ratchet_design 0.1.19 → 0.1.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/ratchet/_esvg.js +72 -0
  3. data/app/assets/javascripts/ratchet/_icons.js +19 -0
  4. data/app/assets/javascripts/ratchet/_topology.js +19 -0
  5. data/app/assets/javascripts/ratchet/base/form.js +4 -4
  6. data/app/assets/javascripts/ratchet/core.js +15 -8
  7. data/app/assets/javascripts/ratchet/enhancement/{_collapse.js → collapse.js} +3 -3
  8. data/app/assets/javascripts/ratchet/enhancement/lightbox.js +52 -118
  9. data/app/assets/javascripts/ratchet/enhancement/modal.js +185 -0
  10. data/app/assets/javascripts/ratchet/enhancement/smooth-scroll.js +21 -0
  11. data/app/assets/javascripts/ratchet/utility/once.js +42 -0
  12. data/app/assets/stylesheets/ratchet/_colors.yml +54 -0
  13. data/app/assets/stylesheets/ratchet/_core.scss +8 -1
  14. data/app/assets/stylesheets/ratchet/base/_button.scss +22 -31
  15. data/app/assets/stylesheets/ratchet/base/_document.scss +66 -53
  16. data/app/assets/stylesheets/ratchet/base/_form.scss +0 -1
  17. data/app/assets/stylesheets/ratchet/base/_list.scss +6 -15
  18. data/app/assets/stylesheets/ratchet/base/_media.scss +22 -6
  19. data/app/assets/stylesheets/ratchet/base/_section.scss +8 -257
  20. data/app/assets/stylesheets/ratchet/base/_slider.scss +388 -0
  21. data/app/assets/stylesheets/ratchet/base/_table.scss +1 -2
  22. data/app/assets/stylesheets/ratchet/base/_text.scss +13 -29
  23. data/app/assets/stylesheets/ratchet/enhancement/_deployments.scss +26 -0
  24. data/app/assets/stylesheets/ratchet/enhancement/_hero.scss +1 -1
  25. data/app/assets/stylesheets/ratchet/enhancement/_lightbox.scss +35 -76
  26. data/app/assets/stylesheets/ratchet/enhancement/_modal.scss +125 -0
  27. data/app/assets/stylesheets/ratchet/utility/_animations.scss +8 -0
  28. data/app/assets/stylesheets/ratchet/utility/_color.scss +25 -105
  29. data/app/assets/stylesheets/ratchet/utility/_global.scss +30 -24
  30. data/app/assets/stylesheets/ratchet/utility/_grid.scss +152 -15
  31. data/app/assets/svgs/ratchet/_icons/backup.svg +9 -0
  32. data/app/assets/svgs/ratchet/_icons/block.svg +7 -0
  33. data/app/assets/svgs/ratchet/_icons/compose-logomark.svg +8 -0
  34. data/app/assets/svgs/ratchet/_icons/connecting-in.svg +46 -0
  35. data/app/assets/svgs/ratchet/_icons/connecting-out.svg +33 -0
  36. data/app/assets/svgs/ratchet/_icons/customer-buffer.svg +28 -0
  37. data/app/assets/svgs/ratchet/_icons/customer-citrix.svg +12 -0
  38. data/app/assets/svgs/ratchet/_icons/customer-guardian.svg +31 -0
  39. data/app/assets/svgs/ratchet/_icons/customer-roximity.svg +16 -0
  40. data/app/assets/svgs/ratchet/_icons/customer-upworthy.svg +13 -0
  41. data/app/assets/svgs/ratchet/_icons/db-money.svg +31 -0
  42. data/app/assets/svgs/ratchet/_icons/deployment.svg +1 -0
  43. data/app/assets/svgs/ratchet/{facebook.svg → _icons/facebook.svg} +0 -0
  44. data/app/assets/svgs/ratchet/_icons/gear.svg +12 -0
  45. data/app/assets/svgs/ratchet/{github.svg → _icons/github.svg} +0 -0
  46. data/app/assets/svgs/ratchet/{google-plus.svg → _icons/google-plus.svg} +0 -0
  47. data/app/assets/svgs/ratchet/{ibm.svg → _icons/ibm.svg} +0 -0
  48. data/app/assets/svgs/ratchet/{inbox.svg → _icons/inbox.svg} +0 -0
  49. data/app/assets/svgs/ratchet/_icons/index.svg +3 -0
  50. data/app/assets/svgs/ratchet/_icons/keylock.svg +8 -0
  51. data/app/assets/svgs/ratchet/_icons/life-preserver.svg +17 -0
  52. data/app/assets/svgs/ratchet/{linkedin.svg → _icons/linkedin.svg} +0 -0
  53. data/app/assets/svgs/ratchet/_icons/metrics.svg +7 -0
  54. data/app/assets/svgs/ratchet/_icons/money-stack.svg +60 -0
  55. data/app/assets/svgs/ratchet/_icons/notepad.svg +12 -0
  56. data/app/assets/svgs/ratchet/_icons/notepad2.svg +14 -0
  57. data/app/assets/svgs/ratchet/_icons/one-click.svg +6 -0
  58. data/app/assets/svgs/ratchet/{ratchet.svg → _icons/ratchet.svg} +0 -0
  59. data/app/assets/svgs/ratchet/_icons/reliability.svg +12 -0
  60. data/app/assets/svgs/ratchet/_icons/safe.svg +26 -0
  61. data/app/assets/svgs/ratchet/_icons/scaling.svg +16 -0
  62. data/app/assets/svgs/ratchet/{search.svg → _icons/search.svg} +0 -0
  63. data/app/assets/svgs/ratchet/{subscribe.svg → _icons/subscribe.svg} +0 -0
  64. data/app/assets/svgs/ratchet/{twitter.svg → _icons/twitter.svg} +0 -0
  65. data/app/assets/svgs/ratchet/{y-combinator.svg → _icons/y-combinator.svg} +0 -0
  66. data/app/assets/svgs/ratchet/_icons/youtube.svg +3 -0
  67. data/app/assets/svgs/ratchet/_topology/arbiter.svg +1 -0
  68. data/app/assets/svgs/ratchet/_topology/backup.svg +1 -0
  69. data/app/assets/svgs/ratchet/_topology/config.svg +1 -0
  70. data/app/assets/svgs/ratchet/_topology/haproxy-2.svg +1 -0
  71. data/app/assets/svgs/ratchet/_topology/haproxy-storage.svg +1 -0
  72. data/app/assets/svgs/ratchet/_topology/haproxy.svg +1 -0
  73. data/app/assets/svgs/ratchet/_topology/memory.svg +1 -0
  74. data/app/assets/svgs/ratchet/_topology/portal-2.svg +1 -0
  75. data/app/assets/svgs/ratchet/_topology/portal.svg +1 -0
  76. data/app/assets/svgs/ratchet/_topology/sentinel-memory.svg +1 -0
  77. data/app/assets/svgs/ratchet/_topology/sentinel.svg +1 -0
  78. data/app/assets/svgs/ratchet/_topology/storage.svg +1 -0
  79. data/app/helpers/ratchet/application_helper.rb +10 -2
  80. data/app/helpers/ratchet/form_helper.rb +84 -1
  81. data/app/helpers/ratchet/icon_helper.rb +113 -0
  82. data/app/helpers/ratchet/pricing_helper.rb +133 -0
  83. data/app/helpers/ratchet/toggle_nav_helper.rb +101 -0
  84. data/app/views/layouts/ratchet/default.html.slim +3 -3
  85. data/app/views/shared/ratchet/_defs.html.slim +30 -88
  86. data/app/views/shared/ratchet/_fonts.html.slim +88 -0
  87. data/app/views/shared/ratchet/_footer.html.slim +1 -1
  88. data/app/views/shared/ratchet/_header.html.slim +5 -5
  89. data/app/views/shared/ratchet/_icons.html.slim +190 -5
  90. data/lib/ratchet_design/config_data.rb +29 -0
  91. data/lib/ratchet_design/version.rb +1 -1
  92. data/lib/ratchet_design.rb +27 -10
  93. data/public/core-0.1.20.js +22627 -0
  94. data/public/{fonts-woff-0.1.19.css → fonts-woff-0.1.20.css} +0 -0
  95. data/public/{fonts-woff2-0.1.19.css → fonts-woff2-0.1.20.css} +0 -0
  96. metadata +84 -22
  97. data/app/assets/javascripts/ratchet/_svg.js +0 -55
  98. data/public/core-0.1.19.js +0 -138
  99. data/public/core-0.1.19.js.gz +0 -0
  100. data/public/core-0.1.19.map.json +0 -1
  101. data/public/fonts-woff-0.1.19.css.gz +0 -0
  102. data/public/fonts-woff2-0.1.19.css.gz +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 996ebc00f396b4ee3f0a8f31a102a45b2b917a60
4
- data.tar.gz: 35658c6f1f8ab6abad56acff5b7479f10728126e
3
+ metadata.gz: 2aaca753b0b5b2dcb8f857340708c28767aa6f24
4
+ data.tar.gz: d0e6e5c926bc27d074659bd5c42cb530bf7df183
5
5
  SHA512:
6
- metadata.gz: 741fb213805aa12c358f9b020d8eee7cff74b665541b24edba1e75e2235945d227bd1ddd822349cb8ba45832e3e11e3b4495073b0b2ba5698444697d08b28906
7
- data.tar.gz: d44f82e2ad002fb89de0448b296f05187885f16a62b90057cacff9ad73e80df8603b74d34be91506ca4fe541cd5d1c30f53e5b9f59c6e88c978d066fb6fc835b
6
+ metadata.gz: 63d7b577a2cbe93b7209d6c62a52a077f944cce189fd9794388c7a7287db9b59de015cacd120fa281cdbd41244e641e161385ffbfa7562fd527b06dcb43be295
7
+ data.tar.gz: 4f4ce974ad61a3e1a466e884184b06c968a989260f8f5c1cc1558f8856c71d3e9ec5984d67302004d6729b1226ae7b5596370bc0b4765eba65c5b70ac6f8de00
@@ -0,0 +1,72 @@
1
+ (function(){
2
+ var names
3
+
4
+ function attr( source, name ){
5
+ if (typeof source == 'object')
6
+ return name+'="'+source.getAttribute(name)+'" '
7
+ else
8
+ return name+'="'+source+'" ' }
9
+
10
+ function dasherize( input ) {
11
+ return input.replace(/[\W,_]/g, '-').replace(/-{2,}/g, '-')
12
+ }
13
+
14
+ function svgName( name ) {
15
+ return "svg-"+dasherize( name )
16
+ }
17
+
18
+ function use( name, options ) {
19
+ options = options || {}
20
+ var id = dasherize( name )
21
+ var symbol = svgs()[id]
22
+
23
+ if ( symbol ) {
24
+ var parent = symbol.parentElement
25
+ var prefix = parent.dataset.prefix
26
+ var base = parent.dataset.symbolClass
27
+
28
+ var svg = document.createRange().createContextualFragment( '<svg><use xlink:href="#'+id+'"/></svg>' ).firstChild;
29
+ svg.setAttribute( 'class', base + ' ' + prefix + '-' + id + ' ' + ( options.class || '' ).trim() )
30
+ svg.setAttribute( 'viewBox', symbol.getAttribute( 'viewBox' ) )
31
+
32
+ if ( !( options.width || options.height || options.scale ) ) {
33
+
34
+ svg.setAttribute('width', symbol.getAttribute('width'))
35
+ svg.setAttribute('height', symbol.getAttribute('height'))
36
+
37
+ } else {
38
+
39
+ if ( options.width ) svg.setAttribute( 'width', options.width )
40
+ if ( options.height ) svg.setAttribute( 'height', options.height )
41
+ }
42
+
43
+ return svg
44
+ } else {
45
+ console.error('Cannot find "'+name+'" svg symbol. Ensure that svg scripts are loaded')
46
+ }
47
+ }
48
+
49
+ function svgs(){
50
+ if ( !names ) {
51
+ names = {}
52
+ for( var symbol of document.querySelectorAll( 'svg[id^=esvg] symbol' ) ) {
53
+ names[symbol.dataset.name] = symbol
54
+ }
55
+ }
56
+ return names
57
+ }
58
+
59
+ var esvg = {
60
+ svgs: svgs,
61
+ use: use
62
+ }
63
+
64
+ // Handle Turbolinks page change events
65
+ if ( window.Turbolinks ) {
66
+ document.addEventListener( "turbolinks:load", function( event ) { names = null; esvg.svgs() })
67
+ }
68
+
69
+ if( typeof( module ) != 'undefined' ) { module.exports = esvg }
70
+ else window.esvg = esvg
71
+
72
+ })()
@@ -0,0 +1,19 @@
1
+ (function(){
2
+
3
+ function embed() {
4
+ if (!document.querySelector('#esvg-svg-icons')) {
5
+ document.querySelector('body').insertAdjacentHTML('afterbegin', '<svg id="esvg-svg-icons" data-symbol-class="svg-symbol" data-prefix="svg" version="1.1" style="height:0;position:absolute"><symbol id="svg-icons-compose-logomark" data-name="icons-compose-logomark" viewBox="0 0 210 120" width="210" height="120" fill="currentColor"><path d="M158.1 23.1h-.1L119.2.5 80.9 22.8 41.6 0 0 24.2v44L80.3 115l38.4-22.2 39.4 22.8L200 91.4v-44l-41.9-24.3zm-.2 45.1L125 49.1l33.2-19.4L191.1 49l-33.2 19.2zM80 29.4l33.2 19.2-32.8 19.1-33.1-19.3 32.7-19zm72.2-3l-32.5 18.9-33.1-19.2 32.6-19 33 19.3zm-77.5-.6L68 29.7 40.9 45 8.6 25.8 41.7 6.6l33 19.2zM5.8 30.6l32.5 19.6v34.6L5.8 65V30.6zm39 23l32.5 19.3v34.5L44.8 88.1V53.6zm77.3.4l33.1 19.5v34.2L122.1 88V54z"/><g opacity=".5"><path d="M44.8 88.2l32.5 19.1V72.9L44.8 53.6M5.8 64.9l32.5 19.8V50.2L5.8 30.6M122.1 88.1l33.1 19.7V73.5L122.1 54"/></g></symbol><symbol id="svg-icons-deployment" data-name="icons-deployment" viewBox="0 0 176 201" width="176" height="201" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M88 5.985l82.272 47.5v95L88 195.985l-82.272-47.5v-95L88 5.985z"/></symbol><symbol id="svg-icons-facebook" data-name="icons-facebook" viewBox="0 0 38 38" width="38" height="38"><path d="M21.4 12.8h2.1V9.4h-2.7c-2.9 0-4.2 1.3-4.2 3.7v2.6h-2V19h2v9.6h3.9v-9.7h2.7l.3-3.2h-3v-1.8c0-.8.2-1.1.9-1.1z"/></symbol><symbol id="svg-icons-github" data-name="icons-github" viewBox="0 0 38 38" width="38" height="38"><path d="M23 35.9v-4.5c0-1.6-.5-2.5-1.1-3 3.6-.4 7.5-1.8 7.5-8.1 0-1.8-.6-3.3-1.7-4.4.2-.4.7-2.1-.2-4.3 0 0-1.4-.4-4.5 1.6-1.3-.3-2.7-.5-4.2-.5-1.4 0-2.8.2-4.2.5-3.1-2.1-4.5-1.6-4.5-1.6-.9 2.3-.3 3.9-.2 4.3-1 1.1-1.7 2.6-1.7 4.4 0 6.3 3.8 7.7 7.4 8.1-.4.4-.9 1.1-1 2.2-1 .4-3.3 1.1-4.8-1.4 0 0-.9-1.6-2.5-1.7 0 0-1.6 0-.1 1 0 0 1 .5 1.8 2.4 0 0 1 2.9 5.5 1.9v3c0 .4-.3 1-1 .8 1.6.5 3.4.9 5.2.9 1.8 0 3.5-.3 5.2-.9-.6.3-.9-.2-.9-.7z"/></symbol><symbol id="svg-icons-google-plus" data-name="icons-google-plus" viewBox="0 0 38 38" width="38" height="38"><path d="M10.6 24c0 2 2.3 3.2 5.1 3.2 3.9 0 5.4-2.1 5.4-3.7 0-1.4-.5-2.3-2-3.4-1.6-1.1-1.9-1.8-.5-2.9.8-.6 1.4-1.5 1.4-2.6 0-1.2-.5-2.2-1.4-2.7h1.3l1.1-1.1h-4.8c-3 0-4.5 1.8-4.5 3.8s1.4 3.6 4.1 3.6c-.4.9-.3 1.6.4 2.2-4.6 0-5.6 2-5.6 3.6zm3-9.5c-.3-1.7.6-3 1.9-3s2.4 1.4 2.6 3.1c.2 1.7-.5 2.8-1.7 2.8-1.3 0-2.6-1.2-2.8-2.9zm2.4 6.3c2.2.1 3.4 1.4 3.4 2.8 0 1.5-1.2 2.6-3.7 2.6-1.9 0-3.3-1.2-3.3-2.7 0-1.4 1.6-2.7 3.6-2.7zM25.2 10.9h-1.1v2.2h-2.2v1.1h2.2v2.2h1.1v-2.2h2.2v-1.1h-2.2"/></symbol><symbol id="svg-icons-ibm" data-name="icons-ibm" viewBox="0 0 75 30" width="75" height="30"><path d="M0 0v2h14.6V0H0zm16.7 0v2h20.8s-2.1-2-4.9-2H16.7zm24.8 0v2h12.6l-.8-2H41.5zm21.7 0l-.8 2h12.5V0H63.2zM0 4v2h14.6V4H0zm16.7 0v2h23.2s-.3-1.6-.8-2H16.7zm24.8 0v2h14l-.7-2H41.5zm20.2 0L61 6h13.9V4H61.7zM4.2 8v2.1h6.3V8H4.2zm16.7 0v2.1h6.3V8h-6.3zm12.4 0v2.1h6.3S40 9 40 8h-6.7zm12.5 0v2.1H57L56.2 8H45.8zm14.5 0l-.8 2.1h11.3V8H60.3zM4.2 12v2h6.3v-2H4.2zm16.7 0v2H37s1.4-1.1 1.8-2H20.9zm24.9 0v2h6.3v-1.1l.4 1.1H64l.4-1.1V14h6.3v-2H58.9l-.6 1.7-.6-1.7H45.8zM4.2 16v2h6.3v-2H4.2zm16.7 0v2h17.9c-.4-1-1.8-2-1.8-2H20.9zm24.9 0v2h6.3v-2h-6.3zm7.4 0l.8 2h8.7l.7-2H53.2zm11.3 0v2h6.3v-2h-6.3zM4.2 20v2h6.3v-2H4.2zm16.7 0v2h6.3v-2h-6.3zm12.4 0v2H40c0-1-.4-2-.4-2h-6.3zm12.5 0v2h6.3v-2h-6.3zm8.9 0l.8 2h5.8l.8-2h-7.4zm9.8 0v2h6.3v-2h-6.3zM.1 23.9V26h14.6v-2.1H.1zm16.6 0V26h22.5c.5-.5.8-2.1.8-2.1H16.7zm25 0V26h10.4v-2.1H41.7zm14.4 0l.8 2.1h2.9l.7-2.1h-4.4zm8.4 0V26H75v-2.1H64.5zM.1 28v2h14.6v-2H.1zm16.6 0v2h15.9c2.8 0 4.9-2 4.9-2H16.7zm25 0v2h10.4v-2H41.7zm15.8 0l.7 2h.1l.8-2h-1.6zm7 0v2H75v-2H64.5z"/></symbol><symbol id="svg-icons-inbox" data-name="icons-inbox" viewBox="0 0 76 54" width="76" height="54" fill="#fff"><path d="M74 7S38.66 31 38 31C37.34 31 2 7 2 7V2.63h72V7zm0 6.24v38.33H2V13.24s34.59 22.9 36 22.9c1.41 0 36-22.9 36-22.9z"/></symbol><symbol id="svg-icons-index" data-name="icons-index" viewBox="0 0 15 13" width="15" height="13" stroke="currentColor" fill="none" stroke-width=".75" stroke-linecap="round"><path d="M7.5 2.606c0-1.233 3.335-2.23 7.125-2.23v9.938c-3.79 0-7.125.828-7.125 2.06 0-1.232-3.335-2.06-7.125-2.06V.374c3.79 0 7.125 1 7.125 2.232zm0 0v9.77M5.88 3.338c-1.042-.394-2.517-.678-4.21-.79M5.88 5.25c-1.042-.393-2.517-.677-4.21-.79m4.21 2.702c-1.042-.393-2.517-.677-4.21-.79m4.21 2.703c-1.042-.393-2.517-.677-4.21-.79m7.45-4.948c1.043-.394 2.517-.678 4.21-.79M9.12 5.25c1.043-.393 2.517-.677 4.21-.79M9.12 7.163c1.043-.393 2.517-.677 4.21-.79M9.12 9.077c1.043-.393 2.517-.677 4.21-.79"/></symbol><symbol id="svg-icons-linkedin" data-name="icons-linkedin" viewBox="0 0 38 38" width="38" height="38"><path d="M11.6 15.5H15v10.8h-3.4z"/><ellipse cx="13.3" cy="12.1" rx="2" ry="2"/><path d="M27.5 26.4v-6.9c0-2.9-1.6-4.3-3.9-4.3S20.3 17 20.3 17v-1.5h-3.2v10.8h3.2v-5.7c0-1.5.7-2.4 2-2.4 1.2 0 1.8.9 1.8 2.4v5.7h3.4z"/></symbol><symbol id="svg-icons-ratchet" data-name="icons-ratchet" viewBox="0 0 600 120" width="600" height="120"><path d="M502.1 2.5H397v39h-20v-39h-37v101.8l-16.8-30.2c-4.5 7.4-12.6 12.4-21.9 12.4-14.2 0-25.7-11.5-25.7-25.7s11.5-25.7 25.7-25.7c8.2 0 15.5 3.8 20.2 9.8l.6-1 18-31.7c-3.1-2.2-6.7-4.2-11-6-3.7-1.6-8-3-13.1-4.3C311 .6 305.2 0 298.7 0c-8.2 0-16 1.4-23.3 4.2C268 7 261.6 11 256.2 16.3c-4.3 4.2-8 9-10.9 14.5 2.2-5.5 5.8-12.5 11.5-18.1 3.8-3.8 8.2-7.2 12.9-9.2H113.5L82.8 83.6l13.7 32.9h9.6l2.9-8h36.4l2.9 8H222v-77h19.5c-2.1 6.3-3.2 13.1-3.2 20.5 0 8.9 1.5 17.1 4.6 24.4 3.1 7.4 7.4 13.7 12.9 18.9 5.5 5.3 12 9.3 19.5 12.3 7.5 2.9 15.8 4.4 24.7 4.4 6.6 0 12.5-.7 17.7-2.1 5.1-1.4 9.3-2.9 13-4.5 3.6-1.7 7.3-3.5 9.3-5.6v9.6h37v-43h20v43h32l5.8-107.9.6 107.9H503v-37h-32v-7h19v-28h-19v-6h31V3.2l6.3 36.3H532v78h38v-78h23.7l6.3-37h-97.9zm-379 71l4.2-10.9 4.2 10.9h-8.4zm19.3-66.4l18.4 32.4H184v76.1L142.4 7.1zM92 43.5c0-22.9-18.5-41-41.4-41H0v114h37V87.6l16.7 28.9h42.9L74.2 77.1C84.9 69.7 92 57.6 92 43.5zm-50.1 13H37v-21h4.9c5.4 0 9.7 4.7 9.8 10.5-.1 5.1-4.5 10.5-9.8 10.5zm251.9 17.2l-7.6-13.2 7.6-13.1h15l7.5 13.1-7.5 13.2h-15z"/></symbol><symbol id="svg-icons-search" data-name="icons-search" viewBox="0 0 38 38" width="38" height="38"><path d="M26.7 25.1L23 21.3c.7-1.1 1.2-2.4 1.2-3.8-.1-3.6-3-6.5-6.7-6.5-3.6 0-6.6 2.9-6.6 6.6s3 6.6 6.6 6.6c1.4 0 2.7-.5 3.8-1.2l3.7 3.7c.2.2.5.3.9.3.3 0 .6-.1.9-.3.3-.4.3-1.2-.1-1.6m-9.1-2.6c-2.7 0-4.9-2.2-4.9-4.9s2.2-4.9 4.9-4.9 4.9 2.2 4.9 4.9-2.2 4.9-4.9 4.9"/></symbol><symbol id="svg-icons-subscribe" data-name="icons-subscribe" viewBox="0 0 38 38" width="38" height="38" fill="currentColor"><path d="M21.6 26.9c0-5.8-4.7-10.5-10.5-10.5v3.2c4 0 7.3 3.3 7.3 7.3h3.2zm-6.2-2.2c0-1.2-1-2.2-2.2-2.2-1.2 0-2.2 1-2.2 2.2s1 2.2 2.2 2.2c1.2 0 2.2-.9 2.2-2.2zM27 27c0-8.8-7.1-16-15.9-16v3.2c3.4 0 6.6 1.3 9 3.7s3.7 5.6 3.7 9l3.2.1z"/></symbol><symbol id="svg-icons-twitter" data-name="icons-twitter" viewBox="0 0 38 38" width="38" height="38"><path d="M27 12.4c-.7.4-1.4.6-2.2.8-.6-.7-1.5-1.1-2.5-1.1-2.3 0-3.9 2.1-3.4 4.3-2.9-.1-5.5-1.5-7.2-3.6-.9 1.5-.4 3.6 1.1 4.6-.6 0-1.1-.1-1.6-.4 0 1.7 1.1 3.2 2.8 3.5-.5.2-1.1.2-1.6.1.4 1.4 1.7 2.4 3.2 2.4-1.5 1.1-3.4 1.6-5.2 1.4 1.5 1 3.3 1.6 5.3 1.6 6.5 0 10.1-5.4 9.9-10.3.7-.5 1.3-1.1 1.9-1.9-.6.2-1.3.4-2 .5.7-.4 1.3-1.2 1.5-1.9z"/></symbol><symbol id="svg-icons-y-combinator" data-name="icons-y-combinator" viewBox="0 0 38 38" width="38" height="38"><path d="M22.4 10.9h3.8l-5.3 10v6h-3.3v-6l-5.5-10H16l3.3 7 3.1-7z"/></symbol><symbol id="svg-icons-youtube" data-name="icons-youtube" viewBox="0 0 38 38" width="38" height="38" fill="currentColor"><path d="M29.3 14.8s-.2-1.4-.8-2.1c-.8-.8-1.7-.8-2.1-.9-2.9-.2-7.3-.2-7.3-.2s-4.4 0-7.3.2c-.4 0-1.3.1-2.1.9-.6.6-.8 2.1-.8 2.1s-.2 1.7-.2 3.4v1.6c0 1.7.2 3.4.2 3.4s.2 1.4.8 2.1c.8.8 1.8.8 2.3.9 1.7.2 7.1.2 7.1.2s4.4 0 7.3-.2c.4 0 1.3-.1 2.1-.9.6-.6.8-2.1.8-2.1s.2-1.7.2-3.4v-1.6c0-1.7-.2-3.4-.2-3.4zm-12.5 6.9v-5.9l5.7 3-5.7 2.9z"/></symbol><symbol id="svg-icons-backup" data-name="icons-backup" viewBox="0 0 37.8 34.6" width="37" height="34"><path d="M20.3 21.3l-1.8-.8V9h2.2v9.3l4.6-3.4 1.3 1.7z" fill="url(#azure)" opacity=".5"/><path fill="url(#azure)" d="M37.3 13.2c-1.1-4.5-3.9-8.3-7.8-10.7C25.6.1 20.9-.6 16.4.5 12 1.6 8.2 4.4 5.8 8.3c-1.6 2.6-2.5 5.6-2.5 8.9H0l3 5.4 3 5.3 3-5.3 3.1-5.4H8.7c0-2.3.7-4.5 1.9-6.3 1.6-2.5 4.1-4.3 7.1-5.1 3.1-.8 6.2-.3 8.9 1.4 2.7 1.6 4.6 4.2 5.4 7.3.8 3.1.3 6.2-1.4 8.9-3.4 5.6-10.7 7.4-16.2 4l-2.8 4.7c2.8 1.7 5.9 2.5 8.9 2.5 5.9 0 11.6-3 14.8-8.3 2.4-4 3.1-8.7 2-13.1z"/></symbol><symbol id="svg-icons-block" data-name="icons-block" viewBox="0 0 29.9 34.6" width="29" height="34"><path fill="url(#azure)" d="M29.9 25.9L15 34.6 0 25.9V8.6l15 8.7 14.9-8.7z"/><path fill="url(#azure)" opacity=".5" d="M0 8.6l15 8.7 14.9-8.7L15 0z"/><path fill="url(#azure)" d="M19.7 7.5c-2.6 1.5-6.8 1.5-9.4 0C9 6.8 8.4 5.8 8.4 4.8v3.8c0 1 .6 2 1.9 2.7 2.6 1.5 6.8 1.5 9.4 0 1.3-.7 1.9-1.7 1.9-2.7V4.8c0 1-.7 2-1.9 2.7z"/></symbol><symbol id="svg-icons-connecting-in" data-name="icons-connecting-in" viewBox="0 0 34.8 34.8" width="34" height="34"><path d="M17.4 0C7.8 0 0 7.8 0 17.4 0 27 7.8 34.8 17.4 34.8c9.6 0 17.4-7.8 17.4-17.4C34.9 7.8 27.1 0 17.4 0zm0 27.1c-5.3 0-9.7-4.3-9.7-9.7 0-5.3 4.3-9.7 9.7-9.7 5.3 0 9.7 4.3 9.7 9.7 0 5.4-4.3 9.7-9.7 9.7z" fill="url(#azure)" opacity=".5"/><g fill="url(#azure)"><path d="M17.4 13.6l-.9-1.6-.9-1.6h3.7l-1 1.6zM17.4 21.3l1 1.6.9 1.6h-3.7l.9-1.6zM21.3 17.4l1.6-.9 1.6-.9v3.7l-1.6-.9zM13.6 17.4l-1.6 1-1.6.9v-3.7l1.6.9zM20.1 14.7l.5-1.8.5-1.8 1.3 1.3 1.3 1.3-1.8.5zM14.7 20.2l-.5 1.8-.4 1.8-1.4-1.4-1.3-1.3 1.8-.5zM20.2 20.1l1.8.5 1.7.5-1.3 1.3-1.3 1.3-.5-1.8zM14.7 14.7l-1.8-.5-1.8-.4 1.3-1.4 1.3-1.3.5 1.8z"/></g><g fill="url(#azure)"><path d="M13.2 11.8L5.8 4.4c-.5.4-1 .9-1.4 1.4l7.4 7.4c.4-.5.9-1 1.4-1.4z"/><path d="M13.2 11.8L5.8 4.4c-.5.4-1 .9-1.4 1.4l7.4 7.4c.4-.5.9-1 1.4-1.4zM17.4 10.4c.3 0 .7 0 1 .1V.1c-.3 0-.7-.1-1-.1-.3 0-.7 0-1 .1v10.5c.4-.1.7-.2 1-.2z"/><path d="M17.4 10.4c.3 0 .7 0 1 .1V.1c-.3 0-.7-.1-1-.1-.3 0-.7 0-1 .1v10.5c.4-.1.7-.2 1-.2zM10.4 17.4c0-.3 0-.7.1-1H.1c0 .3-.1.7-.1 1 0 .3 0 .7.1 1h10.5c-.1-.3-.2-.6-.2-1z"/><path d="M10.4 17.4c0-.3 0-.7.1-1H.1c0 .3-.1.7-.1 1 0 .3 0 .7.1 1h10.5c-.1-.3-.2-.6-.2-1zM23 13.2l7.4-7.4c-.4-.5-.9-1-1.4-1.4l-7.4 7.4c.6.4 1 .9 1.4 1.4z"/><path d="M23 13.2l7.4-7.4c-.4-.5-.9-1-1.4-1.4l-7.4 7.4c.6.4 1 .9 1.4 1.4zM17.4 24.4c-.3 0-.7 0-1-.1v10.5c.3 0 .7.1 1 .1.3 0 .7 0 1-.1V24.4h-1z"/><path d="M17.4 24.4c-.3 0-.7 0-1-.1v10.5c.3 0 .7.1 1 .1.3 0 .7 0 1-.1V24.4h-1zM11.8 21.6L4.4 29c.4.5.9 1 1.4 1.4l7.4-7.4c-.5-.4-1-.8-1.4-1.4z"/><path d="M11.8 21.6L4.4 29c.4.5.9 1 1.4 1.4l7.4-7.4c-.5-.4-1-.8-1.4-1.4zM21.6 23l7.4 7.4c.5-.4 1-.9 1.4-1.4L23 21.6c-.4.6-.8 1-1.4 1.4z"/><path d="M21.6 23l7.4 7.4c.5-.4 1-.9 1.4-1.4L23 21.6c-.4.6-.8 1-1.4 1.4zM24.4 17.4c0 .3 0 .7-.1 1h10.5c0-.3.1-.7.1-1 0-.3 0-.7-.1-1H24.4v1z"/><path d="M24.4 17.4c0 .3 0 .7-.1 1h10.5c0-.3.1-.7.1-1 0-.3 0-.7-.1-1H24.4v1z"/></g></symbol><symbol id="svg-icons-connecting-out" data-name="icons-connecting-out" viewBox="0 0 34.8 34.8" width="34" height="34"><path d="M17.4 5.2c-6.7 0-12.2 5.5-12.2 12.2 0 6.7 5.5 12.2 12.2 12.2 6.7 0 12.2-5.5 12.2-12.2 0-6.7-5.5-12.2-12.2-12.2zm0 16.1c-2.2 0-3.9-1.8-3.9-3.9 0-2.2 1.8-3.9 3.9-3.9 2.2 0 3.9 1.8 3.9 3.9 0 2.2-1.7 3.9-3.9 3.9z" fill="url(#azure)" opacity=".5"/><g fill="url(#azure)"><path d="M17.4 0l.9 1.6 1 1.6h-3.7l.9-1.6zM18.4 13.5V3.2h-2v10.3c.3 0 .7-.1 1-.1.3.1.7.1 1 .1zM17.4 34.8l-.9-1.6-.9-1.6h3.7l-1 1.6z"/><path d="M16.4 21.3v10.3h2V21.3c-.3 0-.7.1-1 .1-.3-.1-.7-.1-1-.1z"/></g><g fill="url(#azure)"><path d="M34.8 17.4l-1.6.9-1.6 1v-3.7l1.6.9z"/><path d="M21.3 18.4h10.3v-2H21.3c0 .3.1.7.1 1-.1.3-.1.7-.1 1zM0 17.4l1.6-.9 1.6-.9v3.7l-1.6-1zM13.5 16.4H3.2v2h10.3c0-.3-.1-.7-.1-1 .1-.3.1-.6.1-1z"/></g><g fill="url(#azure)"><path d="M29.7 5.1l-.5 1.8-.4 1.8-1.4-1.3-1.3-1.3 1.8-.5zM20.8 15.4l7.3-7.3-1.4-1.4-7.3 7.3c.3.2.5.4.7.7.3.2.5.4.7.7zM5.1 29.7l.5-1.8.5-1.8 1.3 1.4 1.3 1.3-1.8.4z"/><path d="M14 19.5l-7.3 7.3 1.4 1.4 7.3-7.3c-.3-.2-.5-.4-.7-.7-.3-.2-.5-.5-.7-.7z"/></g><g fill="url(#azure)"><path d="M5.1 5.1l1.8.5 1.8.5-1.3 1.3-1.3 1.3-.5-1.8z"/><path d="M15.4 14L8.1 6.7 6.6 8.1l7.3 7.3c.2-.3.4-.5.7-.7.3-.3.5-.5.8-.7zM29.7 29.7l-1.8-.5-1.8-.4 1.3-1.3 1.4-1.4.4 1.8z"/><path d="M19.4 20.9l7.3 7.3 1.4-1.4-7.3-7.3c-.2.3-.4.5-.7.7l-.7.7z"/></g></symbol><symbol id="svg-icons-gear" data-name="icons-gear" viewBox="0 0 35 34.6" width="35" height="34"><path fill="url(#azure)" opacity="0.5" d="M22.5,12.5c-2.7-2.7-7.2-2.7-9.9,0s-2.7,7.2,0,9.9s7.2,2.7,9.9,0S25.2,15.3,22.5,12.5z M17.5,20.4c-1.6,0-2.9-1.3-2.9-2.9c0-1.6,1.3-2.9,2.9-2.9s2.9,1.3,2.9,2.9S19.1,20.4,17.5,20.4z"/><path fill="url(#azure)" d="M28,27.8c1.4-1.4,3.4-2,5.2-1.8c0.7-1.2,1.2-2.5,1.6-3.8c-1.5-1.1-2.4-2.9-2.4-4.9 c0-2,1-3.8,2.4-4.9c-0.4-1.3-0.9-2.6-1.6-3.8c-1.9,0.2-3.8-0.3-5.2-1.8c-1.4-1.4-2-3.4-1.8-5.2C25,0.9,23.7,0.4,22.4,0 c-1.1,1.5-2.9,2.4-4.9,2.4c-2,0-3.8-1-4.9-2.4C11.3,0.4,10,0.9,8.8,1.6C9,3.4,8.4,5.4,7,6.8c-1.4,1.4-3.4,2-5.2,1.8 C1.1,9.8,0.6,11,0.2,12.4c1.5,1.1,2.4,2.9,2.4,4.9c0,2-1,3.8-2.4,4.9c0.4,1.3,0.9,2.6,1.6,3.8c1.9-0.2,3.8,0.3,5.2,1.8 c1.4,1.4,2,3.4,1.8,5.2c1.2,0.7,2.5,1.2,3.8,1.6c1.1-1.5,2.9-2.4,4.9-2.4c2,0,3.8,1,4.9,2.4c1.3-0.4,2.6-0.9,3.8-1.6 C26,31.1,26.6,29.2,28,27.8z M10.9,24.8c-4.1-3.6-4.6-9.9-0.9-14.1c3.6-4.1,9.9-4.6,14.1-0.9c4.1,3.6,4.6,9.9,0.9,14.1 C21.4,28,15.1,28.4,10.9,24.8z"/></g></symbol><symbol id="svg-icons-life-preserver" data-name="icons-life-preserver" viewBox="0 0 34.9 34.9" width="34" height="34"><path d="M17.4 0C7.8 0 0 7.8 0 17.4 0 27 7.8 34.8 17.4 34.8c9.6 0 17.4-7.8 17.4-17.4C34.9 7.8 27.1 0 17.4 0zm0 27.1c-5.3 0-9.7-4.3-9.7-9.7 0-5.3 4.3-9.7 9.7-9.7 5.3 0 9.7 4.3 9.7 9.7 0 5.4-4.3 9.7-9.7 9.7z" fill="url(#azure)" fill-opacity=".5"/><g fill="url(#azure)"><path d="M27.1 17.4c0 1.2-.2 2.3-.6 3.3h8c.2-1.1.3-2.2.3-3.3 0-1.1-.1-2.2-.3-3.3h-8c.4 1.1.6 2.2.6 3.3zM7.8 17.4c0-1.2.2-2.3.6-3.3h-8c-.3 1.1-.4 2.2-.4 3.3 0 1.1.1 2.2.3 3.3h8c-.3-1-.5-2.1-.5-3.3zM20.7 34.5v-8c-1 .4-2.1.6-3.3.6-1.2 0-2.3-.2-3.3-.6v8c1.1.2 2.2.3 3.3.3 1.2.1 2.3-.1 3.3-.3zM14.1.3v8c1-.4 2.1-.6 3.3-.6 1.2 0 2.3.2 3.3.6v-8c-1-.2-2.1-.3-3.3-.3-1.1 0-2.2.1-3.3.3z"/></g></symbol><symbol id="svg-icons-metrics" data-name="icons-metrics" viewBox="0 0 29.9 34.6" width="29" height="34"><path fill="url(#azure)" opacity=".2" d="M15 0L0 8.6v17.3l15 8.7 14.9-8.7V8.6z"/><path fill="url(#azure)" opacity=".5" d="M29.9 25.9V10.6l-2.2-.7-3.8 2.5-2.5 2.9-3.9.7-5-3.1L8 15.1l-3.6-2.7L0 14.8v11.1l15 8.7z"/><path fill="url(#azure)" d="M29.9 17.3l-2.2-1.4-1.8 2.9-3.4-.5-2.8 2.9-2.3-3.2-2.4-2.1-3.1 3.4L8 18.1l-2 2.7-2.3-1.6L2.2 17l-2.2.6v8.3l15 8.7 14.9-8.7z"/></symbol><symbol id="svg-icons-scaling" data-name="icons-scaling" viewBox="0 0 29.8 34.6" width="29" height="34"><path d="M29.8 25.9l-14.9 8.7-15-8.7V8.6l15 8.7 14.9-8.7z" fill="url(#azure)" opacity=".5"/><g fill="url(#azure)"><path d="M22.4 30.2l-7.5 4.4-7.5-4.4v-8.6l7.5 4.3 7.5-4.3z"/><path opacity=".5" d="M7.4 21.6l7.5 4.3 7.5-4.3-7.5-4.3z"/></g><g fill="url(#azure)"><path d="M8.1 15.6l-2.4-.2-2.3-.3.3 1.4.4 1.4 1.4-.8 3.9 2.2 1.2-.7-3.9-2.2zM21.6 15.4l2.4-.2 2.4-.2-.4 1.4-.4 1.3-1.4-.8-3.9 2.3-1.1-.7 3.9-2.2z"/></g><path fill="url(#azure)" opacity=".2" d="M-.1 8.6l15 8.7 14.9-8.7L14.9 0z"/></symbol><symbol id="svg-icons-customer-buffer" data-name="icons-customer-buffer" viewBox="0 0 97.7 19.6" width="97" height="19"><path d="M9.6 14.1c-.3 0-.5 0-.7-.1L3 11.2.3 10c-.1-.1-.3-.1-.3-.3 0-.2.2-.2.3-.3.5-.3 1.1-.5 1.5-.7.4-.2.8-.2 1.3 0 2 .9 3.9 1.8 5.9 2.7.4.2.8.2 1.3 0l5.8-2.7c.4-.2.8-.2 1.3 0s1.1.5 1.6.7l.1.1c.2.1.2.3 0 .4l-.3.2c-2.5 1.1-4.9 2.3-7.4 3.5-.4.2-.7.4-1.1.5h-.7m-7.1-.3c.2.1.5.1.7.2l5.7 2.7c.4.2.9.2 1.3 0L16 14c.4-.2.8-.2 1.2 0 .5.2 1.1.5 1.6.7.1 0 .3.1.3.3 0 .2-.1.2-.3.3-2 .9-4 1.9-5.9 2.8l-2.7 1.3c-.4.2-.8.2-1.3 0l-6.3-3-2.2-1.1-.3-.1c-.1 0-.1-.2 0-.3l.2-.1c.5-.2 1-.5 1.5-.7.2-.2.5-.3.7-.3m90.7 5.3h-3.6V5.5h3.5v1.9c1.2-1.3 2.6-2.2 4.3-2.2v3.5h-.7c-1.2 0-2.3.3-3.3 1.1-.2.2-.4.4-.4.8V19c.1-.1.2.1.2.1zM9.6 8.9c-.3 0-.5-.1-.7-.2C6 7.4 3.2 6.1.3 4.7l-.2-.1c-.1-.1-.1-.2 0-.4l.2-.1 8.6-4c.4-.2.9-.2 1.3 0 2.1 1 4.2 1.9 6.3 3l2.2 1.1.3.2c.1.1.1.2 0 .3l-.2.1-8.6 4-.6.1m49 10.2V8.6h-2.2V5.5h2.2v-.2c0-.6 0-1.2.1-1.8.4-1.8 1.8-3.1 3.6-3.4 1.1-.1 2.2 0 3.2.4.4.2.8.4 1.2.8-.4.7-.9 1.4-1.3 2.1l-.5-.4c-.5-.2-1-.3-1.5-.1-.6.2-1 .5-1.1 1.1-.1.5-.1 1-.1 1.5H65v3.1h-2.6c-.2 0-.2 0-.2.2v10.3h-3.6zm7-10.5V5.5h2.2v-.2c0-.6 0-1.2.1-1.8.4-1.8 1.8-3.1 3.6-3.4 1.1-.1 2.2 0 3.2.4.4.2.8.4 1.2.8-.4.7-.9 1.4-1.4 2.1-.3-.3-.6-.4-.9-.5-.5-.1-1.1-.1-1.5.2-.4.2-.6.6-.6 1s-.1.9-.1 1.4h2.8v3.1h-2.7v10.5h-3.6V8.9c0-.2 0-.2-.2-.2h-1.9l-.2-.1zm-23-3.1h3.6v8.1c0 .4 0 .7.1 1 .1.9.7 1.4 1.5 1.5 1.3.3 2.5 0 3.4-.9l.2-.2c.2-.2.3-.4.3-.7V5.5h3.6V19h-3.6v-1.7l-.2.2c-.9.8-1.9 1.4-3 1.7-1.1.2-2.1.2-3.1 0-1.5-.4-2.3-1.3-2.6-2.7-.1-.4-.1-.8-.1-1.3l-.1-9.7M84.7 11v-.1c-.1-.9-.4-1.6-1.1-2.2-.7-.5-1.5-.7-2.3-.7-1.3 0-2.3.6-2.9 1.8-.3.3-.4.7-.4 1.2h6.7zM78 13.4c.1.7.4 1.2.7 1.8.7.8 1.5 1.3 2.6 1.4 1.5.1 2.8-.3 4.1-1.1l.1-.1.1-.1c.5.7 1.1 1.5 1.6 2.3l-.7.6c-.9.6-1.9.9-3 1.1-1 .2-1.9.2-2.9.1-2.3-.3-4.2-1.4-5.4-3.5-.5-.9-.7-1.9-.8-2.9-.1-1.2 0-2.3.5-3.4 1-2.4 2.8-3.9 5.3-4.3 1.5-.3 2.9-.1 4.3.6 1.6.8 2.7 2.1 3.3 3.8.3.9.5 1.9.5 2.8v1c-3.5-.1-6.9-.1-10.3-.1zm-47.2-1.1v2.2c0 .1 0 .3.1.4 1 1.1 2.2 1.5 3.6 1.3 1.2-.2 2-.9 2.4-2 .4-1 .4-2 .2-3-.1-.9-.5-1.6-1.1-2.2-.8-.7-1.8-.8-2.8-.6-.9.2-1.6.6-2.2 1.3-.1.1-.1.2-.1.4-.1.7-.1 1.5-.1 2.2m0 5.1V19h-3.6V.3h3.6v6.9l.1-.1c.9-1.1 2-1.8 3.4-1.9 2.5-.3 4.7.8 5.9 3.1.5 1 .7 1.9.8 3 .1 1.2 0 2.4-.3 3.6-.4 1.2-.9 2.2-1.8 3.1-.9.8-2.1 1.3-3.3 1.4s-2.4-.1-3.4-.8c-.5-.3-1-.7-1.4-1.2"/></symbol><symbol id="svg-icons-customer-citrix" data-name="icons-customer-citrix" viewBox="0 0 57.7 24.2" width="57" height="24" fill="currentColor"><path d="M53.3 11.6l4.4 6.8h-4.5L51 14.6l-2.6 3.7h-4.6l5-6.8L45 5.8h4.6l1.5 2.7 1.7-2.7h4.6l-4.1 5.8zM33.8 10c0-.4-.1-.7-.3-1-.4-.4-1.3-.5-1.9-.5v3c1.5-.1 2.2-.5 2.2-1.5m1 3.3l3.9 5H34l-2.4-3.7v3.7h-3.8V5.8h4.9c1.7 0 2.6.4 3.4 1.2.7.7 1.1 1.6 1.1 2.8-.1 1.7-1 3-2.4 3.5zm-8.1-7.5V9h-2.8v9.3h-3.7V9h-2.9V5.8h9.4zM12.5 5.8h3.7v12.6h-3.7zM11.3 7.5l-2 3.2c-.5-.9-1.6-1.5-2.7-1.5-1.6 0-2.7 1.3-2.7 2.9S5 15 6.6 15c1.1 0 2.2-.6 2.8-1.5l2 3.2c-1.2 1.2-2.9 2-4.7 2-3.6 0-6.6-3-6.6-6.5 0-3.6 3-6.6 6.6-6.6 1.7-.1 3.4.7 4.6 1.9M39.5 5.8h3.7v12.6h-3.7zM41.3 24.1C40 24.1 39 23 39 21.7s1.1-2.4 2.3-2.4 2.3 1.1 2.3 2.4c.1 1.3-1 2.4-2.3 2.4M14.4 0c1.3 0 2.3 1.1 2.3 2.3s-1.1 2.4-2.3 2.4S12 3.6 12 2.3C12 1.1 13 0 14.4 0"/></symbol><symbol id="svg-icons-customer-guardian" data-name="icons-customer-guardian" viewBox="0 0 94 17.7" width="94" height="17"><path d="M83.9 13.3h4.7v-.9l-.8-.4V6.1c.4-.3.8-.3 1.3-.3.8 0 1.1.3 1.1 1.2v5l-.9.4v.9H94v-.9l-.9-.4V6.4c0-1.7-.6-2.5-2.1-2.5-1.2 0-2.4.4-3.2 1.2V3.8h-.3l-3.7.7v.8l1 .5V12l-.9.4v.9zM72.5.1c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm-2.4 4.4v.8l.9.5V12l-.9.4v.9h4.7v-.9l-.9-.4V3.9h-.3l-3.5.6zm-4.2 7c-.2.2-.5.3-.9.3-1.2 0-1.7-1-1.7-3.2 0-2.6.7-3.4 1.7-3.4.5 0 .8.2 1 .4v5.9zm0-7.2c-.4-.3-1-.4-1.5-.4-2.2 0-4.3 1.3-4.3 5 0 3.5 2.1 4.6 3.5 4.6 1.1 0 1.9-.5 2.2-1h.2v1h.3l3.5-.4v-.7l-.9-.5V.2h-.3l-3.7.6v.8l1 .4v2.3zm-12.4 1l.9.4v6.2l-.9.4v.9h5v-.9l-1.2-.4V7.1c.5-.4 1.2-.6 2-.6.3 0 .5.1.7.1V4c-.1 0-.2-.1-.4-.1-1 0-1.8.6-2.3 1.8V3.8H57l-3.5.6v.9zm-5.7-.2c1.2 0 1.6.6 1.6 1.7v1l-1.8.3c-1.7.3-3.1.9-3.1 2.7 0 1.5 1 2.6 2.5 2.6 1.1 0 2.2-.5 2.6-1.3h.1c.1 1 1 1.3 1.9 1.3.7 0 1.4-.2 1.7-.5v-.6l-1-.3V6.7c0-2.1-1.5-2.8-3.9-2.8-1.6 0-2.5.4-3.4.8V7h1.4l.6-1.8c.3-.1.7-.1.8-.1zm.7 6.8c-.6 0-1.2-.3-1.2-1.4 0-.7.7-1.4 1.4-1.5l.6-.1v2.5c.1 0-.5.5-.8.5zm29.7-6.8c1.2 0 1.6.6 1.6 1.7v1l-1.8.4c-1.7.3-3.1.9-3.1 2.7 0 1.5 1 2.6 2.5 2.6 1.1 0 2.2-.5 2.6-1.3.1 1 1 1.3 1.9 1.3.7 0 1.4-.2 1.7-.5v-.6l-.8-.4V6.7c0-2.1-1.5-2.8-3.9-2.8-1.6 0-2.5.4-3.4.8V7h1.4l.6-1.8c.3-.1.6-.1.7-.1zm.7 6.8c-.6 0-1.2-.3-1.2-1.4 0-.7.7-1.4 1.4-1.5l.6-.1v2.5c.1 0-.5.5-.8.5zm-41 1.6h.4c1-.1 2-.6 2.5-1.2v1.2l3.5-.4v-.6l-.9-.6v-8h-.3l-3.5.7v.8l1.2.5v5.4c-.3.2-.7.4-1.2.4-.7 0-1.4-.2-1.4-1.3V3.8h-.3l-3.5.7v.8l1.2.5v4.8c-.1 1.6.5 2.9 2.3 2.9zm-9.5-2.3c-.4 0-.7-.2-.7-.6 0-.2.2-.5.4-.7.5.1.9.2 1.5.2 2.3 0 3.9-1.1 3.9-3.1 0-.9-.4-1.4-.9-1.9l1.4.5V3.8l-2.4.5c-.6-.2-1.3-.5-2.1-.5-2.3 0-3.9 1.2-3.9 3.2 0 1.2.6 2.1 1.5 2.6l.1.1c-.5.4-1.6 1.2-1.6 2.1 0 .7.4 1.4 1.4 1.6-1 .2-2.2.7-2.2 1.9s1.7 2.4 4.6 2.4c3.5 0 4.9-1.7 4.9-3.8 0-1.8-.8-2.7-2.8-2.7h-3.1zm2.2-4.1c0 1.7-.4 1.9-1 1.9s-1.2-.2-1.2-1.9.5-2.2 1.2-2.2c.6 0 1 .6 1 2.2zM27.2 15c0-.4.3-1 1.1-1.1h2.5c.7 0 1.1.6 1.1 1.1 0 .9-.6 1.3-2.5 1.3-1.6 0-2.2-.6-2.2-1.3zM24.5 8.9c0-3.8-1.5-5-3.8-5-2.7 0-4.4 1.8-4.4 4.8 0 3.1 1.6 4.8 4.7 4.8 1.7 0 2.9-.8 3.3-1.4v-.9c-.6.2-1.2.4-2.3.4-1.7 0-2.7-.9-2.7-2.7h5.2zm-3.8-4c.7 0 1.1.5 1.1 2.8l-2.5.3c0-2.4.5-3.1 1.4-3.1zm-9.8 8.4v-.9L10 12V6.2c.4-.3.9-.5 1.4-.5.8 0 1.3.5 1.2 1.2v5l-.9.4v.9h4.7v-.9l-.7-.3V6.4c0-1.7-1-2.5-2.3-2.5-1.2 0-2.5.4-3.3 1.1V0h-.3L6.2.6v.9l1.2.4V12l-.9.4v.9h4.4zm-9.7-2.5c0 1.7.8 2.7 2.6 2.7.9 0 1.8-.2 2.4-.7v-1.1c-.2.1-.6.1-.9.1-.9 0-1.2-.5-1.2-1.4V5.6h2.1V4.1H4.1V1.9l-3 .4v1.8L0 4.4v1.2h1.2v5.2z"/></symbol><symbol id="svg-icons-customer-roximity" data-name="icons-customer-roximity" viewBox="0 0 123.9 18.5" width="123" height="18"><path d="M35.5 5.6c-.5-1.1-1.2-2.1-2-2.9-.8-.8-1.8-1.5-3-2S28 0 26.7 0c-1.2 0-2.3.2-3.3.6L25 4.8c.5-.2 1.1-.3 1.7-.3.7 0 1.3.1 1.8.4.6.3 1.1.6 1.5 1.1.4.4.7 1 1 1.5.2.6.3 1.2.3 1.8v.1c0 .7-.1 1.2-.3 1.8-.2.6-.5 1.1-.9 1.5-.4.4-.8.8-1.4 1-.6.3-1.2.4-1.8.4-.7 0-1.3-.1-1.8-.4-.6-.3-1.1-.6-1.5-1.1s-.7-1-1-1.5c-.2-.6-.3-1.2-.3-1.8v-.1c0-.7.1-1.2.3-1.8l.3-.7 3.8 2.6L24 5.5l-2.7-3.8c-.5.3-.9.7-1.3 1.1-.4.4-.7.8-1 1.2-.4.6-.7 1.1-1 1.7-.7 1-1 2.3-1 3.5v.1c0 1.3.2 2.5.7 3.6.5 1.1 1.2 2.1 2 2.9.8.8 1.8 1.5 3 2s2.5.7 3.8.7c1.4 0 2.6-.2 3.8-.7 1.2-.5 2.2-1.1 3.1-2 .8-.8 1.5-1.8 2-3 .5-1.1.7-2.4.7-3.6.2-1.3-.1-2.5-.6-3.6zm76.8 5.9L105.5.3h5.6l3.6 6.5 3.7-6.5h5.5l-6.8 11.1v6.7h-5l.2-6.6zM95.4 4.7h-5.3V.3h15.6v4.3h-5.3v13.5h-4.9l-.1-13.4zM83.6.3h5v17.8h-5V.3zM62.2.3h5.2l4.3 6.9L76 .3h5.2v17.8h-4.9V7.9l-4.5 7h-.1L67 8v10.2h-4.8V.3zm-7.5 0h5v17.8h-5V.3zM41.5 9.1L35.7.4h5.7l3.1 5 3.2-5h5.5L47.4 9l6.1 9.1h-5.7l-3.4-5.4-3.4 5.5h-5.5l6-9.1M8.3 8.9c.8 0 1.5-.2 2-.6.4-.4.7-.9.7-1.5v-.1c0-.7-.2-1.2-.7-1.6-.4-.3-1.1-.5-2-.5H5v4.3h3.3zM.1.3h8.4c1.4 0 2.5.2 3.5.5s1.7.8 2.3 1.4c1.1 1 1.6 2.4 1.6 4.1v.1c0 1.4-.3 2.5-1 3.4-.7.9-1.6 1.6-2.7 2.1l4.3 6.2h-5.7l-3.6-5.4H4.9v5.4H0V.3h.1z"/></symbol><symbol id="svg-icons-customer-upworthy" data-name="icons-customer-upworthy" viewBox="0 0 105.6 25.1" width="105" height="25"><path d="M102.2 0h3.4l-2.1 15.9 1 8.9h-3.7l-.9-8.7L94.3 0H98l3.2 10.2 1-10.2zM89.9 10.3L89.1 0h3.6L95 24.8h-3.7l-.9-11.1h-3.5l.8 11.1H84L82.2 0h3.6l.8 10.2 3.3.1zM74.6 24.8L73.5 3.5h-3.2L70.2 0h10l.2 3.4h-3.2l1.2 21.3-3.8.1zM63.5 3.4h-1.8l.2 8h1.6c1 0 1.5-.5 1.5-1.5l-.2-5.1c.1-1-.4-1.4-1.3-1.4M69 16.2l.3 8.7h-3.7l-.3-8.6c-.1-1.1-.5-1.6-1.6-1.6h-1.6l.3 10.2h-3.7L58.2 0h5.9c2.9 0 4.4 1.4 4.5 4.4l.2 4.8c.1 2.1-.6 3.2-1.9 3.8 1.4.3 2 1.3 2.1 3.2m-18-13h-.7c-1 0-1.4.5-1.4 1.4l-.1 15.6c0 1 .5 1.5 1.4 1.5h.8c1 0 1.4-.5 1.4-1.5l-.1-15.6c0-1-.4-1.4-1.3-1.4zm.6 21.9h-2c-3.1 0-4.6-1.6-4.5-4.8l.2-15.9c.1-2.9 1.5-4.4 4.4-4.4h1.9C54.5 0 56 1.4 56 4.4l.2 15.9c0 3.2-1.5 4.8-4.6 4.8zM26.2 0h3.6l1 17.3L33.3 0h3.4l1.4 17.2L40.2 0h3.3l-3.3 24.8h-4.4l-1.2-15-2.1 15H28L26.2 0zm-6.7 3.4H18l-.6 8.9h1.5c.9 0 1.4-.5 1.5-1.4l.3-6.1c.1-1-.3-1.4-1.2-1.4m-2.9 21.4h-3.7L14.8 0h5.6c2.9 0 4.2 1.4 4.1 4.4l-.4 6.6c-.2 3.1-1.8 4.6-4.8 4.6h-2.1l-.6 9.2zm-5.7-4.5c-.2 3.2-1.9 4.8-4.9 4.8H4.1C1 25.1-.3 23.5 0 20.3L2.1 0h3.6L3.8 20.1c-.1 1 .3 1.5 1.3 1.5h.6c1 0 1.4-.5 1.5-1.5L9 0h3.6l-1.7 20.3z"/></symbol><symbol id="svg-icons-keylock" data-name="icons-keylock" viewBox="0 0 35.8 45.2" width="35" height="45"><path fill="url(#azure)" d="M30.1 17.1v-5.3C30.1 5.3 24.6 0 17.9 0 11.2 0 5.7 5.3 5.7 11.8v5.3H0v28.1h35.8V17.1h-5.7zM17.9 36.6c-2 0-3.7-1.6-3.7-3.6 0-1.3.8-2.5 1.9-3.1v-4.3h3.7v4.3c1.1.6 1.9 1.8 1.9 3.1-.1 2-1.7 3.6-3.8 3.6zm-7.3-19.5v-5.3c0-3.9 3.3-7.1 7.4-7.1s7.4 3.2 7.4 7.1v5.3H10.6z"/><path fill="url(#azure)" opacity=".5" d="M17.9 36.6c-2 0-3.7-1.6-3.7-3.6 0-1.3.8-2.5 1.9-3.1v-4.3h3.7v4.3c1.1.6 1.9 1.8 1.9 3.1-.1 2-1.7 3.6-3.8 3.6z"/></symbol><symbol id="svg-icons-safe" data-name="icons-safe" viewBox="0 0 36.5 34.7" width="36" height="34"><path fill="url(#azure)" d="M0 5.4h2.7v6.2H0zM0 23.1h2.7v6.2H0z"/><path fill="url(#azure)" opacity=".5" d="M26.2 18h-3c-.1.6-.3 1.1-.7 1.6l2.1 2.1c.3.3.3.7 0 .9-.3.3-.7.3-.9 0l-2.1-2.1c-.5.3-1 .6-1.6.7v3c0 .4-.3.7-.7.7s-.7-.3-.7-.7v-3c-.6-.1-1.1-.3-1.6-.7l-2.1 2.1c-.3.3-.7.3-.9 0-.3-.3-.3-.7 0-.9l2.1-2.1c-.3-.5-.6-1-.7-1.6h-3c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7h3c.1-.6.3-1.1.7-1.6L14 12.9c-.3-.3-.3-.7 0-.9.3-.3.7-.3.9 0l2.1 2.1c.5-.3 1-.6 1.6-.7v-3c0-.4.3-.7.7-.7s.7.3.7.7v3c.6.1 1.1.3 1.6.7l2.1-2.1c.3-.3.7-.3.9 0 .3.3.3.7 0 .9L22.5 15c.3.5.6 1 .7 1.6h3c.4 0 .7.3.7.7 0 .4-.3.7-.7.7z"/><circle fill="url(#azure)" cx="19.3" cy="17.3" r="2.4"/><path fill="url(#azure)" d="M31.8 4.8H6.9v25h24.9v-25zM26.2 18h-3c-.1.6-.3 1.1-.7 1.6l2.1 2.1c.3.3.3.7 0 .9-.3.3-.7.3-.9 0l-2.1-2.1c-.5.3-1 .6-1.6.7v3c0 .4-.3.7-.7.7-.4 0-.7-.3-.7-.7v-3c-.6-.1-1.1-.3-1.6-.7l-2.1 2.1c-.3.3-.7.3-.9 0-.3-.3-.3-.7 0-.9l2.1-2.1c-.3-.5-.6-1-.7-1.6h-3c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7h3c.1-.6.3-1.1.7-1.6L14 12.9c-.3-.3-.3-.7 0-.9.3-.3.7-.3.9 0l2.1 2.1c.5-.3 1-.6 1.6-.7v-3c0-.4.3-.7.7-.7.4 0 .7.3.7.7v3c.6.1 1.1.3 1.6.7l2.1-2.1c.3-.3.7-.3.9 0 .3.3.3.7 0 .9L22.5 15c.3.5.6 1 .7 1.6h3c.4 0 .7.3.7.7 0 .4-.3.7-.7.7z"/><path fill="url(#azure)" d="M2.1 0v34.7h34.5V0H2.1zm31.7 31.9H4.9v-29h28.9v29z"/><path fill="url(#azure)" d="M31.8 4.8H6.9v25h24.9v-25zM26.2 18h-3c-.1.6-.3 1.1-.7 1.6l2.1 2.1c.3.3.3.7 0 .9-.3.3-.7.3-.9 0l-2.1-2.1c-.5.3-1 .6-1.6.7v3c0 .4-.3.7-.7.7-.4 0-.7-.3-.7-.7v-3c-.6-.1-1.1-.3-1.6-.7l-2.1 2.1c-.3.3-.7.3-.9 0-.3-.3-.3-.7 0-.9l2.1-2.1c-.3-.5-.6-1-.7-1.6h-3c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7h3c.1-.6.3-1.1.7-1.6L14 12.9c-.3-.3-.3-.7 0-.9.3-.3.7-.3.9 0l2.1 2.1c.5-.3 1-.6 1.6-.7v-3c0-.4.3-.7.7-.7.4 0 .7.3.7.7v3c.6.1 1.1.3 1.6.7l2.1-2.1c.3-.3.7-.3.9 0 .3.3.3.7 0 .9L22.5 15c.3.5.6 1 .7 1.6h3c.4 0 .7.3.7.7 0 .4-.3.7-.7.7z"/></symbol><symbol id="svg-icons-db-money" data-name="icons-db-money" viewBox="0 0 28.8 34.7" width="28" height="34"><path fill="url(#azure)" d="M14.4 28.1c-8 0-14.4-2.4-14.4-5.4v6.6c0 3 6.4 5.4 14.4 5.4s14.4-2.4 14.4-5.4v-6.6c0 3-6.5 5.4-14.4 5.4zM28.8 14zM0 14z"/><path fill="url(#azure)" d="M14.4 19.4C6.4 19.4 0 17 0 14v6.6c0 3 6.4 5.4 14.4 5.4s14.4-2.4 14.4-5.4V14c0 3-6.5 5.4-14.4 5.4z"/><ellipse fill="url(#azure)" opacity=".2" cx="14.4" cy="5.4" rx="14.4" ry="5.4"/><path fill="url(#azure)" d="M0 5.4zM28.8 5.4z"/><path fill="url(#azure)" opacity=".5" d="M14.4 10.7C6.4 10.7 0 8.3 0 5.4V12c0 3 6.4 5.4 14.4 5.4S28.8 15 28.8 12V5.4c0 2.9-6.5 5.3-14.4 5.3z"/><path fill="url(#white)" d="M4.1 31.1c0 .5-.3.6-.7.4s-.7-.8-.7-1.2.3-.6.7-.4.7.7.7 1.2zM4.1 28.7c0 .5-.3.6-.7.4s-.7-.8-.7-1.2.3-.6.7-.4c.4.1.7.7.7 1.2zM4.1 22.5c0 .5-.3.6-.7.4s-.7-.8-.7-1.2c0-.5.3-.6.7-.4s.7.7.7 1.2zM4.1 20.1c0 .5-.3.6-.7.4s-.7-.8-.7-1.2c0-.5.3-.6.7-.4s.7.7.7 1.2z"/><path fill="url(#azure)" d="M17.3 7.5c-1.2.6-2.4.8-3.5.8l-.3-1.1c.8 0 1.7-.1 2.5-.4l-1.6-.9c-1.4.3-3 .8-4.4 0-1-.6-1.1-1.6.1-2.5l-1-.6 1-.6 1 .6c.9-.4 2-.7 3-.7l.3 1.1c-.7 0-1.4.2-2 .4l1.5.8c1.3-.5 2.9-.9 4.4-.1 1.2.7 1.3 1.7-.1 2.6l.9.5-1 .6-.8-.5zm-4.6-2.6l-1.3-.7c-.4.2-.4.5 0 .7.3.2.7.1 1.3 0zm2.8.5l1.4.8c.4-.4.4-.7 0-.9-.3-.2-.8-.1-1.4.1z"/><g fill="url(#azure)" opacity=".2"><path d="M1.5 7.7v6.6c.3.2.6.4 1 .6V8.4c-.4-.2-.7-.4-1-.7z"/><path class="st1" d="M6.5 9.8v6.6c.3.1.7.2 1 .2V10c-.3 0-.7-.1-1-.2zM3.5 8.9v6.6c.3.1.6.3 1 .4V9.3c-.4-.2-.7-.3-1-.4zM21.3 10.1v6.6c.3-.1.7-.1 1-.2V9.8c-.3.1-.7.2-1 .3zM28.8 12V5.4c0 .5-.2.9-.5 1.4v6.6c.3-.5.5-1 .5-1.4zM11.5 10.6v6.6c.3 0 .7 0 1 .1v-6.6c-.3 0-.7-.1-1-.1zM26.3 8.4V15c.4-.2.7-.4 1-.6V7.7c-.3.3-.6.5-1 .7zM24.3 9.3v6.6c.4-.1.7-.3 1-.4V8.9c-.3.1-.7.2-1 .4zM16.3 10.7v6.6c.3 0 .7 0 1-.1v-6.6c-.3 0-.7.1-1 .1z"/></g></symbol><symbol id="svg-icons-money-stack" data-name="icons-money-stack" viewBox="0 0 28.8 34.7" width="28" height="34"><ellipse fill="url(#azure)" opacity="0.2" cx="14.4" cy="5.4" rx="14.4" ry="5.4"/><polygon fill="url(#azure)" opacity="0.5" points="0,5.4 0,5.4 0,5.4 "/><polygon fill="url(#azure)" opacity="0.5" points="28.8,5.4 28.8,5.4 28.8,5.4 "/><path fill="url(#azure)" opacity="0.5" d="M14.4,10.7C6.4,10.7,0,8.3,0,5.4V12c0,3,6.4,5.4,14.4,5.4s14.4-2.4,14.4-5.4V5.4 C28.8,8.3,22.3,10.7,14.4,10.7z"/><path fill="url(#azure)" d="M17.3,7.5c-1.2,0.6-2.4,0.8-3.5,0.8l-0.3-1.1c0.8,0,1.7-0.1,2.5-0.4l-1.6-0.9 C13,6.2,11.4,6.7,10,5.9c-1-0.6-1.1-1.6,0.1-2.5l-1-0.6l1-0.6l1,0.6c0.9-0.4,2-0.7,3-0.7l0.3,1.1c-0.7,0-1.4,0.2-2,0.4l1.5,0.8 c1.3-0.5,2.9-0.9,4.4-0.1C19.5,5,19.6,6,18.2,6.9l0.9,0.5l-1,0.6L17.3,7.5z M12.7,4.9l-1.3-0.7C11,4.4,11,4.7,11.4,4.9 C11.7,5.1,12.1,5,12.7,4.9z M15.5,5.4l1.4,0.8c0.4-0.4,0.4-0.7,0-0.9C16.6,5.1,16.1,5.2,15.5,5.4z"/><g fill="url(#azure)" opacity="0.2"><path d="M1.5,7.7v6.6c0.3,0.2,0.6,0.4,1,0.6V8.4C2.1,8.2,1.8,8,1.5,7.7z"/><path d="M6.5,9.8v6.6c0.3,0.1,0.7,0.2,1,0.2v-6.6C7.2,10,6.8,9.9,6.5,9.8z"/><path d="M3.5,8.9v6.6c0.3,0.1,0.6,0.3,1,0.4V9.3C4.1,9.1,3.8,9,3.5,8.9z"/><path d="M21.3,10.1v6.6c0.3-0.1,0.7-0.1,1-0.2V9.8C22,9.9,21.6,10,21.3,10.1z"/><path d="M28.8,12V5.4c0,0.5-0.2,0.9-0.5,1.4v6.6C28.6,12.9,28.8,12.4,28.8,12z"/><path d="M11.5,10.6v6.6c0.3,0,0.7,0,1,0.1v-6.6C12.2,10.7,11.8,10.6,11.5,10.6z"/><path d="M26.3,8.4V15c0.4-0.2,0.7-0.4,1-0.6V7.7C27,8,26.7,8.2,26.3,8.4z"/><path d="M24.3,9.3v6.6c0.4-0.1,0.7-0.3,1-0.4V8.9C25,9,24.6,9.1,24.3,9.3z"/><path d="M16.3,10.7v6.6c0.3,0,0.7,0,1-0.1v-6.6C17,10.6,16.6,10.7,16.3,10.7z"/><path class="st2" d="M0,12c0,0.5,0.2,0.9,0.5,1.4V6.7C0.2,6.3,0,5.8,0,5.4V12z"/></g><polygon fill="url(#azure)" points="0,14 0,14 0,14 "/><polygon fill="url(#azure)" points="28.8,14 28.8,14 28.8,14 "/><path fill="url(#azure)" opacity="0.5" d="M14.4,19.4C6.4,19.4,0,17,0,14v6.6c0,3,6.4,5.4,14.4,5.4s14.4-2.4,14.4-5.4V14 C28.8,17,22.3,19.4,14.4,19.4z"/><g fill="url(#azure)" opacity="0.2"><path d="M1.5,16.4V23c0.3,0.2,0.6,0.4,1,0.6V17C2.1,16.8,1.8,16.6,1.5,16.4z"/><path d="M6.5,18.5v6.6c0.3,0.1,0.7,0.2,1,0.2v-6.6C7.2,18.7,6.8,18.6,6.5,18.5z"/><path d="M3.5,17.5v6.6c0.3,0.1,0.6,0.3,1,0.4v-6.6C4.1,17.8,3.8,17.7,3.5,17.5z"/><path d="M21.3,18.7v6.6c0.3-0.1,0.7-0.1,1-0.2v-6.6C22,18.6,21.6,18.7,21.3,18.7z"/><path d="M28.8,20.6V14c0,0.5-0.2,0.9-0.5,1.4V22C28.6,21.6,28.8,21.1,28.8,20.6z"/><path d="M11.5,19.3v6.6c0.3,0,0.7,0,1,0.1v-6.6C12.2,19.3,11.8,19.3,11.5,19.3z"/><path d="M26.3,17v6.6c0.4-0.2,0.7-0.4,1-0.6v-6.6C27,16.6,26.7,16.8,26.3,17z"/><path d="M24.3,17.9v6.6c0.4-0.1,0.7-0.3,1-0.4v-6.6C25,17.7,24.6,17.8,24.3,17.9z"/><path d="M16.3,19.3v6.6c0.3,0,0.7,0,1-0.1v-6.6C17,19.3,16.6,19.3,16.3,19.3z"/><path class="st2" d="M0,20.6c0,0.5,0.2,0.9,0.5,1.4v-6.6C0.2,15,0,14.5,0,14V20.6z"/></g><polygon class="st2" points="0,22.7 0,22.7 0,22.7 "/><polygon class="st2" points="28.8,22.7 28.8,22.7 28.8,22.7 "/><path fill="url(#azure)" opacity="0.5" d="M14.4,28.1C6.4,28.1,0,25.7,0,22.7v6.6c0,3,6.4,5.4,14.4,5.4s14.4-2.4,14.4-5.4v-6.6 C28.8,25.7,22.3,28.1,14.4,28.1z"/><g fill="url(#azure)" opacity="0.2"><path d="M1.5,25.1v6.6c0.3,0.2,0.6,0.4,1,0.6v-6.6C2.1,25.5,1.8,25.3,1.5,25.1z"/><path d="M6.5,27.2v6.6c0.3,0.1,0.7,0.2,1,0.2v-6.6C7.2,27.3,6.8,27.3,6.5,27.2z"/><path d="M3.5,26.2v6.6c0.3,0.1,0.6,0.3,1,0.4v-6.6C4.1,26.5,3.8,26.3,3.5,26.2z"/><path d="M21.3,27.4V34c0.3-0.1,0.7-0.1,1-0.2v-6.6C22,27.3,21.6,27.3,21.3,27.4z"/><path d="M28.8,29.3v-6.6c0,0.5-0.2,0.9-0.5,1.4v6.6C28.6,30.2,28.8,29.8,28.8,29.3z"/><path d="M11.5,28v6.6c0.3,0,0.7,0,1,0.1V28C12.2,28,11.8,28,11.5,28z"/><path class="st2" d="M0,29.3c0,0.5,0.2,0.9,0.5,1.4v-6.6C0.2,23.6,0,23.2,0,22.7V29.3z"/><path d="M26.3,25.7v6.6c0.4-0.2,0.7-0.4,1-0.6v-6.6C27,25.3,26.7,25.5,26.3,25.7z"/><path d="M24.3,26.6v6.6c0.4-0.1,0.7-0.3,1-0.4v-6.6C25,26.3,24.6,26.5,24.3,26.6z"/><path d="M16.3,28v6.6c0.3,0,0.7,0,1-0.1V28C17,28,16.6,28,16.3,28z"/></g></g></symbol><symbol id="svg-icons-notepad" data-name="icons-notepad" viewBox="0 0 28.9 34.6" width="28" height="34"><path fill="url(#azure)" opacity=".5" d="M0 5.9h28.9v5.3H0z"/><path fill="url(#azure)" opacity=".2" d="M0 11.2h28.9v23.4H0z"/><path fill="url(#azure)" opacity=".2" d="M2.2 27.6H15v1H2.2zM2.2 21.5h24v1h-24zM2.2 15.4h24v1h-24z"/><path fill="url(#azure)" opacity=".2" d="M8.6 28.1l.4-2.5.4-2.5 1.1.1.6.9 1.1.2.6.9-2.1 1.4z"/><path fill="url(#azure)" d="M9.4 23.1l1.1.1.6.9 1.1.2.6.9L25.6 5l-3.4-2.1L9.4 23.1zM8.6 28.1l.9-.6-.7-.5z"/><path fill="url(#azure)" opacity=".2" transform="rotate(32.363 24.126 3.547)" d="M22 3.1h4.3V4H22z"/><path fill="url(#azure)" opacity=".5" transform="rotate(32.363 25.034 2.115)" d="M23 .9h4v2.5h-4z"/></symbol><symbol id="svg-icons-notepad2" data-name="icons-notepad2" viewBox="0 0 29.8 28.7" width="29" height="28"><path fill="url(#azure)" opacity=".5" d="M0 0h22.9v5.3H0z"/><path fill="url(#azure)" opacity=".2" d="M0 5.3h22.9v23.4H0zM27.5 28.7l-.9-2.4-1-2.3 1-.4 1 .4 1-.4 1 .4-1 2.3z"/><path fill="url(#azure)" d="M25.6 24l1-.4 1 .4 1-.4 1 .4V3.4h-4V24z"/><path fill="url(#azure)" opacity=".2" d="M27.5 28.7l.5-1h-.9z"/><path fill="url(#azure)" opacity=".2" transform="rotate(.19 27.64 2.94)" d="M25.5 2.5h4.3v.9h-4.3z"/><path fill="url(#azure)" opacity=".5" transform="rotate(.19 27.645 1.244)" d="M25.6 0h4v2.5h-4z"/><path fill="url(#azure)" opacity=".2" d="M2.2 23.1H15v1H2.2zM2.2 18.5h18v1h-18zM2.2 14h18v1h-18zM2.2 9.4h18v1h-18z"/></symbol><symbol id="svg-icons-one-click" data-name="icons-one-click" viewBox="0 0 30 35" width="30" height="35"><path fill="url(#azure)" opacity=".6" d="M26.158 9.76l-5.703 5.702 2.197 2.197 3.506-3.506v8.343l-13.079 7.673-1.851-1.086 3.134-3.134-2.197-2.196-3.706 3.706L0 22.496V7.499l4.849 2.78-.032.032 7.348 7.348 2.197-2.197-.763-.763 2.256-1.293v1.438h3.107v-3.219l7.196-4.126V9.76zM11.547 22.259v-3.106H1.155v3.106h10.392z"/><path fill="url(#azure)" opacity=".3" d="M0 7.499L13.079 0l13.079 7.499-7.196 4.126V4.452h-3.107v8.954l-2.256 1.293-6.585-6.585-2.165 2.165L0 7.499z"/><path fill="url(#azure)" d="M23.518 31.263l2.954 3.599 1.695-1.416-2.83-3.507L30 28.24l-12.68-7.857L20.702 35l2.816-3.737z"/><path fill="url(#azure)" opacity=".8" d="M8.459 27.459l2.769 1.624-4.214 4.214-2.197-2.196 3.642-3.642zM26.158 9.76l1.645-1.646L30 10.311l-3.842 3.842V9.76z"/></symbol><symbol id="svg-icons-reliability" data-name="icons-reliability" viewBox="0 0 30 35" width="30" height="35"><path fill="url(#azure)" opacity=".6" d="M30 30.784l-6.977 4.074L16 30.784v-8.1l7.023 4.074L30 22.684v8.1z"/><path fill="url(#azure)" opacity=".3" d="M16 22.684l7.023 4.074L30 22.684l-6.977-4.027L16 22.684z"/><path fill="url(#azure)" opacity=".6" d="M14 30.784l-6.977 4.074L0 30.784v-8.1l7.023 4.074L14 22.684v8.1z"/><path fill="url(#azure)" opacity=".3" d="M0 22.684l7.023 4.074L14 22.684l-6.977-4.027L0 22.684z"/><path fill="url(#azure)" opacity=".6" d="M24 15.592l-8.97 5.237L6 15.592V5.177l9.03 5.238L24 5.177v10.415z"/><path fill="url(#azure)" opacity=".3" d="M6 5.177l9.03 5.238L24 5.177 15.03 0 6 5.177z"/><path fill="url(#azure)" d="M6.44 14.751l1.025.613V23l-1.025-.647v-7.602zM23.483 14.751l-1.025.613V23l1.025-.647v-7.602z"/><path fill="url(#azure)" d="M6.44 14.751l1.025.613 3.545-2.069-.975-.563-3.595 2.019zM23.483 14.751l-1.025.613-3.544-2.069.975-.563 3.594 2.019z"/></symbol></svg>')
6
+ }
7
+ }
8
+
9
+ // If DOM is already ready, embed SVGs
10
+ if (document.readyState == 'interactive') { embed() }
11
+
12
+ // Handle Turbolinks page change events
13
+ if ( window.Turbolinks ) {
14
+ document.addEventListener("turbolinks:load", function(event) { embed() })
15
+ }
16
+
17
+ // Handle standard DOM ready events
18
+ document.addEventListener("DOMContentLoaded", function(event) { embed() })
19
+ })()
@@ -0,0 +1,19 @@
1
+ (function(){
2
+
3
+ function embed() {
4
+ if (!document.querySelector('#esvg-svg-topology')) {
5
+ document.querySelector('body').insertAdjacentHTML('afterbegin', '<svg id="esvg-svg-topology" data-symbol-class="svg-symbol" data-prefix="svg" version="1.1" style="height:0;position:absolute"><defs><linearGradient id="def-svg-topology-arbiter-0" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.502,-72.9084,72.9084,132.502,132.502,149.153)"><stop offset="0" style="stop-color:#cbd6e2;stop-opacity:1"/><stop offset="1" style="stop-color:#94aeca;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-arbiter-1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-76.6263,76.6263,132.501,132.503,183)"><stop offset="0" style="stop-color:#94aeca;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#bdcee0;stop-opacity:1"/></linearGradient><linearGradient id="def-svg-topology-backup-0" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.502,-78.0411,78.0411,132.502,132.502,154.504)"><stop offset="0" style="stop-color:#1a4561;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#0b2b40;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-backup-1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.502,-77.9887,77.9887,132.502,132.502,183)"><stop offset="0" style="stop-color:#092b42;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#1d4058;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-config-0" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(130.49,-74.4877,-37.5131,68.5098,37.5182,94.9877)"><stop offset="0" style="stop-color:#cbd6e2;stop-opacity:1"/><stop offset="1" style="stop-color:#94aeca;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-config-1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-74.4118,74.4118,132.501,132.503,168)"><stop offset="0" style="stop-color:#94aeca;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#bdcee0;stop-opacity:1"/></linearGradient><linearGradient id="def-svg-topology-config-2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(130.49,-74.4877,-37.5131,68.5098,86.016,122.988)"><stop offset="0" style="stop-color:#cbd6e2;stop-opacity:1"/><stop offset="1" style="stop-color:#94aeca;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-config-3" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-74.4118,74.4118,132.501,181,196)"><stop offset="0" style="stop-color:#94aeca;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#bdcee0;stop-opacity:1"/></linearGradient><linearGradient id="def-svg-topology-config-4" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(130.49,-74.4877,-37.5131,68.5098,134.514,150.988)"><stop offset="0" style="stop-color:#cbd6e2;stop-opacity:1"/><stop offset="1" style="stop-color:#94aeca;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-config-5" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-74.4118,74.4118,132.501,229.498,224)"><stop offset="0" style="stop-color:#94aeca;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#bdcee0;stop-opacity:1"/></linearGradient><linearGradient id="def-svg-topology-haproxy-2-0" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-76.4996,-7.50032,84.0038,59.7558,111)"><stop offset="0" style="stop-color:#335774;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#243e57;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-haproxy-2-1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-75.5768,75.5768,132.501,132.503,168)"><stop offset="0" style="stop-color:#253d54;stop-opacity:0.980392"/><stop offset="1" style="stop-color:#35516a;stop-opacity:0.980392"/></linearGradient><linearGradient id="def-svg-topology-haproxy-2-2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-76.4996,-7.50032,84.0038,132.503,153)"><stop offset="0" style="stop-color:#335774;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#243e57;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-haproxy-2-3" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-75.5768,75.5768,132.501,205.249,210)"><stop offset="0" style="stop-color:#253d54;stop-opacity:0.980392"/><stop offset="1" style="stop-color:#35516a;stop-opacity:0.980392"/></linearGradient><linearGradient id="def-svg-topology-haproxy-storage-0" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-76.4996,-33.0001,69.2815,37.6721,98.2496)"><stop offset="0" style="stop-color:#335774;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#243e57;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-haproxy-storage-1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-75.5768,75.5768,132.501,132.503,168)"><stop offset="0" style="stop-color:#253d54;stop-opacity:0.980392"/><stop offset="1" style="stop-color:#35516a;stop-opacity:0.980392"/></linearGradient><linearGradient id="def-svg-topology-haproxy-storage-2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.276,-75.9472,17.4467,98.8021,132.728,152.447)"><stop offset="0" style="stop-color:#0091ff;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#006eec;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-haproxy-storage-3" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.502,-78.4128,75.8672,136.948,183.165,197.881)"><stop offset="0" style="stop-color:#006eec;stop-opacity:0.952941"/><stop offset="1" style="stop-color:#0a81ff;stop-opacity:0.952941"/></linearGradient><linearGradient id="def-svg-topology-haproxy-0" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-76.4996,76.4996,132.501,132.503,153)"><stop offset="0" style="stop-color:#335774;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#243e57;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-haproxy-1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-75.5768,75.5768,132.501,132.503,168)"><stop offset="0" style="stop-color:#253d54;stop-opacity:0.980392"/><stop offset="1" style="stop-color:#35516a;stop-opacity:0.980392"/></linearGradient><linearGradient id="def-svg-topology-memory-0" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.502,-80.7878,80.7878,132.502,132.502,154.451)"><stop offset="0" style="stop-color:#00ea52;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#14bb62;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-memory-1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.502,-79.5019,76.9201,136.949,132.502,183)"><stop offset="0" style="stop-color:#00b454;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#00d84b;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-portal-2-0" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(59.7558,-34.5,41.9992,64.0854,138.996,72.9947)"><stop offset="0" style="stop-color:#335774;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#243e57;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-portal-2-1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-75.5768,75.5768,132.501,205.248,126.245)"><stop offset="0" style="stop-color:#253d54;stop-opacity:0.980392"/><stop offset="1" style="stop-color:#35516a;stop-opacity:0.980392"/></linearGradient><linearGradient id="def-svg-topology-portal-2-2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(59.7559,-34.4997,118.499,108.253,205.248,111.245)"><stop offset="0" style="stop-color:#00ceee;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#0a789a;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-portal-2-3" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.496,-76.7757,76.0798,133.707,205.254,126.245)"><stop offset="0" style="stop-color:#00a3c8;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#00b6c3;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-portal-2-4" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(59.7558,-34.5,41.9992,64.0854,66.2509,114.994)"><stop offset="0" style="stop-color:#335774;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#243e57;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-portal-2-5" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-75.5768,75.5768,132.501,132.503,168.245)"><stop offset="0" style="stop-color:#253d54;stop-opacity:0.980392"/><stop offset="1" style="stop-color:#35516a;stop-opacity:0.980392"/></linearGradient><linearGradient id="def-svg-topology-portal-2-6" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(59.7559,-34.4997,118.499,108.253,132.503,153.244)"><stop offset="0" style="stop-color:#00ceee;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#0a789a;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-portal-2-7" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.496,-76.7757,76.0798,133.707,132.508,168.245)"><stop offset="0" style="stop-color:#00a3c8;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#00b6c3;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-portal-0" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-76.4996,-0.000400432,88.3339,66.2509,114.75)"><stop offset="0" style="stop-color:#335774;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#243e57;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-portal-1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-75.5768,75.5768,132.501,132.503,168)"><stop offset="0" style="stop-color:#253d54;stop-opacity:0.980392"/><stop offset="1" style="stop-color:#35516a;stop-opacity:0.980392"/></linearGradient><linearGradient id="def-svg-topology-portal-2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.501,-76.4992,76.4992,132.501,132.503,153)"><stop offset="0" style="stop-color:#00ceee;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#0a789a;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-portal-3" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.496,-76.7757,76.0798,133.707,132.508,168)"><stop offset="0" style="stop-color:#00a3c8;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#00b6c3;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-sentinel-memory-0" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(130.806,-74.5415,-27.4588,74.1774,45.8632,100.041)"><stop offset="0" style="stop-color:#ab44ff;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#7c00b6;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-sentinel-memory-1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.502,-75.0777,75.0777,132.502,132.502,183)"><stop offset="0" style="stop-color:#8300db;stop-opacity:0.952941"/><stop offset="1" style="stop-color:#a32bff;stop-opacity:0.952941"/></linearGradient><linearGradient id="def-svg-topology-sentinel-memory-2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(133.74,-80.0731,29.0726,102.644,132.083,154.209)"><stop offset="0" style="stop-color:#00ea52;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#14bb62;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-sentinel-memory-3" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.502,-79.5019,76.9201,136.949,176.67,208.5)"><stop offset="0" style="stop-color:#00b454;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#00d84b;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-sentinel-0" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.502,-73.5623,73.5623,132.502,132.502,150.062)"><stop offset="0" style="stop-color:#ab44ff;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#7c00b6;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-sentinel-1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.502,-75.0777,75.0777,132.502,132.502,183)"><stop offset="0" style="stop-color:#8300db;stop-opacity:0.952941"/><stop offset="1" style="stop-color:#a32bff;stop-opacity:0.952941"/></linearGradient><linearGradient id="def-svg-topology-storage-0" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.502,-75.8165,75.8165,132.502,132.502,152.316)"><stop offset="0" style="stop-color:#0091ff;stop-opacity:0.94902"/><stop offset="1" style="stop-color:#006eec;stop-opacity:0.94902"/></linearGradient><linearGradient id="def-svg-topology-storage-1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(132.502,-78.4128,75.8672,136.948,132.502,168.631)"><stop offset="0" style="stop-color:#006eec;stop-opacity:0.952941"/><stop offset="1" style="stop-color:#0a81ff;stop-opacity:0.952941"/></linearGradient></defs><symbol id="svg-topology-arbiter" data-name="topology-arbiter" viewBox="0 0 265 183" width="265" height="183" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M132.5 0L0 76.5 132.503 153l132.5-76.5L132.502 0z" fill="url(#def-svg-topology-arbiter-0)"/><path d="M265.004 76.5l-132.5 76.5L0 76.5 132.5 0l132.504 76.5zM1 76.5l131.503 75.923 131.5-75.923L132.502.577 1 76.5z" fill="#eff2f6"/><path d="M265.004 106.5l-132.5 76.5L0 106.5v-30L132.503 153l132.5-76.5v30z" fill="url(#def-svg-topology-arbiter-1)"/><path d="M20.95 95.753c.275.166.548.35.82.563.55.43 1.086.957 1.59 1.56 1.137 1.366 2.09 3.113 2.69 4.93.274.833.474 1.678.59 2.5.13.92.154 1.81.072 2.62-.076.757-.246 1.442-.503 2.026-.3.683-.718 1.224-1.225 1.592-.525.38-1.145.574-1.82.565-.7-.01-1.456-.237-2.215-.663-.762-.427-1.524-1.05-2.233-1.833-.684-.754-1.314-1.65-1.852-2.628-.518-.943-.95-1.96-1.265-2.988-.27-.876-.453-1.758-.544-2.606-.094-.877-.09-1.718.012-2.48.09-.678.26-1.292.5-1.82.567-1.238 1.524-1.977 2.69-2.077.497-.042 1.03.03 1.575.215.27.09.54.21.813.353.102.054.203.11.304.17zm-.124 2.93c-.514-.283-1.02-.427-1.486-.406-.41.02-.784.163-1.097.42-.293.24-.53.58-.7 1-.145.353-.24.765-.28 1.216-.047.524-.024 1.1.07 1.694.066.422.168.853.303 1.28.388 1.235 1.042 2.425 1.826 3.32.43.492.897.89 1.364 1.167.47.28.94.438 1.38.46.407.022.785-.075 1.11-.28.324-.208.595-.522.796-.927.162-.328.277-.715.34-1.145.072-.505.075-1.07.007-1.657-.062-.522-.18-1.064-.348-1.6-.348-1.105-.91-2.177-1.587-3.032-.455-.574-.953-1.034-1.463-1.367-.08-.05-.157-.097-.236-.142z" fill="#547392" fill-rule="nonzero"/><path d="M20.874 101.535c.836.483 1.515 1.78 1.515 2.896 0 1.116-.68 1.63-1.516 1.147-.837-.483-1.516-1.78-1.516-2.896 0-1.114.68-1.627 1.516-1.145z" fill="#fbff16"/><path d="M123.678 161.41l-97.784-56.456v3l97.784 56.456v-3zM16.8 96.24L0 86.54v3l16.8 9.7v-3zM16.8 103.168L0 93.468v3l16.8 9.7v-3z" fill="#547392"/></symbol><symbol id="svg-topology-backup" data-name="topology-backup" viewBox="0 0 265 183" width="265" height="183" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M132.5 0L0 76.5 132.503 153l132.5-76.5L132.502 0z" fill="url(#def-svg-topology-backup-0)"/><path d="M265.004 76.5l-132.5 76.5L0 76.5 132.5 0l132.504 76.5zM1 76.5l131.503 75.923 131.5-75.923L132.502.577 1 76.5z" fill="#264b72"/><path d="M265.004 106.5l-132.5 76.5L0 106.5v-30L132.503 153l132.5-76.5v30z" fill="url(#def-svg-topology-backup-1)"/><path d="M123.54 155.576L8.36 89.076v3l115.18 66.5v-3zM123.54 161.326L8.36 94.826v3l115.18 66.5v-3zM123.54 167.076l-115.18-66.5v3l115.18 66.5v-3z" fill="#264b72"/></symbol><symbol id="svg-topology-config" data-name="topology-config" viewBox="0 0 265 168" width="265" height="168" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M132.5 0L0 76.5 35.507 97l132.5-76.5L132.502 0z" fill="url(#def-svg-topology-config-0)"/><path d="M168.008 20.5L35.508 97 0 76.5 132.5 0l35.508 20.5zM1 76.5l34.507 19.922 131.5-75.922L132.502.577 1 76.5z" fill="#eff2f6"/><path d="M168.008 35.5L35.508 112 0 91.5v-15L35.507 97l132.5-76.5v15z" fill="url(#def-svg-topology-config-1)"/><path d="M8.03 86.772L5 85.022v4.042l3.03 1.75v-4.042zM13.227 89.772l-3.03-1.75v4.042l3.03 1.75v-4.042z" fill="#00fc72"/><path d="M30.507 101.192l-15.114-8.726v1.154l15.114 8.727v-1.155z" fill="#3d6484"/><g><path d="M181 28L48.497 104.5 84.005 125l132.5-76.5L181 28z" fill="url(#def-svg-topology-config-2)"/><path d="M216.506 48.5L84.006 125l-35.508-20.5 132.5-76.5 35.508 20.5zm-167.008 56l34.507 19.922 131.5-75.922L181 28.578 49.497 104.5z" fill="#eff2f6"/><path d="M216.506 63.5L84.006 140l-35.508-20.5v-15L84.005 125l132.5-76.5v15z" fill="url(#def-svg-topology-config-3)"/><path d="M56.53 114.772l-3.032-1.75v4.042l3.03 1.75v-4.042zM61.725 117.772l-3.03-1.75v4.042l3.03 1.75v-4.042z" fill="#00fc72"/><path d="M79.005 129.192l-15.115-8.726v1.154l15.115 8.727v-1.155z" fill="#3d6484"/></g><g><path d="M229.497 56l-132.5 76.5 35.506 20.5 132.5-76.5L229.498 56z" fill="url(#def-svg-topology-config-4)"/><path d="M265.004 76.5l-132.5 76.5-35.508-20.5 132.5-76.5 35.508 20.5zm-167.008 56l34.507 19.923 131.5-75.923-34.506-19.922-131.5 75.922z" fill="#eff2f6"/><path d="M265.004 91.5l-132.5 76.5-35.508-20.5v-15l35.507 20.5 132.5-76.5v15z" fill="url(#def-svg-topology-config-5)"/><path d="M105.027 142.772l-3.03-1.75v4.042l3.03 1.75v-4.042zM110.223 145.772l-3.03-1.75v4.042l3.03 1.75v-4.042z" fill="#00fc72"/><path d="M127.503 157.192l-15.115-8.726v1.155l15.115 8.727v-1.155z" fill="#3d6484"/></g></symbol><symbol id="svg-topology-haproxy-2" data-name="topology-haproxy-2" viewBox="0 0 265 168" width="265" height="168" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M132.5 0L0 76.5 59.756 111l132.5-76.5L132.502 0z" fill="url(#def-svg-topology-haproxy-2-0)"/><path d="M192.257 34.5L59.757 111 0 76.5 132.5 0l59.757 34.5zM1 76.5l58.756 33.922 131.5-75.922L132.502.577 1 76.5z" fill="#4d7594"/><path d="M192.257 49.5L59.757 126 0 91.5v-15L59.756 111l132.5-76.5v15z" fill="url(#def-svg-topology-haproxy-2-1)"/><path d="M54.756 115.035L20.628 95.332v1.155l34.128 19.703v-1.155z" fill="#3d6484"/><path d="M6.556 85.764c.836.483 1.515 1.78 1.515 2.895s-.678 1.628-1.514 1.145c-.837-.483-1.516-1.78-1.516-2.896 0-1.116.68-1.63 1.516-1.146zM11.752 88.764c.836.483 1.515 1.78 1.515 2.895s-.68 1.628-1.515 1.145c-.837-.483-1.516-1.78-1.516-2.896 0-1.116.68-1.63 1.516-1.146zM16.948 91.764c.836.483 1.515 1.78 1.515 2.895s-.68 1.628-1.515 1.145c-.837-.483-1.516-1.78-1.516-2.896 0-1.116.68-1.63 1.516-1.146z" fill="#00fc72"/><g><path d="M205.248 42l-132.5 76.5 59.755 34.5 132.5-76.5L205.25 42z" fill="url(#def-svg-topology-haproxy-2-2)"/><path d="M265.004 76.5l-132.5 76.5-59.757-34.5 132.5-76.5 59.757 34.5zm-191.257 42l58.756 33.923 131.5-75.923-58.755-33.922-131.5 75.922z" fill="#4d7594"/><path d="M265.004 91.5l-132.5 76.5-59.757-34.5v-15l59.756 34.5 132.5-76.5v15z" fill="url(#def-svg-topology-haproxy-2-3)"/><path d="M127.503 157.036l-34.128-19.704v1.155l34.128 19.704v-1.154z" fill="#3d6484"/><path d="M79.302 127.764c.837.483 1.516 1.78 1.516 2.896 0 1.115-.68 1.628-1.516 1.146-.836-.483-1.515-1.78-1.515-2.896 0-1.115.68-1.63 1.515-1.146zM84.5 130.764c.835.483 1.514 1.78 1.514 2.896 0 1.115-.68 1.628-1.515 1.146-.838-.483-1.517-1.78-1.517-2.896 0-1.115.68-1.63 1.516-1.146zM89.695 133.764c.836.483 1.515 1.78 1.515 2.896 0 1.115-.68 1.628-1.515 1.146-.837-.483-1.516-1.78-1.516-2.896 0-1.115.678-1.63 1.515-1.146z" fill="#00fc72"/></g></symbol><symbol id="svg-topology-haproxy-storage" data-name="topology-haproxy-storage" viewBox="0 0 265 183" width="265" height="183" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M132.5 0L0 76.5l37.672 21.75 132.5-76.5L132.503 0z" fill="url(#def-svg-topology-haproxy-storage-0)"/><path d="M170.173 21.75l-132.5 76.5L0 76.5 132.5 0l37.673 21.75zM1 76.5l36.672 21.172 131.5-75.922L132.503.577 1 76.5z" fill="#4d7594"/><path d="M170.173 51.75l-132.5 76.5L0 106.5v-30l37.672 21.75 132.5-76.5v30z" fill="url(#def-svg-topology-haproxy-storage-1)"/><path d="M32.713 109.848l-12.085-6.977v1.155l12.085 6.977v-1.154z" fill="#3d6484"/><path d="M6.556 93.302c.836.483 1.515 1.78 1.515 2.896 0 1.115-.678 1.63-1.514 1.146-.837-.483-1.516-1.78-1.516-2.896 0-1.115.68-1.63 1.516-1.146zM11.752 96.302c.836.483 1.515 1.78 1.515 2.896 0 1.115-.68 1.63-1.515 1.146-.837-.483-1.516-1.78-1.516-2.896 0-1.115.68-1.63 1.516-1.146zM16.948 99.302c.836.483 1.515 1.78 1.515 2.896 0 1.115-.68 1.63-1.515 1.146-.837-.483-1.516-1.78-1.516-2.896 0-1.115.68-1.63 1.516-1.146z" fill="#00fc72"/><g><path d="M183.164 29.25l-132.5 76.5 81.84 47.25 132.5-76.5-81.84-47.25z" fill="url(#def-svg-topology-haproxy-storage-2)"/><path d="M265.004 76.5l-132.5 76.5-81.84-47.25 132.5-76.5 81.84 47.25zm-213.34 29.25l80.84 46.673 131.5-75.923-80.84-46.672-131.5 75.922z" fill="#17b7f1"/><path d="M265.004 106.5l-132.5 76.5-81.84-47.25v-30l81.84 47.25 132.5-76.5v30z" fill="url(#def-svg-topology-haproxy-storage-3)"/><path d="M123.542 155.576l-64.52-37.25v3l64.52 37.25v-3zM123.542 161.326l-64.52-37.25v3l64.52 37.25v-3zM123.542 167.077l-64.52-37.25v3l64.52 37.25v-3z" fill="#0057bb" fill-opacity=".953"/></g></symbol><symbol id="svg-topology-haproxy" data-name="topology-haproxy" viewBox="0 0 265 168" width="265" height="168" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M132.5 0L0 76.5 132.503 153l132.5-76.5L132.502 0z" fill="url(#def-svg-topology-haproxy-0)"/><path d="M265.004 76.5l-132.5 76.5L0 76.5 132.5 0l132.504 76.5zM1 76.5l131.503 75.923 131.5-75.923L132.502.577 1 76.5z" fill="#4d7594"/><path d="M265.004 91.5l-132.5 76.5L0 91.5v-15L132.503 153l132.5-76.5v15z" fill="url(#def-svg-topology-haproxy-1)"/><path d="M127.543 157.06L20.628 95.33v1.155l106.915 61.727v-1.155z" fill="#3d6484"/><path d="M6.556 85.764c.836.483 1.515 1.78 1.515 2.895s-.678 1.628-1.514 1.145c-.837-.483-1.516-1.78-1.516-2.896 0-1.116.68-1.63 1.516-1.146zM11.752 88.764c.836.483 1.515 1.78 1.515 2.895s-.68 1.628-1.515 1.145c-.837-.483-1.516-1.78-1.516-2.896 0-1.116.68-1.63 1.516-1.146zM16.948 91.764c.836.483 1.515 1.78 1.515 2.895s-.68 1.628-1.515 1.145c-.837-.483-1.516-1.78-1.516-2.896 0-1.116.68-1.63 1.516-1.146z" fill="#00fc72"/></symbol><symbol id="svg-topology-memory" data-name="topology-memory" viewBox="0 0 265 183" width="265" height="183" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M132.5 0L0 76.5 132.503 153l132.5-76.5L132.502 0z" fill="url(#def-svg-topology-memory-0)"/><path d="M265.004 76.5l-132.5 76.5L0 76.5 132.5 0l132.504 76.5zM1 76.5l131.503 75.923 131.5-75.923L132.502.577 1 76.5z" fill="#71ff6d"/><path d="M265.004 106.5l-132.5 76.5L0 106.5v-30L132.503 153l132.5-76.5v30z" fill="url(#def-svg-topology-memory-1)"/><path d="M55.558 122.076L8.36 94.826v3l47.198 27.25v-3zM123.54 161.326l-47.197-27.25v3l47.198 27.25v-3z" fill="#087b3c"/><g fill="#00fc72"><path d="M60.755 124.555c.836.483 1.515 1.78 1.515 2.896 0 1.116-.68 1.63-1.515 1.147-.837-.483-1.516-1.78-1.516-2.896 0-1.114.678-1.628 1.515-1.145zM65.95 127.555c.837.483 1.516 1.78 1.516 2.896 0 1.116-.68 1.63-1.515 1.147-.836-.483-1.515-1.78-1.515-2.896 0-1.114.68-1.628 1.516-1.145zM71.147 130.555c.836.483 1.515 1.78 1.515 2.896 0 1.116-.68 1.63-1.515 1.147-.837-.483-1.516-1.78-1.516-2.896 0-1.114.68-1.628 1.517-1.145z"/></g></symbol><symbol id="svg-topology-portal-2" data-name="topology-portal-2" viewBox="0 0 265 169" width="265" height="169" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M132.5.245l-59.755 34.5 66.25 38.25 59.757-34.5-66.25-38.25z" fill="url(#def-svg-topology-portal-2-0)"/><path d="M198.752 38.495l-59.756 34.5-66.25-38.25L132.5.245l66.252 38.25zm-125.007-3.75l65.25 37.672 58.757-33.922L132.502.822 73.744 34.745z" fill="#4d7594"/><path d="M198.752 53.495l-59.756 34.5-66.25-38.25v-15l66.25 38.25 59.756-34.5v15z" fill="url(#def-svg-topology-portal-2-1)"/><path d="M133.996 77.03L93.374 53.578v1.155l40.622 23.453V77.03z" fill="#3d6484"/><path d="M79.3 44.01c.837.482 1.517 1.78 1.517 2.895s-.68 1.628-1.516 1.145c-.835-.483-1.515-1.78-1.515-2.895 0-1.116.68-1.63 1.516-1.146zM84.497 47.01c.837.482 1.516 1.78 1.516 2.895s-.68 1.628-1.516 1.145c-.836-.483-1.515-1.78-1.515-2.895 0-1.116.68-1.63 1.515-1.146zM89.693 50.01c.837.482 1.516 1.78 1.516 2.895s-.68 1.628-1.517 1.145c-.836-.483-1.515-1.78-1.515-2.895 0-1.116.68-1.63 1.515-1.146z" fill="#00fc72"/><g><path d="M198.753 38.495l-59.756 34.5 66.25 38.25 59.757-34.5-66.25-38.25z" fill="url(#def-svg-topology-portal-2-2)"/><path d="M265.004 76.745l-59.756 34.5-66.25-38.25 59.755-34.5 66.25 38.25zm-125.007-3.75l65.25 37.672 58.757-33.922-65.25-37.673-58.757 33.923z" fill="#2cc7ff"/><path d="M265.004 91.745l-59.756 34.5-66.25-38.25v-15l66.25 38.25 59.756-34.5v15z" fill="url(#def-svg-topology-portal-2-3)"/><path d="M195.093 112.304L149.25 85.837v1.154l45.843 26.47v-1.156z" fill="#0b82a0"/><path d="M145.553 82.26c.836.482 1.515 1.78 1.515 2.895s-.68 1.63-1.515 1.146c-.837-.482-1.516-1.78-1.516-2.895s.68-1.63 1.516-1.146zM198.79 112.995c.835.483 1.514 1.78 1.514 2.896 0 1.116-.68 1.63-1.515 1.147-.838-.483-1.517-1.78-1.517-2.896 0-1.114.68-1.628 1.516-1.145z" fill="#00fc72"/></g><g><path d="M59.756 42.244L0 76.744l66.25 38.25 59.757-34.5-66.25-38.25z" fill="url(#def-svg-topology-portal-2-4)"/><path d="M126.007 80.494l-59.756 34.5L0 76.744l59.756-34.5 66.25 38.25zM1 76.744l65.25 37.673 58.757-33.923-65.25-37.672L1 76.744z" fill="#4d7594"/><path d="M126.007 95.494l-59.756 34.5L0 91.744v-15l66.25 38.25 59.757-34.5v15z" fill="url(#def-svg-topology-portal-2-5)"/><path d="M61.25 119.03L20.63 95.577v1.154l40.623 23.455v-1.155z" fill="#3d6484"/><path d="M6.556 86.008c.836.483 1.515 1.78 1.515 2.896 0 1.115-.678 1.63-1.514 1.146-.837-.483-1.516-1.78-1.516-2.896 0-1.115.68-1.63 1.516-1.146zM11.752 89.008c.836.483 1.515 1.78 1.515 2.896 0 1.115-.68 1.63-1.515 1.146-.837-.483-1.516-1.78-1.516-2.896 0-1.115.68-1.63 1.516-1.146zM16.948 92.008c.836.483 1.515 1.78 1.515 2.896 0 1.115-.68 1.63-1.515 1.146-.837-.483-1.516-1.78-1.516-2.896 0-1.115.68-1.63 1.516-1.146z" fill="#00fc72"/></g><g><path d="M126.007 80.494l-59.755 34.5 66.25 38.25 59.756-34.5-66.25-38.25z" fill="url(#def-svg-topology-portal-2-6)"/><path d="M192.258 118.744l-59.755 34.5-66.25-38.25 59.754-34.5 66.25 38.25zm-125.006-3.75l65.25 37.673 58.756-33.923-65.25-37.672-58.756 33.922z" fill="#2cc7ff"/><path d="M192.258 133.745l-59.755 34.5-66.25-38.25v-15l66.25 38.25 59.755-34.5v15z" fill="url(#def-svg-topology-portal-2-7)"/><path d="M122.347 154.304l-45.844-26.468v1.155l45.844 26.47v-1.156z" fill="#0b82a0"/><path d="M72.807 124.26c.837.482 1.516 1.78 1.516 2.895s-.68 1.628-1.516 1.145c-.836-.483-1.515-1.78-1.515-2.895 0-1.116.68-1.63 1.515-1.146zM126.043 154.995c.837.483 1.516 1.78 1.516 2.895 0 1.116-.68 1.63-1.517 1.146-.836-.483-1.515-1.78-1.515-2.896 0-1.115.68-1.628 1.515-1.145z" fill="#00fc72"/></g></symbol><symbol id="svg-topology-portal" data-name="topology-portal" viewBox="0 0 265 168" width="265" height="168" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M132.5 0L0 76.5l66.25 38.25 132.502-76.5L132.502 0z" fill="url(#def-svg-topology-portal-0)"/><path d="M198.752 38.25l-132.5 76.5L0 76.5 132.5 0l66.252 38.25zM1 76.5l65.25 37.672L197.753 38.25 132.502.577 1 76.5z" fill="#4d7594"/><path d="M198.752 53.25l-132.5 76.5L0 91.5v-15l66.25 38.25 132.502-76.5v15z" fill="url(#def-svg-topology-portal-1)"/><path d="M61.25 118.785L20.63 95.332v1.155L61.25 119.94v-1.155z" fill="#3d6484"/><path d="M6.556 85.764c.836.483 1.515 1.78 1.515 2.895s-.678 1.628-1.514 1.145c-.837-.483-1.516-1.78-1.516-2.896 0-1.116.68-1.63 1.516-1.146zM11.752 88.764c.836.483 1.515 1.78 1.515 2.895s-.68 1.628-1.515 1.145c-.837-.483-1.516-1.78-1.516-2.896 0-1.116.68-1.63 1.516-1.146zM16.948 91.764c.836.483 1.515 1.78 1.515 2.895s-.68 1.628-1.515 1.145c-.837-.483-1.516-1.78-1.516-2.896 0-1.116.68-1.63 1.516-1.146z" fill="#00fc72"/><g><path d="M198.753 38.25l-132.5 76.5 66.25 38.25 132.5-76.5-66.25-38.25z" fill="url(#def-svg-topology-portal-2)"/><path d="M265.004 76.5l-132.5 76.5-66.252-38.25 132.5-76.5 66.252 38.25zM67.252 114.75l65.25 37.672L264.005 76.5l-65.25-37.673L67.25 114.75z" fill="#2cc7ff"/><path d="M265.004 91.5l-132.5 76.5-66.252-38.25v-15l66.25 38.25 132.502-76.5v15z" fill="url(#def-svg-topology-portal-3)"/><path d="M122.347 154.06l-45.844-26.47v1.156l45.844 26.468v-1.155z" fill="#0b82a0"/><path d="M72.807 124.014c.837.483 1.516 1.78 1.516 2.896 0 1.115-.68 1.628-1.516 1.146-.836-.483-1.515-1.78-1.515-2.896 0-1.115.68-1.63 1.515-1.146zM126.043 154.75c.837.483 1.516 1.78 1.516 2.896 0 1.115-.68 1.628-1.517 1.145-.836-.482-1.515-1.78-1.515-2.894 0-1.116.68-1.63 1.515-1.146z" fill="#00fc72"/></g></symbol><symbol id="svg-topology-sentinel-memory" data-name="topology-sentinel-memory" viewBox="0 0 265 183" width="265" height="183" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M132.5 0L0 76.5 44.167 102l132.5-76.5L132.502 0z" fill="url(#def-svg-topology-sentinel-memory-0)"/><path d="M176.668 25.5L44.168 102 0 76.5 132.5 0l44.168 25.5zM1 76.5l43.167 24.922 131.5-75.922L132.502.577 1 76.5z" fill="#b067ff"/><path d="M176.668 55.5L44.168 132 0 106.5v-30L44.167 102l132.5-76.5v30z" fill="url(#def-svg-topology-sentinel-memory-1)"/><path d="M20.95 95.753c.275.166.548.35.82.563.55.43 1.086.957 1.59 1.56 1.137 1.366 2.09 3.113 2.69 4.93.274.833.474 1.678.59 2.5.13.92.154 1.81.072 2.62-.076.757-.246 1.442-.503 2.026-.3.683-.718 1.224-1.225 1.592-.525.38-1.145.574-1.82.565-.7-.01-1.456-.237-2.215-.663-.762-.427-1.524-1.05-2.233-1.833-.684-.754-1.314-1.65-1.852-2.628-.518-.943-.95-1.96-1.265-2.988-.27-.876-.453-1.758-.544-2.606-.094-.877-.09-1.718.012-2.48.09-.678.26-1.292.5-1.82.567-1.238 1.524-1.977 2.69-2.077.497-.042 1.03.03 1.575.215.27.09.54.21.813.353.102.054.203.11.304.17zm-.124 2.93c-.514-.283-1.02-.427-1.486-.406-.41.02-.784.163-1.097.42-.293.24-.53.58-.7 1-.145.353-.24.765-.28 1.216-.047.524-.024 1.1.07 1.694.066.422.168.853.303 1.28.388 1.235 1.042 2.425 1.826 3.32.43.492.897.89 1.364 1.167.47.28.94.438 1.38.46.407.022.785-.075 1.11-.28.324-.208.595-.522.796-.927.162-.328.277-.715.34-1.145.072-.505.075-1.07.007-1.657-.062-.522-.18-1.064-.348-1.6-.348-1.105-.91-2.177-1.587-3.032-.455-.574-.953-1.034-1.463-1.367-.08-.05-.157-.097-.236-.142z" fill="#b149f7"/><path d="M20.874 101.535c.836.483 1.515 1.78 1.515 2.896 0 1.116-.68 1.63-1.516 1.147-.837-.483-1.516-1.78-1.516-2.896 0-1.114.68-1.627 1.516-1.145z" fill="#fbff16"/><path d="M35.03 110.23l-9.136-5.276v3l9.136 5.276v-3zM16.8 96.24L0 86.54v3l16.8 9.7v-3zM16.8 103.168L0 93.468v3l16.8 9.7v-3z" fill="#b149f7"/><g><path d="M176.67 25.5L44.167 102l88.335 51 132.5-76.5-88.334-51z" fill="url(#def-svg-topology-sentinel-memory-2)"/><path d="M265.004 76.5l-132.5 76.5-88.336-51 132.5-76.5 88.336 51zM45.168 102l87.335 50.423 131.5-75.923-87.334-50.422L45.167 102z" fill="#71ff6d"/><path d="M265.004 106.5l-132.5 76.5-88.336-51v-30l88.335 51 132.5-76.5v30z" fill="url(#def-svg-topology-sentinel-memory-3)"/><path d="M123.515 161.31l-23.593-13.62v3l23.593 13.62v-3zM76.704 134.285L53.11 120.663v3l23.594 13.622v-3z" fill="#087b3c"/><g fill="#00fc72"><path d="M83.117 137.466c.836.483 1.515 1.78 1.515 2.896 0 1.115-.68 1.63-1.515 1.146-.837-.483-1.516-1.78-1.516-2.896 0-1.115.68-1.63 1.517-1.146zM88.313 140.466c.836.483 1.515 1.78 1.515 2.896 0 1.115-.68 1.63-1.515 1.146-.837-.483-1.516-1.78-1.516-2.896 0-1.115.68-1.63 1.516-1.146zM93.51 143.466c.836.483 1.515 1.78 1.515 2.896 0 1.115-.68 1.63-1.516 1.146-.837-.483-1.516-1.78-1.516-2.896 0-1.115.68-1.63 1.515-1.146z"/></g></g></symbol><symbol id="svg-topology-sentinel" data-name="topology-sentinel" viewBox="0 0 265 183" width="265" height="183" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M132.5 0L0 76.5 132.503 153l132.5-76.5L132.502 0z" fill="url(#def-svg-topology-sentinel-0)"/><path d="M265.004 76.5l-132.5 76.5L0 76.5 132.5 0l132.504 76.5zM1 76.5l131.503 75.923 131.5-75.923L132.502.577 1 76.5z" fill="#b067ff"/><path d="M265.004 106.5l-132.5 76.5L0 106.5v-30L132.503 153l132.5-76.5v30z" fill="url(#def-svg-topology-sentinel-1)"/><path d="M20.95 95.753c.275.166.548.35.82.563.55.43 1.086.957 1.59 1.56 1.137 1.366 2.09 3.113 2.69 4.93.274.833.474 1.678.59 2.5.13.92.154 1.81.072 2.62-.076.757-.246 1.442-.503 2.026-.3.683-.718 1.224-1.225 1.592-.525.38-1.145.574-1.82.565-.7-.01-1.456-.237-2.215-.663-.762-.427-1.524-1.05-2.233-1.833-.684-.754-1.314-1.65-1.852-2.628-.518-.943-.95-1.96-1.265-2.988-.27-.876-.453-1.758-.544-2.606-.094-.877-.09-1.718.012-2.48.09-.678.26-1.292.5-1.82.567-1.238 1.524-1.977 2.69-2.077.497-.042 1.03.03 1.575.215.27.09.54.21.813.353.102.054.203.11.304.17zm-.124 2.93c-.514-.283-1.02-.427-1.486-.406-.41.02-.784.163-1.097.42-.293.24-.53.58-.7 1-.145.353-.24.765-.28 1.216-.047.524-.024 1.1.07 1.694.066.422.168.853.303 1.28.388 1.235 1.042 2.425 1.826 3.32.43.492.897.89 1.364 1.167.47.28.94.438 1.38.46.407.022.785-.075 1.11-.28.324-.208.595-.522.796-.927.162-.328.277-.715.34-1.145.072-.505.075-1.07.007-1.657-.062-.522-.18-1.064-.348-1.6-.348-1.105-.91-2.177-1.587-3.032-.455-.574-.953-1.034-1.463-1.367-.08-.05-.157-.097-.236-.142z" fill="#b149f7"/><path d="M20.874 101.535c.836.483 1.515 1.78 1.515 2.896 0 1.116-.68 1.63-1.516 1.147-.837-.483-1.516-1.78-1.516-2.896 0-1.114.68-1.627 1.516-1.145z" fill="#fbff16"/><path d="M123.678 161.41l-97.784-56.456v3l97.784 56.456v-3zM16.8 96.24L0 86.54v3l16.8 9.7v-3zM16.8 103.168L0 93.468v3l16.8 9.7v-3z" fill="#b149f7"/></symbol><symbol id="svg-topology-storage" data-name="topology-storage" viewBox="0 0 265 183" width="265" height="183" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M132.5 0L0 76.5 132.503 153l132.5-76.5L132.502 0z" fill="url(#def-svg-topology-storage-0)"/><path d="M265.004 76.5l-132.5 76.5L0 76.5 132.5 0l132.504 76.5zM1 76.5l131.503 75.923 131.5-75.923L132.502.577 1 76.5z" fill="#17b7f1"/><path d="M265.004 106.5l-132.5 76.5L0 106.5v-30L132.503 153l132.5-76.5v30z" fill="url(#def-svg-topology-storage-1)"/><path d="M123.54 155.576L8.36 89.076v3l115.18 66.5v-3zM123.54 161.326L8.36 94.826v3l115.18 66.5v-3zM123.54 167.076l-115.18-66.5v3l115.18 66.5v-3z" fill="#0057bb" fill-opacity=".953"/></symbol></svg>')
6
+ }
7
+ }
8
+
9
+ // If DOM is already ready, embed SVGs
10
+ if (document.readyState == 'interactive') { embed() }
11
+
12
+ // Handle Turbolinks page change events
13
+ if ( window.Turbolinks ) {
14
+ document.addEventListener("turbolinks:load", function(event) { embed() })
15
+ }
16
+
17
+ // Handle standard DOM ready events
18
+ document.addEventListener("DOMContentLoaded", function(event) { embed() })
19
+ })()
@@ -29,15 +29,15 @@ var form = function( element, settings ) {
29
29
  toolbox.event.on( docBody, 'keypress', 'input[type=number]', restrictInput )
30
30
 
31
31
  // Run delegated `on input` listener
32
- toolbox.event.on( docBody, 'input', '[type=range]', rangeHandler )
32
+ //toolbox.event.on( docBody, 'input', '[type=range]', rangeHandler )
33
33
 
34
34
  // Loop over any range inputs that are present
35
- for ( var rangeIndex = 0; rangeIndex < rangeEls.length; rangeIndex++ ) {
35
+ //for ( var rangeIndex = 0; rangeIndex < rangeEls.length; rangeIndex++ ) {
36
36
 
37
37
  // And run their handler function explicitly at runtime
38
- rangeHandler( rangeEls[ rangeIndex ] )
38
+ //rangeHandler( rangeEls[ rangeIndex ] )
39
39
 
40
- }
40
+ //}
41
41
 
42
42
  // Loop over any checkbox/radio inputs that are present
43
43
  for ( var tickIndex = 0; tickIndex < tickEls.length; tickIndex++ ) {
@@ -6,6 +6,7 @@ require( './shim/scope' );
6
6
  var loadFont = require( './utility/load_font' );
7
7
  var loadScript = require( './utility/load_script' );
8
8
  var toggler = require('compose-toggler')
9
+ var once = require('./utility/once')
9
10
 
10
11
  // Base modules
11
12
  var mobileMenu = require( './base/mobilemenu' )
@@ -19,8 +20,13 @@ Object.assign( form, formUp )
19
20
  var waypoints = require( './enhancement/waypoints' )
20
21
  var notice = require( './enhancement/notice' )
21
22
  var sticky = require( './enhancement/sticky' )
23
+ var modal = require( './enhancement/modal' )
22
24
  var lightbox = require( './enhancement/lightbox' )
23
- var esvg = require( './_svg' )
25
+ var collapse = require( './enhancement/collapse' )
26
+ var smooth = require( './enhancement/smooth-scroll' )
27
+ var esvg = require( './_esvg' )
28
+ require( './_icons' )
29
+ require( './_topology' )
24
30
  // var swap = require( './enhancement/swap' );
25
31
 
26
32
  // Vendor modules
@@ -45,7 +51,6 @@ require( 'codemirror/mode/clike/clike' )
45
51
  require( 'codemirror/addon/runmode/runmode' )
46
52
  require( 'codemirror/addon/edit/matchbrackets' )
47
53
 
48
-
49
54
  event.scroll.disablePointer() // disable pointer events on scroll for performance (to avoid extra repaints)
50
55
 
51
56
  // This seems to trigger animations whenever it is turned on again
@@ -62,11 +67,10 @@ event.change( function() {
62
67
  highlighter.highlight()
63
68
  });
64
69
 
65
- event.ready( function() {
66
- var rangeTouch = require('rangetouch') // mobile accessiblity on sliders
67
- // Initialize component features
68
- rangeTouch.set("thumbWidth", 20); // Annoying hack to make input ranges work smoothly on touch devices
69
- });
70
+ var rangeTouch = require('rangetouch') // mobile accessiblity on sliders
71
+ // Initialize component features
72
+ rangeTouch.set("thumbWidth", 20); // Annoying hack to make input ranges work smoothly on touch devices
73
+ require('compose-slider') // Our slider (range input) component
70
74
 
71
75
  // Public API object
72
76
  var ratchet = toolbox.merge( {
@@ -77,11 +81,14 @@ var ratchet = toolbox.merge( {
77
81
  mobileMenu : mobileMenu,
78
82
  form : form,
79
83
  toggler : toggler,
84
+ once : once,
80
85
  waypoints : waypoints,
81
86
  notice : notice,
82
87
  sticky : sticky,
88
+ modal : modal,
83
89
  lightbox : lightbox,
84
- //mapbox : mapbox,
90
+ collapse : collapse,
91
+ smooth : smooth,
85
92
  esvg : esvg
86
93
  }, toolbox )
87
94
 
@@ -24,9 +24,9 @@
24
24
  var
25
25
  selectors = document.querySelectorAll( element ),
26
26
  defaults = {
27
- expandText : 'Show more',
28
- collapseText : 'Show less',
29
- triggerText : '{{ more }}'
27
+ expandText : 'Show more',
28
+ collapseText : 'Show less',
29
+ triggerText : '{{more}}'
30
30
  };
31
31
 
32
32
  // Only run if selector exists
@@ -6,155 +6,89 @@
6
6
  **/
7
7
 
8
8
  // Dependencies
9
- var toolbox = require( 'compose-toolbox' ),
10
- Event = toolbox.event,
11
- delay = toolbox.delay,
12
- loader = require( 'compose-loader' )
9
+ var toolbox = require( 'compose-toolbox' ),
10
+ Event = toolbox.event,
11
+ getClosest = toolbox.getClosest,
12
+ loader = require( 'compose-loader' ),
13
+ modal = require( './modal' );
13
14
 
14
15
  // Public API function
15
- var lightbox = function( element, settings ) {
16
+ var lightbox = function( selector, settings ) {
16
17
 
17
- // Apply default element selector
18
- element = element || 'a[href$=jpg] ,a[href$=png], a[href$=gif], a[href$=svg]';
18
+ // Apply default selector selector
19
+ selector = selector || 'a[href$=jpg] ,a[href$=png], a[href$=gif], a[href$=svg]';
19
20
 
20
21
  // Overridable defaults
21
22
  var defaults = {
22
23
  initWidth : '700px'
23
24
  },
24
25
 
25
- // Main variables
26
- options = toolbox.merge( defaults, settings ),
27
- selector = document.querySelector( element ),
28
- widthQuery = window.matchMedia( '(max-width: ' + options.initWidth + ')' ),
29
- docBody = document.body,
30
- spinner = loader.new({ loading: 'Loading image', failure : 'No image found' }),
31
- tempImg;
26
+ // Scoped variables
27
+ options = Object.assign( {}, defaults, settings ),
28
+ widthQuery = window.matchMedia( '(min-width: ' + options.initWidth + ')' );
32
29
 
33
- // Only run when selectors exist
34
- if ( !selector ) return false;
30
+ // Call listener function explicitly at run time
31
+ queryHandler( widthQuery );
35
32
 
36
- // Attach open lightbox click listener
37
- Event.on( document, 'click', 'a[href$=jpg], a[href$=png], a[href$=gif], a[href$=svg]', clickHandler );
33
+ // Attach listener function to listen in on state changes
34
+ widthQuery.addListener( queryHandler );
38
35
 
39
- // Attach close lightbox click listener
40
- Event.on( document, 'click', '.lightbox', hideLightbox );
36
+ // Media query handler function
37
+ function queryHandler( condition ) {
41
38
 
42
- // Initialize lightbox function
43
- function init() {
39
+ // If media query matches
40
+ if ( condition.matches ) {
44
41
 
45
- // Insert lightbox container into body
46
- docBody.insertAdjacentHTML( 'afterbegin', '<aside class="lightbox"><figure><img src="" alt=""><button></button></figure></aside>' );
42
+ var mediaLinks = document.querySelectorAll( selector );
47
43
 
48
- // Cache temporary placeholder image
49
- tempImg = document.querySelector( '.lightbox img' );
44
+ if ( mediaLinks.length ) {
50
45
 
51
- }
52
-
53
- // Hide lightbox function
54
- function hideLightbox( event ) {
55
-
56
- // Don’t apply when image is clicked
57
- if ( event && event.target.tagName === 'IMG' ) return false;
58
-
59
- // Hide the spinner
60
- spinner.remove();
61
-
62
- // Remove active lightbox class from body
63
- docBody.classList.remove( 'lightbox-active' );
64
-
65
- // Remove loaded class from lightbox image
66
- tempImg.classList.remove( 'loaded' );
67
-
68
- // Reset lightbox image source
69
- tempImg.src = '';
70
-
71
- }
72
-
73
- // Image load pending function
74
- function loadPending( target ) {
75
-
76
- // Show loading icon
77
- spinner.loading();
78
-
79
- // Set temp image source appropriately
80
- tempImg.src = target.parentNode.href;
81
-
82
- // Add `lightbox-active` class to body
83
- docBody.classList.add( 'lightbox-active' );
84
-
85
- }
86
-
87
- // Image load success function
88
- function loadSuccess() {
89
-
90
- // Hide the spinner
91
- spinner.remove();
92
-
93
- // Bada bing, bada boom
94
- tempImg.classList.add( 'loaded' );
95
-
96
- }
97
-
98
- // Image load failure function
99
- function loadFailure( event ) {
46
+ for ( var i = 0; i < mediaLinks.length; i++ ) {
47
+ document.body.insertAdjacentHTML( 'beforeend', '<link rel="prefetch" href="' + mediaLinks[ i ].href + '"/>' );
48
+ }
100
49
 
101
- // Wait a second…
102
- delay( function() {
50
+ }
103
51
 
104
- // Show spinner failure state
105
- spinner.failure();
52
+ // Dat modal doh
53
+ modal( selector, function( event ) {
106
54
 
107
- }, 1000 );
55
+ var mediaLink = getClosest( event.target, selector ),
56
+ modalContent = document.querySelector( '[data-modal-content]' ),
57
+ lightboxFigure,
58
+ lightboxContent;
108
59
 
109
- // Wait a couple more seconds…
110
- delay( function() {
60
+ // If Youtube embed
61
+ if ( mediaLink.href.indexOf( 'youtu' ) > -1 ) {
111
62
 
112
- // Hide the lightbox
113
- hideLightbox();
63
+ modalContent.insertAdjacentHTML( 'beforeend', '<figure class="lightbox viewport-embed"><iframe src="' + mediaLink.href + '" frameborder="0" allowfullscreen></iframe></figure>' );
64
+ modalContent.querySelector( '.lightbox' ).classList.add( 'loaded' );
114
65
 
115
- }, 2500 );
66
+ // Otherwise
67
+ } else {
116
68
 
117
- // Remove image load event listener
118
- Event.off( tempImg, 'load', loadSuccess );
69
+ modalContent.insertAdjacentHTML( 'beforeend', '<figure class="lightbox"><img src="" alt=""></figure>' );
119
70
 
120
- // Remove image error event listener
121
- Event.off( tempImg, 'error', loadFailure );
71
+ lightboxContent = modalContent.querySelector( '.lightbox img' );
72
+ lightboxFigure = lightboxContent.parentNode;
122
73
 
123
- }
124
-
125
- // Click handler function
126
- function clickHandler( event ) {
127
-
128
- // Prevent default behavior
129
- event.preventDefault();
130
-
131
- // If viewport is smaller than <initWidth>, abort
132
- if ( widthQuery.matches ) return false;
74
+ lightboxContent.addEventListener( 'load', function( event ) {
75
+ lightboxFigure.classList.add( 'loaded' );
76
+ }, false );
133
77
 
134
- // If lightbox hasn’t already been instantiated, :doit:
135
- if ( !document.querySelector( '.lightbox' ) ) init();
78
+ lightboxContent.addEventListener( 'error', function( event ) {
79
+ lightboxFigure.classList.add( 'loaded' );
80
+ lightboxFigure.removeChild( lightboxContent );
81
+ lightboxFigure.innerHTML = 'Content not found :(';
82
+ }, false );
136
83
 
137
- // Allow escape to close lightbox
138
- Event.keyOne( 'esc', hideLightbox );
84
+ lightboxContent.setAttribute( 'src', mediaLink.href );
139
85
 
140
- // Load lightbox image
141
- loadPending( event.target );
86
+ }
142
87
 
143
- // If it has loaded successfully
144
- if ( tempImg.complete ) {
88
+ });
145
89
 
146
- // Kick off image load success function
147
- loadSuccess();
148
-
149
- // Otherwise
150
90
  } else {
151
91
 
152
- // Listen for image load event
153
- Event.on( tempImg, 'load', loadSuccess );
154
-
155
- // Listen for image error event
156
- Event.on( tempImg, 'error', loadFailure );
157
-
158
92
  }
159
93
 
160
94
  }
@@ -162,4 +96,4 @@ var lightbox = function( element, settings ) {
162
96
  };
163
97
 
164
98
  // Public API
165
- module.exports = lightbox;
99
+ module.exports = lightbox;