@dnb/eufemia 10.0.0-beta.1 → 10.0.0-beta.2

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 (722) hide show
  1. package/CHANGELOG.md +59 -0
  2. package/assets/fonts/dnb/DNB-Bold.eot +0 -0
  3. package/assets/fonts/dnb/DNB-Bold.otf +0 -0
  4. package/assets/fonts/dnb/DNB-Light.eot +0 -0
  5. package/assets/fonts/dnb/DNB-Light.otf +0 -0
  6. package/assets/fonts/dnb/DNB-Medium.eot +0 -0
  7. package/assets/fonts/dnb/DNB-Medium.otf +0 -0
  8. package/assets/fonts/dnb/DNB-Regular.eot +0 -0
  9. package/assets/fonts/dnb/DNB-Regular.otf +0 -0
  10. package/assets/fonts/dnb/DNB.zip +0 -0
  11. package/assets/fonts/dnb/DNBMono-Bold.eot +0 -0
  12. package/assets/fonts/dnb/DNBMono-Bold.otf +0 -0
  13. package/assets/fonts/dnb/DNBMono-Light.eot +0 -0
  14. package/assets/fonts/dnb/DNBMono-Light.otf +0 -0
  15. package/assets/fonts/dnb/DNBMono-Medium.eot +0 -0
  16. package/assets/fonts/dnb/DNBMono-Medium.otf +0 -0
  17. package/assets/fonts/dnb/DNBMono-Regular.eot +0 -0
  18. package/assets/fonts/dnb/DNBMono-Regular.otf +0 -0
  19. package/assets/fonts/dnb/DNBMono.zip +0 -0
  20. package/cjs/components/accordion/Accordion.d.ts +30 -98
  21. package/cjs/components/accordion/AccordionContent.d.ts +4 -25
  22. package/cjs/components/accordion/AccordionHeader.d.ts +33 -119
  23. package/cjs/components/accordion/AccordionProvider.d.ts +26 -61
  24. package/cjs/components/autocomplete/Autocomplete.d.ts +69 -148
  25. package/cjs/components/avatar/Avatar.d.ts +3 -3
  26. package/cjs/components/avatar/AvatarGroup.d.ts +2 -2
  27. package/cjs/components/badge/Badge.d.ts +2 -2
  28. package/cjs/components/breadcrumb/Breadcrumb.d.ts +2 -2
  29. package/cjs/components/breadcrumb/BreadcrumbItem.d.ts +1 -1
  30. package/cjs/components/button/Button.d.ts +30 -86
  31. package/cjs/components/button/style/themes/dnb-button-theme-sbanken.css +583 -0
  32. package/cjs/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -0
  33. package/cjs/components/button/style/themes/dnb-button-theme-sbanken.scss +30 -0
  34. package/cjs/components/checkbox/Checkbox.d.ts +20 -86
  35. package/cjs/components/date-picker/DatePicker.d.ts +47 -132
  36. package/cjs/components/date-picker/DatePickerAddon.d.ts +0 -4
  37. package/cjs/components/date-picker/DatePickerCalendar.d.ts +0 -4
  38. package/cjs/components/date-picker/DatePickerFooter.d.ts +0 -4
  39. package/cjs/components/date-picker/DatePickerInput.d.ts +12 -18
  40. package/cjs/components/date-picker/DatePickerInput.js +14 -11
  41. package/cjs/components/date-picker/DatePickerProvider.d.ts +3 -8
  42. package/cjs/components/date-picker/DatePickerRange.d.ts +0 -4
  43. package/cjs/components/dialog/parts/DialogBody.d.ts +1 -1
  44. package/cjs/components/dialog/types.d.ts +5 -5
  45. package/cjs/components/drawer/parts/DrawerBody.d.ts +1 -1
  46. package/cjs/components/drawer/types.d.ts +5 -5
  47. package/cjs/components/dropdown/Dropdown.d.ts +67 -151
  48. package/cjs/components/form-label/FormLabel.d.ts +9 -67
  49. package/cjs/components/form-row/FormRow.d.ts +22 -89
  50. package/cjs/components/form-row/FormRowHelpers.d.ts +1 -1
  51. package/cjs/components/form-set/FormSet.d.ts +24 -93
  52. package/cjs/components/form-status/FormStatus.d.ts +12 -89
  53. package/cjs/components/global-error/GlobalError.d.ts +4 -24
  54. package/cjs/components/global-status/GlobalStatus.d.ts +110 -77
  55. package/cjs/components/global-status/GlobalStatusController.d.ts +3 -12
  56. package/cjs/components/heading/Heading.d.ts +30 -79
  57. package/cjs/components/heading/HeadingProvider.d.ts +10 -19
  58. package/cjs/components/height-animation/HeightAnimation.d.ts +1 -1
  59. package/cjs/components/icon/Icon.d.ts +8 -65
  60. package/cjs/components/icon-primary/IconPrimary.d.ts +7 -65
  61. package/cjs/components/info-card/InfoCard.d.ts +2 -2
  62. package/cjs/components/info-card/InfoCard.js +1 -1
  63. package/cjs/components/input/Input.d.ts +87 -109
  64. package/cjs/components/input/Input.js +2 -0
  65. package/cjs/components/input/InputPassword.d.ts +0 -4
  66. package/cjs/components/input-masked/InputMasked.d.ts +38 -117
  67. package/cjs/components/input-masked/InputMasked.js +2 -3
  68. package/cjs/components/input-masked/InputMaskedHooks.d.ts +0 -1
  69. package/cjs/components/input-masked/InputMaskedHooks.js +11 -21
  70. package/cjs/components/input-masked/TextMask.d.ts +0 -4
  71. package/cjs/components/logo/Logo.d.ts +4 -59
  72. package/cjs/components/modal/Modal.d.ts +1 -1
  73. package/cjs/components/modal/ModalContent.js +12 -5
  74. package/cjs/components/modal/ModalRoot.d.ts +1 -1
  75. package/cjs/components/modal/types.d.ts +13 -14
  76. package/cjs/components/number-format/NumberFormat.d.ts +19 -85
  77. package/cjs/components/number-format/NumberUtils.d.ts +3 -1
  78. package/cjs/components/pagination/Pagination.d.ts +35 -214
  79. package/cjs/components/pagination/PaginationBar.d.ts +1 -1
  80. package/cjs/components/pagination/PaginationBar.js +1 -1
  81. package/cjs/components/pagination/PaginationHelpers.d.ts +0 -4
  82. package/cjs/components/pagination/PaginationInfinity.d.ts +0 -8
  83. package/cjs/components/pagination/PaginationProvider.d.ts +0 -12
  84. package/cjs/components/pagination/style/themes/dnb-pagination-theme-ui.css +2 -8
  85. package/cjs/components/pagination/style/themes/dnb-pagination-theme-ui.min.css +1 -1
  86. package/cjs/components/pagination/style/themes/dnb-pagination-theme-ui.scss +3 -4
  87. package/cjs/components/progress-indicator/ProgressIndicator.d.ts +13 -71
  88. package/cjs/components/progress-indicator/ProgressIndicatorCircular.d.ts +1 -5
  89. package/cjs/components/progress-indicator/ProgressIndicatorLinear.d.ts +1 -5
  90. package/cjs/components/radio/Radio.d.ts +18 -43
  91. package/cjs/components/radio/RadioGroup.d.ts +22 -51
  92. package/cjs/components/section/Section.d.ts +1 -1
  93. package/cjs/components/skeleton/Skeleton.d.ts +12 -63
  94. package/cjs/components/skeleton/SkeletonHelper.d.ts +2 -2
  95. package/cjs/components/skeleton/figures/Article.d.ts +0 -4
  96. package/cjs/components/skeleton/figures/Circle.d.ts +0 -4
  97. package/cjs/components/skeleton/figures/Product.d.ts +0 -4
  98. package/cjs/components/skeleton/figures/Table.d.ts +0 -4
  99. package/cjs/components/skeleton/style/dnb-skeleton.css +4 -4
  100. package/cjs/components/skeleton/style/dnb-skeleton.min.css +1 -1
  101. package/cjs/components/skeleton/style/dnb-skeleton.scss +1 -1
  102. package/cjs/components/slider/types.d.ts +3 -2
  103. package/cjs/components/space/Space.d.ts +8 -7
  104. package/cjs/components/space/SpacingUtils.d.ts +4 -19
  105. package/cjs/components/space/SpacingUtils.js +4 -2
  106. package/cjs/components/space/types.d.ts +14 -1
  107. package/cjs/components/step-indicator/StepIndicator.d.ts +14 -71
  108. package/cjs/components/step-indicator/StepIndicatorContext.d.ts +0 -4
  109. package/cjs/components/step-indicator/StepIndicatorItem.d.ts +7 -20
  110. package/cjs/components/step-indicator/StepIndicatorSidebar.d.ts +11 -9
  111. package/cjs/components/step-indicator/StepIndicatorTriggerButton.d.ts +0 -4
  112. package/cjs/components/switch/Switch.d.ts +13 -76
  113. package/cjs/components/tabs/Tabs.d.ts +17 -83
  114. package/cjs/components/tabs/TabsContentWrapper.d.ts +3 -7
  115. package/cjs/components/tabs/TabsCustomContent.d.ts +6 -63
  116. package/cjs/components/tabs/style/dnb-tabs.css +8 -8
  117. package/cjs/components/tabs/style/dnb-tabs.min.css +1 -1
  118. package/cjs/components/tag/Tag.d.ts +2 -2
  119. package/cjs/components/tag/TagGroup.d.ts +2 -2
  120. package/cjs/components/textarea/Textarea.d.ts +23 -88
  121. package/cjs/components/textarea/style/themes/dnb-textarea-theme-ui.css +8 -8
  122. package/cjs/components/textarea/style/themes/dnb-textarea-theme-ui.min.css +1 -1
  123. package/cjs/components/timeline/Timeline.d.ts +2 -2
  124. package/cjs/components/timeline/TimelineItem.d.ts +1 -1
  125. package/cjs/components/toggle-button/ToggleButton.d.ts +27 -94
  126. package/cjs/components/toggle-button/ToggleButtonGroup.d.ts +22 -88
  127. package/cjs/components/tooltip/types.d.ts +1 -1
  128. package/cjs/components/upload/types.d.ts +2 -2
  129. package/cjs/elements/Anchor.d.ts +4 -3
  130. package/cjs/elements/Anchor.js +2 -1
  131. package/cjs/elements/Blockquote.d.ts +4 -24
  132. package/cjs/elements/Code.d.ts +4 -24
  133. package/cjs/elements/Div.d.ts +4 -24
  134. package/cjs/elements/Dl.d.ts +1 -1
  135. package/cjs/elements/Element.d.ts +4 -3
  136. package/cjs/elements/Element.js +1 -3
  137. package/cjs/elements/H.d.ts +4 -24
  138. package/cjs/elements/H1.d.ts +4 -24
  139. package/cjs/elements/H2.d.ts +4 -24
  140. package/cjs/elements/H3.d.ts +4 -24
  141. package/cjs/elements/H4.d.ts +4 -24
  142. package/cjs/elements/H5.d.ts +4 -24
  143. package/cjs/elements/H6.d.ts +4 -24
  144. package/cjs/elements/Hr.d.ts +4 -24
  145. package/cjs/elements/Img.d.ts +6 -26
  146. package/cjs/elements/Link.d.ts +1 -1
  147. package/cjs/elements/P.d.ts +3 -24
  148. package/cjs/elements/Span.d.ts +4 -24
  149. package/cjs/elements/lib.d.ts +2 -2
  150. package/cjs/extensions/payment-card/PaymentCard.d.ts +7 -65
  151. package/cjs/extensions/payment-card/icons/BankAxept.d.ts +0 -4
  152. package/cjs/extensions/payment-card/icons/Clock.d.ts +0 -4
  153. package/cjs/extensions/payment-card/icons/DNB.d.ts +0 -4
  154. package/cjs/extensions/payment-card/icons/DNBMetalic.d.ts +0 -4
  155. package/cjs/extensions/payment-card/icons/MastercardDefault.d.ts +0 -4
  156. package/cjs/extensions/payment-card/icons/MastercardMetalic.d.ts +0 -4
  157. package/cjs/extensions/payment-card/icons/MastercardMetalicBlack.d.ts +0 -4
  158. package/cjs/extensions/payment-card/icons/PB.d.ts +0 -4
  159. package/cjs/extensions/payment-card/icons/PBPlatinum.d.ts +0 -4
  160. package/cjs/extensions/payment-card/icons/Padlock.d.ts +0 -4
  161. package/cjs/extensions/payment-card/icons/Pluss.d.ts +0 -4
  162. package/cjs/extensions/payment-card/icons/SagaGold.d.ts +0 -4
  163. package/cjs/extensions/payment-card/icons/SagaPlatinum.d.ts +0 -4
  164. package/cjs/extensions/payment-card/icons/SagaVisaPlatinum.d.ts +0 -4
  165. package/cjs/extensions/payment-card/icons/VisaDefault.d.ts +0 -4
  166. package/cjs/extensions/payment-card/icons/VisaMetalic.d.ts +0 -4
  167. package/cjs/extensions/payment-card/utils/CardDesigns.js +1 -1
  168. package/cjs/fragments/drawer-list/DrawerList.d.ts +33 -60
  169. package/cjs/fragments/drawer-list/DrawerListPortal.d.ts +0 -12
  170. package/cjs/fragments/drawer-list/DrawerListProvider.d.ts +19 -56
  171. package/cjs/fragments/scroll-view/ScrollView.d.ts +1 -1
  172. package/cjs/fragments/scroll-view/ScrollView.js +3 -3
  173. package/cjs/fragments/scroll-view/style/themes/dnb-scroll-view-theme-ui.scss +7 -5
  174. package/cjs/shared/AlignmentHelper.d.ts +0 -4
  175. package/cjs/shared/Context.d.ts +2 -2
  176. package/cjs/shared/Eufemia.js +1 -1
  177. package/cjs/shared/MediaQuery.d.ts +1 -1
  178. package/cjs/shared/MediaQuery.js +1 -1
  179. package/cjs/shared/helpers/Suffix.d.ts +2 -1
  180. package/cjs/style/core/scopes.scss +1 -1
  181. package/cjs/style/core/utilities.scss +15 -9
  182. package/cjs/style/dnb-ui-basis.css +9 -155
  183. package/cjs/style/dnb-ui-basis.min.css +1 -1
  184. package/cjs/style/dnb-ui-basis.scss +1 -2
  185. package/cjs/style/dnb-ui-body.css +1 -88
  186. package/cjs/style/dnb-ui-body.min.css +1 -1
  187. package/cjs/style/dnb-ui-body.scss +1 -1
  188. package/cjs/style/dnb-ui-components.css +28 -28
  189. package/cjs/style/dnb-ui-components.min.css +1 -1
  190. package/cjs/style/dnb-ui-core.css +9 -155
  191. package/cjs/style/dnb-ui-core.min.css +1 -1
  192. package/cjs/style/dnb-ui-core.scss +1 -2
  193. package/cjs/style/dnb-ui-elements.css +0 -87
  194. package/cjs/style/dnb-ui-elements.min.css +1 -1
  195. package/cjs/style/dnb-ui-elements.scss +0 -1
  196. package/cjs/style/dnb-ui-fragments.css +16 -16
  197. package/cjs/style/dnb-ui-fragments.min.css +1 -1
  198. package/cjs/style/dnb-ui-tags.css +0 -87
  199. package/cjs/style/dnb-ui-tags.min.css +1 -1
  200. package/cjs/style/dnb-ui-tags.scss +0 -1
  201. package/cjs/style/elements/anchor-mixins.scss +3 -3
  202. package/cjs/style/elements/anchor.scss +2 -2
  203. package/cjs/style/stylis.d.ts +20 -36
  204. package/cjs/style/stylis.js +1 -1
  205. package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.css +79 -19
  206. package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +1 -1
  207. package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.scss +1 -2
  208. package/cjs/style/themes/theme-sbanken/dnb-theme-sbanken.css +4978 -0
  209. package/cjs/style/themes/theme-sbanken/dnb-theme-sbanken.min.css +1 -0
  210. package/cjs/style/themes/theme-sbanken/dnb-theme-sbanken.scss +49 -0
  211. package/cjs/style/{core → themes/theme-sbanken}/fonts.scss +1 -1
  212. package/cjs/style/themes/theme-sbanken/properties.d.ts +89 -0
  213. package/cjs/style/themes/theme-sbanken/properties.js +95 -0
  214. package/cjs/style/themes/theme-sbanken/properties.scss +126 -0
  215. package/cjs/style/themes/theme-ui/dnb-theme-ui.css +78 -18
  216. package/cjs/style/themes/theme-ui/dnb-theme-ui.min.css +1 -1
  217. package/cjs/style/themes/theme-ui/dnb-theme-ui.scss +3 -2
  218. package/cjs/style/themes/theme-ui/dnb-ui-fonts.css +66 -0
  219. package/cjs/style/themes/theme-ui/dnb-ui-fonts.min.css +1 -0
  220. package/cjs/style/themes/theme-ui/dnb-ui-fonts.scss +7 -0
  221. package/cjs/style/themes/theme-ui/dnb-ui-properties.scss +8 -0
  222. package/{style/core → cjs/style/themes/theme-ui}/fonts.scss +1 -1
  223. package/components/accordion/Accordion.d.ts +30 -98
  224. package/components/accordion/AccordionContent.d.ts +4 -25
  225. package/components/accordion/AccordionHeader.d.ts +33 -119
  226. package/components/accordion/AccordionProvider.d.ts +26 -61
  227. package/components/autocomplete/Autocomplete.d.ts +69 -148
  228. package/components/avatar/Avatar.d.ts +3 -3
  229. package/components/avatar/AvatarGroup.d.ts +2 -2
  230. package/components/badge/Badge.d.ts +2 -2
  231. package/components/breadcrumb/Breadcrumb.d.ts +2 -2
  232. package/components/breadcrumb/BreadcrumbItem.d.ts +1 -1
  233. package/components/button/Button.d.ts +30 -86
  234. package/components/button/style/themes/dnb-button-theme-sbanken.css +583 -0
  235. package/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -0
  236. package/components/button/style/themes/dnb-button-theme-sbanken.scss +30 -0
  237. package/components/checkbox/Checkbox.d.ts +20 -86
  238. package/components/date-picker/DatePicker.d.ts +47 -132
  239. package/components/date-picker/DatePickerAddon.d.ts +0 -4
  240. package/components/date-picker/DatePickerCalendar.d.ts +0 -4
  241. package/components/date-picker/DatePickerFooter.d.ts +0 -4
  242. package/components/date-picker/DatePickerInput.d.ts +12 -18
  243. package/components/date-picker/DatePickerInput.js +14 -11
  244. package/components/date-picker/DatePickerProvider.d.ts +3 -8
  245. package/components/date-picker/DatePickerRange.d.ts +0 -4
  246. package/components/dialog/parts/DialogBody.d.ts +1 -1
  247. package/components/dialog/types.d.ts +5 -5
  248. package/components/drawer/parts/DrawerBody.d.ts +1 -1
  249. package/components/drawer/types.d.ts +5 -5
  250. package/components/dropdown/Dropdown.d.ts +67 -151
  251. package/components/form-label/FormLabel.d.ts +9 -67
  252. package/components/form-row/FormRow.d.ts +22 -89
  253. package/components/form-row/FormRowHelpers.d.ts +1 -1
  254. package/components/form-set/FormSet.d.ts +24 -93
  255. package/components/form-status/FormStatus.d.ts +12 -89
  256. package/components/global-error/GlobalError.d.ts +4 -24
  257. package/components/global-status/GlobalStatus.d.ts +110 -77
  258. package/components/global-status/GlobalStatusController.d.ts +3 -12
  259. package/components/heading/Heading.d.ts +30 -79
  260. package/components/heading/HeadingProvider.d.ts +10 -19
  261. package/components/height-animation/HeightAnimation.d.ts +1 -1
  262. package/components/icon/Icon.d.ts +8 -65
  263. package/components/icon-primary/IconPrimary.d.ts +7 -65
  264. package/components/info-card/InfoCard.d.ts +2 -2
  265. package/components/info-card/InfoCard.js +1 -1
  266. package/components/input/Input.d.ts +87 -109
  267. package/components/input/Input.js +2 -0
  268. package/components/input/InputPassword.d.ts +0 -4
  269. package/components/input-masked/InputMasked.d.ts +38 -117
  270. package/components/input-masked/InputMasked.js +4 -3
  271. package/components/input-masked/InputMaskedHooks.d.ts +0 -1
  272. package/components/input-masked/InputMaskedHooks.js +10 -15
  273. package/components/input-masked/TextMask.d.ts +0 -4
  274. package/components/logo/Logo.d.ts +4 -59
  275. package/components/modal/Modal.d.ts +1 -1
  276. package/components/modal/ModalContent.js +12 -5
  277. package/components/modal/ModalRoot.d.ts +1 -1
  278. package/components/modal/types.d.ts +13 -14
  279. package/components/number-format/NumberFormat.d.ts +19 -85
  280. package/components/number-format/NumberUtils.d.ts +3 -1
  281. package/components/pagination/Pagination.d.ts +35 -214
  282. package/components/pagination/PaginationBar.d.ts +1 -1
  283. package/components/pagination/PaginationBar.js +1 -1
  284. package/components/pagination/PaginationHelpers.d.ts +0 -4
  285. package/components/pagination/PaginationInfinity.d.ts +0 -8
  286. package/components/pagination/PaginationProvider.d.ts +0 -12
  287. package/components/pagination/style/themes/dnb-pagination-theme-ui.css +2 -8
  288. package/components/pagination/style/themes/dnb-pagination-theme-ui.min.css +1 -1
  289. package/components/pagination/style/themes/dnb-pagination-theme-ui.scss +3 -4
  290. package/components/progress-indicator/ProgressIndicator.d.ts +13 -71
  291. package/components/progress-indicator/ProgressIndicatorCircular.d.ts +1 -5
  292. package/components/progress-indicator/ProgressIndicatorLinear.d.ts +1 -5
  293. package/components/radio/Radio.d.ts +18 -43
  294. package/components/radio/RadioGroup.d.ts +22 -51
  295. package/components/section/Section.d.ts +1 -1
  296. package/components/skeleton/Skeleton.d.ts +12 -63
  297. package/components/skeleton/SkeletonHelper.d.ts +2 -2
  298. package/components/skeleton/figures/Article.d.ts +0 -4
  299. package/components/skeleton/figures/Circle.d.ts +0 -4
  300. package/components/skeleton/figures/Product.d.ts +0 -4
  301. package/components/skeleton/figures/Table.d.ts +0 -4
  302. package/components/skeleton/style/dnb-skeleton.css +4 -4
  303. package/components/skeleton/style/dnb-skeleton.min.css +1 -1
  304. package/components/skeleton/style/dnb-skeleton.scss +1 -1
  305. package/components/slider/types.d.ts +3 -2
  306. package/components/space/Space.d.ts +8 -7
  307. package/components/space/SpacingUtils.d.ts +4 -19
  308. package/components/space/SpacingUtils.js +4 -2
  309. package/components/space/types.d.ts +14 -1
  310. package/components/step-indicator/StepIndicator.d.ts +14 -71
  311. package/components/step-indicator/StepIndicatorContext.d.ts +0 -4
  312. package/components/step-indicator/StepIndicatorItem.d.ts +7 -20
  313. package/components/step-indicator/StepIndicatorSidebar.d.ts +11 -9
  314. package/components/step-indicator/StepIndicatorTriggerButton.d.ts +0 -4
  315. package/components/switch/Switch.d.ts +13 -76
  316. package/components/tabs/Tabs.d.ts +17 -83
  317. package/components/tabs/TabsContentWrapper.d.ts +3 -7
  318. package/components/tabs/TabsCustomContent.d.ts +6 -63
  319. package/components/tabs/style/dnb-tabs.css +8 -8
  320. package/components/tabs/style/dnb-tabs.min.css +1 -1
  321. package/components/tag/Tag.d.ts +2 -2
  322. package/components/tag/TagGroup.d.ts +2 -2
  323. package/components/textarea/Textarea.d.ts +23 -88
  324. package/components/textarea/style/themes/dnb-textarea-theme-ui.css +8 -8
  325. package/components/textarea/style/themes/dnb-textarea-theme-ui.min.css +1 -1
  326. package/components/timeline/Timeline.d.ts +2 -2
  327. package/components/timeline/TimelineItem.d.ts +1 -1
  328. package/components/toggle-button/ToggleButton.d.ts +27 -94
  329. package/components/toggle-button/ToggleButtonGroup.d.ts +22 -88
  330. package/components/tooltip/types.d.ts +1 -1
  331. package/components/upload/types.d.ts +2 -2
  332. package/elements/Anchor.d.ts +4 -3
  333. package/elements/Anchor.js +2 -1
  334. package/elements/Blockquote.d.ts +4 -24
  335. package/elements/Code.d.ts +4 -24
  336. package/elements/Div.d.ts +4 -24
  337. package/elements/Dl.d.ts +1 -1
  338. package/elements/Element.d.ts +4 -3
  339. package/elements/Element.js +1 -2
  340. package/elements/H.d.ts +4 -24
  341. package/elements/H1.d.ts +4 -24
  342. package/elements/H2.d.ts +4 -24
  343. package/elements/H3.d.ts +4 -24
  344. package/elements/H4.d.ts +4 -24
  345. package/elements/H5.d.ts +4 -24
  346. package/elements/H6.d.ts +4 -24
  347. package/elements/Hr.d.ts +4 -24
  348. package/elements/Img.d.ts +6 -26
  349. package/elements/Link.d.ts +1 -1
  350. package/elements/P.d.ts +3 -24
  351. package/elements/Span.d.ts +4 -24
  352. package/elements/lib.d.ts +2 -2
  353. package/es/components/accordion/Accordion.d.ts +30 -98
  354. package/es/components/accordion/AccordionContent.d.ts +4 -25
  355. package/es/components/accordion/AccordionHeader.d.ts +33 -119
  356. package/es/components/accordion/AccordionProvider.d.ts +26 -61
  357. package/es/components/autocomplete/Autocomplete.d.ts +69 -148
  358. package/es/components/avatar/Avatar.d.ts +3 -3
  359. package/es/components/avatar/AvatarGroup.d.ts +2 -2
  360. package/es/components/badge/Badge.d.ts +2 -2
  361. package/es/components/breadcrumb/Breadcrumb.d.ts +2 -2
  362. package/es/components/breadcrumb/BreadcrumbItem.d.ts +1 -1
  363. package/es/components/button/Button.d.ts +30 -86
  364. package/es/components/button/style/themes/dnb-button-theme-sbanken.css +583 -0
  365. package/es/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -0
  366. package/es/components/button/style/themes/dnb-button-theme-sbanken.scss +30 -0
  367. package/es/components/checkbox/Checkbox.d.ts +20 -86
  368. package/es/components/date-picker/DatePicker.d.ts +47 -132
  369. package/es/components/date-picker/DatePickerAddon.d.ts +0 -4
  370. package/es/components/date-picker/DatePickerCalendar.d.ts +0 -4
  371. package/es/components/date-picker/DatePickerFooter.d.ts +0 -4
  372. package/es/components/date-picker/DatePickerInput.d.ts +12 -18
  373. package/es/components/date-picker/DatePickerInput.js +14 -11
  374. package/es/components/date-picker/DatePickerProvider.d.ts +3 -8
  375. package/es/components/date-picker/DatePickerRange.d.ts +0 -4
  376. package/es/components/dialog/parts/DialogBody.d.ts +1 -1
  377. package/es/components/dialog/types.d.ts +5 -5
  378. package/es/components/drawer/parts/DrawerBody.d.ts +1 -1
  379. package/es/components/drawer/types.d.ts +5 -5
  380. package/es/components/dropdown/Dropdown.d.ts +67 -151
  381. package/es/components/form-label/FormLabel.d.ts +9 -67
  382. package/es/components/form-row/FormRow.d.ts +22 -89
  383. package/es/components/form-row/FormRowHelpers.d.ts +1 -1
  384. package/es/components/form-set/FormSet.d.ts +24 -93
  385. package/es/components/form-status/FormStatus.d.ts +12 -89
  386. package/es/components/global-error/GlobalError.d.ts +4 -24
  387. package/es/components/global-status/GlobalStatus.d.ts +110 -77
  388. package/es/components/global-status/GlobalStatusController.d.ts +3 -12
  389. package/es/components/heading/Heading.d.ts +30 -79
  390. package/es/components/heading/HeadingProvider.d.ts +10 -19
  391. package/es/components/height-animation/HeightAnimation.d.ts +1 -1
  392. package/es/components/icon/Icon.d.ts +8 -65
  393. package/es/components/icon-primary/IconPrimary.d.ts +7 -65
  394. package/es/components/info-card/InfoCard.d.ts +2 -2
  395. package/es/components/info-card/InfoCard.js +1 -1
  396. package/es/components/input/Input.d.ts +87 -109
  397. package/es/components/input/Input.js +2 -0
  398. package/es/components/input/InputPassword.d.ts +0 -4
  399. package/es/components/input-masked/InputMasked.d.ts +38 -117
  400. package/es/components/input-masked/InputMasked.js +4 -3
  401. package/es/components/input-masked/InputMaskedHooks.d.ts +0 -1
  402. package/es/components/input-masked/InputMaskedHooks.js +4 -9
  403. package/es/components/input-masked/TextMask.d.ts +0 -4
  404. package/es/components/logo/Logo.d.ts +4 -59
  405. package/es/components/modal/Modal.d.ts +1 -1
  406. package/es/components/modal/ModalContent.js +12 -5
  407. package/es/components/modal/ModalRoot.d.ts +1 -1
  408. package/es/components/modal/types.d.ts +13 -14
  409. package/es/components/number-format/NumberFormat.d.ts +19 -85
  410. package/es/components/number-format/NumberUtils.d.ts +3 -1
  411. package/es/components/pagination/Pagination.d.ts +35 -214
  412. package/es/components/pagination/PaginationBar.d.ts +1 -1
  413. package/es/components/pagination/PaginationBar.js +1 -1
  414. package/es/components/pagination/PaginationHelpers.d.ts +0 -4
  415. package/es/components/pagination/PaginationInfinity.d.ts +0 -8
  416. package/es/components/pagination/PaginationProvider.d.ts +0 -12
  417. package/es/components/pagination/style/themes/dnb-pagination-theme-ui.css +2 -8
  418. package/es/components/pagination/style/themes/dnb-pagination-theme-ui.min.css +1 -1
  419. package/es/components/pagination/style/themes/dnb-pagination-theme-ui.scss +3 -4
  420. package/es/components/progress-indicator/ProgressIndicator.d.ts +13 -71
  421. package/es/components/progress-indicator/ProgressIndicatorCircular.d.ts +1 -5
  422. package/es/components/progress-indicator/ProgressIndicatorLinear.d.ts +1 -5
  423. package/es/components/radio/Radio.d.ts +18 -43
  424. package/es/components/radio/RadioGroup.d.ts +22 -51
  425. package/es/components/section/Section.d.ts +1 -1
  426. package/es/components/skeleton/Skeleton.d.ts +12 -63
  427. package/es/components/skeleton/SkeletonHelper.d.ts +2 -2
  428. package/es/components/skeleton/figures/Article.d.ts +0 -4
  429. package/es/components/skeleton/figures/Circle.d.ts +0 -4
  430. package/es/components/skeleton/figures/Product.d.ts +0 -4
  431. package/es/components/skeleton/figures/Table.d.ts +0 -4
  432. package/es/components/skeleton/style/dnb-skeleton.css +4 -4
  433. package/es/components/skeleton/style/dnb-skeleton.min.css +1 -1
  434. package/es/components/skeleton/style/dnb-skeleton.scss +1 -1
  435. package/es/components/slider/types.d.ts +3 -2
  436. package/es/components/space/Space.d.ts +8 -7
  437. package/es/components/space/SpacingUtils.d.ts +4 -19
  438. package/es/components/space/SpacingUtils.js +4 -2
  439. package/es/components/space/types.d.ts +14 -1
  440. package/es/components/step-indicator/StepIndicator.d.ts +14 -71
  441. package/es/components/step-indicator/StepIndicatorContext.d.ts +0 -4
  442. package/es/components/step-indicator/StepIndicatorItem.d.ts +7 -20
  443. package/es/components/step-indicator/StepIndicatorSidebar.d.ts +11 -9
  444. package/es/components/step-indicator/StepIndicatorTriggerButton.d.ts +0 -4
  445. package/es/components/switch/Switch.d.ts +13 -76
  446. package/es/components/tabs/Tabs.d.ts +17 -83
  447. package/es/components/tabs/TabsContentWrapper.d.ts +3 -7
  448. package/es/components/tabs/TabsCustomContent.d.ts +6 -63
  449. package/es/components/tabs/style/dnb-tabs.css +8 -8
  450. package/es/components/tabs/style/dnb-tabs.min.css +1 -1
  451. package/es/components/tag/Tag.d.ts +2 -2
  452. package/es/components/tag/TagGroup.d.ts +2 -2
  453. package/es/components/textarea/Textarea.d.ts +23 -88
  454. package/es/components/textarea/style/themes/dnb-textarea-theme-ui.css +8 -8
  455. package/es/components/textarea/style/themes/dnb-textarea-theme-ui.min.css +1 -1
  456. package/es/components/timeline/Timeline.d.ts +2 -2
  457. package/es/components/timeline/TimelineItem.d.ts +1 -1
  458. package/es/components/toggle-button/ToggleButton.d.ts +27 -94
  459. package/es/components/toggle-button/ToggleButtonGroup.d.ts +22 -88
  460. package/es/components/tooltip/types.d.ts +1 -1
  461. package/es/components/upload/types.d.ts +2 -2
  462. package/es/elements/Anchor.d.ts +4 -3
  463. package/es/elements/Anchor.js +2 -1
  464. package/es/elements/Blockquote.d.ts +4 -24
  465. package/es/elements/Code.d.ts +4 -24
  466. package/es/elements/Div.d.ts +4 -24
  467. package/es/elements/Dl.d.ts +1 -1
  468. package/es/elements/Element.d.ts +4 -3
  469. package/es/elements/Element.js +1 -2
  470. package/es/elements/H.d.ts +4 -24
  471. package/es/elements/H1.d.ts +4 -24
  472. package/es/elements/H2.d.ts +4 -24
  473. package/es/elements/H3.d.ts +4 -24
  474. package/es/elements/H4.d.ts +4 -24
  475. package/es/elements/H5.d.ts +4 -24
  476. package/es/elements/H6.d.ts +4 -24
  477. package/es/elements/Hr.d.ts +4 -24
  478. package/es/elements/Img.d.ts +6 -26
  479. package/es/elements/Link.d.ts +1 -1
  480. package/es/elements/P.d.ts +3 -24
  481. package/es/elements/Span.d.ts +4 -24
  482. package/es/elements/lib.d.ts +2 -2
  483. package/es/extensions/payment-card/PaymentCard.d.ts +7 -65
  484. package/es/extensions/payment-card/icons/BankAxept.d.ts +0 -4
  485. package/es/extensions/payment-card/icons/Clock.d.ts +0 -4
  486. package/es/extensions/payment-card/icons/DNB.d.ts +0 -4
  487. package/es/extensions/payment-card/icons/DNBMetalic.d.ts +0 -4
  488. package/es/extensions/payment-card/icons/MastercardDefault.d.ts +0 -4
  489. package/es/extensions/payment-card/icons/MastercardMetalic.d.ts +0 -4
  490. package/es/extensions/payment-card/icons/MastercardMetalicBlack.d.ts +0 -4
  491. package/es/extensions/payment-card/icons/PB.d.ts +0 -4
  492. package/es/extensions/payment-card/icons/PBPlatinum.d.ts +0 -4
  493. package/es/extensions/payment-card/icons/Padlock.d.ts +0 -4
  494. package/es/extensions/payment-card/icons/Pluss.d.ts +0 -4
  495. package/es/extensions/payment-card/icons/SagaGold.d.ts +0 -4
  496. package/es/extensions/payment-card/icons/SagaPlatinum.d.ts +0 -4
  497. package/es/extensions/payment-card/icons/SagaVisaPlatinum.d.ts +0 -4
  498. package/es/extensions/payment-card/icons/VisaDefault.d.ts +0 -4
  499. package/es/extensions/payment-card/icons/VisaMetalic.d.ts +0 -4
  500. package/es/extensions/payment-card/utils/CardDesigns.js +1 -1
  501. package/es/fragments/drawer-list/DrawerList.d.ts +33 -60
  502. package/es/fragments/drawer-list/DrawerListPortal.d.ts +0 -12
  503. package/es/fragments/drawer-list/DrawerListProvider.d.ts +19 -56
  504. package/es/fragments/scroll-view/ScrollView.d.ts +1 -1
  505. package/es/fragments/scroll-view/ScrollView.js +3 -2
  506. package/es/fragments/scroll-view/style/themes/dnb-scroll-view-theme-ui.scss +7 -5
  507. package/es/shared/AlignmentHelper.d.ts +0 -4
  508. package/es/shared/Context.d.ts +2 -2
  509. package/es/shared/Eufemia.js +1 -1
  510. package/es/shared/MediaQuery.d.ts +1 -1
  511. package/es/shared/MediaQuery.js +1 -1
  512. package/es/shared/helpers/Suffix.d.ts +2 -1
  513. package/es/style/core/scopes.scss +1 -1
  514. package/es/style/core/utilities.scss +15 -9
  515. package/es/style/dnb-ui-basis.css +9 -155
  516. package/es/style/dnb-ui-basis.min.css +1 -1
  517. package/es/style/dnb-ui-basis.scss +1 -2
  518. package/es/style/dnb-ui-body.css +1 -88
  519. package/es/style/dnb-ui-body.min.css +1 -1
  520. package/es/style/dnb-ui-body.scss +1 -1
  521. package/es/style/dnb-ui-components.css +28 -28
  522. package/es/style/dnb-ui-components.min.css +1 -1
  523. package/es/style/dnb-ui-core.css +9 -155
  524. package/es/style/dnb-ui-core.min.css +1 -1
  525. package/es/style/dnb-ui-core.scss +1 -2
  526. package/es/style/dnb-ui-elements.css +0 -87
  527. package/es/style/dnb-ui-elements.min.css +1 -1
  528. package/es/style/dnb-ui-elements.scss +0 -1
  529. package/es/style/dnb-ui-fragments.css +16 -16
  530. package/es/style/dnb-ui-fragments.min.css +1 -1
  531. package/es/style/dnb-ui-tags.css +0 -87
  532. package/es/style/dnb-ui-tags.min.css +1 -1
  533. package/es/style/dnb-ui-tags.scss +0 -1
  534. package/es/style/elements/anchor-mixins.scss +3 -3
  535. package/es/style/elements/anchor.scss +2 -2
  536. package/es/style/stylis.d.ts +20 -36
  537. package/es/style/stylis.js +1 -1
  538. package/es/style/themes/theme-eiendom/dnb-theme-eiendom.css +79 -19
  539. package/es/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +1 -1
  540. package/es/style/themes/theme-eiendom/dnb-theme-eiendom.scss +1 -2
  541. package/es/style/themes/theme-sbanken/dnb-theme-sbanken.css +4978 -0
  542. package/es/style/themes/theme-sbanken/dnb-theme-sbanken.min.css +1 -0
  543. package/es/style/themes/theme-sbanken/dnb-theme-sbanken.scss +49 -0
  544. package/es/style/{core → themes/theme-sbanken}/fonts.scss +1 -1
  545. package/es/style/themes/theme-sbanken/properties.d.ts +89 -0
  546. package/es/style/themes/theme-sbanken/properties.js +88 -0
  547. package/es/style/themes/theme-sbanken/properties.scss +126 -0
  548. package/es/style/themes/theme-ui/dnb-theme-ui.css +78 -18
  549. package/es/style/themes/theme-ui/dnb-theme-ui.min.css +1 -1
  550. package/es/style/themes/theme-ui/dnb-theme-ui.scss +3 -2
  551. package/es/style/themes/theme-ui/dnb-ui-fonts.css +66 -0
  552. package/es/style/themes/theme-ui/dnb-ui-fonts.min.css +1 -0
  553. package/es/style/themes/theme-ui/dnb-ui-fonts.scss +7 -0
  554. package/es/style/themes/theme-ui/dnb-ui-properties.scss +8 -0
  555. package/es/style/themes/theme-ui/fonts.scss +78 -0
  556. package/esm/dnb-ui-basis.min.mjs +1 -1
  557. package/esm/dnb-ui-components.min.mjs +1 -1
  558. package/esm/dnb-ui-elements.min.mjs +1 -1
  559. package/esm/dnb-ui-extensions.min.mjs +1 -1
  560. package/esm/dnb-ui-lib.min.mjs +1 -1
  561. package/extensions/payment-card/PaymentCard.d.ts +7 -65
  562. package/extensions/payment-card/icons/BankAxept.d.ts +0 -4
  563. package/extensions/payment-card/icons/Clock.d.ts +0 -4
  564. package/extensions/payment-card/icons/DNB.d.ts +0 -4
  565. package/extensions/payment-card/icons/DNBMetalic.d.ts +0 -4
  566. package/extensions/payment-card/icons/MastercardDefault.d.ts +0 -4
  567. package/extensions/payment-card/icons/MastercardMetalic.d.ts +0 -4
  568. package/extensions/payment-card/icons/MastercardMetalicBlack.d.ts +0 -4
  569. package/extensions/payment-card/icons/PB.d.ts +0 -4
  570. package/extensions/payment-card/icons/PBPlatinum.d.ts +0 -4
  571. package/extensions/payment-card/icons/Padlock.d.ts +0 -4
  572. package/extensions/payment-card/icons/Pluss.d.ts +0 -4
  573. package/extensions/payment-card/icons/SagaGold.d.ts +0 -4
  574. package/extensions/payment-card/icons/SagaPlatinum.d.ts +0 -4
  575. package/extensions/payment-card/icons/SagaVisaPlatinum.d.ts +0 -4
  576. package/extensions/payment-card/icons/VisaDefault.d.ts +0 -4
  577. package/extensions/payment-card/icons/VisaMetalic.d.ts +0 -4
  578. package/extensions/payment-card/utils/CardDesigns.js +1 -1
  579. package/fragments/drawer-list/DrawerList.d.ts +33 -60
  580. package/fragments/drawer-list/DrawerListPortal.d.ts +0 -12
  581. package/fragments/drawer-list/DrawerListProvider.d.ts +19 -56
  582. package/fragments/scroll-view/ScrollView.d.ts +1 -1
  583. package/fragments/scroll-view/ScrollView.js +3 -2
  584. package/fragments/scroll-view/style/themes/dnb-scroll-view-theme-ui.scss +7 -5
  585. package/package.json +1 -1
  586. package/shared/AlignmentHelper.d.ts +0 -4
  587. package/shared/Context.d.ts +2 -2
  588. package/shared/Eufemia.js +1 -1
  589. package/shared/MediaQuery.d.ts +1 -1
  590. package/shared/MediaQuery.js +1 -1
  591. package/shared/helpers/Suffix.d.ts +2 -1
  592. package/style/core/scopes.scss +1 -1
  593. package/style/core/utilities.scss +15 -9
  594. package/style/dnb-ui-basis.css +9 -155
  595. package/style/dnb-ui-basis.min.css +1 -1
  596. package/style/dnb-ui-basis.scss +1 -2
  597. package/style/dnb-ui-body.css +1 -88
  598. package/style/dnb-ui-body.min.css +1 -1
  599. package/style/dnb-ui-body.scss +1 -1
  600. package/style/dnb-ui-components.css +28 -28
  601. package/style/dnb-ui-components.min.css +1 -1
  602. package/style/dnb-ui-core.css +9 -155
  603. package/style/dnb-ui-core.min.css +1 -1
  604. package/style/dnb-ui-core.scss +1 -2
  605. package/style/dnb-ui-elements.css +0 -87
  606. package/style/dnb-ui-elements.min.css +1 -1
  607. package/style/dnb-ui-elements.scss +0 -1
  608. package/style/dnb-ui-fragments.css +16 -16
  609. package/style/dnb-ui-fragments.min.css +1 -1
  610. package/style/dnb-ui-tags.css +0 -87
  611. package/style/dnb-ui-tags.min.css +1 -1
  612. package/style/dnb-ui-tags.scss +0 -1
  613. package/style/elements/anchor-mixins.scss +3 -3
  614. package/style/elements/anchor.scss +2 -2
  615. package/style/stylis.d.ts +20 -36
  616. package/style/stylis.js +1 -1
  617. package/style/themes/theme-eiendom/dnb-theme-eiendom.css +79 -19
  618. package/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +1 -1
  619. package/style/themes/theme-eiendom/dnb-theme-eiendom.scss +1 -2
  620. package/style/themes/theme-sbanken/dnb-theme-sbanken.css +4978 -0
  621. package/style/themes/theme-sbanken/dnb-theme-sbanken.min.css +1 -0
  622. package/style/themes/theme-sbanken/dnb-theme-sbanken.scss +49 -0
  623. package/style/themes/theme-sbanken/fonts.scss +78 -0
  624. package/style/themes/theme-sbanken/properties.d.ts +89 -0
  625. package/style/themes/theme-sbanken/properties.js +88 -0
  626. package/style/themes/theme-sbanken/properties.scss +126 -0
  627. package/style/themes/theme-ui/dnb-theme-ui.css +78 -18
  628. package/style/themes/theme-ui/dnb-theme-ui.min.css +1 -1
  629. package/style/themes/theme-ui/dnb-theme-ui.scss +3 -2
  630. package/style/themes/theme-ui/dnb-ui-fonts.css +66 -0
  631. package/style/themes/theme-ui/dnb-ui-fonts.min.css +1 -0
  632. package/style/themes/theme-ui/dnb-ui-fonts.scss +7 -0
  633. package/style/themes/theme-ui/dnb-ui-properties.scss +8 -0
  634. package/style/themes/theme-ui/fonts.scss +78 -0
  635. package/umd/dnb-ui-basis.min.js +1 -1
  636. package/umd/dnb-ui-components.min.js +1 -1
  637. package/umd/dnb-ui-elements.min.js +1 -1
  638. package/umd/dnb-ui-extensions.min.js +1 -1
  639. package/umd/dnb-ui-lib.min.js +1 -1
  640. package/cjs/style/dnb-ui-fonts.css +0 -153
  641. package/cjs/style/dnb-ui-fonts.min.css +0 -1
  642. package/cjs/style/dnb-ui-fonts.scss +0 -9
  643. package/cjs/style/dnb-ui-properties.scss +0 -8
  644. package/es/style/dnb-ui-fonts.css +0 -153
  645. package/es/style/dnb-ui-fonts.min.css +0 -1
  646. package/es/style/dnb-ui-fonts.scss +0 -9
  647. package/es/style/dnb-ui-properties.scss +0 -8
  648. package/style/dnb-ui-fonts.css +0 -153
  649. package/style/dnb-ui-fonts.min.css +0 -1
  650. package/style/dnb-ui-fonts.scss +0 -9
  651. package/style/dnb-ui-properties.scss +0 -8
  652. /package/assets/fonts/{DNB-Bold.ttf → dnb/DNB-Bold.ttf} +0 -0
  653. /package/assets/fonts/{DNB-Bold.woff → dnb/DNB-Bold.woff} +0 -0
  654. /package/assets/fonts/{DNB-Bold.woff2 → dnb/DNB-Bold.woff2} +0 -0
  655. /package/assets/fonts/{DNB-Light.ttf → dnb/DNB-Light.ttf} +0 -0
  656. /package/assets/fonts/{DNB-Light.woff → dnb/DNB-Light.woff} +0 -0
  657. /package/assets/fonts/{DNB-Light.woff2 → dnb/DNB-Light.woff2} +0 -0
  658. /package/assets/fonts/{DNB-Medium.ttf → dnb/DNB-Medium.ttf} +0 -0
  659. /package/assets/fonts/{DNB-Medium.woff → dnb/DNB-Medium.woff} +0 -0
  660. /package/assets/fonts/{DNB-Medium.woff2 → dnb/DNB-Medium.woff2} +0 -0
  661. /package/assets/fonts/{DNB-Regular.ttf → dnb/DNB-Regular.ttf} +0 -0
  662. /package/assets/fonts/{DNB-Regular.woff → dnb/DNB-Regular.woff} +0 -0
  663. /package/assets/fonts/{DNB-Regular.woff2 → dnb/DNB-Regular.woff2} +0 -0
  664. /package/assets/fonts/{DNBMono-Bold.ttf → dnb/DNBMono-Bold.ttf} +0 -0
  665. /package/assets/fonts/{DNBMono-Bold.woff → dnb/DNBMono-Bold.woff} +0 -0
  666. /package/assets/fonts/{DNBMono-Bold.woff2 → dnb/DNBMono-Bold.woff2} +0 -0
  667. /package/assets/fonts/{DNBMono-Light.ttf → dnb/DNBMono-Light.ttf} +0 -0
  668. /package/assets/fonts/{DNBMono-Light.woff → dnb/DNBMono-Light.woff} +0 -0
  669. /package/assets/fonts/{DNBMono-Light.woff2 → dnb/DNBMono-Light.woff2} +0 -0
  670. /package/assets/fonts/{DNBMono-Medium.ttf → dnb/DNBMono-Medium.ttf} +0 -0
  671. /package/assets/fonts/{DNBMono-Medium.woff → dnb/DNBMono-Medium.woff} +0 -0
  672. /package/assets/fonts/{DNBMono-Medium.woff2 → dnb/DNBMono-Medium.woff2} +0 -0
  673. /package/assets/fonts/{DNBMono-Regular.ttf → dnb/DNBMono-Regular.ttf} +0 -0
  674. /package/assets/fonts/{DNBMono-Regular.woff → dnb/DNBMono-Regular.woff} +0 -0
  675. /package/assets/fonts/{DNBMono-Regular.woff2 → dnb/DNBMono-Regular.woff2} +0 -0
  676. /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Bold.otf +0 -0
  677. /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Bold.ttf +0 -0
  678. /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Bold.woff +0 -0
  679. /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Bold.woff2 +0 -0
  680. /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Light.otf +0 -0
  681. /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Light.ttf +0 -0
  682. /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Light.woff +0 -0
  683. /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Light.woff2 +0 -0
  684. /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Medium.otf +0 -0
  685. /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Medium.ttf +0 -0
  686. /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Medium.woff +0 -0
  687. /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Medium.woff2 +0 -0
  688. /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Regular.otf +0 -0
  689. /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Regular.ttf +0 -0
  690. /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Regular.woff +0 -0
  691. /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Regular.woff2 +0 -0
  692. /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Bold.otf +0 -0
  693. /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Bold.ttf +0 -0
  694. /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Bold.woff +0 -0
  695. /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Bold.woff2 +0 -0
  696. /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Light.otf +0 -0
  697. /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Light.ttf +0 -0
  698. /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Light.woff +0 -0
  699. /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Light.woff2 +0 -0
  700. /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Medium.otf +0 -0
  701. /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Medium.ttf +0 -0
  702. /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Medium.woff +0 -0
  703. /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Medium.woff2 +0 -0
  704. /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Regular.otf +0 -0
  705. /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Regular.ttf +0 -0
  706. /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Regular.woff +0 -0
  707. /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Regular.woff2 +0 -0
  708. /package/cjs/style/{dnb-ui-properties.css → themes/theme-ui/dnb-ui-properties.css} +0 -0
  709. /package/cjs/style/{dnb-ui-properties.min.css → themes/theme-ui/dnb-ui-properties.min.css} +0 -0
  710. /package/cjs/style/{properties.d.ts → themes/theme-ui/properties.d.ts} +0 -0
  711. /package/cjs/style/{properties.js → themes/theme-ui/properties.js} +0 -0
  712. /package/cjs/style/{core → themes/theme-ui}/properties.scss +0 -0
  713. /package/es/style/{dnb-ui-properties.css → themes/theme-ui/dnb-ui-properties.css} +0 -0
  714. /package/es/style/{dnb-ui-properties.min.css → themes/theme-ui/dnb-ui-properties.min.css} +0 -0
  715. /package/es/style/{properties.d.ts → themes/theme-ui/properties.d.ts} +0 -0
  716. /package/es/style/{properties.js → themes/theme-ui/properties.js} +0 -0
  717. /package/es/style/{core → themes/theme-ui}/properties.scss +0 -0
  718. /package/style/{dnb-ui-properties.css → themes/theme-ui/dnb-ui-properties.css} +0 -0
  719. /package/style/{dnb-ui-properties.min.css → themes/theme-ui/dnb-ui-properties.min.css} +0 -0
  720. /package/style/{properties.d.ts → themes/theme-ui/properties.d.ts} +0 -0
  721. /package/style/{properties.js → themes/theme-ui/properties.js} +0 -0
  722. /package/style/{core → themes/theme-ui}/properties.scss +0 -0
@@ -6,93 +6,6 @@
6
6
  /*
7
7
  * Utilities
8
8
  */
9
- /*
10
- * CSS Properties
11
- *
12
- */
13
- :root {
14
- --font-family-default: "DNB", sans-serif;
15
- --font-family-monospace: "DNBMono", "Menlo", "Consolas", "Roboto Mono",
16
- "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono",
17
- monospace;
18
- --font-weight-default: normal;
19
- --font-weight-basis: normal;
20
- --font-weight-regular: normal;
21
- --font-weight-medium: 500;
22
- --font-weight-bold: 600;
23
- --font-size-x-small: 0.875rem;
24
- --font-size-small: 1rem;
25
- --font-size-basis: 1.125rem;
26
- --font-size-basis--em: 1em;
27
- --font-size-medium: 1.25rem;
28
- --font-size-large: 1.625rem;
29
- --font-size-x-large: 2.125rem;
30
- --font-size-xx-large: 3rem;
31
- --line-height-xx-small--em: 1em;
32
- --line-height-x-small: 1.125rem;
33
- --line-height-small: 1.25rem;
34
- --line-height-basis: 1.5rem;
35
- --line-height-basis--em: 1.333em;
36
- --line-height-medium: 2rem;
37
- --line-height-large: 2.5rem;
38
- --line-height-x-large: 3.5rem;
39
- --color-mint-green-50: #d2f0e9;
40
- --color-mint-green-25: #e9f8f4;
41
- --color-mint-green-12: #f4fbf9;
42
- --color-sea-green-30: #b3dada;
43
- --color-accent-yellow-30: #feebc1;
44
- --color-signal-orange: #ff5400;
45
- --color-fire-red: #dc2a2a;
46
- --color-success-green: #007b5e;
47
- --color-fire-red-8: #fdeeee;
48
- --color-black: #000;
49
- --color-black-80: #333;
50
- --color-black-55: #737373;
51
- --color-black-20: #ccc;
52
- --color-black-8: #ebebeb;
53
- --color-black-3: #f8f8f8;
54
- --color-white: #fff;
55
- --color-black-border: #cdcdcd;
56
- --color-black-background: #fafafa;
57
- --color-sea-green: #007272;
58
- --color-mint-green: #a5e1d2;
59
- --color-summer-green: #28b482;
60
- --color-emerald-green: #14555a;
61
- --color-ocean-green: #00343e;
62
- --color-accent-yellow: #fdbb31;
63
- --color-indigo: #23195a;
64
- --color-violet: #6e2382;
65
- --color-sky-blue: #4bbed2;
66
- --color-lavender: #f2f2f5;
67
- --color-sand-yellow: #fbf6ec;
68
- --color-pistachio: #f2f4ec;
69
- --color-mint-green-alt: #ebfffa;
70
- --color-indigo-medium: #6e6491;
71
- --color-indigo-light: #b9afc8;
72
- --color-violet-medium: #a06eaf;
73
- --color-violet-light: #cfb9d7;
74
- --color-sky-blue-medium: #87d2e1;
75
- --color-sky-blue-light: #c3ebf0;
76
- --spacing-xx-small: 0.25rem;
77
- --spacing-x-small: 0.5rem;
78
- --spacing-small: 1rem;
79
- --spacing-medium: 1.5rem;
80
- --spacing-large: 2rem;
81
- --spacing-x-large: 3rem;
82
- --spacing-xx-large: 3.5rem;
83
- --layout-small: 40em;
84
- --layout-medium: 60em;
85
- --layout-large: 72em;
86
- --layout-x-large: 80em;
87
- --layout-xx-large: 90em;
88
- --shadow-default: 0 8px 16px rgb(51 51 51 / 8%);
89
- --shadow-default-x: 0;
90
- --shadow-default-y: 8px;
91
- --shadow-default-blur-radius: 16px;
92
- --shadow-default-color: rgb(51 51 51 / 8%);
93
- --easing-default: cubic-bezier(0.42, 0, 0, 1);
94
- }
95
-
96
9
  /*
97
10
  * Import all element tags
98
11
  *
@@ -1 +1 @@
1
- @charset "UTF-8";:root{--font-family-default:"DNB",sans-serif;--font-family-monospace:"DNBMono","Menlo","Consolas","Roboto Mono","Ubuntu Monospace","Noto Mono","Oxygen Mono","Liberation Mono",monospace;--font-weight-default:normal;--font-weight-basis:normal;--font-weight-regular:normal;--font-weight-medium:500;--font-weight-bold:600;--font-size-x-small:0.875rem;--font-size-small:1rem;--font-size-basis:1.125rem;--font-size-basis--em:1em;--font-size-medium:1.25rem;--font-size-large:1.625rem;--font-size-x-large:2.125rem;--font-size-xx-large:3rem;--line-height-xx-small--em:1em;--line-height-x-small:1.125rem;--line-height-small:1.25rem;--line-height-basis:1.5rem;--line-height-basis--em:1.333em;--line-height-medium:2rem;--line-height-large:2.5rem;--line-height-x-large:3.5rem;--color-mint-green-50:#d2f0e9;--color-mint-green-25:#e9f8f4;--color-mint-green-12:#f4fbf9;--color-sea-green-30:#b3dada;--color-accent-yellow-30:#feebc1;--color-signal-orange:#ff5400;--color-fire-red:#dc2a2a;--color-success-green:#007b5e;--color-fire-red-8:#fdeeee;--color-black:#000;--color-black-80:#333;--color-black-55:#737373;--color-black-20:#ccc;--color-black-8:#ebebeb;--color-black-3:#f8f8f8;--color-white:#fff;--color-black-border:#cdcdcd;--color-black-background:#fafafa;--color-sea-green:#007272;--color-mint-green:#a5e1d2;--color-summer-green:#28b482;--color-emerald-green:#14555a;--color-ocean-green:#00343e;--color-accent-yellow:#fdbb31;--color-indigo:#23195a;--color-violet:#6e2382;--color-sky-blue:#4bbed2;--color-lavender:#f2f2f5;--color-sand-yellow:#fbf6ec;--color-pistachio:#f2f4ec;--color-mint-green-alt:#ebfffa;--color-indigo-medium:#6e6491;--color-indigo-light:#b9afc8;--color-violet-medium:#a06eaf;--color-violet-light:#cfb9d7;--color-sky-blue-medium:#87d2e1;--color-sky-blue-light:#c3ebf0;--spacing-xx-small:0.25rem;--spacing-x-small:0.5rem;--spacing-small:1rem;--spacing-medium:1.5rem;--spacing-large:2rem;--spacing-x-large:3rem;--spacing-xx-large:3.5rem;--layout-small:40em;--layout-medium:60em;--layout-large:72em;--layout-x-large:80em;--layout-xx-large:90em;--shadow-default:0 8px 16px rgb(51 51 51/8%);--shadow-default-x:0;--shadow-default-y:8px;--shadow-default-blur-radius:16px;--shadow-default-color:rgb(51 51 51/8%);--easing-default:cubic-bezier(0.42,0,0,1)}button.dnb-anchor{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;line-height:calc(var(--line-height-basis) + .125rem)}.dnb-anchor{border-radius:0;color:var(--color-sea-green);display:inline;font-size:var(--font-size-basis);padding:.05575em .125em;text-decoration:underline;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;text-decoration-thickness:.0938rem;text-underline-offset:.25em;transition:background-color .2s ease-in-out,border-radius .2s ease-in-out}sub .dnb-anchor,sup .dnb-anchor{padding:0 .025em}.dnb-h--basis .dnb-anchor,.dnb-h--large .dnb-anchor,.dnb-h--medium .dnb-anchor,.dnb-h--small .dnb-anchor,.dnb-h--x-large .dnb-anchor,.dnb-h--x-small .dnb-anchor,.dnb-h--xx-large .dnb-anchor,.dnb-lead .dnb-anchor,.dnb-p .dnb-anchor{font-size:inherit}.dnb-anchor:focus{border-radius:.25em;outline:none}.dnb-anchor:focus:not(:active){background-color:transparent;color:var(--color-sea-green);transition:none}.dnb-anchor:focus:not(:active),.dnb-section .dnb-anchor:focus:not(:active).dnb-anchor{text-decoration:none}html[data-whatinput=keyboard] .dnb-anchor:focus{--border-color:var(--color-emerald-green);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-anchor:active,.dnb-anchor:hover{background-color:var(--color-mint-green-50);border-radius:.25em;color:var(--color-sea-green)}.dnb-anchor:active,.dnb-anchor:hover,.dnb-section .dnb-anchor:active.dnb-anchor,.dnb-section .dnb-anchor:hover.dnb-anchor{text-decoration:none}.dnb-anchor:active{background-color:var(--color-emerald-green);border-radius:.25em;color:var(--color-mint-green)}.dnb-anchor:active,.dnb-section .dnb-anchor:active.dnb-anchor{text-decoration:none}.dnb-anchor[target=_blank]:not(:empty):not(.dnb-anchor--no-icon){background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiMwMDcyNzIiLz48L3N2Zz4=");background-size:0;position:relative}.dnb-anchor[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{background-image:inherit;background-size:cover;color:inherit;content:"";display:inline-block;height:.889em;margin-left:.3em;margin-right:.125em;position:relative;transform-origin:bottom;transition:transform .3s ease-out,filter 1s ease-in-out;width:.889em}.dnb-anchor[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):active{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiNhNWUxZDIiLz48L3N2Zz4=")}.dnb-anchor[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{top:.125em}[data-visual-test-wrapper] .dnb-anchor{transition:none}.dnb-anchor .dnb-icon{display:inline-block;transform:translateY(-.0625em)}.dnb-anchor--hover{background-color:var(--color-mint-green-50);border-radius:.25em;color:var(--color-sea-green)}.dnb-anchor--hover,.dnb-section .dnb-anchor--hover.dnb-anchor{text-decoration:none}.dnb-anchor--active{background-color:var(--color-emerald-green);border-radius:.25em;color:var(--color-mint-green)}.dnb-anchor--active,.dnb-section .dnb-anchor--active.dnb-anchor{text-decoration:none}.dnb-anchor--focus{border-radius:.25em;outline:none}.dnb-anchor--focus:not(:active){background-color:transparent;color:var(--color-sea-green);transition:none}.dnb-anchor--focus:not(:active),.dnb-section .dnb-anchor--focus:not(:active).dnb-anchor{text-decoration:none}html[data-whatinput=mouse] .dnb-anchor--focus{--border-color:var(--color-emerald-green);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-anchor--no-style{color:inherit;transition:none}.dnb-anchor--no-style,.dnb-section .dnb-anchor--no-style.dnb-anchor{text-decoration:none}.dnb-anchor--no-style:hover{background-color:transparent;color:inherit}.dnb-anchor--no-underline,.dnb-section .dnb-anchor--no-underline.dnb-anchor{text-decoration:none}.dnb-anchor--no-hover:hover{background-color:transparent;color:inherit}.dnb-anchor--no-radius,.dnb-anchor--no-radius:active,.dnb-anchor--no-radius:focus,.dnb-anchor--no-radius:hover{border-radius:0}.dnb-anchor--no-animation{transition:none}.dnb-anchor--contrast{color:var(--color-white)}.dnb-anchor--contrast:active,.dnb-anchor--contrast:hover{text-decoration:none}.dnb-anchor--contrast:active,.dnb-anchor--contrast:hover{background-color:var(--color-white);color:var(--color-emerald-green)}.dnb-anchor--contrast:not(:disabled):focus{background-color:transparent;color:var(--color-white);outline:none}html[data-whatinput=keyboard] .dnb-anchor--contrast:not(:disabled):focus{--border-color:var(--color-white);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}a.dnb-button{transition:none}.dnb-anchor.dnb-skeleton,.dnb-skeleton>.dnb-anchor{text-decoration:none}.dnb-anchor.dnb-skeleton:after,.dnb-skeleton>.dnb-anchor:after{filter:grayscale(100%) opacity(.3)}.dnb-small{font-size:var(--font-size-small)}sub,sup{font-size:.777777em;line-height:.5em}.dnb-p{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);padding:0}.dnb-p:not([class*=space__top]){margin-top:0}.dnb-p:not([class*=space__bottom]){margin-bottom:0}.dnb-p--lead{font-size:var(--font-size-medium);font-weight:var(--font-weight-medium);line-height:calc(var(--line-height-medium) - .25rem)}.dnb-p--lead>small{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-p--medium,.dnb-p b,.dnb-p strong{font-weight:var(--font-weight-medium)}.dnb-p--bold{font-weight:var(--font-weight-bold)}.dnb-p__size--xx-large{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-p__size--x-large{font-size:var(--font-size-x-large);line-height:var(--line-height-x-large)}.dnb-p__size--large{font-size:var(--font-size-large);line-height:var(--line-height-large)}.dnb-p__size--basis{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-p__size--medium{font-size:var(--font-size-medium);line-height:var(--line-height-medium)}.dnb-p--small,.dnb-p>small,.dnb-p__size--small{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-p--x-small,.dnb-p__size--x-small{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-p>cite{font-style:italic;line-height:var(--line-height-basis)}.dnb-p>cite,.dnb-table b,.dnb-table strong{font-weight:var(--font-weight-medium)}.dnb-h--xx-large{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-h--xx-large>small{display:block}.dnb-h--x-large,.dnb-h--x-large>small,.dnb-h--xx-large>small{font-size:var(--font-size-x-large);line-height:var(--line-height-large)}.dnb-h--x-large>small{display:block}.dnb-h--large{font-size:var(--font-size-large);line-height:var(--line-height-medium)}.dnb-h--large>small{font-size:var(--font-size-medium);line-height:calc(var(--line-height-medium) - .125rem)}.dnb-h--medium,.dnb-lead{font-size:var(--font-size-medium);font-weight:var(--font-weight-medium);line-height:calc(var(--line-height-medium) - .25rem)}.dnb-h--basis,.dnb-h--medium>small,.dnb-lead>small{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-h--basis>small,.dnb-h--small{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-h--small>small{font-size:var(--font-size-x-small);line-height:var(--line-height-small)}.dnb-h--x-small{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-core-style .dnb-h--basis,.dnb-core-style .dnb-h--large,.dnb-core-style .dnb-h--medium,.dnb-core-style .dnb-h--small,.dnb-core-style .dnb-h--x-large,.dnb-core-style .dnb-h--x-small,.dnb-core-style .dnb-h--xx-large,.dnb-core-style .dnb-lead,.dnb-h--basis,.dnb-h--large,.dnb-h--medium,.dnb-h--small,.dnb-h--x-large,.dnb-h--x-small,.dnb-h--xx-large,.dnb-lead{color:var(--theme-color-black-80,currentColor);font-family:var(--font-family-default);font-weight:var(--font-weight-medium);padding:0}.dnb-core-style .dnb-h--basis:not([class*=dnb-space]),.dnb-core-style .dnb-h--large:not([class*=dnb-space]),.dnb-core-style .dnb-h--medium:not([class*=dnb-space]),.dnb-core-style .dnb-h--small:not([class*=dnb-space]),.dnb-core-style .dnb-h--x-large:not([class*=dnb-space]),.dnb-core-style .dnb-h--x-small:not([class*=dnb-space]),.dnb-core-style .dnb-h--xx-large:not([class*=dnb-space]),.dnb-core-style .dnb-lead:not([class*=dnb-space]),.dnb-h--basis:not([class*=dnb-space]),.dnb-h--large:not([class*=dnb-space]),.dnb-h--medium:not([class*=dnb-space]),.dnb-h--small:not([class*=dnb-space]),.dnb-h--x-large:not([class*=dnb-space]),.dnb-h--x-small:not([class*=dnb-space]),.dnb-h--xx-large:not([class*=dnb-space]),.dnb-lead:not([class*=dnb-space]){margin:0}.dnb-core-style .dnb-h--basis .dnb-icon--default,.dnb-core-style .dnb-h--large .dnb-icon--default,.dnb-core-style .dnb-h--medium .dnb-icon--default,.dnb-core-style .dnb-h--small .dnb-icon--default,.dnb-core-style .dnb-h--x-large .dnb-icon--default,.dnb-core-style .dnb-h--x-small .dnb-icon--default,.dnb-core-style .dnb-h--xx-large .dnb-icon--default,.dnb-core-style .dnb-lead .dnb-icon--default,.dnb-h--basis .dnb-icon--default,.dnb-h--large .dnb-icon--default,.dnb-h--medium .dnb-icon--default,.dnb-h--small .dnb-icon--default,.dnb-h--x-large .dnb-icon--default,.dnb-h--x-small .dnb-icon--default,.dnb-h--xx-large .dnb-icon--default,.dnb-lead .dnb-icon--default{font-size:1em}.dnb-core-style .dnb-h--basis .dnb-icon--medium,.dnb-core-style .dnb-h--large .dnb-icon--medium,.dnb-core-style .dnb-h--medium .dnb-icon--medium,.dnb-core-style .dnb-h--small .dnb-icon--medium,.dnb-core-style .dnb-h--x-large .dnb-icon--medium,.dnb-core-style .dnb-h--x-small .dnb-icon--medium,.dnb-core-style .dnb-h--xx-large .dnb-icon--medium,.dnb-core-style .dnb-lead .dnb-icon--medium,.dnb-h--basis .dnb-icon--medium,.dnb-h--large .dnb-icon--medium,.dnb-h--medium .dnb-icon--medium,.dnb-h--small .dnb-icon--medium,.dnb-h--x-large .dnb-icon--medium,.dnb-h--x-small .dnb-icon--medium,.dnb-h--xx-large .dnb-icon--medium,.dnb-lead .dnb-icon--medium{font-size:1.5em}.dnb-core-style .dnb-h--basis .dnb-anchor,.dnb-core-style .dnb-h--basis a,.dnb-core-style .dnb-h--large .dnb-anchor,.dnb-core-style .dnb-h--large a,.dnb-core-style .dnb-h--medium .dnb-anchor,.dnb-core-style .dnb-h--medium a,.dnb-core-style .dnb-h--small .dnb-anchor,.dnb-core-style .dnb-h--small a,.dnb-core-style .dnb-h--x-large .dnb-anchor,.dnb-core-style .dnb-h--x-large a,.dnb-core-style .dnb-h--x-small .dnb-anchor,.dnb-core-style .dnb-h--x-small a,.dnb-core-style .dnb-h--xx-large .dnb-anchor,.dnb-core-style .dnb-h--xx-large a,.dnb-core-style .dnb-lead .dnb-anchor,.dnb-core-style .dnb-lead a,.dnb-h--basis .dnb-anchor,.dnb-h--basis a,.dnb-h--large .dnb-anchor,.dnb-h--large a,.dnb-h--medium .dnb-anchor,.dnb-h--medium a,.dnb-h--small .dnb-anchor,.dnb-h--small a,.dnb-h--x-large .dnb-anchor,.dnb-h--x-large a,.dnb-h--x-small .dnb-anchor,.dnb-h--x-small a,.dnb-h--xx-large .dnb-anchor,.dnb-h--xx-large a,.dnb-lead .dnb-anchor,.dnb-lead a{padding-bottom:.03125rem;padding-top:0}.dnb-core-style .dnb-spacing .dnb-h--xx-large:not([class*=space__top]),.dnb-spacing .dnb-h--xx-large:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-spacing .dnb-h--xx-large:not([class*=space__bottom]),.dnb-spacing .dnb-h--xx-large:not([class*=space__bottom]){margin-bottom:2.5rem}.dnb-core-style .dnb-spacing .dnb-h--x-large:not([class*=space__top]),.dnb-spacing .dnb-h--x-large:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-spacing .dnb-h--x-large:not([class*=space__bottom]),.dnb-spacing .dnb-h--x-large:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-spacing .dnb-h--large:not([class*=space__top]),.dnb-spacing .dnb-h--large:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-spacing .dnb-h--large:not([class*=space__bottom]),.dnb-spacing .dnb-h--large:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-spacing .dnb-h--basis:not([class*=space__top]),.dnb-core-style .dnb-spacing .dnb-h--medium:not([class*=space__top]),.dnb-core-style .dnb-spacing .dnb-h--small:not([class*=space__top]),.dnb-core-style .dnb-spacing .dnb-h--x-small:not([class*=space__top]),.dnb-core-style .dnb-spacing .dnb-lead:not([class*=space__top]),.dnb-spacing .dnb-h--basis:not([class*=space__top]),.dnb-spacing .dnb-h--medium:not([class*=space__top]),.dnb-spacing .dnb-h--small:not([class*=space__top]),.dnb-spacing .dnb-h--x-small:not([class*=space__top]),.dnb-spacing .dnb-lead:not([class*=space__top]){margin-top:2rem}.dnb-core-style .dnb-spacing .dnb-h--basis:not([class*=space__bottom]),.dnb-core-style .dnb-spacing .dnb-h--medium:not([class*=space__bottom]),.dnb-core-style .dnb-spacing .dnb-h--small:not([class*=space__bottom]),.dnb-core-style .dnb-spacing .dnb-h--x-small:not([class*=space__bottom]),.dnb-core-style .dnb-spacing .dnb-lead:not([class*=space__bottom]),.dnb-spacing .dnb-h--basis:not([class*=space__bottom]),.dnb-spacing .dnb-h--medium:not([class*=space__bottom]),.dnb-spacing .dnb-h--small:not([class*=space__bottom]),.dnb-spacing .dnb-h--x-small:not([class*=space__bottom]),.dnb-spacing .dnb-lead:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-spacing .dnb-p:not([class*=dnb-space__top]),.dnb-spacing .dnb-p:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing .dnb-p:not([class*=dnb-space__bottom]),.dnb-spacing .dnb-p:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-blockquote{background-color:var(--color-ocean-green);border-radius:1rem;color:var(--color-mint-green);display:inline-block;font-size:var(--font-size-small);line-height:var(--line-height-small);padding:1.5rem;position:relative;width:auto}.dnb-blockquote:not([class*=dnb-space]){margin:0}.dnb-blockquote:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0E1RTFEMiIgc3Ryb2tlPSIjQTVFMUQyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNMzcuNSAyNy41YTkgOSAwIDEgMCAwLTE4IDkgOSAwIDAgMCAwIDE4eiIvPjxwYXRoIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTQ2LjUgMTguNWEyMSAyMSAwIDAgMS0yMSAyMSIvPjxwYXRoIGZpbGw9IiNBNUUxRDIiIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEzLjUgMjcuNWE5IDkgMCAxIDAgMC0xOCA5IDkgMCAwIDAgMCAxOHoiLz48cGF0aCBzdHJva2U9IiNBNUUxRDIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0yMi41IDE4LjVhMjEgMjEgMCAwIDEtMjEgMjEiLz48L3N2Zz4=");background-size:cover;content:"";height:3em;left:1.5rem;position:absolute;top:2rem;width:3em}.dnb-blockquote,.dnb-blockquote.dnb-blockquote--left{padding-bottom:3rem;padding-left:6rem;padding-top:2rem}.dnb-blockquote.dnb-blockquote--top{padding-bottom:3rem;padding-left:1.5rem;padding-top:6rem}.dnb-blockquote.dnb-blockquote--no-background{background-color:transparent;color:var(--theme-color-black-80,currentColor)}.dnb-blockquote.dnb-blockquote--no-background:before{filter:grayscale(1) brightness(24%)}.dnb-blockquote .dnb-cite,.dnb-blockquote .dnb-figcaption,.dnb-blockquote cite,.dnb-blockquote figcaption,.dnb-blockquote footer{display:block;font-style:italic;font-weight:var(--font-weight-medium);line-height:var(--line-height-basis);margin-top:1rem}.dnb-blockquote .dnb-cite:before,.dnb-blockquote .dnb-figcaption:before,.dnb-blockquote cite:before,.dnb-blockquote figcaption:before,.dnb-blockquote footer:before{content:"—";display:inline-block;padding-right:.5rem}.dnb-spacing .dnb-blockquote .dnb-h--large,.dnb-spacing .dnb-blockquote .dnb-h--medium,.dnb-spacing .dnb-blockquote .dnb-h--xx-large,.dnb-spacing .dnb-blockquote .dnb-lead,.dnb-spacing .dnb-blockquote h1,.dnb-spacing .dnb-blockquote h2,.dnb-spacing .dnb-blockquote h3{margin:0}.dnb-blockquote .dnb-anchor{font-size:inherit}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor,.dnb-blockquote:not(.dnb-blockquote--no-background) a{color:var(--color-white)}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:active,.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:hover,.dnb-blockquote:not(.dnb-blockquote--no-background) a:active,.dnb-blockquote:not(.dnb-blockquote--no-background) a:hover{background-color:var(--color-white);color:var(--color-emerald-green);text-decoration:none}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:active,.dnb-blockquote:not(.dnb-blockquote--no-background) a:active{background-color:var(--color-white);color:var(--color-emerald-green)}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:not(:disabled):focus,.dnb-blockquote:not(.dnb-blockquote--no-background) a:not(:disabled):focus{background-color:transparent;color:var(--color-white);outline:none}html[data-whatinput=keyboard] .dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:not(:disabled):focus,html[data-whatinput=keyboard] .dnb-blockquote:not(.dnb-blockquote--no-background) a:not(:disabled):focus{--border-color:var(--color-white);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-h--large,.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-h--medium,.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-h--xx-large,.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-lead,.dnb-blockquote:not(.dnb-blockquote--no-background) h1,.dnb-blockquote:not(.dnb-blockquote--no-background) h2,.dnb-blockquote:not(.dnb-blockquote--no-background) h3{color:var(--color-mint-green)}.dnb-spacing .dnb-blockquote:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-blockquote:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-spacing .dnb-blockquote p:last-child{margin-bottom:0}.dnb-ul{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-ul:not([class*=dnb-space]){margin:0}.dnb-ul:not([class*=dnb-space__left]){padding-left:2rem}.dnb-ul ol,.dnb-ul ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-ul--outside li,.dnb-ul li{position:relative}.dnb-ul--outside li:before,.dnb-ul li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-ul--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-ul .dnb-anchor{font-size:inherit}.dnb-ul li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-ol{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-ol:not([class*=dnb-space]){margin:0}.dnb-ol:not([class*=dnb-space__left]){padding-left:2rem}.dnb-ol li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-ol ol,.dnb-ol ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-ol--outside li,.dnb-ol li{position:relative}.dnb-ol--outside li:before,.dnb-ol li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-ol--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-ol .dnb-anchor{font-size:inherit}.dnb-ol li{list-style-type:decimal}.dnb-ol--nested,.dnb-ol--nested ol{counter-reset:item}.dnb-ol--nested li{display:block}.dnb-ol--nested li:before{content:counters(item,".") ". ";counter-increment:item}.dnb-ol--nested li li:before{content:counters(item,".") " ";counter-increment:item}.dnb-ol[type] li{display:list-item;list-style-type:inherit}.dnb-ol[type] li:before,.dnb-ol[type] li li:before{content:none}.dnb-dl{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-dl:not([class*=dnb-space__top]){margin-top:0}.dnb-dl:not([class*=dnb-space__bottom]){margin-bottom:0}.dnb-dl dt{font-weight:var(--font-weight-medium);margin-top:1rem;padding:0}.dnb-dl dd~dt{margin-top:1.5rem}.dnb-dl dd{margin:.5rem 0 1rem;padding:0}.dnb-dl:not([class*=dnb-space])>dd>dl,.dnb-dl>dd>dl{margin-left:2rem;margin-top:1.5rem}@media screen and (min-width:40em){.dnb-dl__direction--horizontal{display:flex;flex-wrap:wrap}.dnb-dl__direction--horizontal dt{margin-right:1rem;max-width:40%}.dnb-dl__direction--horizontal dd{width:calc(60% - 1rem)}.dnb-dl__direction--horizontal dd,.dnb-dl__direction--horizontal dd~dt,.dnb-dl__direction--horizontal dt{margin-bottom:0;margin-top:.5rem}.dnb-dl__direction--horizontal dd:first-of-type,.dnb-dl__direction--horizontal dd~dt:first-of-type,.dnb-dl__direction--horizontal dt:first-of-type{margin-top:0}.dnb-dl dd.dnb-dl__item{flex-basis:100%;height:0;margin:0}}.dnb-spacing .dnb-ol:not([class*=dnb-space__top]),.dnb-spacing .dnb-ul:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-ol:not([class*=dnb-space__bottom]),.dnb-spacing .dnb-ul:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-spacing .dnb-ol>li,.dnb-spacing .dnb-ul>li{margin-bottom:1rem;margin-top:1rem}.dnb-spacing .dnb-ol>li>p,.dnb-spacing .dnb-ul>li>p{margin-top:1rem}.dnb-spacing .dnb-ol:not([class*=dnb-space]) li>ol,.dnb-spacing .dnb-ol:not([class*=dnb-space]) li>ul,.dnb-spacing .dnb-ol li>ol,.dnb-spacing .dnb-ol li>ul,.dnb-spacing .dnb-ul:not([class*=dnb-space]) li>ol,.dnb-spacing .dnb-ul:not([class*=dnb-space]) li>ul,.dnb-spacing .dnb-ul li>ol,.dnb-spacing .dnb-ul li>ul{margin-top:-.5rem}.dnb-spacing .dnb-dl:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-dl:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-unstyled-list{list-style-type:none}.dnb-unstyled-list:not([class*=dnb-space]){margin:0}.dnb-unstyled-list:not([class*=dnb-space__left]){padding-left:0}.dnb-unstyled-list>li{list-style-type:none}.dnb-unstyled-list>li:before{content:none}.dnb-unstyled-list>dd,.dnb-unstyled-list>dl{margin-left:0}.dnb-label{color:var(--color-black-80);cursor:pointer;overflow-wrap:break-word}.dnb-label[disabled]{cursor:not-allowed}.dnb-form{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-code{background-color:var(--color-mint-green-25);border-radius:.1875em;color:inherit;display:inline-block;font-size:inherit;line-height:var(--line-height-xx-small--em);padding:.25em;text-decoration:inherit}del .dnb-code{text-decoration:line-through}.dnb-code:not([class*=dnb-space]){margin:-.25em 0}.dnb-pre{word-wrap:normal;background-color:#222;border-radius:.5rem;color:var(--color-mint-green-12);display:block;font-family:var(--font-family-monospace);font-size:inherit;-webkit-hyphens:none;hyphens:none;outline:none;overflow:auto;padding:1rem;-moz-tab-size:2;tab-size:2;text-align:left;text-shadow:none;vertical-align:baseline;white-space:pre;word-break:normal;word-spacing:normal}.dnb-pre:not([class*=dnb-space]){margin:0}.dnb-pre pre{padding:1rem}.dnb-pre .dnb-spacing pre:not([class*=dnb-space__top]){margin-top:0}.dnb-pre .dnb-spacing pre:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-pre.dnb-pre--focus{--border-color:var(--color-sea-green);border-color:transparent;box-shadow:0 0 0 .25rem var(--border-color)}.dnb-spacing .dnb-pre:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-pre:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-skeleton>.dnb-code{background-color:transparent}.dnb-img{align-items:center;display:inline-flex;flex-direction:column;padding:0;text-align:center}.dnb-img:not([class*=dnb-space]){margin:0}.dnb-img figcaption,.dnb-img img{font-size:var(--font-size-basis)}.dnb-img img{border-radius:inherit;border-style:none;box-sizing:content-box;max-width:100%;position:relative;z-index:2}.dnb-img img[alt]:after{align-items:center;background-color:var(--color-black-8);border-radius:inherit;color:var(--color-black-80);content:attr(alt);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:3}.dnb-img figcaption{margin-top:.5rem}.dnb-img__img--error{background-color:var(--color-black-8);color:var(--color-black-80)}.dnb-hr{border:0;color:var(--color-black-80);display:flex;height:0;padding:0;position:relative}.dnb-hr:not([class*=dnb-space]){margin:0}.dnb-hr:after{background-color:currentcolor;border-radius:.5px;color:inherit;content:"";height:1px;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.dnb-hr--fullscreen:after{left:-100vw;width:200vw}.dnb-hr--light:after{background-color:transparent;background-image:linear-gradient(180deg,currentcolor 60%,transparent 65%);background-size:100% 1px;border-radius:.25px}.dnb-hr--medium:after{background-color:transparent;background-image:linear-gradient(180deg,currentcolor 51%,transparent 0);background-size:100% 3px;border-radius:.75px;height:2px}.dnb-spacing .dnb-hr:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-hr:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style a{border-radius:0;color:var(--color-sea-green);display:inline;font-size:var(--font-size-basis);padding:.05575em .125em;text-decoration:underline;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;text-decoration-thickness:.0938rem;text-underline-offset:.25em;transition:background-color .2s ease-in-out,border-radius .2s ease-in-out}sub .dnb-core-style a,sup .dnb-core-style a{padding:0 .025em}.dnb-h--basis .dnb-core-style a,.dnb-h--large .dnb-core-style a,.dnb-h--medium .dnb-core-style a,.dnb-h--small .dnb-core-style a,.dnb-h--x-large .dnb-core-style a,.dnb-h--x-small .dnb-core-style a,.dnb-h--xx-large .dnb-core-style a,.dnb-lead .dnb-core-style a,.dnb-p .dnb-core-style a{font-size:inherit}.dnb-core-style a:focus{border-radius:.25em;outline:none}.dnb-core-style a:focus:not(:active){background-color:transparent;color:var(--color-sea-green);transition:none}.dnb-core-style a:focus:not(:active),.dnb-section .dnb-core-style a:focus:not(:active).dnb-anchor{text-decoration:none}html[data-whatinput=keyboard] .dnb-core-style a:focus{--border-color:var(--color-emerald-green);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-core-style a:active,.dnb-core-style a:hover{background-color:var(--color-mint-green-50);border-radius:.25em;color:var(--color-sea-green)}.dnb-core-style a:active,.dnb-core-style a:hover,.dnb-section .dnb-core-style a:active.dnb-anchor,.dnb-section .dnb-core-style a:hover.dnb-anchor{text-decoration:none}.dnb-core-style a:active{background-color:var(--color-emerald-green);border-radius:.25em;color:var(--color-mint-green)}.dnb-core-style a:active,.dnb-section .dnb-core-style a:active.dnb-anchor{text-decoration:none}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon){background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiMwMDcyNzIiLz48L3N2Zz4=");background-size:0;position:relative}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{background-image:inherit;background-size:cover;color:inherit;content:"";display:inline-block;height:.889em;margin-left:.3em;margin-right:.125em;position:relative;transform-origin:bottom;transition:transform .3s ease-out,filter 1s ease-in-out;width:.889em}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):active{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiNhNWUxZDIiLz48L3N2Zz4=")}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{top:.125em}[data-visual-test-wrapper] .dnb-core-style a{transition:none}.dnb-core-style a .dnb-icon{display:inline-block;transform:translateY(-.0625em)}.dnb-core-style img{border-radius:inherit;border-style:none;box-sizing:content-box;max-width:100%;position:relative;z-index:2}.dnb-core-style img[alt]:after{align-items:center;background-color:var(--color-black-8);border-radius:inherit;color:var(--color-black-80);content:attr(alt);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:3}.dnb-core-style blockquote{background-color:var(--color-ocean-green);border-radius:1rem;color:var(--color-mint-green);display:inline-block;font-size:var(--font-size-small);line-height:var(--line-height-small);padding:1.5rem;position:relative;width:auto}.dnb-core-style blockquote:not([class*=dnb-space]){margin:0}.dnb-core-style blockquote:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0E1RTFEMiIgc3Ryb2tlPSIjQTVFMUQyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNMzcuNSAyNy41YTkgOSAwIDEgMCAwLTE4IDkgOSAwIDAgMCAwIDE4eiIvPjxwYXRoIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTQ2LjUgMTguNWEyMSAyMSAwIDAgMS0yMSAyMSIvPjxwYXRoIGZpbGw9IiNBNUUxRDIiIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEzLjUgMjcuNWE5IDkgMCAxIDAgMC0xOCA5IDkgMCAwIDAgMCAxOHoiLz48cGF0aCBzdHJva2U9IiNBNUUxRDIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0yMi41IDE4LjVhMjEgMjEgMCAwIDEtMjEgMjEiLz48L3N2Zz4=");background-size:cover;content:"";height:3em;left:1.5rem;position:absolute;top:2rem;width:3em}.dnb-core-style blockquote,.dnb-core-style blockquote.dnb-blockquote--left{padding-bottom:3rem;padding-left:6rem;padding-top:2rem}.dnb-core-style blockquote.dnb-blockquote--top{padding-bottom:3rem;padding-left:1.5rem;padding-top:6rem}.dnb-core-style blockquote.dnb-blockquote--no-background{background-color:transparent;color:var(--theme-color-black-80,currentColor)}.dnb-core-style blockquote.dnb-blockquote--no-background:before{filter:grayscale(1) brightness(24%)}.dnb-core-style blockquote .dnb-cite,.dnb-core-style blockquote .dnb-figcaption,.dnb-core-style blockquote cite,.dnb-core-style blockquote figcaption,.dnb-core-style blockquote footer{display:block;font-style:italic;font-weight:var(--font-weight-medium);line-height:var(--line-height-basis);margin-top:1rem}.dnb-core-style blockquote .dnb-cite:before,.dnb-core-style blockquote .dnb-figcaption:before,.dnb-core-style blockquote cite:before,.dnb-core-style blockquote figcaption:before,.dnb-core-style blockquote footer:before{content:"—";display:inline-block;padding-right:.5rem}.dnb-spacing .dnb-core-style blockquote .dnb-h--large,.dnb-spacing .dnb-core-style blockquote .dnb-h--medium,.dnb-spacing .dnb-core-style blockquote .dnb-h--xx-large,.dnb-spacing .dnb-core-style blockquote .dnb-lead,.dnb-spacing .dnb-core-style blockquote h1,.dnb-spacing .dnb-core-style blockquote h2,.dnb-spacing .dnb-core-style blockquote h3{margin:0}.dnb-core-style blockquote .dnb-anchor{font-size:inherit}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a{color:var(--color-white)}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:active,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:hover,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:active,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:hover{background-color:var(--color-white);color:var(--color-emerald-green);text-decoration:none}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:active,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:active{background-color:var(--color-white);color:var(--color-emerald-green)}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:not(:disabled):focus,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:not(:disabled):focus{background-color:transparent;color:var(--color-white);outline:none}html[data-whatinput=keyboard] .dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:not(:disabled):focus,html[data-whatinput=keyboard] .dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:not(:disabled):focus{--border-color:var(--color-white);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-h--large,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-h--medium,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-h--xx-large,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-lead,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) h1,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) h2,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) h3{color:var(--color-mint-green)}.dnb-core-style .dnb-spacing blockquote:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing blockquote:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style .dnb-spacing blockquote p:last-child{margin-bottom:0}.dnb-core-style hr{border:0;color:var(--color-black-80);display:flex;height:0;padding:0;position:relative}.dnb-core-style hr:not([class*=dnb-space]){margin:0}.dnb-core-style hr:after{background-color:currentcolor;border-radius:.5px;color:inherit;content:"";height:1px;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.dnb-core-style .dnb-spacing hr:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing hr:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style p{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);padding:0}.dnb-core-style p:not([class*=space__top]){margin-top:0}.dnb-core-style p:not([class*=space__bottom]){margin-bottom:0}.dnb-core-style p--lead{font-size:var(--font-size-medium);font-weight:var(--font-weight-medium);line-height:calc(var(--line-height-medium) - .25rem)}.dnb-core-style p--lead>small{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style p--medium,.dnb-core-style p b,.dnb-core-style p strong{font-weight:var(--font-weight-medium)}.dnb-core-style p--bold{font-weight:var(--font-weight-bold)}.dnb-core-style p__size--xx-large{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-core-style p__size--x-large{font-size:var(--font-size-x-large);line-height:var(--line-height-x-large)}.dnb-core-style p__size--large{font-size:var(--font-size-large);line-height:var(--line-height-large)}.dnb-core-style p__size--basis{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style p__size--medium{font-size:var(--font-size-medium);line-height:var(--line-height-medium)}.dnb-core-style p--small,.dnb-core-style p>small,.dnb-core-style p__size--small{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-core-style p--x-small,.dnb-core-style p__size--x-small{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-core-style p>cite{font-style:italic;font-weight:var(--font-weight-medium);line-height:var(--line-height-basis)}.dnb-core-style b,.dnb-core-style strong{font-weight:var(--font-weight-bold)}.dnb-core-style small{font-size:var(--font-size-small)}.dnb-core-style h1,.dnb-core-style h2,.dnb-core-style h3,.dnb-core-style h4,.dnb-core-style h5,.dnb-core-style h6{color:var(--theme-color-black-80,currentColor);font-family:var(--font-family-default);font-weight:var(--font-weight-medium);padding:0}.dnb-core-style h1:not([class*=dnb-space]),.dnb-core-style h2:not([class*=dnb-space]),.dnb-core-style h3:not([class*=dnb-space]),.dnb-core-style h4:not([class*=dnb-space]),.dnb-core-style h5:not([class*=dnb-space]),.dnb-core-style h6:not([class*=dnb-space]){margin:0}.dnb-core-style h1 .dnb-icon--default,.dnb-core-style h2 .dnb-icon--default,.dnb-core-style h3 .dnb-icon--default,.dnb-core-style h4 .dnb-icon--default,.dnb-core-style h5 .dnb-icon--default,.dnb-core-style h6 .dnb-icon--default{font-size:1em}.dnb-core-style h1 .dnb-icon--medium,.dnb-core-style h2 .dnb-icon--medium,.dnb-core-style h3 .dnb-icon--medium,.dnb-core-style h4 .dnb-icon--medium,.dnb-core-style h5 .dnb-icon--medium,.dnb-core-style h6 .dnb-icon--medium{font-size:1.5em}.dnb-core-style h1 .dnb-anchor,.dnb-core-style h1 a,.dnb-core-style h2 .dnb-anchor,.dnb-core-style h2 a,.dnb-core-style h3 .dnb-anchor,.dnb-core-style h3 a,.dnb-core-style h4 .dnb-anchor,.dnb-core-style h4 a,.dnb-core-style h5 .dnb-anchor,.dnb-core-style h5 a,.dnb-core-style h6 .dnb-anchor,.dnb-core-style h6 a{padding-bottom:.03125rem;padding-top:0}.dnb-core-style h1{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-core-style h1>small{display:block;font-size:var(--font-size-x-large);line-height:var(--line-height-large)}.dnb-core-style h2{font-size:var(--font-size-large);line-height:var(--line-height-medium)}.dnb-core-style h2>small{font-size:var(--font-size-medium);line-height:calc(var(--line-height-medium) - .125rem)}.dnb-core-style h3{font-size:var(--font-size-medium);line-height:calc(var(--line-height-medium) - .25rem)}.dnb-core-style h3>small,.dnb-core-style h4{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style h4>small,.dnb-core-style h5{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-core-style h5>small{font-size:var(--font-size-x-small);line-height:var(--line-height-small)}.dnb-core-style h6{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-core-style h2>small,.dnb-core-style h3>small,.dnb-core-style h4>small,.dnb-core-style h5>small,.dnb-core-style h6>small{line-height:var(--line-height-xx-small--em)}.dnb-core-style .dnb-core-style .dnb-spacing h1:not([class*=space__top]),.dnb-core-style .dnb-spacing h1:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-core-style .dnb-spacing h1:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h1:not([class*=space__bottom]){margin-bottom:2.5rem}.dnb-core-style .dnb-core-style .dnb-spacing h2:not([class*=space__top]),.dnb-core-style .dnb-spacing h2:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-core-style .dnb-spacing h2:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h2:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-core-style .dnb-spacing h3:not([class*=space__top]),.dnb-core-style .dnb-core-style .dnb-spacing h4:not([class*=space__top]),.dnb-core-style .dnb-core-style .dnb-spacing h5:not([class*=space__top]),.dnb-core-style .dnb-core-style .dnb-spacing h6:not([class*=space__top]),.dnb-core-style .dnb-spacing h3:not([class*=space__top]),.dnb-core-style .dnb-spacing h4:not([class*=space__top]),.dnb-core-style .dnb-spacing h5:not([class*=space__top]),.dnb-core-style .dnb-spacing h6:not([class*=space__top]){margin-top:2rem}.dnb-core-style .dnb-core-style .dnb-spacing h3:not([class*=space__bottom]),.dnb-core-style .dnb-core-style .dnb-spacing h4:not([class*=space__bottom]),.dnb-core-style .dnb-core-style .dnb-spacing h5:not([class*=space__bottom]),.dnb-core-style .dnb-core-style .dnb-spacing h6:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h3:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h4:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h5:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h6:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-core-style .dnb-spacing p:not([class*=dnb-space__top]),.dnb-core-style .dnb-spacing p:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-core-style .dnb-spacing p:not([class*=dnb-space__bottom]),.dnb-core-style .dnb-spacing p:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style ul{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-core-style ul:not([class*=dnb-space]){margin:0}.dnb-core-style ul:not([class*=dnb-space__left]){padding-left:2rem}.dnb-core-style ul ol,.dnb-core-style ul ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-core-style ul--outside li,.dnb-core-style ul li{position:relative}.dnb-core-style ul--outside li:before,.dnb-core-style ul li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-core-style ul--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-core-style ul .dnb-anchor{font-size:inherit}.dnb-core-style ul li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-core-style .dnb-spacing ul:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing ul:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style .dnb-spacing ul>li{margin-bottom:1rem;margin-top:1rem}.dnb-core-style .dnb-spacing ul>li>p{margin-top:1rem}.dnb-core-style .dnb-spacing ul:not([class*=dnb-space]) li>ol,.dnb-core-style .dnb-spacing ul:not([class*=dnb-space]) li>ul,.dnb-core-style .dnb-spacing ul li>ol,.dnb-core-style .dnb-spacing ul li>ul{margin-top:-.5rem}.dnb-core-style ol{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-core-style ol:not([class*=dnb-space]){margin:0}.dnb-core-style ol:not([class*=dnb-space__left]){padding-left:2rem}.dnb-core-style ol li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-core-style ol ol,.dnb-core-style ol ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-core-style ol--outside li,.dnb-core-style ol li{position:relative}.dnb-core-style ol--outside li:before,.dnb-core-style ol li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-core-style ol--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-core-style ol .dnb-anchor{font-size:inherit}.dnb-core-style ol li{list-style-type:decimal}.dnb-core-style ol--nested,.dnb-core-style ol--nested ol{counter-reset:item}.dnb-core-style ol--nested li{display:block}.dnb-core-style ol--nested li:before{content:counters(item,".") ". ";counter-increment:item}.dnb-core-style ol--nested li li:before{content:counters(item,".") " ";counter-increment:item}.dnb-core-style ol[type] li{display:list-item;list-style-type:inherit}.dnb-core-style ol[type] li:before,.dnb-core-style ol[type] li li:before{content:none}.dnb-core-style .dnb-spacing ol:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing ol:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style .dnb-spacing ol>li{margin-bottom:1rem;margin-top:1rem}.dnb-core-style .dnb-spacing ol>li>p{margin-top:1rem}.dnb-core-style .dnb-spacing ol:not([class*=dnb-space]) li>ol,.dnb-core-style .dnb-spacing ol:not([class*=dnb-space]) li>ul,.dnb-core-style .dnb-spacing ol li>ol,.dnb-core-style .dnb-spacing ol li>ul{margin-top:-.5rem}.dnb-core-style dl{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-core-style dl:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style dl:not([class*=dnb-space__bottom]){margin-bottom:0}.dnb-core-style dl dt{font-weight:var(--font-weight-medium);margin-top:1rem;padding:0}.dnb-core-style dl dd~dt{margin-top:1.5rem}.dnb-core-style dl dd{margin:.5rem 0 1rem;padding:0}.dnb-core-style dl:not([class*=dnb-space])>dd>dl,.dnb-core-style dl>dd>dl{margin-left:2rem;margin-top:1.5rem}@media screen and (min-width:40em){.dnb-core-style dl__direction--horizontal{display:flex;flex-wrap:wrap}.dnb-core-style dl__direction--horizontal dt{margin-right:1rem;max-width:40%}.dnb-core-style dl__direction--horizontal dd{width:calc(60% - 1rem)}.dnb-core-style dl__direction--horizontal dd,.dnb-core-style dl__direction--horizontal dd~dt,.dnb-core-style dl__direction--horizontal dt{margin-bottom:0;margin-top:.5rem}.dnb-core-style dl__direction--horizontal dd:first-of-type,.dnb-core-style dl__direction--horizontal dd~dt:first-of-type,.dnb-core-style dl__direction--horizontal dt:first-of-type{margin-top:0}.dnb-core-style dl dd.dnb-core-style dl__item{flex-basis:100%;height:0;margin:0}}.dnb-core-style .dnb-spacing dl:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing dl:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style form{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style label{color:var(--color-black-80);cursor:pointer;overflow-wrap:break-word}.dnb-core-style label[disabled]{cursor:not-allowed}.dnb-core-style code{background-color:var(--color-mint-green-25);border-radius:.1875em;color:inherit;display:inline-block;font-size:inherit;line-height:var(--line-height-xx-small--em);padding:.25em;text-decoration:inherit}del .dnb-core-style code{text-decoration:line-through}.dnb-core-style code:not([class*=dnb-space]){margin:-.25em 0}.dnb-core-style pre{word-wrap:normal;background-color:#222;border-radius:.5rem;color:var(--color-mint-green-12);display:block;font-family:var(--font-family-monospace);font-size:inherit;-webkit-hyphens:none;hyphens:none;outline:none;overflow:auto;padding:1rem;-moz-tab-size:2;tab-size:2;text-align:left;text-shadow:none;vertical-align:baseline;white-space:pre;word-break:normal;word-spacing:normal}.dnb-core-style pre:not([class*=dnb-space]){margin:0}.dnb-core-style pre pre{padding:1rem}.dnb-core-style pre .dnb-spacing pre:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style pre .dnb-spacing pre:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style pre.dnb-pre--focus{--border-color:var(--color-sea-green);border-color:transparent;box-shadow:0 0 0 .25rem var(--border-color)}
1
+ @charset "UTF-8";button.dnb-anchor{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;line-height:calc(var(--line-height-basis) + .125rem)}.dnb-anchor{border-radius:0;color:var(--color-sea-green);display:inline;font-size:var(--font-size-basis);padding:.05575em .125em;text-decoration:underline;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;text-decoration-thickness:.0938rem;text-underline-offset:.25em;transition:background-color .2s ease-in-out,border-radius .2s ease-in-out}sub .dnb-anchor,sup .dnb-anchor{padding:0 .025em}.dnb-h--basis .dnb-anchor,.dnb-h--large .dnb-anchor,.dnb-h--medium .dnb-anchor,.dnb-h--small .dnb-anchor,.dnb-h--x-large .dnb-anchor,.dnb-h--x-small .dnb-anchor,.dnb-h--xx-large .dnb-anchor,.dnb-lead .dnb-anchor,.dnb-p .dnb-anchor{font-size:inherit}.dnb-anchor:focus{border-radius:.25em;outline:none}.dnb-anchor:focus:not(:active){background-color:transparent;color:var(--color-sea-green);transition:none}.dnb-anchor:focus:not(:active),.dnb-section .dnb-anchor:focus:not(:active).dnb-anchor{text-decoration:none}html[data-whatinput=keyboard] .dnb-anchor:focus{--border-color:var(--color-emerald-green);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-anchor:active,.dnb-anchor:hover{background-color:var(--color-mint-green-50);border-radius:.25em;color:var(--color-sea-green)}.dnb-anchor:active,.dnb-anchor:hover,.dnb-section .dnb-anchor:active.dnb-anchor,.dnb-section .dnb-anchor:hover.dnb-anchor{text-decoration:none}.dnb-anchor:active{background-color:var(--color-emerald-green);border-radius:.25em;color:var(--color-mint-green)}.dnb-anchor:active,.dnb-section .dnb-anchor:active.dnb-anchor{text-decoration:none}.dnb-anchor[target=_blank]:not(:empty):not(.dnb-anchor--no-icon){background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiMwMDcyNzIiLz48L3N2Zz4=");background-size:0;position:relative}.dnb-anchor[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{background-image:inherit;background-size:cover;color:inherit;content:"";display:inline-block;height:.889em;margin-left:.3em;margin-right:.125em;position:relative;transform-origin:bottom;transition:transform .3s ease-out,filter 1s ease-in-out;width:.889em}.dnb-anchor[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):active{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiNhNWUxZDIiLz48L3N2Zz4=")}.dnb-anchor[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{top:.125em}[data-visual-test-wrapper] .dnb-anchor{transition:none}.dnb-anchor .dnb-icon{display:inline-block;transform:translateY(-.0625em)}.dnb-anchor--hover{background-color:var(--color-mint-green-50);border-radius:.25em;color:var(--color-sea-green)}.dnb-anchor--hover,.dnb-section .dnb-anchor--hover.dnb-anchor{text-decoration:none}.dnb-anchor--active{background-color:var(--color-emerald-green);border-radius:.25em;color:var(--color-mint-green)}.dnb-anchor--active,.dnb-section .dnb-anchor--active.dnb-anchor{text-decoration:none}.dnb-anchor--focus{border-radius:.25em;outline:none}.dnb-anchor--focus:not(:active){background-color:transparent;color:var(--color-sea-green);transition:none}.dnb-anchor--focus:not(:active),.dnb-section .dnb-anchor--focus:not(:active).dnb-anchor{text-decoration:none}html[data-whatinput=mouse] .dnb-anchor--focus{--border-color:var(--color-emerald-green);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-anchor--no-style{color:inherit;transition:none}.dnb-anchor--no-style,.dnb-section .dnb-anchor--no-style.dnb-anchor{text-decoration:none}.dnb-anchor--no-style:hover{background-color:transparent;color:inherit}.dnb-anchor--no-underline,.dnb-section .dnb-anchor--no-underline.dnb-anchor{text-decoration:none}.dnb-anchor--no-hover:hover{background-color:transparent;color:inherit}.dnb-anchor--no-radius,.dnb-anchor--no-radius:active,.dnb-anchor--no-radius:focus,.dnb-anchor--no-radius:hover{border-radius:0}.dnb-anchor--no-animation{transition:none}.dnb-anchor--contrast{color:var(--color-white)}.dnb-anchor--contrast:active,.dnb-anchor--contrast:hover{text-decoration:none}.dnb-anchor--contrast:active,.dnb-anchor--contrast:hover{background-color:var(--color-white);color:var(--color-emerald-green)}.dnb-anchor--contrast:not(:disabled):focus{background-color:transparent;color:var(--color-white);outline:none}html[data-whatinput=keyboard] .dnb-anchor--contrast:not(:disabled):focus{--border-color:var(--color-white);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}a.dnb-button{transition:none}.dnb-anchor.dnb-skeleton,.dnb-skeleton>.dnb-anchor{text-decoration:none}.dnb-anchor.dnb-skeleton:after,.dnb-skeleton>.dnb-anchor:after{filter:grayscale(100%) opacity(.3)}.dnb-small{font-size:var(--font-size-small)}sub,sup{font-size:.777777em;line-height:.5em}.dnb-p{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);padding:0}.dnb-p:not([class*=space__top]){margin-top:0}.dnb-p:not([class*=space__bottom]){margin-bottom:0}.dnb-p--lead{font-size:var(--font-size-medium);font-weight:var(--font-weight-medium);line-height:calc(var(--line-height-medium) - .25rem)}.dnb-p--lead>small{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-p--medium,.dnb-p b,.dnb-p strong{font-weight:var(--font-weight-medium)}.dnb-p--bold{font-weight:var(--font-weight-bold)}.dnb-p__size--xx-large{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-p__size--x-large{font-size:var(--font-size-x-large);line-height:var(--line-height-x-large)}.dnb-p__size--large{font-size:var(--font-size-large);line-height:var(--line-height-large)}.dnb-p__size--basis{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-p__size--medium{font-size:var(--font-size-medium);line-height:var(--line-height-medium)}.dnb-p--small,.dnb-p>small,.dnb-p__size--small{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-p--x-small,.dnb-p__size--x-small{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-p>cite{font-style:italic;line-height:var(--line-height-basis)}.dnb-p>cite,.dnb-table b,.dnb-table strong{font-weight:var(--font-weight-medium)}.dnb-h--xx-large{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-h--xx-large>small{display:block}.dnb-h--x-large,.dnb-h--x-large>small,.dnb-h--xx-large>small{font-size:var(--font-size-x-large);line-height:var(--line-height-large)}.dnb-h--x-large>small{display:block}.dnb-h--large{font-size:var(--font-size-large);line-height:var(--line-height-medium)}.dnb-h--large>small{font-size:var(--font-size-medium);line-height:calc(var(--line-height-medium) - .125rem)}.dnb-h--medium,.dnb-lead{font-size:var(--font-size-medium);font-weight:var(--font-weight-medium);line-height:calc(var(--line-height-medium) - .25rem)}.dnb-h--basis,.dnb-h--medium>small,.dnb-lead>small{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-h--basis>small,.dnb-h--small{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-h--small>small{font-size:var(--font-size-x-small);line-height:var(--line-height-small)}.dnb-h--x-small{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-core-style .dnb-h--basis,.dnb-core-style .dnb-h--large,.dnb-core-style .dnb-h--medium,.dnb-core-style .dnb-h--small,.dnb-core-style .dnb-h--x-large,.dnb-core-style .dnb-h--x-small,.dnb-core-style .dnb-h--xx-large,.dnb-core-style .dnb-lead,.dnb-h--basis,.dnb-h--large,.dnb-h--medium,.dnb-h--small,.dnb-h--x-large,.dnb-h--x-small,.dnb-h--xx-large,.dnb-lead{color:var(--theme-color-black-80,currentColor);font-family:var(--font-family-default);font-weight:var(--font-weight-medium);padding:0}.dnb-core-style .dnb-h--basis:not([class*=dnb-space]),.dnb-core-style .dnb-h--large:not([class*=dnb-space]),.dnb-core-style .dnb-h--medium:not([class*=dnb-space]),.dnb-core-style .dnb-h--small:not([class*=dnb-space]),.dnb-core-style .dnb-h--x-large:not([class*=dnb-space]),.dnb-core-style .dnb-h--x-small:not([class*=dnb-space]),.dnb-core-style .dnb-h--xx-large:not([class*=dnb-space]),.dnb-core-style .dnb-lead:not([class*=dnb-space]),.dnb-h--basis:not([class*=dnb-space]),.dnb-h--large:not([class*=dnb-space]),.dnb-h--medium:not([class*=dnb-space]),.dnb-h--small:not([class*=dnb-space]),.dnb-h--x-large:not([class*=dnb-space]),.dnb-h--x-small:not([class*=dnb-space]),.dnb-h--xx-large:not([class*=dnb-space]),.dnb-lead:not([class*=dnb-space]){margin:0}.dnb-core-style .dnb-h--basis .dnb-icon--default,.dnb-core-style .dnb-h--large .dnb-icon--default,.dnb-core-style .dnb-h--medium .dnb-icon--default,.dnb-core-style .dnb-h--small .dnb-icon--default,.dnb-core-style .dnb-h--x-large .dnb-icon--default,.dnb-core-style .dnb-h--x-small .dnb-icon--default,.dnb-core-style .dnb-h--xx-large .dnb-icon--default,.dnb-core-style .dnb-lead .dnb-icon--default,.dnb-h--basis .dnb-icon--default,.dnb-h--large .dnb-icon--default,.dnb-h--medium .dnb-icon--default,.dnb-h--small .dnb-icon--default,.dnb-h--x-large .dnb-icon--default,.dnb-h--x-small .dnb-icon--default,.dnb-h--xx-large .dnb-icon--default,.dnb-lead .dnb-icon--default{font-size:1em}.dnb-core-style .dnb-h--basis .dnb-icon--medium,.dnb-core-style .dnb-h--large .dnb-icon--medium,.dnb-core-style .dnb-h--medium .dnb-icon--medium,.dnb-core-style .dnb-h--small .dnb-icon--medium,.dnb-core-style .dnb-h--x-large .dnb-icon--medium,.dnb-core-style .dnb-h--x-small .dnb-icon--medium,.dnb-core-style .dnb-h--xx-large .dnb-icon--medium,.dnb-core-style .dnb-lead .dnb-icon--medium,.dnb-h--basis .dnb-icon--medium,.dnb-h--large .dnb-icon--medium,.dnb-h--medium .dnb-icon--medium,.dnb-h--small .dnb-icon--medium,.dnb-h--x-large .dnb-icon--medium,.dnb-h--x-small .dnb-icon--medium,.dnb-h--xx-large .dnb-icon--medium,.dnb-lead .dnb-icon--medium{font-size:1.5em}.dnb-core-style .dnb-h--basis .dnb-anchor,.dnb-core-style .dnb-h--basis a,.dnb-core-style .dnb-h--large .dnb-anchor,.dnb-core-style .dnb-h--large a,.dnb-core-style .dnb-h--medium .dnb-anchor,.dnb-core-style .dnb-h--medium a,.dnb-core-style .dnb-h--small .dnb-anchor,.dnb-core-style .dnb-h--small a,.dnb-core-style .dnb-h--x-large .dnb-anchor,.dnb-core-style .dnb-h--x-large a,.dnb-core-style .dnb-h--x-small .dnb-anchor,.dnb-core-style .dnb-h--x-small a,.dnb-core-style .dnb-h--xx-large .dnb-anchor,.dnb-core-style .dnb-h--xx-large a,.dnb-core-style .dnb-lead .dnb-anchor,.dnb-core-style .dnb-lead a,.dnb-h--basis .dnb-anchor,.dnb-h--basis a,.dnb-h--large .dnb-anchor,.dnb-h--large a,.dnb-h--medium .dnb-anchor,.dnb-h--medium a,.dnb-h--small .dnb-anchor,.dnb-h--small a,.dnb-h--x-large .dnb-anchor,.dnb-h--x-large a,.dnb-h--x-small .dnb-anchor,.dnb-h--x-small a,.dnb-h--xx-large .dnb-anchor,.dnb-h--xx-large a,.dnb-lead .dnb-anchor,.dnb-lead a{padding-bottom:.03125rem;padding-top:0}.dnb-core-style .dnb-spacing .dnb-h--xx-large:not([class*=space__top]),.dnb-spacing .dnb-h--xx-large:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-spacing .dnb-h--xx-large:not([class*=space__bottom]),.dnb-spacing .dnb-h--xx-large:not([class*=space__bottom]){margin-bottom:2.5rem}.dnb-core-style .dnb-spacing .dnb-h--x-large:not([class*=space__top]),.dnb-spacing .dnb-h--x-large:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-spacing .dnb-h--x-large:not([class*=space__bottom]),.dnb-spacing .dnb-h--x-large:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-spacing .dnb-h--large:not([class*=space__top]),.dnb-spacing .dnb-h--large:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-spacing .dnb-h--large:not([class*=space__bottom]),.dnb-spacing .dnb-h--large:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-spacing .dnb-h--basis:not([class*=space__top]),.dnb-core-style .dnb-spacing .dnb-h--medium:not([class*=space__top]),.dnb-core-style .dnb-spacing .dnb-h--small:not([class*=space__top]),.dnb-core-style .dnb-spacing .dnb-h--x-small:not([class*=space__top]),.dnb-core-style .dnb-spacing .dnb-lead:not([class*=space__top]),.dnb-spacing .dnb-h--basis:not([class*=space__top]),.dnb-spacing .dnb-h--medium:not([class*=space__top]),.dnb-spacing .dnb-h--small:not([class*=space__top]),.dnb-spacing .dnb-h--x-small:not([class*=space__top]),.dnb-spacing .dnb-lead:not([class*=space__top]){margin-top:2rem}.dnb-core-style .dnb-spacing .dnb-h--basis:not([class*=space__bottom]),.dnb-core-style .dnb-spacing .dnb-h--medium:not([class*=space__bottom]),.dnb-core-style .dnb-spacing .dnb-h--small:not([class*=space__bottom]),.dnb-core-style .dnb-spacing .dnb-h--x-small:not([class*=space__bottom]),.dnb-core-style .dnb-spacing .dnb-lead:not([class*=space__bottom]),.dnb-spacing .dnb-h--basis:not([class*=space__bottom]),.dnb-spacing .dnb-h--medium:not([class*=space__bottom]),.dnb-spacing .dnb-h--small:not([class*=space__bottom]),.dnb-spacing .dnb-h--x-small:not([class*=space__bottom]),.dnb-spacing .dnb-lead:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-spacing .dnb-p:not([class*=dnb-space__top]),.dnb-spacing .dnb-p:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing .dnb-p:not([class*=dnb-space__bottom]),.dnb-spacing .dnb-p:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-blockquote{background-color:var(--color-ocean-green);border-radius:1rem;color:var(--color-mint-green);display:inline-block;font-size:var(--font-size-small);line-height:var(--line-height-small);padding:1.5rem;position:relative;width:auto}.dnb-blockquote:not([class*=dnb-space]){margin:0}.dnb-blockquote:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0E1RTFEMiIgc3Ryb2tlPSIjQTVFMUQyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNMzcuNSAyNy41YTkgOSAwIDEgMCAwLTE4IDkgOSAwIDAgMCAwIDE4eiIvPjxwYXRoIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTQ2LjUgMTguNWEyMSAyMSAwIDAgMS0yMSAyMSIvPjxwYXRoIGZpbGw9IiNBNUUxRDIiIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEzLjUgMjcuNWE5IDkgMCAxIDAgMC0xOCA5IDkgMCAwIDAgMCAxOHoiLz48cGF0aCBzdHJva2U9IiNBNUUxRDIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0yMi41IDE4LjVhMjEgMjEgMCAwIDEtMjEgMjEiLz48L3N2Zz4=");background-size:cover;content:"";height:3em;left:1.5rem;position:absolute;top:2rem;width:3em}.dnb-blockquote,.dnb-blockquote.dnb-blockquote--left{padding-bottom:3rem;padding-left:6rem;padding-top:2rem}.dnb-blockquote.dnb-blockquote--top{padding-bottom:3rem;padding-left:1.5rem;padding-top:6rem}.dnb-blockquote.dnb-blockquote--no-background{background-color:transparent;color:var(--theme-color-black-80,currentColor)}.dnb-blockquote.dnb-blockquote--no-background:before{filter:grayscale(1) brightness(24%)}.dnb-blockquote .dnb-cite,.dnb-blockquote .dnb-figcaption,.dnb-blockquote cite,.dnb-blockquote figcaption,.dnb-blockquote footer{display:block;font-style:italic;font-weight:var(--font-weight-medium);line-height:var(--line-height-basis);margin-top:1rem}.dnb-blockquote .dnb-cite:before,.dnb-blockquote .dnb-figcaption:before,.dnb-blockquote cite:before,.dnb-blockquote figcaption:before,.dnb-blockquote footer:before{content:"—";display:inline-block;padding-right:.5rem}.dnb-spacing .dnb-blockquote .dnb-h--large,.dnb-spacing .dnb-blockquote .dnb-h--medium,.dnb-spacing .dnb-blockquote .dnb-h--xx-large,.dnb-spacing .dnb-blockquote .dnb-lead,.dnb-spacing .dnb-blockquote h1,.dnb-spacing .dnb-blockquote h2,.dnb-spacing .dnb-blockquote h3{margin:0}.dnb-blockquote .dnb-anchor{font-size:inherit}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor,.dnb-blockquote:not(.dnb-blockquote--no-background) a{color:var(--color-white)}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:active,.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:hover,.dnb-blockquote:not(.dnb-blockquote--no-background) a:active,.dnb-blockquote:not(.dnb-blockquote--no-background) a:hover{background-color:var(--color-white);color:var(--color-emerald-green);text-decoration:none}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:active,.dnb-blockquote:not(.dnb-blockquote--no-background) a:active{background-color:var(--color-white);color:var(--color-emerald-green)}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:not(:disabled):focus,.dnb-blockquote:not(.dnb-blockquote--no-background) a:not(:disabled):focus{background-color:transparent;color:var(--color-white);outline:none}html[data-whatinput=keyboard] .dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:not(:disabled):focus,html[data-whatinput=keyboard] .dnb-blockquote:not(.dnb-blockquote--no-background) a:not(:disabled):focus{--border-color:var(--color-white);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-h--large,.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-h--medium,.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-h--xx-large,.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-lead,.dnb-blockquote:not(.dnb-blockquote--no-background) h1,.dnb-blockquote:not(.dnb-blockquote--no-background) h2,.dnb-blockquote:not(.dnb-blockquote--no-background) h3{color:var(--color-mint-green)}.dnb-spacing .dnb-blockquote:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-blockquote:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-spacing .dnb-blockquote p:last-child{margin-bottom:0}.dnb-ul{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-ul:not([class*=dnb-space]){margin:0}.dnb-ul:not([class*=dnb-space__left]){padding-left:2rem}.dnb-ul ol,.dnb-ul ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-ul--outside li,.dnb-ul li{position:relative}.dnb-ul--outside li:before,.dnb-ul li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-ul--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-ul .dnb-anchor{font-size:inherit}.dnb-ul li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-ol{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-ol:not([class*=dnb-space]){margin:0}.dnb-ol:not([class*=dnb-space__left]){padding-left:2rem}.dnb-ol li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-ol ol,.dnb-ol ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-ol--outside li,.dnb-ol li{position:relative}.dnb-ol--outside li:before,.dnb-ol li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-ol--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-ol .dnb-anchor{font-size:inherit}.dnb-ol li{list-style-type:decimal}.dnb-ol--nested,.dnb-ol--nested ol{counter-reset:item}.dnb-ol--nested li{display:block}.dnb-ol--nested li:before{content:counters(item,".") ". ";counter-increment:item}.dnb-ol--nested li li:before{content:counters(item,".") " ";counter-increment:item}.dnb-ol[type] li{display:list-item;list-style-type:inherit}.dnb-ol[type] li:before,.dnb-ol[type] li li:before{content:none}.dnb-dl{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-dl:not([class*=dnb-space__top]){margin-top:0}.dnb-dl:not([class*=dnb-space__bottom]){margin-bottom:0}.dnb-dl dt{font-weight:var(--font-weight-medium);margin-top:1rem;padding:0}.dnb-dl dd~dt{margin-top:1.5rem}.dnb-dl dd{margin:.5rem 0 1rem;padding:0}.dnb-dl:not([class*=dnb-space])>dd>dl,.dnb-dl>dd>dl{margin-left:2rem;margin-top:1.5rem}@media screen and (min-width:40em){.dnb-dl__direction--horizontal{display:flex;flex-wrap:wrap}.dnb-dl__direction--horizontal dt{margin-right:1rem;max-width:40%}.dnb-dl__direction--horizontal dd{width:calc(60% - 1rem)}.dnb-dl__direction--horizontal dd,.dnb-dl__direction--horizontal dd~dt,.dnb-dl__direction--horizontal dt{margin-bottom:0;margin-top:.5rem}.dnb-dl__direction--horizontal dd:first-of-type,.dnb-dl__direction--horizontal dd~dt:first-of-type,.dnb-dl__direction--horizontal dt:first-of-type{margin-top:0}.dnb-dl dd.dnb-dl__item{flex-basis:100%;height:0;margin:0}}.dnb-spacing .dnb-ol:not([class*=dnb-space__top]),.dnb-spacing .dnb-ul:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-ol:not([class*=dnb-space__bottom]),.dnb-spacing .dnb-ul:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-spacing .dnb-ol>li,.dnb-spacing .dnb-ul>li{margin-bottom:1rem;margin-top:1rem}.dnb-spacing .dnb-ol>li>p,.dnb-spacing .dnb-ul>li>p{margin-top:1rem}.dnb-spacing .dnb-ol:not([class*=dnb-space]) li>ol,.dnb-spacing .dnb-ol:not([class*=dnb-space]) li>ul,.dnb-spacing .dnb-ol li>ol,.dnb-spacing .dnb-ol li>ul,.dnb-spacing .dnb-ul:not([class*=dnb-space]) li>ol,.dnb-spacing .dnb-ul:not([class*=dnb-space]) li>ul,.dnb-spacing .dnb-ul li>ol,.dnb-spacing .dnb-ul li>ul{margin-top:-.5rem}.dnb-spacing .dnb-dl:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-dl:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-unstyled-list{list-style-type:none}.dnb-unstyled-list:not([class*=dnb-space]){margin:0}.dnb-unstyled-list:not([class*=dnb-space__left]){padding-left:0}.dnb-unstyled-list>li{list-style-type:none}.dnb-unstyled-list>li:before{content:none}.dnb-unstyled-list>dd,.dnb-unstyled-list>dl{margin-left:0}.dnb-label{color:var(--color-black-80);cursor:pointer;overflow-wrap:break-word}.dnb-label[disabled]{cursor:not-allowed}.dnb-form{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-code{background-color:var(--color-mint-green-25);border-radius:.1875em;color:inherit;display:inline-block;font-size:inherit;line-height:var(--line-height-xx-small--em);padding:.25em;text-decoration:inherit}del .dnb-code{text-decoration:line-through}.dnb-code:not([class*=dnb-space]){margin:-.25em 0}.dnb-pre{word-wrap:normal;background-color:#222;border-radius:.5rem;color:var(--color-mint-green-12);display:block;font-family:var(--font-family-monospace);font-size:inherit;-webkit-hyphens:none;hyphens:none;outline:none;overflow:auto;padding:1rem;-moz-tab-size:2;tab-size:2;text-align:left;text-shadow:none;vertical-align:baseline;white-space:pre;word-break:normal;word-spacing:normal}.dnb-pre:not([class*=dnb-space]){margin:0}.dnb-pre pre{padding:1rem}.dnb-pre .dnb-spacing pre:not([class*=dnb-space__top]){margin-top:0}.dnb-pre .dnb-spacing pre:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-pre.dnb-pre--focus{--border-color:var(--color-sea-green);border-color:transparent;box-shadow:0 0 0 .25rem var(--border-color)}.dnb-spacing .dnb-pre:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-pre:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-skeleton>.dnb-code{background-color:transparent}.dnb-img{align-items:center;display:inline-flex;flex-direction:column;padding:0;text-align:center}.dnb-img:not([class*=dnb-space]){margin:0}.dnb-img figcaption,.dnb-img img{font-size:var(--font-size-basis)}.dnb-img img{border-radius:inherit;border-style:none;box-sizing:content-box;max-width:100%;position:relative;z-index:2}.dnb-img img[alt]:after{align-items:center;background-color:var(--color-black-8);border-radius:inherit;color:var(--color-black-80);content:attr(alt);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:3}.dnb-img figcaption{margin-top:.5rem}.dnb-img__img--error{background-color:var(--color-black-8);color:var(--color-black-80)}.dnb-hr{border:0;color:var(--color-black-80);display:flex;height:0;padding:0;position:relative}.dnb-hr:not([class*=dnb-space]){margin:0}.dnb-hr:after{background-color:currentcolor;border-radius:.5px;color:inherit;content:"";height:1px;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.dnb-hr--fullscreen:after{left:-100vw;width:200vw}.dnb-hr--light:after{background-color:transparent;background-image:linear-gradient(180deg,currentcolor 60%,transparent 65%);background-size:100% 1px;border-radius:.25px}.dnb-hr--medium:after{background-color:transparent;background-image:linear-gradient(180deg,currentcolor 51%,transparent 0);background-size:100% 3px;border-radius:.75px;height:2px}.dnb-spacing .dnb-hr:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-hr:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style a{border-radius:0;color:var(--color-sea-green);display:inline;font-size:var(--font-size-basis);padding:.05575em .125em;text-decoration:underline;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;text-decoration-thickness:.0938rem;text-underline-offset:.25em;transition:background-color .2s ease-in-out,border-radius .2s ease-in-out}sub .dnb-core-style a,sup .dnb-core-style a{padding:0 .025em}.dnb-h--basis .dnb-core-style a,.dnb-h--large .dnb-core-style a,.dnb-h--medium .dnb-core-style a,.dnb-h--small .dnb-core-style a,.dnb-h--x-large .dnb-core-style a,.dnb-h--x-small .dnb-core-style a,.dnb-h--xx-large .dnb-core-style a,.dnb-lead .dnb-core-style a,.dnb-p .dnb-core-style a{font-size:inherit}.dnb-core-style a:focus{border-radius:.25em;outline:none}.dnb-core-style a:focus:not(:active){background-color:transparent;color:var(--color-sea-green);transition:none}.dnb-core-style a:focus:not(:active),.dnb-section .dnb-core-style a:focus:not(:active).dnb-anchor{text-decoration:none}html[data-whatinput=keyboard] .dnb-core-style a:focus{--border-color:var(--color-emerald-green);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-core-style a:active,.dnb-core-style a:hover{background-color:var(--color-mint-green-50);border-radius:.25em;color:var(--color-sea-green)}.dnb-core-style a:active,.dnb-core-style a:hover,.dnb-section .dnb-core-style a:active.dnb-anchor,.dnb-section .dnb-core-style a:hover.dnb-anchor{text-decoration:none}.dnb-core-style a:active{background-color:var(--color-emerald-green);border-radius:.25em;color:var(--color-mint-green)}.dnb-core-style a:active,.dnb-section .dnb-core-style a:active.dnb-anchor{text-decoration:none}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon){background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiMwMDcyNzIiLz48L3N2Zz4=");background-size:0;position:relative}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{background-image:inherit;background-size:cover;color:inherit;content:"";display:inline-block;height:.889em;margin-left:.3em;margin-right:.125em;position:relative;transform-origin:bottom;transition:transform .3s ease-out,filter 1s ease-in-out;width:.889em}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):active{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiNhNWUxZDIiLz48L3N2Zz4=")}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{top:.125em}[data-visual-test-wrapper] .dnb-core-style a{transition:none}.dnb-core-style a .dnb-icon{display:inline-block;transform:translateY(-.0625em)}.dnb-core-style img{border-radius:inherit;border-style:none;box-sizing:content-box;max-width:100%;position:relative;z-index:2}.dnb-core-style img[alt]:after{align-items:center;background-color:var(--color-black-8);border-radius:inherit;color:var(--color-black-80);content:attr(alt);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:3}.dnb-core-style blockquote{background-color:var(--color-ocean-green);border-radius:1rem;color:var(--color-mint-green);display:inline-block;font-size:var(--font-size-small);line-height:var(--line-height-small);padding:1.5rem;position:relative;width:auto}.dnb-core-style blockquote:not([class*=dnb-space]){margin:0}.dnb-core-style blockquote:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0E1RTFEMiIgc3Ryb2tlPSIjQTVFMUQyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNMzcuNSAyNy41YTkgOSAwIDEgMCAwLTE4IDkgOSAwIDAgMCAwIDE4eiIvPjxwYXRoIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTQ2LjUgMTguNWEyMSAyMSAwIDAgMS0yMSAyMSIvPjxwYXRoIGZpbGw9IiNBNUUxRDIiIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEzLjUgMjcuNWE5IDkgMCAxIDAgMC0xOCA5IDkgMCAwIDAgMCAxOHoiLz48cGF0aCBzdHJva2U9IiNBNUUxRDIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0yMi41IDE4LjVhMjEgMjEgMCAwIDEtMjEgMjEiLz48L3N2Zz4=");background-size:cover;content:"";height:3em;left:1.5rem;position:absolute;top:2rem;width:3em}.dnb-core-style blockquote,.dnb-core-style blockquote.dnb-blockquote--left{padding-bottom:3rem;padding-left:6rem;padding-top:2rem}.dnb-core-style blockquote.dnb-blockquote--top{padding-bottom:3rem;padding-left:1.5rem;padding-top:6rem}.dnb-core-style blockquote.dnb-blockquote--no-background{background-color:transparent;color:var(--theme-color-black-80,currentColor)}.dnb-core-style blockquote.dnb-blockquote--no-background:before{filter:grayscale(1) brightness(24%)}.dnb-core-style blockquote .dnb-cite,.dnb-core-style blockquote .dnb-figcaption,.dnb-core-style blockquote cite,.dnb-core-style blockquote figcaption,.dnb-core-style blockquote footer{display:block;font-style:italic;font-weight:var(--font-weight-medium);line-height:var(--line-height-basis);margin-top:1rem}.dnb-core-style blockquote .dnb-cite:before,.dnb-core-style blockquote .dnb-figcaption:before,.dnb-core-style blockquote cite:before,.dnb-core-style blockquote figcaption:before,.dnb-core-style blockquote footer:before{content:"—";display:inline-block;padding-right:.5rem}.dnb-spacing .dnb-core-style blockquote .dnb-h--large,.dnb-spacing .dnb-core-style blockquote .dnb-h--medium,.dnb-spacing .dnb-core-style blockquote .dnb-h--xx-large,.dnb-spacing .dnb-core-style blockquote .dnb-lead,.dnb-spacing .dnb-core-style blockquote h1,.dnb-spacing .dnb-core-style blockquote h2,.dnb-spacing .dnb-core-style blockquote h3{margin:0}.dnb-core-style blockquote .dnb-anchor{font-size:inherit}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a{color:var(--color-white)}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:active,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:hover,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:active,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:hover{background-color:var(--color-white);color:var(--color-emerald-green);text-decoration:none}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:active,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:active{background-color:var(--color-white);color:var(--color-emerald-green)}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:not(:disabled):focus,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:not(:disabled):focus{background-color:transparent;color:var(--color-white);outline:none}html[data-whatinput=keyboard] .dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:not(:disabled):focus,html[data-whatinput=keyboard] .dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:not(:disabled):focus{--border-color:var(--color-white);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-h--large,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-h--medium,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-h--xx-large,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-lead,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) h1,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) h2,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) h3{color:var(--color-mint-green)}.dnb-core-style .dnb-spacing blockquote:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing blockquote:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style .dnb-spacing blockquote p:last-child{margin-bottom:0}.dnb-core-style hr{border:0;color:var(--color-black-80);display:flex;height:0;padding:0;position:relative}.dnb-core-style hr:not([class*=dnb-space]){margin:0}.dnb-core-style hr:after{background-color:currentcolor;border-radius:.5px;color:inherit;content:"";height:1px;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.dnb-core-style .dnb-spacing hr:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing hr:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style p{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);padding:0}.dnb-core-style p:not([class*=space__top]){margin-top:0}.dnb-core-style p:not([class*=space__bottom]){margin-bottom:0}.dnb-core-style p--lead{font-size:var(--font-size-medium);font-weight:var(--font-weight-medium);line-height:calc(var(--line-height-medium) - .25rem)}.dnb-core-style p--lead>small{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style p--medium,.dnb-core-style p b,.dnb-core-style p strong{font-weight:var(--font-weight-medium)}.dnb-core-style p--bold{font-weight:var(--font-weight-bold)}.dnb-core-style p__size--xx-large{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-core-style p__size--x-large{font-size:var(--font-size-x-large);line-height:var(--line-height-x-large)}.dnb-core-style p__size--large{font-size:var(--font-size-large);line-height:var(--line-height-large)}.dnb-core-style p__size--basis{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style p__size--medium{font-size:var(--font-size-medium);line-height:var(--line-height-medium)}.dnb-core-style p--small,.dnb-core-style p>small,.dnb-core-style p__size--small{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-core-style p--x-small,.dnb-core-style p__size--x-small{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-core-style p>cite{font-style:italic;font-weight:var(--font-weight-medium);line-height:var(--line-height-basis)}.dnb-core-style b,.dnb-core-style strong{font-weight:var(--font-weight-bold)}.dnb-core-style small{font-size:var(--font-size-small)}.dnb-core-style h1,.dnb-core-style h2,.dnb-core-style h3,.dnb-core-style h4,.dnb-core-style h5,.dnb-core-style h6{color:var(--theme-color-black-80,currentColor);font-family:var(--font-family-default);font-weight:var(--font-weight-medium);padding:0}.dnb-core-style h1:not([class*=dnb-space]),.dnb-core-style h2:not([class*=dnb-space]),.dnb-core-style h3:not([class*=dnb-space]),.dnb-core-style h4:not([class*=dnb-space]),.dnb-core-style h5:not([class*=dnb-space]),.dnb-core-style h6:not([class*=dnb-space]){margin:0}.dnb-core-style h1 .dnb-icon--default,.dnb-core-style h2 .dnb-icon--default,.dnb-core-style h3 .dnb-icon--default,.dnb-core-style h4 .dnb-icon--default,.dnb-core-style h5 .dnb-icon--default,.dnb-core-style h6 .dnb-icon--default{font-size:1em}.dnb-core-style h1 .dnb-icon--medium,.dnb-core-style h2 .dnb-icon--medium,.dnb-core-style h3 .dnb-icon--medium,.dnb-core-style h4 .dnb-icon--medium,.dnb-core-style h5 .dnb-icon--medium,.dnb-core-style h6 .dnb-icon--medium{font-size:1.5em}.dnb-core-style h1 .dnb-anchor,.dnb-core-style h1 a,.dnb-core-style h2 .dnb-anchor,.dnb-core-style h2 a,.dnb-core-style h3 .dnb-anchor,.dnb-core-style h3 a,.dnb-core-style h4 .dnb-anchor,.dnb-core-style h4 a,.dnb-core-style h5 .dnb-anchor,.dnb-core-style h5 a,.dnb-core-style h6 .dnb-anchor,.dnb-core-style h6 a{padding-bottom:.03125rem;padding-top:0}.dnb-core-style h1{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-core-style h1>small{display:block;font-size:var(--font-size-x-large);line-height:var(--line-height-large)}.dnb-core-style h2{font-size:var(--font-size-large);line-height:var(--line-height-medium)}.dnb-core-style h2>small{font-size:var(--font-size-medium);line-height:calc(var(--line-height-medium) - .125rem)}.dnb-core-style h3{font-size:var(--font-size-medium);line-height:calc(var(--line-height-medium) - .25rem)}.dnb-core-style h3>small,.dnb-core-style h4{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style h4>small,.dnb-core-style h5{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-core-style h5>small{font-size:var(--font-size-x-small);line-height:var(--line-height-small)}.dnb-core-style h6{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-core-style h2>small,.dnb-core-style h3>small,.dnb-core-style h4>small,.dnb-core-style h5>small,.dnb-core-style h6>small{line-height:var(--line-height-xx-small--em)}.dnb-core-style .dnb-core-style .dnb-spacing h1:not([class*=space__top]),.dnb-core-style .dnb-spacing h1:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-core-style .dnb-spacing h1:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h1:not([class*=space__bottom]){margin-bottom:2.5rem}.dnb-core-style .dnb-core-style .dnb-spacing h2:not([class*=space__top]),.dnb-core-style .dnb-spacing h2:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-core-style .dnb-spacing h2:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h2:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-core-style .dnb-spacing h3:not([class*=space__top]),.dnb-core-style .dnb-core-style .dnb-spacing h4:not([class*=space__top]),.dnb-core-style .dnb-core-style .dnb-spacing h5:not([class*=space__top]),.dnb-core-style .dnb-core-style .dnb-spacing h6:not([class*=space__top]),.dnb-core-style .dnb-spacing h3:not([class*=space__top]),.dnb-core-style .dnb-spacing h4:not([class*=space__top]),.dnb-core-style .dnb-spacing h5:not([class*=space__top]),.dnb-core-style .dnb-spacing h6:not([class*=space__top]){margin-top:2rem}.dnb-core-style .dnb-core-style .dnb-spacing h3:not([class*=space__bottom]),.dnb-core-style .dnb-core-style .dnb-spacing h4:not([class*=space__bottom]),.dnb-core-style .dnb-core-style .dnb-spacing h5:not([class*=space__bottom]),.dnb-core-style .dnb-core-style .dnb-spacing h6:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h3:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h4:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h5:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h6:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-core-style .dnb-spacing p:not([class*=dnb-space__top]),.dnb-core-style .dnb-spacing p:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-core-style .dnb-spacing p:not([class*=dnb-space__bottom]),.dnb-core-style .dnb-spacing p:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style ul{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-core-style ul:not([class*=dnb-space]){margin:0}.dnb-core-style ul:not([class*=dnb-space__left]){padding-left:2rem}.dnb-core-style ul ol,.dnb-core-style ul ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-core-style ul--outside li,.dnb-core-style ul li{position:relative}.dnb-core-style ul--outside li:before,.dnb-core-style ul li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-core-style ul--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-core-style ul .dnb-anchor{font-size:inherit}.dnb-core-style ul li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-core-style .dnb-spacing ul:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing ul:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style .dnb-spacing ul>li{margin-bottom:1rem;margin-top:1rem}.dnb-core-style .dnb-spacing ul>li>p{margin-top:1rem}.dnb-core-style .dnb-spacing ul:not([class*=dnb-space]) li>ol,.dnb-core-style .dnb-spacing ul:not([class*=dnb-space]) li>ul,.dnb-core-style .dnb-spacing ul li>ol,.dnb-core-style .dnb-spacing ul li>ul{margin-top:-.5rem}.dnb-core-style ol{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-core-style ol:not([class*=dnb-space]){margin:0}.dnb-core-style ol:not([class*=dnb-space__left]){padding-left:2rem}.dnb-core-style ol li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-core-style ol ol,.dnb-core-style ol ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-core-style ol--outside li,.dnb-core-style ol li{position:relative}.dnb-core-style ol--outside li:before,.dnb-core-style ol li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-core-style ol--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-core-style ol .dnb-anchor{font-size:inherit}.dnb-core-style ol li{list-style-type:decimal}.dnb-core-style ol--nested,.dnb-core-style ol--nested ol{counter-reset:item}.dnb-core-style ol--nested li{display:block}.dnb-core-style ol--nested li:before{content:counters(item,".") ". ";counter-increment:item}.dnb-core-style ol--nested li li:before{content:counters(item,".") " ";counter-increment:item}.dnb-core-style ol[type] li{display:list-item;list-style-type:inherit}.dnb-core-style ol[type] li:before,.dnb-core-style ol[type] li li:before{content:none}.dnb-core-style .dnb-spacing ol:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing ol:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style .dnb-spacing ol>li{margin-bottom:1rem;margin-top:1rem}.dnb-core-style .dnb-spacing ol>li>p{margin-top:1rem}.dnb-core-style .dnb-spacing ol:not([class*=dnb-space]) li>ol,.dnb-core-style .dnb-spacing ol:not([class*=dnb-space]) li>ul,.dnb-core-style .dnb-spacing ol li>ol,.dnb-core-style .dnb-spacing ol li>ul{margin-top:-.5rem}.dnb-core-style dl{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-core-style dl:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style dl:not([class*=dnb-space__bottom]){margin-bottom:0}.dnb-core-style dl dt{font-weight:var(--font-weight-medium);margin-top:1rem;padding:0}.dnb-core-style dl dd~dt{margin-top:1.5rem}.dnb-core-style dl dd{margin:.5rem 0 1rem;padding:0}.dnb-core-style dl:not([class*=dnb-space])>dd>dl,.dnb-core-style dl>dd>dl{margin-left:2rem;margin-top:1.5rem}@media screen and (min-width:40em){.dnb-core-style dl__direction--horizontal{display:flex;flex-wrap:wrap}.dnb-core-style dl__direction--horizontal dt{margin-right:1rem;max-width:40%}.dnb-core-style dl__direction--horizontal dd{width:calc(60% - 1rem)}.dnb-core-style dl__direction--horizontal dd,.dnb-core-style dl__direction--horizontal dd~dt,.dnb-core-style dl__direction--horizontal dt{margin-bottom:0;margin-top:.5rem}.dnb-core-style dl__direction--horizontal dd:first-of-type,.dnb-core-style dl__direction--horizontal dd~dt:first-of-type,.dnb-core-style dl__direction--horizontal dt:first-of-type{margin-top:0}.dnb-core-style dl dd.dnb-core-style dl__item{flex-basis:100%;height:0;margin:0}}.dnb-core-style .dnb-spacing dl:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing dl:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style form{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style label{color:var(--color-black-80);cursor:pointer;overflow-wrap:break-word}.dnb-core-style label[disabled]{cursor:not-allowed}.dnb-core-style code{background-color:var(--color-mint-green-25);border-radius:.1875em;color:inherit;display:inline-block;font-size:inherit;line-height:var(--line-height-xx-small--em);padding:.25em;text-decoration:inherit}del .dnb-core-style code{text-decoration:line-through}.dnb-core-style code:not([class*=dnb-space]){margin:-.25em 0}.dnb-core-style pre{word-wrap:normal;background-color:#222;border-radius:.5rem;color:var(--color-mint-green-12);display:block;font-family:var(--font-family-monospace);font-size:inherit;-webkit-hyphens:none;hyphens:none;outline:none;overflow:auto;padding:1rem;-moz-tab-size:2;tab-size:2;text-align:left;text-shadow:none;vertical-align:baseline;white-space:pre;word-break:normal;word-spacing:normal}.dnb-core-style pre:not([class*=dnb-space]){margin:0}.dnb-core-style pre pre{padding:1rem}.dnb-core-style pre .dnb-spacing pre:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style pre .dnb-spacing pre:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style pre.dnb-pre--focus{--border-color:var(--color-sea-green);border-color:transparent;box-shadow:0 0 0 .25rem var(--border-color)}
@@ -4,7 +4,6 @@
4
4
  */
5
5
 
6
6
  @import './core/utilities.scss';
7
- @import './core/properties.scss';
8
7
 
9
8
  // import and execute all HTML element tags
10
9
  @import './elements/ui-tags.scss';
@@ -63,7 +63,7 @@
63
63
  }
64
64
  }
65
65
 
66
- @mixin resetanchorHoverStyle() {
66
+ @mixin resetAnchorHoverStyle() {
67
67
  &:hover {
68
68
  color: inherit;
69
69
 
@@ -147,7 +147,7 @@
147
147
 
148
148
  // use this method, so it can get replaced by inline JS
149
149
  background-size: 0;
150
- background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEgMGEuNzUuNzUgMCAwMDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwMDE1IDB2Ljc1em0tLjc1IDRhLjc1Ljc1IDAgMDAxLjUgMGgtMS41em0xLjUgNGEuNzUuNzUgMCAwMC0xLjUgMGgxLjV6bS0uNzUgNi41VjE2Yy40MSAwIC43NS0uMzQuNzUtLjc1SDE1em0tMTQgMEguMjVjMCAuNDEuMzQuNzUuNzUuNzV2LS43NXpNMSAuNzVWMGEuNzUuNzUgMCAwMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwMDAtMS41djEuNXptMi43MiAzLjcyYS43NS43NSAwIDAwMS4wNiAxLjA2TDkuNDcgNS4yMnpNMTQuMjUuNzV2NGgxLjV2LTRoLTEuNXptMCA4djYuNWgxLjV2LTYuNWgtMS41ek0xNSAxNC41SDFWMTZoMTR2LTEuNXptLTEzLjI1Ljc1Vi43NUguMjV2MTQuNWgxLjV6TTEgMS41aDUuNzVWMEgxdjEuNXptMTAgMGg0VjBoLTR2MS41em0tLjQ3IDQuNzhsNS01TDE0LjQ3LjIybC01IDUgMS4wNiAxLjA2eiIgZmlsbD0iIzAwNzI3MiIgLz48L3N2Zz4=");
150
+ background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEgMGEuNzUuNzUgMCAwMDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwMDE1IDB2Ljc1em0tLjc1IDRhLjc1Ljc1IDAgMDAxLjUgMGgtMS41em0xLjUgNGEuNzUuNzUgMCAwMC0xLjUgMGgxLjV6bS0uNzUgNi41VjE2Yy40MSAwIC43NS0uMzQuNzUtLjc1SDE1em0tMTQgMEguMjVjMCAuNDEuMzQuNzUuNzUuNzV2LS43NXpNMSAuNzVWMGEuNzUuNzUgMCAwMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwMDAtMS41djEuNXptMi43MiAzLjcyYS43NS43NSAwIDAwMS4wNiAxLjA2TDkuNDcgNS4yMnpNMTQuMjUuNzV2NGgxLjV2LTRoLTEuNXptMCA4djYuNWgxLjV2LTYuNWgtMS41ek0xNSAxNC41SDFWMTZoMTR2LTEuNXptLTEzLjI1Ljc1Vi43NUguMjV2MTQuNWgxLjV6TTEgMS41aDUuNzVWMEgxdjEuNXptMTAgMGg0VjBoLTR2MS41em0tLjQ3IDQuNzhsNS01TDE0LjQ3LjIybC01IDUgMS4wNiAxLjA2eiIgZmlsbD0iIzAwNzI3MiIgLz48L3N2Zz4=');
151
151
 
152
152
  // NOT IE/Edge compatible
153
153
  // background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 0a.75.75 0 000 1.5V0zm4 .75h.75A.75.75 0 0015 0v.75zm-.75 4a.75.75 0 001.5 0h-1.5zm1.5 4a.75.75 0 00-1.5 0h1.5zm-.75 6.5V16c.41 0 .75-.34.75-.75H15zm-14 0H.25c0 .41.34.75.75.75v-.75zM1 .75V0a.75.75 0 00-.75.75H1zm5.75.75a.75.75 0 000-1.5v1.5zm2.72 3.72a.75.75 0 001.06 1.06L9.47 5.22zM14.25.75v4h1.5v-4h-1.5zm0 8v6.5h1.5v-6.5h-1.5zM15 14.5H1V16h14v-1.5zm-13.25.75V.75H.25v14.5h1.5zM1 1.5h5.75V0H1v1.5zm10 0h4V0h-4v1.5zm-.47 4.78l5-5L14.47.22l-5 5 1.06 1.06z' fill='%23007272' /%3E%3C/svg%3E");
@@ -176,7 +176,7 @@
176
176
  }
177
177
 
178
178
  &:active {
179
- background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aAogICAgZD0iTTExIDBhLjc1Ljc1IDAgMDAwIDEuNVYwem00IC43NWguNzVBLjc1Ljc1IDAgMDAxNSAwdi43NXptLS43NSA0YS43NS43NSAwIDAwMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMDAtMS41IDBoMS41em0tLjc1IDYuNVYxNmMuNDEgMCAuNzUtLjM0Ljc1LS43NUgxNXptLTE0IDBILjI1YzAgLjQxLjM0Ljc1Ljc1Ljc1di0uNzV6TTEgLjc1VjBhLjc1Ljc1IDAgMDAtLjc1Ljc1SDF6bTUuNzUuNzVhLjc1Ljc1IDAgMDAwLTEuNXYxLjV6bTIuNzIgMy43MmEuNzUuNzUgMCAwMDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4bDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiCiAgICBmaWxsPSIjYTVlMWQyIgogIC8+Cjwvc3ZnPg==");
179
+ background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aAogICAgZD0iTTExIDBhLjc1Ljc1IDAgMDAwIDEuNVYwem00IC43NWguNzVBLjc1Ljc1IDAgMDAxNSAwdi43NXptLS43NSA0YS43NS43NSAwIDAwMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMDAtMS41IDBoMS41em0tLjc1IDYuNVYxNmMuNDEgMCAuNzUtLjM0Ljc1LS43NUgxNXptLTE0IDBILjI1YzAgLjQxLjM0Ljc1Ljc1Ljc1di0uNzV6TTEgLjc1VjBhLjc1Ljc1IDAgMDAtLjc1Ljc1SDF6bTUuNzUuNzVhLjc1Ljc1IDAgMDAwLTEuNXYxLjV6bTIuNzIgMy43MmEuNzUuNzUgMCAwMDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4bDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiCiAgICBmaWxsPSIjYTVlMWQyIgogIC8+Cjwvc3ZnPg==');
180
180
 
181
181
  // NOT IE/Edge compatible
182
182
  // background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 0a.75.75 0 000 1.5V0zm4 .75h.75A.75.75 0 0015 0v.75zm-.75 4a.75.75 0 001.5 0h-1.5zm1.5 4a.75.75 0 00-1.5 0h1.5zm-.75 6.5V16c.41 0 .75-.34.75-.75H15zm-14 0H.25c0 .41.34.75.75.75v-.75zM1 .75V0a.75.75 0 00-.75.75H1zm5.75.75a.75.75 0 000-1.5v1.5zm2.72 3.72a.75.75 0 001.06 1.06L9.47 5.22zM14.25.75v4h1.5v-4h-1.5zm0 8v6.5h1.5v-6.5h-1.5zM15 14.5H1V16h14v-1.5zm-13.25.75V.75H.25v14.5h1.5zM1 1.5h5.75V0H1v1.5zm10 0h4V0h-4v1.5zm-.47 4.78l5-5L14.47.22l-5 5 1.06 1.06z' fill='%23a5e1d2' /%3E%3C/svg%3E");
@@ -41,7 +41,7 @@ button.dnb-anchor {
41
41
  color: inherit;
42
42
 
43
43
  @include resetUnderlineStyle();
44
- @include resetanchorHoverStyle();
44
+ @include resetAnchorHoverStyle();
45
45
  @include resetAnimationStyle();
46
46
  }
47
47
 
@@ -50,7 +50,7 @@ button.dnb-anchor {
50
50
  }
51
51
 
52
52
  .dnb-anchor--no-hover {
53
- @include resetanchorHoverStyle();
53
+ @include resetAnchorHoverStyle();
54
54
  }
55
55
 
56
56
  .dnb-anchor--no-radius {
package/style/stylis.d.ts CHANGED
@@ -1,38 +1,22 @@
1
+ /**
2
+ * Stylis plugin, more info https://github.com/thysultan/stylis.js
3
+ * To be used to polyfill CSS Custom Properties
4
+ * where e.g. Styled Components and Emotion are used
5
+ */
1
6
  export interface StylisElement {
2
- type: string;
3
- value: string;
4
- props: Array<string> | string;
5
- root: StylisElement | null;
6
- parent: StylisElement | null;
7
- children: Array<StylisElement> | string;
8
- line: number;
9
- column: number;
10
- length: number;
11
- return: string;
7
+ type: string;
8
+ value: string;
9
+ props: Array<string> | string;
10
+ root: StylisElement | null;
11
+ parent: StylisElement | null;
12
+ children: Array<StylisElement> | string;
13
+ line: number;
14
+ column: number;
15
+ length: number;
16
+ return: string;
12
17
  }
13
- export type StylisPluginCallback = (
14
- element: StylisElement,
15
- index: number,
16
- children: Array<StylisElement>,
17
- callback: StylisPluginCallback
18
- ) => string | void;
19
-
20
- export type StylisPlugin = (
21
- element: StylisElement,
22
- index: number,
23
- children: Array<StylisElement>,
24
- callback: StylisPluginCallback
25
- ) => string | void;
26
-
27
- export interface Options {
28
- nonce?: string;
29
- stylisPlugins?: Array<StylisPlugin>;
30
- key: string;
31
- container?: HTMLElement;
32
- speedy?: boolean;
33
- prepend?: boolean;
34
- }
35
-
36
- export type Properties = Record<string, unknown>;
37
-
38
- export function withProperties(properties: Properties): StylisPlugin;
18
+ export declare type StylisPluginCallback = (element: StylisElement, index: number, children: Array<StylisElement>, callback: StylisPluginCallback) => string | void;
19
+ export declare type StylisPlugin = (element: StylisElement, index: number, children: Array<StylisElement>, callback: StylisPluginCallback) => string | void;
20
+ declare const _default: StylisPlugin;
21
+ export default _default;
22
+ export declare const withProperties: (properties: any) => (context: any, content: any) => StylisPlugin;
package/style/stylis.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { matchAll } from '../shared/component-helper';
2
- import properties from './properties';
2
+ import properties from './themes/theme-ui/properties';
3
3
  const findRegExp = /var\(([^)]*)\)/g;
4
4
 
5
5
  const stylisPlugin = function (context, content) {
@@ -1,11 +1,10 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * ATTENTION: This file is auto generated by using "themeFactory".
4
- * You CAN change the content on the very top!
3
+ * DNB Eiendom UI Theme
5
4
  *
6
5
  */
7
6
  /**
8
- * Main UI Theme
7
+ * DNB Eufemia UI Theme
9
8
  *
10
9
  */
11
10
  /*
@@ -102,6 +101,65 @@
102
101
  --color-mint-green-12: #f4fbf9;
103
102
  }
104
103
 
104
+ /*
105
+ * Typography
106
+ *
107
+ * The font-family properties are defined in the properties.scss file, like:
108
+ * --font-family-default:
109
+ *
110
+ */
111
+ .dnb-typo-regular {
112
+ font-family: var(--font-family-default);
113
+ font-weight: normal;
114
+ font-style: normal;
115
+ }
116
+
117
+ .dnb-typo-medium {
118
+ font-family: var(--font-family-default);
119
+ font-weight: var(--font-weight-medium);
120
+ font-style: normal;
121
+ }
122
+
123
+ .dnb-typo-bold {
124
+ font-family: var(--font-family-default);
125
+ font-weight: var(--font-weight-bold);
126
+ font-style: normal;
127
+ }
128
+
129
+ .dnb-typo-mono-regular {
130
+ font-family: var(--font-family-monospace);
131
+ font-weight: normal;
132
+ font-style: normal;
133
+ }
134
+
135
+ @font-face {
136
+ font-family: DNB;
137
+ src: url("../../../assets/fonts/dnb/DNB-Regular.woff2") format("woff2"), url("../../../assets/fonts/dnb/DNB-Regular.woff") format("woff"), url("../../../assets/fonts/dnb/DNB-Regular.ttf") format("truetype");
138
+ font-weight: normal;
139
+ font-style: normal;
140
+ font-display: fallback;
141
+ }
142
+ @font-face {
143
+ font-family: DNB;
144
+ src: url("../../../assets/fonts/dnb/DNB-Medium.woff2") format("woff2"), url("../../../assets/fonts/dnb/DNB-Medium.woff") format("woff"), url("../../../assets/fonts/dnb/DNB-Medium.ttf") format("truetype");
145
+ font-weight: 500;
146
+ font-style: normal;
147
+ font-display: fallback;
148
+ }
149
+ @font-face {
150
+ font-family: DNB;
151
+ src: url("../../../assets/fonts/dnb/DNB-Bold.woff2") format("woff2"), url("../../../assets/fonts/dnb/DNB-Bold.woff") format("woff"), url("../../../assets/fonts/dnb/DNB-Bold.ttf") format("truetype");
152
+ font-weight: 600;
153
+ font-style: normal;
154
+ font-display: fallback;
155
+ }
156
+ @font-face {
157
+ font-family: DNBMono;
158
+ src: url("../../../assets/fonts/dnb/DNBMono-Regular.woff2") format("woff2"), url("../../../assets/fonts/dnb/DNBMono-Regular.woff") format("woff"), url("../../../assets/fonts/dnb/DNBMono-Regular.ttf") format("truetype");
159
+ font-weight: normal;
160
+ font-style: normal;
161
+ font-display: fallback;
162
+ }
105
163
  /*
106
164
  * Import all Elements
107
165
  *
@@ -2575,19 +2633,13 @@ html:not([data-whatintent=touch]) .dnb-input__status--error .dnb-input__submit-b
2575
2633
  .dnb-pagination__indicator__inner {
2576
2634
  animation: show-page 300ms ease-out forwards;
2577
2635
  }
2578
- .dnb-core-style .dnb-pagination__button.dnb-button--primary, .dnb-core-style .dnb-pagination__button.dnb-button--primary:not([disabled]):not(:active):hover, .dnb-pagination__button.dnb-button--primary, .dnb-pagination__button.dnb-button--primary:not([disabled]):not(:active):hover {
2636
+ .dnb-core-style .dnb-pagination__button.dnb-button--primary, .dnb-core-style .dnb-pagination__button.dnb-button--primary:not(:active):hover:not([disabled]), .dnb-pagination__button.dnb-button--primary, .dnb-pagination__button.dnb-button--primary:not(:active):hover:not([disabled]) {
2579
2637
  background-color: var(--color-emerald-green);
2580
2638
  color: var(--color-mint-green);
2581
2639
  }
2582
- .dnb-core-style .dnb-pagination__button.dnb-button--primary:not([disabled]):not(:active):not(:hover):focus, .dnb-pagination__button.dnb-button--primary:not([disabled]):not(:active):not(:hover):focus {
2640
+ html[data-whatinput=keyboard] .dnb-core-style .dnb-pagination__button.dnb-button--primary:not([disabled]):not(:active):not(:hover):focus, html[data-whatinput=keyboard] .dnb-pagination__button.dnb-button--primary:not([disabled]):not(:active):not(:hover):focus {
2583
2641
  color: var(--color-emerald-green);
2584
2642
  background-color: var(--color-mint-green);
2585
- outline: none;
2586
- }
2587
- html[data-whatinput=keyboard] .dnb-core-style .dnb-pagination__button.dnb-button--primary:not([disabled]):not(:active):not(:hover):focus, html[data-whatinput=keyboard] .dnb-pagination__button.dnb-button--primary:not([disabled]):not(:active):not(:hover):focus {
2588
- --border-color: var(--color-emerald-green);
2589
- box-shadow: 0 0 0 0.125rem var(--border-color);
2590
- border-color: transparent;
2591
2643
  }
2592
2644
 
2593
2645
  .dnb-pagination__dots {
@@ -3474,10 +3526,9 @@ html[data-whatinput=keyboard] .dnb-tabs__button:focus::before {
3474
3526
  background-color: var(--color-white);
3475
3527
  overflow-y: auto;
3476
3528
  overscroll-behavior: contain;
3477
- scrollbar-width: thin;
3478
3529
  -webkit-overflow-scrolling: touch;
3479
3530
  -ms-overflow-style: auto;
3480
- scrollbar-color: var(--color-sea-green) transparent;
3531
+ scrollbar-color: var(--scrollbar-thumb-color, #888) transparent;
3481
3532
  }
3482
3533
  .dnb-textarea__textarea ::selection {
3483
3534
  background-color: var(--color-mint-green);
@@ -3489,20 +3540,21 @@ html:not([data-visual-test]) .dnb-textarea__textarea {
3489
3540
  }
3490
3541
  @supports not (scrollbar-color: auto) {
3491
3542
  .dnb-textarea__textarea::-webkit-scrollbar {
3492
- background-color: var(--color-black-8);
3543
+ border-radius: var(--scrollbar-thumb-width, 0.5rem);
3544
+ background-color: var(--scrollbar-track-color, #eee);
3493
3545
  }
3494
3546
  .dnb-textarea__textarea::-webkit-scrollbar:vertical {
3495
- width: 0.5rem;
3547
+ width: var(--scrollbar-track-width, 0.5rem);
3496
3548
  }
3497
3549
  .dnb-textarea__textarea::-webkit-scrollbar:horizontal {
3498
- height: 0.5rem;
3550
+ height: var(--scrollbar-track-width, 0.5rem);
3499
3551
  }
3500
3552
  .dnb-textarea__textarea::-webkit-scrollbar-thumb {
3501
- background-color: var(--color-sea-green);
3502
- border-radius: 0.5rem;
3553
+ background-color: var(--scrollbar-thumb-color, #888);
3554
+ border-radius: var(--scrollbar-thumb-width, 0.5rem);
3503
3555
  }
3504
3556
  .dnb-textarea__textarea::-webkit-scrollbar-thumb:hover {
3505
- background-color: var(--color-emerald-green);
3557
+ background-color: var(--scrollbar-thumb-hover-color, #666);
3506
3558
  }
3507
3559
  }
3508
3560
  .dnb-textarea__placeholder {
@@ -4175,6 +4227,14 @@ html[data-whatinput=keyboard] .dnb-drawer-list__option--selected .dnb-drawer-lis
4175
4227
  /*
4176
4228
  * Utilities
4177
4229
  */
4230
+ :root {
4231
+ --scrollbar-track-width: 0.5rem;
4232
+ --scrollbar-thumb-width: 0.5rem;
4233
+ --scrollbar-track-color: var(--color-black-8);
4234
+ --scrollbar-thumb-color: var(--color-sea-green);
4235
+ --scrollbar-thumb-hover-color: var(--color-emerald-green);
4236
+ }
4237
+
4178
4238
  /**
4179
4239
  ATTENTION: This file is auto generated by using "themeFactory".
4180
4240
  Do not change the content above!