@ons/design-system 67.2.0 → 68.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (199) hide show
  1. package/README.md +6 -0
  2. package/components/access-code/_macro.njk +1 -1
  3. package/components/access-code/_macro.spec.js +2 -10
  4. package/components/access-code/access-code.dom.js +1 -1
  5. package/components/access-code/access-code.spec.js +2 -2
  6. package/components/access-code/example-access-code-error.njk +9 -14
  7. package/components/access-code/example-access-code.njk +3 -5
  8. package/components/accordion/accordion.js +4 -4
  9. package/components/address-input/_macro.spec.js +3 -15
  10. package/components/address-input/autosuggest.address.dom.js +1 -1
  11. package/components/address-input/autosuggest.address.js +3 -2
  12. package/components/address-input/autosuggest.address.setter.js +3 -3
  13. package/components/address-input/autosuggest.address.spec.js +66 -69
  14. package/components/address-output/_macro.spec.js +6 -30
  15. package/components/autosuggest/_autosuggest.scss +1 -1
  16. package/components/autosuggest/autosuggest.dom.js +1 -1
  17. package/components/autosuggest/autosuggest.helpers.js +1 -1
  18. package/components/back-to-top/_back-to-top.scss +34 -0
  19. package/components/back-to-top/_macro.njk +17 -0
  20. package/components/back-to-top/_macro.spec.js +60 -0
  21. package/components/back-to-top/back-to-top.dom.js +12 -0
  22. package/components/back-to-top/back-to-top.js +58 -0
  23. package/components/back-to-top/back-to-top.spec.js +117 -0
  24. package/components/back-to-top/example-back-to-top.njk +37 -0
  25. package/components/back-to-top/example-full-page-back-to-top.njk +192 -0
  26. package/components/browser-banner/_macro.spec.js +4 -12
  27. package/components/button/_macro.njk +6 -6
  28. package/components/button/_macro.spec.js +1 -5
  29. package/components/button/button.js +7 -8
  30. package/components/button/button.spec.js +17 -39
  31. package/components/call-to-action/_macro.spec.js +2 -6
  32. package/components/card/_macro.njk +25 -25
  33. package/components/card/_macro.spec.js +10 -34
  34. package/components/char-check-limit/_macro.njk +1 -1
  35. package/components/char-check-limit/_macro.spec.js +3 -7
  36. package/components/char-check-limit/character-check.spec.js +24 -20
  37. package/components/checkboxes/_checkbox-macro.njk +1 -1
  38. package/components/checkboxes/_checkbox.scss +0 -3
  39. package/components/checkboxes/_macro.spec.js +1 -5
  40. package/components/checkboxes/checkbox-with-autoselect.js +3 -3
  41. package/components/checkboxes/checkbox-with-fieldset.js +2 -2
  42. package/components/checkboxes/checkboxes-with-reveal.js +4 -2
  43. package/components/checkboxes/checkboxes.dom.js +2 -2
  44. package/components/checkboxes/checkboxes.spec.js +13 -13
  45. package/components/content-pagination/_macro.spec.js +2 -2
  46. package/components/cookies-banner/cookies-banner.dom.js +1 -1
  47. package/components/cookies-banner/cookies-banner.js +1 -1
  48. package/components/cookies-banner/cookies-banner.spec.js +7 -7
  49. package/components/date-input/_macro.njk +71 -69
  50. package/components/date-input/_macro.spec.js +20 -5
  51. package/components/date-input/example-date-input-double-field.njk +27 -0
  52. package/components/date-input/example-date-input-single-field.njk +18 -0
  53. package/components/details/details.spec.js +12 -12
  54. package/components/details/example-details-with-warning.njk +5 -7
  55. package/components/document-list/_macro.spec.js +9 -27
  56. package/components/document-list/document-list.scss +1 -1
  57. package/components/document-list/example-document-list-downloads.njk +3 -3
  58. package/components/document-list/example-document-list-search-result-featured.njk +1 -1
  59. package/components/document-list/example-document-list-search-results.njk +3 -3
  60. package/components/download-resources/download-resources.js +54 -54
  61. package/components/download-resources/download-resources.spec.js +3 -1
  62. package/components/duration/_macro.njk +52 -48
  63. package/components/duration/_macro.spec.js +112 -4
  64. package/components/duration/example-duration-error-for-single-field.njk +1 -1
  65. package/components/duration/example-duration-single-field.njk +24 -0
  66. package/components/error/_macro.njk +1 -1
  67. package/components/error/_macro.spec.js +2 -6
  68. package/components/feedback/_macro.njk +1 -1
  69. package/components/feedback/_macro.spec.js +4 -20
  70. package/components/field/_field-group.scss +3 -4
  71. package/components/field/_macro.spec.js +1 -3
  72. package/components/fieldset/_fieldset.scss +1 -2
  73. package/components/fieldset/_macro.spec.js +3 -9
  74. package/components/footer/_footer.scss +8 -0
  75. package/components/footer/_macro.njk +8 -7
  76. package/components/footer/_macro.spec.js +14 -2
  77. package/components/header/_macro.njk +1 -1
  78. package/components/header/_macro.spec.js +1 -1
  79. package/components/helpers/grid.njk +15 -15
  80. package/components/icon/_macro.njk +17 -13
  81. package/components/icon/_macro.spec.js +8 -16
  82. package/components/image/_macro.spec.js +1 -5
  83. package/components/input/_macro.njk +22 -23
  84. package/components/input/_macro.spec.js +1 -1
  85. package/components/input/character-check.dom.js +1 -1
  86. package/components/input/input.spec.js +1 -4
  87. package/components/label/_label.scss +1 -0
  88. package/components/label/_macro.njk +3 -3
  89. package/components/label/_macro.spec.js +4 -13
  90. package/components/list/_macro.spec.js +4 -12
  91. package/components/message/_macro.njk +17 -17
  92. package/components/message/_macro.spec.js +9 -33
  93. package/components/message-list/_macro.spec.js +7 -39
  94. package/components/metadata/_macro.njk +10 -10
  95. package/components/modal/_macro.spec.js +3 -9
  96. package/components/modal/modal.dom.js +1 -1
  97. package/components/modal/modal.spec.js +5 -5
  98. package/components/multiple-input-fields/_macro.njk +49 -0
  99. package/components/mutually-exclusive/_macro.spec.js +2 -10
  100. package/components/mutually-exclusive/mutually-exclusive.checkboxes.spec.js +26 -26
  101. package/components/mutually-exclusive/mutually-exclusive.date.spec.js +128 -14
  102. package/components/mutually-exclusive/mutually-exclusive.dom.js +1 -1
  103. package/components/mutually-exclusive/mutually-exclusive.duration.spec.js +129 -8
  104. package/components/mutually-exclusive/mutually-exclusive.email.spec.js +7 -7
  105. package/components/mutually-exclusive/mutually-exclusive.js +13 -13
  106. package/components/mutually-exclusive/mutually-exclusive.multiple-options.checkboxes.spec.js +29 -29
  107. package/components/mutually-exclusive/mutually-exclusive.number.spec.js +7 -7
  108. package/components/mutually-exclusive/mutually-exclusive.textarea.spec.js +8 -8
  109. package/components/navigation/navigation.spec.js +0 -2
  110. package/components/pagination/_macro.spec.js +11 -53
  111. package/components/panel/_macro.njk +17 -17
  112. package/components/panel/_macro.spec.js +25 -25
  113. package/components/panel/_panel.scss +10 -9
  114. package/components/panel/example-panel-bare.njk +3 -4
  115. package/components/panel/example-panel-with-announcement.njk +6 -10
  116. package/components/panel/example-panel-with-error-summary.njk +2 -2
  117. package/components/panel/example-panel-with-information.njk +0 -1
  118. package/components/panel/example-panel-with-success-message.njk +1 -1
  119. package/components/panel/example-panel-with-warning.njk +2 -3
  120. package/components/password/password.dom.js +1 -1
  121. package/components/phase-banner/_macro.spec.js +3 -9
  122. package/components/question/_macro.njk +1 -1
  123. package/components/question/_macro.spec.js +5 -19
  124. package/components/question/_question.scss +1 -4
  125. package/components/question/example-question-interviewer-note.njk +1 -1
  126. package/components/quote/_macro.spec.js +2 -10
  127. package/components/radios/clear-radios.js +3 -3
  128. package/components/radios/radio-with-fieldset.js +4 -4
  129. package/components/radios/radios.dom.js +1 -1
  130. package/components/radios/radios.spec.js +26 -26
  131. package/components/related-content/_macro.spec.js +2 -4
  132. package/components/related-content/_section-macro.spec.js +2 -8
  133. package/components/relationships/example-relationships-error.njk +16 -18
  134. package/components/relationships/relationships.dom.js +1 -1
  135. package/components/relationships/relationships.js +2 -2
  136. package/components/reply/_macro.spec.js +3 -3
  137. package/components/reply/reply.dom.js +1 -1
  138. package/components/reply/reply.spec.js +3 -3
  139. package/components/section-navigation/_macro.njk +12 -12
  140. package/components/section-navigation/_macro.spec.js +13 -21
  141. package/components/select/_macro.spec.js +6 -6
  142. package/components/share-page/_macro.spec.js +6 -14
  143. package/components/skip-to-content/_macro.spec.js +3 -11
  144. package/components/skip-to-content/skip-to-content.dom.js +1 -1
  145. package/components/skip-to-content/skip-to-content.js +1 -1
  146. package/components/skip-to-content/skip-to-content.spec.js +2 -2
  147. package/components/status/_macro.njk +2 -2
  148. package/components/status/_macro.spec.js +5 -9
  149. package/components/status/example-status-dead.njk +1 -1
  150. package/components/status/example-status-error.njk +1 -1
  151. package/components/status/example-status-pending.njk +1 -1
  152. package/components/status/example-status-small.njk +1 -1
  153. package/components/status/example-status-success.njk +1 -1
  154. package/components/summary/_macro.njk +7 -8
  155. package/components/summary/_macro.spec.js +27 -9
  156. package/components/table/_macro.spec.js +6 -10
  157. package/components/table/scrollable-table.dom.js +1 -1
  158. package/components/table/scrollable-table.js +1 -1
  159. package/components/table/sortable-table.js +4 -4
  160. package/components/table/table.spec.js +21 -17
  161. package/components/table-of-contents/_macro.njk +31 -31
  162. package/components/table-of-contents/_macro.spec.js +3 -11
  163. package/components/table-of-contents/toc.dom.js +1 -1
  164. package/components/table-of-contents/toc.spec.js +36 -32
  165. package/components/tabs/example-tabs-details.njk +1 -1
  166. package/components/tabs/tabs.dom.js +1 -1
  167. package/components/tabs/tabs.js +8 -8
  168. package/components/text-indent/_macro.spec.js +2 -6
  169. package/components/textarea/textarea.dom.js +1 -1
  170. package/components/textarea/textarea.spec.js +8 -8
  171. package/components/timeout-modal/_macro.spec.js +1 -3
  172. package/components/timeout-modal/timeout-modal.dom.js +1 -1
  173. package/components/timeout-modal/timeout-modal.spec.js +10 -10
  174. package/components/timeout-panel/_macro.njk +16 -17
  175. package/components/timeout-panel/_macro.spec.js +1 -1
  176. package/components/timeout-panel/timeout-panel.dom.js +1 -1
  177. package/components/timeout-panel/timeout-panel.spec.js +8 -8
  178. package/components/video/_macro.spec.js +1 -5
  179. package/components/video/video.dom.js +1 -1
  180. package/components/video/video.spec.js +16 -12
  181. package/css/main.css +1 -1
  182. package/favicons/safari-pinned-tab.svg +23 -23
  183. package/js/analytics.js +15 -14
  184. package/js/cookies-settings.dom.js +1 -1
  185. package/js/cookies-settings.spec.js +19 -19
  186. package/js/domready.js +1 -1
  187. package/js/fetch.js +1 -1
  188. package/js/inpagelink.js +3 -3
  189. package/js/main.js +1 -0
  190. package/js/print-button.js +1 -1
  191. package/js/timeout.js +1 -1
  192. package/package.json +2 -1
  193. package/scripts/main.es5.js +1 -1
  194. package/scripts/main.js +1 -1
  195. package/scss/base/_typography.scss +8 -2
  196. package/scss/main.scss +1 -0
  197. package/scss/overrides/hcm.scss +8 -1
  198. package/scss/vars/_colors.scss +2 -1
  199. package/components/date-field-input/_macro.njk +0 -86
@@ -17,6 +17,10 @@
17
17
  <svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 17 13" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor">
18
18
  <path d="M6.4.2.3 6.4c-.2.2-.2.4 0 .6l6.2 5.8c.2.2.4.1.6 0l.8-.9c.2-.2.1-.4 0-.6l-4-3.7h12.5c.2 0 .4-.2.4-.4V6c0-.2-.2-.4-.4-.4H3.8l4-4c.2-.1.2-.4.1-.5L7 .2c-.1-.1-.4-.1-.6 0z"/>
19
19
  </svg>
20
+ {%- elif params.iconType == "arrow-up" -%}
21
+ <svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 13 20" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor">
22
+ <path fill="currentColor" d="M6.5 0L0 6.5 1.4 8l4-4v12.7h2V4l4.3 4L13 6.4z"></path>
23
+ </svg>
20
24
  {%- elif params.iconType == "check" -%}
21
25
  <svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 13 10" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor">
22
26
  <path d="M14.35,3.9l-.71-.71a.5.5,0,0,0-.71,0h0L5.79,10.34,3.07,7.61a.51.51,0,0,0-.71,0l-.71.71a.51.51,0,0,0,0,.71l3.78,3.78a.5.5,0,0,0,.71,0h0L14.35,4.6A.5.5,0,0,0,14.35,3.9Z" transform="translate(-1.51 -3.04)"/>
@@ -73,9 +77,9 @@
73
77
  </svg>
74
78
  {%- elif params.iconType == "twitter" -%}
75
79
  <svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" id="icon-twitter" viewBox="0 0 90.01 90.01" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true">
76
- <polygon points="24.89,23.01 57.79,66.99 65.24,66.99 32.34,23.01"/>
77
- <path d="M 45 0 L 45 0 C 20.147 0 0 20.147 0 45 v 0 c 0 24.853 20.147 45 45 45 h 0 c 24.853 0 45 -20.147 45 -45 v 0 C 90 20.147 69.853 0 45 0 z M 56.032 70.504 L 41.054 50.477 L 22.516 70.504 h -4.765 L 38.925 47.63 L 17.884 19.496 h 16.217 L 47.895 37.94 l 17.072 -18.444 h 4.765 L 50.024 40.788 l 22.225 29.716 H 56.032 z"/>
78
- </svg>
80
+ <polygon points="24.89,23.01 57.79,66.99 65.24,66.99 32.34,23.01"/>
81
+ <path d="M 45 0 L 45 0 C 20.147 0 0 20.147 0 45 v 0 c 0 24.853 20.147 45 45 45 h 0 c 24.853 0 45 -20.147 45 -45 v 0 C 90 20.147 69.853 0 45 0 z M 56.032 70.504 L 41.054 50.477 L 22.516 70.504 h -4.765 L 38.925 47.63 L 17.884 19.496 h 16.217 L 47.895 37.94 l 17.072 -18.444 h 4.765 L 50.024 40.788 l 22.225 29.716 H 56.032 z"/>
82
+ </svg>
79
83
  {%- elif params.iconType == "instagram" -%}
80
84
  <svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" id="icon-instagram" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true">
81
85
  <path d="M21.34,9.46c0.66,0,1.2,0.54,1.2,1.2c0,0.66-0.54,1.2-1.2,1.2c-0.66,0-1.2-0.54-1.2-1.2C20.14,10,20.68,9.46,21.34,9.46z M16,12.67c-1.84,0-3.33,1.49-3.33,3.33c0,1.84,1.49,3.33,3.33,3.33c1.84,0,3.33-1.49,3.33-3.33C19.33,14.16,17.84,12.67,16,12.67z M16,10.86c2.84,0,5.14,2.3,5.14,5.14c0,2.84-2.3,5.14-5.14,5.14c-2.84,0-5.14-2.3-5.14-5.14C10.86,13.16,13.16,10.86,16,10.86z M16.56,7.8h-1.11c-2.17,0-2.51,0.01-3.49,0.06c-0.97,0.04-1.5,0.21-1.86,0.34C9.64,8.39,9.3,8.6,8.95,8.95C8.6,9.3,8.39,9.64,8.2,10.1c-0.14,0.35-0.3,0.88-0.34,1.86c-0.04,0.98-0.06,1.32-0.06,3.49v1.11c0,2.17,0.01,2.51,0.06,3.49c0.04,0.97,0.21,1.5,0.34,1.86c0.18,0.47,0.4,0.8,0.75,1.15c0.35,0.35,0.68,0.57,1.15,0.75c0.35,0.14,0.88,0.3,1.86,0.34c0.94,0.04,1.29,0.06,3.23,0.06h1.61c1.94,0,2.3-0.02,3.23-0.06c0.97-0.04,1.5-0.21,1.86-0.34c0.47-0.18,0.8-0.4,1.15-0.75c0.35-0.35,0.57-0.68,0.75-1.15c0.14-0.35,0.3-0.88,0.34-1.86c0.04-0.94,0.06-1.29,0.06-3.23v-1.61c0-1.94-0.02-2.3-0.06-3.23c-0.04-0.97-0.21-1.5-0.34-1.86c-0.18-0.47-0.4-0.8-0.75-1.15C22.7,8.6,22.36,8.39,21.9,8.2c-0.35-0.14-0.88-0.3-1.86-0.34C19.06,7.82,18.72,7.8,16.56,7.8z M17.03,6c1.8,0,2.18,0.02,3.1,0.06c1.06,0.05,1.79,0.22,2.43,0.46c0.66,0.26,1.22,0.6,1.77,1.15c0.56,0.56,0.9,1.11,1.15,1.77c0.25,0.64,0.42,1.36,0.46,2.43c0.05,0.99,0.06,1.35,0.06,3.58v1.09c0,2.22-0.01,2.59-0.06,3.58c-0.05,1.06-0.22,1.79-0.46,2.43c-0.26,0.66-0.6,1.22-1.15,1.77c-0.56,0.56-1.11,0.9-1.77,1.15c-0.64,0.25-1.36,0.42-2.43,0.46C19.13,25.99,18.77,26,16.55,26h-1.09c-2.22,0-2.59-0.01-3.58-0.06c-1.06-0.05-1.79-0.22-2.43-0.46c-0.66-0.26-1.22-0.6-1.77-1.15c-0.56-0.56-0.9-1.11-1.15-1.77c-0.25-0.64-0.42-1.36-0.46-2.43C6.02,19.21,6,18.83,6,17.03v-2.06c0-1.8,0.02-2.18,0.06-3.1c0.05-1.06,0.22-1.79,0.46-2.43c0.26-0.66,0.6-1.22,1.15-1.77c0.56-0.56,1.11-0.9,1.77-1.15c0.64-0.25,1.36-0.42,2.43-0.46C12.79,6.02,13.17,6,14.97,6H17.03z M16,0C7.16,0,0,7.16,0,16s7.16,16,16,16s16-7.16,16-16c0-4.24-1.69-8.31-4.69-11.31S20.24,0,16,0z"/>
@@ -126,8 +130,8 @@
126
130
  </rect>
127
131
  </svg>
128
132
  {%- elif params.iconType == "ons-logo-en" -%}
129
- <svg class="ons-icon--logo{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" width="197" height="19" viewBox="33 2 552 60" aria-labelledby="{{ params.altTextId | default ('ons-logo-en-alt') }}">
130
- <title id="{{ params.altTextId | default ('ons-logo-en-alt') }}">{{ params.altText | default ('Office for National Statistics logo') }}</title>
133
+ <svg class="ons-icon--logo{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" width="197" height="19" viewBox="33 2 552 60" aria-labelledby="{{ params.altTextId | default ('ons-logo-en-alt') }}" role="img">
134
+ <title id="{{ params.altTextId | default ('ons-logo-en-alt') }}">{{ params.altText | default ('Office for National Statistics homepage') }}</title>
131
135
  <g class="ons-icon--logo__group ons-icon--logo__group--secondary" fill="#a8bd3a">
132
136
  <path d="M0,34.6c.8-1.69,1.39-3,2.32-4.6A38.28,38.28,0,0,1,0,23.4V34.6M5,3S0,3,0,9.25v1A62.12,62.12,0,0,0,4.2,27a43.77,43.77,0,0,1,9.42-10.79C21.69,9.21,31.16,5.13,45.9,3Z"/>
133
137
  </g>
@@ -165,8 +169,8 @@
165
169
  </g>
166
170
  </svg>
167
171
  {%- elif params.iconType == "ons-logo-cy" -%}
168
- <svg class="ons-icon--logo{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" width="207" height="19" viewBox="15 2 620 60" aria-labelledby="{{ params.altTextId | default ('ons-logo-cy-alt') }}">
169
- <title id="{{ params.altTextId | default ('ons-logo-cy-alt') }}">{{ params.altText | default ('Logo Swyddfa Ystadegau Gwladol') }}</title>
172
+ <svg class="ons-icon--logo{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" width="207" height="19" viewBox="15 2 620 60" aria-labelledby="{{ params.altTextId | default ('ons-logo-cy-alt') }}" role="img">
173
+ <title id="{{ params.altTextId | default ('ons-logo-cy-alt') }}">{{ params.altText | default ('Hafan Swyddfa Ystadegau Gwladol') }}</title>
170
174
  <g class="ons-icon--logo__group ons-icon--logo__group--secondary" fill="#a8bd3a">
171
175
  <path d="M0,34.6c.8-1.69,1.39-3,2.32-4.6A38.28,38.28,0,0,1,0,23.4V34.6M5,3S0,3,0,9.25v1A62.12,62.12,0,0,0,4.2,27a43.77,43.77,0,0,1,9.42-10.79C21.69,9.21,31.16,5.13,45.9,3Z"/>
172
176
  </g>
@@ -200,8 +204,8 @@
200
204
  </g>
201
205
  </svg>
202
206
  {%- elif params.iconType == "ons-logo-stacked-en" -%}
203
- <svg class="ons-icon--logo{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" width="120" height="27" viewBox="0 5 595 116" aria-labelledby="{{ params.altTextId | default ('ons-logo-stacked-en-alt') }}">
204
- <title id="{{ params.altTextId | default ('ons-logo-stacked-en-alt') }}">{{ params.altText | default ('Office for National Statistics logo') }}</title>
207
+ <svg class="ons-icon--logo{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" width="120" height="27" viewBox="0 5 595 116" aria-labelledby="{{ params.altTextId | default ('ons-logo-stacked-en-alt') }}" role="img">
208
+ <title id="{{ params.altTextId | default ('ons-logo-stacked-en-alt') }}">{{ params.altText | default ('Office for National Statistics homepage') }}</title>
205
209
  <g class="ons-icon--logo__group ons-icon--logo__group--secondary" fill="#a8bd3a">
206
210
  <path d="M0,70.5c1.8-3.7,3.6-7.2,5.6-10.7A127.94,127.94,0,0,1,0,42.6V70.5M10.9,0S0,0,0,13.5v7.2A128.06,128.06,0,0,0,7.9,56.2a114.75,114.75,0,0,1,22.3-26C47.8,15.1,71.5,4.7,103.7.1Z"/>
207
211
  </g>
@@ -213,8 +217,8 @@
213
217
  </g>
214
218
  </svg>
215
219
  {%- elif params.iconType == "ons-logo-stacked-cy" -%}
216
- <svg class="ons-icon--logo{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" width="130" height="27" viewBox="0 5 645 116" aria-labelledby="{{ params.altTextId | default ('ons-logo-stacked-cy-alt') }}">
217
- <title id="{{ params.altTextId | default ('ons-logo-stacked-en-alt') }}">{{ params.altText | default ('Logo Swyddfa Ystadegau Gwladol') }}</title>
220
+ <svg class="ons-icon--logo{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" width="130" height="27" viewBox="0 5 645 116" aria-labelledby="{{ params.altTextId | default ('ons-logo-stacked-cy-alt') }}" role="img">
221
+ <title id="{{ params.altTextId | default ('ons-logo-stacked-en-alt') }}">{{ params.altText | default ('Hafan Swyddfa Ystadegau Gwladol') }}</title>
218
222
  <g class="ons-icon--logo__group ons-icon--logo__group--secondary" fill="#a8bd3a">
219
223
  <path d="M0,70.5c1.8-3.7,3.6-7.2,5.6-10.7A127.94,127.94,0,0,1,0,42.6V70.5M10.9,0S0,0,0,13.5v7.2A128.06,128.06,0,0,0,7.9,56.2a114.75,114.75,0,0,1,22.3-26C47.8,15.1,71.5,4.7,103.7.1Z"/>
220
224
  </g>
@@ -247,12 +251,12 @@
247
251
  </g>
248
252
  </svg>
249
253
  {%- elif params.iconType == "crest" -%}
250
- <svg class="ons-icon--logo{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" width="115px" height="96px" viewBox="0 0 115 96" focusable="false" aria-labelledby="{{ params.altTextId | default ('crest-alt') }}">
254
+ <svg class="ons-icon--logo{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" width="115px" height="96px" viewBox="0 0 115 96" focusable="false" aria-labelledby="{{ params.altTextId | default ('crest-alt') }}" role="img">
251
255
  <title id="{{ params.altTextId | default ('crest-alt') }}">{{ params.altText | default ('Royal coat of arms of the United Kingdom') }}</title>
252
256
  <path fill="#222222" d="M57.6,1c-0.7,0.8-1.1,1.5-1.2,2.3C57.1,3.2,58,2.6,58.5,2v3.2C58,4.5,57.1,4,56.4,3.8c0.1,0.8,0.6,1.6,1.3,2.1 h-3.2c0.7-0.5,1.2-1.3,1.3-2.1c-0.8,0.1-1.6,0.7-2.1,1.4V2c0.5,0.7,1.4,1.2,2.1,1.4c-0.1-0.8-0.6-1.5-1.2-2.3H57.6z M23.9,5.9 c0.3-0.3,0.7-0.3,1,0c0.3,0.3,0.3,0.7,0,1c-0.3,0.3-0.7,0.3-1,0C23.6,6.6,23.6,6.1,23.9,5.9z M25.7,6.2c0.3-0.3,0.7-0.3,0.9,0 c0.3,0.3,0.3,0.7,0,1c-0.3,0.3-0.7,0.3-0.9,0C25.4,6.8,25.4,6.4,25.7,6.2z M22.4,7c0.3-0.3,0.7-0.3,1,0c0.3,0.3,0.3,0.7,0,0.9 c-0.3,0.3-0.7,0.3-1,0C22.1,7.7,22.1,7.3,22.4,7z M56.7,6.3c1.2,0.3,2.1,1.2,2.3,2.4h-2.3V6.3z M55.4,6.3v2.4h-2.3 C53.3,7.5,54.3,6.5,55.4,6.3z M26.8,7.6c0.3-0.3,0.7-0.3,1,0c0.3,0.3,0.3,0.7,0,1c-0.3,0.3-0.7,0.3-1,0C26.5,8.3,26.5,7.9,26.8,7.6z M20.5,5.5l0.1,1.3c0,0,0,0,0,0L21.5,6l0.5,1.2l-1.1-0.1c0,0,0,0.1,0,0.1c0.2,0.3,0.6,0.6,0.9,0.9c0.3,0.1,0.5,0.4,0.5,0.8 c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.4,0-1.1-0.1-1.5c0,0-0.1,0-0.1,0l-0.7,0.8L19,7l1-0.1c0,0,0-0.1,0-0.1l-0.8-0.9 L20.5,5.5z M19.1,8.4c0.4,0,0.7,0.3,0.7,0.7c0,0.4-0.3,0.7-0.7,0.7c-0.4,0-0.7-0.3-0.7-0.7C18.5,8.7,18.8,8.4,19.1,8.4z M17.3,8.6 c0.4,0,0.7,0.3,0.7,0.7c0,0.4-0.3,0.7-0.7,0.7c-0.4,0-0.7-0.3-0.7-0.7C16.7,8.9,17,8.6,17.3,8.6z M16.3,10c0.4,0,0.7,0.3,0.7,0.7 c0,0.4-0.3,0.7-0.7,0.7c-0.4,0-0.7-0.3-0.7-0.7C15.6,10.3,15.9,10,16.3,10z M65.7,9.5c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9 c-0.5,0-0.9-0.4-0.9-0.9C64.8,9.9,65.2,9.5,65.7,9.5z M46.3,9.5c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9 c-0.5,0-0.9-0.4-0.9-0.9C45.4,9.9,45.8,9.5,46.3,9.5z M63.3,9.7c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9 c-0.5,0-0.9-0.4-0.9-0.9C62.4,10.2,62.8,9.7,63.3,9.7z M48.8,9.7c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9 c-0.5,0-0.9-0.4-0.9-0.9C47.8,10.2,48.3,9.7,48.8,9.7z M44,10.2c0.5,0,0.9,0.4,0.9,0.9s-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9 S43.5,10.2,44,10.2z M68.1,10.2c0.5,0,0.9,0.4,0.9,0.9s-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9S67.6,10.2,68.1,10.2z M58.9,9.8 c-0.3,1.3-1.5,2.3-2.9,2.3c-1.4,0-2.6-1-2.9-2.3H58.9z M51.1,10.4c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9 c-0.5,0-0.9-0.4-0.9-0.9C50.2,10.8,50.6,10.4,51.1,10.4z M61,10.4c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9 c-0.5,0-0.9-0.4-0.9-0.9C60,10.8,60.5,10.4,61,10.4z M16.5,11.8c0.4,0,0.7,0.3,0.7,0.7c0,0.4-0.3,0.7-0.7,0.7 c-0.4,0-0.7-0.3-0.7-0.7C15.8,12.1,16.1,11.8,16.5,11.8z M58.8,11.4c0.5,0,0.9,0.4,0.9,0.9s-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9 S58.3,11.4,58.8,11.4z M53.3,11.4c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9 C52.4,11.9,52.8,11.4,53.3,11.4z M69.9,11.8c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9 C69,12.3,69.4,11.8,69.9,11.8z M42.2,11.8c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9 C41.2,12.3,41.7,11.8,42.2,11.8z M70.9,14c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9 C70,14.4,70.4,14,70.9,14z M41.2,14c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9C40.2,14.4,40.6,14,41.2,14 z M24.7,8.5c0.8,0.5,1,1.1,0.6,2c0.3-0.4,1.1-0.4,1,0.5c-0.4-0.4-0.8-0.1-0.7,0.3c0.1,0.3,0.4,0.6,0.8,0.5c0.3-0.1,0.8-0.5,0.8-1.5 c-0.2,0.1-0.4,0.3-0.6,0.6l-0.1-1.6c0.3,0.4,0.5,0.6,0.7,0.6c0-0.3-0.1-0.5-0.4-0.9l1,0c-0.2,0.8-0.3,1.9-0.1,3.6 c-1.2,0.3-3.2,0.9-4.4,1.4c-1.2,0.5-3.1,1.4-4.1,2.1c-1-1.4-1.8-2.1-2.5-2.5l0.8-0.7c0.1,0.5,0.2,0.7,0.4,0.9 c0.1-0.2,0.1-0.5,0.1-0.9l1,1.2c-0.3-0.1-0.6-0.1-0.8,0c0.8,0.7,1.3,0.7,1.6,0.5c0.4-0.2,0.4-0.7,0.2-0.9c-0.3-0.4-0.7-0.3-0.7,0.3 c-0.7-0.6-0.2-1.1,0.4-1.1c-0.9-0.4-1.2-0.9-1-1.8c1,0.3,1.2,0.8,1.2,1.7c0.2-0.7,1-0.7,1.1,0.2c-0.5-0.4-0.8,0.1-0.5,0.5 c0.2,0.4,0.9,0.5,1.5,0.2c0.9-0.5,0.7-1.1,0.5-1.7c-0.2,0.1-0.6,0.4-0.7,1.1l-0.7-1.4c0.5,0.2,0.9,0.2,1.3,0 c-0.3-0.3-1.1-0.8-1.1-0.8l1.9-0.8c0,0-0.3,0.9-0.3,1.4c0.4-0.2,0.7-0.4,0.9-0.9l0.5,1.5c-0.6-0.4-1.1-0.4-1.3-0.3 c0.2,0.5,0.5,1.1,1.5,0.8c0.7-0.2,1.1-0.7,1-1.2c-0.1-0.5-0.6-0.6-0.8,0c-0.6-0.7,0-1.2,0.6-0.9C24.4,10,24.2,9.4,24.7,8.5z M57.6,13.1v4.3h-1v-4C57,13.4,57.3,13.3,57.6,13.1z M54.4,13.1c0.3,0.2,0.7,0.3,1,0.3v4h-1V13.1z M71.2,16.3c0.5,0,0.9,0.4,0.9,0.9 c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9C70.3,16.7,70.7,16.3,71.2,16.3z M40.8,16.3c0.5,0,0.9,0.4,0.9,0.9 c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9C39.9,16.7,40.3,16.3,40.8,16.3z M30,15.4c-1,0.6-2.5,1.2-3.8,1.8 c0.6,1,1.8,1.6,2.8,0.9C29.7,17.5,29.1,16.8,30,15.4z M88.3,18.1c-0.9,0-1.1,0.5-1.2,1l0,0.2c0,0.2-0.1,0.5-0.2,0.7 c1-0.6,2.2-0.9,3.6-1C89.6,18.8,89,18.1,88.3,18.1z M41.3,18.5c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9 C40.4,19,40.8,18.5,41.3,18.5z M70.8,18.5c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9 C69.8,19,70.3,18.5,70.8,18.5z M23.5,18.2c-1.3,0.5-2.8,1.1-4,1.3c1.7,0.4,1.6,1.3,2.6,1.2C23.3,20.7,23.7,19.3,23.5,18.2z M63,16.5 c0.5,1,1,1.6,0.9,2.4c-0.1,0.8-0.9,1.4-1.3,2.2c-0.4-0.9-1-1.6-0.9-2.4C61.8,18,62.8,17,63,16.5z M49.1,16.5 c0.2,0.5,1.2,1.5,1.3,2.2c0.1,0.7-0.5,1.4-0.9,2.4c-0.4-0.8-1.2-1.4-1.3-2.2C48.1,18.1,48.6,17.5,49.1,16.5z M28.6,20 c-0.3-0.3-0.6-0.2-1.1-0.1L24,21.2c-0.4,0.2-0.7,0.4-0.7,0.8c0,0.1,0,0.2,0,0.3l0,0.2c0,0.3,0,0.5,0.2,0.6c0.4,0.1,0.4-0.9,1-1 c0.5-0.1,0.5,0.4,0.1,1.2c0.8-0.2,1.6-0.6,2,0.2c0.3,0.6,0.2,1-0.4,1.6c-0.3,0.3-0.1,0.9,0.1,1.6c0.2,0.7,1.2,1.8,2.4,1.3 c1.3-0.6,1.2-1.8,0.8-2.5c-0.3-0.7-0.6-1.3-1-1.3c-0.7,0-1.1-0.2-1.4-0.9c-0.3-0.8,0.6-1.1,1.3-1.5c-0.8-0.2-1.2-0.6-0.7-0.9 c0.5-0.4,1.2,0.3,1.4,0C29.4,20.5,28.8,20.2,28.6,20z M56.3,27.1h-0.4c-3.6,0-10.4,0.3-10.4,2.7c0,0.7,0.4,1.3,1.5,1.9 c1.8-1.2,4.8-2.5,9.2-2.5c4.4,0,7.4,1.3,9.2,2.5c1-0.6,1.5-1.2,1.5-1.9c0-2.5-7.1-2.7-10.6-2.7L56.3,27.1z M81.9,30.6 c-0.4,0-0.8,0.1-1.1,0.3c-0.4,0.3-0.6,0.7-0.6,1.1c0,0.2,0,0.3,0.2,0.5c0.3,0.4,1.1,0.4,1.6,0c0.3-0.3,0.6-0.6,0.6-1 c0-0.2,0-0.4-0.1-0.6C82.3,30.7,82,30.6,81.9,30.6z M81.8,29.8l0.2,0c0.4,0.1,0.8,0.3,1,0.6c0.2,0.3,0.3,0.7,0.3,1.2 c-0.1,0.6-0.4,1.1-0.9,1.5c-0.9,0.7-2.1,0.7-2.7-0.1c-0.6-0.7-0.3-1.9,0.6-2.6c0.5-0.4,1.1-0.6,1.7-0.5L81.8,29.8z M51,32.1 c0.3-0.1,0.5-0.1,0.8,0c0.2,0.1,0.4,0.3,0.5,0.6c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.3-0.1,0.4c-0.1,0.2-0.3,0.4-0.6,0.5 c-0.9,0.3-1.2-0.3-1.3-0.6c-0.1-0.2-0.1-0.5,0-0.8C50.5,32.3,50.7,32.2,51,32.1z M56.7,30.4l0,2.4c0,0.4,0,0.5-0.1,0.5 c-0.1,0.1-0.3,0.2-0.6,0.2c-0.2,0-0.4,0-0.5-0.2c-0.1-0.1-0.1-0.1-0.1-0.5v-2.5l-1.3,0l0,2.6c0,1.2,1,1.8,1.9,1.7 c0.6,0,1.1-0.2,1.5-0.6c0.3-0.3,0.5-0.8,0.5-1.3v-2.6L56.7,30.4z M59.3,30.5l-0.9,4.4l1.2,0.2l0.9-4.4L59.3,30.5z M53.4,32.2 c-0.4-1.2-1.7-1.7-2.9-1.3c-0.6,0.2-1.1,0.7-1.4,1.2c-0.2,0.5-0.2,1.1,0,1.7c0.3,1,1.3,1.5,2.3,1.4c0.2,0.1,1.2,0.3,2.2,0.1l0.5-1.2 c-0.4,0.1-0.8,0-1,0c0.2-0.4,0.4-0.8,0.4-1.2C53.6,32.7,53.5,32.4,53.4,32.2z M78.4,34.5c-0.3,0-0.4,0.1-0.6,0.2 c-0.3,0.2-0.4,0.6-0.4,1c0,0,0,0.1,0,0.1c0,0.7,0.4,1.2,0.9,1.2c0.2,0,0.4-0.1,0.6-0.2c0.3-0.2,0.4-0.6,0.5-1c0-0.4-0.1-0.8-0.3-1.1 C78.8,34.7,78.6,34.5,78.4,34.5z M63.8,31.8l-2.5,3.6l1.1,0.6l1.2-1.8l0.2,1.4l1.3-0.3L63.8,37l1,0.7l2.6-3.5l-0.8-0.6l-1.7,0.4 l-0.3-1.8L63.8,31.8z M45.8,33.5l-2.6,2.4l0.8,0.9l0.9-0.8l2,2.2l0.9-0.8c0,0-1.9-2-2-2.2l0.9-0.8L45.8,33.5z M85.7,27.9L85.7,27.9 c0,0.1-0.8,2.6-1.2,3.9l0,0.1l12.2,7l0-0.1c0.3-0.3,0.6-0.7,0.9-1l0.3-0.3c0.7-0.8,1.4-1.6,1.5-1.6l0.1-0.1l-1.4-1.1l0,0.2 c0,0.1,0,0.2,0,0.3c0,0.3,0,0.7-0.1,1.1c-0.2-0.2-0.4-0.5-0.4-0.9c0,0,0,0,0-0.1l0-0.3l-1.2,1.5h0.2c0.2,0,0.7,0.1,1,0.3 c-0.7,0.6-1.3,0.3-1.7,0c-0.7-0.5-1-0.9-0.8-1.2c0.1-0.2,0.3-0.2,0.5-0.2c0.2,0,0.5,0.2,0.5,0.6l0,0.1l0.1,0 c0.4-0.2,0.6-0.5,0.6-0.7c0-0.1,0-0.2,0-0.2c0-0.1,0-0.3-0.1-0.4c-0.1-0.2-0.4-0.4-0.7-0.4c0.6-0.5,1-1.1,1-1.8c0-0.2,0-0.3-0.1-0.5 l0-0.1l-0.1,0c-1,0.2-1.5,0.7-1.9,1.7c-0.1-0.3-0.4-0.6-0.7-0.7c-0.2,0-0.5,0.1-0.6,0.2c-0.1,0.1-0.3,0.4-0.3,0.9l0,0.1l0.1,0 c0.3-0.1,0.6,0,0.7,0.2c0.1,0.2,0.2,0.4,0.1,0.6c-0.2,0.4-0.7,0.3-1.5-0.1c-0.5-0.3-0.7-0.7-0.7-1.1c0-0.2,0.1-0.5,0.2-0.7 c0.2,0.2,0.3,0.5,0.3,1v0.1l0,0.3l1.3-2.1l-0.2,0.1c-0.1,0-0.5,0.2-0.9,0c0.4-0.4,0.8-0.7,1.2-0.7l0.3,0l-2.4-1.4l0.1,0.3 C92,31,92,31.2,92,31.4c0,0.3-0.1,0.6-0.1,0.8c-0.3-0.3-0.4-0.7-0.4-0.8l0-0.3l-1.2,2.2l0.3-0.2c0.4-0.2,0.8-0.3,1-0.3 c-0.3,0.5-0.9,0.9-1.8,0.4c-0.7-0.4-1-0.8-0.8-1.2c0.1-0.2,0.3-0.3,0.5-0.2c0.3,0,0.5,0.2,0.5,0.5l0,0.1l0.1-0.1 c0.4-0.2,0.6-0.5,0.6-0.7c0.1-0.2,0-0.5-0.1-0.7c-0.2-0.2-0.5-0.3-0.9-0.3c0.5-0.5,0.7-1,0.7-1.6c0-0.3-0.1-0.6-0.2-0.9l0-0.1 l-0.1,0c-0.9,0.3-1.5,1-1.6,2c-0.2-0.3-0.4-0.4-0.7-0.4c-0.2,0-0.5,0.1-0.6,0.3c-0.1,0.1-0.3,0.4-0.2,0.9l0,0.1l0.1,0 c0.3-0.1,0.6,0,0.8,0.1c0.1,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.1-0.1,0.2c-0.2,0.3-0.7,0.3-1.4-0.1c-0.4-0.2-0.9-0.5-0.9-1.2 c0-0.1,0-0.2,0-0.3c0.3,0.1,0.6,0.5,0.7,0.7l0.1,0.2l0.7-1.8l-0.2,0.2c-0.3,0.2-0.7,0.2-1,0.1c0.4-0.4,0.8-0.7,1.1-0.8l0.2-0.1 L85.7,27.9z M50.9,39.2L50.9,39.2C50.8,39.3,50.8,39.3,50.9,39.2C50.8,39.4,50.9,39.3,50.9,39.2c0.1,0.1,0,0.2,0,0.2 c0.1,0,0.1,0.1,0.1,0.1c0,0.1-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1c0,0.1,0,0.2,0.1,0.2c0.1,0.1,0.2,0,0.2-0.1c0-0.1,0-0.1,0-0.1 c0,0-0.1-0.1,0-0.1c0-0.1,0.1,0,0.2,0c0-0.1,0-0.1,0-0.1c0.1,0,0,0.1,0.1,0.1c0,0,0-0.1,0-0.1c0,0,0-0.1-0.1-0.1L50.9,39.2 C50.9,39.2,50.9,39.2,50.9,39.2L50.9,39.2z M42.7,36.6l-0.8,1l3.2,2.6l0.8-1L42.7,36.6z M69.6,36.4l-4.7,1.4l1,1l0.7-0.2l0.8,1.1 L67,40.4l0.8,1.1l2.3-4.4L69.6,36.4z M41.2,40.8c0.3-0.5,0.8-0.7,1.3-0.4c0.3,0.1,0.5,0.5,0.5,0.8c0,0.1,0,0.3-0.1,0.5 c-0.1,0.2-0.3,0.4-0.6,0.5c-0.2,0.1-0.5,0-0.7-0.1c-0.2-0.1-0.4-0.3-0.5-0.5C41.1,41.3,41.1,41.1,41.2,40.8z M55,37l0.2,0 c-1,0.2-1.1,1.2-2.6,1.3l-0.1,0.1c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.7,2.9,0,2.9,1.2c0,0.3-0.5,0.7-1.6,0.7c-0.1,0,0,0,0,0 c0.5,0,0.6,0.2,0.9,0.2c0.2,0,0.2,0.1,0.2,0.1c0,0.2,0.2,0.1,0.2,0c0,0.1,0,0.2-0.1,0.2c0,0,0,0,0,0c0,0.1,0,0.2,0.1,0.2 c0,0.1-0.1,0.1-0.2,0.1c0,0,0,0,0,0c0.1,0,0.1,0.1,0.1,0.1c0,0.2-0.2,0.1-0.2,0.3c0,0.1,0.2,0.1,0.1,0.3c0,0,0,0.1-0.1,0.1 c0,0,0.1,0.1,0.1,0.1c-0.1,0.1-0.2,0-0.2-0.1c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.2,0-0.3c0,0,0,0,0,0c-0.1,0.1-0.1,0.2-0.1,0.2 c0,0,0,0-0.1,0c0,0.1,0,0.1,0,0.2c-0.1,0-0.1-0.1-0.1-0.2c0,0-0.1,0-0.1,0c-0.1-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0 c-0.1,0.1-0.2,0-0.3-0.1c0,0,0,0,0,0c-0.1,0-0.1,0.1-0.2,0.1c0-0.1,0.1-0.2,0.2-0.2c0,0,0.1-0.1,0.1-0.1c0.1,0,0.3,0.1,0.3,0 c0-0.1,0-0.1,0-0.3c0-0.1,0-0.1-0.1-0.1c-0.1,0-0.3-0.1-0.5,0.1c-0.2,0.1,0.2,0.2-0.2,0.2c-0.2,0-0.4-0.1-0.6-0.1 c0.1,0.1,0,0.3,0.1,0.3c0.2,0.1,0.2,0.4,0.1,0.4c0,0.1-0.3,0.1-0.4,0c0,0-0.1,0-0.1,0c-0.1,0,0,0.2-0.2,0.3c-0.1,0-0.2,0-0.2-0.1 c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0.1,0,0.1,0,0.1c0,0,0,0-0.1,0c0,0.1,0.1,0.1,0.1,0.1c-0.2,0.1-0.3,0-0.3-0.1 c0,0,0-0.1,0-0.1c0,0,0,0,0-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0L52,42c0,0,0,0.1,0.1,0.1c-0.2,0-0.2,0-0.2-0.1 c0,0,0-0.1,0-0.1c-0.1-0.3,0.3-0.1,0.3-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.1-0.1-0.1c0,0,0,0,0-0.1 c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.1-0.3,0.2-0.2c0,0,0.1-0.1,0.1-0.1c0.3-0.1,0.3,0.5,0.6,0.3c0,0,0.1,0,0.2-0.1c0,0,0,0,0,0 c-0.1-0.1-0.2-0.1-0.3-0.1c-0.2,0-0.2-0.4-0.1-0.5C52.3,40.9,52.1,41,52,41c-1.1-0.1-0.2,0.3-0.8,0.4c-0.1,0-0.4,0.3-0.6,0.3 c0.1,0,0-0.1,0-0.2c-0.1,0.1-0.2,0.1-0.3,0.1c-0.1,0.1-0.2,0.1-0.2,0.1c0,0.1-0.2,0.2-0.3,0.2c0.1,0,0.1-0.1,0.1-0.1c0,0,0,0,0,0 c-0.2,0.2-0.5,0-0.5,0.4c-0.1-0.1,0-0.2-0.1-0.2c0,0-0.1,0.1-0.1,0.1c0,0,0-0.1,0-0.2c0,0,0,0,0,0c-0.2,0-0.3,0-0.3,0c0,0,0,0,0,0 c0,0,0-0.1-0.1-0.1c0,0.2-0.2,0.2-0.3,0.3c0.1-0.1,0.1-0.2,0.1-0.3c0,0.1-0.1,0.1-0.1,0.1c0-0.1,0-0.1-0.1-0.2c0,0,0,0,0,0 c0,0.1-0.1,0.2-0.2,0.2c-0.2,0-0.2-0.1-0.2-0.2c0,0,0,0,0,0c-0.1,0.1,0,0.2-0.1,0.3c0,0,0,0-0.1,0c0,0.1,0,0.2,0.1,0.2 c-0.1,0-0.3-0.1-0.2-0.3c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.1-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0c-0.3,0.2-0.3,0.1-0.4-0.1l0,0 c0,0,0,0,0-0.1c-0.1,0-0.1,0.1-0.1,0.1c-0.1-0.1,0.1-0.3,0.2-0.3c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1-0.1,0.1,0,0.2,0.1 c0.1,0,0.1,0,0.1,0c0,0,0,0,0,0c-0.3-0.1-0.3-0.2-0.2-0.2c0,0,0-0.1,0-0.1C47.7,41,47.6,41,47.6,41c0.1,0,0.2,0,0.3,0 c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0.1c0.1,0.1,0,0.1,0.1,0.2c0.1,0.2,0.5,0,0.7-0.1c0.1-0.1,0.5,0,0.5,0c0,0,0.4-0.1,0.7-0.2 c-0.2-0.2-0.2-0.4-0.3-0.4c0,0-0.1,0,0,0.1c-0.1,0-0.1-0.1-0.1-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0 c-0.3,0.1-0.6-0.1-0.4-0.3c-0.1,0.2,0.3,0.3,0.3,0c0,0,0,0,0,0c-0.2,0-0.2-0.2,0-0.3c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0-0.1,0 c-0.1,0-0.1,0-0.1,0c0,0,0,0-0.1-0.1c0,0,0,0,0,0C49,39.9,49,40,49,40c-0.1-0.1-0.1-0.2,0-0.2c0,0,0-0.1,0-0.1 c0-0.1,0.1-0.2,0.3-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c-0.1,0-0.2-0.1-0.2-0.2c0,0,0-0.1,0-0.1c0,0-0.1,0-0.1,0 c0.2-0.1,0.3,0,0.3,0.1c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1,0,0.1,0.2,0.2,0.3c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0,0,0,0,0,0 c0-0.1,0-0.1,0-0.1c0,0,0,0,0.1-0.1c0-0.1,0-0.1-0.1-0.2c0.1,0,0.2,0.1,0.2,0.2c0,0,0,0.1,0,0.1c0,0.1-0.1,0.3-0.1,0.4 c0,0.2,0,0.3,0.1,0.4c0.1,0.1,0.2,0.1,0.2,0.2c0-0.1,0.1-0.4,0.2-0.7c0,0-0.1,0-0.1-0.1c0.1,0,0.1-0.2,0.2-0.4c0,0-0.1,0-0.1-0.1 c0.1,0,0.2-0.2,0.3-0.3c0-0.1,0-0.2,0-0.3c0.1,0,0.2,0,0.2,0.1c0-0.1,0.1-0.1,0.1-0.1c0,0,0.1,0,0.2,0c0,0,0.1,0,0.3,0.1 c0.1,0.1,0.2,0.1,0.3,0.2c0,0,0,0.1,0.1,0.2c0,0,0.1,0.1,0.1,0.2c0.1,0,0.2,0,0.2,0.1c0,0.1-0.1,0.2-0.2,0.2 c0.1,0.2-0.2,0.5-0.2,0.7c1.1-0.3,1.6,0.1,2.2,0.1c0.8,0,1.3-0.2,1.3-0.5c0-0.8-2.9,0-2.9-1.2c0-0.2,0.1-0.3,0.3-0.4 c0-0.1,0-0.1,0.1-0.2c0.3-0.4,0.9-0.4,1.1-0.8c0,0.1-0.1,0.5-0.4,0.6c0.5,0,0.7-1,2-0.9L55,37z M43.1,39.3C42.6,39,42,39,41.5,39.1 c-0.5,0.2-1,0.6-1.3,1.1c-0.3,0.5-0.4,1.1-0.2,1.7c0.2,0.5,0.5,1,1,1.2c0.5,0.3,1.1,0.3,1.6,0.2c0.5-0.2,1-0.6,1.3-1.1 c0.2-0.4,0.3-0.7,0.3-1.1c0-0.2,0-0.4-0.1-0.6C43.9,40,43.6,39.6,43.1,39.3z M48.6,43.3C48.5,43.3,48.5,43.2,48.6,43.3 c-0.1,0-0.2,0-0.2,0.1C48.4,43.4,48.5,43.3,48.6,43.3c0,0.1,0,0.2-0.1,0.2c0.1,0,0.1,0.1,0.1,0.2c0,0.1-0.1,0.1-0.1,0.1 c0,0-0.1,0.1-0.1,0.1c0,0.1-0.1,0.2,0.1,0.2c0.1,0.1,0.2,0,0.2-0.1c0-0.1,0-0.1,0-0.2c0-0.1-0.1-0.1,0-0.2c0-0.1,0.1,0,0.2,0 c0-0.1,0-0.1,0-0.1c0.1,0,0.1,0.1,0.1,0.1c0,0,0-0.1,0-0.1c0,0,0-0.1-0.1-0.1L48.6,43.3z M80.2,43.6c-0.4-0.2-0.9-0.3-1.3-0.1 c-0.2,0.1-0.4,0.2-0.6,0.5c-0.3,0.6,0.1,1.3,0.9,1.7c0.4,0.2,0.9,0.3,1.3,0.1c0.2-0.1,0.4-0.2,0.5-0.5c0.1-0.3,0.1-0.5,0-0.7 C81,44.2,80.7,43.9,80.2,43.6z M46.6,42.4c0.1,0,0.2,0.1,0.3,0.2c0,0,0,0.1,0,0.1c0,0.2-0.1,0.3-0.1,0.5c0,0.2,0,0.3,0.2,0.4 c0.2,0.1,0.3,0.3,0.4,0.4l0.2,0.1l0.2,0.1c0-0.1,0-0.2,0-0.4c0,0-0.1-0.1-0.2-0.1c0.1,0,0.2-0.2,0.2-0.4c0,0-0.1,0-0.1-0.1 c0.1,0,0.2-0.3,0.3-0.3c0-0.2,0-0.2,0-0.4c0.1,0,0.2,0,0.2,0.1c0-0.1,0.1-0.1,0.2-0.1c0,0,0.1,0,0.2,0c0.1,0,0.2,0,0.3,0.1 c0.1,0.1,0.2,0.2,0.3,0.2c0,0,0.1,0.2,0.1,0.2c0,0.1,0.1,0.1,0.1,0.2c0.1,0,0.2,0,0.2,0.1c0,0.1-0.1,0.2-0.2,0.3 c0.1,0.2-0.1,0.4-0.2,0.6c1.3-0.3,3.5,0.1,4.2,0.1c0.5,0,1.3-0.1,1.3-0.3c0-0.2-0.2-0.2-1-0.2c-0.8,0-3.5,0.6-3.5-0.4 c0-0.5,0.6-0.5,1.3-0.4c0,0,0,0,0.1-0.1c0.5-0.3,1.3,0.1,1.8-0.2c0,0.2-0.2,0.3-0.8,0.3c1,0.2,1.7-0.5,2.6,0.2 c-0.8-0.2-2.3,0.4-3.5,0.1c-0.1,0-0.2-0.1-0.2-0.1c-0.5,0-1-0.1-1,0.2c0,0.6,2.2,0.2,3.2,0.2c1,0,1.3,0.2,1.3,0.5 c0,0.4-0.9,0.5-1.6,0.5c0.6,0.1,0.8,0.1,1.1,0.1c0.2,0,0.2,0.1,0.2,0.1c0,0.2,0.2,0.1,0.3,0c0,0.1,0,0.2-0.1,0.3c0,0,0,0,0,0 c0,0.1,0,0.2,0.1,0.2c0,0.1-0.1,0.1-0.2,0.1c0,0,0,0,0,0c0.1,0,0.1,0.1,0.1,0.1c0,0.2-0.2,0.2-0.2,0.3c0,0.1,0.2,0.1,0.1,0.3 c0,0,0,0.1-0.1,0.1c0,0,0.1,0.1,0.1,0.1c-0.1,0.1-0.2,0-0.3-0.1c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.2,0-0.3c0,0,0,0,0,0 c-0.1,0.1-0.1,0.3-0.2,0.3l0,0l0,0c0,0.1,0,0.1,0,0.2c-0.1,0-0.2-0.1-0.1-0.2c0,0-0.1,0-0.1,0c-0.1-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0 c-0.1,0.1-0.3,0.1-0.3-0.1l0,0l0,0c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.1-0.2,0.2-0.3c0,0,0.1-0.1,0.1-0.1c0.1,0,0.3,0.1,0.4,0 c0.1-0.1,0-0.1,0-0.4c0-0.1,0-0.1-0.1-0.1c-0.1,0-0.3-0.1-0.5,0.1c-0.2,0.1-0.3,0.2-0.8,0.2c-0.3,0-0.4-0.1-0.6-0.1 c0.1,0.1,0,0.3,0.1,0.3c0.2,0.1,0.2,0.4,0.2,0.5c0,0.1-0.3,0.1-0.4,0c0,0-0.1,0-0.1,0c-0.2,0,0,0.2-0.2,0.3c-0.1,0-0.2,0-0.2-0.1 c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0.1,0,0.1,0,0.1c0,0,0,0-0.1,0c0,0.1,0.1,0.1,0.2,0.1c-0.2,0.1-0.3,0-0.3-0.1 c0,0,0-0.1,0-0.1c0,0,0,0,0-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0,0,0-0.1,0c0,0,0,0.1,0.1,0.1c-0.2,0.1-0.2,0-0.2-0.1 c0,0-0.1-0.1-0.1-0.1c-0.1-0.3,0.3-0.1,0.3-0.3c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.1-0.1-0.1c0,0,0,0,0-0.1 c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.1-0.3,0.3-0.3c0,0,0.1-0.1,0.1-0.1c0.3-0.1,0.3,0.5,0.6,0.3c0,0,0.2,0,0.3-0.1c0,0,0,0,0,0 c-0.1-0.1-0.2-0.1-0.3-0.1c-0.2,0-0.2-0.4-0.1-0.6c-0.1,0.1-0.2,0.2-0.3,0.2c-1.4-0.2-0.8,0.6-1.6,0.5c-0.1,0-0.2,0-0.3,0 c-0.1,0.2-0.5,0.7-0.8,0.6c0.1,0,0.1-0.1,0.1-0.1c0,0,0,0,0,0c-0.3,0.2-0.5,0-0.5,0.4c-0.1-0.1,0-0.3-0.1-0.3c0,0-0.1,0.1-0.1,0.1 c0,0,0-0.1,0-0.2c0,0,0,0,0,0c-0.2,0-0.3,0-0.3,0c0,0,0,0,0,0c0,0,0-0.1-0.1-0.1c0,0.2-0.2,0.3-0.3,0.3c0.1-0.1,0.1-0.2,0.1-0.3 c0,0.1-0.1,0.1-0.1,0.1c0-0.1,0-0.1-0.1-0.2c0,0,0,0,0,0c0,0.1-0.1,0.2-0.2,0.2c-0.2,0-0.2-0.1-0.2-0.2c0,0,0,0,0,0 c-0.1,0.1,0,0.2-0.2,0.3c0,0-0.1,0-0.1,0c0,0.1,0.1,0.2,0.1,0.3c-0.1,0-0.3-0.1-0.3-0.3c0,0,0,0,0,0c0,0-0.1-0.1-0.1-0.1 c-0.2-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0c-0.3,0.2-0.4,0.1-0.4-0.1c0,0,0-0.1,0-0.1c-0.1,0-0.1,0.1-0.2,0.1l0,0l0,0 c0-0.1,0.1-0.2,0.2-0.2l0,0c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1-0.1,0.2,0.1,0.3,0.1c0.1,0,0.1,0,0.2,0c0,0,0,0,0,0 c-0.3-0.1-0.3-0.2-0.3-0.3c0,0,0-0.1,0.1-0.1c-0.1-0.1-0.1-0.1-0.2-0.1c0.1-0.1,0.2,0,0.3,0c0,0,0.1,0,0.1,0c0,0,0.1,0.1,0.1,0.1 c0.1,0.1,0,0.2,0.1,0.2c0.1,0.2,0.6,0,0.8-0.1c0.1-0.1,0.6,0,0.7,0c0,0-0.1-0.2-0.1-0.4c-0.1,0.1-0.2-0.1-0.4-0.2 c-0.2-0.1-0.3-0.3-0.4-0.3c0,0,0,0.1,0,0.1c-0.1,0-0.1-0.1-0.1-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0.1c0,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0 c-0.3,0.2-0.6-0.1-0.4-0.4c0,0.3,0.3,0.3,0.4,0.1c0,0,0,0,0,0c-0.2,0-0.2-0.2-0.1-0.3c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0-0.1,0 c-0.1,0-0.1,0.1-0.1,0c0,0,0,0-0.1-0.1c0,0,0,0,0,0c-0.1,0-0.1,0.1-0.1,0.1c-0.1-0.1-0.1-0.2,0-0.3c0,0,0-0.1,0-0.1 c0-0.1,0.1-0.2,0.3-0.1c0,0,0,0,0,0c0,0,0,0,0-0.1c0,0,0,0,0,0c-0.1,0-0.2,0-0.2-0.2c0,0,0-0.1,0-0.1c0,0-0.1-0.1-0.1-0.1 c0.2-0.1,0.3,0,0.3,0.1c0,0,0,0,0,0c0,0,0,0,0,0l0.1,0c0.1,0,0.2,0.2,0.2,0.3c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0,0,0,0,0,0 c-0.1-0.1,0-0.1,0-0.2c0,0,0-0.1,0.1-0.1C46.7,42.5,46.7,42.5,46.6,42.4z M78.7,42.8c0.6-0.2,1.3-0.1,1.9,0.2 c0.6,0.3,1.1,0.8,1.3,1.4c0.2,0.4,0.1,0.9,0,1.3c-0.2,0.4-0.5,0.7-1,0.8c-0.6,0.2-1.3,0.2-1.9-0.1c-1.1-0.5-1.7-1.7-1.2-2.7 C77.9,43.3,78.2,43,78.7,42.8z M73.4,46l0.4,0.8c-0.2-0.1-0.3-0.1-0.5-0.2c-0.1,0-0.2-0.1-0.3-0.1c0-0.1,0.1-0.1,0.1-0.2 C73.3,46.3,73.3,46.1,73.4,46L73.4,46z M47.4,47.4C47.3,47.4,47.3,47.4,47.4,47.4c-0.1,0-0.2,0-0.2,0.1 C47.2,47.5,47.3,47.4,47.4,47.4c0,0.1,0,0.2-0.1,0.2c0.1,0,0.1,0.1,0.1,0.2c0,0.1-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1 c0,0.1,0,0.2,0.1,0.3c0.1,0.1,0.2,0,0.2-0.1c0-0.1,0-0.1,0-0.2c0-0.1-0.1-0.1,0-0.2c0-0.1,0.1,0,0.2,0c0-0.1,0-0.1,0-0.1 c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0,0l0-0.1c0,0,0-0.1-0.1-0.1L47.4,47.4z M99.8,47.1c-0.2,0-0.5,0-0.7,0.2c-0.2,0.2-0.3,0.5-0.3,0.7 c0,0.4,0.2,0.9,0.5,1.2c0.3,0.4,0.8,0.6,1.2,0.6c0.2,0,0.5,0,0.7-0.2c0.2-0.2,0.3-0.5,0.3-0.7c0-0.4-0.2-0.9-0.5-1.2 C100.6,47.3,100.2,47.1,99.8,47.1z M45.1,46.4c0.1,0,0.2,0.1,0.3,0.2c0,0,0,0.1,0,0.1c0,0.2-0.1,0.3-0.1,0.5c0,0.2,0,0.3,0.2,0.4 c0.3,0.2,0.4,0.4,0.5,0.4c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.2,0l0.1,0c0-0.1,0-0.2,0-0.3c0,0-0.1-0.1-0.1-0.1c0.1,0,0.2-0.2,0.2-0.4 c0,0-0.1,0-0.1-0.1c0.1,0,0.2-0.3,0.3-0.3c0-0.2,0-0.2,0-0.4c0.1,0,0.2,0,0.2,0.1c0-0.1,0.1-0.1,0.2-0.1c0,0,0.1,0,0.2,0 c0.1,0,0.1,0,0.3,0.1c0.1,0.1,0.2,0.2,0.3,0.2c0,0,0.1,0.2,0.1,0.2c0,0.1,0.1,0.1,0.1,0.2c0.1,0,0.2,0,0.2,0.1 c0,0.1-0.1,0.2-0.2,0.3c0.1,0.2-0.2,0.5-0.2,0.7c1.3-0.4,4.5,0,5.3,0c0.5,0,1.3-0.1,1.3-0.3c0-0.2-0.2-0.2-1-0.2 c-0.8,0-4.3,0.6-4.3-0.4c0-0.5,0.8-0.5,1.6-0.4l0.3,0l0.1,0c0,0,0.1-0.1,0.1-0.1c0.5-0.3,1.7,0.2,2.2-0.1c0,0.2-0.6,0.3-1.2,0.3 c1,0.2,1.9-0.5,2.6,0.1c-0.9-0.3-2.2,0.5-3.5,0.2c-0.1,0-0.2-0.1-0.2-0.1c-0.1,0-0.2,0-0.3,0l-0.3,0c-0.6,0-1.2-0.1-1.2,0.2 c0,0.6,3,0.2,4,0.2c1,0,1.3,0.2,1.3,0.5c0,0.4-1,0.5-1.6,0.5c0.6,0.1,0.8,0.1,1.1,0.1c0.2,0,0.2,0.1,0.2,0.1c0,0.2,0.2,0.1,0.3,0 c0,0.1,0,0.2-0.1,0.3c0,0,0,0,0,0c0,0,0,0,0,0l0,0.1c0,0.1,0,0.1,0.1,0.1c0,0.1-0.1,0.1-0.2,0.1l0,0l0,0c0.1,0,0.1,0.1,0.1,0.1 c0,0.2-0.2,0.2-0.2,0.3c0,0.1,0.2,0.1,0.1,0.3c0,0,0,0.1-0.1,0.1c0,0,0.1,0.1,0.1,0.1c-0.1,0.1-0.2,0-0.3-0.1c0,0-0.1,0-0.1,0 c-0.1,0-0.1-0.2,0-0.3c0,0,0,0,0,0c-0.1,0.1-0.1,0.3-0.2,0.3c0,0,0,0-0.1,0c0,0.1,0,0.1,0,0.2c-0.1,0-0.2-0.1-0.1-0.2 c0,0-0.1,0-0.1,0c-0.1-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0c-0.1,0.1-0.3,0.1-0.3-0.1c0,0,0,0,0-0.1c-0.1,0-0.2,0.1-0.2,0.1 c0-0.1,0.1-0.2,0.2-0.3c0,0,0.1-0.1,0.1-0.1c0.1,0,0.3,0.1,0.4,0c0-0.1,0-0.1,0-0.4c0-0.1,0-0.1-0.1-0.1c-0.1,0-0.3-0.1-0.5,0.1 c-0.2,0.1-0.3,0.2-0.8,0.2c-0.2,0-0.4-0.1-0.6-0.2c0.1,0.2,0,0.3,0.1,0.3c0.2,0.1,0.2,0.4,0.2,0.5c0,0.1-0.3,0.1-0.5,0 c0,0-0.1,0-0.1,0c-0.2,0,0,0.2-0.2,0.3c-0.1,0-0.2,0-0.2-0.1c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0.1,0,0.1,0,0.1 c0,0,0,0-0.1,0c0,0.1,0.1,0.1,0.2,0.1c-0.2,0.1-0.4,0-0.3-0.1c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1c0,0,0,0,0,0c0,0,0,0,0,0 c0,0,0,0.1,0,0l0,0c0,0,0,0-0.1,0c0,0.1,0,0.1,0.1,0.1c-0.2,0.1-0.3,0-0.2-0.1c0,0-0.1-0.1-0.1-0.1c-0.1-0.3,0.3-0.1,0.3-0.3 c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.1-0.1-0.1c0,0,0,0,0-0.1c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.1-0.3,0.3-0.3 c0,0,0.1-0.1,0.1-0.1c0.3-0.1,0.3,0.5,0.6,0.3c0,0,0.2-0.1,0.3-0.1c0,0,0,0,0,0c-0.1-0.1-0.2-0.1-0.3-0.1c-0.2,0-0.2-0.3-0.1-0.5 C51.2,49,51.2,49,51.1,49c-0.9-0.1-1.1,0.1-1.3,0.2l-0.1,0.1c-0.2,0.2-0.4,0.3-1.1,0.2c-0.1,0-0.1,0.3-0.4,0.2c0,0,0-0.1,0-0.1 c0,0-0.1,0-0.2,0c0,0.1-0.3,0.3-0.5,0.3c-0.1,0.1-0.2,0.1-0.3,0.1c0.1,0,0.1-0.1,0.1-0.1c0,0,0,0,0,0c-0.3,0.2-0.8,0-0.8,0.4 c-0.1-0.1,0-0.3-0.1-0.3c0,0-0.1,0.1-0.1,0.1c0,0,0-0.1,0-0.2c0,0,0,0,0,0c-0.2,0-0.3,0-0.3,0c0,0,0,0,0,0c0,0,0-0.1-0.1-0.1 c0,0.2-0.2,0.3-0.3,0.3c0.1-0.1,0.1-0.2,0.1-0.3c0,0.1-0.1,0.1-0.1,0.1c0-0.1,0-0.1-0.1-0.2c0,0,0,0,0,0c0,0.1-0.1,0.2-0.2,0.2 c-0.2,0-0.2-0.1-0.2-0.2c0,0,0,0,0,0c-0.1,0.1,0,0.2-0.2,0.3c0,0,0,0-0.1,0c0,0.1,0,0.2,0.1,0.3c-0.1,0-0.3-0.1-0.2-0.3c0,0,0,0,0,0 c0,0-0.1,0-0.1-0.1c-0.2-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0c-0.3,0.2-0.4,0.1-0.4-0.1c0,0,0-0.1,0-0.1c-0.1,0-0.1,0.1-0.2,0.1 c-0.1-0.2,0.1-0.3,0.2-0.3c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1-0.1,0.2,0,0.3,0.1c0.1,0,0.1,0,0.2,0c0,0,0,0,0,0 c-0.3-0.1-0.3-0.2-0.3-0.3c0,0,0-0.1,0-0.1C44.5,49,44.5,49,44.4,49c0.1-0.1,0.2,0,0.3,0c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0.1 c0.1,0.1,0,0.2,0.1,0.2c0.1,0.2,0.6,0,0.8-0.1c0.1-0.1,0.8,0,0.8,0c0,0-0.1-0.2-0.1-0.4c0,0-0.1-0.1-0.1-0.1c0,0.1-0.2,0.1-0.2,0.1 c-0.4-0.2-0.6-0.6-0.7-0.6c0,0-0.1,0.1,0,0.1c-0.1,0-0.1-0.1-0.1-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0.1c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0 c-0.3,0.2-0.6-0.1-0.4-0.4c0,0.3,0.4,0.3,0.4,0.1c0,0,0,0,0,0c-0.2,0-0.2-0.2-0.1-0.3c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0-0.1,0 c-0.1,0.1-0.1,0.1-0.1,0c0,0,0,0-0.1-0.1c0,0,0,0,0,0c-0.1,0,0,0.1,0,0.1c-0.1-0.1-0.1-0.2,0-0.3c0,0,0-0.1,0-0.1 c0-0.1,0.1-0.2,0.3-0.1c0,0,0,0,0,0c0,0,0,0,0-0.1c0,0,0,0,0,0c-0.1,0-0.2-0.1-0.2-0.2c0,0,0-0.1,0-0.1c0,0-0.1,0-0.1-0.1 c0.2-0.1,0.3,0,0.3,0.1c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1,0,0.2,0.2,0.2,0.3c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0,0,0,0,0,0 c-0.1-0.1,0-0.1,0-0.2c0,0,0-0.1,0.1-0.1C45.2,46.5,45.2,46.5,45.1,46.4z M56.6,35.7v15.5h12.9c0-2-0.4-4-1.1-5.8 c-0.7-1.9-1.7-3.6-2.9-5c-1.2-1.4-2.7-2.6-4.3-3.4C59.8,36.2,58.2,35.7,56.6,35.7z M55.8,35.7c-1.7,0-3.4,0.4-5,1.2 c-1.6,0.8-3,1.9-4.3,3.4c-1.2,1.5-2.2,3.2-2.9,5c-0.7,1.8-1,3.8-1.1,5.8h13.2V35.7z M73.3,51.9c0.1,0,0.3,0,0.4,0c0,0.1,0,0.2,0,0.2 c0,0.2-0.1,0.2-0.2,0.2c-0.1,0-0.1,0-0.1,0c0,0-0.1-0.1-0.1-0.2L73.3,51.9z M70.6,50.6l0,1.3c0,0,0.3,0,0.6,0l0.3,0 c0.3,0,0.5,0,0.6,0v0.2c0,0.5,0.1,0.9,0.4,1.2c0.2,0.2,0.6,0.4,0.9,0.4c0.4,0,0.7-0.1,1-0.4c0.3-0.3,0.4-0.6,0.4-1.1l0-1.5 L70.6,50.6z M60,53.3L60,53.3C59.9,53.3,59.9,53.4,60,53.3c-0.1,0.1,0,0.1,0,0.1c0,0,0,0.1-0.1,0.1c0.1,0,0.1,0.1,0.1,0.2 c0,0.1-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1c0,0.1-0.1,0.2,0.1,0.2c0.1,0.1,0.2,0,0.2-0.1c0-0.1,0-0.1,0-0.2c0-0.1-0.1-0.1,0-0.2 c0-0.1,0.1,0,0.2,0c0-0.1,0-0.1,0-0.1c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0,0l0-0.1c0,0,0-0.1-0.1-0.1L60,53.3C60,53.3,60,53.3,60,53.3 L60,53.3z M57.9,52.4c0.1,0,0.2,0.1,0.3,0.2c0,0,0,0.1,0.1,0.2c0,0.2-0.1,0.3-0.1,0.5c0,0.2,0,0.3,0.2,0.4c0.3,0.2,0.4,0.4,0.5,0.4 c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.2,0l0.2,0.1c0-0.1,0-0.2,0-0.3c0,0-0.1-0.1-0.2-0.1c0.1,0,0.2-0.2,0.2-0.4c0,0-0.1,0-0.1-0.1 c0.1,0,0.2-0.3,0.3-0.3c0-0.2,0-0.2,0-0.4c0.1,0,0.2,0,0.2,0.1c0-0.1,0.1-0.1,0.2-0.1c0,0,0.1,0,0.2,0c0.1,0,0.1,0,0.3,0.1 c0.1,0.1,0.2,0.2,0.3,0.2c0,0,0.1,0.2,0.1,0.2c0,0.1,0.1,0.1,0.1,0.2c0.1,0,0.2,0,0.2,0.1c0,0.1-0.1,0.2-0.2,0.3 c0.1,0.2-0.2,0.5-0.2,0.7c1.3-0.4,4.5,0,5.3,0c0.5,0,1.3-0.1,1.3-0.3c0-0.2-0.2-0.2-1-0.2c-0.8,0-4.3,0.6-4.3-0.4 c0-0.6,1.1-0.4,2.1-0.4c0,0,0-0.1,0.1-0.1c0.5-0.3,1.7,0.2,2.2-0.1c0,0.1-0.6,0.3-1.2,0.3c1,0.2,1.6-0.4,2.6-0.1 c-0.8-0.2-2.2,0.7-3.5,0.4c-0.1,0-0.2-0.1-0.2-0.1c-0.1,0-0.2,0-0.3,0l-0.3,0c-0.6,0-1.2-0.1-1.2,0.2c0,0.3,1,0.3,2,0.3l0.4,0 c0.6,0,1.3-0.1,1.6-0.1c1,0,1.3,0.2,1.3,0.5c0,0.4-0.9,0.5-1.6,0.5c-0.1,0,0,0,0,0c0.6,0.1,0.8,0.1,1.1,0.1c0.2,0,0.2,0.1,0.2,0.1 c0,0.2,0.2,0.1,0.3,0c0,0.1,0,0.2-0.1,0.3c0,0,0,0,0,0c0,0.1-0.1,0.2,0.1,0.2c0,0.1-0.1,0.1-0.2,0.1c0,0,0,0,0,0 c0.1,0,0.1,0.1,0.1,0.1c0,0.2-0.2,0.2-0.3,0.3c0,0.1,0.2,0.1,0.1,0.3c0,0,0,0.1-0.1,0.1c0,0,0.1,0.1,0.1,0.1c-0.1,0.1-0.2,0-0.3-0.1 c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.2,0-0.3c0,0,0,0,0,0C67,56,67,56.2,66.9,56.2h-0.1c-0.1,0.1,0,0.1,0,0.2c-0.1,0-0.1-0.1-0.1-0.2 c0,0-0.1,0-0.1,0c-0.1-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0c-0.1,0.1-0.3,0.1-0.3-0.1v0c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.1-0.2,0.3-0.3 c0,0,0.1-0.1,0.1-0.1c0.1,0,0.3,0.1,0.4,0c0.1-0.1,0-0.1,0.1-0.4c0-0.1,0-0.1-0.1-0.1c-0.1,0-0.3-0.1-0.6,0.1 c-0.2,0.1-0.4,0.2-0.8,0.2c-0.2,0-0.4-0.1-0.6-0.2c0.1,0.2,0,0.3,0.1,0.3c0.2,0.1,0.2,0.4,0.2,0.5c0,0.1-0.3,0.1-0.5,0 c0,0-0.1,0-0.1,0c-0.2,0,0,0.2-0.2,0.3c-0.1,0-0.2,0-0.2-0.1c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0.1,0,0.1,0,0.1 c0,0,0,0-0.1,0c0,0.1,0.1,0.1,0.2,0.1c-0.2,0.1-0.4,0-0.3-0.1c0,0,0-0.1,0-0.1c0,0,0,0,0-0.1c0,0,0,0,0,0c0,0,0,0,0,0 c0,0,0,0.1,0,0.1c0,0,0,0-0.1,0c0,0.1,0,0.1,0.1,0.1c-0.2,0.1-0.3,0-0.2-0.1c0,0-0.1-0.1-0.1-0.1c-0.1-0.3,0.3-0.1,0.3-0.3 c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.1-0.1-0.1l0,0c0,0,0,0,0-0.1c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.1-0.3,0.3-0.3 c0,0,0.1-0.1,0.1-0.1c0.3-0.1,0.3,0.5,0.6,0.3c0,0,0.2-0.1,0.3-0.1c0,0,0,0,0,0c-0.1-0.1-0.2-0.1-0.3-0.1c-0.2,0-0.2-0.4-0.1-0.6 C64,54.9,63.9,55,63.8,55c-1.9-0.2-1,0.7-2.6,0.5c-0.1,0-0.1,0.2-0.4,0.2c-0.1,0-0.3,0-0.3,0.1c0,0.2-0.4,0.4-0.5,0.3 c0.1,0,0.1-0.1,0.1-0.1c0,0,0,0,0,0c-0.3,0.2-0.5,0-0.5,0.4c-0.1-0.1-0.1-0.3-0.1-0.3c0,0-0.1,0.1-0.1,0.1c0,0,0-0.1,0-0.2 c0,0,0,0,0,0c-0.2,0-0.3,0-0.3,0c0,0,0,0,0,0c0,0,0-0.1-0.1-0.1c0,0.2-0.2,0.3-0.3,0.3c0.1-0.1,0.1-0.2,0.1-0.3 c0,0.1-0.1,0.1-0.1,0.1c0-0.1,0-0.1-0.1-0.2c0,0,0,0,0,0c0,0.1-0.1,0.2-0.2,0.2c-0.2,0-0.2-0.1-0.2-0.2c0,0,0,0,0,0 c-0.1,0.1,0,0.2-0.2,0.3c0,0,0,0-0.1,0c0,0.1,0.1,0.2,0.1,0.3c-0.1,0-0.3-0.1-0.2-0.3c0,0,0,0,0,0c0,0-0.1,0-0.1-0.1 c-0.2-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0c-0.3,0.2-0.4,0.1-0.4-0.1c0,0,0-0.1,0-0.1c-0.1,0-0.1,0.1-0.2,0.1c-0.1-0.1,0.1-0.3,0.2-0.3 c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1-0.1,0.1,0,0.3,0.1c0.1,0,0.1,0,0.2,0c0,0,0,0,0,0c-0.3-0.1-0.3-0.2-0.3-0.3c0,0,0-0.1,0-0.1 C57.7,55,57.6,55,57.5,55c0.1-0.1,0.2,0,0.3,0c0,0,0.1,0,0.1,0c0,0,0.1,0.1,0.1,0.1c0.1,0.1,0,0.2,0.1,0.2c0.1,0.2,0.6,0,0.8-0.1 c0.1-0.1,0.5,0,0.6,0c0,0-0.2-0.2-0.2-0.4l-0.1,0c-0.1,0-0.1-0.1-0.1-0.2c-0.1,0-0.3,0.1-0.2,0.1c-0.4-0.2-0.6-0.6-0.6-0.6 c0,0-0.1,0.1,0,0.1c-0.1,0-0.1-0.1-0.1-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0.1c0,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0 c-0.3,0.2-0.6-0.1-0.4-0.4c0,0.3,0.4,0.3,0.4,0.1c0,0,0,0,0,0c-0.2,0-0.2-0.2-0.1-0.3c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0,0,0 c-0.1,0.1-0.1,0.1-0.1,0c0,0,0,0-0.1-0.1c0,0,0,0,0,0c-0.1,0,0,0.1,0,0.1c-0.1-0.1-0.1-0.2-0.1-0.3c0,0,0,0,0,0l0-0.1 c0-0.1,0.1-0.2,0.3-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c-0.1,0-0.2-0.1-0.2-0.2c0,0,0-0.1,0-0.1c0,0-0.1-0.1-0.1-0.1 c0.2-0.1,0.3,0,0.3,0.1c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1,0,0.2,0.2,0.2,0.3c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0,0,0,0,0,0 c-0.1-0.1,0-0.1,0-0.2c0,0,0-0.1,0.1-0.1C58,52.5,57.9,52.4,57.9,52.4z M99.7,54.2c-0.5-0.4-1.3-0.1-1.8,0.5 c-0.5,0.7-0.4,1.5,0.1,1.9c0.5,0.4,1.3,0.1,1.8-0.5C100.2,55.4,100.2,54.6,99.7,54.2z M52.8,53.5c-0.4,0-1.2,0.4-2.2,0.8l2.1,3 l0.3-2.1l-0.1,0c-0.3,0-0.5-0.2-0.5-0.5c0-0.3,0.3-0.4,0.5-0.4l0.2,0C53.2,53.6,53.1,53.5,52.8,53.5z M70.4,53.8l-0.5,2.8l1.2,0.2 l0.3-1.5l0.3,0.1l-0.3,1.4l1.2,0.2l0.3-1.4l0.3,0.1L73,57.1l1.2,0.2l0.5-2.7L70.4,53.8z M59.9,57.2L59.9,57.2 C59.9,57.3,59.8,57.3,59.9,57.2c-0.1,0.1,0,0.1,0,0.1c0,0,0,0.1-0.1,0.1c0.1,0,0.1,0.1,0.1,0.2c0,0.1-0.1,0.1-0.1,0.1 c0,0-0.1,0.1-0.1,0.1c0,0.1,0,0.2,0.1,0.2c0.1,0.1,0.2,0,0.2-0.1c0-0.1,0-0.1,0-0.1c0-0.1-0.1-0.1,0-0.1c0-0.1,0.1,0,0.2,0 c0-0.1,0-0.1,0-0.1c0.1,0,0,0.1,0.1,0.1c0,0,0-0.1,0-0.1c0,0,0-0.1-0.1-0.1L59.9,57.2C60,57.2,59.9,57.2,59.9,57.2L59.9,57.2z M50.1,54.5c-0.3,0.1-0.7,0.2-1.1,0.3l3.3,4.8c0.1-0.5,0.2-1,0.2-1.5L50.1,54.5z M40.5,58.2c0.5-0.2,1.1,0,1.3,0.6 c0.1,0.1,0.1,0.3,0.1,0.4v0c0,0.4-0.2,0.7-0.6,0.9c-0.3,0.1-0.5,0.1-0.7,0c-0.2-0.1-0.4-0.3-0.5-0.6C39.7,58.9,40,58.4,40.5,58.2z M60.2,56.5c0.1,0,0.1,0,0.3,0.1c0.1,0.1,0.2,0.1,0.3,0.2c0,0,0.1,0.2,0.1,0.2c0,0.1,0.1,0.1,0.1,0.2c0.1,0,0.2,0,0.2,0.1 c0,0.1-0.1,0.2-0.2,0.2c0.1,0.1-0.1,0.4-0.2,0.6c1.2-0.2,3.3,0.1,4,0.1c0.4,0,1.3-0.1,1.3-0.3c0-0.2-0.1-0.2-0.7-0.2 c-0.8,0-3.3,0.5-3.3-0.4c0-0.5,0.7-0.4,1.2-0.4c0,0,0,0,0.1-0.1c0.5-0.3,1.7,0.1,2.1-0.1c0,0.1-0.6,0.2-1.1,0.3 c0.9,0.2,1.5-0.4,2.5,0c-0.7-0.2-2.1,0.7-3.3,0.3c-0.1,0-0.2-0.1-0.2-0.2c-0.3,0-0.9-0.1-0.9,0.2c0,0.5,2.1,0.2,3,0.2 c0.9,0,1,0.2,1,0.4c0,0.4-1.1,0.5-1.6,0.5c-0.1,0,0,0,0,0c0.5,0,0.9,0.1,1.2,0.1c0.2,0,0.2,0.1,0.2,0.1c0,0.2,0.2,0.1,0.3,0 c0,0.1-0.1,0.2-0.1,0.2c0,0,0,0,0,0c0,0,0,0,0,0l0,0.1c0,0.1,0,0.1,0.1,0.1c-0.1,0.1-0.1,0.1-0.2,0.1c0,0,0,0,0,0 c0.1,0,0.1,0.1,0.1,0.1c-0.1,0.2-0.3,0.2-0.3,0.3c0,0.1,0.2,0.1,0,0.3c0,0-0.1,0.1-0.1,0.1c0,0,0.1,0.1,0.1,0.1 c-0.1,0.1-0.2,0-0.2-0.1c0,0-0.1,0-0.1,0c-0.1,0,0-0.2,0-0.3c0,0,0,0,0,0c-0.1,0.1-0.1,0.3-0.2,0.2c0,0,0,0-0.1,0 c-0.1,0.1-0.1,0.1-0.1,0.2c-0.1,0-0.1-0.1-0.1-0.2c0,0-0.1,0-0.1,0c-0.1-0.1,0.1-0.2,0.2-0.3c0,0,0,0,0,0c-0.1,0.1-0.3,0.1-0.2-0.1 c0,0,0,0,0,0c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.2-0.2,0.3-0.2c0,0,0.1-0.1,0.1-0.1c0.1,0,0.3,0.1,0.4,0c0.1-0.1,0-0.1,0.1-0.4 c0-0.1,0-0.1,0-0.1c-0.1,0-0.3-0.1-0.5,0.1c-0.2,0.1-0.4,0.2-0.8,0.2c-0.2,0-0.4-0.1-0.6-0.1c0.1,0.1,0,0.3,0.1,0.3 c0.2,0.1,0.2,0.4,0.1,0.5c0,0.1-0.3,0.1-0.4,0c0,0-0.1,0-0.1,0c-0.2,0,0,0.2-0.2,0.3c-0.1,0-0.2,0-0.2-0.1c0,0,0,0-0.1,0 c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0,0,0-0.1,0c0,0.1,0.1,0.1,0.2,0.1c-0.2,0.1-0.3,0-0.3-0.1c0,0,0-0.1,0-0.1 c0,0,0,0,0-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0,0,0-0.1,0c0,0,0,0.1,0.1,0.1c-0.2,0.1-0.2,0-0.2-0.1 c0,0-0.1-0.1-0.1-0.1c-0.1-0.3,0.3-0.1,0.3-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.1-0.1c0,0,0,0,0-0.1 c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.1-0.3,0.3-0.3c0,0,0.1-0.1,0.1-0.1c0.3-0.1,0.3,0.5,0.6,0.3c0,0,0.2-0.1,0.3-0.1c0,0,0,0,0,0 c-0.1-0.1-0.2-0.1-0.3-0.1c-0.2,0-0.2-0.4-0.1-0.6c-0.1,0.1-0.2,0.2-0.3,0.1c-1.3-0.2-0.7,0.5-1.5,0.5c-0.1,0-0.1,0.2-0.3,0.2 c0.1,0,0.1-0.1,0-0.1c0,0,0,0.1-0.1,0.1c-0.1,0.2-0.4,0.6-0.6,0.4c0.1,0,0.1-0.1,0.1-0.1c0,0,0,0,0,0c-0.3,0.2-0.6,0.1-0.6,0.5 c-0.1-0.1,0-0.3-0.1-0.3c0,0-0.1,0.1-0.1,0.1c0,0,0-0.1,0-0.2c0,0,0,0,0,0c-0.2,0-0.3,0-0.3,0c0,0,0,0,0,0c0,0,0-0.1-0.1-0.1 c0,0.2-0.2,0.3-0.3,0.3c0.1-0.1,0.1-0.2,0.1-0.3c0,0.1-0.1,0.1-0.1,0.1c0-0.1,0-0.1-0.1-0.2c0,0,0,0,0,0c0,0.1-0.1,0.2-0.2,0.2 c-0.2,0-0.2-0.1-0.2-0.2c0,0,0,0,0,0c-0.1,0.1,0,0.2-0.1,0.3c0,0-0.1,0-0.1,0c0,0.1,0,0.2,0.1,0.2c-0.1,0-0.3-0.1-0.2-0.3 c0,0,0,0,0,0c0,0-0.1,0-0.1-0.1c-0.1-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0c-0.3,0.2-0.3,0.1-0.4-0.1c0,0,0,0,0,0l0-0.1 c-0.1,0-0.1,0.1-0.2,0.1c-0.1-0.1,0.1-0.3,0.2-0.3c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1-0.1,0.1,0,0.3,0.1c0.1,0,0.1,0,0.2,0 c0,0,0,0,0,0c-0.3-0.1-0.3-0.2-0.3-0.2c0,0,0-0.1,0-0.1c0-0.1-0.1-0.1-0.2-0.1c0.1-0.1,0.2,0,0.3,0c0,0,0.1,0,0.1,0 c0,0,0.1,0,0.1,0.1c0.1,0.1,0,0.2,0.1,0.2c0.1,0.2,0.6,0,0.7-0.1c0.1-0.1,0.5,0,0.5,0c0,0,0-0.3,0-0.5l-0.2,0 c-0.1,0-0.1-0.1-0.1-0.1c-0.3-0.2-0.3-0.1-0.4-0.1c0,0,0,0.1,0,0.1c-0.1,0-0.1-0.1-0.1-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0.1 c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0c-0.3,0.2-0.6-0.1-0.4-0.4c0,0.3,0.3,0.3,0.3,0.1c0,0,0,0,0,0c-0.2,0-0.2-0.2-0.1-0.3c0,0,0,0,0,0 c0,0,0,0-0.1,0c0,0,0,0-0.1,0c-0.1,0-0.1,0.1-0.1,0c0,0,0,0-0.1,0c0,0,0,0,0,0c0,0,0,0.1,0,0.1c-0.1-0.1-0.1-0.2,0-0.3 c0,0,0-0.1,0-0.1c0-0.1,0.1-0.2,0.3-0.1c0,0,0,0,0,0c0,0,0,0,0-0.1c0,0,0,0,0,0c-0.1,0-0.2-0.1-0.2-0.2c0,0,0-0.1,0-0.1 c0,0-0.1,0-0.1,0c0.1-0.1,0.3-0.1,0.3,0.1c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1,0,0.2,0.2,0.2,0.3c0,0,0,0,0,0c0,0,0-0.1,0-0.1 c0,0,0,0,0,0c-0.1-0.1,0-0.1,0-0.2c0,0,0-0.1,0.1-0.1c0-0.1-0.1-0.1-0.1-0.2c0.1,0,0.2,0.1,0.3,0.2c0,0,0,0.1,0,0.1 c0,0.2-0.1,0.3-0.1,0.5c0,0.2,0,0.3,0.2,0.4C58.8,58,58.9,58,59,58c0,0,0,0,0.1,0l0.1,0c0-0.1,0-0.2,0.1-0.4c0,0-0.1-0.1-0.1-0.1 c0.1,0,0.1-0.2,0.2-0.4c0,0-0.1,0-0.1-0.1c0.1,0,0.2-0.3,0.3-0.3c0-0.1,0-0.2,0-0.3c0.1,0,0.2,0,0.2,0.1c0-0.1,0.1-0.1,0.2-0.1 C60,56.5,60.2,56.5,60.2,56.5z M41.7,57c-0.5-0.2-1.1-0.2-1.7,0c-0.6,0.2-1,0.6-1.2,1.1c-0.2,0.5-0.2,1.2,0,1.8 c0.2,0.6,0.7,1.1,1.2,1.3c0.5,0.2,1.1,0.2,1.7,0c0.6-0.2,1-0.6,1.2-1.2c0.1-0.3,0.2-0.6,0.2-0.9c0-0.3-0.1-0.6-0.2-0.9 C42.7,57.7,42.3,57.3,41.7,57z M48.4,54.9c-0.2,0-0.5,0.1-0.7,0.1c-0.1,0-0.3,0-0.4,0l4.8,6.8c0.1-0.4,0.1-0.9,0.2-1.4L48.4,54.9z M59.7,61.2C59.6,61.2,59.6,61.2,59.7,61.2c-0.1,0-0.2,0-0.1,0.1C59.5,61.3,59.6,61.2,59.7,61.2c0,0.1,0,0.1-0.1,0.2 c0.1,0,0.1,0.1,0.1,0.1c0,0.1-0.1,0.1-0.1,0.1c0,0-0.1,0-0.1,0.1c0,0.1,0,0.2,0.1,0.2c0.1,0.1,0.2,0,0.2-0.1c0-0.1,0-0.1,0-0.1 c0,0-0.1-0.1,0-0.1c0-0.1,0.1,0,0.2,0c0-0.1,0-0.1,0-0.1c0.1,0,0,0.1,0.1,0.1c0,0,0-0.1,0-0.1c0,0,0-0.1-0.1-0.1L59.7,61.2z M96.2,59.6c-0.5-0.4-1.3-0.1-1.8,0.5c-0.5,0.7-0.4,1.5,0.1,1.9c0.5,0.4,1.3,0.1,1.8-0.5C96.8,60.8,96.8,60,96.2,59.6z M69.8,56.9 l-0.5,1.1l2,0.8l-2.6,0.9l-0.4,0.9l4,1.6l0.5-1.1l-2-0.8l2.7-0.9l0.4-0.9L69.8,56.9z M46.6,55c-0.3,3.9,2.4,6.5,5.2,7.5L46.6,55z M59.8,60.5c0.1,0,0.1,0,0.3,0.1c0.1,0.1,0.2,0.1,0.3,0.2c0,0,0.1,0.2,0.1,0.2c0,0,0.1,0.1,0.1,0.2c0.1,0,0.2,0,0.2,0.1 c0,0.1-0.1,0.2-0.2,0.2c0.1,0.2-0.2,0.5-0.3,0.7v0c1.3-0.3,2.4,0.1,3,0.1c0.8,0,1.4-0.2,1.4-0.4c0-0.1-0.6-0.1-1.3,0l-0.3,0l-0.2,0 c-0.9,0-1.3-0.1-1.3-0.4c0-0.3,0.3-0.5,0.7-0.6c0,0,0.1-0.1,0.1-0.1c0.5-0.3,1.7,0.1,2.1-0.1c0,0.1-0.6,0.3-1.1,0.3 c0.9,0.2,1.5-0.4,2.5-0.1c-0.7-0.2-2.1,0.7-3.3,0.4c-0.1,0-0.2-0.1-0.2-0.2c-0.2,0.1-0.4,0.2-0.4,0.4c0,0.2,0.7,0.2,1.5,0.2l0.3,0 c0.1,0,0.2,0,0.3,0c0.7-0.1,1,0,1,0.3c0,0.3-0.6,0.6-1.7,0.6c0,0-0.2,0-0.3,0c0,0.2,0.4,0.3,0.5,0.5c0.1,0.1,0.1,0.2-0.2,0.3 c-0.1,0.1,0.1,0.2,0.2,0.2c-0.1,0.1-0.2,0.1-0.2,0.1c0,0,0,0,0,0c0,0.1-0.2,0.1-0.1,0.2c-0.1,0-0.1,0-0.1,0l0,0c0,0,0,0,0,0 c0,0.1,0,0.1,0,0.2c-0.2,0.1-0.3-0.1-0.3,0c-0.1,0.1,0.1,0.2-0.1,0.3c0,0-0.1,0-0.1,0c0,0,0,0.1,0,0.1c-0.1,0-0.2-0.2-0.1-0.2 c0,0,0-0.1,0-0.1c0-0.1,0.1-0.2,0.2-0.2c0,0,0,0,0,0c-0.1,0-0.2,0.1-0.3,0.1c0,0,0,0,0-0.1c-0.1,0-0.1,0.1-0.1,0.1 c0-0.1,0-0.2,0-0.2c0,0,0-0.1,0-0.1c0-0.1,0.2-0.1,0.3-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0-0.1-0.1,0-0.1c0,0,0,0,0,0 c-0.1,0-0.2,0-0.2,0c0-0.1,0.2-0.1,0.3-0.1c0,0,0.1,0,0.1,0c0.1,0,0.1,0.1,0.2,0.2l0,0c0.1,0,0.1-0.1,0.3-0.2c0.1,0,0-0.1,0-0.1 c0,0-0.3-0.2-0.5-0.2c-0.1,0.2-0.8,0.1-1,0c0.5,0.3,0.2,0.9,0.3,0.9c0.2,0.1,0.2,0.4,0.1,0.4c0,0.1-0.2,0-0.3,0c0,0-0.1,0-0.1,0 c-0.2,0,0,0.2-0.2,0.3c-0.1,0-0.2,0-0.2-0.1c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0,0,0-0.1,0 c0,0.1,0.1,0.1,0.2,0.1c-0.2,0.1-0.3,0-0.3-0.1c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0-0.1,0 c0,0,0,0.1,0.1,0.1c-0.1,0-0.2,0-0.2-0.1c0,0,0-0.1,0-0.1c-0.1-0.3,0.3-0.1,0.3-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0 c-0.1,0-0.1,0-0.1-0.1c0,0,0,0,0-0.1c-0.1,0-0.1,0.1-0.2,0.1c0-0.1,0.1-0.3,0.2-0.3c0,0,0.1-0.1,0.1-0.1c0.3-0.1,0.3,0.5,0.6,0.3 c0,0,0.1,0,0.2-0.1c0,0,0,0,0,0c-0.1-0.1-0.3-0.3-0.3-0.4c0-0.1,0-0.4,0.1-0.5c-0.3,0-0.5,0.3-0.8,0.3c0,0-0.1,0-0.1,0 c-0.1,0.5-0.2,0.6-0.2,0.7c0,0.1-0.3,0.3-0.4,0.3c0.1,0,0.1-0.1,0.1-0.1c0,0,0,0,0,0c-0.2,0.2-0.5,0-0.5,0.4c-0.1-0.1,0-0.2-0.1-0.2 c0,0-0.1,0.1-0.1,0.1c0,0,0-0.1,0-0.2c0,0,0,0,0,0c-0.1,0-0.3,0-0.3,0c0,0,0,0,0,0c0,0,0-0.1-0.1-0.1c0,0.2-0.2,0.2-0.3,0.3 c0.1-0.1,0.1-0.2,0.1-0.3c0,0.1-0.1,0.1-0.1,0.1c0-0.1,0-0.1-0.1-0.2c0,0,0,0,0,0c0,0.1-0.1,0.2-0.2,0.2c-0.2,0-0.2-0.1-0.2-0.2 c0,0,0,0,0,0c-0.1,0.1,0,0.2-0.1,0.3c0,0,0,0-0.1,0c0,0.1,0,0.2,0.1,0.2c-0.1,0-0.3-0.1-0.2-0.3c0,0,0,0,0,0c0,0-0.1,0-0.1,0 c-0.1-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0c-0.3,0.2-0.3,0.1-0.4-0.1c0,0,0,0,0-0.1c-0.1,0-0.1,0.1-0.1,0.1c-0.1-0.1,0.1-0.3,0.2-0.3 c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1-0.1,0.1,0,0.2,0.1c0.1,0,0.1,0,0.1,0c0,0,0,0,0,0c-0.3-0.1-0.3-0.2-0.2-0.2c0,0,0-0.1,0-0.1 c0-0.1-0.1-0.1-0.2-0.1c0.1-0.1,0.2,0,0.3,0c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0.1c0.1,0.1,0,0.1,0.1,0.2c0.1,0.1,0.2,0.1,0.3,0.1 c0,0,0.1,0,0.1,0c0.2,0,0.3-0.1,0.3-0.1c0.1-0.1,0.5,0,0.6,0c0,0-0.1-0.1-0.1-0.3c-0.2,0-0.4-0.1-0.4-0.3c-0.4-0.2-0.3-0.6-0.4-0.6 c0,0,0,0.1,0,0.1c-0.1,0-0.1-0.1-0.1-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0.1c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0c-0.2,0.1-0.6-0.1-0.4-0.4 c0,0.3,0.3,0.3,0.3,0c0,0,0,0,0,0c-0.2,0-0.2-0.2-0.1-0.3c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0,0,0c-0.1,0-0.1,0.1-0.1,0 c0,0,0,0-0.1-0.1c0,0,0,0,0,0c0,0,0,0.1,0,0.1c-0.1-0.1-0.1-0.2,0-0.2c0,0,0-0.1,0-0.1c0-0.1,0.1-0.2,0.3-0.1c0,0,0,0,0,0 c0,0,0,0,0-0.1c0,0,0,0,0,0c-0.1,0-0.2,0-0.2-0.2l0,0c0,0,0-0.1,0-0.1c0,0-0.1,0-0.1,0c0.1-0.1,0.3,0,0.3,0.1c0,0,0,0,0,0 c0,0,0.1,0,0.1,0c0.1,0,0.2,0.2,0.2,0.3c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0,0,0,0,0,0c0-0.1,0-0.1,0-0.2c0,0,0-0.1,0.1-0.1 c0-0.1-0.1-0.1-0.1-0.2c0.1,0,0.2,0.1,0.2,0.2c0,0,0,0.1,0,0.1c0,0.1-0.1,0.3-0.1,0.4c0,0.2,0,0.3,0.2,0.4c0.2,0.1,0.5,0.6,0.7,0.8 c0-0.2,0-0.5,0.1-0.8c0,0-0.1-0.1-0.1-0.1c0.1,0,0.1-0.2,0.2-0.4c0,0-0.1,0-0.1-0.1c0.1,0,0.2-0.2,0.3-0.2c0-0.1,0-0.2,0-0.3 c0.1,0,0.1,0,0.2,0.1c0-0.1,0.1-0.1,0.2-0.1C59.7,60.5,59.8,60.5,59.8,60.5z M52.8,52.7c0.9,0,1.4,0.6,1.4,1.5l0,0.2l0.2,0 c0.2,0,0.5,0.2,0.4,0.5c0,0.3-0.3,0.4-0.5,0.4l-0.2,0l-0.2,7.5l0.2,0l-0.1,0.7c-0.1,0.2-0.3,0.3-0.5,0.3c0.1,1.2-0.9,1.4-1.3,1.4 c-0.5,0-1-0.3-1-0.9c0-0.5,0.4-0.7,0.7-0.7c0.3,0,0.5,0.1,0.4,0.4c-0.1,0.2-0.6,0-0.6,0.3c0,0.2,0.2,0.3,0.4,0.3 c0.4,0,0.6-0.2,0.6-0.6c0-0.7-0.7-0.8-1.4-0.6c-4.3-1.3-6.6-5.5-6.3-8.7c-0.1,0-0.2-0.1-0.3-0.1l0.3-0.7C45.1,54,44.9,54,44.8,54 c-0.3,0-0.5-0.2-0.5-0.5c0-0.3,0.2-0.5,0.5-0.5c0.3,0,0.5,0.2,0.5,0.5c0,0,0,0,0,0.1l0.3-0.6c0.7,0.4,1.8,0.8,2.7,0.8 C50.4,53.8,52,52.7,52.8,52.7z M68.5,61.2c-0.5,0.2-1,0.5-1.2,0.8c-0.2,0.3-0.3,0.7-0.2,1c0.1,0.3,0.3,0.6,0.6,0.8 c0.7,0.5,1.4,0.1,1.8-0.1c0.2-0.1,0.4-0.2,0.5-0.2c0.1,0.1,0,0.4-1.3,0.8l1.2,0.8c0.3-0.1,0.8-0.4,1-0.7c0.2-0.3,0.3-0.6,0.3-0.9 c0-0.1,0-0.2,0-0.2c-0.1-0.3-0.3-0.6-0.6-0.8c-0.6-0.4-1.2-0.1-1.7,0.1c-0.2,0.1-0.6,0.3-0.7,0.2c0,0,0,0,0,0c0,0,0-0.1,0.1-0.2 c0.1-0.2,0.6-0.5,1.2-0.6l0.2,0L68.5,61.2z M43.7,60.6L40.2,63l0.7,1c0,0,1.1-0.8,1.3-0.9c0,0,0.1,0.2,0.3,0.4l0.2,0.3 c0.1,0.2,0.2,0.3,0.3,0.4c-0.1,0-0.3,0.2-0.5,0.4l-0.2,0.2c-0.3,0.2-0.5,0.4-0.5,0.4l0.7,1l3.5-2.5l-0.7-1c0,0-0.2,0.2-0.5,0.4 l-0.2,0.2c-0.2,0.2-0.5,0.3-0.5,0.4c0,0-0.1-0.2-0.3-0.4l-0.2-0.3c-0.1-0.2-0.2-0.3-0.3-0.4c0.1-0.1,1.3-0.9,1.3-0.9L43.7,60.6z M66.3,63.5l-2,2l0.9,0.8l1.1-1.1l0.3,0.2l-1,1l0.9,0.8l1-1l0.2,0.2l-1.1,1.1l0.9,0.9l1.9-2L66.3,63.5z M94.1,66.6 c-0.3,0-0.5,0.2-0.7,0.3c-0.3,0.3-0.5,0.7-0.5,1.2c0,0.5,0.2,1,0.4,1.2c0.1,0.1,0.4,0.3,0.7,0.3l0.1,0c0.2,0,0.4-0.2,0.5-0.3 c0.3-0.3,0.5-0.7,0.5-1.2C95.2,67.3,94.7,66.6,94.1,66.6z M58.5,18.3c-0.9,0.6-1.7,1.6-1.9,2.5c0.7-0.1,1.7-0.6,2.3-1.4 c-0.2,1.4-0.2,2.3,0,3.6c-0.5-0.7-1.6-1.3-2.4-1.4c0.2,2.2,2.2,2.5,3.3,2.5c1.2,0,2.2-0.4,2.3-1.2c0.1-0.7-0.4-1-0.7-1 c-0.4,0-0.8,0.4-0.9,1.2c-0.4-0.6-0.8-2.8,0.4-2.9c0.9-0.1,1.4,1.1,1.6,2.3c0.3-1,1.2-2.3,2.1-2c1.2,0.3,0.4,2.6-0.4,3 c0.2-0.4,0.1-1.3-0.4-1.3c-0.6-0.1-0.9,0.5-0.9,0.9c0,0.7,0.9,1.2,1.8,1.5c1.7,0.4,2.9-0.5,3.3-1.1c-0.8-0.3-1.4-0.2-2.2,0.2 c0.4-0.8,0.8-2.1,1-2.9c0.2,0.9,0.8,1.5,1.5,2c0.2-0.7,0.1-1.9-0.6-3l2.7,1.1c-1.3,1.4-2.7,4.6-3.6,7.2c0.5,0.5,0.8,1,0.8,1.8 c0,1.2-0.8,2-1.6,2.5c1.5,1,2.8,2.1,4,3.5c1,1.1,1.9,2.3,2.6,3.6c-0.1,0.1-0.2,0.3-0.4,0.5c-0.1,0.2-0.2,0.3-0.3,0.4l-0.2-0.3 L68,41.8l1.3,2.6l1.1-0.5c0,0-0.6-1.3-0.7-1.4l1.6-0.8c0,0.4,0.1,0.8,0.4,1.2c0.3,0.5,0.7,1.2,1.1,2c-0.2,0.3-0.7,0.9-1,1.2 c-0.1,0.1-0.1,0.2-0.2,0.2l-1.8,0.5l0.3,1.2l1.8-0.5c0,0,0.3,0.1,0.3,0.1c0.5,0.2,1.8,0.6,2.3,0.8c0.3,0.7,0.8,1.1,1.2,1.4 c0,0.5,0,1.1,0,1.6c0,3-0.5,5.9-1.5,8.7c-1,2.7-2.4,5.1-4.2,7.1c-0.9,1-1.8,1.9-2.8,2.7c-0.3,0.2-1.4,0.4-6-0.7 c-0.6-0.1-0.7-0.3-1.3-0.4c0.1-0.6,0.2-1,0.4-1.4c0.2-0.5,0.5-1.1,0.9-1.3c1.6-0.8,3-1.9,4.3-3.4c1.2-1.4,2.2-3.1,2.9-5 c0.7-1.8,1-3.8,1.1-5.8H56.6v14.4c0.3,0,0.6,0,1,0.1l0.4,0c0.9,0.1,1.7,0.2,1.7,0.2c-0.5,0.6-0.7,1-0.9,2c-1.5-0.5-3-1-4.5-1.6 c0.5-0.5,1-0.6,1.6-0.6V51.9H42.6c0,0.4,0,0.9,0.1,1.3c-0.8-1.5,0.1-1.4-0.8-2.6c-0.6-0.8-0.9-1.3-0.9-2.5c0-0.6-0.4-1.4-1-2.2 c0.3-0.1,0.7-0.3,0.9-0.5c0.2-0.2,0.5-0.4,0.6-0.3c0,0,0,0.1,0,0.2c-0.1,0.2-0.6,0.7-1.1,1l1.2,0.5c0.4-0.3,0.8-0.7,1-1.1 c0.1-0.4,0.1-0.7,0-1.1c-0.1-0.3-0.4-0.6-0.7-0.7c-0.8-0.3-1.4,0.2-1.8,0.5c-0.1,0.1-0.4,0.3-0.5,0.3c-0.1-0.1,0.5-0.7,1.1-1.1 l-1.3-0.5c-0.3,0.2-0.7,0.6-0.8,0.9c0,0,0,0.1,0,0.1c-0.3-0.3-0.6-0.6-0.9-0.9c0-0.1,0.1-0.3,0.1-0.4c1-2.7,2.4-5,4.2-7.1 c1.2-1.4,2.5-2.5,4-3.5c-0.8-0.5-1.6-1.2-1.6-2.5c0-0.7,0.3-1.3,0.8-1.7c-0.8-2.7-2.3-5.9-3.6-7.3l2.6-1.1c-0.7,1.1-0.7,2.3-0.6,3 c0.7-0.5,1.3-1.1,1.5-2c0.1,0.8,0.6,2.1,1,2.9c-0.8-0.4-1.4-0.5-2.2-0.2c0.5,0.6,1.6,1.5,3.3,1.1c0.9-0.2,1.9-0.7,1.8-1.5 c0-0.4-0.3-1-0.9-0.9c-0.6,0.1-0.6,0.9-0.4,1.3c-0.8-0.4-1.5-2.7-0.4-3c0.9-0.3,1.8,1,2.1,2c0.2-1.2,0.7-2.3,1.6-2.3 c1.2,0.1,0.8,2.3,0.4,2.9c-0.1-0.8-0.5-1.2-0.9-1.2c-0.3,0-0.8,0.3-0.7,1c0.1,0.7,1.1,1.2,2.3,1.2c1.1,0,3.1-0.4,3.3-2.5 c-0.7,0.1-1.8,0.7-2.3,1.4c0.2-1.3,0.2-2.2,0-3.6c0.6,0.8,1.6,1.3,2.3,1.4c-0.2-0.9-1-1.9-1.9-2.5H58.5z M94.1,65.9 c0.5,0,1,0.3,1.3,0.7c0.3,0.4,0.5,1,0.5,1.6c0,0.7-0.3,1.3-0.7,1.7c-0.3,0.3-0.8,0.5-1.2,0.5c-0.4,0-0.9-0.2-1.2-0.5 c-0.4-0.4-0.6-1.1-0.6-1.7v-0.1c0-0.7,0.3-1.3,0.7-1.7C93.2,66,93.7,65.9,94.1,65.9z M110.1,66.4c-1.2,0-2.2,1-2.2,2.2 c0,1.2,1,2.2,2.2,2.2c1.2,0,2.2-1,2.2-2.2C112.2,67.3,111.3,66.4,110.1,66.4z M110.1,65.6c1.6,0,2.9,1.3,2.9,2.9 c0,1.6-1.3,2.9-2.9,2.9c-1.6,0-2.9-1.3-2.9-2.9C107.2,66.9,108.5,65.6,110.1,65.6z M52.2,69c-0.7,0-1.3,0.6-1.3,1.3 c0,0.7,0.6,1.3,1.3,1.3c0.7,0,1.3-0.6,1.3-1.3C53.5,69.6,52.9,69,52.2,69z M48.8,64.5c-1.1,0-2.4,1.3-2.7,1.6L46,66.2l-0.2,0 c-0.3-0.1-0.6-0.1-0.9-0.2c0.1,0.3,0.2,0.5,0.4,0.8l0.1,0.1l-0.1,0.1c-0.6,0.9-0.9,1.8-0.9,2.5c0,0.5,0.5,1.4,1.3,1.8 c0.5,0.3,1.1,0.2,1.6-0.1c-0.3-0.2-0.7-0.4-0.9-0.6l-0.1-0.1c-0.2-0.1-0.5-0.3-0.6-0.6c0-0.1,0-0.1,0-0.2c0-0.3,0.1-0.6,0.4-1.1 c0.1-0.1,0.1-0.2,0.2-0.2c0-0.1,0.1-0.1,0.1-0.2l0.1-0.2l0.2,0.1c0.4,0.3,0.9,0.4,1.2,0.3c0.1,0,0.2-0.1,0.3-0.2 c0.2-0.3,0.1-0.8-0.5-1.3l-0.2-0.2l0.3-0.4c0.2-0.2,0.4-0.5,0.7-0.7c0.5-0.4,1-0.4,1.6,0l0.3,0.2c0.2,0.1,0.4,0.3,0.5,0.4 c-0.1-0.4-0.2-0.8-0.5-1.1C49.9,64.7,49.4,64.5,48.8,64.5z M106.1,70.7c-0.4-0.1-0.9,0-1.3,0.3c-0.4,0.3-0.7,0.7-0.8,1.1 c0,0.2,0,0.5,0.1,0.7c0.3,0.5,1.2,0.6,1.9,0.1c0.4-0.3,0.7-0.7,0.8-1.1c0-0.2,0-0.5-0.1-0.7C106.5,70.8,106.3,70.7,106.1,70.7z M57.7,71c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.6,0,1.1-0.5,1.1-1.2C58.9,71.5,58.4,71,57.7,71z M98,71.6 c-0.5-0.1-0.9,0-1.3,0.2c-0.2,0.1-0.4,0.3-0.4,0.6c-0.1,0.6,0.5,1.2,1.3,1.4c0.8,0.1,1.6-0.2,1.7-0.8c0,0,0-0.1,0-0.1 C99.3,72.3,98.8,71.7,98,71.6z M96.3,71.2c0.5-0.3,1.2-0.5,1.8-0.4c1.2,0.2,2.1,1.2,1.9,2.2c-0.1,0.5-0.4,0.9-0.9,1.2 c-0.5,0.3-1.1,0.3-1.6,0.2c-0.6-0.1-1.1-0.4-1.5-0.8c-0.4-0.4-0.5-0.9-0.4-1.5C95.7,71.9,95.9,71.5,96.3,71.2z M42.9,54.3 c0.2,1.1,0.5,2.3,0.8,3.3c0.7,1.9,1.7,3.6,2.9,5c0.4,0.5,0.9,1,1.4,1.4c0.3-0.1,0.6-0.2,0.9-0.2c0.7,0,1.4,0.3,1.9,0.9 c0.5,0.6,0.8,1.3,0.7,2l0,0c3.3,1.5,6.8,2.8,9.7,3.5c1.8,0.5,4,0.9,5.5,0.7c-0.1,0.1-0.1,0.1-0.2,0.2c-0.5,0.5-1.2,1-2,1.5 c-1.9,1.2-3.8,1.9-5.2,1.9c-1.7,0-3.8-0.3-6-1c-2-0.5-3.8-1.3-5.2-2c-0.8,0.6-1.6,0.7-2.4,0.3c-1-0.5-1.6-1.6-1.6-2.3 c0-0.1,0-0.3,0-0.4c-0.7-0.6-1.3-1.2-1.9-1.9c-1.8-2.1-3.2-4.5-4.2-7.1c-0.5-1.2-0.8-2.5-1.1-3.8c1.7,0.6,2.3,0.1,2.8-0.5 c0.2,0,0.2,0.3,0.2,0.5C41.6,56.4,42.7,55.3,42.9,54.3z M75.5,73.8c0.3,0.1,0.3,0.1,0.3,0.1c1,0.3,1.2,0.8,0.9,1.4 c-0.3,0.8-0.9,1-1.7,0.7c0,0-0.2,0-0.3-0.1C74.8,75.9,75.4,74,75.5,73.8z M80.4,75.9c0,0,0.3,0.2,0.4,0.2c0.1,0.1,0.2,0.2,0.2,0.3 c0,0,0,0.1,0,0.1c0,0.1-0.1,0.1-0.2,0.1c-0.1,0-0.2,0-0.3-0.1c0,0-0.2-0.1-0.3-0.2c0-0.1,0.1-0.2,0.2-0.3L80.4,75.9 C80.4,75.9,80.4,75.9,80.4,75.9z M74.6,72.3L73,76.8l1.6,0.4c1.3,0.3,2.7,0.2,3.4-1.6c0.6-1.6-0.4-2.6-1.6-2.9L74.6,72.3z M35.4,72.9L34,73.3l1.2,2.7c0.2,0.5,0.2,0.7-0.4,1c-0.5,0.2-0.8,0.1-1-0.5c0,0-1.1-2.6-1.1-2.6l-1.2,0.6l1.1,2.5 c0.5,1,1.3,1.6,2.7,1c1.5-0.6,1.6-1.6,1.1-2.7L35.4,72.9z M79.8,74.1l-2.4,4.1l1.2,0.6c0,0,0.7-1.3,0.9-1.5c0.2,0.1,0.2,0.3,0.2,0.8 l0.1,1.4c0.1,0.1,1.2,0.8,1.5,0.9c0,0-0.1-1.1-0.2-2.1c0-0.3,0-0.5-0.1-0.7c0.1,0,0.2,0,0.4,0c0.3-0.1,0.6-0.3,0.7-0.6 c0.3-0.5,0.3-0.9,0-1.3c-0.2-0.3-0.5-0.6-0.7-0.7L81.3,75C80.9,74.7,80.1,74.3,79.8,74.1z M83.9,78.7c0.3-0.1,0.6,0,0.9,0.2 c0.3,0.2,0.5,0.4,0.6,0.7c0.1,0.3,0,0.6-0.1,0.8c-0.2,0.3-0.4,0.5-0.7,0.5c-0.3,0.1-0.6,0-0.9-0.1c-0.3-0.2-0.5-0.4-0.6-0.7 c-0.1-0.3,0-0.6,0.1-0.8C83.4,78.9,83.6,78.7,83.9,78.7z M32.5,12.4c0.5,1.1,0.6,2.1,0.1,3.6c1.3,0.1,2,1.2,3.3,0.9 c-0.8,1-1.6,1-2.5,0.9l-0.3-0.1c-0.2,0-0.5-0.1-0.7-0.1c3.5,1.1,4.2,4.6,6.1,4.8c-2.1,1.6-3.5-1.3-5.3-1.2c4.7,2.4,4.7,5.2,6,5.3 c-1.5,1.3-2.6-0.4-4.5-0.9c3.7,2.5,4,4.5,3.7,6.1c0.8,0.8,1.1,1.9,1.1,3.1c0.8-0.5,1.6-0.9,2.5-1.1c-0.4,0.3-0.7,0.7-1,1.1 c-1.9,2.1-3.4,4.6-4.4,7.3c-0.8-0.8-2-1.9-2.4-2.4c-0.8-0.7-1.1-0.8-1.4-0.7c0.5,0.6,1.6,1.8,2.7,3l0.6,0.6c1.2,1.4,2.4,2.7,3,3.3 c1.2,1.4,1.1,2.4,1.2,3.4c0.2,1,1.2,1.8,1.1,2.5c-0.1,0.9,0.6,1.4,0.6,2.1c0,0.9-0.8,1.3-1.6,1.5c0.6-1.2,0.1-1.9-0.9-2.1 c0.2,2.3-1.6,2.7-2.3,2.3c0.7-0.1,1-1.2,0.6-2.2c-0.3,0.8-1.1,1.4-1.9,1.4c-0.7,0-1.3-0.5-1.5-1.1c0.8,0.6,1.5-0.1,1.5-0.5 c0-0.4-0.8-0.7-0.8-1.3c0-1.6,1.7-1.2,1.7-2.6c0-0.6-0.3-0.8-0.7-0.8c-0.4,0-0.9,0.2-1.1,1.1c-0.9-0.8,0-2.5-0.4-3.6 c0.1,1.8-1.2,1.7-1.6,2.4c-0.6-0.6,0.2-1.8-0.4-3.3c-0.2,1.7-0.8,1.4-1,2.4c-1.7-0.8-4.7-0.6-5.7,0.6c2.9,2.2,6.3,3.4,6.3,6.9 c0,2.7-4.1,3.7-4.1,5.4c0,1.7,4.3,5.7,6.5,5.7c0.7,0,1-0.9,1.6-0.9c0.6,0,1.1,0,1.6,0c0.5,0,1,0.5,0.9,1c1,0.1,2.3,1.7,1,2.9 c-0.2-0.7-0.9-1.7-2.2-1c0.5,1.2,0.1,2.3-1.4,2.7c0.5-0.7,0.5-1.7-0.3-1.7c-0.9,0-0.1,0.6-1.8,0.6c-1.6,0-1.5,0.1-2.1-0.9 c-0.7-0.9-1.1-1.3-1.5-1.2c-0.4,0.1-0.5,1.1,0.1,1.4c-3.5,0-2-3.6-3.8-4.5c0.1,1.1,0.1,2,0,2.5c-1.3-1-2.1-2.4-2.3-3.3 c-0.2-0.9-0.1-1.7-0.9-2.1c-0.3-0.1-0.6-0.4-0.5-0.9c0.1-0.4,0.3-0.3,0.9-0.5c0.7-0.3,1.7-1.1,1.7-2.9c0-1.4-0.3-3.3-2.6-4.7 c0.2,3,0.1,5.5-1.2,7.8c-1.7,2.9-4.6,4.7-6.3,5.4c-0.3,0.1-0.7,0.3-1,0.4l-0.3,0.1c-1.3,0.6-2.6,1.3-2.6,2.9c0,4.1,1.8,6.5,3.6,6.5 c1.2,0,0.9-1.3,2.6-1.3c0.7,0,1.6,0.3,1.7,0.8c0.9-0.2,1.9,0.4,1.9,1.2c0,0.9-0.4,1.4-1.1,1.5c0.6-1.1-0.8-1.4-1.3-1.2 c-0.4,0.3,0.1,0.7,0.1,1.4c0,0.7-0.2,1.3-1.4,1.7c0.3-0.4,0.3-1-0.5-1c-0.7,0-1,1.2-1.9,1.2c-1.5,0-1.9-0.7-3.4-0.4 c-1,0.2-1,0.8-0.6,1.1c-2.1,0.1-1.7-2.1-1.2-2.6c0.5-0.5,0.7-0.8,0.1-1.2c-0.6-0.4-1.6,0-1.8,1c-1.6-3,0.6-2.9-0.1-6.3 c-0.4,1.4-1.2,2.5-1.9,2.9c0.3-0.8-0.4-2.2-0.4-3.4c0-2.6,1.6-3.4,1.6-4.3c0-0.6-0.6-1.1,0-1.7c0.4-0.3,1.1,0.3,1.6,0.3 c2.1,0,3.6-2.7,3.9-5.6c0.4-3.5,1.8-6,3.2-8.6c0.1-0.4,0.1-0.8,0.2-1.3c-1.4,1.8-2.7,4.6-4.7,6.2c0.2,2.3-4.2,4.9-6.7,2.9 c0.8,0.1,2.4-0.3,2.9-1.6c-0.4,0-0.7-0.1-1.1-0.2c-1.5,0.9-4-0.2-3.9-1.9c0.6,0.7,1.4,0.9,2.1,0.6C4.3,55.4,4,54.4,4,53.3 c0-6.6,10.3-11.2,10.3-16.6c0-1.7-1.1-2.6-2.2-2.6c-0.6,0-1.3,0.2-2.1,0.6c0.5,0.5,0.8,1,0.8,1.7C10.8,42.6,1,42,0.2,46 c-0.2-2.7,1.3-3.6,2.9-4.6l0.4-0.2c1.4-0.8,2.7-1.6,2.9-3.5c-1.3,1.8-3.5,3.2-4.7,2.5c3.2,0.1,2.2-6.5,5.9-6.5 c0.4,0,0.8,0.1,1.2,0.3c1-0.8,2.2-1.3,3.2-1.3c1.5,0,3.8,1.1,3.8,4c0,6.4-10.3,10.6-10.3,16.6c0,2,1.2,3,2.8,3 c3.6,0,5.9-6.5,9.8-11.8c2.1-3.1,3.7-9.6,5.1-13.4c-1.4,1.6-1.8,4.5-3.8,4.7c1.2-1,0.4-4.2,1.1-6.6c0.3-0.9,0.4-1.7,0.2-2.6 c-0.6,0.6-0.8,1.8-1,3l-0.1,0.5c-0.3,1.7-0.7,3.3-1.9,3.6c0.8-1-0.1-2.7-0.1-4.2c0-2.9,1.5-3.3,1.6-6c-1.4,0.5-0.9,4.3-3.6,4.2 c1.9-1.9-0.1-3.9,2.1-6.1c-1.3-0.6-2.2-1.6-2.2-2.6c0.8-0.7,1.8-0.9,2.7-1c-0.4-0.6,0.1-1.3,0.7-1.8c0.2,0.2,0.5,0.8,0.8,0.6 c0.5-0.4,2.4-1.5,4-2.2c1.6-0.6,3.7-1.2,4.4-1.3c0.4-0.1,0.2-0.6,0.2-1c0.8-0.1,1.7,0,1.8,0.8C30.7,12.8,31.6,12.5,32.5,12.4z M79.2,3.4c0.1-0.1,0.3,0,0.6,0.3l11.4,11.2c0.3-0.8,0.5-1.7,0.2-2.7c1.4,0.7,2.6,2,2.8,3.3c3.5-0.1,4.4,2.1,5.5,1.4 c0.2,0.5-0.4,1.1-1.4,1.3c4,1,3,4,5.3,4.3c-0.4,0.4-0.9,0.6-1.7,0.3c2.5,3.7,0,6.1,1.9,7.8c-0.7,0.2-1.8-0.4-2.5-1.6 c0.8,3.1-0.4,4.7,0.2,6c-0.9,0.2-1.5-0.5-1.8-1.7c-0.2,0.7-0.4,1.3-0.6,1.8l0.9,0.8l-0.4,0.4l0,0l-0.1,0.1c-1.5,1.6-2.2,2.4-2.6,2.8 l-0.3,0.3c0,0-0.3-0.2-0.3-0.2c-1,1.2-1.8,2.3-1.8,3.4c0,1.3,1.7,3.7,3.6,6.2c-0.1-0.3-0.1-0.5-0.1-0.8c0,0,0,0,0-0.1 c0-0.5,0.2-0.9,0.5-1.2c0.3-0.3,0.7-0.5,1.2-0.4c0.6,0,1.2,0.3,1.7,0.8c0.5,0.5,0.7,1.1,0.7,1.7c0,0,0,0,0,0.1 c0,0.5-0.2,0.9-0.5,1.2c-0.3,0.3-0.7,0.5-1.2,0.4c-0.4,0-0.9-0.2-1.3-0.5c1.3,1.8,2.6,3.4,3.2,4.7c1.2,2.6,2.4,4.2,3.9,4.2 c1.6,0,3.1-1.2,3.1-3.1c0-6.6-8.7-7.3-8.7-14.8c0-3.5,3-5.2,4.8-5.2c1.2,0,2,0.3,2.7,1.1c0.2-0.1,0.4-0.1,0.7-0.1 c4.1,0,1.5,5.5,4.7,5.9c-1.4,0.7-3.3-0.3-4.3-2.9l0,0l0,0.3c0.4,4.6,6.2,3.7,5.6,7.1l0,0.2c-0.1-2.5-8.5-2.2-8.7-7.4 c0-1.1,0.3-1.9,0.8-2.5c-0.4-0.3-0.8-0.4-1.3-0.4c-1.5,0-3.6,1.6-3.6,4c0,3.2,2.1,5,4.2,6.9l0.5,0.4c2,1.8,4,3.8,4,7.2 c0,1.5-0.6,2.8-1.6,3.7c0.7,0.1,1.8-0.3,2.3-0.9c-0.7,2.8-3.6,2.8-4.5,1.7c-0.1,0-0.3,0-0.4,0c-0.2,0-0.5,0-0.7-0.1 c0.6,1.1,1.4,2.2,2.7,2.1c-2.5,2-5.6-0.7-5.2-3.5c-0.8-0.8-1.3-1.9-1.6-2.7c-0.3-0.6-0.7-0.3-0.7,0.4c0.1,2.2-1.7,4.4-1.7,6 c0,1.6,1.7,3.2,2.2,3.2c0.6,0,1-0.6,1.4-0.5c0.3,0.2,0.3,0.6,0.3,1.4l0,0.4c-0.1,0.8,0.1,2.7,0.2,4.8c0.2-0.5,0.5-1.1,1.1-1.4 c0.6-0.4,1.2-0.5,1.8-0.4c0.5,0.1,0.8,0.3,1.1,0.7c0.2,0.3,0.3,0.6,0.3,0.9c0,0.1,0,0.2,0,0.4c-0.1,0.6-0.5,1.2-1.1,1.5 c-0.5,0.3-1.1,0.5-1.6,0.4c-0.6,0-1-0.3-1.3-0.7c0-0.1-0.1-0.2-0.1-0.2c0,0.6,0.1,1.3,0.1,1.8c0,1.5-0.4,2.2-1,2.5 c0-0.2-0.5-0.7-1.1-0.7c-0.4,0-0.8,0.3-0.8,0.7c0,0.7,0.8,0.6,0.8,1.6c0,1-2.4,2.4-3.8,2.1c0.2-0.5,0.5-2.2,1-3.3 c-0.4,0.3-0.9,1-1.2,2c-0.4,1.3-1,1.2-1.5,0.9c0.5-0.5,1.6-3.1,2.8-3.9c1.2-0.8,1.7-1.1,2-3.1c0.3-1.9,0-3.1-0.1-4.8 c-0.1-2.3-1-1.8-1.7-1.8c-1.5,0-7.3-3.7-7.3-7.5c0-0.4,0-0.8,0.1-1.2c-2.6-0.1-4.1,0.7-4.1,3.1c0,0.8,0.1,1.6,0.7,2.1 c0.5,0.5,0.8,0.9-0.1,1.3c-0.5,0.2-2.4,1-4.4,1.8l-0.5,0.2c-2.1,0.9-4.1,1.7-4.1,1.7c-1,0.4-1.2,0-1.6-0.5c-0.4-0.5-0.9-0.7-1.4-0.4 c-0.5,0.4,0.4,0.7,0.4,1.3c0,0.6-0.2,1.9-3.9,1.7l0.9-1.5c0.2-0.5,0.4-0.8,0.2-0.9c-0.2,0-0.3,0.2-0.5,0.5L73,69l-0.1,0.1l-1.1,1.4 c-0.5,0-1-0.1-1.1-0.1l0,0c1.4-1.4,2.2-2.1,2.9-2.9c0.8-0.8,1.7-1.1,3.3-1.4c1.9-0.3,8.2-1.1,8.2-3.2c0-2.3-2.6-2.2-2.6-5.3 c0-2.7,1.2-5.7,8.6-5.5c-0.6-1.8-2.5-3.1-4.3-3.5c-3.7-0.9-4.8-3.5-5.1-6.2c-1-0.1-2.1-0.1-2.9-0.2c-2.3-0.1-3.5-0.8-4-0.4 c-0.2,0.2-0.4,0.5-0.1,1.1c0.3,0.6,1.1,1.9,1.7,2.9c0.5,0.1,1.2,0.1,1.3,0.7c0.1,0.6-0.4,0.7-0.5,1c-0.1,0.3,0.1,0.5,0.4,0.5 c0.3,0,0.5-0.3,0.4-0.5c0.3-0.2,1.1-0.2,1.9,0c0.6,0.6,1.5,1.7,1.8,2.7c-0.9-0.4-2.2-0.8-2.6-0.8c-0.5,0-0.4,0.2,0,0.3 c0.4,0.1,1.4,0.5,1.7,0.8l-0.1,1c-0.2-0.2-2-1.3-3.1-1.7c-1.1-0.4-1.7-0.6-2.3-2c-0.6-1.3-2.2-4.3-2.9-5.5c-0.5-0.8-0.3-1.1-0.1-1.4 c0.2-0.3,0.4-0.6,0.6-0.8c0.4-0.7,0.6-0.5,1.2-0.5c0.7,0.1,2.1,0.1,2.8-0.2c0.1-0.1,0.3-0.1,0.5-0.2c-1.5-1.7-3.4-4.1-3.6-4.4 c-0.3-0.4-0.7-0.6-1-0.6s-0.6,0-0.8,0.2c-0.2,0.1-0.4,0.3-0.7,0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.4-0.7-0.7-1-1.1 c0.7-0.6,1.4-1.1,1.7-1.3c0.4-0.3,0.6-0.6,0.9-0.6c0.3,0,0.8,0,1,0c0.5,0,0.7,0.1,1,0.4c0.6,0.6,1.5,1.3,2.2,1.9 c0.1,0.1,0.2,0.1,0.2,0.2c0.1-0.1,0.1-0.1,0.2-0.2c0.3-0.3,0.7-0.4,1.1-0.4c0.4,0,0.8,0.2,1,0.5c0.4,0.4,0.6,1,0.5,1.6 c0,0.2-0.1,0.4-0.1,0.6c0.6,0.5,1.1,1,1.6,1.5c0.2-2.1,1.3-4.1,2.7-5.9L84,32.1c0,0,0.1-0.4,0.1-0.4c0.3-0.9,0.8-2.6,1-3.3 c0.1-0.3,0.1-0.4,0.1-0.4l0.2-0.5l2.3,0.9c0.1-0.1,0.1-0.1,0.2-0.2c2-1.9,6.8-3.2,6.8-5.9c0-0.7-0.2-1.5-0.9-2.1 c0.3,0.4,0.4,1,0.3,1.6C94,22.4,92.9,24,91,24c-1,0-1.8-1-2.2-1c-0.2,0-0.5,0.2-0.8,0.4c0.1,1.4-0.5,2.2-1.1,2.3 c0.2-0.6,0-1.6-0.1-1.5c-0.2,0.1-0.4,0.3-0.4,1.1c0,0.8-0.7,1.9-1.8,2c0.2-0.3,0.6-1.7,0.3-1.9c-0.2-0.2-0.6,0.4-0.9,0.4 s-0.5-0.3-0.6-0.6c0-0.3-0.6,0-0.7-0.3c-0.1-0.3,0.7-0.8,1.4-1.1c0.7-0.3,1.8-0.8,1.6-1.1c-0.3-0.7-2.4,0.4-3.3,1 c-1.4,0.8-0.8-0.3-1-0.8c-0.5-1.2-0.1-1.4,0.5-1.9c0.8-0.7,2.4-1.8,4.2-2.7c0-0.6,0.4-1.1,0.8-1.3c0.8-0.3,1.5-0.6,2.2-0.8L79.4,4 C79.2,3.7,79.1,3.5,79.2,3.4z M30,75.5l-2.6,1.7l2.5,4l2.7-1.7l-0.7-1.1l-1.6,1c-0.1-0.1-0.2-0.3-0.3-0.4l1.5-1L30.9,77l-1.5,1 c-0.1-0.1-0.2-0.3-0.2-0.4l1.5-1L30,75.5z M85.5,77.7c-0.6-0.3-1.3-0.5-1.9-0.3c-0.7,0.1-1.2,0.5-1.5,1.1c-0.4,0.6-0.4,1.2-0.3,1.8 c0.2,0.6,0.6,1.1,1.2,1.5c0.6,0.4,1.3,0.5,1.9,0.3c0.7-0.1,1.2-0.5,1.6-1.1c0.2-0.4,0.4-0.8,0.4-1.2c0-0.2,0-0.4-0.1-0.6 C86.5,78.6,86.1,78.1,85.5,77.7z M25.9,78.2L24.8,79l2.5,4l1.1-0.7L25.9,78.2z M21.9,82.2c0.6-0.3,1.2-0.5,1.7,0.3 c0.3,0.4,0.4,1-0.6,1.5c0,0-0.2,0.1-0.3,0.2c-0.1-0.2-1-1.7-1.1-1.8C21.8,82.3,21.9,82.2,21.9,82.2z M88.2,79.5l-2.5,4.1l1.2,0.7 l2.5-4.1L88.2,79.5z M56.1,76.9c-0.9,0.7-1.7,1.5-1.7,2.4c0,0.9,1.1,1.5,1.1,2.1c0,0.3-0.2,0.5-0.6,0.5c-0.8,0-0.4-2.2-2-2.2 c-0.9,0-1.4,0.8-1.4,1.4c0,0.3,0.1,0.8,0.4,1.2c0.2-0.4,0.5-0.6,0.8-0.6c1.2,0,0.7,3.2,2.2,3.2c0.6,0,1-0.4,1-0.9 c0-0.4-0.3-0.6-0.3-0.9c0-0.4,0.3-0.5,0.6-0.5c0.3,0,0.6,0.1,0.6,0.5c0,0.4-0.3,0.5-0.3,0.9c0,0.5,0.3,0.9,1,0.9 c1.4,0,1-3.2,2.2-3.2c0.3,0,0.6,0.2,0.8,0.6c0.2-0.5,0.4-0.9,0.4-1.2c0-0.6-0.4-1.4-1.4-1.4c-1.6,0-1.2,2.2-2,2.2 c-0.3,0-0.6-0.2-0.6-0.5c0-0.6,1.1-1.2,1.1-2.1C57.8,78.4,57,77.6,56.1,76.9z M70.8,77.8c-1.7,0.3-4,1.1-4,2.6 c0,1.8,5.8,2.5,5.2,4.9c1.8-0.9,2.9-2.1,2.9-3.2c0-1.1-1-1.9-2-2.6l-0.4-0.3C71.9,78.7,71.2,78.3,70.8,77.8z M41.3,77.8 c-0.4,0.5-1,1-1.7,1.5l-0.4,0.3c-1,0.8-2,1.6-2,2.6c0,1.1,1,2.3,2.9,3.2c-0.5-2.4,5.3-3.2,5.3-4.9C45.4,78.9,43.1,78.1,41.3,77.8z M89.8,80.5l-0.6,1.1c0.3,0.2,0.8,0.5,1.2,0.7c-0.5,0.7-1.8,2.9-1.8,2.9l1.2,0.5c0,0,0,0,0-0.1l0.1-0.2c0.2-0.4,0.6-1,0.9-1.5 l0.2-0.4c0.2-0.2,0.3-0.5,0.4-0.6c0.5,0.2,1.1,0.5,1.4,0.7l0.6-1.1C92.8,82.2,90.8,81.2,89.8,80.5z M22.7,80.7 c-0.4,0-0.9,0.1-1.4,0.4l-1.5,0.8l2.4,4l1.4-0.8c1.7-0.9,1.7-2.3,1.1-3.3c-0.2-0.4-0.5-0.7-0.9-0.9C23.5,80.8,23.1,80.7,22.7,80.7z M56.1,85.3c-0.4,0-0.8,0.4-0.8,0.8c0,0.4,0.4,0.8,0.8,0.8c0.4,0,0.8-0.4,0.8-0.8C56.9,85.6,56.5,85.3,56.1,85.3z M53.5,74.9 c1.8,0.5,3.6,0.8,5.2,0.8v3.4c0.2-0.1,0.4-0.1,0.6-0.1c1.2,0,2,1,2,2c0,0.9-0.5,1.8-1,2.3c-0.3-0.6-0.5-1-0.8-1 c-0.6,0-0.3,3.1-2.1,3.2c0.1,0.2,0.1,0.3,0.1,0.5c0,0.8-0.6,1.4-1.4,1.4c-0.8,0-1.4-0.6-1.4-1.4c0-0.2,0-0.3,0.1-0.5 c-1.8-0.1-1.5-3.2-2.1-3.2c-0.3,0-0.5,0.4-0.7,1c-0.5-0.5-1-1.4-1-2.3c0-1,0.8-2,2-2c0.2,0,0.4,0,0.6,0.1V74.9z M61.4,90.3 c0.4,0,0.6,0.1,0.9,0.3c0.2,0.2,0.4,0.5,0.4,0.8c0,0.3-0.1,0.6-0.4,0.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.4,0-0.7-0.1-0.9-0.3 c-0.2-0.2-0.3-0.5-0.3-0.8c0-0.4,0.1-0.6,0.3-0.9C60.7,90.4,61,90.3,61.4,90.3z M42.9,87.5l0.3,4.9c0.8,0.3,2,0.7,3.1,1l-0.1-1.3 c-0.6-0.1-1.3-0.3-1.8-0.5c0-0.1,0-0.5,0-0.5c0.3,0.1,1.6,0.4,1.6,0.4l0-1.3l-0.1,0c-0.3-0.1-1.4-0.4-1.6-0.4c0-0.1,0-0.4,0-0.4 c0.6,0.2,1.4,0.3,1.8,0.4l0-1.3C45.2,88.1,43.6,87.7,42.9,87.5z M69.3,87.5l-1.3,0.4c0,0-0.1,2.1-0.1,2.6l-2.1-2.1l-1,0.2l-0.3,5.1 l1.3-0.3c0,0,0-0.6,0.1-1.2l0-0.3c0-0.5,0.1-0.9,0.1-1.1c0.4,0.4,2,2.1,2,2.1l1-0.4L69.3,87.5z M46.5,88.3v1.3 c0.4,0.1,1,0.2,1.4,0.2v3.7l1.4,0.2v-3.7c0.4,0,1,0.1,1.4,0.2v-1.3C49.3,88.8,47.7,88.5,46.5,88.3z M61.6,88.9l-0.2,0 c-0.8,0-1.4,0.3-1.9,0.8c-0.5,0.5-0.8,1.1-0.8,1.8c0,0.7,0.3,1.3,0.8,1.8c0.5,0.5,1.1,0.7,1.9,0.7c0.8,0,1.4-0.3,1.9-0.8 c0.5-0.5,0.8-1.1,0.8-1.8c0-0.7-0.3-1.3-0.8-1.8c-0.5-0.5-1.2-0.7-1.9-0.7L61.6,88.9z M53.3,89.1V94l1.4,0v-2.6 c0.3,0.4,1.1,1.4,1.1,1.4s0.8-1,1.1-1.4v2.6l1.4,0v-4.9l-1.2,0c0,0-1.1,1.4-1.3,1.7c-0.2-0.2-1.4-1.7-1.4-1.7L53.3,89.1z M74.5,71.7 c3.2,0,7,2.5,10.9,5.1l0.8,0.5c4.9,3.3,9.9,6.5,14.1,5.3c-3.1,1.4-5.3,4.5-7.7,4.5c-3.1,0-6.4-2.3-9.8-4.6l-0.9-0.6 c-3.3-2.2-6.6-4.3-9.8-4.3c-0.1,0-0.2,0-0.3,0c1.6,2,3.8,2.4,3.8,4.4c0,1.4-1.2,2.2-2,4.1c-0.5,1.2-0.6,2-1.1,3.7 c-0.4,1.5-1.4,5.2-16.5,5.2c-13.6,0-15.8-3-16.3-4.7l0-0.1c0-0.1-0.1-0.3-0.1-0.4c-0.4-1.7-0.5-2.5-1.1-3.7c-0.8-1.9-2-2.7-2-4.1 c0-2,2.2-2.4,3.8-4.4c-0.1,0-0.2,0-0.3,0c-3.3,0-6.8,2.3-10.2,4.6l-0.9,0.6c-3.2,2.2-6.4,4.3-9.3,4.3c-2.5,0-4.6-3.1-7.7-4.5 c4.1,1.2,8.9-1.8,13.7-5l0.8-0.5c4.1-2.7,8.1-5.4,11.3-5.4c2,0,4.4,0.8,5.6,3.6c0.5,1.1,1,2,1.4,2.7l0.2,0.4c0.6,0.9,1,1.6,1,2.3 c0,1.2-1.1,2.1-2.8,3c-1.1,0.6-2.3,0.9-2.3,2c3.3,1.5,8.8,2.6,15.4,2.6c6.5,0,12-1.1,15.4-2.6c0.1-1.1-1.1-1.4-2.3-2 c-1.8-0.9-2.8-1.8-2.8-3c0-1.3,1.4-2.3,2.6-5.3C70.1,72.5,72.5,71.7,74.5,71.7z M61.7,40c0,0.1,0,0.2,0.2,0.2c0.1,0,0.2,0.1,0.2,0.2 c0.1,0,0.2,0,0.3,0c0.1,0.3,0,0.5,0,0.5c0.3,0.2,0.9,1.2,0.5,1.6c-0.1,0.5-0.3,1.1,0.2,1.7c0.3,0.3,0.6,0.9,1.1,1.3 c0,0,0.1,0.1,0.1,0.1c0.2,0.2,0.5,0.3,0.7,0.3c0.2,0,0.3-0.1,0.3-0.2c0-0.5-1-1-1.5-1.5c-0.6-0.6-0.5-1.4-0.3-1.8 c0.1,0.2,0.1,0.4,0.1,0.5c0.4,0.6,0.3,0.9,0.5,1.2c0.1,0.1,0.3,0.3,0.5,0.5c0.5,0.4,0.9,0.6,0.9,1.1c0,0.5-0.6,0.7-1.1,0.3 c-0.1-0.1-0.3-0.2-0.4-0.3c0,0,0,0,0,0c0,0.9,1.2,1.1,1.3,0.9c0.2-0.2,0.3-0.2,0.5,0.1c0.2,0.3,0,0.2-0.2,0.3c0.1,0,0.2,0.1,0.4,0 c-0.1,0.1-0.2,0.3-0.4,0.4v0c0,0,0.2,0.1,0.3,0.1c0,0.1-0.1,0.2-0.3,0.3c0,0,0,0,0,0c0,0.3-0.3,0.2-0.3,0.3c0,0.1,0.2,0.1,0.2,0.4 c0,0-0.1,0.1-0.1,0.1c0,0,0.1,0.1,0.1,0.1c-0.2,0.1-0.3,0-0.3-0.1c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.2-0.1-0.3c0,0,0,0,0,0 c-0.1,0.1-0.1,0.3-0.2,0.3c0,0-0.1,0-0.1,0c-0.1,0.1,0,0.2,0,0.2c-0.1,0-0.2-0.1-0.2-0.2c0,0-0.1,0-0.1,0c-0.2-0.1,0-0.2,0.1-0.3 c0,0,0,0,0,0c-0.1,0.1-0.3,0.1-0.3-0.1c0,0,0,0,0-0.1c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.1-0.3,0.3-0.3c0,0,0.1-0.1,0.2-0.1 c0.1,0,0.4,0.1,0.4,0c0.1-0.1,0-0.3,0-0.5c0-0.1,0-0.1-0.1-0.1c-0.1-0.1-0.3,0.4-0.7,0.2c-0.7-0.2-1.1-1-1.1-1.3 c-0.4-0.1-1,0.2-0.9,0.6c0.1,0.3,0.1,0.2,0.2,0.5c0,0.1,0.1,0.1-0.1,0.3c-0.1,0.1-0.4,0-0.4,0l-0.2,0.2c-0.3-0.2-0.4-0.1-0.3,0 c0,0-0.1-0.1-0.1-0.1c0,0,0,0.1-0.1,0.1c-0.1,0-0.2,0-0.3-0.1c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0.1,0,0.1,0,0.1 c0,0,0,0-0.1,0c0,0.1,0.1,0.1,0.2,0.1c-0.2,0.1-0.4,0-0.3-0.1c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1c0,0,0,0,0,0c0,0,0,0,0,0 c0,0,0,0.1,0,0.1c0,0-0.1,0-0.1,0c0,0.1,0.1,0.1,0.1,0.1c-0.2,0.1-0.3,0-0.3-0.2c0,0-0.1-0.1-0.1-0.1c-0.1-0.3,0.3-0.2,0.3-0.3 c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.1-0.1-0.1c0,0,0,0,0-0.1c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.1-0.3,0.3-0.3 c0,0,0.1-0.1,0.1-0.1c0.3-0.1,0.4,0.4,0.6,0.3c0,0,0,0,0,0c0.3-0.1,0.4,0,0.8,0c-0.3-0.2-0.6-0.7-0.5-1c0.1-0.3,0.6-0.6,0.9-0.7 c0.2,0,0.6,0,1,0.2c-0.3-0.5-1.5-0.5-1.5-1.4c-0.1,0.1-0.2,0.3-0.2,0.4c-0.1-0.1-0.2-0.1-0.4-0.1c-0.2,0.1-0.4,0.2-0.3,0.3 c-0.2-0.1-0.3,0-0.6,0.1c0,0.1,0,0.2-0.1,0.2c-0.2,0.1-0.3-0.1-0.3-0.1c0,0,0,0,0,0c-0.1,0.1,0.1,0.2,0,0.3c0,0,0,0-0.1,0 c0,0.1,0.1,0.2,0.2,0.2c-0.1,0-0.3,0-0.4-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.2,0-0.1-0.2,0-0.4c0,0,0,0,0,0 c-0.2,0.3-0.3,0.2-0.4,0.1c0,0,0,0-0.1-0.1c-0.1,0.1-0.1,0.1-0.1,0.2c-0.1-0.1,0-0.3,0.1-0.4c0,0,0,0,0,0c0,0,0.1-0.1,0.1-0.1 c0.1-0.1,0.2,0,0.3,0c0.1,0,0.1,0,0.2-0.1c0,0,0,0,0,0c-0.3,0-0.4-0.1-0.4-0.1c0,0,0-0.1,0-0.1c-0.1-0.1-0.2,0-0.2,0 c0-0.1,0.2-0.2,0.3-0.1c0,0,0.1,0,0.1,0c0,0,0.1,0,0.2,0.1c0.1,0.1,0.1,0.1,0.2,0.2c0.2,0.1,0.4-0.1,0.6-0.2 c0.2-0.2,0.4-0.5,0.7-0.7c-0.6-0.3-0.9-0.9-1-1.1c0-0.1-0.1-0.2-0.1-0.2c0,0,0,0.1,0,0.1c-0.1,0-0.1-0.1-0.1-0.2c0,0,0,0,0,0 c0,0-0.1,0-0.1,0.1c0,0,0-0.2,0-0.3c-0.3,0.1-0.6-0.1-0.4-0.4c0,0.2,0.3,0.3,0.4,0.2c-0.2,0-0.2-0.2-0.1-0.3c0,0,0,0,0,0 c0,0,0,0-0.1,0c0,0,0,0-0.1,0c-0.1,0.1-0.1,0.1-0.1,0c0,0,0,0-0.1-0.1c0,0,0,0,0,0c-0.1,0,0,0.1,0,0.1c-0.2-0.1-0.1-0.2-0.1-0.3 c0,0,0-0.1,0-0.1c0-0.1,0.1-0.2,0.3-0.1c0,0,0,0,0,0c0,0,0,0,0-0.1c0,0,0,0,0,0c-0.1,0-0.2-0.1-0.2-0.2c0,0,0-0.1,0-0.1 c0,0-0.1,0-0.1-0.1c0.2-0.2,0.3,0,0.3,0.1c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1,0,0.2,0.2,0.2,0.3c0,0,0,0,0,0c0,0,0-0.1,0-0.1 c0,0,0,0,0,0c-0.1-0.1,0-0.1,0-0.2c0,0,0-0.1,0.1-0.1c0-0.1-0.1-0.1-0.1-0.2c0.1,0,0.2,0.1,0.3,0.2c0,0,0,0.1,0,0.2 c0,0.2-0.1,0.3-0.1,0.5c0,0.2,0,0.3,0.2,0.4c0.2,0.1,0.3,0.2,0.4,0.4c0.2,0.2,0.4,0.4,0.4,0.5c0.1,0.1,0.2,0.2,0.3,0.3 c0.1-0.6,0.7-0.6,0.7-1.1c0-0.2-0.4-0.2-0.6-0.1c-0.2,0.1-0.4,0-0.4-0.1c0-0.1,0-0.2,0.1-0.2c0.2,0,0.2,0,0.4,0 c0.2,0,0.1-0.1,0.1-0.2c0-0.2-0.3-0.2-0.4-0.1l-0.1,0.2l-0.2-0.2c0,0,0,0-0.1,0c-0.1-0.1-0.1-0.2-0.1-0.3c0-0.1,0-0.3,0.2-0.2 c0.2,0,0.2,0,0.4-0.1c0.1-0.1,0.1-0.1,0.3-0.1C61.5,40.2,61.6,40.1,61.7,40z M58.7,37.9c0.1,0.1,0.1,0.3,0.1,0.5 c-0.2,0-0.3-0.1-0.4-0.2v4c0.2,0,0.4,0.1,0.4,0.2c0,0.1,0,0.3-0.2,0.5c0.2,0,0.4,0.1,0.6,0.3c-0.2,0.2-0.4,0.3-0.6,0.3 c0.2,0.2,0.2,0.3,0.2,0.5c0,0.1-0.2,0.2-0.4,0.2v4.7c0.1-0.1,0.3-0.2,0.5-0.2c0,0.2-0.1,0.4-0.2,0.5h2.9c0-0.2,0.1-0.3,0.2-0.4 c0.1-0.1,0.3,0,0.5,0.2c0-0.2,0.1-0.4,0.3-0.6c0.2,0.2,0.3,0.4,0.3,0.6c0.2-0.2,0.3-0.2,0.5-0.2c0.1,0,0.2,0.2,0.2,0.4h3.4 c-0.1-0.1-0.2-0.3-0.2-0.5c0.2,0,0.3,0,0.5,0.1c-0.3-2-1-3.9-2-5.6c-0.1,0-0.2,0-0.3,0c-0.1-0.1-0.2-0.2-0.2-0.5 c-0.2,0.1-0.4,0.2-0.6,0.1c0-0.3,0.2-0.4,0.3-0.6c-0.2,0-0.4-0.1-0.4-0.3c0-0.1,0-0.2,0.1-0.3C62.6,39.9,60.7,38.6,58.7,37.9z M58,37.4l0.2,0.1c1.2,0.3,2.3,0.8,3.3,1.5c1.1,0.7,2,1.6,2.9,2.7c1.7,2.2,2.8,4.9,3.1,7.7l0,0.2H58V37.4z M57.8,37.2v12.6h10 c-0.2-3-1.4-5.9-3.2-8.2C62.8,39.2,60.4,37.7,57.8,37.2z M58.2,36.6c0.2-0.1,0.5,0.1,0.6,0.5c2.3,0.7,4.4,2.2,6.1,4.3 c0.1,0.1,0.2,0.2,0.3,0.4c0.2-0.1,0.4-0.2,0.7-0.2c-0.1,0.3-0.2,0.5-0.4,0.6c1.4,2,2.3,4.3,2.6,6.7c0.4,0,0.5,0.4,0.4,0.6 c-0.1,0.1-0.2,0.2-0.3,0.2c0,0.1,0,0.1,0,0.1c0.1,0.1,0.1,0.3,0.1,0.5c-0.2,0-0.4-0.1-0.5-0.2h-0.1c0,0.2-0.1,0.3-0.2,0.4 c-0.2,0.1-0.5,0-0.6-0.4h-4c0,0.2-0.1,0.4-0.3,0.6c-0.2-0.2-0.3-0.4-0.3-0.6h-3.5c-0.1,0.3-0.4,0.4-0.6,0.3 c-0.1-0.1-0.2-0.2-0.2-0.3h-0.1c-0.1,0.1-0.3,0.1-0.5,0.1c0-0.2,0.1-0.4,0.1-0.5v-0.1c-0.2,0-0.3-0.1-0.4-0.2 c-0.1-0.2,0-0.5,0.4-0.6v-5.3c-0.2,0-0.4-0.1-0.6-0.3c0.2-0.2,0.4-0.3,0.6-0.3v-4.9c-0.3-0.1-0.4-0.4-0.3-0.6 c0.1-0.1,0.2-0.2,0.3-0.2v0c-0.1-0.2-0.2-0.4-0.2-0.6c0.2,0,0.4,0.1,0.5,0.2c0,0,0.1,0,0.1,0C58,36.7,58.1,36.6,58.2,36.6z"></path>
253
257
  </svg>
254
258
  {%- elif params.iconType == "ogl" -%}
255
- <svg class="ons-footer__ogl-img{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" width="50px" height="20px" viewBox="0 0 60 24" focusable="false" aria-hidden="true">
259
+ <svg class="ons-footer__ogl-img{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" width="50px" height="20px" viewBox="0 0 60 24" focusable="false" aria-hidden="true" role="img">
256
260
  <title>{{ params.altText | default ('Open Government License logo') }}</title>
257
261
  <path d="M51.7,17.5V0l-6.2,4v19.8h13.8v-6.2H51.7z M36.7,16.3c-1,0.9-2.4,1.4-3.8,1.4c-3.2,0-5.8-2.6-5.8-5.8s2.6-5.8,5.8-5.8c2,0,3.9,1.1,4.9,2.7L43,5.6C40.9,2.2,37.1,0,32.9,0c-4.5,0-8.4,2.5-10.4,6.1C20.4,2.5,16.5,0,12,0C5.4,0,0,5.4,0,12s5.4,12,12,12c4.5,0,8.4-2.5,10.4-6.1c2.1,3.6,6,6.1,10.4,6.1c3,0,5.8-1.1,7.9-3l2.4,2.7h0.4V13h-9.8L36.7,16.3zM12,17.8c-3.2,0-5.8-2.6-5.8-5.8S8.8,6.2,12,6.2s5.8,2.6,5.8,5.8S15.2,17.8,12,17.8" fill="#595959"></path>
258
262
  </svg>
@@ -33,7 +33,7 @@ describe('macro: icon', () => {
33
33
  'crest',
34
34
  'ogl',
35
35
  'circle-lined',
36
- ])('icon type: %s', iconType => {
36
+ ])('icon type: %s', (iconType) => {
37
37
  it('passes jest-axe checks', async () => {
38
38
  const $ = cheerio.load(renderComponent('icon', { iconType }));
39
39
 
@@ -77,7 +77,7 @@ describe('macro: icon', () => {
77
77
  'twitter',
78
78
  'instagram',
79
79
  'linkedin',
80
- ])('icon type: %s', iconType => {
80
+ ])('icon type: %s', (iconType) => {
81
81
  it('has style variation class for provided icon size', () => {
82
82
  const $ = cheerio.load(
83
83
  renderComponent('icon', {
@@ -91,21 +91,17 @@ describe('macro: icon', () => {
91
91
  });
92
92
 
93
93
  describe.each([
94
- ['ons-logo-en', 'Office for National Statistics logo'],
95
- ['ons-logo-cy', 'Logo Swyddfa Ystadegau Gwladol'],
96
- ['ons-logo-stacked-en', 'Office for National Statistics logo'],
97
- ['ons-logo-stacked-cy', 'Logo Swyddfa Ystadegau Gwladol'],
94
+ ['ons-logo-en', 'Office for National Statistics homepage'],
95
+ ['ons-logo-cy', 'Hafan Swyddfa Ystadegau Gwladol'],
96
+ ['ons-logo-stacked-en', 'Office for National Statistics homepage'],
97
+ ['ons-logo-stacked-cy', 'Hafan Swyddfa Ystadegau Gwladol'],
98
98
  ['crest', 'Royal coat of arms of the United Kingdom'],
99
99
  ['ogl', 'Open Government License logo'],
100
100
  ])('icon type: %s', (iconType, expectedAltText) => {
101
101
  it(`has default alt text '${expectedAltText}'`, () => {
102
102
  const $ = cheerio.load(renderComponent('icon', { iconType }));
103
103
 
104
- expect(
105
- $('title')
106
- .text()
107
- .trim(),
108
- ).toBe(expectedAltText);
104
+ expect($('title').text().trim()).toBe(expectedAltText);
109
105
  });
110
106
 
111
107
  it('has provided alt text', () => {
@@ -116,11 +112,7 @@ describe('macro: icon', () => {
116
112
  }),
117
113
  );
118
114
 
119
- expect(
120
- $('title')
121
- .text()
122
- .trim(),
123
- ).toBe('Example alt text');
115
+ expect($('title').text().trim()).toBe('Example alt text');
124
116
  });
125
117
  });
126
118
  });
@@ -42,11 +42,7 @@ describe('macro: image', () => {
42
42
  }),
43
43
  );
44
44
 
45
- expect(
46
- $('.ons-image__caption')
47
- .text()
48
- .trim(),
49
- ).toBe('Example image caption');
45
+ expect($('.ons-image__caption').text().trim()).toBe('Example image caption');
50
46
  });
51
47
 
52
48
  describe('mode: url', () => {
@@ -68,7 +68,6 @@
68
68
  "accessiblePlaceholder": params.accessiblePlaceholder,
69
69
  "inline": params.label.inline
70
70
  }) }}
71
-
72
71
  {% endif %}
73
72
 
74
73
  {% if params.prefix or params.suffix %}
@@ -103,16 +102,16 @@
103
102
  {% elif params.searchButton %}
104
103
  <span class="ons-grid--flex ons-input_search-button{% if params.label.description %} ons-input--with-text-description{% endif %}">
105
104
  {% if params.accessiblePlaceholder %}
106
- {{ onsLabel({
107
- "for": params.id,
108
- "id": params.label.id,
109
- "text": params.label.text,
110
- "classes": params.label.classes,
111
- "attributes": params.label.attributes,
112
- "accessiblePlaceholder": params.accessiblePlaceholder,
113
- "inline": params.label.inline
114
- }) }}
115
- {% endif %}
105
+ {{ onsLabel({
106
+ "for": params.id,
107
+ "id": params.label.id,
108
+ "text": params.label.text,
109
+ "classes": params.label.classes,
110
+ "attributes": params.label.attributes,
111
+ "accessiblePlaceholder": params.accessiblePlaceholder,
112
+ "inline": params.label.inline
113
+ }) }}
114
+ {% endif %}
116
115
 
117
116
  {{ input | safe }}
118
117
  {%- set buttonLabel -%}
@@ -138,23 +137,23 @@
138
137
  </span>
139
138
  {% else %}
140
139
  {% if params.accessiblePlaceholder %}
141
- <span class="ons-grid--flex {% if params.label.description %} ons-input--with-text-description{% endif %}">
140
+ <span class="ons-grid--flex {% if params.label.description %} ons-input--with-text-description{% endif %}">
142
141
  {% if params.accessiblePlaceholder %}
143
142
  {{ onsLabel({
144
- "for": params.id,
145
- "id": params.label.id,
146
- "text": params.label.text,
147
- "classes": params.label.classes,
148
- "attributes": params.label.attributes,
149
- "accessiblePlaceholder": params.accessiblePlaceholder,
150
- "inline": params.label.inline
151
- }) }}
143
+ "for": params.id,
144
+ "id": params.label.id,
145
+ "text": params.label.text,
146
+ "classes": params.label.classes,
147
+ "attributes": params.label.attributes,
148
+ "accessiblePlaceholder": params.accessiblePlaceholder,
149
+ "inline": params.label.inline
150
+ }) }}
152
151
  {% endif %}
153
152
  {% endif %}
154
153
  {{ input | safe }}
155
154
  {% if params.accessiblePlaceholder %}
156
- </span>
157
- {% endif %}
155
+ </span>
156
+ {% endif %}
158
157
  {% endif %}
159
158
  {% endset %}
160
159
 
@@ -163,7 +162,7 @@
163
162
  {% call onsCharLimit({
164
163
  "id": params.id ~ "-check",
165
164
  "limit": params.charCheckLimit.limit,
166
- "type": "check",
165
+ "variant": "check",
167
166
  "charCountSingular": params.charCheckLimit.charCountSingular,
168
167
  "charCountPlural": params.charCheckLimit.charCountPlural,
169
168
  "charCountOverLimitSingular": params.charCheckLimit.charCountOverLimitSingular,
@@ -617,7 +617,7 @@ describe('macro: input', () => {
617
617
  expect(charCheckLimitSpy.occurrences).toContainEqual({
618
618
  id: 'example-id-check',
619
619
  limit: 200,
620
- type: 'check',
620
+ variant: 'check',
621
621
  charCountSingular: 'You have {x} character remaining',
622
622
  charCountPlural: 'You have {x} characters remaining',
623
623
  charCountOverLimitSingular: '{x} character too many',
@@ -6,7 +6,7 @@ async function initialise() {
6
6
  if (checkedInputs.length) {
7
7
  const CharCheck = (await import('../char-check-limit/character-check')).default;
8
8
 
9
- checkedInputs.forEach(input => new CharCheck(input));
9
+ checkedInputs.forEach((input) => new CharCheck(input));
10
10
  }
11
11
  }
12
12
 
@@ -1,7 +1,4 @@
1
- import * as cheerio from 'cheerio';
2
-
3
- import axe from '../../tests/helpers/axe';
4
- import { renderComponent, templateFaker, setTestPage } from '../../tests/helpers/rendering';
1
+ import { renderComponent, setTestPage } from '../../tests/helpers/rendering';
5
2
 
6
3
  const EXAMPLE_INPUT_MINIMAL = {
7
4
  id: 'example-id',
@@ -19,6 +19,7 @@
19
19
  &--placeholder {
20
20
  font-size: 1rem;
21
21
  font-weight: $font-weight-regular;
22
+ color: var(--ons-color-text-placeholder);
22
23
  left: 10px;
23
24
  position: absolute;
24
25
  top: 6px;
@@ -17,12 +17,12 @@
17
17
  </span>
18
18
  {%- endset %}
19
19
  {%- if params.description and params.accessiblePlaceholder -%}
20
- {{- description | safe -}}
20
+ {{- description | safe -}}
21
21
  {%- else -%}
22
22
  <label
23
23
  class="{% if params.inputType is not defined -%}ons-label{%- endif %}{{- ' ' + params.classes if params.classes else "" -}}{%- if params.description %} ons-label--with-description{%- endif %} {{- ' ons-label--placeholder' if params.accessiblePlaceholder else "" -}}"
24
+ for="{{ params.for }}"
24
25
  {% if params.description %}aria-describedby="{{ descriptionID }}"{% endif %}
25
- {% if params.for %} for="{{ params.for }}"{% endif %}
26
26
  {% if params.id %} id="{{ params.id }}"{% endif %}
27
27
  {% if params.attributes %}{% for attribute, value in (params.attributes.items() if params.attributes is mapping and params.attributes.items else params.attributes) %}{{ attribute }}{% if value %}="{{ value }}"{% endif %}{% endfor %}{% endif %}
28
28
  >
@@ -43,5 +43,5 @@
43
43
  {{- description | safe -}}
44
44
  {%- endif -%}
45
45
  {%- endif %}
46
- {%- endif -%}
46
+ {%- endif -%}
47
47
  {% endmacro %}
@@ -119,12 +119,7 @@ describe('macro: label', () => {
119
119
  ])('has the provided `text` %s', (_, params) => {
120
120
  const $ = cheerio.load(renderComponent('label', params));
121
121
 
122
- expect(
123
- $('.ons-label')
124
- .text()
125
- .trim()
126
- .startsWith('Example label text'),
127
- ).toBe(true);
122
+ expect($('.ons-label').text().trim().startsWith('Example label text')).toBe(true);
128
123
  });
129
124
 
130
125
  describe('description element', () => {
@@ -147,11 +142,7 @@ describe('macro: label', () => {
147
142
  ])('has the provided `description` text %s', (_, params) => {
148
143
  const $ = cheerio.load(renderComponent('label', params));
149
144
 
150
- expect(
151
- $('.ons-label__description')
152
- .text()
153
- .trim(),
154
- ).toBe('An example description');
145
+ expect($('.ons-label__description').text().trim()).toBe('An example description');
155
146
  });
156
147
 
157
148
  it('has a default `id` attribute of `description-hint`', () => {
@@ -192,7 +183,7 @@ describe('macro: label', () => {
192
183
  expect($('.ons-label__description').hasClass('ons-input--with-description')).toBe(false);
193
184
  });
194
185
 
195
- it.each([['checkbox'], ['radio']])('has the description in an `aria-hidden` element when "%s" `inputType` is provided', inputType => {
186
+ it.each([['checkbox'], ['radio']])('has the description in an `aria-hidden` element when "%s" `inputType` is provided', (inputType) => {
196
187
  const $ = cheerio.load(
197
188
  renderComponent('label', {
198
189
  ...EXAMPLE_LABEL_WITH_DESCRIPTION,
@@ -205,7 +196,7 @@ describe('macro: label', () => {
205
196
 
206
197
  it.each([['checkbox'], ['radio']])(
207
198
  'has a duplicate description in a visually hidden element when "%s" `inputType` is provided',
208
- inputType => {
199
+ (inputType) => {
209
200
  const $ = cheerio.load(
210
201
  renderComponent('label', {
211
202
  ...EXAMPLE_LABEL_WITH_DESCRIPTION,
@@ -465,11 +465,7 @@ describe('macro: list', () => {
465
465
  }),
466
466
  );
467
467
 
468
- expect(
469
- $('.ons-list__prefix')
470
- .text()
471
- .trim(),
472
- ).toBe('[PREFIX].');
468
+ expect($('.ons-list__prefix').text().trim()).toBe('[PREFIX].');
473
469
  });
474
470
 
475
471
  it('marks `prefix` content as visually hidden when list element is not <ol>', () => {
@@ -521,11 +517,7 @@ describe('macro: list', () => {
521
517
  }),
522
518
  );
523
519
 
524
- expect(
525
- $('.ons-list__suffix')
526
- .text()
527
- .trim(),
528
- ).toBe('[SUFFIX]');
520
+ expect($('.ons-list__suffix').text().trim()).toBe('[SUFFIX]');
529
521
  });
530
522
 
531
523
  it('marks `suffix` content as visually hidden when list element is not <ol>', () => {
@@ -565,7 +557,7 @@ describe('macro: list', () => {
565
557
  });
566
558
 
567
559
  describe('icons', () => {
568
- it.each([['before'], ['after']])('renders default icon on list items when icon is positioned %s', iconPosition => {
560
+ it.each([['before'], ['after']])('renders default icon on list items when icon is positioned %s', (iconPosition) => {
569
561
  const faker = templateFaker();
570
562
  const iconsSpy = faker.spy('icon');
571
563
 
@@ -580,7 +572,7 @@ describe('macro: list', () => {
580
572
  expect(iconsSpy.occurrences[1]).toEqual({ iconType: 'check', iconSize: 'xl' });
581
573
  });
582
574
 
583
- it.each([['before'], ['after']])('renders a custom icon on specific list items when icon is positioned %s', iconPosition => {
575
+ it.each([['before'], ['after']])('renders a custom icon on specific list items when icon is positioned %s', (iconPosition) => {
584
576
  const faker = templateFaker();
585
577
  const iconsSpy = faker.spy('icon');
586
578
 
@@ -1,22 +1,22 @@
1
1
  {%- macro onsMessage(params) -%}
2
- <div class="ons-message ons-message--{{ params.type }}">
3
- <div class="ons-message__head">
4
- <dl class="ons-message__metadata" {% if params.id %} id="{{ params.id }}"{% endif %}>
5
- <div class="ons-message__sender">
6
- <dt class="ons-message__term ons-u-fw-b">{{ params.fromLabel }}:</dt>
7
- <dd class="ons-message__value ons-u-fw-b" {% if params.fromId %} id="{{ params.fromId }}"{% endif %} {% if params.fromName %} name="{{ params.fromName }}"{% endif %}>{{ params.fromValue }}</dd>
2
+ <div class="ons-message ons-message--{{ params.variant }}">
3
+ <div class="ons-message__head">
4
+ <dl class="ons-message__metadata" {% if params.id %} id="{{ params.id }}"{% endif %}>
5
+ <div class="ons-message__sender">
6
+ <dt class="ons-message__term ons-u-fw-b">{{ params.fromLabel }}:</dt>
7
+ <dd class="ons-message__value ons-u-fw-b" {% if params.fromId %} id="{{ params.fromId }}"{% endif %} {% if params.fromName %} name="{{ params.fromName }}"{% endif %}>{{ params.fromValue }}</dd>
8
+ </div>
9
+ <div class="ons-message__timestamp">
10
+ <dt class="ons-message__term ons-u-fs-s">{{ params.sentLabel }}:</dt>
11
+ <dd class="ons-message__value ons-u-fs-s" {% if params.sentId %} id="{{ params.sentId }}"{% endif %} {% if params.sentName %} name="{{ params.sentName }}"{% endif %}>{{ params.sentValue }}</dd>
12
+ </div>
13
+ </dl>
14
+ {% if params.unreadLink %}
15
+ <a class="ons-message__unread-link" {% if params.unreadLinkId %}id="{{ params.unreadLinkId }}"{% endif %} href="{{ params.unreadLink }}">{{ params.unreadLinkText }}</a>
16
+ {% endif %}
8
17
  </div>
9
- <div class="ons-message__timestamp">
10
- <dt class="ons-message__term ons-u-fs-s">{{ params.sentLabel }}:</dt>
11
- <dd class="ons-message__value ons-u-fs-s" {% if params.sentId %} id="{{ params.sentId }}"{% endif %} {% if params.sentName %} name="{{ params.sentName }}"{% endif %}>{{ params.sentValue }}</dd>
18
+ <div class="ons-message__body" {% if params.messageID %} id="{{ params.messageID }}"{% endif %}>
19
+ {{ caller() }}
12
20
  </div>
13
- </dl>
14
- {% if params.unreadLink %}
15
- <a class="ons-message__unread-link" {% if params.unreadLinkId %}id="{{ params.unreadLinkId }}"{% endif %} href="{{ params.unreadLink }}">{{ params.unreadLinkText }}</a>
16
- {% endif %}
17
21
  </div>
18
- <div class="ons-message__body" {% if params.messageID %} id="{{ params.messageID }}"{% endif %}>
19
- {{ caller() }}
20
- </div>
21
- </div>
22
22
  {%- endmacro -%}