@postenbring/hedwig-css 0.0.41 → 0.0.43
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.
- package/dist/all-in-one.css +1 -1
- package/dist/all-in-one.css.map +1 -1
- package/dist/card.css +1 -1
- package/dist/card.css.map +1 -1
- package/dist/checkbox.css +1 -0
- package/dist/checkbox.css.map +1 -0
- package/dist/classnames.d.ts +11 -2
- package/dist/container.css +1 -1
- package/dist/container.css.map +1 -1
- package/dist/description-list.css +1 -1
- package/dist/description-list.css.map +1 -1
- package/dist/fieldset.css +1 -1
- package/dist/fieldset.css.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/link.css +1 -1
- package/dist/link.css.map +1 -1
- package/dist/list.css +1 -1
- package/dist/list.css.map +1 -1
- package/dist/message.css +1 -1
- package/dist/message.css.map +1 -1
- package/dist/modal.css +1 -1
- package/dist/modal.css.map +1 -1
- package/dist/navbar.css +1 -1
- package/dist/navbar.css.map +1 -1
- package/dist/prose.css +1 -1
- package/dist/prose.css.map +1 -1
- package/dist/radiobutton.css +1 -0
- package/dist/radiobutton.css.map +1 -0
- package/dist/scoped.css +1 -1
- package/package.json +5 -5
package/dist/card.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.hds-card{border-bottom:initial;-webkit-text-decoration:initial;text-decoration:initial;background:var(--hds-colors-lighter);border-radius:var(--hds-border-radius);transition:box-shadow var(--hds-micro-animation-duration-normal)var(--hds-micro-animation-easing-normal);color:var(--hds-ui-colors-black);flex-direction:column;display:flex;position:relative}.hds-card:hover{box-shadow:0 1px 3px rgba(0,0,0,.12)}.hds-card:hover:after{opacity:1}.hds-card .hds-card__media{width:-moz-fit-content;width:fit-content}.hds-card .hds-card__media .hds-card__media__img{width:100%}.hds-card .hds-card__body{padding:var(--hds-spacing-medium-2)}@media (min-width:940px){.hds-card .hds-card__body{padding:var(--hds-spacing-medium-3)}}.hds-card .hds-card__body:hover{color:initial}.hds-card .hds-card__body-header{margin-top:0;margin-bottom:0}.hds-card .hds-card__body-header-overline{color:var(--hds-colors-dark);font-family:var(--hds-fonts-posten-sans);font-size:var(--hds-font-size-technical-max);font-weight:var(--hds-font-weight-technical);line-height:var(--hds-line-height-technical-max);display:block}.hds-card .hds-card__body-header-title{font-size:var(--hds-font-size-h2-min);font-weight:var(--hds-font-weight-h3);line-height:var(--hds-line-height-h2-max)}.hds-card .hds-card__body-description{margin-top:var(--hds-spacing-small-4);font-family:var(--hds-fonts-posten-sans);font-size:var(--hds-font-size-technical-max);font-weight:var(--hds-font-weight-technical);line-height:var(--hds-line-height-technical-max)}@media (min-width:940px){.hds-card .hds-card__body-description{margin-top:var(--hds-spacing-medium-1)}}.hds-card .hds-card__body-action{margin-top:var(--hds-spacing-small-4);display:inline-block}@media (min-width:940px){.hds-card .hds-card__body-action{margin-top:var(--hds-spacing-medium-1)}}.hds-card .hds-card__body-action-arrow{margin-top:var(--hds-spacing-small-4);display:inline-block}@media (min-width:940px){.hds-card .hds-card__body-action-arrow{margin-top:var(--hds-spacing-medium-1)}}.hds-card .hds-card__body-action-arrow{background-image:url("data:image/svg+xml,<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.7891 5.25229L11.0859 5.92026C10.9102 6.09604 10.9102 6.37729 11.0859 6.51791L16.5352 11.9671H4.54688C4.30078 11.9671 4.125 12.1781 4.125 12.389V13.3734C4.125 13.6195 4.30078 13.7953 4.54688 13.7953H16.5352L11.0859 19.2796C10.9102 19.4203 10.9102 19.7015 11.0859 19.8773L11.7891 20.5453C11.9297 20.721 12.2109 20.721 12.3867 20.5453L19.7344 13.1976C19.9102 13.0218 19.9102 12.7757 19.7344 12.5999L12.3867 5.25229C12.2109 5.07651 11.9297 5.07651 11.7891 5.25229Z\" fill=\"black\"/></svg>");border-bottom:none;width:20px;height:20px}
|
|
1
|
+
.hds-card{border-bottom:initial;-webkit-text-decoration:initial;text-decoration:initial;background:var(--hds-colors-lighter);border-radius:var(--hds-border-radius);transition:box-shadow var(--hds-micro-animation-duration-normal)var(--hds-micro-animation-easing-normal);color:var(--hds-ui-colors-black);flex-direction:column;display:flex;position:relative}.hds-card:hover{box-shadow:0 1px 3px rgba(0,0,0,.12)}.hds-card:hover:after{opacity:1}.hds-card .hds-card__media{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.hds-card .hds-card__media .hds-card__media__img{width:100%}.hds-card .hds-card__body{padding:var(--hds-spacing-medium-2)}@media (min-width:940px){.hds-card .hds-card__body{padding:var(--hds-spacing-medium-3)}}.hds-card .hds-card__body:hover{color:initial}.hds-card .hds-card__body-header{margin-top:0;margin-bottom:0}.hds-card .hds-card__body-header-overline{color:var(--hds-colors-dark);font-family:var(--hds-fonts-posten-sans);font-size:var(--hds-font-size-technical-max);font-weight:var(--hds-font-weight-technical);line-height:var(--hds-line-height-technical-max);display:block}.hds-card .hds-card__body-header-title{font-size:var(--hds-font-size-h2-min);font-weight:var(--hds-font-weight-h3);line-height:var(--hds-line-height-h2-max)}.hds-card .hds-card__body-description{margin-top:var(--hds-spacing-small-4);font-family:var(--hds-fonts-posten-sans);font-size:var(--hds-font-size-technical-max);font-weight:var(--hds-font-weight-technical);line-height:var(--hds-line-height-technical-max)}@media (min-width:940px){.hds-card .hds-card__body-description{margin-top:var(--hds-spacing-medium-1)}}.hds-card .hds-card__body-action{margin-top:var(--hds-spacing-small-4);display:inline-block}@media (min-width:940px){.hds-card .hds-card__body-action{margin-top:var(--hds-spacing-medium-1)}}.hds-card .hds-card__body-action-arrow{margin-top:var(--hds-spacing-small-4);display:inline-block}@media (min-width:940px){.hds-card .hds-card__body-action-arrow{margin-top:var(--hds-spacing-medium-1)}}.hds-card .hds-card__body-action-arrow{background-image:url("data:image/svg+xml,<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.7891 5.25229L11.0859 5.92026C10.9102 6.09604 10.9102 6.37729 11.0859 6.51791L16.5352 11.9671H4.54688C4.30078 11.9671 4.125 12.1781 4.125 12.389V13.3734C4.125 13.6195 4.30078 13.7953 4.54688 13.7953H16.5352L11.0859 19.2796C10.9102 19.4203 10.9102 19.7015 11.0859 19.8773L11.7891 20.5453C11.9297 20.721 12.2109 20.721 12.3867 20.5453L19.7344 13.1976C19.9102 13.0218 19.9102 12.7757 19.7344 12.5999L12.3867 5.25229C12.2109 5.07651 11.9297 5.07651 11.7891 5.25229Z\" fill=\"black\"/></svg>");border-bottom:none;width:20px;height:20px}
|
package/dist/card.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":null,"mappings":"AAGA,mWAYE,qDAGE,gCAKF,
|
|
1
|
+
{"version":3,"sourceRoot":null,"mappings":"AAGA,mWAYE,qDAGE,gCAKF,8FAGE,4DAKF,8DAGE,yBAAkB,+DAIlB,8CAKF,8DAKA,yQASA,6JAMA,gQAGE,yBAAkB,8EAUpB,4FAKE,yBAAkB,yEALpB,kGAKE,yBAAkB,+EAKpB","sources":["home/runner/work/hedwig-design-system/hedwig-design-system/packages/css/src/card/card.css","home/runner/work/hedwig-design-system/hedwig-design-system/packages/css/src/card/../_custom-media.css"],"sourcesContent":["@import url(\"../_custom-media.css\");\n\n/* stylelint-disable selector-class-pattern */\n.hds-card {\n position: relative;\n border-bottom: initial;\n text-decoration: initial;\n background: var(--hds-colors-lighter);\n border-radius: var(--hds-border-radius);\n transition: box-shadow var(--hds-micro-animation-duration-normal)\n var(--hds-micro-animation-easing-normal);\n display: flex;\n flex-direction: column;\n color: var(--hds-ui-colors-black);\n\n &:hover {\n box-shadow: 0 1px 3px 0 rgba(0 0 0 / 12%);\n\n &::after {\n opacity: 1;\n }\n }\n\n .hds-card__media {\n width: fit-content;\n\n .hds-card__media__img {\n width: 100%;\n }\n }\n\n .hds-card__body {\n padding: var(--hds-spacing-medium-2);\n\n @media (--large) {\n padding: var(--hds-spacing-medium-3);\n }\n\n &:hover {\n color: initial;\n }\n }\n\n .hds-card__body-header {\n margin-top: 0;\n margin-bottom: 0;\n }\n\n .hds-card__body-header-overline {\n display: block;\n color: var(--hds-colors-dark);\n font-family: var(--hds-fonts-posten-sans);\n font-size: var(--hds-font-size-technical-max);\n font-weight: var(--hds-font-weight-technical);\n line-height: var(--hds-line-height-technical-max);\n }\n\n .hds-card__body-header-title {\n font-size: var(--hds-font-size-h2-min);\n font-weight: var(--hds-font-weight-h3);\n line-height: var(--hds-line-height-h2-max);\n }\n\n .hds-card__body-description {\n margin-top: var(--hds-spacing-small-4);\n\n @media (--large) {\n margin-top: var(--hds-spacing-medium-1);\n }\n\n font-family: var(--hds-fonts-posten-sans);\n font-size: var(--hds-font-size-technical-max);\n font-weight: var(--hds-font-weight-technical);\n line-height: var(--hds-line-height-technical-max);\n }\n\n .hds-card__body-action,\n .hds-card__body-action-arrow {\n display: inline-block;\n margin-top: var(--hds-spacing-small-4);\n\n @media (--large) {\n margin-top: var(--hds-spacing-medium-1);\n }\n }\n\n .hds-card__body-action-arrow {\n background-image: url('data:image/svg+xml,<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.7891 5.25229L11.0859 5.92026C10.9102 6.09604 10.9102 6.37729 11.0859 6.51791L16.5352 11.9671H4.54688C4.30078 11.9671 4.125 12.1781 4.125 12.389V13.3734C4.125 13.6195 4.30078 13.7953 4.54688 13.7953H16.5352L11.0859 19.2796C10.9102 19.4203 10.9102 19.7015 11.0859 19.8773L11.7891 20.5453C11.9297 20.721 12.2109 20.721 12.3867 20.5453L19.7344 13.1976C19.9102 13.0218 19.9102 12.7757 19.7344 12.5999L12.3867 5.25229C12.2109 5.07651 11.9297 5.07651 11.7891 5.25229Z\" fill=\"black\"/></svg>');\n width: 20px;\n height: 20px;\n border-bottom: none;\n }\n}\n","/**\n * Reusable media queries using the hedwig breakpoint\n *\n * As of writing custom-media queries are not yet supported in browsers\n * but lightningcss transpiles them to the standard media query syntax.\n *\n * https://www.w3.org/TR/mediaqueries-5/#custom-mq\n */\n\n/* Mobile first */\n@custom-media --small (width >= 460px);\n@custom-media --medium (width >= 720px);\n@custom-media --large (width >= 940px);\n@custom-media --xlarge (width >= 1200px);\n\n/* Desktop first */\n@custom-media --before-small (width < 460px);\n@custom-media --before-medium (width < 720px);\n@custom-media --before-large (width < 940px);\n@custom-media --before-xlarge (width < 1200px);\n"],"names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.hds-checkbox{min-height:calc(var(--hds-spacing-small-4)*2 + var(--hds-line-height-body-small-min));padding:var(--hds-spacing-small-4)var(--hds-spacing-small-4)var(--hds-spacing-small-4)calc(var(--hds-spacing-small-4) + 36px);border-radius:var(--hds-border-radius);font:var(--hds-typography-body-small);cursor:pointer;display:block;position:relative}.hds-checkbox *{cursor:pointer}.hds-checkbox .hds-checkbox__title{font-weight:var(--hds-font-weight-body-title);padding-bottom:var(--hds-spacing-small-3)}.hds-checkbox>input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}.hds-checkbox .hds-checkbox__checkmark{margin:var(--hds-spacing-small-1);border:solid 2px var(--hds-colors-darker);width:16px;height:16px;position:absolute;top:16px;left:16px}.hds-checkbox>input[type=checkbox]:checked~.hds-checkbox__checkmark:after{display:block}.hds-checkbox .hds-checkbox__checkmark:after{content:"";border:solid var(--hds-colors-dark);border-width:0 2px 2px 0;width:4px;height:8px;display:none;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.hds-checkbox.hds-checkbox--bounding-box{background-color:var(--hds-colors-lighter)}.hds-checkbox.hds-checkbox--bounding-box.hds-checkbox--error{border:solid 1px var(--hds-ui-colors-warning-yellow)}.hds-checkbox.hds-checkbox--error>.hds-checkbox__checkmark{border-color:var(--hds-ui-colors-warning-yellow)}.hds-checkbox.hds-checkbox--error .hds-checkbox__checkmark:after{border-color:var(--hds-ui-colors-warning-yellow)}.hds-checkbox input[type=checkbox]:disabled~.hds-checkbox__checkmark{border-color:var(--hds-ui-colors-grey);cursor:default}.hds-checkbox input[type=checkbox]:disabled~.hds-checkbox__checkmark:after{border-color:var(--hds-ui-colors-grey);cursor:default}.hds-checkbox.hds-checkbox:has(input:disabled){cursor:default;color:var(--hds-ui-colors-dark-grey)}.hds-checkbox.hds-checkbox:has(input:disabled).hds-checkbox--bounding-box{background-color:var(--hds-ui-colors-light-grey-fill)}.hds-checkbox:focus-within.hds-checkbox--bounding-box{outline:2px solid var(--hds-colors-dark);outline-offset:4px}.hds-checkbox:focus-within.hds-checkbox--bounding-box>.hds-checkbox__checkmark{outline:none}.hds-checkbox:focus-within>.hds-checkbox__checkmark{outline:2px solid var(--hds-colors-dark);outline-offset:4px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":null,"mappings":"AAAA,8VAUE,+BAIA,2HAQA,gFAUA,+KAUA,wFAIA,kNAgBA,oFAGE,kHAMA,4GAAA,kHAUA,2HAAA,iIAOF,mGAIE,gIAOA,kHAIE,4FAKF","sources":["home/runner/work/hedwig-design-system/hedwig-design-system/packages/css/src/form/checkbox/checkbox.css"],"sourcesContent":[".hds-checkbox {\n display: block;\n min-height: calc(var(--hds-spacing-small-4) * 2 + var(--hds-line-height-body-small-min));\n padding: var(--hds-spacing-small-4) var(--hds-spacing-small-4) var(--hds-spacing-small-4)\n calc(var(--hds-spacing-small-4) + 36px);\n border-radius: var(--hds-border-radius);\n font: var(--hds-typography-body-small);\n position: relative;\n cursor: pointer;\n\n * {\n cursor: pointer;\n }\n\n .hds-checkbox__title {\n font-weight: var(--hds-font-weight-body-title);\n padding-bottom: var(--hds-spacing-small-3);\n }\n\n /**\n * Hide the browser default checkbox\n */\n > input[type=\"checkbox\"] {\n position: absolute;\n opacity: 0;\n height: 0;\n width: 0;\n }\n\n /**\n * Create a custom checkbox\n */\n .hds-checkbox__checkmark {\n margin: var(--hds-spacing-small-1);\n position: absolute;\n top: 16px;\n left: 16px;\n height: 16px;\n width: 16px;\n border: solid 2px var(--hds-colors-darker);\n }\n\n > input[type=\"checkbox\"]:checked ~ .hds-checkbox__checkmark::after {\n display: block;\n }\n\n .hds-checkbox__checkmark::after {\n content: \"\";\n position: absolute;\n display: none;\n left: 4px;\n top: 1px;\n width: 4px;\n height: 8px;\n border: solid var(--hds-colors-dark);\n border-width: 0 2px 2px 0;\n transform: rotate(45deg);\n }\n\n /**\n * Variant bounding-box and state error\n */\n &.hds-checkbox--bounding-box {\n background-color: var(--hds-colors-lighter);\n\n &.hds-checkbox--error {\n border: solid 1px var(--hds-ui-colors-warning-yellow);\n }\n }\n\n &.hds-checkbox--error {\n > .hds-checkbox__checkmark,\n .hds-checkbox__checkmark::after {\n border-color: var(--hds-ui-colors-warning-yellow);\n }\n }\n\n /**\n * State: Disabled\n */\n input[type=\"checkbox\"]:disabled {\n ~ .hds-checkbox__checkmark,\n ~ .hds-checkbox__checkmark::after {\n border-color: var(--hds-ui-colors-grey);\n cursor: default;\n }\n }\n\n &.hds-checkbox:has(input:disabled) {\n cursor: default;\n color: var(--hds-ui-colors-dark-grey);\n\n &.hds-checkbox--bounding-box {\n background-color: var(--hds-ui-colors-light-grey-fill);\n }\n }\n\n /* Focus effect */\n &:focus-within {\n &.hds-checkbox--bounding-box {\n outline: 2px solid var(--hds-colors-dark);\n outline-offset: 4px;\n\n > .hds-checkbox__checkmark {\n outline: none;\n }\n }\n\n > .hds-checkbox__checkmark {\n outline: 2px solid var(--hds-colors-dark);\n outline-offset: 4px;\n }\n }\n}\n"],"names":[]}
|
package/dist/classnames.d.ts
CHANGED
|
@@ -98,7 +98,6 @@ export type ClassNames =
|
|
|
98
98
|
| "hds-modal__footer"
|
|
99
99
|
| "hds-modal-scroll-lock"
|
|
100
100
|
| "hds-navbar"
|
|
101
|
-
| "hds-navbar__expandable-menu-trigger"
|
|
102
101
|
| "hds-navbar__expandable-menu-content"
|
|
103
102
|
| "hds-navbar__button"
|
|
104
103
|
| "hds-navbar__navigation"
|
|
@@ -167,6 +166,8 @@ export type ClassNames =
|
|
|
167
166
|
| "hds-fieldset__legend--default"
|
|
168
167
|
| "hds-fieldset__legend--large"
|
|
169
168
|
| "hds-fieldset__input-wrapper"
|
|
169
|
+
| "hds-radiobutton--bounding-box"
|
|
170
|
+
| "hds-checkbox--bounding-box"
|
|
170
171
|
| "hds-input"
|
|
171
172
|
| "hds-input-group__input"
|
|
172
173
|
| "hds-input-group"
|
|
@@ -176,4 +177,12 @@ export type ClassNames =
|
|
|
176
177
|
| "hds-input-group--white"
|
|
177
178
|
| "hds-input-group__label"
|
|
178
179
|
| "hds-select"
|
|
179
|
-
| "hds-textarea"
|
|
180
|
+
| "hds-textarea"
|
|
181
|
+
| "hds-checkbox"
|
|
182
|
+
| "hds-checkbox__title"
|
|
183
|
+
| "hds-checkbox__checkmark"
|
|
184
|
+
| "hds-checkbox--error"
|
|
185
|
+
| "hds-radiobutton"
|
|
186
|
+
| "hds-radiobutton__title"
|
|
187
|
+
| "hds-radiobutton__checkmark"
|
|
188
|
+
| "hds-radiobutton--error";
|
package/dist/container.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.hds-container{padding:0 var(--hds-spacing-small-4);width:100%;margin:
|
|
1
|
+
.hds-container{padding:0 var(--hds-spacing-small-4);width:100%;margin-left:auto;margin-right:auto;display:block}@media (min-width:720px){.hds-container{max-width:590px;padding:0}}@media (min-width:940px){.hds-container{padding:0 var(--hds-spacing-medium-3);max-width:1200px}}@media (min-width:720px){.hds-container.hds-container--default{max-width:590px;padding:0}}@media (min-width:940px){.hds-container.hds-container--default{padding:0 var(--hds-spacing-medium-3);max-width:1200px}}@media (min-width:720px){.hds-container.hds-container--slim{max-width:590px;padding:0}}@media (min-width:940px){.hds-container.hds-container--slim{padding:0 var(--hds-spacing-medium-3);max-width:762px}}.hds-container.hds-container--pt{padding-top:var(--hds-spacing-small-3)}.hds-container.hds-container--pb{padding-bottom:var(--hds-spacing-small-3)}.hds-container.hds-container--mt{margin-top:var(--hds-spacing-small-3)}.hds-container.hds-container--mb{margin-bottom:var(--hds-spacing-small-3)}@media (min-width:720px){.hds-container.hds-container--pt{padding-top:var(--hds-spacing-medium-3)}.hds-container.hds-container--pb{padding-bottom:var(--hds-spacing-medium-3)}.hds-container.hds-container--mt{margin-top:var(--hds-spacing-medium-3)}.hds-container.hds-container--mb{margin-bottom:var(--hds-spacing-medium-3)}}@media (min-width:940px){.hds-container.hds-container--mt{margin-top:var(--hds-spacing-large-1)}.hds-container.hds-container--mb{margin-bottom:var(--hds-spacing-large-1)}}@media (min-width:1200px){.hds-container.hds-container--pt{padding-top:var(--hds-spacing-medium-4)}.hds-container.hds-container--pb{padding-bottom:var(--hds-spacing-medium-4)}}
|
package/dist/container.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":null,"mappings":"AAEA,
|
|
1
|
+
{"version":3,"sourceRoot":null,"mappings":"AAEA,gHAUI,yBAAmB,0CAMnB,yBAAkB,uEANlB,yBAAmB,iEAMnB,yBAAkB,8FAQlB,yBAAmB,8DAMnB,yBAAkB,0FAWpB,wEAIA,2EAIA,uEAIA,0EAKA,yBACE,yEAIA,4EAIA,wEAIA,4EAMF,yBACE,uEAIA,2EAMF,0BACE,yEAIA","sources":["home/runner/work/hedwig-design-system/hedwig-design-system/packages/css/src/layout/container/container.css","home/runner/work/hedwig-design-system/hedwig-design-system/packages/css/src/layout/container/../../_custom-media.css"],"sourcesContent":["@import url(\"../../_custom-media.css\");\n\n.hds-container {\n display: block;\n margin-right: auto;\n margin-left: auto;\n padding: 0 var(--hds-spacing-small-4);\n width: 100%;\n\n &, /* Default */\n &.hds-container--default {\n /* 720px - max-width: 590px */\n @media (--medium) {\n max-width: 590px;\n padding: 0;\n }\n\n /* 940px - max-width: 1200px 36px gutters */\n @media (--large) {\n max-width: 1200px;\n padding: 0 var(--hds-spacing-medium-3);\n }\n }\n\n &.hds-container--slim {\n /* 720px - max-width: 590px */\n @media (--medium) {\n max-width: 590px;\n padding: 0;\n }\n\n /* 940px - max-width: 762px 36px gutters */\n @media (--large) {\n max-width: 762px;\n padding: 0 var(--hds-spacing-medium-3);\n }\n }\n\n /**\n * Vertical spacing\n * padding and margin\n */\n\n &.hds-container--pt {\n padding-top: var(--hds-spacing-small-3);\n }\n\n &.hds-container--pb {\n padding-bottom: var(--hds-spacing-small-3);\n }\n\n &.hds-container--mt {\n margin-top: var(--hds-spacing-small-3);\n }\n\n &.hds-container--mb {\n margin-bottom: var(--hds-spacing-small-3);\n }\n\n /* 720px - max-width: 590px */\n @media (--medium) {\n &.hds-container--pt {\n padding-top: var(--hds-spacing-medium-3);\n }\n\n &.hds-container--pb {\n padding-bottom: var(--hds-spacing-medium-3);\n }\n\n &.hds-container--mt {\n margin-top: var(--hds-spacing-medium-3);\n }\n\n &.hds-container--mb {\n margin-bottom: var(--hds-spacing-medium-3);\n }\n }\n\n /* 940px - max-width: 762px 36px gutters */\n @media (--large) {\n &.hds-container--mt {\n margin-top: var(--hds-spacing-large-1);\n }\n\n &.hds-container--mb {\n margin-bottom: var(--hds-spacing-large-1);\n }\n }\n\n /* 1200px - max-width: 762px 36px gutters */\n @media (--xlarge) {\n &.hds-container--pt {\n padding-top: var(--hds-spacing-medium-4);\n }\n\n &.hds-container--pb {\n padding-bottom: var(--hds-spacing-medium-4);\n }\n }\n}\n","/**\n * Reusable media queries using the hedwig breakpoint\n *\n * As of writing custom-media queries are not yet supported in browsers\n * but lightningcss transpiles them to the standard media query syntax.\n *\n * https://www.w3.org/TR/mediaqueries-5/#custom-mq\n */\n\n/* Mobile first */\n@custom-media --small (width >= 460px);\n@custom-media --medium (width >= 720px);\n@custom-media --large (width >= 940px);\n@custom-media --xlarge (width >= 1200px);\n\n/* Desktop first */\n@custom-media --before-small (width < 460px);\n@custom-media --before-medium (width < 720px);\n@custom-media --before-large (width < 940px);\n@custom-media --before-xlarge (width < 1200px);\n"],"names":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:where(.hds-list){margin:0}.hds-description-list{font:var(--hds-typography-body);padding-left:0;list-style:none}.hds-description-list dt{font:var(--hds-typography-body-title)}.hds-description-list :is(dt,div):not(:first-of-type){margin-top:var(--hds-spacing-small-3)}.hds-description-list dd{margin-left:0}.hds-description-list dd{margin-top:2px}.hds-description-list.hds-description-list--vertical dd{margin-top:2px}.hds-description-list.hds-description-list--horizontal dt{margin-right:var(--hds-spacing-small-2);display:inline-block}.hds-description-list.hds-description-list--horizontal dd{margin-top:0;display:inline}.hds-description-list.hds-description-list--horizontal dd:after{content:"\a ";white-space:pre}.hds-description-list.hds-description-list--horizontal :is(dt,dd) *{display:inline}
|
|
1
|
+
:where(.hds-list){margin:0}.hds-description-list{font:var(--hds-typography-body);padding-left:0;list-style:none}.hds-description-list dt{font:var(--hds-typography-body-title)}.hds-description-list :-webkit-any(dt,div):not(:first-of-type){margin-top:var(--hds-spacing-small-3)}.hds-description-list :is(dt,div):not(:first-of-type){margin-top:var(--hds-spacing-small-3)}.hds-description-list dd{margin-left:0}.hds-description-list dd{margin-top:2px}.hds-description-list.hds-description-list--vertical dd{margin-top:2px}.hds-description-list.hds-description-list--horizontal dt{margin-right:var(--hds-spacing-small-2);display:inline-block}.hds-description-list.hds-description-list--horizontal dd{margin-top:0;display:inline}.hds-description-list.hds-description-list--horizontal dd:after{content:"\a ";white-space:pre}.hds-description-list.hds-description-list--horizontal :-webkit-any(dt,dd) *{display:inline}.hds-description-list.hds-description-list--horizontal :is(dt,dd) *{display:inline}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":null,"mappings":"AACA,2BAIA,qFAKE,+DASA,4FAIA,uCAME,wCAAA,uEAMA,uHAKA,sFAIE,8FAUF","sources":["home/runner/work/hedwig-design-system/hedwig-design-system/packages/css/src/list/description-list.css"],"sourcesContent":["/* Reset outer margin from the browser defaults, but let consumers easily override it */\n:where(.hds-list) {\n margin: 0;\n}\n\n.hds-description-list {\n list-style: none;\n padding-left: 0;\n font: var(--hds-typography-body);\n\n & dt {\n font: var(--hds-typography-body-title);\n }\n\n /**\n * Spacing between each item\n * a description list can either have `div` wrapping the groups of `dt` and `dd`\n * or just the `dt` and `dd` as a flat list next to each other\n */\n & :is(dt, div):not(:first-of-type) {\n margin-top: var(--hds-spacing-small-3);\n }\n\n & dd {\n margin-left: 0;\n }\n\n &, /* Default */\n &.hds-description-list--vertical {\n & dd {\n margin-top: 2px;\n }\n }\n\n &.hds-description-list--horizontal {\n & dt {\n display: inline-block;\n margin-right: var(--hds-spacing-small-2);\n }\n\n & dd {\n display: inline;\n margin-top: 0;\n\n &::after {\n content: \"\\a\";\n white-space: pre;\n }\n }\n\n /**\n * When a non-text element is inside it will mess up the layout\n * if has `display: block` and/or some margin\n */\n & :is(dt, dd) * {\n display: inline;\n }\n }\n}\n"],"names":[]}
|
|
1
|
+
{"version":3,"sourceRoot":null,"mappings":"AACA,2BAIA,qFAKE,+DASA,qGAAA,4FAIA,uCAME,wCAAA,uEAMA,uHAKA,sFAIE,8FAUF,4FAAA","sources":["home/runner/work/hedwig-design-system/hedwig-design-system/packages/css/src/list/description-list.css"],"sourcesContent":["/* Reset outer margin from the browser defaults, but let consumers easily override it */\n:where(.hds-list) {\n margin: 0;\n}\n\n.hds-description-list {\n list-style: none;\n padding-left: 0;\n font: var(--hds-typography-body);\n\n & dt {\n font: var(--hds-typography-body-title);\n }\n\n /**\n * Spacing between each item\n * a description list can either have `div` wrapping the groups of `dt` and `dd`\n * or just the `dt` and `dd` as a flat list next to each other\n */\n & :is(dt, div):not(:first-of-type) {\n margin-top: var(--hds-spacing-small-3);\n }\n\n & dd {\n margin-left: 0;\n }\n\n &, /* Default */\n &.hds-description-list--vertical {\n & dd {\n margin-top: 2px;\n }\n }\n\n &.hds-description-list--horizontal {\n & dt {\n display: inline-block;\n margin-right: var(--hds-spacing-small-2);\n }\n\n & dd {\n display: inline;\n margin-top: 0;\n\n &::after {\n content: \"\\a\";\n white-space: pre;\n }\n }\n\n /**\n * When a non-text element is inside it will mess up the layout\n * if has `display: block` and/or some margin\n */\n & :is(dt, dd) * {\n display: inline;\n }\n }\n}\n"],"names":[]}
|
package/dist/fieldset.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.hds-fieldset{gap:var(--hds-spacing-small-1);border:0;flex-flow:column;margin:0;padding:0;display:flex}.hds-fieldset:focus-within .hds-fieldset__legend{color:var(--hds-colors-darker)}.hds-fieldset .hds-fieldset__legend{margin-bottom:var(--hds-spacing-small-1);transition:color var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);font:var(--hds-typography-caption);padding:0}.hds-fieldset .hds-fieldset__legend--default{margin-bottom:var(--hds-spacing-small-1);transition:color var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);font:var(--hds-typography-caption);padding:0}.hds-fieldset .hds-fieldset__legend--large{font:var(--hds-typography-body-title)}.hds-fieldset .hds-fieldset__input-wrapper{
|
|
1
|
+
.hds-fieldset{gap:var(--hds-spacing-small-1);border:0;flex-flow:column;margin:0;padding:0;display:flex}.hds-fieldset:focus-within .hds-fieldset__legend{color:var(--hds-colors-darker)}.hds-fieldset .hds-fieldset__legend{margin-bottom:var(--hds-spacing-small-1);transition:color var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);font:var(--hds-typography-caption);padding:0}.hds-fieldset .hds-fieldset__legend--default{margin-bottom:var(--hds-spacing-small-1);transition:color var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);font:var(--hds-typography-caption);padding:0}.hds-fieldset .hds-fieldset__legend--large{font:var(--hds-typography-body-title)}.hds-fieldset .hds-fieldset__input-wrapper{gap:var(--hds-spacing-small-1);flex-flow:column;display:flex}.hds-fieldset .hds-fieldset__input-wrapper>.hds-radiobutton--bounding-box{margin-bottom:var(--hds-spacing-small-1)}.hds-fieldset .hds-fieldset__input-wrapper>.hds-checkbox--bounding-box{margin-bottom:var(--hds-spacing-small-1)}
|
package/dist/fieldset.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":null,"mappings":"AAAA,uGAQE,gFAIA,6NAAA,sOASA,iFAIA","sources":["home/runner/work/hedwig-design-system/hedwig-design-system/packages/css/src/form/fieldset/fieldset.css"],"sourcesContent":[".hds-fieldset {\n display: flex;\n flex-flow: column nowrap;\n gap: var(--hds-spacing-small-1);\n border: 0;\n margin: 0;\n padding: 0;\n\n &:focus-within .hds-fieldset__legend {\n color: var(--hds-colors-darker);\n }\n\n & .hds-fieldset__legend,\n & .hds-fieldset__legend--default {\n padding: 0;\n margin-bottom: var(--hds-spacing-small-1);\n transition: color var(--hds-micro-animation-duration-quick)\n var(--hds-micro-animation-easing-normal);\n font: var(--hds-typography-caption);\n }\n\n & .hds-fieldset__legend--large {\n font: var(--hds-typography-body-title);\n }\n\n & .hds-fieldset__input-wrapper {\n
|
|
1
|
+
{"version":3,"sourceRoot":null,"mappings":"AAAA,uGAQE,gFAIA,6NAAA,sOASA,iFAIA,wGAKE,mHAAA","sources":["home/runner/work/hedwig-design-system/hedwig-design-system/packages/css/src/form/fieldset/fieldset.css"],"sourcesContent":[".hds-fieldset {\n display: flex;\n flex-flow: column nowrap;\n gap: var(--hds-spacing-small-1);\n border: 0;\n margin: 0;\n padding: 0;\n\n &:focus-within .hds-fieldset__legend {\n color: var(--hds-colors-darker);\n }\n\n & .hds-fieldset__legend,\n & .hds-fieldset__legend--default {\n padding: 0;\n margin-bottom: var(--hds-spacing-small-1);\n transition: color var(--hds-micro-animation-duration-quick)\n var(--hds-micro-animation-easing-normal);\n font: var(--hds-typography-caption);\n }\n\n & .hds-fieldset__legend--large {\n font: var(--hds-typography-body-title);\n }\n\n & .hds-fieldset__input-wrapper {\n display: flex;\n flex-flow: column nowrap;\n gap: var(--hds-spacing-small-1);\n\n > .hds-radiobutton--bounding-box,\n > .hds-checkbox--bounding-box {\n margin-bottom: var(--hds-spacing-small-1);\n }\n }\n}\n"],"names":[]}
|
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.hds-accordion{--hds-accordion-icon-dimension:24px;--hds-component-accordion-content-spacing:var(--hds-spacing-medium-3);--hds-component-accordion-header-spacing-between:var(--hds-spacing-small-4);border:none;border-bottom:var(--hds-stroke-default)solid var(--hds-ui-colors-light-grey-stroke);font:var(--hds-typography-body);fill:var(--hds-ui-colors-black);color:var(--hds-ui-colors-black);display:block}@media (min-width:720px){.hds-accordion{--hds-component-accordion-content-spacing:var(--hds-spacing-large-1);--hds-component-accordion-header-spacing-between:var(--hds-spacing-medium-2)}}.hds-accordion .hds-accordion-item{overflow:hidden}.hds-accordion .hds-accordion-item.hds-accordion-item__expanded .hds-accordion-item-header{color:var(--hds-colors-dark)}.hds-accordion .hds-accordion-item:first-child .hds-accordion-item-header{border:0}.hds-accordion .hds-accordion-item .hds-accordion-item-header{cursor:pointer;grid-gap:var(--hds-spacing-small-4);padding:var(--hds-component-accordion-header-spacing-between)0;border:0;border-top:var(--hds-stroke-default)solid var(--hds-ui-colors-light-grey-stroke);text-align:left;font:var(--hds-typography-body);background-color:transparent;grid-template-columns:24px auto;width:100%;display:grid}.hds-accordion .hds-accordion-item .hds-accordion-item-header:hover{color:var(--hds-colors-dark);outline:0}.hds-accordion .hds-accordion-item .hds-accordion-item-header .hds-accordion-item-header--icon{color:var(--hds-colors-dark);fill:var(--hds-colors-dark);width:var(--hds-accordion-icon-dimension);height:var(--hds-accordion-icon-dimension);display:inline-block}.hds-accordion .hds-accordion-item .hds-accordion-item-header .hds-accordion-item-header--icon svg{vertical-align:baseline}.hds-accordion .hds-accordion-item .hds-accordion-item-header.hds-accordion-item-header--open .hds-accordion-item-header--icon svg{transform:rotate(180deg)}.hds-accordion .hds-accordion-item .hds-accordion-item-content{padding:0 0 var(--hds-component-accordion-content-spacing)var(--hds-spacing-medium-4);font:var(--hds-typography-body-small);transition-property:grid-template-rows,padding-bottom;transition-duration:var(--hds-micro-animation-duration-quick);transition-timing-function:var(--hds-micro-animation-easing-normal);grid-template-rows:1fr;display:grid}.hds-accordion .hds-accordion-item .hds-accordion-item-content.hds-accordion-item-content--closed{grid-template-rows:0fr;padding-bottom:0}.hds-accordion .hds-accordion-item .hds-accordion-item-content .hds-accordion-item-content-inner{overflow:hidden}.hds-accordion.hds-accordion--no-indent .hds-accordion-item .hds-accordion-item-content{padding-left:0}.hds-badge{border-radius:var(--hds-border-radius);text-transform:uppercase;font-family:var(--hds-fonts-posten-sans);-moz-osx-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;vertical-align:10%;font-size:12px;font-weight:500;line-height:18px;display:inline-block}.hds-badge{padding:var(--hds-spacing-small-1)var(--hds-spacing-small-2)}.hds-badge.hds-badge--small{padding:var(--hds-spacing-small-1)var(--hds-spacing-small-2)}.hds-badge.hds-badge--smaller{padding:2px 6px}.hds-badge{background-color:var(--hds-colors-lighter);color:var(--hds-colors-dark)}.hds-badge.hds-badge--lighter{background-color:var(--hds-colors-lighter);color:var(--hds-colors-dark)}.hds-badge.hds-badge--dark{background-color:var(--hds-colors-darker);color:var(--hds-ui-colors-white)}.hds-badge.hds-badge--white{background-color:var(--hds-ui-colors-white);color:var(--hds-colors-dark)}.hds-badge.hds-badge--warning{background-color:var(--hds-ui-colors-warning-yellow);color:var(--hds-link-colors-text)}:root{box-sizing:border-box;font:var(--hds-typography-body);fill:var(--hds-ui-colors-black);color:var(--hds-ui-colors-black);cursor:auto;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;line-height:1.4}body{background:var(--hds-ui-colors-white);font:var(--hds-typography-body)}h1{font:var(--hds-typography-h1)}h2{font:var(--hds-typography-h2)}h3{font:var(--hds-typography-h3)}h4,h5,h6{font:var(--hds-typography-body-title)}:where(p,a,button,h1,h2,h3,h4,h5,h6){margin:0;padding:0}.hds-box{border-radius:var(--hds-border-radius);--hds-component-box-padding:var(--hds-spacing-medium-2);padding:var(--hds-component-box-padding);position:relative}.hds-box{background-color:var(--hds-ui-colors-light-grey-fill)}.hds-box.hds-box--light-grey{background-color:var(--hds-ui-colors-light-grey-fill)}.hds-box.hds-box--lighter{background-color:var(--hds-colors-lighter)}.hds-box.hds-box--white{background-color:var(--hds-ui-colors-white);box-shadow:var(--hds-shadow-default)}.hds-box.hds-box--warning{background-color:var(--hds-ui-colors-warning-yellow)}@media (min-width:720px){.hds-box{--hds-component-box-padding:var(--hds-spacing-medium-3)}}.hds-box.hds-box--closed{display:none}.hds-box .hds-box__close-button{--hds-close-button-padding:var(--hds-spacing-small-2);width:calc(24px + var(--hds-close-button-padding));height:calc(24px + var(--hds-close-button-padding));top:calc(var(--hds-spacing-small-4) - var(--hds-close-button-padding)/2);right:calc(var(--hds-spacing-small-4) - var(--hds-close-button-padding)/2);border-radius:var(--hds-border-radius);cursor:pointer;transition:filter var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);background-color:transparent;background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M13.1602 12.25L16.7812 8.66406L17.5195 7.92578C17.625 7.82031 17.625 7.64453 17.5195 7.50391L16.7461 6.73047C16.6055 6.625 16.4297 6.625 16.3242 6.73047L12 11.0898L7.64062 6.73047C7.53516 6.625 7.35938 6.625 7.21875 6.73047L6.44531 7.50391C6.33984 7.64453 6.33984 7.82031 6.44531 7.92578L10.8047 12.25L6.44531 16.6094C6.33984 16.7148 6.33984 16.8906 6.44531 17.0312L7.21875 17.8047C7.35938 17.9102 7.53516 17.9102 7.64062 17.8047L12 13.4453L15.5859 17.0664L16.3242 17.8047C16.4297 17.9102 16.6055 17.9102 16.7461 17.8047L17.5195 17.0312C17.625 16.8906 17.625 16.7148 17.5195 16.6094L13.1602 12.25Z\" fill=\"black\"/></svg>");background-position:50%;border:none;padding:0;position:absolute}.hds-box .hds-box__close-button:hover{background-color:rgba(0,0,0,.1)}.hds-box .hds-box__close-button:active{background-color:rgba(0,0,0,.2)}.hds-box .hds-box__close-button:focus-visible{outline-offset:2px;box-shadow:0 0 0 2px var(--hds-ui-colors-black-hover);outline:2px solid transparent}.hds-breadcrumbs{--hds-breadcrumb-image-left:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"> <path d=\"M11.0404 13.9322L11.3917 13.5887C11.462 13.4983 11.462 13.3537 11.3917 13.2814L8.21212 9.99096L11.3917 6.71864C11.462 6.64633 11.462 6.50169 11.3917 6.4113L11.0404 6.0678C10.9526 5.9774 10.8296 5.9774 10.7418 6.0678L7.0527 9.84633C6.98243 9.93672 6.98243 10.0633 7.0527 10.1537L10.7418 13.9322C10.8296 14.0226 10.9526 14.0226 11.0404 13.9322Z\" fill=\"black\"/></svg>");--hds-breadcrumb-image-right:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M7.9596 6.0678L7.60826 6.4113C7.53799 6.50169 7.53799 6.64633 7.60826 6.71864L10.7879 10.009L7.60826 13.2814C7.53799 13.3537 7.53799 13.4983 7.60826 13.5887L7.9596 13.9322C8.04743 14.0226 8.1704 14.0226 8.25823 13.9322L11.9473 10.1537C12.0176 10.0633 12.0176 9.93672 11.9473 9.84633L8.25823 6.0678C8.1704 5.9774 8.04743 5.9774 7.9596 6.0678Z\" fill=\"%236E6E6E\"/></svg>");padding:0;list-style-type:none;display:flex}.hds-breadcrumbs{font:var(--hds-typography-caption)}.hds-breadcrumbs a{font:var(--hds-typography-caption)}.hds-breadcrumbs li .hds-link{padding-bottom:2px}.hds-breadcrumbs li:first-child:before{display:none}.hds-breadcrumbs li:last-child{color:var(--hds-ui-colors-dark-grey)}.hds-breadcrumbs li:before{background-image:var(--hds-breadcrumb-image-right);margin:0 var(--hds-spacing-small-1);width:20px;height:20px;display:inline-block}@media (max-width:719.999px){.hds-breadcrumbs li:not(:only-child){display:none}.hds-breadcrumbs li:nth-last-of-type(2){display:inherit}.hds-breadcrumbs li:nth-last-of-type(2):before{background-image:var(--hds-breadcrumb-image-left);margin-left:0;display:inline-block}}.hds-button{--hds-component-button-border-width:0px;-webkit-font-smoothing:antialiased;-webkit-appearance:button;-ms-appearance:button;appearance:button;box-sizing:border-box;border-radius:var(--hds-border-radius);border-style:solid;border-width:var(--hds-component-button-border-width);transition:all var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);cursor:pointer;word-break:normal;font:var(--hds-typography-body-small-title);text-align:center;text-decoration:none;display:inline-block}.hds-button.hds-button--small{--hds-component-button-small-y-padding:10px;font-size:var(--hds-font-size-technical-title-max);line-height:var(--hds-line-height-technical-title-max);padding:calc(var(--hds-component-button-small-y-padding) - var(--hds-component-button-border-width))calc(var(--hds-spacing-small-4) - var(--hds-component-button-border-width));min-height:44px}.hds-button.hds-button--medium{font-size:var(--hds-font-size-body-small-title-max);line-height:var(--hds-line-height-body-small-title-max);padding:calc(var(--hds-spacing-small-3) - var(--hds-component-button-border-width))calc(var(--hds-spacing-medium-1) - var(--hds-component-button-border-width));min-height:50px}.hds-button.hds-button--large{font-size:var(--hds-font-size-body-small-title-max);line-height:var(--hds-line-height-body-small-title-max);padding:calc(var(--hds-spacing-small-4) - var(--hds-component-button-border-width))calc(var(--hds-spacing-medium-2) - var(--hds-component-button-border-width));min-height:58px}.hds-button.hds-button--full{width:100%}@media (max-width:719.999px){.hds-button.hds-button--mobile-full{width:100%}}.hds-button.hds-button--primary{background-color:var(--hds-colors-signature);color:var(--hds-button-colors-text);fill:var(--hds-button-colors-text)}.hds-button.hds-button--primary:hover{background-color:var(--hds-colors-signature-hover);outline:0 solid var(--hds-colors-signature-hover)}.hds-button.hds-button--primary:active{background-color:var(--hds-colors-signature);outline:0 solid var(--hds-colors-signature-hover)}.hds-button.hds-button--secondary{background-color:var(--hds-colors-darker);color:var(--hds-ui-colors-white);fill:var(--hds-ui-colors-white)}.hds-button.hds-button--secondary:hover{background-color:var(--hds-ui-colors-black);outline:0 solid var(--hds-ui-colors-black)}.hds-button.hds-button--secondary:active{background-color:var(--hds-colors-darker);outline:0 solid var(--hds-ui-colors-black)}.hds-button.hds-button--outline-primary{--hds-component-button-border-width:var(--hds-stroke-default);border-color:var(--hds-colors-signature);color:var(--hds-ui-colors-black);fill:var(--hds-ui-colors-black);outline-offset:3px;background-color:transparent}.hds-button.hds-button--outline-primary:hover{color:var(--hds-colors-dark);fill:var(--hds-colors-dark);border-color:var(--hds-colors-dark)}.hds-button.hds-button--outline-primary:active{color:var(--hds-colors-dark);fill:var(--hds-colors-dark);border-color:var(--hds-colors-dark)}.hds-button.hds-button--outline-secondary{--hds-component-button-border-width:var(--hds-stroke-default);border-color:var(--hds-colors-darker);color:var(--hds-colors-darker);fill:var(--hds-colors-darker);outline-offset:3px;background-color:transparent}.hds-button.hds-button--outline-secondary:hover{color:var(--hds-ui-colors-black);fill:var(--hds-ui-colors-black);border-color:var(--hds-ui-colors-black)}.hds-button.hds-button--outline-secondary:active{color:var(--hds-ui-colors-black);fill:var(--hds-ui-colors-black);border-color:var(--hds-ui-colors-black)}.hds-button.hds-button--outline-white{--hds-component-button-border-width:var(--hds-stroke-default);border-color:var(--hds-colors-light);color:var(--hds-ui-colors-white);fill:var(--hds-ui-colors-white);outline-offset:3px;background-color:transparent}.hds-button.hds-button--outline-white:hover{color:var(--hds-colors-light);fill:var(--hds-colors-light)}.hds-button.hds-button--outline-white:active{color:var(--hds-colors-light);fill:var(--hds-colors-light)}.hds-button:disabled.hds-button--primary{color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);background-color:var(--hds-ui-colors-grey);border-color:var(--hds-ui-colors-grey);box-shadow:none;cursor:default;outline:0}.hds-button:disabled.hds-button--secondary{color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);background-color:var(--hds-ui-colors-grey);border-color:var(--hds-ui-colors-grey);box-shadow:none;cursor:default;outline:0}.hds-button:disabled.hds-button--outline-primary{border-color:var(--hds-ui-colors-grey);color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);cursor:default;background-color:transparent}.hds-button:disabled.hds-button--outline-secondary{border-color:var(--hds-ui-colors-grey);color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);cursor:default;background-color:transparent}.hds-button[disabled].hds-button--primary{color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);background-color:var(--hds-ui-colors-grey);border-color:var(--hds-ui-colors-grey);box-shadow:none;cursor:default;outline:0}.hds-button[disabled].hds-button--secondary{color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);background-color:var(--hds-ui-colors-grey);border-color:var(--hds-ui-colors-grey);box-shadow:none;cursor:default;outline:0}.hds-button[disabled].hds-button--outline-primary{border-color:var(--hds-ui-colors-grey);color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);cursor:default;background-color:transparent}.hds-button[disabled].hds-button--outline-secondary{border-color:var(--hds-ui-colors-grey);color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);cursor:default;background-color:transparent}.hds-button[disabled]:active.hds-button--primary{color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);background-color:var(--hds-ui-colors-grey);border-color:var(--hds-ui-colors-grey);box-shadow:none;cursor:default;outline:0}.hds-button[disabled]:active.hds-button--secondary{color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);background-color:var(--hds-ui-colors-grey);border-color:var(--hds-ui-colors-grey);box-shadow:none;cursor:default;outline:0}.hds-button[disabled]:active.hds-button--outline-primary{border-color:var(--hds-ui-colors-grey);color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);cursor:default;background-color:transparent}.hds-button[disabled]:active.hds-button--outline-secondary{border-color:var(--hds-ui-colors-grey);color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);cursor:default;background-color:transparent}.hds-button.hds-button--icon-only{justify-content:center;align-items:center;padding:0;display:inline-flex}.hds-button.hds-button--icon-only.hds-button--small{width:44px;height:44px}.hds-button.hds-button--icon-only.hds-button--small *{width:24px;height:24px}.hds-button.hds-button--icon-only.hds-button--medium{width:50px;height:50px}.hds-button.hds-button--icon-only.hds-button--medium *{width:32px;height:32px}.hds-button.hds-button--icon-only.hds-button--large{width:58px;height:58px}.hds-button.hds-button--icon-only.hds-button--large *{width:32px;height:32px}.hds-card{border-bottom:initial;-webkit-text-decoration:initial;text-decoration:initial;background:var(--hds-colors-lighter);border-radius:var(--hds-border-radius);transition:box-shadow var(--hds-micro-animation-duration-normal)var(--hds-micro-animation-easing-normal);color:var(--hds-ui-colors-black);flex-direction:column;display:flex;position:relative}.hds-card:hover{box-shadow:0 1px 3px rgba(0,0,0,.12)}.hds-card:hover:after{opacity:1}.hds-card .hds-card__media{width:-moz-fit-content;width:fit-content}.hds-card .hds-card__media .hds-card__media__img{width:100%}.hds-card .hds-card__body{padding:var(--hds-spacing-medium-2)}@media (min-width:940px){.hds-card .hds-card__body{padding:var(--hds-spacing-medium-3)}}.hds-card .hds-card__body:hover{color:initial}.hds-card .hds-card__body-header{margin-top:0;margin-bottom:0}.hds-card .hds-card__body-header-overline{color:var(--hds-colors-dark);font-family:var(--hds-fonts-posten-sans);font-size:var(--hds-font-size-technical-max);font-weight:var(--hds-font-weight-technical);line-height:var(--hds-line-height-technical-max);display:block}.hds-card .hds-card__body-header-title{font-size:var(--hds-font-size-h2-min);font-weight:var(--hds-font-weight-h3);line-height:var(--hds-line-height-h2-max)}.hds-card .hds-card__body-description{margin-top:var(--hds-spacing-small-4);font-family:var(--hds-fonts-posten-sans);font-size:var(--hds-font-size-technical-max);font-weight:var(--hds-font-weight-technical);line-height:var(--hds-line-height-technical-max)}@media (min-width:940px){.hds-card .hds-card__body-description{margin-top:var(--hds-spacing-medium-1)}}.hds-card .hds-card__body-action{margin-top:var(--hds-spacing-small-4);display:inline-block}@media (min-width:940px){.hds-card .hds-card__body-action{margin-top:var(--hds-spacing-medium-1)}}.hds-card .hds-card__body-action-arrow{margin-top:var(--hds-spacing-small-4);display:inline-block}@media (min-width:940px){.hds-card .hds-card__body-action-arrow{margin-top:var(--hds-spacing-medium-1)}}.hds-card .hds-card__body-action-arrow{background-image:url("data:image/svg+xml,<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.7891 5.25229L11.0859 5.92026C10.9102 6.09604 10.9102 6.37729 11.0859 6.51791L16.5352 11.9671H4.54688C4.30078 11.9671 4.125 12.1781 4.125 12.389V13.3734C4.125 13.6195 4.30078 13.7953 4.54688 13.7953H16.5352L11.0859 19.2796C10.9102 19.4203 10.9102 19.7015 11.0859 19.8773L11.7891 20.5453C11.9297 20.721 12.2109 20.721 12.3867 20.5453L19.7344 13.1976C19.9102 13.0218 19.9102 12.7757 19.7344 12.5999L12.3867 5.25229C12.2109 5.07651 11.9297 5.07651 11.7891 5.25229Z\" fill=\"black\"/></svg>");border-bottom:none;width:20px;height:20px}.hds-container{padding:0 var(--hds-spacing-small-4);width:100%;margin:0 auto;display:block}@media (min-width:720px){.hds-container{max-width:590px;padding:0}}@media (min-width:940px){.hds-container{padding:0 var(--hds-spacing-medium-3);max-width:1200px}}@media (min-width:720px){.hds-container.hds-container--default{max-width:590px;padding:0}}@media (min-width:940px){.hds-container.hds-container--default{padding:0 var(--hds-spacing-medium-3);max-width:1200px}}@media (min-width:720px){.hds-container.hds-container--slim{max-width:590px;padding:0}}@media (min-width:940px){.hds-container.hds-container--slim{padding:0 var(--hds-spacing-medium-3);max-width:762px}}.hds-container.hds-container--pt{padding-top:var(--hds-spacing-small-3)}.hds-container.hds-container--pb{padding-bottom:var(--hds-spacing-small-3)}.hds-container.hds-container--mt{margin-top:var(--hds-spacing-small-3)}.hds-container.hds-container--mb{margin-bottom:var(--hds-spacing-small-3)}@media (min-width:720px){.hds-container.hds-container--pt{padding-top:var(--hds-spacing-medium-3)}.hds-container.hds-container--pb{padding-bottom:var(--hds-spacing-medium-3)}.hds-container.hds-container--mt{margin-top:var(--hds-spacing-medium-3)}.hds-container.hds-container--mb{margin-bottom:var(--hds-spacing-medium-3)}}@media (min-width:940px){.hds-container.hds-container--mt{margin-top:var(--hds-spacing-large-1)}.hds-container.hds-container--mb{margin-bottom:var(--hds-spacing-large-1)}}@media (min-width:1200px){.hds-container.hds-container--pt{padding-top:var(--hds-spacing-medium-4)}.hds-container.hds-container--pb{padding-bottom:var(--hds-spacing-medium-4)}}.hds-flex>*{margin-bottom:var(--hds-spacing-small-1)}@media (max-width:939.999px){.hds-flex>*:last-of-type{margin-bottom:0}}@media (max-width:939.999px){.hds-flex--gutter-large-mobile>*{margin-bottom:var(--hds-spacing-small-4)}.hds-flex--gutter-larger-mobile>*{margin-bottom:var(--hds-spacing-medium-2)}.hds-flex--gutter-largest-mobile>*{margin-bottom:var(--hds-spacing-medium-4)}}@media (min-width:940px){.hds-flex{display:flex}.hds-flex>*{margin-right:var(--hds-spacing-small-1);flex:1;margin-bottom:0}.hds-flex>*:last-of-type{margin-right:0}}.hds-flex--variable-height{align-items:flex-start}.hds-flex--gutter-large-desktop>*{margin-right:var(--hds-spacing-small-4)}.hds-flex--gutter-larger-desktop>*{margin-right:var(--hds-spacing-medium-2)}.hds-flex--gutter-largest-desktop>*{margin-right:var(--hds-spacing-medium-4)}.hds-flex--gutter-medium-desktop>*{margin-right:var(--hds-spacing-small-2)}.hds-flex--twos,.hds-flex--thirds,.hds-flex--fourths,.hds-flex--two-one,.hds-flex--one-two{flex-wrap:wrap}:is(.hds-flex--twos,.hds-flex--thirds,.hds-flex--fourths,.hds-flex--two-one,.hds-flex--one-two)>*{margin-bottom:var(--hds-spacing-small-1)}.hds-flex--twos>*{min-width:calc(50% - (var(--hds-spacing-small-1)/2));max-width:calc(50% - (var(--hds-spacing-small-1)/2))}.hds-flex--twos>*:nth-of-type(2n){margin-right:0}.hds-flex--twos>*:nth-child(odd):nth-last-child(-n+2){margin-bottom:0}.hds-flex--twos>*:nth-child(odd):nth-last-child(-n+2)~*{margin-bottom:0}.hds-flex--two-one>*{min-width:calc((200%/3) - (var(--hds-spacing-small-1)/2));max-width:calc((200%/3) - (var(--hds-spacing-small-1)/2))}.hds-flex--two-one>*:nth-of-type(2n){min-width:calc((100%/3) - (var(--hds-spacing-small-1)/2));max-width:calc((100%/3) - (var(--hds-spacing-small-1)/2));margin-right:0}.hds-flex--two-one>*:nth-child(odd):nth-last-child(-n+2){margin-bottom:0}.hds-flex--two-one>*:nth-child(odd):nth-last-child(-n+2)~*{margin-bottom:0}.hds-flex--one-two>*{min-width:calc((100%/3) - (var(--hds-spacing-small-1)/2));max-width:calc((100%/3) - (var(--hds-spacing-small-1)/2))}.hds-flex--one-two>*:nth-of-type(2n){min-width:calc((200%/3) - (var(--hds-spacing-small-1)/2));max-width:calc((200%/3) - (var(--hds-spacing-small-1)/2));margin-right:0}.hds-flex--one-two>*:nth-child(odd):nth-last-child(-n+2){margin-bottom:0}.hds-flex--one-two>*:nth-child(odd):nth-last-child(-n+2)~*{margin-bottom:0}.hds-flex--thirds>*{min-width:calc((100%/3) - (var(--hds-spacing-small-1)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-small-1)*2/3))}.hds-flex--thirds>*:nth-of-type(3n){margin-right:0}.hds-flex--thirds>*:nth-child(3n+1):nth-last-child(-n+3){margin-bottom:0}.hds-flex--thirds>*:nth-child(3n+1):nth-last-child(-n+3)~*{margin-bottom:0}.hds-flex--fourths>*{min-width:calc(25% - (var(--hds-spacing-small-1)*3/4));max-width:calc(25% - (var(--hds-spacing-small-1)*3/4))}.hds-flex--fourths>*:nth-of-type(4n){margin-right:0}.hds-flex--fourths>*:nth-child(4n+1):nth-last-child(-n+4){margin-bottom:0}.hds-flex--fourths>*:nth-child(4n+1):nth-last-child(-n+4)~*{margin-bottom:0}.hds-flex--gutter-medium-desktop.hds-flex--twos>*{min-width:calc(50% - (var(--hds-spacing-small-2)/2));max-width:calc(50% - (var(--hds-spacing-small-2)/2));margin-bottom:var(--hds-spacing-small-2)}.hds-flex--gutter-medium-desktop.hds-flex--thirds>*{min-width:calc((100%/3) - (var(--hds-spacing-small-2)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-small-2)*2/3));margin-bottom:var(--hds-spacing-small-2)}.hds-flex--gutter-medium-desktop.hds-flex--fourths>*{min-width:calc(25% - (var(--hds-spacing-small-2)*3/4));max-width:calc(25% - (var(--hds-spacing-small-2)*3/4));margin-bottom:var(--hds-spacing-small-2)}.hds-flex--gutter-medium-desktop.hds-flex--two-one>*{min-width:calc((200%/3) - (var(--hds-spacing-small-2)/3));max-width:calc((200%/3) - (var(--hds-spacing-small-2)/3));margin-bottom:var(--hds-spacing-small-2)}.hds-flex--gutter-medium-desktop.hds-flex--two-one>*:nth-of-type(2n){min-width:calc((100%/3) - (var(--hds-spacing-small-2)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-small-2)*2/3));margin-right:0}.hds-flex--gutter-medium-desktop.hds-flex--one-two>*{min-width:calc((100%/3) - (var(--hds-spacing-small-2)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-small-2)*2/3));margin-bottom:var(--hds-spacing-small-2)}.hds-flex--gutter-medium-desktop.hds-flex--one-two>*:nth-of-type(2n){min-width:calc((200%/3) - (var(--hds-spacing-small-2)/3));max-width:calc((200%/3) - (var(--hds-spacing-small-2)/3));margin-right:0}.hds-flex--gutter-large-desktop.hds-flex--twos>*{min-width:calc(50% - (var(--hds-spacing-small-4)/2));max-width:calc(50% - (var(--hds-spacing-small-4)/2));margin-bottom:var(--hds-spacing-small-4)}.hds-flex--gutter-large-desktop.hds-flex--thirds>*{min-width:calc((100%/3) - (var(--hds-spacing-small-4)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-small-4)*2/3));margin-bottom:var(--hds-spacing-small-4)}.hds-flex--gutter-large-desktop.hds-flex--fourths>*{min-width:calc(25% - (var(--hds-spacing-small-4)*3/4));max-width:calc(25% - (var(--hds-spacing-small-4)*3/4));margin-bottom:var(--hds-spacing-small-4)}.hds-flex--gutter-large-desktop.hds-flex--two-one>*{min-width:calc((200%/3) - (var(--hds-spacing-small-4)/3));max-width:calc((200%/3) - (var(--hds-spacing-small-4)/3));margin-bottom:var(--hds-spacing-small-4)}.hds-flex--gutter-large-desktop.hds-flex--two-one>*:nth-of-type(2n){min-width:calc((100%/3) - (var(--hds-spacing-small-4)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-small-4)*2/3));margin-right:0}.hds-flex--gutter-large-desktop.hds-flex--one-two>*{min-width:calc((100%/3) - (var(--hds-spacing-small-4)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-small-4)*2/3));margin-bottom:var(--hds-spacing-small-4)}.hds-flex--gutter-large-desktop.hds-flex--one-two>*:nth-of-type(2n){min-width:calc((200%/3) - (var(--hds-spacing-small-4)/3));max-width:calc((200%/3) - (var(--hds-spacing-small-4)/3));margin-right:0}.hds-flex--gutter-larger-desktop.hds-flex--twos>*{min-width:calc(50% - (var(--hds-spacing-medium-2)/2));max-width:calc(50% - (var(--hds-spacing-medium-2)/2));margin-bottom:var(--hds-spacing-medium-2)}.hds-flex--gutter-larger-desktop.hds-flex--thirds>*{min-width:calc((100%/3) - (var(--hds-spacing-medium-2)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-medium-2)*2/3));margin-bottom:var(--hds-spacing-medium-2)}.hds-flex--gutter-larger-desktop.hds-flex--fourths>*{min-width:calc(25% - (var(--hds-spacing-medium-2)*3/4));max-width:calc(25% - (var(--hds-spacing-medium-2)*3/4));margin-bottom:var(--hds-spacing-medium-2)}.hds-flex--gutter-larger-desktop.hds-flex--two-one>*{min-width:calc((200%/3) - (var(--hds-spacing-medium-2)/3));max-width:calc((200%/3) - (var(--hds-spacing-medium-2)/3));margin-bottom:var(--hds-spacing-medium-2)}.hds-flex--gutter-larger-desktop.hds-flex--two-one>*:nth-of-type(2n){min-width:calc((100%/3) - (var(--hds-spacing-medium-2)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-medium-2)*2/3));margin-right:0}.hds-flex--gutter-larger-desktop.hds-flex--one-two>*{min-width:calc((100%/3) - (var(--hds-spacing-medium-2)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-medium-2)*2/3));margin-bottom:var(--hds-spacing-medium-2)}.hds-flex--gutter-larger-desktop.hds-flex--one-two>*:nth-of-type(2n){min-width:calc((200%/3) - (var(--hds-spacing-medium-2)/3));max-width:calc((200%/3) - (var(--hds-spacing-medium-2)/3));margin-right:0}.hds-flex--gutter-largest-desktop.hds-flex--twos>*{min-width:calc(50% - (var(--hds-spacing-medium-4)/2));max-width:calc(50% - (var(--hds-spacing-medium-4)/2));margin-bottom:var(--hds-spacing-medium-4)}.hds-flex--gutter-largest-desktop.hds-flex--thirds>*{min-width:calc((100%/3) - (var(--hds-spacing-medium-4)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-medium-4)*2/3));margin-bottom:var(--hds-spacing-medium-4)}.hds-flex--gutter-largest-desktop.hds-flex--fourths>*{min-width:calc(25% - (var(--hds-spacing-medium-4)*3/4));max-width:calc(25% - (var(--hds-spacing-medium-4)*3/4));margin-bottom:var(--hds-spacing-medium-4)}.hds-flex--gutter-largest-desktop.hds-flex--two-one>*{min-width:calc((200%/3) - (var(--hds-spacing-medium-4)/3));max-width:calc((200%/3) - (var(--hds-spacing-medium-4)/3));margin-bottom:var(--hds-spacing-medium-4)}.hds-flex--gutter-largest-desktop.hds-flex--two-one>*:nth-of-type(2n){min-width:calc((100%/3) - (var(--hds-spacing-medium-4)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-medium-4)*2/3));margin-right:0}.hds-flex--gutter-largest-desktop.hds-flex--one-two>*{min-width:calc((100%/3) - (var(--hds-spacing-medium-4)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-medium-4)*2/3));margin-bottom:var(--hds-spacing-medium-4)}.hds-flex--gutter-largest-desktop.hds-flex--one-two>*:nth-of-type(2n){min-width:calc((200%/3) - (var(--hds-spacing-medium-4)/3));max-width:calc((200%/3) - (var(--hds-spacing-medium-4)/3));margin-right:0}.hds-link{border-bottom:var(--hds-stroke-default)solid var(--hds-link-colors-underline);fill:var(--hds-link-colors-text);color:var(--hds-link-colors-text);transition:all var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);cursor:pointer;text-decoration:none}.hds-link:hover{color:var(--hds-link-colors-hover);fill:var(--hds-link-colors-hover);border-color:var(--hds-link-colors-underline-hover)}.hds-link:hover .hds-link__text{border-color:var(--hds-link-colors-underline-hover)}.hds-link:active{color:var(--hds-link-colors-hover);fill:var(--hds-link-colors-hover);border-color:var(--hds-link-colors-underline-hover)}.hds-link:active .hds-link__text{border-color:var(--hds-link-colors-underline-hover)}.hds-link.hds-link--inverted{color:var(--hds-ui-colors-white);-webkit-text-decoration-color:var(--hds-colors-signature);text-decoration-color:var(--hds-colors-signature);border-color:currentColor}.hds-link.hds-link--inverted:hover{color:var(--hds-colors-light);border-color:currentColor}.hds-link.hds-link--inverted:active{color:var(--hds-colors-light);border-color:currentColor}.hds-link.hds-link--inverted:disabled{color:var(--hds-ui-colors-dark-grey);fill:currentColor;cursor:default;border-color:currentColor;box-shadow:none!important;outline:0!important}.hds-link.hds-link--small{font:var(--hds-typography-body-small)}.hds-link.hds-link--large{font:var(--hds-typography-h3)}.hds-link.hds-link--no-underline{color:var(--hds-colors-dark);border-bottom:none;font-weight:500;text-decoration:none}.hds-link.hds-link--no-underline:hover{color:var(--hds-colors-dark);text-decoration:underline;-webkit-text-decoration-color:var(--hds-colors-dark);text-decoration-color:var(--hds-colors-dark);border-bottom:none}.hds-link.hds-link--solid{color:var(--hds-ui-colors-black);border-color:var(--hds-ui-colors-black)}.hds-link.hds-link--solid:hover{color:var(--hds-ui-colors-black-hover);border-color:var(--hds-ui-colors-black-hover)}.hds-link.hds-link--solid:active{color:var(--hds-ui-colors-black-hover);border-color:var(--hds-ui-colors-black-hover)}.hds-link:is(button){background:0 0;border-top:0;border-left:0;border-right:0;padding:0}.hds-link:is(button):not(:is(.hds-link--small,.hds-link--large)){font:var(--hds-typography-body)}.hds-description-list{font:var(--hds-typography-body);padding-left:0;list-style:none}.hds-description-list dt{font:var(--hds-typography-body-title)}.hds-description-list :is(dt,div):not(:first-of-type){margin-top:var(--hds-spacing-small-3)}.hds-description-list dd{margin-left:0}.hds-description-list dd{margin-top:2px}.hds-description-list.hds-description-list--vertical dd{margin-top:2px}.hds-description-list.hds-description-list--horizontal dt{margin-right:var(--hds-spacing-small-2);display:inline-block}.hds-description-list.hds-description-list--horizontal dd{margin-top:0;display:inline}.hds-description-list.hds-description-list--horizontal dd:after{content:"\a ";white-space:pre}.hds-description-list.hds-description-list--horizontal :is(dt,dd) *{display:inline}:where(.hds-list){margin:0}.hds-list{padding-left:var(--hds-spacing-medium-3);flex-direction:column;display:flex}.hds-list li{padding-left:var(--hds-spacing-small-2)}.hds-list li::marker{color:var(--hds-colors-dark)}.hds-list:is(ol){list-style:decimal}.hds-list:is(ul){list-style:disc}.hds-list:is(ul) ul{list-style:circle}.hds-list.hds-list--no-bullets{padding-left:0;list-style:none}.hds-list.hds-list--no-bullets li{padding-left:0}.hds-list.hds-list--small{font:var(--hds-typography-body-small);gap:var(--hds-spacing-small-1)}.hds-list{gap:var(--hds-spacing-small-2)}.hds-list.hds-list--medium{gap:var(--hds-spacing-small-2)}.hds-list.hds-list--large{font:var(--hds-typography-h3);gap:var(--hds-spacing-small-3)}.hds-box.hds-message{--hds-component-message-icon-width:var(--hds-spacing-medium-3);--hds-component-message-spacing-between:var(--hds-spacing-small-4);--hds-component-message-padding:var(--hds-component-box-padding);padding-left:calc(var(--hds-component-message-padding) + var(--hds-component-message-icon-width) + var(--hds-component-message-spacing-between))}@media (min-width:720px){.hds-box.hds-message{--hds-component-message-spacing-between:var(--hds-spacing-medium-2)}}.hds-box.hds-message:before{content:"";top:var(--hds-component-message-padding);left:var(--hds-component-message-padding);width:var(--hds-component-message-icon-width);height:var(--hds-component-message-icon-width);position:absolute}.hds-box.hds-message.hds-message--success{background-color:var(--hds-ui-colors-light-grey-fill)}.hds-box.hds-message.hds-message--success:before{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><path d=\"M27.6412 7.54758C28.3713 8.22153 28.3713 9.40094 27.6412 10.0749L13.2636 24.4524C12.5897 25.1825 11.4103 25.1825 10.7363 24.4524L3.54758 17.2637C2.81747 16.5897 2.81747 15.4103 3.54758 14.7363C4.22153 14.0062 5.40094 14.0062 6.07488 14.7363L11.9719 20.6334L25.1139 7.54758C25.7878 6.81747 26.9672 6.81747 27.6412 7.54758Z\" fill=\"%237BC144\"/></svg>")}.hds-box.hds-message.hds-message--attention{background-color:var(--hds-ui-colors-warning-yellow-light-fill)}.hds-box.hds-message.hds-message--attention:before{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><path d=\"M29.0323 23.7656C29.8537 25.2031 28.8269 27 27.1327 27H5.21084C3.51664 27 2.48986 25.2031 3.25994 23.7656L14.2466 5.07812C14.7086 4.35938 15.4274 4 16.1974 4C16.9162 4 17.6349 4.35938 18.097 5.07812L29.0323 23.7656ZM5.72423 24.5357H26.6193L16.1461 6.72098L5.72423 24.5357ZM16.1974 19.7098C17.0702 19.7098 17.789 20.4286 17.789 21.3013C17.789 22.1741 17.0702 22.8929 16.1974 22.8929C15.2733 22.8929 14.5546 22.1741 14.5546 21.3013C14.5546 20.4286 15.2733 19.7098 16.1974 19.7098ZM14.9653 11.8036C14.9653 11.1362 15.4787 10.5714 16.1974 10.5714C16.8649 10.5714 17.4296 11.1362 17.4296 11.8036V16.7321C17.4296 17.4509 16.8649 17.9643 16.1974 17.9643C15.4787 17.9643 14.9653 17.4509 14.9653 16.7321V11.8036Z\" fill=\"black\"/></svg>")}.hds-box.hds-message.hds-message--warning{background-color:var(--hds-ui-colors-warning-yellow)}.hds-box.hds-message.hds-message--warning:before{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect x=\"12\" y=\"10\" width=\"8\" height=\"14.6667\" rx=\"4\" fill=\"%23FDBB2F\"/><path d=\"M29.0094 24.7656C29.8308 26.2031 28.804 28 27.1098 28H5.18794C3.49374 28 2.46695 26.2031 3.28838 24.7656L14.275 6.07812C15.0964 4.64062 17.2013 4.64062 18.0741 6.07812L29.0094 24.7656ZM14.9424 11.9821V18.5536C14.9424 19.2723 15.5585 19.7857 16.1745 19.7857C16.842 19.7857 17.4067 19.2723 17.4067 18.5536V11.9821C17.4067 11.3147 16.842 10.75 16.1745 10.75C15.4558 10.75 14.9424 11.3147 14.9424 11.9821ZM16.1745 24.7143C17.0473 24.7143 17.7661 23.9955 17.7661 23.1228C17.7661 22.25 17.0473 21.5312 16.1745 21.5312C15.2504 21.5312 14.5317 22.25 14.5317 23.1228C14.5317 23.9955 15.2504 24.7143 16.1745 24.7143Z\" fill=\"black\"/></svg>")}.hds-box.hds-message.hds-message--neutral{background-color:var(--hds-ui-colors-light-grey-fill)}.hds-box.hds-message.hds-message--neutral .hds-message--neutral__icon{top:var(--hds-component-message-padding);left:var(--hds-component-message-padding);width:var(--hds-component-message-icon-width);position:absolute}.hds-box.hds-message .hds-message__title{margin:0}.hds-box.hds-message .hds-message__description{margin:0}.hds-box.hds-message :is(.hds-message__title,.hds-message__description):first-of-type{margin-top:2px}.hds-box.hds-message .hds-message__title{font:var(--hds-typography-body-title)}.hds-box.hds-message .hds-message__title~.hds-message__description{margin-top:var(--hds-spacing-small-3)}@media (min-width:940px){.hds-box.hds-message .hds-message__title~.hds-message__description{margin-top:var(--hds-spacing-small-4)}}.hds-modal{max-width:var(--hds-breakpoint-medium);border:none;position:fixed}.hds-modal::-ms-backdrop{background-color:rgba(0,0,0,.4);animation:.3s cubic-bezier(0,.45,.1,1) hds-modal-backdrop-fade-in}.hds-modal::backdrop{background-color:rgba(0,0,0,.4);animation:.3s cubic-bezier(0,.45,.1,1) hds-modal-backdrop-fade-in}.hds-modal[open]{animation:hds-modal-fade-in var(--hds-micro-animation-duration-normal)var(--hds-micro-animation-easing-out)}@media (max-width:719.999px){.hds-modal{border-radius:0;min-width:100%;max-width:100%}}.hds-modal .hds-modal__header{font:var(--hds-typography-body-title);padding-right:16px}.hds-modal .hds-modal__content{margin-top:var(--hds-spacing-medium-2)}.hds-modal .hds-modal__footer{margin-top:var(--hds-spacing-medium-2)}.hds-modal-scroll-lock{overflow:hidden}@keyframes hds-modal-backdrop-fade-in{0%{opacity:0}to{opacity:1}}@keyframes hds-modal-fade-in{0%{opacity:0;transform:translateY(calc(5% + 4px))}50%{opacity:1}to{transform:none}}.hds-navbar{background-color:var(--hds-ui-colors-white);height:var(--hds-navbar-height);justify-content:space-between;align-items:center;gap:var(--hds-spacing-medium-3);font-family:var(--hds-fonts-posten-sans-regular);text-align:left;-webkit-font-smoothing:antialiased;padding:0 var(--hds-spacing-medium-2);display:flex;position:relative}@media (min-width:940px){.hds-navbar{padding:0 var(--hds-spacing-medium-3)}}.hds-navbar .hds-navbar__expandable-menu-trigger{color:red}.hds-navbar .hds-navbar__expandable-menu-content[data-state=open]{background-color:#ff1493}.hds-navbar .hds-navbar__expandable-menu-content[data-state=closed]{display:none}.hds-navbar .hds-navbar__button{color:inherit;padding:var(--hds-spacing-small-4);font:var(--hds-typography-body);background-color:transparent;border:0;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.hds-navbar .hds-navbar__button:hover{color:var(--hds-link-colors-hover)}.hds-navbar .hds-navbar__button svg{margin-left:var(--hds-spacing-small-2);width:var(--hds-spacing-medium-2);height:var(--hds-spacing-medium-2)}.hds-navbar .hds-navbar__navigation{display:flex}.hds-navbar__logo{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"158\" height=\"48\" viewBox=\"0 0 158 48\" fill=\"none\"><path d=\"M58.9618 22.2838C56.8082 22.1586 54.6815 22.8131 52.971 24.1277V22.618H48.9451V48H53.4002V40.4114C54.6908 41.7941 56.3496 42.1012 58.4396 42.1012C65.8751 42.1012 66.7045 36.8777 66.7045 32.2385C66.7045 26.1196 65.8131 22.3448 58.9618 22.2838ZM58.2555 38.1683C54.4457 38.1683 53.3702 37.0318 53.3702 32.2385C53.3702 27.4452 54.4477 26.2197 58.2545 26.2197C61.5731 26.2197 62.2794 27.7564 62.2794 32.2415C62.2514 36.6936 61.542 38.1683 58.2545 38.1683H58.2555ZM77.4276 22.2838C74.3261 22.2838 71.989 22.8371 70.3612 24.4348C68.6714 26.0356 68.3022 28.5208 68.3022 32.1775C68.3022 35.8342 68.6704 38.3224 70.3612 39.9202C72.02 41.5489 74.3251 42.0712 77.4276 42.0712C80.5 42.0712 82.8662 41.5179 84.4939 39.9202C86.1837 38.3194 86.5529 35.8342 86.5529 32.1775C86.5529 28.5208 86.2148 26.0326 84.4939 24.4348C82.8612 22.8361 80.499 22.2838 77.4266 22.2838H77.4276ZM77.4276 38.1683C73.1255 38.1683 72.7574 36.5095 72.7574 32.1775C72.7574 27.8454 73.1576 26.1866 77.4276 26.1866C81.7296 26.1866 82.0978 27.8454 82.0978 32.1775C82.1278 36.5085 81.7286 38.1683 77.4266 38.1683H77.4276ZM130.397 22.2838C122.685 22.2838 121.579 26.6779 121.579 32.4226C121.579 38.0143 122.807 42.1012 130.52 42.1012C134.146 42.1012 138.939 41.2098 138.939 36.0483H134.637C134.606 38.1994 132.302 38.4495 130.673 38.4495C126.863 38.4495 126.034 37.1589 126.034 33.8713H139.188C139.153 27.1991 138.754 22.2838 130.397 22.2838ZM126.095 30.2726C126.095 27.7224 126.495 25.9405 130.397 25.9405C134.514 25.9405 134.76 27.5073 134.76 30.2726H126.095ZM150.398 22.2838C148.387 22.1721 146.409 22.8316 144.868 24.1277V22.618H141.027V41.7941H145.482V32.8528C145.482 29.5042 145.114 26.2167 149.937 26.2167C153.778 26.2167 153.439 27.9985 153.439 31.6853V41.7901H157.897V31.3161C157.834 27.1381 158.141 22.2838 150.398 22.2838ZM114.235 38.4755C112.084 38.4445 111.808 37.3389 111.808 35.8943V26.4618H120.534V22.618H111.808V16.415H107.353V22.618H104.772V26.4588H107.353V35.8943C107.353 40.1963 109.903 42.0972 114.356 42.0972C118.166 42.0972 120.593 40.6535 120.593 36.0443H116.568C116.509 37.2769 116.232 38.5065 114.235 38.4755ZM95.4311 30.1795C93.4952 30.0565 92.2356 30.0565 92.3297 27.9055C92.3607 26.6459 92.6988 25.7544 96.5086 25.8465C99.0899 25.9385 99.9193 26.4608 99.9193 28.3357H104.005C104.005 23.7575 101.24 22.3448 96.4776 22.2828C91.3752 22.1908 87.9666 23.2663 87.9056 28.0285C87.7825 33.9313 92.2076 33.7743 96.4776 34.0194C98.6897 34.1424 100.011 34.1734 99.9493 36.4465C99.9183 37.8292 99.458 38.6896 95.6472 38.5665C92.5137 38.4745 91.9295 37.7061 91.9295 36.0473H87.8435C87.8435 40.7786 90.855 42.0382 95.7093 42.1002C100.871 42.1922 104.313 40.9637 104.373 36.2314C104.434 30.0875 99.8562 30.4567 95.4321 30.1795H95.4311Z\" fill=\"%23E32D22\"/><path d=\"M41.7548 22.6211C41.5325 25.3489 40.2918 27.8932 38.2795 29.7482C36.2672 31.6032 33.6305 32.633 30.8937 32.633C28.1568 32.633 25.5201 31.6032 23.5078 29.7482C21.4955 27.8932 20.2548 25.3489 20.0325 22.6211H0C0.228572 28.2373 2.62039 33.5474 6.67493 37.4403C10.7295 41.3332 16.1325 43.5071 21.7533 43.5071C27.3742 43.5071 32.7772 41.3332 36.8317 37.4403C40.8863 33.5474 43.2781 28.2373 43.5067 22.6211H41.7548Z\" fill=\"%23E32D22\"/><path d=\"M20.0325 20.8703C20.2502 18.1433 21.4873 15.5984 23.4972 13.7425C25.5072 11.8867 28.1425 10.8561 30.8782 10.8561C33.6139 10.8561 36.2491 11.8867 38.2591 13.7425C40.269 15.5984 41.5061 18.1433 41.7238 20.8703H43.4746C43.2462 15.2583 40.8561 9.95216 36.8045 6.06221C32.753 2.17226 27.354 0 21.7373 0C16.1207 0 10.7217 2.17226 6.67013 6.06221C2.61858 9.95216 0.228486 15.2583 0 20.8703H20.0325Z\" fill=\"%23BFC0C4\"/></svg>");width:158px;height:48px;display:block}.hds-theme-bring .hds-navbar__logo{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"126\" height=\"48\" viewBox=\"0 0 126 48\" fill=\"none\"><path d=\"M56.9592 21.4848C54.9548 21.4848 52.7595 21.7123 51.364 23.152V15.8406H47.0928V40.2651H50.9479V38.7891C52.4402 40.0295 54.3427 40.6643 56.2796 40.5682C63.651 40.5682 64.1416 35.5712 64.1416 31.0657C64.1406 25.4607 63.272 21.4848 56.9592 21.4848ZM56.0152 36.706C52.3481 36.706 51.2886 35.684 51.2886 31.0657C51.2886 26.4473 52.3471 25.4253 56.0152 25.4253C59.1907 25.4253 59.8703 26.7503 59.8703 31.0657C59.8703 35.381 59.1898 36.7069 56.0152 36.7069V36.706ZM75.1256 21.4848C74.1903 21.4379 73.2557 21.5892 72.3827 21.9287C71.5097 22.2682 70.718 22.7883 70.0593 23.4551V21.8098H66.355V40.2661H70.6263V32.2358C70.5151 30.621 70.6555 28.9987 71.0424 27.4272C71.2826 26.7482 71.7374 26.1662 72.3376 25.7694C72.9379 25.3726 73.651 25.1827 74.3688 25.2284C76.146 25.2284 76.8504 25.6108 76.8504 27.3105H81.0968C81.0987 23.2648 79.0953 21.4848 75.1256 21.4848ZM99.2242 21.4848C97.2868 21.3822 95.3826 22.0182 93.8944 23.2648V21.8098H90.1901V40.2661H94.4614V31.6708C94.4614 28.453 94.1225 25.2714 98.7336 25.2714C102.44 25.2714 102.098 26.976 102.098 30.5351V40.2661H106.37V30.1938C106.37 26.1806 106.669 21.4848 99.2242 21.4848ZM121.759 21.8089V23.2639C120.106 22.0256 118.077 21.3969 116.014 21.4838C109.663 21.4838 108.643 25.3078 108.643 30.9118C108.643 35.3418 109.059 40.2642 116.052 40.2642C117.951 40.3566 119.823 39.7818 121.344 38.639C121.376 39.715 121.351 40.792 121.27 41.8654C121.042 43.6072 119.265 44.3644 116.807 44.3644C114.421 44.3644 113.673 43.6952 113.673 42.3664H109.021C109.021 47.0622 113.221 48 116.92 48C120.325 48 124.784 47.0918 125.465 42.699C125.603 41.2376 125.653 39.7691 125.615 38.3015V21.8098L121.759 21.8089ZM116.732 36.4029C113.558 36.4029 112.914 35.228 112.914 30.9127C112.914 26.5974 113.558 25.2724 116.732 25.2724C120.399 25.2724 121.382 26.2963 121.382 30.9127C121.382 35.5292 120.399 36.4039 116.732 36.4039V36.4029ZM83.147 40.2642H87.4183V21.8098H83.147V40.2642ZM83.147 20.1301H87.4183V15.8531H83.147V20.1301Z\" fill=\"%237BC144\"/><path d=\"M22.5571 21.8098C22.347 24.4369 21.1567 26.8883 19.2233 28.676C17.2898 30.4636 14.755 31.4562 12.1237 31.4562C9.49241 31.4562 6.95763 30.4636 5.02417 28.676C3.09071 26.8883 1.90044 24.4369 1.69037 21.8098H0C0.215972 27.2217 2.51436 32.34 6.41376 36.0926C10.3132 39.8452 15.5111 41.9409 20.9187 41.9409C26.3264 41.9409 31.5243 39.8452 35.4237 36.0926C39.3231 32.34 41.6214 27.2217 41.8374 21.8098H22.5571Z\" fill=\"%23BFC0C4\"/><path d=\"M1.69037 20.1311C1.90044 17.5041 3.09071 15.0526 5.02417 13.265C6.95763 11.4774 9.49241 10.4847 12.1237 10.4847C14.755 10.4847 17.2898 11.4774 19.2233 13.265C21.1567 15.0526 22.347 17.5041 22.5571 20.1311H41.8374C41.6214 14.7192 39.3231 9.60096 35.4237 5.84837C31.5243 2.09578 26.3264 0 20.9187 0C15.5111 0 10.3132 2.09578 6.41376 5.84837C2.51436 9.60096 0.215972 14.7192 0 20.1311H1.69037Z\" fill=\"%237BC144\"/></svg>");width:126px;height:48px}.hds-prose h1{margin-top:var(--hds-spacing-large-1)}@media (min-width:940px){.hds-prose h1{margin-top:var(--hds-spacing-large-2)}}.hds-prose h2{margin-top:var(--hds-spacing-large-1)}@media (min-width:940px){.hds-prose h2{margin-top:var(--hds-spacing-large-2)}}.hds-prose h3{margin-top:var(--hds-spacing-medium-4)}@media (min-width:940px){.hds-prose h3{margin-top:var(--hds-spacing-large-1)}}.hds-prose h4{margin-top:var(--hds-spacing-medium-3)}@media (min-width:940px){.hds-prose h4{margin-top:var(--hds-spacing-medium-4)}}.hds-prose h5{margin-top:var(--hds-spacing-medium-3)}@media (min-width:940px){.hds-prose h5{margin-top:var(--hds-spacing-medium-4)}}.hds-prose a:where(:not(.hds-button)){border-bottom:var(--hds-stroke-default)solid var(--hds-link-colors-underline);fill:var(--hds-link-colors-text);color:var(--hds-link-colors-text);transition:all var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);cursor:pointer;text-decoration:none}.hds-prose a:where(:not(.hds-button)):hover{color:var(--hds-link-colors-hover);fill:var(--hds-link-colors-hover);border-color:var(--hds-link-colors-underline-hover)}.hds-prose a:where(:not(.hds-button)):hover .hds-link__text{border-color:var(--hds-link-colors-underline-hover)}.hds-prose a:where(:not(.hds-button)):active{color:var(--hds-link-colors-hover);fill:var(--hds-link-colors-hover);border-color:var(--hds-link-colors-underline-hover)}.hds-prose a:where(:not(.hds-button)):active .hds-link__text{border-color:var(--hds-link-colors-underline-hover)}.hds-prose a:where(:not(.hds-button)).hds-link--inverted{color:var(--hds-ui-colors-white);-webkit-text-decoration-color:var(--hds-colors-signature);text-decoration-color:var(--hds-colors-signature);border-color:currentColor}.hds-prose a:where(:not(.hds-button)).hds-link--inverted:hover{color:var(--hds-colors-light);border-color:currentColor}.hds-prose a:where(:not(.hds-button)).hds-link--inverted:active{color:var(--hds-colors-light);border-color:currentColor}.hds-prose a:where(:not(.hds-button)).hds-link--inverted:disabled{color:var(--hds-ui-colors-dark-grey);fill:currentColor;cursor:default;border-color:currentColor;box-shadow:none!important;outline:0!important}.hds-prose a:where(:not(.hds-button)).hds-link--small{font:var(--hds-typography-body-small)}.hds-prose a:where(:not(.hds-button)).hds-link--large{font:var(--hds-typography-h3)}.hds-prose a:where(:not(.hds-button)).hds-link--no-underline{color:var(--hds-colors-dark);border-bottom:none;font-weight:500;text-decoration:none}.hds-prose a:where(:not(.hds-button)).hds-link--no-underline:hover{color:var(--hds-colors-dark);text-decoration:underline;-webkit-text-decoration-color:var(--hds-colors-dark);text-decoration-color:var(--hds-colors-dark);border-bottom:none}.hds-prose a:where(:not(.hds-button)).hds-link--solid{color:var(--hds-ui-colors-black);border-color:var(--hds-ui-colors-black)}.hds-prose a:where(:not(.hds-button)).hds-link--solid:hover{color:var(--hds-ui-colors-black-hover);border-color:var(--hds-ui-colors-black-hover)}.hds-prose a:where(:not(.hds-button)).hds-link--solid:active{color:var(--hds-ui-colors-black-hover);border-color:var(--hds-ui-colors-black-hover)}.hds-prose a:where(:not(.hds-button)):is(button){background:0 0;border-top:0;border-left:0;border-right:0;padding:0}.hds-prose a:where(:not(.hds-button)):is(button):not(:is(.hds-link--small,.hds-link--large)){font:var(--hds-typography-body)}.hds-prose p{margin-top:var(--hds-spacing-small-4)}@media (min-width:940px){.hds-prose p{margin-top:var(--hds-spacing-medium-2)}}.hds-prose p+h2{margin-top:var(--hds-spacing-large-1)}@media (min-width:940px){.hds-prose p+h2{margin-top:var(--hds-spacing-large-2)}}.hds-prose p+figure{margin-top:var(--hds-spacing-large-1)}@media (min-width:940px){.hds-prose p+figure{margin-top:var(--hds-spacing-large-2)}}.hds-prose p+h3{margin-top:var(--hds-spacing-medium-4)}@media (min-width:940px){.hds-prose p+h3{margin-top:var(--hds-spacing-large-1)}}.hds-prose p+h4{margin-top:var(--hds-spacing-medium-3)}@media (min-width:940px){.hds-prose p+h4{margin-top:var(--hds-spacing-medium-4)}}.hds-prose p+h5{margin-top:var(--hds-spacing-medium-3)}@media (min-width:940px){.hds-prose p+h5{margin-top:var(--hds-spacing-medium-4)}}.hds-prose hr{margin-bottom:var(--hds-spacing-medium-2)}.hds-prose :is(ul,ol):where(:not(.hds-accordion)){margin-top:var(--hds-spacing-small-4)}.hds-prose :is(ul,ol):where(:not(.hds-accordion)){padding-left:var(--hds-spacing-medium-3);flex-direction:column;display:flex}.hds-prose :is(ul,ol):where(:not(.hds-accordion)) li{padding-left:var(--hds-spacing-small-2)}.hds-prose :is(ul,ol):where(:not(.hds-accordion)) li::marker{color:var(--hds-colors-dark)}.hds-prose :is(ul,ol):where(:not(.hds-accordion)):is(ol){list-style:decimal}.hds-prose :is(ul,ol):where(:not(.hds-accordion)):is(ul){list-style:disc}.hds-prose :is(ul,ol):where(:not(.hds-accordion)):is(ul) ul{list-style:circle}.hds-prose :is(ul,ol):where(:not(.hds-accordion)).hds-list--no-bullets{padding-left:0;list-style:none}.hds-prose :is(ul,ol):where(:not(.hds-accordion)).hds-list--no-bullets li{padding-left:0}.hds-prose :is(ul,ol):where(:not(.hds-accordion)).hds-list--small{font:var(--hds-typography-body-small);gap:var(--hds-spacing-small-1)}.hds-prose :is(ul,ol):where(:not(.hds-accordion)){gap:var(--hds-spacing-small-2)}.hds-prose :is(ul,ol):where(:not(.hds-accordion)).hds-list--medium{gap:var(--hds-spacing-small-2)}.hds-prose :is(ul,ol):where(:not(.hds-accordion)).hds-list--large{font:var(--hds-typography-h3);gap:var(--hds-spacing-small-3)}.hds-prose figure{margin-top:var(--hds-spacing-medium-3)}.hds-prose table p{margin-bottom:0}.hds-prose table h1{margin-bottom:0}.hds-prose table h2{margin-bottom:0}.hds-prose table h3{margin-bottom:0}.hds-prose table h4{margin-bottom:0}.hds-prose table h5{margin-bottom:0}.hds-prose table h6{margin-bottom:0}.hds-prose table a{color:unset;border-bottom:none}.hds-prose b{font:var(--hds-typography-body-title)}.hds-prose strong{font:var(--hds-typography-body-title)}.hds-prose.hds-prose--small p{font:var(--hds-typography-body-small)}.hds-prose.hds-prose--small li{font:var(--hds-typography-body-small)}.hds-prose.hds-prose--small a{font:var(--hds-typography-body-small)}.hds-prose.hds-prose--small p{margin-top:var(--hds-spacing-small-3)}.hds-prose.hds-prose--small b{font:var(--hds-typography-body-small-title)}.hds-prose.hds-prose--small strong{font:var(--hds-typography-body-small-title)}.hds-prose>:last-child{margin-bottom:0}.hds-prose.hds-prose--darkmode{color:#ccc}.hds-prose.hds-prose--darkmode h1{color:#fafafa}.hds-prose.hds-prose--darkmode h2{color:#fafafa}.hds-prose.hds-prose--darkmode h3{color:#fafafa}.hds-prose.hds-prose--darkmode h4{color:#fafafa}.hds-prose.hds-prose--darkmode h5{color:#fafafa}.hds-prose.hds-prose--darkmode h6{color:#fafafa}.hds-prose.hds-prose--darkmode a{color:var(--hds-ui-colors-white);-webkit-text-decoration-color:var(--hds-colors-signature);text-decoration-color:var(--hds-colors-signature);border-color:currentColor}.hds-prose.hds-prose--darkmode a:hover{color:var(--hds-colors-light);border-color:currentColor}.hds-prose.hds-prose--darkmode a:active{color:var(--hds-colors-light);border-color:currentColor}.hds-prose.hds-prose--darkmode a:disabled{color:var(--hds-ui-colors-dark-grey);fill:currentColor;cursor:default;border-color:currentColor;box-shadow:none!important;outline:0!important}.hds-tabs{--hds-tabs-border-active-size:var(--hds-stroke-thick);font:var(--hds-typography-body)}.hds-tabs .hds-tabs--list{width:auto;padding-left:0;display:inline-flex}.hds-tabs .hds-tabs--list.hds-tabs--list-horizontal{color:red}@media (min-width:720px){.hds-tabs .hds-tabs--list.hds-tabs--list-horizontal{border-bottom:var(--hds-stroke-default)solid var(--hds-ui-colors-light-grey-fill);flex-direction:row}.hds-tabs .hds-tabs--list.hds-tabs--list-horizontal .hds-tabs--tab{padding:var(--hds-spacing-small-3)0;border-bottom:var(--hds-tabs-border-active-size)solid transparent}.hds-tabs .hds-tabs--list.hds-tabs--list-horizontal .hds-tabs--tab.hds-tabs--tab-active{border-bottom-color:var(--hds-colors-signature)}.hds-tabs .hds-tabs--list.hds-tabs--list-horizontal .hds-tabs--tab:not(:last-child){margin-right:var(--hds-spacing-medium-3)}}@media (max-width:719.999px){.hds-tabs .hds-tabs--list.hds-tabs--list-horizontal{border-left:1px solid var(--hds-ui-colors-light-grey-fill);flex-direction:column;padding-left:1px}.hds-tabs .hds-tabs--list.hds-tabs--list-horizontal .hds-tabs--tab{padding:var(--hds-spacing-small-2)var(--hds-spacing-small-3);width:auto}.hds-tabs .hds-tabs--list.hds-tabs--list-horizontal .hds-tabs--tab.hds-tabs--tab-active{margin-left:calc(var(--hds-tabs-border-active-size)*-1);border-left:var(--hds-tabs-border-active-size)solid var(--hds-colors-signature)}}.hds-tabs .hds-tabs--list.hds-tabs--list-vertical{border-left:1px solid var(--hds-ui-colors-light-grey-fill);flex-direction:column;padding-left:1px}.hds-tabs .hds-tabs--list.hds-tabs--list-vertical .hds-tabs--tab{padding:var(--hds-spacing-small-2)var(--hds-spacing-small-3);width:auto}.hds-tabs .hds-tabs--list.hds-tabs--list-vertical .hds-tabs--tab.hds-tabs--tab-active{margin-left:calc(var(--hds-tabs-border-active-size)*-1);border-left:var(--hds-tabs-border-active-size)solid var(--hds-colors-signature)}.hds-tabs .hds-tabs--list .hds-tabs--tab{cursor:pointer;font:var(--hds-typography-body);text-align:left;background:0 0;border:0}.hds-tabs .hds-tabs--list .hds-tabs--tab:hover{color:var(--hds-colors-dark)}.hds-tabs .hds-tabs--list .hds-tabs--tab.hds-tabs--tab-active{color:var(--hds-colors-dark)}.hds-tabs .hds-tabs--contents{margin-top:var(--hds-spacing-large-2)}:root{--hds-spacing-small-1-responsive:var(--hds-spacing-small-1);--hds-spacing-small-2-responsive:var(--hds-spacing-small-2);--hds-spacing-small-3-responsive:var(--hds-spacing-small-3);--hds-spacing-small-4-responsive:var(--hds-spacing-small-4);--hds-spacing-medium-1-responsive:var(--hds-spacing-medium-1);--hds-spacing-medium-2-responsive:var(--hds-spacing-medium-2);--hds-spacing-medium-3-responsive:var(--hds-spacing-medium-3);--hds-spacing-medium-4-responsive:var(--hds-spacing-medium-4);--hds-spacing-large-1-responsive:var(--hds-spacing-large-1);--hds-spacing-large-2-responsive:var(--hds-spacing-large-2);--hds-spacing-large-3-responsive:var(--hds-spacing-large-3)}@media (min-width:940px){:root{--hds-spacing-small-1-responsive:var(--hds-spacing-small-2);--hds-spacing-small-2-responsive:var(--hds-spacing-small-3);--hds-spacing-small-3-responsive:var(--hds-spacing-small-4);--hds-spacing-small-4-responsive:var(--hds-spacing-medium-1);--hds-spacing-medium-1-responsive:var(--hds-spacing-medium-2);--hds-spacing-medium-2-responsive:var(--hds-spacing-medium-3);--hds-spacing-medium-3-responsive:var(--hds-spacing-medium-4);--hds-spacing-medium-4-responsive:var(--hds-spacing-large-1);--hds-spacing-large-1-responsive:var(--hds-spacing-large-2);--hds-spacing-large-2-responsive:var(--hds-spacing-large-3);--hds-spacing-large-3-responsive:var(--hds-spacing-large-4)}}.hds-mt-small-1{margin-top:var(--hds-spacing-small-1)}.hds-mt-small-2{margin-top:var(--hds-spacing-small-2)}.hds-mt-small-3{margin-top:var(--hds-spacing-small-3)}.hds-mt-small-4{margin-top:var(--hds-spacing-small-4)}.hds-mt-medium-1{margin-top:var(--hds-spacing-medium-1)}.hds-mt-medium-2{margin-top:var(--hds-spacing-medium-2)}.hds-mt-medium-3{margin-top:var(--hds-spacing-medium-3)}.hds-mt-medium-4{margin-top:var(--hds-spacing-medium-4)}.hds-mt-large-1{margin-top:var(--hds-spacing-large-1)}.hds-mt-large-2{margin-top:var(--hds-spacing-large-2)}.hds-mt-large-3,.hds-mt-large-4{margin-top:var(--hds-spacing-large-3)}.hds-mt-small-1-responsive{margin-top:var(--hds-spacing-small-1-responsive)}.hds-mt-small-2-responsive{margin-top:var(--hds-spacing-small-2-responsive)}.hds-mt-small-3-responsive{margin-top:var(--hds-spacing-small-3-responsive)}.hds-mt-small-4-responsive{margin-top:var(--hds-spacing-small-4-responsive)}.hds-mt-medium-1-responsive{margin-top:var(--hds-spacing-medium-1-responsive)}.hds-mt-medium-2-responsive{margin-top:var(--hds-spacing-medium-2-responsive)}.hds-mt-medium-3-responsive{margin-top:var(--hds-spacing-medium-3-responsive)}.hds-mt-medium-4-responsive{margin-top:var(--hds-spacing-medium-4-responsive)}.hds-mt-large-1-responsive{margin-top:var(--hds-spacing-large-1-responsive)}.hds-mt-large-2-responsive{margin-top:var(--hds-spacing-large-2-responsive)}.hds-mt-large-3-responsive,.hds-mt-large-4-responsive{margin-top:var(--hds-spacing-large-3-responsive)}.hds-typography-h1-display{font:var(--hds-typography-h1-display)}.hds-typography-h1-display.hds-typography--min{font-size:var(--hds-font-size-h1-display-min);line-height:var(--hds-line-height-h1-display-min)}.hds-typography-h1-display.hds-typography--max{font-size:var(--hds-font-size-h1-display-max);line-height:var(--hds-line-height-h1-display-max)}.hds-typography-h1{font:var(--hds-typography-h1)}.hds-typography-h1.hds-typography--min{font-size:var(--hds-font-size-h1-min);line-height:var(--hds-line-height-h1-min)}.hds-typography-h1.hds-typography--max{font-size:var(--hds-font-size-h1-max);line-height:var(--hds-line-height-h1-max)}.hds-typography-h2{font:var(--hds-typography-h2)}.hds-typography-h2.hds-typography--min{font-size:var(--hds-font-size-h2-min);line-height:var(--hds-line-height-h2-min)}.hds-typography-h2.hds-typography--max{font-size:var(--hds-font-size-h2-max);line-height:var(--hds-line-height-h2-max)}.hds-typography-h3{font:var(--hds-typography-h3)}.hds-typography-h3.hds-typography--min{font-size:var(--hds-font-size-h3-min);line-height:var(--hds-line-height-h3-min)}.hds-typography-h3.hds-typography--max{font-size:var(--hds-font-size-h3-max);line-height:var(--hds-line-height-h3-max)}.hds-typography-h3-title{font:var(--hds-typography-h3-title)}.hds-typography-h3-title.hds-typography--min{font-size:var(--hds-font-size-h3-title-min);line-height:var(--hds-line-height-h3-title-min)}.hds-typography-h3-title.hds-typography--max{font-size:var(--hds-font-size-h3-title-max);line-height:var(--hds-line-height-h3-title-max)}.hds-typography-body{font:var(--hds-typography-body)}.hds-typography-body.hds-typography--min{font-size:var(--hds-font-size-body-min);line-height:var(--hds-line-height-body-min)}.hds-typography-body.hds-typography--max{font-size:var(--hds-font-size-body-max);line-height:var(--hds-line-height-body-max)}.hds-typography-body-title{font:var(--hds-typography-body-title)}.hds-typography-body-title.hds-typography--min{font-size:var(--hds-font-size-body-title-min);line-height:var(--hds-line-height-body-title-min)}.hds-typography-body-title.hds-typography--max{font-size:var(--hds-font-size-body-title-max);line-height:var(--hds-line-height-body-title-max)}.hds-typography-body-small{font:var(--hds-typography-body-small)}.hds-typography-body-small.hds-typography--min{font-size:var(--hds-font-size-body-small-min);line-height:var(--hds-line-height-body-small-min)}.hds-typography-body-small.hds-typography--max{font-size:var(--hds-font-size-body-small-max);line-height:var(--hds-line-height-body-small-max)}.hds-typography-body-small-title{font:var(--hds-typography-body-small-title)}.hds-typography-body-small-title.hds-typography--min{font-size:var(--hds-font-size-body-small-title-min);line-height:var(--hds-line-height-body-small-title-min)}.hds-typography-body-small-title.hds-typography--max{font-size:var(--hds-font-size-body-small-title-max);line-height:var(--hds-line-height-body-small-title-max)}.hds-typography-technical{font:var(--hds-typography-technical)}.hds-typography-technical.hds-typography--min{font-size:var(--hds-font-size-technical-min);line-height:var(--hds-line-height-technical-min)}.hds-typography-technical.hds-typography--max{font-size:var(--hds-font-size-technical-max);line-height:var(--hds-line-height-technical-max)}.hds-typography-technical-title{font:var(--hds-typography-technical-title)}.hds-typography-technical-title.hds-typography--min{font-size:var(--hds-font-size-technical-title-min);line-height:var(--hds-line-height-technical-title-min)}.hds-typography-technical-title.hds-typography--max{font-size:var(--hds-font-size-technical-title-max);line-height:var(--hds-line-height-technical-title-max)}.hds-typography-caption{font:var(--hds-typography-caption)}.hds-typography-caption-title{font:var(--hds-typography-caption-title)}:is(.hds-typography-h1,.hds-typography-h2).hds-typography--spacing:not(:first-child){margin-top:var(--hds-spacing-large-1-responsive)}.hds-typography-h1+.hds-typography-h2.hds-typography--spacing{margin-top:var(--hds-spacing-medium-3)}:is(.hds-typography-h3,.hds-typography-h3-title).hds-typography--spacing{margin-top:var(--hds-spacing-medium-4-responsive)}:is(.hds-typography-body,.hds-typography-body-title).hds-typography--spacing:not(:first-child){margin-top:var(--hds-spacing-small-4)}@media (min-width:940px){:is(.hds-typography-body,.hds-typography-body-title).hds-typography--spacing:not(:first-child){margin-top:var(--hds-spacing-medium-2)}}:is(.hds-typography-body,.hds-typography-body-title).hds-typography--spacing:not(:last-child){margin-bottom:var(--hds-spacing-small-4)}@media (min-width:940px){:is(.hds-typography-body,.hds-typography-body-title).hds-typography--spacing:not(:last-child){margin-bottom:var(--hds-spacing-medium-2)}}.hds-box.hds-warning-banner{--hds-warning-banner-icon-dimension:var(--hds-spacing-medium-2);background-color:var(--hds-ui-colors-warning-yellow);padding:var(--hds-spacing-small-4);text-align:center;width:100%}.hds-box.hds-warning-banner .hds-warning-banner__description{font:var(--hds-typography-body-small)}.hds-box.hds-warning-banner .hds-warning-banner__title{margin:0}.hds-box.hds-warning-banner .hds-warning-banner__description{margin:0}.hds-box.hds-warning-banner .hds-warning-banner__title~.hds-warning-banner__description{margin-top:var(--hds-spacing-small-3)}@media (min-width:940px){.hds-box.hds-warning-banner .hds-warning-banner__title~.hds-warning-banner__description{margin-top:var(--hds-spacing-small-4)}}.hds-box.hds-warning-banner .hds-warning-banner__title{font:var(--hds-typography-body-small-title)}.hds-box.hds-warning-banner .hds-warning-banner__title.hds-warning-banner__title-trigger{cursor:pointer;background-color:transparent;border:0;justify-content:center;align-items:center;width:100%;padding:0;display:flex}.hds-box.hds-warning-banner .hds-warning-banner__title.hds-warning-banner__title-trigger .hds-warning-banner__title-trigger--icon{padding-left:var(--hds-spacing-small-4);width:var(--hds-warning-banner-icon-dimension);height:var(--hds-warning-banner-icon-dimension);transition:all 50ms;display:inline-block}.hds-box.hds-warning-banner .hds-warning-banner__title.hds-warning-banner__title-trigger .hds-warning-banner__title-trigger--icon .hds-warning-banner__title-trigger--icon-chevron{color:var(--hds-ui-colors-black);fill:var(--hds-ui-colors-black)}.hds-box.hds-warning-banner .hds-warning-banner__title.hds-warning-banner__title-trigger .hds-warning-banner__title-trigger--icon svg{vertical-align:baseline;transform:rotate(180deg)}.hds-box.hds-warning-banner .hds-warning-banner--closed.hds-warning-banner__title-trigger .hds-warning-banner__title-trigger--icon svg{transform:rotate(0)}.hds-box.hds-warning-banner .hds-warning-banner--closed~.hds-warning-banner__description{display:none}.hds-error-message{font:var(--hds-typography-caption-title);color:var(--hds-ui-colors-dark-grey);padding:var(--hds-spacing-small-1)0 0 var(--hds-spacing-medium-4)}.hds-error-message:empty{display:none}.hds-error-message:not(:empty){background-image:url("data:image/svg+xml,<svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><rect fill=\"black\" height=\"12\" rx=\"3\" width=\"6\" x=\"9\" y=\"7\" /><path d=\"M22.3552 18.4687C22.998 19.5938 22.1944 21 20.8685 21H3.7123C2.38641 21 1.58283 19.5938 2.22569 18.4687L10.8239 3.84375C11.4668 2.71875 13.1141 2.71875 13.7971 3.84375L22.3552 18.4687ZM11.3462 8.46429V13.6071C11.3462 14.1696 11.8284 14.5714 12.3105 14.5714C12.8328 14.5714 13.2748 14.1696 13.2748 13.6071V8.46429C13.2748 7.94196 12.8328 7.5 12.3105 7.5C11.748 7.5 11.3462 7.94196 11.3462 8.46429ZM12.3105 18.4286C12.9935 18.4286 13.556 17.8661 13.556 17.183C13.556 16.5 12.9935 15.9375 12.3105 15.9375C11.5873 15.9375 11.0248 16.5 11.0248 17.183C11.0248 17.8661 11.5873 18.4286 12.3105 18.4286Z\" fill=\"%23FDBB2F\" /></svg>");background-repeat:no-repeat;background-position-x:var(--hds-spacing-small-2);background-position-y:top}.hds-fieldset{gap:var(--hds-spacing-small-1);border:0;flex-flow:column;margin:0;padding:0;display:flex}.hds-fieldset:focus-within .hds-fieldset__legend{color:var(--hds-colors-darker)}.hds-fieldset .hds-fieldset__legend{margin-bottom:var(--hds-spacing-small-1);transition:color var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);font:var(--hds-typography-caption);padding:0}.hds-fieldset .hds-fieldset__legend--default{margin-bottom:var(--hds-spacing-small-1);transition:color var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);font:var(--hds-typography-caption);padding:0}.hds-fieldset .hds-fieldset__legend--large{font:var(--hds-typography-body-title)}.hds-fieldset .hds-fieldset__input-wrapper{opacity:1}.hds-input .hds-input-group__input{height:calc(var(--hds-spacing-small-4)*2 + var(--hds-line-height-body-small-min))}.hds-input-group{gap:var(--hds-spacing-small-1);flex-flow:column;display:flex}.hds-input-group.hds-input-group--error .hds-input-group__input-wrapper{border-bottom:var(--hds-stroke-thick)solid var(--hds-ui-colors-warning-yellow)}.hds-input-group.hds-input-group--error .hds-input-group__input-wrapper:focus-within{border-bottom:var(--hds-stroke-thick)solid var(--hds-ui-colors-warning-yellow)}.hds-input-group.hds-input-group--error .hds-input-group__input-wrapper:has(input.hds-input-group__input:read-only,textarea.hds-input-group__input:read-only){border-bottom:var(--hds-stroke-thick)solid var(--hds-ui-colors-warning-yellow)}.hds-input-group.hds-input-group--error .hds-input-group__input-wrapper[data-readonly=true]{border-bottom:var(--hds-stroke-thick)solid var(--hds-ui-colors-warning-yellow)}.hds-input-group.hds-input-group--error .hds-input-group__input-wrapper:has(input.hds-input-group__input:read-only,textarea.hds-input-group__input:read-only):focus-within{border-bottom:var(--hds-stroke-thick)solid var(--hds-ui-colors-warning-yellow)}.hds-input-group.hds-input-group--error .hds-input-group__input-wrapper[data-readonly=true]:focus-within{border-bottom:var(--hds-stroke-thick)solid var(--hds-ui-colors-warning-yellow)}.hds-input-group.hds-input-group--error .hds-input-group__input-wrapper:has(.hds-input-group__input:disabled){border-bottom:var(--hds-stroke-thick)solid var(--hds-ui-colors-warning-yellow)}.hds-input-group.hds-input-group--error .hds-input-group__input-wrapper[data-disabled=true]{border-bottom:var(--hds-stroke-thick)solid var(--hds-ui-colors-warning-yellow)}.hds-input-group .hds-input-group__input-wrapper{background-color:var(--hds-ui-colors-light-grey-fill)}.hds-input-group.hds-input-group--default .hds-input-group__input-wrapper{background-color:var(--hds-ui-colors-light-grey-fill)}.hds-input-group.hds-input-group--white .hds-input-group__input-wrapper{background-color:var(--hds-ui-colors-white)}.hds-input-group:focus-within .hds-input-group__label{color:var(--hds-colors-darker)}.hds-input-group .hds-input-group__label{transition:color var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);font:var(--hds-typography-caption)}.hds-input-group:has(input.hds-input-group__input:read-only,textarea.hds-input-group__input:read-only,.hds-input-group__input:disabled):not(:focus-within) .hds-input-group__label{color:var(--hds-ui-colors-dark-grey)}.hds-input-group .hds-input-group__input-wrapper{border:var(--hds-stroke-default)solid transparent;border-radius:var(--hds-border-radius);transition:border var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal),margin var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);box-sizing:border-box;flex-flow:row;width:100%;display:flex}.hds-input-group .hds-input-group__input-wrapper:focus-within{border-bottom:var(--hds-stroke-default)solid var(--hds-colors-darker)}.hds-input-group .hds-input-group__input-wrapper:has(input.hds-input-group__input:read-only,textarea.hds-input-group__input:read-only):focus-within{border-bottom:var(--hds-stroke-default)solid var(--hds-colors-darker)}.hds-input-group .hds-input-group__input-wrapper[data-readonly=true]:focus-within{border-bottom:var(--hds-stroke-default)solid var(--hds-colors-darker)}.hds-input-group .hds-input-group__input-wrapper:has(input.hds-input-group__input:read-only,textarea.hds-input-group__input:read-only){background-color:var(--hds-ui-colors-grey);border:var(--hds-stroke-default)solid var(--hds-ui-colors-grey)}.hds-input-group .hds-input-group__input-wrapper:has(input.hds-input-group__input:read-only,textarea.hds-input-group__input:read-only) .hds-input-group__input{color:var(--hds-ui-colors-dark-grey)}.hds-input-group .hds-input-group__input-wrapper[data-readonly=true]{background-color:var(--hds-ui-colors-grey);border:var(--hds-stroke-default)solid var(--hds-ui-colors-grey)}.hds-input-group .hds-input-group__input-wrapper[data-readonly=true] .hds-input-group__input{color:var(--hds-ui-colors-dark-grey)}.hds-input-group .hds-input-group__input-wrapper:has(.hds-input-group__input:disabled){background-color:var(--hds-ui-colors-grey);border:var(--hds-stroke-default)solid var(--hds-ui-colors-grey)}.hds-input-group .hds-input-group__input-wrapper:has(.hds-input-group__input:disabled) .hds-input-group__input{color:var(--hds-ui-colors-dark-grey)}.hds-input-group .hds-input-group__input-wrapper[data-disabled=true]{background-color:var(--hds-ui-colors-grey);border:var(--hds-stroke-default)solid var(--hds-ui-colors-grey)}.hds-input-group .hds-input-group__input-wrapper[data-disabled=true] .hds-input-group__input{color:var(--hds-ui-colors-dark-grey)}.hds-input-group .hds-input-group__input{color:var(--hds-ui-colors-black);padding:var(--hds-spacing-small-4);font:var(--hds-typography-body-small);background:0 0;border:0;width:100%;line-height:normal}.hds-input-group .hds-input-group__input::-ms-input-placeholder{color:var(--hds-ui-colors-dark-grey);opacity:1}.hds-input-group .hds-input-group__input::placeholder{color:var(--hds-ui-colors-dark-grey);opacity:1}.hds-input-group .hds-input-group__input:focus{outline:0}.hds-input-group .hds-input-group__input:focus::-ms-input-placeholder{color:var(--hds-ui-colors-grey)}.hds-input-group .hds-input-group__input:focus::placeholder{color:var(--hds-ui-colors-grey)}.hds-input-group .hds-input-group__input:read-only:focus::-ms-input-placeholder{color:var(--hds-ui-colors-dark-grey)}.hds-input-group .hds-input-group__input:read-only:focus::placeholder{color:var(--hds-ui-colors-dark-grey)}.hds-select .hds-input-group__input-wrapper{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"black\" d=\"m19.629 9.656-.668-.703c-.176-.176-.457-.176-.598 0L12 15.316 5.602 8.953c-.141-.176-.422-.176-.598 0l-.668.703c-.176.14-.176.422 0 .598l7.348 7.348a.405.405 0 0 0 .597 0l7.348-7.348c.176-.176.176-.457 0-.598Z\"/></svg>");background-size:24px 24px;background-position:calc(100% - var(--hds-spacing-small-4))50%;background-repeat:no-repeat}.hds-select .hds-input-group__input{-webkit-appearance:none;-ms-appearance:none;appearance:none;height:calc(var(--hds-spacing-small-4)*2 + var(--hds-line-height-body-small-min))}.hds-textarea .hds-input-group__input{min-height:calc((var(--hds-spacing-small-4) + var(--hds-line-height-body-small-min))*2)}
|
|
1
|
+
.hds-accordion{--hds-accordion-icon-dimension:24px;--hds-component-accordion-content-spacing:var(--hds-spacing-medium-3);--hds-component-accordion-header-spacing-between:var(--hds-spacing-small-4);border:none;border-bottom:var(--hds-stroke-default)solid var(--hds-ui-colors-light-grey-stroke);font:var(--hds-typography-body);fill:var(--hds-ui-colors-black);color:var(--hds-ui-colors-black);display:block}@media (min-width:720px){.hds-accordion{--hds-component-accordion-content-spacing:var(--hds-spacing-large-1);--hds-component-accordion-header-spacing-between:var(--hds-spacing-medium-2)}}.hds-accordion .hds-accordion-item{overflow:hidden}.hds-accordion .hds-accordion-item.hds-accordion-item__expanded .hds-accordion-item-header{color:var(--hds-colors-dark)}.hds-accordion .hds-accordion-item:first-child .hds-accordion-item-header{border:0}.hds-accordion .hds-accordion-item .hds-accordion-item-header{cursor:pointer;grid-gap:var(--hds-spacing-small-4);padding:var(--hds-component-accordion-header-spacing-between)0;border:0;border-top:var(--hds-stroke-default)solid var(--hds-ui-colors-light-grey-stroke);text-align:left;font:var(--hds-typography-body);background-color:transparent;grid-template-columns:24px auto;width:100%;display:grid}.hds-accordion .hds-accordion-item .hds-accordion-item-header:hover{color:var(--hds-colors-dark);outline:0}.hds-accordion .hds-accordion-item .hds-accordion-item-header .hds-accordion-item-header--icon{color:var(--hds-colors-dark);fill:var(--hds-colors-dark);width:var(--hds-accordion-icon-dimension);height:var(--hds-accordion-icon-dimension);display:inline-block}.hds-accordion .hds-accordion-item .hds-accordion-item-header .hds-accordion-item-header--icon svg{vertical-align:baseline}.hds-accordion .hds-accordion-item .hds-accordion-item-header.hds-accordion-item-header--open .hds-accordion-item-header--icon svg{transform:rotate(180deg)}.hds-accordion .hds-accordion-item .hds-accordion-item-content{padding:0 0 var(--hds-component-accordion-content-spacing)var(--hds-spacing-medium-4);font:var(--hds-typography-body-small);transition-property:grid-template-rows,padding-bottom;transition-duration:var(--hds-micro-animation-duration-quick);transition-timing-function:var(--hds-micro-animation-easing-normal);grid-template-rows:1fr;display:grid}.hds-accordion .hds-accordion-item .hds-accordion-item-content.hds-accordion-item-content--closed{grid-template-rows:0fr;padding-bottom:0}.hds-accordion .hds-accordion-item .hds-accordion-item-content .hds-accordion-item-content-inner{overflow:hidden}.hds-accordion.hds-accordion--no-indent .hds-accordion-item .hds-accordion-item-content{padding-left:0}.hds-badge{border-radius:var(--hds-border-radius);text-transform:uppercase;font-family:var(--hds-fonts-posten-sans);-moz-osx-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;vertical-align:10%;font-size:12px;font-weight:500;line-height:18px;display:inline-block}.hds-badge{padding:var(--hds-spacing-small-1)var(--hds-spacing-small-2)}.hds-badge.hds-badge--small{padding:var(--hds-spacing-small-1)var(--hds-spacing-small-2)}.hds-badge.hds-badge--smaller{padding:2px 6px}.hds-badge{background-color:var(--hds-colors-lighter);color:var(--hds-colors-dark)}.hds-badge.hds-badge--lighter{background-color:var(--hds-colors-lighter);color:var(--hds-colors-dark)}.hds-badge.hds-badge--dark{background-color:var(--hds-colors-darker);color:var(--hds-ui-colors-white)}.hds-badge.hds-badge--white{background-color:var(--hds-ui-colors-white);color:var(--hds-colors-dark)}.hds-badge.hds-badge--warning{background-color:var(--hds-ui-colors-warning-yellow);color:var(--hds-link-colors-text)}:root{box-sizing:border-box;font:var(--hds-typography-body);fill:var(--hds-ui-colors-black);color:var(--hds-ui-colors-black);cursor:auto;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;line-height:1.4}body{background:var(--hds-ui-colors-white);font:var(--hds-typography-body)}h1{font:var(--hds-typography-h1)}h2{font:var(--hds-typography-h2)}h3{font:var(--hds-typography-h3)}h4,h5,h6{font:var(--hds-typography-body-title)}:where(p,a,button,h1,h2,h3,h4,h5,h6){margin:0;padding:0}.hds-box{border-radius:var(--hds-border-radius);--hds-component-box-padding:var(--hds-spacing-medium-2);padding:var(--hds-component-box-padding);position:relative}.hds-box{background-color:var(--hds-ui-colors-light-grey-fill)}.hds-box.hds-box--light-grey{background-color:var(--hds-ui-colors-light-grey-fill)}.hds-box.hds-box--lighter{background-color:var(--hds-colors-lighter)}.hds-box.hds-box--white{background-color:var(--hds-ui-colors-white);box-shadow:var(--hds-shadow-default)}.hds-box.hds-box--warning{background-color:var(--hds-ui-colors-warning-yellow)}@media (min-width:720px){.hds-box{--hds-component-box-padding:var(--hds-spacing-medium-3)}}.hds-box.hds-box--closed{display:none}.hds-box .hds-box__close-button{--hds-close-button-padding:var(--hds-spacing-small-2);width:calc(24px + var(--hds-close-button-padding));height:calc(24px + var(--hds-close-button-padding));top:calc(var(--hds-spacing-small-4) - var(--hds-close-button-padding)/2);right:calc(var(--hds-spacing-small-4) - var(--hds-close-button-padding)/2);border-radius:var(--hds-border-radius);cursor:pointer;transition:filter var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);background-color:transparent;background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M13.1602 12.25L16.7812 8.66406L17.5195 7.92578C17.625 7.82031 17.625 7.64453 17.5195 7.50391L16.7461 6.73047C16.6055 6.625 16.4297 6.625 16.3242 6.73047L12 11.0898L7.64062 6.73047C7.53516 6.625 7.35938 6.625 7.21875 6.73047L6.44531 7.50391C6.33984 7.64453 6.33984 7.82031 6.44531 7.92578L10.8047 12.25L6.44531 16.6094C6.33984 16.7148 6.33984 16.8906 6.44531 17.0312L7.21875 17.8047C7.35938 17.9102 7.53516 17.9102 7.64062 17.8047L12 13.4453L15.5859 17.0664L16.3242 17.8047C16.4297 17.9102 16.6055 17.9102 16.7461 17.8047L17.5195 17.0312C17.625 16.8906 17.625 16.7148 17.5195 16.6094L13.1602 12.25Z\" fill=\"black\"/></svg>");background-position:50%;border:none;padding:0;position:absolute}.hds-box .hds-box__close-button:hover{background-color:rgba(0,0,0,.1)}.hds-box .hds-box__close-button:active{background-color:rgba(0,0,0,.2)}.hds-box .hds-box__close-button:focus-visible{outline-offset:2px;box-shadow:0 0 0 2px var(--hds-ui-colors-black-hover);outline:2px solid transparent}.hds-breadcrumbs{--hds-breadcrumb-image-left:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"> <path d=\"M11.0404 13.9322L11.3917 13.5887C11.462 13.4983 11.462 13.3537 11.3917 13.2814L8.21212 9.99096L11.3917 6.71864C11.462 6.64633 11.462 6.50169 11.3917 6.4113L11.0404 6.0678C10.9526 5.9774 10.8296 5.9774 10.7418 6.0678L7.0527 9.84633C6.98243 9.93672 6.98243 10.0633 7.0527 10.1537L10.7418 13.9322C10.8296 14.0226 10.9526 14.0226 11.0404 13.9322Z\" fill=\"black\"/></svg>");--hds-breadcrumb-image-right:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M7.9596 6.0678L7.60826 6.4113C7.53799 6.50169 7.53799 6.64633 7.60826 6.71864L10.7879 10.009L7.60826 13.2814C7.53799 13.3537 7.53799 13.4983 7.60826 13.5887L7.9596 13.9322C8.04743 14.0226 8.1704 14.0226 8.25823 13.9322L11.9473 10.1537C12.0176 10.0633 12.0176 9.93672 11.9473 9.84633L8.25823 6.0678C8.1704 5.9774 8.04743 5.9774 7.9596 6.0678Z\" fill=\"%236E6E6E\"/></svg>");padding:0;list-style-type:none;display:flex}.hds-breadcrumbs{font:var(--hds-typography-caption)}.hds-breadcrumbs a{font:var(--hds-typography-caption)}.hds-breadcrumbs li .hds-link{padding-bottom:2px}.hds-breadcrumbs li:first-child:before{display:none}.hds-breadcrumbs li:last-child{color:var(--hds-ui-colors-dark-grey)}.hds-breadcrumbs li:before{background-image:var(--hds-breadcrumb-image-right);margin:0 var(--hds-spacing-small-1);width:20px;height:20px;display:inline-block}@media (max-width:719.999px){.hds-breadcrumbs li:not(:only-child){display:none}.hds-breadcrumbs li:nth-last-of-type(2){display:inherit}.hds-breadcrumbs li:nth-last-of-type(2):before{background-image:var(--hds-breadcrumb-image-left);margin-left:0;display:inline-block}}.hds-button{--hds-component-button-border-width:0px;-webkit-font-smoothing:antialiased;-webkit-appearance:button;-ms-appearance:button;appearance:button;box-sizing:border-box;border-radius:var(--hds-border-radius);border-style:solid;border-width:var(--hds-component-button-border-width);transition:all var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);cursor:pointer;word-break:normal;font:var(--hds-typography-body-small-title);text-align:center;text-decoration:none;display:inline-block}.hds-button.hds-button--small{--hds-component-button-small-y-padding:10px;font-size:var(--hds-font-size-technical-title-max);line-height:var(--hds-line-height-technical-title-max);padding:calc(var(--hds-component-button-small-y-padding) - var(--hds-component-button-border-width))calc(var(--hds-spacing-small-4) - var(--hds-component-button-border-width));min-height:44px}.hds-button.hds-button--medium{font-size:var(--hds-font-size-body-small-title-max);line-height:var(--hds-line-height-body-small-title-max);padding:calc(var(--hds-spacing-small-3) - var(--hds-component-button-border-width))calc(var(--hds-spacing-medium-1) - var(--hds-component-button-border-width));min-height:50px}.hds-button.hds-button--large{font-size:var(--hds-font-size-body-small-title-max);line-height:var(--hds-line-height-body-small-title-max);padding:calc(var(--hds-spacing-small-4) - var(--hds-component-button-border-width))calc(var(--hds-spacing-medium-2) - var(--hds-component-button-border-width));min-height:58px}.hds-button.hds-button--full{width:100%}@media (max-width:719.999px){.hds-button.hds-button--mobile-full{width:100%}}.hds-button.hds-button--primary{background-color:var(--hds-colors-signature);color:var(--hds-button-colors-text);fill:var(--hds-button-colors-text)}.hds-button.hds-button--primary:hover{background-color:var(--hds-colors-signature-hover);outline:0 solid var(--hds-colors-signature-hover)}.hds-button.hds-button--primary:active{background-color:var(--hds-colors-signature);outline:0 solid var(--hds-colors-signature-hover)}.hds-button.hds-button--secondary{background-color:var(--hds-colors-darker);color:var(--hds-ui-colors-white);fill:var(--hds-ui-colors-white)}.hds-button.hds-button--secondary:hover{background-color:var(--hds-ui-colors-black);outline:0 solid var(--hds-ui-colors-black)}.hds-button.hds-button--secondary:active{background-color:var(--hds-colors-darker);outline:0 solid var(--hds-ui-colors-black)}.hds-button.hds-button--outline-primary{--hds-component-button-border-width:var(--hds-stroke-default);border-color:var(--hds-colors-signature);color:var(--hds-ui-colors-black);fill:var(--hds-ui-colors-black);outline-offset:3px;background-color:transparent}.hds-button.hds-button--outline-primary:hover{color:var(--hds-colors-dark);fill:var(--hds-colors-dark);border-color:var(--hds-colors-dark)}.hds-button.hds-button--outline-primary:active{color:var(--hds-colors-dark);fill:var(--hds-colors-dark);border-color:var(--hds-colors-dark)}.hds-button.hds-button--outline-secondary{--hds-component-button-border-width:var(--hds-stroke-default);border-color:var(--hds-colors-darker);color:var(--hds-colors-darker);fill:var(--hds-colors-darker);outline-offset:3px;background-color:transparent}.hds-button.hds-button--outline-secondary:hover{color:var(--hds-ui-colors-black);fill:var(--hds-ui-colors-black);border-color:var(--hds-ui-colors-black)}.hds-button.hds-button--outline-secondary:active{color:var(--hds-ui-colors-black);fill:var(--hds-ui-colors-black);border-color:var(--hds-ui-colors-black)}.hds-button.hds-button--outline-white{--hds-component-button-border-width:var(--hds-stroke-default);border-color:var(--hds-colors-light);color:var(--hds-ui-colors-white);fill:var(--hds-ui-colors-white);outline-offset:3px;background-color:transparent}.hds-button.hds-button--outline-white:hover{color:var(--hds-colors-light);fill:var(--hds-colors-light)}.hds-button.hds-button--outline-white:active{color:var(--hds-colors-light);fill:var(--hds-colors-light)}.hds-button:disabled.hds-button--primary{color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);background-color:var(--hds-ui-colors-grey);border-color:var(--hds-ui-colors-grey);box-shadow:none;cursor:default;outline:0}.hds-button:disabled.hds-button--secondary{color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);background-color:var(--hds-ui-colors-grey);border-color:var(--hds-ui-colors-grey);box-shadow:none;cursor:default;outline:0}.hds-button:disabled.hds-button--outline-primary{border-color:var(--hds-ui-colors-grey);color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);cursor:default;background-color:transparent}.hds-button:disabled.hds-button--outline-secondary{border-color:var(--hds-ui-colors-grey);color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);cursor:default;background-color:transparent}.hds-button[disabled].hds-button--primary{color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);background-color:var(--hds-ui-colors-grey);border-color:var(--hds-ui-colors-grey);box-shadow:none;cursor:default;outline:0}.hds-button[disabled].hds-button--secondary{color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);background-color:var(--hds-ui-colors-grey);border-color:var(--hds-ui-colors-grey);box-shadow:none;cursor:default;outline:0}.hds-button[disabled].hds-button--outline-primary{border-color:var(--hds-ui-colors-grey);color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);cursor:default;background-color:transparent}.hds-button[disabled].hds-button--outline-secondary{border-color:var(--hds-ui-colors-grey);color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);cursor:default;background-color:transparent}.hds-button[disabled]:active.hds-button--primary{color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);background-color:var(--hds-ui-colors-grey);border-color:var(--hds-ui-colors-grey);box-shadow:none;cursor:default;outline:0}.hds-button[disabled]:active.hds-button--secondary{color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);background-color:var(--hds-ui-colors-grey);border-color:var(--hds-ui-colors-grey);box-shadow:none;cursor:default;outline:0}.hds-button[disabled]:active.hds-button--outline-primary{border-color:var(--hds-ui-colors-grey);color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);cursor:default;background-color:transparent}.hds-button[disabled]:active.hds-button--outline-secondary{border-color:var(--hds-ui-colors-grey);color:var(--hds-ui-colors-dark-grey);fill:var(--hds-ui-colors-dark-grey);cursor:default;background-color:transparent}.hds-button.hds-button--icon-only{justify-content:center;align-items:center;padding:0;display:inline-flex}.hds-button.hds-button--icon-only.hds-button--small{width:44px;height:44px}.hds-button.hds-button--icon-only.hds-button--small *{width:24px;height:24px}.hds-button.hds-button--icon-only.hds-button--medium{width:50px;height:50px}.hds-button.hds-button--icon-only.hds-button--medium *{width:32px;height:32px}.hds-button.hds-button--icon-only.hds-button--large{width:58px;height:58px}.hds-button.hds-button--icon-only.hds-button--large *{width:32px;height:32px}.hds-card{border-bottom:initial;-webkit-text-decoration:initial;text-decoration:initial;background:var(--hds-colors-lighter);border-radius:var(--hds-border-radius);transition:box-shadow var(--hds-micro-animation-duration-normal)var(--hds-micro-animation-easing-normal);color:var(--hds-ui-colors-black);flex-direction:column;display:flex;position:relative}.hds-card:hover{box-shadow:0 1px 3px rgba(0,0,0,.12)}.hds-card:hover:after{opacity:1}.hds-card .hds-card__media{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.hds-card .hds-card__media .hds-card__media__img{width:100%}.hds-card .hds-card__body{padding:var(--hds-spacing-medium-2)}@media (min-width:940px){.hds-card .hds-card__body{padding:var(--hds-spacing-medium-3)}}.hds-card .hds-card__body:hover{color:initial}.hds-card .hds-card__body-header{margin-top:0;margin-bottom:0}.hds-card .hds-card__body-header-overline{color:var(--hds-colors-dark);font-family:var(--hds-fonts-posten-sans);font-size:var(--hds-font-size-technical-max);font-weight:var(--hds-font-weight-technical);line-height:var(--hds-line-height-technical-max);display:block}.hds-card .hds-card__body-header-title{font-size:var(--hds-font-size-h2-min);font-weight:var(--hds-font-weight-h3);line-height:var(--hds-line-height-h2-max)}.hds-card .hds-card__body-description{margin-top:var(--hds-spacing-small-4);font-family:var(--hds-fonts-posten-sans);font-size:var(--hds-font-size-technical-max);font-weight:var(--hds-font-weight-technical);line-height:var(--hds-line-height-technical-max)}@media (min-width:940px){.hds-card .hds-card__body-description{margin-top:var(--hds-spacing-medium-1)}}.hds-card .hds-card__body-action{margin-top:var(--hds-spacing-small-4);display:inline-block}@media (min-width:940px){.hds-card .hds-card__body-action{margin-top:var(--hds-spacing-medium-1)}}.hds-card .hds-card__body-action-arrow{margin-top:var(--hds-spacing-small-4);display:inline-block}@media (min-width:940px){.hds-card .hds-card__body-action-arrow{margin-top:var(--hds-spacing-medium-1)}}.hds-card .hds-card__body-action-arrow{background-image:url("data:image/svg+xml,<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.7891 5.25229L11.0859 5.92026C10.9102 6.09604 10.9102 6.37729 11.0859 6.51791L16.5352 11.9671H4.54688C4.30078 11.9671 4.125 12.1781 4.125 12.389V13.3734C4.125 13.6195 4.30078 13.7953 4.54688 13.7953H16.5352L11.0859 19.2796C10.9102 19.4203 10.9102 19.7015 11.0859 19.8773L11.7891 20.5453C11.9297 20.721 12.2109 20.721 12.3867 20.5453L19.7344 13.1976C19.9102 13.0218 19.9102 12.7757 19.7344 12.5999L12.3867 5.25229C12.2109 5.07651 11.9297 5.07651 11.7891 5.25229Z\" fill=\"black\"/></svg>");border-bottom:none;width:20px;height:20px}.hds-container{padding:0 var(--hds-spacing-small-4);width:100%;margin-left:auto;margin-right:auto;display:block}@media (min-width:720px){.hds-container{max-width:590px;padding:0}}@media (min-width:940px){.hds-container{padding:0 var(--hds-spacing-medium-3);max-width:1200px}}@media (min-width:720px){.hds-container.hds-container--default{max-width:590px;padding:0}}@media (min-width:940px){.hds-container.hds-container--default{padding:0 var(--hds-spacing-medium-3);max-width:1200px}}@media (min-width:720px){.hds-container.hds-container--slim{max-width:590px;padding:0}}@media (min-width:940px){.hds-container.hds-container--slim{padding:0 var(--hds-spacing-medium-3);max-width:762px}}.hds-container.hds-container--pt{padding-top:var(--hds-spacing-small-3)}.hds-container.hds-container--pb{padding-bottom:var(--hds-spacing-small-3)}.hds-container.hds-container--mt{margin-top:var(--hds-spacing-small-3)}.hds-container.hds-container--mb{margin-bottom:var(--hds-spacing-small-3)}@media (min-width:720px){.hds-container.hds-container--pt{padding-top:var(--hds-spacing-medium-3)}.hds-container.hds-container--pb{padding-bottom:var(--hds-spacing-medium-3)}.hds-container.hds-container--mt{margin-top:var(--hds-spacing-medium-3)}.hds-container.hds-container--mb{margin-bottom:var(--hds-spacing-medium-3)}}@media (min-width:940px){.hds-container.hds-container--mt{margin-top:var(--hds-spacing-large-1)}.hds-container.hds-container--mb{margin-bottom:var(--hds-spacing-large-1)}}@media (min-width:1200px){.hds-container.hds-container--pt{padding-top:var(--hds-spacing-medium-4)}.hds-container.hds-container--pb{padding-bottom:var(--hds-spacing-medium-4)}}.hds-flex>*{margin-bottom:var(--hds-spacing-small-1)}@media (max-width:939.999px){.hds-flex>*:last-of-type{margin-bottom:0}}@media (max-width:939.999px){.hds-flex--gutter-large-mobile>*{margin-bottom:var(--hds-spacing-small-4)}.hds-flex--gutter-larger-mobile>*{margin-bottom:var(--hds-spacing-medium-2)}.hds-flex--gutter-largest-mobile>*{margin-bottom:var(--hds-spacing-medium-4)}}@media (min-width:940px){.hds-flex{display:flex}.hds-flex>*{margin-right:var(--hds-spacing-small-1);flex:1;margin-bottom:0}.hds-flex>*:last-of-type{margin-right:0}}.hds-flex--variable-height{align-items:flex-start}.hds-flex--gutter-large-desktop>*{margin-right:var(--hds-spacing-small-4)}.hds-flex--gutter-larger-desktop>*{margin-right:var(--hds-spacing-medium-2)}.hds-flex--gutter-largest-desktop>*{margin-right:var(--hds-spacing-medium-4)}.hds-flex--gutter-medium-desktop>*{margin-right:var(--hds-spacing-small-2)}.hds-flex--twos,.hds-flex--thirds,.hds-flex--fourths,.hds-flex--two-one,.hds-flex--one-two{flex-wrap:wrap}:is(.hds-flex--twos,.hds-flex--thirds,.hds-flex--fourths,.hds-flex--two-one,.hds-flex--one-two)>*{margin-bottom:var(--hds-spacing-small-1)}.hds-flex--twos>*{min-width:calc(50% - (var(--hds-spacing-small-1)/2));max-width:calc(50% - (var(--hds-spacing-small-1)/2))}.hds-flex--twos>*:nth-of-type(2n){margin-right:0}.hds-flex--twos>*:nth-child(odd):nth-last-child(-n+2){margin-bottom:0}.hds-flex--twos>*:nth-child(odd):nth-last-child(-n+2)~*{margin-bottom:0}.hds-flex--two-one>*{min-width:calc((200%/3) - (var(--hds-spacing-small-1)/2));max-width:calc((200%/3) - (var(--hds-spacing-small-1)/2))}.hds-flex--two-one>*:nth-of-type(2n){min-width:calc((100%/3) - (var(--hds-spacing-small-1)/2));max-width:calc((100%/3) - (var(--hds-spacing-small-1)/2));margin-right:0}.hds-flex--two-one>*:nth-child(odd):nth-last-child(-n+2){margin-bottom:0}.hds-flex--two-one>*:nth-child(odd):nth-last-child(-n+2)~*{margin-bottom:0}.hds-flex--one-two>*{min-width:calc((100%/3) - (var(--hds-spacing-small-1)/2));max-width:calc((100%/3) - (var(--hds-spacing-small-1)/2))}.hds-flex--one-two>*:nth-of-type(2n){min-width:calc((200%/3) - (var(--hds-spacing-small-1)/2));max-width:calc((200%/3) - (var(--hds-spacing-small-1)/2));margin-right:0}.hds-flex--one-two>*:nth-child(odd):nth-last-child(-n+2){margin-bottom:0}.hds-flex--one-two>*:nth-child(odd):nth-last-child(-n+2)~*{margin-bottom:0}.hds-flex--thirds>*{min-width:calc((100%/3) - (var(--hds-spacing-small-1)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-small-1)*2/3))}.hds-flex--thirds>*:nth-of-type(3n){margin-right:0}.hds-flex--thirds>*:nth-child(3n+1):nth-last-child(-n+3){margin-bottom:0}.hds-flex--thirds>*:nth-child(3n+1):nth-last-child(-n+3)~*{margin-bottom:0}.hds-flex--fourths>*{min-width:calc(25% - (var(--hds-spacing-small-1)*3/4));max-width:calc(25% - (var(--hds-spacing-small-1)*3/4))}.hds-flex--fourths>*:nth-of-type(4n){margin-right:0}.hds-flex--fourths>*:nth-child(4n+1):nth-last-child(-n+4){margin-bottom:0}.hds-flex--fourths>*:nth-child(4n+1):nth-last-child(-n+4)~*{margin-bottom:0}.hds-flex--gutter-medium-desktop.hds-flex--twos>*{min-width:calc(50% - (var(--hds-spacing-small-2)/2));max-width:calc(50% - (var(--hds-spacing-small-2)/2));margin-bottom:var(--hds-spacing-small-2)}.hds-flex--gutter-medium-desktop.hds-flex--thirds>*{min-width:calc((100%/3) - (var(--hds-spacing-small-2)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-small-2)*2/3));margin-bottom:var(--hds-spacing-small-2)}.hds-flex--gutter-medium-desktop.hds-flex--fourths>*{min-width:calc(25% - (var(--hds-spacing-small-2)*3/4));max-width:calc(25% - (var(--hds-spacing-small-2)*3/4));margin-bottom:var(--hds-spacing-small-2)}.hds-flex--gutter-medium-desktop.hds-flex--two-one>*{min-width:calc((200%/3) - (var(--hds-spacing-small-2)/3));max-width:calc((200%/3) - (var(--hds-spacing-small-2)/3));margin-bottom:var(--hds-spacing-small-2)}.hds-flex--gutter-medium-desktop.hds-flex--two-one>*:nth-of-type(2n){min-width:calc((100%/3) - (var(--hds-spacing-small-2)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-small-2)*2/3));margin-right:0}.hds-flex--gutter-medium-desktop.hds-flex--one-two>*{min-width:calc((100%/3) - (var(--hds-spacing-small-2)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-small-2)*2/3));margin-bottom:var(--hds-spacing-small-2)}.hds-flex--gutter-medium-desktop.hds-flex--one-two>*:nth-of-type(2n){min-width:calc((200%/3) - (var(--hds-spacing-small-2)/3));max-width:calc((200%/3) - (var(--hds-spacing-small-2)/3));margin-right:0}.hds-flex--gutter-large-desktop.hds-flex--twos>*{min-width:calc(50% - (var(--hds-spacing-small-4)/2));max-width:calc(50% - (var(--hds-spacing-small-4)/2));margin-bottom:var(--hds-spacing-small-4)}.hds-flex--gutter-large-desktop.hds-flex--thirds>*{min-width:calc((100%/3) - (var(--hds-spacing-small-4)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-small-4)*2/3));margin-bottom:var(--hds-spacing-small-4)}.hds-flex--gutter-large-desktop.hds-flex--fourths>*{min-width:calc(25% - (var(--hds-spacing-small-4)*3/4));max-width:calc(25% - (var(--hds-spacing-small-4)*3/4));margin-bottom:var(--hds-spacing-small-4)}.hds-flex--gutter-large-desktop.hds-flex--two-one>*{min-width:calc((200%/3) - (var(--hds-spacing-small-4)/3));max-width:calc((200%/3) - (var(--hds-spacing-small-4)/3));margin-bottom:var(--hds-spacing-small-4)}.hds-flex--gutter-large-desktop.hds-flex--two-one>*:nth-of-type(2n){min-width:calc((100%/3) - (var(--hds-spacing-small-4)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-small-4)*2/3));margin-right:0}.hds-flex--gutter-large-desktop.hds-flex--one-two>*{min-width:calc((100%/3) - (var(--hds-spacing-small-4)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-small-4)*2/3));margin-bottom:var(--hds-spacing-small-4)}.hds-flex--gutter-large-desktop.hds-flex--one-two>*:nth-of-type(2n){min-width:calc((200%/3) - (var(--hds-spacing-small-4)/3));max-width:calc((200%/3) - (var(--hds-spacing-small-4)/3));margin-right:0}.hds-flex--gutter-larger-desktop.hds-flex--twos>*{min-width:calc(50% - (var(--hds-spacing-medium-2)/2));max-width:calc(50% - (var(--hds-spacing-medium-2)/2));margin-bottom:var(--hds-spacing-medium-2)}.hds-flex--gutter-larger-desktop.hds-flex--thirds>*{min-width:calc((100%/3) - (var(--hds-spacing-medium-2)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-medium-2)*2/3));margin-bottom:var(--hds-spacing-medium-2)}.hds-flex--gutter-larger-desktop.hds-flex--fourths>*{min-width:calc(25% - (var(--hds-spacing-medium-2)*3/4));max-width:calc(25% - (var(--hds-spacing-medium-2)*3/4));margin-bottom:var(--hds-spacing-medium-2)}.hds-flex--gutter-larger-desktop.hds-flex--two-one>*{min-width:calc((200%/3) - (var(--hds-spacing-medium-2)/3));max-width:calc((200%/3) - (var(--hds-spacing-medium-2)/3));margin-bottom:var(--hds-spacing-medium-2)}.hds-flex--gutter-larger-desktop.hds-flex--two-one>*:nth-of-type(2n){min-width:calc((100%/3) - (var(--hds-spacing-medium-2)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-medium-2)*2/3));margin-right:0}.hds-flex--gutter-larger-desktop.hds-flex--one-two>*{min-width:calc((100%/3) - (var(--hds-spacing-medium-2)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-medium-2)*2/3));margin-bottom:var(--hds-spacing-medium-2)}.hds-flex--gutter-larger-desktop.hds-flex--one-two>*:nth-of-type(2n){min-width:calc((200%/3) - (var(--hds-spacing-medium-2)/3));max-width:calc((200%/3) - (var(--hds-spacing-medium-2)/3));margin-right:0}.hds-flex--gutter-largest-desktop.hds-flex--twos>*{min-width:calc(50% - (var(--hds-spacing-medium-4)/2));max-width:calc(50% - (var(--hds-spacing-medium-4)/2));margin-bottom:var(--hds-spacing-medium-4)}.hds-flex--gutter-largest-desktop.hds-flex--thirds>*{min-width:calc((100%/3) - (var(--hds-spacing-medium-4)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-medium-4)*2/3));margin-bottom:var(--hds-spacing-medium-4)}.hds-flex--gutter-largest-desktop.hds-flex--fourths>*{min-width:calc(25% - (var(--hds-spacing-medium-4)*3/4));max-width:calc(25% - (var(--hds-spacing-medium-4)*3/4));margin-bottom:var(--hds-spacing-medium-4)}.hds-flex--gutter-largest-desktop.hds-flex--two-one>*{min-width:calc((200%/3) - (var(--hds-spacing-medium-4)/3));max-width:calc((200%/3) - (var(--hds-spacing-medium-4)/3));margin-bottom:var(--hds-spacing-medium-4)}.hds-flex--gutter-largest-desktop.hds-flex--two-one>*:nth-of-type(2n){min-width:calc((100%/3) - (var(--hds-spacing-medium-4)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-medium-4)*2/3));margin-right:0}.hds-flex--gutter-largest-desktop.hds-flex--one-two>*{min-width:calc((100%/3) - (var(--hds-spacing-medium-4)*2/3));max-width:calc((100%/3) - (var(--hds-spacing-medium-4)*2/3));margin-bottom:var(--hds-spacing-medium-4)}.hds-flex--gutter-largest-desktop.hds-flex--one-two>*:nth-of-type(2n){min-width:calc((200%/3) - (var(--hds-spacing-medium-4)/3));max-width:calc((200%/3) - (var(--hds-spacing-medium-4)/3));margin-right:0}.hds-link{border-bottom:var(--hds-stroke-default)solid var(--hds-link-colors-underline);fill:var(--hds-link-colors-text);color:var(--hds-link-colors-text);transition:all var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);cursor:pointer;text-decoration:none}.hds-link:hover{color:var(--hds-link-colors-hover);fill:var(--hds-link-colors-hover);border-color:var(--hds-link-colors-underline-hover)}.hds-link:hover .hds-link__text{border-color:var(--hds-link-colors-underline-hover)}.hds-link:active{color:var(--hds-link-colors-hover);fill:var(--hds-link-colors-hover);border-color:var(--hds-link-colors-underline-hover)}.hds-link:active .hds-link__text{border-color:var(--hds-link-colors-underline-hover)}.hds-link.hds-link--inverted{color:var(--hds-ui-colors-white);-webkit-text-decoration-color:var(--hds-colors-signature);text-decoration-color:var(--hds-colors-signature);border-color:currentColor}.hds-link.hds-link--inverted:hover{color:var(--hds-colors-light);border-color:currentColor}.hds-link.hds-link--inverted:active{color:var(--hds-colors-light);border-color:currentColor}.hds-link.hds-link--inverted:disabled{color:var(--hds-ui-colors-dark-grey);fill:currentColor;cursor:default;border-color:currentColor;box-shadow:none!important;outline:0!important}.hds-link.hds-link--small{font:var(--hds-typography-body-small)}.hds-link.hds-link--large{font:var(--hds-typography-h3)}.hds-link.hds-link--no-underline{color:var(--hds-colors-dark);border-bottom:none;font-weight:500;text-decoration:none}.hds-link.hds-link--no-underline:hover{color:var(--hds-colors-dark);text-decoration:underline;-webkit-text-decoration-color:var(--hds-colors-dark);text-decoration-color:var(--hds-colors-dark);border-bottom:none}.hds-link.hds-link--solid{color:var(--hds-ui-colors-black);border-color:var(--hds-ui-colors-black)}.hds-link.hds-link--solid:hover{color:var(--hds-ui-colors-black-hover);border-color:var(--hds-ui-colors-black-hover)}.hds-link.hds-link--solid:active{color:var(--hds-ui-colors-black-hover);border-color:var(--hds-ui-colors-black-hover)}.hds-link:-webkit-any(button){background:0 0;border-top:0;border-left:0;border-right:0;padding:0}.hds-link:-webkit-any(button):not(:-webkit-any(.hds-link--small,.hds-link--large)){font:var(--hds-typography-body)}.hds-link:is(button):not(:is(.hds-link--small,.hds-link--large)){font:var(--hds-typography-body)}.hds-link:is(button){background:0 0;border-top:0;border-left:0;border-right:0;padding:0}.hds-link:-webkit-any(button):not(:-webkit-any(.hds-link--small,.hds-link--large)){font:var(--hds-typography-body)}.hds-link:is(button):not(:is(.hds-link--small,.hds-link--large)){font:var(--hds-typography-body)}.hds-description-list{font:var(--hds-typography-body);padding-left:0;list-style:none}.hds-description-list dt{font:var(--hds-typography-body-title)}.hds-description-list :-webkit-any(dt,div):not(:first-of-type){margin-top:var(--hds-spacing-small-3)}.hds-description-list :is(dt,div):not(:first-of-type){margin-top:var(--hds-spacing-small-3)}.hds-description-list dd{margin-left:0}.hds-description-list dd{margin-top:2px}.hds-description-list.hds-description-list--vertical dd{margin-top:2px}.hds-description-list.hds-description-list--horizontal dt{margin-right:var(--hds-spacing-small-2);display:inline-block}.hds-description-list.hds-description-list--horizontal dd{margin-top:0;display:inline}.hds-description-list.hds-description-list--horizontal dd:after{content:"\a ";white-space:pre}.hds-description-list.hds-description-list--horizontal :-webkit-any(dt,dd) *{display:inline}.hds-description-list.hds-description-list--horizontal :is(dt,dd) *{display:inline}:where(.hds-list){margin:0}.hds-list{padding-left:var(--hds-spacing-medium-3);flex-direction:column;display:flex}.hds-list li{padding-left:var(--hds-spacing-small-2)}.hds-list li::marker{color:var(--hds-colors-dark)}.hds-list:-webkit-any(ol){list-style:decimal}.hds-list:is(ol){list-style:decimal}.hds-list:-webkit-any(ul){list-style:disc}.hds-list:is(ul){list-style:disc}.hds-list:-webkit-any(ul) ul{list-style:circle}.hds-list:is(ul) ul{list-style:circle}.hds-list.hds-list--no-bullets{padding-left:0;list-style:none}.hds-list.hds-list--no-bullets li{padding-left:0}.hds-list.hds-list--small{font:var(--hds-typography-body-small);gap:var(--hds-spacing-small-1)}.hds-list{gap:var(--hds-spacing-small-2)}.hds-list.hds-list--medium{gap:var(--hds-spacing-small-2)}.hds-list.hds-list--large{font:var(--hds-typography-h3);gap:var(--hds-spacing-small-3)}.hds-box.hds-message{--hds-component-message-icon-width:var(--hds-spacing-medium-3);--hds-component-message-spacing-between:var(--hds-spacing-small-4);--hds-component-message-padding:var(--hds-component-box-padding);padding-left:calc(var(--hds-component-message-padding) + var(--hds-component-message-icon-width) + var(--hds-component-message-spacing-between))}@media (min-width:720px){.hds-box.hds-message{--hds-component-message-spacing-between:var(--hds-spacing-medium-2)}}.hds-box.hds-message:before{content:"";top:var(--hds-component-message-padding);left:var(--hds-component-message-padding);width:var(--hds-component-message-icon-width);height:var(--hds-component-message-icon-width);position:absolute}.hds-box.hds-message.hds-message--success{background-color:var(--hds-ui-colors-light-grey-fill)}.hds-box.hds-message.hds-message--success:before{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><path d=\"M27.6412 7.54758C28.3713 8.22153 28.3713 9.40094 27.6412 10.0749L13.2636 24.4524C12.5897 25.1825 11.4103 25.1825 10.7363 24.4524L3.54758 17.2637C2.81747 16.5897 2.81747 15.4103 3.54758 14.7363C4.22153 14.0062 5.40094 14.0062 6.07488 14.7363L11.9719 20.6334L25.1139 7.54758C25.7878 6.81747 26.9672 6.81747 27.6412 7.54758Z\" fill=\"%237BC144\"/></svg>")}.hds-box.hds-message.hds-message--attention{background-color:var(--hds-ui-colors-warning-yellow-light-fill)}.hds-box.hds-message.hds-message--attention:before{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><path d=\"M29.0323 23.7656C29.8537 25.2031 28.8269 27 27.1327 27H5.21084C3.51664 27 2.48986 25.2031 3.25994 23.7656L14.2466 5.07812C14.7086 4.35938 15.4274 4 16.1974 4C16.9162 4 17.6349 4.35938 18.097 5.07812L29.0323 23.7656ZM5.72423 24.5357H26.6193L16.1461 6.72098L5.72423 24.5357ZM16.1974 19.7098C17.0702 19.7098 17.789 20.4286 17.789 21.3013C17.789 22.1741 17.0702 22.8929 16.1974 22.8929C15.2733 22.8929 14.5546 22.1741 14.5546 21.3013C14.5546 20.4286 15.2733 19.7098 16.1974 19.7098ZM14.9653 11.8036C14.9653 11.1362 15.4787 10.5714 16.1974 10.5714C16.8649 10.5714 17.4296 11.1362 17.4296 11.8036V16.7321C17.4296 17.4509 16.8649 17.9643 16.1974 17.9643C15.4787 17.9643 14.9653 17.4509 14.9653 16.7321V11.8036Z\" fill=\"black\"/></svg>")}.hds-box.hds-message.hds-message--warning{background-color:var(--hds-ui-colors-warning-yellow)}.hds-box.hds-message.hds-message--warning:before{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect x=\"12\" y=\"10\" width=\"8\" height=\"14.6667\" rx=\"4\" fill=\"%23FDBB2F\"/><path d=\"M29.0094 24.7656C29.8308 26.2031 28.804 28 27.1098 28H5.18794C3.49374 28 2.46695 26.2031 3.28838 24.7656L14.275 6.07812C15.0964 4.64062 17.2013 4.64062 18.0741 6.07812L29.0094 24.7656ZM14.9424 11.9821V18.5536C14.9424 19.2723 15.5585 19.7857 16.1745 19.7857C16.842 19.7857 17.4067 19.2723 17.4067 18.5536V11.9821C17.4067 11.3147 16.842 10.75 16.1745 10.75C15.4558 10.75 14.9424 11.3147 14.9424 11.9821ZM16.1745 24.7143C17.0473 24.7143 17.7661 23.9955 17.7661 23.1228C17.7661 22.25 17.0473 21.5312 16.1745 21.5312C15.2504 21.5312 14.5317 22.25 14.5317 23.1228C14.5317 23.9955 15.2504 24.7143 16.1745 24.7143Z\" fill=\"black\"/></svg>")}.hds-box.hds-message.hds-message--neutral{background-color:var(--hds-ui-colors-light-grey-fill)}.hds-box.hds-message.hds-message--neutral .hds-message--neutral__icon{top:var(--hds-component-message-padding);left:var(--hds-component-message-padding);width:var(--hds-component-message-icon-width);position:absolute}.hds-box.hds-message .hds-message__title{margin:0}.hds-box.hds-message .hds-message__description{margin:0}.hds-box.hds-message :-webkit-any(.hds-message__title,.hds-message__description):first-of-type{margin-top:2px}.hds-box.hds-message :is(.hds-message__title,.hds-message__description):first-of-type{margin-top:2px}.hds-box.hds-message .hds-message__title{font:var(--hds-typography-body-title)}.hds-box.hds-message .hds-message__title~.hds-message__description{margin-top:var(--hds-spacing-small-3)}@media (min-width:940px){.hds-box.hds-message .hds-message__title~.hds-message__description{margin-top:var(--hds-spacing-small-4)}}.hds-modal{max-width:var(--hds-breakpoint-small);border:none;position:fixed}.hds-modal::-ms-backdrop{background-color:rgba(0,0,0,.4);animation:.3s cubic-bezier(0,.45,.1,1) hds-modal-backdrop-fade-in}.hds-modal::backdrop{background-color:rgba(0,0,0,.4);animation:.3s cubic-bezier(0,.45,.1,1) hds-modal-backdrop-fade-in}.hds-modal[open]{animation:hds-modal-fade-in var(--hds-micro-animation-duration-normal)var(--hds-micro-animation-easing-out)}@media (max-width:475.999px){.hds-modal{margin-left:var(--hds-spacing-small-2);margin-right:var(--hds-spacing-small-2)}}.hds-modal .hds-modal__header{font:var(--hds-typography-body-title);padding-right:16px}.hds-modal .hds-modal__content{margin-top:var(--hds-spacing-medium-2)}.hds-modal .hds-modal__footer{margin-top:var(--hds-spacing-medium-2)}.hds-modal-scroll-lock{overflow:hidden}@keyframes hds-modal-backdrop-fade-in{0%{opacity:0}to{opacity:1}}@keyframes hds-modal-fade-in{0%{opacity:0;transform:translateY(calc(5% + 4px))}50%{opacity:1}to{transform:none}}.hds-navbar{background-color:var(--hds-ui-colors-white);height:var(--hds-navbar-height);justify-content:space-between;align-items:center;gap:var(--hds-spacing-medium-3);font-family:var(--hds-fonts-posten-sans-regular);text-align:left;-webkit-font-smoothing:antialiased;padding:0 var(--hds-spacing-medium-2);display:flex;position:relative}@media (min-width:940px){.hds-navbar{padding:0 var(--hds-spacing-medium-3)}}.hds-navbar .hds-navbar__expandable-menu-content{transform-origin:top;opacity:1;visibility:visible;top:var(--hds-navbar-height);width:100%;min-height:100vh;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:absolute;left:0;transform:rotateX(0)}.hds-navbar .hds-navbar__expandable-menu-content[data-state=open]{background-color:#ff1493}.hds-navbar .hds-navbar__expandable-menu-content[data-state=closed]{display:none}.hds-navbar .hds-navbar__button{color:inherit;padding:var(--hds-spacing-small-4);font:var(--hds-typography-body);background-color:transparent;border:0;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.hds-navbar .hds-navbar__button:hover{color:var(--hds-link-colors-hover)}.hds-navbar .hds-navbar__button svg{margin-left:var(--hds-spacing-small-2);width:var(--hds-spacing-medium-2);height:var(--hds-spacing-medium-2)}.hds-navbar .hds-navbar__navigation{display:flex}.hds-navbar__logo{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"158\" height=\"48\" viewBox=\"0 0 158 48\" fill=\"none\"><path d=\"M58.9618 22.2838C56.8082 22.1586 54.6815 22.8131 52.971 24.1277V22.618H48.9451V48H53.4002V40.4114C54.6908 41.7941 56.3496 42.1012 58.4396 42.1012C65.8751 42.1012 66.7045 36.8777 66.7045 32.2385C66.7045 26.1196 65.8131 22.3448 58.9618 22.2838ZM58.2555 38.1683C54.4457 38.1683 53.3702 37.0318 53.3702 32.2385C53.3702 27.4452 54.4477 26.2197 58.2545 26.2197C61.5731 26.2197 62.2794 27.7564 62.2794 32.2415C62.2514 36.6936 61.542 38.1683 58.2545 38.1683H58.2555ZM77.4276 22.2838C74.3261 22.2838 71.989 22.8371 70.3612 24.4348C68.6714 26.0356 68.3022 28.5208 68.3022 32.1775C68.3022 35.8342 68.6704 38.3224 70.3612 39.9202C72.02 41.5489 74.3251 42.0712 77.4276 42.0712C80.5 42.0712 82.8662 41.5179 84.4939 39.9202C86.1837 38.3194 86.5529 35.8342 86.5529 32.1775C86.5529 28.5208 86.2148 26.0326 84.4939 24.4348C82.8612 22.8361 80.499 22.2838 77.4266 22.2838H77.4276ZM77.4276 38.1683C73.1255 38.1683 72.7574 36.5095 72.7574 32.1775C72.7574 27.8454 73.1576 26.1866 77.4276 26.1866C81.7296 26.1866 82.0978 27.8454 82.0978 32.1775C82.1278 36.5085 81.7286 38.1683 77.4266 38.1683H77.4276ZM130.397 22.2838C122.685 22.2838 121.579 26.6779 121.579 32.4226C121.579 38.0143 122.807 42.1012 130.52 42.1012C134.146 42.1012 138.939 41.2098 138.939 36.0483H134.637C134.606 38.1994 132.302 38.4495 130.673 38.4495C126.863 38.4495 126.034 37.1589 126.034 33.8713H139.188C139.153 27.1991 138.754 22.2838 130.397 22.2838ZM126.095 30.2726C126.095 27.7224 126.495 25.9405 130.397 25.9405C134.514 25.9405 134.76 27.5073 134.76 30.2726H126.095ZM150.398 22.2838C148.387 22.1721 146.409 22.8316 144.868 24.1277V22.618H141.027V41.7941H145.482V32.8528C145.482 29.5042 145.114 26.2167 149.937 26.2167C153.778 26.2167 153.439 27.9985 153.439 31.6853V41.7901H157.897V31.3161C157.834 27.1381 158.141 22.2838 150.398 22.2838ZM114.235 38.4755C112.084 38.4445 111.808 37.3389 111.808 35.8943V26.4618H120.534V22.618H111.808V16.415H107.353V22.618H104.772V26.4588H107.353V35.8943C107.353 40.1963 109.903 42.0972 114.356 42.0972C118.166 42.0972 120.593 40.6535 120.593 36.0443H116.568C116.509 37.2769 116.232 38.5065 114.235 38.4755ZM95.4311 30.1795C93.4952 30.0565 92.2356 30.0565 92.3297 27.9055C92.3607 26.6459 92.6988 25.7544 96.5086 25.8465C99.0899 25.9385 99.9193 26.4608 99.9193 28.3357H104.005C104.005 23.7575 101.24 22.3448 96.4776 22.2828C91.3752 22.1908 87.9666 23.2663 87.9056 28.0285C87.7825 33.9313 92.2076 33.7743 96.4776 34.0194C98.6897 34.1424 100.011 34.1734 99.9493 36.4465C99.9183 37.8292 99.458 38.6896 95.6472 38.5665C92.5137 38.4745 91.9295 37.7061 91.9295 36.0473H87.8435C87.8435 40.7786 90.855 42.0382 95.7093 42.1002C100.871 42.1922 104.313 40.9637 104.373 36.2314C104.434 30.0875 99.8562 30.4567 95.4321 30.1795H95.4311Z\" fill=\"%23E32D22\"/><path d=\"M41.7548 22.6211C41.5325 25.3489 40.2918 27.8932 38.2795 29.7482C36.2672 31.6032 33.6305 32.633 30.8937 32.633C28.1568 32.633 25.5201 31.6032 23.5078 29.7482C21.4955 27.8932 20.2548 25.3489 20.0325 22.6211H0C0.228572 28.2373 2.62039 33.5474 6.67493 37.4403C10.7295 41.3332 16.1325 43.5071 21.7533 43.5071C27.3742 43.5071 32.7772 41.3332 36.8317 37.4403C40.8863 33.5474 43.2781 28.2373 43.5067 22.6211H41.7548Z\" fill=\"%23E32D22\"/><path d=\"M20.0325 20.8703C20.2502 18.1433 21.4873 15.5984 23.4972 13.7425C25.5072 11.8867 28.1425 10.8561 30.8782 10.8561C33.6139 10.8561 36.2491 11.8867 38.2591 13.7425C40.269 15.5984 41.5061 18.1433 41.7238 20.8703H43.4746C43.2462 15.2583 40.8561 9.95216 36.8045 6.06221C32.753 2.17226 27.354 0 21.7373 0C16.1207 0 10.7217 2.17226 6.67013 6.06221C2.61858 9.95216 0.228486 15.2583 0 20.8703H20.0325Z\" fill=\"%23BFC0C4\"/></svg>");width:158px;height:48px;display:block}.hds-theme-bring .hds-navbar__logo{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"126\" height=\"48\" viewBox=\"0 0 126 48\" fill=\"none\"><path d=\"M56.9592 21.4848C54.9548 21.4848 52.7595 21.7123 51.364 23.152V15.8406H47.0928V40.2651H50.9479V38.7891C52.4402 40.0295 54.3427 40.6643 56.2796 40.5682C63.651 40.5682 64.1416 35.5712 64.1416 31.0657C64.1406 25.4607 63.272 21.4848 56.9592 21.4848ZM56.0152 36.706C52.3481 36.706 51.2886 35.684 51.2886 31.0657C51.2886 26.4473 52.3471 25.4253 56.0152 25.4253C59.1907 25.4253 59.8703 26.7503 59.8703 31.0657C59.8703 35.381 59.1898 36.7069 56.0152 36.7069V36.706ZM75.1256 21.4848C74.1903 21.4379 73.2557 21.5892 72.3827 21.9287C71.5097 22.2682 70.718 22.7883 70.0593 23.4551V21.8098H66.355V40.2661H70.6263V32.2358C70.5151 30.621 70.6555 28.9987 71.0424 27.4272C71.2826 26.7482 71.7374 26.1662 72.3376 25.7694C72.9379 25.3726 73.651 25.1827 74.3688 25.2284C76.146 25.2284 76.8504 25.6108 76.8504 27.3105H81.0968C81.0987 23.2648 79.0953 21.4848 75.1256 21.4848ZM99.2242 21.4848C97.2868 21.3822 95.3826 22.0182 93.8944 23.2648V21.8098H90.1901V40.2661H94.4614V31.6708C94.4614 28.453 94.1225 25.2714 98.7336 25.2714C102.44 25.2714 102.098 26.976 102.098 30.5351V40.2661H106.37V30.1938C106.37 26.1806 106.669 21.4848 99.2242 21.4848ZM121.759 21.8089V23.2639C120.106 22.0256 118.077 21.3969 116.014 21.4838C109.663 21.4838 108.643 25.3078 108.643 30.9118C108.643 35.3418 109.059 40.2642 116.052 40.2642C117.951 40.3566 119.823 39.7818 121.344 38.639C121.376 39.715 121.351 40.792 121.27 41.8654C121.042 43.6072 119.265 44.3644 116.807 44.3644C114.421 44.3644 113.673 43.6952 113.673 42.3664H109.021C109.021 47.0622 113.221 48 116.92 48C120.325 48 124.784 47.0918 125.465 42.699C125.603 41.2376 125.653 39.7691 125.615 38.3015V21.8098L121.759 21.8089ZM116.732 36.4029C113.558 36.4029 112.914 35.228 112.914 30.9127C112.914 26.5974 113.558 25.2724 116.732 25.2724C120.399 25.2724 121.382 26.2963 121.382 30.9127C121.382 35.5292 120.399 36.4039 116.732 36.4039V36.4029ZM83.147 40.2642H87.4183V21.8098H83.147V40.2642ZM83.147 20.1301H87.4183V15.8531H83.147V20.1301Z\" fill=\"%237BC144\"/><path d=\"M22.5571 21.8098C22.347 24.4369 21.1567 26.8883 19.2233 28.676C17.2898 30.4636 14.755 31.4562 12.1237 31.4562C9.49241 31.4562 6.95763 30.4636 5.02417 28.676C3.09071 26.8883 1.90044 24.4369 1.69037 21.8098H0C0.215972 27.2217 2.51436 32.34 6.41376 36.0926C10.3132 39.8452 15.5111 41.9409 20.9187 41.9409C26.3264 41.9409 31.5243 39.8452 35.4237 36.0926C39.3231 32.34 41.6214 27.2217 41.8374 21.8098H22.5571Z\" fill=\"%23BFC0C4\"/><path d=\"M1.69037 20.1311C1.90044 17.5041 3.09071 15.0526 5.02417 13.265C6.95763 11.4774 9.49241 10.4847 12.1237 10.4847C14.755 10.4847 17.2898 11.4774 19.2233 13.265C21.1567 15.0526 22.347 17.5041 22.5571 20.1311H41.8374C41.6214 14.7192 39.3231 9.60096 35.4237 5.84837C31.5243 2.09578 26.3264 0 20.9187 0C15.5111 0 10.3132 2.09578 6.41376 5.84837C2.51436 9.60096 0.215972 14.7192 0 20.1311H1.69037Z\" fill=\"%237BC144\"/></svg>");width:126px;height:48px}.hds-prose h1{margin-top:var(--hds-spacing-large-1)}@media (min-width:940px){.hds-prose h1{margin-top:var(--hds-spacing-large-2)}}.hds-prose h2{margin-top:var(--hds-spacing-large-1)}@media (min-width:940px){.hds-prose h2{margin-top:var(--hds-spacing-large-2)}}.hds-prose h3{margin-top:var(--hds-spacing-medium-4)}@media (min-width:940px){.hds-prose h3{margin-top:var(--hds-spacing-large-1)}}.hds-prose h4{margin-top:var(--hds-spacing-medium-3)}@media (min-width:940px){.hds-prose h4{margin-top:var(--hds-spacing-medium-4)}}.hds-prose h5{margin-top:var(--hds-spacing-medium-3)}@media (min-width:940px){.hds-prose h5{margin-top:var(--hds-spacing-medium-4)}}.hds-prose a:where(:not(.hds-button)){border-bottom:var(--hds-stroke-default)solid var(--hds-link-colors-underline);fill:var(--hds-link-colors-text);color:var(--hds-link-colors-text);transition:all var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);cursor:pointer;text-decoration:none}.hds-prose a:where(:not(.hds-button)):hover{color:var(--hds-link-colors-hover);fill:var(--hds-link-colors-hover);border-color:var(--hds-link-colors-underline-hover)}.hds-prose a:where(:not(.hds-button)):hover .hds-link__text{border-color:var(--hds-link-colors-underline-hover)}.hds-prose a:where(:not(.hds-button)):active{color:var(--hds-link-colors-hover);fill:var(--hds-link-colors-hover);border-color:var(--hds-link-colors-underline-hover)}.hds-prose a:where(:not(.hds-button)):active .hds-link__text{border-color:var(--hds-link-colors-underline-hover)}.hds-prose a:where(:not(.hds-button)).hds-link--inverted{color:var(--hds-ui-colors-white);-webkit-text-decoration-color:var(--hds-colors-signature);text-decoration-color:var(--hds-colors-signature);border-color:currentColor}.hds-prose a:where(:not(.hds-button)).hds-link--inverted:hover{color:var(--hds-colors-light);border-color:currentColor}.hds-prose a:where(:not(.hds-button)).hds-link--inverted:active{color:var(--hds-colors-light);border-color:currentColor}.hds-prose a:where(:not(.hds-button)).hds-link--inverted:disabled{color:var(--hds-ui-colors-dark-grey);fill:currentColor;cursor:default;border-color:currentColor;box-shadow:none!important;outline:0!important}.hds-prose a:where(:not(.hds-button)).hds-link--small{font:var(--hds-typography-body-small)}.hds-prose a:where(:not(.hds-button)).hds-link--large{font:var(--hds-typography-h3)}.hds-prose a:where(:not(.hds-button)).hds-link--no-underline{color:var(--hds-colors-dark);border-bottom:none;font-weight:500;text-decoration:none}.hds-prose a:where(:not(.hds-button)).hds-link--no-underline:hover{color:var(--hds-colors-dark);text-decoration:underline;-webkit-text-decoration-color:var(--hds-colors-dark);text-decoration-color:var(--hds-colors-dark);border-bottom:none}.hds-prose a:where(:not(.hds-button)).hds-link--solid{color:var(--hds-ui-colors-black);border-color:var(--hds-ui-colors-black)}.hds-prose a:where(:not(.hds-button)).hds-link--solid:hover{color:var(--hds-ui-colors-black-hover);border-color:var(--hds-ui-colors-black-hover)}.hds-prose a:where(:not(.hds-button)).hds-link--solid:active{color:var(--hds-ui-colors-black-hover);border-color:var(--hds-ui-colors-black-hover)}.hds-prose a:where(:not(.hds-button)):-webkit-any(button){background:0 0;border-top:0;border-left:0;border-right:0;padding:0}.hds-prose a:where(:not(.hds-button)):-webkit-any(button):not(:-webkit-any(.hds-link--small,.hds-link--large)){font:var(--hds-typography-body)}.hds-prose a:where(:not(.hds-button)):is(button):not(:is(.hds-link--small,.hds-link--large)){font:var(--hds-typography-body)}.hds-prose a:where(:not(.hds-button)):is(button){background:0 0;border-top:0;border-left:0;border-right:0;padding:0}.hds-prose a:where(:not(.hds-button)):-webkit-any(button):not(:-webkit-any(.hds-link--small,.hds-link--large)){font:var(--hds-typography-body)}.hds-prose a:where(:not(.hds-button)):is(button):not(:is(.hds-link--small,.hds-link--large)){font:var(--hds-typography-body)}.hds-prose p{margin-top:var(--hds-spacing-small-4)}@media (min-width:940px){.hds-prose p{margin-top:var(--hds-spacing-medium-2)}}.hds-prose p+h2{margin-top:var(--hds-spacing-large-1)}@media (min-width:940px){.hds-prose p+h2{margin-top:var(--hds-spacing-large-2)}}.hds-prose p+figure{margin-top:var(--hds-spacing-large-1)}@media (min-width:940px){.hds-prose p+figure{margin-top:var(--hds-spacing-large-2)}}.hds-prose p+h3{margin-top:var(--hds-spacing-medium-4)}@media (min-width:940px){.hds-prose p+h3{margin-top:var(--hds-spacing-large-1)}}.hds-prose p+h4{margin-top:var(--hds-spacing-medium-3)}@media (min-width:940px){.hds-prose p+h4{margin-top:var(--hds-spacing-medium-4)}}.hds-prose p+h5{margin-top:var(--hds-spacing-medium-3)}@media (min-width:940px){.hds-prose p+h5{margin-top:var(--hds-spacing-medium-4)}}.hds-prose hr{margin-bottom:var(--hds-spacing-medium-2)}.hds-prose :-webkit-any(ul,ol):where(:not(.hds-accordion)){margin-top:var(--hds-spacing-small-4)}.hds-prose :-webkit-any(ul,ol):where(:not(.hds-accordion)){padding-left:var(--hds-spacing-medium-3);flex-direction:column;display:flex}.hds-prose :-webkit-any(ul,ol):where(:not(.hds-accordion)) li{padding-left:var(--hds-spacing-small-2)}.hds-prose :-webkit-any(ul,ol):where(:not(.hds-accordion)) li::marker{color:var(--hds-colors-dark)}.hds-prose :-webkit-any(ul,ol):where(:not(.hds-accordion)):-webkit-any(ol){list-style:decimal}.hds-prose :is(ul,ol):where(:not(.hds-accordion)):is(ol){list-style:decimal}.hds-prose :-webkit-any(ul,ol):where(:not(.hds-accordion)):-webkit-any(ul){list-style:disc}.hds-prose :is(ul,ol):where(:not(.hds-accordion)):is(ul){list-style:disc}.hds-prose :-webkit-any(ul,ol):where(:not(.hds-accordion)):-webkit-any(ul) ul{list-style:circle}.hds-prose :is(ul,ol):where(:not(.hds-accordion)):is(ul) ul{list-style:circle}.hds-prose :is(ul,ol):where(:not(.hds-accordion)).hds-list--no-bullets{padding-left:0;list-style:none}.hds-prose :is(ul,ol):where(:not(.hds-accordion)).hds-list--no-bullets li{padding-left:0}.hds-prose :is(ul,ol):where(:not(.hds-accordion)).hds-list--small{font:var(--hds-typography-body-small);gap:var(--hds-spacing-small-1)}.hds-prose :is(ul,ol):where(:not(.hds-accordion)){gap:var(--hds-spacing-small-2)}.hds-prose :is(ul,ol):where(:not(.hds-accordion)).hds-list--medium{gap:var(--hds-spacing-small-2)}.hds-prose :is(ul,ol):where(:not(.hds-accordion)).hds-list--large{font:var(--hds-typography-h3);gap:var(--hds-spacing-small-3)}.hds-prose :is(ul,ol):where(:not(.hds-accordion)){margin-top:var(--hds-spacing-small-4)}.hds-prose :is(ul,ol):where(:not(.hds-accordion)){padding-left:var(--hds-spacing-medium-3);flex-direction:column;display:flex}.hds-prose :is(ul,ol):where(:not(.hds-accordion)) li{padding-left:var(--hds-spacing-small-2)}.hds-prose :is(ul,ol):where(:not(.hds-accordion)) li::marker{color:var(--hds-colors-dark)}.hds-prose :-webkit-any(ul,ol):where(:not(.hds-accordion)):-webkit-any(ol){list-style:decimal}.hds-prose :is(ul,ol):where(:not(.hds-accordion)):is(ol){list-style:decimal}.hds-prose :-webkit-any(ul,ol):where(:not(.hds-accordion)):-webkit-any(ul){list-style:disc}.hds-prose :is(ul,ol):where(:not(.hds-accordion)):is(ul){list-style:disc}.hds-prose :-webkit-any(ul,ol):where(:not(.hds-accordion)):-webkit-any(ul) ul{list-style:circle}.hds-prose :is(ul,ol):where(:not(.hds-accordion)):is(ul) ul{list-style:circle}.hds-prose :is(ul,ol):where(:not(.hds-accordion)).hds-list--no-bullets{padding-left:0;list-style:none}.hds-prose :is(ul,ol):where(:not(.hds-accordion)).hds-list--no-bullets li{padding-left:0}.hds-prose :is(ul,ol):where(:not(.hds-accordion)).hds-list--small{font:var(--hds-typography-body-small);gap:var(--hds-spacing-small-1)}.hds-prose :is(ul,ol):where(:not(.hds-accordion)){gap:var(--hds-spacing-small-2)}.hds-prose :is(ul,ol):where(:not(.hds-accordion)).hds-list--medium{gap:var(--hds-spacing-small-2)}.hds-prose :is(ul,ol):where(:not(.hds-accordion)).hds-list--large{font:var(--hds-typography-h3);gap:var(--hds-spacing-small-3)}.hds-prose figure{margin-top:var(--hds-spacing-medium-3)}.hds-prose table p{margin-bottom:0}.hds-prose table h1{margin-bottom:0}.hds-prose table h2{margin-bottom:0}.hds-prose table h3{margin-bottom:0}.hds-prose table h4{margin-bottom:0}.hds-prose table h5{margin-bottom:0}.hds-prose table h6{margin-bottom:0}.hds-prose table a{color:unset;border-bottom:none}.hds-prose b{font:var(--hds-typography-body-title)}.hds-prose strong{font:var(--hds-typography-body-title)}.hds-prose.hds-prose--small p{font:var(--hds-typography-body-small)}.hds-prose.hds-prose--small li{font:var(--hds-typography-body-small)}.hds-prose.hds-prose--small a{font:var(--hds-typography-body-small)}.hds-prose.hds-prose--small p{margin-top:var(--hds-spacing-small-3)}.hds-prose.hds-prose--small b{font:var(--hds-typography-body-small-title)}.hds-prose.hds-prose--small strong{font:var(--hds-typography-body-small-title)}.hds-prose>:last-child{margin-bottom:0}.hds-prose.hds-prose--darkmode{color:#ccc}.hds-prose.hds-prose--darkmode h1{color:#fafafa}.hds-prose.hds-prose--darkmode h2{color:#fafafa}.hds-prose.hds-prose--darkmode h3{color:#fafafa}.hds-prose.hds-prose--darkmode h4{color:#fafafa}.hds-prose.hds-prose--darkmode h5{color:#fafafa}.hds-prose.hds-prose--darkmode h6{color:#fafafa}.hds-prose.hds-prose--darkmode a{color:var(--hds-ui-colors-white);-webkit-text-decoration-color:var(--hds-colors-signature);text-decoration-color:var(--hds-colors-signature);border-color:currentColor}.hds-prose.hds-prose--darkmode a:hover{color:var(--hds-colors-light);border-color:currentColor}.hds-prose.hds-prose--darkmode a:active{color:var(--hds-colors-light);border-color:currentColor}.hds-prose.hds-prose--darkmode a:disabled{color:var(--hds-ui-colors-dark-grey);fill:currentColor;cursor:default;border-color:currentColor;box-shadow:none!important;outline:0!important}.hds-tabs{--hds-tabs-border-active-size:var(--hds-stroke-thick);font:var(--hds-typography-body)}.hds-tabs .hds-tabs--list{width:auto;padding-left:0;display:inline-flex}.hds-tabs .hds-tabs--list.hds-tabs--list-horizontal{color:red}@media (min-width:720px){.hds-tabs .hds-tabs--list.hds-tabs--list-horizontal{border-bottom:var(--hds-stroke-default)solid var(--hds-ui-colors-light-grey-fill);flex-direction:row}.hds-tabs .hds-tabs--list.hds-tabs--list-horizontal .hds-tabs--tab{padding:var(--hds-spacing-small-3)0;border-bottom:var(--hds-tabs-border-active-size)solid transparent}.hds-tabs .hds-tabs--list.hds-tabs--list-horizontal .hds-tabs--tab.hds-tabs--tab-active{border-bottom-color:var(--hds-colors-signature)}.hds-tabs .hds-tabs--list.hds-tabs--list-horizontal .hds-tabs--tab:not(:last-child){margin-right:var(--hds-spacing-medium-3)}}@media (max-width:719.999px){.hds-tabs .hds-tabs--list.hds-tabs--list-horizontal{border-left:1px solid var(--hds-ui-colors-light-grey-fill);flex-direction:column;padding-left:1px}.hds-tabs .hds-tabs--list.hds-tabs--list-horizontal .hds-tabs--tab{padding:var(--hds-spacing-small-2)var(--hds-spacing-small-3);width:auto}.hds-tabs .hds-tabs--list.hds-tabs--list-horizontal .hds-tabs--tab.hds-tabs--tab-active{margin-left:calc(var(--hds-tabs-border-active-size)*-1);border-left:var(--hds-tabs-border-active-size)solid var(--hds-colors-signature)}}.hds-tabs .hds-tabs--list.hds-tabs--list-vertical{border-left:1px solid var(--hds-ui-colors-light-grey-fill);flex-direction:column;padding-left:1px}.hds-tabs .hds-tabs--list.hds-tabs--list-vertical .hds-tabs--tab{padding:var(--hds-spacing-small-2)var(--hds-spacing-small-3);width:auto}.hds-tabs .hds-tabs--list.hds-tabs--list-vertical .hds-tabs--tab.hds-tabs--tab-active{margin-left:calc(var(--hds-tabs-border-active-size)*-1);border-left:var(--hds-tabs-border-active-size)solid var(--hds-colors-signature)}.hds-tabs .hds-tabs--list .hds-tabs--tab{cursor:pointer;font:var(--hds-typography-body);text-align:left;background:0 0;border:0}.hds-tabs .hds-tabs--list .hds-tabs--tab:hover{color:var(--hds-colors-dark)}.hds-tabs .hds-tabs--list .hds-tabs--tab.hds-tabs--tab-active{color:var(--hds-colors-dark)}.hds-tabs .hds-tabs--contents{margin-top:var(--hds-spacing-large-2)}:root{--hds-spacing-small-1-responsive:var(--hds-spacing-small-1);--hds-spacing-small-2-responsive:var(--hds-spacing-small-2);--hds-spacing-small-3-responsive:var(--hds-spacing-small-3);--hds-spacing-small-4-responsive:var(--hds-spacing-small-4);--hds-spacing-medium-1-responsive:var(--hds-spacing-medium-1);--hds-spacing-medium-2-responsive:var(--hds-spacing-medium-2);--hds-spacing-medium-3-responsive:var(--hds-spacing-medium-3);--hds-spacing-medium-4-responsive:var(--hds-spacing-medium-4);--hds-spacing-large-1-responsive:var(--hds-spacing-large-1);--hds-spacing-large-2-responsive:var(--hds-spacing-large-2);--hds-spacing-large-3-responsive:var(--hds-spacing-large-3)}@media (min-width:940px){:root{--hds-spacing-small-1-responsive:var(--hds-spacing-small-2);--hds-spacing-small-2-responsive:var(--hds-spacing-small-3);--hds-spacing-small-3-responsive:var(--hds-spacing-small-4);--hds-spacing-small-4-responsive:var(--hds-spacing-medium-1);--hds-spacing-medium-1-responsive:var(--hds-spacing-medium-2);--hds-spacing-medium-2-responsive:var(--hds-spacing-medium-3);--hds-spacing-medium-3-responsive:var(--hds-spacing-medium-4);--hds-spacing-medium-4-responsive:var(--hds-spacing-large-1);--hds-spacing-large-1-responsive:var(--hds-spacing-large-2);--hds-spacing-large-2-responsive:var(--hds-spacing-large-3);--hds-spacing-large-3-responsive:var(--hds-spacing-large-4)}}.hds-mt-small-1{margin-top:var(--hds-spacing-small-1)}.hds-mt-small-2{margin-top:var(--hds-spacing-small-2)}.hds-mt-small-3{margin-top:var(--hds-spacing-small-3)}.hds-mt-small-4{margin-top:var(--hds-spacing-small-4)}.hds-mt-medium-1{margin-top:var(--hds-spacing-medium-1)}.hds-mt-medium-2{margin-top:var(--hds-spacing-medium-2)}.hds-mt-medium-3{margin-top:var(--hds-spacing-medium-3)}.hds-mt-medium-4{margin-top:var(--hds-spacing-medium-4)}.hds-mt-large-1{margin-top:var(--hds-spacing-large-1)}.hds-mt-large-2{margin-top:var(--hds-spacing-large-2)}.hds-mt-large-3,.hds-mt-large-4{margin-top:var(--hds-spacing-large-3)}.hds-mt-small-1-responsive{margin-top:var(--hds-spacing-small-1-responsive)}.hds-mt-small-2-responsive{margin-top:var(--hds-spacing-small-2-responsive)}.hds-mt-small-3-responsive{margin-top:var(--hds-spacing-small-3-responsive)}.hds-mt-small-4-responsive{margin-top:var(--hds-spacing-small-4-responsive)}.hds-mt-medium-1-responsive{margin-top:var(--hds-spacing-medium-1-responsive)}.hds-mt-medium-2-responsive{margin-top:var(--hds-spacing-medium-2-responsive)}.hds-mt-medium-3-responsive{margin-top:var(--hds-spacing-medium-3-responsive)}.hds-mt-medium-4-responsive{margin-top:var(--hds-spacing-medium-4-responsive)}.hds-mt-large-1-responsive{margin-top:var(--hds-spacing-large-1-responsive)}.hds-mt-large-2-responsive{margin-top:var(--hds-spacing-large-2-responsive)}.hds-mt-large-3-responsive,.hds-mt-large-4-responsive{margin-top:var(--hds-spacing-large-3-responsive)}.hds-typography-h1-display{font:var(--hds-typography-h1-display)}.hds-typography-h1-display.hds-typography--min{font-size:var(--hds-font-size-h1-display-min);line-height:var(--hds-line-height-h1-display-min)}.hds-typography-h1-display.hds-typography--max{font-size:var(--hds-font-size-h1-display-max);line-height:var(--hds-line-height-h1-display-max)}.hds-typography-h1{font:var(--hds-typography-h1)}.hds-typography-h1.hds-typography--min{font-size:var(--hds-font-size-h1-min);line-height:var(--hds-line-height-h1-min)}.hds-typography-h1.hds-typography--max{font-size:var(--hds-font-size-h1-max);line-height:var(--hds-line-height-h1-max)}.hds-typography-h2{font:var(--hds-typography-h2)}.hds-typography-h2.hds-typography--min{font-size:var(--hds-font-size-h2-min);line-height:var(--hds-line-height-h2-min)}.hds-typography-h2.hds-typography--max{font-size:var(--hds-font-size-h2-max);line-height:var(--hds-line-height-h2-max)}.hds-typography-h3{font:var(--hds-typography-h3)}.hds-typography-h3.hds-typography--min{font-size:var(--hds-font-size-h3-min);line-height:var(--hds-line-height-h3-min)}.hds-typography-h3.hds-typography--max{font-size:var(--hds-font-size-h3-max);line-height:var(--hds-line-height-h3-max)}.hds-typography-h3-title{font:var(--hds-typography-h3-title)}.hds-typography-h3-title.hds-typography--min{font-size:var(--hds-font-size-h3-title-min);line-height:var(--hds-line-height-h3-title-min)}.hds-typography-h3-title.hds-typography--max{font-size:var(--hds-font-size-h3-title-max);line-height:var(--hds-line-height-h3-title-max)}.hds-typography-body{font:var(--hds-typography-body)}.hds-typography-body.hds-typography--min{font-size:var(--hds-font-size-body-min);line-height:var(--hds-line-height-body-min)}.hds-typography-body.hds-typography--max{font-size:var(--hds-font-size-body-max);line-height:var(--hds-line-height-body-max)}.hds-typography-body-title{font:var(--hds-typography-body-title)}.hds-typography-body-title.hds-typography--min{font-size:var(--hds-font-size-body-title-min);line-height:var(--hds-line-height-body-title-min)}.hds-typography-body-title.hds-typography--max{font-size:var(--hds-font-size-body-title-max);line-height:var(--hds-line-height-body-title-max)}.hds-typography-body-small{font:var(--hds-typography-body-small)}.hds-typography-body-small.hds-typography--min{font-size:var(--hds-font-size-body-small-min);line-height:var(--hds-line-height-body-small-min)}.hds-typography-body-small.hds-typography--max{font-size:var(--hds-font-size-body-small-max);line-height:var(--hds-line-height-body-small-max)}.hds-typography-body-small-title{font:var(--hds-typography-body-small-title)}.hds-typography-body-small-title.hds-typography--min{font-size:var(--hds-font-size-body-small-title-min);line-height:var(--hds-line-height-body-small-title-min)}.hds-typography-body-small-title.hds-typography--max{font-size:var(--hds-font-size-body-small-title-max);line-height:var(--hds-line-height-body-small-title-max)}.hds-typography-technical{font:var(--hds-typography-technical)}.hds-typography-technical.hds-typography--min{font-size:var(--hds-font-size-technical-min);line-height:var(--hds-line-height-technical-min)}.hds-typography-technical.hds-typography--max{font-size:var(--hds-font-size-technical-max);line-height:var(--hds-line-height-technical-max)}.hds-typography-technical-title{font:var(--hds-typography-technical-title)}.hds-typography-technical-title.hds-typography--min{font-size:var(--hds-font-size-technical-title-min);line-height:var(--hds-line-height-technical-title-min)}.hds-typography-technical-title.hds-typography--max{font-size:var(--hds-font-size-technical-title-max);line-height:var(--hds-line-height-technical-title-max)}.hds-typography-caption{font:var(--hds-typography-caption)}.hds-typography-caption-title{font:var(--hds-typography-caption-title)}:is(.hds-typography-h1,.hds-typography-h2).hds-typography--spacing:not(:first-child){margin-top:var(--hds-spacing-large-1-responsive)}.hds-typography-h1+.hds-typography-h2.hds-typography--spacing{margin-top:var(--hds-spacing-medium-3)}:is(.hds-typography-h3,.hds-typography-h3-title).hds-typography--spacing{margin-top:var(--hds-spacing-medium-4-responsive)}:is(.hds-typography-body,.hds-typography-body-title).hds-typography--spacing:not(:first-child){margin-top:var(--hds-spacing-small-4)}@media (min-width:940px){:is(.hds-typography-body,.hds-typography-body-title).hds-typography--spacing:not(:first-child){margin-top:var(--hds-spacing-medium-2)}}:is(.hds-typography-body,.hds-typography-body-title).hds-typography--spacing:not(:last-child){margin-bottom:var(--hds-spacing-small-4)}@media (min-width:940px){:is(.hds-typography-body,.hds-typography-body-title).hds-typography--spacing:not(:last-child){margin-bottom:var(--hds-spacing-medium-2)}}.hds-box.hds-warning-banner{--hds-warning-banner-icon-dimension:var(--hds-spacing-medium-2);background-color:var(--hds-ui-colors-warning-yellow);padding:var(--hds-spacing-small-4);text-align:center;width:100%}.hds-box.hds-warning-banner .hds-warning-banner__description{font:var(--hds-typography-body-small)}.hds-box.hds-warning-banner .hds-warning-banner__title{margin:0}.hds-box.hds-warning-banner .hds-warning-banner__description{margin:0}.hds-box.hds-warning-banner .hds-warning-banner__title~.hds-warning-banner__description{margin-top:var(--hds-spacing-small-3)}@media (min-width:940px){.hds-box.hds-warning-banner .hds-warning-banner__title~.hds-warning-banner__description{margin-top:var(--hds-spacing-small-4)}}.hds-box.hds-warning-banner .hds-warning-banner__title{font:var(--hds-typography-body-small-title)}.hds-box.hds-warning-banner .hds-warning-banner__title.hds-warning-banner__title-trigger{cursor:pointer;background-color:transparent;border:0;justify-content:center;align-items:center;width:100%;padding:0;display:flex}.hds-box.hds-warning-banner .hds-warning-banner__title.hds-warning-banner__title-trigger .hds-warning-banner__title-trigger--icon{padding-left:var(--hds-spacing-small-4);width:var(--hds-warning-banner-icon-dimension);height:var(--hds-warning-banner-icon-dimension);transition:all 50ms;display:inline-block}.hds-box.hds-warning-banner .hds-warning-banner__title.hds-warning-banner__title-trigger .hds-warning-banner__title-trigger--icon .hds-warning-banner__title-trigger--icon-chevron{color:var(--hds-ui-colors-black);fill:var(--hds-ui-colors-black)}.hds-box.hds-warning-banner .hds-warning-banner__title.hds-warning-banner__title-trigger .hds-warning-banner__title-trigger--icon svg{vertical-align:baseline;transform:rotate(180deg)}.hds-box.hds-warning-banner .hds-warning-banner--closed.hds-warning-banner__title-trigger .hds-warning-banner__title-trigger--icon svg{transform:rotate(0)}.hds-box.hds-warning-banner .hds-warning-banner--closed~.hds-warning-banner__description{display:none}.hds-error-message{font:var(--hds-typography-caption-title);color:var(--hds-ui-colors-dark-grey);padding:var(--hds-spacing-small-1)0 0 var(--hds-spacing-medium-4)}.hds-error-message:empty{display:none}.hds-error-message:not(:empty){background-image:url("data:image/svg+xml,<svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><rect fill=\"black\" height=\"12\" rx=\"3\" width=\"6\" x=\"9\" y=\"7\" /><path d=\"M22.3552 18.4687C22.998 19.5938 22.1944 21 20.8685 21H3.7123C2.38641 21 1.58283 19.5938 2.22569 18.4687L10.8239 3.84375C11.4668 2.71875 13.1141 2.71875 13.7971 3.84375L22.3552 18.4687ZM11.3462 8.46429V13.6071C11.3462 14.1696 11.8284 14.5714 12.3105 14.5714C12.8328 14.5714 13.2748 14.1696 13.2748 13.6071V8.46429C13.2748 7.94196 12.8328 7.5 12.3105 7.5C11.748 7.5 11.3462 7.94196 11.3462 8.46429ZM12.3105 18.4286C12.9935 18.4286 13.556 17.8661 13.556 17.183C13.556 16.5 12.9935 15.9375 12.3105 15.9375C11.5873 15.9375 11.0248 16.5 11.0248 17.183C11.0248 17.8661 11.5873 18.4286 12.3105 18.4286Z\" fill=\"%23FDBB2F\" /></svg>");background-repeat:no-repeat;background-position-x:var(--hds-spacing-small-2);background-position-y:top}.hds-fieldset{gap:var(--hds-spacing-small-1);border:0;flex-flow:column;margin:0;padding:0;display:flex}.hds-fieldset:focus-within .hds-fieldset__legend{color:var(--hds-colors-darker)}.hds-fieldset .hds-fieldset__legend{margin-bottom:var(--hds-spacing-small-1);transition:color var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);font:var(--hds-typography-caption);padding:0}.hds-fieldset .hds-fieldset__legend--default{margin-bottom:var(--hds-spacing-small-1);transition:color var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);font:var(--hds-typography-caption);padding:0}.hds-fieldset .hds-fieldset__legend--large{font:var(--hds-typography-body-title)}.hds-fieldset .hds-fieldset__input-wrapper{gap:var(--hds-spacing-small-1);flex-flow:column;display:flex}.hds-fieldset .hds-fieldset__input-wrapper>.hds-radiobutton--bounding-box{margin-bottom:var(--hds-spacing-small-1)}.hds-fieldset .hds-fieldset__input-wrapper>.hds-checkbox--bounding-box{margin-bottom:var(--hds-spacing-small-1)}.hds-input .hds-input-group__input{height:calc(var(--hds-spacing-small-4)*2 + var(--hds-line-height-body-small-min))}.hds-input-group{gap:var(--hds-spacing-small-1);flex-flow:column;display:flex}.hds-input-group.hds-input-group--error .hds-input-group__input-wrapper{border-bottom:var(--hds-stroke-thick)solid var(--hds-ui-colors-warning-yellow)}.hds-input-group.hds-input-group--error .hds-input-group__input-wrapper:focus-within{border-bottom:var(--hds-stroke-thick)solid var(--hds-ui-colors-warning-yellow)}.hds-input-group.hds-input-group--error .hds-input-group__input-wrapper:has(input.hds-input-group__input:read-only,textarea.hds-input-group__input:read-only){border-bottom:var(--hds-stroke-thick)solid var(--hds-ui-colors-warning-yellow)}.hds-input-group.hds-input-group--error .hds-input-group__input-wrapper[data-readonly=true]{border-bottom:var(--hds-stroke-thick)solid var(--hds-ui-colors-warning-yellow)}.hds-input-group.hds-input-group--error .hds-input-group__input-wrapper:has(input.hds-input-group__input:read-only,textarea.hds-input-group__input:read-only):focus-within{border-bottom:var(--hds-stroke-thick)solid var(--hds-ui-colors-warning-yellow)}.hds-input-group.hds-input-group--error .hds-input-group__input-wrapper[data-readonly=true]:focus-within{border-bottom:var(--hds-stroke-thick)solid var(--hds-ui-colors-warning-yellow)}.hds-input-group.hds-input-group--error .hds-input-group__input-wrapper:has(.hds-input-group__input:disabled){border-bottom:var(--hds-stroke-thick)solid var(--hds-ui-colors-warning-yellow)}.hds-input-group.hds-input-group--error .hds-input-group__input-wrapper[data-disabled=true]{border-bottom:var(--hds-stroke-thick)solid var(--hds-ui-colors-warning-yellow)}.hds-input-group .hds-input-group__input-wrapper{background-color:var(--hds-ui-colors-light-grey-fill)}.hds-input-group.hds-input-group--default .hds-input-group__input-wrapper{background-color:var(--hds-ui-colors-light-grey-fill)}.hds-input-group.hds-input-group--white .hds-input-group__input-wrapper{background-color:var(--hds-ui-colors-white)}.hds-input-group:focus-within .hds-input-group__label{color:var(--hds-colors-darker)}.hds-input-group .hds-input-group__label{transition:color var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);font:var(--hds-typography-caption)}.hds-input-group:has(input.hds-input-group__input:read-only,textarea.hds-input-group__input:read-only,.hds-input-group__input:disabled):not(:focus-within) .hds-input-group__label{color:var(--hds-ui-colors-dark-grey)}.hds-input-group .hds-input-group__input-wrapper{border:var(--hds-stroke-default)solid transparent;border-radius:var(--hds-border-radius);transition:border var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal),margin var(--hds-micro-animation-duration-quick)var(--hds-micro-animation-easing-normal);box-sizing:border-box;flex-flow:row;width:100%;display:flex}.hds-input-group .hds-input-group__input-wrapper:focus-within{border-bottom:var(--hds-stroke-default)solid var(--hds-colors-darker)}.hds-input-group .hds-input-group__input-wrapper:has(input.hds-input-group__input:read-only,textarea.hds-input-group__input:read-only):focus-within{border-bottom:var(--hds-stroke-default)solid var(--hds-colors-darker)}.hds-input-group .hds-input-group__input-wrapper[data-readonly=true]:focus-within{border-bottom:var(--hds-stroke-default)solid var(--hds-colors-darker)}.hds-input-group .hds-input-group__input-wrapper:has(input.hds-input-group__input:read-only,textarea.hds-input-group__input:read-only){background-color:var(--hds-ui-colors-grey);border:var(--hds-stroke-default)solid var(--hds-ui-colors-grey)}.hds-input-group .hds-input-group__input-wrapper:has(input.hds-input-group__input:read-only,textarea.hds-input-group__input:read-only) .hds-input-group__input{color:var(--hds-ui-colors-dark-grey)}.hds-input-group .hds-input-group__input-wrapper[data-readonly=true]{background-color:var(--hds-ui-colors-grey);border:var(--hds-stroke-default)solid var(--hds-ui-colors-grey)}.hds-input-group .hds-input-group__input-wrapper[data-readonly=true] .hds-input-group__input{color:var(--hds-ui-colors-dark-grey)}.hds-input-group .hds-input-group__input-wrapper:has(.hds-input-group__input:disabled){background-color:var(--hds-ui-colors-grey);border:var(--hds-stroke-default)solid var(--hds-ui-colors-grey)}.hds-input-group .hds-input-group__input-wrapper:has(.hds-input-group__input:disabled) .hds-input-group__input{color:var(--hds-ui-colors-dark-grey)}.hds-input-group .hds-input-group__input-wrapper[data-disabled=true]{background-color:var(--hds-ui-colors-grey);border:var(--hds-stroke-default)solid var(--hds-ui-colors-grey)}.hds-input-group .hds-input-group__input-wrapper[data-disabled=true] .hds-input-group__input{color:var(--hds-ui-colors-dark-grey)}.hds-input-group .hds-input-group__input{color:var(--hds-ui-colors-black);padding:var(--hds-spacing-small-4);font:var(--hds-typography-body-small);background:0 0;border:0;width:100%;line-height:normal}.hds-input-group .hds-input-group__input::-ms-input-placeholder{color:var(--hds-ui-colors-dark-grey);opacity:1}.hds-input-group .hds-input-group__input::placeholder{color:var(--hds-ui-colors-dark-grey);opacity:1}.hds-input-group .hds-input-group__input:focus{outline:0}.hds-input-group .hds-input-group__input:focus::-ms-input-placeholder{color:var(--hds-ui-colors-grey)}.hds-input-group .hds-input-group__input:focus::placeholder{color:var(--hds-ui-colors-grey)}.hds-input-group .hds-input-group__input:read-only:focus::-ms-input-placeholder{color:var(--hds-ui-colors-dark-grey)}.hds-input-group .hds-input-group__input:read-only:focus::placeholder{color:var(--hds-ui-colors-dark-grey)}.hds-select .hds-input-group__input-wrapper{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"black\" d=\"m19.629 9.656-.668-.703c-.176-.176-.457-.176-.598 0L12 15.316 5.602 8.953c-.141-.176-.422-.176-.598 0l-.668.703c-.176.14-.176.422 0 .598l7.348 7.348a.405.405 0 0 0 .597 0l7.348-7.348c.176-.176.176-.457 0-.598Z\"/></svg>");background-size:24px 24px;background-position:calc(100% - var(--hds-spacing-small-4))50%;background-repeat:no-repeat}.hds-select .hds-input-group__input{-webkit-appearance:none;-ms-appearance:none;appearance:none;height:calc(var(--hds-spacing-small-4)*2 + var(--hds-line-height-body-small-min))}.hds-textarea .hds-input-group__input{min-height:calc((var(--hds-spacing-small-4) + var(--hds-line-height-body-small-min))*2)}.hds-checkbox{min-height:calc(var(--hds-spacing-small-4)*2 + var(--hds-line-height-body-small-min));padding:var(--hds-spacing-small-4)var(--hds-spacing-small-4)var(--hds-spacing-small-4)calc(var(--hds-spacing-small-4) + 36px);border-radius:var(--hds-border-radius);font:var(--hds-typography-body-small);cursor:pointer;display:block;position:relative}.hds-checkbox *{cursor:pointer}.hds-checkbox .hds-checkbox__title{font-weight:var(--hds-font-weight-body-title);padding-bottom:var(--hds-spacing-small-3)}.hds-checkbox>input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}.hds-checkbox .hds-checkbox__checkmark{margin:var(--hds-spacing-small-1);border:solid 2px var(--hds-colors-darker);width:16px;height:16px;position:absolute;top:16px;left:16px}.hds-checkbox>input[type=checkbox]:checked~.hds-checkbox__checkmark:after{display:block}.hds-checkbox .hds-checkbox__checkmark:after{content:"";border:solid var(--hds-colors-dark);border-width:0 2px 2px 0;width:4px;height:8px;display:none;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.hds-checkbox.hds-checkbox--bounding-box{background-color:var(--hds-colors-lighter)}.hds-checkbox.hds-checkbox--bounding-box.hds-checkbox--error{border:solid 1px var(--hds-ui-colors-warning-yellow)}.hds-checkbox.hds-checkbox--error>.hds-checkbox__checkmark{border-color:var(--hds-ui-colors-warning-yellow)}.hds-checkbox.hds-checkbox--error .hds-checkbox__checkmark:after{border-color:var(--hds-ui-colors-warning-yellow)}.hds-checkbox input[type=checkbox]:disabled~.hds-checkbox__checkmark{border-color:var(--hds-ui-colors-grey);cursor:default}.hds-checkbox input[type=checkbox]:disabled~.hds-checkbox__checkmark:after{border-color:var(--hds-ui-colors-grey);cursor:default}.hds-checkbox.hds-checkbox:has(input:disabled){cursor:default;color:var(--hds-ui-colors-dark-grey)}.hds-checkbox.hds-checkbox:has(input:disabled).hds-checkbox--bounding-box{background-color:var(--hds-ui-colors-light-grey-fill)}.hds-checkbox:focus-within.hds-checkbox--bounding-box{outline:2px solid var(--hds-colors-dark);outline-offset:4px}.hds-checkbox:focus-within.hds-checkbox--bounding-box>.hds-checkbox__checkmark{outline:none}.hds-checkbox:focus-within>.hds-checkbox__checkmark{outline:2px solid var(--hds-colors-dark);outline-offset:4px}.hds-radiobutton{min-height:calc(var(--hds-spacing-small-4)*2 + var(--hds-line-height-body-small-min));padding:var(--hds-spacing-small-4)var(--hds-spacing-small-4)var(--hds-spacing-small-4)calc(var(--hds-spacing-small-4) + 36px);border-radius:var(--hds-border-radius);font:var(--hds-typography-body-small);cursor:pointer;display:block;position:relative}.hds-radiobutton *{cursor:pointer}.hds-radiobutton .hds-radiobutton__title{font-weight:var(--hds-font-weight-body-title);padding-bottom:var(--hds-spacing-small-3)}.hds-radiobutton>input[type=radio]{opacity:0;width:0;height:0;position:absolute}.hds-radiobutton .hds-radiobutton__checkmark{margin:var(--hds-spacing-small-1);border:solid 2px var(--hds-colors-darker);border-radius:50%;width:16px;height:16px;position:absolute;top:16px;left:16px}.hds-radiobutton>input[type=radio]:checked~.hds-radiobutton__checkmark:after{display:block}.hds-radiobutton .hds-radiobutton__checkmark:after{content:"";background:var(--hds-colors-signature);border-radius:50%;width:6px;height:6px;display:none;position:absolute;top:3px;left:3px}.hds-radiobutton.hds-radiobutton--bounding-box{background-color:var(--hds-colors-lighter)}.hds-radiobutton.hds-radiobutton--bounding-box>.hds-radiobutton__checkmark:after{background:var(--hds-colors-dark)}.hds-radiobutton.hds-radiobutton--bounding-box.hds-radiobutton--error{border:solid 1px var(--hds-ui-colors-warning-yellow)}.hds-radiobutton.hds-radiobutton--error>.hds-radiobutton__checkmark{border-color:var(--hds-ui-colors-warning-yellow)}.hds-radiobutton.hds-radiobutton--error .hds-radiobutton__checkmark:after{background:var(--hds-ui-colors-warning-yellow)}.hds-radiobutton input[type=radio]:disabled~.hds-radiobutton__checkmark{border-color:var(--hds-ui-colors-grey);cursor:default}.hds-radiobutton input[type=radio]:disabled~.hds-radiobutton__checkmark:after{border-color:var(--hds-ui-colors-grey);cursor:default}.hds-radiobutton input[type=radio]:disabled~.hds-radiobutton__checkmark:after{background:var(--hds-ui-colors-grey);cursor:default}.hds-radiobutton.hds-radiobutton:has(input:disabled){cursor:default;color:var(--hds-ui-colors-dark-grey)}.hds-radiobutton.hds-radiobutton:has(input:disabled).hds-radiobutton--bounding-box{background-color:var(--hds-ui-colors-light-grey-fill)}.hds-radiobutton:focus-within.hds-radiobutton--bounding-box{outline:2px solid var(--hds-colors-dark);outline-offset:4px}.hds-radiobutton:focus-within.hds-radiobutton--bounding-box>.hds-radiobutton__checkmark{outline:none}.hds-radiobutton:focus-within>.hds-radiobutton__checkmark{outline:2px solid var(--hds-colors-dark);outline-offset:4px}
|