@kaizen/components 1.6.3 → 1.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/cjs/dts/Filter/Filter.d.ts +3 -2
  3. package/dist/cjs/dts/FilterSelect/FilterSelect.d.ts +37 -0
  4. package/dist/cjs/dts/FilterSelect/_docs/mockData.d.ts +6 -0
  5. package/dist/cjs/dts/FilterSelect/context/SelectContext.d.ts +13 -0
  6. package/dist/cjs/dts/FilterSelect/context/index.d.ts +1 -0
  7. package/dist/cjs/dts/FilterSelect/index.d.ts +2 -0
  8. package/dist/cjs/dts/FilterSelect/subcomponents/ListBox/ListBox.d.ts +13 -0
  9. package/dist/cjs/dts/FilterSelect/subcomponents/ListBox/index.d.ts +1 -0
  10. package/dist/cjs/dts/FilterSelect/subcomponents/ListBoxSection/ListBoxSection.d.ts +9 -0
  11. package/dist/cjs/dts/FilterSelect/subcomponents/ListBoxSection/index.d.ts +1 -0
  12. package/dist/cjs/dts/FilterSelect/subcomponents/ListItem/ListItem.d.ts +9 -0
  13. package/dist/cjs/dts/FilterSelect/subcomponents/ListItem/index.d.ts +1 -0
  14. package/dist/cjs/dts/FilterSelect/subcomponents/ListItems/ListItems.d.ts +10 -0
  15. package/dist/cjs/dts/FilterSelect/subcomponents/ListItems/index.d.ts +1 -0
  16. package/dist/cjs/dts/FilterSelect/subcomponents/Option/Option.d.ts +10 -0
  17. package/dist/cjs/dts/FilterSelect/subcomponents/Option/index.d.ts +1 -0
  18. package/dist/cjs/dts/FilterSelect/subcomponents/Overlay/Overlay.d.ts +10 -0
  19. package/dist/cjs/dts/FilterSelect/subcomponents/Overlay/index.d.ts +1 -0
  20. package/dist/cjs/dts/FilterSelect/subcomponents/SectionDivider/SectionDivider.d.ts +5 -0
  21. package/dist/cjs/dts/FilterSelect/subcomponents/SectionDivider/index.d.ts +1 -0
  22. package/dist/cjs/dts/FilterSelect/types.d.ts +23 -0
  23. package/dist/cjs/dts/FilterSelect/utils/isSelectOptionGroup.d.ts +2 -0
  24. package/dist/cjs/dts/FilterSelect/utils/transformSelectItemToCollectionElement.d.ts +3 -0
  25. package/dist/cjs/dts/index.d.ts +1 -0
  26. package/dist/cjs/future.js +1 -1
  27. package/dist/cjs/{index-d9398199.js → index-badd21a8.js} +1 -1
  28. package/dist/cjs/{index-d9398199.js.map → index-badd21a8.js.map} +1 -1
  29. package/dist/cjs/index.css +1821 -2
  30. package/dist/cjs/index.js +6934 -49
  31. package/dist/cjs/index.js.map +1 -1
  32. package/dist/esm/dts/Filter/Filter.d.ts +3 -2
  33. package/dist/esm/dts/FilterSelect/FilterSelect.d.ts +37 -0
  34. package/dist/esm/dts/FilterSelect/_docs/mockData.d.ts +6 -0
  35. package/dist/esm/dts/FilterSelect/context/SelectContext.d.ts +13 -0
  36. package/dist/esm/dts/FilterSelect/context/index.d.ts +1 -0
  37. package/dist/esm/dts/FilterSelect/index.d.ts +2 -0
  38. package/dist/esm/dts/FilterSelect/subcomponents/ListBox/ListBox.d.ts +13 -0
  39. package/dist/esm/dts/FilterSelect/subcomponents/ListBox/index.d.ts +1 -0
  40. package/dist/esm/dts/FilterSelect/subcomponents/ListBoxSection/ListBoxSection.d.ts +9 -0
  41. package/dist/esm/dts/FilterSelect/subcomponents/ListBoxSection/index.d.ts +1 -0
  42. package/dist/esm/dts/FilterSelect/subcomponents/ListItem/ListItem.d.ts +9 -0
  43. package/dist/esm/dts/FilterSelect/subcomponents/ListItem/index.d.ts +1 -0
  44. package/dist/esm/dts/FilterSelect/subcomponents/ListItems/ListItems.d.ts +10 -0
  45. package/dist/esm/dts/FilterSelect/subcomponents/ListItems/index.d.ts +1 -0
  46. package/dist/esm/dts/FilterSelect/subcomponents/Option/Option.d.ts +10 -0
  47. package/dist/esm/dts/FilterSelect/subcomponents/Option/index.d.ts +1 -0
  48. package/dist/esm/dts/FilterSelect/subcomponents/Overlay/Overlay.d.ts +10 -0
  49. package/dist/esm/dts/FilterSelect/subcomponents/Overlay/index.d.ts +1 -0
  50. package/dist/esm/dts/FilterSelect/subcomponents/SectionDivider/SectionDivider.d.ts +5 -0
  51. package/dist/esm/dts/FilterSelect/subcomponents/SectionDivider/index.d.ts +1 -0
  52. package/dist/esm/dts/FilterSelect/types.d.ts +23 -0
  53. package/dist/esm/dts/FilterSelect/utils/isSelectOptionGroup.d.ts +2 -0
  54. package/dist/esm/dts/FilterSelect/utils/transformSelectItemToCollectionElement.d.ts +3 -0
  55. package/dist/esm/dts/index.d.ts +1 -0
  56. package/dist/esm/future.js +1 -1
  57. package/dist/esm/{index-0edbf842.js → index-3082e226.js} +1 -1
  58. package/dist/esm/{index-0edbf842.js.map → index-3082e226.js.map} +1 -1
  59. package/dist/esm/index.css +1821 -2
  60. package/dist/esm/index.js +6935 -51
  61. package/dist/esm/index.js.map +1 -1
  62. package/dist/index.d.ts +72 -3
  63. package/dist/styles.css +1 -1
  64. package/package.json +17 -6
@@ -1,7 +1,7 @@
1
1
  .ExampleComponent-module_exampleComponent__GfCkW{color:blue}
2
2
  .FilterPopover-module_filterPopover__OgOEM{background-color:var(--color-white,#fff);border-radius:var(--border-borderless-border-radius,7px);box-shadow:var(--shadow-large-box-shadow,0 8px 40px rgba(0,0,0,.08),0 3px 9px rgba(0,0,0,.1));display:inline-flex;z-index:1010}
3
3
  .FilterContents-module_filterContents__uNUpd{padding:var(--spacing-md,1.5rem)}
4
- .SVG-module_icon__FE6iP{display:inline-block;height:20px;width:20px}.SVG-module_icon__FE6iP>use{pointer-events:none}.SVG-module_inheritSize__wiKMe{display:block;height:inherit;width:inherit}@media screen and (-ms-high-contrast:active){.SVG-module_icon__FE6iP{color:#000}}@media screen and (-ms-high-contrast:white-on-black){.SVG-module_icon__FE6iP{color:#fff}}@media screen and (-ms-high-contrast:black-on-white){.SVG-module_icon__FE6iP{color:#000}}.SVG-module_interactiveIconWrapper__ACcob{cursor:pointer}.SVG-module_interactiveIconWrapper__ACcob .SVG-module_icon__FE6iP{opacity:.7;transition:var(--animation-duration-fast,.3s) opacity}.SVG-module_interactiveIconWrapper__ACcob.SVG-module_disabled__WB5BU .SVG-module_icon__FE6iP,.SVG-module_interactiveIconWrapper__ACcob:disabled .SVG-module_icon__FE6iP{opacity:.3}.SVG-module_interactiveIconWrapper__ACcob:not(:disabled):not(.SVG-module_disabled__WB5BU).SVG-module_active__R9jic .SVG-module_icon__FE6iP,.SVG-module_interactiveIconWrapper__ACcob:not(:disabled):not(.SVG-module_disabled__WB5BU).SVG-module_hover__QivVO .SVG-module_icon__FE6iP,.SVG-module_interactiveIconWrapper__ACcob:not(:disabled):not(.SVG-module_disabled__WB5BU):active .SVG-module_icon__FE6iP,.SVG-module_interactiveIconWrapper__ACcob:not(:disabled):not(.SVG-module_disabled__WB5BU):focus .SVG-module_icon__FE6iP,.SVG-module_interactiveIconWrapper__ACcob:not(:disabled):not(.SVG-module_disabled__WB5BU):hover .SVG-module_icon__FE6iP{opacity:1}.SVG-module_reversedInteractiveIconWrapper__hTsnf .SVG-module_icon__FE6iP{opacity:1}.SVG-module_reversedInteractiveIconWrapper__hTsnf .SVG-module_active__R9jic .SVG-module_icon__FE6iP,.SVG-module_reversedInteractiveIconWrapper__hTsnf :active .SVG-module_icon__FE6iP{opacity:.5}
4
+ .SVG-module_icon__FE6iP{display:inline-block;height:20px;width:20px}.SVG-module_icon__FE6iP>use{pointer-events:none}.SVG-module_inheritSize__wiKMe{display:block;height:inherit;width:inherit}@media screen and (-ms-high-contrast:active){.SVG-module_icon__FE6iP{color:#000}}@media screen and (-ms-high-contrast:white-on-black){.SVG-module_icon__FE6iP{color:#fff}}@media screen and (-ms-high-contrast:black-on-white){.SVG-module_icon__FE6iP{color:#000}}.SVG-module_interactiveIconWrapper__ACcob{cursor:pointer}.SVG-module_interactiveIconWrapper__ACcob .SVG-module_icon__FE6iP{opacity:.7;transition:var(--animation-duration-fast,.3s) opacity}.SVG-module_interactiveIconWrapper__ACcob.SVG-module_disabled__WB5BU .SVG-module_icon__FE6iP,.SVG-module_interactiveIconWrapper__ACcob:disabled .SVG-module_icon__FE6iP{opacity:.3}.SVG-module_interactiveIconWrapper__ACcob:not(:disabled):not(.SVG-module_disabled__WB5BU).SVG-module_hover__QivVO .SVG-module_icon__FE6iP,.SVG-module_interactiveIconWrapper__ACcob:not(:disabled):not(.SVG-module_disabled__WB5BU):focus .SVG-module_icon__FE6iP,.SVG-module_interactiveIconWrapper__ACcob:not(:disabled):not(.SVG-module_disabled__WB5BU):hover .SVG-module_icon__FE6iP{opacity:1}.SVG-module_interactiveIconWrapper__ACcob:not(:disabled):not(.SVG-module_disabled__WB5BU).SVG-module_active__R9jic .SVG-module_icon__FE6iP,.SVG-module_interactiveIconWrapper__ACcob:not(:disabled):not(.SVG-module_disabled__WB5BU):active .SVG-module_icon__FE6iP{opacity:1}.SVG-module_reversedInteractiveIconWrapper__hTsnf .SVG-module_icon__FE6iP{opacity:1}.SVG-module_reversedInteractiveIconWrapper__hTsnf .SVG-module_active__R9jic .SVG-module_icon__FE6iP,.SVG-module_reversedInteractiveIconWrapper__hTsnf :active .SVG-module_icon__FE6iP{opacity:.5}
5
5
  .FilterButtonBase-module_filterButtonBase__I8mV-{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-color:var(--color-blue-100,#e6f6ff);border:0;border-radius:var(--border-solid-border-radius,7px);color:inherit;color:var(--color-blue-500,#0168b3);display:inline;display:inline-flex;font:inherit;font-family:var(--typography-button-secondary-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-button-secondary-font-size,1rem);font-weight:var(--typography-button-secondary-font-weight,500);height:3rem;letter-spacing:var(--typography-button-secondary-letter-spacing,normal);line-height:var(--typography-button-secondary-line-height,1.5rem);margin:0;padding:0;padding:var(--spacing-sm,.75rem);position:relative;white-space:nowrap}.FilterButtonBase-module_filterButtonBase__I8mV-.story__filter-button-base--active,.FilterButtonBase-module_filterButtonBase__I8mV-.story__filter-button-base--hover,.FilterButtonBase-module_filterButtonBase__I8mV-:active,.FilterButtonBase-module_filterButtonBase__I8mV-:hover{z-index:2}.FilterButtonBase-module_filterButtonBase__I8mV-.story__filter-button-base--active,.FilterButtonBase-module_filterButtonBase__I8mV-.story__filter-button-base--focus,.FilterButtonBase-module_filterButtonBase__I8mV-.story__filter-button-base--hover,.FilterButtonBase-module_filterButtonBase__I8mV-:active,.FilterButtonBase-module_filterButtonBase__I8mV-:focus-visible,.FilterButtonBase-module_filterButtonBase__I8mV-:hover,.js-focus-visible .FilterButtonBase-module_filterButtonBase__I8mV-.focus-visible{background-color:var(--color-blue-200,#bde2f5)}.FilterButtonBase-module_filterButtonBase__I8mV-:focus{outline:none}.FilterButtonBase-module_filterButtonBase__I8mV-.story__filter-button-base--focus,.FilterButtonBase-module_filterButtonBase__I8mV-:focus-visible,.js-focus-visible .FilterButtonBase-module_filterButtonBase__I8mV-.focus-visible{outline:none}.FilterButtonBase-module_filterButtonBase__I8mV-.story__filter-button-base--focus:after,.FilterButtonBase-module_filterButtonBase__I8mV-:focus-visible:after,.js-focus-visible .FilterButtonBase-module_filterButtonBase__I8mV-.focus-visible:after{border:var(--border-focus-ring-border-width,2px) var(--border-focus-ring-border-style,solid) var(--color-blue-500,#0168b3);border-radius:var(--border-focus-ring-border-radius,10px);bottom:calc(var(--border-focus-ring-border-width, 2px)*-1 + -1px);content:"";left:calc(var(--border-focus-ring-border-width, 2px)*-1 + -1px);position:absolute;right:calc(var(--border-focus-ring-border-width, 2px)*-1 + -1px);top:calc(var(--border-focus-ring-border-width, 2px)*-1 + -1px);z-index:3}
6
6
  .FilterButton-module_filterButton__Q2dMX{gap:var(--spacing-xs,.375rem)}.FilterButton-module_labelContainer__5G-MD{display:inline-flex}.FilterButton-module_hasSelectedValues__dyQkL{font-weight:var(--typography-button-primary-font-weight,700)}.FilterButton-module_labelSeparator__xrkAx{-webkit-margin-end:var(--spacing-xs,.375rem);margin-inline-end:var(--spacing-xs,.375rem)}[dir=ltr] [dir=rtl] .FilterButton-module_labelSeparator__xrkAx{margin-right:0}
7
7
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -126,4 +126,1823 @@
126
126
  .Tooltip-module_displayInlineFlex__z-4AS {
127
127
  display: inline-flex; }
128
128
 
129
- .ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_firstChild__uEn1j,.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_firstChild__uEn1j.story__button-group--focus:after,.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_firstChild__uEn1j:focus-visible:after,.js-focus-visible .ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_firstChild__uEn1j.focus-visible:after{border-end-start-radius:var(--border-focus-ring-border-radius,10px);border-start-start-radius:var(--border-focus-ring-border-radius,10px)}.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_lastChild__Vicsx,.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_lastChild__Vicsx.story__button-group--focus:after,.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_lastChild__Vicsx:focus-visible:after,.js-focus-visible .ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_lastChild__Vicsx.focus-visible:after{border-end-end-radius:var(--border-focus-ring-border-radius,10px);border-start-end-radius:var(--border-focus-ring-border-radius,10px)}.ButtonGroup-module_buttonGroup__bsy2X{display:inline-flex}.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-{border-radius:0}.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.story__button-group--focus:after,.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-:focus-visible:after,.js-focus-visible .ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.focus-visible:after{border-radius:0}.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_firstChild__uEn1j.story__button-group--focus:after,.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_firstChild__uEn1j:focus-visible:after,.js-focus-visible .ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_firstChild__uEn1j.focus-visible:after{inset-inline-end:-1px}.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-:not(.ButtonGroup-module_firstChild__uEn1j){-webkit-border-start:1px solid var(--color-blue-300,#73c0e8);border-inline-start:1px solid var(--color-blue-300,#73c0e8)}.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-:not(.ButtonGroup-module_firstChild__uEn1j):not(.ButtonGroup-module_lastChild__Vicsx).story__button-group--focus:after,.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-:not(.ButtonGroup-module_firstChild__uEn1j):not(.ButtonGroup-module_lastChild__Vicsx):focus-visible:after,.js-focus-visible .ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-:not(.ButtonGroup-module_firstChild__uEn1j):not(.ButtonGroup-module_lastChild__Vicsx).focus-visible:after{inset-inline-end:-1px;inset-inline-start:-1px}.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_lastChild__Vicsx.story__button-group--focus:after,.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_lastChild__Vicsx:focus-visible:after,.js-focus-visible .ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_lastChild__Vicsx.focus-visible:after{inset-inline-start:-1px}
129
+ .ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_firstChild__uEn1j,.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_firstChild__uEn1j.story__button-group--focus:after,.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_firstChild__uEn1j:focus-visible:after,.js-focus-visible .ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_firstChild__uEn1j.focus-visible:after{border-end-start-radius:var(--border-focus-ring-border-radius,10px);border-start-start-radius:var(--border-focus-ring-border-radius,10px)}.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_lastChild__Vicsx,.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_lastChild__Vicsx.story__button-group--focus:after,.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_lastChild__Vicsx:focus-visible:after,.js-focus-visible .ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_lastChild__Vicsx.focus-visible:after{border-end-end-radius:var(--border-focus-ring-border-radius,10px);border-start-end-radius:var(--border-focus-ring-border-radius,10px)}.ButtonGroup-module_buttonGroup__bsy2X{display:inline-flex}.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-{border-radius:0}.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.story__button-group--focus:after,.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-:focus-visible:after,.js-focus-visible .ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.focus-visible:after{border-radius:0}.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_firstChild__uEn1j.story__button-group--focus:after,.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_firstChild__uEn1j:focus-visible:after,.js-focus-visible .ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_firstChild__uEn1j.focus-visible:after{inset-inline-end:-1px}.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-:not(.ButtonGroup-module_firstChild__uEn1j){-webkit-border-start:1px solid var(--color-blue-300,#73c0e8);border-inline-start:1px solid var(--color-blue-300,#73c0e8)}.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-:not(.ButtonGroup-module_firstChild__uEn1j):not(.ButtonGroup-module_lastChild__Vicsx).story__button-group--focus:after,.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-:not(.ButtonGroup-module_firstChild__uEn1j):not(.ButtonGroup-module_lastChild__Vicsx):focus-visible:after,.js-focus-visible .ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-:not(.ButtonGroup-module_firstChild__uEn1j):not(.ButtonGroup-module_lastChild__Vicsx).focus-visible:after{inset-inline-end:-1px;inset-inline-start:-1px}.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_lastChild__Vicsx.story__button-group--focus:after,.ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_lastChild__Vicsx:focus-visible:after,.js-focus-visible .ButtonGroup-module_buttonGroup__bsy2X .ButtonGroup-module_child__K6AP-.ButtonGroup-module_lastChild__Vicsx.focus-visible:after{inset-inline-start:-1px}
130
+ .ListBox-module_listBox__FQ9sQ{display:grid;list-style:none;margin-bottom:0;margin-top:0;max-height:22rem;padding:0}.ListBox-module_listBox__FQ9sQ.ListBox-module_focus__Tm-jn{outline:none}
131
+ /** THIS IS AN AUTOGENERATED FILE **/
132
+ /** THIS IS AN AUTOGENERATED FILE **/
133
+ @font-face {
134
+ font-family: "Tiempos Headline";
135
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff");
136
+ font-weight: 800; }
137
+
138
+ @font-face {
139
+ font-family: "Greycliff CF";
140
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-light.woff") format("woff");
141
+ font-weight: 300; }
142
+
143
+ @font-face {
144
+ font-family: "Greycliff CF";
145
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-regular.woff") format("woff");
146
+ font-weight: 400; }
147
+
148
+ @font-face {
149
+ font-family: "Greycliff CF";
150
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-medium.woff") format("woff");
151
+ font-weight: 500; }
152
+
153
+ @font-face {
154
+ font-family: "Greycliff CF";
155
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-demi-bold.woff") format("woff");
156
+ font-weight: 600; }
157
+
158
+ @font-face {
159
+ font-family: "Greycliff CF";
160
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-bold.woff") format("woff");
161
+ font-weight: 700; }
162
+
163
+ @font-face {
164
+ font-family: "Greycliff CF";
165
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-extra-bold.woff") format("woff");
166
+ font-weight: 800; }
167
+
168
+ @font-face {
169
+ font-family: "Inter";
170
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff2") url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff");
171
+ font-weight: 300; }
172
+
173
+ @font-face {
174
+ font-family: "Inter";
175
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff");
176
+ font-weight: 400; }
177
+
178
+ @font-face {
179
+ font-family: "Inter";
180
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff");
181
+ font-weight: 500; }
182
+
183
+ @font-face {
184
+ font-family: "Inter";
185
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff");
186
+ font-weight: 600; }
187
+
188
+ @font-face {
189
+ font-family: "Inter";
190
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff");
191
+ font-weight: 700; }
192
+
193
+ @font-face {
194
+ font-family: "Inter";
195
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff");
196
+ font-weight: 800; }
197
+
198
+ @font-face {
199
+ font-family: "IBM Plex Mono";
200
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff"); }
201
+
202
+ .Heading-module_heading__Fe11y {
203
+ margin: 0; }
204
+
205
+ .Heading-module_display-0__As5Ny {
206
+ font-family: var(--typography-display-0-font-family, "Tiempos Headline", Georgia, serif);
207
+ font-weight: var(--typography-display-0-font-weight, 800);
208
+ font-size: var(--typography-display-0-font-size, 4.5rem);
209
+ line-height: var(--typography-display-0-line-height, 5.25rem);
210
+ letter-spacing: var(--typography-display-0-letter-spacing, 0em); }
211
+
212
+ .Heading-module_heading-1__fMzkm {
213
+ font-family: var(--typography-heading-1-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
214
+ font-weight: var(--typography-heading-1-font-weight, 700);
215
+ font-size: var(--typography-heading-1-font-size, 2.125rem);
216
+ line-height: var(--typography-heading-1-line-height, 2.625rem);
217
+ letter-spacing: var(--typography-heading-1-letter-spacing, normal); }
218
+
219
+ .Heading-module_heading-2__bgkcr {
220
+ font-family: var(--typography-heading-2-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
221
+ font-weight: var(--typography-heading-2-font-weight, 700);
222
+ font-size: var(--typography-heading-2-font-size, 1.75rem);
223
+ line-height: var(--typography-heading-2-line-height, 2.25rem);
224
+ letter-spacing: var(--typography-heading-2-letter-spacing, normal); }
225
+
226
+ .Heading-module_heading-3__ZRUkC {
227
+ font-family: var(--typography-heading-3-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
228
+ font-weight: var(--typography-heading-3-font-weight, 700);
229
+ font-size: var(--typography-heading-3-font-size, 1.375rem);
230
+ line-height: var(--typography-heading-3-line-height, 1.875rem);
231
+ letter-spacing: var(--typography-heading-3-letter-spacing, normal); }
232
+
233
+ .Heading-module_heading-4__XbONZ {
234
+ font-family: var(--typography-heading-4-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
235
+ font-weight: var(--typography-heading-4-font-weight, 600);
236
+ font-size: var(--typography-heading-4-font-size, 1.125rem);
237
+ line-height: var(--typography-heading-4-line-height, 1.5rem);
238
+ letter-spacing: var(--typography-heading-4-letter-spacing, normal); }
239
+
240
+ .Heading-module_heading-5__fj2Gb {
241
+ font-family: var(--typography-heading-5-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
242
+ font-weight: var(--typography-heading-5-font-weight, 600);
243
+ font-size: var(--typography-heading-5-font-size, 1rem);
244
+ line-height: var(--typography-heading-5-line-height, 1.5rem);
245
+ letter-spacing: var(--typography-heading-5-letter-spacing, normal); }
246
+
247
+ .Heading-module_heading-6__Cmand {
248
+ font-family: var(--typography-heading-6-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
249
+ font-weight: var(--typography-heading-6-font-weight, 700);
250
+ font-size: var(--typography-heading-6-font-size, 0.875rem);
251
+ line-height: var(--typography-heading-6-line-height, 1.5rem);
252
+ letter-spacing: var(--typography-heading-6-letter-spacing, normal);
253
+ text-transform: none; }
254
+
255
+ .Heading-module_dark__9m1Av {
256
+ color: var(--color-purple-800, #2f2438);
257
+ opacity: 1; }
258
+
259
+ .Heading-module_dark-reduced-opacity__APHzM {
260
+ color: var(--color-purple-800, #2f2438);
261
+ opacity: 0.7; }
262
+
263
+ .Heading-module_white__6Flbw {
264
+ color: var(--color-white, #ffffff);
265
+ opacity: 1; }
266
+
267
+ .Heading-module_white-reduced-opacity__-3jNg {
268
+ color: var(--color-white, #ffffff);
269
+ opacity: 0.8; }
270
+
271
+ .Heading-module_positive__uTfoL.Heading-module_small__I8UMW {
272
+ color: var(--color-green-600, #2c7d67); }
273
+
274
+ .Heading-module_positive__uTfoL.Heading-module_large__wKrUS {
275
+ color: var(--color-green-500, #44a289); }
276
+
277
+ .Heading-module_negative__hcnMm.Heading-module_small__I8UMW {
278
+ color: var(--color-red-600, #a82433); }
279
+
280
+ .Heading-module_negative__hcnMm.Heading-module_large__wKrUS {
281
+ color: var(--color-red-500, #c93b55); }
282
+
283
+ /** THIS IS AN AUTOGENERATED FILE **/
284
+ /** THIS IS AN AUTOGENERATED FILE **/
285
+ @font-face {
286
+ font-family: "Tiempos Headline";
287
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff");
288
+ font-weight: 800; }
289
+
290
+ @font-face {
291
+ font-family: "Greycliff CF";
292
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-light.woff") format("woff");
293
+ font-weight: 300; }
294
+
295
+ @font-face {
296
+ font-family: "Greycliff CF";
297
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-regular.woff") format("woff");
298
+ font-weight: 400; }
299
+
300
+ @font-face {
301
+ font-family: "Greycliff CF";
302
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-medium.woff") format("woff");
303
+ font-weight: 500; }
304
+
305
+ @font-face {
306
+ font-family: "Greycliff CF";
307
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-demi-bold.woff") format("woff");
308
+ font-weight: 600; }
309
+
310
+ @font-face {
311
+ font-family: "Greycliff CF";
312
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-bold.woff") format("woff");
313
+ font-weight: 700; }
314
+
315
+ @font-face {
316
+ font-family: "Greycliff CF";
317
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-extra-bold.woff") format("woff");
318
+ font-weight: 800; }
319
+
320
+ @font-face {
321
+ font-family: "Inter";
322
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff2") url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff");
323
+ font-weight: 300; }
324
+
325
+ @font-face {
326
+ font-family: "Inter";
327
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff");
328
+ font-weight: 400; }
329
+
330
+ @font-face {
331
+ font-family: "Inter";
332
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff");
333
+ font-weight: 500; }
334
+
335
+ @font-face {
336
+ font-family: "Inter";
337
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff");
338
+ font-weight: 600; }
339
+
340
+ @font-face {
341
+ font-family: "Inter";
342
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff");
343
+ font-weight: 700; }
344
+
345
+ @font-face {
346
+ font-family: "Inter";
347
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff");
348
+ font-weight: 800; }
349
+
350
+ @font-face {
351
+ font-family: "IBM Plex Mono";
352
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff"); }
353
+
354
+ .Paragraph-module_paragraph__4W6qH {
355
+ margin: 0; }
356
+ .Paragraph-module_paragraph__4W6qH strong {
357
+ font-weight: var(--typography-paragraph-bold-font-weight, 600); }
358
+
359
+ .Paragraph-module_intro-lede__uFhW- {
360
+ font-family: var(--typography-paragraph-intro-lede-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
361
+ font-weight: var(--typography-paragraph-intro-lede-font-weight, 400);
362
+ font-size: var(--typography-paragraph-intro-lede-font-size, 1.25rem);
363
+ line-height: var(--typography-paragraph-intro-lede-line-height, 1.875rem);
364
+ letter-spacing: var(--typography-paragraph-intro-lede-letter-spacing, 0); }
365
+
366
+ .Paragraph-module_body__0R0qn {
367
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
368
+ font-weight: var(--typography-paragraph-body-font-weight, 400);
369
+ font-size: var(--typography-paragraph-body-font-size, 1rem);
370
+ line-height: var(--typography-paragraph-body-line-height, 1.5rem);
371
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal); }
372
+
373
+ .Paragraph-module_small__GQQjR {
374
+ font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
375
+ font-weight: var(--typography-paragraph-small-font-weight, 400);
376
+ font-size: var(--typography-paragraph-small-font-size, 0.875rem);
377
+ line-height: var(--typography-paragraph-small-line-height, 1.125rem);
378
+ letter-spacing: var(--typography-paragraph-small-letter-spacing, normal); }
379
+
380
+ .Paragraph-module_extra-small__Nx9pp {
381
+ font-family: var(--typography-paragraph-extra-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
382
+ font-weight: var(--typography-paragraph-extra-small-font-weight, 400);
383
+ font-size: var(--typography-paragraph-extra-small-font-size, 0.75rem);
384
+ line-height: var(--typography-paragraph-extra-small-line-height, 1.125rem);
385
+ letter-spacing: var(--typography-paragraph-extra-small-letter-spacing, normal); }
386
+
387
+ .Paragraph-module_dark__x5bRT {
388
+ color: var(--color-purple-800, #2f2438);
389
+ opacity: 1; }
390
+
391
+ .Paragraph-module_dark-reduced-opacity__6jIPJ {
392
+ color: var(--color-purple-800, #2f2438);
393
+ opacity: 0.7; }
394
+
395
+ .Paragraph-module_white__geIrR {
396
+ color: var(--color-white, #ffffff);
397
+ opacity: 1; }
398
+
399
+ .Paragraph-module_white-reduced-opacity__2Q7c7 {
400
+ color: var(--color-white, #ffffff);
401
+ opacity: 0.8; }
402
+
403
+ .Paragraph-module_positive__mC-GU {
404
+ color: var(--color-green-600, #2c7d67); }
405
+
406
+ .Paragraph-module_negative__KoAoh {
407
+ color: var(--color-red-600, #a82433); }
408
+
409
+ /** THIS IS AN AUTOGENERATED FILE **/
410
+ .Icon-module_icon__1r20x {
411
+ width: 20px;
412
+ height: 20px;
413
+ display: inline-block; }
414
+ .Icon-module_icon__1r20x > use {
415
+ pointer-events: none; }
416
+
417
+ .Icon-module_inheritSize__xtkKA {
418
+ width: inherit;
419
+ height: inherit;
420
+ display: block; }
421
+
422
+ @media screen and (-ms-high-contrast: active) {
423
+ .Icon-module_icon__1r20x {
424
+ color: black; } }
425
+
426
+ @media screen and (-ms-high-contrast: white-on-black) {
427
+ .Icon-module_icon__1r20x {
428
+ color: white; } }
429
+
430
+ @media screen and (-ms-high-contrast: black-on-white) {
431
+ .Icon-module_icon__1r20x {
432
+ color: black; } }
433
+
434
+ .Icon-module_interactiveIconWrapper__ieTrE {
435
+ cursor: pointer; }
436
+ .Icon-module_interactiveIconWrapper__ieTrE .Icon-module_icon__1r20x {
437
+ opacity: 0.7;
438
+ transition: var(--animation-duration-fast, 300ms) opacity; }
439
+ .Icon-module_interactiveIconWrapper__ieTrE:disabled .Icon-module_icon__1r20x, .Icon-module_interactiveIconWrapper__ieTrE.Icon-module_disabled__bqMQV .Icon-module_icon__1r20x {
440
+ opacity: 0.3; }
441
+ .Icon-module_interactiveIconWrapper__ieTrE:not(:disabled):not(.Icon-module_disabled__bqMQV):hover .Icon-module_icon__1r20x, .Icon-module_interactiveIconWrapper__ieTrE:not(:disabled):not(.Icon-module_disabled__bqMQV):focus .Icon-module_icon__1r20x, .Icon-module_interactiveIconWrapper__ieTrE:not(:disabled):not(.Icon-module_disabled__bqMQV).Icon-module_hover__EdRCd .Icon-module_icon__1r20x {
442
+ opacity: 1; }
443
+ .Icon-module_interactiveIconWrapper__ieTrE:not(:disabled):not(.Icon-module_disabled__bqMQV):active .Icon-module_icon__1r20x, .Icon-module_interactiveIconWrapper__ieTrE:not(:disabled):not(.Icon-module_disabled__bqMQV).Icon-module_active__d47mz .Icon-module_icon__1r20x {
444
+ opacity: 1; }
445
+
446
+ .Icon-module_reversedInteractiveIconWrapper__sZ6CO { }
447
+ .Icon-module_reversedInteractiveIconWrapper__sZ6CO .Icon-module_icon__1r20x {
448
+ opacity: 1; }
449
+ .Icon-module_reversedInteractiveIconWrapper__sZ6CO :active .Icon-module_icon__1r20x, .Icon-module_reversedInteractiveIconWrapper__sZ6CO .Icon-module_active__d47mz .Icon-module_icon__1r20x {
450
+ opacity: 0.5; }
451
+
452
+ /** THIS IS AN AUTOGENERATED FILE **/
453
+ /** THIS IS AN AUTOGENERATED FILE **/
454
+ /** THIS IS AN AUTOGENERATED FILE **/
455
+ /** THIS IS AN AUTOGENERATED FILE **/
456
+ /** THIS IS AN AUTOGENERATED FILE **/
457
+ /** THIS IS AN AUTOGENERATED FILE **/
458
+ /** THIS IS AN AUTOGENERATED FILE **/
459
+ /** THIS IS AN AUTOGENERATED FILE **/
460
+ /** THIS IS AN AUTOGENERATED FILE **/
461
+ /* 16px */
462
+ /* 16px */
463
+ /* 16px */
464
+ /*
465
+ Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
466
+ as this is what consumers would have expected when pulling them in a the time.
467
+ */
468
+ .Dropdown-module_dropdown__09sgL {
469
+ position: relative;
470
+ padding: calc( calc(1.5rem / 2) - var(--border-solid-border-width, 2px)) calc(1.5rem - var(--border-solid-border-width, 2px)); }
471
+
472
+ .Dropdown-module_buttonReset__O69sc {
473
+ appearance: none;
474
+ display: inline;
475
+ background: transparent;
476
+ color: inherit;
477
+ font: inherit;
478
+ cursor: pointer;
479
+ margin: 0;
480
+ padding: 0;
481
+ border: none; }
482
+
483
+ .Dropdown-module_dropdownButton__FiRVW {
484
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif), Helvetica, Arial, sans-serif;
485
+ font-weight: 400;
486
+ letter-spacing: var(--typography-heading-1-letter-spacing, normal);
487
+ font-size: 1rem;
488
+ line-height: 1.5;
489
+ position: relative;
490
+ top: 0.39em;
491
+ text-decoration: none;
492
+ text-decoration-skip-ink: auto;
493
+ color: var(--color-blue-500, #0168b3);
494
+ cursor: pointer;
495
+ position: static;
496
+ cursor: pointer;
497
+ display: flex;
498
+ height: 100%;
499
+ width: 100%;
500
+ align-items: center;
501
+ justify-content: center; }
502
+ html:lang(he) .Dropdown-module_dropdownButton__FiRVW {
503
+ font-family: "Inter", Tahoma, sans-serif; }
504
+ html:lang(ar) .Dropdown-module_dropdownButton__FiRVW {
505
+ font-family: "Inter", Tahoma, sans-serif; }
506
+ .Dropdown-module_dropdownButton__FiRVW:hover {
507
+ text-decoration: underline; }
508
+
509
+ .Dropdown-module_dropdownControlAction__iWJog {
510
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif), Helvetica, Arial, sans-serif;
511
+ font-weight: 400;
512
+ letter-spacing: var(--typography-heading-1-letter-spacing, normal);
513
+ font-size: 1rem;
514
+ line-height: 1.5;
515
+ position: relative;
516
+ top: 0.39em;
517
+ text-decoration: none;
518
+ text-decoration-skip-ink: auto;
519
+ color: var(--color-blue-500, #0168b3);
520
+ cursor: pointer;
521
+ position: static; }
522
+ html:lang(he) .Dropdown-module_dropdownControlAction__iWJog {
523
+ font-family: "Inter", Tahoma, sans-serif; }
524
+ html:lang(ar) .Dropdown-module_dropdownControlAction__iWJog {
525
+ font-family: "Inter", Tahoma, sans-serif; }
526
+ .Dropdown-module_dropdownControlAction__iWJog:hover {
527
+ text-decoration: underline; }
528
+
529
+ .Dropdown-module_dropdownIcon__tZfDQ {
530
+ box-sizing: border-box;
531
+ width: 1.5rem;
532
+ height: 1.5rem;
533
+ padding: 2px; }
534
+
535
+ .Dropdown-module_dropdownIcon__tZfDQ + .Dropdown-module_dropdownLabel__bpY-X {
536
+ margin-left: calc(1.5rem / 2 - 2px); }
537
+ [dir="rtl"] .Dropdown-module_dropdownIcon__tZfDQ + .Dropdown-module_dropdownLabel__bpY-X {
538
+ margin-left: 0;
539
+ margin-right: calc(1.5rem / 2 - 2px); }
540
+
541
+ .Dropdown-module_dropdownHoverArea__M-Y-K .Dropdown-module_dropdownIcon__tZfDQ {
542
+ opacity: 0; }
543
+ .Dropdown-module_dropdownHoverArea__M-Y-K .Dropdown-module_dropdownIcon__tZfDQ.Dropdown-module_isOpen__Kf4XR, .Dropdown-module_dropdownHoverArea__M-Y-K .Dropdown-module_dropdownIcon__tZfDQ:focus {
544
+ opacity: 1; }
545
+
546
+ .Dropdown-module_dropdownHoverArea__M-Y-K:hover .Dropdown-module_dropdownIcon__tZfDQ {
547
+ opacity: 1; }
548
+
549
+ .Dropdown-module_chevronIcon__Ieh4i {
550
+ position: relative;
551
+ top: 4px; }
552
+
553
+ .Dropdown-module_menuContainer__xl9MT {
554
+ position: absolute;
555
+ width: 248px;
556
+ z-index: 1000;
557
+ right: 0; }
558
+ [dir="rtl"] .Dropdown-module_menuContainer__xl9MT {
559
+ right: auto;
560
+ left: 0; }
561
+
562
+ .Dropdown-module_reversedColor__rGeiB {
563
+ color: var(--color-white, #ffffff); }
564
+
565
+ /** THIS IS AN AUTOGENERATED FILE **/
566
+ /** THIS IS AN AUTOGENERATED FILE **/
567
+ /** THIS IS AN AUTOGENERATED FILE **/
568
+ /** THIS IS AN AUTOGENERATED FILE **/
569
+ /** THIS IS AN AUTOGENERATED FILE **/
570
+ /** THIS IS AN AUTOGENERATED FILE **/
571
+ /** THIS IS AN AUTOGENERATED FILE **/
572
+ /* 16px */
573
+ /* 16px */
574
+ /* 16px */
575
+ /*
576
+ Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
577
+ as this is what consumers would have expected when pulling them in a the time.
578
+ */
579
+ /** THIS IS AN AUTOGENERATED FILE **/
580
+ /** THIS IS AN AUTOGENERATED FILE **/
581
+ /** THIS IS AN AUTOGENERATED FILE **/
582
+ /** THIS IS AN AUTOGENERATED FILE **/
583
+ /** THIS IS AN AUTOGENERATED FILE **/
584
+ /* 16px */
585
+ /* 16px */
586
+ /* 16px */
587
+ /*
588
+ Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
589
+ as this is what consumers would have expected when pulling them in a the time.
590
+ */
591
+ .Layout-module_root__SgXZT {
592
+ display: flex;
593
+ flex-direction: column;
594
+ align-items: stretch;
595
+ height: 100vh; }
596
+
597
+ .Layout-module_navigationBar__1xbfp {
598
+ flex: 0 0 auto; }
599
+
600
+ .Layout-module_page__ZSTUO {
601
+ display: flex;
602
+ flex: 1 0 0px;
603
+ flex-direction: column;
604
+ align-items: center; }
605
+
606
+ .Layout-module_header__X1E96,
607
+ .Layout-module_footer__wFknz {
608
+ flex: 0 0 auto;
609
+ width: 100%; }
610
+
611
+ .Layout-module_body__r1d-M {
612
+ position: relative;
613
+ flex: 1 1 0px;
614
+ display: flex;
615
+ flex-direction: column;
616
+ height: auto;
617
+ width: 100%; }
618
+
619
+ .Layout-module_bodyInner__e5WA6 {
620
+ display: flex;
621
+ align-self: center;
622
+ max-width: 1416px;
623
+ position: static;
624
+ height: 100%;
625
+ width: 100%; }
626
+ @media print {
627
+ .Layout-module_bodyInner__e5WA6 {
628
+ display: block;
629
+ position: static;
630
+ height: auto;
631
+ width: auto; } }
632
+
633
+ .Layout-module_sidebar__FSH-B {
634
+ width: 15rem;
635
+ padding: 1.5rem 0;
636
+ overflow: visible;
637
+ height: auto;
638
+ position: static;
639
+ margin: 0 1.5rem; }
640
+ @media print {
641
+ .Layout-module_sidebar__FSH-B {
642
+ background-color: transparent;
643
+ overflow: visible;
644
+ position: static;
645
+ width: auto;
646
+ height: auto;
647
+ padding: 0; } }
648
+
649
+ .Layout-module_content__6gaoR {
650
+ display: flex;
651
+ flex-direction: column;
652
+ padding: 1.5rem 0;
653
+ flex: 1 1 auto;
654
+ margin: 0 1.5rem;
655
+ max-width: 1080px; }
656
+ @media print {
657
+ .Layout-module_content__6gaoR {
658
+ display: block;
659
+ padding: 0;
660
+ margin-left: 0;
661
+ overflow: visible; } }
662
+ .Layout-module_content__6gaoR:only-child {
663
+ margin: 0 auto;
664
+ width: 100%;
665
+ min-width: 100%; }
666
+ @media (min-width: 480px) {
667
+ .Layout-module_content__6gaoR:only-child {
668
+ min-width: auto; } }
669
+
670
+ .Layout-module_navigationBar__1xbfp {
671
+ box-sizing: border-box;
672
+ top: 0;
673
+ z-index: 1030; }
674
+
675
+ .Layout-module_page__ZSTUO {
676
+ box-sizing: border-box;
677
+ position: relative; }
678
+
679
+ .Layout-module_header__X1E96 {
680
+ box-sizing: border-box; }
681
+
682
+ .Layout-module_body__r1d-M {
683
+ box-sizing: border-box; }
684
+
685
+ .Layout-module_sidebar__FSH-B {
686
+ box-sizing: border-box; }
687
+
688
+ .Layout-module_content__6gaoR {
689
+ box-sizing: border-box; }
690
+
691
+ .Layout-module_footer__wFknz {
692
+ box-sizing: border-box; }
693
+
694
+ .Layout-module_toasts__ZDy2G {
695
+ position: absolute;
696
+ top: 0;
697
+ right: 0; }
698
+
699
+ .Layout-module_announcers__fAmmq {
700
+ position: absolute;
701
+ width: 1px;
702
+ height: 1px;
703
+ padding: 0;
704
+ overflow: hidden;
705
+ clip: rect(0, 0, 0, 0);
706
+ white-space: nowrap;
707
+ border: 0; }
708
+
709
+ @import "~@kaizen/design-tokens/sass/animation";@import "./styles";.Icon-module_icon__1r20x {
710
+ @extend %caIcon;
711
+
712
+ @media screen and (-ms-high-contrast: active) {
713
+ color: black;
714
+ }
715
+
716
+ @media screen and (-ms-high-contrast: white-on-black) {
717
+ color: white;
718
+ }
719
+
720
+ @media screen and (-ms-high-contrast: black-on-white) {
721
+ color: black;
722
+ }
723
+ }.Icon-module_inheritSize__xtkKA {
724
+ @extend %caIconInheritSize;
725
+ }.Icon-module_interactiveIconWrapper__ieTrE {
726
+ cursor: pointer;
727
+ .Icon-module_icon__1r20x {
728
+ opacity: 0.7;
729
+ transition: $animation-duration-fast opacity;
730
+ }
731
+ &:disabled,
732
+ &.Icon-module_disabled__bqMQV {
733
+ .Icon-module_icon__1r20x {
734
+ opacity: 0.3;
735
+ }
736
+ }
737
+ &:not(:disabled):not(.Icon-module_disabled__bqMQV) {
738
+ &:hover,
739
+ &:focus,
740
+ &.Icon-module_hover__EdRCd {
741
+ .Icon-module_icon__1r20x {
742
+ opacity: 1;
743
+ }
744
+ }
745
+ &:active,
746
+ &.Icon-module_active__d47mz {
747
+ .Icon-module_icon__1r20x {
748
+ opacity: 1;
749
+ }
750
+ }
751
+ }
752
+ }.Icon-module_reversedInteractiveIconWrapper__sZ6CO {
753
+ .Icon-module_icon__1r20x {
754
+ opacity: 1;
755
+ }
756
+ &:not(:disabled, .Icon-module_disabled__bqMQV) {
757
+ &:active,
758
+ &.Icon-module_active__d47mz {
759
+ .Icon-module_icon__1r20x {
760
+ opacity: 0.5;
761
+ }
762
+ }
763
+ }
764
+ }
765
+ /** THIS IS AN AUTOGENERATED FILE **/
766
+ /** THIS IS AN AUTOGENERATED FILE **/
767
+ /** THIS IS AN AUTOGENERATED FILE **/
768
+ /** THIS IS AN AUTOGENERATED FILE **/
769
+ /** THIS IS AN AUTOGENERATED FILE **/
770
+ /** THIS IS AN AUTOGENERATED FILE **/
771
+ /** THIS IS AN AUTOGENERATED FILE **/
772
+ /** THIS IS AN AUTOGENERATED FILE **/
773
+ /* 16px */
774
+ /* 16px */
775
+ /* 16px */
776
+ /*
777
+ Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
778
+ as this is what consumers would have expected when pulling them in a the time.
779
+ */
780
+ /** THIS IS AN AUTOGENERATED FILE **/
781
+ /** THIS IS AN AUTOGENERATED FILE **/
782
+ /** THIS IS AN AUTOGENERATED FILE **/
783
+ /** THIS IS AN AUTOGENERATED FILE **/
784
+ /** THIS IS AN AUTOGENERATED FILE **/
785
+ /* 16px */
786
+ /* 16px */
787
+ /* 16px */
788
+ /*
789
+ Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
790
+ as this is what consumers would have expected when pulling them in a the time.
791
+ */
792
+ /** THIS IS AN AUTOGENERATED FILE **/
793
+ /** THIS IS AN AUTOGENERATED FILE **/
794
+ /** THIS IS AN AUTOGENERATED FILE **/
795
+ /** THIS IS AN AUTOGENERATED FILE **/
796
+ /** THIS IS AN AUTOGENERATED FILE **/
797
+ /** THIS IS AN AUTOGENERATED FILE **/
798
+ /** THIS IS AN AUTOGENERATED FILE **/
799
+ /** THIS IS AN AUTOGENERATED FILE **/
800
+ /** THIS IS AN AUTOGENERATED FILE **/
801
+ /** THIS IS AN AUTOGENERATED FILE **/
802
+ /** THIS IS AN AUTOGENERATED FILE **/
803
+ /* stylelint-disable */
804
+ /* stylelint-enable */
805
+ /* stylelint-disable */
806
+ /* stylelint-enable */
807
+ /** THIS IS AN AUTOGENERATED FILE **/
808
+ /** THIS IS AN AUTOGENERATED FILE **/
809
+ /* stylelint-disable */
810
+ /* stylelint-enable */
811
+ .Menu-module_menuList__behqY {
812
+ background: white;
813
+ border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-purple-200, #dfc9ea);
814
+ box-shadow: var(--shadow-small-box-shadow, 0px 3px 16px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1));
815
+ line-height: 40px; }
816
+
817
+ .Menu-module_header__MMpNm {
818
+ padding: 10px calc(calc(3 / 4) * 1.5rem);
819
+ text-align: left;
820
+ color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.4);
821
+ border-bottom: var(--border-solid-border-color, #e1e2ea) 1px solid; }
822
+
823
+ .Menu-module_header__title__4QK0E {
824
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif), Helvetica, Arial, sans-serif;
825
+ font-weight: var(--typography-heading-6-font-weight, 700);
826
+ letter-spacing: var(--typography-heading-6-letter-spacing, normal);
827
+ font-size: 0.875rem;
828
+ line-height: 1.71429;
829
+ position: relative;
830
+ top: 0.49714em;
831
+ position: static;
832
+ display: block; }
833
+ html:lang(he) .Menu-module_header__title__4QK0E {
834
+ font-family: "Inter", Tahoma, sans-serif; }
835
+ html:lang(ar) .Menu-module_header__title__4QK0E {
836
+ font-family: "Inter", Tahoma, sans-serif; }
837
+
838
+ .Menu-module_menuItem__0rlZg {
839
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif), Helvetica, Arial, sans-serif;
840
+ font-weight: var(--typography-paragraph-body-font-weight, 400);
841
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
842
+ font-size: 1rem;
843
+ line-height: 1.5;
844
+ position: relative;
845
+ top: 0.39em;
846
+ position: static;
847
+ background: transparent;
848
+ color: var(--color-purple-800, #2f2438);
849
+ cursor: pointer;
850
+ text-align: left;
851
+ transition: var(--animation-duration-immediate, 100ms) background-color ease, var(--animation-duration-immediate, 100ms) color ease;
852
+ padding: 10px calc(calc(3 / 4) * 1.5rem);
853
+ text-decoration: none;
854
+ display: flex;
855
+ flex: 0 0 100%; }
856
+ html:lang(he) .Menu-module_menuItem__0rlZg {
857
+ font-family: "Inter", Tahoma, sans-serif; }
858
+ html:lang(ar) .Menu-module_menuItem__0rlZg {
859
+ font-family: "Inter", Tahoma, sans-serif; }
860
+ [dir="rtl"] .Menu-module_menuItem__0rlZg {
861
+ text-align: right; }
862
+ .Menu-module_menuItem__0rlZg.Menu-module_menuItem--active__xr3IS, .Menu-module_menuItem__0rlZg:hover, .Menu-module_menuItem__0rlZg:focus {
863
+ background: var(--color-gray-100, #f9f9f9);
864
+ color: var(--color-blue-500, #0168b3);
865
+ text-decoration: none; }
866
+ .Menu-module_menuItem__0rlZg.Menu-module_menuItem--active__xr3IS .Menu-module_menuItem__Icon__SEvH-, .Menu-module_menuItem__0rlZg:hover .Menu-module_menuItem__Icon__SEvH-, .Menu-module_menuItem__0rlZg:focus .Menu-module_menuItem__Icon__SEvH- {
867
+ color: var(--color-blue-500, #0168b3); }
868
+
869
+ .Menu-module_menuItem--active__xr3IS { }
870
+
871
+ .Menu-module_menuItem--destructive__bg0qx {
872
+ color: var(--color-red-600, #a82433); }
873
+ .Menu-module_menuItem--destructive__bg0qx .Menu-module_menuItem__Icon__SEvH- {
874
+ color: var(--color-red-600, #a82433); }
875
+
876
+ .Menu-module_menuItem__Label__KPrkg {
877
+ flex: 1; }
878
+ .Menu-module_menuItem__Label__KPrkg :not(:only-child) {
879
+ margin-right: calc(1.5rem / 2);
880
+ margin-left: 0; }
881
+ .Menu-module_menuItem__Label__KPrkg :not(:only-child)[dir="rtl"],
882
+ [dir="rtl"] .Menu-module_menuItem__Label__KPrkg :not(:only-child) {
883
+ margin-right: 0;
884
+ margin-left: calc(1.5rem / 2); }
885
+
886
+ .Menu-module_menuItem__Icon__SEvH- {
887
+ text-align: right;
888
+ color: var(--color-purple-800, #2f2438);
889
+ position: relative;
890
+ top: 3px; }
891
+ .Menu-module_hoverIcon__WCsbC .Menu-module_menuItem__Icon__SEvH- {
892
+ opacity: 0; }
893
+ .Menu-module_menuItem--active__xr3IS .Menu-module_menuItem__Icon__SEvH-,
894
+ .Menu-module_hoverIcon__WCsbC:hover .Menu-module_menuItem__Icon__SEvH-,
895
+ .Menu-module_hoverIcon__WCsbC:focus .Menu-module_menuItem__Icon__SEvH- {
896
+ opacity: 1; }
897
+
898
+ .Menu-module_separator__RCRVm {
899
+ height: 1px;
900
+ width: 100%;
901
+ border: 0;
902
+ background: var(--color-purple-200, #dfc9ea);
903
+ visibility: visible;
904
+ margin: 5px 0; }
905
+
906
+ /** THIS IS AN AUTOGENERATED FILE **/
907
+ /** THIS IS AN AUTOGENERATED FILE **/
908
+ /** THIS IS AN AUTOGENERATED FILE **/
909
+ /** THIS IS AN AUTOGENERATED FILE **/
910
+ /** THIS IS AN AUTOGENERATED FILE **/
911
+ /* 16px */
912
+ /* 16px */
913
+ /* 16px */
914
+ /*
915
+ Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
916
+ as this is what consumers would have expected when pulling them in a the time.
917
+ */
918
+ .Text-module_page-title__LPGyH,
919
+ h1.Text-module_default-style__wxvqC {
920
+ font-family: "Inter", "Noto Sans", Helvetica, Arial, sans-serif;
921
+ font-weight: 700;
922
+ letter-spacing: normal;
923
+ font-size: 2rem;
924
+ line-height: 1.125;
925
+ position: relative;
926
+ top: 0.2025em;
927
+ margin-bottom: 1.5rem;
928
+ margin-top: 0; }
929
+ html:lang(he) .Text-module_page-title__LPGyH, html:lang(he)
930
+ h1.Text-module_default-style__wxvqC {
931
+ font-family: "Inter", Tahoma, sans-serif; }
932
+ html:lang(ar) .Text-module_page-title__LPGyH, html:lang(ar)
933
+ h1.Text-module_default-style__wxvqC {
934
+ font-family: "Inter", Tahoma, sans-serif; }
935
+ html:lang(he) .Text-module_page-title__LPGyH, html:lang(he)
936
+ h1.Text-module_default-style__wxvqC {
937
+ font-family: "Inter", Tahoma, sans-serif; }
938
+ html:lang(ar) .Text-module_page-title__LPGyH, html:lang(ar)
939
+ h1.Text-module_default-style__wxvqC {
940
+ font-family: "Inter", Tahoma, sans-serif; }
941
+
942
+ .Text-module_title__zDZi1,
943
+ h2.Text-module_default-style__wxvqC {
944
+ font-family: "Inter", "Noto Sans", Helvetica, Arial, sans-serif;
945
+ font-weight: 700;
946
+ letter-spacing: normal;
947
+ font-size: 1.625rem;
948
+ line-height: 1.38462;
949
+ position: relative;
950
+ top: 0.33231em;
951
+ margin-bottom: 1.5rem;
952
+ margin-top: 0; }
953
+ html:lang(he) .Text-module_title__zDZi1, html:lang(he)
954
+ h2.Text-module_default-style__wxvqC {
955
+ font-family: "Inter", Tahoma, sans-serif; }
956
+ html:lang(ar) .Text-module_title__zDZi1, html:lang(ar)
957
+ h2.Text-module_default-style__wxvqC {
958
+ font-family: "Inter", Tahoma, sans-serif; }
959
+ html:lang(he) .Text-module_title__zDZi1, html:lang(he)
960
+ h2.Text-module_default-style__wxvqC {
961
+ font-family: "Inter", Tahoma, sans-serif; }
962
+ html:lang(ar) .Text-module_title__zDZi1, html:lang(ar)
963
+ h2.Text-module_default-style__wxvqC {
964
+ font-family: "Inter", Tahoma, sans-serif; }
965
+
966
+ .Text-module_display__4XAjg,
967
+ h3.Text-module_default-style__wxvqC {
968
+ font-family: "Inter", "Noto Sans", Helvetica, Arial, sans-serif;
969
+ font-weight: 600;
970
+ letter-spacing: normal;
971
+ font-size: 1.375rem;
972
+ line-height: 1.09091;
973
+ position: relative;
974
+ top: 0.18545em;
975
+ margin-bottom: 1.5rem;
976
+ margin-top: 0; }
977
+ html:lang(he) .Text-module_display__4XAjg, html:lang(he)
978
+ h3.Text-module_default-style__wxvqC {
979
+ font-family: "Inter", Tahoma, sans-serif; }
980
+ html:lang(ar) .Text-module_display__4XAjg, html:lang(ar)
981
+ h3.Text-module_default-style__wxvqC {
982
+ font-family: "Inter", Tahoma, sans-serif; }
983
+ html:lang(he) .Text-module_display__4XAjg, html:lang(he)
984
+ h3.Text-module_default-style__wxvqC {
985
+ font-family: "Inter", Tahoma, sans-serif; }
986
+ html:lang(ar) .Text-module_display__4XAjg, html:lang(ar)
987
+ h3.Text-module_default-style__wxvqC {
988
+ font-family: "Inter", Tahoma, sans-serif; }
989
+
990
+ .Text-module_heading__bdw3r,
991
+ h4.Text-module_default-style__wxvqC,
992
+ h5.Text-module_default-style__wxvqC,
993
+ h6.Text-module_default-style__wxvqC {
994
+ font-family: "Inter", "Noto Sans", Helvetica, Arial, sans-serif;
995
+ font-weight: 600;
996
+ letter-spacing: normal;
997
+ font-size: 1.125rem;
998
+ line-height: 1.33333;
999
+ position: relative;
1000
+ top: 0.30667em;
1001
+ margin-bottom: 1.5rem;
1002
+ margin-top: 0; }
1003
+ html:lang(he) .Text-module_heading__bdw3r, html:lang(he)
1004
+ h4.Text-module_default-style__wxvqC, html:lang(he)
1005
+ h5.Text-module_default-style__wxvqC, html:lang(he)
1006
+ h6.Text-module_default-style__wxvqC {
1007
+ font-family: "Inter", Tahoma, sans-serif; }
1008
+ html:lang(ar) .Text-module_heading__bdw3r, html:lang(ar)
1009
+ h4.Text-module_default-style__wxvqC, html:lang(ar)
1010
+ h5.Text-module_default-style__wxvqC, html:lang(ar)
1011
+ h6.Text-module_default-style__wxvqC {
1012
+ font-family: "Inter", Tahoma, sans-serif; }
1013
+ html:lang(he) .Text-module_heading__bdw3r, html:lang(he)
1014
+ h4.Text-module_default-style__wxvqC, html:lang(he)
1015
+ h5.Text-module_default-style__wxvqC, html:lang(he)
1016
+ h6.Text-module_default-style__wxvqC {
1017
+ font-family: "Inter", Tahoma, sans-serif; }
1018
+ html:lang(ar) .Text-module_heading__bdw3r, html:lang(ar)
1019
+ h4.Text-module_default-style__wxvqC, html:lang(ar)
1020
+ h5.Text-module_default-style__wxvqC, html:lang(ar)
1021
+ h6.Text-module_default-style__wxvqC {
1022
+ font-family: "Inter", Tahoma, sans-serif; }
1023
+
1024
+ .Text-module_lede__rvztp {
1025
+ font-family: "Inter", "Noto Sans", Helvetica, Arial, sans-serif;
1026
+ font-weight: 400;
1027
+ letter-spacing: normal;
1028
+ font-size: 1.25rem;
1029
+ line-height: 1.2;
1030
+ position: relative;
1031
+ top: 0.24em;
1032
+ margin-bottom: 1.5rem;
1033
+ margin-top: 0; }
1034
+ html:lang(he) .Text-module_lede__rvztp {
1035
+ font-family: "Inter", Tahoma, sans-serif; }
1036
+ html:lang(ar) .Text-module_lede__rvztp {
1037
+ font-family: "Inter", Tahoma, sans-serif; }
1038
+ html:lang(he) .Text-module_lede__rvztp {
1039
+ font-family: "Inter", Tahoma, sans-serif; }
1040
+ html:lang(ar) .Text-module_lede__rvztp {
1041
+ font-family: "Inter", Tahoma, sans-serif; }
1042
+
1043
+ .Text-module_paragraph__65c7w,
1044
+ p.Text-module_default-style__wxvqC {
1045
+ font-family: "Inter", "Noto Sans", Helvetica, Arial, sans-serif;
1046
+ font-weight: 400;
1047
+ letter-spacing: normal;
1048
+ font-size: 1rem;
1049
+ line-height: 1.5;
1050
+ position: relative;
1051
+ top: 0.39em;
1052
+ margin-bottom: 1.5rem;
1053
+ margin-top: 0; }
1054
+ html:lang(he) .Text-module_paragraph__65c7w, html:lang(he)
1055
+ p.Text-module_default-style__wxvqC {
1056
+ font-family: "Inter", Tahoma, sans-serif; }
1057
+ html:lang(ar) .Text-module_paragraph__65c7w, html:lang(ar)
1058
+ p.Text-module_default-style__wxvqC {
1059
+ font-family: "Inter", Tahoma, sans-serif; }
1060
+ html:lang(he) .Text-module_paragraph__65c7w, html:lang(he)
1061
+ p.Text-module_default-style__wxvqC {
1062
+ font-family: "Inter", Tahoma, sans-serif; }
1063
+ html:lang(ar) .Text-module_paragraph__65c7w, html:lang(ar)
1064
+ p.Text-module_default-style__wxvqC {
1065
+ font-family: "Inter", Tahoma, sans-serif; }
1066
+
1067
+ .Text-module_body__5HknB,
1068
+ .Text-module_default-style__wxvqC {
1069
+ font-family: "Inter", "Noto Sans", Helvetica, Arial, sans-serif;
1070
+ font-weight: 400;
1071
+ letter-spacing: normal;
1072
+ font-size: 1rem;
1073
+ line-height: 1.5;
1074
+ position: relative;
1075
+ top: 0.39em;
1076
+ margin: 0; }
1077
+ html:lang(he) .Text-module_body__5HknB, html:lang(he)
1078
+ .Text-module_default-style__wxvqC {
1079
+ font-family: "Inter", Tahoma, sans-serif; }
1080
+ html:lang(ar) .Text-module_body__5HknB, html:lang(ar)
1081
+ .Text-module_default-style__wxvqC {
1082
+ font-family: "Inter", Tahoma, sans-serif; }
1083
+ html:lang(he) .Text-module_body__5HknB, html:lang(he)
1084
+ .Text-module_default-style__wxvqC {
1085
+ font-family: "Inter", Tahoma, sans-serif; }
1086
+ html:lang(ar) .Text-module_body__5HknB, html:lang(ar)
1087
+ .Text-module_default-style__wxvqC {
1088
+ font-family: "Inter", Tahoma, sans-serif; }
1089
+
1090
+ .Text-module_body-bold__M2YFx {
1091
+ font-family: "Inter", "Noto Sans", Helvetica, Arial, sans-serif;
1092
+ font-weight: 600;
1093
+ letter-spacing: normal;
1094
+ font-size: 1rem;
1095
+ line-height: 1.5;
1096
+ position: relative;
1097
+ top: 0.39em;
1098
+ margin: 0; }
1099
+ html:lang(he) .Text-module_body-bold__M2YFx {
1100
+ font-family: "Inter", Tahoma, sans-serif; }
1101
+ html:lang(ar) .Text-module_body-bold__M2YFx {
1102
+ font-family: "Inter", Tahoma, sans-serif; }
1103
+ html:lang(he) .Text-module_body-bold__M2YFx {
1104
+ font-family: "Inter", Tahoma, sans-serif; }
1105
+ html:lang(ar) .Text-module_body-bold__M2YFx {
1106
+ font-family: "Inter", Tahoma, sans-serif; }
1107
+
1108
+ .Text-module_small__VBWdb {
1109
+ font-family: "Inter", "Noto Sans", Helvetica, Arial, sans-serif;
1110
+ font-weight: 400;
1111
+ letter-spacing: normal;
1112
+ font-size: 0.875rem;
1113
+ line-height: 1.71429;
1114
+ position: relative;
1115
+ top: 0.49714em;
1116
+ margin: 0; }
1117
+ html:lang(he) .Text-module_small__VBWdb {
1118
+ font-family: "Inter", Tahoma, sans-serif; }
1119
+ html:lang(ar) .Text-module_small__VBWdb {
1120
+ font-family: "Inter", Tahoma, sans-serif; }
1121
+ html:lang(he) .Text-module_small__VBWdb {
1122
+ font-family: "Inter", Tahoma, sans-serif; }
1123
+ html:lang(ar) .Text-module_small__VBWdb {
1124
+ font-family: "Inter", Tahoma, sans-serif; }
1125
+
1126
+ .Text-module_small-bold__IFUAu {
1127
+ font-family: "Inter", "Noto Sans", Helvetica, Arial, sans-serif;
1128
+ font-weight: 600;
1129
+ letter-spacing: normal;
1130
+ font-size: 0.875rem;
1131
+ line-height: 1.71429;
1132
+ position: relative;
1133
+ top: 0.49714em;
1134
+ margin: 0; }
1135
+ html:lang(he) .Text-module_small-bold__IFUAu {
1136
+ font-family: "Inter", Tahoma, sans-serif; }
1137
+ html:lang(ar) .Text-module_small-bold__IFUAu {
1138
+ font-family: "Inter", Tahoma, sans-serif; }
1139
+ html:lang(he) .Text-module_small-bold__IFUAu {
1140
+ font-family: "Inter", Tahoma, sans-serif; }
1141
+ html:lang(ar) .Text-module_small-bold__IFUAu {
1142
+ font-family: "Inter", Tahoma, sans-serif; }
1143
+
1144
+ .Text-module_notification__jl725 {
1145
+ font-family: "Inter", "Noto Sans", Helvetica, Arial, sans-serif;
1146
+ font-weight: 300;
1147
+ letter-spacing: normal;
1148
+ font-size: 0.9375rem;
1149
+ line-height: 1.2;
1150
+ position: relative;
1151
+ top: 0.24em;
1152
+ margin: 0; }
1153
+ html:lang(he) .Text-module_notification__jl725 {
1154
+ font-family: "Inter", Tahoma, sans-serif; }
1155
+ html:lang(ar) .Text-module_notification__jl725 {
1156
+ font-family: "Inter", Tahoma, sans-serif; }
1157
+ html:lang(he) .Text-module_notification__jl725 {
1158
+ font-family: "Inter", Tahoma, sans-serif; }
1159
+ html:lang(ar) .Text-module_notification__jl725 {
1160
+ font-family: "Inter", Tahoma, sans-serif; }
1161
+
1162
+ .Text-module_label__gUBTw {
1163
+ font-family: "Inter", "Noto Sans", Helvetica, Arial, sans-serif;
1164
+ font-weight: 600;
1165
+ letter-spacing: 0.04167em;
1166
+ font-size: 0.75rem;
1167
+ line-height: 2;
1168
+ position: relative;
1169
+ top: 0.64em;
1170
+ text-transform: uppercase;
1171
+ margin: 0; }
1172
+ html:lang(he) .Text-module_label__gUBTw {
1173
+ font-family: "Inter", Tahoma, sans-serif; }
1174
+ html:lang(ar) .Text-module_label__gUBTw {
1175
+ font-family: "Inter", Tahoma, sans-serif; }
1176
+ html:lang(he) .Text-module_label__gUBTw {
1177
+ font-family: "Inter", Tahoma, sans-serif; }
1178
+ html:lang(ar) .Text-module_label__gUBTw {
1179
+ font-family: "Inter", Tahoma, sans-serif; }
1180
+
1181
+ .Text-module_control-action__BErPr {
1182
+ font-family: "Inter", "Noto Sans", Helvetica, Arial, sans-serif;
1183
+ font-weight: 500;
1184
+ letter-spacing: normal;
1185
+ font-size: 1rem;
1186
+ line-height: 1.5;
1187
+ position: relative;
1188
+ top: 0.39em;
1189
+ text-decoration: none;
1190
+ text-decoration-skip-ink: auto;
1191
+ color: var(--color-blue-500, #0168b3);
1192
+ cursor: pointer;
1193
+ margin: 0; }
1194
+ html:lang(he) .Text-module_control-action__BErPr {
1195
+ font-family: "Inter", Tahoma, sans-serif; }
1196
+ html:lang(ar) .Text-module_control-action__BErPr {
1197
+ font-family: "Inter", Tahoma, sans-serif; }
1198
+ html:lang(he) .Text-module_control-action__BErPr {
1199
+ font-family: "Inter", Tahoma, sans-serif; }
1200
+ html:lang(ar) .Text-module_control-action__BErPr {
1201
+ font-family: "Inter", Tahoma, sans-serif; }
1202
+ .Text-module_control-action__BErPr:hover {
1203
+ text-decoration: underline; }
1204
+
1205
+ .Text-module_button__nPbRH {
1206
+ font-family: "Inter", "Noto Sans", Helvetica, Arial, sans-serif;
1207
+ font-weight: 700;
1208
+ letter-spacing: normal;
1209
+ font-size: 1.125rem;
1210
+ line-height: 1.33333;
1211
+ position: relative;
1212
+ top: 0.30667em;
1213
+ margin: 0; }
1214
+ html:lang(he) .Text-module_button__nPbRH {
1215
+ font-family: "Inter", Tahoma, sans-serif; }
1216
+ html:lang(ar) .Text-module_button__nPbRH {
1217
+ font-family: "Inter", Tahoma, sans-serif; }
1218
+ html:lang(he) .Text-module_button__nPbRH {
1219
+ font-family: "Inter", Tahoma, sans-serif; }
1220
+ html:lang(ar) .Text-module_button__nPbRH {
1221
+ font-family: "Inter", Tahoma, sans-serif; }
1222
+
1223
+ .Text-module_inheritBaseline__D0Lfs.Text-module_inheritBaseline__D0Lfs {
1224
+ position: static; }
1225
+
1226
+ .Text-module_inline__KlYw2.Text-module_inline__KlYw2 {
1227
+ display: inline-flex;
1228
+ margin-bottom: 0; }
1229
+
1230
+ .Text-module_defaultStyle__Tka8v { }
1231
+
1232
+ .Text-module_pageTitle__-NMTK { }
1233
+
1234
+ .Text-module_bodyBold__CCDF7 { }
1235
+
1236
+ .Text-module_smallBold__TdPug { }
1237
+
1238
+ .Text-module_controlAction__WB-Pz { }
1239
+
1240
+ .Text-module_zen-display-0__s1w7g {
1241
+ font-family: var(--typography-heading-1-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif), Helvetica, Arial, sans-serif;
1242
+ font-weight: var(--typography-display-0-font-weight, 800);
1243
+ letter-spacing: var(--typography-display-0-letter-spacing, 0em);
1244
+ font-size: 4.5rem;
1245
+ line-height: 1;
1246
+ position: relative;
1247
+ top: 0.098em;
1248
+ margin-bottom: 1.5rem;
1249
+ margin-top: 0; }
1250
+ html:lang(he) .Text-module_zen-display-0__s1w7g {
1251
+ font-family: "Inter", Tahoma, sans-serif; }
1252
+ html:lang(ar) .Text-module_zen-display-0__s1w7g {
1253
+ font-family: "Inter", Tahoma, sans-serif; }
1254
+
1255
+ .Text-module_zen-heading-1__YX01A {
1256
+ font-family: var(--typography-heading-1-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif), Helvetica, Arial, sans-serif;
1257
+ font-weight: var(--typography-heading-1-font-weight, 700);
1258
+ letter-spacing: var(--typography-heading-1-letter-spacing, normal);
1259
+ font-size: 2.25rem;
1260
+ line-height: 1;
1261
+ position: relative;
1262
+ top: 0.098em;
1263
+ margin-bottom: 1.5rem;
1264
+ margin-top: 0; }
1265
+ html:lang(he) .Text-module_zen-heading-1__YX01A {
1266
+ font-family: "Inter", Tahoma, sans-serif; }
1267
+ html:lang(ar) .Text-module_zen-heading-1__YX01A {
1268
+ font-family: "Inter", Tahoma, sans-serif; }
1269
+
1270
+ .Text-module_zen-heading-2__JVOtq {
1271
+ font-family: var(--typography-heading-1-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif), Helvetica, Arial, sans-serif;
1272
+ font-weight: var(--typography-heading-2-font-weight, 700);
1273
+ letter-spacing: var(--typography-heading-2-letter-spacing, normal);
1274
+ font-size: 1.875rem;
1275
+ line-height: 1.2;
1276
+ position: relative;
1277
+ top: 0.198em;
1278
+ margin-bottom: 1.5rem;
1279
+ margin-top: 0; }
1280
+ html:lang(he) .Text-module_zen-heading-2__JVOtq {
1281
+ font-family: "Inter", Tahoma, sans-serif; }
1282
+ html:lang(ar) .Text-module_zen-heading-2__JVOtq {
1283
+ font-family: "Inter", Tahoma, sans-serif; }
1284
+
1285
+ .Text-module_zen-heading-3__JOT3q {
1286
+ font-family: var(--typography-heading-1-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif), Helvetica, Arial, sans-serif;
1287
+ font-weight: var(--typography-heading-3-font-weight, 700);
1288
+ letter-spacing: var(--typography-heading-3-letter-spacing, normal);
1289
+ font-size: 1.375rem;
1290
+ line-height: 1.09091;
1291
+ position: relative;
1292
+ top: 0.14345em;
1293
+ margin-bottom: 1.5rem;
1294
+ margin-top: 0; }
1295
+ html:lang(he) .Text-module_zen-heading-3__JOT3q {
1296
+ font-family: "Inter", Tahoma, sans-serif; }
1297
+ html:lang(ar) .Text-module_zen-heading-3__JOT3q {
1298
+ font-family: "Inter", Tahoma, sans-serif; }
1299
+
1300
+ .Text-module_zen-data-large__EgwWh {
1301
+ font-family: var(--typography-heading-1-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif), Helvetica, Arial, sans-serif;
1302
+ font-weight: var(--typography-data-large-font-weight, 700);
1303
+ letter-spacing: var(--typography-data-large-letter-spacing, normal);
1304
+ font-size: 5.25rem;
1305
+ line-height: 1;
1306
+ position: relative;
1307
+ top: 0.098em;
1308
+ margin-bottom: 1.5rem;
1309
+ margin-top: 0; }
1310
+ html:lang(he) .Text-module_zen-data-large__EgwWh {
1311
+ font-family: "Inter", Tahoma, sans-serif; }
1312
+ html:lang(ar) .Text-module_zen-data-large__EgwWh {
1313
+ font-family: "Inter", Tahoma, sans-serif; }
1314
+
1315
+ .Text-module_zen-data-large-units__lZjpK {
1316
+ font-family: var(--typography-heading-1-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif), Helvetica, Arial, sans-serif;
1317
+ font-weight: var(--typography-data-large-units-font-weight, 700);
1318
+ letter-spacing: var(--typography-data-large-units-letter-spacing, normal);
1319
+ font-size: 2.625rem;
1320
+ line-height: 2;
1321
+ position: relative;
1322
+ top: 0.598em;
1323
+ margin-bottom: 1.5rem;
1324
+ margin-top: 0; }
1325
+ html:lang(he) .Text-module_zen-data-large-units__lZjpK {
1326
+ font-family: "Inter", Tahoma, sans-serif; }
1327
+ html:lang(ar) .Text-module_zen-data-large-units__lZjpK {
1328
+ font-family: "Inter", Tahoma, sans-serif; }
1329
+
1330
+ .Text-module_zen-data-medium__wKodD {
1331
+ font-family: var(--typography-heading-1-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif), Helvetica, Arial, sans-serif;
1332
+ font-weight: var(--typography-data-medium-font-weight, 700);
1333
+ letter-spacing: var(--typography-data-medium-letter-spacing, normal);
1334
+ font-size: 3rem;
1335
+ line-height: 1.66667;
1336
+ position: relative;
1337
+ top: 0.43133em;
1338
+ margin-bottom: 1.5rem;
1339
+ margin-top: 0; }
1340
+ html:lang(he) .Text-module_zen-data-medium__wKodD {
1341
+ font-family: "Inter", Tahoma, sans-serif; }
1342
+ html:lang(ar) .Text-module_zen-data-medium__wKodD {
1343
+ font-family: "Inter", Tahoma, sans-serif; }
1344
+
1345
+ .Text-module_zen-data-medium-units__zh-e8 {
1346
+ font-family: var(--typography-heading-1-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif), Helvetica, Arial, sans-serif;
1347
+ font-weight: var(--typography-data-medium-units-font-weight, 700);
1348
+ letter-spacing: var(--typography-data-medium-units-letter-spacing, normal);
1349
+ font-size: 1.5rem;
1350
+ line-height: 3.33333;
1351
+ position: relative;
1352
+ top: 1.26467em;
1353
+ margin-bottom: 1.5rem;
1354
+ margin-top: 0; }
1355
+ html:lang(he) .Text-module_zen-data-medium-units__zh-e8 {
1356
+ font-family: "Inter", Tahoma, sans-serif; }
1357
+ html:lang(ar) .Text-module_zen-data-medium-units__zh-e8 {
1358
+ font-family: "Inter", Tahoma, sans-serif; }
1359
+
1360
+ .Text-module_zen-data-small__LtxHR {
1361
+ font-family: var(--typography-heading-1-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif), Helvetica, Arial, sans-serif;
1362
+ font-weight: var(--typography-data-small-font-weight, 700);
1363
+ letter-spacing: var(--typography-data-small-letter-spacing, normal);
1364
+ font-size: 1.5rem;
1365
+ line-height: 1;
1366
+ position: relative;
1367
+ top: 0.098em;
1368
+ margin-bottom: 1.5rem;
1369
+ margin-top: 0; }
1370
+ html:lang(he) .Text-module_zen-data-small__LtxHR {
1371
+ font-family: "Inter", Tahoma, sans-serif; }
1372
+ html:lang(ar) .Text-module_zen-data-small__LtxHR {
1373
+ font-family: "Inter", Tahoma, sans-serif; }
1374
+
1375
+ .Text-module_zen-data-small-units__0RtFJ {
1376
+ font-family: var(--typography-heading-1-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif), Helvetica, Arial, sans-serif;
1377
+ font-weight: var(--typography-data-small-units-font-weight, 700);
1378
+ letter-spacing: var(--typography-data-small-units-letter-spacing, normal);
1379
+ font-size: 1.125rem;
1380
+ line-height: 1.33333;
1381
+ position: relative;
1382
+ top: 0.26467em;
1383
+ margin-bottom: 1.5rem;
1384
+ margin-top: 0; }
1385
+ html:lang(he) .Text-module_zen-data-small-units__0RtFJ {
1386
+ font-family: "Inter", Tahoma, sans-serif; }
1387
+ html:lang(ar) .Text-module_zen-data-small-units__0RtFJ {
1388
+ font-family: "Inter", Tahoma, sans-serif; }
1389
+
1390
+ @font-face {
1391
+ font-family: "Tiempos Headline";
1392
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff");
1393
+ font-weight: 800; }
1394
+
1395
+ @font-face {
1396
+ font-family: "Greycliff CF";
1397
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-light.woff") format("woff");
1398
+ font-weight: 300; }
1399
+
1400
+ @font-face {
1401
+ font-family: "Greycliff CF";
1402
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-regular.woff") format("woff");
1403
+ font-weight: 400; }
1404
+
1405
+ @font-face {
1406
+ font-family: "Greycliff CF";
1407
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-medium.woff") format("woff");
1408
+ font-weight: 500; }
1409
+
1410
+ @font-face {
1411
+ font-family: "Greycliff CF";
1412
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-demi-bold.woff") format("woff");
1413
+ font-weight: 600; }
1414
+
1415
+ @font-face {
1416
+ font-family: "Greycliff CF";
1417
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-bold.woff") format("woff");
1418
+ font-weight: 700; }
1419
+
1420
+ @font-face {
1421
+ font-family: "Greycliff CF";
1422
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-extra-bold.woff") format("woff");
1423
+ font-weight: 800; }
1424
+
1425
+ @font-face {
1426
+ font-family: "Inter";
1427
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff2") url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff");
1428
+ font-weight: 300; }
1429
+
1430
+ @font-face {
1431
+ font-family: "Inter";
1432
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff");
1433
+ font-weight: 400; }
1434
+
1435
+ @font-face {
1436
+ font-family: "Inter";
1437
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff");
1438
+ font-weight: 500; }
1439
+
1440
+ @font-face {
1441
+ font-family: "Inter";
1442
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff");
1443
+ font-weight: 600; }
1444
+
1445
+ @font-face {
1446
+ font-family: "Inter";
1447
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff");
1448
+ font-weight: 700; }
1449
+
1450
+ @font-face {
1451
+ font-family: "Inter";
1452
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff");
1453
+ font-weight: 800; }
1454
+
1455
+ @font-face {
1456
+ font-family: "IBM Plex Mono";
1457
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff"); }
1458
+
1459
+ /** THIS IS AN AUTOGENERATED FILE **/
1460
+ .Padding-module_p-0__MEDlm {
1461
+ padding: 0; }
1462
+
1463
+ .Padding-module_pt-0__2lPMY {
1464
+ padding-top: 0; }
1465
+
1466
+ .Padding-module_pr-0__tgwOG {
1467
+ padding-right: 0; }
1468
+
1469
+ .Padding-module_pb-0__h-og- {
1470
+ padding-bottom: 0; }
1471
+
1472
+ .Padding-module_pl-0__KQQIN {
1473
+ padding-left: 0; }
1474
+
1475
+ .Padding-module_p-0-point-25__WR6Pl {
1476
+ padding: calc(0.25 * var(--spacing-md, 1.5rem)); }
1477
+
1478
+ .Padding-module_pt-0-point-25__OHxwL {
1479
+ padding-top: calc(0.25 * var(--spacing-md, 1.5rem)); }
1480
+
1481
+ .Padding-module_pr-0-point-25__dw3lt {
1482
+ padding-right: calc(0.25 * var(--spacing-md, 1.5rem)); }
1483
+
1484
+ .Padding-module_pb-0-point-25__R-G37 {
1485
+ padding-bottom: calc(0.25 * var(--spacing-md, 1.5rem)); }
1486
+
1487
+ .Padding-module_pl-0-point-25__4H6f8 {
1488
+ padding-left: calc(0.25 * var(--spacing-md, 1.5rem)); }
1489
+
1490
+ .Padding-module_p-0-point-5__5z-Tg {
1491
+ padding: calc(0.5 * var(--spacing-md, 1.5rem)); }
1492
+
1493
+ .Padding-module_pt-0-point-5__BILAZ {
1494
+ padding-top: calc(0.5 * var(--spacing-md, 1.5rem)); }
1495
+
1496
+ .Padding-module_pr-0-point-5__Qdc6L {
1497
+ padding-right: calc(0.5 * var(--spacing-md, 1.5rem)); }
1498
+
1499
+ .Padding-module_pb-0-point-5__FJOcg {
1500
+ padding-bottom: calc(0.5 * var(--spacing-md, 1.5rem)); }
1501
+
1502
+ .Padding-module_pl-0-point-5__gctiZ {
1503
+ padding-left: calc(0.5 * var(--spacing-md, 1.5rem)); }
1504
+
1505
+ .Padding-module_p-0-point-75__SCNgd {
1506
+ padding: calc(0.75 * var(--spacing-md, 1.5rem)); }
1507
+
1508
+ .Padding-module_pt-0-point-75__Cve0I {
1509
+ padding-top: calc(0.75 * var(--spacing-md, 1.5rem)); }
1510
+
1511
+ .Padding-module_pr-0-point-75__11l9x {
1512
+ padding-right: calc(0.75 * var(--spacing-md, 1.5rem)); }
1513
+
1514
+ .Padding-module_pb-0-point-75__WfgDh {
1515
+ padding-bottom: calc(0.75 * var(--spacing-md, 1.5rem)); }
1516
+
1517
+ .Padding-module_pl-0-point-75__YKbVF {
1518
+ padding-left: calc(0.75 * var(--spacing-md, 1.5rem)); }
1519
+
1520
+ .Padding-module_p-1__jIDUT {
1521
+ padding: var(--spacing-md, 1.5rem); }
1522
+
1523
+ .Padding-module_pt-1__r358b {
1524
+ padding-top: var(--spacing-md, 1.5rem); }
1525
+
1526
+ .Padding-module_pr-1__fdsMH {
1527
+ padding-right: var(--spacing-md, 1.5rem); }
1528
+
1529
+ .Padding-module_pb-1__gkHqH {
1530
+ padding-bottom: var(--spacing-md, 1.5rem); }
1531
+
1532
+ .Padding-module_pl-1__1fvrt {
1533
+ padding-left: var(--spacing-md, 1.5rem); }
1534
+
1535
+ .Padding-module_p-1-point-25__9q2Tk {
1536
+ padding: calc(1.25 * var(--spacing-md, 1.5rem)); }
1537
+
1538
+ .Padding-module_pt-1-point-25__uYpt3 {
1539
+ padding-top: calc(1.25 * var(--spacing-md, 1.5rem)); }
1540
+
1541
+ .Padding-module_pr-1-point-25__8xYeA {
1542
+ padding-right: calc(1.25 * var(--spacing-md, 1.5rem)); }
1543
+
1544
+ .Padding-module_pb-1-point-25__JwIfB {
1545
+ padding-bottom: calc(1.25 * var(--spacing-md, 1.5rem)); }
1546
+
1547
+ .Padding-module_pl-1-point-25__-w5XU {
1548
+ padding-left: calc(1.25 * var(--spacing-md, 1.5rem)); }
1549
+
1550
+ .Padding-module_p-1-point-5__LICS6 {
1551
+ padding: calc(1.5 * var(--spacing-md, 1.5rem)); }
1552
+
1553
+ .Padding-module_pt-1-point-5__p9H7t {
1554
+ padding-top: calc(1.5 * var(--spacing-md, 1.5rem)); }
1555
+
1556
+ .Padding-module_pr-1-point-5__agJTp {
1557
+ padding-right: calc(1.5 * var(--spacing-md, 1.5rem)); }
1558
+
1559
+ .Padding-module_pb-1-point-5__Ig7SW {
1560
+ padding-bottom: calc(1.5 * var(--spacing-md, 1.5rem)); }
1561
+
1562
+ .Padding-module_pl-1-point-5__iBcnI {
1563
+ padding-left: calc(1.5 * var(--spacing-md, 1.5rem)); }
1564
+
1565
+ .Padding-module_p-1-point-75__lctpg {
1566
+ padding: calc(1.75 * var(--spacing-md, 1.5rem)); }
1567
+
1568
+ .Padding-module_pt-1-point-75__MVIUz {
1569
+ padding-top: calc(1.75 * var(--spacing-md, 1.5rem)); }
1570
+
1571
+ .Padding-module_pr-1-point-75__A-Ur- {
1572
+ padding-right: calc(1.75 * var(--spacing-md, 1.5rem)); }
1573
+
1574
+ .Padding-module_pb-1-point-75__TctUk {
1575
+ padding-bottom: calc(1.75 * var(--spacing-md, 1.5rem)); }
1576
+
1577
+ .Padding-module_pl-1-point-75__ahplz {
1578
+ padding-left: calc(1.75 * var(--spacing-md, 1.5rem)); }
1579
+
1580
+ .Padding-module_p-2__iEsEq {
1581
+ padding: calc(2 * var(--spacing-md, 1.5rem)); }
1582
+
1583
+ .Padding-module_pt-2__-uaDE {
1584
+ padding-top: calc(2 * var(--spacing-md, 1.5rem)); }
1585
+
1586
+ .Padding-module_pr-2__py781 {
1587
+ padding-right: calc(2 * var(--spacing-md, 1.5rem)); }
1588
+
1589
+ .Padding-module_pb-2__75eso {
1590
+ padding-bottom: calc(2 * var(--spacing-md, 1.5rem)); }
1591
+
1592
+ .Padding-module_pl-2__4L8zZ {
1593
+ padding-left: calc(2 * var(--spacing-md, 1.5rem)); }
1594
+
1595
+ .Padding-module_p-2-point-5__fFM5N {
1596
+ padding: calc(2.5 * var(--spacing-md, 1.5rem)); }
1597
+
1598
+ .Padding-module_pt-2-point-5__aDZvm {
1599
+ padding-top: calc(2.5 * var(--spacing-md, 1.5rem)); }
1600
+
1601
+ .Padding-module_pr-2-point-5__H-fJW {
1602
+ padding-right: calc(2.5 * var(--spacing-md, 1.5rem)); }
1603
+
1604
+ .Padding-module_pb-2-point-5__0oSvZ {
1605
+ padding-bottom: calc(2.5 * var(--spacing-md, 1.5rem)); }
1606
+
1607
+ .Padding-module_pl-2-point-5__BGKgq {
1608
+ padding-left: calc(2.5 * var(--spacing-md, 1.5rem)); }
1609
+
1610
+ .Padding-module_p-3__LltVV {
1611
+ padding: calc(3 * var(--spacing-md, 1.5rem)); }
1612
+
1613
+ .Padding-module_pt-3__Ew6IB {
1614
+ padding-top: calc(3 * var(--spacing-md, 1.5rem)); }
1615
+
1616
+ .Padding-module_pr-3__ehVq5 {
1617
+ padding-right: calc(3 * var(--spacing-md, 1.5rem)); }
1618
+
1619
+ .Padding-module_pb-3__u8K7J {
1620
+ padding-bottom: calc(3 * var(--spacing-md, 1.5rem)); }
1621
+
1622
+ .Padding-module_pl-3__GLx74 {
1623
+ padding-left: calc(3 * var(--spacing-md, 1.5rem)); }
1624
+
1625
+ .Padding-module_p-3-point-5__PyzuE {
1626
+ padding: calc(3.5 * var(--spacing-md, 1.5rem)); }
1627
+
1628
+ .Padding-module_pt-3-point-5__qKa2E {
1629
+ padding-top: calc(3.5 * var(--spacing-md, 1.5rem)); }
1630
+
1631
+ .Padding-module_pr-3-point-5__xJlsH {
1632
+ padding-right: calc(3.5 * var(--spacing-md, 1.5rem)); }
1633
+
1634
+ .Padding-module_pb-3-point-5__H4D4H {
1635
+ padding-bottom: calc(3.5 * var(--spacing-md, 1.5rem)); }
1636
+
1637
+ .Padding-module_pl-3-point-5__krW-a {
1638
+ padding-left: calc(3.5 * var(--spacing-md, 1.5rem)); }
1639
+
1640
+ .Padding-module_p-4__boMST {
1641
+ padding: calc(4 * var(--spacing-md, 1.5rem)); }
1642
+
1643
+ .Padding-module_pt-4__lHX5n {
1644
+ padding-top: calc(4 * var(--spacing-md, 1.5rem)); }
1645
+
1646
+ .Padding-module_pr-4__sl2rR {
1647
+ padding-right: calc(4 * var(--spacing-md, 1.5rem)); }
1648
+
1649
+ .Padding-module_pb-4__ffDeO {
1650
+ padding-bottom: calc(4 * var(--spacing-md, 1.5rem)); }
1651
+
1652
+ .Padding-module_pl-4__mRkKo {
1653
+ padding-left: calc(4 * var(--spacing-md, 1.5rem)); }
1654
+
1655
+ @font-face {
1656
+ font-family: "Tiempos Headline";
1657
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff");
1658
+ font-weight: 800; }
1659
+
1660
+ @font-face {
1661
+ font-family: "Greycliff CF";
1662
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-light.woff") format("woff");
1663
+ font-weight: 300; }
1664
+
1665
+ @font-face {
1666
+ font-family: "Greycliff CF";
1667
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-regular.woff") format("woff");
1668
+ font-weight: 400; }
1669
+
1670
+ @font-face {
1671
+ font-family: "Greycliff CF";
1672
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-medium.woff") format("woff");
1673
+ font-weight: 500; }
1674
+
1675
+ @font-face {
1676
+ font-family: "Greycliff CF";
1677
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-demi-bold.woff") format("woff");
1678
+ font-weight: 600; }
1679
+
1680
+ @font-face {
1681
+ font-family: "Greycliff CF";
1682
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-bold.woff") format("woff");
1683
+ font-weight: 700; }
1684
+
1685
+ @font-face {
1686
+ font-family: "Greycliff CF";
1687
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-extra-bold.woff") format("woff");
1688
+ font-weight: 800; }
1689
+
1690
+ @font-face {
1691
+ font-family: "Inter";
1692
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff2") url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff");
1693
+ font-weight: 300; }
1694
+
1695
+ @font-face {
1696
+ font-family: "Inter";
1697
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff");
1698
+ font-weight: 400; }
1699
+
1700
+ @font-face {
1701
+ font-family: "Inter";
1702
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff");
1703
+ font-weight: 500; }
1704
+
1705
+ @font-face {
1706
+ font-family: "Inter";
1707
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff");
1708
+ font-weight: 600; }
1709
+
1710
+ @font-face {
1711
+ font-family: "Inter";
1712
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff");
1713
+ font-weight: 700; }
1714
+
1715
+ @font-face {
1716
+ font-family: "Inter";
1717
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff");
1718
+ font-weight: 800; }
1719
+
1720
+ @font-face {
1721
+ font-family: "IBM Plex Mono";
1722
+ src: url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff2"), url("https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff"); }
1723
+
1724
+ /** THIS IS AN AUTOGENERATED FILE **/
1725
+ .Margin-module_m-0__hSA96 {
1726
+ margin: 0; }
1727
+
1728
+ .Margin-module_mt-0__7WGbv {
1729
+ margin-top: 0; }
1730
+
1731
+ .Margin-module_mr-0__CX8k- {
1732
+ margin-right: 0; }
1733
+
1734
+ .Margin-module_mb-0__LjHy2 {
1735
+ margin-bottom: 0; }
1736
+
1737
+ .Margin-module_ml-0__Ffq2J {
1738
+ margin-left: 0; }
1739
+
1740
+ .Margin-module_m-0-point-25__RrkvF {
1741
+ margin: calc(0.25 * var(--spacing-md, 1.5rem)); }
1742
+
1743
+ .Margin-module_mt-0-point-25__lOnmq {
1744
+ margin-top: calc(0.25 * var(--spacing-md, 1.5rem)); }
1745
+
1746
+ .Margin-module_mr-0-point-25__JYjnr {
1747
+ margin-right: calc(0.25 * var(--spacing-md, 1.5rem)); }
1748
+
1749
+ .Margin-module_mb-0-point-25__aSIWe {
1750
+ margin-bottom: calc(0.25 * var(--spacing-md, 1.5rem)); }
1751
+
1752
+ .Margin-module_ml-0-point-25__UIx-6 {
1753
+ margin-left: calc(0.25 * var(--spacing-md, 1.5rem)); }
1754
+
1755
+ .Margin-module_m-0-point-5__o1ClI {
1756
+ margin: calc(0.5 * var(--spacing-md, 1.5rem)); }
1757
+
1758
+ .Margin-module_mt-0-point-5__Hlw6J {
1759
+ margin-top: calc(0.5 * var(--spacing-md, 1.5rem)); }
1760
+
1761
+ .Margin-module_mr-0-point-5__lTVga {
1762
+ margin-right: calc(0.5 * var(--spacing-md, 1.5rem)); }
1763
+
1764
+ .Margin-module_mb-0-point-5__09Kv0 {
1765
+ margin-bottom: calc(0.5 * var(--spacing-md, 1.5rem)); }
1766
+
1767
+ .Margin-module_ml-0-point-5__IyBy5 {
1768
+ margin-left: calc(0.5 * var(--spacing-md, 1.5rem)); }
1769
+
1770
+ .Margin-module_m-0-point-75__IttHs {
1771
+ margin: calc(0.75 * var(--spacing-md, 1.5rem)); }
1772
+
1773
+ .Margin-module_mt-0-point-75__8aL1j {
1774
+ margin-top: calc(0.75 * var(--spacing-md, 1.5rem)); }
1775
+
1776
+ .Margin-module_mr-0-point-75__1iTsr {
1777
+ margin-right: calc(0.75 * var(--spacing-md, 1.5rem)); }
1778
+
1779
+ .Margin-module_mb-0-point-75__bcGVL {
1780
+ margin-bottom: calc(0.75 * var(--spacing-md, 1.5rem)); }
1781
+
1782
+ .Margin-module_ml-0-point-75__UoIM3 {
1783
+ margin-left: calc(0.75 * var(--spacing-md, 1.5rem)); }
1784
+
1785
+ .Margin-module_m-1__WoH7S {
1786
+ margin: var(--spacing-md, 1.5rem); }
1787
+
1788
+ .Margin-module_mt-1__rmDMg {
1789
+ margin-top: var(--spacing-md, 1.5rem); }
1790
+
1791
+ .Margin-module_mr-1__bFRhS {
1792
+ margin-right: var(--spacing-md, 1.5rem); }
1793
+
1794
+ .Margin-module_mb-1__6Siyc {
1795
+ margin-bottom: var(--spacing-md, 1.5rem); }
1796
+
1797
+ .Margin-module_ml-1__j3WF6 {
1798
+ margin-left: var(--spacing-md, 1.5rem); }
1799
+
1800
+ .Margin-module_m-1-point-25__aslNk {
1801
+ margin: calc(1.25 * var(--spacing-md, 1.5rem)); }
1802
+
1803
+ .Margin-module_mt-1-point-25__l-Kna {
1804
+ margin-top: calc(1.25 * var(--spacing-md, 1.5rem)); }
1805
+
1806
+ .Margin-module_mr-1-point-25__yKHfB {
1807
+ margin-right: calc(1.25 * var(--spacing-md, 1.5rem)); }
1808
+
1809
+ .Margin-module_mb-1-point-25__k7Wnb {
1810
+ margin-bottom: calc(1.25 * var(--spacing-md, 1.5rem)); }
1811
+
1812
+ .Margin-module_ml-1-point-25__tKCHD {
1813
+ margin-left: calc(1.25 * var(--spacing-md, 1.5rem)); }
1814
+
1815
+ .Margin-module_m-1-point-5__e5RRa {
1816
+ margin: calc(1.5 * var(--spacing-md, 1.5rem)); }
1817
+
1818
+ .Margin-module_mt-1-point-5__0oleV {
1819
+ margin-top: calc(1.5 * var(--spacing-md, 1.5rem)); }
1820
+
1821
+ .Margin-module_mr-1-point-5__UV2Ds {
1822
+ margin-right: calc(1.5 * var(--spacing-md, 1.5rem)); }
1823
+
1824
+ .Margin-module_mb-1-point-5__DgIcA {
1825
+ margin-bottom: calc(1.5 * var(--spacing-md, 1.5rem)); }
1826
+
1827
+ .Margin-module_ml-1-point-5__-a31T {
1828
+ margin-left: calc(1.5 * var(--spacing-md, 1.5rem)); }
1829
+
1830
+ .Margin-module_m-1-point-75__IxxDx {
1831
+ margin: calc(1.75 * var(--spacing-md, 1.5rem)); }
1832
+
1833
+ .Margin-module_mt-1-point-75__zBEJc {
1834
+ margin-top: calc(1.75 * var(--spacing-md, 1.5rem)); }
1835
+
1836
+ .Margin-module_mr-1-point-75__7oQH3 {
1837
+ margin-right: calc(1.75 * var(--spacing-md, 1.5rem)); }
1838
+
1839
+ .Margin-module_mb-1-point-75__CyezZ {
1840
+ margin-bottom: calc(1.75 * var(--spacing-md, 1.5rem)); }
1841
+
1842
+ .Margin-module_ml-1-point-75__8AcEE {
1843
+ margin-left: calc(1.75 * var(--spacing-md, 1.5rem)); }
1844
+
1845
+ .Margin-module_m-2__xDAX5 {
1846
+ margin: calc(2 * var(--spacing-md, 1.5rem)); }
1847
+
1848
+ .Margin-module_mt-2__BaPgk {
1849
+ margin-top: calc(2 * var(--spacing-md, 1.5rem)); }
1850
+
1851
+ .Margin-module_mr-2__-8KSg {
1852
+ margin-right: calc(2 * var(--spacing-md, 1.5rem)); }
1853
+
1854
+ .Margin-module_mb-2__lqKMm {
1855
+ margin-bottom: calc(2 * var(--spacing-md, 1.5rem)); }
1856
+
1857
+ .Margin-module_ml-2__y6zUv {
1858
+ margin-left: calc(2 * var(--spacing-md, 1.5rem)); }
1859
+
1860
+ .Margin-module_m-2-point-5__nPaB6 {
1861
+ margin: calc(2.5 * var(--spacing-md, 1.5rem)); }
1862
+
1863
+ .Margin-module_mt-2-point-5__NtVq0 {
1864
+ margin-top: calc(2.5 * var(--spacing-md, 1.5rem)); }
1865
+
1866
+ .Margin-module_mr-2-point-5__u5ycP {
1867
+ margin-right: calc(2.5 * var(--spacing-md, 1.5rem)); }
1868
+
1869
+ .Margin-module_mb-2-point-5__KoWcH {
1870
+ margin-bottom: calc(2.5 * var(--spacing-md, 1.5rem)); }
1871
+
1872
+ .Margin-module_ml-2-point-5__rKkfV {
1873
+ margin-left: calc(2.5 * var(--spacing-md, 1.5rem)); }
1874
+
1875
+ .Margin-module_m-3__3Xx0F {
1876
+ margin: calc(3 * var(--spacing-md, 1.5rem)); }
1877
+
1878
+ .Margin-module_mt-3__M2Jx3 {
1879
+ margin-top: calc(3 * var(--spacing-md, 1.5rem)); }
1880
+
1881
+ .Margin-module_mr-3__Ydznr {
1882
+ margin-right: calc(3 * var(--spacing-md, 1.5rem)); }
1883
+
1884
+ .Margin-module_mb-3__-jI8t {
1885
+ margin-bottom: calc(3 * var(--spacing-md, 1.5rem)); }
1886
+
1887
+ .Margin-module_ml-3__GKa-l {
1888
+ margin-left: calc(3 * var(--spacing-md, 1.5rem)); }
1889
+
1890
+ .Margin-module_m-3-point-5__3ZDkz {
1891
+ margin: calc(3.5 * var(--spacing-md, 1.5rem)); }
1892
+
1893
+ .Margin-module_mt-3-point-5__VBSF- {
1894
+ margin-top: calc(3.5 * var(--spacing-md, 1.5rem)); }
1895
+
1896
+ .Margin-module_mr-3-point-5__wf0U2 {
1897
+ margin-right: calc(3.5 * var(--spacing-md, 1.5rem)); }
1898
+
1899
+ .Margin-module_mb-3-point-5__OMror {
1900
+ margin-bottom: calc(3.5 * var(--spacing-md, 1.5rem)); }
1901
+
1902
+ .Margin-module_ml-3-point-5__ootW1 {
1903
+ margin-left: calc(3.5 * var(--spacing-md, 1.5rem)); }
1904
+
1905
+ .Margin-module_m-4__dZ985 {
1906
+ margin: calc(4 * var(--spacing-md, 1.5rem)); }
1907
+
1908
+ .Margin-module_mt-4__BUm9K {
1909
+ margin-top: calc(4 * var(--spacing-md, 1.5rem)); }
1910
+
1911
+ .Margin-module_mr-4__mKUUj {
1912
+ margin-right: calc(4 * var(--spacing-md, 1.5rem)); }
1913
+
1914
+ .Margin-module_mb-4__dO-YX {
1915
+ margin-bottom: calc(4 * var(--spacing-md, 1.5rem)); }
1916
+
1917
+ .Margin-module_ml-4__EE62n {
1918
+ margin-left: calc(4 * var(--spacing-md, 1.5rem)); }
1919
+
1920
+ .Option-module_option__U-MsL{align-items:center;border:var(--border-solid-border-width,2px) var(--border-solid-border-style,solid);border-color:var(--border-borderless-border-color,transparent);border-radius:4px;cursor:default;display:inline-grid;font-family:var(--typography-paragraph-body-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-body-font-size,1rem);font-weight:var(--typography-paragraph-body-font-weight,400);gap:var(--spacing-xs,.375rem);grid-template-columns:auto var(--spacing-md,1.5rem);height:-moz-fit-content;height:fit-content;letter-spacing:var(--typography-paragraph-body-letter-spacing,normal);line-height:var(--typography-paragraph-body-line-height,1.5rem);padding:.5rem var(--spacing-xs,.375rem) .5rem var(--spacing-sm,.75rem);position:relative}.Option-module_option__U-MsL:focus{outline:none}.Option-module_option__U-MsL.story__option-hover:not(.Option-module_disabled__RV081),.Option-module_option__U-MsL:active:not(.Option-module_disabled__RV081),.Option-module_option__U-MsL:hover:not(.Option-module_disabled__RV081){background-color:var(--color-blue-100,#e6f6ff);color:var(--color-blue-500,#0168b3)}.Option-module_option__U-MsL.story__option-hover:not(.Option-module_disabled__RV081) .Option-module_icon__0ECp6,.Option-module_option__U-MsL:active:not(.Option-module_disabled__RV081) .Option-module_icon__0ECp6,.Option-module_option__U-MsL:hover:not(.Option-module_disabled__RV081) .Option-module_icon__0ECp6{color:var(--color-blue-500,#0168b3)}.Option-module_option__U-MsL.Option-module_isFocusVisible__yYC7y,.Option-module_option__U-MsL.story__option-focus{background-color:var(--color-blue-100,#e6f6ff);color:var(--color-blue-500,#0168b3)}.Option-module_option__U-MsL.Option-module_isFocusVisible__yYC7y:after,.Option-module_option__U-MsL.story__option-focus:after{background:transparent;border:var(--border-focus-ring-border-width,2px) var(--border-focus-ring-border-style,solid) var(--color-blue-500,#0168b3);border-radius:4px;bottom:calc(var(--border-focus-ring-border-width, 2px)*2*-1 + -1px);content:"";left:calc(var(--border-focus-ring-border-width, 2px)*2*-1 + -1px);position:absolute;right:calc(var(--border-focus-ring-border-width, 2px)*2*-1 + -1px);top:calc(var(--border-focus-ring-border-width, 2px)*2*-1 + -1px);z-index:1}.Option-module_option__U-MsL.Option-module_isFocusVisible__yYC7y .Option-module_icon__0ECp6,.Option-module_option__U-MsL.story__option-focus .Option-module_icon__0ECp6{color:var(--color-blue-500,#0168b3)}.Option-module_icon__0ECp6{align-items:center;display:inline-flex;height:calc(var(--spacing-md, 1.5rem) - var(--border-solid-border-width, 2px)*2);justify-content:center;line-height:1;width:calc(var(--spacing-md, 1.5rem) - var(--border-solid-border-width, 2px)*2)}.Option-module_isSelected__L3nhB{font-weight:var(--typography-paragraph-bold-font-weight,600)}.Option-module_isSelected__L3nhB,.Option-module_isSelected__L3nhB.Option-module_icon__0ECp6{color:var(--color-blue-500,#0168b3)}.Option-module_disabled__RV081{color:var(--color-gray-500,#8c8c97)}
1921
+ .ListBoxSection-module_sectionWrapper__NYQwa{display:flex;flex-direction:column}.ListBoxSection-module_sectionWrapper__NYQwa:not(:first-child){margin-top:var(--spacing-8,.5rem)}.ListBoxSection-module_sectionHeading__KiOi1{padding-left:4px}.ListBoxSection-module_sectionList__xiPZY{display:flex;flex-direction:column;padding:var(--spacing-xs,.375rem) 0 0 0}
1922
+ /** THIS IS AN AUTOGENERATED FILE **/
1923
+ /** THIS IS AN AUTOGENERATED FILE **/
1924
+ .Divider-module_wrapper__NSxvt {
1925
+ width: 100%;
1926
+ border: 0;
1927
+ margin: 0;
1928
+ border-radius: var(--border-solid-border-radius, 7px);
1929
+ visibility: visible; }
1930
+
1931
+ .Divider-module_content__9Tzmt, .Divider-module_menuSeparator__D9dVJ {
1932
+ border-top: 1px solid;
1933
+ border-color: rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1); }
1934
+ .Divider-module_content__9Tzmt.Divider-module_reversed__8MS2v, .Divider-module_reversed__8MS2v.Divider-module_menuSeparator__D9dVJ {
1935
+ border-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.1); }
1936
+
1937
+ .Divider-module_canvas__Pdcbk {
1938
+ border-top: 1px solid;
1939
+ border-bottom: 1px solid;
1940
+ border-color: rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1); }
1941
+ .Divider-module_canvas__Pdcbk.Divider-module_reversed__8MS2v {
1942
+ border-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.1); }
1943
+
1944
+ .Divider-module_menuSeparator__D9dVJ {
1945
+ margin: 5px 0; }
1946
+
1947
+ .SectionDivider-module_divider__-idrC{margin:var(--spacing-8,.5rem) 0}.SectionDivider-module_divider__-idrC+.SectionDivider-module_divider__-idrC,.SectionDivider-module_divider__-idrC:first-child,.SectionDivider-module_divider__-idrC:last-child{display:none}
1948
+ .FilterSelect-module_filterContents__2LknZ{overflow:auto;padding:var(--spacing-12,.75rem);width:224px}