@inera/ids-design 8.2.1 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/accordion/accordion-lit.js +1 -1
- package/components/accordion/accordion-shadow-lit.js +9 -0
- package/components/accordion/accordion-shadow.css +115 -0
- package/components/accordion/accordion.css +10 -16
- package/components/action-link/action-link-lit.js +1 -1
- package/components/{carousel/carousel-item-lit.js → action-link/action-link-shadow-lit.js} +3 -3
- package/components/{carousel/carousel-item.css → action-link/action-link-shadow.css} +43 -51
- package/components/action-link/action-link.css +5 -10
- package/components/alert/alert-lit.js +1 -1
- package/components/alert/alert-shadow-lit.js +7 -0
- package/components/alert/alert-shadow.css +63 -0
- package/components/alert/alert.css +27 -20
- package/components/badge/badge-lit.js +1 -1
- package/components/badge/badge.css +1 -1
- package/components/box-link/box-link-lit.js +1 -1
- package/components/box-link/box-link-shadow-lit.js +7 -0
- package/components/box-link/box-link-shadow.css +109 -0
- package/components/box-link/box-link.css +16 -28
- package/components/breadcrumbs/breadcrumbs-lit.js +1 -1
- package/components/breadcrumbs/breadcrumbs-shadow-lit.js +7 -0
- package/components/breadcrumbs/breadcrumbs-shadow.css +35 -0
- package/components/breadcrumbs/breadcrumbs.css +7 -15
- package/components/button-group/button-group-lit.js +1 -1
- package/components/button-group/button-group.css +2 -2
- package/components/card/card-lit.js +1 -1
- package/components/card/card-shadow-lit.js +9 -0
- package/components/card/card-shadow.css +30 -0
- package/components/card/card.css +58 -65
- package/components/carousel/carousel-lit.js +1 -1
- package/components/carousel/carousel-shadow-lit.js +7 -0
- package/components/carousel/carousel-shadow.css +56 -0
- package/components/carousel/carousel.css +110 -33
- package/components/data-pagination/data-pagination-lit.js +7 -0
- package/components/data-pagination/data-pagination-shadow-lit.d.ts +2 -0
- package/components/data-pagination/data-pagination-shadow-lit.js +7 -0
- package/components/data-pagination/data-pagination-shadow.css +251 -0
- package/components/{pagination/data-pagination → data-pagination}/data-pagination.css +36 -77
- package/components/data-table/data-table-lit.js +1 -1
- package/components/data-table/data-table.css +48 -40
- package/components/date-label/date-label-lit.js +1 -1
- package/components/date-label/date-label.css +28 -35
- package/components/dialog/dialog-lit.js +1 -1
- package/components/dialog/dialog-shadow-lit.d.ts +2 -0
- package/components/dialog/dialog-shadow-lit.js +7 -0
- package/components/dialog/dialog-shadow.css +27 -0
- package/components/dialog/dialog.css +39 -32
- package/components/dropdown/dropdown-lit.js +1 -1
- package/components/dropdown/dropdown-shadow-lit.d.ts +2 -0
- package/components/dropdown/dropdown-shadow-lit.js +9 -0
- package/components/dropdown/dropdown-shadow.css +90 -0
- package/components/dropdown/dropdown.css +56 -66
- package/components/footer-1177/footer-1177-lit.js +1 -1
- package/components/footer-1177/footer-1177-shadow-lit.d.ts +2 -0
- package/components/footer-1177/footer-1177-shadow-lit.js +7 -0
- package/components/footer-1177/footer-1177-shadow.css +61 -0
- package/components/footer-1177/footer-1177.css +19 -20
- package/components/footer-1177-admin/footer-1177-admin-lit.js +1 -1
- package/components/footer-1177-admin/footer-1177-admin-shadow-lit.d.ts +2 -0
- package/components/footer-1177-admin/footer-1177-admin-shadow-lit.js +7 -0
- package/components/footer-1177-admin/footer-1177-admin-shadow.css +113 -0
- package/components/footer-1177-admin/footer-1177-admin.css +21 -33
- package/components/footer-1177-pro/footer-1177-pro-lit.js +1 -1
- package/components/footer-1177-pro/footer-1177-pro-shadow-lit.d.ts +2 -0
- package/components/footer-1177-pro/footer-1177-pro-shadow-lit.js +7 -0
- package/components/footer-1177-pro/footer-1177-pro-shadow.css +125 -0
- package/components/footer-1177-pro/footer-1177-pro.css +26 -32
- package/components/footer-inera/footer-inera-lit.js +1 -1
- package/components/footer-inera/footer-inera-shadow-lit.d.ts +2 -0
- package/components/footer-inera/footer-inera-shadow-lit.js +7 -0
- package/components/footer-inera/footer-inera-shadow.css +113 -0
- package/components/footer-inera/footer-inera.css +20 -18
- package/components/footer-inera-admin/footer-inera-admin-lit.js +1 -1
- package/components/footer-inera-admin/footer-inera-admin-shadow-lit.d.ts +2 -0
- package/components/footer-inera-admin/footer-inera-admin-shadow-lit.js +7 -0
- package/components/footer-inera-admin/footer-inera-admin-shadow.css +113 -0
- package/components/footer-inera-admin/footer-inera-admin.css +21 -33
- package/components/form/darkmode-toggle/darkmode-toggle-lit.d.ts +2 -0
- package/components/form/darkmode-toggle/darkmode-toggle-lit.js +9 -0
- package/components/form/darkmode-toggle/darkmode-toggle.css +179 -0
- package/components/form/datepicker/datepicker-lit.js +1 -1
- package/components/form/datepicker/datepicker.css +9 -7
- package/components/form/error-message/error-message-lit.js +1 -1
- package/components/form/error-message/error-message.css +1 -2
- package/components/form/group/group-lit.js +1 -1
- package/components/form/group/group.css +37 -68
- package/components/form/range/range-lit.js +1 -1
- package/components/form/range/range.css +9 -10
- package/components/form/select-multiple/select-multiple-lit.js +1 -1
- package/components/form/select-multiple/select-multiple.css +27 -31
- package/components/form/spinner/spinner-lit.js +1 -1
- package/components/form/spinner/spinner.css +6 -3
- package/components/global-alert/global-alert-lit.js +1 -1
- package/components/global-alert/global-alert.css +15 -15
- package/components/grid/column/column-lit.js +1 -1
- package/components/grid/column/column.css +203 -204
- package/components/grid/container/container-lit.js +1 -1
- package/components/grid/container/container.css +2 -5
- package/components/grid/row/row-lit.js +1 -1
- package/components/grid/row/row.css +11 -32
- package/components/grid-layout/grid-column/grid-column-lit.d.ts +2 -0
- package/components/grid-layout/grid-column/grid-column-lit.js +7 -0
- package/components/grid-layout/grid-column/grid-column.css +286 -0
- package/components/grid-layout/grid-container/grid-container-lit.d.ts +2 -0
- package/components/grid-layout/grid-container/grid-container-lit.js +7 -0
- package/components/grid-layout/grid-container/grid-container.css +11 -0
- package/components/grid-layout/grid-row/grid-row-lit.d.ts +2 -0
- package/components/grid-layout/grid-row/grid-row-lit.js +7 -0
- package/components/grid-layout/grid-row/grid-row.css +53 -0
- package/components/header-1177/composite-header-1177.css +247 -1106
- package/components/header-1177/header-1177-avatar-lit.js +1 -1
- package/components/header-1177/header-1177-avatar-shadow-lit.d.ts +2 -0
- package/components/header-1177/header-1177-avatar-shadow-lit.js +7 -0
- package/components/header-1177/header-1177-avatar-shadow.css +86 -0
- package/components/header-1177/header-1177-avatar.css +50 -390
- package/components/header-1177/header-1177-item-lit.js +1 -1
- package/components/header-1177/header-1177-item-shadow-lit.d.ts +2 -0
- package/components/header-1177/header-1177-item-shadow-lit.js +7 -0
- package/components/header-1177/header-1177-item-shadow.css +230 -0
- package/components/header-1177/header-1177-item.css +89 -323
- package/components/header-1177/header-1177-lit.js +1 -1
- package/components/header-1177/header-1177-menu-mobile-lit.js +1 -1
- package/components/header-1177/header-1177-menu-mobile.css +39 -48
- package/components/header-1177/header-1177-nav-item-lit.js +1 -1
- package/components/header-1177/header-1177-nav-item-mobile-lit.js +1 -1
- package/components/header-1177/header-1177-nav-item-mobile-shadow-lit.d.ts +2 -0
- package/components/header-1177/header-1177-nav-item-mobile-shadow-lit.js +7 -0
- package/components/header-1177/header-1177-nav-item-mobile-shadow.css +87 -0
- package/components/header-1177/header-1177-nav-item-mobile.css +60 -147
- package/components/header-1177/header-1177-nav-item-shadow-lit.d.ts +2 -0
- package/components/header-1177/header-1177-nav-item-shadow-lit.js +7 -0
- package/components/header-1177/header-1177-nav-item-shadow.css +98 -0
- package/components/header-1177/header-1177-nav-item.css +51 -28
- package/components/header-1177/header-1177-nav-lit.js +1 -1
- package/components/header-1177/header-1177-nav.css +16 -100
- package/components/header-1177/header-1177-region-picker-lit.js +1 -1
- package/components/header-1177/header-1177-region-picker-mobile-lit.js +1 -1
- package/components/header-1177/header-1177-region-picker-mobile.css +55 -17
- package/components/header-1177/header-1177-region-picker.css +52 -13
- package/components/header-1177/header-1177-shadow-lit.d.ts +2 -0
- package/components/header-1177/header-1177-shadow-lit.js +7 -0
- package/components/header-1177/header-1177-shadow.css +102 -0
- package/components/header-1177/header-1177.css +53 -18
- package/components/header-1177-admin/composite-header-1177-admin.css +1318 -0
- package/components/header-1177-admin/header-1177-admin-avatar-lit.js +1 -1
- package/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.js +1 -1
- package/components/header-1177-admin/header-1177-admin-avatar-mobile-shadow-lit.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-avatar-mobile-shadow-lit.js +7 -0
- package/components/header-1177-admin/header-1177-admin-avatar-mobile-shadow.css +37 -0
- package/components/header-1177-admin/header-1177-admin-avatar-mobile.css +15 -22
- package/components/header-1177-admin/header-1177-admin-avatar-shadow-lit.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-avatar-shadow-lit.js +7 -0
- package/components/header-1177-admin/header-1177-admin-avatar-shadow.css +23 -0
- package/components/header-1177-admin/header-1177-admin-avatar.css +34 -291
- package/components/header-1177-admin/header-1177-admin-item-lit.js +1 -1
- package/components/header-1177-admin/header-1177-admin-item-shadow-lit.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-item-shadow-lit.js +7 -0
- package/components/header-1177-admin/header-1177-admin-item-shadow.css +158 -0
- package/components/header-1177-admin/header-1177-admin-item.css +28 -247
- package/components/header-1177-admin/header-1177-admin-lit.js +1 -1
- package/components/header-1177-admin/header-1177-admin-menu-mobile-lit.js +1 -1
- package/components/header-1177-admin/header-1177-admin-menu-mobile.css +39 -46
- package/components/header-1177-admin/header-1177-admin-nav-item-lit.js +1 -1
- package/components/header-1177-admin/header-1177-admin-nav-item-mobile-lit.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-nav-item-mobile-lit.js +7 -0
- package/components/header-1177-admin/header-1177-admin-nav-item-mobile-shadow-lit.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-nav-item-mobile-shadow-lit.js +7 -0
- package/components/header-1177-admin/header-1177-admin-nav-item-mobile-shadow.css +35 -0
- package/components/header-1177-admin/header-1177-admin-nav-item-mobile.css +76 -0
- package/components/header-1177-admin/header-1177-admin-nav-item-shadow-lit.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-nav-item-shadow-lit.js +7 -0
- package/components/header-1177-admin/header-1177-admin-nav-item-shadow.css +47 -0
- package/components/header-1177-admin/header-1177-admin-nav-item.css +9 -22
- package/components/header-1177-admin/header-1177-admin-nav-lit.js +1 -1
- package/components/header-1177-admin/header-1177-admin-nav.css +9 -64
- package/components/header-1177-admin/header-1177-admin-shadow-lit.d.ts +2 -0
- package/components/header-1177-admin/header-1177-admin-shadow-lit.js +7 -0
- package/components/header-1177-admin/header-1177-admin-shadow.css +33 -0
- package/components/header-1177-admin/header-1177-admin.css +15 -31
- package/components/header-1177-pro/composite-header-1177-pro.css +1506 -0
- package/components/header-1177-pro/header-1177-pro-avatar-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-avatar-mobile-shadow-lit.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-avatar-mobile-shadow-lit.js +7 -0
- package/components/header-1177-pro/header-1177-pro-avatar-mobile-shadow.css +38 -0
- package/components/header-1177-pro/header-1177-pro-avatar-mobile.css +26 -31
- package/components/header-1177-pro/header-1177-pro-avatar-shadow-lit.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-avatar-shadow-lit.js +7 -0
- package/components/header-1177-pro/header-1177-pro-avatar-shadow.css +23 -0
- package/components/header-1177-pro/header-1177-pro-avatar.css +34 -279
- package/components/header-1177-pro/header-1177-pro-item-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-item-shadow-lit.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-item-shadow-lit.js +7 -0
- package/components/header-1177-pro/header-1177-pro-item-shadow.css +169 -0
- package/components/header-1177-pro/header-1177-pro-item.css +45 -286
- package/components/header-1177-pro/header-1177-pro-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-menu-mobile-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-menu-mobile.css +39 -47
- package/components/header-1177-pro/header-1177-pro-nav-item-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-nav-item-mobile-lit.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-nav-item-mobile-lit.js +7 -0
- package/components/header-1177-pro/header-1177-pro-nav-item-mobile-shadow-lit.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-nav-item-mobile-shadow-lit.js +7 -0
- package/components/header-1177-pro/header-1177-pro-nav-item-mobile-shadow.css +35 -0
- package/components/header-1177-pro/header-1177-pro-nav-item-mobile.css +76 -0
- package/components/header-1177-pro/header-1177-pro-nav-item-shadow-lit.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-nav-item-shadow-lit.js +7 -0
- package/components/header-1177-pro/header-1177-pro-nav-item-shadow.css +67 -0
- package/components/header-1177-pro/header-1177-pro-nav-item.css +9 -26
- package/components/header-1177-pro/header-1177-pro-nav-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-nav.css +15 -97
- package/components/header-1177-pro/header-1177-pro-region-picker-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-region-picker-mobile-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-region-picker-mobile.css +4 -6
- package/components/header-1177-pro/header-1177-pro-region-picker.css +1 -2
- package/components/header-1177-pro/header-1177-pro-shadow-lit.d.ts +2 -0
- package/components/header-1177-pro/header-1177-pro-shadow-lit.js +7 -0
- package/components/header-1177-pro/header-1177-pro-shadow.css +69 -0
- package/components/header-1177-pro/header-1177-pro.css +9 -24
- package/components/header-inera/composite-header-inera.css +633 -0
- package/components/header-inera/header-inera-item-lit.js +1 -1
- package/components/header-inera/header-inera-item-shadow-lit.d.ts +2 -0
- package/components/header-inera/header-inera-item-shadow-lit.js +7 -0
- package/components/header-inera/header-inera-item-shadow.css +100 -0
- package/components/header-inera/header-inera-item.css +52 -18
- package/components/header-inera/header-inera-lit.js +1 -1
- package/components/header-inera/header-inera-menu-mobile-lit.js +1 -1
- package/components/header-inera/header-inera-menu-mobile.css +9 -11
- package/components/header-inera/header-inera-nav-item-lit.js +1 -1
- package/components/header-inera/header-inera-nav-item-shadow-lit.d.ts +2 -0
- package/components/header-inera/header-inera-nav-item-shadow-lit.js +7 -0
- package/components/header-inera/header-inera-nav-item-shadow.css +46 -0
- package/components/header-inera/header-inera-nav-item.css +9 -21
- package/components/header-inera/header-inera-nav-lit.js +1 -1
- package/components/header-inera/header-inera-nav.css +8 -12
- package/components/header-inera/header-inera-shadow-lit.d.ts +2 -0
- package/components/header-inera/header-inera-shadow-lit.js +7 -0
- package/components/header-inera/header-inera-shadow.css +48 -0
- package/components/header-inera/header-inera.css +52 -44
- package/components/header-inera-admin/composite-header-inera-admin.css +191 -377
- package/components/header-inera-admin/header-inera-admin-avatar-lit.js +1 -1
- package/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.js +1 -1
- package/components/header-inera-admin/header-inera-admin-avatar-mobile-shadow-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-avatar-mobile-shadow-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-avatar-mobile-shadow.css +20 -0
- package/components/header-inera-admin/header-inera-admin-avatar-mobile.css +11 -18
- package/components/header-inera-admin/header-inera-admin-avatar-shadow-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-avatar-shadow-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-avatar-shadow.css +8 -0
- package/components/header-inera-admin/header-inera-admin-avatar.css +32 -269
- package/components/header-inera-admin/header-inera-admin-item-lit.js +1 -1
- package/components/header-inera-admin/header-inera-admin-item-shadow-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-item-shadow-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-item-shadow.css +83 -0
- package/components/header-inera-admin/header-inera-admin-item.css +72 -36
- package/components/header-inera-admin/header-inera-admin-lit.js +1 -1
- package/components/header-inera-admin/header-inera-admin-menu-mobile-lit.js +1 -1
- package/components/header-inera-admin/header-inera-admin-menu-mobile.css +9 -11
- package/components/header-inera-admin/header-inera-admin-nav-item-lit.js +1 -1
- package/components/header-inera-admin/header-inera-admin-nav-item-mobile-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-nav-item-mobile-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-nav-item-mobile-shadow-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-nav-item-mobile-shadow-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-nav-item-mobile-shadow.css +20 -0
- package/components/header-inera-admin/header-inera-admin-nav-item-mobile.css +61 -0
- package/components/header-inera-admin/header-inera-admin-nav-item-shadow-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-nav-item-shadow-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-nav-item-shadow.css +31 -0
- package/components/header-inera-admin/header-inera-admin-nav-item.css +16 -29
- package/components/header-inera-admin/header-inera-admin-nav-lit.js +1 -1
- package/components/header-inera-admin/header-inera-admin-nav.css +3 -7
- package/components/header-inera-admin/header-inera-admin-shadow-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-shadow-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-shadow.css +43 -0
- package/components/header-inera-admin/header-inera-admin.css +4 -13
- package/components/header-patient/header-patient-lit.js +1 -1
- package/components/header-patient/header-patient-shadow-lit.d.ts +2 -0
- package/components/header-patient/header-patient-shadow-lit.js +7 -0
- package/components/header-patient/header-patient-shadow.css +4 -0
- package/components/header-patient/header-patient.css +8 -14
- package/components/list-pagination/list-pagination-lit.d.ts +2 -0
- package/components/list-pagination/list-pagination-lit.js +9 -0
- package/components/list-pagination/list-pagination-shadow-lit.d.ts +2 -0
- package/components/list-pagination/list-pagination-shadow-lit.js +9 -0
- package/components/list-pagination/list-pagination-shadow.css +125 -0
- package/components/{pagination/list-pagination → list-pagination}/list-pagination.css +88 -36
- package/components/mobile-menu/mobile-menu-lit.js +1 -1
- package/components/mobile-menu/mobile-menu-shadow-lit.d.ts +2 -0
- package/components/mobile-menu/mobile-menu-shadow-lit.js +7 -0
- package/components/mobile-menu/mobile-menu-shadow.css +170 -0
- package/components/mobile-menu/mobile-menu.css +26 -79
- package/components/navigation-content/navigation-content-lit.d.ts +2 -0
- package/components/navigation-content/navigation-content-lit.js +7 -0
- package/components/navigation-content/navigation-content-shadow-lit.d.ts +2 -0
- package/components/navigation-content/navigation-content-shadow-lit.js +7 -0
- package/components/navigation-content/navigation-content-shadow.css +6 -0
- package/components/{navigation/content → navigation-content}/navigation-content.css +24 -3
- package/components/navigation-local/navigation-local-lit.d.ts +2 -0
- package/components/navigation-local/navigation-local-lit.js +7 -0
- package/components/navigation-local/navigation-local-shadow-lit.d.ts +2 -0
- package/components/navigation-local/navigation-local-shadow-lit.js +7 -0
- package/components/navigation-local/navigation-local-shadow.css +37 -0
- package/components/{navigation/local → navigation-local}/navigation-local.css +11 -17
- package/components/notification-badge/notification-badge-lit.js +1 -1
- package/components/notification-badge/notification-badge-shadow-lit.d.ts +2 -0
- package/components/notification-badge/notification-badge-shadow-lit.js +7 -0
- package/components/notification-badge/notification-badge-shadow.css +10 -0
- package/components/notification-badge/notification-badge.css +2 -4
- package/components/popover/popover-lit.js +1 -1
- package/components/popover/popover-shadow-lit.d.ts +2 -0
- package/components/popover/popover-shadow-lit.js +7 -0
- package/components/popover/popover-shadow.css +73 -0
- package/components/popover/popover.css +389 -1
- package/components/progressbar/progressbar-lit.js +1 -1
- package/components/progressbar/progressbar.css +2 -2
- package/components/puff-list/puff-list-lit.js +1 -1
- package/components/puff-list/puff-list-shadow-lit.d.ts +2 -0
- package/components/puff-list/puff-list-shadow-lit.js +7 -0
- package/components/puff-list/puff-list-shadow.css +110 -0
- package/components/puff-list/puff-list.css +32 -26
- package/components/region-icon/region-icon-lit.js +1 -1
- package/components/region-icon/region-icon.css +1 -1
- package/components/side-menu/side-menu-lit.js +1 -1
- package/components/side-menu/side-menu-shadow-lit.d.ts +2 -0
- package/components/side-menu/side-menu-shadow-lit.js +7 -0
- package/components/side-menu/side-menu-shadow.css +79 -0
- package/components/side-menu/side-menu.css +42 -44
- package/components/side-panel/side-panel-lit.js +1 -1
- package/components/side-panel/side-panel-shadow-lit.d.ts +2 -0
- package/components/side-panel/side-panel-shadow-lit.js +7 -0
- package/components/side-panel/side-panel-shadow.css +4 -0
- package/components/side-panel/side-panel.css +41 -14
- package/components/stepper/stepper-lit.js +1 -1
- package/components/stepper/stepper-shadow-lit.d.ts +2 -0
- package/components/stepper/stepper-shadow-lit.js +7 -0
- package/components/stepper/stepper-shadow.css +63 -0
- package/components/stepper/stepper.css +9 -21
- package/components/table/table.css +12 -6
- package/components/tabs/tab-panel-shadow-lit.d.ts +2 -0
- package/components/tabs/tab-panel-shadow-lit.js +7 -0
- package/components/tabs/tab-panel-shadow.css +3 -0
- package/components/tabs/tab-shadow-lit.d.ts +2 -0
- package/components/tabs/tab-shadow-lit.js +7 -0
- package/components/tabs/tab-shadow.css +33 -0
- package/components/tabs/tabs-lit.js +3 -3
- package/components/tabs/tabs.css +155 -1
- package/components/tag/tag-lit.js +1 -1
- package/components/tag/tag-shadow-lit.d.ts +2 -0
- package/components/tag/tag-shadow-lit.js +7 -0
- package/components/tag/tag-shadow.css +58 -0
- package/components/tag/tag.css +63 -12
- package/components/tooltip/tooltip-lit.js +1 -1
- package/components/tooltip/tooltip.css +1 -0
- package/global/global.css +10072 -2466
- package/global/icons/Inera-Design-Icons.eot +0 -0
- package/global/icons/Inera-Design-Icons.svg +10 -1
- package/global/icons/Inera-Design-Icons.ttf +0 -0
- package/global/icons/Inera-Design-Icons.woff +0 -0
- package/global/util/util.css +51 -2517
- package/layout/breakpoints.scss +18 -0
- package/package.json +1 -1
- package/styles.css +10423 -2670
- package/tokens/component-tokens.scss +5 -4
- package/tokens/themes/1177-admin-tokens.css +115 -76
- package/tokens/themes/1177-pro-tokens.css +112 -73
- package/tokens/themes/1177-tokens.css +112 -73
- package/tokens/themes/inera-admin-tokens.css +101 -62
- package/tokens/themes/inera-tokens.css +98 -59
- package/components/navigation/content/navigation-content-lit.js +0 -7
- package/components/navigation/local/navigation-local-lit.js +0 -7
- package/components/pagination/data-pagination/data-pagination-lit.js +0 -7
- package/components/pagination/list-pagination/list-pagination-lit.js +0 -9
- package/components/popover/popover-content-lit.js +0 -7
- package/components/popover/popover-content.css +0 -401
- package/components/tabs/tab-lit.js +0 -7
- package/components/tabs/tab-panel-lit.js +0 -7
- package/components/tabs/tab-panel.css +0 -21
- package/components/tabs/tab.css +0 -142
- /package/components/{carousel/carousel-item-lit.d.ts → accordion/accordion-shadow-lit.d.ts} +0 -0
- /package/components/{navigation/content/navigation-content-lit.d.ts → action-link/action-link-shadow-lit.d.ts} +0 -0
- /package/components/{navigation/local/navigation-local-lit.d.ts → alert/alert-shadow-lit.d.ts} +0 -0
- /package/components/{pagination/data-pagination/data-pagination-lit.d.ts → box-link/box-link-shadow-lit.d.ts} +0 -0
- /package/components/{pagination/list-pagination/list-pagination-lit.d.ts → breadcrumbs/breadcrumbs-shadow-lit.d.ts} +0 -0
- /package/components/{popover/popover-content-lit.d.ts → card/card-shadow-lit.d.ts} +0 -0
- /package/components/{tabs/tab-lit.d.ts → carousel/carousel-shadow-lit.d.ts} +0 -0
- /package/components/{tabs/tab-panel-lit.d.ts → data-pagination/data-pagination-lit.d.ts} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@media (max-width:
|
|
1
|
+
@media (max-width: 639px) {
|
|
2
2
|
.ids-desktop {
|
|
3
3
|
display: none !important;
|
|
4
4
|
}
|
|
@@ -25,262 +25,47 @@
|
|
|
25
25
|
/*******
|
|
26
26
|
* A11Y
|
|
27
27
|
********/
|
|
28
|
-
.ids
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
}
|
|
49
|
-
.ids
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
line-height: 1.5rem;
|
|
67
|
-
font-size: 1.125rem;
|
|
68
|
-
text-align: center;
|
|
69
|
-
bottom: 0;
|
|
70
|
-
width: 100%;
|
|
71
|
-
left: 50%;
|
|
72
|
-
transform: translateX(-50%);
|
|
73
|
-
display: flex;
|
|
74
|
-
align-items: flex-end;
|
|
75
|
-
justify-content: center;
|
|
76
|
-
white-space: nowrap;
|
|
77
|
-
text-decoration: none;
|
|
78
|
-
border-radius: 0.0313rem;
|
|
79
|
-
}
|
|
80
|
-
.ids-header-1177--unresponsive .ids-header-1177-item button,
|
|
81
|
-
.ids-header-1177--unresponsive .ids-header-1177-item ::slotted(button) {
|
|
82
|
-
cursor: pointer;
|
|
83
|
-
position: relative;
|
|
84
|
-
height: 3.875rem;
|
|
85
|
-
z-index: 1;
|
|
86
|
-
inset: 0;
|
|
87
|
-
padding: 0;
|
|
88
|
-
margin: 0;
|
|
89
|
-
border: 0;
|
|
90
|
-
background-color: transparent;
|
|
91
|
-
color: var(--IDS-HEADER-1177-ITEM__COLOR);
|
|
92
|
-
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
93
|
-
line-height: 1.5rem;
|
|
94
|
-
font-size: 1.125rem;
|
|
95
|
-
text-align: center;
|
|
96
|
-
bottom: 0;
|
|
97
|
-
width: 100%;
|
|
98
|
-
left: 50%;
|
|
99
|
-
transform: translateX(-50%);
|
|
100
|
-
display: flex;
|
|
101
|
-
align-items: flex-end;
|
|
102
|
-
justify-content: center;
|
|
103
|
-
white-space: nowrap;
|
|
104
|
-
border-radius: 0.0313rem;
|
|
105
|
-
}
|
|
106
|
-
.ids-header-1177--unresponsive .ids-header-1177-item:hover .ids-header-1177-item-icon {
|
|
107
|
-
color: var(--IDS-HEADER-1177-ITEM__HOVER-COLOR);
|
|
108
|
-
}
|
|
109
|
-
.ids-header-1177--unresponsive .ids-header-1177-item:hover .ids-header-1177-item-icon ::slotted([class^=ids-icon-]):before,
|
|
110
|
-
.ids-header-1177--unresponsive .ids-header-1177-item:hover .ids-header-1177-item-icon [class^=ids-icon-]:before {
|
|
111
|
-
color: var(--IDS-HEADER-1177-ITEM__HOVER-COLOR);
|
|
112
|
-
}
|
|
113
|
-
.ids-header-1177--unresponsive .ids-header-1177-item a:hover,
|
|
114
|
-
.ids-header-1177--unresponsive .ids-header-1177-item ::slotted(a:hover),
|
|
115
|
-
.ids-header-1177--unresponsive .ids-header-1177-item button:hover,
|
|
116
|
-
.ids-header-1177--unresponsive .ids-header-1177-item ::slotted(button:hover) {
|
|
117
|
-
color: var(--IDS-HEADER-1177-ITEM__HOVER-COLOR);
|
|
118
|
-
text-decoration: underline !important;
|
|
119
|
-
text-underline-offset: 0.125rem;
|
|
120
|
-
}
|
|
121
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item {
|
|
122
|
-
display: flex;
|
|
123
|
-
flex-direction: column;
|
|
124
|
-
align-items: center;
|
|
125
|
-
justify-content: flex-end;
|
|
126
|
-
margin-left: 1.25rem;
|
|
127
|
-
text-decoration: none;
|
|
128
|
-
position: relative;
|
|
129
|
-
height: 3.875rem;
|
|
130
|
-
min-width: 2rem;
|
|
131
|
-
border-radius: 0.0313rem;
|
|
132
|
-
}
|
|
133
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item .ids-header-1177-item-icon {
|
|
134
|
-
max-width: 1.5rem;
|
|
135
|
-
max-height: 1.5rem;
|
|
136
|
-
display: flex;
|
|
137
|
-
position: absolute;
|
|
138
|
-
top: 0;
|
|
139
|
-
left: 50%;
|
|
140
|
-
transform: translateX(-50%);
|
|
141
|
-
}
|
|
142
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item .ids-header-1177-item-icon ::slotted([class^=ids-icon-]),
|
|
143
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item .ids-header-1177-item-icon [class^=ids-icon-] {
|
|
144
|
-
font-size: 1.5rem;
|
|
145
|
-
color: var(--IDS-HEADER-1177-ITEM__ICON-COLOR);
|
|
146
|
-
}
|
|
147
|
-
@media (min-width: 1024px) {
|
|
148
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item .ids-header-1177-item-icon {
|
|
149
|
-
max-width: 2rem;
|
|
150
|
-
max-height: 2rem;
|
|
151
|
-
margin-left: 0;
|
|
152
|
-
margin-right: 0;
|
|
153
|
-
}
|
|
154
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item .ids-header-1177-item-icon ::slotted([class^=ids-icon-]),
|
|
155
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item .ids-header-1177-item-icon [class^=ids-icon-] {
|
|
156
|
-
font-size: 2rem;
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item a,
|
|
160
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item ::slotted(a) {
|
|
161
|
-
cursor: pointer;
|
|
162
|
-
position: relative;
|
|
163
|
-
height: 3.875rem;
|
|
164
|
-
z-index: 1;
|
|
165
|
-
inset: 0;
|
|
166
|
-
padding: 0;
|
|
167
|
-
margin: 0;
|
|
168
|
-
border: 0;
|
|
169
|
-
color: var(--IDS-HEADER-1177-ITEM__COLOR);
|
|
170
|
-
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
171
|
-
line-height: 1.5rem;
|
|
172
|
-
font-size: 1.125rem;
|
|
173
|
-
text-align: center;
|
|
174
|
-
bottom: 0;
|
|
175
|
-
width: 100%;
|
|
176
|
-
left: 50%;
|
|
177
|
-
transform: translateX(-50%);
|
|
178
|
-
display: flex;
|
|
179
|
-
align-items: flex-end;
|
|
180
|
-
justify-content: center;
|
|
181
|
-
white-space: nowrap;
|
|
182
|
-
text-decoration: none;
|
|
183
|
-
border-radius: 0.0313rem;
|
|
184
|
-
}
|
|
185
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item button,
|
|
186
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item ::slotted(button) {
|
|
187
|
-
cursor: pointer;
|
|
188
|
-
position: relative;
|
|
189
|
-
height: 3.875rem;
|
|
190
|
-
z-index: 1;
|
|
191
|
-
inset: 0;
|
|
192
|
-
padding: 0;
|
|
193
|
-
margin: 0;
|
|
194
|
-
border: 0;
|
|
195
|
-
background-color: transparent;
|
|
196
|
-
color: var(--IDS-HEADER-1177-ITEM__COLOR);
|
|
197
|
-
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
198
|
-
line-height: 1.5rem;
|
|
199
|
-
font-size: 1.125rem;
|
|
200
|
-
text-align: center;
|
|
201
|
-
bottom: 0;
|
|
202
|
-
width: 100%;
|
|
203
|
-
left: 50%;
|
|
204
|
-
transform: translateX(-50%);
|
|
205
|
-
display: flex;
|
|
206
|
-
align-items: flex-end;
|
|
207
|
-
justify-content: center;
|
|
208
|
-
white-space: nowrap;
|
|
209
|
-
border-radius: 0.0313rem;
|
|
210
|
-
}
|
|
211
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item:hover .ids-header-1177-item-icon {
|
|
212
|
-
color: var(--IDS-HEADER-1177-ITEM__HOVER-COLOR);
|
|
213
|
-
}
|
|
214
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item:hover .ids-header-1177-item-icon ::slotted([class^=ids-icon-]):before,
|
|
215
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item:hover .ids-header-1177-item-icon [class^=ids-icon-]:before {
|
|
216
|
-
color: var(--IDS-HEADER-1177-ITEM__HOVER-COLOR);
|
|
217
|
-
}
|
|
218
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item a:hover,
|
|
219
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item ::slotted(a:hover),
|
|
220
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item button:hover,
|
|
221
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item ::slotted(button:hover) {
|
|
222
|
-
color: var(--IDS-HEADER-1177-ITEM__HOVER-COLOR);
|
|
223
|
-
text-decoration: underline !important;
|
|
224
|
-
text-underline-offset: 0.125rem;
|
|
225
|
-
}
|
|
226
|
-
@media (max-width: 1024px) {
|
|
227
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item {
|
|
228
|
-
margin-left: 1rem;
|
|
229
|
-
height: 2rem;
|
|
230
|
-
}
|
|
231
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item .ids-header-1177-item-icon {
|
|
232
|
-
top: 0.25rem;
|
|
233
|
-
}
|
|
234
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item a,
|
|
235
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item ::slotted(a),
|
|
236
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item a:hover,
|
|
237
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item ::slotted(a:hover),
|
|
238
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item button,
|
|
239
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item ::slotted(button),
|
|
240
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item button:hover,
|
|
241
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item ::slotted(button:hover) {
|
|
242
|
-
color: transparent;
|
|
243
|
-
font-size: 0.0063rem;
|
|
244
|
-
height: 2rem;
|
|
245
|
-
width: 2rem;
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
@media (max-width: 1024px) {
|
|
249
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item.ids-header-1177-item--keep-text .ids-header-1177-item-icon {
|
|
250
|
-
left: 0;
|
|
251
|
-
transform: none;
|
|
252
|
-
}
|
|
253
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item.ids-header-1177-item--keep-text a,
|
|
254
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item.ids-header-1177-item--keep-text ::slotted(a),
|
|
255
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item.ids-header-1177-item--keep-text button,
|
|
256
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item.ids-header-1177-item--keep-text ::slotted(button) {
|
|
257
|
-
color: var(--IDS-HEADER-1177-ITEM__COLOR);
|
|
258
|
-
font-size: 1.125rem;
|
|
259
|
-
padding-left: 2rem;
|
|
260
|
-
top: auto;
|
|
261
|
-
left: auto;
|
|
262
|
-
transform: none;
|
|
263
|
-
width: auto;
|
|
264
|
-
align-items: center;
|
|
265
|
-
}
|
|
266
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item.ids-header-1177-item--keep-text a:hover,
|
|
267
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item.ids-header-1177-item--keep-text ::slotted(a:hover),
|
|
268
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item.ids-header-1177-item--keep-text button:hover,
|
|
269
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item.ids-header-1177-item--keep-text ::slotted(button:hover) {
|
|
270
|
-
color: var(--IDS-HEADER-1177-ITEM__COLOR);
|
|
271
|
-
font-size: 1.125rem;
|
|
272
|
-
color: var(--IDS-HEADER-1177-ITEM__HOVER-COLOR);
|
|
273
|
-
text-decoration: underline !important;
|
|
274
|
-
text-underline-offset: 0.125rem;
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
@media (max-width: 1024px) {
|
|
278
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-item:not(.ids-header-1177-item--mobile) {
|
|
279
|
-
display: none;
|
|
280
|
-
}
|
|
28
|
+
.ids--light, .ids--dark {
|
|
29
|
+
--IDS-FONT-FAMILY-BASE: "Open Sans";
|
|
30
|
+
--IDS-FONT-FAMILY-HEADING: "Inter";
|
|
31
|
+
--IDS-FONT-COLOR: var(--ids-color-surface-text-on-default);
|
|
32
|
+
--IDS-HEADING-XXL__MARGIN-BOTTOM: 1.875rem;
|
|
33
|
+
--IDS-HEADING-XL__MARGIN-BOTTOM: 1.875rem;
|
|
34
|
+
--IDS-HEADING-L__MARGIN-BOTTOM: 1.875rem;
|
|
35
|
+
--IDS-PAGE-LIST__COLOR: var(--ids-color-brand-text-primary);
|
|
36
|
+
--IDS-PAGE-LIST__FONT-FAMILY: var(--IDS-FONT-FAMILY-HEADING);
|
|
37
|
+
--IDS-PAGE-LIST__FONT-SIZE: 1.25rem;
|
|
38
|
+
--IDS-PAGE-LIST__LINE-HEIGHT: 1.5rem;
|
|
39
|
+
--IDS-PAGE-LIST__FONT-WEIGHT: 700;
|
|
40
|
+
--IDS-PAGE-LIST__LETTER-SPACING: -0.025rem;
|
|
41
|
+
--IDS-BULLET-LIST__MARKER-COLOR: var(--ids-color-brand-text-primary);
|
|
42
|
+
--IDS-BULLET-LIST__MARKER-FONT-WEIGHT: bold;
|
|
43
|
+
--IDS-BULLET-LIST__LINE-HEIGHT: 1.5rem;
|
|
44
|
+
--IDS-DIVIDER__COLOR: var(--ids-color-surface-border-default);
|
|
45
|
+
}
|
|
46
|
+
.ids--light.ids--1177-pro, .ids--light.ids--1177-admin, .ids--dark.ids--1177-pro, .ids--dark.ids--1177-admin {
|
|
47
|
+
--IDS-PAGE-LIST__COLOR: var(--ids-color-interactive-text-default);
|
|
48
|
+
}
|
|
49
|
+
.ids--light.ids--inera, .ids--light.ids--inera-admin, .ids--dark.ids--inera, .ids--dark.ids--inera-admin {
|
|
50
|
+
--IDS-FONT-FAMILY-BASE: "Open Sans";
|
|
51
|
+
--IDS-FONT-FAMILY-HEADING: "Poppins";
|
|
52
|
+
--IDS-HEADING-XXL__MARGIN-BOTTOM: 1.25rem;
|
|
53
|
+
--IDS-HEADING-XL__MARGIN-BOTTOM: 1.25rem;
|
|
54
|
+
--IDS-HEADING-L__MARGIN-BOTTOM: 1.25rem;
|
|
55
|
+
--IDS-PAGE-LIST__FONT-WEIGHT: 600;
|
|
56
|
+
--IDS-PAGE-LIST__LETTER-SPACING: 0;
|
|
57
|
+
--IDS-BULLET-LIST__MARKER-FONT-WEIGHT: normal;
|
|
58
|
+
--IDS-BULLET-LIST__LINE-HEIGHT: 1.625rem;
|
|
59
|
+
--IDS-DESCRIPTION-LIST__TERM-FONT-WEIGHT: 600;
|
|
60
|
+
}
|
|
61
|
+
.ids--light.ids--dark, .ids--dark.ids--dark {
|
|
62
|
+
--IDS-PAGE-LIST__COLOR: var(--ids-color-navigation-text-default);
|
|
63
|
+
}
|
|
64
|
+
.ids--light.ids--dark.ids--1177-pro, .ids--light.ids--dark.ids--1177-admin, .ids--light.ids--dark.ids--inera, .ids--light.ids--dark.ids--inera-admin, .ids--dark.ids--dark.ids--1177-pro, .ids--dark.ids--dark.ids--1177-admin, .ids--dark.ids--dark.ids--inera, .ids--dark.ids--dark.ids--inera-admin {
|
|
65
|
+
--IDS-PAGE-LIST__COLOR: var(--ids-color-interactive-text-default);
|
|
281
66
|
}
|
|
282
67
|
|
|
283
|
-
|
|
68
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) {
|
|
284
69
|
display: flex;
|
|
285
70
|
flex-direction: column;
|
|
286
71
|
align-items: center;
|
|
@@ -292,34 +77,31 @@
|
|
|
292
77
|
min-width: 2rem;
|
|
293
78
|
border-radius: 0.0313rem;
|
|
294
79
|
}
|
|
295
|
-
|
|
296
|
-
max-width:
|
|
297
|
-
max-height:
|
|
80
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) .ids-header-1177-item-icon {
|
|
81
|
+
max-width: 2rem;
|
|
82
|
+
max-height: 2rem;
|
|
83
|
+
margin-left: 0;
|
|
84
|
+
margin-right: 0;
|
|
298
85
|
display: flex;
|
|
299
86
|
position: absolute;
|
|
300
87
|
top: 0;
|
|
301
88
|
left: 50%;
|
|
302
89
|
transform: translateX(-50%);
|
|
303
90
|
}
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
font-size: 1.5rem;
|
|
91
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) .ids-header-1177-item-icon [class^=ids-icon-] {
|
|
92
|
+
font-size: 2rem;
|
|
307
93
|
color: var(--IDS-HEADER-1177-ITEM__ICON-COLOR);
|
|
308
94
|
}
|
|
309
|
-
@media (
|
|
310
|
-
|
|
311
|
-
max-width:
|
|
312
|
-
max-height:
|
|
313
|
-
margin-left: 0;
|
|
314
|
-
margin-right: 0;
|
|
95
|
+
@media (max-width: 1024px) {
|
|
96
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) .ids-header-1177-item-icon {
|
|
97
|
+
max-width: 1.5rem;
|
|
98
|
+
max-height: 1.5rem;
|
|
315
99
|
}
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
font-size: 2rem;
|
|
100
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) .ids-header-1177-item-icon [class^=ids-icon-] {
|
|
101
|
+
font-size: 1.5rem;
|
|
319
102
|
}
|
|
320
103
|
}
|
|
321
|
-
|
|
322
|
-
:host .ids-header-1177-item:not(.ids-header-1177-item--unresponsive) ::slotted(a) {
|
|
104
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) a {
|
|
323
105
|
cursor: pointer;
|
|
324
106
|
position: relative;
|
|
325
107
|
height: 3.875rem;
|
|
@@ -330,7 +112,7 @@
|
|
|
330
112
|
border: 0;
|
|
331
113
|
color: var(--IDS-HEADER-1177-ITEM__COLOR);
|
|
332
114
|
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
333
|
-
line-height: 1.5rem;
|
|
115
|
+
line-height: 1.5rem !important;
|
|
334
116
|
font-size: 1.125rem;
|
|
335
117
|
text-align: center;
|
|
336
118
|
bottom: 0;
|
|
@@ -344,8 +126,7 @@
|
|
|
344
126
|
text-decoration: none;
|
|
345
127
|
border-radius: 0.0313rem;
|
|
346
128
|
}
|
|
347
|
-
|
|
348
|
-
:host .ids-header-1177-item:not(.ids-header-1177-item--unresponsive) ::slotted(button) {
|
|
129
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) button {
|
|
349
130
|
cursor: pointer;
|
|
350
131
|
position: relative;
|
|
351
132
|
height: 3.875rem;
|
|
@@ -357,7 +138,7 @@
|
|
|
357
138
|
background-color: transparent;
|
|
358
139
|
color: var(--IDS-HEADER-1177-ITEM__COLOR);
|
|
359
140
|
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
360
|
-
line-height: 1.5rem;
|
|
141
|
+
line-height: 1.5rem !important;
|
|
361
142
|
font-size: 1.125rem;
|
|
362
143
|
text-align: center;
|
|
363
144
|
bottom: 0;
|
|
@@ -370,37 +151,30 @@
|
|
|
370
151
|
white-space: nowrap;
|
|
371
152
|
border-radius: 0.0313rem;
|
|
372
153
|
}
|
|
373
|
-
|
|
154
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive):hover .ids-header-1177-item-icon {
|
|
374
155
|
color: var(--IDS-HEADER-1177-ITEM__HOVER-COLOR);
|
|
375
156
|
}
|
|
376
|
-
|
|
377
|
-
:host .ids-header-1177-item:not(.ids-header-1177-item--unresponsive):hover .ids-header-1177-item-icon [class^=ids-icon-]:before {
|
|
157
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive):hover .ids-header-1177-item-icon [class^=ids-icon-]:before {
|
|
378
158
|
color: var(--IDS-HEADER-1177-ITEM__HOVER-COLOR);
|
|
379
159
|
}
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
:host .ids-header-1177-item:not(.ids-header-1177-item--unresponsive) button:hover,
|
|
383
|
-
:host .ids-header-1177-item:not(.ids-header-1177-item--unresponsive) ::slotted(button:hover) {
|
|
160
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) a:hover,
|
|
161
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) button:hover {
|
|
384
162
|
color: var(--IDS-HEADER-1177-ITEM__HOVER-COLOR);
|
|
385
163
|
text-decoration: underline !important;
|
|
386
164
|
text-underline-offset: 0.125rem;
|
|
387
165
|
}
|
|
388
166
|
@media (max-width: 1024px) {
|
|
389
|
-
|
|
167
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) {
|
|
390
168
|
margin-left: 1rem;
|
|
391
169
|
height: 2rem;
|
|
392
170
|
}
|
|
393
|
-
|
|
171
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) .ids-header-1177-item-icon {
|
|
394
172
|
top: 0.25rem;
|
|
395
173
|
}
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
:host .ids-header-1177-item:not(.ids-header-1177-item--unresponsive) button,
|
|
401
|
-
:host .ids-header-1177-item:not(.ids-header-1177-item--unresponsive) ::slotted(button),
|
|
402
|
-
:host .ids-header-1177-item:not(.ids-header-1177-item--unresponsive) button:hover,
|
|
403
|
-
:host .ids-header-1177-item:not(.ids-header-1177-item--unresponsive) ::slotted(button:hover) {
|
|
174
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) a,
|
|
175
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) a:hover,
|
|
176
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) button,
|
|
177
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) button:hover {
|
|
404
178
|
color: transparent;
|
|
405
179
|
font-size: 0.0063rem;
|
|
406
180
|
height: 2rem;
|
|
@@ -408,14 +182,12 @@
|
|
|
408
182
|
}
|
|
409
183
|
}
|
|
410
184
|
@media (max-width: 1024px) {
|
|
411
|
-
|
|
185
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive).ids-header-1177-item--keep-text .ids-header-1177-item-icon {
|
|
412
186
|
left: 0;
|
|
413
187
|
transform: none;
|
|
414
188
|
}
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
:host .ids-header-1177-item:not(.ids-header-1177-item--unresponsive).ids-header-1177-item--keep-text button,
|
|
418
|
-
:host .ids-header-1177-item:not(.ids-header-1177-item--unresponsive).ids-header-1177-item--keep-text ::slotted(button) {
|
|
189
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive).ids-header-1177-item--keep-text a,
|
|
190
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive).ids-header-1177-item--keep-text button {
|
|
419
191
|
color: var(--IDS-HEADER-1177-ITEM__COLOR);
|
|
420
192
|
font-size: 1.125rem;
|
|
421
193
|
padding-left: 2rem;
|
|
@@ -425,10 +197,8 @@
|
|
|
425
197
|
width: auto;
|
|
426
198
|
align-items: center;
|
|
427
199
|
}
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
:host .ids-header-1177-item:not(.ids-header-1177-item--unresponsive).ids-header-1177-item--keep-text button:hover,
|
|
431
|
-
:host .ids-header-1177-item:not(.ids-header-1177-item--unresponsive).ids-header-1177-item--keep-text ::slotted(button:hover) {
|
|
200
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive).ids-header-1177-item--keep-text a:hover,
|
|
201
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive).ids-header-1177-item--keep-text button:hover {
|
|
432
202
|
color: var(--IDS-HEADER-1177-ITEM__COLOR);
|
|
433
203
|
font-size: 1.125rem;
|
|
434
204
|
color: var(--IDS-HEADER-1177-ITEM__HOVER-COLOR);
|
|
@@ -437,11 +207,11 @@
|
|
|
437
207
|
}
|
|
438
208
|
}
|
|
439
209
|
@media (max-width: 1024px) {
|
|
440
|
-
|
|
210
|
+
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive):not(.ids-header-1177-item--mobile) {
|
|
441
211
|
display: none;
|
|
442
212
|
}
|
|
443
213
|
}
|
|
444
|
-
|
|
214
|
+
.ids-header-1177-item.ids-header-1177-item--unresponsive {
|
|
445
215
|
display: flex;
|
|
446
216
|
flex-direction: column;
|
|
447
217
|
align-items: center;
|
|
@@ -453,22 +223,22 @@
|
|
|
453
223
|
min-width: 2rem;
|
|
454
224
|
border-radius: 0.0313rem;
|
|
455
225
|
}
|
|
456
|
-
|
|
457
|
-
max-width:
|
|
458
|
-
max-height:
|
|
226
|
+
.ids-header-1177-item.ids-header-1177-item--unresponsive .ids-header-1177-item-icon {
|
|
227
|
+
max-width: 2rem;
|
|
228
|
+
max-height: 2rem;
|
|
229
|
+
margin-left: 0;
|
|
230
|
+
margin-right: 0;
|
|
459
231
|
display: flex;
|
|
460
232
|
position: absolute;
|
|
461
233
|
top: 0;
|
|
462
234
|
left: 50%;
|
|
463
235
|
transform: translateX(-50%);
|
|
464
236
|
}
|
|
465
|
-
|
|
466
|
-
:
|
|
467
|
-
font-size: 1.5rem;
|
|
237
|
+
.ids-header-1177-item.ids-header-1177-item--unresponsive .ids-header-1177-item-icon [class^=ids-icon-] {
|
|
238
|
+
font-size: 2rem;
|
|
468
239
|
color: var(--IDS-HEADER-1177-ITEM__ICON-COLOR);
|
|
469
240
|
}
|
|
470
|
-
|
|
471
|
-
:host .ids-header-1177-item.ids-header-1177-item--unresponsive ::slotted(a) {
|
|
241
|
+
.ids-header-1177-item.ids-header-1177-item--unresponsive a {
|
|
472
242
|
cursor: pointer;
|
|
473
243
|
position: relative;
|
|
474
244
|
height: 3.875rem;
|
|
@@ -479,7 +249,7 @@
|
|
|
479
249
|
border: 0;
|
|
480
250
|
color: var(--IDS-HEADER-1177-ITEM__COLOR);
|
|
481
251
|
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
482
|
-
line-height: 1.5rem;
|
|
252
|
+
line-height: 1.5rem !important;
|
|
483
253
|
font-size: 1.125rem;
|
|
484
254
|
text-align: center;
|
|
485
255
|
bottom: 0;
|
|
@@ -493,8 +263,7 @@
|
|
|
493
263
|
text-decoration: none;
|
|
494
264
|
border-radius: 0.0313rem;
|
|
495
265
|
}
|
|
496
|
-
|
|
497
|
-
:host .ids-header-1177-item.ids-header-1177-item--unresponsive ::slotted(button) {
|
|
266
|
+
.ids-header-1177-item.ids-header-1177-item--unresponsive button {
|
|
498
267
|
cursor: pointer;
|
|
499
268
|
position: relative;
|
|
500
269
|
height: 3.875rem;
|
|
@@ -506,7 +275,7 @@
|
|
|
506
275
|
background-color: transparent;
|
|
507
276
|
color: var(--IDS-HEADER-1177-ITEM__COLOR);
|
|
508
277
|
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
509
|
-
line-height: 1.5rem;
|
|
278
|
+
line-height: 1.5rem !important;
|
|
510
279
|
font-size: 1.125rem;
|
|
511
280
|
text-align: center;
|
|
512
281
|
bottom: 0;
|
|
@@ -519,17 +288,14 @@
|
|
|
519
288
|
white-space: nowrap;
|
|
520
289
|
border-radius: 0.0313rem;
|
|
521
290
|
}
|
|
522
|
-
|
|
291
|
+
.ids-header-1177-item.ids-header-1177-item--unresponsive:hover .ids-header-1177-item-icon {
|
|
523
292
|
color: var(--IDS-HEADER-1177-ITEM__HOVER-COLOR);
|
|
524
293
|
}
|
|
525
|
-
|
|
526
|
-
:host .ids-header-1177-item.ids-header-1177-item--unresponsive:hover .ids-header-1177-item-icon [class^=ids-icon-]:before {
|
|
294
|
+
.ids-header-1177-item.ids-header-1177-item--unresponsive:hover .ids-header-1177-item-icon [class^=ids-icon-]:before {
|
|
527
295
|
color: var(--IDS-HEADER-1177-ITEM__HOVER-COLOR);
|
|
528
296
|
}
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
:host .ids-header-1177-item.ids-header-1177-item--unresponsive button:hover,
|
|
532
|
-
:host .ids-header-1177-item.ids-header-1177-item--unresponsive ::slotted(button:hover) {
|
|
297
|
+
.ids-header-1177-item.ids-header-1177-item--unresponsive a:hover,
|
|
298
|
+
.ids-header-1177-item.ids-header-1177-item--unresponsive button:hover {
|
|
533
299
|
color: var(--IDS-HEADER-1177-ITEM__HOVER-COLOR);
|
|
534
300
|
text-decoration: underline !important;
|
|
535
301
|
text-underline-offset: 0.125rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { css, unsafeCSS } from 'lit';
|
|
2
2
|
|
|
3
|
-
var css_248z = "@media (max-width:1023px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}header.ids-header-1177{border-bottom:.0625rem solid var(--IDS-HEADER-1177__BORDER-COLOR);position:relative}header.ids-header-1177 .ids-header-1177__skip-to-content{position:relative;z-index:20}header.ids-header-1177 .ids-header-1177__skip-to-content ::slotted(a),header.ids-header-1177 .ids-header-1177__skip-to-content a{align-items:center;background-color:var(--IDS-SKIP-TO-CONTENT-LINK__BACKGROUND-COLOR);box-shadow:var(--IDS-BOX-SHADOW-ELEVATED-2);color:var(--IDS-LINK--COLOR-PRESET-1__COLOR);display:flex;font-family:var(--IDS-LINK__FONT-FAMILY);font-size:1rem;height:3rem;justify-content:center;left:0;padding:0 1rem;position:absolute;right:0;text-align:center;text-decoration-color:var(--IDS-LINK--COLOR-PRESET-1__COLOR);text-decoration:underline;transform:translateY(-300%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:20}header.ids-header-1177 .ids-header-1177__skip-to-content ::slotted(a:focus-visible),header.ids-header-1177 .ids-header-1177__skip-to-content a:focus-visible{outline-offset:-.375rem!important;transform:translateY(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}header.ids-header-1177:not(.ids-header-1177--unresponsive):before{background-color:var(--IDS-HEADER-1177__TOP-BORDER-COLOR);content:\"\";height:.5rem;left:0;position:absolute;right:0;top:0;z-index:3}@media (max-width:1024px){header.ids-header-1177:not(.ids-header-1177--unresponsive):before{height:.25rem}}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container{align-items:center;background-color:var(--IDS-HEADER-1177__BACKGROUND-COLOR);display:flex;padding:0;position:relative;z-index:2}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__left,header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__right{flex:1 1 0;height:7.5rem;min-width:0}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__left{background-color:var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR)}@media (max-width:1024px){header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__left,header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__right{height:3rem}}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner{align-items:center;display:flex;flex-grow:1;flex:0 1 auto;flex-wrap:wrap;justify-content:space-between;max-width:var(--IDS__MAX-WIDTH);position:relative;width:100%}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-left{display:flex;position:relative;z-index:4}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-right{align-items:center;display:flex;flex-grow:1;justify-content:flex-end;padding-right:var(--IDS__CONTAINER-MARGIN)}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper{align-items:center;background-color:var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR);display:flex;height:100%;margin-left:0!important;margin-right:0;min-height:7.5rem;overflow-y:clip;padding-left:var(--IDS__CONTAINER-MARGIN);position:relative}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after{clip:rect(8.75rem,25rem,16.25rem,24.375rem);background-color:var(--IDS-HEADER-1177__GRAPHICS-BACKGROUND-COLOR);border-radius:100%;content:\"\";height:25rem;left:auto;margin-top:-12.5rem;position:absolute;right:-.5625rem;top:0;top:50%;width:25rem;z-index:0}@media (max-width:1024px){header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after{display:none}}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo{align-items:center;display:flex;margin-right:1.25rem;width:6.4375rem}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:focus-visible{outline:var(--IDS-FOCUS__OUTLINE--LIGHT);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link{border-radius:.0313rem;cursor:pointer;height:5.625rem;position:relative;width:100%}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--IDS-HEADER-1177__LOGO-COLOR);content:\"\\e91e\";display:block;font:icon;font-family:Inera-Design-Icons!important;font-size:6.625rem;pointer-events:none;position:absolute}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo ::slotted([slot=logo]):focus-visible,header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a:focus-visible{outline:var(--IDS-FOCUS__OUTLINE--LIGHT);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo ::slotted([slot=logo]),header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a{align-items:center;border-radius:.0625rem;color:var(--IDS-HEADER-1177__LOGO-COLOR);display:flex;font-size:6.625rem}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo ::slotted([slot=logo]:focus-visible){outline:var(--IDS-FOCUS__OUTLINE--LIGHT);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}@media (max-width:1024px){header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper{height:1rem!important;min-height:3rem;min-width:3.125rem;padding-left:1.25rem;padding-right:1.25rem}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after{clip:rect(7.8125rem,18.75rem,10.8125rem,18.125rem);background-color:var(--IDS-HEADER-1177__GRAPHICS-BACKGROUND-COLOR);border-radius:100%;content:\"\";display:none;height:18.75rem;left:auto;margin-top:-7.81rem;position:absolute;right:-.5625rem;top:0;width:18.75rem;z-index:0}}@media (max-width:1024px) and (max-width:1024px){header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after{display:block}}@media (max-width:1024px){header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo{margin-right:0;width:3rem}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link{height:2rem}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:before{font-size:3rem}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo ::slotted([slot=logo]),header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a{font-size:3rem}}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items{align-items:center;display:flex;justify-content:flex-end;margin-left:1rem;margin-right:1.25rem}@media (max-width:1024px){header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items{margin-left:1rem;margin-right:.5rem}}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region-picker{align-items:center;display:flex;flex-grow:1;margin-left:1.875rem;position:relative}@media (max-width:1024px){header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region-picker{display:none}}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-mobile{background-color:var(--IDS-HEADER-1177__NAV-MOBILE-BACKGROUND-COLOR);box-sizing:border-box;display:none;flex:1 1 auto;flex-wrap:wrap;height:3.125rem}@media (max-width:1024px){header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-mobile{display:flex}}header.ids-header-1177.ids-header-1177--unresponsive:before{background-color:var(--IDS-HEADER-1177__TOP-BORDER-COLOR);content:\"\";height:.5rem;left:0;position:absolute;right:0;top:0;z-index:3}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container{align-items:center;background-color:var(--IDS-HEADER-1177__BACKGROUND-COLOR);display:flex;padding:0;position:relative;z-index:2}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__left,header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__right{flex:1 1 0;height:7.5rem;min-width:0}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__left{background-color:var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR)}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner{align-items:center;display:flex;flex-grow:1;flex:0 1 auto;flex-wrap:wrap;justify-content:space-between;max-width:var(--IDS__MAX-WIDTH);position:relative;width:100%}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-left{display:flex;position:relative;z-index:4}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-right{align-items:center;display:flex;flex-grow:1;justify-content:flex-end;padding-right:var(--IDS__CONTAINER-MARGIN)}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper{align-items:center;background-color:var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR);display:flex;height:100%;margin-left:0!important;margin-right:0;min-height:7.5rem;overflow-y:clip;padding-left:var(--IDS__CONTAINER-MARGIN);position:relative}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after{clip:rect(8.75rem,25rem,16.25rem,24.375rem);background-color:var(--IDS-HEADER-1177__GRAPHICS-BACKGROUND-COLOR);border-radius:100%;content:\"\";height:25rem;left:auto;margin-top:-12.5rem;position:absolute;right:-.5625rem;top:0;top:50%;width:25rem;z-index:0}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo{align-items:center;display:flex;margin-right:1.25rem;width:6.4375rem}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:focus-visible{outline:var(--IDS-FOCUS__OUTLINE--LIGHT);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link{border-radius:.0313rem;cursor:pointer;height:5.625rem;position:relative;width:100%}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--IDS-HEADER-1177__LOGO-COLOR);content:\"\\e91e\";display:block;font:icon;font-family:Inera-Design-Icons!important;font-size:6.625rem;pointer-events:none;position:absolute}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo ::slotted([slot=logo]):focus-visible,header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a:focus-visible{outline:var(--IDS-FOCUS__OUTLINE--LIGHT);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo ::slotted([slot=logo]),header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a{align-items:center;border-radius:.0625rem;color:var(--IDS-HEADER-1177__LOGO-COLOR);display:flex;font-size:6.625rem}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo ::slotted([slot=logo]:focus-visible){outline:var(--IDS-FOCUS__OUTLINE--LIGHT);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items{align-items:center;display:flex;justify-content:flex-end;margin-left:1rem;margin-right:1.25rem}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region-picker{align-items:center;display:flex;flex-grow:1;margin-left:1.875rem;position:relative}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__nav-mobile{background-color:var(--IDS-HEADER-1177__NAV-MOBILE-BACKGROUND-COLOR);box-sizing:border-box;display:none;flex:1 1 auto;flex-wrap:wrap;height:3.125rem}";
|
|
3
|
+
var css_248z = "@media (max-width:639px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}.ids--dark,.ids--light{--IDS-FONT-FAMILY-BASE:\"Open Sans\";--IDS-FONT-FAMILY-HEADING:\"Inter\";--IDS-FONT-COLOR:var(--ids-color-surface-text-on-default);--IDS-HEADING-XXL__MARGIN-BOTTOM:1.875rem;--IDS-HEADING-XL__MARGIN-BOTTOM:1.875rem;--IDS-HEADING-L__MARGIN-BOTTOM:1.875rem;--IDS-PAGE-LIST__COLOR:var(--ids-color-brand-text-primary);--IDS-PAGE-LIST__FONT-FAMILY:var(--IDS-FONT-FAMILY-HEADING);--IDS-PAGE-LIST__FONT-SIZE:1.25rem;--IDS-PAGE-LIST__LINE-HEIGHT:1.5rem;--IDS-PAGE-LIST__FONT-WEIGHT:700;--IDS-PAGE-LIST__LETTER-SPACING:-0.025rem;--IDS-BULLET-LIST__MARKER-COLOR:var(--ids-color-brand-text-primary);--IDS-BULLET-LIST__MARKER-FONT-WEIGHT:bold;--IDS-BULLET-LIST__LINE-HEIGHT:1.5rem;--IDS-DIVIDER__COLOR:var(--ids-color-surface-border-default)}.ids--dark.ids--1177-admin,.ids--dark.ids--1177-pro,.ids--light.ids--1177-admin,.ids--light.ids--1177-pro{--IDS-PAGE-LIST__COLOR:var(--ids-color-interactive-text-default)}.ids--dark.ids--inera,.ids--dark.ids--inera-admin,.ids--light.ids--inera,.ids--light.ids--inera-admin{--IDS-FONT-FAMILY-BASE:\"Open Sans\";--IDS-FONT-FAMILY-HEADING:\"Poppins\";--IDS-HEADING-XXL__MARGIN-BOTTOM:1.25rem;--IDS-HEADING-XL__MARGIN-BOTTOM:1.25rem;--IDS-HEADING-L__MARGIN-BOTTOM:1.25rem;--IDS-PAGE-LIST__FONT-WEIGHT:600;--IDS-PAGE-LIST__LETTER-SPACING:0;--IDS-BULLET-LIST__MARKER-FONT-WEIGHT:normal;--IDS-BULLET-LIST__LINE-HEIGHT:1.625rem;--IDS-DESCRIPTION-LIST__TERM-FONT-WEIGHT:600}.ids--dark.ids--dark,.ids--light.ids--dark{--IDS-PAGE-LIST__COLOR:var(--ids-color-navigation-text-default)}.ids--dark.ids--dark.ids--1177-admin,.ids--dark.ids--dark.ids--1177-pro,.ids--dark.ids--dark.ids--inera,.ids--dark.ids--dark.ids--inera-admin,.ids--light.ids--dark.ids--1177-admin,.ids--light.ids--dark.ids--1177-pro,.ids--light.ids--dark.ids--inera,.ids--light.ids--dark.ids--inera-admin{--IDS-PAGE-LIST__COLOR:var(--ids-color-interactive-text-default)}header.ids-header-1177{border-bottom:.0625rem solid var(--IDS-HEADER-1177__BORDER-COLOR);position:relative;z-index:4}header.ids-header-1177 .ids-header-1177__skip-to-content{display:block;position:relative;z-index:20}header.ids-header-1177 .ids-header-1177__skip-to-content ::slotted(a),header.ids-header-1177 .ids-header-1177__skip-to-content a{align-items:center;background-color:var(--IDS-SKIP-TO-CONTENT-LINK__BACKGROUND-COLOR);box-shadow:var(--IDS-BOX-SHADOW-ELEVATED-2);color:var(--IDS-LINK--COLOR-PRESET-1__COLOR);display:flex;font-family:var(--IDS-LINK__FONT-FAMILY);font-size:1rem;height:3rem;justify-content:center;left:0;padding:0 1rem;position:absolute;right:0;text-align:center;text-decoration-color:var(--IDS-LINK--COLOR-PRESET-1__COLOR);text-decoration:underline;transform:translateY(-300%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:20}header.ids-header-1177 .ids-header-1177__skip-to-content ::slotted(a:focus-visible),header.ids-header-1177 .ids-header-1177__skip-to-content a:focus-visible{outline-offset:-.375rem!important;transform:translateY(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}header.ids-header-1177:not(.ids-header-1177--unresponsive):before{background-color:var(--IDS-HEADER-1177__TOP-BORDER-COLOR);content:\"\";height:.5rem;left:0;position:absolute;right:0;top:0;z-index:3}@media (max-width:1024px){header.ids-header-1177:not(.ids-header-1177--unresponsive):before{height:.25rem}}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container{align-items:center;background-color:var(--IDS-HEADER-1177__BACKGROUND-COLOR);display:flex;padding:0;position:relative;z-index:2}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__left,header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__right{flex:1 1 0;height:7.5rem;min-width:0}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__left{background-color:var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR)}@media (max-width:1024px){header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__left,header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__right{height:3rem}}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner{align-items:center;display:flex;flex-grow:1;flex:0 1 auto;flex-wrap:wrap;justify-content:space-between;max-width:var(--IDS__MAX-WIDTH);position:relative;width:100%}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-left{display:flex;position:relative;z-index:4}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-right{align-items:center;display:flex;flex-grow:1;justify-content:flex-end;padding-right:var(--IDS__CONTAINER-MARGIN)}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper{align-items:center;background-color:var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR);display:flex;height:100%;margin-left:0!important;margin-right:0;min-height:7.5rem;overflow-y:clip;padding-left:var(--IDS__CONTAINER-MARGIN);position:relative}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after{clip:rect(8.75rem,25rem,16.25rem,24.375rem);background-color:var(--IDS-HEADER-1177__GRAPHICS-BACKGROUND-COLOR);border-radius:100%;content:\"\";height:25rem;left:auto;margin-top:-12.5rem;position:absolute;right:-.5625rem;top:0;top:50%;width:25rem;z-index:0}@media (max-width:1024px){header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after{display:none}}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo{align-items:center;display:flex;margin-right:1.25rem;width:6.4375rem}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:focus-visible{outline:var(--IDS-FOCUS__OUTLINE--LIGHT);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link{border-radius:.0313rem;cursor:pointer;height:5.625rem;position:relative;width:100%}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--IDS-HEADER-1177__LOGO-COLOR);content:\"\\e91e\";display:block;font:icon;font-family:Inera-Design-Icons!important;font-size:6.625rem;position:absolute}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a{align-items:center;border-radius:.0625rem;color:var(--IDS-HEADER-1177__LOGO-COLOR);display:flex;font-size:6.625rem}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a:focus-visible{outline:var(--IDS-FOCUS__OUTLINE--LIGHT);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}@media (max-width:1024px){header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper{height:1rem!important;min-height:3rem;min-width:3.125rem;padding-left:1.25rem;padding-right:1.25rem}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after{clip:rect(7.8125rem,18.75rem,10.8125rem,18.125rem);background-color:var(--IDS-HEADER-1177__GRAPHICS-BACKGROUND-COLOR);border-radius:100%;content:\"\";display:none;height:18.75rem;left:auto;margin-top:-7.81rem;position:absolute;right:-.5625rem;top:0;width:18.75rem;z-index:0}}@media (max-width:1024px) and (max-width:1024px){header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after{display:block}}@media (max-width:1024px){header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo{margin-right:0;width:3rem}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link{height:2rem}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:before,header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a{font-size:3rem}}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items{align-items:center;display:flex;justify-content:flex-end;margin-left:1rem;margin-right:1.25rem}@media (max-width:1024px){header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items{margin-left:1rem;margin-right:.5rem}}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region-picker{align-items:center;display:flex;flex-grow:1;margin-left:1.875rem;position:relative}@media (max-width:1024px){header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region-picker{display:none}}header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-nav__mobile{background-color:var(--IDS-HEADER-1177__NAV-MOBILE-BACKGROUND-COLOR);box-sizing:border-box;display:none;flex:1 1 auto;flex-wrap:wrap;height:3.125rem}@media (max-width:1024px){header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-nav__mobile{display:flex}}header.ids-header-1177.ids-header-1177--unresponsive:before{background-color:var(--IDS-HEADER-1177__TOP-BORDER-COLOR);content:\"\";height:.5rem;left:0;position:absolute;right:0;top:0;z-index:3}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container{align-items:center;background-color:var(--IDS-HEADER-1177__BACKGROUND-COLOR);display:flex;padding:0;position:relative;z-index:2}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__left,header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__right{flex:1 1 0;height:7.5rem;min-width:0}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__left{background-color:var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR)}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner{align-items:center;display:flex;flex-grow:1;flex:0 1 auto;flex-wrap:wrap;justify-content:space-between;max-width:var(--IDS__MAX-WIDTH);position:relative;width:100%}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-left{display:flex;position:relative;z-index:4}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-right{align-items:center;display:flex;flex-grow:1;justify-content:flex-end;padding-right:var(--IDS__CONTAINER-MARGIN)}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper{align-items:center;background-color:var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR);display:flex;height:100%;margin-left:0!important;margin-right:0;min-height:7.5rem;overflow-y:clip;padding-left:var(--IDS__CONTAINER-MARGIN);position:relative}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after{clip:rect(8.75rem,25rem,16.25rem,24.375rem);background-color:var(--IDS-HEADER-1177__GRAPHICS-BACKGROUND-COLOR);border-radius:100%;content:\"\";height:25rem;left:auto;margin-top:-12.5rem;position:absolute;right:-.5625rem;top:0;top:50%;width:25rem;z-index:0}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo{align-items:center;display:flex;margin-right:1.25rem;width:6.4375rem}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:focus-visible{outline:var(--IDS-FOCUS__OUTLINE--LIGHT);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link{border-radius:.0313rem;cursor:pointer;height:5.625rem;position:relative;width:100%}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--IDS-HEADER-1177__LOGO-COLOR);content:\"\\e91e\";display:block;font:icon;font-family:Inera-Design-Icons!important;font-size:6.625rem;position:absolute}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a{align-items:center;border-radius:.0625rem;color:var(--IDS-HEADER-1177__LOGO-COLOR);display:flex;font-size:6.625rem}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a:focus-visible{outline:var(--IDS-FOCUS__OUTLINE--LIGHT);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items{align-items:center;display:flex;justify-content:flex-end;margin-left:1rem;margin-right:1.25rem}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region-picker{align-items:center;display:flex;flex-grow:1;margin-left:1.875rem;position:relative}header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177-nav__mobile{background-color:var(--IDS-HEADER-1177__NAV-MOBILE-BACKGROUND-COLOR);box-sizing:border-box;display:none;flex:1 1 auto;flex-wrap:wrap;height:3.125rem}";
|
|
4
4
|
|
|
5
5
|
var header1177Lit = css`${unsafeCSS(css_248z)}`;
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { css, unsafeCSS } from 'lit';
|
|
2
2
|
|
|
3
|
-
var css_248z = "@media (max-width:
|
|
3
|
+
var css_248z = "@media (max-width:639px){.ids-desktop{display:none!important}}@media (min-width:1024px){.ids-mobile{display:none!important}}.ids-header-1177-menu-mobile{display:none}.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button:focus-visible{outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button{align-items:center;background-color:transparent;border:0;cursor:pointer;display:flex;height:2.25rem;justify-content:center;margin-left:.75rem;width:2.25rem}.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button .ids-hamburger{cursor:pointer;flex-shrink:0;position:relative;transition:all .2s;user-select:none}.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button .ids-hamburger__lines{background-color:var(--IDS-HEADER-1177-MOBILE-MENU__HAMBURGER-COLOR);border-radius:.125rem;cursor:pointer;display:block;height:.125rem;position:relative;transition:all .2s;width:1.3125rem;width:1.25rem}.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button .ids-hamburger__lines:after,.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button .ids-hamburger__lines:before{background-color:var(--IDS-HEADER-1177-MOBILE-MENU__HAMBURGER-COLOR);border-radius:.125rem;content:\"\";display:inline-block;height:.125rem;left:0;position:absolute;-webkit-transform-origin:.09375rem center;transform-origin:.09375rem center;-webkit-transform-origin:.13393rem center;transform-origin:.13393rem center;transition:all .2s;width:1.3125rem;width:1.25rem}.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button .ids-hamburger__lines:before{top:.5rem}.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button .ids-hamburger__lines:after{top:-.5rem}.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button:hover .ids-hamburger__lines,.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button:hover .ids-hamburger__lines:after,.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button:hover .ids-hamburger__lines:before{background-color:var(--IDS-HEADER-1177-MOBILE-MENU__HAMBURGER-HOVER-COLOR)}.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button[aria-expanded=true] .ids-hamburger .ids-hamburger__lines{background:transparent}.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button[aria-expanded=true] .ids-hamburger .ids-hamburger__lines:after,.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button[aria-expanded=true] .ids-hamburger .ids-hamburger__lines:before{left:-.1rem;top:0;-ms-transform-origin:50% 50%;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;width:1.5rem}.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button[aria-expanded=true] .ids-hamburger .ids-hamburger__lines:before{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button[aria-expanded=true] .ids-hamburger .ids-hamburger__lines:after{-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button:focus-visible{border-radius:.0625rem;outline:.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);outline-offset:0!important}.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button:focus-visible[aria-expanded=true]{border-radius:100%}.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__items{background-color:var(--IDS-HEADER-1177-MOBILE-MENU__BACKGROUND-COLOR);border-top:.0625rem solid var(--IDS-HEADER-1177-MOBILE-MENU__BORDER-COLOR);box-shadow:var(--IDS-BOX-SHADOW-ELEVATED-1);display:none;left:0;position:absolute;right:0;top:100%;z-index:10}@media (max-width:1024px){.ids-header-1177-menu-mobile{display:block}}.ids-header-1177-menu-mobile.ids-header-1177-menu-mobile--expanded .ids-header-1177-menu-mobile__items{display:block}.ids-header-1177-menu-mobile.ids-header-1177-menu-mobile--unresponsive{display:none}";
|
|
4
4
|
|
|
5
5
|
var header1177MenuMobileLit = css`${unsafeCSS(css_248z)}`;
|
|
6
6
|
|