@canonical/maas-react-components 1.28.1 → 1.29.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@canonical/maas-react-components.es.js +4815 -1729
- package/dist/@canonical/maas-react-components.umd.js +35 -14
- package/dist/index.d.ts +1 -0
- package/dist/maas-react-components.css +1 -0
- package/dist/src/lib/components/DynamicTable/DynamicTable.d.ts +5 -6
- package/dist/src/lib/components/DynamicTable/DynamicTable.stories.d.ts +1 -2
- package/dist/src/lib/components/FadeInDown/FadeInDown.d.ts +0 -1
- package/dist/src/lib/components/FileUpload/FileUpload.d.ts +1 -2
- package/dist/src/lib/components/FileUpload/FileUpload.stories.d.ts +1 -2
- package/dist/src/lib/components/FileUpload/hooks.d.ts +1 -2
- package/dist/src/lib/components/GenericTable/ColumnHeader/ColumnHeader.d.ts +7 -0
- package/dist/src/lib/components/GenericTable/ColumnHeader/index.d.ts +1 -0
- package/dist/src/lib/components/GenericTable/GenericTable.d.ts +77 -0
- package/dist/src/lib/components/GenericTable/GenericTable.stories.d.ts +14 -0
- package/dist/src/lib/components/GenericTable/GenericTable.test.d.ts +1 -0
- package/dist/src/lib/components/GenericTable/GroupRowActions/GroupRowActions.d.ts +7 -0
- package/dist/src/lib/components/GenericTable/GroupRowActions/GroupRowActions.test.d.ts +1 -0
- package/dist/src/lib/components/GenericTable/GroupRowActions/index.d.ts +1 -0
- package/dist/src/lib/components/GenericTable/PaginationBar/ControlsBar/ControlsBar.d.ts +7 -0
- package/dist/src/lib/components/GenericTable/PaginationBar/ControlsBar/index.d.ts +1 -0
- package/dist/src/lib/components/GenericTable/PaginationBar/PaginationBar.d.ts +13 -0
- package/dist/src/lib/components/GenericTable/PaginationBar/index.d.ts +2 -0
- package/dist/src/lib/components/GenericTable/SortingIndicator/SortingIndicator.d.ts +7 -0
- package/dist/src/lib/components/GenericTable/SortingIndicator/index.d.ts +1 -0
- package/dist/src/lib/components/GenericTable/TableCheckbox/TableCheckbox.d.ts +12 -0
- package/dist/src/lib/components/GenericTable/TableCheckbox/TableCheckbox.test.d.ts +1 -0
- package/dist/src/lib/components/GenericTable/TableCheckbox/index.d.ts +1 -0
- package/dist/src/lib/components/GenericTable/index.d.ts +2 -0
- package/dist/src/lib/components/MultiSelect/MultiSelect.d.ts +0 -1
- package/dist/src/lib/components/MultiSelect/MultiSelect.stories.d.ts +1 -2
- package/dist/src/lib/components/NestedFormGroup/NestedFormGroup.d.ts +0 -1
- package/dist/src/lib/components/NestedFormGroup/NestedFormGroup.stories.d.ts +1 -2
- package/dist/src/lib/components/Pagination/Pagination.d.ts +0 -1
- package/dist/src/lib/components/Pagination/Pagination.stories.d.ts +1 -2
- package/dist/src/lib/components/Stepper/Stepper.d.ts +2 -2
- package/dist/src/lib/components/Stepper/Stepper.stories.d.ts +1 -2
- package/dist/src/lib/components/TableCaption/TableCaption.d.ts +0 -1
- package/dist/src/lib/components/TableCaption/TableCaption.stories.d.ts +1 -2
- package/dist/src/lib/components/index.d.ts +1 -0
- package/dist/src/lib/elements/ExternalLink/ExternalLink.d.ts +1 -2
- package/dist/src/lib/elements/ExternalLink/ExternalLink.stories.d.ts +1 -2
- package/dist/src/lib/elements/Meter/Meter.stories.d.ts +1 -2
- package/dist/src/lib/elements/Placeholder/Placeholder.d.ts +0 -1
- package/dist/src/lib/elements/Placeholder/Placeholder.stories.d.ts +1 -2
- package/dist/src/lib/elements/ProgressIndicator/ProgressIndicator.d.ts +0 -1
- package/dist/src/lib/sections/ContentSection/ContentSection.d.ts +1 -1
- package/dist/src/lib/sections/ContentSection/ContentSection.stories.d.ts +1 -2
- package/dist/src/lib/sections/FormSection/FormSection.stories.d.ts +3 -4
- package/dist/src/lib/sections/InputGroup/InputGroup.d.ts +0 -1
- package/dist/src/lib/sections/InputGroup/InputGroup.stories.d.ts +1 -2
- package/dist/src/lib/sections/MainToolbar/MainToolbar.stories.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/Banner/Banner.d.ts +0 -1
- package/dist/src/lib/sections/Navigation/Banner/Banner.stories.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/CollapseToggle/CollapseToggle.d.ts +2 -1
- package/dist/src/lib/sections/Navigation/CollapseToggle/CollapseToggle.stories.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/Content/Content.d.ts +0 -1
- package/dist/src/lib/sections/Navigation/Content/Content.stories.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/Controls/Controls.d.ts +0 -1
- package/dist/src/lib/sections/Navigation/Controls/Controls.stories.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/Drawer/Drawer.d.ts +0 -1
- package/dist/src/lib/sections/Navigation/Drawer/Drawer.stories.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/Footer/Footer.d.ts +0 -1
- package/dist/src/lib/sections/Navigation/Footer/Footer.stories.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/Header/Header.d.ts +0 -1
- package/dist/src/lib/sections/Navigation/Header/Header.stories.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/Icon/Icon.stories.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/Item/Item.d.ts +0 -1
- package/dist/src/lib/sections/Navigation/Item/Item.stories.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/Label/Label.d.ts +0 -1
- package/dist/src/lib/sections/Navigation/Label/Label.stories.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/Link/Link.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/List/List.d.ts +0 -1
- package/dist/src/lib/sections/Navigation/List/List.stories.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/Logo/Logo.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/Logo/Logo.stories.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/LogoIcon/LogoIcon.d.ts +3 -4
- package/dist/src/lib/sections/Navigation/LogoIcon/LogoIcon.stories.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/LogoName/LogoName.d.ts +0 -1
- package/dist/src/lib/sections/Navigation/LogoName/LogoName.stories.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/LogoTag/LogoTag.d.ts +0 -1
- package/dist/src/lib/sections/Navigation/LogoTag/LogoTag.stories.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/LogoText/LogoText.d.ts +0 -1
- package/dist/src/lib/sections/Navigation/MenuButton/MenuButton.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/MenuButton/MenuButton.stories.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/Navigation.d.ts +3 -4
- package/dist/src/lib/sections/Navigation/Navigation.stories.d.ts +1 -2
- package/dist/src/lib/sections/Navigation/Text/Text.d.ts +0 -1
- package/dist/src/lib/utils/formatBytes/formatBytes.stories.d.ts +1 -2
- package/dist/src/types.d.ts +0 -1
- package/dist/vitest-setup.d.ts +0 -1
- package/package.json +37 -47
- package/dist/src/lib/sections/Navigation/Link/Link.stories.d.ts +0 -20
- package/dist/style.css +0 -1
package/dist/style.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@charset "UTF-8";.p-meter{margin-bottom:.75rem;padding-top:.375rem}.p-meter__bar{border-radius:.875rem;height:.875rem;overflow:hidden;position:relative;width:100%;border:1px solid #999}.p-meter__label{display:flex;justify-content:space-between;margin-bottom:-.125rem;padding-top:.25rem}.p-meter__filled{height:100%;position:absolute;width:0%}.p-meter__separators{height:100%;position:absolute;width:100%;z-index:1}.p-meter--small{margin-bottom:.875rem;padding-top:.375rem}.p-meter--small .p-meter__bar{border-radius:.75rem;height:.75rem;margin-bottom:.375rem}.p-meter--small .p-meter__label{margin-bottom:0;padding-top:0}@font-face{font-family:Ubuntu variable;font-stretch:100%;font-style:normal;font-weight:100 800;src:url(https://assets.ubuntu.com/v1/f1ea362b-Ubuntu%5Bwdth,wght%5D-latin-v0.896a.woff2) format("woff2-variations")}@font-face{font-family:Ubuntu variable;font-stretch:100%;font-style:italic;font-weight:100 800;src:url(https://assets.ubuntu.com/v1/90b59210-Ubuntu-Italic%5Bwdth,wght%5D-latin-v0.896a.woff2) format("woff2-variations")}@font-face{font-family:Ubuntu Mono variable;font-style:normal;font-weight:100 800;src:url(https://assets.ubuntu.com/v1/d5fc1819-UbuntuMono%5Bwght%5D-latin-v0.869.woff2) format("woff2-variations")}select{background-image:var(--vf-theme-light, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23000' d='M8.187 11.748l6.187-6.187-1.06-1.061-5.127 5.127L3.061 4.5 2 5.561z'/%3E%3C/svg%3E")) var(--vf-theme-dark, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='hsl(0%2C0%%2C100%)' d='M8.187 11.748l6.187-6.187-1.06-1.061-5.127 5.127L3.061 4.5 2 5.561z'/%3E%3C/svg%3E"));-moz-appearance:none;-webkit-appearance:none;appearance:none;background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;box-shadow:none;min-height:1.5rem;padding-right:2rem;text-indent:.01px;text-overflow:""}.progress-indicator{margin:0;padding:0 .5rem 0 0}.progress-indicator .progress-indicator__spinner{padding-left:.25rem}.p-placeholder{animation:shine 1.5s infinite ease-out;background-color:#e5e5e5;background-image:linear-gradient(to right,#e5e5e5 calc(50% - 2rem),#f7f7f7 50%,#e5e5e5 calc(50% + 2rem));background-size:300% 100%;color:transparent;overflow:hidden;pointer-events:none;text-indent:-100%}@keyframes shine{0%{background-position:right}to{background-position:left}}.p-text--x-small,.l-navigation .p-side-navigation__label--group,thead th{font-size:.75rem;font-weight:550;line-height:1rem;margin-bottom:.75rem;padding-top:.25rem}@media (min-width: 1681px){.p-text--x-small,.l-navigation .p-side-navigation__label--group,thead th{padding-top:.25rem}}.l-navigation .p-side-navigation__label--group,thead th{text-transform:uppercase}.p-panel__header .p-icon--sidebar-toggle,.p-icon--submit-bug,.p-icon--profile,.p-icon--units,.p-icon--tag,.p-icon--settings,.p-icon--connected,.p-icon--pods,.p-icon--machines{overflow:hidden;text-indent:110vw;white-space:nowrap}small.u-no-margin--bottom,.u-no-margin--bottom.p-text--small,.u-no-margin--bottom.p-text--x-small,.l-navigation .u-no-margin--bottom.p-side-navigation__label--group,thead th.u-no-margin--bottom{margin-bottom:-.05rem!important}.p-panel__header .p-icon--sidebar-toggle,.p-icon--submit-bug,.p-icon--profile,.p-icon--units,.p-icon--tag,.p-icon--settings,.p-icon--connected,.p-icon--pods,.p-icon--machines{background-size:contain;height:1rem;width:1rem;background-position:center;background-repeat:no-repeat;display:inline-block;font-size:inherit;margin:0;padding:0;position:relative;vertical-align:calc(.5px + .3465em - .5rem)}@font-face{font-family:Ubuntu variable;font-stretch:100%;font-style:normal;font-weight:100 800;src:url(https://assets.ubuntu.com/v1/f1ea362b-Ubuntu%5Bwdth,wght%5D-latin-v0.896a.woff2) format("woff2-variations")}@font-face{font-family:Ubuntu variable;font-stretch:100%;font-style:italic;font-weight:100 800;src:url(https://assets.ubuntu.com/v1/90b59210-Ubuntu-Italic%5Bwdth,wght%5D-latin-v0.896a.woff2) format("woff2-variations")}@font-face{font-family:Ubuntu Mono variable;font-style:normal;font-weight:100 800;src:url(https://assets.ubuntu.com/v1/d5fc1819-UbuntuMono%5Bwght%5D-latin-v0.869.woff2) format("woff2-variations")}select{background-image:var(--vf-theme-light, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23000' d='M8.187 11.748l6.187-6.187-1.06-1.061-5.127 5.127L3.061 4.5 2 5.561z'/%3E%3C/svg%3E")) var(--vf-theme-dark, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='hsl(0%2C0%%2C100%)' d='M8.187 11.748l6.187-6.187-1.06-1.061-5.127 5.127L3.061 4.5 2 5.561z'/%3E%3C/svg%3E"));-moz-appearance:none;-webkit-appearance:none;appearance:none;background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;box-shadow:none;min-height:1.5rem;padding-right:2rem;text-indent:.01px;text-overflow:""}.p-icon--machines{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .99a3 3 0 013 3v1.75c0 .938-.431 1.776-1.106 2.326A2.989 2.989 0 0115 10.392v1.75a3 3 0 01-3 3H4a3 3 0 01-3-3v-1.75c0-.94.431-1.777 1.106-2.327A2.989 2.989 0 011 5.739V3.99a3 3 0 013-3h8zm0 7.902H4a1.5 1.5 0 00-1.493 1.355l-.007.145v1.75a1.5 1.5 0 001.356 1.493l.144.007h8a1.5 1.5 0 001.493-1.356l.007-.144v-1.75a1.5 1.5 0 00-1.356-1.494L12 8.892zM11.5 10a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm.5-7.51H4a1.5 1.5 0 00-1.493 1.355l-.007.144v1.75a1.5 1.5 0 001.356 1.493L4 7.24h8a1.5 1.5 0 001.493-1.355l.007-.145V3.99a1.5 1.5 0 00-1.356-1.493L12 2.49zM11.5 4a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1z' fill='%23000' fill-rule='nonzero'/%3E%3C/svg%3E")}[class*=--dark] .p-icon--machines,body.is-dark .p-icon--machines,.p-icon--machines.is-light,.p-icon--machines.is-dark{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .99a3 3 0 013 3v1.75c0 .938-.431 1.776-1.106 2.326A2.989 2.989 0 0115 10.392v1.75a3 3 0 01-3 3H4a3 3 0 01-3-3v-1.75c0-.94.431-1.777 1.106-2.327A2.989 2.989 0 011 5.739V3.99a3 3 0 013-3h8zm0 7.902H4a1.5 1.5 0 00-1.493 1.355l-.007.145v1.75a1.5 1.5 0 001.356 1.493l.144.007h8a1.5 1.5 0 001.493-1.356l.007-.144v-1.75a1.5 1.5 0 00-1.356-1.494L12 8.892zM11.5 10a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm.5-7.51H4a1.5 1.5 0 00-1.493 1.355l-.007.144v1.75a1.5 1.5 0 001.356 1.493L4 7.24h8a1.5 1.5 0 001.493-1.355l.007-.145V3.99a1.5 1.5 0 00-1.356-1.493L12 2.49zM11.5 4a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1z' fill='hsl(0%2C0%%2C100%)' fill-rule='nonzero'/%3E%3C/svg%3E")}.p-icon--pods{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.703 3.958l.106-.093.011-.009a2 2 0 01.283-.19L7.032.938a2 2 0 011.936 0l4.929 2.728.147.09.168.126.12.11.062.063.072.082.09.117.108.169.08.154.05.116.058.177c.05.176.076.36.076.546v5.311a2 2 0 01-1.031 1.75l-4.929 2.727a2 2 0 01-1.936 0l-4.929-2.727a2 2 0 01-1.031-1.75V5.416a2 2 0 01.034-.367l.042-.178a2 2 0 01.062-.184l.063-.144.042-.083.08-.135.07-.1.061-.078.1-.113.077-.076zm11.725 2.375l-4.46 2.469a2 2 0 01-1.936 0l-4.46-2.468v4.393a.5.5 0 00.183.387l.075.05 4.928 2.728a.5.5 0 00.39.04l.094-.04 4.928-2.728a.5.5 0 00.25-.348l.008-.089V6.333zM7.852 2.211l-.094.04-4.733 2.62L7.758 7.49a.5.5 0 00.39.04l.094-.04 4.732-2.62-4.732-2.62a.5.5 0 00-.39-.04z' fill='%23000' fill-rule='nonzero'/%3E%3C/svg%3E")}[class*=--dark] .p-icon--pods,body.is-dark .p-icon--pods,.p-icon--pods.is-light,.p-icon--pods.is-dark{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.703 3.958l.106-.093.011-.009a2 2 0 01.283-.19L7.032.938a2 2 0 011.936 0l4.929 2.728.147.09.168.126.12.11.062.063.072.082.09.117.108.169.08.154.05.116.058.177c.05.176.076.36.076.546v5.311a2 2 0 01-1.031 1.75l-4.929 2.727a2 2 0 01-1.936 0l-4.929-2.727a2 2 0 01-1.031-1.75V5.416a2 2 0 01.034-.367l.042-.178a2 2 0 01.062-.184l.063-.144.042-.083.08-.135.07-.1.061-.078.1-.113.077-.076zm11.725 2.375l-4.46 2.469a2 2 0 01-1.936 0l-4.46-2.468v4.393a.5.5 0 00.183.387l.075.05 4.928 2.728a.5.5 0 00.39.04l.094-.04 4.928-2.728a.5.5 0 00.25-.348l.008-.089V6.333zM7.852 2.211l-.094.04-4.733 2.62L7.758 7.49a.5.5 0 00.39.04l.094-.04 4.732-2.62-4.732-2.62a.5.5 0 00-.39-.04z' fill='hsl(0%2C0%%2C100%)' fill-rule='nonzero'/%3E%3C/svg%3E")}.p-icon--connected{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.927 7.141l3.182 3.182L6.432 13a2.251 2.251 0 01-2.724.354L1.5 15.56.44 14.5l2.295-2.297a2.25 2.25 0 01.515-2.385l2.677-2.677zM14.5.44L15.56 1.5l-1.956 1.958a2.251 2.251 0 01-.354 2.724l-2.677 2.677-3.182-3.182L10.068 3a2.25 2.25 0 012.385-.515L14.5.44z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E")}[class*=--dark] .p-icon--connected,body.is-dark .p-icon--connected,.p-icon--connected.is-light,.p-icon--connected.is-dark{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.927 7.141l3.182 3.182L6.432 13a2.251 2.251 0 01-2.724.354L1.5 15.56.44 14.5l2.295-2.297a2.25 2.25 0 01.515-2.385l2.677-2.677zM14.5.44L15.56 1.5l-1.956 1.958a2.251 2.251 0 01-.354 2.724l-2.677 2.677-3.182-3.182L10.068 3a2.25 2.25 0 012.385-.515L14.5.44z' fill='hsl(0%2C0%%2C100%)' fill-rule='evenodd'/%3E%3C/svg%3E")}.p-icon--settings{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.817.639a7.572 7.572 0 013.649 2.109l-.668 1.849c.212.297.396.615.55.95l1.936.346c.193.669.296 1.376.296 2.107 0 .731-.103 1.438-.296 2.107l-1.936.346a5.876 5.876 0 01-.55.95l.668 1.85a7.572 7.572 0 01-3.65 2.108l-1.268-1.504a5.956 5.956 0 01-1.096 0l-1.268 1.504a7.572 7.572 0 01-3.65-2.109l.668-1.849a5.876 5.876 0 01-.55-.95l-1.936-.346A7.584 7.584 0 01.42 8c0-.731.103-1.438.296-2.107l1.936-.346c.154-.335.338-.653.55-.95l-.668-1.85A7.572 7.572 0 016.184.64l1.268 1.504a5.956 5.956 0 011.096 0L9.817.639zm.496 1.737L9.19 3.709l-.78-.072a4.456 4.456 0 00-.41-.02l-.206.006-.204.014-.78.072-1.124-1.333-.222.096c-.346.159-.675.35-.984.57l-.194.144.593 1.64-.455.64a4.384 4.384 0 00-.287.463l-.122.244-.327.713-1.713.305-.017.12a6.128 6.128 0 00-.029.343L1.92 8c0 .232.014.462.04.689l.016.119 1.713.306.327.713c.076.165.162.325.258.48l.151.227.455.64-.593 1.639.194.145c.31.22.638.411.984.57l.222.095 1.123-1.332.78.072c.136.013.273.02.411.02l.206-.006.204-.014.78-.072 1.123 1.332.224-.095c.345-.159.674-.35.983-.57l.193-.145-.592-1.639.455-.64c.105-.148.201-.303.287-.463l.122-.244.327-.713 1.712-.306.018-.12c.013-.113.022-.227.029-.342L14.08 8c0-.232-.014-.462-.04-.689l-.017-.12-1.712-.305-.327-.713a4.368 4.368 0 00-.258-.48l-.151-.227-.455-.64.592-1.64-.193-.144c-.309-.22-.638-.411-.983-.57l-.224-.096zM8 5a3 3 0 110 6 3 3 0 010-6zm0 1.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3z' fill='%23000' fill-rule='nonzero'/%3E%3C/svg%3E")}[class*=--dark] .p-icon--settings,body.is-dark .p-icon--settings,.p-icon--settings.is-light,.p-icon--settings.is-dark{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.817.639a7.572 7.572 0 013.649 2.109l-.668 1.849c.212.297.396.615.55.95l1.936.346c.193.669.296 1.376.296 2.107 0 .731-.103 1.438-.296 2.107l-1.936.346a5.876 5.876 0 01-.55.95l.668 1.85a7.572 7.572 0 01-3.65 2.108l-1.268-1.504a5.956 5.956 0 01-1.096 0l-1.268 1.504a7.572 7.572 0 01-3.65-2.109l.668-1.849a5.876 5.876 0 01-.55-.95l-1.936-.346A7.584 7.584 0 01.42 8c0-.731.103-1.438.296-2.107l1.936-.346c.154-.335.338-.653.55-.95l-.668-1.85A7.572 7.572 0 016.184.64l1.268 1.504a5.956 5.956 0 011.096 0L9.817.639zm.496 1.737L9.19 3.709l-.78-.072a4.456 4.456 0 00-.41-.02l-.206.006-.204.014-.78.072-1.124-1.333-.222.096c-.346.159-.675.35-.984.57l-.194.144.593 1.64-.455.64a4.384 4.384 0 00-.287.463l-.122.244-.327.713-1.713.305-.017.12a6.128 6.128 0 00-.029.343L1.92 8c0 .232.014.462.04.689l.016.119 1.713.306.327.713c.076.165.162.325.258.48l.151.227.455.64-.593 1.639.194.145c.31.22.638.411.984.57l.222.095 1.123-1.332.78.072c.136.013.273.02.411.02l.206-.006.204-.014.78-.072 1.123 1.332.224-.095c.345-.159.674-.35.983-.57l.193-.145-.592-1.639.455-.64c.105-.148.201-.303.287-.463l.122-.244.327-.713 1.712-.306.018-.12c.013-.113.022-.227.029-.342L14.08 8c0-.232-.014-.462-.04-.689l-.017-.12-1.712-.305-.327-.713a4.368 4.368 0 00-.258-.48l-.151-.227-.455-.64.592-1.64-.193-.144c-.309-.22-.638-.411-.983-.57l-.224-.096zM8 5a3 3 0 110 6 3 3 0 010-6zm0 1.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3z' fill='hsl(0%2C0%%2C100%)' fill-rule='nonzero'/%3E%3C/svg%3E")}.p-icon--tag{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 1A1.5 1.5 0 0115 2.5V8h-.023l-6.466 6.467a2 2 0 01-2.828 0L1.52 10.305a2 2 0 010-2.829l6.472-6.472.007.008L8 1h5.5zm0 1.5l-4.882-.001-6.037 6.038a.5.5 0 00-.058.638l.058.07 4.163 4.162a.5.5 0 00.637.058l.07-.058 6.048-6.051L13.5 2.5zm-2.493 1.41a1.108 1.108 0 110 2.215 1.108 1.108 0 010-2.216z' fill='%23000' fill-rule='nonzero'/%3E%3C/svg%3E")}[class*=--dark] .p-icon--tag,body.is-dark .p-icon--tag,.p-icon--tag.is-light,.p-icon--tag.is-dark{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 1A1.5 1.5 0 0115 2.5V8h-.023l-6.466 6.467a2 2 0 01-2.828 0L1.52 10.305a2 2 0 010-2.829l6.472-6.472.007.008L8 1h5.5zm0 1.5l-4.882-.001-6.037 6.038a.5.5 0 00-.058.638l.058.07 4.163 4.162a.5.5 0 00.637.058l.07-.058 6.048-6.051L13.5 2.5zm-2.493 1.41a1.108 1.108 0 110 2.215 1.108 1.108 0 010-2.216z' fill='hsl(0%2C0%%2C100%)' fill-rule='nonzero'/%3E%3C/svg%3E")}.p-icon--units{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9a1 1 0 011 1v4a1 1 0 01-1 1H2a1 1 0 01-1-1v-4a1 1 0 011-1h4zm8 0a1 1 0 011 1v4a1 1 0 01-1 1h-4a1 1 0 01-1-1v-4a1 1 0 011-1h4zm-8.5 1.5h-3v3h3v-3zm8 0h-3v3h3v-3zM14 1a1 1 0 011 1v4a1 1 0 01-1 1h-4a1 1 0 01-1-1V2a1 1 0 011-1h4zm-.5 1.5h-3v3h3v-3z' fill='%23000' fill-rule='nonzero'/%3E%3C/svg%3E")}[class*=--dark] .p-icon--units,body.is-dark .p-icon--units,.p-icon--units.is-light,.p-icon--units.is-dark{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9a1 1 0 011 1v4a1 1 0 01-1 1H2a1 1 0 01-1-1v-4a1 1 0 011-1h4zm8 0a1 1 0 011 1v4a1 1 0 01-1 1h-4a1 1 0 01-1-1v-4a1 1 0 011-1h4zm-8.5 1.5h-3v3h3v-3zm8 0h-3v3h3v-3zM14 1a1 1 0 011 1v4a1 1 0 01-1 1h-4a1 1 0 01-1-1V2a1 1 0 011-1h4zm-.5 1.5h-3v3h3v-3z' fill='hsl(0%2C0%%2C100%)' fill-rule='nonzero'/%3E%3C/svg%3E")}.p-icon--profile{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.95 12.95l-.18.173-.074.068a6.926 6.926 0 01-.318.271l-.271.207-.209.146-.254.163-.225.132-.243.13-.21.103-.276.121-.133.054-.385.139-.271.082-.264.068-.298.065-.272.047-.337.043-.304.025L8.12 15 8 15l-.214-.003-.285-.015-.381-.037-.339-.05-.184-.036-.324-.074-.258-.07-.249-.079-.323-.118-.195-.08-.214-.095-.276-.137-.213-.116a7.006 7.006 0 01-.551-.35l-.197-.142-.175-.136-.176-.146-.297-.27-.16-.158-.213-.229-.07-.08a7 7 0 1110.772-.221l-.194.234a7.043 7.043 0 01-.334.358zM8.5 10.502h-1a3.498 3.498 0 00-3.017 1.726A5.473 5.473 0 008 13.5a5.478 5.478 0 003.518-1.272 3.499 3.499 0 00-2.826-1.72l-.192-.006zM8 2.5a5.5 5.5 0 00-4.557 8.581 5.004 5.004 0 012.203-1.724A2.978 2.978 0 015 7.5V7a3 3 0 116 0v.5c0 .701-.24 1.347-.644 1.858.888.355 1.65.957 2.202 1.722A5.5 5.5 0 008 2.5zm0 3a1.5 1.5 0 00-1.493 1.356L6.5 7v.5a1.5 1.5 0 002.993.144L9.5 7.5V7A1.5 1.5 0 008 5.5z' fill='%23000' fill-rule='nonzero'/%3E%3C/svg%3E")}[class*=--dark] .p-icon--profile,body.is-dark .p-icon--profile,.p-icon--profile.is-light,.p-icon--profile.is-dark{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.95 12.95l-.18.173-.074.068a6.926 6.926 0 01-.318.271l-.271.207-.209.146-.254.163-.225.132-.243.13-.21.103-.276.121-.133.054-.385.139-.271.082-.264.068-.298.065-.272.047-.337.043-.304.025L8.12 15 8 15l-.214-.003-.285-.015-.381-.037-.339-.05-.184-.036-.324-.074-.258-.07-.249-.079-.323-.118-.195-.08-.214-.095-.276-.137-.213-.116a7.006 7.006 0 01-.551-.35l-.197-.142-.175-.136-.176-.146-.297-.27-.16-.158-.213-.229-.07-.08a7 7 0 1110.772-.221l-.194.234a7.043 7.043 0 01-.334.358zM8.5 10.502h-1a3.498 3.498 0 00-3.017 1.726A5.473 5.473 0 008 13.5a5.478 5.478 0 003.518-1.272 3.499 3.499 0 00-2.826-1.72l-.192-.006zM8 2.5a5.5 5.5 0 00-4.557 8.581 5.004 5.004 0 012.203-1.724A2.978 2.978 0 015 7.5V7a3 3 0 116 0v.5c0 .701-.24 1.347-.644 1.858.888.355 1.65.957 2.202 1.722A5.5 5.5 0 008 2.5zm0 3a1.5 1.5 0 00-1.493 1.356L6.5 7v.5a1.5 1.5 0 002.993.144L9.5 7.5V7A1.5 1.5 0 008 5.5z' fill='hsl(0%2C0%%2C100%)' fill-rule='nonzero'/%3E%3C/svg%3E")}.p-icon--submit-bug{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 1.993V3.5c0 .382.284.698.653.748l.102.007.161-.001C4.905 4.093 5.192 4 5.5 4h5c.308 0 .595.093.834.253l.216.001a.755.755 0 00.749-.653l.007-.102V1.993h1.5V3.5A2.256 2.256 0 0112 5.709l-.001 1.531 1.278.001c.324 0 .634-.126.866-.349l.094-.1.523-.628 1.152.96-.523.628a2.75 2.75 0 01-1.925.983l-.187.006h-1.278L12 10c0 .099-.004.197-.01.294a2.254 2.254 0 011.81 2.057l.006.154v1.506h-1.5v-1.506a.755.755 0 00-.653-.748l-.057-.003a4 4 0 01-7.19.004l.1-.008a.755.755 0 00-.75.653l-.006.102v1.506h-1.5v-1.506c0-1.076.754-1.976 1.762-2.2A3.671 3.671 0 014 10l-.001-1.26-1.276.001a2.75 2.75 0 01-1.987-.85l-.125-.14-.523-.627 1.152-.96.523.627c.208.25.503.407.822.442l.138.008H4V5.696a2.257 2.257 0 01-1.744-2.044L2.25 3.5V1.993h1.5zM10.5 5.5h-5V10a2.5 2.5 0 004.995.164L10.5 10V5.5zM8 .974c1.221 0 2.24.871 2.466 2.026H5.534A2.514 2.514 0 018 .974z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E")}[class*=--dark] .p-icon--submit-bug,body.is-dark .p-icon--submit-bug,.p-icon--submit-bug.is-light,.p-icon--submit-bug.is-dark{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 1.993V3.5c0 .382.284.698.653.748l.102.007.161-.001C4.905 4.093 5.192 4 5.5 4h5c.308 0 .595.093.834.253l.216.001a.755.755 0 00.749-.653l.007-.102V1.993h1.5V3.5A2.256 2.256 0 0112 5.709l-.001 1.531 1.278.001c.324 0 .634-.126.866-.349l.094-.1.523-.628 1.152.96-.523.628a2.75 2.75 0 01-1.925.983l-.187.006h-1.278L12 10c0 .099-.004.197-.01.294a2.254 2.254 0 011.81 2.057l.006.154v1.506h-1.5v-1.506a.755.755 0 00-.653-.748l-.057-.003a4 4 0 01-7.19.004l.1-.008a.755.755 0 00-.75.653l-.006.102v1.506h-1.5v-1.506c0-1.076.754-1.976 1.762-2.2A3.671 3.671 0 014 10l-.001-1.26-1.276.001a2.75 2.75 0 01-1.987-.85l-.125-.14-.523-.627 1.152-.96.523.627c.208.25.503.407.822.442l.138.008H4V5.696a2.257 2.257 0 01-1.744-2.044L2.25 3.5V1.993h1.5zM10.5 5.5h-5V10a2.5 2.5 0 004.995.164L10.5 10V5.5zM8 .974c1.221 0 2.24.871 2.466 2.026H5.534A2.514 2.514 0 018 .974z' fill='hsl(0%2C0%%2C100%)' fill-rule='evenodd'/%3E%3C/svg%3E")}.l-navigation.is-collapsed .l-navigation-collapse-toggle i{transform:rotate(180deg)}.l-navigation{transition-duration:.165s;transition-property:width,box-shadow,background;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.l-navigation .p-button--base.l-navigation-collapse-toggle{background-color:#ffffff0d;visibility:hidden}@media only screen and (min-width: 621px){.l-navigation .p-button--base.l-navigation-collapse-toggle{visibility:visible}}.l-navigation:hover,.l-navigation:focus-within,.l-navigation.is-pinned{grid-area:nav}@media only screen and (min-width: 621px){.l-navigation:hover,.l-navigation:focus-within,.l-navigation.is-pinned{position:static}}.l-navigation:hover .p-panel__controls,.l-navigation:focus-within .p-panel__controls,.l-navigation.is-pinned .p-panel__controls{opacity:1;visibility:visible}@media only screen and (min-width: 621px){.l-navigation:hover .p-panel__controls,.l-navigation:focus-within .p-panel__controls,.l-navigation.is-pinned .p-panel__controls{transform:translate(12rem)}}.l-navigation .p-panel__header{margin-bottom:1rem}.l-navigation .p-panel__controls{margin-left:auto;padding-top:.65rem;z-index:104;transition-duration:.165s;transition-property:opacity,visibility,transform,background;transition-timing-function:cubic-bezier(.215,.61,.355,1)}@media only screen and (min-width: 621px){.l-navigation .p-panel__controls{opacity:1;visibility:visible;position:absolute;top:0;left:0;padding-top:0;transform:translate(1rem) translateY(2.6rem)}}.l-navigation .p-panel__controls .p-side-navigation__tooltip-wrapper{display:none}@media only screen and (min-width: 621px){.l-navigation .p-panel__controls .p-side-navigation__tooltip-wrapper{display:inherit}}@media only screen and (min-width: 460px){.l-navigation .p-panel__controls .p-side-navigation__button--menu{display:none}}.l-navigation .p-side-navigation__item .p-side-navigation__link{width:100%;justify-content:flex-start}.l-navigation .p-side-navigation__item .p-side-navigation__link[aria-current=page]:hover,.l-navigation .p-side-navigation__item .p-side-navigation__link[aria-current=page] :active{cursor:pointer}.l-navigation .p-side-navigation__label--group{color:#f7f7f7;margin-bottom:.125rem;text-transform:uppercase}.l-navigation .p-side-navigation--icons .p-side-navigation__item .p-side-navigation__item .p-side-navigation__link,.l-navigation .p-side-navigation__text{padding-left:4rem}.l-navigation .p-side-navigation--icons>.p-side-navigation__list:last-of-type:after{content:""}.l-navigation .p-side-navigation--icons .p-side-navigation__list:after{left:1rem;opacity:1}.l-navigation .l-navigation__drawer{max-width:100vw}.p-panel__header .p-icon--sidebar-toggle{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' width='16px' height='16px' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 0 7.743 L 6.742 14.485 L 7.899 13.329 L 2.311 7.743 L 7.899 2.157 L 6.742 1 L 0 7.743 Z M 7.899 7.743 L 14.642 14.485 L 15.797 13.329 L 10.21 7.743 L 15.797 2.157 L 14.642 1 L 7.899 7.743 Z' fill='%23FFF' style=''/%3E%3C/svg%3E")}.p-panel__header .p-panel__logo{color:#fff;display:flex;flex-direction:column;margin-top:.25rem}@media only screen and (max-width: 620px){.p-panel__header .p-panel__logo{margin-bottom:0}}.p-panel__header .p-panel__logo:hover,.p-panel__header .p-panel__logo:visited{color:#fff;text-decoration:none}.p-panel__header .p-panel__logo .p-panel__logo-text{display:flex;flex-direction:column;justify-content:flex-end}.p-panel__header .p-panel__logo .p-panel__logo-text .p-panel__logo-name{font-size:1.5rem;line-height:1rem;margin-bottom:0;padding-top:0;margin-left:2rem;text-wrap:nowrap}.p-panel__header .p-panel__logo .p-panel__logo-text .p-panel__logo-name--small{font-size:.6rem;margin-bottom:0;padding-left:.1rem}.p-panel__header .p-panel__logo .p-navigation__tagged-logo{min-width:auto}.p-panel__header .p-panel__logo .p-navigation__tagged-logo .p-navigation__logo-tag{height:2.3rem;left:1rem}@media only screen and (min-width: 621px){.p-panel__header .p-panel__logo .p-navigation__tagged-logo .p-navigation__logo-tag{left:1.5rem}}.p-panel__footer{margin-top:auto}.p-panel__footer .p-panel__content{padding:0}.p-panel__footer .p-panel__content .p-side-navigation__list:last-of-type:after{content:none}.l-navigation .p-panel__controls,.l-navigation-bar .p-panel__controls{padding-top:.75rem}.l-navigation__drawer .p-panel{display:flex;flex-direction:column}.p-side-navigation__tooltip{z-index:104}.p-input-group label{padding-top:0!important}.p-form-section{margin-bottom:1.5rem}.p-form-section__title{margin-bottom:.5rem}.p-form-section__content{margin-bottom:1.5rem}.main-toolbar{display:flex;container-type:inline-size;column-gap:1.5rem;align-items:baseline;flex-flow:row wrap;margin-bottom:-1.2rem}.main-toolbar--stacked{flex-direction:column;align-items:flex-start}.main-toolbar .main-toolbar__title{padding-top:.051rem}.main-toolbar .main-toolbar__controls,.main-toolbar .main-toolbar__controls--observer{display:flex;text-wrap:nowrap;white-space:nowrap;flex-direction:row;column-gap:1rem;flex:1}.main-toolbar .main-toolbar__controls--stacked,.main-toolbar .main-toolbar__controls--observer--stacked{flex-flow:column wrap;width:100%}.main-toolbar .main-toolbar__controls:not(.main-toolbar__controls--stacked),.main-toolbar .main-toolbar__controls--observer:not(.main-toolbar__controls--stacked){justify-content:flex-end}.main-toolbar .main-toolbar__controls .p-search-and-filter,.main-toolbar .main-toolbar__controls .debounce-search-box,.main-toolbar .main-toolbar__controls .p-search-box,.main-toolbar .main-toolbar__controls--observer .p-search-and-filter,.main-toolbar .main-toolbar__controls--observer .debounce-search-box,.main-toolbar .main-toolbar__controls--observer .p-search-box{flex:1}.main-toolbar .main-toolbar__controls .p-search-box .p-search-box__input,.main-toolbar .main-toolbar__controls--observer .p-search-box .p-search-box__input{padding-right:initial}.main-toolbar .main-toolbar__controls>*,.main-toolbar .main-toolbar__controls--observer>*{margin-right:0;align-items:baseline}section.content-section{padding:.75rem 0 0}section.content-section .content-section__header{padding-top:.051rem;margin-bottom:1.2rem}section.content-section .content-section__footer{background:#fff;width:100%;position:sticky;margin-top:.75rem;bottom:0;border-top:1.5px solid #d9d9d9;padding:1rem 0 0;text-align:right}section.content-section .content-section__footer>*{margin-bottom:1rem}.p-form__nested-group{position:relative;margin-top:-.25rem;margin-left:calc(.5rem - .75px);padding-left:1.5rem}.p-form__nested-group:before{content:"";display:block;position:absolute;height:100%;left:0;top:-.2em;width:1.5px;background:#d9d9d9;opacity:inherit;visibility:inherit;transition-duration:.165s;transition-property:transform,opacity,visibility;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.p-form__nested-group .p-checkbox,.p-form__nested-group .p-radio{padding-top:0;margin-bottom:.5rem}.fade-in--down{transition-duration:.165s;transition-property:transform,opacity,visibility;transition-timing-function:cubic-bezier(.215,.61,.355,1);position:relative;z-index:1}.fade-in--down[aria-hidden=true]{height:0;opacity:0;transform:translate3d(0,-.5rem,0);visibility:hidden}.fade-in--down[aria-hidden=false]{height:auto;opacity:1;transform:translateZ(0);visibility:visible}.p-pagination--items{display:flex;align-items:baseline;padding-bottom:0}.p-pagination--items .p-button{margin:0;border:0}.p-pagination--items .p-pagination__link--next{margin-right:2rem}.p-pagination--items .p-pagination__input{margin:0 .5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:3rem;min-width:0;text-align:center}.p-pagination--items .p-form-validation__message{position:absolute;margin-top:.5rem;margin-left:.5rem}.p-pagination--items input::-webkit-outer-spin-button,.p-pagination--items input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.p-pagination--items input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.p-list--divided,.p-list,.p-list__item.is-crossed:before,.p-list__item.is-ticked:before{list-style:none;margin-left:0;padding-left:0}.p-stepped-list:after,.stepper:after,.p-list:after{clear:both;content:"";display:block}@font-face{font-family:Ubuntu variable;font-stretch:100%;font-style:normal;font-weight:100 800;src:url(https://assets.ubuntu.com/v1/f1ea362b-Ubuntu%5Bwdth,wght%5D-latin-v0.896a.woff2) format("woff2-variations")}@font-face{font-family:Ubuntu variable;font-stretch:100%;font-style:italic;font-weight:100 800;src:url(https://assets.ubuntu.com/v1/90b59210-Ubuntu-Italic%5Bwdth,wght%5D-latin-v0.896a.woff2) format("woff2-variations")}@font-face{font-family:Ubuntu Mono variable;font-style:normal;font-weight:100 800;src:url(https://assets.ubuntu.com/v1/d5fc1819-UbuntuMono%5Bwght%5D-latin-v0.869.woff2) format("woff2-variations")}select{background-image:var(--vf-theme-light, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23000' d='M8.187 11.748l6.187-6.187-1.06-1.061-5.127 5.127L3.061 4.5 2 5.561z'/%3E%3C/svg%3E")) var(--vf-theme-dark, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='hsl(0%2C0%%2C100%)' d='M8.187 11.748l6.187-6.187-1.06-1.061-5.127 5.127L3.061 4.5 2 5.561z'/%3E%3C/svg%3E"));-moz-appearance:none;-webkit-appearance:none;appearance:none;background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;box-shadow:none;min-height:1.5rem;padding-right:2rem;text-indent:.01px;text-overflow:""}.p-stepped-list--detailed .p-stepped-list__item,.p-stepped-list--detailed .stepper .stepper__item,.stepper .p-stepped-list--detailed .stepper__item{margin-left:auto;margin-right:auto;width:100%}.p-stepped-list--detailed .p-stepped-list__item,.p-stepped-list--detailed .stepper .stepper__item,.stepper .p-stepped-list--detailed .stepper__item{max-width:80rem}.p-stepped-list--detailed .p-stepped-list__item .p-stepped-list__item,.p-stepped-list--detailed .stepper .stepper__item .p-stepped-list__item,.stepper .p-stepped-list--detailed .stepper__item .p-stepped-list__item,.p-stepped-list--detailed .p-stepped-list__item .stepper .stepper__item,.stepper .p-stepped-list--detailed .p-stepped-list__item .stepper__item,.p-stepped-list--detailed .stepper .stepper__item .stepper__item,.stepper .p-stepped-list--detailed .stepper__item .stepper__item{margin-left:0;margin-right:0;padding-left:0;padding-right:0}@supports (display: grid){.p-stepped-list--detailed .p-stepped-list__item,.p-stepped-list--detailed .stepper .stepper__item,.stepper .p-stepped-list--detailed .stepper__item{display:grid;grid-gap:0 1.5rem;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:auto;margin-left:auto;margin-right:auto;max-width:80rem}.p-stepped-list--detailed .p-stepped-list__item>*,.p-stepped-list--detailed .stepper .stepper__item>*,.stepper .p-stepped-list--detailed .stepper__item>*{grid-column-end:span 4}.p-stepped-list--detailed .p-stepped-list__item [class*=col-],.p-stepped-list--detailed .stepper .stepper__item [class*=col-],.stepper .p-stepped-list--detailed .stepper__item [class*=col-]{grid-column-start:auto}@media (min-width: 620px){.p-stepped-list--detailed .p-stepped-list__item,.p-stepped-list--detailed .stepper .stepper__item,.stepper .p-stepped-list--detailed .stepper__item{grid-gap:0 2rem;grid-template-columns:repeat(6,minmax(0,1fr))}.p-stepped-list--detailed .p-stepped-list__item>*,.p-stepped-list--detailed .stepper .stepper__item>*,.stepper .p-stepped-list--detailed .stepper__item>*{grid-column-end:span 6}}@media (min-width: 1036px){.p-stepped-list--detailed .p-stepped-list__item,.p-stepped-list--detailed .stepper .stepper__item,.stepper .p-stepped-list--detailed .stepper__item{grid-gap:0 2rem;grid-template-columns:repeat(12,minmax(0,1fr))}.p-stepped-list--detailed .p-stepped-list__item>*,.p-stepped-list--detailed .stepper .stepper__item>*,.stepper .p-stepped-list--detailed .stepper__item>*{grid-column-end:span 12}}}.p-stepped-list--detailed .p-stepped-list__item,.p-stepped-list--detailed .stepper .stepper__item,.stepper .p-stepped-list--detailed .stepper__item{padding-left:1rem;padding-right:1rem}@media (min-width: 620px){.p-stepped-list--detailed .p-stepped-list__item,.p-stepped-list--detailed .stepper .stepper__item,.stepper .p-stepped-list--detailed .stepper__item{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1036px){.p-stepped-list--detailed .p-stepped-list__item,.p-stepped-list--detailed .stepper .stepper__item,.stepper .p-stepped-list--detailed .stepper__item{padding-left:1.5rem;padding-right:1.5rem}}.p-stepped-list--detailed,.p-stepped-list,.stepper{counter-reset:list-item;display:flex;flex-direction:column;list-style:none;padding-left:0}.p-stepped-list--detailed .p-stepped-list__item,.p-stepped-list__item,.stepper .stepper__item{counter-increment:list-item}.p-stepped-list__title,.stepper .stepper__title{list-style:none;margin-left:0;padding-left:3rem;position:relative}.p-stepped-list__title:before,.stepper .stepper__title:before{content:counter(list-item) ".";display:block;height:1.5rem;left:0;margin-right:1.5rem;position:absolute;text-align:right;width:1.5rem}.p-list__item.is-ticked:before{background-image:var(--vf-theme-light, url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0a8 8 0 110 16A8 8 0 018 0zm0 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zm2.814 2.45l1.203.897-5.537 7.43-3.485-3.694 1.09-1.03 2.259 2.394 4.47-5.997z' fill='%23000' fill-rule='nonzero'/%3E%3C/svg%3E")) var(--vf-theme-dark, url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0a8 8 0 110 16A8 8 0 018 0zm0 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zm2.814 2.45l1.203.897-5.537 7.43-3.485-3.694 1.09-1.03 2.259 2.394 4.47-5.997z' fill='hsl(0%2C0%%2C100%)' fill-rule='nonzero'/%3E%3C/svg%3E"))}.p-list__item.is-crossed:before{background-image:var(--vf-theme-light, url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1.52588e-05C12.4183 1.52588e-05 16 3.58174 16 8.00002C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8.00002C0 3.58174 3.58172 1.52588e-05 8 1.52588e-05ZM10.2821 4.63808L11.3427 5.69874L9.05007 7.99008L11.3427 10.2821L10.2821 11.3427L7.99007 9.05008L5.69873 11.3427L4.63807 10.2821L6.92907 7.99008L4.63807 5.69874L5.69873 4.63808L7.99007 6.92908L10.2821 4.63808ZM1.5 8.00002C1.5 4.41016 4.41015 1.50002 8 1.50002C11.5899 1.50002 14.5 4.41016 14.5 8.00002C14.5 11.5899 11.5899 14.5 8 14.5C4.41015 14.5 1.5 11.5899 1.5 8.00002Z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E")) var(--vf-theme-dark, url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1.52588e-05C12.4183 1.52588e-05 16 3.58174 16 8.00002C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8.00002C0 3.58174 3.58172 1.52588e-05 8 1.52588e-05ZM10.2821 4.63808L11.3427 5.69874L9.05007 7.99008L11.3427 10.2821L10.2821 11.3427L7.99007 9.05008L5.69873 11.3427L4.63807 10.2821L6.92907 7.99008L4.63807 5.69874L5.69873 4.63808L7.99007 6.92908L10.2821 4.63808ZM1.5 8.00002C1.5 4.41016 4.41015 1.50002 8 1.50002C11.5899 1.50002 14.5 4.41016 14.5 8.00002C14.5 11.5899 11.5899 14.5 8 14.5C4.41015 14.5 1.5 11.5899 1.5 8.00002Z' fill='hsl(0%2C0%%2C100%)' fill-rule='evenodd'/%3E%3C/svg%3E"))}@supports (display: grid){@media (min-width: 620px){.p-stepped-list--detailed .p-stepped-list__content{grid-column-end:span 6;margin-top:0}}@media (min-width: 620px){.p-stepped-list--detailed .p-stepped-list__title,.p-stepped-list--detailed .stepper .stepper__title,.stepper .p-stepped-list--detailed .stepper__title{grid-column-end:span 6;margin-top:0}}}.p-stepped-list--detailed .p-stepped-list__item,.p-stepped-list--detailed .stepper .stepper__item,.stepper .p-stepped-list--detailed .stepper__item{margin-left:0;margin-right:0;padding-left:0;padding-right:0}@media (min-width: 1036px){.p-stepped-list--detailed .p-stepped-list__item,.p-stepped-list--detailed .stepper .stepper__item,.stepper .p-stepped-list--detailed .stepper__item{padding-top:.5rem;position:relative}.p-stepped-list--detailed .p-stepped-list__item:after,.p-stepped-list--detailed .stepper .stepper__item:after,.stepper .p-stepped-list--detailed .stepper__item:after{background-color:#0000001a;content:"";height:1px;left:0;position:absolute;right:0;top:0}}.p-stepped-list,.stepper{margin-bottom:0;margin-left:0}.p-stepped-list__item,.stepper .stepper__item{float:none;margin-left:0;overflow:visible;padding-bottom:1.5rem;position:relative;width:100%}.p-stepped-list__title+.p-stepped-list__content,.stepper .stepper__title+.p-stepped-list__content{margin-left:3rem}@media (min-width: 1036px){.p-stepped-list__title+.p-stepped-list__content,.stepper .stepper__title+.p-stepped-list__content{margin-left:3rem}}.p-heading--4.p-stepped-list__title,.stepper .p-heading--4.stepper__title,h4.p-stepped-list__title,.stepper h4.stepper__title{padding-left:3.5rem}@media (min-width: 1036px){.p-heading--4.p-stepped-list__title,.stepper .p-heading--4.stepper__title,h4.p-stepped-list__title,.stepper h4.stepper__title{padding-left:3.5rem}}.p-heading--4.p-stepped-list__title:before,.stepper .p-heading--4.stepper__title:before,h4.p-stepped-list__title:before,.stepper h4.stepper__title:before{height:2rem;width:2rem}@media (min-width: 1036px){.p-heading--4.p-stepped-list__title:before,.stepper .p-heading--4.stepper__title:before,h4.p-stepped-list__title:before,.stepper h4.stepper__title:before{height:2rem;width:2rem}}.p-heading--4.p-stepped-list__title+.p-stepped-list__content,.stepper .p-heading--4.stepper__title+.p-stepped-list__content,h4.p-stepped-list__title+.p-stepped-list__content,.stepper h4.stepper__title+.p-stepped-list__content{margin-left:3.5rem}@media (min-width: 1036px){.p-heading--4.p-stepped-list__title+.p-stepped-list__content,.stepper .p-heading--4.stepper__title+.p-stepped-list__content,h4.p-stepped-list__title+.p-stepped-list__content,.stepper h4.stepper__title+.p-stepped-list__content{margin-left:3.5rem}}.p-heading--3.p-stepped-list__title,.stepper .p-heading--3.stepper__title,h3.p-stepped-list__title,.stepper h3.stepper__title{padding-left:3.5rem}@media (min-width: 1036px){.p-heading--3.p-stepped-list__title,.stepper .p-heading--3.stepper__title,h3.p-stepped-list__title,.stepper h3.stepper__title{padding-left:3.5rem}}.p-heading--3.p-stepped-list__title:before,.stepper .p-heading--3.stepper__title:before,h3.p-stepped-list__title:before,.stepper h3.stepper__title:before{height:2rem;width:2rem}@media (min-width: 1036px){.p-heading--3.p-stepped-list__title:before,.stepper .p-heading--3.stepper__title:before,h3.p-stepped-list__title:before,.stepper h3.stepper__title:before{height:2rem;width:2rem}}.p-heading--3.p-stepped-list__title+.p-stepped-list__content,.stepper .p-heading--3.stepper__title+.p-stepped-list__content,h3.p-stepped-list__title+.p-stepped-list__content,.stepper h3.stepper__title+.p-stepped-list__content{margin-left:3.5rem}@media (min-width: 1036px){.p-heading--3.p-stepped-list__title+.p-stepped-list__content,.stepper .p-heading--3.stepper__title+.p-stepped-list__content,h3.p-stepped-list__title+.p-stepped-list__content,.stepper h3.stepper__title+.p-stepped-list__content{margin-left:3.5rem}}.p-heading--2.p-stepped-list__title,.stepper .p-heading--2.stepper__title,h2.p-stepped-list__title,.stepper h2.stepper__title{padding-left:4rem}@media (min-width: 1036px){.p-heading--2.p-stepped-list__title,.stepper .p-heading--2.stepper__title,h2.p-stepped-list__title,.stepper h2.stepper__title{padding-left:4.5rem}}.p-heading--2.p-stepped-list__title:before,.stepper .p-heading--2.stepper__title:before,h2.p-stepped-list__title:before,.stepper h2.stepper__title:before{height:2.5rem;width:2.5rem}@media (min-width: 1036px){.p-heading--2.p-stepped-list__title:before,.stepper .p-heading--2.stepper__title:before,h2.p-stepped-list__title:before,.stepper h2.stepper__title:before{height:3rem;width:3rem}}.p-heading--2.p-stepped-list__title+.p-stepped-list__content,.stepper .p-heading--2.stepper__title+.p-stepped-list__content,h2.p-stepped-list__title+.p-stepped-list__content,.stepper h2.stepper__title+.p-stepped-list__content{margin-left:4rem}@media (min-width: 1036px){.p-heading--2.p-stepped-list__title+.p-stepped-list__content,.stepper .p-heading--2.stepper__title+.p-stepped-list__content,h2.p-stepped-list__title+.p-stepped-list__content,.stepper h2.stepper__title+.p-stepped-list__content{margin-left:4.5rem}}.p-heading--1.p-stepped-list__title,.stepper .p-heading--1.stepper__title,h1.p-stepped-list__title,.stepper h1.stepper__title{padding-left:4rem}@media (min-width: 1036px){.p-heading--1.p-stepped-list__title,.stepper .p-heading--1.stepper__title,h1.p-stepped-list__title,.stepper h1.stepper__title{padding-left:4.5rem}}.p-heading--1.p-stepped-list__title:before,.stepper .p-heading--1.stepper__title:before,h1.p-stepped-list__title:before,.stepper h1.stepper__title:before{height:2.5rem;width:2.5rem}@media (min-width: 1036px){.p-heading--1.p-stepped-list__title:before,.stepper .p-heading--1.stepper__title:before,h1.p-stepped-list__title:before,.stepper h1.stepper__title:before{height:3rem;width:3rem}}.p-heading--1.p-stepped-list__title+.p-stepped-list__content,.stepper .p-heading--1.stepper__title+.p-stepped-list__content,h1.p-stepped-list__title+.p-stepped-list__content,.stepper h1.stepper__title+.p-stepped-list__content{margin-left:4rem}@media (min-width: 1036px){.p-heading--1.p-stepped-list__title+.p-stepped-list__content,.stepper .p-heading--1.stepper__title+.p-stepped-list__content,h1.p-stepped-list__title+.p-stepped-list__content,.stepper h1.stepper__title+.p-stepped-list__content{margin-left:4.5rem}}@media (min-width: 1036px){.p-stepped-list--detailed .p-stepped-list__title+.p-stepped-list__content,.p-stepped-list--detailed .stepper .stepper__title+.p-stepped-list__content,.stepper .p-stepped-list--detailed .stepper__title+.p-stepped-list__content{margin-left:0}}.stepper{margin-bottom:.75rem}.stepper .stepper__item{padding-bottom:.25rem;width:auto}.stepper .stepper__item:not(:last-of-type){margin-right:2.5rem}.stepper .stepper__title{margin-bottom:.25rem;padding-left:2rem}.stepper .stepper__title:before{content:counter(li);border-radius:50%;text-align:center;background-color:#f7f7f7;height:1.5rem;transition-duration:.5s;transition-property:background-color;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.stepper .stepper__title--is-active:before{background-color:#111;color:#fff}.stepper .stepper__title--is-complete:before{content:""}.stepper .stepper__title--is-complete:after{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23111' fill-rule='nonzero' d='M11.919 3.524l1.207.89L6.654 13.2 2.994 9.32l1.092-1.03 2.426 2.571z'/%3E%3C/svg%3E");background-size:contain;height:1rem;width:1rem;content:"";left:3px;position:absolute;top:10px}small,.p-text--small{font-size:.875rem;line-height:1.25rem;margin-bottom:.95rem;padding-top:.05rem}@media (min-width: 1681px){small,.p-text--small{padding-top:.05rem}}fieldset{background-color:#fff;color:#000}.p-button--link.u-no-margin--bottom,.u-no-margin--bottom.file-upload__button,h5.u-no-margin--bottom,h6.u-no-margin--bottom,p.u-no-margin--bottom,.u-no-margin--bottom.p-text--small-caps,.u-no-margin--bottom.p-text--x-small-capitalised{margin-bottom:.1rem!important}small.u-no-margin--bottom,.u-no-margin--bottom.p-text--small,.u-no-margin--bottom.p-text--x-small,thead th.u-no-margin--bottom{margin-bottom:-.05rem!important}@font-face{font-family:Ubuntu variable;font-stretch:100%;font-style:normal;font-weight:100 800;src:url(https://assets.ubuntu.com/v1/f1ea362b-Ubuntu%5Bwdth,wght%5D-latin-v0.896a.woff2) format("woff2-variations")}@font-face{font-family:Ubuntu variable;font-stretch:100%;font-style:italic;font-weight:100 800;src:url(https://assets.ubuntu.com/v1/90b59210-Ubuntu-Italic%5Bwdth,wght%5D-latin-v0.896a.woff2) format("woff2-variations")}@font-face{font-family:Ubuntu Mono variable;font-style:normal;font-weight:100 800;src:url(https://assets.ubuntu.com/v1/d5fc1819-UbuntuMono%5Bwght%5D-latin-v0.869.woff2) format("woff2-variations")}.is-dense.p-button--base,.is-dense.p-button--negative,.is-dense.p-button--positive,.is-dense.p-button--brand,.is-dense.p-button,button.is-dense{padding-bottom:calc(.15rem - 1.5px);padding-top:calc(.15rem - 1.5px)}.p-button--base,.p-button--negative,.p-button--positive,.p-button--brand,.p-button,button{transition-duration:.1s;transition-property:background-color,border-color;transition-timing-function:cubic-bezier(.55,.055,.675,.19);border-style:solid;border-width:1.5px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:400;justify-content:center;line-height:1.5rem;margin:0 1rem 1.2rem 0;padding:calc(.4rem - 1px) 1rem;text-align:center;text-decoration:none}.p-button--base:focus,.p-button--negative:focus,.p-button--positive:focus,.p-button--brand:focus,.p-button:focus,button:focus{outline:.1875rem solid #2e96ff;outline-offset:-.1875rem}.p-button--base:focus-visible,.p-button--negative:focus-visible,.p-button--positive:focus-visible,.p-button--brand:focus-visible,.p-button:focus-visible,button:focus-visible{outline:.1875rem solid #2e96ff;outline-offset:-.1875rem}.p-button--base:focus:not(:focus-visible),.p-button--negative:focus:not(:focus-visible),.p-button--positive:focus:not(:focus-visible),.p-button--brand:focus:not(:focus-visible),.p-button:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:0;outline-offset:0}.p-button--base:active,.p-button--negative:active,.p-button--positive:active,.p-button--brand:active,.p-button:active,button:active,.p-button--base:focus,.p-button--negative:focus,.p-button--positive:focus,.p-button--brand:focus,.p-button:focus,button:focus,.p-button--base:hover,.p-button--negative:hover,.p-button--positive:hover,.p-button--brand:hover,.p-button:hover,button:hover{text-decoration:none}.p-button--base:disabled,.p-button--negative:disabled,.p-button--positive:disabled,.p-button--brand:disabled,.p-button:disabled,button:disabled,.is-disabled.p-button--base,.is-disabled.p-button--negative,.is-disabled.p-button--positive,.is-disabled.p-button--brand,.is-disabled.p-button,button.is-disabled{cursor:not-allowed;opacity:.33}.p-button--base:last-child,.p-button--negative:last-child,.p-button--positive:last-child,.p-button--brand:last-child,.p-button:last-child,button:last-child{margin-right:0}.is-dense.p-button--base,.is-dense.p-button--negative,.is-dense.p-button--positive,.is-dense.p-button--brand,.is-dense.p-button,button.is-dense{margin-bottom:.1rem}.is-small.p-button--base,.is-small.p-button--negative,.is-small.p-button--positive,.is-small.p-button--brand,.is-small.p-button,button.is-small{font-size:.875rem;line-height:1.25rem;margin-bottom:.7rem;padding:calc(.05rem - 1.5px) .5rem}.is-small.is-dense.p-button--base,.is-small.is-dense.p-button--negative,.is-small.is-dense.p-button--positive,.is-small.is-dense.p-button--brand,.is-small.is-dense.p-button,button.is-small.is-dense{margin-bottom:.1rem;padding-bottom:calc(.15rem - 1.5px);padding-top:calc(.15rem - 1.5px)}p .p-button--base,p .p-button--negative,p .p-button--positive,p .p-button--brand,p .p-button,p button{margin-bottom:.6rem;margin-top:-.4rem}p+p>.p-button--base,p+p>.p-button--negative,p+p>.p-button--positive,p+p>.p-button--brand,p+p>.p-button,p+p>button{margin-top:.1rem}.p-button--negative .p-icon--success,.p-button--positive .p-icon--success,.p-button--brand .p-icon--success{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='nonzero'%3E%3Cpath fill='%23fff' d='M8 1a7 7 0 110 14A7 7 0 018 1zm2.83 3.502L6.863 9.884 5.174 8.096l-1.09 1.03 2.92 3.096 5.034-6.83-1.208-.89z'/%3E%3Cpath fill='transparent' d='M10.83 4.502l1.208.89-5.033 6.83-2.922-3.096 1.091-1.03 1.689 1.789z'/%3E%3C/g%3E%3C/svg%3E")}[class*=p-button].has-icon [class*=p-icon]{margin-left:.5rem;margin-right:.5rem}[class*=p-button].has-icon [class*=p-icon]:first-child{margin-left:-.5rem}[class*=p-button].has-icon [class*=p-icon]:last-child{margin-right:-.5rem}[type=file],textarea,[type=text],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=time],[type=week],[type=number],[type=search],[type=password],[type=email],[type=url],[type=tel],select{padding-bottom:calc(.4rem - 1px);padding-top:calc(.4rem - 1px)}textarea,[type=text],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=time],[type=week],[type=number],[type=search],[type=password],[type=email],[type=url],[type=tel],select{transition-duration:.165s;transition-property:background-color;transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background-color:var(--vf-color-background-inputs);border:0 solid transparent;border-bottom:1.5px solid var(--vf-color-border-high-contrast);border-radius:0;color:var(--vf-color-text-default);font-family:Ubuntu variable,Ubuntu,-apple-system,Segoe UI,Roboto,Oxygen,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:400;line-height:1.5rem;margin-bottom:1.2rem;min-width:8em;padding-left:.5rem;padding-right:.5rem;vertical-align:baseline;width:100%}textarea:focus,[type=text]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=time]:focus,[type=week]:focus,[type=number]:focus,[type=search]:focus,[type=password]:focus,[type=email]:focus,[type=url]:focus,[type=tel]:focus,select:focus{outline:.1875rem solid #2e96ff;outline-offset:-.1875rem}textarea:focus-visible,[type=text]:focus-visible,[type=date]:focus-visible,[type=datetime]:focus-visible,[type=datetime-local]:focus-visible,[type=month]:focus-visible,[type=time]:focus-visible,[type=week]:focus-visible,[type=number]:focus-visible,[type=search]:focus-visible,[type=password]:focus-visible,[type=email]:focus-visible,[type=url]:focus-visible,[type=tel]:focus-visible,select:focus-visible{outline:.1875rem solid #2e96ff;outline-offset:-.1875rem}textarea:focus:not(:focus-visible),[type=text]:focus:not(:focus-visible),[type=date]:focus:not(:focus-visible),[type=datetime]:focus:not(:focus-visible),[type=datetime-local]:focus:not(:focus-visible),[type=month]:focus:not(:focus-visible),[type=time]:focus:not(:focus-visible),[type=week]:focus:not(:focus-visible),[type=number]:focus:not(:focus-visible),[type=search]:focus:not(:focus-visible),[type=password]:focus:not(:focus-visible),[type=email]:focus:not(:focus-visible),[type=url]:focus:not(:focus-visible),[type=tel]:focus:not(:focus-visible),select:focus:not(:focus-visible){outline:0;outline-offset:0}.is-error textarea:focus,.is-error [type=text]:focus,.is-error [type=date]:focus,.is-error [type=datetime]:focus,.is-error [type=datetime-local]:focus,.is-error [type=month]:focus,.is-error [type=time]:focus,.is-error [type=week]:focus,.is-error [type=number]:focus,.is-error [type=search]:focus,.is-error [type=password]:focus,.is-error [type=email]:focus,.is-error [type=url]:focus,.is-error [type=tel]:focus,.is-error select:focus{outline-color:#c7162b}.is-caution textarea:focus,.is-caution [type=text]:focus,.is-caution [type=date]:focus,.is-caution [type=datetime]:focus,.is-caution [type=datetime-local]:focus,.is-caution [type=month]:focus,.is-caution [type=time]:focus,.is-caution [type=week]:focus,.is-caution [type=number]:focus,.is-caution [type=search]:focus,.is-caution [type=password]:focus,.is-caution [type=email]:focus,.is-caution [type=url]:focus,.is-caution [type=tel]:focus,.is-caution select:focus{outline-color:#cc7900}.is-success textarea:focus,.is-success [type=text]:focus,.is-success [type=date]:focus,.is-success [type=datetime]:focus,.is-success [type=datetime-local]:focus,.is-success [type=month]:focus,.is-success [type=time]:focus,.is-success [type=week]:focus,.is-success [type=number]:focus,.is-success [type=search]:focus,.is-success [type=password]:focus,.is-success [type=email]:focus,.is-success [type=url]:focus,.is-success [type=tel]:focus,.is-success select:focus{outline-color:#0e8420}textarea:hover,[type=text]:hover,[type=date]:hover,[type=datetime]:hover,[type=datetime-local]:hover,[type=month]:hover,[type=time]:hover,[type=week]:hover,[type=number]:hover,[type=search]:hover,[type=password]:hover,[type=email]:hover,[type=url]:hover,[type=tel]:hover,select:hover{background-color:var(--vf-color-background-hover)}textarea:active,[type=text]:active,[type=date]:active,[type=datetime]:active,[type=datetime-local]:active,[type=month]:active,[type=time]:active,[type=week]:active,[type=number]:active,[type=search]:active,[type=password]:active,[type=email]:active,[type=url]:active,[type=tel]:active,select:active,textarea:focus,[type=text]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=time]:focus,[type=week]:focus,[type=number]:focus,[type=search]:focus,[type=password]:focus,[type=email]:focus,[type=url]:focus,[type=tel]:focus,select:focus{background-color:var(--vf-color-background-active)}textarea option,[type=text] option,[type=date] option,[type=datetime] option,[type=datetime-local] option,[type=month] option,[type=time] option,[type=week] option,[type=number] option,[type=search] option,[type=password] option,[type=email] option,[type=url] option,[type=tel] option,select option{background-color:var(--vf-color-background-alt);color:var(--vf-color-text-default)}textarea option:checked:not(:disabled),[type=text] option:checked:not(:disabled),[type=date] option:checked:not(:disabled),[type=datetime] option:checked:not(:disabled),[type=datetime-local] option:checked:not(:disabled),[type=month] option:checked:not(:disabled),[type=time] option:checked:not(:disabled),[type=week] option:checked:not(:disabled),[type=number] option:checked:not(:disabled),[type=search] option:checked:not(:disabled),[type=password] option:checked:not(:disabled),[type=email] option:checked:not(:disabled),[type=url] option:checked:not(:disabled),[type=tel] option:checked:not(:disabled),select option:checked:not(:disabled){background-color:var(--vf-color-background-active)}textarea::placeholder,[type=text]::placeholder,[type=date]::placeholder,[type=datetime]::placeholder,[type=datetime-local]::placeholder,[type=month]::placeholder,[type=time]::placeholder,[type=week]::placeholder,[type=number]::placeholder,[type=search]::placeholder,[type=password]::placeholder,[type=email]::placeholder,[type=url]::placeholder,[type=tel]::placeholder,select::placeholder{color:var(--vf-color-text-muted)}textarea.is-dense,.is-dense[type=text],.is-dense[type=date],.is-dense[type=datetime],.is-dense[type=datetime-local],.is-dense[type=month],.is-dense[type=time],.is-dense[type=week],.is-dense[type=number],.is-dense[type=search],.is-dense[type=password],.is-dense[type=email],.is-dense[type=url],.is-dense[type=tel],select.is-dense{margin:0 0 .1rem;padding-bottom:calc(.15rem - 1.5px);padding-top:calc(.15rem - 1.5px)}textarea.has-error,.has-error[type=text],.has-error[type=date],.has-error[type=datetime],.has-error[type=datetime-local],.has-error[type=month],.has-error[type=time],.has-error[type=week],.has-error[type=number],.has-error[type=search],.has-error[type=password],.has-error[type=email],.has-error[type=url],.has-error[type=tel],select.has-error{border:1.5px solid #c7162b}textarea.has-caution,.has-caution[type=text],.has-caution[type=date],.has-caution[type=datetime],.has-caution[type=datetime-local],.has-caution[type=month],.has-caution[type=time],.has-caution[type=week],.has-caution[type=number],.has-caution[type=search],.has-caution[type=password],.has-caution[type=email],.has-caution[type=url],.has-caution[type=tel],select.has-caution{border:1.5px solid #cc7900}textarea.has-success,.has-success[type=text],.has-success[type=date],.has-success[type=datetime],.has-success[type=datetime-local],.has-success[type=month],.has-success[type=time],.has-success[type=week],.has-success[type=number],.has-success[type=search],.has-success[type=password],.has-success[type=email],.has-success[type=url],.has-success[type=tel],select.has-success{border:1.5px solid #0e8420}textarea.has-information,.has-information[type=text],.has-information[type=date],.has-information[type=datetime],.has-information[type=datetime-local],.has-information[type=month],.has-information[type=time],.has-information[type=week],.has-information[type=number],.has-information[type=search],.has-information[type=password],.has-information[type=email],.has-information[type=url],.has-information[type=tel],select.has-information{border:1.5px solid #24598f}textarea[disabled],[disabled][type=text],[disabled][type=date],[disabled][type=datetime],[disabled][type=datetime-local],[disabled][type=month],[disabled][type=time],[disabled][type=week],[disabled][type=number],[disabled][type=search],[disabled][type=password],[disabled][type=email],[disabled][type=url],[disabled][type=tel],select[disabled],textarea[disabled=disabled],[disabled=disabled][type=text],[disabled=disabled][type=date],[disabled=disabled][type=datetime],[disabled=disabled][type=datetime-local],[disabled=disabled][type=month],[disabled=disabled][type=time],[disabled=disabled][type=week],[disabled=disabled][type=number],[disabled=disabled][type=search],[disabled=disabled][type=password],[disabled=disabled][type=email],[disabled=disabled][type=url],[disabled=disabled][type=tel],select[disabled=disabled]{cursor:not-allowed;opacity:.33}textarea[readonly],[readonly][type=text],[readonly][type=date],[readonly][type=datetime],[readonly][type=datetime-local],[readonly][type=month],[readonly][type=time],[readonly][type=week],[readonly][type=number],[readonly][type=search],[readonly][type=password],[readonly][type=email],[readonly][type=url],[readonly][type=tel],select[readonly],textarea[readonly=readonly],[readonly=readonly][type=text],[readonly=readonly][type=date],[readonly=readonly][type=datetime],[readonly=readonly][type=datetime-local],[readonly=readonly][type=month],[readonly=readonly][type=time],[readonly=readonly][type=week],[readonly=readonly][type=number],[readonly=readonly][type=search],[readonly=readonly][type=password],[readonly=readonly][type=email],[readonly=readonly][type=url],[readonly=readonly][type=tel],select[readonly=readonly]{color:var(--vf-color-text-muted);cursor:default}select{background-image:var(--vf-theme-light, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23000' d='M8.187 11.748l6.187-6.187-1.06-1.061-5.127 5.127L3.061 4.5 2 5.561z'/%3E%3C/svg%3E")) var(--vf-theme-dark, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='hsl(0%2C0%%2C100%)' d='M8.187 11.748l6.187-6.187-1.06-1.061-5.127 5.127L3.061 4.5 2 5.561z'/%3E%3C/svg%3E"));-moz-appearance:none;-webkit-appearance:none;appearance:none;background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;box-shadow:none;min-height:1.5rem;padding-right:2rem;text-indent:.01px;text-overflow:""}.p-button--link,.file-upload__button,a{color:var(--vf-color-link-default);text-decoration:none}.p-button--link:focus,.file-upload__button:focus,a:focus{outline:.1875rem solid #2e96ff;outline-offset:-.1875rem}.p-button--link:focus-visible,.file-upload__button:focus-visible,a:focus-visible{outline:.1875rem solid #2e96ff;outline-offset:-.1875rem}.p-button--link:focus:not(:focus-visible),.file-upload__button:focus:not(:focus-visible),a:focus:not(:focus-visible){outline:0;outline-offset:0}.p-button--link:focus,.file-upload__button:focus,a:focus{outline-offset:0}.p-button--link:hover,.file-upload__button:hover,a:hover{cursor:pointer;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.075em}.p-button--link:visited,.file-upload__button:visited,a:visited{color:var(--vf-color-link-visited)}.p-button{background-color:var(--vf-color-background-default);border-color:var(--vf-color-border-high-contrast);color:var(--vf-color-text-default)}.p-button:visited{color:var(--vf-color-text-default)}.p-button:hover{background-color:var(--vf-color-background-hover);border-color:var(--vf-color-border-high-contrast)}.p-button:active,.p-button[aria-pressed=true],.p-button[aria-selected=true],.p-button[aria-expanded=true]{background-color:var(--vf-color-background-active);border-color:var(--vf-color-border-high-contrast);transition-duration:0s}.p-button:disabled:active,.p-button:disabled[aria-pressed=true],.p-button:disabled[aria-selected=true],.p-button:disabled[aria-expanded=true],.p-button:disabled:hover,.p-button.is-disabled:active,.p-button.is-disabled[aria-pressed=true],.p-button.is-disabled[aria-selected=true],.p-button.is-disabled[aria-expanded=true],.p-button.is-disabled:hover{background-color:transparent;border-color:var(--vf-color-border-high-contrast)}.p-button--brand{background-color:#e95420;border-color:#e95420;color:#fff}.p-button--brand:visited{color:#fff}.p-button--brand:hover{background-color:#da4816;border-color:#da4816}.p-button--brand:active,[aria-pressed=true].p-button--brand,[aria-selected=true].p-button--brand,[aria-expanded=true].p-button--brand{background-color:#cc4414;border-color:#cc4414;transition-duration:0s}.p-button--brand:disabled:active,.p-button--brand:disabled[aria-pressed=true],.p-button--brand:disabled[aria-selected=true],.p-button--brand:disabled[aria-expanded=true],.p-button--brand:disabled:hover,.is-disabled.p-button--brand:active,.is-disabled[aria-pressed=true].p-button--brand,.is-disabled[aria-selected=true].p-button--brand,.is-disabled[aria-expanded=true].p-button--brand,.is-disabled.p-button--brand:hover{background-color:#e95420;border-color:#e95420}.p-button--brand.is-dark{background-color:#e95420;border-color:#e95420;color:#fff}.p-button--brand.is-dark:visited{color:#fff}.p-button--brand.is-dark:hover{background-color:#da4816;border-color:#da4816}.p-button--brand.is-dark:active,[aria-pressed=true].p-button--brand.is-dark,[aria-selected=true].p-button--brand.is-dark,[aria-expanded=true].p-button--brand.is-dark{background-color:#cc4414;border-color:#cc4414;transition-duration:0s}.p-button--brand.is-dark:disabled:active,.p-button--brand.is-dark:disabled[aria-pressed=true],.p-button--brand.is-dark:disabled[aria-selected=true],.p-button--brand.is-dark:disabled[aria-expanded=true],.p-button--brand.is-dark:disabled:hover,.is-disabled.p-button--brand.is-dark:active,.is-disabled[aria-pressed=true].p-button--brand.is-dark,.is-disabled[aria-selected=true].p-button--brand.is-dark,.is-disabled[aria-expanded=true].p-button--brand.is-dark,.is-disabled.p-button--brand.is-dark:hover{background-color:#e95420;border-color:#e95420}.p-button--positive{background-color:var(--vf-color-button-positive-default);border-color:var(--vf-color-button-positive-default);color:var(--vf-color-button-positive-text)}.p-button--positive:visited{color:var(--vf-color-button-positive-text)}.p-button--positive:hover{background-color:var(--vf-color-button-positive-hover);border-color:var(--vf-color-button-positive-hover)}.p-button--positive:active,.p-button--positive[aria-pressed=true],.p-button--positive[aria-selected=true],.p-button--positive[aria-expanded=true]{background-color:var(--vf-color-button-positive-active);border-color:var(--vf-color-button-positive-active);transition-duration:0s}.p-button--positive:disabled:active,.p-button--positive:disabled[aria-pressed=true],.p-button--positive:disabled[aria-selected=true],.p-button--positive:disabled[aria-expanded=true],.p-button--positive:disabled:hover,.p-button--positive.is-disabled:active,.p-button--positive.is-disabled[aria-pressed=true],.p-button--positive.is-disabled[aria-selected=true],.p-button--positive.is-disabled[aria-expanded=true],.p-button--positive.is-disabled:hover{background-color:var(--vf-color-button-positive-default);border-color:var(--vf-color-button-positive-default)}.p-button--positive:focus{outline:.1875rem solid #003008;outline-offset:-.1875rem}.p-button--positive:focus-visible{outline:.1875rem solid #003008;outline-offset:-.1875rem}.p-button--positive:focus:not(:focus-visible){outline:0;outline-offset:0}.p-button--negative{background-color:var(--vf-color-button-negative-default);border-color:var(--vf-color-button-negative-default);color:var(--vf-color-button-negative-text)}.p-button--negative:visited{color:var(--vf-color-button-negative-text)}.p-button--negative:hover{background-color:var(--vf-color-button-negative-hover);border-color:var(--vf-color-button-negative-hover)}.p-button--negative:active,.p-button--negative[aria-pressed=true],.p-button--negative[aria-selected=true],.p-button--negative[aria-expanded=true]{background-color:var(--vf-color-button-negative-active);border-color:var(--vf-color-button-negative-active);transition-duration:0s}.p-button--negative:disabled:active,.p-button--negative:disabled[aria-pressed=true],.p-button--negative:disabled[aria-selected=true],.p-button--negative:disabled[aria-expanded=true],.p-button--negative:disabled:hover,.p-button--negative.is-disabled:active,.p-button--negative.is-disabled[aria-pressed=true],.p-button--negative.is-disabled[aria-selected=true],.p-button--negative.is-disabled[aria-expanded=true],.p-button--negative.is-disabled:hover{background-color:var(--vf-color-button-negative-default);border-color:var(--vf-color-button-negative-default)}.p-button--base{background-color:transparent;border-color:transparent;color:var(--vf-color-text-default)}.p-button--base:visited{color:var(--vf-color-text-default)}.p-button--base:hover{background-color:var(--vf-color-background-hover);border-color:transparent}.p-button--base:active,.p-button--base[aria-pressed=true],.p-button--base[aria-selected=true],.p-button--base[aria-expanded=true]{background-color:var(--vf-color-background-active);border-color:transparent;transition-duration:0s}.p-button--base:disabled:active,.p-button--base:disabled[aria-pressed=true],.p-button--base:disabled[aria-selected=true],.p-button--base:disabled[aria-expanded=true],.p-button--base:disabled:hover,.p-button--base.is-disabled:active,.p-button--base.is-disabled[aria-pressed=true],.p-button--base.is-disabled[aria-selected=true],.p-button--base.is-disabled[aria-expanded=true],.p-button--base.is-disabled:hover{background-color:transparent;border-color:transparent}.p-button--link,.file-upload__button{background-color:transparent;border:none;border-radius:0;margin-right:0;padding-bottom:0;padding-left:0;padding-right:0}p .p-button--link,p .file-upload__button{margin-bottom:0;padding-top:0}.p-button--link:hover,.file-upload__button:hover{background:transparent}[class*=p-button].is-inline{margin-left:1rem}[class*=p-button].is-processing{opacity:1!important}.file-upload__wrapper{padding-bottom:.75rem}.file-upload{transition-duration:.165s;transition-property:border;transition-timing-function:cubic-bezier(.215,.61,.355,1);border:.125rem solid transparent}.file-upload:hover{border:.125rem solid #06c}.file-upload__button{text-align:left;width:100%;padding:.25rem .5rem 1.5rem;margin-bottom:0;border:.0625rem dashed #d9d9d9}.file-upload__button:hover{border-color:transparent}.file-upload__file{display:inline-flex;justify-content:space-between;align-items:center;padding-left:.5rem;background-color:#f7f7f7;opacity:.75;height:2.25rem;width:100%;margin-bottom:1rem}.file-upload__file.is-rejected{background-color:#f8e9e8}.file-upload__files-list{max-height:15.25rem;overflow-y:auto}.file-upload__file-remove-button{margin-bottom:0}.is-error .file-upload{border:.0625rem dashed #c7162b}.is-error .file-upload__button{background-color:#f8e9e8}hr.is-fixed-width{margin-left:auto;margin-right:auto;max-width:78rem;width:calc(100% - 2rem)}@media (min-width: 620px){hr.is-fixed-width{max-width:77rem;width:calc(100% - 3rem)}}.row hr.is-fixed-width,.u-fixed-width hr.is-fixed-width{width:100%}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}h3.is-accent,h4.is-accent,h1.is-accent,h2.is-accent{color:#0f95a1}h6,h5,h4,h3,h2,h1{font-style:normal;margin-top:0;max-width:40em}h1,h2{font-size:2rem;font-weight:550;line-height:2.5rem;margin-bottom:.95rem;padding-top:.55rem}@media (min-width: 1036px){h1,h2{font-size:2.5rem;line-height:3rem;margin-bottom:.95rem;padding-top:.55rem}}h1:not(.u-no-margin):not(.u-no-margin--bottom)+h1,h2:not(.u-no-margin):not(.u-no-margin--bottom)+h1,h1:not(.u-no-margin):not(.u-no-margin--bottom)+h2,h2:not(.u-no-margin):not(.u-no-margin--bottom)+h2{margin-top:-1.5rem}@media (min-width: 1036px){h1:not(.u-no-margin):not(.u-no-margin--bottom)+h1,h2:not(.u-no-margin):not(.u-no-margin--bottom)+h1,h1:not(.u-no-margin):not(.u-no-margin--bottom)+h2,h2:not(.u-no-margin):not(.u-no-margin--bottom)+h2{margin-top:-1.5rem}}h2{font-weight:180}h3,h4{font-size:1.5rem;font-weight:550;line-height:2rem;margin-bottom:1.05rem;padding-top:.45rem}@media (min-width: 1036px){h3,h4{font-size:1.5rem;line-height:2rem;margin-bottom:1.05rem;padding-top:.45rem}}h3:not(.u-no-margin):not(.u-no-margin--bottom)+h3,h4:not(.u-no-margin):not(.u-no-margin--bottom)+h3,h3:not(.u-no-margin):not(.u-no-margin--bottom)+h4,h4:not(.u-no-margin):not(.u-no-margin--bottom)+h4{margin-top:-1.5rem}@media (min-width: 1036px){h3:not(.u-no-margin):not(.u-no-margin--bottom)+h3,h4:not(.u-no-margin):not(.u-no-margin--bottom)+h3,h3:not(.u-no-margin):not(.u-no-margin--bottom)+h4,h4:not(.u-no-margin):not(.u-no-margin--bottom)+h4{margin-top:-1.5rem}}h4{font-weight:275}h5,h6{font-size:1rem;font-weight:550;line-height:1.5rem;margin-bottom:1.1rem;padding-top:.4rem}h5:not(.u-no-margin):not(.u-no-margin--bottom)+h5,h6:not(.u-no-margin):not(.u-no-margin--bottom)+h5,h5:not(.u-no-margin):not(.u-no-margin--bottom)+h6,h6:not(.u-no-margin):not(.u-no-margin--bottom)+h6{margin-top:-1.5rem}h6{font-style:italic;font-weight:400}@media (min-width: 1681px){h6{padding-top:.4rem}}summary,p,dt,dd,cite,.p-text--default,.p-text--small-caps,.p-text--x-small-capitalised{line-height:1.5rem;margin-top:0;padding-top:.4rem}dt,dd,cite,.p-text--default,.p-text--small-caps,.p-text--x-small-capitalised{font-size:1rem;font-weight:400;margin-bottom:.1rem}p{margin-bottom:1.1rem}p:not([class*=p-heading--]):not([class*=p-muted-heading])+p{margin-top:-.5rem}.multi-select__dropdown-item-description,small,.p-text--small{font-size:.875rem;line-height:1.25rem;margin-bottom:.95rem;padding-top:.05rem}@media (min-width: 1681px){.multi-select__dropdown-item-description,small,.p-text--small{padding-top:.05rem}}.p-text--x-small,thead th{font-size:.75rem;font-weight:550;line-height:1rem;margin-bottom:.75rem;padding-top:.25rem}@media (min-width: 1681px){.p-text--x-small,thead th{padding-top:.25rem}}.p-text--small-caps,.p-text--x-small-capitalised{font-variant-caps:all-small-caps;font-variant-numeric:oldstyle-nums;letter-spacing:.05em;margin-bottom:.6rem}.u-align-text--x-small-to-default.p-text--small-caps,.u-align-text--x-small-to-default.p-text--x-small-capitalised{padding-top:.4rem}thead th{text-transform:uppercase}dt,b,strong{font-weight:550}p:not([class*=p-heading--]):not([class*=p-muted-heading])+h1,p:not([class*=p-heading--]):not([class*=p-muted-heading])+.p-heading--1{padding-top:2.05rem}@media (min-width: 1036px){p:not([class*=p-heading--]):not([class*=p-muted-heading])+h1,p:not([class*=p-heading--]):not([class*=p-muted-heading])+.p-heading--1{padding-top:2.05rem}}p:not([class*=p-heading--]):not([class*=p-muted-heading])+h2,p:not([class*=p-heading--]):not([class*=p-muted-heading])+.p-heading--2{padding-top:2.05rem}@media (min-width: 1036px){p:not([class*=p-heading--]):not([class*=p-muted-heading])+h2,p:not([class*=p-heading--]):not([class*=p-muted-heading])+.p-heading--2{padding-top:2.05rem}}p:not([class*=p-heading--]):not([class*=p-muted-heading])+h3,p:not([class*=p-heading--]):not([class*=p-muted-heading])+.p-heading--3{padding-top:1.95rem}@media (min-width: 1036px){p:not([class*=p-heading--]):not([class*=p-muted-heading])+h3,p:not([class*=p-heading--]):not([class*=p-muted-heading])+.p-heading--3{padding-top:1.95rem}}p:not([class*=p-heading--]):not([class*=p-muted-heading])+h4,p:not([class*=p-heading--]):not([class*=p-muted-heading])+.p-heading--4{padding-top:1.95rem}@media (min-width: 1036px){p:not([class*=p-heading--]):not([class*=p-muted-heading])+h4,p:not([class*=p-heading--]):not([class*=p-muted-heading])+.p-heading--4{padding-top:1.95rem}}p:not([class*=p-heading--]):not([class*=p-muted-heading])+h5,p:not([class*=p-heading--]):not([class*=p-muted-heading])+.p-heading--5,p:not([class*=p-heading--]):not([class*=p-muted-heading])+h6,p:not([class*=p-heading--]):not([class*=p-muted-heading])+.p-heading--6{padding-top:1.9rem}p:not([class*=p-heading--]):not([class*=p-muted-heading])+.p-muted-heading{padding-top:1.55rem}.multi-select__dropdown{box-shadow:0 1px 1px #00000026,0 2px 2px -1px #00000026,0 0 3px #0003}fieldset{border:1.5px solid #d9d9d9}.multi-select__dropdown,fieldset{background-color:#fff;color:#000}fieldset{overflow:auto;padding:1rem}fieldset{margin-bottom:1.5rem;overflow:auto;padding:1rem}td,th{padding-bottom:.5rem;padding-top:calc(.5rem - 1px)}.multi-select__dropdown-list,.p-list--divided,.p-list,.p-list__item.is-crossed:before,.p-list__item.is-ticked:before{list-style:none;margin-left:0;padding-left:0}hr{border:0;height:1px;margin-top:0;position:relative;width:100%}button.multi-select__select-button:after{overflow:hidden;text-indent:110vw;white-space:nowrap}.p-stepped-list:after,.p-list:after{clear:both;content:"";display:block}h1.u-no-margin--bottom,h2.u-no-margin--bottom{margin-bottom:-.55rem!important}@media (min-width: 1036px){h1.u-no-margin--bottom,h2.u-no-margin--bottom{margin-bottom:-.55rem!important}}@media (min-width: 1681px){h1.u-no-margin--bottom,h2.u-no-margin--bottom{margin-bottom:-.55rem!important}}h3.u-no-margin--bottom,h4.u-no-margin--bottom{margin-bottom:.05rem!important}@media (min-width: 1036px){h3.u-no-margin--bottom,h4.u-no-margin--bottom{margin-bottom:-.45rem!important}}h5.u-no-margin--bottom,h6.u-no-margin--bottom,p.u-no-margin--bottom,.u-no-margin--bottom.p-text--small-caps,.u-no-margin--bottom.p-text--x-small-capitalised{margin-bottom:.1rem!important}.u-no-margin--bottom.multi-select__dropdown-item-description,small.u-no-margin--bottom,.u-no-margin--bottom.p-text--small,.u-no-margin--bottom.p-text--x-small,thead th.u-no-margin--bottom{margin-bottom:-.05rem!important}hr.u-no-margin--bottom{margin-bottom:-1px!important;z-index:2}button.multi-select__select-button:after{background-size:contain;height:1rem;width:1rem;background-position:center;background-repeat:no-repeat;display:inline-block;font-size:inherit;margin:0;padding:0;position:relative;vertical-align:calc(.5px + .3465em - .5rem)}:root{--vf-FLAG-ON: initial;--vf-FLAG-OFF: }:root,.is-light{--vf-theme-light: var(--vf-FLAG-ON);--vf-theme-dark: var(--vf-FLAG-OFF);--vf-color-text-default: #000;--vf-color-text-muted: rgba(0, 0, 0, .6);--vf-color-text-inactive: rgba(0, 0, 0, .75);--vf-color-link-default: #06c;--vf-color-link-visited: #7d42b8;--vf-color-background-default: #fff;--vf-color-background-alt: #f7f7f7;--vf-color-background-code: rgba(0, 0, 0, .03);--vf-color-background-inputs: whitesmoke;--vf-color-background-active: #ebebeb;--vf-color-background-hover: #f2f2f2;--vf-color-background-overlay: rgba(17, 17, 17, .85);--vf-color-border-default: rgba(0, 0, 0, .2);--vf-color-border-high-contrast: rgba(0, 0, 0, .56);--vf-color-border-low-contrast: rgba(0, 0, 0, .1);--vf-color-border-neutral: rgba(0, 0, 0, .56);--vf-color-border-positive: #0e8420;--vf-color-border-negative: #c7162b;--vf-color-border-information: #24598f;--vf-color-border-caution: #cc7900;--vf-color-background-neutral-default: #f2f2f2;--vf-color-background-neutral-hover: #e5e5e5;--vf-color-background-neutral-active: #dedede;--vf-color-background-positive-default: hsla(129, 90%, 39%, .1);--vf-color-background-positive-hover: hsl(129deg 100% 39%/15%);--vf-color-background-positive-active: hsl(129deg 100% 39%/18%);--vf-color-background-caution-default: hsla(27, 100%, 39%, .1);--vf-color-background-caution-hover: hsl(27deg 100% 39%/15%);--vf-color-background-caution-active: hsl(27deg 100% 39%/18%);--vf-color-background-negative-default: hsla(354, 100%, 39%, .1);--vf-color-background-negative-hover: hsl(354deg 100% 39%/15%);--vf-color-background-negative-active: hsl(354deg 100% 39%/18%);--vf-color-background-information-default: hsla(210, 100%, 39%, .1);--vf-color-background-information-hover: hsl(210deg 100% 39%/15%);--vf-color-background-information-active: hsl(210deg 100% 39%/18%);--vf-color-button-positive-default: #0e8420;--vf-color-button-positive-hover: #0c6d1a;--vf-color-button-positive-active: #0a5f17;--vf-color-button-positive-text: hsl(0, 0%, 100%);--vf-color-button-negative-default: #c7162b;--vf-color-button-negative-hover: #b01326;--vf-color-button-negative-active: #a21223;--vf-color-button-negative-text: hsl(0, 0%, 100%)}.is-dark{--vf-theme-light: var(--vf-FLAG-OFF);--vf-theme-dark: var(--vf-FLAG-ON);--vf-color-text-default: hsl(0, 0%, 100%);--vf-color-text-muted: rgba(255, 255, 255, .6);--vf-color-text-inactive: rgba(255, 255, 255, .75);--vf-color-link-default: #69c;--vf-color-link-visited: #a679d2;--vf-color-background-default: #262626;--vf-color-background-alt: #2d2d2d;--vf-color-background-code: rgba(255, 255, 255, .3);--vf-color-background-inputs: rgba(255, 255, 255, .04);--vf-color-background-active: rgba(255, 255, 255, .08);--vf-color-background-hover: rgba(255, 255, 255, .05);--vf-color-background-overlay: rgba(17, 17, 17, .85);--vf-color-border-default: rgba(255, 255, 255, .3);--vf-color-border-high-contrast: rgba(255, 255, 255, .5);--vf-color-border-low-contrast: rgba(255, 255, 255, .05);--vf-color-border-neutral: hsl(0, 0%, 65%);--vf-color-border-positive: #62a36c;--vf-color-border-negative: #d17b85;--vf-color-border-information: hsl(210, 80%, 65%);--vf-color-border-caution: #c48831;--vf-color-background-neutral-default: rgba(255, 255, 255, .15);--vf-color-background-neutral-hover: rgba(255, 255, 255, .2);--vf-color-background-neutral-active: rgba(255, 255, 255, .25);--vf-color-background-positive-default: hsla(129, 90%, 39%, .2);--vf-color-background-positive-hover: hsl(129deg 100% 39%/30%);--vf-color-background-positive-active: hsl(129deg 100% 39%/36%);--vf-color-background-caution-default: hsla(27, 100%, 50%, .2);--vf-color-background-caution-hover: hsl(27deg 100% 60%/30%);--vf-color-background-caution-active: hsl(27deg 100% 50%/36%);--vf-color-background-negative-default: hsla(353, 100%, 70%, .2);--vf-color-background-negative-hover: hsl(353deg 100% 70%/30%);--vf-color-background-negative-active: hsl(353deg 100% 70%/36%);--vf-color-background-information-default: hsla(210, 100%, 50%, .2);--vf-color-background-information-hover: hsl(210deg 100% 50%/30%);--vf-color-background-information-active: hsl(210deg 100% 50%/36%);--vf-color-button-positive-default: #008013;--vf-color-button-positive-hover: #00670f;--vf-color-button-positive-active: #00570d;--vf-color-button-positive-text: hsl(0, 0%, 100%);--vf-color-button-negative-default: #a11223;--vf-color-button-negative-hover: #8a0f1e;--vf-color-button-negative-active: #7c0e1b;--vf-color-button-negative-text: hsl(0, 0%, 100%)}.is-paper{--vf-theme-light: var(--vf-FLAG-ON);--vf-theme-dark: var(--vf-FLAG-OFF);--vf-color-text-default: #000;--vf-color-text-muted: rgba(0, 0, 0, .6);--vf-color-text-inactive: rgba(0, 0, 0, .75);--vf-color-link-default: #06c;--vf-color-link-visited: #7d42b8;--vf-color-background-default: #fff;--vf-color-background-alt: #f7f7f7;--vf-color-background-code: rgba(0, 0, 0, .03);--vf-color-background-inputs: whitesmoke;--vf-color-background-active: #ebebeb;--vf-color-background-hover: #f2f2f2;--vf-color-background-overlay: rgba(17, 17, 17, .85);--vf-color-border-default: rgba(0, 0, 0, .2);--vf-color-border-high-contrast: rgba(0, 0, 0, .56);--vf-color-border-low-contrast: rgba(0, 0, 0, .1);--vf-color-border-neutral: rgba(0, 0, 0, .56);--vf-color-border-positive: #0e8420;--vf-color-border-negative: #c7162b;--vf-color-border-information: #24598f;--vf-color-border-caution: #cc7900;--vf-color-background-neutral-default: #f2f2f2;--vf-color-background-neutral-hover: #e5e5e5;--vf-color-background-neutral-active: #dedede;--vf-color-background-positive-default: hsla(129, 90%, 39%, .1);--vf-color-background-positive-hover: hsl(129deg 100% 39%/15%);--vf-color-background-positive-active: hsl(129deg 100% 39%/18%);--vf-color-background-caution-default: hsla(27, 100%, 39%, .1);--vf-color-background-caution-hover: hsl(27deg 100% 39%/15%);--vf-color-background-caution-active: hsl(27deg 100% 39%/18%);--vf-color-background-negative-default: hsla(354, 100%, 39%, .1);--vf-color-background-negative-hover: hsl(354deg 100% 39%/15%);--vf-color-background-negative-active: hsl(354deg 100% 39%/18%);--vf-color-background-information-default: hsla(210, 100%, 39%, .1);--vf-color-background-information-hover: hsl(210deg 100% 39%/15%);--vf-color-background-information-active: hsl(210deg 100% 39%/18%);--vf-color-button-positive-default: #0e8420;--vf-color-button-positive-hover: #0c6d1a;--vf-color-button-positive-active: #0a5f17;--vf-color-button-positive-text: hsl(0, 0%, 100%);--vf-color-button-negative-default: #c7162b;--vf-color-button-negative-hover: #b01326;--vf-color-button-negative-active: #a21223;--vf-color-button-negative-text: hsl(0, 0%, 100%);--vf-color-background-default: #f3f3f3;--vf-color-background-alt: #fff;--vf-color-background-inputs: rgba(0, 0, 0, .04);--vf-color-background-active: rgba(0, 0, 0, .08);--vf-color-background-hover: rgba(0, 0, 0, .05)}body{background:var(--vf-color-background-default);color:var(--vf-color-text-default)}@font-face{font-family:Ubuntu variable;font-stretch:100%;font-style:normal;font-weight:100 800;src:url(https://assets.ubuntu.com/v1/f1ea362b-Ubuntu%5Bwdth,wght%5D-latin-v0.896a.woff2) format("woff2-variations")}@font-face{font-family:Ubuntu variable;font-stretch:100%;font-style:italic;font-weight:100 800;src:url(https://assets.ubuntu.com/v1/90b59210-Ubuntu-Italic%5Bwdth,wght%5D-latin-v0.896a.woff2) format("woff2-variations")}@font-face{font-family:Ubuntu Mono variable;font-style:normal;font-weight:100 800;src:url(https://assets.ubuntu.com/v1/d5fc1819-UbuntuMono%5Bwght%5D-latin-v0.869.woff2) format("woff2-variations")}html{color:#000;font-family:Ubuntu variable,Ubuntu,-apple-system,Segoe UI,Roboto,Oxygen,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:400;line-height:1.5rem;font-size:1rem}@media (min-width: 1681px){html{font-size:1.125rem;line-height:1.6875rem}}p{max-width:40em}small.dense,.p-text--small.dense{margin-bottom:1.2rem}.p-text--small-caps,.p-text--x-small-capitalised{font-weight:550}p:not([class*=p-heading--]):not([class*=p-muted-heading]):empty{line-height:0;margin:0;padding:0}sub,sup{line-height:0;position:relative;vertical-align:baseline}abbr[title]{border-bottom:.1em dotted;cursor:help;text-decoration:none}blockquote{border-left:2px solid var(--vf-color-border-high-contrast);margin-bottom:1.5rem;margin-left:0;margin-top:0;overflow:auto;padding-bottom:.5rem;padding-left:1.5rem}blockquote>:last-child{margin-bottom:.1rem}blockquote>cite{display:block;font-style:normal}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}button{background-color:var(--vf-color-background-default);border-color:var(--vf-color-border-high-contrast);color:var(--vf-color-text-default)}button:visited{color:var(--vf-color-text-default)}button:hover{background-color:var(--vf-color-background-hover);border-color:var(--vf-color-border-high-contrast)}button:active,button[aria-pressed=true],button[aria-selected=true],button[aria-expanded=true]{background-color:var(--vf-color-background-active);border-color:var(--vf-color-border-high-contrast);transition-duration:0s}button:disabled:active,button:disabled[aria-pressed=true],button:disabled[aria-selected=true],button:disabled[aria-expanded=true],button:disabled:hover,button.is-disabled:active,button.is-disabled[aria-pressed=true],button.is-disabled[aria-selected=true],button.is-disabled[aria-expanded=true],button.is-disabled:hover{background-color:transparent;border-color:var(--vf-color-border-high-contrast)}button.is-dense{padding-bottom:calc(.15rem - 1.5px);padding-top:calc(.15rem - 1.5px)}button{transition-duration:.1s;transition-property:background-color,border-color;transition-timing-function:cubic-bezier(.55,.055,.675,.19);border-style:solid;border-width:1.5px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:400;justify-content:center;line-height:1.5rem;margin:0 1rem 1.2rem 0;padding:calc(.4rem - 1px) 1rem;text-align:center;text-decoration:none}button:focus{outline:.1875rem solid #2e96ff;outline-offset:-.1875rem}button:focus-visible{outline:.1875rem solid #2e96ff;outline-offset:-.1875rem}button:focus:not(:focus-visible){outline:0;outline-offset:0}button:active,button:focus,button:hover{text-decoration:none}button:disabled,button.is-disabled{cursor:not-allowed;opacity:.33}button:last-child{margin-right:0}button.is-dense{margin-bottom:.1rem}button.is-small{font-size:.875rem;line-height:1.25rem;margin-bottom:.7rem;padding:calc(.05rem - 1.5px) .5rem}button.is-small.is-dense{margin-bottom:.1rem;padding-bottom:calc(.15rem - 1.5px);padding-top:calc(.15rem - 1.5px)}p button{margin-bottom:.6rem;margin-top:-.4rem}p+p>button{margin-top:.1rem}code,kbd,pre,samp{font-family:Ubuntu Mono variable,Ubuntu Mono,Consolas,Monaco,Courier,monospace;font-weight:400;text-align:left}code b,code strong,kbd b,kbd strong,pre b,pre strong,samp b,samp strong{font-weight:550}code,kbd,samp{background-color:var(--vf-color-background-code);-webkit-box-decoration-break:slice;box-decoration-break:slice;color:inherit;line-height:1.25rem;padding:calc(.25rem - 1.5px) .25rem}code,pre{direction:ltr;-webkit-hyphens:none;hyphens:none;-moz-tab-size:4;-o-tab-size:4;tab-size:4;word-spacing:normal;word-wrap:break-word}pre code{background:none;box-shadow:none;display:inline-block;line-height:1.5rem;margin-left:0;margin-right:0;padding:0}pre{background-color:var(--vf-color-background-code);color:var(--vf-color-text-default);display:block;margin-bottom:1.5rem;margin-top:0;overflow:auto;padding:.5rem 1rem;text-align:left;text-shadow:none;white-space:pre}details{margin-bottom:1.5rem;overflow:auto}summary{margin-bottom:.4rem;max-width:40em;padding-bottom:.6rem}summary:focus{outline:.1875rem solid #2e96ff;outline-offset:-.1875rem}summary:focus-visible{outline:.1875rem solid #2e96ff;outline-offset:-.1875rem}summary:focus:not(:focus-visible){outline:0;outline-offset:0}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border-radius:.1875rem;margin:.5rem 0;padding:0;width:100%}input[type=range]::-webkit-slider-runnable-track{border-radius:.1875rem;height:.1875rem}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--vf-color-background-default);border:1.5px solid var(--vf-color-border-high-contrast);border-radius:50%;box-shadow:0 0 .1875rem 1px #0003;height:1rem;margin-top:-.40625rem;width:1rem}input[type=range]::-webkit-slider-thumb:hover{cursor:pointer}input[type=range]::-moz-range-track{background:var(--vf-color-border-default);border-radius:.1875rem;height:.1875rem}input[type=range]::-moz-range-progress{background-color:var(--vf-color-link-default);border-radius:.1875rem;height:.1875rem}input[type=range]::-moz-range-thumb{background:var(--vf-color-background-default);border:1.5px solid var(--vf-color-border-high-contrast);border-radius:50%;box-shadow:0 0 .1875rem 1px #0003;height:1rem;width:1rem}input[type=range]::-moz-range-thumb:hover{cursor:pointer}input[type=range]::-moz-focus-outer{border:0}input[type=range]:focus{outline:none}input[type=range]:focus::-webkit-slider-thumb{outline:.1875rem solid #2e96ff}input[type=range]:focus::-moz-range-thumb{outline:.1875rem solid #2e96ff}input[type=range]:disabled{opacity:.5}[type=file],button.multi-select__select-button,textarea,[type=text],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=time],[type=week],[type=number],[type=search],[type=password],[type=email],[type=url],[type=tel],select{padding-bottom:calc(.4rem - 1px);padding-top:calc(.4rem - 1px)}button.multi-select__select-button,textarea,[type=text],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=time],[type=week],[type=number],[type=search],[type=password],[type=email],[type=url],[type=tel],select{transition-duration:.165s;transition-property:background-color;transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background-color:var(--vf-color-background-inputs);border:0 solid transparent;border-bottom:1.5px solid var(--vf-color-border-high-contrast);border-radius:0;color:var(--vf-color-text-default);font-family:Ubuntu variable,Ubuntu,-apple-system,Segoe UI,Roboto,Oxygen,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:400;line-height:1.5rem;margin-bottom:1.2rem;min-width:8em;padding-left:.5rem;padding-right:.5rem;vertical-align:baseline;width:100%}button.multi-select__select-button:focus,textarea:focus,[type=text]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=time]:focus,[type=week]:focus,[type=number]:focus,[type=search]:focus,[type=password]:focus,[type=email]:focus,[type=url]:focus,[type=tel]:focus,select:focus{outline:.1875rem solid #2e96ff;outline-offset:-.1875rem}button.multi-select__select-button:focus-visible,textarea:focus-visible,[type=text]:focus-visible,[type=date]:focus-visible,[type=datetime]:focus-visible,[type=datetime-local]:focus-visible,[type=month]:focus-visible,[type=time]:focus-visible,[type=week]:focus-visible,[type=number]:focus-visible,[type=search]:focus-visible,[type=password]:focus-visible,[type=email]:focus-visible,[type=url]:focus-visible,[type=tel]:focus-visible,select:focus-visible{outline:.1875rem solid #2e96ff;outline-offset:-.1875rem}button.multi-select__select-button:focus:not(:focus-visible),textarea:focus:not(:focus-visible),[type=text]:focus:not(:focus-visible),[type=date]:focus:not(:focus-visible),[type=datetime]:focus:not(:focus-visible),[type=datetime-local]:focus:not(:focus-visible),[type=month]:focus:not(:focus-visible),[type=time]:focus:not(:focus-visible),[type=week]:focus:not(:focus-visible),[type=number]:focus:not(:focus-visible),[type=search]:focus:not(:focus-visible),[type=password]:focus:not(:focus-visible),[type=email]:focus:not(:focus-visible),[type=url]:focus:not(:focus-visible),[type=tel]:focus:not(:focus-visible),select:focus:not(:focus-visible){outline:0;outline-offset:0}.is-error button.multi-select__select-button:focus,.is-error textarea:focus,.is-error [type=text]:focus,.is-error [type=date]:focus,.is-error [type=datetime]:focus,.is-error [type=datetime-local]:focus,.is-error [type=month]:focus,.is-error [type=time]:focus,.is-error [type=week]:focus,.is-error [type=number]:focus,.is-error [type=search]:focus,.is-error [type=password]:focus,.is-error [type=email]:focus,.is-error [type=url]:focus,.is-error [type=tel]:focus,.is-error select:focus{outline-color:#c7162b}.is-caution button.multi-select__select-button:focus,.is-caution textarea:focus,.is-caution [type=text]:focus,.is-caution [type=date]:focus,.is-caution [type=datetime]:focus,.is-caution [type=datetime-local]:focus,.is-caution [type=month]:focus,.is-caution [type=time]:focus,.is-caution [type=week]:focus,.is-caution [type=number]:focus,.is-caution [type=search]:focus,.is-caution [type=password]:focus,.is-caution [type=email]:focus,.is-caution [type=url]:focus,.is-caution [type=tel]:focus,.is-caution select:focus{outline-color:#cc7900}.is-success button.multi-select__select-button:focus,.is-success textarea:focus,.is-success [type=text]:focus,.is-success [type=date]:focus,.is-success [type=datetime]:focus,.is-success [type=datetime-local]:focus,.is-success [type=month]:focus,.is-success [type=time]:focus,.is-success [type=week]:focus,.is-success [type=number]:focus,.is-success [type=search]:focus,.is-success [type=password]:focus,.is-success [type=email]:focus,.is-success [type=url]:focus,.is-success [type=tel]:focus,.is-success select:focus{outline-color:#0e8420}button.multi-select__select-button:hover,textarea:hover,[type=text]:hover,[type=date]:hover,[type=datetime]:hover,[type=datetime-local]:hover,[type=month]:hover,[type=time]:hover,[type=week]:hover,[type=number]:hover,[type=search]:hover,[type=password]:hover,[type=email]:hover,[type=url]:hover,[type=tel]:hover,select:hover{background-color:var(--vf-color-background-hover)}button.multi-select__select-button:active,textarea:active,[type=text]:active,[type=date]:active,[type=datetime]:active,[type=datetime-local]:active,[type=month]:active,[type=time]:active,[type=week]:active,[type=number]:active,[type=search]:active,[type=password]:active,[type=email]:active,[type=url]:active,[type=tel]:active,select:active,button.multi-select__select-button:focus,textarea:focus,[type=text]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=time]:focus,[type=week]:focus,[type=number]:focus,[type=search]:focus,[type=password]:focus,[type=email]:focus,[type=url]:focus,[type=tel]:focus,select:focus{background-color:var(--vf-color-background-active)}button.multi-select__select-button option,textarea option,[type=text] option,[type=date] option,[type=datetime] option,[type=datetime-local] option,[type=month] option,[type=time] option,[type=week] option,[type=number] option,[type=search] option,[type=password] option,[type=email] option,[type=url] option,[type=tel] option,select option{background-color:var(--vf-color-background-alt);color:var(--vf-color-text-default)}button.multi-select__select-button option:checked:not(:disabled),textarea option:checked:not(:disabled),[type=text] option:checked:not(:disabled),[type=date] option:checked:not(:disabled),[type=datetime] option:checked:not(:disabled),[type=datetime-local] option:checked:not(:disabled),[type=month] option:checked:not(:disabled),[type=time] option:checked:not(:disabled),[type=week] option:checked:not(:disabled),[type=number] option:checked:not(:disabled),[type=search] option:checked:not(:disabled),[type=password] option:checked:not(:disabled),[type=email] option:checked:not(:disabled),[type=url] option:checked:not(:disabled),[type=tel] option:checked:not(:disabled),select option:checked:not(:disabled){background-color:var(--vf-color-background-active)}button.multi-select__select-button::placeholder,textarea::placeholder,[type=text]::placeholder,[type=date]::placeholder,[type=datetime]::placeholder,[type=datetime-local]::placeholder,[type=month]::placeholder,[type=time]::placeholder,[type=week]::placeholder,[type=number]::placeholder,[type=search]::placeholder,[type=password]::placeholder,[type=email]::placeholder,[type=url]::placeholder,[type=tel]::placeholder,select::placeholder{color:var(--vf-color-text-muted)}button.is-dense.multi-select__select-button,textarea.is-dense,.is-dense[type=text],.is-dense[type=date],.is-dense[type=datetime],.is-dense[type=datetime-local],.is-dense[type=month],.is-dense[type=time],.is-dense[type=week],.is-dense[type=number],.is-dense[type=search],.is-dense[type=password],.is-dense[type=email],.is-dense[type=url],.is-dense[type=tel],select.is-dense{margin:0 0 .1rem;padding-bottom:calc(.15rem - 1.5px);padding-top:calc(.15rem - 1.5px)}button.has-error.multi-select__select-button,textarea.has-error,.has-error[type=text],.has-error[type=date],.has-error[type=datetime],.has-error[type=datetime-local],.has-error[type=month],.has-error[type=time],.has-error[type=week],.has-error[type=number],.has-error[type=search],.has-error[type=password],.has-error[type=email],.has-error[type=url],.has-error[type=tel],select.has-error{border:1.5px solid #c7162b}button.has-caution.multi-select__select-button,textarea.has-caution,.has-caution[type=text],.has-caution[type=date],.has-caution[type=datetime],.has-caution[type=datetime-local],.has-caution[type=month],.has-caution[type=time],.has-caution[type=week],.has-caution[type=number],.has-caution[type=search],.has-caution[type=password],.has-caution[type=email],.has-caution[type=url],.has-caution[type=tel],select.has-caution{border:1.5px solid #cc7900}button.has-success.multi-select__select-button,textarea.has-success,.has-success[type=text],.has-success[type=date],.has-success[type=datetime],.has-success[type=datetime-local],.has-success[type=month],.has-success[type=time],.has-success[type=week],.has-success[type=number],.has-success[type=search],.has-success[type=password],.has-success[type=email],.has-success[type=url],.has-success[type=tel],select.has-success{border:1.5px solid #0e8420}button.has-information.multi-select__select-button,textarea.has-information,.has-information[type=text],.has-information[type=date],.has-information[type=datetime],.has-information[type=datetime-local],.has-information[type=month],.has-information[type=time],.has-information[type=week],.has-information[type=number],.has-information[type=search],.has-information[type=password],.has-information[type=email],.has-information[type=url],.has-information[type=tel],select.has-information{border:1.5px solid #24598f}button[disabled].multi-select__select-button,textarea[disabled],[disabled][type=text],[disabled][type=date],[disabled][type=datetime],[disabled][type=datetime-local],[disabled][type=month],[disabled][type=time],[disabled][type=week],[disabled][type=number],[disabled][type=search],[disabled][type=password],[disabled][type=email],[disabled][type=url],[disabled][type=tel],select[disabled],button[disabled=disabled].multi-select__select-button,textarea[disabled=disabled],[disabled=disabled][type=text],[disabled=disabled][type=date],[disabled=disabled][type=datetime],[disabled=disabled][type=datetime-local],[disabled=disabled][type=month],[disabled=disabled][type=time],[disabled=disabled][type=week],[disabled=disabled][type=number],[disabled=disabled][type=search],[disabled=disabled][type=password],[disabled=disabled][type=email],[disabled=disabled][type=url],[disabled=disabled][type=tel],select[disabled=disabled]{cursor:not-allowed;opacity:.33}button[readonly].multi-select__select-button,textarea[readonly],[readonly][type=text],[readonly][type=date],[readonly][type=datetime],[readonly][type=datetime-local],[readonly][type=month],[readonly][type=time],[readonly][type=week],[readonly][type=number],[readonly][type=search],[readonly][type=password],[readonly][type=email],[readonly][type=url],[readonly][type=tel],select[readonly],button[readonly=readonly].multi-select__select-button,textarea[readonly=readonly],[readonly=readonly][type=text],[readonly=readonly][type=date],[readonly=readonly][type=datetime],[readonly=readonly][type=datetime-local],[readonly=readonly][type=month],[readonly=readonly][type=time],[readonly=readonly][type=week],[readonly=readonly][type=number],[readonly=readonly][type=search],[readonly=readonly][type=password],[readonly=readonly][type=email],[readonly=readonly][type=url],[readonly=readonly][type=tel],select[readonly=readonly]{color:var(--vf-color-text-muted);cursor:default}label{cursor:pointer;display:inline-block;margin-bottom:.6rem;margin-top:0;max-width:40em;padding-top:.4rem;width:fit-content}label.is-required:before{content:"* ";position:relative}label.u-truncate{width:auto}label.has-error{color:#c7162b}label.has-caution{color:#cc7900}label.has-success{color:#0e8420}label.has-information{color:#24598f}[type=file]{margin-bottom:1.2rem;width:100%}[type=file]:focus{outline:.1875rem solid #2e96ff;outline-offset:-.1875rem}[type=file]:focus-visible{outline:.1875rem solid #2e96ff;outline-offset:-.1875rem}[type=file]:focus:not(:focus-visible){outline:0;outline-offset:0}[type=search]{-moz-appearance:none;-webkit-appearance:none;appearance:none;border-radius:0}[type=search]::-webkit-search-results-decoration{display:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:searchfield-cancel-button;cursor:pointer}input[list]::-webkit-calendar-picker-indicator{opacity:0}select{background-image:var(--vf-theme-light, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23000' d='M8.187 11.748l6.187-6.187-1.06-1.061-5.127 5.127L3.061 4.5 2 5.561z'/%3E%3C/svg%3E")) var(--vf-theme-dark, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='hsl(0%2C0%%2C100%)' d='M8.187 11.748l6.187-6.187-1.06-1.061-5.127 5.127L3.061 4.5 2 5.561z'/%3E%3C/svg%3E"));-moz-appearance:none;-webkit-appearance:none;appearance:none;background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;box-shadow:none;min-height:1.5rem;padding-right:2rem;text-indent:.01px;text-overflow:""}select:hover{cursor:pointer}select[multiple],select[size]{background-image:none;box-shadow:none;height:auto}select[multiple] option,select[size] option{font-weight:400;line-height:calc(1rem - 2px);padding:.25rem 0}textarea{margin-bottom:1.2rem;overflow:auto;vertical-align:top}fieldset{margin-left:0;margin-right:0;padding:calc(1rem - 1.5px)}hr{background:var(--vf-color-border-default);margin-bottom:calc(.5rem - 1px)}hr.is-muted{background-color:var(--vf-color-border-low-contrast)}a{color:var(--vf-color-link-default);text-decoration:none}a:focus{outline:.1875rem solid #2e96ff;outline-offset:-.1875rem}a:focus-visible{outline:.1875rem solid #2e96ff;outline-offset:-.1875rem}a:focus:not(:focus-visible){outline:0;outline-offset:0}a:focus{outline-offset:0}a:hover{cursor:pointer;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.075em}a:visited{color:var(--vf-color-link-visited)}ol,ul{margin-bottom:1.5rem;margin-left:1rem;margin-top:0;padding-left:1rem}nav ol,nav ul{list-style:none;list-style-image:none}li{margin:0;padding:0}li>ul,li>ol{margin-bottom:0;padding-top:0}li>ul>li:last-of-type,li>ol>li:last-of-type{padding-bottom:0}dl{margin-bottom:1.5rem;margin-top:0;padding:0}dd{margin-left:1rem}img{border:0;height:auto;max-width:100%}figure{margin-bottom:1.5rem;margin-left:0;width:100%}figure caption,figure figcaption{display:block;font-style:italic;margin-top:.25rem;width:100%}iframe{border:0}object,iframe,embed,canvas,video,audio{display:block;margin:0 auto 20px;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}table{border:0;border-collapse:collapse;caption-side:bottom;line-height:1.5rem;margin-bottom:1.5rem;overflow-x:auto;width:100%;table-layout:fixed}td,th{font-weight:400;overflow:hidden;padding-left:.5rem;padding-right:.5rem;text-align:left;text-overflow:ellipsis;vertical-align:top}td.has-overflow,th.has-overflow{overflow:visible}thead th{padding-bottom:.75rem;padding-top:.75rem}thead tr{border-bottom:1px solid var(--vf-color-border-default);vertical-align:top}caption{padding-bottom:.5rem;padding-top:.5rem}tfoot tr,tbody tr:not(:first-child){border-top:1px solid var(--vf-color-border-low-contrast)}.p-stepped-list--detailed .p-stepped-list__item{margin-left:auto;margin-right:auto;width:100%}.p-stepped-list--detailed .p-stepped-list__item{max-width:80rem}.p-stepped-list--detailed .p-stepped-list__item .p-stepped-list__item{margin-left:0;margin-right:0;padding-left:0;padding-right:0}@supports (display: grid){.p-stepped-list--detailed .p-stepped-list__item{display:grid;grid-gap:0 1.5rem;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:auto;margin-left:auto;margin-right:auto;max-width:80rem}.p-stepped-list--detailed .p-stepped-list__item>*{grid-column-end:span 4}.p-stepped-list--detailed .p-stepped-list__item [class*=col-]{grid-column-start:auto}@media (min-width: 620px){.p-stepped-list--detailed .p-stepped-list__item{grid-gap:0 2rem;grid-template-columns:repeat(6,minmax(0,1fr))}.p-stepped-list--detailed .p-stepped-list__item>*{grid-column-end:span 6}}@media (min-width: 1036px){.p-stepped-list--detailed .p-stepped-list__item{grid-gap:0 2rem;grid-template-columns:repeat(12,minmax(0,1fr))}.p-stepped-list--detailed .p-stepped-list__item>*{grid-column-end:span 12}}}.p-stepped-list--detailed .p-stepped-list__item{padding-left:1rem;padding-right:1rem}@media (min-width: 620px){.p-stepped-list--detailed .p-stepped-list__item{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1036px){.p-stepped-list--detailed .p-stepped-list__item{padding-left:1.5rem;padding-right:1.5rem}}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:var(--vf-color-text-muted)}.token.punctuation{color:var(--vf-color-text-default)}.token.namespace{opacity:.7}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:#77216f}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#0e811f}.token .operator,.token .entity,.token .url,.language-css .token.string,.style .token.string{color:#a86500}.token.atrule,.token.attr-value,.token.keyword{color:#06c}.token.function,.token.class-name{color:#c7162b}.token.regex,.token.important,.token.variable{color:#dc3023}.token.important,.token.bold{font-weight:550}.token.italic{font-style:italic}.token.entity{cursor:help}.p-stepped-list--detailed,.p-stepped-list{counter-reset:list-item;display:flex;flex-direction:column;list-style:none;padding-left:0}.p-stepped-list--detailed .p-stepped-list__item,.p-stepped-list__item{counter-increment:list-item}.p-stepped-list__title{list-style:none;margin-left:0;padding-left:3rem;position:relative}.p-stepped-list__title:before{content:counter(list-item) ".";display:block;height:1.5rem;left:0;margin-right:1.5rem;position:absolute;text-align:right;width:1.5rem}.p-list--nested-counter{counter-reset:list-item}.p-list--nested-counter li::marker{content:counters(list-item,".") ". ";counter-increment:list-item}.p-list--divided .p-list__item,.p-list__item{padding-bottom:.25rem;padding-top:.25rem}form .p-list--divided .p-list__item,.p-list--divided form .p-list__item,form .p-list__item{padding-bottom:0;padding-top:0}form .p-list--divided .p-list__item label,.p-list--divided form .p-list__item label,form .p-list__item label{margin-bottom:.1rem}.p-list__item.is-crossed:before,.p-list__item.is-ticked:before{background-repeat:no-repeat;background-size:1rem;content:"";display:inline-block;height:1rem;top:.5rem}ol.p-list--divided .p-list__item::marker{content:none;display:none}ol.p-list--divided .p-list__item:before{color:#000;content:counters(list-item,".") ". ";display:inline-block;text-align:right}.p-list__item.has-bullet:before{color:#000;content:"•";display:inline-block;text-align:right}.p-list--divided .p-list__item{box-shadow:inset 0 1px #e5e5e5;margin:0;padding-bottom:1rem;padding-top:.5rem}.p-list--divided .p-list__item:first-child{box-shadow:none}.p-list--divided .p-list__item .p-list--divided>.p-list__item:first-child{box-shadow:inset 0 1px #e5e5e5}.p-list--divided .p-list__item.is-ticked:before,.p-list--divided .p-list__item.is-crossed:before{top:.75rem}.p-list--divided.is-split .p-list__item:last-of-type{border-bottom:1px solid #d9d9d9}.p-list--divided .p-list--divided{margin-bottom:0;margin-left:2rem;padding-top:1rem}.p-list--divided .p-list--divided .p-list__item:last-child{padding-bottom:0}ol.p-list--divided{list-style:none}ol.p-list--divided .p-list__item{padding-left:2rem;position:relative}ol.p-list--divided .p-list__item>.p-list--divided,ol.p-list--divided .p-list__item>.p-list{margin-left:0}ol.p-list--divided .p-list__item:before{left:0;position:absolute;width:1rem}.p-list__item.is-ticked{padding-left:2rem;position:relative}.p-list__item.is-ticked>.p-list--divided,.p-list__item.is-ticked>.p-list{margin-left:0}.p-list__item.is-ticked:before{left:0;position:absolute;width:1rem}.p-list__item.is-ticked:before{background-image:var(--vf-theme-light, url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0a8 8 0 110 16A8 8 0 018 0zm0 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zm2.814 2.45l1.203.897-5.537 7.43-3.485-3.694 1.09-1.03 2.259 2.394 4.47-5.997z' fill='%23000' fill-rule='nonzero'/%3E%3C/svg%3E")) var(--vf-theme-dark, url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0a8 8 0 110 16A8 8 0 018 0zm0 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zm2.814 2.45l1.203.897-5.537 7.43-3.485-3.694 1.09-1.03 2.259 2.394 4.47-5.997z' fill='hsl(0%2C0%%2C100%)' fill-rule='nonzero'/%3E%3C/svg%3E"))}.p-list__item.is-crossed{padding-left:2rem;position:relative}.p-list__item.is-crossed>.p-list--divided,.p-list__item.is-crossed>.p-list{margin-left:0}.p-list__item.is-crossed:before{left:0;position:absolute;width:1rem}.p-list__item.is-crossed:before{background-image:var(--vf-theme-light, url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1.52588e-05C12.4183 1.52588e-05 16 3.58174 16 8.00002C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8.00002C0 3.58174 3.58172 1.52588e-05 8 1.52588e-05ZM10.2821 4.63808L11.3427 5.69874L9.05007 7.99008L11.3427 10.2821L10.2821 11.3427L7.99007 9.05008L5.69873 11.3427L4.63807 10.2821L6.92907 7.99008L4.63807 5.69874L5.69873 4.63808L7.99007 6.92908L10.2821 4.63808ZM1.5 8.00002C1.5 4.41016 4.41015 1.50002 8 1.50002C11.5899 1.50002 14.5 4.41016 14.5 8.00002C14.5 11.5899 11.5899 14.5 8 14.5C4.41015 14.5 1.5 11.5899 1.5 8.00002Z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E")) var(--vf-theme-dark, url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1.52588e-05C12.4183 1.52588e-05 16 3.58174 16 8.00002C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8.00002C0 3.58174 3.58172 1.52588e-05 8 1.52588e-05ZM10.2821 4.63808L11.3427 5.69874L9.05007 7.99008L11.3427 10.2821L10.2821 11.3427L7.99007 9.05008L5.69873 11.3427L4.63807 10.2821L6.92907 7.99008L4.63807 5.69874L5.69873 4.63808L7.99007 6.92908L10.2821 4.63808ZM1.5 8.00002C1.5 4.41016 4.41015 1.50002 8 1.50002C11.5899 1.50002 14.5 4.41016 14.5 8.00002C14.5 11.5899 11.5899 14.5 8 14.5C4.41015 14.5 1.5 11.5899 1.5 8.00002Z' fill='hsl(0%2C0%%2C100%)' fill-rule='evenodd'/%3E%3C/svg%3E"))}.p-list__item.has-bullet{padding-left:2rem;position:relative}.p-list__item.has-bullet>.p-list--divided,.p-list__item.has-bullet>.p-list{margin-left:0}.p-list__item.has-bullet:before{left:0;position:absolute;width:1rem}.p-inline-list{margin-left:0;padding-left:0}.p-inline-list__item{display:inline;list-style:none;margin-right:1rem}.p-inline-list__item.last-item,.p-inline-list__item:last-of-type{margin-right:0}.p-inline-list--middot{margin-left:0;padding-left:0}.p-inline-list--middot .p-inline-list__item{display:inline;list-style:none;margin-right:1rem;margin-right:.5rem;position:relative}.p-inline-list--middot .p-inline-list__item.last-item,.p-inline-list--middot .p-inline-list__item:last-of-type{margin-right:0}.p-inline-list--middot .p-inline-list__item:after{content:"•";line-height:1.5rem;position:relative;right:-.25rem}.p-inline-list--middot .p-inline-list__item:last-of-type:after,.p-inline-list--middot .p-inline-list__item .last-item:after{content:""}.p-inline-list--stretch{display:flex;flex-wrap:wrap;margin-left:0;padding-left:0}.p-inline-list--stretch .p-inline-list__item{flex:1 auto;list-style:none}.p-stepped-list{margin-bottom:0;margin-left:0}.p-stepped-list__item{float:none;margin-left:0;overflow:visible;padding-bottom:1.5rem;position:relative;width:100%}.p-stepped-list__bullet{display:none}.p-stepped-list__title+.p-stepped-list__content{margin-left:3rem}@media (min-width: 1036px){.p-stepped-list__title+.p-stepped-list__content{margin-left:3rem}}.p-heading--4.p-stepped-list__title,h4.p-stepped-list__title{padding-left:3.5rem}@media (min-width: 1036px){.p-heading--4.p-stepped-list__title,h4.p-stepped-list__title{padding-left:3.5rem}}.p-heading--4.p-stepped-list__title:before,h4.p-stepped-list__title:before{height:2rem;width:2rem}@media (min-width: 1036px){.p-heading--4.p-stepped-list__title:before,h4.p-stepped-list__title:before{height:2rem;width:2rem}}.p-heading--4.p-stepped-list__title+.p-stepped-list__content,h4.p-stepped-list__title+.p-stepped-list__content{margin-left:3.5rem}@media (min-width: 1036px){.p-heading--4.p-stepped-list__title+.p-stepped-list__content,h4.p-stepped-list__title+.p-stepped-list__content{margin-left:3.5rem}}.p-heading--3.p-stepped-list__title,h3.p-stepped-list__title{padding-left:3.5rem}@media (min-width: 1036px){.p-heading--3.p-stepped-list__title,h3.p-stepped-list__title{padding-left:3.5rem}}.p-heading--3.p-stepped-list__title:before,h3.p-stepped-list__title:before{height:2rem;width:2rem}@media (min-width: 1036px){.p-heading--3.p-stepped-list__title:before,h3.p-stepped-list__title:before{height:2rem;width:2rem}}.p-heading--3.p-stepped-list__title+.p-stepped-list__content,h3.p-stepped-list__title+.p-stepped-list__content{margin-left:3.5rem}@media (min-width: 1036px){.p-heading--3.p-stepped-list__title+.p-stepped-list__content,h3.p-stepped-list__title+.p-stepped-list__content{margin-left:3.5rem}}.p-heading--2.p-stepped-list__title,h2.p-stepped-list__title{padding-left:4rem}@media (min-width: 1036px){.p-heading--2.p-stepped-list__title,h2.p-stepped-list__title{padding-left:4.5rem}}.p-heading--2.p-stepped-list__title:before,h2.p-stepped-list__title:before{height:2.5rem;width:2.5rem}@media (min-width: 1036px){.p-heading--2.p-stepped-list__title:before,h2.p-stepped-list__title:before{height:3rem;width:3rem}}.p-heading--2.p-stepped-list__title+.p-stepped-list__content,h2.p-stepped-list__title+.p-stepped-list__content{margin-left:4rem}@media (min-width: 1036px){.p-heading--2.p-stepped-list__title+.p-stepped-list__content,h2.p-stepped-list__title+.p-stepped-list__content{margin-left:4.5rem}}.p-heading--1.p-stepped-list__title,h1.p-stepped-list__title{padding-left:4rem}@media (min-width: 1036px){.p-heading--1.p-stepped-list__title,h1.p-stepped-list__title{padding-left:4.5rem}}.p-heading--1.p-stepped-list__title:before,h1.p-stepped-list__title:before{height:2.5rem;width:2.5rem}@media (min-width: 1036px){.p-heading--1.p-stepped-list__title:before,h1.p-stepped-list__title:before{height:3rem;width:3rem}}.p-heading--1.p-stepped-list__title+.p-stepped-list__content,h1.p-stepped-list__title+.p-stepped-list__content{margin-left:4rem}@media (min-width: 1036px){.p-heading--1.p-stepped-list__title+.p-stepped-list__content,h1.p-stepped-list__title+.p-stepped-list__content{margin-left:4.5rem}}@media (min-width: 1036px){.p-stepped-list--detailed .p-stepped-list__title+.p-stepped-list__content{margin-left:0}}.p-stepped-list--detailed{margin-left:auto}@supports (display: grid){@media (min-width: 620px){.p-stepped-list--detailed .p-stepped-list__content{grid-column-end:span 6;margin-top:0}}@media (min-width: 620px){.p-stepped-list--detailed .p-stepped-list__title{grid-column-end:span 6;margin-top:0}}}.p-stepped-list--detailed .p-stepped-list__item{margin-left:0;margin-right:0;padding-left:0;padding-right:0}@media (min-width: 1036px){.p-stepped-list--detailed .p-stepped-list__item{padding-top:.5rem;position:relative}.p-stepped-list--detailed .p-stepped-list__item:after{background-color:#0000001a;content:"";height:1px;left:0;position:absolute;right:0;top:0}}@media (min-width: 620px){@supports (-webkit-columns: 1) or (columns: 1){[class*=p-list].is-split{column-gap:2rem;columns:2}[class*=p-list].is-split .p-list__item{display:inline-block;width:100%}}@supports not ((-webkit-columns: 1) or (columns: 1)){[class*=p-list].is-split{display:flex;flex-wrap:wrap}[class*=p-list].is-split .p-list__item{width:calc(50% - .5rem)}}[class*=p-list].is-split:nth-child(2n-1){margin-right:1rem}}.multi-select{position:relative}.multi-select .p-form-validation__message{margin-top:0}.multi-select__condensed-text{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-right:1.25rem}.multi-select__input{position:relative;cursor:pointer}.multi-select__input.items-selected{border-top:0;box-shadow:none;top:-0}.multi-select__input[disabled],.multi-select__input[disabled=disabled]{opacity:1}.multi-select__dropdown{padding-top:.5rem;left:0;position:absolute;right:0;top:calc(100% - 1.2rem);max-height:20rem;overflow:auto}.multi-select__dropdown--side-by-side{display:flex;flex-wrap:wrap}.multi-select__group{flex:1 0 auto}.multi-select__dropdown-list{margin-bottom:.25rem}.multi-select__footer{background:#fff;display:flex;flex-wrap:wrap;position:sticky;bottom:0;justify-content:space-between;border-top:1px solid #d9d9d9;padding:.5rem 1rem 0}.multi-select__dropdown-header{text-transform:uppercase;margin-bottom:0;padding:.25rem 1rem;position:relative;font-size:.875rem;letter-spacing:.875px}.multi-select__dropdown-item{padding:0 1rem}.multi-select__dropdown-item label{padding-top:.25rem}.multi-select__dropdown-item,.multi-select__dropdown-item .p-checkbox{width:100%}.multi-select__dropdown-item-description{color:#666}.multi-select__dropdown-button{border:0;margin-bottom:0;padding-left:.5rem;padding-right:.5rem;text-align:left;width:100%}.multi-select__selected-list{background-color:#f5f5f5;border-bottom:0;margin:0;padding:.25rem .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}button.multi-select__select-button{position:relative;height:2.5rem;overflow:auto;display:inline-flex;justify-content:space-between;align-items:center;z-index:0}button.multi-select__select-button:after{position:absolute;right:.5rem;top:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23666' d='M8.187 11.748l6.187-6.187-1.06-1.061-5.127 5.127L3.061 4.5 2 5.561z'/%3E%3C/svg%3E");transition-duration:.165s;transition-property:transform;transition-timing-function:cubic-bezier(.215,.61,.355,1);content:"";margin-left:1rem;transform:translateY(-50%) rotate(-180deg)}button.multi-select__select-button[aria-expanded=true]{background-color:#f2f2f2}button.multi-select__select-button[aria-expanded=false]:after{transform:translateY(-50%) rotate(0)}.p-table-dynamic{margin-bottom:0}.p-table-dynamic__loading{position:absolute!important;height:1px!important;width:1px!important;overflow:hidden!important;clip:rect(1px,1px,1px,1px)!important;white-space:nowrap!important}.p-table-dynamic thead,.p-table-dynamic tbody{display:block;overflow:hidden auto}.p-table-dynamic thead{position:sticky;top:0;z-index:1;background-color:#fff}.p-table-dynamic.is-full-height thead{scrollbar-gutter:stable}.p-table-dynamic thead tr,.p-table-dynamic tbody tr{display:table;table-layout:fixed;width:100%}.p-table-dynamic tbody{height:auto;min-height:auto}.p-table-dynamic:not([aria-busy=true]) tbody:not([aria-busy=true]) tr:hover,.p-table-dynamic:not([aria-busy=true]) tbody:not([aria-busy=true]) tr:focus-within{transition-duration:.165s;transition-property:background;transition-timing-function:cubic-bezier(.215,.61,.355,1);background-color:#f2f2f2}.p-table-dynamic thead th:last-child,.p-table-dynamic tbody td:last-child{text-align:right}.p-table-dynamic thead th button{padding-top:0;margin-bottom:0}.p-table-dynamic.p-table-dynamic--with-select thead th:first-child,.p-table-dynamic.p-table-dynamic--with-select tbody td:first-child{width:3rem}
|