@dnb/eufemia 9.39.1 → 9.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (182) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/cjs/components/accordion/style/_accordion.scss +2 -2
  3. package/cjs/components/accordion/style/dnb-accordion.css +3 -3
  4. package/cjs/components/accordion/style/dnb-accordion.min.css +1 -1
  5. package/cjs/components/dialog/Dialog.d.ts +1 -1
  6. package/cjs/components/dialog/parts/DialogAction.d.ts +5 -4
  7. package/cjs/components/dialog/parts/DialogAction.js +23 -4
  8. package/cjs/components/dialog/style/_dialog.scss +7 -30
  9. package/cjs/components/dialog/style/dnb-dialog.css +21 -44
  10. package/cjs/components/dialog/style/dnb-dialog.min.css +1 -1
  11. package/cjs/components/dialog/style/themes/dnb-dialog-theme-ui.css +20 -0
  12. package/cjs/components/dialog/style/themes/dnb-dialog-theme-ui.min.css +1 -1
  13. package/cjs/components/dialog/style/themes/dnb-dialog-theme-ui.scss +29 -0
  14. package/cjs/components/drawer/style/_drawer.scss +1 -0
  15. package/cjs/components/drawer/style/dnb-drawer.css +12 -22
  16. package/cjs/components/drawer/style/dnb-drawer.min.css +1 -1
  17. package/cjs/components/lib.d.ts +1 -1
  18. package/cjs/components/modal/style/dnb-modal.css +11 -22
  19. package/cjs/components/modal/style/dnb-modal.min.css +1 -1
  20. package/cjs/components/number-format/NumberFormat.js +1 -1
  21. package/cjs/components/table/Table.js +1 -1
  22. package/cjs/components/table/TableContainer.js +3 -1
  23. package/cjs/components/table/TableStickyHeader.d.ts +4 -1
  24. package/cjs/components/table/TableStickyHeader.js +112 -83
  25. package/cjs/components/table/TableTh.d.ts +1 -1
  26. package/cjs/components/table/TableTh.js +4 -1
  27. package/cjs/components/table/style/_table-cell.scss +4 -4
  28. package/cjs/components/table/style/_table-container.scss +7 -17
  29. package/cjs/components/table/style/_table-deprecated.scss +74 -0
  30. package/cjs/components/table/style/_table-header-buttons.scss +2 -1
  31. package/cjs/components/table/style/_table-sticky.scss +24 -23
  32. package/cjs/components/table/style/_table-td.scss +27 -46
  33. package/cjs/components/table/style/_table-th.scss +44 -0
  34. package/cjs/components/table/style/_table.scss +13 -71
  35. package/cjs/components/table/style/dnb-table.css +181 -132
  36. package/cjs/components/table/style/dnb-table.min.css +1 -1
  37. package/cjs/components/table/style/themes/dnb-table-theme-ui.css +78 -63
  38. package/cjs/components/table/style/themes/dnb-table-theme-ui.min.css +1 -1
  39. package/cjs/components/table/style/themes/dnb-table-theme-ui.scss +42 -17
  40. package/cjs/components/visually-hidden/VisuallyHidden.d.ts +2 -11
  41. package/cjs/components/visually-hidden/VisuallyHidden.js +2 -5
  42. package/cjs/components/visually-hidden/style/_visually-hidden.scss +0 -8
  43. package/cjs/components/visually-hidden/style/dnb-visually-hidden.css +10 -42
  44. package/cjs/components/visually-hidden/style/dnb-visually-hidden.min.css +1 -1
  45. package/cjs/shared/Eufemia.js +1 -1
  46. package/cjs/style/core/helper-classes/helper-classes.scss +3 -0
  47. package/cjs/style/core/utilities.scss +15 -16
  48. package/cjs/style/dnb-ui-basis.css +20 -13
  49. package/cjs/style/dnb-ui-basis.min.css +1 -1
  50. package/cjs/style/dnb-ui-components.css +205 -199
  51. package/cjs/style/dnb-ui-components.min.css +4 -4
  52. package/cjs/style/dnb-ui-core.css +20 -13
  53. package/cjs/style/dnb-ui-core.min.css +1 -1
  54. package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.css +98 -63
  55. package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +2 -2
  56. package/cjs/style/themes/theme-ui/dnb-theme-ui.css +98 -63
  57. package/cjs/style/themes/theme-ui/dnb-theme-ui.min.css +2 -2
  58. package/components/accordion/style/_accordion.scss +2 -2
  59. package/components/accordion/style/dnb-accordion.css +3 -3
  60. package/components/accordion/style/dnb-accordion.min.css +1 -1
  61. package/components/dialog/Dialog.d.ts +1 -1
  62. package/components/dialog/parts/DialogAction.d.ts +5 -4
  63. package/components/dialog/parts/DialogAction.js +19 -11
  64. package/components/dialog/style/_dialog.scss +7 -30
  65. package/components/dialog/style/dnb-dialog.css +21 -44
  66. package/components/dialog/style/dnb-dialog.min.css +1 -1
  67. package/components/dialog/style/themes/dnb-dialog-theme-ui.css +20 -0
  68. package/components/dialog/style/themes/dnb-dialog-theme-ui.min.css +1 -1
  69. package/components/dialog/style/themes/dnb-dialog-theme-ui.scss +29 -0
  70. package/components/drawer/style/_drawer.scss +1 -0
  71. package/components/drawer/style/dnb-drawer.css +12 -22
  72. package/components/drawer/style/dnb-drawer.min.css +1 -1
  73. package/components/lib.d.ts +1 -1
  74. package/components/modal/style/dnb-modal.css +11 -22
  75. package/components/modal/style/dnb-modal.min.css +1 -1
  76. package/components/number-format/NumberFormat.js +1 -1
  77. package/components/table/Table.js +1 -1
  78. package/components/table/TableContainer.js +3 -1
  79. package/components/table/TableStickyHeader.d.ts +4 -1
  80. package/components/table/TableStickyHeader.js +112 -51
  81. package/components/table/TableTh.d.ts +1 -1
  82. package/components/table/TableTh.js +4 -1
  83. package/components/table/style/_table-cell.scss +4 -4
  84. package/components/table/style/_table-container.scss +7 -17
  85. package/components/table/style/_table-deprecated.scss +74 -0
  86. package/components/table/style/_table-header-buttons.scss +2 -1
  87. package/components/table/style/_table-sticky.scss +24 -23
  88. package/components/table/style/_table-td.scss +27 -46
  89. package/components/table/style/_table-th.scss +44 -0
  90. package/components/table/style/_table.scss +13 -71
  91. package/components/table/style/dnb-table.css +181 -132
  92. package/components/table/style/dnb-table.min.css +1 -1
  93. package/components/table/style/themes/dnb-table-theme-ui.css +78 -63
  94. package/components/table/style/themes/dnb-table-theme-ui.min.css +1 -1
  95. package/components/table/style/themes/dnb-table-theme-ui.scss +42 -17
  96. package/components/visually-hidden/VisuallyHidden.d.ts +2 -11
  97. package/components/visually-hidden/VisuallyHidden.js +2 -5
  98. package/components/visually-hidden/style/_visually-hidden.scss +0 -8
  99. package/components/visually-hidden/style/dnb-visually-hidden.css +10 -42
  100. package/components/visually-hidden/style/dnb-visually-hidden.min.css +1 -1
  101. package/es/components/accordion/style/_accordion.scss +2 -2
  102. package/es/components/accordion/style/dnb-accordion.css +3 -3
  103. package/es/components/accordion/style/dnb-accordion.min.css +1 -1
  104. package/es/components/dialog/Dialog.d.ts +1 -1
  105. package/es/components/dialog/parts/DialogAction.d.ts +5 -4
  106. package/es/components/dialog/parts/DialogAction.js +21 -11
  107. package/es/components/dialog/style/_dialog.scss +7 -30
  108. package/es/components/dialog/style/dnb-dialog.css +21 -44
  109. package/es/components/dialog/style/dnb-dialog.min.css +1 -1
  110. package/es/components/dialog/style/themes/dnb-dialog-theme-ui.css +20 -0
  111. package/es/components/dialog/style/themes/dnb-dialog-theme-ui.min.css +1 -1
  112. package/es/components/dialog/style/themes/dnb-dialog-theme-ui.scss +29 -0
  113. package/es/components/drawer/style/_drawer.scss +1 -0
  114. package/es/components/drawer/style/dnb-drawer.css +12 -22
  115. package/es/components/drawer/style/dnb-drawer.min.css +1 -1
  116. package/es/components/lib.d.ts +1 -1
  117. package/es/components/modal/style/dnb-modal.css +11 -22
  118. package/es/components/modal/style/dnb-modal.min.css +1 -1
  119. package/es/components/number-format/NumberFormat.js +1 -1
  120. package/es/components/table/Table.js +1 -1
  121. package/es/components/table/TableContainer.js +3 -1
  122. package/es/components/table/TableStickyHeader.d.ts +4 -1
  123. package/es/components/table/TableStickyHeader.js +112 -48
  124. package/es/components/table/TableTh.d.ts +1 -1
  125. package/es/components/table/TableTh.js +4 -1
  126. package/es/components/table/style/_table-cell.scss +4 -4
  127. package/es/components/table/style/_table-container.scss +7 -17
  128. package/es/components/table/style/_table-deprecated.scss +74 -0
  129. package/es/components/table/style/_table-header-buttons.scss +2 -1
  130. package/es/components/table/style/_table-sticky.scss +24 -23
  131. package/es/components/table/style/_table-td.scss +27 -46
  132. package/es/components/table/style/_table-th.scss +44 -0
  133. package/es/components/table/style/_table.scss +13 -71
  134. package/es/components/table/style/dnb-table.css +181 -132
  135. package/es/components/table/style/dnb-table.min.css +1 -1
  136. package/es/components/table/style/themes/dnb-table-theme-ui.css +78 -63
  137. package/es/components/table/style/themes/dnb-table-theme-ui.min.css +1 -1
  138. package/es/components/table/style/themes/dnb-table-theme-ui.scss +42 -17
  139. package/es/components/visually-hidden/VisuallyHidden.d.ts +2 -11
  140. package/es/components/visually-hidden/VisuallyHidden.js +2 -5
  141. package/es/components/visually-hidden/style/_visually-hidden.scss +0 -8
  142. package/es/components/visually-hidden/style/dnb-visually-hidden.css +10 -42
  143. package/es/components/visually-hidden/style/dnb-visually-hidden.min.css +1 -1
  144. package/es/shared/Eufemia.js +1 -1
  145. package/es/style/core/helper-classes/helper-classes.scss +3 -0
  146. package/es/style/core/utilities.scss +15 -16
  147. package/es/style/dnb-ui-basis.css +20 -13
  148. package/es/style/dnb-ui-basis.min.css +1 -1
  149. package/es/style/dnb-ui-components.css +205 -199
  150. package/es/style/dnb-ui-components.min.css +4 -4
  151. package/es/style/dnb-ui-core.css +20 -13
  152. package/es/style/dnb-ui-core.min.css +1 -1
  153. package/es/style/themes/theme-eiendom/dnb-theme-eiendom.css +98 -63
  154. package/es/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +2 -2
  155. package/es/style/themes/theme-ui/dnb-theme-ui.css +98 -63
  156. package/es/style/themes/theme-ui/dnb-theme-ui.min.css +2 -2
  157. package/esm/dnb-ui-basis.min.mjs +2 -2
  158. package/esm/dnb-ui-components.min.mjs +4 -4
  159. package/esm/dnb-ui-elements.min.mjs +4 -4
  160. package/esm/dnb-ui-extensions.min.mjs +4 -4
  161. package/esm/dnb-ui-lib.min.mjs +4 -4
  162. package/esm/dnb-ui-web-components.min.mjs +4 -4
  163. package/package.json +2 -2
  164. package/shared/Eufemia.js +1 -1
  165. package/style/core/helper-classes/helper-classes.scss +3 -0
  166. package/style/core/utilities.scss +15 -16
  167. package/style/dnb-ui-basis.css +20 -13
  168. package/style/dnb-ui-basis.min.css +1 -1
  169. package/style/dnb-ui-components.css +205 -199
  170. package/style/dnb-ui-components.min.css +4 -4
  171. package/style/dnb-ui-core.css +20 -13
  172. package/style/dnb-ui-core.min.css +1 -1
  173. package/style/themes/theme-eiendom/dnb-theme-eiendom.css +98 -63
  174. package/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +2 -2
  175. package/style/themes/theme-ui/dnb-theme-ui.css +98 -63
  176. package/style/themes/theme-ui/dnb-theme-ui.min.css +2 -2
  177. package/umd/dnb-ui-basis.min.js +3 -3
  178. package/umd/dnb-ui-components.min.js +5 -5
  179. package/umd/dnb-ui-elements.min.js +4 -4
  180. package/umd/dnb-ui-extensions.min.js +5 -5
  181. package/umd/dnb-ui-lib.min.js +5 -5
  182. package/umd/dnb-ui-web-components.min.js +5 -5
@@ -368,13 +368,14 @@ html[data-whatintent='touch'] .dnb-skip-link {
368
368
  -webkit-touch-callout: none;
369
369
  pointer-events: none;
370
370
  position: absolute;
371
- clip: rect(1px, 1px, 1px, 1px);
371
+ -webkit-clip-path: inset(50%);
372
+ clip-path: inset(50%);
373
+ max-width: 1px;
374
+ max-height: 1px;
372
375
  overflow: hidden;
373
376
  white-space: nowrap;
374
- height: 1px;
375
- width: 1px;
376
- margin: -1px 0 0 -1px;
377
377
  padding: 0;
378
+ margin: 0;
378
379
  border: 0; }
379
380
 
380
381
  .dnb-sr-only--inline {
@@ -385,31 +386,37 @@ html[data-whatintent='touch'] .dnb-skip-link {
385
386
  -webkit-touch-callout: none;
386
387
  pointer-events: none;
387
388
  position: absolute;
388
- clip: rect(1px, 1px, 1px, 1px);
389
+ -webkit-clip-path: inset(50%);
390
+ clip-path: inset(50%);
391
+ max-width: 1px;
392
+ max-height: 1px;
389
393
  overflow: hidden;
390
394
  white-space: nowrap;
391
- height: 1px;
392
- width: 1px;
393
- margin: -1px 0 0 -1px;
394
395
  padding: 0;
396
+ margin: 0;
395
397
  border: 0;
396
398
  position: static;
397
399
  display: inline-block;
398
400
  visibility: visible;
399
- opacity: 0;
400
401
  font-size: 0;
401
402
  line-height: 0; }
402
403
 
403
404
  .dnb-not-sr-only {
404
405
  position: static;
405
406
  position: initial;
406
- height: auto;
407
- width: auto;
407
+ max-width: none;
408
+ max-width: initial;
409
+ max-height: none;
410
+ max-height: initial;
411
+ -webkit-clip-path: initial;
412
+ clip-path: initial;
408
413
  overflow: auto;
409
- opacity: 1;
410
414
  font-size: medium;
415
+ font-size: initial;
411
416
  line-height: normal;
412
- white-space: normal; }
417
+ line-height: initial;
418
+ white-space: normal;
419
+ white-space: initial; }
413
420
 
414
421
  .dnb-suffix {
415
422
  padding-left: 0.5rem;
@@ -1 +1 @@
1
- :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:50em;--layout-large:60em;--layout-x-large:72em;--layout-xx-large:80em;--layout-xxx-large:90em;--shadow-default:0 8px 16px rgba(51,51,51,.08);--shadow-default-x:0;--shadow-default-y:8px;--shadow-default-blur-radius:16px;--shadow-default-color:rgba(51,51,51,.08);--easing-default:cubic-bezier(0.42,0,0,1)}.dnb-typo-regular{font-weight:400}.dnb-typo-medium,.dnb-typo-regular{font-family:DNB,sans-serif;font-family:var(--font-family-default);font-style:normal}.dnb-typo-medium{font-weight:500;font-weight:var(--font-weight-medium)}.dnb-typo-bold{font-family:DNB,sans-serif;font-family:var(--font-family-default);font-style:normal;font-weight:600;font-weight:var(--font-weight-bold)}.dnb-typo-mono-regular{font-family:DNBMono,Menlo,Consolas,Roboto Mono,"Ubuntu Monospace",Noto Mono,Oxygen Mono,Liberation Mono,monospace;font-family:var(--font-family-monospace);font-style:normal;font-weight:400}@font-face{font-display:fallback;font-family:DNB;font-style:normal;font-weight:400;src:url(../assets/fonts/DNB-Regular.woff2) format("woff2"),url(../assets/fonts/DNB-Regular.woff) format("woff"),url(../assets/fonts/DNB-Regular.ttf) format("truetype")}@font-face{font-display:fallback;font-family:DNB;font-style:normal;font-weight:500;src:url(../assets/fonts/DNB-Medium.woff2) format("woff2"),url(../assets/fonts/DNB-Medium.woff) format("woff"),url(../assets/fonts/DNB-Medium.ttf) format("truetype")}@font-face{font-display:fallback;font-family:DNB;font-style:normal;font-weight:600;src:url(../assets/fonts/DNB-Bold.woff2) format("woff2"),url(../assets/fonts/DNB-Bold.woff) format("woff"),url(../assets/fonts/DNB-Bold.ttf) format("truetype")}@font-face{font-display:fallback;font-family:DNBMono;font-style:normal;font-weight:400;src:url(../assets/fonts/DNBMono-Regular.woff2) format("woff2"),url(../assets/fonts/DNBMono-Regular.woff) format("woff"),url(../assets/fonts/DNBMono-Regular.ttf) format("truetype")}.dnb-no-focus,.dnb-tab-focus,.dnb-tab-focus:focus{outline:none}html[data-whatinput=keyboard] .dnb-tab-focus:focus{--border-color:var(--color-emerald-green);border-color:transparent;-webkit-box-shadow:0 0 0 .125rem var(--border-color);box-shadow:0 0 0 .125rem var(--border-color)}@media screen and (-ms-high-contrast:none){html[data-whatinput=keyboard] .dnb-tab-focus:focus{-webkit-box-shadow:0 0 0 .125rem #14555a;box-shadow:0 0 0 .125rem #14555a;-webkit-box-shadow:0 0 0 .125rem var(--color-emerald-green);box-shadow:0 0 0 .125rem var(--color-emerald-green)}}.dnb-mouse-focus,.dnb-mouse-focus:focus{outline:none}html[data-whatinput=mouse] .dnb-mouse-focus:focus{--border-color:var(--color-emerald-green);border-color:transparent;-webkit-box-shadow:0 0 0 .125rem var(--border-color);box-shadow:0 0 0 .125rem var(--border-color)}@media screen and (-ms-high-contrast:none){html[data-whatinput=mouse] .dnb-mouse-focus:focus{-webkit-box-shadow:0 0 0 .125rem #14555a;box-shadow:0 0 0 .125rem #14555a;-webkit-box-shadow:0 0 0 .125rem var(--color-emerald-green);box-shadow:0 0 0 .125rem var(--color-emerald-green)}}.dnb-focus-ring{--border-color:var(--color-emerald-green);border-color:transparent;-webkit-box-shadow:0 0 0 .125rem var(--border-color)!important;box-shadow:0 0 0 .125rem var(--border-color)!important}@media screen and (-ms-high-contrast:none){.dnb-focus-ring{-webkit-box-shadow:0 0 0 .125rem #14555a!important;box-shadow:0 0 0 .125rem #14555a!important;-webkit-box-shadow:0 0 0 .125rem var(--color-emerald-green)!important;box-shadow:0 0 0 .125rem var(--color-emerald-green)!important}}.dnb-scrollbar-appearance{-ms-scroll-chaining:none;-webkit-overflow-scrolling:touch;-ms-overflow-style:auto;overscroll-behavior:contain;scrollbar-color:#14555a transparent;scrollbar-color:var(--color-emerald-green) transparent;scrollbar-width:thin}.dnb-skip-link{opacity:.3;position:absolute;top:-100vh;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out;z-index:0}.dnb-skip-link--active,.dnb-skip-link:focus{background-color:transparent;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;color:#007272;color:var(--color-sea-green);font-size:1.125rem;font-size:var(--font-size-basis);left:40%;margin:0;outline:none;padding:.5rem 1rem;position:fixed;text-align:center;text-decoration:none;top:5%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;white-space:nowrap;z-index:9999}.dnb-skip-link--active:after,.dnb-skip-link:focus:after{background-color:hsla(0,0%,100%,.85);-webkit-box-shadow:150vw 150vh 0 0 hsla(0,0%,100%,.85);box-shadow:150vw 150vh 0 0 hsla(0,0%,100%,.85);content:"";height:150vh;left:-200vw;position:absolute;top:-200vh;width:150vw;z-index:-2}.dnb-skip-link--active:before,.dnb-skip-link:focus:before{background-color:#fff;background-color:var(--color-white);border-radius:1.5rem;content:"";height:100%;left:0;outline:none;position:absolute;top:0;width:100%;z-index:-1}html[data-whatinput=mouse] .dnb-skip-link--active:before,html[data-whatinput=mouse] .dnb-skip-link:focus:before{--border-color:var(--color-emerald-green);border-color:transparent;-webkit-box-shadow:0 0 0 .125rem var(--border-color);box-shadow:0 0 0 .125rem var(--border-color)}@media screen and (-ms-high-contrast:none){html[data-whatinput=mouse] .dnb-skip-link--active:before,html[data-whatinput=mouse] .dnb-skip-link:focus:before{-webkit-box-shadow:0 0 0 .125rem #14555a;box-shadow:0 0 0 .125rem #14555a;-webkit-box-shadow:0 0 0 .125rem var(--color-emerald-green);box-shadow:0 0 0 .125rem var(--color-emerald-green)}}.dnb-skip-link--active:hover:before,.dnb-skip-link:focus:hover:before{background-color:#d2f0e9;background-color:var(--color-mint-green-50)}.dnb-skip-link--active:active:before,.dnb-skip-link:focus:active:before{background-color:#14555a;background-color:var(--color-emerald-green)}.dnb-skip-link--active:focus:not(:active):before,.dnb-skip-link:focus:focus:not(:active):before{outline:none}html[data-whatinput=keyboard] .dnb-skip-link--active:focus:not(:active):before,html[data-whatinput=keyboard] .dnb-skip-link:focus:focus:not(:active):before{--border-color:var(--color-emerald-green);border-color:transparent;-webkit-box-shadow:0 0 0 .125rem var(--border-color);box-shadow:0 0 0 .125rem var(--border-color)}@media screen and (-ms-high-contrast:none){html[data-whatinput=keyboard] .dnb-skip-link--active:focus:not(:active):before,html[data-whatinput=keyboard] .dnb-skip-link:focus:focus:not(:active):before{-webkit-box-shadow:0 0 0 .125rem #14555a;box-shadow:0 0 0 .125rem #14555a;-webkit-box-shadow:0 0 0 .125rem var(--color-emerald-green);box-shadow:0 0 0 .125rem var(--color-emerald-green)}}.dnb-skip-link--active:focus,.dnb-skip-link:focus:focus{opacity:1}.dnb-skip-link--active:focus:not(:hover):not(:active),.dnb-skip-link--active:hover,.dnb-skip-link:focus:focus:not(:hover):not(:active),.dnb-skip-link:focus:hover{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#007272;color:var(--color-sea-green)}.dnb-skip-link--active:active,.dnb-skip-link:focus:active{background-color:transparent;color:#fff;color:var(--color-white)}html[data-whatintent=touch] .dnb-skip-link{display:none}.dnb-alignment-helper,.dnb-alignment-helper:before{speak:none;display:inline-block;font-size:1rem;font-size:var(--font-size-small);height:0;width:0}.dnb-alignment-helper:before{content:"\200C"}.dnb-drop-shadow{-webkit-box-shadow:0 8px 16px rgba(51,51,51,.08);box-shadow:0 8px 16px rgba(51,51,51,.08);-webkit-box-shadow:var(--shadow-default);box-shadow:var(--shadow-default)}.dnb-sr-only,.dnb-sr-only--inline{-webkit-touch-callout:none;clip:rect(1px,1px,1px,1px);border:0;height:1px;margin:-1px 0 0 -1px;overflow:hidden;padding:0;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:1px}.dnb-sr-only--inline{display:inline-block;font-size:0;line-height:0;opacity:0;position:static;visibility:visible}.dnb-not-sr-only{font-size:medium;height:auto;line-height:normal;opacity:1;overflow:auto;position:static;white-space:normal;width:auto}.dnb-suffix{font-size:1.125rem;font-size:var(--font-size-basis);padding-left:.5rem;word-break:normal}.dnb-suffix,html{line-height:1.5rem;line-height:var(--line-height-basis)}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;cursor:default;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;-moz-tab-size:4;-o-tab-size:4;tab-size:4;word-break:break-word}body{margin:0}html{font-size:100%;scroll-behavior:smooth}@supports (-webkit-touch-callout:none) and (font:-apple-system-body){html{font:-apple-system-body}}html[xmlns="http://www.w3.org/1999/xhtml"] a:hover{text-decoration:none}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-anchor--active{color:#a5e1d2!important;color:var(--color-mint-green)!important}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-anchor--contrast:not(:hover){color:#fff!important;color:var(--color-white)!important}html[xmlns="http://www.w3.org/1999/xhtml"] a.dnb-button--primary{color:#fff;color:var(--color-white)}html[xmlns="http://www.w3.org/1999/xhtml"] ul{list-style:disc none outside;list-style:initial}html[xmlns="http://www.w3.org/1999/xhtml"] p{background-color:transparent;background-color:initial;overflow:visible;overflow:initial;text-align:inherit}html[xmlns="http://www.w3.org/1999/xhtml"] i{font-style:italic}html[xmlns="http://www.w3.org/1999/xhtml"] #column_left,html[xmlns="http://www.w3.org/1999/xhtml"] #root{width:100%}html[xmlns="http://www.w3.org/1999/xhtml"] body#dnbLayoutDefault #wrapper,html[xmlns="http://www.w3.org/1999/xhtml"] body#dnbLayoutDefaultStartPage #wrapper{max-width:60rem;width:100%}html[xmlns="http://www.w3.org/1999/xhtml"] #column_content{-webkit-box-shadow:none;box-shadow:none}.dnb-core-style,body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;color:#333;color:var(--color-black-80,#333);font-family:DNB,sans-serif;font-family:var(--font-family-default);font-size:1rem;font-size:var(--font-size-small);font-style:normal;font-weight:400;font-weight:var(--font-weight-basis);line-height:1.5rem;line-height:var(--line-height-basis);-moz-tab-size:4;-o-tab-size:4;tab-size:4;word-break:break-word}.dnb-core-style *,.dnb-core-style :after,.dnb-core-style :before,body *,body :after,body :before{background-repeat:no-repeat;-webkit-box-sizing:border-box;box-sizing:border-box}.dnb-core-style :after,.dnb-core-style :before,body :after,body :before{text-decoration:inherit;vertical-align:inherit}.dnb-core-style hr,body hr{height:0;overflow:visible}.dnb-core-style main,body main{display:block}.dnb-core-style nav ol,.dnb-core-style nav ul,body nav ol,body nav ul{list-style:none}.dnb-core-style abbr[title],body abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.dnb-core-style b,.dnb-core-style strong,body b,body strong{font-weight:bolder}.dnb-core-style code,.dnb-core-style kbd,.dnb-core-style pre,.dnb-core-style samp,body code,body kbd,body pre,body samp{font-family:DNBMono,Menlo,Consolas,Roboto Mono,"Ubuntu Monospace",Noto Mono,Oxygen Mono,Liberation Mono,monospace;font-family:var(--font-family-monospace);font-size:1em;font-size:var(--font-size-basis--em)}.dnb-core-style ::-moz-selection,body ::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}.dnb-core-style audio,.dnb-core-style canvas,.dnb-core-style iframe,.dnb-core-style img,.dnb-core-style svg,.dnb-core-style video,body audio,body canvas,body iframe,body img,body svg,body video{vertical-align:middle}.dnb-core-style audio,.dnb-core-style video,body audio,body video{display:inline-block}.dnb-core-style audio:not([controls]),body audio:not([controls]){display:none;height:0}.dnb-core-style img,body img{border-style:none}.dnb-core-style svg:not([fill]),body svg:not([fill]){fill:currentColor}.dnb-core-style svg:not(:root),body svg:not(:root){overflow:hidden}.dnb-core-style table,body table{border-collapse:collapse}.dnb-core-style button,.dnb-core-style input,.dnb-core-style select,.dnb-core-style textarea,body button,body input,body select,body textarea{font-family:inherit;font-size:inherit;line-height:inherit}.dnb-core-style button,.dnb-core-style figure,.dnb-core-style input,.dnb-core-style select,body button,body figure,body input,body select{margin:0}.dnb-core-style button,body button{overflow:visible;text-transform:none}.dnb-core-style fieldset,body fieldset{padding:.35rem .75rem .625rem}.dnb-core-style input,body input{overflow:visible;word-break:normal}.dnb-core-style legend,body legend{color:inherit;display:table;max-width:100%;white-space:normal}.dnb-core-style progress,body progress{display:inline-block;vertical-align:baseline}.dnb-core-style select,body select{text-transform:none}.dnb-core-style textarea,body textarea{overflow:auto;resize:vertical}.dnb-core-style [type=checkbox],.dnb-core-style [type=radio],body [type=checkbox],body [type=radio]{padding:0}.dnb-core-style input[type=search],body input[type=search]{-webkit-appearance:textfield;outline-offset:-2px}.dnb-core-style ::-webkit-inner-spin-button,.dnb-core-style ::-webkit-outer-spin-button,body ::-webkit-inner-spin-button,body ::-webkit-outer-spin-button{height:auto}.dnb-core-style ::-webkit-input-placeholder,body ::-webkit-input-placeholder{color:inherit;opacity:.54}.dnb-core-style ::-webkit-search-decoration,body ::-webkit-search-decoration{-webkit-appearance:none}.dnb-core-style ::-webkit-file-upload-button,body ::-webkit-file-upload-button{background-color:transparent;border:none;font:inherit}.dnb-core-style ::-moz-focus-inner,body ::-moz-focus-inner{border-style:none;padding:0}.dnb-core-style details,body details{display:block}.dnb-core-style summary,body summary{display:list-item}.dnb-core-style canvas,body canvas{display:inline-block}.dnb-core-style template,body template{display:none}.dnb-core-style [tabindex],.dnb-core-style a,.dnb-core-style area,.dnb-core-style button,.dnb-core-style input,.dnb-core-style label,.dnb-core-style select,.dnb-core-style summary,.dnb-core-style textarea,body [tabindex],body a,body area,body button,body input,body label,body select,body summary,body textarea{-ms-touch-action:manipulation;touch-action:manipulation}.dnb-core-style [hidden],body [hidden]{display:none}.dnb-core-style [aria-busy=true],body [aria-busy=true]{cursor:progress}.dnb-core-style [aria-controls]:not(input),body [aria-controls]:not(input){cursor:pointer}.dnb-core-style [aria-disabled=true],.dnb-core-style [disabled],body [aria-disabled=true],body [disabled]{cursor:not-allowed}.dnb-core-style [aria-hidden=false][hidden]:not(:focus),body [aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}@media print{.dnb-core-style,body{background-color:#fff;color:#000}}
1
+ :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:50em;--layout-large:60em;--layout-x-large:72em;--layout-xx-large:80em;--layout-xxx-large:90em;--shadow-default:0 8px 16px rgba(51,51,51,.08);--shadow-default-x:0;--shadow-default-y:8px;--shadow-default-blur-radius:16px;--shadow-default-color:rgba(51,51,51,.08);--easing-default:cubic-bezier(0.42,0,0,1)}.dnb-typo-regular{font-weight:400}.dnb-typo-medium,.dnb-typo-regular{font-family:DNB,sans-serif;font-family:var(--font-family-default);font-style:normal}.dnb-typo-medium{font-weight:500;font-weight:var(--font-weight-medium)}.dnb-typo-bold{font-family:DNB,sans-serif;font-family:var(--font-family-default);font-style:normal;font-weight:600;font-weight:var(--font-weight-bold)}.dnb-typo-mono-regular{font-family:DNBMono,Menlo,Consolas,Roboto Mono,"Ubuntu Monospace",Noto Mono,Oxygen Mono,Liberation Mono,monospace;font-family:var(--font-family-monospace);font-style:normal;font-weight:400}@font-face{font-display:fallback;font-family:DNB;font-style:normal;font-weight:400;src:url(../assets/fonts/DNB-Regular.woff2) format("woff2"),url(../assets/fonts/DNB-Regular.woff) format("woff"),url(../assets/fonts/DNB-Regular.ttf) format("truetype")}@font-face{font-display:fallback;font-family:DNB;font-style:normal;font-weight:500;src:url(../assets/fonts/DNB-Medium.woff2) format("woff2"),url(../assets/fonts/DNB-Medium.woff) format("woff"),url(../assets/fonts/DNB-Medium.ttf) format("truetype")}@font-face{font-display:fallback;font-family:DNB;font-style:normal;font-weight:600;src:url(../assets/fonts/DNB-Bold.woff2) format("woff2"),url(../assets/fonts/DNB-Bold.woff) format("woff"),url(../assets/fonts/DNB-Bold.ttf) format("truetype")}@font-face{font-display:fallback;font-family:DNBMono;font-style:normal;font-weight:400;src:url(../assets/fonts/DNBMono-Regular.woff2) format("woff2"),url(../assets/fonts/DNBMono-Regular.woff) format("woff"),url(../assets/fonts/DNBMono-Regular.ttf) format("truetype")}.dnb-no-focus,.dnb-tab-focus,.dnb-tab-focus:focus{outline:none}html[data-whatinput=keyboard] .dnb-tab-focus:focus{--border-color:var(--color-emerald-green);border-color:transparent;-webkit-box-shadow:0 0 0 .125rem var(--border-color);box-shadow:0 0 0 .125rem var(--border-color)}@media screen and (-ms-high-contrast:none){html[data-whatinput=keyboard] .dnb-tab-focus:focus{-webkit-box-shadow:0 0 0 .125rem #14555a;box-shadow:0 0 0 .125rem #14555a;-webkit-box-shadow:0 0 0 .125rem var(--color-emerald-green);box-shadow:0 0 0 .125rem var(--color-emerald-green)}}.dnb-mouse-focus,.dnb-mouse-focus:focus{outline:none}html[data-whatinput=mouse] .dnb-mouse-focus:focus{--border-color:var(--color-emerald-green);border-color:transparent;-webkit-box-shadow:0 0 0 .125rem var(--border-color);box-shadow:0 0 0 .125rem var(--border-color)}@media screen and (-ms-high-contrast:none){html[data-whatinput=mouse] .dnb-mouse-focus:focus{-webkit-box-shadow:0 0 0 .125rem #14555a;box-shadow:0 0 0 .125rem #14555a;-webkit-box-shadow:0 0 0 .125rem var(--color-emerald-green);box-shadow:0 0 0 .125rem var(--color-emerald-green)}}.dnb-focus-ring{--border-color:var(--color-emerald-green);border-color:transparent;-webkit-box-shadow:0 0 0 .125rem var(--border-color)!important;box-shadow:0 0 0 .125rem var(--border-color)!important}@media screen and (-ms-high-contrast:none){.dnb-focus-ring{-webkit-box-shadow:0 0 0 .125rem #14555a!important;box-shadow:0 0 0 .125rem #14555a!important;-webkit-box-shadow:0 0 0 .125rem var(--color-emerald-green)!important;box-shadow:0 0 0 .125rem var(--color-emerald-green)!important}}.dnb-scrollbar-appearance{-ms-scroll-chaining:none;-webkit-overflow-scrolling:touch;-ms-overflow-style:auto;overscroll-behavior:contain;scrollbar-color:#14555a transparent;scrollbar-color:var(--color-emerald-green) transparent;scrollbar-width:thin}.dnb-skip-link{opacity:.3;position:absolute;top:-100vh;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out;z-index:0}.dnb-skip-link--active,.dnb-skip-link:focus{background-color:transparent;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;color:#007272;color:var(--color-sea-green);font-size:1.125rem;font-size:var(--font-size-basis);left:40%;margin:0;outline:none;padding:.5rem 1rem;position:fixed;text-align:center;text-decoration:none;top:5%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;white-space:nowrap;z-index:9999}.dnb-skip-link--active:after,.dnb-skip-link:focus:after{background-color:hsla(0,0%,100%,.85);-webkit-box-shadow:150vw 150vh 0 0 hsla(0,0%,100%,.85);box-shadow:150vw 150vh 0 0 hsla(0,0%,100%,.85);content:"";height:150vh;left:-200vw;position:absolute;top:-200vh;width:150vw;z-index:-2}.dnb-skip-link--active:before,.dnb-skip-link:focus:before{background-color:#fff;background-color:var(--color-white);border-radius:1.5rem;content:"";height:100%;left:0;outline:none;position:absolute;top:0;width:100%;z-index:-1}html[data-whatinput=mouse] .dnb-skip-link--active:before,html[data-whatinput=mouse] .dnb-skip-link:focus:before{--border-color:var(--color-emerald-green);border-color:transparent;-webkit-box-shadow:0 0 0 .125rem var(--border-color);box-shadow:0 0 0 .125rem var(--border-color)}@media screen and (-ms-high-contrast:none){html[data-whatinput=mouse] .dnb-skip-link--active:before,html[data-whatinput=mouse] .dnb-skip-link:focus:before{-webkit-box-shadow:0 0 0 .125rem #14555a;box-shadow:0 0 0 .125rem #14555a;-webkit-box-shadow:0 0 0 .125rem var(--color-emerald-green);box-shadow:0 0 0 .125rem var(--color-emerald-green)}}.dnb-skip-link--active:hover:before,.dnb-skip-link:focus:hover:before{background-color:#d2f0e9;background-color:var(--color-mint-green-50)}.dnb-skip-link--active:active:before,.dnb-skip-link:focus:active:before{background-color:#14555a;background-color:var(--color-emerald-green)}.dnb-skip-link--active:focus:not(:active):before,.dnb-skip-link:focus:focus:not(:active):before{outline:none}html[data-whatinput=keyboard] .dnb-skip-link--active:focus:not(:active):before,html[data-whatinput=keyboard] .dnb-skip-link:focus:focus:not(:active):before{--border-color:var(--color-emerald-green);border-color:transparent;-webkit-box-shadow:0 0 0 .125rem var(--border-color);box-shadow:0 0 0 .125rem var(--border-color)}@media screen and (-ms-high-contrast:none){html[data-whatinput=keyboard] .dnb-skip-link--active:focus:not(:active):before,html[data-whatinput=keyboard] .dnb-skip-link:focus:focus:not(:active):before{-webkit-box-shadow:0 0 0 .125rem #14555a;box-shadow:0 0 0 .125rem #14555a;-webkit-box-shadow:0 0 0 .125rem var(--color-emerald-green);box-shadow:0 0 0 .125rem var(--color-emerald-green)}}.dnb-skip-link--active:focus,.dnb-skip-link:focus:focus{opacity:1}.dnb-skip-link--active:focus:not(:hover):not(:active),.dnb-skip-link--active:hover,.dnb-skip-link:focus:focus:not(:hover):not(:active),.dnb-skip-link:focus:hover{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#007272;color:var(--color-sea-green)}.dnb-skip-link--active:active,.dnb-skip-link:focus:active{background-color:transparent;color:#fff;color:var(--color-white)}html[data-whatintent=touch] .dnb-skip-link{display:none}.dnb-alignment-helper,.dnb-alignment-helper:before{speak:none;display:inline-block;font-size:1rem;font-size:var(--font-size-small);height:0;width:0}.dnb-alignment-helper:before{content:"\200C"}.dnb-drop-shadow{-webkit-box-shadow:0 8px 16px rgba(51,51,51,.08);box-shadow:0 8px 16px rgba(51,51,51,.08);-webkit-box-shadow:var(--shadow-default);box-shadow:var(--shadow-default)}.dnb-sr-only,.dnb-sr-only--inline{-webkit-touch-callout:none;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);margin:0;max-height:1px;max-width:1px;overflow:hidden;padding:0;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.dnb-sr-only--inline{display:inline-block;font-size:0;line-height:0;position:static;visibility:visible}.dnb-not-sr-only{-webkit-clip-path:initial;clip-path:none;font-size:medium;line-height:normal;max-height:none;max-width:none;overflow:auto;position:static;white-space:normal}.dnb-suffix{font-size:1.125rem;font-size:var(--font-size-basis);padding-left:.5rem;word-break:normal}.dnb-suffix,html{line-height:1.5rem;line-height:var(--line-height-basis)}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;cursor:default;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;-moz-tab-size:4;-o-tab-size:4;tab-size:4;word-break:break-word}body{margin:0}html{font-size:100%;scroll-behavior:smooth}@supports (-webkit-touch-callout:none) and (font:-apple-system-body){html{font:-apple-system-body}}html[xmlns="http://www.w3.org/1999/xhtml"] a:hover{text-decoration:none}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-anchor--active{color:#a5e1d2!important;color:var(--color-mint-green)!important}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-anchor--contrast:not(:hover){color:#fff!important;color:var(--color-white)!important}html[xmlns="http://www.w3.org/1999/xhtml"] a.dnb-button--primary{color:#fff;color:var(--color-white)}html[xmlns="http://www.w3.org/1999/xhtml"] ul{list-style:disc none outside;list-style:initial}html[xmlns="http://www.w3.org/1999/xhtml"] p{background-color:transparent;background-color:initial;overflow:visible;overflow:initial;text-align:inherit}html[xmlns="http://www.w3.org/1999/xhtml"] i{font-style:italic}html[xmlns="http://www.w3.org/1999/xhtml"] #column_left,html[xmlns="http://www.w3.org/1999/xhtml"] #root{width:100%}html[xmlns="http://www.w3.org/1999/xhtml"] body#dnbLayoutDefault #wrapper,html[xmlns="http://www.w3.org/1999/xhtml"] body#dnbLayoutDefaultStartPage #wrapper{max-width:60rem;width:100%}html[xmlns="http://www.w3.org/1999/xhtml"] #column_content{-webkit-box-shadow:none;box-shadow:none}.dnb-core-style,body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;color:#333;color:var(--color-black-80,#333);font-family:DNB,sans-serif;font-family:var(--font-family-default);font-size:1rem;font-size:var(--font-size-small);font-style:normal;font-weight:400;font-weight:var(--font-weight-basis);line-height:1.5rem;line-height:var(--line-height-basis);-moz-tab-size:4;-o-tab-size:4;tab-size:4;word-break:break-word}.dnb-core-style *,.dnb-core-style :after,.dnb-core-style :before,body *,body :after,body :before{background-repeat:no-repeat;-webkit-box-sizing:border-box;box-sizing:border-box}.dnb-core-style :after,.dnb-core-style :before,body :after,body :before{text-decoration:inherit;vertical-align:inherit}.dnb-core-style hr,body hr{height:0;overflow:visible}.dnb-core-style main,body main{display:block}.dnb-core-style nav ol,.dnb-core-style nav ul,body nav ol,body nav ul{list-style:none}.dnb-core-style abbr[title],body abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.dnb-core-style b,.dnb-core-style strong,body b,body strong{font-weight:bolder}.dnb-core-style code,.dnb-core-style kbd,.dnb-core-style pre,.dnb-core-style samp,body code,body kbd,body pre,body samp{font-family:DNBMono,Menlo,Consolas,Roboto Mono,"Ubuntu Monospace",Noto Mono,Oxygen Mono,Liberation Mono,monospace;font-family:var(--font-family-monospace);font-size:1em;font-size:var(--font-size-basis--em)}.dnb-core-style ::-moz-selection,body ::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}.dnb-core-style audio,.dnb-core-style canvas,.dnb-core-style iframe,.dnb-core-style img,.dnb-core-style svg,.dnb-core-style video,body audio,body canvas,body iframe,body img,body svg,body video{vertical-align:middle}.dnb-core-style audio,.dnb-core-style video,body audio,body video{display:inline-block}.dnb-core-style audio:not([controls]),body audio:not([controls]){display:none;height:0}.dnb-core-style img,body img{border-style:none}.dnb-core-style svg:not([fill]),body svg:not([fill]){fill:currentColor}.dnb-core-style svg:not(:root),body svg:not(:root){overflow:hidden}.dnb-core-style table,body table{border-collapse:collapse}.dnb-core-style button,.dnb-core-style input,.dnb-core-style select,.dnb-core-style textarea,body button,body input,body select,body textarea{font-family:inherit;font-size:inherit;line-height:inherit}.dnb-core-style button,.dnb-core-style figure,.dnb-core-style input,.dnb-core-style select,body button,body figure,body input,body select{margin:0}.dnb-core-style button,body button{overflow:visible;text-transform:none}.dnb-core-style fieldset,body fieldset{padding:.35rem .75rem .625rem}.dnb-core-style input,body input{overflow:visible;word-break:normal}.dnb-core-style legend,body legend{color:inherit;display:table;max-width:100%;white-space:normal}.dnb-core-style progress,body progress{display:inline-block;vertical-align:baseline}.dnb-core-style select,body select{text-transform:none}.dnb-core-style textarea,body textarea{overflow:auto;resize:vertical}.dnb-core-style [type=checkbox],.dnb-core-style [type=radio],body [type=checkbox],body [type=radio]{padding:0}.dnb-core-style input[type=search],body input[type=search]{-webkit-appearance:textfield;outline-offset:-2px}.dnb-core-style ::-webkit-inner-spin-button,.dnb-core-style ::-webkit-outer-spin-button,body ::-webkit-inner-spin-button,body ::-webkit-outer-spin-button{height:auto}.dnb-core-style ::-webkit-input-placeholder,body ::-webkit-input-placeholder{color:inherit;opacity:.54}.dnb-core-style ::-webkit-search-decoration,body ::-webkit-search-decoration{-webkit-appearance:none}.dnb-core-style ::-webkit-file-upload-button,body ::-webkit-file-upload-button{background-color:transparent;border:none;font:inherit}.dnb-core-style ::-moz-focus-inner,body ::-moz-focus-inner{border-style:none;padding:0}.dnb-core-style details,body details{display:block}.dnb-core-style summary,body summary{display:list-item}.dnb-core-style canvas,body canvas{display:inline-block}.dnb-core-style template,body template{display:none}.dnb-core-style [tabindex],.dnb-core-style a,.dnb-core-style area,.dnb-core-style button,.dnb-core-style input,.dnb-core-style label,.dnb-core-style select,.dnb-core-style summary,.dnb-core-style textarea,body [tabindex],body a,body area,body button,body input,body label,body select,body summary,body textarea{-ms-touch-action:manipulation;touch-action:manipulation}.dnb-core-style [hidden],body [hidden]{display:none}.dnb-core-style [aria-busy=true],body [aria-busy=true]{cursor:progress}.dnb-core-style [aria-controls]:not(input),body [aria-controls]:not(input){cursor:pointer}.dnb-core-style [aria-disabled=true],.dnb-core-style [disabled],body [aria-disabled=true],body [disabled]{cursor:not-allowed}.dnb-core-style [aria-hidden=false][hidden]:not(:focus),body [aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}@media print{.dnb-core-style,body{background-color:#fff;color:#000}}
@@ -2726,6 +2726,26 @@ html:not([data-whatintent='touch']) .dnb-date-picker__day--inactive .dnb-button[
2726
2726
  .dnb-dialog {
2727
2727
  background: #fff;
2728
2728
  background: var(--color-white); }
2729
+ .dnb-dialog__icon__primary.dnb-icon--border::after {
2730
+ left: -50%;
2731
+ right: -50%;
2732
+ top: -50%;
2733
+ bottom: -50%;
2734
+ border: none;
2735
+ background-color: currentColor;
2736
+ opacity: 0.1; }
2737
+ .dnb-dialog__icon__primary.dnb-dialog__icon--warning {
2738
+ color: #dc2a2a;
2739
+ color: var(--color-fire-red); }
2740
+ .dnb-dialog__icon__primary.dnb-dialog__icon--warning ::after {
2741
+ background-color: #fdeeee;
2742
+ background-color: var(--color-fire-red-8); }
2743
+ .dnb-dialog__icon__primary.dnb-dialog__icon--info {
2744
+ color: #14555a;
2745
+ color: var(--color-emerald-green); }
2746
+ .dnb-dialog__icon__primary.dnb-dialog__icon--info ::after {
2747
+ background-color: #f2f4ec;
2748
+ background-color: var(--color-pistachio); }
2729
2749
 
2730
2750
  /*
2731
2751
  * Modal theme
@@ -4314,78 +4334,93 @@ html[data-whatinput='keyboard']
4314
4334
  /*
4315
4335
  * Utilities
4316
4336
  */
4317
- .dnb-table > tr > th,
4318
- .dnb-table > thead > tr > th, .dnb-table__th {
4319
- padding: 2rem 1rem 1rem;
4320
- font-weight: 500;
4321
- font-weight: var(--font-weight-medium);
4322
- color: currentColor;
4323
- color: var(--theme-color-black-80, currentColor);
4324
- font-size: 1.125rem;
4325
- font-size: var(--font-size-basis);
4326
- line-height: 1.5rem;
4327
- line-height: var(--line-height-basis);
4328
- vertical-align: bottom;
4329
- background-color: #fff;
4330
- background-color: var(--color-white); }
4331
-
4332
- .dnb-table > tr > td,
4333
- .dnb-table > tbody > tr > td, .dnb-table__td,
4334
- .dnb-table > tr > th[scope='row'] {
4335
- padding: 1rem;
4336
- color: currentColor;
4337
- color: var(--theme-color-black-80, currentColor);
4338
- font-size: 1.125rem;
4339
- font-size: var(--font-size-basis);
4340
- line-height: 1.5rem;
4341
- line-height: var(--line-height-basis);
4342
- vertical-align: baseline; }
4343
-
4344
- .dnb-table__size--medium .dnb-table__th {
4345
- padding: 1.375rem 1rem 0.875rem;
4346
- font-size: 1rem;
4347
- font-size: var(--font-size-small);
4348
- line-height: 1.25rem;
4349
- line-height: var(--line-height-small); }
4350
-
4351
- .dnb-table__size--small .dnb-table__th {
4352
- padding: 1.25rem 1rem 0.5rem;
4353
- font-size: 1rem;
4354
- font-size: var(--font-size-small);
4355
- line-height: 1.25rem;
4356
- line-height: var(--line-height-small); }
4357
-
4358
- .dnb-table__size--medium .dnb-table__td {
4359
- padding: 0.875rem 1rem; }
4360
- .dnb-table__size--medium .dnb-table__td,
4361
- .dnb-table__size--medium .dnb-table__td .dnb-p {
4337
+ .dnb-table {
4338
+ text-align: left; }
4339
+ .dnb-table > tr > th,
4340
+ .dnb-table > thead > tr > th, .dnb-table__th {
4341
+ padding: 2rem 1rem 1rem;
4342
+ font-weight: 500;
4343
+ font-weight: var(--font-weight-medium);
4344
+ color: currentColor;
4345
+ color: var(--theme-color-black-80, currentColor);
4346
+ font-size: 1.125rem;
4347
+ font-size: var(--font-size-basis);
4348
+ line-height: 1.5rem;
4349
+ line-height: var(--line-height-basis);
4350
+ vertical-align: bottom;
4351
+ background-color: #fff;
4352
+ background-color: var(--color-white); }
4353
+ .dnb-table > tr > td,
4354
+ .dnb-table > tbody > tr > td, .dnb-table__td,
4355
+ tbody > tr > .dnb-table__th,
4356
+ .dnb-table > tr > th[scope='row'] {
4357
+ padding: 1rem;
4358
+ color: currentColor;
4359
+ color: var(--theme-color-black-80, currentColor);
4360
+ font-size: 1.125rem;
4361
+ font-size: var(--font-size-basis);
4362
+ line-height: 1.5rem;
4363
+ line-height: var(--line-height-basis);
4364
+ vertical-align: baseline; }
4365
+ .dnb-table__size--medium .dnb-table__th {
4366
+ padding: 1.375rem 1rem 0.875rem;
4362
4367
  font-size: 1rem;
4363
4368
  font-size: var(--font-size-small);
4364
4369
  line-height: 1.25rem;
4365
4370
  line-height: var(--line-height-small); }
4366
-
4367
- .dnb-table__size--small .dnb-table__td {
4368
- padding: 0.625rem 1rem; }
4369
- .dnb-table__size--small .dnb-table__td,
4370
- .dnb-table__size--small .dnb-table__td .dnb-p {
4371
+ .dnb-table__size--small .dnb-table__th {
4372
+ padding: 1.25rem 1rem 0.5rem;
4371
4373
  font-size: 1rem;
4372
4374
  font-size: var(--font-size-small);
4373
4375
  line-height: 1.25rem;
4374
4376
  line-height: var(--line-height-small); }
4377
+ tbody > tr > .dnb-table__th {
4378
+ padding: 1rem;
4379
+ vertical-align: baseline; }
4380
+ .dnb-table__size--medium tbody > tr > .dnb-table__th, .dnb-table__size--medium
4381
+ tbody > tr > .dnb-table__td {
4382
+ padding: 0.875rem 1rem; }
4383
+ .dnb-table__size--medium tbody > tr > .dnb-table__th,
4384
+ .dnb-table__size--medium tbody > tr > .dnb-table__th .dnb-p, .dnb-table__size--medium
4385
+ tbody > tr > .dnb-table__td,
4386
+ .dnb-table__size--medium
4387
+ tbody > tr > .dnb-table__td .dnb-p {
4388
+ font-size: 1rem;
4389
+ font-size: var(--font-size-small);
4390
+ line-height: 1.25rem;
4391
+ line-height: var(--line-height-small); }
4392
+ .dnb-table__size--small tbody > tr > .dnb-table__th, .dnb-table__size--small
4393
+ tbody > tr > .dnb-table__td {
4394
+ padding: 0.625rem 1rem; }
4395
+ .dnb-table__size--small tbody > tr > .dnb-table__th,
4396
+ .dnb-table__size--small tbody > tr > .dnb-table__th .dnb-p, .dnb-table__size--small
4397
+ tbody > tr > .dnb-table__td,
4398
+ .dnb-table__size--small
4399
+ tbody > tr > .dnb-table__td .dnb-p {
4400
+ font-size: 1rem;
4401
+ font-size: var(--font-size-small);
4402
+ line-height: 1.25rem;
4403
+ line-height: var(--line-height-small); }
4404
+ .dnb-table > tbody > .dnb-table__tr:last-of-type > .dnb-table__td::after {
4405
+ content: '';
4406
+ position: absolute;
4407
+ left: 0;
4408
+ right: 0;
4409
+ bottom: 0;
4410
+ border-bottom: var(--outline); }
4375
4411
 
4376
- .dnb-table:not(.dnb-table--border):not(.dnb-table--outline) > tbody
4377
- > tr:last-of-type
4378
- > td::after,
4379
- .dnb-table:not(.dnb-table--border):not(.dnb-table--outline) > tbody
4380
- > .dnb-table__tr:last-of-type > .dnb-table__td::after {
4381
- content: '';
4382
- position: absolute;
4383
- left: 0;
4384
- right: 0;
4385
- bottom: -0.0625rem;
4386
- height: 0.0625rem;
4387
- background-color: #ebebeb;
4388
- background-color: var(--color-black-8); }
4412
+ .dnb-table__container {
4413
+ background-color: #fff;
4414
+ background-color: var(--color-white); }
4415
+
4416
+ .dnb-table,
4417
+ .dnb-table__container {
4418
+ --border: 0.0625rem solid var(--color-black-8);
4419
+ --outline: 0.0625rem solid var(--color-black-8); }
4420
+ html[data-visual-test] .dnb-table, html[data-visual-test]
4421
+ .dnb-table__container {
4422
+ --border: 0.0625rem solid blue;
4423
+ --outline: 0.0625rem solid red; }
4389
4424
 
4390
4425
  /*
4391
4426
  * Tabs theme