@biggive/components 202303031447.0.0 → 202303061752.0.0

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 (169) hide show
  1. package/dist/biggive/biggive.esm.js +1 -1
  2. package/dist/biggive/p-01d03da2.entry.js +1 -0
  3. package/dist/biggive/{p-fe9f3e72.entry.js → p-26c0b6cf.entry.js} +1 -1
  4. package/dist/biggive/{p-8876011d.entry.js → p-2c639bd5.entry.js} +1 -1
  5. package/dist/biggive/{p-71054cf6.entry.js → p-41588003.entry.js} +1 -1
  6. package/dist/biggive/{p-0f38685b.entry.js → p-42649676.entry.js} +1 -1
  7. package/dist/biggive/{p-223759f6.entry.js → p-4402efe9.entry.js} +1 -1
  8. package/dist/biggive/p-4a1ba0c4.entry.js +1 -0
  9. package/dist/biggive/p-4adb4dce.entry.js +1 -0
  10. package/dist/biggive/{p-3b378f79.entry.js → p-5406c558.entry.js} +1 -1
  11. package/dist/biggive/p-63abb338.entry.js +1 -0
  12. package/dist/biggive/{p-d7f8a6fd.entry.js → p-87487165.entry.js} +1 -1
  13. package/dist/biggive/{p-eb6aecf0.entry.js → p-87edb8c6.entry.js} +1 -1
  14. package/dist/biggive/p-8feb91ae.entry.js +1 -0
  15. package/dist/biggive/p-b73fddaa.entry.js +1 -0
  16. package/dist/biggive/p-ead5a5ce.entry.js +1 -0
  17. package/dist/biggive/p-ee4f16a8.entry.js +1 -0
  18. package/dist/biggive/{p-f8e38bb9.entry.js → p-f375edb7.entry.js} +1 -1
  19. package/dist/biggive/p-f6dedf7d.entry.js +1 -0
  20. package/dist/biggive/{p-acf3bcd9.js → p-ff8bc382.js} +2 -2
  21. package/dist/cjs/{biggive-back-to-top_27.cjs.entry.js → biggive-accordion_35.cjs.entry.js} +418 -11
  22. package/dist/cjs/biggive-article-card.cjs.entry.js +2 -2
  23. package/dist/cjs/biggive-basic-card.cjs.entry.js +6 -3
  24. package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +2 -2
  25. package/dist/cjs/biggive-biography-card.cjs.entry.js +1 -1
  26. package/dist/cjs/biggive-boxed-content.cjs.entry.js +2 -2
  27. package/dist/cjs/biggive-category-icon.cjs.entry.js +2 -2
  28. package/dist/cjs/biggive-form.cjs.entry.js +1 -1
  29. package/dist/cjs/biggive-formatted-text.cjs.entry.js +2 -2
  30. package/dist/cjs/biggive-header.cjs.entry.js +1 -1
  31. package/dist/cjs/biggive-icon-group.cjs.entry.js +1 -1
  32. package/dist/cjs/biggive-nav-group.cjs.entry.js +1 -1
  33. package/dist/cjs/biggive-nav-item.cjs.entry.js +1 -1
  34. package/dist/cjs/biggive-popup-standalone.cjs.entry.js +1 -1
  35. package/dist/cjs/biggive-search.cjs.entry.js +1 -1
  36. package/dist/cjs/biggive-table.cjs.entry.js +2 -2
  37. package/dist/cjs/biggive-text-input.cjs.entry.js +1 -1
  38. package/dist/cjs/biggive-video.cjs.entry.js +1 -1
  39. package/dist/cjs/biggive.cjs.js +2 -2
  40. package/dist/cjs/{index-4ae5dbd7.js → index-8dd1da4d.js} +3 -0
  41. package/dist/cjs/loader.cjs.js +2 -2
  42. package/dist/collection/collection-manifest.json +6 -0
  43. package/dist/collection/components/biggive-accordion/biggive-accordion.css +315 -0
  44. package/dist/collection/components/biggive-accordion/biggive-accordion.js +114 -0
  45. package/dist/collection/components/biggive-accordion/biggive-accordion.stories.js +52 -0
  46. package/dist/collection/components/biggive-accordion-entry/biggive-accordion-entry.css +14 -0
  47. package/dist/collection/components/biggive-accordion-entry/biggive-accordion-entry.js +43 -0
  48. package/dist/collection/components/biggive-article-card/biggive-article-card.css +45 -0
  49. package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +70 -0
  50. package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +77 -31
  51. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +65 -0
  52. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +25 -0
  53. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +20 -0
  54. package/dist/collection/components/biggive-carousel/biggive-carousel.css +223 -0
  55. package/dist/collection/components/biggive-carousel/biggive-carousel.js +161 -0
  56. package/dist/collection/components/biggive-carousel/biggive-carousel.stories.js +84 -0
  57. package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +65 -0
  58. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +20 -0
  59. package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +88 -18
  60. package/dist/collection/components/biggive-hero-image/biggive-hero-image.js +68 -19
  61. package/dist/collection/components/biggive-hero-image/biggive-hero-image.stories.js +2 -0
  62. package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +20 -0
  63. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +89 -0
  64. package/dist/collection/components/biggive-quote/biggive-quote.css +65 -0
  65. package/dist/collection/components/biggive-quote/biggive-quote.js +45 -11
  66. package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +113 -0
  67. package/dist/collection/components/biggive-tab/biggive-tab.js +2 -2
  68. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +355 -0
  69. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +206 -12
  70. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.stories.js +48 -3
  71. package/dist/collection/components/biggive-table/biggive-table.css +41 -0
  72. package/dist/collection/components/biggive-table/biggive-table.js +8 -3
  73. package/dist/collection/components/biggive-timeline/biggive-timeline.css +733 -0
  74. package/dist/collection/components/biggive-timeline/biggive-timeline.js +394 -0
  75. package/dist/collection/components/biggive-timeline/biggive-timeline.stories.js +133 -0
  76. package/dist/collection/components/biggive-timeline-entry/biggive-timeline-entry.css +14 -0
  77. package/dist/collection/components/biggive-timeline-entry/biggive-timeline-entry.js +59 -0
  78. package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.css +224 -0
  79. package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.js +198 -0
  80. package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.stories.js +62 -0
  81. package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +45 -0
  82. package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +20 -0
  83. package/dist/components/biggive-accordion-entry.d.ts +11 -0
  84. package/dist/components/biggive-accordion-entry.js +37 -0
  85. package/dist/components/biggive-accordion.d.ts +11 -0
  86. package/dist/components/biggive-accordion.js +58 -0
  87. package/dist/components/biggive-article-card.js +1 -1
  88. package/dist/components/biggive-basic-card.js +7 -3
  89. package/dist/components/biggive-beneficiary-icon.js +1 -1
  90. package/dist/components/biggive-boxed-content.js +1 -1
  91. package/dist/components/biggive-call-to-action.js +1 -1
  92. package/dist/components/biggive-carousel.d.ts +11 -0
  93. package/dist/components/biggive-carousel.js +88 -0
  94. package/dist/components/biggive-category-icon.js +1 -1
  95. package/dist/components/biggive-formatted-text.js +1 -1
  96. package/dist/components/biggive-hero-image.js +4 -2
  97. package/dist/components/biggive-image-feature.js +1 -1
  98. package/dist/components/biggive-misc-icon2.js +1 -1
  99. package/dist/components/biggive-quote.js +5 -3
  100. package/dist/components/biggive-social-icon.js +1 -1
  101. package/dist/components/biggive-tab.js +1 -1
  102. package/dist/components/biggive-tabbed-content.js +78 -4
  103. package/dist/components/biggive-table.js +1 -1
  104. package/dist/components/biggive-timeline-entry.d.ts +11 -0
  105. package/dist/components/biggive-timeline-entry.js +38 -0
  106. package/dist/components/biggive-timeline.d.ts +11 -0
  107. package/dist/components/biggive-timeline.js +140 -0
  108. package/dist/components/biggive-tipping-slider.d.ts +11 -0
  109. package/dist/components/biggive-tipping-slider.js +100 -0
  110. package/dist/components/biggive-totalizer.js +1 -1
  111. package/dist/components/biggive-video-feature.js +1 -1
  112. package/dist/components/index.d.ts +6 -0
  113. package/dist/components/index.js +6 -0
  114. package/dist/esm/{biggive-back-to-top_27.entry.js → biggive-accordion_35.entry.js} +411 -12
  115. package/dist/esm/biggive-article-card.entry.js +2 -2
  116. package/dist/esm/biggive-basic-card.entry.js +6 -3
  117. package/dist/esm/biggive-beneficiary-icon.entry.js +2 -2
  118. package/dist/esm/biggive-biography-card.entry.js +1 -1
  119. package/dist/esm/biggive-boxed-content.entry.js +2 -2
  120. package/dist/esm/biggive-category-icon.entry.js +2 -2
  121. package/dist/esm/biggive-form.entry.js +1 -1
  122. package/dist/esm/biggive-formatted-text.entry.js +2 -2
  123. package/dist/esm/biggive-header.entry.js +1 -1
  124. package/dist/esm/biggive-icon-group.entry.js +1 -1
  125. package/dist/esm/biggive-nav-group.entry.js +1 -1
  126. package/dist/esm/biggive-nav-item.entry.js +1 -1
  127. package/dist/esm/biggive-popup-standalone.entry.js +1 -1
  128. package/dist/esm/biggive-search.entry.js +1 -1
  129. package/dist/esm/biggive-table.entry.js +2 -2
  130. package/dist/esm/biggive-text-input.entry.js +1 -1
  131. package/dist/esm/biggive-video.entry.js +1 -1
  132. package/dist/esm/biggive.js +2 -2
  133. package/dist/esm/{index-43541c5f.js → index-801eebfb.js} +4 -1
  134. package/dist/esm/loader.js +2 -2
  135. package/dist/types/components/biggive-accordion/biggive-accordion.d.ts +12 -0
  136. package/dist/types/components/biggive-accordion/biggive-accordion.stories.d.ts +28 -0
  137. package/dist/types/components/biggive-accordion-entry/biggive-accordion-entry.d.ts +5 -0
  138. package/dist/types/components/biggive-basic-card/biggive-basic-card.d.ts +8 -50
  139. package/dist/types/components/biggive-carousel/biggive-carousel.d.ts +18 -0
  140. package/dist/types/components/biggive-carousel/biggive-carousel.stories.d.ts +35 -0
  141. package/dist/types/components/biggive-hero-image/biggive-hero-image.d.ts +14 -8
  142. package/dist/types/components/biggive-quote/biggive-quote.d.ts +5 -14
  143. package/dist/types/components/biggive-tab/biggive-tab.d.ts +0 -3
  144. package/dist/types/components/biggive-tabbed-content/biggive-tabbed-content.d.ts +18 -8
  145. package/dist/types/components/biggive-tabbed-content/biggive-tabbed-content.stories.d.ts +36 -1
  146. package/dist/types/components/biggive-table/biggive-table.d.ts +2 -1
  147. package/dist/types/components/biggive-timeline/biggive-timeline.d.ts +27 -0
  148. package/dist/types/components/biggive-timeline/biggive-timeline.stories.d.ts +91 -0
  149. package/dist/types/components/biggive-timeline-entry/biggive-timeline-entry.d.ts +8 -0
  150. package/dist/types/components/biggive-tipping-slider/biggive-tipping-slider.d.ts +14 -0
  151. package/dist/types/components/biggive-tipping-slider/biggive-tipping-slider.stories.d.ts +45 -0
  152. package/dist/types/components.d.ts +194 -164
  153. package/hydrate/index.js +498 -27
  154. package/package.json +1 -1
  155. package/dist/biggive/p-13f4a2c4.entry.js +0 -1
  156. package/dist/biggive/p-34cfc5da.entry.js +0 -1
  157. package/dist/biggive/p-52bb0267.entry.js +0 -1
  158. package/dist/biggive/p-53189bc6.entry.js +0 -1
  159. package/dist/biggive/p-5a38b219.entry.js +0 -1
  160. package/dist/biggive/p-64a544fa.entry.js +0 -1
  161. package/dist/biggive/p-95bd7f7a.entry.js +0 -1
  162. package/dist/biggive/p-99f18976.entry.js +0 -1
  163. package/dist/biggive/p-a0941518.entry.js +0 -1
  164. package/dist/biggive/p-d8432f12.entry.js +0 -1
  165. package/dist/biggive/p-ee1c5baf.entry.js +0 -1
  166. package/dist/cjs/biggive-tab.cjs.entry.js +0 -20
  167. package/dist/cjs/biggive-tabbed-content.cjs.entry.js +0 -21
  168. package/dist/esm/biggive-tab.entry.js +0 -16
  169. package/dist/esm/biggive-tabbed-content.entry.js +0 -17
package/hydrate/index.js CHANGED
@@ -4943,7 +4943,7 @@ function hydrateFactory($stencilWindow, $stencilHydrateOpts, $stencilHydrateResu
4943
4943
 
4944
4944
 
4945
4945
  const NAMESPACE = 'biggive';
4946
- const BUILD = /* biggive */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, attachStyles: true, cloneNodeFix: false, cmpDidLoad: false, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: false, cmpWillRender: true, cmpWillUpdate: false, connectedCallback: false, constructableCSS: false, cssAnnotations: true, cssVarShim: false, devTools: false, disconnectedCallback: false, dynamicImportShim: false, element: false, event: true, hasRenderFn: true, hostListener: true, hostListenerTarget: false, hostListenerTargetBody: false, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: true, hydrateServerSide: true, hydratedAttribute: false, hydratedClass: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: true, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: false, propNumber: true, propString: true, reflect: false, safari10: false, scoped: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, shadowDomShim: true, slot: true, slotChildNodesFix: false, slotRelocation: true, state: true, style: true, svg: true, taskQueue: true, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: false, vdomListener: true, vdomPropOrAttr: true, vdomRef: false, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: false, watchCallback: false };
4946
+ const BUILD = /* biggive */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, attachStyles: true, cloneNodeFix: false, cmpDidLoad: false, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: true, cmpWillUpdate: false, connectedCallback: false, constructableCSS: false, cssAnnotations: true, cssVarShim: false, devTools: false, disconnectedCallback: false, dynamicImportShim: false, element: false, event: true, hasRenderFn: true, hostListener: true, hostListenerTarget: false, hostListenerTargetBody: false, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: true, hydrateServerSide: true, hydratedAttribute: false, hydratedClass: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: true, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: false, propNumber: true, propString: true, reflect: false, safari10: false, scoped: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, shadowDomShim: true, slot: true, slotChildNodesFix: false, slotRelocation: true, state: true, style: true, svg: true, taskQueue: true, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: false, vdomListener: true, vdomPropOrAttr: true, vdomRef: false, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: false, watchCallback: false };
4947
4947
 
4948
4948
  function componentOnReady() {
4949
4949
  return getHostRef(this).$onReadyPromise$;
@@ -5418,7 +5418,7 @@ const createElm = (e, t, o, n) => {
5418
5418
  const n = createTime("scheduleUpdate", e.$cmpMeta$.$tagName$), s = e.$lazyInstance$ ;
5419
5419
  let l;
5420
5420
  return t ? ((e.$flags$ |= 256, e.$queuedListeners$ && (e.$queuedListeners$.map((([e, t]) => safeCall(s, e, t))),
5421
- e.$queuedListeners$ = null)), BUILD.cmpWillLoad ) : (BUILD.cmpWillUpdate ), (l = then(l, (() => safeCall(s, "componentWillRender")))),
5421
+ e.$queuedListeners$ = null)), (l = safeCall(s, "componentWillLoad"))) : (BUILD.cmpWillUpdate ), (l = then(l, (() => safeCall(s, "componentWillRender")))),
5422
5422
  n(), then(l, (() => updateComponent(e, s, t)));
5423
5423
  }, updateComponent = async (e, t, o) => {
5424
5424
  const n = e.$hostElement$, s = createTime("update", e.$cmpMeta$.$tagName$), l = n["s-rc"];
@@ -5946,7 +5946,76 @@ class BigGiveSearch {
5946
5946
  }; }
5947
5947
  }
5948
5948
 
5949
- const biggiveArticleCardCss = "/*!@a*/a.sc-biggive-article-card{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-article-card:hover{text-decoration:none}/*!@.background-colour-hover-primary:hover,\n.background-colour-primary*/.background-colour-hover-primary.sc-biggive-article-card:hover,.background-colour-primary.sc-biggive-article-card{background-color:#2C089B}/*!@.background-colour-hover-secondary:hover,\n.background-colour-secondary*/.background-colour-hover-secondary.sc-biggive-article-card:hover,.background-colour-secondary.sc-biggive-article-card{background-color:#2AF135}/*!@.background-colour-hover-tertiary:hover,\n.background-colour-tertiary*/.background-colour-hover-tertiary.sc-biggive-article-card:hover,.background-colour-tertiary.sc-biggive-article-card{background-color:#FF7272}/*!@.background-colour-hover-brand-1:hover,\n.background-colour-brand-1*/.background-colour-hover-brand-1.sc-biggive-article-card:hover,.background-colour-brand-1.sc-biggive-article-card{background-color:#B30510}/*!@.background-colour-hover-brand-2:hover,\n.background-colour-brand-2*/.background-colour-hover-brand-2.sc-biggive-article-card:hover,.background-colour-brand-2.sc-biggive-article-card{background-color:#6E0887}/*!@.background-colour-hover-brand-3:hover,\n.background-colour-brand-3*/.background-colour-hover-brand-3.sc-biggive-article-card:hover,.background-colour-brand-3.sc-biggive-article-card{background-color:#50B400}/*!@.background-colour-hover-brand-4:hover,\n.background-colour-brand-4*/.background-colour-hover-brand-4.sc-biggive-article-card:hover,.background-colour-brand-4.sc-biggive-article-card{background-color:#FFE500}/*!@.background-colour-hover-brand-5:hover,\n.background-colour-brand-5*/.background-colour-hover-brand-5.sc-biggive-article-card:hover,.background-colour-brand-5.sc-biggive-article-card{background-color:#F07D00}/*!@.background-colour-hover-brand-6:hover,\n.background-colour-brand-6*/.background-colour-hover-brand-6.sc-biggive-article-card:hover,.background-colour-brand-6.sc-biggive-article-card{background-color:#CBC8C8}/*!@.background-colour-hover-white:hover,\n.background-colour-white*/.background-colour-hover-white.sc-biggive-article-card:hover,.background-colour-white.sc-biggive-article-card{background-color:#FFFFFF}/*!@.background-colour-hover-black:hover,\n.background-colour-black*/.background-colour-hover-black.sc-biggive-article-card:hover,.background-colour-black.sc-biggive-article-card{background-color:#000000}/*!@.image-wrap img*/.image-wrap.sc-biggive-article-card img.sc-biggive-article-card{width:100%;height:auto}/*!@.space-above-0*/.space-above-0.sc-biggive-article-card{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-article-card{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-article-card{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-article-card{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-article-card{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-article-card{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-article-card{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-article-card{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-article-card{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-article-card{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-article-card{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-article-card{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-article-card{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-article-card{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-article-card:hover,.text-colour-primary.sc-biggive-article-card{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-article-card:hover,.text-colour-secondary.sc-biggive-article-card{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-article-card:hover,.text-colour-tertiary.sc-biggive-article-card{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-article-card:hover,.text-colour-brand-1.sc-biggive-article-card{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-article-card:hover,.text-colour-brand-2.sc-biggive-article-card{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-article-card:hover,.text-colour-brand-3.sc-biggive-article-card{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-article-card:hover,.text-colour-brand-4.sc-biggive-article-card{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-article-card:hover,.text-colour-brand-5.sc-biggive-article-card{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-article-card:hover,.text-colour-brand-6.sc-biggive-article-card{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-article-card:hover,.text-colour-white.sc-biggive-article-card{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-article-card:hover,.text-colour-black.sc-biggive-article-card{color:#000000}/*!@:host*/.sc-biggive-article-card-h{display:contents}/*!@.align-right*/.align-right.sc-biggive-article-card{text-align:right}/*!@.container*/.container.sc-biggive-article-card{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;position:relative;text-align:left;padding:30px}/*!@.container .sleeve*/.container.sc-biggive-article-card .sleeve.sc-biggive-article-card{padding:30px 30px 0 30px;clip-path:polygon(0% 0%, 0% 0%, 100% 0%, 100% 0, 100% 100%, 100% 100%, 50px 100%, 0 calc(100% - 50px))}/*!@.container .slug*/.container.sc-biggive-article-card .slug.sc-biggive-article-card{margin-bottom:5px}/*!@.container .date*/.container.sc-biggive-article-card .date.sc-biggive-article-card{font-size:13px;line-height:17px;margin-bottom:15px}/*!@.container h3*/.container.sc-biggive-article-card h3.sc-biggive-article-card{font-size:20px;line-height:24px;font-weight:bold;margin-bottom:15px}/*!@.container h3 a,\n.container h3 a:hover*/.container.sc-biggive-article-card h3.sc-biggive-article-card a.sc-biggive-article-card,.container.sc-biggive-article-card h3.sc-biggive-article-card a.sc-biggive-article-card:hover{text-decoration:none}/*!@.container .image-group*/.container.sc-biggive-article-card .image-group.sc-biggive-article-card{margin-bottom:15px}/*!@.container .image-group .image-wrap*/.container.sc-biggive-article-card .image-group.sc-biggive-article-card .image-wrap.sc-biggive-article-card{border-radius:50%;width:60px;height:60px;background-size:cover;background-position:center center;margin-bottom:5px}/*!@.container .image-group .image-wrap img*/.container.sc-biggive-article-card .image-group.sc-biggive-article-card .image-wrap.sc-biggive-article-card img.sc-biggive-article-card{display:none}/*!@.container .image-group .image-label*/.container.sc-biggive-article-card .image-group.sc-biggive-article-card .image-label.sc-biggive-article-card{font-size:13px;line-height:17px}";
5949
+ const biggiveAccordionCss = "/*!@a*/a.sc-biggive-accordion{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-accordion:hover{text-decoration:none}/*!@.space-above-0*/.space-above-0.sc-biggive-accordion{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-accordion{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-accordion{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-accordion{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-accordion{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-accordion{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-accordion{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-accordion{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-accordion{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-accordion{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-accordion{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-accordion{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-accordion{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-accordion{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-accordion:hover,.text-colour-primary.sc-biggive-accordion{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-accordion:hover,.text-colour-secondary.sc-biggive-accordion{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-accordion:hover,.text-colour-tertiary.sc-biggive-accordion{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-accordion:hover,.text-colour-brand-1.sc-biggive-accordion{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-accordion:hover,.text-colour-brand-2.sc-biggive-accordion{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-accordion:hover,.text-colour-brand-3.sc-biggive-accordion{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-accordion:hover,.text-colour-brand-4.sc-biggive-accordion{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-accordion:hover,.text-colour-brand-5.sc-biggive-accordion{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-accordion:hover,.text-colour-brand-6.sc-biggive-accordion{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-accordion:hover,.text-colour-white.sc-biggive-accordion{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-accordion:hover,.text-colour-black.sc-biggive-accordion{color:#000000}/*!@.text-colour-hover-grey-extra-light:hover,\n.text-colour-grey-extra-light*/.text-colour-hover-grey-extra-light.sc-biggive-accordion:hover,.text-colour-grey-extra-light.sc-biggive-accordion{color:#D7D7D7}/*!@.text-colour-hover-grey-light:hover,\n.text-colour-grey-light*/.text-colour-hover-grey-light.sc-biggive-accordion:hover,.text-colour-grey-light.sc-biggive-accordion{color:#E8E8E8}/*!@.text-colour-hover-grey-medium:hover,\n.text-colour-grey-medium*/.text-colour-hover-grey-medium.sc-biggive-accordion:hover,.text-colour-grey-medium.sc-biggive-accordion{color:#8A8A8A}/*!@.text-colour-hover-grey-dark:hover,\n.text-colour-grey-dark*/.text-colour-hover-grey-dark.sc-biggive-accordion:hover,.text-colour-grey-dark.sc-biggive-accordion{color:#4A4A4A}/*!@:host*/.sc-biggive-accordion-h{display:contents}/*!@.container*/.container.sc-biggive-accordion{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;position:relative}/*!@.container .entry h3.heading*/.container.sc-biggive-accordion .entry.sc-biggive-accordion h3.heading.sc-biggive-accordion{position:relative;margin:15px 0 0 0;padding:10px 60px 10px 20px;border-bottom:1px solid #000000;cursor:pointer}/*!@.container .entry h3.heading span.arrow*/.container.sc-biggive-accordion .entry.sc-biggive-accordion h3.heading.sc-biggive-accordion span.arrow.sc-biggive-accordion{display:block;position:absolute;right:20px;top:10px;width:40px;height:20px;text-align:center}/*!@.container .entry .content*/.container.sc-biggive-accordion .entry.sc-biggive-accordion .content.sc-biggive-accordion{overflow:hidden;max-height:0;padding:0 20px;transition:max-height 0.5s ease-in-out}/*!@.container .entry.expanded .content*/.container.sc-biggive-accordion .entry.expanded.sc-biggive-accordion .content.sc-biggive-accordion{max-height:100%}/*!@.container .entry.expanded span.arrow*/.container.sc-biggive-accordion .entry.expanded.sc-biggive-accordion span.arrow.sc-biggive-accordion{transform:rotate(-180deg)}/*!@.container.heading-colour-primary .entry h3.heading svg path*/.container.heading-colour-primary.sc-biggive-accordion .entry.sc-biggive-accordion h3.heading.sc-biggive-accordion svg.sc-biggive-accordion path.sc-biggive-accordion{stroke:#2C089B}/*!@.container.heading-colour-primary h3.heading*/.container.heading-colour-primary.sc-biggive-accordion h3.heading.sc-biggive-accordion{color:#2C089B}/*!@.container.text-colour-primary .content*/.container.text-colour-primary.sc-biggive-accordion .content.sc-biggive-accordion{color:#2C089B}/*!@.container.heading-colour-secondary .entry h3.heading svg path*/.container.heading-colour-secondary.sc-biggive-accordion .entry.sc-biggive-accordion h3.heading.sc-biggive-accordion svg.sc-biggive-accordion path.sc-biggive-accordion{stroke:#2AF135}/*!@.container.heading-colour-secondary h3.heading*/.container.heading-colour-secondary.sc-biggive-accordion h3.heading.sc-biggive-accordion{color:#2AF135}/*!@.container.text-colour-secondary .content*/.container.text-colour-secondary.sc-biggive-accordion .content.sc-biggive-accordion{color:#2AF135}/*!@.container.heading-colour-tertiary .entry h3.heading svg path*/.container.heading-colour-tertiary.sc-biggive-accordion .entry.sc-biggive-accordion h3.heading.sc-biggive-accordion svg.sc-biggive-accordion path.sc-biggive-accordion{stroke:#FF7272}/*!@.container.heading-colour-tertiary h3.heading*/.container.heading-colour-tertiary.sc-biggive-accordion h3.heading.sc-biggive-accordion{color:#FF7272}/*!@.container.text-colour-tertiary .content*/.container.text-colour-tertiary.sc-biggive-accordion .content.sc-biggive-accordion{color:#FF7272}/*!@.container.heading-colour-brand-1 .entry h3.heading svg path*/.container.heading-colour-brand-1.sc-biggive-accordion .entry.sc-biggive-accordion h3.heading.sc-biggive-accordion svg.sc-biggive-accordion path.sc-biggive-accordion{stroke:#B30510}/*!@.container.heading-colour-brand-1 h3.heading*/.container.heading-colour-brand-1.sc-biggive-accordion h3.heading.sc-biggive-accordion{color:#B30510}/*!@.container.text-colour-brand-1 .content*/.container.text-colour-brand-1.sc-biggive-accordion .content.sc-biggive-accordion{color:#B30510}/*!@.container.heading-colour-brand-2 .entry h3.heading svg path*/.container.heading-colour-brand-2.sc-biggive-accordion .entry.sc-biggive-accordion h3.heading.sc-biggive-accordion svg.sc-biggive-accordion path.sc-biggive-accordion{stroke:#6E0887}/*!@.container.heading-colour-brand-2 h3.heading*/.container.heading-colour-brand-2.sc-biggive-accordion h3.heading.sc-biggive-accordion{color:#6E0887}/*!@.container.text-colour-brand-2 .content*/.container.text-colour-brand-2.sc-biggive-accordion .content.sc-biggive-accordion{color:#6E0887}/*!@.container.heading-colour-brand-3 .entry h3.heading svg path*/.container.heading-colour-brand-3.sc-biggive-accordion .entry.sc-biggive-accordion h3.heading.sc-biggive-accordion svg.sc-biggive-accordion path.sc-biggive-accordion{stroke:#50B400}/*!@.container.heading-colour-brand-3 h3.heading*/.container.heading-colour-brand-3.sc-biggive-accordion h3.heading.sc-biggive-accordion{color:#50B400}/*!@.container.text-colour-brand-3 .content*/.container.text-colour-brand-3.sc-biggive-accordion .content.sc-biggive-accordion{color:#50B400}/*!@.container.heading-colour-brand-4 .entry h3.heading svg path*/.container.heading-colour-brand-4.sc-biggive-accordion .entry.sc-biggive-accordion h3.heading.sc-biggive-accordion svg.sc-biggive-accordion path.sc-biggive-accordion{stroke:#FFE500}/*!@.container.heading-colour-brand-4 h3.heading*/.container.heading-colour-brand-4.sc-biggive-accordion h3.heading.sc-biggive-accordion{color:#FFE500}/*!@.container.text-colour-brand-4 .content*/.container.text-colour-brand-4.sc-biggive-accordion .content.sc-biggive-accordion{color:#FFE500}/*!@.container.heading-colour-brand-5 .entry h3.heading svg path*/.container.heading-colour-brand-5.sc-biggive-accordion .entry.sc-biggive-accordion h3.heading.sc-biggive-accordion svg.sc-biggive-accordion path.sc-biggive-accordion{stroke:#F07D00}/*!@.container.heading-colour-brand-5 h3.heading*/.container.heading-colour-brand-5.sc-biggive-accordion h3.heading.sc-biggive-accordion{color:#F07D00}/*!@.container.text-colour-brand-5 .content*/.container.text-colour-brand-5.sc-biggive-accordion .content.sc-biggive-accordion{color:#F07D00}/*!@.container.heading-colour-brand-6 .entry h3.heading svg path*/.container.heading-colour-brand-6.sc-biggive-accordion .entry.sc-biggive-accordion h3.heading.sc-biggive-accordion svg.sc-biggive-accordion path.sc-biggive-accordion{stroke:#62CFC9}/*!@.container.heading-colour-brand-6 h3.heading*/.container.heading-colour-brand-6.sc-biggive-accordion h3.heading.sc-biggive-accordion{color:#62CFC9}/*!@.container.text-colour-brand-6 .content*/.container.text-colour-brand-6.sc-biggive-accordion .content.sc-biggive-accordion{color:#62CFC9}/*!@.container.heading-colour-white .entry h3.heading svg path*/.container.heading-colour-white.sc-biggive-accordion .entry.sc-biggive-accordion h3.heading.sc-biggive-accordion svg.sc-biggive-accordion path.sc-biggive-accordion{stroke:#FFFFFF}/*!@.container.heading-colour-white h3.heading*/.container.heading-colour-white.sc-biggive-accordion h3.heading.sc-biggive-accordion{color:#FFFFFF}/*!@.container.text-colour-white .content*/.container.text-colour-white.sc-biggive-accordion .content.sc-biggive-accordion{color:#FFFFFF}/*!@.container.heading-colour-black .entry h3.heading svg path*/.container.heading-colour-black.sc-biggive-accordion .entry.sc-biggive-accordion h3.heading.sc-biggive-accordion svg.sc-biggive-accordion path.sc-biggive-accordion{stroke:#000000}/*!@.container.heading-colour-black h3.heading*/.container.heading-colour-black.sc-biggive-accordion h3.heading.sc-biggive-accordion{color:#000000}/*!@.container.text-colour-black .content*/.container.text-colour-black.sc-biggive-accordion .content.sc-biggive-accordion{color:#000000}/*!@.container.heading-colour-grey-extra-light .entry h3.heading svg path*/.container.heading-colour-grey-extra-light.sc-biggive-accordion .entry.sc-biggive-accordion h3.heading.sc-biggive-accordion svg.sc-biggive-accordion path.sc-biggive-accordion{stroke:#D7D7D7}/*!@.container.heading-colour-grey-extra-light h3.heading*/.container.heading-colour-grey-extra-light.sc-biggive-accordion h3.heading.sc-biggive-accordion{color:#D7D7D7}/*!@.container.text-colour-grey-extra-light .content*/.container.text-colour-grey-extra-light.sc-biggive-accordion .content.sc-biggive-accordion{color:#D7D7D7}/*!@.container.heading-colour-grey-light .entry h3.heading svg path*/.container.heading-colour-grey-light.sc-biggive-accordion .entry.sc-biggive-accordion h3.heading.sc-biggive-accordion svg.sc-biggive-accordion path.sc-biggive-accordion{stroke:#E8E8E8}/*!@.container.heading-colour-grey-light h3.heading*/.container.heading-colour-grey-light.sc-biggive-accordion h3.heading.sc-biggive-accordion{color:#E8E8E8}/*!@.container.text-colour-grey-light .content*/.container.text-colour-grey-light.sc-biggive-accordion .content.sc-biggive-accordion{color:#E8E8E8}/*!@.container.heading-colour-grey-medium .entry h3.heading svg path*/.container.heading-colour-grey-medium.sc-biggive-accordion .entry.sc-biggive-accordion h3.heading.sc-biggive-accordion svg.sc-biggive-accordion path.sc-biggive-accordion{stroke:#8A8A8A}/*!@.container.heading-colour-grey-medium h3.heading*/.container.heading-colour-grey-medium.sc-biggive-accordion h3.heading.sc-biggive-accordion{color:#8A8A8A}/*!@.container.text-colour-grey-medium .content*/.container.text-colour-grey-medium.sc-biggive-accordion .content.sc-biggive-accordion{color:#8A8A8A}/*!@.container.heading-colour-grey-dark .entry h3.heading svg path*/.container.heading-colour-grey-dark.sc-biggive-accordion .entry.sc-biggive-accordion h3.heading.sc-biggive-accordion svg.sc-biggive-accordion path.sc-biggive-accordion{stroke:#4A4A4A}/*!@.container.heading-colour-grey-dark h3.heading*/.container.heading-colour-grey-dark.sc-biggive-accordion h3.heading.sc-biggive-accordion{color:#4A4A4A}/*!@.container.text-colour-grey-dark .content*/.container.text-colour-grey-dark.sc-biggive-accordion .content.sc-biggive-accordion{color:#4A4A4A}";
5950
+
5951
+ class BiggiveAccordion {
5952
+ constructor(hostRef) {
5953
+ registerInstance(this, hostRef);
5954
+ this.children = [];
5955
+ this.spaceBelow = 0;
5956
+ this.textColour = 'black';
5957
+ this.headingColour = 'primary';
5958
+ }
5959
+ componentWillLoad() {
5960
+ this.children = Array.from(this.host.children);
5961
+ }
5962
+ toggleSection(e) {
5963
+ const target = e.target;
5964
+ const entry = target.closest('.entry');
5965
+ const arrow = entry.querySelector('.arrow');
5966
+ if (entry.classList.contains('expanded')) {
5967
+ entry.classList.remove('expanded');
5968
+ arrow.setAttribute('title', 'Expand section');
5969
+ }
5970
+ else {
5971
+ entry.classList.add('expanded');
5972
+ arrow.setAttribute('title', 'Collapse section');
5973
+ }
5974
+ }
5975
+ render() {
5976
+ return (hAsync("div", { class: 'container' + ' space-below-' + this.spaceBelow + ' text-colour-' + this.textColour + ' heading-colour-' + this.headingColour }, hAsync("div", { class: "sleeve" }, this.children.map(entry => (hAsync("div", { class: "entry" }, hAsync("h3", { class: "heading", onClick: event => this.toggleSection(event), title: "Expand section" }, entry.heading, hAsync("span", { class: "arrow" }, hAsync("svg", { width: "15", height: "9", viewBox: "0 0 15 9", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("path", { d: "M14.1074 0.999859L7.55357 7.55371L0.999718 0.99986", stroke: "black", "stroke-width": "2" })))), hAsync("div", { class: "content", innerHTML: entry.innerHTML })))))));
5977
+ }
5978
+ get host() { return getElement(this); }
5979
+ static get style() { return biggiveAccordionCss; }
5980
+ static get cmpMeta() { return {
5981
+ "$flags$": 9,
5982
+ "$tagName$": "biggive-accordion",
5983
+ "$members$": {
5984
+ "spaceBelow": [2, "space-below"],
5985
+ "textColour": [1, "text-colour"],
5986
+ "headingColour": [1, "heading-colour"]
5987
+ },
5988
+ "$listeners$": undefined,
5989
+ "$lazyBundleId$": "-",
5990
+ "$attrsToReflect$": []
5991
+ }; }
5992
+ }
5993
+
5994
+ const biggiveAccordionEntryCss = "/*!@a*/a.sc-biggive-accordion-entry{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-accordion-entry:hover{text-decoration:none}/*!@:host*/.sc-biggive-accordion-entry-h{display:block}";
5995
+
5996
+ class BiggiveAccordionEntry {
5997
+ constructor(hostRef) {
5998
+ registerInstance(this, hostRef);
5999
+ this.heading = '';
6000
+ }
6001
+ render() {
6002
+ return null;
6003
+ }
6004
+ get host() { return getElement(this); }
6005
+ static get style() { return biggiveAccordionEntryCss; }
6006
+ static get cmpMeta() { return {
6007
+ "$flags$": 9,
6008
+ "$tagName$": "biggive-accordion-entry",
6009
+ "$members$": {
6010
+ "heading": [1]
6011
+ },
6012
+ "$listeners$": undefined,
6013
+ "$lazyBundleId$": "-",
6014
+ "$attrsToReflect$": []
6015
+ }; }
6016
+ }
6017
+
6018
+ const biggiveArticleCardCss = "/*!@a*/a.sc-biggive-article-card{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-article-card:hover{text-decoration:none}/*!@.background-colour-hover-primary:hover,\n.background-colour-primary*/.background-colour-hover-primary.sc-biggive-article-card:hover,.background-colour-primary.sc-biggive-article-card{background-color:#2C089B}/*!@.background-colour-hover-secondary:hover,\n.background-colour-secondary*/.background-colour-hover-secondary.sc-biggive-article-card:hover,.background-colour-secondary.sc-biggive-article-card{background-color:#2AF135}/*!@.background-colour-hover-tertiary:hover,\n.background-colour-tertiary*/.background-colour-hover-tertiary.sc-biggive-article-card:hover,.background-colour-tertiary.sc-biggive-article-card{background-color:#FF7272}/*!@.background-colour-hover-brand-1:hover,\n.background-colour-brand-1*/.background-colour-hover-brand-1.sc-biggive-article-card:hover,.background-colour-brand-1.sc-biggive-article-card{background-color:#B30510}/*!@.background-colour-hover-brand-2:hover,\n.background-colour-brand-2*/.background-colour-hover-brand-2.sc-biggive-article-card:hover,.background-colour-brand-2.sc-biggive-article-card{background-color:#6E0887}/*!@.background-colour-hover-brand-3:hover,\n.background-colour-brand-3*/.background-colour-hover-brand-3.sc-biggive-article-card:hover,.background-colour-brand-3.sc-biggive-article-card{background-color:#50B400}/*!@.background-colour-hover-brand-4:hover,\n.background-colour-brand-4*/.background-colour-hover-brand-4.sc-biggive-article-card:hover,.background-colour-brand-4.sc-biggive-article-card{background-color:#FFE500}/*!@.background-colour-hover-brand-5:hover,\n.background-colour-brand-5*/.background-colour-hover-brand-5.sc-biggive-article-card:hover,.background-colour-brand-5.sc-biggive-article-card{background-color:#F07D00}/*!@.background-colour-hover-brand-6:hover,\n.background-colour-brand-6*/.background-colour-hover-brand-6.sc-biggive-article-card:hover,.background-colour-brand-6.sc-biggive-article-card{background-color:#CBC8C8}/*!@.background-colour-hover-white:hover,\n.background-colour-white*/.background-colour-hover-white.sc-biggive-article-card:hover,.background-colour-white.sc-biggive-article-card{background-color:#FFFFFF}/*!@.background-colour-hover-black:hover,\n.background-colour-black*/.background-colour-hover-black.sc-biggive-article-card:hover,.background-colour-black.sc-biggive-article-card{background-color:#000000}/*!@.background-colour-hover-white:hover,\n.background-colour-white*/.background-colour-hover-white.sc-biggive-article-card:hover,.background-colour-white.sc-biggive-article-card{background-color:#FFFFFF}/*!@.background-colour-hover-grey-extra-light:hover,\n.background-colour-grey-extra-light*/.background-colour-hover-grey-extra-light.sc-biggive-article-card:hover,.background-colour-grey-extra-light.sc-biggive-article-card{background-color:#D7D7D7}/*!@.background-colour-hover-grey-light:hover,\n.background-colour-grey-light*/.background-colour-hover-grey-light.sc-biggive-article-card:hover,.background-colour-grey-light.sc-biggive-article-card{background-color:#E8E8E8}/*!@.background-colour-hover-grey-medium:hover,\n.background-colour-grey-medium*/.background-colour-hover-grey-medium.sc-biggive-article-card:hover,.background-colour-grey-medium.sc-biggive-article-card{background-color:#8A8A8A}/*!@.background-colour-hover-grey-dark:hover,\n.background-colour-grey-dark*/.background-colour-hover-grey-dark.sc-biggive-article-card:hover,.background-colour-grey-dark.sc-biggive-article-card{background-color:#4A4A4A}/*!@.image-wrap img*/.image-wrap.sc-biggive-article-card img.sc-biggive-article-card{width:100%;height:auto}/*!@.space-above-0*/.space-above-0.sc-biggive-article-card{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-article-card{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-article-card{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-article-card{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-article-card{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-article-card{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-article-card{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-article-card{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-article-card{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-article-card{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-article-card{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-article-card{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-article-card{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-article-card{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-article-card:hover,.text-colour-primary.sc-biggive-article-card{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-article-card:hover,.text-colour-secondary.sc-biggive-article-card{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-article-card:hover,.text-colour-tertiary.sc-biggive-article-card{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-article-card:hover,.text-colour-brand-1.sc-biggive-article-card{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-article-card:hover,.text-colour-brand-2.sc-biggive-article-card{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-article-card:hover,.text-colour-brand-3.sc-biggive-article-card{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-article-card:hover,.text-colour-brand-4.sc-biggive-article-card{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-article-card:hover,.text-colour-brand-5.sc-biggive-article-card{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-article-card:hover,.text-colour-brand-6.sc-biggive-article-card{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-article-card:hover,.text-colour-white.sc-biggive-article-card{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-article-card:hover,.text-colour-black.sc-biggive-article-card{color:#000000}/*!@.text-colour-hover-grey-extra-light:hover,\n.text-colour-grey-extra-light*/.text-colour-hover-grey-extra-light.sc-biggive-article-card:hover,.text-colour-grey-extra-light.sc-biggive-article-card{color:#D7D7D7}/*!@.text-colour-hover-grey-light:hover,\n.text-colour-grey-light*/.text-colour-hover-grey-light.sc-biggive-article-card:hover,.text-colour-grey-light.sc-biggive-article-card{color:#E8E8E8}/*!@.text-colour-hover-grey-medium:hover,\n.text-colour-grey-medium*/.text-colour-hover-grey-medium.sc-biggive-article-card:hover,.text-colour-grey-medium.sc-biggive-article-card{color:#8A8A8A}/*!@.text-colour-hover-grey-dark:hover,\n.text-colour-grey-dark*/.text-colour-hover-grey-dark.sc-biggive-article-card:hover,.text-colour-grey-dark.sc-biggive-article-card{color:#4A4A4A}/*!@:host*/.sc-biggive-article-card-h{display:contents}/*!@.align-right*/.align-right.sc-biggive-article-card{text-align:right}/*!@.container*/.container.sc-biggive-article-card{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;position:relative;text-align:left;padding:30px}/*!@.container .sleeve*/.container.sc-biggive-article-card .sleeve.sc-biggive-article-card{padding:30px 30px 0 30px;clip-path:polygon(0% 0%, 0% 0%, 100% 0%, 100% 0, 100% 100%, 100% 100%, 50px 100%, 0 calc(100% - 50px))}/*!@.container .slug*/.container.sc-biggive-article-card .slug.sc-biggive-article-card{margin-bottom:5px}/*!@.container .date*/.container.sc-biggive-article-card .date.sc-biggive-article-card{font-size:13px;line-height:17px;margin-bottom:15px}/*!@.container h3*/.container.sc-biggive-article-card h3.sc-biggive-article-card{font-size:20px;line-height:24px;font-weight:bold;margin-bottom:15px}/*!@.container h3 a,\n.container h3 a:hover*/.container.sc-biggive-article-card h3.sc-biggive-article-card a.sc-biggive-article-card,.container.sc-biggive-article-card h3.sc-biggive-article-card a.sc-biggive-article-card:hover{text-decoration:none}/*!@.container .image-group*/.container.sc-biggive-article-card .image-group.sc-biggive-article-card{margin-bottom:15px}/*!@.container .image-group .image-wrap*/.container.sc-biggive-article-card .image-group.sc-biggive-article-card .image-wrap.sc-biggive-article-card{border-radius:50%;width:60px;height:60px;background-size:cover;background-position:center center;margin-bottom:5px}/*!@.container .image-group .image-wrap img*/.container.sc-biggive-article-card .image-group.sc-biggive-article-card .image-wrap.sc-biggive-article-card img.sc-biggive-article-card{display:none}/*!@.container .image-group .image-label*/.container.sc-biggive-article-card .image-group.sc-biggive-article-card .image-label.sc-biggive-article-card{font-size:13px;line-height:17px}";
5950
6019
 
5951
6020
  class BiggiveArticleCard {
5952
6021
  constructor(hostRef) {
@@ -6011,7 +6080,7 @@ class BiggiveBackToTop {
6011
6080
  }; }
6012
6081
  }
6013
6082
 
6014
- const biggiveBasicCardCss = "/*!@a*/a.sc-biggive-basic-card{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-basic-card:hover{text-decoration:none}/*!@.background-colour-hover-primary:hover,\n.background-colour-primary*/.background-colour-hover-primary.sc-biggive-basic-card:hover,.background-colour-primary.sc-biggive-basic-card{background-color:#2C089B}/*!@.background-colour-hover-secondary:hover,\n.background-colour-secondary*/.background-colour-hover-secondary.sc-biggive-basic-card:hover,.background-colour-secondary.sc-biggive-basic-card{background-color:#2AF135}/*!@.background-colour-hover-tertiary:hover,\n.background-colour-tertiary*/.background-colour-hover-tertiary.sc-biggive-basic-card:hover,.background-colour-tertiary.sc-biggive-basic-card{background-color:#FF7272}/*!@.background-colour-hover-brand-1:hover,\n.background-colour-brand-1*/.background-colour-hover-brand-1.sc-biggive-basic-card:hover,.background-colour-brand-1.sc-biggive-basic-card{background-color:#B30510}/*!@.background-colour-hover-brand-2:hover,\n.background-colour-brand-2*/.background-colour-hover-brand-2.sc-biggive-basic-card:hover,.background-colour-brand-2.sc-biggive-basic-card{background-color:#6E0887}/*!@.background-colour-hover-brand-3:hover,\n.background-colour-brand-3*/.background-colour-hover-brand-3.sc-biggive-basic-card:hover,.background-colour-brand-3.sc-biggive-basic-card{background-color:#50B400}/*!@.background-colour-hover-brand-4:hover,\n.background-colour-brand-4*/.background-colour-hover-brand-4.sc-biggive-basic-card:hover,.background-colour-brand-4.sc-biggive-basic-card{background-color:#FFE500}/*!@.background-colour-hover-brand-5:hover,\n.background-colour-brand-5*/.background-colour-hover-brand-5.sc-biggive-basic-card:hover,.background-colour-brand-5.sc-biggive-basic-card{background-color:#F07D00}/*!@.background-colour-hover-brand-6:hover,\n.background-colour-brand-6*/.background-colour-hover-brand-6.sc-biggive-basic-card:hover,.background-colour-brand-6.sc-biggive-basic-card{background-color:#CBC8C8}/*!@.background-colour-hover-white:hover,\n.background-colour-white*/.background-colour-hover-white.sc-biggive-basic-card:hover,.background-colour-white.sc-biggive-basic-card{background-color:#FFFFFF}/*!@.background-colour-hover-black:hover,\n.background-colour-black*/.background-colour-hover-black.sc-biggive-basic-card:hover,.background-colour-black.sc-biggive-basic-card{background-color:#000000}/*!@.fill-primary*/.fill-primary.sc-biggive-basic-card{fill:#2C089B}/*!@.fill-secondary*/.fill-secondary.sc-biggive-basic-card{fill:#2AF135}/*!@.fill-tertiary*/.fill-tertiary.sc-biggive-basic-card{fill:#FF7272}/*!@.fill-brand-1*/.fill-brand-1.sc-biggive-basic-card{fill:#B30510}/*!@.fill-brand-2*/.fill-brand-2.sc-biggive-basic-card{fill:#6E0887}/*!@.fill-brand-3*/.fill-brand-3.sc-biggive-basic-card{fill:#50B400}/*!@.fill-brand-4*/.fill-brand-4.sc-biggive-basic-card{fill:#FFE500}/*!@.fill-brand-5*/.fill-brand-5.sc-biggive-basic-card{fill:#F07D00}/*!@.fill-brand-6*/.fill-brand-6.sc-biggive-basic-card{fill:#CBC8C8}/*!@.fill-brand-mhf-turquoise*/.fill-brand-mhf-turquoise.sc-biggive-basic-card{fill:#62CFC9}/*!@.fill-white*/.fill-white.sc-biggive-basic-card{fill:#FFFFFF}/*!@.fill-black*/.fill-black.sc-biggive-basic-card{fill:#000000}/*!@.fill-red*/.fill-red.sc-biggive-basic-card{fill:red}/*!@.space-above-0*/.space-above-0.sc-biggive-basic-card{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-basic-card{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-basic-card{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-basic-card{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-basic-card{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-basic-card{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-basic-card{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-basic-card{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-basic-card{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-basic-card{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-basic-card{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-basic-card{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-basic-card{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-basic-card{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-basic-card:hover,.text-colour-primary.sc-biggive-basic-card{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-basic-card:hover,.text-colour-secondary.sc-biggive-basic-card{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-basic-card:hover,.text-colour-tertiary.sc-biggive-basic-card{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-basic-card:hover,.text-colour-brand-1.sc-biggive-basic-card{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-basic-card:hover,.text-colour-brand-2.sc-biggive-basic-card{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-basic-card:hover,.text-colour-brand-3.sc-biggive-basic-card{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-basic-card:hover,.text-colour-brand-4.sc-biggive-basic-card{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-basic-card:hover,.text-colour-brand-5.sc-biggive-basic-card{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-basic-card:hover,.text-colour-brand-6.sc-biggive-basic-card{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-basic-card:hover,.text-colour-white.sc-biggive-basic-card{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-basic-card:hover,.text-colour-black.sc-biggive-basic-card{color:#000000}/*!@:host*/.sc-biggive-basic-card-h{display:contents}/*!@.container*/.container.sc-biggive-basic-card{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;position:relative;text-align:center;background-size:cover;background-position:center center;padding:30px;height:100%;white-space:pre-wrap}/*!@.container .sleeve*/.container.sc-biggive-basic-card .sleeve.sc-biggive-basic-card{padding:30px;height:100%;box-sizing:border-box}/*!@.container.clip-bottom-left-corner-false.clip-top-right-corner-true .sleeve*/.container.clip-bottom-left-corner-false.clip-top-right-corner-true.sc-biggive-basic-card .sleeve.sc-biggive-basic-card{clip-path:polygon(0% 0%, 0% 0%, calc(100% - 50px) 0%, 100% 50px, 100% 100%, 100% 100%, 0% 100%, 0 100%)}/*!@.container.clip-bottom-left-corner-true.clip-top-right-corner-false .sleeve*/.container.clip-bottom-left-corner-true.clip-top-right-corner-false.sc-biggive-basic-card .sleeve.sc-biggive-basic-card{clip-path:polygon(0% 0%, 0% 0%, 100% 0%, 100% 0, 100% 100%, 100% 100%, 50px 100%, 0 calc(100% - 50px))}/*!@.container.clip-bottom-left-corner-true.clip-top-right-corner-true .sleeve*/.container.clip-bottom-left-corner-true.clip-top-right-corner-true.sc-biggive-basic-card .sleeve.sc-biggive-basic-card{clip-path:polygon(0% 0%, 0% 0%, calc(100% - 50px) 0%, 100% 50px, 100% 100%, 100% 100%, 50px 100%, 0 calc(100% - 50px))}/*!@.container .icon svg*/.container.sc-biggive-basic-card .icon.sc-biggive-basic-card svg.sc-biggive-basic-card{width:50px;height:auto}/*!@.container .title*/.container.sc-biggive-basic-card .title.sc-biggive-basic-card{font-size:25px;line-height:32px;font-weight:bold;margin-bottom:15px}/*!@.container .subtitle*/.container.sc-biggive-basic-card .subtitle.sc-biggive-basic-card{margin-bottom:15px}";
6083
+ const biggiveBasicCardCss = "/*!@a*/a.sc-biggive-basic-card{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-basic-card:hover{text-decoration:none}/*!@.background-colour-hover-primary:hover,\n.background-colour-primary*/.background-colour-hover-primary.sc-biggive-basic-card:hover,.background-colour-primary.sc-biggive-basic-card{background-color:#2C089B}/*!@.background-colour-hover-secondary:hover,\n.background-colour-secondary*/.background-colour-hover-secondary.sc-biggive-basic-card:hover,.background-colour-secondary.sc-biggive-basic-card{background-color:#2AF135}/*!@.background-colour-hover-tertiary:hover,\n.background-colour-tertiary*/.background-colour-hover-tertiary.sc-biggive-basic-card:hover,.background-colour-tertiary.sc-biggive-basic-card{background-color:#FF7272}/*!@.background-colour-hover-brand-1:hover,\n.background-colour-brand-1*/.background-colour-hover-brand-1.sc-biggive-basic-card:hover,.background-colour-brand-1.sc-biggive-basic-card{background-color:#B30510}/*!@.background-colour-hover-brand-2:hover,\n.background-colour-brand-2*/.background-colour-hover-brand-2.sc-biggive-basic-card:hover,.background-colour-brand-2.sc-biggive-basic-card{background-color:#6E0887}/*!@.background-colour-hover-brand-3:hover,\n.background-colour-brand-3*/.background-colour-hover-brand-3.sc-biggive-basic-card:hover,.background-colour-brand-3.sc-biggive-basic-card{background-color:#50B400}/*!@.background-colour-hover-brand-4:hover,\n.background-colour-brand-4*/.background-colour-hover-brand-4.sc-biggive-basic-card:hover,.background-colour-brand-4.sc-biggive-basic-card{background-color:#FFE500}/*!@.background-colour-hover-brand-5:hover,\n.background-colour-brand-5*/.background-colour-hover-brand-5.sc-biggive-basic-card:hover,.background-colour-brand-5.sc-biggive-basic-card{background-color:#F07D00}/*!@.background-colour-hover-brand-6:hover,\n.background-colour-brand-6*/.background-colour-hover-brand-6.sc-biggive-basic-card:hover,.background-colour-brand-6.sc-biggive-basic-card{background-color:#CBC8C8}/*!@.background-colour-hover-white:hover,\n.background-colour-white*/.background-colour-hover-white.sc-biggive-basic-card:hover,.background-colour-white.sc-biggive-basic-card{background-color:#FFFFFF}/*!@.background-colour-hover-black:hover,\n.background-colour-black*/.background-colour-hover-black.sc-biggive-basic-card:hover,.background-colour-black.sc-biggive-basic-card{background-color:#000000}/*!@.background-colour-hover-white:hover,\n.background-colour-white*/.background-colour-hover-white.sc-biggive-basic-card:hover,.background-colour-white.sc-biggive-basic-card{background-color:#FFFFFF}/*!@.background-colour-hover-grey-extra-light:hover,\n.background-colour-grey-extra-light*/.background-colour-hover-grey-extra-light.sc-biggive-basic-card:hover,.background-colour-grey-extra-light.sc-biggive-basic-card{background-color:#D7D7D7}/*!@.background-colour-hover-grey-light:hover,\n.background-colour-grey-light*/.background-colour-hover-grey-light.sc-biggive-basic-card:hover,.background-colour-grey-light.sc-biggive-basic-card{background-color:#E8E8E8}/*!@.background-colour-hover-grey-medium:hover,\n.background-colour-grey-medium*/.background-colour-hover-grey-medium.sc-biggive-basic-card:hover,.background-colour-grey-medium.sc-biggive-basic-card{background-color:#8A8A8A}/*!@.background-colour-hover-grey-dark:hover,\n.background-colour-grey-dark*/.background-colour-hover-grey-dark.sc-biggive-basic-card:hover,.background-colour-grey-dark.sc-biggive-basic-card{background-color:#4A4A4A}/*!@.fill-primary*/.fill-primary.sc-biggive-basic-card{fill:#2C089B}/*!@.fill-secondary*/.fill-secondary.sc-biggive-basic-card{fill:#2AF135}/*!@.fill-tertiary*/.fill-tertiary.sc-biggive-basic-card{fill:#FF7272}/*!@.fill-brand-1*/.fill-brand-1.sc-biggive-basic-card{fill:#B30510}/*!@.fill-brand-2*/.fill-brand-2.sc-biggive-basic-card{fill:#6E0887}/*!@.fill-brand-3*/.fill-brand-3.sc-biggive-basic-card{fill:#50B400}/*!@.fill-brand-4*/.fill-brand-4.sc-biggive-basic-card{fill:#FFE500}/*!@.fill-brand-5*/.fill-brand-5.sc-biggive-basic-card{fill:#F07D00}/*!@.fill-brand-6*/.fill-brand-6.sc-biggive-basic-card{fill:#CBC8C8}/*!@.fill-brand-mhf-turquoise*/.fill-brand-mhf-turquoise.sc-biggive-basic-card{fill:#62CFC9}/*!@.fill-white*/.fill-white.sc-biggive-basic-card{fill:#FFFFFF}/*!@.fill-black*/.fill-black.sc-biggive-basic-card{fill:#000000}/*!@.fill-grey-extra-light*/.fill-grey-extra-light.sc-biggive-basic-card{fill:#D7D7D7}/*!@.fill-grey-light*/.fill-grey-light.sc-biggive-basic-card{fill:#E8E8E8}/*!@.fill-grey-medium*/.fill-grey-medium.sc-biggive-basic-card{fill:#8A8A8A}/*!@.fill-grey-dark*/.fill-grey-dark.sc-biggive-basic-card{fill:#4A4A4A}/*!@.fill-red*/.fill-red.sc-biggive-basic-card{fill:red}/*!@.space-above-0*/.space-above-0.sc-biggive-basic-card{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-basic-card{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-basic-card{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-basic-card{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-basic-card{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-basic-card{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-basic-card{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-basic-card{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-basic-card{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-basic-card{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-basic-card{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-basic-card{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-basic-card{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-basic-card{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-basic-card:hover,.text-colour-primary.sc-biggive-basic-card{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-basic-card:hover,.text-colour-secondary.sc-biggive-basic-card{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-basic-card:hover,.text-colour-tertiary.sc-biggive-basic-card{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-basic-card:hover,.text-colour-brand-1.sc-biggive-basic-card{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-basic-card:hover,.text-colour-brand-2.sc-biggive-basic-card{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-basic-card:hover,.text-colour-brand-3.sc-biggive-basic-card{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-basic-card:hover,.text-colour-brand-4.sc-biggive-basic-card{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-basic-card:hover,.text-colour-brand-5.sc-biggive-basic-card{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-basic-card:hover,.text-colour-brand-6.sc-biggive-basic-card{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-basic-card:hover,.text-colour-white.sc-biggive-basic-card{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-basic-card:hover,.text-colour-black.sc-biggive-basic-card{color:#000000}/*!@.text-colour-hover-grey-extra-light:hover,\n.text-colour-grey-extra-light*/.text-colour-hover-grey-extra-light.sc-biggive-basic-card:hover,.text-colour-grey-extra-light.sc-biggive-basic-card{color:#D7D7D7}/*!@.text-colour-hover-grey-light:hover,\n.text-colour-grey-light*/.text-colour-hover-grey-light.sc-biggive-basic-card:hover,.text-colour-grey-light.sc-biggive-basic-card{color:#E8E8E8}/*!@.text-colour-hover-grey-medium:hover,\n.text-colour-grey-medium*/.text-colour-hover-grey-medium.sc-biggive-basic-card:hover,.text-colour-grey-medium.sc-biggive-basic-card{color:#8A8A8A}/*!@.text-colour-hover-grey-dark:hover,\n.text-colour-grey-dark*/.text-colour-hover-grey-dark.sc-biggive-basic-card:hover,.text-colour-grey-dark.sc-biggive-basic-card{color:#4A4A4A}/*!@:host*/.sc-biggive-basic-card-h{display:contents}/*!@.container*/.container.sc-biggive-basic-card{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;position:relative;text-align:center;background-size:cover;background-position:center center;padding:30px;height:100%;white-space:pre-wrap}/*!@.container a,\n.container a:hover*/.container.sc-biggive-basic-card a.sc-biggive-basic-card,.container.sc-biggive-basic-card a.sc-biggive-basic-card:hover{text-decoration:none}/*!@.container .sleeve*/.container.sc-biggive-basic-card .sleeve.sc-biggive-basic-card{padding:30px;height:100%;box-sizing:border-box;transition:all 1s ease-in-out}/*!@.container.add-animation-true:hover .sleeve*/.container.add-animation-true.sc-biggive-basic-card:hover .sleeve.sc-biggive-basic-card{margin:-30px;padding:60px}/*!@.container.clip-bottom-left-corner-false.clip-top-right-corner-true .sleeve*/.container.clip-bottom-left-corner-false.clip-top-right-corner-true.sc-biggive-basic-card .sleeve.sc-biggive-basic-card{clip-path:polygon(0% 0%, 0% 0%, calc(100% - 50px) 0%, 100% 50px, 100% 100%, 100% 100%, 0% 100%, 0 100%)}/*!@.container.clip-bottom-left-corner-true.clip-top-right-corner-false .sleeve*/.container.clip-bottom-left-corner-true.clip-top-right-corner-false.sc-biggive-basic-card .sleeve.sc-biggive-basic-card{clip-path:polygon(0% 0%, 0% 0%, 100% 0%, 100% 0, 100% 100%, 100% 100%, 50px 100%, 0 calc(100% - 50px))}/*!@.container.clip-bottom-left-corner-true.clip-top-right-corner-true .sleeve*/.container.clip-bottom-left-corner-true.clip-top-right-corner-true.sc-biggive-basic-card .sleeve.sc-biggive-basic-card{clip-path:polygon(0% 0%, 0% 0%, calc(100% - 50px) 0%, 100% 50px, 100% 100%, 100% 100%, 50px 100%, 0 calc(100% - 50px))}/*!@.container .icon svg*/.container.sc-biggive-basic-card .icon.sc-biggive-basic-card svg.sc-biggive-basic-card{width:50px;height:auto}/*!@.container .title*/.container.sc-biggive-basic-card .title.sc-biggive-basic-card{font-size:25px;line-height:32px;font-weight:bold;margin-bottom:15px}/*!@.container .subtitle*/.container.sc-biggive-basic-card .subtitle.sc-biggive-basic-card{margin-bottom:15px}";
6015
6084
 
6016
6085
  class BiggiveBasicCard {
6017
6086
  constructor(hostRef) {
@@ -6032,6 +6101,7 @@ class BiggiveBasicCard {
6032
6101
  this.clipBottomLeftCorner = true;
6033
6102
  this.clipTopRightCorner = true;
6034
6103
  this.headingLevel = 3;
6104
+ this.addAnimation = false;
6035
6105
  }
6036
6106
  render() {
6037
6107
  const HeadingTag = `h${this.headingLevel}`;
@@ -6042,7 +6112,9 @@ class BiggiveBasicCard {
6042
6112
  ' clip-bottom-left-corner-' +
6043
6113
  this.clipBottomLeftCorner +
6044
6114
  ' clip-top-right-corner-' +
6045
- this.clipTopRightCorner, style: { 'background-image': "url('" + this.backgroundImageUrl + "')" } }, hAsync("div", { class: 'sleeve background-colour-' + this.cardColour + ' text-colour-' + this.textColour }, hAsync("div", { class: "content-wrap" }, this.icon == true ? (hAsync("div", { class: "icon" }, hAsync("svg", { width: "53", height: "39", viewBox: "0 0 53 39", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("path", { d: "M38.7009 13.6572L52.3535 38.6959H25.0386L38.7009 13.6572Z", class: "fill-black" }), hAsync("path", { d: "M20.4789 36.4199L6.36785e-06 5.89713e-05L40.9724 6.61352e-05L20.4789 36.4199Z", class: 'fill-' + this.iconColour })))) : null, hAsync(HeadingTag, { class: "title" }, this.mainTitle), hAsync("div", { class: "subtitle" }, this.subtitle), hAsync("div", { class: "teaser" }, this.teaser), this.buttonLabel != null && this.buttonUrl != null && this.buttonUrl != '' ? (hAsync("div", { class: "button-wrap" }, hAsync("biggive-button", { "colour-scheme": this.buttonColourScheme, url: this.buttonUrl, label: this.buttonLabel }))) : null))));
6115
+ this.clipTopRightCorner +
6116
+ ' add-animation-' +
6117
+ this.addAnimation, style: { 'background-image': "url('" + this.backgroundImageUrl + "')" } }, hAsync("a", { href: this.buttonUrl }, hAsync("div", { class: 'sleeve background-colour-' + this.cardColour + ' text-colour-' + this.textColour }, hAsync("div", { class: "content-wrap" }, this.icon == true ? (hAsync("div", { class: "icon" }, hAsync("svg", { width: "53", height: "39", viewBox: "0 0 53 39", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("path", { d: "M38.7009 13.6572L52.3535 38.6959H25.0386L38.7009 13.6572Z", class: "fill-black" }), hAsync("path", { d: "M20.4789 36.4199L6.36785e-06 5.89713e-05L40.9724 6.61352e-05L20.4789 36.4199Z", class: 'fill-' + this.iconColour })))) : null, hAsync(HeadingTag, { class: "title" }, this.mainTitle), hAsync("div", { class: "subtitle" }, this.subtitle), hAsync("div", { class: "teaser" }, this.teaser), this.buttonLabel != null && this.buttonUrl != null && this.buttonUrl != '' ? (hAsync("div", { class: "button-wrap" }, hAsync("biggive-button", { "colour-scheme": this.buttonColourScheme, label: this.buttonLabel }))) : null)))));
6046
6118
  }
6047
6119
  static get style() { return biggiveBasicCardCss; }
6048
6120
  static get cmpMeta() { return {
@@ -6064,7 +6136,8 @@ class BiggiveBasicCard {
6064
6136
  "buttonColourScheme": [1, "button-colour-scheme"],
6065
6137
  "clipBottomLeftCorner": [4, "clip-bottom-left-corner"],
6066
6138
  "clipTopRightCorner": [4, "clip-top-right-corner"],
6067
- "headingLevel": [2, "heading-level"]
6139
+ "headingLevel": [2, "heading-level"],
6140
+ "addAnimation": [4, "add-animation"]
6068
6141
  },
6069
6142
  "$listeners$": undefined,
6070
6143
  "$lazyBundleId$": "-",
@@ -6332,7 +6405,7 @@ class FontAwesomeIconsService {
6332
6405
  }
6333
6406
  }
6334
6407
 
6335
- const biggiveBeneficiaryIconCss = "a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.background-colour-hover-primary:hover,.background-colour-primary{background-color:#2C089B}.background-colour-hover-secondary:hover,.background-colour-secondary{background-color:#2AF135}.background-colour-hover-tertiary:hover,.background-colour-tertiary{background-color:#FF7272}.background-colour-hover-brand-1:hover,.background-colour-brand-1{background-color:#B30510}.background-colour-hover-brand-2:hover,.background-colour-brand-2{background-color:#6E0887}.background-colour-hover-brand-3:hover,.background-colour-brand-3{background-color:#50B400}.background-colour-hover-brand-4:hover,.background-colour-brand-4{background-color:#FFE500}.background-colour-hover-brand-5:hover,.background-colour-brand-5{background-color:#F07D00}.background-colour-hover-brand-6:hover,.background-colour-brand-6{background-color:#CBC8C8}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-black:hover,.background-colour-black{background-color:#000000}.fill-primary{fill:#2C089B}.fill-secondary{fill:#2AF135}.fill-tertiary{fill:#FF7272}.fill-brand-1{fill:#B30510}.fill-brand-2{fill:#6E0887}.fill-brand-3{fill:#50B400}.fill-brand-4{fill:#FFE500}.fill-brand-5{fill:#F07D00}.fill-brand-6{fill:#CBC8C8}.fill-brand-mhf-turquoise{fill:#62CFC9}.fill-white{fill:#FFFFFF}.fill-black{fill:#000000}.fill-red{fill:red}:host{display:contents}.container{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;display:flex;justify-content:flex-start}.container .label{padding-left:15px;font-size:11px;line-height:14px;width:60px;margin-top:auto;margin-bottom:auto}.beneficiary-icon-item{width:40px;height:40px;border-radius:50%;text-align:center;transition:all ease-in-out 0.5s;display:inline-block;margin-right:10px;width:30px;height:30px}.beneficiary-icon-item.colour-scheme-primary{background-color:#2C089B}.beneficiary-icon-item.colour-scheme-primary svg{fill:#FFFFFF}.beneficiary-icon-item.colour-scheme-secondary{background-color:#2AF135}.beneficiary-icon-item.colour-scheme-secondary svg{fill:#000000}.beneficiary-icon-item.colour-scheme-tertiary{background-color:#FF7272}.beneficiary-icon-item.colour-scheme-tertiary svg{fill:#000000}.beneficiary-icon-item.colour-scheme-brand-1{background-color:#B30510}.beneficiary-icon-item.colour-scheme-brand-1 svg{fill:#000000}.beneficiary-icon-item.colour-scheme-brand-2{background-color:#6E0887}.beneficiary-icon-item.colour-scheme-brand-2 svg{fill:#000000}.beneficiary-icon-item.colour-scheme-brand-3{background-color:#50B400}.beneficiary-icon-item.colour-scheme-brand-3 svg{fill:#000000}.beneficiary-icon-item.colour-scheme-brand-4{background-color:#FFE500}.beneficiary-icon-item.colour-scheme-brand-4 svg{fill:#000000}.beneficiary-icon-item.colour-scheme-brand-5{background-color:#F07D00}.beneficiary-icon-item.colour-scheme-brand-5 svg{fill:#000000}.beneficiary-icon-item.colour-scheme-brand-6{background-color:#CBC8C8}.beneficiary-icon-item.colour-scheme-brand-6 svg{fill:#000000}.beneficiary-icon-item.colour-scheme-white{background-color:#FFFFFF}.beneficiary-icon-item.colour-scheme-white svg{fill:#000000}.beneficiary-icon-item.colour-scheme-black{background-color:#000000}.beneficiary-icon-item.colour-scheme-black svg{fill:#FFFFFF}.beneficiary-icon-item:hover{background-color:#FFFFFF}.beneficiary-icon-item:hover svg{fill:#000000}.beneficiary-icon-item a{display:grid;position:relative;padding:10px;box-sizing:border-box;height:100%}.beneficiary-icon-item a svg{width:100%;height:100%}.beneficiary-icon-item a{padding:6px}";
6408
+ const biggiveBeneficiaryIconCss = "a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.background-colour-hover-primary:hover,.background-colour-primary{background-color:#2C089B}.background-colour-hover-secondary:hover,.background-colour-secondary{background-color:#2AF135}.background-colour-hover-tertiary:hover,.background-colour-tertiary{background-color:#FF7272}.background-colour-hover-brand-1:hover,.background-colour-brand-1{background-color:#B30510}.background-colour-hover-brand-2:hover,.background-colour-brand-2{background-color:#6E0887}.background-colour-hover-brand-3:hover,.background-colour-brand-3{background-color:#50B400}.background-colour-hover-brand-4:hover,.background-colour-brand-4{background-color:#FFE500}.background-colour-hover-brand-5:hover,.background-colour-brand-5{background-color:#F07D00}.background-colour-hover-brand-6:hover,.background-colour-brand-6{background-color:#CBC8C8}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-black:hover,.background-colour-black{background-color:#000000}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-grey-extra-light:hover,.background-colour-grey-extra-light{background-color:#D7D7D7}.background-colour-hover-grey-light:hover,.background-colour-grey-light{background-color:#E8E8E8}.background-colour-hover-grey-medium:hover,.background-colour-grey-medium{background-color:#8A8A8A}.background-colour-hover-grey-dark:hover,.background-colour-grey-dark{background-color:#4A4A4A}.fill-primary{fill:#2C089B}.fill-secondary{fill:#2AF135}.fill-tertiary{fill:#FF7272}.fill-brand-1{fill:#B30510}.fill-brand-2{fill:#6E0887}.fill-brand-3{fill:#50B400}.fill-brand-4{fill:#FFE500}.fill-brand-5{fill:#F07D00}.fill-brand-6{fill:#CBC8C8}.fill-brand-mhf-turquoise{fill:#62CFC9}.fill-white{fill:#FFFFFF}.fill-black{fill:#000000}.fill-grey-extra-light{fill:#D7D7D7}.fill-grey-light{fill:#E8E8E8}.fill-grey-medium{fill:#8A8A8A}.fill-grey-dark{fill:#4A4A4A}.fill-red{fill:red}:host{display:contents}.container{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;display:flex;justify-content:flex-start}.container .label{padding-left:15px;font-size:11px;line-height:14px;width:60px;margin-top:auto;margin-bottom:auto}.beneficiary-icon-item{width:40px;height:40px;border-radius:50%;text-align:center;transition:all ease-in-out 0.5s;display:inline-block;margin-right:10px;width:30px;height:30px}.beneficiary-icon-item.colour-scheme-primary{background-color:#2C089B}.beneficiary-icon-item.colour-scheme-primary svg{fill:#FFFFFF}.beneficiary-icon-item.colour-scheme-secondary{background-color:#2AF135}.beneficiary-icon-item.colour-scheme-secondary svg{fill:#000000}.beneficiary-icon-item.colour-scheme-tertiary{background-color:#FF7272}.beneficiary-icon-item.colour-scheme-tertiary svg{fill:#000000}.beneficiary-icon-item.colour-scheme-brand-1{background-color:#B30510}.beneficiary-icon-item.colour-scheme-brand-1 svg{fill:#000000}.beneficiary-icon-item.colour-scheme-brand-2{background-color:#6E0887}.beneficiary-icon-item.colour-scheme-brand-2 svg{fill:#000000}.beneficiary-icon-item.colour-scheme-brand-3{background-color:#50B400}.beneficiary-icon-item.colour-scheme-brand-3 svg{fill:#000000}.beneficiary-icon-item.colour-scheme-brand-4{background-color:#FFE500}.beneficiary-icon-item.colour-scheme-brand-4 svg{fill:#000000}.beneficiary-icon-item.colour-scheme-brand-5{background-color:#F07D00}.beneficiary-icon-item.colour-scheme-brand-5 svg{fill:#000000}.beneficiary-icon-item.colour-scheme-brand-6{background-color:#CBC8C8}.beneficiary-icon-item.colour-scheme-brand-6 svg{fill:#000000}.beneficiary-icon-item.colour-scheme-white{background-color:#FFFFFF}.beneficiary-icon-item.colour-scheme-white svg{fill:#000000}.beneficiary-icon-item.colour-scheme-black{background-color:#000000}.beneficiary-icon-item.colour-scheme-black svg{fill:#FFFFFF}.beneficiary-icon-item.colour-scheme-black{background-color:#D7D7D7}.beneficiary-icon-item.colour-scheme-black svg{fill:#D7D7D7}.beneficiary-icon-item.colour-scheme-black{background-color:#E8E8E8}.beneficiary-icon-item.colour-scheme-black svg{fill:#E8E8E8}.beneficiary-icon-item.colour-scheme-black{background-color:#8A8A8A}.beneficiary-icon-item.colour-scheme-black svg{fill:#8A8A8A}.beneficiary-icon-item.colour-scheme-black{background-color:#4A4A4A}.beneficiary-icon-item.colour-scheme-black svg{fill:#4A4A4A}.beneficiary-icon-item:hover{background-color:#FFFFFF}.beneficiary-icon-item:hover svg{fill:#000000}.beneficiary-icon-item a{display:grid;position:relative;padding:10px;box-sizing:border-box;height:100%}.beneficiary-icon-item a svg{width:100%;height:100%}.beneficiary-icon-item a{padding:6px}";
6336
6409
 
6337
6410
  class BiggiveBeneficiaryIcon {
6338
6411
  constructor(hostRef) {
@@ -6396,7 +6469,7 @@ class BiggiveBiographyCard {
6396
6469
  }; }
6397
6470
  }
6398
6471
 
6399
- const biggiveBoxedContentCss = "/*!@a*/a.sc-biggive-boxed-content{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-boxed-content:hover{text-decoration:none}/*!@.background-colour-hover-primary:hover,\n.background-colour-primary*/.background-colour-hover-primary.sc-biggive-boxed-content:hover,.background-colour-primary.sc-biggive-boxed-content{background-color:#2C089B}/*!@.background-colour-hover-secondary:hover,\n.background-colour-secondary*/.background-colour-hover-secondary.sc-biggive-boxed-content:hover,.background-colour-secondary.sc-biggive-boxed-content{background-color:#2AF135}/*!@.background-colour-hover-tertiary:hover,\n.background-colour-tertiary*/.background-colour-hover-tertiary.sc-biggive-boxed-content:hover,.background-colour-tertiary.sc-biggive-boxed-content{background-color:#FF7272}/*!@.background-colour-hover-brand-1:hover,\n.background-colour-brand-1*/.background-colour-hover-brand-1.sc-biggive-boxed-content:hover,.background-colour-brand-1.sc-biggive-boxed-content{background-color:#B30510}/*!@.background-colour-hover-brand-2:hover,\n.background-colour-brand-2*/.background-colour-hover-brand-2.sc-biggive-boxed-content:hover,.background-colour-brand-2.sc-biggive-boxed-content{background-color:#6E0887}/*!@.background-colour-hover-brand-3:hover,\n.background-colour-brand-3*/.background-colour-hover-brand-3.sc-biggive-boxed-content:hover,.background-colour-brand-3.sc-biggive-boxed-content{background-color:#50B400}/*!@.background-colour-hover-brand-4:hover,\n.background-colour-brand-4*/.background-colour-hover-brand-4.sc-biggive-boxed-content:hover,.background-colour-brand-4.sc-biggive-boxed-content{background-color:#FFE500}/*!@.background-colour-hover-brand-5:hover,\n.background-colour-brand-5*/.background-colour-hover-brand-5.sc-biggive-boxed-content:hover,.background-colour-brand-5.sc-biggive-boxed-content{background-color:#F07D00}/*!@.background-colour-hover-brand-6:hover,\n.background-colour-brand-6*/.background-colour-hover-brand-6.sc-biggive-boxed-content:hover,.background-colour-brand-6.sc-biggive-boxed-content{background-color:#CBC8C8}/*!@.background-colour-hover-white:hover,\n.background-colour-white*/.background-colour-hover-white.sc-biggive-boxed-content:hover,.background-colour-white.sc-biggive-boxed-content{background-color:#FFFFFF}/*!@.background-colour-hover-black:hover,\n.background-colour-black*/.background-colour-hover-black.sc-biggive-boxed-content:hover,.background-colour-black.sc-biggive-boxed-content{background-color:#000000}/*!@:host*/.sc-biggive-boxed-content-h{display:content}/*!@.container*/.container.sc-biggive-boxed-content{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px}/*!@.horizontal-padding-1*/.horizontal-padding-1.sc-biggive-boxed-content{padding-left:5px;padding-right:5px}/*!@.horizontal-padding-2*/.horizontal-padding-2.sc-biggive-boxed-content{padding-left:10px;padding-right:10px}/*!@.horizontal-padding-3*/.horizontal-padding-3.sc-biggive-boxed-content{padding-left:15px;padding-right:15px}/*!@.horizontal-padding-4*/.horizontal-padding-4.sc-biggive-boxed-content{padding-left:30px;padding-right:30px}/*!@.horizontal-padding-5*/.horizontal-padding-5.sc-biggive-boxed-content{padding-left:45px;padding-right:45px}/*!@.horizontal-padding-6*/.horizontal-padding-6.sc-biggive-boxed-content{padding-left:60px;padding-right:60px}/*!@.vertical-padding-1*/.vertical-padding-1.sc-biggive-boxed-content{padding-top:5px;padding-bottom:5px}/*!@.vertical-padding-2*/.vertical-padding-2.sc-biggive-boxed-content{padding-top:10px;padding-bottom:10px}/*!@.vertical-padding-3*/.vertical-padding-3.sc-biggive-boxed-content{padding-top:15px;padding-bottom:15px}/*!@.vertical-padding-4*/.vertical-padding-4.sc-biggive-boxed-content{padding-top:30px;padding-bottom:30px}/*!@.vertical-padding-5*/.vertical-padding-5.sc-biggive-boxed-content{padding-top:45px;padding-bottom:45px}/*!@.vertical-padding-6*/.vertical-padding-6.sc-biggive-boxed-content{padding-top:60px;padding-bottom:60px}";
6472
+ const biggiveBoxedContentCss = "/*!@a*/a.sc-biggive-boxed-content{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-boxed-content:hover{text-decoration:none}/*!@.background-colour-hover-primary:hover,\n.background-colour-primary*/.background-colour-hover-primary.sc-biggive-boxed-content:hover,.background-colour-primary.sc-biggive-boxed-content{background-color:#2C089B}/*!@.background-colour-hover-secondary:hover,\n.background-colour-secondary*/.background-colour-hover-secondary.sc-biggive-boxed-content:hover,.background-colour-secondary.sc-biggive-boxed-content{background-color:#2AF135}/*!@.background-colour-hover-tertiary:hover,\n.background-colour-tertiary*/.background-colour-hover-tertiary.sc-biggive-boxed-content:hover,.background-colour-tertiary.sc-biggive-boxed-content{background-color:#FF7272}/*!@.background-colour-hover-brand-1:hover,\n.background-colour-brand-1*/.background-colour-hover-brand-1.sc-biggive-boxed-content:hover,.background-colour-brand-1.sc-biggive-boxed-content{background-color:#B30510}/*!@.background-colour-hover-brand-2:hover,\n.background-colour-brand-2*/.background-colour-hover-brand-2.sc-biggive-boxed-content:hover,.background-colour-brand-2.sc-biggive-boxed-content{background-color:#6E0887}/*!@.background-colour-hover-brand-3:hover,\n.background-colour-brand-3*/.background-colour-hover-brand-3.sc-biggive-boxed-content:hover,.background-colour-brand-3.sc-biggive-boxed-content{background-color:#50B400}/*!@.background-colour-hover-brand-4:hover,\n.background-colour-brand-4*/.background-colour-hover-brand-4.sc-biggive-boxed-content:hover,.background-colour-brand-4.sc-biggive-boxed-content{background-color:#FFE500}/*!@.background-colour-hover-brand-5:hover,\n.background-colour-brand-5*/.background-colour-hover-brand-5.sc-biggive-boxed-content:hover,.background-colour-brand-5.sc-biggive-boxed-content{background-color:#F07D00}/*!@.background-colour-hover-brand-6:hover,\n.background-colour-brand-6*/.background-colour-hover-brand-6.sc-biggive-boxed-content:hover,.background-colour-brand-6.sc-biggive-boxed-content{background-color:#CBC8C8}/*!@.background-colour-hover-white:hover,\n.background-colour-white*/.background-colour-hover-white.sc-biggive-boxed-content:hover,.background-colour-white.sc-biggive-boxed-content{background-color:#FFFFFF}/*!@.background-colour-hover-black:hover,\n.background-colour-black*/.background-colour-hover-black.sc-biggive-boxed-content:hover,.background-colour-black.sc-biggive-boxed-content{background-color:#000000}/*!@.background-colour-hover-white:hover,\n.background-colour-white*/.background-colour-hover-white.sc-biggive-boxed-content:hover,.background-colour-white.sc-biggive-boxed-content{background-color:#FFFFFF}/*!@.background-colour-hover-grey-extra-light:hover,\n.background-colour-grey-extra-light*/.background-colour-hover-grey-extra-light.sc-biggive-boxed-content:hover,.background-colour-grey-extra-light.sc-biggive-boxed-content{background-color:#D7D7D7}/*!@.background-colour-hover-grey-light:hover,\n.background-colour-grey-light*/.background-colour-hover-grey-light.sc-biggive-boxed-content:hover,.background-colour-grey-light.sc-biggive-boxed-content{background-color:#E8E8E8}/*!@.background-colour-hover-grey-medium:hover,\n.background-colour-grey-medium*/.background-colour-hover-grey-medium.sc-biggive-boxed-content:hover,.background-colour-grey-medium.sc-biggive-boxed-content{background-color:#8A8A8A}/*!@.background-colour-hover-grey-dark:hover,\n.background-colour-grey-dark*/.background-colour-hover-grey-dark.sc-biggive-boxed-content:hover,.background-colour-grey-dark.sc-biggive-boxed-content{background-color:#4A4A4A}/*!@:host*/.sc-biggive-boxed-content-h{display:content}/*!@.container*/.container.sc-biggive-boxed-content{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px}/*!@.horizontal-padding-1*/.horizontal-padding-1.sc-biggive-boxed-content{padding-left:5px;padding-right:5px}/*!@.horizontal-padding-2*/.horizontal-padding-2.sc-biggive-boxed-content{padding-left:10px;padding-right:10px}/*!@.horizontal-padding-3*/.horizontal-padding-3.sc-biggive-boxed-content{padding-left:15px;padding-right:15px}/*!@.horizontal-padding-4*/.horizontal-padding-4.sc-biggive-boxed-content{padding-left:30px;padding-right:30px}/*!@.horizontal-padding-5*/.horizontal-padding-5.sc-biggive-boxed-content{padding-left:45px;padding-right:45px}/*!@.horizontal-padding-6*/.horizontal-padding-6.sc-biggive-boxed-content{padding-left:60px;padding-right:60px}/*!@.vertical-padding-1*/.vertical-padding-1.sc-biggive-boxed-content{padding-top:5px;padding-bottom:5px}/*!@.vertical-padding-2*/.vertical-padding-2.sc-biggive-boxed-content{padding-top:10px;padding-bottom:10px}/*!@.vertical-padding-3*/.vertical-padding-3.sc-biggive-boxed-content{padding-top:15px;padding-bottom:15px}/*!@.vertical-padding-4*/.vertical-padding-4.sc-biggive-boxed-content{padding-top:30px;padding-bottom:30px}/*!@.vertical-padding-5*/.vertical-padding-5.sc-biggive-boxed-content{padding-top:45px;padding-bottom:45px}/*!@.vertical-padding-6*/.vertical-padding-6.sc-biggive-boxed-content{padding-top:60px;padding-bottom:60px}";
6400
6473
 
6401
6474
  class BiggiveBoxedContent {
6402
6475
  constructor(hostRef) {
@@ -6516,7 +6589,7 @@ class BiggiveButton {
6516
6589
  }; }
6517
6590
  }
6518
6591
 
6519
- const biggiveCallToActionCss = "/*!@a*/a.sc-biggive-call-to-action{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-call-to-action:hover{text-decoration:none}/*!@h1, .heading-1*/h1.sc-biggive-call-to-action,.heading-1.sc-biggive-call-to-action{font-size:47px;line-height:60px;font-weight:bold}/*!@h2, .heading-2*/h2.sc-biggive-call-to-action,.heading-2.sc-biggive-call-to-action{font-size:38px;line-height:45px;font-weight:bold}/*!@h3, .heading-3*/h3.sc-biggive-call-to-action,.heading-3.sc-biggive-call-to-action{font-size:25px;line-height:32px;font-weight:bold}/*!@h4, .heading-4*/h4.sc-biggive-call-to-action,.heading-4.sc-biggive-call-to-action{font-size:20px;line-height:24px;font-weight:bold}/*!@h5, .heading-5*/h5.sc-biggive-call-to-action,.heading-5.sc-biggive-call-to-action{font-size:17px;line-height:24px;font-weight:bold}/*!@.space-above-0*/.space-above-0.sc-biggive-call-to-action{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-call-to-action{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-call-to-action{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-call-to-action{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-call-to-action{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-call-to-action{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-call-to-action{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-call-to-action{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-call-to-action{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-call-to-action{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-call-to-action{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-call-to-action{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-call-to-action{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-call-to-action{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-call-to-action:hover,.text-colour-primary.sc-biggive-call-to-action{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-call-to-action:hover,.text-colour-secondary.sc-biggive-call-to-action{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-call-to-action:hover,.text-colour-tertiary.sc-biggive-call-to-action{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-call-to-action:hover,.text-colour-brand-1.sc-biggive-call-to-action{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-call-to-action:hover,.text-colour-brand-2.sc-biggive-call-to-action{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-call-to-action:hover,.text-colour-brand-3.sc-biggive-call-to-action{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-call-to-action:hover,.text-colour-brand-4.sc-biggive-call-to-action{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-call-to-action:hover,.text-colour-brand-5.sc-biggive-call-to-action{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-call-to-action:hover,.text-colour-brand-6.sc-biggive-call-to-action{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-call-to-action:hover,.text-colour-white.sc-biggive-call-to-action{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-call-to-action:hover,.text-colour-black.sc-biggive-call-to-action{color:#000000}/*!@:host*/.sc-biggive-call-to-action-h{display:contents;font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px}/*!@.container*/.container.sc-biggive-call-to-action{max-width:1200px;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto;position:relative;text-align:center}/*!@.content-wrap .slug*/.content-wrap.sc-biggive-call-to-action .slug.sc-biggive-call-to-action{margin:0;padding:0}/*!@.content-wrap h2*/.content-wrap.sc-biggive-call-to-action h2.sc-biggive-call-to-action{margin:0 0 5px 0;padding:0}/*!@.content-wrap .subtitle*/.content-wrap.sc-biggive-call-to-action .subtitle.sc-biggive-call-to-action{margin:0 0 5px 0;padding:0}/*!@.content-wrap .teaser*/.content-wrap.sc-biggive-call-to-action .teaser.sc-biggive-call-to-action{margin:15px auto 15px auto;max-width:400px;padding:0}@media screen and (max-width: 576px){/*!@.content-wrap*/.content-wrap.sc-biggive-call-to-action{text-align:right}/*!@h2*/h2.sc-biggive-call-to-action{padding:40px 0}}";
6592
+ const biggiveCallToActionCss = "/*!@a*/a.sc-biggive-call-to-action{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-call-to-action:hover{text-decoration:none}/*!@h1, .heading-1*/h1.sc-biggive-call-to-action,.heading-1.sc-biggive-call-to-action{font-size:47px;line-height:60px;font-weight:bold}/*!@h2, .heading-2*/h2.sc-biggive-call-to-action,.heading-2.sc-biggive-call-to-action{font-size:38px;line-height:45px;font-weight:bold}/*!@h3, .heading-3*/h3.sc-biggive-call-to-action,.heading-3.sc-biggive-call-to-action{font-size:25px;line-height:32px;font-weight:bold}/*!@h4, .heading-4*/h4.sc-biggive-call-to-action,.heading-4.sc-biggive-call-to-action{font-size:20px;line-height:24px;font-weight:bold}/*!@h5, .heading-5*/h5.sc-biggive-call-to-action,.heading-5.sc-biggive-call-to-action{font-size:17px;line-height:24px;font-weight:bold}/*!@.space-above-0*/.space-above-0.sc-biggive-call-to-action{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-call-to-action{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-call-to-action{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-call-to-action{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-call-to-action{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-call-to-action{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-call-to-action{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-call-to-action{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-call-to-action{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-call-to-action{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-call-to-action{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-call-to-action{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-call-to-action{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-call-to-action{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-call-to-action:hover,.text-colour-primary.sc-biggive-call-to-action{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-call-to-action:hover,.text-colour-secondary.sc-biggive-call-to-action{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-call-to-action:hover,.text-colour-tertiary.sc-biggive-call-to-action{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-call-to-action:hover,.text-colour-brand-1.sc-biggive-call-to-action{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-call-to-action:hover,.text-colour-brand-2.sc-biggive-call-to-action{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-call-to-action:hover,.text-colour-brand-3.sc-biggive-call-to-action{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-call-to-action:hover,.text-colour-brand-4.sc-biggive-call-to-action{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-call-to-action:hover,.text-colour-brand-5.sc-biggive-call-to-action{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-call-to-action:hover,.text-colour-brand-6.sc-biggive-call-to-action{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-call-to-action:hover,.text-colour-white.sc-biggive-call-to-action{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-call-to-action:hover,.text-colour-black.sc-biggive-call-to-action{color:#000000}/*!@.text-colour-hover-grey-extra-light:hover,\n.text-colour-grey-extra-light*/.text-colour-hover-grey-extra-light.sc-biggive-call-to-action:hover,.text-colour-grey-extra-light.sc-biggive-call-to-action{color:#D7D7D7}/*!@.text-colour-hover-grey-light:hover,\n.text-colour-grey-light*/.text-colour-hover-grey-light.sc-biggive-call-to-action:hover,.text-colour-grey-light.sc-biggive-call-to-action{color:#E8E8E8}/*!@.text-colour-hover-grey-medium:hover,\n.text-colour-grey-medium*/.text-colour-hover-grey-medium.sc-biggive-call-to-action:hover,.text-colour-grey-medium.sc-biggive-call-to-action{color:#8A8A8A}/*!@.text-colour-hover-grey-dark:hover,\n.text-colour-grey-dark*/.text-colour-hover-grey-dark.sc-biggive-call-to-action:hover,.text-colour-grey-dark.sc-biggive-call-to-action{color:#4A4A4A}/*!@:host*/.sc-biggive-call-to-action-h{display:contents;font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px}/*!@.container*/.container.sc-biggive-call-to-action{max-width:1200px;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto;position:relative;text-align:center}/*!@.content-wrap .slug*/.content-wrap.sc-biggive-call-to-action .slug.sc-biggive-call-to-action{margin:0;padding:0}/*!@.content-wrap h2*/.content-wrap.sc-biggive-call-to-action h2.sc-biggive-call-to-action{margin:0 0 5px 0;padding:0}/*!@.content-wrap .subtitle*/.content-wrap.sc-biggive-call-to-action .subtitle.sc-biggive-call-to-action{margin:0 0 5px 0;padding:0}/*!@.content-wrap .teaser*/.content-wrap.sc-biggive-call-to-action .teaser.sc-biggive-call-to-action{margin:15px auto 15px auto;max-width:400px;padding:0}@media screen and (max-width: 576px){/*!@.content-wrap*/.content-wrap.sc-biggive-call-to-action{text-align:right}/*!@h2*/h2.sc-biggive-call-to-action{padding:40px 0}}";
6520
6593
 
6521
6594
  class BiggiveCallToAction {
6522
6595
  constructor(hostRef) {
@@ -6850,7 +6923,82 @@ class BiggiveCampaignHighlights {
6850
6923
  }; }
6851
6924
  }
6852
6925
 
6853
- const biggiveCategoryIconCss = "a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.background-colour-hover-primary:hover,.background-colour-primary{background-color:#2C089B}.background-colour-hover-secondary:hover,.background-colour-secondary{background-color:#2AF135}.background-colour-hover-tertiary:hover,.background-colour-tertiary{background-color:#FF7272}.background-colour-hover-brand-1:hover,.background-colour-brand-1{background-color:#B30510}.background-colour-hover-brand-2:hover,.background-colour-brand-2{background-color:#6E0887}.background-colour-hover-brand-3:hover,.background-colour-brand-3{background-color:#50B400}.background-colour-hover-brand-4:hover,.background-colour-brand-4{background-color:#FFE500}.background-colour-hover-brand-5:hover,.background-colour-brand-5{background-color:#F07D00}.background-colour-hover-brand-6:hover,.background-colour-brand-6{background-color:#CBC8C8}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-black:hover,.background-colour-black{background-color:#000000}.fill-primary{fill:#2C089B}.fill-secondary{fill:#2AF135}.fill-tertiary{fill:#FF7272}.fill-brand-1{fill:#B30510}.fill-brand-2{fill:#6E0887}.fill-brand-3{fill:#50B400}.fill-brand-4{fill:#FFE500}.fill-brand-5{fill:#F07D00}.fill-brand-6{fill:#CBC8C8}.fill-brand-mhf-turquoise{fill:#62CFC9}.fill-white{fill:#FFFFFF}.fill-black{fill:#000000}.fill-red{fill:red}:host{display:contents}.container{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;display:flex;justify-content:flex-start}.container .label{padding-left:15px;font-size:11px;line-height:14px;width:60px;margin-top:auto;margin-bottom:auto}.category-icon-item{width:40px;height:40px;border-radius:50%;text-align:center;transition:all ease-in-out 0.5s;display:inline-block;margin-right:10px;width:30px;height:30px}.category-icon-item.colour-scheme-primary{background-color:#2C089B}.category-icon-item.colour-scheme-primary svg{fill:#FFFFFF}.category-icon-item.colour-scheme-secondary{background-color:#2AF135}.category-icon-item.colour-scheme-secondary svg{fill:#000000}.category-icon-item.colour-scheme-tertiary{background-color:#FF7272}.category-icon-item.colour-scheme-tertiary svg{fill:#000000}.category-icon-item.colour-scheme-brand-1{background-color:#B30510}.category-icon-item.colour-scheme-brand-1 svg{fill:#000000}.category-icon-item.colour-scheme-brand-2{background-color:#6E0887}.category-icon-item.colour-scheme-brand-2 svg{fill:#000000}.category-icon-item.colour-scheme-brand-3{background-color:#50B400}.category-icon-item.colour-scheme-brand-3 svg{fill:#000000}.category-icon-item.colour-scheme-brand-4{background-color:#FFE500}.category-icon-item.colour-scheme-brand-4 svg{fill:#000000}.category-icon-item.colour-scheme-brand-5{background-color:#F07D00}.category-icon-item.colour-scheme-brand-5 svg{fill:#000000}.category-icon-item.colour-scheme-brand-6{background-color:#CBC8C8}.category-icon-item.colour-scheme-brand-6 svg{fill:#000000}.category-icon-item.colour-scheme-white{background-color:#FFFFFF}.category-icon-item.colour-scheme-white svg{fill:#000000}.category-icon-item.colour-scheme-black{background-color:#000000}.category-icon-item.colour-scheme-black svg{fill:#FFFFFF}.category-icon-item:hover{background-color:#FFFFFF}.category-icon-item:hover svg{fill:#000000}.category-icon-item a{display:grid;position:relative;padding:10px;box-sizing:border-box;height:100%}.category-icon-item a svg{width:100%;height:100%}.category-icon-item a{padding:6px}";
6926
+ const biggiveCarouselCss = "/*!@a*/a.sc-biggive-carousel{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-carousel:hover{text-decoration:none}/*!@.space-above-0*/.space-above-0.sc-biggive-carousel{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-carousel{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-carousel{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-carousel{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-carousel{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-carousel{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-carousel{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-carousel{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-carousel{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-carousel{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-carousel{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-carousel{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-carousel{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-carousel{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-carousel:hover,.text-colour-primary.sc-biggive-carousel{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-carousel:hover,.text-colour-secondary.sc-biggive-carousel{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-carousel:hover,.text-colour-tertiary.sc-biggive-carousel{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-carousel:hover,.text-colour-brand-1.sc-biggive-carousel{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-carousel:hover,.text-colour-brand-2.sc-biggive-carousel{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-carousel:hover,.text-colour-brand-3.sc-biggive-carousel{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-carousel:hover,.text-colour-brand-4.sc-biggive-carousel{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-carousel:hover,.text-colour-brand-5.sc-biggive-carousel{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-carousel:hover,.text-colour-brand-6.sc-biggive-carousel{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-carousel:hover,.text-colour-white.sc-biggive-carousel{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-carousel:hover,.text-colour-black.sc-biggive-carousel{color:#000000}/*!@.text-colour-hover-grey-extra-light:hover,\n.text-colour-grey-extra-light*/.text-colour-hover-grey-extra-light.sc-biggive-carousel:hover,.text-colour-grey-extra-light.sc-biggive-carousel{color:#D7D7D7}/*!@.text-colour-hover-grey-light:hover,\n.text-colour-grey-light*/.text-colour-hover-grey-light.sc-biggive-carousel:hover,.text-colour-grey-light.sc-biggive-carousel{color:#E8E8E8}/*!@.text-colour-hover-grey-medium:hover,\n.text-colour-grey-medium*/.text-colour-hover-grey-medium.sc-biggive-carousel:hover,.text-colour-grey-medium.sc-biggive-carousel{color:#8A8A8A}/*!@.text-colour-hover-grey-dark:hover,\n.text-colour-grey-dark*/.text-colour-hover-grey-dark.sc-biggive-carousel:hover,.text-colour-grey-dark.sc-biggive-carousel{color:#4A4A4A}/*!@:host*/.sc-biggive-carousel-h{display:contents}/*!@.container*/.container.sc-biggive-carousel{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;position:relative}/*!@.container .items*/.container.sc-biggive-carousel .items.sc-biggive-carousel{overflow:hidden}/*!@.container .items .sleeve*/.container.sc-biggive-carousel .items.sc-biggive-carousel .sleeve.sc-biggive-carousel{display:flex;flex-flow:row wrap}/*!@.container .navigation*/.container.sc-biggive-carousel .navigation.sc-biggive-carousel{padding:10px 0;text-align:right;display:flex;justify-content:end;position:relative;z-index:1}/*!@.container .navigation .button*/.container.sc-biggive-carousel .navigation.sc-biggive-carousel .button.sc-biggive-carousel{margin-left:15px;display:block;width:30px;height:30px;padding:2.5px 10px;box-sizing:border-box;background-color:#FFFFFF;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.25);border-radius:50%;cursor:pointer;text-align:center}/*!@.container .navigation .button.prev*/.container.sc-biggive-carousel .navigation.sc-biggive-carousel .button.prev.sc-biggive-carousel{left:0}/*!@.container .navigation .button.next*/.container.sc-biggive-carousel .navigation.sc-biggive-carousel .button.next.sc-biggive-carousel{right:0}/*!@.container .navigation .button svg*/.container.sc-biggive-carousel .navigation.sc-biggive-carousel .button.sc-biggive-carousel svg.sc-biggive-carousel{width:10px;height:10px}/*!@.column-count-4 ::slotted(*)*/.column-count-4 .sc-biggive-carousel-s>*{width:25%;display:flex;flex-direction:column}/*!@.column-count-3 ::slotted(*)*/.column-count-3 .sc-biggive-carousel-s>*{width:33.3333333333%;display:flex;flex-direction:column}/*!@.column-count-2 ::slotted(*)*/.column-count-2 .sc-biggive-carousel-s>*{width:50%;display:flex;flex-direction:column}@media screen and (max-width: 768px){/*!@.column-count-2 ::slotted(*),\n.column-count-3 ::slotted(*),\n.column-count-4 ::slotted(*)*/.column-count-2 .sc-biggive-carousel-s>*,.column-count-3 .sc-biggive-carousel-s>*,.column-count-4 .sc-biggive-carousel-s>*{width:calc(50% - 15px)}}@media screen and (max-width: 576px){/*!@.column-count-2 ::slotted(*),\n.column-count-3 ::slotted(*),\n.column-count-4 ::slotted(*)*/.column-count-2 .sc-biggive-carousel-s>*,.column-count-3 .sc-biggive-carousel-s>*,.column-count-4 .sc-biggive-carousel-s>*{width:100%}}";
6927
+
6928
+ class BiggiveCarousel {
6929
+ constructor(hostRef) {
6930
+ registerInstance(this, hostRef);
6931
+ this.currentTab = 0;
6932
+ this.itemCount = 0;
6933
+ this.itemWidthPx = 0;
6934
+ this.spaceBelow = 4;
6935
+ this.columnCount = 3;
6936
+ this.buttonBackgroundColour = 'white';
6937
+ this.buttonIconColour = 'primary';
6938
+ }
6939
+ componentDidRender() {
6940
+ var _a;
6941
+ this.sleeve = (_a = this.host.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.sleeve');
6942
+ let children = Array.from(this.host.children);
6943
+ this.itemCount = children.length;
6944
+ if (children.length > 0) {
6945
+ // Item widths are set in CSS so we know they will all be the same.
6946
+ this.itemWidthPx = children[0].offsetWidth;
6947
+ this.sleeve.style.width = this.itemWidthPx * children.length + 'px';
6948
+ children.forEach(function (el) {
6949
+ el.style.width = 'calc( 100% / ' + children.length + ' )';
6950
+ });
6951
+ }
6952
+ }
6953
+ /*
6954
+ * Animates a transition to show the NEXT or PREVIOUS element in the carousel.
6955
+ * Does nothing if there is no next or previous element.
6956
+ */
6957
+ showTab(direction) {
6958
+ const newTab = this.currentTab + (direction === 'PREV' ? -1 : 1);
6959
+ if (newTab < 0 || newTab > this.itemCount - 1) {
6960
+ return;
6961
+ }
6962
+ const pos = 0 - this.itemWidthPx * newTab;
6963
+ this.sleeve.style.transitionDuration = '0.3s';
6964
+ this.sleeve.style.transitionTimingFunction = 'ease-out';
6965
+ this.sleeve.style.transform = 'translate3d(' + pos + 'px, 0, 0)';
6966
+ this.currentTab = newTab;
6967
+ }
6968
+ clickPrevHandler() {
6969
+ this.showTab('PREV');
6970
+ }
6971
+ clickNextHandler() {
6972
+ this.showTab('NEXT');
6973
+ }
6974
+ render() {
6975
+ return (hAsync("div", { class: 'container column-count-' +
6976
+ this.columnCount +
6977
+ ' space-below-' +
6978
+ this.spaceBelow +
6979
+ ' button-background-colour-' +
6980
+ this.buttonBackgroundColour +
6981
+ ' button-icon-colour-' +
6982
+ this.buttonIconColour }, hAsync("div", { class: "items" }, hAsync("div", { class: "sleeve" }, hAsync("slot", null))), hAsync("div", { class: "navigation" }, hAsync("div", { class: "button prev", onClick: () => this.clickPrevHandler(), title: "Previous" }, hAsync("svg", { width: "9", height: "16", viewBox: "0 0 9 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("path", { d: "M8.29311 14.5703L1.73926 8.01646L8.29311 1.46261", stroke: "#000000", "stroke-width": "2" }))), hAsync("div", { class: "button next", onClick: () => this.clickNextHandler(), title: "Next" }, hAsync("svg", { width: "9", height: "16", viewBox: "0 0 9 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("path", { d: "M0.739117 1.46094L7.29297 8.01479L0.739118 14.5686", stroke: "#000000", "stroke-width": "2" }))))));
6983
+ }
6984
+ get host() { return getElement(this); }
6985
+ static get style() { return biggiveCarouselCss; }
6986
+ static get cmpMeta() { return {
6987
+ "$flags$": 9,
6988
+ "$tagName$": "biggive-carousel",
6989
+ "$members$": {
6990
+ "spaceBelow": [2, "space-below"],
6991
+ "columnCount": [2, "column-count"],
6992
+ "buttonBackgroundColour": [1, "button-background-colour"],
6993
+ "buttonIconColour": [1, "button-icon-colour"]
6994
+ },
6995
+ "$listeners$": undefined,
6996
+ "$lazyBundleId$": "-",
6997
+ "$attrsToReflect$": []
6998
+ }; }
6999
+ }
7000
+
7001
+ const biggiveCategoryIconCss = "a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.background-colour-hover-primary:hover,.background-colour-primary{background-color:#2C089B}.background-colour-hover-secondary:hover,.background-colour-secondary{background-color:#2AF135}.background-colour-hover-tertiary:hover,.background-colour-tertiary{background-color:#FF7272}.background-colour-hover-brand-1:hover,.background-colour-brand-1{background-color:#B30510}.background-colour-hover-brand-2:hover,.background-colour-brand-2{background-color:#6E0887}.background-colour-hover-brand-3:hover,.background-colour-brand-3{background-color:#50B400}.background-colour-hover-brand-4:hover,.background-colour-brand-4{background-color:#FFE500}.background-colour-hover-brand-5:hover,.background-colour-brand-5{background-color:#F07D00}.background-colour-hover-brand-6:hover,.background-colour-brand-6{background-color:#CBC8C8}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-black:hover,.background-colour-black{background-color:#000000}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-grey-extra-light:hover,.background-colour-grey-extra-light{background-color:#D7D7D7}.background-colour-hover-grey-light:hover,.background-colour-grey-light{background-color:#E8E8E8}.background-colour-hover-grey-medium:hover,.background-colour-grey-medium{background-color:#8A8A8A}.background-colour-hover-grey-dark:hover,.background-colour-grey-dark{background-color:#4A4A4A}.fill-primary{fill:#2C089B}.fill-secondary{fill:#2AF135}.fill-tertiary{fill:#FF7272}.fill-brand-1{fill:#B30510}.fill-brand-2{fill:#6E0887}.fill-brand-3{fill:#50B400}.fill-brand-4{fill:#FFE500}.fill-brand-5{fill:#F07D00}.fill-brand-6{fill:#CBC8C8}.fill-brand-mhf-turquoise{fill:#62CFC9}.fill-white{fill:#FFFFFF}.fill-black{fill:#000000}.fill-grey-extra-light{fill:#D7D7D7}.fill-grey-light{fill:#E8E8E8}.fill-grey-medium{fill:#8A8A8A}.fill-grey-dark{fill:#4A4A4A}.fill-red{fill:red}:host{display:contents}.container{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;display:flex;justify-content:flex-start}.container .label{padding-left:15px;font-size:11px;line-height:14px;width:60px;margin-top:auto;margin-bottom:auto}.category-icon-item{width:40px;height:40px;border-radius:50%;text-align:center;transition:all ease-in-out 0.5s;display:inline-block;margin-right:10px;width:30px;height:30px}.category-icon-item.colour-scheme-primary{background-color:#2C089B}.category-icon-item.colour-scheme-primary svg{fill:#FFFFFF}.category-icon-item.colour-scheme-secondary{background-color:#2AF135}.category-icon-item.colour-scheme-secondary svg{fill:#000000}.category-icon-item.colour-scheme-tertiary{background-color:#FF7272}.category-icon-item.colour-scheme-tertiary svg{fill:#000000}.category-icon-item.colour-scheme-brand-1{background-color:#B30510}.category-icon-item.colour-scheme-brand-1 svg{fill:#000000}.category-icon-item.colour-scheme-brand-2{background-color:#6E0887}.category-icon-item.colour-scheme-brand-2 svg{fill:#000000}.category-icon-item.colour-scheme-brand-3{background-color:#50B400}.category-icon-item.colour-scheme-brand-3 svg{fill:#000000}.category-icon-item.colour-scheme-brand-4{background-color:#FFE500}.category-icon-item.colour-scheme-brand-4 svg{fill:#000000}.category-icon-item.colour-scheme-brand-5{background-color:#F07D00}.category-icon-item.colour-scheme-brand-5 svg{fill:#000000}.category-icon-item.colour-scheme-brand-6{background-color:#CBC8C8}.category-icon-item.colour-scheme-brand-6 svg{fill:#000000}.category-icon-item.colour-scheme-white{background-color:#FFFFFF}.category-icon-item.colour-scheme-white svg{fill:#000000}.category-icon-item.colour-scheme-black{background-color:#000000}.category-icon-item.colour-scheme-black svg{fill:#FFFFFF}.category-icon-item.colour-scheme-black{background-color:#D7D7D7}.category-icon-item.colour-scheme-black svg{fill:#D7D7D7}.category-icon-item.colour-scheme-black{background-color:#E8E8E8}.category-icon-item.colour-scheme-black svg{fill:#E8E8E8}.category-icon-item.colour-scheme-black{background-color:#8A8A8A}.category-icon-item.colour-scheme-black svg{fill:#8A8A8A}.category-icon-item.colour-scheme-black{background-color:#4A4A4A}.category-icon-item.colour-scheme-black svg{fill:#4A4A4A}.category-icon-item:hover{background-color:#FFFFFF}.category-icon-item:hover svg{fill:#000000}.category-icon-item a{display:grid;position:relative;padding:10px;box-sizing:border-box;height:100%}.category-icon-item a svg{width:100%;height:100%}.category-icon-item a{padding:6px}";
6854
7002
 
6855
7003
  class BiggiveCategoryIcon {
6856
7004
  constructor(hostRef) {
@@ -7033,7 +7181,7 @@ class BiggiveFormFieldSelectOption {
7033
7181
  }; }
7034
7182
  }
7035
7183
 
7036
- const biggiveFormattedTextCss = "/*!@a*/a.sc-biggive-formatted-text{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-formatted-text:hover{text-decoration:none}/*!@.space-above-0*/.space-above-0.sc-biggive-formatted-text{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-formatted-text{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-formatted-text{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-formatted-text{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-formatted-text{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-formatted-text{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-formatted-text{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-formatted-text{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-formatted-text{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-formatted-text{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-formatted-text{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-formatted-text{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-formatted-text{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-formatted-text{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-formatted-text:hover,.text-colour-primary.sc-biggive-formatted-text{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-formatted-text:hover,.text-colour-secondary.sc-biggive-formatted-text{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-formatted-text:hover,.text-colour-tertiary.sc-biggive-formatted-text{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-formatted-text:hover,.text-colour-brand-1.sc-biggive-formatted-text{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-formatted-text:hover,.text-colour-brand-2.sc-biggive-formatted-text{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-formatted-text:hover,.text-colour-brand-3.sc-biggive-formatted-text{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-formatted-text:hover,.text-colour-brand-4.sc-biggive-formatted-text{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-formatted-text:hover,.text-colour-brand-5.sc-biggive-formatted-text{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-formatted-text:hover,.text-colour-brand-6.sc-biggive-formatted-text{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-formatted-text:hover,.text-colour-white.sc-biggive-formatted-text{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-formatted-text:hover,.text-colour-black.sc-biggive-formatted-text{color:#000000}/*!@:host*/.sc-biggive-formatted-text-h{display:block}/*!@.container*/.container.sc-biggive-formatted-text{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px}/*!@.container img*/.container.sc-biggive-formatted-text img.sc-biggive-formatted-text{width:100%;height:auto}/*!@.container.max-width-10 .sleeve*/.container.max-width-10.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:10%;margin-left:auto;margin-right:auto}/*!@.container.max-width-15 .sleeve*/.container.max-width-15.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:15%;margin-left:auto;margin-right:auto}/*!@.container.max-width-20 .sleeve*/.container.max-width-20.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:20%;margin-left:auto;margin-right:auto}/*!@.container.max-width-25 .sleeve*/.container.max-width-25.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:25%;margin-left:auto;margin-right:auto}/*!@.container.max-width-30 .sleeve*/.container.max-width-30.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:30%;margin-left:auto;margin-right:auto}/*!@.container.max-width-35 .sleeve*/.container.max-width-35.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:35%;margin-left:auto;margin-right:auto}/*!@.container.max-width-40 .sleeve*/.container.max-width-40.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:40%;margin-left:auto;margin-right:auto}/*!@.container.max-width-45 .sleeve*/.container.max-width-45.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:45%;margin-left:auto;margin-right:auto}/*!@.container.max-width-50 .sleeve*/.container.max-width-50.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:50%;margin-left:auto;margin-right:auto}/*!@.container.max-width-55 .sleeve*/.container.max-width-55.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:55%;margin-left:auto;margin-right:auto}/*!@.container.max-width-60 .sleeve*/.container.max-width-60.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:60%;margin-left:auto;margin-right:auto}/*!@.container.max-width-65 .sleeve*/.container.max-width-65.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:65%;margin-left:auto;margin-right:auto}/*!@.container.max-width-70 .sleeve*/.container.max-width-70.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:70%;margin-left:auto;margin-right:auto}/*!@.container.max-width-75 .sleeve*/.container.max-width-75.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:75%;margin-left:auto;margin-right:auto}/*!@.container.max-width-80 .sleeve*/.container.max-width-80.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:80%;margin-left:auto;margin-right:auto}/*!@.container.max-width-85 .sleeve*/.container.max-width-85.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:85%;margin-left:auto;margin-right:auto}/*!@.container.max-width-90 .sleeve*/.container.max-width-90.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:90%;margin-left:auto;margin-right:auto}/*!@.container.max-width-95 .sleeve*/.container.max-width-95.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:95%;margin-left:auto;margin-right:auto}";
7184
+ const biggiveFormattedTextCss = "/*!@a*/a.sc-biggive-formatted-text{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-formatted-text:hover{text-decoration:none}/*!@.space-above-0*/.space-above-0.sc-biggive-formatted-text{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-formatted-text{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-formatted-text{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-formatted-text{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-formatted-text{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-formatted-text{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-formatted-text{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-formatted-text{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-formatted-text{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-formatted-text{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-formatted-text{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-formatted-text{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-formatted-text{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-formatted-text{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-formatted-text:hover,.text-colour-primary.sc-biggive-formatted-text{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-formatted-text:hover,.text-colour-secondary.sc-biggive-formatted-text{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-formatted-text:hover,.text-colour-tertiary.sc-biggive-formatted-text{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-formatted-text:hover,.text-colour-brand-1.sc-biggive-formatted-text{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-formatted-text:hover,.text-colour-brand-2.sc-biggive-formatted-text{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-formatted-text:hover,.text-colour-brand-3.sc-biggive-formatted-text{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-formatted-text:hover,.text-colour-brand-4.sc-biggive-formatted-text{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-formatted-text:hover,.text-colour-brand-5.sc-biggive-formatted-text{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-formatted-text:hover,.text-colour-brand-6.sc-biggive-formatted-text{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-formatted-text:hover,.text-colour-white.sc-biggive-formatted-text{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-formatted-text:hover,.text-colour-black.sc-biggive-formatted-text{color:#000000}/*!@.text-colour-hover-grey-extra-light:hover,\n.text-colour-grey-extra-light*/.text-colour-hover-grey-extra-light.sc-biggive-formatted-text:hover,.text-colour-grey-extra-light.sc-biggive-formatted-text{color:#D7D7D7}/*!@.text-colour-hover-grey-light:hover,\n.text-colour-grey-light*/.text-colour-hover-grey-light.sc-biggive-formatted-text:hover,.text-colour-grey-light.sc-biggive-formatted-text{color:#E8E8E8}/*!@.text-colour-hover-grey-medium:hover,\n.text-colour-grey-medium*/.text-colour-hover-grey-medium.sc-biggive-formatted-text:hover,.text-colour-grey-medium.sc-biggive-formatted-text{color:#8A8A8A}/*!@.text-colour-hover-grey-dark:hover,\n.text-colour-grey-dark*/.text-colour-hover-grey-dark.sc-biggive-formatted-text:hover,.text-colour-grey-dark.sc-biggive-formatted-text{color:#4A4A4A}/*!@:host*/.sc-biggive-formatted-text-h{display:block}/*!@.container*/.container.sc-biggive-formatted-text{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px}/*!@.container img*/.container.sc-biggive-formatted-text img.sc-biggive-formatted-text{width:100%;height:auto}/*!@.container.max-width-10 .sleeve*/.container.max-width-10.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:10%;margin-left:auto;margin-right:auto}/*!@.container.max-width-15 .sleeve*/.container.max-width-15.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:15%;margin-left:auto;margin-right:auto}/*!@.container.max-width-20 .sleeve*/.container.max-width-20.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:20%;margin-left:auto;margin-right:auto}/*!@.container.max-width-25 .sleeve*/.container.max-width-25.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:25%;margin-left:auto;margin-right:auto}/*!@.container.max-width-30 .sleeve*/.container.max-width-30.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:30%;margin-left:auto;margin-right:auto}/*!@.container.max-width-35 .sleeve*/.container.max-width-35.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:35%;margin-left:auto;margin-right:auto}/*!@.container.max-width-40 .sleeve*/.container.max-width-40.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:40%;margin-left:auto;margin-right:auto}/*!@.container.max-width-45 .sleeve*/.container.max-width-45.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:45%;margin-left:auto;margin-right:auto}/*!@.container.max-width-50 .sleeve*/.container.max-width-50.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:50%;margin-left:auto;margin-right:auto}/*!@.container.max-width-55 .sleeve*/.container.max-width-55.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:55%;margin-left:auto;margin-right:auto}/*!@.container.max-width-60 .sleeve*/.container.max-width-60.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:60%;margin-left:auto;margin-right:auto}/*!@.container.max-width-65 .sleeve*/.container.max-width-65.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:65%;margin-left:auto;margin-right:auto}/*!@.container.max-width-70 .sleeve*/.container.max-width-70.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:70%;margin-left:auto;margin-right:auto}/*!@.container.max-width-75 .sleeve*/.container.max-width-75.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:75%;margin-left:auto;margin-right:auto}/*!@.container.max-width-80 .sleeve*/.container.max-width-80.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:80%;margin-left:auto;margin-right:auto}/*!@.container.max-width-85 .sleeve*/.container.max-width-85.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:85%;margin-left:auto;margin-right:auto}/*!@.container.max-width-90 .sleeve*/.container.max-width-90.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:90%;margin-left:auto;margin-right:auto}/*!@.container.max-width-95 .sleeve*/.container.max-width-95.sc-biggive-formatted-text .sleeve.sc-biggive-formatted-text{max-width:95%;margin-left:auto;margin-right:auto}";
7037
7185
 
7038
7186
  class BiggiveFormattedText {
7039
7187
  constructor(hostRef) {
@@ -7187,7 +7335,7 @@ class BiggiveHeading {
7187
7335
  }; }
7188
7336
  }
7189
7337
 
7190
- const biggiveHeroImageCss = "/*!@a*/a.sc-biggive-hero-image{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-hero-image:hover{text-decoration:none}/*!@.image-wrap img*/.image-wrap.sc-biggive-hero-image img.sc-biggive-hero-image{width:100%;height:auto}/*!@.space-above-0*/.space-above-0.sc-biggive-hero-image{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-hero-image{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-hero-image{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-hero-image{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-hero-image{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-hero-image{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-hero-image{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-hero-image{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-hero-image{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-hero-image{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-hero-image{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-hero-image{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-hero-image{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-hero-image{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-hero-image:hover,.text-colour-primary.sc-biggive-hero-image{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-hero-image:hover,.text-colour-secondary.sc-biggive-hero-image{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-hero-image:hover,.text-colour-tertiary.sc-biggive-hero-image{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-hero-image:hover,.text-colour-brand-1.sc-biggive-hero-image{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-hero-image:hover,.text-colour-brand-2.sc-biggive-hero-image{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-hero-image:hover,.text-colour-brand-3.sc-biggive-hero-image{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-hero-image:hover,.text-colour-brand-4.sc-biggive-hero-image{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-hero-image:hover,.text-colour-brand-5.sc-biggive-hero-image{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-hero-image:hover,.text-colour-brand-6.sc-biggive-hero-image{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-hero-image:hover,.text-colour-white.sc-biggive-hero-image{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-hero-image:hover,.text-colour-black.sc-biggive-hero-image{color:#000000}/*!@:host*/.sc-biggive-hero-image-h{display:contents;font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px}/*!@.container*/.container.sc-biggive-hero-image{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;overflow:hidden;position:relative;margin-bottom:30px}/*!@.container.colour-scheme-primary*/.container.colour-scheme-primary.sc-biggive-hero-image{color:#2C089B}/*!@.container.colour-scheme-secondary*/.container.colour-scheme-secondary.sc-biggive-hero-image{color:#2AF135}/*!@.container.colour-scheme-tertiary*/.container.colour-scheme-tertiary.sc-biggive-hero-image{color:#FF7272}/*!@.container.colour-scheme-white*/.container.colour-scheme-white.sc-biggive-hero-image{color:#FFFFFF}/*!@.container.colour-scheme-black*/.container.colour-scheme-black.sc-biggive-hero-image{color:#000000}/*!@.container .sleeve*/.container.sc-biggive-hero-image .sleeve.sc-biggive-hero-image{display:flex;justify-content:space-between;max-width:1200px;margin-left:auto;margin-right:auto}/*!@.container .content-wrap*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image{width:40%;position:relative;z-index:1;white-space:pre-wrap;padding:120px 60px 60px 0}/*!@.container .content-wrap .logo, .container .content-wrap .logo-space*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo.sc-biggive-hero-image,.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo-space.sc-biggive-hero-image{height:75px}/*!@.container .content-wrap .logo*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo.sc-biggive-hero-image{background-size:contain;background-repeat:no-repeat;background-position:left center}/*!@.container .content-wrap .logo img*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo.sc-biggive-hero-image img.sc-biggive-hero-image{width:250px;position:relative}@media (max-width: 1200px){/*!@.container .content-wrap .logo img*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo.sc-biggive-hero-image img.sc-biggive-hero-image{width:210px}}@media (max-width: 768px){/*!@.container .content-wrap .logo img*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo.sc-biggive-hero-image img.sc-biggive-hero-image{width:200px}}@media (max-width: 576px){/*!@.container .content-wrap .logo img*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo.sc-biggive-hero-image img.sc-biggive-hero-image{width:180px}}/*!@.container .content-wrap .slug*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .slug.sc-biggive-hero-image{font-size:20px;line-height:24px;font-weight:bold;min-height:24px;margin:0;padding:0}/*!@.container .content-wrap h1*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image h1.sc-biggive-hero-image{font-size:47px;line-height:60px;font-weight:bold;margin:0 0 15px 0;padding:0}@media (max-width: 1200px){/*!@.container .content-wrap h1*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image h1.sc-biggive-hero-image{font-size:38px;line-height:45px;font-weight:bold}}/*!@.container .content-wrap .teaser*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .teaser.sc-biggive-hero-image{margin:0 0 45px 0;padding:0}/*!@.container .graphic-wrap*/.container.sc-biggive-hero-image .graphic-wrap.sc-biggive-hero-image{position:absolute;display:block;top:0;left:0;bottom:0;right:0;background-color:#F1F1F1;margin-left:20vw;clip-path:polygon(0 0, 100% 0, 100% 100%)}/*!@.container .graphic-wrap .image-wrap*/.container.sc-biggive-hero-image .graphic-wrap.sc-biggive-hero-image .image-wrap.sc-biggive-hero-image{position:absolute;display:block;top:0;left:0;bottom:0;right:0;background-size:cover}/*!@.container .graphic-wrap .image-wrap img*/.container.sc-biggive-hero-image .graphic-wrap.sc-biggive-hero-image .image-wrap.sc-biggive-hero-image img.sc-biggive-hero-image{display:none}@media screen and (max-width: 1200px){/*!@.container .sleeve*/.container.sc-biggive-hero-image .sleeve.sc-biggive-hero-image{flex-wrap:wrap}/*!@.container .sleeve .content-wrap*/.container.sc-biggive-hero-image .sleeve.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image{width:60%;padding:18vw 15px 15px 15px;margin-bottom:50px}/*!@.container .sleeve .graphic-wrap*/.container.sc-biggive-hero-image .sleeve.sc-biggive-hero-image .graphic-wrap.sc-biggive-hero-image{margin-left:0;bottom:auto;padding-bottom:50%}}@media screen and (max-width: 768px){/*!@.container .sleeve .content-wrap*/.container.sc-biggive-hero-image .sleeve.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image{width:70%;padding-top:120px}}@media screen and (max-width: 576px){/*!@.container .sleeve .content-wrap*/.container.sc-biggive-hero-image .sleeve.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image{width:80%}}@media screen and (max-width: 450px){/*!@.container .sleeve .content-wrap*/.container.sc-biggive-hero-image .sleeve.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image{width:100%}}";
7338
+ const biggiveHeroImageCss = "/*!@a*/a.sc-biggive-hero-image{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-hero-image:hover{text-decoration:none}/*!@.image-wrap img*/.image-wrap.sc-biggive-hero-image img.sc-biggive-hero-image{width:100%;height:auto}/*!@.space-above-0*/.space-above-0.sc-biggive-hero-image{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-hero-image{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-hero-image{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-hero-image{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-hero-image{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-hero-image{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-hero-image{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-hero-image{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-hero-image{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-hero-image{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-hero-image{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-hero-image{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-hero-image{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-hero-image{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-hero-image:hover,.text-colour-primary.sc-biggive-hero-image{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-hero-image:hover,.text-colour-secondary.sc-biggive-hero-image{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-hero-image:hover,.text-colour-tertiary.sc-biggive-hero-image{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-hero-image:hover,.text-colour-brand-1.sc-biggive-hero-image{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-hero-image:hover,.text-colour-brand-2.sc-biggive-hero-image{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-hero-image:hover,.text-colour-brand-3.sc-biggive-hero-image{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-hero-image:hover,.text-colour-brand-4.sc-biggive-hero-image{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-hero-image:hover,.text-colour-brand-5.sc-biggive-hero-image{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-hero-image:hover,.text-colour-brand-6.sc-biggive-hero-image{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-hero-image:hover,.text-colour-white.sc-biggive-hero-image{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-hero-image:hover,.text-colour-black.sc-biggive-hero-image{color:#000000}/*!@.text-colour-hover-grey-extra-light:hover,\n.text-colour-grey-extra-light*/.text-colour-hover-grey-extra-light.sc-biggive-hero-image:hover,.text-colour-grey-extra-light.sc-biggive-hero-image{color:#D7D7D7}/*!@.text-colour-hover-grey-light:hover,\n.text-colour-grey-light*/.text-colour-hover-grey-light.sc-biggive-hero-image:hover,.text-colour-grey-light.sc-biggive-hero-image{color:#E8E8E8}/*!@.text-colour-hover-grey-medium:hover,\n.text-colour-grey-medium*/.text-colour-hover-grey-medium.sc-biggive-hero-image:hover,.text-colour-grey-medium.sc-biggive-hero-image{color:#8A8A8A}/*!@.text-colour-hover-grey-dark:hover,\n.text-colour-grey-dark*/.text-colour-hover-grey-dark.sc-biggive-hero-image:hover,.text-colour-grey-dark.sc-biggive-hero-image{color:#4A4A4A}/*!@:host*/.sc-biggive-hero-image-h{display:contents;font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px}/*!@.container*/.container.sc-biggive-hero-image{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;overflow:hidden;position:relative;margin-bottom:30px;min-height:32.5vw}/*!@.container.colour-scheme-primary*/.container.colour-scheme-primary.sc-biggive-hero-image{color:#2C089B}/*!@.container.colour-scheme-secondary*/.container.colour-scheme-secondary.sc-biggive-hero-image{color:#2AF135}/*!@.container.colour-scheme-tertiary*/.container.colour-scheme-tertiary.sc-biggive-hero-image{color:#FF7272}/*!@.container.colour-scheme-brand-1*/.container.colour-scheme-brand-1.sc-biggive-hero-image{color:#B30510}/*!@.container.colour-scheme-brand-2*/.container.colour-scheme-brand-2.sc-biggive-hero-image{color:#6E0887}/*!@.container.colour-scheme-brand-3*/.container.colour-scheme-brand-3.sc-biggive-hero-image{color:#50B400}/*!@.container.colour-scheme-brand-4*/.container.colour-scheme-brand-4.sc-biggive-hero-image{color:#FFE500}/*!@.container.colour-scheme-brand-5*/.container.colour-scheme-brand-5.sc-biggive-hero-image{color:#F07D00}/*!@.container.colour-scheme-brand-6*/.container.colour-scheme-brand-6.sc-biggive-hero-image{color:#62CFC9}/*!@.container.colour-scheme-white*/.container.colour-scheme-white.sc-biggive-hero-image{color:#FFFFFF}/*!@.container.colour-scheme-black*/.container.colour-scheme-black.sc-biggive-hero-image{color:#000000}/*!@.container.colour-scheme-grey-extra-light*/.container.colour-scheme-grey-extra-light.sc-biggive-hero-image{color:#D7D7D7}/*!@.container.colour-scheme-grey-light*/.container.colour-scheme-grey-light.sc-biggive-hero-image{color:#E8E8E8}/*!@.container.colour-scheme-grey-medium*/.container.colour-scheme-grey-medium.sc-biggive-hero-image{color:#8A8A8A}/*!@.container.colour-scheme-grey-dark*/.container.colour-scheme-grey-dark.sc-biggive-hero-image{color:#4A4A4A}/*!@.container .sleeve*/.container.sc-biggive-hero-image .sleeve.sc-biggive-hero-image{display:flex;justify-content:space-between;max-width:1200px;margin-left:auto;margin-right:auto}/*!@.container .content-wrap*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image{width:40%;position:relative;z-index:1;white-space:pre-wrap;padding:120px 60px 60px 0}/*!@.container .content-wrap .logo, .container .content-wrap .logo-space*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo.sc-biggive-hero-image,.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo-space.sc-biggive-hero-image{height:75px}/*!@.container .content-wrap .logo.logo-height-1, .container .content-wrap .logo-space.logo-height-1*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo.logo-height-1.sc-biggive-hero-image,.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo-space.logo-height-1.sc-biggive-hero-image{height:50px}/*!@.container .content-wrap .logo.logo-height-2, .container .content-wrap .logo-space.logo-height-2*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo.logo-height-2.sc-biggive-hero-image,.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo-space.logo-height-2.sc-biggive-hero-image{height:75px}/*!@.container .content-wrap .logo.logo-height-3, .container .content-wrap .logo-space.logo-height-3*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo.logo-height-3.sc-biggive-hero-image,.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo-space.logo-height-3.sc-biggive-hero-image{height:100px}/*!@.container .content-wrap .logo.logo-height-4, .container .content-wrap .logo-space.logo-height-4*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo.logo-height-4.sc-biggive-hero-image,.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo-space.logo-height-4.sc-biggive-hero-image{height:125px}/*!@.container .content-wrap .logo.logo-height-5, .container .content-wrap .logo-space.logo-height-5*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo.logo-height-5.sc-biggive-hero-image,.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo-space.logo-height-5.sc-biggive-hero-image{height:150px}/*!@.container .content-wrap .logo.logo-height-6, .container .content-wrap .logo-space.logo-height-6*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo.logo-height-6.sc-biggive-hero-image,.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo-space.logo-height-6.sc-biggive-hero-image{height:175px}/*!@.container .content-wrap .logo.logo-height-7, .container .content-wrap .logo-space.logo-height-7*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo.logo-height-7.sc-biggive-hero-image,.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo-space.logo-height-7.sc-biggive-hero-image{height:200px}/*!@.container .content-wrap .logo.logo-height-8, .container .content-wrap .logo-space.logo-height-8*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo.logo-height-8.sc-biggive-hero-image,.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo-space.logo-height-8.sc-biggive-hero-image{height:225px}/*!@.container .content-wrap .logo.logo-height-9, .container .content-wrap .logo-space.logo-height-9*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo.logo-height-9.sc-biggive-hero-image,.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo-space.logo-height-9.sc-biggive-hero-image{height:250px}/*!@.container .content-wrap .logo.logo-height-10, .container .content-wrap .logo-space.logo-height-10*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo.logo-height-10.sc-biggive-hero-image,.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo-space.logo-height-10.sc-biggive-hero-image{height:275px}/*!@.container .content-wrap .logo*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo.sc-biggive-hero-image{background-size:contain;background-repeat:no-repeat;background-position:left center}/*!@.container .content-wrap .logo img*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .logo.sc-biggive-hero-image img.sc-biggive-hero-image{width:auto;height:100%;position:relative}/*!@.container .content-wrap .slug*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .slug.sc-biggive-hero-image{font-size:20px;line-height:24px;font-weight:bold;min-height:24px;margin:0;padding:0}/*!@.container .content-wrap h1*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image h1.sc-biggive-hero-image{font-size:47px;line-height:60px;font-weight:bold;margin:0 0 15px 0;padding:0}@media (max-width: 1200px){/*!@.container .content-wrap h1*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image h1.sc-biggive-hero-image{font-size:38px;line-height:45px;font-weight:bold}}/*!@.container .content-wrap .teaser*/.container.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image .teaser.sc-biggive-hero-image{margin:0 0 45px 0;padding:0}/*!@.container .graphic-wrap*/.container.sc-biggive-hero-image .graphic-wrap.sc-biggive-hero-image{position:absolute;display:block;top:0;left:0;right:0;padding-bottom:32.5vw;background-color:#F1F1F1;margin-left:20vw;clip-path:polygon(0 0, 100% 0, 100% 100%)}/*!@.container .graphic-wrap .image-wrap*/.container.sc-biggive-hero-image .graphic-wrap.sc-biggive-hero-image .image-wrap.sc-biggive-hero-image{position:absolute;display:block;top:0;left:0;bottom:0;right:0;background-size:cover}/*!@.container .graphic-wrap .image-wrap img*/.container.sc-biggive-hero-image .graphic-wrap.sc-biggive-hero-image .image-wrap.sc-biggive-hero-image img.sc-biggive-hero-image{display:none}@media screen and (max-width: 1200px){/*!@.container*/.container.sc-biggive-hero-image{min-height:50vw}/*!@.container .sleeve*/.container.sc-biggive-hero-image .sleeve.sc-biggive-hero-image{flex-wrap:wrap}/*!@.container .sleeve .content-wrap*/.container.sc-biggive-hero-image .sleeve.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image{width:60%;padding:18vw 15px 15px 15px;margin-bottom:50px}/*!@.container .sleeve .graphic-wrap*/.container.sc-biggive-hero-image .sleeve.sc-biggive-hero-image .graphic-wrap.sc-biggive-hero-image{margin-left:0;bottom:auto;padding-bottom:50vw}}@media screen and (max-width: 768px){/*!@.container .sleeve .content-wrap*/.container.sc-biggive-hero-image .sleeve.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image{width:70%;padding-top:120px}}@media screen and (max-width: 576px){/*!@.container .sleeve .content-wrap*/.container.sc-biggive-hero-image .sleeve.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image{width:80%}}@media screen and (max-width: 450px){/*!@.container .sleeve .content-wrap*/.container.sc-biggive-hero-image .sleeve.sc-biggive-hero-image .content-wrap.sc-biggive-hero-image{width:100%}}";
7191
7339
 
7192
7340
  class BiggiveHeroImage {
7193
7341
  constructor(hostRef) {
@@ -7197,6 +7345,7 @@ class BiggiveHeroImage {
7197
7345
  this.slug = undefined;
7198
7346
  this.slugColour = undefined;
7199
7347
  this.logo = '';
7348
+ this.logoHeight = 3;
7200
7349
  this.logoAltText = '';
7201
7350
  this.mainImage = null;
7202
7351
  this.mainImageAlignHorizontal = 'center';
@@ -7212,7 +7361,7 @@ class BiggiveHeroImage {
7212
7361
  render() {
7213
7362
  const mainTitleClasses = 'main-title ' + (typeof this.mainTitleColour === 'string' && this.mainTitleColour.length > 0 ? `text-colour-${this.mainTitleColour}` : '');
7214
7363
  const teaserClasses = 'teaser ' + (typeof this.teaserColour === 'string' && this.teaserColour.length > 0 ? `text-colour-${this.teaserColour}` : '');
7215
- return (hAsync("div", { class: 'container colour-scheme-' + this.colourScheme + ' space-below-' + this.spaceBelow }, hAsync("div", { class: "sleeve" }, hAsync("div", { class: "content-wrap" }, this.logo !== undefined && this.logo !== null ? (hAsync("div", { class: "logo image-wrap" }, hAsync("img", { src: this.logo, alt: this.logoAltText, title: this.logoAltText }))) : hAsync("div", { class: "logo-space" }), hAsync("div", { class: 'slug text-colour-' + this.slugColour }, this.slug), hAsync("h1", { class: mainTitleClasses }, this.mainTitle), hAsync("div", { class: teaserClasses }, this.teaser), this.buttonLabel != null && this.buttonUrl != null
7364
+ return (hAsync("div", { class: 'container colour-scheme-' + this.colourScheme + ' space-below-' + this.spaceBelow }, hAsync("div", { class: "sleeve" }, hAsync("div", { class: "content-wrap" }, this.logo !== undefined && this.logo !== null ? (hAsync("div", { class: 'logo image-wrap logo-height-' + this.logoHeight }, hAsync("img", { src: this.logo, alt: this.logoAltText, title: this.logoAltText }))) : hAsync("div", { class: 'logo-space logo-height-' + this.logoHeight }), hAsync("div", { class: 'slug text-colour-' + this.slugColour }, this.slug), hAsync("h1", { class: mainTitleClasses }, this.mainTitle), hAsync("div", { class: teaserClasses }, this.teaser), this.buttonLabel != null && this.buttonUrl != null
7216
7365
  ? hAsync("biggive-button", { "colour-scheme": this.buttonColourScheme, url: this.buttonUrl, label: this.buttonLabel })
7217
7366
  : null), hAsync("div", { class: "graphic-wrap" }, this.mainImage !== null ? (hAsync("div", { class: "image-wrap", role: "presentation", style: { 'background-image': 'url(' + this.mainImage + ')', 'background-position': this.mainImageAlignHorizontal + ' ' + this.mainImageAlignVertical } })) : null))));
7218
7367
  }
@@ -7226,6 +7375,7 @@ class BiggiveHeroImage {
7226
7375
  "slug": [1],
7227
7376
  "slugColour": [1, "slug-colour"],
7228
7377
  "logo": [1],
7378
+ "logoHeight": [2, "logo-height"],
7229
7379
  "logoAltText": [1, "logo-alt-text"],
7230
7380
  "mainImage": [1, "main-image"],
7231
7381
  "mainImageAlignHorizontal": [1, "main-image-align-horizontal"],
@@ -7318,7 +7468,7 @@ class BiggiveImage {
7318
7468
  }; }
7319
7469
  }
7320
7470
 
7321
- const biggiveImageFeatureCss = "/*!@a*/a.sc-biggive-image-feature{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-image-feature:hover{text-decoration:none}/*!@.image-wrap img*/.image-wrap.sc-biggive-image-feature img.sc-biggive-image-feature{width:100%;height:auto}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-image-feature:hover,.text-colour-primary.sc-biggive-image-feature{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-image-feature:hover,.text-colour-secondary.sc-biggive-image-feature{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-image-feature:hover,.text-colour-tertiary.sc-biggive-image-feature{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-image-feature:hover,.text-colour-brand-1.sc-biggive-image-feature{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-image-feature:hover,.text-colour-brand-2.sc-biggive-image-feature{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-image-feature:hover,.text-colour-brand-3.sc-biggive-image-feature{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-image-feature:hover,.text-colour-brand-4.sc-biggive-image-feature{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-image-feature:hover,.text-colour-brand-5.sc-biggive-image-feature{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-image-feature:hover,.text-colour-brand-6.sc-biggive-image-feature{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-image-feature:hover,.text-colour-white.sc-biggive-image-feature{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-image-feature:hover,.text-colour-black.sc-biggive-image-feature{color:#000000}/*!@:host*/.sc-biggive-image-feature-h{display:contents}/*!@.container*/.container.sc-biggive-image-feature{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;position:relative}/*!@.container .sleeve*/.container.sc-biggive-image-feature .sleeve.sc-biggive-image-feature{display:flex;justify-content:space-between}/*!@.container .sleeve .content-wrap*/.container.sc-biggive-image-feature .sleeve.sc-biggive-image-feature .content-wrap.sc-biggive-image-feature{width:calc(40% - 15px);position:relative;z-index:1}/*!@.container .sleeve .content-wrap .slug*/.container.sc-biggive-image-feature .sleeve.sc-biggive-image-feature .content-wrap.sc-biggive-image-feature .slug.sc-biggive-image-feature{font-size:20px;line-height:24px;font-weight:bold;margin:0;padding:0}/*!@.container .sleeve .content-wrap h2*/.container.sc-biggive-image-feature .sleeve.sc-biggive-image-feature .content-wrap.sc-biggive-image-feature h2.sc-biggive-image-feature{font-size:38px;line-height:45px;font-weight:bold;margin:0 0 15px 0;padding:0}/*!@.container .sleeve .content-wrap .teaser*/.container.sc-biggive-image-feature .sleeve.sc-biggive-image-feature .content-wrap.sc-biggive-image-feature .teaser.sc-biggive-image-feature{margin:0 0 45px 0;padding:0}/*!@.container .sleeve .graphic-wrap*/.container.sc-biggive-image-feature .sleeve.sc-biggive-image-feature .graphic-wrap.sc-biggive-image-feature{width:calc(60% - 15px)}@media screen and (max-width: 576px){/*!@.container .sleeve*/.container.sc-biggive-image-feature .sleeve.sc-biggive-image-feature{flex-wrap:wrap}/*!@.container .sleeve .content-wrap*/.container.sc-biggive-image-feature .sleeve.sc-biggive-image-feature .content-wrap.sc-biggive-image-feature{width:100%}/*!@.container .sleeve .graphic-wrap*/.container.sc-biggive-image-feature .sleeve.sc-biggive-image-feature .graphic-wrap.sc-biggive-image-feature{width:100%;margin-bottom:15px;order:-1}}";
7471
+ const biggiveImageFeatureCss = "/*!@a*/a.sc-biggive-image-feature{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-image-feature:hover{text-decoration:none}/*!@.image-wrap img*/.image-wrap.sc-biggive-image-feature img.sc-biggive-image-feature{width:100%;height:auto}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-image-feature:hover,.text-colour-primary.sc-biggive-image-feature{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-image-feature:hover,.text-colour-secondary.sc-biggive-image-feature{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-image-feature:hover,.text-colour-tertiary.sc-biggive-image-feature{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-image-feature:hover,.text-colour-brand-1.sc-biggive-image-feature{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-image-feature:hover,.text-colour-brand-2.sc-biggive-image-feature{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-image-feature:hover,.text-colour-brand-3.sc-biggive-image-feature{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-image-feature:hover,.text-colour-brand-4.sc-biggive-image-feature{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-image-feature:hover,.text-colour-brand-5.sc-biggive-image-feature{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-image-feature:hover,.text-colour-brand-6.sc-biggive-image-feature{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-image-feature:hover,.text-colour-white.sc-biggive-image-feature{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-image-feature:hover,.text-colour-black.sc-biggive-image-feature{color:#000000}/*!@.text-colour-hover-grey-extra-light:hover,\n.text-colour-grey-extra-light*/.text-colour-hover-grey-extra-light.sc-biggive-image-feature:hover,.text-colour-grey-extra-light.sc-biggive-image-feature{color:#D7D7D7}/*!@.text-colour-hover-grey-light:hover,\n.text-colour-grey-light*/.text-colour-hover-grey-light.sc-biggive-image-feature:hover,.text-colour-grey-light.sc-biggive-image-feature{color:#E8E8E8}/*!@.text-colour-hover-grey-medium:hover,\n.text-colour-grey-medium*/.text-colour-hover-grey-medium.sc-biggive-image-feature:hover,.text-colour-grey-medium.sc-biggive-image-feature{color:#8A8A8A}/*!@.text-colour-hover-grey-dark:hover,\n.text-colour-grey-dark*/.text-colour-hover-grey-dark.sc-biggive-image-feature:hover,.text-colour-grey-dark.sc-biggive-image-feature{color:#4A4A4A}/*!@:host*/.sc-biggive-image-feature-h{display:contents}/*!@.container*/.container.sc-biggive-image-feature{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;position:relative}/*!@.container .sleeve*/.container.sc-biggive-image-feature .sleeve.sc-biggive-image-feature{display:flex;justify-content:space-between}/*!@.container .sleeve .content-wrap*/.container.sc-biggive-image-feature .sleeve.sc-biggive-image-feature .content-wrap.sc-biggive-image-feature{width:calc(40% - 15px);position:relative;z-index:1}/*!@.container .sleeve .content-wrap .slug*/.container.sc-biggive-image-feature .sleeve.sc-biggive-image-feature .content-wrap.sc-biggive-image-feature .slug.sc-biggive-image-feature{font-size:20px;line-height:24px;font-weight:bold;margin:0;padding:0}/*!@.container .sleeve .content-wrap h2*/.container.sc-biggive-image-feature .sleeve.sc-biggive-image-feature .content-wrap.sc-biggive-image-feature h2.sc-biggive-image-feature{font-size:38px;line-height:45px;font-weight:bold;margin:0 0 15px 0;padding:0}/*!@.container .sleeve .content-wrap .teaser*/.container.sc-biggive-image-feature .sleeve.sc-biggive-image-feature .content-wrap.sc-biggive-image-feature .teaser.sc-biggive-image-feature{margin:0 0 45px 0;padding:0}/*!@.container .sleeve .graphic-wrap*/.container.sc-biggive-image-feature .sleeve.sc-biggive-image-feature .graphic-wrap.sc-biggive-image-feature{width:calc(60% - 15px)}@media screen and (max-width: 576px){/*!@.container .sleeve*/.container.sc-biggive-image-feature .sleeve.sc-biggive-image-feature{flex-wrap:wrap}/*!@.container .sleeve .content-wrap*/.container.sc-biggive-image-feature .sleeve.sc-biggive-image-feature .content-wrap.sc-biggive-image-feature{width:100%}/*!@.container .sleeve .graphic-wrap*/.container.sc-biggive-image-feature .sleeve.sc-biggive-image-feature .graphic-wrap.sc-biggive-image-feature{width:100%;margin-bottom:15px;order:-1}}";
7322
7472
 
7323
7473
  class BiggiveImageFeature {
7324
7474
  constructor(hostRef) {
@@ -7466,7 +7616,7 @@ class BiggiveMainMenu {
7466
7616
  }; }
7467
7617
  }
7468
7618
 
7469
- const biggiveMiscIconCss = "a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.background-colour-hover-primary:hover,.background-colour-primary{background-color:#2C089B}.background-colour-hover-secondary:hover,.background-colour-secondary{background-color:#2AF135}.background-colour-hover-tertiary:hover,.background-colour-tertiary{background-color:#FF7272}.background-colour-hover-brand-1:hover,.background-colour-brand-1{background-color:#B30510}.background-colour-hover-brand-2:hover,.background-colour-brand-2{background-color:#6E0887}.background-colour-hover-brand-3:hover,.background-colour-brand-3{background-color:#50B400}.background-colour-hover-brand-4:hover,.background-colour-brand-4{background-color:#FFE500}.background-colour-hover-brand-5:hover,.background-colour-brand-5{background-color:#F07D00}.background-colour-hover-brand-6:hover,.background-colour-brand-6{background-color:#CBC8C8}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-black:hover,.background-colour-black{background-color:#000000}.fill-primary{fill:#2C089B}.fill-secondary{fill:#2AF135}.fill-tertiary{fill:#FF7272}.fill-brand-1{fill:#B30510}.fill-brand-2{fill:#6E0887}.fill-brand-3{fill:#50B400}.fill-brand-4{fill:#FFE500}.fill-brand-5{fill:#F07D00}.fill-brand-6{fill:#CBC8C8}.fill-brand-mhf-turquoise{fill:#62CFC9}.fill-white{fill:#FFFFFF}.fill-black{fill:#000000}.fill-red{fill:red}:host{display:contents}.misc-icon-item{width:40px;height:40px;border-radius:50%;text-align:center;transition:all ease-in-out 0.5s;display:inline-block;margin-right:10px}.misc-icon-item.colour-scheme-primary{background-color:#2C089B}.misc-icon-item.colour-scheme-primary svg{fill:#FFFFFF}.misc-icon-item.colour-scheme-secondary{background-color:#2AF135}.misc-icon-item.colour-scheme-secondary svg{fill:#000000}.misc-icon-item.colour-scheme-tertiary{background-color:#FF7272}.misc-icon-item.colour-scheme-tertiary svg{fill:#000000}.misc-icon-item.colour-scheme-brand-1{background-color:#B30510}.misc-icon-item.colour-scheme-brand-1 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-2{background-color:#6E0887}.misc-icon-item.colour-scheme-brand-2 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-3{background-color:#50B400}.misc-icon-item.colour-scheme-brand-3 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-4{background-color:#FFE500}.misc-icon-item.colour-scheme-brand-4 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-5{background-color:#F07D00}.misc-icon-item.colour-scheme-brand-5 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-6{background-color:#CBC8C8}.misc-icon-item.colour-scheme-brand-6 svg{fill:#000000}.misc-icon-item.colour-scheme-white{background-color:#FFFFFF}.misc-icon-item.colour-scheme-white svg{fill:#000000}.misc-icon-item.colour-scheme-black{background-color:#000000}.misc-icon-item.colour-scheme-black svg{fill:#FFFFFF}.misc-icon-item:hover{background-color:#FFFFFF}.misc-icon-item:hover svg{fill:#000000}.misc-icon-item a{display:grid;position:relative;padding:10px;box-sizing:border-box;height:100%}.misc-icon-item a svg{width:100%;height:100%}@media screen and (max-width: 576px){.misc-icon-item{width:40px;height:40px;border-radius:50%;text-align:center;transition:all ease-in-out 0.5s;display:inline-block;margin-right:10px;width:30px;height:30px;margin:auto}.misc-icon-item.colour-scheme-primary{background-color:#2C089B}.misc-icon-item.colour-scheme-primary svg{fill:#FFFFFF}.misc-icon-item.colour-scheme-secondary{background-color:#2AF135}.misc-icon-item.colour-scheme-secondary svg{fill:#000000}.misc-icon-item.colour-scheme-tertiary{background-color:#FF7272}.misc-icon-item.colour-scheme-tertiary svg{fill:#000000}.misc-icon-item.colour-scheme-brand-1{background-color:#B30510}.misc-icon-item.colour-scheme-brand-1 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-2{background-color:#6E0887}.misc-icon-item.colour-scheme-brand-2 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-3{background-color:#50B400}.misc-icon-item.colour-scheme-brand-3 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-4{background-color:#FFE500}.misc-icon-item.colour-scheme-brand-4 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-5{background-color:#F07D00}.misc-icon-item.colour-scheme-brand-5 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-6{background-color:#CBC8C8}.misc-icon-item.colour-scheme-brand-6 svg{fill:#000000}.misc-icon-item.colour-scheme-white{background-color:#FFFFFF}.misc-icon-item.colour-scheme-white svg{fill:#000000}.misc-icon-item.colour-scheme-black{background-color:#000000}.misc-icon-item.colour-scheme-black svg{fill:#FFFFFF}.misc-icon-item:hover{background-color:#FFFFFF}.misc-icon-item:hover svg{fill:#000000}.misc-icon-item a{display:grid;position:relative;padding:10px;box-sizing:border-box;height:100%}.misc-icon-item a svg{width:100%;height:100%}.misc-icon-item a{padding:6px}.misc-icon-item a{margin:auto}}.CaretRight{height:10px;width:10px;margin-right:0px}.CaretRight a{padding:0px}.MenuClose a svg{height:12px;width:12px}";
7619
+ const biggiveMiscIconCss = "a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.background-colour-hover-primary:hover,.background-colour-primary{background-color:#2C089B}.background-colour-hover-secondary:hover,.background-colour-secondary{background-color:#2AF135}.background-colour-hover-tertiary:hover,.background-colour-tertiary{background-color:#FF7272}.background-colour-hover-brand-1:hover,.background-colour-brand-1{background-color:#B30510}.background-colour-hover-brand-2:hover,.background-colour-brand-2{background-color:#6E0887}.background-colour-hover-brand-3:hover,.background-colour-brand-3{background-color:#50B400}.background-colour-hover-brand-4:hover,.background-colour-brand-4{background-color:#FFE500}.background-colour-hover-brand-5:hover,.background-colour-brand-5{background-color:#F07D00}.background-colour-hover-brand-6:hover,.background-colour-brand-6{background-color:#CBC8C8}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-black:hover,.background-colour-black{background-color:#000000}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-grey-extra-light:hover,.background-colour-grey-extra-light{background-color:#D7D7D7}.background-colour-hover-grey-light:hover,.background-colour-grey-light{background-color:#E8E8E8}.background-colour-hover-grey-medium:hover,.background-colour-grey-medium{background-color:#8A8A8A}.background-colour-hover-grey-dark:hover,.background-colour-grey-dark{background-color:#4A4A4A}.fill-primary{fill:#2C089B}.fill-secondary{fill:#2AF135}.fill-tertiary{fill:#FF7272}.fill-brand-1{fill:#B30510}.fill-brand-2{fill:#6E0887}.fill-brand-3{fill:#50B400}.fill-brand-4{fill:#FFE500}.fill-brand-5{fill:#F07D00}.fill-brand-6{fill:#CBC8C8}.fill-brand-mhf-turquoise{fill:#62CFC9}.fill-white{fill:#FFFFFF}.fill-black{fill:#000000}.fill-grey-extra-light{fill:#D7D7D7}.fill-grey-light{fill:#E8E8E8}.fill-grey-medium{fill:#8A8A8A}.fill-grey-dark{fill:#4A4A4A}.fill-red{fill:red}:host{display:contents}.misc-icon-item{width:40px;height:40px;border-radius:50%;text-align:center;transition:all ease-in-out 0.5s;display:inline-block;margin-right:10px}.misc-icon-item.colour-scheme-primary{background-color:#2C089B}.misc-icon-item.colour-scheme-primary svg{fill:#FFFFFF}.misc-icon-item.colour-scheme-secondary{background-color:#2AF135}.misc-icon-item.colour-scheme-secondary svg{fill:#000000}.misc-icon-item.colour-scheme-tertiary{background-color:#FF7272}.misc-icon-item.colour-scheme-tertiary svg{fill:#000000}.misc-icon-item.colour-scheme-brand-1{background-color:#B30510}.misc-icon-item.colour-scheme-brand-1 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-2{background-color:#6E0887}.misc-icon-item.colour-scheme-brand-2 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-3{background-color:#50B400}.misc-icon-item.colour-scheme-brand-3 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-4{background-color:#FFE500}.misc-icon-item.colour-scheme-brand-4 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-5{background-color:#F07D00}.misc-icon-item.colour-scheme-brand-5 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-6{background-color:#CBC8C8}.misc-icon-item.colour-scheme-brand-6 svg{fill:#000000}.misc-icon-item.colour-scheme-white{background-color:#FFFFFF}.misc-icon-item.colour-scheme-white svg{fill:#000000}.misc-icon-item.colour-scheme-black{background-color:#000000}.misc-icon-item.colour-scheme-black svg{fill:#FFFFFF}.misc-icon-item.colour-scheme-black{background-color:#D7D7D7}.misc-icon-item.colour-scheme-black svg{fill:#D7D7D7}.misc-icon-item.colour-scheme-black{background-color:#E8E8E8}.misc-icon-item.colour-scheme-black svg{fill:#E8E8E8}.misc-icon-item.colour-scheme-black{background-color:#8A8A8A}.misc-icon-item.colour-scheme-black svg{fill:#8A8A8A}.misc-icon-item.colour-scheme-black{background-color:#4A4A4A}.misc-icon-item.colour-scheme-black svg{fill:#4A4A4A}.misc-icon-item:hover{background-color:#FFFFFF}.misc-icon-item:hover svg{fill:#000000}.misc-icon-item a{display:grid;position:relative;padding:10px;box-sizing:border-box;height:100%}.misc-icon-item a svg{width:100%;height:100%}@media screen and (max-width: 576px){.misc-icon-item{width:40px;height:40px;border-radius:50%;text-align:center;transition:all ease-in-out 0.5s;display:inline-block;margin-right:10px;width:30px;height:30px;margin:auto}.misc-icon-item.colour-scheme-primary{background-color:#2C089B}.misc-icon-item.colour-scheme-primary svg{fill:#FFFFFF}.misc-icon-item.colour-scheme-secondary{background-color:#2AF135}.misc-icon-item.colour-scheme-secondary svg{fill:#000000}.misc-icon-item.colour-scheme-tertiary{background-color:#FF7272}.misc-icon-item.colour-scheme-tertiary svg{fill:#000000}.misc-icon-item.colour-scheme-brand-1{background-color:#B30510}.misc-icon-item.colour-scheme-brand-1 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-2{background-color:#6E0887}.misc-icon-item.colour-scheme-brand-2 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-3{background-color:#50B400}.misc-icon-item.colour-scheme-brand-3 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-4{background-color:#FFE500}.misc-icon-item.colour-scheme-brand-4 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-5{background-color:#F07D00}.misc-icon-item.colour-scheme-brand-5 svg{fill:#000000}.misc-icon-item.colour-scheme-brand-6{background-color:#CBC8C8}.misc-icon-item.colour-scheme-brand-6 svg{fill:#000000}.misc-icon-item.colour-scheme-white{background-color:#FFFFFF}.misc-icon-item.colour-scheme-white svg{fill:#000000}.misc-icon-item.colour-scheme-black{background-color:#000000}.misc-icon-item.colour-scheme-black svg{fill:#FFFFFF}.misc-icon-item.colour-scheme-black{background-color:#D7D7D7}.misc-icon-item.colour-scheme-black svg{fill:#D7D7D7}.misc-icon-item.colour-scheme-black{background-color:#E8E8E8}.misc-icon-item.colour-scheme-black svg{fill:#E8E8E8}.misc-icon-item.colour-scheme-black{background-color:#8A8A8A}.misc-icon-item.colour-scheme-black svg{fill:#8A8A8A}.misc-icon-item.colour-scheme-black{background-color:#4A4A4A}.misc-icon-item.colour-scheme-black svg{fill:#4A4A4A}.misc-icon-item:hover{background-color:#FFFFFF}.misc-icon-item:hover svg{fill:#000000}.misc-icon-item a{display:grid;position:relative;padding:10px;box-sizing:border-box;height:100%}.misc-icon-item a svg{width:100%;height:100%}.misc-icon-item a{padding:6px}.misc-icon-item a{margin:auto}}.CaretRight{height:10px;width:10px;margin-right:0px}.CaretRight a{padding:0px}.MenuClose a svg{height:12px;width:12px}";
7470
7620
 
7471
7621
  class BiggiveMiscIcon {
7472
7622
  constructor(hostRef) {
@@ -7719,7 +7869,7 @@ class BiggiveProgressBar {
7719
7869
  }; }
7720
7870
  }
7721
7871
 
7722
- const biggiveQuoteCss = "/*!@a*/a.sc-biggive-quote{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-quote:hover{text-decoration:none}/*!@.image-wrap img*/.image-wrap.sc-biggive-quote img.sc-biggive-quote{width:100%;height:auto}/*!@.space-above-0*/.space-above-0.sc-biggive-quote{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-quote{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-quote{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-quote{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-quote{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-quote{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-quote{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-quote{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-quote{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-quote{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-quote{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-quote{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-quote{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-quote{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-quote:hover,.text-colour-primary.sc-biggive-quote{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-quote:hover,.text-colour-secondary.sc-biggive-quote{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-quote:hover,.text-colour-tertiary.sc-biggive-quote{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-quote:hover,.text-colour-brand-1.sc-biggive-quote{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-quote:hover,.text-colour-brand-2.sc-biggive-quote{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-quote:hover,.text-colour-brand-3.sc-biggive-quote{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-quote:hover,.text-colour-brand-4.sc-biggive-quote{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-quote:hover,.text-colour-brand-5.sc-biggive-quote{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-quote:hover,.text-colour-brand-6.sc-biggive-quote{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-quote:hover,.text-colour-white.sc-biggive-quote{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-quote:hover,.text-colour-black.sc-biggive-quote{color:#000000}/*!@:host*/.sc-biggive-quote-h{display:contents}/*!@.container*/.container.sc-biggive-quote{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;height:100%;background-color:white;text-align:center;margin-left:auto;margin-right:auto;max-width:600px;padding:60px}/*!@.container .image-wrap*/.container.sc-biggive-quote .image-wrap.sc-biggive-quote{text-align:center;margin-bottom:15px}/*!@.container .image-wrap svg*/.container.sc-biggive-quote .image-wrap.sc-biggive-quote svg.sc-biggive-quote{height:30px;width:auto;margin:auto}/*!@.container .quote*/.container.sc-biggive-quote .quote.sc-biggive-quote{margin-bottom:30px}@media screen and (max-width: 768px){/*!@.container*/.container.sc-biggive-quote{padding:45px}/*!@.container svg*/.container.sc-biggive-quote svg.sc-biggive-quote{width:40px;height:40px}}@media screen and (max-width: 576px){/*!@.container*/.container.sc-biggive-quote{padding:30px;font-size:13px;line-height:17px}/*!@.container svg*/.container.sc-biggive-quote svg.sc-biggive-quote{width:30px;height:30px}}@media screen and (max-width: 450px){/*!@.container*/.container.sc-biggive-quote{padding:15px}}";
7872
+ const biggiveQuoteCss = "/*!@a*/a.sc-biggive-quote{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-quote:hover{text-decoration:none}/*!@.image-wrap img*/.image-wrap.sc-biggive-quote img.sc-biggive-quote{width:100%;height:auto}/*!@.space-above-0*/.space-above-0.sc-biggive-quote{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-quote{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-quote{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-quote{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-quote{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-quote{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-quote{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-quote{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-quote{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-quote{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-quote{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-quote{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-quote{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-quote{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-quote:hover,.text-colour-primary.sc-biggive-quote{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-quote:hover,.text-colour-secondary.sc-biggive-quote{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-quote:hover,.text-colour-tertiary.sc-biggive-quote{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-quote:hover,.text-colour-brand-1.sc-biggive-quote{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-quote:hover,.text-colour-brand-2.sc-biggive-quote{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-quote:hover,.text-colour-brand-3.sc-biggive-quote{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-quote:hover,.text-colour-brand-4.sc-biggive-quote{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-quote:hover,.text-colour-brand-5.sc-biggive-quote{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-quote:hover,.text-colour-brand-6.sc-biggive-quote{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-quote:hover,.text-colour-white.sc-biggive-quote{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-quote:hover,.text-colour-black.sc-biggive-quote{color:#000000}/*!@.text-colour-hover-grey-extra-light:hover,\n.text-colour-grey-extra-light*/.text-colour-hover-grey-extra-light.sc-biggive-quote:hover,.text-colour-grey-extra-light.sc-biggive-quote{color:#D7D7D7}/*!@.text-colour-hover-grey-light:hover,\n.text-colour-grey-light*/.text-colour-hover-grey-light.sc-biggive-quote:hover,.text-colour-grey-light.sc-biggive-quote{color:#E8E8E8}/*!@.text-colour-hover-grey-medium:hover,\n.text-colour-grey-medium*/.text-colour-hover-grey-medium.sc-biggive-quote:hover,.text-colour-grey-medium.sc-biggive-quote{color:#8A8A8A}/*!@.text-colour-hover-grey-dark:hover,\n.text-colour-grey-dark*/.text-colour-hover-grey-dark.sc-biggive-quote:hover,.text-colour-grey-dark.sc-biggive-quote{color:#4A4A4A}/*!@:host*/.sc-biggive-quote-h{display:contents}/*!@.container*/.container.sc-biggive-quote{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;height:100%;background-color:white;text-align:center;margin-left:auto;margin-right:auto;max-width:600px;padding:60px}/*!@.container .image-wrap*/.container.sc-biggive-quote .image-wrap.sc-biggive-quote{text-align:center;margin-bottom:15px}/*!@.container .image-wrap svg*/.container.sc-biggive-quote .image-wrap.sc-biggive-quote svg.sc-biggive-quote{height:30px;width:auto;margin:auto}/*!@.container .quote*/.container.sc-biggive-quote .quote.sc-biggive-quote{margin-bottom:30px}/*!@.container.quote-icon-colour-primary .image-wrap path*/.container.quote-icon-colour-primary.sc-biggive-quote .image-wrap.sc-biggive-quote path.sc-biggive-quote{fill:#2C089B}/*!@.container.quote-icon-colour-secondary .image-wrap path*/.container.quote-icon-colour-secondary.sc-biggive-quote .image-wrap.sc-biggive-quote path.sc-biggive-quote{fill:#2AF135}/*!@.container.quote-icon-colour-tertiary .image-wrap path*/.container.quote-icon-colour-tertiary.sc-biggive-quote .image-wrap.sc-biggive-quote path.sc-biggive-quote{fill:#FF7272}/*!@.container.quote-icon-colour-brand-1 .image-wrap path*/.container.quote-icon-colour-brand-1.sc-biggive-quote .image-wrap.sc-biggive-quote path.sc-biggive-quote{fill:#B30510}/*!@.container.quote-icon-colour-brand-2 .image-wrap path*/.container.quote-icon-colour-brand-2.sc-biggive-quote .image-wrap.sc-biggive-quote path.sc-biggive-quote{fill:#6E0887}/*!@.container.quote-icon-colour-brand-3 .image-wrap path*/.container.quote-icon-colour-brand-3.sc-biggive-quote .image-wrap.sc-biggive-quote path.sc-biggive-quote{fill:#50B400}/*!@.container.quote-icon-colour-brand-4 .image-wrap path*/.container.quote-icon-colour-brand-4.sc-biggive-quote .image-wrap.sc-biggive-quote path.sc-biggive-quote{fill:#FFE500}/*!@.container.quote-icon-colour-brand-5 .image-wrap path*/.container.quote-icon-colour-brand-5.sc-biggive-quote .image-wrap.sc-biggive-quote path.sc-biggive-quote{fill:#F07D00}/*!@.container.quote-icon-colour-brand-6 .image-wrap path*/.container.quote-icon-colour-brand-6.sc-biggive-quote .image-wrap.sc-biggive-quote path.sc-biggive-quote{fill:#62CFC9}/*!@.container.quote-icon-colour-white .image-wrap path*/.container.quote-icon-colour-white.sc-biggive-quote .image-wrap.sc-biggive-quote path.sc-biggive-quote{fill:#FFFFFF}/*!@.container.quote-icon-colour-black .image-wrap path*/.container.quote-icon-colour-black.sc-biggive-quote .image-wrap.sc-biggive-quote path.sc-biggive-quote{fill:#000000}/*!@.container.quote-icon-colour-grey-extra-light .image-wrap path*/.container.quote-icon-colour-grey-extra-light.sc-biggive-quote .image-wrap.sc-biggive-quote path.sc-biggive-quote{fill:#D7D7D7}/*!@.container.quote-icon-colour-grey-light .image-wrap path*/.container.quote-icon-colour-grey-light.sc-biggive-quote .image-wrap.sc-biggive-quote path.sc-biggive-quote{fill:#E8E8E8}/*!@.container.quote-icon-colour-grey-medium .image-wrap path*/.container.quote-icon-colour-grey-medium.sc-biggive-quote .image-wrap.sc-biggive-quote path.sc-biggive-quote{fill:#8A8A8A}/*!@.container.quote-icon-colour-grey-dark .image-wrap path*/.container.quote-icon-colour-grey-dark.sc-biggive-quote .image-wrap.sc-biggive-quote path.sc-biggive-quote{fill:#4A4A4A}@media screen and (max-width: 768px){/*!@.container*/.container.sc-biggive-quote{padding:45px}/*!@.container svg*/.container.sc-biggive-quote svg.sc-biggive-quote{width:40px;height:40px}}@media screen and (max-width: 576px){/*!@.container*/.container.sc-biggive-quote{padding:30px;font-size:13px;line-height:17px}/*!@.container svg*/.container.sc-biggive-quote svg.sc-biggive-quote{width:30px;height:30px}}@media screen and (max-width: 450px){/*!@.container*/.container.sc-biggive-quote{padding:15px}}";
7723
7873
 
7724
7874
  class BiggiveQuote {
7725
7875
  constructor(hostRef) {
@@ -7728,9 +7878,10 @@ class BiggiveQuote {
7728
7878
  this.defaultTextColour = 'black';
7729
7879
  this.quote = '';
7730
7880
  this.attribution = '';
7881
+ this.quoteIconColour = 'primary';
7731
7882
  }
7732
7883
  render() {
7733
- return (hAsync("div", { class: 'container text-colour-' + this.defaultTextColour + ' space-below-' + this.spaceBelow }, hAsync("div", { class: "image-wrap" }, hAsync("svg", { width: "34", height: "24", viewBox: "0 0 34 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("path", { d: "M16.1245 0L13.7167 24H0L11.0901 0H16.1245ZM34 0L31.5923 24H17.8755L28.9657 0H34Z", fill: "#2C089B" }))), hAsync("div", { class: "quote" }, "\u201C", this.quote, "\u201D"), hAsync("div", { class: "attribution" }, " - ", this.attribution)));
7884
+ return (hAsync("div", { class: 'container text-colour-' + this.defaultTextColour + ' quote-icon-colour-' + this.quoteIconColour + ' space-below-' + this.spaceBelow }, hAsync("div", { class: "image-wrap" }, hAsync("svg", { width: "34", height: "24", viewBox: "0 0 34 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("path", { d: "M16.1245 0L13.7167 24H0L11.0901 0H16.1245ZM34 0L31.5923 24H17.8755L28.9657 0H34Z", fill: "#2C089B" }))), hAsync("div", { class: "quote" }, "\u201C", this.quote, "\u201D"), hAsync("div", { class: "attribution" }, " - ", this.attribution)));
7734
7885
  }
7735
7886
  static get style() { return biggiveQuoteCss; }
7736
7887
  static get cmpMeta() { return {
@@ -7740,7 +7891,8 @@ class BiggiveQuote {
7740
7891
  "spaceBelow": [2, "space-below"],
7741
7892
  "defaultTextColour": [1, "default-text-colour"],
7742
7893
  "quote": [1],
7743
- "attribution": [1]
7894
+ "attribution": [1],
7895
+ "quoteIconColour": [1, "quote-icon-colour"]
7744
7896
  },
7745
7897
  "$listeners$": undefined,
7746
7898
  "$lazyBundleId$": "-",
@@ -7748,7 +7900,7 @@ class BiggiveQuote {
7748
7900
  }; }
7749
7901
  }
7750
7902
 
7751
- const biggiveSocialIconCss = "a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.background-colour-hover-primary:hover,.background-colour-primary{background-color:#2C089B}.background-colour-hover-secondary:hover,.background-colour-secondary{background-color:#2AF135}.background-colour-hover-tertiary:hover,.background-colour-tertiary{background-color:#FF7272}.background-colour-hover-brand-1:hover,.background-colour-brand-1{background-color:#B30510}.background-colour-hover-brand-2:hover,.background-colour-brand-2{background-color:#6E0887}.background-colour-hover-brand-3:hover,.background-colour-brand-3{background-color:#50B400}.background-colour-hover-brand-4:hover,.background-colour-brand-4{background-color:#FFE500}.background-colour-hover-brand-5:hover,.background-colour-brand-5{background-color:#F07D00}.background-colour-hover-brand-6:hover,.background-colour-brand-6{background-color:#CBC8C8}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-black:hover,.background-colour-black{background-color:#000000}.fill-primary{fill:#2C089B}.fill-secondary{fill:#2AF135}.fill-tertiary{fill:#FF7272}.fill-brand-1{fill:#B30510}.fill-brand-2{fill:#6E0887}.fill-brand-3{fill:#50B400}.fill-brand-4{fill:#FFE500}.fill-brand-5{fill:#F07D00}.fill-brand-6{fill:#CBC8C8}.fill-brand-mhf-turquoise{fill:#62CFC9}.fill-white{fill:#FFFFFF}.fill-black{fill:#000000}.fill-red{fill:red}:host{display:contents}.social-icon-item{margin-right:6px;width:40px;height:40px;border-radius:50%;text-align:center;transition:all ease-in-out 0.5s;display:inline-block;margin-right:10px}.social-icon-item.colour-scheme-primary{background-color:#2C089B}.social-icon-item.colour-scheme-primary svg{fill:#FFFFFF}.social-icon-item.colour-scheme-secondary{background-color:#2AF135}.social-icon-item.colour-scheme-secondary svg{fill:#000000}.social-icon-item.colour-scheme-tertiary{background-color:#FF7272}.social-icon-item.colour-scheme-tertiary svg{fill:#000000}.social-icon-item.colour-scheme-brand-1{background-color:#B30510}.social-icon-item.colour-scheme-brand-1 svg{fill:#000000}.social-icon-item.colour-scheme-brand-2{background-color:#6E0887}.social-icon-item.colour-scheme-brand-2 svg{fill:#000000}.social-icon-item.colour-scheme-brand-3{background-color:#50B400}.social-icon-item.colour-scheme-brand-3 svg{fill:#000000}.social-icon-item.colour-scheme-brand-4{background-color:#FFE500}.social-icon-item.colour-scheme-brand-4 svg{fill:#000000}.social-icon-item.colour-scheme-brand-5{background-color:#F07D00}.social-icon-item.colour-scheme-brand-5 svg{fill:#000000}.social-icon-item.colour-scheme-brand-6{background-color:#CBC8C8}.social-icon-item.colour-scheme-brand-6 svg{fill:#000000}.social-icon-item.colour-scheme-white{background-color:#FFFFFF}.social-icon-item.colour-scheme-white svg{fill:#000000}.social-icon-item.colour-scheme-black{background-color:#000000}.social-icon-item.colour-scheme-black svg{fill:#FFFFFF}.social-icon-item:hover{background-color:#FFFFFF}.social-icon-item:hover svg{fill:#000000}.social-icon-item a{display:grid;position:relative;padding:10px;box-sizing:border-box;height:100%}.social-icon-item a svg{width:100%;height:100%}.social-icon-item.wide{margin-right:30px}@media screen and (max-width: 576px){.social-icon-item{width:40px;height:40px;border-radius:50%;text-align:center;transition:all ease-in-out 0.5s;display:inline-block;margin-right:10px;width:30px;height:30px}.social-icon-item.colour-scheme-primary{background-color:#2C089B}.social-icon-item.colour-scheme-primary svg{fill:#FFFFFF}.social-icon-item.colour-scheme-secondary{background-color:#2AF135}.social-icon-item.colour-scheme-secondary svg{fill:#000000}.social-icon-item.colour-scheme-tertiary{background-color:#FF7272}.social-icon-item.colour-scheme-tertiary svg{fill:#000000}.social-icon-item.colour-scheme-brand-1{background-color:#B30510}.social-icon-item.colour-scheme-brand-1 svg{fill:#000000}.social-icon-item.colour-scheme-brand-2{background-color:#6E0887}.social-icon-item.colour-scheme-brand-2 svg{fill:#000000}.social-icon-item.colour-scheme-brand-3{background-color:#50B400}.social-icon-item.colour-scheme-brand-3 svg{fill:#000000}.social-icon-item.colour-scheme-brand-4{background-color:#FFE500}.social-icon-item.colour-scheme-brand-4 svg{fill:#000000}.social-icon-item.colour-scheme-brand-5{background-color:#F07D00}.social-icon-item.colour-scheme-brand-5 svg{fill:#000000}.social-icon-item.colour-scheme-brand-6{background-color:#CBC8C8}.social-icon-item.colour-scheme-brand-6 svg{fill:#000000}.social-icon-item.colour-scheme-white{background-color:#FFFFFF}.social-icon-item.colour-scheme-white svg{fill:#000000}.social-icon-item.colour-scheme-black{background-color:#000000}.social-icon-item.colour-scheme-black svg{fill:#FFFFFF}.social-icon-item:hover{background-color:#FFFFFF}.social-icon-item:hover svg{fill:#000000}.social-icon-item a{display:grid;position:relative;padding:10px;box-sizing:border-box;height:100%}.social-icon-item a svg{width:100%;height:100%}.social-icon-item a{padding:6px}.social-icon-item.wide{width:40px;height:40px;border-radius:50%;text-align:center;transition:all ease-in-out 0.5s;display:inline-block;margin-right:10px;width:30px;height:30px}.social-icon-item.wide.colour-scheme-primary{background-color:#2C089B}.social-icon-item.wide.colour-scheme-primary svg{fill:#FFFFFF}.social-icon-item.wide.colour-scheme-secondary{background-color:#2AF135}.social-icon-item.wide.colour-scheme-secondary svg{fill:#000000}.social-icon-item.wide.colour-scheme-tertiary{background-color:#FF7272}.social-icon-item.wide.colour-scheme-tertiary svg{fill:#000000}.social-icon-item.wide.colour-scheme-brand-1{background-color:#B30510}.social-icon-item.wide.colour-scheme-brand-1 svg{fill:#000000}.social-icon-item.wide.colour-scheme-brand-2{background-color:#6E0887}.social-icon-item.wide.colour-scheme-brand-2 svg{fill:#000000}.social-icon-item.wide.colour-scheme-brand-3{background-color:#50B400}.social-icon-item.wide.colour-scheme-brand-3 svg{fill:#000000}.social-icon-item.wide.colour-scheme-brand-4{background-color:#FFE500}.social-icon-item.wide.colour-scheme-brand-4 svg{fill:#000000}.social-icon-item.wide.colour-scheme-brand-5{background-color:#F07D00}.social-icon-item.wide.colour-scheme-brand-5 svg{fill:#000000}.social-icon-item.wide.colour-scheme-brand-6{background-color:#CBC8C8}.social-icon-item.wide.colour-scheme-brand-6 svg{fill:#000000}.social-icon-item.wide.colour-scheme-white{background-color:#FFFFFF}.social-icon-item.wide.colour-scheme-white svg{fill:#000000}.social-icon-item.wide.colour-scheme-black{background-color:#000000}.social-icon-item.wide.colour-scheme-black svg{fill:#FFFFFF}.social-icon-item.wide:hover{background-color:#FFFFFF}.social-icon-item.wide:hover svg{fill:#000000}.social-icon-item.wide a{display:grid;position:relative;padding:10px;box-sizing:border-box;height:100%}.social-icon-item.wide a svg{width:100%;height:100%}.social-icon-item.wide a{padding:6px}}";
7903
+ const biggiveSocialIconCss = "a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.background-colour-hover-primary:hover,.background-colour-primary{background-color:#2C089B}.background-colour-hover-secondary:hover,.background-colour-secondary{background-color:#2AF135}.background-colour-hover-tertiary:hover,.background-colour-tertiary{background-color:#FF7272}.background-colour-hover-brand-1:hover,.background-colour-brand-1{background-color:#B30510}.background-colour-hover-brand-2:hover,.background-colour-brand-2{background-color:#6E0887}.background-colour-hover-brand-3:hover,.background-colour-brand-3{background-color:#50B400}.background-colour-hover-brand-4:hover,.background-colour-brand-4{background-color:#FFE500}.background-colour-hover-brand-5:hover,.background-colour-brand-5{background-color:#F07D00}.background-colour-hover-brand-6:hover,.background-colour-brand-6{background-color:#CBC8C8}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-black:hover,.background-colour-black{background-color:#000000}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-grey-extra-light:hover,.background-colour-grey-extra-light{background-color:#D7D7D7}.background-colour-hover-grey-light:hover,.background-colour-grey-light{background-color:#E8E8E8}.background-colour-hover-grey-medium:hover,.background-colour-grey-medium{background-color:#8A8A8A}.background-colour-hover-grey-dark:hover,.background-colour-grey-dark{background-color:#4A4A4A}.fill-primary{fill:#2C089B}.fill-secondary{fill:#2AF135}.fill-tertiary{fill:#FF7272}.fill-brand-1{fill:#B30510}.fill-brand-2{fill:#6E0887}.fill-brand-3{fill:#50B400}.fill-brand-4{fill:#FFE500}.fill-brand-5{fill:#F07D00}.fill-brand-6{fill:#CBC8C8}.fill-brand-mhf-turquoise{fill:#62CFC9}.fill-white{fill:#FFFFFF}.fill-black{fill:#000000}.fill-grey-extra-light{fill:#D7D7D7}.fill-grey-light{fill:#E8E8E8}.fill-grey-medium{fill:#8A8A8A}.fill-grey-dark{fill:#4A4A4A}.fill-red{fill:red}:host{display:contents}.social-icon-item{margin-right:6px;width:40px;height:40px;border-radius:50%;text-align:center;transition:all ease-in-out 0.5s;display:inline-block;margin-right:10px}.social-icon-item.colour-scheme-primary{background-color:#2C089B}.social-icon-item.colour-scheme-primary svg{fill:#FFFFFF}.social-icon-item.colour-scheme-secondary{background-color:#2AF135}.social-icon-item.colour-scheme-secondary svg{fill:#000000}.social-icon-item.colour-scheme-tertiary{background-color:#FF7272}.social-icon-item.colour-scheme-tertiary svg{fill:#000000}.social-icon-item.colour-scheme-brand-1{background-color:#B30510}.social-icon-item.colour-scheme-brand-1 svg{fill:#000000}.social-icon-item.colour-scheme-brand-2{background-color:#6E0887}.social-icon-item.colour-scheme-brand-2 svg{fill:#000000}.social-icon-item.colour-scheme-brand-3{background-color:#50B400}.social-icon-item.colour-scheme-brand-3 svg{fill:#000000}.social-icon-item.colour-scheme-brand-4{background-color:#FFE500}.social-icon-item.colour-scheme-brand-4 svg{fill:#000000}.social-icon-item.colour-scheme-brand-5{background-color:#F07D00}.social-icon-item.colour-scheme-brand-5 svg{fill:#000000}.social-icon-item.colour-scheme-brand-6{background-color:#CBC8C8}.social-icon-item.colour-scheme-brand-6 svg{fill:#000000}.social-icon-item.colour-scheme-white{background-color:#FFFFFF}.social-icon-item.colour-scheme-white svg{fill:#000000}.social-icon-item.colour-scheme-black{background-color:#000000}.social-icon-item.colour-scheme-black svg{fill:#FFFFFF}.social-icon-item.colour-scheme-black{background-color:#D7D7D7}.social-icon-item.colour-scheme-black svg{fill:#D7D7D7}.social-icon-item.colour-scheme-black{background-color:#E8E8E8}.social-icon-item.colour-scheme-black svg{fill:#E8E8E8}.social-icon-item.colour-scheme-black{background-color:#8A8A8A}.social-icon-item.colour-scheme-black svg{fill:#8A8A8A}.social-icon-item.colour-scheme-black{background-color:#4A4A4A}.social-icon-item.colour-scheme-black svg{fill:#4A4A4A}.social-icon-item:hover{background-color:#FFFFFF}.social-icon-item:hover svg{fill:#000000}.social-icon-item a{display:grid;position:relative;padding:10px;box-sizing:border-box;height:100%}.social-icon-item a svg{width:100%;height:100%}.social-icon-item.wide{margin-right:30px}@media screen and (max-width: 576px){.social-icon-item{width:40px;height:40px;border-radius:50%;text-align:center;transition:all ease-in-out 0.5s;display:inline-block;margin-right:10px;width:30px;height:30px}.social-icon-item.colour-scheme-primary{background-color:#2C089B}.social-icon-item.colour-scheme-primary svg{fill:#FFFFFF}.social-icon-item.colour-scheme-secondary{background-color:#2AF135}.social-icon-item.colour-scheme-secondary svg{fill:#000000}.social-icon-item.colour-scheme-tertiary{background-color:#FF7272}.social-icon-item.colour-scheme-tertiary svg{fill:#000000}.social-icon-item.colour-scheme-brand-1{background-color:#B30510}.social-icon-item.colour-scheme-brand-1 svg{fill:#000000}.social-icon-item.colour-scheme-brand-2{background-color:#6E0887}.social-icon-item.colour-scheme-brand-2 svg{fill:#000000}.social-icon-item.colour-scheme-brand-3{background-color:#50B400}.social-icon-item.colour-scheme-brand-3 svg{fill:#000000}.social-icon-item.colour-scheme-brand-4{background-color:#FFE500}.social-icon-item.colour-scheme-brand-4 svg{fill:#000000}.social-icon-item.colour-scheme-brand-5{background-color:#F07D00}.social-icon-item.colour-scheme-brand-5 svg{fill:#000000}.social-icon-item.colour-scheme-brand-6{background-color:#CBC8C8}.social-icon-item.colour-scheme-brand-6 svg{fill:#000000}.social-icon-item.colour-scheme-white{background-color:#FFFFFF}.social-icon-item.colour-scheme-white svg{fill:#000000}.social-icon-item.colour-scheme-black{background-color:#000000}.social-icon-item.colour-scheme-black svg{fill:#FFFFFF}.social-icon-item.colour-scheme-black{background-color:#D7D7D7}.social-icon-item.colour-scheme-black svg{fill:#D7D7D7}.social-icon-item.colour-scheme-black{background-color:#E8E8E8}.social-icon-item.colour-scheme-black svg{fill:#E8E8E8}.social-icon-item.colour-scheme-black{background-color:#8A8A8A}.social-icon-item.colour-scheme-black svg{fill:#8A8A8A}.social-icon-item.colour-scheme-black{background-color:#4A4A4A}.social-icon-item.colour-scheme-black svg{fill:#4A4A4A}.social-icon-item:hover{background-color:#FFFFFF}.social-icon-item:hover svg{fill:#000000}.social-icon-item a{display:grid;position:relative;padding:10px;box-sizing:border-box;height:100%}.social-icon-item a svg{width:100%;height:100%}.social-icon-item a{padding:6px}.social-icon-item.wide{width:40px;height:40px;border-radius:50%;text-align:center;transition:all ease-in-out 0.5s;display:inline-block;margin-right:10px;width:30px;height:30px}.social-icon-item.wide.colour-scheme-primary{background-color:#2C089B}.social-icon-item.wide.colour-scheme-primary svg{fill:#FFFFFF}.social-icon-item.wide.colour-scheme-secondary{background-color:#2AF135}.social-icon-item.wide.colour-scheme-secondary svg{fill:#000000}.social-icon-item.wide.colour-scheme-tertiary{background-color:#FF7272}.social-icon-item.wide.colour-scheme-tertiary svg{fill:#000000}.social-icon-item.wide.colour-scheme-brand-1{background-color:#B30510}.social-icon-item.wide.colour-scheme-brand-1 svg{fill:#000000}.social-icon-item.wide.colour-scheme-brand-2{background-color:#6E0887}.social-icon-item.wide.colour-scheme-brand-2 svg{fill:#000000}.social-icon-item.wide.colour-scheme-brand-3{background-color:#50B400}.social-icon-item.wide.colour-scheme-brand-3 svg{fill:#000000}.social-icon-item.wide.colour-scheme-brand-4{background-color:#FFE500}.social-icon-item.wide.colour-scheme-brand-4 svg{fill:#000000}.social-icon-item.wide.colour-scheme-brand-5{background-color:#F07D00}.social-icon-item.wide.colour-scheme-brand-5 svg{fill:#000000}.social-icon-item.wide.colour-scheme-brand-6{background-color:#CBC8C8}.social-icon-item.wide.colour-scheme-brand-6 svg{fill:#000000}.social-icon-item.wide.colour-scheme-white{background-color:#FFFFFF}.social-icon-item.wide.colour-scheme-white svg{fill:#000000}.social-icon-item.wide.colour-scheme-black{background-color:#000000}.social-icon-item.wide.colour-scheme-black svg{fill:#FFFFFF}.social-icon-item.wide.colour-scheme-black{background-color:#D7D7D7}.social-icon-item.wide.colour-scheme-black svg{fill:#D7D7D7}.social-icon-item.wide.colour-scheme-black{background-color:#E8E8E8}.social-icon-item.wide.colour-scheme-black svg{fill:#E8E8E8}.social-icon-item.wide.colour-scheme-black{background-color:#8A8A8A}.social-icon-item.wide.colour-scheme-black svg{fill:#8A8A8A}.social-icon-item.wide.colour-scheme-black{background-color:#4A4A4A}.social-icon-item.wide.colour-scheme-black svg{fill:#4A4A4A}.social-icon-item.wide:hover{background-color:#FFFFFF}.social-icon-item.wide:hover svg{fill:#000000}.social-icon-item.wide a{display:grid;position:relative;padding:10px;box-sizing:border-box;height:100%}.social-icon-item.wide a svg{width:100%;height:100%}.social-icon-item.wide a{padding:6px}}";
7752
7904
 
7753
7905
  class BiggiveSocialIcon {
7754
7906
  constructor(hostRef) {
@@ -7791,7 +7943,7 @@ class BiggiveTab {
7791
7943
  this.tabTitle = '';
7792
7944
  }
7793
7945
  render() {
7794
- return (hAsync("div", { class: "container" }, hAsync("div", { class: "title" }, this.tabTitle), hAsync("div", { class: "content" }, hAsync("slot", null))));
7946
+ return (hAsync("div", { class: "container" }, hAsync("slot", null)));
7795
7947
  }
7796
7948
  static get style() { return biggiveTabCss; }
7797
7949
  static get cmpMeta() { return {
@@ -7806,24 +7958,98 @@ class BiggiveTab {
7806
7958
  }; }
7807
7959
  }
7808
7960
 
7809
- const biggiveTabbedContentCss = "/*!@a*/a.sc-biggive-tabbed-content{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-tabbed-content:hover{text-decoration:none}/*!@.space-above-0*/.space-above-0.sc-biggive-tabbed-content{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-tabbed-content{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-tabbed-content{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-tabbed-content{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-tabbed-content{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-tabbed-content{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-tabbed-content{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-tabbed-content{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-tabbed-content{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-tabbed-content{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-tabbed-content{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-tabbed-content{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-tabbed-content{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-tabbed-content{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-tabbed-content:hover,.text-colour-primary.sc-biggive-tabbed-content{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-tabbed-content:hover,.text-colour-secondary.sc-biggive-tabbed-content{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-tabbed-content:hover,.text-colour-tertiary.sc-biggive-tabbed-content{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-tabbed-content:hover,.text-colour-brand-1.sc-biggive-tabbed-content{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-tabbed-content:hover,.text-colour-brand-2.sc-biggive-tabbed-content{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-tabbed-content:hover,.text-colour-brand-3.sc-biggive-tabbed-content{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-tabbed-content:hover,.text-colour-brand-4.sc-biggive-tabbed-content{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-tabbed-content:hover,.text-colour-brand-5.sc-biggive-tabbed-content{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-tabbed-content:hover,.text-colour-brand-6.sc-biggive-tabbed-content{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-tabbed-content:hover,.text-colour-white.sc-biggive-tabbed-content{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-tabbed-content:hover,.text-colour-black.sc-biggive-tabbed-content{color:#000000}/*!@:host*/.sc-biggive-tabbed-content-h{display:contents}/*!@.container*/.container.sc-biggive-tabbed-content{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px}";
7961
+ const biggiveTabbedContentCss = "/*!@a*/a.sc-biggive-tabbed-content{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-tabbed-content:hover{text-decoration:none}/*!@.space-above-0*/.space-above-0.sc-biggive-tabbed-content{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-tabbed-content{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-tabbed-content{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-tabbed-content{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-tabbed-content{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-tabbed-content{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-tabbed-content{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-tabbed-content{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-tabbed-content{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-tabbed-content{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-tabbed-content{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-tabbed-content{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-tabbed-content{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-tabbed-content{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-tabbed-content:hover,.text-colour-primary.sc-biggive-tabbed-content{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-tabbed-content:hover,.text-colour-secondary.sc-biggive-tabbed-content{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-tabbed-content:hover,.text-colour-tertiary.sc-biggive-tabbed-content{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-tabbed-content:hover,.text-colour-brand-1.sc-biggive-tabbed-content{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-tabbed-content:hover,.text-colour-brand-2.sc-biggive-tabbed-content{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-tabbed-content:hover,.text-colour-brand-3.sc-biggive-tabbed-content{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-tabbed-content:hover,.text-colour-brand-4.sc-biggive-tabbed-content{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-tabbed-content:hover,.text-colour-brand-5.sc-biggive-tabbed-content{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-tabbed-content:hover,.text-colour-brand-6.sc-biggive-tabbed-content{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-tabbed-content:hover,.text-colour-white.sc-biggive-tabbed-content{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-tabbed-content:hover,.text-colour-black.sc-biggive-tabbed-content{color:#000000}/*!@.text-colour-hover-grey-extra-light:hover,\n.text-colour-grey-extra-light*/.text-colour-hover-grey-extra-light.sc-biggive-tabbed-content:hover,.text-colour-grey-extra-light.sc-biggive-tabbed-content{color:#D7D7D7}/*!@.text-colour-hover-grey-light:hover,\n.text-colour-grey-light*/.text-colour-hover-grey-light.sc-biggive-tabbed-content:hover,.text-colour-grey-light.sc-biggive-tabbed-content{color:#E8E8E8}/*!@.text-colour-hover-grey-medium:hover,\n.text-colour-grey-medium*/.text-colour-hover-grey-medium.sc-biggive-tabbed-content:hover,.text-colour-grey-medium.sc-biggive-tabbed-content{color:#8A8A8A}/*!@.text-colour-hover-grey-dark:hover,\n.text-colour-grey-dark*/.text-colour-hover-grey-dark.sc-biggive-tabbed-content:hover,.text-colour-grey-dark.sc-biggive-tabbed-content{color:#4A4A4A}/*!@:host*/.sc-biggive-tabbed-content-h{display:contents}/*!@::slotted(*)*/.sc-biggive-tabbed-content-s>*{display:none}/*!@.container*/.container.sc-biggive-tabbed-content{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;position:relative}/*!@.container .navigation*/.container.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content{padding:0 40px}/*!@.container .navigation .button*/.container.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content{position:absolute;top:5px;display:block;width:30px;height:30px;padding:2.5px 10px;box-sizing:border-box;background-color:#FFFFFF;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.25);border-radius:50%;cursor:pointer;text-align:center}/*!@.container .navigation .button.prev*/.container.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.prev.sc-biggive-tabbed-content{left:0}/*!@.container .navigation .button.next*/.container.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.next.sc-biggive-tabbed-content{right:0}/*!@.container .navigation .button svg*/.container.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content svg.sc-biggive-tabbed-content{width:10px;height:10px}/*!@.container .navigation ul*/.container.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content ul.sc-biggive-tabbed-content{margin:0;padding:0;list-style-type:none;border-bottom:1px solid transparent;display:flex}/*!@.container .navigation ul li*/.container.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content ul.sc-biggive-tabbed-content li.sc-biggive-tabbed-content{padding:10px;margin:0;width:calc(33.3% - 20px);border-bottom:3px solid transparent;text-align:center;cursor:pointer}/*!@.container .navigation ul li.selected*/.container.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content ul.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{font-weight:bold}/*!@.container.text-colour-primary .navigation li*/.container.text-colour-primary.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.sc-biggive-tabbed-content{color:#2C089B}/*!@.container.navigation-highlight-colour-primary .navigation ul*/.container.navigation-highlight-colour-primary.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content ul.sc-biggive-tabbed-content{border-color:#2C089B}/*!@.container.selected-text-colour-primary .navigation li.selected*/.container.selected-text-colour-primary.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{color:#2C089B;border-color:#2C089B}/*!@.container.selected-navigation-highlight-colour-primary .navigation li.selected*/.container.selected-navigation-highlight-colour-primary.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{border-color:#2C089B}/*!@.container.button-background-colour-primary .navigation .button*/.container.button-background-colour-primary.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content{background-color:#2C089B}/*!@.container.button-icon-colour-primary .navigation .button svg path*/.container.button-icon-colour-primary.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content svg.sc-biggive-tabbed-content path.sc-biggive-tabbed-content{stroke:#2C089B}/*!@.container.text-colour-secondary .navigation li*/.container.text-colour-secondary.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.sc-biggive-tabbed-content{color:#2AF135}/*!@.container.navigation-highlight-colour-secondary .navigation ul*/.container.navigation-highlight-colour-secondary.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content ul.sc-biggive-tabbed-content{border-color:#2AF135}/*!@.container.selected-text-colour-secondary .navigation li.selected*/.container.selected-text-colour-secondary.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{color:#2AF135;border-color:#2AF135}/*!@.container.selected-navigation-highlight-colour-secondary .navigation li.selected*/.container.selected-navigation-highlight-colour-secondary.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{border-color:#2AF135}/*!@.container.button-background-colour-secondary .navigation .button*/.container.button-background-colour-secondary.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content{background-color:#2AF135}/*!@.container.button-icon-colour-secondary .navigation .button svg path*/.container.button-icon-colour-secondary.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content svg.sc-biggive-tabbed-content path.sc-biggive-tabbed-content{stroke:#2AF135}/*!@.container.text-colour-tertiary .navigation li*/.container.text-colour-tertiary.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.sc-biggive-tabbed-content{color:#FF7272}/*!@.container.navigation-highlight-colour-tertiary .navigation ul*/.container.navigation-highlight-colour-tertiary.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content ul.sc-biggive-tabbed-content{border-color:#FF7272}/*!@.container.selected-text-colour-tertiary .navigation li.selected*/.container.selected-text-colour-tertiary.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{color:#FF7272;border-color:#FF7272}/*!@.container.selected-navigation-highlight-colour-tertiary .navigation li.selected*/.container.selected-navigation-highlight-colour-tertiary.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{border-color:#FF7272}/*!@.container.button-background-colour-tertiary .navigation .button*/.container.button-background-colour-tertiary.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content{background-color:#FF7272}/*!@.container.button-icon-colour-tertiary .navigation .button svg path*/.container.button-icon-colour-tertiary.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content svg.sc-biggive-tabbed-content path.sc-biggive-tabbed-content{stroke:#FF7272}/*!@.container.text-colour-brand-1 .navigation li*/.container.text-colour-brand-1.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.sc-biggive-tabbed-content{color:#B30510}/*!@.container.navigation-highlight-colour-brand-1 .navigation ul*/.container.navigation-highlight-colour-brand-1.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content ul.sc-biggive-tabbed-content{border-color:#B30510}/*!@.container.selected-text-colour-brand-1 .navigation li.selected*/.container.selected-text-colour-brand-1.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{color:#B30510;border-color:#B30510}/*!@.container.selected-navigation-highlight-colour-brand-1 .navigation li.selected*/.container.selected-navigation-highlight-colour-brand-1.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{border-color:#B30510}/*!@.container.button-background-colour-brand-1 .navigation .button*/.container.button-background-colour-brand-1.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content{background-color:#B30510}/*!@.container.button-icon-colour-brand-1 .navigation .button svg path*/.container.button-icon-colour-brand-1.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content svg.sc-biggive-tabbed-content path.sc-biggive-tabbed-content{stroke:#B30510}/*!@.container.text-colour-brand-2 .navigation li*/.container.text-colour-brand-2.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.sc-biggive-tabbed-content{color:#6E0887}/*!@.container.navigation-highlight-colour-brand-2 .navigation ul*/.container.navigation-highlight-colour-brand-2.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content ul.sc-biggive-tabbed-content{border-color:#6E0887}/*!@.container.selected-text-colour-brand-2 .navigation li.selected*/.container.selected-text-colour-brand-2.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{color:#6E0887;border-color:#6E0887}/*!@.container.selected-navigation-highlight-colour-brand-2 .navigation li.selected*/.container.selected-navigation-highlight-colour-brand-2.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{border-color:#6E0887}/*!@.container.button-background-colour-brand-2 .navigation .button*/.container.button-background-colour-brand-2.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content{background-color:#6E0887}/*!@.container.button-icon-colour-brand-2 .navigation .button svg path*/.container.button-icon-colour-brand-2.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content svg.sc-biggive-tabbed-content path.sc-biggive-tabbed-content{stroke:#6E0887}/*!@.container.text-colour-brand-3 .navigation li*/.container.text-colour-brand-3.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.sc-biggive-tabbed-content{color:#50B400}/*!@.container.navigation-highlight-colour-brand-3 .navigation ul*/.container.navigation-highlight-colour-brand-3.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content ul.sc-biggive-tabbed-content{border-color:#50B400}/*!@.container.selected-text-colour-brand-3 .navigation li.selected*/.container.selected-text-colour-brand-3.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{color:#50B400;border-color:#50B400}/*!@.container.selected-navigation-highlight-colour-brand-3 .navigation li.selected*/.container.selected-navigation-highlight-colour-brand-3.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{border-color:#50B400}/*!@.container.button-background-colour-brand-3 .navigation .button*/.container.button-background-colour-brand-3.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content{background-color:#50B400}/*!@.container.button-icon-colour-brand-3 .navigation .button svg path*/.container.button-icon-colour-brand-3.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content svg.sc-biggive-tabbed-content path.sc-biggive-tabbed-content{stroke:#50B400}/*!@.container.text-colour-brand-4 .navigation li*/.container.text-colour-brand-4.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.sc-biggive-tabbed-content{color:#FFE500}/*!@.container.navigation-highlight-colour-brand-4 .navigation ul*/.container.navigation-highlight-colour-brand-4.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content ul.sc-biggive-tabbed-content{border-color:#FFE500}/*!@.container.selected-text-colour-brand-4 .navigation li.selected*/.container.selected-text-colour-brand-4.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{color:#FFE500;border-color:#FFE500}/*!@.container.selected-navigation-highlight-colour-brand-4 .navigation li.selected*/.container.selected-navigation-highlight-colour-brand-4.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{border-color:#FFE500}/*!@.container.button-background-colour-brand-4 .navigation .button*/.container.button-background-colour-brand-4.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content{background-color:#FFE500}/*!@.container.button-icon-colour-brand-4 .navigation .button svg path*/.container.button-icon-colour-brand-4.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content svg.sc-biggive-tabbed-content path.sc-biggive-tabbed-content{stroke:#FFE500}/*!@.container.text-colour-brand-5 .navigation li*/.container.text-colour-brand-5.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.sc-biggive-tabbed-content{color:#F07D00}/*!@.container.navigation-highlight-colour-brand-5 .navigation ul*/.container.navigation-highlight-colour-brand-5.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content ul.sc-biggive-tabbed-content{border-color:#F07D00}/*!@.container.selected-text-colour-brand-5 .navigation li.selected*/.container.selected-text-colour-brand-5.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{color:#F07D00;border-color:#F07D00}/*!@.container.selected-navigation-highlight-colour-brand-5 .navigation li.selected*/.container.selected-navigation-highlight-colour-brand-5.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{border-color:#F07D00}/*!@.container.button-background-colour-brand-5 .navigation .button*/.container.button-background-colour-brand-5.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content{background-color:#F07D00}/*!@.container.button-icon-colour-brand-5 .navigation .button svg path*/.container.button-icon-colour-brand-5.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content svg.sc-biggive-tabbed-content path.sc-biggive-tabbed-content{stroke:#F07D00}/*!@.container.text-colour-brand-6 .navigation li*/.container.text-colour-brand-6.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.sc-biggive-tabbed-content{color:#62CFC9}/*!@.container.navigation-highlight-colour-brand-6 .navigation ul*/.container.navigation-highlight-colour-brand-6.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content ul.sc-biggive-tabbed-content{border-color:#62CFC9}/*!@.container.selected-text-colour-brand-6 .navigation li.selected*/.container.selected-text-colour-brand-6.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{color:#62CFC9;border-color:#62CFC9}/*!@.container.selected-navigation-highlight-colour-brand-6 .navigation li.selected*/.container.selected-navigation-highlight-colour-brand-6.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{border-color:#62CFC9}/*!@.container.button-background-colour-brand-6 .navigation .button*/.container.button-background-colour-brand-6.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content{background-color:#62CFC9}/*!@.container.button-icon-colour-brand-6 .navigation .button svg path*/.container.button-icon-colour-brand-6.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content svg.sc-biggive-tabbed-content path.sc-biggive-tabbed-content{stroke:#62CFC9}/*!@.container.text-colour-white .navigation li*/.container.text-colour-white.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.sc-biggive-tabbed-content{color:#FFFFFF}/*!@.container.navigation-highlight-colour-white .navigation ul*/.container.navigation-highlight-colour-white.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content ul.sc-biggive-tabbed-content{border-color:#FFFFFF}/*!@.container.selected-text-colour-white .navigation li.selected*/.container.selected-text-colour-white.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{color:#FFFFFF;border-color:#FFFFFF}/*!@.container.selected-navigation-highlight-colour-white .navigation li.selected*/.container.selected-navigation-highlight-colour-white.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{border-color:#FFFFFF}/*!@.container.button-background-colour-white .navigation .button*/.container.button-background-colour-white.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content{background-color:#FFFFFF}/*!@.container.button-icon-colour-white .navigation .button svg path*/.container.button-icon-colour-white.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content svg.sc-biggive-tabbed-content path.sc-biggive-tabbed-content{stroke:#FFFFFF}/*!@.container.text-colour-black .navigation li*/.container.text-colour-black.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.sc-biggive-tabbed-content{color:#000000}/*!@.container.navigation-highlight-colour-black .navigation ul*/.container.navigation-highlight-colour-black.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content ul.sc-biggive-tabbed-content{border-color:#000000}/*!@.container.selected-text-colour-black .navigation li.selected*/.container.selected-text-colour-black.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{color:#000000;border-color:#000000}/*!@.container.selected-navigation-highlight-colour-black .navigation li.selected*/.container.selected-navigation-highlight-colour-black.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{border-color:#000000}/*!@.container.button-background-colour-black .navigation .button*/.container.button-background-colour-black.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content{background-color:#000000}/*!@.container.button-icon-colour-black .navigation .button svg path*/.container.button-icon-colour-black.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content svg.sc-biggive-tabbed-content path.sc-biggive-tabbed-content{stroke:#000000}/*!@.container.text-colour-grey-extra-light .navigation li*/.container.text-colour-grey-extra-light.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.sc-biggive-tabbed-content{color:#D7D7D7}/*!@.container.navigation-highlight-colour-grey-extra-light .navigation ul*/.container.navigation-highlight-colour-grey-extra-light.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content ul.sc-biggive-tabbed-content{border-color:#D7D7D7}/*!@.container.selected-text-colour-grey-extra-light .navigation li.selected*/.container.selected-text-colour-grey-extra-light.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{color:#D7D7D7;border-color:#D7D7D7}/*!@.container.selected-navigation-highlight-colour-grey-extra-light .navigation li.selected*/.container.selected-navigation-highlight-colour-grey-extra-light.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{border-color:#D7D7D7}/*!@.container.button-background-colour-grey-extra-light .navigation .button*/.container.button-background-colour-grey-extra-light.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content{background-color:#D7D7D7}/*!@.container.button-icon-colour-grey-extra-light .navigation .button svg path*/.container.button-icon-colour-grey-extra-light.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content svg.sc-biggive-tabbed-content path.sc-biggive-tabbed-content{stroke:#D7D7D7}/*!@.container.text-colour-grey-light .navigation li*/.container.text-colour-grey-light.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.sc-biggive-tabbed-content{color:#E8E8E8}/*!@.container.navigation-highlight-colour-grey-light .navigation ul*/.container.navigation-highlight-colour-grey-light.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content ul.sc-biggive-tabbed-content{border-color:#E8E8E8}/*!@.container.selected-text-colour-grey-light .navigation li.selected*/.container.selected-text-colour-grey-light.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{color:#E8E8E8;border-color:#E8E8E8}/*!@.container.selected-navigation-highlight-colour-grey-light .navigation li.selected*/.container.selected-navigation-highlight-colour-grey-light.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{border-color:#E8E8E8}/*!@.container.button-background-colour-grey-light .navigation .button*/.container.button-background-colour-grey-light.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content{background-color:#E8E8E8}/*!@.container.button-icon-colour-grey-light .navigation .button svg path*/.container.button-icon-colour-grey-light.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content svg.sc-biggive-tabbed-content path.sc-biggive-tabbed-content{stroke:#E8E8E8}/*!@.container.text-colour-grey-medium .navigation li*/.container.text-colour-grey-medium.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.sc-biggive-tabbed-content{color:#8A8A8A}/*!@.container.navigation-highlight-colour-grey-medium .navigation ul*/.container.navigation-highlight-colour-grey-medium.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content ul.sc-biggive-tabbed-content{border-color:#8A8A8A}/*!@.container.selected-text-colour-grey-medium .navigation li.selected*/.container.selected-text-colour-grey-medium.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{color:#8A8A8A;border-color:#8A8A8A}/*!@.container.selected-navigation-highlight-colour-grey-medium .navigation li.selected*/.container.selected-navigation-highlight-colour-grey-medium.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{border-color:#8A8A8A}/*!@.container.button-background-colour-grey-medium .navigation .button*/.container.button-background-colour-grey-medium.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content{background-color:#8A8A8A}/*!@.container.button-icon-colour-grey-medium .navigation .button svg path*/.container.button-icon-colour-grey-medium.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content svg.sc-biggive-tabbed-content path.sc-biggive-tabbed-content{stroke:#8A8A8A}/*!@.container.text-colour-grey-dark .navigation li*/.container.text-colour-grey-dark.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.sc-biggive-tabbed-content{color:#4A4A4A}/*!@.container.navigation-highlight-colour-grey-dark .navigation ul*/.container.navigation-highlight-colour-grey-dark.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content ul.sc-biggive-tabbed-content{border-color:#4A4A4A}/*!@.container.selected-text-colour-grey-dark .navigation li.selected*/.container.selected-text-colour-grey-dark.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{color:#4A4A4A;border-color:#4A4A4A}/*!@.container.selected-navigation-highlight-colour-grey-dark .navigation li.selected*/.container.selected-navigation-highlight-colour-grey-dark.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content li.selected.sc-biggive-tabbed-content{border-color:#4A4A4A}/*!@.container.button-background-colour-grey-dark .navigation .button*/.container.button-background-colour-grey-dark.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content{background-color:#4A4A4A}/*!@.container.button-icon-colour-grey-dark .navigation .button svg path*/.container.button-icon-colour-grey-dark.sc-biggive-tabbed-content .navigation.sc-biggive-tabbed-content .button.sc-biggive-tabbed-content svg.sc-biggive-tabbed-content path.sc-biggive-tabbed-content{stroke:#4A4A4A}";
7810
7962
 
7811
7963
  class BiggiveTabbedContent {
7812
7964
  constructor(hostRef) {
7813
7965
  registerInstance(this, hostRef);
7966
+ this.currentTab = 0;
7967
+ this.children = [];
7814
7968
  this.spaceBelow = 0;
7815
- this.defaultTextColour = 'black';
7969
+ this.textColour = 'black';
7970
+ this.selectedTextColour = 'primary';
7971
+ this.navigationHighlightColour = 'grey-medium';
7972
+ this.selectedNavigationHighlightColour = 'primary';
7973
+ this.buttonBackgroundColour = 'white';
7974
+ this.buttonIconColour = 'primary';
7975
+ }
7976
+ componentWillLoad() {
7977
+ this.children = Array.from(this.host.children);
7978
+ }
7979
+ componentDidRender() {
7980
+ this.showTab(0);
7981
+ }
7982
+ /*
7983
+ * Shows the i'th tab, counting from zero. Does nothing if i out of range.
7984
+ */
7985
+ showTab(i) {
7986
+ var _a;
7987
+ const tabs = (_a = this.host.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelectorAll('.navigation ul li');
7988
+ if (i >= 0 && i <= (tabs === null || tabs === void 0 ? void 0 : tabs.length) - 1) {
7989
+ this.currentTab = i;
7990
+ let j = 0;
7991
+ tabs === null || tabs === void 0 ? void 0 : tabs.forEach(function (tab) {
7992
+ if (i == j) {
7993
+ tab.classList.add('selected');
7994
+ }
7995
+ else {
7996
+ tab.classList.remove('selected');
7997
+ }
7998
+ j++;
7999
+ });
8000
+ j = 0;
8001
+ this.host.querySelectorAll('biggive-tab').forEach(function (tab) {
8002
+ tab.style.display = i == j ? 'block' : 'none';
8003
+ j++;
8004
+ });
8005
+ }
8006
+ }
8007
+ clickTabHandler(e) {
8008
+ let i = 0;
8009
+ const parent = e.target.parentElement;
8010
+ for (let el of Array.from(parent.children)) {
8011
+ if (el == e.target) {
8012
+ this.showTab(i);
8013
+ return;
8014
+ }
8015
+ i++;
8016
+ }
8017
+ }
8018
+ clickPrevHandler() {
8019
+ this.showTab(this.currentTab - 1);
8020
+ }
8021
+ clickNextHandler() {
8022
+ this.showTab(this.currentTab + 1);
7816
8023
  }
7817
8024
  render() {
7818
- return (hAsync("div", { class: 'container space-below-' + this.spaceBelow + ' text-colour-' + this.defaultTextColour }, hAsync("slot", null)));
8025
+ return (hAsync("div", { class: 'container space-below-' +
8026
+ this.spaceBelow +
8027
+ ' text-colour-' +
8028
+ this.textColour +
8029
+ ' selected-text-colour-' +
8030
+ this.selectedTextColour +
8031
+ ' navigation-highlight-colour-' +
8032
+ this.navigationHighlightColour +
8033
+ ' selected-navigation-highlight-colour-' +
8034
+ this.selectedNavigationHighlightColour +
8035
+ ' button-background-colour-' +
8036
+ this.buttonBackgroundColour +
8037
+ ' button-icon-colour-' +
8038
+ this.buttonIconColour }, hAsync("div", { class: "navigation" }, hAsync("div", { class: "button prev", onClick: () => this.clickPrevHandler(), title: "Previous" }, hAsync("svg", { width: "9", height: "16", viewBox: "0 0 9 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("path", { d: "M8.29311 14.5703L1.73926 8.01646L8.29311 1.46261", stroke: "#000000", "stroke-width": "2" }))), hAsync("ul", null, this.children.map(child => (hAsync("li", { onClick: event => this.clickTabHandler(event) }, child.tabTitle)))), hAsync("div", { class: "button next", onClick: () => this.clickNextHandler(), title: "Next" }, hAsync("svg", { width: "9", height: "16", viewBox: "0 0 9 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("path", { d: "M0.739117 1.46094L7.29297 8.01479L0.739118 14.5686", stroke: "#000000", "stroke-width": "2" })))), hAsync("slot", null)));
7819
8039
  }
8040
+ get host() { return getElement(this); }
7820
8041
  static get style() { return biggiveTabbedContentCss; }
7821
8042
  static get cmpMeta() { return {
7822
8043
  "$flags$": 9,
7823
8044
  "$tagName$": "biggive-tabbed-content",
7824
8045
  "$members$": {
7825
8046
  "spaceBelow": [2, "space-below"],
7826
- "defaultTextColour": [1, "default-text-colour"]
8047
+ "textColour": [1, "text-colour"],
8048
+ "selectedTextColour": [1, "selected-text-colour"],
8049
+ "navigationHighlightColour": [1, "navigation-highlight-colour"],
8050
+ "selectedNavigationHighlightColour": [1, "selected-navigation-highlight-colour"],
8051
+ "buttonBackgroundColour": [1, "button-background-colour"],
8052
+ "buttonIconColour": [1, "button-icon-colour"]
7827
8053
  },
7828
8054
  "$listeners$": undefined,
7829
8055
  "$lazyBundleId$": "-",
@@ -7831,7 +8057,7 @@ class BiggiveTabbedContent {
7831
8057
  }; }
7832
8058
  }
7833
8059
 
7834
- const biggiveTableCss = "a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.background-colour-hover-primary:hover,.background-colour-primary{background-color:#2C089B}.background-colour-hover-secondary:hover,.background-colour-secondary{background-color:#2AF135}.background-colour-hover-tertiary:hover,.background-colour-tertiary{background-color:#FF7272}.background-colour-hover-brand-1:hover,.background-colour-brand-1{background-color:#B30510}.background-colour-hover-brand-2:hover,.background-colour-brand-2{background-color:#6E0887}.background-colour-hover-brand-3:hover,.background-colour-brand-3{background-color:#50B400}.background-colour-hover-brand-4:hover,.background-colour-brand-4{background-color:#FFE500}.background-colour-hover-brand-5:hover,.background-colour-brand-5{background-color:#F07D00}.background-colour-hover-brand-6:hover,.background-colour-brand-6{background-color:#CBC8C8}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-black:hover,.background-colour-black{background-color:#000000}.fill-primary{fill:#2C089B}.fill-secondary{fill:#2AF135}.fill-tertiary{fill:#FF7272}.fill-brand-1{fill:#B30510}.fill-brand-2{fill:#6E0887}.fill-brand-3{fill:#50B400}.fill-brand-4{fill:#FFE500}.fill-brand-5{fill:#F07D00}.fill-brand-6{fill:#CBC8C8}.fill-brand-mhf-turquoise{fill:#62CFC9}.fill-white{fill:#FFFFFF}.fill-black{fill:#000000}.fill-red{fill:red}:host{display:contents;font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px}.container.header-text-colour-primary thead{color:#2C089B}.container.header-background-colour-primary thead{background-color:#2C089B}.container.body-text-colour-primary tbody{color:#2C089B}.container.body-background-colour-primary tbody{background-color:#2C089B}.container.header-text-colour-secondary thead{color:#2AF135}.container.header-background-colour-secondary thead{background-color:#2AF135}.container.body-text-colour-secondary tbody{color:#2AF135}.container.body-background-colour-secondary tbody{background-color:#2AF135}.container.header-text-colour-tertiary thead{color:#FF7272}.container.header-background-colour-tertiary thead{background-color:#FF7272}.container.body-text-colour-tertiary tbody{color:#FF7272}.container.body-background-colour-tertiary tbody{background-color:#FF7272}.container.header-text-colour-brand-1 thead{color:#B30510}.container.header-background-colour-brand-1 thead{background-color:#B30510}.container.body-text-colour-brand-1 tbody{color:#B30510}.container.body-background-colour-brand-1 tbody{background-color:#B30510}.container.header-text-colour-brand-2 thead{color:#6E0887}.container.header-background-colour-brand-2 thead{background-color:#6E0887}.container.body-text-colour-brand-2 tbody{color:#6E0887}.container.body-background-colour-brand-2 tbody{background-color:#6E0887}.container.header-text-colour-brand-3 thead{color:#50B400}.container.header-background-colour-brand-3 thead{background-color:#50B400}.container.body-text-colour-brand-3 tbody{color:#50B400}.container.body-background-colour-brand-3 tbody{background-color:#50B400}.container.header-text-colour-brand-4 thead{color:#FFE500}.container.header-background-colour-brand-4 thead{background-color:#FFE500}.container.body-text-colour-brand-4 tbody{color:#FFE500}.container.body-background-colour-brand-4 tbody{background-color:#FFE500}.container.header-text-colour-brand-5 thead{color:#F07D00}.container.header-background-colour-brand-5 thead{background-color:#F07D00}.container.body-text-colour-brand-5 tbody{color:#F07D00}.container.body-background-colour-brand-5 tbody{background-color:#F07D00}.container.header-text-colour-brand-6 thead{color:#62CFC9}.container.header-background-colour-brand-6 thead{background-color:#62CFC9}.container.body-text-colour-brand-6 tbody{color:#62CFC9}.container.body-background-colour-brand-6 tbody{background-color:#62CFC9}.container.header-text-colour-white thead{color:#FFFFFF}.container.header-background-colour-white thead{background-color:#FFFFFF}.container.body-text-colour-white tbody{color:#FFFFFF}.container.body-background-colour-white tbody{background-color:#FFFFFF}.container.header-text-colour-black thead{color:#000000}.container.header-background-colour-black thead{background-color:#000000}.container.body-text-colour-black tbody{color:#000000}.container.body-background-colour-black tbody{background-color:#000000}.container.header-text-colour-grey-extra-light thead{color:#D7D7D7}.container.header-background-colour-grey-extra-light thead{background-color:#D7D7D7}.container.body-text-colour-grey-extra-light tbody{color:#D7D7D7}.container.body-background-colour-grey-extra-light tbody{background-color:#D7D7D7}.container.header-text-colour-grey-light thead{color:#E8E8E8}.container.header-background-colour-grey-light thead{background-color:#E8E8E8}.container.body-text-colour-grey-light tbody{color:#E8E8E8}.container.body-background-colour-grey-light tbody{background-color:#E8E8E8}.container.header-text-colour-grey-medium thead{color:#8A8A8A}.container.header-background-colour-grey-medium thead{background-color:#8A8A8A}.container.body-text-colour-grey-medium tbody{color:#8A8A8A}.container.body-background-colour-grey-medium tbody{background-color:#8A8A8A}.container.header-text-colour-grey-dark thead{color:#4A4A4A}.container.header-background-colour-grey-dark thead{background-color:#4A4A4A}.container.body-text-colour-grey-dark tbody{color:#4A4A4A}.container.body-background-colour-grey-dark tbody{background-color:#4A4A4A}.container table{width:100%;border-collapse:collapse;border:0}.container table td,.container table th{padding:10px 20px;border:0;font-size:inherit}.container table thead{filter:drop-shadow(-1px 3px 12px rgba(0, 0, 0, 0.15))}.container table thead td,.container table thead th{font-weight:bold}.container table tbody tr.odd{background-color:rgba(255, 255, 255, 0.3)}.container table tbody td,.container table tbody th{font-size:80%}";
8060
+ const biggiveTableCss = "a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.background-colour-hover-primary:hover,.background-colour-primary{background-color:#2C089B}.background-colour-hover-secondary:hover,.background-colour-secondary{background-color:#2AF135}.background-colour-hover-tertiary:hover,.background-colour-tertiary{background-color:#FF7272}.background-colour-hover-brand-1:hover,.background-colour-brand-1{background-color:#B30510}.background-colour-hover-brand-2:hover,.background-colour-brand-2{background-color:#6E0887}.background-colour-hover-brand-3:hover,.background-colour-brand-3{background-color:#50B400}.background-colour-hover-brand-4:hover,.background-colour-brand-4{background-color:#FFE500}.background-colour-hover-brand-5:hover,.background-colour-brand-5{background-color:#F07D00}.background-colour-hover-brand-6:hover,.background-colour-brand-6{background-color:#CBC8C8}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-black:hover,.background-colour-black{background-color:#000000}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-grey-extra-light:hover,.background-colour-grey-extra-light{background-color:#D7D7D7}.background-colour-hover-grey-light:hover,.background-colour-grey-light{background-color:#E8E8E8}.background-colour-hover-grey-medium:hover,.background-colour-grey-medium{background-color:#8A8A8A}.background-colour-hover-grey-dark:hover,.background-colour-grey-dark{background-color:#4A4A4A}.fill-primary{fill:#2C089B}.fill-secondary{fill:#2AF135}.fill-tertiary{fill:#FF7272}.fill-brand-1{fill:#B30510}.fill-brand-2{fill:#6E0887}.fill-brand-3{fill:#50B400}.fill-brand-4{fill:#FFE500}.fill-brand-5{fill:#F07D00}.fill-brand-6{fill:#CBC8C8}.fill-brand-mhf-turquoise{fill:#62CFC9}.fill-white{fill:#FFFFFF}.fill-black{fill:#000000}.fill-grey-extra-light{fill:#D7D7D7}.fill-grey-light{fill:#E8E8E8}.fill-grey-medium{fill:#8A8A8A}.fill-grey-dark{fill:#4A4A4A}.fill-red{fill:red}:host{display:contents;font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px}.container.header-text-colour-primary thead{color:#2C089B}.container.header-background-colour-primary thead{background-color:#2C089B}.container.body-text-colour-primary tbody{color:#2C089B}.container.body-background-colour-primary tbody{background-color:#2C089B}.container.header-text-colour-secondary thead{color:#2AF135}.container.header-background-colour-secondary thead{background-color:#2AF135}.container.body-text-colour-secondary tbody{color:#2AF135}.container.body-background-colour-secondary tbody{background-color:#2AF135}.container.header-text-colour-tertiary thead{color:#FF7272}.container.header-background-colour-tertiary thead{background-color:#FF7272}.container.body-text-colour-tertiary tbody{color:#FF7272}.container.body-background-colour-tertiary tbody{background-color:#FF7272}.container.header-text-colour-brand-1 thead{color:#B30510}.container.header-background-colour-brand-1 thead{background-color:#B30510}.container.body-text-colour-brand-1 tbody{color:#B30510}.container.body-background-colour-brand-1 tbody{background-color:#B30510}.container.header-text-colour-brand-2 thead{color:#6E0887}.container.header-background-colour-brand-2 thead{background-color:#6E0887}.container.body-text-colour-brand-2 tbody{color:#6E0887}.container.body-background-colour-brand-2 tbody{background-color:#6E0887}.container.header-text-colour-brand-3 thead{color:#50B400}.container.header-background-colour-brand-3 thead{background-color:#50B400}.container.body-text-colour-brand-3 tbody{color:#50B400}.container.body-background-colour-brand-3 tbody{background-color:#50B400}.container.header-text-colour-brand-4 thead{color:#FFE500}.container.header-background-colour-brand-4 thead{background-color:#FFE500}.container.body-text-colour-brand-4 tbody{color:#FFE500}.container.body-background-colour-brand-4 tbody{background-color:#FFE500}.container.header-text-colour-brand-5 thead{color:#F07D00}.container.header-background-colour-brand-5 thead{background-color:#F07D00}.container.body-text-colour-brand-5 tbody{color:#F07D00}.container.body-background-colour-brand-5 tbody{background-color:#F07D00}.container.header-text-colour-brand-6 thead{color:#62CFC9}.container.header-background-colour-brand-6 thead{background-color:#62CFC9}.container.body-text-colour-brand-6 tbody{color:#62CFC9}.container.body-background-colour-brand-6 tbody{background-color:#62CFC9}.container.header-text-colour-white thead{color:#FFFFFF}.container.header-background-colour-white thead{background-color:#FFFFFF}.container.body-text-colour-white tbody{color:#FFFFFF}.container.body-background-colour-white tbody{background-color:#FFFFFF}.container.header-text-colour-black thead{color:#000000}.container.header-background-colour-black thead{background-color:#000000}.container.body-text-colour-black tbody{color:#000000}.container.body-background-colour-black tbody{background-color:#000000}.container.header-text-colour-grey-extra-light thead{color:#D7D7D7}.container.header-background-colour-grey-extra-light thead{background-color:#D7D7D7}.container.body-text-colour-grey-extra-light tbody{color:#D7D7D7}.container.body-background-colour-grey-extra-light tbody{background-color:#D7D7D7}.container.header-text-colour-grey-light thead{color:#E8E8E8}.container.header-background-colour-grey-light thead{background-color:#E8E8E8}.container.body-text-colour-grey-light tbody{color:#E8E8E8}.container.body-background-colour-grey-light tbody{background-color:#E8E8E8}.container.header-text-colour-grey-medium thead{color:#8A8A8A}.container.header-background-colour-grey-medium thead{background-color:#8A8A8A}.container.body-text-colour-grey-medium tbody{color:#8A8A8A}.container.body-background-colour-grey-medium tbody{background-color:#8A8A8A}.container.header-text-colour-grey-dark thead{color:#4A4A4A}.container.header-background-colour-grey-dark thead{background-color:#4A4A4A}.container.body-text-colour-grey-dark tbody{color:#4A4A4A}.container.body-background-colour-grey-dark tbody{background-color:#4A4A4A}.container table{width:100%;border-collapse:collapse;border:0}.container table td,.container table th{padding:10px 20px;border:0;font-size:inherit}.container table thead{filter:drop-shadow(-1px 3px 12px rgba(0, 0, 0, 0.15))}.container table thead td,.container table thead th{font-weight:bold}.container table tbody tr.odd{background-color:rgba(255, 255, 255, 0.3)}.container table tbody td,.container table tbody th{font-size:80%}";
7835
8061
 
7836
8062
  class BiggiveTable {
7837
8063
  constructor(hostRef) {
@@ -7891,7 +8117,246 @@ class BiggiveTextInput {
7891
8117
  }; }
7892
8118
  }
7893
8119
 
7894
- const biggiveTotalizerCss = "/*!@a*/a.sc-biggive-totalizer{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-totalizer:hover{text-decoration:none}/*!@.background-colour-hover-primary:hover,\n.background-colour-primary*/.background-colour-hover-primary.sc-biggive-totalizer:hover,.background-colour-primary.sc-biggive-totalizer{background-color:#2C089B}/*!@.background-colour-hover-secondary:hover,\n.background-colour-secondary*/.background-colour-hover-secondary.sc-biggive-totalizer:hover,.background-colour-secondary.sc-biggive-totalizer{background-color:#2AF135}/*!@.background-colour-hover-tertiary:hover,\n.background-colour-tertiary*/.background-colour-hover-tertiary.sc-biggive-totalizer:hover,.background-colour-tertiary.sc-biggive-totalizer{background-color:#FF7272}/*!@.background-colour-hover-brand-1:hover,\n.background-colour-brand-1*/.background-colour-hover-brand-1.sc-biggive-totalizer:hover,.background-colour-brand-1.sc-biggive-totalizer{background-color:#B30510}/*!@.background-colour-hover-brand-2:hover,\n.background-colour-brand-2*/.background-colour-hover-brand-2.sc-biggive-totalizer:hover,.background-colour-brand-2.sc-biggive-totalizer{background-color:#6E0887}/*!@.background-colour-hover-brand-3:hover,\n.background-colour-brand-3*/.background-colour-hover-brand-3.sc-biggive-totalizer:hover,.background-colour-brand-3.sc-biggive-totalizer{background-color:#50B400}/*!@.background-colour-hover-brand-4:hover,\n.background-colour-brand-4*/.background-colour-hover-brand-4.sc-biggive-totalizer:hover,.background-colour-brand-4.sc-biggive-totalizer{background-color:#FFE500}/*!@.background-colour-hover-brand-5:hover,\n.background-colour-brand-5*/.background-colour-hover-brand-5.sc-biggive-totalizer:hover,.background-colour-brand-5.sc-biggive-totalizer{background-color:#F07D00}/*!@.background-colour-hover-brand-6:hover,\n.background-colour-brand-6*/.background-colour-hover-brand-6.sc-biggive-totalizer:hover,.background-colour-brand-6.sc-biggive-totalizer{background-color:#CBC8C8}/*!@.background-colour-hover-white:hover,\n.background-colour-white*/.background-colour-hover-white.sc-biggive-totalizer:hover,.background-colour-white.sc-biggive-totalizer{background-color:#FFFFFF}/*!@.background-colour-hover-black:hover,\n.background-colour-black*/.background-colour-hover-black.sc-biggive-totalizer:hover,.background-colour-black.sc-biggive-totalizer{background-color:#000000}/*!@.space-above-0*/.space-above-0.sc-biggive-totalizer{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-totalizer{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-totalizer{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-totalizer{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-totalizer{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-totalizer{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-totalizer{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-totalizer{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-totalizer{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-totalizer{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-totalizer{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-totalizer{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-totalizer{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-totalizer{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-totalizer:hover,.text-colour-primary.sc-biggive-totalizer{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-totalizer:hover,.text-colour-secondary.sc-biggive-totalizer{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-totalizer:hover,.text-colour-tertiary.sc-biggive-totalizer{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-totalizer:hover,.text-colour-brand-1.sc-biggive-totalizer{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-totalizer:hover,.text-colour-brand-2.sc-biggive-totalizer{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-totalizer:hover,.text-colour-brand-3.sc-biggive-totalizer{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-totalizer:hover,.text-colour-brand-4.sc-biggive-totalizer{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-totalizer:hover,.text-colour-brand-5.sc-biggive-totalizer{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-totalizer:hover,.text-colour-brand-6.sc-biggive-totalizer{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-totalizer:hover,.text-colour-white.sc-biggive-totalizer{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-totalizer:hover,.text-colour-black.sc-biggive-totalizer{color:#000000}/*!@:host*/.sc-biggive-totalizer-h{display:contents;font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px}@keyframes ticker{0%{transform:translate3d(0, 0, 0)}100%{transform:translate3d(-100%, 0, 0)}}/*!@.container*/.container.sc-biggive-totalizer{position:absolute;left:0;right:0;z-index:1}/*!@.container .main-message-wrap*/.container.sc-biggive-totalizer .main-message-wrap.sc-biggive-totalizer{position:absolute;z-index:1;padding:10px 30px;left:0;top:0;font-size:24px;line-height:30px;font-weight:600;max-width:33.3%}/*!@.container .ticker-wrap*/.container.sc-biggive-totalizer .ticker-wrap.sc-biggive-totalizer{padding:10px 0 10px 0;min-height:17px;font-size:17px;line-height:24px;overflow:hidden;position:relative}/*!@.container .ticker-wrap .sleeve*/.container.sc-biggive-totalizer .ticker-wrap.sc-biggive-totalizer .sleeve.sc-biggive-totalizer{will-change:transform;width:100%;position:absolute;left:100%;display:flex;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:ticker;animation-duration:20s}/*!@.container .ticker-wrap .sleeve .ticker-item*/.container.sc-biggive-totalizer .ticker-wrap.sc-biggive-totalizer .sleeve.sc-biggive-totalizer .ticker-item.sc-biggive-totalizer{white-space:nowrap;padding:0 15px}@media screen and (max-width: 768px){/*!@.container .main-message-wrap*/.container.sc-biggive-totalizer .main-message-wrap.sc-biggive-totalizer{font-size:17px;line-height:24px;padding:10px}}";
8120
+ const biggiveTimelineCss = "/*!@a*/a.sc-biggive-timeline{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-timeline:hover{text-decoration:none}/*!@.space-above-0*/.space-above-0.sc-biggive-timeline{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-timeline{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-timeline{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-timeline{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-timeline{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-timeline{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-timeline{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-timeline{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-timeline{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-timeline{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-timeline{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-timeline{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-timeline{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-timeline{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-timeline:hover,.text-colour-primary.sc-biggive-timeline{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-timeline:hover,.text-colour-secondary.sc-biggive-timeline{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-timeline:hover,.text-colour-tertiary.sc-biggive-timeline{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-timeline:hover,.text-colour-brand-1.sc-biggive-timeline{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-timeline:hover,.text-colour-brand-2.sc-biggive-timeline{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-timeline:hover,.text-colour-brand-3.sc-biggive-timeline{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-timeline:hover,.text-colour-brand-4.sc-biggive-timeline{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-timeline:hover,.text-colour-brand-5.sc-biggive-timeline{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-timeline:hover,.text-colour-brand-6.sc-biggive-timeline{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-timeline:hover,.text-colour-white.sc-biggive-timeline{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-timeline:hover,.text-colour-black.sc-biggive-timeline{color:#000000}/*!@.text-colour-hover-grey-extra-light:hover,\n.text-colour-grey-extra-light*/.text-colour-hover-grey-extra-light.sc-biggive-timeline:hover,.text-colour-grey-extra-light.sc-biggive-timeline{color:#D7D7D7}/*!@.text-colour-hover-grey-light:hover,\n.text-colour-grey-light*/.text-colour-hover-grey-light.sc-biggive-timeline:hover,.text-colour-grey-light.sc-biggive-timeline{color:#E8E8E8}/*!@.text-colour-hover-grey-medium:hover,\n.text-colour-grey-medium*/.text-colour-hover-grey-medium.sc-biggive-timeline:hover,.text-colour-grey-medium.sc-biggive-timeline{color:#8A8A8A}/*!@.text-colour-hover-grey-dark:hover,\n.text-colour-grey-dark*/.text-colour-hover-grey-dark.sc-biggive-timeline:hover,.text-colour-grey-dark.sc-biggive-timeline{color:#4A4A4A}/*!@:host*/.sc-biggive-timeline-h{display:contents}/*!@::slotted(*)*/.sc-biggive-timeline-s>*{display:none}/*!@.container*/.container.sc-biggive-timeline{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;position:relative}/*!@.container .navigation*/.container.sc-biggive-timeline .navigation.sc-biggive-timeline{padding:0 40px}/*!@.container .navigation .button*/.container.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline{position:absolute;top:5px;display:block;width:30px;height:30px;padding:2.5px 10px;box-sizing:border-box;background-color:#FFFFFF;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.25);border-radius:50%;cursor:pointer;text-align:center}/*!@.container .navigation .button.prev*/.container.sc-biggive-timeline .navigation.sc-biggive-timeline .button.prev.sc-biggive-timeline{left:0}/*!@.container .navigation .button.next*/.container.sc-biggive-timeline .navigation.sc-biggive-timeline .button.next.sc-biggive-timeline{right:0}/*!@.container .navigation .button svg*/.container.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline svg.sc-biggive-timeline{width:10px;height:10px}/*!@.container .navigation ul*/.container.sc-biggive-timeline .navigation.sc-biggive-timeline ul.sc-biggive-timeline{margin:0;padding:0;list-style-type:none;border-bottom:1px solid transparent;display:flex}/*!@.container .navigation ul li*/.container.sc-biggive-timeline .navigation.sc-biggive-timeline ul.sc-biggive-timeline li.sc-biggive-timeline{padding:10px;margin:0;width:calc(33.3% - 20px);border-bottom:3px solid transparent;text-align:center;cursor:pointer}/*!@.container .navigation ul li.selected*/.container.sc-biggive-timeline .navigation.sc-biggive-timeline ul.sc-biggive-timeline li.selected.sc-biggive-timeline{font-weight:bold}/*!@.container .entry-wrap*/.container.sc-biggive-timeline .entry-wrap.sc-biggive-timeline{padding:40px}/*!@.container .entry-wrap .entry*/.container.sc-biggive-timeline .entry-wrap.sc-biggive-timeline .entry.sc-biggive-timeline{margin-bottom:15px;border-left:15px solid transparent;padding:15px 40px 15px 40px}/*!@.container .entry-wrap .entry .date*/.container.sc-biggive-timeline .entry-wrap.sc-biggive-timeline .entry.sc-biggive-timeline .date.sc-biggive-timeline{font-size:13px;line-height:17px;font-weight:bold;margin:0 0 5px 0}/*!@.container .entry-wrap .entry .title*/.container.sc-biggive-timeline .entry-wrap.sc-biggive-timeline .entry.sc-biggive-timeline .title.sc-biggive-timeline{font-weight:bold;margin:0 0 5px 0;padding:0}/*!@.container .entry-wrap .entry .content p*/.container.sc-biggive-timeline .entry-wrap.sc-biggive-timeline .entry.sc-biggive-timeline .content.sc-biggive-timeline p.sc-biggive-timeline{margin:0 0 5px 0}/*!@.container.text-colour-primary .navigation li*/.container.text-colour-primary.sc-biggive-timeline .navigation.sc-biggive-timeline li.sc-biggive-timeline{color:#2C089B}/*!@.container.navigation-highlight-colour-primary .navigation ul*/.container.navigation-highlight-colour-primary.sc-biggive-timeline .navigation.sc-biggive-timeline ul.sc-biggive-timeline{border-color:#2C089B}/*!@.container.selected-text-colour-primary .navigation li.selected*/.container.selected-text-colour-primary.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{color:#2C089B;border-color:#2C089B}/*!@.container.selected-navigation-highlight-colour-primary .navigation li.selected*/.container.selected-navigation-highlight-colour-primary.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{border-color:#2C089B}/*!@.container.button-background-colour-primary .navigation .button*/.container.button-background-colour-primary.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline{background-color:#2C089B}/*!@.container.button-icon-colour-primary .navigation .button svg path*/.container.button-icon-colour-primary.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline svg.sc-biggive-timeline path.sc-biggive-timeline{stroke:#2C089B}/*!@.container.entry-background-colour-primary .entry*/.container.entry-background-colour-primary.sc-biggive-timeline .entry.sc-biggive-timeline{background-color:#2C089B}/*!@.container.entry-highlight-colour-primary .entry*/.container.entry-highlight-colour-primary.sc-biggive-timeline .entry.sc-biggive-timeline{border-color:#2C089B}/*!@.container.entry-date-colour-primary .entry .date*/.container.entry-date-colour-primary.sc-biggive-timeline .entry.sc-biggive-timeline .date.sc-biggive-timeline{color:#2C089B}/*!@.container.entry-title-colour-primary .entry .title*/.container.entry-title-colour-primary.sc-biggive-timeline .entry.sc-biggive-timeline .title.sc-biggive-timeline{color:#2C089B}/*!@.container.entry-text-colour-primary .entry .content*/.container.entry-text-colour-primary.sc-biggive-timeline .entry.sc-biggive-timeline .content.sc-biggive-timeline{color:#2C089B}/*!@.container.text-colour-secondary .navigation li*/.container.text-colour-secondary.sc-biggive-timeline .navigation.sc-biggive-timeline li.sc-biggive-timeline{color:#2AF135}/*!@.container.navigation-highlight-colour-secondary .navigation ul*/.container.navigation-highlight-colour-secondary.sc-biggive-timeline .navigation.sc-biggive-timeline ul.sc-biggive-timeline{border-color:#2AF135}/*!@.container.selected-text-colour-secondary .navigation li.selected*/.container.selected-text-colour-secondary.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{color:#2AF135;border-color:#2AF135}/*!@.container.selected-navigation-highlight-colour-secondary .navigation li.selected*/.container.selected-navigation-highlight-colour-secondary.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{border-color:#2AF135}/*!@.container.button-background-colour-secondary .navigation .button*/.container.button-background-colour-secondary.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline{background-color:#2AF135}/*!@.container.button-icon-colour-secondary .navigation .button svg path*/.container.button-icon-colour-secondary.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline svg.sc-biggive-timeline path.sc-biggive-timeline{stroke:#2AF135}/*!@.container.entry-background-colour-secondary .entry*/.container.entry-background-colour-secondary.sc-biggive-timeline .entry.sc-biggive-timeline{background-color:#2AF135}/*!@.container.entry-highlight-colour-secondary .entry*/.container.entry-highlight-colour-secondary.sc-biggive-timeline .entry.sc-biggive-timeline{border-color:#2AF135}/*!@.container.entry-date-colour-secondary .entry .date*/.container.entry-date-colour-secondary.sc-biggive-timeline .entry.sc-biggive-timeline .date.sc-biggive-timeline{color:#2AF135}/*!@.container.entry-title-colour-secondary .entry .title*/.container.entry-title-colour-secondary.sc-biggive-timeline .entry.sc-biggive-timeline .title.sc-biggive-timeline{color:#2AF135}/*!@.container.entry-text-colour-secondary .entry .content*/.container.entry-text-colour-secondary.sc-biggive-timeline .entry.sc-biggive-timeline .content.sc-biggive-timeline{color:#2AF135}/*!@.container.text-colour-tertiary .navigation li*/.container.text-colour-tertiary.sc-biggive-timeline .navigation.sc-biggive-timeline li.sc-biggive-timeline{color:#FF7272}/*!@.container.navigation-highlight-colour-tertiary .navigation ul*/.container.navigation-highlight-colour-tertiary.sc-biggive-timeline .navigation.sc-biggive-timeline ul.sc-biggive-timeline{border-color:#FF7272}/*!@.container.selected-text-colour-tertiary .navigation li.selected*/.container.selected-text-colour-tertiary.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{color:#FF7272;border-color:#FF7272}/*!@.container.selected-navigation-highlight-colour-tertiary .navigation li.selected*/.container.selected-navigation-highlight-colour-tertiary.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{border-color:#FF7272}/*!@.container.button-background-colour-tertiary .navigation .button*/.container.button-background-colour-tertiary.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline{background-color:#FF7272}/*!@.container.button-icon-colour-tertiary .navigation .button svg path*/.container.button-icon-colour-tertiary.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline svg.sc-biggive-timeline path.sc-biggive-timeline{stroke:#FF7272}/*!@.container.entry-background-colour-tertiary .entry*/.container.entry-background-colour-tertiary.sc-biggive-timeline .entry.sc-biggive-timeline{background-color:#FF7272}/*!@.container.entry-highlight-colour-tertiary .entry*/.container.entry-highlight-colour-tertiary.sc-biggive-timeline .entry.sc-biggive-timeline{border-color:#FF7272}/*!@.container.entry-date-colour-tertiary .entry .date*/.container.entry-date-colour-tertiary.sc-biggive-timeline .entry.sc-biggive-timeline .date.sc-biggive-timeline{color:#FF7272}/*!@.container.entry-title-colour-tertiary .entry .title*/.container.entry-title-colour-tertiary.sc-biggive-timeline .entry.sc-biggive-timeline .title.sc-biggive-timeline{color:#FF7272}/*!@.container.entry-text-colour-tertiary .entry .content*/.container.entry-text-colour-tertiary.sc-biggive-timeline .entry.sc-biggive-timeline .content.sc-biggive-timeline{color:#FF7272}/*!@.container.text-colour-brand-1 .navigation li*/.container.text-colour-brand-1.sc-biggive-timeline .navigation.sc-biggive-timeline li.sc-biggive-timeline{color:#B30510}/*!@.container.navigation-highlight-colour-brand-1 .navigation ul*/.container.navigation-highlight-colour-brand-1.sc-biggive-timeline .navigation.sc-biggive-timeline ul.sc-biggive-timeline{border-color:#B30510}/*!@.container.selected-text-colour-brand-1 .navigation li.selected*/.container.selected-text-colour-brand-1.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{color:#B30510;border-color:#B30510}/*!@.container.selected-navigation-highlight-colour-brand-1 .navigation li.selected*/.container.selected-navigation-highlight-colour-brand-1.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{border-color:#B30510}/*!@.container.button-background-colour-brand-1 .navigation .button*/.container.button-background-colour-brand-1.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline{background-color:#B30510}/*!@.container.button-icon-colour-brand-1 .navigation .button svg path*/.container.button-icon-colour-brand-1.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline svg.sc-biggive-timeline path.sc-biggive-timeline{stroke:#B30510}/*!@.container.entry-background-colour-brand-1 .entry*/.container.entry-background-colour-brand-1.sc-biggive-timeline .entry.sc-biggive-timeline{background-color:#B30510}/*!@.container.entry-highlight-colour-brand-1 .entry*/.container.entry-highlight-colour-brand-1.sc-biggive-timeline .entry.sc-biggive-timeline{border-color:#B30510}/*!@.container.entry-date-colour-brand-1 .entry .date*/.container.entry-date-colour-brand-1.sc-biggive-timeline .entry.sc-biggive-timeline .date.sc-biggive-timeline{color:#B30510}/*!@.container.entry-title-colour-brand-1 .entry .title*/.container.entry-title-colour-brand-1.sc-biggive-timeline .entry.sc-biggive-timeline .title.sc-biggive-timeline{color:#B30510}/*!@.container.entry-text-colour-brand-1 .entry .content*/.container.entry-text-colour-brand-1.sc-biggive-timeline .entry.sc-biggive-timeline .content.sc-biggive-timeline{color:#B30510}/*!@.container.text-colour-brand-2 .navigation li*/.container.text-colour-brand-2.sc-biggive-timeline .navigation.sc-biggive-timeline li.sc-biggive-timeline{color:#6E0887}/*!@.container.navigation-highlight-colour-brand-2 .navigation ul*/.container.navigation-highlight-colour-brand-2.sc-biggive-timeline .navigation.sc-biggive-timeline ul.sc-biggive-timeline{border-color:#6E0887}/*!@.container.selected-text-colour-brand-2 .navigation li.selected*/.container.selected-text-colour-brand-2.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{color:#6E0887;border-color:#6E0887}/*!@.container.selected-navigation-highlight-colour-brand-2 .navigation li.selected*/.container.selected-navigation-highlight-colour-brand-2.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{border-color:#6E0887}/*!@.container.button-background-colour-brand-2 .navigation .button*/.container.button-background-colour-brand-2.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline{background-color:#6E0887}/*!@.container.button-icon-colour-brand-2 .navigation .button svg path*/.container.button-icon-colour-brand-2.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline svg.sc-biggive-timeline path.sc-biggive-timeline{stroke:#6E0887}/*!@.container.entry-background-colour-brand-2 .entry*/.container.entry-background-colour-brand-2.sc-biggive-timeline .entry.sc-biggive-timeline{background-color:#6E0887}/*!@.container.entry-highlight-colour-brand-2 .entry*/.container.entry-highlight-colour-brand-2.sc-biggive-timeline .entry.sc-biggive-timeline{border-color:#6E0887}/*!@.container.entry-date-colour-brand-2 .entry .date*/.container.entry-date-colour-brand-2.sc-biggive-timeline .entry.sc-biggive-timeline .date.sc-biggive-timeline{color:#6E0887}/*!@.container.entry-title-colour-brand-2 .entry .title*/.container.entry-title-colour-brand-2.sc-biggive-timeline .entry.sc-biggive-timeline .title.sc-biggive-timeline{color:#6E0887}/*!@.container.entry-text-colour-brand-2 .entry .content*/.container.entry-text-colour-brand-2.sc-biggive-timeline .entry.sc-biggive-timeline .content.sc-biggive-timeline{color:#6E0887}/*!@.container.text-colour-brand-3 .navigation li*/.container.text-colour-brand-3.sc-biggive-timeline .navigation.sc-biggive-timeline li.sc-biggive-timeline{color:#50B400}/*!@.container.navigation-highlight-colour-brand-3 .navigation ul*/.container.navigation-highlight-colour-brand-3.sc-biggive-timeline .navigation.sc-biggive-timeline ul.sc-biggive-timeline{border-color:#50B400}/*!@.container.selected-text-colour-brand-3 .navigation li.selected*/.container.selected-text-colour-brand-3.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{color:#50B400;border-color:#50B400}/*!@.container.selected-navigation-highlight-colour-brand-3 .navigation li.selected*/.container.selected-navigation-highlight-colour-brand-3.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{border-color:#50B400}/*!@.container.button-background-colour-brand-3 .navigation .button*/.container.button-background-colour-brand-3.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline{background-color:#50B400}/*!@.container.button-icon-colour-brand-3 .navigation .button svg path*/.container.button-icon-colour-brand-3.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline svg.sc-biggive-timeline path.sc-biggive-timeline{stroke:#50B400}/*!@.container.entry-background-colour-brand-3 .entry*/.container.entry-background-colour-brand-3.sc-biggive-timeline .entry.sc-biggive-timeline{background-color:#50B400}/*!@.container.entry-highlight-colour-brand-3 .entry*/.container.entry-highlight-colour-brand-3.sc-biggive-timeline .entry.sc-biggive-timeline{border-color:#50B400}/*!@.container.entry-date-colour-brand-3 .entry .date*/.container.entry-date-colour-brand-3.sc-biggive-timeline .entry.sc-biggive-timeline .date.sc-biggive-timeline{color:#50B400}/*!@.container.entry-title-colour-brand-3 .entry .title*/.container.entry-title-colour-brand-3.sc-biggive-timeline .entry.sc-biggive-timeline .title.sc-biggive-timeline{color:#50B400}/*!@.container.entry-text-colour-brand-3 .entry .content*/.container.entry-text-colour-brand-3.sc-biggive-timeline .entry.sc-biggive-timeline .content.sc-biggive-timeline{color:#50B400}/*!@.container.text-colour-brand-4 .navigation li*/.container.text-colour-brand-4.sc-biggive-timeline .navigation.sc-biggive-timeline li.sc-biggive-timeline{color:#FFE500}/*!@.container.navigation-highlight-colour-brand-4 .navigation ul*/.container.navigation-highlight-colour-brand-4.sc-biggive-timeline .navigation.sc-biggive-timeline ul.sc-biggive-timeline{border-color:#FFE500}/*!@.container.selected-text-colour-brand-4 .navigation li.selected*/.container.selected-text-colour-brand-4.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{color:#FFE500;border-color:#FFE500}/*!@.container.selected-navigation-highlight-colour-brand-4 .navigation li.selected*/.container.selected-navigation-highlight-colour-brand-4.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{border-color:#FFE500}/*!@.container.button-background-colour-brand-4 .navigation .button*/.container.button-background-colour-brand-4.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline{background-color:#FFE500}/*!@.container.button-icon-colour-brand-4 .navigation .button svg path*/.container.button-icon-colour-brand-4.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline svg.sc-biggive-timeline path.sc-biggive-timeline{stroke:#FFE500}/*!@.container.entry-background-colour-brand-4 .entry*/.container.entry-background-colour-brand-4.sc-biggive-timeline .entry.sc-biggive-timeline{background-color:#FFE500}/*!@.container.entry-highlight-colour-brand-4 .entry*/.container.entry-highlight-colour-brand-4.sc-biggive-timeline .entry.sc-biggive-timeline{border-color:#FFE500}/*!@.container.entry-date-colour-brand-4 .entry .date*/.container.entry-date-colour-brand-4.sc-biggive-timeline .entry.sc-biggive-timeline .date.sc-biggive-timeline{color:#FFE500}/*!@.container.entry-title-colour-brand-4 .entry .title*/.container.entry-title-colour-brand-4.sc-biggive-timeline .entry.sc-biggive-timeline .title.sc-biggive-timeline{color:#FFE500}/*!@.container.entry-text-colour-brand-4 .entry .content*/.container.entry-text-colour-brand-4.sc-biggive-timeline .entry.sc-biggive-timeline .content.sc-biggive-timeline{color:#FFE500}/*!@.container.text-colour-brand-5 .navigation li*/.container.text-colour-brand-5.sc-biggive-timeline .navigation.sc-biggive-timeline li.sc-biggive-timeline{color:#F07D00}/*!@.container.navigation-highlight-colour-brand-5 .navigation ul*/.container.navigation-highlight-colour-brand-5.sc-biggive-timeline .navigation.sc-biggive-timeline ul.sc-biggive-timeline{border-color:#F07D00}/*!@.container.selected-text-colour-brand-5 .navigation li.selected*/.container.selected-text-colour-brand-5.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{color:#F07D00;border-color:#F07D00}/*!@.container.selected-navigation-highlight-colour-brand-5 .navigation li.selected*/.container.selected-navigation-highlight-colour-brand-5.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{border-color:#F07D00}/*!@.container.button-background-colour-brand-5 .navigation .button*/.container.button-background-colour-brand-5.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline{background-color:#F07D00}/*!@.container.button-icon-colour-brand-5 .navigation .button svg path*/.container.button-icon-colour-brand-5.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline svg.sc-biggive-timeline path.sc-biggive-timeline{stroke:#F07D00}/*!@.container.entry-background-colour-brand-5 .entry*/.container.entry-background-colour-brand-5.sc-biggive-timeline .entry.sc-biggive-timeline{background-color:#F07D00}/*!@.container.entry-highlight-colour-brand-5 .entry*/.container.entry-highlight-colour-brand-5.sc-biggive-timeline .entry.sc-biggive-timeline{border-color:#F07D00}/*!@.container.entry-date-colour-brand-5 .entry .date*/.container.entry-date-colour-brand-5.sc-biggive-timeline .entry.sc-biggive-timeline .date.sc-biggive-timeline{color:#F07D00}/*!@.container.entry-title-colour-brand-5 .entry .title*/.container.entry-title-colour-brand-5.sc-biggive-timeline .entry.sc-biggive-timeline .title.sc-biggive-timeline{color:#F07D00}/*!@.container.entry-text-colour-brand-5 .entry .content*/.container.entry-text-colour-brand-5.sc-biggive-timeline .entry.sc-biggive-timeline .content.sc-biggive-timeline{color:#F07D00}/*!@.container.text-colour-brand-6 .navigation li*/.container.text-colour-brand-6.sc-biggive-timeline .navigation.sc-biggive-timeline li.sc-biggive-timeline{color:#62CFC9}/*!@.container.navigation-highlight-colour-brand-6 .navigation ul*/.container.navigation-highlight-colour-brand-6.sc-biggive-timeline .navigation.sc-biggive-timeline ul.sc-biggive-timeline{border-color:#62CFC9}/*!@.container.selected-text-colour-brand-6 .navigation li.selected*/.container.selected-text-colour-brand-6.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{color:#62CFC9;border-color:#62CFC9}/*!@.container.selected-navigation-highlight-colour-brand-6 .navigation li.selected*/.container.selected-navigation-highlight-colour-brand-6.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{border-color:#62CFC9}/*!@.container.button-background-colour-brand-6 .navigation .button*/.container.button-background-colour-brand-6.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline{background-color:#62CFC9}/*!@.container.button-icon-colour-brand-6 .navigation .button svg path*/.container.button-icon-colour-brand-6.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline svg.sc-biggive-timeline path.sc-biggive-timeline{stroke:#62CFC9}/*!@.container.entry-background-colour-brand-6 .entry*/.container.entry-background-colour-brand-6.sc-biggive-timeline .entry.sc-biggive-timeline{background-color:#62CFC9}/*!@.container.entry-highlight-colour-brand-6 .entry*/.container.entry-highlight-colour-brand-6.sc-biggive-timeline .entry.sc-biggive-timeline{border-color:#62CFC9}/*!@.container.entry-date-colour-brand-6 .entry .date*/.container.entry-date-colour-brand-6.sc-biggive-timeline .entry.sc-biggive-timeline .date.sc-biggive-timeline{color:#62CFC9}/*!@.container.entry-title-colour-brand-6 .entry .title*/.container.entry-title-colour-brand-6.sc-biggive-timeline .entry.sc-biggive-timeline .title.sc-biggive-timeline{color:#62CFC9}/*!@.container.entry-text-colour-brand-6 .entry .content*/.container.entry-text-colour-brand-6.sc-biggive-timeline .entry.sc-biggive-timeline .content.sc-biggive-timeline{color:#62CFC9}/*!@.container.text-colour-white .navigation li*/.container.text-colour-white.sc-biggive-timeline .navigation.sc-biggive-timeline li.sc-biggive-timeline{color:#FFFFFF}/*!@.container.navigation-highlight-colour-white .navigation ul*/.container.navigation-highlight-colour-white.sc-biggive-timeline .navigation.sc-biggive-timeline ul.sc-biggive-timeline{border-color:#FFFFFF}/*!@.container.selected-text-colour-white .navigation li.selected*/.container.selected-text-colour-white.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{color:#FFFFFF;border-color:#FFFFFF}/*!@.container.selected-navigation-highlight-colour-white .navigation li.selected*/.container.selected-navigation-highlight-colour-white.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{border-color:#FFFFFF}/*!@.container.button-background-colour-white .navigation .button*/.container.button-background-colour-white.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline{background-color:#FFFFFF}/*!@.container.button-icon-colour-white .navigation .button svg path*/.container.button-icon-colour-white.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline svg.sc-biggive-timeline path.sc-biggive-timeline{stroke:#FFFFFF}/*!@.container.entry-background-colour-white .entry*/.container.entry-background-colour-white.sc-biggive-timeline .entry.sc-biggive-timeline{background-color:#FFFFFF}/*!@.container.entry-highlight-colour-white .entry*/.container.entry-highlight-colour-white.sc-biggive-timeline .entry.sc-biggive-timeline{border-color:#FFFFFF}/*!@.container.entry-date-colour-white .entry .date*/.container.entry-date-colour-white.sc-biggive-timeline .entry.sc-biggive-timeline .date.sc-biggive-timeline{color:#FFFFFF}/*!@.container.entry-title-colour-white .entry .title*/.container.entry-title-colour-white.sc-biggive-timeline .entry.sc-biggive-timeline .title.sc-biggive-timeline{color:#FFFFFF}/*!@.container.entry-text-colour-white .entry .content*/.container.entry-text-colour-white.sc-biggive-timeline .entry.sc-biggive-timeline .content.sc-biggive-timeline{color:#FFFFFF}/*!@.container.text-colour-black .navigation li*/.container.text-colour-black.sc-biggive-timeline .navigation.sc-biggive-timeline li.sc-biggive-timeline{color:#000000}/*!@.container.navigation-highlight-colour-black .navigation ul*/.container.navigation-highlight-colour-black.sc-biggive-timeline .navigation.sc-biggive-timeline ul.sc-biggive-timeline{border-color:#000000}/*!@.container.selected-text-colour-black .navigation li.selected*/.container.selected-text-colour-black.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{color:#000000;border-color:#000000}/*!@.container.selected-navigation-highlight-colour-black .navigation li.selected*/.container.selected-navigation-highlight-colour-black.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{border-color:#000000}/*!@.container.button-background-colour-black .navigation .button*/.container.button-background-colour-black.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline{background-color:#000000}/*!@.container.button-icon-colour-black .navigation .button svg path*/.container.button-icon-colour-black.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline svg.sc-biggive-timeline path.sc-biggive-timeline{stroke:#000000}/*!@.container.entry-background-colour-black .entry*/.container.entry-background-colour-black.sc-biggive-timeline .entry.sc-biggive-timeline{background-color:#000000}/*!@.container.entry-highlight-colour-black .entry*/.container.entry-highlight-colour-black.sc-biggive-timeline .entry.sc-biggive-timeline{border-color:#000000}/*!@.container.entry-date-colour-black .entry .date*/.container.entry-date-colour-black.sc-biggive-timeline .entry.sc-biggive-timeline .date.sc-biggive-timeline{color:#000000}/*!@.container.entry-title-colour-black .entry .title*/.container.entry-title-colour-black.sc-biggive-timeline .entry.sc-biggive-timeline .title.sc-biggive-timeline{color:#000000}/*!@.container.entry-text-colour-black .entry .content*/.container.entry-text-colour-black.sc-biggive-timeline .entry.sc-biggive-timeline .content.sc-biggive-timeline{color:#000000}/*!@.container.text-colour-grey-extra-light .navigation li*/.container.text-colour-grey-extra-light.sc-biggive-timeline .navigation.sc-biggive-timeline li.sc-biggive-timeline{color:#D7D7D7}/*!@.container.navigation-highlight-colour-grey-extra-light .navigation ul*/.container.navigation-highlight-colour-grey-extra-light.sc-biggive-timeline .navigation.sc-biggive-timeline ul.sc-biggive-timeline{border-color:#D7D7D7}/*!@.container.selected-text-colour-grey-extra-light .navigation li.selected*/.container.selected-text-colour-grey-extra-light.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{color:#D7D7D7;border-color:#D7D7D7}/*!@.container.selected-navigation-highlight-colour-grey-extra-light .navigation li.selected*/.container.selected-navigation-highlight-colour-grey-extra-light.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{border-color:#D7D7D7}/*!@.container.button-background-colour-grey-extra-light .navigation .button*/.container.button-background-colour-grey-extra-light.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline{background-color:#D7D7D7}/*!@.container.button-icon-colour-grey-extra-light .navigation .button svg path*/.container.button-icon-colour-grey-extra-light.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline svg.sc-biggive-timeline path.sc-biggive-timeline{stroke:#D7D7D7}/*!@.container.entry-background-colour-grey-extra-light .entry*/.container.entry-background-colour-grey-extra-light.sc-biggive-timeline .entry.sc-biggive-timeline{background-color:#D7D7D7}/*!@.container.entry-highlight-colour-grey-extra-light .entry*/.container.entry-highlight-colour-grey-extra-light.sc-biggive-timeline .entry.sc-biggive-timeline{border-color:#D7D7D7}/*!@.container.entry-date-colour-grey-extra-light .entry .date*/.container.entry-date-colour-grey-extra-light.sc-biggive-timeline .entry.sc-biggive-timeline .date.sc-biggive-timeline{color:#D7D7D7}/*!@.container.entry-title-colour-grey-extra-light .entry .title*/.container.entry-title-colour-grey-extra-light.sc-biggive-timeline .entry.sc-biggive-timeline .title.sc-biggive-timeline{color:#D7D7D7}/*!@.container.entry-text-colour-grey-extra-light .entry .content*/.container.entry-text-colour-grey-extra-light.sc-biggive-timeline .entry.sc-biggive-timeline .content.sc-biggive-timeline{color:#D7D7D7}/*!@.container.text-colour-grey-light .navigation li*/.container.text-colour-grey-light.sc-biggive-timeline .navigation.sc-biggive-timeline li.sc-biggive-timeline{color:#E8E8E8}/*!@.container.navigation-highlight-colour-grey-light .navigation ul*/.container.navigation-highlight-colour-grey-light.sc-biggive-timeline .navigation.sc-biggive-timeline ul.sc-biggive-timeline{border-color:#E8E8E8}/*!@.container.selected-text-colour-grey-light .navigation li.selected*/.container.selected-text-colour-grey-light.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{color:#E8E8E8;border-color:#E8E8E8}/*!@.container.selected-navigation-highlight-colour-grey-light .navigation li.selected*/.container.selected-navigation-highlight-colour-grey-light.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{border-color:#E8E8E8}/*!@.container.button-background-colour-grey-light .navigation .button*/.container.button-background-colour-grey-light.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline{background-color:#E8E8E8}/*!@.container.button-icon-colour-grey-light .navigation .button svg path*/.container.button-icon-colour-grey-light.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline svg.sc-biggive-timeline path.sc-biggive-timeline{stroke:#E8E8E8}/*!@.container.entry-background-colour-grey-light .entry*/.container.entry-background-colour-grey-light.sc-biggive-timeline .entry.sc-biggive-timeline{background-color:#E8E8E8}/*!@.container.entry-highlight-colour-grey-light .entry*/.container.entry-highlight-colour-grey-light.sc-biggive-timeline .entry.sc-biggive-timeline{border-color:#E8E8E8}/*!@.container.entry-date-colour-grey-light .entry .date*/.container.entry-date-colour-grey-light.sc-biggive-timeline .entry.sc-biggive-timeline .date.sc-biggive-timeline{color:#E8E8E8}/*!@.container.entry-title-colour-grey-light .entry .title*/.container.entry-title-colour-grey-light.sc-biggive-timeline .entry.sc-biggive-timeline .title.sc-biggive-timeline{color:#E8E8E8}/*!@.container.entry-text-colour-grey-light .entry .content*/.container.entry-text-colour-grey-light.sc-biggive-timeline .entry.sc-biggive-timeline .content.sc-biggive-timeline{color:#E8E8E8}/*!@.container.text-colour-grey-medium .navigation li*/.container.text-colour-grey-medium.sc-biggive-timeline .navigation.sc-biggive-timeline li.sc-biggive-timeline{color:#8A8A8A}/*!@.container.navigation-highlight-colour-grey-medium .navigation ul*/.container.navigation-highlight-colour-grey-medium.sc-biggive-timeline .navigation.sc-biggive-timeline ul.sc-biggive-timeline{border-color:#8A8A8A}/*!@.container.selected-text-colour-grey-medium .navigation li.selected*/.container.selected-text-colour-grey-medium.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{color:#8A8A8A;border-color:#8A8A8A}/*!@.container.selected-navigation-highlight-colour-grey-medium .navigation li.selected*/.container.selected-navigation-highlight-colour-grey-medium.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{border-color:#8A8A8A}/*!@.container.button-background-colour-grey-medium .navigation .button*/.container.button-background-colour-grey-medium.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline{background-color:#8A8A8A}/*!@.container.button-icon-colour-grey-medium .navigation .button svg path*/.container.button-icon-colour-grey-medium.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline svg.sc-biggive-timeline path.sc-biggive-timeline{stroke:#8A8A8A}/*!@.container.entry-background-colour-grey-medium .entry*/.container.entry-background-colour-grey-medium.sc-biggive-timeline .entry.sc-biggive-timeline{background-color:#8A8A8A}/*!@.container.entry-highlight-colour-grey-medium .entry*/.container.entry-highlight-colour-grey-medium.sc-biggive-timeline .entry.sc-biggive-timeline{border-color:#8A8A8A}/*!@.container.entry-date-colour-grey-medium .entry .date*/.container.entry-date-colour-grey-medium.sc-biggive-timeline .entry.sc-biggive-timeline .date.sc-biggive-timeline{color:#8A8A8A}/*!@.container.entry-title-colour-grey-medium .entry .title*/.container.entry-title-colour-grey-medium.sc-biggive-timeline .entry.sc-biggive-timeline .title.sc-biggive-timeline{color:#8A8A8A}/*!@.container.entry-text-colour-grey-medium .entry .content*/.container.entry-text-colour-grey-medium.sc-biggive-timeline .entry.sc-biggive-timeline .content.sc-biggive-timeline{color:#8A8A8A}/*!@.container.text-colour-grey-dark .navigation li*/.container.text-colour-grey-dark.sc-biggive-timeline .navigation.sc-biggive-timeline li.sc-biggive-timeline{color:#4A4A4A}/*!@.container.navigation-highlight-colour-grey-dark .navigation ul*/.container.navigation-highlight-colour-grey-dark.sc-biggive-timeline .navigation.sc-biggive-timeline ul.sc-biggive-timeline{border-color:#4A4A4A}/*!@.container.selected-text-colour-grey-dark .navigation li.selected*/.container.selected-text-colour-grey-dark.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{color:#4A4A4A;border-color:#4A4A4A}/*!@.container.selected-navigation-highlight-colour-grey-dark .navigation li.selected*/.container.selected-navigation-highlight-colour-grey-dark.sc-biggive-timeline .navigation.sc-biggive-timeline li.selected.sc-biggive-timeline{border-color:#4A4A4A}/*!@.container.button-background-colour-grey-dark .navigation .button*/.container.button-background-colour-grey-dark.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline{background-color:#4A4A4A}/*!@.container.button-icon-colour-grey-dark .navigation .button svg path*/.container.button-icon-colour-grey-dark.sc-biggive-timeline .navigation.sc-biggive-timeline .button.sc-biggive-timeline svg.sc-biggive-timeline path.sc-biggive-timeline{stroke:#4A4A4A}/*!@.container.entry-background-colour-grey-dark .entry*/.container.entry-background-colour-grey-dark.sc-biggive-timeline .entry.sc-biggive-timeline{background-color:#4A4A4A}/*!@.container.entry-highlight-colour-grey-dark .entry*/.container.entry-highlight-colour-grey-dark.sc-biggive-timeline .entry.sc-biggive-timeline{border-color:#4A4A4A}/*!@.container.entry-date-colour-grey-dark .entry .date*/.container.entry-date-colour-grey-dark.sc-biggive-timeline .entry.sc-biggive-timeline .date.sc-biggive-timeline{color:#4A4A4A}/*!@.container.entry-title-colour-grey-dark .entry .title*/.container.entry-title-colour-grey-dark.sc-biggive-timeline .entry.sc-biggive-timeline .title.sc-biggive-timeline{color:#4A4A4A}/*!@.container.entry-text-colour-grey-dark .entry .content*/.container.entry-text-colour-grey-dark.sc-biggive-timeline .entry.sc-biggive-timeline .content.sc-biggive-timeline{color:#4A4A4A}";
8121
+
8122
+ class BiggiveTimeline {
8123
+ constructor(hostRef) {
8124
+ registerInstance(this, hostRef);
8125
+ this.currentTab = 0;
8126
+ this.tabHeadings = [];
8127
+ this.children = [];
8128
+ this.spaceBelow = 0;
8129
+ this.textColour = 'black';
8130
+ this.selectedTextColour = 'primary';
8131
+ this.navigationHighlightColour = 'grey-medium';
8132
+ this.selectedNavigationHighlightColour = 'primary';
8133
+ this.buttonBackgroundColour = 'white';
8134
+ this.buttonIconColour = 'primary';
8135
+ this.entryBackgroundColour = 'white';
8136
+ this.entryHighlightColour = 'secondary';
8137
+ this.entryDateColour = 'black';
8138
+ this.entryTitleColour = 'primary';
8139
+ this.entryTextColour = 'black';
8140
+ }
8141
+ componentWillLoad() {
8142
+ this.children = Array.from(this.host.children);
8143
+ let tabHeadings = this.tabHeadings;
8144
+ this.children.forEach(function (entry) {
8145
+ let tab = entry.date.substring(0, 4);
8146
+ if (!tabHeadings.includes(tab)) {
8147
+ tabHeadings.push(tab);
8148
+ }
8149
+ });
8150
+ }
8151
+ componentDidRender() {
8152
+ this.showTab(0);
8153
+ }
8154
+ /*
8155
+ * Shows the i'th element in the timeline, counting from zero. Does nothing if i out of range.
8156
+ */
8157
+ showTab(i) {
8158
+ var _a, _b, _c;
8159
+ const tabs = (_a = this.host.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelectorAll('.navigation ul li');
8160
+ const entries = (_b = this.host.shadowRoot) === null || _b === void 0 ? void 0 : _b.querySelectorAll('.entry');
8161
+ if (i >= 0 && i <= (tabs === null || tabs === void 0 ? void 0 : tabs.length) - 1) {
8162
+ this.currentTab = i;
8163
+ let currentTabTitle = (_c = tabs[i]) === null || _c === void 0 ? void 0 : _c.innerHTML;
8164
+ let j = 0;
8165
+ tabs === null || tabs === void 0 ? void 0 : tabs.forEach(function (tab) {
8166
+ if (i == j) {
8167
+ tab.classList.add('selected');
8168
+ }
8169
+ else {
8170
+ tab.classList.remove('selected');
8171
+ }
8172
+ j++;
8173
+ });
8174
+ entries.forEach(function (entry) {
8175
+ var _a;
8176
+ entry.style.display = ((_a = entry.getAttribute('data-date')) === null || _a === void 0 ? void 0 : _a.substring(0, 4)) == currentTabTitle ? 'block' : 'none';
8177
+ });
8178
+ }
8179
+ }
8180
+ clickTabHandler(e) {
8181
+ let i = 0;
8182
+ for (let el of e.target.parentElement.children) {
8183
+ if (el == e.target) {
8184
+ this.showTab(i);
8185
+ return;
8186
+ }
8187
+ i++;
8188
+ }
8189
+ }
8190
+ clickPrevHandler() {
8191
+ this.showTab(this.currentTab - 1);
8192
+ }
8193
+ clickNextHandler() {
8194
+ this.showTab(this.currentTab + 1);
8195
+ }
8196
+ render() {
8197
+ return (hAsync("div", { class: 'container space-below-' +
8198
+ this.spaceBelow +
8199
+ ' text-colour-' +
8200
+ this.textColour +
8201
+ ' selected-text-colour-' +
8202
+ this.selectedTextColour +
8203
+ ' navigation-highlight-colour-' +
8204
+ this.navigationHighlightColour +
8205
+ ' selected-navigation-highlight-colour-' +
8206
+ this.selectedNavigationHighlightColour +
8207
+ ' button-background-colour-' +
8208
+ this.buttonBackgroundColour +
8209
+ ' button-icon-colour-' +
8210
+ this.buttonIconColour +
8211
+ ' entry-background-colour-' +
8212
+ this.entryBackgroundColour +
8213
+ ' entry-highlight-colour-' +
8214
+ this.entryHighlightColour +
8215
+ ' entry-date-colour-' +
8216
+ this.entryDateColour +
8217
+ ' entry-title-colour-' +
8218
+ this.entryTitleColour +
8219
+ ' entry-text-colour-' +
8220
+ this.entryTextColour }, hAsync("div", { class: "navigation" }, hAsync("div", { class: "button prev", onClick: () => this.clickPrevHandler(), title: "Previous" }, hAsync("svg", { width: "9", height: "16", viewBox: "0 0 9 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("path", { d: "M8.29311 14.5703L1.73926 8.01646L8.29311 1.46261", stroke: "#000000", "stroke-width": "2" }))), hAsync("ul", null, this.tabHeadings.map(tab => (hAsync("li", { onClick: event => this.clickTabHandler(event) }, tab)))), hAsync("div", { class: "button next", onClick: () => this.clickNextHandler(), title: "Next" }, hAsync("svg", { width: "9", height: "16", viewBox: "0 0 9 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("path", { d: "M0.739117 1.46094L7.29297 8.01479L0.739118 14.5686", stroke: "#000000", "stroke-width": "2" })))), hAsync("div", { class: "entry-wrap" }, this.children.map(entry => (hAsync("div", { class: "entry", "data-date": entry.date }, hAsync("div", { class: "date" }, entry.date), hAsync("h4", { class: "title" }, entry.heading), hAsync("div", { class: "content", innerHTML: entry.innerHTML })))))));
8221
+ }
8222
+ get host() { return getElement(this); }
8223
+ static get style() { return biggiveTimelineCss; }
8224
+ static get cmpMeta() { return {
8225
+ "$flags$": 9,
8226
+ "$tagName$": "biggive-timeline",
8227
+ "$members$": {
8228
+ "spaceBelow": [2, "space-below"],
8229
+ "textColour": [1, "text-colour"],
8230
+ "selectedTextColour": [1, "selected-text-colour"],
8231
+ "navigationHighlightColour": [1, "navigation-highlight-colour"],
8232
+ "selectedNavigationHighlightColour": [1, "selected-navigation-highlight-colour"],
8233
+ "buttonBackgroundColour": [1, "button-background-colour"],
8234
+ "buttonIconColour": [1, "button-icon-colour"],
8235
+ "entryBackgroundColour": [1, "entry-background-colour"],
8236
+ "entryHighlightColour": [1, "entry-highlight-colour"],
8237
+ "entryDateColour": [1, "entry-date-colour"],
8238
+ "entryTitleColour": [1, "entry-title-colour"],
8239
+ "entryTextColour": [1, "entry-text-colour"]
8240
+ },
8241
+ "$listeners$": undefined,
8242
+ "$lazyBundleId$": "-",
8243
+ "$attrsToReflect$": []
8244
+ }; }
8245
+ }
8246
+
8247
+ const biggiveTimelineEntryCss = "/*!@a*/a.sc-biggive-timeline-entry{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-timeline-entry:hover{text-decoration:none}/*!@:host*/.sc-biggive-timeline-entry-h{display:block}";
8248
+
8249
+ class BiggiveTimelineEntry {
8250
+ constructor(hostRef) {
8251
+ registerInstance(this, hostRef);
8252
+ this.date = undefined;
8253
+ this.heading = undefined;
8254
+ }
8255
+ render() {
8256
+ return null;
8257
+ }
8258
+ static get style() { return biggiveTimelineEntryCss; }
8259
+ static get cmpMeta() { return {
8260
+ "$flags$": 9,
8261
+ "$tagName$": "biggive-timeline-entry",
8262
+ "$members$": {
8263
+ "date": [1],
8264
+ "heading": [1]
8265
+ },
8266
+ "$listeners$": undefined,
8267
+ "$lazyBundleId$": "-",
8268
+ "$attrsToReflect$": []
8269
+ }; }
8270
+ }
8271
+
8272
+ const biggiveTippingSliderCss = "/*!@a*/a.sc-biggive-tipping-slider{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-tipping-slider:hover{text-decoration:none}/*!@.background-colour-hover-primary:hover,\n.background-colour-primary*/.background-colour-hover-primary.sc-biggive-tipping-slider:hover,.background-colour-primary.sc-biggive-tipping-slider{background-color:#2C089B}/*!@.background-colour-hover-secondary:hover,\n.background-colour-secondary*/.background-colour-hover-secondary.sc-biggive-tipping-slider:hover,.background-colour-secondary.sc-biggive-tipping-slider{background-color:#2AF135}/*!@.background-colour-hover-tertiary:hover,\n.background-colour-tertiary*/.background-colour-hover-tertiary.sc-biggive-tipping-slider:hover,.background-colour-tertiary.sc-biggive-tipping-slider{background-color:#FF7272}/*!@.background-colour-hover-brand-1:hover,\n.background-colour-brand-1*/.background-colour-hover-brand-1.sc-biggive-tipping-slider:hover,.background-colour-brand-1.sc-biggive-tipping-slider{background-color:#B30510}/*!@.background-colour-hover-brand-2:hover,\n.background-colour-brand-2*/.background-colour-hover-brand-2.sc-biggive-tipping-slider:hover,.background-colour-brand-2.sc-biggive-tipping-slider{background-color:#6E0887}/*!@.background-colour-hover-brand-3:hover,\n.background-colour-brand-3*/.background-colour-hover-brand-3.sc-biggive-tipping-slider:hover,.background-colour-brand-3.sc-biggive-tipping-slider{background-color:#50B400}/*!@.background-colour-hover-brand-4:hover,\n.background-colour-brand-4*/.background-colour-hover-brand-4.sc-biggive-tipping-slider:hover,.background-colour-brand-4.sc-biggive-tipping-slider{background-color:#FFE500}/*!@.background-colour-hover-brand-5:hover,\n.background-colour-brand-5*/.background-colour-hover-brand-5.sc-biggive-tipping-slider:hover,.background-colour-brand-5.sc-biggive-tipping-slider{background-color:#F07D00}/*!@.background-colour-hover-brand-6:hover,\n.background-colour-brand-6*/.background-colour-hover-brand-6.sc-biggive-tipping-slider:hover,.background-colour-brand-6.sc-biggive-tipping-slider{background-color:#CBC8C8}/*!@.background-colour-hover-white:hover,\n.background-colour-white*/.background-colour-hover-white.sc-biggive-tipping-slider:hover,.background-colour-white.sc-biggive-tipping-slider{background-color:#FFFFFF}/*!@.background-colour-hover-black:hover,\n.background-colour-black*/.background-colour-hover-black.sc-biggive-tipping-slider:hover,.background-colour-black.sc-biggive-tipping-slider{background-color:#000000}/*!@.background-colour-hover-white:hover,\n.background-colour-white*/.background-colour-hover-white.sc-biggive-tipping-slider:hover,.background-colour-white.sc-biggive-tipping-slider{background-color:#FFFFFF}/*!@.background-colour-hover-grey-extra-light:hover,\n.background-colour-grey-extra-light*/.background-colour-hover-grey-extra-light.sc-biggive-tipping-slider:hover,.background-colour-grey-extra-light.sc-biggive-tipping-slider{background-color:#D7D7D7}/*!@.background-colour-hover-grey-light:hover,\n.background-colour-grey-light*/.background-colour-hover-grey-light.sc-biggive-tipping-slider:hover,.background-colour-grey-light.sc-biggive-tipping-slider{background-color:#E8E8E8}/*!@.background-colour-hover-grey-medium:hover,\n.background-colour-grey-medium*/.background-colour-hover-grey-medium.sc-biggive-tipping-slider:hover,.background-colour-grey-medium.sc-biggive-tipping-slider{background-color:#8A8A8A}/*!@.background-colour-hover-grey-dark:hover,\n.background-colour-grey-dark*/.background-colour-hover-grey-dark.sc-biggive-tipping-slider:hover,.background-colour-grey-dark.sc-biggive-tipping-slider{background-color:#4A4A4A}/*!@.fill-primary*/.fill-primary.sc-biggive-tipping-slider{fill:#2C089B}/*!@.fill-secondary*/.fill-secondary.sc-biggive-tipping-slider{fill:#2AF135}/*!@.fill-tertiary*/.fill-tertiary.sc-biggive-tipping-slider{fill:#FF7272}/*!@.fill-brand-1*/.fill-brand-1.sc-biggive-tipping-slider{fill:#B30510}/*!@.fill-brand-2*/.fill-brand-2.sc-biggive-tipping-slider{fill:#6E0887}/*!@.fill-brand-3*/.fill-brand-3.sc-biggive-tipping-slider{fill:#50B400}/*!@.fill-brand-4*/.fill-brand-4.sc-biggive-tipping-slider{fill:#FFE500}/*!@.fill-brand-5*/.fill-brand-5.sc-biggive-tipping-slider{fill:#F07D00}/*!@.fill-brand-6*/.fill-brand-6.sc-biggive-tipping-slider{fill:#CBC8C8}/*!@.fill-brand-mhf-turquoise*/.fill-brand-mhf-turquoise.sc-biggive-tipping-slider{fill:#62CFC9}/*!@.fill-white*/.fill-white.sc-biggive-tipping-slider{fill:#FFFFFF}/*!@.fill-black*/.fill-black.sc-biggive-tipping-slider{fill:#000000}/*!@.fill-grey-extra-light*/.fill-grey-extra-light.sc-biggive-tipping-slider{fill:#D7D7D7}/*!@.fill-grey-light*/.fill-grey-light.sc-biggive-tipping-slider{fill:#E8E8E8}/*!@.fill-grey-medium*/.fill-grey-medium.sc-biggive-tipping-slider{fill:#8A8A8A}/*!@.fill-grey-dark*/.fill-grey-dark.sc-biggive-tipping-slider{fill:#4A4A4A}/*!@.fill-red*/.fill-red.sc-biggive-tipping-slider{fill:red}/*!@:host*/.sc-biggive-tipping-slider-h{display:contents;font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px}/*!@.container*/.container.sc-biggive-tipping-slider{overflow:hidden;padding:50px 30px 0 30px}/*!@.container .bar*/.container.sc-biggive-tipping-slider .bar.sc-biggive-tipping-slider{position:relative;margin:25px 0 15px 0;background-color:#8A8A8A;border-radius:5px;height:10px}/*!@.container .bar .handle*/.container.sc-biggive-tipping-slider .bar.sc-biggive-tipping-slider .handle.sc-biggive-tipping-slider{border-radius:50%;position:absolute;width:40px;height:40px;background-color:#2C089B;transform:translate(0, -15px);cursor:pointer}/*!@.container .bar .handle .tooltip*/.container.sc-biggive-tipping-slider .bar.sc-biggive-tipping-slider .handle.sc-biggive-tipping-slider .tooltip.sc-biggive-tipping-slider{display:block;position:absolute;left:50%;transform:translate(-50%, -110%);white-space:nowrap;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.25);padding:2px 10px}/*!@.container .bar .handle .tooltip .donation*/.container.sc-biggive-tipping-slider .bar.sc-biggive-tipping-slider .handle.sc-biggive-tipping-slider .tooltip.sc-biggive-tipping-slider .donation.sc-biggive-tipping-slider{font-weight:bold}/*!@.container .bar .handle .tooltip .percentage*/.container.sc-biggive-tipping-slider .bar.sc-biggive-tipping-slider .handle.sc-biggive-tipping-slider .tooltip.sc-biggive-tipping-slider .percentage.sc-biggive-tipping-slider{font-size:75%}/*!@.container .labels*/.container.sc-biggive-tipping-slider .labels.sc-biggive-tipping-slider{display:flex;justify-content:space-around;margin:20px 15px 15px 15px;font-weight:600}/*!@.container .labels .label-start*/.container.sc-biggive-tipping-slider .labels.sc-biggive-tipping-slider .label-start.sc-biggive-tipping-slider{text-align:left;margin-right:auto}/*!@.container .labels .label-end*/.container.sc-biggive-tipping-slider .labels.sc-biggive-tipping-slider .label-end.sc-biggive-tipping-slider{text-align:right;margin-left:auto}/*!@.container .reset*/.container.sc-biggive-tipping-slider .reset.sc-biggive-tipping-slider{margin-bottom:15px;display:flex}/*!@.container .reset .button*/.container.sc-biggive-tipping-slider .reset.sc-biggive-tipping-slider .button.sc-biggive-tipping-slider{margin-left:auto;cursor:pointer;text-decoration:underline}";
8273
+
8274
+ class BiggiveTippingSlider {
8275
+ constructor(hostRef) {
8276
+ registerInstance(this, hostRef);
8277
+ this.resetSlider = () => {
8278
+ var _a;
8279
+ const handle = (_a = this.host.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.handle');
8280
+ const percentageWrap = handle === null || handle === void 0 ? void 0 : handle.querySelector('.percentage-value');
8281
+ const donationWrap = handle === null || handle === void 0 ? void 0 : handle.querySelector('.donation-value');
8282
+ handle.style.marginLeft = '0px';
8283
+ percentageWrap.innerHTML = '0';
8284
+ donationWrap.innerHTML = '0';
8285
+ };
8286
+ this.spaceBelow = 0;
8287
+ this.colourScheme = 'primary';
8288
+ this.percentageStart = undefined;
8289
+ this.percentageEnd = undefined;
8290
+ this.donationAmount = undefined;
8291
+ this.donationCurrency = undefined;
8292
+ }
8293
+ componentDidRender() {
8294
+ var _a, _b;
8295
+ var isMoving = false;
8296
+ const handle = (_a = this.host.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.handle');
8297
+ const bar = (_b = this.host.shadowRoot) === null || _b === void 0 ? void 0 : _b.querySelector('.bar');
8298
+ const percentageWrap = handle === null || handle === void 0 ? void 0 : handle.querySelector('.percentage-value');
8299
+ const donationWrap = handle === null || handle === void 0 ? void 0 : handle.querySelector('.donation-value');
8300
+ var move = (e) => {
8301
+ var _a;
8302
+ if (isMoving) {
8303
+ const max = bar.offsetWidth - handle.offsetWidth;
8304
+ const pageX = e instanceof TouchEvent ? (_a = e.touches[0]) === null || _a === void 0 ? void 0 : _a.pageX : e.pageX;
8305
+ if (typeof pageX != 'undefined') {
8306
+ const mousePos = pageX - bar.offsetLeft - handle.offsetWidth / 2;
8307
+ const position = mousePos > max ? max : mousePos < 0 ? 0 : mousePos;
8308
+ const percentage = (position / max) * this.percentageEnd;
8309
+ const donation = Math.round(this.donationAmount * (percentage / 100));
8310
+ percentageWrap.innerHTML = Math.round(percentage).toString();
8311
+ donationWrap.innerHTML = Math.round(donation).toString();
8312
+ handle.style.marginLeft = position + 'px';
8313
+ }
8314
+ }
8315
+ };
8316
+ bar.addEventListener('mousedown', function (e) {
8317
+ isMoving = true;
8318
+ move(e);
8319
+ });
8320
+ document.addEventListener('mouseup', function () {
8321
+ isMoving = false;
8322
+ });
8323
+ document.addEventListener('mousemove', function (e) {
8324
+ move(e);
8325
+ });
8326
+ bar.addEventListener('touchstart', function (e) {
8327
+ isMoving = true;
8328
+ move(e);
8329
+ });
8330
+ bar.addEventListener('touchend', function () {
8331
+ isMoving = false;
8332
+ });
8333
+ document.addEventListener('touchmove', function (e) {
8334
+ move(e);
8335
+ });
8336
+ }
8337
+ render() {
8338
+ return (hAsync("div", { class: 'container space-below-' + this.spaceBelow }, hAsync("div", { class: "bar" }, hAsync("div", { class: "handle", id: "handle" }, hAsync("div", { class: "tooltip" }, hAsync("span", { class: "donation" }, this.donationCurrency, hAsync("span", { class: "donation-value" }, "0")), "\u00A0", hAsync("span", { class: "percentage" }, "(", hAsync("span", { class: "percentage-value" }, "0"), "%)")))), hAsync("div", { class: "labels" }, hAsync("div", { class: "label-start" }, this.percentageStart, "%"), hAsync("div", { class: "label-end" }, this.percentageEnd, "%")), hAsync("div", { class: "reset" }, hAsync("span", { class: "button", onClick: this.resetSlider }, "Back to default"))));
8339
+ }
8340
+ get host() { return getElement(this); }
8341
+ static get style() { return biggiveTippingSliderCss; }
8342
+ static get cmpMeta() { return {
8343
+ "$flags$": 9,
8344
+ "$tagName$": "biggive-tipping-slider",
8345
+ "$members$": {
8346
+ "spaceBelow": [2, "space-below"],
8347
+ "colourScheme": [1, "colour-scheme"],
8348
+ "percentageStart": [2, "percentage-start"],
8349
+ "percentageEnd": [2, "percentage-end"],
8350
+ "donationAmount": [2, "donation-amount"],
8351
+ "donationCurrency": [1, "donation-currency"]
8352
+ },
8353
+ "$listeners$": undefined,
8354
+ "$lazyBundleId$": "-",
8355
+ "$attrsToReflect$": []
8356
+ }; }
8357
+ }
8358
+
8359
+ const biggiveTotalizerCss = "/*!@a*/a.sc-biggive-totalizer{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-totalizer:hover{text-decoration:none}/*!@.background-colour-hover-primary:hover,\n.background-colour-primary*/.background-colour-hover-primary.sc-biggive-totalizer:hover,.background-colour-primary.sc-biggive-totalizer{background-color:#2C089B}/*!@.background-colour-hover-secondary:hover,\n.background-colour-secondary*/.background-colour-hover-secondary.sc-biggive-totalizer:hover,.background-colour-secondary.sc-biggive-totalizer{background-color:#2AF135}/*!@.background-colour-hover-tertiary:hover,\n.background-colour-tertiary*/.background-colour-hover-tertiary.sc-biggive-totalizer:hover,.background-colour-tertiary.sc-biggive-totalizer{background-color:#FF7272}/*!@.background-colour-hover-brand-1:hover,\n.background-colour-brand-1*/.background-colour-hover-brand-1.sc-biggive-totalizer:hover,.background-colour-brand-1.sc-biggive-totalizer{background-color:#B30510}/*!@.background-colour-hover-brand-2:hover,\n.background-colour-brand-2*/.background-colour-hover-brand-2.sc-biggive-totalizer:hover,.background-colour-brand-2.sc-biggive-totalizer{background-color:#6E0887}/*!@.background-colour-hover-brand-3:hover,\n.background-colour-brand-3*/.background-colour-hover-brand-3.sc-biggive-totalizer:hover,.background-colour-brand-3.sc-biggive-totalizer{background-color:#50B400}/*!@.background-colour-hover-brand-4:hover,\n.background-colour-brand-4*/.background-colour-hover-brand-4.sc-biggive-totalizer:hover,.background-colour-brand-4.sc-biggive-totalizer{background-color:#FFE500}/*!@.background-colour-hover-brand-5:hover,\n.background-colour-brand-5*/.background-colour-hover-brand-5.sc-biggive-totalizer:hover,.background-colour-brand-5.sc-biggive-totalizer{background-color:#F07D00}/*!@.background-colour-hover-brand-6:hover,\n.background-colour-brand-6*/.background-colour-hover-brand-6.sc-biggive-totalizer:hover,.background-colour-brand-6.sc-biggive-totalizer{background-color:#CBC8C8}/*!@.background-colour-hover-white:hover,\n.background-colour-white*/.background-colour-hover-white.sc-biggive-totalizer:hover,.background-colour-white.sc-biggive-totalizer{background-color:#FFFFFF}/*!@.background-colour-hover-black:hover,\n.background-colour-black*/.background-colour-hover-black.sc-biggive-totalizer:hover,.background-colour-black.sc-biggive-totalizer{background-color:#000000}/*!@.background-colour-hover-white:hover,\n.background-colour-white*/.background-colour-hover-white.sc-biggive-totalizer:hover,.background-colour-white.sc-biggive-totalizer{background-color:#FFFFFF}/*!@.background-colour-hover-grey-extra-light:hover,\n.background-colour-grey-extra-light*/.background-colour-hover-grey-extra-light.sc-biggive-totalizer:hover,.background-colour-grey-extra-light.sc-biggive-totalizer{background-color:#D7D7D7}/*!@.background-colour-hover-grey-light:hover,\n.background-colour-grey-light*/.background-colour-hover-grey-light.sc-biggive-totalizer:hover,.background-colour-grey-light.sc-biggive-totalizer{background-color:#E8E8E8}/*!@.background-colour-hover-grey-medium:hover,\n.background-colour-grey-medium*/.background-colour-hover-grey-medium.sc-biggive-totalizer:hover,.background-colour-grey-medium.sc-biggive-totalizer{background-color:#8A8A8A}/*!@.background-colour-hover-grey-dark:hover,\n.background-colour-grey-dark*/.background-colour-hover-grey-dark.sc-biggive-totalizer:hover,.background-colour-grey-dark.sc-biggive-totalizer{background-color:#4A4A4A}/*!@.space-above-0*/.space-above-0.sc-biggive-totalizer{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-totalizer{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-totalizer{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-totalizer{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-totalizer{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-totalizer{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-totalizer{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-totalizer{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-totalizer{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-totalizer{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-totalizer{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-totalizer{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-totalizer{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-totalizer{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-totalizer:hover,.text-colour-primary.sc-biggive-totalizer{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-totalizer:hover,.text-colour-secondary.sc-biggive-totalizer{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-totalizer:hover,.text-colour-tertiary.sc-biggive-totalizer{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-totalizer:hover,.text-colour-brand-1.sc-biggive-totalizer{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-totalizer:hover,.text-colour-brand-2.sc-biggive-totalizer{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-totalizer:hover,.text-colour-brand-3.sc-biggive-totalizer{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-totalizer:hover,.text-colour-brand-4.sc-biggive-totalizer{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-totalizer:hover,.text-colour-brand-5.sc-biggive-totalizer{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-totalizer:hover,.text-colour-brand-6.sc-biggive-totalizer{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-totalizer:hover,.text-colour-white.sc-biggive-totalizer{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-totalizer:hover,.text-colour-black.sc-biggive-totalizer{color:#000000}/*!@.text-colour-hover-grey-extra-light:hover,\n.text-colour-grey-extra-light*/.text-colour-hover-grey-extra-light.sc-biggive-totalizer:hover,.text-colour-grey-extra-light.sc-biggive-totalizer{color:#D7D7D7}/*!@.text-colour-hover-grey-light:hover,\n.text-colour-grey-light*/.text-colour-hover-grey-light.sc-biggive-totalizer:hover,.text-colour-grey-light.sc-biggive-totalizer{color:#E8E8E8}/*!@.text-colour-hover-grey-medium:hover,\n.text-colour-grey-medium*/.text-colour-hover-grey-medium.sc-biggive-totalizer:hover,.text-colour-grey-medium.sc-biggive-totalizer{color:#8A8A8A}/*!@.text-colour-hover-grey-dark:hover,\n.text-colour-grey-dark*/.text-colour-hover-grey-dark.sc-biggive-totalizer:hover,.text-colour-grey-dark.sc-biggive-totalizer{color:#4A4A4A}/*!@:host*/.sc-biggive-totalizer-h{display:contents;font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px}@keyframes ticker{0%{transform:translate3d(0, 0, 0)}100%{transform:translate3d(-100%, 0, 0)}}/*!@.container*/.container.sc-biggive-totalizer{position:absolute;left:0;right:0;z-index:1}/*!@.container .main-message-wrap*/.container.sc-biggive-totalizer .main-message-wrap.sc-biggive-totalizer{position:absolute;z-index:1;padding:10px 30px;left:0;top:0;font-size:24px;line-height:30px;font-weight:600;max-width:33.3%}/*!@.container .ticker-wrap*/.container.sc-biggive-totalizer .ticker-wrap.sc-biggive-totalizer{padding:10px 0 10px 0;min-height:17px;font-size:17px;line-height:24px;overflow:hidden;position:relative}/*!@.container .ticker-wrap .sleeve*/.container.sc-biggive-totalizer .ticker-wrap.sc-biggive-totalizer .sleeve.sc-biggive-totalizer{will-change:transform;width:100%;position:absolute;left:100%;display:flex;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:ticker;animation-duration:20s}/*!@.container .ticker-wrap .sleeve .ticker-item*/.container.sc-biggive-totalizer .ticker-wrap.sc-biggive-totalizer .sleeve.sc-biggive-totalizer .ticker-item.sc-biggive-totalizer{white-space:nowrap;padding:0 15px}@media screen and (max-width: 768px){/*!@.container .main-message-wrap*/.container.sc-biggive-totalizer .main-message-wrap.sc-biggive-totalizer{font-size:17px;line-height:24px;padding:10px}}";
7895
8360
 
7896
8361
  class BiggiveTotalizer {
7897
8362
  constructor(hostRef) {
@@ -8002,7 +8467,7 @@ class BiggiveVideo {
8002
8467
  }; }
8003
8468
  }
8004
8469
 
8005
- const biggiveVideoFeatureCss = "/*!@a*/a.sc-biggive-video-feature{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-video-feature:hover{text-decoration:none}/*!@.space-above-0*/.space-above-0.sc-biggive-video-feature{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-video-feature{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-video-feature{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-video-feature{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-video-feature{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-video-feature{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-video-feature{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-video-feature{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-video-feature{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-video-feature{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-video-feature{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-video-feature{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-video-feature{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-video-feature{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-video-feature:hover,.text-colour-primary.sc-biggive-video-feature{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-video-feature:hover,.text-colour-secondary.sc-biggive-video-feature{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-video-feature:hover,.text-colour-tertiary.sc-biggive-video-feature{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-video-feature:hover,.text-colour-brand-1.sc-biggive-video-feature{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-video-feature:hover,.text-colour-brand-2.sc-biggive-video-feature{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-video-feature:hover,.text-colour-brand-3.sc-biggive-video-feature{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-video-feature:hover,.text-colour-brand-4.sc-biggive-video-feature{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-video-feature:hover,.text-colour-brand-5.sc-biggive-video-feature{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-video-feature:hover,.text-colour-brand-6.sc-biggive-video-feature{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-video-feature:hover,.text-colour-white.sc-biggive-video-feature{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-video-feature:hover,.text-colour-black.sc-biggive-video-feature{color:#000000}/*!@:host*/.sc-biggive-video-feature-h{display:contents}/*!@.video-wrap*/.video-wrap.sc-biggive-video-feature{position:relative;padding-bottom:56.25%}/*!@.video-wrap iframe, .video-wrap video*/.video-wrap.sc-biggive-video-feature iframe.sc-biggive-video-feature,.video-wrap.sc-biggive-video-feature video.sc-biggive-video-feature{position:absolute;border:0;display:block;left:0;right:0;top:0;bottom:0;width:100%;height:100%}/*!@.container*/.container.sc-biggive-video-feature{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;position:relative}/*!@.container .sleeve*/.container.sc-biggive-video-feature .sleeve.sc-biggive-video-feature{display:flex;justify-content:space-between}/*!@.container .sleeve .content-wrap*/.container.sc-biggive-video-feature .sleeve.sc-biggive-video-feature .content-wrap.sc-biggive-video-feature{width:calc(40% - 15px);position:relative;z-index:1}/*!@.container .sleeve .content-wrap .slug*/.container.sc-biggive-video-feature .sleeve.sc-biggive-video-feature .content-wrap.sc-biggive-video-feature .slug.sc-biggive-video-feature{font-size:20px;line-height:24px;font-weight:bold;margin:0;padding:0}/*!@.container .sleeve .content-wrap h2*/.container.sc-biggive-video-feature .sleeve.sc-biggive-video-feature .content-wrap.sc-biggive-video-feature h2.sc-biggive-video-feature{font-size:38px;line-height:45px;font-weight:bold;margin:0 0 15px 0;padding:0}/*!@.container .sleeve .content-wrap .teaser*/.container.sc-biggive-video-feature .sleeve.sc-biggive-video-feature .content-wrap.sc-biggive-video-feature .teaser.sc-biggive-video-feature{margin:0 0 45px 0;padding:0}/*!@.container .sleeve .graphic-wrap*/.container.sc-biggive-video-feature .sleeve.sc-biggive-video-feature .graphic-wrap.sc-biggive-video-feature{width:calc(60% - 15px)}@media screen and (max-width: 576px){/*!@.container .sleeve*/.container.sc-biggive-video-feature .sleeve.sc-biggive-video-feature{flex-wrap:wrap}/*!@.container .sleeve .content-wrap*/.container.sc-biggive-video-feature .sleeve.sc-biggive-video-feature .content-wrap.sc-biggive-video-feature{width:100%}/*!@.container .sleeve .graphic-wrap*/.container.sc-biggive-video-feature .sleeve.sc-biggive-video-feature .graphic-wrap.sc-biggive-video-feature{padding-top:20px;width:100%;margin-bottom:15px}}";
8470
+ const biggiveVideoFeatureCss = "/*!@a*/a.sc-biggive-video-feature{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-video-feature:hover{text-decoration:none}/*!@.space-above-0*/.space-above-0.sc-biggive-video-feature{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-video-feature{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-video-feature{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-video-feature{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-video-feature{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-video-feature{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-video-feature{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-video-feature{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-video-feature{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-video-feature{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-video-feature{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-video-feature{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-video-feature{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-video-feature{margin-bottom:60px}/*!@.text-colour-hover-primary:hover,\n.text-colour-primary*/.text-colour-hover-primary.sc-biggive-video-feature:hover,.text-colour-primary.sc-biggive-video-feature{color:#2C089B}/*!@.text-colour-hover-secondary:hover,\n.text-colour-secondary*/.text-colour-hover-secondary.sc-biggive-video-feature:hover,.text-colour-secondary.sc-biggive-video-feature{color:#2AF135}/*!@.text-colour-hover-tertiary:hover,\n.text-colour-tertiary*/.text-colour-hover-tertiary.sc-biggive-video-feature:hover,.text-colour-tertiary.sc-biggive-video-feature{color:#FF7272}/*!@.text-colour-hover-brand-1:hover,\n.text-colour-brand-1*/.text-colour-hover-brand-1.sc-biggive-video-feature:hover,.text-colour-brand-1.sc-biggive-video-feature{color:#B30510}/*!@.text-colour-hover-brand-2:hover,\n.text-colour-brand-2*/.text-colour-hover-brand-2.sc-biggive-video-feature:hover,.text-colour-brand-2.sc-biggive-video-feature{color:#6E0887}/*!@.text-colour-hover-brand-3:hover,\n.text-colour-brand-3*/.text-colour-hover-brand-3.sc-biggive-video-feature:hover,.text-colour-brand-3.sc-biggive-video-feature{color:#50B400}/*!@.text-colour-hover-brand-4:hover,\n.text-colour-brand-4*/.text-colour-hover-brand-4.sc-biggive-video-feature:hover,.text-colour-brand-4.sc-biggive-video-feature{color:#FFE500}/*!@.text-colour-hover-brand-5:hover,\n.text-colour-brand-5*/.text-colour-hover-brand-5.sc-biggive-video-feature:hover,.text-colour-brand-5.sc-biggive-video-feature{color:#F07D00}/*!@.text-colour-hover-brand-6:hover,\n.text-colour-brand-6*/.text-colour-hover-brand-6.sc-biggive-video-feature:hover,.text-colour-brand-6.sc-biggive-video-feature{color:#CBC8C8}/*!@.text-colour-hover-white:hover,\n.text-colour-white*/.text-colour-hover-white.sc-biggive-video-feature:hover,.text-colour-white.sc-biggive-video-feature{color:#FFFFFF}/*!@.text-colour-hover-black:hover,\n.text-colour-black*/.text-colour-hover-black.sc-biggive-video-feature:hover,.text-colour-black.sc-biggive-video-feature{color:#000000}/*!@.text-colour-hover-grey-extra-light:hover,\n.text-colour-grey-extra-light*/.text-colour-hover-grey-extra-light.sc-biggive-video-feature:hover,.text-colour-grey-extra-light.sc-biggive-video-feature{color:#D7D7D7}/*!@.text-colour-hover-grey-light:hover,\n.text-colour-grey-light*/.text-colour-hover-grey-light.sc-biggive-video-feature:hover,.text-colour-grey-light.sc-biggive-video-feature{color:#E8E8E8}/*!@.text-colour-hover-grey-medium:hover,\n.text-colour-grey-medium*/.text-colour-hover-grey-medium.sc-biggive-video-feature:hover,.text-colour-grey-medium.sc-biggive-video-feature{color:#8A8A8A}/*!@.text-colour-hover-grey-dark:hover,\n.text-colour-grey-dark*/.text-colour-hover-grey-dark.sc-biggive-video-feature:hover,.text-colour-grey-dark.sc-biggive-video-feature{color:#4A4A4A}/*!@:host*/.sc-biggive-video-feature-h{display:contents}/*!@.video-wrap*/.video-wrap.sc-biggive-video-feature{position:relative;padding-bottom:56.25%}/*!@.video-wrap iframe, .video-wrap video*/.video-wrap.sc-biggive-video-feature iframe.sc-biggive-video-feature,.video-wrap.sc-biggive-video-feature video.sc-biggive-video-feature{position:absolute;border:0;display:block;left:0;right:0;top:0;bottom:0;width:100%;height:100%}/*!@.container*/.container.sc-biggive-video-feature{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;position:relative}/*!@.container .sleeve*/.container.sc-biggive-video-feature .sleeve.sc-biggive-video-feature{display:flex;justify-content:space-between}/*!@.container .sleeve .content-wrap*/.container.sc-biggive-video-feature .sleeve.sc-biggive-video-feature .content-wrap.sc-biggive-video-feature{width:calc(40% - 15px);position:relative;z-index:1}/*!@.container .sleeve .content-wrap .slug*/.container.sc-biggive-video-feature .sleeve.sc-biggive-video-feature .content-wrap.sc-biggive-video-feature .slug.sc-biggive-video-feature{font-size:20px;line-height:24px;font-weight:bold;margin:0;padding:0}/*!@.container .sleeve .content-wrap h2*/.container.sc-biggive-video-feature .sleeve.sc-biggive-video-feature .content-wrap.sc-biggive-video-feature h2.sc-biggive-video-feature{font-size:38px;line-height:45px;font-weight:bold;margin:0 0 15px 0;padding:0}/*!@.container .sleeve .content-wrap .teaser*/.container.sc-biggive-video-feature .sleeve.sc-biggive-video-feature .content-wrap.sc-biggive-video-feature .teaser.sc-biggive-video-feature{margin:0 0 45px 0;padding:0}/*!@.container .sleeve .graphic-wrap*/.container.sc-biggive-video-feature .sleeve.sc-biggive-video-feature .graphic-wrap.sc-biggive-video-feature{width:calc(60% - 15px)}@media screen and (max-width: 576px){/*!@.container .sleeve*/.container.sc-biggive-video-feature .sleeve.sc-biggive-video-feature{flex-wrap:wrap}/*!@.container .sleeve .content-wrap*/.container.sc-biggive-video-feature .sleeve.sc-biggive-video-feature .content-wrap.sc-biggive-video-feature{width:100%}/*!@.container .sleeve .graphic-wrap*/.container.sc-biggive-video-feature .sleeve.sc-biggive-video-feature .graphic-wrap.sc-biggive-video-feature{padding-top:20px;width:100%;margin-bottom:15px}}";
8006
8471
 
8007
8472
  class BiggiveVideoFeature {
8008
8473
  constructor(hostRef) {
@@ -8051,6 +8516,8 @@ class BiggiveVideoFeature {
8051
8516
 
8052
8517
  registerComponents([
8053
8518
  BigGiveSearch,
8519
+ BiggiveAccordion,
8520
+ BiggiveAccordionEntry,
8054
8521
  BiggiveArticleCard,
8055
8522
  BiggiveBackToTop,
8056
8523
  BiggiveBasicCard,
@@ -8063,6 +8530,7 @@ registerComponents([
8063
8530
  BiggiveCampaignCard,
8064
8531
  BiggiveCampaignCardFilterGrid,
8065
8532
  BiggiveCampaignHighlights,
8533
+ BiggiveCarousel,
8066
8534
  BiggiveCategoryIcon,
8067
8535
  BiggiveFooter,
8068
8536
  BiggiveForm,
@@ -8092,6 +8560,9 @@ registerComponents([
8092
8560
  BiggiveTabbedContent,
8093
8561
  BiggiveTable,
8094
8562
  BiggiveTextInput,
8563
+ BiggiveTimeline,
8564
+ BiggiveTimelineEntry,
8565
+ BiggiveTippingSlider,
8095
8566
  BiggiveTotalizer,
8096
8567
  BiggiveTotalizerTickerItem,
8097
8568
  BiggiveVideo,