Browse Source

update LindenbergResearch.Westcoast module; add LindenbergResearch.QuickMix module

pull/1639/head
bsp2 6 years ago
parent
commit
935de8eb6d
43 changed files with 2489 additions and 3774 deletions
  1. +1
    -1
      plugins/community/repos/LindenbergResearch/CMakeLists.txt
  2. +1
    -1
      plugins/community/repos/LindenbergResearch/make.objects
  3. BIN
      plugins/community/repos/LindenbergResearch/res/BlankPanel.afdesign
  4. +26
    -26
      plugins/community/repos/LindenbergResearch/res/BlankPanel.svg
  5. BIN
      plugins/community/repos/LindenbergResearch/res/QuickMix.afdesign
  6. +80
    -0
      plugins/community/repos/LindenbergResearch/res/QuickMix.svg
  7. BIN
      plugins/community/repos/LindenbergResearch/res/VCO.afdesign
  8. +35
    -35
      plugins/community/repos/LindenbergResearch/res/VCO.svg
  9. BIN
      plugins/community/repos/LindenbergResearch/res/Westcoast.afdesign
  10. +29
    -25
      plugins/community/repos/LindenbergResearch/res/Westcoast.svg
  11. BIN
      plugins/community/repos/LindenbergResearch/res/WestcoastAged.afdesign
  12. +35
    -31
      plugins/community/repos/LindenbergResearch/res/WestcoastAged.svg
  13. +0
    -355
      plugins/community/repos/LindenbergResearch/res/WestcoastAged_v1.svg
  14. +0
    -330
      plugins/community/repos/LindenbergResearch/res/Westcoast_v1.svg
  15. +2
    -0
      plugins/community/repos/LindenbergResearch/src/BlankPanel.cpp
  16. +585
    -585
      plugins/community/repos/LindenbergResearch/src/LRComponents.hpp
  17. +13
    -17
      plugins/community/repos/LindenbergResearch/src/LindenbergResearch.cpp
  18. +139
    -0
      plugins/community/repos/LindenbergResearch/src/QuickMix.cpp
  19. +3
    -3
      plugins/community/repos/LindenbergResearch/src/Westcoast.cpp
  20. +0
    -223
      plugins/community/repos/LindenbergResearch/src/Westcoast_v1.cpp
  21. +208
    -208
      plugins/community/repos/LindenbergResearch/src/dsp/DSPEffect.hpp
  22. +239
    -238
      plugins/community/repos/LindenbergResearch/src/dsp/DSPMath.hpp
  23. +129
    -130
      plugins/community/repos/LindenbergResearch/src/dsp/HQTrig.hpp
  24. +1
    -0
      plugins/community/repos/LindenbergResearch/src/dsp/LadderFilter.cpp
  25. +64
    -64
      plugins/community/repos/LindenbergResearch/src/dsp/LadderFilter.hpp
  26. +301
    -297
      plugins/community/repos/LindenbergResearch/src/dsp/LambertW.cpp
  27. +14
    -17
      plugins/community/repos/LindenbergResearch/src/dsp/LambertW.h
  28. +24
    -24
      plugins/community/repos/LindenbergResearch/src/dsp/Lockhart.hpp
  29. +88
    -90
      plugins/community/repos/LindenbergResearch/src/dsp/MS20zdf.hpp
  30. +154
    -155
      plugins/community/repos/LindenbergResearch/src/dsp/Oscillator.hpp
  31. +10
    -11
      plugins/community/repos/LindenbergResearch/src/dsp/Overdrive.hpp
  32. +10
    -11
      plugins/community/repos/LindenbergResearch/src/dsp/RShaper.hpp
  33. +10
    -10
      plugins/community/repos/LindenbergResearch/src/dsp/Saturator.hpp
  34. +20
    -21
      plugins/community/repos/LindenbergResearch/src/dsp/Serge.hpp
  35. +60
    -62
      plugins/community/repos/LindenbergResearch/src/dsp/WaveShaper.hpp
  36. +3
    -2
      plugins/community/repos/LindenbergResearch/src/widgets/LRLight.cpp
  37. +26
    -26
      vst2_bin/plugins/LindenbergResearch/res/BlankPanel.svg
  38. +80
    -0
      vst2_bin/plugins/LindenbergResearch/res/QuickMix.svg
  39. +35
    -35
      vst2_bin/plugins/LindenbergResearch/res/VCO.svg
  40. +29
    -25
      vst2_bin/plugins/LindenbergResearch/res/Westcoast.svg
  41. +35
    -31
      vst2_bin/plugins/LindenbergResearch/res/WestcoastAged.svg
  42. +0
    -355
      vst2_bin/plugins/LindenbergResearch/res/WestcoastAged_v1.svg
  43. +0
    -330
      vst2_bin/plugins/LindenbergResearch/res/Westcoast_v1.svg

+ 1
- 1
plugins/community/repos/LindenbergResearch/CMakeLists.txt View File

@@ -41,7 +41,7 @@ set(SOURCE_FILES
src/widgets/LRLCDWidget.cpp src/widgets/LRLCDWidget.cpp
src/widgets/LRLight.cpp src/widgets/LRLight.cpp
src/widgets/LRPanel.cpp src/widgets/LRPanel.cpp
src/widgets/LRSVGRotator.cpp src/dsp/Saturator.cpp src/dsp/Saturator.hpp src/dsp/Hardclip.cpp src/dsp/Hardclip.hpp src/dsp/RShaper.cpp src/dsp/RShaper.hpp src/dsp/Overdrive.cpp src/dsp/Overdrive.hpp)
src/widgets/LRSVGRotator.cpp src/dsp/Saturator.cpp src/dsp/Saturator.hpp src/dsp/Hardclip.cpp src/dsp/Hardclip.hpp src/dsp/RShaper.cpp src/dsp/RShaper.hpp src/dsp/Overdrive.cpp src/dsp/Overdrive.hpp src/QuickMix.cpp)


include_directories(.) include_directories(.)
include_directories(src) include_directories(src)


+ 1
- 1
plugins/community/repos/LindenbergResearch/make.objects View File

@@ -23,8 +23,8 @@ ALL_OBJ= \
src/BlankPanelM1.o \ src/BlankPanelM1.o \
src/LindenbergResearch.o \ src/LindenbergResearch.o \
src/MS20Filter.o \ src/MS20Filter.o \
src/QuickMix.o \
src/ReShaper.o \ src/ReShaper.o \
src/SimpleFilter.o \ src/SimpleFilter.o \
src/VCO.o \ src/VCO.o \
src/Westcoast_v1.o \
src/Westcoast.o src/Westcoast.o

BIN
plugins/community/repos/LindenbergResearch/res/BlankPanel.afdesign View File


+ 26
- 26
plugins/community/repos/LindenbergResearch/res/BlankPanel.svg View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="270px" height="380px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"> <svg width="270px" height="380px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
<rect x="0" y="0" width="270" height="380" style="fill:#090909;stroke:#000;stroke-width:1px;"/>
<rect x="0" y="0" width="270" height="380" style="fill:#1d1d1d;stroke:#000;stroke-width:1px;"/>
<g transform="matrix(0.953523,0,0,1.00856,-16.6359,-26.3308)"> <g transform="matrix(0.953523,0,0,1.00856,-16.6359,-26.3308)">
<path d="M36.797,338.969l1.058,0l2.268,-7.155l-0.927,0l-1.145,3.861c-0.24,0.851 -0.425,1.527 -0.687,2.367l-0.044,0c-0.262,-0.84 -0.436,-1.516 -0.687,-2.367l-1.156,-3.861l-0.96,0l2.28,7.155Z" style="fill:#e6e0e0;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/> <path d="M36.797,338.969l1.058,0l2.268,-7.155l-0.927,0l-1.145,3.861c-0.24,0.851 -0.425,1.527 -0.687,2.367l-0.044,0c-0.262,-0.84 -0.436,-1.516 -0.687,-2.367l-1.156,-3.861l-0.96,0l2.28,7.155Z" style="fill:#e6e0e0;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M44.191,339.1c0.851,0 1.527,-0.284 2.051,-0.633l-0.327,-0.589c-0.48,0.306 -0.982,0.502 -1.615,0.502c-1.101,0 -1.952,-0.611 -2.061,-1.81l4.177,0c0.022,-0.142 0.044,-0.339 0.044,-0.546c0,-1.494 -0.894,-2.486 -2.421,-2.486c-1.418,0 -2.705,1.047 -2.705,2.77c0,1.767 1.265,2.792 2.857,2.792Zm-0.13,-4.854c0.905,0 1.505,0.535 1.581,1.626l-3.381,0c0.164,-1.047 0.927,-1.626 1.8,-1.626Z" style="fill:#e6e0e0;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/> <path d="M44.191,339.1c0.851,0 1.527,-0.284 2.051,-0.633l-0.327,-0.589c-0.48,0.306 -0.982,0.502 -1.615,0.502c-1.101,0 -1.952,-0.611 -2.061,-1.81l4.177,0c0.022,-0.142 0.044,-0.339 0.044,-0.546c0,-1.494 -0.894,-2.486 -2.421,-2.486c-1.418,0 -2.705,1.047 -2.705,2.77c0,1.767 1.265,2.792 2.857,2.792Zm-0.13,-4.854c0.905,0 1.505,0.535 1.581,1.626l-3.381,0c0.164,-1.047 0.927,-1.626 1.8,-1.626Z" style="fill:#e6e0e0;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
@@ -94,7 +94,7 @@
<g transform="matrix(1,0,0,1,6.05928,6.05928)"> <g transform="matrix(1,0,0,1,6.05928,6.05928)">
<path d="M232.321,164.268c-0.551,-1.407 -1.25,-2.487 -1.733,-4.267l0.016,0c-0.034,0 -0.056,-0.074 -0.088,-0.149c-0.062,-0.193 -0.122,-0.353 -0.173,-0.548c-0.097,-0.365 -0.189,-0.759 -0.253,-1.179c-0.043,-2.08 1.872,-2.792 1.946,-5.183c0.081,-2.573 -1.476,-3.898 -1.946,-4.241c-0.02,-0.028 -0.037,-0.054 -0.056,-0.082c0.012,-0.037 0.02,-0.068 0.031,-0.104c2.993,-2.433 1.69,-5.738 1.69,-5.738c-0.636,-0.338 -1.313,-0.55 -1.797,-0.98c-4.337,-3.863 -4.606,-6.636 -1.196,-11.288c0.866,-1.185 1.746,-2.375 2.467,-3.649c1.761,-3.117 1.359,-4.599 -1.81,-6.367c-2.28,-1.271 -4.743,-2.218 -6.988,-3.545c-6.396,-3.778 -11.834,-8.521 -15.061,-15.174c2.171,-3.872 2.171,-3.872 1.304,-6.341c-0.791,0.865 -1.527,1.672 -2.688,2.944c0,-3.049 0.294,-5.379 -0.083,-7.595c-0.367,-2.156 -0.85,-4.792 -2.281,-6.178c-5.217,-5.045 -8.175,-11.292 -10.92,-17.796c-2.029,-4.806 -4.196,-9.66 -8.171,-13.236c-2,-1.8 -4.474,-3.072 -6.742,-4.587c0,-1.354 0.017,-2.653 -0.006,-3.951c-0.019,-1.297 0.038,-2.61 -0.136,-3.89c-0.702,-5.113 -4.34,-7.564 -9.404,-6.548c-3.181,0.638 -6.385,1.238 -9.605,1.563c-1.888,0.19 -3.584,0.128 -3.225,-3.432c1.62,0 3.162,0 5.368,0c-1.104,0 -1.515,-1.544 -2.067,-1.769c-2.208,-0.892 -4.045,-0.36 -5.099,1.396c-1.25,2.077 0.023,3.586 1.504,4.555c1.273,0.832 3.004,1.441 4.492,1.365c3.234,-0.167 6.436,-0.842 9.658,-1.296c2.8,-0.394 4.451,0.587 5.01,3.266c0.266,1.278 0.047,2.658 0.047,3.561c-3.72,-1.383 -6.953,-3.369 -10.347,-3.69c-7.432,-0.706 -14.956,-0.912 -22.413,-0.611c-3.084,0.124 -6.484,1.511 -9.049,3.309c-4.547,3.188 -9.441,5.039 -14.773,6.138c-2.549,0.526 -5.106,1.149 -7.55,2.03c-4.689,1.689 -8.626,4.342 -11.53,8.63c-1.595,2.354 -3.836,4.445 -6.188,6.076c-4.591,3.184 -9.001,6.424 -12.144,11.187c-1.712,2.596 -4.124,4.212 -7.839,3.113c-1.104,-4.244 -4.87,-4.911 -8.627,-5.423c-1.764,-0.242 -3.625,-0.32 -5.373,-0.04c-10.247,1.643 -19.554,5.56 -26.813,13.074c-6.565,6.797 -5.937,10.365 -2.739,16.202c2.063,3.766 2.131,7.435 -0.279,11.089c-1.874,2.842 -2.57,6.013 -2.071,9.354c1.284,8.609 4.072,16.22 13.409,19.251c0.615,0.198 1.156,0.607 1.748,0.881c2.125,0.984 3.145,2.592 3.365,4.971c0.144,1.54 0.491,3.357 1.429,4.479c6.245,7.454 20.432,8.503 25.041,-1.951c0.189,-0.432 0.624,-0.756 0.945,-1.129c0.305,0.134 0.609,0.266 0.914,0.399c-0.27,1.348 -0.539,2.694 -0.81,4.042c-0.351,1.75 -1.204,3.572 -0.961,5.235c0.915,6.264 1.484,12.716 3.503,18.648c2.452,7.204 8.53,14.587 18.762,13.197c3.549,-0.483 6.782,0.391 9.818,2.234c1.254,0.76 2.657,1.272 3.912,2.027c3.221,1.943 6.497,1.898 9.857,0.464c2.024,-0.863 4.052,-1.726 6.331,-2.698c-1.16,4.041 -2.278,7.594 -3.189,11.197c-1.336,5.287 -3.631,9.452 -9.941,9.48c-0.115,0 -0.228,0.204 -0.481,0.441c0.473,1.385 0.975,2.855 1.446,4.234c-3.43,5.076 -9.388,5.288 -13.951,7.881c8.949,0.082 15.39,-4.254 16.179,-10.562c4.91,-1.582 7.805,-5.034 9.233,-9.921c0.777,-2.659 1.611,-5.32 2.672,-7.879c1.746,-4.209 4.792,-6.719 9.406,-6.833c-0.302,3.22 -0.579,6.169 -0.855,9.113c-6.687,1.486 -6.819,1.649 -6.534,8.315c-1.583,1.269 -3.238,2.596 -5.685,4.557c6.226,-1.428 7.436,-2.953 8.025,-9.211c0.938,-0.325 1.962,-0.799 3.039,-1.035c4.009,-0.875 4.11,-0.859 3.682,-5.037c-0.251,-2.445 0.739,-3.996 3.163,-5.664c0.451,1.766 0.892,3.088 1.115,4.445c0.316,1.923 0.547,3.867 0.687,5.81c0.517,7.404 -0.06,14.643 -3.457,21.43c-4.159,8.313 -8.334,16.622 -12.413,24.973c-1.174,2.404 -2.482,4.234 -5.172,5.433c-4.265,1.907 -7.421,6.556 -7.757,10.832c15.258,2.949 26.312,6.953 41.04,18.833c9.647,7.785 19.862,11.309 29.399,12.456c0.003,-0.004 10.248,-13.711 19.753,-32.558c-0.241,-0.365 -0.484,-0.728 -0.723,-1.095c-6.25,-9.478 -11.533,-18.592 -13.049,-22.521c-2.853,-7.395 -3.838,-14.659 -2.132,-22.466c1.983,-9.083 3.633,-18.206 7.761,-26.672c2.412,-4.95 6.15,-7.711 11.519,-8.858c6.366,-1.36 12.689,-3.037 18.94,-4.868c6.706,-1.966 9.308,-7.753 6.747,-14.275Z" style="fill-opacity:0.760784;fill-rule:nonzero;"/> <path d="M232.321,164.268c-0.551,-1.407 -1.25,-2.487 -1.733,-4.267l0.016,0c-0.034,0 -0.056,-0.074 -0.088,-0.149c-0.062,-0.193 -0.122,-0.353 -0.173,-0.548c-0.097,-0.365 -0.189,-0.759 -0.253,-1.179c-0.043,-2.08 1.872,-2.792 1.946,-5.183c0.081,-2.573 -1.476,-3.898 -1.946,-4.241c-0.02,-0.028 -0.037,-0.054 -0.056,-0.082c0.012,-0.037 0.02,-0.068 0.031,-0.104c2.993,-2.433 1.69,-5.738 1.69,-5.738c-0.636,-0.338 -1.313,-0.55 -1.797,-0.98c-4.337,-3.863 -4.606,-6.636 -1.196,-11.288c0.866,-1.185 1.746,-2.375 2.467,-3.649c1.761,-3.117 1.359,-4.599 -1.81,-6.367c-2.28,-1.271 -4.743,-2.218 -6.988,-3.545c-6.396,-3.778 -11.834,-8.521 -15.061,-15.174c2.171,-3.872 2.171,-3.872 1.304,-6.341c-0.791,0.865 -1.527,1.672 -2.688,2.944c0,-3.049 0.294,-5.379 -0.083,-7.595c-0.367,-2.156 -0.85,-4.792 -2.281,-6.178c-5.217,-5.045 -8.175,-11.292 -10.92,-17.796c-2.029,-4.806 -4.196,-9.66 -8.171,-13.236c-2,-1.8 -4.474,-3.072 -6.742,-4.587c0,-1.354 0.017,-2.653 -0.006,-3.951c-0.019,-1.297 0.038,-2.61 -0.136,-3.89c-0.702,-5.113 -4.34,-7.564 -9.404,-6.548c-3.181,0.638 -6.385,1.238 -9.605,1.563c-1.888,0.19 -3.584,0.128 -3.225,-3.432c1.62,0 3.162,0 5.368,0c-1.104,0 -1.515,-1.544 -2.067,-1.769c-2.208,-0.892 -4.045,-0.36 -5.099,1.396c-1.25,2.077 0.023,3.586 1.504,4.555c1.273,0.832 3.004,1.441 4.492,1.365c3.234,-0.167 6.436,-0.842 9.658,-1.296c2.8,-0.394 4.451,0.587 5.01,3.266c0.266,1.278 0.047,2.658 0.047,3.561c-3.72,-1.383 -6.953,-3.369 -10.347,-3.69c-7.432,-0.706 -14.956,-0.912 -22.413,-0.611c-3.084,0.124 -6.484,1.511 -9.049,3.309c-4.547,3.188 -9.441,5.039 -14.773,6.138c-2.549,0.526 -5.106,1.149 -7.55,2.03c-4.689,1.689 -8.626,4.342 -11.53,8.63c-1.595,2.354 -3.836,4.445 -6.188,6.076c-4.591,3.184 -9.001,6.424 -12.144,11.187c-1.712,2.596 -4.124,4.212 -7.839,3.113c-1.104,-4.244 -4.87,-4.911 -8.627,-5.423c-1.764,-0.242 -3.625,-0.32 -5.373,-0.04c-10.247,1.643 -19.554,5.56 -26.813,13.074c-6.565,6.797 -5.937,10.365 -2.739,16.202c2.063,3.766 2.131,7.435 -0.279,11.089c-1.874,2.842 -2.57,6.013 -2.071,9.354c1.284,8.609 4.072,16.22 13.409,19.251c0.615,0.198 1.156,0.607 1.748,0.881c2.125,0.984 3.145,2.592 3.365,4.971c0.144,1.54 0.491,3.357 1.429,4.479c6.245,7.454 20.432,8.503 25.041,-1.951c0.189,-0.432 0.624,-0.756 0.945,-1.129c0.305,0.134 0.609,0.266 0.914,0.399c-0.27,1.348 -0.539,2.694 -0.81,4.042c-0.351,1.75 -1.204,3.572 -0.961,5.235c0.915,6.264 1.484,12.716 3.503,18.648c2.452,7.204 8.53,14.587 18.762,13.197c3.549,-0.483 6.782,0.391 9.818,2.234c1.254,0.76 2.657,1.272 3.912,2.027c3.221,1.943 6.497,1.898 9.857,0.464c2.024,-0.863 4.052,-1.726 6.331,-2.698c-1.16,4.041 -2.278,7.594 -3.189,11.197c-1.336,5.287 -3.631,9.452 -9.941,9.48c-0.115,0 -0.228,0.204 -0.481,0.441c0.473,1.385 0.975,2.855 1.446,4.234c-3.43,5.076 -9.388,5.288 -13.951,7.881c8.949,0.082 15.39,-4.254 16.179,-10.562c4.91,-1.582 7.805,-5.034 9.233,-9.921c0.777,-2.659 1.611,-5.32 2.672,-7.879c1.746,-4.209 4.792,-6.719 9.406,-6.833c-0.302,3.22 -0.579,6.169 -0.855,9.113c-6.687,1.486 -6.819,1.649 -6.534,8.315c-1.583,1.269 -3.238,2.596 -5.685,4.557c6.226,-1.428 7.436,-2.953 8.025,-9.211c0.938,-0.325 1.962,-0.799 3.039,-1.035c4.009,-0.875 4.11,-0.859 3.682,-5.037c-0.251,-2.445 0.739,-3.996 3.163,-5.664c0.451,1.766 0.892,3.088 1.115,4.445c0.316,1.923 0.547,3.867 0.687,5.81c0.517,7.404 -0.06,14.643 -3.457,21.43c-4.159,8.313 -8.334,16.622 -12.413,24.973c-1.174,2.404 -2.482,4.234 -5.172,5.433c-4.265,1.907 -7.421,6.556 -7.757,10.832c15.258,2.949 26.312,6.953 41.04,18.833c9.647,7.785 19.862,11.309 29.399,12.456c0.003,-0.004 10.248,-13.711 19.753,-32.558c-0.241,-0.365 -0.484,-0.728 -0.723,-1.095c-6.25,-9.478 -11.533,-18.592 -13.049,-22.521c-2.853,-7.395 -3.838,-14.659 -2.132,-22.466c1.983,-9.083 3.633,-18.206 7.761,-26.672c2.412,-4.95 6.15,-7.711 11.519,-8.858c6.366,-1.36 12.689,-3.037 18.94,-4.868c6.706,-1.966 9.308,-7.753 6.747,-14.275Z" style="fill-opacity:0.760784;fill-rule:nonzero;"/>
</g> </g>
<path d="M232.321,164.268c-0.551,-1.407 -1.25,-2.487 -1.733,-4.267l0.016,0c-0.034,0 -0.056,-0.074 -0.088,-0.149c-0.062,-0.193 -0.122,-0.353 -0.173,-0.548c-0.097,-0.365 -0.189,-0.759 -0.253,-1.179c-0.043,-2.08 1.872,-2.792 1.946,-5.183c0.081,-2.573 -1.476,-3.898 -1.946,-4.241c-0.02,-0.028 -0.037,-0.054 -0.056,-0.082c0.012,-0.037 0.02,-0.068 0.031,-0.104c2.993,-2.433 1.69,-5.738 1.69,-5.738c-0.636,-0.338 -1.313,-0.55 -1.797,-0.98c-4.337,-3.863 -4.606,-6.636 -1.196,-11.288c0.866,-1.185 1.746,-2.375 2.467,-3.649c1.761,-3.117 1.359,-4.599 -1.81,-6.367c-2.28,-1.271 -4.743,-2.218 -6.988,-3.545c-6.396,-3.778 -11.834,-8.521 -15.061,-15.174c2.171,-3.872 2.171,-3.872 1.304,-6.341c-0.791,0.865 -1.527,1.672 -2.688,2.944c0,-3.049 0.294,-5.379 -0.083,-7.595c-0.367,-2.156 -0.85,-4.792 -2.281,-6.178c-5.217,-5.045 -8.175,-11.292 -10.92,-17.796c-2.029,-4.806 -4.196,-9.66 -8.171,-13.236c-2,-1.8 -4.474,-3.072 -6.742,-4.587c0,-1.354 0.017,-2.653 -0.006,-3.951c-0.019,-1.297 0.038,-2.61 -0.136,-3.89c-0.702,-5.113 -4.34,-7.564 -9.404,-6.548c-3.181,0.638 -6.385,1.238 -9.605,1.563c-1.888,0.19 -3.584,0.128 -3.225,-3.432c1.62,0 3.162,0 5.368,0c-1.104,0 -1.515,-1.544 -2.067,-1.769c-2.208,-0.892 -4.045,-0.36 -5.099,1.396c-1.25,2.077 0.023,3.586 1.504,4.555c1.273,0.832 3.004,1.441 4.492,1.365c3.234,-0.167 6.436,-0.842 9.658,-1.296c2.8,-0.394 4.451,0.587 5.01,3.266c0.266,1.278 0.047,2.658 0.047,3.561c-3.72,-1.383 -6.953,-3.369 -10.347,-3.69c-7.432,-0.706 -14.956,-0.912 -22.413,-0.611c-3.084,0.124 -6.484,1.511 -9.049,3.309c-4.547,3.188 -9.441,5.039 -14.773,6.138c-2.549,0.526 -5.106,1.149 -7.55,2.03c-4.689,1.689 -8.626,4.342 -11.53,8.63c-1.595,2.354 -3.836,4.445 -6.188,6.076c-4.591,3.184 -9.001,6.424 -12.144,11.187c-1.712,2.596 -4.124,4.212 -7.839,3.113c-1.104,-4.244 -4.87,-4.911 -8.627,-5.423c-1.764,-0.242 -3.625,-0.32 -5.373,-0.04c-10.247,1.643 -19.554,5.56 -26.813,13.074c-6.565,6.797 -5.937,10.365 -2.739,16.202c2.063,3.766 2.131,7.435 -0.279,11.089c-1.874,2.842 -2.57,6.013 -2.071,9.354c1.284,8.609 4.072,16.22 13.409,19.251c0.615,0.198 1.156,0.607 1.748,0.881c2.125,0.984 3.145,2.592 3.365,4.971c0.144,1.54 0.491,3.357 1.429,4.479c6.245,7.454 20.432,8.503 25.041,-1.951c0.189,-0.432 0.624,-0.756 0.945,-1.129c0.305,0.134 0.609,0.266 0.914,0.399c-0.27,1.348 -0.539,2.694 -0.81,4.042c-0.351,1.75 -1.204,3.572 -0.961,5.235c0.915,6.264 1.484,12.716 3.503,18.648c2.452,7.204 8.53,14.587 18.762,13.197c3.549,-0.483 6.782,0.391 9.818,2.234c1.254,0.76 2.657,1.272 3.912,2.027c3.221,1.943 6.497,1.898 9.857,0.464c2.024,-0.863 4.052,-1.726 6.331,-2.698c-1.16,4.041 -2.278,7.594 -3.189,11.197c-1.336,5.287 -3.631,9.452 -9.941,9.48c-0.115,0 -0.228,0.204 -0.481,0.441c0.473,1.385 0.975,2.855 1.446,4.234c-3.43,5.076 -9.388,5.288 -13.951,7.881c8.949,0.082 15.39,-4.254 16.179,-10.562c4.91,-1.582 7.805,-5.034 9.233,-9.921c0.777,-2.659 1.611,-5.32 2.672,-7.879c1.746,-4.209 4.792,-6.719 9.406,-6.833c-0.302,3.22 -0.579,6.169 -0.855,9.113c-6.687,1.486 -6.819,1.649 -6.534,8.315c-1.583,1.269 -3.238,2.596 -5.685,4.557c6.226,-1.428 7.436,-2.953 8.025,-9.211c0.938,-0.325 1.962,-0.799 3.039,-1.035c4.009,-0.875 4.11,-0.859 3.682,-5.037c-0.251,-2.445 0.739,-3.996 3.163,-5.664c0.451,1.766 0.892,3.088 1.115,4.445c0.316,1.923 0.547,3.867 0.687,5.81c0.517,7.404 -0.06,14.643 -3.457,21.43c-4.159,8.313 -8.334,16.622 -12.413,24.973c-1.174,2.404 -2.482,4.234 -5.172,5.433c-4.265,1.907 -7.421,6.556 -7.757,10.832c15.258,2.949 26.312,6.953 41.04,18.833c9.647,7.785 19.862,11.309 29.399,12.456c0.003,-0.004 10.248,-13.711 19.753,-32.558c-0.241,-0.365 -0.484,-0.728 -0.723,-1.095c-6.25,-9.478 -11.533,-18.592 -13.049,-22.521c-2.853,-7.395 -3.838,-14.659 -2.132,-22.466c1.983,-9.083 3.633,-18.206 7.761,-26.672c2.412,-4.95 6.15,-7.711 11.519,-8.858c6.366,-1.36 12.689,-3.037 18.94,-4.868c6.706,-1.966 9.308,-7.753 6.747,-14.275Z" style="fill:#990c08;fill-rule:nonzero;stroke:#2c48d8;stroke-width:0.85px;"/>
<path d="M232.321,164.268c-0.551,-1.407 -1.25,-2.487 -1.733,-4.267l0.016,0c-0.034,0 -0.056,-0.074 -0.088,-0.149c-0.062,-0.193 -0.122,-0.353 -0.173,-0.548c-0.097,-0.365 -0.189,-0.759 -0.253,-1.179c-0.043,-2.08 1.872,-2.792 1.946,-5.183c0.081,-2.573 -1.476,-3.898 -1.946,-4.241c-0.02,-0.028 -0.037,-0.054 -0.056,-0.082c0.012,-0.037 0.02,-0.068 0.031,-0.104c2.993,-2.433 1.69,-5.738 1.69,-5.738c-0.636,-0.338 -1.313,-0.55 -1.797,-0.98c-4.337,-3.863 -4.606,-6.636 -1.196,-11.288c0.866,-1.185 1.746,-2.375 2.467,-3.649c1.761,-3.117 1.359,-4.599 -1.81,-6.367c-2.28,-1.271 -4.743,-2.218 -6.988,-3.545c-6.396,-3.778 -11.834,-8.521 -15.061,-15.174c2.171,-3.872 2.171,-3.872 1.304,-6.341c-0.791,0.865 -1.527,1.672 -2.688,2.944c0,-3.049 0.294,-5.379 -0.083,-7.595c-0.367,-2.156 -0.85,-4.792 -2.281,-6.178c-5.217,-5.045 -8.175,-11.292 -10.92,-17.796c-2.029,-4.806 -4.196,-9.66 -8.171,-13.236c-2,-1.8 -4.474,-3.072 -6.742,-4.587c0,-1.354 0.017,-2.653 -0.006,-3.951c-0.019,-1.297 0.038,-2.61 -0.136,-3.89c-0.702,-5.113 -4.34,-7.564 -9.404,-6.548c-3.181,0.638 -6.385,1.238 -9.605,1.563c-1.888,0.19 -3.584,0.128 -3.225,-3.432c1.62,0 3.162,0 5.368,0c-1.104,0 -1.515,-1.544 -2.067,-1.769c-2.208,-0.892 -4.045,-0.36 -5.099,1.396c-1.25,2.077 0.023,3.586 1.504,4.555c1.273,0.832 3.004,1.441 4.492,1.365c3.234,-0.167 6.436,-0.842 9.658,-1.296c2.8,-0.394 4.451,0.587 5.01,3.266c0.266,1.278 0.047,2.658 0.047,3.561c-3.72,-1.383 -6.953,-3.369 -10.347,-3.69c-7.432,-0.706 -14.956,-0.912 -22.413,-0.611c-3.084,0.124 -6.484,1.511 -9.049,3.309c-4.547,3.188 -9.441,5.039 -14.773,6.138c-2.549,0.526 -5.106,1.149 -7.55,2.03c-4.689,1.689 -8.626,4.342 -11.53,8.63c-1.595,2.354 -3.836,4.445 -6.188,6.076c-4.591,3.184 -9.001,6.424 -12.144,11.187c-1.712,2.596 -4.124,4.212 -7.839,3.113c-1.104,-4.244 -4.87,-4.911 -8.627,-5.423c-1.764,-0.242 -3.625,-0.32 -5.373,-0.04c-10.247,1.643 -19.554,5.56 -26.813,13.074c-6.565,6.797 -5.937,10.365 -2.739,16.202c2.063,3.766 2.131,7.435 -0.279,11.089c-1.874,2.842 -2.57,6.013 -2.071,9.354c1.284,8.609 4.072,16.22 13.409,19.251c0.615,0.198 1.156,0.607 1.748,0.881c2.125,0.984 3.145,2.592 3.365,4.971c0.144,1.54 0.491,3.357 1.429,4.479c6.245,7.454 20.432,8.503 25.041,-1.951c0.189,-0.432 0.624,-0.756 0.945,-1.129c0.305,0.134 0.609,0.266 0.914,0.399c-0.27,1.348 -0.539,2.694 -0.81,4.042c-0.351,1.75 -1.204,3.572 -0.961,5.235c0.915,6.264 1.484,12.716 3.503,18.648c2.452,7.204 8.53,14.587 18.762,13.197c3.549,-0.483 6.782,0.391 9.818,2.234c1.254,0.76 2.657,1.272 3.912,2.027c3.221,1.943 6.497,1.898 9.857,0.464c2.024,-0.863 4.052,-1.726 6.331,-2.698c-1.16,4.041 -2.278,7.594 -3.189,11.197c-1.336,5.287 -3.631,9.452 -9.941,9.48c-0.115,0 -0.228,0.204 -0.481,0.441c0.473,1.385 0.975,2.855 1.446,4.234c-3.43,5.076 -9.388,5.288 -13.951,7.881c8.949,0.082 15.39,-4.254 16.179,-10.562c4.91,-1.582 7.805,-5.034 9.233,-9.921c0.777,-2.659 1.611,-5.32 2.672,-7.879c1.746,-4.209 4.792,-6.719 9.406,-6.833c-0.302,3.22 -0.579,6.169 -0.855,9.113c-6.687,1.486 -6.819,1.649 -6.534,8.315c-1.583,1.269 -3.238,2.596 -5.685,4.557c6.226,-1.428 7.436,-2.953 8.025,-9.211c0.938,-0.325 1.962,-0.799 3.039,-1.035c4.009,-0.875 4.11,-0.859 3.682,-5.037c-0.251,-2.445 0.739,-3.996 3.163,-5.664c0.451,1.766 0.892,3.088 1.115,4.445c0.316,1.923 0.547,3.867 0.687,5.81c0.517,7.404 -0.06,14.643 -3.457,21.43c-4.159,8.313 -8.334,16.622 -12.413,24.973c-1.174,2.404 -2.482,4.234 -5.172,5.433c-4.265,1.907 -7.421,6.556 -7.757,10.832c15.258,2.949 26.312,6.953 41.04,18.833c9.647,7.785 19.862,11.309 29.399,12.456c0.003,-0.004 10.248,-13.711 19.753,-32.558c-0.241,-0.365 -0.484,-0.728 -0.723,-1.095c-6.25,-9.478 -11.533,-18.592 -13.049,-22.521c-2.853,-7.395 -3.838,-14.659 -2.132,-22.466c1.983,-9.083 3.633,-18.206 7.761,-26.672c2.412,-4.95 6.15,-7.711 11.519,-8.858c6.366,-1.36 12.689,-3.037 18.94,-4.868c6.706,-1.966 9.308,-7.753 6.747,-14.275Z" style="fill:#a72c19;fill-rule:nonzero;stroke:#a53a46;stroke-opacity:0.803922;stroke-width:1.06px;"/>
</g> </g>
<g id="Logo" transform="matrix(1.15076,0,0,1.15076,-15.017,-79.1497)"> <g id="Logo" transform="matrix(1.15076,0,0,1.15076,-15.017,-79.1497)">
<g transform="matrix(1,0,0,1,6.90649,-13.7511)"> <g transform="matrix(1,0,0,1,6.90649,-13.7511)">
@@ -141,29 +141,29 @@
<g transform="matrix(0.952103,0,0,0.428609,-9.72376,157.207)"> <g transform="matrix(0.952103,0,0,0.428609,-9.72376,157.207)">
<rect x="26.646" y="325.883" width="108.354" height="2.636" style="fill:#ecdde4;fill-opacity:0.752941;"/> <rect x="26.646" y="325.883" width="108.354" height="2.636" style="fill:#ecdde4;fill-opacity:0.752941;"/>
</g> </g>
<g transform="matrix(1,0,0,1,-34.3895,158.007)">
<path d="M44.866,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.454,0l0,-0.414l2.454,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M57.186,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm0.766,-4.937l-5.664,3.656l1.375,0.867l0,0.414l-2.453,0l0,-0.414l0.898,0l-0.586,-0.375c-0.093,0.032 -0.341,0.166 -0.742,0.403c-0.401,0.237 -0.904,0.457 -1.508,0.66c0.594,0.156 0.891,0.476 0.891,0.961c0,0.354 -0.154,0.638 -0.461,0.851c-0.115,0.079 -0.284,0.162 -0.508,0.25l-0.289,0.055l-0.297,0.024c-0.411,0 -0.739,-0.093 -0.984,-0.278c-0.245,-0.185 -0.367,-0.426 -0.367,-0.722c0,-0.454 0.289,-0.821 0.867,-1.102l0.758,-0.336c0.213,-0.089 0.424,-0.206 0.632,-0.352l0.235,-0.164l0.203,-0.164l0.758,-0.586l-0.891,-0.687l-0.422,-0.305l-0.304,-0.148l-1.071,-0.485c-0.218,-0.088 -0.399,-0.234 -0.543,-0.437c-0.143,-0.203 -0.215,-0.417 -0.215,-0.641c0,-0.291 0.122,-0.535 0.364,-0.73c0.242,-0.196 0.561,-0.293 0.957,-0.293c0.463,0 0.845,0.113 1.144,0.34c0.3,0.226 0.45,0.511 0.45,0.855c0,0.485 -0.308,0.807 -0.922,0.969c0.406,0.12 0.793,0.267 1.16,0.441c0.367,0.175 0.725,0.384 1.074,0.629l3.531,-2.258c0.354,-0.213 0.633,-0.369 0.836,-0.468c0.24,-0.125 0.487,-0.222 0.742,-0.289c0.485,-0.136 0.875,-0.204 1.172,-0.204c0.063,0 0.123,0.021 0.18,0.063Zm-8.211,1.133c0,-0.224 -0.12,-0.409 -0.359,-0.555c-0.12,-0.073 -0.254,-0.128 -0.403,-0.164c-0.148,-0.036 -0.308,-0.055 -0.48,-0.055c-0.25,0 -0.448,0.058 -0.594,0.172c-0.141,0.125 -0.211,0.268 -0.211,0.43c0,0.224 0.115,0.411 0.344,0.562c0.229,0.151 0.516,0.227 0.859,0.227c0.235,0 0.438,-0.055 0.61,-0.164c0.156,-0.125 0.234,-0.276 0.234,-0.453Zm-0.023,5.039c0,-0.412 -0.266,-0.617 -0.797,-0.617c-0.375,0 -0.673,0.063 -0.895,0.191c-0.221,0.128 -0.332,0.319 -0.332,0.574c0,0.172 0.068,0.315 0.203,0.43c0.021,0.021 0.107,0.065 0.258,0.133l0.172,0.023l0.187,0.016c0.292,0 0.566,-0.063 0.821,-0.188c0.255,-0.125 0.383,-0.312 0.383,-0.562Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M69.507,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M81.827,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.454,0l0,-0.414l2.454,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M94.147,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M106.468,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M118.788,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M131.108,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M143.429,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M155.749,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M168.069,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M180.389,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M192.71,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.454,0l0,-0.414l2.454,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M205.03,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M217.35,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M229.671,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.454,0l0,-0.414l2.454,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M241.991,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.454,0l0,-0.414l2.454,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M254.311,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M266.632,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M278.952,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.454,0l0,-0.414l2.454,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M291.272,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M303.593,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M315.913,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<g transform="matrix(1,0,0,1,-34.3895,156.007)">
<path d="M44.866,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.454,0l0,-0.414l2.454,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M57.186,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm0.766,-4.937l-5.664,3.656l1.375,0.867l0,0.414l-2.453,0l0,-0.414l0.898,0l-0.586,-0.375c-0.093,0.032 -0.341,0.166 -0.742,0.403c-0.401,0.237 -0.904,0.457 -1.508,0.66c0.594,0.156 0.891,0.476 0.891,0.961c0,0.354 -0.154,0.638 -0.461,0.851c-0.115,0.079 -0.284,0.162 -0.508,0.25l-0.289,0.055l-0.297,0.024c-0.411,0 -0.739,-0.093 -0.984,-0.278c-0.245,-0.185 -0.367,-0.426 -0.367,-0.722c0,-0.454 0.289,-0.821 0.867,-1.102l0.758,-0.336c0.213,-0.089 0.424,-0.206 0.632,-0.352l0.235,-0.164l0.203,-0.164l0.758,-0.586l-0.891,-0.687l-0.422,-0.305l-0.304,-0.148l-1.071,-0.485c-0.218,-0.088 -0.399,-0.234 -0.543,-0.437c-0.143,-0.203 -0.215,-0.417 -0.215,-0.641c0,-0.291 0.122,-0.535 0.364,-0.73c0.242,-0.196 0.561,-0.293 0.957,-0.293c0.463,0 0.845,0.113 1.144,0.34c0.3,0.226 0.45,0.511 0.45,0.855c0,0.485 -0.308,0.807 -0.922,0.969c0.406,0.12 0.793,0.267 1.16,0.441c0.367,0.175 0.725,0.384 1.074,0.629l3.531,-2.258c0.354,-0.213 0.633,-0.369 0.836,-0.468c0.24,-0.125 0.487,-0.222 0.742,-0.289c0.485,-0.136 0.875,-0.204 1.172,-0.204c0.063,0 0.123,0.021 0.18,0.063Zm-8.211,1.133c0,-0.224 -0.12,-0.409 -0.359,-0.555c-0.12,-0.073 -0.254,-0.128 -0.403,-0.164c-0.148,-0.036 -0.308,-0.055 -0.48,-0.055c-0.25,0 -0.448,0.058 -0.594,0.172c-0.141,0.125 -0.211,0.268 -0.211,0.43c0,0.224 0.115,0.411 0.344,0.562c0.229,0.151 0.516,0.227 0.859,0.227c0.235,0 0.438,-0.055 0.61,-0.164c0.156,-0.125 0.234,-0.276 0.234,-0.453Zm-0.023,5.039c0,-0.412 -0.266,-0.617 -0.797,-0.617c-0.375,0 -0.673,0.063 -0.895,0.191c-0.221,0.128 -0.332,0.319 -0.332,0.574c0,0.172 0.068,0.315 0.203,0.43c0.021,0.021 0.107,0.065 0.258,0.133l0.172,0.023l0.187,0.016c0.292,0 0.566,-0.063 0.821,-0.188c0.255,-0.125 0.383,-0.312 0.383,-0.562Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M69.507,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M81.827,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.454,0l0,-0.414l2.454,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M94.147,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M106.468,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M118.788,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M131.108,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M143.429,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M155.749,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M168.069,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M180.389,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M192.71,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.454,0l0,-0.414l2.454,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M205.03,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M217.35,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M229.671,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.454,0l0,-0.414l2.454,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M241.991,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.454,0l0,-0.414l2.454,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M254.311,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M266.632,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M278.952,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.454,0l0,-0.414l2.454,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M291.272,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M303.593,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M315.913,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
</g> </g>
</svg> </svg>

BIN
plugins/community/repos/LindenbergResearch/res/QuickMix.afdesign View File


+ 80
- 0
plugins/community/repos/LindenbergResearch/res/QuickMix.svg View File

@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="75px" height="380px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;">
<rect id="Panel" x="0" y="0" width="75" height="380" style="fill:#1d1d1d;"/>
<g id="Scales">
<g id="ScaleSmall_3_" transform="matrix(1,0,0,1,-52.9243,157.337)">
<g id="OuterCircle_4_" transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628" style="fill:none;stroke:#c96368;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_" cx="72.995" cy="181.659" r="11.474" style="fill:#323232;"/>
</g>
<g id="ScaleSmall_3_1" serif:id="ScaleSmall_3_" transform="matrix(1,0,0,1,-18.0933,-113.43)">
<g id="OuterCircle_4_1" serif:id="OuterCircle_4_" transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628" style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_1" serif:id="Circle_4_" cx="72.995" cy="181.659" r="11.474" style="fill:#323232;"/>
</g>
<g id="ScaleSmall_3_2" serif:id="ScaleSmall_3_" transform="matrix(1,0,0,1,-18.0061,-68.4768)">
<g id="OuterCircle_4_2" serif:id="OuterCircle_4_" transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628" style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_2" serif:id="Circle_4_" cx="72.995" cy="181.659" r="11.474" style="fill:#323232;"/>
</g>
<g id="ScaleSmall_3_3" serif:id="ScaleSmall_3_" transform="matrix(1,0,0,1,-17.9123,-23.578)">
<g id="OuterCircle_4_3" serif:id="OuterCircle_4_" transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628" style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_3" serif:id="Circle_4_" cx="72.995" cy="181.659" r="11.474" style="fill:#323232;"/>
</g>
<g id="ScaleSmall_3_4" serif:id="ScaleSmall_3_" transform="matrix(1,0,0,1,-17.9753,21.3327)">
<g id="OuterCircle_4_4" serif:id="OuterCircle_4_" transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628" style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_4" serif:id="Circle_4_" cx="72.995" cy="181.659" r="11.474" style="fill:#323232;"/>
</g>
<g id="ScaleSmall_3_5" serif:id="ScaleSmall_3_" transform="matrix(1,0,0,1,-17.9284,66.3318)">
<g id="OuterCircle_4_5" serif:id="OuterCircle_4_" transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628" style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_5" serif:id="Circle_4_" cx="72.995" cy="181.659" r="11.474" style="fill:#323232;"/>
</g>
<g id="ScaleSmall_3_6" serif:id="ScaleSmall_3_" transform="matrix(1,0,0,1,-18.0074,111.547)">
<g id="OuterCircle_4_6" serif:id="OuterCircle_4_" transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628" style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_6" serif:id="Circle_4_" cx="72.995" cy="181.659" r="11.474" style="fill:#323232;"/>
</g>
</g>
<g id="Logo">
<g transform="matrix(0.0779295,0,0,0.0779295,27.7136,350.135)">
<path d="M232.321,164.268c-0.551,-1.407 -1.25,-2.487 -1.733,-4.267l0.016,0c-0.034,0 -0.056,-0.074 -0.088,-0.149c-0.062,-0.193 -0.122,-0.353 -0.173,-0.548c-0.097,-0.365 -0.189,-0.759 -0.253,-1.179c-0.043,-2.08 1.872,-2.792 1.946,-5.183c0.081,-2.573 -1.476,-3.898 -1.946,-4.241c-0.02,-0.028 -0.037,-0.054 -0.056,-0.082c0.012,-0.037 0.02,-0.068 0.031,-0.104c2.993,-2.433 1.69,-5.738 1.69,-5.738c-0.636,-0.338 -1.313,-0.55 -1.797,-0.98c-4.337,-3.863 -4.606,-6.636 -1.196,-11.288c0.866,-1.185 1.746,-2.375 2.467,-3.649c1.761,-3.117 1.359,-4.599 -1.81,-6.367c-2.28,-1.271 -4.743,-2.218 -6.988,-3.545c-6.396,-3.778 -11.834,-8.521 -15.061,-15.174c2.171,-3.872 2.171,-3.872 1.304,-6.341c-0.791,0.865 -1.527,1.672 -2.688,2.944c0,-3.049 0.294,-5.379 -0.083,-7.595c-0.367,-2.156 -0.85,-4.792 -2.281,-6.178c-5.217,-5.045 -8.175,-11.292 -10.92,-17.796c-2.029,-4.806 -4.196,-9.66 -8.171,-13.236c-2,-1.8 -4.474,-3.072 -6.742,-4.587c0,-1.354 0.017,-2.653 -0.006,-3.951c-0.019,-1.297 0.038,-2.61 -0.136,-3.89c-0.702,-5.113 -4.34,-7.564 -9.404,-6.548c-3.181,0.638 -6.385,1.238 -9.605,1.563c-1.888,0.19 -3.584,0.128 -3.225,-3.432c1.62,0 3.162,0 5.368,0c-1.104,0 -1.515,-1.544 -2.067,-1.769c-2.208,-0.892 -4.045,-0.36 -5.099,1.396c-1.25,2.077 0.023,3.586 1.504,4.555c1.273,0.832 3.004,1.441 4.492,1.365c3.234,-0.167 6.436,-0.842 9.658,-1.296c2.8,-0.394 4.451,0.587 5.01,3.266c0.266,1.278 0.047,2.658 0.047,3.561c-3.72,-1.383 -6.953,-3.369 -10.347,-3.69c-7.432,-0.706 -14.956,-0.912 -22.413,-0.611c-3.084,0.124 -6.484,1.511 -9.049,3.309c-4.547,3.188 -9.441,5.039 -14.773,6.138c-2.549,0.526 -5.106,1.149 -7.55,2.03c-4.689,1.689 -8.626,4.342 -11.53,8.63c-1.595,2.354 -3.836,4.445 -6.188,6.076c-4.591,3.184 -9.001,6.424 -12.144,11.187c-1.712,2.596 -4.124,4.212 -7.839,3.113c-1.104,-4.244 -4.87,-4.911 -8.627,-5.423c-1.764,-0.242 -3.625,-0.32 -5.373,-0.04c-10.247,1.643 -19.554,5.56 -26.813,13.074c-6.565,6.797 -5.937,10.365 -2.739,16.202c2.063,3.766 2.131,7.435 -0.279,11.089c-1.874,2.842 -2.57,6.013 -2.071,9.354c1.284,8.609 4.072,16.22 13.409,19.251c0.615,0.198 1.156,0.607 1.748,0.881c2.125,0.984 3.145,2.592 3.365,4.971c0.144,1.54 0.491,3.357 1.429,4.479c6.245,7.454 20.432,8.503 25.041,-1.951c0.189,-0.432 0.624,-0.756 0.945,-1.129c0.305,0.134 0.609,0.266 0.914,0.399c-0.27,1.348 -0.539,2.694 -0.81,4.042c-0.351,1.75 -1.204,3.572 -0.961,5.235c0.915,6.264 1.484,12.716 3.503,18.648c2.452,7.204 8.53,14.587 18.762,13.197c3.549,-0.483 6.782,0.391 9.818,2.234c1.254,0.76 2.657,1.272 3.912,2.027c3.221,1.943 6.497,1.898 9.857,0.464c2.024,-0.863 4.052,-1.726 6.331,-2.698c-1.16,4.041 -2.278,7.594 -3.189,11.197c-1.336,5.287 -3.631,9.452 -9.941,9.48c-0.115,0 -0.228,0.204 -0.481,0.441c0.473,1.385 0.975,2.855 1.446,4.234c-3.43,5.076 -9.388,5.288 -13.951,7.881c8.949,0.082 15.39,-4.254 16.179,-10.562c4.91,-1.582 7.805,-5.034 9.233,-9.921c0.777,-2.659 1.611,-5.32 2.672,-7.879c1.746,-4.209 4.792,-6.719 9.406,-6.833c-0.302,3.22 -0.579,6.169 -0.855,9.113c-6.687,1.486 -6.819,1.649 -6.534,8.315c-1.583,1.269 -3.238,2.596 -5.685,4.557c6.226,-1.428 7.436,-2.953 8.025,-9.211c0.938,-0.325 1.962,-0.799 3.039,-1.035c4.009,-0.875 4.11,-0.859 3.682,-5.037c-0.251,-2.445 0.739,-3.996 3.163,-5.664c0.451,1.766 0.892,3.088 1.115,4.445c0.316,1.923 0.547,3.867 0.687,5.81c0.517,7.404 -0.06,14.643 -3.457,21.43c-4.159,8.313 -8.334,16.622 -12.413,24.973c-1.174,2.404 -2.482,4.234 -5.172,5.433c-4.265,1.907 -7.421,6.556 -7.757,10.832c15.258,2.949 26.312,6.953 41.04,18.833c9.647,7.785 19.862,11.309 29.399,12.456c0.003,-0.004 10.248,-13.711 19.753,-32.558c-0.241,-0.365 -0.484,-0.728 -0.723,-1.095c-6.25,-9.478 -11.533,-18.592 -13.049,-22.521c-2.853,-7.395 -3.838,-14.659 -2.132,-22.466c1.983,-9.083 3.633,-18.206 7.761,-26.672c2.412,-4.95 6.15,-7.711 11.519,-8.858c6.366,-1.36 12.689,-3.037 18.94,-4.868c6.706,-1.966 9.308,-7.753 6.747,-14.275Z" style="fill-opacity:0.760784;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.0779295,0,0,0.0779295,27.0462,349.468)">
<path d="M232.321,164.268c-0.551,-1.407 -1.25,-2.487 -1.733,-4.267l0.016,0c-0.034,0 -0.056,-0.074 -0.088,-0.149c-0.062,-0.193 -0.122,-0.353 -0.173,-0.548c-0.097,-0.365 -0.189,-0.759 -0.253,-1.179c-0.043,-2.08 1.872,-2.792 1.946,-5.183c0.081,-2.573 -1.476,-3.898 -1.946,-4.241c-0.02,-0.028 -0.037,-0.054 -0.056,-0.082c0.012,-0.037 0.02,-0.068 0.031,-0.104c2.993,-2.433 1.69,-5.738 1.69,-5.738c-0.636,-0.338 -1.313,-0.55 -1.797,-0.98c-4.337,-3.863 -4.606,-6.636 -1.196,-11.288c0.866,-1.185 1.746,-2.375 2.467,-3.649c1.761,-3.117 1.359,-4.599 -1.81,-6.367c-2.28,-1.271 -4.743,-2.218 -6.988,-3.545c-6.396,-3.778 -11.834,-8.521 -15.061,-15.174c2.171,-3.872 2.171,-3.872 1.304,-6.341c-0.791,0.865 -1.527,1.672 -2.688,2.944c0,-3.049 0.294,-5.379 -0.083,-7.595c-0.367,-2.156 -0.85,-4.792 -2.281,-6.178c-5.217,-5.045 -8.175,-11.292 -10.92,-17.796c-2.029,-4.806 -4.196,-9.66 -8.171,-13.236c-2,-1.8 -4.474,-3.072 -6.742,-4.587c0,-1.354 0.017,-2.653 -0.006,-3.951c-0.019,-1.297 0.038,-2.61 -0.136,-3.89c-0.702,-5.113 -4.34,-7.564 -9.404,-6.548c-3.181,0.638 -6.385,1.238 -9.605,1.563c-1.888,0.19 -3.584,0.128 -3.225,-3.432c1.62,0 3.162,0 5.368,0c-1.104,0 -1.515,-1.544 -2.067,-1.769c-2.208,-0.892 -4.045,-0.36 -5.099,1.396c-1.25,2.077 0.023,3.586 1.504,4.555c1.273,0.832 3.004,1.441 4.492,1.365c3.234,-0.167 6.436,-0.842 9.658,-1.296c2.8,-0.394 4.451,0.587 5.01,3.266c0.266,1.278 0.047,2.658 0.047,3.561c-3.72,-1.383 -6.953,-3.369 -10.347,-3.69c-7.432,-0.706 -14.956,-0.912 -22.413,-0.611c-3.084,0.124 -6.484,1.511 -9.049,3.309c-4.547,3.188 -9.441,5.039 -14.773,6.138c-2.549,0.526 -5.106,1.149 -7.55,2.03c-4.689,1.689 -8.626,4.342 -11.53,8.63c-1.595,2.354 -3.836,4.445 -6.188,6.076c-4.591,3.184 -9.001,6.424 -12.144,11.187c-1.712,2.596 -4.124,4.212 -7.839,3.113c-1.104,-4.244 -4.87,-4.911 -8.627,-5.423c-1.764,-0.242 -3.625,-0.32 -5.373,-0.04c-10.247,1.643 -19.554,5.56 -26.813,13.074c-6.565,6.797 -5.937,10.365 -2.739,16.202c2.063,3.766 2.131,7.435 -0.279,11.089c-1.874,2.842 -2.57,6.013 -2.071,9.354c1.284,8.609 4.072,16.22 13.409,19.251c0.615,0.198 1.156,0.607 1.748,0.881c2.125,0.984 3.145,2.592 3.365,4.971c0.144,1.54 0.491,3.357 1.429,4.479c6.245,7.454 20.432,8.503 25.041,-1.951c0.189,-0.432 0.624,-0.756 0.945,-1.129c0.305,0.134 0.609,0.266 0.914,0.399c-0.27,1.348 -0.539,2.694 -0.81,4.042c-0.351,1.75 -1.204,3.572 -0.961,5.235c0.915,6.264 1.484,12.716 3.503,18.648c2.452,7.204 8.53,14.587 18.762,13.197c3.549,-0.483 6.782,0.391 9.818,2.234c1.254,0.76 2.657,1.272 3.912,2.027c3.221,1.943 6.497,1.898 9.857,0.464c2.024,-0.863 4.052,-1.726 6.331,-2.698c-1.16,4.041 -2.278,7.594 -3.189,11.197c-1.336,5.287 -3.631,9.452 -9.941,9.48c-0.115,0 -0.228,0.204 -0.481,0.441c0.473,1.385 0.975,2.855 1.446,4.234c-3.43,5.076 -9.388,5.288 -13.951,7.881c8.949,0.082 15.39,-4.254 16.179,-10.562c4.91,-1.582 7.805,-5.034 9.233,-9.921c0.777,-2.659 1.611,-5.32 2.672,-7.879c1.746,-4.209 4.792,-6.719 9.406,-6.833c-0.302,3.22 -0.579,6.169 -0.855,9.113c-6.687,1.486 -6.819,1.649 -6.534,8.315c-1.583,1.269 -3.238,2.596 -5.685,4.557c6.226,-1.428 7.436,-2.953 8.025,-9.211c0.938,-0.325 1.962,-0.799 3.039,-1.035c4.009,-0.875 4.11,-0.859 3.682,-5.037c-0.251,-2.445 0.739,-3.996 3.163,-5.664c0.451,1.766 0.892,3.088 1.115,4.445c0.316,1.923 0.547,3.867 0.687,5.81c0.517,7.404 -0.06,14.643 -3.457,21.43c-4.159,8.313 -8.334,16.622 -12.413,24.973c-1.174,2.404 -2.482,4.234 -5.172,5.433c-4.265,1.907 -7.421,6.556 -7.757,10.832c15.258,2.949 26.312,6.953 41.04,18.833c9.647,7.785 19.862,11.309 29.399,12.456c0.003,-0.004 10.248,-13.711 19.753,-32.558c-0.241,-0.365 -0.484,-0.728 -0.723,-1.095c-6.25,-9.478 -11.533,-18.592 -13.049,-22.521c-2.853,-7.395 -3.838,-14.659 -2.132,-22.466c1.983,-9.083 3.633,-18.206 7.761,-26.672c2.412,-4.95 6.15,-7.711 11.519,-8.858c6.366,-1.36 12.689,-3.037 18.94,-4.868c6.706,-1.966 9.308,-7.753 6.747,-14.275Z" style="fill:#5a5a5a;fill-opacity:0.760784;fill-rule:nonzero;"/>
</g>
</g>
<g id="Description" transform="matrix(1,0,0,1,-10.3942,-23.7183)">
<path d="M30.054,63.222c-0.021,0.006 -0.042,0.01 -0.064,0.012c-0.021,0.003 -0.05,0.004 -0.088,0.004c-0.432,0 -0.817,-0.073 -1.156,-0.22c-0.338,-0.146 -0.624,-0.345 -0.856,-0.596c-0.232,-0.25 -0.408,-0.542 -0.528,-0.876c-0.12,-0.333 -0.18,-0.689 -0.18,-1.068c0,-0.378 0.06,-0.734 0.18,-1.068c0.12,-0.333 0.296,-0.625 0.528,-0.876c0.232,-0.25 0.518,-0.449 0.856,-0.596c0.339,-0.146 0.724,-0.22 1.156,-0.22c0.432,0 0.816,0.074 1.152,0.22c0.336,0.147 0.62,0.346 0.852,0.596c0.232,0.251 0.41,0.543 0.532,0.876c0.123,0.334 0.184,0.69 0.184,1.068c0,0.491 -0.1,0.94 -0.3,1.348c-0.2,0.408 -0.489,0.735 -0.868,0.98l1.28,0.848l-0.616,0.936l-2.064,-1.368Zm-0.152,-1.024c0.23,0 0.432,-0.042 0.608,-0.128c0.176,-0.085 0.324,-0.204 0.444,-0.356c0.12,-0.152 0.21,-0.333 0.268,-0.544c0.059,-0.21 0.088,-0.441 0.088,-0.692c0,-0.25 -0.029,-0.481 -0.088,-0.692c-0.058,-0.21 -0.148,-0.392 -0.268,-0.544c-0.12,-0.152 -0.268,-0.27 -0.444,-0.356c-0.176,-0.085 -0.378,-0.128 -0.608,-0.128c-0.234,0 -0.438,0.043 -0.612,0.128c-0.173,0.086 -0.32,0.204 -0.44,0.356c-0.12,0.152 -0.209,0.334 -0.268,0.544c-0.058,0.211 -0.088,0.442 -0.088,0.692c0,0.251 0.03,0.482 0.088,0.692c0.059,0.211 0.148,0.392 0.268,0.544c0.12,0.152 0.267,0.271 0.44,0.356c0.174,0.086 0.378,0.128 0.612,0.128Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.3px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M36.998,57.814l1.312,0l0,3.408c0,0.63 -0.198,1.123 -0.596,1.48c-0.397,0.358 -0.95,0.536 -1.66,0.536c-0.709,0 -1.262,-0.178 -1.66,-0.536c-0.397,-0.357 -0.596,-0.85 -0.596,-1.48l0,-3.408l1.312,0l0,3.448c0,0.304 0.08,0.536 0.24,0.696c0.16,0.16 0.395,0.24 0.704,0.24c0.31,0 0.544,-0.08 0.704,-0.24c0.16,-0.16 0.24,-0.392 0.24,-0.696l0,-3.448Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.3px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="39.774" y="57.814" width="1.312" height="5.328" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.3px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M45.182,57.718c0.278,0 0.556,0.027 0.836,0.08c0.28,0.054 0.522,0.131 0.724,0.232l-0.192,0.968c-0.16,-0.064 -0.342,-0.118 -0.548,-0.164c-0.205,-0.045 -0.409,-0.068 -0.612,-0.068c-0.544,0 -0.973,0.142 -1.288,0.424c-0.314,0.283 -0.472,0.712 -0.472,1.288c0,0.576 0.158,1.006 0.472,1.288c0.315,0.283 0.744,0.424 1.288,0.424c0.203,0 0.407,-0.022 0.612,-0.068c0.206,-0.045 0.388,-0.1 0.548,-0.164l0.192,0.968c-0.202,0.102 -0.444,0.179 -0.724,0.232c-0.28,0.054 -0.558,0.08 -0.836,0.08c-0.469,0 -0.882,-0.069 -1.24,-0.208c-0.357,-0.138 -0.656,-0.33 -0.896,-0.576c-0.24,-0.245 -0.421,-0.536 -0.544,-0.872c-0.122,-0.336 -0.184,-0.704 -0.184,-1.104c0,-0.4 0.062,-0.768 0.184,-1.104c0.123,-0.336 0.304,-0.626 0.544,-0.872c0.24,-0.245 0.539,-0.437 0.896,-0.576c0.358,-0.138 0.771,-0.208 1.24,-0.208Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.3px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M47.982,63.142l0,-5.328l1.312,0l0,2.552l1.68,-2.552l1.48,0l-1.8,2.632l1.928,2.696l-1.576,0l-1.712,-2.608l0,2.608l-1.312,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.3px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M59.19,62.294l-1.264,0l-1.04,-2.136l-0.16,2.984l-1.288,0l0.4,-5.328l1.184,0l1.536,3.256l1.536,-3.256l1.184,0l0.4,5.328l-1.288,0l-0.16,-2.984l-1.04,2.136Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.3px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="62.974" y="57.814" width="1.312" height="5.328" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.3px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M68.534,60.462l1.8,2.68l-1.4,0l-1.072,-1.704l-1.072,1.704l-1.4,0l1.8,-2.68l-1.768,-2.648l1.392,0l1.048,1.664l1.048,-1.664l1.392,0l-1.768,2.648Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.3px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g id="Name" transform="matrix(0.826188,0,0,0.826188,5.43833,2.73004)">
<g transform="matrix(1,0,0,1,2.34045,3.02196)">
<path d="M18.425,3.085l18.35,0l0,18.35l-18.35,0l0,-18.35Zm14.7,14.7l0,-11.025l-11.025,0l0,11.025l3.675,0l0,-2.875l3.675,0l0,2.875l3.675,0Z" style="fill-rule:nonzero;stroke:#000;stroke-width:0.73px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M53.95,3.085l3.65,0l0,18.35l-3.65,0l0,-18.35Zm-7.35,14.7l0,-14.7l3.675,0l0,14.7l-3.675,0Zm-7.35,3.65l0,-18.35l3.675,0l0,18.35l-3.675,0Z" style="fill-rule:nonzero;stroke:#000;stroke-width:0.73px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,1.34045,2.02196)">
<path d="M18.425,3.085l18.35,0l0,18.35l-18.35,0l0,-18.35Zm14.7,14.7l0,-11.025l-11.025,0l0,11.025l3.675,0l0,-2.875l3.675,0l0,2.875l3.675,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.73px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M53.95,3.085l3.65,0l0,18.35l-3.65,0l0,-18.35Zm-7.35,14.7l0,-14.7l3.675,0l0,14.7l-3.675,0Zm-7.35,3.65l0,-18.35l3.675,0l0,18.35l-3.675,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.73px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
</g>
<g transform="matrix(1,0,0,0.398134,0.428798,191.213)">
<rect x="7.571" y="312.715" width="60.012" height="2.512" style="fill:#fefefe;fill-opacity:0.419608;"/>
</g>
</svg>

BIN
plugins/community/repos/LindenbergResearch/res/VCO.afdesign View File


+ 35
- 35
plugins/community/repos/LindenbergResearch/res/VCO.svg View File

@@ -1,43 +1,43 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns:serif="http://www.serif.com/" width="210px" height="380px" version="1.1" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
<svg width="210px" height="380px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
<g id="Panel" transform="matrix(1.16667,0,0,1,-1.42109e-14,-1.77636e-14)"> <g id="Panel" transform="matrix(1.16667,0,0,1,-1.42109e-14,-1.77636e-14)">
<rect x="0" y="0" width="180" height="380" style="fill:#1d1d1d;"/> <rect x="0" y="0" width="180" height="380" style="fill:#1d1d1d;"/>
</g> </g>
<g id="Description" transform="matrix(1,0,0,1,-8.39421,-23.7183)">
<path d="M30.846,57.814l0.736,0l-1.912,5.328l-0.768,0l-1.912,-5.328l0.736,0l1.56,4.456l1.56,-4.456Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M34.942,63.238c-0.416,0 -0.786,-0.074 -1.112,-0.224c-0.325,-0.149 -0.597,-0.349 -0.816,-0.6c-0.218,-0.25 -0.385,-0.544 -0.5,-0.88c-0.114,-0.336 -0.172,-0.688 -0.172,-1.056c0,-0.368 0.058,-0.72 0.172,-1.056c0.115,-0.336 0.282,-0.629 0.5,-0.88c0.219,-0.25 0.491,-0.45 0.816,-0.6c0.326,-0.149 0.696,-0.224 1.112,-0.224c0.416,0 0.787,0.075 1.112,0.224c0.326,0.15 0.598,0.35 0.816,0.6c0.219,0.251 0.386,0.544 0.5,0.88c0.115,0.336 0.172,0.688 0.172,1.056c0,0.368 -0.057,0.72 -0.172,1.056c-0.114,0.336 -0.281,0.63 -0.5,0.88c-0.218,0.251 -0.49,0.451 -0.816,0.6c-0.325,0.15 -0.696,0.224 -1.112,0.224Zm0,-0.592c0.304,0 0.574,-0.056 0.808,-0.168c0.235,-0.112 0.43,-0.266 0.584,-0.464c0.155,-0.197 0.272,-0.428 0.352,-0.692c0.08,-0.264 0.12,-0.545 0.12,-0.844c0,-0.298 -0.04,-0.58 -0.12,-0.844c-0.08,-0.264 -0.197,-0.493 -0.352,-0.688c-0.154,-0.194 -0.349,-0.349 -0.584,-0.464c-0.234,-0.114 -0.504,-0.172 -0.808,-0.172c-0.304,0 -0.573,0.058 -0.808,0.172c-0.234,0.115 -0.429,0.27 -0.584,0.464c-0.154,0.195 -0.272,0.424 -0.352,0.688c-0.08,0.264 -0.12,0.546 -0.12,0.844c0,0.299 0.04,0.58 0.12,0.844c0.08,0.264 0.198,0.495 0.352,0.692c0.155,0.198 0.35,0.352 0.584,0.464c0.235,0.112 0.504,0.168 0.808,0.168Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M39.678,57.814l0,4.728l2.224,0l0,0.6l-2.96,0l0,-5.328l0.736,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M45.886,57.814l0,0.6l-1.568,0l0,4.728l-0.736,0l0,-4.728l-1.568,0l0,-0.6l3.872,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M51.126,63.142l-0.752,0l-0.488,-1.288l-2.488,0l-0.48,1.288l-0.752,0l2.12,-5.328l0.72,0l2.12,5.328Zm-3.504,-1.88l2.048,0l-1.024,-2.776l-1.024,2.776Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M54.694,57.718c0.299,0 0.584,0.026 0.856,0.076c0.272,0.051 0.518,0.13 0.736,0.236l-0.12,0.584c-0.229,-0.09 -0.468,-0.162 -0.716,-0.216c-0.248,-0.053 -0.497,-0.08 -0.748,-0.08c-0.661,0 -1.181,0.194 -1.56,0.58c-0.378,0.387 -0.568,0.935 -0.568,1.644c0,0.683 0.179,1.207 0.536,1.572c0.358,0.366 0.894,0.548 1.608,0.548c0.171,0 0.343,-0.012 0.516,-0.036c0.174,-0.024 0.322,-0.054 0.444,-0.092l0,-1.736l0.672,0l0,2.144c-0.202,0.086 -0.461,0.156 -0.776,0.212c-0.314,0.056 -0.629,0.084 -0.944,0.084c-0.437,0 -0.829,-0.065 -1.176,-0.196c-0.346,-0.13 -0.64,-0.314 -0.88,-0.552c-0.24,-0.237 -0.422,-0.521 -0.548,-0.852c-0.125,-0.33 -0.188,-0.696 -0.188,-1.096c0,-0.416 0.066,-0.797 0.196,-1.144c0.131,-0.346 0.319,-0.644 0.564,-0.892c0.246,-0.248 0.544,-0.441 0.896,-0.58c0.352,-0.138 0.752,-0.208 1.2,-0.208Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M57.95,57.814l2.968,0l0,0.6l-2.232,0l0,1.704l2.136,0l0,0.6l-2.136,0l0,1.824l2.256,0l0,0.6l-2.992,0l0,-5.328Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M67.022,57.718c0.24,0 0.491,0.023 0.752,0.068c0.262,0.046 0.48,0.106 0.656,0.18l-0.12,0.568c-0.181,-0.064 -0.376,-0.116 -0.584,-0.156c-0.208,-0.04 -0.413,-0.06 -0.616,-0.06c-0.666,0 -1.186,0.187 -1.56,0.56c-0.373,0.374 -0.56,0.907 -0.56,1.6c0,0.694 0.187,1.227 0.56,1.6c0.374,0.374 0.894,0.56 1.56,0.56c0.203,0 0.408,-0.02 0.616,-0.06c0.208,-0.04 0.403,-0.092 0.584,-0.156l0.12,0.568c-0.176,0.075 -0.394,0.135 -0.656,0.18c-0.261,0.046 -0.512,0.068 -0.752,0.068c-0.437,0 -0.828,-0.069 -1.172,-0.208c-0.344,-0.138 -0.633,-0.33 -0.868,-0.576c-0.234,-0.245 -0.414,-0.536 -0.54,-0.872c-0.125,-0.336 -0.188,-0.704 -0.188,-1.104c0,-0.4 0.063,-0.768 0.188,-1.104c0.126,-0.336 0.306,-0.626 0.54,-0.872c0.235,-0.245 0.524,-0.437 0.868,-0.576c0.344,-0.138 0.735,-0.208 1.172,-0.208Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M72.014,63.238c-0.416,0 -0.786,-0.074 -1.112,-0.224c-0.325,-0.149 -0.597,-0.349 -0.816,-0.6c-0.218,-0.25 -0.385,-0.544 -0.5,-0.88c-0.114,-0.336 -0.172,-0.688 -0.172,-1.056c0,-0.368 0.058,-0.72 0.172,-1.056c0.115,-0.336 0.282,-0.629 0.5,-0.88c0.219,-0.25 0.491,-0.45 0.816,-0.6c0.326,-0.149 0.696,-0.224 1.112,-0.224c0.416,0 0.787,0.075 1.112,0.224c0.326,0.15 0.598,0.35 0.816,0.6c0.219,0.251 0.386,0.544 0.5,0.88c0.115,0.336 0.172,0.688 0.172,1.056c0,0.368 -0.057,0.72 -0.172,1.056c-0.114,0.336 -0.281,0.63 -0.5,0.88c-0.218,0.251 -0.49,0.451 -0.816,0.6c-0.325,0.15 -0.696,0.224 -1.112,0.224Zm0,-0.592c0.304,0 0.574,-0.056 0.808,-0.168c0.235,-0.112 0.43,-0.266 0.584,-0.464c0.155,-0.197 0.272,-0.428 0.352,-0.692c0.08,-0.264 0.12,-0.545 0.12,-0.844c0,-0.298 -0.04,-0.58 -0.12,-0.844c-0.08,-0.264 -0.197,-0.493 -0.352,-0.688c-0.154,-0.194 -0.349,-0.349 -0.584,-0.464c-0.234,-0.114 -0.504,-0.172 -0.808,-0.172c-0.304,0 -0.573,0.058 -0.808,0.172c-0.234,0.115 -0.429,0.27 -0.584,0.464c-0.154,0.195 -0.272,0.424 -0.352,0.688c-0.08,0.264 -0.12,0.546 -0.12,0.844c0,0.299 0.04,0.58 0.12,0.844c0.08,0.264 0.198,0.495 0.352,0.692c0.155,0.198 0.35,0.352 0.584,0.464c0.235,0.112 0.504,0.168 0.808,0.168Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M79.702,63.142l-2.984,-4.184l0,4.184l-0.704,0l0,-5.328l0.704,0l2.984,4.184l0,-4.184l0.704,0l0,5.328l-0.704,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M85.494,57.814l0,0.6l-1.568,0l0,4.728l-0.736,0l0,-4.728l-1.568,0l0,-0.6l3.872,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M87.446,63.142l-0.736,0l0,-5.328l1.384,0c0.288,0 0.556,0.032 0.804,0.096c0.248,0.064 0.466,0.159 0.652,0.284c0.187,0.126 0.334,0.283 0.44,0.472c0.107,0.19 0.16,0.407 0.16,0.652c0,0.368 -0.118,0.688 -0.356,0.96c-0.237,0.272 -0.569,0.47 -0.996,0.592l1.88,2.272l-0.904,0l-1.736,-2.144c-0.026,0 -0.066,0.002 -0.12,0.004c-0.053,0.003 -0.109,0.004 -0.168,0.004l-0.304,0l0,2.136Zm1.968,-3.808c0,-0.165 -0.036,-0.308 -0.108,-0.428c-0.072,-0.12 -0.169,-0.216 -0.292,-0.288c-0.122,-0.072 -0.264,-0.125 -0.424,-0.16c-0.16,-0.034 -0.328,-0.052 -0.504,-0.052l-0.64,0l0,2.008l0.368,0c0.224,0 0.434,-0.021 0.628,-0.064c0.195,-0.042 0.364,-0.108 0.508,-0.196c0.144,-0.088 0.258,-0.2 0.34,-0.336c0.083,-0.136 0.124,-0.297 0.124,-0.484Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M94.046,63.238c-0.416,0 -0.786,-0.074 -1.112,-0.224c-0.325,-0.149 -0.597,-0.349 -0.816,-0.6c-0.218,-0.25 -0.385,-0.544 -0.5,-0.88c-0.114,-0.336 -0.172,-0.688 -0.172,-1.056c0,-0.368 0.058,-0.72 0.172,-1.056c0.115,-0.336 0.282,-0.629 0.5,-0.88c0.219,-0.25 0.491,-0.45 0.816,-0.6c0.326,-0.149 0.696,-0.224 1.112,-0.224c0.416,0 0.787,0.075 1.112,0.224c0.326,0.15 0.598,0.35 0.816,0.6c0.219,0.251 0.386,0.544 0.5,0.88c0.115,0.336 0.172,0.688 0.172,1.056c0,0.368 -0.057,0.72 -0.172,1.056c-0.114,0.336 -0.281,0.63 -0.5,0.88c-0.218,0.251 -0.49,0.451 -0.816,0.6c-0.325,0.15 -0.696,0.224 -1.112,0.224Zm0,-0.592c0.304,0 0.574,-0.056 0.808,-0.168c0.235,-0.112 0.43,-0.266 0.584,-0.464c0.155,-0.197 0.272,-0.428 0.352,-0.692c0.08,-0.264 0.12,-0.545 0.12,-0.844c0,-0.298 -0.04,-0.58 -0.12,-0.844c-0.08,-0.264 -0.197,-0.493 -0.352,-0.688c-0.154,-0.194 -0.349,-0.349 -0.584,-0.464c-0.234,-0.114 -0.504,-0.172 -0.808,-0.172c-0.304,0 -0.573,0.058 -0.808,0.172c-0.234,0.115 -0.429,0.27 -0.584,0.464c-0.154,0.195 -0.272,0.424 -0.352,0.688c-0.08,0.264 -0.12,0.546 -0.12,0.844c0,0.299 0.04,0.58 0.12,0.844c0.08,0.264 0.198,0.495 0.352,0.692c0.155,0.198 0.35,0.352 0.584,0.464c0.235,0.112 0.504,0.168 0.808,0.168Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M98.782,57.814l0,4.728l2.224,0l0,0.6l-2.96,0l0,-5.328l0.736,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M102.958,57.814l0,4.728l2.224,0l0,0.6l-2.96,0l0,-5.328l0.736,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M106.398,57.814l2.968,0l0,0.6l-2.232,0l0,1.704l2.136,0l0,0.6l-2.136,0l0,1.824l2.256,0l0,0.6l-2.992,0l0,-5.328Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M110.878,57.814l1.48,0c0.459,0 0.875,0.067 1.248,0.2c0.374,0.134 0.694,0.319 0.96,0.556c0.267,0.238 0.472,0.519 0.616,0.844c0.144,0.326 0.216,0.68 0.216,1.064c0,0.384 -0.072,0.739 -0.216,1.064c-0.144,0.326 -0.349,0.607 -0.616,0.844c-0.266,0.238 -0.586,0.423 -0.96,0.556c-0.373,0.134 -0.789,0.2 -1.248,0.2l-1.48,0l0,-5.328Zm1.48,4.736c0.32,0 0.62,-0.046 0.9,-0.14c0.28,-0.093 0.524,-0.228 0.732,-0.404c0.208,-0.176 0.372,-0.392 0.492,-0.648c0.12,-0.256 0.18,-0.549 0.18,-0.88c0,-0.325 -0.06,-0.617 -0.18,-0.876c-0.12,-0.258 -0.284,-0.476 -0.492,-0.652c-0.208,-0.176 -0.452,-0.31 -0.732,-0.404c-0.28,-0.093 -0.58,-0.14 -0.9,-0.14l-0.744,0l0,4.144l0.744,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M123.406,63.142l-0.752,0l-0.488,-1.288l-2.488,0l-0.48,1.288l-0.752,0l2.12,-5.328l0.72,0l2.12,5.328Zm-3.504,-1.88l2.048,0l-1.024,-2.776l-1.024,2.776Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M128.358,63.142l-2.984,-4.184l0,4.184l-0.704,0l0,-5.328l0.704,0l2.984,4.184l0,-4.184l0.704,0l0,5.328l-0.704,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M135.286,63.142l-0.752,0l-0.488,-1.288l-2.488,0l-0.48,1.288l-0.752,0l2.12,-5.328l0.72,0l2.12,5.328Zm-3.504,-1.88l2.048,0l-1.024,-2.776l-1.024,2.776Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M137.286,57.814l0,4.728l2.224,0l0,0.6l-2.96,0l0,-5.328l0.736,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M142.846,63.238c-0.416,0 -0.786,-0.074 -1.112,-0.224c-0.325,-0.149 -0.597,-0.349 -0.816,-0.6c-0.218,-0.25 -0.385,-0.544 -0.5,-0.88c-0.114,-0.336 -0.172,-0.688 -0.172,-1.056c0,-0.368 0.058,-0.72 0.172,-1.056c0.115,-0.336 0.282,-0.629 0.5,-0.88c0.219,-0.25 0.491,-0.45 0.816,-0.6c0.326,-0.149 0.696,-0.224 1.112,-0.224c0.416,0 0.787,0.075 1.112,0.224c0.326,0.15 0.598,0.35 0.816,0.6c0.219,0.251 0.386,0.544 0.5,0.88c0.115,0.336 0.172,0.688 0.172,1.056c0,0.368 -0.057,0.72 -0.172,1.056c-0.114,0.336 -0.281,0.63 -0.5,0.88c-0.218,0.251 -0.49,0.451 -0.816,0.6c-0.325,0.15 -0.696,0.224 -1.112,0.224Zm0,-0.592c0.304,0 0.574,-0.056 0.808,-0.168c0.235,-0.112 0.43,-0.266 0.584,-0.464c0.155,-0.197 0.272,-0.428 0.352,-0.692c0.08,-0.264 0.12,-0.545 0.12,-0.844c0,-0.298 -0.04,-0.58 -0.12,-0.844c-0.08,-0.264 -0.197,-0.493 -0.352,-0.688c-0.154,-0.194 -0.349,-0.349 -0.584,-0.464c-0.234,-0.114 -0.504,-0.172 -0.808,-0.172c-0.304,0 -0.573,0.058 -0.808,0.172c-0.234,0.115 -0.429,0.27 -0.584,0.464c-0.154,0.195 -0.272,0.424 -0.352,0.688c-0.08,0.264 -0.12,0.546 -0.12,0.844c0,0.299 0.04,0.58 0.12,0.844c0.08,0.264 0.198,0.495 0.352,0.692c0.155,0.198 0.35,0.352 0.584,0.464c0.235,0.112 0.504,0.168 0.808,0.168Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M149.406,57.718c0.299,0 0.584,0.026 0.856,0.076c0.272,0.051 0.518,0.13 0.736,0.236l-0.12,0.584c-0.229,-0.09 -0.468,-0.162 -0.716,-0.216c-0.248,-0.053 -0.497,-0.08 -0.748,-0.08c-0.661,0 -1.181,0.194 -1.56,0.58c-0.378,0.387 -0.568,0.935 -0.568,1.644c0,0.683 0.179,1.207 0.536,1.572c0.358,0.366 0.894,0.548 1.608,0.548c0.171,0 0.343,-0.012 0.516,-0.036c0.174,-0.024 0.322,-0.054 0.444,-0.092l0,-1.736l0.672,0l0,2.144c-0.202,0.086 -0.461,0.156 -0.776,0.212c-0.314,0.056 -0.629,0.084 -0.944,0.084c-0.437,0 -0.829,-0.065 -1.176,-0.196c-0.346,-0.13 -0.64,-0.314 -0.88,-0.552c-0.24,-0.237 -0.422,-0.521 -0.548,-0.852c-0.125,-0.33 -0.188,-0.696 -0.188,-1.096c0,-0.416 0.066,-0.797 0.196,-1.144c0.131,-0.346 0.319,-0.644 0.564,-0.892c0.246,-0.248 0.544,-0.441 0.896,-0.58c0.352,-0.138 0.752,-0.208 1.2,-0.208Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M157.102,63.238c-0.416,0 -0.786,-0.074 -1.112,-0.224c-0.325,-0.149 -0.597,-0.349 -0.816,-0.6c-0.218,-0.25 -0.385,-0.544 -0.5,-0.88c-0.114,-0.336 -0.172,-0.688 -0.172,-1.056c0,-0.368 0.058,-0.72 0.172,-1.056c0.115,-0.336 0.282,-0.629 0.5,-0.88c0.219,-0.25 0.491,-0.45 0.816,-0.6c0.326,-0.149 0.696,-0.224 1.112,-0.224c0.416,0 0.787,0.075 1.112,0.224c0.326,0.15 0.598,0.35 0.816,0.6c0.219,0.251 0.386,0.544 0.5,0.88c0.115,0.336 0.172,0.688 0.172,1.056c0,0.368 -0.057,0.72 -0.172,1.056c-0.114,0.336 -0.281,0.63 -0.5,0.88c-0.218,0.251 -0.49,0.451 -0.816,0.6c-0.325,0.15 -0.696,0.224 -1.112,0.224Zm0,-0.592c0.304,0 0.574,-0.056 0.808,-0.168c0.235,-0.112 0.43,-0.266 0.584,-0.464c0.155,-0.197 0.272,-0.428 0.352,-0.692c0.08,-0.264 0.12,-0.545 0.12,-0.844c0,-0.298 -0.04,-0.58 -0.12,-0.844c-0.08,-0.264 -0.197,-0.493 -0.352,-0.688c-0.154,-0.194 -0.349,-0.349 -0.584,-0.464c-0.234,-0.114 -0.504,-0.172 -0.808,-0.172c-0.304,0 -0.573,0.058 -0.808,0.172c-0.234,0.115 -0.429,0.27 -0.584,0.464c-0.154,0.195 -0.272,0.424 -0.352,0.688c-0.08,0.264 -0.12,0.546 -0.12,0.844c0,0.299 0.04,0.58 0.12,0.844c0.08,0.264 0.198,0.495 0.352,0.692c0.155,0.198 0.35,0.352 0.584,0.464c0.235,0.112 0.504,0.168 0.808,0.168Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M164.174,61.758c0,0.23 -0.049,0.435 -0.148,0.616c-0.098,0.182 -0.232,0.336 -0.4,0.464c-0.168,0.128 -0.365,0.227 -0.592,0.296c-0.226,0.07 -0.47,0.104 -0.732,0.104c-0.256,0 -0.518,-0.026 -0.788,-0.08c-0.269,-0.053 -0.516,-0.133 -0.74,-0.24l0.144,-0.584c0.198,0.091 0.415,0.166 0.652,0.224c0.238,0.059 0.476,0.088 0.716,0.088c0.347,0 0.627,-0.073 0.84,-0.22c0.214,-0.146 0.32,-0.358 0.32,-0.636c0,-0.154 -0.03,-0.286 -0.092,-0.396c-0.061,-0.109 -0.145,-0.208 -0.252,-0.296c-0.106,-0.088 -0.23,-0.166 -0.372,-0.236c-0.141,-0.069 -0.292,-0.141 -0.452,-0.216c-0.181,-0.085 -0.356,-0.174 -0.524,-0.268c-0.168,-0.093 -0.316,-0.2 -0.444,-0.32c-0.128,-0.12 -0.23,-0.256 -0.308,-0.408c-0.077,-0.152 -0.116,-0.329 -0.116,-0.532c0,-0.229 0.042,-0.432 0.124,-0.608c0.083,-0.176 0.199,-0.322 0.348,-0.44c0.15,-0.117 0.328,-0.205 0.536,-0.264c0.208,-0.058 0.438,-0.088 0.688,-0.088c0.256,0 0.506,0.03 0.748,0.088c0.243,0.059 0.455,0.136 0.636,0.232l-0.136,0.584c-0.17,-0.09 -0.365,-0.165 -0.584,-0.224c-0.218,-0.058 -0.44,-0.088 -0.664,-0.088c-0.645,0 -0.968,0.251 -0.968,0.752c0,0.112 0.016,0.21 0.048,0.292c0.032,0.083 0.084,0.16 0.156,0.232c0.072,0.072 0.168,0.142 0.288,0.208c0.12,0.067 0.266,0.143 0.436,0.228c0.171,0.086 0.352,0.178 0.544,0.276c0.192,0.099 0.368,0.216 0.528,0.352c0.16,0.136 0.294,0.295 0.4,0.476c0.107,0.182 0.16,0.392 0.16,0.632Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M167.982,57.718c0.24,0 0.491,0.023 0.752,0.068c0.262,0.046 0.48,0.106 0.656,0.18l-0.12,0.568c-0.181,-0.064 -0.376,-0.116 -0.584,-0.156c-0.208,-0.04 -0.413,-0.06 -0.616,-0.06c-0.666,0 -1.186,0.187 -1.56,0.56c-0.373,0.374 -0.56,0.907 -0.56,1.6c0,0.694 0.187,1.227 0.56,1.6c0.374,0.374 0.894,0.56 1.56,0.56c0.203,0 0.408,-0.02 0.616,-0.06c0.208,-0.04 0.403,-0.092 0.584,-0.156l0.12,0.568c-0.176,0.075 -0.394,0.135 -0.656,0.18c-0.261,0.046 -0.512,0.068 -0.752,0.068c-0.437,0 -0.828,-0.069 -1.172,-0.208c-0.344,-0.138 -0.633,-0.33 -0.868,-0.576c-0.234,-0.245 -0.414,-0.536 -0.54,-0.872c-0.125,-0.336 -0.188,-0.704 -0.188,-1.104c0,-0.4 0.063,-0.768 0.188,-1.104c0.126,-0.336 0.306,-0.626 0.54,-0.872c0.235,-0.245 0.524,-0.437 0.868,-0.576c0.344,-0.138 0.735,-0.208 1.172,-0.208Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<rect x="170.83" y="57.814" width="0.736" height="5.328" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M174.022,57.814l0,4.728l2.224,0l0,0.6l-2.96,0l0,-5.328l0.736,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M178.198,57.814l0,4.728l2.224,0l0,0.6l-2.96,0l0,-5.328l0.736,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M186.302,63.142l-0.752,0l-0.488,-1.288l-2.488,0l-0.48,1.288l-0.752,0l2.12,-5.328l0.72,0l2.12,5.328Zm-3.504,-1.88l2.048,0l-1.024,-2.776l-1.024,2.776Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M190.454,57.814l0,0.6l-1.568,0l0,4.728l-0.736,0l0,-4.728l-1.568,0l0,-0.6l3.872,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M193.83,63.238c-0.416,0 -0.786,-0.074 -1.112,-0.224c-0.325,-0.149 -0.597,-0.349 -0.816,-0.6c-0.218,-0.25 -0.385,-0.544 -0.5,-0.88c-0.114,-0.336 -0.172,-0.688 -0.172,-1.056c0,-0.368 0.058,-0.72 0.172,-1.056c0.115,-0.336 0.282,-0.629 0.5,-0.88c0.219,-0.25 0.491,-0.45 0.816,-0.6c0.326,-0.149 0.696,-0.224 1.112,-0.224c0.416,0 0.787,0.075 1.112,0.224c0.326,0.15 0.598,0.35 0.816,0.6c0.219,0.251 0.386,0.544 0.5,0.88c0.115,0.336 0.172,0.688 0.172,1.056c0,0.368 -0.057,0.72 -0.172,1.056c-0.114,0.336 -0.281,0.63 -0.5,0.88c-0.218,0.251 -0.49,0.451 -0.816,0.6c-0.325,0.15 -0.696,0.224 -1.112,0.224Zm0,-0.592c0.304,0 0.574,-0.056 0.808,-0.168c0.235,-0.112 0.43,-0.266 0.584,-0.464c0.155,-0.197 0.272,-0.428 0.352,-0.692c0.08,-0.264 0.12,-0.545 0.12,-0.844c0,-0.298 -0.04,-0.58 -0.12,-0.844c-0.08,-0.264 -0.197,-0.493 -0.352,-0.688c-0.154,-0.194 -0.349,-0.349 -0.584,-0.464c-0.234,-0.114 -0.504,-0.172 -0.808,-0.172c-0.304,0 -0.573,0.058 -0.808,0.172c-0.234,0.115 -0.429,0.27 -0.584,0.464c-0.154,0.195 -0.272,0.424 -0.352,0.688c-0.08,0.264 -0.12,0.546 -0.12,0.844c0,0.299 0.04,0.58 0.12,0.844c0.08,0.264 0.198,0.495 0.352,0.692c0.155,0.198 0.35,0.352 0.584,0.464c0.235,0.112 0.504,0.168 0.808,0.168Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M198.566,63.142l-0.736,0l0,-5.328l1.384,0c0.288,0 0.556,0.032 0.804,0.096c0.248,0.064 0.466,0.159 0.652,0.284c0.187,0.126 0.334,0.283 0.44,0.472c0.107,0.19 0.16,0.407 0.16,0.652c0,0.368 -0.118,0.688 -0.356,0.96c-0.237,0.272 -0.569,0.47 -0.996,0.592l1.88,2.272l-0.904,0l-1.736,-2.144c-0.026,0 -0.066,0.002 -0.12,0.004c-0.053,0.003 -0.109,0.004 -0.168,0.004l-0.304,0l0,2.136Zm1.968,-3.808c0,-0.165 -0.036,-0.308 -0.108,-0.428c-0.072,-0.12 -0.169,-0.216 -0.292,-0.288c-0.122,-0.072 -0.264,-0.125 -0.424,-0.16c-0.16,-0.034 -0.328,-0.052 -0.504,-0.052l-0.64,0l0,2.008l0.368,0c0.224,0 0.434,-0.021 0.628,-0.064c0.195,-0.042 0.364,-0.108 0.508,-0.196c0.144,-0.088 0.258,-0.2 0.34,-0.336c0.083,-0.136 0.124,-0.297 0.124,-0.484Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<g id="Description" transform="matrix(1,0,0,1,-12.3942,-23.7183)">
<path d="M30.182,63.142l-1.472,0l-1.8,-5.328l1.376,0l1.16,4.056l1.16,-4.056l1.376,0l-1.8,5.328Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M38.014,60.478c0,0.379 -0.061,0.735 -0.184,1.068c-0.122,0.334 -0.3,0.626 -0.532,0.876c-0.232,0.251 -0.516,0.45 -0.852,0.596c-0.336,0.147 -0.72,0.22 -1.152,0.22c-0.432,0 -0.817,-0.073 -1.156,-0.22c-0.338,-0.146 -0.624,-0.345 -0.856,-0.596c-0.232,-0.25 -0.408,-0.542 -0.528,-0.876c-0.12,-0.333 -0.18,-0.689 -0.18,-1.068c0,-0.378 0.06,-0.734 0.18,-1.068c0.12,-0.333 0.296,-0.625 0.528,-0.876c0.232,-0.25 0.518,-0.449 0.856,-0.596c0.339,-0.146 0.724,-0.22 1.156,-0.22c0.432,0 0.816,0.074 1.152,0.22c0.336,0.147 0.62,0.346 0.852,0.596c0.232,0.251 0.41,0.543 0.532,0.876c0.123,0.334 0.184,0.69 0.184,1.068Zm-2.72,1.72c0.23,0 0.432,-0.042 0.608,-0.128c0.176,-0.085 0.324,-0.204 0.444,-0.356c0.12,-0.152 0.21,-0.333 0.268,-0.544c0.059,-0.21 0.088,-0.441 0.088,-0.692c0,-0.25 -0.029,-0.481 -0.088,-0.692c-0.058,-0.21 -0.148,-0.392 -0.268,-0.544c-0.12,-0.152 -0.268,-0.27 -0.444,-0.356c-0.176,-0.085 -0.378,-0.128 -0.608,-0.128c-0.234,0 -0.438,0.043 -0.612,0.128c-0.173,0.086 -0.32,0.204 -0.44,0.356c-0.12,0.152 -0.209,0.334 -0.268,0.544c-0.058,0.211 -0.088,0.442 -0.088,0.692c0,0.251 0.03,0.482 0.088,0.692c0.059,0.211 0.148,0.392 0.268,0.544c0.12,0.152 0.267,0.271 0.44,0.356c0.174,0.086 0.378,0.128 0.612,0.128Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M40.518,57.814l0,4.288l1.96,0l0,1.04l-3.272,0l0,-5.328l1.312,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M46.95,57.814l0,1.04l-1.432,0l0,4.288l-1.312,0l0,-4.288l-1.432,0l0,-1.04l4.176,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M50.918,62.11l-2.04,0l-0.328,1.032l-1.352,0l1.984,-5.328l1.44,0l1.984,5.328l-1.352,0l-0.336,-1.032Zm-1.704,-1.04l1.368,0l-0.68,-2.248l-0.688,2.248Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M56.118,57.718c0.694,0 1.275,0.11 1.744,0.328l-0.176,0.992c-0.458,-0.181 -0.938,-0.272 -1.44,-0.272c-0.266,0 -0.506,0.035 -0.72,0.104c-0.213,0.07 -0.396,0.178 -0.548,0.324c-0.152,0.147 -0.269,0.334 -0.352,0.56c-0.082,0.227 -0.124,0.498 -0.124,0.812c0,0.555 0.146,0.974 0.436,1.256c0.291,0.283 0.719,0.424 1.284,0.424c0.123,0 0.24,-0.009 0.352,-0.028c0.112,-0.018 0.206,-0.041 0.28,-0.068l0,-1.488l1.176,0l0,2.192c-0.229,0.112 -0.521,0.204 -0.876,0.276c-0.354,0.072 -0.724,0.108 -1.108,0.108c-0.448,0 -0.848,-0.065 -1.2,-0.196c-0.352,-0.13 -0.65,-0.313 -0.896,-0.548c-0.245,-0.234 -0.433,-0.516 -0.564,-0.844c-0.13,-0.328 -0.196,-0.692 -0.196,-1.092c0,-0.426 0.066,-0.814 0.196,-1.164c0.131,-0.349 0.322,-0.648 0.572,-0.896c0.251,-0.248 0.558,-0.44 0.92,-0.576c0.363,-0.136 0.776,-0.204 1.24,-0.204Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M59.39,57.814l3.32,0l0,1.04l-2.008,0l0,1.072l1.912,0l0,1.04l-1.912,0l0,1.136l2.032,0l0,1.04l-3.344,0l0,-5.328Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M68.774,57.718c0.278,0 0.556,0.027 0.836,0.08c0.28,0.054 0.522,0.131 0.724,0.232l-0.192,0.968c-0.16,-0.064 -0.342,-0.118 -0.548,-0.164c-0.205,-0.045 -0.409,-0.068 -0.612,-0.068c-0.544,0 -0.973,0.142 -1.288,0.424c-0.314,0.283 -0.472,0.712 -0.472,1.288c0,0.576 0.158,1.006 0.472,1.288c0.315,0.283 0.744,0.424 1.288,0.424c0.203,0 0.407,-0.022 0.612,-0.068c0.206,-0.045 0.388,-0.1 0.548,-0.164l0.192,0.968c-0.202,0.102 -0.444,0.179 -0.724,0.232c-0.28,0.054 -0.558,0.08 -0.836,0.08c-0.469,0 -0.882,-0.069 -1.24,-0.208c-0.357,-0.138 -0.656,-0.33 -0.896,-0.576c-0.24,-0.245 -0.421,-0.536 -0.544,-0.872c-0.122,-0.336 -0.184,-0.704 -0.184,-1.104c0,-0.4 0.062,-0.768 0.184,-1.104c0.123,-0.336 0.304,-0.626 0.544,-0.872c0.24,-0.245 0.539,-0.437 0.896,-0.576c0.358,-0.138 0.771,-0.208 1.24,-0.208Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M76.726,60.478c0,0.379 -0.061,0.735 -0.184,1.068c-0.122,0.334 -0.3,0.626 -0.532,0.876c-0.232,0.251 -0.516,0.45 -0.852,0.596c-0.336,0.147 -0.72,0.22 -1.152,0.22c-0.432,0 -0.817,-0.073 -1.156,-0.22c-0.338,-0.146 -0.624,-0.345 -0.856,-0.596c-0.232,-0.25 -0.408,-0.542 -0.528,-0.876c-0.12,-0.333 -0.18,-0.689 -0.18,-1.068c0,-0.378 0.06,-0.734 0.18,-1.068c0.12,-0.333 0.296,-0.625 0.528,-0.876c0.232,-0.25 0.518,-0.449 0.856,-0.596c0.339,-0.146 0.724,-0.22 1.156,-0.22c0.432,0 0.816,0.074 1.152,0.22c0.336,0.147 0.62,0.346 0.852,0.596c0.232,0.251 0.41,0.543 0.532,0.876c0.123,0.334 0.184,0.69 0.184,1.068Zm-2.72,1.72c0.23,0 0.432,-0.042 0.608,-0.128c0.176,-0.085 0.324,-0.204 0.444,-0.356c0.12,-0.152 0.21,-0.333 0.268,-0.544c0.059,-0.21 0.088,-0.441 0.088,-0.692c0,-0.25 -0.029,-0.481 -0.088,-0.692c-0.058,-0.21 -0.148,-0.392 -0.268,-0.544c-0.12,-0.152 -0.268,-0.27 -0.444,-0.356c-0.176,-0.085 -0.378,-0.128 -0.608,-0.128c-0.234,0 -0.438,0.043 -0.612,0.128c-0.173,0.086 -0.32,0.204 -0.44,0.356c-0.12,0.152 -0.209,0.334 -0.268,0.544c-0.058,0.211 -0.088,0.442 -0.088,0.692c0,0.251 0.03,0.482 0.088,0.692c0.059,0.211 0.148,0.392 0.268,0.544c0.12,0.152 0.267,0.271 0.44,0.356c0.174,0.086 0.378,0.128 0.612,0.128Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M81.382,63.142l-2.2,-3.176l0,3.176l-1.264,0l0,-5.328l1.264,0l2.2,3.176l0,-3.176l1.264,0l0,5.328l-1.264,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M87.854,57.814l0,1.04l-1.432,0l0,4.288l-1.312,0l0,-4.288l-1.432,0l0,-1.04l4.176,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M92.902,59.502c0,0.358 -0.1,0.67 -0.3,0.936c-0.2,0.267 -0.478,0.47 -0.836,0.608l1.752,2.096l-1.616,0l-1.464,-1.848l-0.24,0l0,1.848l-1.312,0l0,-5.328l1.696,0c0.331,0 0.638,0.035 0.92,0.104c0.283,0.07 0.528,0.174 0.736,0.312c0.208,0.139 0.371,0.314 0.488,0.524c0.118,0.211 0.176,0.46 0.176,0.748Zm-1.264,0.024c0,-0.24 -0.093,-0.417 -0.28,-0.532c-0.186,-0.114 -0.448,-0.172 -0.784,-0.172l-0.376,0l0,1.496l0.32,0c0.352,0 0.627,-0.069 0.824,-0.208c0.198,-0.138 0.296,-0.333 0.296,-0.584Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M99.526,60.478c0,0.379 -0.061,0.735 -0.184,1.068c-0.122,0.334 -0.3,0.626 -0.532,0.876c-0.232,0.251 -0.516,0.45 -0.852,0.596c-0.336,0.147 -0.72,0.22 -1.152,0.22c-0.432,0 -0.817,-0.073 -1.156,-0.22c-0.338,-0.146 -0.624,-0.345 -0.856,-0.596c-0.232,-0.25 -0.408,-0.542 -0.528,-0.876c-0.12,-0.333 -0.18,-0.689 -0.18,-1.068c0,-0.378 0.06,-0.734 0.18,-1.068c0.12,-0.333 0.296,-0.625 0.528,-0.876c0.232,-0.25 0.518,-0.449 0.856,-0.596c0.339,-0.146 0.724,-0.22 1.156,-0.22c0.432,0 0.816,0.074 1.152,0.22c0.336,0.147 0.62,0.346 0.852,0.596c0.232,0.251 0.41,0.543 0.532,0.876c0.123,0.334 0.184,0.69 0.184,1.068Zm-2.72,1.72c0.23,0 0.432,-0.042 0.608,-0.128c0.176,-0.085 0.324,-0.204 0.444,-0.356c0.12,-0.152 0.21,-0.333 0.268,-0.544c0.059,-0.21 0.088,-0.441 0.088,-0.692c0,-0.25 -0.029,-0.481 -0.088,-0.692c-0.058,-0.21 -0.148,-0.392 -0.268,-0.544c-0.12,-0.152 -0.268,-0.27 -0.444,-0.356c-0.176,-0.085 -0.378,-0.128 -0.608,-0.128c-0.234,0 -0.438,0.043 -0.612,0.128c-0.173,0.086 -0.32,0.204 -0.44,0.356c-0.12,0.152 -0.209,0.334 -0.268,0.544c-0.058,0.211 -0.088,0.442 -0.088,0.692c0,0.251 0.03,0.482 0.088,0.692c0.059,0.211 0.148,0.392 0.268,0.544c0.12,0.152 0.267,0.271 0.44,0.356c0.174,0.086 0.378,0.128 0.612,0.128Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M102.03,57.814l0,4.288l1.96,0l0,1.04l-3.272,0l0,-5.328l1.312,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M106.366,57.814l0,4.288l1.96,0l0,1.04l-3.272,0l0,-5.328l1.312,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M109.39,57.814l3.32,0l0,1.04l-2.008,0l0,1.072l1.912,0l0,1.04l-1.912,0l0,1.136l2.032,0l0,1.04l-3.344,0l0,-5.328Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M114.038,57.814l1.624,0c0.47,0 0.9,0.067 1.292,0.2c0.392,0.134 0.727,0.318 1.004,0.552c0.278,0.235 0.494,0.516 0.648,0.844c0.155,0.328 0.232,0.684 0.232,1.068c0,0.384 -0.077,0.74 -0.232,1.068c-0.154,0.328 -0.37,0.61 -0.648,0.844c-0.277,0.235 -0.612,0.419 -1.004,0.552c-0.392,0.134 -0.822,0.2 -1.292,0.2l-1.624,0l0,-5.328Zm1.704,4.288c0.267,0 0.51,-0.037 0.728,-0.112c0.219,-0.074 0.407,-0.181 0.564,-0.32c0.158,-0.138 0.279,-0.308 0.364,-0.508c0.086,-0.2 0.128,-0.428 0.128,-0.684c0,-0.256 -0.042,-0.484 -0.128,-0.684c-0.085,-0.2 -0.206,-0.369 -0.364,-0.508c-0.157,-0.138 -0.345,-0.245 -0.564,-0.32c-0.218,-0.074 -0.461,-0.112 -0.728,-0.112l-0.392,0l0,3.248l0.392,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M125.398,62.11l-2.04,0l-0.328,1.032l-1.352,0l1.984,-5.328l1.44,0l1.984,5.328l-1.352,0l-0.336,-1.032Zm-1.704,-1.04l1.368,0l-0.68,-2.248l-0.688,2.248Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M131.566,63.142l-2.2,-3.176l0,3.176l-1.264,0l0,-5.328l1.264,0l2.2,3.176l0,-3.176l1.264,0l0,5.328l-1.264,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M137.566,62.11l-2.04,0l-0.328,1.032l-1.352,0l1.984,-5.328l1.44,0l1.984,5.328l-1.352,0l-0.336,-1.032Zm-1.704,-1.04l1.368,0l-0.68,-2.248l-0.688,2.248Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M141.582,57.814l0,4.288l1.96,0l0,1.04l-3.272,0l0,-5.328l1.312,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M149.718,60.478c0,0.379 -0.061,0.735 -0.184,1.068c-0.122,0.334 -0.3,0.626 -0.532,0.876c-0.232,0.251 -0.516,0.45 -0.852,0.596c-0.336,0.147 -0.72,0.22 -1.152,0.22c-0.432,0 -0.817,-0.073 -1.156,-0.22c-0.338,-0.146 -0.624,-0.345 -0.856,-0.596c-0.232,-0.25 -0.408,-0.542 -0.528,-0.876c-0.12,-0.333 -0.18,-0.689 -0.18,-1.068c0,-0.378 0.06,-0.734 0.18,-1.068c0.12,-0.333 0.296,-0.625 0.528,-0.876c0.232,-0.25 0.518,-0.449 0.856,-0.596c0.339,-0.146 0.724,-0.22 1.156,-0.22c0.432,0 0.816,0.074 1.152,0.22c0.336,0.147 0.62,0.346 0.852,0.596c0.232,0.251 0.41,0.543 0.532,0.876c0.123,0.334 0.184,0.69 0.184,1.068Zm-2.72,1.72c0.23,0 0.432,-0.042 0.608,-0.128c0.176,-0.085 0.324,-0.204 0.444,-0.356c0.12,-0.152 0.21,-0.333 0.268,-0.544c0.059,-0.21 0.088,-0.441 0.088,-0.692c0,-0.25 -0.029,-0.481 -0.088,-0.692c-0.058,-0.21 -0.148,-0.392 -0.268,-0.544c-0.12,-0.152 -0.268,-0.27 -0.444,-0.356c-0.176,-0.085 -0.378,-0.128 -0.608,-0.128c-0.234,0 -0.438,0.043 -0.612,0.128c-0.173,0.086 -0.32,0.204 -0.44,0.356c-0.12,0.152 -0.209,0.334 -0.268,0.544c-0.058,0.211 -0.088,0.442 -0.088,0.692c0,0.251 0.03,0.482 0.088,0.692c0.059,0.211 0.148,0.392 0.268,0.544c0.12,0.152 0.267,0.271 0.44,0.356c0.174,0.086 0.378,0.128 0.612,0.128Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M153.63,57.718c0.694,0 1.275,0.11 1.744,0.328l-0.176,0.992c-0.458,-0.181 -0.938,-0.272 -1.44,-0.272c-0.266,0 -0.506,0.035 -0.72,0.104c-0.213,0.07 -0.396,0.178 -0.548,0.324c-0.152,0.147 -0.269,0.334 -0.352,0.56c-0.082,0.227 -0.124,0.498 -0.124,0.812c0,0.555 0.146,0.974 0.436,1.256c0.291,0.283 0.719,0.424 1.284,0.424c0.123,0 0.24,-0.009 0.352,-0.028c0.112,-0.018 0.206,-0.041 0.28,-0.068l0,-1.488l1.176,0l0,2.192c-0.229,0.112 -0.521,0.204 -0.876,0.276c-0.354,0.072 -0.724,0.108 -1.108,0.108c-0.448,0 -0.848,-0.065 -1.2,-0.196c-0.352,-0.13 -0.65,-0.313 -0.896,-0.548c-0.245,-0.234 -0.433,-0.516 -0.564,-0.844c-0.13,-0.328 -0.196,-0.692 -0.196,-1.092c0,-0.426 0.066,-0.814 0.196,-1.164c0.131,-0.349 0.322,-0.648 0.572,-0.896c0.251,-0.248 0.558,-0.44 0.92,-0.576c0.363,-0.136 0.776,-0.204 1.24,-0.204Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M164.214,60.478c0,0.379 -0.061,0.735 -0.184,1.068c-0.122,0.334 -0.3,0.626 -0.532,0.876c-0.232,0.251 -0.516,0.45 -0.852,0.596c-0.336,0.147 -0.72,0.22 -1.152,0.22c-0.432,0 -0.817,-0.073 -1.156,-0.22c-0.338,-0.146 -0.624,-0.345 -0.856,-0.596c-0.232,-0.25 -0.408,-0.542 -0.528,-0.876c-0.12,-0.333 -0.18,-0.689 -0.18,-1.068c0,-0.378 0.06,-0.734 0.18,-1.068c0.12,-0.333 0.296,-0.625 0.528,-0.876c0.232,-0.25 0.518,-0.449 0.856,-0.596c0.339,-0.146 0.724,-0.22 1.156,-0.22c0.432,0 0.816,0.074 1.152,0.22c0.336,0.147 0.62,0.346 0.852,0.596c0.232,0.251 0.41,0.543 0.532,0.876c0.123,0.334 0.184,0.69 0.184,1.068Zm-2.72,1.72c0.23,0 0.432,-0.042 0.608,-0.128c0.176,-0.085 0.324,-0.204 0.444,-0.356c0.12,-0.152 0.21,-0.333 0.268,-0.544c0.059,-0.21 0.088,-0.441 0.088,-0.692c0,-0.25 -0.029,-0.481 -0.088,-0.692c-0.058,-0.21 -0.148,-0.392 -0.268,-0.544c-0.12,-0.152 -0.268,-0.27 -0.444,-0.356c-0.176,-0.085 -0.378,-0.128 -0.608,-0.128c-0.234,0 -0.438,0.043 -0.612,0.128c-0.173,0.086 -0.32,0.204 -0.44,0.356c-0.12,0.152 -0.209,0.334 -0.268,0.544c-0.058,0.211 -0.088,0.442 -0.088,0.692c0,0.251 0.03,0.482 0.088,0.692c0.059,0.211 0.148,0.392 0.268,0.544c0.12,0.152 0.267,0.271 0.44,0.356c0.174,0.086 0.378,0.128 0.612,0.128Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M168.902,61.55c0,0.235 -0.046,0.455 -0.14,0.66c-0.093,0.206 -0.228,0.384 -0.404,0.536c-0.176,0.152 -0.389,0.272 -0.64,0.36c-0.25,0.088 -0.536,0.132 -0.856,0.132c-0.293,0 -0.586,-0.032 -0.88,-0.096c-0.293,-0.064 -0.565,-0.157 -0.816,-0.28l0.264,-1c0.187,0.091 0.398,0.17 0.632,0.236c0.235,0.067 0.488,0.1 0.76,0.1c0.224,0 0.408,-0.041 0.552,-0.124c0.144,-0.082 0.216,-0.217 0.216,-0.404c0,-0.133 -0.062,-0.254 -0.188,-0.364c-0.125,-0.109 -0.353,-0.225 -0.684,-0.348c-0.522,-0.197 -0.904,-0.422 -1.144,-0.676c-0.24,-0.253 -0.36,-0.577 -0.36,-0.972c0,-0.517 0.17,-0.912 0.508,-1.184c0.339,-0.272 0.807,-0.408 1.404,-0.408c0.304,0 0.595,0.034 0.872,0.1c0.278,0.067 0.512,0.154 0.704,0.26l-0.224,0.984c-0.186,-0.09 -0.39,-0.164 -0.612,-0.22c-0.221,-0.056 -0.449,-0.084 -0.684,-0.084c-0.197,0 -0.356,0.034 -0.476,0.1c-0.12,0.067 -0.18,0.18 -0.18,0.34c0,0.075 0.011,0.139 0.032,0.192c0.022,0.054 0.06,0.104 0.116,0.152c0.056,0.048 0.135,0.096 0.236,0.144c0.102,0.048 0.23,0.104 0.384,0.168c0.224,0.091 0.435,0.187 0.632,0.288c0.198,0.102 0.368,0.219 0.512,0.352c0.144,0.134 0.258,0.286 0.34,0.456c0.083,0.171 0.124,0.371 0.124,0.6Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M172.686,57.718c0.278,0 0.556,0.027 0.836,0.08c0.28,0.054 0.522,0.131 0.724,0.232l-0.192,0.968c-0.16,-0.064 -0.342,-0.118 -0.548,-0.164c-0.205,-0.045 -0.409,-0.068 -0.612,-0.068c-0.544,0 -0.973,0.142 -1.288,0.424c-0.314,0.283 -0.472,0.712 -0.472,1.288c0,0.576 0.158,1.006 0.472,1.288c0.315,0.283 0.744,0.424 1.288,0.424c0.203,0 0.407,-0.022 0.612,-0.068c0.206,-0.045 0.388,-0.1 0.548,-0.164l0.192,0.968c-0.202,0.102 -0.444,0.179 -0.724,0.232c-0.28,0.054 -0.558,0.08 -0.836,0.08c-0.469,0 -0.882,-0.069 -1.24,-0.208c-0.357,-0.138 -0.656,-0.33 -0.896,-0.576c-0.24,-0.245 -0.421,-0.536 -0.544,-0.872c-0.122,-0.336 -0.184,-0.704 -0.184,-1.104c0,-0.4 0.062,-0.768 0.184,-1.104c0.123,-0.336 0.304,-0.626 0.544,-0.872c0.24,-0.245 0.539,-0.437 0.896,-0.576c0.358,-0.138 0.771,-0.208 1.24,-0.208Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<rect x="175.526" y="57.814" width="1.312" height="5.328" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M179.63,57.814l0,4.288l1.96,0l0,1.04l-3.272,0l0,-5.328l1.312,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M183.966,57.814l0,4.288l1.96,0l0,1.04l-3.272,0l0,-5.328l1.312,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M190.43,62.11l-2.04,0l-0.328,1.032l-1.352,0l1.984,-5.328l1.44,0l1.984,5.328l-1.352,0l-0.336,-1.032Zm-1.704,-1.04l1.368,0l-0.68,-2.248l-0.688,2.248Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M196.542,57.814l0,1.04l-1.432,0l0,4.288l-1.312,0l0,-4.288l-1.432,0l0,-1.04l4.176,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M202.646,60.478c0,0.379 -0.061,0.735 -0.184,1.068c-0.122,0.334 -0.3,0.626 -0.532,0.876c-0.232,0.251 -0.516,0.45 -0.852,0.596c-0.336,0.147 -0.72,0.22 -1.152,0.22c-0.432,0 -0.817,-0.073 -1.156,-0.22c-0.338,-0.146 -0.624,-0.345 -0.856,-0.596c-0.232,-0.25 -0.408,-0.542 -0.528,-0.876c-0.12,-0.333 -0.18,-0.689 -0.18,-1.068c0,-0.378 0.06,-0.734 0.18,-1.068c0.12,-0.333 0.296,-0.625 0.528,-0.876c0.232,-0.25 0.518,-0.449 0.856,-0.596c0.339,-0.146 0.724,-0.22 1.156,-0.22c0.432,0 0.816,0.074 1.152,0.22c0.336,0.147 0.62,0.346 0.852,0.596c0.232,0.251 0.41,0.543 0.532,0.876c0.123,0.334 0.184,0.69 0.184,1.068Zm-2.72,1.72c0.23,0 0.432,-0.042 0.608,-0.128c0.176,-0.085 0.324,-0.204 0.444,-0.356c0.12,-0.152 0.21,-0.333 0.268,-0.544c0.059,-0.21 0.088,-0.441 0.088,-0.692c0,-0.25 -0.029,-0.481 -0.088,-0.692c-0.058,-0.21 -0.148,-0.392 -0.268,-0.544c-0.12,-0.152 -0.268,-0.27 -0.444,-0.356c-0.176,-0.085 -0.378,-0.128 -0.608,-0.128c-0.234,0 -0.438,0.043 -0.612,0.128c-0.173,0.086 -0.32,0.204 -0.44,0.356c-0.12,0.152 -0.209,0.334 -0.268,0.544c-0.058,0.211 -0.088,0.442 -0.088,0.692c0,0.251 0.03,0.482 0.088,0.692c0.059,0.211 0.148,0.392 0.268,0.544c0.12,0.152 0.267,0.271 0.44,0.356c0.174,0.086 0.378,0.128 0.612,0.128Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M207.854,59.502c0,0.358 -0.1,0.67 -0.3,0.936c-0.2,0.267 -0.478,0.47 -0.836,0.608l1.752,2.096l-1.616,0l-1.464,-1.848l-0.24,0l0,1.848l-1.312,0l0,-5.328l1.696,0c0.331,0 0.638,0.035 0.92,0.104c0.283,0.07 0.528,0.174 0.736,0.312c0.208,0.139 0.371,0.314 0.488,0.524c0.118,0.211 0.176,0.46 0.176,0.748Zm-1.264,0.024c0,-0.24 -0.093,-0.417 -0.28,-0.532c-0.186,-0.114 -0.448,-0.172 -0.784,-0.172l-0.376,0l0,1.496l0.32,0c0.352,0 0.627,-0.069 0.824,-0.208c0.198,-0.138 0.296,-0.333 0.296,-0.584Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
</g> </g>
<g id="Labels"> <g id="Labels">
<g id="Description1" serif:id="Description" transform="matrix(1,0,0,1,-4.332,42.537)"> <g id="Description1" serif:id="Description" transform="matrix(1,0,0,1,-4.332,42.537)">


BIN
plugins/community/repos/LindenbergResearch/res/Westcoast.afdesign View File


+ 29
- 25
plugins/community/repos/LindenbergResearch/res/Westcoast.svg View File

@@ -2,7 +2,7 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="210px" height="380px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;"> <svg width="210px" height="380px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;">
<g id="Background" transform="matrix(1.16667,0,0,1,0.0116667,-196.458)"> <g id="Background" transform="matrix(1.16667,0,0,1,0.0116667,-196.458)">
<rect x="-0.01" y="196.458" width="180" height="380" style="fill:#171717;"/>
<rect x="-0.01" y="196.458" width="180" height="380" style="fill:#060e18;"/>
</g> </g>
<g id="Guides"> <g id="Guides">
<g transform="matrix(0.288308,0,0,0.614395,49.6719,65.0418)"> <g transform="matrix(0.288308,0,0,0.614395,49.6719,65.0418)">
@@ -244,11 +244,11 @@
<path d="M50.259,230.396c0.27,0 0.552,0.025 0.846,0.076c0.294,0.051 0.54,0.119 0.738,0.203l-0.135,0.639c-0.204,-0.072 -0.423,-0.131 -0.657,-0.176c-0.234,-0.045 -0.465,-0.067 -0.693,-0.067c-0.75,0 -1.335,0.21 -1.755,0.63c-0.42,0.42 -0.63,1.02 -0.63,1.8c0,0.78 0.21,1.38 0.63,1.8c0.42,0.42 1.005,0.63 1.755,0.63c0.228,0 0.459,-0.023 0.693,-0.068c0.234,-0.045 0.453,-0.103 0.657,-0.175l0.135,0.639c-0.198,0.084 -0.444,0.151 -0.738,0.202c-0.294,0.051 -0.576,0.077 -0.846,0.077c-0.492,0 -0.931,-0.078 -1.318,-0.234c-0.387,-0.156 -0.713,-0.372 -0.977,-0.648c-0.264,-0.276 -0.466,-0.603 -0.607,-0.981c-0.141,-0.378 -0.212,-0.792 -0.212,-1.242c0,-0.45 0.071,-0.864 0.212,-1.242c0.141,-0.378 0.343,-0.705 0.607,-0.981c0.264,-0.276 0.59,-0.492 0.977,-0.648c0.387,-0.156 0.826,-0.234 1.318,-0.234Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M50.259,230.396c0.27,0 0.552,0.025 0.846,0.076c0.294,0.051 0.54,0.119 0.738,0.203l-0.135,0.639c-0.204,-0.072 -0.423,-0.131 -0.657,-0.176c-0.234,-0.045 -0.465,-0.067 -0.693,-0.067c-0.75,0 -1.335,0.21 -1.755,0.63c-0.42,0.42 -0.63,1.02 -0.63,1.8c0,0.78 0.21,1.38 0.63,1.8c0.42,0.42 1.005,0.63 1.755,0.63c0.228,0 0.459,-0.023 0.693,-0.068c0.234,-0.045 0.453,-0.103 0.657,-0.175l0.135,0.639c-0.198,0.084 -0.444,0.151 -0.738,0.202c-0.294,0.051 -0.576,0.077 -0.846,0.077c-0.492,0 -0.931,-0.078 -1.318,-0.234c-0.387,-0.156 -0.713,-0.372 -0.977,-0.648c-0.264,-0.276 -0.466,-0.603 -0.607,-0.981c-0.141,-0.378 -0.212,-0.792 -0.212,-1.242c0,-0.45 0.071,-0.864 0.212,-1.242c0.141,-0.378 0.343,-0.705 0.607,-0.981c0.264,-0.276 0.59,-0.492 0.977,-0.648c0.387,-0.156 0.826,-0.234 1.318,-0.234Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M56.856,230.504l0.828,0l-2.151,5.994l-0.864,0l-2.151,-5.994l0.828,0l1.755,5.013l1.755,-5.013Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M56.856,230.504l0.828,0l-2.151,5.994l-0.864,0l-2.151,-5.994l0.828,0l1.755,5.013l1.755,-5.013Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g> </g>
<g transform="matrix(1,0,0,1,-30.8343,91.9064)">
<g transform="matrix(1,0,0,1,-30.8343,85.9043)">
<rect x="47.523" y="230.504" width="0.828" height="5.994" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <rect x="47.523" y="230.504" width="0.828" height="5.994" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M54.12,236.498l-3.357,-4.707l0,4.707l-0.792,0l0,-5.994l0.792,0l3.357,4.707l0,-4.707l0.792,0l0,5.994l-0.792,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M54.12,236.498l-3.357,-4.707l0,4.707l-0.792,0l0,-5.994l0.792,0l3.357,4.707l0,-4.707l0.792,0l0,5.994l-0.792,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g> </g>
<g transform="matrix(1,0,0,1,101.166,91.9064)">
<g transform="matrix(1,0,0,1,101.166,85.9043)">
<path d="M50.088,236.606c-0.468,0 -0.885,-0.084 -1.251,-0.252c-0.366,-0.168 -0.672,-0.393 -0.918,-0.675c-0.246,-0.282 -0.433,-0.612 -0.562,-0.99c-0.129,-0.378 -0.194,-0.774 -0.194,-1.188c0,-0.414 0.065,-0.81 0.194,-1.188c0.129,-0.378 0.316,-0.708 0.562,-0.99c0.246,-0.282 0.552,-0.507 0.918,-0.675c0.366,-0.168 0.783,-0.252 1.251,-0.252c0.468,0 0.885,0.084 1.251,0.252c0.366,0.168 0.672,0.393 0.918,0.675c0.246,0.282 0.434,0.612 0.563,0.99c0.129,0.378 0.193,0.774 0.193,1.188c0,0.414 -0.064,0.81 -0.193,1.188c-0.129,0.378 -0.317,0.708 -0.563,0.99c-0.246,0.282 -0.552,0.507 -0.918,0.675c-0.366,0.168 -0.783,0.252 -1.251,0.252Zm0,-0.666c0.342,0 0.645,-0.063 0.909,-0.189c0.264,-0.126 0.483,-0.3 0.657,-0.522c0.174,-0.222 0.306,-0.482 0.396,-0.779c0.09,-0.297 0.135,-0.613 0.135,-0.949c0,-0.336 -0.045,-0.653 -0.135,-0.95c-0.09,-0.297 -0.222,-0.555 -0.396,-0.774c-0.174,-0.219 -0.393,-0.393 -0.657,-0.522c-0.264,-0.129 -0.567,-0.193 -0.909,-0.193c-0.342,0 -0.645,0.064 -0.909,0.193c-0.264,0.129 -0.483,0.303 -0.657,0.522c-0.174,0.219 -0.306,0.477 -0.396,0.774c-0.09,0.297 -0.135,0.614 -0.135,0.95c0,0.336 0.045,0.652 0.135,0.949c0.09,0.297 0.222,0.557 0.396,0.779c0.174,0.222 0.393,0.396 0.657,0.522c0.264,0.126 0.567,0.189 0.909,0.189Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M50.088,236.606c-0.468,0 -0.885,-0.084 -1.251,-0.252c-0.366,-0.168 -0.672,-0.393 -0.918,-0.675c-0.246,-0.282 -0.433,-0.612 -0.562,-0.99c-0.129,-0.378 -0.194,-0.774 -0.194,-1.188c0,-0.414 0.065,-0.81 0.194,-1.188c0.129,-0.378 0.316,-0.708 0.562,-0.99c0.246,-0.282 0.552,-0.507 0.918,-0.675c0.366,-0.168 0.783,-0.252 1.251,-0.252c0.468,0 0.885,0.084 1.251,0.252c0.366,0.168 0.672,0.393 0.918,0.675c0.246,0.282 0.434,0.612 0.563,0.99c0.129,0.378 0.193,0.774 0.193,1.188c0,0.414 -0.064,0.81 -0.193,1.188c-0.129,0.378 -0.317,0.708 -0.563,0.99c-0.246,0.282 -0.552,0.507 -0.918,0.675c-0.366,0.168 -0.783,0.252 -1.251,0.252Zm0,-0.666c0.342,0 0.645,-0.063 0.909,-0.189c0.264,-0.126 0.483,-0.3 0.657,-0.522c0.174,-0.222 0.306,-0.482 0.396,-0.779c0.09,-0.297 0.135,-0.613 0.135,-0.949c0,-0.336 -0.045,-0.653 -0.135,-0.95c-0.09,-0.297 -0.222,-0.555 -0.396,-0.774c-0.174,-0.219 -0.393,-0.393 -0.657,-0.522c-0.264,-0.129 -0.567,-0.193 -0.909,-0.193c-0.342,0 -0.645,0.064 -0.909,0.193c-0.264,0.129 -0.483,0.303 -0.657,0.522c-0.174,0.219 -0.306,0.477 -0.396,0.774c-0.09,0.297 -0.135,0.614 -0.135,0.95c0,0.336 0.045,0.652 0.135,0.949c0.09,0.297 0.222,0.557 0.396,0.779c0.174,0.222 0.393,0.396 0.657,0.522c0.264,0.126 0.567,0.189 0.909,0.189Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M58.107,230.504l0.828,0l0,3.87c0,0.312 -0.051,0.604 -0.153,0.877c-0.102,0.273 -0.252,0.51 -0.45,0.711c-0.198,0.201 -0.442,0.359 -0.733,0.473c-0.291,0.114 -0.629,0.171 -1.013,0.171c-0.384,0 -0.721,-0.057 -1.012,-0.171c-0.291,-0.114 -0.536,-0.272 -0.734,-0.473c-0.198,-0.201 -0.348,-0.438 -0.45,-0.711c-0.102,-0.273 -0.153,-0.565 -0.153,-0.877l0,-3.87l0.828,0l0,3.906c0,0.45 0.128,0.816 0.383,1.098c0.255,0.282 0.634,0.423 1.138,0.423c0.504,0 0.884,-0.141 1.139,-0.423c0.255,-0.282 0.382,-0.648 0.382,-1.098l0,-3.906Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M58.107,230.504l0.828,0l0,3.87c0,0.312 -0.051,0.604 -0.153,0.877c-0.102,0.273 -0.252,0.51 -0.45,0.711c-0.198,0.201 -0.442,0.359 -0.733,0.473c-0.291,0.114 -0.629,0.171 -1.013,0.171c-0.384,0 -0.721,-0.057 -1.012,-0.171c-0.291,-0.114 -0.536,-0.272 -0.734,-0.473c-0.198,-0.201 -0.348,-0.438 -0.45,-0.711c-0.102,-0.273 -0.153,-0.565 -0.153,-0.877l0,-3.87l0.828,0l0,3.906c0,0.45 0.128,0.816 0.383,1.098c0.255,0.282 0.634,0.423 1.138,0.423c0.504,0 0.884,-0.141 1.139,-0.423c0.255,-0.282 0.382,-0.648 0.382,-1.098l0,-3.906Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M64.308,230.504l0,0.675l-1.764,0l0,5.319l-0.828,0l0,-5.319l-1.764,0l0,-0.675l4.356,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M64.308,230.504l0,0.675l-1.764,0l0,5.319l-0.828,0l0,-5.319l-1.764,0l0,-0.675l4.356,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
@@ -286,8 +286,8 @@
<path d="M64.902,234.941c0,0.258 -0.055,0.489 -0.166,0.693c-0.111,0.204 -0.261,0.378 -0.45,0.522c-0.189,0.144 -0.411,0.255 -0.666,0.333c-0.255,0.078 -0.53,0.117 -0.824,0.117c-0.288,0 -0.583,-0.03 -0.886,-0.09c-0.303,-0.06 -0.581,-0.15 -0.833,-0.27l0.162,-0.657c0.222,0.102 0.467,0.186 0.734,0.252c0.267,0.066 0.535,0.099 0.805,0.099c0.39,0 0.705,-0.083 0.945,-0.248c0.24,-0.165 0.36,-0.403 0.36,-0.715c0,-0.174 -0.034,-0.323 -0.103,-0.446c-0.069,-0.123 -0.164,-0.234 -0.284,-0.333c-0.12,-0.099 -0.259,-0.187 -0.418,-0.265c-0.159,-0.078 -0.329,-0.159 -0.509,-0.243c-0.204,-0.096 -0.4,-0.197 -0.589,-0.302c-0.189,-0.105 -0.356,-0.225 -0.5,-0.36c-0.144,-0.135 -0.259,-0.288 -0.346,-0.459c-0.087,-0.171 -0.131,-0.37 -0.131,-0.598c0,-0.258 0.047,-0.486 0.14,-0.684c0.093,-0.198 0.223,-0.363 0.391,-0.495c0.168,-0.132 0.369,-0.231 0.603,-0.297c0.234,-0.066 0.492,-0.099 0.774,-0.099c0.288,0 0.569,0.033 0.842,0.099c0.273,0.066 0.511,0.153 0.715,0.261l-0.153,0.657c-0.192,-0.102 -0.411,-0.186 -0.657,-0.252c-0.246,-0.066 -0.495,-0.099 -0.747,-0.099c-0.726,0 -1.089,0.282 -1.089,0.846c0,0.126 0.018,0.235 0.054,0.328c0.036,0.093 0.095,0.18 0.176,0.261c0.081,0.081 0.189,0.159 0.324,0.234c0.135,0.075 0.298,0.161 0.49,0.257c0.192,0.096 0.396,0.199 0.612,0.31c0.216,0.111 0.414,0.243 0.594,0.396c0.18,0.153 0.33,0.332 0.45,0.536c0.12,0.204 0.18,0.441 0.18,0.711Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M64.902,234.941c0,0.258 -0.055,0.489 -0.166,0.693c-0.111,0.204 -0.261,0.378 -0.45,0.522c-0.189,0.144 -0.411,0.255 -0.666,0.333c-0.255,0.078 -0.53,0.117 -0.824,0.117c-0.288,0 -0.583,-0.03 -0.886,-0.09c-0.303,-0.06 -0.581,-0.15 -0.833,-0.27l0.162,-0.657c0.222,0.102 0.467,0.186 0.734,0.252c0.267,0.066 0.535,0.099 0.805,0.099c0.39,0 0.705,-0.083 0.945,-0.248c0.24,-0.165 0.36,-0.403 0.36,-0.715c0,-0.174 -0.034,-0.323 -0.103,-0.446c-0.069,-0.123 -0.164,-0.234 -0.284,-0.333c-0.12,-0.099 -0.259,-0.187 -0.418,-0.265c-0.159,-0.078 -0.329,-0.159 -0.509,-0.243c-0.204,-0.096 -0.4,-0.197 -0.589,-0.302c-0.189,-0.105 -0.356,-0.225 -0.5,-0.36c-0.144,-0.135 -0.259,-0.288 -0.346,-0.459c-0.087,-0.171 -0.131,-0.37 -0.131,-0.598c0,-0.258 0.047,-0.486 0.14,-0.684c0.093,-0.198 0.223,-0.363 0.391,-0.495c0.168,-0.132 0.369,-0.231 0.603,-0.297c0.234,-0.066 0.492,-0.099 0.774,-0.099c0.288,0 0.569,0.033 0.842,0.099c0.273,0.066 0.511,0.153 0.715,0.261l-0.153,0.657c-0.192,-0.102 -0.411,-0.186 -0.657,-0.252c-0.246,-0.066 -0.495,-0.099 -0.747,-0.099c-0.726,0 -1.089,0.282 -1.089,0.846c0,0.126 0.018,0.235 0.054,0.328c0.036,0.093 0.095,0.18 0.176,0.261c0.081,0.081 0.189,0.159 0.324,0.234c0.135,0.075 0.298,0.161 0.49,0.257c0.192,0.096 0.396,0.199 0.612,0.31c0.216,0.111 0.414,0.243 0.594,0.396c0.18,0.153 0.33,0.332 0.45,0.536c0.12,0.204 0.18,0.441 0.18,0.711Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g> </g>
</g> </g>
<g transform="matrix(0.997836,0,0,1,3.29382,0.255458)">
<g id="Title">
<g id="Title" transform="matrix(1,0,0,1,-27.9456,0)">
<g transform="matrix(0.997836,0,0,1,31.2394,4.25546)">
<path d="M22.098,39.727l1.753,-5.278l0.717,0l-2.044,6.13l-0.817,0l-2.079,-6.13l0.716,0l1.754,5.278Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M22.098,39.727l1.753,-5.278l0.717,0l-2.044,6.13l-0.817,0l-2.079,-6.13l0.716,0l1.754,5.278Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M26.075,37.406c0,0.469 0.061,0.876 0.182,1.22c0.122,0.344 0.282,0.63 0.479,0.857c0.198,0.227 0.422,0.395 0.673,0.505c0.25,0.11 0.504,0.165 0.762,0.165c0.267,0 0.508,-0.048 0.723,-0.145c0.215,-0.097 0.403,-0.224 0.563,-0.382c0.159,-0.159 0.291,-0.339 0.395,-0.543c0.104,-0.204 0.178,-0.412 0.222,-0.626l0.664,0c-0.062,0.316 -0.163,0.613 -0.304,0.89c-0.14,0.276 -0.318,0.517 -0.534,0.723c-0.215,0.205 -0.467,0.366 -0.755,0.485c-0.289,0.119 -0.613,0.178 -0.974,0.178c-0.419,0 -0.797,-0.075 -1.136,-0.226c-0.338,-0.151 -0.627,-0.369 -0.866,-0.655c-0.238,-0.286 -0.422,-0.635 -0.551,-1.048c-0.129,-0.413 -0.193,-0.88 -0.193,-1.402c0,-0.404 0.061,-0.793 0.184,-1.167c0.123,-0.373 0.301,-0.704 0.534,-0.993c0.233,-0.288 0.519,-0.518 0.857,-0.69c0.338,-0.171 0.724,-0.257 1.158,-0.257c0.363,0 0.688,0.048 0.976,0.145c0.287,0.097 0.536,0.231 0.749,0.402c0.212,0.172 0.39,0.375 0.534,0.611c0.143,0.236 0.255,0.494 0.334,0.776l-0.69,0c-0.161,-0.46 -0.396,-0.802 -0.706,-1.026c-0.309,-0.225 -0.708,-0.337 -1.197,-0.337c-0.305,0 -0.585,0.068 -0.839,0.203c-0.255,0.134 -0.475,0.317 -0.66,0.549c-0.184,0.231 -0.328,0.501 -0.43,0.808c-0.103,0.308 -0.154,0.635 -0.154,0.98Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M26.075,37.406c0,0.469 0.061,0.876 0.182,1.22c0.122,0.344 0.282,0.63 0.479,0.857c0.198,0.227 0.422,0.395 0.673,0.505c0.25,0.11 0.504,0.165 0.762,0.165c0.267,0 0.508,-0.048 0.723,-0.145c0.215,-0.097 0.403,-0.224 0.563,-0.382c0.159,-0.159 0.291,-0.339 0.395,-0.543c0.104,-0.204 0.178,-0.412 0.222,-0.626l0.664,0c-0.062,0.316 -0.163,0.613 -0.304,0.89c-0.14,0.276 -0.318,0.517 -0.534,0.723c-0.215,0.205 -0.467,0.366 -0.755,0.485c-0.289,0.119 -0.613,0.178 -0.974,0.178c-0.419,0 -0.797,-0.075 -1.136,-0.226c-0.338,-0.151 -0.627,-0.369 -0.866,-0.655c-0.238,-0.286 -0.422,-0.635 -0.551,-1.048c-0.129,-0.413 -0.193,-0.88 -0.193,-1.402c0,-0.404 0.061,-0.793 0.184,-1.167c0.123,-0.373 0.301,-0.704 0.534,-0.993c0.233,-0.288 0.519,-0.518 0.857,-0.69c0.338,-0.171 0.724,-0.257 1.158,-0.257c0.363,0 0.688,0.048 0.976,0.145c0.287,0.097 0.536,0.231 0.749,0.402c0.212,0.172 0.39,0.375 0.534,0.611c0.143,0.236 0.255,0.494 0.334,0.776l-0.69,0c-0.161,-0.46 -0.396,-0.802 -0.706,-1.026c-0.309,-0.225 -0.708,-0.337 -1.197,-0.337c-0.305,0 -0.585,0.068 -0.839,0.203c-0.255,0.134 -0.475,0.317 -0.66,0.549c-0.184,0.231 -0.328,0.501 -0.43,0.808c-0.103,0.308 -0.154,0.635 -0.154,0.98Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M38.199,34.449l0,0.593l-3.339,0l0,2.074l2.9,0l0,0.594l-2.9,0l0,2.869l-0.651,0l0,-6.13l3.99,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M38.199,34.449l0,0.593l-3.339,0l0,2.074l2.9,0l0,0.594l-2.9,0l0,2.869l-0.651,0l0,-6.13l3.99,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
@@ -296,28 +296,32 @@
<path d="M51.352,34.449l2.272,0c0.27,0 0.522,0.037 0.758,0.11c0.236,0.073 0.452,0.176 0.649,0.31c0.196,0.133 0.37,0.293 0.522,0.481c0.153,0.187 0.282,0.394 0.387,0.619c0.106,0.226 0.186,0.468 0.242,0.728c0.056,0.259 0.083,0.528 0.083,0.806c0,0.437 -0.064,0.842 -0.193,1.215c-0.129,0.374 -0.31,0.699 -0.543,0.976c-0.233,0.277 -0.511,0.493 -0.835,0.65c-0.323,0.157 -0.68,0.235 -1.07,0.235l-2.272,0l0,-6.13Zm0.651,5.537l1.362,0c0.322,0 0.621,-0.056 0.896,-0.167c0.276,-0.111 0.514,-0.272 0.715,-0.483c0.2,-0.211 0.357,-0.47 0.47,-0.776c0.113,-0.306 0.169,-0.654 0.169,-1.044c0,-0.425 -0.057,-0.793 -0.171,-1.105c-0.115,-0.312 -0.273,-0.569 -0.475,-0.771c-0.202,-0.202 -0.44,-0.352 -0.714,-0.451c-0.274,-0.098 -0.571,-0.147 -0.89,-0.147l-1.362,0l0,4.944Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M51.352,34.449l2.272,0c0.27,0 0.522,0.037 0.758,0.11c0.236,0.073 0.452,0.176 0.649,0.31c0.196,0.133 0.37,0.293 0.522,0.481c0.153,0.187 0.282,0.394 0.387,0.619c0.106,0.226 0.186,0.468 0.242,0.728c0.056,0.259 0.083,0.528 0.083,0.806c0,0.437 -0.064,0.842 -0.193,1.215c-0.129,0.374 -0.31,0.699 -0.543,0.976c-0.233,0.277 -0.511,0.493 -0.835,0.65c-0.323,0.157 -0.68,0.235 -1.07,0.235l-2.272,0l0,-6.13Zm0.651,5.537l1.362,0c0.322,0 0.621,-0.056 0.896,-0.167c0.276,-0.111 0.514,-0.272 0.715,-0.483c0.2,-0.211 0.357,-0.47 0.47,-0.776c0.113,-0.306 0.169,-0.654 0.169,-1.044c0,-0.425 -0.057,-0.793 -0.171,-1.105c-0.115,-0.312 -0.273,-0.569 -0.475,-0.771c-0.202,-0.202 -0.44,-0.352 -0.714,-0.451c-0.274,-0.098 -0.571,-0.147 -0.89,-0.147l-1.362,0l0,4.944Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M61.759,34.449l0,0.593l-3.437,0l0,2.074l3.234,0l0,0.594l-3.234,0l0,2.276l3.59,0l0,0.593l-4.24,0l0,-6.13l4.087,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M61.759,34.449l0,0.593l-3.437,0l0,2.074l3.234,0l0,0.594l-3.234,0l0,2.276l3.59,0l0,0.593l-4.24,0l0,-6.13l4.087,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M67.797,36.194c0,0.152 -0.019,0.301 -0.055,0.448c-0.037,0.146 -0.091,0.285 -0.163,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.159,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.238,0.29c0.057,0.11 0.096,0.23 0.118,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.037,0.124 0.083,0.238 0.139,0.34l-0.708,0c-0.029,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.029,-0.122 -0.037,-0.187c-0.009,-0.064 -0.015,-0.127 -0.018,-0.187c-0.003,-0.06 -0.004,-0.112 -0.004,-0.156l0,-0.975c0,-0.117 -0.02,-0.234 -0.06,-0.35c-0.039,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.317,-0.084 -0.522,-0.084l-1.855,0l0,2.628l-0.65,0l0,-6.13l2.505,0c0.298,0 0.563,0.052 0.793,0.156c0.23,0.104 0.423,0.239 0.58,0.404c0.157,0.166 0.275,0.353 0.356,0.561c0.08,0.208 0.121,0.416 0.121,0.624Zm-3.705,1.182l1.855,0c0.161,0 0.313,-0.031 0.457,-0.093c0.143,-0.061 0.27,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.261,-0.377c0.065,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.251,-0.363c-0.107,-0.102 -0.233,-0.182 -0.38,-0.239c-0.146,-0.057 -0.305,-0.086 -0.474,-0.086l-1.855,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M67.797,36.194c0,0.152 -0.019,0.301 -0.055,0.448c-0.037,0.146 -0.091,0.285 -0.163,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.159,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.238,0.29c0.057,0.11 0.096,0.23 0.118,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.037,0.124 0.083,0.238 0.139,0.34l-0.708,0c-0.029,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.029,-0.122 -0.037,-0.187c-0.009,-0.064 -0.015,-0.127 -0.018,-0.187c-0.003,-0.06 -0.004,-0.112 -0.004,-0.156l0,-0.975c0,-0.117 -0.02,-0.234 -0.06,-0.35c-0.039,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.317,-0.084 -0.522,-0.084l-1.855,0l0,2.628l-0.65,0l0,-6.13l2.505,0c0.298,0 0.563,0.052 0.793,0.156c0.23,0.104 0.423,0.239 0.58,0.404c0.157,0.166 0.275,0.353 0.356,0.561c0.08,0.208 0.121,0.416 0.121,0.624Zm-3.705,1.182l1.855,0c0.161,0 0.313,-0.031 0.457,-0.093c0.143,-0.061 0.27,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.261,-0.377c0.065,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.251,-0.363c-0.107,-0.102 -0.233,-0.182 -0.38,-0.239c-0.146,-0.057 -0.305,-0.086 -0.474,-0.086l-1.855,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="73.448" y="33.557" width="0.523" height="8.24" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M79.912,38.663c0.015,0.22 0.065,0.421 0.15,0.605c0.085,0.183 0.198,0.342 0.338,0.476c0.141,0.135 0.307,0.24 0.499,0.315c0.192,0.074 0.402,0.112 0.631,0.112c0.205,0 0.401,-0.023 0.588,-0.069c0.188,-0.045 0.353,-0.117 0.497,-0.215c0.144,-0.098 0.258,-0.225 0.343,-0.382c0.085,-0.157 0.127,-0.347 0.127,-0.569c0,-0.182 -0.046,-0.336 -0.138,-0.464c-0.093,-0.127 -0.214,-0.237 -0.365,-0.329c-0.151,-0.093 -0.322,-0.173 -0.514,-0.24c-0.192,-0.067 -0.386,-0.13 -0.582,-0.189c-0.164,-0.047 -0.329,-0.098 -0.495,-0.154c-0.165,-0.055 -0.325,-0.118 -0.479,-0.189c-0.154,-0.07 -0.297,-0.151 -0.43,-0.241c-0.134,-0.091 -0.249,-0.198 -0.348,-0.321c-0.098,-0.123 -0.175,-0.263 -0.233,-0.42c-0.057,-0.157 -0.085,-0.338 -0.085,-0.543c0,-0.255 0.05,-0.479 0.149,-0.674c0.1,-0.195 0.24,-0.358 0.42,-0.49c0.18,-0.132 0.395,-0.232 0.646,-0.301c0.25,-0.069 0.525,-0.103 0.824,-0.103c0.266,0 0.502,0.026 0.707,0.079c0.205,0.052 0.384,0.124 0.536,0.215c0.153,0.091 0.282,0.197 0.387,0.319c0.106,0.121 0.192,0.249 0.259,0.384c0.068,0.135 0.118,0.274 0.15,0.418c0.032,0.143 0.053,0.281 0.061,0.413l-0.668,0c-0.017,-0.205 -0.066,-0.386 -0.147,-0.541c-0.08,-0.155 -0.184,-0.286 -0.312,-0.391c-0.127,-0.105 -0.274,-0.185 -0.441,-0.237c-0.167,-0.053 -0.345,-0.079 -0.532,-0.079c-0.173,0 -0.342,0.017 -0.508,0.052c-0.165,0.035 -0.313,0.092 -0.444,0.17c-0.13,0.077 -0.235,0.179 -0.316,0.305c-0.081,0.126 -0.121,0.28 -0.121,0.461c0,0.188 0.046,0.347 0.136,0.477c0.091,0.131 0.213,0.243 0.365,0.336c0.152,0.094 0.326,0.175 0.521,0.242c0.195,0.067 0.396,0.133 0.604,0.198c0.164,0.053 0.329,0.106 0.495,0.16c0.165,0.054 0.324,0.117 0.476,0.187c0.153,0.07 0.294,0.15 0.424,0.239c0.131,0.09 0.244,0.194 0.339,0.312c0.095,0.119 0.17,0.255 0.226,0.409c0.056,0.154 0.084,0.331 0.084,0.53c0,0.299 -0.055,0.561 -0.165,0.789c-0.11,0.227 -0.263,0.416 -0.459,0.569c-0.197,0.152 -0.43,0.267 -0.699,0.345c-0.27,0.077 -0.564,0.116 -0.883,0.116c-0.288,0 -0.567,-0.049 -0.84,-0.147c-0.272,-0.098 -0.515,-0.237 -0.727,-0.418c-0.213,-0.18 -0.384,-0.399 -0.514,-0.657c-0.131,-0.257 -0.2,-0.547 -0.209,-0.87l0.672,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M85.797,34.449l0,2.667l3.335,0l0,-2.667l0.65,0l0,6.13l-0.65,0l0,-2.883l-3.335,0l0,2.883l-0.651,0l0,-6.13l0.651,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M94.353,34.449l2.228,6.13l-0.677,0l-0.707,-1.951l-2.606,0l-0.708,1.951l-0.672,0l2.245,-6.13l0.897,0Zm-0.457,0.606l-1.125,3.081l2.245,0l-1.12,-3.081Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M97.996,34.449l2.32,0c0.299,0 0.563,0.052 0.791,0.156c0.229,0.104 0.421,0.239 0.576,0.404c0.155,0.166 0.273,0.353 0.354,0.561c0.08,0.208 0.12,0.416 0.12,0.624c0,0.222 -0.04,0.439 -0.12,0.65c-0.081,0.211 -0.2,0.398 -0.356,0.562c-0.157,0.164 -0.35,0.296 -0.578,0.396c-0.229,0.1 -0.491,0.149 -0.787,0.149l-1.67,0l0,2.628l-0.65,0l0,-6.13Zm0.65,2.927l1.67,0c0.158,0 0.309,-0.031 0.453,-0.093c0.143,-0.061 0.27,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.261,-0.377c0.065,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.25,-0.363c-0.107,-0.102 -0.233,-0.182 -0.378,-0.239c-0.145,-0.057 -0.303,-0.086 -0.473,-0.086l-1.67,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M107.655,34.449l0,0.593l-3.436,0l0,2.074l3.234,0l0,0.594l-3.234,0l0,2.276l3.59,0l0,0.593l-4.241,0l0,-6.13l4.087,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M113.693,36.194c0,0.152 -0.018,0.301 -0.055,0.448c-0.036,0.146 -0.091,0.285 -0.162,0.415c-0.072,0.13 -0.162,0.25 -0.271,0.358c-0.108,0.109 -0.233,0.202 -0.373,0.281c0.158,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.237,0.29c0.057,0.11 0.097,0.23 0.119,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.036,0.124 0.082,0.238 0.138,0.34l-0.708,0c-0.029,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.028,-0.122 -0.037,-0.187c-0.009,-0.064 -0.015,-0.127 -0.018,-0.187c-0.003,-0.06 -0.004,-0.112 -0.004,-0.156l0,-0.975c0,-0.117 -0.02,-0.234 -0.059,-0.35c-0.04,-0.115 -0.104,-0.219 -0.194,-0.309c-0.089,-0.091 -0.205,-0.164 -0.349,-0.22c-0.144,-0.056 -0.318,-0.084 -0.523,-0.084l-1.854,0l0,2.628l-0.651,0l0,-6.13l2.505,0c0.299,0 0.563,0.052 0.793,0.156c0.23,0.104 0.424,0.239 0.58,0.404c0.157,0.166 0.276,0.353 0.356,0.561c0.081,0.208 0.121,0.416 0.121,0.624Zm-3.704,1.182l1.854,0c0.161,0 0.314,-0.031 0.457,-0.093c0.144,-0.061 0.27,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.262,-0.377c0.064,-0.144 0.096,-0.299 0.096,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.143,-0.26 -0.25,-0.363c-0.107,-0.102 -0.234,-0.182 -0.38,-0.239c-0.147,-0.057 -0.305,-0.086 -0.475,-0.086l-1.854,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="119.344" y="33.557" width="0.523" height="8.24" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M125.554,34.449l2.272,0c0.269,0 0.522,0.037 0.758,0.11c0.236,0.073 0.452,0.176 0.648,0.31c0.196,0.133 0.371,0.293 0.523,0.481c0.152,0.187 0.281,0.394 0.387,0.619c0.105,0.226 0.186,0.468 0.242,0.728c0.055,0.259 0.083,0.528 0.083,0.806c0,0.437 -0.064,0.842 -0.193,1.215c-0.129,0.374 -0.31,0.699 -0.543,0.976c-0.233,0.277 -0.511,0.493 -0.835,0.65c-0.324,0.157 -0.68,0.235 -1.07,0.235l-2.272,0l0,-6.13Zm0.65,5.537l1.363,0c0.322,0 0.621,-0.056 0.896,-0.167c0.276,-0.111 0.514,-0.272 0.714,-0.483c0.201,-0.211 0.358,-0.47 0.47,-0.776c0.113,-0.306 0.17,-0.654 0.17,-1.044c0,-0.425 -0.057,-0.793 -0.172,-1.105c-0.114,-0.312 -0.272,-0.569 -0.474,-0.771c-0.202,-0.202 -0.441,-0.352 -0.714,-0.451c-0.274,-0.098 -0.571,-0.147 -0.89,-0.147l-1.363,0l0,4.944Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M135.96,34.449l0,0.593l-3.436,0l0,2.074l3.234,0l0,0.594l-3.234,0l0,2.276l3.59,0l0,0.593l-4.241,0l0,-6.13l4.087,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M137.898,38.663c0.015,0.22 0.065,0.421 0.15,0.605c0.085,0.183 0.197,0.342 0.338,0.476c0.141,0.135 0.307,0.24 0.499,0.315c0.192,0.074 0.402,0.112 0.63,0.112c0.205,0 0.402,-0.023 0.589,-0.069c0.188,-0.045 0.353,-0.117 0.497,-0.215c0.143,-0.098 0.258,-0.225 0.343,-0.382c0.085,-0.157 0.127,-0.347 0.127,-0.569c0,-0.182 -0.046,-0.336 -0.138,-0.464c-0.093,-0.127 -0.214,-0.237 -0.365,-0.329c-0.151,-0.093 -0.322,-0.173 -0.514,-0.24c-0.192,-0.067 -0.386,-0.13 -0.583,-0.189c-0.164,-0.047 -0.328,-0.098 -0.494,-0.154c-0.165,-0.055 -0.325,-0.118 -0.479,-0.189c-0.154,-0.07 -0.297,-0.151 -0.431,-0.241c-0.133,-0.091 -0.249,-0.198 -0.347,-0.321c-0.098,-0.123 -0.176,-0.263 -0.233,-0.42c-0.057,-0.157 -0.085,-0.338 -0.085,-0.543c0,-0.255 0.049,-0.479 0.149,-0.674c0.1,-0.195 0.24,-0.358 0.42,-0.49c0.18,-0.132 0.395,-0.232 0.646,-0.301c0.25,-0.069 0.525,-0.103 0.824,-0.103c0.266,0 0.502,0.026 0.707,0.079c0.205,0.052 0.384,0.124 0.536,0.215c0.153,0.091 0.282,0.197 0.387,0.319c0.106,0.121 0.192,0.249 0.259,0.384c0.068,0.135 0.118,0.274 0.15,0.418c0.032,0.143 0.052,0.281 0.061,0.413l-0.668,0c-0.017,-0.205 -0.066,-0.386 -0.147,-0.541c-0.08,-0.155 -0.184,-0.286 -0.312,-0.391c-0.127,-0.105 -0.275,-0.185 -0.442,-0.237c-0.167,-0.053 -0.344,-0.079 -0.531,-0.079c-0.173,0 -0.342,0.017 -0.508,0.052c-0.165,0.035 -0.313,0.092 -0.444,0.17c-0.13,0.077 -0.236,0.179 -0.316,0.305c-0.081,0.126 -0.121,0.28 -0.121,0.461c0,0.188 0.045,0.347 0.136,0.477c0.091,0.131 0.213,0.243 0.365,0.336c0.152,0.094 0.326,0.175 0.521,0.242c0.195,0.067 0.396,0.133 0.604,0.198c0.164,0.053 0.329,0.106 0.494,0.16c0.166,0.054 0.325,0.117 0.477,0.187c0.153,0.07 0.294,0.15 0.424,0.239c0.131,0.09 0.243,0.194 0.339,0.312c0.095,0.119 0.17,0.255 0.226,0.409c0.056,0.154 0.083,0.331 0.083,0.53c0,0.299 -0.054,0.561 -0.164,0.789c-0.11,0.227 -0.263,0.416 -0.46,0.569c-0.196,0.152 -0.429,0.267 -0.698,0.345c-0.27,0.077 -0.564,0.116 -0.884,0.116c-0.287,0 -0.567,-0.049 -0.839,-0.147c-0.272,-0.098 -0.515,-0.237 -0.727,-0.418c-0.213,-0.18 -0.384,-0.399 -0.514,-0.657c-0.131,-0.257 -0.2,-0.547 -0.209,-0.87l0.672,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M147.434,34.449l0,0.593l-2.03,0l0,5.537l-0.65,0l0,-5.537l-2.026,0l0,-0.593l4.706,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M153.138,36.194c0,0.152 -0.018,0.301 -0.054,0.448c-0.037,0.146 -0.091,0.285 -0.163,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.158,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.237,0.29c0.057,0.11 0.097,0.23 0.119,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.036,0.124 0.083,0.238 0.138,0.34l-0.707,0c-0.03,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.029,-0.122 -0.038,-0.187c-0.008,-0.064 -0.014,-0.127 -0.017,-0.187c-0.003,-0.06 -0.005,-0.112 -0.005,-0.156l0,-0.975c0,-0.117 -0.019,-0.234 -0.059,-0.35c-0.04,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.318,-0.084 -0.523,-0.084l-1.854,0l0,2.628l-0.651,0l0,-6.13l2.505,0c0.299,0 0.564,0.052 0.794,0.156c0.23,0.104 0.423,0.239 0.58,0.404c0.156,0.166 0.275,0.353 0.356,0.561c0.08,0.208 0.12,0.416 0.12,0.624Zm-3.704,1.182l1.854,0c0.161,0 0.314,-0.031 0.457,-0.093c0.144,-0.061 0.271,-0.146 0.38,-0.255c0.11,-0.108 0.198,-0.234 0.262,-0.377c0.064,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.251,-0.363c-0.107,-0.102 -0.234,-0.182 -0.38,-0.239c-0.147,-0.057 -0.305,-0.086 -0.475,-0.086l-1.854,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M155.516,34.449l0,4.131c0,0.249 0.046,0.472 0.138,0.67c0.093,0.198 0.213,0.365 0.361,0.503c0.148,0.138 0.315,0.243 0.501,0.317c0.186,0.073 0.374,0.109 0.564,0.109c0.2,0 0.399,-0.033 0.6,-0.101c0.201,-0.067 0.381,-0.167 0.541,-0.299c0.159,-0.131 0.29,-0.296 0.391,-0.494c0.101,-0.198 0.151,-0.427 0.151,-0.688l0,-4.148l0.651,0l0,4.104c0,0.238 -0.032,0.457 -0.095,0.657c-0.063,0.201 -0.15,0.383 -0.261,0.547c-0.111,0.165 -0.242,0.309 -0.391,0.433c-0.15,0.125 -0.311,0.23 -0.484,0.315c-0.172,0.085 -0.352,0.148 -0.538,0.191c-0.186,0.042 -0.371,0.063 -0.556,0.063c-0.176,0 -0.353,-0.021 -0.532,-0.063c-0.178,-0.043 -0.35,-0.106 -0.514,-0.189c-0.164,-0.084 -0.318,-0.188 -0.461,-0.312c-0.144,-0.125 -0.268,-0.269 -0.374,-0.433c-0.105,-0.164 -0.189,-0.349 -0.25,-0.554c-0.062,-0.205 -0.093,-0.429 -0.093,-0.672l0,-4.087l0.651,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M161.475,37.406c0,0.469 0.061,0.876 0.182,1.22c0.122,0.344 0.281,0.63 0.479,0.857c0.198,0.227 0.422,0.395 0.673,0.505c0.25,0.11 0.504,0.165 0.762,0.165c0.267,0 0.508,-0.048 0.723,-0.145c0.215,-0.097 0.403,-0.224 0.562,-0.382c0.16,-0.159 0.292,-0.339 0.396,-0.543c0.104,-0.204 0.178,-0.412 0.222,-0.626l0.663,0c-0.061,0.316 -0.162,0.613 -0.303,0.89c-0.14,0.276 -0.318,0.517 -0.534,0.723c-0.215,0.205 -0.467,0.366 -0.756,0.485c-0.288,0.119 -0.613,0.178 -0.973,0.178c-0.419,0 -0.798,-0.075 -1.136,-0.226c-0.338,-0.151 -0.627,-0.369 -0.866,-0.655c-0.238,-0.286 -0.422,-0.635 -0.551,-1.048c-0.129,-0.413 -0.194,-0.88 -0.194,-1.402c0,-0.404 0.062,-0.793 0.185,-1.167c0.123,-0.373 0.301,-0.704 0.534,-0.993c0.233,-0.288 0.519,-0.518 0.857,-0.69c0.338,-0.171 0.724,-0.257 1.158,-0.257c0.363,0 0.688,0.048 0.975,0.145c0.288,0.097 0.537,0.231 0.75,0.402c0.212,0.172 0.39,0.375 0.534,0.611c0.143,0.236 0.255,0.494 0.334,0.776l-0.69,0c-0.161,-0.46 -0.397,-0.802 -0.706,-1.026c-0.309,-0.225 -0.708,-0.337 -1.197,-0.337c-0.305,0 -0.585,0.068 -0.839,0.203c-0.255,0.134 -0.475,0.317 -0.66,0.549c-0.184,0.231 -0.328,0.501 -0.43,0.808c-0.103,0.308 -0.154,0.635 -0.154,0.98Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M171.859,34.449l0,0.593l-2.03,0l0,5.537l-0.651,0l0,-5.537l-2.025,0l0,-0.593l4.706,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M178.354,37.507c0,0.472 -0.061,0.906 -0.182,1.301c-0.122,0.396 -0.3,0.736 -0.534,1.022c-0.234,0.286 -0.522,0.508 -0.864,0.666c-0.341,0.158 -0.731,0.237 -1.171,0.237c-0.439,0 -0.83,-0.079 -1.171,-0.237c-0.341,-0.158 -0.628,-0.38 -0.861,-0.666c-0.233,-0.286 -0.41,-0.626 -0.532,-1.022c-0.122,-0.395 -0.182,-0.829 -0.182,-1.301c0,-0.468 0.06,-0.9 0.182,-1.294c0.122,-0.394 0.299,-0.733 0.532,-1.017c0.233,-0.284 0.52,-0.505 0.861,-0.664c0.341,-0.158 0.732,-0.237 1.171,-0.237c0.44,0 0.83,0.079 1.171,0.237c0.342,0.159 0.63,0.38 0.864,0.664c0.234,0.284 0.412,0.623 0.534,1.017c0.121,0.394 0.182,0.826 0.182,1.294Zm-0.655,0c0,-0.413 -0.054,-0.782 -0.162,-1.109c-0.109,-0.327 -0.257,-0.604 -0.446,-0.831c-0.189,-0.227 -0.411,-0.4 -0.666,-0.518c-0.255,-0.119 -0.529,-0.178 -0.822,-0.178c-0.296,0 -0.571,0.059 -0.826,0.178c-0.255,0.118 -0.476,0.291 -0.663,0.518c-0.188,0.227 -0.335,0.504 -0.442,0.831c-0.107,0.327 -0.161,0.696 -0.161,1.109c0,0.414 0.054,0.784 0.161,1.112c0.107,0.328 0.254,0.606 0.442,0.833c0.187,0.227 0.408,0.401 0.663,0.521c0.255,0.12 0.53,0.18 0.826,0.18c0.293,0 0.567,-0.06 0.822,-0.18c0.255,-0.12 0.477,-0.294 0.666,-0.521c0.189,-0.227 0.337,-0.505 0.446,-0.833c0.108,-0.328 0.162,-0.698 0.162,-1.112Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M184.115,36.194c0,0.152 -0.018,0.301 -0.054,0.448c-0.037,0.146 -0.091,0.285 -0.163,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.158,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.237,0.29c0.058,0.11 0.097,0.23 0.119,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.037,0.124 0.083,0.238 0.138,0.34l-0.707,0c-0.029,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.029,-0.122 -0.038,-0.187c-0.008,-0.064 -0.014,-0.127 -0.017,-0.187c-0.003,-0.06 -0.005,-0.112 -0.005,-0.156l0,-0.975c0,-0.117 -0.019,-0.234 -0.059,-0.35c-0.039,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.318,-0.084 -0.523,-0.084l-1.854,0l0,2.628l-0.65,0l0,-6.13l2.504,0c0.299,0 0.564,0.052 0.794,0.156c0.23,0.104 0.423,0.239 0.58,0.404c0.156,0.166 0.275,0.353 0.356,0.561c0.08,0.208 0.12,0.416 0.12,0.624Zm-3.704,1.182l1.854,0c0.162,0 0.314,-0.031 0.457,-0.093c0.144,-0.061 0.271,-0.146 0.381,-0.255c0.109,-0.108 0.197,-0.234 0.261,-0.377c0.064,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.251,-0.363c-0.107,-0.102 -0.234,-0.182 -0.38,-0.239c-0.146,-0.057 -0.305,-0.086 -0.475,-0.086l-1.854,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M80.04,38.663c0.014,0.22 0.064,0.421 0.149,0.605c0.085,0.183 0.198,0.342 0.339,0.476c0.14,0.135 0.306,0.24 0.498,0.315c0.192,0.074 0.402,0.112 0.631,0.112c0.205,0 0.401,-0.023 0.589,-0.069c0.187,-0.045 0.353,-0.117 0.496,-0.215c0.144,-0.098 0.258,-0.225 0.343,-0.382c0.085,-0.157 0.128,-0.347 0.128,-0.569c0,-0.182 -0.046,-0.336 -0.139,-0.464c-0.092,-0.127 -0.214,-0.237 -0.365,-0.329c-0.15,-0.093 -0.322,-0.173 -0.514,-0.24c-0.192,-0.067 -0.386,-0.13 -0.582,-0.189c-0.164,-0.047 -0.329,-0.098 -0.494,-0.154c-0.166,-0.055 -0.326,-0.118 -0.479,-0.189c-0.154,-0.07 -0.298,-0.151 -0.431,-0.241c-0.133,-0.091 -0.249,-0.198 -0.347,-0.321c-0.098,-0.123 -0.176,-0.263 -0.233,-0.42c-0.057,-0.157 -0.086,-0.338 -0.086,-0.543c0,-0.255 0.05,-0.479 0.15,-0.674c0.099,-0.195 0.239,-0.358 0.419,-0.49c0.18,-0.132 0.396,-0.232 0.646,-0.301c0.251,-0.069 0.525,-0.103 0.824,-0.103c0.267,0 0.503,0.026 0.708,0.079c0.205,0.052 0.384,0.124 0.536,0.215c0.152,0.091 0.281,0.197 0.387,0.319c0.105,0.121 0.192,0.249 0.259,0.384c0.067,0.135 0.117,0.274 0.149,0.418c0.033,0.143 0.053,0.281 0.062,0.413l-0.668,0c-0.018,-0.205 -0.067,-0.386 -0.147,-0.541c-0.081,-0.155 -0.185,-0.286 -0.312,-0.391c-0.128,-0.105 -0.275,-0.185 -0.442,-0.237c-0.167,-0.053 -0.344,-0.079 -0.532,-0.079c-0.173,0 -0.342,0.017 -0.507,0.052c-0.166,0.035 -0.314,0.092 -0.444,0.17c-0.131,0.077 -0.236,0.179 -0.317,0.305c-0.08,0.126 -0.12,0.28 -0.12,0.461c0,0.188 0.045,0.347 0.136,0.477c0.091,0.131 0.212,0.243 0.365,0.336c0.152,0.094 0.326,0.175 0.52,0.242c0.195,0.067 0.397,0.133 0.605,0.198c0.164,0.053 0.328,0.106 0.494,0.16c0.165,0.054 0.324,0.117 0.477,0.187c0.152,0.07 0.293,0.15 0.424,0.239c0.13,0.09 0.243,0.194 0.338,0.312c0.095,0.119 0.171,0.255 0.227,0.409c0.055,0.154 0.083,0.331 0.083,0.53c0,0.299 -0.055,0.561 -0.165,0.789c-0.11,0.227 -0.263,0.416 -0.459,0.569c-0.196,0.152 -0.429,0.267 -0.699,0.345c-0.269,0.077 -0.564,0.116 -0.883,0.116c-0.287,0 -0.567,-0.049 -0.839,-0.147c-0.273,-0.098 -0.515,-0.237 -0.728,-0.418c-0.212,-0.18 -0.383,-0.399 -0.514,-0.657c-0.13,-0.257 -0.2,-0.547 -0.209,-0.87l0.673,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M85.924,34.449l0,2.667l3.336,0l0,-2.667l0.65,0l0,6.13l-0.65,0l0,-2.883l-3.336,0l0,2.883l-0.65,0l0,-6.13l0.65,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M94.48,34.449l2.228,6.13l-0.676,0l-0.708,-1.951l-2.606,0l-0.707,1.951l-0.673,0l2.246,-6.13l0.896,0Zm-0.457,0.606l-1.125,3.081l2.246,0l-1.121,-3.081Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M98.123,34.449l2.321,0c0.298,0 0.562,0.052 0.791,0.156c0.228,0.104 0.42,0.239 0.575,0.404c0.156,0.166 0.274,0.353 0.354,0.561c0.081,0.208 0.121,0.416 0.121,0.624c0,0.222 -0.04,0.439 -0.121,0.65c-0.08,0.211 -0.199,0.398 -0.356,0.562c-0.157,0.164 -0.349,0.296 -0.578,0.396c-0.228,0.1 -0.49,0.149 -0.786,0.149l-1.67,0l0,2.628l-0.651,0l0,-6.13Zm0.651,2.927l1.67,0c0.158,0 0.309,-0.031 0.452,-0.093c0.144,-0.061 0.271,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.262,-0.377c0.064,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.031,-0.316 -0.091,-0.455c-0.06,-0.139 -0.143,-0.26 -0.25,-0.363c-0.107,-0.102 -0.233,-0.182 -0.378,-0.239c-0.145,-0.057 -0.302,-0.086 -0.472,-0.086l-1.67,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M107.782,34.449l0,0.593l-3.436,0l0,2.074l3.234,0l0,0.594l-3.234,0l0,2.276l3.59,0l0,0.593l-4.24,0l0,-6.13l4.086,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M113.821,36.194c0,0.152 -0.019,0.301 -0.055,0.448c-0.037,0.146 -0.091,0.285 -0.163,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.158,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.237,0.29c0.058,0.11 0.097,0.23 0.119,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.037,0.124 0.083,0.238 0.138,0.34l-0.707,0c-0.029,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.029,-0.122 -0.038,-0.187c-0.008,-0.064 -0.014,-0.127 -0.017,-0.187c-0.003,-0.06 -0.005,-0.112 -0.005,-0.156l0,-0.975c0,-0.117 -0.019,-0.234 -0.059,-0.35c-0.039,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.317,-0.084 -0.523,-0.084l-1.854,0l0,2.628l-0.65,0l0,-6.13l2.504,0c0.299,0 0.564,0.052 0.794,0.156c0.23,0.104 0.423,0.239 0.58,0.404c0.156,0.166 0.275,0.353 0.356,0.561c0.08,0.208 0.121,0.416 0.121,0.624Zm-3.705,1.182l1.854,0c0.162,0 0.314,-0.031 0.457,-0.093c0.144,-0.061 0.271,-0.146 0.381,-0.255c0.109,-0.108 0.197,-0.234 0.261,-0.377c0.065,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.251,-0.363c-0.107,-0.102 -0.233,-0.182 -0.38,-0.239c-0.146,-0.057 -0.305,-0.086 -0.475,-0.086l-1.854,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M125.809,34.449l2.272,0c0.269,0 0.522,0.037 0.758,0.11c0.236,0.073 0.452,0.176 0.648,0.31c0.196,0.133 0.371,0.293 0.523,0.481c0.152,0.187 0.281,0.394 0.387,0.619c0.105,0.226 0.186,0.468 0.241,0.728c0.056,0.259 0.084,0.528 0.084,0.806c0,0.437 -0.065,0.842 -0.193,1.215c-0.129,0.374 -0.31,0.699 -0.543,0.976c-0.233,0.277 -0.511,0.493 -0.835,0.65c-0.324,0.157 -0.681,0.235 -1.07,0.235l-2.272,0l0,-6.13Zm0.65,5.537l1.363,0c0.322,0 0.621,-0.056 0.896,-0.167c0.275,-0.111 0.513,-0.272 0.714,-0.483c0.201,-0.211 0.358,-0.47 0.47,-0.776c0.113,-0.306 0.17,-0.654 0.17,-1.044c0,-0.425 -0.058,-0.793 -0.172,-1.105c-0.114,-0.312 -0.272,-0.569 -0.474,-0.771c-0.203,-0.202 -0.441,-0.352 -0.715,-0.451c-0.273,-0.098 -0.57,-0.147 -0.889,-0.147l-1.363,0l0,4.944Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M136.215,34.449l0,0.593l-3.436,0l0,2.074l3.234,0l0,0.594l-3.234,0l0,2.276l3.59,0l0,0.593l-4.241,0l0,-6.13l4.087,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M138.153,38.663c0.015,0.22 0.065,0.421 0.149,0.605c0.085,0.183 0.198,0.342 0.339,0.476c0.141,0.135 0.307,0.24 0.499,0.315c0.192,0.074 0.402,0.112 0.63,0.112c0.205,0 0.402,-0.023 0.589,-0.069c0.188,-0.045 0.353,-0.117 0.497,-0.215c0.143,-0.098 0.258,-0.225 0.342,-0.382c0.085,-0.157 0.128,-0.347 0.128,-0.569c0,-0.182 -0.046,-0.336 -0.138,-0.464c-0.093,-0.127 -0.214,-0.237 -0.365,-0.329c-0.151,-0.093 -0.323,-0.173 -0.514,-0.24c-0.192,-0.067 -0.386,-0.13 -0.583,-0.189c-0.164,-0.047 -0.329,-0.098 -0.494,-0.154c-0.166,-0.055 -0.325,-0.118 -0.479,-0.189c-0.154,-0.07 -0.297,-0.151 -0.431,-0.241c-0.133,-0.091 -0.249,-0.198 -0.347,-0.321c-0.098,-0.123 -0.176,-0.263 -0.233,-0.42c-0.057,-0.157 -0.085,-0.338 -0.085,-0.543c0,-0.255 0.049,-0.479 0.149,-0.674c0.1,-0.195 0.239,-0.358 0.42,-0.49c0.18,-0.132 0.395,-0.232 0.646,-0.301c0.25,-0.069 0.525,-0.103 0.824,-0.103c0.266,0 0.502,0.026 0.707,0.079c0.205,0.052 0.384,0.124 0.536,0.215c0.153,0.091 0.281,0.197 0.387,0.319c0.105,0.121 0.192,0.249 0.259,0.384c0.068,0.135 0.117,0.274 0.15,0.418c0.032,0.143 0.052,0.281 0.061,0.413l-0.668,0c-0.017,-0.205 -0.066,-0.386 -0.147,-0.541c-0.081,-0.155 -0.185,-0.286 -0.312,-0.391c-0.127,-0.105 -0.275,-0.185 -0.442,-0.237c-0.167,-0.053 -0.344,-0.079 -0.531,-0.079c-0.173,0 -0.342,0.017 -0.508,0.052c-0.166,0.035 -0.313,0.092 -0.444,0.17c-0.13,0.077 -0.236,0.179 -0.316,0.305c-0.081,0.126 -0.121,0.28 -0.121,0.461c0,0.188 0.045,0.347 0.136,0.477c0.091,0.131 0.213,0.243 0.365,0.336c0.152,0.094 0.326,0.175 0.521,0.242c0.194,0.067 0.396,0.133 0.604,0.198c0.164,0.053 0.329,0.106 0.494,0.16c0.166,0.054 0.325,0.117 0.477,0.187c0.152,0.07 0.294,0.15 0.424,0.239c0.131,0.09 0.243,0.194 0.339,0.312c0.095,0.119 0.17,0.255 0.226,0.409c0.055,0.154 0.083,0.331 0.083,0.53c0,0.299 -0.055,0.561 -0.164,0.789c-0.11,0.227 -0.263,0.416 -0.46,0.569c-0.196,0.152 -0.429,0.267 -0.698,0.345c-0.27,0.077 -0.564,0.116 -0.884,0.116c-0.287,0 -0.567,-0.049 -0.839,-0.147c-0.273,-0.098 -0.515,-0.237 -0.727,-0.418c-0.213,-0.18 -0.384,-0.399 -0.515,-0.657c-0.13,-0.257 -0.199,-0.547 -0.208,-0.87l0.672,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M147.689,34.449l0,0.593l-2.03,0l0,5.537l-0.65,0l0,-5.537l-2.026,0l0,-0.593l4.706,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M153.393,36.194c0,0.152 -0.018,0.301 -0.055,0.448c-0.036,0.146 -0.09,0.285 -0.162,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.158,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.237,0.29c0.057,0.11 0.097,0.23 0.119,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.036,0.124 0.083,0.238 0.138,0.34l-0.707,0c-0.03,-0.047 -0.052,-0.1 -0.068,-0.16c-0.017,-0.06 -0.029,-0.122 -0.038,-0.187c-0.009,-0.064 -0.014,-0.127 -0.017,-0.187c-0.003,-0.06 -0.005,-0.112 -0.005,-0.156l0,-0.975c0,-0.117 -0.02,-0.234 -0.059,-0.35c-0.04,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.318,-0.084 -0.523,-0.084l-1.854,0l0,2.628l-0.651,0l0,-6.13l2.505,0c0.299,0 0.563,0.052 0.793,0.156c0.23,0.104 0.424,0.239 0.581,0.404c0.156,0.166 0.275,0.353 0.355,0.561c0.081,0.208 0.121,0.416 0.121,0.624Zm-3.704,1.182l1.854,0c0.161,0 0.314,-0.031 0.457,-0.093c0.144,-0.061 0.271,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.262,-0.377c0.064,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.091,-0.455c-0.06,-0.139 -0.143,-0.26 -0.25,-0.363c-0.107,-0.102 -0.234,-0.182 -0.38,-0.239c-0.147,-0.057 -0.305,-0.086 -0.475,-0.086l-1.854,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M155.771,34.449l0,4.131c0,0.249 0.046,0.472 0.138,0.67c0.092,0.198 0.213,0.365 0.361,0.503c0.147,0.138 0.314,0.243 0.501,0.317c0.186,0.073 0.374,0.109 0.564,0.109c0.199,0 0.399,-0.033 0.6,-0.101c0.201,-0.067 0.381,-0.167 0.541,-0.299c0.159,-0.131 0.29,-0.296 0.391,-0.494c0.101,-0.198 0.151,-0.427 0.151,-0.688l0,-4.148l0.651,0l0,4.104c0,0.238 -0.032,0.457 -0.095,0.657c-0.063,0.201 -0.15,0.383 -0.261,0.547c-0.112,0.165 -0.242,0.309 -0.391,0.433c-0.15,0.125 -0.311,0.23 -0.484,0.315c-0.173,0.085 -0.352,0.148 -0.538,0.191c-0.186,0.042 -0.371,0.063 -0.556,0.063c-0.176,0 -0.353,-0.021 -0.532,-0.063c-0.178,-0.043 -0.35,-0.106 -0.514,-0.189c-0.164,-0.084 -0.318,-0.188 -0.461,-0.312c-0.144,-0.125 -0.268,-0.269 -0.374,-0.433c-0.105,-0.164 -0.189,-0.349 -0.25,-0.554c-0.062,-0.205 -0.093,-0.429 -0.093,-0.672l0,-4.087l0.651,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M161.73,37.406c0,0.469 0.061,0.876 0.182,1.22c0.122,0.344 0.281,0.63 0.479,0.857c0.198,0.227 0.422,0.395 0.672,0.505c0.251,0.11 0.505,0.165 0.763,0.165c0.267,0 0.508,-0.048 0.723,-0.145c0.215,-0.097 0.403,-0.224 0.562,-0.382c0.16,-0.159 0.292,-0.339 0.396,-0.543c0.104,-0.204 0.178,-0.412 0.222,-0.626l0.663,0c-0.061,0.316 -0.162,0.613 -0.303,0.89c-0.141,0.276 -0.318,0.517 -0.534,0.723c-0.215,0.205 -0.467,0.366 -0.756,0.485c-0.288,0.119 -0.613,0.178 -0.973,0.178c-0.419,0 -0.798,-0.075 -1.136,-0.226c-0.338,-0.151 -0.627,-0.369 -0.866,-0.655c-0.239,-0.286 -0.422,-0.635 -0.551,-1.048c-0.129,-0.413 -0.194,-0.88 -0.194,-1.402c0,-0.404 0.062,-0.793 0.185,-1.167c0.123,-0.373 0.301,-0.704 0.534,-0.993c0.233,-0.288 0.518,-0.518 0.857,-0.69c0.338,-0.171 0.724,-0.257 1.158,-0.257c0.363,0 0.688,0.048 0.975,0.145c0.287,0.097 0.537,0.231 0.75,0.402c0.212,0.172 0.39,0.375 0.534,0.611c0.143,0.236 0.254,0.494 0.334,0.776l-0.69,0c-0.162,-0.46 -0.397,-0.802 -0.706,-1.026c-0.309,-0.225 -0.708,-0.337 -1.197,-0.337c-0.305,0 -0.585,0.068 -0.84,0.203c-0.254,0.134 -0.474,0.317 -0.659,0.549c-0.184,0.231 -0.328,0.501 -0.43,0.808c-0.103,0.308 -0.154,0.635 -0.154,0.98Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M172.114,34.449l0,0.593l-2.03,0l0,5.537l-0.651,0l0,-5.537l-2.026,0l0,-0.593l4.707,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M178.609,37.507c0,0.472 -0.061,0.906 -0.182,1.301c-0.122,0.396 -0.3,0.736 -0.534,1.022c-0.235,0.286 -0.522,0.508 -0.864,0.666c-0.341,0.158 -0.731,0.237 -1.171,0.237c-0.439,0 -0.83,-0.079 -1.171,-0.237c-0.341,-0.158 -0.628,-0.38 -0.861,-0.666c-0.233,-0.286 -0.41,-0.626 -0.532,-1.022c-0.122,-0.395 -0.182,-0.829 -0.182,-1.301c0,-0.468 0.06,-0.9 0.182,-1.294c0.122,-0.394 0.299,-0.733 0.532,-1.017c0.233,-0.284 0.52,-0.505 0.861,-0.664c0.341,-0.158 0.732,-0.237 1.171,-0.237c0.44,0 0.83,0.079 1.171,0.237c0.342,0.159 0.629,0.38 0.864,0.664c0.234,0.284 0.412,0.623 0.534,1.017c0.121,0.394 0.182,0.826 0.182,1.294Zm-0.655,0c0,-0.413 -0.054,-0.782 -0.162,-1.109c-0.109,-0.327 -0.257,-0.604 -0.446,-0.831c-0.189,-0.227 -0.411,-0.4 -0.666,-0.518c-0.255,-0.119 -0.529,-0.178 -0.822,-0.178c-0.296,0 -0.571,0.059 -0.826,0.178c-0.255,0.118 -0.476,0.291 -0.664,0.518c-0.187,0.227 -0.334,0.504 -0.441,0.831c-0.107,0.327 -0.161,0.696 -0.161,1.109c0,0.414 0.054,0.784 0.161,1.112c0.107,0.328 0.254,0.606 0.441,0.833c0.188,0.227 0.409,0.401 0.664,0.521c0.255,0.12 0.53,0.18 0.826,0.18c0.293,0 0.567,-0.06 0.822,-0.18c0.255,-0.12 0.477,-0.294 0.666,-0.521c0.189,-0.227 0.337,-0.505 0.446,-0.833c0.108,-0.328 0.162,-0.698 0.162,-1.112Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M184.37,36.194c0,0.152 -0.018,0.301 -0.055,0.448c-0.036,0.146 -0.09,0.285 -0.162,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.158,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.237,0.29c0.057,0.11 0.097,0.23 0.119,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.036,0.124 0.083,0.238 0.138,0.34l-0.707,0c-0.03,-0.047 -0.052,-0.1 -0.068,-0.16c-0.017,-0.06 -0.029,-0.122 -0.038,-0.187c-0.009,-0.064 -0.014,-0.127 -0.017,-0.187c-0.003,-0.06 -0.005,-0.112 -0.005,-0.156l0,-0.975c0,-0.117 -0.02,-0.234 -0.059,-0.35c-0.04,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.318,-0.084 -0.523,-0.084l-1.854,0l0,2.628l-0.651,0l0,-6.13l2.505,0c0.299,0 0.564,0.052 0.793,0.156c0.23,0.104 0.424,0.239 0.581,0.404c0.156,0.166 0.275,0.353 0.356,0.561c0.08,0.208 0.12,0.416 0.12,0.624Zm-3.704,1.182l1.854,0c0.161,0 0.314,-0.031 0.457,-0.093c0.144,-0.061 0.271,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.262,-0.377c0.064,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.091,-0.455c-0.06,-0.139 -0.143,-0.26 -0.25,-0.363c-0.107,-0.102 -0.234,-0.182 -0.38,-0.239c-0.147,-0.057 -0.305,-0.086 -0.475,-0.086l-1.854,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(-0.686979,0.726677,-0.726677,-0.686979,104.935,41.9073)">
<circle cx="0" cy="0" r="1.814" style="fill:#fff;"/>
</g>
<g transform="matrix(-0.686979,0.726677,-0.726677,-0.686979,150.935,41.9073)">
<circle cx="0" cy="0" r="1.814" style="fill:#fff;"/>
</g> </g>
</g> </g>
<g id="Name" transform="matrix(1.042,0,0,1.042,-10.1999,1.0575)"> <g id="Name" transform="matrix(1.042,0,0,1.042,-10.1999,1.0575)">
<g id="Type-A" serif:id="Type A" transform="matrix(1.95031,0,0,1.95031,-8.04089,-175.727)">
<g id="Type-A" serif:id="Type A" transform="matrix(1.82159,0,0,2.12422,0.861074,-189.604)">
<path d="M44.269,96.128c-0.043,0.101 -0.103,0.227 -0.178,0.378c-0.076,0.151 -0.139,0.266 -0.189,0.346c-0.101,0.187 -0.204,0.369 -0.308,0.545c-0.105,0.177 -0.211,0.351 -0.319,0.524c-0.151,0.245 -0.306,0.486 -0.464,0.724c-0.159,0.237 -0.31,0.479 -0.454,0.724c-0.144,0.244 -0.277,0.491 -0.4,0.74c-0.122,0.248 -0.227,0.502 -0.313,0.761c-0.072,0.231 -0.067,0.384 0.016,0.459c0.083,0.076 0.225,0.053 0.427,-0.07c0.317,-0.223 0.61,-0.459 0.88,-0.707c0.27,-0.249 0.531,-0.506 0.784,-0.773c0.525,-0.554 1.001,-1.116 1.426,-1.685c0.424,-0.569 0.81,-1.152 1.155,-1.75c0.087,-0.144 0.164,-0.285 0.233,-0.422c0.068,-0.136 0.135,-0.277 0.2,-0.421c0.021,-0.036 0.039,-0.075 0.054,-0.119c0.014,-0.043 0.039,-0.075 0.075,-0.097c0.065,-0.043 0.144,-0.065 0.238,-0.065c0.093,0 0.185,0.018 0.275,0.054c0.09,0.036 0.168,0.087 0.233,0.152c0.064,0.064 0.093,0.144 0.086,0.237c-0.007,0.036 -0.018,0.072 -0.032,0.108c-0.015,0.036 -0.029,0.072 -0.044,0.108c-0.115,0.252 -0.203,0.441 -0.264,0.567c-0.062,0.126 -0.117,0.236 -0.168,0.33c-0.468,0.857 -1.012,1.662 -1.631,2.414c-0.619,0.753 -1.289,1.432 -2.009,2.037c-0.18,0.151 -0.366,0.293 -0.557,0.426c-0.191,0.134 -0.39,0.251 -0.599,0.351c-0.094,0.044 -0.191,0.082 -0.292,0.114c-0.101,0.032 -0.205,0.058 -0.313,0.076c-0.108,0.018 -0.214,0.019 -0.319,0.005c-0.104,-0.014 -0.203,-0.05 -0.297,-0.108c-0.13,-0.079 -0.232,-0.184 -0.308,-0.313c-0.075,-0.13 -0.124,-0.267 -0.146,-0.411c-0.043,-0.238 -0.034,-0.47 0.027,-0.697c0.062,-0.227 0.139,-0.444 0.233,-0.653c-0.36,0.367 -0.71,0.7 -1.048,0.999c-0.339,0.299 -0.695,0.564 -1.07,0.794c-0.187,0.108 -0.385,0.207 -0.594,0.297c-0.209,0.09 -0.425,0.128 -0.648,0.114c-0.187,-0.008 -0.362,-0.065 -0.524,-0.173c-0.162,-0.108 -0.29,-0.245 -0.384,-0.411c-0.108,-0.209 -0.144,-0.428 -0.108,-0.659c0.036,-0.23 0.105,-0.446 0.206,-0.648c0.216,-0.439 0.491,-0.841 0.826,-1.204c0.335,-0.364 0.672,-0.708 1.01,-1.032c0.353,-0.346 0.708,-0.686 1.064,-1.021c0.357,-0.335 0.697,-0.693 1.021,-1.075c0.137,-0.166 0.189,-0.272 0.157,-0.319c-0.033,-0.046 -0.103,-0.063 -0.211,-0.048c-0.108,0.014 -0.23,0.047 -0.367,0.097c-0.137,0.05 -0.238,0.09 -0.303,0.119c-0.511,0.223 -0.979,0.513 -1.404,0.87c-0.425,0.356 -0.807,0.736 -1.145,1.139c-0.058,0.072 -0.128,0.11 -0.211,0.114c-0.083,0.003 -0.162,-0.011 -0.237,-0.044c-0.076,-0.032 -0.146,-0.081 -0.211,-0.145c-0.065,-0.065 -0.112,-0.13 -0.141,-0.195c-0.036,-0.086 -0.036,-0.164 0,-0.232c0.036,-0.069 0.083,-0.135 0.141,-0.2c0.072,-0.079 0.146,-0.158 0.221,-0.238c0.076,-0.079 0.153,-0.154 0.233,-0.227c0.216,-0.194 0.477,-0.392 0.783,-0.594c0.306,-0.201 0.628,-0.387 0.967,-0.556c0.338,-0.169 0.677,-0.306 1.015,-0.411c0.339,-0.104 0.648,-0.153 0.929,-0.145c0.151,0.007 0.295,0.041 0.432,0.102c0.137,0.061 0.242,0.161 0.314,0.297c0.1,0.195 0.115,0.405 0.043,0.632c-0.072,0.227 -0.184,0.449 -0.335,0.665c-0.151,0.216 -0.317,0.416 -0.497,0.599c-0.18,0.184 -0.328,0.333 -0.443,0.449c-0.18,0.187 -0.36,0.369 -0.54,0.545c-0.18,0.177 -0.364,0.355 -0.551,0.535c-0.339,0.331 -0.655,0.646 -0.951,0.945c-0.295,0.299 -0.536,0.621 -0.723,0.967c-0.144,0.295 -0.17,0.491 -0.076,0.589c0.094,0.097 0.277,0.088 0.551,-0.027c0.338,-0.144 0.652,-0.328 0.94,-0.551c0.288,-0.223 0.561,-0.454 0.821,-0.692c0.353,-0.324 0.691,-0.659 1.015,-1.004c0.324,-0.346 0.638,-0.706 0.94,-1.081c0.295,-0.367 0.565,-0.718 0.81,-1.053c0.245,-0.335 0.472,-0.679 0.681,-1.032c0.014,-0.036 0.029,-0.07 0.043,-0.102c0.014,-0.033 0.036,-0.063 0.065,-0.092c0.043,-0.043 0.113,-0.059 0.211,-0.049c0.097,0.011 0.19,0.04 0.28,0.087c0.09,0.047 0.166,0.106 0.227,0.178c0.061,0.072 0.074,0.151 0.038,0.238Z" style="fill-rule:nonzero;"/> <path d="M44.269,96.128c-0.043,0.101 -0.103,0.227 -0.178,0.378c-0.076,0.151 -0.139,0.266 -0.189,0.346c-0.101,0.187 -0.204,0.369 -0.308,0.545c-0.105,0.177 -0.211,0.351 -0.319,0.524c-0.151,0.245 -0.306,0.486 -0.464,0.724c-0.159,0.237 -0.31,0.479 -0.454,0.724c-0.144,0.244 -0.277,0.491 -0.4,0.74c-0.122,0.248 -0.227,0.502 -0.313,0.761c-0.072,0.231 -0.067,0.384 0.016,0.459c0.083,0.076 0.225,0.053 0.427,-0.07c0.317,-0.223 0.61,-0.459 0.88,-0.707c0.27,-0.249 0.531,-0.506 0.784,-0.773c0.525,-0.554 1.001,-1.116 1.426,-1.685c0.424,-0.569 0.81,-1.152 1.155,-1.75c0.087,-0.144 0.164,-0.285 0.233,-0.422c0.068,-0.136 0.135,-0.277 0.2,-0.421c0.021,-0.036 0.039,-0.075 0.054,-0.119c0.014,-0.043 0.039,-0.075 0.075,-0.097c0.065,-0.043 0.144,-0.065 0.238,-0.065c0.093,0 0.185,0.018 0.275,0.054c0.09,0.036 0.168,0.087 0.233,0.152c0.064,0.064 0.093,0.144 0.086,0.237c-0.007,0.036 -0.018,0.072 -0.032,0.108c-0.015,0.036 -0.029,0.072 -0.044,0.108c-0.115,0.252 -0.203,0.441 -0.264,0.567c-0.062,0.126 -0.117,0.236 -0.168,0.33c-0.468,0.857 -1.012,1.662 -1.631,2.414c-0.619,0.753 -1.289,1.432 -2.009,2.037c-0.18,0.151 -0.366,0.293 -0.557,0.426c-0.191,0.134 -0.39,0.251 -0.599,0.351c-0.094,0.044 -0.191,0.082 -0.292,0.114c-0.101,0.032 -0.205,0.058 -0.313,0.076c-0.108,0.018 -0.214,0.019 -0.319,0.005c-0.104,-0.014 -0.203,-0.05 -0.297,-0.108c-0.13,-0.079 -0.232,-0.184 -0.308,-0.313c-0.075,-0.13 -0.124,-0.267 -0.146,-0.411c-0.043,-0.238 -0.034,-0.47 0.027,-0.697c0.062,-0.227 0.139,-0.444 0.233,-0.653c-0.36,0.367 -0.71,0.7 -1.048,0.999c-0.339,0.299 -0.695,0.564 -1.07,0.794c-0.187,0.108 -0.385,0.207 -0.594,0.297c-0.209,0.09 -0.425,0.128 -0.648,0.114c-0.187,-0.008 -0.362,-0.065 -0.524,-0.173c-0.162,-0.108 -0.29,-0.245 -0.384,-0.411c-0.108,-0.209 -0.144,-0.428 -0.108,-0.659c0.036,-0.23 0.105,-0.446 0.206,-0.648c0.216,-0.439 0.491,-0.841 0.826,-1.204c0.335,-0.364 0.672,-0.708 1.01,-1.032c0.353,-0.346 0.708,-0.686 1.064,-1.021c0.357,-0.335 0.697,-0.693 1.021,-1.075c0.137,-0.166 0.189,-0.272 0.157,-0.319c-0.033,-0.046 -0.103,-0.063 -0.211,-0.048c-0.108,0.014 -0.23,0.047 -0.367,0.097c-0.137,0.05 -0.238,0.09 -0.303,0.119c-0.511,0.223 -0.979,0.513 -1.404,0.87c-0.425,0.356 -0.807,0.736 -1.145,1.139c-0.058,0.072 -0.128,0.11 -0.211,0.114c-0.083,0.003 -0.162,-0.011 -0.237,-0.044c-0.076,-0.032 -0.146,-0.081 -0.211,-0.145c-0.065,-0.065 -0.112,-0.13 -0.141,-0.195c-0.036,-0.086 -0.036,-0.164 0,-0.232c0.036,-0.069 0.083,-0.135 0.141,-0.2c0.072,-0.079 0.146,-0.158 0.221,-0.238c0.076,-0.079 0.153,-0.154 0.233,-0.227c0.216,-0.194 0.477,-0.392 0.783,-0.594c0.306,-0.201 0.628,-0.387 0.967,-0.556c0.338,-0.169 0.677,-0.306 1.015,-0.411c0.339,-0.104 0.648,-0.153 0.929,-0.145c0.151,0.007 0.295,0.041 0.432,0.102c0.137,0.061 0.242,0.161 0.314,0.297c0.1,0.195 0.115,0.405 0.043,0.632c-0.072,0.227 -0.184,0.449 -0.335,0.665c-0.151,0.216 -0.317,0.416 -0.497,0.599c-0.18,0.184 -0.328,0.333 -0.443,0.449c-0.18,0.187 -0.36,0.369 -0.54,0.545c-0.18,0.177 -0.364,0.355 -0.551,0.535c-0.339,0.331 -0.655,0.646 -0.951,0.945c-0.295,0.299 -0.536,0.621 -0.723,0.967c-0.144,0.295 -0.17,0.491 -0.076,0.589c0.094,0.097 0.277,0.088 0.551,-0.027c0.338,-0.144 0.652,-0.328 0.94,-0.551c0.288,-0.223 0.561,-0.454 0.821,-0.692c0.353,-0.324 0.691,-0.659 1.015,-1.004c0.324,-0.346 0.638,-0.706 0.94,-1.081c0.295,-0.367 0.565,-0.718 0.81,-1.053c0.245,-0.335 0.472,-0.679 0.681,-1.032c0.014,-0.036 0.029,-0.07 0.043,-0.102c0.014,-0.033 0.036,-0.063 0.065,-0.092c0.043,-0.043 0.113,-0.059 0.211,-0.049c0.097,0.011 0.19,0.04 0.28,0.087c0.09,0.047 0.166,0.106 0.227,0.178c0.061,0.072 0.074,0.151 0.038,0.238Z" style="fill-rule:nonzero;"/>
<path d="M46.365,101.173c-0.137,-0.188 -0.202,-0.395 -0.195,-0.621c0.008,-0.227 0.054,-0.445 0.141,-0.654c0.086,-0.195 0.191,-0.376 0.313,-0.546c0.123,-0.169 0.258,-0.327 0.405,-0.475c0.148,-0.148 0.304,-0.283 0.47,-0.405c0.166,-0.122 0.331,-0.234 0.497,-0.335c0.122,-0.072 0.27,-0.14 0.443,-0.205c0.173,-0.065 0.349,-0.108 0.529,-0.13c0.18,-0.021 0.348,-0.011 0.503,0.033c0.154,0.043 0.275,0.136 0.362,0.28c0.079,0.13 0.097,0.267 0.054,0.411c-0.044,0.144 -0.101,0.277 -0.173,0.4c-0.159,0.252 -0.36,0.477 -0.605,0.675c-0.245,0.198 -0.504,0.351 -0.778,0.459c-0.209,0.079 -0.421,0.13 -0.637,0.151c-0.216,0.022 -0.425,-0.007 -0.627,-0.086c-0.043,0.079 -0.077,0.156 -0.103,0.232c-0.025,0.076 -0.034,0.15 -0.027,0.222c0.008,0.072 0.033,0.138 0.076,0.199c0.043,0.062 0.115,0.11 0.216,0.146c0.18,0.065 0.389,0.054 0.627,-0.032c0.237,-0.087 0.473,-0.205 0.707,-0.357c0.234,-0.151 0.45,-0.311 0.648,-0.48c0.198,-0.17 0.351,-0.305 0.459,-0.406c0.051,-0.05 0.103,-0.106 0.157,-0.167c0.054,-0.061 0.114,-0.106 0.178,-0.135c0.065,-0.022 0.126,-0.025 0.184,-0.011c0.058,0.015 0.108,0.043 0.151,0.087c0.043,0.043 0.074,0.091 0.092,0.145c0.018,0.054 0.016,0.107 -0.005,0.157c-0.022,0.065 -0.063,0.128 -0.125,0.189c-0.061,0.061 -0.117,0.117 -0.167,0.168c-0.274,0.259 -0.484,0.448 -0.632,0.567c-0.148,0.119 -0.283,0.221 -0.405,0.308c-0.18,0.129 -0.394,0.253 -0.643,0.372c-0.248,0.119 -0.5,0.202 -0.756,0.249c-0.256,0.047 -0.502,0.045 -0.74,-0.006c-0.238,-0.05 -0.436,-0.183 -0.594,-0.399Zm1.393,-1.599c0.267,-0.043 0.512,-0.144 0.735,-0.303c0.223,-0.158 0.41,-0.327 0.562,-0.507c0.057,-0.065 0.099,-0.134 0.124,-0.206c0.025,-0.072 0.02,-0.118 -0.016,-0.14c-0.187,0.05 -0.364,0.122 -0.53,0.216c-0.165,0.094 -0.324,0.198 -0.475,0.313c-0.259,0.188 -0.486,0.396 -0.68,0.627c0.086,0.014 0.18,0.014 0.28,0Z" style="fill-rule:nonzero;"/> <path d="M46.365,101.173c-0.137,-0.188 -0.202,-0.395 -0.195,-0.621c0.008,-0.227 0.054,-0.445 0.141,-0.654c0.086,-0.195 0.191,-0.376 0.313,-0.546c0.123,-0.169 0.258,-0.327 0.405,-0.475c0.148,-0.148 0.304,-0.283 0.47,-0.405c0.166,-0.122 0.331,-0.234 0.497,-0.335c0.122,-0.072 0.27,-0.14 0.443,-0.205c0.173,-0.065 0.349,-0.108 0.529,-0.13c0.18,-0.021 0.348,-0.011 0.503,0.033c0.154,0.043 0.275,0.136 0.362,0.28c0.079,0.13 0.097,0.267 0.054,0.411c-0.044,0.144 -0.101,0.277 -0.173,0.4c-0.159,0.252 -0.36,0.477 -0.605,0.675c-0.245,0.198 -0.504,0.351 -0.778,0.459c-0.209,0.079 -0.421,0.13 -0.637,0.151c-0.216,0.022 -0.425,-0.007 -0.627,-0.086c-0.043,0.079 -0.077,0.156 -0.103,0.232c-0.025,0.076 -0.034,0.15 -0.027,0.222c0.008,0.072 0.033,0.138 0.076,0.199c0.043,0.062 0.115,0.11 0.216,0.146c0.18,0.065 0.389,0.054 0.627,-0.032c0.237,-0.087 0.473,-0.205 0.707,-0.357c0.234,-0.151 0.45,-0.311 0.648,-0.48c0.198,-0.17 0.351,-0.305 0.459,-0.406c0.051,-0.05 0.103,-0.106 0.157,-0.167c0.054,-0.061 0.114,-0.106 0.178,-0.135c0.065,-0.022 0.126,-0.025 0.184,-0.011c0.058,0.015 0.108,0.043 0.151,0.087c0.043,0.043 0.074,0.091 0.092,0.145c0.018,0.054 0.016,0.107 -0.005,0.157c-0.022,0.065 -0.063,0.128 -0.125,0.189c-0.061,0.061 -0.117,0.117 -0.167,0.168c-0.274,0.259 -0.484,0.448 -0.632,0.567c-0.148,0.119 -0.283,0.221 -0.405,0.308c-0.18,0.129 -0.394,0.253 -0.643,0.372c-0.248,0.119 -0.5,0.202 -0.756,0.249c-0.256,0.047 -0.502,0.045 -0.74,-0.006c-0.238,-0.05 -0.436,-0.183 -0.594,-0.399Zm1.393,-1.599c0.267,-0.043 0.512,-0.144 0.735,-0.303c0.223,-0.158 0.41,-0.327 0.562,-0.507c0.057,-0.065 0.099,-0.134 0.124,-0.206c0.025,-0.072 0.02,-0.118 -0.016,-0.14c-0.187,0.05 -0.364,0.122 -0.53,0.216c-0.165,0.094 -0.324,0.198 -0.475,0.313c-0.259,0.188 -0.486,0.396 -0.68,0.627c0.086,0.014 0.18,0.014 0.28,0Z" style="fill-rule:nonzero;"/>
<path d="M50.427,99.423c0.122,-0.123 0.239,-0.243 0.351,-0.362c0.111,-0.119 0.221,-0.243 0.329,-0.373c0.101,-0.122 0.202,-0.25 0.303,-0.383c0.101,-0.134 0.212,-0.287 0.335,-0.46c0.057,-0.23 0.144,-0.439 0.259,-0.626c0.108,-0.166 0.247,-0.304 0.416,-0.416c0.169,-0.112 0.358,-0.168 0.567,-0.168c0.101,0 0.187,0.026 0.259,0.076c0.072,0.051 0.112,0.123 0.119,0.216c0,0.065 -0.013,0.119 -0.038,0.162c-0.025,0.043 -0.059,0.081 -0.102,0.114c-0.044,0.032 -0.09,0.059 -0.141,0.081c-0.05,0.021 -0.097,0.046 -0.14,0.075c-0.123,0.079 -0.218,0.177 -0.287,0.292c-0.068,0.115 -0.117,0.234 -0.145,0.356c-0.072,0.303 -0.112,0.611 -0.119,0.924c-0.007,0.313 -0.029,0.625 -0.065,0.935c-0.022,0.244 -0.081,0.473 -0.178,0.686c-0.097,0.212 -0.222,0.397 -0.373,0.556c-0.151,0.158 -0.328,0.283 -0.529,0.373c-0.202,0.09 -0.425,0.127 -0.67,0.113c-0.209,-0.007 -0.4,-0.056 -0.573,-0.146c-0.172,-0.09 -0.315,-0.205 -0.426,-0.346c-0.112,-0.14 -0.184,-0.302 -0.216,-0.486c-0.033,-0.183 -0.013,-0.372 0.059,-0.567c0.029,-0.086 0.085,-0.144 0.167,-0.173c0.083,-0.028 0.163,-0.034 0.238,-0.016c0.076,0.018 0.139,0.058 0.189,0.119c0.051,0.061 0.061,0.135 0.033,0.221c-0.072,0.231 -0.045,0.415 0.081,0.551c0.126,0.137 0.293,0.206 0.502,0.206c0.166,0 0.324,-0.063 0.475,-0.189c0.152,-0.126 0.26,-0.265 0.324,-0.416c0.029,-0.058 0.051,-0.121 0.065,-0.189c0.015,-0.069 0.027,-0.15 0.038,-0.243c0.011,-0.094 0.02,-0.208 0.027,-0.341c0.007,-0.133 0.018,-0.297 0.032,-0.491c-0.129,0.158 -0.257,0.306 -0.383,0.443c-0.126,0.136 -0.25,0.259 -0.373,0.367c-0.072,0.065 -0.146,0.088 -0.221,0.07c-0.076,-0.018 -0.139,-0.056 -0.189,-0.113c-0.051,-0.058 -0.08,-0.128 -0.087,-0.211c-0.007,-0.083 0.022,-0.157 0.087,-0.221Z" style="fill-rule:nonzero;"/> <path d="M50.427,99.423c0.122,-0.123 0.239,-0.243 0.351,-0.362c0.111,-0.119 0.221,-0.243 0.329,-0.373c0.101,-0.122 0.202,-0.25 0.303,-0.383c0.101,-0.134 0.212,-0.287 0.335,-0.46c0.057,-0.23 0.144,-0.439 0.259,-0.626c0.108,-0.166 0.247,-0.304 0.416,-0.416c0.169,-0.112 0.358,-0.168 0.567,-0.168c0.101,0 0.187,0.026 0.259,0.076c0.072,0.051 0.112,0.123 0.119,0.216c0,0.065 -0.013,0.119 -0.038,0.162c-0.025,0.043 -0.059,0.081 -0.102,0.114c-0.044,0.032 -0.09,0.059 -0.141,0.081c-0.05,0.021 -0.097,0.046 -0.14,0.075c-0.123,0.079 -0.218,0.177 -0.287,0.292c-0.068,0.115 -0.117,0.234 -0.145,0.356c-0.072,0.303 -0.112,0.611 -0.119,0.924c-0.007,0.313 -0.029,0.625 -0.065,0.935c-0.022,0.244 -0.081,0.473 -0.178,0.686c-0.097,0.212 -0.222,0.397 -0.373,0.556c-0.151,0.158 -0.328,0.283 -0.529,0.373c-0.202,0.09 -0.425,0.127 -0.67,0.113c-0.209,-0.007 -0.4,-0.056 -0.573,-0.146c-0.172,-0.09 -0.315,-0.205 -0.426,-0.346c-0.112,-0.14 -0.184,-0.302 -0.216,-0.486c-0.033,-0.183 -0.013,-0.372 0.059,-0.567c0.029,-0.086 0.085,-0.144 0.167,-0.173c0.083,-0.028 0.163,-0.034 0.238,-0.016c0.076,0.018 0.139,0.058 0.189,0.119c0.051,0.061 0.061,0.135 0.033,0.221c-0.072,0.231 -0.045,0.415 0.081,0.551c0.126,0.137 0.293,0.206 0.502,0.206c0.166,0 0.324,-0.063 0.475,-0.189c0.152,-0.126 0.26,-0.265 0.324,-0.416c0.029,-0.058 0.051,-0.121 0.065,-0.189c0.015,-0.069 0.027,-0.15 0.038,-0.243c0.011,-0.094 0.02,-0.208 0.027,-0.341c0.007,-0.133 0.018,-0.297 0.032,-0.491c-0.129,0.158 -0.257,0.306 -0.383,0.443c-0.126,0.136 -0.25,0.259 -0.373,0.367c-0.072,0.065 -0.146,0.088 -0.221,0.07c-0.076,-0.018 -0.139,-0.056 -0.189,-0.113c-0.051,-0.058 -0.08,-0.128 -0.087,-0.211c-0.007,-0.083 0.022,-0.157 0.087,-0.221Z" style="fill-rule:nonzero;"/>
@@ -328,7 +332,7 @@
<path d="M74.107,99.423c0.122,-0.123 0.239,-0.243 0.351,-0.362c0.111,-0.119 0.221,-0.243 0.329,-0.373c0.101,-0.122 0.202,-0.25 0.303,-0.383c0.1,-0.134 0.212,-0.287 0.334,-0.46c0.058,-0.23 0.145,-0.439 0.26,-0.626c0.108,-0.166 0.246,-0.304 0.416,-0.416c0.169,-0.112 0.358,-0.168 0.567,-0.168c0.101,0 0.187,0.026 0.259,0.076c0.072,0.051 0.112,0.123 0.119,0.216c0,0.065 -0.013,0.119 -0.038,0.162c-0.025,0.043 -0.059,0.081 -0.103,0.114c-0.043,0.032 -0.09,0.059 -0.14,0.081c-0.05,0.021 -0.097,0.046 -0.14,0.075c-0.123,0.079 -0.218,0.177 -0.287,0.292c-0.068,0.115 -0.117,0.234 -0.146,0.356c-0.072,0.303 -0.111,0.611 -0.118,0.924c-0.008,0.313 -0.029,0.625 -0.065,0.935c-0.022,0.244 -0.081,0.473 -0.178,0.686c-0.098,0.212 -0.222,0.397 -0.373,0.556c-0.151,0.158 -0.328,0.283 -0.529,0.373c-0.202,0.09 -0.425,0.127 -0.67,0.113c-0.209,-0.007 -0.4,-0.056 -0.573,-0.146c-0.173,-0.09 -0.315,-0.205 -0.426,-0.346c-0.112,-0.14 -0.184,-0.302 -0.217,-0.486c-0.032,-0.183 -0.012,-0.372 0.06,-0.567c0.029,-0.086 0.084,-0.144 0.167,-0.173c0.083,-0.028 0.162,-0.034 0.238,-0.016c0.076,0.018 0.139,0.058 0.189,0.119c0.05,0.061 0.061,0.135 0.032,0.221c-0.072,0.231 -0.045,0.415 0.081,0.551c0.126,0.137 0.294,0.206 0.503,0.206c0.165,0 0.324,-0.063 0.475,-0.189c0.151,-0.126 0.259,-0.265 0.324,-0.416c0.029,-0.058 0.051,-0.121 0.065,-0.189c0.014,-0.069 0.027,-0.15 0.038,-0.243c0.011,-0.094 0.02,-0.208 0.027,-0.341c0.007,-0.133 0.018,-0.297 0.032,-0.491c-0.129,0.158 -0.257,0.306 -0.383,0.443c-0.126,0.136 -0.251,0.259 -0.373,0.367c-0.072,0.065 -0.146,0.088 -0.221,0.07c-0.076,-0.018 -0.139,-0.056 -0.189,-0.113c-0.051,-0.058 -0.08,-0.128 -0.087,-0.211c-0.007,-0.083 0.022,-0.157 0.087,-0.221Z" style="fill-rule:nonzero;"/> <path d="M74.107,99.423c0.122,-0.123 0.239,-0.243 0.351,-0.362c0.111,-0.119 0.221,-0.243 0.329,-0.373c0.101,-0.122 0.202,-0.25 0.303,-0.383c0.1,-0.134 0.212,-0.287 0.334,-0.46c0.058,-0.23 0.145,-0.439 0.26,-0.626c0.108,-0.166 0.246,-0.304 0.416,-0.416c0.169,-0.112 0.358,-0.168 0.567,-0.168c0.101,0 0.187,0.026 0.259,0.076c0.072,0.051 0.112,0.123 0.119,0.216c0,0.065 -0.013,0.119 -0.038,0.162c-0.025,0.043 -0.059,0.081 -0.103,0.114c-0.043,0.032 -0.09,0.059 -0.14,0.081c-0.05,0.021 -0.097,0.046 -0.14,0.075c-0.123,0.079 -0.218,0.177 -0.287,0.292c-0.068,0.115 -0.117,0.234 -0.146,0.356c-0.072,0.303 -0.111,0.611 -0.118,0.924c-0.008,0.313 -0.029,0.625 -0.065,0.935c-0.022,0.244 -0.081,0.473 -0.178,0.686c-0.098,0.212 -0.222,0.397 -0.373,0.556c-0.151,0.158 -0.328,0.283 -0.529,0.373c-0.202,0.09 -0.425,0.127 -0.67,0.113c-0.209,-0.007 -0.4,-0.056 -0.573,-0.146c-0.173,-0.09 -0.315,-0.205 -0.426,-0.346c-0.112,-0.14 -0.184,-0.302 -0.217,-0.486c-0.032,-0.183 -0.012,-0.372 0.06,-0.567c0.029,-0.086 0.084,-0.144 0.167,-0.173c0.083,-0.028 0.162,-0.034 0.238,-0.016c0.076,0.018 0.139,0.058 0.189,0.119c0.05,0.061 0.061,0.135 0.032,0.221c-0.072,0.231 -0.045,0.415 0.081,0.551c0.126,0.137 0.294,0.206 0.503,0.206c0.165,0 0.324,-0.063 0.475,-0.189c0.151,-0.126 0.259,-0.265 0.324,-0.416c0.029,-0.058 0.051,-0.121 0.065,-0.189c0.014,-0.069 0.027,-0.15 0.038,-0.243c0.011,-0.094 0.02,-0.208 0.027,-0.341c0.007,-0.133 0.018,-0.297 0.032,-0.491c-0.129,0.158 -0.257,0.306 -0.383,0.443c-0.126,0.136 -0.251,0.259 -0.373,0.367c-0.072,0.065 -0.146,0.088 -0.221,0.07c-0.076,-0.018 -0.139,-0.056 -0.189,-0.113c-0.051,-0.058 -0.08,-0.128 -0.087,-0.211c-0.007,-0.083 0.022,-0.157 0.087,-0.221Z" style="fill-rule:nonzero;"/>
<path d="M83.159,96.938c-0.036,0.058 -0.097,0.086 -0.183,0.086c-0.087,0 -0.159,0 -0.216,0c-0.375,0.022 -0.742,0.047 -1.102,0.076c-0.36,0.029 -0.717,0.065 -1.07,0.108c-0.281,0.303 -0.518,0.562 -0.713,0.778c-0.194,0.216 -0.365,0.403 -0.513,0.562c-0.148,0.158 -0.275,0.298 -0.383,0.421c-0.108,0.122 -0.209,0.241 -0.303,0.356c-0.18,0.209 -0.362,0.427 -0.545,0.654c-0.184,0.227 -0.323,0.47 -0.416,0.729c-0.044,0.144 -0.036,0.222 0.021,0.232c0.058,0.011 0.132,-0.009 0.222,-0.059c0.09,-0.05 0.178,-0.11 0.264,-0.178c0.087,-0.069 0.141,-0.114 0.162,-0.135c0.101,-0.094 0.211,-0.202 0.33,-0.324c0.119,-0.123 0.293,-0.31 0.524,-0.562c0.043,-0.051 0.09,-0.105 0.14,-0.162c0.051,-0.058 0.105,-0.105 0.162,-0.141c0.101,-0.064 0.204,-0.072 0.308,-0.021c0.105,0.05 0.164,0.133 0.178,0.248c0.008,0.065 -0.001,0.121 -0.027,0.168c-0.025,0.047 -0.059,0.092 -0.102,0.135c-0.123,0.129 -0.227,0.241 -0.313,0.335c-0.087,0.093 -0.164,0.176 -0.233,0.248c-0.068,0.072 -0.128,0.135 -0.178,0.189c-0.05,0.054 -0.101,0.106 -0.151,0.157c-0.173,0.18 -0.366,0.347 -0.578,0.502c-0.213,0.155 -0.456,0.24 -0.729,0.254c-0.231,0.014 -0.422,-0.054 -0.573,-0.205c-0.151,-0.152 -0.22,-0.332 -0.205,-0.54c0.014,-0.209 0.07,-0.418 0.167,-0.627c0.098,-0.209 0.213,-0.405 0.346,-0.589c0.133,-0.183 0.243,-0.329 0.329,-0.437c0.267,-0.324 0.539,-0.643 0.816,-0.956c0.277,-0.314 0.56,-0.621 0.848,-0.924l-0.616,0.054c-0.057,0.007 -0.115,0.016 -0.172,0.027c-0.058,0.011 -0.109,-0.013 -0.152,-0.07c-0.108,-0.13 -0.137,-0.27 -0.086,-0.421c0.021,-0.08 0.063,-0.125 0.124,-0.135c0.061,-0.011 0.128,-0.024 0.2,-0.038c0.043,-0.007 0.092,-0.015 0.146,-0.022c0.054,-0.007 0.131,-0.018 0.232,-0.032c0.101,-0.015 0.236,-0.035 0.405,-0.06c0.169,-0.025 0.391,-0.056 0.665,-0.092c0.194,-0.201 0.39,-0.401 0.588,-0.599c0.198,-0.198 0.402,-0.387 0.611,-0.567c0.05,-0.043 0.097,-0.087 0.14,-0.13c0.043,-0.043 0.09,-0.083 0.141,-0.119c0.05,-0.036 0.1,-0.05 0.151,-0.043c0.05,0.007 0.097,0.025 0.14,0.054c0.079,0.043 0.146,0.108 0.2,0.195c0.054,0.086 0.074,0.176 0.059,0.27c-0.014,0.057 -0.045,0.106 -0.091,0.145c-0.047,0.04 -0.089,0.078 -0.125,0.114l-0.572,0.54c0.281,-0.036 0.529,-0.063 0.745,-0.081c0.216,-0.018 0.425,-0.034 0.627,-0.049c0.036,0 0.079,-0.003 0.129,-0.01c0.051,-0.008 0.094,-0.004 0.13,0.01c0.065,0.022 0.11,0.062 0.135,0.119c0.025,0.058 0.038,0.123 0.038,0.195c0,0.072 -0.007,0.142 -0.022,0.21c-0.014,0.069 -0.032,0.121 -0.054,0.157Z" style="fill-rule:nonzero;"/> <path d="M83.159,96.938c-0.036,0.058 -0.097,0.086 -0.183,0.086c-0.087,0 -0.159,0 -0.216,0c-0.375,0.022 -0.742,0.047 -1.102,0.076c-0.36,0.029 -0.717,0.065 -1.07,0.108c-0.281,0.303 -0.518,0.562 -0.713,0.778c-0.194,0.216 -0.365,0.403 -0.513,0.562c-0.148,0.158 -0.275,0.298 -0.383,0.421c-0.108,0.122 -0.209,0.241 -0.303,0.356c-0.18,0.209 -0.362,0.427 -0.545,0.654c-0.184,0.227 -0.323,0.47 -0.416,0.729c-0.044,0.144 -0.036,0.222 0.021,0.232c0.058,0.011 0.132,-0.009 0.222,-0.059c0.09,-0.05 0.178,-0.11 0.264,-0.178c0.087,-0.069 0.141,-0.114 0.162,-0.135c0.101,-0.094 0.211,-0.202 0.33,-0.324c0.119,-0.123 0.293,-0.31 0.524,-0.562c0.043,-0.051 0.09,-0.105 0.14,-0.162c0.051,-0.058 0.105,-0.105 0.162,-0.141c0.101,-0.064 0.204,-0.072 0.308,-0.021c0.105,0.05 0.164,0.133 0.178,0.248c0.008,0.065 -0.001,0.121 -0.027,0.168c-0.025,0.047 -0.059,0.092 -0.102,0.135c-0.123,0.129 -0.227,0.241 -0.313,0.335c-0.087,0.093 -0.164,0.176 -0.233,0.248c-0.068,0.072 -0.128,0.135 -0.178,0.189c-0.05,0.054 -0.101,0.106 -0.151,0.157c-0.173,0.18 -0.366,0.347 -0.578,0.502c-0.213,0.155 -0.456,0.24 -0.729,0.254c-0.231,0.014 -0.422,-0.054 -0.573,-0.205c-0.151,-0.152 -0.22,-0.332 -0.205,-0.54c0.014,-0.209 0.07,-0.418 0.167,-0.627c0.098,-0.209 0.213,-0.405 0.346,-0.589c0.133,-0.183 0.243,-0.329 0.329,-0.437c0.267,-0.324 0.539,-0.643 0.816,-0.956c0.277,-0.314 0.56,-0.621 0.848,-0.924l-0.616,0.054c-0.057,0.007 -0.115,0.016 -0.172,0.027c-0.058,0.011 -0.109,-0.013 -0.152,-0.07c-0.108,-0.13 -0.137,-0.27 -0.086,-0.421c0.021,-0.08 0.063,-0.125 0.124,-0.135c0.061,-0.011 0.128,-0.024 0.2,-0.038c0.043,-0.007 0.092,-0.015 0.146,-0.022c0.054,-0.007 0.131,-0.018 0.232,-0.032c0.101,-0.015 0.236,-0.035 0.405,-0.06c0.169,-0.025 0.391,-0.056 0.665,-0.092c0.194,-0.201 0.39,-0.401 0.588,-0.599c0.198,-0.198 0.402,-0.387 0.611,-0.567c0.05,-0.043 0.097,-0.087 0.14,-0.13c0.043,-0.043 0.09,-0.083 0.141,-0.119c0.05,-0.036 0.1,-0.05 0.151,-0.043c0.05,0.007 0.097,0.025 0.14,0.054c0.079,0.043 0.146,0.108 0.2,0.195c0.054,0.086 0.074,0.176 0.059,0.27c-0.014,0.057 -0.045,0.106 -0.091,0.145c-0.047,0.04 -0.089,0.078 -0.125,0.114l-0.572,0.54c0.281,-0.036 0.529,-0.063 0.745,-0.081c0.216,-0.018 0.425,-0.034 0.627,-0.049c0.036,0 0.079,-0.003 0.129,-0.01c0.051,-0.008 0.094,-0.004 0.13,0.01c0.065,0.022 0.11,0.062 0.135,0.119c0.025,0.058 0.038,0.123 0.038,0.195c0,0.072 -0.007,0.142 -0.022,0.21c-0.014,0.069 -0.032,0.121 -0.054,0.157Z" style="fill-rule:nonzero;"/>
</g> </g>
<g id="Type-A1" serif:id="Type A" transform="matrix(1.95031,0,0,1.95031,-8.8382,-177.519)">
<g id="Type-A1" serif:id="Type A" transform="matrix(1.82159,0,0,2.12422,0.116385,-191.555)">
<path d="M44.269,96.128c-0.043,0.101 -0.103,0.227 -0.178,0.378c-0.076,0.151 -0.139,0.266 -0.189,0.346c-0.101,0.187 -0.204,0.369 -0.308,0.545c-0.105,0.177 -0.211,0.351 -0.319,0.524c-0.151,0.245 -0.306,0.486 -0.464,0.724c-0.159,0.237 -0.31,0.479 -0.454,0.724c-0.144,0.244 -0.277,0.491 -0.4,0.74c-0.122,0.248 -0.227,0.502 -0.313,0.761c-0.072,0.231 -0.067,0.384 0.016,0.459c0.083,0.076 0.225,0.053 0.427,-0.07c0.317,-0.223 0.61,-0.459 0.88,-0.707c0.27,-0.249 0.531,-0.506 0.784,-0.773c0.525,-0.554 1.001,-1.116 1.426,-1.685c0.424,-0.569 0.81,-1.152 1.155,-1.75c0.087,-0.144 0.164,-0.285 0.233,-0.422c0.068,-0.136 0.135,-0.277 0.2,-0.421c0.021,-0.036 0.039,-0.075 0.054,-0.119c0.014,-0.043 0.039,-0.075 0.075,-0.097c0.065,-0.043 0.144,-0.065 0.238,-0.065c0.093,0 0.185,0.018 0.275,0.054c0.09,0.036 0.168,0.087 0.233,0.152c0.064,0.064 0.093,0.144 0.086,0.237c-0.007,0.036 -0.018,0.072 -0.032,0.108c-0.015,0.036 -0.029,0.072 -0.044,0.108c-0.115,0.252 -0.203,0.441 -0.264,0.567c-0.062,0.126 -0.117,0.236 -0.168,0.33c-0.468,0.857 -1.012,1.662 -1.631,2.414c-0.619,0.753 -1.289,1.432 -2.009,2.037c-0.18,0.151 -0.366,0.293 -0.557,0.426c-0.191,0.134 -0.39,0.251 -0.599,0.351c-0.094,0.044 -0.191,0.082 -0.292,0.114c-0.101,0.032 -0.205,0.058 -0.313,0.076c-0.108,0.018 -0.214,0.019 -0.319,0.005c-0.104,-0.014 -0.203,-0.05 -0.297,-0.108c-0.13,-0.079 -0.232,-0.184 -0.308,-0.313c-0.075,-0.13 -0.124,-0.267 -0.146,-0.411c-0.043,-0.238 -0.034,-0.47 0.027,-0.697c0.062,-0.227 0.139,-0.444 0.233,-0.653c-0.36,0.367 -0.71,0.7 -1.048,0.999c-0.339,0.299 -0.695,0.564 -1.07,0.794c-0.187,0.108 -0.385,0.207 -0.594,0.297c-0.209,0.09 -0.425,0.128 -0.648,0.114c-0.187,-0.008 -0.362,-0.065 -0.524,-0.173c-0.162,-0.108 -0.29,-0.245 -0.384,-0.411c-0.108,-0.209 -0.144,-0.428 -0.108,-0.659c0.036,-0.23 0.105,-0.446 0.206,-0.648c0.216,-0.439 0.491,-0.841 0.826,-1.204c0.335,-0.364 0.672,-0.708 1.01,-1.032c0.353,-0.346 0.708,-0.686 1.064,-1.021c0.357,-0.335 0.697,-0.693 1.021,-1.075c0.137,-0.166 0.189,-0.272 0.157,-0.319c-0.033,-0.046 -0.103,-0.063 -0.211,-0.048c-0.108,0.014 -0.23,0.047 -0.367,0.097c-0.137,0.05 -0.238,0.09 -0.303,0.119c-0.511,0.223 -0.979,0.513 -1.404,0.87c-0.425,0.356 -0.807,0.736 -1.145,1.139c-0.058,0.072 -0.128,0.11 -0.211,0.114c-0.083,0.003 -0.162,-0.011 -0.237,-0.044c-0.076,-0.032 -0.146,-0.081 -0.211,-0.145c-0.065,-0.065 -0.112,-0.13 -0.141,-0.195c-0.036,-0.086 -0.036,-0.164 0,-0.232c0.036,-0.069 0.083,-0.135 0.141,-0.2c0.072,-0.079 0.146,-0.158 0.221,-0.238c0.076,-0.079 0.153,-0.154 0.233,-0.227c0.216,-0.194 0.477,-0.392 0.783,-0.594c0.306,-0.201 0.628,-0.387 0.967,-0.556c0.338,-0.169 0.677,-0.306 1.015,-0.411c0.339,-0.104 0.648,-0.153 0.929,-0.145c0.151,0.007 0.295,0.041 0.432,0.102c0.137,0.061 0.242,0.161 0.314,0.297c0.1,0.195 0.115,0.405 0.043,0.632c-0.072,0.227 -0.184,0.449 -0.335,0.665c-0.151,0.216 -0.317,0.416 -0.497,0.599c-0.18,0.184 -0.328,0.333 -0.443,0.449c-0.18,0.187 -0.36,0.369 -0.54,0.545c-0.18,0.177 -0.364,0.355 -0.551,0.535c-0.339,0.331 -0.655,0.646 -0.951,0.945c-0.295,0.299 -0.536,0.621 -0.723,0.967c-0.144,0.295 -0.17,0.491 -0.076,0.589c0.094,0.097 0.277,0.088 0.551,-0.027c0.338,-0.144 0.652,-0.328 0.94,-0.551c0.288,-0.223 0.561,-0.454 0.821,-0.692c0.353,-0.324 0.691,-0.659 1.015,-1.004c0.324,-0.346 0.638,-0.706 0.94,-1.081c0.295,-0.367 0.565,-0.718 0.81,-1.053c0.245,-0.335 0.472,-0.679 0.681,-1.032c0.014,-0.036 0.029,-0.07 0.043,-0.102c0.014,-0.033 0.036,-0.063 0.065,-0.092c0.043,-0.043 0.113,-0.059 0.211,-0.049c0.097,0.011 0.19,0.04 0.28,0.087c0.09,0.047 0.166,0.106 0.227,0.178c0.061,0.072 0.074,0.151 0.038,0.238Z" style="fill:#fff;fill-rule:nonzero;"/> <path d="M44.269,96.128c-0.043,0.101 -0.103,0.227 -0.178,0.378c-0.076,0.151 -0.139,0.266 -0.189,0.346c-0.101,0.187 -0.204,0.369 -0.308,0.545c-0.105,0.177 -0.211,0.351 -0.319,0.524c-0.151,0.245 -0.306,0.486 -0.464,0.724c-0.159,0.237 -0.31,0.479 -0.454,0.724c-0.144,0.244 -0.277,0.491 -0.4,0.74c-0.122,0.248 -0.227,0.502 -0.313,0.761c-0.072,0.231 -0.067,0.384 0.016,0.459c0.083,0.076 0.225,0.053 0.427,-0.07c0.317,-0.223 0.61,-0.459 0.88,-0.707c0.27,-0.249 0.531,-0.506 0.784,-0.773c0.525,-0.554 1.001,-1.116 1.426,-1.685c0.424,-0.569 0.81,-1.152 1.155,-1.75c0.087,-0.144 0.164,-0.285 0.233,-0.422c0.068,-0.136 0.135,-0.277 0.2,-0.421c0.021,-0.036 0.039,-0.075 0.054,-0.119c0.014,-0.043 0.039,-0.075 0.075,-0.097c0.065,-0.043 0.144,-0.065 0.238,-0.065c0.093,0 0.185,0.018 0.275,0.054c0.09,0.036 0.168,0.087 0.233,0.152c0.064,0.064 0.093,0.144 0.086,0.237c-0.007,0.036 -0.018,0.072 -0.032,0.108c-0.015,0.036 -0.029,0.072 -0.044,0.108c-0.115,0.252 -0.203,0.441 -0.264,0.567c-0.062,0.126 -0.117,0.236 -0.168,0.33c-0.468,0.857 -1.012,1.662 -1.631,2.414c-0.619,0.753 -1.289,1.432 -2.009,2.037c-0.18,0.151 -0.366,0.293 -0.557,0.426c-0.191,0.134 -0.39,0.251 -0.599,0.351c-0.094,0.044 -0.191,0.082 -0.292,0.114c-0.101,0.032 -0.205,0.058 -0.313,0.076c-0.108,0.018 -0.214,0.019 -0.319,0.005c-0.104,-0.014 -0.203,-0.05 -0.297,-0.108c-0.13,-0.079 -0.232,-0.184 -0.308,-0.313c-0.075,-0.13 -0.124,-0.267 -0.146,-0.411c-0.043,-0.238 -0.034,-0.47 0.027,-0.697c0.062,-0.227 0.139,-0.444 0.233,-0.653c-0.36,0.367 -0.71,0.7 -1.048,0.999c-0.339,0.299 -0.695,0.564 -1.07,0.794c-0.187,0.108 -0.385,0.207 -0.594,0.297c-0.209,0.09 -0.425,0.128 -0.648,0.114c-0.187,-0.008 -0.362,-0.065 -0.524,-0.173c-0.162,-0.108 -0.29,-0.245 -0.384,-0.411c-0.108,-0.209 -0.144,-0.428 -0.108,-0.659c0.036,-0.23 0.105,-0.446 0.206,-0.648c0.216,-0.439 0.491,-0.841 0.826,-1.204c0.335,-0.364 0.672,-0.708 1.01,-1.032c0.353,-0.346 0.708,-0.686 1.064,-1.021c0.357,-0.335 0.697,-0.693 1.021,-1.075c0.137,-0.166 0.189,-0.272 0.157,-0.319c-0.033,-0.046 -0.103,-0.063 -0.211,-0.048c-0.108,0.014 -0.23,0.047 -0.367,0.097c-0.137,0.05 -0.238,0.09 -0.303,0.119c-0.511,0.223 -0.979,0.513 -1.404,0.87c-0.425,0.356 -0.807,0.736 -1.145,1.139c-0.058,0.072 -0.128,0.11 -0.211,0.114c-0.083,0.003 -0.162,-0.011 -0.237,-0.044c-0.076,-0.032 -0.146,-0.081 -0.211,-0.145c-0.065,-0.065 -0.112,-0.13 -0.141,-0.195c-0.036,-0.086 -0.036,-0.164 0,-0.232c0.036,-0.069 0.083,-0.135 0.141,-0.2c0.072,-0.079 0.146,-0.158 0.221,-0.238c0.076,-0.079 0.153,-0.154 0.233,-0.227c0.216,-0.194 0.477,-0.392 0.783,-0.594c0.306,-0.201 0.628,-0.387 0.967,-0.556c0.338,-0.169 0.677,-0.306 1.015,-0.411c0.339,-0.104 0.648,-0.153 0.929,-0.145c0.151,0.007 0.295,0.041 0.432,0.102c0.137,0.061 0.242,0.161 0.314,0.297c0.1,0.195 0.115,0.405 0.043,0.632c-0.072,0.227 -0.184,0.449 -0.335,0.665c-0.151,0.216 -0.317,0.416 -0.497,0.599c-0.18,0.184 -0.328,0.333 -0.443,0.449c-0.18,0.187 -0.36,0.369 -0.54,0.545c-0.18,0.177 -0.364,0.355 -0.551,0.535c-0.339,0.331 -0.655,0.646 -0.951,0.945c-0.295,0.299 -0.536,0.621 -0.723,0.967c-0.144,0.295 -0.17,0.491 -0.076,0.589c0.094,0.097 0.277,0.088 0.551,-0.027c0.338,-0.144 0.652,-0.328 0.94,-0.551c0.288,-0.223 0.561,-0.454 0.821,-0.692c0.353,-0.324 0.691,-0.659 1.015,-1.004c0.324,-0.346 0.638,-0.706 0.94,-1.081c0.295,-0.367 0.565,-0.718 0.81,-1.053c0.245,-0.335 0.472,-0.679 0.681,-1.032c0.014,-0.036 0.029,-0.07 0.043,-0.102c0.014,-0.033 0.036,-0.063 0.065,-0.092c0.043,-0.043 0.113,-0.059 0.211,-0.049c0.097,0.011 0.19,0.04 0.28,0.087c0.09,0.047 0.166,0.106 0.227,0.178c0.061,0.072 0.074,0.151 0.038,0.238Z" style="fill:#fff;fill-rule:nonzero;"/>
<path d="M46.365,101.173c-0.137,-0.188 -0.202,-0.395 -0.195,-0.621c0.008,-0.227 0.054,-0.445 0.141,-0.654c0.086,-0.195 0.191,-0.376 0.313,-0.546c0.123,-0.169 0.258,-0.327 0.405,-0.475c0.148,-0.148 0.304,-0.283 0.47,-0.405c0.166,-0.122 0.331,-0.234 0.497,-0.335c0.122,-0.072 0.27,-0.14 0.443,-0.205c0.173,-0.065 0.349,-0.108 0.529,-0.13c0.18,-0.021 0.348,-0.011 0.503,0.033c0.154,0.043 0.275,0.136 0.362,0.28c0.079,0.13 0.097,0.267 0.054,0.411c-0.044,0.144 -0.101,0.277 -0.173,0.4c-0.159,0.252 -0.36,0.477 -0.605,0.675c-0.245,0.198 -0.504,0.351 -0.778,0.459c-0.209,0.079 -0.421,0.13 -0.637,0.151c-0.216,0.022 -0.425,-0.007 -0.627,-0.086c-0.043,0.079 -0.077,0.156 -0.103,0.232c-0.025,0.076 -0.034,0.15 -0.027,0.222c0.008,0.072 0.033,0.138 0.076,0.199c0.043,0.062 0.115,0.11 0.216,0.146c0.18,0.065 0.389,0.054 0.627,-0.032c0.237,-0.087 0.473,-0.205 0.707,-0.357c0.234,-0.151 0.45,-0.311 0.648,-0.48c0.198,-0.17 0.351,-0.305 0.459,-0.406c0.051,-0.05 0.103,-0.106 0.157,-0.167c0.054,-0.061 0.114,-0.106 0.178,-0.135c0.065,-0.022 0.126,-0.025 0.184,-0.011c0.058,0.015 0.108,0.043 0.151,0.087c0.043,0.043 0.074,0.091 0.092,0.145c0.018,0.054 0.016,0.107 -0.005,0.157c-0.022,0.065 -0.063,0.128 -0.125,0.189c-0.061,0.061 -0.117,0.117 -0.167,0.168c-0.274,0.259 -0.484,0.448 -0.632,0.567c-0.148,0.119 -0.283,0.221 -0.405,0.308c-0.18,0.129 -0.394,0.253 -0.643,0.372c-0.248,0.119 -0.5,0.202 -0.756,0.249c-0.256,0.047 -0.502,0.045 -0.74,-0.006c-0.238,-0.05 -0.436,-0.183 -0.594,-0.399Zm1.393,-1.599c0.267,-0.043 0.512,-0.144 0.735,-0.303c0.223,-0.158 0.41,-0.327 0.562,-0.507c0.057,-0.065 0.099,-0.134 0.124,-0.206c0.025,-0.072 0.02,-0.118 -0.016,-0.14c-0.187,0.05 -0.364,0.122 -0.53,0.216c-0.165,0.094 -0.324,0.198 -0.475,0.313c-0.259,0.188 -0.486,0.396 -0.68,0.627c0.086,0.014 0.18,0.014 0.28,0Z" style="fill:#fff;fill-rule:nonzero;"/> <path d="M46.365,101.173c-0.137,-0.188 -0.202,-0.395 -0.195,-0.621c0.008,-0.227 0.054,-0.445 0.141,-0.654c0.086,-0.195 0.191,-0.376 0.313,-0.546c0.123,-0.169 0.258,-0.327 0.405,-0.475c0.148,-0.148 0.304,-0.283 0.47,-0.405c0.166,-0.122 0.331,-0.234 0.497,-0.335c0.122,-0.072 0.27,-0.14 0.443,-0.205c0.173,-0.065 0.349,-0.108 0.529,-0.13c0.18,-0.021 0.348,-0.011 0.503,0.033c0.154,0.043 0.275,0.136 0.362,0.28c0.079,0.13 0.097,0.267 0.054,0.411c-0.044,0.144 -0.101,0.277 -0.173,0.4c-0.159,0.252 -0.36,0.477 -0.605,0.675c-0.245,0.198 -0.504,0.351 -0.778,0.459c-0.209,0.079 -0.421,0.13 -0.637,0.151c-0.216,0.022 -0.425,-0.007 -0.627,-0.086c-0.043,0.079 -0.077,0.156 -0.103,0.232c-0.025,0.076 -0.034,0.15 -0.027,0.222c0.008,0.072 0.033,0.138 0.076,0.199c0.043,0.062 0.115,0.11 0.216,0.146c0.18,0.065 0.389,0.054 0.627,-0.032c0.237,-0.087 0.473,-0.205 0.707,-0.357c0.234,-0.151 0.45,-0.311 0.648,-0.48c0.198,-0.17 0.351,-0.305 0.459,-0.406c0.051,-0.05 0.103,-0.106 0.157,-0.167c0.054,-0.061 0.114,-0.106 0.178,-0.135c0.065,-0.022 0.126,-0.025 0.184,-0.011c0.058,0.015 0.108,0.043 0.151,0.087c0.043,0.043 0.074,0.091 0.092,0.145c0.018,0.054 0.016,0.107 -0.005,0.157c-0.022,0.065 -0.063,0.128 -0.125,0.189c-0.061,0.061 -0.117,0.117 -0.167,0.168c-0.274,0.259 -0.484,0.448 -0.632,0.567c-0.148,0.119 -0.283,0.221 -0.405,0.308c-0.18,0.129 -0.394,0.253 -0.643,0.372c-0.248,0.119 -0.5,0.202 -0.756,0.249c-0.256,0.047 -0.502,0.045 -0.74,-0.006c-0.238,-0.05 -0.436,-0.183 -0.594,-0.399Zm1.393,-1.599c0.267,-0.043 0.512,-0.144 0.735,-0.303c0.223,-0.158 0.41,-0.327 0.562,-0.507c0.057,-0.065 0.099,-0.134 0.124,-0.206c0.025,-0.072 0.02,-0.118 -0.016,-0.14c-0.187,0.05 -0.364,0.122 -0.53,0.216c-0.165,0.094 -0.324,0.198 -0.475,0.313c-0.259,0.188 -0.486,0.396 -0.68,0.627c0.086,0.014 0.18,0.014 0.28,0Z" style="fill:#fff;fill-rule:nonzero;"/>
<path d="M50.427,99.423c0.122,-0.123 0.239,-0.243 0.351,-0.362c0.111,-0.119 0.221,-0.243 0.329,-0.373c0.101,-0.122 0.202,-0.25 0.303,-0.383c0.101,-0.134 0.212,-0.287 0.335,-0.46c0.057,-0.23 0.144,-0.439 0.259,-0.626c0.108,-0.166 0.247,-0.304 0.416,-0.416c0.169,-0.112 0.358,-0.168 0.567,-0.168c0.101,0 0.187,0.026 0.259,0.076c0.072,0.051 0.112,0.123 0.119,0.216c0,0.065 -0.013,0.119 -0.038,0.162c-0.025,0.043 -0.059,0.081 -0.102,0.114c-0.044,0.032 -0.09,0.059 -0.141,0.081c-0.05,0.021 -0.097,0.046 -0.14,0.075c-0.123,0.079 -0.218,0.177 -0.287,0.292c-0.068,0.115 -0.117,0.234 -0.145,0.356c-0.072,0.303 -0.112,0.611 -0.119,0.924c-0.007,0.313 -0.029,0.625 -0.065,0.935c-0.022,0.244 -0.081,0.473 -0.178,0.686c-0.097,0.212 -0.222,0.397 -0.373,0.556c-0.151,0.158 -0.328,0.283 -0.529,0.373c-0.202,0.09 -0.425,0.127 -0.67,0.113c-0.209,-0.007 -0.4,-0.056 -0.573,-0.146c-0.172,-0.09 -0.315,-0.205 -0.426,-0.346c-0.112,-0.14 -0.184,-0.302 -0.216,-0.486c-0.033,-0.183 -0.013,-0.372 0.059,-0.567c0.029,-0.086 0.085,-0.144 0.167,-0.173c0.083,-0.028 0.163,-0.034 0.238,-0.016c0.076,0.018 0.139,0.058 0.189,0.119c0.051,0.061 0.061,0.135 0.033,0.221c-0.072,0.231 -0.045,0.415 0.081,0.551c0.126,0.137 0.293,0.206 0.502,0.206c0.166,0 0.324,-0.063 0.475,-0.189c0.152,-0.126 0.26,-0.265 0.324,-0.416c0.029,-0.058 0.051,-0.121 0.065,-0.189c0.015,-0.069 0.027,-0.15 0.038,-0.243c0.011,-0.094 0.02,-0.208 0.027,-0.341c0.007,-0.133 0.018,-0.297 0.032,-0.491c-0.129,0.158 -0.257,0.306 -0.383,0.443c-0.126,0.136 -0.25,0.259 -0.373,0.367c-0.072,0.065 -0.146,0.088 -0.221,0.07c-0.076,-0.018 -0.139,-0.056 -0.189,-0.113c-0.051,-0.058 -0.08,-0.128 -0.087,-0.211c-0.007,-0.083 0.022,-0.157 0.087,-0.221Z" style="fill:#fff;fill-rule:nonzero;"/> <path d="M50.427,99.423c0.122,-0.123 0.239,-0.243 0.351,-0.362c0.111,-0.119 0.221,-0.243 0.329,-0.373c0.101,-0.122 0.202,-0.25 0.303,-0.383c0.101,-0.134 0.212,-0.287 0.335,-0.46c0.057,-0.23 0.144,-0.439 0.259,-0.626c0.108,-0.166 0.247,-0.304 0.416,-0.416c0.169,-0.112 0.358,-0.168 0.567,-0.168c0.101,0 0.187,0.026 0.259,0.076c0.072,0.051 0.112,0.123 0.119,0.216c0,0.065 -0.013,0.119 -0.038,0.162c-0.025,0.043 -0.059,0.081 -0.102,0.114c-0.044,0.032 -0.09,0.059 -0.141,0.081c-0.05,0.021 -0.097,0.046 -0.14,0.075c-0.123,0.079 -0.218,0.177 -0.287,0.292c-0.068,0.115 -0.117,0.234 -0.145,0.356c-0.072,0.303 -0.112,0.611 -0.119,0.924c-0.007,0.313 -0.029,0.625 -0.065,0.935c-0.022,0.244 -0.081,0.473 -0.178,0.686c-0.097,0.212 -0.222,0.397 -0.373,0.556c-0.151,0.158 -0.328,0.283 -0.529,0.373c-0.202,0.09 -0.425,0.127 -0.67,0.113c-0.209,-0.007 -0.4,-0.056 -0.573,-0.146c-0.172,-0.09 -0.315,-0.205 -0.426,-0.346c-0.112,-0.14 -0.184,-0.302 -0.216,-0.486c-0.033,-0.183 -0.013,-0.372 0.059,-0.567c0.029,-0.086 0.085,-0.144 0.167,-0.173c0.083,-0.028 0.163,-0.034 0.238,-0.016c0.076,0.018 0.139,0.058 0.189,0.119c0.051,0.061 0.061,0.135 0.033,0.221c-0.072,0.231 -0.045,0.415 0.081,0.551c0.126,0.137 0.293,0.206 0.502,0.206c0.166,0 0.324,-0.063 0.475,-0.189c0.152,-0.126 0.26,-0.265 0.324,-0.416c0.029,-0.058 0.051,-0.121 0.065,-0.189c0.015,-0.069 0.027,-0.15 0.038,-0.243c0.011,-0.094 0.02,-0.208 0.027,-0.341c0.007,-0.133 0.018,-0.297 0.032,-0.491c-0.129,0.158 -0.257,0.306 -0.383,0.443c-0.126,0.136 -0.25,0.259 -0.373,0.367c-0.072,0.065 -0.146,0.088 -0.221,0.07c-0.076,-0.018 -0.139,-0.056 -0.189,-0.113c-0.051,-0.058 -0.08,-0.128 -0.087,-0.211c-0.007,-0.083 0.022,-0.157 0.087,-0.221Z" style="fill:#fff;fill-rule:nonzero;"/>


BIN
plugins/community/repos/LindenbergResearch/res/WestcoastAged.afdesign View File


+ 35
- 31
plugins/community/repos/LindenbergResearch/res/WestcoastAged.svg
File diff suppressed because it is too large
View File


+ 0
- 355
plugins/community/repos/LindenbergResearch/res/WestcoastAged_v1.svg
File diff suppressed because it is too large
View File


+ 0
- 330
plugins/community/repos/LindenbergResearch/res/Westcoast_v1.svg View File

@@ -1,330 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="210px" height="380px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;">
<g id="Background" transform="matrix(1.16667,0,0,1,0.0116667,-196.458)">
<rect x="-0.01" y="196.458" width="180" height="380" style="fill:#1c1810;"/>
</g>
<g id="Guides">
<g transform="matrix(0.288308,0,0,0.614395,49.6719,65.0418)">
<rect x="46.4" y="76.43" width="49.029" height="4.115" style="fill:#afafaf;"/>
</g>
<g transform="matrix(0.288308,0,0,0.607533,49.6719,146.358)">
<rect x="46.4" y="76.43" width="49.029" height="4.115" style="fill:#afafaf;"/>
</g>
<g transform="matrix(0.226711,-0.120248,0.308814,0.582227,75.5478,65.9923)">
<rect x="46.4" y="76.43" width="49.029" height="4.115" style="fill:#afafaf;"/>
</g>
<g transform="matrix(0.412268,-0.218667,0.308814,0.582227,66.938,152.559)">
<rect x="46.4" y="76.43" width="49.029" height="4.115" style="fill:#afafaf;"/>
</g>
</g>
<g id="Controls" transform="matrix(1,0,0,1,12,0)">
<g id="Scale-Big" serif:id="Scale Big" transform="matrix(1,0,0,1,14.5285,-1.75435)">
<g id="InnerCircle_1_" transform="matrix(1.16667,0,0,1.16667,-21.6652,-15.2163)">
<path d="M117.435,116.771c-8.587,-4.523 -14.444,-13.541 -14.444,-23.928c0,-14.922 12.089,-27.018 27,-27.018c14.91,0 27,12.096 27,27.018c0,10.35 -5.814,19.338 -14.349,23.876" style="fill:none;stroke:#f9f9f9;stroke-width:2.57px;"/>
</g>
<g id="Big_1_" transform="matrix(1.05634,0,0,1.05634,-7.32338,-5.11138)">
<g transform="matrix(0.945638,0,0,0.945638,7.06649,6.4291)">
<path d="M129.99,118.265l0,-60.683" style="fill:none;stroke:#121212;stroke-width:3px;stroke-miterlimit:1.414;"/>
</g>
<g transform="matrix(0.90806,0,0,0.90806,12.3133,8.56011)">
<path d="M165.49,93.105l-71,0" style="fill:none;stroke:#121212;stroke-width:3.13px;stroke-miterlimit:1.414;"/>
</g>
<g transform="matrix(0.900108,0,0,0.900108,12.9851,9.30053)">
<path d="M99.247,110.867l61.488,-35.523" style="fill:none;stroke:#121212;stroke-width:3.16px;stroke-miterlimit:1.414;"/>
</g>
<g transform="matrix(0.904389,0,0,0.904389,12.4284,8.90201)">
<path d="M112.24,123.872l35.5,-61.53" style="fill:none;stroke:#121212;stroke-width:3.14px;stroke-miterlimit:1.414;"/>
</g>
<g transform="matrix(0.897679,0,0,0.897679,13.3755,9.5698)">
<path d="M160.735,110.867l-61.488,-35.523" style="fill:none;stroke:#121212;stroke-width:3.16px;stroke-miterlimit:1.414;"/>
</g>
<g transform="matrix(0.897498,0,0,0.897498,13.202,9.33167)">
<path d="M147.74,123.872l-35.5,-61.53" style="fill:none;stroke:#121212;stroke-width:3.16px;stroke-miterlimit:1.414;"/>
</g>
</g>
</g>
<g id="Scale-Middle" serif:id="Scale Middle" transform="matrix(1,0,0,1,3.01812,-8.49286)">
<g id="Big_3_">
<g transform="matrix(1,0,0,1.86052,0,-266.61)">
<path d="M90,309.824l0,-27.882" style="fill:none;stroke:#f9f9f9;stroke-width:1.06px;stroke-linecap:round;stroke-linejoin:round;"/>
</g>
<g transform="matrix(2.77556e-17,-1,2.85039,1.81867e-16,-752.971,397.566)">
<path d="M90,309.824l0,-27.882" style="fill:none;stroke:#f9f9f9;stroke-width:0.7px;stroke-linecap:round;stroke-linejoin:round;"/>
</g>
<g transform="matrix(1.18037,0,0,1.17458,-7.13823,-59.1929)">
<path d="M67.483,320.942l45.034,-26" style="fill:none;stroke:#f9f9f9;stroke-width:1.27px;stroke-linecap:round;stroke-linejoin:round;"/>
</g>
<g transform="matrix(1.11789,0,0,1.18049,-6.1752,-64.6776)">
<path d="M77,330.458l26,-45.032" style="fill:none;stroke:#f9f9f9;stroke-width:1.3px;stroke-linecap:round;stroke-linejoin:round;"/>
</g>
<g transform="matrix(1.18037,0,0,1.25308,-25.3292,-83.3688)">
<path d="M112.517,320.942l-45.034,-26" style="fill:none;stroke:#f9f9f9;stroke-width:1.23px;stroke-linecap:round;stroke-linejoin:round;"/>
</g>
<g transform="matrix(1.14275,0,0,1.1849,-17.6058,-66.1091)">
<path d="M103,330.458l-26,-45.032" style="fill:none;stroke:#f9f9f9;stroke-width:1.29px;stroke-linecap:round;stroke-linejoin:round;"/>
</g>
</g>
<g id="OuterCircle_5_" transform="matrix(1.05,0,0,1.05,-4.4995,-15.3303)">
<path d="M80.647,325.45c-6.339,-3.354 -10.657,-10.016 -10.657,-17.687c0,-11.045 8.955,-19.999 20,-19.999c11.046,0 20,8.954 20,19.999c0,7.612 -4.253,14.231 -10.514,17.609" style="fill:#2b2b2b;stroke:#fff;stroke-opacity:0.129412;stroke-width:14.29px;"/>
</g>
</g>
<g id="Scale-Middle1" serif:id="Scale Middle" transform="matrix(1,0,0,1,54.5185,-134.424)">
<g id="OuterCircle_5_1" serif:id="OuterCircle_5_" transform="matrix(1.16805,0,0,1.16805,-15.1282,-51.512)">
<path d="M80.647,325.45c-6.339,-3.354 -10.657,-10.016 -10.657,-17.687c0,-11.045 8.955,-19.999 20,-19.999c11.046,0 20,8.954 20,19.999c0,7.612 -4.253,14.231 -10.514,17.609" style="fill:none;stroke:#f9f9f9;stroke-width:1.78px;"/>
</g>
<g id="Big_3_1" serif:id="Big_3_" transform="matrix(1.03826,0,0,1.03826,-3.44904,-11.7196)">
<g transform="matrix(0.932501,0,0,0.932501,6.07489,20.9127)">
<path d="M90,309.824l0,-27.882" style="fill:none;stroke:#191919;stroke-width:2px;"/>
</g>
<g transform="matrix(0.926102,0,0,0.926102,6.78866,22.7563)">
<path d="M116,307.942l-52,0" style="fill:none;stroke:#191919;stroke-width:2px;"/>
</g>
<g transform="matrix(0.926254,0,0,0.926254,6.63712,22.7094)">
<path d="M67.483,320.942l45.034,-26" style="fill:none;stroke:#191919;stroke-width:2px;"/>
</g>
<g transform="matrix(0.919567,0,0,0.919567,7.29407,24.6732)">
<path d="M77,330.458l26,-45.032" style="fill:none;stroke:#191919;stroke-width:2px;"/>
</g>
<g transform="matrix(0.926254,0,0,0.926254,6.63712,22.7094)">
<path d="M112.517,320.942l-45.034,-26" style="fill:none;stroke:#191919;stroke-width:2px;"/>
</g>
<g transform="matrix(0.923807,0,0,0.923807,6.85735,23.463)">
<path d="M103,330.458l-26,-45.032" style="fill:none;stroke:#191919;stroke-width:2px;"/>
</g>
</g>
</g>
<g id="Scale-Middle2" serif:id="Scale Middle" transform="matrix(0.615385,0,0,0.615385,28.0154,-76.4308)">
<g id="OuterCircle_5_2" serif:id="OuterCircle_5_" transform="matrix(1.125,0,0,1.125,-11.2488,-38.3259)">
<path d="M80.647,325.45c-6.339,-3.354 -10.657,-10.016 -10.657,-17.687c0,-11.045 8.955,-19.999 20,-19.999c11.046,0 20,8.954 20,19.999c0,7.612 -4.253,14.231 -10.514,17.609" style="fill:none;stroke:#f9f9f9;stroke-width:2.89px;"/>
</g>
<g id="Big_3_2" serif:id="Big_3_">
<g transform="matrix(1,0,0,0.931804,-1.42109e-14,20.3847)">
<path d="M90,309.824l0,-27.882" style="fill:none;stroke:#191919;stroke-width:3.36px;"/>
</g>
<g transform="matrix(0.945296,0,0,0.933282,4.80633,20.5452)">
<path d="M116,307.942l-52,0" style="fill:none;stroke:#191919;stroke-width:3.48px;"/>
</g>
<g transform="matrix(0.938161,0,0,0.938161,5.56552,19.0429)">
<path d="M67.483,320.942l45.034,-26" style="fill:none;stroke:#191919;stroke-width:3.46px;"/>
</g>
<g transform="matrix(0.933948,0,0,0.933948,5.94467,20.3401)">
<path d="M77,330.458l26,-45.032" style="fill:none;stroke:#191919;stroke-width:3.48px;"/>
</g>
<g transform="matrix(0.938161,0,0,0.938161,5.56552,19.0429)">
<path d="M112.517,320.942l-45.034,-26" style="fill:none;stroke:#191919;stroke-width:3.46px;"/>
</g>
<g transform="matrix(0.933948,0,0,0.933948,5.94467,20.3401)">
<path d="M103,330.458l-26,-45.032" style="fill:none;stroke:#191919;stroke-width:3.48px;"/>
</g>
</g>
</g>
<g id="Scale-Middle3" serif:id="Scale Middle" transform="matrix(0.615385,0,0,0.615385,27.5154,5.56923)">
<g id="OuterCircle_5_3" serif:id="OuterCircle_5_" transform="matrix(1.125,0,0,1.125,-11.2488,-38.3259)">
<path d="M80.647,325.45c-6.339,-3.354 -10.657,-10.016 -10.657,-17.687c0,-11.045 8.955,-19.999 20,-19.999c11.046,0 20,8.954 20,19.999c0,7.612 -4.253,14.231 -10.514,17.609" style="fill:none;stroke:#f9f9f9;stroke-width:2.89px;stroke-linejoin:round;stroke-miterlimit:1.414;"/>
</g>
<g transform="matrix(0.932501,0,0,0.932501,6.07489,20.9127)">
<path d="M90,309.824l0,-27.882" style="fill:none;stroke:#1a1a1a;stroke-width:3.49px;stroke-miterlimit:1.41;"/>
</g>
<g transform="matrix(0.933282,0,0,0.933282,5.80497,20.5452)">
<path d="M116,307.942l-52,0" style="fill:none;stroke:#1a1a1a;stroke-width:3.48px;stroke-miterlimit:1.41;"/>
</g>
<g transform="matrix(0.932219,0,0,0.932219,6.10031,20.8727)">
<path d="M67.483,320.942l45.034,-26" style="fill:none;stroke:#1a1a1a;stroke-width:3.49px;stroke-miterlimit:1.41;"/>
</g>
<g transform="matrix(0.941481,0,0,0.941481,5.35296,17.8713)">
<path d="M77,330.458l26,-45.032" style="fill:none;stroke:#1a1a1a;stroke-width:3.45px;stroke-miterlimit:1.41;"/>
</g>
<g transform="matrix(0.932219,0,0,0.932219,6.10031,20.8727)">
<path d="M112.517,320.942l-45.034,-26" style="fill:none;stroke:#1a1a1a;stroke-width:3.49px;stroke-miterlimit:1.41;"/>
</g>
<g transform="matrix(0.934849,0,0,0.934849,5.86356,20.0626)">
<path d="M103,330.458l-26,-45.032l26,45.032Z" style="fill:none;stroke:#1a1a1a;stroke-width:3.48px;stroke-miterlimit:1.41;"/>
</g>
</g>
</g>
<g transform="matrix(1.08833,0,0,1.08833,2.60669,-89.2585)">
<g id="Name">
<path id="Type-A" serif:id="Type A" d="M55.28,92.692c0.112,0 0.167,0.056 0.167,0.167l0,3.992c0,0.668 -0.111,1.313 -0.334,1.937c-0.222,0.623 -0.545,1.197 -0.968,1.72l-2.321,2.856l-0.017,0c0,0 -0.006,0.005 -0.017,0.016l-0.017,0.017c-0.011,0 -0.016,0.006 -0.016,0.017c-0.011,0 -0.023,0.003 -0.034,0.008c-0.011,0.006 -0.022,0.008 -0.033,0.008l-3.106,0c-0.011,0 -0.023,-0.002 -0.034,-0.008c-0.011,-0.005 -0.022,-0.008 -0.033,-0.008c0,-0.011 -0.006,-0.017 -0.017,-0.017l-0.016,-0.017c-0.012,0 -0.017,-0.005 -0.017,-0.016l-0.017,0l-2.271,-2.773l-2.271,2.773l-0.017,0.016l-0.017,0l0,0.017c-0.011,0 -0.016,0.006 -0.016,0.017c-0.011,0 -0.023,0.003 -0.034,0.008c-0.011,0.006 -0.022,0.008 -0.033,0.008l-3.106,0c-0.011,0 -0.023,-0.002 -0.034,-0.008c-0.011,-0.005 -0.022,-0.008 -0.033,-0.008c0,-0.011 -0.006,-0.017 -0.017,-0.017l-0.017,-0.017c-0.011,0 -0.016,-0.005 -0.016,-0.016l-0.017,0l-2.321,-2.856c-0.423,-0.523 -0.746,-1.097 -0.969,-1.72c-0.223,-0.624 -0.334,-1.269 -0.334,-1.937l0,-3.992c0,-0.111 0.05,-0.167 0.15,-0.167l2.405,0c0.112,0 0.167,0.056 0.167,0.167l0,3.992c0,0.723 0.228,1.364 0.685,1.92l1.904,2.321l1.904,-2.321c0.456,-0.556 0.684,-1.197 0.684,-1.92l0,-3.992c0,-0.111 0.056,-0.167 0.167,-0.167l2.388,0c0.112,0 0.167,0.056 0.167,0.167l0,3.992c0,0.356 0.059,0.698 0.176,1.027c0.117,0.328 0.286,0.626 0.509,0.893l1.904,2.321l1.904,-2.321c0.456,-0.556 0.684,-1.197 0.684,-1.92l0,-3.992c0,-0.111 0.056,-0.167 0.167,-0.167l2.388,0Zm-7.297,6.296c-0.223,-0.278 -0.407,-0.601 -0.552,-0.968c-0.089,0.412 -0.219,0.812 -0.392,1.202c-0.173,0.39 -0.387,0.752 -0.643,1.086l2.188,2.688l1.336,-1.636l-1.937,-2.372Zm0.951,4.108l2.405,0l-1.202,-1.469l-1.203,1.469Zm-3.774,-6.245c0,0.579 0.089,1.138 0.267,1.678c0.179,0.54 0.429,1.044 0.752,1.511c0.334,-0.467 0.59,-0.971 0.768,-1.511c0.178,-0.54 0.267,-1.099 0.267,-1.678l0,-3.825l-2.054,0l0,3.825Zm-2.705,4.509l1.336,1.636l2.188,-2.688c-0.257,-0.334 -0.471,-0.696 -0.643,-1.086c-0.173,-0.39 -0.304,-0.79 -0.393,-1.202c-0.145,0.367 -0.328,0.69 -0.551,0.968l-1.937,2.372Zm-0.217,0.267l-1.203,1.469l2.405,0l-1.202,-1.469Zm-4.994,-4.776c0,0.634 0.109,1.244 0.326,1.828c0.217,0.585 0.521,1.122 0.91,1.612l2.205,2.705l1.336,-1.636l-1.938,-2.372c-0.512,-0.612 -0.768,-1.325 -0.768,-2.137l0,-3.825l-2.071,0l0,3.825Zm16.65,3.44c0.39,-0.49 0.693,-1.027 0.911,-1.612c0.217,-0.584 0.325,-1.194 0.325,-1.828l0,-3.825l-2.071,0l0,3.825c0,0.812 -0.256,1.525 -0.768,2.137l-1.937,2.372l1.336,1.636l2.204,-2.705Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.44px;stroke-linejoin:bevel;stroke-miterlimit:1.41421;"/>
<path d="M66.353,92.692c0.111,0 0.167,0.056 0.167,0.167l0,2.405c0,0.112 -0.056,0.167 -0.167,0.167l-7.031,0l0,1.269l5.845,0c0.111,0 0.167,0.056 0.167,0.167l0,2.388c0,0.112 -0.056,0.167 -0.167,0.167l-5.845,0l0,1.27l7.031,0c0.111,0 0.167,0.055 0.167,0.167l0,2.404c0,0.112 -0.056,0.167 -0.167,0.167l-7.198,0l-2.388,0c-0.112,0 -0.167,-0.055 -0.167,-0.167l0,-2.404l0,-1.604l0,-2.388l0,-1.603l0,-2.405c0,-0.111 0.055,-0.167 0.167,-0.167l9.586,0Zm-9.419,2.405l2.054,0l0,-2.071l-2.054,0l0,2.071Zm0,3.991l2.054,0l0,-2.07l-2.054,0l0,2.07Zm2.054,4.008l0,-2.07l-2.054,0l0,2.07l2.054,0Zm0.334,-2.07l0,2.07l6.88,0l0,-2.07l-6.88,0Zm-0.334,-1.604l-2.054,0l0,1.27l2.054,0l0,-1.27Zm0.334,-2.404l0,2.07l5.678,0l0,-2.07l-5.678,0Zm-0.334,-1.587l-2.054,0l0,1.269l2.054,0l0,-1.269Zm7.214,-2.405l-6.88,0l0,2.071l6.88,0l0,-2.071Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.44px;stroke-linejoin:bevel;stroke-miterlimit:1.41421;"/>
<path d="M70.878,95.431c-0.178,0 -0.328,0.061 -0.451,0.184c-0.122,0.122 -0.183,0.273 -0.183,0.451c0,0.178 0.061,0.328 0.183,0.451c0.123,0.122 0.273,0.183 0.451,0.183l4.793,0c0.468,0 0.905,0.089 1.311,0.268c0.406,0.178 0.763,0.417 1.069,0.718c0.306,0.3 0.548,0.654 0.726,1.06c0.178,0.406 0.268,0.843 0.268,1.311c0,0.468 -0.09,0.905 -0.268,1.311c-0.178,0.406 -0.42,0.763 -0.726,1.069c-0.306,0.306 -0.663,0.548 -1.069,0.726c-0.406,0.178 -0.843,0.267 -1.311,0.267l-4.793,0c-0.467,0 -0.907,-0.089 -1.319,-0.267c-0.412,-0.178 -0.768,-0.42 -1.069,-0.726c-0.3,-0.306 -0.54,-0.663 -0.718,-1.069c-0.178,-0.406 -0.267,-0.843 -0.267,-1.311c0,-0.111 0.056,-0.167 0.167,-0.167l2.405,0c0.111,0 0.167,0.056 0.167,0.167c0,0.178 0.061,0.329 0.183,0.451c0.123,0.122 0.273,0.184 0.451,0.184l4.793,0c0.178,0 0.329,-0.062 0.451,-0.184c0.123,-0.122 0.184,-0.273 0.184,-0.451c0,-0.178 -0.061,-0.328 -0.184,-0.451c-0.122,-0.122 -0.273,-0.184 -0.451,-0.184l-0.401,0l-4.392,0c-0.467,0 -0.907,-0.089 -1.319,-0.267c-0.412,-0.178 -0.768,-0.417 -1.069,-0.718c-0.3,-0.3 -0.54,-0.654 -0.718,-1.06c-0.178,-0.407 -0.267,-0.844 -0.267,-1.311c0,-0.468 0.089,-0.905 0.267,-1.311c0.178,-0.407 0.418,-0.763 0.718,-1.069c0.301,-0.306 0.657,-0.548 1.069,-0.726c0.412,-0.179 0.852,-0.268 1.319,-0.268l4.793,0c0.468,0 0.905,0.089 1.311,0.268c0.406,0.178 0.763,0.42 1.069,0.726c0.306,0.306 0.548,0.662 0.726,1.069c0.178,0.406 0.268,0.843 0.268,1.311c0,0.111 -0.056,0.167 -0.167,0.167l-2.405,0c-0.112,0 -0.167,-0.056 -0.167,-0.167c0,-0.178 -0.061,-0.329 -0.184,-0.451c-0.122,-0.123 -0.273,-0.184 -0.451,-0.184l-4.793,0Zm-0.968,0.635c0,-0.267 0.094,-0.496 0.284,-0.685c0.189,-0.189 0.417,-0.284 0.684,-0.284l4.793,0c0.234,0 0.44,0.078 0.618,0.234c0.178,0.156 0.29,0.345 0.334,0.568l2.071,0c-0.022,-0.401 -0.117,-0.777 -0.284,-1.127c-0.167,-0.351 -0.384,-0.655 -0.651,-0.911c-0.268,-0.256 -0.582,-0.459 -0.944,-0.609c-0.362,-0.15 -0.743,-0.226 -1.144,-0.226l-4.793,0c-0.423,0 -0.818,0.081 -1.185,0.243c-0.368,0.161 -0.691,0.378 -0.969,0.651c-0.278,0.273 -0.495,0.595 -0.651,0.968c-0.156,0.373 -0.234,0.766 -0.234,1.178c0,0.423 0.078,0.815 0.234,1.177c0.156,0.362 0.373,0.682 0.651,0.96c0.278,0.279 0.601,0.496 0.969,0.652c0.367,0.156 0.762,0.233 1.185,0.233l4.793,0c0.267,0 0.496,0.095 0.685,0.284c0.189,0.19 0.284,0.418 0.284,0.685c0,0.267 -0.095,0.496 -0.284,0.685c-0.189,0.189 -0.418,0.284 -0.685,0.284l-4.793,0c-0.245,0 -0.456,-0.078 -0.634,-0.234c-0.178,-0.156 -0.284,-0.345 -0.318,-0.568l-2.087,0c0.022,0.401 0.117,0.777 0.284,1.127c0.167,0.351 0.387,0.654 0.659,0.91c0.273,0.257 0.59,0.46 0.952,0.61c0.362,0.15 0.743,0.225 1.144,0.225l4.793,0c0.412,0 0.805,-0.08 1.178,-0.242c0.372,-0.161 0.695,-0.378 0.968,-0.651c0.273,-0.273 0.49,-0.593 0.651,-0.96c0.162,-0.368 0.243,-0.763 0.243,-1.186c0,-0.412 -0.081,-0.802 -0.243,-1.169c-0.161,-0.367 -0.378,-0.69 -0.651,-0.969c-0.273,-0.278 -0.596,-0.495 -0.968,-0.651c-0.373,-0.156 -0.766,-0.234 -1.178,-0.234l-4.793,0c-0.267,0 -0.495,-0.094 -0.684,-0.284c-0.19,-0.189 -0.284,-0.417 -0.284,-0.684Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.44px;stroke-linejoin:bevel;stroke-miterlimit:1.41421;"/>
<path d="M89.766,92.709c0.111,0 0.167,0.056 0.167,0.167l0,2.388c0,0.112 -0.056,0.167 -0.167,0.167l-3.44,0l0,7.832c0,0.112 -0.056,0.167 -0.167,0.167l-2.388,0c-0.112,0 -0.167,-0.055 -0.167,-0.167l0,-7.832l-3.441,0c-0.111,0 -0.167,-0.055 -0.167,-0.167l0,-2.388c0,-0.111 0.056,-0.167 0.167,-0.167l9.603,0Zm-5.828,0.317l0,2.071l2.07,0l0,-2.071l-2.07,0Zm-0.334,2.071l0,-2.071l-3.274,0l0,2.071l3.274,0Zm2.404,0.334l-2.07,0l0,7.665l2.07,0l0,-7.665Zm3.591,-2.405l-3.273,0l0,2.071l3.273,0l0,-2.071Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.44px;stroke-linejoin:bevel;stroke-miterlimit:1.41421;"/>
<path d="M94.342,95.431c-0.178,0 -0.329,0.061 -0.451,0.184c-0.123,0.122 -0.184,0.273 -0.184,0.451l0,4.008c0,0.178 0.061,0.328 0.184,0.451c0.122,0.122 0.273,0.183 0.451,0.183l4.793,0c0.178,0 0.328,-0.061 0.451,-0.183c0.122,-0.123 0.183,-0.273 0.183,-0.451c0,-0.112 0.056,-0.167 0.167,-0.167l2.405,0c0.111,0 0.167,0.055 0.167,0.167c0,0.467 -0.089,0.904 -0.267,1.311c-0.178,0.406 -0.418,0.76 -0.718,1.06c-0.301,0.301 -0.657,0.54 -1.069,0.718c-0.412,0.178 -0.852,0.267 -1.319,0.267l-4.793,0c-0.468,0 -0.905,-0.089 -1.311,-0.267c-0.407,-0.178 -0.763,-0.417 -1.069,-0.718c-0.306,-0.3 -0.548,-0.654 -0.726,-1.06c-0.179,-0.407 -0.268,-0.844 -0.268,-1.311l0,-4.008c0,-0.468 0.089,-0.905 0.268,-1.311c0.178,-0.407 0.42,-0.76 0.726,-1.061c0.306,-0.3 0.662,-0.54 1.069,-0.718c0.406,-0.178 0.843,-0.267 1.311,-0.267l4.793,0c0.467,0 0.907,0.089 1.319,0.267c0.412,0.178 0.768,0.418 1.069,0.718c0.3,0.301 0.54,0.654 0.718,1.061c0.178,0.406 0.267,0.843 0.267,1.311c0,0.111 -0.056,0.167 -0.167,0.167l-2.405,0c-0.111,0 -0.167,-0.056 -0.167,-0.167c0,-0.178 -0.061,-0.329 -0.183,-0.451c-0.123,-0.123 -0.273,-0.184 -0.451,-0.184l-4.793,0Zm0,5.611c-0.267,0 -0.496,-0.094 -0.685,-0.284c-0.189,-0.189 -0.284,-0.417 -0.284,-0.684l0,-4.008c0,-0.267 0.095,-0.496 0.284,-0.685c0.189,-0.189 0.418,-0.284 0.685,-0.284l4.793,0c0.245,0 0.456,0.078 0.634,0.234c0.178,0.156 0.284,0.345 0.318,0.568l2.087,0c-0.022,-0.401 -0.117,-0.774 -0.284,-1.119c-0.167,-0.345 -0.387,-0.646 -0.659,-0.902c-0.273,-0.256 -0.591,-0.459 -0.952,-0.609c-0.362,-0.151 -0.744,-0.226 -1.144,-0.226l-4.793,0c-0.423,0 -0.819,0.078 -1.186,0.234c-0.367,0.156 -0.687,0.373 -0.96,0.651c-0.273,0.279 -0.49,0.601 -0.651,0.969c-0.162,0.367 -0.243,0.757 -0.243,1.169l0,4.008c0,0.423 0.081,0.818 0.243,1.185c0.161,0.368 0.378,0.688 0.651,0.961c0.273,0.272 0.593,0.49 0.96,0.651c0.367,0.161 0.763,0.242 1.186,0.242l4.793,0c0.4,0 0.782,-0.075 1.144,-0.225c0.361,-0.151 0.679,-0.357 0.952,-0.618c0.272,-0.262 0.492,-0.565 0.659,-0.91c0.167,-0.345 0.262,-0.718 0.284,-1.119l-2.087,0c-0.034,0.222 -0.14,0.412 -0.318,0.568c-0.178,0.155 -0.389,0.233 -0.634,0.233l-4.793,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.44px;stroke-linejoin:bevel;stroke-miterlimit:1.41421;"/>
<path d="M111.777,95.097c0.267,0 0.495,0.095 0.684,0.284c0.19,0.189 0.284,0.418 0.284,0.685l0,3.991c0,0.267 -0.094,0.496 -0.284,0.685c-0.189,0.189 -0.417,0.284 -0.684,0.284l-4.793,0c-0.268,0 -0.496,-0.095 -0.685,-0.284c-0.189,-0.189 -0.284,-0.418 -0.284,-0.685l0,-3.991c0,-0.267 0.095,-0.496 0.284,-0.685c0.189,-0.189 0.417,-0.284 0.685,-0.284l4.793,0Zm0,5.595c0.178,0 0.328,-0.062 0.45,-0.184c0.123,-0.122 0.184,-0.273 0.184,-0.451l0,-3.991c0,-0.178 -0.061,-0.329 -0.184,-0.451c-0.122,-0.123 -0.272,-0.184 -0.45,-0.184l-4.793,0c-0.178,0 -0.329,0.061 -0.451,0.184c-0.123,0.122 -0.184,0.273 -0.184,0.451l0,3.991c0,0.178 0.061,0.329 0.184,0.451c0.122,0.122 0.273,0.184 0.451,0.184l4.793,0Zm0,-8c0.467,0 0.904,0.089 1.311,0.268c0.406,0.178 0.762,0.42 1.068,0.726c0.306,0.306 0.549,0.662 0.727,1.069c0.178,0.406 0.267,0.843 0.267,1.311l0,3.991c0,0.468 -0.089,0.907 -0.267,1.319c-0.178,0.412 -0.421,0.769 -0.727,1.069c-0.306,0.301 -0.662,0.54 -1.068,0.718c-0.407,0.178 -0.844,0.267 -1.311,0.267l-4.793,0c-0.468,0 -0.908,-0.089 -1.32,-0.267c-0.412,-0.178 -0.768,-0.417 -1.068,-0.718c-0.301,-0.3 -0.54,-0.657 -0.719,-1.069c-0.178,-0.412 -0.267,-0.851 -0.267,-1.319l0,-3.991c0,-0.468 0.089,-0.905 0.267,-1.311c0.179,-0.407 0.418,-0.763 0.719,-1.069c0.3,-0.306 0.656,-0.548 1.068,-0.726c0.412,-0.179 0.852,-0.268 1.32,-0.268l4.793,0Zm3.039,3.374c0,-0.412 -0.081,-0.805 -0.242,-1.178c-0.162,-0.373 -0.379,-0.695 -0.651,-0.968c-0.273,-0.273 -0.596,-0.49 -0.969,-0.651c-0.373,-0.162 -0.766,-0.243 -1.177,-0.243l-4.793,0c-0.423,0 -0.819,0.081 -1.186,0.243c-0.367,0.161 -0.69,0.378 -0.969,0.651c-0.278,0.273 -0.495,0.595 -0.651,0.968c-0.156,0.373 -0.234,0.766 -0.234,1.178l0,3.991c0,0.423 0.078,0.818 0.234,1.186c0.156,0.367 0.373,0.69 0.651,0.968c0.279,0.279 0.602,0.496 0.969,0.652c0.367,0.156 0.763,0.233 1.186,0.233l4.793,0c0.411,0 0.804,-0.077 1.177,-0.233c0.373,-0.156 0.696,-0.373 0.969,-0.652c0.272,-0.278 0.489,-0.601 0.651,-0.968c0.161,-0.368 0.242,-0.763 0.242,-1.186l0,-3.991Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.44px;stroke-linejoin:bevel;stroke-miterlimit:1.41421;"/>
<path d="M124.435,92.692c0.468,0 0.905,0.089 1.311,0.268c0.406,0.178 0.76,0.417 1.061,0.718c0.3,0.3 0.54,0.654 0.718,1.06c0.178,0.406 0.267,0.843 0.267,1.311l0,7.214c0,0.112 -0.056,0.167 -0.167,0.167l-2.388,0c-0.112,0 -0.167,-0.055 -0.167,-0.167l0,-2.638l-6.079,0l0,2.638c0,0.112 -0.056,0.167 -0.167,0.167l-2.388,0c-0.111,0 -0.167,-0.055 -0.167,-0.167l0,-3.206l0,-4.008c0,-0.468 0.089,-0.905 0.267,-1.311c0.178,-0.406 0.418,-0.76 0.718,-1.06c0.301,-0.301 0.654,-0.54 1.061,-0.718c0.406,-0.179 0.843,-0.268 1.311,-0.268l4.809,0Zm-5.778,5.528l-2.054,0l0,2.071l2.054,0l0,-0.234l0,-1.837Zm0,2.405l-2.054,0l0,2.471l2.054,0l0,-2.471Zm6.413,-0.334l0,-0.234l0,-1.837l-6.079,0l0,2.071l6.079,0Zm-6.079,-2.405l6.079,0l0,-1.837c0,-0.178 -0.061,-0.328 -0.184,-0.451c-0.122,-0.122 -0.273,-0.184 -0.451,-0.184l-4.809,0c-0.179,0 -0.329,0.062 -0.451,0.184c-0.123,0.123 -0.184,0.273 -0.184,0.451l0,1.837Zm8.467,0.334l-2.054,0l0,2.071l2.054,0l0,-0.234l0,-0.802l0,-1.035Zm0,4.876l0,-2.471l-2.054,0l0,2.471l2.054,0Zm0,-7.047c0,-0.412 -0.078,-0.802 -0.234,-1.169c-0.156,-0.367 -0.373,-0.69 -0.651,-0.969c-0.279,-0.278 -0.601,-0.495 -0.969,-0.651c-0.367,-0.156 -0.757,-0.234 -1.169,-0.234l-4.809,0c-0.424,0 -0.816,0.078 -1.178,0.234c-0.362,0.156 -0.682,0.373 -0.96,0.651c-0.278,0.279 -0.495,0.602 -0.651,0.969c-0.156,0.367 -0.234,0.757 -0.234,1.169l0,1.837l2.054,0l0,-1.837c0,-0.256 0.095,-0.479 0.284,-0.668c0.189,-0.189 0.417,-0.284 0.685,-0.284l4.809,0c0.267,0 0.496,0.095 0.685,0.284c0.189,0.189 0.284,0.412 0.284,0.668l0,1.837l2.054,0l0,-1.837Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.44px;stroke-linejoin:bevel;stroke-miterlimit:1.41421;"/>
<path d="M132.184,95.431c-0.178,0 -0.328,0.061 -0.451,0.184c-0.122,0.122 -0.184,0.273 -0.184,0.451c0,0.178 0.062,0.328 0.184,0.451c0.123,0.122 0.273,0.183 0.451,0.183l4.793,0c0.467,0 0.904,0.089 1.311,0.268c0.406,0.178 0.762,0.417 1.069,0.718c0.306,0.3 0.548,0.654 0.726,1.06c0.178,0.406 0.267,0.843 0.267,1.311c0,0.468 -0.089,0.905 -0.267,1.311c-0.178,0.406 -0.42,0.763 -0.726,1.069c-0.307,0.306 -0.663,0.548 -1.069,0.726c-0.407,0.178 -0.844,0.267 -1.311,0.267l-4.793,0c-0.468,0 -0.907,-0.089 -1.319,-0.267c-0.412,-0.178 -0.769,-0.42 -1.069,-0.726c-0.301,-0.306 -0.54,-0.663 -0.718,-1.069c-0.178,-0.406 -0.267,-0.843 -0.267,-1.311c0,-0.111 0.055,-0.167 0.167,-0.167l2.404,0c0.112,0 0.167,0.056 0.167,0.167c0,0.178 0.062,0.329 0.184,0.451c0.123,0.122 0.273,0.184 0.451,0.184l4.793,0c0.178,0 0.328,-0.062 0.451,-0.184c0.122,-0.122 0.183,-0.273 0.183,-0.451c0,-0.178 -0.061,-0.328 -0.183,-0.451c-0.123,-0.122 -0.273,-0.184 -0.451,-0.184l-0.401,0l-4.392,0c-0.468,0 -0.907,-0.089 -1.319,-0.267c-0.412,-0.178 -0.769,-0.417 -1.069,-0.718c-0.301,-0.3 -0.54,-0.654 -0.718,-1.06c-0.178,-0.407 -0.267,-0.844 -0.267,-1.311c0,-0.468 0.089,-0.905 0.267,-1.311c0.178,-0.407 0.417,-0.763 0.718,-1.069c0.3,-0.306 0.657,-0.548 1.069,-0.726c0.412,-0.179 0.851,-0.268 1.319,-0.268l4.793,0c0.467,0 0.904,0.089 1.311,0.268c0.406,0.178 0.762,0.42 1.069,0.726c0.306,0.306 0.548,0.662 0.726,1.069c0.178,0.406 0.267,0.843 0.267,1.311c0,0.111 -0.055,0.167 -0.167,0.167l-2.405,0c-0.111,0 -0.167,-0.056 -0.167,-0.167c0,-0.178 -0.061,-0.329 -0.183,-0.451c-0.123,-0.123 -0.273,-0.184 -0.451,-0.184l-4.793,0Zm-0.969,0.635c0,-0.267 0.095,-0.496 0.284,-0.685c0.19,-0.189 0.418,-0.284 0.685,-0.284l4.793,0c0.234,0 0.44,0.078 0.618,0.234c0.178,0.156 0.289,0.345 0.334,0.568l2.071,0c-0.023,-0.401 -0.117,-0.777 -0.284,-1.127c-0.167,-0.351 -0.384,-0.655 -0.652,-0.911c-0.267,-0.256 -0.581,-0.459 -0.943,-0.609c-0.362,-0.15 -0.743,-0.226 -1.144,-0.226l-4.793,0c-0.423,0 -0.818,0.081 -1.186,0.243c-0.367,0.161 -0.69,0.378 -0.968,0.651c-0.279,0.273 -0.496,0.595 -0.652,0.968c-0.156,0.373 -0.233,0.766 -0.233,1.178c0,0.423 0.077,0.815 0.233,1.177c0.156,0.362 0.373,0.682 0.652,0.96c0.278,0.279 0.601,0.496 0.968,0.652c0.368,0.156 0.763,0.233 1.186,0.233l4.793,0c0.267,0 0.495,0.095 0.685,0.284c0.189,0.19 0.283,0.418 0.283,0.685c0,0.267 -0.094,0.496 -0.283,0.685c-0.19,0.189 -0.418,0.284 -0.685,0.284l-4.793,0c-0.245,0 -0.457,-0.078 -0.635,-0.234c-0.178,-0.156 -0.284,-0.345 -0.317,-0.568l-2.087,0c0.022,0.401 0.116,0.777 0.283,1.127c0.167,0.351 0.387,0.654 0.66,0.91c0.273,0.257 0.59,0.46 0.952,0.61c0.362,0.15 0.743,0.225 1.144,0.225l4.793,0c0.412,0 0.804,-0.08 1.177,-0.242c0.373,-0.161 0.696,-0.378 0.969,-0.651c0.273,-0.273 0.49,-0.593 0.651,-0.96c0.162,-0.368 0.242,-0.763 0.242,-1.186c0,-0.412 -0.08,-0.802 -0.242,-1.169c-0.161,-0.367 -0.378,-0.69 -0.651,-0.969c-0.273,-0.278 -0.596,-0.495 -0.969,-0.651c-0.373,-0.156 -0.765,-0.234 -1.177,-0.234l-4.793,0c-0.267,0 -0.495,-0.094 -0.685,-0.284c-0.189,-0.189 -0.284,-0.417 -0.284,-0.684Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.44px;stroke-linejoin:bevel;stroke-miterlimit:1.41421;"/>
<path d="M151.072,92.709c0.111,0 0.167,0.056 0.167,0.167l0,2.388c0,0.112 -0.056,0.167 -0.167,0.167l-3.441,0l0,7.832c0,0.112 -0.055,0.167 -0.167,0.167l-2.388,0c-0.111,0 -0.167,-0.055 -0.167,-0.167l0,-7.832l-3.44,0c-0.111,0 -0.167,-0.055 -0.167,-0.167l0,-2.388c0,-0.111 0.056,-0.167 0.167,-0.167l9.603,0Zm-5.829,0.317l0,2.071l2.071,0l0,-2.071l-2.071,0Zm-0.334,2.071l0,-2.071l-3.273,0l0,2.071l3.273,0Zm2.405,0.334l-2.071,0l0,7.665l2.071,0l0,-7.665Zm3.591,-2.405l-3.274,0l0,2.071l3.274,0l0,-2.071Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.44px;stroke-linejoin:bevel;stroke-miterlimit:1.41421;"/>
</g>
</g>
<g id="Labels" transform="matrix(1,0,0,1,16,0)">
<g id="Types" transform="matrix(1,0,0,1,0,10)">
<g transform="matrix(1,0,0,1.16,80.5687,-5.88448)">
<path d="M51.51,236.498l0,-1.728l-3.036,0l0,1.728l-1.056,0l0,-4.2l1.056,0l0,1.566l3.036,0l0,-1.566l1.056,0l0,4.2l-1.056,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M56.826,233.084l-0.96,1.668l1.92,0l-0.96,-1.668Zm1.962,3.414l-0.486,-0.84l-2.958,0l-0.486,0.84l-1.122,0l2.412,-4.2l1.35,0l2.412,4.2l-1.122,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M65.172,233.678c0,-0.1 -0.018,-0.181 -0.054,-0.243c-0.036,-0.062 -0.08,-0.11 -0.132,-0.144c-0.052,-0.034 -0.105,-0.057 -0.159,-0.069c-0.054,-0.012 -0.097,-0.018 -0.129,-0.018l-2.562,0l0,0.954l2.562,0c0.024,0 0.062,-0.007 0.114,-0.021c0.052,-0.014 0.105,-0.039 0.159,-0.075c0.054,-0.036 0.101,-0.085 0.141,-0.147c0.04,-0.062 0.06,-0.141 0.06,-0.237Zm1.056,0c0,0.184 -0.024,0.346 -0.072,0.486c-0.048,0.14 -0.111,0.261 -0.189,0.363c-0.078,0.102 -0.166,0.187 -0.264,0.255c-0.098,0.068 -0.197,0.122 -0.297,0.162l0.732,1.554l-1.128,0l-0.672,-1.434l-2.202,0l0,1.434l-1.056,0l0,-4.2l3.774,0c0.112,0 0.247,0.02 0.405,0.06c0.158,0.04 0.309,0.111 0.453,0.213c0.144,0.102 0.266,0.242 0.366,0.42c0.1,0.178 0.15,0.407 0.15,0.687Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M72.114,234.398c0,-0.168 -0.031,-0.327 -0.093,-0.477c-0.062,-0.15 -0.158,-0.28 -0.288,-0.39c-0.13,-0.11 -0.293,-0.197 -0.489,-0.261c-0.196,-0.064 -0.428,-0.096 -0.696,-0.096l-1.824,0l0,2.448l1.824,0c0.268,0 0.5,-0.032 0.696,-0.096c0.196,-0.064 0.359,-0.151 0.489,-0.261c0.13,-0.11 0.226,-0.24 0.288,-0.39c0.062,-0.15 0.093,-0.309 0.093,-0.477Zm1.11,0c0,0.288 -0.059,0.56 -0.177,0.816c-0.118,0.256 -0.29,0.479 -0.516,0.669c-0.226,0.19 -0.503,0.34 -0.831,0.45c-0.328,0.11 -0.704,0.165 -1.128,0.165l-2.904,0l0,-4.2l2.904,0c0.424,0 0.8,0.055 1.128,0.165c0.328,0.11 0.605,0.26 0.831,0.45c0.226,0.19 0.398,0.413 0.516,0.669c0.118,0.256 0.177,0.528 0.177,0.816Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M79.866,235.394c-0.104,0.18 -0.238,0.345 -0.402,0.495c-0.164,0.15 -0.356,0.281 -0.576,0.393c-0.22,0.112 -0.466,0.199 -0.738,0.261c-0.272,0.062 -0.57,0.093 -0.894,0.093c-0.46,0 -0.871,-0.06 -1.233,-0.18c-0.362,-0.12 -0.668,-0.282 -0.918,-0.486c-0.25,-0.204 -0.441,-0.441 -0.573,-0.711c-0.132,-0.27 -0.198,-0.557 -0.198,-0.861c0,-0.304 0.066,-0.591 0.198,-0.861c0.132,-0.27 0.323,-0.507 0.573,-0.711c0.25,-0.204 0.556,-0.366 0.918,-0.486c0.362,-0.12 0.773,-0.18 1.233,-0.18c0.312,0 0.601,0.029 0.867,0.087c0.266,0.058 0.507,0.14 0.723,0.246c0.216,0.106 0.406,0.23 0.57,0.372c0.164,0.142 0.3,0.297 0.408,0.465l-0.948,0.48c-0.06,-0.1 -0.141,-0.194 -0.243,-0.282c-0.102,-0.088 -0.224,-0.164 -0.366,-0.228c-0.142,-0.064 -0.302,-0.115 -0.48,-0.153c-0.178,-0.038 -0.369,-0.057 -0.573,-0.057c-0.296,0 -0.555,0.035 -0.777,0.105c-0.222,0.07 -0.406,0.165 -0.552,0.285c-0.146,0.12 -0.256,0.259 -0.33,0.417c-0.074,0.158 -0.111,0.325 -0.111,0.501c0,0.172 0.037,0.337 0.111,0.495c0.074,0.158 0.184,0.297 0.33,0.417c0.146,0.12 0.33,0.216 0.552,0.288c0.222,0.072 0.481,0.108 0.777,0.108c0.216,0 0.416,-0.021 0.6,-0.063c0.184,-0.042 0.348,-0.099 0.492,-0.171c0.144,-0.072 0.268,-0.156 0.372,-0.252c0.104,-0.096 0.182,-0.198 0.234,-0.306l0.954,0.48Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M81.186,236.498l0,-4.2l1.056,0l0,3.294l3.726,0l0,0.906l-4.782,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="87.378" y="232.298" width="1.056" height="4.2" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M94.086,233.678c0,-0.1 -0.018,-0.181 -0.054,-0.243c-0.036,-0.062 -0.08,-0.11 -0.132,-0.144c-0.052,-0.034 -0.105,-0.057 -0.159,-0.069c-0.054,-0.012 -0.097,-0.018 -0.129,-0.018l-2.562,0l0,0.954l2.562,0c0.024,0 0.062,-0.007 0.114,-0.021c0.052,-0.014 0.105,-0.039 0.159,-0.075c0.054,-0.036 0.101,-0.085 0.141,-0.147c0.04,-0.062 0.06,-0.141 0.06,-0.237Zm1.056,0c0,0.276 -0.052,0.504 -0.156,0.684c-0.104,0.18 -0.229,0.322 -0.375,0.426c-0.146,0.104 -0.297,0.176 -0.453,0.216c-0.156,0.04 -0.286,0.06 -0.39,0.06l-2.718,0l0,1.434l-1.056,0l0,-4.2l3.774,0c0.112,0 0.247,0.02 0.405,0.06c0.158,0.04 0.309,0.111 0.453,0.213c0.144,0.102 0.266,0.242 0.366,0.42c0.1,0.178 0.15,0.407 0.15,0.687Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1.16,61.8785,-23.5112)">
<path d="M51.51,233.678c0,-0.1 -0.018,-0.181 -0.054,-0.243c-0.036,-0.062 -0.08,-0.11 -0.132,-0.144c-0.052,-0.034 -0.105,-0.057 -0.159,-0.069c-0.054,-0.012 -0.097,-0.018 -0.129,-0.018l-2.562,0l0,0.954l2.562,0c0.024,0 0.062,-0.007 0.114,-0.021c0.052,-0.014 0.105,-0.039 0.159,-0.075c0.054,-0.036 0.101,-0.085 0.141,-0.147c0.04,-0.062 0.06,-0.141 0.06,-0.237Zm1.056,0c0,0.276 -0.052,0.504 -0.156,0.684c-0.104,0.18 -0.229,0.322 -0.375,0.426c-0.146,0.104 -0.297,0.176 -0.453,0.216c-0.156,0.04 -0.286,0.06 -0.39,0.06l-2.718,0l0,1.434l-1.056,0l0,-4.2l3.774,0c0.112,0 0.247,0.02 0.405,0.06c0.158,0.04 0.309,0.111 0.453,0.213c0.144,0.102 0.266,0.242 0.366,0.42c0.1,0.178 0.15,0.407 0.15,0.687Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M58.218,234.398c0,-0.18 -0.035,-0.351 -0.105,-0.513c-0.07,-0.162 -0.176,-0.305 -0.318,-0.429c-0.142,-0.124 -0.32,-0.222 -0.534,-0.294c-0.214,-0.072 -0.463,-0.108 -0.747,-0.108c-0.284,0 -0.533,0.036 -0.747,0.108c-0.214,0.072 -0.392,0.17 -0.534,0.294c-0.142,0.124 -0.248,0.267 -0.318,0.429c-0.07,0.162 -0.105,0.333 -0.105,0.513c0,0.18 0.035,0.351 0.105,0.513c0.07,0.162 0.176,0.305 0.318,0.429c0.142,0.124 0.32,0.222 0.534,0.294c0.214,0.072 0.463,0.108 0.747,0.108c0.284,0 0.533,-0.036 0.747,-0.108c0.214,-0.072 0.392,-0.17 0.534,-0.294c0.142,-0.124 0.248,-0.267 0.318,-0.429c0.07,-0.162 0.105,-0.333 0.105,-0.513Zm1.11,0c0,0.304 -0.064,0.591 -0.192,0.861c-0.128,0.27 -0.313,0.507 -0.555,0.711c-0.242,0.204 -0.537,0.366 -0.885,0.486c-0.348,0.12 -0.742,0.18 -1.182,0.18c-0.44,0 -0.834,-0.06 -1.182,-0.18c-0.348,-0.12 -0.643,-0.282 -0.885,-0.486c-0.242,-0.204 -0.427,-0.441 -0.555,-0.711c-0.128,-0.27 -0.192,-0.557 -0.192,-0.861c0,-0.304 0.064,-0.591 0.192,-0.861c0.128,-0.27 0.313,-0.507 0.555,-0.711c0.242,-0.204 0.537,-0.366 0.885,-0.486c0.348,-0.12 0.742,-0.18 1.182,-0.18c0.44,0 0.834,0.06 1.182,0.18c0.348,0.12 0.643,0.282 0.885,0.486c0.242,0.204 0.427,0.441 0.555,0.711c0.128,0.27 0.192,0.557 0.192,0.861Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M60.678,236.498l0,-4.2l1.056,0l0,3.294l3.726,0l0,0.906l-4.782,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M69.798,235.082l0,1.416l-1.05,0l0,-1.368l-2.328,-2.832l1.26,0l1.584,1.896l1.56,-1.896l1.302,0l-2.328,2.784Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M77.328,236.498l-3.036,-2.934l0,2.934l-1.056,0l0,-4.2l1.056,0l3.036,2.934l0,-2.934l1.056,0l0,4.2l-1.056,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M84.252,234.398c0,-0.18 -0.035,-0.351 -0.105,-0.513c-0.07,-0.162 -0.176,-0.305 -0.318,-0.429c-0.142,-0.124 -0.32,-0.222 -0.534,-0.294c-0.214,-0.072 -0.463,-0.108 -0.747,-0.108c-0.284,0 -0.533,0.036 -0.747,0.108c-0.214,0.072 -0.392,0.17 -0.534,0.294c-0.142,0.124 -0.248,0.267 -0.318,0.429c-0.07,0.162 -0.105,0.333 -0.105,0.513c0,0.18 0.035,0.351 0.105,0.513c0.07,0.162 0.176,0.305 0.318,0.429c0.142,0.124 0.32,0.222 0.534,0.294c0.214,0.072 0.463,0.108 0.747,0.108c0.284,0 0.533,-0.036 0.747,-0.108c0.214,-0.072 0.392,-0.17 0.534,-0.294c0.142,-0.124 0.248,-0.267 0.318,-0.429c0.07,-0.162 0.105,-0.333 0.105,-0.513Zm1.11,0c0,0.304 -0.064,0.591 -0.192,0.861c-0.128,0.27 -0.313,0.507 -0.555,0.711c-0.242,0.204 -0.537,0.366 -0.885,0.486c-0.348,0.12 -0.742,0.18 -1.182,0.18c-0.44,0 -0.834,-0.06 -1.182,-0.18c-0.348,-0.12 -0.643,-0.282 -0.885,-0.486c-0.242,-0.204 -0.427,-0.441 -0.555,-0.711c-0.128,-0.27 -0.192,-0.557 -0.192,-0.861c0,-0.304 0.064,-0.591 0.192,-0.861c0.128,-0.27 0.313,-0.507 0.555,-0.711c0.242,-0.204 0.537,-0.366 0.885,-0.486c0.348,-0.12 0.742,-0.18 1.182,-0.18c0.44,0 0.834,0.06 1.182,0.18c0.348,0.12 0.643,0.282 0.885,0.486c0.242,0.204 0.427,0.441 0.555,0.711c0.128,0.27 0.192,0.557 0.192,0.861Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M91.956,236.498l0,-3.366l-1.584,3.366l-1.026,0l-1.578,-3.372l0,3.372l-1.056,0l0,-4.2l1.752,0l1.398,3.09l1.398,-3.09l1.746,0l0,4.2l-1.05,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1.16,-47.4183,-5.88448)">
<path d="M47.418,236.498l0,-4.2l1.056,0l0,3.294l3.726,0l0,0.906l-4.782,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M57.918,234.398c0,-0.18 -0.035,-0.351 -0.105,-0.513c-0.07,-0.162 -0.176,-0.305 -0.318,-0.429c-0.142,-0.124 -0.32,-0.222 -0.534,-0.294c-0.214,-0.072 -0.463,-0.108 -0.747,-0.108c-0.284,0 -0.533,0.036 -0.747,0.108c-0.214,0.072 -0.392,0.17 -0.534,0.294c-0.142,0.124 -0.248,0.267 -0.318,0.429c-0.07,0.162 -0.105,0.333 -0.105,0.513c0,0.18 0.035,0.351 0.105,0.513c0.07,0.162 0.176,0.305 0.318,0.429c0.142,0.124 0.32,0.222 0.534,0.294c0.214,0.072 0.463,0.108 0.747,0.108c0.284,0 0.533,-0.036 0.747,-0.108c0.214,-0.072 0.392,-0.17 0.534,-0.294c0.142,-0.124 0.248,-0.267 0.318,-0.429c0.07,-0.162 0.105,-0.333 0.105,-0.513Zm1.11,0c0,0.304 -0.064,0.591 -0.192,0.861c-0.128,0.27 -0.313,0.507 -0.555,0.711c-0.242,0.204 -0.537,0.366 -0.885,0.486c-0.348,0.12 -0.742,0.18 -1.182,0.18c-0.44,0 -0.834,-0.06 -1.182,-0.18c-0.348,-0.12 -0.643,-0.282 -0.885,-0.486c-0.242,-0.204 -0.427,-0.441 -0.555,-0.711c-0.128,-0.27 -0.192,-0.557 -0.192,-0.861c0,-0.304 0.064,-0.591 0.192,-0.861c0.128,-0.27 0.313,-0.507 0.555,-0.711c0.242,-0.204 0.537,-0.366 0.885,-0.486c0.348,-0.12 0.742,-0.18 1.182,-0.18c0.44,0 0.834,0.06 1.182,0.18c0.348,0.12 0.643,0.282 0.885,0.486c0.242,0.204 0.427,0.441 0.555,0.711c0.128,0.27 0.192,0.557 0.192,0.861Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M65.7,235.394c-0.104,0.18 -0.238,0.345 -0.402,0.495c-0.164,0.15 -0.356,0.281 -0.576,0.393c-0.22,0.112 -0.466,0.199 -0.738,0.261c-0.272,0.062 -0.57,0.093 -0.894,0.093c-0.46,0 -0.871,-0.06 -1.233,-0.18c-0.362,-0.12 -0.668,-0.282 -0.918,-0.486c-0.25,-0.204 -0.441,-0.441 -0.573,-0.711c-0.132,-0.27 -0.198,-0.557 -0.198,-0.861c0,-0.304 0.066,-0.591 0.198,-0.861c0.132,-0.27 0.323,-0.507 0.573,-0.711c0.25,-0.204 0.556,-0.366 0.918,-0.486c0.362,-0.12 0.773,-0.18 1.233,-0.18c0.312,0 0.601,0.029 0.867,0.087c0.266,0.058 0.507,0.14 0.723,0.246c0.216,0.106 0.406,0.23 0.57,0.372c0.164,0.142 0.3,0.297 0.408,0.465l-0.948,0.48c-0.06,-0.1 -0.141,-0.194 -0.243,-0.282c-0.102,-0.088 -0.224,-0.164 -0.366,-0.228c-0.142,-0.064 -0.302,-0.115 -0.48,-0.153c-0.178,-0.038 -0.369,-0.057 -0.573,-0.057c-0.296,0 -0.555,0.035 -0.777,0.105c-0.222,0.07 -0.406,0.165 -0.552,0.285c-0.146,0.12 -0.256,0.259 -0.33,0.417c-0.074,0.158 -0.111,0.325 -0.111,0.501c0,0.172 0.037,0.337 0.111,0.495c0.074,0.158 0.184,0.297 0.33,0.417c0.146,0.12 0.33,0.216 0.552,0.288c0.222,0.072 0.481,0.108 0.777,0.108c0.216,0 0.416,-0.021 0.6,-0.063c0.184,-0.042 0.348,-0.099 0.492,-0.171c0.144,-0.072 0.268,-0.156 0.372,-0.252c0.104,-0.096 0.182,-0.198 0.234,-0.306l0.954,0.48Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M71.148,236.498l-1.908,-1.944l-1.164,0.876l0,1.068l-1.056,0l0,-4.2l1.056,0l0,2.004l2.676,-2.004l1.506,0l-2.262,1.692l2.46,2.508l-1.308,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M77.718,236.498l0,-1.728l-3.036,0l0,1.728l-1.056,0l0,-4.2l1.056,0l0,1.566l3.036,0l0,-1.566l1.056,0l0,4.2l-1.056,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M83.034,233.084l-0.96,1.668l1.92,0l-0.96,-1.668Zm1.962,3.414l-0.486,-0.84l-2.958,0l-0.486,0.84l-1.122,0l2.412,-4.2l1.35,0l2.412,4.2l-1.122,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M91.38,233.678c0,-0.1 -0.018,-0.181 -0.054,-0.243c-0.036,-0.062 -0.08,-0.11 -0.132,-0.144c-0.052,-0.034 -0.105,-0.057 -0.159,-0.069c-0.054,-0.012 -0.097,-0.018 -0.129,-0.018l-2.562,0l0,0.954l2.562,0c0.024,0 0.062,-0.007 0.114,-0.021c0.052,-0.014 0.105,-0.039 0.159,-0.075c0.054,-0.036 0.101,-0.085 0.141,-0.147c0.04,-0.062 0.06,-0.141 0.06,-0.237Zm1.056,0c0,0.184 -0.024,0.346 -0.072,0.486c-0.048,0.14 -0.111,0.261 -0.189,0.363c-0.078,0.102 -0.166,0.187 -0.264,0.255c-0.098,0.068 -0.197,0.122 -0.297,0.162l0.732,1.554l-1.128,0l-0.672,-1.434l-2.202,0l0,1.434l-1.056,0l0,-4.2l3.774,0c0.112,0 0.247,0.02 0.405,0.06c0.158,0.04 0.309,0.111 0.453,0.213c0.144,0.102 0.266,0.242 0.366,0.42c0.1,0.178 0.15,0.407 0.15,0.687Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M96.636,233.204l0,3.294l-1.05,0l0,-3.294l-1.89,0l0,-0.906l4.83,0l0,0.906l-1.89,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1.16,-55.4183,17.1155)">
<path d="M51.726,234.398c0,-0.18 -0.035,-0.351 -0.105,-0.513c-0.07,-0.162 -0.176,-0.305 -0.318,-0.429c-0.142,-0.124 -0.32,-0.222 -0.534,-0.294c-0.214,-0.072 -0.463,-0.108 -0.747,-0.108c-0.284,0 -0.533,0.036 -0.747,0.108c-0.214,0.072 -0.392,0.17 -0.534,0.294c-0.142,0.124 -0.248,0.267 -0.318,0.429c-0.07,0.162 -0.105,0.333 -0.105,0.513c0,0.18 0.035,0.351 0.105,0.513c0.07,0.162 0.176,0.305 0.318,0.429c0.142,0.124 0.32,0.222 0.534,0.294c0.214,0.072 0.463,0.108 0.747,0.108c0.284,0 0.533,-0.036 0.747,-0.108c0.214,-0.072 0.392,-0.17 0.534,-0.294c0.142,-0.124 0.248,-0.267 0.318,-0.429c0.07,-0.162 0.105,-0.333 0.105,-0.513Zm1.11,0c0,0.304 -0.064,0.591 -0.192,0.861c-0.128,0.27 -0.313,0.507 -0.555,0.711c-0.242,0.204 -0.537,0.366 -0.885,0.486c-0.348,0.12 -0.742,0.18 -1.182,0.18c-0.44,0 -0.834,-0.06 -1.182,-0.18c-0.348,-0.12 -0.643,-0.282 -0.885,-0.486c-0.242,-0.204 -0.427,-0.441 -0.555,-0.711c-0.128,-0.27 -0.192,-0.557 -0.192,-0.861c0,-0.304 0.064,-0.591 0.192,-0.861c0.128,-0.27 0.313,-0.507 0.555,-0.711c0.242,-0.204 0.537,-0.366 0.885,-0.486c0.348,-0.12 0.742,-0.18 1.182,-0.18c0.44,0 0.834,0.06 1.182,0.18c0.348,0.12 0.643,0.282 0.885,0.486c0.242,0.204 0.427,0.441 0.555,0.711c0.128,0.27 0.192,0.557 0.192,0.861Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M57.33,236.498l-1.344,0l-2.19,-4.2l1.17,0l1.692,3.312l1.692,-3.312l1.17,0l-2.19,4.2Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M60.69,236.498l0,-4.2l5.058,0l0,0.906l-4.002,0l0,0.756l3.522,0l0,0.816l-3.522,0l0,0.816l4.158,0l0,0.906l-5.214,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M71.406,233.678c0,-0.1 -0.018,-0.181 -0.054,-0.243c-0.036,-0.062 -0.08,-0.11 -0.132,-0.144c-0.052,-0.034 -0.105,-0.057 -0.159,-0.069c-0.054,-0.012 -0.097,-0.018 -0.129,-0.018l-2.562,0l0,0.954l2.562,0c0.024,0 0.062,-0.007 0.114,-0.021c0.052,-0.014 0.105,-0.039 0.159,-0.075c0.054,-0.036 0.101,-0.085 0.141,-0.147c0.04,-0.062 0.06,-0.141 0.06,-0.237Zm1.056,0c0,0.184 -0.024,0.346 -0.072,0.486c-0.048,0.14 -0.111,0.261 -0.189,0.363c-0.078,0.102 -0.166,0.187 -0.264,0.255c-0.098,0.068 -0.197,0.122 -0.297,0.162l0.732,1.554l-1.128,0l-0.672,-1.434l-2.202,0l0,1.434l-1.056,0l0,-4.2l3.774,0c0.112,0 0.247,0.02 0.405,0.06c0.158,0.04 0.309,0.111 0.453,0.213c0.144,0.102 0.266,0.242 0.366,0.42c0.1,0.178 0.15,0.407 0.15,0.687Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M78.348,234.398c0,-0.168 -0.031,-0.327 -0.093,-0.477c-0.062,-0.15 -0.158,-0.28 -0.288,-0.39c-0.13,-0.11 -0.293,-0.197 -0.489,-0.261c-0.196,-0.064 -0.428,-0.096 -0.696,-0.096l-1.824,0l0,2.448l1.824,0c0.268,0 0.5,-0.032 0.696,-0.096c0.196,-0.064 0.359,-0.151 0.489,-0.261c0.13,-0.11 0.226,-0.24 0.288,-0.39c0.062,-0.15 0.093,-0.309 0.093,-0.477Zm1.11,0c0,0.288 -0.059,0.56 -0.177,0.816c-0.118,0.256 -0.29,0.479 -0.516,0.669c-0.226,0.19 -0.503,0.34 -0.831,0.45c-0.328,0.11 -0.704,0.165 -1.128,0.165l-2.904,0l0,-4.2l2.904,0c0.424,0 0.8,0.055 1.128,0.165c0.328,0.11 0.605,0.26 0.831,0.45c0.226,0.19 0.398,0.413 0.516,0.669c0.118,0.256 0.177,0.528 0.177,0.816Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M84.87,233.678c0,-0.1 -0.018,-0.181 -0.054,-0.243c-0.036,-0.062 -0.08,-0.11 -0.132,-0.144c-0.052,-0.034 -0.105,-0.057 -0.159,-0.069c-0.054,-0.012 -0.097,-0.018 -0.129,-0.018l-2.562,0l0,0.954l2.562,0c0.024,0 0.062,-0.007 0.114,-0.021c0.052,-0.014 0.105,-0.039 0.159,-0.075c0.054,-0.036 0.101,-0.085 0.141,-0.147c0.04,-0.062 0.06,-0.141 0.06,-0.237Zm1.056,0c0,0.184 -0.024,0.346 -0.072,0.486c-0.048,0.14 -0.111,0.261 -0.189,0.363c-0.078,0.102 -0.166,0.187 -0.264,0.255c-0.098,0.068 -0.197,0.122 -0.297,0.162l0.732,1.554l-1.128,0l-0.672,-1.434l-2.202,0l0,1.434l-1.056,0l0,-4.2l3.774,0c0.112,0 0.247,0.02 0.405,0.06c0.158,0.04 0.309,0.111 0.453,0.213c0.144,0.102 0.266,0.242 0.366,0.42c0.1,0.178 0.15,0.407 0.15,0.687Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="87.366" y="232.298" width="1.056" height="4.2" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M93.126,236.498l-1.344,0l-2.19,-4.2l1.17,0l1.692,3.312l1.692,-3.312l1.17,0l-2.19,4.2Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M96.486,236.498l0,-4.2l5.058,0l0,0.906l-4.002,0l0,0.756l3.522,0l0,0.816l-3.522,0l0,0.816l4.158,0l0,0.906l-5.214,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1.16,84.5817,17.1155)">
<path d="M52.302,235.142c0,0.208 -0.056,0.404 -0.168,0.588c-0.112,0.184 -0.284,0.345 -0.516,0.483c-0.232,0.138 -0.522,0.246 -0.87,0.324c-0.348,0.078 -0.76,0.117 -1.236,0.117c-0.244,0 -0.494,-0.02 -0.75,-0.06c-0.22,-0.032 -0.462,-0.082 -0.726,-0.15c-0.264,-0.068 -0.52,-0.166 -0.768,-0.294l0.366,-0.84c0.22,0.112 0.441,0.199 0.663,0.261c0.222,0.062 0.423,0.107 0.603,0.135c0.212,0.032 0.416,0.05 0.612,0.054c0.6,0 1.047,-0.054 1.341,-0.162c0.294,-0.108 0.441,-0.25 0.441,-0.426c0,-0.112 -0.046,-0.194 -0.138,-0.246c-0.092,-0.052 -0.234,-0.082 -0.426,-0.09c-0.044,-0.004 -0.127,-0.009 -0.249,-0.015c-0.122,-0.006 -0.271,-0.013 -0.447,-0.021c-0.176,-0.008 -0.372,-0.016 -0.588,-0.024c-0.216,-0.008 -0.44,-0.018 -0.672,-0.03c-0.232,-0.012 -0.445,-0.044 -0.639,-0.096c-0.194,-0.052 -0.362,-0.127 -0.504,-0.225c-0.142,-0.098 -0.253,-0.218 -0.333,-0.36c-0.08,-0.142 -0.12,-0.309 -0.12,-0.501c0,-0.192 0.063,-0.373 0.189,-0.543c0.126,-0.17 0.306,-0.318 0.54,-0.444c0.234,-0.126 0.518,-0.225 0.852,-0.297c0.334,-0.072 0.707,-0.108 1.119,-0.108c0.244,0 0.492,0.018 0.744,0.054c0.216,0.032 0.457,0.078 0.723,0.138c0.266,0.06 0.525,0.148 0.777,0.264l-0.318,0.828c-0.124,-0.052 -0.264,-0.102 -0.42,-0.15c-0.156,-0.048 -0.319,-0.09 -0.489,-0.126c-0.17,-0.036 -0.342,-0.064 -0.516,-0.084c-0.174,-0.02 -0.341,-0.03 -0.501,-0.03c-0.24,0 -0.463,0.011 -0.669,0.033c-0.206,0.022 -0.385,0.055 -0.537,0.099c-0.152,0.044 -0.271,0.098 -0.357,0.162c-0.086,0.064 -0.129,0.136 -0.129,0.216c0,0.104 0.044,0.182 0.132,0.234c0.088,0.052 0.218,0.082 0.39,0.09c0.192,0.008 0.462,0.02 0.81,0.036c0.348,0.016 0.76,0.034 1.236,0.054c0.24,0.012 0.455,0.044 0.645,0.096c0.19,0.052 0.352,0.126 0.486,0.222c0.134,0.096 0.237,0.214 0.309,0.354c0.072,0.14 0.108,0.3 0.108,0.48Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M57.93,234.398c0,-0.18 -0.035,-0.351 -0.105,-0.513c-0.07,-0.162 -0.176,-0.305 -0.318,-0.429c-0.142,-0.124 -0.32,-0.222 -0.534,-0.294c-0.214,-0.072 -0.463,-0.108 -0.747,-0.108c-0.284,0 -0.533,0.036 -0.747,0.108c-0.214,0.072 -0.392,0.17 -0.534,0.294c-0.142,0.124 -0.248,0.267 -0.318,0.429c-0.07,0.162 -0.105,0.333 -0.105,0.513c0,0.18 0.035,0.351 0.105,0.513c0.07,0.162 0.176,0.305 0.318,0.429c0.142,0.124 0.32,0.222 0.534,0.294c0.214,0.072 0.463,0.108 0.747,0.108c0.284,0 0.533,-0.036 0.747,-0.108c0.214,-0.072 0.392,-0.17 0.534,-0.294c0.142,-0.124 0.248,-0.267 0.318,-0.429c0.07,-0.162 0.105,-0.333 0.105,-0.513Zm1.11,0c0,0.304 -0.064,0.591 -0.192,0.861c-0.128,0.27 -0.313,0.507 -0.555,0.711c-0.242,0.204 -0.537,0.366 -0.885,0.486c-0.348,0.12 -0.742,0.18 -1.182,0.18c-0.44,0 -0.834,-0.06 -1.182,-0.18c-0.348,-0.12 -0.643,-0.282 -0.885,-0.486c-0.242,-0.204 -0.427,-0.441 -0.555,-0.711c-0.128,-0.27 -0.192,-0.557 -0.192,-0.861c0,-0.304 0.064,-0.591 0.192,-0.861c0.128,-0.27 0.313,-0.507 0.555,-0.711c0.242,-0.204 0.537,-0.366 0.885,-0.486c0.348,-0.12 0.742,-0.18 1.182,-0.18c0.44,0 0.834,0.06 1.182,0.18c0.348,0.12 0.643,0.282 0.885,0.486c0.242,0.204 0.427,0.441 0.555,0.711c0.128,0.27 0.192,0.557 0.192,0.861Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M61.446,233.204l0,0.954l3.48,0l0,0.906l-3.48,0l0,1.434l-1.056,0l0,-4.2l5.01,0l0,0.906l-3.954,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M69.6,233.204l0,3.294l-1.05,0l0,-3.294l-1.89,0l0,-0.906l4.83,0l0,0.906l-1.89,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M78.192,235.394c-0.104,0.18 -0.238,0.345 -0.402,0.495c-0.164,0.15 -0.356,0.281 -0.576,0.393c-0.22,0.112 -0.466,0.199 -0.738,0.261c-0.272,0.062 -0.57,0.093 -0.894,0.093c-0.46,0 -0.871,-0.06 -1.233,-0.18c-0.362,-0.12 -0.668,-0.282 -0.918,-0.486c-0.25,-0.204 -0.441,-0.441 -0.573,-0.711c-0.132,-0.27 -0.198,-0.557 -0.198,-0.861c0,-0.304 0.066,-0.591 0.198,-0.861c0.132,-0.27 0.323,-0.507 0.573,-0.711c0.25,-0.204 0.556,-0.366 0.918,-0.486c0.362,-0.12 0.773,-0.18 1.233,-0.18c0.312,0 0.601,0.029 0.867,0.087c0.266,0.058 0.507,0.14 0.723,0.246c0.216,0.106 0.406,0.23 0.57,0.372c0.164,0.142 0.3,0.297 0.408,0.465l-0.948,0.48c-0.06,-0.1 -0.141,-0.194 -0.243,-0.282c-0.102,-0.088 -0.224,-0.164 -0.366,-0.228c-0.142,-0.064 -0.302,-0.115 -0.48,-0.153c-0.178,-0.038 -0.369,-0.057 -0.573,-0.057c-0.296,0 -0.555,0.035 -0.777,0.105c-0.222,0.07 -0.406,0.165 -0.552,0.285c-0.146,0.12 -0.256,0.259 -0.33,0.417c-0.074,0.158 -0.111,0.325 -0.111,0.501c0,0.172 0.037,0.337 0.111,0.495c0.074,0.158 0.184,0.297 0.33,0.417c0.146,0.12 0.33,0.216 0.552,0.288c0.222,0.072 0.481,0.108 0.777,0.108c0.216,0 0.416,-0.021 0.6,-0.063c0.184,-0.042 0.348,-0.099 0.492,-0.171c0.144,-0.072 0.268,-0.156 0.372,-0.252c0.104,-0.096 0.182,-0.198 0.234,-0.306l0.954,0.48Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M79.512,236.498l0,-4.2l1.056,0l0,3.294l3.726,0l0,0.906l-4.782,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="85.704" y="232.298" width="1.056" height="4.2" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M92.412,233.678c0,-0.1 -0.018,-0.181 -0.054,-0.243c-0.036,-0.062 -0.08,-0.11 -0.132,-0.144c-0.052,-0.034 -0.105,-0.057 -0.159,-0.069c-0.054,-0.012 -0.097,-0.018 -0.129,-0.018l-2.562,0l0,0.954l2.562,0c0.024,0 0.062,-0.007 0.114,-0.021c0.052,-0.014 0.105,-0.039 0.159,-0.075c0.054,-0.036 0.101,-0.085 0.141,-0.147c0.04,-0.062 0.06,-0.141 0.06,-0.237Zm1.056,0c0,0.276 -0.052,0.504 -0.156,0.684c-0.104,0.18 -0.229,0.322 -0.375,0.426c-0.146,0.104 -0.297,0.176 -0.453,0.216c-0.156,0.04 -0.286,0.06 -0.39,0.06l-2.718,0l0,1.434l-1.056,0l0,-4.2l3.774,0c0.112,0 0.247,0.02 0.405,0.06c0.158,0.04 0.309,0.111 0.453,0.213c0.144,0.102 0.266,0.242 0.366,0.42c0.1,0.178 0.15,0.407 0.15,0.687Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1.16,-10.9262,-23.5112)">
<path d="M52.302,235.142c0,0.208 -0.056,0.404 -0.168,0.588c-0.112,0.184 -0.284,0.345 -0.516,0.483c-0.232,0.138 -0.522,0.246 -0.87,0.324c-0.348,0.078 -0.76,0.117 -1.236,0.117c-0.244,0 -0.494,-0.02 -0.75,-0.06c-0.22,-0.032 -0.462,-0.082 -0.726,-0.15c-0.264,-0.068 -0.52,-0.166 -0.768,-0.294l0.366,-0.84c0.22,0.112 0.441,0.199 0.663,0.261c0.222,0.062 0.423,0.107 0.603,0.135c0.212,0.032 0.416,0.05 0.612,0.054c0.6,0 1.047,-0.054 1.341,-0.162c0.294,-0.108 0.441,-0.25 0.441,-0.426c0,-0.112 -0.046,-0.194 -0.138,-0.246c-0.092,-0.052 -0.234,-0.082 -0.426,-0.09c-0.044,-0.004 -0.127,-0.009 -0.249,-0.015c-0.122,-0.006 -0.271,-0.013 -0.447,-0.021c-0.176,-0.008 -0.372,-0.016 -0.588,-0.024c-0.216,-0.008 -0.44,-0.018 -0.672,-0.03c-0.232,-0.012 -0.445,-0.044 -0.639,-0.096c-0.194,-0.052 -0.362,-0.127 -0.504,-0.225c-0.142,-0.098 -0.253,-0.218 -0.333,-0.36c-0.08,-0.142 -0.12,-0.309 -0.12,-0.501c0,-0.192 0.063,-0.373 0.189,-0.543c0.126,-0.17 0.306,-0.318 0.54,-0.444c0.234,-0.126 0.518,-0.225 0.852,-0.297c0.334,-0.072 0.707,-0.108 1.119,-0.108c0.244,0 0.492,0.018 0.744,0.054c0.216,0.032 0.457,0.078 0.723,0.138c0.266,0.06 0.525,0.148 0.777,0.264l-0.318,0.828c-0.124,-0.052 -0.264,-0.102 -0.42,-0.15c-0.156,-0.048 -0.319,-0.09 -0.489,-0.126c-0.17,-0.036 -0.342,-0.064 -0.516,-0.084c-0.174,-0.02 -0.341,-0.03 -0.501,-0.03c-0.24,0 -0.463,0.011 -0.669,0.033c-0.206,0.022 -0.385,0.055 -0.537,0.099c-0.152,0.044 -0.271,0.098 -0.357,0.162c-0.086,0.064 -0.129,0.136 -0.129,0.216c0,0.104 0.044,0.182 0.132,0.234c0.088,0.052 0.218,0.082 0.39,0.09c0.192,0.008 0.462,0.02 0.81,0.036c0.348,0.016 0.76,0.034 1.236,0.054c0.24,0.012 0.455,0.044 0.645,0.096c0.19,0.052 0.352,0.126 0.486,0.222c0.134,0.096 0.237,0.214 0.309,0.354c0.072,0.14 0.108,0.3 0.108,0.48Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M53.622,236.498l0,-4.2l5.058,0l0,0.906l-4.002,0l0,0.756l3.522,0l0,0.816l-3.522,0l0,0.816l4.158,0l0,0.906l-5.214,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M64.338,233.678c0,-0.1 -0.018,-0.181 -0.054,-0.243c-0.036,-0.062 -0.08,-0.11 -0.132,-0.144c-0.052,-0.034 -0.105,-0.057 -0.159,-0.069c-0.054,-0.012 -0.097,-0.018 -0.129,-0.018l-2.562,0l0,0.954l2.562,0c0.024,0 0.062,-0.007 0.114,-0.021c0.052,-0.014 0.105,-0.039 0.159,-0.075c0.054,-0.036 0.101,-0.085 0.141,-0.147c0.04,-0.062 0.06,-0.141 0.06,-0.237Zm1.056,0c0,0.184 -0.024,0.346 -0.072,0.486c-0.048,0.14 -0.111,0.261 -0.189,0.363c-0.078,0.102 -0.166,0.187 -0.264,0.255c-0.098,0.068 -0.197,0.122 -0.297,0.162l0.732,1.554l-1.128,0l-0.672,-1.434l-2.202,0l0,1.434l-1.056,0l0,-4.2l3.774,0c0.112,0 0.247,0.02 0.405,0.06c0.158,0.04 0.309,0.111 0.453,0.213c0.144,0.102 0.266,0.242 0.366,0.42c0.1,0.178 0.15,0.407 0.15,0.687Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M72.468,234.398c0,0.304 -0.066,0.591 -0.198,0.861c-0.132,0.27 -0.323,0.507 -0.573,0.711c-0.25,0.204 -0.556,0.366 -0.918,0.486c-0.362,0.12 -0.773,0.18 -1.233,0.18c-0.46,0 -0.871,-0.06 -1.233,-0.18c-0.362,-0.12 -0.668,-0.282 -0.918,-0.486c-0.25,-0.204 -0.441,-0.441 -0.573,-0.711c-0.132,-0.27 -0.198,-0.557 -0.198,-0.861c0,-0.304 0.066,-0.591 0.198,-0.861c0.132,-0.27 0.323,-0.507 0.573,-0.711c0.25,-0.204 0.556,-0.366 0.918,-0.486c0.362,-0.12 0.773,-0.18 1.233,-0.18c0.308,0 0.592,0.029 0.852,0.087c0.26,0.058 0.497,0.137 0.711,0.237c0.214,0.1 0.403,0.219 0.567,0.357c0.164,0.138 0.302,0.289 0.414,0.453l-0.93,0.474c-0.128,-0.2 -0.326,-0.367 -0.594,-0.501c-0.268,-0.134 -0.608,-0.201 -1.02,-0.201c-0.304,0 -0.571,0.036 -0.801,0.108c-0.23,0.072 -0.423,0.169 -0.579,0.291c-0.156,0.122 -0.273,0.263 -0.351,0.423c-0.078,0.16 -0.117,0.33 -0.117,0.51c0,0.18 0.039,0.35 0.117,0.51c0.078,0.16 0.195,0.301 0.351,0.423c0.156,0.122 0.349,0.219 0.579,0.291c0.23,0.072 0.497,0.108 0.801,0.108c0.452,0 0.823,-0.077 1.113,-0.231c0.29,-0.154 0.495,-0.349 0.615,-0.585l-2.142,0l0,-0.816l3.312,0c0.008,0.048 0.014,0.097 0.018,0.147c0.004,0.05 0.006,0.101 0.006,0.153Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M73.818,236.498l0,-4.2l5.058,0l0,0.906l-4.002,0l0,0.756l3.522,0l0,0.816l-3.522,0l0,0.816l4.158,0l0,0.906l-5.214,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1.16,16.6742,-38.6107)">
<path d="M52.302,235.142c0,0.208 -0.056,0.404 -0.168,0.588c-0.112,0.184 -0.284,0.345 -0.516,0.483c-0.232,0.138 -0.522,0.246 -0.87,0.324c-0.348,0.078 -0.76,0.117 -1.236,0.117c-0.244,0 -0.494,-0.02 -0.75,-0.06c-0.22,-0.032 -0.462,-0.082 -0.726,-0.15c-0.264,-0.068 -0.52,-0.166 -0.768,-0.294l0.366,-0.84c0.22,0.112 0.441,0.199 0.663,0.261c0.222,0.062 0.423,0.107 0.603,0.135c0.212,0.032 0.416,0.05 0.612,0.054c0.6,0 1.047,-0.054 1.341,-0.162c0.294,-0.108 0.441,-0.25 0.441,-0.426c0,-0.112 -0.046,-0.194 -0.138,-0.246c-0.092,-0.052 -0.234,-0.082 -0.426,-0.09c-0.044,-0.004 -0.127,-0.009 -0.249,-0.015c-0.122,-0.006 -0.271,-0.013 -0.447,-0.021c-0.176,-0.008 -0.372,-0.016 -0.588,-0.024c-0.216,-0.008 -0.44,-0.018 -0.672,-0.03c-0.232,-0.012 -0.445,-0.044 -0.639,-0.096c-0.194,-0.052 -0.362,-0.127 -0.504,-0.225c-0.142,-0.098 -0.253,-0.218 -0.333,-0.36c-0.08,-0.142 -0.12,-0.309 -0.12,-0.501c0,-0.192 0.063,-0.373 0.189,-0.543c0.126,-0.17 0.306,-0.318 0.54,-0.444c0.234,-0.126 0.518,-0.225 0.852,-0.297c0.334,-0.072 0.707,-0.108 1.119,-0.108c0.244,0 0.492,0.018 0.744,0.054c0.216,0.032 0.457,0.078 0.723,0.138c0.266,0.06 0.525,0.148 0.777,0.264l-0.318,0.828c-0.124,-0.052 -0.264,-0.102 -0.42,-0.15c-0.156,-0.048 -0.319,-0.09 -0.489,-0.126c-0.17,-0.036 -0.342,-0.064 -0.516,-0.084c-0.174,-0.02 -0.341,-0.03 -0.501,-0.03c-0.24,0 -0.463,0.011 -0.669,0.033c-0.206,0.022 -0.385,0.055 -0.537,0.099c-0.152,0.044 -0.271,0.098 -0.357,0.162c-0.086,0.064 -0.129,0.136 -0.129,0.216c0,0.104 0.044,0.182 0.132,0.234c0.088,0.052 0.218,0.082 0.39,0.09c0.192,0.008 0.462,0.02 0.81,0.036c0.348,0.016 0.76,0.034 1.236,0.054c0.24,0.012 0.455,0.044 0.645,0.096c0.19,0.052 0.352,0.126 0.486,0.222c0.134,0.096 0.237,0.214 0.309,0.354c0.072,0.14 0.108,0.3 0.108,0.48Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M56.322,233.084l-0.96,1.668l1.92,0l-0.96,-1.668Zm1.962,3.414l-0.486,-0.84l-2.958,0l-0.486,0.84l-1.122,0l2.412,-4.2l1.35,0l2.412,4.2l-1.122,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M63.336,233.204l0,3.294l-1.05,0l0,-3.294l-1.89,0l0,-0.906l4.83,0l0,0.906l-1.89,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M71.514,234.398c0,0.304 -0.058,0.591 -0.174,0.861c-0.116,0.27 -0.282,0.507 -0.498,0.711c-0.216,0.204 -0.478,0.366 -0.786,0.486c-0.308,0.12 -0.654,0.18 -1.038,0.18c-0.384,0 -0.73,-0.06 -1.038,-0.18c-0.308,-0.12 -0.571,-0.282 -0.789,-0.486c-0.218,-0.204 -0.385,-0.441 -0.501,-0.711c-0.116,-0.27 -0.174,-0.557 -0.174,-0.861l0,-2.1l1.056,0l0,2.1c0,0.18 0.029,0.351 0.087,0.513c0.058,0.162 0.146,0.305 0.264,0.429c0.118,0.124 0.268,0.222 0.45,0.294c0.182,0.072 0.397,0.108 0.645,0.108c0.248,0 0.462,-0.036 0.642,-0.108c0.18,-0.072 0.329,-0.17 0.447,-0.294c0.118,-0.124 0.206,-0.267 0.264,-0.429c0.058,-0.162 0.087,-0.333 0.087,-0.513l0,-2.1l1.056,0l0,2.1Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M77.076,233.678c0,-0.1 -0.018,-0.181 -0.054,-0.243c-0.036,-0.062 -0.08,-0.11 -0.132,-0.144c-0.052,-0.034 -0.105,-0.057 -0.159,-0.069c-0.054,-0.012 -0.097,-0.018 -0.129,-0.018l-2.562,0l0,0.954l2.562,0c0.024,0 0.062,-0.007 0.114,-0.021c0.052,-0.014 0.105,-0.039 0.159,-0.075c0.054,-0.036 0.101,-0.085 0.141,-0.147c0.04,-0.062 0.06,-0.141 0.06,-0.237Zm1.056,0c0,0.184 -0.024,0.346 -0.072,0.486c-0.048,0.14 -0.111,0.261 -0.189,0.363c-0.078,0.102 -0.166,0.187 -0.264,0.255c-0.098,0.068 -0.197,0.122 -0.297,0.162l0.732,1.554l-1.128,0l-0.672,-1.434l-2.202,0l0,1.434l-1.056,0l0,-4.2l3.774,0c0.112,0 0.247,0.02 0.405,0.06c0.158,0.04 0.309,0.111 0.453,0.213c0.144,0.102 0.266,0.242 0.366,0.42c0.1,0.178 0.15,0.407 0.15,0.687Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M82.272,233.084l-0.96,1.668l1.92,0l-0.96,-1.668Zm1.962,3.414l-0.486,-0.84l-2.958,0l-0.486,0.84l-1.122,0l2.412,-4.2l1.35,0l2.412,4.2l-1.122,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M89.286,233.204l0,3.294l-1.05,0l0,-3.294l-1.89,0l0,-0.906l4.83,0l0,0.906l-1.89,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M92.556,236.498l0,-4.2l5.058,0l0,0.906l-4.002,0l0,0.756l3.522,0l0,0.816l-3.522,0l0,0.816l4.158,0l0,0.906l-5.214,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
</g>
<g transform="matrix(1,0,0,1,83.3802,-102.078)">
<path d="M50.358,230.396c0.336,0 0.657,0.028 0.963,0.085c0.306,0.057 0.582,0.146 0.828,0.266l-0.135,0.657c-0.258,-0.102 -0.526,-0.183 -0.805,-0.243c-0.279,-0.06 -0.56,-0.09 -0.842,-0.09c-0.744,0 -1.329,0.217 -1.755,0.652c-0.426,0.435 -0.639,1.052 -0.639,1.85c0,0.768 0.201,1.357 0.603,1.768c0.402,0.411 1.005,0.617 1.809,0.617c0.192,0 0.386,-0.014 0.581,-0.041c0.195,-0.027 0.361,-0.061 0.499,-0.103l0,-1.953l0.756,0l0,2.412c-0.228,0.096 -0.519,0.175 -0.873,0.238c-0.354,0.063 -0.708,0.095 -1.062,0.095c-0.492,0 -0.933,-0.074 -1.323,-0.221c-0.39,-0.147 -0.72,-0.354 -0.99,-0.621c-0.27,-0.267 -0.475,-0.586 -0.616,-0.958c-0.141,-0.372 -0.212,-0.783 -0.212,-1.233c0,-0.468 0.074,-0.897 0.221,-1.287c0.147,-0.39 0.358,-0.725 0.634,-1.004c0.276,-0.279 0.612,-0.496 1.008,-0.652c0.396,-0.156 0.846,-0.234 1.35,-0.234Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M58.908,236.498l-0.846,0l-0.549,-1.449l-2.799,0l-0.54,1.449l-0.846,0l2.385,-5.994l0.81,0l2.385,5.994Zm-3.942,-2.115l2.304,0l-1.152,-3.123l-1.152,3.123Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="60.15" y="230.504" width="0.828" height="5.994" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M66.837,236.498l-3.357,-4.707l0,4.707l-0.792,0l0,-5.994l0.792,0l3.357,4.707l0,-4.707l0.792,0l0,5.994l-0.792,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,70.3659,-33.6997)">
<rect x="47.528" y="232.368" width="3.43" height="1.05" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,110.731,-33.3357)">
<path d="M51.546,232.452l0,2.856l-1.092,0l0,-2.856l-2.688,0l0,-0.952l2.688,0l0,-2.856l1.092,0l0,2.856l2.688,0l0,0.952l-2.688,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,27.0985,97.1477)">
<path d="M52.617,230.504l0.747,0l0.432,5.994l-0.792,0l-0.288,-4.671l-1.728,3.591l-0.846,0l-1.728,-3.591l-0.288,4.671l-0.792,0l0.432,-5.994l0.747,0l2.052,4.239l2.052,-4.239Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M57.837,236.606c-0.468,0 -0.885,-0.084 -1.251,-0.252c-0.366,-0.168 -0.672,-0.393 -0.918,-0.675c-0.246,-0.282 -0.433,-0.612 -0.562,-0.99c-0.129,-0.378 -0.194,-0.774 -0.194,-1.188c0,-0.414 0.065,-0.81 0.194,-1.188c0.129,-0.378 0.316,-0.708 0.562,-0.99c0.246,-0.282 0.552,-0.507 0.918,-0.675c0.366,-0.168 0.783,-0.252 1.251,-0.252c0.468,0 0.885,0.084 1.251,0.252c0.366,0.168 0.672,0.393 0.918,0.675c0.246,0.282 0.434,0.612 0.563,0.99c0.129,0.378 0.193,0.774 0.193,1.188c0,0.414 -0.064,0.81 -0.193,1.188c-0.129,0.378 -0.317,0.708 -0.563,0.99c-0.246,0.282 -0.552,0.507 -0.918,0.675c-0.366,0.168 -0.783,0.252 -1.251,0.252Zm0,-0.666c0.342,0 0.645,-0.063 0.909,-0.189c0.264,-0.126 0.483,-0.3 0.657,-0.522c0.174,-0.222 0.306,-0.482 0.396,-0.779c0.09,-0.297 0.135,-0.613 0.135,-0.949c0,-0.336 -0.045,-0.653 -0.135,-0.95c-0.09,-0.297 -0.222,-0.555 -0.396,-0.774c-0.174,-0.219 -0.393,-0.393 -0.657,-0.522c-0.264,-0.129 -0.567,-0.193 -0.909,-0.193c-0.342,0 -0.645,0.064 -0.909,0.193c-0.264,0.129 -0.483,0.303 -0.657,0.522c-0.174,0.219 -0.306,0.477 -0.396,0.774c-0.09,0.297 -0.135,0.614 -0.135,0.95c0,0.336 0.045,0.652 0.135,0.949c0.09,0.297 0.222,0.557 0.396,0.779c0.174,0.222 0.393,0.396 0.657,0.522c0.264,0.126 0.567,0.189 0.909,0.189Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M62.022,230.504l1.665,0c0.516,0 0.984,0.075 1.404,0.225c0.42,0.15 0.78,0.358 1.08,0.625c0.3,0.267 0.531,0.584 0.693,0.95c0.162,0.366 0.243,0.765 0.243,1.197c0,0.432 -0.081,0.831 -0.243,1.197c-0.162,0.366 -0.393,0.682 -0.693,0.949c-0.3,0.267 -0.66,0.476 -1.08,0.626c-0.42,0.15 -0.888,0.225 -1.404,0.225l-1.665,0l0,-5.994Zm1.665,5.328c0.36,0 0.698,-0.053 1.013,-0.158c0.315,-0.105 0.589,-0.256 0.823,-0.454c0.234,-0.198 0.419,-0.441 0.554,-0.729c0.135,-0.288 0.202,-0.618 0.202,-0.99c0,-0.366 -0.067,-0.695 -0.202,-0.986c-0.135,-0.291 -0.32,-0.535 -0.554,-0.733c-0.234,-0.198 -0.508,-0.35 -0.823,-0.455c-0.315,-0.105 -0.653,-0.157 -1.013,-0.157l-0.837,0l0,4.662l0.837,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M72.138,230.504l0.828,0l0,3.87c0,0.312 -0.051,0.604 -0.153,0.877c-0.102,0.273 -0.252,0.51 -0.45,0.711c-0.198,0.201 -0.442,0.359 -0.733,0.473c-0.291,0.114 -0.629,0.171 -1.013,0.171c-0.384,0 -0.721,-0.057 -1.012,-0.171c-0.291,-0.114 -0.536,-0.272 -0.734,-0.473c-0.198,-0.201 -0.348,-0.438 -0.45,-0.711c-0.102,-0.273 -0.153,-0.565 -0.153,-0.877l0,-3.87l0.828,0l0,3.906c0,0.45 0.128,0.816 0.383,1.098c0.255,0.282 0.634,0.423 1.138,0.423c0.504,0 0.884,-0.141 1.139,-0.423c0.255,-0.282 0.382,-0.648 0.382,-1.098l0,-3.906Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M77.961,234.941c0,0.258 -0.055,0.489 -0.166,0.693c-0.111,0.204 -0.261,0.378 -0.45,0.522c-0.189,0.144 -0.411,0.255 -0.666,0.333c-0.255,0.078 -0.53,0.117 -0.824,0.117c-0.288,0 -0.583,-0.03 -0.886,-0.09c-0.303,-0.06 -0.581,-0.15 -0.833,-0.27l0.162,-0.657c0.222,0.102 0.467,0.186 0.734,0.252c0.267,0.066 0.535,0.099 0.805,0.099c0.39,0 0.705,-0.083 0.945,-0.248c0.24,-0.165 0.36,-0.403 0.36,-0.715c0,-0.174 -0.034,-0.323 -0.103,-0.446c-0.069,-0.123 -0.164,-0.234 -0.284,-0.333c-0.12,-0.099 -0.259,-0.187 -0.418,-0.265c-0.159,-0.078 -0.329,-0.159 -0.509,-0.243c-0.204,-0.096 -0.4,-0.197 -0.589,-0.302c-0.189,-0.105 -0.356,-0.225 -0.5,-0.36c-0.144,-0.135 -0.259,-0.288 -0.346,-0.459c-0.087,-0.171 -0.131,-0.37 -0.131,-0.598c0,-0.258 0.047,-0.486 0.14,-0.684c0.093,-0.198 0.223,-0.363 0.391,-0.495c0.168,-0.132 0.369,-0.231 0.603,-0.297c0.234,-0.066 0.492,-0.099 0.774,-0.099c0.288,0 0.569,0.033 0.842,0.099c0.273,0.066 0.511,0.153 0.715,0.261l-0.153,0.657c-0.192,-0.102 -0.411,-0.186 -0.657,-0.252c-0.246,-0.066 -0.495,-0.099 -0.747,-0.099c-0.726,0 -1.089,0.282 -1.089,0.846c0,0.126 0.018,0.235 0.054,0.328c0.036,0.093 0.095,0.18 0.176,0.261c0.081,0.081 0.189,0.159 0.324,0.234c0.135,0.075 0.298,0.161 0.49,0.257c0.192,0.096 0.396,0.199 0.612,0.31c0.216,0.111 0.414,0.243 0.594,0.396c0.18,0.153 0.33,0.332 0.45,0.536c0.12,0.204 0.18,0.441 0.18,0.711Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,-21.8343,-97.8004)">
<path d="M50.259,230.396c0.27,0 0.552,0.025 0.846,0.076c0.294,0.051 0.54,0.119 0.738,0.203l-0.135,0.639c-0.204,-0.072 -0.423,-0.131 -0.657,-0.176c-0.234,-0.045 -0.465,-0.067 -0.693,-0.067c-0.75,0 -1.335,0.21 -1.755,0.63c-0.42,0.42 -0.63,1.02 -0.63,1.8c0,0.78 0.21,1.38 0.63,1.8c0.42,0.42 1.005,0.63 1.755,0.63c0.228,0 0.459,-0.023 0.693,-0.068c0.234,-0.045 0.453,-0.103 0.657,-0.175l0.135,0.639c-0.198,0.084 -0.444,0.151 -0.738,0.202c-0.294,0.051 -0.576,0.077 -0.846,0.077c-0.492,0 -0.931,-0.078 -1.318,-0.234c-0.387,-0.156 -0.713,-0.372 -0.977,-0.648c-0.264,-0.276 -0.466,-0.603 -0.607,-0.981c-0.141,-0.378 -0.212,-0.792 -0.212,-1.242c0,-0.45 0.071,-0.864 0.212,-1.242c0.141,-0.378 0.343,-0.705 0.607,-0.981c0.264,-0.276 0.59,-0.492 0.977,-0.648c0.387,-0.156 0.826,-0.234 1.318,-0.234Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M56.856,230.504l0.828,0l-2.151,5.994l-0.864,0l-2.151,-5.994l0.828,0l1.755,5.013l1.755,-5.013Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,-30.8343,91.9064)">
<rect x="47.523" y="230.504" width="0.828" height="5.994" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M54.12,236.498l-3.357,-4.707l0,4.707l-0.792,0l0,-5.994l0.792,0l3.357,4.707l0,-4.707l0.792,0l0,5.994l-0.792,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,101.166,91.9064)">
<path d="M50.088,236.606c-0.468,0 -0.885,-0.084 -1.251,-0.252c-0.366,-0.168 -0.672,-0.393 -0.918,-0.675c-0.246,-0.282 -0.433,-0.612 -0.562,-0.99c-0.129,-0.378 -0.194,-0.774 -0.194,-1.188c0,-0.414 0.065,-0.81 0.194,-1.188c0.129,-0.378 0.316,-0.708 0.562,-0.99c0.246,-0.282 0.552,-0.507 0.918,-0.675c0.366,-0.168 0.783,-0.252 1.251,-0.252c0.468,0 0.885,0.084 1.251,0.252c0.366,0.168 0.672,0.393 0.918,0.675c0.246,0.282 0.434,0.612 0.563,0.99c0.129,0.378 0.193,0.774 0.193,1.188c0,0.414 -0.064,0.81 -0.193,1.188c-0.129,0.378 -0.317,0.708 -0.563,0.99c-0.246,0.282 -0.552,0.507 -0.918,0.675c-0.366,0.168 -0.783,0.252 -1.251,0.252Zm0,-0.666c0.342,0 0.645,-0.063 0.909,-0.189c0.264,-0.126 0.483,-0.3 0.657,-0.522c0.174,-0.222 0.306,-0.482 0.396,-0.779c0.09,-0.297 0.135,-0.613 0.135,-0.949c0,-0.336 -0.045,-0.653 -0.135,-0.95c-0.09,-0.297 -0.222,-0.555 -0.396,-0.774c-0.174,-0.219 -0.393,-0.393 -0.657,-0.522c-0.264,-0.129 -0.567,-0.193 -0.909,-0.193c-0.342,0 -0.645,0.064 -0.909,0.193c-0.264,0.129 -0.483,0.303 -0.657,0.522c-0.174,0.219 -0.306,0.477 -0.396,0.774c-0.09,0.297 -0.135,0.614 -0.135,0.95c0,0.336 0.045,0.652 0.135,0.949c0.09,0.297 0.222,0.557 0.396,0.779c0.174,0.222 0.393,0.396 0.657,0.522c0.264,0.126 0.567,0.189 0.909,0.189Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M58.107,230.504l0.828,0l0,3.87c0,0.312 -0.051,0.604 -0.153,0.877c-0.102,0.273 -0.252,0.51 -0.45,0.711c-0.198,0.201 -0.442,0.359 -0.733,0.473c-0.291,0.114 -0.629,0.171 -1.013,0.171c-0.384,0 -0.721,-0.057 -1.012,-0.171c-0.291,-0.114 -0.536,-0.272 -0.734,-0.473c-0.198,-0.201 -0.348,-0.438 -0.45,-0.711c-0.102,-0.273 -0.153,-0.565 -0.153,-0.877l0,-3.87l0.828,0l0,3.906c0,0.45 0.128,0.816 0.383,1.098c0.255,0.282 0.634,0.423 1.138,0.423c0.504,0 0.884,-0.141 1.139,-0.423c0.255,-0.282 0.382,-0.648 0.382,-1.098l0,-3.906Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M64.308,230.504l0,0.675l-1.764,0l0,5.319l-0.828,0l0,-5.319l-1.764,0l0,-0.675l4.356,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,20.5875,-145.481)">
<path d="M48.306,230.504l0,5.319l2.502,0l0,0.675l-3.33,0l0,-5.994l0.828,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M51.861,230.504l3.339,0l0,0.675l-2.511,0l0,1.917l2.403,0l0,0.675l-2.403,0l0,2.052l2.538,0l0,0.675l-3.366,0l0,-5.994Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M60.294,230.504l0.828,0l-2.151,5.994l-0.864,0l-2.151,-5.994l0.828,0l1.755,5.013l1.755,-5.013Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M62.067,230.504l3.339,0l0,0.675l-2.511,0l0,1.917l2.403,0l0,0.675l-2.403,0l0,2.052l2.538,0l0,0.675l-3.366,0l0,-5.994Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M67.62,230.504l0,5.319l2.502,0l0,0.675l-3.33,0l0,-5.994l0.828,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,-21.8343,-15.8004)">
<path d="M50.259,230.396c0.27,0 0.552,0.025 0.846,0.076c0.294,0.051 0.54,0.119 0.738,0.203l-0.135,0.639c-0.204,-0.072 -0.423,-0.131 -0.657,-0.176c-0.234,-0.045 -0.465,-0.067 -0.693,-0.067c-0.75,0 -1.335,0.21 -1.755,0.63c-0.42,0.42 -0.63,1.02 -0.63,1.8c0,0.78 0.21,1.38 0.63,1.8c0.42,0.42 1.005,0.63 1.755,0.63c0.228,0 0.459,-0.023 0.693,-0.068c0.234,-0.045 0.453,-0.103 0.657,-0.175l0.135,0.639c-0.198,0.084 -0.444,0.151 -0.738,0.202c-0.294,0.051 -0.576,0.077 -0.846,0.077c-0.492,0 -0.931,-0.078 -1.318,-0.234c-0.387,-0.156 -0.713,-0.372 -0.977,-0.648c-0.264,-0.276 -0.466,-0.603 -0.607,-0.981c-0.141,-0.378 -0.212,-0.792 -0.212,-1.242c0,-0.45 0.071,-0.864 0.212,-1.242c0.141,-0.378 0.343,-0.705 0.607,-0.981c0.264,-0.276 0.59,-0.492 0.977,-0.648c0.387,-0.156 0.826,-0.234 1.318,-0.234Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M56.856,230.504l0.828,0l-2.151,5.994l-0.864,0l-2.151,-5.994l0.828,0l1.755,5.013l1.755,-5.013Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1.05796,0,0,1.05796,21.4691,-32.2968)">
<rect x="47.008" y="233.168" width="2.89" height="0.7" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M59.348,235.428l0,-1.98l1.98,0l0,-0.69l-1.98,0l0,-1.99l-0.71,0l0,1.99l-1.98,0l0,0.69l1.98,0l0,1.98l0.71,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1.05796,0,0,1.05796,21.4691,-114.297)">
<rect x="47.008" y="233.168" width="2.89" height="0.7" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M59.348,235.428l0,-1.98l1.98,0l0,-0.69l-1.98,0l0,-1.99l-0.71,0l0,1.99l-1.98,0l0,0.69l1.98,0l0,1.98l0.71,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,20.5875,-63.481)">
<path d="M48.306,230.504l0,5.319l2.502,0l0,0.675l-3.33,0l0,-5.994l0.828,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M51.861,230.504l3.339,0l0,0.675l-2.511,0l0,1.917l2.403,0l0,0.675l-2.403,0l0,2.052l2.538,0l0,0.675l-3.366,0l0,-5.994Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M60.294,230.504l0.828,0l-2.151,5.994l-0.864,0l-2.151,-5.994l0.828,0l1.755,5.013l1.755,-5.013Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M62.067,230.504l3.339,0l0,0.675l-2.511,0l0,1.917l2.403,0l0,0.675l-2.403,0l0,2.052l2.538,0l0,0.675l-3.366,0l0,-5.994Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M67.62,230.504l0,5.319l2.502,0l0,0.675l-3.33,0l0,-5.994l0.828,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,84.5757,-28.4814)">
<path d="M51.492,234.824c0,0.246 -0.055,0.472 -0.166,0.679c-0.111,0.207 -0.269,0.384 -0.473,0.531c-0.204,0.147 -0.448,0.261 -0.733,0.342c-0.285,0.081 -0.602,0.122 -0.95,0.122l-1.692,0l0,-5.994l1.854,0c0.288,0 0.552,0.034 0.792,0.103c0.24,0.069 0.446,0.168 0.617,0.297c0.171,0.129 0.303,0.284 0.396,0.464c0.093,0.18 0.139,0.378 0.139,0.594c0,0.348 -0.115,0.64 -0.346,0.877c-0.231,0.237 -0.527,0.416 -0.887,0.536c0.444,0.084 0.797,0.247 1.058,0.49c0.261,0.243 0.391,0.563 0.391,0.959Zm-0.792,-0.027c0,-0.18 -0.042,-0.338 -0.126,-0.473c-0.084,-0.135 -0.198,-0.246 -0.342,-0.333c-0.144,-0.087 -0.312,-0.151 -0.504,-0.193c-0.192,-0.042 -0.396,-0.063 -0.612,-0.063l-0.846,0l0,2.115l0.954,0c0.45,0 0.809,-0.089 1.076,-0.266c0.267,-0.177 0.4,-0.439 0.4,-0.787Zm-1.665,-1.71c0.204,0 0.395,-0.024 0.572,-0.072c0.177,-0.048 0.33,-0.117 0.459,-0.207c0.129,-0.09 0.229,-0.198 0.301,-0.324c0.072,-0.126 0.108,-0.27 0.108,-0.432c0,-0.3 -0.112,-0.525 -0.337,-0.675c-0.225,-0.15 -0.518,-0.225 -0.878,-0.225l-0.99,0l0,1.935l0.765,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="52.779" y="230.504" width="0.828" height="5.994" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M60.339,236.498l-0.846,0l-0.549,-1.449l-2.799,0l-0.54,1.449l-0.846,0l2.385,-5.994l0.81,0l2.385,5.994Zm-3.942,-2.115l2.304,0l-1.152,-3.123l-1.152,3.123Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M64.902,234.941c0,0.258 -0.055,0.489 -0.166,0.693c-0.111,0.204 -0.261,0.378 -0.45,0.522c-0.189,0.144 -0.411,0.255 -0.666,0.333c-0.255,0.078 -0.53,0.117 -0.824,0.117c-0.288,0 -0.583,-0.03 -0.886,-0.09c-0.303,-0.06 -0.581,-0.15 -0.833,-0.27l0.162,-0.657c0.222,0.102 0.467,0.186 0.734,0.252c0.267,0.066 0.535,0.099 0.805,0.099c0.39,0 0.705,-0.083 0.945,-0.248c0.24,-0.165 0.36,-0.403 0.36,-0.715c0,-0.174 -0.034,-0.323 -0.103,-0.446c-0.069,-0.123 -0.164,-0.234 -0.284,-0.333c-0.12,-0.099 -0.259,-0.187 -0.418,-0.265c-0.159,-0.078 -0.329,-0.159 -0.509,-0.243c-0.204,-0.096 -0.4,-0.197 -0.589,-0.302c-0.189,-0.105 -0.356,-0.225 -0.5,-0.36c-0.144,-0.135 -0.259,-0.288 -0.346,-0.459c-0.087,-0.171 -0.131,-0.37 -0.131,-0.598c0,-0.258 0.047,-0.486 0.14,-0.684c0.093,-0.198 0.223,-0.363 0.391,-0.495c0.168,-0.132 0.369,-0.231 0.603,-0.297c0.234,-0.066 0.492,-0.099 0.774,-0.099c0.288,0 0.569,0.033 0.842,0.099c0.273,0.066 0.511,0.153 0.715,0.261l-0.153,0.657c-0.192,-0.102 -0.411,-0.186 -0.657,-0.252c-0.246,-0.066 -0.495,-0.099 -0.747,-0.099c-0.726,0 -1.089,0.282 -1.089,0.846c0,0.126 0.018,0.235 0.054,0.328c0.036,0.093 0.095,0.18 0.176,0.261c0.081,0.081 0.189,0.159 0.324,0.234c0.135,0.075 0.298,0.161 0.49,0.257c0.192,0.096 0.396,0.199 0.612,0.31c0.216,0.111 0.414,0.243 0.594,0.396c0.18,0.153 0.33,0.332 0.45,0.536c0.12,0.204 0.18,0.441 0.18,0.711Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
</g>
<g id="Arrow" transform="matrix(-0.707107,0.707107,-0.95159,-0.95159,164.125,265.639)">
<path d="M26.442,119.338l5.493,-4.254l5.492,4.254l-10.985,0Z" style="fill:#fcfcfc;fill-rule:nonzero;"/>
</g>
<g id="Arrow1" serif:id="Arrow" transform="matrix(-0.707107,0.707107,-0.894943,-0.894943,157.606,178.12)">
<path d="M26.442,119.338l5.493,-4.254l5.492,4.254l-10.985,0Z" style="fill:#fcfcfc;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.997836,0,0,1,3.29382,0.255458)">
<g id="Title">
<path d="M22.098,39.727l1.753,-5.278l0.717,0l-2.044,6.13l-0.817,0l-2.079,-6.13l0.716,0l1.754,5.278Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M26.075,37.406c0,0.469 0.061,0.876 0.182,1.22c0.122,0.344 0.282,0.63 0.479,0.857c0.198,0.227 0.422,0.395 0.673,0.505c0.25,0.11 0.504,0.165 0.762,0.165c0.267,0 0.508,-0.048 0.723,-0.145c0.215,-0.097 0.403,-0.224 0.563,-0.382c0.159,-0.159 0.291,-0.339 0.395,-0.543c0.104,-0.204 0.178,-0.412 0.222,-0.626l0.664,0c-0.062,0.316 -0.163,0.613 -0.304,0.89c-0.14,0.276 -0.318,0.517 -0.534,0.723c-0.215,0.205 -0.467,0.366 -0.755,0.485c-0.289,0.119 -0.613,0.178 -0.974,0.178c-0.419,0 -0.797,-0.075 -1.136,-0.226c-0.338,-0.151 -0.627,-0.369 -0.866,-0.655c-0.238,-0.286 -0.422,-0.635 -0.551,-1.048c-0.129,-0.413 -0.193,-0.88 -0.193,-1.402c0,-0.404 0.061,-0.793 0.184,-1.167c0.123,-0.373 0.301,-0.704 0.534,-0.993c0.233,-0.288 0.519,-0.518 0.857,-0.69c0.338,-0.171 0.724,-0.257 1.158,-0.257c0.363,0 0.688,0.048 0.976,0.145c0.287,0.097 0.536,0.231 0.749,0.402c0.212,0.172 0.39,0.375 0.534,0.611c0.143,0.236 0.255,0.494 0.334,0.776l-0.69,0c-0.161,-0.46 -0.396,-0.802 -0.706,-1.026c-0.309,-0.225 -0.708,-0.337 -1.197,-0.337c-0.305,0 -0.585,0.068 -0.839,0.203c-0.255,0.134 -0.475,0.317 -0.66,0.549c-0.184,0.231 -0.328,0.501 -0.43,0.808c-0.103,0.308 -0.154,0.635 -0.154,0.98Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M38.199,34.449l0,0.593l-3.339,0l0,2.074l2.9,0l0,0.594l-2.9,0l0,2.869l-0.651,0l0,-6.13l3.99,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M44.853,37.507c0,0.472 -0.061,0.906 -0.183,1.301c-0.121,0.396 -0.299,0.736 -0.534,1.022c-0.234,0.286 -0.522,0.508 -0.863,0.666c-0.341,0.158 -0.732,0.237 -1.171,0.237c-0.44,0 -0.83,-0.079 -1.171,-0.237c-0.342,-0.158 -0.629,-0.38 -0.862,-0.666c-0.233,-0.286 -0.41,-0.626 -0.531,-1.022c-0.122,-0.395 -0.183,-0.829 -0.183,-1.301c0,-0.468 0.061,-0.9 0.183,-1.294c0.121,-0.394 0.298,-0.733 0.531,-1.017c0.233,-0.284 0.52,-0.505 0.862,-0.664c0.341,-0.158 0.731,-0.237 1.171,-0.237c0.439,0 0.83,0.079 1.171,0.237c0.341,0.159 0.629,0.38 0.863,0.664c0.235,0.284 0.413,0.623 0.534,1.017c0.122,0.394 0.183,0.826 0.183,1.294Zm-0.655,0c0,-0.413 -0.054,-0.782 -0.163,-1.109c-0.108,-0.327 -0.257,-0.604 -0.446,-0.831c-0.189,-0.227 -0.411,-0.4 -0.665,-0.518c-0.255,-0.119 -0.529,-0.178 -0.822,-0.178c-0.296,0 -0.571,0.059 -0.826,0.178c-0.255,0.118 -0.476,0.291 -0.664,0.518c-0.187,0.227 -0.335,0.504 -0.442,0.831c-0.107,0.327 -0.16,0.696 -0.16,1.109c0,0.414 0.053,0.784 0.16,1.112c0.107,0.328 0.255,0.606 0.442,0.833c0.188,0.227 0.409,0.401 0.664,0.521c0.255,0.12 0.53,0.18 0.826,0.18c0.293,0 0.567,-0.06 0.822,-0.18c0.254,-0.12 0.476,-0.294 0.665,-0.521c0.189,-0.227 0.338,-0.505 0.446,-0.833c0.109,-0.328 0.163,-0.698 0.163,-1.112Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M46.909,34.449l0,5.537l3.081,0l0,0.593l-3.731,0l0,-6.13l0.65,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M51.352,34.449l2.272,0c0.27,0 0.522,0.037 0.758,0.11c0.236,0.073 0.452,0.176 0.649,0.31c0.196,0.133 0.37,0.293 0.522,0.481c0.153,0.187 0.282,0.394 0.387,0.619c0.106,0.226 0.186,0.468 0.242,0.728c0.056,0.259 0.083,0.528 0.083,0.806c0,0.437 -0.064,0.842 -0.193,1.215c-0.129,0.374 -0.31,0.699 -0.543,0.976c-0.233,0.277 -0.511,0.493 -0.835,0.65c-0.323,0.157 -0.68,0.235 -1.07,0.235l-2.272,0l0,-6.13Zm0.651,5.537l1.362,0c0.322,0 0.621,-0.056 0.896,-0.167c0.276,-0.111 0.514,-0.272 0.715,-0.483c0.2,-0.211 0.357,-0.47 0.47,-0.776c0.113,-0.306 0.169,-0.654 0.169,-1.044c0,-0.425 -0.057,-0.793 -0.171,-1.105c-0.115,-0.312 -0.273,-0.569 -0.475,-0.771c-0.202,-0.202 -0.44,-0.352 -0.714,-0.451c-0.274,-0.098 -0.571,-0.147 -0.89,-0.147l-1.362,0l0,4.944Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M61.759,34.449l0,0.593l-3.437,0l0,2.074l3.234,0l0,0.594l-3.234,0l0,2.276l3.59,0l0,0.593l-4.24,0l0,-6.13l4.087,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M67.797,36.194c0,0.152 -0.019,0.301 -0.055,0.448c-0.037,0.146 -0.091,0.285 -0.163,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.159,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.238,0.29c0.057,0.11 0.096,0.23 0.118,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.037,0.124 0.083,0.238 0.139,0.34l-0.708,0c-0.029,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.029,-0.122 -0.037,-0.187c-0.009,-0.064 -0.015,-0.127 -0.018,-0.187c-0.003,-0.06 -0.004,-0.112 -0.004,-0.156l0,-0.975c0,-0.117 -0.02,-0.234 -0.06,-0.35c-0.039,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.317,-0.084 -0.522,-0.084l-1.855,0l0,2.628l-0.65,0l0,-6.13l2.505,0c0.298,0 0.563,0.052 0.793,0.156c0.23,0.104 0.423,0.239 0.58,0.404c0.157,0.166 0.275,0.353 0.356,0.561c0.08,0.208 0.121,0.416 0.121,0.624Zm-3.705,1.182l1.855,0c0.161,0 0.313,-0.031 0.457,-0.093c0.143,-0.061 0.27,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.261,-0.377c0.065,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.251,-0.363c-0.107,-0.102 -0.233,-0.182 -0.38,-0.239c-0.146,-0.057 -0.305,-0.086 -0.474,-0.086l-1.855,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="73.448" y="33.557" width="0.523" height="8.24" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M79.912,38.663c0.015,0.22 0.065,0.421 0.15,0.605c0.085,0.183 0.198,0.342 0.338,0.476c0.141,0.135 0.307,0.24 0.499,0.315c0.192,0.074 0.402,0.112 0.631,0.112c0.205,0 0.401,-0.023 0.588,-0.069c0.188,-0.045 0.353,-0.117 0.497,-0.215c0.144,-0.098 0.258,-0.225 0.343,-0.382c0.085,-0.157 0.127,-0.347 0.127,-0.569c0,-0.182 -0.046,-0.336 -0.138,-0.464c-0.093,-0.127 -0.214,-0.237 -0.365,-0.329c-0.151,-0.093 -0.322,-0.173 -0.514,-0.24c-0.192,-0.067 -0.386,-0.13 -0.582,-0.189c-0.164,-0.047 -0.329,-0.098 -0.495,-0.154c-0.165,-0.055 -0.325,-0.118 -0.479,-0.189c-0.154,-0.07 -0.297,-0.151 -0.43,-0.241c-0.134,-0.091 -0.249,-0.198 -0.348,-0.321c-0.098,-0.123 -0.175,-0.263 -0.233,-0.42c-0.057,-0.157 -0.085,-0.338 -0.085,-0.543c0,-0.255 0.05,-0.479 0.149,-0.674c0.1,-0.195 0.24,-0.358 0.42,-0.49c0.18,-0.132 0.395,-0.232 0.646,-0.301c0.25,-0.069 0.525,-0.103 0.824,-0.103c0.266,0 0.502,0.026 0.707,0.079c0.205,0.052 0.384,0.124 0.536,0.215c0.153,0.091 0.282,0.197 0.387,0.319c0.106,0.121 0.192,0.249 0.259,0.384c0.068,0.135 0.118,0.274 0.15,0.418c0.032,0.143 0.053,0.281 0.061,0.413l-0.668,0c-0.017,-0.205 -0.066,-0.386 -0.147,-0.541c-0.08,-0.155 -0.184,-0.286 -0.312,-0.391c-0.127,-0.105 -0.274,-0.185 -0.441,-0.237c-0.167,-0.053 -0.345,-0.079 -0.532,-0.079c-0.173,0 -0.342,0.017 -0.508,0.052c-0.165,0.035 -0.313,0.092 -0.444,0.17c-0.13,0.077 -0.235,0.179 -0.316,0.305c-0.081,0.126 -0.121,0.28 -0.121,0.461c0,0.188 0.046,0.347 0.136,0.477c0.091,0.131 0.213,0.243 0.365,0.336c0.152,0.094 0.326,0.175 0.521,0.242c0.195,0.067 0.396,0.133 0.604,0.198c0.164,0.053 0.329,0.106 0.495,0.16c0.165,0.054 0.324,0.117 0.476,0.187c0.153,0.07 0.294,0.15 0.424,0.239c0.131,0.09 0.244,0.194 0.339,0.312c0.095,0.119 0.17,0.255 0.226,0.409c0.056,0.154 0.084,0.331 0.084,0.53c0,0.299 -0.055,0.561 -0.165,0.789c-0.11,0.227 -0.263,0.416 -0.459,0.569c-0.197,0.152 -0.43,0.267 -0.699,0.345c-0.27,0.077 -0.564,0.116 -0.883,0.116c-0.288,0 -0.567,-0.049 -0.84,-0.147c-0.272,-0.098 -0.515,-0.237 -0.727,-0.418c-0.213,-0.18 -0.384,-0.399 -0.514,-0.657c-0.131,-0.257 -0.2,-0.547 -0.209,-0.87l0.672,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M85.797,34.449l0,2.667l3.335,0l0,-2.667l0.65,0l0,6.13l-0.65,0l0,-2.883l-3.335,0l0,2.883l-0.651,0l0,-6.13l0.651,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M94.353,34.449l2.228,6.13l-0.677,0l-0.707,-1.951l-2.606,0l-0.708,1.951l-0.672,0l2.245,-6.13l0.897,0Zm-0.457,0.606l-1.125,3.081l2.245,0l-1.12,-3.081Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M97.996,34.449l2.32,0c0.299,0 0.563,0.052 0.791,0.156c0.229,0.104 0.421,0.239 0.576,0.404c0.155,0.166 0.273,0.353 0.354,0.561c0.08,0.208 0.12,0.416 0.12,0.624c0,0.222 -0.04,0.439 -0.12,0.65c-0.081,0.211 -0.2,0.398 -0.356,0.562c-0.157,0.164 -0.35,0.296 -0.578,0.396c-0.229,0.1 -0.491,0.149 -0.787,0.149l-1.67,0l0,2.628l-0.65,0l0,-6.13Zm0.65,2.927l1.67,0c0.158,0 0.309,-0.031 0.453,-0.093c0.143,-0.061 0.27,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.261,-0.377c0.065,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.25,-0.363c-0.107,-0.102 -0.233,-0.182 -0.378,-0.239c-0.145,-0.057 -0.303,-0.086 -0.473,-0.086l-1.67,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M107.655,34.449l0,0.593l-3.436,0l0,2.074l3.234,0l0,0.594l-3.234,0l0,2.276l3.59,0l0,0.593l-4.241,0l0,-6.13l4.087,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M113.693,36.194c0,0.152 -0.018,0.301 -0.055,0.448c-0.036,0.146 -0.091,0.285 -0.162,0.415c-0.072,0.13 -0.162,0.25 -0.271,0.358c-0.108,0.109 -0.233,0.202 -0.373,0.281c0.158,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.237,0.29c0.057,0.11 0.097,0.23 0.119,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.036,0.124 0.082,0.238 0.138,0.34l-0.708,0c-0.029,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.028,-0.122 -0.037,-0.187c-0.009,-0.064 -0.015,-0.127 -0.018,-0.187c-0.003,-0.06 -0.004,-0.112 -0.004,-0.156l0,-0.975c0,-0.117 -0.02,-0.234 -0.059,-0.35c-0.04,-0.115 -0.104,-0.219 -0.194,-0.309c-0.089,-0.091 -0.205,-0.164 -0.349,-0.22c-0.144,-0.056 -0.318,-0.084 -0.523,-0.084l-1.854,0l0,2.628l-0.651,0l0,-6.13l2.505,0c0.299,0 0.563,0.052 0.793,0.156c0.23,0.104 0.424,0.239 0.58,0.404c0.157,0.166 0.276,0.353 0.356,0.561c0.081,0.208 0.121,0.416 0.121,0.624Zm-3.704,1.182l1.854,0c0.161,0 0.314,-0.031 0.457,-0.093c0.144,-0.061 0.27,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.262,-0.377c0.064,-0.144 0.096,-0.299 0.096,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.143,-0.26 -0.25,-0.363c-0.107,-0.102 -0.234,-0.182 -0.38,-0.239c-0.147,-0.057 -0.305,-0.086 -0.475,-0.086l-1.854,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="119.344" y="33.557" width="0.523" height="8.24" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M125.554,34.449l2.272,0c0.269,0 0.522,0.037 0.758,0.11c0.236,0.073 0.452,0.176 0.648,0.31c0.196,0.133 0.371,0.293 0.523,0.481c0.152,0.187 0.281,0.394 0.387,0.619c0.105,0.226 0.186,0.468 0.242,0.728c0.055,0.259 0.083,0.528 0.083,0.806c0,0.437 -0.064,0.842 -0.193,1.215c-0.129,0.374 -0.31,0.699 -0.543,0.976c-0.233,0.277 -0.511,0.493 -0.835,0.65c-0.324,0.157 -0.68,0.235 -1.07,0.235l-2.272,0l0,-6.13Zm0.65,5.537l1.363,0c0.322,0 0.621,-0.056 0.896,-0.167c0.276,-0.111 0.514,-0.272 0.714,-0.483c0.201,-0.211 0.358,-0.47 0.47,-0.776c0.113,-0.306 0.17,-0.654 0.17,-1.044c0,-0.425 -0.057,-0.793 -0.172,-1.105c-0.114,-0.312 -0.272,-0.569 -0.474,-0.771c-0.202,-0.202 -0.441,-0.352 -0.714,-0.451c-0.274,-0.098 -0.571,-0.147 -0.89,-0.147l-1.363,0l0,4.944Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M135.96,34.449l0,0.593l-3.436,0l0,2.074l3.234,0l0,0.594l-3.234,0l0,2.276l3.59,0l0,0.593l-4.241,0l0,-6.13l4.087,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M137.898,38.663c0.015,0.22 0.065,0.421 0.15,0.605c0.085,0.183 0.197,0.342 0.338,0.476c0.141,0.135 0.307,0.24 0.499,0.315c0.192,0.074 0.402,0.112 0.63,0.112c0.205,0 0.402,-0.023 0.589,-0.069c0.188,-0.045 0.353,-0.117 0.497,-0.215c0.143,-0.098 0.258,-0.225 0.343,-0.382c0.085,-0.157 0.127,-0.347 0.127,-0.569c0,-0.182 -0.046,-0.336 -0.138,-0.464c-0.093,-0.127 -0.214,-0.237 -0.365,-0.329c-0.151,-0.093 -0.322,-0.173 -0.514,-0.24c-0.192,-0.067 -0.386,-0.13 -0.583,-0.189c-0.164,-0.047 -0.328,-0.098 -0.494,-0.154c-0.165,-0.055 -0.325,-0.118 -0.479,-0.189c-0.154,-0.07 -0.297,-0.151 -0.431,-0.241c-0.133,-0.091 -0.249,-0.198 -0.347,-0.321c-0.098,-0.123 -0.176,-0.263 -0.233,-0.42c-0.057,-0.157 -0.085,-0.338 -0.085,-0.543c0,-0.255 0.049,-0.479 0.149,-0.674c0.1,-0.195 0.24,-0.358 0.42,-0.49c0.18,-0.132 0.395,-0.232 0.646,-0.301c0.25,-0.069 0.525,-0.103 0.824,-0.103c0.266,0 0.502,0.026 0.707,0.079c0.205,0.052 0.384,0.124 0.536,0.215c0.153,0.091 0.282,0.197 0.387,0.319c0.106,0.121 0.192,0.249 0.259,0.384c0.068,0.135 0.118,0.274 0.15,0.418c0.032,0.143 0.052,0.281 0.061,0.413l-0.668,0c-0.017,-0.205 -0.066,-0.386 -0.147,-0.541c-0.08,-0.155 -0.184,-0.286 -0.312,-0.391c-0.127,-0.105 -0.275,-0.185 -0.442,-0.237c-0.167,-0.053 -0.344,-0.079 -0.531,-0.079c-0.173,0 -0.342,0.017 -0.508,0.052c-0.165,0.035 -0.313,0.092 -0.444,0.17c-0.13,0.077 -0.236,0.179 -0.316,0.305c-0.081,0.126 -0.121,0.28 -0.121,0.461c0,0.188 0.045,0.347 0.136,0.477c0.091,0.131 0.213,0.243 0.365,0.336c0.152,0.094 0.326,0.175 0.521,0.242c0.195,0.067 0.396,0.133 0.604,0.198c0.164,0.053 0.329,0.106 0.494,0.16c0.166,0.054 0.325,0.117 0.477,0.187c0.153,0.07 0.294,0.15 0.424,0.239c0.131,0.09 0.243,0.194 0.339,0.312c0.095,0.119 0.17,0.255 0.226,0.409c0.056,0.154 0.083,0.331 0.083,0.53c0,0.299 -0.054,0.561 -0.164,0.789c-0.11,0.227 -0.263,0.416 -0.46,0.569c-0.196,0.152 -0.429,0.267 -0.698,0.345c-0.27,0.077 -0.564,0.116 -0.884,0.116c-0.287,0 -0.567,-0.049 -0.839,-0.147c-0.272,-0.098 -0.515,-0.237 -0.727,-0.418c-0.213,-0.18 -0.384,-0.399 -0.514,-0.657c-0.131,-0.257 -0.2,-0.547 -0.209,-0.87l0.672,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M147.434,34.449l0,0.593l-2.03,0l0,5.537l-0.65,0l0,-5.537l-2.026,0l0,-0.593l4.706,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M153.138,36.194c0,0.152 -0.018,0.301 -0.054,0.448c-0.037,0.146 -0.091,0.285 -0.163,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.158,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.237,0.29c0.057,0.11 0.097,0.23 0.119,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.036,0.124 0.083,0.238 0.138,0.34l-0.707,0c-0.03,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.029,-0.122 -0.038,-0.187c-0.008,-0.064 -0.014,-0.127 -0.017,-0.187c-0.003,-0.06 -0.005,-0.112 -0.005,-0.156l0,-0.975c0,-0.117 -0.019,-0.234 -0.059,-0.35c-0.04,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.318,-0.084 -0.523,-0.084l-1.854,0l0,2.628l-0.651,0l0,-6.13l2.505,0c0.299,0 0.564,0.052 0.794,0.156c0.23,0.104 0.423,0.239 0.58,0.404c0.156,0.166 0.275,0.353 0.356,0.561c0.08,0.208 0.12,0.416 0.12,0.624Zm-3.704,1.182l1.854,0c0.161,0 0.314,-0.031 0.457,-0.093c0.144,-0.061 0.271,-0.146 0.38,-0.255c0.11,-0.108 0.198,-0.234 0.262,-0.377c0.064,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.251,-0.363c-0.107,-0.102 -0.234,-0.182 -0.38,-0.239c-0.147,-0.057 -0.305,-0.086 -0.475,-0.086l-1.854,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M155.516,34.449l0,4.131c0,0.249 0.046,0.472 0.138,0.67c0.093,0.198 0.213,0.365 0.361,0.503c0.148,0.138 0.315,0.243 0.501,0.317c0.186,0.073 0.374,0.109 0.564,0.109c0.2,0 0.399,-0.033 0.6,-0.101c0.201,-0.067 0.381,-0.167 0.541,-0.299c0.159,-0.131 0.29,-0.296 0.391,-0.494c0.101,-0.198 0.151,-0.427 0.151,-0.688l0,-4.148l0.651,0l0,4.104c0,0.238 -0.032,0.457 -0.095,0.657c-0.063,0.201 -0.15,0.383 -0.261,0.547c-0.111,0.165 -0.242,0.309 -0.391,0.433c-0.15,0.125 -0.311,0.23 -0.484,0.315c-0.172,0.085 -0.352,0.148 -0.538,0.191c-0.186,0.042 -0.371,0.063 -0.556,0.063c-0.176,0 -0.353,-0.021 -0.532,-0.063c-0.178,-0.043 -0.35,-0.106 -0.514,-0.189c-0.164,-0.084 -0.318,-0.188 -0.461,-0.312c-0.144,-0.125 -0.268,-0.269 -0.374,-0.433c-0.105,-0.164 -0.189,-0.349 -0.25,-0.554c-0.062,-0.205 -0.093,-0.429 -0.093,-0.672l0,-4.087l0.651,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M161.475,37.406c0,0.469 0.061,0.876 0.182,1.22c0.122,0.344 0.281,0.63 0.479,0.857c0.198,0.227 0.422,0.395 0.673,0.505c0.25,0.11 0.504,0.165 0.762,0.165c0.267,0 0.508,-0.048 0.723,-0.145c0.215,-0.097 0.403,-0.224 0.562,-0.382c0.16,-0.159 0.292,-0.339 0.396,-0.543c0.104,-0.204 0.178,-0.412 0.222,-0.626l0.663,0c-0.061,0.316 -0.162,0.613 -0.303,0.89c-0.14,0.276 -0.318,0.517 -0.534,0.723c-0.215,0.205 -0.467,0.366 -0.756,0.485c-0.288,0.119 -0.613,0.178 -0.973,0.178c-0.419,0 -0.798,-0.075 -1.136,-0.226c-0.338,-0.151 -0.627,-0.369 -0.866,-0.655c-0.238,-0.286 -0.422,-0.635 -0.551,-1.048c-0.129,-0.413 -0.194,-0.88 -0.194,-1.402c0,-0.404 0.062,-0.793 0.185,-1.167c0.123,-0.373 0.301,-0.704 0.534,-0.993c0.233,-0.288 0.519,-0.518 0.857,-0.69c0.338,-0.171 0.724,-0.257 1.158,-0.257c0.363,0 0.688,0.048 0.975,0.145c0.288,0.097 0.537,0.231 0.75,0.402c0.212,0.172 0.39,0.375 0.534,0.611c0.143,0.236 0.255,0.494 0.334,0.776l-0.69,0c-0.161,-0.46 -0.397,-0.802 -0.706,-1.026c-0.309,-0.225 -0.708,-0.337 -1.197,-0.337c-0.305,0 -0.585,0.068 -0.839,0.203c-0.255,0.134 -0.475,0.317 -0.66,0.549c-0.184,0.231 -0.328,0.501 -0.43,0.808c-0.103,0.308 -0.154,0.635 -0.154,0.98Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M171.859,34.449l0,0.593l-2.03,0l0,5.537l-0.651,0l0,-5.537l-2.025,0l0,-0.593l4.706,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M178.354,37.507c0,0.472 -0.061,0.906 -0.182,1.301c-0.122,0.396 -0.3,0.736 -0.534,1.022c-0.234,0.286 -0.522,0.508 -0.864,0.666c-0.341,0.158 -0.731,0.237 -1.171,0.237c-0.439,0 -0.83,-0.079 -1.171,-0.237c-0.341,-0.158 -0.628,-0.38 -0.861,-0.666c-0.233,-0.286 -0.41,-0.626 -0.532,-1.022c-0.122,-0.395 -0.182,-0.829 -0.182,-1.301c0,-0.468 0.06,-0.9 0.182,-1.294c0.122,-0.394 0.299,-0.733 0.532,-1.017c0.233,-0.284 0.52,-0.505 0.861,-0.664c0.341,-0.158 0.732,-0.237 1.171,-0.237c0.44,0 0.83,0.079 1.171,0.237c0.342,0.159 0.63,0.38 0.864,0.664c0.234,0.284 0.412,0.623 0.534,1.017c0.121,0.394 0.182,0.826 0.182,1.294Zm-0.655,0c0,-0.413 -0.054,-0.782 -0.162,-1.109c-0.109,-0.327 -0.257,-0.604 -0.446,-0.831c-0.189,-0.227 -0.411,-0.4 -0.666,-0.518c-0.255,-0.119 -0.529,-0.178 -0.822,-0.178c-0.296,0 -0.571,0.059 -0.826,0.178c-0.255,0.118 -0.476,0.291 -0.663,0.518c-0.188,0.227 -0.335,0.504 -0.442,0.831c-0.107,0.327 -0.161,0.696 -0.161,1.109c0,0.414 0.054,0.784 0.161,1.112c0.107,0.328 0.254,0.606 0.442,0.833c0.187,0.227 0.408,0.401 0.663,0.521c0.255,0.12 0.53,0.18 0.826,0.18c0.293,0 0.567,-0.06 0.822,-0.18c0.255,-0.12 0.477,-0.294 0.666,-0.521c0.189,-0.227 0.337,-0.505 0.446,-0.833c0.108,-0.328 0.162,-0.698 0.162,-1.112Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M184.115,36.194c0,0.152 -0.018,0.301 -0.054,0.448c-0.037,0.146 -0.091,0.285 -0.163,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.158,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.237,0.29c0.058,0.11 0.097,0.23 0.119,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.037,0.124 0.083,0.238 0.138,0.34l-0.707,0c-0.029,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.029,-0.122 -0.038,-0.187c-0.008,-0.064 -0.014,-0.127 -0.017,-0.187c-0.003,-0.06 -0.005,-0.112 -0.005,-0.156l0,-0.975c0,-0.117 -0.019,-0.234 -0.059,-0.35c-0.039,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.318,-0.084 -0.523,-0.084l-1.854,0l0,2.628l-0.65,0l0,-6.13l2.504,0c0.299,0 0.564,0.052 0.794,0.156c0.23,0.104 0.423,0.239 0.58,0.404c0.156,0.166 0.275,0.353 0.356,0.561c0.08,0.208 0.12,0.416 0.12,0.624Zm-3.704,1.182l1.854,0c0.162,0 0.314,-0.031 0.457,-0.093c0.144,-0.061 0.271,-0.146 0.381,-0.255c0.109,-0.108 0.197,-0.234 0.261,-0.377c0.064,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.251,-0.363c-0.107,-0.102 -0.234,-0.182 -0.38,-0.239c-0.146,-0.057 -0.305,-0.086 -0.475,-0.086l-1.854,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
</g>
</svg>

+ 2
- 0
plugins/community/repos/LindenbergResearch/src/BlankPanel.cpp View File

@@ -28,6 +28,8 @@ struct BlankPanel : Module {
void BlankPanel::step() { void BlankPanel::step() {


} }


/** /**
* @brief Blank Panel with Logo * @brief Blank Panel with Logo
*/ */


+ 585
- 585
plugins/community/repos/LindenbergResearch/src/LRComponents.hpp
File diff suppressed because it is too large
View File


+ 13
- 17
plugins/community/repos/LindenbergResearch/src/LindenbergResearch.cpp View File

@@ -2,18 +2,16 @@


using namespace rack; using namespace rack;


RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, SimpleFilter);
RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, MS20Filter);
RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, AlmaFilter); RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, AlmaFilter);
RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, ReShaper);
RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, Westcoast_v1);
RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, Westcoast);

RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, VCO);

RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, BlankPanel); RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, BlankPanel);
RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, BlankPanelM1); RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, BlankPanelM1);
// RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, BlankPanelSmall);
RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, BlankPanelSmall);
RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, MS20Filter);
RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, QuickMix);
RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, ReShaper);
RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, SimpleFilter);
RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, VCO);
RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, Westcoast);


RACK_PLUGIN_INIT(LindenbergResearch) { RACK_PLUGIN_INIT(LindenbergResearch) {
RACK_PLUGIN_INIT_ID(); RACK_PLUGIN_INIT_ID();
@@ -21,16 +19,14 @@ RACK_PLUGIN_INIT(LindenbergResearch) {
RACK_PLUGIN_INIT_WEBSITE("https://github.com/lindenbergresearch/LRTRack"); RACK_PLUGIN_INIT_WEBSITE("https://github.com/lindenbergresearch/LRTRack");
RACK_PLUGIN_INIT_MANUAL("https://github.com/lindenbergresearch/LRTRack"); RACK_PLUGIN_INIT_MANUAL("https://github.com/lindenbergresearch/LRTRack");


RACK_PLUGIN_MODEL_ADD(LindenbergResearch, AlmaFilter);
RACK_PLUGIN_MODEL_ADD(LindenbergResearch, BlankPanel);
RACK_PLUGIN_MODEL_ADD(LindenbergResearch, BlankPanelM1);
RACK_PLUGIN_MODEL_ADD(LindenbergResearch, BlankPanelSmall);
RACK_PLUGIN_MODEL_ADD(LindenbergResearch, SimpleFilter); RACK_PLUGIN_MODEL_ADD(LindenbergResearch, SimpleFilter);
RACK_PLUGIN_MODEL_ADD(LindenbergResearch, MS20Filter); RACK_PLUGIN_MODEL_ADD(LindenbergResearch, MS20Filter);
RACK_PLUGIN_MODEL_ADD(LindenbergResearch, AlmaFilter);
RACK_PLUGIN_MODEL_ADD(LindenbergResearch, QuickMix);
RACK_PLUGIN_MODEL_ADD(LindenbergResearch, ReShaper); RACK_PLUGIN_MODEL_ADD(LindenbergResearch, ReShaper);
RACK_PLUGIN_MODEL_ADD(LindenbergResearch, Westcoast_v1);
RACK_PLUGIN_MODEL_ADD(LindenbergResearch, Westcoast);

RACK_PLUGIN_MODEL_ADD(LindenbergResearch, VCO); RACK_PLUGIN_MODEL_ADD(LindenbergResearch, VCO);

RACK_PLUGIN_MODEL_ADD(LindenbergResearch, BlankPanel);
RACK_PLUGIN_MODEL_ADD(LindenbergResearch, BlankPanelM1);
// RACK_PLUGIN_MODEL_ADD(LindenbergResearch, BlankPanelSmall); // crash
RACK_PLUGIN_MODEL_ADD(LindenbergResearch, Westcoast);
} }

+ 139
- 0
plugins/community/repos/LindenbergResearch/src/QuickMix.cpp View File

@@ -0,0 +1,139 @@
#include <dsp/functions.hpp>
#include "LindenbergResearch.hpp"

using namespace rack;
using namespace lrt;

namespace rack_plugin_LindenbergResearch {

struct QuickMix : Module {
enum ParamIds {
LEVEL1_PARAM,
LEVEL2_PARAM,
LEVEL3_PARAM,
LEVEL4_PARAM,
LEVEL5_PARAM,
LEVEL6_PARAM,
LEVELM_PARAM,
NUM_PARAMS
};
enum InputIds {
M1_INPUT,
M2_INPUT,
M3_INPUT,
M4_INPUT,
M5_INPUT,
M6_INPUT,
NUM_INPUTS
};
enum OutputIds {
MASTER_OUTPUT,
NUM_OUTPUTS
};
enum LightIds {
LEVEL1_LIGHT,
LEVEL2_LIGHT,
LEVEL3_LIGHT,
LEVEL4_LIGHT,
LEVEL5_LIGHT,
LEVEL6_LIGHT,
LEVELM_LIGHT,
NUM_LIGHTS
};


QuickMix() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}


void step() override;
};


void QuickMix::step() {
float out = 0;
/* lights */
for (int i = 0; i < NUM_LIGHTS - 1; i++) {
lights[i].value = quadraticBipolar(params[i].value) * inputs[i].value / 10;
}

/* mixup all signals */
for (int i = 0; i < NUM_INPUTS; i++) {
out += inputs[i].value * quadraticBipolar(params[i].value);
}

/* master out light */
lights[LEVELM_LIGHT].value = quadraticBipolar(params[LEVELM_PARAM].value) * out / 10;

out *= quadraticBipolar(params[LEVELM_PARAM].value);

outputs[MASTER_OUTPUT].value = out;
}


/**
* @brief Blank Panel Small
*/
struct QuickMixWidget : LRModuleWidget {
QuickMixWidget(QuickMix *module);
};


QuickMixWidget::QuickMixWidget(QuickMix *module) : LRModuleWidget(module) {
panel = new LRPanel();
panel->setBackground(SVG::load(assetPlugin(plugin, "res/QuickMix.svg")));
addChild(panel);

box.size = panel->box.size;

// ***** SCREWS **********
addChild(Widget::create<ScrewDarkA>(Vec(4.7f, 1)));
addChild(Widget::create<ScrewDarkA>(Vec(4.7f, 366)));

addChild(Widget::create<ScrewDarkA>(Vec(75.f - 19.3f, 1)));
addChild(Widget::create<ScrewDarkA>(Vec(75.f - 19.3f, 366))); // ***** SCREWS **********

// ***** MAIN KNOBS ******
addParam(ParamWidget::create<LRSmallKnob>(Vec(43, 55.8), module, QuickMix::LEVEL1_PARAM, -1.f, 1.f, 0.f));
addParam(ParamWidget::create<LRSmallKnob>(Vec(43, 100.8), module, QuickMix::LEVEL2_PARAM, -1.f, 1.f, 0.f));
addParam(ParamWidget::create<LRSmallKnob>(Vec(43, 145.8), module, QuickMix::LEVEL3_PARAM, -1.f, 1.f, 0.f));
addParam(ParamWidget::create<LRSmallKnob>(Vec(43, 190.8), module, QuickMix::LEVEL4_PARAM, -1.f, 1.f, 0.f));
addParam(ParamWidget::create<LRSmallKnob>(Vec(43, 235.8), module, QuickMix::LEVEL5_PARAM, -1.f, 1.f, 0.f));
addParam(ParamWidget::create<LRSmallKnob>(Vec(43, 280.8), module, QuickMix::LEVEL6_PARAM, -1.f, 1.f, 0.f));

addParam(ParamWidget::create<LRSmallKnob>(Vec(8, 326.5), module, QuickMix::LEVELM_PARAM, -3.f, 3.f, 1.f));
// ***** MAIN KNOBS ******

// ***** INPUTS **********
addInput(Port::create<LRIOPort>(Vec(7, 55.f), Port::INPUT, module, QuickMix::M1_INPUT));
addInput(Port::create<LRIOPort>(Vec(7, 100.f), Port::INPUT, module, QuickMix::M2_INPUT));
addInput(Port::create<LRIOPort>(Vec(7, 145.f), Port::INPUT, module, QuickMix::M3_INPUT));
addInput(Port::create<LRIOPort>(Vec(7, 190.f), Port::INPUT, module, QuickMix::M4_INPUT));
addInput(Port::create<LRIOPort>(Vec(7, 235.f), Port::INPUT, module, QuickMix::M5_INPUT));
addInput(Port::create<LRIOPort>(Vec(7, 280.f), Port::INPUT, module, QuickMix::M6_INPUT));
// ***** INPUTS **********

// ***** OUTPUTS *********
addOutput(Port::create<LRIOPort>(Vec(40, 326.05), Port::OUTPUT, module, QuickMix::MASTER_OUTPUT));
// ***** OUTPUTS *********


// ***** LIGHTS **********
addChild(ModuleLightWidget::create<LRLight>(Vec(33, 81.6), module, QuickMix::LEVEL1_LIGHT));
addChild(ModuleLightWidget::create<LRLight>(Vec(33, 125.6), module, QuickMix::LEVEL2_LIGHT));
addChild(ModuleLightWidget::create<LRLight>(Vec(33, 169.6), module, QuickMix::LEVEL3_LIGHT));
addChild(ModuleLightWidget::create<LRLight>(Vec(33, 214.6), module, QuickMix::LEVEL4_LIGHT));
addChild(ModuleLightWidget::create<LRLight>(Vec(33, 259.6), module, QuickMix::LEVEL5_LIGHT));
addChild(ModuleLightWidget::create<LRLight>(Vec(33, 304.6), module, QuickMix::LEVEL6_LIGHT));

addChild(ModuleLightWidget::create<LRLight>(Vec(33, 344.6), module, QuickMix::LEVELM_LIGHT));
// ***** LIGHTS **********
}

} // namespace rack_plugin_LindenbergResearch

using namespace rack_plugin_LindenbergResearch;

RACK_PLUGIN_MODEL_INIT(LindenbergResearch, QuickMix) {
Model *modelQuickMix = Model::create<QuickMix, QuickMixWidget>("Lindenberg Research", "QuickMixer", "Q: Quick Mixer", MIXER_TAG);
return modelQuickMix;
}

+ 3
- 3
plugins/community/repos/LindenbergResearch/src/Westcoast.cpp View File

@@ -198,7 +198,7 @@ struct WestcoastWidget : LRModuleWidget {




WestcoastWidget::WestcoastWidget(Westcoast *module) : LRModuleWidget(module) { WestcoastWidget::WestcoastWidget(Westcoast *module) : LRModuleWidget(module) {
panel = new LRPanel();
panel = new LRPanel(-10, -100);
panel->setBackground(SVG::load(assetPlugin(plugin, "res/Westcoast.svg"))); panel->setBackground(SVG::load(assetPlugin(plugin, "res/Westcoast.svg")));
addChild(panel); addChild(panel);


@@ -235,11 +235,11 @@ WestcoastWidget::WestcoastWidget(Westcoast *module) : LRModuleWidget(module) {
// ***** CV INPUTS ******* // ***** CV INPUTS *******


// ***** INPUTS ********** // ***** INPUTS **********
addInput(Port::create<LRIOPortC>(Vec(22.4, 332.6), Port::INPUT, module, Westcoast::SHAPER_INPUT));
addInput(Port::create<LRIOPortC>(Vec(22.4, 326.05), Port::INPUT, module, Westcoast::SHAPER_INPUT));
// ***** INPUTS ********** // ***** INPUTS **********


// ***** OUTPUTS ********* // ***** OUTPUTS *********
addOutput(Port::create<LRIOPortC>(Vec(159.4, 332.6), Port::OUTPUT, module, Westcoast::SHAPER_OUTPUT));
addOutput(Port::create<LRIOPortC>(Vec(159.4, 326.05), Port::OUTPUT, module, Westcoast::SHAPER_OUTPUT));
// ***** OUTPUTS ********* // ***** OUTPUTS *********


// ***** SWITCH ********* // ***** SWITCH *********


+ 0
- 223
plugins/community/repos/LindenbergResearch/src/Westcoast_v1.cpp View File

@@ -1,223 +0,0 @@
#include "dsp/Serge.hpp"
#include "dsp/Lockhart.hpp"
#include "LindenbergResearch.hpp"

namespace rack_plugin_LindenbergResearch {
using namespace lrt;

struct Westcoast_v1 : LRModule {

enum RotaryStages {
OVERDRIVE = 1,
LOCKHART,
SERGE,
SATURATE,
POLYNOM,
SOFTCLIP,
HARDCLIP
};

enum ParamIds {
GAIN_PARAM,
CV_GAIN_PARAM,
CV_BIAS_PARAM,
BIAS_PARAM,
TYPE_PARAM,
NUM_PARAMS
};

enum InputIds {
SHAPER_INPUT,
CV_GAIN_INPUT,
CV_BIAS_INPUT,
NUM_INPUTS
};

enum OutputIds {
SHAPER_OUTPUT,
NUM_OUTPUTS
};

enum LightIds {
NUM_LIGHTS
};


Westcoast_v1() : LRModule(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {
hs = new dsp::LockhartWavefolder(engineGetSampleRate());
sg = new dsp::SergeWavefolder(engineGetSampleRate());
}

dsp::LockhartWavefolder *hs;
dsp::SergeWavefolder *sg;
LRAlternateBigKnob *gain;
LRAlternateMiddleKnob *bias;

LRPanel *patina;

void step() override;
void onSampleRateChange() override;


json_t *toJson() override {
json_t *rootJ = json_object();
json_object_set_new(rootJ, "agedmode", json_boolean(patina->visible));
return rootJ;
}


void fromJson(json_t *rootJ) override {
json_t *agedmodeJ = json_object_get(rootJ, "agedmode");
if (agedmodeJ)
patina->visible = json_boolean_value(agedmodeJ);
}
};


void Westcoast_v1::step() {
float gaincv = 0;
float biascv = 0;

if (inputs[CV_GAIN_INPUT].active) {
gaincv = inputs[CV_GAIN_INPUT].value * quadraticBipolar(params[CV_GAIN_PARAM].value) * 4.0f;
}

if (inputs[CV_BIAS_INPUT].active) {
biascv = inputs[CV_BIAS_INPUT].value * quadraticBipolar(params[CV_BIAS_PARAM].value) * 2.0f;
}

if (bias != nullptr && gain != nullptr) {
gain->setIndicatorActive(inputs[CV_GAIN_INPUT].active);
bias->setIndicatorActive(inputs[CV_BIAS_INPUT].active);

gain->setIndicatorValue((params[GAIN_PARAM].value + gaincv) / 20);
bias->setIndicatorValue((params[BIAS_PARAM].value + (biascv + 3)) / 6);
}

float out;

switch (lround(params[TYPE_PARAM].value)) {
case LOCKHART: // Lockhart Model
hs->setGain((params[GAIN_PARAM].value + gaincv));
hs->setBias(params[BIAS_PARAM].value + biascv);
hs->setIn(inputs[SHAPER_INPUT].value);

hs->process();
out = (float) hs->getOut();
break;
case SERGE: // Serge Model
sg->setGain((params[GAIN_PARAM].value + gaincv));
sg->setBias(params[BIAS_PARAM].value + biascv);
sg->setIn(inputs[SHAPER_INPUT].value);

sg->process();
out = (float) sg->getOut();
break;
default: // invalid state, should not happen
out = 0;
break;
}

outputs[SHAPER_OUTPUT].value = out;
}


void Westcoast_v1::onSampleRateChange() {
Module::onSampleRateChange();
hs->setSamplerate(engineGetSampleRate());
sg->setSamplerate(engineGetSampleRate());
}


struct Westcoast_v1Widget : LRModuleWidget {
Westcoast_v1Widget(Westcoast_v1 *module);
void appendContextMenu(Menu *menu) override;
};


Westcoast_v1Widget::Westcoast_v1Widget(Westcoast_v1 *module) : LRModuleWidget(module) {
panel = new LRPanel();
panel->setBackground(SVG::load(assetPlugin(plugin, "res/Westcoast_v1.svg")));
addChild(panel);

module->patina = new LRPanel();
module->patina->setBackground(SVG::load(assetPlugin(plugin, "res/WestcoastAged_v1.svg")));
module->patina->visible = false;
addChild(module->patina);

box.size = panel->box.size;

// ***** SCREWS **********
addChild(Widget::create<ScrewLight>(Vec(15, 1)));
addChild(Widget::create<ScrewLight>(Vec(box.size.x - 30, 1)));
addChild(Widget::create<ScrewLight>(Vec(15, 366)));
addChild(Widget::create<ScrewLight>(Vec(box.size.x - 30, 366)));
// ***** SCREWS **********

// ***** MAIN KNOBS ******
module->gain = LRKnob::create<LRAlternateBigKnob>(Vec(128.7, 63.0), module, Westcoast_v1::GAIN_PARAM, 0.0, 20.f, 1.f);
module->bias = LRKnob::create<LRAlternateMiddleKnob>(Vec(136.4, 153.3), module, Westcoast_v1::BIAS_PARAM, -6.f, 6.f, 0.f);

addParam(module->gain);
addParam(module->bias);

addParam(LRKnob::create<LRMiddleIncremental>(Vec(85, 279.3), module, Westcoast_v1::TYPE_PARAM, 1, 6, 1));

addParam(LRKnob::create<LRAlternateSmallKnob>(Vec(83.4, 101.00), module, Westcoast_v1::CV_GAIN_PARAM, -1.f, 1.f, 0.f));
addParam(LRKnob::create<LRAlternateSmallKnob>(Vec(83.4, 183.0), module, Westcoast_v1::CV_BIAS_PARAM, -1.f, 1.f, 0.f));
// ***** MAIN KNOBS ******

// ***** CV INPUTS *******
addInput(Port::create<LRIOPortC>(Vec(32.4, 99.0), Port::INPUT, module, Westcoast_v1::CV_GAIN_INPUT));
addInput(Port::create<LRIOPortC>(Vec(32.4, 179.8), Port::INPUT, module, Westcoast_v1::CV_BIAS_INPUT));
// ***** CV INPUTS *******

// ***** INPUTS **********
addInput(Port::create<LRIOPortC>(Vec(22.4, 332.6), Port::INPUT, module, Westcoast_v1::SHAPER_INPUT));
// ***** INPUTS **********

// ***** OUTPUTS *********
addOutput(Port::create<LRIOPortC>(Vec(159.4, 332.6), Port::OUTPUT, module, Westcoast_v1::SHAPER_OUTPUT));
// ***** OUTPUTS *********

// ***** SWITCH *********
//addParam(ParamWidget::create<LRSwitch>(Vec(119, 331), module, Westcoast_v1::DCBLOCK_PARAM, 0.0, 1.0, 1.0));
// ***** SWITCH *********
}


struct Westcoast_v1ShowPatina : MenuItem {
Westcoast_v1 *westcoast;


void onAction(EventAction &e) override {
westcoast->patina->visible ^= true;
}


void step() override {
rightText = CHECKMARK(westcoast->patina->visible);
}
};


void Westcoast_v1Widget::appendContextMenu(Menu *menu) {
menu->addChild(MenuEntry::create());

auto *westcoast = dynamic_cast<Westcoast_v1 *>(module);
assert(westcoast);

auto *mergeItem = MenuItem::create<Westcoast_v1ShowPatina>("use aged look");
mergeItem->westcoast = westcoast;
menu->addChild(mergeItem);
}

} // namespace rack_plugin_LindenbergResearch

using namespace rack_plugin_LindenbergResearch;

RACK_PLUGIN_MODEL_INIT(LindenbergResearch, Westcoast_v1) {
Model *modelWestcoast = Model::create<Westcoast_v1, Westcoast_v1Widget>("Lindenberg Research", "Westcoast VCS v1",
"Westcoast Complex Shaper v1", WAVESHAPER_TAG);
return modelWestcoast;
}

+ 208
- 208
plugins/community/repos/LindenbergResearch/src/dsp/DSPEffect.hpp View File

@@ -9,232 +9,232 @@


namespace dsp { namespace dsp {


/**
* @brief Base class for all signal processors
*/
struct DSPEffect {
/**
* @brief Base class for all signal processors
*/
struct DSPEffect {


public:
public:


float sr = 44100.0;
float sr = 44100.0;




explicit DSPEffect(float sr) : sr(sr) {
init();
}
explicit DSPEffect(float sr) : sr(sr) {
init();
}




float getSamplerate() const {
return sr;
}
float getSamplerate() const {
return sr;
}




void setSamplerate(float sr) {
DSPEffect::sr = sr;
invalidate();
}
void setSamplerate(float sr) {
DSPEffect::sr = sr;
invalidate();
}




virtual void init() {};
virtual void init() {};




/**
* @brief Method for mark parameters as invalidate to trigger recalculation
*/
virtual void invalidate() {};
/**
* @brief Method for mark parameters as invalidate to trigger recalculation
*/
virtual void invalidate() {};




/**
* @brief Process one step and return the computed sample
* @return
*/
virtual void process() {};
};
/**
* @brief Process one step and return the computed sample
* @return
*/
virtual void process() {};
};




/** The normalized sinc function. https://en.wikipedia.org/wiki/Sinc_function */
inline double sinc(double x) {
if (x == 0.)
return 1.;
x *= M_PI;
return sin(x) / x;
}
/** The normalized sinc function. https://en.wikipedia.org/wiki/Sinc_function */
inline double sinc(double x) {
if (x == 0.)
return 1.;
x *= M_PI;
return sin(x) / x;
}




/** Computes the impulse response of a boxcar lowpass filter */
inline void boxcarLowpassIR(double *out, int len, double cutoff = 0.5) {
for (int i = 0; i < len; i++) {
double t = i - (len - 1) / 2.;
out[i] = 2 * cutoff * sinc(2 * cutoff * t);
}
}


inline void blackmanHarrisWindow(double *x, int len) {
// Constants from https://en.wikipedia.org/wiki/Window_function#Blackman%E2%80%93Harris_window
const double a0 = 0.35875;
const double a1 = 0.48829;
const double a2 = 0.14128;
const double a3 = 0.01168;
double factor = 2 * M_PI / (len - 1);
for (int i = 0; i < len; i++) {
x[i] *= +a0
- a1 * cos(1 * factor * i)
+ a2 * cos(2 * factor * i)
- a3 * cos(3 * factor * i);
}
}


struct Decimator {
double inBuffer[RS_BUFFER_SIZE];
double kernel[RS_BUFFER_SIZE];
int inIndex;
int oversample, quality;
double cutoff = 0.9;


Decimator(int oversample, int quality) {
Decimator::oversample = oversample;
Decimator::quality = quality;

boxcarLowpassIR(kernel, oversample * quality, cutoff * 0.5 / oversample);
blackmanHarrisWindow(kernel, oversample * quality);
reset();
}


void reset() {
inIndex = 0;
memset(inBuffer, 0, sizeof(inBuffer));
}


/** `in` must be length OVERSAMPLE */
float process(double *in) {
// Copy input to buffer
memcpy(&inBuffer[inIndex], in, oversample * sizeof(double));
// Advance index
inIndex += oversample;
inIndex %= oversample * quality;
// Perform naive convolution
double out = 0.;
for (int i = 0; i < oversample * quality; i++) {
int index = inIndex - 1 - i;
index = (index + oversample * quality) % (oversample * quality);
out += kernel[i] * inBuffer[index];
}
return out;
}
};


struct Upsampler {
double inBuffer[RS_BUFFER_SIZE];
double kernel[RS_BUFFER_SIZE];
int inIndex;
int oversample, quality;
double cutoff = 0.9;


Upsampler(int oversample, int quality) {
Upsampler::oversample = oversample;
Upsampler::quality = quality;

boxcarLowpassIR(kernel, oversample * quality, cutoff * 0.5 / oversample);
blackmanHarrisWindow(kernel, oversample * quality);
reset();
}


void reset() {
inIndex = 0;
memset(inBuffer, 0, sizeof(inBuffer));
}


/** `out` must be length OVERSAMPLE */
void process(double in, double *out) {
// Zero-stuff input buffer
inBuffer[inIndex] = oversample * in;
// Advance index
inIndex++;
inIndex %= quality;
// Naively convolve each sample
// TODO replace with polyphase filter hierarchy
for (int i = 0; i < oversample; i++) {
float y = 0.0;
for (int j = 0; j < quality; j++) {
int index = inIndex - 1 - j;
index = (index + quality) % quality;
int kernelIndex = oversample * j + i;
y += kernel[kernelIndex] * inBuffer[index];
}
out[i] = y;
}
}
};


/**
* @brief NEW oversampling class
*/
template<int CHANNELS>
struct Resampler {
double up[CHANNELS][RS_BUFFER_SIZE] = {};
double data[CHANNELS][RS_BUFFER_SIZE] = {};

Decimator *decimator[CHANNELS];
Upsampler *interpolator[CHANNELS];

int oversample;


/**
* @brief Constructor
* @param factor Oversampling factor
*/
Resampler(int oversample, int quality = 4) {
Resampler::oversample = oversample;

for (int i = 0; i < CHANNELS; i++) {
decimator[i] = new Decimator(oversample, quality);
interpolator[i] = new Upsampler(oversample, quality);
/** Computes the impulse response of a boxcar lowpass filter */
inline void boxcarLowpassIR(double *out, int len, double cutoff = 0.5) {
for (int i = 0; i < len; i++) {
double t = i - (len - 1) / 2.;
out[i] = 2 * cutoff * sinc(2 * cutoff * t);
}
}


inline void blackmanHarrisWindow(double *x, int len) {
// Constants from https://en.wikipedia.org/wiki/Window_function#Blackman%E2%80%93Harris_window
const double a0 = 0.35875;
const double a1 = 0.48829;
const double a2 = 0.14128;
const double a3 = 0.01168;
double factor = 2 * M_PI / (len - 1);
for (int i = 0; i < len; i++) {
x[i] *= +a0
- a1 * cos(1 * factor * i)
+ a2 * cos(2 * factor * i)
- a3 * cos(3 * factor * i);
}
}


struct Decimator {
double inBuffer[RS_BUFFER_SIZE];
double kernel[RS_BUFFER_SIZE];
int inIndex;
int oversample, quality;
double cutoff = 0.9;


Decimator(int oversample, int quality) {
Decimator::oversample = oversample;
Decimator::quality = quality;

boxcarLowpassIR(kernel, oversample * quality, cutoff * 0.5 / oversample);
blackmanHarrisWindow(kernel, oversample * quality);
reset();
}


void reset() {
inIndex = 0;
memset(inBuffer, 0, sizeof(inBuffer));
}


/** `in` must be length OVERSAMPLE */
float process(double *in) {
// Copy input to buffer
memcpy(&inBuffer[inIndex], in, oversample * sizeof(double));
// Advance index
inIndex += oversample;
inIndex %= oversample * quality;
// Perform naive convolution
double out = 0.;
for (int i = 0; i < oversample * quality; i++) {
int index = inIndex - 1 - i;
index = (index + oversample * quality) % (oversample * quality);
out += kernel[i] * inBuffer[index];
}
return out;
}
};


struct Upsampler {
double inBuffer[RS_BUFFER_SIZE];
double kernel[RS_BUFFER_SIZE];
int inIndex;
int oversample, quality;
double cutoff = 0.9;


Upsampler(int oversample, int quality) {
Upsampler::oversample = oversample;
Upsampler::quality = quality;

boxcarLowpassIR(kernel, oversample * quality, cutoff * 0.5 / oversample);
blackmanHarrisWindow(kernel, oversample * quality);
reset();
}


void reset() {
inIndex = 0;
memset(inBuffer, 0, sizeof(inBuffer));
}


/** `out` must be length OVERSAMPLE */
void process(double in, double *out) {
// Zero-stuff input buffer
inBuffer[inIndex] = oversample * in;
// Advance index
inIndex++;
inIndex %= quality;
// Naively convolve each sample
// TODO replace with polyphase filter hierarchy
for (int i = 0; i < oversample; i++) {
float y = 0.0;
for (int j = 0; j < quality; j++) {
int index = inIndex - 1 - j;
index = (index + quality) % quality;
int kernelIndex = oversample * j + i;
y += kernel[kernelIndex] * inBuffer[index];
} }
}


int getFactor() {
return oversample;
}


/**
* @brief Create up-sampled data out of two basic values
*/
void doUpsample(int channel, double in) {
interpolator[channel]->process(in * UPSAMPLE_COMPENSATION, up[channel]);
}


/**
* @brief Downsampled data from a given channel
* @param channel Channel to proccess
* @return Downsampled point
*/
double getDownsampled(int channel) {
return decimator[channel]->process(data[channel]);
}


/**
* @brief Upsampled data from a given channel
* @param channel Channel to retrieve
* @return Pointer to the upsampled data
*/
double *getUpsampled(int channel) {
return up[channel];
}
};
out[i] = y;
}
}
};


/**
* @brief NEW oversampling class
*/
template<int CHANNELS>
struct Resampler {
double up[CHANNELS][RS_BUFFER_SIZE] = {};
double data[CHANNELS][RS_BUFFER_SIZE] = {};

Decimator *decimator[CHANNELS];
Upsampler *interpolator[CHANNELS];

int oversample;


/**
* @brief Constructor
* @param factor Oversampling factor
*/
Resampler(int oversample, int quality = 4) {
Resampler::oversample = oversample;

for (int i = 0; i < CHANNELS; i++) {
decimator[i] = new Decimator(oversample, quality);
interpolator[i] = new Upsampler(oversample, quality);
}
}


int getFactor() {
return oversample;
}


/**
* @brief Create up-sampled data out of two basic values
*/
void doUpsample(int channel, double in) {
interpolator[channel]->process(in * UPSAMPLE_COMPENSATION, up[channel]);
}


/**
* @brief Downsampled data from a given channel
* @param channel Channel to proccess
* @return Downsampled point
*/
double getDownsampled(int channel) {
return decimator[channel]->process(data[channel]);
}


/**
* @brief Upsampled data from a given channel
* @param channel Channel to retrieve
* @return Pointer to the upsampled data
*/
double *getUpsampled(int channel) {
return up[channel];
}
};


} }

+ 239
- 238
plugins/community/repos/LindenbergResearch/src/dsp/DSPMath.hpp View File

@@ -18,16 +18,16 @@ namespace dsp {
* @brief Basic leaky integrator * @brief Basic leaky integrator
*/ */
struct Integrator { struct Integrator {
float d = 0.25f;
float value = 0.f;
/**
* @brief Add value to integrator
* @param x Input sample
* @param Fn
* @return Current integrator state
*/
float add(float x, float Fn);
float d = 0.25f;
float value = 0.f;
/**
* @brief Add value to integrator
* @param x Input sample
* @param Fn
* @return Current integrator state
*/
float add(float x, float Fn);
}; };




@@ -35,17 +35,17 @@ struct Integrator {
* @brief Filter out DC offset / 1-Pole HP Filter * @brief Filter out DC offset / 1-Pole HP Filter
*/ */
struct DCBlocker { struct DCBlocker {
double r = 0.999;
double xm1 = 0.f, ym1 = 0.f;
double r = 0.999;
double xm1 = 0.f, ym1 = 0.f;


DCBlocker(double r);
DCBlocker(double r);


/**
* @brief Filter signal
* @param x Input sample
* @return Filtered output
*/
double filter(double x);
/**
* @brief Filter signal
* @param x Input sample
* @return Filtered output
*/
double filter(double x);
}; };




@@ -54,37 +54,37 @@ struct DCBlocker {
*/ */
struct LP6DBFilter { struct LP6DBFilter {
private: private:
float RC;
float dt;
float alpha;
float y0;
float fc;
float RC;
float dt;
float alpha;
float y0;
float fc;


public: public:


/**
* @brief Create a new filter with a given cutoff frequency
* @param fc cutoff frequency
* @param factor Oversampling factor
*/
LP6DBFilter(float fc, int factor) {
updateFrequency(fc, factor);
y0 = 0.f;
}
/**
* @brief Set new cutoff frequency
* @param fc cutoff frequency
*/
void updateFrequency(float fc, int factor);
/**
* @brief Filter signal
* @param x Input sample
* @return Filtered output
*/
float filter(float x);
/**
* @brief Create a new filter with a given cutoff frequency
* @param fc cutoff frequency
* @param factor Oversampling factor
*/
LP6DBFilter(float fc, int factor) {
updateFrequency(fc, factor);
y0 = 0.f;
}
/**
* @brief Set new cutoff frequency
* @param fc cutoff frequency
*/
void updateFrequency(float fc, int factor);
/**
* @brief Filter signal
* @param x Input sample
* @return Filtered output
*/
float filter(float x);
}; };




@@ -93,14 +93,14 @@ public:
*/ */
struct Noise { struct Noise {


Noise() {}
Noise() {}




float nextFloat(float gain) {
static std::default_random_engine e;
static std::uniform_real_distribution<> dis(0, 1); // rage 0 - 1
return (float) dis(e) * gain;
}
float nextFloat(float gain) {
static std::default_random_engine e;
static std::uniform_real_distribution<> dis(0, 1); // rage 0 - 1
return (float) dis(e) * gain;
}
}; };




@@ -111,62 +111,62 @@ struct Noise {
template<int OVERSAMPLE, int CHANNELS> template<int OVERSAMPLE, int CHANNELS>
struct OverSampler { struct OverSampler {


struct Vector {
float y0, y1;
};
Vector y[CHANNELS] = {};
float up[CHANNELS][OVERSAMPLE] = {};
float data[CHANNELS][OVERSAMPLE] = {};
rack::Decimator<OVERSAMPLE, OVERSAMPLE> decimator[CHANNELS];
int factor = OVERSAMPLE;
/**
* @brief Constructor
* @param factor Oversampling factor
*/
OverSampler() {}
/**
* @brief Return linear interpolated position
* @param point Point in oversampled data
* @return
*/
float interpolate(int channel, int point) {
return y[channel].y0 + (point / factor) * (y[channel].y1 - y[channel].y0);
}
/**
* @brief Create up-sampled data out of two basic values
*/
void doUpsample(int channel) {
for (int i = 0; i < factor; i++) {
up[channel][i] = interpolate(channel, i + 1);
}
}
/**
* @brief Downsample data from a given channel
* @param channel Channel to proccess
* @return Downsampled point
*/
float getDownsampled(int channel) {
return decimator[channel].process(data[channel]);
}
/**
* @brief Step to next sample point
* @param y Next sample point
*/
void next(int channel, float n) {
y[channel].y0 = y[channel].y1;
y[channel].y1 = n;
}
struct Vector {
float y0, y1;
};
Vector y[CHANNELS] = {};
float up[CHANNELS][OVERSAMPLE] = {};
float data[CHANNELS][OVERSAMPLE] = {};
rack::Decimator<OVERSAMPLE, OVERSAMPLE> decimator[CHANNELS];
int factor = OVERSAMPLE;
/**
* @brief Constructor
* @param factor Oversampling factor
*/
OverSampler() {}
/**
* @brief Return linear interpolated position
* @param point Point in oversampled data
* @return
*/
float interpolate(int channel, int point) {
return y[channel].y0 + (point / factor) * (y[channel].y1 - y[channel].y0);
}
/**
* @brief Create up-sampled data out of two basic values
*/
void doUpsample(int channel) {
for (int i = 0; i < factor; i++) {
up[channel][i] = interpolate(channel, i + 1);
}
}
/**
* @brief Downsample data from a given channel
* @param channel Channel to proccess
* @return Downsampled point
*/
float getDownsampled(int channel) {
return decimator[channel].process(data[channel]);
}
/**
* @brief Step to next sample point
* @param y Next sample point
*/
void next(int channel, float n) {
y[channel].y0 = y[channel].y1;
y[channel].y1 = n;
}
}; };




@@ -176,20 +176,20 @@ struct OverSampler {
* @return App. value * @return App. value
*/ */
inline float fastSin(float angle) { inline float fastSin(float angle) {
float sqr = angle * angle;
float result = -2.39e-08f;
result *= sqr;
result += 2.7526e-06f;
result *= sqr;
result -= 1.98409e-04f;
result *= sqr;
result += 8.3333315e-03f;
result *= sqr;
result -= 1.666666664e-01f;
result *= sqr;
result += 1.0f;
result *= angle;
return result;
float sqr = angle * angle;
float result = -2.39e-08f;
result *= sqr;
result += 2.7526e-06f;
result *= sqr;
result -= 1.98409e-04f;
result *= sqr;
result += 8.3333315e-03f;
result *= sqr;
result -= 1.666666664e-01f;
result *= sqr;
result += 1.0f;
result *= angle;
return result;
} }




@@ -220,7 +220,7 @@ float shape2(float a, float x);
* @return * @return
*/ */
inline double clampd(double x, double min, double max) { inline double clampd(double x, double min, double max) {
return fmax(fmin(x, max), min);
return fmax(fmin(x, max), min);
} }




@@ -232,10 +232,10 @@ inline double clampd(double x, double min, double max) {
* @return * @return
*/ */
inline float clip(float x, float sat, float satinv) { inline float clip(float x, float sat, float satinv) {
float v2 = (x * satinv > 1 ? 1 :
(x * satinv < -1 ? -1 :
x * satinv));
return (sat * (v2 - (1.f / 3.f) * v2 * v2 * v2));
float v2 = (x * satinv > 1 ? 1 :
(x * satinv < -1 ? -1 :
x * satinv));
return (sat * (v2 - (1.f / 3.f) * v2 * v2 * v2));
} }




@@ -245,10 +245,10 @@ inline float clip(float x, float sat, float satinv) {
* @return * @return
*/ */
inline double saturate2(double input) { //clamp without branching inline double saturate2(double input) { //clamp without branching
const double _limit = 0.3;
double x1 = fabs(input + _limit);
double x2 = fabs(input - _limit);
return 0.5 * (x1 - x2);
const double _limit = 0.3;
double x1 = fabs(input + _limit);
double x2 = fabs(input - _limit);
return 0.5 * (x1 - x2);
} }




@@ -258,7 +258,7 @@ inline double saturate2(double input) { //clamp without branching
* @return * @return
*/ */
inline float fastatan(float x) { inline float fastatan(float x) {
return (x / (1.0f + 0.28f * (x * x)));
return (x / (1.0f + 0.28f * (x * x)));
} }




@@ -270,7 +270,7 @@ inline float fastatan(float x) {
* @return * @return
*/ */
inline float fade2(float a, float b, float n) { inline float fade2(float a, float b, float n) {
return (1 - n) * a + n * b;
return (1 - n) * a + n * b;
} }




@@ -285,27 +285,27 @@ inline float fade2(float a, float b, float n) {
* @return * @return
*/ */
inline float fade5(float a, float b, float c, float d, float e, float n) { inline float fade5(float a, float b, float c, float d, float e, float n) {
if (n >= 0 && n < 1) {
return fade2(a, b, n);
} else if (n >= 1 && n < 2) {
return fade2(b, c, n - 1);
} else if (n >= 2 && n < 3) {
return fade2(c, d, n - 2);
} else if (n >= 3 && n < 4) {
return fade2(d, e, n - 3);
}
return e;
if (n >= 0 && n < 1) {
return fade2(a, b, n);
} else if (n >= 1 && n < 2) {
return fade2(b, c, n - 1);
} else if (n >= 2 && n < 3) {
return fade2(c, d, n - 2);
} else if (n >= 3 && n < 4) {
return fade2(d, e, n - 3);
}
return e;
} }




/** /**
* @brief Shapes between 0..1 with a log type courve
* @param x
* @return
*/
* @brief Shapes between 0..1 with a log type courve
* @param x
* @return
*/
inline float cubicShape(float x) { inline float cubicShape(float x) {
return (x - 1.f) * (x - 1.f) * (x - 1.f) + 1.f;
return (x - 1.f) * (x - 1.f) * (x - 1.f) + 1.f;
} }




@@ -315,7 +315,7 @@ inline float cubicShape(float x) {
* @return * @return
*/ */
inline float atanShaper(float x) { inline float atanShaper(float x) {
return x / (1.f + (0.28f * x * x));
return x / (1.f + (0.28f * x * x));
} }




@@ -327,22 +327,22 @@ inline float atanShaper(float x) {
* @return * @return
*/ */
inline float chebyshev(float x, float A[], int order) { inline float chebyshev(float x, float A[], int order) {
// To = 1
// T1 = x
// Tn = 2.x.Tn-1 - Tn-2
// out = sum(Ai*Ti(x)) , i C {1,..,order}
float Tn_2 = 1.0f;
float Tn_1 = x;
float Tn;
float out = A[0] * Tn_1;
for (int n = 2; n <= order; n++) {
Tn = 2.0f * x * Tn_1 - Tn_2;
out += A[n - 1] * Tn;
Tn_2 = Tn_1;
Tn_1 = Tn;
}
return out;
// To = 1
// T1 = x
// Tn = 2.x.Tn-1 - Tn-2
// out = sum(Ai*Ti(x)) , i C {1,..,order}
float Tn_2 = 1.0f;
float Tn_1 = x;
float Tn;
float out = A[0] * Tn_1;
for (int n = 2; n <= order; n++) {
Tn = 2.0f * x * Tn_1 - Tn_2;
out += A[n - 1] * Tn;
Tn_2 = Tn_1;
Tn_1 = Tn;
}
return out;
} }




@@ -352,9 +352,9 @@ inline float chebyshev(float x, float A[], int order) {
* @return * @return
*/ */
inline double sign(double x) { inline double sign(double x) {
if (x > 0) return 1;
if (x < 0) return -1;
return 0;
if (x > 0) return 1;
if (x < 0) return -1;
return 0;
} }




@@ -366,34 +366,34 @@ inline double sign(double x) {
* @return * @return
*/ */
inline double lambert_W_Halley(double x, double ln1) { inline double lambert_W_Halley(double x, double ln1) {
double w;
double p, r, s, err;
double expw;
double w;
double p, r, s, err;
double expw;


// if (!isnan(ln1) || !isfinite(ln1)) ln1 = 0.;
// if (!isnan(ln1) || !isfinite(ln1)) ln1 = 0.;


// initial guess, previous value
w = ln1;
// initial guess, previous value
w = ln1;


// debug("x: %f ln1: %f", x, ln1); // debug("x: %f ln1: %f", x, ln1);


// Haley's method (Sec. 4.2 of the paper)
for (int i = 0; i < 100; i++) {
expw = pow(M_E, w);
// Haley's method (Sec. 4.2 of the paper)
for (int i = 0; i < 100; i++) {
expw = pow(M_E, w);


p = w * expw - x;
r = (w + 1.) * expw;
s = (w + 2.) / (2. * (w + 1.));
err = (p / (r - (p * s)));
p = w * expw - x;
r = (w + 1.) * expw;
s = (w + 2.) / (2. * (w + 1.));
err = (p / (r - (p * s)));


if (abs(err) < 10e-12) {
break;
}
if (abs(err) < 10e-12) {
break;
}


w = w - err;
}
w = w - err;
}


return w;
return w;
} }




@@ -411,44 +411,45 @@ inline double lambert_W_Halley(double x, double ln1) {
* @return W(x) * @return W(x)
*/ */
inline double lambert_W_Fritsch(double x) { inline double lambert_W_Fritsch(double x) {
double num, den;
double w, w1, a, b, ia;
double z, q, e;
if (x < 0.14546954290661823) {
num = 1 + 5.931375839364438 * x + 11.39220550532913 * x * x + 7.33888339911111 * x * x * x + 0.653449016991959 * x * x * x * x;
den = 1 + 6.931373689597704 * x + 16.82349461388016 * x * x + 16.43072324143226 * x * x * x + 5.115235195211697 * x * x * x * x;
w = x * num / den;
} else if (x < 8.706658967856612) {
num = 1 + 2.4450530707265568 * x + 1.3436642259582265 * x * x + 0.14844005539759195 * x * x * x +
0.0008047501729130 * x * x * x * x;
den = 1 + 3.4447089864860025 * x + 3.2924898573719523 * x * x + 0.9164600188031222 * x * x * x +
0.05306864044833221 * x * x * x * x;
w = x * num / den;
} else {
a = log(x);
b = log(a);
ia = 1. / a;
w = a - b + (b * ia) * 0.5 * b * (b - 2.) * (ia * ia) + (1. / 6.) * (2. * b * b - 9. * b + 6.) * (ia * ia * ia);
}
for (int i = 0; i < 20; i++) {
w1 = w + 1.;
z = log(x) - log(w) - w;
q = 2. * w1 * (w1 + (2. / 3.) * z);
e = (z / w1) * ((q - z) / (q - 2. * z));
if (abs(e) < 10e-12) {
break;
}
}
return w;
double num, den;
double w, w1, a, b, ia;
double z, q, e;
if (x < 0.14546954290661823) {
num = 1 + 5.931375839364438 * x + 11.39220550532913 * x * x + 7.33888339911111 * x * x * x + 0.653449016991959 * x * x * x * x;
den = 1 + 6.931373689597704 * x + 16.82349461388016 * x * x + 16.43072324143226 * x * x * x + 5.115235195211697 * x * x * x * x;
w = x * num / den;
} else if (x < 8.706658967856612) {
num = 1 + 2.4450530707265568 * x + 1.3436642259582265 * x * x + 0.14844005539759195 * x * x * x +
0.0008047501729130 * x * x * x * x;
den = 1 + 3.4447089864860025 * x + 3.2924898573719523 * x * x + 0.9164600188031222 * x * x * x +
0.05306864044833221 * x * x * x * x;
w = x * num / den;
} else {
a = log(x);
b = log(a);
ia = 1. / a;
w = a - b + (b * ia) * 0.5 * b * (b - 2.) * (ia * ia) + (1. / 6.) * (2. * b * b - 9. * b + 6.) * (ia * ia * ia);
}
for (int i = 0; i < 20; i++) {
w1 = w + 1.;
z = log(x) - log(w) - w;
q = 2. * w1 * (w1 + (2. / 3.) * z);
e = (z / w1) * ((q - z) / (q - 2. * z));
if (abs(e) < 10e-12) {
break;
}
}
return w;
} }



/** /**
* @brief Implementation of the error function * @brief Implementation of the error function
* https://www.johndcook.com/blog/cpp_erf/ * https://www.johndcook.com/blog/cpp_erf/
@@ -457,23 +458,23 @@ inline double lambert_W_Fritsch(double x) {
* @return erf(x) * @return erf(x)
*/ */
inline double erf(const double x) { inline double erf(const double x) {
double a1 = 0.254829592;
double a2 = -0.284496736;
double a3 = 1.421413741;
double a4 = -1.453152027;
double a5 = 1.061405429;
double p = 0.3275911;
double a1 = 0.254829592;
double a2 = -0.284496736;
double a3 = 1.421413741;
double a4 = -1.453152027;
double a5 = 1.061405429;
double p = 0.3275911;


// save sign in coefficent
int sign = (x < 0) ? -1 : 1;
// save sign in coefficent
int sign = (x < 0) ? -1 : 1;


double xa = fabs(x);
double xa = fabs(x);


// A&S formula 7.1.26
double t = 1.0 / (1.0 + p * xa);
double y = 1.0 - (((((a5 * t + a4) * t) + a3) * t + a2) * t + a1) * t * exp(-xa * xa);
// A&S formula 7.1.26
double t = 1.0 / (1.0 + p * xa);
double y = 1.0 - (((((a5 * t + a4) * t) + a3) * t + a2) * t + a1) * t * exp(-xa * xa);


return sign * y;
return sign * y;
} }


} // namespace dsp } // namespace dsp

+ 129
- 130
plugins/community/repos/LindenbergResearch/src/dsp/HQTrig.hpp View File

@@ -7,184 +7,183 @@
namespace dsp { namespace dsp {




struct HQTanh : DSPEffect {
struct HQTanh : DSPEffect {


/* oversampling channel */
static const int STD_CHANNEL = 0;
/* oversampling channel */
static const int STD_CHANNEL = 0;


int factor;
double in, out, xn1, fn1;
Resampler<1> *rs;
int factor;
double in, out, xn1, fn1;
Resampler<1> *rs;




HQTanh(float sr, int factor, int quality = 4) : DSPEffect(sr) {
HQTanh::factor = factor;
HQTanh(float sr, int factor, int quality = 4) : DSPEffect(sr) {
HQTanh::factor = factor;


rs = new Resampler<1>(factor, factor * quality);
}
rs = new Resampler<1>(factor, factor * quality);
}




/**
* @brief Returns the actual sample-rate which is used by oversampled computation
* @return
*/
float getOversampledRate() {
return sr * rs->getFactor();
}
/**
* @brief Returns the actual sample-rate which is used by oversampled computation
* @return
*/
float getOversampledRate() {
return sr * rs->getFactor();
}




void init() override {
DSPEffect::init();
}
void init() override {
DSPEffect::init();
}




void invalidate() override {
DSPEffect::invalidate();
}
void invalidate() override {
DSPEffect::invalidate();
}




/**
* @brief Compute next value
* @param x
* @return
*/
double next(double x) {
in = x;
process();
/**
* @brief Compute next value
* @param x
* @return
*/
double next(double x) {
in = x;
process();


return out;
}
return out;
}




/**
* @brief Generate an anti-aliased tanh
* @param x
* @return
*/
inline double computeAA(double x) {
double fn = log(cosh(x));
double xn, out;
/**
* @brief Generate an anti-aliased tanh
* @param x
* @return
*/
inline double computeAA(double x) {
double fn = log(cosh(x));
double xn, out;


if (abs(x - xn1) < 10e-10) {
xn = (x + xn1) / 2.;
out = tanh(xn);
} else {
out = (fn - fn1) / (x - xn1);
}
if (abs(x - xn1) < 10e-10) {
xn = (x + xn1) / 2.;
out = tanh(xn);
} else {
out = (fn - fn1) / (x - xn1);
}


fn1 = fn;
xn1 = x;
fn1 = fn;
xn1 = x;


return out;
}
return out;
}




/**
* @brief Compute tanh
*/
inline void process() override {
rs->doUpsample(STD_CHANNEL, in);
/**
* @brief Compute tanh
*/
inline void process() override {
rs->doUpsample(STD_CHANNEL, in);


for (int i = 0; i < rs->getFactor(); i++) {
double x = rs->getUpsampled(STD_CHANNEL)[i];
rs->data[STD_CHANNEL][i] = computeAA(x);
}
for (int i = 0; i < rs->getFactor(); i++) {
double x = rs->getUpsampled(STD_CHANNEL)[i];
rs->data[STD_CHANNEL][i] = computeAA(x);
}


out = rs->getDownsampled(STD_CHANNEL);
}
out = rs->getDownsampled(STD_CHANNEL);
}


};
};




struct HQClip : DSPEffect {
struct HQClip : DSPEffect {


/* oversampling channel */
static const int STD_CHANNEL = 0;
/* oversampling channel */
static const int STD_CHANNEL = 0;


int factor;
double in, out, xn1, fn1;
Resampler<1> *rs;
int factor;
double in, out, xn1, fn1;
Resampler<1> *rs;




HQClip(float sr, int factor, int quality = 4) : DSPEffect(sr) {
HQClip::factor = factor;
HQClip(float sr, int factor, int quality = 4) : DSPEffect(sr) {
HQClip::factor = factor;


rs = new Resampler<1>(factor, factor * quality);
}
rs = new Resampler<1>(factor, factor * quality);
}




/**
* @brief Returns the actual sample-rate which is used by oversampled computation
* @return
*/
float getOversampledRate() {
return sr * rs->getFactor();
}
/**
* @brief Returns the actual sample-rate which is used by oversampled computation
* @return
*/
float getOversampledRate() {
return sr * rs->getFactor();
}




void init() override {
DSPEffect::init();
}
void init() override {
DSPEffect::init();
}




void invalidate() override {
DSPEffect::invalidate();
}
void invalidate() override {
DSPEffect::invalidate();
}




/**
* @brief Compute next value
* @param x
* @return
*/
double next(double x) {
in = x;
process();
/**
* @brief Compute next value
* @param x
* @return
*/
double next(double x) {
in = x;
process();


return out;
}
return out;
}




/**
* @brief Generate an anti-aliased clipping
* @param x
* @return
*/
inline double computeAA(double x) {
double xa = x + 1;
double xb = x - 1;
double fn = ((xa * xa) * sign(xa) - (xb * xb) * sign(xb) - 2) / 4.;
double xn, out;
/**
* @brief Generate an anti-aliased clipping
* @param x
* @return
*/
inline double computeAA(double x) {
double xa = x + 1;
double xb = x - 1;
double fn = ((xa * xa) * sign(xa) - (xb * xb) * sign(xb) - 2) / 4.;
double xn, out;


if (abs(x - xn1) < 10e-10) {
xn = (x + xn1) / 2.;
out = (abs(xn + 1) - abs(xn - 1)) / 2.;
} else {
out = (fn - fn1) / (x - xn1);
}
if (abs(x - xn1) < 10e-10) {
xn = (x + xn1) / 2.;
out = (abs(xn + 1) - abs(xn - 1)) / 2.;
} else {
out = (fn - fn1) / (x - xn1);
}


fn1 = fn;
xn1 = x;
fn1 = fn;
xn1 = x;


return out;
}
return out;
}




/**
* @brief Compute tanh
*/
inline void process() override {
rs->doUpsample(STD_CHANNEL, in);
/**
* @brief Compute tanh
*/
inline void process() override {
rs->doUpsample(STD_CHANNEL, in);


for (int i = 0; i < rs->getFactor(); i++) {
double x = rs->getUpsampled(STD_CHANNEL)[i];
rs->data[STD_CHANNEL][i] = computeAA(x);
}
for (int i = 0; i < rs->getFactor(); i++) {
double x = rs->getUpsampled(STD_CHANNEL)[i];
rs->data[STD_CHANNEL][i] = computeAA(x);
}


out = rs->getDownsampled(STD_CHANNEL);
}
out = rs->getDownsampled(STD_CHANNEL);
}


};
};



}
}

+ 1
- 0
plugins/community/repos/LindenbergResearch/src/dsp/LadderFilter.cpp View File

@@ -2,6 +2,7 @@


using namespace dsp; using namespace dsp;



/** /**
* @brief Check parameter * @brief Check parameter
*/ */


+ 64
- 64
plugins/community/repos/LindenbergResearch/src/dsp/LadderFilter.hpp View File

@@ -7,67 +7,67 @@


namespace dsp { namespace dsp {


struct LadderFilter : DSPEffect {
static const int OVERSAMPLE = 8; // factor of internal oversampling
static constexpr float NOISE_GAIN = 10e-10f; // internal noise gain used for self-oscillation
static constexpr float INPUT_GAIN = 20.f; // input level
enum FXChannel {
LOWPASS
};
private:
float f, p, q;
float b0, b1, b2, b3, b4, b5, bx;
float t1, t2;
float freqExp, freqHz, frequency, resExp, resonance, drive, slope;
float in, lpOut;
float lightValue;
Resampler<1> *rs;
Noise noise;
void updateResExp();
public:
LadderFilter(float sr);
void init() override {
f = 0;
p = 0;
q = 0;
b0 = 0;
b1 = 0;
b2 = 0;
b3 = 0;
b4 = 0;
b5 = 0;
bx = 0;
t1 = 0;
t2 = 0;
lightValue = 0.0f;
}
void invalidate() override;
void process() override;
float getFrequency() const;
void setFrequency(float frequency);
float getResonance() const;
void setResonance(float resonance);
float getDrive() const;
void setDrive(float drive);
float getFreqHz() const;
float getSlope() const;
void setSlope(float slope);
void setIn(float in);
float getLpOut();
float getLightValue() const;
void setLightValue(float lightValue);
};
}
struct LadderFilter : DSPEffect {
static const int OVERSAMPLE = 8; // factor of internal oversampling
static constexpr float NOISE_GAIN = 10e-10f; // internal noise gain used for self-oscillation
static constexpr float INPUT_GAIN = 20.f; // input level
enum FXChannel {
LOWPASS
};
private:
float f, p, q;
float b0, b1, b2, b3, b4, b5, bx;
float t1, t2;
float freqExp, freqHz, frequency, resExp, resonance, drive, slope;
float in, lpOut;
float lightValue;
Resampler<1> *rs;
Noise noise;
void updateResExp();
public:
LadderFilter(float sr);
void init() override {
f = 0;
p = 0;
q = 0;
b0 = 0;
b1 = 0;
b2 = 0;
b3 = 0;
b4 = 0;
b5 = 0;
bx = 0;
t1 = 0;
t2 = 0;
lightValue = 0.0f;
}
void invalidate() override;
void process() override;
float getFrequency() const;
void setFrequency(float frequency);
float getResonance() const;
void setResonance(float resonance);
float getDrive() const;
void setDrive(float drive);
float getFreqHz() const;
float getSlope() const;
void setSlope(float slope);
void setIn(float in);
float getLpOut();
float getLightValue() const;
void setLightValue(float lightValue);
};
}

+ 301
- 297
plugins/community/repos/LindenbergResearch/src/dsp/LambertW.cpp View File

@@ -16,7 +16,7 @@
#include <cmath> #include <cmath>
#include "Horner.h" #include "Horner.h"


using namespace dsp;
namespace dsp {


// fork macro to keep the tree balanced // fork macro to keep the tree balanced
#define Y2(d1, c12, d2) \ #define Y2(d1, c12, d2) \
@@ -32,299 +32,303 @@ using namespace dsp;
#define Y7(d1, c12, d2, c23, d3, c34, d4, c45, d5, c56, d6, c67, d7) \ #define Y7(d1, c12, d2, c23, d3, c34, d4, c45, d5, c56, d6, c67, d7) \
Y6(d1, c12, d2, c23, Y2(d3, c34, d4), c45, d5, c56, d6, c67, d7) Y6(d1, c12, d2, c23, Y2(d3, c34, d4), c45, d5, c56, d6, c67, d7)



namespace dsp {

class BranchPoint { };
HORNER_COEFF(BranchPoint, 0, -1);
HORNER_COEFF(BranchPoint, 1, 1);
HORNER_COEFF(BranchPoint, 2, -0.333333333333333333e0);
HORNER_COEFF(BranchPoint, 3, 0.152777777777777777e0);
HORNER_COEFF(BranchPoint, 4, -0.79629629629629630e-1);
HORNER_COEFF(BranchPoint, 5, 0.44502314814814814e-1);
HORNER_COEFF(BranchPoint, 6, -0.25984714873603760e-1);
HORNER_COEFF(BranchPoint, 7, 0.15635632532333920e-1);
HORNER_COEFF(BranchPoint, 8, -0.96168920242994320e-2);
HORNER_COEFF(BranchPoint, 9, 0.60145432529561180e-2);
HORNER_COEFF(BranchPoint, 10, -0.38112980348919993e-2);
HORNER_COEFF(BranchPoint, 11, 0.24408779911439826e-2);
HORNER_COEFF(BranchPoint, 12, -0.15769303446867841e-2);
HORNER_COEFF(BranchPoint, 13, 0.10262633205076071e-2);
HORNER_COEFF(BranchPoint, 14, -0.67206163115613620e-3);
HORNER_COEFF(BranchPoint, 15, 0.44247306181462090e-3);
HORNER_COEFF(BranchPoint, 16, -0.29267722472962746e-3);
HORNER_COEFF(BranchPoint, 17, 0.19438727605453930e-3);
HORNER_COEFF(BranchPoint, 18, -0.12957426685274883e-3);
HORNER_COEFF(BranchPoint, 19, 0.86650358052081260e-4);

template<unsigned int order>
class AsymptoticPolynomialB { };
//HORNER_COEFF(AsymptoticPolynomialB<0>, 0, 0);
//HORNER_COEFF(AsymptoticPolynomialB<0>, 1, -1);
//HORNER_COEFF(AsymptoticPolynomialB<1>, 0, 0);
//HORNER_COEFF(AsymptoticPolynomialB<1>, 1, 1);
HORNER_COEFF(AsymptoticPolynomialB<2>, 0, 0);
HORNER_COEFF(AsymptoticPolynomialB<2>, 1, -1);
HORNER_COEFF(AsymptoticPolynomialB<2>, 2, 1./2);
HORNER_COEFF(AsymptoticPolynomialB<3>, 0, 0);
HORNER_COEFF(AsymptoticPolynomialB<3>, 1, 1);
HORNER_COEFF(AsymptoticPolynomialB<3>, 2, -3./2);
HORNER_COEFF(AsymptoticPolynomialB<3>, 3, 1./3);
HORNER_COEFF(AsymptoticPolynomialB<4>, 0, 0);
HORNER_COEFF(AsymptoticPolynomialB<4>, 1, -1);
HORNER_COEFF(AsymptoticPolynomialB<4>, 2, 3);
HORNER_COEFF(AsymptoticPolynomialB<4>, 3, -11./6);
HORNER_COEFF(AsymptoticPolynomialB<4>, 4, 1./4);
HORNER_COEFF(AsymptoticPolynomialB<5>, 0, 0);
HORNER_COEFF(AsymptoticPolynomialB<5>, 1, 1);
HORNER_COEFF(AsymptoticPolynomialB<5>, 2, -5);
HORNER_COEFF(AsymptoticPolynomialB<5>, 3, 35./6);
HORNER_COEFF(AsymptoticPolynomialB<5>, 4, -25./12);
HORNER_COEFF(AsymptoticPolynomialB<5>, 5, 1./5);
class AsymptoticPolynomialA { };
//HORNER_COEFF2(AsymptoticPolynomialA, 0, (Horner<Float, AsymptoticPolynomialB<0>, 1>::Eval(y)));
HORNER_COEFF2(AsymptoticPolynomialA, 0, -y);
//HORNER_COEFF2(AsymptoticPolynomialA, 1, (Horner<Float, AsymptoticPolynomialB<1>, 1>::Eval(y)));
HORNER_COEFF2(AsymptoticPolynomialA, 1, y);
HORNER_COEFF2(AsymptoticPolynomialA, 2, (Horner<Float, AsymptoticPolynomialB<2>, 2>::Eval(y)));
HORNER_COEFF2(AsymptoticPolynomialA, 3, (Horner<Float, AsymptoticPolynomialB<3>, 3>::Eval(y)));
HORNER_COEFF2(AsymptoticPolynomialA, 4, (Horner<Float, AsymptoticPolynomialB<4>, 4>::Eval(y)));
HORNER_COEFF2(AsymptoticPolynomialA, 5, (Horner<Float, AsymptoticPolynomialB<5>, 5>::Eval(y)));


template<typename Float, int order>
inline
Float
AsymptoticExpansionImpl(const Float a, const Float b)
{
return a + Horner<Float, AsymptoticPolynomialA, order>::Eval(1/a, b);
}


template<typename Float, int branch, int order>
struct LogRecursionImpl {
enum { eSign = 2*branch + 1 };
static Float Step(const Float logsx)
{ return logsx - log(eSign * LogRecursionImpl<Float, branch, order-1>::Step(logsx)); }
};

template<typename Float, int branch>
struct LogRecursionImpl<Float, branch, 0> {
static Float Step(const Float logsx) { return logsx; }
};


template<typename Float, int branch>
class Branch {
public:
template<int order>
static Float BranchPointExpansion(const Float x)
{ return Horner<Float, BranchPoint, order>::Eval(eSign * sqrt(2*(Float(M_E)*x+1))); }

// Asymptotic expansion: Corless et al. 1996, de Bruijn (1981)
template<int order>
static
Float
AsymptoticExpansion(const Float x)
{
const Float logsx = log(eSign * x);
const Float logslogsx = log(eSign * logsx);
return AsymptoticExpansionImpl<Float, order>(logsx, logslogsx);
}

// Logarithmic recursion
template<int order>
static Float LogRecursion(const Float x)
{ return LogRecursionImpl<Float, branch, order>::Step(log(eSign * x)); }

private:
enum { eSign = 2*branch + 1 };
};


// iterations

template<typename Float>
inline
Float
HalleyStep(const Float x, const Float w)
{
const Float ew = exp(w);
const Float wew = w * ew;
const Float wewx = wew - x;
const Float w1 = w + 1;
return w - wewx / (ew * w1 - (w + 2) * wewx/(2*w1));
}


template<typename Float>
inline
Float
FritschStep(const Float x, const Float w)
{
const Float z = log(x/w) - w;
const Float w1 = w + 1;
const Float q = 2 * w1 * (w1 + Float(2./3)*z);
const Float eps = z / w1 * (q - z) / (q - 2*z);
return w * (1 + eps);
}


template<typename Float>
inline
Float
SchroederStep(const Float x, const Float w)
{
const Float y = x * exp(-w);
const Float f0 = w - y;
const Float f1 = 1 + y;
const Float f00 = f0*f0;
const Float f11 = f1*f1;
const Float f0y = f0*y;
return w - 4*f0*(6*f1*(f11 + f0y) + f00*y) / (f11*(24*f11 + 36*f0y) + f00*(6*y*y + 8*f1*y + f0y));
}


template<
typename Float,
double IterationStep(const Float x, const Float w)
>
struct Iterator {

template<int n, class = void>
struct Depth {
static Float Recurse(const Float x, Float w)
{ return Depth<n-1>::Recurse(x, IterationStep(x, w)); }
};

// stop condition
template<class T>
struct Depth<1, T> {
static Float Recurse(const Float x, const Float w) { return IterationStep(x, w); }
};

// identity
template<class T>
struct Depth<0, T> {
static Float Recurse(const Float x, const Float w) { return w; }
};

};


// Rational approximations

template<typename Float, int branch, int n>
struct Pade {
static inline Float Approximation(const Float x);
};


template<typename Float>
struct Pade<Float, 0, 1> {
static inline Float Approximation(const Float x)
{ return x * HORNER4(Float, x, 0.07066247420543414, 2.4326814530577687, 6.39672835731526, 4.663365025836821, 0.99999908757381) /
HORNER4(Float, x, 1.2906660139511692, 7.164571775410987, 10.559985088953114, 5.66336307375819, 1); }
};


template<typename Float>
struct Pade<Float, 0, 2> {
static inline Float Approximation(const Float x)
{ const Float y = log(Float(0.5)*x) - 2;
return 2 + y * HORNER3(Float, y, 0.00006979269679670452, 0.017110368846615806, 0.19338607770900237, 0.6666648896499793) /
HORNER2(Float, y, 0.0188060684652668, 0.23451269827133317, 1); }
};


template<typename Float>
struct Pade<Float, -1, 4> {
static inline Float Approximation(const Float x)
{ return HORNER4(Float, x, -2793.4565508841197, -1987.3632221106518, 385.7992853617571, 277.2362778379572, -7.840776922133643) /
HORNER4(Float, x, 280.6156995997829, 941.9414019982657, 190.64429338894644, -63.93540494358966, 1); }
};


template<typename Float>
struct Pade<Float, -1, 5> {
static inline Float Approximation(const Float x)
{ const Float y = log(-x);
return -exp(
HORNER3(Float, y, 0.16415668298255184, -3.334873920301941, 2.4831415860003747, 4.173424474574879) /
HORNER3(Float, y, 0.031239411487374164, -1.2961659693400076, 4.517178492772906, 1)
); }
};


template<typename Float>
struct Pade<Float, -1, 6> {
static inline Float Approximation(const Float x)
{ const Float y = log(-x);
return -exp(
HORNER4(Float, y, 0.000026987243254533254, -0.007692106448267341, 0.28793461719300206, -1.5267058884647018, -0.5370669268991288) /
HORNER4(Float, y, 3.6006502104930343e-6, -0.0015552463555591487, 0.08801194682489769, -0.8973922357575583, 1)
); }
};


template<typename Float>
struct Pade<Float, -1, 7> {
static inline Float Approximation(const Float x)
{ return -1 - sqrt(
HORNER4(Float, x, 988.0070769375508, 1619.8111957356814, 989.2017745708083, 266.9332506485452, 26.875022558546036) /
HORNER4(Float, x, -205.50469464210596, -270.0440832897079, -109.554245632316, -11.275355431307334, 1)
); }
};


template<int branch>
double LambertW(const double x);


template<>
double
LambertW<0>(const double x)
{
typedef double d;
return Y5(
(Branch<d, 0>::BranchPointExpansion<8>(x)),
x < -0.367679,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Branch<d, 0>::BranchPointExpansion<10>(x))),
x < -0.311,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Pade<d, 0, 1>::Approximation(x))),
x < 1.38,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Pade<d, 0, 2>::Approximation(x))),
x < 236,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Branch<d, 0>::AsymptoticExpansion<6-1>(x)))
);
}


template<>
double
LambertW<-1>(const double x)
{
typedef double d;
return Y7(
(Branch<d, -1>::BranchPointExpansion<8>(x)),
x < -0.367579,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Branch<d, -1>::BranchPointExpansion<4>(x))),
x < -0.366079,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Pade<d, -1, 7>::Approximation(x))),
x < -0.289379,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Pade<d, -1, 4>::Approximation(x))),
x < -0.0509,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Pade<d, -1, 5>::Approximation(x))),
x < -0.000131826,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Pade<d, -1, 6>::Approximation(x))),
x < -6.30957e-31,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Branch<d, -1>::LogRecursion<3>(x)))
);
}


// instantiations
template double LambertW<0>(const double x);
template double LambertW<-1>(const double x);

}
class BranchPoint {
};
HORNER_COEFF(BranchPoint, 0, -1);
HORNER_COEFF(BranchPoint, 1, 1);
HORNER_COEFF(BranchPoint, 2, -0.333333333333333333e0);
HORNER_COEFF(BranchPoint, 3, 0.152777777777777777e0);
HORNER_COEFF(BranchPoint, 4, -0.79629629629629630e-1);
HORNER_COEFF(BranchPoint, 5, 0.44502314814814814e-1);
HORNER_COEFF(BranchPoint, 6, -0.25984714873603760e-1);
HORNER_COEFF(BranchPoint, 7, 0.15635632532333920e-1);
HORNER_COEFF(BranchPoint, 8, -0.96168920242994320e-2);
HORNER_COEFF(BranchPoint, 9, 0.60145432529561180e-2);
HORNER_COEFF(BranchPoint, 10, -0.38112980348919993e-2);
HORNER_COEFF(BranchPoint, 11, 0.24408779911439826e-2);
HORNER_COEFF(BranchPoint, 12, -0.15769303446867841e-2);
HORNER_COEFF(BranchPoint, 13, 0.10262633205076071e-2);
HORNER_COEFF(BranchPoint, 14, -0.67206163115613620e-3);
HORNER_COEFF(BranchPoint, 15, 0.44247306181462090e-3);
HORNER_COEFF(BranchPoint, 16, -0.29267722472962746e-3);
HORNER_COEFF(BranchPoint, 17, 0.19438727605453930e-3);
HORNER_COEFF(BranchPoint, 18, -0.12957426685274883e-3);
HORNER_COEFF(BranchPoint, 19, 0.86650358052081260e-4);

template<unsigned int order>
class AsymptoticPolynomialB {
};
//HORNER_COEFF(AsymptoticPolynomialB<0>, 0, 0);
//HORNER_COEFF(AsymptoticPolynomialB<0>, 1, -1);
//HORNER_COEFF(AsymptoticPolynomialB<1>, 0, 0);
//HORNER_COEFF(AsymptoticPolynomialB<1>, 1, 1);
HORNER_COEFF(AsymptoticPolynomialB<2>, 0, 0);
HORNER_COEFF(AsymptoticPolynomialB<2>, 1, -1);
HORNER_COEFF(AsymptoticPolynomialB<2>, 2, 1./2);
HORNER_COEFF(AsymptoticPolynomialB<3>, 0, 0);
HORNER_COEFF(AsymptoticPolynomialB<3>, 1, 1);
HORNER_COEFF(AsymptoticPolynomialB<3>, 2, -3./2);
HORNER_COEFF(AsymptoticPolynomialB<3>, 3, 1./3);
HORNER_COEFF(AsymptoticPolynomialB<4>, 0, 0);
HORNER_COEFF(AsymptoticPolynomialB<4>, 1, -1);
HORNER_COEFF(AsymptoticPolynomialB<4>, 2, 3);
HORNER_COEFF(AsymptoticPolynomialB<4>, 3, -11./6);
HORNER_COEFF(AsymptoticPolynomialB<4>, 4, 1./4);
HORNER_COEFF(AsymptoticPolynomialB<5>, 0, 0);
HORNER_COEFF(AsymptoticPolynomialB<5>, 1, 1);
HORNER_COEFF(AsymptoticPolynomialB<5>, 2, -5);
HORNER_COEFF(AsymptoticPolynomialB<5>, 3, 35./6);
HORNER_COEFF(AsymptoticPolynomialB<5>, 4, -25./12);
HORNER_COEFF(AsymptoticPolynomialB<5>, 5, 1./5);
class AsymptoticPolynomialA {
};
//HORNER_COEFF2(AsymptoticPolynomialA, 0, (Horner<Float, AsymptoticPolynomialB<0>, 1>::Eval(y)));
HORNER_COEFF2(AsymptoticPolynomialA, 0, -y);
//HORNER_COEFF2(AsymptoticPolynomialA, 1, (Horner<Float, AsymptoticPolynomialB<1>, 1>::Eval(y)));
HORNER_COEFF2(AsymptoticPolynomialA, 1, y);
HORNER_COEFF2(AsymptoticPolynomialA, 2, (Horner<Float, AsymptoticPolynomialB<2>, 2>::Eval(y)));
HORNER_COEFF2(AsymptoticPolynomialA, 3, (Horner<Float, AsymptoticPolynomialB<3>, 3>::Eval(y)));
HORNER_COEFF2(AsymptoticPolynomialA, 4, (Horner<Float, AsymptoticPolynomialB<4>, 4>::Eval(y)));
HORNER_COEFF2(AsymptoticPolynomialA, 5, (Horner<Float, AsymptoticPolynomialB<5>, 5>::Eval(y)));


template<typename Float, int order>
inline
Float
AsymptoticExpansionImpl(const Float a, const Float b) {
return a + Horner<Float, AsymptoticPolynomialA, order>::Eval(1 / a, b);
}


template<typename Float, int branch, int order>
struct LogRecursionImpl {
enum {
eSign = 2 * branch + 1
};


static Float Step(const Float logsx) { return logsx - log(eSign * LogRecursionImpl<Float, branch, order - 1>::Step(logsx)); }
};

template<typename Float, int branch>
struct LogRecursionImpl<Float, branch, 0> {
static Float Step(const Float logsx) { return logsx; }
};


template<typename Float, int branch>
class Branch {
public:
template<int order>
static Float BranchPointExpansion(const Float x) {
return Horner<Float, BranchPoint, order>::Eval(eSign * sqrt(2 * (Float(M_E) * x + 1)));
}

// Asymptotic expansion: Corless et al. 1996, de Bruijn (1981)
template<int order>
static
Float
AsymptoticExpansion(const Float x) {
const Float logsx = log(eSign * x);
const Float logslogsx = log(eSign * logsx);
return AsymptoticExpansionImpl<Float, order>(logsx, logslogsx);
}

// Logarithmic recursion
template<int order>
static Float LogRecursion(const Float x) { return LogRecursionImpl<Float, branch, order>::Step(log(eSign * x)); }

private:
enum {
eSign = 2 * branch + 1
};
};


// iterations

template<typename Float>
inline
Float
HalleyStep(const Float x, const Float w) {
const Float ew = exp(w);
const Float wew = w * ew;
const Float wewx = wew - x;
const Float w1 = w + 1;
return w - wewx / (ew * w1 - (w + 2) * wewx/(2*w1));
}


template<typename Float>
inline
Float
FritschStep(const Float x, const Float w) {
const Float z = log(x/w) - w;
const Float w1 = w + 1;
const Float q = 2 * w1 * (w1 + Float(2./3)*z);
const Float eps = z / w1 * (q - z) / (q - 2*z);
return w * (1 + eps);
}


template<typename Float>
inline
Float
SchroederStep(const Float x, const Float w) {
const Float y = x * exp(-w);
const Float f0 = w - y;
const Float f1 = 1 + y;
const Float f00 = f0*f0;
const Float f11 = f1*f1;
const Float f0y = f0*y;
return w - 4*f0*(6*f1*(f11 + f0y) + f00*y) / (f11*(24*f11 + 36*f0y) + f00*(6*y*y + 8*f1*y + f0y));
}


template<
typename Float,
double IterationStep(const Float x, const Float w)
>
struct Iterator {

template<int n, class = void>
struct Depth {
static Float Recurse(const Float x, Float w) { return Depth<n - 1>::Recurse(x, IterationStep(x, w)); }
};

// stop condition
template<class T>
struct Depth<1, T> {
static Float Recurse(const Float x, const Float w) { return IterationStep(x, w); }
};

// identity
template<class T>
struct Depth<0, T> {
static Float Recurse(const Float x, const Float w) { return w; }
};

};


// Rational approximations

template<typename Float, int branch, int n>
struct Pade {
static inline Float Approximation(const Float x);
};


template<typename Float>
struct Pade<Float, 0, 1> {
static inline Float Approximation(const Float x) {
return x * HORNER4(Float, x, 0.07066247420543414, 2.4326814530577687, 6.39672835731526, 4.663365025836821, 0.99999908757381) /
HORNER4(Float, x, 1.2906660139511692, 7.164571775410987, 10.559985088953114, 5.66336307375819, 1);
}
};


template<typename Float>
struct Pade<Float, 0, 2> {
static inline Float Approximation(const Float x) {
const Float y = log(Float(0.5) * x) - 2;
return 2 + y * HORNER3(Float, y, 0.00006979269679670452, 0.017110368846615806, 0.19338607770900237, 0.6666648896499793) /
HORNER2(Float, y, 0.0188060684652668, 0.23451269827133317, 1);
}
};


template<typename Float>
struct Pade<Float, -1, 4> {
static inline Float Approximation(const Float x) {
return HORNER4(Float, x, -2793.4565508841197, -1987.3632221106518, 385.7992853617571, 277.2362778379572, -7.840776922133643) /
HORNER4(Float, x, 280.6156995997829, 941.9414019982657, 190.64429338894644, -63.93540494358966, 1);
}
};


template<typename Float>
struct Pade<Float, -1, 5> {
static inline Float Approximation(const Float x) {
const Float y = log(-x);
return -exp(
HORNER3(Float, y, 0.16415668298255184, -3.334873920301941, 2.4831415860003747, 4.173424474574879) /
HORNER3(Float, y, 0.031239411487374164, -1.2961659693400076, 4.517178492772906, 1)
);
}
};


template<typename Float>
struct Pade<Float, -1, 6> {
static inline Float Approximation(const Float x) {
const Float y = log(-x);
return -exp(
HORNER4(Float, y, 0.000026987243254533254, -0.007692106448267341, 0.28793461719300206, -1.5267058884647018,
-0.5370669268991288) /
HORNER4(Float, y, 3.6006502104930343e-6, -0.0015552463555591487, 0.08801194682489769, -0.8973922357575583, 1)
);
}
};


template<typename Float>
struct Pade<Float, -1, 7> {
static inline Float Approximation(const Float x) {
return -1 - sqrt(
HORNER4(Float, x, 988.0070769375508, 1619.8111957356814, 989.2017745708083, 266.9332506485452, 26.875022558546036) /
HORNER4(Float, x, -205.50469464210596, -270.0440832897079, -109.554245632316, -11.275355431307334, 1)
);
}
};


template<int branch>
double LambertW(const double x);


template<>
double
LambertW<0>(const double x) {
typedef double d;
return Y5(
(Branch<d, 0>::BranchPointExpansion<8>(x)),
x < -0.367679,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Branch<d, 0>::BranchPointExpansion<10>(x))),
x < -0.311,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Pade<d, 0, 1>::Approximation(x))),
x < 1.38,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Pade<d, 0, 2>::Approximation(x))),
x < 236,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Branch<d, 0>::AsymptoticExpansion<6-1>(x)))
);
}


template<>
double
LambertW<-1>(const double x) {
typedef double d;
return Y7(
(Branch<d, -1>::BranchPointExpansion<8>(x)),
x < -0.367579,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Branch<d, -1>::BranchPointExpansion<4>(x))),
x < -0.366079,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Pade<d, -1, 7>::Approximation(x))),
x < -0.289379,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Pade<d, -1, 4>::Approximation(x))),
x < -0.0509,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Pade<d, -1, 5>::Approximation(x))),
x < -0.000131826,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Pade<d, -1, 6>::Approximation(x))),
x < -6.30957e-31,
(Iterator<d, HalleyStep<d> >::Depth<1>::Recurse(x, Branch<d, -1>::LogRecursion<3>(x)))
);
}


// instantiations
template double LambertW<0>(const double x);
template double LambertW<-1>(const double x);

}

+ 14
- 17
plugins/community/repos/LindenbergResearch/src/dsp/LambertW.h View File

@@ -21,26 +21,23 @@


#include <limits> #include <limits>



namespace dsp { namespace dsp {


template<int branch>
double LambertW(const double x);
template<int branch>
double LambertW(const double x);




inline
double
LambertW(const int branch, const double x) {
switch (branch) {
case -1:
return LambertW<-1>(x);
case 0:
return LambertW<0>(x);
default:
return std::numeric_limits<double>::quiet_NaN();
}
}
inline
double
LambertW(const int branch, const double x) {
switch (branch) {
case -1:
return LambertW<-1>(x);
case 0:
return LambertW<0>(x);
default:
return std::numeric_limits<double>::quiet_NaN();
}
}


} }



+ 24
- 24
plugins/community/repos/LindenbergResearch/src/dsp/Lockhart.hpp View File

@@ -13,38 +13,38 @@


namespace dsp { namespace dsp {


/**
* @brief Represents one stage of the Lockhart Wavefolder
*/
struct LockhartWFStage {
private:
/**
* @brief Represents one stage of the Lockhart Wavefolder
*/
struct LockhartWFStage {
private:


double fn1, xn1;
double a, b, d;
double fn1, xn1;
double a, b, d;


public:
public:


LockhartWFStage();
LockhartWFStage();


double compute(double x);
};
double compute(double x);
};




/**
* Lockhart Wavefolder class
*/
struct LockhartWavefolder : WaveShaper {
/**
* Lockhart Wavefolder class
*/
struct LockhartWavefolder : WaveShaper {


private:
LockhartWFStage lh1, lh2, lh3, lh4;
private:
LockhartWFStage lh1, lh2, lh3, lh4;


public:
explicit LockhartWavefolder(float sr);
public:
explicit LockhartWavefolder(float sr);


void init() override;
void invalidate() override;
void process() override;
double compute(double x) override;
};
void init() override;
void invalidate() override;
void process() override;
double compute(double x) override;
};


} }

+ 88
- 90
plugins/community/repos/LindenbergResearch/src/dsp/MS20zdf.hpp View File

@@ -5,134 +5,132 @@


namespace dsp { namespace dsp {


/**
* @brief
*/
struct MS20TPT : DSPSystem2x1 {
float s = 0;
DSPDelay1 z;


/**
* @brief
*/
struct MS20TPT : DSPSystem2x1 {
float s = 0;
DSPDelay1 z;


void process() override {
float gx = input[IN1].value * input[IN2].value;


void process() override {
float gx = input[IN1].value * input[IN2].value;
z.set(gx + z.get() + gx);
s = z.get();
}
};


z.set(gx + z.get() + gx);
s = z.get();
}
};


/**
* @brief Zero Delay Feedback
*/
struct MS20ZDF : DSPSystem2x2 {
float y = 0;
float s = 0;
MS20TPT tpt;


/**
* @brief Zero Delay Feedback
*/
struct MS20ZDF : DSPSystem2x2 {
float y = 0;
float s = 0;
MS20TPT tpt;


void process() override {
y = input[IN1].value * input[IN2].value + s;


void process() override {
y = input[IN1].value * input[IN2].value + s;
tpt.set(input[IN1].value - y, input[IN2].value);
s = tpt.s;
}


tpt.set(input[IN1].value - y, input[IN2].value);
s = tpt.s;
}
};


};


/**
* @brief MS20 Filter class
*/
struct MS20zdf : DSPSystem<1, 2, 4> {
static const int OVERSAMPLE = 8; // factor of internal oversampling
static constexpr float DRIVE_GAIN = 20.f; // max drive gain


/**
* @brief MS20 Filter class
*/
struct MS20zdf : DSPSystem<1, 2, 4> {
static const int OVERSAMPLE = 8; // factor of internal oversampling
static constexpr float DRIVE_GAIN = 20.f; // max drive gain
enum Inputs {
IN
};


enum Inputs {
IN
};
enum Params {
FREQUENCY,
PEAK,
DRIVE,
TYPE
};


enum Params {
FREQUENCY,
PEAK,
DRIVE,
TYPE
};
enum Outputs {
OUT,
};


enum Outputs {
OUT,
};
private:
float g = 0, g2 = 0, b = 0, k = 0;
float ky = 0, y = 0;
float freqHz = 0;


private:
float g = 0, g2 = 0, b = 0, k = 0;
float ky = 0, y = 0;
float freqHz = 0;
MS20ZDF zdf1, zdf2;
Resampler<1> *rs;


MS20ZDF zdf1, zdf2;
Resampler<1> *rs;
public:
explicit MS20zdf(float sr);


public:
explicit MS20zdf(float sr);


float getFrequency() {
return getParam(FREQUENCY);
}


float getFrequency() {
return getParam(FREQUENCY);
}


float getFrequencyHz() const {
return freqHz;
}


float getFrequencyHz() const {
return freqHz;
}


void setFrequency(float value) {
setParam(FREQUENCY, clamp(value, 0.f, 1.1f));
}


void setFrequency(float value) {
setParam(FREQUENCY, clamp(value, 0.f, 1.1f));
}


void setDrive(float value) {
setParam(DRIVE, clamp(value, 0.f, 1.1f));
}


void setDrive(float value) {
setParam(DRIVE, clamp(value, 0.f, 1.1f));
}


float getDrive() {
return getParam(DRIVE);
}


float getDrive() {
return getParam(DRIVE);
}


float getPeak() {
return getParam(PEAK);
}


float getPeak() {
return getParam(PEAK);
}


void setPeak(float value) {
setParam(PEAK, clamp(value, 0.f, 1.1f));
}


void setPeak(float value) {
setParam(PEAK, clamp(value, 0.f, 1.1f));
}


void setIn(float value) {
setInput(IN, value);
}


void setIn(float value) {
setInput(IN, value);
}


float getLPOut() {
return getOutput(OUT);
}


float getLPOut() {
return getOutput(OUT);
}


float getType() {
return getParam(TYPE);
}


float getType() {
return getParam(TYPE);
}


void setType(float value) {
setParam(TYPE, value);
}


void setType(float value) {
setParam(TYPE, value);
}
void invalidate() override;
void process() override;
};


void invalidate() override;
void process() override;
};


}
}

+ 154
- 155
plugins/community/repos/LindenbergResearch/src/dsp/Oscillator.hpp View File

@@ -14,220 +14,219 @@


namespace dsp { namespace dsp {


/**
* @brief Simple and fast LFO
*/
struct DSPSineLFO : DSPSystem<0, 1, 1> {
enum Outputs {
SINE
};
/**
* @brief Simple and fast LFO
*/
struct DSPSineLFO : DSPSystem<0, 1, 1> {
enum Outputs {
SINE
};


enum Params {
FREQ
};
enum Params {
FREQ
};


private:
float frac, phase;
private:
float frac, phase;


public:
public:


DSPSineLFO(float sr) : DSPSystem(sr) {
setFrequency(1.f);
}
DSPSineLFO(float sr) : DSPSystem(sr) {
setFrequency(1.f);
}


void setFrequency(float freq) {
setParam(FREQ, freq, true);
}
void setFrequency(float freq) {
setParam(FREQ, freq, true);
}




float getFrequency() {
return getParam(FREQ);
}
float getFrequency() {
return getParam(FREQ);
}




void invalidate() override {
frac = TWOPI / sr * param[FREQ].value;
}
void invalidate() override {
frac = TWOPI / sr * param[FREQ].value;
}




void process() override {
phase = wrapTWOPI(phase + frac);
output[SINE].value = fastSin(phase);
}
void process() override {
phase = wrapTWOPI(phase + frac);
output[SINE].value = fastSin(phase);
}




float getSine() {
return output[SINE].value;
}
void setPhase(float phase) {
DSPSineLFO::phase = phase;
}
void reset() {
phase = 0;
}
float getSine() {
return output[SINE].value;
}
void setPhase(float phase) {
DSPSineLFO::phase = phase;
}
void reset() {
phase = 0;
}


};
};




/**
* DSP model of a leaky integrator
*/
struct DSPIntegrator : DSPSystem<1, 1, 1> {
enum Inputs {
IN
};
/**
* DSP model of a leaky integrator
*/
struct DSPIntegrator : DSPSystem<1, 1, 1> {
enum Inputs {
IN
};


enum Outputs {
OUT
};
enum Outputs {
OUT
};


enum Params {
LEAK
};
enum Params {
LEAK
};


private:
float z = 0;
private:
float z = 0;


public:
void process() override {
output[OUT].value = z;
z = input[IN].value + (param[LEAK].value * z);
}
public:
void process() override {
output[OUT].value = z;
z = input[IN].value + (param[LEAK].value * z);
}




/**
* @brief Add a value to integrator and push output
* @param x Input value
* @return Current of integrator
*/
float add(float x, float leak) {
param[LEAK].value = 0.999;
input[IN].value = x;
process();
/**
* @brief Add a value to integrator and push output
* @param x Input value
* @return Current of integrator
*/
float add(float x, float leak) {
param[LEAK].value = 0.999;
input[IN].value = x;
process();


return output[OUT].value;
}
return output[OUT].value;
}




/**
* @brief Returns the current integrator state
* @return
*/
float value() {
return z;
}
};
/**
* @brief Returns the current integrator state
* @return
*/
float value() {
return z;
}
};




struct DSPBLOscillator : DSPSystem<4, 6, 10> {
/**
* Bandwidth-limited threshold in hz.
* Should be at least SR/2 !
* */
static constexpr float BLIT_HARMONICS = 18000.f;
static constexpr float NOTE_C4 = 261.626f;
struct DSPBLOscillator : DSPSystem<4, 6, 10> {
/**
* Bandwidth-limited threshold in hz.
* Should be at least SR/2 !
* */
static constexpr float BLIT_HARMONICS = 18000.f;
static constexpr float NOTE_C4 = 261.626f;


enum Inputs {
VOCT1, VOCT2,
FM_CV,
TUNE,
OCTAVE
};
enum Inputs {
VOCT1, VOCT2,
FM_CV,
TUNE,
OCTAVE
};


enum Outputs {
SAW,
PULSE,
SINE,
TRI,
NOISE
};
enum Outputs {
SAW,
PULSE,
SINE,
TRI,
NOISE
};


enum Params {
FREQUENCY,
PULSEWIDTH
};
enum Params {
FREQUENCY,
PULSEWIDTH
};


private:
float phase; // current phase
float incr; // current phase increment for PLL
float detune; // analogue detune
float drift; // oscillator drift
float warmup; // oscillator warmup detune
float warmupTau; // time factor for warmup detune
int tick;
int n;
bool lfoMode; // LFO mode?
Noise noise; // randomizer
private:
float phase; // current phase
float incr; // current phase increment for PLL
float detune; // analogue detune
float drift; // oscillator drift
float warmup; // oscillator warmup detune
float warmupTau; // time factor for warmup detune
int tick;
int n;
bool lfoMode; // LFO mode?
Noise noise; // randomizer


Integrator int1;
Integrator int2;
Integrator int3;
Integrator int1;
Integrator int2;
Integrator int3;


DSPSineLFO *lfo;
DSPSineLFO *lfo;




void reset();
void reset();


/* saved frequency states */
float _cv, _oct, _base, _coeff, _tune, _biqufm;
/* saved frequency states */
float _cv, _oct, _base, _coeff, _tune, _biqufm;




public:
explicit DSPBLOscillator(float sr);
public:
explicit DSPBLOscillator(float sr);


void updatePitch();
void updatePitch();


void setFrequency(float frq);
void setFrequency(float frq);




void setInputs(float voct1, float voct2, float fm, float tune, float oct);
void setInputs(float voct1, float voct2, float fm, float tune, float oct);




float getFrequency() { return param[FREQUENCY].value; }
float getFrequency() { return param[FREQUENCY].value; }




bool isLFO() {
return lfoMode;
}
bool isLFO() {
return lfoMode;
}




void setPulseWidth(float width);
void setPulseWidth(float width);




float getSawWave() {
return getOutput(SAW);
}
float getSawWave() {
return getOutput(SAW);
}




float getPulseWave() {
return getOutput(PULSE);
}
float getPulseWave() {
return getOutput(PULSE);
}




float getSineWave() {
return getOutput(SINE);
}
float getSineWave() {
return getOutput(SINE);
}




float getTriWave() {
return getOutput(TRI);
}
float getTriWave() {
return getOutput(TRI);
}




float getNoise() {
return getOutput(NOISE);
}
float getNoise() {
return getOutput(NOISE);
}




void updateSampleRate(float sr) override;
void updateSampleRate(float sr) override;


void invalidate() override;
void process() override;
};
void invalidate() override;
void process() override;
};



}
}

+ 10
- 11
plugins/community/repos/LindenbergResearch/src/dsp/Overdrive.hpp View File

@@ -6,20 +6,19 @@


namespace dsp { namespace dsp {


struct Overdrive : WaveShaper {
struct Overdrive : WaveShaper {


Noise *noise;
Noise *noise;


public:


public:
explicit Overdrive(float sr);


explicit Overdrive(float sr);
void init() override;
void invalidate() override;
void process() override;
double compute(double x) override;


void init() override;
void invalidate() override;
void process() override;
double compute(double x) override;
};


};

}
}

+ 10
- 11
plugins/community/repos/LindenbergResearch/src/dsp/RShaper.hpp View File

@@ -6,20 +6,19 @@


namespace dsp { namespace dsp {


struct ReShaper : WaveShaper {
struct ReShaper : WaveShaper {


Noise *noise;
Noise *noise;


public:


public:
explicit ReShaper(float sr);


explicit ReShaper(float sr);
void init() override;
void invalidate() override;
void process() override;
double compute(double x) override;


void init() override;
void invalidate() override;
void process() override;
double compute(double x) override;
};


};

}
}

+ 10
- 10
plugins/community/repos/LindenbergResearch/src/dsp/Saturator.hpp View File

@@ -6,20 +6,20 @@


namespace dsp { namespace dsp {


struct Saturator : WaveShaper {
struct Saturator : WaveShaper {


Noise *noise;
Noise *noise;




public:
public:


explicit Saturator(float sr);
explicit Saturator(float sr);


void init() override;
void invalidate() override;
void process() override;
double compute(double x) override;
void init() override;
void invalidate() override;
void process() override;
double compute(double x) override;


};
};


}
}

+ 20
- 21
plugins/community/repos/LindenbergResearch/src/dsp/Serge.hpp View File

@@ -12,33 +12,32 @@


namespace dsp { namespace dsp {


struct SergeWFStage {
private:
double fn1, xn1;
struct SergeWFStage {
private:
double fn1, xn1;


public:
SergeWFStage();
double compute(double x);
};
public:
SergeWFStage();
double compute(double x);
};




struct SergeWavefolder : WaveShaper {
struct SergeWavefolder : WaveShaper {


private:
SergeWFStage sg1, sg2, sg3, sg4, sg5, sg6;
// DCBlocker *dc = new DCBlocker(DCBLOCK_ALPHA);
HQTanh *tanh1;
bool blockDC = false;
private:
SergeWFStage sg1, sg2, sg3, sg4, sg5, sg6;
// DCBlocker *dc = new DCBlocker(DCBLOCK_ALPHA);
HQTanh *tanh1;
bool blockDC = false;




public:
explicit SergeWavefolder(float sr);
public:
explicit SergeWavefolder(float sr);


void init() override;
void process() override;
double compute(double x) override;
void init() override;
void process() override;
double compute(double x) override;


};
};



}
}

+ 60
- 62
plugins/community/repos/LindenbergResearch/src/dsp/WaveShaper.hpp View File

@@ -9,85 +9,83 @@


namespace dsp { namespace dsp {


/**
* @brief Basic WaveShaper class with build-in dynamic oversampling
* @tparam OVERSAMPLE
*/
struct WaveShaper : DSPEffect {
/* oversampling channel */
static const int STD_CHANNEL = 0;
static constexpr double SHAPER_MAX_BIAS = 12.0; // +/- 5V
/**
* @brief Basic WaveShaper class with build-in dynamic oversampling
* @tparam OVERSAMPLE
*/
struct WaveShaper : DSPEffect {
/* oversampling channel */
static const int STD_CHANNEL = 0;
static constexpr double SHAPER_MAX_BIAS = 12.0; // +/- 5V


protected:
Resampler<1> *rs;
protected:
Resampler<1> *rs;


DCBlocker *dc = new DCBlocker(DCBLOCK_ALPHA);
HQTanh *tanh1;
bool blockDC = false;
DCBlocker *dc = new DCBlocker(DCBLOCK_ALPHA);
HQTanh *tanh1;
bool blockDC = false;


double in, gain, bias, k;
double out;
Vec amp;
double in, gain, bias, k;
double out;
Vec amp;


public:
public:


WaveShaper(float sr);
WaveShaper(float sr);


double getIn() const;
void setIn(double in);
double getGain() const;
void setGain(double gain);
double getBias() const;
void setBias(double bias);
double getK() const;
void setK(double k);
double getOut() const;
void setOut(double out);
double getIn() const;
void setIn(double in);
double getGain() const;
void setGain(double gain);
double getBias() const;
void setBias(double bias);
double getK() const;
void setK(double k);
double getOut() const;
void setOut(double out);




/**
* @brief Returns the actual sample-rate which is used by oversampled computation
* @return
*/
double getOversampledRate() {
return sr * rs->getFactor();
}
/**
* @brief Returns the actual sample-rate which is used by oversampled computation
* @return
*/
double getOversampledRate() {
return sr * rs->getFactor();
}




void setAmplitude(double kpos, double kneg) {
amp = Vec(kpos, kneg);
}
void setAmplitude(double kpos, double kneg) {
amp = Vec(kpos, kneg);
}




const Vec &getAmplitude() const;
const Vec &getAmplitude() const;


bool isBlockDC() const;
void setBlockDC(bool blockDC);
bool isBlockDC() const;
void setBlockDC(bool blockDC);


/**
* @brief Implements the oversamping of compute method
*/
void process() override;
/**
* @brief Implements the oversamping of compute method
*/
void process() override;




void init() override {
gain = 0;
out = 0;
k = 0;
bias = 0;
amp = Vec(0, 0);
}
void init() override {
gain = 0;
out = 0;
k = 0;
bias = 0;
amp = Vec(0, 0);
}




/**
* @brief To be implemented by subclass, automaticaly oversampled
*
* @param x Input sample
* @return Output sample
*/
virtual double compute(double x) { return x; }
};

/**
* @brief To be implemented by subclass, automaticaly oversampled
*
* @param x Input sample
* @return Output sample
*/
virtual double compute(double x) { return x; }
};


} }


+ 3
- 2
plugins/community/repos/LindenbergResearch/src/widgets/LRLight.cpp View File

@@ -9,12 +9,12 @@ namespace lrt {
// Solid // Solid
nvgBeginPath(vg); nvgBeginPath(vg);
nvgCircle(vg, radius, radius, radius); nvgCircle(vg, radius, radius, radius);
nvgFillColor(vg, bgColor);
nvgFillColor(vg, nvgRGBAf(0.2, 0.3, 0.9, 0.3));
nvgFill(vg); nvgFill(vg);


// Border // Border
nvgStrokeWidth(vg, 1.0f); nvgStrokeWidth(vg, 1.0f);
NVGcolor borderColor = bgColor;
NVGcolor borderColor = nvgRGBAf(0.01, 0.03, 0.09, 0.9);
borderColor.a *= 0.5f; borderColor.a *= 0.5f;
nvgStrokeColor(vg, borderColor); nvgStrokeColor(vg, borderColor);
nvgStroke(vg); nvgStroke(vg);
@@ -42,6 +42,7 @@ namespace lrt {
* @brief Constructor * @brief Constructor
*/ */
LRLight::LRLight() { LRLight::LRLight() {
box.size = Vec(7.5f, 7.5f);
addBaseColor(nvgRGBAf(0.1, 0.3, 0.9, 0.99)); addBaseColor(nvgRGBAf(0.1, 0.3, 0.9, 0.99));
} }



+ 26
- 26
vst2_bin/plugins/LindenbergResearch/res/BlankPanel.svg View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="270px" height="380px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"> <svg width="270px" height="380px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
<rect x="0" y="0" width="270" height="380" style="fill:#090909;stroke:#000;stroke-width:1px;"/>
<rect x="0" y="0" width="270" height="380" style="fill:#1d1d1d;stroke:#000;stroke-width:1px;"/>
<g transform="matrix(0.953523,0,0,1.00856,-16.6359,-26.3308)"> <g transform="matrix(0.953523,0,0,1.00856,-16.6359,-26.3308)">
<path d="M36.797,338.969l1.058,0l2.268,-7.155l-0.927,0l-1.145,3.861c-0.24,0.851 -0.425,1.527 -0.687,2.367l-0.044,0c-0.262,-0.84 -0.436,-1.516 -0.687,-2.367l-1.156,-3.861l-0.96,0l2.28,7.155Z" style="fill:#e6e0e0;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/> <path d="M36.797,338.969l1.058,0l2.268,-7.155l-0.927,0l-1.145,3.861c-0.24,0.851 -0.425,1.527 -0.687,2.367l-0.044,0c-0.262,-0.84 -0.436,-1.516 -0.687,-2.367l-1.156,-3.861l-0.96,0l2.28,7.155Z" style="fill:#e6e0e0;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M44.191,339.1c0.851,0 1.527,-0.284 2.051,-0.633l-0.327,-0.589c-0.48,0.306 -0.982,0.502 -1.615,0.502c-1.101,0 -1.952,-0.611 -2.061,-1.81l4.177,0c0.022,-0.142 0.044,-0.339 0.044,-0.546c0,-1.494 -0.894,-2.486 -2.421,-2.486c-1.418,0 -2.705,1.047 -2.705,2.77c0,1.767 1.265,2.792 2.857,2.792Zm-0.13,-4.854c0.905,0 1.505,0.535 1.581,1.626l-3.381,0c0.164,-1.047 0.927,-1.626 1.8,-1.626Z" style="fill:#e6e0e0;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/> <path d="M44.191,339.1c0.851,0 1.527,-0.284 2.051,-0.633l-0.327,-0.589c-0.48,0.306 -0.982,0.502 -1.615,0.502c-1.101,0 -1.952,-0.611 -2.061,-1.81l4.177,0c0.022,-0.142 0.044,-0.339 0.044,-0.546c0,-1.494 -0.894,-2.486 -2.421,-2.486c-1.418,0 -2.705,1.047 -2.705,2.77c0,1.767 1.265,2.792 2.857,2.792Zm-0.13,-4.854c0.905,0 1.505,0.535 1.581,1.626l-3.381,0c0.164,-1.047 0.927,-1.626 1.8,-1.626Z" style="fill:#e6e0e0;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
@@ -94,7 +94,7 @@
<g transform="matrix(1,0,0,1,6.05928,6.05928)"> <g transform="matrix(1,0,0,1,6.05928,6.05928)">
<path d="M232.321,164.268c-0.551,-1.407 -1.25,-2.487 -1.733,-4.267l0.016,0c-0.034,0 -0.056,-0.074 -0.088,-0.149c-0.062,-0.193 -0.122,-0.353 -0.173,-0.548c-0.097,-0.365 -0.189,-0.759 -0.253,-1.179c-0.043,-2.08 1.872,-2.792 1.946,-5.183c0.081,-2.573 -1.476,-3.898 -1.946,-4.241c-0.02,-0.028 -0.037,-0.054 -0.056,-0.082c0.012,-0.037 0.02,-0.068 0.031,-0.104c2.993,-2.433 1.69,-5.738 1.69,-5.738c-0.636,-0.338 -1.313,-0.55 -1.797,-0.98c-4.337,-3.863 -4.606,-6.636 -1.196,-11.288c0.866,-1.185 1.746,-2.375 2.467,-3.649c1.761,-3.117 1.359,-4.599 -1.81,-6.367c-2.28,-1.271 -4.743,-2.218 -6.988,-3.545c-6.396,-3.778 -11.834,-8.521 -15.061,-15.174c2.171,-3.872 2.171,-3.872 1.304,-6.341c-0.791,0.865 -1.527,1.672 -2.688,2.944c0,-3.049 0.294,-5.379 -0.083,-7.595c-0.367,-2.156 -0.85,-4.792 -2.281,-6.178c-5.217,-5.045 -8.175,-11.292 -10.92,-17.796c-2.029,-4.806 -4.196,-9.66 -8.171,-13.236c-2,-1.8 -4.474,-3.072 -6.742,-4.587c0,-1.354 0.017,-2.653 -0.006,-3.951c-0.019,-1.297 0.038,-2.61 -0.136,-3.89c-0.702,-5.113 -4.34,-7.564 -9.404,-6.548c-3.181,0.638 -6.385,1.238 -9.605,1.563c-1.888,0.19 -3.584,0.128 -3.225,-3.432c1.62,0 3.162,0 5.368,0c-1.104,0 -1.515,-1.544 -2.067,-1.769c-2.208,-0.892 -4.045,-0.36 -5.099,1.396c-1.25,2.077 0.023,3.586 1.504,4.555c1.273,0.832 3.004,1.441 4.492,1.365c3.234,-0.167 6.436,-0.842 9.658,-1.296c2.8,-0.394 4.451,0.587 5.01,3.266c0.266,1.278 0.047,2.658 0.047,3.561c-3.72,-1.383 -6.953,-3.369 -10.347,-3.69c-7.432,-0.706 -14.956,-0.912 -22.413,-0.611c-3.084,0.124 -6.484,1.511 -9.049,3.309c-4.547,3.188 -9.441,5.039 -14.773,6.138c-2.549,0.526 -5.106,1.149 -7.55,2.03c-4.689,1.689 -8.626,4.342 -11.53,8.63c-1.595,2.354 -3.836,4.445 -6.188,6.076c-4.591,3.184 -9.001,6.424 -12.144,11.187c-1.712,2.596 -4.124,4.212 -7.839,3.113c-1.104,-4.244 -4.87,-4.911 -8.627,-5.423c-1.764,-0.242 -3.625,-0.32 -5.373,-0.04c-10.247,1.643 -19.554,5.56 -26.813,13.074c-6.565,6.797 -5.937,10.365 -2.739,16.202c2.063,3.766 2.131,7.435 -0.279,11.089c-1.874,2.842 -2.57,6.013 -2.071,9.354c1.284,8.609 4.072,16.22 13.409,19.251c0.615,0.198 1.156,0.607 1.748,0.881c2.125,0.984 3.145,2.592 3.365,4.971c0.144,1.54 0.491,3.357 1.429,4.479c6.245,7.454 20.432,8.503 25.041,-1.951c0.189,-0.432 0.624,-0.756 0.945,-1.129c0.305,0.134 0.609,0.266 0.914,0.399c-0.27,1.348 -0.539,2.694 -0.81,4.042c-0.351,1.75 -1.204,3.572 -0.961,5.235c0.915,6.264 1.484,12.716 3.503,18.648c2.452,7.204 8.53,14.587 18.762,13.197c3.549,-0.483 6.782,0.391 9.818,2.234c1.254,0.76 2.657,1.272 3.912,2.027c3.221,1.943 6.497,1.898 9.857,0.464c2.024,-0.863 4.052,-1.726 6.331,-2.698c-1.16,4.041 -2.278,7.594 -3.189,11.197c-1.336,5.287 -3.631,9.452 -9.941,9.48c-0.115,0 -0.228,0.204 -0.481,0.441c0.473,1.385 0.975,2.855 1.446,4.234c-3.43,5.076 -9.388,5.288 -13.951,7.881c8.949,0.082 15.39,-4.254 16.179,-10.562c4.91,-1.582 7.805,-5.034 9.233,-9.921c0.777,-2.659 1.611,-5.32 2.672,-7.879c1.746,-4.209 4.792,-6.719 9.406,-6.833c-0.302,3.22 -0.579,6.169 -0.855,9.113c-6.687,1.486 -6.819,1.649 -6.534,8.315c-1.583,1.269 -3.238,2.596 -5.685,4.557c6.226,-1.428 7.436,-2.953 8.025,-9.211c0.938,-0.325 1.962,-0.799 3.039,-1.035c4.009,-0.875 4.11,-0.859 3.682,-5.037c-0.251,-2.445 0.739,-3.996 3.163,-5.664c0.451,1.766 0.892,3.088 1.115,4.445c0.316,1.923 0.547,3.867 0.687,5.81c0.517,7.404 -0.06,14.643 -3.457,21.43c-4.159,8.313 -8.334,16.622 -12.413,24.973c-1.174,2.404 -2.482,4.234 -5.172,5.433c-4.265,1.907 -7.421,6.556 -7.757,10.832c15.258,2.949 26.312,6.953 41.04,18.833c9.647,7.785 19.862,11.309 29.399,12.456c0.003,-0.004 10.248,-13.711 19.753,-32.558c-0.241,-0.365 -0.484,-0.728 -0.723,-1.095c-6.25,-9.478 -11.533,-18.592 -13.049,-22.521c-2.853,-7.395 -3.838,-14.659 -2.132,-22.466c1.983,-9.083 3.633,-18.206 7.761,-26.672c2.412,-4.95 6.15,-7.711 11.519,-8.858c6.366,-1.36 12.689,-3.037 18.94,-4.868c6.706,-1.966 9.308,-7.753 6.747,-14.275Z" style="fill-opacity:0.760784;fill-rule:nonzero;"/> <path d="M232.321,164.268c-0.551,-1.407 -1.25,-2.487 -1.733,-4.267l0.016,0c-0.034,0 -0.056,-0.074 -0.088,-0.149c-0.062,-0.193 -0.122,-0.353 -0.173,-0.548c-0.097,-0.365 -0.189,-0.759 -0.253,-1.179c-0.043,-2.08 1.872,-2.792 1.946,-5.183c0.081,-2.573 -1.476,-3.898 -1.946,-4.241c-0.02,-0.028 -0.037,-0.054 -0.056,-0.082c0.012,-0.037 0.02,-0.068 0.031,-0.104c2.993,-2.433 1.69,-5.738 1.69,-5.738c-0.636,-0.338 -1.313,-0.55 -1.797,-0.98c-4.337,-3.863 -4.606,-6.636 -1.196,-11.288c0.866,-1.185 1.746,-2.375 2.467,-3.649c1.761,-3.117 1.359,-4.599 -1.81,-6.367c-2.28,-1.271 -4.743,-2.218 -6.988,-3.545c-6.396,-3.778 -11.834,-8.521 -15.061,-15.174c2.171,-3.872 2.171,-3.872 1.304,-6.341c-0.791,0.865 -1.527,1.672 -2.688,2.944c0,-3.049 0.294,-5.379 -0.083,-7.595c-0.367,-2.156 -0.85,-4.792 -2.281,-6.178c-5.217,-5.045 -8.175,-11.292 -10.92,-17.796c-2.029,-4.806 -4.196,-9.66 -8.171,-13.236c-2,-1.8 -4.474,-3.072 -6.742,-4.587c0,-1.354 0.017,-2.653 -0.006,-3.951c-0.019,-1.297 0.038,-2.61 -0.136,-3.89c-0.702,-5.113 -4.34,-7.564 -9.404,-6.548c-3.181,0.638 -6.385,1.238 -9.605,1.563c-1.888,0.19 -3.584,0.128 -3.225,-3.432c1.62,0 3.162,0 5.368,0c-1.104,0 -1.515,-1.544 -2.067,-1.769c-2.208,-0.892 -4.045,-0.36 -5.099,1.396c-1.25,2.077 0.023,3.586 1.504,4.555c1.273,0.832 3.004,1.441 4.492,1.365c3.234,-0.167 6.436,-0.842 9.658,-1.296c2.8,-0.394 4.451,0.587 5.01,3.266c0.266,1.278 0.047,2.658 0.047,3.561c-3.72,-1.383 -6.953,-3.369 -10.347,-3.69c-7.432,-0.706 -14.956,-0.912 -22.413,-0.611c-3.084,0.124 -6.484,1.511 -9.049,3.309c-4.547,3.188 -9.441,5.039 -14.773,6.138c-2.549,0.526 -5.106,1.149 -7.55,2.03c-4.689,1.689 -8.626,4.342 -11.53,8.63c-1.595,2.354 -3.836,4.445 -6.188,6.076c-4.591,3.184 -9.001,6.424 -12.144,11.187c-1.712,2.596 -4.124,4.212 -7.839,3.113c-1.104,-4.244 -4.87,-4.911 -8.627,-5.423c-1.764,-0.242 -3.625,-0.32 -5.373,-0.04c-10.247,1.643 -19.554,5.56 -26.813,13.074c-6.565,6.797 -5.937,10.365 -2.739,16.202c2.063,3.766 2.131,7.435 -0.279,11.089c-1.874,2.842 -2.57,6.013 -2.071,9.354c1.284,8.609 4.072,16.22 13.409,19.251c0.615,0.198 1.156,0.607 1.748,0.881c2.125,0.984 3.145,2.592 3.365,4.971c0.144,1.54 0.491,3.357 1.429,4.479c6.245,7.454 20.432,8.503 25.041,-1.951c0.189,-0.432 0.624,-0.756 0.945,-1.129c0.305,0.134 0.609,0.266 0.914,0.399c-0.27,1.348 -0.539,2.694 -0.81,4.042c-0.351,1.75 -1.204,3.572 -0.961,5.235c0.915,6.264 1.484,12.716 3.503,18.648c2.452,7.204 8.53,14.587 18.762,13.197c3.549,-0.483 6.782,0.391 9.818,2.234c1.254,0.76 2.657,1.272 3.912,2.027c3.221,1.943 6.497,1.898 9.857,0.464c2.024,-0.863 4.052,-1.726 6.331,-2.698c-1.16,4.041 -2.278,7.594 -3.189,11.197c-1.336,5.287 -3.631,9.452 -9.941,9.48c-0.115,0 -0.228,0.204 -0.481,0.441c0.473,1.385 0.975,2.855 1.446,4.234c-3.43,5.076 -9.388,5.288 -13.951,7.881c8.949,0.082 15.39,-4.254 16.179,-10.562c4.91,-1.582 7.805,-5.034 9.233,-9.921c0.777,-2.659 1.611,-5.32 2.672,-7.879c1.746,-4.209 4.792,-6.719 9.406,-6.833c-0.302,3.22 -0.579,6.169 -0.855,9.113c-6.687,1.486 -6.819,1.649 -6.534,8.315c-1.583,1.269 -3.238,2.596 -5.685,4.557c6.226,-1.428 7.436,-2.953 8.025,-9.211c0.938,-0.325 1.962,-0.799 3.039,-1.035c4.009,-0.875 4.11,-0.859 3.682,-5.037c-0.251,-2.445 0.739,-3.996 3.163,-5.664c0.451,1.766 0.892,3.088 1.115,4.445c0.316,1.923 0.547,3.867 0.687,5.81c0.517,7.404 -0.06,14.643 -3.457,21.43c-4.159,8.313 -8.334,16.622 -12.413,24.973c-1.174,2.404 -2.482,4.234 -5.172,5.433c-4.265,1.907 -7.421,6.556 -7.757,10.832c15.258,2.949 26.312,6.953 41.04,18.833c9.647,7.785 19.862,11.309 29.399,12.456c0.003,-0.004 10.248,-13.711 19.753,-32.558c-0.241,-0.365 -0.484,-0.728 -0.723,-1.095c-6.25,-9.478 -11.533,-18.592 -13.049,-22.521c-2.853,-7.395 -3.838,-14.659 -2.132,-22.466c1.983,-9.083 3.633,-18.206 7.761,-26.672c2.412,-4.95 6.15,-7.711 11.519,-8.858c6.366,-1.36 12.689,-3.037 18.94,-4.868c6.706,-1.966 9.308,-7.753 6.747,-14.275Z" style="fill-opacity:0.760784;fill-rule:nonzero;"/>
</g> </g>
<path d="M232.321,164.268c-0.551,-1.407 -1.25,-2.487 -1.733,-4.267l0.016,0c-0.034,0 -0.056,-0.074 -0.088,-0.149c-0.062,-0.193 -0.122,-0.353 -0.173,-0.548c-0.097,-0.365 -0.189,-0.759 -0.253,-1.179c-0.043,-2.08 1.872,-2.792 1.946,-5.183c0.081,-2.573 -1.476,-3.898 -1.946,-4.241c-0.02,-0.028 -0.037,-0.054 -0.056,-0.082c0.012,-0.037 0.02,-0.068 0.031,-0.104c2.993,-2.433 1.69,-5.738 1.69,-5.738c-0.636,-0.338 -1.313,-0.55 -1.797,-0.98c-4.337,-3.863 -4.606,-6.636 -1.196,-11.288c0.866,-1.185 1.746,-2.375 2.467,-3.649c1.761,-3.117 1.359,-4.599 -1.81,-6.367c-2.28,-1.271 -4.743,-2.218 -6.988,-3.545c-6.396,-3.778 -11.834,-8.521 -15.061,-15.174c2.171,-3.872 2.171,-3.872 1.304,-6.341c-0.791,0.865 -1.527,1.672 -2.688,2.944c0,-3.049 0.294,-5.379 -0.083,-7.595c-0.367,-2.156 -0.85,-4.792 -2.281,-6.178c-5.217,-5.045 -8.175,-11.292 -10.92,-17.796c-2.029,-4.806 -4.196,-9.66 -8.171,-13.236c-2,-1.8 -4.474,-3.072 -6.742,-4.587c0,-1.354 0.017,-2.653 -0.006,-3.951c-0.019,-1.297 0.038,-2.61 -0.136,-3.89c-0.702,-5.113 -4.34,-7.564 -9.404,-6.548c-3.181,0.638 -6.385,1.238 -9.605,1.563c-1.888,0.19 -3.584,0.128 -3.225,-3.432c1.62,0 3.162,0 5.368,0c-1.104,0 -1.515,-1.544 -2.067,-1.769c-2.208,-0.892 -4.045,-0.36 -5.099,1.396c-1.25,2.077 0.023,3.586 1.504,4.555c1.273,0.832 3.004,1.441 4.492,1.365c3.234,-0.167 6.436,-0.842 9.658,-1.296c2.8,-0.394 4.451,0.587 5.01,3.266c0.266,1.278 0.047,2.658 0.047,3.561c-3.72,-1.383 -6.953,-3.369 -10.347,-3.69c-7.432,-0.706 -14.956,-0.912 -22.413,-0.611c-3.084,0.124 -6.484,1.511 -9.049,3.309c-4.547,3.188 -9.441,5.039 -14.773,6.138c-2.549,0.526 -5.106,1.149 -7.55,2.03c-4.689,1.689 -8.626,4.342 -11.53,8.63c-1.595,2.354 -3.836,4.445 -6.188,6.076c-4.591,3.184 -9.001,6.424 -12.144,11.187c-1.712,2.596 -4.124,4.212 -7.839,3.113c-1.104,-4.244 -4.87,-4.911 -8.627,-5.423c-1.764,-0.242 -3.625,-0.32 -5.373,-0.04c-10.247,1.643 -19.554,5.56 -26.813,13.074c-6.565,6.797 -5.937,10.365 -2.739,16.202c2.063,3.766 2.131,7.435 -0.279,11.089c-1.874,2.842 -2.57,6.013 -2.071,9.354c1.284,8.609 4.072,16.22 13.409,19.251c0.615,0.198 1.156,0.607 1.748,0.881c2.125,0.984 3.145,2.592 3.365,4.971c0.144,1.54 0.491,3.357 1.429,4.479c6.245,7.454 20.432,8.503 25.041,-1.951c0.189,-0.432 0.624,-0.756 0.945,-1.129c0.305,0.134 0.609,0.266 0.914,0.399c-0.27,1.348 -0.539,2.694 -0.81,4.042c-0.351,1.75 -1.204,3.572 -0.961,5.235c0.915,6.264 1.484,12.716 3.503,18.648c2.452,7.204 8.53,14.587 18.762,13.197c3.549,-0.483 6.782,0.391 9.818,2.234c1.254,0.76 2.657,1.272 3.912,2.027c3.221,1.943 6.497,1.898 9.857,0.464c2.024,-0.863 4.052,-1.726 6.331,-2.698c-1.16,4.041 -2.278,7.594 -3.189,11.197c-1.336,5.287 -3.631,9.452 -9.941,9.48c-0.115,0 -0.228,0.204 -0.481,0.441c0.473,1.385 0.975,2.855 1.446,4.234c-3.43,5.076 -9.388,5.288 -13.951,7.881c8.949,0.082 15.39,-4.254 16.179,-10.562c4.91,-1.582 7.805,-5.034 9.233,-9.921c0.777,-2.659 1.611,-5.32 2.672,-7.879c1.746,-4.209 4.792,-6.719 9.406,-6.833c-0.302,3.22 -0.579,6.169 -0.855,9.113c-6.687,1.486 -6.819,1.649 -6.534,8.315c-1.583,1.269 -3.238,2.596 -5.685,4.557c6.226,-1.428 7.436,-2.953 8.025,-9.211c0.938,-0.325 1.962,-0.799 3.039,-1.035c4.009,-0.875 4.11,-0.859 3.682,-5.037c-0.251,-2.445 0.739,-3.996 3.163,-5.664c0.451,1.766 0.892,3.088 1.115,4.445c0.316,1.923 0.547,3.867 0.687,5.81c0.517,7.404 -0.06,14.643 -3.457,21.43c-4.159,8.313 -8.334,16.622 -12.413,24.973c-1.174,2.404 -2.482,4.234 -5.172,5.433c-4.265,1.907 -7.421,6.556 -7.757,10.832c15.258,2.949 26.312,6.953 41.04,18.833c9.647,7.785 19.862,11.309 29.399,12.456c0.003,-0.004 10.248,-13.711 19.753,-32.558c-0.241,-0.365 -0.484,-0.728 -0.723,-1.095c-6.25,-9.478 -11.533,-18.592 -13.049,-22.521c-2.853,-7.395 -3.838,-14.659 -2.132,-22.466c1.983,-9.083 3.633,-18.206 7.761,-26.672c2.412,-4.95 6.15,-7.711 11.519,-8.858c6.366,-1.36 12.689,-3.037 18.94,-4.868c6.706,-1.966 9.308,-7.753 6.747,-14.275Z" style="fill:#990c08;fill-rule:nonzero;stroke:#2c48d8;stroke-width:0.85px;"/>
<path d="M232.321,164.268c-0.551,-1.407 -1.25,-2.487 -1.733,-4.267l0.016,0c-0.034,0 -0.056,-0.074 -0.088,-0.149c-0.062,-0.193 -0.122,-0.353 -0.173,-0.548c-0.097,-0.365 -0.189,-0.759 -0.253,-1.179c-0.043,-2.08 1.872,-2.792 1.946,-5.183c0.081,-2.573 -1.476,-3.898 -1.946,-4.241c-0.02,-0.028 -0.037,-0.054 -0.056,-0.082c0.012,-0.037 0.02,-0.068 0.031,-0.104c2.993,-2.433 1.69,-5.738 1.69,-5.738c-0.636,-0.338 -1.313,-0.55 -1.797,-0.98c-4.337,-3.863 -4.606,-6.636 -1.196,-11.288c0.866,-1.185 1.746,-2.375 2.467,-3.649c1.761,-3.117 1.359,-4.599 -1.81,-6.367c-2.28,-1.271 -4.743,-2.218 -6.988,-3.545c-6.396,-3.778 -11.834,-8.521 -15.061,-15.174c2.171,-3.872 2.171,-3.872 1.304,-6.341c-0.791,0.865 -1.527,1.672 -2.688,2.944c0,-3.049 0.294,-5.379 -0.083,-7.595c-0.367,-2.156 -0.85,-4.792 -2.281,-6.178c-5.217,-5.045 -8.175,-11.292 -10.92,-17.796c-2.029,-4.806 -4.196,-9.66 -8.171,-13.236c-2,-1.8 -4.474,-3.072 -6.742,-4.587c0,-1.354 0.017,-2.653 -0.006,-3.951c-0.019,-1.297 0.038,-2.61 -0.136,-3.89c-0.702,-5.113 -4.34,-7.564 -9.404,-6.548c-3.181,0.638 -6.385,1.238 -9.605,1.563c-1.888,0.19 -3.584,0.128 -3.225,-3.432c1.62,0 3.162,0 5.368,0c-1.104,0 -1.515,-1.544 -2.067,-1.769c-2.208,-0.892 -4.045,-0.36 -5.099,1.396c-1.25,2.077 0.023,3.586 1.504,4.555c1.273,0.832 3.004,1.441 4.492,1.365c3.234,-0.167 6.436,-0.842 9.658,-1.296c2.8,-0.394 4.451,0.587 5.01,3.266c0.266,1.278 0.047,2.658 0.047,3.561c-3.72,-1.383 -6.953,-3.369 -10.347,-3.69c-7.432,-0.706 -14.956,-0.912 -22.413,-0.611c-3.084,0.124 -6.484,1.511 -9.049,3.309c-4.547,3.188 -9.441,5.039 -14.773,6.138c-2.549,0.526 -5.106,1.149 -7.55,2.03c-4.689,1.689 -8.626,4.342 -11.53,8.63c-1.595,2.354 -3.836,4.445 -6.188,6.076c-4.591,3.184 -9.001,6.424 -12.144,11.187c-1.712,2.596 -4.124,4.212 -7.839,3.113c-1.104,-4.244 -4.87,-4.911 -8.627,-5.423c-1.764,-0.242 -3.625,-0.32 -5.373,-0.04c-10.247,1.643 -19.554,5.56 -26.813,13.074c-6.565,6.797 -5.937,10.365 -2.739,16.202c2.063,3.766 2.131,7.435 -0.279,11.089c-1.874,2.842 -2.57,6.013 -2.071,9.354c1.284,8.609 4.072,16.22 13.409,19.251c0.615,0.198 1.156,0.607 1.748,0.881c2.125,0.984 3.145,2.592 3.365,4.971c0.144,1.54 0.491,3.357 1.429,4.479c6.245,7.454 20.432,8.503 25.041,-1.951c0.189,-0.432 0.624,-0.756 0.945,-1.129c0.305,0.134 0.609,0.266 0.914,0.399c-0.27,1.348 -0.539,2.694 -0.81,4.042c-0.351,1.75 -1.204,3.572 -0.961,5.235c0.915,6.264 1.484,12.716 3.503,18.648c2.452,7.204 8.53,14.587 18.762,13.197c3.549,-0.483 6.782,0.391 9.818,2.234c1.254,0.76 2.657,1.272 3.912,2.027c3.221,1.943 6.497,1.898 9.857,0.464c2.024,-0.863 4.052,-1.726 6.331,-2.698c-1.16,4.041 -2.278,7.594 -3.189,11.197c-1.336,5.287 -3.631,9.452 -9.941,9.48c-0.115,0 -0.228,0.204 -0.481,0.441c0.473,1.385 0.975,2.855 1.446,4.234c-3.43,5.076 -9.388,5.288 -13.951,7.881c8.949,0.082 15.39,-4.254 16.179,-10.562c4.91,-1.582 7.805,-5.034 9.233,-9.921c0.777,-2.659 1.611,-5.32 2.672,-7.879c1.746,-4.209 4.792,-6.719 9.406,-6.833c-0.302,3.22 -0.579,6.169 -0.855,9.113c-6.687,1.486 -6.819,1.649 -6.534,8.315c-1.583,1.269 -3.238,2.596 -5.685,4.557c6.226,-1.428 7.436,-2.953 8.025,-9.211c0.938,-0.325 1.962,-0.799 3.039,-1.035c4.009,-0.875 4.11,-0.859 3.682,-5.037c-0.251,-2.445 0.739,-3.996 3.163,-5.664c0.451,1.766 0.892,3.088 1.115,4.445c0.316,1.923 0.547,3.867 0.687,5.81c0.517,7.404 -0.06,14.643 -3.457,21.43c-4.159,8.313 -8.334,16.622 -12.413,24.973c-1.174,2.404 -2.482,4.234 -5.172,5.433c-4.265,1.907 -7.421,6.556 -7.757,10.832c15.258,2.949 26.312,6.953 41.04,18.833c9.647,7.785 19.862,11.309 29.399,12.456c0.003,-0.004 10.248,-13.711 19.753,-32.558c-0.241,-0.365 -0.484,-0.728 -0.723,-1.095c-6.25,-9.478 -11.533,-18.592 -13.049,-22.521c-2.853,-7.395 -3.838,-14.659 -2.132,-22.466c1.983,-9.083 3.633,-18.206 7.761,-26.672c2.412,-4.95 6.15,-7.711 11.519,-8.858c6.366,-1.36 12.689,-3.037 18.94,-4.868c6.706,-1.966 9.308,-7.753 6.747,-14.275Z" style="fill:#a72c19;fill-rule:nonzero;stroke:#a53a46;stroke-opacity:0.803922;stroke-width:1.06px;"/>
</g> </g>
<g id="Logo" transform="matrix(1.15076,0,0,1.15076,-15.017,-79.1497)"> <g id="Logo" transform="matrix(1.15076,0,0,1.15076,-15.017,-79.1497)">
<g transform="matrix(1,0,0,1,6.90649,-13.7511)"> <g transform="matrix(1,0,0,1,6.90649,-13.7511)">
@@ -141,29 +141,29 @@
<g transform="matrix(0.952103,0,0,0.428609,-9.72376,157.207)"> <g transform="matrix(0.952103,0,0,0.428609,-9.72376,157.207)">
<rect x="26.646" y="325.883" width="108.354" height="2.636" style="fill:#ecdde4;fill-opacity:0.752941;"/> <rect x="26.646" y="325.883" width="108.354" height="2.636" style="fill:#ecdde4;fill-opacity:0.752941;"/>
</g> </g>
<g transform="matrix(1,0,0,1,-34.3895,158.007)">
<path d="M44.866,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.454,0l0,-0.414l2.454,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M57.186,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm0.766,-4.937l-5.664,3.656l1.375,0.867l0,0.414l-2.453,0l0,-0.414l0.898,0l-0.586,-0.375c-0.093,0.032 -0.341,0.166 -0.742,0.403c-0.401,0.237 -0.904,0.457 -1.508,0.66c0.594,0.156 0.891,0.476 0.891,0.961c0,0.354 -0.154,0.638 -0.461,0.851c-0.115,0.079 -0.284,0.162 -0.508,0.25l-0.289,0.055l-0.297,0.024c-0.411,0 -0.739,-0.093 -0.984,-0.278c-0.245,-0.185 -0.367,-0.426 -0.367,-0.722c0,-0.454 0.289,-0.821 0.867,-1.102l0.758,-0.336c0.213,-0.089 0.424,-0.206 0.632,-0.352l0.235,-0.164l0.203,-0.164l0.758,-0.586l-0.891,-0.687l-0.422,-0.305l-0.304,-0.148l-1.071,-0.485c-0.218,-0.088 -0.399,-0.234 -0.543,-0.437c-0.143,-0.203 -0.215,-0.417 -0.215,-0.641c0,-0.291 0.122,-0.535 0.364,-0.73c0.242,-0.196 0.561,-0.293 0.957,-0.293c0.463,0 0.845,0.113 1.144,0.34c0.3,0.226 0.45,0.511 0.45,0.855c0,0.485 -0.308,0.807 -0.922,0.969c0.406,0.12 0.793,0.267 1.16,0.441c0.367,0.175 0.725,0.384 1.074,0.629l3.531,-2.258c0.354,-0.213 0.633,-0.369 0.836,-0.468c0.24,-0.125 0.487,-0.222 0.742,-0.289c0.485,-0.136 0.875,-0.204 1.172,-0.204c0.063,0 0.123,0.021 0.18,0.063Zm-8.211,1.133c0,-0.224 -0.12,-0.409 -0.359,-0.555c-0.12,-0.073 -0.254,-0.128 -0.403,-0.164c-0.148,-0.036 -0.308,-0.055 -0.48,-0.055c-0.25,0 -0.448,0.058 -0.594,0.172c-0.141,0.125 -0.211,0.268 -0.211,0.43c0,0.224 0.115,0.411 0.344,0.562c0.229,0.151 0.516,0.227 0.859,0.227c0.235,0 0.438,-0.055 0.61,-0.164c0.156,-0.125 0.234,-0.276 0.234,-0.453Zm-0.023,5.039c0,-0.412 -0.266,-0.617 -0.797,-0.617c-0.375,0 -0.673,0.063 -0.895,0.191c-0.221,0.128 -0.332,0.319 -0.332,0.574c0,0.172 0.068,0.315 0.203,0.43c0.021,0.021 0.107,0.065 0.258,0.133l0.172,0.023l0.187,0.016c0.292,0 0.566,-0.063 0.821,-0.188c0.255,-0.125 0.383,-0.312 0.383,-0.562Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M69.507,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M81.827,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.454,0l0,-0.414l2.454,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M94.147,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M106.468,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M118.788,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M131.108,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M143.429,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M155.749,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M168.069,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M180.389,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M192.71,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.454,0l0,-0.414l2.454,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M205.03,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M217.35,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M229.671,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.454,0l0,-0.414l2.454,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M241.991,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.454,0l0,-0.414l2.454,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M254.311,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M266.632,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M278.952,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.454,0l0,-0.414l2.454,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M291.272,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M303.593,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M315.913,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<g transform="matrix(1,0,0,1,-34.3895,156.007)">
<path d="M44.866,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.454,0l0,-0.414l2.454,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M57.186,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm0.766,-4.937l-5.664,3.656l1.375,0.867l0,0.414l-2.453,0l0,-0.414l0.898,0l-0.586,-0.375c-0.093,0.032 -0.341,0.166 -0.742,0.403c-0.401,0.237 -0.904,0.457 -1.508,0.66c0.594,0.156 0.891,0.476 0.891,0.961c0,0.354 -0.154,0.638 -0.461,0.851c-0.115,0.079 -0.284,0.162 -0.508,0.25l-0.289,0.055l-0.297,0.024c-0.411,0 -0.739,-0.093 -0.984,-0.278c-0.245,-0.185 -0.367,-0.426 -0.367,-0.722c0,-0.454 0.289,-0.821 0.867,-1.102l0.758,-0.336c0.213,-0.089 0.424,-0.206 0.632,-0.352l0.235,-0.164l0.203,-0.164l0.758,-0.586l-0.891,-0.687l-0.422,-0.305l-0.304,-0.148l-1.071,-0.485c-0.218,-0.088 -0.399,-0.234 -0.543,-0.437c-0.143,-0.203 -0.215,-0.417 -0.215,-0.641c0,-0.291 0.122,-0.535 0.364,-0.73c0.242,-0.196 0.561,-0.293 0.957,-0.293c0.463,0 0.845,0.113 1.144,0.34c0.3,0.226 0.45,0.511 0.45,0.855c0,0.485 -0.308,0.807 -0.922,0.969c0.406,0.12 0.793,0.267 1.16,0.441c0.367,0.175 0.725,0.384 1.074,0.629l3.531,-2.258c0.354,-0.213 0.633,-0.369 0.836,-0.468c0.24,-0.125 0.487,-0.222 0.742,-0.289c0.485,-0.136 0.875,-0.204 1.172,-0.204c0.063,0 0.123,0.021 0.18,0.063Zm-8.211,1.133c0,-0.224 -0.12,-0.409 -0.359,-0.555c-0.12,-0.073 -0.254,-0.128 -0.403,-0.164c-0.148,-0.036 -0.308,-0.055 -0.48,-0.055c-0.25,0 -0.448,0.058 -0.594,0.172c-0.141,0.125 -0.211,0.268 -0.211,0.43c0,0.224 0.115,0.411 0.344,0.562c0.229,0.151 0.516,0.227 0.859,0.227c0.235,0 0.438,-0.055 0.61,-0.164c0.156,-0.125 0.234,-0.276 0.234,-0.453Zm-0.023,5.039c0,-0.412 -0.266,-0.617 -0.797,-0.617c-0.375,0 -0.673,0.063 -0.895,0.191c-0.221,0.128 -0.332,0.319 -0.332,0.574c0,0.172 0.068,0.315 0.203,0.43c0.021,0.021 0.107,0.065 0.258,0.133l0.172,0.023l0.187,0.016c0.292,0 0.566,-0.063 0.821,-0.188c0.255,-0.125 0.383,-0.312 0.383,-0.562Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M69.507,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M81.827,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.454,0l0,-0.414l2.454,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M94.147,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M106.468,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M118.788,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M131.108,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M143.429,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M155.749,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M168.069,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M180.389,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M192.71,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.454,0l0,-0.414l2.454,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M205.03,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M217.35,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M229.671,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.454,0l0,-0.414l2.454,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M241.991,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.454,0l0,-0.414l2.454,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M254.311,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M266.632,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M278.952,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.454,0l0,-0.414l2.454,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M291.272,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M303.593,187.832l-2.493,0l0,-0.414l2.493,0l0,0.414Zm-4.118,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.906,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
<path d="M315.913,187.832l-2.492,0l0,-0.414l2.492,0l0,0.414Zm-4.117,0l-2.453,0l0,-0.414l2.453,0l0,0.414Zm-3.907,0l-2.453,0l0,-0.414l2.453,0l0,0.414Z" style="fill:#fff;fill-opacity:0.647059;fill-rule:nonzero;stroke:#fff;stroke-opacity:0.529412;stroke-width:0.2px;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;"/>
</g> </g>
</svg> </svg>

+ 80
- 0
vst2_bin/plugins/LindenbergResearch/res/QuickMix.svg View File

@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="75px" height="380px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;">
<rect id="Panel" x="0" y="0" width="75" height="380" style="fill:#1d1d1d;"/>
<g id="Scales">
<g id="ScaleSmall_3_" transform="matrix(1,0,0,1,-52.9243,157.337)">
<g id="OuterCircle_4_" transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628" style="fill:none;stroke:#c96368;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_" cx="72.995" cy="181.659" r="11.474" style="fill:#323232;"/>
</g>
<g id="ScaleSmall_3_1" serif:id="ScaleSmall_3_" transform="matrix(1,0,0,1,-18.0933,-113.43)">
<g id="OuterCircle_4_1" serif:id="OuterCircle_4_" transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628" style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_1" serif:id="Circle_4_" cx="72.995" cy="181.659" r="11.474" style="fill:#323232;"/>
</g>
<g id="ScaleSmall_3_2" serif:id="ScaleSmall_3_" transform="matrix(1,0,0,1,-18.0061,-68.4768)">
<g id="OuterCircle_4_2" serif:id="OuterCircle_4_" transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628" style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_2" serif:id="Circle_4_" cx="72.995" cy="181.659" r="11.474" style="fill:#323232;"/>
</g>
<g id="ScaleSmall_3_3" serif:id="ScaleSmall_3_" transform="matrix(1,0,0,1,-17.9123,-23.578)">
<g id="OuterCircle_4_3" serif:id="OuterCircle_4_" transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628" style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_3" serif:id="Circle_4_" cx="72.995" cy="181.659" r="11.474" style="fill:#323232;"/>
</g>
<g id="ScaleSmall_3_4" serif:id="ScaleSmall_3_" transform="matrix(1,0,0,1,-17.9753,21.3327)">
<g id="OuterCircle_4_4" serif:id="OuterCircle_4_" transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628" style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_4" serif:id="Circle_4_" cx="72.995" cy="181.659" r="11.474" style="fill:#323232;"/>
</g>
<g id="ScaleSmall_3_5" serif:id="ScaleSmall_3_" transform="matrix(1,0,0,1,-17.9284,66.3318)">
<g id="OuterCircle_4_5" serif:id="OuterCircle_4_" transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628" style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_5" serif:id="Circle_4_" cx="72.995" cy="181.659" r="11.474" style="fill:#323232;"/>
</g>
<g id="ScaleSmall_3_6" serif:id="ScaleSmall_3_" transform="matrix(1,0,0,1,-18.0074,111.547)">
<g id="OuterCircle_4_6" serif:id="OuterCircle_4_" transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628" style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_6" serif:id="Circle_4_" cx="72.995" cy="181.659" r="11.474" style="fill:#323232;"/>
</g>
</g>
<g id="Logo">
<g transform="matrix(0.0779295,0,0,0.0779295,27.7136,350.135)">
<path d="M232.321,164.268c-0.551,-1.407 -1.25,-2.487 -1.733,-4.267l0.016,0c-0.034,0 -0.056,-0.074 -0.088,-0.149c-0.062,-0.193 -0.122,-0.353 -0.173,-0.548c-0.097,-0.365 -0.189,-0.759 -0.253,-1.179c-0.043,-2.08 1.872,-2.792 1.946,-5.183c0.081,-2.573 -1.476,-3.898 -1.946,-4.241c-0.02,-0.028 -0.037,-0.054 -0.056,-0.082c0.012,-0.037 0.02,-0.068 0.031,-0.104c2.993,-2.433 1.69,-5.738 1.69,-5.738c-0.636,-0.338 -1.313,-0.55 -1.797,-0.98c-4.337,-3.863 -4.606,-6.636 -1.196,-11.288c0.866,-1.185 1.746,-2.375 2.467,-3.649c1.761,-3.117 1.359,-4.599 -1.81,-6.367c-2.28,-1.271 -4.743,-2.218 -6.988,-3.545c-6.396,-3.778 -11.834,-8.521 -15.061,-15.174c2.171,-3.872 2.171,-3.872 1.304,-6.341c-0.791,0.865 -1.527,1.672 -2.688,2.944c0,-3.049 0.294,-5.379 -0.083,-7.595c-0.367,-2.156 -0.85,-4.792 -2.281,-6.178c-5.217,-5.045 -8.175,-11.292 -10.92,-17.796c-2.029,-4.806 -4.196,-9.66 -8.171,-13.236c-2,-1.8 -4.474,-3.072 -6.742,-4.587c0,-1.354 0.017,-2.653 -0.006,-3.951c-0.019,-1.297 0.038,-2.61 -0.136,-3.89c-0.702,-5.113 -4.34,-7.564 -9.404,-6.548c-3.181,0.638 -6.385,1.238 -9.605,1.563c-1.888,0.19 -3.584,0.128 -3.225,-3.432c1.62,0 3.162,0 5.368,0c-1.104,0 -1.515,-1.544 -2.067,-1.769c-2.208,-0.892 -4.045,-0.36 -5.099,1.396c-1.25,2.077 0.023,3.586 1.504,4.555c1.273,0.832 3.004,1.441 4.492,1.365c3.234,-0.167 6.436,-0.842 9.658,-1.296c2.8,-0.394 4.451,0.587 5.01,3.266c0.266,1.278 0.047,2.658 0.047,3.561c-3.72,-1.383 -6.953,-3.369 -10.347,-3.69c-7.432,-0.706 -14.956,-0.912 -22.413,-0.611c-3.084,0.124 -6.484,1.511 -9.049,3.309c-4.547,3.188 -9.441,5.039 -14.773,6.138c-2.549,0.526 -5.106,1.149 -7.55,2.03c-4.689,1.689 -8.626,4.342 -11.53,8.63c-1.595,2.354 -3.836,4.445 -6.188,6.076c-4.591,3.184 -9.001,6.424 -12.144,11.187c-1.712,2.596 -4.124,4.212 -7.839,3.113c-1.104,-4.244 -4.87,-4.911 -8.627,-5.423c-1.764,-0.242 -3.625,-0.32 -5.373,-0.04c-10.247,1.643 -19.554,5.56 -26.813,13.074c-6.565,6.797 -5.937,10.365 -2.739,16.202c2.063,3.766 2.131,7.435 -0.279,11.089c-1.874,2.842 -2.57,6.013 -2.071,9.354c1.284,8.609 4.072,16.22 13.409,19.251c0.615,0.198 1.156,0.607 1.748,0.881c2.125,0.984 3.145,2.592 3.365,4.971c0.144,1.54 0.491,3.357 1.429,4.479c6.245,7.454 20.432,8.503 25.041,-1.951c0.189,-0.432 0.624,-0.756 0.945,-1.129c0.305,0.134 0.609,0.266 0.914,0.399c-0.27,1.348 -0.539,2.694 -0.81,4.042c-0.351,1.75 -1.204,3.572 -0.961,5.235c0.915,6.264 1.484,12.716 3.503,18.648c2.452,7.204 8.53,14.587 18.762,13.197c3.549,-0.483 6.782,0.391 9.818,2.234c1.254,0.76 2.657,1.272 3.912,2.027c3.221,1.943 6.497,1.898 9.857,0.464c2.024,-0.863 4.052,-1.726 6.331,-2.698c-1.16,4.041 -2.278,7.594 -3.189,11.197c-1.336,5.287 -3.631,9.452 -9.941,9.48c-0.115,0 -0.228,0.204 -0.481,0.441c0.473,1.385 0.975,2.855 1.446,4.234c-3.43,5.076 -9.388,5.288 -13.951,7.881c8.949,0.082 15.39,-4.254 16.179,-10.562c4.91,-1.582 7.805,-5.034 9.233,-9.921c0.777,-2.659 1.611,-5.32 2.672,-7.879c1.746,-4.209 4.792,-6.719 9.406,-6.833c-0.302,3.22 -0.579,6.169 -0.855,9.113c-6.687,1.486 -6.819,1.649 -6.534,8.315c-1.583,1.269 -3.238,2.596 -5.685,4.557c6.226,-1.428 7.436,-2.953 8.025,-9.211c0.938,-0.325 1.962,-0.799 3.039,-1.035c4.009,-0.875 4.11,-0.859 3.682,-5.037c-0.251,-2.445 0.739,-3.996 3.163,-5.664c0.451,1.766 0.892,3.088 1.115,4.445c0.316,1.923 0.547,3.867 0.687,5.81c0.517,7.404 -0.06,14.643 -3.457,21.43c-4.159,8.313 -8.334,16.622 -12.413,24.973c-1.174,2.404 -2.482,4.234 -5.172,5.433c-4.265,1.907 -7.421,6.556 -7.757,10.832c15.258,2.949 26.312,6.953 41.04,18.833c9.647,7.785 19.862,11.309 29.399,12.456c0.003,-0.004 10.248,-13.711 19.753,-32.558c-0.241,-0.365 -0.484,-0.728 -0.723,-1.095c-6.25,-9.478 -11.533,-18.592 -13.049,-22.521c-2.853,-7.395 -3.838,-14.659 -2.132,-22.466c1.983,-9.083 3.633,-18.206 7.761,-26.672c2.412,-4.95 6.15,-7.711 11.519,-8.858c6.366,-1.36 12.689,-3.037 18.94,-4.868c6.706,-1.966 9.308,-7.753 6.747,-14.275Z" style="fill-opacity:0.760784;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.0779295,0,0,0.0779295,27.0462,349.468)">
<path d="M232.321,164.268c-0.551,-1.407 -1.25,-2.487 -1.733,-4.267l0.016,0c-0.034,0 -0.056,-0.074 -0.088,-0.149c-0.062,-0.193 -0.122,-0.353 -0.173,-0.548c-0.097,-0.365 -0.189,-0.759 -0.253,-1.179c-0.043,-2.08 1.872,-2.792 1.946,-5.183c0.081,-2.573 -1.476,-3.898 -1.946,-4.241c-0.02,-0.028 -0.037,-0.054 -0.056,-0.082c0.012,-0.037 0.02,-0.068 0.031,-0.104c2.993,-2.433 1.69,-5.738 1.69,-5.738c-0.636,-0.338 -1.313,-0.55 -1.797,-0.98c-4.337,-3.863 -4.606,-6.636 -1.196,-11.288c0.866,-1.185 1.746,-2.375 2.467,-3.649c1.761,-3.117 1.359,-4.599 -1.81,-6.367c-2.28,-1.271 -4.743,-2.218 -6.988,-3.545c-6.396,-3.778 -11.834,-8.521 -15.061,-15.174c2.171,-3.872 2.171,-3.872 1.304,-6.341c-0.791,0.865 -1.527,1.672 -2.688,2.944c0,-3.049 0.294,-5.379 -0.083,-7.595c-0.367,-2.156 -0.85,-4.792 -2.281,-6.178c-5.217,-5.045 -8.175,-11.292 -10.92,-17.796c-2.029,-4.806 -4.196,-9.66 -8.171,-13.236c-2,-1.8 -4.474,-3.072 -6.742,-4.587c0,-1.354 0.017,-2.653 -0.006,-3.951c-0.019,-1.297 0.038,-2.61 -0.136,-3.89c-0.702,-5.113 -4.34,-7.564 -9.404,-6.548c-3.181,0.638 -6.385,1.238 -9.605,1.563c-1.888,0.19 -3.584,0.128 -3.225,-3.432c1.62,0 3.162,0 5.368,0c-1.104,0 -1.515,-1.544 -2.067,-1.769c-2.208,-0.892 -4.045,-0.36 -5.099,1.396c-1.25,2.077 0.023,3.586 1.504,4.555c1.273,0.832 3.004,1.441 4.492,1.365c3.234,-0.167 6.436,-0.842 9.658,-1.296c2.8,-0.394 4.451,0.587 5.01,3.266c0.266,1.278 0.047,2.658 0.047,3.561c-3.72,-1.383 -6.953,-3.369 -10.347,-3.69c-7.432,-0.706 -14.956,-0.912 -22.413,-0.611c-3.084,0.124 -6.484,1.511 -9.049,3.309c-4.547,3.188 -9.441,5.039 -14.773,6.138c-2.549,0.526 -5.106,1.149 -7.55,2.03c-4.689,1.689 -8.626,4.342 -11.53,8.63c-1.595,2.354 -3.836,4.445 -6.188,6.076c-4.591,3.184 -9.001,6.424 -12.144,11.187c-1.712,2.596 -4.124,4.212 -7.839,3.113c-1.104,-4.244 -4.87,-4.911 -8.627,-5.423c-1.764,-0.242 -3.625,-0.32 -5.373,-0.04c-10.247,1.643 -19.554,5.56 -26.813,13.074c-6.565,6.797 -5.937,10.365 -2.739,16.202c2.063,3.766 2.131,7.435 -0.279,11.089c-1.874,2.842 -2.57,6.013 -2.071,9.354c1.284,8.609 4.072,16.22 13.409,19.251c0.615,0.198 1.156,0.607 1.748,0.881c2.125,0.984 3.145,2.592 3.365,4.971c0.144,1.54 0.491,3.357 1.429,4.479c6.245,7.454 20.432,8.503 25.041,-1.951c0.189,-0.432 0.624,-0.756 0.945,-1.129c0.305,0.134 0.609,0.266 0.914,0.399c-0.27,1.348 -0.539,2.694 -0.81,4.042c-0.351,1.75 -1.204,3.572 -0.961,5.235c0.915,6.264 1.484,12.716 3.503,18.648c2.452,7.204 8.53,14.587 18.762,13.197c3.549,-0.483 6.782,0.391 9.818,2.234c1.254,0.76 2.657,1.272 3.912,2.027c3.221,1.943 6.497,1.898 9.857,0.464c2.024,-0.863 4.052,-1.726 6.331,-2.698c-1.16,4.041 -2.278,7.594 -3.189,11.197c-1.336,5.287 -3.631,9.452 -9.941,9.48c-0.115,0 -0.228,0.204 -0.481,0.441c0.473,1.385 0.975,2.855 1.446,4.234c-3.43,5.076 -9.388,5.288 -13.951,7.881c8.949,0.082 15.39,-4.254 16.179,-10.562c4.91,-1.582 7.805,-5.034 9.233,-9.921c0.777,-2.659 1.611,-5.32 2.672,-7.879c1.746,-4.209 4.792,-6.719 9.406,-6.833c-0.302,3.22 -0.579,6.169 -0.855,9.113c-6.687,1.486 -6.819,1.649 -6.534,8.315c-1.583,1.269 -3.238,2.596 -5.685,4.557c6.226,-1.428 7.436,-2.953 8.025,-9.211c0.938,-0.325 1.962,-0.799 3.039,-1.035c4.009,-0.875 4.11,-0.859 3.682,-5.037c-0.251,-2.445 0.739,-3.996 3.163,-5.664c0.451,1.766 0.892,3.088 1.115,4.445c0.316,1.923 0.547,3.867 0.687,5.81c0.517,7.404 -0.06,14.643 -3.457,21.43c-4.159,8.313 -8.334,16.622 -12.413,24.973c-1.174,2.404 -2.482,4.234 -5.172,5.433c-4.265,1.907 -7.421,6.556 -7.757,10.832c15.258,2.949 26.312,6.953 41.04,18.833c9.647,7.785 19.862,11.309 29.399,12.456c0.003,-0.004 10.248,-13.711 19.753,-32.558c-0.241,-0.365 -0.484,-0.728 -0.723,-1.095c-6.25,-9.478 -11.533,-18.592 -13.049,-22.521c-2.853,-7.395 -3.838,-14.659 -2.132,-22.466c1.983,-9.083 3.633,-18.206 7.761,-26.672c2.412,-4.95 6.15,-7.711 11.519,-8.858c6.366,-1.36 12.689,-3.037 18.94,-4.868c6.706,-1.966 9.308,-7.753 6.747,-14.275Z" style="fill:#5a5a5a;fill-opacity:0.760784;fill-rule:nonzero;"/>
</g>
</g>
<g id="Description" transform="matrix(1,0,0,1,-10.3942,-23.7183)">
<path d="M30.054,63.222c-0.021,0.006 -0.042,0.01 -0.064,0.012c-0.021,0.003 -0.05,0.004 -0.088,0.004c-0.432,0 -0.817,-0.073 -1.156,-0.22c-0.338,-0.146 -0.624,-0.345 -0.856,-0.596c-0.232,-0.25 -0.408,-0.542 -0.528,-0.876c-0.12,-0.333 -0.18,-0.689 -0.18,-1.068c0,-0.378 0.06,-0.734 0.18,-1.068c0.12,-0.333 0.296,-0.625 0.528,-0.876c0.232,-0.25 0.518,-0.449 0.856,-0.596c0.339,-0.146 0.724,-0.22 1.156,-0.22c0.432,0 0.816,0.074 1.152,0.22c0.336,0.147 0.62,0.346 0.852,0.596c0.232,0.251 0.41,0.543 0.532,0.876c0.123,0.334 0.184,0.69 0.184,1.068c0,0.491 -0.1,0.94 -0.3,1.348c-0.2,0.408 -0.489,0.735 -0.868,0.98l1.28,0.848l-0.616,0.936l-2.064,-1.368Zm-0.152,-1.024c0.23,0 0.432,-0.042 0.608,-0.128c0.176,-0.085 0.324,-0.204 0.444,-0.356c0.12,-0.152 0.21,-0.333 0.268,-0.544c0.059,-0.21 0.088,-0.441 0.088,-0.692c0,-0.25 -0.029,-0.481 -0.088,-0.692c-0.058,-0.21 -0.148,-0.392 -0.268,-0.544c-0.12,-0.152 -0.268,-0.27 -0.444,-0.356c-0.176,-0.085 -0.378,-0.128 -0.608,-0.128c-0.234,0 -0.438,0.043 -0.612,0.128c-0.173,0.086 -0.32,0.204 -0.44,0.356c-0.12,0.152 -0.209,0.334 -0.268,0.544c-0.058,0.211 -0.088,0.442 -0.088,0.692c0,0.251 0.03,0.482 0.088,0.692c0.059,0.211 0.148,0.392 0.268,0.544c0.12,0.152 0.267,0.271 0.44,0.356c0.174,0.086 0.378,0.128 0.612,0.128Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.3px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M36.998,57.814l1.312,0l0,3.408c0,0.63 -0.198,1.123 -0.596,1.48c-0.397,0.358 -0.95,0.536 -1.66,0.536c-0.709,0 -1.262,-0.178 -1.66,-0.536c-0.397,-0.357 -0.596,-0.85 -0.596,-1.48l0,-3.408l1.312,0l0,3.448c0,0.304 0.08,0.536 0.24,0.696c0.16,0.16 0.395,0.24 0.704,0.24c0.31,0 0.544,-0.08 0.704,-0.24c0.16,-0.16 0.24,-0.392 0.24,-0.696l0,-3.448Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.3px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="39.774" y="57.814" width="1.312" height="5.328" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.3px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M45.182,57.718c0.278,0 0.556,0.027 0.836,0.08c0.28,0.054 0.522,0.131 0.724,0.232l-0.192,0.968c-0.16,-0.064 -0.342,-0.118 -0.548,-0.164c-0.205,-0.045 -0.409,-0.068 -0.612,-0.068c-0.544,0 -0.973,0.142 -1.288,0.424c-0.314,0.283 -0.472,0.712 -0.472,1.288c0,0.576 0.158,1.006 0.472,1.288c0.315,0.283 0.744,0.424 1.288,0.424c0.203,0 0.407,-0.022 0.612,-0.068c0.206,-0.045 0.388,-0.1 0.548,-0.164l0.192,0.968c-0.202,0.102 -0.444,0.179 -0.724,0.232c-0.28,0.054 -0.558,0.08 -0.836,0.08c-0.469,0 -0.882,-0.069 -1.24,-0.208c-0.357,-0.138 -0.656,-0.33 -0.896,-0.576c-0.24,-0.245 -0.421,-0.536 -0.544,-0.872c-0.122,-0.336 -0.184,-0.704 -0.184,-1.104c0,-0.4 0.062,-0.768 0.184,-1.104c0.123,-0.336 0.304,-0.626 0.544,-0.872c0.24,-0.245 0.539,-0.437 0.896,-0.576c0.358,-0.138 0.771,-0.208 1.24,-0.208Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.3px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M47.982,63.142l0,-5.328l1.312,0l0,2.552l1.68,-2.552l1.48,0l-1.8,2.632l1.928,2.696l-1.576,0l-1.712,-2.608l0,2.608l-1.312,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.3px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M59.19,62.294l-1.264,0l-1.04,-2.136l-0.16,2.984l-1.288,0l0.4,-5.328l1.184,0l1.536,3.256l1.536,-3.256l1.184,0l0.4,5.328l-1.288,0l-0.16,-2.984l-1.04,2.136Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.3px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="62.974" y="57.814" width="1.312" height="5.328" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.3px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M68.534,60.462l1.8,2.68l-1.4,0l-1.072,-1.704l-1.072,1.704l-1.4,0l1.8,-2.68l-1.768,-2.648l1.392,0l1.048,1.664l1.048,-1.664l1.392,0l-1.768,2.648Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.3px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g id="Name" transform="matrix(0.826188,0,0,0.826188,5.43833,2.73004)">
<g transform="matrix(1,0,0,1,2.34045,3.02196)">
<path d="M18.425,3.085l18.35,0l0,18.35l-18.35,0l0,-18.35Zm14.7,14.7l0,-11.025l-11.025,0l0,11.025l3.675,0l0,-2.875l3.675,0l0,2.875l3.675,0Z" style="fill-rule:nonzero;stroke:#000;stroke-width:0.73px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M53.95,3.085l3.65,0l0,18.35l-3.65,0l0,-18.35Zm-7.35,14.7l0,-14.7l3.675,0l0,14.7l-3.675,0Zm-7.35,3.65l0,-18.35l3.675,0l0,18.35l-3.675,0Z" style="fill-rule:nonzero;stroke:#000;stroke-width:0.73px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,1.34045,2.02196)">
<path d="M18.425,3.085l18.35,0l0,18.35l-18.35,0l0,-18.35Zm14.7,14.7l0,-11.025l-11.025,0l0,11.025l3.675,0l0,-2.875l3.675,0l0,2.875l3.675,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.73px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M53.95,3.085l3.65,0l0,18.35l-3.65,0l0,-18.35Zm-7.35,14.7l0,-14.7l3.675,0l0,14.7l-3.675,0Zm-7.35,3.65l0,-18.35l3.675,0l0,18.35l-3.675,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.73px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
</g>
<g transform="matrix(1,0,0,0.398134,0.428798,191.213)">
<rect x="7.571" y="312.715" width="60.012" height="2.512" style="fill:#fefefe;fill-opacity:0.419608;"/>
</g>
</svg>

+ 35
- 35
vst2_bin/plugins/LindenbergResearch/res/VCO.svg View File

@@ -1,43 +1,43 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns:serif="http://www.serif.com/" width="210px" height="380px" version="1.1" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
<svg width="210px" height="380px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
<g id="Panel" transform="matrix(1.16667,0,0,1,-1.42109e-14,-1.77636e-14)"> <g id="Panel" transform="matrix(1.16667,0,0,1,-1.42109e-14,-1.77636e-14)">
<rect x="0" y="0" width="180" height="380" style="fill:#1d1d1d;"/> <rect x="0" y="0" width="180" height="380" style="fill:#1d1d1d;"/>
</g> </g>
<g id="Description" transform="matrix(1,0,0,1,-8.39421,-23.7183)">
<path d="M30.846,57.814l0.736,0l-1.912,5.328l-0.768,0l-1.912,-5.328l0.736,0l1.56,4.456l1.56,-4.456Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M34.942,63.238c-0.416,0 -0.786,-0.074 -1.112,-0.224c-0.325,-0.149 -0.597,-0.349 -0.816,-0.6c-0.218,-0.25 -0.385,-0.544 -0.5,-0.88c-0.114,-0.336 -0.172,-0.688 -0.172,-1.056c0,-0.368 0.058,-0.72 0.172,-1.056c0.115,-0.336 0.282,-0.629 0.5,-0.88c0.219,-0.25 0.491,-0.45 0.816,-0.6c0.326,-0.149 0.696,-0.224 1.112,-0.224c0.416,0 0.787,0.075 1.112,0.224c0.326,0.15 0.598,0.35 0.816,0.6c0.219,0.251 0.386,0.544 0.5,0.88c0.115,0.336 0.172,0.688 0.172,1.056c0,0.368 -0.057,0.72 -0.172,1.056c-0.114,0.336 -0.281,0.63 -0.5,0.88c-0.218,0.251 -0.49,0.451 -0.816,0.6c-0.325,0.15 -0.696,0.224 -1.112,0.224Zm0,-0.592c0.304,0 0.574,-0.056 0.808,-0.168c0.235,-0.112 0.43,-0.266 0.584,-0.464c0.155,-0.197 0.272,-0.428 0.352,-0.692c0.08,-0.264 0.12,-0.545 0.12,-0.844c0,-0.298 -0.04,-0.58 -0.12,-0.844c-0.08,-0.264 -0.197,-0.493 -0.352,-0.688c-0.154,-0.194 -0.349,-0.349 -0.584,-0.464c-0.234,-0.114 -0.504,-0.172 -0.808,-0.172c-0.304,0 -0.573,0.058 -0.808,0.172c-0.234,0.115 -0.429,0.27 -0.584,0.464c-0.154,0.195 -0.272,0.424 -0.352,0.688c-0.08,0.264 -0.12,0.546 -0.12,0.844c0,0.299 0.04,0.58 0.12,0.844c0.08,0.264 0.198,0.495 0.352,0.692c0.155,0.198 0.35,0.352 0.584,0.464c0.235,0.112 0.504,0.168 0.808,0.168Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M39.678,57.814l0,4.728l2.224,0l0,0.6l-2.96,0l0,-5.328l0.736,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M45.886,57.814l0,0.6l-1.568,0l0,4.728l-0.736,0l0,-4.728l-1.568,0l0,-0.6l3.872,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M51.126,63.142l-0.752,0l-0.488,-1.288l-2.488,0l-0.48,1.288l-0.752,0l2.12,-5.328l0.72,0l2.12,5.328Zm-3.504,-1.88l2.048,0l-1.024,-2.776l-1.024,2.776Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M54.694,57.718c0.299,0 0.584,0.026 0.856,0.076c0.272,0.051 0.518,0.13 0.736,0.236l-0.12,0.584c-0.229,-0.09 -0.468,-0.162 -0.716,-0.216c-0.248,-0.053 -0.497,-0.08 -0.748,-0.08c-0.661,0 -1.181,0.194 -1.56,0.58c-0.378,0.387 -0.568,0.935 -0.568,1.644c0,0.683 0.179,1.207 0.536,1.572c0.358,0.366 0.894,0.548 1.608,0.548c0.171,0 0.343,-0.012 0.516,-0.036c0.174,-0.024 0.322,-0.054 0.444,-0.092l0,-1.736l0.672,0l0,2.144c-0.202,0.086 -0.461,0.156 -0.776,0.212c-0.314,0.056 -0.629,0.084 -0.944,0.084c-0.437,0 -0.829,-0.065 -1.176,-0.196c-0.346,-0.13 -0.64,-0.314 -0.88,-0.552c-0.24,-0.237 -0.422,-0.521 -0.548,-0.852c-0.125,-0.33 -0.188,-0.696 -0.188,-1.096c0,-0.416 0.066,-0.797 0.196,-1.144c0.131,-0.346 0.319,-0.644 0.564,-0.892c0.246,-0.248 0.544,-0.441 0.896,-0.58c0.352,-0.138 0.752,-0.208 1.2,-0.208Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M57.95,57.814l2.968,0l0,0.6l-2.232,0l0,1.704l2.136,0l0,0.6l-2.136,0l0,1.824l2.256,0l0,0.6l-2.992,0l0,-5.328Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M67.022,57.718c0.24,0 0.491,0.023 0.752,0.068c0.262,0.046 0.48,0.106 0.656,0.18l-0.12,0.568c-0.181,-0.064 -0.376,-0.116 -0.584,-0.156c-0.208,-0.04 -0.413,-0.06 -0.616,-0.06c-0.666,0 -1.186,0.187 -1.56,0.56c-0.373,0.374 -0.56,0.907 -0.56,1.6c0,0.694 0.187,1.227 0.56,1.6c0.374,0.374 0.894,0.56 1.56,0.56c0.203,0 0.408,-0.02 0.616,-0.06c0.208,-0.04 0.403,-0.092 0.584,-0.156l0.12,0.568c-0.176,0.075 -0.394,0.135 -0.656,0.18c-0.261,0.046 -0.512,0.068 -0.752,0.068c-0.437,0 -0.828,-0.069 -1.172,-0.208c-0.344,-0.138 -0.633,-0.33 -0.868,-0.576c-0.234,-0.245 -0.414,-0.536 -0.54,-0.872c-0.125,-0.336 -0.188,-0.704 -0.188,-1.104c0,-0.4 0.063,-0.768 0.188,-1.104c0.126,-0.336 0.306,-0.626 0.54,-0.872c0.235,-0.245 0.524,-0.437 0.868,-0.576c0.344,-0.138 0.735,-0.208 1.172,-0.208Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M72.014,63.238c-0.416,0 -0.786,-0.074 -1.112,-0.224c-0.325,-0.149 -0.597,-0.349 -0.816,-0.6c-0.218,-0.25 -0.385,-0.544 -0.5,-0.88c-0.114,-0.336 -0.172,-0.688 -0.172,-1.056c0,-0.368 0.058,-0.72 0.172,-1.056c0.115,-0.336 0.282,-0.629 0.5,-0.88c0.219,-0.25 0.491,-0.45 0.816,-0.6c0.326,-0.149 0.696,-0.224 1.112,-0.224c0.416,0 0.787,0.075 1.112,0.224c0.326,0.15 0.598,0.35 0.816,0.6c0.219,0.251 0.386,0.544 0.5,0.88c0.115,0.336 0.172,0.688 0.172,1.056c0,0.368 -0.057,0.72 -0.172,1.056c-0.114,0.336 -0.281,0.63 -0.5,0.88c-0.218,0.251 -0.49,0.451 -0.816,0.6c-0.325,0.15 -0.696,0.224 -1.112,0.224Zm0,-0.592c0.304,0 0.574,-0.056 0.808,-0.168c0.235,-0.112 0.43,-0.266 0.584,-0.464c0.155,-0.197 0.272,-0.428 0.352,-0.692c0.08,-0.264 0.12,-0.545 0.12,-0.844c0,-0.298 -0.04,-0.58 -0.12,-0.844c-0.08,-0.264 -0.197,-0.493 -0.352,-0.688c-0.154,-0.194 -0.349,-0.349 -0.584,-0.464c-0.234,-0.114 -0.504,-0.172 -0.808,-0.172c-0.304,0 -0.573,0.058 -0.808,0.172c-0.234,0.115 -0.429,0.27 -0.584,0.464c-0.154,0.195 -0.272,0.424 -0.352,0.688c-0.08,0.264 -0.12,0.546 -0.12,0.844c0,0.299 0.04,0.58 0.12,0.844c0.08,0.264 0.198,0.495 0.352,0.692c0.155,0.198 0.35,0.352 0.584,0.464c0.235,0.112 0.504,0.168 0.808,0.168Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M79.702,63.142l-2.984,-4.184l0,4.184l-0.704,0l0,-5.328l0.704,0l2.984,4.184l0,-4.184l0.704,0l0,5.328l-0.704,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M85.494,57.814l0,0.6l-1.568,0l0,4.728l-0.736,0l0,-4.728l-1.568,0l0,-0.6l3.872,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M87.446,63.142l-0.736,0l0,-5.328l1.384,0c0.288,0 0.556,0.032 0.804,0.096c0.248,0.064 0.466,0.159 0.652,0.284c0.187,0.126 0.334,0.283 0.44,0.472c0.107,0.19 0.16,0.407 0.16,0.652c0,0.368 -0.118,0.688 -0.356,0.96c-0.237,0.272 -0.569,0.47 -0.996,0.592l1.88,2.272l-0.904,0l-1.736,-2.144c-0.026,0 -0.066,0.002 -0.12,0.004c-0.053,0.003 -0.109,0.004 -0.168,0.004l-0.304,0l0,2.136Zm1.968,-3.808c0,-0.165 -0.036,-0.308 -0.108,-0.428c-0.072,-0.12 -0.169,-0.216 -0.292,-0.288c-0.122,-0.072 -0.264,-0.125 -0.424,-0.16c-0.16,-0.034 -0.328,-0.052 -0.504,-0.052l-0.64,0l0,2.008l0.368,0c0.224,0 0.434,-0.021 0.628,-0.064c0.195,-0.042 0.364,-0.108 0.508,-0.196c0.144,-0.088 0.258,-0.2 0.34,-0.336c0.083,-0.136 0.124,-0.297 0.124,-0.484Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M94.046,63.238c-0.416,0 -0.786,-0.074 -1.112,-0.224c-0.325,-0.149 -0.597,-0.349 -0.816,-0.6c-0.218,-0.25 -0.385,-0.544 -0.5,-0.88c-0.114,-0.336 -0.172,-0.688 -0.172,-1.056c0,-0.368 0.058,-0.72 0.172,-1.056c0.115,-0.336 0.282,-0.629 0.5,-0.88c0.219,-0.25 0.491,-0.45 0.816,-0.6c0.326,-0.149 0.696,-0.224 1.112,-0.224c0.416,0 0.787,0.075 1.112,0.224c0.326,0.15 0.598,0.35 0.816,0.6c0.219,0.251 0.386,0.544 0.5,0.88c0.115,0.336 0.172,0.688 0.172,1.056c0,0.368 -0.057,0.72 -0.172,1.056c-0.114,0.336 -0.281,0.63 -0.5,0.88c-0.218,0.251 -0.49,0.451 -0.816,0.6c-0.325,0.15 -0.696,0.224 -1.112,0.224Zm0,-0.592c0.304,0 0.574,-0.056 0.808,-0.168c0.235,-0.112 0.43,-0.266 0.584,-0.464c0.155,-0.197 0.272,-0.428 0.352,-0.692c0.08,-0.264 0.12,-0.545 0.12,-0.844c0,-0.298 -0.04,-0.58 -0.12,-0.844c-0.08,-0.264 -0.197,-0.493 -0.352,-0.688c-0.154,-0.194 -0.349,-0.349 -0.584,-0.464c-0.234,-0.114 -0.504,-0.172 -0.808,-0.172c-0.304,0 -0.573,0.058 -0.808,0.172c-0.234,0.115 -0.429,0.27 -0.584,0.464c-0.154,0.195 -0.272,0.424 -0.352,0.688c-0.08,0.264 -0.12,0.546 -0.12,0.844c0,0.299 0.04,0.58 0.12,0.844c0.08,0.264 0.198,0.495 0.352,0.692c0.155,0.198 0.35,0.352 0.584,0.464c0.235,0.112 0.504,0.168 0.808,0.168Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M98.782,57.814l0,4.728l2.224,0l0,0.6l-2.96,0l0,-5.328l0.736,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M102.958,57.814l0,4.728l2.224,0l0,0.6l-2.96,0l0,-5.328l0.736,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M106.398,57.814l2.968,0l0,0.6l-2.232,0l0,1.704l2.136,0l0,0.6l-2.136,0l0,1.824l2.256,0l0,0.6l-2.992,0l0,-5.328Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M110.878,57.814l1.48,0c0.459,0 0.875,0.067 1.248,0.2c0.374,0.134 0.694,0.319 0.96,0.556c0.267,0.238 0.472,0.519 0.616,0.844c0.144,0.326 0.216,0.68 0.216,1.064c0,0.384 -0.072,0.739 -0.216,1.064c-0.144,0.326 -0.349,0.607 -0.616,0.844c-0.266,0.238 -0.586,0.423 -0.96,0.556c-0.373,0.134 -0.789,0.2 -1.248,0.2l-1.48,0l0,-5.328Zm1.48,4.736c0.32,0 0.62,-0.046 0.9,-0.14c0.28,-0.093 0.524,-0.228 0.732,-0.404c0.208,-0.176 0.372,-0.392 0.492,-0.648c0.12,-0.256 0.18,-0.549 0.18,-0.88c0,-0.325 -0.06,-0.617 -0.18,-0.876c-0.12,-0.258 -0.284,-0.476 -0.492,-0.652c-0.208,-0.176 -0.452,-0.31 -0.732,-0.404c-0.28,-0.093 -0.58,-0.14 -0.9,-0.14l-0.744,0l0,4.144l0.744,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M123.406,63.142l-0.752,0l-0.488,-1.288l-2.488,0l-0.48,1.288l-0.752,0l2.12,-5.328l0.72,0l2.12,5.328Zm-3.504,-1.88l2.048,0l-1.024,-2.776l-1.024,2.776Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M128.358,63.142l-2.984,-4.184l0,4.184l-0.704,0l0,-5.328l0.704,0l2.984,4.184l0,-4.184l0.704,0l0,5.328l-0.704,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M135.286,63.142l-0.752,0l-0.488,-1.288l-2.488,0l-0.48,1.288l-0.752,0l2.12,-5.328l0.72,0l2.12,5.328Zm-3.504,-1.88l2.048,0l-1.024,-2.776l-1.024,2.776Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M137.286,57.814l0,4.728l2.224,0l0,0.6l-2.96,0l0,-5.328l0.736,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M142.846,63.238c-0.416,0 -0.786,-0.074 -1.112,-0.224c-0.325,-0.149 -0.597,-0.349 -0.816,-0.6c-0.218,-0.25 -0.385,-0.544 -0.5,-0.88c-0.114,-0.336 -0.172,-0.688 -0.172,-1.056c0,-0.368 0.058,-0.72 0.172,-1.056c0.115,-0.336 0.282,-0.629 0.5,-0.88c0.219,-0.25 0.491,-0.45 0.816,-0.6c0.326,-0.149 0.696,-0.224 1.112,-0.224c0.416,0 0.787,0.075 1.112,0.224c0.326,0.15 0.598,0.35 0.816,0.6c0.219,0.251 0.386,0.544 0.5,0.88c0.115,0.336 0.172,0.688 0.172,1.056c0,0.368 -0.057,0.72 -0.172,1.056c-0.114,0.336 -0.281,0.63 -0.5,0.88c-0.218,0.251 -0.49,0.451 -0.816,0.6c-0.325,0.15 -0.696,0.224 -1.112,0.224Zm0,-0.592c0.304,0 0.574,-0.056 0.808,-0.168c0.235,-0.112 0.43,-0.266 0.584,-0.464c0.155,-0.197 0.272,-0.428 0.352,-0.692c0.08,-0.264 0.12,-0.545 0.12,-0.844c0,-0.298 -0.04,-0.58 -0.12,-0.844c-0.08,-0.264 -0.197,-0.493 -0.352,-0.688c-0.154,-0.194 -0.349,-0.349 -0.584,-0.464c-0.234,-0.114 -0.504,-0.172 -0.808,-0.172c-0.304,0 -0.573,0.058 -0.808,0.172c-0.234,0.115 -0.429,0.27 -0.584,0.464c-0.154,0.195 -0.272,0.424 -0.352,0.688c-0.08,0.264 -0.12,0.546 -0.12,0.844c0,0.299 0.04,0.58 0.12,0.844c0.08,0.264 0.198,0.495 0.352,0.692c0.155,0.198 0.35,0.352 0.584,0.464c0.235,0.112 0.504,0.168 0.808,0.168Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M149.406,57.718c0.299,0 0.584,0.026 0.856,0.076c0.272,0.051 0.518,0.13 0.736,0.236l-0.12,0.584c-0.229,-0.09 -0.468,-0.162 -0.716,-0.216c-0.248,-0.053 -0.497,-0.08 -0.748,-0.08c-0.661,0 -1.181,0.194 -1.56,0.58c-0.378,0.387 -0.568,0.935 -0.568,1.644c0,0.683 0.179,1.207 0.536,1.572c0.358,0.366 0.894,0.548 1.608,0.548c0.171,0 0.343,-0.012 0.516,-0.036c0.174,-0.024 0.322,-0.054 0.444,-0.092l0,-1.736l0.672,0l0,2.144c-0.202,0.086 -0.461,0.156 -0.776,0.212c-0.314,0.056 -0.629,0.084 -0.944,0.084c-0.437,0 -0.829,-0.065 -1.176,-0.196c-0.346,-0.13 -0.64,-0.314 -0.88,-0.552c-0.24,-0.237 -0.422,-0.521 -0.548,-0.852c-0.125,-0.33 -0.188,-0.696 -0.188,-1.096c0,-0.416 0.066,-0.797 0.196,-1.144c0.131,-0.346 0.319,-0.644 0.564,-0.892c0.246,-0.248 0.544,-0.441 0.896,-0.58c0.352,-0.138 0.752,-0.208 1.2,-0.208Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M157.102,63.238c-0.416,0 -0.786,-0.074 -1.112,-0.224c-0.325,-0.149 -0.597,-0.349 -0.816,-0.6c-0.218,-0.25 -0.385,-0.544 -0.5,-0.88c-0.114,-0.336 -0.172,-0.688 -0.172,-1.056c0,-0.368 0.058,-0.72 0.172,-1.056c0.115,-0.336 0.282,-0.629 0.5,-0.88c0.219,-0.25 0.491,-0.45 0.816,-0.6c0.326,-0.149 0.696,-0.224 1.112,-0.224c0.416,0 0.787,0.075 1.112,0.224c0.326,0.15 0.598,0.35 0.816,0.6c0.219,0.251 0.386,0.544 0.5,0.88c0.115,0.336 0.172,0.688 0.172,1.056c0,0.368 -0.057,0.72 -0.172,1.056c-0.114,0.336 -0.281,0.63 -0.5,0.88c-0.218,0.251 -0.49,0.451 -0.816,0.6c-0.325,0.15 -0.696,0.224 -1.112,0.224Zm0,-0.592c0.304,0 0.574,-0.056 0.808,-0.168c0.235,-0.112 0.43,-0.266 0.584,-0.464c0.155,-0.197 0.272,-0.428 0.352,-0.692c0.08,-0.264 0.12,-0.545 0.12,-0.844c0,-0.298 -0.04,-0.58 -0.12,-0.844c-0.08,-0.264 -0.197,-0.493 -0.352,-0.688c-0.154,-0.194 -0.349,-0.349 -0.584,-0.464c-0.234,-0.114 -0.504,-0.172 -0.808,-0.172c-0.304,0 -0.573,0.058 -0.808,0.172c-0.234,0.115 -0.429,0.27 -0.584,0.464c-0.154,0.195 -0.272,0.424 -0.352,0.688c-0.08,0.264 -0.12,0.546 -0.12,0.844c0,0.299 0.04,0.58 0.12,0.844c0.08,0.264 0.198,0.495 0.352,0.692c0.155,0.198 0.35,0.352 0.584,0.464c0.235,0.112 0.504,0.168 0.808,0.168Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M164.174,61.758c0,0.23 -0.049,0.435 -0.148,0.616c-0.098,0.182 -0.232,0.336 -0.4,0.464c-0.168,0.128 -0.365,0.227 -0.592,0.296c-0.226,0.07 -0.47,0.104 -0.732,0.104c-0.256,0 -0.518,-0.026 -0.788,-0.08c-0.269,-0.053 -0.516,-0.133 -0.74,-0.24l0.144,-0.584c0.198,0.091 0.415,0.166 0.652,0.224c0.238,0.059 0.476,0.088 0.716,0.088c0.347,0 0.627,-0.073 0.84,-0.22c0.214,-0.146 0.32,-0.358 0.32,-0.636c0,-0.154 -0.03,-0.286 -0.092,-0.396c-0.061,-0.109 -0.145,-0.208 -0.252,-0.296c-0.106,-0.088 -0.23,-0.166 -0.372,-0.236c-0.141,-0.069 -0.292,-0.141 -0.452,-0.216c-0.181,-0.085 -0.356,-0.174 -0.524,-0.268c-0.168,-0.093 -0.316,-0.2 -0.444,-0.32c-0.128,-0.12 -0.23,-0.256 -0.308,-0.408c-0.077,-0.152 -0.116,-0.329 -0.116,-0.532c0,-0.229 0.042,-0.432 0.124,-0.608c0.083,-0.176 0.199,-0.322 0.348,-0.44c0.15,-0.117 0.328,-0.205 0.536,-0.264c0.208,-0.058 0.438,-0.088 0.688,-0.088c0.256,0 0.506,0.03 0.748,0.088c0.243,0.059 0.455,0.136 0.636,0.232l-0.136,0.584c-0.17,-0.09 -0.365,-0.165 -0.584,-0.224c-0.218,-0.058 -0.44,-0.088 -0.664,-0.088c-0.645,0 -0.968,0.251 -0.968,0.752c0,0.112 0.016,0.21 0.048,0.292c0.032,0.083 0.084,0.16 0.156,0.232c0.072,0.072 0.168,0.142 0.288,0.208c0.12,0.067 0.266,0.143 0.436,0.228c0.171,0.086 0.352,0.178 0.544,0.276c0.192,0.099 0.368,0.216 0.528,0.352c0.16,0.136 0.294,0.295 0.4,0.476c0.107,0.182 0.16,0.392 0.16,0.632Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M167.982,57.718c0.24,0 0.491,0.023 0.752,0.068c0.262,0.046 0.48,0.106 0.656,0.18l-0.12,0.568c-0.181,-0.064 -0.376,-0.116 -0.584,-0.156c-0.208,-0.04 -0.413,-0.06 -0.616,-0.06c-0.666,0 -1.186,0.187 -1.56,0.56c-0.373,0.374 -0.56,0.907 -0.56,1.6c0,0.694 0.187,1.227 0.56,1.6c0.374,0.374 0.894,0.56 1.56,0.56c0.203,0 0.408,-0.02 0.616,-0.06c0.208,-0.04 0.403,-0.092 0.584,-0.156l0.12,0.568c-0.176,0.075 -0.394,0.135 -0.656,0.18c-0.261,0.046 -0.512,0.068 -0.752,0.068c-0.437,0 -0.828,-0.069 -1.172,-0.208c-0.344,-0.138 -0.633,-0.33 -0.868,-0.576c-0.234,-0.245 -0.414,-0.536 -0.54,-0.872c-0.125,-0.336 -0.188,-0.704 -0.188,-1.104c0,-0.4 0.063,-0.768 0.188,-1.104c0.126,-0.336 0.306,-0.626 0.54,-0.872c0.235,-0.245 0.524,-0.437 0.868,-0.576c0.344,-0.138 0.735,-0.208 1.172,-0.208Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<rect x="170.83" y="57.814" width="0.736" height="5.328" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M174.022,57.814l0,4.728l2.224,0l0,0.6l-2.96,0l0,-5.328l0.736,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M178.198,57.814l0,4.728l2.224,0l0,0.6l-2.96,0l0,-5.328l0.736,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M186.302,63.142l-0.752,0l-0.488,-1.288l-2.488,0l-0.48,1.288l-0.752,0l2.12,-5.328l0.72,0l2.12,5.328Zm-3.504,-1.88l2.048,0l-1.024,-2.776l-1.024,2.776Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M190.454,57.814l0,0.6l-1.568,0l0,4.728l-0.736,0l0,-4.728l-1.568,0l0,-0.6l3.872,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M193.83,63.238c-0.416,0 -0.786,-0.074 -1.112,-0.224c-0.325,-0.149 -0.597,-0.349 -0.816,-0.6c-0.218,-0.25 -0.385,-0.544 -0.5,-0.88c-0.114,-0.336 -0.172,-0.688 -0.172,-1.056c0,-0.368 0.058,-0.72 0.172,-1.056c0.115,-0.336 0.282,-0.629 0.5,-0.88c0.219,-0.25 0.491,-0.45 0.816,-0.6c0.326,-0.149 0.696,-0.224 1.112,-0.224c0.416,0 0.787,0.075 1.112,0.224c0.326,0.15 0.598,0.35 0.816,0.6c0.219,0.251 0.386,0.544 0.5,0.88c0.115,0.336 0.172,0.688 0.172,1.056c0,0.368 -0.057,0.72 -0.172,1.056c-0.114,0.336 -0.281,0.63 -0.5,0.88c-0.218,0.251 -0.49,0.451 -0.816,0.6c-0.325,0.15 -0.696,0.224 -1.112,0.224Zm0,-0.592c0.304,0 0.574,-0.056 0.808,-0.168c0.235,-0.112 0.43,-0.266 0.584,-0.464c0.155,-0.197 0.272,-0.428 0.352,-0.692c0.08,-0.264 0.12,-0.545 0.12,-0.844c0,-0.298 -0.04,-0.58 -0.12,-0.844c-0.08,-0.264 -0.197,-0.493 -0.352,-0.688c-0.154,-0.194 -0.349,-0.349 -0.584,-0.464c-0.234,-0.114 -0.504,-0.172 -0.808,-0.172c-0.304,0 -0.573,0.058 -0.808,0.172c-0.234,0.115 -0.429,0.27 -0.584,0.464c-0.154,0.195 -0.272,0.424 -0.352,0.688c-0.08,0.264 -0.12,0.546 -0.12,0.844c0,0.299 0.04,0.58 0.12,0.844c0.08,0.264 0.198,0.495 0.352,0.692c0.155,0.198 0.35,0.352 0.584,0.464c0.235,0.112 0.504,0.168 0.808,0.168Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M198.566,63.142l-0.736,0l0,-5.328l1.384,0c0.288,0 0.556,0.032 0.804,0.096c0.248,0.064 0.466,0.159 0.652,0.284c0.187,0.126 0.334,0.283 0.44,0.472c0.107,0.19 0.16,0.407 0.16,0.652c0,0.368 -0.118,0.688 -0.356,0.96c-0.237,0.272 -0.569,0.47 -0.996,0.592l1.88,2.272l-0.904,0l-1.736,-2.144c-0.026,0 -0.066,0.002 -0.12,0.004c-0.053,0.003 -0.109,0.004 -0.168,0.004l-0.304,0l0,2.136Zm1.968,-3.808c0,-0.165 -0.036,-0.308 -0.108,-0.428c-0.072,-0.12 -0.169,-0.216 -0.292,-0.288c-0.122,-0.072 -0.264,-0.125 -0.424,-0.16c-0.16,-0.034 -0.328,-0.052 -0.504,-0.052l-0.64,0l0,2.008l0.368,0c0.224,0 0.434,-0.021 0.628,-0.064c0.195,-0.042 0.364,-0.108 0.508,-0.196c0.144,-0.088 0.258,-0.2 0.34,-0.336c0.083,-0.136 0.124,-0.297 0.124,-0.484Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<g id="Description" transform="matrix(1,0,0,1,-12.3942,-23.7183)">
<path d="M30.182,63.142l-1.472,0l-1.8,-5.328l1.376,0l1.16,4.056l1.16,-4.056l1.376,0l-1.8,5.328Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M38.014,60.478c0,0.379 -0.061,0.735 -0.184,1.068c-0.122,0.334 -0.3,0.626 -0.532,0.876c-0.232,0.251 -0.516,0.45 -0.852,0.596c-0.336,0.147 -0.72,0.22 -1.152,0.22c-0.432,0 -0.817,-0.073 -1.156,-0.22c-0.338,-0.146 -0.624,-0.345 -0.856,-0.596c-0.232,-0.25 -0.408,-0.542 -0.528,-0.876c-0.12,-0.333 -0.18,-0.689 -0.18,-1.068c0,-0.378 0.06,-0.734 0.18,-1.068c0.12,-0.333 0.296,-0.625 0.528,-0.876c0.232,-0.25 0.518,-0.449 0.856,-0.596c0.339,-0.146 0.724,-0.22 1.156,-0.22c0.432,0 0.816,0.074 1.152,0.22c0.336,0.147 0.62,0.346 0.852,0.596c0.232,0.251 0.41,0.543 0.532,0.876c0.123,0.334 0.184,0.69 0.184,1.068Zm-2.72,1.72c0.23,0 0.432,-0.042 0.608,-0.128c0.176,-0.085 0.324,-0.204 0.444,-0.356c0.12,-0.152 0.21,-0.333 0.268,-0.544c0.059,-0.21 0.088,-0.441 0.088,-0.692c0,-0.25 -0.029,-0.481 -0.088,-0.692c-0.058,-0.21 -0.148,-0.392 -0.268,-0.544c-0.12,-0.152 -0.268,-0.27 -0.444,-0.356c-0.176,-0.085 -0.378,-0.128 -0.608,-0.128c-0.234,0 -0.438,0.043 -0.612,0.128c-0.173,0.086 -0.32,0.204 -0.44,0.356c-0.12,0.152 -0.209,0.334 -0.268,0.544c-0.058,0.211 -0.088,0.442 -0.088,0.692c0,0.251 0.03,0.482 0.088,0.692c0.059,0.211 0.148,0.392 0.268,0.544c0.12,0.152 0.267,0.271 0.44,0.356c0.174,0.086 0.378,0.128 0.612,0.128Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M40.518,57.814l0,4.288l1.96,0l0,1.04l-3.272,0l0,-5.328l1.312,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M46.95,57.814l0,1.04l-1.432,0l0,4.288l-1.312,0l0,-4.288l-1.432,0l0,-1.04l4.176,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M50.918,62.11l-2.04,0l-0.328,1.032l-1.352,0l1.984,-5.328l1.44,0l1.984,5.328l-1.352,0l-0.336,-1.032Zm-1.704,-1.04l1.368,0l-0.68,-2.248l-0.688,2.248Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M56.118,57.718c0.694,0 1.275,0.11 1.744,0.328l-0.176,0.992c-0.458,-0.181 -0.938,-0.272 -1.44,-0.272c-0.266,0 -0.506,0.035 -0.72,0.104c-0.213,0.07 -0.396,0.178 -0.548,0.324c-0.152,0.147 -0.269,0.334 -0.352,0.56c-0.082,0.227 -0.124,0.498 -0.124,0.812c0,0.555 0.146,0.974 0.436,1.256c0.291,0.283 0.719,0.424 1.284,0.424c0.123,0 0.24,-0.009 0.352,-0.028c0.112,-0.018 0.206,-0.041 0.28,-0.068l0,-1.488l1.176,0l0,2.192c-0.229,0.112 -0.521,0.204 -0.876,0.276c-0.354,0.072 -0.724,0.108 -1.108,0.108c-0.448,0 -0.848,-0.065 -1.2,-0.196c-0.352,-0.13 -0.65,-0.313 -0.896,-0.548c-0.245,-0.234 -0.433,-0.516 -0.564,-0.844c-0.13,-0.328 -0.196,-0.692 -0.196,-1.092c0,-0.426 0.066,-0.814 0.196,-1.164c0.131,-0.349 0.322,-0.648 0.572,-0.896c0.251,-0.248 0.558,-0.44 0.92,-0.576c0.363,-0.136 0.776,-0.204 1.24,-0.204Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M59.39,57.814l3.32,0l0,1.04l-2.008,0l0,1.072l1.912,0l0,1.04l-1.912,0l0,1.136l2.032,0l0,1.04l-3.344,0l0,-5.328Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M68.774,57.718c0.278,0 0.556,0.027 0.836,0.08c0.28,0.054 0.522,0.131 0.724,0.232l-0.192,0.968c-0.16,-0.064 -0.342,-0.118 -0.548,-0.164c-0.205,-0.045 -0.409,-0.068 -0.612,-0.068c-0.544,0 -0.973,0.142 -1.288,0.424c-0.314,0.283 -0.472,0.712 -0.472,1.288c0,0.576 0.158,1.006 0.472,1.288c0.315,0.283 0.744,0.424 1.288,0.424c0.203,0 0.407,-0.022 0.612,-0.068c0.206,-0.045 0.388,-0.1 0.548,-0.164l0.192,0.968c-0.202,0.102 -0.444,0.179 -0.724,0.232c-0.28,0.054 -0.558,0.08 -0.836,0.08c-0.469,0 -0.882,-0.069 -1.24,-0.208c-0.357,-0.138 -0.656,-0.33 -0.896,-0.576c-0.24,-0.245 -0.421,-0.536 -0.544,-0.872c-0.122,-0.336 -0.184,-0.704 -0.184,-1.104c0,-0.4 0.062,-0.768 0.184,-1.104c0.123,-0.336 0.304,-0.626 0.544,-0.872c0.24,-0.245 0.539,-0.437 0.896,-0.576c0.358,-0.138 0.771,-0.208 1.24,-0.208Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M76.726,60.478c0,0.379 -0.061,0.735 -0.184,1.068c-0.122,0.334 -0.3,0.626 -0.532,0.876c-0.232,0.251 -0.516,0.45 -0.852,0.596c-0.336,0.147 -0.72,0.22 -1.152,0.22c-0.432,0 -0.817,-0.073 -1.156,-0.22c-0.338,-0.146 -0.624,-0.345 -0.856,-0.596c-0.232,-0.25 -0.408,-0.542 -0.528,-0.876c-0.12,-0.333 -0.18,-0.689 -0.18,-1.068c0,-0.378 0.06,-0.734 0.18,-1.068c0.12,-0.333 0.296,-0.625 0.528,-0.876c0.232,-0.25 0.518,-0.449 0.856,-0.596c0.339,-0.146 0.724,-0.22 1.156,-0.22c0.432,0 0.816,0.074 1.152,0.22c0.336,0.147 0.62,0.346 0.852,0.596c0.232,0.251 0.41,0.543 0.532,0.876c0.123,0.334 0.184,0.69 0.184,1.068Zm-2.72,1.72c0.23,0 0.432,-0.042 0.608,-0.128c0.176,-0.085 0.324,-0.204 0.444,-0.356c0.12,-0.152 0.21,-0.333 0.268,-0.544c0.059,-0.21 0.088,-0.441 0.088,-0.692c0,-0.25 -0.029,-0.481 -0.088,-0.692c-0.058,-0.21 -0.148,-0.392 -0.268,-0.544c-0.12,-0.152 -0.268,-0.27 -0.444,-0.356c-0.176,-0.085 -0.378,-0.128 -0.608,-0.128c-0.234,0 -0.438,0.043 -0.612,0.128c-0.173,0.086 -0.32,0.204 -0.44,0.356c-0.12,0.152 -0.209,0.334 -0.268,0.544c-0.058,0.211 -0.088,0.442 -0.088,0.692c0,0.251 0.03,0.482 0.088,0.692c0.059,0.211 0.148,0.392 0.268,0.544c0.12,0.152 0.267,0.271 0.44,0.356c0.174,0.086 0.378,0.128 0.612,0.128Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M81.382,63.142l-2.2,-3.176l0,3.176l-1.264,0l0,-5.328l1.264,0l2.2,3.176l0,-3.176l1.264,0l0,5.328l-1.264,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M87.854,57.814l0,1.04l-1.432,0l0,4.288l-1.312,0l0,-4.288l-1.432,0l0,-1.04l4.176,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M92.902,59.502c0,0.358 -0.1,0.67 -0.3,0.936c-0.2,0.267 -0.478,0.47 -0.836,0.608l1.752,2.096l-1.616,0l-1.464,-1.848l-0.24,0l0,1.848l-1.312,0l0,-5.328l1.696,0c0.331,0 0.638,0.035 0.92,0.104c0.283,0.07 0.528,0.174 0.736,0.312c0.208,0.139 0.371,0.314 0.488,0.524c0.118,0.211 0.176,0.46 0.176,0.748Zm-1.264,0.024c0,-0.24 -0.093,-0.417 -0.28,-0.532c-0.186,-0.114 -0.448,-0.172 -0.784,-0.172l-0.376,0l0,1.496l0.32,0c0.352,0 0.627,-0.069 0.824,-0.208c0.198,-0.138 0.296,-0.333 0.296,-0.584Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M99.526,60.478c0,0.379 -0.061,0.735 -0.184,1.068c-0.122,0.334 -0.3,0.626 -0.532,0.876c-0.232,0.251 -0.516,0.45 -0.852,0.596c-0.336,0.147 -0.72,0.22 -1.152,0.22c-0.432,0 -0.817,-0.073 -1.156,-0.22c-0.338,-0.146 -0.624,-0.345 -0.856,-0.596c-0.232,-0.25 -0.408,-0.542 -0.528,-0.876c-0.12,-0.333 -0.18,-0.689 -0.18,-1.068c0,-0.378 0.06,-0.734 0.18,-1.068c0.12,-0.333 0.296,-0.625 0.528,-0.876c0.232,-0.25 0.518,-0.449 0.856,-0.596c0.339,-0.146 0.724,-0.22 1.156,-0.22c0.432,0 0.816,0.074 1.152,0.22c0.336,0.147 0.62,0.346 0.852,0.596c0.232,0.251 0.41,0.543 0.532,0.876c0.123,0.334 0.184,0.69 0.184,1.068Zm-2.72,1.72c0.23,0 0.432,-0.042 0.608,-0.128c0.176,-0.085 0.324,-0.204 0.444,-0.356c0.12,-0.152 0.21,-0.333 0.268,-0.544c0.059,-0.21 0.088,-0.441 0.088,-0.692c0,-0.25 -0.029,-0.481 -0.088,-0.692c-0.058,-0.21 -0.148,-0.392 -0.268,-0.544c-0.12,-0.152 -0.268,-0.27 -0.444,-0.356c-0.176,-0.085 -0.378,-0.128 -0.608,-0.128c-0.234,0 -0.438,0.043 -0.612,0.128c-0.173,0.086 -0.32,0.204 -0.44,0.356c-0.12,0.152 -0.209,0.334 -0.268,0.544c-0.058,0.211 -0.088,0.442 -0.088,0.692c0,0.251 0.03,0.482 0.088,0.692c0.059,0.211 0.148,0.392 0.268,0.544c0.12,0.152 0.267,0.271 0.44,0.356c0.174,0.086 0.378,0.128 0.612,0.128Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M102.03,57.814l0,4.288l1.96,0l0,1.04l-3.272,0l0,-5.328l1.312,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M106.366,57.814l0,4.288l1.96,0l0,1.04l-3.272,0l0,-5.328l1.312,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M109.39,57.814l3.32,0l0,1.04l-2.008,0l0,1.072l1.912,0l0,1.04l-1.912,0l0,1.136l2.032,0l0,1.04l-3.344,0l0,-5.328Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M114.038,57.814l1.624,0c0.47,0 0.9,0.067 1.292,0.2c0.392,0.134 0.727,0.318 1.004,0.552c0.278,0.235 0.494,0.516 0.648,0.844c0.155,0.328 0.232,0.684 0.232,1.068c0,0.384 -0.077,0.74 -0.232,1.068c-0.154,0.328 -0.37,0.61 -0.648,0.844c-0.277,0.235 -0.612,0.419 -1.004,0.552c-0.392,0.134 -0.822,0.2 -1.292,0.2l-1.624,0l0,-5.328Zm1.704,4.288c0.267,0 0.51,-0.037 0.728,-0.112c0.219,-0.074 0.407,-0.181 0.564,-0.32c0.158,-0.138 0.279,-0.308 0.364,-0.508c0.086,-0.2 0.128,-0.428 0.128,-0.684c0,-0.256 -0.042,-0.484 -0.128,-0.684c-0.085,-0.2 -0.206,-0.369 -0.364,-0.508c-0.157,-0.138 -0.345,-0.245 -0.564,-0.32c-0.218,-0.074 -0.461,-0.112 -0.728,-0.112l-0.392,0l0,3.248l0.392,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M125.398,62.11l-2.04,0l-0.328,1.032l-1.352,0l1.984,-5.328l1.44,0l1.984,5.328l-1.352,0l-0.336,-1.032Zm-1.704,-1.04l1.368,0l-0.68,-2.248l-0.688,2.248Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M131.566,63.142l-2.2,-3.176l0,3.176l-1.264,0l0,-5.328l1.264,0l2.2,3.176l0,-3.176l1.264,0l0,5.328l-1.264,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M137.566,62.11l-2.04,0l-0.328,1.032l-1.352,0l1.984,-5.328l1.44,0l1.984,5.328l-1.352,0l-0.336,-1.032Zm-1.704,-1.04l1.368,0l-0.68,-2.248l-0.688,2.248Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M141.582,57.814l0,4.288l1.96,0l0,1.04l-3.272,0l0,-5.328l1.312,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M149.718,60.478c0,0.379 -0.061,0.735 -0.184,1.068c-0.122,0.334 -0.3,0.626 -0.532,0.876c-0.232,0.251 -0.516,0.45 -0.852,0.596c-0.336,0.147 -0.72,0.22 -1.152,0.22c-0.432,0 -0.817,-0.073 -1.156,-0.22c-0.338,-0.146 -0.624,-0.345 -0.856,-0.596c-0.232,-0.25 -0.408,-0.542 -0.528,-0.876c-0.12,-0.333 -0.18,-0.689 -0.18,-1.068c0,-0.378 0.06,-0.734 0.18,-1.068c0.12,-0.333 0.296,-0.625 0.528,-0.876c0.232,-0.25 0.518,-0.449 0.856,-0.596c0.339,-0.146 0.724,-0.22 1.156,-0.22c0.432,0 0.816,0.074 1.152,0.22c0.336,0.147 0.62,0.346 0.852,0.596c0.232,0.251 0.41,0.543 0.532,0.876c0.123,0.334 0.184,0.69 0.184,1.068Zm-2.72,1.72c0.23,0 0.432,-0.042 0.608,-0.128c0.176,-0.085 0.324,-0.204 0.444,-0.356c0.12,-0.152 0.21,-0.333 0.268,-0.544c0.059,-0.21 0.088,-0.441 0.088,-0.692c0,-0.25 -0.029,-0.481 -0.088,-0.692c-0.058,-0.21 -0.148,-0.392 -0.268,-0.544c-0.12,-0.152 -0.268,-0.27 -0.444,-0.356c-0.176,-0.085 -0.378,-0.128 -0.608,-0.128c-0.234,0 -0.438,0.043 -0.612,0.128c-0.173,0.086 -0.32,0.204 -0.44,0.356c-0.12,0.152 -0.209,0.334 -0.268,0.544c-0.058,0.211 -0.088,0.442 -0.088,0.692c0,0.251 0.03,0.482 0.088,0.692c0.059,0.211 0.148,0.392 0.268,0.544c0.12,0.152 0.267,0.271 0.44,0.356c0.174,0.086 0.378,0.128 0.612,0.128Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M153.63,57.718c0.694,0 1.275,0.11 1.744,0.328l-0.176,0.992c-0.458,-0.181 -0.938,-0.272 -1.44,-0.272c-0.266,0 -0.506,0.035 -0.72,0.104c-0.213,0.07 -0.396,0.178 -0.548,0.324c-0.152,0.147 -0.269,0.334 -0.352,0.56c-0.082,0.227 -0.124,0.498 -0.124,0.812c0,0.555 0.146,0.974 0.436,1.256c0.291,0.283 0.719,0.424 1.284,0.424c0.123,0 0.24,-0.009 0.352,-0.028c0.112,-0.018 0.206,-0.041 0.28,-0.068l0,-1.488l1.176,0l0,2.192c-0.229,0.112 -0.521,0.204 -0.876,0.276c-0.354,0.072 -0.724,0.108 -1.108,0.108c-0.448,0 -0.848,-0.065 -1.2,-0.196c-0.352,-0.13 -0.65,-0.313 -0.896,-0.548c-0.245,-0.234 -0.433,-0.516 -0.564,-0.844c-0.13,-0.328 -0.196,-0.692 -0.196,-1.092c0,-0.426 0.066,-0.814 0.196,-1.164c0.131,-0.349 0.322,-0.648 0.572,-0.896c0.251,-0.248 0.558,-0.44 0.92,-0.576c0.363,-0.136 0.776,-0.204 1.24,-0.204Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M164.214,60.478c0,0.379 -0.061,0.735 -0.184,1.068c-0.122,0.334 -0.3,0.626 -0.532,0.876c-0.232,0.251 -0.516,0.45 -0.852,0.596c-0.336,0.147 -0.72,0.22 -1.152,0.22c-0.432,0 -0.817,-0.073 -1.156,-0.22c-0.338,-0.146 -0.624,-0.345 -0.856,-0.596c-0.232,-0.25 -0.408,-0.542 -0.528,-0.876c-0.12,-0.333 -0.18,-0.689 -0.18,-1.068c0,-0.378 0.06,-0.734 0.18,-1.068c0.12,-0.333 0.296,-0.625 0.528,-0.876c0.232,-0.25 0.518,-0.449 0.856,-0.596c0.339,-0.146 0.724,-0.22 1.156,-0.22c0.432,0 0.816,0.074 1.152,0.22c0.336,0.147 0.62,0.346 0.852,0.596c0.232,0.251 0.41,0.543 0.532,0.876c0.123,0.334 0.184,0.69 0.184,1.068Zm-2.72,1.72c0.23,0 0.432,-0.042 0.608,-0.128c0.176,-0.085 0.324,-0.204 0.444,-0.356c0.12,-0.152 0.21,-0.333 0.268,-0.544c0.059,-0.21 0.088,-0.441 0.088,-0.692c0,-0.25 -0.029,-0.481 -0.088,-0.692c-0.058,-0.21 -0.148,-0.392 -0.268,-0.544c-0.12,-0.152 -0.268,-0.27 -0.444,-0.356c-0.176,-0.085 -0.378,-0.128 -0.608,-0.128c-0.234,0 -0.438,0.043 -0.612,0.128c-0.173,0.086 -0.32,0.204 -0.44,0.356c-0.12,0.152 -0.209,0.334 -0.268,0.544c-0.058,0.211 -0.088,0.442 -0.088,0.692c0,0.251 0.03,0.482 0.088,0.692c0.059,0.211 0.148,0.392 0.268,0.544c0.12,0.152 0.267,0.271 0.44,0.356c0.174,0.086 0.378,0.128 0.612,0.128Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M168.902,61.55c0,0.235 -0.046,0.455 -0.14,0.66c-0.093,0.206 -0.228,0.384 -0.404,0.536c-0.176,0.152 -0.389,0.272 -0.64,0.36c-0.25,0.088 -0.536,0.132 -0.856,0.132c-0.293,0 -0.586,-0.032 -0.88,-0.096c-0.293,-0.064 -0.565,-0.157 -0.816,-0.28l0.264,-1c0.187,0.091 0.398,0.17 0.632,0.236c0.235,0.067 0.488,0.1 0.76,0.1c0.224,0 0.408,-0.041 0.552,-0.124c0.144,-0.082 0.216,-0.217 0.216,-0.404c0,-0.133 -0.062,-0.254 -0.188,-0.364c-0.125,-0.109 -0.353,-0.225 -0.684,-0.348c-0.522,-0.197 -0.904,-0.422 -1.144,-0.676c-0.24,-0.253 -0.36,-0.577 -0.36,-0.972c0,-0.517 0.17,-0.912 0.508,-1.184c0.339,-0.272 0.807,-0.408 1.404,-0.408c0.304,0 0.595,0.034 0.872,0.1c0.278,0.067 0.512,0.154 0.704,0.26l-0.224,0.984c-0.186,-0.09 -0.39,-0.164 -0.612,-0.22c-0.221,-0.056 -0.449,-0.084 -0.684,-0.084c-0.197,0 -0.356,0.034 -0.476,0.1c-0.12,0.067 -0.18,0.18 -0.18,0.34c0,0.075 0.011,0.139 0.032,0.192c0.022,0.054 0.06,0.104 0.116,0.152c0.056,0.048 0.135,0.096 0.236,0.144c0.102,0.048 0.23,0.104 0.384,0.168c0.224,0.091 0.435,0.187 0.632,0.288c0.198,0.102 0.368,0.219 0.512,0.352c0.144,0.134 0.258,0.286 0.34,0.456c0.083,0.171 0.124,0.371 0.124,0.6Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M172.686,57.718c0.278,0 0.556,0.027 0.836,0.08c0.28,0.054 0.522,0.131 0.724,0.232l-0.192,0.968c-0.16,-0.064 -0.342,-0.118 -0.548,-0.164c-0.205,-0.045 -0.409,-0.068 -0.612,-0.068c-0.544,0 -0.973,0.142 -1.288,0.424c-0.314,0.283 -0.472,0.712 -0.472,1.288c0,0.576 0.158,1.006 0.472,1.288c0.315,0.283 0.744,0.424 1.288,0.424c0.203,0 0.407,-0.022 0.612,-0.068c0.206,-0.045 0.388,-0.1 0.548,-0.164l0.192,0.968c-0.202,0.102 -0.444,0.179 -0.724,0.232c-0.28,0.054 -0.558,0.08 -0.836,0.08c-0.469,0 -0.882,-0.069 -1.24,-0.208c-0.357,-0.138 -0.656,-0.33 -0.896,-0.576c-0.24,-0.245 -0.421,-0.536 -0.544,-0.872c-0.122,-0.336 -0.184,-0.704 -0.184,-1.104c0,-0.4 0.062,-0.768 0.184,-1.104c0.123,-0.336 0.304,-0.626 0.544,-0.872c0.24,-0.245 0.539,-0.437 0.896,-0.576c0.358,-0.138 0.771,-0.208 1.24,-0.208Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<rect x="175.526" y="57.814" width="1.312" height="5.328" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M179.63,57.814l0,4.288l1.96,0l0,1.04l-3.272,0l0,-5.328l1.312,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M183.966,57.814l0,4.288l1.96,0l0,1.04l-3.272,0l0,-5.328l1.312,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M190.43,62.11l-2.04,0l-0.328,1.032l-1.352,0l1.984,-5.328l1.44,0l1.984,5.328l-1.352,0l-0.336,-1.032Zm-1.704,-1.04l1.368,0l-0.68,-2.248l-0.688,2.248Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M196.542,57.814l0,1.04l-1.432,0l0,4.288l-1.312,0l0,-4.288l-1.432,0l0,-1.04l4.176,0Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M202.646,60.478c0,0.379 -0.061,0.735 -0.184,1.068c-0.122,0.334 -0.3,0.626 -0.532,0.876c-0.232,0.251 -0.516,0.45 -0.852,0.596c-0.336,0.147 -0.72,0.22 -1.152,0.22c-0.432,0 -0.817,-0.073 -1.156,-0.22c-0.338,-0.146 -0.624,-0.345 -0.856,-0.596c-0.232,-0.25 -0.408,-0.542 -0.528,-0.876c-0.12,-0.333 -0.18,-0.689 -0.18,-1.068c0,-0.378 0.06,-0.734 0.18,-1.068c0.12,-0.333 0.296,-0.625 0.528,-0.876c0.232,-0.25 0.518,-0.449 0.856,-0.596c0.339,-0.146 0.724,-0.22 1.156,-0.22c0.432,0 0.816,0.074 1.152,0.22c0.336,0.147 0.62,0.346 0.852,0.596c0.232,0.251 0.41,0.543 0.532,0.876c0.123,0.334 0.184,0.69 0.184,1.068Zm-2.72,1.72c0.23,0 0.432,-0.042 0.608,-0.128c0.176,-0.085 0.324,-0.204 0.444,-0.356c0.12,-0.152 0.21,-0.333 0.268,-0.544c0.059,-0.21 0.088,-0.441 0.088,-0.692c0,-0.25 -0.029,-0.481 -0.088,-0.692c-0.058,-0.21 -0.148,-0.392 -0.268,-0.544c-0.12,-0.152 -0.268,-0.27 -0.444,-0.356c-0.176,-0.085 -0.378,-0.128 -0.608,-0.128c-0.234,0 -0.438,0.043 -0.612,0.128c-0.173,0.086 -0.32,0.204 -0.44,0.356c-0.12,0.152 -0.209,0.334 -0.268,0.544c-0.058,0.211 -0.088,0.442 -0.088,0.692c0,0.251 0.03,0.482 0.088,0.692c0.059,0.211 0.148,0.392 0.268,0.544c0.12,0.152 0.267,0.271 0.44,0.356c0.174,0.086 0.378,0.128 0.612,0.128Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
<path d="M207.854,59.502c0,0.358 -0.1,0.67 -0.3,0.936c-0.2,0.267 -0.478,0.47 -0.836,0.608l1.752,2.096l-1.616,0l-1.464,-1.848l-0.24,0l0,1.848l-1.312,0l0,-5.328l1.696,0c0.331,0 0.638,0.035 0.92,0.104c0.283,0.07 0.528,0.174 0.736,0.312c0.208,0.139 0.371,0.314 0.488,0.524c0.118,0.211 0.176,0.46 0.176,0.748Zm-1.264,0.024c0,-0.24 -0.093,-0.417 -0.28,-0.532c-0.186,-0.114 -0.448,-0.172 -0.784,-0.172l-0.376,0l0,1.496l0.32,0c0.352,0 0.627,-0.069 0.824,-0.208c0.198,-0.138 0.296,-0.333 0.296,-0.584Z" style="fill:#fafafa;fill-rule:nonzero;stroke:#fff;stroke-width:0.4px;"/>
</g> </g>
<g id="Labels"> <g id="Labels">
<g id="Description1" serif:id="Description" transform="matrix(1,0,0,1,-4.332,42.537)"> <g id="Description1" serif:id="Description" transform="matrix(1,0,0,1,-4.332,42.537)">


+ 29
- 25
vst2_bin/plugins/LindenbergResearch/res/Westcoast.svg View File

@@ -2,7 +2,7 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="210px" height="380px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;"> <svg width="210px" height="380px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;">
<g id="Background" transform="matrix(1.16667,0,0,1,0.0116667,-196.458)"> <g id="Background" transform="matrix(1.16667,0,0,1,0.0116667,-196.458)">
<rect x="-0.01" y="196.458" width="180" height="380" style="fill:#171717;"/>
<rect x="-0.01" y="196.458" width="180" height="380" style="fill:#060e18;"/>
</g> </g>
<g id="Guides"> <g id="Guides">
<g transform="matrix(0.288308,0,0,0.614395,49.6719,65.0418)"> <g transform="matrix(0.288308,0,0,0.614395,49.6719,65.0418)">
@@ -244,11 +244,11 @@
<path d="M50.259,230.396c0.27,0 0.552,0.025 0.846,0.076c0.294,0.051 0.54,0.119 0.738,0.203l-0.135,0.639c-0.204,-0.072 -0.423,-0.131 -0.657,-0.176c-0.234,-0.045 -0.465,-0.067 -0.693,-0.067c-0.75,0 -1.335,0.21 -1.755,0.63c-0.42,0.42 -0.63,1.02 -0.63,1.8c0,0.78 0.21,1.38 0.63,1.8c0.42,0.42 1.005,0.63 1.755,0.63c0.228,0 0.459,-0.023 0.693,-0.068c0.234,-0.045 0.453,-0.103 0.657,-0.175l0.135,0.639c-0.198,0.084 -0.444,0.151 -0.738,0.202c-0.294,0.051 -0.576,0.077 -0.846,0.077c-0.492,0 -0.931,-0.078 -1.318,-0.234c-0.387,-0.156 -0.713,-0.372 -0.977,-0.648c-0.264,-0.276 -0.466,-0.603 -0.607,-0.981c-0.141,-0.378 -0.212,-0.792 -0.212,-1.242c0,-0.45 0.071,-0.864 0.212,-1.242c0.141,-0.378 0.343,-0.705 0.607,-0.981c0.264,-0.276 0.59,-0.492 0.977,-0.648c0.387,-0.156 0.826,-0.234 1.318,-0.234Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M50.259,230.396c0.27,0 0.552,0.025 0.846,0.076c0.294,0.051 0.54,0.119 0.738,0.203l-0.135,0.639c-0.204,-0.072 -0.423,-0.131 -0.657,-0.176c-0.234,-0.045 -0.465,-0.067 -0.693,-0.067c-0.75,0 -1.335,0.21 -1.755,0.63c-0.42,0.42 -0.63,1.02 -0.63,1.8c0,0.78 0.21,1.38 0.63,1.8c0.42,0.42 1.005,0.63 1.755,0.63c0.228,0 0.459,-0.023 0.693,-0.068c0.234,-0.045 0.453,-0.103 0.657,-0.175l0.135,0.639c-0.198,0.084 -0.444,0.151 -0.738,0.202c-0.294,0.051 -0.576,0.077 -0.846,0.077c-0.492,0 -0.931,-0.078 -1.318,-0.234c-0.387,-0.156 -0.713,-0.372 -0.977,-0.648c-0.264,-0.276 -0.466,-0.603 -0.607,-0.981c-0.141,-0.378 -0.212,-0.792 -0.212,-1.242c0,-0.45 0.071,-0.864 0.212,-1.242c0.141,-0.378 0.343,-0.705 0.607,-0.981c0.264,-0.276 0.59,-0.492 0.977,-0.648c0.387,-0.156 0.826,-0.234 1.318,-0.234Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M56.856,230.504l0.828,0l-2.151,5.994l-0.864,0l-2.151,-5.994l0.828,0l1.755,5.013l1.755,-5.013Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M56.856,230.504l0.828,0l-2.151,5.994l-0.864,0l-2.151,-5.994l0.828,0l1.755,5.013l1.755,-5.013Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g> </g>
<g transform="matrix(1,0,0,1,-30.8343,91.9064)">
<g transform="matrix(1,0,0,1,-30.8343,85.9043)">
<rect x="47.523" y="230.504" width="0.828" height="5.994" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <rect x="47.523" y="230.504" width="0.828" height="5.994" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M54.12,236.498l-3.357,-4.707l0,4.707l-0.792,0l0,-5.994l0.792,0l3.357,4.707l0,-4.707l0.792,0l0,5.994l-0.792,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M54.12,236.498l-3.357,-4.707l0,4.707l-0.792,0l0,-5.994l0.792,0l3.357,4.707l0,-4.707l0.792,0l0,5.994l-0.792,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g> </g>
<g transform="matrix(1,0,0,1,101.166,91.9064)">
<g transform="matrix(1,0,0,1,101.166,85.9043)">
<path d="M50.088,236.606c-0.468,0 -0.885,-0.084 -1.251,-0.252c-0.366,-0.168 -0.672,-0.393 -0.918,-0.675c-0.246,-0.282 -0.433,-0.612 -0.562,-0.99c-0.129,-0.378 -0.194,-0.774 -0.194,-1.188c0,-0.414 0.065,-0.81 0.194,-1.188c0.129,-0.378 0.316,-0.708 0.562,-0.99c0.246,-0.282 0.552,-0.507 0.918,-0.675c0.366,-0.168 0.783,-0.252 1.251,-0.252c0.468,0 0.885,0.084 1.251,0.252c0.366,0.168 0.672,0.393 0.918,0.675c0.246,0.282 0.434,0.612 0.563,0.99c0.129,0.378 0.193,0.774 0.193,1.188c0,0.414 -0.064,0.81 -0.193,1.188c-0.129,0.378 -0.317,0.708 -0.563,0.99c-0.246,0.282 -0.552,0.507 -0.918,0.675c-0.366,0.168 -0.783,0.252 -1.251,0.252Zm0,-0.666c0.342,0 0.645,-0.063 0.909,-0.189c0.264,-0.126 0.483,-0.3 0.657,-0.522c0.174,-0.222 0.306,-0.482 0.396,-0.779c0.09,-0.297 0.135,-0.613 0.135,-0.949c0,-0.336 -0.045,-0.653 -0.135,-0.95c-0.09,-0.297 -0.222,-0.555 -0.396,-0.774c-0.174,-0.219 -0.393,-0.393 -0.657,-0.522c-0.264,-0.129 -0.567,-0.193 -0.909,-0.193c-0.342,0 -0.645,0.064 -0.909,0.193c-0.264,0.129 -0.483,0.303 -0.657,0.522c-0.174,0.219 -0.306,0.477 -0.396,0.774c-0.09,0.297 -0.135,0.614 -0.135,0.95c0,0.336 0.045,0.652 0.135,0.949c0.09,0.297 0.222,0.557 0.396,0.779c0.174,0.222 0.393,0.396 0.657,0.522c0.264,0.126 0.567,0.189 0.909,0.189Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M50.088,236.606c-0.468,0 -0.885,-0.084 -1.251,-0.252c-0.366,-0.168 -0.672,-0.393 -0.918,-0.675c-0.246,-0.282 -0.433,-0.612 -0.562,-0.99c-0.129,-0.378 -0.194,-0.774 -0.194,-1.188c0,-0.414 0.065,-0.81 0.194,-1.188c0.129,-0.378 0.316,-0.708 0.562,-0.99c0.246,-0.282 0.552,-0.507 0.918,-0.675c0.366,-0.168 0.783,-0.252 1.251,-0.252c0.468,0 0.885,0.084 1.251,0.252c0.366,0.168 0.672,0.393 0.918,0.675c0.246,0.282 0.434,0.612 0.563,0.99c0.129,0.378 0.193,0.774 0.193,1.188c0,0.414 -0.064,0.81 -0.193,1.188c-0.129,0.378 -0.317,0.708 -0.563,0.99c-0.246,0.282 -0.552,0.507 -0.918,0.675c-0.366,0.168 -0.783,0.252 -1.251,0.252Zm0,-0.666c0.342,0 0.645,-0.063 0.909,-0.189c0.264,-0.126 0.483,-0.3 0.657,-0.522c0.174,-0.222 0.306,-0.482 0.396,-0.779c0.09,-0.297 0.135,-0.613 0.135,-0.949c0,-0.336 -0.045,-0.653 -0.135,-0.95c-0.09,-0.297 -0.222,-0.555 -0.396,-0.774c-0.174,-0.219 -0.393,-0.393 -0.657,-0.522c-0.264,-0.129 -0.567,-0.193 -0.909,-0.193c-0.342,0 -0.645,0.064 -0.909,0.193c-0.264,0.129 -0.483,0.303 -0.657,0.522c-0.174,0.219 -0.306,0.477 -0.396,0.774c-0.09,0.297 -0.135,0.614 -0.135,0.95c0,0.336 0.045,0.652 0.135,0.949c0.09,0.297 0.222,0.557 0.396,0.779c0.174,0.222 0.393,0.396 0.657,0.522c0.264,0.126 0.567,0.189 0.909,0.189Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M58.107,230.504l0.828,0l0,3.87c0,0.312 -0.051,0.604 -0.153,0.877c-0.102,0.273 -0.252,0.51 -0.45,0.711c-0.198,0.201 -0.442,0.359 -0.733,0.473c-0.291,0.114 -0.629,0.171 -1.013,0.171c-0.384,0 -0.721,-0.057 -1.012,-0.171c-0.291,-0.114 -0.536,-0.272 -0.734,-0.473c-0.198,-0.201 -0.348,-0.438 -0.45,-0.711c-0.102,-0.273 -0.153,-0.565 -0.153,-0.877l0,-3.87l0.828,0l0,3.906c0,0.45 0.128,0.816 0.383,1.098c0.255,0.282 0.634,0.423 1.138,0.423c0.504,0 0.884,-0.141 1.139,-0.423c0.255,-0.282 0.382,-0.648 0.382,-1.098l0,-3.906Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M58.107,230.504l0.828,0l0,3.87c0,0.312 -0.051,0.604 -0.153,0.877c-0.102,0.273 -0.252,0.51 -0.45,0.711c-0.198,0.201 -0.442,0.359 -0.733,0.473c-0.291,0.114 -0.629,0.171 -1.013,0.171c-0.384,0 -0.721,-0.057 -1.012,-0.171c-0.291,-0.114 -0.536,-0.272 -0.734,-0.473c-0.198,-0.201 -0.348,-0.438 -0.45,-0.711c-0.102,-0.273 -0.153,-0.565 -0.153,-0.877l0,-3.87l0.828,0l0,3.906c0,0.45 0.128,0.816 0.383,1.098c0.255,0.282 0.634,0.423 1.138,0.423c0.504,0 0.884,-0.141 1.139,-0.423c0.255,-0.282 0.382,-0.648 0.382,-1.098l0,-3.906Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M64.308,230.504l0,0.675l-1.764,0l0,5.319l-0.828,0l0,-5.319l-1.764,0l0,-0.675l4.356,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M64.308,230.504l0,0.675l-1.764,0l0,5.319l-0.828,0l0,-5.319l-1.764,0l0,-0.675l4.356,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
@@ -286,8 +286,8 @@
<path d="M64.902,234.941c0,0.258 -0.055,0.489 -0.166,0.693c-0.111,0.204 -0.261,0.378 -0.45,0.522c-0.189,0.144 -0.411,0.255 -0.666,0.333c-0.255,0.078 -0.53,0.117 -0.824,0.117c-0.288,0 -0.583,-0.03 -0.886,-0.09c-0.303,-0.06 -0.581,-0.15 -0.833,-0.27l0.162,-0.657c0.222,0.102 0.467,0.186 0.734,0.252c0.267,0.066 0.535,0.099 0.805,0.099c0.39,0 0.705,-0.083 0.945,-0.248c0.24,-0.165 0.36,-0.403 0.36,-0.715c0,-0.174 -0.034,-0.323 -0.103,-0.446c-0.069,-0.123 -0.164,-0.234 -0.284,-0.333c-0.12,-0.099 -0.259,-0.187 -0.418,-0.265c-0.159,-0.078 -0.329,-0.159 -0.509,-0.243c-0.204,-0.096 -0.4,-0.197 -0.589,-0.302c-0.189,-0.105 -0.356,-0.225 -0.5,-0.36c-0.144,-0.135 -0.259,-0.288 -0.346,-0.459c-0.087,-0.171 -0.131,-0.37 -0.131,-0.598c0,-0.258 0.047,-0.486 0.14,-0.684c0.093,-0.198 0.223,-0.363 0.391,-0.495c0.168,-0.132 0.369,-0.231 0.603,-0.297c0.234,-0.066 0.492,-0.099 0.774,-0.099c0.288,0 0.569,0.033 0.842,0.099c0.273,0.066 0.511,0.153 0.715,0.261l-0.153,0.657c-0.192,-0.102 -0.411,-0.186 -0.657,-0.252c-0.246,-0.066 -0.495,-0.099 -0.747,-0.099c-0.726,0 -1.089,0.282 -1.089,0.846c0,0.126 0.018,0.235 0.054,0.328c0.036,0.093 0.095,0.18 0.176,0.261c0.081,0.081 0.189,0.159 0.324,0.234c0.135,0.075 0.298,0.161 0.49,0.257c0.192,0.096 0.396,0.199 0.612,0.31c0.216,0.111 0.414,0.243 0.594,0.396c0.18,0.153 0.33,0.332 0.45,0.536c0.12,0.204 0.18,0.441 0.18,0.711Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M64.902,234.941c0,0.258 -0.055,0.489 -0.166,0.693c-0.111,0.204 -0.261,0.378 -0.45,0.522c-0.189,0.144 -0.411,0.255 -0.666,0.333c-0.255,0.078 -0.53,0.117 -0.824,0.117c-0.288,0 -0.583,-0.03 -0.886,-0.09c-0.303,-0.06 -0.581,-0.15 -0.833,-0.27l0.162,-0.657c0.222,0.102 0.467,0.186 0.734,0.252c0.267,0.066 0.535,0.099 0.805,0.099c0.39,0 0.705,-0.083 0.945,-0.248c0.24,-0.165 0.36,-0.403 0.36,-0.715c0,-0.174 -0.034,-0.323 -0.103,-0.446c-0.069,-0.123 -0.164,-0.234 -0.284,-0.333c-0.12,-0.099 -0.259,-0.187 -0.418,-0.265c-0.159,-0.078 -0.329,-0.159 -0.509,-0.243c-0.204,-0.096 -0.4,-0.197 -0.589,-0.302c-0.189,-0.105 -0.356,-0.225 -0.5,-0.36c-0.144,-0.135 -0.259,-0.288 -0.346,-0.459c-0.087,-0.171 -0.131,-0.37 -0.131,-0.598c0,-0.258 0.047,-0.486 0.14,-0.684c0.093,-0.198 0.223,-0.363 0.391,-0.495c0.168,-0.132 0.369,-0.231 0.603,-0.297c0.234,-0.066 0.492,-0.099 0.774,-0.099c0.288,0 0.569,0.033 0.842,0.099c0.273,0.066 0.511,0.153 0.715,0.261l-0.153,0.657c-0.192,-0.102 -0.411,-0.186 -0.657,-0.252c-0.246,-0.066 -0.495,-0.099 -0.747,-0.099c-0.726,0 -1.089,0.282 -1.089,0.846c0,0.126 0.018,0.235 0.054,0.328c0.036,0.093 0.095,0.18 0.176,0.261c0.081,0.081 0.189,0.159 0.324,0.234c0.135,0.075 0.298,0.161 0.49,0.257c0.192,0.096 0.396,0.199 0.612,0.31c0.216,0.111 0.414,0.243 0.594,0.396c0.18,0.153 0.33,0.332 0.45,0.536c0.12,0.204 0.18,0.441 0.18,0.711Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g> </g>
</g> </g>
<g transform="matrix(0.997836,0,0,1,3.29382,0.255458)">
<g id="Title">
<g id="Title" transform="matrix(1,0,0,1,-27.9456,0)">
<g transform="matrix(0.997836,0,0,1,31.2394,4.25546)">
<path d="M22.098,39.727l1.753,-5.278l0.717,0l-2.044,6.13l-0.817,0l-2.079,-6.13l0.716,0l1.754,5.278Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M22.098,39.727l1.753,-5.278l0.717,0l-2.044,6.13l-0.817,0l-2.079,-6.13l0.716,0l1.754,5.278Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M26.075,37.406c0,0.469 0.061,0.876 0.182,1.22c0.122,0.344 0.282,0.63 0.479,0.857c0.198,0.227 0.422,0.395 0.673,0.505c0.25,0.11 0.504,0.165 0.762,0.165c0.267,0 0.508,-0.048 0.723,-0.145c0.215,-0.097 0.403,-0.224 0.563,-0.382c0.159,-0.159 0.291,-0.339 0.395,-0.543c0.104,-0.204 0.178,-0.412 0.222,-0.626l0.664,0c-0.062,0.316 -0.163,0.613 -0.304,0.89c-0.14,0.276 -0.318,0.517 -0.534,0.723c-0.215,0.205 -0.467,0.366 -0.755,0.485c-0.289,0.119 -0.613,0.178 -0.974,0.178c-0.419,0 -0.797,-0.075 -1.136,-0.226c-0.338,-0.151 -0.627,-0.369 -0.866,-0.655c-0.238,-0.286 -0.422,-0.635 -0.551,-1.048c-0.129,-0.413 -0.193,-0.88 -0.193,-1.402c0,-0.404 0.061,-0.793 0.184,-1.167c0.123,-0.373 0.301,-0.704 0.534,-0.993c0.233,-0.288 0.519,-0.518 0.857,-0.69c0.338,-0.171 0.724,-0.257 1.158,-0.257c0.363,0 0.688,0.048 0.976,0.145c0.287,0.097 0.536,0.231 0.749,0.402c0.212,0.172 0.39,0.375 0.534,0.611c0.143,0.236 0.255,0.494 0.334,0.776l-0.69,0c-0.161,-0.46 -0.396,-0.802 -0.706,-1.026c-0.309,-0.225 -0.708,-0.337 -1.197,-0.337c-0.305,0 -0.585,0.068 -0.839,0.203c-0.255,0.134 -0.475,0.317 -0.66,0.549c-0.184,0.231 -0.328,0.501 -0.43,0.808c-0.103,0.308 -0.154,0.635 -0.154,0.98Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M26.075,37.406c0,0.469 0.061,0.876 0.182,1.22c0.122,0.344 0.282,0.63 0.479,0.857c0.198,0.227 0.422,0.395 0.673,0.505c0.25,0.11 0.504,0.165 0.762,0.165c0.267,0 0.508,-0.048 0.723,-0.145c0.215,-0.097 0.403,-0.224 0.563,-0.382c0.159,-0.159 0.291,-0.339 0.395,-0.543c0.104,-0.204 0.178,-0.412 0.222,-0.626l0.664,0c-0.062,0.316 -0.163,0.613 -0.304,0.89c-0.14,0.276 -0.318,0.517 -0.534,0.723c-0.215,0.205 -0.467,0.366 -0.755,0.485c-0.289,0.119 -0.613,0.178 -0.974,0.178c-0.419,0 -0.797,-0.075 -1.136,-0.226c-0.338,-0.151 -0.627,-0.369 -0.866,-0.655c-0.238,-0.286 -0.422,-0.635 -0.551,-1.048c-0.129,-0.413 -0.193,-0.88 -0.193,-1.402c0,-0.404 0.061,-0.793 0.184,-1.167c0.123,-0.373 0.301,-0.704 0.534,-0.993c0.233,-0.288 0.519,-0.518 0.857,-0.69c0.338,-0.171 0.724,-0.257 1.158,-0.257c0.363,0 0.688,0.048 0.976,0.145c0.287,0.097 0.536,0.231 0.749,0.402c0.212,0.172 0.39,0.375 0.534,0.611c0.143,0.236 0.255,0.494 0.334,0.776l-0.69,0c-0.161,-0.46 -0.396,-0.802 -0.706,-1.026c-0.309,-0.225 -0.708,-0.337 -1.197,-0.337c-0.305,0 -0.585,0.068 -0.839,0.203c-0.255,0.134 -0.475,0.317 -0.66,0.549c-0.184,0.231 -0.328,0.501 -0.43,0.808c-0.103,0.308 -0.154,0.635 -0.154,0.98Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M38.199,34.449l0,0.593l-3.339,0l0,2.074l2.9,0l0,0.594l-2.9,0l0,2.869l-0.651,0l0,-6.13l3.99,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M38.199,34.449l0,0.593l-3.339,0l0,2.074l2.9,0l0,0.594l-2.9,0l0,2.869l-0.651,0l0,-6.13l3.99,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
@@ -296,28 +296,32 @@
<path d="M51.352,34.449l2.272,0c0.27,0 0.522,0.037 0.758,0.11c0.236,0.073 0.452,0.176 0.649,0.31c0.196,0.133 0.37,0.293 0.522,0.481c0.153,0.187 0.282,0.394 0.387,0.619c0.106,0.226 0.186,0.468 0.242,0.728c0.056,0.259 0.083,0.528 0.083,0.806c0,0.437 -0.064,0.842 -0.193,1.215c-0.129,0.374 -0.31,0.699 -0.543,0.976c-0.233,0.277 -0.511,0.493 -0.835,0.65c-0.323,0.157 -0.68,0.235 -1.07,0.235l-2.272,0l0,-6.13Zm0.651,5.537l1.362,0c0.322,0 0.621,-0.056 0.896,-0.167c0.276,-0.111 0.514,-0.272 0.715,-0.483c0.2,-0.211 0.357,-0.47 0.47,-0.776c0.113,-0.306 0.169,-0.654 0.169,-1.044c0,-0.425 -0.057,-0.793 -0.171,-1.105c-0.115,-0.312 -0.273,-0.569 -0.475,-0.771c-0.202,-0.202 -0.44,-0.352 -0.714,-0.451c-0.274,-0.098 -0.571,-0.147 -0.89,-0.147l-1.362,0l0,4.944Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M51.352,34.449l2.272,0c0.27,0 0.522,0.037 0.758,0.11c0.236,0.073 0.452,0.176 0.649,0.31c0.196,0.133 0.37,0.293 0.522,0.481c0.153,0.187 0.282,0.394 0.387,0.619c0.106,0.226 0.186,0.468 0.242,0.728c0.056,0.259 0.083,0.528 0.083,0.806c0,0.437 -0.064,0.842 -0.193,1.215c-0.129,0.374 -0.31,0.699 -0.543,0.976c-0.233,0.277 -0.511,0.493 -0.835,0.65c-0.323,0.157 -0.68,0.235 -1.07,0.235l-2.272,0l0,-6.13Zm0.651,5.537l1.362,0c0.322,0 0.621,-0.056 0.896,-0.167c0.276,-0.111 0.514,-0.272 0.715,-0.483c0.2,-0.211 0.357,-0.47 0.47,-0.776c0.113,-0.306 0.169,-0.654 0.169,-1.044c0,-0.425 -0.057,-0.793 -0.171,-1.105c-0.115,-0.312 -0.273,-0.569 -0.475,-0.771c-0.202,-0.202 -0.44,-0.352 -0.714,-0.451c-0.274,-0.098 -0.571,-0.147 -0.89,-0.147l-1.362,0l0,4.944Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M61.759,34.449l0,0.593l-3.437,0l0,2.074l3.234,0l0,0.594l-3.234,0l0,2.276l3.59,0l0,0.593l-4.24,0l0,-6.13l4.087,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M61.759,34.449l0,0.593l-3.437,0l0,2.074l3.234,0l0,0.594l-3.234,0l0,2.276l3.59,0l0,0.593l-4.24,0l0,-6.13l4.087,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M67.797,36.194c0,0.152 -0.019,0.301 -0.055,0.448c-0.037,0.146 -0.091,0.285 -0.163,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.159,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.238,0.29c0.057,0.11 0.096,0.23 0.118,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.037,0.124 0.083,0.238 0.139,0.34l-0.708,0c-0.029,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.029,-0.122 -0.037,-0.187c-0.009,-0.064 -0.015,-0.127 -0.018,-0.187c-0.003,-0.06 -0.004,-0.112 -0.004,-0.156l0,-0.975c0,-0.117 -0.02,-0.234 -0.06,-0.35c-0.039,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.317,-0.084 -0.522,-0.084l-1.855,0l0,2.628l-0.65,0l0,-6.13l2.505,0c0.298,0 0.563,0.052 0.793,0.156c0.23,0.104 0.423,0.239 0.58,0.404c0.157,0.166 0.275,0.353 0.356,0.561c0.08,0.208 0.121,0.416 0.121,0.624Zm-3.705,1.182l1.855,0c0.161,0 0.313,-0.031 0.457,-0.093c0.143,-0.061 0.27,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.261,-0.377c0.065,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.251,-0.363c-0.107,-0.102 -0.233,-0.182 -0.38,-0.239c-0.146,-0.057 -0.305,-0.086 -0.474,-0.086l-1.855,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/> <path d="M67.797,36.194c0,0.152 -0.019,0.301 -0.055,0.448c-0.037,0.146 -0.091,0.285 -0.163,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.159,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.238,0.29c0.057,0.11 0.096,0.23 0.118,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.037,0.124 0.083,0.238 0.139,0.34l-0.708,0c-0.029,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.029,-0.122 -0.037,-0.187c-0.009,-0.064 -0.015,-0.127 -0.018,-0.187c-0.003,-0.06 -0.004,-0.112 -0.004,-0.156l0,-0.975c0,-0.117 -0.02,-0.234 -0.06,-0.35c-0.039,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.317,-0.084 -0.522,-0.084l-1.855,0l0,2.628l-0.65,0l0,-6.13l2.505,0c0.298,0 0.563,0.052 0.793,0.156c0.23,0.104 0.423,0.239 0.58,0.404c0.157,0.166 0.275,0.353 0.356,0.561c0.08,0.208 0.121,0.416 0.121,0.624Zm-3.705,1.182l1.855,0c0.161,0 0.313,-0.031 0.457,-0.093c0.143,-0.061 0.27,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.261,-0.377c0.065,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.251,-0.363c-0.107,-0.102 -0.233,-0.182 -0.38,-0.239c-0.146,-0.057 -0.305,-0.086 -0.474,-0.086l-1.855,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="73.448" y="33.557" width="0.523" height="8.24" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M79.912,38.663c0.015,0.22 0.065,0.421 0.15,0.605c0.085,0.183 0.198,0.342 0.338,0.476c0.141,0.135 0.307,0.24 0.499,0.315c0.192,0.074 0.402,0.112 0.631,0.112c0.205,0 0.401,-0.023 0.588,-0.069c0.188,-0.045 0.353,-0.117 0.497,-0.215c0.144,-0.098 0.258,-0.225 0.343,-0.382c0.085,-0.157 0.127,-0.347 0.127,-0.569c0,-0.182 -0.046,-0.336 -0.138,-0.464c-0.093,-0.127 -0.214,-0.237 -0.365,-0.329c-0.151,-0.093 -0.322,-0.173 -0.514,-0.24c-0.192,-0.067 -0.386,-0.13 -0.582,-0.189c-0.164,-0.047 -0.329,-0.098 -0.495,-0.154c-0.165,-0.055 -0.325,-0.118 -0.479,-0.189c-0.154,-0.07 -0.297,-0.151 -0.43,-0.241c-0.134,-0.091 -0.249,-0.198 -0.348,-0.321c-0.098,-0.123 -0.175,-0.263 -0.233,-0.42c-0.057,-0.157 -0.085,-0.338 -0.085,-0.543c0,-0.255 0.05,-0.479 0.149,-0.674c0.1,-0.195 0.24,-0.358 0.42,-0.49c0.18,-0.132 0.395,-0.232 0.646,-0.301c0.25,-0.069 0.525,-0.103 0.824,-0.103c0.266,0 0.502,0.026 0.707,0.079c0.205,0.052 0.384,0.124 0.536,0.215c0.153,0.091 0.282,0.197 0.387,0.319c0.106,0.121 0.192,0.249 0.259,0.384c0.068,0.135 0.118,0.274 0.15,0.418c0.032,0.143 0.053,0.281 0.061,0.413l-0.668,0c-0.017,-0.205 -0.066,-0.386 -0.147,-0.541c-0.08,-0.155 -0.184,-0.286 -0.312,-0.391c-0.127,-0.105 -0.274,-0.185 -0.441,-0.237c-0.167,-0.053 -0.345,-0.079 -0.532,-0.079c-0.173,0 -0.342,0.017 -0.508,0.052c-0.165,0.035 -0.313,0.092 -0.444,0.17c-0.13,0.077 -0.235,0.179 -0.316,0.305c-0.081,0.126 -0.121,0.28 -0.121,0.461c0,0.188 0.046,0.347 0.136,0.477c0.091,0.131 0.213,0.243 0.365,0.336c0.152,0.094 0.326,0.175 0.521,0.242c0.195,0.067 0.396,0.133 0.604,0.198c0.164,0.053 0.329,0.106 0.495,0.16c0.165,0.054 0.324,0.117 0.476,0.187c0.153,0.07 0.294,0.15 0.424,0.239c0.131,0.09 0.244,0.194 0.339,0.312c0.095,0.119 0.17,0.255 0.226,0.409c0.056,0.154 0.084,0.331 0.084,0.53c0,0.299 -0.055,0.561 -0.165,0.789c-0.11,0.227 -0.263,0.416 -0.459,0.569c-0.197,0.152 -0.43,0.267 -0.699,0.345c-0.27,0.077 -0.564,0.116 -0.883,0.116c-0.288,0 -0.567,-0.049 -0.84,-0.147c-0.272,-0.098 -0.515,-0.237 -0.727,-0.418c-0.213,-0.18 -0.384,-0.399 -0.514,-0.657c-0.131,-0.257 -0.2,-0.547 -0.209,-0.87l0.672,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M85.797,34.449l0,2.667l3.335,0l0,-2.667l0.65,0l0,6.13l-0.65,0l0,-2.883l-3.335,0l0,2.883l-0.651,0l0,-6.13l0.651,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M94.353,34.449l2.228,6.13l-0.677,0l-0.707,-1.951l-2.606,0l-0.708,1.951l-0.672,0l2.245,-6.13l0.897,0Zm-0.457,0.606l-1.125,3.081l2.245,0l-1.12,-3.081Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M97.996,34.449l2.32,0c0.299,0 0.563,0.052 0.791,0.156c0.229,0.104 0.421,0.239 0.576,0.404c0.155,0.166 0.273,0.353 0.354,0.561c0.08,0.208 0.12,0.416 0.12,0.624c0,0.222 -0.04,0.439 -0.12,0.65c-0.081,0.211 -0.2,0.398 -0.356,0.562c-0.157,0.164 -0.35,0.296 -0.578,0.396c-0.229,0.1 -0.491,0.149 -0.787,0.149l-1.67,0l0,2.628l-0.65,0l0,-6.13Zm0.65,2.927l1.67,0c0.158,0 0.309,-0.031 0.453,-0.093c0.143,-0.061 0.27,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.261,-0.377c0.065,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.25,-0.363c-0.107,-0.102 -0.233,-0.182 -0.378,-0.239c-0.145,-0.057 -0.303,-0.086 -0.473,-0.086l-1.67,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M107.655,34.449l0,0.593l-3.436,0l0,2.074l3.234,0l0,0.594l-3.234,0l0,2.276l3.59,0l0,0.593l-4.241,0l0,-6.13l4.087,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M113.693,36.194c0,0.152 -0.018,0.301 -0.055,0.448c-0.036,0.146 -0.091,0.285 -0.162,0.415c-0.072,0.13 -0.162,0.25 -0.271,0.358c-0.108,0.109 -0.233,0.202 -0.373,0.281c0.158,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.237,0.29c0.057,0.11 0.097,0.23 0.119,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.036,0.124 0.082,0.238 0.138,0.34l-0.708,0c-0.029,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.028,-0.122 -0.037,-0.187c-0.009,-0.064 -0.015,-0.127 -0.018,-0.187c-0.003,-0.06 -0.004,-0.112 -0.004,-0.156l0,-0.975c0,-0.117 -0.02,-0.234 -0.059,-0.35c-0.04,-0.115 -0.104,-0.219 -0.194,-0.309c-0.089,-0.091 -0.205,-0.164 -0.349,-0.22c-0.144,-0.056 -0.318,-0.084 -0.523,-0.084l-1.854,0l0,2.628l-0.651,0l0,-6.13l2.505,0c0.299,0 0.563,0.052 0.793,0.156c0.23,0.104 0.424,0.239 0.58,0.404c0.157,0.166 0.276,0.353 0.356,0.561c0.081,0.208 0.121,0.416 0.121,0.624Zm-3.704,1.182l1.854,0c0.161,0 0.314,-0.031 0.457,-0.093c0.144,-0.061 0.27,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.262,-0.377c0.064,-0.144 0.096,-0.299 0.096,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.143,-0.26 -0.25,-0.363c-0.107,-0.102 -0.234,-0.182 -0.38,-0.239c-0.147,-0.057 -0.305,-0.086 -0.475,-0.086l-1.854,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="119.344" y="33.557" width="0.523" height="8.24" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M125.554,34.449l2.272,0c0.269,0 0.522,0.037 0.758,0.11c0.236,0.073 0.452,0.176 0.648,0.31c0.196,0.133 0.371,0.293 0.523,0.481c0.152,0.187 0.281,0.394 0.387,0.619c0.105,0.226 0.186,0.468 0.242,0.728c0.055,0.259 0.083,0.528 0.083,0.806c0,0.437 -0.064,0.842 -0.193,1.215c-0.129,0.374 -0.31,0.699 -0.543,0.976c-0.233,0.277 -0.511,0.493 -0.835,0.65c-0.324,0.157 -0.68,0.235 -1.07,0.235l-2.272,0l0,-6.13Zm0.65,5.537l1.363,0c0.322,0 0.621,-0.056 0.896,-0.167c0.276,-0.111 0.514,-0.272 0.714,-0.483c0.201,-0.211 0.358,-0.47 0.47,-0.776c0.113,-0.306 0.17,-0.654 0.17,-1.044c0,-0.425 -0.057,-0.793 -0.172,-1.105c-0.114,-0.312 -0.272,-0.569 -0.474,-0.771c-0.202,-0.202 -0.441,-0.352 -0.714,-0.451c-0.274,-0.098 -0.571,-0.147 -0.89,-0.147l-1.363,0l0,4.944Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M135.96,34.449l0,0.593l-3.436,0l0,2.074l3.234,0l0,0.594l-3.234,0l0,2.276l3.59,0l0,0.593l-4.241,0l0,-6.13l4.087,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M137.898,38.663c0.015,0.22 0.065,0.421 0.15,0.605c0.085,0.183 0.197,0.342 0.338,0.476c0.141,0.135 0.307,0.24 0.499,0.315c0.192,0.074 0.402,0.112 0.63,0.112c0.205,0 0.402,-0.023 0.589,-0.069c0.188,-0.045 0.353,-0.117 0.497,-0.215c0.143,-0.098 0.258,-0.225 0.343,-0.382c0.085,-0.157 0.127,-0.347 0.127,-0.569c0,-0.182 -0.046,-0.336 -0.138,-0.464c-0.093,-0.127 -0.214,-0.237 -0.365,-0.329c-0.151,-0.093 -0.322,-0.173 -0.514,-0.24c-0.192,-0.067 -0.386,-0.13 -0.583,-0.189c-0.164,-0.047 -0.328,-0.098 -0.494,-0.154c-0.165,-0.055 -0.325,-0.118 -0.479,-0.189c-0.154,-0.07 -0.297,-0.151 -0.431,-0.241c-0.133,-0.091 -0.249,-0.198 -0.347,-0.321c-0.098,-0.123 -0.176,-0.263 -0.233,-0.42c-0.057,-0.157 -0.085,-0.338 -0.085,-0.543c0,-0.255 0.049,-0.479 0.149,-0.674c0.1,-0.195 0.24,-0.358 0.42,-0.49c0.18,-0.132 0.395,-0.232 0.646,-0.301c0.25,-0.069 0.525,-0.103 0.824,-0.103c0.266,0 0.502,0.026 0.707,0.079c0.205,0.052 0.384,0.124 0.536,0.215c0.153,0.091 0.282,0.197 0.387,0.319c0.106,0.121 0.192,0.249 0.259,0.384c0.068,0.135 0.118,0.274 0.15,0.418c0.032,0.143 0.052,0.281 0.061,0.413l-0.668,0c-0.017,-0.205 -0.066,-0.386 -0.147,-0.541c-0.08,-0.155 -0.184,-0.286 -0.312,-0.391c-0.127,-0.105 -0.275,-0.185 -0.442,-0.237c-0.167,-0.053 -0.344,-0.079 -0.531,-0.079c-0.173,0 -0.342,0.017 -0.508,0.052c-0.165,0.035 -0.313,0.092 -0.444,0.17c-0.13,0.077 -0.236,0.179 -0.316,0.305c-0.081,0.126 -0.121,0.28 -0.121,0.461c0,0.188 0.045,0.347 0.136,0.477c0.091,0.131 0.213,0.243 0.365,0.336c0.152,0.094 0.326,0.175 0.521,0.242c0.195,0.067 0.396,0.133 0.604,0.198c0.164,0.053 0.329,0.106 0.494,0.16c0.166,0.054 0.325,0.117 0.477,0.187c0.153,0.07 0.294,0.15 0.424,0.239c0.131,0.09 0.243,0.194 0.339,0.312c0.095,0.119 0.17,0.255 0.226,0.409c0.056,0.154 0.083,0.331 0.083,0.53c0,0.299 -0.054,0.561 -0.164,0.789c-0.11,0.227 -0.263,0.416 -0.46,0.569c-0.196,0.152 -0.429,0.267 -0.698,0.345c-0.27,0.077 -0.564,0.116 -0.884,0.116c-0.287,0 -0.567,-0.049 -0.839,-0.147c-0.272,-0.098 -0.515,-0.237 -0.727,-0.418c-0.213,-0.18 -0.384,-0.399 -0.514,-0.657c-0.131,-0.257 -0.2,-0.547 -0.209,-0.87l0.672,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M147.434,34.449l0,0.593l-2.03,0l0,5.537l-0.65,0l0,-5.537l-2.026,0l0,-0.593l4.706,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M153.138,36.194c0,0.152 -0.018,0.301 -0.054,0.448c-0.037,0.146 -0.091,0.285 -0.163,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.158,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.237,0.29c0.057,0.11 0.097,0.23 0.119,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.036,0.124 0.083,0.238 0.138,0.34l-0.707,0c-0.03,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.029,-0.122 -0.038,-0.187c-0.008,-0.064 -0.014,-0.127 -0.017,-0.187c-0.003,-0.06 -0.005,-0.112 -0.005,-0.156l0,-0.975c0,-0.117 -0.019,-0.234 -0.059,-0.35c-0.04,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.318,-0.084 -0.523,-0.084l-1.854,0l0,2.628l-0.651,0l0,-6.13l2.505,0c0.299,0 0.564,0.052 0.794,0.156c0.23,0.104 0.423,0.239 0.58,0.404c0.156,0.166 0.275,0.353 0.356,0.561c0.08,0.208 0.12,0.416 0.12,0.624Zm-3.704,1.182l1.854,0c0.161,0 0.314,-0.031 0.457,-0.093c0.144,-0.061 0.271,-0.146 0.38,-0.255c0.11,-0.108 0.198,-0.234 0.262,-0.377c0.064,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.251,-0.363c-0.107,-0.102 -0.234,-0.182 -0.38,-0.239c-0.147,-0.057 -0.305,-0.086 -0.475,-0.086l-1.854,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M155.516,34.449l0,4.131c0,0.249 0.046,0.472 0.138,0.67c0.093,0.198 0.213,0.365 0.361,0.503c0.148,0.138 0.315,0.243 0.501,0.317c0.186,0.073 0.374,0.109 0.564,0.109c0.2,0 0.399,-0.033 0.6,-0.101c0.201,-0.067 0.381,-0.167 0.541,-0.299c0.159,-0.131 0.29,-0.296 0.391,-0.494c0.101,-0.198 0.151,-0.427 0.151,-0.688l0,-4.148l0.651,0l0,4.104c0,0.238 -0.032,0.457 -0.095,0.657c-0.063,0.201 -0.15,0.383 -0.261,0.547c-0.111,0.165 -0.242,0.309 -0.391,0.433c-0.15,0.125 -0.311,0.23 -0.484,0.315c-0.172,0.085 -0.352,0.148 -0.538,0.191c-0.186,0.042 -0.371,0.063 -0.556,0.063c-0.176,0 -0.353,-0.021 -0.532,-0.063c-0.178,-0.043 -0.35,-0.106 -0.514,-0.189c-0.164,-0.084 -0.318,-0.188 -0.461,-0.312c-0.144,-0.125 -0.268,-0.269 -0.374,-0.433c-0.105,-0.164 -0.189,-0.349 -0.25,-0.554c-0.062,-0.205 -0.093,-0.429 -0.093,-0.672l0,-4.087l0.651,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M161.475,37.406c0,0.469 0.061,0.876 0.182,1.22c0.122,0.344 0.281,0.63 0.479,0.857c0.198,0.227 0.422,0.395 0.673,0.505c0.25,0.11 0.504,0.165 0.762,0.165c0.267,0 0.508,-0.048 0.723,-0.145c0.215,-0.097 0.403,-0.224 0.562,-0.382c0.16,-0.159 0.292,-0.339 0.396,-0.543c0.104,-0.204 0.178,-0.412 0.222,-0.626l0.663,0c-0.061,0.316 -0.162,0.613 -0.303,0.89c-0.14,0.276 -0.318,0.517 -0.534,0.723c-0.215,0.205 -0.467,0.366 -0.756,0.485c-0.288,0.119 -0.613,0.178 -0.973,0.178c-0.419,0 -0.798,-0.075 -1.136,-0.226c-0.338,-0.151 -0.627,-0.369 -0.866,-0.655c-0.238,-0.286 -0.422,-0.635 -0.551,-1.048c-0.129,-0.413 -0.194,-0.88 -0.194,-1.402c0,-0.404 0.062,-0.793 0.185,-1.167c0.123,-0.373 0.301,-0.704 0.534,-0.993c0.233,-0.288 0.519,-0.518 0.857,-0.69c0.338,-0.171 0.724,-0.257 1.158,-0.257c0.363,0 0.688,0.048 0.975,0.145c0.288,0.097 0.537,0.231 0.75,0.402c0.212,0.172 0.39,0.375 0.534,0.611c0.143,0.236 0.255,0.494 0.334,0.776l-0.69,0c-0.161,-0.46 -0.397,-0.802 -0.706,-1.026c-0.309,-0.225 -0.708,-0.337 -1.197,-0.337c-0.305,0 -0.585,0.068 -0.839,0.203c-0.255,0.134 -0.475,0.317 -0.66,0.549c-0.184,0.231 -0.328,0.501 -0.43,0.808c-0.103,0.308 -0.154,0.635 -0.154,0.98Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M171.859,34.449l0,0.593l-2.03,0l0,5.537l-0.651,0l0,-5.537l-2.025,0l0,-0.593l4.706,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M178.354,37.507c0,0.472 -0.061,0.906 -0.182,1.301c-0.122,0.396 -0.3,0.736 -0.534,1.022c-0.234,0.286 -0.522,0.508 -0.864,0.666c-0.341,0.158 -0.731,0.237 -1.171,0.237c-0.439,0 -0.83,-0.079 -1.171,-0.237c-0.341,-0.158 -0.628,-0.38 -0.861,-0.666c-0.233,-0.286 -0.41,-0.626 -0.532,-1.022c-0.122,-0.395 -0.182,-0.829 -0.182,-1.301c0,-0.468 0.06,-0.9 0.182,-1.294c0.122,-0.394 0.299,-0.733 0.532,-1.017c0.233,-0.284 0.52,-0.505 0.861,-0.664c0.341,-0.158 0.732,-0.237 1.171,-0.237c0.44,0 0.83,0.079 1.171,0.237c0.342,0.159 0.63,0.38 0.864,0.664c0.234,0.284 0.412,0.623 0.534,1.017c0.121,0.394 0.182,0.826 0.182,1.294Zm-0.655,0c0,-0.413 -0.054,-0.782 -0.162,-1.109c-0.109,-0.327 -0.257,-0.604 -0.446,-0.831c-0.189,-0.227 -0.411,-0.4 -0.666,-0.518c-0.255,-0.119 -0.529,-0.178 -0.822,-0.178c-0.296,0 -0.571,0.059 -0.826,0.178c-0.255,0.118 -0.476,0.291 -0.663,0.518c-0.188,0.227 -0.335,0.504 -0.442,0.831c-0.107,0.327 -0.161,0.696 -0.161,1.109c0,0.414 0.054,0.784 0.161,1.112c0.107,0.328 0.254,0.606 0.442,0.833c0.187,0.227 0.408,0.401 0.663,0.521c0.255,0.12 0.53,0.18 0.826,0.18c0.293,0 0.567,-0.06 0.822,-0.18c0.255,-0.12 0.477,-0.294 0.666,-0.521c0.189,-0.227 0.337,-0.505 0.446,-0.833c0.108,-0.328 0.162,-0.698 0.162,-1.112Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M184.115,36.194c0,0.152 -0.018,0.301 -0.054,0.448c-0.037,0.146 -0.091,0.285 -0.163,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.158,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.237,0.29c0.058,0.11 0.097,0.23 0.119,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.037,0.124 0.083,0.238 0.138,0.34l-0.707,0c-0.029,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.029,-0.122 -0.038,-0.187c-0.008,-0.064 -0.014,-0.127 -0.017,-0.187c-0.003,-0.06 -0.005,-0.112 -0.005,-0.156l0,-0.975c0,-0.117 -0.019,-0.234 -0.059,-0.35c-0.039,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.318,-0.084 -0.523,-0.084l-1.854,0l0,2.628l-0.65,0l0,-6.13l2.504,0c0.299,0 0.564,0.052 0.794,0.156c0.23,0.104 0.423,0.239 0.58,0.404c0.156,0.166 0.275,0.353 0.356,0.561c0.08,0.208 0.12,0.416 0.12,0.624Zm-3.704,1.182l1.854,0c0.162,0 0.314,-0.031 0.457,-0.093c0.144,-0.061 0.271,-0.146 0.381,-0.255c0.109,-0.108 0.197,-0.234 0.261,-0.377c0.064,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.251,-0.363c-0.107,-0.102 -0.234,-0.182 -0.38,-0.239c-0.146,-0.057 -0.305,-0.086 -0.475,-0.086l-1.854,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M80.04,38.663c0.014,0.22 0.064,0.421 0.149,0.605c0.085,0.183 0.198,0.342 0.339,0.476c0.14,0.135 0.306,0.24 0.498,0.315c0.192,0.074 0.402,0.112 0.631,0.112c0.205,0 0.401,-0.023 0.589,-0.069c0.187,-0.045 0.353,-0.117 0.496,-0.215c0.144,-0.098 0.258,-0.225 0.343,-0.382c0.085,-0.157 0.128,-0.347 0.128,-0.569c0,-0.182 -0.046,-0.336 -0.139,-0.464c-0.092,-0.127 -0.214,-0.237 -0.365,-0.329c-0.15,-0.093 -0.322,-0.173 -0.514,-0.24c-0.192,-0.067 -0.386,-0.13 -0.582,-0.189c-0.164,-0.047 -0.329,-0.098 -0.494,-0.154c-0.166,-0.055 -0.326,-0.118 -0.479,-0.189c-0.154,-0.07 -0.298,-0.151 -0.431,-0.241c-0.133,-0.091 -0.249,-0.198 -0.347,-0.321c-0.098,-0.123 -0.176,-0.263 -0.233,-0.42c-0.057,-0.157 -0.086,-0.338 -0.086,-0.543c0,-0.255 0.05,-0.479 0.15,-0.674c0.099,-0.195 0.239,-0.358 0.419,-0.49c0.18,-0.132 0.396,-0.232 0.646,-0.301c0.251,-0.069 0.525,-0.103 0.824,-0.103c0.267,0 0.503,0.026 0.708,0.079c0.205,0.052 0.384,0.124 0.536,0.215c0.152,0.091 0.281,0.197 0.387,0.319c0.105,0.121 0.192,0.249 0.259,0.384c0.067,0.135 0.117,0.274 0.149,0.418c0.033,0.143 0.053,0.281 0.062,0.413l-0.668,0c-0.018,-0.205 -0.067,-0.386 -0.147,-0.541c-0.081,-0.155 -0.185,-0.286 -0.312,-0.391c-0.128,-0.105 -0.275,-0.185 -0.442,-0.237c-0.167,-0.053 -0.344,-0.079 -0.532,-0.079c-0.173,0 -0.342,0.017 -0.507,0.052c-0.166,0.035 -0.314,0.092 -0.444,0.17c-0.131,0.077 -0.236,0.179 -0.317,0.305c-0.08,0.126 -0.12,0.28 -0.12,0.461c0,0.188 0.045,0.347 0.136,0.477c0.091,0.131 0.212,0.243 0.365,0.336c0.152,0.094 0.326,0.175 0.52,0.242c0.195,0.067 0.397,0.133 0.605,0.198c0.164,0.053 0.328,0.106 0.494,0.16c0.165,0.054 0.324,0.117 0.477,0.187c0.152,0.07 0.293,0.15 0.424,0.239c0.13,0.09 0.243,0.194 0.338,0.312c0.095,0.119 0.171,0.255 0.227,0.409c0.055,0.154 0.083,0.331 0.083,0.53c0,0.299 -0.055,0.561 -0.165,0.789c-0.11,0.227 -0.263,0.416 -0.459,0.569c-0.196,0.152 -0.429,0.267 -0.699,0.345c-0.269,0.077 -0.564,0.116 -0.883,0.116c-0.287,0 -0.567,-0.049 -0.839,-0.147c-0.273,-0.098 -0.515,-0.237 -0.728,-0.418c-0.212,-0.18 -0.383,-0.399 -0.514,-0.657c-0.13,-0.257 -0.2,-0.547 -0.209,-0.87l0.673,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M85.924,34.449l0,2.667l3.336,0l0,-2.667l0.65,0l0,6.13l-0.65,0l0,-2.883l-3.336,0l0,2.883l-0.65,0l0,-6.13l0.65,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M94.48,34.449l2.228,6.13l-0.676,0l-0.708,-1.951l-2.606,0l-0.707,1.951l-0.673,0l2.246,-6.13l0.896,0Zm-0.457,0.606l-1.125,3.081l2.246,0l-1.121,-3.081Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M98.123,34.449l2.321,0c0.298,0 0.562,0.052 0.791,0.156c0.228,0.104 0.42,0.239 0.575,0.404c0.156,0.166 0.274,0.353 0.354,0.561c0.081,0.208 0.121,0.416 0.121,0.624c0,0.222 -0.04,0.439 -0.121,0.65c-0.08,0.211 -0.199,0.398 -0.356,0.562c-0.157,0.164 -0.349,0.296 -0.578,0.396c-0.228,0.1 -0.49,0.149 -0.786,0.149l-1.67,0l0,2.628l-0.651,0l0,-6.13Zm0.651,2.927l1.67,0c0.158,0 0.309,-0.031 0.452,-0.093c0.144,-0.061 0.271,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.262,-0.377c0.064,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.031,-0.316 -0.091,-0.455c-0.06,-0.139 -0.143,-0.26 -0.25,-0.363c-0.107,-0.102 -0.233,-0.182 -0.378,-0.239c-0.145,-0.057 -0.302,-0.086 -0.472,-0.086l-1.67,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M107.782,34.449l0,0.593l-3.436,0l0,2.074l3.234,0l0,0.594l-3.234,0l0,2.276l3.59,0l0,0.593l-4.24,0l0,-6.13l4.086,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M113.821,36.194c0,0.152 -0.019,0.301 -0.055,0.448c-0.037,0.146 -0.091,0.285 -0.163,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.158,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.237,0.29c0.058,0.11 0.097,0.23 0.119,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.037,0.124 0.083,0.238 0.138,0.34l-0.707,0c-0.029,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.029,-0.122 -0.038,-0.187c-0.008,-0.064 -0.014,-0.127 -0.017,-0.187c-0.003,-0.06 -0.005,-0.112 -0.005,-0.156l0,-0.975c0,-0.117 -0.019,-0.234 -0.059,-0.35c-0.039,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.317,-0.084 -0.523,-0.084l-1.854,0l0,2.628l-0.65,0l0,-6.13l2.504,0c0.299,0 0.564,0.052 0.794,0.156c0.23,0.104 0.423,0.239 0.58,0.404c0.156,0.166 0.275,0.353 0.356,0.561c0.08,0.208 0.121,0.416 0.121,0.624Zm-3.705,1.182l1.854,0c0.162,0 0.314,-0.031 0.457,-0.093c0.144,-0.061 0.271,-0.146 0.381,-0.255c0.109,-0.108 0.197,-0.234 0.261,-0.377c0.065,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.251,-0.363c-0.107,-0.102 -0.233,-0.182 -0.38,-0.239c-0.146,-0.057 -0.305,-0.086 -0.475,-0.086l-1.854,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M125.809,34.449l2.272,0c0.269,0 0.522,0.037 0.758,0.11c0.236,0.073 0.452,0.176 0.648,0.31c0.196,0.133 0.371,0.293 0.523,0.481c0.152,0.187 0.281,0.394 0.387,0.619c0.105,0.226 0.186,0.468 0.241,0.728c0.056,0.259 0.084,0.528 0.084,0.806c0,0.437 -0.065,0.842 -0.193,1.215c-0.129,0.374 -0.31,0.699 -0.543,0.976c-0.233,0.277 -0.511,0.493 -0.835,0.65c-0.324,0.157 -0.681,0.235 -1.07,0.235l-2.272,0l0,-6.13Zm0.65,5.537l1.363,0c0.322,0 0.621,-0.056 0.896,-0.167c0.275,-0.111 0.513,-0.272 0.714,-0.483c0.201,-0.211 0.358,-0.47 0.47,-0.776c0.113,-0.306 0.17,-0.654 0.17,-1.044c0,-0.425 -0.058,-0.793 -0.172,-1.105c-0.114,-0.312 -0.272,-0.569 -0.474,-0.771c-0.203,-0.202 -0.441,-0.352 -0.715,-0.451c-0.273,-0.098 -0.57,-0.147 -0.889,-0.147l-1.363,0l0,4.944Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M136.215,34.449l0,0.593l-3.436,0l0,2.074l3.234,0l0,0.594l-3.234,0l0,2.276l3.59,0l0,0.593l-4.241,0l0,-6.13l4.087,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M138.153,38.663c0.015,0.22 0.065,0.421 0.149,0.605c0.085,0.183 0.198,0.342 0.339,0.476c0.141,0.135 0.307,0.24 0.499,0.315c0.192,0.074 0.402,0.112 0.63,0.112c0.205,0 0.402,-0.023 0.589,-0.069c0.188,-0.045 0.353,-0.117 0.497,-0.215c0.143,-0.098 0.258,-0.225 0.342,-0.382c0.085,-0.157 0.128,-0.347 0.128,-0.569c0,-0.182 -0.046,-0.336 -0.138,-0.464c-0.093,-0.127 -0.214,-0.237 -0.365,-0.329c-0.151,-0.093 -0.323,-0.173 -0.514,-0.24c-0.192,-0.067 -0.386,-0.13 -0.583,-0.189c-0.164,-0.047 -0.329,-0.098 -0.494,-0.154c-0.166,-0.055 -0.325,-0.118 -0.479,-0.189c-0.154,-0.07 -0.297,-0.151 -0.431,-0.241c-0.133,-0.091 -0.249,-0.198 -0.347,-0.321c-0.098,-0.123 -0.176,-0.263 -0.233,-0.42c-0.057,-0.157 -0.085,-0.338 -0.085,-0.543c0,-0.255 0.049,-0.479 0.149,-0.674c0.1,-0.195 0.239,-0.358 0.42,-0.49c0.18,-0.132 0.395,-0.232 0.646,-0.301c0.25,-0.069 0.525,-0.103 0.824,-0.103c0.266,0 0.502,0.026 0.707,0.079c0.205,0.052 0.384,0.124 0.536,0.215c0.153,0.091 0.281,0.197 0.387,0.319c0.105,0.121 0.192,0.249 0.259,0.384c0.068,0.135 0.117,0.274 0.15,0.418c0.032,0.143 0.052,0.281 0.061,0.413l-0.668,0c-0.017,-0.205 -0.066,-0.386 -0.147,-0.541c-0.081,-0.155 -0.185,-0.286 -0.312,-0.391c-0.127,-0.105 -0.275,-0.185 -0.442,-0.237c-0.167,-0.053 -0.344,-0.079 -0.531,-0.079c-0.173,0 -0.342,0.017 -0.508,0.052c-0.166,0.035 -0.313,0.092 -0.444,0.17c-0.13,0.077 -0.236,0.179 -0.316,0.305c-0.081,0.126 -0.121,0.28 -0.121,0.461c0,0.188 0.045,0.347 0.136,0.477c0.091,0.131 0.213,0.243 0.365,0.336c0.152,0.094 0.326,0.175 0.521,0.242c0.194,0.067 0.396,0.133 0.604,0.198c0.164,0.053 0.329,0.106 0.494,0.16c0.166,0.054 0.325,0.117 0.477,0.187c0.152,0.07 0.294,0.15 0.424,0.239c0.131,0.09 0.243,0.194 0.339,0.312c0.095,0.119 0.17,0.255 0.226,0.409c0.055,0.154 0.083,0.331 0.083,0.53c0,0.299 -0.055,0.561 -0.164,0.789c-0.11,0.227 -0.263,0.416 -0.46,0.569c-0.196,0.152 -0.429,0.267 -0.698,0.345c-0.27,0.077 -0.564,0.116 -0.884,0.116c-0.287,0 -0.567,-0.049 -0.839,-0.147c-0.273,-0.098 -0.515,-0.237 -0.727,-0.418c-0.213,-0.18 -0.384,-0.399 -0.515,-0.657c-0.13,-0.257 -0.199,-0.547 -0.208,-0.87l0.672,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M147.689,34.449l0,0.593l-2.03,0l0,5.537l-0.65,0l0,-5.537l-2.026,0l0,-0.593l4.706,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M153.393,36.194c0,0.152 -0.018,0.301 -0.055,0.448c-0.036,0.146 -0.09,0.285 -0.162,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.158,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.237,0.29c0.057,0.11 0.097,0.23 0.119,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.036,0.124 0.083,0.238 0.138,0.34l-0.707,0c-0.03,-0.047 -0.052,-0.1 -0.068,-0.16c-0.017,-0.06 -0.029,-0.122 -0.038,-0.187c-0.009,-0.064 -0.014,-0.127 -0.017,-0.187c-0.003,-0.06 -0.005,-0.112 -0.005,-0.156l0,-0.975c0,-0.117 -0.02,-0.234 -0.059,-0.35c-0.04,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.318,-0.084 -0.523,-0.084l-1.854,0l0,2.628l-0.651,0l0,-6.13l2.505,0c0.299,0 0.563,0.052 0.793,0.156c0.23,0.104 0.424,0.239 0.581,0.404c0.156,0.166 0.275,0.353 0.355,0.561c0.081,0.208 0.121,0.416 0.121,0.624Zm-3.704,1.182l1.854,0c0.161,0 0.314,-0.031 0.457,-0.093c0.144,-0.061 0.271,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.262,-0.377c0.064,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.091,-0.455c-0.06,-0.139 -0.143,-0.26 -0.25,-0.363c-0.107,-0.102 -0.234,-0.182 -0.38,-0.239c-0.147,-0.057 -0.305,-0.086 -0.475,-0.086l-1.854,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M155.771,34.449l0,4.131c0,0.249 0.046,0.472 0.138,0.67c0.092,0.198 0.213,0.365 0.361,0.503c0.147,0.138 0.314,0.243 0.501,0.317c0.186,0.073 0.374,0.109 0.564,0.109c0.199,0 0.399,-0.033 0.6,-0.101c0.201,-0.067 0.381,-0.167 0.541,-0.299c0.159,-0.131 0.29,-0.296 0.391,-0.494c0.101,-0.198 0.151,-0.427 0.151,-0.688l0,-4.148l0.651,0l0,4.104c0,0.238 -0.032,0.457 -0.095,0.657c-0.063,0.201 -0.15,0.383 -0.261,0.547c-0.112,0.165 -0.242,0.309 -0.391,0.433c-0.15,0.125 -0.311,0.23 -0.484,0.315c-0.173,0.085 -0.352,0.148 -0.538,0.191c-0.186,0.042 -0.371,0.063 -0.556,0.063c-0.176,0 -0.353,-0.021 -0.532,-0.063c-0.178,-0.043 -0.35,-0.106 -0.514,-0.189c-0.164,-0.084 -0.318,-0.188 -0.461,-0.312c-0.144,-0.125 -0.268,-0.269 -0.374,-0.433c-0.105,-0.164 -0.189,-0.349 -0.25,-0.554c-0.062,-0.205 -0.093,-0.429 -0.093,-0.672l0,-4.087l0.651,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M161.73,37.406c0,0.469 0.061,0.876 0.182,1.22c0.122,0.344 0.281,0.63 0.479,0.857c0.198,0.227 0.422,0.395 0.672,0.505c0.251,0.11 0.505,0.165 0.763,0.165c0.267,0 0.508,-0.048 0.723,-0.145c0.215,-0.097 0.403,-0.224 0.562,-0.382c0.16,-0.159 0.292,-0.339 0.396,-0.543c0.104,-0.204 0.178,-0.412 0.222,-0.626l0.663,0c-0.061,0.316 -0.162,0.613 -0.303,0.89c-0.141,0.276 -0.318,0.517 -0.534,0.723c-0.215,0.205 -0.467,0.366 -0.756,0.485c-0.288,0.119 -0.613,0.178 -0.973,0.178c-0.419,0 -0.798,-0.075 -1.136,-0.226c-0.338,-0.151 -0.627,-0.369 -0.866,-0.655c-0.239,-0.286 -0.422,-0.635 -0.551,-1.048c-0.129,-0.413 -0.194,-0.88 -0.194,-1.402c0,-0.404 0.062,-0.793 0.185,-1.167c0.123,-0.373 0.301,-0.704 0.534,-0.993c0.233,-0.288 0.518,-0.518 0.857,-0.69c0.338,-0.171 0.724,-0.257 1.158,-0.257c0.363,0 0.688,0.048 0.975,0.145c0.287,0.097 0.537,0.231 0.75,0.402c0.212,0.172 0.39,0.375 0.534,0.611c0.143,0.236 0.254,0.494 0.334,0.776l-0.69,0c-0.162,-0.46 -0.397,-0.802 -0.706,-1.026c-0.309,-0.225 -0.708,-0.337 -1.197,-0.337c-0.305,0 -0.585,0.068 -0.84,0.203c-0.254,0.134 -0.474,0.317 -0.659,0.549c-0.184,0.231 -0.328,0.501 -0.43,0.808c-0.103,0.308 -0.154,0.635 -0.154,0.98Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M172.114,34.449l0,0.593l-2.03,0l0,5.537l-0.651,0l0,-5.537l-2.026,0l0,-0.593l4.707,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M178.609,37.507c0,0.472 -0.061,0.906 -0.182,1.301c-0.122,0.396 -0.3,0.736 -0.534,1.022c-0.235,0.286 -0.522,0.508 -0.864,0.666c-0.341,0.158 -0.731,0.237 -1.171,0.237c-0.439,0 -0.83,-0.079 -1.171,-0.237c-0.341,-0.158 -0.628,-0.38 -0.861,-0.666c-0.233,-0.286 -0.41,-0.626 -0.532,-1.022c-0.122,-0.395 -0.182,-0.829 -0.182,-1.301c0,-0.468 0.06,-0.9 0.182,-1.294c0.122,-0.394 0.299,-0.733 0.532,-1.017c0.233,-0.284 0.52,-0.505 0.861,-0.664c0.341,-0.158 0.732,-0.237 1.171,-0.237c0.44,0 0.83,0.079 1.171,0.237c0.342,0.159 0.629,0.38 0.864,0.664c0.234,0.284 0.412,0.623 0.534,1.017c0.121,0.394 0.182,0.826 0.182,1.294Zm-0.655,0c0,-0.413 -0.054,-0.782 -0.162,-1.109c-0.109,-0.327 -0.257,-0.604 -0.446,-0.831c-0.189,-0.227 -0.411,-0.4 -0.666,-0.518c-0.255,-0.119 -0.529,-0.178 -0.822,-0.178c-0.296,0 -0.571,0.059 -0.826,0.178c-0.255,0.118 -0.476,0.291 -0.664,0.518c-0.187,0.227 -0.334,0.504 -0.441,0.831c-0.107,0.327 -0.161,0.696 -0.161,1.109c0,0.414 0.054,0.784 0.161,1.112c0.107,0.328 0.254,0.606 0.441,0.833c0.188,0.227 0.409,0.401 0.664,0.521c0.255,0.12 0.53,0.18 0.826,0.18c0.293,0 0.567,-0.06 0.822,-0.18c0.255,-0.12 0.477,-0.294 0.666,-0.521c0.189,-0.227 0.337,-0.505 0.446,-0.833c0.108,-0.328 0.162,-0.698 0.162,-1.112Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M184.37,36.194c0,0.152 -0.018,0.301 -0.055,0.448c-0.036,0.146 -0.09,0.285 -0.162,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.158,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.237,0.29c0.057,0.11 0.097,0.23 0.119,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.036,0.124 0.083,0.238 0.138,0.34l-0.707,0c-0.03,-0.047 -0.052,-0.1 -0.068,-0.16c-0.017,-0.06 -0.029,-0.122 -0.038,-0.187c-0.009,-0.064 -0.014,-0.127 -0.017,-0.187c-0.003,-0.06 -0.005,-0.112 -0.005,-0.156l0,-0.975c0,-0.117 -0.02,-0.234 -0.059,-0.35c-0.04,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.318,-0.084 -0.523,-0.084l-1.854,0l0,2.628l-0.651,0l0,-6.13l2.505,0c0.299,0 0.564,0.052 0.793,0.156c0.23,0.104 0.424,0.239 0.581,0.404c0.156,0.166 0.275,0.353 0.356,0.561c0.08,0.208 0.12,0.416 0.12,0.624Zm-3.704,1.182l1.854,0c0.161,0 0.314,-0.031 0.457,-0.093c0.144,-0.061 0.271,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.262,-0.377c0.064,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.091,-0.455c-0.06,-0.139 -0.143,-0.26 -0.25,-0.363c-0.107,-0.102 -0.234,-0.182 -0.38,-0.239c-0.147,-0.057 -0.305,-0.086 -0.475,-0.086l-1.854,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(-0.686979,0.726677,-0.726677,-0.686979,104.935,41.9073)">
<circle cx="0" cy="0" r="1.814" style="fill:#fff;"/>
</g>
<g transform="matrix(-0.686979,0.726677,-0.726677,-0.686979,150.935,41.9073)">
<circle cx="0" cy="0" r="1.814" style="fill:#fff;"/>
</g> </g>
</g> </g>
<g id="Name" transform="matrix(1.042,0,0,1.042,-10.1999,1.0575)"> <g id="Name" transform="matrix(1.042,0,0,1.042,-10.1999,1.0575)">
<g id="Type-A" serif:id="Type A" transform="matrix(1.95031,0,0,1.95031,-8.04089,-175.727)">
<g id="Type-A" serif:id="Type A" transform="matrix(1.82159,0,0,2.12422,0.861074,-189.604)">
<path d="M44.269,96.128c-0.043,0.101 -0.103,0.227 -0.178,0.378c-0.076,0.151 -0.139,0.266 -0.189,0.346c-0.101,0.187 -0.204,0.369 -0.308,0.545c-0.105,0.177 -0.211,0.351 -0.319,0.524c-0.151,0.245 -0.306,0.486 -0.464,0.724c-0.159,0.237 -0.31,0.479 -0.454,0.724c-0.144,0.244 -0.277,0.491 -0.4,0.74c-0.122,0.248 -0.227,0.502 -0.313,0.761c-0.072,0.231 -0.067,0.384 0.016,0.459c0.083,0.076 0.225,0.053 0.427,-0.07c0.317,-0.223 0.61,-0.459 0.88,-0.707c0.27,-0.249 0.531,-0.506 0.784,-0.773c0.525,-0.554 1.001,-1.116 1.426,-1.685c0.424,-0.569 0.81,-1.152 1.155,-1.75c0.087,-0.144 0.164,-0.285 0.233,-0.422c0.068,-0.136 0.135,-0.277 0.2,-0.421c0.021,-0.036 0.039,-0.075 0.054,-0.119c0.014,-0.043 0.039,-0.075 0.075,-0.097c0.065,-0.043 0.144,-0.065 0.238,-0.065c0.093,0 0.185,0.018 0.275,0.054c0.09,0.036 0.168,0.087 0.233,0.152c0.064,0.064 0.093,0.144 0.086,0.237c-0.007,0.036 -0.018,0.072 -0.032,0.108c-0.015,0.036 -0.029,0.072 -0.044,0.108c-0.115,0.252 -0.203,0.441 -0.264,0.567c-0.062,0.126 -0.117,0.236 -0.168,0.33c-0.468,0.857 -1.012,1.662 -1.631,2.414c-0.619,0.753 -1.289,1.432 -2.009,2.037c-0.18,0.151 -0.366,0.293 -0.557,0.426c-0.191,0.134 -0.39,0.251 -0.599,0.351c-0.094,0.044 -0.191,0.082 -0.292,0.114c-0.101,0.032 -0.205,0.058 -0.313,0.076c-0.108,0.018 -0.214,0.019 -0.319,0.005c-0.104,-0.014 -0.203,-0.05 -0.297,-0.108c-0.13,-0.079 -0.232,-0.184 -0.308,-0.313c-0.075,-0.13 -0.124,-0.267 -0.146,-0.411c-0.043,-0.238 -0.034,-0.47 0.027,-0.697c0.062,-0.227 0.139,-0.444 0.233,-0.653c-0.36,0.367 -0.71,0.7 -1.048,0.999c-0.339,0.299 -0.695,0.564 -1.07,0.794c-0.187,0.108 -0.385,0.207 -0.594,0.297c-0.209,0.09 -0.425,0.128 -0.648,0.114c-0.187,-0.008 -0.362,-0.065 -0.524,-0.173c-0.162,-0.108 -0.29,-0.245 -0.384,-0.411c-0.108,-0.209 -0.144,-0.428 -0.108,-0.659c0.036,-0.23 0.105,-0.446 0.206,-0.648c0.216,-0.439 0.491,-0.841 0.826,-1.204c0.335,-0.364 0.672,-0.708 1.01,-1.032c0.353,-0.346 0.708,-0.686 1.064,-1.021c0.357,-0.335 0.697,-0.693 1.021,-1.075c0.137,-0.166 0.189,-0.272 0.157,-0.319c-0.033,-0.046 -0.103,-0.063 -0.211,-0.048c-0.108,0.014 -0.23,0.047 -0.367,0.097c-0.137,0.05 -0.238,0.09 -0.303,0.119c-0.511,0.223 -0.979,0.513 -1.404,0.87c-0.425,0.356 -0.807,0.736 -1.145,1.139c-0.058,0.072 -0.128,0.11 -0.211,0.114c-0.083,0.003 -0.162,-0.011 -0.237,-0.044c-0.076,-0.032 -0.146,-0.081 -0.211,-0.145c-0.065,-0.065 -0.112,-0.13 -0.141,-0.195c-0.036,-0.086 -0.036,-0.164 0,-0.232c0.036,-0.069 0.083,-0.135 0.141,-0.2c0.072,-0.079 0.146,-0.158 0.221,-0.238c0.076,-0.079 0.153,-0.154 0.233,-0.227c0.216,-0.194 0.477,-0.392 0.783,-0.594c0.306,-0.201 0.628,-0.387 0.967,-0.556c0.338,-0.169 0.677,-0.306 1.015,-0.411c0.339,-0.104 0.648,-0.153 0.929,-0.145c0.151,0.007 0.295,0.041 0.432,0.102c0.137,0.061 0.242,0.161 0.314,0.297c0.1,0.195 0.115,0.405 0.043,0.632c-0.072,0.227 -0.184,0.449 -0.335,0.665c-0.151,0.216 -0.317,0.416 -0.497,0.599c-0.18,0.184 -0.328,0.333 -0.443,0.449c-0.18,0.187 -0.36,0.369 -0.54,0.545c-0.18,0.177 -0.364,0.355 -0.551,0.535c-0.339,0.331 -0.655,0.646 -0.951,0.945c-0.295,0.299 -0.536,0.621 -0.723,0.967c-0.144,0.295 -0.17,0.491 -0.076,0.589c0.094,0.097 0.277,0.088 0.551,-0.027c0.338,-0.144 0.652,-0.328 0.94,-0.551c0.288,-0.223 0.561,-0.454 0.821,-0.692c0.353,-0.324 0.691,-0.659 1.015,-1.004c0.324,-0.346 0.638,-0.706 0.94,-1.081c0.295,-0.367 0.565,-0.718 0.81,-1.053c0.245,-0.335 0.472,-0.679 0.681,-1.032c0.014,-0.036 0.029,-0.07 0.043,-0.102c0.014,-0.033 0.036,-0.063 0.065,-0.092c0.043,-0.043 0.113,-0.059 0.211,-0.049c0.097,0.011 0.19,0.04 0.28,0.087c0.09,0.047 0.166,0.106 0.227,0.178c0.061,0.072 0.074,0.151 0.038,0.238Z" style="fill-rule:nonzero;"/> <path d="M44.269,96.128c-0.043,0.101 -0.103,0.227 -0.178,0.378c-0.076,0.151 -0.139,0.266 -0.189,0.346c-0.101,0.187 -0.204,0.369 -0.308,0.545c-0.105,0.177 -0.211,0.351 -0.319,0.524c-0.151,0.245 -0.306,0.486 -0.464,0.724c-0.159,0.237 -0.31,0.479 -0.454,0.724c-0.144,0.244 -0.277,0.491 -0.4,0.74c-0.122,0.248 -0.227,0.502 -0.313,0.761c-0.072,0.231 -0.067,0.384 0.016,0.459c0.083,0.076 0.225,0.053 0.427,-0.07c0.317,-0.223 0.61,-0.459 0.88,-0.707c0.27,-0.249 0.531,-0.506 0.784,-0.773c0.525,-0.554 1.001,-1.116 1.426,-1.685c0.424,-0.569 0.81,-1.152 1.155,-1.75c0.087,-0.144 0.164,-0.285 0.233,-0.422c0.068,-0.136 0.135,-0.277 0.2,-0.421c0.021,-0.036 0.039,-0.075 0.054,-0.119c0.014,-0.043 0.039,-0.075 0.075,-0.097c0.065,-0.043 0.144,-0.065 0.238,-0.065c0.093,0 0.185,0.018 0.275,0.054c0.09,0.036 0.168,0.087 0.233,0.152c0.064,0.064 0.093,0.144 0.086,0.237c-0.007,0.036 -0.018,0.072 -0.032,0.108c-0.015,0.036 -0.029,0.072 -0.044,0.108c-0.115,0.252 -0.203,0.441 -0.264,0.567c-0.062,0.126 -0.117,0.236 -0.168,0.33c-0.468,0.857 -1.012,1.662 -1.631,2.414c-0.619,0.753 -1.289,1.432 -2.009,2.037c-0.18,0.151 -0.366,0.293 -0.557,0.426c-0.191,0.134 -0.39,0.251 -0.599,0.351c-0.094,0.044 -0.191,0.082 -0.292,0.114c-0.101,0.032 -0.205,0.058 -0.313,0.076c-0.108,0.018 -0.214,0.019 -0.319,0.005c-0.104,-0.014 -0.203,-0.05 -0.297,-0.108c-0.13,-0.079 -0.232,-0.184 -0.308,-0.313c-0.075,-0.13 -0.124,-0.267 -0.146,-0.411c-0.043,-0.238 -0.034,-0.47 0.027,-0.697c0.062,-0.227 0.139,-0.444 0.233,-0.653c-0.36,0.367 -0.71,0.7 -1.048,0.999c-0.339,0.299 -0.695,0.564 -1.07,0.794c-0.187,0.108 -0.385,0.207 -0.594,0.297c-0.209,0.09 -0.425,0.128 -0.648,0.114c-0.187,-0.008 -0.362,-0.065 -0.524,-0.173c-0.162,-0.108 -0.29,-0.245 -0.384,-0.411c-0.108,-0.209 -0.144,-0.428 -0.108,-0.659c0.036,-0.23 0.105,-0.446 0.206,-0.648c0.216,-0.439 0.491,-0.841 0.826,-1.204c0.335,-0.364 0.672,-0.708 1.01,-1.032c0.353,-0.346 0.708,-0.686 1.064,-1.021c0.357,-0.335 0.697,-0.693 1.021,-1.075c0.137,-0.166 0.189,-0.272 0.157,-0.319c-0.033,-0.046 -0.103,-0.063 -0.211,-0.048c-0.108,0.014 -0.23,0.047 -0.367,0.097c-0.137,0.05 -0.238,0.09 -0.303,0.119c-0.511,0.223 -0.979,0.513 -1.404,0.87c-0.425,0.356 -0.807,0.736 -1.145,1.139c-0.058,0.072 -0.128,0.11 -0.211,0.114c-0.083,0.003 -0.162,-0.011 -0.237,-0.044c-0.076,-0.032 -0.146,-0.081 -0.211,-0.145c-0.065,-0.065 -0.112,-0.13 -0.141,-0.195c-0.036,-0.086 -0.036,-0.164 0,-0.232c0.036,-0.069 0.083,-0.135 0.141,-0.2c0.072,-0.079 0.146,-0.158 0.221,-0.238c0.076,-0.079 0.153,-0.154 0.233,-0.227c0.216,-0.194 0.477,-0.392 0.783,-0.594c0.306,-0.201 0.628,-0.387 0.967,-0.556c0.338,-0.169 0.677,-0.306 1.015,-0.411c0.339,-0.104 0.648,-0.153 0.929,-0.145c0.151,0.007 0.295,0.041 0.432,0.102c0.137,0.061 0.242,0.161 0.314,0.297c0.1,0.195 0.115,0.405 0.043,0.632c-0.072,0.227 -0.184,0.449 -0.335,0.665c-0.151,0.216 -0.317,0.416 -0.497,0.599c-0.18,0.184 -0.328,0.333 -0.443,0.449c-0.18,0.187 -0.36,0.369 -0.54,0.545c-0.18,0.177 -0.364,0.355 -0.551,0.535c-0.339,0.331 -0.655,0.646 -0.951,0.945c-0.295,0.299 -0.536,0.621 -0.723,0.967c-0.144,0.295 -0.17,0.491 -0.076,0.589c0.094,0.097 0.277,0.088 0.551,-0.027c0.338,-0.144 0.652,-0.328 0.94,-0.551c0.288,-0.223 0.561,-0.454 0.821,-0.692c0.353,-0.324 0.691,-0.659 1.015,-1.004c0.324,-0.346 0.638,-0.706 0.94,-1.081c0.295,-0.367 0.565,-0.718 0.81,-1.053c0.245,-0.335 0.472,-0.679 0.681,-1.032c0.014,-0.036 0.029,-0.07 0.043,-0.102c0.014,-0.033 0.036,-0.063 0.065,-0.092c0.043,-0.043 0.113,-0.059 0.211,-0.049c0.097,0.011 0.19,0.04 0.28,0.087c0.09,0.047 0.166,0.106 0.227,0.178c0.061,0.072 0.074,0.151 0.038,0.238Z" style="fill-rule:nonzero;"/>
<path d="M46.365,101.173c-0.137,-0.188 -0.202,-0.395 -0.195,-0.621c0.008,-0.227 0.054,-0.445 0.141,-0.654c0.086,-0.195 0.191,-0.376 0.313,-0.546c0.123,-0.169 0.258,-0.327 0.405,-0.475c0.148,-0.148 0.304,-0.283 0.47,-0.405c0.166,-0.122 0.331,-0.234 0.497,-0.335c0.122,-0.072 0.27,-0.14 0.443,-0.205c0.173,-0.065 0.349,-0.108 0.529,-0.13c0.18,-0.021 0.348,-0.011 0.503,0.033c0.154,0.043 0.275,0.136 0.362,0.28c0.079,0.13 0.097,0.267 0.054,0.411c-0.044,0.144 -0.101,0.277 -0.173,0.4c-0.159,0.252 -0.36,0.477 -0.605,0.675c-0.245,0.198 -0.504,0.351 -0.778,0.459c-0.209,0.079 -0.421,0.13 -0.637,0.151c-0.216,0.022 -0.425,-0.007 -0.627,-0.086c-0.043,0.079 -0.077,0.156 -0.103,0.232c-0.025,0.076 -0.034,0.15 -0.027,0.222c0.008,0.072 0.033,0.138 0.076,0.199c0.043,0.062 0.115,0.11 0.216,0.146c0.18,0.065 0.389,0.054 0.627,-0.032c0.237,-0.087 0.473,-0.205 0.707,-0.357c0.234,-0.151 0.45,-0.311 0.648,-0.48c0.198,-0.17 0.351,-0.305 0.459,-0.406c0.051,-0.05 0.103,-0.106 0.157,-0.167c0.054,-0.061 0.114,-0.106 0.178,-0.135c0.065,-0.022 0.126,-0.025 0.184,-0.011c0.058,0.015 0.108,0.043 0.151,0.087c0.043,0.043 0.074,0.091 0.092,0.145c0.018,0.054 0.016,0.107 -0.005,0.157c-0.022,0.065 -0.063,0.128 -0.125,0.189c-0.061,0.061 -0.117,0.117 -0.167,0.168c-0.274,0.259 -0.484,0.448 -0.632,0.567c-0.148,0.119 -0.283,0.221 -0.405,0.308c-0.18,0.129 -0.394,0.253 -0.643,0.372c-0.248,0.119 -0.5,0.202 -0.756,0.249c-0.256,0.047 -0.502,0.045 -0.74,-0.006c-0.238,-0.05 -0.436,-0.183 -0.594,-0.399Zm1.393,-1.599c0.267,-0.043 0.512,-0.144 0.735,-0.303c0.223,-0.158 0.41,-0.327 0.562,-0.507c0.057,-0.065 0.099,-0.134 0.124,-0.206c0.025,-0.072 0.02,-0.118 -0.016,-0.14c-0.187,0.05 -0.364,0.122 -0.53,0.216c-0.165,0.094 -0.324,0.198 -0.475,0.313c-0.259,0.188 -0.486,0.396 -0.68,0.627c0.086,0.014 0.18,0.014 0.28,0Z" style="fill-rule:nonzero;"/> <path d="M46.365,101.173c-0.137,-0.188 -0.202,-0.395 -0.195,-0.621c0.008,-0.227 0.054,-0.445 0.141,-0.654c0.086,-0.195 0.191,-0.376 0.313,-0.546c0.123,-0.169 0.258,-0.327 0.405,-0.475c0.148,-0.148 0.304,-0.283 0.47,-0.405c0.166,-0.122 0.331,-0.234 0.497,-0.335c0.122,-0.072 0.27,-0.14 0.443,-0.205c0.173,-0.065 0.349,-0.108 0.529,-0.13c0.18,-0.021 0.348,-0.011 0.503,0.033c0.154,0.043 0.275,0.136 0.362,0.28c0.079,0.13 0.097,0.267 0.054,0.411c-0.044,0.144 -0.101,0.277 -0.173,0.4c-0.159,0.252 -0.36,0.477 -0.605,0.675c-0.245,0.198 -0.504,0.351 -0.778,0.459c-0.209,0.079 -0.421,0.13 -0.637,0.151c-0.216,0.022 -0.425,-0.007 -0.627,-0.086c-0.043,0.079 -0.077,0.156 -0.103,0.232c-0.025,0.076 -0.034,0.15 -0.027,0.222c0.008,0.072 0.033,0.138 0.076,0.199c0.043,0.062 0.115,0.11 0.216,0.146c0.18,0.065 0.389,0.054 0.627,-0.032c0.237,-0.087 0.473,-0.205 0.707,-0.357c0.234,-0.151 0.45,-0.311 0.648,-0.48c0.198,-0.17 0.351,-0.305 0.459,-0.406c0.051,-0.05 0.103,-0.106 0.157,-0.167c0.054,-0.061 0.114,-0.106 0.178,-0.135c0.065,-0.022 0.126,-0.025 0.184,-0.011c0.058,0.015 0.108,0.043 0.151,0.087c0.043,0.043 0.074,0.091 0.092,0.145c0.018,0.054 0.016,0.107 -0.005,0.157c-0.022,0.065 -0.063,0.128 -0.125,0.189c-0.061,0.061 -0.117,0.117 -0.167,0.168c-0.274,0.259 -0.484,0.448 -0.632,0.567c-0.148,0.119 -0.283,0.221 -0.405,0.308c-0.18,0.129 -0.394,0.253 -0.643,0.372c-0.248,0.119 -0.5,0.202 -0.756,0.249c-0.256,0.047 -0.502,0.045 -0.74,-0.006c-0.238,-0.05 -0.436,-0.183 -0.594,-0.399Zm1.393,-1.599c0.267,-0.043 0.512,-0.144 0.735,-0.303c0.223,-0.158 0.41,-0.327 0.562,-0.507c0.057,-0.065 0.099,-0.134 0.124,-0.206c0.025,-0.072 0.02,-0.118 -0.016,-0.14c-0.187,0.05 -0.364,0.122 -0.53,0.216c-0.165,0.094 -0.324,0.198 -0.475,0.313c-0.259,0.188 -0.486,0.396 -0.68,0.627c0.086,0.014 0.18,0.014 0.28,0Z" style="fill-rule:nonzero;"/>
<path d="M50.427,99.423c0.122,-0.123 0.239,-0.243 0.351,-0.362c0.111,-0.119 0.221,-0.243 0.329,-0.373c0.101,-0.122 0.202,-0.25 0.303,-0.383c0.101,-0.134 0.212,-0.287 0.335,-0.46c0.057,-0.23 0.144,-0.439 0.259,-0.626c0.108,-0.166 0.247,-0.304 0.416,-0.416c0.169,-0.112 0.358,-0.168 0.567,-0.168c0.101,0 0.187,0.026 0.259,0.076c0.072,0.051 0.112,0.123 0.119,0.216c0,0.065 -0.013,0.119 -0.038,0.162c-0.025,0.043 -0.059,0.081 -0.102,0.114c-0.044,0.032 -0.09,0.059 -0.141,0.081c-0.05,0.021 -0.097,0.046 -0.14,0.075c-0.123,0.079 -0.218,0.177 -0.287,0.292c-0.068,0.115 -0.117,0.234 -0.145,0.356c-0.072,0.303 -0.112,0.611 -0.119,0.924c-0.007,0.313 -0.029,0.625 -0.065,0.935c-0.022,0.244 -0.081,0.473 -0.178,0.686c-0.097,0.212 -0.222,0.397 -0.373,0.556c-0.151,0.158 -0.328,0.283 -0.529,0.373c-0.202,0.09 -0.425,0.127 -0.67,0.113c-0.209,-0.007 -0.4,-0.056 -0.573,-0.146c-0.172,-0.09 -0.315,-0.205 -0.426,-0.346c-0.112,-0.14 -0.184,-0.302 -0.216,-0.486c-0.033,-0.183 -0.013,-0.372 0.059,-0.567c0.029,-0.086 0.085,-0.144 0.167,-0.173c0.083,-0.028 0.163,-0.034 0.238,-0.016c0.076,0.018 0.139,0.058 0.189,0.119c0.051,0.061 0.061,0.135 0.033,0.221c-0.072,0.231 -0.045,0.415 0.081,0.551c0.126,0.137 0.293,0.206 0.502,0.206c0.166,0 0.324,-0.063 0.475,-0.189c0.152,-0.126 0.26,-0.265 0.324,-0.416c0.029,-0.058 0.051,-0.121 0.065,-0.189c0.015,-0.069 0.027,-0.15 0.038,-0.243c0.011,-0.094 0.02,-0.208 0.027,-0.341c0.007,-0.133 0.018,-0.297 0.032,-0.491c-0.129,0.158 -0.257,0.306 -0.383,0.443c-0.126,0.136 -0.25,0.259 -0.373,0.367c-0.072,0.065 -0.146,0.088 -0.221,0.07c-0.076,-0.018 -0.139,-0.056 -0.189,-0.113c-0.051,-0.058 -0.08,-0.128 -0.087,-0.211c-0.007,-0.083 0.022,-0.157 0.087,-0.221Z" style="fill-rule:nonzero;"/> <path d="M50.427,99.423c0.122,-0.123 0.239,-0.243 0.351,-0.362c0.111,-0.119 0.221,-0.243 0.329,-0.373c0.101,-0.122 0.202,-0.25 0.303,-0.383c0.101,-0.134 0.212,-0.287 0.335,-0.46c0.057,-0.23 0.144,-0.439 0.259,-0.626c0.108,-0.166 0.247,-0.304 0.416,-0.416c0.169,-0.112 0.358,-0.168 0.567,-0.168c0.101,0 0.187,0.026 0.259,0.076c0.072,0.051 0.112,0.123 0.119,0.216c0,0.065 -0.013,0.119 -0.038,0.162c-0.025,0.043 -0.059,0.081 -0.102,0.114c-0.044,0.032 -0.09,0.059 -0.141,0.081c-0.05,0.021 -0.097,0.046 -0.14,0.075c-0.123,0.079 -0.218,0.177 -0.287,0.292c-0.068,0.115 -0.117,0.234 -0.145,0.356c-0.072,0.303 -0.112,0.611 -0.119,0.924c-0.007,0.313 -0.029,0.625 -0.065,0.935c-0.022,0.244 -0.081,0.473 -0.178,0.686c-0.097,0.212 -0.222,0.397 -0.373,0.556c-0.151,0.158 -0.328,0.283 -0.529,0.373c-0.202,0.09 -0.425,0.127 -0.67,0.113c-0.209,-0.007 -0.4,-0.056 -0.573,-0.146c-0.172,-0.09 -0.315,-0.205 -0.426,-0.346c-0.112,-0.14 -0.184,-0.302 -0.216,-0.486c-0.033,-0.183 -0.013,-0.372 0.059,-0.567c0.029,-0.086 0.085,-0.144 0.167,-0.173c0.083,-0.028 0.163,-0.034 0.238,-0.016c0.076,0.018 0.139,0.058 0.189,0.119c0.051,0.061 0.061,0.135 0.033,0.221c-0.072,0.231 -0.045,0.415 0.081,0.551c0.126,0.137 0.293,0.206 0.502,0.206c0.166,0 0.324,-0.063 0.475,-0.189c0.152,-0.126 0.26,-0.265 0.324,-0.416c0.029,-0.058 0.051,-0.121 0.065,-0.189c0.015,-0.069 0.027,-0.15 0.038,-0.243c0.011,-0.094 0.02,-0.208 0.027,-0.341c0.007,-0.133 0.018,-0.297 0.032,-0.491c-0.129,0.158 -0.257,0.306 -0.383,0.443c-0.126,0.136 -0.25,0.259 -0.373,0.367c-0.072,0.065 -0.146,0.088 -0.221,0.07c-0.076,-0.018 -0.139,-0.056 -0.189,-0.113c-0.051,-0.058 -0.08,-0.128 -0.087,-0.211c-0.007,-0.083 0.022,-0.157 0.087,-0.221Z" style="fill-rule:nonzero;"/>
@@ -328,7 +332,7 @@
<path d="M74.107,99.423c0.122,-0.123 0.239,-0.243 0.351,-0.362c0.111,-0.119 0.221,-0.243 0.329,-0.373c0.101,-0.122 0.202,-0.25 0.303,-0.383c0.1,-0.134 0.212,-0.287 0.334,-0.46c0.058,-0.23 0.145,-0.439 0.26,-0.626c0.108,-0.166 0.246,-0.304 0.416,-0.416c0.169,-0.112 0.358,-0.168 0.567,-0.168c0.101,0 0.187,0.026 0.259,0.076c0.072,0.051 0.112,0.123 0.119,0.216c0,0.065 -0.013,0.119 -0.038,0.162c-0.025,0.043 -0.059,0.081 -0.103,0.114c-0.043,0.032 -0.09,0.059 -0.14,0.081c-0.05,0.021 -0.097,0.046 -0.14,0.075c-0.123,0.079 -0.218,0.177 -0.287,0.292c-0.068,0.115 -0.117,0.234 -0.146,0.356c-0.072,0.303 -0.111,0.611 -0.118,0.924c-0.008,0.313 -0.029,0.625 -0.065,0.935c-0.022,0.244 -0.081,0.473 -0.178,0.686c-0.098,0.212 -0.222,0.397 -0.373,0.556c-0.151,0.158 -0.328,0.283 -0.529,0.373c-0.202,0.09 -0.425,0.127 -0.67,0.113c-0.209,-0.007 -0.4,-0.056 -0.573,-0.146c-0.173,-0.09 -0.315,-0.205 -0.426,-0.346c-0.112,-0.14 -0.184,-0.302 -0.217,-0.486c-0.032,-0.183 -0.012,-0.372 0.06,-0.567c0.029,-0.086 0.084,-0.144 0.167,-0.173c0.083,-0.028 0.162,-0.034 0.238,-0.016c0.076,0.018 0.139,0.058 0.189,0.119c0.05,0.061 0.061,0.135 0.032,0.221c-0.072,0.231 -0.045,0.415 0.081,0.551c0.126,0.137 0.294,0.206 0.503,0.206c0.165,0 0.324,-0.063 0.475,-0.189c0.151,-0.126 0.259,-0.265 0.324,-0.416c0.029,-0.058 0.051,-0.121 0.065,-0.189c0.014,-0.069 0.027,-0.15 0.038,-0.243c0.011,-0.094 0.02,-0.208 0.027,-0.341c0.007,-0.133 0.018,-0.297 0.032,-0.491c-0.129,0.158 -0.257,0.306 -0.383,0.443c-0.126,0.136 -0.251,0.259 -0.373,0.367c-0.072,0.065 -0.146,0.088 -0.221,0.07c-0.076,-0.018 -0.139,-0.056 -0.189,-0.113c-0.051,-0.058 -0.08,-0.128 -0.087,-0.211c-0.007,-0.083 0.022,-0.157 0.087,-0.221Z" style="fill-rule:nonzero;"/> <path d="M74.107,99.423c0.122,-0.123 0.239,-0.243 0.351,-0.362c0.111,-0.119 0.221,-0.243 0.329,-0.373c0.101,-0.122 0.202,-0.25 0.303,-0.383c0.1,-0.134 0.212,-0.287 0.334,-0.46c0.058,-0.23 0.145,-0.439 0.26,-0.626c0.108,-0.166 0.246,-0.304 0.416,-0.416c0.169,-0.112 0.358,-0.168 0.567,-0.168c0.101,0 0.187,0.026 0.259,0.076c0.072,0.051 0.112,0.123 0.119,0.216c0,0.065 -0.013,0.119 -0.038,0.162c-0.025,0.043 -0.059,0.081 -0.103,0.114c-0.043,0.032 -0.09,0.059 -0.14,0.081c-0.05,0.021 -0.097,0.046 -0.14,0.075c-0.123,0.079 -0.218,0.177 -0.287,0.292c-0.068,0.115 -0.117,0.234 -0.146,0.356c-0.072,0.303 -0.111,0.611 -0.118,0.924c-0.008,0.313 -0.029,0.625 -0.065,0.935c-0.022,0.244 -0.081,0.473 -0.178,0.686c-0.098,0.212 -0.222,0.397 -0.373,0.556c-0.151,0.158 -0.328,0.283 -0.529,0.373c-0.202,0.09 -0.425,0.127 -0.67,0.113c-0.209,-0.007 -0.4,-0.056 -0.573,-0.146c-0.173,-0.09 -0.315,-0.205 -0.426,-0.346c-0.112,-0.14 -0.184,-0.302 -0.217,-0.486c-0.032,-0.183 -0.012,-0.372 0.06,-0.567c0.029,-0.086 0.084,-0.144 0.167,-0.173c0.083,-0.028 0.162,-0.034 0.238,-0.016c0.076,0.018 0.139,0.058 0.189,0.119c0.05,0.061 0.061,0.135 0.032,0.221c-0.072,0.231 -0.045,0.415 0.081,0.551c0.126,0.137 0.294,0.206 0.503,0.206c0.165,0 0.324,-0.063 0.475,-0.189c0.151,-0.126 0.259,-0.265 0.324,-0.416c0.029,-0.058 0.051,-0.121 0.065,-0.189c0.014,-0.069 0.027,-0.15 0.038,-0.243c0.011,-0.094 0.02,-0.208 0.027,-0.341c0.007,-0.133 0.018,-0.297 0.032,-0.491c-0.129,0.158 -0.257,0.306 -0.383,0.443c-0.126,0.136 -0.251,0.259 -0.373,0.367c-0.072,0.065 -0.146,0.088 -0.221,0.07c-0.076,-0.018 -0.139,-0.056 -0.189,-0.113c-0.051,-0.058 -0.08,-0.128 -0.087,-0.211c-0.007,-0.083 0.022,-0.157 0.087,-0.221Z" style="fill-rule:nonzero;"/>
<path d="M83.159,96.938c-0.036,0.058 -0.097,0.086 -0.183,0.086c-0.087,0 -0.159,0 -0.216,0c-0.375,0.022 -0.742,0.047 -1.102,0.076c-0.36,0.029 -0.717,0.065 -1.07,0.108c-0.281,0.303 -0.518,0.562 -0.713,0.778c-0.194,0.216 -0.365,0.403 -0.513,0.562c-0.148,0.158 -0.275,0.298 -0.383,0.421c-0.108,0.122 -0.209,0.241 -0.303,0.356c-0.18,0.209 -0.362,0.427 -0.545,0.654c-0.184,0.227 -0.323,0.47 -0.416,0.729c-0.044,0.144 -0.036,0.222 0.021,0.232c0.058,0.011 0.132,-0.009 0.222,-0.059c0.09,-0.05 0.178,-0.11 0.264,-0.178c0.087,-0.069 0.141,-0.114 0.162,-0.135c0.101,-0.094 0.211,-0.202 0.33,-0.324c0.119,-0.123 0.293,-0.31 0.524,-0.562c0.043,-0.051 0.09,-0.105 0.14,-0.162c0.051,-0.058 0.105,-0.105 0.162,-0.141c0.101,-0.064 0.204,-0.072 0.308,-0.021c0.105,0.05 0.164,0.133 0.178,0.248c0.008,0.065 -0.001,0.121 -0.027,0.168c-0.025,0.047 -0.059,0.092 -0.102,0.135c-0.123,0.129 -0.227,0.241 -0.313,0.335c-0.087,0.093 -0.164,0.176 -0.233,0.248c-0.068,0.072 -0.128,0.135 -0.178,0.189c-0.05,0.054 -0.101,0.106 -0.151,0.157c-0.173,0.18 -0.366,0.347 -0.578,0.502c-0.213,0.155 -0.456,0.24 -0.729,0.254c-0.231,0.014 -0.422,-0.054 -0.573,-0.205c-0.151,-0.152 -0.22,-0.332 -0.205,-0.54c0.014,-0.209 0.07,-0.418 0.167,-0.627c0.098,-0.209 0.213,-0.405 0.346,-0.589c0.133,-0.183 0.243,-0.329 0.329,-0.437c0.267,-0.324 0.539,-0.643 0.816,-0.956c0.277,-0.314 0.56,-0.621 0.848,-0.924l-0.616,0.054c-0.057,0.007 -0.115,0.016 -0.172,0.027c-0.058,0.011 -0.109,-0.013 -0.152,-0.07c-0.108,-0.13 -0.137,-0.27 -0.086,-0.421c0.021,-0.08 0.063,-0.125 0.124,-0.135c0.061,-0.011 0.128,-0.024 0.2,-0.038c0.043,-0.007 0.092,-0.015 0.146,-0.022c0.054,-0.007 0.131,-0.018 0.232,-0.032c0.101,-0.015 0.236,-0.035 0.405,-0.06c0.169,-0.025 0.391,-0.056 0.665,-0.092c0.194,-0.201 0.39,-0.401 0.588,-0.599c0.198,-0.198 0.402,-0.387 0.611,-0.567c0.05,-0.043 0.097,-0.087 0.14,-0.13c0.043,-0.043 0.09,-0.083 0.141,-0.119c0.05,-0.036 0.1,-0.05 0.151,-0.043c0.05,0.007 0.097,0.025 0.14,0.054c0.079,0.043 0.146,0.108 0.2,0.195c0.054,0.086 0.074,0.176 0.059,0.27c-0.014,0.057 -0.045,0.106 -0.091,0.145c-0.047,0.04 -0.089,0.078 -0.125,0.114l-0.572,0.54c0.281,-0.036 0.529,-0.063 0.745,-0.081c0.216,-0.018 0.425,-0.034 0.627,-0.049c0.036,0 0.079,-0.003 0.129,-0.01c0.051,-0.008 0.094,-0.004 0.13,0.01c0.065,0.022 0.11,0.062 0.135,0.119c0.025,0.058 0.038,0.123 0.038,0.195c0,0.072 -0.007,0.142 -0.022,0.21c-0.014,0.069 -0.032,0.121 -0.054,0.157Z" style="fill-rule:nonzero;"/> <path d="M83.159,96.938c-0.036,0.058 -0.097,0.086 -0.183,0.086c-0.087,0 -0.159,0 -0.216,0c-0.375,0.022 -0.742,0.047 -1.102,0.076c-0.36,0.029 -0.717,0.065 -1.07,0.108c-0.281,0.303 -0.518,0.562 -0.713,0.778c-0.194,0.216 -0.365,0.403 -0.513,0.562c-0.148,0.158 -0.275,0.298 -0.383,0.421c-0.108,0.122 -0.209,0.241 -0.303,0.356c-0.18,0.209 -0.362,0.427 -0.545,0.654c-0.184,0.227 -0.323,0.47 -0.416,0.729c-0.044,0.144 -0.036,0.222 0.021,0.232c0.058,0.011 0.132,-0.009 0.222,-0.059c0.09,-0.05 0.178,-0.11 0.264,-0.178c0.087,-0.069 0.141,-0.114 0.162,-0.135c0.101,-0.094 0.211,-0.202 0.33,-0.324c0.119,-0.123 0.293,-0.31 0.524,-0.562c0.043,-0.051 0.09,-0.105 0.14,-0.162c0.051,-0.058 0.105,-0.105 0.162,-0.141c0.101,-0.064 0.204,-0.072 0.308,-0.021c0.105,0.05 0.164,0.133 0.178,0.248c0.008,0.065 -0.001,0.121 -0.027,0.168c-0.025,0.047 -0.059,0.092 -0.102,0.135c-0.123,0.129 -0.227,0.241 -0.313,0.335c-0.087,0.093 -0.164,0.176 -0.233,0.248c-0.068,0.072 -0.128,0.135 -0.178,0.189c-0.05,0.054 -0.101,0.106 -0.151,0.157c-0.173,0.18 -0.366,0.347 -0.578,0.502c-0.213,0.155 -0.456,0.24 -0.729,0.254c-0.231,0.014 -0.422,-0.054 -0.573,-0.205c-0.151,-0.152 -0.22,-0.332 -0.205,-0.54c0.014,-0.209 0.07,-0.418 0.167,-0.627c0.098,-0.209 0.213,-0.405 0.346,-0.589c0.133,-0.183 0.243,-0.329 0.329,-0.437c0.267,-0.324 0.539,-0.643 0.816,-0.956c0.277,-0.314 0.56,-0.621 0.848,-0.924l-0.616,0.054c-0.057,0.007 -0.115,0.016 -0.172,0.027c-0.058,0.011 -0.109,-0.013 -0.152,-0.07c-0.108,-0.13 -0.137,-0.27 -0.086,-0.421c0.021,-0.08 0.063,-0.125 0.124,-0.135c0.061,-0.011 0.128,-0.024 0.2,-0.038c0.043,-0.007 0.092,-0.015 0.146,-0.022c0.054,-0.007 0.131,-0.018 0.232,-0.032c0.101,-0.015 0.236,-0.035 0.405,-0.06c0.169,-0.025 0.391,-0.056 0.665,-0.092c0.194,-0.201 0.39,-0.401 0.588,-0.599c0.198,-0.198 0.402,-0.387 0.611,-0.567c0.05,-0.043 0.097,-0.087 0.14,-0.13c0.043,-0.043 0.09,-0.083 0.141,-0.119c0.05,-0.036 0.1,-0.05 0.151,-0.043c0.05,0.007 0.097,0.025 0.14,0.054c0.079,0.043 0.146,0.108 0.2,0.195c0.054,0.086 0.074,0.176 0.059,0.27c-0.014,0.057 -0.045,0.106 -0.091,0.145c-0.047,0.04 -0.089,0.078 -0.125,0.114l-0.572,0.54c0.281,-0.036 0.529,-0.063 0.745,-0.081c0.216,-0.018 0.425,-0.034 0.627,-0.049c0.036,0 0.079,-0.003 0.129,-0.01c0.051,-0.008 0.094,-0.004 0.13,0.01c0.065,0.022 0.11,0.062 0.135,0.119c0.025,0.058 0.038,0.123 0.038,0.195c0,0.072 -0.007,0.142 -0.022,0.21c-0.014,0.069 -0.032,0.121 -0.054,0.157Z" style="fill-rule:nonzero;"/>
</g> </g>
<g id="Type-A1" serif:id="Type A" transform="matrix(1.95031,0,0,1.95031,-8.8382,-177.519)">
<g id="Type-A1" serif:id="Type A" transform="matrix(1.82159,0,0,2.12422,0.116385,-191.555)">
<path d="M44.269,96.128c-0.043,0.101 -0.103,0.227 -0.178,0.378c-0.076,0.151 -0.139,0.266 -0.189,0.346c-0.101,0.187 -0.204,0.369 -0.308,0.545c-0.105,0.177 -0.211,0.351 -0.319,0.524c-0.151,0.245 -0.306,0.486 -0.464,0.724c-0.159,0.237 -0.31,0.479 -0.454,0.724c-0.144,0.244 -0.277,0.491 -0.4,0.74c-0.122,0.248 -0.227,0.502 -0.313,0.761c-0.072,0.231 -0.067,0.384 0.016,0.459c0.083,0.076 0.225,0.053 0.427,-0.07c0.317,-0.223 0.61,-0.459 0.88,-0.707c0.27,-0.249 0.531,-0.506 0.784,-0.773c0.525,-0.554 1.001,-1.116 1.426,-1.685c0.424,-0.569 0.81,-1.152 1.155,-1.75c0.087,-0.144 0.164,-0.285 0.233,-0.422c0.068,-0.136 0.135,-0.277 0.2,-0.421c0.021,-0.036 0.039,-0.075 0.054,-0.119c0.014,-0.043 0.039,-0.075 0.075,-0.097c0.065,-0.043 0.144,-0.065 0.238,-0.065c0.093,0 0.185,0.018 0.275,0.054c0.09,0.036 0.168,0.087 0.233,0.152c0.064,0.064 0.093,0.144 0.086,0.237c-0.007,0.036 -0.018,0.072 -0.032,0.108c-0.015,0.036 -0.029,0.072 -0.044,0.108c-0.115,0.252 -0.203,0.441 -0.264,0.567c-0.062,0.126 -0.117,0.236 -0.168,0.33c-0.468,0.857 -1.012,1.662 -1.631,2.414c-0.619,0.753 -1.289,1.432 -2.009,2.037c-0.18,0.151 -0.366,0.293 -0.557,0.426c-0.191,0.134 -0.39,0.251 -0.599,0.351c-0.094,0.044 -0.191,0.082 -0.292,0.114c-0.101,0.032 -0.205,0.058 -0.313,0.076c-0.108,0.018 -0.214,0.019 -0.319,0.005c-0.104,-0.014 -0.203,-0.05 -0.297,-0.108c-0.13,-0.079 -0.232,-0.184 -0.308,-0.313c-0.075,-0.13 -0.124,-0.267 -0.146,-0.411c-0.043,-0.238 -0.034,-0.47 0.027,-0.697c0.062,-0.227 0.139,-0.444 0.233,-0.653c-0.36,0.367 -0.71,0.7 -1.048,0.999c-0.339,0.299 -0.695,0.564 -1.07,0.794c-0.187,0.108 -0.385,0.207 -0.594,0.297c-0.209,0.09 -0.425,0.128 -0.648,0.114c-0.187,-0.008 -0.362,-0.065 -0.524,-0.173c-0.162,-0.108 -0.29,-0.245 -0.384,-0.411c-0.108,-0.209 -0.144,-0.428 -0.108,-0.659c0.036,-0.23 0.105,-0.446 0.206,-0.648c0.216,-0.439 0.491,-0.841 0.826,-1.204c0.335,-0.364 0.672,-0.708 1.01,-1.032c0.353,-0.346 0.708,-0.686 1.064,-1.021c0.357,-0.335 0.697,-0.693 1.021,-1.075c0.137,-0.166 0.189,-0.272 0.157,-0.319c-0.033,-0.046 -0.103,-0.063 -0.211,-0.048c-0.108,0.014 -0.23,0.047 -0.367,0.097c-0.137,0.05 -0.238,0.09 -0.303,0.119c-0.511,0.223 -0.979,0.513 -1.404,0.87c-0.425,0.356 -0.807,0.736 -1.145,1.139c-0.058,0.072 -0.128,0.11 -0.211,0.114c-0.083,0.003 -0.162,-0.011 -0.237,-0.044c-0.076,-0.032 -0.146,-0.081 -0.211,-0.145c-0.065,-0.065 -0.112,-0.13 -0.141,-0.195c-0.036,-0.086 -0.036,-0.164 0,-0.232c0.036,-0.069 0.083,-0.135 0.141,-0.2c0.072,-0.079 0.146,-0.158 0.221,-0.238c0.076,-0.079 0.153,-0.154 0.233,-0.227c0.216,-0.194 0.477,-0.392 0.783,-0.594c0.306,-0.201 0.628,-0.387 0.967,-0.556c0.338,-0.169 0.677,-0.306 1.015,-0.411c0.339,-0.104 0.648,-0.153 0.929,-0.145c0.151,0.007 0.295,0.041 0.432,0.102c0.137,0.061 0.242,0.161 0.314,0.297c0.1,0.195 0.115,0.405 0.043,0.632c-0.072,0.227 -0.184,0.449 -0.335,0.665c-0.151,0.216 -0.317,0.416 -0.497,0.599c-0.18,0.184 -0.328,0.333 -0.443,0.449c-0.18,0.187 -0.36,0.369 -0.54,0.545c-0.18,0.177 -0.364,0.355 -0.551,0.535c-0.339,0.331 -0.655,0.646 -0.951,0.945c-0.295,0.299 -0.536,0.621 -0.723,0.967c-0.144,0.295 -0.17,0.491 -0.076,0.589c0.094,0.097 0.277,0.088 0.551,-0.027c0.338,-0.144 0.652,-0.328 0.94,-0.551c0.288,-0.223 0.561,-0.454 0.821,-0.692c0.353,-0.324 0.691,-0.659 1.015,-1.004c0.324,-0.346 0.638,-0.706 0.94,-1.081c0.295,-0.367 0.565,-0.718 0.81,-1.053c0.245,-0.335 0.472,-0.679 0.681,-1.032c0.014,-0.036 0.029,-0.07 0.043,-0.102c0.014,-0.033 0.036,-0.063 0.065,-0.092c0.043,-0.043 0.113,-0.059 0.211,-0.049c0.097,0.011 0.19,0.04 0.28,0.087c0.09,0.047 0.166,0.106 0.227,0.178c0.061,0.072 0.074,0.151 0.038,0.238Z" style="fill:#fff;fill-rule:nonzero;"/> <path d="M44.269,96.128c-0.043,0.101 -0.103,0.227 -0.178,0.378c-0.076,0.151 -0.139,0.266 -0.189,0.346c-0.101,0.187 -0.204,0.369 -0.308,0.545c-0.105,0.177 -0.211,0.351 -0.319,0.524c-0.151,0.245 -0.306,0.486 -0.464,0.724c-0.159,0.237 -0.31,0.479 -0.454,0.724c-0.144,0.244 -0.277,0.491 -0.4,0.74c-0.122,0.248 -0.227,0.502 -0.313,0.761c-0.072,0.231 -0.067,0.384 0.016,0.459c0.083,0.076 0.225,0.053 0.427,-0.07c0.317,-0.223 0.61,-0.459 0.88,-0.707c0.27,-0.249 0.531,-0.506 0.784,-0.773c0.525,-0.554 1.001,-1.116 1.426,-1.685c0.424,-0.569 0.81,-1.152 1.155,-1.75c0.087,-0.144 0.164,-0.285 0.233,-0.422c0.068,-0.136 0.135,-0.277 0.2,-0.421c0.021,-0.036 0.039,-0.075 0.054,-0.119c0.014,-0.043 0.039,-0.075 0.075,-0.097c0.065,-0.043 0.144,-0.065 0.238,-0.065c0.093,0 0.185,0.018 0.275,0.054c0.09,0.036 0.168,0.087 0.233,0.152c0.064,0.064 0.093,0.144 0.086,0.237c-0.007,0.036 -0.018,0.072 -0.032,0.108c-0.015,0.036 -0.029,0.072 -0.044,0.108c-0.115,0.252 -0.203,0.441 -0.264,0.567c-0.062,0.126 -0.117,0.236 -0.168,0.33c-0.468,0.857 -1.012,1.662 -1.631,2.414c-0.619,0.753 -1.289,1.432 -2.009,2.037c-0.18,0.151 -0.366,0.293 -0.557,0.426c-0.191,0.134 -0.39,0.251 -0.599,0.351c-0.094,0.044 -0.191,0.082 -0.292,0.114c-0.101,0.032 -0.205,0.058 -0.313,0.076c-0.108,0.018 -0.214,0.019 -0.319,0.005c-0.104,-0.014 -0.203,-0.05 -0.297,-0.108c-0.13,-0.079 -0.232,-0.184 -0.308,-0.313c-0.075,-0.13 -0.124,-0.267 -0.146,-0.411c-0.043,-0.238 -0.034,-0.47 0.027,-0.697c0.062,-0.227 0.139,-0.444 0.233,-0.653c-0.36,0.367 -0.71,0.7 -1.048,0.999c-0.339,0.299 -0.695,0.564 -1.07,0.794c-0.187,0.108 -0.385,0.207 -0.594,0.297c-0.209,0.09 -0.425,0.128 -0.648,0.114c-0.187,-0.008 -0.362,-0.065 -0.524,-0.173c-0.162,-0.108 -0.29,-0.245 -0.384,-0.411c-0.108,-0.209 -0.144,-0.428 -0.108,-0.659c0.036,-0.23 0.105,-0.446 0.206,-0.648c0.216,-0.439 0.491,-0.841 0.826,-1.204c0.335,-0.364 0.672,-0.708 1.01,-1.032c0.353,-0.346 0.708,-0.686 1.064,-1.021c0.357,-0.335 0.697,-0.693 1.021,-1.075c0.137,-0.166 0.189,-0.272 0.157,-0.319c-0.033,-0.046 -0.103,-0.063 -0.211,-0.048c-0.108,0.014 -0.23,0.047 -0.367,0.097c-0.137,0.05 -0.238,0.09 -0.303,0.119c-0.511,0.223 -0.979,0.513 -1.404,0.87c-0.425,0.356 -0.807,0.736 -1.145,1.139c-0.058,0.072 -0.128,0.11 -0.211,0.114c-0.083,0.003 -0.162,-0.011 -0.237,-0.044c-0.076,-0.032 -0.146,-0.081 -0.211,-0.145c-0.065,-0.065 -0.112,-0.13 -0.141,-0.195c-0.036,-0.086 -0.036,-0.164 0,-0.232c0.036,-0.069 0.083,-0.135 0.141,-0.2c0.072,-0.079 0.146,-0.158 0.221,-0.238c0.076,-0.079 0.153,-0.154 0.233,-0.227c0.216,-0.194 0.477,-0.392 0.783,-0.594c0.306,-0.201 0.628,-0.387 0.967,-0.556c0.338,-0.169 0.677,-0.306 1.015,-0.411c0.339,-0.104 0.648,-0.153 0.929,-0.145c0.151,0.007 0.295,0.041 0.432,0.102c0.137,0.061 0.242,0.161 0.314,0.297c0.1,0.195 0.115,0.405 0.043,0.632c-0.072,0.227 -0.184,0.449 -0.335,0.665c-0.151,0.216 -0.317,0.416 -0.497,0.599c-0.18,0.184 -0.328,0.333 -0.443,0.449c-0.18,0.187 -0.36,0.369 -0.54,0.545c-0.18,0.177 -0.364,0.355 -0.551,0.535c-0.339,0.331 -0.655,0.646 -0.951,0.945c-0.295,0.299 -0.536,0.621 -0.723,0.967c-0.144,0.295 -0.17,0.491 -0.076,0.589c0.094,0.097 0.277,0.088 0.551,-0.027c0.338,-0.144 0.652,-0.328 0.94,-0.551c0.288,-0.223 0.561,-0.454 0.821,-0.692c0.353,-0.324 0.691,-0.659 1.015,-1.004c0.324,-0.346 0.638,-0.706 0.94,-1.081c0.295,-0.367 0.565,-0.718 0.81,-1.053c0.245,-0.335 0.472,-0.679 0.681,-1.032c0.014,-0.036 0.029,-0.07 0.043,-0.102c0.014,-0.033 0.036,-0.063 0.065,-0.092c0.043,-0.043 0.113,-0.059 0.211,-0.049c0.097,0.011 0.19,0.04 0.28,0.087c0.09,0.047 0.166,0.106 0.227,0.178c0.061,0.072 0.074,0.151 0.038,0.238Z" style="fill:#fff;fill-rule:nonzero;"/>
<path d="M46.365,101.173c-0.137,-0.188 -0.202,-0.395 -0.195,-0.621c0.008,-0.227 0.054,-0.445 0.141,-0.654c0.086,-0.195 0.191,-0.376 0.313,-0.546c0.123,-0.169 0.258,-0.327 0.405,-0.475c0.148,-0.148 0.304,-0.283 0.47,-0.405c0.166,-0.122 0.331,-0.234 0.497,-0.335c0.122,-0.072 0.27,-0.14 0.443,-0.205c0.173,-0.065 0.349,-0.108 0.529,-0.13c0.18,-0.021 0.348,-0.011 0.503,0.033c0.154,0.043 0.275,0.136 0.362,0.28c0.079,0.13 0.097,0.267 0.054,0.411c-0.044,0.144 -0.101,0.277 -0.173,0.4c-0.159,0.252 -0.36,0.477 -0.605,0.675c-0.245,0.198 -0.504,0.351 -0.778,0.459c-0.209,0.079 -0.421,0.13 -0.637,0.151c-0.216,0.022 -0.425,-0.007 -0.627,-0.086c-0.043,0.079 -0.077,0.156 -0.103,0.232c-0.025,0.076 -0.034,0.15 -0.027,0.222c0.008,0.072 0.033,0.138 0.076,0.199c0.043,0.062 0.115,0.11 0.216,0.146c0.18,0.065 0.389,0.054 0.627,-0.032c0.237,-0.087 0.473,-0.205 0.707,-0.357c0.234,-0.151 0.45,-0.311 0.648,-0.48c0.198,-0.17 0.351,-0.305 0.459,-0.406c0.051,-0.05 0.103,-0.106 0.157,-0.167c0.054,-0.061 0.114,-0.106 0.178,-0.135c0.065,-0.022 0.126,-0.025 0.184,-0.011c0.058,0.015 0.108,0.043 0.151,0.087c0.043,0.043 0.074,0.091 0.092,0.145c0.018,0.054 0.016,0.107 -0.005,0.157c-0.022,0.065 -0.063,0.128 -0.125,0.189c-0.061,0.061 -0.117,0.117 -0.167,0.168c-0.274,0.259 -0.484,0.448 -0.632,0.567c-0.148,0.119 -0.283,0.221 -0.405,0.308c-0.18,0.129 -0.394,0.253 -0.643,0.372c-0.248,0.119 -0.5,0.202 -0.756,0.249c-0.256,0.047 -0.502,0.045 -0.74,-0.006c-0.238,-0.05 -0.436,-0.183 -0.594,-0.399Zm1.393,-1.599c0.267,-0.043 0.512,-0.144 0.735,-0.303c0.223,-0.158 0.41,-0.327 0.562,-0.507c0.057,-0.065 0.099,-0.134 0.124,-0.206c0.025,-0.072 0.02,-0.118 -0.016,-0.14c-0.187,0.05 -0.364,0.122 -0.53,0.216c-0.165,0.094 -0.324,0.198 -0.475,0.313c-0.259,0.188 -0.486,0.396 -0.68,0.627c0.086,0.014 0.18,0.014 0.28,0Z" style="fill:#fff;fill-rule:nonzero;"/> <path d="M46.365,101.173c-0.137,-0.188 -0.202,-0.395 -0.195,-0.621c0.008,-0.227 0.054,-0.445 0.141,-0.654c0.086,-0.195 0.191,-0.376 0.313,-0.546c0.123,-0.169 0.258,-0.327 0.405,-0.475c0.148,-0.148 0.304,-0.283 0.47,-0.405c0.166,-0.122 0.331,-0.234 0.497,-0.335c0.122,-0.072 0.27,-0.14 0.443,-0.205c0.173,-0.065 0.349,-0.108 0.529,-0.13c0.18,-0.021 0.348,-0.011 0.503,0.033c0.154,0.043 0.275,0.136 0.362,0.28c0.079,0.13 0.097,0.267 0.054,0.411c-0.044,0.144 -0.101,0.277 -0.173,0.4c-0.159,0.252 -0.36,0.477 -0.605,0.675c-0.245,0.198 -0.504,0.351 -0.778,0.459c-0.209,0.079 -0.421,0.13 -0.637,0.151c-0.216,0.022 -0.425,-0.007 -0.627,-0.086c-0.043,0.079 -0.077,0.156 -0.103,0.232c-0.025,0.076 -0.034,0.15 -0.027,0.222c0.008,0.072 0.033,0.138 0.076,0.199c0.043,0.062 0.115,0.11 0.216,0.146c0.18,0.065 0.389,0.054 0.627,-0.032c0.237,-0.087 0.473,-0.205 0.707,-0.357c0.234,-0.151 0.45,-0.311 0.648,-0.48c0.198,-0.17 0.351,-0.305 0.459,-0.406c0.051,-0.05 0.103,-0.106 0.157,-0.167c0.054,-0.061 0.114,-0.106 0.178,-0.135c0.065,-0.022 0.126,-0.025 0.184,-0.011c0.058,0.015 0.108,0.043 0.151,0.087c0.043,0.043 0.074,0.091 0.092,0.145c0.018,0.054 0.016,0.107 -0.005,0.157c-0.022,0.065 -0.063,0.128 -0.125,0.189c-0.061,0.061 -0.117,0.117 -0.167,0.168c-0.274,0.259 -0.484,0.448 -0.632,0.567c-0.148,0.119 -0.283,0.221 -0.405,0.308c-0.18,0.129 -0.394,0.253 -0.643,0.372c-0.248,0.119 -0.5,0.202 -0.756,0.249c-0.256,0.047 -0.502,0.045 -0.74,-0.006c-0.238,-0.05 -0.436,-0.183 -0.594,-0.399Zm1.393,-1.599c0.267,-0.043 0.512,-0.144 0.735,-0.303c0.223,-0.158 0.41,-0.327 0.562,-0.507c0.057,-0.065 0.099,-0.134 0.124,-0.206c0.025,-0.072 0.02,-0.118 -0.016,-0.14c-0.187,0.05 -0.364,0.122 -0.53,0.216c-0.165,0.094 -0.324,0.198 -0.475,0.313c-0.259,0.188 -0.486,0.396 -0.68,0.627c0.086,0.014 0.18,0.014 0.28,0Z" style="fill:#fff;fill-rule:nonzero;"/>
<path d="M50.427,99.423c0.122,-0.123 0.239,-0.243 0.351,-0.362c0.111,-0.119 0.221,-0.243 0.329,-0.373c0.101,-0.122 0.202,-0.25 0.303,-0.383c0.101,-0.134 0.212,-0.287 0.335,-0.46c0.057,-0.23 0.144,-0.439 0.259,-0.626c0.108,-0.166 0.247,-0.304 0.416,-0.416c0.169,-0.112 0.358,-0.168 0.567,-0.168c0.101,0 0.187,0.026 0.259,0.076c0.072,0.051 0.112,0.123 0.119,0.216c0,0.065 -0.013,0.119 -0.038,0.162c-0.025,0.043 -0.059,0.081 -0.102,0.114c-0.044,0.032 -0.09,0.059 -0.141,0.081c-0.05,0.021 -0.097,0.046 -0.14,0.075c-0.123,0.079 -0.218,0.177 -0.287,0.292c-0.068,0.115 -0.117,0.234 -0.145,0.356c-0.072,0.303 -0.112,0.611 -0.119,0.924c-0.007,0.313 -0.029,0.625 -0.065,0.935c-0.022,0.244 -0.081,0.473 -0.178,0.686c-0.097,0.212 -0.222,0.397 -0.373,0.556c-0.151,0.158 -0.328,0.283 -0.529,0.373c-0.202,0.09 -0.425,0.127 -0.67,0.113c-0.209,-0.007 -0.4,-0.056 -0.573,-0.146c-0.172,-0.09 -0.315,-0.205 -0.426,-0.346c-0.112,-0.14 -0.184,-0.302 -0.216,-0.486c-0.033,-0.183 -0.013,-0.372 0.059,-0.567c0.029,-0.086 0.085,-0.144 0.167,-0.173c0.083,-0.028 0.163,-0.034 0.238,-0.016c0.076,0.018 0.139,0.058 0.189,0.119c0.051,0.061 0.061,0.135 0.033,0.221c-0.072,0.231 -0.045,0.415 0.081,0.551c0.126,0.137 0.293,0.206 0.502,0.206c0.166,0 0.324,-0.063 0.475,-0.189c0.152,-0.126 0.26,-0.265 0.324,-0.416c0.029,-0.058 0.051,-0.121 0.065,-0.189c0.015,-0.069 0.027,-0.15 0.038,-0.243c0.011,-0.094 0.02,-0.208 0.027,-0.341c0.007,-0.133 0.018,-0.297 0.032,-0.491c-0.129,0.158 -0.257,0.306 -0.383,0.443c-0.126,0.136 -0.25,0.259 -0.373,0.367c-0.072,0.065 -0.146,0.088 -0.221,0.07c-0.076,-0.018 -0.139,-0.056 -0.189,-0.113c-0.051,-0.058 -0.08,-0.128 -0.087,-0.211c-0.007,-0.083 0.022,-0.157 0.087,-0.221Z" style="fill:#fff;fill-rule:nonzero;"/> <path d="M50.427,99.423c0.122,-0.123 0.239,-0.243 0.351,-0.362c0.111,-0.119 0.221,-0.243 0.329,-0.373c0.101,-0.122 0.202,-0.25 0.303,-0.383c0.101,-0.134 0.212,-0.287 0.335,-0.46c0.057,-0.23 0.144,-0.439 0.259,-0.626c0.108,-0.166 0.247,-0.304 0.416,-0.416c0.169,-0.112 0.358,-0.168 0.567,-0.168c0.101,0 0.187,0.026 0.259,0.076c0.072,0.051 0.112,0.123 0.119,0.216c0,0.065 -0.013,0.119 -0.038,0.162c-0.025,0.043 -0.059,0.081 -0.102,0.114c-0.044,0.032 -0.09,0.059 -0.141,0.081c-0.05,0.021 -0.097,0.046 -0.14,0.075c-0.123,0.079 -0.218,0.177 -0.287,0.292c-0.068,0.115 -0.117,0.234 -0.145,0.356c-0.072,0.303 -0.112,0.611 -0.119,0.924c-0.007,0.313 -0.029,0.625 -0.065,0.935c-0.022,0.244 -0.081,0.473 -0.178,0.686c-0.097,0.212 -0.222,0.397 -0.373,0.556c-0.151,0.158 -0.328,0.283 -0.529,0.373c-0.202,0.09 -0.425,0.127 -0.67,0.113c-0.209,-0.007 -0.4,-0.056 -0.573,-0.146c-0.172,-0.09 -0.315,-0.205 -0.426,-0.346c-0.112,-0.14 -0.184,-0.302 -0.216,-0.486c-0.033,-0.183 -0.013,-0.372 0.059,-0.567c0.029,-0.086 0.085,-0.144 0.167,-0.173c0.083,-0.028 0.163,-0.034 0.238,-0.016c0.076,0.018 0.139,0.058 0.189,0.119c0.051,0.061 0.061,0.135 0.033,0.221c-0.072,0.231 -0.045,0.415 0.081,0.551c0.126,0.137 0.293,0.206 0.502,0.206c0.166,0 0.324,-0.063 0.475,-0.189c0.152,-0.126 0.26,-0.265 0.324,-0.416c0.029,-0.058 0.051,-0.121 0.065,-0.189c0.015,-0.069 0.027,-0.15 0.038,-0.243c0.011,-0.094 0.02,-0.208 0.027,-0.341c0.007,-0.133 0.018,-0.297 0.032,-0.491c-0.129,0.158 -0.257,0.306 -0.383,0.443c-0.126,0.136 -0.25,0.259 -0.373,0.367c-0.072,0.065 -0.146,0.088 -0.221,0.07c-0.076,-0.018 -0.139,-0.056 -0.189,-0.113c-0.051,-0.058 -0.08,-0.128 -0.087,-0.211c-0.007,-0.083 0.022,-0.157 0.087,-0.221Z" style="fill:#fff;fill-rule:nonzero;"/>


+ 35
- 31
vst2_bin/plugins/LindenbergResearch/res/WestcoastAged.svg
File diff suppressed because it is too large
View File


+ 0
- 355
vst2_bin/plugins/LindenbergResearch/res/WestcoastAged_v1.svg
File diff suppressed because it is too large
View File


+ 0
- 330
vst2_bin/plugins/LindenbergResearch/res/Westcoast_v1.svg View File

@@ -1,330 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="210px" height="380px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;">
<g id="Background" transform="matrix(1.16667,0,0,1,0.0116667,-196.458)">
<rect x="-0.01" y="196.458" width="180" height="380" style="fill:#1c1810;"/>
</g>
<g id="Guides">
<g transform="matrix(0.288308,0,0,0.614395,49.6719,65.0418)">
<rect x="46.4" y="76.43" width="49.029" height="4.115" style="fill:#afafaf;"/>
</g>
<g transform="matrix(0.288308,0,0,0.607533,49.6719,146.358)">
<rect x="46.4" y="76.43" width="49.029" height="4.115" style="fill:#afafaf;"/>
</g>
<g transform="matrix(0.226711,-0.120248,0.308814,0.582227,75.5478,65.9923)">
<rect x="46.4" y="76.43" width="49.029" height="4.115" style="fill:#afafaf;"/>
</g>
<g transform="matrix(0.412268,-0.218667,0.308814,0.582227,66.938,152.559)">
<rect x="46.4" y="76.43" width="49.029" height="4.115" style="fill:#afafaf;"/>
</g>
</g>
<g id="Controls" transform="matrix(1,0,0,1,12,0)">
<g id="Scale-Big" serif:id="Scale Big" transform="matrix(1,0,0,1,14.5285,-1.75435)">
<g id="InnerCircle_1_" transform="matrix(1.16667,0,0,1.16667,-21.6652,-15.2163)">
<path d="M117.435,116.771c-8.587,-4.523 -14.444,-13.541 -14.444,-23.928c0,-14.922 12.089,-27.018 27,-27.018c14.91,0 27,12.096 27,27.018c0,10.35 -5.814,19.338 -14.349,23.876" style="fill:none;stroke:#f9f9f9;stroke-width:2.57px;"/>
</g>
<g id="Big_1_" transform="matrix(1.05634,0,0,1.05634,-7.32338,-5.11138)">
<g transform="matrix(0.945638,0,0,0.945638,7.06649,6.4291)">
<path d="M129.99,118.265l0,-60.683" style="fill:none;stroke:#121212;stroke-width:3px;stroke-miterlimit:1.414;"/>
</g>
<g transform="matrix(0.90806,0,0,0.90806,12.3133,8.56011)">
<path d="M165.49,93.105l-71,0" style="fill:none;stroke:#121212;stroke-width:3.13px;stroke-miterlimit:1.414;"/>
</g>
<g transform="matrix(0.900108,0,0,0.900108,12.9851,9.30053)">
<path d="M99.247,110.867l61.488,-35.523" style="fill:none;stroke:#121212;stroke-width:3.16px;stroke-miterlimit:1.414;"/>
</g>
<g transform="matrix(0.904389,0,0,0.904389,12.4284,8.90201)">
<path d="M112.24,123.872l35.5,-61.53" style="fill:none;stroke:#121212;stroke-width:3.14px;stroke-miterlimit:1.414;"/>
</g>
<g transform="matrix(0.897679,0,0,0.897679,13.3755,9.5698)">
<path d="M160.735,110.867l-61.488,-35.523" style="fill:none;stroke:#121212;stroke-width:3.16px;stroke-miterlimit:1.414;"/>
</g>
<g transform="matrix(0.897498,0,0,0.897498,13.202,9.33167)">
<path d="M147.74,123.872l-35.5,-61.53" style="fill:none;stroke:#121212;stroke-width:3.16px;stroke-miterlimit:1.414;"/>
</g>
</g>
</g>
<g id="Scale-Middle" serif:id="Scale Middle" transform="matrix(1,0,0,1,3.01812,-8.49286)">
<g id="Big_3_">
<g transform="matrix(1,0,0,1.86052,0,-266.61)">
<path d="M90,309.824l0,-27.882" style="fill:none;stroke:#f9f9f9;stroke-width:1.06px;stroke-linecap:round;stroke-linejoin:round;"/>
</g>
<g transform="matrix(2.77556e-17,-1,2.85039,1.81867e-16,-752.971,397.566)">
<path d="M90,309.824l0,-27.882" style="fill:none;stroke:#f9f9f9;stroke-width:0.7px;stroke-linecap:round;stroke-linejoin:round;"/>
</g>
<g transform="matrix(1.18037,0,0,1.17458,-7.13823,-59.1929)">
<path d="M67.483,320.942l45.034,-26" style="fill:none;stroke:#f9f9f9;stroke-width:1.27px;stroke-linecap:round;stroke-linejoin:round;"/>
</g>
<g transform="matrix(1.11789,0,0,1.18049,-6.1752,-64.6776)">
<path d="M77,330.458l26,-45.032" style="fill:none;stroke:#f9f9f9;stroke-width:1.3px;stroke-linecap:round;stroke-linejoin:round;"/>
</g>
<g transform="matrix(1.18037,0,0,1.25308,-25.3292,-83.3688)">
<path d="M112.517,320.942l-45.034,-26" style="fill:none;stroke:#f9f9f9;stroke-width:1.23px;stroke-linecap:round;stroke-linejoin:round;"/>
</g>
<g transform="matrix(1.14275,0,0,1.1849,-17.6058,-66.1091)">
<path d="M103,330.458l-26,-45.032" style="fill:none;stroke:#f9f9f9;stroke-width:1.29px;stroke-linecap:round;stroke-linejoin:round;"/>
</g>
</g>
<g id="OuterCircle_5_" transform="matrix(1.05,0,0,1.05,-4.4995,-15.3303)">
<path d="M80.647,325.45c-6.339,-3.354 -10.657,-10.016 -10.657,-17.687c0,-11.045 8.955,-19.999 20,-19.999c11.046,0 20,8.954 20,19.999c0,7.612 -4.253,14.231 -10.514,17.609" style="fill:#2b2b2b;stroke:#fff;stroke-opacity:0.129412;stroke-width:14.29px;"/>
</g>
</g>
<g id="Scale-Middle1" serif:id="Scale Middle" transform="matrix(1,0,0,1,54.5185,-134.424)">
<g id="OuterCircle_5_1" serif:id="OuterCircle_5_" transform="matrix(1.16805,0,0,1.16805,-15.1282,-51.512)">
<path d="M80.647,325.45c-6.339,-3.354 -10.657,-10.016 -10.657,-17.687c0,-11.045 8.955,-19.999 20,-19.999c11.046,0 20,8.954 20,19.999c0,7.612 -4.253,14.231 -10.514,17.609" style="fill:none;stroke:#f9f9f9;stroke-width:1.78px;"/>
</g>
<g id="Big_3_1" serif:id="Big_3_" transform="matrix(1.03826,0,0,1.03826,-3.44904,-11.7196)">
<g transform="matrix(0.932501,0,0,0.932501,6.07489,20.9127)">
<path d="M90,309.824l0,-27.882" style="fill:none;stroke:#191919;stroke-width:2px;"/>
</g>
<g transform="matrix(0.926102,0,0,0.926102,6.78866,22.7563)">
<path d="M116,307.942l-52,0" style="fill:none;stroke:#191919;stroke-width:2px;"/>
</g>
<g transform="matrix(0.926254,0,0,0.926254,6.63712,22.7094)">
<path d="M67.483,320.942l45.034,-26" style="fill:none;stroke:#191919;stroke-width:2px;"/>
</g>
<g transform="matrix(0.919567,0,0,0.919567,7.29407,24.6732)">
<path d="M77,330.458l26,-45.032" style="fill:none;stroke:#191919;stroke-width:2px;"/>
</g>
<g transform="matrix(0.926254,0,0,0.926254,6.63712,22.7094)">
<path d="M112.517,320.942l-45.034,-26" style="fill:none;stroke:#191919;stroke-width:2px;"/>
</g>
<g transform="matrix(0.923807,0,0,0.923807,6.85735,23.463)">
<path d="M103,330.458l-26,-45.032" style="fill:none;stroke:#191919;stroke-width:2px;"/>
</g>
</g>
</g>
<g id="Scale-Middle2" serif:id="Scale Middle" transform="matrix(0.615385,0,0,0.615385,28.0154,-76.4308)">
<g id="OuterCircle_5_2" serif:id="OuterCircle_5_" transform="matrix(1.125,0,0,1.125,-11.2488,-38.3259)">
<path d="M80.647,325.45c-6.339,-3.354 -10.657,-10.016 -10.657,-17.687c0,-11.045 8.955,-19.999 20,-19.999c11.046,0 20,8.954 20,19.999c0,7.612 -4.253,14.231 -10.514,17.609" style="fill:none;stroke:#f9f9f9;stroke-width:2.89px;"/>
</g>
<g id="Big_3_2" serif:id="Big_3_">
<g transform="matrix(1,0,0,0.931804,-1.42109e-14,20.3847)">
<path d="M90,309.824l0,-27.882" style="fill:none;stroke:#191919;stroke-width:3.36px;"/>
</g>
<g transform="matrix(0.945296,0,0,0.933282,4.80633,20.5452)">
<path d="M116,307.942l-52,0" style="fill:none;stroke:#191919;stroke-width:3.48px;"/>
</g>
<g transform="matrix(0.938161,0,0,0.938161,5.56552,19.0429)">
<path d="M67.483,320.942l45.034,-26" style="fill:none;stroke:#191919;stroke-width:3.46px;"/>
</g>
<g transform="matrix(0.933948,0,0,0.933948,5.94467,20.3401)">
<path d="M77,330.458l26,-45.032" style="fill:none;stroke:#191919;stroke-width:3.48px;"/>
</g>
<g transform="matrix(0.938161,0,0,0.938161,5.56552,19.0429)">
<path d="M112.517,320.942l-45.034,-26" style="fill:none;stroke:#191919;stroke-width:3.46px;"/>
</g>
<g transform="matrix(0.933948,0,0,0.933948,5.94467,20.3401)">
<path d="M103,330.458l-26,-45.032" style="fill:none;stroke:#191919;stroke-width:3.48px;"/>
</g>
</g>
</g>
<g id="Scale-Middle3" serif:id="Scale Middle" transform="matrix(0.615385,0,0,0.615385,27.5154,5.56923)">
<g id="OuterCircle_5_3" serif:id="OuterCircle_5_" transform="matrix(1.125,0,0,1.125,-11.2488,-38.3259)">
<path d="M80.647,325.45c-6.339,-3.354 -10.657,-10.016 -10.657,-17.687c0,-11.045 8.955,-19.999 20,-19.999c11.046,0 20,8.954 20,19.999c0,7.612 -4.253,14.231 -10.514,17.609" style="fill:none;stroke:#f9f9f9;stroke-width:2.89px;stroke-linejoin:round;stroke-miterlimit:1.414;"/>
</g>
<g transform="matrix(0.932501,0,0,0.932501,6.07489,20.9127)">
<path d="M90,309.824l0,-27.882" style="fill:none;stroke:#1a1a1a;stroke-width:3.49px;stroke-miterlimit:1.41;"/>
</g>
<g transform="matrix(0.933282,0,0,0.933282,5.80497,20.5452)">
<path d="M116,307.942l-52,0" style="fill:none;stroke:#1a1a1a;stroke-width:3.48px;stroke-miterlimit:1.41;"/>
</g>
<g transform="matrix(0.932219,0,0,0.932219,6.10031,20.8727)">
<path d="M67.483,320.942l45.034,-26" style="fill:none;stroke:#1a1a1a;stroke-width:3.49px;stroke-miterlimit:1.41;"/>
</g>
<g transform="matrix(0.941481,0,0,0.941481,5.35296,17.8713)">
<path d="M77,330.458l26,-45.032" style="fill:none;stroke:#1a1a1a;stroke-width:3.45px;stroke-miterlimit:1.41;"/>
</g>
<g transform="matrix(0.932219,0,0,0.932219,6.10031,20.8727)">
<path d="M112.517,320.942l-45.034,-26" style="fill:none;stroke:#1a1a1a;stroke-width:3.49px;stroke-miterlimit:1.41;"/>
</g>
<g transform="matrix(0.934849,0,0,0.934849,5.86356,20.0626)">
<path d="M103,330.458l-26,-45.032l26,45.032Z" style="fill:none;stroke:#1a1a1a;stroke-width:3.48px;stroke-miterlimit:1.41;"/>
</g>
</g>
</g>
<g transform="matrix(1.08833,0,0,1.08833,2.60669,-89.2585)">
<g id="Name">
<path id="Type-A" serif:id="Type A" d="M55.28,92.692c0.112,0 0.167,0.056 0.167,0.167l0,3.992c0,0.668 -0.111,1.313 -0.334,1.937c-0.222,0.623 -0.545,1.197 -0.968,1.72l-2.321,2.856l-0.017,0c0,0 -0.006,0.005 -0.017,0.016l-0.017,0.017c-0.011,0 -0.016,0.006 -0.016,0.017c-0.011,0 -0.023,0.003 -0.034,0.008c-0.011,0.006 -0.022,0.008 -0.033,0.008l-3.106,0c-0.011,0 -0.023,-0.002 -0.034,-0.008c-0.011,-0.005 -0.022,-0.008 -0.033,-0.008c0,-0.011 -0.006,-0.017 -0.017,-0.017l-0.016,-0.017c-0.012,0 -0.017,-0.005 -0.017,-0.016l-0.017,0l-2.271,-2.773l-2.271,2.773l-0.017,0.016l-0.017,0l0,0.017c-0.011,0 -0.016,0.006 -0.016,0.017c-0.011,0 -0.023,0.003 -0.034,0.008c-0.011,0.006 -0.022,0.008 -0.033,0.008l-3.106,0c-0.011,0 -0.023,-0.002 -0.034,-0.008c-0.011,-0.005 -0.022,-0.008 -0.033,-0.008c0,-0.011 -0.006,-0.017 -0.017,-0.017l-0.017,-0.017c-0.011,0 -0.016,-0.005 -0.016,-0.016l-0.017,0l-2.321,-2.856c-0.423,-0.523 -0.746,-1.097 -0.969,-1.72c-0.223,-0.624 -0.334,-1.269 -0.334,-1.937l0,-3.992c0,-0.111 0.05,-0.167 0.15,-0.167l2.405,0c0.112,0 0.167,0.056 0.167,0.167l0,3.992c0,0.723 0.228,1.364 0.685,1.92l1.904,2.321l1.904,-2.321c0.456,-0.556 0.684,-1.197 0.684,-1.92l0,-3.992c0,-0.111 0.056,-0.167 0.167,-0.167l2.388,0c0.112,0 0.167,0.056 0.167,0.167l0,3.992c0,0.356 0.059,0.698 0.176,1.027c0.117,0.328 0.286,0.626 0.509,0.893l1.904,2.321l1.904,-2.321c0.456,-0.556 0.684,-1.197 0.684,-1.92l0,-3.992c0,-0.111 0.056,-0.167 0.167,-0.167l2.388,0Zm-7.297,6.296c-0.223,-0.278 -0.407,-0.601 -0.552,-0.968c-0.089,0.412 -0.219,0.812 -0.392,1.202c-0.173,0.39 -0.387,0.752 -0.643,1.086l2.188,2.688l1.336,-1.636l-1.937,-2.372Zm0.951,4.108l2.405,0l-1.202,-1.469l-1.203,1.469Zm-3.774,-6.245c0,0.579 0.089,1.138 0.267,1.678c0.179,0.54 0.429,1.044 0.752,1.511c0.334,-0.467 0.59,-0.971 0.768,-1.511c0.178,-0.54 0.267,-1.099 0.267,-1.678l0,-3.825l-2.054,0l0,3.825Zm-2.705,4.509l1.336,1.636l2.188,-2.688c-0.257,-0.334 -0.471,-0.696 -0.643,-1.086c-0.173,-0.39 -0.304,-0.79 -0.393,-1.202c-0.145,0.367 -0.328,0.69 -0.551,0.968l-1.937,2.372Zm-0.217,0.267l-1.203,1.469l2.405,0l-1.202,-1.469Zm-4.994,-4.776c0,0.634 0.109,1.244 0.326,1.828c0.217,0.585 0.521,1.122 0.91,1.612l2.205,2.705l1.336,-1.636l-1.938,-2.372c-0.512,-0.612 -0.768,-1.325 -0.768,-2.137l0,-3.825l-2.071,0l0,3.825Zm16.65,3.44c0.39,-0.49 0.693,-1.027 0.911,-1.612c0.217,-0.584 0.325,-1.194 0.325,-1.828l0,-3.825l-2.071,0l0,3.825c0,0.812 -0.256,1.525 -0.768,2.137l-1.937,2.372l1.336,1.636l2.204,-2.705Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.44px;stroke-linejoin:bevel;stroke-miterlimit:1.41421;"/>
<path d="M66.353,92.692c0.111,0 0.167,0.056 0.167,0.167l0,2.405c0,0.112 -0.056,0.167 -0.167,0.167l-7.031,0l0,1.269l5.845,0c0.111,0 0.167,0.056 0.167,0.167l0,2.388c0,0.112 -0.056,0.167 -0.167,0.167l-5.845,0l0,1.27l7.031,0c0.111,0 0.167,0.055 0.167,0.167l0,2.404c0,0.112 -0.056,0.167 -0.167,0.167l-7.198,0l-2.388,0c-0.112,0 -0.167,-0.055 -0.167,-0.167l0,-2.404l0,-1.604l0,-2.388l0,-1.603l0,-2.405c0,-0.111 0.055,-0.167 0.167,-0.167l9.586,0Zm-9.419,2.405l2.054,0l0,-2.071l-2.054,0l0,2.071Zm0,3.991l2.054,0l0,-2.07l-2.054,0l0,2.07Zm2.054,4.008l0,-2.07l-2.054,0l0,2.07l2.054,0Zm0.334,-2.07l0,2.07l6.88,0l0,-2.07l-6.88,0Zm-0.334,-1.604l-2.054,0l0,1.27l2.054,0l0,-1.27Zm0.334,-2.404l0,2.07l5.678,0l0,-2.07l-5.678,0Zm-0.334,-1.587l-2.054,0l0,1.269l2.054,0l0,-1.269Zm7.214,-2.405l-6.88,0l0,2.071l6.88,0l0,-2.071Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.44px;stroke-linejoin:bevel;stroke-miterlimit:1.41421;"/>
<path d="M70.878,95.431c-0.178,0 -0.328,0.061 -0.451,0.184c-0.122,0.122 -0.183,0.273 -0.183,0.451c0,0.178 0.061,0.328 0.183,0.451c0.123,0.122 0.273,0.183 0.451,0.183l4.793,0c0.468,0 0.905,0.089 1.311,0.268c0.406,0.178 0.763,0.417 1.069,0.718c0.306,0.3 0.548,0.654 0.726,1.06c0.178,0.406 0.268,0.843 0.268,1.311c0,0.468 -0.09,0.905 -0.268,1.311c-0.178,0.406 -0.42,0.763 -0.726,1.069c-0.306,0.306 -0.663,0.548 -1.069,0.726c-0.406,0.178 -0.843,0.267 -1.311,0.267l-4.793,0c-0.467,0 -0.907,-0.089 -1.319,-0.267c-0.412,-0.178 -0.768,-0.42 -1.069,-0.726c-0.3,-0.306 -0.54,-0.663 -0.718,-1.069c-0.178,-0.406 -0.267,-0.843 -0.267,-1.311c0,-0.111 0.056,-0.167 0.167,-0.167l2.405,0c0.111,0 0.167,0.056 0.167,0.167c0,0.178 0.061,0.329 0.183,0.451c0.123,0.122 0.273,0.184 0.451,0.184l4.793,0c0.178,0 0.329,-0.062 0.451,-0.184c0.123,-0.122 0.184,-0.273 0.184,-0.451c0,-0.178 -0.061,-0.328 -0.184,-0.451c-0.122,-0.122 -0.273,-0.184 -0.451,-0.184l-0.401,0l-4.392,0c-0.467,0 -0.907,-0.089 -1.319,-0.267c-0.412,-0.178 -0.768,-0.417 -1.069,-0.718c-0.3,-0.3 -0.54,-0.654 -0.718,-1.06c-0.178,-0.407 -0.267,-0.844 -0.267,-1.311c0,-0.468 0.089,-0.905 0.267,-1.311c0.178,-0.407 0.418,-0.763 0.718,-1.069c0.301,-0.306 0.657,-0.548 1.069,-0.726c0.412,-0.179 0.852,-0.268 1.319,-0.268l4.793,0c0.468,0 0.905,0.089 1.311,0.268c0.406,0.178 0.763,0.42 1.069,0.726c0.306,0.306 0.548,0.662 0.726,1.069c0.178,0.406 0.268,0.843 0.268,1.311c0,0.111 -0.056,0.167 -0.167,0.167l-2.405,0c-0.112,0 -0.167,-0.056 -0.167,-0.167c0,-0.178 -0.061,-0.329 -0.184,-0.451c-0.122,-0.123 -0.273,-0.184 -0.451,-0.184l-4.793,0Zm-0.968,0.635c0,-0.267 0.094,-0.496 0.284,-0.685c0.189,-0.189 0.417,-0.284 0.684,-0.284l4.793,0c0.234,0 0.44,0.078 0.618,0.234c0.178,0.156 0.29,0.345 0.334,0.568l2.071,0c-0.022,-0.401 -0.117,-0.777 -0.284,-1.127c-0.167,-0.351 -0.384,-0.655 -0.651,-0.911c-0.268,-0.256 -0.582,-0.459 -0.944,-0.609c-0.362,-0.15 -0.743,-0.226 -1.144,-0.226l-4.793,0c-0.423,0 -0.818,0.081 -1.185,0.243c-0.368,0.161 -0.691,0.378 -0.969,0.651c-0.278,0.273 -0.495,0.595 -0.651,0.968c-0.156,0.373 -0.234,0.766 -0.234,1.178c0,0.423 0.078,0.815 0.234,1.177c0.156,0.362 0.373,0.682 0.651,0.96c0.278,0.279 0.601,0.496 0.969,0.652c0.367,0.156 0.762,0.233 1.185,0.233l4.793,0c0.267,0 0.496,0.095 0.685,0.284c0.189,0.19 0.284,0.418 0.284,0.685c0,0.267 -0.095,0.496 -0.284,0.685c-0.189,0.189 -0.418,0.284 -0.685,0.284l-4.793,0c-0.245,0 -0.456,-0.078 -0.634,-0.234c-0.178,-0.156 -0.284,-0.345 -0.318,-0.568l-2.087,0c0.022,0.401 0.117,0.777 0.284,1.127c0.167,0.351 0.387,0.654 0.659,0.91c0.273,0.257 0.59,0.46 0.952,0.61c0.362,0.15 0.743,0.225 1.144,0.225l4.793,0c0.412,0 0.805,-0.08 1.178,-0.242c0.372,-0.161 0.695,-0.378 0.968,-0.651c0.273,-0.273 0.49,-0.593 0.651,-0.96c0.162,-0.368 0.243,-0.763 0.243,-1.186c0,-0.412 -0.081,-0.802 -0.243,-1.169c-0.161,-0.367 -0.378,-0.69 -0.651,-0.969c-0.273,-0.278 -0.596,-0.495 -0.968,-0.651c-0.373,-0.156 -0.766,-0.234 -1.178,-0.234l-4.793,0c-0.267,0 -0.495,-0.094 -0.684,-0.284c-0.19,-0.189 -0.284,-0.417 -0.284,-0.684Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.44px;stroke-linejoin:bevel;stroke-miterlimit:1.41421;"/>
<path d="M89.766,92.709c0.111,0 0.167,0.056 0.167,0.167l0,2.388c0,0.112 -0.056,0.167 -0.167,0.167l-3.44,0l0,7.832c0,0.112 -0.056,0.167 -0.167,0.167l-2.388,0c-0.112,0 -0.167,-0.055 -0.167,-0.167l0,-7.832l-3.441,0c-0.111,0 -0.167,-0.055 -0.167,-0.167l0,-2.388c0,-0.111 0.056,-0.167 0.167,-0.167l9.603,0Zm-5.828,0.317l0,2.071l2.07,0l0,-2.071l-2.07,0Zm-0.334,2.071l0,-2.071l-3.274,0l0,2.071l3.274,0Zm2.404,0.334l-2.07,0l0,7.665l2.07,0l0,-7.665Zm3.591,-2.405l-3.273,0l0,2.071l3.273,0l0,-2.071Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.44px;stroke-linejoin:bevel;stroke-miterlimit:1.41421;"/>
<path d="M94.342,95.431c-0.178,0 -0.329,0.061 -0.451,0.184c-0.123,0.122 -0.184,0.273 -0.184,0.451l0,4.008c0,0.178 0.061,0.328 0.184,0.451c0.122,0.122 0.273,0.183 0.451,0.183l4.793,0c0.178,0 0.328,-0.061 0.451,-0.183c0.122,-0.123 0.183,-0.273 0.183,-0.451c0,-0.112 0.056,-0.167 0.167,-0.167l2.405,0c0.111,0 0.167,0.055 0.167,0.167c0,0.467 -0.089,0.904 -0.267,1.311c-0.178,0.406 -0.418,0.76 -0.718,1.06c-0.301,0.301 -0.657,0.54 -1.069,0.718c-0.412,0.178 -0.852,0.267 -1.319,0.267l-4.793,0c-0.468,0 -0.905,-0.089 -1.311,-0.267c-0.407,-0.178 -0.763,-0.417 -1.069,-0.718c-0.306,-0.3 -0.548,-0.654 -0.726,-1.06c-0.179,-0.407 -0.268,-0.844 -0.268,-1.311l0,-4.008c0,-0.468 0.089,-0.905 0.268,-1.311c0.178,-0.407 0.42,-0.76 0.726,-1.061c0.306,-0.3 0.662,-0.54 1.069,-0.718c0.406,-0.178 0.843,-0.267 1.311,-0.267l4.793,0c0.467,0 0.907,0.089 1.319,0.267c0.412,0.178 0.768,0.418 1.069,0.718c0.3,0.301 0.54,0.654 0.718,1.061c0.178,0.406 0.267,0.843 0.267,1.311c0,0.111 -0.056,0.167 -0.167,0.167l-2.405,0c-0.111,0 -0.167,-0.056 -0.167,-0.167c0,-0.178 -0.061,-0.329 -0.183,-0.451c-0.123,-0.123 -0.273,-0.184 -0.451,-0.184l-4.793,0Zm0,5.611c-0.267,0 -0.496,-0.094 -0.685,-0.284c-0.189,-0.189 -0.284,-0.417 -0.284,-0.684l0,-4.008c0,-0.267 0.095,-0.496 0.284,-0.685c0.189,-0.189 0.418,-0.284 0.685,-0.284l4.793,0c0.245,0 0.456,0.078 0.634,0.234c0.178,0.156 0.284,0.345 0.318,0.568l2.087,0c-0.022,-0.401 -0.117,-0.774 -0.284,-1.119c-0.167,-0.345 -0.387,-0.646 -0.659,-0.902c-0.273,-0.256 -0.591,-0.459 -0.952,-0.609c-0.362,-0.151 -0.744,-0.226 -1.144,-0.226l-4.793,0c-0.423,0 -0.819,0.078 -1.186,0.234c-0.367,0.156 -0.687,0.373 -0.96,0.651c-0.273,0.279 -0.49,0.601 -0.651,0.969c-0.162,0.367 -0.243,0.757 -0.243,1.169l0,4.008c0,0.423 0.081,0.818 0.243,1.185c0.161,0.368 0.378,0.688 0.651,0.961c0.273,0.272 0.593,0.49 0.96,0.651c0.367,0.161 0.763,0.242 1.186,0.242l4.793,0c0.4,0 0.782,-0.075 1.144,-0.225c0.361,-0.151 0.679,-0.357 0.952,-0.618c0.272,-0.262 0.492,-0.565 0.659,-0.91c0.167,-0.345 0.262,-0.718 0.284,-1.119l-2.087,0c-0.034,0.222 -0.14,0.412 -0.318,0.568c-0.178,0.155 -0.389,0.233 -0.634,0.233l-4.793,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.44px;stroke-linejoin:bevel;stroke-miterlimit:1.41421;"/>
<path d="M111.777,95.097c0.267,0 0.495,0.095 0.684,0.284c0.19,0.189 0.284,0.418 0.284,0.685l0,3.991c0,0.267 -0.094,0.496 -0.284,0.685c-0.189,0.189 -0.417,0.284 -0.684,0.284l-4.793,0c-0.268,0 -0.496,-0.095 -0.685,-0.284c-0.189,-0.189 -0.284,-0.418 -0.284,-0.685l0,-3.991c0,-0.267 0.095,-0.496 0.284,-0.685c0.189,-0.189 0.417,-0.284 0.685,-0.284l4.793,0Zm0,5.595c0.178,0 0.328,-0.062 0.45,-0.184c0.123,-0.122 0.184,-0.273 0.184,-0.451l0,-3.991c0,-0.178 -0.061,-0.329 -0.184,-0.451c-0.122,-0.123 -0.272,-0.184 -0.45,-0.184l-4.793,0c-0.178,0 -0.329,0.061 -0.451,0.184c-0.123,0.122 -0.184,0.273 -0.184,0.451l0,3.991c0,0.178 0.061,0.329 0.184,0.451c0.122,0.122 0.273,0.184 0.451,0.184l4.793,0Zm0,-8c0.467,0 0.904,0.089 1.311,0.268c0.406,0.178 0.762,0.42 1.068,0.726c0.306,0.306 0.549,0.662 0.727,1.069c0.178,0.406 0.267,0.843 0.267,1.311l0,3.991c0,0.468 -0.089,0.907 -0.267,1.319c-0.178,0.412 -0.421,0.769 -0.727,1.069c-0.306,0.301 -0.662,0.54 -1.068,0.718c-0.407,0.178 -0.844,0.267 -1.311,0.267l-4.793,0c-0.468,0 -0.908,-0.089 -1.32,-0.267c-0.412,-0.178 -0.768,-0.417 -1.068,-0.718c-0.301,-0.3 -0.54,-0.657 -0.719,-1.069c-0.178,-0.412 -0.267,-0.851 -0.267,-1.319l0,-3.991c0,-0.468 0.089,-0.905 0.267,-1.311c0.179,-0.407 0.418,-0.763 0.719,-1.069c0.3,-0.306 0.656,-0.548 1.068,-0.726c0.412,-0.179 0.852,-0.268 1.32,-0.268l4.793,0Zm3.039,3.374c0,-0.412 -0.081,-0.805 -0.242,-1.178c-0.162,-0.373 -0.379,-0.695 -0.651,-0.968c-0.273,-0.273 -0.596,-0.49 -0.969,-0.651c-0.373,-0.162 -0.766,-0.243 -1.177,-0.243l-4.793,0c-0.423,0 -0.819,0.081 -1.186,0.243c-0.367,0.161 -0.69,0.378 -0.969,0.651c-0.278,0.273 -0.495,0.595 -0.651,0.968c-0.156,0.373 -0.234,0.766 -0.234,1.178l0,3.991c0,0.423 0.078,0.818 0.234,1.186c0.156,0.367 0.373,0.69 0.651,0.968c0.279,0.279 0.602,0.496 0.969,0.652c0.367,0.156 0.763,0.233 1.186,0.233l4.793,0c0.411,0 0.804,-0.077 1.177,-0.233c0.373,-0.156 0.696,-0.373 0.969,-0.652c0.272,-0.278 0.489,-0.601 0.651,-0.968c0.161,-0.368 0.242,-0.763 0.242,-1.186l0,-3.991Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.44px;stroke-linejoin:bevel;stroke-miterlimit:1.41421;"/>
<path d="M124.435,92.692c0.468,0 0.905,0.089 1.311,0.268c0.406,0.178 0.76,0.417 1.061,0.718c0.3,0.3 0.54,0.654 0.718,1.06c0.178,0.406 0.267,0.843 0.267,1.311l0,7.214c0,0.112 -0.056,0.167 -0.167,0.167l-2.388,0c-0.112,0 -0.167,-0.055 -0.167,-0.167l0,-2.638l-6.079,0l0,2.638c0,0.112 -0.056,0.167 -0.167,0.167l-2.388,0c-0.111,0 -0.167,-0.055 -0.167,-0.167l0,-3.206l0,-4.008c0,-0.468 0.089,-0.905 0.267,-1.311c0.178,-0.406 0.418,-0.76 0.718,-1.06c0.301,-0.301 0.654,-0.54 1.061,-0.718c0.406,-0.179 0.843,-0.268 1.311,-0.268l4.809,0Zm-5.778,5.528l-2.054,0l0,2.071l2.054,0l0,-0.234l0,-1.837Zm0,2.405l-2.054,0l0,2.471l2.054,0l0,-2.471Zm6.413,-0.334l0,-0.234l0,-1.837l-6.079,0l0,2.071l6.079,0Zm-6.079,-2.405l6.079,0l0,-1.837c0,-0.178 -0.061,-0.328 -0.184,-0.451c-0.122,-0.122 -0.273,-0.184 -0.451,-0.184l-4.809,0c-0.179,0 -0.329,0.062 -0.451,0.184c-0.123,0.123 -0.184,0.273 -0.184,0.451l0,1.837Zm8.467,0.334l-2.054,0l0,2.071l2.054,0l0,-0.234l0,-0.802l0,-1.035Zm0,4.876l0,-2.471l-2.054,0l0,2.471l2.054,0Zm0,-7.047c0,-0.412 -0.078,-0.802 -0.234,-1.169c-0.156,-0.367 -0.373,-0.69 -0.651,-0.969c-0.279,-0.278 -0.601,-0.495 -0.969,-0.651c-0.367,-0.156 -0.757,-0.234 -1.169,-0.234l-4.809,0c-0.424,0 -0.816,0.078 -1.178,0.234c-0.362,0.156 -0.682,0.373 -0.96,0.651c-0.278,0.279 -0.495,0.602 -0.651,0.969c-0.156,0.367 -0.234,0.757 -0.234,1.169l0,1.837l2.054,0l0,-1.837c0,-0.256 0.095,-0.479 0.284,-0.668c0.189,-0.189 0.417,-0.284 0.685,-0.284l4.809,0c0.267,0 0.496,0.095 0.685,0.284c0.189,0.189 0.284,0.412 0.284,0.668l0,1.837l2.054,0l0,-1.837Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.44px;stroke-linejoin:bevel;stroke-miterlimit:1.41421;"/>
<path d="M132.184,95.431c-0.178,0 -0.328,0.061 -0.451,0.184c-0.122,0.122 -0.184,0.273 -0.184,0.451c0,0.178 0.062,0.328 0.184,0.451c0.123,0.122 0.273,0.183 0.451,0.183l4.793,0c0.467,0 0.904,0.089 1.311,0.268c0.406,0.178 0.762,0.417 1.069,0.718c0.306,0.3 0.548,0.654 0.726,1.06c0.178,0.406 0.267,0.843 0.267,1.311c0,0.468 -0.089,0.905 -0.267,1.311c-0.178,0.406 -0.42,0.763 -0.726,1.069c-0.307,0.306 -0.663,0.548 -1.069,0.726c-0.407,0.178 -0.844,0.267 -1.311,0.267l-4.793,0c-0.468,0 -0.907,-0.089 -1.319,-0.267c-0.412,-0.178 -0.769,-0.42 -1.069,-0.726c-0.301,-0.306 -0.54,-0.663 -0.718,-1.069c-0.178,-0.406 -0.267,-0.843 -0.267,-1.311c0,-0.111 0.055,-0.167 0.167,-0.167l2.404,0c0.112,0 0.167,0.056 0.167,0.167c0,0.178 0.062,0.329 0.184,0.451c0.123,0.122 0.273,0.184 0.451,0.184l4.793,0c0.178,0 0.328,-0.062 0.451,-0.184c0.122,-0.122 0.183,-0.273 0.183,-0.451c0,-0.178 -0.061,-0.328 -0.183,-0.451c-0.123,-0.122 -0.273,-0.184 -0.451,-0.184l-0.401,0l-4.392,0c-0.468,0 -0.907,-0.089 -1.319,-0.267c-0.412,-0.178 -0.769,-0.417 -1.069,-0.718c-0.301,-0.3 -0.54,-0.654 -0.718,-1.06c-0.178,-0.407 -0.267,-0.844 -0.267,-1.311c0,-0.468 0.089,-0.905 0.267,-1.311c0.178,-0.407 0.417,-0.763 0.718,-1.069c0.3,-0.306 0.657,-0.548 1.069,-0.726c0.412,-0.179 0.851,-0.268 1.319,-0.268l4.793,0c0.467,0 0.904,0.089 1.311,0.268c0.406,0.178 0.762,0.42 1.069,0.726c0.306,0.306 0.548,0.662 0.726,1.069c0.178,0.406 0.267,0.843 0.267,1.311c0,0.111 -0.055,0.167 -0.167,0.167l-2.405,0c-0.111,0 -0.167,-0.056 -0.167,-0.167c0,-0.178 -0.061,-0.329 -0.183,-0.451c-0.123,-0.123 -0.273,-0.184 -0.451,-0.184l-4.793,0Zm-0.969,0.635c0,-0.267 0.095,-0.496 0.284,-0.685c0.19,-0.189 0.418,-0.284 0.685,-0.284l4.793,0c0.234,0 0.44,0.078 0.618,0.234c0.178,0.156 0.289,0.345 0.334,0.568l2.071,0c-0.023,-0.401 -0.117,-0.777 -0.284,-1.127c-0.167,-0.351 -0.384,-0.655 -0.652,-0.911c-0.267,-0.256 -0.581,-0.459 -0.943,-0.609c-0.362,-0.15 -0.743,-0.226 -1.144,-0.226l-4.793,0c-0.423,0 -0.818,0.081 -1.186,0.243c-0.367,0.161 -0.69,0.378 -0.968,0.651c-0.279,0.273 -0.496,0.595 -0.652,0.968c-0.156,0.373 -0.233,0.766 -0.233,1.178c0,0.423 0.077,0.815 0.233,1.177c0.156,0.362 0.373,0.682 0.652,0.96c0.278,0.279 0.601,0.496 0.968,0.652c0.368,0.156 0.763,0.233 1.186,0.233l4.793,0c0.267,0 0.495,0.095 0.685,0.284c0.189,0.19 0.283,0.418 0.283,0.685c0,0.267 -0.094,0.496 -0.283,0.685c-0.19,0.189 -0.418,0.284 -0.685,0.284l-4.793,0c-0.245,0 -0.457,-0.078 -0.635,-0.234c-0.178,-0.156 -0.284,-0.345 -0.317,-0.568l-2.087,0c0.022,0.401 0.116,0.777 0.283,1.127c0.167,0.351 0.387,0.654 0.66,0.91c0.273,0.257 0.59,0.46 0.952,0.61c0.362,0.15 0.743,0.225 1.144,0.225l4.793,0c0.412,0 0.804,-0.08 1.177,-0.242c0.373,-0.161 0.696,-0.378 0.969,-0.651c0.273,-0.273 0.49,-0.593 0.651,-0.96c0.162,-0.368 0.242,-0.763 0.242,-1.186c0,-0.412 -0.08,-0.802 -0.242,-1.169c-0.161,-0.367 -0.378,-0.69 -0.651,-0.969c-0.273,-0.278 -0.596,-0.495 -0.969,-0.651c-0.373,-0.156 -0.765,-0.234 -1.177,-0.234l-4.793,0c-0.267,0 -0.495,-0.094 -0.685,-0.284c-0.189,-0.189 -0.284,-0.417 -0.284,-0.684Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.44px;stroke-linejoin:bevel;stroke-miterlimit:1.41421;"/>
<path d="M151.072,92.709c0.111,0 0.167,0.056 0.167,0.167l0,2.388c0,0.112 -0.056,0.167 -0.167,0.167l-3.441,0l0,7.832c0,0.112 -0.055,0.167 -0.167,0.167l-2.388,0c-0.111,0 -0.167,-0.055 -0.167,-0.167l0,-7.832l-3.44,0c-0.111,0 -0.167,-0.055 -0.167,-0.167l0,-2.388c0,-0.111 0.056,-0.167 0.167,-0.167l9.603,0Zm-5.829,0.317l0,2.071l2.071,0l0,-2.071l-2.071,0Zm-0.334,2.071l0,-2.071l-3.273,0l0,2.071l3.273,0Zm2.405,0.334l-2.071,0l0,7.665l2.071,0l0,-7.665Zm3.591,-2.405l-3.274,0l0,2.071l3.274,0l0,-2.071Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.44px;stroke-linejoin:bevel;stroke-miterlimit:1.41421;"/>
</g>
</g>
<g id="Labels" transform="matrix(1,0,0,1,16,0)">
<g id="Types" transform="matrix(1,0,0,1,0,10)">
<g transform="matrix(1,0,0,1.16,80.5687,-5.88448)">
<path d="M51.51,236.498l0,-1.728l-3.036,0l0,1.728l-1.056,0l0,-4.2l1.056,0l0,1.566l3.036,0l0,-1.566l1.056,0l0,4.2l-1.056,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M56.826,233.084l-0.96,1.668l1.92,0l-0.96,-1.668Zm1.962,3.414l-0.486,-0.84l-2.958,0l-0.486,0.84l-1.122,0l2.412,-4.2l1.35,0l2.412,4.2l-1.122,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M65.172,233.678c0,-0.1 -0.018,-0.181 -0.054,-0.243c-0.036,-0.062 -0.08,-0.11 -0.132,-0.144c-0.052,-0.034 -0.105,-0.057 -0.159,-0.069c-0.054,-0.012 -0.097,-0.018 -0.129,-0.018l-2.562,0l0,0.954l2.562,0c0.024,0 0.062,-0.007 0.114,-0.021c0.052,-0.014 0.105,-0.039 0.159,-0.075c0.054,-0.036 0.101,-0.085 0.141,-0.147c0.04,-0.062 0.06,-0.141 0.06,-0.237Zm1.056,0c0,0.184 -0.024,0.346 -0.072,0.486c-0.048,0.14 -0.111,0.261 -0.189,0.363c-0.078,0.102 -0.166,0.187 -0.264,0.255c-0.098,0.068 -0.197,0.122 -0.297,0.162l0.732,1.554l-1.128,0l-0.672,-1.434l-2.202,0l0,1.434l-1.056,0l0,-4.2l3.774,0c0.112,0 0.247,0.02 0.405,0.06c0.158,0.04 0.309,0.111 0.453,0.213c0.144,0.102 0.266,0.242 0.366,0.42c0.1,0.178 0.15,0.407 0.15,0.687Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M72.114,234.398c0,-0.168 -0.031,-0.327 -0.093,-0.477c-0.062,-0.15 -0.158,-0.28 -0.288,-0.39c-0.13,-0.11 -0.293,-0.197 -0.489,-0.261c-0.196,-0.064 -0.428,-0.096 -0.696,-0.096l-1.824,0l0,2.448l1.824,0c0.268,0 0.5,-0.032 0.696,-0.096c0.196,-0.064 0.359,-0.151 0.489,-0.261c0.13,-0.11 0.226,-0.24 0.288,-0.39c0.062,-0.15 0.093,-0.309 0.093,-0.477Zm1.11,0c0,0.288 -0.059,0.56 -0.177,0.816c-0.118,0.256 -0.29,0.479 -0.516,0.669c-0.226,0.19 -0.503,0.34 -0.831,0.45c-0.328,0.11 -0.704,0.165 -1.128,0.165l-2.904,0l0,-4.2l2.904,0c0.424,0 0.8,0.055 1.128,0.165c0.328,0.11 0.605,0.26 0.831,0.45c0.226,0.19 0.398,0.413 0.516,0.669c0.118,0.256 0.177,0.528 0.177,0.816Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M79.866,235.394c-0.104,0.18 -0.238,0.345 -0.402,0.495c-0.164,0.15 -0.356,0.281 -0.576,0.393c-0.22,0.112 -0.466,0.199 -0.738,0.261c-0.272,0.062 -0.57,0.093 -0.894,0.093c-0.46,0 -0.871,-0.06 -1.233,-0.18c-0.362,-0.12 -0.668,-0.282 -0.918,-0.486c-0.25,-0.204 -0.441,-0.441 -0.573,-0.711c-0.132,-0.27 -0.198,-0.557 -0.198,-0.861c0,-0.304 0.066,-0.591 0.198,-0.861c0.132,-0.27 0.323,-0.507 0.573,-0.711c0.25,-0.204 0.556,-0.366 0.918,-0.486c0.362,-0.12 0.773,-0.18 1.233,-0.18c0.312,0 0.601,0.029 0.867,0.087c0.266,0.058 0.507,0.14 0.723,0.246c0.216,0.106 0.406,0.23 0.57,0.372c0.164,0.142 0.3,0.297 0.408,0.465l-0.948,0.48c-0.06,-0.1 -0.141,-0.194 -0.243,-0.282c-0.102,-0.088 -0.224,-0.164 -0.366,-0.228c-0.142,-0.064 -0.302,-0.115 -0.48,-0.153c-0.178,-0.038 -0.369,-0.057 -0.573,-0.057c-0.296,0 -0.555,0.035 -0.777,0.105c-0.222,0.07 -0.406,0.165 -0.552,0.285c-0.146,0.12 -0.256,0.259 -0.33,0.417c-0.074,0.158 -0.111,0.325 -0.111,0.501c0,0.172 0.037,0.337 0.111,0.495c0.074,0.158 0.184,0.297 0.33,0.417c0.146,0.12 0.33,0.216 0.552,0.288c0.222,0.072 0.481,0.108 0.777,0.108c0.216,0 0.416,-0.021 0.6,-0.063c0.184,-0.042 0.348,-0.099 0.492,-0.171c0.144,-0.072 0.268,-0.156 0.372,-0.252c0.104,-0.096 0.182,-0.198 0.234,-0.306l0.954,0.48Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M81.186,236.498l0,-4.2l1.056,0l0,3.294l3.726,0l0,0.906l-4.782,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="87.378" y="232.298" width="1.056" height="4.2" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M94.086,233.678c0,-0.1 -0.018,-0.181 -0.054,-0.243c-0.036,-0.062 -0.08,-0.11 -0.132,-0.144c-0.052,-0.034 -0.105,-0.057 -0.159,-0.069c-0.054,-0.012 -0.097,-0.018 -0.129,-0.018l-2.562,0l0,0.954l2.562,0c0.024,0 0.062,-0.007 0.114,-0.021c0.052,-0.014 0.105,-0.039 0.159,-0.075c0.054,-0.036 0.101,-0.085 0.141,-0.147c0.04,-0.062 0.06,-0.141 0.06,-0.237Zm1.056,0c0,0.276 -0.052,0.504 -0.156,0.684c-0.104,0.18 -0.229,0.322 -0.375,0.426c-0.146,0.104 -0.297,0.176 -0.453,0.216c-0.156,0.04 -0.286,0.06 -0.39,0.06l-2.718,0l0,1.434l-1.056,0l0,-4.2l3.774,0c0.112,0 0.247,0.02 0.405,0.06c0.158,0.04 0.309,0.111 0.453,0.213c0.144,0.102 0.266,0.242 0.366,0.42c0.1,0.178 0.15,0.407 0.15,0.687Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1.16,61.8785,-23.5112)">
<path d="M51.51,233.678c0,-0.1 -0.018,-0.181 -0.054,-0.243c-0.036,-0.062 -0.08,-0.11 -0.132,-0.144c-0.052,-0.034 -0.105,-0.057 -0.159,-0.069c-0.054,-0.012 -0.097,-0.018 -0.129,-0.018l-2.562,0l0,0.954l2.562,0c0.024,0 0.062,-0.007 0.114,-0.021c0.052,-0.014 0.105,-0.039 0.159,-0.075c0.054,-0.036 0.101,-0.085 0.141,-0.147c0.04,-0.062 0.06,-0.141 0.06,-0.237Zm1.056,0c0,0.276 -0.052,0.504 -0.156,0.684c-0.104,0.18 -0.229,0.322 -0.375,0.426c-0.146,0.104 -0.297,0.176 -0.453,0.216c-0.156,0.04 -0.286,0.06 -0.39,0.06l-2.718,0l0,1.434l-1.056,0l0,-4.2l3.774,0c0.112,0 0.247,0.02 0.405,0.06c0.158,0.04 0.309,0.111 0.453,0.213c0.144,0.102 0.266,0.242 0.366,0.42c0.1,0.178 0.15,0.407 0.15,0.687Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M58.218,234.398c0,-0.18 -0.035,-0.351 -0.105,-0.513c-0.07,-0.162 -0.176,-0.305 -0.318,-0.429c-0.142,-0.124 -0.32,-0.222 -0.534,-0.294c-0.214,-0.072 -0.463,-0.108 -0.747,-0.108c-0.284,0 -0.533,0.036 -0.747,0.108c-0.214,0.072 -0.392,0.17 -0.534,0.294c-0.142,0.124 -0.248,0.267 -0.318,0.429c-0.07,0.162 -0.105,0.333 -0.105,0.513c0,0.18 0.035,0.351 0.105,0.513c0.07,0.162 0.176,0.305 0.318,0.429c0.142,0.124 0.32,0.222 0.534,0.294c0.214,0.072 0.463,0.108 0.747,0.108c0.284,0 0.533,-0.036 0.747,-0.108c0.214,-0.072 0.392,-0.17 0.534,-0.294c0.142,-0.124 0.248,-0.267 0.318,-0.429c0.07,-0.162 0.105,-0.333 0.105,-0.513Zm1.11,0c0,0.304 -0.064,0.591 -0.192,0.861c-0.128,0.27 -0.313,0.507 -0.555,0.711c-0.242,0.204 -0.537,0.366 -0.885,0.486c-0.348,0.12 -0.742,0.18 -1.182,0.18c-0.44,0 -0.834,-0.06 -1.182,-0.18c-0.348,-0.12 -0.643,-0.282 -0.885,-0.486c-0.242,-0.204 -0.427,-0.441 -0.555,-0.711c-0.128,-0.27 -0.192,-0.557 -0.192,-0.861c0,-0.304 0.064,-0.591 0.192,-0.861c0.128,-0.27 0.313,-0.507 0.555,-0.711c0.242,-0.204 0.537,-0.366 0.885,-0.486c0.348,-0.12 0.742,-0.18 1.182,-0.18c0.44,0 0.834,0.06 1.182,0.18c0.348,0.12 0.643,0.282 0.885,0.486c0.242,0.204 0.427,0.441 0.555,0.711c0.128,0.27 0.192,0.557 0.192,0.861Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M60.678,236.498l0,-4.2l1.056,0l0,3.294l3.726,0l0,0.906l-4.782,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M69.798,235.082l0,1.416l-1.05,0l0,-1.368l-2.328,-2.832l1.26,0l1.584,1.896l1.56,-1.896l1.302,0l-2.328,2.784Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M77.328,236.498l-3.036,-2.934l0,2.934l-1.056,0l0,-4.2l1.056,0l3.036,2.934l0,-2.934l1.056,0l0,4.2l-1.056,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M84.252,234.398c0,-0.18 -0.035,-0.351 -0.105,-0.513c-0.07,-0.162 -0.176,-0.305 -0.318,-0.429c-0.142,-0.124 -0.32,-0.222 -0.534,-0.294c-0.214,-0.072 -0.463,-0.108 -0.747,-0.108c-0.284,0 -0.533,0.036 -0.747,0.108c-0.214,0.072 -0.392,0.17 -0.534,0.294c-0.142,0.124 -0.248,0.267 -0.318,0.429c-0.07,0.162 -0.105,0.333 -0.105,0.513c0,0.18 0.035,0.351 0.105,0.513c0.07,0.162 0.176,0.305 0.318,0.429c0.142,0.124 0.32,0.222 0.534,0.294c0.214,0.072 0.463,0.108 0.747,0.108c0.284,0 0.533,-0.036 0.747,-0.108c0.214,-0.072 0.392,-0.17 0.534,-0.294c0.142,-0.124 0.248,-0.267 0.318,-0.429c0.07,-0.162 0.105,-0.333 0.105,-0.513Zm1.11,0c0,0.304 -0.064,0.591 -0.192,0.861c-0.128,0.27 -0.313,0.507 -0.555,0.711c-0.242,0.204 -0.537,0.366 -0.885,0.486c-0.348,0.12 -0.742,0.18 -1.182,0.18c-0.44,0 -0.834,-0.06 -1.182,-0.18c-0.348,-0.12 -0.643,-0.282 -0.885,-0.486c-0.242,-0.204 -0.427,-0.441 -0.555,-0.711c-0.128,-0.27 -0.192,-0.557 -0.192,-0.861c0,-0.304 0.064,-0.591 0.192,-0.861c0.128,-0.27 0.313,-0.507 0.555,-0.711c0.242,-0.204 0.537,-0.366 0.885,-0.486c0.348,-0.12 0.742,-0.18 1.182,-0.18c0.44,0 0.834,0.06 1.182,0.18c0.348,0.12 0.643,0.282 0.885,0.486c0.242,0.204 0.427,0.441 0.555,0.711c0.128,0.27 0.192,0.557 0.192,0.861Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M91.956,236.498l0,-3.366l-1.584,3.366l-1.026,0l-1.578,-3.372l0,3.372l-1.056,0l0,-4.2l1.752,0l1.398,3.09l1.398,-3.09l1.746,0l0,4.2l-1.05,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1.16,-47.4183,-5.88448)">
<path d="M47.418,236.498l0,-4.2l1.056,0l0,3.294l3.726,0l0,0.906l-4.782,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M57.918,234.398c0,-0.18 -0.035,-0.351 -0.105,-0.513c-0.07,-0.162 -0.176,-0.305 -0.318,-0.429c-0.142,-0.124 -0.32,-0.222 -0.534,-0.294c-0.214,-0.072 -0.463,-0.108 -0.747,-0.108c-0.284,0 -0.533,0.036 -0.747,0.108c-0.214,0.072 -0.392,0.17 -0.534,0.294c-0.142,0.124 -0.248,0.267 -0.318,0.429c-0.07,0.162 -0.105,0.333 -0.105,0.513c0,0.18 0.035,0.351 0.105,0.513c0.07,0.162 0.176,0.305 0.318,0.429c0.142,0.124 0.32,0.222 0.534,0.294c0.214,0.072 0.463,0.108 0.747,0.108c0.284,0 0.533,-0.036 0.747,-0.108c0.214,-0.072 0.392,-0.17 0.534,-0.294c0.142,-0.124 0.248,-0.267 0.318,-0.429c0.07,-0.162 0.105,-0.333 0.105,-0.513Zm1.11,0c0,0.304 -0.064,0.591 -0.192,0.861c-0.128,0.27 -0.313,0.507 -0.555,0.711c-0.242,0.204 -0.537,0.366 -0.885,0.486c-0.348,0.12 -0.742,0.18 -1.182,0.18c-0.44,0 -0.834,-0.06 -1.182,-0.18c-0.348,-0.12 -0.643,-0.282 -0.885,-0.486c-0.242,-0.204 -0.427,-0.441 -0.555,-0.711c-0.128,-0.27 -0.192,-0.557 -0.192,-0.861c0,-0.304 0.064,-0.591 0.192,-0.861c0.128,-0.27 0.313,-0.507 0.555,-0.711c0.242,-0.204 0.537,-0.366 0.885,-0.486c0.348,-0.12 0.742,-0.18 1.182,-0.18c0.44,0 0.834,0.06 1.182,0.18c0.348,0.12 0.643,0.282 0.885,0.486c0.242,0.204 0.427,0.441 0.555,0.711c0.128,0.27 0.192,0.557 0.192,0.861Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M65.7,235.394c-0.104,0.18 -0.238,0.345 -0.402,0.495c-0.164,0.15 -0.356,0.281 -0.576,0.393c-0.22,0.112 -0.466,0.199 -0.738,0.261c-0.272,0.062 -0.57,0.093 -0.894,0.093c-0.46,0 -0.871,-0.06 -1.233,-0.18c-0.362,-0.12 -0.668,-0.282 -0.918,-0.486c-0.25,-0.204 -0.441,-0.441 -0.573,-0.711c-0.132,-0.27 -0.198,-0.557 -0.198,-0.861c0,-0.304 0.066,-0.591 0.198,-0.861c0.132,-0.27 0.323,-0.507 0.573,-0.711c0.25,-0.204 0.556,-0.366 0.918,-0.486c0.362,-0.12 0.773,-0.18 1.233,-0.18c0.312,0 0.601,0.029 0.867,0.087c0.266,0.058 0.507,0.14 0.723,0.246c0.216,0.106 0.406,0.23 0.57,0.372c0.164,0.142 0.3,0.297 0.408,0.465l-0.948,0.48c-0.06,-0.1 -0.141,-0.194 -0.243,-0.282c-0.102,-0.088 -0.224,-0.164 -0.366,-0.228c-0.142,-0.064 -0.302,-0.115 -0.48,-0.153c-0.178,-0.038 -0.369,-0.057 -0.573,-0.057c-0.296,0 -0.555,0.035 -0.777,0.105c-0.222,0.07 -0.406,0.165 -0.552,0.285c-0.146,0.12 -0.256,0.259 -0.33,0.417c-0.074,0.158 -0.111,0.325 -0.111,0.501c0,0.172 0.037,0.337 0.111,0.495c0.074,0.158 0.184,0.297 0.33,0.417c0.146,0.12 0.33,0.216 0.552,0.288c0.222,0.072 0.481,0.108 0.777,0.108c0.216,0 0.416,-0.021 0.6,-0.063c0.184,-0.042 0.348,-0.099 0.492,-0.171c0.144,-0.072 0.268,-0.156 0.372,-0.252c0.104,-0.096 0.182,-0.198 0.234,-0.306l0.954,0.48Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M71.148,236.498l-1.908,-1.944l-1.164,0.876l0,1.068l-1.056,0l0,-4.2l1.056,0l0,2.004l2.676,-2.004l1.506,0l-2.262,1.692l2.46,2.508l-1.308,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M77.718,236.498l0,-1.728l-3.036,0l0,1.728l-1.056,0l0,-4.2l1.056,0l0,1.566l3.036,0l0,-1.566l1.056,0l0,4.2l-1.056,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M83.034,233.084l-0.96,1.668l1.92,0l-0.96,-1.668Zm1.962,3.414l-0.486,-0.84l-2.958,0l-0.486,0.84l-1.122,0l2.412,-4.2l1.35,0l2.412,4.2l-1.122,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M91.38,233.678c0,-0.1 -0.018,-0.181 -0.054,-0.243c-0.036,-0.062 -0.08,-0.11 -0.132,-0.144c-0.052,-0.034 -0.105,-0.057 -0.159,-0.069c-0.054,-0.012 -0.097,-0.018 -0.129,-0.018l-2.562,0l0,0.954l2.562,0c0.024,0 0.062,-0.007 0.114,-0.021c0.052,-0.014 0.105,-0.039 0.159,-0.075c0.054,-0.036 0.101,-0.085 0.141,-0.147c0.04,-0.062 0.06,-0.141 0.06,-0.237Zm1.056,0c0,0.184 -0.024,0.346 -0.072,0.486c-0.048,0.14 -0.111,0.261 -0.189,0.363c-0.078,0.102 -0.166,0.187 -0.264,0.255c-0.098,0.068 -0.197,0.122 -0.297,0.162l0.732,1.554l-1.128,0l-0.672,-1.434l-2.202,0l0,1.434l-1.056,0l0,-4.2l3.774,0c0.112,0 0.247,0.02 0.405,0.06c0.158,0.04 0.309,0.111 0.453,0.213c0.144,0.102 0.266,0.242 0.366,0.42c0.1,0.178 0.15,0.407 0.15,0.687Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M96.636,233.204l0,3.294l-1.05,0l0,-3.294l-1.89,0l0,-0.906l4.83,0l0,0.906l-1.89,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1.16,-55.4183,17.1155)">
<path d="M51.726,234.398c0,-0.18 -0.035,-0.351 -0.105,-0.513c-0.07,-0.162 -0.176,-0.305 -0.318,-0.429c-0.142,-0.124 -0.32,-0.222 -0.534,-0.294c-0.214,-0.072 -0.463,-0.108 -0.747,-0.108c-0.284,0 -0.533,0.036 -0.747,0.108c-0.214,0.072 -0.392,0.17 -0.534,0.294c-0.142,0.124 -0.248,0.267 -0.318,0.429c-0.07,0.162 -0.105,0.333 -0.105,0.513c0,0.18 0.035,0.351 0.105,0.513c0.07,0.162 0.176,0.305 0.318,0.429c0.142,0.124 0.32,0.222 0.534,0.294c0.214,0.072 0.463,0.108 0.747,0.108c0.284,0 0.533,-0.036 0.747,-0.108c0.214,-0.072 0.392,-0.17 0.534,-0.294c0.142,-0.124 0.248,-0.267 0.318,-0.429c0.07,-0.162 0.105,-0.333 0.105,-0.513Zm1.11,0c0,0.304 -0.064,0.591 -0.192,0.861c-0.128,0.27 -0.313,0.507 -0.555,0.711c-0.242,0.204 -0.537,0.366 -0.885,0.486c-0.348,0.12 -0.742,0.18 -1.182,0.18c-0.44,0 -0.834,-0.06 -1.182,-0.18c-0.348,-0.12 -0.643,-0.282 -0.885,-0.486c-0.242,-0.204 -0.427,-0.441 -0.555,-0.711c-0.128,-0.27 -0.192,-0.557 -0.192,-0.861c0,-0.304 0.064,-0.591 0.192,-0.861c0.128,-0.27 0.313,-0.507 0.555,-0.711c0.242,-0.204 0.537,-0.366 0.885,-0.486c0.348,-0.12 0.742,-0.18 1.182,-0.18c0.44,0 0.834,0.06 1.182,0.18c0.348,0.12 0.643,0.282 0.885,0.486c0.242,0.204 0.427,0.441 0.555,0.711c0.128,0.27 0.192,0.557 0.192,0.861Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M57.33,236.498l-1.344,0l-2.19,-4.2l1.17,0l1.692,3.312l1.692,-3.312l1.17,0l-2.19,4.2Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M60.69,236.498l0,-4.2l5.058,0l0,0.906l-4.002,0l0,0.756l3.522,0l0,0.816l-3.522,0l0,0.816l4.158,0l0,0.906l-5.214,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M71.406,233.678c0,-0.1 -0.018,-0.181 -0.054,-0.243c-0.036,-0.062 -0.08,-0.11 -0.132,-0.144c-0.052,-0.034 -0.105,-0.057 -0.159,-0.069c-0.054,-0.012 -0.097,-0.018 -0.129,-0.018l-2.562,0l0,0.954l2.562,0c0.024,0 0.062,-0.007 0.114,-0.021c0.052,-0.014 0.105,-0.039 0.159,-0.075c0.054,-0.036 0.101,-0.085 0.141,-0.147c0.04,-0.062 0.06,-0.141 0.06,-0.237Zm1.056,0c0,0.184 -0.024,0.346 -0.072,0.486c-0.048,0.14 -0.111,0.261 -0.189,0.363c-0.078,0.102 -0.166,0.187 -0.264,0.255c-0.098,0.068 -0.197,0.122 -0.297,0.162l0.732,1.554l-1.128,0l-0.672,-1.434l-2.202,0l0,1.434l-1.056,0l0,-4.2l3.774,0c0.112,0 0.247,0.02 0.405,0.06c0.158,0.04 0.309,0.111 0.453,0.213c0.144,0.102 0.266,0.242 0.366,0.42c0.1,0.178 0.15,0.407 0.15,0.687Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M78.348,234.398c0,-0.168 -0.031,-0.327 -0.093,-0.477c-0.062,-0.15 -0.158,-0.28 -0.288,-0.39c-0.13,-0.11 -0.293,-0.197 -0.489,-0.261c-0.196,-0.064 -0.428,-0.096 -0.696,-0.096l-1.824,0l0,2.448l1.824,0c0.268,0 0.5,-0.032 0.696,-0.096c0.196,-0.064 0.359,-0.151 0.489,-0.261c0.13,-0.11 0.226,-0.24 0.288,-0.39c0.062,-0.15 0.093,-0.309 0.093,-0.477Zm1.11,0c0,0.288 -0.059,0.56 -0.177,0.816c-0.118,0.256 -0.29,0.479 -0.516,0.669c-0.226,0.19 -0.503,0.34 -0.831,0.45c-0.328,0.11 -0.704,0.165 -1.128,0.165l-2.904,0l0,-4.2l2.904,0c0.424,0 0.8,0.055 1.128,0.165c0.328,0.11 0.605,0.26 0.831,0.45c0.226,0.19 0.398,0.413 0.516,0.669c0.118,0.256 0.177,0.528 0.177,0.816Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M84.87,233.678c0,-0.1 -0.018,-0.181 -0.054,-0.243c-0.036,-0.062 -0.08,-0.11 -0.132,-0.144c-0.052,-0.034 -0.105,-0.057 -0.159,-0.069c-0.054,-0.012 -0.097,-0.018 -0.129,-0.018l-2.562,0l0,0.954l2.562,0c0.024,0 0.062,-0.007 0.114,-0.021c0.052,-0.014 0.105,-0.039 0.159,-0.075c0.054,-0.036 0.101,-0.085 0.141,-0.147c0.04,-0.062 0.06,-0.141 0.06,-0.237Zm1.056,0c0,0.184 -0.024,0.346 -0.072,0.486c-0.048,0.14 -0.111,0.261 -0.189,0.363c-0.078,0.102 -0.166,0.187 -0.264,0.255c-0.098,0.068 -0.197,0.122 -0.297,0.162l0.732,1.554l-1.128,0l-0.672,-1.434l-2.202,0l0,1.434l-1.056,0l0,-4.2l3.774,0c0.112,0 0.247,0.02 0.405,0.06c0.158,0.04 0.309,0.111 0.453,0.213c0.144,0.102 0.266,0.242 0.366,0.42c0.1,0.178 0.15,0.407 0.15,0.687Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="87.366" y="232.298" width="1.056" height="4.2" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M93.126,236.498l-1.344,0l-2.19,-4.2l1.17,0l1.692,3.312l1.692,-3.312l1.17,0l-2.19,4.2Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M96.486,236.498l0,-4.2l5.058,0l0,0.906l-4.002,0l0,0.756l3.522,0l0,0.816l-3.522,0l0,0.816l4.158,0l0,0.906l-5.214,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1.16,84.5817,17.1155)">
<path d="M52.302,235.142c0,0.208 -0.056,0.404 -0.168,0.588c-0.112,0.184 -0.284,0.345 -0.516,0.483c-0.232,0.138 -0.522,0.246 -0.87,0.324c-0.348,0.078 -0.76,0.117 -1.236,0.117c-0.244,0 -0.494,-0.02 -0.75,-0.06c-0.22,-0.032 -0.462,-0.082 -0.726,-0.15c-0.264,-0.068 -0.52,-0.166 -0.768,-0.294l0.366,-0.84c0.22,0.112 0.441,0.199 0.663,0.261c0.222,0.062 0.423,0.107 0.603,0.135c0.212,0.032 0.416,0.05 0.612,0.054c0.6,0 1.047,-0.054 1.341,-0.162c0.294,-0.108 0.441,-0.25 0.441,-0.426c0,-0.112 -0.046,-0.194 -0.138,-0.246c-0.092,-0.052 -0.234,-0.082 -0.426,-0.09c-0.044,-0.004 -0.127,-0.009 -0.249,-0.015c-0.122,-0.006 -0.271,-0.013 -0.447,-0.021c-0.176,-0.008 -0.372,-0.016 -0.588,-0.024c-0.216,-0.008 -0.44,-0.018 -0.672,-0.03c-0.232,-0.012 -0.445,-0.044 -0.639,-0.096c-0.194,-0.052 -0.362,-0.127 -0.504,-0.225c-0.142,-0.098 -0.253,-0.218 -0.333,-0.36c-0.08,-0.142 -0.12,-0.309 -0.12,-0.501c0,-0.192 0.063,-0.373 0.189,-0.543c0.126,-0.17 0.306,-0.318 0.54,-0.444c0.234,-0.126 0.518,-0.225 0.852,-0.297c0.334,-0.072 0.707,-0.108 1.119,-0.108c0.244,0 0.492,0.018 0.744,0.054c0.216,0.032 0.457,0.078 0.723,0.138c0.266,0.06 0.525,0.148 0.777,0.264l-0.318,0.828c-0.124,-0.052 -0.264,-0.102 -0.42,-0.15c-0.156,-0.048 -0.319,-0.09 -0.489,-0.126c-0.17,-0.036 -0.342,-0.064 -0.516,-0.084c-0.174,-0.02 -0.341,-0.03 -0.501,-0.03c-0.24,0 -0.463,0.011 -0.669,0.033c-0.206,0.022 -0.385,0.055 -0.537,0.099c-0.152,0.044 -0.271,0.098 -0.357,0.162c-0.086,0.064 -0.129,0.136 -0.129,0.216c0,0.104 0.044,0.182 0.132,0.234c0.088,0.052 0.218,0.082 0.39,0.09c0.192,0.008 0.462,0.02 0.81,0.036c0.348,0.016 0.76,0.034 1.236,0.054c0.24,0.012 0.455,0.044 0.645,0.096c0.19,0.052 0.352,0.126 0.486,0.222c0.134,0.096 0.237,0.214 0.309,0.354c0.072,0.14 0.108,0.3 0.108,0.48Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M57.93,234.398c0,-0.18 -0.035,-0.351 -0.105,-0.513c-0.07,-0.162 -0.176,-0.305 -0.318,-0.429c-0.142,-0.124 -0.32,-0.222 -0.534,-0.294c-0.214,-0.072 -0.463,-0.108 -0.747,-0.108c-0.284,0 -0.533,0.036 -0.747,0.108c-0.214,0.072 -0.392,0.17 -0.534,0.294c-0.142,0.124 -0.248,0.267 -0.318,0.429c-0.07,0.162 -0.105,0.333 -0.105,0.513c0,0.18 0.035,0.351 0.105,0.513c0.07,0.162 0.176,0.305 0.318,0.429c0.142,0.124 0.32,0.222 0.534,0.294c0.214,0.072 0.463,0.108 0.747,0.108c0.284,0 0.533,-0.036 0.747,-0.108c0.214,-0.072 0.392,-0.17 0.534,-0.294c0.142,-0.124 0.248,-0.267 0.318,-0.429c0.07,-0.162 0.105,-0.333 0.105,-0.513Zm1.11,0c0,0.304 -0.064,0.591 -0.192,0.861c-0.128,0.27 -0.313,0.507 -0.555,0.711c-0.242,0.204 -0.537,0.366 -0.885,0.486c-0.348,0.12 -0.742,0.18 -1.182,0.18c-0.44,0 -0.834,-0.06 -1.182,-0.18c-0.348,-0.12 -0.643,-0.282 -0.885,-0.486c-0.242,-0.204 -0.427,-0.441 -0.555,-0.711c-0.128,-0.27 -0.192,-0.557 -0.192,-0.861c0,-0.304 0.064,-0.591 0.192,-0.861c0.128,-0.27 0.313,-0.507 0.555,-0.711c0.242,-0.204 0.537,-0.366 0.885,-0.486c0.348,-0.12 0.742,-0.18 1.182,-0.18c0.44,0 0.834,0.06 1.182,0.18c0.348,0.12 0.643,0.282 0.885,0.486c0.242,0.204 0.427,0.441 0.555,0.711c0.128,0.27 0.192,0.557 0.192,0.861Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M61.446,233.204l0,0.954l3.48,0l0,0.906l-3.48,0l0,1.434l-1.056,0l0,-4.2l5.01,0l0,0.906l-3.954,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M69.6,233.204l0,3.294l-1.05,0l0,-3.294l-1.89,0l0,-0.906l4.83,0l0,0.906l-1.89,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M78.192,235.394c-0.104,0.18 -0.238,0.345 -0.402,0.495c-0.164,0.15 -0.356,0.281 -0.576,0.393c-0.22,0.112 -0.466,0.199 -0.738,0.261c-0.272,0.062 -0.57,0.093 -0.894,0.093c-0.46,0 -0.871,-0.06 -1.233,-0.18c-0.362,-0.12 -0.668,-0.282 -0.918,-0.486c-0.25,-0.204 -0.441,-0.441 -0.573,-0.711c-0.132,-0.27 -0.198,-0.557 -0.198,-0.861c0,-0.304 0.066,-0.591 0.198,-0.861c0.132,-0.27 0.323,-0.507 0.573,-0.711c0.25,-0.204 0.556,-0.366 0.918,-0.486c0.362,-0.12 0.773,-0.18 1.233,-0.18c0.312,0 0.601,0.029 0.867,0.087c0.266,0.058 0.507,0.14 0.723,0.246c0.216,0.106 0.406,0.23 0.57,0.372c0.164,0.142 0.3,0.297 0.408,0.465l-0.948,0.48c-0.06,-0.1 -0.141,-0.194 -0.243,-0.282c-0.102,-0.088 -0.224,-0.164 -0.366,-0.228c-0.142,-0.064 -0.302,-0.115 -0.48,-0.153c-0.178,-0.038 -0.369,-0.057 -0.573,-0.057c-0.296,0 -0.555,0.035 -0.777,0.105c-0.222,0.07 -0.406,0.165 -0.552,0.285c-0.146,0.12 -0.256,0.259 -0.33,0.417c-0.074,0.158 -0.111,0.325 -0.111,0.501c0,0.172 0.037,0.337 0.111,0.495c0.074,0.158 0.184,0.297 0.33,0.417c0.146,0.12 0.33,0.216 0.552,0.288c0.222,0.072 0.481,0.108 0.777,0.108c0.216,0 0.416,-0.021 0.6,-0.063c0.184,-0.042 0.348,-0.099 0.492,-0.171c0.144,-0.072 0.268,-0.156 0.372,-0.252c0.104,-0.096 0.182,-0.198 0.234,-0.306l0.954,0.48Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M79.512,236.498l0,-4.2l1.056,0l0,3.294l3.726,0l0,0.906l-4.782,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="85.704" y="232.298" width="1.056" height="4.2" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M92.412,233.678c0,-0.1 -0.018,-0.181 -0.054,-0.243c-0.036,-0.062 -0.08,-0.11 -0.132,-0.144c-0.052,-0.034 -0.105,-0.057 -0.159,-0.069c-0.054,-0.012 -0.097,-0.018 -0.129,-0.018l-2.562,0l0,0.954l2.562,0c0.024,0 0.062,-0.007 0.114,-0.021c0.052,-0.014 0.105,-0.039 0.159,-0.075c0.054,-0.036 0.101,-0.085 0.141,-0.147c0.04,-0.062 0.06,-0.141 0.06,-0.237Zm1.056,0c0,0.276 -0.052,0.504 -0.156,0.684c-0.104,0.18 -0.229,0.322 -0.375,0.426c-0.146,0.104 -0.297,0.176 -0.453,0.216c-0.156,0.04 -0.286,0.06 -0.39,0.06l-2.718,0l0,1.434l-1.056,0l0,-4.2l3.774,0c0.112,0 0.247,0.02 0.405,0.06c0.158,0.04 0.309,0.111 0.453,0.213c0.144,0.102 0.266,0.242 0.366,0.42c0.1,0.178 0.15,0.407 0.15,0.687Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1.16,-10.9262,-23.5112)">
<path d="M52.302,235.142c0,0.208 -0.056,0.404 -0.168,0.588c-0.112,0.184 -0.284,0.345 -0.516,0.483c-0.232,0.138 -0.522,0.246 -0.87,0.324c-0.348,0.078 -0.76,0.117 -1.236,0.117c-0.244,0 -0.494,-0.02 -0.75,-0.06c-0.22,-0.032 -0.462,-0.082 -0.726,-0.15c-0.264,-0.068 -0.52,-0.166 -0.768,-0.294l0.366,-0.84c0.22,0.112 0.441,0.199 0.663,0.261c0.222,0.062 0.423,0.107 0.603,0.135c0.212,0.032 0.416,0.05 0.612,0.054c0.6,0 1.047,-0.054 1.341,-0.162c0.294,-0.108 0.441,-0.25 0.441,-0.426c0,-0.112 -0.046,-0.194 -0.138,-0.246c-0.092,-0.052 -0.234,-0.082 -0.426,-0.09c-0.044,-0.004 -0.127,-0.009 -0.249,-0.015c-0.122,-0.006 -0.271,-0.013 -0.447,-0.021c-0.176,-0.008 -0.372,-0.016 -0.588,-0.024c-0.216,-0.008 -0.44,-0.018 -0.672,-0.03c-0.232,-0.012 -0.445,-0.044 -0.639,-0.096c-0.194,-0.052 -0.362,-0.127 -0.504,-0.225c-0.142,-0.098 -0.253,-0.218 -0.333,-0.36c-0.08,-0.142 -0.12,-0.309 -0.12,-0.501c0,-0.192 0.063,-0.373 0.189,-0.543c0.126,-0.17 0.306,-0.318 0.54,-0.444c0.234,-0.126 0.518,-0.225 0.852,-0.297c0.334,-0.072 0.707,-0.108 1.119,-0.108c0.244,0 0.492,0.018 0.744,0.054c0.216,0.032 0.457,0.078 0.723,0.138c0.266,0.06 0.525,0.148 0.777,0.264l-0.318,0.828c-0.124,-0.052 -0.264,-0.102 -0.42,-0.15c-0.156,-0.048 -0.319,-0.09 -0.489,-0.126c-0.17,-0.036 -0.342,-0.064 -0.516,-0.084c-0.174,-0.02 -0.341,-0.03 -0.501,-0.03c-0.24,0 -0.463,0.011 -0.669,0.033c-0.206,0.022 -0.385,0.055 -0.537,0.099c-0.152,0.044 -0.271,0.098 -0.357,0.162c-0.086,0.064 -0.129,0.136 -0.129,0.216c0,0.104 0.044,0.182 0.132,0.234c0.088,0.052 0.218,0.082 0.39,0.09c0.192,0.008 0.462,0.02 0.81,0.036c0.348,0.016 0.76,0.034 1.236,0.054c0.24,0.012 0.455,0.044 0.645,0.096c0.19,0.052 0.352,0.126 0.486,0.222c0.134,0.096 0.237,0.214 0.309,0.354c0.072,0.14 0.108,0.3 0.108,0.48Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M53.622,236.498l0,-4.2l5.058,0l0,0.906l-4.002,0l0,0.756l3.522,0l0,0.816l-3.522,0l0,0.816l4.158,0l0,0.906l-5.214,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M64.338,233.678c0,-0.1 -0.018,-0.181 -0.054,-0.243c-0.036,-0.062 -0.08,-0.11 -0.132,-0.144c-0.052,-0.034 -0.105,-0.057 -0.159,-0.069c-0.054,-0.012 -0.097,-0.018 -0.129,-0.018l-2.562,0l0,0.954l2.562,0c0.024,0 0.062,-0.007 0.114,-0.021c0.052,-0.014 0.105,-0.039 0.159,-0.075c0.054,-0.036 0.101,-0.085 0.141,-0.147c0.04,-0.062 0.06,-0.141 0.06,-0.237Zm1.056,0c0,0.184 -0.024,0.346 -0.072,0.486c-0.048,0.14 -0.111,0.261 -0.189,0.363c-0.078,0.102 -0.166,0.187 -0.264,0.255c-0.098,0.068 -0.197,0.122 -0.297,0.162l0.732,1.554l-1.128,0l-0.672,-1.434l-2.202,0l0,1.434l-1.056,0l0,-4.2l3.774,0c0.112,0 0.247,0.02 0.405,0.06c0.158,0.04 0.309,0.111 0.453,0.213c0.144,0.102 0.266,0.242 0.366,0.42c0.1,0.178 0.15,0.407 0.15,0.687Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M72.468,234.398c0,0.304 -0.066,0.591 -0.198,0.861c-0.132,0.27 -0.323,0.507 -0.573,0.711c-0.25,0.204 -0.556,0.366 -0.918,0.486c-0.362,0.12 -0.773,0.18 -1.233,0.18c-0.46,0 -0.871,-0.06 -1.233,-0.18c-0.362,-0.12 -0.668,-0.282 -0.918,-0.486c-0.25,-0.204 -0.441,-0.441 -0.573,-0.711c-0.132,-0.27 -0.198,-0.557 -0.198,-0.861c0,-0.304 0.066,-0.591 0.198,-0.861c0.132,-0.27 0.323,-0.507 0.573,-0.711c0.25,-0.204 0.556,-0.366 0.918,-0.486c0.362,-0.12 0.773,-0.18 1.233,-0.18c0.308,0 0.592,0.029 0.852,0.087c0.26,0.058 0.497,0.137 0.711,0.237c0.214,0.1 0.403,0.219 0.567,0.357c0.164,0.138 0.302,0.289 0.414,0.453l-0.93,0.474c-0.128,-0.2 -0.326,-0.367 -0.594,-0.501c-0.268,-0.134 -0.608,-0.201 -1.02,-0.201c-0.304,0 -0.571,0.036 -0.801,0.108c-0.23,0.072 -0.423,0.169 -0.579,0.291c-0.156,0.122 -0.273,0.263 -0.351,0.423c-0.078,0.16 -0.117,0.33 -0.117,0.51c0,0.18 0.039,0.35 0.117,0.51c0.078,0.16 0.195,0.301 0.351,0.423c0.156,0.122 0.349,0.219 0.579,0.291c0.23,0.072 0.497,0.108 0.801,0.108c0.452,0 0.823,-0.077 1.113,-0.231c0.29,-0.154 0.495,-0.349 0.615,-0.585l-2.142,0l0,-0.816l3.312,0c0.008,0.048 0.014,0.097 0.018,0.147c0.004,0.05 0.006,0.101 0.006,0.153Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M73.818,236.498l0,-4.2l5.058,0l0,0.906l-4.002,0l0,0.756l3.522,0l0,0.816l-3.522,0l0,0.816l4.158,0l0,0.906l-5.214,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1.16,16.6742,-38.6107)">
<path d="M52.302,235.142c0,0.208 -0.056,0.404 -0.168,0.588c-0.112,0.184 -0.284,0.345 -0.516,0.483c-0.232,0.138 -0.522,0.246 -0.87,0.324c-0.348,0.078 -0.76,0.117 -1.236,0.117c-0.244,0 -0.494,-0.02 -0.75,-0.06c-0.22,-0.032 -0.462,-0.082 -0.726,-0.15c-0.264,-0.068 -0.52,-0.166 -0.768,-0.294l0.366,-0.84c0.22,0.112 0.441,0.199 0.663,0.261c0.222,0.062 0.423,0.107 0.603,0.135c0.212,0.032 0.416,0.05 0.612,0.054c0.6,0 1.047,-0.054 1.341,-0.162c0.294,-0.108 0.441,-0.25 0.441,-0.426c0,-0.112 -0.046,-0.194 -0.138,-0.246c-0.092,-0.052 -0.234,-0.082 -0.426,-0.09c-0.044,-0.004 -0.127,-0.009 -0.249,-0.015c-0.122,-0.006 -0.271,-0.013 -0.447,-0.021c-0.176,-0.008 -0.372,-0.016 -0.588,-0.024c-0.216,-0.008 -0.44,-0.018 -0.672,-0.03c-0.232,-0.012 -0.445,-0.044 -0.639,-0.096c-0.194,-0.052 -0.362,-0.127 -0.504,-0.225c-0.142,-0.098 -0.253,-0.218 -0.333,-0.36c-0.08,-0.142 -0.12,-0.309 -0.12,-0.501c0,-0.192 0.063,-0.373 0.189,-0.543c0.126,-0.17 0.306,-0.318 0.54,-0.444c0.234,-0.126 0.518,-0.225 0.852,-0.297c0.334,-0.072 0.707,-0.108 1.119,-0.108c0.244,0 0.492,0.018 0.744,0.054c0.216,0.032 0.457,0.078 0.723,0.138c0.266,0.06 0.525,0.148 0.777,0.264l-0.318,0.828c-0.124,-0.052 -0.264,-0.102 -0.42,-0.15c-0.156,-0.048 -0.319,-0.09 -0.489,-0.126c-0.17,-0.036 -0.342,-0.064 -0.516,-0.084c-0.174,-0.02 -0.341,-0.03 -0.501,-0.03c-0.24,0 -0.463,0.011 -0.669,0.033c-0.206,0.022 -0.385,0.055 -0.537,0.099c-0.152,0.044 -0.271,0.098 -0.357,0.162c-0.086,0.064 -0.129,0.136 -0.129,0.216c0,0.104 0.044,0.182 0.132,0.234c0.088,0.052 0.218,0.082 0.39,0.09c0.192,0.008 0.462,0.02 0.81,0.036c0.348,0.016 0.76,0.034 1.236,0.054c0.24,0.012 0.455,0.044 0.645,0.096c0.19,0.052 0.352,0.126 0.486,0.222c0.134,0.096 0.237,0.214 0.309,0.354c0.072,0.14 0.108,0.3 0.108,0.48Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M56.322,233.084l-0.96,1.668l1.92,0l-0.96,-1.668Zm1.962,3.414l-0.486,-0.84l-2.958,0l-0.486,0.84l-1.122,0l2.412,-4.2l1.35,0l2.412,4.2l-1.122,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M63.336,233.204l0,3.294l-1.05,0l0,-3.294l-1.89,0l0,-0.906l4.83,0l0,0.906l-1.89,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M71.514,234.398c0,0.304 -0.058,0.591 -0.174,0.861c-0.116,0.27 -0.282,0.507 -0.498,0.711c-0.216,0.204 -0.478,0.366 -0.786,0.486c-0.308,0.12 -0.654,0.18 -1.038,0.18c-0.384,0 -0.73,-0.06 -1.038,-0.18c-0.308,-0.12 -0.571,-0.282 -0.789,-0.486c-0.218,-0.204 -0.385,-0.441 -0.501,-0.711c-0.116,-0.27 -0.174,-0.557 -0.174,-0.861l0,-2.1l1.056,0l0,2.1c0,0.18 0.029,0.351 0.087,0.513c0.058,0.162 0.146,0.305 0.264,0.429c0.118,0.124 0.268,0.222 0.45,0.294c0.182,0.072 0.397,0.108 0.645,0.108c0.248,0 0.462,-0.036 0.642,-0.108c0.18,-0.072 0.329,-0.17 0.447,-0.294c0.118,-0.124 0.206,-0.267 0.264,-0.429c0.058,-0.162 0.087,-0.333 0.087,-0.513l0,-2.1l1.056,0l0,2.1Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M77.076,233.678c0,-0.1 -0.018,-0.181 -0.054,-0.243c-0.036,-0.062 -0.08,-0.11 -0.132,-0.144c-0.052,-0.034 -0.105,-0.057 -0.159,-0.069c-0.054,-0.012 -0.097,-0.018 -0.129,-0.018l-2.562,0l0,0.954l2.562,0c0.024,0 0.062,-0.007 0.114,-0.021c0.052,-0.014 0.105,-0.039 0.159,-0.075c0.054,-0.036 0.101,-0.085 0.141,-0.147c0.04,-0.062 0.06,-0.141 0.06,-0.237Zm1.056,0c0,0.184 -0.024,0.346 -0.072,0.486c-0.048,0.14 -0.111,0.261 -0.189,0.363c-0.078,0.102 -0.166,0.187 -0.264,0.255c-0.098,0.068 -0.197,0.122 -0.297,0.162l0.732,1.554l-1.128,0l-0.672,-1.434l-2.202,0l0,1.434l-1.056,0l0,-4.2l3.774,0c0.112,0 0.247,0.02 0.405,0.06c0.158,0.04 0.309,0.111 0.453,0.213c0.144,0.102 0.266,0.242 0.366,0.42c0.1,0.178 0.15,0.407 0.15,0.687Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M82.272,233.084l-0.96,1.668l1.92,0l-0.96,-1.668Zm1.962,3.414l-0.486,-0.84l-2.958,0l-0.486,0.84l-1.122,0l2.412,-4.2l1.35,0l2.412,4.2l-1.122,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M89.286,233.204l0,3.294l-1.05,0l0,-3.294l-1.89,0l0,-0.906l4.83,0l0,0.906l-1.89,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M92.556,236.498l0,-4.2l5.058,0l0,0.906l-4.002,0l0,0.756l3.522,0l0,0.816l-3.522,0l0,0.816l4.158,0l0,0.906l-5.214,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.2px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
</g>
<g transform="matrix(1,0,0,1,83.3802,-102.078)">
<path d="M50.358,230.396c0.336,0 0.657,0.028 0.963,0.085c0.306,0.057 0.582,0.146 0.828,0.266l-0.135,0.657c-0.258,-0.102 -0.526,-0.183 -0.805,-0.243c-0.279,-0.06 -0.56,-0.09 -0.842,-0.09c-0.744,0 -1.329,0.217 -1.755,0.652c-0.426,0.435 -0.639,1.052 -0.639,1.85c0,0.768 0.201,1.357 0.603,1.768c0.402,0.411 1.005,0.617 1.809,0.617c0.192,0 0.386,-0.014 0.581,-0.041c0.195,-0.027 0.361,-0.061 0.499,-0.103l0,-1.953l0.756,0l0,2.412c-0.228,0.096 -0.519,0.175 -0.873,0.238c-0.354,0.063 -0.708,0.095 -1.062,0.095c-0.492,0 -0.933,-0.074 -1.323,-0.221c-0.39,-0.147 -0.72,-0.354 -0.99,-0.621c-0.27,-0.267 -0.475,-0.586 -0.616,-0.958c-0.141,-0.372 -0.212,-0.783 -0.212,-1.233c0,-0.468 0.074,-0.897 0.221,-1.287c0.147,-0.39 0.358,-0.725 0.634,-1.004c0.276,-0.279 0.612,-0.496 1.008,-0.652c0.396,-0.156 0.846,-0.234 1.35,-0.234Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M58.908,236.498l-0.846,0l-0.549,-1.449l-2.799,0l-0.54,1.449l-0.846,0l2.385,-5.994l0.81,0l2.385,5.994Zm-3.942,-2.115l2.304,0l-1.152,-3.123l-1.152,3.123Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="60.15" y="230.504" width="0.828" height="5.994" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M66.837,236.498l-3.357,-4.707l0,4.707l-0.792,0l0,-5.994l0.792,0l3.357,4.707l0,-4.707l0.792,0l0,5.994l-0.792,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,70.3659,-33.6997)">
<rect x="47.528" y="232.368" width="3.43" height="1.05" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,110.731,-33.3357)">
<path d="M51.546,232.452l0,2.856l-1.092,0l0,-2.856l-2.688,0l0,-0.952l2.688,0l0,-2.856l1.092,0l0,2.856l2.688,0l0,0.952l-2.688,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,27.0985,97.1477)">
<path d="M52.617,230.504l0.747,0l0.432,5.994l-0.792,0l-0.288,-4.671l-1.728,3.591l-0.846,0l-1.728,-3.591l-0.288,4.671l-0.792,0l0.432,-5.994l0.747,0l2.052,4.239l2.052,-4.239Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M57.837,236.606c-0.468,0 -0.885,-0.084 -1.251,-0.252c-0.366,-0.168 -0.672,-0.393 -0.918,-0.675c-0.246,-0.282 -0.433,-0.612 -0.562,-0.99c-0.129,-0.378 -0.194,-0.774 -0.194,-1.188c0,-0.414 0.065,-0.81 0.194,-1.188c0.129,-0.378 0.316,-0.708 0.562,-0.99c0.246,-0.282 0.552,-0.507 0.918,-0.675c0.366,-0.168 0.783,-0.252 1.251,-0.252c0.468,0 0.885,0.084 1.251,0.252c0.366,0.168 0.672,0.393 0.918,0.675c0.246,0.282 0.434,0.612 0.563,0.99c0.129,0.378 0.193,0.774 0.193,1.188c0,0.414 -0.064,0.81 -0.193,1.188c-0.129,0.378 -0.317,0.708 -0.563,0.99c-0.246,0.282 -0.552,0.507 -0.918,0.675c-0.366,0.168 -0.783,0.252 -1.251,0.252Zm0,-0.666c0.342,0 0.645,-0.063 0.909,-0.189c0.264,-0.126 0.483,-0.3 0.657,-0.522c0.174,-0.222 0.306,-0.482 0.396,-0.779c0.09,-0.297 0.135,-0.613 0.135,-0.949c0,-0.336 -0.045,-0.653 -0.135,-0.95c-0.09,-0.297 -0.222,-0.555 -0.396,-0.774c-0.174,-0.219 -0.393,-0.393 -0.657,-0.522c-0.264,-0.129 -0.567,-0.193 -0.909,-0.193c-0.342,0 -0.645,0.064 -0.909,0.193c-0.264,0.129 -0.483,0.303 -0.657,0.522c-0.174,0.219 -0.306,0.477 -0.396,0.774c-0.09,0.297 -0.135,0.614 -0.135,0.95c0,0.336 0.045,0.652 0.135,0.949c0.09,0.297 0.222,0.557 0.396,0.779c0.174,0.222 0.393,0.396 0.657,0.522c0.264,0.126 0.567,0.189 0.909,0.189Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M62.022,230.504l1.665,0c0.516,0 0.984,0.075 1.404,0.225c0.42,0.15 0.78,0.358 1.08,0.625c0.3,0.267 0.531,0.584 0.693,0.95c0.162,0.366 0.243,0.765 0.243,1.197c0,0.432 -0.081,0.831 -0.243,1.197c-0.162,0.366 -0.393,0.682 -0.693,0.949c-0.3,0.267 -0.66,0.476 -1.08,0.626c-0.42,0.15 -0.888,0.225 -1.404,0.225l-1.665,0l0,-5.994Zm1.665,5.328c0.36,0 0.698,-0.053 1.013,-0.158c0.315,-0.105 0.589,-0.256 0.823,-0.454c0.234,-0.198 0.419,-0.441 0.554,-0.729c0.135,-0.288 0.202,-0.618 0.202,-0.99c0,-0.366 -0.067,-0.695 -0.202,-0.986c-0.135,-0.291 -0.32,-0.535 -0.554,-0.733c-0.234,-0.198 -0.508,-0.35 -0.823,-0.455c-0.315,-0.105 -0.653,-0.157 -1.013,-0.157l-0.837,0l0,4.662l0.837,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M72.138,230.504l0.828,0l0,3.87c0,0.312 -0.051,0.604 -0.153,0.877c-0.102,0.273 -0.252,0.51 -0.45,0.711c-0.198,0.201 -0.442,0.359 -0.733,0.473c-0.291,0.114 -0.629,0.171 -1.013,0.171c-0.384,0 -0.721,-0.057 -1.012,-0.171c-0.291,-0.114 -0.536,-0.272 -0.734,-0.473c-0.198,-0.201 -0.348,-0.438 -0.45,-0.711c-0.102,-0.273 -0.153,-0.565 -0.153,-0.877l0,-3.87l0.828,0l0,3.906c0,0.45 0.128,0.816 0.383,1.098c0.255,0.282 0.634,0.423 1.138,0.423c0.504,0 0.884,-0.141 1.139,-0.423c0.255,-0.282 0.382,-0.648 0.382,-1.098l0,-3.906Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M77.961,234.941c0,0.258 -0.055,0.489 -0.166,0.693c-0.111,0.204 -0.261,0.378 -0.45,0.522c-0.189,0.144 -0.411,0.255 -0.666,0.333c-0.255,0.078 -0.53,0.117 -0.824,0.117c-0.288,0 -0.583,-0.03 -0.886,-0.09c-0.303,-0.06 -0.581,-0.15 -0.833,-0.27l0.162,-0.657c0.222,0.102 0.467,0.186 0.734,0.252c0.267,0.066 0.535,0.099 0.805,0.099c0.39,0 0.705,-0.083 0.945,-0.248c0.24,-0.165 0.36,-0.403 0.36,-0.715c0,-0.174 -0.034,-0.323 -0.103,-0.446c-0.069,-0.123 -0.164,-0.234 -0.284,-0.333c-0.12,-0.099 -0.259,-0.187 -0.418,-0.265c-0.159,-0.078 -0.329,-0.159 -0.509,-0.243c-0.204,-0.096 -0.4,-0.197 -0.589,-0.302c-0.189,-0.105 -0.356,-0.225 -0.5,-0.36c-0.144,-0.135 -0.259,-0.288 -0.346,-0.459c-0.087,-0.171 -0.131,-0.37 -0.131,-0.598c0,-0.258 0.047,-0.486 0.14,-0.684c0.093,-0.198 0.223,-0.363 0.391,-0.495c0.168,-0.132 0.369,-0.231 0.603,-0.297c0.234,-0.066 0.492,-0.099 0.774,-0.099c0.288,0 0.569,0.033 0.842,0.099c0.273,0.066 0.511,0.153 0.715,0.261l-0.153,0.657c-0.192,-0.102 -0.411,-0.186 -0.657,-0.252c-0.246,-0.066 -0.495,-0.099 -0.747,-0.099c-0.726,0 -1.089,0.282 -1.089,0.846c0,0.126 0.018,0.235 0.054,0.328c0.036,0.093 0.095,0.18 0.176,0.261c0.081,0.081 0.189,0.159 0.324,0.234c0.135,0.075 0.298,0.161 0.49,0.257c0.192,0.096 0.396,0.199 0.612,0.31c0.216,0.111 0.414,0.243 0.594,0.396c0.18,0.153 0.33,0.332 0.45,0.536c0.12,0.204 0.18,0.441 0.18,0.711Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,-21.8343,-97.8004)">
<path d="M50.259,230.396c0.27,0 0.552,0.025 0.846,0.076c0.294,0.051 0.54,0.119 0.738,0.203l-0.135,0.639c-0.204,-0.072 -0.423,-0.131 -0.657,-0.176c-0.234,-0.045 -0.465,-0.067 -0.693,-0.067c-0.75,0 -1.335,0.21 -1.755,0.63c-0.42,0.42 -0.63,1.02 -0.63,1.8c0,0.78 0.21,1.38 0.63,1.8c0.42,0.42 1.005,0.63 1.755,0.63c0.228,0 0.459,-0.023 0.693,-0.068c0.234,-0.045 0.453,-0.103 0.657,-0.175l0.135,0.639c-0.198,0.084 -0.444,0.151 -0.738,0.202c-0.294,0.051 -0.576,0.077 -0.846,0.077c-0.492,0 -0.931,-0.078 -1.318,-0.234c-0.387,-0.156 -0.713,-0.372 -0.977,-0.648c-0.264,-0.276 -0.466,-0.603 -0.607,-0.981c-0.141,-0.378 -0.212,-0.792 -0.212,-1.242c0,-0.45 0.071,-0.864 0.212,-1.242c0.141,-0.378 0.343,-0.705 0.607,-0.981c0.264,-0.276 0.59,-0.492 0.977,-0.648c0.387,-0.156 0.826,-0.234 1.318,-0.234Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M56.856,230.504l0.828,0l-2.151,5.994l-0.864,0l-2.151,-5.994l0.828,0l1.755,5.013l1.755,-5.013Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,-30.8343,91.9064)">
<rect x="47.523" y="230.504" width="0.828" height="5.994" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M54.12,236.498l-3.357,-4.707l0,4.707l-0.792,0l0,-5.994l0.792,0l3.357,4.707l0,-4.707l0.792,0l0,5.994l-0.792,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,101.166,91.9064)">
<path d="M50.088,236.606c-0.468,0 -0.885,-0.084 -1.251,-0.252c-0.366,-0.168 -0.672,-0.393 -0.918,-0.675c-0.246,-0.282 -0.433,-0.612 -0.562,-0.99c-0.129,-0.378 -0.194,-0.774 -0.194,-1.188c0,-0.414 0.065,-0.81 0.194,-1.188c0.129,-0.378 0.316,-0.708 0.562,-0.99c0.246,-0.282 0.552,-0.507 0.918,-0.675c0.366,-0.168 0.783,-0.252 1.251,-0.252c0.468,0 0.885,0.084 1.251,0.252c0.366,0.168 0.672,0.393 0.918,0.675c0.246,0.282 0.434,0.612 0.563,0.99c0.129,0.378 0.193,0.774 0.193,1.188c0,0.414 -0.064,0.81 -0.193,1.188c-0.129,0.378 -0.317,0.708 -0.563,0.99c-0.246,0.282 -0.552,0.507 -0.918,0.675c-0.366,0.168 -0.783,0.252 -1.251,0.252Zm0,-0.666c0.342,0 0.645,-0.063 0.909,-0.189c0.264,-0.126 0.483,-0.3 0.657,-0.522c0.174,-0.222 0.306,-0.482 0.396,-0.779c0.09,-0.297 0.135,-0.613 0.135,-0.949c0,-0.336 -0.045,-0.653 -0.135,-0.95c-0.09,-0.297 -0.222,-0.555 -0.396,-0.774c-0.174,-0.219 -0.393,-0.393 -0.657,-0.522c-0.264,-0.129 -0.567,-0.193 -0.909,-0.193c-0.342,0 -0.645,0.064 -0.909,0.193c-0.264,0.129 -0.483,0.303 -0.657,0.522c-0.174,0.219 -0.306,0.477 -0.396,0.774c-0.09,0.297 -0.135,0.614 -0.135,0.95c0,0.336 0.045,0.652 0.135,0.949c0.09,0.297 0.222,0.557 0.396,0.779c0.174,0.222 0.393,0.396 0.657,0.522c0.264,0.126 0.567,0.189 0.909,0.189Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M58.107,230.504l0.828,0l0,3.87c0,0.312 -0.051,0.604 -0.153,0.877c-0.102,0.273 -0.252,0.51 -0.45,0.711c-0.198,0.201 -0.442,0.359 -0.733,0.473c-0.291,0.114 -0.629,0.171 -1.013,0.171c-0.384,0 -0.721,-0.057 -1.012,-0.171c-0.291,-0.114 -0.536,-0.272 -0.734,-0.473c-0.198,-0.201 -0.348,-0.438 -0.45,-0.711c-0.102,-0.273 -0.153,-0.565 -0.153,-0.877l0,-3.87l0.828,0l0,3.906c0,0.45 0.128,0.816 0.383,1.098c0.255,0.282 0.634,0.423 1.138,0.423c0.504,0 0.884,-0.141 1.139,-0.423c0.255,-0.282 0.382,-0.648 0.382,-1.098l0,-3.906Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M64.308,230.504l0,0.675l-1.764,0l0,5.319l-0.828,0l0,-5.319l-1.764,0l0,-0.675l4.356,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,20.5875,-145.481)">
<path d="M48.306,230.504l0,5.319l2.502,0l0,0.675l-3.33,0l0,-5.994l0.828,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M51.861,230.504l3.339,0l0,0.675l-2.511,0l0,1.917l2.403,0l0,0.675l-2.403,0l0,2.052l2.538,0l0,0.675l-3.366,0l0,-5.994Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M60.294,230.504l0.828,0l-2.151,5.994l-0.864,0l-2.151,-5.994l0.828,0l1.755,5.013l1.755,-5.013Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M62.067,230.504l3.339,0l0,0.675l-2.511,0l0,1.917l2.403,0l0,0.675l-2.403,0l0,2.052l2.538,0l0,0.675l-3.366,0l0,-5.994Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M67.62,230.504l0,5.319l2.502,0l0,0.675l-3.33,0l0,-5.994l0.828,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,-21.8343,-15.8004)">
<path d="M50.259,230.396c0.27,0 0.552,0.025 0.846,0.076c0.294,0.051 0.54,0.119 0.738,0.203l-0.135,0.639c-0.204,-0.072 -0.423,-0.131 -0.657,-0.176c-0.234,-0.045 -0.465,-0.067 -0.693,-0.067c-0.75,0 -1.335,0.21 -1.755,0.63c-0.42,0.42 -0.63,1.02 -0.63,1.8c0,0.78 0.21,1.38 0.63,1.8c0.42,0.42 1.005,0.63 1.755,0.63c0.228,0 0.459,-0.023 0.693,-0.068c0.234,-0.045 0.453,-0.103 0.657,-0.175l0.135,0.639c-0.198,0.084 -0.444,0.151 -0.738,0.202c-0.294,0.051 -0.576,0.077 -0.846,0.077c-0.492,0 -0.931,-0.078 -1.318,-0.234c-0.387,-0.156 -0.713,-0.372 -0.977,-0.648c-0.264,-0.276 -0.466,-0.603 -0.607,-0.981c-0.141,-0.378 -0.212,-0.792 -0.212,-1.242c0,-0.45 0.071,-0.864 0.212,-1.242c0.141,-0.378 0.343,-0.705 0.607,-0.981c0.264,-0.276 0.59,-0.492 0.977,-0.648c0.387,-0.156 0.826,-0.234 1.318,-0.234Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M56.856,230.504l0.828,0l-2.151,5.994l-0.864,0l-2.151,-5.994l0.828,0l1.755,5.013l1.755,-5.013Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1.05796,0,0,1.05796,21.4691,-32.2968)">
<rect x="47.008" y="233.168" width="2.89" height="0.7" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M59.348,235.428l0,-1.98l1.98,0l0,-0.69l-1.98,0l0,-1.99l-0.71,0l0,1.99l-1.98,0l0,0.69l1.98,0l0,1.98l0.71,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1.05796,0,0,1.05796,21.4691,-114.297)">
<rect x="47.008" y="233.168" width="2.89" height="0.7" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M59.348,235.428l0,-1.98l1.98,0l0,-0.69l-1.98,0l0,-1.99l-0.71,0l0,1.99l-1.98,0l0,0.69l1.98,0l0,1.98l0.71,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,20.5875,-63.481)">
<path d="M48.306,230.504l0,5.319l2.502,0l0,0.675l-3.33,0l0,-5.994l0.828,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M51.861,230.504l3.339,0l0,0.675l-2.511,0l0,1.917l2.403,0l0,0.675l-2.403,0l0,2.052l2.538,0l0,0.675l-3.366,0l0,-5.994Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M60.294,230.504l0.828,0l-2.151,5.994l-0.864,0l-2.151,-5.994l0.828,0l1.755,5.013l1.755,-5.013Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M62.067,230.504l3.339,0l0,0.675l-2.511,0l0,1.917l2.403,0l0,0.675l-2.403,0l0,2.052l2.538,0l0,0.675l-3.366,0l0,-5.994Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M67.62,230.504l0,5.319l2.502,0l0,0.675l-3.33,0l0,-5.994l0.828,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g transform="matrix(1,0,0,1,84.5757,-28.4814)">
<path d="M51.492,234.824c0,0.246 -0.055,0.472 -0.166,0.679c-0.111,0.207 -0.269,0.384 -0.473,0.531c-0.204,0.147 -0.448,0.261 -0.733,0.342c-0.285,0.081 -0.602,0.122 -0.95,0.122l-1.692,0l0,-5.994l1.854,0c0.288,0 0.552,0.034 0.792,0.103c0.24,0.069 0.446,0.168 0.617,0.297c0.171,0.129 0.303,0.284 0.396,0.464c0.093,0.18 0.139,0.378 0.139,0.594c0,0.348 -0.115,0.64 -0.346,0.877c-0.231,0.237 -0.527,0.416 -0.887,0.536c0.444,0.084 0.797,0.247 1.058,0.49c0.261,0.243 0.391,0.563 0.391,0.959Zm-0.792,-0.027c0,-0.18 -0.042,-0.338 -0.126,-0.473c-0.084,-0.135 -0.198,-0.246 -0.342,-0.333c-0.144,-0.087 -0.312,-0.151 -0.504,-0.193c-0.192,-0.042 -0.396,-0.063 -0.612,-0.063l-0.846,0l0,2.115l0.954,0c0.45,0 0.809,-0.089 1.076,-0.266c0.267,-0.177 0.4,-0.439 0.4,-0.787Zm-1.665,-1.71c0.204,0 0.395,-0.024 0.572,-0.072c0.177,-0.048 0.33,-0.117 0.459,-0.207c0.129,-0.09 0.229,-0.198 0.301,-0.324c0.072,-0.126 0.108,-0.27 0.108,-0.432c0,-0.3 -0.112,-0.525 -0.337,-0.675c-0.225,-0.15 -0.518,-0.225 -0.878,-0.225l-0.99,0l0,1.935l0.765,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="52.779" y="230.504" width="0.828" height="5.994" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M60.339,236.498l-0.846,0l-0.549,-1.449l-2.799,0l-0.54,1.449l-0.846,0l2.385,-5.994l0.81,0l2.385,5.994Zm-3.942,-2.115l2.304,0l-1.152,-3.123l-1.152,3.123Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M64.902,234.941c0,0.258 -0.055,0.489 -0.166,0.693c-0.111,0.204 -0.261,0.378 -0.45,0.522c-0.189,0.144 -0.411,0.255 -0.666,0.333c-0.255,0.078 -0.53,0.117 -0.824,0.117c-0.288,0 -0.583,-0.03 -0.886,-0.09c-0.303,-0.06 -0.581,-0.15 -0.833,-0.27l0.162,-0.657c0.222,0.102 0.467,0.186 0.734,0.252c0.267,0.066 0.535,0.099 0.805,0.099c0.39,0 0.705,-0.083 0.945,-0.248c0.24,-0.165 0.36,-0.403 0.36,-0.715c0,-0.174 -0.034,-0.323 -0.103,-0.446c-0.069,-0.123 -0.164,-0.234 -0.284,-0.333c-0.12,-0.099 -0.259,-0.187 -0.418,-0.265c-0.159,-0.078 -0.329,-0.159 -0.509,-0.243c-0.204,-0.096 -0.4,-0.197 -0.589,-0.302c-0.189,-0.105 -0.356,-0.225 -0.5,-0.36c-0.144,-0.135 -0.259,-0.288 -0.346,-0.459c-0.087,-0.171 -0.131,-0.37 -0.131,-0.598c0,-0.258 0.047,-0.486 0.14,-0.684c0.093,-0.198 0.223,-0.363 0.391,-0.495c0.168,-0.132 0.369,-0.231 0.603,-0.297c0.234,-0.066 0.492,-0.099 0.774,-0.099c0.288,0 0.569,0.033 0.842,0.099c0.273,0.066 0.511,0.153 0.715,0.261l-0.153,0.657c-0.192,-0.102 -0.411,-0.186 -0.657,-0.252c-0.246,-0.066 -0.495,-0.099 -0.747,-0.099c-0.726,0 -1.089,0.282 -1.089,0.846c0,0.126 0.018,0.235 0.054,0.328c0.036,0.093 0.095,0.18 0.176,0.261c0.081,0.081 0.189,0.159 0.324,0.234c0.135,0.075 0.298,0.161 0.49,0.257c0.192,0.096 0.396,0.199 0.612,0.31c0.216,0.111 0.414,0.243 0.594,0.396c0.18,0.153 0.33,0.332 0.45,0.536c0.12,0.204 0.18,0.441 0.18,0.711Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.55px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
</g>
<g id="Arrow" transform="matrix(-0.707107,0.707107,-0.95159,-0.95159,164.125,265.639)">
<path d="M26.442,119.338l5.493,-4.254l5.492,4.254l-10.985,0Z" style="fill:#fcfcfc;fill-rule:nonzero;"/>
</g>
<g id="Arrow1" serif:id="Arrow" transform="matrix(-0.707107,0.707107,-0.894943,-0.894943,157.606,178.12)">
<path d="M26.442,119.338l5.493,-4.254l5.492,4.254l-10.985,0Z" style="fill:#fcfcfc;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.997836,0,0,1,3.29382,0.255458)">
<g id="Title">
<path d="M22.098,39.727l1.753,-5.278l0.717,0l-2.044,6.13l-0.817,0l-2.079,-6.13l0.716,0l1.754,5.278Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M26.075,37.406c0,0.469 0.061,0.876 0.182,1.22c0.122,0.344 0.282,0.63 0.479,0.857c0.198,0.227 0.422,0.395 0.673,0.505c0.25,0.11 0.504,0.165 0.762,0.165c0.267,0 0.508,-0.048 0.723,-0.145c0.215,-0.097 0.403,-0.224 0.563,-0.382c0.159,-0.159 0.291,-0.339 0.395,-0.543c0.104,-0.204 0.178,-0.412 0.222,-0.626l0.664,0c-0.062,0.316 -0.163,0.613 -0.304,0.89c-0.14,0.276 -0.318,0.517 -0.534,0.723c-0.215,0.205 -0.467,0.366 -0.755,0.485c-0.289,0.119 -0.613,0.178 -0.974,0.178c-0.419,0 -0.797,-0.075 -1.136,-0.226c-0.338,-0.151 -0.627,-0.369 -0.866,-0.655c-0.238,-0.286 -0.422,-0.635 -0.551,-1.048c-0.129,-0.413 -0.193,-0.88 -0.193,-1.402c0,-0.404 0.061,-0.793 0.184,-1.167c0.123,-0.373 0.301,-0.704 0.534,-0.993c0.233,-0.288 0.519,-0.518 0.857,-0.69c0.338,-0.171 0.724,-0.257 1.158,-0.257c0.363,0 0.688,0.048 0.976,0.145c0.287,0.097 0.536,0.231 0.749,0.402c0.212,0.172 0.39,0.375 0.534,0.611c0.143,0.236 0.255,0.494 0.334,0.776l-0.69,0c-0.161,-0.46 -0.396,-0.802 -0.706,-1.026c-0.309,-0.225 -0.708,-0.337 -1.197,-0.337c-0.305,0 -0.585,0.068 -0.839,0.203c-0.255,0.134 -0.475,0.317 -0.66,0.549c-0.184,0.231 -0.328,0.501 -0.43,0.808c-0.103,0.308 -0.154,0.635 -0.154,0.98Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M38.199,34.449l0,0.593l-3.339,0l0,2.074l2.9,0l0,0.594l-2.9,0l0,2.869l-0.651,0l0,-6.13l3.99,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M44.853,37.507c0,0.472 -0.061,0.906 -0.183,1.301c-0.121,0.396 -0.299,0.736 -0.534,1.022c-0.234,0.286 -0.522,0.508 -0.863,0.666c-0.341,0.158 -0.732,0.237 -1.171,0.237c-0.44,0 -0.83,-0.079 -1.171,-0.237c-0.342,-0.158 -0.629,-0.38 -0.862,-0.666c-0.233,-0.286 -0.41,-0.626 -0.531,-1.022c-0.122,-0.395 -0.183,-0.829 -0.183,-1.301c0,-0.468 0.061,-0.9 0.183,-1.294c0.121,-0.394 0.298,-0.733 0.531,-1.017c0.233,-0.284 0.52,-0.505 0.862,-0.664c0.341,-0.158 0.731,-0.237 1.171,-0.237c0.439,0 0.83,0.079 1.171,0.237c0.341,0.159 0.629,0.38 0.863,0.664c0.235,0.284 0.413,0.623 0.534,1.017c0.122,0.394 0.183,0.826 0.183,1.294Zm-0.655,0c0,-0.413 -0.054,-0.782 -0.163,-1.109c-0.108,-0.327 -0.257,-0.604 -0.446,-0.831c-0.189,-0.227 -0.411,-0.4 -0.665,-0.518c-0.255,-0.119 -0.529,-0.178 -0.822,-0.178c-0.296,0 -0.571,0.059 -0.826,0.178c-0.255,0.118 -0.476,0.291 -0.664,0.518c-0.187,0.227 -0.335,0.504 -0.442,0.831c-0.107,0.327 -0.16,0.696 -0.16,1.109c0,0.414 0.053,0.784 0.16,1.112c0.107,0.328 0.255,0.606 0.442,0.833c0.188,0.227 0.409,0.401 0.664,0.521c0.255,0.12 0.53,0.18 0.826,0.18c0.293,0 0.567,-0.06 0.822,-0.18c0.254,-0.12 0.476,-0.294 0.665,-0.521c0.189,-0.227 0.338,-0.505 0.446,-0.833c0.109,-0.328 0.163,-0.698 0.163,-1.112Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M46.909,34.449l0,5.537l3.081,0l0,0.593l-3.731,0l0,-6.13l0.65,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M51.352,34.449l2.272,0c0.27,0 0.522,0.037 0.758,0.11c0.236,0.073 0.452,0.176 0.649,0.31c0.196,0.133 0.37,0.293 0.522,0.481c0.153,0.187 0.282,0.394 0.387,0.619c0.106,0.226 0.186,0.468 0.242,0.728c0.056,0.259 0.083,0.528 0.083,0.806c0,0.437 -0.064,0.842 -0.193,1.215c-0.129,0.374 -0.31,0.699 -0.543,0.976c-0.233,0.277 -0.511,0.493 -0.835,0.65c-0.323,0.157 -0.68,0.235 -1.07,0.235l-2.272,0l0,-6.13Zm0.651,5.537l1.362,0c0.322,0 0.621,-0.056 0.896,-0.167c0.276,-0.111 0.514,-0.272 0.715,-0.483c0.2,-0.211 0.357,-0.47 0.47,-0.776c0.113,-0.306 0.169,-0.654 0.169,-1.044c0,-0.425 -0.057,-0.793 -0.171,-1.105c-0.115,-0.312 -0.273,-0.569 -0.475,-0.771c-0.202,-0.202 -0.44,-0.352 -0.714,-0.451c-0.274,-0.098 -0.571,-0.147 -0.89,-0.147l-1.362,0l0,4.944Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M61.759,34.449l0,0.593l-3.437,0l0,2.074l3.234,0l0,0.594l-3.234,0l0,2.276l3.59,0l0,0.593l-4.24,0l0,-6.13l4.087,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M67.797,36.194c0,0.152 -0.019,0.301 -0.055,0.448c-0.037,0.146 -0.091,0.285 -0.163,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.159,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.238,0.29c0.057,0.11 0.096,0.23 0.118,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.037,0.124 0.083,0.238 0.139,0.34l-0.708,0c-0.029,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.029,-0.122 -0.037,-0.187c-0.009,-0.064 -0.015,-0.127 -0.018,-0.187c-0.003,-0.06 -0.004,-0.112 -0.004,-0.156l0,-0.975c0,-0.117 -0.02,-0.234 -0.06,-0.35c-0.039,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.317,-0.084 -0.522,-0.084l-1.855,0l0,2.628l-0.65,0l0,-6.13l2.505,0c0.298,0 0.563,0.052 0.793,0.156c0.23,0.104 0.423,0.239 0.58,0.404c0.157,0.166 0.275,0.353 0.356,0.561c0.08,0.208 0.121,0.416 0.121,0.624Zm-3.705,1.182l1.855,0c0.161,0 0.313,-0.031 0.457,-0.093c0.143,-0.061 0.27,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.261,-0.377c0.065,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.251,-0.363c-0.107,-0.102 -0.233,-0.182 -0.38,-0.239c-0.146,-0.057 -0.305,-0.086 -0.474,-0.086l-1.855,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="73.448" y="33.557" width="0.523" height="8.24" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M79.912,38.663c0.015,0.22 0.065,0.421 0.15,0.605c0.085,0.183 0.198,0.342 0.338,0.476c0.141,0.135 0.307,0.24 0.499,0.315c0.192,0.074 0.402,0.112 0.631,0.112c0.205,0 0.401,-0.023 0.588,-0.069c0.188,-0.045 0.353,-0.117 0.497,-0.215c0.144,-0.098 0.258,-0.225 0.343,-0.382c0.085,-0.157 0.127,-0.347 0.127,-0.569c0,-0.182 -0.046,-0.336 -0.138,-0.464c-0.093,-0.127 -0.214,-0.237 -0.365,-0.329c-0.151,-0.093 -0.322,-0.173 -0.514,-0.24c-0.192,-0.067 -0.386,-0.13 -0.582,-0.189c-0.164,-0.047 -0.329,-0.098 -0.495,-0.154c-0.165,-0.055 -0.325,-0.118 -0.479,-0.189c-0.154,-0.07 -0.297,-0.151 -0.43,-0.241c-0.134,-0.091 -0.249,-0.198 -0.348,-0.321c-0.098,-0.123 -0.175,-0.263 -0.233,-0.42c-0.057,-0.157 -0.085,-0.338 -0.085,-0.543c0,-0.255 0.05,-0.479 0.149,-0.674c0.1,-0.195 0.24,-0.358 0.42,-0.49c0.18,-0.132 0.395,-0.232 0.646,-0.301c0.25,-0.069 0.525,-0.103 0.824,-0.103c0.266,0 0.502,0.026 0.707,0.079c0.205,0.052 0.384,0.124 0.536,0.215c0.153,0.091 0.282,0.197 0.387,0.319c0.106,0.121 0.192,0.249 0.259,0.384c0.068,0.135 0.118,0.274 0.15,0.418c0.032,0.143 0.053,0.281 0.061,0.413l-0.668,0c-0.017,-0.205 -0.066,-0.386 -0.147,-0.541c-0.08,-0.155 -0.184,-0.286 -0.312,-0.391c-0.127,-0.105 -0.274,-0.185 -0.441,-0.237c-0.167,-0.053 -0.345,-0.079 -0.532,-0.079c-0.173,0 -0.342,0.017 -0.508,0.052c-0.165,0.035 -0.313,0.092 -0.444,0.17c-0.13,0.077 -0.235,0.179 -0.316,0.305c-0.081,0.126 -0.121,0.28 -0.121,0.461c0,0.188 0.046,0.347 0.136,0.477c0.091,0.131 0.213,0.243 0.365,0.336c0.152,0.094 0.326,0.175 0.521,0.242c0.195,0.067 0.396,0.133 0.604,0.198c0.164,0.053 0.329,0.106 0.495,0.16c0.165,0.054 0.324,0.117 0.476,0.187c0.153,0.07 0.294,0.15 0.424,0.239c0.131,0.09 0.244,0.194 0.339,0.312c0.095,0.119 0.17,0.255 0.226,0.409c0.056,0.154 0.084,0.331 0.084,0.53c0,0.299 -0.055,0.561 -0.165,0.789c-0.11,0.227 -0.263,0.416 -0.459,0.569c-0.197,0.152 -0.43,0.267 -0.699,0.345c-0.27,0.077 -0.564,0.116 -0.883,0.116c-0.288,0 -0.567,-0.049 -0.84,-0.147c-0.272,-0.098 -0.515,-0.237 -0.727,-0.418c-0.213,-0.18 -0.384,-0.399 -0.514,-0.657c-0.131,-0.257 -0.2,-0.547 -0.209,-0.87l0.672,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M85.797,34.449l0,2.667l3.335,0l0,-2.667l0.65,0l0,6.13l-0.65,0l0,-2.883l-3.335,0l0,2.883l-0.651,0l0,-6.13l0.651,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M94.353,34.449l2.228,6.13l-0.677,0l-0.707,-1.951l-2.606,0l-0.708,1.951l-0.672,0l2.245,-6.13l0.897,0Zm-0.457,0.606l-1.125,3.081l2.245,0l-1.12,-3.081Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M97.996,34.449l2.32,0c0.299,0 0.563,0.052 0.791,0.156c0.229,0.104 0.421,0.239 0.576,0.404c0.155,0.166 0.273,0.353 0.354,0.561c0.08,0.208 0.12,0.416 0.12,0.624c0,0.222 -0.04,0.439 -0.12,0.65c-0.081,0.211 -0.2,0.398 -0.356,0.562c-0.157,0.164 -0.35,0.296 -0.578,0.396c-0.229,0.1 -0.491,0.149 -0.787,0.149l-1.67,0l0,2.628l-0.65,0l0,-6.13Zm0.65,2.927l1.67,0c0.158,0 0.309,-0.031 0.453,-0.093c0.143,-0.061 0.27,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.261,-0.377c0.065,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.25,-0.363c-0.107,-0.102 -0.233,-0.182 -0.378,-0.239c-0.145,-0.057 -0.303,-0.086 -0.473,-0.086l-1.67,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M107.655,34.449l0,0.593l-3.436,0l0,2.074l3.234,0l0,0.594l-3.234,0l0,2.276l3.59,0l0,0.593l-4.241,0l0,-6.13l4.087,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M113.693,36.194c0,0.152 -0.018,0.301 -0.055,0.448c-0.036,0.146 -0.091,0.285 -0.162,0.415c-0.072,0.13 -0.162,0.25 -0.271,0.358c-0.108,0.109 -0.233,0.202 -0.373,0.281c0.158,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.237,0.29c0.057,0.11 0.097,0.23 0.119,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.036,0.124 0.082,0.238 0.138,0.34l-0.708,0c-0.029,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.028,-0.122 -0.037,-0.187c-0.009,-0.064 -0.015,-0.127 -0.018,-0.187c-0.003,-0.06 -0.004,-0.112 -0.004,-0.156l0,-0.975c0,-0.117 -0.02,-0.234 -0.059,-0.35c-0.04,-0.115 -0.104,-0.219 -0.194,-0.309c-0.089,-0.091 -0.205,-0.164 -0.349,-0.22c-0.144,-0.056 -0.318,-0.084 -0.523,-0.084l-1.854,0l0,2.628l-0.651,0l0,-6.13l2.505,0c0.299,0 0.563,0.052 0.793,0.156c0.23,0.104 0.424,0.239 0.58,0.404c0.157,0.166 0.276,0.353 0.356,0.561c0.081,0.208 0.121,0.416 0.121,0.624Zm-3.704,1.182l1.854,0c0.161,0 0.314,-0.031 0.457,-0.093c0.144,-0.061 0.27,-0.146 0.38,-0.255c0.11,-0.108 0.197,-0.234 0.262,-0.377c0.064,-0.144 0.096,-0.299 0.096,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.143,-0.26 -0.25,-0.363c-0.107,-0.102 -0.234,-0.182 -0.38,-0.239c-0.147,-0.057 -0.305,-0.086 -0.475,-0.086l-1.854,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<rect x="119.344" y="33.557" width="0.523" height="8.24" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M125.554,34.449l2.272,0c0.269,0 0.522,0.037 0.758,0.11c0.236,0.073 0.452,0.176 0.648,0.31c0.196,0.133 0.371,0.293 0.523,0.481c0.152,0.187 0.281,0.394 0.387,0.619c0.105,0.226 0.186,0.468 0.242,0.728c0.055,0.259 0.083,0.528 0.083,0.806c0,0.437 -0.064,0.842 -0.193,1.215c-0.129,0.374 -0.31,0.699 -0.543,0.976c-0.233,0.277 -0.511,0.493 -0.835,0.65c-0.324,0.157 -0.68,0.235 -1.07,0.235l-2.272,0l0,-6.13Zm0.65,5.537l1.363,0c0.322,0 0.621,-0.056 0.896,-0.167c0.276,-0.111 0.514,-0.272 0.714,-0.483c0.201,-0.211 0.358,-0.47 0.47,-0.776c0.113,-0.306 0.17,-0.654 0.17,-1.044c0,-0.425 -0.057,-0.793 -0.172,-1.105c-0.114,-0.312 -0.272,-0.569 -0.474,-0.771c-0.202,-0.202 -0.441,-0.352 -0.714,-0.451c-0.274,-0.098 -0.571,-0.147 -0.89,-0.147l-1.363,0l0,4.944Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M135.96,34.449l0,0.593l-3.436,0l0,2.074l3.234,0l0,0.594l-3.234,0l0,2.276l3.59,0l0,0.593l-4.241,0l0,-6.13l4.087,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M137.898,38.663c0.015,0.22 0.065,0.421 0.15,0.605c0.085,0.183 0.197,0.342 0.338,0.476c0.141,0.135 0.307,0.24 0.499,0.315c0.192,0.074 0.402,0.112 0.63,0.112c0.205,0 0.402,-0.023 0.589,-0.069c0.188,-0.045 0.353,-0.117 0.497,-0.215c0.143,-0.098 0.258,-0.225 0.343,-0.382c0.085,-0.157 0.127,-0.347 0.127,-0.569c0,-0.182 -0.046,-0.336 -0.138,-0.464c-0.093,-0.127 -0.214,-0.237 -0.365,-0.329c-0.151,-0.093 -0.322,-0.173 -0.514,-0.24c-0.192,-0.067 -0.386,-0.13 -0.583,-0.189c-0.164,-0.047 -0.328,-0.098 -0.494,-0.154c-0.165,-0.055 -0.325,-0.118 -0.479,-0.189c-0.154,-0.07 -0.297,-0.151 -0.431,-0.241c-0.133,-0.091 -0.249,-0.198 -0.347,-0.321c-0.098,-0.123 -0.176,-0.263 -0.233,-0.42c-0.057,-0.157 -0.085,-0.338 -0.085,-0.543c0,-0.255 0.049,-0.479 0.149,-0.674c0.1,-0.195 0.24,-0.358 0.42,-0.49c0.18,-0.132 0.395,-0.232 0.646,-0.301c0.25,-0.069 0.525,-0.103 0.824,-0.103c0.266,0 0.502,0.026 0.707,0.079c0.205,0.052 0.384,0.124 0.536,0.215c0.153,0.091 0.282,0.197 0.387,0.319c0.106,0.121 0.192,0.249 0.259,0.384c0.068,0.135 0.118,0.274 0.15,0.418c0.032,0.143 0.052,0.281 0.061,0.413l-0.668,0c-0.017,-0.205 -0.066,-0.386 -0.147,-0.541c-0.08,-0.155 -0.184,-0.286 -0.312,-0.391c-0.127,-0.105 -0.275,-0.185 -0.442,-0.237c-0.167,-0.053 -0.344,-0.079 -0.531,-0.079c-0.173,0 -0.342,0.017 -0.508,0.052c-0.165,0.035 -0.313,0.092 -0.444,0.17c-0.13,0.077 -0.236,0.179 -0.316,0.305c-0.081,0.126 -0.121,0.28 -0.121,0.461c0,0.188 0.045,0.347 0.136,0.477c0.091,0.131 0.213,0.243 0.365,0.336c0.152,0.094 0.326,0.175 0.521,0.242c0.195,0.067 0.396,0.133 0.604,0.198c0.164,0.053 0.329,0.106 0.494,0.16c0.166,0.054 0.325,0.117 0.477,0.187c0.153,0.07 0.294,0.15 0.424,0.239c0.131,0.09 0.243,0.194 0.339,0.312c0.095,0.119 0.17,0.255 0.226,0.409c0.056,0.154 0.083,0.331 0.083,0.53c0,0.299 -0.054,0.561 -0.164,0.789c-0.11,0.227 -0.263,0.416 -0.46,0.569c-0.196,0.152 -0.429,0.267 -0.698,0.345c-0.27,0.077 -0.564,0.116 -0.884,0.116c-0.287,0 -0.567,-0.049 -0.839,-0.147c-0.272,-0.098 -0.515,-0.237 -0.727,-0.418c-0.213,-0.18 -0.384,-0.399 -0.514,-0.657c-0.131,-0.257 -0.2,-0.547 -0.209,-0.87l0.672,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M147.434,34.449l0,0.593l-2.03,0l0,5.537l-0.65,0l0,-5.537l-2.026,0l0,-0.593l4.706,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M153.138,36.194c0,0.152 -0.018,0.301 -0.054,0.448c-0.037,0.146 -0.091,0.285 -0.163,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.158,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.237,0.29c0.057,0.11 0.097,0.23 0.119,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.036,0.124 0.083,0.238 0.138,0.34l-0.707,0c-0.03,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.029,-0.122 -0.038,-0.187c-0.008,-0.064 -0.014,-0.127 -0.017,-0.187c-0.003,-0.06 -0.005,-0.112 -0.005,-0.156l0,-0.975c0,-0.117 -0.019,-0.234 -0.059,-0.35c-0.04,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.318,-0.084 -0.523,-0.084l-1.854,0l0,2.628l-0.651,0l0,-6.13l2.505,0c0.299,0 0.564,0.052 0.794,0.156c0.23,0.104 0.423,0.239 0.58,0.404c0.156,0.166 0.275,0.353 0.356,0.561c0.08,0.208 0.12,0.416 0.12,0.624Zm-3.704,1.182l1.854,0c0.161,0 0.314,-0.031 0.457,-0.093c0.144,-0.061 0.271,-0.146 0.38,-0.255c0.11,-0.108 0.198,-0.234 0.262,-0.377c0.064,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.251,-0.363c-0.107,-0.102 -0.234,-0.182 -0.38,-0.239c-0.147,-0.057 -0.305,-0.086 -0.475,-0.086l-1.854,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M155.516,34.449l0,4.131c0,0.249 0.046,0.472 0.138,0.67c0.093,0.198 0.213,0.365 0.361,0.503c0.148,0.138 0.315,0.243 0.501,0.317c0.186,0.073 0.374,0.109 0.564,0.109c0.2,0 0.399,-0.033 0.6,-0.101c0.201,-0.067 0.381,-0.167 0.541,-0.299c0.159,-0.131 0.29,-0.296 0.391,-0.494c0.101,-0.198 0.151,-0.427 0.151,-0.688l0,-4.148l0.651,0l0,4.104c0,0.238 -0.032,0.457 -0.095,0.657c-0.063,0.201 -0.15,0.383 -0.261,0.547c-0.111,0.165 -0.242,0.309 -0.391,0.433c-0.15,0.125 -0.311,0.23 -0.484,0.315c-0.172,0.085 -0.352,0.148 -0.538,0.191c-0.186,0.042 -0.371,0.063 -0.556,0.063c-0.176,0 -0.353,-0.021 -0.532,-0.063c-0.178,-0.043 -0.35,-0.106 -0.514,-0.189c-0.164,-0.084 -0.318,-0.188 -0.461,-0.312c-0.144,-0.125 -0.268,-0.269 -0.374,-0.433c-0.105,-0.164 -0.189,-0.349 -0.25,-0.554c-0.062,-0.205 -0.093,-0.429 -0.093,-0.672l0,-4.087l0.651,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M161.475,37.406c0,0.469 0.061,0.876 0.182,1.22c0.122,0.344 0.281,0.63 0.479,0.857c0.198,0.227 0.422,0.395 0.673,0.505c0.25,0.11 0.504,0.165 0.762,0.165c0.267,0 0.508,-0.048 0.723,-0.145c0.215,-0.097 0.403,-0.224 0.562,-0.382c0.16,-0.159 0.292,-0.339 0.396,-0.543c0.104,-0.204 0.178,-0.412 0.222,-0.626l0.663,0c-0.061,0.316 -0.162,0.613 -0.303,0.89c-0.14,0.276 -0.318,0.517 -0.534,0.723c-0.215,0.205 -0.467,0.366 -0.756,0.485c-0.288,0.119 -0.613,0.178 -0.973,0.178c-0.419,0 -0.798,-0.075 -1.136,-0.226c-0.338,-0.151 -0.627,-0.369 -0.866,-0.655c-0.238,-0.286 -0.422,-0.635 -0.551,-1.048c-0.129,-0.413 -0.194,-0.88 -0.194,-1.402c0,-0.404 0.062,-0.793 0.185,-1.167c0.123,-0.373 0.301,-0.704 0.534,-0.993c0.233,-0.288 0.519,-0.518 0.857,-0.69c0.338,-0.171 0.724,-0.257 1.158,-0.257c0.363,0 0.688,0.048 0.975,0.145c0.288,0.097 0.537,0.231 0.75,0.402c0.212,0.172 0.39,0.375 0.534,0.611c0.143,0.236 0.255,0.494 0.334,0.776l-0.69,0c-0.161,-0.46 -0.397,-0.802 -0.706,-1.026c-0.309,-0.225 -0.708,-0.337 -1.197,-0.337c-0.305,0 -0.585,0.068 -0.839,0.203c-0.255,0.134 -0.475,0.317 -0.66,0.549c-0.184,0.231 -0.328,0.501 -0.43,0.808c-0.103,0.308 -0.154,0.635 -0.154,0.98Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M171.859,34.449l0,0.593l-2.03,0l0,5.537l-0.651,0l0,-5.537l-2.025,0l0,-0.593l4.706,0Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M178.354,37.507c0,0.472 -0.061,0.906 -0.182,1.301c-0.122,0.396 -0.3,0.736 -0.534,1.022c-0.234,0.286 -0.522,0.508 -0.864,0.666c-0.341,0.158 -0.731,0.237 -1.171,0.237c-0.439,0 -0.83,-0.079 -1.171,-0.237c-0.341,-0.158 -0.628,-0.38 -0.861,-0.666c-0.233,-0.286 -0.41,-0.626 -0.532,-1.022c-0.122,-0.395 -0.182,-0.829 -0.182,-1.301c0,-0.468 0.06,-0.9 0.182,-1.294c0.122,-0.394 0.299,-0.733 0.532,-1.017c0.233,-0.284 0.52,-0.505 0.861,-0.664c0.341,-0.158 0.732,-0.237 1.171,-0.237c0.44,0 0.83,0.079 1.171,0.237c0.342,0.159 0.63,0.38 0.864,0.664c0.234,0.284 0.412,0.623 0.534,1.017c0.121,0.394 0.182,0.826 0.182,1.294Zm-0.655,0c0,-0.413 -0.054,-0.782 -0.162,-1.109c-0.109,-0.327 -0.257,-0.604 -0.446,-0.831c-0.189,-0.227 -0.411,-0.4 -0.666,-0.518c-0.255,-0.119 -0.529,-0.178 -0.822,-0.178c-0.296,0 -0.571,0.059 -0.826,0.178c-0.255,0.118 -0.476,0.291 -0.663,0.518c-0.188,0.227 -0.335,0.504 -0.442,0.831c-0.107,0.327 -0.161,0.696 -0.161,1.109c0,0.414 0.054,0.784 0.161,1.112c0.107,0.328 0.254,0.606 0.442,0.833c0.187,0.227 0.408,0.401 0.663,0.521c0.255,0.12 0.53,0.18 0.826,0.18c0.293,0 0.567,-0.06 0.822,-0.18c0.255,-0.12 0.477,-0.294 0.666,-0.521c0.189,-0.227 0.337,-0.505 0.446,-0.833c0.108,-0.328 0.162,-0.698 0.162,-1.112Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
<path d="M184.115,36.194c0,0.152 -0.018,0.301 -0.054,0.448c-0.037,0.146 -0.091,0.285 -0.163,0.415c-0.072,0.13 -0.162,0.25 -0.27,0.358c-0.109,0.109 -0.233,0.202 -0.374,0.281c0.158,0.041 0.288,0.104 0.389,0.187c0.101,0.084 0.18,0.18 0.237,0.29c0.058,0.11 0.097,0.23 0.119,0.358c0.022,0.129 0.033,0.261 0.033,0.396l0,0.927c0,0.132 0.018,0.26 0.055,0.385c0.037,0.124 0.083,0.238 0.138,0.34l-0.707,0c-0.029,-0.047 -0.052,-0.1 -0.068,-0.16c-0.016,-0.06 -0.029,-0.122 -0.038,-0.187c-0.008,-0.064 -0.014,-0.127 -0.017,-0.187c-0.003,-0.06 -0.005,-0.112 -0.005,-0.156l0,-0.975c0,-0.117 -0.019,-0.234 -0.059,-0.35c-0.039,-0.115 -0.104,-0.219 -0.193,-0.309c-0.09,-0.091 -0.206,-0.164 -0.35,-0.22c-0.143,-0.056 -0.318,-0.084 -0.523,-0.084l-1.854,0l0,2.628l-0.65,0l0,-6.13l2.504,0c0.299,0 0.564,0.052 0.794,0.156c0.23,0.104 0.423,0.239 0.58,0.404c0.156,0.166 0.275,0.353 0.356,0.561c0.08,0.208 0.12,0.416 0.12,0.624Zm-3.704,1.182l1.854,0c0.162,0 0.314,-0.031 0.457,-0.093c0.144,-0.061 0.271,-0.146 0.381,-0.255c0.109,-0.108 0.197,-0.234 0.261,-0.377c0.064,-0.144 0.097,-0.299 0.097,-0.466c0,-0.164 -0.03,-0.316 -0.09,-0.455c-0.06,-0.139 -0.144,-0.26 -0.251,-0.363c-0.107,-0.102 -0.234,-0.182 -0.38,-0.239c-0.146,-0.057 -0.305,-0.086 -0.475,-0.086l-1.854,0l0,2.334Z" style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:0.65px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
</g>
</svg>

Loading…
Cancel
Save