.number-input.svelte-19oia6m .input:where(.svelte-19oia6m){max-width:4rem;min-width:45px;border-color:#dbdbdb!important}.slider.svelte-w4j1dz{---track-width: var(--track-width, unset);---track-height: var(--track-height, 6px);---track-background: var(--track-background, #949494);---track-border: var(--track-border, none);---thumb-size: var(--thumb-size, 16px);---thumb-background: var(--thumb-background, #2d2d2d);---thumb-border: var(--thumb-border, none);---position: var(--position, 0px);---margin-inline-thumb-bigger: max(var(---thumb-size) - var(---track-height), 0px);---margin-inline-thumb-smaller: max(var(---track-height) - var(---thumb-size), 0px);position:relative;margin:auto;user-select:none;-webkit-user-select:none;background-color:transparent}.slider.svelte-w4j1dz:before{background-color:transparent}[aria-orientation=horizontal].svelte-w4j1dz{width:var(---track-width);max-width:calc(100% - 2 * var(---margin-inline-thumb-bigger));height:calc(max(var(---track-height),var(---thumb-size)) + 4px);height:max(var(---track-height),var(---thumb-size));margin-inline:var(---margin-inline-thumb-bigger);margin-block:var(--margin-block, 8px)}[aria-orientation=vertical].svelte-w4j1dz{width:calc(max(var(---track-height),var(---thumb-size)) + 4px);width:max(var(---track-height),var(---thumb-size));height:var(---track-width);max-height:calc(100% - 2 * var(---margin-inline-thumb-bigger));margin-block:var(---margin-inline-thumb-bigger);margin-inline:var(--margin-block, 8px)}.track.svelte-w4j1dz{position:absolute;pointer-events:none;background:var(---track-background);border:var(---track-border);border-radius:calc(var(---track-height) / 2);box-sizing:border-box}[aria-orientation=horizontal].svelte-w4j1dz .track:where(.svelte-w4j1dz){height:var(---track-height);top:50%;transform:translateY(-50%);left:0;right:0}[aria-orientation=vertical].svelte-w4j1dz .track:where(.svelte-w4j1dz){width:var(---track-height);left:50%;transform:translate(-50%);top:0;bottom:0}.thumb.svelte-w4j1dz{pointer-events:none;position:absolute;height:var(---thumb-size);width:var(---thumb-size);border-radius:calc(var(---thumb-size) / 2);background:var(---thumb-background);border:var(---thumb-border);box-sizing:border-box;transform:translate(-50%,-50%);--margin-left: ( 2 * var(---track-height) - var(---thumb-size) - var(---margin-inline-thumb-smaller) ) / 2;--left: calc(var(---position) * (100% - 2 * var(--margin-left)) + var(--margin-left))}[aria-orientation=horizontal].svelte-w4j1dz:not(.reverse) .thumb:where(.svelte-w4j1dz){top:50%;left:var(--left)}[aria-orientation=vertical].svelte-w4j1dz:not(.reverse) .thumb:where(.svelte-w4j1dz){left:50%;bottom:calc(var(--left) - var(---thumb-size))}[aria-orientation=horizontal].reverse.svelte-w4j1dz .thumb:where(.svelte-w4j1dz){top:50%;right:calc(var(--left) - var(---thumb-size))}[aria-orientation=vertical].reverse.svelte-w4j1dz .thumb:where(.svelte-w4j1dz){left:50%;top:calc(var(--left))}.slider.svelte-w4j1dz:focus-visible{outline:none}.slider.svelte-w4j1dz:focus-visible .track:where(.svelte-w4j1dz){outline:2px solid var(--focus-color, red);outline-offset:2px}.picker.svelte-1x9tz9y{position:relative;display:inline-block;width:var(--picker-width, 200px);height:var(--picker-height, 200px);background:linear-gradient(#fff0,#000),linear-gradient(.25turn,#fff,#0000),var(--picker-color-bg);border-radius:var(--picker-radius, 8px);outline:none;-webkit-user-select:none;user-select:none}.s.svelte-1x9tz9y,.v.svelte-1x9tz9y{position:absolute;--track-background: none;--track-border: none;--thumb-background: none;--thumb-border: none;--thumb-size: 2px;--margin-block: 0;--track-height: var(--picker-indicator-size, 10px);user-select:none;-webkit-user-select:none}.s.svelte-1x9tz9y{top:calc(var(--pos-y) * (var(--picker-height, 200px) - var(--picker-indicator-size, 10px) - 4px) / 100 + 2px);left:2px;--track-width: calc(var(--picker-width, 200px) - 4px)}.v.svelte-1x9tz9y{top:2px;left:calc(var(--pos-x) * (var(--picker-width, 200px) - var(--picker-indicator-size, 10px) - 4px) / 100 + 2px);--track-width: calc(var(--picker-height, 200px) - 4px)}div.svelte-i5mg2p{position:absolute;left:calc(var(--pos-x) * (var(--picker-width, 200px) - var(--picker-indicator-size, 10px) - 4px) / 100 + 2px);top:calc(var(--pos-y) * (var(--picker-height, 200px) - var(--picker-indicator-size, 10px) - 4px) / 100 + 2px);width:var(--picker-indicator-size, 10px);height:var(--picker-indicator-size, 10px);background-color:#fff;box-shadow:0 0 4px #000;border-radius:50%;pointer-events:none;z-index:1;transition:box-shadow .2s}.is-dark.svelte-i5mg2p{box-shadow:0 0 4px #fff}.text-input.svelte-qtukzs{margin:var(--text-input-margin, 5px 0 0)}.input-container.svelte-qtukzs{display:flex;flex:1;gap:10px}input.svelte-qtukzs,button.svelte-qtukzs,.button-like.svelte-qtukzs{flex:1;border:none;background-color:var(--cp-input-color, #eee);color:var(--cp-text-color, var(--cp-border-color));padding:0;border-radius:5px;height:30px;line-height:30px;text-align:center}input.svelte-qtukzs{width:5px;font-family:inherit}button.svelte-qtukzs,.button-like.svelte-qtukzs{position:relative;flex:1;margin:8px 0 0;height:30px;width:100%;transition:background-color .2s;cursor:pointer;font-family:inherit}.button-like.svelte-qtukzs{cursor:default}.appear.svelte-qtukzs,.disappear.svelte-qtukzs{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;transition:all .5s}button.svelte-qtukzs:hover .disappear:where(.svelte-qtukzs),.appear.svelte-qtukzs{opacity:0}.disappear.svelte-qtukzs,button.svelte-qtukzs:hover .appear:where(.svelte-qtukzs){opacity:1}button.svelte-qtukzs:hover{background-color:var(--cp-button-hover-color, #ccc)}input.svelte-qtukzs:focus,button.svelte-qtukzs:focus{outline:none}input.svelte-qtukzs:focus-visible,button.svelte-qtukzs:focus-visible{outline:2px solid var(--focus-color, red);outline-offset:2px}label.svelte-lemcb1{display:inline-flex;align-items:center;gap:8px;cursor:pointer;border-radius:3px;margin:4px;height:var(--input-size, 25px);-webkit-user-select:none;user-select:none}.container.svelte-lemcb1{position:relative;display:block;display:flex;align-items:center;justify-content:center;width:var(--input-size, 25px)}input.svelte-lemcb1{margin:0;padding:0;border:none;width:1px;height:1px;flex-shrink:0;opacity:0}.alpha.svelte-lemcb1{clip-path:circle(50%);background:var(--alpha-grid-bg)}.alpha.svelte-lemcb1,.color.svelte-lemcb1{position:absolute;width:var(--input-size, 25px);height:var(--input-size, 25px);border-radius:50%;-webkit-user-select:none;user-select:none}input.svelte-lemcb1:focus-visible~.color:where(.svelte-lemcb1){outline:2px solid var(--focus-color, red);outline-offset:2px}div.svelte-h9ar9{padding:8px;background-color:var(--cp-bg-color, white);margin:0 10px 10px;border:1px solid var(--cp-border-color, black);border-radius:12px;display:none;width:max-content}.is-open.svelte-h9ar9{display:inline-block}[role=dialog].svelte-h9ar9{position:absolute;top:calc(var(--input-size, 25px) + 12px);left:0;z-index:var(--picker-z-index, 2)}label.svelte-oskb5b{display:flex;justify-content:center;margin-bottom:4px;grid-area:nullable;-webkit-user-select:none;user-select:none}input.svelte-oskb5b{margin:0}input.svelte-oskb5b:focus-visible{outline:none}input.svelte-oskb5b:focus-visible+span:where(.svelte-oskb5b){width:14px;height:14px;border-radius:2px;outline:2px solid var(--focus-color, red);outline-offset:2px}div.svelte-oskb5b{width:32px;aspect-ratio:2;position:relative}div.svelte-oskb5b :where(.svelte-oskb5b){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}span.svelte-tsvobk{position:relative;color:var(--cp-text-color, var(--cp-border-color));--alpha-grid-bg: linear-gradient(45deg, #eee 25%, #0000 25%, #0000 75%, #eee 75%) 0 0 / 10px 10px, linear-gradient(45deg, #eee 25%, #0000 25%, #0000 75%, #eee 75%) 5px 5px / 10px 10px}.h.svelte-tsvobk,.a.svelte-tsvobk{display:inline-flex;justify-content:center;--track-height: var(--slider-width, 10px);--track-width: var(--picker-height, 200px);--track-border: none;--thumb-size: calc(var(--slider-width, 10px) - 3px);--thumb-background: white;--thumb-border: 1px solid black;--margin-block: 0;--gradient-direction: .5turn}.horizontal.svelte-tsvobk .h:where(.svelte-tsvobk),.horizontal.svelte-tsvobk .a:where(.svelte-tsvobk){--track-width: calc(var(--picker-width, 200px) - 12px);--gradient-direction: .25turn;margin:4px 6px}.horizontal.svelte-tsvobk .h:where(.svelte-tsvobk){margin-top:8px}.vertical.svelte-tsvobk .h:where(.svelte-tsvobk),.vertical.svelte-tsvobk .a:where(.svelte-tsvobk){margin-left:3px}.h.svelte-tsvobk{grid-area:hue;--gradient-hue: #ff1500fb, #ffff00 17.2%, #ffff00 18.2%, #00ff00 33.3%, #00ffff 49.5%, #00ffff 51.5%, #0000ff 67.7%, #ff00ff 83.3%, #ff0000;--track-background: linear-gradient(var(--gradient-direction), var(--gradient-hue))}.a.svelte-tsvobk{grid-area:alpha;margin-top:2px;--track-background: linear-gradient(var(--gradient-direction), rgba(0, 0, 0, 0), var(--alphaless-color)), var(--alpha-grid-bg)}span.svelte-tsvobk .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}div.svelte-1le3y9a{background-color:var(--cp-bg-color, white);margin:0 10px 15px;border:1px solid var(--cp-border-color, black);border-radius:8px;display:none;--text-input-margin: 5px 5px 6px;--picker-radius: 8px 8px 0 0;--picker-width: 260px}.is-open.svelte-1le3y9a{display:flex;flex-direction:column}[role=dialog].svelte-1le3y9a{position:absolute;top:calc(var(--input-size, 25px) + 12px);left:0;z-index:var(--picker-z-index, 2)}div.svelte-1le3y9a:not([role=dialog]){display:inline-flex;flex-direction:column}.default-color-picker-container.svelte-18fzzdd{position:relative}.default-color-picker-container.svelte-18fzzdd .wrapper{margin:0}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px #9aa1b126,0 4px 80px -8px #24282f40,0 4px 4px -2px #5b5e6926;background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}.color-palette.svelte-f4rgid{border:1px solid hsl(0,0%,0%);cursor:pointer}.color-palette.svelte-f4rgid:hover{border:3px solid hsl(204,86%,53%)}.color-palette-readonly.svelte-f4rgid{border:1px solid hsl(0,0%,0%)}.tooltip.svelte-f4rgid{height:fit-content;width:260px}.rangePips{--pip: var(--range-pip, var(--slider-base));--pip-text: var(--range-pip-text, var(--pip));--pip-active: var(--range-pip-active, var(--slider-fg));--pip-active-text: var(--range-pip-active-text, var(--pip-active));--pip-hover: var(--range-pip-hover, var(--slider-fg));--pip-hover-text: var(--range-pip-hover-text, var(--pip-hover));--pip-in-range: var(--range-pip-in-range, var(--pip-active));--pip-in-range-text: var(--range-pip-in-range-text, var(--pip-active-text));--pip-out-of-limit: var(--range-pip-out-of-limit, var(--slider-base-100));--pip-out-of-limit-text: var(--range-pip-out-of-limit-text, var(--pip-out-of-limit))}.rangePips{position:absolute;transform:translateZ(.001px);height:1em;left:0;right:0;bottom:-1em;font-variant-numeric:tabular-nums}.rangePips.rsVertical{height:auto;width:1em;left:100%;right:auto;top:0;bottom:0}.rangePips .rsPip{height:.4em;position:absolute;top:.25em;width:1px;white-space:nowrap;transform:translateZ(.001px)}.rangePips.rsVertical .rsPip{height:1px;width:.4em;left:.25em;top:auto;bottom:auto}.rangePips .rsPipVal{position:absolute;top:.4em;transform:translate(-50%,25%);display:inline-flex}.rangePips.rsVertical .rsPipVal{position:absolute;top:0;left:.4em;transform:translate(25%,-50%)}.rangePips .rsPip{transition:all .15s ease}.rangePips .rsPipVal{transition:all .15s ease,font-weight 0s linear}.rangePips .rsPip{color:var(--pip-text);background-color:var(--pip)}.rangePips .rsPip.rsSelected{color:var(--pip-active-text);background-color:var(--pip-active)}.rangePips.rsHoverable:not(.rsDisabled) .rsPip:not(.rsOutOfLimit):hover{color:var(--pip-hover-text);background-color:var(--pip-hover)}.rangePips .rsPip.rsInRange{color:var(--pip-in-range-text);background-color:var(--pip-in-range)}.rangePips .rsPip.rsOutOfLimit{color:var(--pip-out-of-limit-text);background-color:var(--pip-out-of-limit)}.rangePips .rsPip.rsSelected{height:.75em}.rangePips.rsVertical .rsPip.rsSelected{height:1px;width:.75em}.rangePips .rsPip.rsSelected .rsPipVal{font-weight:700;top:.75em}.rangePips.rsVertical .rsPip.rsSelected .rsPipVal{top:0;left:.75em}.rangePips.rsHoverable:not(.rsDisabled) .rsPip:not(.rsSelected):not(.rsOutOfLimit):hover{transition:none}.rangePips.rsHoverable:not(.rsDisabled) .rsPip:not(.rsSelected):not(.rsOutOfLimit):hover .rsPipVal{transition:none;font-weight:700}@layer base{.rangeSlider{--slider-accent: #4a40d4;--slider-accent-100: #838de7;--slider-base: #99a2a2;--slider-base-100: #b9c2c2;--slider-bg: #d7dada;--slider-fg: #3f3e4f;--slider-dark-accent: #6070fc;--slider-dark-accent-100: #7a7fab;--slider-dark-base: #82809f;--slider-dark-base-100: #595868;--slider-dark-bg: #3f3e4f;--slider-dark-fg: #d7dada;--slider: var(--range-slider, var(--slider-bg));--handle-inactive: var(--range-handle-inactive, var(--slider-base));--handle: var(--range-handle, var(--slider-accent-100));--handle-focus: var(--range-handle-focus, var(--slider-accent));--handle-border: var(--range-handle-border, var(--handle));--range-inactive: var(--range-range-inactive, var(--handle-inactive));--range: var(--range-range, var(--handle-focus));--range-limit: var(--range-range-limit, var(--slider-base-100));--range-hover: var(--range-range-hover, var(--handle-border));--range-press: var(--range-range-press, var(--handle-border));--float-inactive: var(--range-float-inactive, var(--handle-inactive));--float: var(--range-float, var(--handle-focus));--float-text: var(--range-float-text, white)}.rangeSlider.rsDark{--slider-accent: var(--slider-dark-accent);--slider-accent-100: var(--slider-dark-accent-100);--slider-base: var(--slider-dark-base);--slider-base-100: var(--slider-dark-base-100);--slider-bg: var(--slider-dark-bg);--slider-fg: var(--slider-dark-fg)}@media (prefers-color-scheme: dark){.rangeSlider.rsAutoDark{--slider-accent: var(--slider-dark-accent);--slider-accent-100: var(--slider-dark-accent-100);--slider-base: var(--slider-dark-base);--slider-base-100: var(--slider-dark-base-100);--slider-bg: var(--slider-dark-bg);--slider-fg: var(--slider-dark-fg)}}}.rangeSlider{position:relative;border-radius:100px;height:.5em;margin:1em;transition:opacity .2s ease;-webkit-user-select:none;user-select:none;overflow:visible}.rangeSlider *{-webkit-user-select:none;user-select:none}.rangeSlider.rsPips{margin-bottom:1.8em}.rangeSlider.rsPipLabels{margin-bottom:2.8em}.rangeSlider.rsVertical{display:inline-block;border-radius:100px;width:.5em;min-height:200px}.rangeSlider.rsVertical.rsPips{margin-right:1.8em;margin-bottom:1em}.rangeSlider.rsVertical.rsPipLabels{margin-right:2.8em;margin-bottom:1em}.rangeSlider .rangeHandle{position:absolute;display:block;height:1.4em;width:1.4em;top:.25em;bottom:auto;transform:translateY(-50%) translate(-50%);translate:calc(var(--slider-length) * (var(--handle-pos) / 100) * 1px) 0;z-index:2}.rangeSlider.rsReversed .rangeHandle{transform:translateY(-50%) translate(-50%);translate:calc((var(--slider-length) * 1px) - (var(--slider-length) * (var(--handle-pos) / 100) * 1px)) 0}.rangeSlider.rsVertical .rangeHandle{left:.25em;top:auto;transform:translateY(-50%) translate(-50%);translate:0 calc(var(--slider-length) * (1 - var(--handle-pos) / 100) * 1px)}.rangeSlider.rsVertical.rsReversed .rangeHandle{transform:translateY(-50%) translate(-50%);translate:0 calc((var(--slider-length) * 1px) - (var(--slider-length) * (1 - var(--handle-pos) / 100) * 1px))}.rangeSlider .rangeNub,.rangeSlider .rangeHandle:before{position:absolute;left:0;top:0;display:block;border-radius:10em;height:100%;width:100%;transition:background .2s ease,box-shadow .2s ease}.rangeSlider .rangeHandle:before{content:"";left:1px;top:1px;bottom:1px;right:1px;height:auto;width:auto;box-shadow:0 0 0 0 var(--handle-border);opacity:0;transition:opacity .2s ease,box-shadow .2s ease}.rangeSlider.rsHoverable:not(.rsDisabled) .rangeHandle:hover:before{box-shadow:0 0 0 8px var(--handle-border);opacity:.2}.rangeSlider.rsHoverable:not(.rsDisabled) .rangeHandle.rsPress:before,.rangeSlider.rsHoverable:not(.rsDisabled) .rangeHandle.rsPress:hover:before{box-shadow:0 0 0 12px var(--handle-border);opacity:.4}.rangeSlider.rsRange:not(.rsMin):not(.rsMax) .rangeNub{border-radius:10em 10em 10em 1.6em}.rangeSlider.rsRange .rangeHandle:nth-of-type(1) .rangeNub{transform:rotate(-135deg)}.rangeSlider.rsRange .rangeHandle:nth-of-type(2) .rangeNub{transform:rotate(45deg)}.rangeSlider.rsRange.rsReversed .rangeHandle:nth-of-type(1) .rangeNub{transform:rotate(45deg)}.rangeSlider.rsRange.rsReversed .rangeHandle:nth-of-type(2) .rangeNub{transform:rotate(-135deg)}.rangeSlider.rsRange.rsVertical .rangeHandle:nth-of-type(1) .rangeNub{transform:rotate(135deg)}.rangeSlider.rsRange.rsVertical .rangeHandle:nth-of-type(2) .rangeNub{transform:rotate(-45deg)}.rangeSlider.rsRange.rsVertical.rsReversed .rangeHandle:nth-of-type(1) .rangeNub{transform:rotate(-45deg)}.rangeSlider.rsRange.rsVertical.rsReversed .rangeHandle:nth-of-type(2) .rangeNub{transform:rotate(135deg)}.rangeSlider .rangeFloat{display:block;position:absolute;left:50%;bottom:1.75em;font-size:1em;text-align:center;pointer-events:none;white-space:nowrap;font-size:.9em;line-height:1;padding:.33em .5em .5em;border-radius:.5em;z-index:3;opacity:0;translate:-50% -50% .01px;scale:1;transform-origin:center;transition:all .22s cubic-bezier(.33,1,.68,1)}.rangeSlider .rangeHandle.rsActive .rangeFloat,.rangeSlider.rsHoverable .rangeHandle:hover .rangeFloat,.rangeSlider.rsHoverable .rangeBar:hover .rangeFloat,.rangeSlider.rsFocus .rangeBar .rangeFloat{opacity:1;scale:1;translate:-50% 0% .01px}.rangeSlider .rangeBar .rangeFloat{bottom:.875em;z-index:2}.rangeSlider.rsVertical .rangeFloat{top:50%;bottom:auto;left:auto;right:1.75em;translate:-50% -50% .01px}.rangeSlider.rsVertical .rangeHandle.rsActive .rangeFloat,.rangeSlider.rsVertical.rsHoverable .rangeHandle:hover .rangeFloat,.rangeSlider.rsVertical.rsHoverable .rangeBar:hover .rangeFloat,.rangeSlider.rsVertical.rsFocus .rangeBar .rangeFloat{translate:0% -50% .01px}.rangeSlider.rsVertical .rangeBar .rangeFloat{right:.875em}.rangeSlider .rangeBar,.rangeSlider .rangeLimit,.rangeSlider.rsDrag .rangeBar:before{position:absolute;display:block;transition:background .2s ease;border-radius:1em;height:.5em;top:0;-webkit-user-select:none;user-select:none;z-index:1}.rangeSlider.rsVertical .rangeBar,.rangeSlider.rsVertical .rangeLimit,.rangeSlider.rsVertical.rsDrag .rangeBar:before{width:.5em;height:auto}.rangeSlider .rangeBar{translate:calc((var(--slider-length) * (var(--range-start) / 100) * 1px)) 0;width:calc(var(--slider-length) * (var(--range-size) / 100 * 1px))}.rangeSlider.rsReversed .rangeBar{translate:calc((var(--slider-length) * 1px) - (var(--slider-length) * (var(--range-end) / 100) * 1px)) 0}.rangeSlider.rsVertical .rangeBar{translate:0 calc((var(--slider-length) * 1px) - (var(--slider-length) * (var(--range-end) / 100) * 1px));height:calc(var(--slider-length) * (var(--range-size) / 100 * 1px))}.rangeSlider.rsVertical.rsReversed .rangeBar{translate:0 calc((var(--slider-length) * (var(--range-start) / 100) * 1px))}.rangeSlider.rsDrag .rangeBar:before{content:"";right:0;left:0;top:-.5em;bottom:-.5em;height:auto;background-color:var(--range-hover);opacity:0;scale:1 .5;transition:opacity .2s ease,scale .2s ease}.rangeSlider.rsVertical.rsDrag .rangeBar:before{top:0;bottom:0;left:-.5em;right:-.5em;width:auto}.rangeSlider.rsHoverable:not(.rsDisabled).rsDrag .rangeBar:hover:before{opacity:.2;scale:1 1}.rangeSlider.rsHoverable:not(.rsDisabled).rsDrag .rangeBar.rsPress:before{opacity:.4;scale:1 1.25}.rangeSlider.rsVertical.rsHoverable:not(.rsDisabled).rsDrag .rangeBar.rsPress:before{scale:1.25 1}.rangeSlider{background-color:var(--slider)}.rangeSlider .rangeBar{background-color:var(--range-inactive)}.rangeSlider.rsFocus .rangeBar{background-color:var(--range)}.rangeSlider .rangeLimit{background-color:var(--range-limit)}.rangeSlider .rangeNub{background-color:var(--handle-inactive)}.rangeSlider.rsFocus .rangeNub{background-color:var(--handle)}.rangeSlider .rangeHandle.rsActive .rangeNub{background-color:var(--handle-focus)}.rangeSlider .rangeFloat{color:var(--float-text);background-color:var(--float-inactive)}.rangeSlider.rsFocus .rangeFloat{background-color:var(--float)}.rangeSlider.rsDisabled{opacity:.5}.rangeSlider.rsDisabled .rangeNub{background-color:var(--handle-inactive)}.rangeSlider .rangeBar,.rangeSlider .rangeHandle{transition:opacity .2s ease}.range-slider.svelte-ifueq4{--range-handle-focus: #6babeb;--range-handle-inactive: #6babeb;--range-handle: #6babeb;--range-range-inactive: #6babeb;margin:0;font-size:12px}.inputs.svelte-ifueq4{height:30px}.help.svelte-uso9b0{cursor:pointer}.help.svelte-uso9b0 .small:where(.svelte-uso9b0){font-size:16px}.help.svelte-uso9b0 .normal:where(.svelte-uso9b0){font-size:24px}.help.svelte-uso9b0 .medium:where(.svelte-uso9b0){font-size:36px}.help.svelte-uso9b0 .large:where(.svelte-uso9b0){font-size:48px}.first-char-capitalized.svelte-ww30p0{text-transform:lowercase}.first-char-capitalized.svelte-ww30p0:first-letter{text-transform:capitalize}.font-size.svelte-ww30p0{font-size:.875rem}button.svelte-18e8qsr{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button.svelte-18e8qsr{overflow:visible}button.svelte-18e8qsr{text-transform:none}button.svelte-18e8qsr{-webkit-appearance:button;-moz-appearance:button;appearance:button}button.svelte-18e8qsr::-moz-focus-inner{border-style:none;padding:0}button.svelte-18e8qsr:-moz-focusring{outline:1px dotted ButtonText}.svelte-18e8qsr::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}.grid_description.svelte-18e8qsr{font-size:var(--undpds-font-size-12)}@media (min-width: 48em){.grid_description.svelte-18e8qsr{font-size:var(--undpds-font-size-14)}}.language__item.svelte-18e8qsr,.svelte-18e8qsr:lang(my) p:where(.svelte-18e8qsr){font-size:var(--undpds-font-size-14);line-height:1.4}@media (min-width: 48em){.language__item.svelte-18e8qsr,.svelte-18e8qsr:lang(my) p:where(.svelte-18e8qsr){font-size:var(--undpds-font-size-16)}}.language__item.svelte-18e8qsr,.sidebar_item.svelte-18e8qsr{border-bottom:1px solid var(--undpds-color-gray-400)}.breadcrumb__item.svelte-18e8qsr{border:none}.sidebar_item.svelte-18e8qsr{align-items:center;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;padding:var(--undpds-spacing-05);position:relative}@media (min-width: 48em){.sidebar_item.svelte-18e8qsr{padding:var(--undpds-spacing-06)}}.sidebar_item.selected.svelte-18e8qsr,.sidebar_item.selected.svelte-18e8qsr:hover{background-color:var(--undpds-color-blue-600)}.overlay-grey.svelte-18e8qsr:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.breadcrumb__item.svelte-18e8qsr{background-image:none}.scale-up.svelte-18e8qsr{transform:scale(.9);transition:transform 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.svelte-18e8qsr{opacity:0;transition:opacity 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.inviewport.svelte-18e8qsr{opacity:1;transform:translate(0)}.svelte-18e8qsr:lang(my) .language__item:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(my) p:where(.svelte-18e8qsr){font-size:var(--undpds-font-size-12);line-height:1.7}@media (min-width: 48em){.svelte-18e8qsr:lang(my) .language__item:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(my) p:where(.svelte-18e8qsr){font-size:var(--undpds-font-size-14)}}.chevron-right-animated.svelte-18e8qsr i:where(.svelte-18e8qsr):after,.chevron-right-animated.svelte-18e8qsr i:where(.svelte-18e8qsr):before,.download-animated.svelte-18e8qsr:after,.download-animated.svelte-18e8qsr:before,.external-link-animated.svelte-18e8qsr:after,.external-link-animated.svelte-18e8qsr:before{box-sizing:border-box;content:"";display:block;position:absolute}.chevron-right-animated.svelte-18e8qsr i:where(.svelte-18e8qsr){box-sizing:border-box;display:block;height:var(--undpds-spacing-05);left:1.25rem;position:relative;transition:width .3s;width:0}.chevron-right-animated.svelte-18e8qsr i:where(.svelte-18e8qsr):before{background-color:var(--undpds-color-red);display:none;height:2px;right:0;top:7px;width:100%}.chevron-right-animated.svelte-18e8qsr i:where(.svelte-18e8qsr):after{border-right:2px solid var(--undpds-color-red);border-top:2px solid var(--undpds-color-red);height:var(--undpds-spacing-04);right:0;top:2px;transform:rotate(45deg);width:var(--undpds-spacing-04)}.chevron-right-animated.svelte-18e8qsr:hover i:where(.svelte-18e8qsr){width:var(--undpds-spacing-11)}.chevron-right-animated.svelte-18e8qsr:hover i:where(.svelte-18e8qsr):before{display:unset}.custom-scrollbar.svelte-18e8qsr{overflow-x:auto;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:var(--undpds-color-black) transparent;scrollbar-width:thin}.custom-scrollbar.svelte-18e8qsr::-webkit-scrollbar{border-radius:0;height:5px;width:5px}.custom-scrollbar.svelte-18e8qsr::-webkit-scrollbar-track{background:var(--undpds-color-black);background-clip:padding-box;border:2px solid var(--undpds-color-white)}.custom-scrollbar.svelte-18e8qsr::-webkit-scrollbar-corner{display:none}.custom-scrollbar.svelte-18e8qsr::-webkit-scrollbar-thumb{background:var(--undpds-color-black)}.grid-container.svelte-18e8qsr{margin-left:auto;margin-right:auto;max-width:75rem;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.svelte-18e8qsr{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.fluid.svelte-18e8qsr{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.fluid.svelte-18e8qsr{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.full.svelte-18e8qsr{margin-left:auto;margin-right:auto;max-width:100%;padding-left:0;padding-right:0}.grid-x.svelte-18e8qsr{display:flex;flex-flow:row wrap}.cell.svelte-18e8qsr{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto.svelte-18e8qsr{flex:1 1 0}.cell.shrink.svelte-18e8qsr{flex:0 0 auto}.grid-margin-x.svelte-18e8qsr{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-x.svelte-18e8qsr{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-padding-x.svelte-18e8qsr .grid-padding-x:where(.svelte-18e8qsr){margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width: 40em){.grid-padding-x.svelte-18e8qsr .grid-padding-x:where(.svelte-18e8qsr){margin-left:-.9375rem;margin-right:-.9375rem}}.small-margin-collapse.svelte-18e8qsr,.small-padding-collapse.svelte-18e8qsr{margin-left:0;margin-right:0}@media print,screen and (min-width: 40em){.medium-margin-collapse.svelte-18e8qsr{margin-left:0;margin-right:0}}@media print,screen and (min-width: 40em){.medium-padding-collapse.svelte-18e8qsr{margin-left:0;margin-right:0}}@media print,screen and (min-width: 64em){.large-margin-collapse.svelte-18e8qsr,.large-padding-collapse.svelte-18e8qsr{margin-left:0;margin-right:0}}.small-offset-0.svelte-18e8qsr{margin-left:0}.small-offset-1.svelte-18e8qsr{margin-left:8.3333333333%}.small-offset-2.svelte-18e8qsr{margin-left:16.6666666667%}.small-offset-3.svelte-18e8qsr{margin-left:25%}.small-offset-4.svelte-18e8qsr{margin-left:33.3333333333%}.small-offset-5.svelte-18e8qsr{margin-left:41.6666666667%}.small-offset-6.svelte-18e8qsr{margin-left:50%}.small-offset-7.svelte-18e8qsr{margin-left:58.3333333333%}.small-offset-8.svelte-18e8qsr{margin-left:66.6666666667%}.small-offset-9.svelte-18e8qsr{margin-left:75%}.small-offset-10.svelte-18e8qsr{margin-left:83.3333333333%}.small-offset-11.svelte-18e8qsr{margin-left:91.6666666667%}@media print,screen and (min-width: 40em){.medium-offset-0.svelte-18e8qsr{margin-left:0}.medium-offset-1.svelte-18e8qsr{margin-left:8.3333333333%}.medium-offset-2.svelte-18e8qsr{margin-left:16.6666666667%}.medium-offset-3.svelte-18e8qsr{margin-left:25%}.medium-offset-4.svelte-18e8qsr{margin-left:33.3333333333%}.medium-offset-5.svelte-18e8qsr{margin-left:41.6666666667%}.medium-offset-6.svelte-18e8qsr{margin-left:50%}.medium-offset-7.svelte-18e8qsr{margin-left:58.3333333333%}.medium-offset-8.svelte-18e8qsr{margin-left:66.6666666667%}.medium-offset-9.svelte-18e8qsr{margin-left:75%}.medium-offset-10.svelte-18e8qsr{margin-left:83.3333333333%}.medium-offset-11.svelte-18e8qsr{margin-left:91.6666666667%}}@media print,screen and (min-width: 64em){.large-offset-0.svelte-18e8qsr{margin-left:0}.large-offset-1.svelte-18e8qsr{margin-left:8.3333333333%}.large-offset-2.svelte-18e8qsr{margin-left:16.6666666667%}.large-offset-3.svelte-18e8qsr{margin-left:25%}.large-offset-4.svelte-18e8qsr{margin-left:33.3333333333%}.large-offset-5.svelte-18e8qsr{margin-left:41.6666666667%}.large-offset-6.svelte-18e8qsr{margin-left:50%}.large-offset-7.svelte-18e8qsr{margin-left:58.3333333333%}.large-offset-8.svelte-18e8qsr{margin-left:66.6666666667%}.large-offset-9.svelte-18e8qsr{margin-left:75%}.large-offset-10.svelte-18e8qsr{margin-left:83.3333333333%}.large-offset-11.svelte-18e8qsr{margin-left:91.6666666667%}}.grid-y.svelte-18e8qsr{display:flex;flex-flow:column nowrap}.grid-padding-y.svelte-18e8qsr .grid-padding-y:where(.svelte-18e8qsr){margin-bottom:-.625rem;margin-top:-.625rem}@media print,screen and (min-width: 40em){.grid-padding-y.svelte-18e8qsr .grid-padding-y:where(.svelte-18e8qsr){margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-frame.svelte-18e8qsr{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell.svelte-18e8qsr .grid-frame:where(.svelte-18e8qsr){width:100%}.cell-block.svelte-18e8qsr{max-width:100%;overflow-x:auto}.cell-block.svelte-18e8qsr,.cell-block-y.svelte-18e8qsr{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y.svelte-18e8qsr{max-height:100%;min-height:100%;overflow-y:auto}.cell-block-container.svelte-18e8qsr{display:flex;flex-direction:column;max-height:100%}@media print,screen and (min-width: 40em){.medium-grid-frame.svelte-18e8qsr{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell.svelte-18e8qsr .medium-grid-frame:where(.svelte-18e8qsr){width:100%}.medium-cell-block.svelte-18e8qsr{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container.svelte-18e8qsr{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-y.svelte-18e8qsr{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width: 64em){.large-grid-frame.svelte-18e8qsr{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell.svelte-18e8qsr .large-grid-frame:where(.svelte-18e8qsr){width:100%}.large-cell-block.svelte-18e8qsr{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container.svelte-18e8qsr{display:flex;flex-direction:column;max-height:100%}.large-cell-block-y.svelte-18e8qsr{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame.svelte-18e8qsr{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}@media print,screen and (min-width: 40em){.grid-y.medium-grid-frame.svelte-18e8qsr{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media print,screen and (min-width: 64em){.grid-y.large-grid-frame.svelte-18e8qsr{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}.cell.svelte-18e8qsr .grid-y.grid-frame:where(.svelte-18e8qsr){height:100%}@media print,screen and (min-width: 40em){.cell.svelte-18e8qsr .grid-y.medium-grid-frame:where(.svelte-18e8qsr){height:100%}}@media print,screen and (min-width: 64em){.cell.svelte-18e8qsr .grid-y.large-grid-frame:where(.svelte-18e8qsr){height:100%}}.grid-margin-y.svelte-18e8qsr{margin-bottom:-.625rem;margin-top:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-y.svelte-18e8qsr{margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-frame.grid-margin-y.svelte-18e8qsr{height:calc(100vh + 1.25rem)}@media print,screen and (min-width: 40em){.grid-frame.grid-margin-y.svelte-18e8qsr{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-frame.grid-margin-y.svelte-18e8qsr{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 40em){.grid-margin-y.medium-grid-frame.svelte-18e8qsr{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-y.large-grid-frame.svelte-18e8qsr{height:calc(100vh + 1.875rem)}}.float-left.svelte-18e8qsr{float:left!important}.float-right.svelte-18e8qsr{float:right!important}.float-center.svelte-18e8qsr{display:block;margin-left:auto;margin-right:auto}.clearfix.svelte-18e8qsr:after,.clearfix.svelte-18e8qsr:before{content:" ";display:table;flex-basis:0;order:1}.clearfix.svelte-18e8qsr:after{clear:both}.align-left.svelte-18e8qsr{justify-content:flex-start}.align-right.svelte-18e8qsr{justify-content:flex-end}.align-center.svelte-18e8qsr{justify-content:center}.align-justify.svelte-18e8qsr{justify-content:space-between}.align-spaced.svelte-18e8qsr{justify-content:space-around}.align-top.svelte-18e8qsr{align-items:flex-start}.align-self-top.svelte-18e8qsr{align-self:flex-start}.align-bottom.svelte-18e8qsr{align-items:flex-end}.align-self-bottom.svelte-18e8qsr{align-self:flex-end}.align-middle.svelte-18e8qsr{align-items:center}.align-self-middle.svelte-18e8qsr{align-self:center}.align-stretch.svelte-18e8qsr{align-items:stretch}.align-self-stretch.svelte-18e8qsr{align-self:stretch}.align-center-middle.svelte-18e8qsr{align-content:center;align-items:center;justify-content:center}.small-order-1.svelte-18e8qsr{order:1}.small-order-2.svelte-18e8qsr{order:2}.small-order-3.svelte-18e8qsr{order:3}.small-order-4.svelte-18e8qsr{order:4}.small-order-5.svelte-18e8qsr{order:5}.small-order-6.svelte-18e8qsr{order:6}@media print,screen and (min-width: 40em){.medium-order-1.svelte-18e8qsr{order:1}.medium-order-2.svelte-18e8qsr{order:2}.medium-order-3.svelte-18e8qsr{order:3}.medium-order-4.svelte-18e8qsr{order:4}.medium-order-5.svelte-18e8qsr{order:5}.medium-order-6.svelte-18e8qsr{order:6}}@media print,screen and (min-width: 64em){.large-order-1.svelte-18e8qsr{order:1}.large-order-2.svelte-18e8qsr{order:2}.large-order-3.svelte-18e8qsr{order:3}.large-order-4.svelte-18e8qsr{order:4}.large-order-5.svelte-18e8qsr{order:5}.large-order-6.svelte-18e8qsr{order:6}}.flex-container.svelte-18e8qsr{display:flex}.flex-child-auto.svelte-18e8qsr{flex:1 1 auto}.flex-child-grow.svelte-18e8qsr{flex:1 0 auto}.flex-child-shrink.svelte-18e8qsr{flex:0 1 auto}.flex-dir-row.svelte-18e8qsr{flex-direction:row}.flex-dir-row-reverse.svelte-18e8qsr{flex-direction:row-reverse}.flex-dir-column.svelte-18e8qsr{flex-direction:column}.flex-dir-column-reverse.svelte-18e8qsr{flex-direction:column-reverse}@media print,screen and (min-width: 40em){.medium-flex-container.svelte-18e8qsr{display:flex}.medium-flex-child-auto.svelte-18e8qsr{flex:1 1 auto}.medium-flex-child-grow.svelte-18e8qsr{flex:1 0 auto}.medium-flex-child-shrink.svelte-18e8qsr{flex:0 1 auto}.medium-flex-dir-row.svelte-18e8qsr{flex-direction:row}.medium-flex-dir-row-reverse.svelte-18e8qsr{flex-direction:row-reverse}.medium-flex-dir-column.svelte-18e8qsr{flex-direction:column}.medium-flex-dir-column-reverse.svelte-18e8qsr{flex-direction:column-reverse}}@media print,screen and (min-width: 64em){.large-flex-container.svelte-18e8qsr{display:flex}.large-flex-child-auto.svelte-18e8qsr{flex:1 1 auto}.large-flex-child-grow.svelte-18e8qsr{flex:1 0 auto}.large-flex-child-shrink.svelte-18e8qsr{flex:0 1 auto}.large-flex-dir-row.svelte-18e8qsr{flex-direction:row}.large-flex-dir-row-reverse.svelte-18e8qsr{flex-direction:row-reverse}.large-flex-dir-column.svelte-18e8qsr{flex-direction:column}.large-flex-dir-column-reverse.svelte-18e8qsr{flex-direction:column-reverse}}.hide.svelte-18e8qsr{display:none!important}.invisible.svelte-18e8qsr{visibility:hidden}.visible.svelte-18e8qsr{visibility:visible}@media print,screen and (max-width: 39.99875em){.hide-for-small-only.svelte-18e8qsr{display:none!important}}@media screen and (max-width: 0em),screen and (min-width: 40em){.show-for-small-only.svelte-18e8qsr{display:none!important}}@media print,screen and (min-width: 40em){.hide-for-medium.svelte-18e8qsr{display:none!important}}@media screen and (max-width: 39.99875em){.show-for-medium.svelte-18e8qsr{display:none!important}}@media print,screen and (min-width: 40em) and (max-width: 63.99875em){.hide-for-medium-only.svelte-18e8qsr{display:none!important}}@media screen and (max-width: 39.99875em),screen and (min-width: 64em){.show-for-medium-only.svelte-18e8qsr{display:none!important}}@media print,screen and (min-width: 64em){.hide-for-large.svelte-18e8qsr{display:none!important}}@media screen and (max-width: 63.99875em){.show-for-large.svelte-18e8qsr{display:none!important}}@media print,screen and (min-width: 64em) and (max-width: 74.99875em){.hide-for-large-only.svelte-18e8qsr{display:none!important}}@media screen and (max-width: 63.99875em),screen and (min-width: 75em){.show-for-large-only.svelte-18e8qsr{display:none!important}}.show-for-sr.svelte-18e8qsr,.show-on-focus.svelte-18e8qsr{height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.show-on-focus.svelte-18e8qsr:active,.show-on-focus.svelte-18e8qsr:focus{height:auto!important;overflow:visible!important;position:static!important;width:auto!important;clip:auto!important;white-space:normal!important}.hide-for-portrait.svelte-18e8qsr,.show-for-landscape.svelte-18e8qsr{display:block!important}@media screen and (orientation: landscape){.hide-for-portrait.svelte-18e8qsr,.show-for-landscape.svelte-18e8qsr{display:block!important}}@media screen and (orientation: portrait){.hide-for-portrait.svelte-18e8qsr,.show-for-landscape.svelte-18e8qsr{display:none!important}}.hide-for-landscape.svelte-18e8qsr,.show-for-portrait.svelte-18e8qsr{display:none!important}@media screen and (orientation: landscape){.hide-for-landscape.svelte-18e8qsr,.show-for-portrait.svelte-18e8qsr{display:none!important}}@media screen and (orientation: portrait){.hide-for-landscape.svelte-18e8qsr,.show-for-portrait.svelte-18e8qsr{display:block!important}}.show-for-dark-mode.svelte-18e8qsr{display:none}.hide-for-dark-mode.svelte-18e8qsr{display:block}@media screen and (prefers-color-scheme: dark){.show-for-dark-mode.svelte-18e8qsr{display:block!important}.hide-for-dark-mode.svelte-18e8qsr{display:none!important}}.show-for-ie.svelte-18e8qsr{display:none}@media (-ms-high-contrast: active),(-ms-high-contrast: none){.show-for-ie.svelte-18e8qsr{display:block!important}.hide-for-ie.svelte-18e8qsr{display:none!important}}.show-for-sticky.svelte-18e8qsr{display:none}.is-stuck.svelte-18e8qsr .show-for-sticky:where(.svelte-18e8qsr){display:block}.is-stuck.svelte-18e8qsr .hide-for-sticky:where(.svelte-18e8qsr){display:none}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}.svelte-18e8qsr:lang(my) button:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(my) div:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(my) p:where(.svelte-18e8qsr){font-family:var(--undpds-font-family-notosans-burmese);line-height:1.7}.svelte-18e8qsr:lang(bn) button:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(bn) div:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(bn) p:where(.svelte-18e8qsr){font-family:var(--undpds-font-family-unbangla)}.svelte-18e8qsr:lang(ar) button:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(ar) div:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(ar) p:where(.svelte-18e8qsr){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-18e8qsr:lang(az) button:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(az) div:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(az) p:where(.svelte-18e8qsr){font-family:var(--undpds-font-family-notosans)}.svelte-18e8qsr:lang(zh) button:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(zh) div:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(zh) p:where(.svelte-18e8qsr){font-family:var(--undpds-font-family-notosans-chinese)}.svelte-18e8qsr:lang(ja) button:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(ja) div:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(ja) p:where(.svelte-18e8qsr){font-family:var(--undpds-font-family-notosans-japanese)}.svelte-18e8qsr:lang(ja) div:where(.svelte-18e8qsr){font-weight:350}.svelte-18e8qsr:lang(ka) button:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(ka) div:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(ka) p:where(.svelte-18e8qsr){font-family:var(--undpds-font-family-notosans-georgian)}.svelte-18e8qsr:lang(km) button:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(km) div:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(km) p:where(.svelte-18e8qsr){font-family:var(--undpds-font-family-notosans-khmer)}.svelte-18e8qsr:lang(ko) button:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(ko) div:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(ko) p:where(.svelte-18e8qsr){font-family:var(--undpds-font-family-notosans-korean)}.svelte-18e8qsr:lang(ku) button:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(ku) div:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(ku) p:where(.svelte-18e8qsr){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-18e8qsr:lang(ne) button:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(ne) div:where(.svelte-18e8qsr),.svelte-18e8qsr:lang(ne) p:where(.svelte-18e8qsr){font-family:var(--undpds-font-family-notosans)}button.svelte-18e8qsr{font-family:var(--undpds-font-family-proximanova)}p.svelte-18e8qsr{margin-top:0}ul.svelte-18e8qsr{margin:0;padding-left:1.125rem}@media (min-width: 48em){ul.svelte-18e8qsr{padding-left:1.313rem}}ul.svelte-18e8qsr li:where(.svelte-18e8qsr){margin-bottom:var(--undpds-spacing-05);padding-left:.875rem}@media (min-width: 48em){ul.svelte-18e8qsr li:where(.svelte-18e8qsr){margin-bottom:var(--undpds-spacing-06);padding-left:var(--undpds-spacing-04)}}ul.svelte-18e8qsr li:where(.svelte-18e8qsr)::marker{font-size:1.125rem}@media (min-width: 48em){ul.svelte-18e8qsr li:where(.svelte-18e8qsr)::marker{font-size:1.313rem}}@keyframes svelte-18e8qsr-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}.color-white.svelte-18e8qsr{color:var(--undpds-color-white)}.color-black.svelte-18e8qsr{color:var(--undpds-color-black)}.show-large.svelte-18e8qsr{display:none}@media (min-width: 48em){.show-large.svelte-18e8qsr{display:block}}.show-small.svelte-18e8qsr{display:block}@media (min-width: 48em){.show-small.svelte-18e8qsr{display:none}}.height-full.svelte-18e8qsr{height:100%}.overlay-grey.svelte-18e8qsr:before{background:#0003}.delay-1.svelte-18e8qsr{transition-delay:.1s}.delay-2.svelte-18e8qsr{transition-delay:.2s}.delay-3.svelte-18e8qsr{transition-delay:.3s}.delay-4.svelte-18e8qsr{transition-delay:.4s}.delay-5.svelte-18e8qsr{transition-delay:.5s}.scale-up.inviewport.svelte-18e8qsr{transform:scale(1)}.expand-to-size.svelte-18e8qsr{max-width:calc(100% - 1.5rem)}@media (min-width: 48em){.expand-to-size.svelte-18e8qsr{max-width:calc(100% - 3rem)}}.overflow-hidden.svelte-18e8qsr{overflow:hidden}.background-yellow.svelte-18e8qsr{background-color:var(--undpds-color-light-yellow)}.background-red.svelte-18e8qsr{background-color:var(--undpds-color-light-red)}.background-green.svelte-18e8qsr{background-color:var(--undpds-color-light-green)}.background-blue.svelte-18e8qsr{background-color:var(--undpds-color-blue-100)}.background-gray.svelte-18e8qsr{background-color:var(--undpds-color-gray-100)}.background-white.svelte-18e8qsr{background-color:var(--undpds-color-white)}.accent-yellow.svelte-18e8qsr .card-thumbnail__image:where(.svelte-18e8qsr):hover:before,.yellow.svelte-18e8qsr .card-thumbnail__image:where(.svelte-18e8qsr):hover:before{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow.svelte-18e8qsr .author__img:where(.svelte-18e8qsr):hover:before,.yellow.svelte-18e8qsr .author__img:where(.svelte-18e8qsr):hover:before{background:linear-gradient(45deg,rgba(255,235,0,.8),transparent 53%)}.accent-yellow.svelte-18e8qsr .publication-thumbnail__image:where(.svelte-18e8qsr):hover:after,.yellow.svelte-18e8qsr .publication-thumbnail__image:where(.svelte-18e8qsr):hover:after{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow.svelte-18e8qsr .stats-panel:where(.svelte-18e8qsr):hover:after,.yellow.svelte-18e8qsr .stats-panel:where(.svelte-18e8qsr):hover:after{background:linear-gradient(0deg,rgba(255,235,0,.8),transparent 140%)}.accent-yellow.svelte-18e8qsr .feature__card-slide:where(.svelte-18e8qsr):before,.yellow.svelte-18e8qsr .feature__card-slide:where(.svelte-18e8qsr):before{background:linear-gradient(45deg,rgba(255,235,0,.8),transparent 67%)}.accent-red.svelte-18e8qsr .card-thumbnail__image:where(.svelte-18e8qsr):hover:before,.red.svelte-18e8qsr .card-thumbnail__image:where(.svelte-18e8qsr):hover:before{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red.svelte-18e8qsr .author__img:where(.svelte-18e8qsr):hover:before,.red.svelte-18e8qsr .author__img:where(.svelte-18e8qsr):hover:before{background:linear-gradient(45deg,rgba(230,45,45,.78),transparent 53%)}.accent-red.svelte-18e8qsr .publication-thumbnail__image:where(.svelte-18e8qsr):hover:after,.red.svelte-18e8qsr .publication-thumbnail__image:where(.svelte-18e8qsr):hover:after{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red.svelte-18e8qsr .stats-panel:where(.svelte-18e8qsr):hover:after,.red.svelte-18e8qsr .stats-panel:where(.svelte-18e8qsr):hover:after{background:linear-gradient(0deg,rgba(230,45,45,.78),transparent 140%)}.accent-red.svelte-18e8qsr .feature__card-slide:where(.svelte-18e8qsr):before,.red.svelte-18e8qsr .feature__card-slide:where(.svelte-18e8qsr):before{background:linear-gradient(45deg,rgba(230,45,45,.78),transparent 67%)}.accent-green.svelte-18e8qsr .card-thumbnail__image:where(.svelte-18e8qsr):hover:before,.green.svelte-18e8qsr .card-thumbnail__image:where(.svelte-18e8qsr):hover:before{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green.svelte-18e8qsr .author__img:where(.svelte-18e8qsr):hover:before,.green.svelte-18e8qsr .author__img:where(.svelte-18e8qsr):hover:before{background:linear-gradient(45deg,rgba(92,222,83,.82),transparent 53%)}.accent-green.svelte-18e8qsr .publication-thumbnail__image:where(.svelte-18e8qsr):hover:after,.green.svelte-18e8qsr .publication-thumbnail__image:where(.svelte-18e8qsr):hover:after{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green.svelte-18e8qsr .stats-panel:where(.svelte-18e8qsr):hover:after,.green.svelte-18e8qsr .stats-panel:where(.svelte-18e8qsr):hover:after{background:linear-gradient(0deg,rgba(92,222,83,.82),transparent 140%)}.accent-green.svelte-18e8qsr .feature__card-slide:where(.svelte-18e8qsr):before,.green.svelte-18e8qsr .feature__card-slide:where(.svelte-18e8qsr):before{background:linear-gradient(45deg,rgba(92,222,83,.82),transparent 67%)}.accent-blue.svelte-18e8qsr .card-thumbnail__image:where(.svelte-18e8qsr):hover:before,.blue.svelte-18e8qsr .card-thumbnail__image:where(.svelte-18e8qsr):hover:before{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue.svelte-18e8qsr .author__img:where(.svelte-18e8qsr):hover:before,.blue.svelte-18e8qsr .author__img:where(.svelte-18e8qsr):hover:before{background:linear-gradient(45deg,rgba(94,232,246,.82),transparent 53%)}.accent-blue.svelte-18e8qsr .publication-thumbnail__image:where(.svelte-18e8qsr):hover:after,.blue.svelte-18e8qsr .publication-thumbnail__image:where(.svelte-18e8qsr):hover:after{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue.svelte-18e8qsr .stats-panel:where(.svelte-18e8qsr):hover:after,.blue.svelte-18e8qsr .stats-panel:where(.svelte-18e8qsr):hover:after{background:linear-gradient(0deg,rgba(94,232,246,.82),transparent 140%)}.accent-blue.svelte-18e8qsr .feature__card-slide:where(.svelte-18e8qsr):before,.blue.svelte-18e8qsr .feature__card-slide:where(.svelte-18e8qsr):before{background:linear-gradient(45deg,rgba(94,232,246,.82),transparent 67%)}.accent-yellow.svelte-18e8qsr .stats-card:where(.svelte-18e8qsr):hover,.yellow.svelte-18e8qsr .stats-card:where(.svelte-18e8qsr):hover{background-color:var(--undpds-color-yellow)}.accent-yellow.svelte-18e8qsr .progress-bar:where(.svelte-18e8qsr),.yellow.svelte-18e8qsr .progress-bar:where(.svelte-18e8qsr){background:var(--undpds-color-yellow)}.accent-yellow.svelte-18e8qsr .blockquote:where(.svelte-18e8qsr),.accent-yellow.svelte-18e8qsr .content-card.card:where(.svelte-18e8qsr):hover,.yellow.svelte-18e8qsr .blockquote:where(.svelte-18e8qsr),.yellow.svelte-18e8qsr .content-card.card:where(.svelte-18e8qsr):hover{background-color:var(--undpds-color-yellow)}.accent-yellow.svelte-18e8qsr .content-card.card-color:where(.svelte-18e8qsr):hover,.accent-yellow.svelte-18e8qsr .content-card.card-emphasize:where(.svelte-18e8qsr):hover,.yellow.svelte-18e8qsr .content-card.card-color:where(.svelte-18e8qsr):hover,.yellow.svelte-18e8qsr .content-card.card-emphasize:where(.svelte-18e8qsr):hover{background-color:var(--undpds-color-yellow)}.accent-yellow.svelte-18e8qsr .feature__card-slide:where(.svelte-18e8qsr),.yellow.svelte-18e8qsr .feature__card-slide:where(.svelte-18e8qsr){background:var(--undpds-color-yellow)}.accent-red.svelte-18e8qsr .stats-card:where(.svelte-18e8qsr):hover,.red.svelte-18e8qsr .stats-card:where(.svelte-18e8qsr):hover{background-color:var(--undpds-color-red)}.accent-red.svelte-18e8qsr .progress-bar:where(.svelte-18e8qsr),.red.svelte-18e8qsr .progress-bar:where(.svelte-18e8qsr){background:var(--undpds-color-red)}.accent-red.svelte-18e8qsr .blockquote:where(.svelte-18e8qsr),.accent-red.svelte-18e8qsr .content-card.card:where(.svelte-18e8qsr):hover,.red.svelte-18e8qsr .blockquote:where(.svelte-18e8qsr),.red.svelte-18e8qsr .content-card.card:where(.svelte-18e8qsr):hover{background-color:var(--undpds-color-red)}.accent-red.svelte-18e8qsr .content-card.card-color:where(.svelte-18e8qsr):hover,.accent-red.svelte-18e8qsr .content-card.card-emphasize:where(.svelte-18e8qsr):hover,.red.svelte-18e8qsr .content-card.card-color:where(.svelte-18e8qsr):hover,.red.svelte-18e8qsr .content-card.card-emphasize:where(.svelte-18e8qsr):hover{background-color:var(--undpds-color-red)}.accent-red.svelte-18e8qsr .feature__card-slide:where(.svelte-18e8qsr),.red.svelte-18e8qsr .feature__card-slide:where(.svelte-18e8qsr){background:var(--undpds-color-red)}.accent-green.svelte-18e8qsr .stats-card:where(.svelte-18e8qsr):hover,.green.svelte-18e8qsr .stats-card:where(.svelte-18e8qsr):hover{background-color:var(--undpds-color-green)}.accent-green.svelte-18e8qsr .progress-bar:where(.svelte-18e8qsr),.green.svelte-18e8qsr .progress-bar:where(.svelte-18e8qsr){background:var(--undpds-color-green)}.accent-green.svelte-18e8qsr .blockquote:where(.svelte-18e8qsr),.accent-green.svelte-18e8qsr .content-card.card:where(.svelte-18e8qsr):hover,.green.svelte-18e8qsr .blockquote:where(.svelte-18e8qsr),.green.svelte-18e8qsr .content-card.card:where(.svelte-18e8qsr):hover{background-color:var(--undpds-color-green)}.accent-green.svelte-18e8qsr .content-card.card-color:where(.svelte-18e8qsr):hover,.accent-green.svelte-18e8qsr .content-card.card-emphasize:where(.svelte-18e8qsr):hover,.green.svelte-18e8qsr .content-card.card-color:where(.svelte-18e8qsr):hover,.green.svelte-18e8qsr .content-card.card-emphasize:where(.svelte-18e8qsr):hover{background-color:var(--undpds-color-green)}.accent-green.svelte-18e8qsr .feature__card-slide:where(.svelte-18e8qsr),.green.svelte-18e8qsr .feature__card-slide:where(.svelte-18e8qsr){background:var(--undpds-color-green)}.accent-blue.svelte-18e8qsr .stats-card:where(.svelte-18e8qsr):hover,.blue.svelte-18e8qsr .stats-card:where(.svelte-18e8qsr):hover{background-color:var(--undpds-color-azure)}.accent-blue.svelte-18e8qsr .progress-bar:where(.svelte-18e8qsr),.blue.svelte-18e8qsr .progress-bar:where(.svelte-18e8qsr){background:var(--undpds-color-azure)}.accent-blue.svelte-18e8qsr .blockquote:where(.svelte-18e8qsr),.accent-blue.svelte-18e8qsr .content-card.card:where(.svelte-18e8qsr):hover,.blue.svelte-18e8qsr .blockquote:where(.svelte-18e8qsr),.blue.svelte-18e8qsr .content-card.card:where(.svelte-18e8qsr):hover{background-color:var(--undpds-color-azure)}.accent-blue.svelte-18e8qsr .content-card.card-color:where(.svelte-18e8qsr):hover,.accent-blue.svelte-18e8qsr .content-card.card-emphasize:where(.svelte-18e8qsr):hover,.blue.svelte-18e8qsr .content-card.card-color:where(.svelte-18e8qsr):hover,.blue.svelte-18e8qsr .content-card.card-emphasize:where(.svelte-18e8qsr):hover{background-color:var(--undpds-color-azure)}.accent-blue.svelte-18e8qsr .feature__card-slide:where(.svelte-18e8qsr),.blue.svelte-18e8qsr .feature__card-slide:where(.svelte-18e8qsr){background:var(--undpds-color-azure)}.accent-yellow.svelte-18e8qsr .content-card.card-emphasize:where(.svelte-18e8qsr),.yellow.svelte-18e8qsr .content-card.card-emphasize:where(.svelte-18e8qsr){background-color:var(--undpds-color-light-yellow)}.accent-red.svelte-18e8qsr .content-card.card-emphasize:where(.svelte-18e8qsr),.red.svelte-18e8qsr .content-card.card-emphasize:where(.svelte-18e8qsr){background-color:var(--undpds-color-light-red)}.accent-green.svelte-18e8qsr .content-card.card-emphasize:where(.svelte-18e8qsr),.green.svelte-18e8qsr .content-card.card-emphasize:where(.svelte-18e8qsr){background-color:var(--undpds-color-light-green)}.accent-blue.svelte-18e8qsr .content-card.card-emphasize:where(.svelte-18e8qsr),.blue.svelte-18e8qsr .content-card.card-emphasize:where(.svelte-18e8qsr){background-color:var(--undpds-color-light-azure)}.color-wrapper.svelte-18e8qsr{display:block}@media (min-width: 48em){.color-wrapper.svelte-18e8qsr{display:flex;flex-wrap:wrap;justify-content:space-around}}.color__row.svelte-18e8qsr{width:100%}@media (min-width: 48em){.color__row.svelte-18e8qsr{width:calc(50% - 10px)}}.color__row.full.svelte-18e8qsr{width:100%}.color__row.svelte-18e8qsr .color__title:where(.svelte-18e8qsr){color:var(--undpds-color-black);font-size:.813rem;min-height:28px}@media (min-width: 48em){.color__row.svelte-18e8qsr .color__title:where(.svelte-18e8qsr){font-size:var(--undpds-font-size-16)}}.color__row.svelte-18e8qsr .color__define_wrapper:where(.svelte-18e8qsr){display:block}.Primary-text.svelte-18e8qsr{color:var(--undpds-color-black);font-size:var(--undpds-font-size-12);margin-top:-1.538rem;text-align:center}@media (min-width: 48em){.Primary-text.svelte-18e8qsr{margin-top:-1.55rem}}.color__define.svelte-18e8qsr{display:flex;margin-bottom:1.25rem}.color__define.svelte-18e8qsr .color__name:where(.svelte-18e8qsr){flex-basis:0;flex-grow:1;margin:var(--undpds-spacing-03) 0;text-align:center}@media (min-width: 48em){.color__define.svelte-18e8qsr .color__name:where(.svelte-18e8qsr){flex-basis:0;flex-grow:1}}.color__define_balance.svelte-18e8qsr{display:flex;width:100%}.color__define_balance.svelte-18e8qsr .color__name:where(.svelte-18e8qsr){margin:var(--undpds-spacing-03) 0;text-align:center}.color__define_balance.svelte-18e8qsr .color__name.bl-1:where(.svelte-18e8qsr){height:75px;width:45%}.color__define_balance.svelte-18e8qsr .color__name.bl-2:where(.svelte-18e8qsr){height:75px;width:12%}.color__define_balance.svelte-18e8qsr .color__name.bl-3:where(.svelte-18e8qsr){height:75px;width:15%}.color__define_balance.svelte-18e8qsr .color__name.bl-4:where(.svelte-18e8qsr){height:75px;width:18%}.color__define_balance.svelte-18e8qsr .color__name.bl-5:where(.svelte-18e8qsr){height:75px;width:8%}.color__define_balance.svelte-18e8qsr .color__name.bl-6:where(.svelte-18e8qsr){height:75px;width:5%}.icon--bar.svelte-18e8qsr{cursor:pointer}.chevron-right-animated.svelte-18e8qsr{display:inline-block;max-width:6rem;width:100%}.external-link-animated.svelte-18e8qsr{box-shadow:-2px 2px 0 0 var(--undpds-color-dark-red),-4px 0 0 -2px var(--undpds-color-dark-red),-3px 3px 0 -1px var(--undpds-color-dark-red);box-sizing:border-box;cursor:pointer;display:inline-block;height:var(--undpds-spacing-04);margin-inline-start:-2px;position:relative;width:var(--undpds-spacing-04)}.external-link-animated.svelte-18e8qsr:before{background:var(--undpds-color-dark-red);height:2px;inset-block-start:3.5px;inset-inline-end:0;transform:rotate(-45deg) translate(0);transition:all .3s;width:.625rem}.external-link-animated.svelte-18e8qsr:after{border-block-start:2px solid var(--undpds-color-dark-red);border-inline-end:2px solid var(--undpds-color-dark-red);height:var(--undpds-spacing-03);inset-block-start:0;inset-inline-end:0;transform:translate(0);transition:transform .3s;width:var(--undpds-spacing-03)}.external-link-animated.svelte-18e8qsr:hover:after{transform:translate(5px,-5px)}.external-link-animated.svelte-18e8qsr:hover:before{transform:rotate(-45deg) translate(7px)}.download-animated.svelte-18e8qsr{align-items:flex-end;box-sizing:border-box;cursor:pointer;display:flex;height:12px;position:relative}.download-animated.svelte-18e8qsr i:where(.svelte-18e8qsr){border:2px solid var(--undpds-color-dark-red);border-block-start:0;box-sizing:content-box;display:block;height:6px;width:1.125rem}.download-animated.svelte-18e8qsr:after{border-block-end:2px solid var(--undpds-color-dark-red);border-inline-start:2px solid var(--undpds-color-dark-red);height:8px;inset-block-end:6px;inset-inline-start:7px;transform:rotate(-45deg) translate(0);transition:all .3s;width:8px}.download-animated.svelte-18e8qsr:before{background:var(--undpds-color-dark-red);height:10px;inset-block-end:7px;inset-inline-start:10px;transform:translate(0);transition:all .3s;width:2px}.download-animated.svelte-18e8qsr:hover:after{transform:rotate(-45deg) translate(7px,-7px)}.download-animated.svelte-18e8qsr:hover:before{transform:translateY(-10px)}.icons-container.svelte-18e8qsr{display:flex;flex-wrap:wrap}.credits.svelte-18e8qsr{font-size:var(--undpds-font-size-14);line-height:1.4;margin-left:auto}@container (width > 30em){.credits.svelte-18e8qsr{font-size:var(--undpds-font-size-16)}}.grid_name.svelte-18e8qsr{color:var(--undpds-color-black);font-size:1.375rem;margin-bottom:var(--undpds-spacing-05);margin-top:var(--undpds-spacing-05);min-height:28px}@media (max-width: 47.9375em){.grid_name.svelte-18e8qsr{font-size:1.625rem}}.grid_description.svelte-18e8qsr{color:var(--undpds-color-black);margin-bottom:1.25rem}.grid--layout.svelte-18e8qsr{background-color:var(--undpds-color-gray-300);height:var(--undpds-spacing-09);margin-bottom:var(--undpds-spacing-03)}.grid--layout.svelte-18e8qsr:nth-child(odd){background-color:var(--undpds-color-gray-200)}.grid--layout.svelte-18e8qsr .column:where(.svelte-18e8qsr){font-size:.813rem;padding:.625rem}.spacing__define.svelte-18e8qsr .spacing__name:where(.svelte-18e8qsr){display:flex;flex-direction:row;flex-wrap:nowrap;width:100%}.breadcrumb__item.svelte-18e8qsr{background-image:none;color:var(--undpds-color-dark-red);font-size:var(--undpds-font-size-12);font-weight:600;text-transform:uppercase}.breadcrumb__item.svelte-18e8qsr:hover{color:var(--undpds-color-red)}.svelte-18e8qsr:lang(ro) .breadcrumb__item:where(.svelte-18e8qsr){font-weight:700}.language__item.svelte-18e8qsr{display:inline-block;line-height:.9;min-width:100px;padding:var(--undpds-spacing-04) var(--undpds-spacing-05)}.progress-container.svelte-18e8qsr{background:var(--undpds-color-gray-300);height:.75rem;width:100%}@media (min-width: 48em){.progress-container.svelte-18e8qsr{height:1rem}}.progress-container.svelte-18e8qsr .progress-bar:where(.svelte-18e8qsr){background:var(--undpds-color-yellow)}.progress-container.small.svelte-18e8qsr{height:.625rem}@media (min-width: 48em){.progress-container.small.svelte-18e8qsr{height:.75rem}}.progress-container.small.svelte-18e8qsr .progress-bar:where(.svelte-18e8qsr){height:.625rem}@media (min-width: 48em){.progress-container.small.svelte-18e8qsr .progress-bar:where(.svelte-18e8qsr){height:.75rem}}.progress-container.accent-yellow.svelte-18e8qsr .progress-bar:where(.svelte-18e8qsr),.progress-container.yellow.svelte-18e8qsr .progress-bar:where(.svelte-18e8qsr){background:var(--undpds-color-yellow)}.progress-container.accent-red.svelte-18e8qsr .progress-bar:where(.svelte-18e8qsr),.progress-container.red.svelte-18e8qsr .progress-bar:where(.svelte-18e8qsr){background:var(--undpds-color-red)}.progress-container.accent-green.svelte-18e8qsr .progress-bar:where(.svelte-18e8qsr),.progress-container.green.svelte-18e8qsr .progress-bar:where(.svelte-18e8qsr){background:var(--undpds-color-green)}.progress-container.accent-blue.svelte-18e8qsr .progress-bar:where(.svelte-18e8qsr),.progress-container.blue.svelte-18e8qsr .progress-bar:where(.svelte-18e8qsr){background:var(--undpds-color-azure)}.progress-bar.svelte-18e8qsr{height:.75rem;min-width:1%;position:fixed;transition:width .2s linear;width:34%;z-index:1}@media (min-width: 48em){.progress-bar.svelte-18e8qsr{height:1rem}}.progress-top.svelte-18e8qsr{top:0}.sidebar_item.svelte-18e8qsr:hover{background-color:var(--undpds-color-gray-200)}.sidebar_item.open.svelte-18e8qsr .arrow:where(.svelte-18e8qsr){transform:rotate(180deg);transition:all .1s ease}.scroll.svelte-18e8qsr{overflow-x:auto}.form-check.svelte-18e8qsr{align-items:center;display:flex;position:relative}.accordion.svelte-18e8qsr li:where(.svelte-18e8qsr) button:where(.svelte-18e8qsr){align-items:center;background:transparent;border:none;cursor:pointer;display:block;display:flex;font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03em;line-height:1;text-transform:uppercase}@media (min-width: 48em){.accordion.svelte-18e8qsr li:where(.svelte-18e8qsr) button:where(.svelte-18e8qsr){display:inline-flex}}.accordion.svelte-18e8qsr{background-color:var(--undpds-color-white)}.accordion.svelte-18e8qsr li:where(.svelte-18e8qsr) :where(.svelte-18e8qsr):lang(my) button:where(.svelte-18e8qsr){font-size:var(--undpds-font-size-14)}.accordion.svelte-18e8qsr{padding:0;position:relative}.accordion.svelte-18e8qsr li:where(.svelte-18e8qsr){border-bottom:1px solid #a9b1b7;cursor:pointer;list-style:none;margin-bottom:0;overflow:hidden;padding-left:0;position:relative}.accordion.svelte-18e8qsr li:where(.svelte-18e8qsr) button:where(.svelte-18e8qsr){font-size:1.563rem;font-weight:400;letter-spacing:0;line-height:1.15;margin:0 auto;padding:1rem 0 1.5rem;text-align:left;width:100%}.accordion.svelte-18e8qsr li:where(.svelte-18e8qsr) button:where(.svelte-18e8qsr):before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE5IDEtOSAxMEwxIDEiIHN0cm9rZT0iI0VFNDAyRCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 50%;border-top-color:#f3f3f3;content:"";height:1.25rem;margin-left:1.5rem;position:absolute;right:0;top:1.5rem;transition:all .3s ease;width:1.25rem}.accordion.svelte-18e8qsr li:where(.svelte-18e8qsr) button.accordion--active:where(.svelte-18e8qsr):before{transform:rotate(-180deg)}.accordion.svelte-18e8qsr li:where(.svelte-18e8qsr) p:where(.svelte-18e8qsr):last-of-type{margin-bottom:0}.accordion__panel.svelte-18e8qsr{display:none;height:auto;padding:2rem}@media (min-width: 48em){.accordion__panel.svelte-18e8qsr{padding:2.5rem}}.accordion.svelte-18e8qsr{padding:5px 10px 5px 5px}.accordion.svelte-18e8qsr .accordion-title:where(.svelte-18e8qsr){display:flex;flex-direction:row;align-items:center;justify-content:center;padding-left:.6rem}.accordion.svelte-18e8qsr .accordion-title:where(.svelte-18e8qsr) .accordion-button:where(.svelte-18e8qsr){padding-top:1rem;padding-bottom:1rem;width:90%}.accordion.svelte-18e8qsr .accordion-title:where(.svelte-18e8qsr) .accordion-header:where(.svelte-18e8qsr){padding-left:2rem;padding-right:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;text-align:left;width:90%}.accordion.svelte-18e8qsr li:where(.svelte-18e8qsr) button:where(.svelte-18e8qsr):before{content:"";margin-left:0;position:absolute;left:0;top:auto}.accordion.svelte-18e8qsr .accordion-content:where(.svelte-18e8qsr){cursor:default}a.svelte-9b9cxe{background-color:transparent}.svelte-9b9cxe::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}.download-animated.svelte-9b9cxe:after,.download-animated.svelte-9b9cxe:before,.external-link-animated.svelte-9b9cxe:after,.external-link-animated.svelte-9b9cxe:before{box-sizing:border-box;content:"";display:block;position:absolute}a.svelte-9b9cxe{background-image:linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red)),linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red));background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}a.svelte-9b9cxe:hover{animation:svelte-9b9cxe-lineLoop-animation 2s linear infinite}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}@keyframes svelte-9b9cxe-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}a.svelte-9b9cxe{color:var(--undpds-color-black);text-decoration:none}.external-link-animated.svelte-9b9cxe{box-shadow:-2px 2px 0 0 var(--undpds-color-dark-red),-4px 0 0 -2px var(--undpds-color-dark-red),-3px 3px 0 -1px var(--undpds-color-dark-red);box-sizing:border-box;cursor:pointer;display:inline-block;height:var(--undpds-spacing-04);margin-inline-start:-2px;position:relative;width:var(--undpds-spacing-04)}.external-link-animated.svelte-9b9cxe:before{background:var(--undpds-color-dark-red);height:2px;inset-block-start:3.5px;inset-inline-end:0;transform:rotate(-45deg) translate(0);transition:all .3s;width:.625rem}.external-link-animated.svelte-9b9cxe:after{border-block-start:2px solid var(--undpds-color-dark-red);border-inline-end:2px solid var(--undpds-color-dark-red);height:var(--undpds-spacing-03);inset-block-start:0;inset-inline-end:0;transform:translate(0);transition:transform .3s;width:var(--undpds-spacing-03)}.external-link-animated.svelte-9b9cxe:hover:after{transform:translate(5px,-5px)}.external-link-animated.svelte-9b9cxe:hover:before{transform:rotate(-45deg) translate(7px)}.download-animated.svelte-9b9cxe{align-items:flex-end;box-sizing:border-box;cursor:pointer;display:flex;height:12px;position:relative}.download-animated.svelte-9b9cxe i:where(.svelte-9b9cxe){border:2px solid var(--undpds-color-dark-red);border-block-start:0;box-sizing:content-box;display:block;height:6px;width:1.125rem}.download-animated.svelte-9b9cxe:after{border-block-end:2px solid var(--undpds-color-dark-red);border-inline-start:2px solid var(--undpds-color-dark-red);height:8px;inset-block-end:6px;inset-inline-start:7px;transform:rotate(-45deg) translate(0);transition:all .3s;width:8px}.download-animated.svelte-9b9cxe:before{background:var(--undpds-color-dark-red);height:10px;inset-block-end:7px;inset-inline-start:10px;transform:translate(0);transition:all .3s;width:2px}.download-animated.svelte-9b9cxe:hover:after{transform:rotate(-45deg) translate(7px,-7px)}.download-animated.svelte-9b9cxe:hover:before{transform:translateY(-10px)}.button.svelte-9b9cxe{align-items:center;background:transparent;border:none;display:block;display:flex;font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03em;line-height:1;text-transform:uppercase}@media (min-width: 48em){.button.svelte-9b9cxe{display:inline-flex}}.button.svelte-9b9cxe{color:var(--undpds-color-white);cursor:pointer;justify-content:center;padding:var(--undpds-spacing-05) var(--undpds-spacing-06)}.button.svelte-9b9cxe:focus-visible{box-shadow:0 0 4px var(--undpds-color-blue-800);outline:0}.button.button-primary.svelte-9b9cxe{background-color:var(--undpds-color-dark-red)}.button.button-primary.svelte-9b9cxe:hover{background-color:var(--undpds-color-red)}.button.button-primary.button-arrow.svelte-9b9cxe:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEgMSAxMCA4Ljk5OEwxIDE5IiBzdHJva2U9IiMyMzJFM0QiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==) no-repeat 0;content:"";height:20px;margin-left:var(--undpds-spacing-04);transition:.2s ease;width:13px}.button.button-primary.button-arrow.svelte-9b9cxe:hover:after{transform:translate(70%)}.button.button-primary.button-arrow.disabled.svelte-9b9cxe:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEgMSAxMCA4Ljk5OEwxIDE5IiBzdHJva2U9IiNFREVGRjAiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==) no-repeat 0;content:""}.button.button-primary.button-external-link.svelte-9b9cxe{align-items:baseline}.button.button-primary.svelte-9b9cxe .external-link-animated:where(.svelte-9b9cxe){box-shadow:-2px 2px 0 0 var(--undpds-color-black),-4px 0 0 -2px var(--undpds-color-black),-3px 3px 0 -1px var(--undpds-color-black);margin-left:1rem}.button.button-primary.svelte-9b9cxe .external-link-animated:where(.svelte-9b9cxe):before{background:var(--undpds-color-black)}.button.button-primary.svelte-9b9cxe .external-link-animated:where(.svelte-9b9cxe):after{border-right:2px solid var(--undpds-color-black);border-top:2px solid var(--undpds-color-black)}.button.button-primary.svelte-9b9cxe:hover .external-link-animated:where(.svelte-9b9cxe):after{transform:translate(5px,-5px)}.button.button-primary.svelte-9b9cxe:hover .external-link-animated:where(.svelte-9b9cxe):before{transform:rotate(-45deg) translate(7px)}.button.button-primary.disabled.svelte-9b9cxe .external-link-animated:where(.svelte-9b9cxe){box-shadow:-2px 2px 0 0 var(--undpds-color-gray-300),-4px 0 0 -2px var(--undpds-color-gray-300),-3px 3px 0 -1px var(--undpds-color-gray-300)}.button.button-primary.disabled.svelte-9b9cxe .external-link-animated:where(.svelte-9b9cxe):before{background:var(--undpds-color-gray-300)}.button.button-primary.disabled.svelte-9b9cxe .external-link-animated:where(.svelte-9b9cxe):after{border-right:2px solid var(--undpds-color-gray-300);border-top:2px solid var(--undpds-color-gray-300)}.button.button-primary.button-download.svelte-9b9cxe{align-items:baseline;padding:1.25rem var(--undpds-spacing-06)}.button.button-primary.svelte-9b9cxe .download-animated:where(.svelte-9b9cxe){margin-left:1rem}.button.button-primary.svelte-9b9cxe .download-animated:where(.svelte-9b9cxe) i:where(.svelte-9b9cxe){border:2px solid var(--undpds-color-black);border-top:0}.button.button-primary.svelte-9b9cxe .download-animated:where(.svelte-9b9cxe):after{border-bottom:2px solid var(--undpds-color-black);border-left:2px solid var(--undpds-color-black)}.button.button-primary.svelte-9b9cxe .download-animated:where(.svelte-9b9cxe):before{background:var(--undpds-color-black)}.button.button-primary.svelte-9b9cxe:hover .download-animated:where(.svelte-9b9cxe):after{transform:rotate(-45deg) translate(7px,-7px)}.button.button-primary.svelte-9b9cxe:hover .download-animated:where(.svelte-9b9cxe):before{transform:translateY(-10px)}.button.button-primary.disabled.svelte-9b9cxe .download-animated:where(.svelte-9b9cxe) i:where(.svelte-9b9cxe){border:2px solid var(--undpds-color-gray-300);border-top:0}.button.button-primary.disabled.svelte-9b9cxe .download-animated:where(.svelte-9b9cxe):after{border-bottom:2px solid var(--undpds-color-gray-300);border-left:2px solid var(--undpds-color-gray-300)}.button.button-primary.disabled.svelte-9b9cxe .download-animated:where(.svelte-9b9cxe):before{background:var(--undpds-color-gray-300)}.button.button-secondary.svelte-9b9cxe{background-color:var(--undpds-color-blue-600)}.button.button-secondary.svelte-9b9cxe:hover{background-color:var(--undpds-color-blue-400)}.button.button-secondary.button-arrow.svelte-9b9cxe:after{background:url(data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2220%22%20viewBox%3D%220%200%2013%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L11%209.99781L1%2019%22%20stroke%3D%22%23EDEFF0%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E) no-repeat 0;content:"";height:20px;margin-left:var(--undpds-spacing-04);transition:.2s ease;width:13px}.button.button-secondary.button-arrow.svelte-9b9cxe:hover:after{transform:translate(70%)}.button.button-secondary.button-arrow.disabled.svelte-9b9cxe:after{background:url(data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2220%22%20viewBox%3D%220%200%2013%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L11%209.99781L1%2019%22%20stroke%3D%22%23EDEFF0%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E) no-repeat 0;content:""}.button.button-secondary.button-external-link.svelte-9b9cxe{align-items:baseline}.button.button-secondary.svelte-9b9cxe .external-link-animated:where(.svelte-9b9cxe){box-shadow:-2px 2px 0 0 var(--undpds-color-white),-4px 0 0 -2px var(--undpds-color-white),-3px 3px 0 -1px var(--undpds-color-white);margin-left:1rem}.button.button-secondary.svelte-9b9cxe .external-link-animated:where(.svelte-9b9cxe):before{background:var(--undpds-color-white)}.button.button-secondary.svelte-9b9cxe .external-link-animated:where(.svelte-9b9cxe):after{border-right:2px solid var(--undpds-color-white);border-top:2px solid var(--undpds-color-white)}.button.button-secondary.svelte-9b9cxe:hover .external-link-animated:where(.svelte-9b9cxe):after{transform:translate(5px,-5px)}.button.button-secondary.svelte-9b9cxe:hover .external-link-animated:where(.svelte-9b9cxe):before{transform:rotate(-45deg) translate(7px)}.button.button-secondary.disabled.svelte-9b9cxe .external-link-animated:where(.svelte-9b9cxe){box-shadow:-2px 2px 0 0 var(--undpds-color-gray-300),-4px 0 0 -2px var(--undpds-color-gray-300),-3px 3px 0 -1px var(--undpds-color-gray-300)}.button.button-secondary.disabled.svelte-9b9cxe .external-link-animated:where(.svelte-9b9cxe):before{background:var(--undpds-color-gray-300)}.button.button-secondary.disabled.svelte-9b9cxe .external-link-animated:where(.svelte-9b9cxe):after{border-right:2px solid var(--undpds-color-gray-300);border-top:2px solid var(--undpds-color-gray-300)}.button.button-secondary.button-download.svelte-9b9cxe{align-items:baseline;padding:1.25rem var(--undpds-spacing-06)}.button.button-secondary.svelte-9b9cxe .download-animated:where(.svelte-9b9cxe){margin-left:1rem}.button.button-secondary.svelte-9b9cxe .download-animated:where(.svelte-9b9cxe) i:where(.svelte-9b9cxe){border:2px solid var(--undpds-color-white);border-top:0}.button.button-secondary.svelte-9b9cxe .download-animated:where(.svelte-9b9cxe):after{border-bottom:2px solid var(--undpds-color-white);border-left:2px solid var(--undpds-color-white)}.button.button-secondary.svelte-9b9cxe .download-animated:where(.svelte-9b9cxe):before{background:var(--undpds-color-white)}.button.button-secondary.svelte-9b9cxe:hover .download-animated:where(.svelte-9b9cxe):after{transform:rotate(-45deg) translate(7px,-7px)}.button.button-secondary.svelte-9b9cxe:hover .download-animated:where(.svelte-9b9cxe):before{transform:translateY(-10px)}.button.button-secondary.disabled.svelte-9b9cxe .download-animated:where(.svelte-9b9cxe) i:where(.svelte-9b9cxe){border:2px solid var(--undpds-color-gray-300);border-top:0}.button.button-secondary.disabled.svelte-9b9cxe .download-animated:where(.svelte-9b9cxe):after{border-bottom:2px solid var(--undpds-color-gray-300);border-left:2px solid var(--undpds-color-gray-300)}.button.button-secondary.disabled.svelte-9b9cxe .download-animated:where(.svelte-9b9cxe):before{background:var(--undpds-color-gray-300)}.button.disabled.svelte-9b9cxe{background-color:var(--undpds-color-gray-400);color:var(--undpds-color-gray-300);pointer-events:none}.button.svelte-9b9cxe{color:#fff!important;width:100%}.disabled.svelte-9b9cxe{cursor:not-allowed;opacity:.5}a.svelte-xbw1oi{background-color:transparent}img.svelte-xbw1oi{border-style:none}.svelte-xbw1oi::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}.grid_description.svelte-xbw1oi{font-size:var(--undpds-font-size-12)}@media (min-width: 48em){.grid_description.svelte-xbw1oi{font-size:var(--undpds-font-size-14)}}.language__item.svelte-xbw1oi{font-size:var(--undpds-font-size-14);line-height:1.4}@media (min-width: 48em){.language__item.svelte-xbw1oi{font-size:var(--undpds-font-size-16)}}.language__item.svelte-xbw1oi,.sidebar_item.svelte-xbw1oi{border-bottom:1px solid var(--undpds-color-gray-400)}.breadcrumb__item.svelte-xbw1oi{border:none}.sidebar_item.svelte-xbw1oi{align-items:center;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;padding:var(--undpds-spacing-05);position:relative}@media (min-width: 48em){.sidebar_item.svelte-xbw1oi{padding:var(--undpds-spacing-06)}}.sidebar_item.selected.svelte-xbw1oi,.sidebar_item.selected.svelte-xbw1oi:hover{background-color:var(--undpds-color-blue-600)}.overlay-grey.svelte-xbw1oi:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.breadcrumb__item.svelte-xbw1oi{background-image:none}[data-viewport=true].svelte-xbw1oi{opacity:0;transform:translate(-100px);transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);visibility:hidden}[data-viewport=true].inviewport.svelte-xbw1oi{opacity:1;transform:translate(0);visibility:visible}.scale-up.svelte-xbw1oi{transform:scale(.9);transition:transform 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.svelte-xbw1oi{opacity:0;transition:opacity 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.inviewport.svelte-xbw1oi{opacity:1;transform:translate(0)}.svelte-xbw1oi:lang(my) .language__item:where(.svelte-xbw1oi){font-size:var(--undpds-font-size-12);line-height:1.7}@media (min-width: 48em){.svelte-xbw1oi:lang(my) .language__item:where(.svelte-xbw1oi){font-size:var(--undpds-font-size-14)}}.download-animated.svelte-xbw1oi:after,.download-animated.svelte-xbw1oi:before,.external-link-animated.svelte-xbw1oi:after,.external-link-animated.svelte-xbw1oi:before{box-sizing:border-box;content:"";display:block;position:absolute}a.svelte-xbw1oi{background-image:linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red)),linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red));background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}a.svelte-xbw1oi:hover{animation:svelte-xbw1oi-lineLoop-animation 2s linear infinite}.custom-scrollbar.svelte-xbw1oi{overflow-x:auto;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:var(--undpds-color-black) transparent;scrollbar-width:thin}.custom-scrollbar.svelte-xbw1oi::-webkit-scrollbar{border-radius:0;height:5px;width:5px}.custom-scrollbar.svelte-xbw1oi::-webkit-scrollbar-track{background:var(--undpds-color-black);background-clip:padding-box;border:2px solid var(--undpds-color-white)}.custom-scrollbar.svelte-xbw1oi::-webkit-scrollbar-corner{display:none}.custom-scrollbar.svelte-xbw1oi::-webkit-scrollbar-thumb{background:var(--undpds-color-black)}.grid-container.svelte-xbw1oi{margin-left:auto;margin-right:auto;max-width:75rem;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.svelte-xbw1oi{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.fluid.svelte-xbw1oi{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.fluid.svelte-xbw1oi{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.full.svelte-xbw1oi{margin-left:auto;margin-right:auto;max-width:100%;padding-left:0;padding-right:0}.grid-x.svelte-xbw1oi{display:flex;flex-flow:row wrap}.cell.svelte-xbw1oi{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto.svelte-xbw1oi{flex:1 1 0}.cell.shrink.svelte-xbw1oi{flex:0 0 auto}.grid-margin-x.svelte-xbw1oi{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-x.svelte-xbw1oi{margin-left:-.9375rem;margin-right:-.9375rem}}.small-margin-collapse.svelte-xbw1oi,.small-padding-collapse.svelte-xbw1oi{margin-left:0;margin-right:0}@media print,screen and (min-width: 40em){.medium-margin-collapse.svelte-xbw1oi{margin-left:0;margin-right:0}}@media print,screen and (min-width: 40em){.medium-padding-collapse.svelte-xbw1oi{margin-left:0;margin-right:0}}@media print,screen and (min-width: 64em){.large-margin-collapse.svelte-xbw1oi,.large-padding-collapse.svelte-xbw1oi{margin-left:0;margin-right:0}}.small-offset-0.svelte-xbw1oi{margin-left:0}.small-offset-1.svelte-xbw1oi{margin-left:8.3333333333%}.small-offset-2.svelte-xbw1oi{margin-left:16.6666666667%}.small-offset-3.svelte-xbw1oi{margin-left:25%}.small-offset-4.svelte-xbw1oi{margin-left:33.3333333333%}.small-offset-5.svelte-xbw1oi{margin-left:41.6666666667%}.small-offset-6.svelte-xbw1oi{margin-left:50%}.small-offset-7.svelte-xbw1oi{margin-left:58.3333333333%}.small-offset-8.svelte-xbw1oi{margin-left:66.6666666667%}.small-offset-9.svelte-xbw1oi{margin-left:75%}.small-offset-10.svelte-xbw1oi{margin-left:83.3333333333%}.small-offset-11.svelte-xbw1oi{margin-left:91.6666666667%}@media print,screen and (min-width: 40em){.medium-offset-0.svelte-xbw1oi{margin-left:0}.medium-offset-1.svelte-xbw1oi{margin-left:8.3333333333%}.medium-offset-2.svelte-xbw1oi{margin-left:16.6666666667%}.medium-offset-3.svelte-xbw1oi{margin-left:25%}.medium-offset-4.svelte-xbw1oi{margin-left:33.3333333333%}.medium-offset-5.svelte-xbw1oi{margin-left:41.6666666667%}.medium-offset-6.svelte-xbw1oi{margin-left:50%}.medium-offset-7.svelte-xbw1oi{margin-left:58.3333333333%}.medium-offset-8.svelte-xbw1oi{margin-left:66.6666666667%}.medium-offset-9.svelte-xbw1oi{margin-left:75%}.medium-offset-10.svelte-xbw1oi{margin-left:83.3333333333%}.medium-offset-11.svelte-xbw1oi{margin-left:91.6666666667%}}@media print,screen and (min-width: 64em){.large-offset-0.svelte-xbw1oi{margin-left:0}.large-offset-1.svelte-xbw1oi{margin-left:8.3333333333%}.large-offset-2.svelte-xbw1oi{margin-left:16.6666666667%}.large-offset-3.svelte-xbw1oi{margin-left:25%}.large-offset-4.svelte-xbw1oi{margin-left:33.3333333333%}.large-offset-5.svelte-xbw1oi{margin-left:41.6666666667%}.large-offset-6.svelte-xbw1oi{margin-left:50%}.large-offset-7.svelte-xbw1oi{margin-left:58.3333333333%}.large-offset-8.svelte-xbw1oi{margin-left:66.6666666667%}.large-offset-9.svelte-xbw1oi{margin-left:75%}.large-offset-10.svelte-xbw1oi{margin-left:83.3333333333%}.large-offset-11.svelte-xbw1oi{margin-left:91.6666666667%}}.grid-y.svelte-xbw1oi{display:flex;flex-flow:column nowrap}.grid-frame.svelte-xbw1oi{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell-block.svelte-xbw1oi{max-width:100%;overflow-x:auto}.cell-block.svelte-xbw1oi,.cell-block-y.svelte-xbw1oi{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y.svelte-xbw1oi{max-height:100%;min-height:100%;overflow-y:auto}.cell-block-container.svelte-xbw1oi{display:flex;flex-direction:column;max-height:100%}@media print,screen and (min-width: 40em){.medium-grid-frame.svelte-xbw1oi{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.medium-cell-block.svelte-xbw1oi{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container.svelte-xbw1oi{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-y.svelte-xbw1oi{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width: 64em){.large-grid-frame.svelte-xbw1oi{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.large-cell-block.svelte-xbw1oi{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container.svelte-xbw1oi{display:flex;flex-direction:column;max-height:100%}.large-cell-block-y.svelte-xbw1oi{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame.svelte-xbw1oi{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}@media print,screen and (min-width: 40em){.grid-y.medium-grid-frame.svelte-xbw1oi{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media print,screen and (min-width: 64em){.grid-y.large-grid-frame.svelte-xbw1oi{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}.grid-margin-y.svelte-xbw1oi{margin-bottom:-.625rem;margin-top:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-y.svelte-xbw1oi{margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-frame.grid-margin-y.svelte-xbw1oi{height:calc(100vh + 1.25rem)}@media print,screen and (min-width: 40em){.grid-frame.grid-margin-y.svelte-xbw1oi{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-frame.grid-margin-y.svelte-xbw1oi{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 40em){.grid-margin-y.medium-grid-frame.svelte-xbw1oi{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-y.large-grid-frame.svelte-xbw1oi{height:calc(100vh + 1.875rem)}}.float-left.svelte-xbw1oi{float:left!important}.float-right.svelte-xbw1oi{float:right!important}.float-center.svelte-xbw1oi{display:block;margin-left:auto;margin-right:auto}.clearfix.svelte-xbw1oi:after,.clearfix.svelte-xbw1oi:before{content:" ";display:table;flex-basis:0;order:1}.clearfix.svelte-xbw1oi:after{clear:both}.align-left.svelte-xbw1oi{justify-content:flex-start}.align-right.svelte-xbw1oi{justify-content:flex-end}.align-center.svelte-xbw1oi{justify-content:center}.align-justify.svelte-xbw1oi{justify-content:space-between}.align-spaced.svelte-xbw1oi{justify-content:space-around}.align-top.svelte-xbw1oi{align-items:flex-start}.align-self-top.svelte-xbw1oi{align-self:flex-start}.align-bottom.svelte-xbw1oi{align-items:flex-end}.align-self-bottom.svelte-xbw1oi{align-self:flex-end}.align-middle.svelte-xbw1oi{align-items:center}.align-self-middle.svelte-xbw1oi{align-self:center}.align-stretch.svelte-xbw1oi{align-items:stretch}.align-self-stretch.svelte-xbw1oi{align-self:stretch}.align-center-middle.svelte-xbw1oi{align-content:center;align-items:center;justify-content:center}.small-order-1.svelte-xbw1oi{order:1}.small-order-2.svelte-xbw1oi{order:2}.small-order-3.svelte-xbw1oi{order:3}.small-order-4.svelte-xbw1oi{order:4}.small-order-5.svelte-xbw1oi{order:5}.small-order-6.svelte-xbw1oi{order:6}@media print,screen and (min-width: 40em){.medium-order-1.svelte-xbw1oi{order:1}.medium-order-2.svelte-xbw1oi{order:2}.medium-order-3.svelte-xbw1oi{order:3}.medium-order-4.svelte-xbw1oi{order:4}.medium-order-5.svelte-xbw1oi{order:5}.medium-order-6.svelte-xbw1oi{order:6}}@media print,screen and (min-width: 64em){.large-order-1.svelte-xbw1oi{order:1}.large-order-2.svelte-xbw1oi{order:2}.large-order-3.svelte-xbw1oi{order:3}.large-order-4.svelte-xbw1oi{order:4}.large-order-5.svelte-xbw1oi{order:5}.large-order-6.svelte-xbw1oi{order:6}}.flex-container.svelte-xbw1oi{display:flex}.flex-child-auto.svelte-xbw1oi{flex:1 1 auto}.flex-child-grow.svelte-xbw1oi{flex:1 0 auto}.flex-child-shrink.svelte-xbw1oi{flex:0 1 auto}.flex-dir-row.svelte-xbw1oi{flex-direction:row}.flex-dir-row-reverse.svelte-xbw1oi{flex-direction:row-reverse}.flex-dir-column.svelte-xbw1oi{flex-direction:column}.flex-dir-column-reverse.svelte-xbw1oi{flex-direction:column-reverse}@media print,screen and (min-width: 40em){.medium-flex-container.svelte-xbw1oi{display:flex}.medium-flex-child-auto.svelte-xbw1oi{flex:1 1 auto}.medium-flex-child-grow.svelte-xbw1oi{flex:1 0 auto}.medium-flex-child-shrink.svelte-xbw1oi{flex:0 1 auto}.medium-flex-dir-row.svelte-xbw1oi{flex-direction:row}.medium-flex-dir-row-reverse.svelte-xbw1oi{flex-direction:row-reverse}.medium-flex-dir-column.svelte-xbw1oi{flex-direction:column}.medium-flex-dir-column-reverse.svelte-xbw1oi{flex-direction:column-reverse}}@media print,screen and (min-width: 64em){.large-flex-container.svelte-xbw1oi{display:flex}.large-flex-child-auto.svelte-xbw1oi{flex:1 1 auto}.large-flex-child-grow.svelte-xbw1oi{flex:1 0 auto}.large-flex-child-shrink.svelte-xbw1oi{flex:0 1 auto}.large-flex-dir-row.svelte-xbw1oi{flex-direction:row}.large-flex-dir-row-reverse.svelte-xbw1oi{flex-direction:row-reverse}.large-flex-dir-column.svelte-xbw1oi{flex-direction:column}.large-flex-dir-column-reverse.svelte-xbw1oi{flex-direction:column-reverse}}.hide.svelte-xbw1oi{display:none!important}.invisible.svelte-xbw1oi{visibility:hidden}.visible.svelte-xbw1oi{visibility:visible}@media print,screen and (max-width: 39.99875em){.hide-for-small-only.svelte-xbw1oi{display:none!important}}@media screen and (max-width: 0em),screen and (min-width: 40em){.show-for-small-only.svelte-xbw1oi{display:none!important}}@media print,screen and (min-width: 40em){.hide-for-medium.svelte-xbw1oi{display:none!important}}@media screen and (max-width: 39.99875em){.show-for-medium.svelte-xbw1oi{display:none!important}}@media print,screen and (min-width: 40em) and (max-width: 63.99875em){.hide-for-medium-only.svelte-xbw1oi{display:none!important}}@media screen and (max-width: 39.99875em),screen and (min-width: 64em){.show-for-medium-only.svelte-xbw1oi{display:none!important}}@media print,screen and (min-width: 64em){.hide-for-large.svelte-xbw1oi{display:none!important}}@media screen and (max-width: 63.99875em){.show-for-large.svelte-xbw1oi{display:none!important}}@media print,screen and (min-width: 64em) and (max-width: 74.99875em){.hide-for-large-only.svelte-xbw1oi{display:none!important}}@media screen and (max-width: 63.99875em),screen and (min-width: 75em){.show-for-large-only.svelte-xbw1oi{display:none!important}}.show-for-sr.svelte-xbw1oi,.show-on-focus.svelte-xbw1oi{height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.show-on-focus.svelte-xbw1oi:active,.show-on-focus.svelte-xbw1oi:focus{height:auto!important;overflow:visible!important;position:static!important;width:auto!important;clip:auto!important;white-space:normal!important}.hide-for-portrait.svelte-xbw1oi,.show-for-landscape.svelte-xbw1oi{display:block!important}@media screen and (orientation: landscape){.hide-for-portrait.svelte-xbw1oi,.show-for-landscape.svelte-xbw1oi{display:block!important}}@media screen and (orientation: portrait){.hide-for-portrait.svelte-xbw1oi,.show-for-landscape.svelte-xbw1oi{display:none!important}}.hide-for-landscape.svelte-xbw1oi,.show-for-portrait.svelte-xbw1oi{display:none!important}@media screen and (orientation: landscape){.hide-for-landscape.svelte-xbw1oi,.show-for-portrait.svelte-xbw1oi{display:none!important}}@media screen and (orientation: portrait){.hide-for-landscape.svelte-xbw1oi,.show-for-portrait.svelte-xbw1oi{display:block!important}}.show-for-dark-mode.svelte-xbw1oi{display:none}.hide-for-dark-mode.svelte-xbw1oi{display:block}@media screen and (prefers-color-scheme: dark){.show-for-dark-mode.svelte-xbw1oi{display:block!important}.hide-for-dark-mode.svelte-xbw1oi{display:none!important}}.show-for-ie.svelte-xbw1oi{display:none}@media (-ms-high-contrast: active),(-ms-high-contrast: none){.show-for-ie.svelte-xbw1oi{display:block!important}.hide-for-ie.svelte-xbw1oi{display:none!important}}.show-for-sticky.svelte-xbw1oi{display:none}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}.svelte-xbw1oi:lang(my) ul:where(.svelte-xbw1oi) li:where(.svelte-xbw1oi){font-size:var(--undpds-font-size-14);line-height:1.9}@media (min-width: 48em){.svelte-xbw1oi:lang(my) ul:where(.svelte-xbw1oi) li:where(.svelte-xbw1oi){font-size:1.125rem}}ul.svelte-xbw1oi{margin:0;padding-left:1.125rem}@media (min-width: 48em){ul.svelte-xbw1oi{padding-left:1.313rem}}ul.svelte-xbw1oi li:where(.svelte-xbw1oi){margin-bottom:var(--undpds-spacing-05);padding-left:.875rem}@media (min-width: 48em){ul.svelte-xbw1oi li:where(.svelte-xbw1oi){margin-bottom:var(--undpds-spacing-06);padding-left:var(--undpds-spacing-04)}}ul.svelte-xbw1oi li:where(.svelte-xbw1oi)::marker{font-size:1.125rem}@media (min-width: 48em){ul.svelte-xbw1oi li:where(.svelte-xbw1oi)::marker{font-size:1.313rem}}@keyframes svelte-xbw1oi-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}a.svelte-xbw1oi{color:var(--undpds-color-black);text-decoration:none}.color-white.svelte-xbw1oi{color:var(--undpds-color-white)}.color-black.svelte-xbw1oi{color:var(--undpds-color-black)}.show-large.svelte-xbw1oi{display:none}@media (min-width: 48em){.show-large.svelte-xbw1oi{display:block}}.show-small.svelte-xbw1oi{display:block}@media (min-width: 48em){.show-small.svelte-xbw1oi{display:none}}.height-full.svelte-xbw1oi{height:100%}.overlay-grey.svelte-xbw1oi:before{background:#0003}.delay-1.svelte-xbw1oi{transition-delay:.1s}.delay-2.svelte-xbw1oi{transition-delay:.2s}.delay-3.svelte-xbw1oi{transition-delay:.3s}.delay-4.svelte-xbw1oi{transition-delay:.4s}.delay-5.svelte-xbw1oi{transition-delay:.5s}.scale-up.inviewport.svelte-xbw1oi{transform:scale(1)}.expand-to-size.svelte-xbw1oi{max-width:calc(100% - 1.5rem)}@media (min-width: 48em){.expand-to-size.svelte-xbw1oi{max-width:calc(100% - 3rem)}}.overflow-hidden.svelte-xbw1oi{overflow:hidden}.background-yellow.svelte-xbw1oi{background-color:var(--undpds-color-light-yellow)}.background-red.svelte-xbw1oi{background-color:var(--undpds-color-light-red)}.background-green.svelte-xbw1oi{background-color:var(--undpds-color-light-green)}.background-blue.svelte-xbw1oi{background-color:var(--undpds-color-blue-100)}.background-gray.svelte-xbw1oi{background-color:var(--undpds-color-gray-100)}.background-white.svelte-xbw1oi{background-color:var(--undpds-color-white)}.color-wrapper.svelte-xbw1oi{display:block}@media (min-width: 48em){.color-wrapper.svelte-xbw1oi{display:flex;flex-wrap:wrap;justify-content:space-around}}.color__row.svelte-xbw1oi{width:100%}@media (min-width: 48em){.color__row.svelte-xbw1oi{width:calc(50% - 10px)}}.color__row.full.svelte-xbw1oi{width:100%}.Primary-text.svelte-xbw1oi{color:var(--undpds-color-black);font-size:var(--undpds-font-size-12);margin-top:-1.538rem;text-align:center}@media (min-width: 48em){.Primary-text.svelte-xbw1oi{margin-top:-1.55rem}}.color__define.svelte-xbw1oi{display:flex;margin-bottom:1.25rem}.color__define_balance.svelte-xbw1oi{display:flex;width:100%}.icon--bar.svelte-xbw1oi{cursor:pointer}.chevron-right-animated.svelte-xbw1oi{display:inline-block;max-width:6rem;width:100%}.external-link-animated.svelte-xbw1oi{box-shadow:-2px 2px 0 0 var(--undpds-color-dark-red),-4px 0 0 -2px var(--undpds-color-dark-red),-3px 3px 0 -1px var(--undpds-color-dark-red);box-sizing:border-box;cursor:pointer;display:inline-block;height:var(--undpds-spacing-04);margin-inline-start:-2px;position:relative;width:var(--undpds-spacing-04)}.external-link-animated.svelte-xbw1oi:before{background:var(--undpds-color-dark-red);height:2px;inset-block-start:3.5px;inset-inline-end:0;transform:rotate(-45deg) translate(0);transition:all .3s;width:.625rem}.external-link-animated.svelte-xbw1oi:after{border-block-start:2px solid var(--undpds-color-dark-red);border-inline-end:2px solid var(--undpds-color-dark-red);height:var(--undpds-spacing-03);inset-block-start:0;inset-inline-end:0;transform:translate(0);transition:transform .3s;width:var(--undpds-spacing-03)}.external-link-animated.svelte-xbw1oi:hover:after{transform:translate(5px,-5px)}.external-link-animated.svelte-xbw1oi:hover:before{transform:rotate(-45deg) translate(7px)}.download-animated.svelte-xbw1oi{align-items:flex-end;box-sizing:border-box;cursor:pointer;display:flex;height:12px;position:relative}.download-animated.svelte-xbw1oi:after{border-block-end:2px solid var(--undpds-color-dark-red);border-inline-start:2px solid var(--undpds-color-dark-red);height:8px;inset-block-end:6px;inset-inline-start:7px;transform:rotate(-45deg) translate(0);transition:all .3s;width:8px}.download-animated.svelte-xbw1oi:before{background:var(--undpds-color-dark-red);height:10px;inset-block-end:7px;inset-inline-start:10px;transform:translate(0);transition:all .3s;width:2px}.download-animated.svelte-xbw1oi:hover:after{transform:rotate(-45deg) translate(7px,-7px)}.download-animated.svelte-xbw1oi:hover:before{transform:translateY(-10px)}.icons-container.svelte-xbw1oi{display:flex;flex-wrap:wrap}img.svelte-xbw1oi{height:auto;max-width:100%}.credits.svelte-xbw1oi{font-size:var(--undpds-font-size-14);line-height:1.4;margin-left:auto}@container (width > 30em){.credits.svelte-xbw1oi{font-size:var(--undpds-font-size-16)}}.grid_name.svelte-xbw1oi{color:var(--undpds-color-black);font-size:1.375rem;margin-bottom:var(--undpds-spacing-05);margin-top:var(--undpds-spacing-05);min-height:28px}@media (max-width: 47.9375em){.grid_name.svelte-xbw1oi{font-size:1.625rem}}.grid_description.svelte-xbw1oi{color:var(--undpds-color-black);margin-bottom:1.25rem}.grid--layout.svelte-xbw1oi{background-color:var(--undpds-color-gray-300);height:var(--undpds-spacing-09);margin-bottom:var(--undpds-spacing-03)}.grid--layout.svelte-xbw1oi:nth-child(odd){background-color:var(--undpds-color-gray-200)}.breadcrumb__item.svelte-xbw1oi{background-image:none;color:var(--undpds-color-dark-red);font-size:var(--undpds-font-size-12);font-weight:600;text-transform:uppercase}.breadcrumb__item.svelte-xbw1oi:hover{color:var(--undpds-color-red)}.svelte-xbw1oi:lang(ro) .breadcrumb__item:where(.svelte-xbw1oi){font-weight:700}.language__item.svelte-xbw1oi{display:inline-block;line-height:.9;min-width:100px;padding:var(--undpds-spacing-04) var(--undpds-spacing-05)}.progress-container.svelte-xbw1oi{background:var(--undpds-color-gray-300);height:.75rem;width:100%}@media (min-width: 48em){.progress-container.svelte-xbw1oi{height:1rem}}.progress-container.small.svelte-xbw1oi{height:.625rem}@media (min-width: 48em){.progress-container.small.svelte-xbw1oi{height:.75rem}}.progress-bar.svelte-xbw1oi{height:.75rem;min-width:1%;position:fixed;transition:width .2s linear;width:34%;z-index:1}@media (min-width: 48em){.progress-bar.svelte-xbw1oi{height:1rem}}.progress-top.svelte-xbw1oi{top:0}.sidebar_item.svelte-xbw1oi:hover{background-color:var(--undpds-color-gray-200)}.scroll.svelte-xbw1oi{overflow-x:auto}.form-check.svelte-xbw1oi{align-items:center;display:flex;position:relative}.breadcrumb-undp.svelte-xbw1oi ul:where(.svelte-xbw1oi){align-items:baseline;display:flex;flex-wrap:wrap;font-size:.75rem;padding:0}.breadcrumb-undp.svelte-xbw1oi ul:where(.svelte-xbw1oi) li:where(.svelte-xbw1oi){display:inline-block;margin:.75rem 1.5rem .75rem 0;padding-left:0;position:relative}.breadcrumb-undp.svelte-xbw1oi ul:where(.svelte-xbw1oi) li:where(.svelte-xbw1oi):after{color:var(--undpds-color-dark-red);content:"/";font-weight:700;position:absolute;right:-12px;top:0}.breadcrumb-undp.svelte-xbw1oi ul:where(.svelte-xbw1oi) li:where(.svelte-xbw1oi):first-of-type{margin-left:0}.breadcrumb-undp.svelte-xbw1oi ul:where(.svelte-xbw1oi) li:where(.svelte-xbw1oi):last-of-type{font-weight:600;letter-spacing:.03em;margin-right:0;max-width:calc(100vw - 2rem);text-transform:uppercase}.breadcrumb-undp.svelte-xbw1oi ul:where(.svelte-xbw1oi) li:where(.svelte-xbw1oi):last-of-type:after{display:none}.breadcrumb-undp.svelte-xbw1oi ul:where(.svelte-xbw1oi) li:where(.svelte-xbw1oi) a:where(.svelte-xbw1oi){background:none;color:var(--undpds-color-dark-red);font-size:.75rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;transition:opacity .2s ease}.breadcrumb-undp.svelte-xbw1oi ul:where(.svelte-xbw1oi) li:where(.svelte-xbw1oi) a:where(.svelte-xbw1oi):hover{color:var(--undpds-color-red)}.breadcrumb-undp.white.svelte-xbw1oi:last-of-type{color:var(--undpds-color-white)}li.svelte-xbw1oi:after{font-size:1.1rem!important}.fi.svelte-xbw1oi{width:24px!important;height:24px!important;line-height:2em!important}.isDisabled.svelte-xbw1oi{color:currentColor;cursor:not-allowed;opacity:.5;text-decoration:none}a.svelte-fu4fx8{background-color:transparent}.svelte-fu4fx8::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}.grid_description.svelte-fu4fx8{font-size:var(--undpds-font-size-12)}@media (min-width: 48em){.grid_description.svelte-fu4fx8{font-size:var(--undpds-font-size-14)}}.language__item.svelte-fu4fx8,.svelte-fu4fx8:lang(my) p:where(.svelte-fu4fx8){font-size:var(--undpds-font-size-14);line-height:1.4}@media (min-width: 48em){.language__item.svelte-fu4fx8,.svelte-fu4fx8:lang(my) p:where(.svelte-fu4fx8){font-size:var(--undpds-font-size-16)}}.language__item.svelte-fu4fx8,.sidebar_item.svelte-fu4fx8{border-bottom:1px solid var(--undpds-color-gray-400)}.breadcrumb__item.svelte-fu4fx8{border:none}.sidebar_item.svelte-fu4fx8{align-items:center;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;padding:var(--undpds-spacing-05);position:relative}@media (min-width: 48em){.sidebar_item.svelte-fu4fx8{padding:var(--undpds-spacing-06)}}.sidebar_item.selected.svelte-fu4fx8{background-color:var(--undpds-color-blue-600)}.sidebar_item.selected.svelte-fu4fx8 h6:where(.svelte-fu4fx8){color:var(--undpds-color-white)}.sidebar_item.selected.svelte-fu4fx8:hover{background-color:var(--undpds-color-blue-600)}.overlay-grey.svelte-fu4fx8:before,div.author__img.svelte-fu4fx8:before,div.card-thumbnail__image.svelte-fu4fx8:before,div.publication-thumbnail__image.svelte-fu4fx8:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.breadcrumb__item.svelte-fu4fx8{background-image:none}.scale-up.svelte-fu4fx8{transform:scale(.9);transition:transform 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.svelte-fu4fx8{opacity:0;transition:opacity 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.inviewport.svelte-fu4fx8{opacity:1;transform:translate(0)}.svelte-fu4fx8:lang(my) .language__item:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(my) p:where(.svelte-fu4fx8){font-size:var(--undpds-font-size-12);line-height:1.7}@media (min-width: 48em){.svelte-fu4fx8:lang(my) .language__item:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(my) p:where(.svelte-fu4fx8){font-size:var(--undpds-font-size-14)}}.chevron-right-animated.svelte-fu4fx8 i:where(.svelte-fu4fx8):after,.chevron-right-animated.svelte-fu4fx8 i:where(.svelte-fu4fx8):before,.download-animated.svelte-fu4fx8:after,.download-animated.svelte-fu4fx8:before,.external-link-animated.svelte-fu4fx8:after,.external-link-animated.svelte-fu4fx8:before{box-sizing:border-box;content:"";display:block;position:absolute}.chevron-right-animated.svelte-fu4fx8 i:where(.svelte-fu4fx8){box-sizing:border-box;display:block;height:var(--undpds-spacing-05);left:1.25rem;position:relative;transition:width .3s;width:0}.chevron-right-animated.svelte-fu4fx8 i:where(.svelte-fu4fx8):before{background-color:var(--undpds-color-red);display:none;height:2px;right:0;top:7px;width:100%}.chevron-right-animated.svelte-fu4fx8 i:where(.svelte-fu4fx8):after{border-right:2px solid var(--undpds-color-red);border-top:2px solid var(--undpds-color-red);height:var(--undpds-spacing-04);right:0;top:2px;transform:rotate(45deg);width:var(--undpds-spacing-04)}.chevron-right-animated.svelte-fu4fx8:hover i:where(.svelte-fu4fx8){width:var(--undpds-spacing-11)}.chevron-right-animated.svelte-fu4fx8:hover i:where(.svelte-fu4fx8):before{display:unset}a.svelte-fu4fx8{background-image:linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red)),linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red));background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}a.svelte-fu4fx8:hover{animation:svelte-fu4fx8-lineLoop-animation 2s linear infinite}.custom-scrollbar.svelte-fu4fx8{overflow-x:auto;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:var(--undpds-color-black) transparent;scrollbar-width:thin}.custom-scrollbar.svelte-fu4fx8::-webkit-scrollbar{border-radius:0;height:5px;width:5px}.custom-scrollbar.svelte-fu4fx8::-webkit-scrollbar-track{background:var(--undpds-color-black);background-clip:padding-box;border:2px solid var(--undpds-color-white)}.custom-scrollbar.svelte-fu4fx8::-webkit-scrollbar-corner{display:none}.custom-scrollbar.svelte-fu4fx8::-webkit-scrollbar-thumb{background:var(--undpds-color-black)}.grid-container.svelte-fu4fx8{margin-left:auto;margin-right:auto;max-width:75rem;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.svelte-fu4fx8{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.fluid.svelte-fu4fx8{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.fluid.svelte-fu4fx8{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.full.svelte-fu4fx8{margin-left:auto;margin-right:auto;max-width:100%;padding-left:0;padding-right:0}.grid-x.svelte-fu4fx8{display:flex;flex-flow:row wrap}.cell.svelte-fu4fx8{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto.svelte-fu4fx8{flex:1 1 0}.cell.shrink.svelte-fu4fx8{flex:0 0 auto}.grid-margin-x.svelte-fu4fx8{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-x.svelte-fu4fx8{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-padding-x.svelte-fu4fx8 .grid-padding-x:where(.svelte-fu4fx8){margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width: 40em){.grid-padding-x.svelte-fu4fx8 .grid-padding-x:where(.svelte-fu4fx8){margin-left:-.9375rem;margin-right:-.9375rem}}.small-margin-collapse.svelte-fu4fx8,.small-padding-collapse.svelte-fu4fx8{margin-left:0;margin-right:0}@media print,screen and (min-width: 40em){.medium-margin-collapse.svelte-fu4fx8{margin-left:0;margin-right:0}}@media print,screen and (min-width: 40em){.medium-padding-collapse.svelte-fu4fx8{margin-left:0;margin-right:0}}@media print,screen and (min-width: 64em){.large-margin-collapse.svelte-fu4fx8,.large-padding-collapse.svelte-fu4fx8{margin-left:0;margin-right:0}}.small-offset-0.svelte-fu4fx8{margin-left:0}.small-offset-1.svelte-fu4fx8{margin-left:8.3333333333%}.small-offset-2.svelte-fu4fx8{margin-left:16.6666666667%}.small-offset-3.svelte-fu4fx8{margin-left:25%}.small-offset-4.svelte-fu4fx8{margin-left:33.3333333333%}.small-offset-5.svelte-fu4fx8{margin-left:41.6666666667%}.small-offset-6.svelte-fu4fx8{margin-left:50%}.small-offset-7.svelte-fu4fx8{margin-left:58.3333333333%}.small-offset-8.svelte-fu4fx8{margin-left:66.6666666667%}.small-offset-9.svelte-fu4fx8{margin-left:75%}.small-offset-10.svelte-fu4fx8{margin-left:83.3333333333%}.small-offset-11.svelte-fu4fx8{margin-left:91.6666666667%}@media print,screen and (min-width: 40em){.medium-offset-0.svelte-fu4fx8{margin-left:0}.medium-offset-1.svelte-fu4fx8{margin-left:8.3333333333%}.medium-offset-2.svelte-fu4fx8{margin-left:16.6666666667%}.medium-offset-3.svelte-fu4fx8{margin-left:25%}.medium-offset-4.svelte-fu4fx8{margin-left:33.3333333333%}.medium-offset-5.svelte-fu4fx8{margin-left:41.6666666667%}.medium-offset-6.svelte-fu4fx8{margin-left:50%}.medium-offset-7.svelte-fu4fx8{margin-left:58.3333333333%}.medium-offset-8.svelte-fu4fx8{margin-left:66.6666666667%}.medium-offset-9.svelte-fu4fx8{margin-left:75%}.medium-offset-10.svelte-fu4fx8{margin-left:83.3333333333%}.medium-offset-11.svelte-fu4fx8{margin-left:91.6666666667%}}@media print,screen and (min-width: 64em){.large-offset-0.svelte-fu4fx8{margin-left:0}.large-offset-1.svelte-fu4fx8{margin-left:8.3333333333%}.large-offset-2.svelte-fu4fx8{margin-left:16.6666666667%}.large-offset-3.svelte-fu4fx8{margin-left:25%}.large-offset-4.svelte-fu4fx8{margin-left:33.3333333333%}.large-offset-5.svelte-fu4fx8{margin-left:41.6666666667%}.large-offset-6.svelte-fu4fx8{margin-left:50%}.large-offset-7.svelte-fu4fx8{margin-left:58.3333333333%}.large-offset-8.svelte-fu4fx8{margin-left:66.6666666667%}.large-offset-9.svelte-fu4fx8{margin-left:75%}.large-offset-10.svelte-fu4fx8{margin-left:83.3333333333%}.large-offset-11.svelte-fu4fx8{margin-left:91.6666666667%}}.grid-y.svelte-fu4fx8{display:flex;flex-flow:column nowrap}.grid-padding-y.svelte-fu4fx8 .grid-padding-y:where(.svelte-fu4fx8){margin-bottom:-.625rem;margin-top:-.625rem}@media print,screen and (min-width: 40em){.grid-padding-y.svelte-fu4fx8 .grid-padding-y:where(.svelte-fu4fx8){margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-frame.svelte-fu4fx8{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell.svelte-fu4fx8 .grid-frame:where(.svelte-fu4fx8){width:100%}.cell-block.svelte-fu4fx8{max-width:100%;overflow-x:auto}.cell-block.svelte-fu4fx8,.cell-block-y.svelte-fu4fx8{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y.svelte-fu4fx8{max-height:100%;min-height:100%;overflow-y:auto}.cell-block-container.svelte-fu4fx8{display:flex;flex-direction:column;max-height:100%}@media print,screen and (min-width: 40em){.medium-grid-frame.svelte-fu4fx8{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell.svelte-fu4fx8 .medium-grid-frame:where(.svelte-fu4fx8){width:100%}.medium-cell-block.svelte-fu4fx8{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container.svelte-fu4fx8{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-y.svelte-fu4fx8{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width: 64em){.large-grid-frame.svelte-fu4fx8{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell.svelte-fu4fx8 .large-grid-frame:where(.svelte-fu4fx8){width:100%}.large-cell-block.svelte-fu4fx8{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container.svelte-fu4fx8{display:flex;flex-direction:column;max-height:100%}.large-cell-block-y.svelte-fu4fx8{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame.svelte-fu4fx8{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}@media print,screen and (min-width: 40em){.grid-y.medium-grid-frame.svelte-fu4fx8{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media print,screen and (min-width: 64em){.grid-y.large-grid-frame.svelte-fu4fx8{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}.cell.svelte-fu4fx8 .grid-y.grid-frame:where(.svelte-fu4fx8){height:100%}@media print,screen and (min-width: 40em){.cell.svelte-fu4fx8 .grid-y.medium-grid-frame:where(.svelte-fu4fx8){height:100%}}@media print,screen and (min-width: 64em){.cell.svelte-fu4fx8 .grid-y.large-grid-frame:where(.svelte-fu4fx8){height:100%}}.grid-margin-y.svelte-fu4fx8{margin-bottom:-.625rem;margin-top:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-y.svelte-fu4fx8{margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-frame.grid-margin-y.svelte-fu4fx8{height:calc(100vh + 1.25rem)}@media print,screen and (min-width: 40em){.grid-frame.grid-margin-y.svelte-fu4fx8{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-frame.grid-margin-y.svelte-fu4fx8{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 40em){.grid-margin-y.medium-grid-frame.svelte-fu4fx8{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-y.large-grid-frame.svelte-fu4fx8{height:calc(100vh + 1.875rem)}}.float-left.svelte-fu4fx8{float:left!important}.float-right.svelte-fu4fx8{float:right!important}.float-center.svelte-fu4fx8{display:block;margin-left:auto;margin-right:auto}.clearfix.svelte-fu4fx8:after,.clearfix.svelte-fu4fx8:before{content:" ";display:table;flex-basis:0;order:1}.clearfix.svelte-fu4fx8:after{clear:both}.align-left.svelte-fu4fx8{justify-content:flex-start}.align-right.svelte-fu4fx8{justify-content:flex-end}.align-center.svelte-fu4fx8{justify-content:center}.align-justify.svelte-fu4fx8{justify-content:space-between}.align-spaced.svelte-fu4fx8{justify-content:space-around}.align-top.svelte-fu4fx8{align-items:flex-start}.align-self-top.svelte-fu4fx8{align-self:flex-start}.align-bottom.svelte-fu4fx8{align-items:flex-end}.align-self-bottom.svelte-fu4fx8{align-self:flex-end}.align-middle.svelte-fu4fx8{align-items:center}.align-self-middle.svelte-fu4fx8{align-self:center}.align-stretch.svelte-fu4fx8{align-items:stretch}.align-self-stretch.svelte-fu4fx8{align-self:stretch}.align-center-middle.svelte-fu4fx8{align-content:center;align-items:center;justify-content:center}.small-order-1.svelte-fu4fx8{order:1}.small-order-2.svelte-fu4fx8{order:2}.small-order-3.svelte-fu4fx8{order:3}.small-order-4.svelte-fu4fx8{order:4}.small-order-5.svelte-fu4fx8{order:5}.small-order-6.svelte-fu4fx8{order:6}@media print,screen and (min-width: 40em){.medium-order-1.svelte-fu4fx8{order:1}.medium-order-2.svelte-fu4fx8{order:2}.medium-order-3.svelte-fu4fx8{order:3}.medium-order-4.svelte-fu4fx8{order:4}.medium-order-5.svelte-fu4fx8{order:5}.medium-order-6.svelte-fu4fx8{order:6}}@media print,screen and (min-width: 64em){.large-order-1.svelte-fu4fx8{order:1}.large-order-2.svelte-fu4fx8{order:2}.large-order-3.svelte-fu4fx8{order:3}.large-order-4.svelte-fu4fx8{order:4}.large-order-5.svelte-fu4fx8{order:5}.large-order-6.svelte-fu4fx8{order:6}}.flex-container.svelte-fu4fx8{display:flex}.flex-child-auto.svelte-fu4fx8{flex:1 1 auto}.flex-child-grow.svelte-fu4fx8{flex:1 0 auto}.flex-child-shrink.svelte-fu4fx8{flex:0 1 auto}.flex-dir-row.svelte-fu4fx8{flex-direction:row}.flex-dir-row-reverse.svelte-fu4fx8{flex-direction:row-reverse}.flex-dir-column.svelte-fu4fx8{flex-direction:column}.flex-dir-column-reverse.svelte-fu4fx8{flex-direction:column-reverse}@media print,screen and (min-width: 40em){.medium-flex-container.svelte-fu4fx8{display:flex}.medium-flex-child-auto.svelte-fu4fx8{flex:1 1 auto}.medium-flex-child-grow.svelte-fu4fx8{flex:1 0 auto}.medium-flex-child-shrink.svelte-fu4fx8{flex:0 1 auto}.medium-flex-dir-row.svelte-fu4fx8{flex-direction:row}.medium-flex-dir-row-reverse.svelte-fu4fx8{flex-direction:row-reverse}.medium-flex-dir-column.svelte-fu4fx8{flex-direction:column}.medium-flex-dir-column-reverse.svelte-fu4fx8{flex-direction:column-reverse}}@media print,screen and (min-width: 64em){.large-flex-container.svelte-fu4fx8{display:flex}.large-flex-child-auto.svelte-fu4fx8{flex:1 1 auto}.large-flex-child-grow.svelte-fu4fx8{flex:1 0 auto}.large-flex-child-shrink.svelte-fu4fx8{flex:0 1 auto}.large-flex-dir-row.svelte-fu4fx8{flex-direction:row}.large-flex-dir-row-reverse.svelte-fu4fx8{flex-direction:row-reverse}.large-flex-dir-column.svelte-fu4fx8{flex-direction:column}.large-flex-dir-column-reverse.svelte-fu4fx8{flex-direction:column-reverse}}.hide.svelte-fu4fx8{display:none!important}.invisible.svelte-fu4fx8{visibility:hidden}.visible.svelte-fu4fx8{visibility:visible}@media print,screen and (max-width: 39.99875em){.hide-for-small-only.svelte-fu4fx8{display:none!important}}@media screen and (max-width: 0em),screen and (min-width: 40em){.show-for-small-only.svelte-fu4fx8{display:none!important}}@media print,screen and (min-width: 40em){.hide-for-medium.svelte-fu4fx8{display:none!important}}@media screen and (max-width: 39.99875em){.show-for-medium.svelte-fu4fx8{display:none!important}}@media print,screen and (min-width: 40em) and (max-width: 63.99875em){.hide-for-medium-only.svelte-fu4fx8{display:none!important}}@media screen and (max-width: 39.99875em),screen and (min-width: 64em){.show-for-medium-only.svelte-fu4fx8{display:none!important}}@media print,screen and (min-width: 64em){.hide-for-large.svelte-fu4fx8{display:none!important}}@media screen and (max-width: 63.99875em){.show-for-large.svelte-fu4fx8{display:none!important}}@media print,screen and (min-width: 64em) and (max-width: 74.99875em){.hide-for-large-only.svelte-fu4fx8{display:none!important}}@media screen and (max-width: 63.99875em),screen and (min-width: 75em){.show-for-large-only.svelte-fu4fx8{display:none!important}}.show-for-sr.svelte-fu4fx8,.show-on-focus.svelte-fu4fx8{height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.show-on-focus.svelte-fu4fx8:active,.show-on-focus.svelte-fu4fx8:focus{height:auto!important;overflow:visible!important;position:static!important;width:auto!important;clip:auto!important;white-space:normal!important}.hide-for-portrait.svelte-fu4fx8,.show-for-landscape.svelte-fu4fx8{display:block!important}@media screen and (orientation: landscape){.hide-for-portrait.svelte-fu4fx8,.show-for-landscape.svelte-fu4fx8{display:block!important}}@media screen and (orientation: portrait){.hide-for-portrait.svelte-fu4fx8,.show-for-landscape.svelte-fu4fx8{display:none!important}}.hide-for-landscape.svelte-fu4fx8,.show-for-portrait.svelte-fu4fx8{display:none!important}@media screen and (orientation: landscape){.hide-for-landscape.svelte-fu4fx8,.show-for-portrait.svelte-fu4fx8{display:none!important}}@media screen and (orientation: portrait){.hide-for-landscape.svelte-fu4fx8,.show-for-portrait.svelte-fu4fx8{display:block!important}}.show-for-dark-mode.svelte-fu4fx8{display:none}.hide-for-dark-mode.svelte-fu4fx8{display:block}@media screen and (prefers-color-scheme: dark){.show-for-dark-mode.svelte-fu4fx8{display:block!important}.hide-for-dark-mode.svelte-fu4fx8{display:none!important}}.show-for-ie.svelte-fu4fx8{display:none}@media (-ms-high-contrast: active),(-ms-high-contrast: none){.show-for-ie.svelte-fu4fx8{display:block!important}.hide-for-ie.svelte-fu4fx8{display:none!important}}.show-for-sticky.svelte-fu4fx8{display:none}.is-stuck.svelte-fu4fx8 .show-for-sticky:where(.svelte-fu4fx8){display:block}.is-stuck.svelte-fu4fx8 .hide-for-sticky:where(.svelte-fu4fx8){display:none}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}.svelte-fu4fx8:lang(my) div:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(my) h5:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(my) h6:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(my) p:where(.svelte-fu4fx8){font-family:var(--undpds-font-family-notosans-burmese);line-height:1.7}.svelte-fu4fx8:lang(my) h5:where(.svelte-fu4fx8){font-size:var(--undpds-font-size-20)}@media (min-width: 48em){.svelte-fu4fx8:lang(my) h5:where(.svelte-fu4fx8){font-size:1.375rem}}.svelte-fu4fx8:lang(bn) div:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(bn) h5:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(bn) h6:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(bn) p:where(.svelte-fu4fx8){font-family:var(--undpds-font-family-unbangla)}.svelte-fu4fx8:lang(ar) div:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(ar) h5:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(ar) h6:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(ar) p:where(.svelte-fu4fx8){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-fu4fx8:lang(az) div:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(az) h5:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(az) h6:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(az) p:where(.svelte-fu4fx8){font-family:var(--undpds-font-family-notosans)}.svelte-fu4fx8:lang(zh) div:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(zh) h5:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(zh) h6:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(zh) p:where(.svelte-fu4fx8){font-family:var(--undpds-font-family-notosans-chinese)}.svelte-fu4fx8:lang(ja) div:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(ja) h5:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(ja) h6:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(ja) p:where(.svelte-fu4fx8){font-family:var(--undpds-font-family-notosans-japanese)}.svelte-fu4fx8:lang(ja) div:where(.svelte-fu4fx8){font-weight:350}.svelte-fu4fx8:lang(ka) div:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(ka) h5:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(ka) h6:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(ka) p:where(.svelte-fu4fx8){font-family:var(--undpds-font-family-notosans-georgian)}.svelte-fu4fx8:lang(km) div:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(km) h5:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(km) h6:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(km) p:where(.svelte-fu4fx8){font-family:var(--undpds-font-family-notosans-khmer)}.svelte-fu4fx8:lang(ko) div:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(ko) h5:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(ko) h6:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(ko) p:where(.svelte-fu4fx8){font-family:var(--undpds-font-family-notosans-korean)}.svelte-fu4fx8:lang(ku) div:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(ku) h5:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(ku) h6:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(ku) p:where(.svelte-fu4fx8){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-fu4fx8:lang(ne) div:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(ne) h5:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(ne) h6:where(.svelte-fu4fx8),.svelte-fu4fx8:lang(ne) p:where(.svelte-fu4fx8){font-family:var(--undpds-font-family-notosans)}h5.svelte-fu4fx8,h6.svelte-fu4fx8{margin:0;margin-bottom:var(--undpds-spacing-04);padding:0}@media (min-width: 48em){h5.svelte-fu4fx8,h6.svelte-fu4fx8{margin-bottom:var(--undpds-spacing-05)}}h5.svelte-fu4fx8{font-size:var(--undpds-font-size-20);font-weight:400;line-height:1.15}@media (min-width: 48em){h5.svelte-fu4fx8{font-size:var(--undpds-font-size-25)}}h6.svelte-fu4fx8{font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03rem;line-height:1.15;text-transform:uppercase}p.svelte-fu4fx8{margin-top:0}@keyframes svelte-fu4fx8-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}a.svelte-fu4fx8{color:var(--undpds-color-black);text-decoration:none}.color-white.svelte-fu4fx8{color:var(--undpds-color-white)}.color-black.svelte-fu4fx8{color:var(--undpds-color-black)}.show-large.svelte-fu4fx8{display:none}@media (min-width: 48em){.show-large.svelte-fu4fx8{display:block}}.show-small.svelte-fu4fx8{display:block}@media (min-width: 48em){.show-small.svelte-fu4fx8{display:none}}.height-full.svelte-fu4fx8{height:100%}.overlay-grey.svelte-fu4fx8:before{background:#0003}.delay-1.svelte-fu4fx8{transition-delay:.1s}.delay-2.svelte-fu4fx8{transition-delay:.2s}.delay-3.svelte-fu4fx8{transition-delay:.3s}.delay-4.svelte-fu4fx8{transition-delay:.4s}.delay-5.svelte-fu4fx8{transition-delay:.5s}.scale-up.inviewport.svelte-fu4fx8{transform:scale(1)}.expand-to-size.svelte-fu4fx8{max-width:calc(100% - 1.5rem)}@media (min-width: 48em){.expand-to-size.svelte-fu4fx8{max-width:calc(100% - 3rem)}}.overflow-hidden.svelte-fu4fx8{overflow:hidden}.background-yellow.svelte-fu4fx8{background-color:var(--undpds-color-light-yellow)}.background-red.svelte-fu4fx8{background-color:var(--undpds-color-light-red)}.background-green.svelte-fu4fx8{background-color:var(--undpds-color-light-green)}.background-blue.svelte-fu4fx8{background-color:var(--undpds-color-blue-100)}.background-gray.svelte-fu4fx8{background-color:var(--undpds-color-gray-100)}.background-white.svelte-fu4fx8{background-color:var(--undpds-color-white)}.accent-yellow.svelte-fu4fx8 .card-thumbnail__image:where(.svelte-fu4fx8):hover:before,.yellow.svelte-fu4fx8 .card-thumbnail__image:where(.svelte-fu4fx8):hover:before{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow.svelte-fu4fx8 .author__img:where(.svelte-fu4fx8):hover:before,.yellow.svelte-fu4fx8 .author__img:where(.svelte-fu4fx8):hover:before{background:linear-gradient(45deg,rgba(255,235,0,.8),transparent 53%)}.accent-yellow.svelte-fu4fx8 .publication-thumbnail__image:where(.svelte-fu4fx8):hover:after,.yellow.svelte-fu4fx8 .publication-thumbnail__image:where(.svelte-fu4fx8):hover:after{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow.svelte-fu4fx8 .stats-panel:where(.svelte-fu4fx8):hover:after,.yellow.svelte-fu4fx8 .stats-panel:where(.svelte-fu4fx8):hover:after{background:linear-gradient(0deg,rgba(255,235,0,.8),transparent 140%)}.accent-yellow.svelte-fu4fx8 .feature__card-slide:where(.svelte-fu4fx8):before,.yellow.svelte-fu4fx8 .feature__card-slide:where(.svelte-fu4fx8):before{background:linear-gradient(45deg,rgba(255,235,0,.8),transparent 67%)}.accent-red.svelte-fu4fx8 .card-thumbnail__image:where(.svelte-fu4fx8):hover:before,.red.svelte-fu4fx8 .card-thumbnail__image:where(.svelte-fu4fx8):hover:before{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red.svelte-fu4fx8 .author__img:where(.svelte-fu4fx8):hover:before,.red.svelte-fu4fx8 .author__img:where(.svelte-fu4fx8):hover:before{background:linear-gradient(45deg,rgba(230,45,45,.78),transparent 53%)}.accent-red.svelte-fu4fx8 .publication-thumbnail__image:where(.svelte-fu4fx8):hover:after,.red.svelte-fu4fx8 .publication-thumbnail__image:where(.svelte-fu4fx8):hover:after{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red.svelte-fu4fx8 .stats-panel:where(.svelte-fu4fx8):hover:after,.red.svelte-fu4fx8 .stats-panel:where(.svelte-fu4fx8):hover:after{background:linear-gradient(0deg,rgba(230,45,45,.78),transparent 140%)}.accent-red.svelte-fu4fx8 .feature__card-slide:where(.svelte-fu4fx8):before,.red.svelte-fu4fx8 .feature__card-slide:where(.svelte-fu4fx8):before{background:linear-gradient(45deg,rgba(230,45,45,.78),transparent 67%)}.accent-green.svelte-fu4fx8 .card-thumbnail__image:where(.svelte-fu4fx8):hover:before,.green.svelte-fu4fx8 .card-thumbnail__image:where(.svelte-fu4fx8):hover:before{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green.svelte-fu4fx8 .author__img:where(.svelte-fu4fx8):hover:before,.green.svelte-fu4fx8 .author__img:where(.svelte-fu4fx8):hover:before{background:linear-gradient(45deg,rgba(92,222,83,.82),transparent 53%)}.accent-green.svelte-fu4fx8 .publication-thumbnail__image:where(.svelte-fu4fx8):hover:after,.green.svelte-fu4fx8 .publication-thumbnail__image:where(.svelte-fu4fx8):hover:after{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green.svelte-fu4fx8 .stats-panel:where(.svelte-fu4fx8):hover:after,.green.svelte-fu4fx8 .stats-panel:where(.svelte-fu4fx8):hover:after{background:linear-gradient(0deg,rgba(92,222,83,.82),transparent 140%)}.accent-green.svelte-fu4fx8 .feature__card-slide:where(.svelte-fu4fx8):before,.green.svelte-fu4fx8 .feature__card-slide:where(.svelte-fu4fx8):before{background:linear-gradient(45deg,rgba(92,222,83,.82),transparent 67%)}.accent-blue.svelte-fu4fx8 .card-thumbnail__image:where(.svelte-fu4fx8):hover:before,.blue.svelte-fu4fx8 .card-thumbnail__image:where(.svelte-fu4fx8):hover:before{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue.svelte-fu4fx8 .author__img:where(.svelte-fu4fx8):hover:before,.blue.svelte-fu4fx8 .author__img:where(.svelte-fu4fx8):hover:before{background:linear-gradient(45deg,rgba(94,232,246,.82),transparent 53%)}.accent-blue.svelte-fu4fx8 .publication-thumbnail__image:where(.svelte-fu4fx8):hover:after,.blue.svelte-fu4fx8 .publication-thumbnail__image:where(.svelte-fu4fx8):hover:after{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue.svelte-fu4fx8 .stats-panel:where(.svelte-fu4fx8):hover:after,.blue.svelte-fu4fx8 .stats-panel:where(.svelte-fu4fx8):hover:after{background:linear-gradient(0deg,rgba(94,232,246,.82),transparent 140%)}.accent-blue.svelte-fu4fx8 .feature__card-slide:where(.svelte-fu4fx8):before,.blue.svelte-fu4fx8 .feature__card-slide:where(.svelte-fu4fx8):before{background:linear-gradient(45deg,rgba(94,232,246,.82),transparent 67%)}.accent-yellow.svelte-fu4fx8 .stats-card:where(.svelte-fu4fx8):hover,.yellow.svelte-fu4fx8 .stats-card:where(.svelte-fu4fx8):hover{background-color:var(--undpds-color-yellow)}.accent-yellow.svelte-fu4fx8 .progress-bar:where(.svelte-fu4fx8),.yellow.svelte-fu4fx8 .progress-bar:where(.svelte-fu4fx8){background:var(--undpds-color-yellow)}.accent-yellow.svelte-fu4fx8 .blockquote:where(.svelte-fu4fx8),.accent-yellow.svelte-fu4fx8 .content-card.card:where(.svelte-fu4fx8):hover,.yellow.svelte-fu4fx8 .blockquote:where(.svelte-fu4fx8),.yellow.svelte-fu4fx8 .content-card.card:where(.svelte-fu4fx8):hover{background-color:var(--undpds-color-yellow)}.accent-yellow.svelte-fu4fx8 .content-card.card-color:where(.svelte-fu4fx8):hover,.accent-yellow.svelte-fu4fx8 .content-card.card-emphasize:where(.svelte-fu4fx8):hover,.yellow.svelte-fu4fx8 .content-card.card-color:where(.svelte-fu4fx8):hover,.yellow.svelte-fu4fx8 .content-card.card-emphasize:where(.svelte-fu4fx8):hover{background-color:var(--undpds-color-yellow)}.accent-yellow.svelte-fu4fx8 .feature__card-slide:where(.svelte-fu4fx8),.yellow.svelte-fu4fx8 .feature__card-slide:where(.svelte-fu4fx8){background:var(--undpds-color-yellow)}.accent-red.svelte-fu4fx8 .stats-card:where(.svelte-fu4fx8):hover,.red.svelte-fu4fx8 .stats-card:where(.svelte-fu4fx8):hover{background-color:var(--undpds-color-red)}.accent-red.svelte-fu4fx8 .progress-bar:where(.svelte-fu4fx8),.red.svelte-fu4fx8 .progress-bar:where(.svelte-fu4fx8){background:var(--undpds-color-red)}.accent-red.svelte-fu4fx8 .blockquote:where(.svelte-fu4fx8),.accent-red.svelte-fu4fx8 .content-card.card:where(.svelte-fu4fx8):hover,.red.svelte-fu4fx8 .blockquote:where(.svelte-fu4fx8),.red.svelte-fu4fx8 .content-card.card:where(.svelte-fu4fx8):hover{background-color:var(--undpds-color-red)}.accent-red.svelte-fu4fx8 .content-card.card-color:where(.svelte-fu4fx8):hover,.accent-red.svelte-fu4fx8 .content-card.card-emphasize:where(.svelte-fu4fx8):hover,.red.svelte-fu4fx8 .content-card.card-color:where(.svelte-fu4fx8):hover,.red.svelte-fu4fx8 .content-card.card-emphasize:where(.svelte-fu4fx8):hover{background-color:var(--undpds-color-red)}.accent-red.svelte-fu4fx8 .feature__card-slide:where(.svelte-fu4fx8),.red.svelte-fu4fx8 .feature__card-slide:where(.svelte-fu4fx8){background:var(--undpds-color-red)}.accent-green.svelte-fu4fx8 .stats-card:where(.svelte-fu4fx8):hover,.green.svelte-fu4fx8 .stats-card:where(.svelte-fu4fx8):hover{background-color:var(--undpds-color-green)}.accent-green.svelte-fu4fx8 .progress-bar:where(.svelte-fu4fx8),.green.svelte-fu4fx8 .progress-bar:where(.svelte-fu4fx8){background:var(--undpds-color-green)}.accent-green.svelte-fu4fx8 .blockquote:where(.svelte-fu4fx8),.accent-green.svelte-fu4fx8 .content-card.card:where(.svelte-fu4fx8):hover,.green.svelte-fu4fx8 .blockquote:where(.svelte-fu4fx8),.green.svelte-fu4fx8 .content-card.card:where(.svelte-fu4fx8):hover{background-color:var(--undpds-color-green)}.accent-green.svelte-fu4fx8 .content-card.card-color:where(.svelte-fu4fx8):hover,.accent-green.svelte-fu4fx8 .content-card.card-emphasize:where(.svelte-fu4fx8):hover,.green.svelte-fu4fx8 .content-card.card-color:where(.svelte-fu4fx8):hover,.green.svelte-fu4fx8 .content-card.card-emphasize:where(.svelte-fu4fx8):hover{background-color:var(--undpds-color-green)}.accent-green.svelte-fu4fx8 .feature__card-slide:where(.svelte-fu4fx8),.green.svelte-fu4fx8 .feature__card-slide:where(.svelte-fu4fx8){background:var(--undpds-color-green)}.accent-blue.svelte-fu4fx8 .stats-card:where(.svelte-fu4fx8):hover,.blue.svelte-fu4fx8 .stats-card:where(.svelte-fu4fx8):hover{background-color:var(--undpds-color-azure)}.accent-blue.svelte-fu4fx8 .progress-bar:where(.svelte-fu4fx8),.blue.svelte-fu4fx8 .progress-bar:where(.svelte-fu4fx8){background:var(--undpds-color-azure)}.accent-blue.svelte-fu4fx8 .blockquote:where(.svelte-fu4fx8),.accent-blue.svelte-fu4fx8 .content-card.card:where(.svelte-fu4fx8):hover,.blue.svelte-fu4fx8 .blockquote:where(.svelte-fu4fx8),.blue.svelte-fu4fx8 .content-card.card:where(.svelte-fu4fx8):hover{background-color:var(--undpds-color-azure)}.accent-blue.svelte-fu4fx8 .content-card.card-color:where(.svelte-fu4fx8):hover,.accent-blue.svelte-fu4fx8 .content-card.card-emphasize:where(.svelte-fu4fx8):hover,.blue.svelte-fu4fx8 .content-card.card-color:where(.svelte-fu4fx8):hover,.blue.svelte-fu4fx8 .content-card.card-emphasize:where(.svelte-fu4fx8):hover{background-color:var(--undpds-color-azure)}.accent-blue.svelte-fu4fx8 .feature__card-slide:where(.svelte-fu4fx8),.blue.svelte-fu4fx8 .feature__card-slide:where(.svelte-fu4fx8){background:var(--undpds-color-azure)}.accent-yellow.svelte-fu4fx8 .content-card.card-emphasize:where(.svelte-fu4fx8),.yellow.svelte-fu4fx8 .content-card.card-emphasize:where(.svelte-fu4fx8){background-color:var(--undpds-color-light-yellow)}.accent-red.svelte-fu4fx8 .content-card.card-emphasize:where(.svelte-fu4fx8),.red.svelte-fu4fx8 .content-card.card-emphasize:where(.svelte-fu4fx8){background-color:var(--undpds-color-light-red)}.accent-green.svelte-fu4fx8 .content-card.card-emphasize:where(.svelte-fu4fx8),.green.svelte-fu4fx8 .content-card.card-emphasize:where(.svelte-fu4fx8){background-color:var(--undpds-color-light-green)}.accent-blue.svelte-fu4fx8 .content-card.card-emphasize:where(.svelte-fu4fx8),.blue.svelte-fu4fx8 .content-card.card-emphasize:where(.svelte-fu4fx8){background-color:var(--undpds-color-light-azure)}div.card-thumbnail__image.svelte-fu4fx8{display:inline-flex;position:relative}div.card-thumbnail__image.svelte-fu4fx8:before{opacity:0;transition:all .6s}div.card-thumbnail__image.svelte-fu4fx8:hover:before{opacity:.75}div.card-thumbnail__image:hover.accent-yellow.svelte-fu4fx8:before,div.card-thumbnail__image:hover.yellow.svelte-fu4fx8:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}div.card-thumbnail__image:hover.accent-red.svelte-fu4fx8:before,div.card-thumbnail__image:hover.red.svelte-fu4fx8:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}div.card-thumbnail__image:hover.accent-green.svelte-fu4fx8:before,div.card-thumbnail__image:hover.green.svelte-fu4fx8:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}div.card-thumbnail__image:hover.accent-blue.svelte-fu4fx8:before,div.card-thumbnail__image:hover.blue.svelte-fu4fx8:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}div.publication-thumbnail__image.svelte-fu4fx8{background:linear-gradient(180deg,#c9d0d6 70%,#c9d0d6 0,#414648 70.5%,#9ea5ac 0,#9ea5ac);display:inline-flex;padding:2.188rem 2.938rem;position:relative;z-index:1}div.publication-thumbnail__image.svelte-fu4fx8:before{background:#7b8085;border-radius:21%;bottom:37px;content:"";filter:blur(4px);height:27px;left:32px;position:absolute;right:20px;transform:skew(64deg);width:calc(100% - 100px);z-index:-2}div.publication-thumbnail__image.svelte-fu4fx8:after{opacity:0;transition:all .6s;z-index:1}div.publication-thumbnail__image.svelte-fu4fx8:hover:after{opacity:.75}div.publication-thumbnail__image:hover.accent-yellow.svelte-fu4fx8:after,div.publication-thumbnail__image:hover.yellow.svelte-fu4fx8:after{background:linear-gradient(27.66deg,var(--undpds-color-yellow),transparent 70.49%)}div.publication-thumbnail__image:hover.accent-red.svelte-fu4fx8:after,div.publication-thumbnail__image:hover.red.svelte-fu4fx8:after{background:linear-gradient(27.66deg,var(--undpds-color-red),transparent 70.49%)}div.publication-thumbnail__image:hover.accent-green.svelte-fu4fx8:after,div.publication-thumbnail__image:hover.green.svelte-fu4fx8:after{background:linear-gradient(27.66deg,var(--undpds-color-green),transparent 70.49%)}div.publication-thumbnail__image:hover.accent-blue.svelte-fu4fx8:after,div.publication-thumbnail__image:hover.blue.svelte-fu4fx8:after{background:linear-gradient(27.66deg,var(--undpds-color-azure),transparent 70.49%)}.color-wrapper.svelte-fu4fx8{display:block}@media (min-width: 48em){.color-wrapper.svelte-fu4fx8{display:flex;flex-wrap:wrap;justify-content:space-around}}.color__row.svelte-fu4fx8{width:100%}@media (min-width: 48em){.color__row.svelte-fu4fx8{width:calc(50% - 10px)}}.color__row.full.svelte-fu4fx8{width:100%}.color__row.svelte-fu4fx8 .color__title:where(.svelte-fu4fx8){color:var(--undpds-color-black);font-size:.813rem;min-height:28px}@media (min-width: 48em){.color__row.svelte-fu4fx8 .color__title:where(.svelte-fu4fx8){font-size:var(--undpds-font-size-16)}}.color__row.svelte-fu4fx8 .color__define_wrapper:where(.svelte-fu4fx8){display:block}.Primary-text.svelte-fu4fx8{color:var(--undpds-color-black);font-size:var(--undpds-font-size-12);margin-top:-1.538rem;text-align:center}@media (min-width: 48em){.Primary-text.svelte-fu4fx8{margin-top:-1.55rem}}.color__define.svelte-fu4fx8{display:flex;margin-bottom:1.25rem}.color__define.svelte-fu4fx8 .color__name:where(.svelte-fu4fx8){flex-basis:0;flex-grow:1;margin:var(--undpds-spacing-03) 0;text-align:center}@media (min-width: 48em){.color__define.svelte-fu4fx8 .color__name:where(.svelte-fu4fx8){flex-basis:0;flex-grow:1}}.color__define_balance.svelte-fu4fx8{display:flex;width:100%}.color__define_balance.svelte-fu4fx8 .color__name:where(.svelte-fu4fx8){margin:var(--undpds-spacing-03) 0;text-align:center}.color__define_balance.svelte-fu4fx8 .color__name.bl-1:where(.svelte-fu4fx8){height:75px;width:45%}.color__define_balance.svelte-fu4fx8 .color__name.bl-2:where(.svelte-fu4fx8){height:75px;width:12%}.color__define_balance.svelte-fu4fx8 .color__name.bl-3:where(.svelte-fu4fx8){height:75px;width:15%}.color__define_balance.svelte-fu4fx8 .color__name.bl-4:where(.svelte-fu4fx8){height:75px;width:18%}.color__define_balance.svelte-fu4fx8 .color__name.bl-5:where(.svelte-fu4fx8){height:75px;width:8%}.color__define_balance.svelte-fu4fx8 .color__name.bl-6:where(.svelte-fu4fx8){height:75px;width:5%}.icon--bar.svelte-fu4fx8{cursor:pointer}.chevron-right-animated.svelte-fu4fx8{display:inline-block;max-width:6rem;width:100%}.external-link-animated.svelte-fu4fx8{box-shadow:-2px 2px 0 0 var(--undpds-color-dark-red),-4px 0 0 -2px var(--undpds-color-dark-red),-3px 3px 0 -1px var(--undpds-color-dark-red);box-sizing:border-box;cursor:pointer;display:inline-block;height:var(--undpds-spacing-04);margin-inline-start:-2px;position:relative;width:var(--undpds-spacing-04)}.external-link-animated.svelte-fu4fx8:before{background:var(--undpds-color-dark-red);height:2px;inset-block-start:3.5px;inset-inline-end:0;transform:rotate(-45deg) translate(0);transition:all .3s;width:.625rem}.external-link-animated.svelte-fu4fx8:after{border-block-start:2px solid var(--undpds-color-dark-red);border-inline-end:2px solid var(--undpds-color-dark-red);height:var(--undpds-spacing-03);inset-block-start:0;inset-inline-end:0;transform:translate(0);transition:transform .3s;width:var(--undpds-spacing-03)}.external-link-animated.svelte-fu4fx8:hover:after{transform:translate(5px,-5px)}.external-link-animated.svelte-fu4fx8:hover:before{transform:rotate(-45deg) translate(7px)}.download-animated.svelte-fu4fx8{align-items:flex-end;box-sizing:border-box;cursor:pointer;display:flex;height:12px;position:relative}.download-animated.svelte-fu4fx8 i:where(.svelte-fu4fx8){border:2px solid var(--undpds-color-dark-red);border-block-start:0;box-sizing:content-box;display:block;height:6px;width:1.125rem}.download-animated.svelte-fu4fx8:after{border-block-end:2px solid var(--undpds-color-dark-red);border-inline-start:2px solid var(--undpds-color-dark-red);height:8px;inset-block-end:6px;inset-inline-start:7px;transform:rotate(-45deg) translate(0);transition:all .3s;width:8px}.download-animated.svelte-fu4fx8:before{background:var(--undpds-color-dark-red);height:10px;inset-block-end:7px;inset-inline-start:10px;transform:translate(0);transition:all .3s;width:2px}.download-animated.svelte-fu4fx8:hover:after{transform:rotate(-45deg) translate(7px,-7px)}.download-animated.svelte-fu4fx8:hover:before{transform:translateY(-10px)}.icons-container.svelte-fu4fx8{display:flex;flex-wrap:wrap}div.author__img.svelte-fu4fx8{height:80px;min-width:80px;position:relative;width:80px}div.author__img.svelte-fu4fx8,div.author__img.svelte-fu4fx8:before{border-radius:var(--undpds-author-image-radius);overflow:hidden}div.author__img.svelte-fu4fx8:before{opacity:0;transition:all .6s}div.author__img.svelte-fu4fx8:hover:before{opacity:.75}div.author__img:hover.accent-yellow.svelte-fu4fx8:before,div.author__img:hover.yellow.svelte-fu4fx8:before,div.author__img.svelte-fu4fx8:hover:before{background:linear-gradient(45deg,var(--undpds-color-yellow),transparent 53%)}div.author__img:hover.accent-red.svelte-fu4fx8:before,div.author__img:hover.red.svelte-fu4fx8:before{background:linear-gradient(45deg,var(--undpds-color-red),transparent 53%)}div.author__img:hover.accent-green.svelte-fu4fx8:before,div.author__img:hover.green.svelte-fu4fx8:before{background:linear-gradient(45deg,var(--undpds-color-green),transparent 53%)}div.author__img:hover.accent-blue.svelte-fu4fx8:before,div.author__img:hover.blue.svelte-fu4fx8:before{background:linear-gradient(45deg,var(--undpds-color-azure),transparent 53%)}div.author__img.large.svelte-fu4fx8{height:180px;width:180px}div.author__img.large.svelte-fu4fx8:before{height:180px}.credits.svelte-fu4fx8{font-size:var(--undpds-font-size-14);line-height:1.4;margin-left:auto}@container (width > 30em){.credits.svelte-fu4fx8{font-size:var(--undpds-font-size-16)}}.grid_name.svelte-fu4fx8{color:var(--undpds-color-black);font-size:1.375rem;margin-bottom:var(--undpds-spacing-05);margin-top:var(--undpds-spacing-05);min-height:28px}@media (max-width: 47.9375em){.grid_name.svelte-fu4fx8{font-size:1.625rem}}.grid_name.svelte-fu4fx8 span:where(.svelte-fu4fx8){font-size:var(--undpds-font-size-14)}.grid_description.svelte-fu4fx8{color:var(--undpds-color-black);margin-bottom:1.25rem}.grid--layout.svelte-fu4fx8{background-color:var(--undpds-color-gray-300);height:var(--undpds-spacing-09);margin-bottom:var(--undpds-spacing-03)}.grid--layout.svelte-fu4fx8:nth-child(odd){background-color:var(--undpds-color-gray-200)}.grid--layout.svelte-fu4fx8 .column:where(.svelte-fu4fx8){font-size:.813rem;padding:.625rem}.spacing__define.svelte-fu4fx8 .spacing__name:where(.svelte-fu4fx8){display:flex;flex-direction:row;flex-wrap:nowrap;width:100%}.breadcrumb__item.svelte-fu4fx8{background-image:none;color:var(--undpds-color-dark-red);font-size:var(--undpds-font-size-12);font-weight:600;text-transform:uppercase}.breadcrumb__item.svelte-fu4fx8:hover{color:var(--undpds-color-red)}.svelte-fu4fx8:lang(ro) .breadcrumb__item:where(.svelte-fu4fx8){font-weight:700}.language__item.svelte-fu4fx8{display:inline-block;line-height:.9;min-width:100px;padding:var(--undpds-spacing-04) var(--undpds-spacing-05)}.progress-container.svelte-fu4fx8{background:var(--undpds-color-gray-300);height:.75rem;width:100%}@media (min-width: 48em){.progress-container.svelte-fu4fx8{height:1rem}}.progress-container.svelte-fu4fx8 .progress-bar:where(.svelte-fu4fx8){background:var(--undpds-color-yellow)}.progress-container.small.svelte-fu4fx8{height:.625rem}@media (min-width: 48em){.progress-container.small.svelte-fu4fx8{height:.75rem}}.progress-container.small.svelte-fu4fx8 .progress-bar:where(.svelte-fu4fx8){height:.625rem}@media (min-width: 48em){.progress-container.small.svelte-fu4fx8 .progress-bar:where(.svelte-fu4fx8){height:.75rem}}.progress-container.accent-yellow.svelte-fu4fx8 .progress-bar:where(.svelte-fu4fx8),.progress-container.yellow.svelte-fu4fx8 .progress-bar:where(.svelte-fu4fx8){background:var(--undpds-color-yellow)}.progress-container.accent-red.svelte-fu4fx8 .progress-bar:where(.svelte-fu4fx8),.progress-container.red.svelte-fu4fx8 .progress-bar:where(.svelte-fu4fx8){background:var(--undpds-color-red)}.progress-container.accent-green.svelte-fu4fx8 .progress-bar:where(.svelte-fu4fx8),.progress-container.green.svelte-fu4fx8 .progress-bar:where(.svelte-fu4fx8){background:var(--undpds-color-green)}.progress-container.accent-blue.svelte-fu4fx8 .progress-bar:where(.svelte-fu4fx8),.progress-container.blue.svelte-fu4fx8 .progress-bar:where(.svelte-fu4fx8){background:var(--undpds-color-azure)}.progress-bar.svelte-fu4fx8{height:.75rem;min-width:1%;position:fixed;transition:width .2s linear;width:34%;z-index:1}@media (min-width: 48em){.progress-bar.svelte-fu4fx8{height:1rem}}.progress-top.svelte-fu4fx8{top:0}.sidebar_item.svelte-fu4fx8:hover{background-color:var(--undpds-color-gray-200)}.sidebar_item.open.svelte-fu4fx8 .arrow:where(.svelte-fu4fx8){transform:rotate(180deg);transition:all .1s ease}.sidebar_item.svelte-fu4fx8 h6:where(.svelte-fu4fx8){margin-bottom:0}.scroll.svelte-fu4fx8{overflow-x:auto}.form-check.svelte-fu4fx8{align-items:center;display:flex;position:relative}.cta__link.svelte-fu4fx8{align-items:center;background:transparent;border:none;cursor:pointer;display:block;display:flex;font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03em;line-height:1;text-transform:uppercase}@media (min-width: 48em){.cta__link.svelte-fu4fx8{display:inline-flex}}.cta__link.cta--space.svelte-fu4fx8:after{content:"";height:1.188rem;margin-left:var(--undpds-spacing-04);margin-top:2px;width:.813rem}@media (min-width: 48em){.cta__link.cta--space.svelte-fu4fx8:after{margin-top:0}}.cta__link.svelte-fu4fx8{background-image:none}.svelte-fu4fx8:lang(my) .cta__link:where(.svelte-fu4fx8){font-size:var(--undpds-font-size-14)}.cta__link.cta--arrow.svelte-fu4fx8 i:where(.svelte-fu4fx8):after,.cta__link.cta--arrow.svelte-fu4fx8 i:where(.svelte-fu4fx8):before{box-sizing:border-box;content:"";display:block;position:absolute}.cta__link.cta--arrow.svelte-fu4fx8 i:where(.svelte-fu4fx8){box-sizing:border-box;display:block;height:var(--undpds-spacing-05);left:1.25rem;position:relative;transition:width .3s;width:0}.cta__link.cta--arrow.svelte-fu4fx8 i:where(.svelte-fu4fx8):before{background-color:var(--undpds-color-red);display:none;height:2px;right:0;top:7px;width:100%}.cta__link.cta--arrow.svelte-fu4fx8 i:where(.svelte-fu4fx8):after{border-right:2px solid var(--undpds-color-red);border-top:2px solid var(--undpds-color-red);height:var(--undpds-spacing-04);right:0;top:2px;transform:rotate(45deg);width:var(--undpds-spacing-04)}.cta__link.cta--arrow.svelte-fu4fx8:hover i:where(.svelte-fu4fx8){width:var(--undpds-spacing-11)}.cta__link.cta--arrow.svelte-fu4fx8:hover i:where(.svelte-fu4fx8):before{display:unset}.cta__link.svelte-fu4fx8{color:#000}.cta__link.cta--arrow.svelte-fu4fx8{padding-left:0;padding-right:1.5rem}.cta__link.cta--space.svelte-fu4fx8:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDEzIDIwIj48cGF0aCBkPSJtLjY0OC43NjIgOS40NDEgOC4wMzEtOS40NDEgOC4wMzUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0VFNDAyRCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 0;transition:.2s ease}.cta__link.cta--space.svelte-fu4fx8:active:after,.cta__link.cta--space.svelte-fu4fx8:focus:after,.cta__link.cta--space.svelte-fu4fx8:hover:after{transform:translate(70%)}div.content-card.svelte-fu4fx8 .image:where(.svelte-fu4fx8):before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}div.content-card.svelte-fu4fx8 h6:where(.svelte-fu4fx8){color:var(--undpds-color-black);font-size:.75rem;font-weight:700;letter-spacing:.48px;line-height:.84;margin-bottom:var(--undpds-spacing-05);text-transform:uppercase}div.content-card.svelte-fu4fx8 :where(.svelte-fu4fx8):lang(my) h6:where(.svelte-fu4fx8){font-size:1rem}div.content-card.svelte-fu4fx8{background-color:var(--undpds-color-white);border-top:2px solid var(--undpds-color-black);height:100%;transition:all .5s;word-break:break-word}div.content-card.svelte-fu4fx8>a:where(.svelte-fu4fx8){background:none;box-sizing:border-box;display:block;height:100%;padding-bottom:2.625rem;position:relative}div.content-card.svelte-fu4fx8 h6:where(.svelte-fu4fx8){margin-bottom:0;padding:var(--undpds-spacing-05) var(--undpds-spacing-06) 1.625rem}div.content-card.card.svelte-fu4fx8 h6:where(.svelte-fu4fx8){padding-bottom:var(--undpds-spacing-05)}div.content-card.svelte-fu4fx8 .image:where(.svelte-fu4fx8){position:relative;width:100%}div.content-card.svelte-fu4fx8 .image:where(.svelte-fu4fx8):before{opacity:0;transition:all .9s}div.content-card.svelte-fu4fx8 p:where(.svelte-fu4fx8){font-size:var(--undpds-font-size-16);margin:0;padding-top:var(--undpds-spacing-05)}div.content-card.card.svelte-fu4fx8:hover{background-color:var(--undpds-color-gray-100)}div.content-card.card-emphasize.svelte-fu4fx8{background-color:var(--undpds-color-light-yellow)}div.content-card.card-emphasize.svelte-fu4fx8:hover{background-color:var(--undpds-color-yellow)}div.content-card.card-emphasize:hover.red.svelte-fu4fx8 .cta--space:where(.svelte-fu4fx8):after,div.content-card.card:hover.red.svelte-fu4fx8 .cta--space:where(.svelte-fu4fx8):after{filter:invert(0) brightness(0)}div.content-card.card-emphasize:hover.red.svelte-fu4fx8 .cta--arrow:where(.svelte-fu4fx8):after,div.content-card.card:hover.red.svelte-fu4fx8 .cta--arrow:where(.svelte-fu4fx8):after{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2281%22%20height%3D%2220%22%20viewBox%3D%220%200%2081%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M69.5%201L79.5%209.99781M79.5%209.99781L69.5%2019M79.5%209.99781L0%209.99781%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E)}div.content-card.card-emphasize:hover.accent-yellow.svelte-fu4fx8,div.content-card.card-emphasize:hover.yellow.svelte-fu4fx8,div.content-card.card:hover.accent-yellow.svelte-fu4fx8,div.content-card.card:hover.yellow.svelte-fu4fx8{background-color:var(--undpds-color-yellow)}div.content-card.card-emphasize:hover.accent-red.svelte-fu4fx8,div.content-card.card-emphasize:hover.red.svelte-fu4fx8,div.content-card.card:hover.accent-red.svelte-fu4fx8,div.content-card.card:hover.red.svelte-fu4fx8{background-color:var(--undpds-color-red)}div.content-card.card-emphasize:hover.accent-green.svelte-fu4fx8,div.content-card.card-emphasize:hover.green.svelte-fu4fx8,div.content-card.card:hover.accent-green.svelte-fu4fx8,div.content-card.card:hover.green.svelte-fu4fx8{background-color:var(--undpds-color-green)}div.content-card.card-emphasize:hover.accent-blue.svelte-fu4fx8,div.content-card.card-emphasize:hover.blue.svelte-fu4fx8,div.content-card.card:hover.accent-blue.svelte-fu4fx8,div.content-card.card:hover.blue.svelte-fu4fx8{background-color:var(--undpds-color-azure)}div.content-card.card-emphasize:hover.accent-gray.svelte-fu4fx8,div.content-card.card-emphasize:hover.gray.svelte-fu4fx8,div.content-card.card:hover.accent-gray.svelte-fu4fx8,div.content-card.card:hover.gray.svelte-fu4fx8{background-color:var(--undpds-color-gray-100)}div.content-card.card-emphasize.accent-yellow.svelte-fu4fx8,div.content-card.card-emphasize.yellow.svelte-fu4fx8{background-color:var(--undpds-color-light-yellow)}div.content-card.card-emphasize.accent-red.svelte-fu4fx8,div.content-card.card-emphasize.red.svelte-fu4fx8{background-color:var(--undpds-color-light-red)}div.content-card.card-emphasize.accent-green.svelte-fu4fx8,div.content-card.card-emphasize.green.svelte-fu4fx8{background-color:var(--undpds-color-light-green)}div.content-card.card-emphasize.accent-blue.svelte-fu4fx8,div.content-card.card-emphasize.blue.svelte-fu4fx8{background-color:var(--undpds-color-light-azure)}div.content-card.card-emphasize.accent-gray.svelte-fu4fx8,div.content-card.card-emphasize.gray.svelte-fu4fx8,div.content-card.svelte-fu4fx8:hover{background-color:var(--undpds-color-gray-100)}div.content-card.svelte-fu4fx8:hover .image:where(.svelte-fu4fx8):before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%);opacity:.75}div.content-card.svelte-fu4fx8:hover .cta--space:where(.svelte-fu4fx8):after{transform:translate(70%)}div.content-card.svelte-fu4fx8 .image:where(.svelte-fu4fx8):before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%);background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%);background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%);background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%);background:linear-gradient(67.76deg,var(--undpds-color-gray-100),transparent 61.11%)}div.content-card.accent-yellow.svelte-fu4fx8 .image:where(.svelte-fu4fx8):before,div.content-card.yellow.svelte-fu4fx8 .image:where(.svelte-fu4fx8):before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}div.content-card.accent-red.svelte-fu4fx8 .image:where(.svelte-fu4fx8):before,div.content-card.red.svelte-fu4fx8 .image:where(.svelte-fu4fx8):before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}div.content-card.accent-green.svelte-fu4fx8 .image:where(.svelte-fu4fx8):before,div.content-card.green.svelte-fu4fx8 .image:where(.svelte-fu4fx8):before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}div.content-card.accent-blue.svelte-fu4fx8 .image:where(.svelte-fu4fx8):before,div.content-card.blue.svelte-fu4fx8 .image:where(.svelte-fu4fx8):before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}div.content-card.accent-gray.svelte-fu4fx8 .image:where(.svelte-fu4fx8):before,div.content-card.gray.svelte-fu4fx8 .image:where(.svelte-fu4fx8):before{background:linear-gradient(67.76deg,var(--undpds-color-gray-100),transparent 61.11%)}.content-caption.svelte-fu4fx8{padding:var(--undpds-spacing-05) var(--undpds-spacing-06) var(--undpds-spacing-06)}.content-caption.svelte-fu4fx8 h5:where(.svelte-fu4fx8){margin-bottom:0}.content-caption.svelte-fu4fx8 .cta__link:where(.svelte-fu4fx8){bottom:var(--undpds-spacing-06);position:absolute}.content-caption_cart.svelte-fu4fx8{height:100%}.content-caption_cart.svelte-fu4fx8 h5:where(.svelte-fu4fx8){margin-bottom:var(--undpds-spacing-05)}.svelte-fu4fx8:lang(my) h6:where(.svelte-fu4fx8){font-size:var(--undpds-font-size-16)}.button.svelte-fu4fx8{align-items:center;background:transparent;border:none;display:block;display:flex;font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03em;line-height:1;text-transform:uppercase}@media (min-width: 48em){.button.svelte-fu4fx8{display:inline-flex}}.svelte-fu4fx8:lang(my) .button:where(.svelte-fu4fx8){font-size:var(--undpds-font-size-14)}.button.svelte-fu4fx8{color:var(--undpds-color-white);cursor:pointer;justify-content:center;padding:var(--undpds-spacing-05) var(--undpds-spacing-06)}.button.svelte-fu4fx8:focus-visible{box-shadow:0 0 4px var(--undpds-color-blue-800);outline:0}.button.button-primary.svelte-fu4fx8{background-color:var(--undpds-color-dark-red)}.button.button-primary.svelte-fu4fx8:hover{background-color:var(--undpds-color-red)}.button.button-primary.button-arrow.svelte-fu4fx8:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEgMSAxMCA4Ljk5OEwxIDE5IiBzdHJva2U9IiMyMzJFM0QiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==) no-repeat 0;content:"";height:20px;margin-left:var(--undpds-spacing-04);transition:.2s ease;width:13px}.button.button-primary.button-arrow.svelte-fu4fx8:hover:after{transform:translate(70%)}.button.button-primary.button-arrow.disabled.svelte-fu4fx8:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEgMSAxMCA4Ljk5OEwxIDE5IiBzdHJva2U9IiNFREVGRjAiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==) no-repeat 0;content:""}.button.button-primary.button-external-link.svelte-fu4fx8{align-items:baseline}.button.button-primary.svelte-fu4fx8 .external-link-animated:where(.svelte-fu4fx8){box-shadow:-2px 2px 0 0 var(--undpds-color-black),-4px 0 0 -2px var(--undpds-color-black),-3px 3px 0 -1px var(--undpds-color-black);margin-left:1rem}.button.button-primary.svelte-fu4fx8 .external-link-animated:where(.svelte-fu4fx8):before{background:var(--undpds-color-black)}.button.button-primary.svelte-fu4fx8 .external-link-animated:where(.svelte-fu4fx8):after{border-right:2px solid var(--undpds-color-black);border-top:2px solid var(--undpds-color-black)}.button.button-primary.svelte-fu4fx8:hover .external-link-animated:where(.svelte-fu4fx8):after{transform:translate(5px,-5px)}.button.button-primary.svelte-fu4fx8:hover .external-link-animated:where(.svelte-fu4fx8):before{transform:rotate(-45deg) translate(7px)}.button.button-primary.disabled.svelte-fu4fx8 .external-link-animated:where(.svelte-fu4fx8){box-shadow:-2px 2px 0 0 var(--undpds-color-gray-300),-4px 0 0 -2px var(--undpds-color-gray-300),-3px 3px 0 -1px var(--undpds-color-gray-300)}.button.button-primary.disabled.svelte-fu4fx8 .external-link-animated:where(.svelte-fu4fx8):before{background:var(--undpds-color-gray-300)}.button.button-primary.disabled.svelte-fu4fx8 .external-link-animated:where(.svelte-fu4fx8):after{border-right:2px solid var(--undpds-color-gray-300);border-top:2px solid var(--undpds-color-gray-300)}.button.button-primary.button-download.svelte-fu4fx8{align-items:baseline;padding:1.25rem var(--undpds-spacing-06)}.button.button-primary.svelte-fu4fx8 .download-animated:where(.svelte-fu4fx8){margin-left:1rem}.button.button-primary.svelte-fu4fx8 .download-animated:where(.svelte-fu4fx8):after{border-bottom:2px solid var(--undpds-color-black);border-left:2px solid var(--undpds-color-black)}.button.button-primary.svelte-fu4fx8 .download-animated:where(.svelte-fu4fx8):before{background:var(--undpds-color-black)}.button.button-primary.svelte-fu4fx8:hover .download-animated:where(.svelte-fu4fx8):after{transform:rotate(-45deg) translate(7px,-7px)}.button.button-primary.svelte-fu4fx8:hover .download-animated:where(.svelte-fu4fx8):before{transform:translateY(-10px)}.button.button-primary.disabled.svelte-fu4fx8 .download-animated:where(.svelte-fu4fx8):after{border-bottom:2px solid var(--undpds-color-gray-300);border-left:2px solid var(--undpds-color-gray-300)}.button.button-primary.disabled.svelte-fu4fx8 .download-animated:where(.svelte-fu4fx8):before{background:var(--undpds-color-gray-300)}.button.button-secondary.svelte-fu4fx8{background-color:var(--undpds-color-blue-600)}.button.button-secondary.svelte-fu4fx8:hover{background-color:var(--undpds-color-blue-400)}.button.button-secondary.button-arrow.svelte-fu4fx8:after{background:url(data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2220%22%20viewBox%3D%220%200%2013%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L11%209.99781L1%2019%22%20stroke%3D%22%23EDEFF0%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E) no-repeat 0;content:"";height:20px;margin-left:var(--undpds-spacing-04);transition:.2s ease;width:13px}.button.button-secondary.button-arrow.svelte-fu4fx8:hover:after{transform:translate(70%)}.button.button-secondary.button-arrow.disabled.svelte-fu4fx8:after{background:url(data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2220%22%20viewBox%3D%220%200%2013%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L11%209.99781L1%2019%22%20stroke%3D%22%23EDEFF0%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E) no-repeat 0;content:""}.button.button-secondary.button-external-link.svelte-fu4fx8{align-items:baseline}.button.button-secondary.svelte-fu4fx8 .external-link-animated:where(.svelte-fu4fx8){box-shadow:-2px 2px 0 0 var(--undpds-color-white),-4px 0 0 -2px var(--undpds-color-white),-3px 3px 0 -1px var(--undpds-color-white);margin-left:1rem}.button.button-secondary.svelte-fu4fx8 .external-link-animated:where(.svelte-fu4fx8):before{background:var(--undpds-color-white)}.button.button-secondary.svelte-fu4fx8 .external-link-animated:where(.svelte-fu4fx8):after{border-right:2px solid var(--undpds-color-white);border-top:2px solid var(--undpds-color-white)}.button.button-secondary.svelte-fu4fx8:hover .external-link-animated:where(.svelte-fu4fx8):after{transform:translate(5px,-5px)}.button.button-secondary.svelte-fu4fx8:hover .external-link-animated:where(.svelte-fu4fx8):before{transform:rotate(-45deg) translate(7px)}.button.button-secondary.disabled.svelte-fu4fx8 .external-link-animated:where(.svelte-fu4fx8){box-shadow:-2px 2px 0 0 var(--undpds-color-gray-300),-4px 0 0 -2px var(--undpds-color-gray-300),-3px 3px 0 -1px var(--undpds-color-gray-300)}.button.button-secondary.disabled.svelte-fu4fx8 .external-link-animated:where(.svelte-fu4fx8):before{background:var(--undpds-color-gray-300)}.button.button-secondary.disabled.svelte-fu4fx8 .external-link-animated:where(.svelte-fu4fx8):after{border-right:2px solid var(--undpds-color-gray-300);border-top:2px solid var(--undpds-color-gray-300)}.button.button-secondary.button-download.svelte-fu4fx8{align-items:baseline;padding:1.25rem var(--undpds-spacing-06)}.button.button-secondary.svelte-fu4fx8 .download-animated:where(.svelte-fu4fx8){margin-left:1rem}.button.button-secondary.svelte-fu4fx8 .download-animated:where(.svelte-fu4fx8):after{border-bottom:2px solid var(--undpds-color-white);border-left:2px solid var(--undpds-color-white)}.button.button-secondary.svelte-fu4fx8 .download-animated:where(.svelte-fu4fx8):before{background:var(--undpds-color-white)}.button.button-secondary.svelte-fu4fx8:hover .download-animated:where(.svelte-fu4fx8):after{transform:rotate(-45deg) translate(7px,-7px)}.button.button-secondary.svelte-fu4fx8:hover .download-animated:where(.svelte-fu4fx8):before{transform:translateY(-10px)}.button.button-secondary.disabled.svelte-fu4fx8 .download-animated:where(.svelte-fu4fx8):after{border-bottom:2px solid var(--undpds-color-gray-300);border-left:2px solid var(--undpds-color-gray-300)}.button.button-secondary.disabled.svelte-fu4fx8 .download-animated:where(.svelte-fu4fx8):before{background:var(--undpds-color-gray-300)}.button.disabled.svelte-fu4fx8{background-color:var(--undpds-color-gray-400);color:var(--undpds-color-gray-300);pointer-events:none}.description.svelte-fu4fx8{align-items:center;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.content-card.hide-border-top.svelte-fu4fx8{border-top:2px solid rgba(0,0,0,0)}a.svelte-1yx6lo6{background-color:transparent}img.svelte-1yx6lo6{border-style:none}.svelte-1yx6lo6::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}.grid_description.svelte-1yx6lo6{font-size:var(--undpds-font-size-12)}@media (min-width: 48em){.grid_description.svelte-1yx6lo6{font-size:var(--undpds-font-size-14)}}.language__item.svelte-1yx6lo6{font-size:var(--undpds-font-size-14);line-height:1.4}@media (min-width: 48em){.language__item.svelte-1yx6lo6{font-size:var(--undpds-font-size-16)}}.language__item.svelte-1yx6lo6,.sidebar_item.svelte-1yx6lo6{border-bottom:1px solid var(--undpds-color-gray-400)}.image-figcaption__cart.svelte-1yx6lo6 img:where(.svelte-1yx6lo6),div.author__img.svelte-1yx6lo6 img:where(.svelte-1yx6lo6){height:100%;object-fit:cover;padding:0;width:100%}.breadcrumb__item.svelte-1yx6lo6{border:none}.sidebar_item.svelte-1yx6lo6{align-items:center;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;padding:var(--undpds-spacing-05);position:relative}@media (min-width: 48em){.sidebar_item.svelte-1yx6lo6{padding:var(--undpds-spacing-06)}}.sidebar_item.selected.svelte-1yx6lo6{background-color:var(--undpds-color-blue-600)}.sidebar_item.selected.svelte-1yx6lo6 h6:where(.svelte-1yx6lo6){color:var(--undpds-color-white)}.sidebar_item.selected.svelte-1yx6lo6:hover{background-color:var(--undpds-color-blue-600)}.overlay-grey.svelte-1yx6lo6:before,div.author__img.svelte-1yx6lo6:before,div.card-thumbnail__image.svelte-1yx6lo6:before,div.publication-thumbnail__image.svelte-1yx6lo6:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.breadcrumb__item.svelte-1yx6lo6{background-image:none}.scale-up.svelte-1yx6lo6{transform:scale(.9);transition:transform 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.svelte-1yx6lo6{opacity:0;transition:opacity 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.inviewport.svelte-1yx6lo6{opacity:1;transform:translate(0)}.svelte-1yx6lo6:lang(my) .language__item:where(.svelte-1yx6lo6){font-size:var(--undpds-font-size-12);line-height:1.7}@media (min-width: 48em){.svelte-1yx6lo6:lang(my) .language__item:where(.svelte-1yx6lo6){font-size:var(--undpds-font-size-14)}}.chevron-right-animated.svelte-1yx6lo6 i:where(.svelte-1yx6lo6):after,.chevron-right-animated.svelte-1yx6lo6 i:where(.svelte-1yx6lo6):before,.download-animated.svelte-1yx6lo6:after,.download-animated.svelte-1yx6lo6:before,.external-link-animated.svelte-1yx6lo6:after,.external-link-animated.svelte-1yx6lo6:before{box-sizing:border-box;content:"";display:block;position:absolute}.chevron-right-animated.svelte-1yx6lo6 i:where(.svelte-1yx6lo6){box-sizing:border-box;display:block;height:var(--undpds-spacing-05);left:1.25rem;position:relative;transition:width .3s;width:0}.chevron-right-animated.svelte-1yx6lo6 i:where(.svelte-1yx6lo6):before{background-color:var(--undpds-color-red);display:none;height:2px;right:0;top:7px;width:100%}.chevron-right-animated.svelte-1yx6lo6 i:where(.svelte-1yx6lo6):after{border-right:2px solid var(--undpds-color-red);border-top:2px solid var(--undpds-color-red);height:var(--undpds-spacing-04);right:0;top:2px;transform:rotate(45deg);width:var(--undpds-spacing-04)}.chevron-right-animated.svelte-1yx6lo6:hover i:where(.svelte-1yx6lo6){width:var(--undpds-spacing-11)}.chevron-right-animated.svelte-1yx6lo6:hover i:where(.svelte-1yx6lo6):before{display:unset}a.svelte-1yx6lo6{background-image:linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red)),linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red));background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}a.svelte-1yx6lo6:hover{animation:svelte-1yx6lo6-lineLoop-animation 2s linear infinite}.custom-scrollbar.svelte-1yx6lo6{overflow-x:auto;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:var(--undpds-color-black) transparent;scrollbar-width:thin}.custom-scrollbar.svelte-1yx6lo6::-webkit-scrollbar{border-radius:0;height:5px;width:5px}.custom-scrollbar.svelte-1yx6lo6::-webkit-scrollbar-track{background:var(--undpds-color-black);background-clip:padding-box;border:2px solid var(--undpds-color-white)}.custom-scrollbar.svelte-1yx6lo6::-webkit-scrollbar-corner{display:none}.custom-scrollbar.svelte-1yx6lo6::-webkit-scrollbar-thumb{background:var(--undpds-color-black)}.grid-container.svelte-1yx6lo6{margin-left:auto;margin-right:auto;max-width:75rem;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.svelte-1yx6lo6{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.fluid.svelte-1yx6lo6{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.fluid.svelte-1yx6lo6{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.full.svelte-1yx6lo6{margin-left:auto;margin-right:auto;max-width:100%;padding-left:0;padding-right:0}.grid-x.svelte-1yx6lo6{display:flex;flex-flow:row wrap}.cell.svelte-1yx6lo6{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto.svelte-1yx6lo6{flex:1 1 0}.cell.shrink.svelte-1yx6lo6{flex:0 0 auto}.grid-margin-x.svelte-1yx6lo6{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-x.svelte-1yx6lo6{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-padding-x.svelte-1yx6lo6 .grid-padding-x:where(.svelte-1yx6lo6){margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width: 40em){.grid-padding-x.svelte-1yx6lo6 .grid-padding-x:where(.svelte-1yx6lo6){margin-left:-.9375rem;margin-right:-.9375rem}}.small-margin-collapse.svelte-1yx6lo6,.small-padding-collapse.svelte-1yx6lo6{margin-left:0;margin-right:0}@media print,screen and (min-width: 40em){.medium-margin-collapse.svelte-1yx6lo6{margin-left:0;margin-right:0}}@media print,screen and (min-width: 40em){.medium-padding-collapse.svelte-1yx6lo6{margin-left:0;margin-right:0}}@media print,screen and (min-width: 64em){.large-margin-collapse.svelte-1yx6lo6,.large-padding-collapse.svelte-1yx6lo6{margin-left:0;margin-right:0}}.small-offset-0.svelte-1yx6lo6{margin-left:0}.small-offset-1.svelte-1yx6lo6{margin-left:8.3333333333%}.small-offset-2.svelte-1yx6lo6{margin-left:16.6666666667%}.small-offset-3.svelte-1yx6lo6{margin-left:25%}.small-offset-4.svelte-1yx6lo6{margin-left:33.3333333333%}.small-offset-5.svelte-1yx6lo6{margin-left:41.6666666667%}.small-offset-6.svelte-1yx6lo6{margin-left:50%}.small-offset-7.svelte-1yx6lo6{margin-left:58.3333333333%}.small-offset-8.svelte-1yx6lo6{margin-left:66.6666666667%}.small-offset-9.svelte-1yx6lo6{margin-left:75%}.small-offset-10.svelte-1yx6lo6{margin-left:83.3333333333%}.small-offset-11.svelte-1yx6lo6{margin-left:91.6666666667%}@media print,screen and (min-width: 40em){.medium-offset-0.svelte-1yx6lo6{margin-left:0}.medium-offset-1.svelte-1yx6lo6{margin-left:8.3333333333%}.medium-offset-2.svelte-1yx6lo6{margin-left:16.6666666667%}.medium-offset-3.svelte-1yx6lo6{margin-left:25%}.medium-offset-4.svelte-1yx6lo6{margin-left:33.3333333333%}.medium-offset-5.svelte-1yx6lo6{margin-left:41.6666666667%}.medium-offset-6.svelte-1yx6lo6{margin-left:50%}.medium-offset-7.svelte-1yx6lo6{margin-left:58.3333333333%}.medium-offset-8.svelte-1yx6lo6{margin-left:66.6666666667%}.medium-offset-9.svelte-1yx6lo6{margin-left:75%}.medium-offset-10.svelte-1yx6lo6{margin-left:83.3333333333%}.medium-offset-11.svelte-1yx6lo6{margin-left:91.6666666667%}}@media print,screen and (min-width: 64em){.large-offset-0.svelte-1yx6lo6{margin-left:0}.large-offset-1.svelte-1yx6lo6{margin-left:8.3333333333%}.large-offset-2.svelte-1yx6lo6{margin-left:16.6666666667%}.large-offset-3.svelte-1yx6lo6{margin-left:25%}.large-offset-4.svelte-1yx6lo6{margin-left:33.3333333333%}.large-offset-5.svelte-1yx6lo6{margin-left:41.6666666667%}.large-offset-6.svelte-1yx6lo6{margin-left:50%}.large-offset-7.svelte-1yx6lo6{margin-left:58.3333333333%}.large-offset-8.svelte-1yx6lo6{margin-left:66.6666666667%}.large-offset-9.svelte-1yx6lo6{margin-left:75%}.large-offset-10.svelte-1yx6lo6{margin-left:83.3333333333%}.large-offset-11.svelte-1yx6lo6{margin-left:91.6666666667%}}.grid-y.svelte-1yx6lo6{display:flex;flex-flow:column nowrap}.grid-padding-y.svelte-1yx6lo6 .grid-padding-y:where(.svelte-1yx6lo6){margin-bottom:-.625rem;margin-top:-.625rem}@media print,screen and (min-width: 40em){.grid-padding-y.svelte-1yx6lo6 .grid-padding-y:where(.svelte-1yx6lo6){margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-frame.svelte-1yx6lo6{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell.svelte-1yx6lo6 .grid-frame:where(.svelte-1yx6lo6){width:100%}.cell-block.svelte-1yx6lo6{max-width:100%;overflow-x:auto}.cell-block.svelte-1yx6lo6,.cell-block-y.svelte-1yx6lo6{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y.svelte-1yx6lo6{max-height:100%;min-height:100%;overflow-y:auto}.cell-block-container.svelte-1yx6lo6{display:flex;flex-direction:column;max-height:100%}@media print,screen and (min-width: 40em){.medium-grid-frame.svelte-1yx6lo6{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell.svelte-1yx6lo6 .medium-grid-frame:where(.svelte-1yx6lo6){width:100%}.medium-cell-block.svelte-1yx6lo6{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container.svelte-1yx6lo6{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-y.svelte-1yx6lo6{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width: 64em){.large-grid-frame.svelte-1yx6lo6{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell.svelte-1yx6lo6 .large-grid-frame:where(.svelte-1yx6lo6){width:100%}.large-cell-block.svelte-1yx6lo6{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container.svelte-1yx6lo6{display:flex;flex-direction:column;max-height:100%}.large-cell-block-y.svelte-1yx6lo6{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame.svelte-1yx6lo6{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}@media print,screen and (min-width: 40em){.grid-y.medium-grid-frame.svelte-1yx6lo6{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media print,screen and (min-width: 64em){.grid-y.large-grid-frame.svelte-1yx6lo6{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}.cell.svelte-1yx6lo6 .grid-y.grid-frame:where(.svelte-1yx6lo6){height:100%}@media print,screen and (min-width: 40em){.cell.svelte-1yx6lo6 .grid-y.medium-grid-frame:where(.svelte-1yx6lo6){height:100%}}@media print,screen and (min-width: 64em){.cell.svelte-1yx6lo6 .grid-y.large-grid-frame:where(.svelte-1yx6lo6){height:100%}}.grid-margin-y.svelte-1yx6lo6{margin-bottom:-.625rem;margin-top:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-y.svelte-1yx6lo6{margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-frame.grid-margin-y.svelte-1yx6lo6{height:calc(100vh + 1.25rem)}@media print,screen and (min-width: 40em){.grid-frame.grid-margin-y.svelte-1yx6lo6{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-frame.grid-margin-y.svelte-1yx6lo6{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 40em){.grid-margin-y.medium-grid-frame.svelte-1yx6lo6{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-y.large-grid-frame.svelte-1yx6lo6{height:calc(100vh + 1.875rem)}}.float-left.svelte-1yx6lo6{float:left!important}.float-right.svelte-1yx6lo6{float:right!important}.float-center.svelte-1yx6lo6{display:block;margin-left:auto;margin-right:auto}.clearfix.svelte-1yx6lo6:after,.clearfix.svelte-1yx6lo6:before{content:" ";display:table;flex-basis:0;order:1}.clearfix.svelte-1yx6lo6:after{clear:both}.align-left.svelte-1yx6lo6{justify-content:flex-start}.align-right.svelte-1yx6lo6{justify-content:flex-end}.align-center.svelte-1yx6lo6{justify-content:center}.align-justify.svelte-1yx6lo6{justify-content:space-between}.align-spaced.svelte-1yx6lo6{justify-content:space-around}.align-top.svelte-1yx6lo6{align-items:flex-start}.align-self-top.svelte-1yx6lo6{align-self:flex-start}.align-bottom.svelte-1yx6lo6{align-items:flex-end}.align-self-bottom.svelte-1yx6lo6{align-self:flex-end}.align-middle.svelte-1yx6lo6{align-items:center}.align-self-middle.svelte-1yx6lo6{align-self:center}.align-stretch.svelte-1yx6lo6{align-items:stretch}.align-self-stretch.svelte-1yx6lo6{align-self:stretch}.align-center-middle.svelte-1yx6lo6{align-content:center;align-items:center;justify-content:center}.small-order-1.svelte-1yx6lo6{order:1}.small-order-2.svelte-1yx6lo6{order:2}.small-order-3.svelte-1yx6lo6{order:3}.small-order-4.svelte-1yx6lo6{order:4}.small-order-5.svelte-1yx6lo6{order:5}.small-order-6.svelte-1yx6lo6{order:6}@media print,screen and (min-width: 40em){.medium-order-1.svelte-1yx6lo6{order:1}.medium-order-2.svelte-1yx6lo6{order:2}.medium-order-3.svelte-1yx6lo6{order:3}.medium-order-4.svelte-1yx6lo6{order:4}.medium-order-5.svelte-1yx6lo6{order:5}.medium-order-6.svelte-1yx6lo6{order:6}}@media print,screen and (min-width: 64em){.large-order-1.svelte-1yx6lo6{order:1}.large-order-2.svelte-1yx6lo6{order:2}.large-order-3.svelte-1yx6lo6{order:3}.large-order-4.svelte-1yx6lo6{order:4}.large-order-5.svelte-1yx6lo6{order:5}.large-order-6.svelte-1yx6lo6{order:6}}.flex-container.svelte-1yx6lo6{display:flex}.flex-child-auto.svelte-1yx6lo6{flex:1 1 auto}.flex-child-grow.svelte-1yx6lo6{flex:1 0 auto}.flex-child-shrink.svelte-1yx6lo6{flex:0 1 auto}.flex-dir-row.svelte-1yx6lo6{flex-direction:row}.flex-dir-row-reverse.svelte-1yx6lo6{flex-direction:row-reverse}.flex-dir-column.svelte-1yx6lo6{flex-direction:column}.flex-dir-column-reverse.svelte-1yx6lo6{flex-direction:column-reverse}@media print,screen and (min-width: 40em){.medium-flex-container.svelte-1yx6lo6{display:flex}.medium-flex-child-auto.svelte-1yx6lo6{flex:1 1 auto}.medium-flex-child-grow.svelte-1yx6lo6{flex:1 0 auto}.medium-flex-child-shrink.svelte-1yx6lo6{flex:0 1 auto}.medium-flex-dir-row.svelte-1yx6lo6{flex-direction:row}.medium-flex-dir-row-reverse.svelte-1yx6lo6{flex-direction:row-reverse}.medium-flex-dir-column.svelte-1yx6lo6{flex-direction:column}.medium-flex-dir-column-reverse.svelte-1yx6lo6{flex-direction:column-reverse}}@media print,screen and (min-width: 64em){.large-flex-container.svelte-1yx6lo6{display:flex}.large-flex-child-auto.svelte-1yx6lo6{flex:1 1 auto}.large-flex-child-grow.svelte-1yx6lo6{flex:1 0 auto}.large-flex-child-shrink.svelte-1yx6lo6{flex:0 1 auto}.large-flex-dir-row.svelte-1yx6lo6{flex-direction:row}.large-flex-dir-row-reverse.svelte-1yx6lo6{flex-direction:row-reverse}.large-flex-dir-column.svelte-1yx6lo6{flex-direction:column}.large-flex-dir-column-reverse.svelte-1yx6lo6{flex-direction:column-reverse}}.hide.svelte-1yx6lo6{display:none!important}.invisible.svelte-1yx6lo6{visibility:hidden}.visible.svelte-1yx6lo6{visibility:visible}@media print,screen and (max-width: 39.99875em){.hide-for-small-only.svelte-1yx6lo6{display:none!important}}@media screen and (max-width: 0em),screen and (min-width: 40em){.show-for-small-only.svelte-1yx6lo6{display:none!important}}@media print,screen and (min-width: 40em){.hide-for-medium.svelte-1yx6lo6{display:none!important}}@media screen and (max-width: 39.99875em){.show-for-medium.svelte-1yx6lo6{display:none!important}}@media print,screen and (min-width: 40em) and (max-width: 63.99875em){.hide-for-medium-only.svelte-1yx6lo6{display:none!important}}@media screen and (max-width: 39.99875em),screen and (min-width: 64em){.show-for-medium-only.svelte-1yx6lo6{display:none!important}}@media print,screen and (min-width: 64em){.hide-for-large.svelte-1yx6lo6{display:none!important}}@media screen and (max-width: 63.99875em){.show-for-large.svelte-1yx6lo6{display:none!important}}@media print,screen and (min-width: 64em) and (max-width: 74.99875em){.hide-for-large-only.svelte-1yx6lo6{display:none!important}}@media screen and (max-width: 63.99875em),screen and (min-width: 75em){.show-for-large-only.svelte-1yx6lo6{display:none!important}}.show-for-sr.svelte-1yx6lo6,.show-on-focus.svelte-1yx6lo6{height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.show-on-focus.svelte-1yx6lo6:active,.show-on-focus.svelte-1yx6lo6:focus{height:auto!important;overflow:visible!important;position:static!important;width:auto!important;clip:auto!important;white-space:normal!important}.hide-for-portrait.svelte-1yx6lo6,.show-for-landscape.svelte-1yx6lo6{display:block!important}@media screen and (orientation: landscape){.hide-for-portrait.svelte-1yx6lo6,.show-for-landscape.svelte-1yx6lo6{display:block!important}}@media screen and (orientation: portrait){.hide-for-portrait.svelte-1yx6lo6,.show-for-landscape.svelte-1yx6lo6{display:none!important}}.hide-for-landscape.svelte-1yx6lo6,.show-for-portrait.svelte-1yx6lo6{display:none!important}@media screen and (orientation: landscape){.hide-for-landscape.svelte-1yx6lo6,.show-for-portrait.svelte-1yx6lo6{display:none!important}}@media screen and (orientation: portrait){.hide-for-landscape.svelte-1yx6lo6,.show-for-portrait.svelte-1yx6lo6{display:block!important}}.show-for-dark-mode.svelte-1yx6lo6{display:none}.hide-for-dark-mode.svelte-1yx6lo6{display:block}@media screen and (prefers-color-scheme: dark){.show-for-dark-mode.svelte-1yx6lo6{display:block!important}.hide-for-dark-mode.svelte-1yx6lo6{display:none!important}}.show-for-ie.svelte-1yx6lo6{display:none}@media (-ms-high-contrast: active),(-ms-high-contrast: none){.show-for-ie.svelte-1yx6lo6{display:block!important}.hide-for-ie.svelte-1yx6lo6{display:none!important}}.show-for-sticky.svelte-1yx6lo6{display:none}.is-stuck.svelte-1yx6lo6 .show-for-sticky:where(.svelte-1yx6lo6){display:block}.is-stuck.svelte-1yx6lo6 .hide-for-sticky:where(.svelte-1yx6lo6){display:none}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}.svelte-1yx6lo6:lang(my) div:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(my) h5:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(my) h6:where(.svelte-1yx6lo6){font-family:var(--undpds-font-family-notosans-burmese);line-height:1.7}.svelte-1yx6lo6:lang(my) h5:where(.svelte-1yx6lo6){font-size:var(--undpds-font-size-20)}@media (min-width: 48em){.svelte-1yx6lo6:lang(my) h5:where(.svelte-1yx6lo6){font-size:1.375rem}}.svelte-1yx6lo6:lang(bn) div:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(bn) h5:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(bn) h6:where(.svelte-1yx6lo6){font-family:var(--undpds-font-family-unbangla)}.svelte-1yx6lo6:lang(ar) div:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(ar) h5:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(ar) h6:where(.svelte-1yx6lo6){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-1yx6lo6:lang(az) div:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(az) h5:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(az) h6:where(.svelte-1yx6lo6){font-family:var(--undpds-font-family-notosans)}.svelte-1yx6lo6:lang(zh) div:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(zh) h5:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(zh) h6:where(.svelte-1yx6lo6){font-family:var(--undpds-font-family-notosans-chinese)}.svelte-1yx6lo6:lang(ja) div:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(ja) h5:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(ja) h6:where(.svelte-1yx6lo6){font-family:var(--undpds-font-family-notosans-japanese)}.svelte-1yx6lo6:lang(ja) div:where(.svelte-1yx6lo6){font-weight:350}.svelte-1yx6lo6:lang(ka) div:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(ka) h5:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(ka) h6:where(.svelte-1yx6lo6){font-family:var(--undpds-font-family-notosans-georgian)}.svelte-1yx6lo6:lang(km) div:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(km) h5:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(km) h6:where(.svelte-1yx6lo6){font-family:var(--undpds-font-family-notosans-khmer)}.svelte-1yx6lo6:lang(ko) div:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(ko) h5:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(ko) h6:where(.svelte-1yx6lo6){font-family:var(--undpds-font-family-notosans-korean)}.svelte-1yx6lo6:lang(ku) div:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(ku) h5:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(ku) h6:where(.svelte-1yx6lo6){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-1yx6lo6:lang(ne) div:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(ne) h5:where(.svelte-1yx6lo6),.svelte-1yx6lo6:lang(ne) h6:where(.svelte-1yx6lo6){font-family:var(--undpds-font-family-notosans)}h5.svelte-1yx6lo6,h6.svelte-1yx6lo6{margin:0;margin-bottom:var(--undpds-spacing-04);padding:0}@media (min-width: 48em){h5.svelte-1yx6lo6,h6.svelte-1yx6lo6{margin-bottom:var(--undpds-spacing-05)}}h5.svelte-1yx6lo6{font-size:var(--undpds-font-size-20);font-weight:400;line-height:1.15}@media (min-width: 48em){h5.svelte-1yx6lo6{font-size:var(--undpds-font-size-25)}}h6.svelte-1yx6lo6{font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03rem;line-height:1.15;text-transform:uppercase}@keyframes svelte-1yx6lo6-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}a.svelte-1yx6lo6{color:var(--undpds-color-black);text-decoration:none}.color-white.svelte-1yx6lo6{color:var(--undpds-color-white)}.color-black.svelte-1yx6lo6{color:var(--undpds-color-black)}.show-large.svelte-1yx6lo6{display:none}@media (min-width: 48em){.show-large.svelte-1yx6lo6{display:block}}.show-small.svelte-1yx6lo6{display:block}@media (min-width: 48em){.show-small.svelte-1yx6lo6{display:none}}.height-full.svelte-1yx6lo6{height:100%}.overlay-grey.svelte-1yx6lo6:before{background:#0003}.delay-1.svelte-1yx6lo6{transition-delay:.1s}.delay-2.svelte-1yx6lo6{transition-delay:.2s}.delay-3.svelte-1yx6lo6{transition-delay:.3s}.delay-4.svelte-1yx6lo6{transition-delay:.4s}.delay-5.svelte-1yx6lo6{transition-delay:.5s}.scale-up.inviewport.svelte-1yx6lo6{transform:scale(1)}.expand-to-size.svelte-1yx6lo6{max-width:calc(100% - 1.5rem)}@media (min-width: 48em){.expand-to-size.svelte-1yx6lo6{max-width:calc(100% - 3rem)}}.overflow-hidden.svelte-1yx6lo6{overflow:hidden}.background-yellow.svelte-1yx6lo6{background-color:var(--undpds-color-light-yellow)}.background-red.svelte-1yx6lo6{background-color:var(--undpds-color-light-red)}.background-green.svelte-1yx6lo6{background-color:var(--undpds-color-light-green)}.background-blue.svelte-1yx6lo6{background-color:var(--undpds-color-blue-100)}.background-gray.svelte-1yx6lo6{background-color:var(--undpds-color-gray-100)}.background-white.svelte-1yx6lo6{background-color:var(--undpds-color-white)}.accent-yellow.svelte-1yx6lo6 .card-thumbnail__image:where(.svelte-1yx6lo6):hover:before,.yellow.svelte-1yx6lo6 .card-thumbnail__image:where(.svelte-1yx6lo6):hover:before{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow.svelte-1yx6lo6 .author__img:where(.svelte-1yx6lo6):hover:before,.yellow.svelte-1yx6lo6 .author__img:where(.svelte-1yx6lo6):hover:before{background:linear-gradient(45deg,rgba(255,235,0,.8),transparent 53%)}.accent-yellow.svelte-1yx6lo6 .publication-thumbnail__image:where(.svelte-1yx6lo6):hover:after,.yellow.svelte-1yx6lo6 .publication-thumbnail__image:where(.svelte-1yx6lo6):hover:after{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow.svelte-1yx6lo6 .stats-panel:where(.svelte-1yx6lo6):hover:after,.yellow.svelte-1yx6lo6 .stats-panel:where(.svelte-1yx6lo6):hover:after{background:linear-gradient(0deg,rgba(255,235,0,.8),transparent 140%)}.accent-yellow.svelte-1yx6lo6 .feature__card-slide:where(.svelte-1yx6lo6):before,.yellow.svelte-1yx6lo6 .feature__card-slide:where(.svelte-1yx6lo6):before{background:linear-gradient(45deg,rgba(255,235,0,.8),transparent 67%)}.accent-red.svelte-1yx6lo6 .card-thumbnail__image:where(.svelte-1yx6lo6):hover:before,.red.svelte-1yx6lo6 .card-thumbnail__image:where(.svelte-1yx6lo6):hover:before{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red.svelte-1yx6lo6 .author__img:where(.svelte-1yx6lo6):hover:before,.red.svelte-1yx6lo6 .author__img:where(.svelte-1yx6lo6):hover:before{background:linear-gradient(45deg,rgba(230,45,45,.78),transparent 53%)}.accent-red.svelte-1yx6lo6 .publication-thumbnail__image:where(.svelte-1yx6lo6):hover:after,.red.svelte-1yx6lo6 .publication-thumbnail__image:where(.svelte-1yx6lo6):hover:after{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red.svelte-1yx6lo6 .stats-panel:where(.svelte-1yx6lo6):hover:after,.red.svelte-1yx6lo6 .stats-panel:where(.svelte-1yx6lo6):hover:after{background:linear-gradient(0deg,rgba(230,45,45,.78),transparent 140%)}.accent-red.svelte-1yx6lo6 .feature__card-slide:where(.svelte-1yx6lo6):before,.red.svelte-1yx6lo6 .feature__card-slide:where(.svelte-1yx6lo6):before{background:linear-gradient(45deg,rgba(230,45,45,.78),transparent 67%)}.accent-green.svelte-1yx6lo6 .card-thumbnail__image:where(.svelte-1yx6lo6):hover:before,.green.svelte-1yx6lo6 .card-thumbnail__image:where(.svelte-1yx6lo6):hover:before{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green.svelte-1yx6lo6 .author__img:where(.svelte-1yx6lo6):hover:before,.green.svelte-1yx6lo6 .author__img:where(.svelte-1yx6lo6):hover:before{background:linear-gradient(45deg,rgba(92,222,83,.82),transparent 53%)}.accent-green.svelte-1yx6lo6 .publication-thumbnail__image:where(.svelte-1yx6lo6):hover:after,.green.svelte-1yx6lo6 .publication-thumbnail__image:where(.svelte-1yx6lo6):hover:after{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green.svelte-1yx6lo6 .stats-panel:where(.svelte-1yx6lo6):hover:after,.green.svelte-1yx6lo6 .stats-panel:where(.svelte-1yx6lo6):hover:after{background:linear-gradient(0deg,rgba(92,222,83,.82),transparent 140%)}.accent-green.svelte-1yx6lo6 .feature__card-slide:where(.svelte-1yx6lo6):before,.green.svelte-1yx6lo6 .feature__card-slide:where(.svelte-1yx6lo6):before{background:linear-gradient(45deg,rgba(92,222,83,.82),transparent 67%)}.accent-blue.svelte-1yx6lo6 .card-thumbnail__image:where(.svelte-1yx6lo6):hover:before,.blue.svelte-1yx6lo6 .card-thumbnail__image:where(.svelte-1yx6lo6):hover:before{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue.svelte-1yx6lo6 .author__img:where(.svelte-1yx6lo6):hover:before,.blue.svelte-1yx6lo6 .author__img:where(.svelte-1yx6lo6):hover:before{background:linear-gradient(45deg,rgba(94,232,246,.82),transparent 53%)}.accent-blue.svelte-1yx6lo6 .publication-thumbnail__image:where(.svelte-1yx6lo6):hover:after,.blue.svelte-1yx6lo6 .publication-thumbnail__image:where(.svelte-1yx6lo6):hover:after{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue.svelte-1yx6lo6 .stats-panel:where(.svelte-1yx6lo6):hover:after,.blue.svelte-1yx6lo6 .stats-panel:where(.svelte-1yx6lo6):hover:after{background:linear-gradient(0deg,rgba(94,232,246,.82),transparent 140%)}.accent-blue.svelte-1yx6lo6 .feature__card-slide:where(.svelte-1yx6lo6):before,.blue.svelte-1yx6lo6 .feature__card-slide:where(.svelte-1yx6lo6):before{background:linear-gradient(45deg,rgba(94,232,246,.82),transparent 67%)}.accent-yellow.svelte-1yx6lo6 .stats-card:where(.svelte-1yx6lo6):hover,.yellow.svelte-1yx6lo6 .stats-card:where(.svelte-1yx6lo6):hover{background-color:var(--undpds-color-yellow)}.accent-yellow.svelte-1yx6lo6 .progress-bar:where(.svelte-1yx6lo6),.yellow.svelte-1yx6lo6 .progress-bar:where(.svelte-1yx6lo6){background:var(--undpds-color-yellow)}.accent-yellow.svelte-1yx6lo6 .blockquote:where(.svelte-1yx6lo6),.accent-yellow.svelte-1yx6lo6 .content-card.card:where(.svelte-1yx6lo6):hover,.yellow.svelte-1yx6lo6 .blockquote:where(.svelte-1yx6lo6),.yellow.svelte-1yx6lo6 .content-card.card:where(.svelte-1yx6lo6):hover{background-color:var(--undpds-color-yellow)}.accent-yellow.svelte-1yx6lo6 .content-card.card-color:where(.svelte-1yx6lo6):hover,.accent-yellow.svelte-1yx6lo6 .content-card.card-emphasize:where(.svelte-1yx6lo6):hover,.yellow.svelte-1yx6lo6 .content-card.card-color:where(.svelte-1yx6lo6):hover,.yellow.svelte-1yx6lo6 .content-card.card-emphasize:where(.svelte-1yx6lo6):hover{background-color:var(--undpds-color-yellow)}.accent-yellow.svelte-1yx6lo6 .feature__card-slide:where(.svelte-1yx6lo6),.yellow.svelte-1yx6lo6 .feature__card-slide:where(.svelte-1yx6lo6){background:var(--undpds-color-yellow)}.accent-red.svelte-1yx6lo6 .stats-card:where(.svelte-1yx6lo6):hover,.red.svelte-1yx6lo6 .stats-card:where(.svelte-1yx6lo6):hover{background-color:var(--undpds-color-red)}.accent-red.svelte-1yx6lo6 .progress-bar:where(.svelte-1yx6lo6),.red.svelte-1yx6lo6 .progress-bar:where(.svelte-1yx6lo6){background:var(--undpds-color-red)}.accent-red.svelte-1yx6lo6 .blockquote:where(.svelte-1yx6lo6),.accent-red.svelte-1yx6lo6 .content-card.card:where(.svelte-1yx6lo6):hover,.red.svelte-1yx6lo6 .blockquote:where(.svelte-1yx6lo6),.red.svelte-1yx6lo6 .content-card.card:where(.svelte-1yx6lo6):hover{background-color:var(--undpds-color-red)}.accent-red.svelte-1yx6lo6 .content-card.card-color:where(.svelte-1yx6lo6):hover,.accent-red.svelte-1yx6lo6 .content-card.card-emphasize:where(.svelte-1yx6lo6):hover,.red.svelte-1yx6lo6 .content-card.card-color:where(.svelte-1yx6lo6):hover,.red.svelte-1yx6lo6 .content-card.card-emphasize:where(.svelte-1yx6lo6):hover{background-color:var(--undpds-color-red)}.accent-red.svelte-1yx6lo6 .feature__card-slide:where(.svelte-1yx6lo6),.red.svelte-1yx6lo6 .feature__card-slide:where(.svelte-1yx6lo6){background:var(--undpds-color-red)}.accent-green.svelte-1yx6lo6 .stats-card:where(.svelte-1yx6lo6):hover,.green.svelte-1yx6lo6 .stats-card:where(.svelte-1yx6lo6):hover{background-color:var(--undpds-color-green)}.accent-green.svelte-1yx6lo6 .progress-bar:where(.svelte-1yx6lo6),.green.svelte-1yx6lo6 .progress-bar:where(.svelte-1yx6lo6){background:var(--undpds-color-green)}.accent-green.svelte-1yx6lo6 .blockquote:where(.svelte-1yx6lo6),.accent-green.svelte-1yx6lo6 .content-card.card:where(.svelte-1yx6lo6):hover,.green.svelte-1yx6lo6 .blockquote:where(.svelte-1yx6lo6),.green.svelte-1yx6lo6 .content-card.card:where(.svelte-1yx6lo6):hover{background-color:var(--undpds-color-green)}.accent-green.svelte-1yx6lo6 .content-card.card-color:where(.svelte-1yx6lo6):hover,.accent-green.svelte-1yx6lo6 .content-card.card-emphasize:where(.svelte-1yx6lo6):hover,.green.svelte-1yx6lo6 .content-card.card-color:where(.svelte-1yx6lo6):hover,.green.svelte-1yx6lo6 .content-card.card-emphasize:where(.svelte-1yx6lo6):hover{background-color:var(--undpds-color-green)}.accent-green.svelte-1yx6lo6 .feature__card-slide:where(.svelte-1yx6lo6),.green.svelte-1yx6lo6 .feature__card-slide:where(.svelte-1yx6lo6){background:var(--undpds-color-green)}.accent-blue.svelte-1yx6lo6 .stats-card:where(.svelte-1yx6lo6):hover,.blue.svelte-1yx6lo6 .stats-card:where(.svelte-1yx6lo6):hover{background-color:var(--undpds-color-azure)}.accent-blue.svelte-1yx6lo6 .progress-bar:where(.svelte-1yx6lo6),.blue.svelte-1yx6lo6 .progress-bar:where(.svelte-1yx6lo6){background:var(--undpds-color-azure)}.accent-blue.svelte-1yx6lo6 .blockquote:where(.svelte-1yx6lo6),.accent-blue.svelte-1yx6lo6 .content-card.card:where(.svelte-1yx6lo6):hover,.blue.svelte-1yx6lo6 .blockquote:where(.svelte-1yx6lo6),.blue.svelte-1yx6lo6 .content-card.card:where(.svelte-1yx6lo6):hover{background-color:var(--undpds-color-azure)}.accent-blue.svelte-1yx6lo6 .content-card.card-color:where(.svelte-1yx6lo6):hover,.accent-blue.svelte-1yx6lo6 .content-card.card-emphasize:where(.svelte-1yx6lo6):hover,.blue.svelte-1yx6lo6 .content-card.card-color:where(.svelte-1yx6lo6):hover,.blue.svelte-1yx6lo6 .content-card.card-emphasize:where(.svelte-1yx6lo6):hover{background-color:var(--undpds-color-azure)}.accent-blue.svelte-1yx6lo6 .feature__card-slide:where(.svelte-1yx6lo6),.blue.svelte-1yx6lo6 .feature__card-slide:where(.svelte-1yx6lo6){background:var(--undpds-color-azure)}.accent-yellow.svelte-1yx6lo6 .content-card.card-emphasize:where(.svelte-1yx6lo6),.yellow.svelte-1yx6lo6 .content-card.card-emphasize:where(.svelte-1yx6lo6){background-color:var(--undpds-color-light-yellow)}.accent-red.svelte-1yx6lo6 .content-card.card-emphasize:where(.svelte-1yx6lo6),.red.svelte-1yx6lo6 .content-card.card-emphasize:where(.svelte-1yx6lo6){background-color:var(--undpds-color-light-red)}.accent-green.svelte-1yx6lo6 .content-card.card-emphasize:where(.svelte-1yx6lo6),.green.svelte-1yx6lo6 .content-card.card-emphasize:where(.svelte-1yx6lo6){background-color:var(--undpds-color-light-green)}.accent-blue.svelte-1yx6lo6 .content-card.card-emphasize:where(.svelte-1yx6lo6),.blue.svelte-1yx6lo6 .content-card.card-emphasize:where(.svelte-1yx6lo6){background-color:var(--undpds-color-light-azure)}div.card-thumbnail__image.svelte-1yx6lo6{display:inline-flex;position:relative}div.card-thumbnail__image.svelte-1yx6lo6:before{opacity:0;transition:all .6s}div.card-thumbnail__image.svelte-1yx6lo6:hover:before{opacity:.75}div.card-thumbnail__image:hover.accent-yellow.svelte-1yx6lo6:before,div.card-thumbnail__image:hover.yellow.svelte-1yx6lo6:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}div.card-thumbnail__image:hover.accent-red.svelte-1yx6lo6:before,div.card-thumbnail__image:hover.red.svelte-1yx6lo6:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}div.card-thumbnail__image:hover.accent-green.svelte-1yx6lo6:before,div.card-thumbnail__image:hover.green.svelte-1yx6lo6:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}div.card-thumbnail__image:hover.accent-blue.svelte-1yx6lo6:before,div.card-thumbnail__image:hover.blue.svelte-1yx6lo6:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}div.publication-thumbnail__image.svelte-1yx6lo6{background:linear-gradient(180deg,#c9d0d6 70%,#c9d0d6 0,#414648 70.5%,#9ea5ac 0,#9ea5ac);display:inline-flex;padding:2.188rem 2.938rem;position:relative;z-index:1}div.publication-thumbnail__image.svelte-1yx6lo6:before{background:#7b8085;border-radius:21%;bottom:37px;content:"";filter:blur(4px);height:27px;left:32px;position:absolute;right:20px;transform:skew(64deg);width:calc(100% - 100px);z-index:-2}div.publication-thumbnail__image.svelte-1yx6lo6:after{opacity:0;transition:all .6s;z-index:1}div.publication-thumbnail__image.svelte-1yx6lo6:hover:after{opacity:.75}div.publication-thumbnail__image:hover.accent-yellow.svelte-1yx6lo6:after,div.publication-thumbnail__image:hover.yellow.svelte-1yx6lo6:after{background:linear-gradient(27.66deg,var(--undpds-color-yellow),transparent 70.49%)}div.publication-thumbnail__image:hover.accent-red.svelte-1yx6lo6:after,div.publication-thumbnail__image:hover.red.svelte-1yx6lo6:after{background:linear-gradient(27.66deg,var(--undpds-color-red),transparent 70.49%)}div.publication-thumbnail__image:hover.accent-green.svelte-1yx6lo6:after,div.publication-thumbnail__image:hover.green.svelte-1yx6lo6:after{background:linear-gradient(27.66deg,var(--undpds-color-green),transparent 70.49%)}div.publication-thumbnail__image:hover.accent-blue.svelte-1yx6lo6:after,div.publication-thumbnail__image:hover.blue.svelte-1yx6lo6:after{background:linear-gradient(27.66deg,var(--undpds-color-azure),transparent 70.49%)}.color-wrapper.svelte-1yx6lo6{display:block}@media (min-width: 48em){.color-wrapper.svelte-1yx6lo6{display:flex;flex-wrap:wrap;justify-content:space-around}}.color__row.svelte-1yx6lo6{width:100%}@media (min-width: 48em){.color__row.svelte-1yx6lo6{width:calc(50% - 10px)}}.color__row.full.svelte-1yx6lo6{width:100%}.color__row.svelte-1yx6lo6 .color__title:where(.svelte-1yx6lo6){color:var(--undpds-color-black);font-size:.813rem;min-height:28px}@media (min-width: 48em){.color__row.svelte-1yx6lo6 .color__title:where(.svelte-1yx6lo6){font-size:var(--undpds-font-size-16)}}.color__row.svelte-1yx6lo6 .color__define_wrapper:where(.svelte-1yx6lo6){display:block}.Primary-text.svelte-1yx6lo6{color:var(--undpds-color-black);font-size:var(--undpds-font-size-12);margin-top:-1.538rem;text-align:center}@media (min-width: 48em){.Primary-text.svelte-1yx6lo6{margin-top:-1.55rem}}.color__define.svelte-1yx6lo6{display:flex;margin-bottom:1.25rem}.color__define.svelte-1yx6lo6 .color__name:where(.svelte-1yx6lo6){flex-basis:0;flex-grow:1;margin:var(--undpds-spacing-03) 0;text-align:center}@media (min-width: 48em){.color__define.svelte-1yx6lo6 .color__name:where(.svelte-1yx6lo6){flex-basis:0;flex-grow:1}}.color__define_balance.svelte-1yx6lo6{display:flex;width:100%}.color__define_balance.svelte-1yx6lo6 .color__name:where(.svelte-1yx6lo6){margin:var(--undpds-spacing-03) 0;text-align:center}.color__define_balance.svelte-1yx6lo6 .color__name.bl-1:where(.svelte-1yx6lo6){height:75px;width:45%}.color__define_balance.svelte-1yx6lo6 .color__name.bl-2:where(.svelte-1yx6lo6){height:75px;width:12%}.color__define_balance.svelte-1yx6lo6 .color__name.bl-3:where(.svelte-1yx6lo6){height:75px;width:15%}.color__define_balance.svelte-1yx6lo6 .color__name.bl-4:where(.svelte-1yx6lo6){height:75px;width:18%}.color__define_balance.svelte-1yx6lo6 .color__name.bl-5:where(.svelte-1yx6lo6){height:75px;width:8%}.color__define_balance.svelte-1yx6lo6 .color__name.bl-6:where(.svelte-1yx6lo6){height:75px;width:5%}.icon--bar.svelte-1yx6lo6{cursor:pointer}.chevron-right-animated.svelte-1yx6lo6{display:inline-block;max-width:6rem;width:100%}.external-link-animated.svelte-1yx6lo6{box-shadow:-2px 2px 0 0 var(--undpds-color-dark-red),-4px 0 0 -2px var(--undpds-color-dark-red),-3px 3px 0 -1px var(--undpds-color-dark-red);box-sizing:border-box;cursor:pointer;display:inline-block;height:var(--undpds-spacing-04);margin-inline-start:-2px;position:relative;width:var(--undpds-spacing-04)}.external-link-animated.svelte-1yx6lo6:before{background:var(--undpds-color-dark-red);height:2px;inset-block-start:3.5px;inset-inline-end:0;transform:rotate(-45deg) translate(0);transition:all .3s;width:.625rem}.external-link-animated.svelte-1yx6lo6:after{border-block-start:2px solid var(--undpds-color-dark-red);border-inline-end:2px solid var(--undpds-color-dark-red);height:var(--undpds-spacing-03);inset-block-start:0;inset-inline-end:0;transform:translate(0);transition:transform .3s;width:var(--undpds-spacing-03)}.external-link-animated.svelte-1yx6lo6:hover:after{transform:translate(5px,-5px)}.external-link-animated.svelte-1yx6lo6:hover:before{transform:rotate(-45deg) translate(7px)}.download-animated.svelte-1yx6lo6{align-items:flex-end;box-sizing:border-box;cursor:pointer;display:flex;height:12px;position:relative}.download-animated.svelte-1yx6lo6 i:where(.svelte-1yx6lo6){border:2px solid var(--undpds-color-dark-red);border-block-start:0;box-sizing:content-box;display:block;height:6px;width:1.125rem}.download-animated.svelte-1yx6lo6:after{border-block-end:2px solid var(--undpds-color-dark-red);border-inline-start:2px solid var(--undpds-color-dark-red);height:8px;inset-block-end:6px;inset-inline-start:7px;transform:rotate(-45deg) translate(0);transition:all .3s;width:8px}.download-animated.svelte-1yx6lo6:before{background:var(--undpds-color-dark-red);height:10px;inset-block-end:7px;inset-inline-start:10px;transform:translate(0);transition:all .3s;width:2px}.download-animated.svelte-1yx6lo6:hover:after{transform:rotate(-45deg) translate(7px,-7px)}.download-animated.svelte-1yx6lo6:hover:before{transform:translateY(-10px)}.icons-container.svelte-1yx6lo6{display:flex;flex-wrap:wrap}div.author__img.svelte-1yx6lo6{height:80px;min-width:80px;position:relative;width:80px}div.author__img.svelte-1yx6lo6,div.author__img.svelte-1yx6lo6:before{border-radius:var(--undpds-author-image-radius);overflow:hidden}div.author__img.svelte-1yx6lo6:before{opacity:0;transition:all .6s}div.author__img.svelte-1yx6lo6:hover:before{opacity:.75}div.author__img:hover.accent-yellow.svelte-1yx6lo6:before,div.author__img:hover.yellow.svelte-1yx6lo6:before,div.author__img.svelte-1yx6lo6:hover:before{background:linear-gradient(45deg,var(--undpds-color-yellow),transparent 53%)}div.author__img:hover.accent-red.svelte-1yx6lo6:before,div.author__img:hover.red.svelte-1yx6lo6:before{background:linear-gradient(45deg,var(--undpds-color-red),transparent 53%)}div.author__img:hover.accent-green.svelte-1yx6lo6:before,div.author__img:hover.green.svelte-1yx6lo6:before{background:linear-gradient(45deg,var(--undpds-color-green),transparent 53%)}div.author__img:hover.accent-blue.svelte-1yx6lo6:before,div.author__img:hover.blue.svelte-1yx6lo6:before{background:linear-gradient(45deg,var(--undpds-color-azure),transparent 53%)}div.author__img.large.svelte-1yx6lo6{height:180px;width:180px}div.author__img.large.svelte-1yx6lo6:before{height:180px}img.svelte-1yx6lo6{height:auto;max-width:100%}.image-figcaption__cart.svelte-1yx6lo6 img:where(.svelte-1yx6lo6){display:block}.credits.svelte-1yx6lo6{font-size:var(--undpds-font-size-14);line-height:1.4;margin-left:auto}@container (width > 30em){.credits.svelte-1yx6lo6{font-size:var(--undpds-font-size-16)}}.grid_name.svelte-1yx6lo6{color:var(--undpds-color-black);font-size:1.375rem;margin-bottom:var(--undpds-spacing-05);margin-top:var(--undpds-spacing-05);min-height:28px}@media (max-width: 47.9375em){.grid_name.svelte-1yx6lo6{font-size:1.625rem}}.grid_name.svelte-1yx6lo6 span:where(.svelte-1yx6lo6){font-size:var(--undpds-font-size-14)}.grid_description.svelte-1yx6lo6{color:var(--undpds-color-black);margin-bottom:1.25rem}.grid--layout.svelte-1yx6lo6{background-color:var(--undpds-color-gray-300);height:var(--undpds-spacing-09);margin-bottom:var(--undpds-spacing-03)}.grid--layout.svelte-1yx6lo6:nth-child(odd){background-color:var(--undpds-color-gray-200)}.grid--layout.svelte-1yx6lo6 .column:where(.svelte-1yx6lo6){font-size:.813rem;padding:.625rem}.spacing__define.svelte-1yx6lo6 .spacing__name:where(.svelte-1yx6lo6){display:flex;flex-direction:row;flex-wrap:nowrap;width:100%}.breadcrumb__item.svelte-1yx6lo6{background-image:none;color:var(--undpds-color-dark-red);font-size:var(--undpds-font-size-12);font-weight:600;text-transform:uppercase}.breadcrumb__item.svelte-1yx6lo6:hover{color:var(--undpds-color-red)}.svelte-1yx6lo6:lang(ro) .breadcrumb__item:where(.svelte-1yx6lo6){font-weight:700}.language__item.svelte-1yx6lo6{display:inline-block;line-height:.9;min-width:100px;padding:var(--undpds-spacing-04) var(--undpds-spacing-05)}.progress-container.svelte-1yx6lo6{background:var(--undpds-color-gray-300);height:.75rem;width:100%}@media (min-width: 48em){.progress-container.svelte-1yx6lo6{height:1rem}}.progress-container.svelte-1yx6lo6 .progress-bar:where(.svelte-1yx6lo6){background:var(--undpds-color-yellow)}.progress-container.small.svelte-1yx6lo6{height:.625rem}@media (min-width: 48em){.progress-container.small.svelte-1yx6lo6{height:.75rem}}.progress-container.small.svelte-1yx6lo6 .progress-bar:where(.svelte-1yx6lo6){height:.625rem}@media (min-width: 48em){.progress-container.small.svelte-1yx6lo6 .progress-bar:where(.svelte-1yx6lo6){height:.75rem}}.progress-container.accent-yellow.svelte-1yx6lo6 .progress-bar:where(.svelte-1yx6lo6),.progress-container.yellow.svelte-1yx6lo6 .progress-bar:where(.svelte-1yx6lo6){background:var(--undpds-color-yellow)}.progress-container.accent-red.svelte-1yx6lo6 .progress-bar:where(.svelte-1yx6lo6),.progress-container.red.svelte-1yx6lo6 .progress-bar:where(.svelte-1yx6lo6){background:var(--undpds-color-red)}.progress-container.accent-green.svelte-1yx6lo6 .progress-bar:where(.svelte-1yx6lo6),.progress-container.green.svelte-1yx6lo6 .progress-bar:where(.svelte-1yx6lo6){background:var(--undpds-color-green)}.progress-container.accent-blue.svelte-1yx6lo6 .progress-bar:where(.svelte-1yx6lo6),.progress-container.blue.svelte-1yx6lo6 .progress-bar:where(.svelte-1yx6lo6){background:var(--undpds-color-azure)}.progress-bar.svelte-1yx6lo6{height:.75rem;min-width:1%;position:fixed;transition:width .2s linear;width:34%;z-index:1}@media (min-width: 48em){.progress-bar.svelte-1yx6lo6{height:1rem}}.progress-top.svelte-1yx6lo6{top:0}.sidebar_item.svelte-1yx6lo6:hover{background-color:var(--undpds-color-gray-200)}.sidebar_item.open.svelte-1yx6lo6 .arrow:where(.svelte-1yx6lo6){transform:rotate(180deg);transition:all .1s ease}.sidebar_item.svelte-1yx6lo6 h6:where(.svelte-1yx6lo6){margin-bottom:0}.scroll.svelte-1yx6lo6{overflow-x:auto}.form-check.svelte-1yx6lo6{align-items:center;display:flex;position:relative}.cta__link.svelte-1yx6lo6{align-items:center;background:transparent;border:none;cursor:pointer;display:block;display:flex;font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03em;line-height:1;text-transform:uppercase}@media (min-width: 48em){.cta__link.svelte-1yx6lo6{display:inline-flex}}.cta__link.cta--space.svelte-1yx6lo6:after{content:"";height:1.188rem;margin-left:var(--undpds-spacing-04);margin-top:2px;width:.813rem}@media (min-width: 48em){.cta__link.cta--space.svelte-1yx6lo6:after{margin-top:0}}.cta__link.svelte-1yx6lo6{background-image:none}.svelte-1yx6lo6:lang(my) .cta__link:where(.svelte-1yx6lo6){font-size:var(--undpds-font-size-14)}.cta__link.cta--arrow.svelte-1yx6lo6 i:where(.svelte-1yx6lo6):after,.cta__link.cta--arrow.svelte-1yx6lo6 i:where(.svelte-1yx6lo6):before{box-sizing:border-box;content:"";display:block;position:absolute}.cta__link.cta--arrow.svelte-1yx6lo6 i:where(.svelte-1yx6lo6){box-sizing:border-box;display:block;height:var(--undpds-spacing-05);left:1.25rem;position:relative;transition:width .3s;width:0}.cta__link.cta--arrow.svelte-1yx6lo6 i:where(.svelte-1yx6lo6):before{background-color:var(--undpds-color-red);display:none;height:2px;right:0;top:7px;width:100%}.cta__link.cta--arrow.svelte-1yx6lo6 i:where(.svelte-1yx6lo6):after{border-right:2px solid var(--undpds-color-red);border-top:2px solid var(--undpds-color-red);height:var(--undpds-spacing-04);right:0;top:2px;transform:rotate(45deg);width:var(--undpds-spacing-04)}.cta__link.cta--arrow.svelte-1yx6lo6:hover i:where(.svelte-1yx6lo6){width:var(--undpds-spacing-11)}.cta__link.cta--arrow.svelte-1yx6lo6:hover i:where(.svelte-1yx6lo6):before{display:unset}.cta__link.svelte-1yx6lo6{color:#000}.cta__link.cta--arrow.svelte-1yx6lo6{padding-left:0;padding-right:1.5rem}.cta__link.cta--space.svelte-1yx6lo6:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDEzIDIwIj48cGF0aCBkPSJtLjY0OC43NjIgOS40NDEgOC4wMzEtOS40NDEgOC4wMzUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0VFNDAyRCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 0;transition:.2s ease}.cta__link.cta--space.svelte-1yx6lo6:active:after,.cta__link.cta--space.svelte-1yx6lo6:focus:after,.cta__link.cta--space.svelte-1yx6lo6:hover:after{transform:translate(70%)}div.content-card.svelte-1yx6lo6 .image:where(.svelte-1yx6lo6):before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}div.content-card.svelte-1yx6lo6 h6:where(.svelte-1yx6lo6){color:var(--undpds-color-black);font-size:.75rem;font-weight:700;letter-spacing:.48px;line-height:.84;margin-bottom:var(--undpds-spacing-05);text-transform:uppercase}div.content-card.svelte-1yx6lo6 :where(.svelte-1yx6lo6):lang(my) h6:where(.svelte-1yx6lo6){font-size:1rem}div.content-card.svelte-1yx6lo6{background-color:var(--undpds-color-white);border-top:2px solid var(--undpds-color-black);height:100%;transition:all .5s;word-break:break-word}div.content-card.svelte-1yx6lo6>a:where(.svelte-1yx6lo6){background:none;box-sizing:border-box;display:block;height:100%;padding-bottom:2.625rem;position:relative}div.content-card.svelte-1yx6lo6 h6:where(.svelte-1yx6lo6){margin-bottom:0;padding:var(--undpds-spacing-05) var(--undpds-spacing-06) 1.625rem}div.content-card.card.svelte-1yx6lo6 h6:where(.svelte-1yx6lo6){padding-bottom:var(--undpds-spacing-05)}div.content-card.svelte-1yx6lo6 .image:where(.svelte-1yx6lo6){position:relative;width:100%}div.content-card.svelte-1yx6lo6 .image:where(.svelte-1yx6lo6) img:where(.svelte-1yx6lo6){display:block;width:100%}div.content-card.svelte-1yx6lo6 .image:where(.svelte-1yx6lo6):before{opacity:0;transition:all .9s}div.content-card.card.svelte-1yx6lo6:hover{background-color:var(--undpds-color-gray-100)}div.content-card.card-emphasize.svelte-1yx6lo6{background-color:var(--undpds-color-light-yellow)}div.content-card.card-emphasize.svelte-1yx6lo6:hover{background-color:var(--undpds-color-yellow)}div.content-card.card-emphasize:hover.red.svelte-1yx6lo6 .cta--space:where(.svelte-1yx6lo6):after,div.content-card.card:hover.red.svelte-1yx6lo6 .cta--space:where(.svelte-1yx6lo6):after{filter:invert(0) brightness(0)}div.content-card.card-emphasize:hover.red.svelte-1yx6lo6 .cta--arrow:where(.svelte-1yx6lo6):after,div.content-card.card:hover.red.svelte-1yx6lo6 .cta--arrow:where(.svelte-1yx6lo6):after{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2281%22%20height%3D%2220%22%20viewBox%3D%220%200%2081%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M69.5%201L79.5%209.99781M79.5%209.99781L69.5%2019M79.5%209.99781L0%209.99781%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E)}div.content-card.card-emphasize:hover.accent-yellow.svelte-1yx6lo6,div.content-card.card-emphasize:hover.yellow.svelte-1yx6lo6,div.content-card.card:hover.accent-yellow.svelte-1yx6lo6,div.content-card.card:hover.yellow.svelte-1yx6lo6{background-color:var(--undpds-color-yellow)}div.content-card.card-emphasize:hover.accent-red.svelte-1yx6lo6,div.content-card.card-emphasize:hover.red.svelte-1yx6lo6,div.content-card.card:hover.accent-red.svelte-1yx6lo6,div.content-card.card:hover.red.svelte-1yx6lo6{background-color:var(--undpds-color-red)}div.content-card.card-emphasize:hover.accent-green.svelte-1yx6lo6,div.content-card.card-emphasize:hover.green.svelte-1yx6lo6,div.content-card.card:hover.accent-green.svelte-1yx6lo6,div.content-card.card:hover.green.svelte-1yx6lo6{background-color:var(--undpds-color-green)}div.content-card.card-emphasize:hover.accent-blue.svelte-1yx6lo6,div.content-card.card-emphasize:hover.blue.svelte-1yx6lo6,div.content-card.card:hover.accent-blue.svelte-1yx6lo6,div.content-card.card:hover.blue.svelte-1yx6lo6{background-color:var(--undpds-color-azure)}div.content-card.card-emphasize:hover.accent-gray.svelte-1yx6lo6,div.content-card.card-emphasize:hover.gray.svelte-1yx6lo6,div.content-card.card:hover.accent-gray.svelte-1yx6lo6,div.content-card.card:hover.gray.svelte-1yx6lo6{background-color:var(--undpds-color-gray-100)}div.content-card.card-emphasize.accent-yellow.svelte-1yx6lo6,div.content-card.card-emphasize.yellow.svelte-1yx6lo6{background-color:var(--undpds-color-light-yellow)}div.content-card.card-emphasize.accent-red.svelte-1yx6lo6,div.content-card.card-emphasize.red.svelte-1yx6lo6{background-color:var(--undpds-color-light-red)}div.content-card.card-emphasize.accent-green.svelte-1yx6lo6,div.content-card.card-emphasize.green.svelte-1yx6lo6{background-color:var(--undpds-color-light-green)}div.content-card.card-emphasize.accent-blue.svelte-1yx6lo6,div.content-card.card-emphasize.blue.svelte-1yx6lo6{background-color:var(--undpds-color-light-azure)}div.content-card.card-emphasize.accent-gray.svelte-1yx6lo6,div.content-card.card-emphasize.gray.svelte-1yx6lo6,div.content-card.svelte-1yx6lo6:hover{background-color:var(--undpds-color-gray-100)}div.content-card.svelte-1yx6lo6:hover .image:where(.svelte-1yx6lo6):before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%);opacity:.75}div.content-card.svelte-1yx6lo6:hover .cta--space:where(.svelte-1yx6lo6):after{transform:translate(70%)}div.content-card.svelte-1yx6lo6 .image:where(.svelte-1yx6lo6):before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%);background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%);background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%);background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%);background:linear-gradient(67.76deg,var(--undpds-color-gray-100),transparent 61.11%)}div.content-card.accent-yellow.svelte-1yx6lo6 .image:where(.svelte-1yx6lo6):before,div.content-card.yellow.svelte-1yx6lo6 .image:where(.svelte-1yx6lo6):before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}div.content-card.accent-red.svelte-1yx6lo6 .image:where(.svelte-1yx6lo6):before,div.content-card.red.svelte-1yx6lo6 .image:where(.svelte-1yx6lo6):before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}div.content-card.accent-green.svelte-1yx6lo6 .image:where(.svelte-1yx6lo6):before,div.content-card.green.svelte-1yx6lo6 .image:where(.svelte-1yx6lo6):before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}div.content-card.accent-blue.svelte-1yx6lo6 .image:where(.svelte-1yx6lo6):before,div.content-card.blue.svelte-1yx6lo6 .image:where(.svelte-1yx6lo6):before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}div.content-card.accent-gray.svelte-1yx6lo6 .image:where(.svelte-1yx6lo6):before,div.content-card.gray.svelte-1yx6lo6 .image:where(.svelte-1yx6lo6):before{background:linear-gradient(67.76deg,var(--undpds-color-gray-100),transparent 61.11%)}.content-caption.svelte-1yx6lo6{padding:var(--undpds-spacing-05) var(--undpds-spacing-06) var(--undpds-spacing-06)}.content-caption.svelte-1yx6lo6 h5:where(.svelte-1yx6lo6){margin-bottom:0}.content-caption.svelte-1yx6lo6 .cta__link:where(.svelte-1yx6lo6){bottom:var(--undpds-spacing-06);position:absolute}.content-caption_cart.svelte-1yx6lo6{height:100%}.content-caption_cart.svelte-1yx6lo6 h5:where(.svelte-1yx6lo6){margin-bottom:var(--undpds-spacing-05)}.svelte-1yx6lo6:lang(my) h6:where(.svelte-1yx6lo6){font-size:var(--undpds-font-size-16)}.button.svelte-1yx6lo6{align-items:center;background:transparent;border:none;display:block;display:flex;font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03em;line-height:1;text-transform:uppercase}@media (min-width: 48em){.button.svelte-1yx6lo6{display:inline-flex}}.svelte-1yx6lo6:lang(my) .button:where(.svelte-1yx6lo6){font-size:var(--undpds-font-size-14)}.button.svelte-1yx6lo6{color:var(--undpds-color-white);cursor:pointer;justify-content:center;padding:var(--undpds-spacing-05) var(--undpds-spacing-06)}.button.svelte-1yx6lo6:focus-visible{box-shadow:0 0 4px var(--undpds-color-blue-800);outline:0}.button.button-primary.svelte-1yx6lo6{background-color:var(--undpds-color-dark-red)}.button.button-primary.svelte-1yx6lo6:hover{background-color:var(--undpds-color-red)}.button.button-primary.button-arrow.svelte-1yx6lo6:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEgMSAxMCA4Ljk5OEwxIDE5IiBzdHJva2U9IiMyMzJFM0QiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==) no-repeat 0;content:"";height:20px;margin-left:var(--undpds-spacing-04);transition:.2s ease;width:13px}.button.button-primary.button-arrow.svelte-1yx6lo6:hover:after{transform:translate(70%)}.button.button-primary.button-arrow.disabled.svelte-1yx6lo6:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEgMSAxMCA4Ljk5OEwxIDE5IiBzdHJva2U9IiNFREVGRjAiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==) no-repeat 0;content:""}.button.button-primary.button-external-link.svelte-1yx6lo6{align-items:baseline}.button.button-primary.svelte-1yx6lo6 .external-link-animated:where(.svelte-1yx6lo6){box-shadow:-2px 2px 0 0 var(--undpds-color-black),-4px 0 0 -2px var(--undpds-color-black),-3px 3px 0 -1px var(--undpds-color-black);margin-left:1rem}.button.button-primary.svelte-1yx6lo6 .external-link-animated:where(.svelte-1yx6lo6):before{background:var(--undpds-color-black)}.button.button-primary.svelte-1yx6lo6 .external-link-animated:where(.svelte-1yx6lo6):after{border-right:2px solid var(--undpds-color-black);border-top:2px solid var(--undpds-color-black)}.button.button-primary.svelte-1yx6lo6:hover .external-link-animated:where(.svelte-1yx6lo6):after{transform:translate(5px,-5px)}.button.button-primary.svelte-1yx6lo6:hover .external-link-animated:where(.svelte-1yx6lo6):before{transform:rotate(-45deg) translate(7px)}.button.button-primary.disabled.svelte-1yx6lo6 .external-link-animated:where(.svelte-1yx6lo6){box-shadow:-2px 2px 0 0 var(--undpds-color-gray-300),-4px 0 0 -2px var(--undpds-color-gray-300),-3px 3px 0 -1px var(--undpds-color-gray-300)}.button.button-primary.disabled.svelte-1yx6lo6 .external-link-animated:where(.svelte-1yx6lo6):before{background:var(--undpds-color-gray-300)}.button.button-primary.disabled.svelte-1yx6lo6 .external-link-animated:where(.svelte-1yx6lo6):after{border-right:2px solid var(--undpds-color-gray-300);border-top:2px solid var(--undpds-color-gray-300)}.button.button-primary.button-download.svelte-1yx6lo6{align-items:baseline;padding:1.25rem var(--undpds-spacing-06)}.button.button-primary.svelte-1yx6lo6 .download-animated:where(.svelte-1yx6lo6){margin-left:1rem}.button.button-primary.svelte-1yx6lo6 .download-animated:where(.svelte-1yx6lo6):after{border-bottom:2px solid var(--undpds-color-black);border-left:2px solid var(--undpds-color-black)}.button.button-primary.svelte-1yx6lo6 .download-animated:where(.svelte-1yx6lo6):before{background:var(--undpds-color-black)}.button.button-primary.svelte-1yx6lo6:hover .download-animated:where(.svelte-1yx6lo6):after{transform:rotate(-45deg) translate(7px,-7px)}.button.button-primary.svelte-1yx6lo6:hover .download-animated:where(.svelte-1yx6lo6):before{transform:translateY(-10px)}.button.button-primary.disabled.svelte-1yx6lo6 .download-animated:where(.svelte-1yx6lo6):after{border-bottom:2px solid var(--undpds-color-gray-300);border-left:2px solid var(--undpds-color-gray-300)}.button.button-primary.disabled.svelte-1yx6lo6 .download-animated:where(.svelte-1yx6lo6):before{background:var(--undpds-color-gray-300)}.button.button-secondary.svelte-1yx6lo6{background-color:var(--undpds-color-blue-600)}.button.button-secondary.svelte-1yx6lo6:hover{background-color:var(--undpds-color-blue-400)}.button.button-secondary.button-arrow.svelte-1yx6lo6:after{background:url(data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2220%22%20viewBox%3D%220%200%2013%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L11%209.99781L1%2019%22%20stroke%3D%22%23EDEFF0%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E) no-repeat 0;content:"";height:20px;margin-left:var(--undpds-spacing-04);transition:.2s ease;width:13px}.button.button-secondary.button-arrow.svelte-1yx6lo6:hover:after{transform:translate(70%)}.button.button-secondary.button-arrow.disabled.svelte-1yx6lo6:after{background:url(data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2220%22%20viewBox%3D%220%200%2013%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L11%209.99781L1%2019%22%20stroke%3D%22%23EDEFF0%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E) no-repeat 0;content:""}.button.button-secondary.button-external-link.svelte-1yx6lo6{align-items:baseline}.button.button-secondary.svelte-1yx6lo6 .external-link-animated:where(.svelte-1yx6lo6){box-shadow:-2px 2px 0 0 var(--undpds-color-white),-4px 0 0 -2px var(--undpds-color-white),-3px 3px 0 -1px var(--undpds-color-white);margin-left:1rem}.button.button-secondary.svelte-1yx6lo6 .external-link-animated:where(.svelte-1yx6lo6):before{background:var(--undpds-color-white)}.button.button-secondary.svelte-1yx6lo6 .external-link-animated:where(.svelte-1yx6lo6):after{border-right:2px solid var(--undpds-color-white);border-top:2px solid var(--undpds-color-white)}.button.button-secondary.svelte-1yx6lo6:hover .external-link-animated:where(.svelte-1yx6lo6):after{transform:translate(5px,-5px)}.button.button-secondary.svelte-1yx6lo6:hover .external-link-animated:where(.svelte-1yx6lo6):before{transform:rotate(-45deg) translate(7px)}.button.button-secondary.disabled.svelte-1yx6lo6 .external-link-animated:where(.svelte-1yx6lo6){box-shadow:-2px 2px 0 0 var(--undpds-color-gray-300),-4px 0 0 -2px var(--undpds-color-gray-300),-3px 3px 0 -1px var(--undpds-color-gray-300)}.button.button-secondary.disabled.svelte-1yx6lo6 .external-link-animated:where(.svelte-1yx6lo6):before{background:var(--undpds-color-gray-300)}.button.button-secondary.disabled.svelte-1yx6lo6 .external-link-animated:where(.svelte-1yx6lo6):after{border-right:2px solid var(--undpds-color-gray-300);border-top:2px solid var(--undpds-color-gray-300)}.button.button-secondary.button-download.svelte-1yx6lo6{align-items:baseline;padding:1.25rem var(--undpds-spacing-06)}.button.button-secondary.svelte-1yx6lo6 .download-animated:where(.svelte-1yx6lo6){margin-left:1rem}.button.button-secondary.svelte-1yx6lo6 .download-animated:where(.svelte-1yx6lo6):after{border-bottom:2px solid var(--undpds-color-white);border-left:2px solid var(--undpds-color-white)}.button.button-secondary.svelte-1yx6lo6 .download-animated:where(.svelte-1yx6lo6):before{background:var(--undpds-color-white)}.button.button-secondary.svelte-1yx6lo6:hover .download-animated:where(.svelte-1yx6lo6):after{transform:rotate(-45deg) translate(7px,-7px)}.button.button-secondary.svelte-1yx6lo6:hover .download-animated:where(.svelte-1yx6lo6):before{transform:translateY(-10px)}.button.button-secondary.disabled.svelte-1yx6lo6 .download-animated:where(.svelte-1yx6lo6):after{border-bottom:2px solid var(--undpds-color-gray-300);border-left:2px solid var(--undpds-color-gray-300)}.button.button-secondary.disabled.svelte-1yx6lo6 .download-animated:where(.svelte-1yx6lo6):before{background:var(--undpds-color-gray-300)}.button.disabled.svelte-1yx6lo6{background-color:var(--undpds-color-gray-400);color:var(--undpds-color-gray-300);pointer-events:none}.image.svelte-1yx6lo6{position:relative;border:1px solid gray}.image.svelte-1yx6lo6 .image-loader:where(.svelte-1yx6lo6){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.title.svelte-1yx6lo6{align-items:center;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.content-card.hide-border-top.svelte-1yx6lo6{border-top:2px solid rgba(0,0,0,0)}input.svelte-1qgtb78{font-family:inherit;font-size:100%;line-height:1.15;margin:0}input.svelte-1qgtb78{overflow:visible}[type=checkbox].svelte-1qgtb78{box-sizing:border-box;padding:0}.svelte-1qgtb78::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}.svelte-1qgtb78:lang(my) input:where(.svelte-1qgtb78){font-family:var(--undpds-font-family-notosans-burmese);line-height:1.7}.svelte-1qgtb78:lang(bn) input:where(.svelte-1qgtb78){font-family:var(--undpds-font-family-unbangla)}.svelte-1qgtb78:lang(ar) input:where(.svelte-1qgtb78){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-1qgtb78:lang(az) input:where(.svelte-1qgtb78){font-family:var(--undpds-font-family-notosans)}.svelte-1qgtb78:lang(zh) input:where(.svelte-1qgtb78){font-family:var(--undpds-font-family-notosans-chinese)}.svelte-1qgtb78:lang(ja) input:where(.svelte-1qgtb78){font-family:var(--undpds-font-family-notosans-japanese)}.svelte-1qgtb78:lang(ka) input:where(.svelte-1qgtb78){font-family:var(--undpds-font-family-notosans-georgian)}.svelte-1qgtb78:lang(km) input:where(.svelte-1qgtb78){font-family:var(--undpds-font-family-notosans-khmer)}.svelte-1qgtb78:lang(ko) input:where(.svelte-1qgtb78){font-family:var(--undpds-font-family-notosans-korean)}.svelte-1qgtb78:lang(ku) input:where(.svelte-1qgtb78){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-1qgtb78:lang(ne) input:where(.svelte-1qgtb78){font-family:var(--undpds-font-family-notosans)}@keyframes svelte-1qgtb78-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}.form-check.svelte-1qgtb78{align-items:center;display:flex;position:relative}.form-check.svelte-1qgtb78 label:where(.svelte-1qgtb78){cursor:pointer;font-size:1rem;padding:0 7px}input[type=checkbox].svelte-1qgtb78{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid var(--undpds-color-dark-red);cursor:pointer;height:16px;margin:0;width:16px}input[type=checkbox].svelte-1qgtb78:hover{border-color:var(--undpds-color-light-pink)}input[type=checkbox].svelte-1qgtb78:focus-visible{box-shadow:0 0 4px var(--undpds-color-blue-800);outline:0}input[type=checkbox].svelte-1qgtb78{border-radius:0}input[type=checkbox].svelte-1qgtb78:checked{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEgNi41IDMgM0w5LjUgMSIgc3Ryb2tlPSIjRDEyODAwIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) 1px 0 no-repeat}input[type=checkbox].svelte-1qgtb78:disabled{opacity:.5}.vertical-align.svelte-1qgtb78{align-content:center}button.svelte-1myhq1x{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button.svelte-1myhq1x{overflow:visible}button.svelte-1myhq1x{text-transform:none}[type=button].svelte-1myhq1x,button.svelte-1myhq1x{-webkit-appearance:button;-moz-appearance:button;appearance:button}[type=button].svelte-1myhq1x::-moz-focus-inner,button.svelte-1myhq1x::-moz-focus-inner{border-style:none;padding:0}[type=button].svelte-1myhq1x:-moz-focusring,button.svelte-1myhq1x:-moz-focusring{outline:1px dotted ButtonText}.svelte-1myhq1x::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}button.svelte-1myhq1x{font-family:var(--undpds-font-family-proximanova)}@keyframes svelte-1myhq1x-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}.chip.svelte-1myhq1x{align-items:center;background:#f7f7f7;border:none;border-radius:20px;box-shadow:0 1px 2px #0003;display:inline-flex;min-height:1.875rem;padding:.25rem 1rem}.chip.svelte-1myhq1x:hover{background-color:#edeff0}.chip.chip__cross.svelte-1myhq1x:before{background:url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2017%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%3Cpath%20d%3D%22M12.75%204.74976L4.24986%2013.2499%22%20stroke%3D%22%23D12800%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M12.7504%2013.25L4.2502%204.74982%22%20stroke%3D%22%23D12800%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0%22%3E%3Crect%20width%3D%2217%22%20height%3D%2217%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.5)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat 0;content:"";display:inline-flex;height:22px;margin-left:-.25rem;margin-right:.5rem;padding-right:1.375rem;position:relative;top:0;width:auto}.chip.svelte-1myhq1x{cursor:default}.chip.chip__cross.svelte-1myhq1x{cursor:pointer}a.svelte-1rrcrbi{background-color:transparent}.svelte-1rrcrbi::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}a.svelte-1rrcrbi{background-image:linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red)),linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red));background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}a.svelte-1rrcrbi:hover{animation:svelte-1rrcrbi-lineLoop-animation 2s linear infinite}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}@keyframes svelte-1rrcrbi-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}a.svelte-1rrcrbi{color:var(--undpds-color-black);text-decoration:none}.cta__link.svelte-1rrcrbi{align-items:center;background:transparent;border:none;cursor:pointer;display:block;display:flex;font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03em;line-height:1;text-transform:uppercase}@media (min-width: 48em){.cta__link.svelte-1rrcrbi{display:inline-flex}}.cta__link.cta--space.svelte-1rrcrbi:after{content:"";height:1.188rem;margin-left:var(--undpds-spacing-04);margin-top:2px;width:.813rem}@media (min-width: 48em){.cta__link.cta--space.svelte-1rrcrbi:after{margin-top:0}}.cta__link.svelte-1rrcrbi{background-image:none}.cta__link.cta--arrow.svelte-1rrcrbi i:where(.svelte-1rrcrbi):after,.cta__link.cta--arrow.svelte-1rrcrbi i:where(.svelte-1rrcrbi):before{box-sizing:border-box;content:"";display:block;position:absolute}.cta__link.cta--arrow.svelte-1rrcrbi i:where(.svelte-1rrcrbi){box-sizing:border-box;display:block;height:var(--undpds-spacing-05);left:1.25rem;position:relative;transition:width .3s;width:0}.cta__link.cta--arrow.svelte-1rrcrbi i:where(.svelte-1rrcrbi):before{background-color:var(--undpds-color-red);display:none;height:2px;right:0;top:7px;width:100%}.cta__link.cta--arrow.svelte-1rrcrbi i:where(.svelte-1rrcrbi):after{border-right:2px solid var(--undpds-color-red);border-top:2px solid var(--undpds-color-red);height:var(--undpds-spacing-04);right:0;top:2px;transform:rotate(45deg);width:var(--undpds-spacing-04)}.cta__link.cta--arrow.svelte-1rrcrbi:hover i:where(.svelte-1rrcrbi){width:var(--undpds-spacing-11)}.cta__link.cta--arrow.svelte-1rrcrbi:hover i:where(.svelte-1rrcrbi):before{display:unset}.cta__link.svelte-1rrcrbi{color:#000}.cta__link.cta--arrow.svelte-1rrcrbi{padding-left:0;padding-right:1.5rem}.cta__link.cta--space.svelte-1rrcrbi:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDEzIDIwIj48cGF0aCBkPSJtLjY0OC43NjIgOS40NDEgOC4wMzEtOS40NDEgOC4wMzUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0VFNDAyRCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 0;transition:.2s ease}.cta__link.cta--space.svelte-1rrcrbi:active:after,.cta__link.cta--space.svelte-1rrcrbi:focus:after,.cta__link.cta--space.svelte-1rrcrbi:hover:after{transform:translate(70%)}a.svelte-s3cd7u{background-color:transparent}.svelte-s3cd7u::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}a.svelte-s3cd7u{background-image:linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red)),linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red));background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}a.svelte-s3cd7u:hover{animation:svelte-s3cd7u-lineLoop-animation 2s linear infinite}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}@keyframes svelte-s3cd7u-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}a.svelte-s3cd7u{color:var(--undpds-color-black);text-decoration:none}a.svelte-s3cd7u{color:inherit!important}a.svelte-5xvh3y{background-color:transparent}.svelte-5xvh3y::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}.svelte-5xvh3y:lang(my) p:where(.svelte-5xvh3y){font-size:var(--undpds-font-size-14);line-height:1.4}@media (min-width: 48em){.svelte-5xvh3y:lang(my) p:where(.svelte-5xvh3y){font-size:var(--undpds-font-size-16)}}.svelte-5xvh3y:lang(my) p:where(.svelte-5xvh3y){font-size:var(--undpds-font-size-12);line-height:1.7}@media (min-width: 48em){.svelte-5xvh3y:lang(my) p:where(.svelte-5xvh3y){font-size:var(--undpds-font-size-14)}}.download-animated.svelte-5xvh3y:after,.download-animated.svelte-5xvh3y:before{box-sizing:border-box;content:"";display:block;position:absolute}a.svelte-5xvh3y{background-image:linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red)),linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red));background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}a.svelte-5xvh3y:hover{animation:svelte-5xvh3y-lineLoop-animation 2s linear infinite}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}.svelte-5xvh3y:lang(my) div:where(.svelte-5xvh3y),.svelte-5xvh3y:lang(my) p:where(.svelte-5xvh3y){font-family:var(--undpds-font-family-notosans-burmese);line-height:1.7}.svelte-5xvh3y:lang(bn) div:where(.svelte-5xvh3y),.svelte-5xvh3y:lang(bn) p:where(.svelte-5xvh3y){font-family:var(--undpds-font-family-unbangla)}.svelte-5xvh3y:lang(ar) div:where(.svelte-5xvh3y),.svelte-5xvh3y:lang(ar) p:where(.svelte-5xvh3y){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-5xvh3y:lang(az) div:where(.svelte-5xvh3y),.svelte-5xvh3y:lang(az) p:where(.svelte-5xvh3y){font-family:var(--undpds-font-family-notosans)}.svelte-5xvh3y:lang(zh) div:where(.svelte-5xvh3y),.svelte-5xvh3y:lang(zh) p:where(.svelte-5xvh3y){font-family:var(--undpds-font-family-notosans-chinese)}.svelte-5xvh3y:lang(ja) div:where(.svelte-5xvh3y),.svelte-5xvh3y:lang(ja) p:where(.svelte-5xvh3y){font-family:var(--undpds-font-family-notosans-japanese)}.svelte-5xvh3y:lang(ja) div:where(.svelte-5xvh3y){font-weight:350}.svelte-5xvh3y:lang(ka) div:where(.svelte-5xvh3y),.svelte-5xvh3y:lang(ka) p:where(.svelte-5xvh3y){font-family:var(--undpds-font-family-notosans-georgian)}.svelte-5xvh3y:lang(km) div:where(.svelte-5xvh3y),.svelte-5xvh3y:lang(km) p:where(.svelte-5xvh3y){font-family:var(--undpds-font-family-notosans-khmer)}.svelte-5xvh3y:lang(ko) div:where(.svelte-5xvh3y),.svelte-5xvh3y:lang(ko) p:where(.svelte-5xvh3y){font-family:var(--undpds-font-family-notosans-korean)}.svelte-5xvh3y:lang(ku) div:where(.svelte-5xvh3y),.svelte-5xvh3y:lang(ku) p:where(.svelte-5xvh3y){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-5xvh3y:lang(ne) div:where(.svelte-5xvh3y),.svelte-5xvh3y:lang(ne) p:where(.svelte-5xvh3y){font-family:var(--undpds-font-family-notosans)}p.svelte-5xvh3y{margin-top:0}@keyframes svelte-5xvh3y-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}a.svelte-5xvh3y{color:var(--undpds-color-black);text-decoration:none}.download-animated.svelte-5xvh3y{align-items:flex-end;box-sizing:border-box;cursor:pointer;display:flex;height:12px;position:relative}.download-animated.svelte-5xvh3y i:where(.svelte-5xvh3y){border:2px solid var(--undpds-color-dark-red);border-block-start:0;box-sizing:content-box;display:block;height:6px;width:1.125rem}.download-animated.svelte-5xvh3y:after{border-block-end:2px solid var(--undpds-color-dark-red);border-inline-start:2px solid var(--undpds-color-dark-red);height:8px;inset-block-end:6px;inset-inline-start:7px;transform:rotate(-45deg) translate(0);transition:all .3s;width:8px}.download-animated.svelte-5xvh3y:before{background:var(--undpds-color-dark-red);height:10px;inset-block-end:7px;inset-inline-start:10px;transform:translate(0);transition:all .3s;width:2px}.download-animated.svelte-5xvh3y:hover:after{transform:rotate(-45deg) translate(7px,-7px)}.download-animated.svelte-5xvh3y:hover:before{transform:translateY(-10px)}div.download-card.svelte-5xvh3y .download:where(.svelte-5xvh3y),div.download-card.svelte-5xvh3y .format:where(.svelte-5xvh3y){font-size:var(--undpds-font-size-14);line-height:1.4}@media (min-width: 48em){div.download-card.svelte-5xvh3y .download:where(.svelte-5xvh3y),div.download-card.svelte-5xvh3y .format:where(.svelte-5xvh3y){font-size:var(--undpds-font-size-16)}}div.download-card.svelte-5xvh3y .title:where(.svelte-5xvh3y){font-size:var(--undpds-font-size-16)}@media (min-width: 48em){div.download-card.svelte-5xvh3y .title:where(.svelte-5xvh3y){font-size:var(--undpds-font-size-20)}}div.download-card.svelte-5xvh3y :where(.svelte-5xvh3y):lang(my) .download:where(.svelte-5xvh3y),div.download-card.svelte-5xvh3y :where(.svelte-5xvh3y):lang(my) .format:where(.svelte-5xvh3y){font-size:var(--undpds-font-size-12);line-height:1.7}@media (min-width: 48em){div.download-card.svelte-5xvh3y :where(.svelte-5xvh3y):lang(my) .download:where(.svelte-5xvh3y),div.download-card.svelte-5xvh3y :where(.svelte-5xvh3y):lang(my) .format:where(.svelte-5xvh3y){font-size:var(--undpds-font-size-14)}}div.download-card.svelte-5xvh3y :where(.svelte-5xvh3y):lang(my) .title:where(.svelte-5xvh3y){font-size:var(--undpds-font-size-14)}@media (min-width: 48em){div.download-card.svelte-5xvh3y :where(.svelte-5xvh3y):lang(my) .title:where(.svelte-5xvh3y){font-size:var(--undpds-font-size-16)}}div.download-card.svelte-5xvh3y{display:inline-block}@media (min-width: 48em){div.download-card.svelte-5xvh3y{min-width:330px}}div.download-card.svelte-5xvh3y>a:where(.svelte-5xvh3y){background:none}div.download-card.svelte-5xvh3y:hover .download-animated:where(.svelte-5xvh3y):after{transform:rotate(-45deg) translate(7px,-7px)}div.download-card.svelte-5xvh3y:hover .download-animated:where(.svelte-5xvh3y):before{transform:translateY(-10px)}div.download-card.svelte-5xvh3y .description:where(.svelte-5xvh3y){background:#fafafa;padding:1.5rem}div.download-card.svelte-5xvh3y .title:where(.svelte-5xvh3y){margin-bottom:.25rem}div.download-card.svelte-5xvh3y .format:where(.svelte-5xvh3y){color:#55606e;margin-bottom:1rem}div.download-card.svelte-5xvh3y .download:where(.svelte-5xvh3y){align-items:center;background-image:none;display:flex;font-weight:700;letter-spacing:.03em;text-transform:uppercase}div.download-card.svelte-5xvh3y .download:where(.svelte-5xvh3y) .download-animated:where(.svelte-5xvh3y){margin-left:.75rem}.download-card.svelte-5xvh3y{cursor:pointer}.download-card.svelte-5xvh3y .description:where(.svelte-5xvh3y){width:fit-content;max-width:300px}:root{--sc-dot-size: 6px;--sc-active-dot-size: 8px;--sc-dot-size-animation-time: .25s}.sc-carousel-dot__dot.svelte-yu7247{background-color:var(--sc-color-rgb-light);border-radius:50%;display:inline-block;opacity:.5;transition:opacity .1s ease,height var(--sc-dot-size-animation-time) ease,width var(--sc-dot-size-animation-time) ease;cursor:pointer;-webkit-tap-highlight-color:transparent;height:var(--sc-dot-size);width:var(--sc-dot-size)}.sc-carousel-dot__dot.svelte-yu7247:hover{opacity:.9}.sc-carousel-dot__dot_active.svelte-yu7247{opacity:.7;height:var(--sc-active-dot-size);width:var(--sc-active-dot-size)}.sc-carousel-dots__container.svelte-1oj5bge{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:0 30px}.sc-carousel-dots__dot-container.svelte-1oj5bge{height:calc(var(--sc-dot-size) + 14px);width:calc(var(--sc-dot-size) + 10px);display:flex;align-items:center;justify-content:center}:root{--sc-arrow-size: 2px}.sc-carousel-arrow__circle.svelte-9ztt4p{width:20px;height:20px;border-radius:50%;background-color:var(--sc-color-rgb-light-50p);display:flex;align-items:center;justify-content:center;transition:opacity .1s ease;cursor:pointer;-webkit-tap-highlight-color:transparent}.sc-carousel-arrow__circle.svelte-9ztt4p:hover{opacity:.9}.sc-carousel-arrow__arrow.svelte-9ztt4p{border:solid var(--sc-color-hex-dark);border-width:0 var(--sc-arrow-size) var(--sc-arrow-size) 0;padding:var(--sc-arrow-size);position:relative}.sc-carousel-arrow__arrow-next.svelte-9ztt4p{transform:rotate(-45deg);left:calc(var(--sc-arrow-size) / -2)}.sc-carousel-arrow__arrow-prev.svelte-9ztt4p{transform:rotate(135deg);right:calc(var(--sc-arrow-size) / -2)}.sc-carousel-arrow__circle_disabled.svelte-9ztt4p,.sc-carousel-arrow__circle_disabled.svelte-9ztt4p:hover{opacity:.5}.sc-carousel-progress__indicator.svelte-nuyenl{height:100%;background-color:var(--sc-color-hex-dark-50p)}:root{--sc-color-rgb-light-50p: rgba(93, 93, 93, .5);--sc-color-rgb-light: #5d5d5d;--sc-color-hex-dark-50p: rgba(30, 30, 30, .5);--sc-color-hex-dark: #1e1e1e}.sc-carousel__carousel-container.svelte-uwo0yk{display:flex;width:100%;flex-direction:column;align-items:center}.sc-carousel__content-container.svelte-uwo0yk{position:relative;display:flex;width:100%}.sc-carousel__pages-window.svelte-uwo0yk{flex:1;display:flex;overflow:hidden;box-sizing:border-box;position:relative}.sc-carousel__pages-container.svelte-uwo0yk{width:100%;display:flex;transition-property:transform}.sc-carousel__arrow-container.svelte-uwo0yk{padding:5px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.sc-carousel-progress__container.svelte-uwo0yk{width:100%;height:5px;background-color:var(--sc-color-rgb-light-50p);position:absolute;bottom:0}.sc-carousel-button{all:unset;cursor:pointer}.sc-carousel-button:focus{outline:5px auto}a.svelte-19f3a25{background-color:transparent}img.svelte-19f3a25{border-style:none}button.svelte-19f3a25{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button.svelte-19f3a25{overflow:visible}button.svelte-19f3a25{text-transform:none}button.svelte-19f3a25{-webkit-appearance:button;-moz-appearance:button;appearance:button}button.svelte-19f3a25::-moz-focus-inner{border-style:none;padding:0}button.svelte-19f3a25:-moz-focusring{outline:1px dotted ButtonText}.svelte-19f3a25::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}.svelte-19f3a25:lang(my) p:where(.svelte-19f3a25){font-size:var(--undpds-font-size-14);line-height:1.4}@media (min-width: 48em){.svelte-19f3a25:lang(my) p:where(.svelte-19f3a25){font-size:var(--undpds-font-size-16)}}[data-viewport=true].svelte-19f3a25{opacity:0;transform:translate(-100px);transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);visibility:hidden}[data-viewport=true].inviewport.svelte-19f3a25{opacity:1;transform:translate(0);visibility:visible}.svelte-19f3a25:lang(my) p:where(.svelte-19f3a25){font-size:var(--undpds-font-size-12);line-height:1.7}@media (min-width: 48em){.svelte-19f3a25:lang(my) p:where(.svelte-19f3a25){font-size:var(--undpds-font-size-14)}}a.svelte-19f3a25{background-image:linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red)),linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red));background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}a.svelte-19f3a25:hover{animation:svelte-19f3a25-lineLoop-animation 2s linear infinite}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}.svelte-19f3a25:lang(my) button:where(.svelte-19f3a25),.svelte-19f3a25:lang(my) div:where(.svelte-19f3a25),.svelte-19f3a25:lang(my) h4:where(.svelte-19f3a25),.svelte-19f3a25:lang(my) h6:where(.svelte-19f3a25),.svelte-19f3a25:lang(my) p:where(.svelte-19f3a25){font-family:var(--undpds-font-family-notosans-burmese);line-height:1.7}.svelte-19f3a25:lang(my) h4:where(.svelte-19f3a25){font-size:1.3rem}@media (min-width: 48em){.svelte-19f3a25:lang(my) h4:where(.svelte-19f3a25){font-size:1.8rem}}.svelte-19f3a25:lang(bn) button:where(.svelte-19f3a25),.svelte-19f3a25:lang(bn) div:where(.svelte-19f3a25),.svelte-19f3a25:lang(bn) h4:where(.svelte-19f3a25),.svelte-19f3a25:lang(bn) h6:where(.svelte-19f3a25),.svelte-19f3a25:lang(bn) p:where(.svelte-19f3a25){font-family:var(--undpds-font-family-unbangla)}.svelte-19f3a25:lang(ar) button:where(.svelte-19f3a25),.svelte-19f3a25:lang(ar) div:where(.svelte-19f3a25),.svelte-19f3a25:lang(ar) h4:where(.svelte-19f3a25),.svelte-19f3a25:lang(ar) h6:where(.svelte-19f3a25),.svelte-19f3a25:lang(ar) p:where(.svelte-19f3a25){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-19f3a25:lang(az) button:where(.svelte-19f3a25),.svelte-19f3a25:lang(az) div:where(.svelte-19f3a25),.svelte-19f3a25:lang(az) h4:where(.svelte-19f3a25),.svelte-19f3a25:lang(az) h6:where(.svelte-19f3a25),.svelte-19f3a25:lang(az) p:where(.svelte-19f3a25){font-family:var(--undpds-font-family-notosans)}.svelte-19f3a25:lang(zh) button:where(.svelte-19f3a25),.svelte-19f3a25:lang(zh) div:where(.svelte-19f3a25),.svelte-19f3a25:lang(zh) h4:where(.svelte-19f3a25),.svelte-19f3a25:lang(zh) h6:where(.svelte-19f3a25),.svelte-19f3a25:lang(zh) p:where(.svelte-19f3a25){font-family:var(--undpds-font-family-notosans-chinese)}.svelte-19f3a25:lang(ja) button:where(.svelte-19f3a25),.svelte-19f3a25:lang(ja) div:where(.svelte-19f3a25),.svelte-19f3a25:lang(ja) h4:where(.svelte-19f3a25),.svelte-19f3a25:lang(ja) h6:where(.svelte-19f3a25),.svelte-19f3a25:lang(ja) p:where(.svelte-19f3a25){font-family:var(--undpds-font-family-notosans-japanese)}.svelte-19f3a25:lang(ja) div:where(.svelte-19f3a25){font-weight:350}.svelte-19f3a25:lang(ka) button:where(.svelte-19f3a25),.svelte-19f3a25:lang(ka) div:where(.svelte-19f3a25),.svelte-19f3a25:lang(ka) h4:where(.svelte-19f3a25),.svelte-19f3a25:lang(ka) h6:where(.svelte-19f3a25),.svelte-19f3a25:lang(ka) p:where(.svelte-19f3a25){font-family:var(--undpds-font-family-notosans-georgian)}.svelte-19f3a25:lang(km) button:where(.svelte-19f3a25),.svelte-19f3a25:lang(km) div:where(.svelte-19f3a25),.svelte-19f3a25:lang(km) h4:where(.svelte-19f3a25),.svelte-19f3a25:lang(km) h6:where(.svelte-19f3a25),.svelte-19f3a25:lang(km) p:where(.svelte-19f3a25){font-family:var(--undpds-font-family-notosans-khmer)}.svelte-19f3a25:lang(ko) button:where(.svelte-19f3a25),.svelte-19f3a25:lang(ko) div:where(.svelte-19f3a25),.svelte-19f3a25:lang(ko) h4:where(.svelte-19f3a25),.svelte-19f3a25:lang(ko) h6:where(.svelte-19f3a25),.svelte-19f3a25:lang(ko) p:where(.svelte-19f3a25){font-family:var(--undpds-font-family-notosans-korean)}.svelte-19f3a25:lang(ku) button:where(.svelte-19f3a25),.svelte-19f3a25:lang(ku) div:where(.svelte-19f3a25),.svelte-19f3a25:lang(ku) h4:where(.svelte-19f3a25),.svelte-19f3a25:lang(ku) h6:where(.svelte-19f3a25),.svelte-19f3a25:lang(ku) p:where(.svelte-19f3a25){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-19f3a25:lang(ne) button:where(.svelte-19f3a25),.svelte-19f3a25:lang(ne) div:where(.svelte-19f3a25),.svelte-19f3a25:lang(ne) h4:where(.svelte-19f3a25),.svelte-19f3a25:lang(ne) h6:where(.svelte-19f3a25),.svelte-19f3a25:lang(ne) p:where(.svelte-19f3a25){font-family:var(--undpds-font-family-notosans)}button.svelte-19f3a25{font-family:var(--undpds-font-family-proximanova)}h4.svelte-19f3a25,h6.svelte-19f3a25{margin:0;margin-bottom:var(--undpds-spacing-04);padding:0}@media (min-width: 48em){h4.svelte-19f3a25,h6.svelte-19f3a25{margin-bottom:var(--undpds-spacing-05)}}h4.svelte-19f3a25{font-size:var(--undpds-font-size-25);font-weight:400;line-height:1.15}@media (min-width: 48em){h4.svelte-19f3a25{font-size:var(--undpds-font-size-35)}}h6.svelte-19f3a25{font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03rem;line-height:1.15;text-transform:uppercase}p.svelte-19f3a25{margin-top:0}@keyframes svelte-19f3a25-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}a.svelte-19f3a25{color:var(--undpds-color-black);text-decoration:none}img.svelte-19f3a25{height:auto;max-width:100%}.fluid-carousel.svelte-19f3a25 .slider-arrows:where(.svelte-19f3a25) [class*=swiper-button-]:where(.svelte-19f3a25){background:transparent;border:none;cursor:pointer;display:inline-block;height:2.75rem;padding:0;vertical-align:bottom;width:2.75rem}.fluid-carousel.svelte-19f3a25 .slide-content:where(.svelte-19f3a25) h6:where(.svelte-19f3a25){color:var(--undpds-color-black);font-size:.75rem;font-weight:700;letter-spacing:.48px;line-height:.84;margin-bottom:var(--undpds-spacing-05);text-transform:uppercase}.fluid-carousel.svelte-19f3a25 .slide-content:where(.svelte-19f3a25) h4:where(.svelte-19f3a25){font-weight:400;margin-bottom:1rem}.fluid-carousel.svelte-19f3a25 .slide-content:where(.svelte-19f3a25) p:where(.svelte-19f3a25){font-size:1rem;margin-bottom:1.5rem}.fluid-carousel.svelte-19f3a25 .swiper-scrollbar:where(.svelte-19f3a25){margin-bottom:var(--undpds-spacing-09)}@media (min-width: 48em){.fluid-carousel.svelte-19f3a25 .slider-slide:where(.svelte-19f3a25){display:flex}}.fluid-carousel.svelte-19f3a25{overflow:hidden}.fluid-carousel__image.svelte-19f3a25{display:block;height:31rem;max-width:55%;object-fit:cover}@media (min-width: 64em){.fluid-carousel__image.svelte-19f3a25{max-width:65%}}@media (min-width: 90em){.fluid-carousel__image.svelte-19f3a25{max-width:70%}}@media (max-width: 47.9375em){.fluid-carousel__image.svelte-19f3a25{height:18rem;max-width:100%;width:auto}}.fluid-carousel.svelte-19f3a25 .slide-content:where(.svelte-19f3a25){box-sizing:border-box;padding-left:var(--undpds-spacing-06)}@media (min-width: 48em){.fluid-carousel.svelte-19f3a25 .slide-content:where(.svelte-19f3a25){flex:0 0 45%;max-width:45%;position:relative}}@media (min-width: 64em){.fluid-carousel.svelte-19f3a25 .slide-content:where(.svelte-19f3a25){flex:0 0 35%;max-width:35%}}@media (min-width: 90em){.fluid-carousel.svelte-19f3a25 .slide-content:where(.svelte-19f3a25){flex:0 0 30%;max-width:30%}}@media (max-width: 47.9375em){.fluid-carousel.svelte-19f3a25 .slide-content:where(.svelte-19f3a25){margin-top:1.5rem;padding-left:1.5rem;padding-right:2rem}}@media (min-width: 64em){.fluid-carousel.svelte-19f3a25 .slide-content:where(.svelte-19f3a25) p:where(.svelte-19f3a25){margin-bottom:3rem}}@media (max-width: 47.9375em){.fluid-carousel.svelte-19f3a25 .slide-content:where(.svelte-19f3a25) p:where(.svelte-19f3a25){font-size:.875rem}}.fluid-carousel.svelte-19f3a25 .slide-content:where(.svelte-19f3a25) .cta__link:where(.svelte-19f3a25){text-transform:uppercase}.fluid-carousel.svelte-19f3a25 .slider-arrows:where(.svelte-19f3a25){bottom:0;position:absolute;right:0}.fluid-carousel.svelte-19f3a25 .slider-arrows:where(.svelte-19f3a25) [class*=swiper-button-]:where(.svelte-19f3a25):first-of-type{margin-right:.344rem}.fluid-carousel.svelte-19f3a25 .slider-arrows:where(.svelte-19f3a25) [class*=swiper-button-]:where(.svelte-19f3a25):last-of-type{margin-left:.344rem}.cta__link.svelte-19f3a25{align-items:center;background:transparent;border:none;cursor:pointer;display:block;display:flex;font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03em;line-height:1;text-transform:uppercase}@media (min-width: 48em){.cta__link.svelte-19f3a25{display:inline-flex}}.cta__link.cta--space.svelte-19f3a25:after{content:"";height:1.188rem;margin-left:var(--undpds-spacing-04);margin-top:2px;width:.813rem}@media (min-width: 48em){.cta__link.cta--space.svelte-19f3a25:after{margin-top:0}}.cta__link.svelte-19f3a25{background-image:none}.svelte-19f3a25:lang(my) .cta__link:where(.svelte-19f3a25){font-size:var(--undpds-font-size-14)}.cta__link.svelte-19f3a25{color:#000}.cta__link.cta--space.svelte-19f3a25:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDEzIDIwIj48cGF0aCBkPSJtLjY0OC43NjIgOS40NDEgOC4wMzEtOS40NDEgOC4wMzUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0VFNDAyRCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 0;transition:.2s ease}.cta__link.cta--space.svelte-19f3a25:active:after,.cta__link.cta--space.svelte-19f3a25:focus:after,.cta__link.cta--space.svelte-19f3a25:hover:after{transform:translate(70%)}button.svelte-19f3a25:focus-visible{box-shadow:0 0 4px var(--undpds-color-blue-800);outline:0}[class*=swiper-slider-].svelte-19f3a25{box-sizing:border-box;max-width:100%;overflow:hidden;position:relative}.swiper-wrapper.svelte-19f3a25{backface-visibility:hidden;display:flex;flex-wrap:nowrap;list-style:none;padding:0;position:relative;touch-action:pan-y;transform-style:preserve-3d;transition-property:transform;white-space:nowrap;width:100%;will-change:transform}.swiper-slide.svelte-19f3a25{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;box-sizing:border-box;flex-shrink:0;height:100%;-webkit-user-select:none;user-select:none;white-space:normal;width:100%}.swiper-slide.svelte-19f3a25 a:where(.svelte-19f3a25){-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.swiper-scrollbar.svelte-19f3a25{background:transparent;cursor:pointer;display:block;height:4px;margin-bottom:2rem;overflow:hidden;position:relative;width:100%}.swiper-scrollbar.svelte-19f3a25:after{border-bottom:1px solid #000;content:"";height:1px;left:0;position:absolute;top:1px;width:100%;z-index:1}.swiper-scrollbar-drag.svelte-19f3a25{background:#000;height:100%}.swiper-initialized.svelte-19f3a25{padding-right:2.75rem}@media (max-width: 47.9375em){.swiper-initialized.svelte-19f3a25,.swiper-initialized.svelte-19f3a25 .swiper-scrollbar:where(.svelte-19f3a25){padding-right:2.5rem}}.fluid-carousel.svelte-19f3a25{padding-right:0!important}@media (max-width: 48em){.fluid-carousel.swiper-initialized.svelte-19f3a25{padding-left:16px!important;padding-right:16px!important}}.fluid-carousel.svelte-19f3a25 .fluid-carousel__image:where(.svelte-19f3a25){user-drag:none;-webkit-user-drag:none;-moz-user-select:none;width:65%;height:auto}@media (max-width: 48em){.fluid-carousel.svelte-19f3a25 .fluid-carousel__image:where(.svelte-19f3a25){width:100%}}a.svelte-82v6jn{background-color:transparent}img.svelte-82v6jn{border-style:none}button.svelte-82v6jn{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button.svelte-82v6jn{overflow:visible}button.svelte-82v6jn{text-transform:none}[type=button].svelte-82v6jn,button.svelte-82v6jn{-webkit-appearance:button;-moz-appearance:button;appearance:button}[type=button].svelte-82v6jn::-moz-focus-inner,button.svelte-82v6jn::-moz-focus-inner{border-style:none;padding:0}[type=button].svelte-82v6jn:-moz-focusring,button.svelte-82v6jn:-moz-focusring{outline:1px dotted ButtonText}.svelte-82v6jn::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}.svelte-82v6jn:lang(my) p:where(.svelte-82v6jn){font-size:var(--undpds-font-size-14);line-height:1.4}@media (min-width: 48em){.svelte-82v6jn:lang(my) p:where(.svelte-82v6jn){font-size:var(--undpds-font-size-16)}}.svelte-82v6jn:lang(my) p:where(.svelte-82v6jn){font-size:var(--undpds-font-size-12);line-height:1.7}@media (min-width: 48em){.svelte-82v6jn:lang(my) p:where(.svelte-82v6jn){font-size:var(--undpds-font-size-14)}}a.svelte-82v6jn{background-image:linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red)),linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red));background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}a.svelte-82v6jn:hover{animation:svelte-82v6jn-lineLoop-animation 2s linear infinite}.grid-x.svelte-82v6jn{display:flex;flex-flow:row wrap}.cell.svelte-82v6jn{flex:0 0 auto;min-height:0;min-width:0;width:100%}@media print,screen and (min-width: 40em){.grid-x.svelte-82v6jn>.medium-10:where(.svelte-82v6jn),.grid-x.svelte-82v6jn>.medium-4:where(.svelte-82v6jn),.grid-x.svelte-82v6jn>.medium-5:where(.svelte-82v6jn),.grid-x.svelte-82v6jn>.medium-6:where(.svelte-82v6jn),.grid-x.svelte-82v6jn>.medium-8:where(.svelte-82v6jn){flex-basis:auto}}@media print,screen and (min-width: 40em){.grid-x.svelte-82v6jn>.medium-10:where(.svelte-82v6jn),.grid-x.svelte-82v6jn>.medium-4:where(.svelte-82v6jn),.grid-x.svelte-82v6jn>.medium-5:where(.svelte-82v6jn),.grid-x.svelte-82v6jn>.medium-6:where(.svelte-82v6jn),.grid-x.svelte-82v6jn>.medium-8:where(.svelte-82v6jn){flex:0 0 auto}.grid-x.svelte-82v6jn>.medium-4:where(.svelte-82v6jn){width:33.3333333333%}.grid-x.svelte-82v6jn>.medium-5:where(.svelte-82v6jn){width:41.6666666667%}.grid-x.svelte-82v6jn>.medium-6:where(.svelte-82v6jn){width:50%}.grid-x.svelte-82v6jn>.medium-8:where(.svelte-82v6jn){width:66.6666666667%}.grid-x.svelte-82v6jn>.medium-10:where(.svelte-82v6jn){width:83.3333333333%}}.grid-margin-x.svelte-82v6jn:not(.grid-x)>.cell:where(.svelte-82v6jn){width:auto}.grid-margin-x.svelte-82v6jn{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-x.svelte-82v6jn{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-margin-x.svelte-82v6jn>.cell:where(.svelte-82v6jn){margin-left:.625rem;margin-right:.625rem;width:calc(100% - 1.25rem)}@media print,screen and (min-width: 40em){.grid-margin-x.svelte-82v6jn>.cell:where(.svelte-82v6jn){margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem)}}@media print,screen and (min-width: 40em){.grid-margin-x.svelte-82v6jn>.medium-4:where(.svelte-82v6jn){width:calc(33.33333% - 1.875rem)}.grid-margin-x.svelte-82v6jn>.medium-8:where(.svelte-82v6jn){width:calc(66.66667% - 1.875rem)}}@media print,screen and (min-width: 40em){.medium-offset-1.svelte-82v6jn{margin-left:8.3333333333%}}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}.svelte-82v6jn:lang(my) button:where(.svelte-82v6jn),.svelte-82v6jn:lang(my) div:where(.svelte-82v6jn),.svelte-82v6jn:lang(my) h5:where(.svelte-82v6jn),.svelte-82v6jn:lang(my) p:where(.svelte-82v6jn){font-family:var(--undpds-font-family-notosans-burmese);line-height:1.7}.svelte-82v6jn:lang(my) h5:where(.svelte-82v6jn){font-size:var(--undpds-font-size-20)}@media (min-width: 48em){.svelte-82v6jn:lang(my) h5:where(.svelte-82v6jn){font-size:1.375rem}}.svelte-82v6jn:lang(my) ul:where(.svelte-82v6jn) li:where(.svelte-82v6jn){font-size:var(--undpds-font-size-14);line-height:1.9}@media (min-width: 48em){.svelte-82v6jn:lang(my) ul:where(.svelte-82v6jn) li:where(.svelte-82v6jn){font-size:1.125rem}}.svelte-82v6jn:lang(bn) button:where(.svelte-82v6jn),.svelte-82v6jn:lang(bn) div:where(.svelte-82v6jn),.svelte-82v6jn:lang(bn) h5:where(.svelte-82v6jn),.svelte-82v6jn:lang(bn) p:where(.svelte-82v6jn){font-family:var(--undpds-font-family-unbangla)}.svelte-82v6jn:lang(ar) button:where(.svelte-82v6jn),.svelte-82v6jn:lang(ar) div:where(.svelte-82v6jn),.svelte-82v6jn:lang(ar) h5:where(.svelte-82v6jn),.svelte-82v6jn:lang(ar) p:where(.svelte-82v6jn){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-82v6jn:lang(az) button:where(.svelte-82v6jn),.svelte-82v6jn:lang(az) div:where(.svelte-82v6jn),.svelte-82v6jn:lang(az) h5:where(.svelte-82v6jn),.svelte-82v6jn:lang(az) p:where(.svelte-82v6jn){font-family:var(--undpds-font-family-notosans)}.svelte-82v6jn:lang(zh) button:where(.svelte-82v6jn),.svelte-82v6jn:lang(zh) div:where(.svelte-82v6jn),.svelte-82v6jn:lang(zh) h5:where(.svelte-82v6jn),.svelte-82v6jn:lang(zh) p:where(.svelte-82v6jn){font-family:var(--undpds-font-family-notosans-chinese)}.svelte-82v6jn:lang(ja) button:where(.svelte-82v6jn),.svelte-82v6jn:lang(ja) div:where(.svelte-82v6jn),.svelte-82v6jn:lang(ja) h5:where(.svelte-82v6jn),.svelte-82v6jn:lang(ja) p:where(.svelte-82v6jn){font-family:var(--undpds-font-family-notosans-japanese)}.svelte-82v6jn:lang(ja) div:where(.svelte-82v6jn){font-weight:350}.svelte-82v6jn:lang(ka) button:where(.svelte-82v6jn),.svelte-82v6jn:lang(ka) div:where(.svelte-82v6jn),.svelte-82v6jn:lang(ka) h5:where(.svelte-82v6jn),.svelte-82v6jn:lang(ka) p:where(.svelte-82v6jn){font-family:var(--undpds-font-family-notosans-georgian)}.svelte-82v6jn:lang(km) button:where(.svelte-82v6jn),.svelte-82v6jn:lang(km) div:where(.svelte-82v6jn),.svelte-82v6jn:lang(km) h5:where(.svelte-82v6jn),.svelte-82v6jn:lang(km) p:where(.svelte-82v6jn){font-family:var(--undpds-font-family-notosans-khmer)}.svelte-82v6jn:lang(ko) button:where(.svelte-82v6jn),.svelte-82v6jn:lang(ko) div:where(.svelte-82v6jn),.svelte-82v6jn:lang(ko) h5:where(.svelte-82v6jn),.svelte-82v6jn:lang(ko) p:where(.svelte-82v6jn){font-family:var(--undpds-font-family-notosans-korean)}.svelte-82v6jn:lang(ku) button:where(.svelte-82v6jn),.svelte-82v6jn:lang(ku) div:where(.svelte-82v6jn),.svelte-82v6jn:lang(ku) h5:where(.svelte-82v6jn),.svelte-82v6jn:lang(ku) p:where(.svelte-82v6jn){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-82v6jn:lang(ne) button:where(.svelte-82v6jn),.svelte-82v6jn:lang(ne) div:where(.svelte-82v6jn),.svelte-82v6jn:lang(ne) h5:where(.svelte-82v6jn),.svelte-82v6jn:lang(ne) p:where(.svelte-82v6jn){font-family:var(--undpds-font-family-notosans)}button.svelte-82v6jn{font-family:var(--undpds-font-family-proximanova)}h5.svelte-82v6jn{margin:0;margin-bottom:var(--undpds-spacing-04);padding:0}@media (min-width: 48em){h5.svelte-82v6jn{margin-bottom:var(--undpds-spacing-05)}}h5.svelte-82v6jn{font-size:var(--undpds-font-size-20);font-weight:400;line-height:1.15}@media (min-width: 48em){h5.svelte-82v6jn{font-size:var(--undpds-font-size-25)}}p.svelte-82v6jn{margin-top:0}ul.svelte-82v6jn{margin:0;padding-left:1.125rem}@media (min-width: 48em){ul.svelte-82v6jn{padding-left:1.313rem}}ul.svelte-82v6jn li:where(.svelte-82v6jn){margin-bottom:var(--undpds-spacing-05);padding-left:.875rem}@media (min-width: 48em){ul.svelte-82v6jn li:where(.svelte-82v6jn){margin-bottom:var(--undpds-spacing-06);padding-left:var(--undpds-spacing-04)}}ul.svelte-82v6jn li:where(.svelte-82v6jn)::marker{font-size:1.125rem}@media (min-width: 48em){ul.svelte-82v6jn li:where(.svelte-82v6jn)::marker{font-size:1.313rem}}@keyframes svelte-82v6jn-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}a.svelte-82v6jn{color:var(--undpds-color-black);text-decoration:none}.show-large.svelte-82v6jn{display:none}@media (min-width: 48em){.show-large.svelte-82v6jn{display:block}}.show-small.svelte-82v6jn{display:block}@media (min-width: 48em){.show-small.svelte-82v6jn{display:none}}img.svelte-82v6jn{height:auto;max-width:100%}.footer-icons.svelte-82v6jn li:where(.svelte-82v6jn) a:where(.svelte-82v6jn){border:none}.footer-head.svelte-82v6jn,.footer-top.svelte-82v6jn{align-items:center;border-bottom:1px solid var(--undpds-color-white);justify-content:space-between;margin-bottom:var(--undpds-spacing-07)}.footer-icons.svelte-82v6jn li:where(.svelte-82v6jn) a:where(.svelte-82v6jn),.footer-links.svelte-82v6jn li:where(.svelte-82v6jn) a:where(.svelte-82v6jn),.footer-lists.svelte-82v6jn li:where(.svelte-82v6jn) a:where(.svelte-82v6jn),.footer-panel.svelte-82v6jn a:where(.svelte-82v6jn){background-image:none}.footer-icons.svelte-82v6jn li:where(.svelte-82v6jn) a:where(.svelte-82v6jn){animation:none}.footer-links.svelte-82v6jn li:where(.svelte-82v6jn) a:where(.svelte-82v6jn),.footer-lists.svelte-82v6jn li:where(.svelte-82v6jn) a:where(.svelte-82v6jn),.footer-panel.svelte-82v6jn a:where(.svelte-82v6jn){color:var(--undpds-color-white);font-size:var(--undpds-font-size-16);line-height:1.4}.footer-links.svelte-82v6jn li:where(.svelte-82v6jn) a:where(.svelte-82v6jn):hover,.footer-lists.svelte-82v6jn li:where(.svelte-82v6jn) a:where(.svelte-82v6jn):hover,.footer-panel.svelte-82v6jn a:where(.svelte-82v6jn):hover{color:var(--undpds-color-blue-100)}.footer-item.inverted.svelte-82v6jn .footer-panel:where(.svelte-82v6jn) a:where(.svelte-82v6jn),.footer-links.inverted.svelte-82v6jn a:where(.svelte-82v6jn),.footer-lists.inverted.svelte-82v6jn a:where(.svelte-82v6jn){color:var(--undpds-color-black)}.footer-item.inverted.svelte-82v6jn .footer-panel:where(.svelte-82v6jn) a:where(.svelte-82v6jn):hover,.footer-links.inverted.svelte-82v6jn a:where(.svelte-82v6jn):hover,.footer-lists.inverted.svelte-82v6jn a:where(.svelte-82v6jn):hover{color:var(--undpds-color-gray-600)}@media (min-width: 48em){.footer-items.svelte-82v6jn{display:flex;row-gap:3rem}.footer-items.svelte-82v6jn .footer-item:where(.svelte-82v6jn){flex:0 0 calc(50% - 1.5rem);width:calc(50% - 1.5rem)}}@media (min-width: 64em){.footer-items.svelte-82v6jn .footer-item:where(.svelte-82v6jn){flex:0 0 calc(33.33333% - 1.5rem);width:calc(33.33333% - 1.5rem)}}@media (min-width: 90em){.footer-items.svelte-82v6jn .footer-item:where(.svelte-82v6jn){flex:0 0 calc(25% - 1.5rem);width:calc(25% - 1.5rem)}}.footer-links.svelte-82v6jn{padding-left:0}.footer-links.svelte-82v6jn li:where(.svelte-82v6jn){list-style:none;margin-bottom:var(--undpds-spacing-04);padding:0;text-align:left}@media (min-width: 48em){.footer-links.svelte-82v6jn li:where(.svelte-82v6jn){text-align:right}}.svelte-82v6jn:lang(my) .footer-links:where(.svelte-82v6jn) li:where(.svelte-82v6jn) a:where(.svelte-82v6jn){line-height:1.9}.footer-lists.svelte-82v6jn{padding-left:0}@media (min-width: 48em){.footer-lists.svelte-82v6jn{text-align:right}}@media (max-width: 47.9375em){.footer-lists.svelte-82v6jn{margin:0 var(--undpds-spacing-05) var(--undpds-spacing-07)}}.footer-lists.svelte-82v6jn li:where(.svelte-82v6jn){list-style:none;margin-bottom:var(--undpds-spacing-04);padding-left:0}@media (min-width: 48em){.footer-lists.svelte-82v6jn li:where(.svelte-82v6jn){display:inline-flex;margin-bottom:1.125rem;margin-left:2.25rem}}.svelte-82v6jn:lang(my) .footer-lists:where(.svelte-82v6jn) li:where(.svelte-82v6jn) a:where(.svelte-82v6jn){line-height:1.9}.footer-icons.svelte-82v6jn{display:flex;flex-wrap:wrap;padding-left:0}.footer-icons.svelte-82v6jn li:where(.svelte-82v6jn){list-style:none;margin-bottom:1rem;padding:0}.footer-icons.svelte-82v6jn li:where(.svelte-82v6jn) a:where(.svelte-82v6jn){display:block;font-size:0;height:20px;margin-block-end:var(--undpds-spacing-05);margin-inline-start:var(--undpds-spacing-07);width:20px}.footer-icons.svelte-82v6jn li:where(.svelte-82v6jn) a.facebook:where(.svelte-82v6jn){background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTEuNWgyLjVsMS00SDd2LTJjMC0xLjAzIDAtMiAyLTJoMS41Vi4xNEMxMC4xNzQuMDk3IDguOTQzIDAgNy42NDMgMCA0LjkyOCAwIDMgMS42NTcgMyA0Ljd2Mi44SDB2NGgzVjIwaDR2LTguNVoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat bottom}.footer-icons.svelte-82v6jn li:where(.svelte-82v6jn) a.instagram:where(.svelte-82v6jn){background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDBjMi43MTcgMCAzLjA1Ni4wMSA0LjEyMi4wNiAxLjA2NS4wNSAxLjc5LjIxNyAyLjQyOC40NjUuNjYuMjU0IDEuMjE2LjU5OCAxLjc3MiAxLjE1My41MDkuNS45MDIgMS4xMDUgMS4xNTMgMS43NzIuMjQ3LjYzNy40MTUgMS4zNjMuNDY1IDIuNDI4LjA0NyAxLjA2Ni4wNiAxLjQwNS4wNiA0LjEyMiAwIDIuNzE3LS4wMSAzLjA1Ni0uMDYgNC4xMjItLjA1IDEuMDY1LS4yMTggMS43OS0uNDY1IDIuNDI4YTQuODgzIDQuODgzIDAgMCAxLTEuMTUzIDEuNzcyYy0uNS41MDgtMS4xMDUuOTAyLTEuNzcyIDEuMTUzLS42MzcuMjQ3LTEuMzYzLjQxNS0yLjQyOC40NjUtMS4wNjYuMDQ3LTEuNDA1LjA2LTQuMTIyLjA2LTIuNzE3IDAtMy4wNTYtLjAxLTQuMTIyLS4wNi0xLjA2NS0uMDUtMS43OS0uMjE4LTIuNDI4LS40NjVhNC44OSA0Ljg5IDAgMCAxLTEuNzcyLTEuMTUzQTQuOTA0IDQuOTA0IDAgMCAxIC41MjUgMTYuNTVDLjI3NyAxNS45MTMuMTEgMTUuMTg3LjA2IDE0LjEyMi4wMTMgMTMuMDU2IDAgMTIuNzE3IDAgMTBjMC0yLjcxNy4wMS0zLjA1Ni4wNi00LjEyMi4wNS0xLjA2Ni4yMTctMS43OS40NjUtMi40MjhhNC44OCA0Ljg4IDAgMCAxIDEuMTUzLTEuNzcyQTQuODk3IDQuODk3IDAgMCAxIDMuNDUuNTI1QzQuMDg4LjI3NyA0LjgxMi4xMSA1Ljg3OC4wNiA2Ljk0NC4wMTMgNy4yODMgMCAxMCAwWm0wIDVhNSA1IDAgMSAwIDAgMTAgNSA1IDAgMCAwIDAtMTBabTYuNS0uMjVhMS4yNSAxLjI1IDAgMSAwLTIuNSAwIDEuMjUgMS4yNSAwIDAgMCAyLjUgMFpNMTAgN2EzIDMgMCAxIDEgMCA2IDMgMyAwIDAgMSAwLTZaIiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat bottom}.footer-icons.svelte-82v6jn li:where(.svelte-82v6jn) a.linkedin:where(.svelte-82v6jn){background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuOTQgMmEyIDIgMCAxIDEtNC0uMDAyIDIgMiAwIDAgMSA0IC4wMDJaTTUgNS40OEgxVjE4aDRWNS40OFptNi4zMiAwSDcuMzRWMThoMy45NHYtNi41N2MwLTMuNjYgNC43Ny00IDQuNzcgMFYxOEgyMHYtNy45M2MwLTYuMTctNy4wNi01Ljk0LTguNzItMi45MWwuMDQtMS42OFoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat bottom}.footer-icons.svelte-82v6jn li:where(.svelte-82v6jn) a.twitter-x:where(.svelte-82v6jn){background:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20%20%20%20d%3D%22M18.2048%202.25H21.5128L14.2858%2010.51L22.7878%2021.75H16.1308L10.9168%2014.933L4.95084%2021.75H1.64084L9.37084%2012.915L1.21484%202.25H8.04084L12.7538%208.481L18.2048%202.25ZM17.0438%2019.77H18.8768L7.04484%204.126H5.07784L17.0438%2019.77Z%22%20%20%20%20fill%3D%22rgba(255%2C255%2C255%2C1)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") no-repeat bottom}.footer-icons.svelte-82v6jn li:where(.svelte-82v6jn) a.youtube:where(.svelte-82v6jn){background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5LjU0MyAyLjQ5OEMyMCA0LjI4IDIwIDggMjAgOHMwIDMuNzItLjQ1NyA1LjUwMmMtLjI1NC45ODUtLjk5NyAxLjc2LTEuOTM4IDIuMDIyQzE1Ljg5NiAxNiAxMCAxNiAxMCAxNnMtNS44OTMgMC03LjYwNS0uNDc2Yy0uOTQ1LS4yNjYtMS42ODctMS4wNC0xLjkzOC0yLjAyMkMwIDExLjcyIDAgOCAwIDhzMC0zLjcyLjQ1Ny01LjUwMmMuMjU0LS45ODUuOTk3LTEuNzYgMS45MzgtMi4wMjJDNC4xMDcgMCAxMCAwIDEwIDBzNS44OTYgMCA3LjYwNS40NzZjLjk0NS4yNjYgMS42ODcgMS4wNCAxLjkzOCAyLjAyMlpNOCAxMS41IDE0IDggOCA0LjV2N1oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat bottom}.footer-icons.inverted.svelte-82v6jn li:where(.svelte-82v6jn) a.facebook:where(.svelte-82v6jn){background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTEuNWgyLjVsMS00SDd2LTJjMC0xLjAzIDAtMiAyLTJoMS41Vi4xNEMxMC4xNzQuMDk3IDguOTQzIDAgNy42NDMgMCA0LjkyOCAwIDMgMS42NTcgMyA0Ljd2Mi44SDB2NGgzVjIwaDR2LTguNVoiIGZpbGw9IiMwMDAiLz48L3N2Zz4=) no-repeat bottom}.footer-icons.inverted.svelte-82v6jn li:where(.svelte-82v6jn) a.instagram:where(.svelte-82v6jn){background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDBjMi43MTcgMCAzLjA1Ni4wMSA0LjEyMi4wNiAxLjA2NS4wNSAxLjc5LjIxNyAyLjQyOC40NjUuNjYuMjU0IDEuMjE2LjU5OCAxLjc3MiAxLjE1My41MDkuNS45MDIgMS4xMDUgMS4xNTMgMS43NzIuMjQ3LjYzNy40MTUgMS4zNjMuNDY1IDIuNDI4LjA0NyAxLjA2Ni4wNiAxLjQwNS4wNiA0LjEyMiAwIDIuNzE3LS4wMSAzLjA1Ni0uMDYgNC4xMjItLjA1IDEuMDY1LS4yMTggMS43OS0uNDY1IDIuNDI4YTQuODgzIDQuODgzIDAgMCAxLTEuMTUzIDEuNzcyYy0uNS41MDgtMS4xMDUuOTAyLTEuNzcyIDEuMTUzLS42MzcuMjQ3LTEuMzYzLjQxNS0yLjQyOC40NjUtMS4wNjYuMDQ3LTEuNDA1LjA2LTQuMTIyLjA2LTIuNzE3IDAtMy4wNTYtLjAxLTQuMTIyLS4wNi0xLjA2NS0uMDUtMS43OS0uMjE4LTIuNDI4LS40NjVhNC44OSA0Ljg5IDAgMCAxLTEuNzcyLTEuMTUzQTQuOTA0IDQuOTA0IDAgMCAxIC41MjUgMTYuNTVDLjI3NyAxNS45MTMuMTEgMTUuMTg3LjA2IDE0LjEyMi4wMTMgMTMuMDU2IDAgMTIuNzE3IDAgMTBjMC0yLjcxNy4wMS0zLjA1Ni4wNi00LjEyMi4wNS0xLjA2Ni4yMTctMS43OS40NjUtMi40MjhhNC44OCA0Ljg4IDAgMCAxIDEuMTUzLTEuNzcyQTQuODk3IDQuODk3IDAgMCAxIDMuNDUuNTI1QzQuMDg4LjI3NyA0LjgxMi4xMSA1Ljg3OC4wNiA2Ljk0NC4wMTMgNy4yODMgMCAxMCAwWm0wIDVhNSA1IDAgMSAwIDAgMTAgNSA1IDAgMCAwIDAtMTBabTYuNS0uMjVhMS4yNSAxLjI1IDAgMSAwLTIuNSAwIDEuMjUgMS4yNSAwIDAgMCAyLjUgMFpNMTAgN2EzIDMgMCAxIDEgMCA2IDMgMyAwIDAgMSAwLTZaIiBmaWxsPSIjMDAwIi8+PC9zdmc+) no-repeat bottom}.footer-icons.inverted.svelte-82v6jn li:where(.svelte-82v6jn) a.linkedin:where(.svelte-82v6jn){background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuOTQgMmEyIDIgMCAxIDEtNC0uMDAyIDIgMiAwIDAgMSA0IC4wMDJaTTUgNS40OEgxVjE4aDRWNS40OFptNi4zMiAwSDcuMzRWMThoMy45NHYtNi41N2MwLTMuNjYgNC43Ny00IDQuNzcgMFYxOEgyMHYtNy45M2MwLTYuMTctNy4wNi01Ljk0LTguNzItMi45MWwuMDQtMS42OFoiIGZpbGw9IiMwMDAiLz48L3N2Zz4=) no-repeat bottom}.footer-icons.inverted.svelte-82v6jn li:where(.svelte-82v6jn) a.twitter-x:where(.svelte-82v6jn){background:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20%20%20%20d%3D%22M18.2048%202.25H21.5128L14.2858%2010.51L22.7878%2021.75H16.1308L10.9168%2014.933L4.95084%2021.75H1.64084L9.37084%2012.915L1.21484%202.25H8.04084L12.7538%208.481L18.2048%202.25ZM17.0438%2019.77H18.8768L7.04484%204.126H5.07784L17.0438%2019.77Z%22%20%20%20%20fill%3D%22rgba(0%2C0%2C0%2C1)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") no-repeat bottom}.footer-icons.inverted.svelte-82v6jn li:where(.svelte-82v6jn) a.youtube:where(.svelte-82v6jn){background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5LjU0MyAyLjQ5OEMyMCA0LjI4IDIwIDggMjAgOHMwIDMuNzItLjQ1NyA1LjUwMmMtLjI1NC45ODUtLjk5NyAxLjc2LTEuOTM4IDIuMDIyQzE1Ljg5NiAxNiAxMCAxNiAxMCAxNnMtNS44OTMgMC03LjYwNS0uNDc2Yy0uOTQ1LS4yNjYtMS42ODctMS4wNC0xLjkzOC0yLjAyMkMwIDExLjcyIDAgOCAwIDhzMC0zLjcyLjQ1Ny01LjUwMmMuMjU0LS45ODUuOTk3LTEuNzYgMS45MzgtMi4wMjJDNC4xMDcgMCAxMCAwIDEwIDBzNS44OTYgMCA3LjYwNS40NzZjLjk0NS4yNjYgMS42ODcgMS4wNCAxLjkzOCAyLjAyMlpNOCAxMS41IDE0IDggOCA0LjV2N1oiIGZpbGw9IiMwMDAiLz48L3N2Zz4=) no-repeat bottom}.footer-item.svelte-82v6jn{position:relative}@media (max-width: 47.9375em){.footer-item.svelte-82v6jn:after{border-bottom:2px solid var(--undpds-color-gray-400);content:"";position:absolute;width:calc(100% - 1.3rem)}}.footer-item.inverted.svelte-82v6jn .footer-heading:where(.svelte-82v6jn){color:var(--undpds-color-black)}.footer-item.inverted.svelte-82v6jn .footer-heading:where(.svelte-82v6jn):before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE5IDEtOSAxMEwxIDEiIHN0cm9rZT0iI0VFNDAyRCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 50%}.footer-heading.svelte-82v6jn{background:transparent;border:0;color:var(--undpds-color-white);display:block;font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03rem;line-height:1.15;padding:var(--undpds-spacing-05);position:relative;text-align:left;text-transform:uppercase;width:100%}@media (min-width: 48em){.footer-heading.svelte-82v6jn{margin-bottom:1.25rem;padding:0;pointer-events:none}}.footer-heading.svelte-82v6jn:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE5IDEtOSAxMEwxIDEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 50%;content:"";display:block;float:right;height:20px;transition:.1s ease;width:20px}@media (min-width: 48em){.footer-heading.svelte-82v6jn:before{display:none}}.footer-heading.active.svelte-82v6jn:before{transform:rotate(180deg)}.footer-panel.svelte-82v6jn{display:none;padding:0 var(--undpds-spacing-05) var(--undpds-spacing-03)}@media (min-width: 48em){.footer-panel.svelte-82v6jn{display:block;padding:0}}.footer-panel.svelte-82v6jn a:where(.svelte-82v6jn){display:block;margin-bottom:var(--undpds-spacing-05)}.svelte-82v6jn:lang(my) .footer-panel:where(.svelte-82v6jn) a:where(.svelte-82v6jn){line-height:1.9}.footer-logo.svelte-82v6jn{align-items:center;display:flex}.footer-logo.svelte-82v6jn a:where(.svelte-82v6jn){background:none}.footer-logo.svelte-82v6jn h5:where(.svelte-82v6jn){color:var(--undpds-color-white);margin:0 var(--undpds-spacing-05)}.footer-logo.inverted.svelte-82v6jn h5:where(.svelte-82v6jn){color:var(--undpds-color-black)}.footer.svelte-82v6jn{background-color:var(--undpds-color-gray-100);background-color:var(--undpds-color-blue-600);color:var(--undpds-color-white);padding:var(--undpds-spacing-09) var(--undpds-spacing-04) var(--undpds-spacing-08)}@media (min-width: 48em){.footer.svelte-82v6jn{padding:3.25rem 0 var(--undpds-spacing-09)}}.footer.svelte-82v6jn p:where(.svelte-82v6jn){font-size:var(--undpds-font-size-14);margin:0}@media (min-width: 48em){.footer.svelte-82v6jn p:where(.svelte-82v6jn){font-size:var(--undpds-font-size-16)}}.footer-head.svelte-82v6jn{margin-bottom:1.188rem;padding-bottom:var(--undpds-spacing-09)}@media (min-width: 48em){.footer-head.svelte-82v6jn{margin-bottom:var(--undpds-spacing-09)}}.footer-top.svelte-82v6jn{padding-bottom:var(--undpds-spacing-07)}@media (min-width: 48em){.footer-top.svelte-82v6jn{margin-bottom:var(--undpds-spacing-07);padding-bottom:var(--undpds-spacing-09)}}.footer-bottom.svelte-82v6jn{justify-content:space-between}@media (max-width: 47.9375em){.footer-bottom.svelte-82v6jn{flex-direction:column-reverse}.footer-bottom.svelte-82v6jn p:where(.svelte-82v6jn){margin:0 var(--undpds-spacing-05) 0}}.footer-copyright.svelte-82v6jn{margin:0 var(--undpds-spacing-05)}@media (min-width: 48em){.footer-copyright.svelte-82v6jn{margin:var(--undpds-spacing-11) 0 0}}.footer-links.svelte-82v6jn{margin:var(--undpds-spacing-07) var(--undpds-spacing-05)}@media (min-width: 48em){.footer-links.svelte-82v6jn{margin:0 0 var(--undpds-spacing-07) 0}}.footer.svelte-82v6jn .footer-icons:where(.svelte-82v6jn){margin:0 1.25rem var(--undpds-spacing-07)}@media (min-width: 48em){.footer.svelte-82v6jn .footer-icons:where(.svelte-82v6jn){justify-content:flex-end;margin:0}}.footer.inverted.svelte-82v6jn{background-color:var(--undpds-color-gray-100);color:var(--undpds-color-black)}.footer.inverted.svelte-82v6jn .footer-head:where(.svelte-82v6jn),.footer.inverted.svelte-82v6jn .footer-top:where(.svelte-82v6jn){border-color:var(--undpds-color-gray-700)}button.svelte-82v6jn:focus-visible{box-shadow:0 0 4px var(--undpds-color-blue-800);outline:0}@media (min-width: 48em){[data-accordion=mobile].svelte-82v6jn .desktop-visible:where(.svelte-82v6jn){display:block!important}[data-accordion=mobile].svelte-82v6jn .desktop-event-none:where(.svelte-82v6jn){pointer-events:none}}a.svelte-1frreul{background-color:transparent}img.svelte-1frreul{border-style:none}button.svelte-1frreul{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button.svelte-1frreul{overflow:visible}button.svelte-1frreul{text-transform:none}button.svelte-1frreul{-webkit-appearance:button;-moz-appearance:button;appearance:button}button.svelte-1frreul::-moz-focus-inner{border-style:none;padding:0}button.svelte-1frreul:-moz-focusring{outline:1px dotted ButtonText}progress.svelte-1frreul{vertical-align:baseline}.svelte-1frreul::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}.grid_description.svelte-1frreul,.menu.svelte-1frreul li:where(.svelte-1frreul) a:where(.svelte-1frreul){font-size:var(--undpds-font-size-12)}@media (min-width: 48em){.grid_description.svelte-1frreul,.menu.svelte-1frreul li:where(.svelte-1frreul) a:where(.svelte-1frreul){font-size:var(--undpds-font-size-14)}}.language__item.svelte-1frreul{font-size:var(--undpds-font-size-14);line-height:1.4}@media (min-width: 48em){.language__item.svelte-1frreul{font-size:var(--undpds-font-size-16)}}.language__item.svelte-1frreul,.sidebar_item.svelte-1frreul{border-bottom:1px solid var(--undpds-color-gray-400)}.breadcrumb__item.svelte-1frreul{border:none}.sidebar_item.svelte-1frreul{align-items:center;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;padding:var(--undpds-spacing-05);position:relative}@media (min-width: 48em){.sidebar_item.svelte-1frreul{padding:var(--undpds-spacing-06)}}.sidebar_item.selected.svelte-1frreul,.sidebar_item.selected.svelte-1frreul:hover{background-color:var(--undpds-color-blue-600)}.breadcrumb__item.svelte-1frreul,.menu.svelte-1frreul li:where(.svelte-1frreul) a:where(.svelte-1frreul){background-image:none}.svelte-1frreul:lang(my) .language__item:where(.svelte-1frreul){font-size:var(--undpds-font-size-12);line-height:1.7}@media (min-width: 48em){.svelte-1frreul:lang(my) .language__item:where(.svelte-1frreul){font-size:var(--undpds-font-size-14)}}.chevron-right-animated.svelte-1frreul i:where(.svelte-1frreul):after,.chevron-right-animated.svelte-1frreul i:where(.svelte-1frreul):before,.download-animated.svelte-1frreul:after,.download-animated.svelte-1frreul:before,.external-link-animated.svelte-1frreul:after,.external-link-animated.svelte-1frreul:before{box-sizing:border-box;content:"";display:block;position:absolute}.chevron-right-animated.svelte-1frreul i:where(.svelte-1frreul){box-sizing:border-box;display:block;height:var(--undpds-spacing-05);left:1.25rem;position:relative;transition:width .3s;width:0}.chevron-right-animated.svelte-1frreul i:where(.svelte-1frreul):before{background-color:var(--undpds-color-red);display:none;height:2px;right:0;top:7px;width:100%}.chevron-right-animated.svelte-1frreul i:where(.svelte-1frreul):after{border-right:2px solid var(--undpds-color-red);border-top:2px solid var(--undpds-color-red);height:var(--undpds-spacing-04);right:0;top:2px;transform:rotate(45deg);width:var(--undpds-spacing-04)}.chevron-right-animated.svelte-1frreul:hover i:where(.svelte-1frreul){width:var(--undpds-spacing-11)}.chevron-right-animated.svelte-1frreul:hover i:where(.svelte-1frreul):before{display:unset}.grid-container.svelte-1frreul{margin-left:auto;margin-right:auto;max-width:75rem;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.svelte-1frreul{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.fluid.svelte-1frreul{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.fluid.svelte-1frreul{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.full.svelte-1frreul{margin-left:auto;margin-right:auto;max-width:100%;padding-left:0;padding-right:0}.grid-x.svelte-1frreul{display:flex;flex-flow:row wrap}.cell.svelte-1frreul{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto.svelte-1frreul{flex:1 1 0}.cell.shrink.svelte-1frreul{flex:0 0 auto}.grid-x.svelte-1frreul>.shrink:where(.svelte-1frreul){width:auto}.grid-x.svelte-1frreul>.small-1:where(.svelte-1frreul),.grid-x.svelte-1frreul>.small-3:where(.svelte-1frreul),.grid-x.svelte-1frreul>.small-8:where(.svelte-1frreul){flex-basis:auto}@media print,screen and (min-width: 64em){.grid-x.svelte-1frreul>.large-2:where(.svelte-1frreul){flex-basis:auto}}.grid-x.svelte-1frreul>.small-1:where(.svelte-1frreul),.grid-x.svelte-1frreul>.small-3:where(.svelte-1frreul),.grid-x.svelte-1frreul>.small-8:where(.svelte-1frreul){flex:0 0 auto}.grid-x.svelte-1frreul>.small-1:where(.svelte-1frreul){width:8.3333333333%}.grid-x.svelte-1frreul>.small-3:where(.svelte-1frreul){width:25%}.grid-x.svelte-1frreul>.small-8:where(.svelte-1frreul){width:66.6666666667%}@media print,screen and (min-width: 64em){.grid-x.svelte-1frreul>.large-auto:where(.svelte-1frreul){flex:1 1 0;width:auto}.grid-x.svelte-1frreul>.large-2:where(.svelte-1frreul){flex:0 0 auto}.grid-x.svelte-1frreul>.large-2:where(.svelte-1frreul){width:16.6666666667%}}.grid-margin-x.svelte-1frreul:not(.grid-x)>.cell:where(.svelte-1frreul){width:auto}.grid-margin-x.svelte-1frreul{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-x.svelte-1frreul{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-margin-x.svelte-1frreul>.cell:where(.svelte-1frreul){margin-left:.625rem;margin-right:.625rem;width:calc(100% - 1.25rem)}@media print,screen and (min-width: 40em){.grid-margin-x.svelte-1frreul>.cell:where(.svelte-1frreul){margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem)}}.grid-margin-x.svelte-1frreul>.shrink:where(.svelte-1frreul){width:auto}.grid-margin-x.svelte-1frreul>.small-1:where(.svelte-1frreul){width:calc(8.33333% - 1.25rem)}.grid-margin-x.svelte-1frreul>.small-3:where(.svelte-1frreul){width:calc(25% - 1.25rem)}.grid-margin-x.svelte-1frreul>.small-8:where(.svelte-1frreul){width:calc(66.66667% - 1.25rem)}@media print,screen and (min-width: 40em){.grid-margin-x.svelte-1frreul>.shrink:where(.svelte-1frreul){width:auto}.grid-margin-x.svelte-1frreul>.small-1:where(.svelte-1frreul){width:calc(8.33333% - 1.875rem)}.grid-margin-x.svelte-1frreul>.small-3:where(.svelte-1frreul){width:calc(25% - 1.875rem)}.grid-margin-x.svelte-1frreul>.small-8:where(.svelte-1frreul){width:calc(66.66667% - 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-x.svelte-1frreul>.large-auto:where(.svelte-1frreul){width:auto}.grid-margin-x.svelte-1frreul>.large-2:where(.svelte-1frreul){width:calc(16.66667% - 1.875rem)}}.small-margin-collapse.svelte-1frreul,.small-padding-collapse.svelte-1frreul{margin-left:0;margin-right:0}@media print,screen and (min-width: 40em){.medium-margin-collapse.svelte-1frreul{margin-left:0;margin-right:0}}@media print,screen and (min-width: 40em){.medium-padding-collapse.svelte-1frreul{margin-left:0;margin-right:0}}@media print,screen and (min-width: 64em){.large-margin-collapse.svelte-1frreul,.large-padding-collapse.svelte-1frreul{margin-left:0;margin-right:0}}.small-offset-0.svelte-1frreul{margin-left:0}.small-offset-1.svelte-1frreul{margin-left:8.3333333333%}.small-offset-2.svelte-1frreul{margin-left:16.6666666667%}.small-offset-3.svelte-1frreul{margin-left:25%}.small-offset-4.svelte-1frreul{margin-left:33.3333333333%}.small-offset-5.svelte-1frreul{margin-left:41.6666666667%}.small-offset-6.svelte-1frreul{margin-left:50%}.small-offset-7.svelte-1frreul{margin-left:58.3333333333%}.small-offset-8.svelte-1frreul{margin-left:66.6666666667%}.small-offset-9.svelte-1frreul{margin-left:75%}.small-offset-10.svelte-1frreul{margin-left:83.3333333333%}.small-offset-11.svelte-1frreul{margin-left:91.6666666667%}@media print,screen and (min-width: 40em){.medium-offset-0.svelte-1frreul{margin-left:0}.medium-offset-1.svelte-1frreul{margin-left:8.3333333333%}.medium-offset-2.svelte-1frreul{margin-left:16.6666666667%}.medium-offset-3.svelte-1frreul{margin-left:25%}.medium-offset-4.svelte-1frreul{margin-left:33.3333333333%}.medium-offset-5.svelte-1frreul{margin-left:41.6666666667%}.medium-offset-6.svelte-1frreul{margin-left:50%}.medium-offset-7.svelte-1frreul{margin-left:58.3333333333%}.medium-offset-8.svelte-1frreul{margin-left:66.6666666667%}.medium-offset-9.svelte-1frreul{margin-left:75%}.medium-offset-10.svelte-1frreul{margin-left:83.3333333333%}.medium-offset-11.svelte-1frreul{margin-left:91.6666666667%}}@media print,screen and (min-width: 64em){.large-offset-0.svelte-1frreul{margin-left:0}.large-offset-1.svelte-1frreul{margin-left:8.3333333333%}.large-offset-2.svelte-1frreul{margin-left:16.6666666667%}.large-offset-3.svelte-1frreul{margin-left:25%}.large-offset-4.svelte-1frreul{margin-left:33.3333333333%}.large-offset-5.svelte-1frreul{margin-left:41.6666666667%}.large-offset-6.svelte-1frreul{margin-left:50%}.large-offset-7.svelte-1frreul{margin-left:58.3333333333%}.large-offset-8.svelte-1frreul{margin-left:66.6666666667%}.large-offset-9.svelte-1frreul{margin-left:75%}.large-offset-10.svelte-1frreul{margin-left:83.3333333333%}.large-offset-11.svelte-1frreul{margin-left:91.6666666667%}}.grid-y.svelte-1frreul{display:flex;flex-flow:column nowrap}.grid-frame.svelte-1frreul{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell.svelte-1frreul .grid-frame:where(.svelte-1frreul){width:100%}.cell-block.svelte-1frreul{max-width:100%;overflow-x:auto}.cell-block.svelte-1frreul,.cell-block-y.svelte-1frreul{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y.svelte-1frreul{max-height:100%;min-height:100%;overflow-y:auto}.cell-block-container.svelte-1frreul{display:flex;flex-direction:column;max-height:100%}@media print,screen and (min-width: 40em){.medium-grid-frame.svelte-1frreul{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell.svelte-1frreul .medium-grid-frame:where(.svelte-1frreul){width:100%}.medium-cell-block.svelte-1frreul{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container.svelte-1frreul{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-y.svelte-1frreul{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width: 64em){.large-grid-frame.svelte-1frreul{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell.svelte-1frreul .large-grid-frame:where(.svelte-1frreul){width:100%}.large-cell-block.svelte-1frreul{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container.svelte-1frreul{display:flex;flex-direction:column;max-height:100%}.large-cell-block-y.svelte-1frreul{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame.svelte-1frreul{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}@media print,screen and (min-width: 40em){.grid-y.medium-grid-frame.svelte-1frreul{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media print,screen and (min-width: 64em){.grid-y.large-grid-frame.svelte-1frreul{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}.cell.svelte-1frreul .grid-y.grid-frame:where(.svelte-1frreul){height:100%}@media print,screen and (min-width: 40em){.cell.svelte-1frreul .grid-y.medium-grid-frame:where(.svelte-1frreul){height:100%}}@media print,screen and (min-width: 64em){.cell.svelte-1frreul .grid-y.large-grid-frame:where(.svelte-1frreul){height:100%}}.grid-margin-y.svelte-1frreul{margin-bottom:-.625rem;margin-top:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-y.svelte-1frreul{margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-frame.grid-margin-y.svelte-1frreul{height:calc(100vh + 1.25rem)}@media print,screen and (min-width: 40em){.grid-frame.grid-margin-y.svelte-1frreul{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-frame.grid-margin-y.svelte-1frreul{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 40em){.grid-margin-y.medium-grid-frame.svelte-1frreul{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-y.large-grid-frame.svelte-1frreul{height:calc(100vh + 1.875rem)}}.float-left.svelte-1frreul{float:left!important}.float-right.svelte-1frreul{float:right!important}.float-center.svelte-1frreul{display:block;margin-left:auto;margin-right:auto}.clearfix.svelte-1frreul:after,.clearfix.svelte-1frreul:before{content:" ";display:table;flex-basis:0;order:1}.clearfix.svelte-1frreul:after{clear:both}.align-left.svelte-1frreul{justify-content:flex-start}.align-right.svelte-1frreul{justify-content:flex-end}.align-center.svelte-1frreul{justify-content:center}.align-justify.svelte-1frreul{justify-content:space-between}.align-spaced.svelte-1frreul{justify-content:space-around}.align-top.svelte-1frreul{align-items:flex-start}.align-self-top.svelte-1frreul{align-self:flex-start}.align-bottom.svelte-1frreul{align-items:flex-end}.align-self-bottom.svelte-1frreul{align-self:flex-end}.align-middle.svelte-1frreul{align-items:center}.align-self-middle.svelte-1frreul{align-self:center}.align-stretch.svelte-1frreul{align-items:stretch}.align-self-stretch.svelte-1frreul{align-self:stretch}.align-center-middle.svelte-1frreul{align-content:center;align-items:center;justify-content:center}.small-order-1.svelte-1frreul{order:1}.small-order-2.svelte-1frreul{order:2}.small-order-3.svelte-1frreul{order:3}.small-order-4.svelte-1frreul{order:4}.small-order-5.svelte-1frreul{order:5}.small-order-6.svelte-1frreul{order:6}@media print,screen and (min-width: 40em){.medium-order-1.svelte-1frreul{order:1}.medium-order-2.svelte-1frreul{order:2}.medium-order-3.svelte-1frreul{order:3}.medium-order-4.svelte-1frreul{order:4}.medium-order-5.svelte-1frreul{order:5}.medium-order-6.svelte-1frreul{order:6}}@media print,screen and (min-width: 64em){.large-order-1.svelte-1frreul{order:1}.large-order-2.svelte-1frreul{order:2}.large-order-3.svelte-1frreul{order:3}.large-order-4.svelte-1frreul{order:4}.large-order-5.svelte-1frreul{order:5}.large-order-6.svelte-1frreul{order:6}}.flex-container.svelte-1frreul{display:flex}.flex-child-auto.svelte-1frreul{flex:1 1 auto}.flex-child-grow.svelte-1frreul{flex:1 0 auto}.flex-child-shrink.svelte-1frreul{flex:0 1 auto}.flex-dir-row.svelte-1frreul{flex-direction:row}.flex-dir-row-reverse.svelte-1frreul{flex-direction:row-reverse}.flex-dir-column.svelte-1frreul{flex-direction:column}.flex-dir-column-reverse.svelte-1frreul{flex-direction:column-reverse}@media print,screen and (min-width: 40em){.medium-flex-container.svelte-1frreul{display:flex}.medium-flex-child-auto.svelte-1frreul{flex:1 1 auto}.medium-flex-child-grow.svelte-1frreul{flex:1 0 auto}.medium-flex-child-shrink.svelte-1frreul{flex:0 1 auto}.medium-flex-dir-row.svelte-1frreul{flex-direction:row}.medium-flex-dir-row-reverse.svelte-1frreul{flex-direction:row-reverse}.medium-flex-dir-column.svelte-1frreul{flex-direction:column}.medium-flex-dir-column-reverse.svelte-1frreul{flex-direction:column-reverse}}@media print,screen and (min-width: 64em){.large-flex-container.svelte-1frreul{display:flex}.large-flex-child-auto.svelte-1frreul{flex:1 1 auto}.large-flex-child-grow.svelte-1frreul{flex:1 0 auto}.large-flex-child-shrink.svelte-1frreul{flex:0 1 auto}.large-flex-dir-row.svelte-1frreul{flex-direction:row}.large-flex-dir-row-reverse.svelte-1frreul{flex-direction:row-reverse}.large-flex-dir-column.svelte-1frreul{flex-direction:column}.large-flex-dir-column-reverse.svelte-1frreul{flex-direction:column-reverse}}.hide.svelte-1frreul{display:none!important}.invisible.svelte-1frreul{visibility:hidden}.visible.svelte-1frreul{visibility:visible}@media print,screen and (max-width: 39.99875em){.hide-for-small-only.svelte-1frreul{display:none!important}}@media screen and (max-width: 0em),screen and (min-width: 40em){.show-for-small-only.svelte-1frreul{display:none!important}}@media print,screen and (min-width: 40em){.hide-for-medium.svelte-1frreul{display:none!important}}@media screen and (max-width: 39.99875em){.show-for-medium.svelte-1frreul{display:none!important}}@media print,screen and (min-width: 40em) and (max-width: 63.99875em){.hide-for-medium-only.svelte-1frreul{display:none!important}}@media screen and (max-width: 39.99875em),screen and (min-width: 64em){.show-for-medium-only.svelte-1frreul{display:none!important}}@media print,screen and (min-width: 64em){.hide-for-large.svelte-1frreul{display:none!important}}@media screen and (max-width: 63.99875em){.show-for-large.svelte-1frreul{display:none!important}}@media print,screen and (min-width: 64em) and (max-width: 74.99875em){.hide-for-large-only.svelte-1frreul{display:none!important}}@media screen and (max-width: 63.99875em),screen and (min-width: 75em){.show-for-large-only.svelte-1frreul{display:none!important}}.show-for-sr.svelte-1frreul,.show-on-focus.svelte-1frreul{height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.show-on-focus.svelte-1frreul:active,.show-on-focus.svelte-1frreul:focus{height:auto!important;overflow:visible!important;position:static!important;width:auto!important;clip:auto!important;white-space:normal!important}.hide-for-portrait.svelte-1frreul,.show-for-landscape.svelte-1frreul{display:block!important}@media screen and (orientation: landscape){.hide-for-portrait.svelte-1frreul,.show-for-landscape.svelte-1frreul{display:block!important}}@media screen and (orientation: portrait){.hide-for-portrait.svelte-1frreul,.show-for-landscape.svelte-1frreul{display:none!important}}.hide-for-landscape.svelte-1frreul,.show-for-portrait.svelte-1frreul{display:none!important}@media screen and (orientation: landscape){.hide-for-landscape.svelte-1frreul,.show-for-portrait.svelte-1frreul{display:none!important}}@media screen and (orientation: portrait){.hide-for-landscape.svelte-1frreul,.show-for-portrait.svelte-1frreul{display:block!important}}.show-for-dark-mode.svelte-1frreul{display:none}.hide-for-dark-mode.svelte-1frreul{display:block}@media screen and (prefers-color-scheme: dark){.show-for-dark-mode.svelte-1frreul{display:block!important}.hide-for-dark-mode.svelte-1frreul{display:none!important}}.show-for-ie.svelte-1frreul{display:none}@media (-ms-high-contrast: active),(-ms-high-contrast: none){.show-for-ie.svelte-1frreul{display:block!important}.hide-for-ie.svelte-1frreul{display:none!important}}.show-for-sticky.svelte-1frreul{display:none}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}.color-wrapper.svelte-1frreul{display:block}@media (min-width: 48em){.color-wrapper.svelte-1frreul{display:flex;flex-wrap:wrap;justify-content:space-around}}.color__row.svelte-1frreul{width:100%}@media (min-width: 48em){.color__row.svelte-1frreul{width:calc(50% - 10px)}}.color__row.full.svelte-1frreul{width:100%}.Primary-text.svelte-1frreul{color:var(--undpds-color-black);font-size:var(--undpds-font-size-12);margin-top:-1.538rem;text-align:center}@media (min-width: 48em){.Primary-text.svelte-1frreul{margin-top:-1.55rem}}.color__define.svelte-1frreul{display:flex;margin-bottom:1.25rem}.color__define_balance.svelte-1frreul{display:flex;width:100%}.icon--bar.svelte-1frreul{cursor:pointer}.chevron-right-animated.svelte-1frreul{display:inline-block;max-width:6rem;width:100%}.external-link-animated.svelte-1frreul{box-shadow:-2px 2px 0 0 var(--undpds-color-dark-red),-4px 0 0 -2px var(--undpds-color-dark-red),-3px 3px 0 -1px var(--undpds-color-dark-red);box-sizing:border-box;cursor:pointer;display:inline-block;height:var(--undpds-spacing-04);margin-inline-start:-2px;position:relative;width:var(--undpds-spacing-04)}.external-link-animated.svelte-1frreul:before{background:var(--undpds-color-dark-red);height:2px;inset-block-start:3.5px;inset-inline-end:0;transform:rotate(-45deg) translate(0);transition:all .3s;width:.625rem}.external-link-animated.svelte-1frreul:after{border-block-start:2px solid var(--undpds-color-dark-red);border-inline-end:2px solid var(--undpds-color-dark-red);height:var(--undpds-spacing-03);inset-block-start:0;inset-inline-end:0;transform:translate(0);transition:transform .3s;width:var(--undpds-spacing-03)}.external-link-animated.svelte-1frreul:hover:after{transform:translate(5px,-5px)}.external-link-animated.svelte-1frreul:hover:before{transform:rotate(-45deg) translate(7px)}.download-animated.svelte-1frreul{align-items:flex-end;box-sizing:border-box;cursor:pointer;display:flex;height:12px;position:relative}.download-animated.svelte-1frreul i:where(.svelte-1frreul){border:2px solid var(--undpds-color-dark-red);border-block-start:0;box-sizing:content-box;display:block;height:6px;width:1.125rem}.download-animated.svelte-1frreul:after{border-block-end:2px solid var(--undpds-color-dark-red);border-inline-start:2px solid var(--undpds-color-dark-red);height:8px;inset-block-end:6px;inset-inline-start:7px;transform:rotate(-45deg) translate(0);transition:all .3s;width:8px}.download-animated.svelte-1frreul:before{background:var(--undpds-color-dark-red);height:10px;inset-block-end:7px;inset-inline-start:10px;transform:translate(0);transition:all .3s;width:2px}.download-animated.svelte-1frreul:hover:after{transform:rotate(-45deg) translate(7px,-7px)}.download-animated.svelte-1frreul:hover:before{transform:translateY(-10px)}.icons-container.svelte-1frreul{display:flex;flex-wrap:wrap}img.svelte-1frreul{height:auto;max-width:100%}.credits.svelte-1frreul{font-size:var(--undpds-font-size-14);line-height:1.4;margin-left:auto}@container (width > 30em){.credits.svelte-1frreul{font-size:var(--undpds-font-size-16)}}.grid_name.svelte-1frreul{color:var(--undpds-color-black);font-size:1.375rem;margin-bottom:var(--undpds-spacing-05);margin-top:var(--undpds-spacing-05);min-height:28px}@media (max-width: 47.9375em){.grid_name.svelte-1frreul{font-size:1.625rem}}.grid_name.svelte-1frreul span:where(.svelte-1frreul){font-size:var(--undpds-font-size-14)}.grid_description.svelte-1frreul{color:var(--undpds-color-black);margin-bottom:1.25rem}.grid--layout.svelte-1frreul{background-color:var(--undpds-color-gray-300);height:var(--undpds-spacing-09);margin-bottom:var(--undpds-spacing-03)}.grid--layout.svelte-1frreul:nth-child(odd){background-color:var(--undpds-color-gray-200)}.breadcrumb__item.svelte-1frreul{background-image:none;color:var(--undpds-color-dark-red);font-size:var(--undpds-font-size-12);font-weight:600;text-transform:uppercase}.breadcrumb__item.svelte-1frreul:hover{color:var(--undpds-color-red)}.svelte-1frreul:lang(ro) .breadcrumb__item:where(.svelte-1frreul){font-weight:700}.language__item.svelte-1frreul{display:inline-block;line-height:.9;min-width:100px;padding:var(--undpds-spacing-04) var(--undpds-spacing-05)}.menu.svelte-1frreul li:where(.svelte-1frreul) a:where(.svelte-1frreul){border:none;display:inline;letter-spacing:.03em;text-transform:uppercase}.menu.svelte-1frreul li:where(.svelte-1frreul) a:where(.svelte-1frreul):focus,.menu.svelte-1frreul li:where(.svelte-1frreul) a:where(.svelte-1frreul):hover{color:var(--undpds-color-gray-600);cursor:pointer}.menu.svelte-1frreul li:where(.svelte-1frreul) a.selected:where(.svelte-1frreul){border-bottom:2px solid var(--undpds-color-dark-red);padding-bottom:var(--undpds-spacing-02)}.progress-container.svelte-1frreul{background:var(--undpds-color-gray-300);height:.75rem;width:100%}@media (min-width: 48em){.progress-container.svelte-1frreul{height:1rem}}.progress-container.small.svelte-1frreul{height:.625rem}@media (min-width: 48em){.progress-container.small.svelte-1frreul{height:.75rem}}.progress-bar.svelte-1frreul{height:.75rem;min-width:1%;position:fixed;transition:width .2s linear;width:34%;z-index:1}@media (min-width: 48em){.progress-bar.svelte-1frreul{height:1rem}}.progress-top.svelte-1frreul{top:0}.sidebar_item.svelte-1frreul:hover{background-color:var(--undpds-color-gray-200)}.scroll.svelte-1frreul{overflow-x:auto}.form-check.svelte-1frreul{align-items:center;display:flex;position:relative}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .icon-globe:where(.svelte-1frreul),.country-header.svelte-1frreul .header:where(.svelte-1frreul) .icon-search:where(.svelte-1frreul){background-color:var(--undpds-color-blue-600);border:0;cursor:pointer;display:inline-flex;font-size:0;height:26px;margin-inline-end:var(--undpds-spacing-03);min-width:25px;padding:0;width:25px}@media (max-width: 47.9375em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .icon-globe:where(.svelte-1frreul),.country-header.svelte-1frreul .header:where(.svelte-1frreul) .icon-search:where(.svelte-1frreul){margin-inline-end:0;-webkit-mask:inherit;mask:inherit}}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .icon-globe:where(.svelte-1frreul):hover,.country-header.svelte-1frreul .header:where(.svelte-1frreul) .icon-search:where(.svelte-1frreul):hover{background-color:var(--undpds-color-blue-400)}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .top-left:where(.svelte-1frreul) .logo:where(.svelte-1frreul){background-image:none}.country-header.svelte-1frreul .header:where(.svelte-1frreul){background-color:var(--undpds-color-gray-100);height:7.1875rem;left:0;top:0;width:100%;z-index:9}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .top-left:where(.svelte-1frreul) .logo:where(.svelte-1frreul) img:where(.svelte-1frreul){min-width:60px;transition:all .4s cubic-bezier(.64,.05,.35,1.05)}@media (min-width: 64em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .top-left:where(.svelte-1frreul) .logo:where(.svelte-1frreul) img:where(.svelte-1frreul){height:calc(var(--undpds-header-height-xlarge) + 7px)}}@media (max-width: 63.9375em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .top-left:where(.svelte-1frreul) .logo:where(.svelte-1frreul) img:where(.svelte-1frreul){height:calc(var(--undpds-header-height-medium) + 7px);min-width:40px}}.country-header.svelte-1frreul{height:7.1875rem}@media (max-width: 63.9375em){.country-header.svelte-1frreul{height:4.6875rem}}.country-header.svelte-1frreul .header:where(.svelte-1frreul){background-color:#fafafa;box-shadow:0 3px 6px #0000001a;height:unset;min-height:7.1875rem;position:fixed}@media (max-width: 63.9375em){.country-header.svelte-1frreul .header:where(.svelte-1frreul){min-height:4.6875rem}}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .grid-container.fluid:where(.svelte-1frreul)>.grid-margin-x:where(.svelte-1frreul){justify-content:space-between}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .site-title:where(.svelte-1frreul){flex-shrink:0;font-size:1rem;font-weight:600;line-height:1.142;margin-block-start:-.25rem;margin-inline-end:1.5rem;padding:.438rem 0}@media (max-width: 63.9375em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .site-title:where(.svelte-1frreul){width:calc(100% - 64px)}}@media (min-width: 90em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .site-title:where(.svelte-1frreul){font-size:1.25rem;margin-inline-end:auto;width:auto}}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .site-title:where(.svelte-1frreul) span:where(.svelte-1frreul):first-of-type:not(:last-of-type){border-bottom:1px solid #a9b1b7;display:inline-block;font-size:.75rem;margin:0;padding-block-end:1px}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .site-title:where(.svelte-1frreul) span:where(.svelte-1frreul):first-of-type:not(:last-of-type) a:where(.svelte-1frreul){color:#55606e}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .site-title:where(.svelte-1frreul) span:where(.svelte-1frreul){display:flex;margin-block-start:.3rem}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .site-title:where(.svelte-1frreul) span:where(.svelte-1frreul) a:where(.svelte-1frreul){background:none;font-size:inherit}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .top-left:where(.svelte-1frreul){align-items:center;display:flex;order:1}@media (min-width: 64em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .top-left:where(.svelte-1frreul):not(.large-9){max-width:14rem;width:auto}}@media (max-width: 63.9375em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .top-left:where(.svelte-1frreul):not(.large-9){width:auto}}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .top-left:where(.svelte-1frreul) .logo:where(.svelte-1frreul){align-items:flex-start;display:flex;height:7.1875rem;margin-inline-end:1.5rem;position:relative;z-index:2}@media (max-width: 63.9375em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .top-left:where(.svelte-1frreul) .logo:where(.svelte-1frreul){height:4.6875rem}}@media (max-width: 47.9375em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .top-left:where(.svelte-1frreul) .logo:where(.svelte-1frreul){margin-inline-end:.75rem}}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .top-center:where(.svelte-1frreul){justify-content:center;order:2}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .align-content-middle:where(.svelte-1frreul){align-items:center;display:flex;position:relative}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .menu:where(.svelte-1frreul){align-items:stretch;align-self:stretch;display:flex;flex-grow:0;flex-shrink:1;margin:0;min-height:7.1875rem}@media (max-width: 63.9375em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .menu:where(.svelte-1frreul){display:none}}@media (min-width: 64em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .menu:where(.svelte-1frreul){margin:0}}@media (min-width: 90em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .menu:where(.svelte-1frreul){margin:0}}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .menu:where(.svelte-1frreul)>ul:where(.svelte-1frreul){align-items:center;column-gap:0;display:flex;flex-direction:row;justify-content:space-evenly;margin:0 auto;padding-inline:0;position:relative}@media (min-width: 90em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .menu:where(.svelte-1frreul)>ul:where(.svelte-1frreul){column-gap:0}}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .menu:where(.svelte-1frreul)>ul:where(.svelte-1frreul)>li:where(.svelte-1frreul){align-items:stretch;align-self:stretch;display:flex;justify-content:center;margin:0;padding-inline:0;word-break:keep-all}@media (min-width: 90em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .menu:where(.svelte-1frreul)>ul:where(.svelte-1frreul)>li:where(.svelte-1frreul){margin:0}}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .menu:where(.svelte-1frreul)>ul:where(.svelte-1frreul)>li:where(.svelte-1frreul):first-of-type{margin-inline-start:0}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .menu:where(.svelte-1frreul)>ul:where(.svelte-1frreul)>li:where(.svelte-1frreul)>a:where(.svelte-1frreul){align-items:center;display:flex;justify-content:center;padding:0 1.5rem;text-align:center;white-space:nowrap;width:100%}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .top-right:where(.svelte-1frreul){align-items:center;display:flex;justify-content:flex-end;order:3}@media (min-width: 64em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .top-right:where(.svelte-1frreul){flex:0 1 auto}}@media (min-width: 90em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .top-right:where(.svelte-1frreul){box-sizing:border-box}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .top-right:where(.svelte-1frreul)>:where(.svelte-1frreul):last-child{margin-inline-end:4rem}}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .dropdown-language:where(.svelte-1frreul){align-items:center;display:flex;justify-self:flex-end}@media (max-width: 63.9375em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .dropdown-language:where(.svelte-1frreul){display:none}}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .icon-search:where(.svelte-1frreul){margin-inline-start:1rem;-webkit-mask:url(../../images/search.svg) no-repeat left center;mask:url(../../images/search.svg) no-repeat left center}@media (max-width: 47.9375em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .icon-search:where(.svelte-1frreul){background:transparent url(../../images/search.svg) no-repeat 0}}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .icon-globe:where(.svelte-1frreul){margin-inline-start:1.75rem;-webkit-mask:url(../../images/globe.svg) no-repeat left center;mask:url(../../images/globe.svg) no-repeat left center}@media (max-width: 63.9375em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .icon-globe:where(.svelte-1frreul){display:none}}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .button:where(.svelte-1frreul){display:block;margin-inline-start:1rem}@media (max-width: 63.9375em){.country-header.svelte-1frreul .header:where(.svelte-1frreul) .button:where(.svelte-1frreul){display:none}}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .menu:where(.svelte-1frreul),.country-header.svelte-1frreul .header:where(.svelte-1frreul) .site-title:where(.svelte-1frreul),.country-header.svelte-1frreul .header:where(.svelte-1frreul) .top-right:where(.svelte-1frreul){transition:opacity .3s ease}.color-white.svelte-1frreul{color:var(--undpds-color-white)}.color-black.svelte-1frreul{color:var(--undpds-color-black)}.show-large.svelte-1frreul{display:none}@media (min-width: 48em){.show-large.svelte-1frreul{display:block}}.show-small.svelte-1frreul{display:block}@media (min-width: 48em){.show-small.svelte-1frreul{display:none}}.height-full.svelte-1frreul{height:100%}.overlay-grey.svelte-1frreul:before{background:#0003}.delay-1.svelte-1frreul{transition-delay:.1s}.delay-2.svelte-1frreul{transition-delay:.2s}.delay-3.svelte-1frreul{transition-delay:.3s}.delay-4.svelte-1frreul{transition-delay:.4s}.delay-5.svelte-1frreul{transition-delay:.5s}.scale-up.inviewport.svelte-1frreul{transform:scale(1)}.expand-to-size.svelte-1frreul{max-width:calc(100% - 1.5rem)}@media (min-width: 48em){.expand-to-size.svelte-1frreul{max-width:calc(100% - 3rem)}}.overflow-hidden.svelte-1frreul{overflow:hidden}.background-yellow.svelte-1frreul{background-color:var(--undpds-color-light-yellow)}.background-red.svelte-1frreul{background-color:var(--undpds-color-light-red)}.background-green.svelte-1frreul{background-color:var(--undpds-color-light-green)}.background-blue.svelte-1frreul{background-color:var(--undpds-color-blue-100)}.background-gray.svelte-1frreul{background-color:var(--undpds-color-gray-100)}.background-white.svelte-1frreul{background-color:var(--undpds-color-white)}.overlay-grey.svelte-1frreul:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.scale-up.svelte-1frreul{transform:scale(.9);transition:transform 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.svelte-1frreul{opacity:0;transition:opacity 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.inviewport.svelte-1frreul{opacity:1;transform:translate(0)}a.svelte-1frreul{background-image:linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red)),linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red));background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}a.svelte-1frreul:hover{animation:svelte-1frreul-lineLoop-animation 2s linear infinite}.custom-scrollbar.svelte-1frreul{overflow-x:auto;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:var(--undpds-color-black) transparent;scrollbar-width:thin}.custom-scrollbar.svelte-1frreul::-webkit-scrollbar{border-radius:0;height:5px;width:5px}.custom-scrollbar.svelte-1frreul::-webkit-scrollbar-track{background:var(--undpds-color-black);background-clip:padding-box;border:2px solid var(--undpds-color-white)}.custom-scrollbar.svelte-1frreul::-webkit-scrollbar-corner{display:none}.custom-scrollbar.svelte-1frreul::-webkit-scrollbar-thumb{background:var(--undpds-color-black)}.svelte-1frreul:lang(my) button:where(.svelte-1frreul),.svelte-1frreul:lang(my) div:where(.svelte-1frreul),.svelte-1frreul:lang(my) h6:where(.svelte-1frreul){font-family:var(--undpds-font-family-notosans-burmese);line-height:1.7}.svelte-1frreul:lang(my) ul:where(.svelte-1frreul) li:where(.svelte-1frreul){font-size:var(--undpds-font-size-14);line-height:1.9}@media (min-width: 48em){.svelte-1frreul:lang(my) ul:where(.svelte-1frreul) li:where(.svelte-1frreul){font-size:1.125rem}}.svelte-1frreul:lang(bn) button:where(.svelte-1frreul),.svelte-1frreul:lang(bn) div:where(.svelte-1frreul),.svelte-1frreul:lang(bn) h6:where(.svelte-1frreul){font-family:var(--undpds-font-family-unbangla)}.svelte-1frreul:lang(ar) button:where(.svelte-1frreul),.svelte-1frreul:lang(ar) div:where(.svelte-1frreul),.svelte-1frreul:lang(ar) h6:where(.svelte-1frreul){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-1frreul:lang(az) button:where(.svelte-1frreul),.svelte-1frreul:lang(az) div:where(.svelte-1frreul),.svelte-1frreul:lang(az) h6:where(.svelte-1frreul){font-family:var(--undpds-font-family-notosans)}.svelte-1frreul:lang(zh) button:where(.svelte-1frreul),.svelte-1frreul:lang(zh) div:where(.svelte-1frreul),.svelte-1frreul:lang(zh) h6:where(.svelte-1frreul){font-family:var(--undpds-font-family-notosans-chinese)}.svelte-1frreul:lang(ja) button:where(.svelte-1frreul),.svelte-1frreul:lang(ja) div:where(.svelte-1frreul),.svelte-1frreul:lang(ja) h6:where(.svelte-1frreul){font-family:var(--undpds-font-family-notosans-japanese)}.svelte-1frreul:lang(ja) div:where(.svelte-1frreul){font-weight:350}.svelte-1frreul:lang(ka) button:where(.svelte-1frreul),.svelte-1frreul:lang(ka) div:where(.svelte-1frreul),.svelte-1frreul:lang(ka) h6:where(.svelte-1frreul){font-family:var(--undpds-font-family-notosans-georgian)}.svelte-1frreul:lang(km) button:where(.svelte-1frreul),.svelte-1frreul:lang(km) div:where(.svelte-1frreul),.svelte-1frreul:lang(km) h6:where(.svelte-1frreul){font-family:var(--undpds-font-family-notosans-khmer)}.svelte-1frreul:lang(ko) button:where(.svelte-1frreul),.svelte-1frreul:lang(ko) div:where(.svelte-1frreul),.svelte-1frreul:lang(ko) h6:where(.svelte-1frreul){font-family:var(--undpds-font-family-notosans-korean)}.svelte-1frreul:lang(ku) button:where(.svelte-1frreul),.svelte-1frreul:lang(ku) div:where(.svelte-1frreul),.svelte-1frreul:lang(ku) h6:where(.svelte-1frreul){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-1frreul:lang(ne) button:where(.svelte-1frreul),.svelte-1frreul:lang(ne) div:where(.svelte-1frreul),.svelte-1frreul:lang(ne) h6:where(.svelte-1frreul){font-family:var(--undpds-font-family-notosans)}button.svelte-1frreul{font-family:var(--undpds-font-family-proximanova)}h6.svelte-1frreul{margin:0;margin-bottom:var(--undpds-spacing-04);padding:0}@media (min-width: 48em){h6.svelte-1frreul{margin-bottom:var(--undpds-spacing-05)}}h6.svelte-1frreul{font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03rem;line-height:1.15;text-transform:uppercase}ul.svelte-1frreul{margin:0;padding-left:1.125rem}@media (min-width: 48em){ul.svelte-1frreul{padding-left:1.313rem}}ul.svelte-1frreul li:where(.svelte-1frreul){margin-bottom:var(--undpds-spacing-05);padding-left:.875rem}@media (min-width: 48em){ul.svelte-1frreul li:where(.svelte-1frreul){margin-bottom:var(--undpds-spacing-06);padding-left:var(--undpds-spacing-04)}}ul.svelte-1frreul li:where(.svelte-1frreul)::marker{font-size:1.125rem}@media (min-width: 48em){ul.svelte-1frreul li:where(.svelte-1frreul)::marker{font-size:1.313rem}}@keyframes svelte-1frreul-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}a.svelte-1frreul{color:var(--undpds-color-black);text-decoration:none}.menu.svelte-1frreul ul:where(.svelte-1frreul){padding:0}.menu.svelte-1frreul ul:where(.svelte-1frreul) li:where(.svelte-1frreul){display:inline-block;margin:.75rem 3.75rem .75rem 0;padding-left:0}.menu.svelte-1frreul ul:where(.svelte-1frreul) li:where(.svelte-1frreul):last-of-type{margin-right:0}.mega-nav-option.svelte-1frreul{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f7f7f7e6;box-shadow:0 3px 6px #00000029;box-sizing:border-box;display:none;left:50%;max-width:75.5rem;min-height:37.5rem;padding:4rem 0 0 3rem;position:fixed;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transition:translateX(-50%);z-index:8}.mega-nav-option.float-higher.svelte-1frreul{z-index:16}.mega-nav-option.show-mega.svelte-1frreul{display:block}.country-header.svelte-1frreul .mega-nav-option:where(.svelte-1frreul){animation-fill-mode:backwards}.country-header.svelte-1frreul .mega-nav-option.show-mega:where(.svelte-1frreul){-webkit-animation:svelte-1frreul-circle-square-transition .3s cubic-bezier(.25,.27,.11,.99) forwards;-moz-animation:svelte-1frreul-circle-square-transition .3s cubic-bezier(.25,.27,.11,.99) forwards;-ms-animation:svelte-1frreul-circle-square-transition .3s cubic-bezier(.25,.27,.11,.99) forwards;-o-animation:svelte-1frreul-circle-square-transition .3s cubic-bezier(.25,.27,.11,.99) forwards;animation:svelte-1frreul-circle-square-transition .3s cubic-bezier(.25,.27,.11,.99) forwards}.country-header.svelte-1frreul .mega-nav-option.show-mega-back:where(.svelte-1frreul){-webkit-animation:svelte-1frreul-circle-square-transition-back .3s cubic-bezier(.25,.27,.11,.99) forwards;-moz-animation:svelte-1frreul-circle-square-transition-back .3s cubic-bezier(.25,.27,.11,.99) forwards;-ms-animation:svelte-1frreul-circle-square-transition-back .3s cubic-bezier(.25,.27,.11,.99) forwards;-o-animation:svelte-1frreul-circle-square-transition-back .3s cubic-bezier(.25,.27,.11,.99) forwards;animation:svelte-1frreul-circle-square-transition-back .3s cubic-bezier(.25,.27,.11,.99) forwards;box-shadow:none;display:block}.country-header.svelte-1frreul .mega-nav-option.no-effect:where(.svelte-1frreul){-webkit-animation:0s 0s none;-moz-animation:0s 0s none;-ms-animation:0s 0s none;-o-animation:0s 0s none;animation:0s 0s none}@-webkit-keyframes svelte-1frreul-circle-square-transition{0%{border-radius:50%;height:3.125rem;margin-top:-4.375rem;opacity:.4;width:6.25rem}15%{border-radius:50%;height:9.375rem;margin-top:-4.375rem;opacity:.25;width:11.25rem}30%{border-radius:50%;height:37.5rem;margin-top:-20.625rem;opacity:.5;width:37.5rem}45%{border-radius:45%;height:44.0625rem;margin-top:-20.625rem;width:44.0625rem}60%{border-radius:0 0 80% 80%/0 0 70% 70%;height:52.5rem;margin-top:-20.625rem;width:56.25rem}75%{border-radius:0 0 50% 50%/0 0 20% 20%;height:56.25rem;margin-top:-20.625rem;max-width:68.5rem}to{border-radius:0;opacity:1}}@keyframes svelte-1frreul-circle-square-transition{0%{border-radius:50%;height:3.125rem;margin-top:-4.375rem;opacity:.4;width:6.25rem}15%{border-radius:50%;height:9.375rem;margin-top:-4.375rem;opacity:.25;width:11.25rem}30%{border-radius:50%;height:37.5rem;margin-top:-20.625rem;opacity:.5;width:37.5rem}45%{border-radius:45%;height:44.0625rem;margin-top:-20.625rem;width:44.0625rem}60%{border-radius:0 0 80% 80%/0 0 70% 70%;height:52.5rem;margin-top:-20.625rem;width:56.25rem}75%{border-radius:0 0 50% 50%/0 0 20% 20%;height:56.25rem;margin-top:-20.625rem;max-width:68.5rem}to{border-radius:0;opacity:1}}@-webkit-keyframes svelte-1frreul-circle-square-transition-back{0%{border-radius:0;opacity:1}15%{border-radius:0 0 50% 50%/0 0 20% 20%;height:56.25rem;margin-top:-20.625rem;max-width:68.5rem}30%{border-radius:0 0 80% 80%/0 0 70% 70%;height:52.5rem;margin-top:-20.625rem;width:56.25rem}45%{border-radius:45%;height:44.0625rem;margin-top:-20.625rem;width:44.0625rem}60%{border-radius:50%;height:37.5rem;margin-top:-20.625rem;opacity:.5;width:37.5rem}75%{border-radius:50%;height:9.375rem;margin-top:-4.375rem;opacity:.25;width:11.25rem}to{border-radius:50%;height:3.125rem;margin-top:-4.375rem;opacity:.4;width:6.25rem}}@keyframes svelte-1frreul-circle-square-transition-back{0%{border-radius:0;opacity:1}15%{border-radius:0 0 50% 50%/0 0 20% 20%;height:56.25rem;margin-top:-20.625rem;max-width:68.5rem}30%{border-radius:0 0 80% 80%/0 0 70% 70%;height:52.5rem;margin-top:-20.625rem;width:56.25rem}45%{border-radius:45%;height:44.0625rem;margin-top:-20.625rem;width:44.0625rem}60%{border-radius:50%;height:37.5rem;margin-top:-20.625rem;opacity:.5;width:37.5rem}75%{border-radius:50%;height:9.375rem;margin-top:-4.375rem;opacity:.25;width:11.25rem}to{border-radius:50%;height:3.125rem;margin-top:-4.375rem;opacity:.4;width:6.25rem}}@-webkit-keyframes svelte-1frreul-transition-opacity{0%{opacity:0}to{opacity:1}}@keyframes svelte-1frreul-transition-opacity{0%{opacity:0}to{opacity:1}}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul){-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f7f7f7e6}.dropdown-menu-wrapper.svelte-1frreul{margin-block-start:7.1875rem}.menu.svelte-1frreul ul:where(.svelte-1frreul){display:flex}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul){display:block;position:relative;text-align:center}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul){box-shadow:0 3px 6px #00000029;display:none;flex-direction:column;inset-block-start:calc(100% - 2rem);inset-inline-start:-1rem;padding-inline:0;position:absolute;width:18rem;z-index:10}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul){display:block;letter-spacing:normal;margin:0;padding:0;position:relative;text-align:left;transition:.2s ease;white-space:wrap;width:100%;word-break:keep-all}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul) a:where(.svelte-1frreul){align-items:center;border-bottom:1px solid #d4d6d8;column-gap:1rem;display:flex;font-size:1rem;font-weight:400;justify-content:space-between;letter-spacing:unset;line-height:1.25;padding:1.25rem;text-align:left;text-transform:none;transition:.2s ease;width:auto}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li.has-submenu:where(.svelte-1frreul)>a:where(.svelte-1frreul):after{background:url(data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2220%22%20viewBox%3D%220%200%2013%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L11%209.99781L1%2019%22%20stroke%3D%22%23EE402D%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E) no-repeat 100%;color:var(--undpds-color-dark-red);content:"";display:flex;height:18px;margin-inline-start:auto;min-width:20px;transition:.2s ease}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul)>a:where(.svelte-1frreul):not(.external,.download){padding-inline-end:1.25rem}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul)>a.external:where(.svelte-1frreul) .external-link-animated:where(.svelte-1frreul){min-width:.75rem}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul)>a.external:where(.svelte-1frreul) .download-animated:where(.svelte-1frreul){min-width:1.25rem}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul):focus-within>ul.submenu:where(.svelte-1frreul),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul):focus>ul.submenu:where(.svelte-1frreul),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul):hover>ul.submenu:where(.svelte-1frreul){display:flex;position:absolute}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus-within,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):hover{background:var(--undpds-color-blue-600);color:var(--undpds-color-white);transition:.2s ease}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus-within:not(.has-submenu),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus:not(.has-submenu),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):hover:not(.has-submenu){background:var(--undpds-color-gray-400);color:var(--undpds-color-black)}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus-within>ul.submenu:where(.svelte-1frreul),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus>ul.submenu:where(.svelte-1frreul),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):hover>ul.submenu:where(.svelte-1frreul){display:flex;flex-direction:column;inset-block-start:0;inset-inline-start:100%;position:absolute}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:focus-within.edge:where(.svelte-1frreul)>ul.submenu:where(.svelte-1frreul),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:focus.edge:where(.svelte-1frreul)>ul.submenu:where(.svelte-1frreul),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:hover.edge:where(.svelte-1frreul)>ul.submenu:where(.svelte-1frreul){inset-inline-end:100%;inset-inline-start:unset}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus-within>a:where(.svelte-1frreul),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus-within>a.active:where(.svelte-1frreul),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus-within>a:where(.svelte-1frreul):focus,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus-within>a:where(.svelte-1frreul):focus-within,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus-within>a:where(.svelte-1frreul):hover,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus>a:where(.svelte-1frreul),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus>a.active:where(.svelte-1frreul),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus>a:where(.svelte-1frreul):focus,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus>a:where(.svelte-1frreul):focus-within,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus>a:where(.svelte-1frreul):hover,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):hover>a:where(.svelte-1frreul),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):hover>a.active:where(.svelte-1frreul),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):hover>a:where(.svelte-1frreul):focus,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):hover>a:where(.svelte-1frreul):focus-within,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):hover>a:where(.svelte-1frreul):hover{color:var(--undpds-color-black)}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:focus-within.has-submenu:where(.svelte-1frreul)>a:where(.svelte-1frreul),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:focus.has-submenu:where(.svelte-1frreul)>a:where(.svelte-1frreul),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:hover.has-submenu:where(.svelte-1frreul)>a:where(.svelte-1frreul){color:var(--undpds-color-white)}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus-within>a:where(.svelte-1frreul):not(.external,.download),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus>a:where(.svelte-1frreul):not(.external,.download),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):hover>a:where(.svelte-1frreul):not(.external,.download){padding-inline-end:.75rem}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:focus-within.has-submenu:where(.svelte-1frreul)>a:where(.svelte-1frreul):after,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:focus.has-submenu:where(.svelte-1frreul)>a:where(.svelte-1frreul):after,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:hover.has-submenu:where(.svelte-1frreul)>a:where(.svelte-1frreul):after{background:url(data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2220%22%20viewBox%3D%220%200%2013%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L11%209.99781L1%2019%22%20stroke%3D%22%23EDEFF0%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E) no-repeat 100%;margin-inline-start:.5rem}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus-within>a.external:where(.svelte-1frreul) .external-link-animated:where(.svelte-1frreul),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus>a.external:where(.svelte-1frreul) .external-link-animated:where(.svelte-1frreul),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):hover>a.external:where(.svelte-1frreul) .external-link-animated:where(.svelte-1frreul){box-shadow:-2px 2px 0 0 var(--undpds-color-dark-red),-4px 0 0 -2px var(--undpds-color-dark-red),-3px 3px 0 -1px var(--undpds-color-dark-red)}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus-within>a.external:where(.svelte-1frreul) .external-link-animated:where(.svelte-1frreul):before,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus>a.external:where(.svelte-1frreul) .external-link-animated:where(.svelte-1frreul):before,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):hover>a.external:where(.svelte-1frreul) .external-link-animated:where(.svelte-1frreul):before{background-color:var(--undpds-color-dark-red);transition:transform .2s}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus-within>a.external:where(.svelte-1frreul) .external-link-animated:where(.svelte-1frreul):after,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus>a.external:where(.svelte-1frreul) .external-link-animated:where(.svelte-1frreul):after,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):hover>a.external:where(.svelte-1frreul) .external-link-animated:where(.svelte-1frreul):after{border-block-start:2px solid var(--undpds-color-dark-red);border-inline-end:2px solid var(--undpds-color-dark-red);transition:transform .2s}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus-within>a.download:where(.svelte-1frreul) .download-animated:where(.svelte-1frreul):before,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus>a.download:where(.svelte-1frreul) .download-animated:where(.svelte-1frreul):before,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):hover>a.download:where(.svelte-1frreul) .download-animated:where(.svelte-1frreul):before{background-color:var(--undpds-color-dark-red);transition:transform .2s}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus-within>a.download:where(.svelte-1frreul) .download-animated:where(.svelte-1frreul) i:where(.svelte-1frreul),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus>a.download:where(.svelte-1frreul) .download-animated:where(.svelte-1frreul) i:where(.svelte-1frreul),.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):hover>a.download:where(.svelte-1frreul) .download-animated:where(.svelte-1frreul) i:where(.svelte-1frreul){border:2px solid var(--undpds-color-dark-red);border-block-start:0;transition:transform .2s}.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus-within>a.download:where(.svelte-1frreul) .download-animated:where(.svelte-1frreul):after,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):focus>a.download:where(.svelte-1frreul) .download-animated:where(.svelte-1frreul):after,.menu.svelte-1frreul ul:where(.svelte-1frreul)>li:where(.svelte-1frreul) ul.submenu:where(.svelte-1frreul) li:where(.svelte-1frreul):hover>a.download:where(.svelte-1frreul) .download-animated:where(.svelte-1frreul):after{border-block-end:2px solid var(--undpds-color-dark-red);border-inline-start:2px solid var(--undpds-color-dark-red);transition:transform .2s}.menu.svelte-1frreul li:where(.svelte-1frreul)>a.external:where(.svelte-1frreul) .external-link-animated:where(.svelte-1frreul):after{transform:rotate(0) translate(0)}.menu.svelte-1frreul li:where(.svelte-1frreul)>a.external:where(.svelte-1frreul) .external-link-animated:where(.svelte-1frreul):before{transform:rotate(-45deg) translate(0)}.menu.svelte-1frreul li:where(.svelte-1frreul):hover>a.external:where(.svelte-1frreul) .external-link-animated:where(.svelte-1frreul){box-shadow:-2px 2px 0 0 var(--undpds-color-white),-4px 0 0 -2px var(--undpds-color-white),-3px 3px 0 -1px var(--undpds-color-white)}.menu.svelte-1frreul li:where(.svelte-1frreul):hover>a.external:where(.svelte-1frreul) .external-link-animated:where(.svelte-1frreul):after{border-block-start-color:var(--undpds-color-white);border-inline-end-color:var(--undpds-color-white);transform:rotate(0) translate(5px,-5px)}.menu.svelte-1frreul li:where(.svelte-1frreul):hover>a.external:where(.svelte-1frreul) .external-link-animated:where(.svelte-1frreul):before{background:var(--undpds-color-white);transform:rotate(-45deg) translate(7px)}.menu.svelte-1frreul li:where(.svelte-1frreul):hover>a.download:where(.svelte-1frreul) .download-animated:where(.svelte-1frreul) i:where(.svelte-1frreul){border-color:var(--undpds-color-white)}.menu.svelte-1frreul li:where(.svelte-1frreul):hover>a.download:where(.svelte-1frreul) .download-animated:where(.svelte-1frreul):after{border-block-end-color:var(--undpds-color-white);border-inline-start-color:var(--undpds-color-white);transform:rotate(-45deg) translate(7px,-7px)}.menu.svelte-1frreul li:where(.svelte-1frreul):hover>a.download:where(.svelte-1frreul) .download-animated:where(.svelte-1frreul):before{background:var(--undpds-color-white);transform:translateY(-10px)}.mobile-nav.svelte-1frreul{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f7f7f7e6}.mobile-nav.svelte-1frreul .back-nav:where(.svelte-1frreul),.mobile-nav.svelte-1frreul .mobile-nav-options:where(.svelte-1frreul) a:where(.svelte-1frreul){align-items:center;display:flex;flex-wrap:wrap;font-size:.875rem;text-transform:uppercase}.mobile-nav.svelte-1frreul .mob-sub-lang:where(.svelte-1frreul) .sub-sub-lang:where(.svelte-1frreul) li:where(.svelte-1frreul) a:where(.svelte-1frreul),.mobile-nav.svelte-1frreul .mobile-nav-options:where(.svelte-1frreul) a:where(.svelte-1frreul),.mobile-nav.svelte-1frreul .mobile-sub-menu:where(.svelte-1frreul) .sub-sub-menus:where(.svelte-1frreul) li:where(.svelte-1frreul) a:where(.svelte-1frreul){background-image:none}.mobile-nav.svelte-1frreul{box-sizing:border-box;display:none;height:calc(100vh - 4.6875rem);left:0;margin:0;overflow-y:auto;padding:0 var(--undpds-spacing-06);position:absolute;top:100%;width:100%}.mobile-nav.show.svelte-1frreul{display:block}.mobile-nav.svelte-1frreul .mobile-links:where(.svelte-1frreul){padding:5.625rem 0 3.75rem}.mobile-nav.svelte-1frreul .mobile-links.hide:where(.svelte-1frreul){display:none;pointer-events:none}.mobile-nav.svelte-1frreul .mobile-links:where(.svelte-1frreul) ul:where(.svelte-1frreul){border-bottom:1px solid var(--undpds-color-gray-500);margin-bottom:2.25rem;padding:0}.mobile-nav.svelte-1frreul .mobile-links:where(.svelte-1frreul) ul:where(.svelte-1frreul) li:where(.svelte-1frreul){list-style:none;margin-bottom:0;padding-bottom:2.25rem;padding-left:0;text-transform:uppercase}.mobile-nav.svelte-1frreul .mobile-nav-options:where(.svelte-1frreul) a:where(.svelte-1frreul){color:var(--undpds-color-blue-600);margin-bottom:1.58125rem}.mobile-nav.svelte-1frreul .mobile-sub-menu:where(.svelte-1frreul){display:none;padding:2.0625rem 0}.mobile-nav.svelte-1frreul .mobile-sub-menu.show:where(.svelte-1frreul){display:block;height:calc(100vh - 9.1875rem)}.mobile-nav.svelte-1frreul .mobile-sub-menu:where(.svelte-1frreul) .sub-heading:where(.svelte-1frreul){margin-bottom:0;padding:2.5625rem 0 2.25rem;text-transform:uppercase}.mobile-nav.svelte-1frreul .mobile-sub-menu:where(.svelte-1frreul) .sub-sub-menus:where(.svelte-1frreul){margin:0;padding:0}.mobile-nav.svelte-1frreul .mobile-sub-menu:where(.svelte-1frreul) .sub-sub-menus:where(.svelte-1frreul) li:where(.svelte-1frreul){list-style:none;margin-bottom:0;padding-left:0}.mobile-nav.svelte-1frreul .mobile-sub-menu:where(.svelte-1frreul) .sub-sub-menus:where(.svelte-1frreul) li:where(.svelte-1frreul) span:where(.svelte-1frreul){font-size:var(--undpds-font-size-16)}.mobile-nav.svelte-1frreul .mobile-sub-menu:where(.svelte-1frreul) .sub-sub-menus:where(.svelte-1frreul) li:where(.svelte-1frreul) ul:where(.svelte-1frreul){margin:0;padding:var(--undpds-spacing-06) 1.6875rem}.mobile-nav.svelte-1frreul .mobile-sub-menu:where(.svelte-1frreul) .sub-sub-menus:where(.svelte-1frreul) li:where(.svelte-1frreul) ul:where(.svelte-1frreul) li:where(.svelte-1frreul){margin-bottom:.46875rem}.mobile-nav.svelte-1frreul .mobile-sub-menu:where(.svelte-1frreul) .sub-sub-menus:where(.svelte-1frreul) li:where(.svelte-1frreul) ul:where(.svelte-1frreul) li:where(.svelte-1frreul):last-of-type{margin-bottom:0}.mobile-nav.svelte-1frreul .mobile-sub-menu:where(.svelte-1frreul) .sub-sub-menus:where(.svelte-1frreul) li:where(.svelte-1frreul) a:where(.svelte-1frreul){font-size:.875rem;padding:.46875rem 0}.mobile-nav.svelte-1frreul .back-nav:where(.svelte-1frreul){background:none;border:0;padding:0}.mobile-nav.svelte-1frreul .mob-sub-lang:where(.svelte-1frreul){display:none;padding:2.25rem 0;pointer-events:none}.mobile-nav.svelte-1frreul .mob-sub-lang.show:where(.svelte-1frreul){display:block;pointer-events:all}.mobile-nav.svelte-1frreul .mob-sub-lang:where(.svelte-1frreul) .sub-sub-lang:where(.svelte-1frreul){margin:var(--undpds-spacing-08) 0 0;padding:0}.mobile-nav.svelte-1frreul .mob-sub-lang:where(.svelte-1frreul) .sub-sub-lang:where(.svelte-1frreul) li:where(.svelte-1frreul){list-style:none;padding-left:0}.mobile-nav.svelte-1frreul .mob-sub-lang:where(.svelte-1frreul) .sub-sub-lang:where(.svelte-1frreul) li:where(.svelte-1frreul) span:where(.svelte-1frreul){font-size:var(--undpds-font-size-16)}.mobile-nav.svelte-1frreul .mob-sub-lang:where(.svelte-1frreul) .sub-sub-lang:where(.svelte-1frreul) li:where(.svelte-1frreul) ul:where(.svelte-1frreul){margin:0;padding:var(--undpds-spacing-05) 1.6875rem}.mobile-nav.svelte-1frreul .mob-sub-lang:where(.svelte-1frreul) .sub-sub-lang:where(.svelte-1frreul) li:where(.svelte-1frreul) a:where(.svelte-1frreul){font-size:.875rem;padding:.46875rem 0}.mobile-nav.svelte-1frreul .mobile-mega-content:where(.svelte-1frreul){display:none}.mobile-nav.svelte-1frreul .mobile-mega-content.show-content:where(.svelte-1frreul){display:block}.menu-hamburger.svelte-1frreul{background:none;border:0;cursor:pointer;display:none;font-size:0;min-height:1.75rem;position:relative;width:1.375rem;z-index:25}@media (max-width: 63.9375em){.menu-hamburger.svelte-1frreul{display:block}}.top-right.svelte-1frreul .menu-hamburger:where(.svelte-1frreul){margin-left:0}.menu-hamburger.is-active.svelte-1frreul .hamburger-line.line-top:where(.svelte-1frreul){transform:translateY(0) rotate(45deg)}.menu-hamburger.is-active.svelte-1frreul .hamburger-line.line-middle:where(.svelte-1frreul){opacity:0;transform:translate(6.33px)}.menu-hamburger.is-active.svelte-1frreul .hamburger-line.line-bottom:where(.svelte-1frreul){transform:translateY(0) rotate(-45deg)}.menu-hamburger.svelte-1frreul .hamburger-line:where(.svelte-1frreul){background-color:var(--undpds-color-blue-600);display:block;height:.125rem;left:0;margin:auto;position:absolute;right:0;top:var(--undpds-spacing-04);transition:.2s ease-out;width:100%}.menu-hamburger.svelte-1frreul .hamburger-line.line-top:where(.svelte-1frreul){transform:translateY(-6.5px)}.menu-hamburger.svelte-1frreul .hamburger-line.line-bottom:where(.svelte-1frreul){transform:translateY(6.5px)}.cta__link.svelte-1frreul{align-items:center;background:transparent;border:none;cursor:pointer;display:block;display:flex;font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03em;line-height:1;text-transform:uppercase}@media (min-width: 48em){.cta__link.svelte-1frreul{display:inline-flex}}.cta__link.cta--space.svelte-1frreul:after{content:"";height:1.188rem;margin-left:var(--undpds-spacing-04);margin-top:2px;width:.813rem}@media (min-width: 48em){.cta__link.cta--space.svelte-1frreul:after{margin-top:0}}.cta__link.svelte-1frreul{background-image:none}.svelte-1frreul:lang(my) .cta__link:where(.svelte-1frreul){font-size:var(--undpds-font-size-14)}.cta__link.cta--arrow.svelte-1frreul i:where(.svelte-1frreul):after,.cta__link.cta--arrow.svelte-1frreul i:where(.svelte-1frreul):before{box-sizing:border-box;content:"";display:block;position:absolute}.cta__link.cta--arrow.svelte-1frreul i:where(.svelte-1frreul){box-sizing:border-box;display:block;height:var(--undpds-spacing-05);left:1.25rem;position:relative;transition:width .3s;width:0}.cta__link.cta--arrow.svelte-1frreul i:where(.svelte-1frreul):before{background-color:var(--undpds-color-red);display:none;height:2px;right:0;top:7px;width:100%}.cta__link.cta--arrow.svelte-1frreul i:where(.svelte-1frreul):after{border-right:2px solid var(--undpds-color-red);border-top:2px solid var(--undpds-color-red);height:var(--undpds-spacing-04);right:0;top:2px;transform:rotate(45deg);width:var(--undpds-spacing-04)}.cta__link.cta--arrow.svelte-1frreul:hover i:where(.svelte-1frreul){width:var(--undpds-spacing-11)}.cta__link.cta--arrow.svelte-1frreul:hover i:where(.svelte-1frreul):before{display:unset}.cta__link.svelte-1frreul{color:#000}.cta__link.cta--arrow.svelte-1frreul{padding-left:0;padding-right:1.5rem}.cta__link.cta--space.svelte-1frreul:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDEzIDIwIj48cGF0aCBkPSJtLjY0OC43NjIgOS40NDEgOC4wMzEtOS40NDEgOC4wMzUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0VFNDAyRCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 0;transition:.2s ease}.cta__link.cta--space.svelte-1frreul:active:after,.cta__link.cta--space.svelte-1frreul:focus:after,.cta__link.cta--space.svelte-1frreul:hover:after{transform:translate(70%)}.dropdown-language.svelte-1frreul button:where(.svelte-1frreul),.dropdown-language.svelte-1frreul ul:where(.svelte-1frreul) li:where(.svelte-1frreul) a:where(.svelte-1frreul){border:none;font-size:var(--undpds-font-size-14);font-weight:600;text-transform:uppercase}.dropdown-language.svelte-1frreul{display:inline-block;position:relative}.dropdown-language.svelte-1frreul ul:where(.svelte-1frreul){height:0;left:var(--undpds-spacing-05);overflow:hidden;padding:0;position:absolute;top:calc(100% + 3px);transition:.3s ease-in-out;z-index:9}.dropdown-language.svelte-1frreul ul:where(.svelte-1frreul) li:where(.svelte-1frreul){list-style:none;margin-bottom:0;padding-left:0}.dropdown-language.svelte-1frreul ul:where(.svelte-1frreul) li:where(.svelte-1frreul) a:where(.svelte-1frreul){background:var(--undpds-color-gray-200);border-bottom:1px solid var(--undpds-color-gray-400);box-shadow:0 3px 4px #0000001a;display:block;padding:var(--undpds-spacing-04) var(--undpds-spacing-05)}.dropdown-language.svelte-1frreul ul:where(.svelte-1frreul) li:where(.svelte-1frreul) a:where(.svelte-1frreul):active,.dropdown-language.svelte-1frreul ul:where(.svelte-1frreul) li:where(.svelte-1frreul) a:where(.svelte-1frreul):focus,.dropdown-language.svelte-1frreul ul:where(.svelte-1frreul) li:where(.svelte-1frreul) a:where(.svelte-1frreul):hover{background-color:var(--undpds-color-gray-400)}.dropdown-language.active.svelte-1frreul button:where(.svelte-1frreul):after{transform:rotate(180deg)}.dropdown-language.active.svelte-1frreul ul:where(.svelte-1frreul){height:auto}.dropdown-language.svelte-1frreul button:where(.svelte-1frreul){align-items:center;background-color:transparent;color:var(--undpds-color-blue-600);cursor:pointer;display:flex;padding:0}.dropdown-language.svelte-1frreul button:where(.svelte-1frreul):before{background-color:var(--undpds-color-blue-600);content:"";height:26px;margin-right:var(--undpds-spacing-03);-webkit-mask:url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2226%22%20viewBox%3D%220%200%2025%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%3Cpath%20d%3D%22M16.599%2023.688C17.7895%2022.3987%2018.4193%2020.6895%2018.35%2018.936H0.75V0.75H23.88V15.468L23.875%2015.474C23.875%2015.521%2023.875%2015.568%2023.875%2015.616C23.905%2020.278%2017.206%2024.488%2016.175%2024.488C15.921%2024.488%2016.004%2024.24%2016.599%2023.688Z%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20d%3D%22M13.5854%2013.542L16.9429%205.45215L20.2144%2013.542%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M15.0576%2010.6704H18.9863%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20d%3D%22M4.13086%206.76706H10.6748%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M4.13086%2013.1656C4.13086%2013.1656%209.59778%2013.6368%209.92578%206.90781%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M10.8271%2013.5417C10.8271%2013.5417%206.38075%2013.065%205.21875%209.11597%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M7.40723%204.08563V6.56317%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0%22%3E%3Crect%20width%3D%2224.63%22%20height%3D%2225.239%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat left center;mask:url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2226%22%20viewBox%3D%220%200%2025%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%3Cpath%20d%3D%22M16.599%2023.688C17.7895%2022.3987%2018.4193%2020.6895%2018.35%2018.936H0.75V0.75H23.88V15.468L23.875%2015.474C23.875%2015.521%2023.875%2015.568%2023.875%2015.616C23.905%2020.278%2017.206%2024.488%2016.175%2024.488C15.921%2024.488%2016.004%2024.24%2016.599%2023.688Z%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20d%3D%22M13.5854%2013.542L16.9429%205.45215L20.2144%2013.542%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M15.0576%2010.6704H18.9863%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20d%3D%22M4.13086%206.76706H10.6748%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M4.13086%2013.1656C4.13086%2013.1656%209.59778%2013.6368%209.92578%206.90781%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M10.8271%2013.5417C10.8271%2013.5417%206.38075%2013.065%205.21875%209.11597%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M7.40723%204.08563V6.56317%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0%22%3E%3Crect%20width%3D%2224.63%22%20height%3D%2225.239%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat left center;width:25px}.dropdown-language.svelte-1frreul button.icon-hidden:where(.svelte-1frreul):before{content:"";display:none}@media (max-width: 47.9375em){.dropdown-language.svelte-1frreul button:where(.svelte-1frreul):before{background:transparent url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2226%22%20viewBox%3D%220%200%2025%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%3Cpath%20d%3D%22M16.599%2023.688C17.7895%2022.3987%2018.4193%2020.6895%2018.35%2018.936H0.75V0.75H23.88V15.468L23.875%2015.474C23.875%2015.521%2023.875%2015.568%2023.875%2015.616C23.905%2020.278%2017.206%2024.488%2016.175%2024.488C15.921%2024.488%2016.004%2024.24%2016.599%2023.688Z%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20d%3D%22M13.5854%2013.542L16.9429%205.45215L20.2144%2013.542%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M15.0576%2010.6704H18.9863%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20d%3D%22M4.13086%206.76706H10.6748%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M4.13086%2013.1656C4.13086%2013.1656%209.59778%2013.6368%209.92578%206.90781%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M10.8271%2013.5417C10.8271%2013.5417%206.38075%2013.065%205.21875%209.11597%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M7.40723%204.08563V6.56317%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0%22%3E%3Crect%20width%3D%2224.63%22%20height%3D%2225.239%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat 0;-webkit-mask:inherit;mask:inherit}}.dropdown-language.svelte-1frreul button:where(.svelte-1frreul):after{background-color:var(--undpds-color-blue-600);content:"";height:10px;margin-left:var(--undpds-spacing-03);-webkit-mask:url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.6299%201.28613L7.62988%207.9528L1.62988%201.28613%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E) no-repeat left center;mask:url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.6299%201.28613L7.62988%207.9528L1.62988%201.28613%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E) no-repeat left center;transition:transform .2s ease-in-out;width:15px}@media (max-width: 47.9375em){.dropdown-language.svelte-1frreul button:where(.svelte-1frreul):after{background:transparent url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.6299%201.28613L7.62988%207.9528L1.62988%201.28613%22%20stroke%3D%22%23006EB5%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E) no-repeat 0;-webkit-mask:inherit;mask:inherit}}.dropdown-language.svelte-1frreul button:where(.svelte-1frreul):focus,.dropdown-language.svelte-1frreul button:where(.svelte-1frreul):hover{color:var(--undpds-color-blue-400)}.dropdown-language.svelte-1frreul button:where(.svelte-1frreul):focus:after,.dropdown-language.svelte-1frreul button:where(.svelte-1frreul):focus:before,.dropdown-language.svelte-1frreul button:where(.svelte-1frreul):hover:after,.dropdown-language.svelte-1frreul button:where(.svelte-1frreul):hover:before{filter:brightness(0) saturate(100%) invert(57%) sepia(92%) saturate(1476%) hue-rotate(186deg) brightness(90%) contrast(92%)}.svelte-1frreul:lang(my) .dropdown-language:where(.svelte-1frreul) button:where(.svelte-1frreul){font-family:var(--undpds-font-family-notosans)}.custom-button.svelte-1frreul{display:block;cursor:pointer;margin-left:.75rem!important}.country-header.svelte-1frreul .header:where(.svelte-1frreul) .site-title:where(.svelte-1frreul) span:where(.svelte-1frreul):first-of-type:not(:last-of-type){white-space:nowrap}.svelte-1rtw8uo::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}@keyframes svelte-1rtw8uo-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}@keyframes svelte-1rtw8uo-loader-animation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.loader.svelte-1rtw8uo{-webkit-animation:svelte-1rtw8uo-loader-animation 2s linear infinite;-moz-animation:svelte-1rtw8uo-loader-animation 2s linear infinite;-ms-animation:svelte-1rtw8uo-loader-animation 2s linear infinite;-o-animation:svelte-1rtw8uo-loader-animation 2s linear infinite;animation:svelte-1rtw8uo-loader-animation 2s linear infinite;border:8px solid #006eb5;border-radius:50%;border-top-color:#edeff0;height:40px;width:40px}@media (min-width: 48em){.loader.svelte-1rtw8uo{border:14px solid #006eb5;border-top-color:#edeff0;height:96px;width:96px}}.small-loader.svelte-1rtw8uo{width:30px;height:30px;border:4px solid #006eb5;border-top-color:#edeff0}.medium-loader.svelte-1rtw8uo{width:50px;height:50px;border:4px solid #006eb5;border-top-color:#edeff0}button.svelte-1umcaou,input.svelte-1umcaou{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button.svelte-1umcaou,input.svelte-1umcaou{overflow:visible}button.svelte-1umcaou{text-transform:none}[type=button].svelte-1umcaou,button.svelte-1umcaou{-webkit-appearance:button;-moz-appearance:button;appearance:button}[type=button].svelte-1umcaou::-moz-focus-inner,button.svelte-1umcaou::-moz-focus-inner{border-style:none;padding:0}[type=button].svelte-1umcaou:-moz-focusring,button.svelte-1umcaou:-moz-focusring{outline:1px dotted ButtonText}[type=checkbox].svelte-1umcaou,[type=radio].svelte-1umcaou{box-sizing:border-box;padding:0}.svelte-1umcaou::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}.svelte-1umcaou:lang(my) button:where(.svelte-1umcaou),.svelte-1umcaou:lang(my) div:where(.svelte-1umcaou),.svelte-1umcaou:lang(my) input:where(.svelte-1umcaou){font-family:var(--undpds-font-family-notosans-burmese);line-height:1.7}.svelte-1umcaou:lang(my) ul:where(.svelte-1umcaou) li:where(.svelte-1umcaou){font-size:var(--undpds-font-size-14);line-height:1.9}@media (min-width: 48em){.svelte-1umcaou:lang(my) ul:where(.svelte-1umcaou) li:where(.svelte-1umcaou){font-size:1.125rem}}.svelte-1umcaou:lang(bn) button:where(.svelte-1umcaou),.svelte-1umcaou:lang(bn) div:where(.svelte-1umcaou),.svelte-1umcaou:lang(bn) input:where(.svelte-1umcaou){font-family:var(--undpds-font-family-unbangla)}.svelte-1umcaou:lang(ar) button:where(.svelte-1umcaou),.svelte-1umcaou:lang(ar) div:where(.svelte-1umcaou),.svelte-1umcaou:lang(ar) input:where(.svelte-1umcaou){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-1umcaou:lang(az) button:where(.svelte-1umcaou),.svelte-1umcaou:lang(az) div:where(.svelte-1umcaou),.svelte-1umcaou:lang(az) input:where(.svelte-1umcaou){font-family:var(--undpds-font-family-notosans)}.svelte-1umcaou:lang(zh) button:where(.svelte-1umcaou),.svelte-1umcaou:lang(zh) div:where(.svelte-1umcaou),.svelte-1umcaou:lang(zh) input:where(.svelte-1umcaou){font-family:var(--undpds-font-family-notosans-chinese)}.svelte-1umcaou:lang(ja) button:where(.svelte-1umcaou),.svelte-1umcaou:lang(ja) div:where(.svelte-1umcaou),.svelte-1umcaou:lang(ja) input:where(.svelte-1umcaou){font-family:var(--undpds-font-family-notosans-japanese)}.svelte-1umcaou:lang(ja) div:where(.svelte-1umcaou){font-weight:350}.svelte-1umcaou:lang(ka) button:where(.svelte-1umcaou),.svelte-1umcaou:lang(ka) div:where(.svelte-1umcaou),.svelte-1umcaou:lang(ka) input:where(.svelte-1umcaou){font-family:var(--undpds-font-family-notosans-georgian)}.svelte-1umcaou:lang(km) button:where(.svelte-1umcaou),.svelte-1umcaou:lang(km) div:where(.svelte-1umcaou),.svelte-1umcaou:lang(km) input:where(.svelte-1umcaou){font-family:var(--undpds-font-family-notosans-khmer)}.svelte-1umcaou:lang(ko) button:where(.svelte-1umcaou),.svelte-1umcaou:lang(ko) div:where(.svelte-1umcaou),.svelte-1umcaou:lang(ko) input:where(.svelte-1umcaou){font-family:var(--undpds-font-family-notosans-korean)}.svelte-1umcaou:lang(ku) button:where(.svelte-1umcaou),.svelte-1umcaou:lang(ku) div:where(.svelte-1umcaou),.svelte-1umcaou:lang(ku) input:where(.svelte-1umcaou){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-1umcaou:lang(ne) button:where(.svelte-1umcaou),.svelte-1umcaou:lang(ne) div:where(.svelte-1umcaou),.svelte-1umcaou:lang(ne) input:where(.svelte-1umcaou){font-family:var(--undpds-font-family-notosans)}button.svelte-1umcaou{font-family:var(--undpds-font-family-proximanova)}ul.svelte-1umcaou{margin:0;padding-left:1.125rem}@media (min-width: 48em){ul.svelte-1umcaou{padding-left:1.313rem}}ul.svelte-1umcaou li:where(.svelte-1umcaou){margin-bottom:var(--undpds-spacing-05);padding-left:.875rem}@media (min-width: 48em){ul.svelte-1umcaou li:where(.svelte-1umcaou){margin-bottom:var(--undpds-spacing-06);padding-left:var(--undpds-spacing-04)}}ul.svelte-1umcaou li:where(.svelte-1umcaou)::marker{font-size:1.125rem}@media (min-width: 48em){ul.svelte-1umcaou li:where(.svelte-1umcaou)::marker{font-size:1.313rem}}@keyframes svelte-1umcaou-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}.form-check.svelte-1umcaou{align-items:center;display:flex;position:relative}.form-check.svelte-1umcaou label:where(.svelte-1umcaou){cursor:pointer;font-size:1rem;padding:0 7px}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou) .has-submenu:where(.svelte-1umcaou) button:where(.svelte-1umcaou):after,.multi-select.svelte-1umcaou>button:where(.svelte-1umcaou):after{background:url('data:image/svg+xml;utf8,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 13"><path d="M19 0.999969L10 11L1 0.999969" stroke="%23EE402D" stroke-width="2"/></svg>') no-repeat 50%;content:"";float:right;height:13px;position:absolute;right:14px;top:50%;transform:translateY(-50%);transition:all .2s ease-in-out;width:20px}.multi-select.svelte-1umcaou>button:where(.svelte-1umcaou){color:var(--undpds-color-black);cursor:pointer;font-size:var(--undpds-font-size-16);font-weight:600;line-height:1.125rem;margin:0;padding:var(--undpds-spacing-05) var(--undpds-spacing-50) var(--undpds-spacing-05) var(--undpds-spacing-05);position:relative;text-transform:uppercase}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou),.multi-select.svelte-1umcaou>button:where(.svelte-1umcaou){border:2px solid var(--undpds-color-black);width:100%}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou){-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:none;min-height:100px;padding:0 var(--undpds-spacing-05)}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou):focus{box-shadow:0 0 4px var(--undpds-color-blue-800);outline:0}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou)>li:where(.svelte-1umcaou){border-top:1px solid var(--undpds-color-gray-400);cursor:pointer;margin-bottom:0;padding:0}.multi-select.svelte-1umcaou{max-width:18.5rem;position:relative}.multi-select.open.svelte-1umcaou>button:where(.svelte-1umcaou){border-bottom:0}.multi-select.open.svelte-1umcaou>button:where(.svelte-1umcaou):after{top:50%;transform:translateY(-50%) rotate(-180deg)}.multi-select.open.svelte-1umcaou ul:where(.svelte-1umcaou){background-color:var(--undpds-color-white);border-top:0;display:block}.multi-select.open.svelte-1umcaou ul.fix-height:where(.svelte-1umcaou){max-height:18.75rem}.multi-select.open.svelte-1umcaou ul:where(.svelte-1umcaou) ul:where(.svelte-1umcaou){border:0;display:none;overflow:hidden;padding:0 0 0 var(--undpds-spacing-08)}.multi-select.open.svelte-1umcaou ul:where(.svelte-1umcaou) li:where(.svelte-1umcaou){margin-bottom:0}.multi-select.svelte-1umcaou>button:where(.svelte-1umcaou){background:var(--undpds-color-white);display:flex;max-width:100%;text-align:left}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou){-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:auto}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou)>li:where(.svelte-1umcaou){list-style:none}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou)>li:where(.svelte-1umcaou) .form-check:where(.svelte-1umcaou):hover{background-color:var(--undpds-color-gray-100)}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou) .has-submenu:where(.svelte-1umcaou){position:relative}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou) .has-submenu.open:where(.svelte-1umcaou) ul:where(.svelte-1umcaou){border:0;border-top:1px solid var(--undpds-color-gray-400);display:block;overflow:visible;padding:0 0 0 var(--undpds-spacing-08)}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou) .has-submenu.open:where(.svelte-1umcaou) button:where(.svelte-1umcaou):after{top:50%;transform:translateY(-50%) rotate(-180deg)}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou) .has-submenu:where(.svelte-1umcaou) button:where(.svelte-1umcaou){background:var(--undpds-color-white);border:0;cursor:pointer;display:block;font-size:var(--undpds-font-size-16);margin:0 -1rem;padding:var(--undpds-spacing-05);position:relative;text-align:left;width:calc(100% + 2rem)}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou) .has-submenu:where(.svelte-1umcaou) button:where(.svelte-1umcaou):hover{background-color:var(--undpds-color-gray-100)}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou) .has-submenu:where(.svelte-1umcaou) button:where(.svelte-1umcaou):after{right:.875rem}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou) .sub-menu:where(.svelte-1umcaou){display:none;list-style:none}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou) .sub-menu:where(.svelte-1umcaou)>li:where(.svelte-1umcaou){border-top:1px solid var(--undpds-color-gray-400);margin-bottom:0}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou) .sub-menu:where(.svelte-1umcaou)>li:where(.svelte-1umcaou):first-of-type{border-top:0}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou)::-webkit-scrollbar{background-color:#0000004d;width:4px}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou)::-webkit-scrollbar-thumb{background-color:#0009}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou) .form-check:where(.svelte-1umcaou){justify-content:space-between;margin:0 -1rem;padding:0 var(--undpds-spacing-05)}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou) .form-check:where(.svelte-1umcaou) label:where(.svelte-1umcaou){padding:var(--undpds-spacing-05) 0;width:100%}.multi-select.svelte-1umcaou ul:where(.svelte-1umcaou) .form-check:where(.svelte-1umcaou) input:where(.svelte-1umcaou){position:absolute;right:var(--undpds-spacing-05)}input[type=checkbox].svelte-1umcaou{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid var(--undpds-color-dark-red);cursor:pointer;height:16px;margin:0;width:16px}input[type=checkbox].svelte-1umcaou:hover{border-color:var(--undpds-color-light-pink)}input[type=checkbox].svelte-1umcaou:focus-visible{box-shadow:0 0 4px var(--undpds-color-blue-800);outline:0}input[type=checkbox].svelte-1umcaou{border-radius:0}input[type=checkbox].svelte-1umcaou:checked{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEgNi41IDMgM0w5LjUgMSIgc3Ryb2tlPSIjRDEyODAwIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) 1px 0 no-repeat}input[type=radio].svelte-1umcaou{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid var(--undpds-color-dark-red);cursor:pointer;height:16px;margin:0;width:16px}input[type=radio].svelte-1umcaou:hover{border-color:var(--undpds-color-light-pink)}input[type=radio].svelte-1umcaou:focus-visible{box-shadow:0 0 4px var(--undpds-color-blue-800);outline:0}input[type=radio].svelte-1umcaou{background-color:transparent;border-radius:100%;box-shadow:inset 0 0 0 var(--undpds-color-white)}input[type=radio].svelte-1umcaou:checked{background-color:var(--undpds-color-dark-red);box-shadow:inset 0 0 0 3px var(--undpds-color-white)}a.svelte-dd8oss{background-color:transparent}.svelte-dd8oss::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}[hidden].svelte-dd8oss{display:none}a.svelte-dd8oss{background-image:linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red)),linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red));background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}a.svelte-dd8oss:hover{animation:svelte-dd8oss-lineLoop-animation 2s linear infinite}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}.svelte-dd8oss:lang(my) div:where(.svelte-dd8oss){font-family:var(--undpds-font-family-notosans-burmese);line-height:1.7}.svelte-dd8oss:lang(my) ul:where(.svelte-dd8oss) li:where(.svelte-dd8oss){font-size:var(--undpds-font-size-14);line-height:1.9}@media (min-width: 48em){.svelte-dd8oss:lang(my) ul:where(.svelte-dd8oss) li:where(.svelte-dd8oss){font-size:1.125rem}}.svelte-dd8oss:lang(bn) div:where(.svelte-dd8oss){font-family:var(--undpds-font-family-unbangla)}.svelte-dd8oss:lang(ar) div:where(.svelte-dd8oss){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-dd8oss:lang(az) div:where(.svelte-dd8oss){font-family:var(--undpds-font-family-notosans)}.svelte-dd8oss:lang(zh) div:where(.svelte-dd8oss){font-family:var(--undpds-font-family-notosans-chinese)}.svelte-dd8oss:lang(ja) div:where(.svelte-dd8oss){font-family:var(--undpds-font-family-notosans-japanese)}.svelte-dd8oss:lang(ja) div:where(.svelte-dd8oss){font-weight:350}.svelte-dd8oss:lang(ka) div:where(.svelte-dd8oss){font-family:var(--undpds-font-family-notosans-georgian)}.svelte-dd8oss:lang(km) div:where(.svelte-dd8oss){font-family:var(--undpds-font-family-notosans-khmer)}.svelte-dd8oss:lang(ko) div:where(.svelte-dd8oss){font-family:var(--undpds-font-family-notosans-korean)}.svelte-dd8oss:lang(ku) div:where(.svelte-dd8oss){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-dd8oss:lang(ne) div:where(.svelte-dd8oss){font-family:var(--undpds-font-family-notosans)}ul.svelte-dd8oss{margin:0;padding-left:1.125rem}@media (min-width: 48em){ul.svelte-dd8oss{padding-left:1.313rem}}ul.svelte-dd8oss li:where(.svelte-dd8oss){margin-bottom:var(--undpds-spacing-05);padding-left:.875rem}@media (min-width: 48em){ul.svelte-dd8oss li:where(.svelte-dd8oss){margin-bottom:var(--undpds-spacing-06);padding-left:var(--undpds-spacing-04)}}ul.svelte-dd8oss li:where(.svelte-dd8oss)::marker{font-size:1.125rem}@media (min-width: 48em){ul.svelte-dd8oss li:where(.svelte-dd8oss)::marker{font-size:1.313rem}}@keyframes svelte-dd8oss-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}a.svelte-dd8oss{color:var(--undpds-color-black);text-decoration:none}.pagination.svelte-dd8oss ul:where(.svelte-dd8oss) li:where(.svelte-dd8oss) a:where(.svelte-dd8oss){background-image:none}.pagination.svelte-dd8oss ul:where(.svelte-dd8oss){align-items:center;display:flex;font-family:var(--undpds-font-family-proximanova);padding-left:0}.pagination.svelte-dd8oss ul:where(.svelte-dd8oss) li:where(.svelte-dd8oss){display:flex;font-size:var(--undpds-font-size-16);margin-bottom:0;margin-right:var(--undpds-spacing-06);padding-left:0;position:relative}.pagination.svelte-dd8oss ul:where(.svelte-dd8oss) li:where(.svelte-dd8oss) a:where(.svelte-dd8oss){border-bottom:0;color:var(--undpds-color-black);font-size:var(--undpds-font-size-16);text-decoration:none}.pagination.svelte-dd8oss ul:where(.svelte-dd8oss) li:where(.svelte-dd8oss) span:where(.svelte-dd8oss){margin:0 .375rem}.pagination.svelte-dd8oss ul:where(.svelte-dd8oss) li:where(.svelte-dd8oss) span:where(.svelte-dd8oss):last-of-type{margin-right:0}.pagination.svelte-dd8oss ul:where(.svelte-dd8oss) li:where(.svelte-dd8oss):first-of-type,.pagination.svelte-dd8oss ul:where(.svelte-dd8oss) li:where(.svelte-dd8oss):last-of-type{cursor:pointer}.pagination.svelte-dd8oss ul:where(.svelte-dd8oss) li:where(.svelte-dd8oss):first-of-type a:where(.svelte-dd8oss),.pagination.svelte-dd8oss ul:where(.svelte-dd8oss) li:where(.svelte-dd8oss):last-of-type a:where(.svelte-dd8oss){font-size:0;height:45px;width:45px}.pagination.svelte-dd8oss ul:where(.svelte-dd8oss) li:where(.svelte-dd8oss):first-of-type a:where(.svelte-dd8oss):before,.pagination.svelte-dd8oss ul:where(.svelte-dd8oss) li:where(.svelte-dd8oss):last-of-type a:where(.svelte-dd8oss):before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDUiIGhlaWdodD0iNDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMjIuMjc2IDBDOS45NzQgMCAuMDAxIDkuODQ4LjAwMSAyMS45OTZjMCAxMi4xNDggOS45NzMgMjEuOTk2IDIyLjI3NSAyMS45OTYgMTIuMzAyIDAgMjIuMjc1LTkuODQ4IDIyLjI3NS0yMS45OTZDNDQuNTUxIDkuODQ4IDM0LjU3OCAwIDIyLjI3NiAwWiIgZmlsbD0iIzIzMkUzRCIvPjxwYXRoIGQ9Im0yNi4wNSAzMC40OTItOS41NS03Ljk5NCA5LjU1LTgiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg0NC41NTF2NDMuOTkySDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+) no-repeat 50%;content:" ";display:block;height:45px;width:45px}.pagination.svelte-dd8oss ul:where(.svelte-dd8oss) li.disabled:where(.svelte-dd8oss) a:where(.svelte-dd8oss):before{opacity:.3}.pagination.svelte-dd8oss ul:where(.svelte-dd8oss) li:where(.svelte-dd8oss):last-of-type{margin-right:0}.pagination.svelte-dd8oss ul:where(.svelte-dd8oss) li:where(.svelte-dd8oss):last-of-type a:where(.svelte-dd8oss):before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDUiIGhlaWdodD0iNDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMjIuMjc1IDQzLjk5MmMxMi4zMDIgMCAyMi4yNzUtOS44NDggMjIuMjc1LTIxLjk5NkM0NC41NSA5Ljg0OCAzNC41NzcgMCAyMi4yNzUgMCA5Ljk3MyAwIDAgOS44NDggMCAyMS45OTZjMCAxMi4xNDggOS45NzMgMjEuOTk2IDIyLjI3NSAyMS45OTZaIiBmaWxsPSIjMjMyRTNEIi8+PHBhdGggZD0ibTE4LjUgMTQuNSA5LjU1IDcuOTk0LTkuNTUgOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDQ0LjU1MXY0My45OTJIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=) no-repeat 50%}.disabled.svelte-dd8oss{cursor:default!important}input.svelte-15up1qr{font-family:inherit;font-size:100%;line-height:1.15;margin:0}input.svelte-15up1qr{overflow:visible}[type=radio].svelte-15up1qr{box-sizing:border-box;padding:0}.svelte-15up1qr::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}.svelte-15up1qr:lang(my) div:where(.svelte-15up1qr),.svelte-15up1qr:lang(my) input:where(.svelte-15up1qr){font-family:var(--undpds-font-family-notosans-burmese);line-height:1.7}.svelte-15up1qr:lang(bn) div:where(.svelte-15up1qr),.svelte-15up1qr:lang(bn) input:where(.svelte-15up1qr){font-family:var(--undpds-font-family-unbangla)}.svelte-15up1qr:lang(ar) div:where(.svelte-15up1qr),.svelte-15up1qr:lang(ar) input:where(.svelte-15up1qr){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-15up1qr:lang(az) div:where(.svelte-15up1qr),.svelte-15up1qr:lang(az) input:where(.svelte-15up1qr){font-family:var(--undpds-font-family-notosans)}.svelte-15up1qr:lang(zh) div:where(.svelte-15up1qr),.svelte-15up1qr:lang(zh) input:where(.svelte-15up1qr){font-family:var(--undpds-font-family-notosans-chinese)}.svelte-15up1qr:lang(ja) div:where(.svelte-15up1qr),.svelte-15up1qr:lang(ja) input:where(.svelte-15up1qr){font-family:var(--undpds-font-family-notosans-japanese)}.svelte-15up1qr:lang(ja) div:where(.svelte-15up1qr){font-weight:350}.svelte-15up1qr:lang(ka) div:where(.svelte-15up1qr),.svelte-15up1qr:lang(ka) input:where(.svelte-15up1qr){font-family:var(--undpds-font-family-notosans-georgian)}.svelte-15up1qr:lang(km) div:where(.svelte-15up1qr),.svelte-15up1qr:lang(km) input:where(.svelte-15up1qr){font-family:var(--undpds-font-family-notosans-khmer)}.svelte-15up1qr:lang(ko) div:where(.svelte-15up1qr),.svelte-15up1qr:lang(ko) input:where(.svelte-15up1qr){font-family:var(--undpds-font-family-notosans-korean)}.svelte-15up1qr:lang(ku) div:where(.svelte-15up1qr),.svelte-15up1qr:lang(ku) input:where(.svelte-15up1qr){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-15up1qr:lang(ne) div:where(.svelte-15up1qr),.svelte-15up1qr:lang(ne) input:where(.svelte-15up1qr){font-family:var(--undpds-font-family-notosans)}@keyframes svelte-15up1qr-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}input[type=radio].svelte-15up1qr{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid var(--undpds-color-dark-red);cursor:pointer;height:16px;margin:0;width:16px}input[type=radio].svelte-15up1qr:hover{border-color:var(--undpds-color-light-pink)}input[type=radio].svelte-15up1qr:focus-visible{box-shadow:0 0 4px var(--undpds-color-blue-800);outline:0}input[type=radio].svelte-15up1qr{background-color:transparent;border-radius:100%;box-shadow:inset 0 0 0 var(--undpds-color-white)}input[type=radio].svelte-15up1qr:checked{background-color:var(--undpds-color-dark-red);box-shadow:inset 0 0 0 3px var(--undpds-color-white)}.radio-buttons.svelte-15up1qr{display:flex}.radio-buttons.svelte-15up1qr .radio:where(.svelte-15up1qr){cursor:pointer;margin:.1rem .2rem;width:100%}.radio-buttons.svelte-15up1qr .radio:where(.svelte-15up1qr) .vertical-align:where(.svelte-15up1qr) input:where(.svelte-15up1qr){vertical-align:middle}button.svelte-gldmzt,input.svelte-gldmzt{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button.svelte-gldmzt,input.svelte-gldmzt{overflow:visible}button.svelte-gldmzt{text-transform:none}button.svelte-gldmzt{-webkit-appearance:button;-moz-appearance:button;appearance:button}button.svelte-gldmzt::-moz-focus-inner{border-style:none;padding:0}button.svelte-gldmzt:-moz-focusring{outline:1px dotted ButtonText}.svelte-gldmzt::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}.grid_description.svelte-gldmzt{font-size:var(--undpds-font-size-12)}@media (min-width: 48em){.grid_description.svelte-gldmzt{font-size:var(--undpds-font-size-14)}}.language__item.svelte-gldmzt{font-size:var(--undpds-font-size-14);line-height:1.4}@media (min-width: 48em){.language__item.svelte-gldmzt{font-size:var(--undpds-font-size-16)}}.language__item.svelte-gldmzt,.sidebar_item.svelte-gldmzt{border-bottom:1px solid var(--undpds-color-gray-400)}.breadcrumb__item.svelte-gldmzt{border:none}.sidebar_item.svelte-gldmzt{align-items:center;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;padding:var(--undpds-spacing-05);position:relative}@media (min-width: 48em){.sidebar_item.svelte-gldmzt{padding:var(--undpds-spacing-06)}}.sidebar_item.selected.svelte-gldmzt,.sidebar_item.selected.svelte-gldmzt:hover{background-color:var(--undpds-color-blue-600)}.overlay-grey.svelte-gldmzt:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.breadcrumb__item.svelte-gldmzt{background-image:none}.scale-up.svelte-gldmzt{transform:scale(.9);transition:transform 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.svelte-gldmzt{opacity:0;transition:opacity 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.inviewport.svelte-gldmzt{opacity:1;transform:translate(0)}.svelte-gldmzt:lang(my) .language__item:where(.svelte-gldmzt){font-size:var(--undpds-font-size-12);line-height:1.7}@media (min-width: 48em){.svelte-gldmzt:lang(my) .language__item:where(.svelte-gldmzt){font-size:var(--undpds-font-size-14)}}.download-animated.svelte-gldmzt:after,.download-animated.svelte-gldmzt:before,.external-link-animated.svelte-gldmzt:after,.external-link-animated.svelte-gldmzt:before{box-sizing:border-box;content:"";display:block;position:absolute}.custom-scrollbar.svelte-gldmzt{overflow-x:auto;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:var(--undpds-color-black) transparent;scrollbar-width:thin}.custom-scrollbar.svelte-gldmzt::-webkit-scrollbar{border-radius:0;height:5px;width:5px}.custom-scrollbar.svelte-gldmzt::-webkit-scrollbar-track{background:var(--undpds-color-black);background-clip:padding-box;border:2px solid var(--undpds-color-white)}.custom-scrollbar.svelte-gldmzt::-webkit-scrollbar-corner{display:none}.custom-scrollbar.svelte-gldmzt::-webkit-scrollbar-thumb{background:var(--undpds-color-black)}.grid-container.svelte-gldmzt{margin-left:auto;margin-right:auto;max-width:75rem;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.svelte-gldmzt{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.fluid.svelte-gldmzt{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.fluid.svelte-gldmzt{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.full.svelte-gldmzt{margin-left:auto;margin-right:auto;max-width:100%;padding-left:0;padding-right:0}.grid-x.svelte-gldmzt{display:flex;flex-flow:row wrap}.cell.svelte-gldmzt{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto.svelte-gldmzt{flex:1 1 0}.cell.shrink.svelte-gldmzt{flex:0 0 auto}.grid-margin-x.svelte-gldmzt{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-x.svelte-gldmzt{margin-left:-.9375rem;margin-right:-.9375rem}}.small-margin-collapse.svelte-gldmzt,.small-padding-collapse.svelte-gldmzt{margin-left:0;margin-right:0}@media print,screen and (min-width: 40em){.medium-margin-collapse.svelte-gldmzt{margin-left:0;margin-right:0}}@media print,screen and (min-width: 40em){.medium-padding-collapse.svelte-gldmzt{margin-left:0;margin-right:0}}@media print,screen and (min-width: 64em){.large-margin-collapse.svelte-gldmzt,.large-padding-collapse.svelte-gldmzt{margin-left:0;margin-right:0}}.small-offset-0.svelte-gldmzt{margin-left:0}.small-offset-1.svelte-gldmzt{margin-left:8.3333333333%}.small-offset-2.svelte-gldmzt{margin-left:16.6666666667%}.small-offset-3.svelte-gldmzt{margin-left:25%}.small-offset-4.svelte-gldmzt{margin-left:33.3333333333%}.small-offset-5.svelte-gldmzt{margin-left:41.6666666667%}.small-offset-6.svelte-gldmzt{margin-left:50%}.small-offset-7.svelte-gldmzt{margin-left:58.3333333333%}.small-offset-8.svelte-gldmzt{margin-left:66.6666666667%}.small-offset-9.svelte-gldmzt{margin-left:75%}.small-offset-10.svelte-gldmzt{margin-left:83.3333333333%}.small-offset-11.svelte-gldmzt{margin-left:91.6666666667%}@media print,screen and (min-width: 40em){.medium-offset-0.svelte-gldmzt{margin-left:0}.medium-offset-1.svelte-gldmzt{margin-left:8.3333333333%}.medium-offset-2.svelte-gldmzt{margin-left:16.6666666667%}.medium-offset-3.svelte-gldmzt{margin-left:25%}.medium-offset-4.svelte-gldmzt{margin-left:33.3333333333%}.medium-offset-5.svelte-gldmzt{margin-left:41.6666666667%}.medium-offset-6.svelte-gldmzt{margin-left:50%}.medium-offset-7.svelte-gldmzt{margin-left:58.3333333333%}.medium-offset-8.svelte-gldmzt{margin-left:66.6666666667%}.medium-offset-9.svelte-gldmzt{margin-left:75%}.medium-offset-10.svelte-gldmzt{margin-left:83.3333333333%}.medium-offset-11.svelte-gldmzt{margin-left:91.6666666667%}}@media print,screen and (min-width: 64em){.large-offset-0.svelte-gldmzt{margin-left:0}.large-offset-1.svelte-gldmzt{margin-left:8.3333333333%}.large-offset-2.svelte-gldmzt{margin-left:16.6666666667%}.large-offset-3.svelte-gldmzt{margin-left:25%}.large-offset-4.svelte-gldmzt{margin-left:33.3333333333%}.large-offset-5.svelte-gldmzt{margin-left:41.6666666667%}.large-offset-6.svelte-gldmzt{margin-left:50%}.large-offset-7.svelte-gldmzt{margin-left:58.3333333333%}.large-offset-8.svelte-gldmzt{margin-left:66.6666666667%}.large-offset-9.svelte-gldmzt{margin-left:75%}.large-offset-10.svelte-gldmzt{margin-left:83.3333333333%}.large-offset-11.svelte-gldmzt{margin-left:91.6666666667%}}.grid-y.svelte-gldmzt{display:flex;flex-flow:column nowrap}.grid-frame.svelte-gldmzt{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell-block.svelte-gldmzt{max-width:100%;overflow-x:auto}.cell-block.svelte-gldmzt,.cell-block-y.svelte-gldmzt{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y.svelte-gldmzt{max-height:100%;min-height:100%;overflow-y:auto}.cell-block-container.svelte-gldmzt{display:flex;flex-direction:column;max-height:100%}@media print,screen and (min-width: 40em){.medium-grid-frame.svelte-gldmzt{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.medium-cell-block.svelte-gldmzt{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container.svelte-gldmzt{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-y.svelte-gldmzt{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width: 64em){.large-grid-frame.svelte-gldmzt{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.large-cell-block.svelte-gldmzt{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container.svelte-gldmzt{display:flex;flex-direction:column;max-height:100%}.large-cell-block-y.svelte-gldmzt{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame.svelte-gldmzt{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}@media print,screen and (min-width: 40em){.grid-y.medium-grid-frame.svelte-gldmzt{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media print,screen and (min-width: 64em){.grid-y.large-grid-frame.svelte-gldmzt{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}.grid-margin-y.svelte-gldmzt{margin-bottom:-.625rem;margin-top:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-y.svelte-gldmzt{margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-frame.grid-margin-y.svelte-gldmzt{height:calc(100vh + 1.25rem)}@media print,screen and (min-width: 40em){.grid-frame.grid-margin-y.svelte-gldmzt{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-frame.grid-margin-y.svelte-gldmzt{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 40em){.grid-margin-y.medium-grid-frame.svelte-gldmzt{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-y.large-grid-frame.svelte-gldmzt{height:calc(100vh + 1.875rem)}}.float-left.svelte-gldmzt{float:left!important}.float-right.svelte-gldmzt{float:right!important}.float-center.svelte-gldmzt{display:block;margin-left:auto;margin-right:auto}.clearfix.svelte-gldmzt:after,.clearfix.svelte-gldmzt:before{content:" ";display:table;flex-basis:0;order:1}.clearfix.svelte-gldmzt:after{clear:both}.align-left.svelte-gldmzt{justify-content:flex-start}.align-right.svelte-gldmzt{justify-content:flex-end}.align-center.svelte-gldmzt{justify-content:center}.align-justify.svelte-gldmzt{justify-content:space-between}.align-spaced.svelte-gldmzt{justify-content:space-around}.align-top.svelte-gldmzt{align-items:flex-start}.align-self-top.svelte-gldmzt{align-self:flex-start}.align-bottom.svelte-gldmzt{align-items:flex-end}.align-self-bottom.svelte-gldmzt{align-self:flex-end}.align-middle.svelte-gldmzt{align-items:center}.align-self-middle.svelte-gldmzt{align-self:center}.align-stretch.svelte-gldmzt{align-items:stretch}.align-self-stretch.svelte-gldmzt{align-self:stretch}.align-center-middle.svelte-gldmzt{align-content:center;align-items:center;justify-content:center}.small-order-1.svelte-gldmzt{order:1}.small-order-2.svelte-gldmzt{order:2}.small-order-3.svelte-gldmzt{order:3}.small-order-4.svelte-gldmzt{order:4}.small-order-5.svelte-gldmzt{order:5}.small-order-6.svelte-gldmzt{order:6}@media print,screen and (min-width: 40em){.medium-order-1.svelte-gldmzt{order:1}.medium-order-2.svelte-gldmzt{order:2}.medium-order-3.svelte-gldmzt{order:3}.medium-order-4.svelte-gldmzt{order:4}.medium-order-5.svelte-gldmzt{order:5}.medium-order-6.svelte-gldmzt{order:6}}@media print,screen and (min-width: 64em){.large-order-1.svelte-gldmzt{order:1}.large-order-2.svelte-gldmzt{order:2}.large-order-3.svelte-gldmzt{order:3}.large-order-4.svelte-gldmzt{order:4}.large-order-5.svelte-gldmzt{order:5}.large-order-6.svelte-gldmzt{order:6}}.flex-container.svelte-gldmzt{display:flex}.flex-child-auto.svelte-gldmzt{flex:1 1 auto}.flex-child-grow.svelte-gldmzt{flex:1 0 auto}.flex-child-shrink.svelte-gldmzt{flex:0 1 auto}.flex-dir-row.svelte-gldmzt{flex-direction:row}.flex-dir-row-reverse.svelte-gldmzt{flex-direction:row-reverse}.flex-dir-column.svelte-gldmzt{flex-direction:column}.flex-dir-column-reverse.svelte-gldmzt{flex-direction:column-reverse}@media print,screen and (min-width: 40em){.medium-flex-container.svelte-gldmzt{display:flex}.medium-flex-child-auto.svelte-gldmzt{flex:1 1 auto}.medium-flex-child-grow.svelte-gldmzt{flex:1 0 auto}.medium-flex-child-shrink.svelte-gldmzt{flex:0 1 auto}.medium-flex-dir-row.svelte-gldmzt{flex-direction:row}.medium-flex-dir-row-reverse.svelte-gldmzt{flex-direction:row-reverse}.medium-flex-dir-column.svelte-gldmzt{flex-direction:column}.medium-flex-dir-column-reverse.svelte-gldmzt{flex-direction:column-reverse}}@media print,screen and (min-width: 64em){.large-flex-container.svelte-gldmzt{display:flex}.large-flex-child-auto.svelte-gldmzt{flex:1 1 auto}.large-flex-child-grow.svelte-gldmzt{flex:1 0 auto}.large-flex-child-shrink.svelte-gldmzt{flex:0 1 auto}.large-flex-dir-row.svelte-gldmzt{flex-direction:row}.large-flex-dir-row-reverse.svelte-gldmzt{flex-direction:row-reverse}.large-flex-dir-column.svelte-gldmzt{flex-direction:column}.large-flex-dir-column-reverse.svelte-gldmzt{flex-direction:column-reverse}}.hide.svelte-gldmzt{display:none!important}.invisible.svelte-gldmzt{visibility:hidden}.visible.svelte-gldmzt{visibility:visible}@media print,screen and (max-width: 39.99875em){.hide-for-small-only.svelte-gldmzt{display:none!important}}@media screen and (max-width: 0em),screen and (min-width: 40em){.show-for-small-only.svelte-gldmzt{display:none!important}}@media print,screen and (min-width: 40em){.hide-for-medium.svelte-gldmzt{display:none!important}}@media screen and (max-width: 39.99875em){.show-for-medium.svelte-gldmzt{display:none!important}}@media print,screen and (min-width: 40em) and (max-width: 63.99875em){.hide-for-medium-only.svelte-gldmzt{display:none!important}}@media screen and (max-width: 39.99875em),screen and (min-width: 64em){.show-for-medium-only.svelte-gldmzt{display:none!important}}@media print,screen and (min-width: 64em){.hide-for-large.svelte-gldmzt{display:none!important}}@media screen and (max-width: 63.99875em){.show-for-large.svelte-gldmzt{display:none!important}}@media print,screen and (min-width: 64em) and (max-width: 74.99875em){.hide-for-large-only.svelte-gldmzt{display:none!important}}@media screen and (max-width: 63.99875em),screen and (min-width: 75em){.show-for-large-only.svelte-gldmzt{display:none!important}}.show-for-sr.svelte-gldmzt,.show-on-focus.svelte-gldmzt{height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.show-on-focus.svelte-gldmzt:active,.show-on-focus.svelte-gldmzt:focus{height:auto!important;overflow:visible!important;position:static!important;width:auto!important;clip:auto!important;white-space:normal!important}.hide-for-portrait.svelte-gldmzt,.show-for-landscape.svelte-gldmzt{display:block!important}@media screen and (orientation: landscape){.hide-for-portrait.svelte-gldmzt,.show-for-landscape.svelte-gldmzt{display:block!important}}@media screen and (orientation: portrait){.hide-for-portrait.svelte-gldmzt,.show-for-landscape.svelte-gldmzt{display:none!important}}.hide-for-landscape.svelte-gldmzt,.show-for-portrait.svelte-gldmzt{display:none!important}@media screen and (orientation: landscape){.hide-for-landscape.svelte-gldmzt,.show-for-portrait.svelte-gldmzt{display:none!important}}@media screen and (orientation: portrait){.hide-for-landscape.svelte-gldmzt,.show-for-portrait.svelte-gldmzt{display:block!important}}.show-for-dark-mode.svelte-gldmzt{display:none}.hide-for-dark-mode.svelte-gldmzt{display:block}@media screen and (prefers-color-scheme: dark){.show-for-dark-mode.svelte-gldmzt{display:block!important}.hide-for-dark-mode.svelte-gldmzt{display:none!important}}.show-for-ie.svelte-gldmzt{display:none}@media (-ms-high-contrast: active),(-ms-high-contrast: none){.show-for-ie.svelte-gldmzt{display:block!important}.hide-for-ie.svelte-gldmzt{display:none!important}}.show-for-sticky.svelte-gldmzt{display:none}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}.svelte-gldmzt:lang(my) button:where(.svelte-gldmzt),.svelte-gldmzt:lang(my) div:where(.svelte-gldmzt),.svelte-gldmzt:lang(my) input:where(.svelte-gldmzt){font-family:var(--undpds-font-family-notosans-burmese);line-height:1.7}.svelte-gldmzt:lang(bn) button:where(.svelte-gldmzt),.svelte-gldmzt:lang(bn) div:where(.svelte-gldmzt),.svelte-gldmzt:lang(bn) input:where(.svelte-gldmzt){font-family:var(--undpds-font-family-unbangla)}.svelte-gldmzt:lang(ar) button:where(.svelte-gldmzt),.svelte-gldmzt:lang(ar) div:where(.svelte-gldmzt),.svelte-gldmzt:lang(ar) input:where(.svelte-gldmzt){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-gldmzt:lang(az) button:where(.svelte-gldmzt),.svelte-gldmzt:lang(az) div:where(.svelte-gldmzt),.svelte-gldmzt:lang(az) input:where(.svelte-gldmzt){font-family:var(--undpds-font-family-notosans)}.svelte-gldmzt:lang(zh) button:where(.svelte-gldmzt),.svelte-gldmzt:lang(zh) div:where(.svelte-gldmzt),.svelte-gldmzt:lang(zh) input:where(.svelte-gldmzt){font-family:var(--undpds-font-family-notosans-chinese)}.svelte-gldmzt:lang(ja) button:where(.svelte-gldmzt),.svelte-gldmzt:lang(ja) div:where(.svelte-gldmzt),.svelte-gldmzt:lang(ja) input:where(.svelte-gldmzt){font-family:var(--undpds-font-family-notosans-japanese)}.svelte-gldmzt:lang(ja) div:where(.svelte-gldmzt){font-weight:350}.svelte-gldmzt:lang(ka) button:where(.svelte-gldmzt),.svelte-gldmzt:lang(ka) div:where(.svelte-gldmzt),.svelte-gldmzt:lang(ka) input:where(.svelte-gldmzt){font-family:var(--undpds-font-family-notosans-georgian)}.svelte-gldmzt:lang(km) button:where(.svelte-gldmzt),.svelte-gldmzt:lang(km) div:where(.svelte-gldmzt),.svelte-gldmzt:lang(km) input:where(.svelte-gldmzt){font-family:var(--undpds-font-family-notosans-khmer)}.svelte-gldmzt:lang(ko) button:where(.svelte-gldmzt),.svelte-gldmzt:lang(ko) div:where(.svelte-gldmzt),.svelte-gldmzt:lang(ko) input:where(.svelte-gldmzt){font-family:var(--undpds-font-family-notosans-korean)}.svelte-gldmzt:lang(ku) button:where(.svelte-gldmzt),.svelte-gldmzt:lang(ku) div:where(.svelte-gldmzt),.svelte-gldmzt:lang(ku) input:where(.svelte-gldmzt){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-gldmzt:lang(ne) button:where(.svelte-gldmzt),.svelte-gldmzt:lang(ne) div:where(.svelte-gldmzt),.svelte-gldmzt:lang(ne) input:where(.svelte-gldmzt){font-family:var(--undpds-font-family-notosans)}button.svelte-gldmzt{font-family:var(--undpds-font-family-proximanova)}@keyframes svelte-gldmzt-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}.color-white.svelte-gldmzt{color:var(--undpds-color-white)}.color-black.svelte-gldmzt{color:var(--undpds-color-black)}.show-large.svelte-gldmzt{display:none}@media (min-width: 48em){.show-large.svelte-gldmzt{display:block}}.show-small.svelte-gldmzt{display:block}@media (min-width: 48em){.show-small.svelte-gldmzt{display:none}}.height-full.svelte-gldmzt{height:100%}.overlay-grey.svelte-gldmzt:before{background:#0003}.delay-1.svelte-gldmzt{transition-delay:.1s}.delay-2.svelte-gldmzt{transition-delay:.2s}.delay-3.svelte-gldmzt{transition-delay:.3s}.delay-4.svelte-gldmzt{transition-delay:.4s}.delay-5.svelte-gldmzt{transition-delay:.5s}.scale-up.inviewport.svelte-gldmzt{transform:scale(1)}.expand-to-size.svelte-gldmzt{max-width:calc(100% - 1.5rem)}@media (min-width: 48em){.expand-to-size.svelte-gldmzt{max-width:calc(100% - 3rem)}}.overflow-hidden.svelte-gldmzt{overflow:hidden}.background-yellow.svelte-gldmzt{background-color:var(--undpds-color-light-yellow)}.background-red.svelte-gldmzt{background-color:var(--undpds-color-light-red)}.background-green.svelte-gldmzt{background-color:var(--undpds-color-light-green)}.background-blue.svelte-gldmzt{background-color:var(--undpds-color-blue-100)}.background-gray.svelte-gldmzt{background-color:var(--undpds-color-gray-100)}.background-white.svelte-gldmzt{background-color:var(--undpds-color-white)}.color-wrapper.svelte-gldmzt{display:block}@media (min-width: 48em){.color-wrapper.svelte-gldmzt{display:flex;flex-wrap:wrap;justify-content:space-around}}.color__row.svelte-gldmzt{width:100%}@media (min-width: 48em){.color__row.svelte-gldmzt{width:calc(50% - 10px)}}.color__row.full.svelte-gldmzt{width:100%}.Primary-text.svelte-gldmzt{color:var(--undpds-color-black);font-size:var(--undpds-font-size-12);margin-top:-1.538rem;text-align:center}@media (min-width: 48em){.Primary-text.svelte-gldmzt{margin-top:-1.55rem}}.color__define.svelte-gldmzt{display:flex;margin-bottom:1.25rem}.color__define_balance.svelte-gldmzt{display:flex;width:100%}.icon--bar.svelte-gldmzt{cursor:pointer}.chevron-right-animated.svelte-gldmzt{display:inline-block;max-width:6rem;width:100%}.external-link-animated.svelte-gldmzt{box-shadow:-2px 2px 0 0 var(--undpds-color-dark-red),-4px 0 0 -2px var(--undpds-color-dark-red),-3px 3px 0 -1px var(--undpds-color-dark-red);box-sizing:border-box;cursor:pointer;display:inline-block;height:var(--undpds-spacing-04);margin-inline-start:-2px;position:relative;width:var(--undpds-spacing-04)}.external-link-animated.svelte-gldmzt:before{background:var(--undpds-color-dark-red);height:2px;inset-block-start:3.5px;inset-inline-end:0;transform:rotate(-45deg) translate(0);transition:all .3s;width:.625rem}.external-link-animated.svelte-gldmzt:after{border-block-start:2px solid var(--undpds-color-dark-red);border-inline-end:2px solid var(--undpds-color-dark-red);height:var(--undpds-spacing-03);inset-block-start:0;inset-inline-end:0;transform:translate(0);transition:transform .3s;width:var(--undpds-spacing-03)}.external-link-animated.svelte-gldmzt:hover:after{transform:translate(5px,-5px)}.external-link-animated.svelte-gldmzt:hover:before{transform:rotate(-45deg) translate(7px)}.download-animated.svelte-gldmzt{align-items:flex-end;box-sizing:border-box;cursor:pointer;display:flex;height:12px;position:relative}.download-animated.svelte-gldmzt:after{border-block-end:2px solid var(--undpds-color-dark-red);border-inline-start:2px solid var(--undpds-color-dark-red);height:8px;inset-block-end:6px;inset-inline-start:7px;transform:rotate(-45deg) translate(0);transition:all .3s;width:8px}.download-animated.svelte-gldmzt:before{background:var(--undpds-color-dark-red);height:10px;inset-block-end:7px;inset-inline-start:10px;transform:translate(0);transition:all .3s;width:2px}.download-animated.svelte-gldmzt:hover:after{transform:rotate(-45deg) translate(7px,-7px)}.download-animated.svelte-gldmzt:hover:before{transform:translateY(-10px)}.icons-container.svelte-gldmzt{display:flex;flex-wrap:wrap}.credits.svelte-gldmzt{font-size:var(--undpds-font-size-14);line-height:1.4;margin-left:auto}@container (width > 30em){.credits.svelte-gldmzt{font-size:var(--undpds-font-size-16)}}.grid_name.svelte-gldmzt{color:var(--undpds-color-black);font-size:1.375rem;margin-bottom:var(--undpds-spacing-05);margin-top:var(--undpds-spacing-05);min-height:28px}@media (max-width: 47.9375em){.grid_name.svelte-gldmzt{font-size:1.625rem}}.grid_description.svelte-gldmzt{color:var(--undpds-color-black);margin-bottom:1.25rem}.grid--layout.svelte-gldmzt{background-color:var(--undpds-color-gray-300);height:var(--undpds-spacing-09);margin-bottom:var(--undpds-spacing-03)}.grid--layout.svelte-gldmzt:nth-child(odd){background-color:var(--undpds-color-gray-200)}.breadcrumb__item.svelte-gldmzt{background-image:none;color:var(--undpds-color-dark-red);font-size:var(--undpds-font-size-12);font-weight:600;text-transform:uppercase}.breadcrumb__item.svelte-gldmzt:hover{color:var(--undpds-color-red)}.svelte-gldmzt:lang(ro) .breadcrumb__item:where(.svelte-gldmzt){font-weight:700}.language__item.svelte-gldmzt{display:inline-block;line-height:.9;min-width:100px;padding:var(--undpds-spacing-04) var(--undpds-spacing-05)}.progress-container.svelte-gldmzt{background:var(--undpds-color-gray-300);height:.75rem;width:100%}@media (min-width: 48em){.progress-container.svelte-gldmzt{height:1rem}}.progress-container.small.svelte-gldmzt{height:.625rem}@media (min-width: 48em){.progress-container.small.svelte-gldmzt{height:.75rem}}.progress-bar.svelte-gldmzt{height:.75rem;min-width:1%;position:fixed;transition:width .2s linear;width:34%;z-index:1}@media (min-width: 48em){.progress-bar.svelte-gldmzt{height:1rem}}.progress-top.svelte-gldmzt{top:0}.sidebar_item.svelte-gldmzt:hover{background-color:var(--undpds-color-gray-200)}.scroll.svelte-gldmzt{overflow-x:auto}.form-check.svelte-gldmzt{align-items:center;display:flex;position:relative}.expand-search.svelte-gldmzt button:where(.svelte-gldmzt),.expand-search.svelte-gldmzt input[type=text]:where(.svelte-gldmzt){border:0;border-bottom:1px solid var(--undpds-color-black);border-radius:0;cursor:pointer}.expand-search.svelte-gldmzt{align-items:flex-end;display:flex;position:relative}.expand-search.svelte-gldmzt input[type=text]:where(.svelte-gldmzt){background-color:var(--undpds-color-white);box-sizing:border-box;font-size:var(--undpds-font-size-14);height:2.675rem;padding:0;position:relative;transition:all .2s ease-in-out;width:0}.expand-search.svelte-gldmzt input[type=text]:where(.svelte-gldmzt):focus{box-shadow:none;outline:none}.expand-search.open.svelte-gldmzt input:where(.svelte-gldmzt){outline:none;padding-left:.8125rem;padding-right:var(--undpds-spacing-06);width:calc(100% - 1.6875rem);z-index:1}.expand-search.svelte-gldmzt button:where(.svelte-gldmzt){background:none;height:2.625rem;padding:0 0 1px;width:1.6875rem;z-index:2}.expand-search.svelte-gldmzt button.close-button:where(.svelte-gldmzt){border:0;display:none;position:absolute;right:0}.expand-search.svelte-gldmzt button.close-button.show:where(.svelte-gldmzt){display:block}.expand-search.svelte-gldmzt .search-text:where(.svelte-gldmzt){background:#fff0}.expand-search.svelte-gldmzt .is-size-1:where(.svelte-gldmzt){font-size:3rem}.expand-search.svelte-gldmzt .is-size-2:where(.svelte-gldmzt){font-size:2.5rem}.expand-search.svelte-gldmzt .is-size-3:where(.svelte-gldmzt){font-size:2rem}.expand-search.svelte-gldmzt .is-size-4:where(.svelte-gldmzt){font-size:1.5rem}.expand-search.svelte-gldmzt .is-size-5:where(.svelte-gldmzt){font-size:1.25rem}.expand-search.svelte-gldmzt .is-size-6:where(.svelte-gldmzt){font-size:1rem}.expand-search.svelte-gldmzt .is-size-7:where(.svelte-gldmzt){font-size:.75rem}.expand-search.svelte-gldmzt .search-icon:where(.svelte-gldmzt){background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/></svg>');background-repeat:no-repeat}.expand-search.svelte-gldmzt .close-icon:where(.svelte-gldmzt){background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>');background-repeat:no-repeat}.expand-search.svelte-gldmzt button:where(.svelte-gldmzt):disabled{cursor:not-allowed;pointer-events:all!important}.expand-search.svelte-gldmzt input:where(.svelte-gldmzt):disabled{cursor:not-allowed;pointer-events:all!important}button.svelte-3260ps{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button.svelte-3260ps{overflow:visible}button.svelte-3260ps{text-transform:none}[type=button].svelte-3260ps,button.svelte-3260ps{-webkit-appearance:button;-moz-appearance:button;appearance:button}[type=button].svelte-3260ps::-moz-focus-inner,button.svelte-3260ps::-moz-focus-inner{border-style:none;padding:0}[type=button].svelte-3260ps:-moz-focusring,button.svelte-3260ps:-moz-focusring{outline:1px dotted ButtonText}.svelte-3260ps::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}.svelte-3260ps:lang(my) button:where(.svelte-3260ps){font-family:var(--undpds-font-family-notosans-burmese);line-height:1.7}.svelte-3260ps:lang(my) ul:where(.svelte-3260ps) li:where(.svelte-3260ps){font-size:var(--undpds-font-size-14);line-height:1.9}@media (min-width: 48em){.svelte-3260ps:lang(my) ul:where(.svelte-3260ps) li:where(.svelte-3260ps){font-size:1.125rem}}.svelte-3260ps:lang(bn) button:where(.svelte-3260ps){font-family:var(--undpds-font-family-unbangla)}.svelte-3260ps:lang(ar) button:where(.svelte-3260ps){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-3260ps:lang(az) button:where(.svelte-3260ps){font-family:var(--undpds-font-family-notosans)}.svelte-3260ps:lang(zh) button:where(.svelte-3260ps){font-family:var(--undpds-font-family-notosans-chinese)}.svelte-3260ps:lang(ja) button:where(.svelte-3260ps){font-family:var(--undpds-font-family-notosans-japanese)}.svelte-3260ps:lang(ka) button:where(.svelte-3260ps){font-family:var(--undpds-font-family-notosans-georgian)}.svelte-3260ps:lang(km) button:where(.svelte-3260ps){font-family:var(--undpds-font-family-notosans-khmer)}.svelte-3260ps:lang(ko) button:where(.svelte-3260ps){font-family:var(--undpds-font-family-notosans-korean)}.svelte-3260ps:lang(ku) button:where(.svelte-3260ps){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-3260ps:lang(ne) button:where(.svelte-3260ps){font-family:var(--undpds-font-family-notosans)}button.svelte-3260ps{font-family:var(--undpds-font-family-proximanova)}ul.svelte-3260ps{margin:0;padding-left:1.125rem}@media (min-width: 48em){ul.svelte-3260ps{padding-left:1.313rem}}ul.svelte-3260ps li:where(.svelte-3260ps){margin-bottom:var(--undpds-spacing-05);padding-left:.875rem}@media (min-width: 48em){ul.svelte-3260ps li:where(.svelte-3260ps){margin-bottom:var(--undpds-spacing-06);padding-left:var(--undpds-spacing-04)}}ul.svelte-3260ps li:where(.svelte-3260ps)::marker{font-size:1.125rem}@media (min-width: 48em){ul.svelte-3260ps li:where(.svelte-3260ps)::marker{font-size:1.313rem}}@keyframes svelte-3260ps-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}.select-box.svelte-3260ps button:where(.svelte-3260ps):after{background:url('data:image/svg+xml;utf8,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 13"><path d="M19 0.999969L10 11L1 0.999969" stroke="%23EE402D" stroke-width="2"/></svg>') no-repeat 50%;content:"";float:right;height:13px;position:absolute;right:14px;top:50%;transform:translateY(-50%);transition:all .2s ease-in-out;width:20px}.select-box.svelte-3260ps button:where(.svelte-3260ps){color:var(--undpds-color-black);cursor:pointer;font-size:var(--undpds-font-size-16);font-weight:600;line-height:1.125rem;margin:0;padding:var(--undpds-spacing-05) var(--undpds-spacing-50) var(--undpds-spacing-05) var(--undpds-spacing-05);position:relative;text-transform:uppercase}.select-box.svelte-3260ps button:where(.svelte-3260ps),.select-box.svelte-3260ps ul:where(.svelte-3260ps){border:2px solid var(--undpds-color-black);width:100%}.select-box.svelte-3260ps ul:where(.svelte-3260ps){-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:none;min-height:100px;padding:0 var(--undpds-spacing-05)}.select-box.svelte-3260ps ul:where(.svelte-3260ps):focus{box-shadow:0 0 4px var(--undpds-color-blue-800);outline:0}.select-box.svelte-3260ps ul.active:where(.svelte-3260ps){background-color:var(--undpds-color-white)}.select-box.svelte-3260ps ul:where(.svelte-3260ps) li:where(.svelte-3260ps){border-top:1px solid var(--undpds-color-gray-400);cursor:pointer;margin-bottom:0;padding:0}.select-box.svelte-3260ps{color:var(--undpds-color-black);display:flex;flex-direction:column;font-size:var(--undpds-font-size-32);height:52px;max-width:18.5rem;position:relative}.select-box.expanded.svelte-3260ps button:where(.svelte-3260ps):after{transform:translateY(-50%) rotate(-180deg)}.select-box.svelte-3260ps button:where(.svelte-3260ps){background:var(--undpds-color-white);display:flex}.select-box.svelte-3260ps ul:where(.svelte-3260ps){background-color:var(--undpds-color-white);order:1;position:absolute;top:51px;transition:all .4s cubic-bezier(.64,.05,.35,1.05);z-index:20}.select-box.svelte-3260ps ul.active:where(.svelte-3260ps){border-top:0;display:block;overflow-y:auto}.select-box.svelte-3260ps ul:where(.svelte-3260ps)::-webkit-scrollbar{background-color:#0000004d;width:4px}.select-box.svelte-3260ps ul:where(.svelte-3260ps)::-webkit-scrollbar-thumb{background-color:#0009}.select-box.svelte-3260ps ul:where(.svelte-3260ps) li:where(.svelte-3260ps){display:block;position:relative}.select-box.svelte-3260ps ul:where(.svelte-3260ps) li:where(.svelte-3260ps) span:where(.svelte-3260ps){display:block;font-size:var(--undpds-font-size-16);margin:0 -1rem;padding:var(--undpds-spacing-05)}.select-box.svelte-3260ps ul:where(.svelte-3260ps) li:where(.svelte-3260ps) span:where(.svelte-3260ps):hover{background-color:var(--undpds-color-gray-100)}.svelte-i8we7o::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}.grid_description.svelte-i8we7o{font-size:var(--undpds-font-size-12)}@media (min-width: 48em){.grid_description.svelte-i8we7o{font-size:var(--undpds-font-size-14)}}.language__item.svelte-i8we7o,.svelte-i8we7o:lang(my) p:where(.svelte-i8we7o){font-size:var(--undpds-font-size-14);line-height:1.4}@media (min-width: 48em){.language__item.svelte-i8we7o,.svelte-i8we7o:lang(my) p:where(.svelte-i8we7o){font-size:var(--undpds-font-size-16)}}.language__item.svelte-i8we7o,.sidebar_item.svelte-i8we7o{border-bottom:1px solid var(--undpds-color-gray-400)}.breadcrumb__item.svelte-i8we7o{border:none}.sidebar_item.svelte-i8we7o{align-items:center;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;padding:var(--undpds-spacing-05);position:relative}@media (min-width: 48em){.sidebar_item.svelte-i8we7o{padding:var(--undpds-spacing-06)}}.sidebar_item.selected.svelte-i8we7o,.sidebar_item.selected.svelte-i8we7o:hover{background-color:var(--undpds-color-blue-600)}.overlay-grey.svelte-i8we7o:before,div.author__img.svelte-i8we7o:before,div.card-thumbnail__image.svelte-i8we7o:before,div.publication-thumbnail__image.svelte-i8we7o:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.breadcrumb__item.svelte-i8we7o{background-image:none}.scale-up.svelte-i8we7o{transform:scale(.9);transition:transform 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.svelte-i8we7o{opacity:0;transition:opacity 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.inviewport.svelte-i8we7o{opacity:1;transform:translate(0)}.svelte-i8we7o:lang(my) p:where(.svelte-i8we7o){font-size:var(--undpds-font-size-12);line-height:1.7}@media (min-width: 48em){.svelte-i8we7o:lang(my) p:where(.svelte-i8we7o){font-size:var(--undpds-font-size-14)}}.download-animated.svelte-i8we7o:after,.download-animated.svelte-i8we7o:before,.external-link-animated.svelte-i8we7o:after,.external-link-animated.svelte-i8we7o:before{box-sizing:border-box;content:"";display:block;position:absolute}.custom-scrollbar.svelte-i8we7o{overflow-x:auto;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:var(--undpds-color-black) transparent;scrollbar-width:thin}.custom-scrollbar.svelte-i8we7o::-webkit-scrollbar{border-radius:0;height:5px;width:5px}.custom-scrollbar.svelte-i8we7o::-webkit-scrollbar-track{background:var(--undpds-color-black);background-clip:padding-box;border:2px solid var(--undpds-color-white)}.custom-scrollbar.svelte-i8we7o::-webkit-scrollbar-corner{display:none}.custom-scrollbar.svelte-i8we7o::-webkit-scrollbar-thumb{background:var(--undpds-color-black)}.grid-container.svelte-i8we7o{margin-left:auto;margin-right:auto;max-width:75rem;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.svelte-i8we7o{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.fluid.svelte-i8we7o{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.fluid.svelte-i8we7o{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.full.svelte-i8we7o{margin-left:auto;margin-right:auto;max-width:100%;padding-left:0;padding-right:0}.grid-x.svelte-i8we7o{display:flex;flex-flow:row wrap}.cell.svelte-i8we7o{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto.svelte-i8we7o{flex:1 1 0}.cell.shrink.svelte-i8we7o{flex:0 0 auto}.grid-margin-x.svelte-i8we7o{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-x.svelte-i8we7o{margin-left:-.9375rem;margin-right:-.9375rem}}.small-margin-collapse.svelte-i8we7o,.small-padding-collapse.svelte-i8we7o{margin-left:0;margin-right:0}@media print,screen and (min-width: 40em){.medium-margin-collapse.svelte-i8we7o{margin-left:0;margin-right:0}}@media print,screen and (min-width: 40em){.medium-padding-collapse.svelte-i8we7o{margin-left:0;margin-right:0}}@media print,screen and (min-width: 64em){.large-margin-collapse.svelte-i8we7o,.large-padding-collapse.svelte-i8we7o{margin-left:0;margin-right:0}}.small-offset-0.svelte-i8we7o{margin-left:0}.small-offset-1.svelte-i8we7o{margin-left:8.3333333333%}.small-offset-2.svelte-i8we7o{margin-left:16.6666666667%}.small-offset-3.svelte-i8we7o{margin-left:25%}.small-offset-4.svelte-i8we7o{margin-left:33.3333333333%}.small-offset-5.svelte-i8we7o{margin-left:41.6666666667%}.small-offset-6.svelte-i8we7o{margin-left:50%}.small-offset-7.svelte-i8we7o{margin-left:58.3333333333%}.small-offset-8.svelte-i8we7o{margin-left:66.6666666667%}.small-offset-9.svelte-i8we7o{margin-left:75%}.small-offset-10.svelte-i8we7o{margin-left:83.3333333333%}.small-offset-11.svelte-i8we7o{margin-left:91.6666666667%}@media print,screen and (min-width: 40em){.medium-offset-0.svelte-i8we7o{margin-left:0}.medium-offset-1.svelte-i8we7o{margin-left:8.3333333333%}.medium-offset-2.svelte-i8we7o{margin-left:16.6666666667%}.medium-offset-3.svelte-i8we7o{margin-left:25%}.medium-offset-4.svelte-i8we7o{margin-left:33.3333333333%}.medium-offset-5.svelte-i8we7o{margin-left:41.6666666667%}.medium-offset-6.svelte-i8we7o{margin-left:50%}.medium-offset-7.svelte-i8we7o{margin-left:58.3333333333%}.medium-offset-8.svelte-i8we7o{margin-left:66.6666666667%}.medium-offset-9.svelte-i8we7o{margin-left:75%}.medium-offset-10.svelte-i8we7o{margin-left:83.3333333333%}.medium-offset-11.svelte-i8we7o{margin-left:91.6666666667%}}@media print,screen and (min-width: 64em){.large-offset-0.svelte-i8we7o{margin-left:0}.large-offset-1.svelte-i8we7o{margin-left:8.3333333333%}.large-offset-2.svelte-i8we7o{margin-left:16.6666666667%}.large-offset-3.svelte-i8we7o{margin-left:25%}.large-offset-4.svelte-i8we7o{margin-left:33.3333333333%}.large-offset-5.svelte-i8we7o{margin-left:41.6666666667%}.large-offset-6.svelte-i8we7o{margin-left:50%}.large-offset-7.svelte-i8we7o{margin-left:58.3333333333%}.large-offset-8.svelte-i8we7o{margin-left:66.6666666667%}.large-offset-9.svelte-i8we7o{margin-left:75%}.large-offset-10.svelte-i8we7o{margin-left:83.3333333333%}.large-offset-11.svelte-i8we7o{margin-left:91.6666666667%}}.grid-y.svelte-i8we7o{display:flex;flex-flow:column nowrap}.grid-frame.svelte-i8we7o{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell-block.svelte-i8we7o{max-width:100%;overflow-x:auto}.cell-block.svelte-i8we7o,.cell-block-y.svelte-i8we7o{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y.svelte-i8we7o{max-height:100%;min-height:100%;overflow-y:auto}.cell-block-container.svelte-i8we7o{display:flex;flex-direction:column;max-height:100%}@media print,screen and (min-width: 40em){.medium-grid-frame.svelte-i8we7o{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.medium-cell-block.svelte-i8we7o{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container.svelte-i8we7o{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-y.svelte-i8we7o{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width: 64em){.large-grid-frame.svelte-i8we7o{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.large-cell-block.svelte-i8we7o{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container.svelte-i8we7o{display:flex;flex-direction:column;max-height:100%}.large-cell-block-y.svelte-i8we7o{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame.svelte-i8we7o{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}@media print,screen and (min-width: 40em){.grid-y.medium-grid-frame.svelte-i8we7o{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media print,screen and (min-width: 64em){.grid-y.large-grid-frame.svelte-i8we7o{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}.grid-margin-y.svelte-i8we7o{margin-bottom:-.625rem;margin-top:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-y.svelte-i8we7o{margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-frame.grid-margin-y.svelte-i8we7o{height:calc(100vh + 1.25rem)}@media print,screen and (min-width: 40em){.grid-frame.grid-margin-y.svelte-i8we7o{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-frame.grid-margin-y.svelte-i8we7o{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 40em){.grid-margin-y.medium-grid-frame.svelte-i8we7o{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-y.large-grid-frame.svelte-i8we7o{height:calc(100vh + 1.875rem)}}.float-left.svelte-i8we7o{float:left!important}.float-right.svelte-i8we7o{float:right!important}.float-center.svelte-i8we7o{display:block;margin-left:auto;margin-right:auto}.clearfix.svelte-i8we7o:after,.clearfix.svelte-i8we7o:before{content:" ";display:table;flex-basis:0;order:1}.clearfix.svelte-i8we7o:after{clear:both}.align-left.svelte-i8we7o{justify-content:flex-start}.align-right.svelte-i8we7o{justify-content:flex-end}.align-center.svelte-i8we7o{justify-content:center}.align-justify.svelte-i8we7o{justify-content:space-between}.align-spaced.svelte-i8we7o{justify-content:space-around}.align-top.svelte-i8we7o{align-items:flex-start}.align-self-top.svelte-i8we7o{align-self:flex-start}.align-bottom.svelte-i8we7o{align-items:flex-end}.align-self-bottom.svelte-i8we7o{align-self:flex-end}.align-middle.svelte-i8we7o{align-items:center}.align-self-middle.svelte-i8we7o{align-self:center}.align-stretch.svelte-i8we7o{align-items:stretch}.align-self-stretch.svelte-i8we7o{align-self:stretch}.align-center-middle.svelte-i8we7o{align-content:center;align-items:center;justify-content:center}.small-order-1.svelte-i8we7o{order:1}.small-order-2.svelte-i8we7o{order:2}.small-order-3.svelte-i8we7o{order:3}.small-order-4.svelte-i8we7o{order:4}.small-order-5.svelte-i8we7o{order:5}.small-order-6.svelte-i8we7o{order:6}@media print,screen and (min-width: 40em){.medium-order-1.svelte-i8we7o{order:1}.medium-order-2.svelte-i8we7o{order:2}.medium-order-3.svelte-i8we7o{order:3}.medium-order-4.svelte-i8we7o{order:4}.medium-order-5.svelte-i8we7o{order:5}.medium-order-6.svelte-i8we7o{order:6}}@media print,screen and (min-width: 64em){.large-order-1.svelte-i8we7o{order:1}.large-order-2.svelte-i8we7o{order:2}.large-order-3.svelte-i8we7o{order:3}.large-order-4.svelte-i8we7o{order:4}.large-order-5.svelte-i8we7o{order:5}.large-order-6.svelte-i8we7o{order:6}}.flex-container.svelte-i8we7o{display:flex}.flex-child-auto.svelte-i8we7o{flex:1 1 auto}.flex-child-grow.svelte-i8we7o{flex:1 0 auto}.flex-child-shrink.svelte-i8we7o{flex:0 1 auto}.flex-dir-row.svelte-i8we7o{flex-direction:row}.flex-dir-row-reverse.svelte-i8we7o{flex-direction:row-reverse}.flex-dir-column.svelte-i8we7o{flex-direction:column}.flex-dir-column-reverse.svelte-i8we7o{flex-direction:column-reverse}@media print,screen and (min-width: 40em){.medium-flex-container.svelte-i8we7o{display:flex}.medium-flex-child-auto.svelte-i8we7o{flex:1 1 auto}.medium-flex-child-grow.svelte-i8we7o{flex:1 0 auto}.medium-flex-child-shrink.svelte-i8we7o{flex:0 1 auto}.medium-flex-dir-row.svelte-i8we7o{flex-direction:row}.medium-flex-dir-row-reverse.svelte-i8we7o{flex-direction:row-reverse}.medium-flex-dir-column.svelte-i8we7o{flex-direction:column}.medium-flex-dir-column-reverse.svelte-i8we7o{flex-direction:column-reverse}}@media print,screen and (min-width: 64em){.large-flex-container.svelte-i8we7o{display:flex}.large-flex-child-auto.svelte-i8we7o{flex:1 1 auto}.large-flex-child-grow.svelte-i8we7o{flex:1 0 auto}.large-flex-child-shrink.svelte-i8we7o{flex:0 1 auto}.large-flex-dir-row.svelte-i8we7o{flex-direction:row}.large-flex-dir-row-reverse.svelte-i8we7o{flex-direction:row-reverse}.large-flex-dir-column.svelte-i8we7o{flex-direction:column}.large-flex-dir-column-reverse.svelte-i8we7o{flex-direction:column-reverse}}.hide.svelte-i8we7o{display:none!important}.invisible.svelte-i8we7o{visibility:hidden}.visible.svelte-i8we7o{visibility:visible}@media print,screen and (max-width: 39.99875em){.hide-for-small-only.svelte-i8we7o{display:none!important}}@media screen and (max-width: 0em),screen and (min-width: 40em){.show-for-small-only.svelte-i8we7o{display:none!important}}@media print,screen and (min-width: 40em){.hide-for-medium.svelte-i8we7o{display:none!important}}@media screen and (max-width: 39.99875em){.show-for-medium.svelte-i8we7o{display:none!important}}@media print,screen and (min-width: 40em) and (max-width: 63.99875em){.hide-for-medium-only.svelte-i8we7o{display:none!important}}@media screen and (max-width: 39.99875em),screen and (min-width: 64em){.show-for-medium-only.svelte-i8we7o{display:none!important}}@media print,screen and (min-width: 64em){.hide-for-large.svelte-i8we7o{display:none!important}}@media screen and (max-width: 63.99875em){.show-for-large.svelte-i8we7o{display:none!important}}@media print,screen and (min-width: 64em) and (max-width: 74.99875em){.hide-for-large-only.svelte-i8we7o{display:none!important}}@media screen and (max-width: 63.99875em),screen and (min-width: 75em){.show-for-large-only.svelte-i8we7o{display:none!important}}.show-for-sr.svelte-i8we7o,.show-on-focus.svelte-i8we7o{height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.show-on-focus.svelte-i8we7o:active,.show-on-focus.svelte-i8we7o:focus{height:auto!important;overflow:visible!important;position:static!important;width:auto!important;clip:auto!important;white-space:normal!important}.hide-for-portrait.svelte-i8we7o,.show-for-landscape.svelte-i8we7o{display:block!important}@media screen and (orientation: landscape){.hide-for-portrait.svelte-i8we7o,.show-for-landscape.svelte-i8we7o{display:block!important}}@media screen and (orientation: portrait){.hide-for-portrait.svelte-i8we7o,.show-for-landscape.svelte-i8we7o{display:none!important}}.hide-for-landscape.svelte-i8we7o,.show-for-portrait.svelte-i8we7o{display:none!important}@media screen and (orientation: landscape){.hide-for-landscape.svelte-i8we7o,.show-for-portrait.svelte-i8we7o{display:none!important}}@media screen and (orientation: portrait){.hide-for-landscape.svelte-i8we7o,.show-for-portrait.svelte-i8we7o{display:block!important}}.show-for-dark-mode.svelte-i8we7o{display:none}.hide-for-dark-mode.svelte-i8we7o{display:block}@media screen and (prefers-color-scheme: dark){.show-for-dark-mode.svelte-i8we7o{display:block!important}.hide-for-dark-mode.svelte-i8we7o{display:none!important}}.show-for-ie.svelte-i8we7o{display:none}@media (-ms-high-contrast: active),(-ms-high-contrast: none){.show-for-ie.svelte-i8we7o{display:block!important}.hide-for-ie.svelte-i8we7o{display:none!important}}.show-for-sticky.svelte-i8we7o{display:none}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}.svelte-i8we7o:lang(my) div:where(.svelte-i8we7o),.svelte-i8we7o:lang(my) h2:where(.svelte-i8we7o),.svelte-i8we7o:lang(my) h4:where(.svelte-i8we7o),.svelte-i8we7o:lang(my) p:where(.svelte-i8we7o){font-family:var(--undpds-font-family-notosans-burmese);line-height:1.7}.svelte-i8we7o:lang(my) h2:where(.svelte-i8we7o){font-size:var(--undpds-font-size-32)}@media (min-width: 48em){.svelte-i8we7o:lang(my) h2:where(.svelte-i8we7o){font-size:var(--undpds-font-size-35)}}@media (min-width: 64em){.svelte-i8we7o:lang(my) h2:where(.svelte-i8we7o){font-size:2.813rem}}.svelte-i8we7o:lang(my) h4:where(.svelte-i8we7o){font-size:1.3rem}@media (min-width: 48em){.svelte-i8we7o:lang(my) h4:where(.svelte-i8we7o){font-size:1.8rem}}.svelte-i8we7o:lang(bn) div:where(.svelte-i8we7o),.svelte-i8we7o:lang(bn) h2:where(.svelte-i8we7o),.svelte-i8we7o:lang(bn) h4:where(.svelte-i8we7o),.svelte-i8we7o:lang(bn) p:where(.svelte-i8we7o){font-family:var(--undpds-font-family-unbangla)}.svelte-i8we7o:lang(ar) div:where(.svelte-i8we7o),.svelte-i8we7o:lang(ar) h2:where(.svelte-i8we7o),.svelte-i8we7o:lang(ar) h4:where(.svelte-i8we7o),.svelte-i8we7o:lang(ar) p:where(.svelte-i8we7o){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-i8we7o:lang(az) div:where(.svelte-i8we7o),.svelte-i8we7o:lang(az) h2:where(.svelte-i8we7o),.svelte-i8we7o:lang(az) h4:where(.svelte-i8we7o),.svelte-i8we7o:lang(az) p:where(.svelte-i8we7o){font-family:var(--undpds-font-family-notosans)}.svelte-i8we7o:lang(zh) div:where(.svelte-i8we7o),.svelte-i8we7o:lang(zh) h2:where(.svelte-i8we7o),.svelte-i8we7o:lang(zh) h4:where(.svelte-i8we7o),.svelte-i8we7o:lang(zh) p:where(.svelte-i8we7o){font-family:var(--undpds-font-family-notosans-chinese)}.svelte-i8we7o:lang(ja) div:where(.svelte-i8we7o),.svelte-i8we7o:lang(ja) h2:where(.svelte-i8we7o),.svelte-i8we7o:lang(ja) h4:where(.svelte-i8we7o),.svelte-i8we7o:lang(ja) p:where(.svelte-i8we7o){font-family:var(--undpds-font-family-notosans-japanese)}.svelte-i8we7o:lang(ja) div:where(.svelte-i8we7o){font-weight:350}.svelte-i8we7o:lang(ka) div:where(.svelte-i8we7o),.svelte-i8we7o:lang(ka) h2:where(.svelte-i8we7o),.svelte-i8we7o:lang(ka) h4:where(.svelte-i8we7o),.svelte-i8we7o:lang(ka) p:where(.svelte-i8we7o){font-family:var(--undpds-font-family-notosans-georgian)}.svelte-i8we7o:lang(km) div:where(.svelte-i8we7o),.svelte-i8we7o:lang(km) h2:where(.svelte-i8we7o),.svelte-i8we7o:lang(km) h4:where(.svelte-i8we7o),.svelte-i8we7o:lang(km) p:where(.svelte-i8we7o){font-family:var(--undpds-font-family-notosans-khmer)}.svelte-i8we7o:lang(ko) div:where(.svelte-i8we7o),.svelte-i8we7o:lang(ko) h2:where(.svelte-i8we7o),.svelte-i8we7o:lang(ko) h4:where(.svelte-i8we7o),.svelte-i8we7o:lang(ko) p:where(.svelte-i8we7o){font-family:var(--undpds-font-family-notosans-korean)}.svelte-i8we7o:lang(ku) div:where(.svelte-i8we7o),.svelte-i8we7o:lang(ku) h2:where(.svelte-i8we7o),.svelte-i8we7o:lang(ku) h4:where(.svelte-i8we7o),.svelte-i8we7o:lang(ku) p:where(.svelte-i8we7o){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-i8we7o:lang(ne) div:where(.svelte-i8we7o),.svelte-i8we7o:lang(ne) h2:where(.svelte-i8we7o),.svelte-i8we7o:lang(ne) h4:where(.svelte-i8we7o),.svelte-i8we7o:lang(ne) p:where(.svelte-i8we7o){font-family:var(--undpds-font-family-notosans)}h2.svelte-i8we7o,h4.svelte-i8we7o{margin:0;margin-bottom:var(--undpds-spacing-04);padding:0}@media (min-width: 48em){h2.svelte-i8we7o,h4.svelte-i8we7o{margin-bottom:var(--undpds-spacing-05)}}h2.svelte-i8we7o{font-size:2.5rem;font-weight:700;line-height:1.1}@media (min-width: 48em){h2.svelte-i8we7o{font-size:2.813rem}}@media (min-width: 64em){h2.svelte-i8we7o{font-size:3.438rem}}h4.svelte-i8we7o{font-size:var(--undpds-font-size-25);font-weight:400;line-height:1.15}@media (min-width: 48em){h4.svelte-i8we7o{font-size:var(--undpds-font-size-35)}}p.svelte-i8we7o{margin-top:0}@keyframes svelte-i8we7o-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}.color-white.svelte-i8we7o{color:var(--undpds-color-white)}.color-black.svelte-i8we7o{color:var(--undpds-color-black)}.show-large.svelte-i8we7o{display:none}@media (min-width: 48em){.show-large.svelte-i8we7o{display:block}}.show-small.svelte-i8we7o{display:block}@media (min-width: 48em){.show-small.svelte-i8we7o{display:none}}.height-full.svelte-i8we7o{height:100%}.overlay-grey.svelte-i8we7o:before{background:#0003}.delay-1.svelte-i8we7o{transition-delay:.1s}.delay-2.svelte-i8we7o{transition-delay:.2s}.delay-3.svelte-i8we7o{transition-delay:.3s}.delay-4.svelte-i8we7o{transition-delay:.4s}.delay-5.svelte-i8we7o{transition-delay:.5s}.scale-up.inviewport.svelte-i8we7o{transform:scale(1)}.expand-to-size.svelte-i8we7o{max-width:calc(100% - 1.5rem)}@media (min-width: 48em){.expand-to-size.svelte-i8we7o{max-width:calc(100% - 3rem)}}.overflow-hidden.svelte-i8we7o{overflow:hidden}.background-yellow.svelte-i8we7o{background-color:var(--undpds-color-light-yellow)}.background-red.svelte-i8we7o{background-color:var(--undpds-color-light-red)}.background-green.svelte-i8we7o{background-color:var(--undpds-color-light-green)}.background-blue.svelte-i8we7o{background-color:var(--undpds-color-blue-100)}.background-gray.svelte-i8we7o{background-color:var(--undpds-color-gray-100)}.background-white.svelte-i8we7o{background-color:var(--undpds-color-white)}div.card-thumbnail__image.svelte-i8we7o{display:inline-flex;position:relative}div.card-thumbnail__image.svelte-i8we7o:before{opacity:0;transition:all .6s}div.card-thumbnail__image.svelte-i8we7o:hover:before{opacity:.75}div.card-thumbnail__image:hover.accent-yellow.svelte-i8we7o:before,div.card-thumbnail__image:hover.yellow.svelte-i8we7o:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}div.card-thumbnail__image:hover.accent-red.svelte-i8we7o:before,div.card-thumbnail__image:hover.red.svelte-i8we7o:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}div.card-thumbnail__image:hover.accent-green.svelte-i8we7o:before,div.card-thumbnail__image:hover.green.svelte-i8we7o:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}div.card-thumbnail__image:hover.accent-blue.svelte-i8we7o:before,div.card-thumbnail__image:hover.blue.svelte-i8we7o:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}div.publication-thumbnail__image.svelte-i8we7o{background:linear-gradient(180deg,#c9d0d6 70%,#c9d0d6 0,#414648 70.5%,#9ea5ac 0,#9ea5ac);display:inline-flex;padding:2.188rem 2.938rem;position:relative;z-index:1}div.publication-thumbnail__image.svelte-i8we7o:before{background:#7b8085;border-radius:21%;bottom:37px;content:"";filter:blur(4px);height:27px;left:32px;position:absolute;right:20px;transform:skew(64deg);width:calc(100% - 100px);z-index:-2}div.publication-thumbnail__image.svelte-i8we7o:after{opacity:0;transition:all .6s;z-index:1}div.publication-thumbnail__image.svelte-i8we7o:hover:after{opacity:.75}div.publication-thumbnail__image:hover.accent-yellow.svelte-i8we7o:after,div.publication-thumbnail__image:hover.yellow.svelte-i8we7o:after{background:linear-gradient(27.66deg,var(--undpds-color-yellow),transparent 70.49%)}div.publication-thumbnail__image:hover.accent-red.svelte-i8we7o:after,div.publication-thumbnail__image:hover.red.svelte-i8we7o:after{background:linear-gradient(27.66deg,var(--undpds-color-red),transparent 70.49%)}div.publication-thumbnail__image:hover.accent-green.svelte-i8we7o:after,div.publication-thumbnail__image:hover.green.svelte-i8we7o:after{background:linear-gradient(27.66deg,var(--undpds-color-green),transparent 70.49%)}div.publication-thumbnail__image:hover.accent-blue.svelte-i8we7o:after,div.publication-thumbnail__image:hover.blue.svelte-i8we7o:after{background:linear-gradient(27.66deg,var(--undpds-color-azure),transparent 70.49%)}.color-wrapper.svelte-i8we7o{display:block}@media (min-width: 48em){.color-wrapper.svelte-i8we7o{display:flex;flex-wrap:wrap;justify-content:space-around}}.color__row.svelte-i8we7o{width:100%}@media (min-width: 48em){.color__row.svelte-i8we7o{width:calc(50% - 10px)}}.color__row.full.svelte-i8we7o{width:100%}.Primary-text.svelte-i8we7o{color:var(--undpds-color-black);font-size:var(--undpds-font-size-12);margin-top:-1.538rem;text-align:center}@media (min-width: 48em){.Primary-text.svelte-i8we7o{margin-top:-1.55rem}}.color__define.svelte-i8we7o{display:flex;margin-bottom:1.25rem}.color__define_balance.svelte-i8we7o{display:flex;width:100%}.icon--bar.svelte-i8we7o{cursor:pointer}.chevron-right-animated.svelte-i8we7o{display:inline-block;max-width:6rem;width:100%}.external-link-animated.svelte-i8we7o{box-shadow:-2px 2px 0 0 var(--undpds-color-dark-red),-4px 0 0 -2px var(--undpds-color-dark-red),-3px 3px 0 -1px var(--undpds-color-dark-red);box-sizing:border-box;cursor:pointer;display:inline-block;height:var(--undpds-spacing-04);margin-inline-start:-2px;position:relative;width:var(--undpds-spacing-04)}.external-link-animated.svelte-i8we7o:before{background:var(--undpds-color-dark-red);height:2px;inset-block-start:3.5px;inset-inline-end:0;transform:rotate(-45deg) translate(0);transition:all .3s;width:.625rem}.external-link-animated.svelte-i8we7o:after{border-block-start:2px solid var(--undpds-color-dark-red);border-inline-end:2px solid var(--undpds-color-dark-red);height:var(--undpds-spacing-03);inset-block-start:0;inset-inline-end:0;transform:translate(0);transition:transform .3s;width:var(--undpds-spacing-03)}.external-link-animated.svelte-i8we7o:hover:after{transform:translate(5px,-5px)}.external-link-animated.svelte-i8we7o:hover:before{transform:rotate(-45deg) translate(7px)}.download-animated.svelte-i8we7o{align-items:flex-end;box-sizing:border-box;cursor:pointer;display:flex;height:12px;position:relative}.download-animated.svelte-i8we7o:after{border-block-end:2px solid var(--undpds-color-dark-red);border-inline-start:2px solid var(--undpds-color-dark-red);height:8px;inset-block-end:6px;inset-inline-start:7px;transform:rotate(-45deg) translate(0);transition:all .3s;width:8px}.download-animated.svelte-i8we7o:before{background:var(--undpds-color-dark-red);height:10px;inset-block-end:7px;inset-inline-start:10px;transform:translate(0);transition:all .3s;width:2px}.download-animated.svelte-i8we7o:hover:after{transform:rotate(-45deg) translate(7px,-7px)}.download-animated.svelte-i8we7o:hover:before{transform:translateY(-10px)}.icons-container.svelte-i8we7o{display:flex;flex-wrap:wrap}.icons-container.svelte-i8we7o>div:where(.svelte-i8we7o)>div:where(.svelte-i8we7o){margin:0 auto}.icons-container.svelte-i8we7o>div:where(.svelte-i8we7o) p:where(.svelte-i8we7o){font-family:var(--undpds-font-family-proximanova);font-size:14px;margin-top:10px}.icons-container.svelte-i8we7o>div:where(.svelte-i8we7o){align-items:center;background:var(--undpds-color-gray-300);border:1px solid var(--undpds-color-gray-400);box-shadow:2px 2px 4px var(--undpds-color-gray-300);box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;margin:0 var(--undpds-spacing-05) var(--undpds-spacing-07);padding:var(--undpds-spacing-05) var(--undpds-spacing-03);text-align:center;width:calc(100% - 2rem)}@media (min-width: 48em){.icons-container.svelte-i8we7o>div:where(.svelte-i8we7o){width:calc(25% - 2rem)}}div.author__img.svelte-i8we7o{height:80px;min-width:80px;position:relative;width:80px}div.author__img.svelte-i8we7o,div.author__img.svelte-i8we7o:before{border-radius:var(--undpds-author-image-radius);overflow:hidden}div.author__img.svelte-i8we7o:before{opacity:0;transition:all .6s}div.author__img.svelte-i8we7o:hover:before{opacity:.75}div.author__img:hover.accent-yellow.svelte-i8we7o:before,div.author__img:hover.yellow.svelte-i8we7o:before,div.author__img.svelte-i8we7o:hover:before{background:linear-gradient(45deg,var(--undpds-color-yellow),transparent 53%)}div.author__img:hover.accent-red.svelte-i8we7o:before,div.author__img:hover.red.svelte-i8we7o:before{background:linear-gradient(45deg,var(--undpds-color-red),transparent 53%)}div.author__img:hover.accent-green.svelte-i8we7o:before,div.author__img:hover.green.svelte-i8we7o:before{background:linear-gradient(45deg,var(--undpds-color-green),transparent 53%)}div.author__img:hover.accent-blue.svelte-i8we7o:before,div.author__img:hover.blue.svelte-i8we7o:before{background:linear-gradient(45deg,var(--undpds-color-azure),transparent 53%)}div.author__img.large.svelte-i8we7o{height:180px;width:180px}div.author__img.large.svelte-i8we7o:before{height:180px}.credits.svelte-i8we7o{font-size:var(--undpds-font-size-14);line-height:1.4;margin-left:auto}@container (width > 30em){.credits.svelte-i8we7o{font-size:var(--undpds-font-size-16)}}.grid_name.svelte-i8we7o{color:var(--undpds-color-black);font-size:1.375rem;margin-bottom:var(--undpds-spacing-05);margin-top:var(--undpds-spacing-05);min-height:28px}@media (max-width: 47.9375em){.grid_name.svelte-i8we7o{font-size:1.625rem}}.grid_description.svelte-i8we7o{color:var(--undpds-color-black);margin-bottom:1.25rem}.grid--layout.svelte-i8we7o{background-color:var(--undpds-color-gray-300);height:var(--undpds-spacing-09);margin-bottom:var(--undpds-spacing-03)}.grid--layout.svelte-i8we7o:nth-child(odd){background-color:var(--undpds-color-gray-200)}.breadcrumb__item.svelte-i8we7o{background-image:none;color:var(--undpds-color-dark-red);font-size:var(--undpds-font-size-12);font-weight:600;text-transform:uppercase}.breadcrumb__item.svelte-i8we7o:hover{color:var(--undpds-color-red)}.language__item.svelte-i8we7o{display:inline-block;line-height:.9;min-width:100px;padding:var(--undpds-spacing-04) var(--undpds-spacing-05)}.progress-container.svelte-i8we7o{background:var(--undpds-color-gray-300);height:.75rem;width:100%}@media (min-width: 48em){.progress-container.svelte-i8we7o{height:1rem}}.progress-container.small.svelte-i8we7o{height:.625rem}@media (min-width: 48em){.progress-container.small.svelte-i8we7o{height:.75rem}}.progress-bar.svelte-i8we7o{height:.75rem;min-width:1%;position:fixed;transition:width .2s linear;width:34%;z-index:1}@media (min-width: 48em){.progress-bar.svelte-i8we7o{height:1rem}}.progress-top.svelte-i8we7o{top:0}.sidebar_item.svelte-i8we7o:hover{background-color:var(--undpds-color-gray-200)}.scroll.svelte-i8we7o{overflow-x:auto}.form-check.svelte-i8we7o{align-items:center;display:flex;position:relative}.stats-card.svelte-i8we7o{background-color:var(--undpds-color-gray-200);box-sizing:border-box;overflow-wrap:break-word;padding:var(--undpds-spacing-08);transition:all .3s}@media (max-width: 47.9375em){.stats-card.svelte-i8we7o{max-width:21.938rem}}.stats-card.svelte-i8we7o h2:where(.svelte-i8we7o){color:var(--undpds-color-gray-200);font-family:var(--undpds-font-family-sohnebreit);font-size:var(--undpds-spacing-11);font-weight:700;letter-spacing:.05rem;line-height:1.1;margin-bottom:var(--undpds-spacing-06);text-shadow:-1px -1px 0 var(--undpds-color-black),1px -1px 0 var(--undpds-color-black),-1px 1px 0 var(--undpds-color-black),1px 1px 0 var(--undpds-color-black);transition:all .3s}@supports (-webkit-text-stroke: 2px var(--undpds-color-black)){.stats-card.svelte-i8we7o h2:where(.svelte-i8we7o){text-shadow:none;-webkit-text-stroke:2px var(--undpds-color-black)}}@media (min-width: 48em){.stats-card.svelte-i8we7o h2:where(.svelte-i8we7o){font-size:6.875rem;line-height:1.09;margin-bottom:var(--undpds-spacing-07)}}.stats-card.svelte-i8we7o h4:where(.svelte-i8we7o){letter-spacing:0;line-height:1.15;margin-bottom:var(--undpds-spacing-03)}@media (min-width: 48em){.stats-card.svelte-i8we7o h4:where(.svelte-i8we7o){margin-bottom:var(--undpds-spacing-05)}}.stats-card.svelte-i8we7o p:where(.svelte-i8we7o){margin:0}@media (min-width: 48em){.stats-card.svelte-i8we7o p:where(.svelte-i8we7o){font-size:var(--undpds-font-size-25)}}.stats-card.x-large.svelte-i8we7o{padding:var(--undpds-spacing-08)}@media (min-width: 48em){.stats-card.x-large.svelte-i8we7o{max-width:42.75rem;padding:var(--undpds-spacing-12)}}.stats-card.x-large.svelte-i8we7o h2:where(.svelte-i8we7o){font-size:var(--undpds-spacing-90)}@media (min-width: 48em){.stats-card.x-large.svelte-i8we7o h2:where(.svelte-i8we7o){font-size:7.5rem}}.stats-card.x-large.svelte-i8we7o h4:where(.svelte-i8we7o){font-weight:600}@media (max-width: 47.9375em){.stats-card.x-large.svelte-i8we7o h4:where(.svelte-i8we7o){font-size:1.875rem}}@media (min-width: 48em){.stats-card.large.svelte-i8we7o{max-width:28rem;padding:var(--undpds-spacing-12) var(--undpds-spacing-10)}}.stats-card.medium.svelte-i8we7o{padding:var(--undpds-spacing-09)}@media (min-width: 48em){.stats-card.medium.svelte-i8we7o{max-width:var(--undpds-spacing-330)}.stats-card.medium.svelte-i8we7o h4:where(.svelte-i8we7o){font-weight:600}}.stats-card.medium.svelte-i8we7o p:where(.svelte-i8we7o){font-size:var(--undpds-font-size-20)}.stats-card.small.svelte-i8we7o{max-width:10.625rem;padding:var(--undpds-spacing-06)}@media (min-width: 48em){.stats-card.small.svelte-i8we7o{max-width:13.25rem;padding:var(--undpds-spacing-07)}}.stats-card.small.svelte-i8we7o h2:where(.svelte-i8we7o){font-size:var(--undpds-spacing-50);height:var(--undpds-spacing-10);white-space:nowrap}@media (min-width: 48em){.stats-card.small.svelte-i8we7o h2:where(.svelte-i8we7o){font-size:var(--undpds-spacing-70)}}.stats-card.small.svelte-i8we7o h4:where(.svelte-i8we7o){font-size:var(--undpds-font-size-20)}@media (min-width: 48em){.stats-card.small.svelte-i8we7o h4:where(.svelte-i8we7o){font-size:var(--undpds-font-size-25)}}.stats-card.small.svelte-i8we7o p:where(.svelte-i8we7o){font-size:var(--undpds-font-size-14);word-break:normal}@media (min-width: 48em){.stats-card.small.svelte-i8we7o p:where(.svelte-i8we7o){font-size:var(--undpds-font-size-16)}}.stats-card.svelte-i8we7o:hover{background-color:var(--undpds-color-yellow)}.stats-card.svelte-i8we7o:hover h2:where(.svelte-i8we7o){color:var(--undpds-color-black)}.stats-card:hover.accent-yellow.svelte-i8we7o,.stats-card:hover.yellow.svelte-i8we7o{background-color:var(--undpds-color-yellow)}.stats-card:hover.accent-red.svelte-i8we7o,.stats-card:hover.red.svelte-i8we7o{background-color:var(--undpds-color-red)}.stats-card:hover.accent-green.svelte-i8we7o,.stats-card:hover.green.svelte-i8we7o{background-color:var(--undpds-color-green)}.stats-card:hover.accent-blue.svelte-i8we7o,.stats-card:hover.blue.svelte-i8we7o{background-color:var(--undpds-color-azure)}a.svelte-1j5cy1d{background-color:transparent}.svelte-1j5cy1d::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}.grid_description.svelte-1j5cy1d{font-size:var(--undpds-font-size-12)}@media (min-width: 48em){.grid_description.svelte-1j5cy1d{font-size:var(--undpds-font-size-14)}}.language__item.svelte-1j5cy1d{font-size:var(--undpds-font-size-14);line-height:1.4}@media (min-width: 48em){.language__item.svelte-1j5cy1d{font-size:var(--undpds-font-size-16)}}.language__item.svelte-1j5cy1d,.sidebar_item.svelte-1j5cy1d{border-bottom:1px solid var(--undpds-color-gray-400)}.breadcrumb__item.svelte-1j5cy1d{border:none}.sidebar_item.svelte-1j5cy1d{align-items:center;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;padding:var(--undpds-spacing-05);position:relative}@media (min-width: 48em){.sidebar_item.svelte-1j5cy1d{padding:var(--undpds-spacing-06)}}.sidebar_item.selected.svelte-1j5cy1d,.sidebar_item.selected.svelte-1j5cy1d:hover{background-color:var(--undpds-color-blue-600)}.overlay-grey.svelte-1j5cy1d:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.breadcrumb__item.svelte-1j5cy1d{background-image:none}[data-viewport=true].svelte-1j5cy1d{opacity:0;transform:translate(-100px);transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);visibility:hidden}[data-viewport=true].inviewport.svelte-1j5cy1d{opacity:1;transform:translate(0);visibility:visible}.scale-up.svelte-1j5cy1d{transform:scale(.9);transition:transform 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.svelte-1j5cy1d{opacity:0;transition:opacity 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.inviewport.svelte-1j5cy1d{opacity:1;transform:translate(0)}.svelte-1j5cy1d:lang(my) .language__item:where(.svelte-1j5cy1d){font-size:var(--undpds-font-size-12);line-height:1.7}@media (min-width: 48em){.svelte-1j5cy1d:lang(my) .language__item:where(.svelte-1j5cy1d){font-size:var(--undpds-font-size-14)}}.chevron-right-animated.svelte-1j5cy1d i:where(.svelte-1j5cy1d):after,.chevron-right-animated.svelte-1j5cy1d i:where(.svelte-1j5cy1d):before,.download-animated.svelte-1j5cy1d:after,.download-animated.svelte-1j5cy1d:before,.external-link-animated.svelte-1j5cy1d:after,.external-link-animated.svelte-1j5cy1d:before{box-sizing:border-box;content:"";display:block;position:absolute}.chevron-right-animated.svelte-1j5cy1d i:where(.svelte-1j5cy1d){box-sizing:border-box;display:block;height:var(--undpds-spacing-05);left:1.25rem;position:relative;transition:width .3s;width:0}.chevron-right-animated.svelte-1j5cy1d i:where(.svelte-1j5cy1d):before{background-color:var(--undpds-color-red);display:none;height:2px;right:0;top:7px;width:100%}.chevron-right-animated.svelte-1j5cy1d i:where(.svelte-1j5cy1d):after{border-right:2px solid var(--undpds-color-red);border-top:2px solid var(--undpds-color-red);height:var(--undpds-spacing-04);right:0;top:2px;transform:rotate(45deg);width:var(--undpds-spacing-04)}.chevron-right-animated.svelte-1j5cy1d:hover i:where(.svelte-1j5cy1d){width:var(--undpds-spacing-11)}.chevron-right-animated.svelte-1j5cy1d:hover i:where(.svelte-1j5cy1d):before{display:unset}a.svelte-1j5cy1d{background-image:linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red)),linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red));background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}a.svelte-1j5cy1d:hover{animation:svelte-1j5cy1d-lineLoop-animation 2s linear infinite}.custom-scrollbar.svelte-1j5cy1d{overflow-x:auto;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:var(--undpds-color-black) transparent;scrollbar-width:thin}.custom-scrollbar.svelte-1j5cy1d::-webkit-scrollbar{border-radius:0;height:5px;width:5px}.custom-scrollbar.svelte-1j5cy1d::-webkit-scrollbar-track{background:var(--undpds-color-black);background-clip:padding-box;border:2px solid var(--undpds-color-white)}.custom-scrollbar.svelte-1j5cy1d::-webkit-scrollbar-corner{display:none}.custom-scrollbar.svelte-1j5cy1d::-webkit-scrollbar-thumb{background:var(--undpds-color-black)}.grid-container.svelte-1j5cy1d{margin-left:auto;margin-right:auto;max-width:75rem;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.svelte-1j5cy1d{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.fluid.svelte-1j5cy1d{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.fluid.svelte-1j5cy1d{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.full.svelte-1j5cy1d{margin-left:auto;margin-right:auto;max-width:100%;padding-left:0;padding-right:0}.grid-x.svelte-1j5cy1d{display:flex;flex-flow:row wrap}.cell.svelte-1j5cy1d{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto.svelte-1j5cy1d{flex:1 1 0}.cell.shrink.svelte-1j5cy1d{flex:0 0 auto}.grid-margin-x.svelte-1j5cy1d{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-x.svelte-1j5cy1d{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-padding-x.svelte-1j5cy1d .grid-padding-x:where(.svelte-1j5cy1d){margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width: 40em){.grid-padding-x.svelte-1j5cy1d .grid-padding-x:where(.svelte-1j5cy1d){margin-left:-.9375rem;margin-right:-.9375rem}}.small-margin-collapse.svelte-1j5cy1d,.small-padding-collapse.svelte-1j5cy1d{margin-left:0;margin-right:0}@media print,screen and (min-width: 40em){.medium-margin-collapse.svelte-1j5cy1d{margin-left:0;margin-right:0}}@media print,screen and (min-width: 40em){.medium-padding-collapse.svelte-1j5cy1d{margin-left:0;margin-right:0}}@media print,screen and (min-width: 64em){.large-margin-collapse.svelte-1j5cy1d,.large-padding-collapse.svelte-1j5cy1d{margin-left:0;margin-right:0}}.small-offset-0.svelte-1j5cy1d{margin-left:0}.small-offset-1.svelte-1j5cy1d{margin-left:8.3333333333%}.small-offset-2.svelte-1j5cy1d{margin-left:16.6666666667%}.small-offset-3.svelte-1j5cy1d{margin-left:25%}.small-offset-4.svelte-1j5cy1d{margin-left:33.3333333333%}.small-offset-5.svelte-1j5cy1d{margin-left:41.6666666667%}.small-offset-6.svelte-1j5cy1d{margin-left:50%}.small-offset-7.svelte-1j5cy1d{margin-left:58.3333333333%}.small-offset-8.svelte-1j5cy1d{margin-left:66.6666666667%}.small-offset-9.svelte-1j5cy1d{margin-left:75%}.small-offset-10.svelte-1j5cy1d{margin-left:83.3333333333%}.small-offset-11.svelte-1j5cy1d{margin-left:91.6666666667%}@media print,screen and (min-width: 40em){.medium-offset-0.svelte-1j5cy1d{margin-left:0}.medium-offset-1.svelte-1j5cy1d{margin-left:8.3333333333%}.medium-offset-2.svelte-1j5cy1d{margin-left:16.6666666667%}.medium-offset-3.svelte-1j5cy1d{margin-left:25%}.medium-offset-4.svelte-1j5cy1d{margin-left:33.3333333333%}.medium-offset-5.svelte-1j5cy1d{margin-left:41.6666666667%}.medium-offset-6.svelte-1j5cy1d{margin-left:50%}.medium-offset-7.svelte-1j5cy1d{margin-left:58.3333333333%}.medium-offset-8.svelte-1j5cy1d{margin-left:66.6666666667%}.medium-offset-9.svelte-1j5cy1d{margin-left:75%}.medium-offset-10.svelte-1j5cy1d{margin-left:83.3333333333%}.medium-offset-11.svelte-1j5cy1d{margin-left:91.6666666667%}}@media print,screen and (min-width: 64em){.large-offset-0.svelte-1j5cy1d{margin-left:0}.large-offset-1.svelte-1j5cy1d{margin-left:8.3333333333%}.large-offset-2.svelte-1j5cy1d{margin-left:16.6666666667%}.large-offset-3.svelte-1j5cy1d{margin-left:25%}.large-offset-4.svelte-1j5cy1d{margin-left:33.3333333333%}.large-offset-5.svelte-1j5cy1d{margin-left:41.6666666667%}.large-offset-6.svelte-1j5cy1d{margin-left:50%}.large-offset-7.svelte-1j5cy1d{margin-left:58.3333333333%}.large-offset-8.svelte-1j5cy1d{margin-left:66.6666666667%}.large-offset-9.svelte-1j5cy1d{margin-left:75%}.large-offset-10.svelte-1j5cy1d{margin-left:83.3333333333%}.large-offset-11.svelte-1j5cy1d{margin-left:91.6666666667%}}.grid-y.svelte-1j5cy1d{display:flex;flex-flow:column nowrap}.grid-padding-y.svelte-1j5cy1d .grid-padding-y:where(.svelte-1j5cy1d){margin-bottom:-.625rem;margin-top:-.625rem}@media print,screen and (min-width: 40em){.grid-padding-y.svelte-1j5cy1d .grid-padding-y:where(.svelte-1j5cy1d){margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-frame.svelte-1j5cy1d{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell.svelte-1j5cy1d .grid-frame:where(.svelte-1j5cy1d){width:100%}.cell-block.svelte-1j5cy1d{max-width:100%;overflow-x:auto}.cell-block.svelte-1j5cy1d,.cell-block-y.svelte-1j5cy1d{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y.svelte-1j5cy1d{max-height:100%;min-height:100%;overflow-y:auto}.cell-block-container.svelte-1j5cy1d{display:flex;flex-direction:column;max-height:100%}@media print,screen and (min-width: 40em){.medium-grid-frame.svelte-1j5cy1d{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell.svelte-1j5cy1d .medium-grid-frame:where(.svelte-1j5cy1d){width:100%}.medium-cell-block.svelte-1j5cy1d{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container.svelte-1j5cy1d{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-y.svelte-1j5cy1d{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width: 64em){.large-grid-frame.svelte-1j5cy1d{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell.svelte-1j5cy1d .large-grid-frame:where(.svelte-1j5cy1d){width:100%}.large-cell-block.svelte-1j5cy1d{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container.svelte-1j5cy1d{display:flex;flex-direction:column;max-height:100%}.large-cell-block-y.svelte-1j5cy1d{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame.svelte-1j5cy1d{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}@media print,screen and (min-width: 40em){.grid-y.medium-grid-frame.svelte-1j5cy1d{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media print,screen and (min-width: 64em){.grid-y.large-grid-frame.svelte-1j5cy1d{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}.cell.svelte-1j5cy1d .grid-y.grid-frame:where(.svelte-1j5cy1d){height:100%}@media print,screen and (min-width: 40em){.cell.svelte-1j5cy1d .grid-y.medium-grid-frame:where(.svelte-1j5cy1d){height:100%}}@media print,screen and (min-width: 64em){.cell.svelte-1j5cy1d .grid-y.large-grid-frame:where(.svelte-1j5cy1d){height:100%}}.grid-margin-y.svelte-1j5cy1d{margin-bottom:-.625rem;margin-top:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-y.svelte-1j5cy1d{margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-frame.grid-margin-y.svelte-1j5cy1d{height:calc(100vh + 1.25rem)}@media print,screen and (min-width: 40em){.grid-frame.grid-margin-y.svelte-1j5cy1d{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-frame.grid-margin-y.svelte-1j5cy1d{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 40em){.grid-margin-y.medium-grid-frame.svelte-1j5cy1d{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-y.large-grid-frame.svelte-1j5cy1d{height:calc(100vh + 1.875rem)}}.float-left.svelte-1j5cy1d{float:left!important}.float-right.svelte-1j5cy1d{float:right!important}.float-center.svelte-1j5cy1d{display:block;margin-left:auto;margin-right:auto}.clearfix.svelte-1j5cy1d:after,.clearfix.svelte-1j5cy1d:before{content:" ";display:table;flex-basis:0;order:1}.clearfix.svelte-1j5cy1d:after{clear:both}.align-left.svelte-1j5cy1d{justify-content:flex-start}.align-right.svelte-1j5cy1d{justify-content:flex-end}.align-center.svelte-1j5cy1d{justify-content:center}.align-justify.svelte-1j5cy1d{justify-content:space-between}.align-spaced.svelte-1j5cy1d{justify-content:space-around}.align-top.svelte-1j5cy1d{align-items:flex-start}.align-self-top.svelte-1j5cy1d{align-self:flex-start}.align-bottom.svelte-1j5cy1d{align-items:flex-end}.align-self-bottom.svelte-1j5cy1d{align-self:flex-end}.align-middle.svelte-1j5cy1d{align-items:center}.align-self-middle.svelte-1j5cy1d{align-self:center}.align-stretch.svelte-1j5cy1d{align-items:stretch}.align-self-stretch.svelte-1j5cy1d{align-self:stretch}.align-center-middle.svelte-1j5cy1d{align-content:center;align-items:center;justify-content:center}.small-order-1.svelte-1j5cy1d{order:1}.small-order-2.svelte-1j5cy1d{order:2}.small-order-3.svelte-1j5cy1d{order:3}.small-order-4.svelte-1j5cy1d{order:4}.small-order-5.svelte-1j5cy1d{order:5}.small-order-6.svelte-1j5cy1d{order:6}@media print,screen and (min-width: 40em){.medium-order-1.svelte-1j5cy1d{order:1}.medium-order-2.svelte-1j5cy1d{order:2}.medium-order-3.svelte-1j5cy1d{order:3}.medium-order-4.svelte-1j5cy1d{order:4}.medium-order-5.svelte-1j5cy1d{order:5}.medium-order-6.svelte-1j5cy1d{order:6}}@media print,screen and (min-width: 64em){.large-order-1.svelte-1j5cy1d{order:1}.large-order-2.svelte-1j5cy1d{order:2}.large-order-3.svelte-1j5cy1d{order:3}.large-order-4.svelte-1j5cy1d{order:4}.large-order-5.svelte-1j5cy1d{order:5}.large-order-6.svelte-1j5cy1d{order:6}}.flex-container.svelte-1j5cy1d{display:flex}.flex-child-auto.svelte-1j5cy1d{flex:1 1 auto}.flex-child-grow.svelte-1j5cy1d{flex:1 0 auto}.flex-child-shrink.svelte-1j5cy1d{flex:0 1 auto}.flex-dir-row.svelte-1j5cy1d{flex-direction:row}.flex-dir-row-reverse.svelte-1j5cy1d{flex-direction:row-reverse}.flex-dir-column.svelte-1j5cy1d{flex-direction:column}.flex-dir-column-reverse.svelte-1j5cy1d{flex-direction:column-reverse}@media print,screen and (min-width: 40em){.medium-flex-container.svelte-1j5cy1d{display:flex}.medium-flex-child-auto.svelte-1j5cy1d{flex:1 1 auto}.medium-flex-child-grow.svelte-1j5cy1d{flex:1 0 auto}.medium-flex-child-shrink.svelte-1j5cy1d{flex:0 1 auto}.medium-flex-dir-row.svelte-1j5cy1d{flex-direction:row}.medium-flex-dir-row-reverse.svelte-1j5cy1d{flex-direction:row-reverse}.medium-flex-dir-column.svelte-1j5cy1d{flex-direction:column}.medium-flex-dir-column-reverse.svelte-1j5cy1d{flex-direction:column-reverse}}@media print,screen and (min-width: 64em){.large-flex-container.svelte-1j5cy1d{display:flex}.large-flex-child-auto.svelte-1j5cy1d{flex:1 1 auto}.large-flex-child-grow.svelte-1j5cy1d{flex:1 0 auto}.large-flex-child-shrink.svelte-1j5cy1d{flex:0 1 auto}.large-flex-dir-row.svelte-1j5cy1d{flex-direction:row}.large-flex-dir-row-reverse.svelte-1j5cy1d{flex-direction:row-reverse}.large-flex-dir-column.svelte-1j5cy1d{flex-direction:column}.large-flex-dir-column-reverse.svelte-1j5cy1d{flex-direction:column-reverse}}.hide.svelte-1j5cy1d{display:none!important}.invisible.svelte-1j5cy1d{visibility:hidden}.visible.svelte-1j5cy1d{visibility:visible}@media print,screen and (max-width: 39.99875em){.hide-for-small-only.svelte-1j5cy1d{display:none!important}}@media screen and (max-width: 0em),screen and (min-width: 40em){.show-for-small-only.svelte-1j5cy1d{display:none!important}}@media print,screen and (min-width: 40em){.hide-for-medium.svelte-1j5cy1d{display:none!important}}@media screen and (max-width: 39.99875em){.show-for-medium.svelte-1j5cy1d{display:none!important}}@media print,screen and (min-width: 40em) and (max-width: 63.99875em){.hide-for-medium-only.svelte-1j5cy1d{display:none!important}}@media screen and (max-width: 39.99875em),screen and (min-width: 64em){.show-for-medium-only.svelte-1j5cy1d{display:none!important}}@media print,screen and (min-width: 64em){.hide-for-large.svelte-1j5cy1d{display:none!important}}@media screen and (max-width: 63.99875em){.show-for-large.svelte-1j5cy1d{display:none!important}}@media print,screen and (min-width: 64em) and (max-width: 74.99875em){.hide-for-large-only.svelte-1j5cy1d{display:none!important}}@media screen and (max-width: 63.99875em),screen and (min-width: 75em){.show-for-large-only.svelte-1j5cy1d{display:none!important}}.show-for-sr.svelte-1j5cy1d,.show-on-focus.svelte-1j5cy1d{height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.show-on-focus.svelte-1j5cy1d:active,.show-on-focus.svelte-1j5cy1d:focus{height:auto!important;overflow:visible!important;position:static!important;width:auto!important;clip:auto!important;white-space:normal!important}.hide-for-portrait.svelte-1j5cy1d,.show-for-landscape.svelte-1j5cy1d{display:block!important}@media screen and (orientation: landscape){.hide-for-portrait.svelte-1j5cy1d,.show-for-landscape.svelte-1j5cy1d{display:block!important}}@media screen and (orientation: portrait){.hide-for-portrait.svelte-1j5cy1d,.show-for-landscape.svelte-1j5cy1d{display:none!important}}.hide-for-landscape.svelte-1j5cy1d,.show-for-portrait.svelte-1j5cy1d{display:none!important}@media screen and (orientation: landscape){.hide-for-landscape.svelte-1j5cy1d,.show-for-portrait.svelte-1j5cy1d{display:none!important}}@media screen and (orientation: portrait){.hide-for-landscape.svelte-1j5cy1d,.show-for-portrait.svelte-1j5cy1d{display:block!important}}.show-for-dark-mode.svelte-1j5cy1d{display:none}.hide-for-dark-mode.svelte-1j5cy1d{display:block}@media screen and (prefers-color-scheme: dark){.show-for-dark-mode.svelte-1j5cy1d{display:block!important}.hide-for-dark-mode.svelte-1j5cy1d{display:none!important}}.show-for-ie.svelte-1j5cy1d{display:none}@media (-ms-high-contrast: active),(-ms-high-contrast: none){.show-for-ie.svelte-1j5cy1d{display:block!important}.hide-for-ie.svelte-1j5cy1d{display:none!important}}.show-for-sticky.svelte-1j5cy1d{display:none}.is-stuck.svelte-1j5cy1d .show-for-sticky:where(.svelte-1j5cy1d){display:block}.is-stuck.svelte-1j5cy1d .hide-for-sticky:where(.svelte-1j5cy1d){display:none}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}.svelte-1j5cy1d:lang(my) ul:where(.svelte-1j5cy1d) li:where(.svelte-1j5cy1d){font-size:var(--undpds-font-size-14);line-height:1.9}@media (min-width: 48em){.svelte-1j5cy1d:lang(my) ul:where(.svelte-1j5cy1d) li:where(.svelte-1j5cy1d){font-size:1.125rem}}ul.svelte-1j5cy1d{margin:0;padding-left:1.125rem}@media (min-width: 48em){ul.svelte-1j5cy1d{padding-left:1.313rem}}ul.svelte-1j5cy1d li:where(.svelte-1j5cy1d){margin-bottom:var(--undpds-spacing-05);padding-left:.875rem}@media (min-width: 48em){ul.svelte-1j5cy1d li:where(.svelte-1j5cy1d){margin-bottom:var(--undpds-spacing-06);padding-left:var(--undpds-spacing-04)}}ul.svelte-1j5cy1d li:where(.svelte-1j5cy1d)::marker{font-size:1.125rem}@media (min-width: 48em){ul.svelte-1j5cy1d li:where(.svelte-1j5cy1d)::marker{font-size:1.313rem}}@keyframes svelte-1j5cy1d-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}a.svelte-1j5cy1d{color:var(--undpds-color-black);text-decoration:none}.color-white.svelte-1j5cy1d{color:var(--undpds-color-white)}.color-black.svelte-1j5cy1d{color:var(--undpds-color-black)}.show-large.svelte-1j5cy1d{display:none}@media (min-width: 48em){.show-large.svelte-1j5cy1d{display:block}}.show-small.svelte-1j5cy1d{display:block}@media (min-width: 48em){.show-small.svelte-1j5cy1d{display:none}}.height-full.svelte-1j5cy1d{height:100%}.overlay-grey.svelte-1j5cy1d:before{background:#0003}.delay-1.svelte-1j5cy1d{transition-delay:.1s}.delay-2.svelte-1j5cy1d{transition-delay:.2s}.delay-3.svelte-1j5cy1d{transition-delay:.3s}.delay-4.svelte-1j5cy1d{transition-delay:.4s}.delay-5.svelte-1j5cy1d{transition-delay:.5s}.scale-up.inviewport.svelte-1j5cy1d{transform:scale(1)}.expand-to-size.svelte-1j5cy1d{max-width:calc(100% - 1.5rem)}@media (min-width: 48em){.expand-to-size.svelte-1j5cy1d{max-width:calc(100% - 3rem)}}.overflow-hidden.svelte-1j5cy1d{overflow:hidden}.background-yellow.svelte-1j5cy1d{background-color:var(--undpds-color-light-yellow)}.background-red.svelte-1j5cy1d{background-color:var(--undpds-color-light-red)}.background-green.svelte-1j5cy1d{background-color:var(--undpds-color-light-green)}.background-blue.svelte-1j5cy1d{background-color:var(--undpds-color-blue-100)}.background-gray.svelte-1j5cy1d{background-color:var(--undpds-color-gray-100)}.background-white.svelte-1j5cy1d{background-color:var(--undpds-color-white)}.accent-yellow.svelte-1j5cy1d .card-thumbnail__image:where(.svelte-1j5cy1d):hover:before,.yellow.svelte-1j5cy1d .card-thumbnail__image:where(.svelte-1j5cy1d):hover:before{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow.svelte-1j5cy1d .author__img:where(.svelte-1j5cy1d):hover:before,.yellow.svelte-1j5cy1d .author__img:where(.svelte-1j5cy1d):hover:before{background:linear-gradient(45deg,rgba(255,235,0,.8),transparent 53%)}.accent-yellow.svelte-1j5cy1d .publication-thumbnail__image:where(.svelte-1j5cy1d):hover:after,.yellow.svelte-1j5cy1d .publication-thumbnail__image:where(.svelte-1j5cy1d):hover:after{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow.svelte-1j5cy1d .stats-panel:where(.svelte-1j5cy1d):hover:after,.yellow.svelte-1j5cy1d .stats-panel:where(.svelte-1j5cy1d):hover:after{background:linear-gradient(0deg,rgba(255,235,0,.8),transparent 140%)}.accent-yellow.svelte-1j5cy1d .feature__card-slide:where(.svelte-1j5cy1d):before,.yellow.svelte-1j5cy1d .feature__card-slide:where(.svelte-1j5cy1d):before{background:linear-gradient(45deg,rgba(255,235,0,.8),transparent 67%)}.accent-red.svelte-1j5cy1d .card-thumbnail__image:where(.svelte-1j5cy1d):hover:before,.red.svelte-1j5cy1d .card-thumbnail__image:where(.svelte-1j5cy1d):hover:before{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red.svelte-1j5cy1d .author__img:where(.svelte-1j5cy1d):hover:before,.red.svelte-1j5cy1d .author__img:where(.svelte-1j5cy1d):hover:before{background:linear-gradient(45deg,rgba(230,45,45,.78),transparent 53%)}.accent-red.svelte-1j5cy1d .publication-thumbnail__image:where(.svelte-1j5cy1d):hover:after,.red.svelte-1j5cy1d .publication-thumbnail__image:where(.svelte-1j5cy1d):hover:after{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red.svelte-1j5cy1d .stats-panel:where(.svelte-1j5cy1d):hover:after,.red.svelte-1j5cy1d .stats-panel:where(.svelte-1j5cy1d):hover:after{background:linear-gradient(0deg,rgba(230,45,45,.78),transparent 140%)}.accent-red.svelte-1j5cy1d .feature__card-slide:where(.svelte-1j5cy1d):before,.red.svelte-1j5cy1d .feature__card-slide:where(.svelte-1j5cy1d):before{background:linear-gradient(45deg,rgba(230,45,45,.78),transparent 67%)}.accent-green.svelte-1j5cy1d .card-thumbnail__image:where(.svelte-1j5cy1d):hover:before,.green.svelte-1j5cy1d .card-thumbnail__image:where(.svelte-1j5cy1d):hover:before{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green.svelte-1j5cy1d .author__img:where(.svelte-1j5cy1d):hover:before,.green.svelte-1j5cy1d .author__img:where(.svelte-1j5cy1d):hover:before{background:linear-gradient(45deg,rgba(92,222,83,.82),transparent 53%)}.accent-green.svelte-1j5cy1d .publication-thumbnail__image:where(.svelte-1j5cy1d):hover:after,.green.svelte-1j5cy1d .publication-thumbnail__image:where(.svelte-1j5cy1d):hover:after{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green.svelte-1j5cy1d .stats-panel:where(.svelte-1j5cy1d):hover:after,.green.svelte-1j5cy1d .stats-panel:where(.svelte-1j5cy1d):hover:after{background:linear-gradient(0deg,rgba(92,222,83,.82),transparent 140%)}.accent-green.svelte-1j5cy1d .feature__card-slide:where(.svelte-1j5cy1d):before,.green.svelte-1j5cy1d .feature__card-slide:where(.svelte-1j5cy1d):before{background:linear-gradient(45deg,rgba(92,222,83,.82),transparent 67%)}.accent-blue.svelte-1j5cy1d .card-thumbnail__image:where(.svelte-1j5cy1d):hover:before,.blue.svelte-1j5cy1d .card-thumbnail__image:where(.svelte-1j5cy1d):hover:before{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue.svelte-1j5cy1d .author__img:where(.svelte-1j5cy1d):hover:before,.blue.svelte-1j5cy1d .author__img:where(.svelte-1j5cy1d):hover:before{background:linear-gradient(45deg,rgba(94,232,246,.82),transparent 53%)}.accent-blue.svelte-1j5cy1d .publication-thumbnail__image:where(.svelte-1j5cy1d):hover:after,.blue.svelte-1j5cy1d .publication-thumbnail__image:where(.svelte-1j5cy1d):hover:after{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue.svelte-1j5cy1d .stats-panel:where(.svelte-1j5cy1d):hover:after,.blue.svelte-1j5cy1d .stats-panel:where(.svelte-1j5cy1d):hover:after{background:linear-gradient(0deg,rgba(94,232,246,.82),transparent 140%)}.accent-blue.svelte-1j5cy1d .feature__card-slide:where(.svelte-1j5cy1d):before,.blue.svelte-1j5cy1d .feature__card-slide:where(.svelte-1j5cy1d):before{background:linear-gradient(45deg,rgba(94,232,246,.82),transparent 67%)}.accent-yellow.svelte-1j5cy1d .stats-card:where(.svelte-1j5cy1d):hover,.yellow.svelte-1j5cy1d .stats-card:where(.svelte-1j5cy1d):hover{background-color:var(--undpds-color-yellow)}.accent-yellow.svelte-1j5cy1d .progress-bar:where(.svelte-1j5cy1d),.yellow.svelte-1j5cy1d .progress-bar:where(.svelte-1j5cy1d){background:var(--undpds-color-yellow)}.accent-yellow.svelte-1j5cy1d .blockquote:where(.svelte-1j5cy1d),.accent-yellow.svelte-1j5cy1d .content-card.card:where(.svelte-1j5cy1d):hover,.yellow.svelte-1j5cy1d .blockquote:where(.svelte-1j5cy1d),.yellow.svelte-1j5cy1d .content-card.card:where(.svelte-1j5cy1d):hover{background-color:var(--undpds-color-yellow)}.accent-yellow.svelte-1j5cy1d .content-card.card-color:where(.svelte-1j5cy1d):hover,.accent-yellow.svelte-1j5cy1d .content-card.card-emphasize:where(.svelte-1j5cy1d):hover,.yellow.svelte-1j5cy1d .content-card.card-color:where(.svelte-1j5cy1d):hover,.yellow.svelte-1j5cy1d .content-card.card-emphasize:where(.svelte-1j5cy1d):hover{background-color:var(--undpds-color-yellow)}.accent-yellow.svelte-1j5cy1d .feature__card-slide:where(.svelte-1j5cy1d),.yellow.svelte-1j5cy1d .feature__card-slide:where(.svelte-1j5cy1d){background:var(--undpds-color-yellow)}.accent-red.svelte-1j5cy1d .stats-card:where(.svelte-1j5cy1d):hover,.red.svelte-1j5cy1d .stats-card:where(.svelte-1j5cy1d):hover{background-color:var(--undpds-color-red)}.accent-red.svelte-1j5cy1d .progress-bar:where(.svelte-1j5cy1d),.red.svelte-1j5cy1d .progress-bar:where(.svelte-1j5cy1d){background:var(--undpds-color-red)}.accent-red.svelte-1j5cy1d .blockquote:where(.svelte-1j5cy1d),.accent-red.svelte-1j5cy1d .content-card.card:where(.svelte-1j5cy1d):hover,.red.svelte-1j5cy1d .blockquote:where(.svelte-1j5cy1d),.red.svelte-1j5cy1d .content-card.card:where(.svelte-1j5cy1d):hover{background-color:var(--undpds-color-red)}.accent-red.svelte-1j5cy1d .content-card.card-color:where(.svelte-1j5cy1d):hover,.accent-red.svelte-1j5cy1d .content-card.card-emphasize:where(.svelte-1j5cy1d):hover,.red.svelte-1j5cy1d .content-card.card-color:where(.svelte-1j5cy1d):hover,.red.svelte-1j5cy1d .content-card.card-emphasize:where(.svelte-1j5cy1d):hover{background-color:var(--undpds-color-red)}.accent-red.svelte-1j5cy1d .feature__card-slide:where(.svelte-1j5cy1d),.red.svelte-1j5cy1d .feature__card-slide:where(.svelte-1j5cy1d){background:var(--undpds-color-red)}.accent-green.svelte-1j5cy1d .stats-card:where(.svelte-1j5cy1d):hover,.green.svelte-1j5cy1d .stats-card:where(.svelte-1j5cy1d):hover{background-color:var(--undpds-color-green)}.accent-green.svelte-1j5cy1d .progress-bar:where(.svelte-1j5cy1d),.green.svelte-1j5cy1d .progress-bar:where(.svelte-1j5cy1d){background:var(--undpds-color-green)}.accent-green.svelte-1j5cy1d .blockquote:where(.svelte-1j5cy1d),.accent-green.svelte-1j5cy1d .content-card.card:where(.svelte-1j5cy1d):hover,.green.svelte-1j5cy1d .blockquote:where(.svelte-1j5cy1d),.green.svelte-1j5cy1d .content-card.card:where(.svelte-1j5cy1d):hover{background-color:var(--undpds-color-green)}.accent-green.svelte-1j5cy1d .content-card.card-color:where(.svelte-1j5cy1d):hover,.accent-green.svelte-1j5cy1d .content-card.card-emphasize:where(.svelte-1j5cy1d):hover,.green.svelte-1j5cy1d .content-card.card-color:where(.svelte-1j5cy1d):hover,.green.svelte-1j5cy1d .content-card.card-emphasize:where(.svelte-1j5cy1d):hover{background-color:var(--undpds-color-green)}.accent-green.svelte-1j5cy1d .feature__card-slide:where(.svelte-1j5cy1d),.green.svelte-1j5cy1d .feature__card-slide:where(.svelte-1j5cy1d){background:var(--undpds-color-green)}.accent-blue.svelte-1j5cy1d .stats-card:where(.svelte-1j5cy1d):hover,.blue.svelte-1j5cy1d .stats-card:where(.svelte-1j5cy1d):hover{background-color:var(--undpds-color-azure)}.accent-blue.svelte-1j5cy1d .progress-bar:where(.svelte-1j5cy1d),.blue.svelte-1j5cy1d .progress-bar:where(.svelte-1j5cy1d){background:var(--undpds-color-azure)}.accent-blue.svelte-1j5cy1d .blockquote:where(.svelte-1j5cy1d),.accent-blue.svelte-1j5cy1d .content-card.card:where(.svelte-1j5cy1d):hover,.blue.svelte-1j5cy1d .blockquote:where(.svelte-1j5cy1d),.blue.svelte-1j5cy1d .content-card.card:where(.svelte-1j5cy1d):hover{background-color:var(--undpds-color-azure)}.accent-blue.svelte-1j5cy1d .content-card.card-color:where(.svelte-1j5cy1d):hover,.accent-blue.svelte-1j5cy1d .content-card.card-emphasize:where(.svelte-1j5cy1d):hover,.blue.svelte-1j5cy1d .content-card.card-color:where(.svelte-1j5cy1d):hover,.blue.svelte-1j5cy1d .content-card.card-emphasize:where(.svelte-1j5cy1d):hover{background-color:var(--undpds-color-azure)}.accent-blue.svelte-1j5cy1d .feature__card-slide:where(.svelte-1j5cy1d),.blue.svelte-1j5cy1d .feature__card-slide:where(.svelte-1j5cy1d){background:var(--undpds-color-azure)}.accent-yellow.svelte-1j5cy1d .content-card.card-emphasize:where(.svelte-1j5cy1d),.yellow.svelte-1j5cy1d .content-card.card-emphasize:where(.svelte-1j5cy1d){background-color:var(--undpds-color-light-yellow)}.accent-red.svelte-1j5cy1d .content-card.card-emphasize:where(.svelte-1j5cy1d),.red.svelte-1j5cy1d .content-card.card-emphasize:where(.svelte-1j5cy1d){background-color:var(--undpds-color-light-red)}.accent-green.svelte-1j5cy1d .content-card.card-emphasize:where(.svelte-1j5cy1d),.green.svelte-1j5cy1d .content-card.card-emphasize:where(.svelte-1j5cy1d){background-color:var(--undpds-color-light-green)}.accent-blue.svelte-1j5cy1d .content-card.card-emphasize:where(.svelte-1j5cy1d),.blue.svelte-1j5cy1d .content-card.card-emphasize:where(.svelte-1j5cy1d){background-color:var(--undpds-color-light-azure)}.color-wrapper.svelte-1j5cy1d{display:block}@media (min-width: 48em){.color-wrapper.svelte-1j5cy1d{display:flex;flex-wrap:wrap;justify-content:space-around}}.color__row.svelte-1j5cy1d{width:100%}@media (min-width: 48em){.color__row.svelte-1j5cy1d{width:calc(50% - 10px)}}.color__row.full.svelte-1j5cy1d{width:100%}.color__row.svelte-1j5cy1d .color__title:where(.svelte-1j5cy1d){color:var(--undpds-color-black);font-size:.813rem;min-height:28px}@media (min-width: 48em){.color__row.svelte-1j5cy1d .color__title:where(.svelte-1j5cy1d){font-size:var(--undpds-font-size-16)}}.color__row.svelte-1j5cy1d .color__define_wrapper:where(.svelte-1j5cy1d){display:block}.Primary-text.svelte-1j5cy1d{color:var(--undpds-color-black);font-size:var(--undpds-font-size-12);margin-top:-1.538rem;text-align:center}@media (min-width: 48em){.Primary-text.svelte-1j5cy1d{margin-top:-1.55rem}}.color__define.svelte-1j5cy1d{display:flex;margin-bottom:1.25rem}.color__define.svelte-1j5cy1d .color__name:where(.svelte-1j5cy1d){flex-basis:0;flex-grow:1;margin:var(--undpds-spacing-03) 0;text-align:center}@media (min-width: 48em){.color__define.svelte-1j5cy1d .color__name:where(.svelte-1j5cy1d){flex-basis:0;flex-grow:1}}.color__define_balance.svelte-1j5cy1d{display:flex;width:100%}.color__define_balance.svelte-1j5cy1d .color__name:where(.svelte-1j5cy1d){margin:var(--undpds-spacing-03) 0;text-align:center}.color__define_balance.svelte-1j5cy1d .color__name.bl-1:where(.svelte-1j5cy1d){height:75px;width:45%}.color__define_balance.svelte-1j5cy1d .color__name.bl-2:where(.svelte-1j5cy1d){height:75px;width:12%}.color__define_balance.svelte-1j5cy1d .color__name.bl-3:where(.svelte-1j5cy1d){height:75px;width:15%}.color__define_balance.svelte-1j5cy1d .color__name.bl-4:where(.svelte-1j5cy1d){height:75px;width:18%}.color__define_balance.svelte-1j5cy1d .color__name.bl-5:where(.svelte-1j5cy1d){height:75px;width:8%}.color__define_balance.svelte-1j5cy1d .color__name.bl-6:where(.svelte-1j5cy1d){height:75px;width:5%}.icon--bar.svelte-1j5cy1d{cursor:pointer}.chevron-right-animated.svelte-1j5cy1d{display:inline-block;max-width:6rem;width:100%}.external-link-animated.svelte-1j5cy1d{box-shadow:-2px 2px 0 0 var(--undpds-color-dark-red),-4px 0 0 -2px var(--undpds-color-dark-red),-3px 3px 0 -1px var(--undpds-color-dark-red);box-sizing:border-box;cursor:pointer;display:inline-block;height:var(--undpds-spacing-04);margin-inline-start:-2px;position:relative;width:var(--undpds-spacing-04)}.external-link-animated.svelte-1j5cy1d:before{background:var(--undpds-color-dark-red);height:2px;inset-block-start:3.5px;inset-inline-end:0;transform:rotate(-45deg) translate(0);transition:all .3s;width:.625rem}.external-link-animated.svelte-1j5cy1d:after{border-block-start:2px solid var(--undpds-color-dark-red);border-inline-end:2px solid var(--undpds-color-dark-red);height:var(--undpds-spacing-03);inset-block-start:0;inset-inline-end:0;transform:translate(0);transition:transform .3s;width:var(--undpds-spacing-03)}.external-link-animated.svelte-1j5cy1d:hover:after{transform:translate(5px,-5px)}.external-link-animated.svelte-1j5cy1d:hover:before{transform:rotate(-45deg) translate(7px)}.download-animated.svelte-1j5cy1d{align-items:flex-end;box-sizing:border-box;cursor:pointer;display:flex;height:12px;position:relative}.download-animated.svelte-1j5cy1d i:where(.svelte-1j5cy1d){border:2px solid var(--undpds-color-dark-red);border-block-start:0;box-sizing:content-box;display:block;height:6px;width:1.125rem}.download-animated.svelte-1j5cy1d:after{border-block-end:2px solid var(--undpds-color-dark-red);border-inline-start:2px solid var(--undpds-color-dark-red);height:8px;inset-block-end:6px;inset-inline-start:7px;transform:rotate(-45deg) translate(0);transition:all .3s;width:8px}.download-animated.svelte-1j5cy1d:before{background:var(--undpds-color-dark-red);height:10px;inset-block-end:7px;inset-inline-start:10px;transform:translate(0);transition:all .3s;width:2px}.download-animated.svelte-1j5cy1d:hover:after{transform:rotate(-45deg) translate(7px,-7px)}.download-animated.svelte-1j5cy1d:hover:before{transform:translateY(-10px)}.icons-container.svelte-1j5cy1d{display:flex;flex-wrap:wrap}.credits.svelte-1j5cy1d{font-size:var(--undpds-font-size-14);line-height:1.4;margin-left:auto}@container (width > 30em){.credits.svelte-1j5cy1d{font-size:var(--undpds-font-size-16)}}.grid_name.svelte-1j5cy1d{color:var(--undpds-color-black);font-size:1.375rem;margin-bottom:var(--undpds-spacing-05);margin-top:var(--undpds-spacing-05);min-height:28px}@media (max-width: 47.9375em){.grid_name.svelte-1j5cy1d{font-size:1.625rem}}.grid_name.svelte-1j5cy1d span:where(.svelte-1j5cy1d){font-size:var(--undpds-font-size-14)}.grid_description.svelte-1j5cy1d{color:var(--undpds-color-black);margin-bottom:1.25rem}.grid--layout.svelte-1j5cy1d{background-color:var(--undpds-color-gray-300);height:var(--undpds-spacing-09);margin-bottom:var(--undpds-spacing-03)}.grid--layout.svelte-1j5cy1d:nth-child(odd){background-color:var(--undpds-color-gray-200)}.grid--layout.svelte-1j5cy1d .column:where(.svelte-1j5cy1d){font-size:.813rem;padding:.625rem}.spacing__define.svelte-1j5cy1d .spacing__name:where(.svelte-1j5cy1d){display:flex;flex-direction:row;flex-wrap:nowrap;width:100%}.breadcrumb__item.svelte-1j5cy1d{background-image:none;color:var(--undpds-color-dark-red);font-size:var(--undpds-font-size-12);font-weight:600;text-transform:uppercase}.breadcrumb__item.svelte-1j5cy1d:hover{color:var(--undpds-color-red)}.svelte-1j5cy1d:lang(ro) .breadcrumb__item:where(.svelte-1j5cy1d){font-weight:700}.language__item.svelte-1j5cy1d{display:inline-block;line-height:.9;min-width:100px;padding:var(--undpds-spacing-04) var(--undpds-spacing-05)}.progress-container.svelte-1j5cy1d{background:var(--undpds-color-gray-300);height:.75rem;width:100%}@media (min-width: 48em){.progress-container.svelte-1j5cy1d{height:1rem}}.progress-container.svelte-1j5cy1d .progress-bar:where(.svelte-1j5cy1d){background:var(--undpds-color-yellow)}.progress-container.small.svelte-1j5cy1d{height:.625rem}@media (min-width: 48em){.progress-container.small.svelte-1j5cy1d{height:.75rem}}.progress-container.small.svelte-1j5cy1d .progress-bar:where(.svelte-1j5cy1d){height:.625rem}@media (min-width: 48em){.progress-container.small.svelte-1j5cy1d .progress-bar:where(.svelte-1j5cy1d){height:.75rem}}.progress-container.accent-yellow.svelte-1j5cy1d .progress-bar:where(.svelte-1j5cy1d),.progress-container.yellow.svelte-1j5cy1d .progress-bar:where(.svelte-1j5cy1d){background:var(--undpds-color-yellow)}.progress-container.accent-red.svelte-1j5cy1d .progress-bar:where(.svelte-1j5cy1d),.progress-container.red.svelte-1j5cy1d .progress-bar:where(.svelte-1j5cy1d){background:var(--undpds-color-red)}.progress-container.accent-green.svelte-1j5cy1d .progress-bar:where(.svelte-1j5cy1d),.progress-container.green.svelte-1j5cy1d .progress-bar:where(.svelte-1j5cy1d){background:var(--undpds-color-green)}.progress-container.accent-blue.svelte-1j5cy1d .progress-bar:where(.svelte-1j5cy1d),.progress-container.blue.svelte-1j5cy1d .progress-bar:where(.svelte-1j5cy1d){background:var(--undpds-color-azure)}.progress-bar.svelte-1j5cy1d{height:.75rem;min-width:1%;position:fixed;transition:width .2s linear;width:34%;z-index:1}@media (min-width: 48em){.progress-bar.svelte-1j5cy1d{height:1rem}}.progress-top.svelte-1j5cy1d{top:0}.sidebar_item.svelte-1j5cy1d:hover{background-color:var(--undpds-color-gray-200)}.sidebar_item.open.svelte-1j5cy1d .arrow:where(.svelte-1j5cy1d){transform:rotate(180deg);transition:all .1s ease}.scroll.svelte-1j5cy1d{overflow-x:auto}.form-check.svelte-1j5cy1d{align-items:center;display:flex;position:relative}.tabs-undp.svelte-1j5cy1d>ul:where(.svelte-1j5cy1d) li:where(.svelte-1j5cy1d) a:where(.svelte-1j5cy1d){background-image:none}.tabs-undp.svelte-1j5cy1d>ul:where(.svelte-1j5cy1d){background-color:#fff;border-bottom:2px solid #edeff0;list-style:none;padding-left:0}@media (min-width: 48em){.tabs-undp.svelte-1j5cy1d>ul:where(.svelte-1j5cy1d){padding-left:3rem}}.tabs-undp.svelte-1j5cy1d>ul:where(.svelte-1j5cy1d) li:where(.svelte-1j5cy1d){border-bottom:2px solid transparent;cursor:pointer;display:inline-block;font-weight:700;letter-spacing:.03em;margin-bottom:-.125rem;margin-right:1.5rem;margin-top:.75rem;padding-bottom:.5rem;padding-left:0;text-transform:uppercase}.tabs-undp.svelte-1j5cy1d>ul:where(.svelte-1j5cy1d) li.is-active:where(.svelte-1j5cy1d){border-bottom:2px solid #d12800}@media (min-width: 64em){.tabs-undp.svelte-1j5cy1d>ul:where(.svelte-1j5cy1d) li:where(.svelte-1j5cy1d):hover{border-bottom:2px solid #a9b1b7}}.tabs-undp.svelte-1j5cy1d>ul:where(.svelte-1j5cy1d) li:where(.svelte-1j5cy1d) a:where(.svelte-1j5cy1d){font-size:1rem}.tabs-undp.tabs-content.svelte-1j5cy1d{background-color:#fff}.tabs-undp.tabs-content.svelte-1j5cy1d .tabs-panel:where(.svelte-1j5cy1d){display:none;padding-top:1rem}@media (min-width: 48em){.tabs-undp.tabs-content.svelte-1j5cy1d .tabs-panel:where(.svelte-1j5cy1d){padding-top:2.5rem}}.tabs-undp.tabs-content.svelte-1j5cy1d .tabs-panel.is-active:where(.svelte-1j5cy1d){display:inherit}.tabs-undp.svelte-1j5cy1d li:where(.svelte-1j5cy1d){margin-right:auto!important}.tabs-undp.svelte-1j5cy1d li:where(.svelte-1j5cy1d) a:where(.svelte-1j5cy1d){text-transform:capitalize}input.svelte-x1m58p{font-family:inherit;font-size:100%;line-height:1.15;margin:0}input.svelte-x1m58p{overflow:visible}[type=number].svelte-x1m58p::-webkit-inner-spin-button,[type=number].svelte-x1m58p::-webkit-outer-spin-button{height:auto}.svelte-x1m58p::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}p.svelte-x1m58p{margin-top:0}@keyframes svelte-x1m58p-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}label.svelte-x1m58p{font-size:var(--undpds-font-size-16)}@media (min-width: 48em){label.svelte-x1m58p{font-size:var(--undpds-font-size-20)}}input[type=date].svelte-x1m58p,input[type=number].svelte-x1m58p,input[type=password].svelte-x1m58p,input[type=tel].svelte-x1m58p,input[type=text].svelte-x1m58p{background-color:var(--undpds-color-white)}label.svelte-x1m58p{display:block}label.disabled.svelte-x1m58p{color:var(--undpds-color-gray-400)}.error.svelte-x1m58p{margin-bottom:0;margin-top:var(--undpds-spacing-03)}.error.svelte-x1m58p{color:var(--undpds-color-red);font-size:var(--undpds-font-size-16)}input[type=date].svelte-x1m58p,input[type=number].svelte-x1m58p,input[type=password].svelte-x1m58p,input[type=tel].svelte-x1m58p,input[type=text].svelte-x1m58p{-moz-appearance:none;-webkit-appearance:none;appearance:none;border:2px solid var(--undpds-color-black);border-radius:0;box-sizing:border-box;display:block;font-family:var(--undpds-font-family-proximanova);font-size:var(--undpds-font-size-16);height:46px;margin-top:var(--undpds-spacing-03);padding:.625rem;width:100%}input[type=date].svelte-x1m58p::placeholder,input[type=number].svelte-x1m58p::placeholder,input[type=password].svelte-x1m58p::placeholder,input[type=tel].svelte-x1m58p::placeholder,input[type=text].svelte-x1m58p::placeholder{color:var(--undpds-color-gray-500)}input[type=date].svelte-x1m58p:focus,input[type=number].svelte-x1m58p:focus,input[type=password].svelte-x1m58p:focus,input[type=tel].svelte-x1m58p:focus,input[type=text].svelte-x1m58p:focus{box-shadow:0 0 4px var(--undpds-color-blue-800);outline:0}input[type=date].disabled.svelte-x1m58p,input[type=number].disabled.svelte-x1m58p,input[type=password].disabled.svelte-x1m58p,input[type=tel].disabled.svelte-x1m58p,input[type=text].disabled.svelte-x1m58p{background-color:var(--undpds-color-white);border:2px solid var(--undpds-color-gray-400);color:var(--undpds-color-gray-400)}input[type=date].disabled.svelte-x1m58p::placeholder,input[type=number].disabled.svelte-x1m58p::placeholder,input[type=password].disabled.svelte-x1m58p::placeholder,input[type=tel].disabled.svelte-x1m58p::placeholder,input[type=text].disabled.svelte-x1m58p::placeholder{color:var(--undpds-color-gray-400)}input[type=date].error.svelte-x1m58p,input[type=number].error.svelte-x1m58p,input[type=password].error.svelte-x1m58p,input[type=tel].error.svelte-x1m58p,input[type=text].error.svelte-x1m58p{border:2px solid var(--undpds-color-red)}input[type=date].svelte-x1m58p{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.3069%201.98753V2.48753H12.8069H16.0555C16.1449%202.48753%2016.2266%202.52177%2016.2837%202.57655C16.3401%202.63066%2016.3677%202.69951%2016.3677%202.7667V15.2334C16.3677%2015.3006%2016.3401%2015.3694%2016.2837%2015.4235C16.2266%2015.4783%2016.1449%2015.5125%2016.0555%2015.5125H1.43656C1.34723%2015.5125%201.26552%2015.4783%201.20841%2015.4235C1.15202%2015.3694%201.12439%2015.3006%201.12439%2015.2334V2.7667C1.12439%202.69951%201.15202%202.63066%201.20841%202.57655C1.26552%202.52177%201.34723%202.48753%201.43656%202.48753H4.68522H5.18522V1.98753V0.929199H5.80955V1.98753V2.48753H6.30955H11.1825H11.6825V1.98753V0.929199H12.3069V1.98753ZM15.7434%208.22087V7.72087H15.2434H2.24872H1.74872V8.22087V14.4542V14.9542H2.24872H15.2434H15.7434V14.4542V8.22087ZM11.6825%203.54587V3.04587H11.1825H6.30955H5.80955V3.54587V4.6042H5.18522V3.54587V3.04587H4.68522H2.24872H1.74872V3.54587V6.66253V7.16253H2.24872H15.2434H15.7434V6.66253V3.54587V3.04587H15.2434H12.8069H12.3069V3.54587V4.6042H11.6825V3.54587ZM4.99739%2010.2792V10.8375H4.37305V10.2792H4.99739ZM8.43388%2010.2792H9.05822V10.8375H8.43388V10.2792ZM13.119%2010.2792V10.8375H12.4947V10.2792H13.119Z%22%20fill%3D%22%23006EB5%22%20stroke%3D%22black%22%2F%3E%3C%2Fsvg%3E) no-repeat left 14px bottom 12px;background-color:var(--undpds-color-white);color:var(--undpds-color-gray-500);padding-left:var(--undpds-spacing-08);position:relative}input[type=date].disabled.svelte-x1m58p{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.3068%201.98753V2.48753H12.8068H16.0555C16.1448%202.48753%2016.2265%202.52177%2016.2836%202.57655C16.34%202.63066%2016.3676%202.69951%2016.3676%202.7667V15.2334C16.3676%2015.3006%2016.34%2015.3694%2016.2836%2015.4235C16.2265%2015.4783%2016.1448%2015.5125%2016.0555%2015.5125H1.43649C1.34717%2015.5125%201.26546%2015.4783%201.20835%2015.4235C1.15196%2015.3694%201.12433%2015.3006%201.12433%2015.2334V2.7667C1.12433%202.69951%201.15196%202.63066%201.20835%202.57655C1.26546%202.52177%201.34717%202.48753%201.43649%202.48753H4.68516H5.18516V1.98753V0.929199H5.80949V1.98753V2.48753H6.30949H11.1825H11.6825V1.98753V0.929199H12.3068V1.98753ZM15.7433%208.22087V7.72087H15.2433H2.24866H1.74866V8.22087V14.4542V14.9542H2.24866H15.2433H15.7433V14.4542V8.22087ZM11.6825%203.54587V3.04587H11.1825H6.30949H5.80949V3.54587V4.6042H5.18516V3.54587V3.04587H4.68516H2.24866H1.74866V3.54587V6.66253V7.16253H2.24866H15.2433H15.7433V6.66253V3.54587V3.04587H15.2433H12.8068H12.3068V3.54587V4.6042H11.6825V3.54587ZM4.99732%2010.2792V10.8375H4.37299V10.2792H4.99732ZM8.43382%2010.2792H9.05816V10.8375H8.43382V10.2792ZM13.119%2010.2792V10.8375H12.4947V10.2792H13.119Z%22%20fill%3D%22%23006EB5%22%20stroke%3D%22%23D4D6D8%22%2F%3E%3C%2Fsvg%3E)}input[type=date].empty.svelte-x1m58p{color:var(--undpds-color-gray-500)}input[type=date].svelte-x1m58p::-webkit-calendar-picker-indicator{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:transparent;cursor:pointer;height:1rem;margin-inline-start:-1.7rem;opacity:1;position:absolute;width:1rem}a.svelte-be6gbh{background-color:transparent}button.svelte-be6gbh{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button.svelte-be6gbh{overflow:visible}button.svelte-be6gbh{text-transform:none}button.svelte-be6gbh{-webkit-appearance:button;-moz-appearance:button;appearance:button}button.svelte-be6gbh::-moz-focus-inner{border-style:none;padding:0}button.svelte-be6gbh:-moz-focusring{outline:1px dotted ButtonText}.svelte-be6gbh::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}a.svelte-be6gbh{background-image:linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red)),linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red));background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}a.svelte-be6gbh:hover{animation:svelte-be6gbh-lineLoop-animation 2s linear infinite}.grid-x.svelte-be6gbh{display:flex;flex-flow:row wrap}.cell.svelte-be6gbh{flex:0 0 auto;min-height:0;min-width:0;width:100%}@media print,screen and (min-width: 64em){.grid-x.svelte-be6gbh>.large-4:where(.svelte-be6gbh){flex-basis:auto}}@media print,screen and (min-width: 64em){.grid-x.svelte-be6gbh>.large-4:where(.svelte-be6gbh){flex:0 0 auto}.grid-x.svelte-be6gbh>.large-4:where(.svelte-be6gbh){width:33.3333333333%}}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}.svelte-be6gbh:lang(my) button:where(.svelte-be6gbh),.svelte-be6gbh:lang(my) div:where(.svelte-be6gbh),.svelte-be6gbh:lang(my) h6:where(.svelte-be6gbh){font-family:var(--undpds-font-family-notosans-burmese);line-height:1.7}.svelte-be6gbh:lang(my) ul:where(.svelte-be6gbh) li:where(.svelte-be6gbh){font-size:var(--undpds-font-size-14);line-height:1.9}@media (min-width: 48em){.svelte-be6gbh:lang(my) ul:where(.svelte-be6gbh) li:where(.svelte-be6gbh){font-size:1.125rem}}.svelte-be6gbh:lang(bn) button:where(.svelte-be6gbh),.svelte-be6gbh:lang(bn) div:where(.svelte-be6gbh),.svelte-be6gbh:lang(bn) h6:where(.svelte-be6gbh){font-family:var(--undpds-font-family-unbangla)}.svelte-be6gbh:lang(ar) button:where(.svelte-be6gbh),.svelte-be6gbh:lang(ar) div:where(.svelte-be6gbh),.svelte-be6gbh:lang(ar) h6:where(.svelte-be6gbh){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-be6gbh:lang(az) button:where(.svelte-be6gbh),.svelte-be6gbh:lang(az) div:where(.svelte-be6gbh),.svelte-be6gbh:lang(az) h6:where(.svelte-be6gbh){font-family:var(--undpds-font-family-notosans)}.svelte-be6gbh:lang(zh) button:where(.svelte-be6gbh),.svelte-be6gbh:lang(zh) div:where(.svelte-be6gbh),.svelte-be6gbh:lang(zh) h6:where(.svelte-be6gbh){font-family:var(--undpds-font-family-notosans-chinese)}.svelte-be6gbh:lang(ja) button:where(.svelte-be6gbh),.svelte-be6gbh:lang(ja) div:where(.svelte-be6gbh),.svelte-be6gbh:lang(ja) h6:where(.svelte-be6gbh){font-family:var(--undpds-font-family-notosans-japanese)}.svelte-be6gbh:lang(ja) div:where(.svelte-be6gbh){font-weight:350}.svelte-be6gbh:lang(ka) button:where(.svelte-be6gbh),.svelte-be6gbh:lang(ka) div:where(.svelte-be6gbh),.svelte-be6gbh:lang(ka) h6:where(.svelte-be6gbh){font-family:var(--undpds-font-family-notosans-georgian)}.svelte-be6gbh:lang(km) button:where(.svelte-be6gbh),.svelte-be6gbh:lang(km) div:where(.svelte-be6gbh),.svelte-be6gbh:lang(km) h6:where(.svelte-be6gbh){font-family:var(--undpds-font-family-notosans-khmer)}.svelte-be6gbh:lang(ko) button:where(.svelte-be6gbh),.svelte-be6gbh:lang(ko) div:where(.svelte-be6gbh),.svelte-be6gbh:lang(ko) h6:where(.svelte-be6gbh){font-family:var(--undpds-font-family-notosans-korean)}.svelte-be6gbh:lang(ku) button:where(.svelte-be6gbh),.svelte-be6gbh:lang(ku) div:where(.svelte-be6gbh),.svelte-be6gbh:lang(ku) h6:where(.svelte-be6gbh){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-be6gbh:lang(ne) button:where(.svelte-be6gbh),.svelte-be6gbh:lang(ne) div:where(.svelte-be6gbh),.svelte-be6gbh:lang(ne) h6:where(.svelte-be6gbh){font-family:var(--undpds-font-family-notosans)}button.svelte-be6gbh{font-family:var(--undpds-font-family-proximanova)}h6.svelte-be6gbh{margin:0;margin-bottom:var(--undpds-spacing-04);padding:0}@media (min-width: 48em){h6.svelte-be6gbh{margin-bottom:var(--undpds-spacing-05)}}h6.svelte-be6gbh{font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03rem;line-height:1.15;text-transform:uppercase}ul.svelte-be6gbh{margin:0;padding-left:1.125rem}@media (min-width: 48em){ul.svelte-be6gbh{padding-left:1.313rem}}ul.svelte-be6gbh li:where(.svelte-be6gbh){margin-bottom:var(--undpds-spacing-05);padding-left:.875rem}@media (min-width: 48em){ul.svelte-be6gbh li:where(.svelte-be6gbh){margin-bottom:var(--undpds-spacing-06);padding-left:var(--undpds-spacing-04)}}ul.svelte-be6gbh li:where(.svelte-be6gbh)::marker{font-size:1.125rem}@media (min-width: 48em){ul.svelte-be6gbh li:where(.svelte-be6gbh)::marker{font-size:1.313rem}}@keyframes svelte-be6gbh-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}a.svelte-be6gbh{color:var(--undpds-color-black);text-decoration:none}.sidebar-accordion.svelte-be6gbh li:where(.svelte-be6gbh)>a:where(.svelte-be6gbh){background-image:none;border:none;border-bottom:1px solid #a9b1b7;display:block;font-size:1rem;font-weight:700;line-height:1.15;margin-bottom:0;padding:1rem}@media (min-width: 48em){.sidebar-accordion.svelte-be6gbh li:where(.svelte-be6gbh)>a:where(.svelte-be6gbh){padding:1.5rem}.sidebar-accordion.narrow.svelte-be6gbh li:where(.svelte-be6gbh)>a:where(.svelte-be6gbh){padding:1rem}}.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh)>li:where(.svelte-be6gbh) button:where(.svelte-be6gbh){align-items:center;background:transparent;border:none;cursor:pointer;display:block;display:flex;font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03em;line-height:1;text-transform:uppercase}@media (min-width: 48em){.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh)>li:where(.svelte-be6gbh) button:where(.svelte-be6gbh){display:inline-flex}}.sidebar-accordion.svelte-be6gbh h6:where(.svelte-be6gbh):after,.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh)>li:where(.svelte-be6gbh) button:where(.svelte-be6gbh):after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE5IDEtOSAxMEwxIDEiIHN0cm9rZT0iI0VFNDAyRCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 50%;content:"";height:.813rem;position:absolute;right:1.188rem;top:50%;transform:translateY(-50%);transition:all .3s ease;width:20px}.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh) ul.accordion__panel:where(.svelte-be6gbh) li:where(.svelte-be6gbh) a:where(.svelte-be6gbh){background-image:none}.sidebar-accordion.svelte-be6gbh{background-color:var(--undpds-color-white)}.sidebar-accordion.svelte-be6gbh{padding:0;position:relative}.sidebar-accordion.show-medium.svelte-be6gbh h6:where(.svelte-be6gbh){border-bottom:2px solid var(--undpds-color-black)}.sidebar-accordion.show-medium.svelte-be6gbh h6:where(.svelte-be6gbh):active,.sidebar-accordion.show-medium.svelte-be6gbh h6:where(.svelte-be6gbh):focus,.sidebar-accordion.show-medium.svelte-be6gbh h6:where(.svelte-be6gbh):hover{background-color:var(--undpds-color-gray-400)}.sidebar-accordion.show-medium.svelte-be6gbh h6:where(.svelte-be6gbh):after{transform:translateY(-50%) rotate(-180deg)}.sidebar-accordion.show-medium.svelte-be6gbh ul:where(.svelte-be6gbh){display:block;padding:0}.sidebar-accordion.svelte-be6gbh li:where(.svelte-be6gbh),.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh){list-style-type:none;margin-bottom:0;padding-left:0}.sidebar-accordion.svelte-be6gbh li:where(.svelte-be6gbh) a:where(.svelte-be6gbh):active,.sidebar-accordion.svelte-be6gbh li:where(.svelte-be6gbh) a:where(.svelte-be6gbh):focus,.sidebar-accordion.svelte-be6gbh li:where(.svelte-be6gbh) a:where(.svelte-be6gbh):hover,.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh) a:where(.svelte-be6gbh):active,.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh) a:where(.svelte-be6gbh):focus,.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh) a:where(.svelte-be6gbh):hover{background-color:var(--undpds-color-gray-400)}.sidebar-accordion.svelte-be6gbh h6:where(.svelte-be6gbh){background-color:var(--undpds-color-gray-300);cursor:pointer;display:block;margin-bottom:0;padding:var(--undpds-spacing-05);position:relative}@media (min-width: 64em){.sidebar-accordion.svelte-be6gbh h6:where(.svelte-be6gbh){display:none}}.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh){display:none;padding:0}@media (min-width: 64em){.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh){display:block}}.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh)>.active:where(.svelte-be6gbh){border-bottom:none}.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh)>.active:where(.svelte-be6gbh) button:where(.svelte-be6gbh):after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE5IDEtOSAxMEwxIDEiIHN0cm9rZT0iI0VFNDAyRCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 50%}@media (min-width: 64em){.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh)>.active:where(.svelte-be6gbh) button:where(.svelte-be6gbh):after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE5IDEtOSAxMEwxIDEiIHN0cm9rZT0iI0VFNDAyRCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 50%}}.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh)>.active:where(.svelte-be6gbh)>a:where(.svelte-be6gbh){background-color:var(--undpds-color-blue-600);color:var(--undpds-color-white)}@media (min-width: 64em){.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh)>.active:where(.svelte-be6gbh)>a:where(.svelte-be6gbh){background-color:var(--undpds-color-blue-600);color:var(--undpds-color-white)}}.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh)>.active:where(.svelte-be6gbh)>button:where(.svelte-be6gbh):after{top:1.125rem;transform:rotate(-180deg)}@media (min-width: 64em){.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh)>.active:where(.svelte-be6gbh)>button:where(.svelte-be6gbh):after{top:var(--undpds-spacing-06)}}.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh)>li:where(.svelte-be6gbh){background-color:var(--undpds-color-gray-300);position:relative}@media (min-width: 64em){.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh)>li:where(.svelte-be6gbh){background-color:transparent;padding:0}}.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh)>li:where(.svelte-be6gbh) button:where(.svelte-be6gbh){float:right;height:1.25rem;margin-right:1.188rem;margin-top:-2.188rem;width:1.25rem}@media (min-width: 64em){.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh)>li:where(.svelte-be6gbh) button:where(.svelte-be6gbh){margin-top:-2.688rem;top:2.063rem}}.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh)>li:where(.svelte-be6gbh) button:where(.svelte-be6gbh):after{top:var(--undpds-spacing-06)}@media (min-width: 64em){.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh)>li:where(.svelte-be6gbh) button:where(.svelte-be6gbh):after{top:2.063rem}}.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh) ul.accordion__panel:where(.svelte-be6gbh){display:none;height:auto;padding:0}.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh) ul.accordion__panel:where(.svelte-be6gbh) li:where(.svelte-be6gbh) a:where(.svelte-be6gbh){border:none;display:block;font-size:var(--undpds-font-size-14);font-weight:400;padding:var(--undpds-spacing-05) var(--undpds-spacing-06) var(--undpds-spacing-05) var(--undpds-spacing-07)}@media (min-width: 64em){.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh) ul.accordion__panel:where(.svelte-be6gbh) li:where(.svelte-be6gbh) a:where(.svelte-be6gbh){font-size:var(--undpds-font-size-16);padding-left:var(--undpds-spacing-09)}}.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh) ul.accordion__panel:where(.svelte-be6gbh) li:where(.svelte-be6gbh):first-of-type a:where(.svelte-be6gbh){background-color:transparent;color:var(--undpds-color-black)}.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh) ul.accordion__panel:where(.svelte-be6gbh) li:where(.svelte-be6gbh):first-of-type a:where(.svelte-be6gbh):active,.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh) ul.accordion__panel:where(.svelte-be6gbh) li:where(.svelte-be6gbh):first-of-type a:where(.svelte-be6gbh):focus,.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh) ul.accordion__panel:where(.svelte-be6gbh) li:where(.svelte-be6gbh):first-of-type a:where(.svelte-be6gbh):hover{background-color:var(--undpds-color-gray-400)}.sidebar-accordion.svelte-be6gbh ul:where(.svelte-be6gbh) ul.accordion__panel:where(.svelte-be6gbh) li:where(.svelte-be6gbh):last-of-type a:where(.svelte-be6gbh){margin-bottom:0}@media (min-width: 64em){.sidebar-accordion.narrow.svelte-be6gbh ul.accordion__panel:where(.svelte-be6gbh) li:where(.svelte-be6gbh) a:where(.svelte-be6gbh){font-size:.875rem;padding-left:var(--undpds-spacing-07)}.sidebar-accordion.narrow.svelte-be6gbh ul.accordion__panel:where(.svelte-be6gbh) li:where(.svelte-be6gbh):last-of-type a:where(.svelte-be6gbh){margin-bottom:var(--undpds-spacing-08)}.sidebar-accordion.narrow.svelte-be6gbh ul:where(.svelte-be6gbh)>li:where(.svelte-be6gbh) button:where(.svelte-be6gbh):after{top:1.625rem}.sidebar-accordion.narrow.svelte-be6gbh li.active:where(.svelte-be6gbh) button:where(.svelte-be6gbh):after{top:1.125rem}}button.svelte-ev176v{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button.svelte-ev176v{overflow:visible}button.svelte-ev176v{text-transform:none}[type=button].svelte-ev176v,button.svelte-ev176v{-webkit-appearance:button;-moz-appearance:button;appearance:button}[type=button].svelte-ev176v::-moz-focus-inner,button.svelte-ev176v::-moz-focus-inner{border-style:none;padding:0}[type=button].svelte-ev176v:-moz-focusring,button.svelte-ev176v:-moz-focusring{outline:1px dotted ButtonText}.svelte-ev176v::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}.grid_description.svelte-ev176v{font-size:var(--undpds-font-size-12)}@media (min-width: 48em){.grid_description.svelte-ev176v{font-size:var(--undpds-font-size-14)}}.language__item.svelte-ev176v{font-size:var(--undpds-font-size-14);line-height:1.4}@media (min-width: 48em){.language__item.svelte-ev176v{font-size:var(--undpds-font-size-16)}}.language__item.svelte-ev176v,.sidebar_item.svelte-ev176v{border-bottom:1px solid var(--undpds-color-gray-400)}.breadcrumb__item.svelte-ev176v{border:none}.sidebar_item.svelte-ev176v{align-items:center;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;padding:var(--undpds-spacing-05);position:relative}@media (min-width: 48em){.sidebar_item.svelte-ev176v{padding:var(--undpds-spacing-06)}}.sidebar_item.selected.svelte-ev176v,.sidebar_item.selected.svelte-ev176v:hover{background-color:var(--undpds-color-blue-600)}.overlay-grey.svelte-ev176v:before,div.author__img.svelte-ev176v:before,div.card-thumbnail__image.svelte-ev176v:before,div.publication-thumbnail__image.svelte-ev176v:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.breadcrumb__item.svelte-ev176v{background-image:none}.scale-up.svelte-ev176v{transform:scale(.9);transition:transform 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.svelte-ev176v{opacity:0;transition:opacity 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.inviewport.svelte-ev176v{opacity:1;transform:translate(0)}.download-animated.svelte-ev176v:after,.download-animated.svelte-ev176v:before,.external-link-animated.svelte-ev176v:after,.external-link-animated.svelte-ev176v:before{box-sizing:border-box;content:"";display:block;position:absolute}.custom-scrollbar.svelte-ev176v{overflow-x:auto;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:var(--undpds-color-black) transparent;scrollbar-width:thin}.custom-scrollbar.svelte-ev176v::-webkit-scrollbar{border-radius:0;height:5px;width:5px}.custom-scrollbar.svelte-ev176v::-webkit-scrollbar-track{background:var(--undpds-color-black);background-clip:padding-box;border:2px solid var(--undpds-color-white)}.custom-scrollbar.svelte-ev176v::-webkit-scrollbar-corner{display:none}.custom-scrollbar.svelte-ev176v::-webkit-scrollbar-thumb{background:var(--undpds-color-black)}.grid-container.svelte-ev176v{margin-left:auto;margin-right:auto;max-width:75rem;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.svelte-ev176v{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.fluid.svelte-ev176v{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.fluid.svelte-ev176v{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.full.svelte-ev176v{margin-left:auto;margin-right:auto;max-width:100%;padding-left:0;padding-right:0}.grid-x.svelte-ev176v{display:flex;flex-flow:row wrap}.cell.svelte-ev176v{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto.svelte-ev176v{flex:1 1 0}.cell.shrink.svelte-ev176v{flex:0 0 auto}.grid-margin-x.svelte-ev176v{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-x.svelte-ev176v{margin-left:-.9375rem;margin-right:-.9375rem}}.small-margin-collapse.svelte-ev176v,.small-padding-collapse.svelte-ev176v{margin-left:0;margin-right:0}@media print,screen and (min-width: 40em){.medium-margin-collapse.svelte-ev176v{margin-left:0;margin-right:0}}@media print,screen and (min-width: 40em){.medium-padding-collapse.svelte-ev176v{margin-left:0;margin-right:0}}@media print,screen and (min-width: 64em){.large-margin-collapse.svelte-ev176v,.large-padding-collapse.svelte-ev176v{margin-left:0;margin-right:0}}.small-offset-0.svelte-ev176v{margin-left:0}.small-offset-1.svelte-ev176v{margin-left:8.3333333333%}.small-offset-2.svelte-ev176v{margin-left:16.6666666667%}.small-offset-3.svelte-ev176v{margin-left:25%}.small-offset-4.svelte-ev176v{margin-left:33.3333333333%}.small-offset-5.svelte-ev176v{margin-left:41.6666666667%}.small-offset-6.svelte-ev176v{margin-left:50%}.small-offset-7.svelte-ev176v{margin-left:58.3333333333%}.small-offset-8.svelte-ev176v{margin-left:66.6666666667%}.small-offset-9.svelte-ev176v{margin-left:75%}.small-offset-10.svelte-ev176v{margin-left:83.3333333333%}.small-offset-11.svelte-ev176v{margin-left:91.6666666667%}@media print,screen and (min-width: 40em){.medium-offset-0.svelte-ev176v{margin-left:0}.medium-offset-1.svelte-ev176v{margin-left:8.3333333333%}.medium-offset-2.svelte-ev176v{margin-left:16.6666666667%}.medium-offset-3.svelte-ev176v{margin-left:25%}.medium-offset-4.svelte-ev176v{margin-left:33.3333333333%}.medium-offset-5.svelte-ev176v{margin-left:41.6666666667%}.medium-offset-6.svelte-ev176v{margin-left:50%}.medium-offset-7.svelte-ev176v{margin-left:58.3333333333%}.medium-offset-8.svelte-ev176v{margin-left:66.6666666667%}.medium-offset-9.svelte-ev176v{margin-left:75%}.medium-offset-10.svelte-ev176v{margin-left:83.3333333333%}.medium-offset-11.svelte-ev176v{margin-left:91.6666666667%}}@media print,screen and (min-width: 64em){.large-offset-0.svelte-ev176v{margin-left:0}.large-offset-1.svelte-ev176v{margin-left:8.3333333333%}.large-offset-2.svelte-ev176v{margin-left:16.6666666667%}.large-offset-3.svelte-ev176v{margin-left:25%}.large-offset-4.svelte-ev176v{margin-left:33.3333333333%}.large-offset-5.svelte-ev176v{margin-left:41.6666666667%}.large-offset-6.svelte-ev176v{margin-left:50%}.large-offset-7.svelte-ev176v{margin-left:58.3333333333%}.large-offset-8.svelte-ev176v{margin-left:66.6666666667%}.large-offset-9.svelte-ev176v{margin-left:75%}.large-offset-10.svelte-ev176v{margin-left:83.3333333333%}.large-offset-11.svelte-ev176v{margin-left:91.6666666667%}}.grid-y.svelte-ev176v{display:flex;flex-flow:column nowrap}.grid-frame.svelte-ev176v{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell-block.svelte-ev176v{max-width:100%;overflow-x:auto}.cell-block.svelte-ev176v,.cell-block-y.svelte-ev176v{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y.svelte-ev176v{max-height:100%;min-height:100%;overflow-y:auto}.cell-block-container.svelte-ev176v{display:flex;flex-direction:column;max-height:100%}@media print,screen and (min-width: 40em){.medium-grid-frame.svelte-ev176v{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.medium-cell-block.svelte-ev176v{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container.svelte-ev176v{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-y.svelte-ev176v{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width: 64em){.large-grid-frame.svelte-ev176v{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.large-cell-block.svelte-ev176v{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container.svelte-ev176v{display:flex;flex-direction:column;max-height:100%}.large-cell-block-y.svelte-ev176v{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame.svelte-ev176v{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}@media print,screen and (min-width: 40em){.grid-y.medium-grid-frame.svelte-ev176v{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media print,screen and (min-width: 64em){.grid-y.large-grid-frame.svelte-ev176v{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}.grid-margin-y.svelte-ev176v{margin-bottom:-.625rem;margin-top:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-y.svelte-ev176v{margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-frame.grid-margin-y.svelte-ev176v{height:calc(100vh + 1.25rem)}@media print,screen and (min-width: 40em){.grid-frame.grid-margin-y.svelte-ev176v{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-frame.grid-margin-y.svelte-ev176v{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 40em){.grid-margin-y.medium-grid-frame.svelte-ev176v{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-y.large-grid-frame.svelte-ev176v{height:calc(100vh + 1.875rem)}}.float-left.svelte-ev176v{float:left!important}.float-right.svelte-ev176v{float:right!important}.float-center.svelte-ev176v{display:block;margin-left:auto;margin-right:auto}.clearfix.svelte-ev176v:after,.clearfix.svelte-ev176v:before{content:" ";display:table;flex-basis:0;order:1}.clearfix.svelte-ev176v:after{clear:both}.align-left.svelte-ev176v{justify-content:flex-start}.align-right.svelte-ev176v{justify-content:flex-end}.align-center.svelte-ev176v{justify-content:center}.align-justify.svelte-ev176v{justify-content:space-between}.align-spaced.svelte-ev176v{justify-content:space-around}.align-top.svelte-ev176v{align-items:flex-start}.align-self-top.svelte-ev176v{align-self:flex-start}.align-bottom.svelte-ev176v{align-items:flex-end}.align-self-bottom.svelte-ev176v{align-self:flex-end}.align-middle.svelte-ev176v{align-items:center}.align-self-middle.svelte-ev176v{align-self:center}.align-stretch.svelte-ev176v{align-items:stretch}.align-self-stretch.svelte-ev176v{align-self:stretch}.align-center-middle.svelte-ev176v{align-content:center;align-items:center;justify-content:center}.small-order-1.svelte-ev176v{order:1}.small-order-2.svelte-ev176v{order:2}.small-order-3.svelte-ev176v{order:3}.small-order-4.svelte-ev176v{order:4}.small-order-5.svelte-ev176v{order:5}.small-order-6.svelte-ev176v{order:6}@media print,screen and (min-width: 40em){.medium-order-1.svelte-ev176v{order:1}.medium-order-2.svelte-ev176v{order:2}.medium-order-3.svelte-ev176v{order:3}.medium-order-4.svelte-ev176v{order:4}.medium-order-5.svelte-ev176v{order:5}.medium-order-6.svelte-ev176v{order:6}}@media print,screen and (min-width: 64em){.large-order-1.svelte-ev176v{order:1}.large-order-2.svelte-ev176v{order:2}.large-order-3.svelte-ev176v{order:3}.large-order-4.svelte-ev176v{order:4}.large-order-5.svelte-ev176v{order:5}.large-order-6.svelte-ev176v{order:6}}.flex-container.svelte-ev176v{display:flex}.flex-child-auto.svelte-ev176v{flex:1 1 auto}.flex-child-grow.svelte-ev176v{flex:1 0 auto}.flex-child-shrink.svelte-ev176v{flex:0 1 auto}.flex-dir-row.svelte-ev176v{flex-direction:row}.flex-dir-row-reverse.svelte-ev176v{flex-direction:row-reverse}.flex-dir-column.svelte-ev176v{flex-direction:column}.flex-dir-column-reverse.svelte-ev176v{flex-direction:column-reverse}@media print,screen and (min-width: 40em){.medium-flex-container.svelte-ev176v{display:flex}.medium-flex-child-auto.svelte-ev176v{flex:1 1 auto}.medium-flex-child-grow.svelte-ev176v{flex:1 0 auto}.medium-flex-child-shrink.svelte-ev176v{flex:0 1 auto}.medium-flex-dir-row.svelte-ev176v{flex-direction:row}.medium-flex-dir-row-reverse.svelte-ev176v{flex-direction:row-reverse}.medium-flex-dir-column.svelte-ev176v{flex-direction:column}.medium-flex-dir-column-reverse.svelte-ev176v{flex-direction:column-reverse}}@media print,screen and (min-width: 64em){.large-flex-container.svelte-ev176v{display:flex}.large-flex-child-auto.svelte-ev176v{flex:1 1 auto}.large-flex-child-grow.svelte-ev176v{flex:1 0 auto}.large-flex-child-shrink.svelte-ev176v{flex:0 1 auto}.large-flex-dir-row.svelte-ev176v{flex-direction:row}.large-flex-dir-row-reverse.svelte-ev176v{flex-direction:row-reverse}.large-flex-dir-column.svelte-ev176v{flex-direction:column}.large-flex-dir-column-reverse.svelte-ev176v{flex-direction:column-reverse}}.hide.svelte-ev176v{display:none!important}.invisible.svelte-ev176v{visibility:hidden}.visible.svelte-ev176v{visibility:visible}@media print,screen and (max-width: 39.99875em){.hide-for-small-only.svelte-ev176v{display:none!important}}@media screen and (max-width: 0em),screen and (min-width: 40em){.show-for-small-only.svelte-ev176v{display:none!important}}@media print,screen and (min-width: 40em){.hide-for-medium.svelte-ev176v{display:none!important}}@media screen and (max-width: 39.99875em){.show-for-medium.svelte-ev176v{display:none!important}}@media print,screen and (min-width: 40em) and (max-width: 63.99875em){.hide-for-medium-only.svelte-ev176v{display:none!important}}@media screen and (max-width: 39.99875em),screen and (min-width: 64em){.show-for-medium-only.svelte-ev176v{display:none!important}}@media print,screen and (min-width: 64em){.hide-for-large.svelte-ev176v{display:none!important}}@media screen and (max-width: 63.99875em){.show-for-large.svelte-ev176v{display:none!important}}@media print,screen and (min-width: 64em) and (max-width: 74.99875em){.hide-for-large-only.svelte-ev176v{display:none!important}}@media screen and (max-width: 63.99875em),screen and (min-width: 75em){.show-for-large-only.svelte-ev176v{display:none!important}}.show-for-sr.svelte-ev176v,.show-on-focus.svelte-ev176v{height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.show-on-focus.svelte-ev176v:active,.show-on-focus.svelte-ev176v:focus{height:auto!important;overflow:visible!important;position:static!important;width:auto!important;clip:auto!important;white-space:normal!important}.hide-for-portrait.svelte-ev176v,.show-for-landscape.svelte-ev176v{display:block!important}@media screen and (orientation: landscape){.hide-for-portrait.svelte-ev176v,.show-for-landscape.svelte-ev176v{display:block!important}}@media screen and (orientation: portrait){.hide-for-portrait.svelte-ev176v,.show-for-landscape.svelte-ev176v{display:none!important}}.hide-for-landscape.svelte-ev176v,.show-for-portrait.svelte-ev176v{display:none!important}@media screen and (orientation: landscape){.hide-for-landscape.svelte-ev176v,.show-for-portrait.svelte-ev176v{display:none!important}}@media screen and (orientation: portrait){.hide-for-landscape.svelte-ev176v,.show-for-portrait.svelte-ev176v{display:block!important}}.show-for-dark-mode.svelte-ev176v{display:none}.hide-for-dark-mode.svelte-ev176v{display:block}@media screen and (prefers-color-scheme: dark){.show-for-dark-mode.svelte-ev176v{display:block!important}.hide-for-dark-mode.svelte-ev176v{display:none!important}}.show-for-ie.svelte-ev176v{display:none}@media (-ms-high-contrast: active),(-ms-high-contrast: none){.show-for-ie.svelte-ev176v{display:block!important}.hide-for-ie.svelte-ev176v{display:none!important}}.show-for-sticky.svelte-ev176v{display:none}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}.svelte-ev176v:lang(my) button:where(.svelte-ev176v),.svelte-ev176v:lang(my) div:where(.svelte-ev176v){font-family:var(--undpds-font-family-notosans-burmese);line-height:1.7}.svelte-ev176v:lang(bn) button:where(.svelte-ev176v),.svelte-ev176v:lang(bn) div:where(.svelte-ev176v){font-family:var(--undpds-font-family-unbangla)}.svelte-ev176v:lang(ar) button:where(.svelte-ev176v),.svelte-ev176v:lang(ar) div:where(.svelte-ev176v){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-ev176v:lang(az) button:where(.svelte-ev176v),.svelte-ev176v:lang(az) div:where(.svelte-ev176v){font-family:var(--undpds-font-family-notosans)}.svelte-ev176v:lang(zh) button:where(.svelte-ev176v),.svelte-ev176v:lang(zh) div:where(.svelte-ev176v){font-family:var(--undpds-font-family-notosans-chinese)}.svelte-ev176v:lang(ja) button:where(.svelte-ev176v),.svelte-ev176v:lang(ja) div:where(.svelte-ev176v){font-family:var(--undpds-font-family-notosans-japanese)}.svelte-ev176v:lang(ja) div:where(.svelte-ev176v){font-weight:350}.svelte-ev176v:lang(ka) button:where(.svelte-ev176v),.svelte-ev176v:lang(ka) div:where(.svelte-ev176v){font-family:var(--undpds-font-family-notosans-georgian)}.svelte-ev176v:lang(km) button:where(.svelte-ev176v),.svelte-ev176v:lang(km) div:where(.svelte-ev176v){font-family:var(--undpds-font-family-notosans-khmer)}.svelte-ev176v:lang(ko) button:where(.svelte-ev176v),.svelte-ev176v:lang(ko) div:where(.svelte-ev176v){font-family:var(--undpds-font-family-notosans-korean)}.svelte-ev176v:lang(ku) button:where(.svelte-ev176v),.svelte-ev176v:lang(ku) div:where(.svelte-ev176v){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-ev176v:lang(ne) button:where(.svelte-ev176v),.svelte-ev176v:lang(ne) div:where(.svelte-ev176v){font-family:var(--undpds-font-family-notosans)}button.svelte-ev176v{font-family:var(--undpds-font-family-proximanova)}@keyframes svelte-ev176v-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}.color-white.svelte-ev176v{color:var(--undpds-color-white)}.color-black.svelte-ev176v{color:var(--undpds-color-black)}.show-large.svelte-ev176v{display:none}@media (min-width: 48em){.show-large.svelte-ev176v{display:block}}.show-small.svelte-ev176v{display:block}@media (min-width: 48em){.show-small.svelte-ev176v{display:none}}.height-full.svelte-ev176v{height:100%}.overlay-grey.svelte-ev176v:before{background:#0003}.delay-1.svelte-ev176v{transition-delay:.1s}.delay-2.svelte-ev176v{transition-delay:.2s}.delay-3.svelte-ev176v{transition-delay:.3s}.delay-4.svelte-ev176v{transition-delay:.4s}.delay-5.svelte-ev176v{transition-delay:.5s}.scale-up.inviewport.svelte-ev176v{transform:scale(1)}.expand-to-size.svelte-ev176v{max-width:calc(100% - 1.5rem)}@media (min-width: 48em){.expand-to-size.svelte-ev176v{max-width:calc(100% - 3rem)}}.overflow-hidden.svelte-ev176v{overflow:hidden}.background-yellow.svelte-ev176v{background-color:var(--undpds-color-light-yellow)}.background-red.svelte-ev176v{background-color:var(--undpds-color-light-red)}.background-green.svelte-ev176v{background-color:var(--undpds-color-light-green)}.background-blue.svelte-ev176v{background-color:var(--undpds-color-blue-100)}.background-gray.svelte-ev176v{background-color:var(--undpds-color-gray-100)}.background-white.svelte-ev176v{background-color:var(--undpds-color-white)}div.card-thumbnail__image.svelte-ev176v{display:inline-flex;position:relative}div.card-thumbnail__image.svelte-ev176v:before{opacity:0;transition:all .6s}div.card-thumbnail__image.svelte-ev176v:hover:before{opacity:.75}div.card-thumbnail__image:hover.accent-yellow.svelte-ev176v:before,div.card-thumbnail__image:hover.yellow.svelte-ev176v:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}div.card-thumbnail__image:hover.accent-red.svelte-ev176v:before,div.card-thumbnail__image:hover.red.svelte-ev176v:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}div.card-thumbnail__image:hover.accent-green.svelte-ev176v:before,div.card-thumbnail__image:hover.green.svelte-ev176v:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}div.card-thumbnail__image:hover.accent-blue.svelte-ev176v:before,div.card-thumbnail__image:hover.blue.svelte-ev176v:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}div.publication-thumbnail__image.svelte-ev176v{background:linear-gradient(180deg,#c9d0d6 70%,#c9d0d6 0,#414648 70.5%,#9ea5ac 0,#9ea5ac);display:inline-flex;padding:2.188rem 2.938rem;position:relative;z-index:1}div.publication-thumbnail__image.svelte-ev176v:before{background:#7b8085;border-radius:21%;bottom:37px;content:"";filter:blur(4px);height:27px;left:32px;position:absolute;right:20px;transform:skew(64deg);width:calc(100% - 100px);z-index:-2}div.publication-thumbnail__image.svelte-ev176v:after{opacity:0;transition:all .6s;z-index:1}div.publication-thumbnail__image.svelte-ev176v:hover:after{opacity:.75}div.publication-thumbnail__image:hover.accent-yellow.svelte-ev176v:after,div.publication-thumbnail__image:hover.yellow.svelte-ev176v:after{background:linear-gradient(27.66deg,var(--undpds-color-yellow),transparent 70.49%)}div.publication-thumbnail__image:hover.accent-red.svelte-ev176v:after,div.publication-thumbnail__image:hover.red.svelte-ev176v:after{background:linear-gradient(27.66deg,var(--undpds-color-red),transparent 70.49%)}div.publication-thumbnail__image:hover.accent-green.svelte-ev176v:after,div.publication-thumbnail__image:hover.green.svelte-ev176v:after{background:linear-gradient(27.66deg,var(--undpds-color-green),transparent 70.49%)}div.publication-thumbnail__image:hover.accent-blue.svelte-ev176v:after,div.publication-thumbnail__image:hover.blue.svelte-ev176v:after{background:linear-gradient(27.66deg,var(--undpds-color-azure),transparent 70.49%)}.color-wrapper.svelte-ev176v{display:block}@media (min-width: 48em){.color-wrapper.svelte-ev176v{display:flex;flex-wrap:wrap;justify-content:space-around}}.color__row.svelte-ev176v{width:100%}@media (min-width: 48em){.color__row.svelte-ev176v{width:calc(50% - 10px)}}.color__row.full.svelte-ev176v{width:100%}.Primary-text.svelte-ev176v{color:var(--undpds-color-black);font-size:var(--undpds-font-size-12);margin-top:-1.538rem;text-align:center}@media (min-width: 48em){.Primary-text.svelte-ev176v{margin-top:-1.55rem}}.color__define.svelte-ev176v{display:flex;margin-bottom:1.25rem}.color__define_balance.svelte-ev176v{display:flex;width:100%}.icon--bar.svelte-ev176v{cursor:pointer}.chevron-right-animated.svelte-ev176v{display:inline-block;max-width:6rem;width:100%}.external-link-animated.svelte-ev176v{box-shadow:-2px 2px 0 0 var(--undpds-color-dark-red),-4px 0 0 -2px var(--undpds-color-dark-red),-3px 3px 0 -1px var(--undpds-color-dark-red);box-sizing:border-box;cursor:pointer;display:inline-block;height:var(--undpds-spacing-04);margin-inline-start:-2px;position:relative;width:var(--undpds-spacing-04)}.external-link-animated.svelte-ev176v:before{background:var(--undpds-color-dark-red);height:2px;inset-block-start:3.5px;inset-inline-end:0;transform:rotate(-45deg) translate(0);transition:all .3s;width:.625rem}.external-link-animated.svelte-ev176v:after{border-block-start:2px solid var(--undpds-color-dark-red);border-inline-end:2px solid var(--undpds-color-dark-red);height:var(--undpds-spacing-03);inset-block-start:0;inset-inline-end:0;transform:translate(0);transition:transform .3s;width:var(--undpds-spacing-03)}.external-link-animated.svelte-ev176v:hover:after{transform:translate(5px,-5px)}.external-link-animated.svelte-ev176v:hover:before{transform:rotate(-45deg) translate(7px)}.download-animated.svelte-ev176v{align-items:flex-end;box-sizing:border-box;cursor:pointer;display:flex;height:12px;position:relative}.download-animated.svelte-ev176v:after{border-block-end:2px solid var(--undpds-color-dark-red);border-inline-start:2px solid var(--undpds-color-dark-red);height:8px;inset-block-end:6px;inset-inline-start:7px;transform:rotate(-45deg) translate(0);transition:all .3s;width:8px}.download-animated.svelte-ev176v:before{background:var(--undpds-color-dark-red);height:10px;inset-block-end:7px;inset-inline-start:10px;transform:translate(0);transition:all .3s;width:2px}.download-animated.svelte-ev176v:hover:after{transform:rotate(-45deg) translate(7px,-7px)}.download-animated.svelte-ev176v:hover:before{transform:translateY(-10px)}.icons-container.svelte-ev176v{display:flex;flex-wrap:wrap}.icons-container.svelte-ev176v>div:where(.svelte-ev176v){align-items:center;background:var(--undpds-color-gray-300);border:1px solid var(--undpds-color-gray-400);box-shadow:2px 2px 4px var(--undpds-color-gray-300);box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;margin:0 var(--undpds-spacing-05) var(--undpds-spacing-07);padding:var(--undpds-spacing-05) var(--undpds-spacing-03);text-align:center;width:calc(100% - 2rem)}@media (min-width: 48em){.icons-container.svelte-ev176v>div:where(.svelte-ev176v){width:calc(25% - 2rem)}}div.author__img.svelte-ev176v{height:80px;min-width:80px;position:relative;width:80px}div.author__img.svelte-ev176v,div.author__img.svelte-ev176v:before{border-radius:var(--undpds-author-image-radius);overflow:hidden}div.author__img.svelte-ev176v:before{opacity:0;transition:all .6s}div.author__img.svelte-ev176v:hover:before{opacity:.75}div.author__img:hover.accent-yellow.svelte-ev176v:before,div.author__img:hover.yellow.svelte-ev176v:before,div.author__img.svelte-ev176v:hover:before{background:linear-gradient(45deg,var(--undpds-color-yellow),transparent 53%)}div.author__img:hover.accent-red.svelte-ev176v:before,div.author__img:hover.red.svelte-ev176v:before{background:linear-gradient(45deg,var(--undpds-color-red),transparent 53%)}div.author__img:hover.accent-green.svelte-ev176v:before,div.author__img:hover.green.svelte-ev176v:before{background:linear-gradient(45deg,var(--undpds-color-green),transparent 53%)}div.author__img:hover.accent-blue.svelte-ev176v:before,div.author__img:hover.blue.svelte-ev176v:before{background:linear-gradient(45deg,var(--undpds-color-azure),transparent 53%)}div.author__img.large.svelte-ev176v{height:180px;width:180px}div.author__img.large.svelte-ev176v:before{height:180px}.credits.svelte-ev176v{font-size:var(--undpds-font-size-14);line-height:1.4;margin-left:auto}@container (width > 30em){.credits.svelte-ev176v{font-size:var(--undpds-font-size-16)}}.grid_name.svelte-ev176v{color:var(--undpds-color-black);font-size:1.375rem;margin-bottom:var(--undpds-spacing-05);margin-top:var(--undpds-spacing-05);min-height:28px}@media (max-width: 47.9375em){.grid_name.svelte-ev176v{font-size:1.625rem}}.grid_name.svelte-ev176v span:where(.svelte-ev176v){font-size:var(--undpds-font-size-14)}.grid_description.svelte-ev176v{color:var(--undpds-color-black);margin-bottom:1.25rem}.grid--layout.svelte-ev176v{background-color:var(--undpds-color-gray-300);height:var(--undpds-spacing-09);margin-bottom:var(--undpds-spacing-03)}.grid--layout.svelte-ev176v:nth-child(odd){background-color:var(--undpds-color-gray-200)}.breadcrumb__item.svelte-ev176v{background-image:none;color:var(--undpds-color-dark-red);font-size:var(--undpds-font-size-12);font-weight:600;text-transform:uppercase}.breadcrumb__item.svelte-ev176v:hover{color:var(--undpds-color-red)}.language__item.svelte-ev176v{display:inline-block;line-height:.9;min-width:100px;padding:var(--undpds-spacing-04) var(--undpds-spacing-05)}.progress-container.svelte-ev176v{background:var(--undpds-color-gray-300);height:.75rem;width:100%}@media (min-width: 48em){.progress-container.svelte-ev176v{height:1rem}}.progress-container.small.svelte-ev176v{height:.625rem}@media (min-width: 48em){.progress-container.small.svelte-ev176v{height:.75rem}}.progress-bar.svelte-ev176v{height:.75rem;min-width:1%;position:fixed;transition:width .2s linear;width:34%;z-index:1}@media (min-width: 48em){.progress-bar.svelte-ev176v{height:1rem}}.progress-top.svelte-ev176v{top:0}.sidebar_item.svelte-ev176v:hover{background-color:var(--undpds-color-gray-200)}.scroll.svelte-ev176v{overflow-x:auto}.form-check.svelte-ev176v{align-items:center;display:flex;position:relative}.switch.svelte-ev176v{cursor:pointer;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.switch__track.svelte-ev176v{background-color:#d4d6d8;border:none;border-radius:20px;cursor:pointer;gap:5px;height:1.875rem;position:relative;width:3.75rem}.switch--small.svelte-ev176v .switch__track:where(.svelte-ev176v){height:1.25rem;width:2.5rem}.switch__track.svelte-ev176v:focus{box-shadow:0 0 4px #0468b1;outline:none}.switch__thumb.svelte-ev176v{background-color:#fff;border-radius:50%;height:1.375rem;position:absolute;top:50%;transform:translate(-10%,-50%);transition:left .25s ease;width:1.375rem}.switch--small.svelte-ev176v .switch__thumb:where(.svelte-ev176v){height:.875rem;width:.875rem}.switch--toggled.svelte-ev176v .switch__thumb:where(.svelte-ev176v){left:60%}.switch--untoggled.svelte-ev176v .switch__thumb:where(.svelte-ev176v){left:10%}.switch__icon.svelte-ev176v{align-items:center;display:flex;position:absolute;top:50%;transform:translate(-20%,-50%)}.switch--small.svelte-ev176v .switch__icon:where(.svelte-ev176v){width:.5rem}.switch__label.svelte-ev176v{display:block;font-size:1.25rem;margin-bottom:.5rem}.switch--small.svelte-ev176v .switch__label:where(.svelte-ev176v){font-size:1rem}.switch__value.svelte-ev176v{font-size:1rem;font-weight:400}.switch--toggled.svelte-ev176v .switch__track:where(.svelte-ev176v){background-color:#0468b1}.switch--toggled.svelte-ev176v .switch__icon:where(.svelte-ev176v){background:transparent url('data:image/svg+xml,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.87501 7.04165L11.9167 0L13 1.08333L4.87501 9.2083L0 4.33335L1.08333 3.25003L4.87501 7.04165Z" fill="%23D4D6D8"/></svg>') no-repeat 0;color:#d4d6d8;height:13px;left:20%;width:13px}.switch--toggled.switch--small.svelte-ev176v .switch__icon:where(.svelte-ev176v){background:transparent url('data:image/svg+xml,<svg width="9" height="7" viewBox="0 0 9 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.37501 4.87499L8.25001 0L9 0.749997L3.37501 6.37497L0 3.00001L0.749997 2.25002L3.37501 4.87499Z" fill="%23D4D6D8"/></svg>') no-repeat 0;height:.625rem;width:.625rem}.switch--untoggled.svelte-ev176v .switch__icon:where(.svelte-ev176v){background:transparent url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.00003 3.88893L8.8889 0L10 1.11111L6.11114 5.00003L10 8.8889L8.8889 10L5.00003 6.11114L1.11111 10L0 8.8889L3.88893 5.00003L0 1.11111L1.11111 0L5.00003 3.88893Z" fill="%2355606E"/></svg>') no-repeat 100%;color:#55606e;height:.625rem;right:15%;width:.625rem}.switch--untoggled.switch--small.svelte-ev176v .switch__icon:where(.svelte-ev176v){background:transparent url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.99998 3.25912L6.59256 0.666504L7.33329 1.40725L4.74072 3.99986L7.33329 6.59243L6.59256 7.33317L3.99998 4.74059L1.40737 7.33317L0.666626 6.59243L3.25924 3.99986L0.666626 1.40725L1.40737 0.666504L3.99998 3.25912Z" fill="%2355606E"/></svg>') no-repeat 100%;width:.5rem}.switch--disabled.svelte-ev176v{cursor:not-allowed}.switch--disabled.svelte-ev176v .switch__track:where(.svelte-ev176v){background-color:#d4d6d8}.switch--disabled.svelte-ev176v .switch__track:where(.svelte-ev176v):focus{box-shadow:none;outline:none}.switch--disabled.svelte-ev176v .switch__thumb:where(.svelte-ev176v){background-color:#a9b1b7}.switch--disabled.switch--toggled.switch--small.svelte-ev176v .switch__icon:where(.svelte-ev176v){background:transparent url('data:image/svg+xml,<svg width="9" height="7" viewBox="0 0 9 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.37501 4.87499L8.25001 0L9 0.749997L3.37501 6.37497L0 3.00001L0.749997 2.25002L3.37501 4.87499Z" fill="%2355606E"/></svg>') no-repeat 0;height:.625rem;width:.625rem}.switch--disabled.switch--toggled.svelte-ev176v .switch__icon:where(.svelte-ev176v){background:transparent url('data:image/svg+xml,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.87501 7.04165L11.9167 0L13 1.08333L4.87501 9.2083L0 4.33335L1.08333 3.25003L4.87501 7.04165Z" fill="%2355606E"/></svg>') no-repeat 0;height:13px;width:13px}.switch__wrapper.svelte-ev176v{align-items:center;display:flex;gap:5px}a.svelte-1de8kn1{background-color:transparent}img.svelte-1de8kn1{border-style:none}.svelte-1de8kn1::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}:root{--undpds-color-black: #000;--undpds-color-white: #fff;--undpds-color-blue-100: #b5d5f5;--undpds-color-blue-200: #94c4f5;--undpds-color-blue-300: #6babeb;--undpds-color-blue-400: #4f95dd;--undpds-color-blue-500: #3288ce;--undpds-color-blue-600: #0468b1;--undpds-color-blue-700: #1f5a95;--undpds-color-blue-800: #0468b1;--undpds-color-gray-100: #fafafa;--undpds-color-gray-200: #f7f7f7;--undpds-color-gray-300: #edeff0;--undpds-color-gray-400: #d4d6d8;--undpds-color-gray-500: #a9b1b7;--undpds-color-gray-600: #55606e;--undpds-color-gray-700: #232e3d;--undpds-color-light-yellow: #ffe17e;--undpds-color-yellow: #ffeb00;--undpds-color-dark-yellow: #fbc412;--undpds-color-light-red: #ffbcb7;--undpds-color-red: #ee402d;--undpds-color-dark-red: #d12800;--undpds-color-light-green: #b8ecb6;--undpds-color-green: #6de354;--undpds-color-dark-green: #59ba47;--undpds-color-light-azure: #a2daf3;--undpds-color-azure: #60d4f2;--undpds-color-dark-azure: #00c1ff;--undpds-color-light-pink: #ffb4ae;--undpds-color-silvery-moonlight: #ced0d3;--undpds-color-shuttle-gray: #55606f;--undpds-color-ebony-clay: #232e3e;--undpds-font-size-12: .75rem;--undpds-font-size-14: .875rem;--undpds-font-size-16: 1rem;--undpds-font-size-20: 1.25rem;--undpds-font-size-24: 1.5rem;--undpds-font-size-25: 1.563rem;--undpds-font-size-26: 1.625rem;--undpds-font-size-32: 2rem;--undpds-font-size-35: 2.188rem;--undpds-font-family-proximanova: ProximaNova, sans-serif;--undpds-font-family-sohnebreit: SohneBreit, ProximaNova, sans-serif;--undpds-font-family-unbangla: UNBangla, sans-serif;--undpds-font-family-notosans: Noto Sans, sans-serif;--undpds-font-family-notosans-arabic: Noto Sans Arabic, sans-serif;--undpds-font-family-notosans-burmese: Noto Sans Myanmar, sans-serif;--undpds-font-family-notosans-chinese: Noto Sans SC, sans-serif;--undpds-font-family-notosans-japanese: Noto Sans JP, sans-serif;--undpds-font-family-notosans-georgian: Noto Sans Georgian, sans-serif;--undpds-font-family-notosans-khmer: Noto Sans Khmer, sans-serif;--undpds-font-family-notosans-korean: Noto Sans KR, sans-serif;--undpds-spacing-01: .125rem;--undpds-spacing-02: .25rem;--undpds-spacing-03: .5rem;--undpds-spacing-04: .75rem;--undpds-spacing-05: 1rem;--undpds-spacing-06: 1.5rem;--undpds-spacing-07: 2rem;--undpds-spacing-08: 2.5rem;--undpds-spacing-09: 3rem;--undpds-spacing-10: 4rem;--undpds-spacing-11: 5rem;--undpds-spacing-12: 6rem;--undpds-spacing-13: 10rem;--undpds-spacing-36: 2.25rem;--undpds-spacing-44: 2.75rem;--undpds-spacing-50: 3.125rem;--undpds-spacing-60: 3.75rem;--undpds-spacing-70: 4.375rem;--undpds-spacing-76: 4.75rem;--undpds-spacing-90: 5.625rem;--undpds-spacing-100: 6.25rem;--undpds-spacing-136: 8.5rem;--undpds-spacing-330: 20.625rem;--undpds-spacing-320: 20rem;--undpds-spacing-400: 25rem;--undpds-width-150: 9.375rem;--undpds-width-180: 11.25rem;--undpds-width-600: 37.5rem;--undpds-width-705: 44.0625rem;--undpds-width-840: 52.5rem;--undpds-width-900: 56.25rem;--undpds-width-1096: 68.5rem;--undpds-width-1440: 90rem;--undpds-header-height-xlarge: 115px;--undpds-header-height-medium: 75px;--undpds-yellow-gradient: #ffeb00 30%, rgba(255, 235, 0, 0) 110%;--undpds-red-gradient: #ee402d 30%, rgba(240, 49, 49, 0) 110%;--undpds-green-gradient: #6de354 30%, transparent 110%;--undpds-blue-gradient: #60d4f2 30%, rgba(101, 204, 244, 0) 110%;--undpds-sdg-red: #e5243b;--undpds-sdg-mustard: #dda63a;--undpds-sdg-kelly-green: #4c9f38;--undpds-sdg-dark-red: #c5192d;--undpds-sdg-red-orange: #ff3a21;--undpds-sdg-bright-blue: #26bde2;--undpds-sdg-yellow: #fcc30b;--undpds-sdg-burgundy-red: #a21942;--undpds-sdg-orange: #fd6925;--undpds-sdg-magenta: #dd1367;--undpds-sdg-golden-yellow: #fd9d24;--undpds-sdg-dark-mustard: #bf8b2e;--undpds-sdg-dark-green: #3f7e44;--undpds-sdg-blue: #0a97d9;--undpds-sdg-lime-green: #56c02b;--undpds-sdg-royal-blue: #00689d;--undpds-sdg-navy-blue: #19486a;--undpds-sdg-hover-red: #dc9099;--undpds-sdg-hover-mustard: #d3bb8a;--undpds-sdg-hover-kelly-green: #9fd092;--undpds-sdg-hover-dark-red: #ce8f97;--undpds-sdg-hover-red-orange: #ce9890;--undpds-sdg-hover-bright-blue: #9ac8d3;--undpds-sdg-hover-yellow: #d3c79d;--undpds-sdg-hover-burgundy-red: #ce94a6;--undpds-sdg-hover-orange: #d2aa98;--undpds-sdg-hover-magenta: #c994aa;--undpds-sdg-hover-golden-yellow: #c7b094;--undpds-sdg-hover-dark-mustard: #ceba98;--undpds-sdg-hover-dark-green: #a2d7a6;--undpds-sdg-hover-blue: #a1c6d7;--undpds-sdg-hover-lime-green: #abce9e;--undpds-sdg-hover-royal-blue: #748f9d;--undpds-sdg-hover-navy-blue: #a2c2d8;--undpds-author-image-radius: 50%}.grid_description.svelte-1de8kn1{font-size:var(--undpds-font-size-12)}@media (min-width: 48em){.grid_description.svelte-1de8kn1{font-size:var(--undpds-font-size-14)}}.language__item.svelte-1de8kn1,.svelte-1de8kn1:lang(my) p:where(.svelte-1de8kn1){font-size:var(--undpds-font-size-14);line-height:1.4}@media (min-width: 48em){.language__item.svelte-1de8kn1,.svelte-1de8kn1:lang(my) p:where(.svelte-1de8kn1){font-size:var(--undpds-font-size-16)}}.language__item.svelte-1de8kn1,.sidebar_item.svelte-1de8kn1{border-bottom:1px solid var(--undpds-color-gray-400)}.image-figcaption__cart.svelte-1de8kn1 img:where(.svelte-1de8kn1),div.author__img.svelte-1de8kn1 img:where(.svelte-1de8kn1){height:100%;object-fit:cover;padding:0;width:100%}.breadcrumb__item.svelte-1de8kn1{border:none}.sidebar_item.svelte-1de8kn1{align-items:center;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;padding:var(--undpds-spacing-05);position:relative}@media (min-width: 48em){.sidebar_item.svelte-1de8kn1{padding:var(--undpds-spacing-06)}}.sidebar_item.selected.svelte-1de8kn1,.sidebar_item.selected.svelte-1de8kn1:hover{background-color:var(--undpds-color-blue-600)}.overlay-grey.svelte-1de8kn1:before,div.author__img.svelte-1de8kn1:before,div.card-thumbnail__image.svelte-1de8kn1:before,div.publication-thumbnail__image.svelte-1de8kn1:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.breadcrumb__item.svelte-1de8kn1{background-image:none}[data-viewport=true].svelte-1de8kn1{opacity:0;transform:translate(-100px);transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);visibility:hidden}[data-viewport=true].inviewport.svelte-1de8kn1{opacity:1;transform:translate(0);visibility:visible}.scale-up.svelte-1de8kn1{transform:scale(.9);transition:transform 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.svelte-1de8kn1{opacity:0;transition:opacity 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.inviewport.svelte-1de8kn1{opacity:1;transform:translate(0)}.svelte-1de8kn1:lang(my) .language__item:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(my) p:where(.svelte-1de8kn1){font-size:var(--undpds-font-size-12);line-height:1.7}@media (min-width: 48em){.svelte-1de8kn1:lang(my) .language__item:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(my) p:where(.svelte-1de8kn1){font-size:var(--undpds-font-size-14)}}.download-animated.svelte-1de8kn1:after,.download-animated.svelte-1de8kn1:before,.external-link-animated.svelte-1de8kn1:after,.external-link-animated.svelte-1de8kn1:before{box-sizing:border-box;content:"";display:block;position:absolute}a.svelte-1de8kn1{background-image:linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red)),linear-gradient(var(--undpds-color-dark-red),var(--undpds-color-dark-red));background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}a.svelte-1de8kn1:hover{animation:svelte-1de8kn1-lineLoop-animation 2s linear infinite}.custom-scrollbar.svelte-1de8kn1{overflow-x:auto;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:var(--undpds-color-black) transparent;scrollbar-width:thin}.custom-scrollbar.svelte-1de8kn1::-webkit-scrollbar{border-radius:0;height:5px;width:5px}.custom-scrollbar.svelte-1de8kn1::-webkit-scrollbar-track{background:var(--undpds-color-black);background-clip:padding-box;border:2px solid var(--undpds-color-white)}.custom-scrollbar.svelte-1de8kn1::-webkit-scrollbar-corner{display:none}.custom-scrollbar.svelte-1de8kn1::-webkit-scrollbar-thumb{background:var(--undpds-color-black)}.grid-container.svelte-1de8kn1{margin-left:auto;margin-right:auto;max-width:75rem;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.svelte-1de8kn1{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.fluid.svelte-1de8kn1{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width: 40em){.grid-container.fluid.svelte-1de8kn1{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.full.svelte-1de8kn1{margin-left:auto;margin-right:auto;max-width:100%;padding-left:0;padding-right:0}.grid-x.svelte-1de8kn1{display:flex;flex-flow:row wrap}.cell.svelte-1de8kn1{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto.svelte-1de8kn1{flex:1 1 0}.cell.shrink.svelte-1de8kn1{flex:0 0 auto}.grid-x.svelte-1de8kn1>.auto:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.shrink:where(.svelte-1de8kn1){width:auto}.grid-x.svelte-1de8kn1>.small-1:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-10:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-11:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-12:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-2:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-3:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-4:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-5:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-6:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-7:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-8:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-9:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-full:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-shrink:where(.svelte-1de8kn1){flex-basis:auto}@media print,screen and (min-width: 40em){.grid-x.svelte-1de8kn1>.medium-1:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-10:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-11:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-12:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-2:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-3:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-4:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-5:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-6:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-7:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-8:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-9:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-full:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-shrink:where(.svelte-1de8kn1){flex-basis:auto}}@media print,screen and (min-width: 64em){.grid-x.svelte-1de8kn1>.large-1:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-10:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-11:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-12:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-2:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-3:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-4:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-5:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-6:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-7:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-8:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-9:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-full:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-shrink:where(.svelte-1de8kn1){flex-basis:auto}}.grid-x.svelte-1de8kn1>.small-1:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-10:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-11:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-12:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-2:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-3:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-4:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-5:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-6:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-7:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-8:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.small-9:where(.svelte-1de8kn1){flex:0 0 auto}.grid-x.svelte-1de8kn1>.small-1:where(.svelte-1de8kn1){width:8.3333333333%}.grid-x.svelte-1de8kn1>.small-2:where(.svelte-1de8kn1){width:16.6666666667%}.grid-x.svelte-1de8kn1>.small-3:where(.svelte-1de8kn1){width:25%}.grid-x.svelte-1de8kn1>.small-4:where(.svelte-1de8kn1){width:33.3333333333%}.grid-x.svelte-1de8kn1>.small-5:where(.svelte-1de8kn1){width:41.6666666667%}.grid-x.svelte-1de8kn1>.small-6:where(.svelte-1de8kn1){width:50%}.grid-x.svelte-1de8kn1>.small-7:where(.svelte-1de8kn1){width:58.3333333333%}.grid-x.svelte-1de8kn1>.small-8:where(.svelte-1de8kn1){width:66.6666666667%}.grid-x.svelte-1de8kn1>.small-9:where(.svelte-1de8kn1){width:75%}.grid-x.svelte-1de8kn1>.small-10:where(.svelte-1de8kn1){width:83.3333333333%}.grid-x.svelte-1de8kn1>.small-11:where(.svelte-1de8kn1){width:91.6666666667%}.grid-x.svelte-1de8kn1>.small-12:where(.svelte-1de8kn1){width:100%}@media print,screen and (min-width: 40em){.grid-x.svelte-1de8kn1>.medium-auto:where(.svelte-1de8kn1){flex:1 1 0;width:auto}.grid-x.svelte-1de8kn1>.medium-1:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-10:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-11:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-12:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-2:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-3:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-4:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-5:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-6:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-7:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-8:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-9:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.medium-shrink:where(.svelte-1de8kn1){flex:0 0 auto}.grid-x.svelte-1de8kn1>.medium-shrink:where(.svelte-1de8kn1){width:auto}.grid-x.svelte-1de8kn1>.medium-1:where(.svelte-1de8kn1){width:8.3333333333%}.grid-x.svelte-1de8kn1>.medium-2:where(.svelte-1de8kn1){width:16.6666666667%}.grid-x.svelte-1de8kn1>.medium-3:where(.svelte-1de8kn1){width:25%}.grid-x.svelte-1de8kn1>.medium-4:where(.svelte-1de8kn1){width:33.3333333333%}.grid-x.svelte-1de8kn1>.medium-5:where(.svelte-1de8kn1){width:41.6666666667%}.grid-x.svelte-1de8kn1>.medium-6:where(.svelte-1de8kn1){width:50%}.grid-x.svelte-1de8kn1>.medium-7:where(.svelte-1de8kn1){width:58.3333333333%}.grid-x.svelte-1de8kn1>.medium-8:where(.svelte-1de8kn1){width:66.6666666667%}.grid-x.svelte-1de8kn1>.medium-9:where(.svelte-1de8kn1){width:75%}.grid-x.svelte-1de8kn1>.medium-10:where(.svelte-1de8kn1){width:83.3333333333%}.grid-x.svelte-1de8kn1>.medium-11:where(.svelte-1de8kn1){width:91.6666666667%}.grid-x.svelte-1de8kn1>.medium-12:where(.svelte-1de8kn1){width:100%}}@media print,screen and (min-width: 64em){.grid-x.svelte-1de8kn1>.large-auto:where(.svelte-1de8kn1){flex:1 1 0;width:auto}.grid-x.svelte-1de8kn1>.large-1:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-10:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-11:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-12:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-2:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-3:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-4:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-5:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-6:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-7:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-8:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-9:where(.svelte-1de8kn1),.grid-x.svelte-1de8kn1>.large-shrink:where(.svelte-1de8kn1){flex:0 0 auto}.grid-x.svelte-1de8kn1>.large-shrink:where(.svelte-1de8kn1){width:auto}.grid-x.svelte-1de8kn1>.large-1:where(.svelte-1de8kn1){width:8.3333333333%}.grid-x.svelte-1de8kn1>.large-2:where(.svelte-1de8kn1){width:16.6666666667%}.grid-x.svelte-1de8kn1>.large-3:where(.svelte-1de8kn1){width:25%}.grid-x.svelte-1de8kn1>.large-4:where(.svelte-1de8kn1){width:33.3333333333%}.grid-x.svelte-1de8kn1>.large-5:where(.svelte-1de8kn1){width:41.6666666667%}.grid-x.svelte-1de8kn1>.large-6:where(.svelte-1de8kn1){width:50%}.grid-x.svelte-1de8kn1>.large-7:where(.svelte-1de8kn1){width:58.3333333333%}.grid-x.svelte-1de8kn1>.large-8:where(.svelte-1de8kn1){width:66.6666666667%}.grid-x.svelte-1de8kn1>.large-9:where(.svelte-1de8kn1){width:75%}.grid-x.svelte-1de8kn1>.large-10:where(.svelte-1de8kn1){width:83.3333333333%}.grid-x.svelte-1de8kn1>.large-11:where(.svelte-1de8kn1){width:91.6666666667%}.grid-x.svelte-1de8kn1>.large-12:where(.svelte-1de8kn1){width:100%}}.grid-margin-x.svelte-1de8kn1{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-x.svelte-1de8kn1{margin-left:-.9375rem;margin-right:-.9375rem}}.small-margin-collapse.svelte-1de8kn1,.small-padding-collapse.svelte-1de8kn1{margin-left:0;margin-right:0}@media print,screen and (min-width: 40em){.medium-margin-collapse.svelte-1de8kn1{margin-left:0;margin-right:0}}@media print,screen and (min-width: 40em){.medium-padding-collapse.svelte-1de8kn1{margin-left:0;margin-right:0}}@media print,screen and (min-width: 64em){.large-margin-collapse.svelte-1de8kn1,.large-padding-collapse.svelte-1de8kn1{margin-left:0;margin-right:0}}.small-offset-0.svelte-1de8kn1{margin-left:0}.small-offset-1.svelte-1de8kn1{margin-left:8.3333333333%}.small-offset-2.svelte-1de8kn1{margin-left:16.6666666667%}.small-offset-3.svelte-1de8kn1{margin-left:25%}.small-offset-4.svelte-1de8kn1{margin-left:33.3333333333%}.small-offset-5.svelte-1de8kn1{margin-left:41.6666666667%}.small-offset-6.svelte-1de8kn1{margin-left:50%}.small-offset-7.svelte-1de8kn1{margin-left:58.3333333333%}.small-offset-8.svelte-1de8kn1{margin-left:66.6666666667%}.small-offset-9.svelte-1de8kn1{margin-left:75%}.small-offset-10.svelte-1de8kn1{margin-left:83.3333333333%}.small-offset-11.svelte-1de8kn1{margin-left:91.6666666667%}@media print,screen and (min-width: 40em){.medium-offset-0.svelte-1de8kn1{margin-left:0}.medium-offset-1.svelte-1de8kn1{margin-left:8.3333333333%}.medium-offset-2.svelte-1de8kn1{margin-left:16.6666666667%}.medium-offset-3.svelte-1de8kn1{margin-left:25%}.medium-offset-4.svelte-1de8kn1{margin-left:33.3333333333%}.medium-offset-5.svelte-1de8kn1{margin-left:41.6666666667%}.medium-offset-6.svelte-1de8kn1{margin-left:50%}.medium-offset-7.svelte-1de8kn1{margin-left:58.3333333333%}.medium-offset-8.svelte-1de8kn1{margin-left:66.6666666667%}.medium-offset-9.svelte-1de8kn1{margin-left:75%}.medium-offset-10.svelte-1de8kn1{margin-left:83.3333333333%}.medium-offset-11.svelte-1de8kn1{margin-left:91.6666666667%}}@media print,screen and (min-width: 64em){.large-offset-0.svelte-1de8kn1{margin-left:0}.large-offset-1.svelte-1de8kn1{margin-left:8.3333333333%}.large-offset-2.svelte-1de8kn1{margin-left:16.6666666667%}.large-offset-3.svelte-1de8kn1{margin-left:25%}.large-offset-4.svelte-1de8kn1{margin-left:33.3333333333%}.large-offset-5.svelte-1de8kn1{margin-left:41.6666666667%}.large-offset-6.svelte-1de8kn1{margin-left:50%}.large-offset-7.svelte-1de8kn1{margin-left:58.3333333333%}.large-offset-8.svelte-1de8kn1{margin-left:66.6666666667%}.large-offset-9.svelte-1de8kn1{margin-left:75%}.large-offset-10.svelte-1de8kn1{margin-left:83.3333333333%}.large-offset-11.svelte-1de8kn1{margin-left:91.6666666667%}}.grid-y.svelte-1de8kn1{display:flex;flex-flow:column nowrap}.grid-frame.svelte-1de8kn1{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell-block.svelte-1de8kn1{max-width:100%;overflow-x:auto}.cell-block.svelte-1de8kn1,.cell-block-y.svelte-1de8kn1{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y.svelte-1de8kn1{max-height:100%;min-height:100%;overflow-y:auto}.cell-block-container.svelte-1de8kn1{display:flex;flex-direction:column;max-height:100%}@media print,screen and (min-width: 40em){.medium-grid-frame.svelte-1de8kn1{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.medium-cell-block.svelte-1de8kn1{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container.svelte-1de8kn1{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-y.svelte-1de8kn1{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width: 64em){.large-grid-frame.svelte-1de8kn1{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.large-cell-block.svelte-1de8kn1{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container.svelte-1de8kn1{display:flex;flex-direction:column;max-height:100%}.large-cell-block-y.svelte-1de8kn1{max-height:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame.svelte-1de8kn1{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}@media print,screen and (min-width: 40em){.grid-y.medium-grid-frame.svelte-1de8kn1{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media print,screen and (min-width: 64em){.grid-y.large-grid-frame.svelte-1de8kn1{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}.grid-margin-y.svelte-1de8kn1{margin-bottom:-.625rem;margin-top:-.625rem}@media print,screen and (min-width: 40em){.grid-margin-y.svelte-1de8kn1{margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-frame.grid-margin-y.svelte-1de8kn1{height:calc(100vh + 1.25rem)}@media print,screen and (min-width: 40em){.grid-frame.grid-margin-y.svelte-1de8kn1{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-frame.grid-margin-y.svelte-1de8kn1{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 40em){.grid-margin-y.medium-grid-frame.svelte-1de8kn1{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-y.large-grid-frame.svelte-1de8kn1{height:calc(100vh + 1.875rem)}}.float-left.svelte-1de8kn1{float:left!important}.float-right.svelte-1de8kn1{float:right!important}.float-center.svelte-1de8kn1{display:block;margin-left:auto;margin-right:auto}.clearfix.svelte-1de8kn1:after,.clearfix.svelte-1de8kn1:before{content:" ";display:table;flex-basis:0;order:1}.clearfix.svelte-1de8kn1:after{clear:both}.align-left.svelte-1de8kn1{justify-content:flex-start}.align-right.svelte-1de8kn1{justify-content:flex-end}.align-center.svelte-1de8kn1{justify-content:center}.align-justify.svelte-1de8kn1{justify-content:space-between}.align-spaced.svelte-1de8kn1{justify-content:space-around}.align-top.svelte-1de8kn1{align-items:flex-start}.align-self-top.svelte-1de8kn1{align-self:flex-start}.align-bottom.svelte-1de8kn1{align-items:flex-end}.align-self-bottom.svelte-1de8kn1{align-self:flex-end}.align-middle.svelte-1de8kn1{align-items:center}.align-self-middle.svelte-1de8kn1{align-self:center}.align-stretch.svelte-1de8kn1{align-items:stretch}.align-self-stretch.svelte-1de8kn1{align-self:stretch}.align-center-middle.svelte-1de8kn1{align-content:center;align-items:center;justify-content:center}.small-order-1.svelte-1de8kn1{order:1}.small-order-2.svelte-1de8kn1{order:2}.small-order-3.svelte-1de8kn1{order:3}.small-order-4.svelte-1de8kn1{order:4}.small-order-5.svelte-1de8kn1{order:5}.small-order-6.svelte-1de8kn1{order:6}@media print,screen and (min-width: 40em){.medium-order-1.svelte-1de8kn1{order:1}.medium-order-2.svelte-1de8kn1{order:2}.medium-order-3.svelte-1de8kn1{order:3}.medium-order-4.svelte-1de8kn1{order:4}.medium-order-5.svelte-1de8kn1{order:5}.medium-order-6.svelte-1de8kn1{order:6}}@media print,screen and (min-width: 64em){.large-order-1.svelte-1de8kn1{order:1}.large-order-2.svelte-1de8kn1{order:2}.large-order-3.svelte-1de8kn1{order:3}.large-order-4.svelte-1de8kn1{order:4}.large-order-5.svelte-1de8kn1{order:5}.large-order-6.svelte-1de8kn1{order:6}}.flex-container.svelte-1de8kn1{display:flex}.flex-child-auto.svelte-1de8kn1{flex:1 1 auto}.flex-child-grow.svelte-1de8kn1{flex:1 0 auto}.flex-child-shrink.svelte-1de8kn1{flex:0 1 auto}.flex-dir-row.svelte-1de8kn1{flex-direction:row}.flex-dir-row-reverse.svelte-1de8kn1{flex-direction:row-reverse}.flex-dir-column.svelte-1de8kn1{flex-direction:column}.flex-dir-column-reverse.svelte-1de8kn1{flex-direction:column-reverse}@media print,screen and (min-width: 40em){.medium-flex-container.svelte-1de8kn1{display:flex}.medium-flex-child-auto.svelte-1de8kn1{flex:1 1 auto}.medium-flex-child-grow.svelte-1de8kn1{flex:1 0 auto}.medium-flex-child-shrink.svelte-1de8kn1{flex:0 1 auto}.medium-flex-dir-row.svelte-1de8kn1{flex-direction:row}.medium-flex-dir-row-reverse.svelte-1de8kn1{flex-direction:row-reverse}.medium-flex-dir-column.svelte-1de8kn1{flex-direction:column}.medium-flex-dir-column-reverse.svelte-1de8kn1{flex-direction:column-reverse}}@media print,screen and (min-width: 64em){.large-flex-container.svelte-1de8kn1{display:flex}.large-flex-child-auto.svelte-1de8kn1{flex:1 1 auto}.large-flex-child-grow.svelte-1de8kn1{flex:1 0 auto}.large-flex-child-shrink.svelte-1de8kn1{flex:0 1 auto}.large-flex-dir-row.svelte-1de8kn1{flex-direction:row}.large-flex-dir-row-reverse.svelte-1de8kn1{flex-direction:row-reverse}.large-flex-dir-column.svelte-1de8kn1{flex-direction:column}.large-flex-dir-column-reverse.svelte-1de8kn1{flex-direction:column-reverse}}.hide.svelte-1de8kn1{display:none!important}.invisible.svelte-1de8kn1{visibility:hidden}.visible.svelte-1de8kn1{visibility:visible}@media print,screen and (max-width: 39.99875em){.hide-for-small-only.svelte-1de8kn1{display:none!important}}@media screen and (max-width: 0em),screen and (min-width: 40em){.show-for-small-only.svelte-1de8kn1{display:none!important}}@media print,screen and (min-width: 40em){.hide-for-medium.svelte-1de8kn1{display:none!important}}@media screen and (max-width: 39.99875em){.show-for-medium.svelte-1de8kn1{display:none!important}}@media print,screen and (min-width: 40em) and (max-width: 63.99875em){.hide-for-medium-only.svelte-1de8kn1{display:none!important}}@media screen and (max-width: 39.99875em),screen and (min-width: 64em){.show-for-medium-only.svelte-1de8kn1{display:none!important}}@media print,screen and (min-width: 64em){.hide-for-large.svelte-1de8kn1{display:none!important}}@media screen and (max-width: 63.99875em){.show-for-large.svelte-1de8kn1{display:none!important}}@media print,screen and (min-width: 64em) and (max-width: 74.99875em){.hide-for-large-only.svelte-1de8kn1{display:none!important}}@media screen and (max-width: 63.99875em),screen and (min-width: 75em){.show-for-large-only.svelte-1de8kn1{display:none!important}}.show-for-sr.svelte-1de8kn1,.show-on-focus.svelte-1de8kn1{height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.show-on-focus.svelte-1de8kn1:active,.show-on-focus.svelte-1de8kn1:focus{height:auto!important;overflow:visible!important;position:static!important;width:auto!important;clip:auto!important;white-space:normal!important}.hide-for-portrait.svelte-1de8kn1,.show-for-landscape.svelte-1de8kn1{display:block!important}@media screen and (orientation: landscape){.hide-for-portrait.svelte-1de8kn1,.show-for-landscape.svelte-1de8kn1{display:block!important}}@media screen and (orientation: portrait){.hide-for-portrait.svelte-1de8kn1,.show-for-landscape.svelte-1de8kn1{display:none!important}}.hide-for-landscape.svelte-1de8kn1,.show-for-portrait.svelte-1de8kn1{display:none!important}@media screen and (orientation: landscape){.hide-for-landscape.svelte-1de8kn1,.show-for-portrait.svelte-1de8kn1{display:none!important}}@media screen and (orientation: portrait){.hide-for-landscape.svelte-1de8kn1,.show-for-portrait.svelte-1de8kn1{display:block!important}}.show-for-dark-mode.svelte-1de8kn1{display:none}.hide-for-dark-mode.svelte-1de8kn1{display:block}@media screen and (prefers-color-scheme: dark){.show-for-dark-mode.svelte-1de8kn1{display:block!important}.hide-for-dark-mode.svelte-1de8kn1{display:none!important}}.show-for-ie.svelte-1de8kn1{display:none}@media (-ms-high-contrast: active),(-ms-high-contrast: none){.show-for-ie.svelte-1de8kn1{display:block!important}.hide-for-ie.svelte-1de8kn1{display:none!important}}.show-for-sticky.svelte-1de8kn1{display:none}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:100;src:url(./proximanova-thin-webfont.D0wal_Uz.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:100;src:url(./proximanova-thinit-webfont.DdveQbBh.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:200;src:url(./proximanova-light-webfont.1__Utqsl.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:200 300;src:url(./proximanova-lightit-webfont.DdKp82nj.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(./proximanova-regular-webfont.st49CdRS.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(./proximanova-regularit-webfont.C6T-VVq0.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:500;src:url(./proximanova-medium-webfont.CwmKoBKK.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:500;src:url(./proximanova-mediumit-webfont.DJwQk4ig.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(./proximanova-semibold-webfont-2.D3cObL3y.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(./proximanova-semiboldit-webfont-2.BM8yup3U.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(./proximanova-bold-webfont.CHxttHir.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(./proximanova-boldit-webfont.DJre2OqX.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:800;src:url(./proximanova-extrabold-webfont.DNNRVXy1.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:800;src:url(./proximanova-extraboldit-webfont.BpUHmy7w.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:900;src:url(./proximanova-black-webfont.m5I9ZQBU.woff2) format("woff2")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:900;src:url(./proximanova-blackit-webfont.DROw4iqK.woff2) format("woff2")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett.BPFIgItA.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:100 700;src:url(./soehne-breit-web-dreiviertelfett-kursiv.CCuhSWdW.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800 900;src:url(./soehne-breit-web-fett.D0mOWraw.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800 900;src:url(./soehne-breit-web-fett-kursiv.BphAdQua.woff2) format("woff2");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:100 300;src:url(./UNBangla-Thin.BDO_zNEY.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100 300;src:url(./UNBangla-ThinItalic.Bv3PDdPW.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:400;src:url(./UNBangla-Regular.CaW2zaNi.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(./UNBangla-Italic.CQYDOMNJ.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:normal;font-weight:500 900;src:url(./UNBangla-Bold.DbgAmBCb.woff2) format("woff2")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:500 900;src:url(./UNBangla-BoldItalic.BO3OqAk0.woff2) format("woff2")}.svelte-1de8kn1:lang(my) div:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(my) h4:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(my) h6:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(my) p:where(.svelte-1de8kn1){font-family:var(--undpds-font-family-notosans-burmese);line-height:1.7}.svelte-1de8kn1:lang(my) h4:where(.svelte-1de8kn1){font-size:1.3rem}@media (min-width: 48em){.svelte-1de8kn1:lang(my) h4:where(.svelte-1de8kn1){font-size:1.8rem}}.svelte-1de8kn1:lang(bn) div:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(bn) h4:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(bn) h6:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(bn) p:where(.svelte-1de8kn1){font-family:var(--undpds-font-family-unbangla)}.svelte-1de8kn1:lang(ar) div:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(ar) h4:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(ar) h6:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(ar) p:where(.svelte-1de8kn1){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-1de8kn1:lang(az) div:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(az) h4:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(az) h6:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(az) p:where(.svelte-1de8kn1){font-family:var(--undpds-font-family-notosans)}.svelte-1de8kn1:lang(zh) div:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(zh) h4:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(zh) h6:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(zh) p:where(.svelte-1de8kn1){font-family:var(--undpds-font-family-notosans-chinese)}.svelte-1de8kn1:lang(ja) div:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(ja) h4:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(ja) h6:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(ja) p:where(.svelte-1de8kn1){font-family:var(--undpds-font-family-notosans-japanese)}.svelte-1de8kn1:lang(ja) div:where(.svelte-1de8kn1){font-weight:350}.svelte-1de8kn1:lang(ka) div:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(ka) h4:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(ka) h6:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(ka) p:where(.svelte-1de8kn1){font-family:var(--undpds-font-family-notosans-georgian)}.svelte-1de8kn1:lang(km) div:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(km) h4:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(km) h6:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(km) p:where(.svelte-1de8kn1){font-family:var(--undpds-font-family-notosans-khmer)}.svelte-1de8kn1:lang(ko) div:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(ko) h4:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(ko) h6:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(ko) p:where(.svelte-1de8kn1){font-family:var(--undpds-font-family-notosans-korean)}.svelte-1de8kn1:lang(ku) div:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(ku) h4:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(ku) h6:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(ku) p:where(.svelte-1de8kn1){font-family:var(--undpds-font-family-notosans-arabic)}.svelte-1de8kn1:lang(ne) div:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(ne) h4:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(ne) h6:where(.svelte-1de8kn1),.svelte-1de8kn1:lang(ne) p:where(.svelte-1de8kn1){font-family:var(--undpds-font-family-notosans)}h4.svelte-1de8kn1,h6.svelte-1de8kn1{margin:0;margin-bottom:var(--undpds-spacing-04);padding:0}@media (min-width: 48em){h4.svelte-1de8kn1,h6.svelte-1de8kn1{margin-bottom:var(--undpds-spacing-05)}}h4.svelte-1de8kn1{font-size:var(--undpds-font-size-25);font-weight:400;line-height:1.15}@media (min-width: 48em){h4.svelte-1de8kn1{font-size:var(--undpds-font-size-35)}}h6.svelte-1de8kn1{font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03rem;line-height:1.15;text-transform:uppercase}p.svelte-1de8kn1{margin-top:0}@keyframes svelte-1de8kn1-lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}a.svelte-1de8kn1{color:var(--undpds-color-black);text-decoration:none}.color-white.svelte-1de8kn1{color:var(--undpds-color-white)}.color-black.svelte-1de8kn1{color:var(--undpds-color-black)}.show-large.svelte-1de8kn1{display:none}@media (min-width: 48em){.show-large.svelte-1de8kn1{display:block}}.show-small.svelte-1de8kn1{display:block}@media (min-width: 48em){.show-small.svelte-1de8kn1{display:none}}.height-full.svelte-1de8kn1{height:100%}.overlay-grey.svelte-1de8kn1:before{background:#0003}.delay-1.svelte-1de8kn1{transition-delay:.1s}.delay-2.svelte-1de8kn1{transition-delay:.2s}.delay-3.svelte-1de8kn1{transition-delay:.3s}.delay-4.svelte-1de8kn1{transition-delay:.4s}.delay-5.svelte-1de8kn1{transition-delay:.5s}.scale-up.inviewport.svelte-1de8kn1{transform:scale(1)}.expand-to-size.svelte-1de8kn1{max-width:calc(100% - 1.5rem)}@media (min-width: 48em){.expand-to-size.svelte-1de8kn1{max-width:calc(100% - 3rem)}}.overflow-hidden.svelte-1de8kn1{overflow:hidden}.background-yellow.svelte-1de8kn1{background-color:var(--undpds-color-light-yellow)}.background-red.svelte-1de8kn1{background-color:var(--undpds-color-light-red)}.background-green.svelte-1de8kn1{background-color:var(--undpds-color-light-green)}.background-blue.svelte-1de8kn1{background-color:var(--undpds-color-blue-100)}.background-gray.svelte-1de8kn1{background-color:var(--undpds-color-gray-100)}.background-white.svelte-1de8kn1{background-color:var(--undpds-color-white)}div.card-thumbnail__image.svelte-1de8kn1{display:inline-flex;position:relative}div.card-thumbnail__image.svelte-1de8kn1:before{opacity:0;transition:all .6s}div.card-thumbnail__image.svelte-1de8kn1:hover:before{opacity:.75}div.card-thumbnail__image:hover.accent-yellow.svelte-1de8kn1:before,div.card-thumbnail__image:hover.yellow.svelte-1de8kn1:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}div.card-thumbnail__image:hover.accent-red.svelte-1de8kn1:before,div.card-thumbnail__image:hover.red.svelte-1de8kn1:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}div.card-thumbnail__image:hover.accent-green.svelte-1de8kn1:before,div.card-thumbnail__image:hover.green.svelte-1de8kn1:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}div.card-thumbnail__image:hover.accent-blue.svelte-1de8kn1:before,div.card-thumbnail__image:hover.blue.svelte-1de8kn1:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}div.publication-thumbnail__image.svelte-1de8kn1{background:linear-gradient(180deg,#c9d0d6 70%,#c9d0d6 0,#414648 70.5%,#9ea5ac 0,#9ea5ac);display:inline-flex;padding:2.188rem 2.938rem;position:relative;z-index:1}div.publication-thumbnail__image.svelte-1de8kn1:before{background:#7b8085;border-radius:21%;bottom:37px;content:"";filter:blur(4px);height:27px;left:32px;position:absolute;right:20px;transform:skew(64deg);width:calc(100% - 100px);z-index:-2}div.publication-thumbnail__image.svelte-1de8kn1:after{opacity:0;transition:all .6s;z-index:1}div.publication-thumbnail__image.svelte-1de8kn1:hover:after{opacity:.75}div.publication-thumbnail__image:hover.accent-yellow.svelte-1de8kn1:after,div.publication-thumbnail__image:hover.yellow.svelte-1de8kn1:after{background:linear-gradient(27.66deg,var(--undpds-color-yellow),transparent 70.49%)}div.publication-thumbnail__image:hover.accent-red.svelte-1de8kn1:after,div.publication-thumbnail__image:hover.red.svelte-1de8kn1:after{background:linear-gradient(27.66deg,var(--undpds-color-red),transparent 70.49%)}div.publication-thumbnail__image:hover.accent-green.svelte-1de8kn1:after,div.publication-thumbnail__image:hover.green.svelte-1de8kn1:after{background:linear-gradient(27.66deg,var(--undpds-color-green),transparent 70.49%)}div.publication-thumbnail__image:hover.accent-blue.svelte-1de8kn1:after,div.publication-thumbnail__image:hover.blue.svelte-1de8kn1:after{background:linear-gradient(27.66deg,var(--undpds-color-azure),transparent 70.49%)}.color-wrapper.svelte-1de8kn1{display:block}@media (min-width: 48em){.color-wrapper.svelte-1de8kn1{display:flex;flex-wrap:wrap;justify-content:space-around}}.color__row.svelte-1de8kn1{width:100%}@media (min-width: 48em){.color__row.svelte-1de8kn1{width:calc(50% - 10px)}}.color__row.full.svelte-1de8kn1{width:100%}.Primary-text.svelte-1de8kn1{color:var(--undpds-color-black);font-size:var(--undpds-font-size-12);margin-top:-1.538rem;text-align:center}@media (min-width: 48em){.Primary-text.svelte-1de8kn1{margin-top:-1.55rem}}.color__define.svelte-1de8kn1{display:flex;margin-bottom:1.25rem}.color__define_balance.svelte-1de8kn1{display:flex;width:100%}.icon--bar.svelte-1de8kn1{cursor:pointer}.chevron-right-animated.svelte-1de8kn1{display:inline-block;max-width:6rem;width:100%}.external-link-animated.svelte-1de8kn1{box-shadow:-2px 2px 0 0 var(--undpds-color-dark-red),-4px 0 0 -2px var(--undpds-color-dark-red),-3px 3px 0 -1px var(--undpds-color-dark-red);box-sizing:border-box;cursor:pointer;display:inline-block;height:var(--undpds-spacing-04);margin-inline-start:-2px;position:relative;width:var(--undpds-spacing-04)}.external-link-animated.svelte-1de8kn1:before{background:var(--undpds-color-dark-red);height:2px;inset-block-start:3.5px;inset-inline-end:0;transform:rotate(-45deg) translate(0);transition:all .3s;width:.625rem}.external-link-animated.svelte-1de8kn1:after{border-block-start:2px solid var(--undpds-color-dark-red);border-inline-end:2px solid var(--undpds-color-dark-red);height:var(--undpds-spacing-03);inset-block-start:0;inset-inline-end:0;transform:translate(0);transition:transform .3s;width:var(--undpds-spacing-03)}.external-link-animated.svelte-1de8kn1:hover:after{transform:translate(5px,-5px)}.external-link-animated.svelte-1de8kn1:hover:before{transform:rotate(-45deg) translate(7px)}.download-animated.svelte-1de8kn1{align-items:flex-end;box-sizing:border-box;cursor:pointer;display:flex;height:12px;position:relative}.download-animated.svelte-1de8kn1:after{border-block-end:2px solid var(--undpds-color-dark-red);border-inline-start:2px solid var(--undpds-color-dark-red);height:8px;inset-block-end:6px;inset-inline-start:7px;transform:rotate(-45deg) translate(0);transition:all .3s;width:8px}.download-animated.svelte-1de8kn1:before{background:var(--undpds-color-dark-red);height:10px;inset-block-end:7px;inset-inline-start:10px;transform:translate(0);transition:all .3s;width:2px}.download-animated.svelte-1de8kn1:hover:after{transform:rotate(-45deg) translate(7px,-7px)}.download-animated.svelte-1de8kn1:hover:before{transform:translateY(-10px)}.icons-container.svelte-1de8kn1{display:flex;flex-wrap:wrap}div.author__img.svelte-1de8kn1{height:80px;min-width:80px;position:relative;width:80px}div.author__img.svelte-1de8kn1,div.author__img.svelte-1de8kn1:before{border-radius:var(--undpds-author-image-radius);overflow:hidden}div.author__img.svelte-1de8kn1:before{opacity:0;transition:all .6s}div.author__img.svelte-1de8kn1:hover:before{opacity:.75}div.author__img:hover.accent-yellow.svelte-1de8kn1:before,div.author__img:hover.yellow.svelte-1de8kn1:before,div.author__img.svelte-1de8kn1:hover:before{background:linear-gradient(45deg,var(--undpds-color-yellow),transparent 53%)}div.author__img:hover.accent-red.svelte-1de8kn1:before,div.author__img:hover.red.svelte-1de8kn1:before{background:linear-gradient(45deg,var(--undpds-color-red),transparent 53%)}div.author__img:hover.accent-green.svelte-1de8kn1:before,div.author__img:hover.green.svelte-1de8kn1:before{background:linear-gradient(45deg,var(--undpds-color-green),transparent 53%)}div.author__img:hover.accent-blue.svelte-1de8kn1:before,div.author__img:hover.blue.svelte-1de8kn1:before{background:linear-gradient(45deg,var(--undpds-color-azure),transparent 53%)}div.author__img.large.svelte-1de8kn1{height:180px;width:180px}div.author__img.large.svelte-1de8kn1:before{height:180px}img.svelte-1de8kn1{height:auto;max-width:100%}.image-figcaption__cart.svelte-1de8kn1 img:where(.svelte-1de8kn1){display:block}.credits.svelte-1de8kn1{font-size:var(--undpds-font-size-14);line-height:1.4;margin-left:auto}@container (width > 30em){.credits.svelte-1de8kn1{font-size:var(--undpds-font-size-16)}}.grid_name.svelte-1de8kn1{color:var(--undpds-color-black);font-size:1.375rem;margin-bottom:var(--undpds-spacing-05);margin-top:var(--undpds-spacing-05);min-height:28px}@media (max-width: 47.9375em){.grid_name.svelte-1de8kn1{font-size:1.625rem}}.grid_description.svelte-1de8kn1{color:var(--undpds-color-black);margin-bottom:1.25rem}.grid--layout.svelte-1de8kn1{background-color:var(--undpds-color-gray-300);height:var(--undpds-spacing-09);margin-bottom:var(--undpds-spacing-03)}.grid--layout.svelte-1de8kn1:nth-child(odd){background-color:var(--undpds-color-gray-200)}.breadcrumb__item.svelte-1de8kn1{background-image:none;color:var(--undpds-color-dark-red);font-size:var(--undpds-font-size-12);font-weight:600;text-transform:uppercase}.breadcrumb__item.svelte-1de8kn1:hover{color:var(--undpds-color-red)}.svelte-1de8kn1:lang(ro) .breadcrumb__item:where(.svelte-1de8kn1){font-weight:700}.language__item.svelte-1de8kn1{display:inline-block;line-height:.9;min-width:100px;padding:var(--undpds-spacing-04) var(--undpds-spacing-05)}.progress-container.svelte-1de8kn1{background:var(--undpds-color-gray-300);height:.75rem;width:100%}@media (min-width: 48em){.progress-container.svelte-1de8kn1{height:1rem}}.progress-container.small.svelte-1de8kn1{height:.625rem}@media (min-width: 48em){.progress-container.small.svelte-1de8kn1{height:.75rem}}.progress-bar.svelte-1de8kn1{height:.75rem;min-width:1%;position:fixed;transition:width .2s linear;width:34%;z-index:1}@media (min-width: 48em){.progress-bar.svelte-1de8kn1{height:1rem}}.progress-top.svelte-1de8kn1{top:0}.sidebar_item.svelte-1de8kn1:hover{background-color:var(--undpds-color-gray-200)}.scroll.svelte-1de8kn1{overflow-x:auto}.form-check.svelte-1de8kn1{align-items:center;display:flex;position:relative}.wide-card.svelte-1de8kn1 a:where(.svelte-1de8kn1){background-image:none}.wide-card.svelte-1de8kn1{border-top:2px solid var(--undpds-color-black)}.wide-card__wrapper.svelte-1de8kn1{position:relative}@media (max-width: 47.9375em){.wide-card__wrapper.svelte-1de8kn1{display:flex;flex-direction:column-reverse}}.wide-card.svelte-1de8kn1 h6:where(.svelte-1de8kn1){font-size:var(--undpds-font-size-12);font-weight:700;margin-bottom:0;padding:var(--undpds-spacing-05) var(--undpds-spacing-05) 1.125rem var(--undpds-spacing-05)}@media (min-width: 48em){.wide-card.svelte-1de8kn1 h6:where(.svelte-1de8kn1){padding:var(--undpds-spacing-05) var(--undpds-spacing-06)}.wide-card.svelte-1de8kn1 .button-primary:where(.svelte-1de8kn1){margin:0 1.5rem}.wide-card__description.svelte-1de8kn1{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between}}.wide-card__description.svelte-1de8kn1 h4:where(.svelte-1de8kn1){margin:var(--undpds-spacing-05)}@media (min-width: 48em){.wide-card__description.svelte-1de8kn1 h4:where(.svelte-1de8kn1){margin:var(--undpds-spacing-09) var(--undpds-spacing-06) var(--undpds-spacing-07)}}.wide-card__description.svelte-1de8kn1 h4:where(.svelte-1de8kn1) a:where(.svelte-1de8kn1){font-size:inherit}.wide-card__description.svelte-1de8kn1 p:where(.svelte-1de8kn1){margin:var(--undpds-spacing-05) var(--undpds-spacing-05) var(--undpds-spacing-07)}@media (min-width: 48em){.wide-card__description.svelte-1de8kn1 p:where(.svelte-1de8kn1){margin:0 var(--undpds-spacing-06) var(--undpds-spacing-07)}.wide-card__description.svelte-1de8kn1 .button-arrow:where(.svelte-1de8kn1){margin-left:var(--undpds-spacing-06)}}div.wide-card__image.svelte-1de8kn1{position:relative}@media (min-width: 48em){div.wide-card__image.svelte-1de8kn1 a:where(.svelte-1de8kn1):before{content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:0;transition:.5s ease;width:100%}}div.wide-card__image.svelte-1de8kn1 img:where(.svelte-1de8kn1){height:100%;object-fit:cover;width:100%}div.wide-card__image.svelte-1de8kn1:hover a:where(.svelte-1de8kn1):before,div.wide-card__image:hover.accent-yellow.svelte-1de8kn1 a:where(.svelte-1de8kn1):before,div.wide-card__image:hover.yellow.svelte-1de8kn1 a:where(.svelte-1de8kn1):before{background-image:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%);opacity:.75}div.wide-card__image:hover.accent-red.svelte-1de8kn1 a:where(.svelte-1de8kn1):before,div.wide-card__image:hover.red.svelte-1de8kn1 a:where(.svelte-1de8kn1):before{background-image:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%);opacity:.75}div.wide-card__image:hover.accent-green.svelte-1de8kn1 a:where(.svelte-1de8kn1):before,div.wide-card__image:hover.green.svelte-1de8kn1 a:where(.svelte-1de8kn1):before{background-image:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%);opacity:.75}div.wide-card__image:hover.accent-blue.svelte-1de8kn1 a:where(.svelte-1de8kn1):before,div.wide-card__image:hover.blue.svelte-1de8kn1 a:where(.svelte-1de8kn1):before{background-image:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%);opacity:.75}.button.svelte-1de8kn1{align-items:center;background:transparent;border:none;display:block;display:flex;font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03em;line-height:1;text-transform:uppercase}@media (min-width: 48em){.button.svelte-1de8kn1{display:inline-flex}}.svelte-1de8kn1:lang(my) .button:where(.svelte-1de8kn1){font-size:var(--undpds-font-size-14)}.button.svelte-1de8kn1{color:var(--undpds-color-white);cursor:pointer;justify-content:center;padding:var(--undpds-spacing-05) var(--undpds-spacing-06)}.button.svelte-1de8kn1:focus-visible{box-shadow:0 0 4px var(--undpds-color-blue-800);outline:0}.button.button-primary.svelte-1de8kn1{background-color:var(--undpds-color-dark-red)}.button.button-primary.svelte-1de8kn1:hover{background-color:var(--undpds-color-red)}.button.button-primary.button-arrow.svelte-1de8kn1:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEgMSAxMCA4Ljk5OEwxIDE5IiBzdHJva2U9IiMyMzJFM0QiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==) no-repeat 0;content:"";height:20px;margin-left:var(--undpds-spacing-04);transition:.2s ease;width:13px}.button.button-primary.button-arrow.svelte-1de8kn1:hover:after{transform:translate(70%)}.button.button-primary.button-arrow.disabled.svelte-1de8kn1:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEgMSAxMCA4Ljk5OEwxIDE5IiBzdHJva2U9IiNFREVGRjAiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==) no-repeat 0;content:""}.button.button-primary.button-external-link.svelte-1de8kn1{align-items:baseline}.button.button-primary.button-download.svelte-1de8kn1{align-items:baseline;padding:1.25rem var(--undpds-spacing-06)}.button.button-secondary.svelte-1de8kn1{background-color:var(--undpds-color-blue-600)}.button.button-secondary.svelte-1de8kn1:hover{background-color:var(--undpds-color-blue-400)}.button.button-secondary.button-arrow.svelte-1de8kn1:after{background:url(data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2220%22%20viewBox%3D%220%200%2013%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L11%209.99781L1%2019%22%20stroke%3D%22%23EDEFF0%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E) no-repeat 0;content:"";height:20px;margin-left:var(--undpds-spacing-04);transition:.2s ease;width:13px}.button.button-secondary.button-arrow.svelte-1de8kn1:hover:after{transform:translate(70%)}.button.button-secondary.button-arrow.disabled.svelte-1de8kn1:after{background:url(data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2220%22%20viewBox%3D%220%200%2013%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L11%209.99781L1%2019%22%20stroke%3D%22%23EDEFF0%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E) no-repeat 0;content:""}.button.button-secondary.button-external-link.svelte-1de8kn1{align-items:baseline}.button.button-secondary.button-download.svelte-1de8kn1{align-items:baseline;padding:1.25rem var(--undpds-spacing-06)}.button.disabled.svelte-1de8kn1{background-color:var(--undpds-color-gray-400);color:var(--undpds-color-gray-300);pointer-events:none}.color-editor.svelte-mfryo4 .discrete:where(.svelte-mfryo4){cursor:pointer;height:20px;padding:1px;width:20px}.color-editor.svelte-mfryo4 .discrete:where(.svelte-mfryo4):hover{padding:0;border:1px solid hsl(204,86%,53%)}.color-editor.svelte-mfryo4 .discrete-readonly:where(.svelte-mfryo4){height:20px;padding:1px;width:20px}.tooltip.svelte-mfryo4{z-index:10;padding:0;height:255px;width:260px}.line-pattern-view-container.svelte-xxuwp{width:100%}.accordion.svelte-n4fkgu .header:where(.svelte-n4fkgu){max-height:60px}.accordion.svelte-n4fkgu .header:where(.svelte-n4fkgu) .accordion-title:where(.svelte-n4fkgu){cursor:pointer;width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;word-break:break-all}.accordion.svelte-n4fkgu .header:where(.svelte-n4fkgu) .toggle-icon:where(.svelte-n4fkgu){-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.accordion.svelte-n4fkgu .header:where(.svelte-n4fkgu) .toggle-icon.active:where(.svelte-n4fkgu){transform:rotate(-180deg);-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transition:rotateZ(-180deg)}.accordion.border.svelte-n4fkgu{border-bottom:1px #d4d6d8 solid}.accordion.border-transparent.svelte-n4fkgu{border-bottom:1px rgba(255,255,255,0) solid}.back-to-top.svelte-j5hsmf{transition:opacity .5s,visibility .5s;position:fixed;z-index:999;left:50%;transform:translate(-50%)}.back-to-top.hidden.svelte-j5hsmf{opacity:0;visibility:hidden}.card-content.svelte-oz23xn{padding:5px;border:1px solid transparent}.card-content.svelte-oz23xn .media:where(.svelte-oz23xn){margin:0;cursor:default}.card-content.svelte-oz23xn .is-clickable:where(.svelte-oz23xn){cursor:pointer}.tabs.svelte-ax7nn0 .counter:where(.svelte-ax7nn0){background-color:#e9e7e7;border:max(1px,.0625rem) solid rgb(233,231,231);border-radius:2em;color:#1c1c1c;display:inline-block;font-weight:500;line-height:calc(1.25rem - (max(1px,.0625rem)*2));min-width:var(--base-size-20, 1.25rem);padding:0 6px;text-align:center}.colormap-button.svelte-skpy2u{cursor:pointer}.colormap-button.svelte-skpy2u .button:where(.svelte-skpy2u){height:40px;border:1px solid black}.colormap-button.svelte-skpy2u .toggle-icon:where(.svelte-skpy2u){-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.colormap-button.svelte-skpy2u .toggle-icon.show:where(.svelte-skpy2u){transform:rotate(-180deg);-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transition:rotateZ(-180deg)}.tooltip.svelte-skpy2u{z-index:10;width:300px}.close.svelte-skpy2u{position:absolute;top:5px;right:5px}.card-color.svelte-skpy2u{max-height:160px;overflow-y:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.card-color.svelte-skpy2u .card:where(.svelte-skpy2u){cursor:pointer;padding:1px;margin-bottom:0;border-radius:0}.card-color.svelte-skpy2u .card:where(.svelte-skpy2u):hover{padding:0;border:1px solid hsl(204,86%,53%)}.card-color.svelte-skpy2u .card.selected:where(.svelte-skpy2u){padding:0;border:2px solid hsl(141,53%,53%)}.reverse-check.svelte-skpy2u input[type=checkbox]:where(.svelte-skpy2u){-moz-appearance:none;-webkit-appearance:none;-o-appearance:none;outline:none;content:none}.reverse-check.svelte-skpy2u input[type=checkbox]:where(.svelte-skpy2u):before{font-family:FontAwesome;content:"";font-size:12px;color:transparent!important;display:block;width:16px;height:16px;border:2px solid #d12800}.reverse-check.svelte-skpy2u input[type=checkbox]:where(.svelte-skpy2u):checked:before{color:#d12800!important}.copy-to-clipboard.svelte-2yaki8{position:relative}.copy-to-clipboard.svelte-2yaki8 .copy-buttons:where(.svelte-2yaki8){position:absolute;right:5px;top:5px}.copy-to-clipboard.svelte-2yaki8 .copy-buttons:where(.svelte-2yaki8) .small-button:where(.svelte-2yaki8){font-size:.5rem}.message.svelte-1bjpe67{display:flex;justify-content:left;align-items:center;padding:10px;margin:0}.message.svelte-1bjpe67 .icon:where(.svelte-1bjpe67){padding-right:15px}.country-content.svelte-usgzcz{max-height:300px;overflow-y:auto}.country-content.svelte-usgzcz .country-item:where(.svelte-usgzcz){border-bottom:1px solid #d4d6d8}.country-content.svelte-usgzcz .country-item:where(.svelte-usgzcz):last-child{border-bottom:none}.country-content.svelte-usgzcz .country-item:where(.svelte-usgzcz) :where(.svelte-usgzcz):hover{background-color:#f7f7f7}.country-content.svelte-usgzcz .country-item:where(.svelte-usgzcz) .country-label:where(.svelte-usgzcz){width:80%}.country-content.svelte-usgzcz .country-item:where(.svelte-usgzcz) input[type=checkbox]:where(.svelte-usgzcz){-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:2px solid #d12800;border-radius:0}.country-content.svelte-usgzcz .country-item:where(.svelte-usgzcz) input[type=checkbox]:where(.svelte-usgzcz):checked{background-color:#fff;border-color:#d12800}.country-content.svelte-usgzcz .country-item:where(.svelte-usgzcz) input[type=checkbox]:where(.svelte-usgzcz):checked:before{content:"";display:block;width:5px;height:10px;border:solid #d12800;border-width:0 2px 2px 0;transform:rotate(45deg);margin:0 4px}.selected-area.svelte-usgzcz{max-height:120px;overflow-y:auto}.wrap-text.svelte-usgzcz{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;word-break:break-all}.country-tooltip.svelte-usgzcz{z-index:10;min-width:300px;max-width:350px}.time-picker.svelte-mzlxg7{font-size:1.1em;display:flex;align-items:center;width:fit-content;border:1px solid rgba(108,120,147,.3);border-radius:3px;margin:6px auto auto;font-variant-numeric:tabular-nums}span.svelte-mzlxg7{-webkit-user-select:all;user-select:all;outline:none;position:relative;z-index:1;padding:4px 0}span.svelte-mzlxg7:not(:focus)::selection{background-color:transparent}span.svelte-mzlxg7:first-child{padding-left:6px}span.svelte-mzlxg7:last-child{padding-right:6px}.date-time-picker.svelte-w239uu{display:inline-block;color:var(--date-picker-foreground, #000000);background:var(--date-picker-background, #ffffff);user-select:none;-webkit-user-select:none;padding:.5rem;cursor:default;font-size:.75rem;border:1px solid rgba(103,113,137,.3);border-radius:3px;box-shadow:0 2px 6px #00000014,0 2px 6px #0000001c;outline:none;transition:all 80ms cubic-bezier(.4,0,.2,1)}.date-time-picker.svelte-w239uu:focus{border-color:var(--date-picker-highlight-border, #0269f7);box-shadow:0 0 0 2px var(--date-picker-highlight-shadow, rgba(2, 105, 247, .4))}.tab-container.svelte-w239uu{outline:none}.top.svelte-w239uu{display:flex;justify-content:center;align-items:center;padding-bottom:.5rem}.dropdown.svelte-w239uu{margin-left:.25rem;margin-right:.25rem;position:relative;display:flex}.dropdown.svelte-w239uu svg:where(.svelte-w239uu){position:absolute;right:0;top:0;height:100%;width:8px;padding:0rem .5rem;pointer-events:none;box-sizing:content-box}.month.svelte-w239uu,.year.svelte-w239uu{flex-grow:1}svg.svelte-w239uu{display:block;fill:var(--date-picker-foreground, #000000);opacity:.75;outline:none}.page-button.svelte-w239uu{background-color:transparent;width:1.5rem;height:1.5rem;flex-shrink:0;border-radius:5px;box-sizing:border-box;border:1px solid transparent;display:flex;align-items:center;justify-content:center}.page-button.svelte-w239uu:hover{background-color:#80808014;border:1px solid rgba(128,128,128,.08)}.page-button.svelte-w239uu svg:where(.svelte-w239uu){width:.68rem;height:.68rem}select.dummy-select.svelte-w239uu{position:absolute;width:100%;pointer-events:none;outline:none;color:var(--date-picker-foreground, #000000);background-color:var(--date-picker-background, #ffffff);border-radius:3px}select.svelte-w239uu:focus+select.dummy-select:where(.svelte-w239uu){border-color:var(--date-picker-highlight-border, #0269f7);box-shadow:0 0 0 2px var(--date-picker-highlight-shadow, rgba(2, 105, 247, .4))}select.svelte-w239uu:not(.dummy-select){opacity:0}select.svelte-w239uu{font-size:inherit;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-grow:1;padding:0rem 1.3rem 0rem .35rem;height:1.5rem;margin:0;border:1px solid rgba(108,120,147,.3);outline:none;transition:all 80ms cubic-bezier(.4,0,.2,1);background-image:none}.header.svelte-w239uu{display:flex;font-weight:600;padding-bottom:2px}.header-cell.svelte-w239uu{width:1.875rem;text-align:center;flex-grow:1}.week.svelte-w239uu{display:flex}.cell.svelte-w239uu{display:flex;align-items:center;justify-content:center;width:2rem;height:1.94rem;flex-grow:1;border-radius:5px;box-sizing:border-box;border:2px solid transparent}.cell.svelte-w239uu:hover{border:1px solid rgba(128,128,128,.08)}.cell.today.svelte-w239uu{font-weight:600;border:2px solid var(--date-picker-today-border, rgba(128, 128, 128, .3))}.cell.svelte-w239uu:hover{background-color:#80808014}.cell.disabled.svelte-w239uu{visibility:hidden}.cell.disabled.svelte-w239uu:hover{border:none;background-color:transparent}.cell.other-month.svelte-w239uu span:where(.svelte-w239uu){opacity:.4}.cell.selected.svelte-w239uu{color:var(--date-picker-selected-color, inherit);background:var(--date-picker-selected-background, rgba(2, 105, 247, .2));border:2px solid var(--date-picker-highlight-border, #0269f7)}.date-picker.svelte-pr7nbh{width:fit-content}.date-picker.svelte-pr7nbh .date-input:where(.svelte-pr7nbh){cursor:pointer;width:fit-content;max-width:200px;border-radius:0}.date-picker.svelte-pr7nbh .date-input:where(.svelte-pr7nbh):disabled{border:1px solid black;cursor:no-drop}.date-picker.svelte-pr7nbh .panel-button:where(.svelte-pr7nbh){border:1px solid black;border-left:none;border-radius:0}.tippy-box[data-theme=transparent]{background-color:transparent;color:transparent}.floating-panel.svelte-ih4g8q{background-color:#fff}.floating-panel.svelte-ih4g8q .header.cursor:where(.svelte-ih4g8q){cursor:pointer}.floating-panel.svelte-ih4g8q .header:where(.svelte-ih4g8q) .header-title:where(.svelte-ih4g8q){width:100%;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;line-height:1}.floating-panel.svelte-ih4g8q .header:where(.svelte-ih4g8q) .header-buttons:where(.svelte-ih4g8q) .chevron-button:where(.svelte-ih4g8q){-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.floating-panel.svelte-ih4g8q .header:where(.svelte-ih4g8q) .header-buttons:where(.svelte-ih4g8q) .chevron-button.is-expanded:where(.svelte-ih4g8q){transform:rotate(-180deg);-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transition:rotateZ(-180deg)}.floating-panel.svelte-ih4g8q .header:where(.svelte-ih4g8q) .header-buttons:where(.svelte-ih4g8q) .button:where(.svelte-ih4g8q){border:none;background:transparent;box-shadow:none}h2.title.is-2.svelte-9pl4ey{font-size:2.813rem;font-weight:700;font-family:SohneBreit,ProximaNova,sans-serif;letter-spacing:.06rem}.hero-body.svelte-11ykrsw{padding:96px 144px}@media (max-width: 48em){.hero-body.svelte-11ykrsw{padding:96px 24px}}.hero-body.svelte-11ykrsw .cta-button:where(.svelte-11ykrsw){width:fit-content}.card.svelte-spasj6{cursor:pointer}.card.svelte-spasj6 .card-content:where(.svelte-spasj6){padding:5px}.card.svelte-spasj6 .card-content:where(.svelte-spasj6) .media:where(.svelte-spasj6){margin:0}.card.svelte-spasj6 .card-content:where(.svelte-spasj6) .sprite-image-title:where(.svelte-spasj6){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:75px;width:75px}.card.svelte-spasj6 .card-content:where(.svelte-spasj6) .selected:where(.svelte-spasj6){color:#48c774;position:absolute;right:5px;top:3px}.icon-image-picker-container.svelte-2lkwy5 .icon-text{padding-left:.5rem;padding-right:.5rem}.card-icon.svelte-2lkwy5{max-height:190px;overflow-y:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.card-icon.svelte-2lkwy5 div:where(.svelte-2lkwy5){cursor:pointer;padding:1px}.card-icon.svelte-2lkwy5 div:where(.svelte-2lkwy5):hover{padding:0;border:1px solid hsl(204,86%,53%)}.close.svelte-2lkwy5{position:absolute;top:5px;right:5px}.tooltip.svelte-35cpx9{z-index:10;width:300px;height:250px}.dropzone.svelte-817dg2{flex:1;display:flex;flex-direction:column;align-items:center;padding:20px;border-width:2px;border-radius:2px;border-color:#eee;border-style:dashed;background-color:#fafafa;color:#bdbdbd;outline:none;transition:border .24s ease-in-out}.dropzone.svelte-817dg2:focus{border-color:#2196f3}.image-container.svelte-w9e166{position:relative}.image-container.svelte-w9e166 .image:where(.svelte-w9e166){background-color:#d4d6d8;max-height:100px}.image-container.svelte-w9e166 .delete:where(.svelte-w9e166){position:absolute;top:3px;right:3px}.dropzone.svelte-w9e166{width:100%}.modal.svelte-162qzit{z-index:99}.modal.svelte-162qzit .modal-background.close:where(.svelte-162qzit){cursor:pointer}.modal.svelte-162qzit .modal-card:where(.svelte-162qzit){cursor:default}.modal.svelte-162qzit .modal-card:where(.svelte-162qzit) .modal-card-body:where(.svelte-162qzit){padding:3rem}@media (max-width: 48em){.modal.svelte-162qzit .modal-card:where(.svelte-162qzit) .modal-card-body:where(.svelte-162qzit){padding:1rem .5rem!important}}.modal.svelte-162qzit .modal-card:where(.svelte-162qzit) .modal-card-body:where(.svelte-162qzit) .delete:where(.svelte-162qzit){position:absolute;top:1rem;right:1rem}@media (max-width: 48em){.modal.svelte-162qzit .modal-card:where(.svelte-162qzit) .modal-card-body:where(.svelte-162qzit) .delete:where(.svelte-162qzit){top:.5rem;right:.5rem}}.cancel-button.svelte-19uxegt{box-shadow:none!important}.cancel-button.is-light.svelte-19uxegt{background-color:#edeff0!important}.opacity-control.svelte-og5yiw{border-radius:4px;background:#edeff0;cursor:pointer;width:45px;height:18px}.opacity-control.svelte-og5yiw .opacity-icon:where(.svelte-og5yiw){font-size:12px}.opacity-control.svelte-og5yiw .opacity-value:where(.svelte-og5yiw){color:#55606e;font-size:10px}.visibility-icon.svelte-og5yiw{font-size:16px}.opacity-popup.svelte-og5yiw{width:250px}.panel-button.svelte-o5144e{border:1px solid black}.panel-button.border-hidden.svelte-o5144e{border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none}.panel-control.svelte-o5144e{position:relative}.panel-control.svelte-o5144e .panel:where(.svelte-o5144e){cursor:default}.tooltip.svelte-o5144e{margin:0;padding:0;z-index:20}.argument-card.svelte-1he8u3f{border:1px solid #d4d6d8;border-left:3px solid hsl(0,0%,71%)}.argument-card.hover.svelte-1he8u3f{border-left:3px solid hsl(0,0%,48%)}.argument-card.expanded.svelte-1he8u3f,.argument-card.is-active.svelte-1he8u3f{border-left:3px solid hsl(204,86%,53%)}.argument-card.svelte-1he8u3f .argument:where(.svelte-1he8u3f){position:relative;cursor:pointer;min-height:56px}.argument-card.svelte-1he8u3f .argument:where(.svelte-1he8u3f) .name:where(.svelte-1he8u3f){line-height:1.2rem}.segment-button.svelte-e5p12n{min-width:108px;height:40px;padding-left:1.5rem;padding-right:1.5rem;border:1px solid #000}.segment-button.is-small.svelte-e5p12n{padding-left:1rem;padding-right:1rem;min-width:fit-content!important;height:34px}.sdg-button.svelte-j5ony5{border:1px solid black;box-shadow:none}.sdg-button.svelte-j5ony5 .toggle-icon:where(.svelte-j5ony5){-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;margin-top:0}.sdg-button.svelte-j5ony5 .toggle-icon.is-active:where(.svelte-j5ony5){transform:rotate(-180deg);-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transition:rotateZ(-180deg);margin-top:0;margin-bottom:5px}.sdg-content.svelte-j5ony5{max-height:300px;overflow-y:auto}.sdg-content.svelte-j5ony5 .sdg-item:where(.svelte-j5ony5){border-bottom:1px solid #d4d6d8}.sdg-content.svelte-j5ony5 .sdg-item:where(.svelte-j5ony5):last-child{border-bottom:none}.sdg-content.svelte-j5ony5 .sdg-item:where(.svelte-j5ony5) :where(.svelte-j5ony5):hover{background-color:#f7f7f7}.sdg-content.svelte-j5ony5 .sdg-item:where(.svelte-j5ony5) .sdg-label:where(.svelte-j5ony5){width:80%}.sdg-content.svelte-j5ony5 .sdg-item:where(.svelte-j5ony5) input[type=checkbox]:where(.svelte-j5ony5){-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:2px solid #d12800;border-radius:0}.sdg-content.svelte-j5ony5 .sdg-item:where(.svelte-j5ony5) input[type=checkbox]:where(.svelte-j5ony5):checked{background-color:#fff;border-color:#d12800}.sdg-content.svelte-j5ony5 .sdg-item:where(.svelte-j5ony5) input[type=checkbox]:where(.svelte-j5ony5):checked:before{content:"";display:block;width:5px;height:10px;border:solid #d12800;border-width:0 2px 2px 0;transform:rotate(45deg);margin:0 4px}.wrap-text.svelte-j5ony5{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;word-break:break-all}.tooltip.svelte-j5ony5{z-index:10;width:fit-content}.details.svelte-22hycv{position:relative;color:gray;text-decoration:underline dotted gray;cursor:pointer}.details.svelte-22hycv .triangle-up:where(.svelte-22hycv){position:absolute;bottom:.5em;right:-1em;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid black}.details.svelte-22hycv .triangle-down:where(.svelte-22hycv){position:absolute;bottom:.5em;right:-1em;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid black}.sidebar-content{position:relative;height:100%}.main-content{position:relative;height:100%;width:100%}.main-content .toggle-button{position:absolute;top:6px;z-index:10;height:40px;width:40px;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.main-content .toggle-button.left.close{left:-48px;border-radius:100px 0 0 100px}.main-content .toggle-button.left.open{left:-2px;border-left:none;border-radius:0 100px 100px 0;box-shadow:3px 0 6px #0000001a}.main-content .toggle-button.right.close{right:-48px;border-radius:0 100px 100px 0}.main-content .toggle-button.right.open{right:-2px;border-right:none;border-radius:100px 0 0 100px;box-shadow:-3px 0 6px #0000001a}.main-content .toggle-button .toggle-icon{color:#9e9e9e}.main-content .toggle-button .toggle-icon:hover{color:#757575}.tag-content.svelte-110w5j3{max-height:300px!important;overflow-y:auto!important}.tag-content.svelte-110w5j3 .tag-item:where(.svelte-110w5j3){border-bottom:1px solid #d4d6d8}.tag-content.svelte-110w5j3 .tag-item:where(.svelte-110w5j3):last-child{border-bottom:none}.tag-content.svelte-110w5j3 .tag-item:where(.svelte-110w5j3) :where(.svelte-110w5j3):hover{background-color:#f7f7f7}.tag-content.svelte-110w5j3 .tag-item:where(.svelte-110w5j3) .tag-label:where(.svelte-110w5j3){width:80%}.tag-content.svelte-110w5j3 .tag-item:where(.svelte-110w5j3) input[type=checkbox]:where(.svelte-110w5j3){-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:2px solid #d12800;border-radius:0}.tag-content.svelte-110w5j3 .tag-item:where(.svelte-110w5j3) input[type=checkbox]:where(.svelte-110w5j3):checked{background-color:#fff;border-color:#d12800}.tag-content.svelte-110w5j3 .tag-item:where(.svelte-110w5j3) input[type=checkbox]:where(.svelte-110w5j3):checked:before{content:"";display:block;width:5px;height:10px;border:solid #d12800;border-width:0 2px 2px 0;transform:rotate(45deg);margin:0 4px}.selected-area.svelte-110w5j3{max-height:120px;overflow-y:auto}.wrap-text.svelte-110w5j3{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;word-break:break-all}.tag-tooltip.svelte-110w5j3{z-index:10;min-width:300px;max-width:350px}.diagram.svelte-1wsw5ro{text-align:center;padding:0;max-width:240px;margin:0 auto}@media (min-width: 640px){.diagram.svelte-1wsw5ro{max-width:none}}.value-table.svelte-ezb880 thead:where(.svelte-ezb880),.value-table.svelte-ezb880 tbody:where(.svelte-ezb880){display:block}.value-table.svelte-ezb880 tbody:where(.svelte-ezb880){overflow-x:hidden;overflow-y:scroll;max-height:200px}.tooltip.svelte-1khvjw1{z-index:10;height:250px;width:260px}.visible-button.svelte-1khvjw1{cursor:pointer}.number-input.svelte-1khvjw1{width:100%;text-align:left;border:none;background-color:transparent}.discrete.svelte-1khvjw1{cursor:pointer!important;height:20px;width:20px;border:1px solid gray}.discrete-readonly.svelte-1khvjw1{cursor:default!important;border:1px solid gray}.discrete:hover{padding:0;border:2px solid rgb(0,0,0)}input.svelte-1khvjw1:focus{outline:none;background:#dcdcdc4d}input.svelte-1khvjw1::-webkit-outer-spin-button,input.svelte-1khvjw1::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number].svelte-1khvjw1{-moz-appearance:textfield}.label-value.svelte-1khvjw1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.color-table.svelte-i2kkc8 thead:where(.svelte-i2kkc8),.color-table.svelte-i2kkc8 tbody:where(.svelte-i2kkc8){display:block}.color-table.svelte-i2kkc8 tbody:where(.svelte-i2kkc8){overflow-x:hidden;overflow-y:auto;max-height:200px}.select:not(.is-multiple):not(.is-loading):after{border-color:red}.color-table.svelte-gptp0m thead:where(.svelte-gptp0m),.color-table.svelte-gptp0m tbody:where(.svelte-gptp0m){display:block}.color-table.svelte-gptp0m tbody:where(.svelte-gptp0m){overflow-x:hidden;overflow-y:auto;max-height:200px}.rangeNub{cursor:pointer}.align-center.svelte-1nkxhb5{width:max-content;margin:auto}
