@sberbusiness/triplex-next 1.18.0 → 1.19.1

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 (404) hide show
  1. package/chunks/AlertProcessSpoiler-CJysh-L6.js +39 -0
  2. package/chunks/{CalendarViewItem-pHtA4Vlx.js → CalendarViewItem-Dxr-IKuh.js} +18 -18
  3. package/chunks/Card.module-DMUHU1y_.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-wyBivaJR.js +14 -0
  5. package/chunks/{Chip-CO3WBvtA.js → Chip-Cp4nSSv9.js} +20 -20
  6. package/chunks/Confirm.module-BMe3cCgA.js +15 -0
  7. package/chunks/DropdownListItem-Czxj-82d.js +65 -0
  8. package/chunks/DropdownMobile.module-ChlziR7V.js +23 -0
  9. package/chunks/Footer.module-DdBlWFOs.js +9 -0
  10. package/chunks/{FormFieldInput-BHKqXXmM.js → FormFieldInput-Bb0syEep.js} +12 -12
  11. package/chunks/HeaderLayoutSidebar.module-tndsgX78.js +9 -0
  12. package/chunks/HeaderTabs.module-T7IKL1xp.js +9 -0
  13. package/chunks/{HeaderTitle.module-DejeYBva.js → HeaderTitle.module-bJWT64K6.js} +2 -2
  14. package/chunks/IslandAccordion.module-CLQD0a3_.js +25 -0
  15. package/chunks/IslandWidgetFooter.module-CPs8lx4X.js +9 -0
  16. package/chunks/IslandWidgetHeader.module-EYRdEBM6.js +12 -0
  17. package/chunks/{LightBoxContent-CAboXCdn.js → LightBoxContent-6jOQAiJe.js} +14 -14
  18. package/chunks/LightBoxControls.module-OIHtatwH.js +16 -0
  19. package/chunks/LightBoxSideOverlayClose.module-BB5P2oIx.js +8 -0
  20. package/chunks/{ListItemControlsButton-rljKBmYs.js → ListItemControlsButton-CLWIOf-c.js} +8 -8
  21. package/chunks/ListItemTail.module-D9_VecUp.js +12 -0
  22. package/chunks/ListMasterFooter.module-Tad6_QUF.js +10 -0
  23. package/chunks/ModalWindow.module-CtWGFobP.js +17 -0
  24. package/chunks/Notification.module-1ONl_AQl.js +20 -0
  25. package/chunks/Overlay.module-BzUI6PNY.js +18 -0
  26. package/chunks/Page.module-BIAYhn48.js +11 -0
  27. package/chunks/{RightBorderArrow-VyofIz59.js → RightBorderArrow-CDLZGJBa.js} +11 -11
  28. package/chunks/SMSField.module-CshFlMUU.js +16 -0
  29. package/chunks/SliderExtendedMarks.module-BPt30iMn.js +15 -0
  30. package/chunks/{SliderExtendedRail-DgwS0MGB.js → SliderExtendedRail-Dc_iZlxS.js} +5 -5
  31. package/chunks/StatusTracker.module-CTVX8mSd.js +24 -0
  32. package/chunks/{SuggestFieldMobileDropdownHint-BLejFeyH.js → SuggestFieldMobileDropdownHint-B1qT-8-p.js} +4 -4
  33. package/chunks/TableFooter.module-CcIh2kO5.js +14 -0
  34. package/chunks/TabsExtended.module-DtrXq1jE.js +16 -0
  35. package/chunks/TabsLine.module-D5PBUMxf.js +21 -0
  36. package/chunks/TooltipDesktop.module-B2iSBrr1.js +19 -0
  37. package/chunks/TreeView.module-DEJX2JUM.js +9 -0
  38. package/chunks/{UploadZoneInput-CVEVGrOi.js → UploadZoneInput-CXhNQ2dO.js} +2 -2
  39. package/chunks/{constants-RnOklYSN.js → constants-sbJX8JQ4.js} +13 -13
  40. package/chunks/{utils-mnZTG3vL.js → utils-BIaaXA7W.js} +12 -12
  41. package/chunks/{utils-CgBTTmNc.js → utils-DHbotYsG.js} +7 -7
  42. package/chunks/utils-DjwTklmD.js +24 -0
  43. package/chunks/utils-OFOU7B72.js +18 -0
  44. package/components/Alert/AlertContext/AlertContext.js +12 -12
  45. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  46. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  47. package/components/Amount/Amount.js +7 -7
  48. package/components/AmountField/AmountField.js +1 -1
  49. package/components/Avatar/Avatar.js +9 -9
  50. package/components/Badge/Badge.js +1 -1
  51. package/components/Badge/BadgeDot.js +7 -7
  52. package/components/Badge/components/BadgeContent.js +11 -11
  53. package/components/Badge/components/BadgePostfix.js +4 -4
  54. package/components/Badge/components/BadgePrefix.js +1 -1
  55. package/components/Body/Body.js +5 -5
  56. package/components/Button/Button.js +25 -25
  57. package/components/Button/ButtonBase.js +1 -1
  58. package/components/Button/ButtonDropdown.js +11 -11
  59. package/components/Button/ButtonDropdownExtended.js +5 -5
  60. package/components/Button/ButtonIcon.js +15 -15
  61. package/components/Calendar/Calendar.js +17 -17
  62. package/components/Calendar/components/CalendarControls.js +1 -1
  63. package/components/Calendar/components/CalendarFooter.js +4 -4
  64. package/components/Calendar/components/CalendarViewDays.js +1 -1
  65. package/components/Calendar/components/CalendarViewItem.js +1 -1
  66. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  67. package/components/Calendar/components/CalendarViewYears.js +1 -1
  68. package/components/Card/CardAction.js +14 -14
  69. package/components/Card/CardStatic.js +2 -2
  70. package/components/Card/components/CardContent/CardContent.js +1 -1
  71. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  72. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  73. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  74. package/components/Card/components/CardMedia.js +1 -1
  75. package/components/Card/utils.js +1 -1
  76. package/components/CarouselExtended/CarouselExtended.js +1 -1
  77. package/components/Checkbox/Checkbox.js +2 -2
  78. package/components/Checkbox/CheckboxXGroup.js +14 -14
  79. package/components/Checkbox/CheckboxYGroup.js +3 -3
  80. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  81. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  82. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  84. package/components/Chip/Chip.js +1 -1
  85. package/components/Chip/ChipClearButton.js +13 -13
  86. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  87. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  88. package/components/Chip/ChipDropdownArrow.js +13 -14
  89. package/components/Chip/ChipIcon.js +1 -1
  90. package/components/Chip/ChipMultiselect.js +24 -17
  91. package/components/Chip/ChipOptions.js +11 -11
  92. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  93. package/components/Chip/ChipSelect/ChipSelectTarget.js +25 -24
  94. package/components/Chip/ChipSort.js +1 -1
  95. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  96. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  97. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  98. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +23 -23
  99. package/components/Chip/index.js +1 -1
  100. package/components/ChipGroup/ChipGroup.js +5 -5
  101. package/components/Col/Col.js +130 -130
  102. package/components/CollapsableTree/components/CollapsableTreeNode.js +5 -5
  103. package/components/Confirm/Confirm.js +1 -1
  104. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  105. package/components/Confirm/components/ConfirmContent.js +1 -1
  106. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  107. package/components/Confirm/components/ConfirmControls.js +1 -1
  108. package/components/DateField/DateField.js +1 -1
  109. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  110. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +1 -1
  111. package/components/DateRange/DateRange.js +12 -12
  112. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  113. package/components/Divider/Divider.js +17 -17
  114. package/components/DocumentNumberEdit/DocumentNumberEdit.js +5 -5
  115. package/components/Dropdown/desktop/DropdownDesktop.js +8 -8
  116. package/components/Dropdown/desktop/DropdownList.js +9 -8
  117. package/components/Dropdown/desktop/DropdownListItem.js +4 -3
  118. package/components/Dropdown/desktop/index.js +1 -1
  119. package/components/Dropdown/index.js +1 -1
  120. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  121. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  122. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  123. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  124. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  126. package/components/Dropdown/mobile/DropdownMobileInput.js +5 -5
  127. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileListItem.js +16 -15
  129. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +1 -1
  131. package/components/Ellipsis/Ellipsis.js +5 -5
  132. package/components/ExpandAnimation/ExpandAnimation.js +6 -6
  133. package/components/Footer/Footer.js +1 -1
  134. package/components/Footer/components/FooterDescription.js +1 -1
  135. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  136. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  137. package/components/FormField/FormField.js +14 -14
  138. package/components/FormField/components/FormFieldClear.js +8 -8
  139. package/components/FormField/components/FormFieldCounter.js +3 -3
  140. package/components/FormField/components/FormFieldDescription.js +6 -6
  141. package/components/FormField/components/FormFieldInput.js +1 -1
  142. package/components/FormField/components/FormFieldLabel.js +9 -9
  143. package/components/FormField/components/FormFieldMaskedInput.js +25 -25
  144. package/components/FormField/components/FormFieldPostfix.js +6 -6
  145. package/components/FormField/components/FormFieldPrefix.js +7 -7
  146. package/components/FormField/components/FormFieldTarget.js +19 -19
  147. package/components/FormField/components/FormFieldTextarea.js +16 -16
  148. package/components/FormField/index.js +1 -1
  149. package/components/Header/Header.js +1 -1
  150. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  151. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  152. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  153. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
  154. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  155. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  156. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  157. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  158. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  159. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  160. package/components/HelpBox/HelpBox.js +13 -13
  161. package/components/Island/Island.js +1 -1
  162. package/components/Island/components/IslandBody.js +3 -3
  163. package/components/Island/components/IslandFooter.js +4 -4
  164. package/components/Island/components/IslandHeader.js +3 -3
  165. package/components/Island/utils.js +1 -1
  166. package/components/IslandAccordion/IslandAccordion.js +2 -2
  167. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  168. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  169. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  170. package/components/IslandWidget/IslandWidget.js +15 -15
  171. package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
  172. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
  173. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  174. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  175. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  176. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  177. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  178. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  179. package/components/IslandWidget/components/IslandWidgetWrapper.js +8 -8
  180. package/components/LightBox/LightBox.js +13 -13
  181. package/components/LightBox/LightBoxContent.js +1 -1
  182. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  183. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  184. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  185. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  186. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +25 -25
  187. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  188. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  189. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +3 -3
  190. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +5 -5
  191. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +1 -1
  192. package/components/Link/Link.js +24 -24
  193. package/components/List/List.js +5 -5
  194. package/components/List/components/ListEmptyState.js +2 -2
  195. package/components/List/components/ListItem.js +1 -1
  196. package/components/List/components/ListItemContent.js +12 -12
  197. package/components/List/components/ListItemControls.js +1 -1
  198. package/components/List/components/ListItemControlsButton.js +1 -1
  199. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  200. package/components/List/components/ListItemLoading.js +1 -1
  201. package/components/List/components/ListItemSelectable.js +1 -1
  202. package/components/List/components/ListItemTable.js +9 -9
  203. package/components/List/components/ListItemTailLeft.js +1 -1
  204. package/components/List/components/ListItemTailRight.js +1 -1
  205. package/components/List/components/ListSortableItem.js +5 -5
  206. package/components/List/components/ListSortableItemControls.js +4 -4
  207. package/components/List/components/ListSortableItemTarget.js +4 -4
  208. package/components/List/index.js +1 -1
  209. package/components/ListMaster/ListMaster.js +1 -1
  210. package/components/ListMaster/components/ListMasterBody.js +1 -1
  211. package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
  212. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  213. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  214. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  215. package/components/ListMaster/components/ListMasterHeader.js +1 -1
  216. package/components/ListMaster/components/SelectionControls.js +6 -6
  217. package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
  218. package/components/Loader/LoaderSmall/LoaderSmall.js +10 -10
  219. package/components/LoaderScreen/LoaderScreen.js +6 -6
  220. package/components/Marker/Marker.js +7 -16
  221. package/components/Marker/utils.js +1 -1
  222. package/components/MarkerStatus/MarkerStatus.js +14 -14
  223. package/components/ModalWindow/ModalWindow.js +1 -1
  224. package/components/ModalWindow/components/ModalWindowBody.js +4 -4
  225. package/components/ModalWindow/components/ModalWindowClose.js +4 -4
  226. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  227. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  228. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  229. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +14 -13
  230. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  231. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  232. package/components/Notification/Notification.js +2 -2
  233. package/components/Notification/NotificationGrouped.js +1 -1
  234. package/components/Notification/components/NotificationBody.js +1 -1
  235. package/components/Notification/components/NotificationBodyContent.js +6 -5
  236. package/components/Notification/components/NotificationBodyList.js +1 -1
  237. package/components/Notification/components/NotificationClose.js +1 -1
  238. package/components/Notification/components/NotificationFooter.js +1 -1
  239. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  240. package/components/Notification/components/NotificationHeader.js +1 -1
  241. package/components/Notification/components/NotificationIcon.js +1 -1
  242. package/components/Notification/components/NotificationTime.js +1 -1
  243. package/components/NumberField/NumberFieldInput.js +1 -1
  244. package/components/OrderedList/OrderedList.js +6 -6
  245. package/components/OrderedList/OrderedListItem.js +6 -6
  246. package/components/Overlay/Overlay.js +1 -1
  247. package/components/Overlay/OverlayMask.js +1 -1
  248. package/components/Overlay/OverlayPanel.js +1 -1
  249. package/components/Page/Page.js +1 -1
  250. package/components/Page/components/BodyPage.js +4 -4
  251. package/components/Page/components/FooterPage.js +1 -1
  252. package/components/Page/components/HeaderPage.js +1 -1
  253. package/components/Pagination/components/PaginationExtended.js +5 -5
  254. package/components/Pagination/components/PaginationNavigationButton.js +1 -1
  255. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  256. package/components/Pagination/components/PaginationPageButton.js +8 -8
  257. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  258. package/components/Pagination/components/PaginationSelect.js +15 -15
  259. package/components/Radio/Radio.js +15 -15
  260. package/components/Radio/RadioXGroup.js +10 -10
  261. package/components/Radio/RadioYGroup.js +6 -6
  262. package/components/Row/Row.js +6 -6
  263. package/components/SMSField/SMSField.js +2 -2
  264. package/components/SMSField/components/RefreshIcon.js +1 -1
  265. package/components/SMSField/components/SMSFieldInput.js +2 -2
  266. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  267. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  268. package/components/SegmentedControl/SegmentedControl.js +8 -8
  269. package/components/SegmentedControl/SegmentedControlSegment.js +14 -14
  270. package/components/SelectExtendedField/SelectExtendedField.js +4 -4
  271. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  272. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +3 -3
  273. package/components/Skeleton/Skeleton.js +10 -10
  274. package/components/SliderExtended/SliderExtended.js +2 -2
  275. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
  276. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  277. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  278. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  279. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +10 -10
  280. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +15 -15
  281. package/components/SmallInput/SmallInput.js +5 -5
  282. package/components/Spoiler/Spoiler.js +6 -6
  283. package/components/StatusTracker/StatusTracker.js +2 -2
  284. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  285. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  286. package/components/StatusTracker/components/StatusTrackerButton.js +7 -9
  287. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  288. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  289. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  290. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  291. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  292. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  293. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  294. package/components/Step/Step.js +14 -14
  295. package/components/Stepper/RightBorderArrow.js +1 -1
  296. package/components/Stepper/Stepper.js +7 -7
  297. package/components/Stepper/StepperExtended.js +4 -4
  298. package/components/Stepper/StepperStep.js +2 -2
  299. package/components/Stepper/StepperWrapper.js +5 -5
  300. package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
  301. package/components/SuggestField/SuggestField.js +2 -2
  302. package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
  303. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  304. package/components/SuggestField/index.js +1 -1
  305. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  306. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  307. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  308. package/components/SuggestField/mobile/index.js +1 -1
  309. package/components/SwipeableArea/SwipeableArea.js +20 -20
  310. package/components/Table/FilterPanel.js +5 -5
  311. package/components/Table/MasterTable.js +8 -8
  312. package/components/Table/NoColumns.js +5 -5
  313. package/components/Table/PaginationPanel.js +2 -2
  314. package/components/Table/TableBasic/TableBasic.js +1 -1
  315. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  316. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  317. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  318. package/components/Table/TableBasicSettings/TableBasicSettings.js +1 -1
  319. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +9 -9
  320. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  321. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
  322. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  323. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
  324. package/components/Table/TableFooter/TableFooter.js +1 -1
  325. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  326. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  327. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  328. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  329. package/components/Table/TabsLinePanel.js +5 -5
  330. package/components/Table/TabsLinePanelLinks.js +1 -1
  331. package/components/Table/utils.js +1 -1
  332. package/components/Tabs/Tabs.js +19 -19
  333. package/components/TabsExtended/TabsExtended.js +2 -2
  334. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  335. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  336. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  337. package/components/TabsExtended/components/TabsExtendedTabButton.js +16 -16
  338. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  339. package/components/TabsExtended/utils.js +1 -1
  340. package/components/TabsLine/TabsLine.js +1 -1
  341. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  342. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  343. package/components/TabsLine/components/TabsLineItem.js +31 -31
  344. package/components/TabsLine/components/TabsLineMobile.js +10 -10
  345. package/components/Tag/Tag.js +30 -30
  346. package/components/TagColor/TagColor.js +16 -16
  347. package/components/TagGroup/TagGroup.js +12 -12
  348. package/components/TextField/TextField.js +1 -1
  349. package/components/TextareaField/TextareaField.js +1 -1
  350. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  351. package/components/Tooltip/components/common/TooltipLink.js +10 -10
  352. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  353. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  354. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  355. package/components/Tooltip/components/mobile/TooltipMobile.js +10 -10
  356. package/components/TopOverlay/TopOverlay.js +15 -15
  357. package/components/TreeView/TreeView.js +1 -1
  358. package/components/TreeView/components/TreeViewGroup.js +1 -1
  359. package/components/TreeView/components/TreeViewNode.js +1 -1
  360. package/components/Typography/Caption.js +29 -29
  361. package/components/Typography/Text.js +12 -12
  362. package/components/Typography/Title.js +10 -10
  363. package/components/Typography/constants.js +1 -1
  364. package/components/UnorderedList/UnorderedList.js +5 -5
  365. package/components/UnorderedList/UnorderedListItem.js +6 -6
  366. package/components/UploadZone/UploadZone.js +74 -65
  367. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  368. package/components/index.js +253 -255
  369. package/index.d.ts +10 -13
  370. package/index.js +66 -68
  371. package/package.json +2 -5
  372. package/styles/triplex-next.css +546 -546
  373. package/chunks/AlertProcessSpoiler-LkdaQ_Di.js +0 -39
  374. package/chunks/Card.module-BcSOlt-v.js +0 -17
  375. package/chunks/CheckboxTreeExtended.module-DiHCUVg2.js +0 -14
  376. package/chunks/Confirm.module-Dhpj4ZKo.js +0 -15
  377. package/chunks/DropdownListItem-BQHOMeuh.js +0 -63
  378. package/chunks/DropdownMobile.module-xbdFMKNS.js +0 -23
  379. package/chunks/Footer.module-C1SNucJG.js +0 -9
  380. package/chunks/HeaderLayoutSidebar.module-DwvmK73d.js +0 -9
  381. package/chunks/HeaderTabs.module-MEcJFqAB.js +0 -9
  382. package/chunks/IslandAccordion.module-BxCqLPl3.js +0 -25
  383. package/chunks/IslandWidgetFooter.module-D1LPR8QN.js +0 -9
  384. package/chunks/IslandWidgetHeader.module-BM15zmJI.js +0 -12
  385. package/chunks/LightBoxControls.module-DGtd3hzE.js +0 -16
  386. package/chunks/LightBoxSideOverlayClose.module-C1IxLp8t.js +0 -8
  387. package/chunks/ListItemTail.module-DeeZQGZM.js +0 -12
  388. package/chunks/ListMasterFooter.module-Deinj_Hn.js +0 -10
  389. package/chunks/ModalWindow.module-B0rsZ6qC.js +0 -17
  390. package/chunks/Notification.module-nKn4mJRI.js +0 -21
  391. package/chunks/Overlay.module-DK5sjXuJ.js +0 -18
  392. package/chunks/Page.module-CUe-R8bM.js +0 -11
  393. package/chunks/SMSField.module-GiwLpUxs.js +0 -16
  394. package/chunks/SliderExtendedMarks.module-n3OIn4Fh.js +0 -15
  395. package/chunks/StatusTracker.module-BMReqWPL.js +0 -24
  396. package/chunks/TableFooter.module-DFzmhqFH.js +0 -14
  397. package/chunks/TabsExtended.module-Dn0Lp5NZ.js +0 -16
  398. package/chunks/TabsLine.module-BXYAgYql.js +0 -21
  399. package/chunks/TooltipDesktop.module-Dabcv06X.js +0 -19
  400. package/chunks/TreeView.module-Bv5q9M8W.js +0 -9
  401. package/chunks/utils-BecQ3s95.js +0 -24
  402. package/chunks/utils-IR7tW0dD.js +0 -20
  403. package/components/NotificationIcon/NotificationIcon.js +0 -10
  404. package/components/NotificationIcon/index.js +0 -5
@@ -1,546 +1,546 @@
1
- html {--triplex-next-ColorBrand-0-1-18-0: #1F3336;
2
- --triplex-next-ColorBrand-10-1-18-0: #0B3A3C;
3
- --triplex-next-ColorBrand-20-1-18-0: #006063;
4
- --triplex-next-ColorBrand-30-1-18-0: #007777;
5
- --triplex-next-ColorBrand-40-1-18-0: #008985;
6
- --triplex-next-ColorBrand-50-1-18-0: #21A19A;
7
- --triplex-next-ColorBrand-60-1-18-0: #19BDB0;
8
- --triplex-next-ColorBrand-70-1-18-0: #4BD9CF;
9
- --triplex-next-ColorBrand-80-1-18-0: #71ECDC;
10
- --triplex-next-ColorBrand-90-1-18-0: #A8F5E9;
11
- --triplex-next-ColorBrand-100-1-18-0: #E3FFFA;
12
- --triplex-next-ColorDarkNeutralAlpha-0-1-18-0: rgba(31, 31, 34, 1);
13
- --triplex-next-ColorDarkNeutralAlpha-10-1-18-0: rgba(31, 31, 34, .95);
14
- --triplex-next-ColorDarkNeutralAlpha-20-1-18-0: rgba(31, 31, 34, .85);
15
- --triplex-next-ColorDarkNeutralAlpha-30-1-18-0: rgba(31, 31, 34, .75);
16
- --triplex-next-ColorDarkNeutralAlpha-40-1-18-0: rgba(31, 31, 34, .65);
17
- --triplex-next-ColorDarkNeutralAlpha-50-1-18-0: rgba(31, 31, 34, .55);
18
- --triplex-next-ColorDarkNeutralAlpha-60-1-18-0: rgba(31, 31, 34, .45);
19
- --triplex-next-ColorDarkNeutralAlpha-70-1-18-0: rgba(31, 31, 34, .35);
20
- --triplex-next-ColorDarkNeutralAlpha-80-1-18-0: rgba(31, 31, 34, .25);
21
- --triplex-next-ColorDarkNeutralAlpha-90-1-18-0: rgba(31, 31, 34, .15);
22
- --triplex-next-ColorDarkNeutralAlpha-100-1-18-0: rgba(31, 31, 34, .05);
23
- --triplex-next-ColorDarkNeutral-0-1-18-0: #000000;
24
- --triplex-next-ColorDarkNeutral-10-1-18-0: #171719;
25
- --triplex-next-ColorDarkNeutral-20-1-18-0: #1B1B1D;
26
- --triplex-next-ColorDarkNeutral-30-1-18-0: #1F1F22;
27
- --triplex-next-ColorDarkNeutral-40-1-18-0: #262629;
28
- --triplex-next-ColorDarkNeutral-50-1-18-0: #2D2D30;
29
- --triplex-next-ColorDarkNeutral-60-1-18-0: #343437;
30
- --triplex-next-ColorDarkNeutral-70-1-18-0: #3B3B3E;
31
- --triplex-next-ColorDarkNeutral-80-1-18-0: #424245;
32
- --triplex-next-ColorDarkNeutral-90-1-18-0: #49494C;
33
- --triplex-next-ColorDarkNeutral-100-1-18-0: #4F4F52;
34
- --triplex-next-ColorError-0-1-18-0: #443139;
35
- --triplex-next-ColorError-10-1-18-0: #4E3741;
36
- --triplex-next-ColorError-20-1-18-0: #A90024;
37
- --triplex-next-ColorError-30-1-18-0: #BD002C;
38
- --triplex-next-ColorError-40-1-18-0: #D10032;
39
- --triplex-next-ColorError-50-1-18-0: #E60037;
40
- --triplex-next-ColorError-60-1-18-0: #F80C45;
41
- --triplex-next-ColorError-70-1-18-0: #FF5571;
42
- --triplex-next-ColorError-80-1-18-0: #FFB1C1;
43
- --triplex-next-ColorError-90-1-18-0: #FCE0E6;
44
- --triplex-next-ColorError-100-1-18-0: #FFF0F3;
45
- --triplex-next-ColorInfo-0-1-18-0: #313749;
46
- --triplex-next-ColorInfo-10-1-18-0: #2E3A52;
47
- --triplex-next-ColorInfo-20-1-18-0: #0A43B0;
48
- --triplex-next-ColorInfo-30-1-18-0: #124FC2;
49
- --triplex-next-ColorInfo-40-1-18-0: #0E57CC;
50
- --triplex-next-ColorInfo-50-1-18-0: #1371E4;
51
- --triplex-next-ColorInfo-60-1-18-0: #1297FE;
52
- --triplex-next-ColorInfo-70-1-18-0: #66BEFF;
53
- --triplex-next-ColorInfo-80-1-18-0: #8DD2FF;
54
- --triplex-next-ColorInfo-90-1-18-0: #B8E6FF;
55
- --triplex-next-ColorInfo-100-1-18-0: #E3F6FF;
56
- --triplex-next-ColorNeutralAlpha-0-1-18-0: rgba(255, 255, 255, 1);
57
- --triplex-next-ColorNeutralAlpha-10-1-18-0: rgba(255, 255, 255, .95);
58
- --triplex-next-ColorNeutralAlpha-20-1-18-0: rgba(255, 255, 255, .85);
59
- --triplex-next-ColorNeutralAlpha-30-1-18-0: rgba(255, 255, 255, .75);
60
- --triplex-next-ColorNeutralAlpha-40-1-18-0: rgba(255, 255, 255, .65);
61
- --triplex-next-ColorNeutralAlpha-50-1-18-0: rgba(255, 255, 255, .55);
62
- --triplex-next-ColorNeutralAlpha-60-1-18-0: rgba(255, 255, 255, .45);
63
- --triplex-next-ColorNeutralAlpha-70-1-18-0: rgba(255, 255, 255, .35);
64
- --triplex-next-ColorNeutralAlpha-80-1-18-0: rgba(255, 255, 255, .25);
65
- --triplex-next-ColorNeutralAlpha-90-1-18-0: rgba(255, 255, 255, .15);
66
- --triplex-next-ColorNeutralAlpha-100-1-18-0: rgba(255, 255, 255, .05);
67
- --triplex-next-ColorNeutral-0-1-18-0: #CBCFD7;
68
- --triplex-next-ColorNeutral-10-1-18-0: #D1D4DC;
69
- --triplex-next-ColorNeutral-20-1-18-0: #D6D9E0;
70
- --triplex-next-ColorNeutral-30-1-18-0: #DCDFE4;
71
- --triplex-next-ColorNeutral-40-1-18-0: #DFE2E7;
72
- --triplex-next-ColorNeutral-50-1-18-0: #E3E6EA;
73
- --triplex-next-ColorNeutral-60-1-18-0: #E7E9EE;
74
- --triplex-next-ColorNeutral-70-1-18-0: #EAEDF1;
75
- --triplex-next-ColorNeutral-80-1-18-0: #EEF0F4;
76
- --triplex-next-ColorNeutral-90-1-18-0: #F2F4F7;
77
- --triplex-next-ColorNeutral-100-1-18-0: #FFFFFF;
78
- --triplex-next-ColorSuccess-0-1-18-0: #28433E;
79
- --triplex-next-ColorSuccess-10-1-18-0: #2A4C45;
80
- --triplex-next-ColorSuccess-20-1-18-0: #00624C;
81
- --triplex-next-ColorSuccess-30-1-18-0: #007353;
82
- --triplex-next-ColorSuccess-40-1-18-0: #008B5C;
83
- --triplex-next-ColorSuccess-50-1-18-0: #00C075;
84
- --triplex-next-ColorSuccess-60-1-18-0: #00D67D;
85
- --triplex-next-ColorSuccess-70-1-18-0: #3AF299;
86
- --triplex-next-ColorSuccess-80-1-18-0: #8AFFB8;
87
- --triplex-next-ColorSuccess-90-1-18-0: #B8FFD4;
88
- --triplex-next-ColorSuccess-100-1-18-0: #E1FFEB;
89
- --triplex-next-ColorSystem-0-1-18-0: #373C49;
90
- --triplex-next-ColorSystem-10-1-18-0: #384156;
91
- --triplex-next-ColorSystem-20-1-18-0: #47526D;
92
- --triplex-next-ColorSystem-30-1-18-0: #57637F;
93
- --triplex-next-ColorSystem-40-1-18-0: #697591;
94
- --triplex-next-ColorSystem-50-1-18-0: #8291B3;
95
- --triplex-next-ColorSystem-60-1-18-0: #95A3C1;
96
- --triplex-next-ColorSystem-70-1-18-0: #A9B6D0;
97
- --triplex-next-ColorSystem-80-1-18-0: #BFCADF;
98
- --triplex-next-ColorSystem-90-1-18-0: #D6DEED;
99
- --triplex-next-ColorSystem-100-1-18-0: #EEF3FC;
100
- --triplex-next-ColorWarning-0-1-18-0: #463734;
101
- --triplex-next-ColorWarning-10-1-18-0: #4F3E3B;
102
- --triplex-next-ColorWarning-20-1-18-0: #E03400;
103
- --triplex-next-ColorWarning-30-1-18-0: #E63D00;
104
- --triplex-next-ColorWarning-40-1-18-0: #EF4C01;
105
- --triplex-next-ColorWarning-50-1-18-0: #FD6508;
106
- --triplex-next-ColorWarning-60-1-18-0: #FF7A17;
107
- --triplex-next-ColorWarning-70-1-18-0: #FFB13B;
108
- --triplex-next-ColorWarning-80-1-18-0: #FFD169;
109
- --triplex-next-ColorWarning-90-1-18-0: #FCEAC7;
110
- --triplex-next-ColorWarning-100-1-18-0: #FFF4DB;
111
- --triplex-next-AlertContext-Error_Color-1-18-0: #D10032;
112
- --triplex-next-AlertContext-Info_Color-1-18-0: rgba(31, 31, 34, 1);
113
- --triplex-next-AlertContext-System_Color-1-18-0: rgba(31, 31, 34, 1);
114
- --triplex-next-AlertContext-Warning_Color-1-18-0: rgba(31, 31, 34, 1);
115
- --triplex-next-AlertProcess-Info_Background-1-18-0: #E3F6FF;
116
- --triplex-next-AlertProcess-Warning_Background-1-18-0: #FFF4DB;
117
- --triplex-next-AlertProcess-Error_Background-1-18-0: #FFF0F3;
118
- --triplex-next-AlertProcess-System_Background-1-18-0: #EEF3FC;
119
- --triplex-next-AlertProcess-Feature_Background-1-18-0: #E3FFFA;
120
- --triplex-next-Avatar-Background-1-18-0: #E3E6EA;
121
- --triplex-next-Badge-Background-1-18-0: #FFB13B;
122
- --triplex-next-Button-General_Background_Active-1-18-0: #007777;
123
- --triplex-next-Button-General_Background_Default-1-18-0: #21A19A;
124
- --triplex-next-Button-General_Background_Disabled-1-18-0: #F2F4F7;
125
- --triplex-next-Button-General_Background_Hover-1-18-0: #19BDB0;
126
- --triplex-next-Button-General_Color_Active-1-18-0: rgba(255, 255, 255, 1);
127
- --triplex-next-Button-General_Color_Default-1-18-0: rgba(255, 255, 255, 1);
128
- --triplex-next-Button-General_Color_Disabled-1-18-0: rgba(31, 31, 34, .35);
129
- --triplex-next-Button-General_Color_Hover-1-18-0: rgba(255, 255, 255, 1);
130
- --triplex-next-Button-General_Shadow_Focus-1-18-0: 0 0 0 1px #FFD169 inset;
131
- --triplex-next-Button-Secondary_Background_Active-1-18-0: #DCDFE4;
132
- --triplex-next-Button-Secondary_Background_Default-1-18-0: #F2F4F7;
133
- --triplex-next-Button-Secondary_Background_Disabled-1-18-0: #F2F4F7;
134
- --triplex-next-Button-Secondary_Background_Hover-1-18-0: #EAEDF1;
135
- --triplex-next-Button-Secondary_Color_Active-1-18-0: #007777;
136
- --triplex-next-Button-Secondary_Color_Default-1-18-0: #008985;
137
- --triplex-next-Button-Secondary_Color_Disabled-1-18-0: rgba(31, 31, 34, .35);
138
- --triplex-next-Button-Secondary_Color_Hover-1-18-0: #21A19A;
139
- --triplex-next-Button-Secondary_Shadow_Focus-1-18-0: 0 0 0 1px #FFD169 inset;
140
- --triplex-next-Button-SecondaryLight_Background_Active-1-18-0: #DFE2E7;
141
- --triplex-next-Button-SecondaryLight_Background_Default-1-18-0: #FFFFFF;
142
- --triplex-next-Button-SecondaryLight_Background_Disabled-1-18-0: #F2F4F7;
143
- --triplex-next-Button-SecondaryLight_Background_Hover-1-18-0: #EEF0F4;
144
- --triplex-next-Button-SecondaryLight_Color_Active-1-18-0: #007777;
145
- --triplex-next-Button-SecondaryLight_Color_Default-1-18-0: #008985;
146
- --triplex-next-Button-SecondaryLight_Color_Disabled-1-18-0: rgba(31, 31, 34, .35);
147
- --triplex-next-Button-SecondaryLight_Color_Hover-1-18-0: #21A19A;
148
- --triplex-next-Button-SecondaryLight_Shadow_Focus-1-18-0: 0 0 0 1px #FFD169 inset;
149
- --triplex-next-Button-Danger_Background_Active-1-18-0: #BD002C;
150
- --triplex-next-Button-Danger_Background_Default-1-18-0: #E60037;
151
- --triplex-next-Button-Danger_Background_Disabled-1-18-0: #F2F4F7;
152
- --triplex-next-Button-Danger_Background_Hover-1-18-0: #F80C45;
153
- --triplex-next-Button-Danger_Color_Active-1-18-0: rgba(255, 255, 255, 1);
154
- --triplex-next-Button-Danger_Color_Default-1-18-0: rgba(255, 255, 255, 1);
155
- --triplex-next-Button-Danger_Color_Disabled-1-18-0: rgba(31, 31, 34, .35);
156
- --triplex-next-Button-Danger_Color_Hover-1-18-0: rgba(255, 255, 255, 1);
157
- --triplex-next-Button-Danger_Shadow_Focus-1-18-0: 0 0 0 1px #FFD169 inset;
158
- --triplex-next-Button-Icon_Shadow_Focus-1-18-0: 0 0 0 1px #FFD169;
159
- --triplex-next-Button-Link_Color_Active-1-18-0: #007777;
160
- --triplex-next-Button-Link_Color_Default-1-18-0: #008985;
161
- --triplex-next-Button-Link_Color_Disabled-1-18-0: rgba(31, 31, 34, .35);
162
- --triplex-next-Button-Link_Color_Hover-1-18-0: #21A19A;
163
- --triplex-next-Button-Link_Shadow_Focus-1-18-0: 0 0 0 1px #FFD169 inset;
164
- --triplex-next-Calendar-Background_Shadow-1-18-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
165
- --triplex-next-Calendar-View_Header_Color-1-18-0: rgba(31, 31, 34, .55);
166
- --triplex-next-Calendar-View_Item_Background_Default-1-18-0: none;
167
- --triplex-next-Calendar-View_Item_Background_Hover-1-18-0: #19BDB0;
168
- --triplex-next-Calendar-View_Item_Background_Selected_Default-1-18-0: #21A19A;
169
- --triplex-next-Calendar-View_Item_Background_Selected_Hover-1-18-0: #007777;
170
- --triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-18-0: #E3FFFA;
171
- --triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-18-0: #A8F5E9;
172
- --triplex-next-Calendar-View_Item_BorderColor_Default-1-18-0: transparent;
173
- --triplex-next-Calendar-View_Item_BorderColor_Focus-1-18-0: #FFD169;
174
- --triplex-next-Calendar-View_Item_Color_Default-1-18-0: rgba(31, 31, 34, 1);
175
- --triplex-next-Calendar-View_Item_Color_Hover-1-18-0: rgba(255, 255, 255, 1);
176
- --triplex-next-Calendar-View_Item_Color_Disabled-1-18-0: rgba(31, 31, 34, .35);
177
- --triplex-next-Calendar-View_Item_Color_Muted-1-18-0: rgba(31, 31, 34, .35);
178
- --triplex-next-Calendar-View_Item_Color_Selected-1-18-0: rgba(255, 255, 255, 1);
179
- --triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-18-0: rgba(31, 31, 34, .35);
180
- --triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-18-0: rgba(31, 31, 34, .35);
181
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-18-0: rgba(31, 31, 34, .35);
182
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-18-0: rgba(31, 31, 34, .35);
183
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-18-0: rgba(31, 31, 34, .35);
184
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-18-0: #00C075;
185
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-18-0: #00C075;
186
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-18-0: #00C075;
187
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-18-0: #FD6508;
188
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-18-0: #FD6508;
189
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-18-0: #FD6508;
190
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-18-0: #E60037;
191
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-18-0: #E60037;
192
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-18-0: #E60037;
193
- --triplex-next-Card-Static_General_Background-1-18-0: #FFFFFF;
194
- --triplex-next-Card-Static_Secondary_Background-1-18-0: #F2F4F7;
195
- --triplex-next-Card-Action_General_Background-1-18-0: #FFFFFF;
196
- --triplex-next-Card-Action_General_Background_Hover-1-18-0: #FFFFFF;
197
- --triplex-next-Card-Action_General_Background_Selected-1-18-0: #F2F4F7;
198
- --triplex-next-Card-Action_General_Background_Selected_Hover-1-18-0: #F2F4F7;
199
- --triplex-next-Card-Action_Secondary_Background-1-18-0: #F2F4F7;
200
- --triplex-next-Card-Action_Secondary_Background_Hover-1-18-0: #EAEDF1;
201
- --triplex-next-Card-Action_Secondary_Background_Selected-1-18-0: #E3E6EA;
202
- --triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-18-0: #DCDFE4;
203
- --triplex-next-Card-Shadow_Default-1-18-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
204
- --triplex-next-Card-Shadow_Focus-1-18-0: inset 0 0 0 1px #FFD169;
205
- --triplex-next-Card-Shadow_Hover-1-18-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
206
- --triplex-next-Card-Shadow_Selected-1-18-0: inset 0 0 0 1px #21A19A;
207
- --triplex-next-Card-Shadow_Selected_Hover-1-18-0: inset 0 0 0 1px #19BDB0;
208
- --triplex-next-Checkbox-Background_Checked_Default-1-18-0: #21A19A;
209
- --triplex-next-Checkbox-Background_Checked_Disabled-1-18-0: #EAEDF1;
210
- --triplex-next-Checkbox-Background_Checked_Hover-1-18-0: #007777;
211
- --triplex-next-Checkbox-Background_Default-1-18-0: #F2F4F7;
212
- --triplex-next-Checkbox-Background_Disabled-1-18-0: #F2F4F7;
213
- --triplex-next-Checkbox-Background_Hover-1-18-0: #19BDB0;
214
- --triplex-next-Checkbox-BorderColor_Default-1-18-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
215
- --triplex-next-Checkbox-BorderColor_Disabled-1-18-0: 0 0 0 1px #E3E6EA inset;
216
- --triplex-next-Checkbox-BorderColor_Focus-1-18-0: 0 0 0 1px #FFD169 inset;
217
- --triplex-next-Checkbox-BorderColor_Hover-1-18-0: none;
218
- --triplex-next-Checkbox-BorderColor_Checked_Default-1-18-0: none;
219
- --triplex-next-Checkbox-BorderColor_Checked_Disabled-1-18-0: none;
220
- --triplex-next-Checkbox-Checkmark_Fill_Default-1-18-0: rgba(255, 255, 255, 1);
221
- --triplex-next-Checkbox-Checkmark_Fill_Disabled-1-18-0: rgba(31, 31, 34, .15);
222
- --triplex-next-Chip-Background_Active-1-18-0: #DFE2E7;
223
- --triplex-next-Chip-Background_Default-1-18-0: #F2F4F7;
224
- --triplex-next-Chip-Background_Disabled-1-18-0: #F2F4F7;
225
- --triplex-next-Chip-Background_Hover-1-18-0: #EAEDF1;
226
- --triplex-next-Chip-Background_Selected_Active-1-18-0: #4F4F52;
227
- --triplex-next-Chip-Background_Selected_Default-1-18-0: #3B3B3E;
228
- --triplex-next-Chip-Background_Selected_Disabled-1-18-0: #343437;
229
- --triplex-next-Chip-Background_Selected_Hover-1-18-0: #49494C;
230
- --triplex-next-Chip-Color_Active-1-18-0: rgba(31, 31, 34, 1);
231
- --triplex-next-Chip-Color_Default-1-18-0: rgba(31, 31, 34, 1);
232
- --triplex-next-Chip-Color_Disabled-1-18-0: rgba(31, 31, 34, .35);
233
- --triplex-next-Chip-Color_Hover-1-18-0: rgba(31, 31, 34, 1);
234
- --triplex-next-Chip-Color_Selected_Active-1-18-0: rgba(255, 255, 255, 1);
235
- --triplex-next-Chip-Color_Selected_Default-1-18-0: rgba(255, 255, 255, 1);
236
- --triplex-next-Chip-Color_Selected_Disabled-1-18-0: rgba(255, 255, 255, .25);
237
- --triplex-next-Chip-Color_Selected_Hover-1-18-0: rgba(255, 255, 255, 1);
238
- --triplex-next-Chip-Shadow_Focus-1-18-0: 0 0 0 1px #FFD169 inset;
239
- --triplex-next-Divider-Background-1-18-0: #D6D9E0;
240
- --triplex-next-Dropdown-Background-1-18-0: #FFFFFF;
241
- --triplex-next-Dropdown-Shadow-1-18-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
242
- --triplex-next-DropdownList-Background_Active-1-18-0: #EAEDF1;
243
- --triplex-next-DropdownList-Background_Default-1-18-0: none;
244
- --triplex-next-DropdownList-Background_Selected-1-18-0: #DCDFE4;
245
- --triplex-next-DropdownList-Color-1-18-0: rgba(31, 31, 34, 1);
246
- --triplex-next-DropdownMobile-Backdrop-1-18-0: rgba(31, 31, 34, .65);
247
- --triplex-next-DropdownMobile-Border_Color-1-18-0: #D6D9E0;
248
- --triplex-next-DropdownMobile-Content_Background-1-18-0: #FFFFFF;
249
- --triplex-next-DropdownMobile-Footer_Background-1-18-0: #FFFFFF;
250
- --triplex-next-DropdownMobile-Header_Background-1-18-0: #F2F4F7;
251
- --triplex-next-DropdownMobileList-Active_Background-1-18-0: #EAEDF1;
252
- --triplex-next-DropdownMobileList-Selected_Background-1-18-0: #DCDFE4;
253
- --triplex-next-FooterPage-StickyShadow-1-18-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
254
- --triplex-next-FormField-Background_Active-1-18-0: #F2F4F7;
255
- --triplex-next-FormField-Background_Default-1-18-0: #F2F4F7;
256
- --triplex-next-FormField-Background_Disabled-1-18-0: #F2F4F7;
257
- --triplex-next-FormField-Background_Error-1-18-0: #FFF0F3;
258
- --triplex-next-FormField-Background_Error_Hover-1-18-0: #FCE0E6;
259
- --triplex-next-FormField-Background_Hover-1-18-0: #EAEDF1;
260
- --triplex-next-FormField-Background_Warning-1-18-0: #FFF4DB;
261
- --triplex-next-FormField-Background_Warning_Hover-1-18-0: #FCEAC7;
262
- --triplex-next-FormField-Input_Color_Default-1-18-0: rgba(31, 31, 34, 1);
263
- --triplex-next-FormField-Input_Color_Disabled-1-18-0: rgba(31, 31, 34, .35);
264
- --triplex-next-FormField-Target_Color_Default-1-18-0: rgba(31, 31, 34, 1);
265
- --triplex-next-FormField-Target_Color_Disabled-1-18-0: rgba(31, 31, 34, .45);
266
- --triplex-next-FormField-Target_PlaceholderColor_Default-1-18-0: rgba(31, 31, 34, .65);
267
- --triplex-next-FormField-Label_Color_Default-1-18-0: rgba(31, 31, 34, .65);
268
- --triplex-next-FormField-Label_Color_Disabled-1-18-0: rgba(31, 31, 34, .35);
269
- --triplex-next-FormField-Shadow_Active-1-18-0: 0 0 0 1px #21A19A inset;
270
- --triplex-next-FormField-Shadow_Default-1-18-0: none;
271
- --triplex-next-FormField-Shadow_Error_Active-1-18-0: 0 0 0 1px #E60037 inset;
272
- --triplex-next-FormField-Shadow_Warning_Active-1-18-0: 0 0 0 1px #FD6508 inset;
273
- --triplex-next-FormField-Placeholder_Color-1-18-0: rgba(31, 31, 34, .65);
274
- --triplex-next-HeaderPage-StickyShadow-1-18-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
275
- --triplex-next-Island-Type1_Background-1-18-0: #FFFFFF;
276
- --triplex-next-Island-Type2_Background-1-18-0: rgba(255, 255, 255, .35);
277
- --triplex-next-Island-Type3_Background-1-18-0: #F2F4F7;
278
- --triplex-next-Island-Type1_Shadow-1-18-0: none;
279
- --triplex-next-Island-Type2_Shadow-1-18-0: 0 0 0 1px #FFFFFF inset;
280
- --triplex-next-Island-Type3_Shadow-1-18-0: none;
281
- --triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-18-0: #DCDFE4;
282
- --triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-18-0: rgba(31, 31, 34, .05);
283
- --triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-18-0: #DCDFE4;
284
- --triplex-next-IslandAccordion-Shadow_Focus-1-18-0: 0 0 0 1px #FFD169 inset;
285
- --triplex-next-IslandWidget-ExtraFooter_Background-1-18-0: #FFFFFF;
286
- --triplex-next-IslandWidget-ExtraFooter_Shadow-1-18-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
287
- --triplex-next-LightBox-Backdrop_Background-1-18-0: rgba(31, 31, 34, .75);
288
- --triplex-next-LightBox-Content_Background-1-18-0: #EAEDF1;
289
- --triplex-next-Link-BorderColor_Focus-1-18-0: 0 0 0 1px #FFD169 inset;
290
- --triplex-next-Link-Text_Color_Active-1-18-0: #007777;
291
- --triplex-next-Link-Text_Color_Default-1-18-0: #008985;
292
- --triplex-next-Link-Text_Color_Hover-1-18-0: #21A19A;
293
- --triplex-next-ListItem-Background-1-18-0: #FFFFFF;
294
- --triplex-next-ListItem-Background_Dragging-1-18-0: #FFFFFF;
295
- --triplex-next-ListItem-Background_Selected-1-18-0: #F2F4F7;
296
- --triplex-next-ListItem-Shadow-1-18-0: 0 2px 7px rgba(31, 31, 34, 0.25);
297
- --triplex-next-ListItemControlsButton-Background_Active-1-18-0: #DCDFE4;
298
- --triplex-next-ListItemControlsButton-Background_Default-1-18-0: #F2F4F7;
299
- --triplex-next-ListItemControlsButton-Background_Hover-1-18-0: #EAEDF1;
300
- --triplex-next-ListItemControlsButton-Color_Active-1-18-0: #007777;
301
- --triplex-next-ListItemControlsButton-Color_Default-1-18-0: #008985;
302
- --triplex-next-ListItemControlsButton-Color_Hover-1-18-0: #21A19A;
303
- --triplex-next-ListMaster-Background-1-18-0: #FFFFFF;
304
- --triplex-next-ListMaster-Footer_Background-1-18-0: #DCDFE4;
305
- --triplex-next-ListMaster-Footer_Color-1-18-0: #EAEDF1;
306
- --triplex-next-ListMaster-Header_Background-1-18-0: #DCDFE4;
307
- --triplex-next-ListMaster-Header_Color-1-18-0: #EAEDF1;
308
- --triplex-next-Loader-Element_Background_Brand-1-18-0: #21A19A;
309
- --triplex-next-Loader-Element_Background_Neutral-1-18-0: rgba(255, 255, 255, 1);
310
- --triplex-next-Loader-Middle_Background_Default-1-18-0: #EEF0F4;
311
- --triplex-next-LoaderScreen-Small_Backdrop_Default-1-18-0: rgba(255, 255, 255, .75);
312
- --triplex-next-LoaderScreen-Middle_Backdrop_Default-1-18-0: rgba(255, 255, 255, .75);
313
- --triplex-next-LoaderScreen-Middle_Background_Default-1-18-0: #EEF0F4;
314
- --triplex-next-Marker-Background_Error-1-18-0: #E60037;
315
- --triplex-next-Marker-Background_Success-1-18-0: #21A19A;
316
- --triplex-next-Marker-Background_Waiting-1-18-0: #8291B3;
317
- --triplex-next-Marker-Background_Warning-1-18-0: #FD6508;
318
- --triplex-next-MarkerStatus-Description_Color-1-18-0: rgba(0, 0, 0, 0.55);
319
- --triplex-next-ModalWindow-Background-1-18-0: #EAEDF1;
320
- --triplex-next-ModalWindow-Backdrop_Background-1-18-0: rgba(79, 79, 82, .5);
321
- --triplex-next-MultiselectField-Divider_Color-1-18-0: #D6D9E0;
322
- --triplex-next-Notification-Background-1-18-0: #FFFFFF;
323
- --triplex-next-Notification-Color-1-18-0: #1F1F22;
324
- --triplex-next-Notification-TimeColor-1-18-0: rgba(31, 31, 34, 0.65);
325
- --triplex-next-Notification-Shadow-1-18-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
326
- --triplex-next-Overlay-Background-1-18-0: rgba(255, 255, 255, .8);
327
- --triplex-next-Overlay-Panel_Background-1-18-0: #FFFFFF;
328
- --triplex-next-Pagination-PageButton_Background_Active-1-18-0: #E3E6EA;
329
- --triplex-next-Pagination-PageButton_Background_Hover-1-18-0: #F2F4F7;
330
- --triplex-next-Pagination-PageButton_Background_Selected-1-18-0: #E3E6EA;
331
- --triplex-next-Pagination-PageButton_BorderColor_Focus-1-18-0: #FFD169;
332
- --triplex-next-Pagination-PageButton_Color-1-18-0: rgba(31, 31, 34, 1);
333
- --triplex-next-Radio-Background_Checked_Default-1-18-0: #21A19A;
334
- --triplex-next-Radio-Background_Checked_Disabled-1-18-0: #EAEDF1;
335
- --triplex-next-Radio-Background_Checked_Hover-1-18-0: #007777;
336
- --triplex-next-Radio-Background_Default-1-18-0: #F2F4F7;
337
- --triplex-next-Radio-Background_Disabled-1-18-0: #F2F4F7;
338
- --triplex-next-Radio-Background_Hover-1-18-0: #19BDB0;
339
- --triplex-next-Radio-BorderColor_Default-1-18-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
340
- --triplex-next-Radio-BorderColor_Disabled-1-18-0: 0 0 0 1px #E3E6EA inset;
341
- --triplex-next-Radio-BorderColor_Focused-1-18-0: 0 0 0 1px #FFD169 inset;
342
- --triplex-next-Radio-BorderColor_Checked_Default-1-18-0: none;
343
- --triplex-next-Radio-BorderColor_Checked_Disabled-1-18-0: none;
344
- --triplex-next-Radio-Dot_Default-1-18-0: rgba(255, 255, 255, 1);
345
- --triplex-next-Radio-Dot_Disabled-1-18-0: rgba(31, 31, 34, .15);
346
- --triplex-next-SegmentedControl-General_1_Background-1-18-0: #F2F4F7;
347
- --triplex-next-SegmentedControl-General_2_Background-1-18-0: #FFFFFF;
348
- --triplex-next-SegmentedControl-Secondary_1_Background-1-18-0: #F2F4F7;
349
- --triplex-next-SegmentedControl-Secondary_2_Background-1-18-0: #FFFFFF;
350
- --triplex-next-SegmentedControlSegment-General_1_Color_Default-1-18-0: rgba(31, 31, 34, .65);
351
- --triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-18-0: rgba(31, 31, 34, 1);
352
- --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-18-0: rgba(31, 31, 34, .15);
353
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-18-0: rgba(255, 255, 255, 1);
354
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-18-0: rgba(255, 255, 255, 1);
355
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-18-0: rgba(255, 255, 255, .25);
356
- --triplex-next-SegmentedControlSegment-General_1_Background_Default-1-18-0: #F2F4F7;
357
- --triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-18-0: #DFE2E7;
358
- --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-18-0: #F2F4F7;
359
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-18-0: #3B3B3E;
360
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-18-0: #49494C;
361
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-18-0: #343437;
362
- --triplex-next-SegmentedControlSegment-General_2_Color_Default-1-18-0: rgba(31, 31, 34, .65);
363
- --triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-18-0: rgba(31, 31, 34, 1);
364
- --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-18-0: rgba(31, 31, 34, .15);
365
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-18-0: rgba(255, 255, 255, 1);
366
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-18-0: rgba(255, 255, 255, 1);
367
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-18-0: rgba(255, 255, 255, .25);
368
- --triplex-next-SegmentedControlSegment-General_2_Background_Default-1-18-0: #FFFFFF;
369
- --triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-18-0: #EEF0F4;
370
- --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-18-0: #FFFFFF;
371
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-18-0: #3B3B3E;
372
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-18-0: #49494C;
373
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-18-0: #343437;
374
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-18-0: rgba(31, 31, 34, .65);
375
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-18-0: rgba(31, 31, 34, 1);
376
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-18-0: rgba(31, 31, 34, .15);
377
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-18-0: rgba(31, 31, 34, 1);
378
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-18-0: rgba(31, 31, 34, 1);
379
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-18-0: rgba(31, 31, 34, .15);
380
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-18-0: #F2F4F7;
381
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-18-0: #DFE2E7;
382
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-18-0: #F2F4F7;
383
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-18-0: #FFFFFF;
384
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-18-0: #DFE2E7;
385
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-18-0: #FFFFFF;
386
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-18-0: rgba(31, 31, 34, .65);
387
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-18-0: rgba(31, 31, 34, 1);
388
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-18-0: rgba(31, 31, 34, .15);
389
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-18-0: rgba(31, 31, 34, 1);
390
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-18-0: rgba(31, 31, 34, 1);
391
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-18-0: rgba(31, 31, 34, .15);
392
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-18-0: #FFFFFF;
393
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-18-0: #EEF0F4;
394
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-18-0: #FFFFFF;
395
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-18-0: #E3E6EA;
396
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-18-0: #D6D9E0;
397
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-18-0: #F2F4F7;
398
- --triplex-next-SegmentedControlSegment-BorderColor_Default-1-18-0: transparent;
399
- --triplex-next-SegmentedControlSegment-BorderColor_Focus-1-18-0: #FFD169;
400
- --triplex-next-Skeleton-BackgroundColor_Light_Start-1-18-0: #F2F4F7;
401
- --triplex-next-Skeleton-BackgroundColor_Light_End-1-18-0: #DFE2E7;
402
- --triplex-next-Skeleton-BackgroundColor_Dark_Start-1-18-0: rgba(31, 31, 34, .05);
403
- --triplex-next-Skeleton-BackgroundColor_Dark_End-1-18-0: rgba(31, 31, 34, .15);
404
- --triplex-next-SmallInput-Background-1-18-0: #F2F4F7;
405
- --triplex-next-SmallInput-Color-1-18-0: rgba(31, 31, 34, 1);
406
- --triplex-next-SmallInput-PlaceholderColor-1-18-0: rgba(31, 31, 34, .65);
407
- --triplex-next-SmallInput-Shadow-1-18-0: 0 0 0 1px rgba(33, 161, 154) inset;
408
- --triplex-next-SMSField-Refresh_Fill_Empty-1-18-0: rgba(31, 31, 34, .35);
409
- --triplex-next-SMSField-Refresh_Fill_Full-1-18-0: #008985;
410
- --triplex-next-SMSField-Refresh_Disabled-1-18-0: rgba(31, 31, 34, .15);
411
- --triplex-next-SMSField-Submit_Background_Default-1-18-0: rgba(31, 31, 34, .15);
412
- --triplex-next-SMSField-Submit_Background_Hover-1-18-0: #19BDB0;
413
- --triplex-next-SMSField-Submit_Background_Active-1-18-0: #21A19A;
414
- --triplex-next-Slider-Dot_Background_Default-1-18-0: #21A19A;
415
- --triplex-next-Slider-Dot_Background_Disabled-1-18-0: #F2F4F7;
416
- --triplex-next-Slider-Dot_Background_Hover-1-18-0: #19BDB0;
417
- --triplex-next-Slider-Dot_Background_Select-1-18-0: #007777;
418
- --triplex-next-Slider-Dot_Focus-1-18-0: #FFD169;
419
- --triplex-next-Slider-Dot_Inner_Background-1-18-0: #FFFFFF;
420
- --triplex-next-Slider-Dot_Inner_Background_Disabled-1-18-0: rgba(31, 31, 34, .15);
421
- --triplex-next-Slider-Mark_Dot_Background_Default-1-18-0: #DCDFE4;
422
- --triplex-next-Slider-Mark_Dot_Background_Selected-1-18-0: #21A19A;
423
- --triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-18-0: #E7E9EE;
424
- --triplex-next-Slider-Rail_Background-1-18-0: #DCDFE4;
425
- --triplex-next-Slider-Rail_Background_Disabled-1-18-0: #DCDFE4;
426
- --triplex-next-Slider-Tooltip_Background-1-18-0: #1B1B1D;
427
- --triplex-next-Slider-Tooltip_Color-1-18-0: rgba(255, 255, 255, 1);
428
- --triplex-next-Slider-Track_Background_Default-1-18-0: #21A19A;
429
- --triplex-next-Slider-Track_Background_Disabled-1-18-0: #E7E9EE;
430
- --triplex-next-Slider-Track_Background_Hover-1-18-0: #007777;
431
- --triplex-next-StatusTracker-Draft_Background-1-18-0: rgba(255, 255, 255, .15);
432
- --triplex-next-StatusTracker-Warning_Background-1-18-0: #FF7A17;
433
- --triplex-next-StatusTracker-Waiting_Background-1-18-0: #BFCADF;
434
- --triplex-next-StatusTracker-Rejected_Background-1-18-0: #FF5571;
435
- --triplex-next-StatusTracker-Approved_Background-1-18-0: #00D67D;
436
- --triplex-next-StatusTracker-Waiting_Color-1-18-0: #A9B6D0;
437
- --triplex-next-StatusTracker-Rejected_Color-1-18-0: #FFB1C1;
438
- --triplex-next-StatusTracker-Approved_Color-1-18-0: #00D67D;
439
- --triplex-next-StatusTracker-Border_Color-1-18-0: #FFFFFF;
440
- --triplex-next-Step-Color_Active-1-18-0: #008985;
441
- --triplex-next-Step-Color_Default-1-18-0: rgba(31, 31, 34, .65);
442
- --triplex-next-Step-Color_Disabled-1-18-0: #FFFFFF;
443
- --triplex-next-Step-Color_Done-1-18-0: #FFFFFF;
444
- --triplex-next-Step-Color_Error-1-18-0: rgba(255, 255, 255, 1);
445
- --triplex-next-Step-Color_Warning-1-18-0: rgba(255, 255, 255, 1);
446
- --triplex-next-Step-Background_Active-1-18-0: #E3FFFA;
447
- --triplex-next-Step-Background_Default-1-18-0: rgba(31, 31, 34, .05);
448
- --triplex-next-Step-Background_Disabled-1-18-0: rgba(31, 31, 34, .15);
449
- --triplex-next-Step-Background_Done-1-18-0: #008985;
450
- --triplex-next-Step-Background_Error-1-18-0: #D10032;
451
- --triplex-next-Step-Background_Warning-1-18-0: #EF4C01;
452
- --triplex-next-Stepper-Step_Background_Default-1-18-0: #F2F4F7;
453
- --triplex-next-Stepper-Step_Background_Hover-1-18-0: #EAEDF1;
454
- --triplex-next-Stepper-Step_Background_Disabled-1-18-0: #F2F4F7;
455
- --triplex-next-Stepper-Step_Background_Error-1-18-0: #FFF0F3;
456
- --triplex-next-Stepper-Step_Background_Error_Hover-1-18-0: #FCE0E6;
457
- --triplex-next-Stepper-Step_Background_Warning-1-18-0: #FFF4DB;
458
- --triplex-next-Stepper-Step_Background_Warning_Hover-1-18-0: #FCEAC7;
459
- --triplex-next-Stepper-Step_BorderColor_Focus-1-18-0: #FFD169;
460
- --triplex-next-Stepper-Step_BorderColor_Error-1-18-0: #E60037;
461
- --triplex-next-Stepper-Step_BorderColor_Warning-1-18-0: #FD6508;
462
- --triplex-next-Stepper-Step_BorderColor_Success-1-18-0: #21A19A;
463
- --triplex-next-Stepper-Step_Color_Default-1-18-0: rgba(31, 31, 34, .65);
464
- --triplex-next-Stepper-Step_Color_Hover-1-18-0: rgba(31, 31, 34, 1);
465
- --triplex-next-Stepper-Step_Color_Disabled-1-18-0: rgba(31, 31, 34, .35);
466
- --triplex-next-Stepper-ButtonNext_Background-1-18-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
467
- --triplex-next-Stepper-ButtonPrev_Background-1-18-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
468
- --triplex-next-Stepper-Background-1-18-0: #FFFFFF;
469
- --triplex-next-Stepper-Wrapper_Background-1-18-0: linear-gradient(#FFFFFF 64px, transparent 0);
470
- --triplex-next-Stepper-Wrapper_BoxShadow-1-18-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
471
- --triplex-next-TableBasic-Background_Hover-1-18-0: #E3E6EA;
472
- --triplex-next-TableBasic-Background_Selected-1-18-0: #DCDFE4;
473
- --triplex-next-TableBasic-Color-1-18-0: rgba(31, 31, 34, 1);
474
- --triplex-next-TableBasic-Header_Background-1-18-0: #E7E9EE;
475
- --triplex-next-TableBasic-TableFooter_Background-1-18-0: #E7E9EE;
476
- --triplex-next-TableBasic-TableFooter_Highlight-1-18-0: linear-gradient(transparent, #FFFFFF);
477
- --triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-18-0: #D6D9E0;
478
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-18-0: #FFFFFF;
479
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-18-0: #EAEDF1;
480
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-18-0: #FFFFFF;
481
- --triplex-next-Tabs-Type1_Background-1-18-0: #F2F4F7;
482
- --triplex-next-Tabs-Type2_Background-1-18-0: #FFFFFF;
483
- --triplex-next-Tabs-Type1_Tab_Background_Default-1-18-0: #F2F4F7;
484
- --triplex-next-Tabs-Type2_Tab_Background_Default-1-18-0: #FFFFFF;
485
- --triplex-next-Tabs-Type1_Tab_Background_Selected-1-18-0: #DCDFE4;
486
- --triplex-next-Tabs-Type2_Tab_Background_Selected-1-18-0: #E3E6EA;
487
- --triplex-next-Tabs-Type1_Tab_Background_Hover-1-18-0: #E3E6EA;
488
- --triplex-next-Tabs-Type2_Tab_Background_Hover-1-18-0: #EEF0F4;
489
- --triplex-next-Tabs-Type1_Tab_Color_Default-1-18-0: rgba(31, 31, 34, .65);
490
- --triplex-next-Tabs-Type2_Tab_Color_Default-1-18-0: rgba(31, 31, 34, .65);
491
- --triplex-next-Tabs-Type1_Tab_Color_Selected-1-18-0: rgba(31, 31, 34, 1);
492
- --triplex-next-Tabs-Type2_Tab_Color_Selected-1-18-0: rgba(31, 31, 34, 1);
493
- --triplex-next-Tabs-Type1_Tab_Color_Hover-1-18-0: rgba(31, 31, 34, 1);
494
- --triplex-next-Tabs-Type2_Tab_Color_Hover-1-18-0: rgba(31, 31, 34, 1);
495
- --triplex-next-Tabs-Tab_BorderColor_Default-1-18-0: transparent;
496
- --triplex-next-Tabs-Tab_BorderColor_Focus-1-18-0: #FFD169;
497
- --triplex-next-Tag-Background-1-18-0: #DFE2E7;
498
- --triplex-next-TagColor-Background_Default-1-18-0: #EEF3FC;
499
- --triplex-next-TagColor-Background_Success-1-18-0: #E3FFFA;
500
- --triplex-next-TagColor-Background_Info-1-18-0: #E3F6FF;
501
- --triplex-next-TagColor-Background_Warning-1-18-0: #FFF4DB;
502
- --triplex-next-TagColor-Background_Error-1-18-0: #FFF0F3;
503
- --triplex-next-TagColor-Text_Color_Default-1-18-0: rgba(31, 31, 34, .75);
504
- --triplex-next-TabsLine-BorderColor_Active-1-18-0: #21A19A;
505
- --triplex-next-TabsLine-BorderColor_Hover-1-18-0: #19BDB0;
506
- --triplex-next-TabsLine-Separator_Color-1-18-0: #D6D9E0;
507
- --triplex-next-TabsLine-Shadow_Focus-1-18-0: 0 0 0 1px #FFDD64 inset;
508
- --triplex-next-Tooltip-Background-1-18-0: #1B1B1D;
509
- --triplex-next-Tooltip-Color-1-18-0: rgba(255, 255, 255, 1);
510
- --triplex-next-Tooltip-Link_Desktop_Color_Active-1-18-0: #008985;
511
- --triplex-next-Tooltip-Link_Desktop_Color_Default-1-18-0: #19BDB0;
512
- --triplex-next-Tooltip-Link_Desktop_Color_Hover-1-18-0: #4BD9CF;
513
- --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-18-0: 0 0 0 1px #FFD169;
514
- --triplex-next-Tooltip-Link_Mobile_Color_Active-1-18-0: #007777;
515
- --triplex-next-Tooltip-Link_Mobile_Color_Default-1-18-0: #008985;
516
- --triplex-next-Tooltip-Link_Mobile_Color_Hover-1-18-0: #21A19A;
517
- --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-18-0: 0 0 0 1px #FFDD64;
518
- --triplex-next-TopOverlay-Background-1-18-0: rgba(31, 31, 34, .55);
519
- --triplex-next-Typography-Primary_Color-1-18-0: rgba(31, 31, 34, 1);
520
- --triplex-next-Typography-Complementary_Color-1-18-0: rgba(31, 31, 34, .85);
521
- --triplex-next-Typography-Secondary_Color-1-18-0: rgba(31, 31, 34, .65);
522
- --triplex-next-Typography-Tertiary_Color-1-18-0: rgba(31, 31, 34, .55);
523
- --triplex-next-Typography-Disabled_Color-1-18-0: rgba(31, 31, 34, .35);
524
- --triplex-next-Typography-Brand_Color-1-18-0: #008985;
525
- --triplex-next-Typography-Info_Color-1-18-0: #0E57CC;
526
- --triplex-next-Typography-Success_Color-1-18-0: #008B5C;
527
- --triplex-next-Typography-Error_Color-1-18-0: #D10032;
528
- --triplex-next-Typography-Warning_Color-1-18-0: #EF4C01;
529
- --triplex-next-Typography-System_Color-1-18-0: #697591;
530
- --triplex-next-Typography-PrimaryInvert_Color-1-18-0: rgba(255, 255, 255, 1);
531
- --triplex-next-Typography-ComplementaryInvert_Color-1-18-0: rgba(255, 255, 255, .75);
532
- --triplex-next-Typography-SecondaryInvert_Color-1-18-0: rgba(255, 255, 255, .55);
533
- --triplex-next-Typography-TertiaryInvert_Color-1-18-0: rgba(255, 255, 255, .45);
534
- --triplex-next-Typography-DisabledInvert_Color-1-18-0: rgba(255, 255, 255, .25);
535
- --triplex-next-Typography-BrandInvert_Color-1-18-0: #19BDB0;
536
- --triplex-next-Typography-InfoInvert_Color-1-18-0: #1297FE;
537
- --triplex-next-Typography-SuccessInvert_Color-1-18-0: #00D67D;
538
- --triplex-next-Typography-ErrorInvert_Color-1-18-0: #F80C45;
539
- --triplex-next-Typography-WarningInvert_Color-1-18-0: #FF7A17;
540
- --triplex-next-Typography-SystemInvert_Color-1-18-0: #95A3C1;
541
- --triplex-next-UploadZone-Background_Default-1-18-0: #F2F4F7;
542
- --triplex-next-UploadZone-Background_Hover-1-18-0: #EAEDF1;
543
- --triplex-next-UploadZone-BorderColor_Default-1-18-0: #2D2D30;
544
- --triplex-next-UploadZone-DragArea_Background-1-18-0: #F2F4F7;
545
- --triplex-next-UploadZone-DragArea_BorderColor-1-18-0: #21A19A;}
546
- .underline__c5155a9e{text-decoration:underline}.strikethrough__3b61fc96{text-decoration:line-through}.underlineStrikethrough__23977869{text-decoration:underline line-through}.typography__fe171572.primary__2eac5114{color:var(--triplex-next-Typography-Primary_Color-1-18-0)}.typography__fe171572.primaryInvert__6c9e4e28{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-18-0)}.typography__fe171572.complementary__c3a11999{color:var(--triplex-next-Typography-Complementary_Color-1-18-0)}.typography__fe171572.complementaryInvert__5145ef23{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-18-0)}.typography__fe171572.secondary__76b0a386{color:var(--triplex-next-Typography-Secondary_Color-1-18-0)}.typography__fe171572.secondaryInvert__f48a7a37{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-18-0)}.typography__fe171572.tertiary__b53de4e5{color:var(--triplex-next-Typography-Tertiary_Color-1-18-0)}.typography__fe171572.tertiaryInvert__719a27cc{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-18-0)}.typography__fe171572.disabled__a28eb719{color:var(--triplex-next-Typography-Disabled_Color-1-18-0)}.typography__fe171572.disabledInvert__53caadc6{color:var(--triplex-next-Typography-DisabledInvert_Color-1-18-0)}.typography__fe171572.brand__7dfb52ed{color:var(--triplex-next-Typography-Brand_Color-1-18-0);-webkit-user-select:none;user-select:none}.typography__fe171572.brandInvert__8738ad11{color:var(--triplex-next-Typography-BrandInvert_Color-1-18-0)}.typography__fe171572.info__d399d41a{color:var(--triplex-next-Typography-Info_Color-1-18-0)}.typography__fe171572.infoInvert__dcff8391{color:var(--triplex-next-Typography-InfoInvert_Color-1-18-0)}.typography__fe171572.success__dc4e1889{color:var(--triplex-next-Typography-Success_Color-1-18-0)}.typography__fe171572.successInvert__70e1d802{color:var(--triplex-next-Typography-SuccessInvert_Color-1-18-0)}.typography__fe171572.error__e43cf73b{color:var(--triplex-next-Typography-Error_Color-1-18-0)}.typography__fe171572.errorInvert__9d22bdfc{color:var(--triplex-next-Typography-ErrorInvert_Color-1-18-0)}.typography__fe171572.warning__14acf7aa{color:var(--triplex-next-Typography-Warning_Color-1-18-0)}.typography__fe171572.warningInvert__961c30ca{color:var(--triplex-next-Typography-WarningInvert_Color-1-18-0)}.typography__fe171572.system__fe2bf22b{color:var(--triplex-next-Typography-System_Color-1-18-0)}.typography__fe171572.systemInvert__917c3871{color:var(--triplex-next-Typography-SystemInvert_Color-1-18-0)}.typography__fe171572.compact__4e667a28{line-height:calc(16 / 14)}.caption__9c0b934b.regular__7a7cbc43{font-family:SBSansText}.caption__9c0b934b.semibold__24f9d9eb{font-family:SBSansTextSemibold;font-weight:600}.c1__1aa2d0ff{font-size:10px;line-height:12px}.c2__7f8e29a6{font-size:8px;line-height:10px}.d1__3ecb6c19{font-size:32px;line-height:40px}.d1__3ecb6c19.regular__7a7cbc43{font-family:SBSansDisplay}.d1__3ecb6c19.semibold__24f9d9eb{font-family:SBSansDisplaySemibold;font-weight:600}.text__7e56bbb8{outline:none}.text__7e56bbb8.regular__7a7cbc43{font-family:SBSansText}.text__7e56bbb8.semibold__24f9d9eb{font-family:SBSansTextSemibold;font-weight:600}.b1__a4b2d959{font-size:18px;line-height:24px}.b2__222fef50{font-size:16px;line-height:20px}.b3__39677bf0{font-size:14px;line-height:20px}.b3__39677bf0.compact__4e667a28{line-height:16px}.b4__ae245a42{font-size:12px;line-height:16px}.title__9ce00217{outline:none}.title__9ce00217.regular__7a7cbc43{font-family:SBSansDisplay;font-weight:400}.title__9ce00217.semibold__24f9d9eb{font-family:SBSansDisplaySemibold;font-weight:600}.title__9ce00217.medium__9c53a855{font-family:SBSansDisplayMedium;font-weight:500}.title__9ce00217.bold__dda62ce5{font-family:SBSansDisplayBold;font-weight:700}.h1__d5797a4d,.h2__a35c12bb,.h3__ad7a30f6{margin:0}.h1__d5797a4d{font-size:28px;line-height:36px}.h2__a35c12bb{font-size:24px;line-height:32px}.h3__ad7a30f6{font-size:20px;line-height:28px}.formFieldInput__c8b23d50{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-18-0)}.formFieldInput__c8b23d50:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-18-0)}.formFieldInput__c8b23d50::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-18-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__c8b23d50:focus{outline:none}.formFieldInput__c8b23d50:focus::placeholder{opacity:1}.formFieldInput__c8b23d50:-webkit-autofill{animation-name:autofill-applied-hook__c07df4ef;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__c8b23d50:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__3486f4ed;animation-duration:1ms}.formFieldInput__c8b23d50.sm__838474ca{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__c8b23d50.md__b92938ef{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__c8b23d50.lg__d038e915{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__c07df4ef{0%{transform:none}}@keyframes autofill-cancelled-hook__3486f4ed{0%{transform:none}}.formField__b84aea1e{position:relative;flex-grow:1;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.formField__b84aea1e.default__53d1bcf0{background:var(--triplex-next-FormField-Background_Default-1-18-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-18-0)}.formField__b84aea1e:hover{background:var(--triplex-next-FormField-Background_Hover-1-18-0)}.formField__b84aea1e.disabled__7b028312{background:var(--triplex-next-FormField-Background_Disabled-1-18-0)}.formField__b84aea1e.active__4ed47f85{background:var(--triplex-next-FormField-Background_Active-1-18-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-18-0)}.formField__b84aea1e.active__4ed47f85::placeholder{opacity:1}.formField__b84aea1e.error__19fd6037{background:var(--triplex-next-FormField-Background_Error-1-18-0)}.formField__b84aea1e.error__19fd6037:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-18-0)}.formField__b84aea1e.error__19fd6037.active__4ed47f85{background:var(--triplex-next-FormField-Background_Error-1-18-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-18-0)}.formField__b84aea1e.warning__3fc4ecbb{background:var(--triplex-next-FormField-Background_Warning-1-18-0)}.formField__b84aea1e.warning__3fc4ecbb:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-18-0)}.formField__b84aea1e.warning__3fc4ecbb.active__4ed47f85{background:var(--triplex-next-FormField-Background_Warning-1-18-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-18-0)}.formField__b84aea1e.sm__838474ca{border-radius:6px}.formField__b84aea1e.md__b92938ef{border-radius:8px}.formField__b84aea1e.lg__d038e915{border-radius:10px}.formFieldDescription__be43dac0{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__be43dac0.withCounter__c45ea34b{display:flex}.formFieldLabel__711a9660{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__711a9660.sm__838474ca{top:6px}.formFieldLabel__711a9660.md__b92938ef{top:10px}.formFieldLabel__711a9660.lg__d038e915{top:18px}.formFieldLabel__711a9660.lg__d038e915.floating__40b7f0a0{top:10px}.formFieldLabelText__4c0f5c4b{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-18-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__838474ca .formFieldLabelText__4c0f5c4b{font-size:12px;line-height:16px}.md__b92938ef .formFieldLabelText__4c0f5c4b{font-size:14px;line-height:20px}.lg__d038e915 .formFieldLabelText__4c0f5c4b{font-size:16px;line-height:20px}.floating__40b7f0a0 .formFieldLabelText__4c0f5c4b{font-size:12px;line-height:16px}.floating__40b7f0a0.sm__838474ca .formFieldLabelText__4c0f5c4b,.floating__40b7f0a0.md__b92938ef .formFieldLabelText__4c0f5c4b{display:none}.disabled__7b028312 .formFieldLabelText__4c0f5c4b{color:var(--triplex-next-FormField-Label_Color_Disabled-1-18-0)}.formFieldPostfix__3a42ce78{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__af0cb481{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__40809288{padding-left:4px;margin-left:auto}.formFieldMaskedInputWrapper__129ba5b3{position:relative}.formFieldMaskedInputWrapper__129ba5b3 .formFieldMaskedInputPlaceholder__999a1188{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__129ba5b3 .formFieldMaskedInputPlaceholder__999a1188::placeholder{opacity:1}.formFieldMaskedInputWrapper__129ba5b3 .formFieldMaskedInputPlaceholder__999a1188:disabled{visibility:hidden}.formFieldMaskedInputWrapper__129ba5b3.size-sm__26d722a9{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__129ba5b3.size-sm__26d722a9 .formFieldMaskedInputPlaceholder__999a1188{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__129ba5b3.size-md__5baee36e{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__129ba5b3.size-md__5baee36e .formFieldMaskedInputPlaceholder__999a1188{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__129ba5b3.size-lg__dbd5a1d7{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__129ba5b3.size-lg__dbd5a1d7 .formFieldMaskedInputPlaceholder__999a1188{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__129ba5b3 .formFieldMaskedInput__97369040{display:block;position:relative;background:none!important}.dropdownDesktop__57092c32{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-18-0);background-color:var(--triplex-next-Dropdown-Background-1-18-0)}.dropdownDesktop__57092c32.sm__9fc13483{border-radius:6px}.dropdownDesktop__57092c32.md__929760cb{border-radius:8px}.dropdownDesktop__57092c32.lg__90bb8446{border-radius:10px}.dropdownDesktopOverflowHidden__f3bfd2e0{overflow:hidden}.notificationIcon__9bd47281{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__3e12ed54{margin:4px;overflow:auto}.dropdownDesktopList__3e12ed54.sm__9fc13483{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__3e12ed54.sm__9fc13483 .dropdownDesktopListItem__1a964ccc{padding:6px 8px;border-radius:6px}.dropdownDesktopList__3e12ed54.sm__9fc13483 .dropdownDesktopListLoader__4dc382d0{margin:0 auto}.dropdownDesktopList__3e12ed54.md__929760cb{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__3e12ed54.md__929760cb .dropdownDesktopListItem__1a964ccc{padding:7px 8px;border-radius:8px}.dropdownDesktopList__3e12ed54.md__929760cb .dropdownDesktopListLoader__4dc382d0{margin:-2px auto}.dropdownDesktopList__3e12ed54.lg__90bb8446{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__3e12ed54.lg__90bb8446 .dropdownDesktopListItem__1a964ccc{padding:14px 8px;border-radius:10px}.dropdownDesktopList__3e12ed54.lg__90bb8446 .dropdownDesktopListLoader__4dc382d0{margin:-6px auto}.dropdownDesktopListItem__1a964ccc{color:var(--triplex-next-DropdownList-Color-1-18-0);background:var(--triplex-next-DropdownList-Background_Default-1-18-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__1a964ccc+.dropdownDesktopListItem__1a964ccc{margin-top:2px}.dropdownDesktopListItem__1a964ccc.active__ef08f94d{background:var(--triplex-next-DropdownList-Background_Active-1-18-0);cursor:pointer}.dropdownDesktopListItem__1a964ccc.selected__fa121b1c{background:var(--triplex-next-DropdownList-Background_Selected-1-18-0);cursor:default}.loaderSmall__5cf66106{display:flex;justify-content:center;align-items:center}.loaderSmall__5cf66106.sm__a8ec97aa{width:16px;height:16px;gap:2px}.loaderSmall__5cf66106.sm__a8ec97aa .dot__31789d37{width:4px;height:4px}.loaderSmall__5cf66106.md__2985141b{width:24px;height:24px;gap:3px}.loaderSmall__5cf66106.md__2985141b .dot__31789d37{width:6px;height:6px}.loaderSmall__5cf66106.lg__62b60e5c{width:32px;height:32px;gap:4px}.loaderSmall__5cf66106.lg__62b60e5c .dot__31789d37{width:8px;height:8px}.loaderSmall__5cf66106.neutral__c2e3086c .dot__31789d37{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-18-0)}.loaderSmall__5cf66106.brand__543b0f72 .dot__31789d37{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-18-0)}.loaderSmall__5cf66106 .dot__31789d37{border-radius:50%}.loaderSmall__5cf66106 .dot1__b841c382{animation:dotCycleSmall__62d8066c .9s infinite}.loaderSmall__5cf66106 .dot2__e117f0b6{animation:dotCycleSmall__62d8066c .9s infinite .15s}.loaderSmall__5cf66106 .dot3__19109006{animation:dotCycleSmall__62d8066c .9s infinite .3s}@keyframes dotCycleSmall__62d8066c{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__e397d654{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-18-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__163a910c{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__163a910c .dot__31789d37{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-18-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__163a910c .dot1__b841c382{top:0;left:0;animation:dotCycleMiddle__b681f22c 3s infinite}.loaderMiddleDots__163a910c .dot2__e117f0b6{right:0;top:0;opacity:.7;animation:dotCycleMiddle__b681f22c 3s infinite .74s}.loaderMiddleDots__163a910c .dot3__19109006{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__b681f22c 3s infinite 1.5s}.loaderMiddleDots__163a910c .dot4__8ef80398{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__b681f22c 3s infinite 2.25s}.loaderMiddleDots__163a910c .line__4fdedf5e{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-18-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__48155c08 3s infinite}@keyframes lineCycle__48155c08{0%{width:12px;height:12px;left:0;top:0;opacity:1}12.5%{width:100%;height:12px;left:0;top:0;opacity:1}25%{width:12px;height:12px;left:calc(100% - 12px);top:0;opacity:1}37.5%{width:12px;height:100%;left:calc(100% - 12px);top:0;opacity:1}50%{width:12px;height:12px;left:calc(100% - 12px);top:calc(100% - 12px);opacity:1}62.5%{width:100%;height:12px;left:0;top:calc(100% - 12px);opacity:1}75%{width:12px;height:12px;left:0;top:calc(100% - 12px);opacity:1}87.5%{width:12px;height:100%;left:0;top:0;opacity:1}to{width:12px;height:12px;left:0;top:0;opacity:1}}@keyframes dotCycleMiddle__b681f22c{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__215d6ffd{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__91d54a58{background:var(--triplex-next-DropdownMobile-Backdrop-1-18-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__91d54a58.closing__3207bf10{opacity:0}.dropdownMobileBackdrop__91d54a58.opening__8a6d0134,.dropdownMobileBackdrop__91d54a58.opened__b78ffb30{opacity:var(--triplex-DropdownMobile-Opacity-1-18-0)}.dropdownMobile__b38616ad{position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);transition:transform .3s ease-in-out;max-height:50vh;display:flex;flex-direction:column;outline:none}.dropdownMobile__b38616ad.closing__3207bf10{transform:translateY(100%)}.dropdownMobile__b38616ad.opening__8a6d0134,.dropdownMobile__b38616ad.opened__b78ffb30{transform:translateY(0)}.dropdownMobileHeader__b76b2850{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-18-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__b76b2850 .dropdownMobileHeaderContent__8dc66abd{margin-right:28px;min-height:20px}.dropdownMobileContent__a67479f1{background:var(--triplex-next-DropdownMobile-Content_Background-1-18-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__89447851{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-18-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-18-0);flex-shrink:1}.dropdownMobileListItem__f9b1864a{padding:16px}.dropdownMobileListItem__f9b1864a.selected__fa121b1c{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-18-0)}.dropdownMobileListItem__f9b1864a:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-18-0)}.dropdownMobileListLoader__7ae10d01{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__58c2c4ed{overflow:hidden}.controlButtons__cdd271d7{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__ecb0d735{margin-right:8px}.notificationIcon__ea87490a{position:absolute;right:4px;top:4px}.buttonIcon__b4ea1270{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__b4ea1270:enabled{cursor:pointer}.buttonIcon__b4ea1270.circle__38066e4a{border-radius:50%}.buttonIcon__b4ea1270.squircle__b5cb5ba2{border-radius:4px}.buttonIcon__b4ea1270:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-18-0)}.dropdownMobileInput__05cd8d84{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-18-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__05cd8d84::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-18-0);opacity:1}.dropdownMobileInput__05cd8d84::-ms-clear{display:none}.tabsLineWrapper__3962a1ea[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__3962a1ea[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__3962a1ea[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__3962a1ea[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__3962a1ea{position:relative}.tabsLineWrapper__3962a1ea.withSeparator__acbaeefb:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-18-0);bottom:0;left:0;right:0}.tabsLine__f8643790{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__f8643790:has(.sm__de3cfce2){height:28px}.tabsLine__f8643790:has(.md__9ed550cf){height:40px}.tabsLine__f8643790:has(.lg__62a6cbc5){height:56px}.tab__75824ee6{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__75824ee6.sm__de3cfce2{height:28px;padding-bottom:12px}.tab__75824ee6.md__9ed550cf{height:40px;padding-top:8px;padding-bottom:12px}.tab__75824ee6.lg__62a6cbc5{height:56px;padding-top:16px;padding-bottom:20px}.tab__75824ee6::-moz-focus-inner{border:none;padding:0}.tab__75824ee6:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-18-0)}.tab__75824ee6.active__36359ee6{cursor:default}.tab__75824ee6:after{content:"";position:absolute;bottom:0;left:0;right:0;border-radius:2px 2px 0 0;border-bottom:4px solid transparent;transition:border-color .5s}.tab__75824ee6:hover:after,.tab__75824ee6:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-18-0)}.tab__75824ee6.active__36359ee6:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-18-0)}.notificationIcon__8d70fb60{position:absolute;right:6px}.sm__de3cfce2 .notificationIcon__8d70fb60{top:0}.md__9ed550cf .notificationIcon__8d70fb60{top:8px}.lg__62a6cbc5 .notificationIcon__8d70fb60{top:16px}.tabsLineDropdown__b2d74e5d{display:inline-block}.tabsLineDropdown__b2d74e5d .dropdownTarget__f4bbdf7f.active__36359ee6{cursor:pointer}.tabsLineDropdown__b2d74e5d .dropdownTargetInner__a4243358{display:inline-flex;align-items:center}.tabsLineDropdown__b2d74e5d .dropdownTargetCaret__91725356{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__b2d74e5d .dropdownTargetCaret__91725356.opened__10037c89{transform:rotate(-180deg)}.tabsLineDropdown__b2d74e5d .dropdown__122f86fc{right:0;padding:4px}.tabsLineMobileWrapper__f1ab1d35{position:relative}.tabsLineMobileWrapper__f1ab1d35 .tab__75824ee6{flex-shrink:0}.tabsLineMobileWrapper__f1ab1d35 .tab__75824ee6:first-child{margin-left:16px}.tabsLineMobileWrapper__f1ab1d35 .tab__75824ee6:last-child{margin-right:16px}.tabsLineMobile__555bcfed{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__555bcfed::-webkit-scrollbar{display:none}.label__816f07f3{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__816f07f3.sm__8188948e{min-width:16px;min-height:16px}.label__816f07f3.sm__8188948e.nonempty__de05932c{padding:2px 0 2px 24px}.label__816f07f3.md__1907026a{min-height:24px;min-width:24px}.label__816f07f3.md__1907026a.nonempty__de05932c{padding-left:32px;padding-top:2px}.label__816f07f3.lg__41f18c20{min-width:28px;min-height:28px}.label__816f07f3.lg__41f18c20.nonempty__de05932c{padding-left:40px;padding-top:4px}.label__816f07f3.disabled__8f467e70{cursor:default}.radio__c0dcd099{margin:0;opacity:0}.radioIcon__1f119356{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-18-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-18-0)}.radioIcon__1f119356:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-18-0);border-radius:50%;transform:scale(0)}.sm__8188948e .radioIcon__1f119356:after{width:8px;height:8px;top:4px;left:4px}.md__1907026a .radioIcon__1f119356:after{width:12px;height:12px;top:6px;left:6px}.lg__41f18c20 .radioIcon__1f119356:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__1f119356,.radioIcon__1f119356:after{pointer-events:none}.radio__c0dcd099,.radioIcon__1f119356{position:absolute;left:0;top:0}.sm__8188948e .radio__c0dcd099,.sm__8188948e .radioIcon__1f119356{width:16px;height:16px;top:2px}.md__1907026a .radio__c0dcd099,.md__1907026a .radioIcon__1f119356{width:24px;height:24px}.lg__41f18c20 .radio__c0dcd099,.lg__41f18c20 .radioIcon__1f119356{width:28px;height:28px}.radio__c0dcd099:enabled{cursor:pointer}.radio__c0dcd099:checked+.radioIcon__1f119356{background:var(--triplex-next-Radio-Background_Checked_Default-1-18-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-18-0)}.radio__c0dcd099:checked+.radioIcon__1f119356:after{transform:scale(1);transition:transform .2s ease-out}.radio__c0dcd099:hover+.radioIcon__1f119356{background-color:var(--triplex-next-Radio-Background_Hover-1-18-0);box-shadow:none}.radio__c0dcd099:disabled+.radioIcon__1f119356{background:var(--triplex-next-Radio-Background_Disabled-1-18-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-18-0)}.radio__c0dcd099:disabled:checked+.radioIcon__1f119356{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-18-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-18-0)}.radio__c0dcd099:disabled+.radioIcon__1f119356:after{background:var(--triplex-next-Radio-Dot_Disabled-1-18-0)}.radio__c0dcd099:focus-visible+.radioIcon__1f119356{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-18-0)}.radio__c0dcd099:checked:enabled:hover+.radioIcon__1f119356{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-18-0)}.radioXGroup__2173d684{display:inline-flex;flex-flow:row wrap}.radioXGroup__2173d684.indent-12__7458313d{margin-left:-6px;margin-right:-6px}.radioXGroup__2173d684.indent-12__7458313d .label__816f07f3{margin-left:6px;margin-right:6px}.radioXGroup__2173d684.indent-16__dc3f1b5c{margin-left:-8px;margin-right:-8px}.radioXGroup__2173d684.indent-16__dc3f1b5c .label__816f07f3{margin-left:8px;margin-right:8px}.radioXGroup__2173d684.indent-20__b3b0fc1e{margin-left:-10px;margin-right:-10px}.radioXGroup__2173d684.indent-20__b3b0fc1e .label__816f07f3{margin-left:10px;margin-right:10px}.radioXGroup__2173d684.indent-24__4c7ec81a{margin-left:-12px;margin-right:-12px}.radioXGroup__2173d684.indent-24__4c7ec81a .label__816f07f3{margin-left:12px;margin-right:12px}.radioXGroup__2173d684.indent-28__1265bc7e{margin-left:-14px;margin-right:-14px}.radioXGroup__2173d684.indent-28__1265bc7e .label__816f07f3{margin-left:14px;margin-right:14px}.radioXGroup__2173d684.indent-32__b8ad1e3e{margin-left:-16px;margin-right:-16px}.radioXGroup__2173d684.indent-32__b8ad1e3e .label__816f07f3{margin-left:16px;margin-right:16px}.radioYGroup__1477de04{display:inline-flex;flex-flow:column wrap}.radioYGroup__1477de04 .label__816f07f3.sm__8188948e+.label__816f07f3.sm__8188948e{margin-top:8px}.radioYGroup__1477de04 .label__816f07f3.md__1907026a+.label__816f07f3.md__1907026a{margin-top:16px}.radioYGroup__1477de04 .label__816f07f3.lg__41f18c20+.label__816f07f3.lg__41f18c20{margin-top:20px}.notification__d897329d{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-18-0);background:var(--triplex-next-Notification-Background-1-18-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-18-0);z-index:300}.notification__d897329d:first-child{margin-top:0}.notification__d897329d.extraBottomPadding__1f7d2f34{padding-bottom:24px}.notification__d897329d .notificationHeader__5213e410{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-18-0);width:100%;margin-top:0;margin-bottom:8px}.notification__d897329d .notificationIcon__d32419e0{line-height:0}.notification__d897329d .notificationBody__f889e9e2{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__d897329d .notificationBodyList__2e2f1e8c{margin-top:8px}.notification__d897329d .notificationBodyContent__ab5c133c{width:100%;font-size:14px}.notification__d897329d .notificationClose__90856e89{position:absolute;top:8px;right:8px;background-color:transparent;box-sizing:border-box;padding:0;margin:0;border-radius:0;border:none;outline:none;line-height:0}.notification__d897329d.showCloseOnHover__f97660c7 .notificationClose__90856e89{opacity:0}.notification__d897329d.showCloseOnHover__f97660c7:hover{cursor:pointer}.notification__d897329d.showCloseOnHover__f97660c7:hover .notificationClose__90856e89{opacity:1}.notification__d897329d .notificationFooter__0ad137a4{display:flex;align-items:center;margin-top:16px}.notification__d897329d .notificationFooter__0ad137a4 button+a{margin-left:16px}.notification__d897329d .notificationTime__4f8c0040{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-18-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__e5d9691f{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__e5d9691f:hover{cursor:pointer}.notificationGroupedWrapper__e5d9691f .notificationGroupedFooterItem__4dd8d0aa{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-18-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-18-0)}.notificationGroupedWrapper__e5d9691f .notificationGroupedFooterItem__4dd8d0aa.first__57eb9a89{bottom:-8px;z-index:200}.notificationGroupedWrapper__e5d9691f .notificationGroupedFooterItem__4dd8d0aa.second__8ca2d1b5{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__d897329d,.notificationGroupedWrapper__e5d9691f{width:100%}}.unorderedListItem__f61288ed:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__f61288ed+.unorderedListItem__f61288ed{margin-top:8px}.unorderedList__0abd81ff{position:relative;margin:0;padding-left:14px;list-style:none}.button__011de351.general__a58b8b6e{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-18-0);color:var(--triplex-next-Button-General_Color_Default-1-18-0)}.button__011de351.general__a58b8b6e:hover{background:var(--triplex-next-Button-General_Background_Hover-1-18-0);color:var(--triplex-next-Button-General_Color_Hover-1-18-0)}.button__011de351.general__a58b8b6e.expanded__7688b702,.button__011de351.general__a58b8b6e:active{background:var(--triplex-next-Button-General_Background_Active-1-18-0);color:var(--triplex-next-Button-General_Color_Active-1-18-0)}.button__011de351.general__a58b8b6e:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-18-0)}.button__011de351.general__a58b8b6e:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-18-0);color:var(--triplex-next-Button-General_Color_Disabled-1-18-0)}.button__011de351.secondary__c8ccf58a{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-18-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-18-0)}.button__011de351.secondary__c8ccf58a:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-18-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-18-0)}.button__011de351.secondary__c8ccf58a.expanded__7688b702,.button__011de351.secondary__c8ccf58a:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-18-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-18-0)}.button__011de351.secondary__c8ccf58a:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-18-0)}.button__011de351.secondary__c8ccf58a:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-18-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-18-0)}.button__011de351.secondaryLight__3d99267b{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-18-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-18-0)}.button__011de351.secondaryLight__3d99267b:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-18-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-18-0)}.button__011de351.secondaryLight__3d99267b.expanded__7688b702,.button__011de351.secondaryLight__3d99267b:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-18-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-18-0)}.button__011de351.secondaryLight__3d99267b:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-18-0)}.button__011de351.secondaryLight__3d99267b:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-18-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-18-0)}.button__011de351.danger__0eeafb23{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-18-0);color:var(--triplex-next-Button-Danger_Color_Default-1-18-0)}.button__011de351.danger__0eeafb23:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-18-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-18-0)}.button__011de351.danger__0eeafb23.expanded__7688b702,.button__011de351.danger__0eeafb23:active{background:var(--triplex-next-Button-Danger_Background_Active-1-18-0);color:var(--triplex-next-Button-Danger_Color_Active-1-18-0)}.button__011de351.danger__0eeafb23:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-18-0)}.button__011de351.danger__0eeafb23:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-18-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-18-0)}.button__011de351.link__51685b17{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-18-0);padding:0}.button__011de351.link__51685b17.sm__a04a3123{height:28px;min-width:0px;padding:6px 2px}.button__011de351.link__51685b17.md__8edc0b39{height:40px;min-width:0px;padding:10px 2px}.button__011de351.link__51685b17.lg__69405c8c{height:56px;min-width:0px;padding:18px 2px}.button__011de351.link__51685b17:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-18-0)}.button__011de351.link__51685b17.expanded__7688b702,.button__011de351.link__51685b17:active{color:var(--triplex-next-Button-Link_Color_Active-1-18-0)}.button__011de351.link__51685b17:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-18-0)}.button__011de351.link__51685b17:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-18-0)}.button__011de351{display:inline-flex;align-items:center;position:relative;margin:0;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__011de351::-moz-focus-inner{border:none;padding:0}.button__011de351.sm__a04a3123{line-height:16px;font-size:12px}.button__011de351.sm__a04a3123.general__a58b8b6e,.button__011de351.sm__a04a3123.secondary__c8ccf58a,.button__011de351.sm__a04a3123.secondaryLight__3d99267b,.button__011de351.sm__a04a3123.danger__0eeafb23{height:28px;min-width:58px;padding:0 16px;border-radius:6px}.button__011de351.sm__a04a3123.icon__8f350c9a{min-height:28px;min-width:28px;padding:0 4px}.button__011de351.md__8edc0b39{line-height:20px;font-size:14px}.button__011de351.md__8edc0b39.general__a58b8b6e,.button__011de351.md__8edc0b39.secondary__c8ccf58a,.button__011de351.md__8edc0b39.secondaryLight__3d99267b,.button__011de351.md__8edc0b39.danger__0eeafb23{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__011de351.md__8edc0b39.icon__8f350c9a{min-height:40px;min-width:40px;padding:0 10px}.button__011de351.lg__69405c8c{line-height:20px;font-size:16px}.button__011de351.lg__69405c8c.general__a58b8b6e,.button__011de351.lg__69405c8c.secondary__c8ccf58a,.button__011de351.lg__69405c8c.secondaryLight__3d99267b,.button__011de351.lg__69405c8c.danger__0eeafb23{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__011de351.lg__69405c8c.icon__8f350c9a{min-height:56px;min-width:56px;padding:0 12px}.button__011de351:disabled{cursor:default}.button__011de351:disabled *{pointer-events:none}.button__011de351+.button__011de351:not(.block__2f323b11){margin-left:12px}.button__011de351 .content__3d2c9a38{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__011de351.block__2f323b11{display:block;width:100%}.button__011de351.loading__54c11a5b{pointer-events:none}.button__011de351.loading__54c11a5b .content__3d2c9a38{visibility:hidden}.button__011de351 .loader__f129d045{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__011de351 .loader__f129d045.hidden__e2207cd9{visibility:hidden}.buttonDropdownExtended__fe0ae10a{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__fe0ae10a .buttonDropdownExtendedBlock__f8a46389{padding:4px;margin-top:4px;right:0}.buttonDropdown__96ca26fb.block__2f323b11{display:block}.buttonDropdown__96ca26fb+.button__011de351:not(.block__2f323b11),.buttonDropdown__96ca26fb+.buttonDropdown__96ca26fb:not(.block__2f323b11){margin-left:16px}.buttonDropdown__96ca26fb .buttonDropdownTarget__a81c45bd .caretIcon__5b2ea4dd{margin-left:4px;transition:transform .3s ease-in-out}.buttonDropdown__96ca26fb .buttonDropdownTarget__a81c45bd.active__68023f8a .caretIcon__5b2ea4dd{transform:rotate(-180deg)}.buttonDropdown__96ca26fb .buttonDropdownMenuItem__c9f4ee09{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__94268357{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__414462d1{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__262b8aaf{position:fixed;left:var(--modalWindow-screen-left, 0);top:var(--modalWindow-screen-top, 0);width:var(--modalWindow-screen-width, 100%);bottom:0;z-index:1400}.modalWindowBackdrop__b327cd51{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-1-18-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__73ce98cb{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__73ce98cb .modalWindowContentWrapper__3d42dac0{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__94268357 .6s ease}.modalWindow__73ce98cb .modalWindowContent__307fc5eb{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__73ce98cb .modalWindowContent__307fc5eb .modalWindowBody__79d68970{box-sizing:border-box;animation:fadeIn__949a07dc .3s ease}@keyframes fadeIn__949a07dc{0%{opacity:0}to{opacity:1}}.modalWindow__73ce98cb .modalWindowContent__307fc5eb .spinnerSm__70b58279{display:none}@media (max-width: 767px){.modalWindow__73ce98cb .modalWindowContent__307fc5eb .spinner__acdc06ea{display:none}.modalWindow__73ce98cb .modalWindowContent__307fc5eb .spinnerSm__70b58279{display:flex}}.global-modalWindowTransition-exit .modalWindow__73ce98cb .modalWindowContentWrapper__3d42dac0{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__414462d1 .3s ease}.global-modalWindowTransition-exit .modalWindow__73ce98cb .modalWindowContentWrapper__3d42dac0 .modalWindowBody__79d68970{animation:fadeOut__cb646a82 .3s ease}@keyframes fadeOut__cb646a82{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__c6e299cc{position:absolute;left:0;right:0;height:0}.modalWindow__73ce98cb.sm__5756b66d .modalWindowContentWrapper__3d42dac0{max-width:480px}.modalWindow__73ce98cb.sm__5756b66d .modalWindowContent__307fc5eb .modalWindowBody__79d68970{min-height:196px}@media (max-width: 575px){.modalWindow__73ce98cb.sm__5756b66d .modalWindowContentWrapper__3d42dac0{max-width:100%}}.modalWindow__73ce98cb.md__7a084c96 .modalWindowContentWrapper__3d42dac0{max-width:600px}.modalWindow__73ce98cb.md__7a084c96 .modalWindowContent__307fc5eb .modalWindowBody__79d68970{min-height:246px}@media (max-width: 767px){.modalWindow__73ce98cb.md__7a084c96 .modalWindowContentWrapper__3d42dac0{max-width:100%}}.modalWindow__73ce98cb.lg__74cf7e91 .modalWindowContentWrapper__3d42dac0{max-width:800px}.modalWindow__73ce98cb.lg__74cf7e91 .modalWindowContent__307fc5eb .modalWindowBody__79d68970{min-height:396px}@media (max-width: 991px){.modalWindow__73ce98cb.lg__74cf7e91 .modalWindowContentWrapper__3d42dac0{max-width:100%}}.modalWindowContentPage__0350d7e6{background:var(--triplex-next-ModalWindow-Background-1-18-0);padding:8px!important}.modalWindowContentPage__0350d7e6,.modalWindowLoaderScreen__2ca19f0c{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__0350d7e6,.modalWindowLoaderScreen__2ca19f0c{border-radius:24px}}.islandBody__f046b0a5{display:block}.islandHeader__a7941009,.islandFooter__87368d66,.island__f37ba29a{position:relative}.island__f37ba29a.type1__803e3a25{background-color:var(--triplex-next-Island-Type1_Background-1-18-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-18-0)}.island__f37ba29a.type2__5797d3ce{background-color:var(--triplex-next-Island-Type2_Background-1-18-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-18-0)}.island__f37ba29a.type3__2ff71393{background-color:var(--triplex-next-Island-Type3_Background-1-18-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-18-0)}.island__f37ba29a.sm__adce3b31{border-radius:16px;padding:16px}.island__f37ba29a.sm__adce3b31 .islandHeader__a7941009+.islandBody__f046b0a5,.island__f37ba29a.sm__adce3b31 .islandHeader__a7941009+.islandFooter__87368d66,.island__f37ba29a.sm__adce3b31 .islandBody__f046b0a5+.islandFooter__87368d66{margin-top:8px}.island__f37ba29a.md__9387b7c1{border-radius:24px;padding:24px}.island__f37ba29a.md__9387b7c1 .islandHeader__a7941009+.islandBody__f046b0a5,.island__f37ba29a.md__9387b7c1 .islandHeader__a7941009+.islandFooter__87368d66,.island__f37ba29a.md__9387b7c1 .islandBody__f046b0a5+.islandFooter__87368d66{margin-top:12px}.island__f37ba29a.lg__80c9d1c6{border-radius:32px;padding:32px}.island__f37ba29a.lg__80c9d1c6 .islandHeader__a7941009+.islandBody__f046b0a5,.island__f37ba29a.lg__80c9d1c6 .islandHeader__a7941009+.islandFooter__87368d66,.island__f37ba29a.lg__80c9d1c6 .islandBody__f046b0a5+.islandFooter__87368d66{margin-top:16px}@media (max-width: 767px){.island__f37ba29a.sm__adce3b31,.island__f37ba29a.md__9387b7c1{border-radius:16px;padding:16px}.island__f37ba29a.lg__80c9d1c6{border-radius:24px;padding:24px}}.modalWindowBody__79d68970{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__40289092{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__40289092{top:20px;right:20px}}.loaderScreen__24420271{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:0;top:0;right:0;bottom:0;z-index:10100}.loaderScreen__24420271.loaderSmallBackdrop__455fec0c{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-18-0)}.loaderScreen__24420271.loaderMiddleBackdrop__cad65543{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-18-0)}.body__fe99bdaf{position:relative;display:flex}.body__fe99bdaf .bodyInner__68e812ba{position:relative;flex-grow:1;width:100%}.bodyPage__051407dc{flex-grow:1}.verticalMargin24__1fa582cc{margin-top:24px;margin-bottom:24px}.verticalMargin16__351005f5{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__1fa582cc{margin-top:16px;margin-bottom:16px}.verticalMargin16__351005f5{margin-top:8px;margin-bottom:8px}}.headerTabs__68908671{display:flex;justify-content:space-between}.headerTabs__68908671 .headerTabsContent__6cc3fb24{flex-grow:1}.headerTabs__68908671 .headerTabsControls__d4118a05{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__68908671{flex-wrap:wrap}.headerTabs__68908671 .headerTabsContent__6cc3fb24{width:100%}.headerTabs__68908671 .headerTabsControls__d4118a05{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__68908671 .headerTabsControls__d4118a05>button{margin-left:16px;margin-top:16px}}.headerTitle__4806ac12{display:flex;justify-content:space-between}.headerTitle__4806ac12 .headerTitleControls__728749e3{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__fd148d0b+.headerTitle__4806ac12{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__4806ac12{flex-wrap:wrap}.headerTitle__4806ac12 .headerTitleContent__9f3f4c26{width:100%}.headerTitle__4806ac12 .headerTitleControls__728749e3{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__4806ac12 .headerTitleControls__728749e3>button{margin-left:16px;margin-top:16px}}.headerSubheader__fae83196{padding:24px 0}.headerSubheader__fae83196.withoutPaddings__20edd489{padding:0}.headerLayoutSidebar__8f4c0708{display:flex;justify-content:space-between}.headerLayoutSidebarContent__fe25670f{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__015e4beb{display:none}}.page__f5469e44{height:100%;display:flex;flex-direction:column;max-width:100%;padding:32px;box-sizing:border-box}.global-page{position:relative}@media (max-width: 767px){.page__f5469e44{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__8ca3620a.sticky__e9c0a337{z-index:101;position:sticky;top:0;border-top-left-radius:var(--r-top, 24px)!important;border-top-right-radius:var(--r-top, 24px)!important;transition:border-radius .2s ease,box-shadow .2s ease}.global-LB-more-media-point-0 .headerPageTypeFirst__8ca3620a.sticky__e9c0a337[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-18-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__a266693f.sticky__e9c0a337{z-index:101;position:sticky;bottom:0;transition:border-radius .2s ease,box-shadow .2s ease;border-bottom-left-radius:var(--r-bottom, 24px)!important;border-bottom-right-radius:var(--r-bottom, 24px)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__a266693f.sticky__e9c0a337[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-1-18-0)!important}.footerDescription__ec03b13e{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__af907956{flex-grow:1;margin-right:auto}.footerDescriptionControls__7ef87bfe{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__ec03b13e{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__af907956{width:100%}.footerDescriptionControls__7ef87bfe{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__7ef87bfe>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__af907956+.footerDescriptionControls__7ef87bfe{margin-top:0}.footer__5c995eea{padding:16px 0}}.modalWindowHeader__c40c3ee0 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__c40c3ee0 .global-HeaderTitleContent{padding-right:72px}}.list__89d7d620{margin:0;padding:0;list-style:none;position:relative}.listItemControls__401edec8{display:flex;padding:0 16px 0 4px}.listItemContent__d95fee8b{background:var(--triplex-next-ListItem-Background-1-18-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__d95fee8b.selected__404240b1{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-18-0)}.listItemControlsButton__e1db2a5b{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-18-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__e1db2a5b:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-18-0)}.listItemControlsButton__e1db2a5b:hover .listItemControlsButtonLabel__6eb63d8d{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-18-0)!important}.listItemControlsButton__e1db2a5b.expanded__39367ce3,.listItemControlsButton__e1db2a5b:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-18-0)}.listItemControlsButton__e1db2a5b.expanded__39367ce3 .listItemControlsButtonLabel__6eb63d8d,.listItemControlsButton__e1db2a5b:active .listItemControlsButtonLabel__6eb63d8d{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-18-0)!important}.listItemControlsButton__e1db2a5b+.listItemControlsButton__e1db2a5b,.listItemControlsButton__e1db2a5b+.listItemControlsButtonDropdown__c5e03354{margin-left:4px}.listItemControlsButtonIcon__f6b58c09{line-height:0}.listItemControlsButton__e1db2a5b.withText__ec3f1a6f .listItemControlsButtonIcon__f6b58c09{margin-bottom:8px}.listItemControlsButtonLabel__6eb63d8d{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-18-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__c5e03354{display:flex}.listItemControlsButtonInner__cb933f3f{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__e1db2a5b.withIcon__38490639.withText__ec3f1a6f .listItemControlsButtonInner__cb933f3f{height:44px;overflow:visible}.buttonDropdownMenuItem__f25fdc07{overflow:hidden;text-overflow:ellipsis}.listEmptyState__16d6cf27{padding:64px 16px 16px;text-align:center}.listItemLoading__f514adaf{height:24px;padding:12px 0;position:relative}.label__b947c669{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__b947c669.sm__380b350b{min-width:16px;min-height:16px}.label__b947c669.sm__380b350b.nonempty__33e188fd{padding:2px 0 2px 24px}.label__b947c669.md__05d64077{min-width:24px;min-height:24px}.label__b947c669.md__05d64077.nonempty__33e188fd{padding-left:32px;padding-top:2px}.label__b947c669.lg__f913b234{min-width:28px;min-height:28px}.label__b947c669.lg__f913b234.nonempty__33e188fd{padding-left:40px;padding-top:4px}.label__b947c669.disabled__37a2bd12{cursor:default}.label__b947c669[hidden]{display:none}.checkbox__eda16092{margin:0;opacity:0}.checkboxIcon__3755ae65{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-18-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-18-0)}.sm__380b350b .checkboxIcon__3755ae65{border-radius:4px}.checkmarkIcon__2bbaab47{transform:scale(0)}.checkmarkIcon__2bbaab47 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-18-0)}.checkboxIcon__3755ae65,.checkmarkIcon__2bbaab47{pointer-events:none}.checkbox__eda16092,.checkboxIcon__3755ae65,.checkmarkIcon__2bbaab47{position:absolute;left:0;top:0}.sm__380b350b .checkbox__eda16092,.sm__380b350b .checkboxIcon__3755ae65,.sm__380b350b .checkmarkIcon__2bbaab47{width:16px;height:16px;top:2px}.md__05d64077 .checkbox__eda16092,.md__05d64077 .checkboxIcon__3755ae65,.md__05d64077 .checkmarkIcon__2bbaab47{width:24px;height:24px}.lg__f913b234 .checkbox__eda16092,.lg__f913b234 .checkboxIcon__3755ae65,.lg__f913b234 .checkmarkIcon__2bbaab47{width:28px;height:28px}.checkbox__eda16092:enabled{cursor:pointer}.checkbox__eda16092:enabled:hover+.checkboxIcon__3755ae65{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-18-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-18-0)}.checkbox__eda16092:checked+.checkboxIcon__3755ae65{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-18-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-18-0)}.checkbox__eda16092:checked~.checkmarkIcon__2bbaab47{transform:scale(1);transition:transform .2s ease-out}.checkbox__eda16092:disabled+.checkboxIcon__3755ae65{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-18-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-18-0)}.checkbox__eda16092:disabled:checked+.checkboxIcon__3755ae65{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-18-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-18-0)}.checkbox__eda16092:disabled~.checkmarkIcon__2bbaab47 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-18-0)}.checkbox__eda16092:focus-visible+.checkboxIcon__3755ae65{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-18-0)}.checkbox__eda16092:checked:enabled:hover+.checkboxIcon__3755ae65{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-18-0)}.listItemSelectable__22cd9cb4{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-18-0);border-radius:8px}.listItemSelectable__22cd9cb4.selected__404240b1{background:var(--triplex-next-ListItem-Background_Selected-1-18-0)}.checkboxWrapper__70c53552{padding:16px;line-height:0}.childrenWrapper__fb351c92{flex-grow:1}.checkboxLabel__3a3b5b20{padding:0!important;position:relative}.checkboxLabelClickArea__a7eeb10f{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__f3f19376{position:relative;overflow:hidden}.swipeableArea__f3f19376 .content__035ae5a1{position:relative;touch-action:pan-y}.swipeableArea__f3f19376 .content__035ae5a1.disableScroll__b7ef6ea9{touch-action:none}.swipeableArea__f3f19376 .content__035ae5a1.disablePointerEvents__f360605d:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__f3f19376 .swipeAnimationFinish__58a063d3{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__f3f19376 .leftContent__dea35a03,.swipeableArea__f3f19376 .rightContent__e9f1a682{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__f3f19376 .rightContent__e9f1a682{left:auto;right:0}.listItemTail__502522f3{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__95955bb4{background:var(--triplex-next-ListMaster-Background-1-18-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__f6f7e0af{position:absolute;top:0;left:0;right:0}.listItemTailTop__f6f7e0af:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-18-0)}.listItemTailTop__f6f7e0af:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-18-0)}.listItemTailBottom__8f458442{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__8f458442:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-18-0)}.listItemTailBottom__8f458442:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-1-18-0)}.listItemTailRight__71404903{right:-8px}.listItemTailLeft__53e15dd4{left:-8px}.listItemTable__0ce2d7f7{margin-bottom:4px}.listItemTable__0ce2d7f7:last-child{margin-bottom:0}.listSortableItemTarget__7e118c38{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-18-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__7e118c38:hover{background:var(--triplex-next-ListItem-Background_Selected-1-18-0)}.listSortableItemTarget__7e118c38.dragging__41e7ada5{background:var(--triplex-next-ListItem-Background_Dragging-1-18-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-18-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__8acc63bf{flex:1}.listSortableItemTargetIcon__8759a2b8{display:block;margin-left:24px}.listSortableItem__c222c546{position:relative}.listSortableItem__c222c546.dragging__41e7ada5{z-index:1}.listSortableItemControls__a06c74d8{display:inline-block}.islandWidgetHeader__1e93354f{display:flex;justify-content:space-between;align-items:center}.islandWidgetHeader__1e93354f .islandWidgetHeaderContent__699e3f8f{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__1e93354f .islandWidgetHeaderDescription__505b9720{display:flex}.islandWidgetHeader__1e93354f .caretWrapper__0f579644{position:absolute;top:20px;right:16px}.islandWidgetHeader__1e93354f .caretIcon__0dc7416e{transition:transform .3s ease-in-out}.islandWidgetHeader__1e93354f.open__446390e6 .caretWrapper__0f579644 .caretIcon__0dc7416e{transform:rotate(-180deg)}@media (max-width: 767px){.islandWidgetHeader__1e93354f{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetBody__cae54229{padding-top:16px}.islandWidgetFooter__acf7fbec{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__85a9a2cb{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__cb97a11a{margin-left:auto;white-space:nowrap}.expandAnimation__c744ae82{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__09369300{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-18-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__09369300{border-radius:0 0 16px 16px}}.islandWidget__c3c36182{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__c3c36182>*{height:100%}.islandWidgetWithExtraFooter__25b806b5:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-18-0)!important}@media (max-width: 767px){.islandWidgetHeaderWrapperAdaptive__2478255d{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__5242d60c{display:flex;flex-direction:column}.formFieldClear__f262c1a4{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__f262c1a4.hidden__848ec8d9{opacity:0;pointer-events:none}.formFieldTarget__b4bdbe07{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-18-0);overflow:hidden;white-space:nowrap}.formFieldTarget__b4bdbe07.placeholder__b2e4fc24{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-18-0)}.formFieldTarget__b4bdbe07.disabled__7b028312{color:var(--triplex-next-FormField-Target_Color_Disabled-1-18-0)}.formFieldTarget__b4bdbe07.size-sm__26d722a9{font-size:12px;height:28px;line-height:16px}.formFieldTarget__b4bdbe07.size-md__5baee36e{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__b4bdbe07.size-lg__dbd5a1d7{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__b4bdbe07 .placeholderWrapper__8b345b13{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__b4bdbe07:focus{outline:none}.formFieldTarget__b4bdbe07:focus .placeholderWrapper__8b345b13{opacity:1}.formFieldTextarea__82567cbb{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-18-0);vertical-align:top;font-family:inherit}.formFieldTextarea__82567cbb.sm__838474ca{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__82567cbb.md__b92938ef{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__82567cbb.lg__d038e915{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__82567cbb::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-18-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__82567cbb:focus{outline:none}.formFieldTextarea__82567cbb:focus::placeholder{opacity:1}.formFieldTextarea__82567cbb:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-18-0)}.chipGroupItem__ee36e9b7{display:inline-block}.chip__e5c636bb{background:var(--triplex-next-Chip-Background_Default-1-18-0);color:var(--triplex-next-Chip-Color_Default-1-18-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__e5c636bb.lg__77da95e2{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__e5c636bb.lg__77da95e2 .prefix__7973e0e7{padding-left:16px}.chip__e5c636bb.lg__77da95e2 .postfix__9c5f1b91{padding-right:16px}.chip__e5c636bb.md__b8f0237a{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__e5c636bb.md__b8f0237a .prefix__7973e0e7{padding-left:12px}.chip__e5c636bb.md__b8f0237a .postfix__9c5f1b91{padding-right:12px}.chip__e5c636bb.sm__fea13b6e{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__e5c636bb.sm__fea13b6e .prefix__7973e0e7{padding-left:8px}.chip__e5c636bb.sm__fea13b6e .postfix__9c5f1b91{padding-right:8px}.chip__e5c636bb:hover{background:var(--triplex-next-Chip-Background_Hover-1-18-0);color:var(--triplex-next-Chip-Color_Hover-1-18-0)}.chip__e5c636bb:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-18-0)}.chip__e5c636bb:active,.chip__e5c636bb[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-18-0);color:var(--triplex-next-Chip-Color_Active-1-18-0)}.chip__e5c636bb.disabled__a2b3688e{background:var(--triplex-next-Chip-Background_Disabled-1-18-0);color:var(--triplex-next-Chip-Color_Disabled-1-18-0);cursor:default;pointer-events:none}.chip__e5c636bb.selected__ce9b0da7{background:var(--triplex-next-Chip-Background_Selected_Default-1-18-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-18-0)}.chip__e5c636bb.selected__ce9b0da7:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-18-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-18-0)}.chip__e5c636bb.selected__ce9b0da7:active,.chip__e5c636bb.selected__ce9b0da7[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-18-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-18-0)}.chip__e5c636bb.selected__ce9b0da7.disabled__a2b3688e{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-18-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-18-0)}.chip__e5c636bb.withPrefix__a2dd4abe{padding-left:0}.chip__e5c636bb.withPostfix__08c3deea{padding-right:0}.chip__e5c636bb .content__13a40727{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__e5c636bb .prefix__7973e0e7,.chip__e5c636bb .postfix__9c5f1b91{display:flex}.calendarControls__ada9c059{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-18-0)}.calendarViewDays__edac4d87{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__ff518b11 .calendarViewDays__edac4d87{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__472fbfd2,.calendarViewYears__4c6d5138{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__ff518b11 .calendarViewMonths__472fbfd2,.adaptive__ff518b11 .calendarViewYears__4c6d5138{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__a8da9a07{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-1-18-0)}.calendarViewDaysBody__3bbb5ed4:before{display:block;content:"‌";line-height:8px}.adaptive__ff518b11 .calendarViewDaysBody__3bbb5ed4:before{line-height:4px}.calendarViewItem__acebe90d{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__acebe90d:focus-visible{outline:none}.calendarViewItem__acebe90d.current__7f5686d2{font-weight:600}.calendarViewItem__acebe90d.disabled__a94de001{pointer-events:none}.calendarViewItemLabel__30490c55{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-18-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-18-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-18-0);cursor:pointer}.calendarViewItemLabel__30490c55:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-18-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-18-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028:hover.basicMark__d018f67d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028:hover.standardMark__b889e32c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028:hover.attentionMark__337de6da:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028:hover.criticalMark__c7c27011:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028.muted__8413149c{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-18-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028.muted__8413149c:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-18-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028.basicMark__d018f67d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028.standardMark__b889e32c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028.attentionMark__337de6da:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-18-0)}.calendarViewItemLabel__30490c55.selected__d7275028.criticalMark__c7c27011:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-18-0)}.calendarViewItemLabel__30490c55.marked__e7672b59:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__30490c55.basicMark__d018f67d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-18-0)}.calendarViewItemLabel__30490c55.standardMark__b889e32c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-18-0)}.calendarViewItemLabel__30490c55.attentionMark__337de6da:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-18-0)}.calendarViewItemLabel__30490c55.criticalMark__c7c27011:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-18-0)}.calendarViewItemLabel__30490c55.muted__8413149c{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-18-0)}.calendarViewItemLabel__30490c55.disabled__a94de001{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-18-0);background:none}.calendarViewItem__acebe90d:focus-visible .calendarViewItemLabel__30490c55{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-18-0)}.unitDay__8490d976{width:36px;height:36px;border-radius:6px}.unitMonth__7d9bfdd7,.unitYear__0da9a591{width:89px;height:48px;border-radius:6px}.adaptive__ff518b11 .unitMonth__7d9bfdd7,.adaptive__ff518b11 .unitYear__0da9a591{width:104px;height:48px;border-radius:6px}.calendarFooter__ba9c8e0e{margin-top:12px;text-align:center}.calendar__9e1e8427{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-18-0);-webkit-user-select:none;user-select:none}.calendar__9e1e8427.adaptive__ff518b11{width:auto;padding:20px}.calendar__9e1e8427+.calendar__9e1e8427{margin-top:20px}.datePickerExtendedMobileDropdown__921a1a54{max-height:100vh}.chipDropdownArrow__8943b69a{transition:transform .3s ease}.chipDropdownArrow__8943b69a.rotated__5779ac44{transform:rotate(-180deg)}.chipClearButton__4bad223e{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__4bad223e:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-18-0)}.dropdownMobileMaskedInput__320d2b26{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__a5213836{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__a5213836 .caretWrapper__80572548{height:100%}.selectExtendedFieldTarget__a5213836 .caretIcon__42dabc58{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__a5213836.selectOpened__5098fb52 .caretIcon__42dabc58{transform:rotate(180deg)}.selectExtendedFieldTarget__a5213836.disabled__98d3fb42{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__d78e3af0{position:relative}.multiselectFieldHeader__fe0dcc62{padding:12px 12px 0}.multiselectFieldContentWrapper__1ec2dff2 .multiselectFieldContent__e13a467a{position:relative;padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__1ec2dff2 .multiselectFieldContent__e13a467a.sm__451bb94c{height:204px}.multiselectFieldContentWrapper__1ec2dff2 .multiselectFieldContent__e13a467a.md__e8a23258{height:245px}.multiselectFieldContentWrapper__1ec2dff2 .multiselectFieldContent__e13a467a.lg__96121487{height:324px}.multiselectFieldFooter__b2cdb9e9{padding:0 12px 12px}.multiselectFieldFooter__b2cdb9e9:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-18-0)}.chipOptionsContent__c62c0b36{min-width:14px;text-align:center;display:block}.tooltipDesktop__52b13a8f{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__52b13a8f .tooltipBody__5c2f3a9e{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-18-0)}.tooltipDesktop__52b13a8f .tooltipXButton__35dbc776{position:absolute;right:8px;top:8px}.tooltipDesktopContent__d269db4a{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-18-0);border-radius:8px}.closable__2098c53d .tooltipDesktopContent__d269db4a{padding-right:32px}.tooltipSM__e6076fea .tooltipDesktopContent__d269db4a{width:192px;min-height:52px}.tooltipLG__8e35c636 .tooltipDesktopContent__d269db4a{width:384px;min-height:52px}.tooltipOverlay__22598ff9{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__6925ab47{width:0;height:0}.tooltipDesktopTip__6925ab47.down__916b7c72{border-top:solid var(--triplex-next-Tooltip-Background-1-18-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__6925ab47.up__f50881c8{border-bottom:solid var(--triplex-next-Tooltip-Background-1-18-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__6925ab47.left__d5d946c4{border-right:solid var(--triplex-next-Tooltip-Background-1-18-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__6925ab47.right__28e0de49{border-left:solid var(--triplex-next-Tooltip-Background-1-18-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__d197b573 .tooltipBody__5c2f3a9e{text-align:left}.tooltipMobileContent__1bb99a3f{padding:16px}.headerless__d20ad523 .tooltipMobileContent__1bb99a3f{padding-right:40px;border-radius:16px 16px 0 0}.headerless__d20ad523 .tooltipMobileContent__1bb99a3f .closeButton__e772be75{position:absolute;right:16px;top:16px}.tooltipLink__fde63d3d{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__e418bf28{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-18-0)}.desktop__e418bf28:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-18-0)}.desktop__e418bf28:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-18-0)}.desktop__e418bf28:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-18-0)}.mobile__86a0887e{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-18-0)}.mobile__86a0887e:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-18-0)}.mobile__86a0887e:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-18-0)}.mobile__86a0887e:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-18-0)}.chipSuggestInputWrapper__a552fc48{margin:12px}.suggestDropdownMobileBody__1bb57579{height:176px}.suggestDropdownMobileNoOptionsText__04711573{padding:16px}.checkboxXGroup__41508781{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__41508781.indent-12__dd3fdf99{margin-left:-6px;margin-right:-6px}.checkboxXGroup__41508781.indent-12__dd3fdf99 .label__b947c669{margin-left:6px;margin-right:6px}.checkboxXGroup__41508781.indent-16__989a6122{margin-left:-8px;margin-right:-8px}.checkboxXGroup__41508781.indent-16__989a6122 .label__b947c669{margin-left:8px;margin-right:8px}.checkboxXGroup__41508781.indent-20__8561c5cd{margin-left:-10px;margin-right:-10px}.checkboxXGroup__41508781.indent-20__8561c5cd .label__b947c669{margin-left:10px;margin-right:10px}.checkboxXGroup__41508781.indent-24__e22b124e{margin-left:-12px;margin-right:-12px}.checkboxXGroup__41508781.indent-24__e22b124e .label__b947c669{margin-left:12px;margin-right:12px}.checkboxXGroup__41508781.indent-28__cecd348b{margin-left:-14px;margin-right:-14px}.checkboxXGroup__41508781.indent-28__cecd348b .label__b947c669{margin-left:14px;margin-right:14px}.checkboxXGroup__41508781.indent-32__f83f3a81{margin-left:-16px;margin-right:-16px}.checkboxXGroup__41508781.indent-32__f83f3a81 .label__b947c669{margin-left:16px;margin-right:16px}.checkboxYGroup__6f8eec97{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__6f8eec97 .label__b947c669.sm__380b350b+.label__b947c669.sm__380b350b{margin-top:8px}.checkboxYGroup__6f8eec97 .label__b947c669.lg__f913b234+.label__b947c669.lg__f913b234{margin-top:20px}.checkboxYGroup__6f8eec97 .label__b947c669.md__05d64077+.label__b947c669.md__05d64077{margin-top:16px}.card__b02f809d{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__b02f809d.roundingMD__c89f64c1{--radius: 16px}.card__b02f809d.roundingSM__07181559{--radius: 8px}.card__b02f809d.general__f909e860{background:var(--triplex-next-Card-Static_General_Background-1-18-0)}.card__b02f809d.secondary__b5c19071{background:var(--triplex-next-Card-Static_Secondary_Background-1-18-0)}.card__b02f809d .cardMedia__cef42282{background-size:cover;background-repeat:no-repeat;background-position:center}.card__b02f809d .cardContent__e04b493a{padding:var(--padding)}.card__b02f809d .cardContent__e04b493a.paddingMD__7c97046d{--padding: 24px}.card__b02f809d .cardContent__e04b493a.paddingSM__3ca90a77{--padding: 16px}.card__b02f809d .cardContent__e04b493a .cardContentHeader__21406b76{margin-bottom:16px}.card__b02f809d .cardContent__e04b493a .cardContentFooter__d4467a40{margin-top:16px}.action__d89975d6{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__d89975d6:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none;box-shadow:var(--card-inner-shadow, none);border-radius:var(--radius)}.action__d89975d6.general__f909e860{background:var(--triplex-next-Card-Action_General_Background-1-18-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-18-0)}.action__d89975d6.general__f909e860:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-18-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-18-0)}.action__d89975d6.general__f909e860.selected__238967df{background:var(--triplex-next-Card-Action_General_Background_Selected-1-18-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-18-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-18-0)}.action__d89975d6.general__f909e860.selected__238967df:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-18-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-18-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-18-0)}.action__d89975d6.general__f909e860:focus{outline:none}.action__d89975d6.general__f909e860:focus.focusVisible__88d4b897{box-shadow:var(--triplex-next-Card-Shadow_Default-1-18-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-18-0)}.action__d89975d6.secondary__b5c19071{background:var(--triplex-next-Card-Action_Secondary_Background-1-18-0)}.action__d89975d6.secondary__b5c19071:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-18-0)}.action__d89975d6.secondary__b5c19071.selected__238967df{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-18-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-18-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-18-0)}.action__d89975d6.secondary__b5c19071.selected__238967df:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-18-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-18-0)}.action__d89975d6.secondary__b5c19071:focus{outline:none}.action__d89975d6.secondary__b5c19071:focus.focusVisible__88d4b897{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-18-0)}.alertContext__fc7f4b9f{display:flex;font-size:12px;line-height:16px}.alertContext__fc7f4b9f>svg{flex-shrink:0}.alertContext__fc7f4b9f .alertContextText__fe9c8e20{margin-left:8px}.alertContext__fc7f4b9f.alertTypeError__bc812191 .alertContextText__fe9c8e20{color:var(--triplex-next-AlertContext-Error_Color-1-18-0)}.alertContext__fc7f4b9f.alertTypeInfo__87b0ca8a .alertContextText__fe9c8e20{color:var(--triplex-next-AlertContext-Info_Color-1-18-0)}.alertContext__fc7f4b9f.alertTypeWarning__c158b967 .alertContextText__fe9c8e20{color:var(--triplex-next-AlertContext-Warning_Color-1-18-0)}.alertContext__fc7f4b9f.alertTypeSystem__d755b2ec .alertContextText__fe9c8e20{color:var(--triplex-next-AlertContext-System_Color-1-18-0)}.alertProcess__2c0a0f8f{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__2c0a0f8f.withSpoiler__c40e1e66{min-height:40px}.alertProcess__2c0a0f8f .themeIcon__213f8338{box-sizing:border-box;height:20px;width:20px}.alertProcess__2c0a0f8f.alertTypeError__bc812191{background:var(--triplex-next-AlertProcess-Error_Background-1-18-0)}.alertProcess__2c0a0f8f.alertTypeInfo__87b0ca8a{background:var(--triplex-next-AlertProcess-Info_Background-1-18-0)}.alertProcess__2c0a0f8f.alertTypeWarning__c158b967{background:var(--triplex-next-AlertProcess-Warning_Background-1-18-0)}.alertProcess__2c0a0f8f.alertTypeSystem__d755b2ec{background:var(--triplex-next-AlertProcess-System_Background-1-18-0)}.alertProcess__2c0a0f8f.alertTypeFeature__155c2ead{background:var(--triplex-next-AlertProcess-Feature_Background-1-18-0)}.alertProcess__2c0a0f8f.alertTypeFeature__155c2ead .themeIcon__213f8338{padding-top:0}.alertProcess__2c0a0f8f .alertProcessContentBlock__df5c051f{flex:1;margin-left:10px}.alertProcess__2c0a0f8f .alertProcessContentBlock__df5c051f .expandableContent__ad678847{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__2c0a0f8f .alertProcessContentBlock__df5c051f .expandableContent__ad678847.expanded__784a37ec{max-height:1000px;opacity:1}.alertProcess__2c0a0f8f .closeButton__60608001{margin-left:10px}.alertProcess__2c0a0f8f .expandButton__eb78e5eb{position:absolute;right:16px;bottom:16px;height:16px;width:16px;transition:transform .3s ease-in-out;display:flex;align-items:center;justify-content:center}.alertProcess__2c0a0f8f .expandButton__eb78e5eb.expanded__784a37ec{transform:rotate(180deg)}.adaptive__eb36dbe6{font-size:10px!important;line-height:12px!important}.avatar__2e3f66b9{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-18-0)}.avatar__2e3f66b9.xxs__cd87403e{width:28px;height:28px;border-radius:6px}.avatar__2e3f66b9.xs__5098e18a{width:32px;height:32px;border-radius:8px}.avatar__2e3f66b9.sm__b2382054{width:40px;height:40px;border-radius:10px}.avatar__2e3f66b9.md__ae822e54{width:56px;height:56px;border-radius:16px}.avatar__2e3f66b9.lg__dd480f87{width:80px;height:80px;border-radius:20px}.avatar__2e3f66b9.xl__a0bf0374{width:96px;height:96px;border-radius:24px}.avatar__2e3f66b9.xxl__0ecc76df{width:128px;height:128px;border-radius:28px}.badgeDot__8e313174{display:inline-block;background:var(--triplex-next-Badge-Background-1-18-0);border-radius:50%}.badgeDot__8e313174.sm__3b807217{width:6px;height:6px}.badgeDot__8e313174.md__4f883327{width:8px;height:8px}.badgeDot__8e313174.lg__1a62acd9{width:10px;height:10px}.badgeContent__89108e65{display:flex}.badgeContent__89108e65.sm__3b807217{padding-left:4px;padding-right:4px}.badgeContent__89108e65.md__4f883327{padding-left:6px;padding-right:6px}.badgeContent__89108e65.lg__1a62acd9{padding-left:8px;padding-right:8px}.badgeContent__89108e65.noPaddingLeft__abdca6f6{padding-left:0}.badgeContent__89108e65.noPaddingRight__f3612d8e{padding-right:0}.badgePrefix__b6404d53,.badgePostfix__1c73e451{display:contents}.badge__6e0c30c1{display:inline-flex;align-items:center;justify-content:center;position:relative;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-18-0)}.badge__6e0c30c1.sm__3b807217{height:16px;border-radius:4px}.badge__6e0c30c1.md__4f883327{height:20px;border-radius:6px}.badge__6e0c30c1.lg__1a62acd9{height:24px;border-radius:8px}.col-1__a4fe98c3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__96b215aa{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__16d04c58{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__1a686144{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__0c1cf25a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__598b42ff{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__05026492{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__ffcf05d0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__56fcf561{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__d14a2494{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__1fd3e757{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__fd2f123d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__d1e44680{margin-left:0%}.offset-1__14bec9cb{margin-left:8.33333333%}.offset-2__59f94c01{margin-left:16.66666667%}.offset-3__3c52860a{margin-left:25%}.offset-4__3d070625{margin-left:33.33333333%}.offset-5__44ace758{margin-left:41.66666667%}.offset-6__09d51c35{margin-left:50%}.offset-7__d2f91e75{margin-left:58.33333333%}.offset-8__a94f99db{margin-left:66.66666667%}.offset-9__20e03d01{margin-left:75%}.offset-10__70e7519e{margin-left:83.33333333%}.offset-11__92214cad{margin-left:91.66666667%}.d-none__168ecf4d{display:none!important}.d-block__39beee14{display:block!important}@media (min-width: 576px){.col-sm-1__48e6909c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__4babab06{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__7980e79e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__390d60cb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__3a6480ec{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__5840cc1e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__41e2ddc3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__0cf225bb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__c6809732{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__8dfcd9c5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__f68f093d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__6af282b6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__0d2d266e{margin-left:0%}.offset-sm-1__c10fed8c{margin-left:8.33333333%}.offset-sm-2__6f1dab8e{margin-left:16.66666667%}.offset-sm-3__6dad4736{margin-left:25%}.offset-sm-4__bf944963{margin-left:33.33333333%}.offset-sm-5__7c82618b{margin-left:41.66666667%}.offset-sm-6__b5fc28da{margin-left:50%}.offset-sm-7__b6d5a2a5{margin-left:58.33333333%}.offset-sm-8__a5cc8259{margin-left:66.66666667%}.offset-sm-9__ad210267{margin-left:75%}.offset-sm-10__a0727ff8{margin-left:83.33333333%}.offset-sm-11__1a0a2409{margin-left:91.66666667%}.d-none-sm__5963610f{display:none!important}.d-block-sm__7af8ed1a{display:block!important}}@media (min-width: 768px){.col-md-1__5a64c9d7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__b159f299{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__1b97a301{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__ec2e500b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__96da4df5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__16aad5b3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__ecf520fa{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__d6b9a611{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__38798786{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__5061fbaf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__529d8fb7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__e14c4f6d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__bcd4a647{margin-left:0%}.offset-md-1__ec67fcb4{margin-left:8.33333333%}.offset-md-2__7f78d233{margin-left:16.66666667%}.offset-md-3__be3317c2{margin-left:25%}.offset-md-4__bbafd09d{margin-left:33.33333333%}.offset-md-5__63e03c05{margin-left:41.66666667%}.offset-md-6__82608e4d{margin-left:50%}.offset-md-7__bed04874{margin-left:58.33333333%}.offset-md-8__8ed9abbe{margin-left:66.66666667%}.offset-md-9__85aefc90{margin-left:75%}.offset-md-10__ea2316fb{margin-left:83.33333333%}.offset-md-11__86af591e{margin-left:91.66666667%}.d-none-md__77e1e25d{display:none!important}.d-block-md__68116df2{display:block!important}}@media (min-width: 992px){.col-lg-1__e21d077d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__1490cbeb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__0ab70978{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__9870406c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__2c599ba1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__90d54f9c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__702e5d07{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__7e977368{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__7fa71832{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__e3a1af1c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__36a6f3c6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__73907e00{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__fd0798f0{margin-left:0%}.offset-lg-1__d11a033c{margin-left:8.33333333%}.offset-lg-2__e66e3db8{margin-left:16.66666667%}.offset-lg-3__b7362fbd{margin-left:25%}.offset-lg-4__52865da0{margin-left:33.33333333%}.offset-lg-5__ca167b6a{margin-left:41.66666667%}.offset-lg-6__e0a1df07{margin-left:50%}.offset-lg-7__a94f7a1d{margin-left:58.33333333%}.offset-lg-8__f7df35c0{margin-left:66.66666667%}.offset-lg-9__6fbf94c9{margin-left:75%}.offset-lg-10__b570851a{margin-left:83.33333333%}.offset-lg-11__d385d22d{margin-left:91.66666667%}.d-none-lg__ae422ef5{display:none!important}.d-block-lg__6a6ca799{display:block!important}}@media (min-width: 1200px){.col-xl-1__94e8a042{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__fb459b54{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__1de04360{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__47bdc298{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__482f3dcc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__47a125cd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__28e232d1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__39aa6198{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__277fa185{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__a0f00b3f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__673907c8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__f679759c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__8f6b734d{margin-left:0%}.offset-xl-1__c7a8e3c7{margin-left:8.33333333%}.offset-xl-2__29ade964{margin-left:16.66666667%}.offset-xl-3__45e002ff{margin-left:25%}.offset-xl-4__a8285def{margin-left:33.33333333%}.offset-xl-5__e5b312cf{margin-left:41.66666667%}.offset-xl-6__e2d1a6ad{margin-left:50%}.offset-xl-7__8c1d4afa{margin-left:58.33333333%}.offset-xl-8__4aeeaff3{margin-left:66.66666667%}.offset-xl-9__3d8732b8{margin-left:75%}.offset-xl-10__838adb93{margin-left:83.33333333%}.offset-xl-11__839e4bb6{margin-left:91.66666667%}.d-none-xl__8e056f4f{display:none!important}.d-block-xl__236a3375{display:block!important}}.ellipsisLineClamp__ba0d8f9f{--ellipsis-line-clamp: 1;padding:0;display:-webkit-box;-webkit-line-clamp:var(--ellipsis-line-clamp);line-clamp:var(--ellipsis-line-clamp);-webkit-box-orient:vertical;overflow:hidden;white-space:normal;word-break:break-word}.ellipsisLineClamp__ba0d8f9f.oneLine__1e2a16f9{word-break:break-all}.link__72b7685f{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-18-0)}.link__72b7685f:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-18-0)}.link__72b7685f:active{color:var(--triplex-next-Link-Text_Color_Active-1-18-0)}.link__72b7685f:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-18-0)}.wordWithContent__7b4e7a2b{white-space:nowrap;display:inline-flex;align-items:center}.before__15a819b5 :first-child{margin-right:2px}.after__0422b5ef :last-child{margin-left:2px}.marker__575afdb6{border-radius:50%}.marker__575afdb6.md__5a7ddeca{width:8px;height:8px}.marker__575afdb6.lg__711303bd{width:10px;height:10px}.marker__575afdb6.success__23dace9a{background:var(--triplex-next-Marker-Background_Success-1-18-0)}.marker__575afdb6.error__2c7e7a2c{background:var(--triplex-next-Marker-Background_Error-1-18-0)}.marker__575afdb6.warning__6c2dd263{background:var(--triplex-next-Marker-Background_Warning-1-18-0)}.marker__575afdb6.waiting__3344da2b{background:var(--triplex-next-Marker-Background_Waiting-1-18-0)}.markerStatus__53bad790{line-height:0;display:flex;align-items:start}.markerStatus__53bad790 .contentContainer__cd3231bd{display:flex;flex-direction:column}.markerStatus__53bad790.md__d0fd8353{gap:4px}.markerStatus__53bad790.md__d0fd8353 .markerContainer__0f6b4d79{margin-top:4px}.markerStatus__53bad790.lg__689b68ca{gap:6px}.markerStatus__53bad790.lg__689b68ca .contentContainer__cd3231bd{gap:4px}.markerStatus__53bad790.lg__689b68ca .markerContainer__0f6b4d79{margin-top:5px}.row__10fb598a{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__10fb598a.noPaddingBottom__d50a6968,.row__10fb598a:last-child{padding-bottom:0}.tabsExtended__ec051bf9{position:relative}.tabsExtendedContent__3697be6c{display:inline-flex}.tabsExtendedContent__3697be6c.sm__b10531b9{border-radius:6px;padding:4px}.tabsExtendedContent__3697be6c.md__0a60b82c{border-radius:8px;padding:4px}.tabsExtendedContent__3697be6c.lg__fdc0fc77{border-radius:10px;padding:8px}.tabsExtendedTab__0d35a967{display:flex}.tabsExtendedTab__0d35a967+.tabsExtendedTab__0d35a967,.tabsExtendedDropdown__dd761009{margin-left:2px}.tabsReal__a09834e1,.tabsFake__d8424d77{display:flex;box-sizing:border-box;width:100%}.tabsReal__a09834e1.hidden__46a7c0ec{visibility:hidden}.tabsReal__a09834e1 .tabsExtendedTab__0d35a967.hidden__46a7c0ec{display:none}.tabsFake__d8424d77{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__33211f24 .tabsExtendedContent__3697be6c{background-color:var(--triplex-next-Tabs-Type1_Background-1-18-0)}.type2__4d6121b2 .tabsExtendedContent__3697be6c{background-color:var(--triplex-next-Tabs-Type2_Background-1-18-0)}.tabsExtendedTabButton__84ce5663{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-18-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__84ce5663 .tabButtonText__4273e4a2{font-weight:400}.tabsExtendedTabButton__84ce5663.lg__fdc0fc77{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__84ce5663.lg__fdc0fc77 .tabButtonText__4273e4a2{font-size:16px;line-height:20px}.tabsExtendedTabButton__84ce5663.md__0a60b82c{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__84ce5663.md__0a60b82c .tabButtonText__4273e4a2{font-size:14px;line-height:20px}.tabsExtendedTabButton__84ce5663.sm__b10531b9{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__84ce5663.sm__b10531b9 .tabButtonText__4273e4a2{font-size:12px;line-height:16px}.tabsExtendedTabButton__84ce5663::-moz-focus-inner{border:none}.tabsExtendedTabButton__84ce5663+.tabsExtendedTabButton__84ce5663{margin-left:2px}.tabsExtendedTabButton__84ce5663:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-18-0)}.tabsExtendedTabButton__84ce5663.type1__33211f24{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-18-0)}.tabsExtendedTabButton__84ce5663.type1__33211f24.selected__755d01a0{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-18-0)}.tabsExtendedTabButton__84ce5663.type1__33211f24.selected__755d01a0 .tabButtonText__4273e4a2{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-18-0)}.tabsExtendedTabButton__84ce5663.type1__33211f24:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-18-0)}.tabsExtendedTabButton__84ce5663.type1__33211f24:hover .tabButtonText__4273e4a2{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-18-0)}.tabsExtendedTabButton__84ce5663.type1__33211f24 .tabButtonText__4273e4a2{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-18-0)}.tabsExtendedTabButton__84ce5663.type2__4d6121b2{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-18-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-18-0)}.tabsExtendedTabButton__84ce5663.type2__4d6121b2.selected__755d01a0{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-18-0)}.tabsExtendedTabButton__84ce5663.type2__4d6121b2.selected__755d01a0 .tabButtonText__4273e4a2{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-18-0)}.tabsExtendedTabButton__84ce5663.type2__4d6121b2:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-18-0)}.tabsExtendedTabButton__84ce5663.type2__4d6121b2:hover .tabButtonText__4273e4a2{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-18-0)}.notificationIcon__d0e5384d{position:absolute;right:4px;top:4px}.tabsContent__029fc993 .tabButtonDropdown__f328f89e{padding:0!important;border-radius:0!important;background:none!important}.tabsContent__029fc993 .tabButtonDropdown__f328f89e.sm__32180d45{min-width:20px;min-height:20px;height:20px}.tabsContent__029fc993 .tabButtonDropdown__f328f89e.md__6d77abbb{min-width:32px;min-height:32px;height:32px}.tabsContent__029fc993 .tabButtonDropdown__f328f89e.lg__978db272{min-width:40px;min-height:40px;height:40px}.tag__27c864c8{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-18-0);border-radius:4px;gap:2px}.tag__27c864c8.sm__75d5f840{height:20px;padding:2px 4px 2px 6px}.tag__27c864c8.md__9967fdf6{height:28px;padding:4px 6px 4px 8px}.tag__27c864c8.lg__d06c4c82{height:32px;padding:6px 8px 6px 10px}.content__c8ec8d65{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__3fbf5f5c{display:flex;flex-wrap:wrap}.tagGroup__3fbf5f5c.sm__5cce33bc{gap:4px}.tagGroup__3fbf5f5c.md__f86963a7{gap:8px}.tagGroup__3fbf5f5c.lg__21b2f3ed{gap:12px}.paginationExtended__39acfafc{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__514ff7c6 .directionIconNext__d2550614{transform:rotate(180deg)}.pageEllipsis__295dada9{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-18-0);cursor:default}.paginationPageButton__5719556d{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-18-0);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__5719556d:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-18-0);outline:none}.paginationPageButton__5719556d:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-18-0)}.paginationPageButton__5719556d:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-18-0);cursor:grabbing}.paginationPageButton__5719556d.currentPage__2897f88a{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-18-0);cursor:default}.paginationNavigationExtended__d19a81d4{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__f47d18b4{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__f47d18b4 .paginationSelectControl__26a6b92b{margin-left:8px;min-width:72px}.skeleton__b6d0fdff{border-radius:16px;flex-grow:1}.skeleton__b6d0fdff.light__df3fa5cf{animation:skeleton-light-pulse__5436ff36 2s ease-in-out infinite}.skeleton__b6d0fdff.dark__99d6a548{animation:skeleton-dark-pulse__cd79fa51 2s ease-in-out infinite}@keyframes skeleton-light-pulse__5436ff36{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-18-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-18-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-18-0)}}@keyframes skeleton-dark-pulse__cd79fa51{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-18-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-18-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-18-0)}}.segmentedControlSegment__fb5b2d43{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-18-0);outline:none;cursor:pointer}.segmentedControlSegment__fb5b2d43:disabled{cursor:default}.sm__c87fd2b3 .segmentedControlSegment__fb5b2d43{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__5f2b5776 .segmentedControlSegment__fb5b2d43{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__ad8548c8 .segmentedControlSegment__fb5b2d43{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__463d0450 .segmentedControlSegment__fb5b2d43{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-18-0)}.general1__463d0450 .segmentedControlSegment__fb5b2d43:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-18-0)}.general1__463d0450 .segmentedControlSegment__fb5b2d43:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-18-0)}.general1__463d0450 .segmentedControlSegment__fb5b2d43.selected__a773896c{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-18-0)}.general1__463d0450 .segmentedControlSegment__fb5b2d43.selected__a773896c:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-18-0)}.general1__463d0450 .segmentedControlSegment__fb5b2d43.selected__a773896c:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-18-0)}.general2__34f1b065 .segmentedControlSegment__fb5b2d43{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-18-0)}.general2__34f1b065 .segmentedControlSegment__fb5b2d43:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-18-0)}.general2__34f1b065 .segmentedControlSegment__fb5b2d43:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-18-0)}.general2__34f1b065 .segmentedControlSegment__fb5b2d43.selected__a773896c{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-18-0)}.general2__34f1b065 .segmentedControlSegment__fb5b2d43.selected__a773896c:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-18-0)}.general2__34f1b065 .segmentedControlSegment__fb5b2d43.selected__a773896c:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-18-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-18-0)}.secondary1__4536e556 .segmentedControlSegment__fb5b2d43{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-18-0)}.secondary1__4536e556 .segmentedControlSegment__fb5b2d43:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-18-0)}.secondary1__4536e556 .segmentedControlSegment__fb5b2d43:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-18-0)}.secondary1__4536e556 .segmentedControlSegment__fb5b2d43.selected__a773896c{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-18-0)}.secondary1__4536e556 .segmentedControlSegment__fb5b2d43.selected__a773896c:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-18-0)}.secondary2__e8970932 .segmentedControlSegment__fb5b2d43{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-18-0)}.secondary2__e8970932 .segmentedControlSegment__fb5b2d43:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-18-0)}.secondary2__e8970932 .segmentedControlSegment__fb5b2d43:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-18-0)}.secondary2__e8970932 .segmentedControlSegment__fb5b2d43.selected__a773896c{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-18-0)}.secondary2__e8970932 .segmentedControlSegment__fb5b2d43.selected__a773896c:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-18-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-18-0)}.segmentedControlSegment__fb5b2d43:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-18-0)}.content__b65abe2a{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__cd264d8c{display:flex;gap:4px}.segmentedControl__cd264d8c.general1__463d0450{background:var(--triplex-next-SegmentedControl-General_1_Background-1-18-0)}.segmentedControl__cd264d8c.secondary1__4536e556{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-18-0)}.segmentedControl__cd264d8c.general2__34f1b065{background:var(--triplex-next-SegmentedControl-General_2_Background-1-18-0)}.segmentedControl__cd264d8c.secondary2__e8970932{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-18-0)}.segmentedControl__cd264d8c.sm__c87fd2b3{border-radius:6px;padding:4px}.segmentedControl__cd264d8c.md__5f2b5776{border-radius:8px;padding:4px}.segmentedControl__cd264d8c.lg__ad8548c8{border-radius:10px;padding:8px}.step__5de8c7a4{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:32px;height:32px;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__5de8c7a4.default__219ce08e{background-color:var(--triplex-next-Step-Background_Default-1-18-0)}.step__5de8c7a4.default__219ce08e>span{color:var(--triplex-next-Step-Color_Default-1-18-0)}.step__5de8c7a4.done__59675e0e{background-color:var(--triplex-next-Step-Background_Done-1-18-0)}.step__5de8c7a4.done__59675e0e>span{color:var(--triplex-next-Step-Color_Done-1-18-0)}.step__5de8c7a4.warning__5d2621ec{background-color:var(--triplex-next-Step-Background_Warning-1-18-0)}.step__5de8c7a4.warning__5d2621ec>span{color:var(--triplex-next-Step-Color_Warning-1-18-0)}.step__5de8c7a4.active__49deace1{background-color:var(--triplex-next-Step-Background_Active-1-18-0)}.step__5de8c7a4.active__49deace1>span{color:var(--triplex-next-Step-Color_Active-1-18-0)}.step__5de8c7a4.error__0d01d1db{background-color:var(--triplex-next-Step-Background_Error-1-18-0)}.step__5de8c7a4.error__0d01d1db>span{color:var(--triplex-next-Step-Color_Error-1-18-0)}.step__5de8c7a4.disabled__c2f686c4{background-color:var(--triplex-next-Step-Background_Disabled-1-18-0)}.step__5de8c7a4.disabled__c2f686c4>span{color:var(--triplex-next-Step-Color_Disabled-1-18-0)}.stepperWrapper__c799eef7{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-18-0)}.stepperStep__ef624fe4{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__ef624fe4+.stepperStep__ef624fe4{margin-left:12px}.stepperStep__ef624fe4.sm__63bfb7ff:not(:last-child) .content__f11f1f2e{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__ef624fe4.sm__63bfb7ff:last-child .content__f11f1f2e{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__ef624fe4.sm__63bfb7ff:last-child .arrow__8cb5301a{display:none}.stepperStep__ef624fe4.md__0f5b7b1e:not(:last-child) .content__f11f1f2e{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__ef624fe4.md__0f5b7b1e:last-child .content__f11f1f2e{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__ef624fe4.md__0f5b7b1e:last-child .arrow__8cb5301a{display:none}.stepperStep__ef624fe4.lg__ec470ea5:not(:last-child) .content__f11f1f2e{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__ef624fe4.lg__ec470ea5:last-child .content__f11f1f2e{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__ef624fe4.lg__ec470ea5:last-child .arrow__8cb5301a{display:none}.stepperStep__ef624fe4:hover:not(.active__81d0892a):not(.disabled__4719b06c) .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-18-0)}.stepperStep__ef624fe4:hover:not(.active__81d0892a):not(.disabled__4719b06c) .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-18-0)}.stepperStep__ef624fe4:hover:not(.active__81d0892a):not(.disabled__4719b06c) .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-18-0)}.stepperStep__ef624fe4.active__81d0892a{cursor:default}.stepperStep__ef624fe4.active__81d0892a .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-18-0)}.stepperStep__ef624fe4.active__81d0892a .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-18-0)}.stepperStep__ef624fe4.active__81d0892a.error__fe68d490 .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-18-0)}.stepperStep__ef624fe4.active__81d0892a.error__fe68d490 .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-18-0)}.stepperStep__ef624fe4.active__81d0892a.error__fe68d490 .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-18-0)}.stepperStep__ef624fe4.active__81d0892a.warning__49c4ac35 .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0)}.stepperStep__ef624fe4.active__81d0892a.warning__49c4ac35 .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0)}.stepperStep__ef624fe4.active__81d0892a.warning__49c4ac35 .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.error__fe68d490 .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.error__fe68d490 .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.error__fe68d490 .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.error__fe68d490:hover .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.error__fe68d490:hover .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.error__fe68d490:hover .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.warning__49c4ac35 .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.warning__49c4ac35 .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.warning__49c4ac35 .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.warning__49c4ac35:hover .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.warning__49c4ac35:hover .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-18-0)}.stepperStep__ef624fe4.completed__25ae5d4a.warning__49c4ac35:hover .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c :not(.error__fe68d490):not(.warning__49c4ac35) .content__f11f1f2e{color:var(--triplex-next-Stepper-Step_Color_Default-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c :not(.error__fe68d490):not(.warning__49c4ac35):hover .content__f11f1f2e{color:var(--triplex-next-Stepper-Step_Color_Hover-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.error__fe68d490 .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.error__fe68d490 .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.error__fe68d490 .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.error__fe68d490:hover .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.error__fe68d490:hover .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.error__fe68d490:hover .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.warning__49c4ac35 .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.warning__49c4ac35 .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.warning__49c4ac35 .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.warning__49c4ac35:hover .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-18-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.warning__49c4ac35:hover .arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-18-0)}.stepperStep__ef624fe4.inactive__1f0d5e2c.warning__49c4ac35:hover .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-18-0)}.stepperStep__ef624fe4.disabled__4719b06c{pointer-events:none}.stepperStep__ef624fe4.disabled__4719b06c .content__f11f1f2e{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-18-0)}.stepperStep__ef624fe4.disabled__4719b06c .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-18-0)}.stepperStep__ef624fe4.disabled__4719b06c .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-18-0)}.stepperStep__ef624fe4.focusVisible__2e5a8192.completed__25ae5d4a .content__f11f1f2e,.stepperStep__ef624fe4.focusVisible__2e5a8192.active__81d0892a .content__f11f1f2e,.stepperStep__ef624fe4.focusVisible__2e5a8192.inactive__1f0d5e2c .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-18-0)}.stepperStep__ef624fe4.focusVisible__2e5a8192.completed__25ae5d4a .arrow__8cb5301a path:last-child,.stepperStep__ef624fe4.focusVisible__2e5a8192.active__81d0892a .arrow__8cb5301a path:last-child,.stepperStep__ef624fe4.focusVisible__2e5a8192.inactive__1f0d5e2c .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-18-0)}.stepperStep__ef624fe4.focusVisible__2e5a8192.completed__25ae5d4a:hover .content__f11f1f2e,.stepperStep__ef624fe4.focusVisible__2e5a8192.active__81d0892a:hover .content__f11f1f2e,.stepperStep__ef624fe4.focusVisible__2e5a8192.inactive__1f0d5e2c:hover .content__f11f1f2e{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-18-0)}.stepperStep__ef624fe4.focusVisible__2e5a8192.completed__25ae5d4a:hover .arrow__8cb5301a path:last-child,.stepperStep__ef624fe4.focusVisible__2e5a8192.active__81d0892a:hover .arrow__8cb5301a path:last-child,.stepperStep__ef624fe4.focusVisible__2e5a8192.inactive__1f0d5e2c:hover .arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-18-0)}.content__f11f1f2e{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-18-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-18-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-18-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__63bfb7ff{font-size:12px;line-height:16px}.md__0f5b7b1e{font-size:14px;line-height:20px}.lg__ec470ea5{font-size:16px;line-height:20px}.arrow__8cb5301a{transform:translate(0)}.arrow__8cb5301a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-18-0)}.arrow__8cb5301a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-18-0)}.icon__c5232f76{display:inline-flex;align-items:center;line-height:0}.nonempty__9fe7a2f8 .icon__c5232f76{margin-right:6px}.stepperExtended__52d73519{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__e721abf8{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__e721abf8::-webkit-scrollbar{display:none}.stepper__6ff9d801.sm__63bfb7ff{padding-left:28px;padding-right:28px}.stepper__6ff9d801.md__0f5b7b1e{padding-left:40px;padding-right:40px}.stepper__6ff9d801.lg__ec470ea5{padding-left:56px;padding-right:56px}.stepperCarousel__6899b6e6{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__6899b6e6 .buttonPrev__bfa941aa,.stepperCarousel__6899b6e6 .buttonNext__6ee93723{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__6899b6e6 .buttonPrev__bfa941aa.sm__63bfb7ff,.stepperCarousel__6899b6e6 .buttonNext__6ee93723.sm__63bfb7ff{height:28px;width:28px}.stepperCarousel__6899b6e6 .buttonPrev__bfa941aa.md__0f5b7b1e,.stepperCarousel__6899b6e6 .buttonNext__6ee93723.md__0f5b7b1e{height:40px;width:40px}.stepperCarousel__6899b6e6 .buttonPrev__bfa941aa.lg__ec470ea5,.stepperCarousel__6899b6e6 .buttonNext__6ee93723.lg__ec470ea5{height:56px;width:56px}.stepperCarousel__6899b6e6 .buttonPrev__bfa941aa{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-18-0)}.stepperCarousel__6899b6e6 .buttonNext__6ee93723{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-18-0)}@media (max-width: 767px){.stepper__6ff9d801{padding-left:16px;padding-right:16px}.buttonPrev__bfa941aa,.buttonNext__6ee93723{display:none}}.islandAccordion__919ec42b{margin:0;padding:0}.islandAccordion__919ec42b .island__a76abc29{padding:0}.islandAccordion__919ec42b .item__faebd8b3{position:relative;list-style-type:none}.islandAccordion__919ec42b .item__faebd8b3.disabled__9ac78bd0{cursor:default;pointer-events:none}.islandAccordion__919ec42b .item__faebd8b3+.item__faebd8b3.sm__22619029,.islandAccordion__919ec42b .item__faebd8b3+.item__faebd8b3.md__08f379d9{margin-top:16px}.islandAccordion__919ec42b .item__faebd8b3+.item__faebd8b3.lg__1c1a69b7{margin-top:24px}.islandAccordion__919ec42b .item__faebd8b3 .header__9432252e{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__919ec42b .item__faebd8b3 .header__9432252e:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-18-0)}.islandAccordion__919ec42b .item__faebd8b3.type1__8c4610f3:not(.opened__593c0922) .header__9432252e:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-18-0)}.islandAccordion__919ec42b .item__faebd8b3.type2__283e242c:not(.opened__593c0922) .header__9432252e:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-18-0)}.islandAccordion__919ec42b .item__faebd8b3.type3__8d0c45d5:not(.opened__593c0922) .header__9432252e:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-18-0)}.islandAccordion__919ec42b .item__faebd8b3 .footer__e2327909{text-align:right}.islandAccordion__919ec42b .item__faebd8b3 .body__1392beb0,.islandAccordion__919ec42b .item__faebd8b3 .footer__e2327909{visibility:hidden}.islandAccordion__919ec42b .item__faebd8b3.opened__593c0922 .body__1392beb0,.islandAccordion__919ec42b .item__faebd8b3.opened__593c0922 .footer__e2327909{visibility:visible}.islandAccordion__919ec42b .item__faebd8b3 .caretWrapper__6232338a{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__919ec42b .item__faebd8b3 .caretIcon__aff0b77a{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__919ec42b .item__faebd8b3 .title__6e24a5e7{padding-right:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__919ec42b .item__faebd8b3.sm__22619029 .header__9432252e{padding:16px;border-radius:16px}.islandAccordion__919ec42b .item__faebd8b3.sm__22619029 .step__82c3920a+.title__6e24a5e7{margin-top:2px}.islandAccordion__919ec42b .item__faebd8b3.sm__22619029 .body__1392beb0,.islandAccordion__919ec42b .item__faebd8b3.sm__22619029 .footer__e2327909{padding:0 16px 16px}.islandAccordion__919ec42b .item__faebd8b3.sm__22619029 .caretWrapper__6232338a{right:12px}.islandAccordion__919ec42b .item__faebd8b3.sm__22619029 .remove__cfdeaa01{right:-36px;top:20px}.islandAccordion__919ec42b .item__faebd8b3.sm__22619029 .step__82c3920a{margin-right:12px}.islandAccordion__919ec42b .item__faebd8b3.md__08f379d9 .header__9432252e{padding:24px;border-radius:24px}.islandAccordion__919ec42b .item__faebd8b3.md__08f379d9 .body__1392beb0,.islandAccordion__919ec42b .item__faebd8b3.md__08f379d9 .footer__e2327909{padding:0 24px 24px}.islandAccordion__919ec42b .item__faebd8b3.md__08f379d9 .caretWrapper__6232338a{right:20px}.islandAccordion__919ec42b .item__faebd8b3.md__08f379d9 .remove__cfdeaa01{right:-40px;top:28px}.islandAccordion__919ec42b .item__faebd8b3.md__08f379d9 .step__82c3920a{margin-right:12px}.islandAccordion__919ec42b .item__faebd8b3.lg__1c1a69b7 .header__9432252e{padding:32px;border-radius:32px}.islandAccordion__919ec42b .item__faebd8b3.lg__1c1a69b7 .body__1392beb0,.islandAccordion__919ec42b .item__faebd8b3.lg__1c1a69b7 .footer__e2327909{padding:0 32px 32px}.islandAccordion__919ec42b .item__faebd8b3.lg__1c1a69b7 .caretWrapper__6232338a{right:28px}.islandAccordion__919ec42b .item__faebd8b3.lg__1c1a69b7 .remove__cfdeaa01{right:-40px;top:36px}.islandAccordion__919ec42b .item__faebd8b3.lg__1c1a69b7 .step__82c3920a{margin:0 16px 0 0}.islandAccordion__919ec42b .item__faebd8b3.opened__593c0922:not(.disabled__9ac78bd0) .caretWrapper__6232338a .caretIcon__aff0b77a{transform:rotate(-180deg)}.islandAccordion__919ec42b .item__faebd8b3 .remove__cfdeaa01{position:absolute}@media (max-width: 767px){.islandAccordion__919ec42b .item__faebd8b3 .footer__e2327909{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__919ec42b .item__faebd8b3 .footer__e2327909>*{margin-left:0!important}.islandAccordion__919ec42b .item__faebd8b3.md__08f379d9 .header__9432252e{border-radius:16px}.islandAccordion__919ec42b .item__faebd8b3.lg__1c1a69b7 .header__9432252e{border-radius:24px}}.noColumns__ca54ee7d{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__ca54ee7d>.content__1a804c30{width:456px;text-align:center}.filterPanel__c5b367d8{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__f3ef9443{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__f3ef9443>a:not(:first-child){margin-left:16px}.tabsLinePanel__46cbd643{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__15015263{0%{opacity:0}to{opacity:1}}.tableBasic__a69bd36e{position:relative}.tableBasic__a69bd36e table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__a69bd36e table th.alignLeft__529f4f45,.tableBasic__a69bd36e table td.alignLeft__529f4f45{text-align:left}.tableBasic__a69bd36e table th.alignRight__b124342a,.tableBasic__a69bd36e table td.alignRight__b124342a{text-align:right}.tableBasic__a69bd36e table th.alignCenter__05e9ab5e,.tableBasic__a69bd36e table td.alignCenter__05e9ab5e{text-align:center}.tableBasic__a69bd36e table th.verticalAlignBaseline__7f0099e0,.tableBasic__a69bd36e table td.verticalAlignBaseline__7f0099e0{vertical-align:baseline}.tableBasic__a69bd36e table th.verticalAlignSub__3bba1ed1,.tableBasic__a69bd36e table td.verticalAlignSub__3bba1ed1{vertical-align:sub}.tableBasic__a69bd36e table th.verticalAlignSuper__6d400415,.tableBasic__a69bd36e table td.verticalAlignSuper__6d400415{vertical-align:super}.tableBasic__a69bd36e table th.verticalAlignTextTop__366712c1,.tableBasic__a69bd36e table td.verticalAlignTextTop__366712c1{vertical-align:text-top}.tableBasic__a69bd36e table th.verticalAlignTextBottom__d503ed3f,.tableBasic__a69bd36e table td.verticalAlignTextBottom__d503ed3f{vertical-align:text-bottom}.tableBasic__a69bd36e table th.verticalAlignMiddle__43596296,.tableBasic__a69bd36e table td.verticalAlignMiddle__43596296{vertical-align:middle}.tableBasic__a69bd36e table th.verticalAlignTop__a2c4017a,.tableBasic__a69bd36e table td.verticalAlignTop__a2c4017a{vertical-align:top}.tableBasic__a69bd36e table th.verticalAlignBottom__1ca4146e,.tableBasic__a69bd36e table td.verticalAlignBottom__1ca4146e{vertical-align:bottom}.tableBasic__a69bd36e table>thead>tr{height:48px}.tableBasic__a69bd36e table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-18-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-18-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__a69bd36e table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-18-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-18-0)}}.tableBasic__a69bd36e table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__a69bd36e table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__a69bd36e table>thead>tr>th.checkboxType__1ca81f72{padding:16px 12px}.tableBasic__a69bd36e table>thead>tr>th .thBlock__9da7bab0{display:inline-flex;vertical-align:top}.tableBasic__a69bd36e table>thead>tr>th .thBlock__9da7bab0.order__ea6a2ed2{cursor:pointer}.tableBasic__a69bd36e table>thead>tr>th .thBlock__9da7bab0.order__ea6a2ed2 .orderButton__c74baa00{display:flex;visibility:hidden;align-items:center}.tableBasic__a69bd36e table>thead>tr>th .thBlock__9da7bab0.order__ea6a2ed2 .orderButton__c74baa00.alignLeft__529f4f45{margin-right:8px}.tableBasic__a69bd36e table>thead>tr>th .thBlock__9da7bab0.order__ea6a2ed2 .orderButton__c74baa00.alignRight__b124342a{margin-left:8px}.tableBasic__a69bd36e table>thead>tr>th .thBlock__9da7bab0.order__ea6a2ed2 .orderButton__c74baa00.sorted__9a5e4cb5{visibility:visible}.tableBasic__a69bd36e table>thead>tr>th .thBlock__9da7bab0.order__ea6a2ed2:hover .orderButton__c74baa00{visibility:visible}.tableBasic__a69bd36e table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-18-0)}.tableBasic__a69bd36e table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__a69bd36e table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__a69bd36e table>tbody>tr>td.textType__28b113db{padding:12px}.tableBasic__a69bd36e table>tbody>tr>td.componentsType__5a8850dc{padding:8px 12px}.tableBasic__a69bd36e table>tbody>tr>td.checkboxType__1ca81f72{padding:10px 12px 12px}.tableBasic__a69bd36e table>tbody>tr.selected__c7a5db6c>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-18-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__a69bd36e table>tbody>tr.selected__c7a5db6c>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-18-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-18-0)}}.tableBasic__a69bd36e table>tbody.clickable__5cb8087f>tr{cursor:pointer}.tableBasic__a69bd36e table>tbody.hoverable__1c4f96bb>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-18-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__a69bd36e table>tbody.hoverable__1c4f96bb>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-18-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-18-0)}}.tableBasic__a69bd36e .footerEmptyData__269ca95a{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__a69bd36e .spinnerWrapper__4e380f0a{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__a69bd36e .spinnerWrapper__4e380f0a .tableLoaderScreen__4fe31cef{border-radius:8px 8px 0 0}.tableBasic__a69bd36e .overlayCover__54464cfe{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-18-0);animation:fadeIn__15015263 .3s}.tableBasicSettingsBody__0f22a376{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__3dc5b1af{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-18-0)!important}.columnSettingsSortableListItemTarget__3dc5b1af:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-18-0)!important}.columnSettingsSortableListItemTarget__3dc5b1af.dragging__a0c49e91{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-18-0)!important}.columnSettingsStaticListItem__9e1d7440{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-18-0)}.tableBasicSettingsFooter__afd61b9e{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-18-0);padding:11px 12px 12px}.tableBasicSettingsHeader__2cad266f{padding:16px 12px 12px}.tableSettingsLink__da4b493b{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__51124a3d{width:320px}.tableFooterWrapper__78f44159{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__78f44159 .tableFooterShadow__5afcc4bf{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-18-0);pointer-events:none}.tableFooterWrapper__78f44159 .tableFooter__7cb7f344{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-18-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__78f44159 .tableFooter__7cb7f344 .tableFooterSummary__4dc9b6a8{display:flex;align-items:center}.tableFooterWrapper__78f44159 .tableFooter__7cb7f344 .tableFooterSummary__4dc9b6a8 .tableFooterSummarySelectedCount__28d2f7b4,.tableFooterWrapper__78f44159 .tableFooter__7cb7f344 .tableFooterSummary__4dc9b6a8 .tableFooterSummarySelectAllButton__7003723f,.tableFooterWrapper__78f44159 .tableFooter__7cb7f344 .tableFooterSummary__4dc9b6a8 .tableFooterSummaryAmount__0a02aebd{display:inline-flex}.tableFooterWrapper__78f44159 .tableFooter__7cb7f344 .tableFooterSummary__4dc9b6a8 .tableFooterSummarySelectedCount__28d2f7b4,.tableFooterWrapper__78f44159 .tableFooter__7cb7f344 .tableFooterSummary__4dc9b6a8 .tableFooterSummarySelectAllButton__7003723f,.tableFooterWrapper__78f44159 .tableFooter__7cb7f344 .tableFooterSummary__4dc9b6a8 .tableFooterSummaryAmount__0a02aebd,.tableFooterWrapper__78f44159 .tableFooter__7cb7f344 .tableFooterSummary__4dc9b6a8 .tableFooterSummaryLabel__45b39a99{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__78f44159{height:112px}}.paginationPanel__94ac6e91{margin-top:16px}.masterTable__788dcc48{position:relative}.orderedListItem__9bf5a932{counter-increment:list-item-tx}.orderedListItem__9bf5a932:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__9bf5a932+.orderedListItem__9bf5a932{margin-top:8px}.orderedList__0f7830a8{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldMobileBody__62ca4fd9{height:176px}.suggestFieldMobileDropdownHint__6cad2982{padding:16px}.lightBox__b47ecca3{display:flex;flex-direction:column;position:fixed;z-index:1300;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);top:var(--lightBox-screen-top);bottom:0;min-width:0;overflow-y:scroll}.lightBox__b47ecca3 .lightBoxBackdrop__1a8e6d61{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-18-0)}.lightBox__b47ecca3.lightBoxSideOverlayActive__fb89a60b,.lightBox__b47ecca3.lightBoxTopOverlayActive__3797704d{overflow-y:hidden}.lightBox__b47ecca3 .lightBoxContent__2ea2c98b{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-18-0)}.lightBox__b47ecca3 .lightBoxContent__2ea2c98b>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__b47ecca3 .lightBoxContent__2ea2c98b>.global-page{padding:16px}}.lightBox__b47ecca3 .loadingContentOverlay__ce6d0a79{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__b47ecca3 .lightBoxContentResizeWrapper__397341fa{position:absolute;left:0;right:0;height:0}.lightBox__b47ecca3 .tempElSafariBug__03b50237{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__b9361b21,.global-LB-less-or-equal-media-point-0 .lightBox__b47ecca3.lightBoxSideOverlayActive__fb89a60b{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__2ea2c98b{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__2ea2c98b{padding-left:80px;padding-right:80px}.lightBoxControls__d00fd778{z-index:100}.withKeyboardEvent__17aa7d78{display:inline-block}.withoutKeyboardEvent__9c4743c8,.lightBox__b47ecca3.lightBoxSideOverlayActive__fb89a60b .withKeyboardEvent__17aa7d78,.lightBox__b47ecca3.lightBoxTopOverlayActive__3797704d .withKeyboardEvent__17aa7d78,.lightBox__b47ecca3.isLoading__9cd70738 .withKeyboardEvent__17aa7d78{display:none}.lightBox__b47ecca3.lightBoxSideOverlayActive__fb89a60b .withoutKeyboardEvent__9c4743c8,.lightBox__b47ecca3.lightBoxTopOverlayActive__3797704d .withoutKeyboardEvent__9c4743c8,.lightBox__b47ecca3.isLoading__9cd70738 .withoutKeyboardEvent__9c4743c8{display:inline-block}.lightBox__b47ecca3.isLoading__9cd70738 .lightBoxPrev__d7742983,.lightBox__b47ecca3.isLoading__9cd70738 .lightBoxNext__7fd25c12{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__d00fd778{position:absolute;left:0;right:0;top:0;min-height:56px;padding:16px 16px 0;box-sizing:border-box}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__04baf649{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__868c94dc{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__366263b7{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__d7742983,.global-LB-less-or-equal-media-point-0 .lightBoxNext__7fd25c12{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__d7742983{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__720646b9,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__da81395b{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__d00fd778{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__04baf649{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__868c94dc{display:none}.global-LB-more-media-point-0 .lightBoxClose__366263b7{position:fixed;left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__d7742983,.global-LB-more-media-point-0 .lightBoxNext__7fd25c12{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__d7742983{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__7fd25c12{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__46a4b136{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__46a4b136.fixed__3da1b4af{position:fixed}.overlay__46a4b136.closing__75de1805,.overlay__46a4b136.opened__9e7bb5bf{visibility:visible;left:0;right:0}.overlayPanel__0fe5dd9c{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-18-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__0fe5dd9c.bottom__177437ae{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__0fe5dd9c.left__8acd4f88{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__0fe5dd9c.right__9f461e62{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__0fe5dd9c.top__3aed9ff7{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__0fe5dd9c.left__8acd4f88.opened__9e7bb5bf,.overlayPanel__0fe5dd9c.right__9f461e62.opened__9e7bb5bf{transform:translate(0)}.overlayPanel__0fe5dd9c.top__3aed9ff7.opened__9e7bb5bf,.overlayPanel__0fe5dd9c.bottom__177437ae.opened__9e7bb5bf{transform:translateY(0)}.overlayContent__3363ef35{display:flex;min-height:100%}.overlayMask__a073b3d9{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-18-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__a073b3d9.overlayOpened__670316ac{opacity:1}.lightBoxSideOverlayLoaderWrapper__b3d5b8a6{left:0;top:0;right:0;height:100vh;position:absolute;z-index:201;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.lightBoxSideOverlayCloseDesktop__9224d211{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__63bb8649{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__9224d211{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__63bb8649{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__63bb8649{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__9224d211{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__63bb8649{display:none}.lightBoxSideOverlayMask__5202bb5d{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-18-0)}.lightBoxSideOverlayWrapper__9a2451f4{position:fixed;min-height:calc(100% - var(--lightBox-screen-top));top:var(--lightBox-screen-top);left:0;width:0;z-index:200;overflow-y:auto;visibility:hidden}.lightBoxSideOverlayWrapper__9a2451f4.overflowXHidden__212e63f3{overflow-x:hidden}.lightBoxSideOverlayWrapper__9a2451f4.overflowYHidden__032dacfc{overflow-y:hidden}.lightBoxSideOverlayWrapper__9a2451f4.closing__754ec236,.lightBoxSideOverlayWrapper__9a2451f4.opened__5e7930a8{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__9a2451f4.closing__754ec236{pointer-events:none}.lightBoxSideOverlayWrapper__9a2451f4 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__9a2451f4 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__9a2451f4 .lightBoxSideOverlayContent__8127f482{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-18-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__9a2451f4 .lightBoxSideOverlayContent__8127f482.opened__5e7930a8{transform:none}.lightBoxSideOverlayWrapper__9a2451f4 .lightBoxSideOverlayContent__8127f482.opening__bdd33cfe{transform:translateY(0)}.lightBoxSideOverlayWrapper__9a2451f4.sm__e052f50c .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__9a2451f4.md__7116a3ec .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__9a2451f4.lg__0d8607da .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__9a2451f4 .lightBoxSideOverlayBase__9bb8ef9d{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__9a2451f4 .lightBoxSideOverlayContent__8127f482{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__9a2451f4 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__9a2451f4 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__40ac2598{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__40ac2598.closing__754ec236,.lightBoxSideOverlay__40ac2598.opening__bdd33cfe{overflow-x:hidden}.topOverlayMask__526b5632{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-18-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__159fc35c{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__159fc35c.closing__40411074,.topOverlayWrapper__159fc35c.opened__f569ef89{bottom:0}.topOverlayWrapper__159fc35c .topOverlayPanel__58513266{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__c0b76403{z-index:500}@media (max-width: 767px){.topOverlayPanel__58513266{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__8be65f98{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:left-sidebar-wrapper}.lightBoxLeftSidebar__8be65f98.fixed__b19635c4{position:fixed}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__df2f3c07{display:none}}.lightBoxRightSidebar__b87d52d1{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:right-sidebar-wrapper}.lightBoxRightSidebar__b87d52d1.fixed__b19635c4{position:fixed}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__91f08ed0{display:none}}html.scroll-0__21732e85{--triplex-next-scroll-width: 0px}html.scroll-15__07c93a08{--triplex-next-scroll-width: 15px}html.scroll-16__2dd0cc48{--triplex-next-scroll-width: 16px}html.scroll-17__0802cb16{--triplex-next-scroll-width: 17px}.smsField__193bb8dc{display:inline-block;position:relative;width:100%}.smsField__193bb8dc .input__f605e875{text-align:center}.smsField__193bb8dc .input__f605e875::placeholder{opacity:1}.smsField__193bb8dc .input__f605e875:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-18-0)}.smsField__193bb8dc .input__f605e875.lg__85322c0b{padding:18px 40px}.smsField__193bb8dc .input__f605e875.md__a1d70799{padding-left:26px;padding-right:26px}.smsField__193bb8dc .input__f605e875.sm__be8e9eda{padding-left:20px;padding-right:20px}.smsField__193bb8dc .btnRefresh__6f2bc7f1{position:absolute;outline:none;z-index:1}.smsField__193bb8dc .btnRefresh__6f2bc7f1.lg__85322c0b{top:12px;left:12px;height:32px;width:32px}.smsField__193bb8dc .btnRefresh__6f2bc7f1.md__a1d70799{top:10px;left:10px}.smsField__193bb8dc .btnRefresh__6f2bc7f1.sm__be8e9eda{top:4px;left:4px}.smsField__193bb8dc .btnRefresh__6f2bc7f1 .full__7836bab8{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-18-0)}.smsField__193bb8dc .btnRefresh__6f2bc7f1 .empty__7331ca0c{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-18-0)}.smsField__193bb8dc .btnRefresh__6f2bc7f1:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-18-0)}.smsField__193bb8dc .btnSubmit__77ffad2d{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-18-0)}.smsField__193bb8dc .btnSubmit__77ffad2d.active__3f358c50:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-18-0)}.smsField__193bb8dc .btnSubmit__77ffad2d.active__3f358c50:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-18-0)}.smsField__193bb8dc .btnSubmit__77ffad2d.lg__85322c0b{top:15px;right:15px;height:26px;width:26px}.smsField__193bb8dc .btnSubmit__77ffad2d.md__a1d70799{top:10px;right:10px}.smsField__193bb8dc .btnSubmit__77ffad2d.sm__be8e9eda{top:4px;right:4px}.spoiler__68ed5236{display:flex;flex-direction:column}.spoiler__68ed5236.opened__d475daf7 .caretIcon__91341b72{transform:rotate(-180deg)}.spoiler__68ed5236 .head__51935aee .caretIcon__91341b72{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__68ed5236 .head__51935aee button>span{white-space:normal;text-align:left}.spoiler__68ed5236 .content__49807cc4.hidden__a1a4e869{display:none}.spoiler__68ed5236 .lg__83098502 .content__49807cc4{margin-top:8px}.spoiler__68ed5236 .md__106b47b4 .content__49807cc4{margin-top:0}.spoiler__68ed5236 .sm__75d751c4 .content__49807cc4{margin-top:-4px}.statusTrackerWrapper__810245a9{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-18-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-18-0);overflow:hidden;height:100%}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864.verticalAlignMiddle__dd2715eb{align-self:center}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864.verticalAlignBottom__e8af7e9f{align-self:end}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerChild__17527e9c{padding:8px 0}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerChild__17527e9c:empty{padding:0}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerSum__8a2554b4,.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerTitle__e6b360f0{padding-bottom:4px}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerDescription__647e5362{display:block;padding-top:8px}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerAlert__0fabe220{margin-top:12px;text-align:left}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerStatus__6e2ab8fb{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerFooterWrapper__958f542e{display:grid}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerFooterWrapper__958f542e .statusTrackerDescription__647e5362:last-child{padding-top:0}.statusTrackerWrapper__810245a9 .statusTracker__7e99a864 .statusTrackerFooterWrapper__958f542e .statusTrackerButton__f85cd516{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__810245a9 .statusTrackerColor__9cb82684{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__810245a9 .statusTrackerColor__9cb82684.waiting__c2338e0f{background:var(--triplex-next-StatusTracker-Waiting_Color-1-18-0)}.statusTrackerWrapper__810245a9 .statusTrackerColor__9cb82684.warning__ee769a41{background:var(--triplex-next-StatusTracker-Warning_Background-1-18-0)}.statusTrackerWrapper__810245a9 .statusTrackerColor__9cb82684.rejected__54358740{background:var(--triplex-next-StatusTracker-Rejected_Color-1-18-0)}.statusTrackerWrapper__810245a9 .statusTrackerColor__9cb82684.approved__7bf40154{background:var(--triplex-next-StatusTracker-Approved_Color-1-18-0)}.statusTrackerWrapper__810245a9 .statusTrackerBackground__06b2d87e{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__810245a9 .statusTrackerBackground__06b2d87e.waiting__c2338e0f{background:var(--triplex-next-StatusTracker-Waiting_Background-1-18-0)}.statusTrackerWrapper__810245a9 .statusTrackerBackground__06b2d87e.warning__ee769a41{background:var(--triplex-next-StatusTracker-Warning_Background-1-18-0)}.statusTrackerWrapper__810245a9 .statusTrackerBackground__06b2d87e.rejected__54358740{background:var(--triplex-next-StatusTracker-Rejected_Background-1-18-0)}.statusTrackerWrapper__810245a9 .statusTrackerBackground__06b2d87e.approved__7bf40154{background:var(--triplex-next-StatusTracker-Approved_Background-1-18-0)}@media (max-width: 767px){.statusTrackerWrapper__810245a9{border-radius:16px}}.smallInput__efe4d983{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-18-0);background:var(--triplex-next-SmallInput-Background-1-18-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-18-0)}.smallInput__efe4d983::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-18-0);opacity:1}.smallInput__efe4d983::-ms-clear{display:none}.documentNumberEdit__95cc4d11 .label__b7a0a4e7{display:inline-block;margin-right:8px}.documentNumberEdit__95cc4d11 .inputEditWrapper__d6d3386f{width:68px;display:inline-block}.sliderExtendedDot__99279a54{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-18-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__99279a54:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-18-0)}.sliderExtendedDot__99279a54.focusedByClick__9ad0d186:focus{box-shadow:none}.sliderExtendedDot__99279a54:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-18-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__99279a54:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-18-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__99279a54.disabled__51323513{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-18-0)}.sliderExtendedDot__99279a54.disabled__51323513:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-18-0)}.sliderExtendedDot__99279a54.disabled__51323513:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-18-0)}.sliderExtendedDot__99279a54:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-18-0)}.sliderExtendedDot__99279a54:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-18-0)}.sliderExtendedDot__99279a54.dragByMouse__c866708f{background:var(--triplex-next-Slider-Dot_Background_Select-1-18-0)}.sliderExtendedDot__99279a54.dragByMouse__c866708f:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-18-0)}.sliderExtendedDot__99279a54:hover .sliderExtendedTooltipOverlay__e6dd8557,.sliderExtendedDot__99279a54:focus .sliderExtendedTooltipOverlay__e6dd8557{visibility:visible}.sliderExtendedDot__99279a54.lg__68057309{width:28px;height:28px}.sliderExtendedDot__99279a54.lg__68057309:after{width:10px;height:10px}.sliderExtendedDot__99279a54.lg__68057309:before{width:14px;height:14px}.sliderExtendedMarks__5d230381{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__d8b9dc6e{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__d8b9dc6e .sliderExtendedMarkDot__9b1ffa15{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-18-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__d8b9dc6e .sliderExtendedMarkDot__9b1ffa15.inSelectedRange__06d14d2f{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-18-0)}.sliderExtendedMark__d8b9dc6e.lg__68057309{top:20px}.sliderExtendedMark__d8b9dc6e.lg__68057309 .sliderExtendedMarkDot__9b1ffa15{top:-20px}.sliderExtendedMark__d8b9dc6e .sliderExtendedMarkText__9f19c026{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__d8b9dc6e.disabled__51323513{pointer-events:none}.sliderExtendedMark__d8b9dc6e.disabled__51323513 .sliderExtendedMarkText__9f19c026{pointer-events:none;opacity:.35}.sliderExtendedMark__d8b9dc6e.disabled__51323513 .sliderExtendedMarkDot__9b1ffa15{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-18-0)}.sliderExtendedMark__d8b9dc6e:first-child,.sliderExtendedMark__d8b9dc6e:last-child{transform:none}.sliderExtendedMark__d8b9dc6e:first-child.reverse__46c7d8be .sliderExtendedMarkDot__9b1ffa15{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__d8b9dc6e:first-child.reverse__46c7d8be .sliderExtendedMarkText__9f19c026{margin-right:-4px}.sliderExtendedMark__d8b9dc6e:first-child:not(.reverse__46c7d8be) .sliderExtendedMarkDot__9b1ffa15{left:0;transform:translate(-50%)}.sliderExtendedMark__d8b9dc6e:first-child .sliderExtendedMarkText__9f19c026{margin-left:-4px}.sliderExtendedMark__d8b9dc6e:last-child.reverse__46c7d8be .sliderExtendedMarkDot__9b1ffa15{left:0;transform:translate(-50%)}.sliderExtendedMark__d8b9dc6e:last-child.reverse__46c7d8be .sliderExtendedMarkText__9f19c026{margin-left:-4px}.sliderExtendedMark__d8b9dc6e:last-child:not(.reverse__46c7d8be) .sliderExtendedMarkDot__9b1ffa15{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__d8b9dc6e:last-child .sliderExtendedMarkText__9f19c026{margin-right:-4px}.sliderExtendedMark__d8b9dc6e.active__9440b963{pointer-events:none}.sliderExtendedRail__22b377a7{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-18-0);cursor:pointer}.sliderExtended__e645b67f{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__e645b67f.disabled__51323513 .sliderExtendedRail__22b377a7{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-18-0)}.sliderExtended__e645b67f.lg__68057309{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__dde36d52{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-18-0);z-index:10}.sliderExtendedTrack__dde36d52.lg__68057309{top:12px}.sliderExtendedTrack__dde36d52:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-18-0)}.sliderExtendedTrack__dde36d52.focusedByClick__9ad0d186:focus{box-shadow:none}.sliderExtendedTrack__dde36d52.hoverOrDragByMouse__0951d8bc{background:var(--triplex-next-Slider-Track_Background_Hover-1-18-0)}.sliderExtendedTrack__dde36d52.staticSlider__045fa770{cursor:default;pointer-events:none}.sliderExtendedTrack__dde36d52.disabled__51323513{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-18-0)}.sliderExtendedTooltipOverlay__e6dd8557{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__e6dd8557.lg__68057309{bottom:32px}.sliderExtendedTooltipOverlay__e6dd8557 .tooltipBody__03b0a649{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-18-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-18-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__e6dd8557 .tooltipTip__63cf56b4{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-18-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__e6dd8557 .tooltipTip__63cf56b4{margin:-.5px}}.treeView__83ace421,.treeViewGroup__d17cd1bb{margin:0;padding:0}.treeView__83ace421 .treeViewNode__3e900503,.treeViewGroup__d17cd1bb .treeViewNode__3e900503{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__e914a3c9.collapsed__62965cd2{visibility:hidden}.checkboxTreeExtended__e4da4185{margin-bottom:-12px;padding:12px}.checkboxTreeExtendedNode__25e54e3c .checkboxTreeExtendedNode__25e54e3c{margin-left:24px}.checkboxTreeExtendedNodeHeader__685a22b8{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__685a22b8.sm__4377412c{margin-bottom:10px}.checkboxTreeExtendedNodeHeader__685a22b8.md__26436bec,.checkboxTreeExtendedNodeHeader__685a22b8.lg__3e24ab89{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__685a22b8 .checkboxTreeCheckboxLabel__0a73a209{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__685a22b8 .caretIconWrapper__6e1e4161{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__685a22b8 .caretIconWrapper__6e1e4161:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-18-0)}.checkboxTreeExtendedNodeHeader__685a22b8.opened__2af912a3 .caretIconWrapper__6e1e4161{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__e4da4185{padding:12px 14px}}.chipGroup__fec4906b{display:flex}.chipGroup__fec4906b.oneLine__4d864186{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__fec4906b.oneLine__4d864186::-webkit-scrollbar{display:none}.chipGroup__fec4906b.multiLine__670977a3{flex-wrap:wrap}.chipGroup__fec4906b.lg__152f12b9{gap:12px}.chipGroup__fec4906b.md__92285a0c,.chipGroup__fec4906b.sm__959c4e46{gap:8px}.confirm__26c080f6{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__26c080f6.isInLightBox__70e24ec7{max-width:800px}.confirm__26c080f6.isInSideOverlaySM__66c2031a{max-width:416px}.confirm__26c080f6.isInSideOverlayMD__f80257ef{max-width:536px}.confirm__26c080f6.isInSideOverlayLG__28164407{max-width:736px}.confirmCloseButton__a95ae02b{position:absolute;top:24px;right:24px}.confirmContent__5a66e87c{margin-bottom:24px;padding-right:56px}.confirmControls__89234c6f{white-space:nowrap}.confirmContentTitle__86865c63{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__a95ae02b{top:16px;right:16px}.confirmContent__5a66e87c{margin-bottom:16px}}.divider__a1ba5c56{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-18-0);border:none}.marginTopSize-4__04833dc8{margin-top:4px}.marginBottomSize-4__f96dd422{margin-bottom:4px}.marginTopSize-8__2a79a6f7{margin-top:8px}.marginBottomSize-8__b687575c{margin-bottom:8px}.marginTopSize-12__02f66fc5{margin-top:12px}.marginBottomSize-12__69246ee3{margin-bottom:12px}.marginTopSize-16__c331031b{margin-top:16px}.marginBottomSize-16__cf77544a{margin-bottom:16px}.marginTopSize-20__ca6658a7{margin-top:20px}.marginBottomSize-20__81e43685{margin-bottom:20px}.marginTopSize-24__ae27e5a1{margin-top:24px}.marginBottomSize-24__318e2680{margin-bottom:24px}.marginTopSize-28__be2534eb{margin-top:28px}.marginBottomSize-28__ddf9e236{margin-bottom:28px}.marginTopSize-32__bddcbdde{margin-top:32px}.marginBottomSize-32__f8410761{margin-bottom:32px}.listMasterChipGroup__970d1475{padding:0 16px}.listMasterFooter__061bcb1b{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-18-0);color:var(--triplex-next-ListMaster-Footer_Color-1-18-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__061bcb1b.sticky__735c36c4{position:sticky;bottom:0}.listMasterFooterDescription__e98294e6{padding-right:16px}.listMasterFooterControls__7f3cb0c2{white-space:nowrap}.listMasterHeader__70d4a26a{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-18-0);color:var(--triplex-next-ListMaster-Header_Color-1-18-0)}.listMasterHeader__70d4a26a.sticky__735c36c4{position:sticky;top:0;z-index:1}.selectionControls__1fd35490{display:flex;justify-content:space-between;align-items:center}.uploadZone__09196720{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-18-0)}.uploadZone__09196720:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-18-0)}.uploadZoneDragArea__90f3b4f5{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-18-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__b3a94690{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-18-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-18-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-18-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__d17d040a{display:none}@media (max-width: 767px){.uploadZone__09196720,.uploadZone__09196720:hover{background:none}.uploadZoneDragArea__90f3b4f5{display:none}}button.helpBoxButton__77fe1c45{position:relative;vertical-align:text-bottom}.dateRange__27565200{display:flex;align-items:center}.dateRangeButton__83e0190e{z-index:1}.separator__74bd5e0e{width:20px;height:20px;flex-shrink:0}.tagColor__c5ca2fdd{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__c5ca2fdd.sm__6401c9ca{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__c5ca2fdd.md__f04addb9{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__c5ca2fdd.lg__5b875c50{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__c5ca2fdd.default__99dd43cc{background:var(--triplex-next-TagColor-Background_Default-1-18-0)}.tagColor__c5ca2fdd.success__549ee8cd{background:var(--triplex-next-TagColor-Background_Success-1-18-0)}.tagColor__c5ca2fdd.info__27a730cc{background:var(--triplex-next-TagColor-Background_Info-1-18-0)}.tagColor__c5ca2fdd.warning__c7ff48ef{background:var(--triplex-next-TagColor-Background_Warning-1-18-0)}.tagColor__c5ca2fdd.error__af27b8ee{background:var(--triplex-next-TagColor-Background_Error-1-18-0)}.content__667bf26f{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-18-0)}
1
+ html {--triplex-next-ColorBrand-0-1-19-1: #1F3336;
2
+ --triplex-next-ColorBrand-10-1-19-1: #0B3A3C;
3
+ --triplex-next-ColorBrand-20-1-19-1: #006063;
4
+ --triplex-next-ColorBrand-30-1-19-1: #007777;
5
+ --triplex-next-ColorBrand-40-1-19-1: #008985;
6
+ --triplex-next-ColorBrand-50-1-19-1: #21A19A;
7
+ --triplex-next-ColorBrand-60-1-19-1: #19BDB0;
8
+ --triplex-next-ColorBrand-70-1-19-1: #4BD9CF;
9
+ --triplex-next-ColorBrand-80-1-19-1: #71ECDC;
10
+ --triplex-next-ColorBrand-90-1-19-1: #A8F5E9;
11
+ --triplex-next-ColorBrand-100-1-19-1: #E3FFFA;
12
+ --triplex-next-ColorDarkNeutralAlpha-0-1-19-1: rgba(31, 31, 34, 1);
13
+ --triplex-next-ColorDarkNeutralAlpha-10-1-19-1: rgba(31, 31, 34, .95);
14
+ --triplex-next-ColorDarkNeutralAlpha-20-1-19-1: rgba(31, 31, 34, .85);
15
+ --triplex-next-ColorDarkNeutralAlpha-30-1-19-1: rgba(31, 31, 34, .75);
16
+ --triplex-next-ColorDarkNeutralAlpha-40-1-19-1: rgba(31, 31, 34, .65);
17
+ --triplex-next-ColorDarkNeutralAlpha-50-1-19-1: rgba(31, 31, 34, .55);
18
+ --triplex-next-ColorDarkNeutralAlpha-60-1-19-1: rgba(31, 31, 34, .45);
19
+ --triplex-next-ColorDarkNeutralAlpha-70-1-19-1: rgba(31, 31, 34, .35);
20
+ --triplex-next-ColorDarkNeutralAlpha-80-1-19-1: rgba(31, 31, 34, .25);
21
+ --triplex-next-ColorDarkNeutralAlpha-90-1-19-1: rgba(31, 31, 34, .15);
22
+ --triplex-next-ColorDarkNeutralAlpha-100-1-19-1: rgba(31, 31, 34, .05);
23
+ --triplex-next-ColorDarkNeutral-0-1-19-1: #000000;
24
+ --triplex-next-ColorDarkNeutral-10-1-19-1: #171719;
25
+ --triplex-next-ColorDarkNeutral-20-1-19-1: #1B1B1D;
26
+ --triplex-next-ColorDarkNeutral-30-1-19-1: #1F1F22;
27
+ --triplex-next-ColorDarkNeutral-40-1-19-1: #262629;
28
+ --triplex-next-ColorDarkNeutral-50-1-19-1: #2D2D30;
29
+ --triplex-next-ColorDarkNeutral-60-1-19-1: #343437;
30
+ --triplex-next-ColorDarkNeutral-70-1-19-1: #3B3B3E;
31
+ --triplex-next-ColorDarkNeutral-80-1-19-1: #424245;
32
+ --triplex-next-ColorDarkNeutral-90-1-19-1: #49494C;
33
+ --triplex-next-ColorDarkNeutral-100-1-19-1: #4F4F52;
34
+ --triplex-next-ColorError-0-1-19-1: #443139;
35
+ --triplex-next-ColorError-10-1-19-1: #4E3741;
36
+ --triplex-next-ColorError-20-1-19-1: #A90024;
37
+ --triplex-next-ColorError-30-1-19-1: #BD002C;
38
+ --triplex-next-ColorError-40-1-19-1: #D10032;
39
+ --triplex-next-ColorError-50-1-19-1: #E60037;
40
+ --triplex-next-ColorError-60-1-19-1: #F80C45;
41
+ --triplex-next-ColorError-70-1-19-1: #FF5571;
42
+ --triplex-next-ColorError-80-1-19-1: #FFB1C1;
43
+ --triplex-next-ColorError-90-1-19-1: #FCE0E6;
44
+ --triplex-next-ColorError-100-1-19-1: #FFF0F3;
45
+ --triplex-next-ColorInfo-0-1-19-1: #313749;
46
+ --triplex-next-ColorInfo-10-1-19-1: #2E3A52;
47
+ --triplex-next-ColorInfo-20-1-19-1: #0A43B0;
48
+ --triplex-next-ColorInfo-30-1-19-1: #124FC2;
49
+ --triplex-next-ColorInfo-40-1-19-1: #0E57CC;
50
+ --triplex-next-ColorInfo-50-1-19-1: #1371E4;
51
+ --triplex-next-ColorInfo-60-1-19-1: #1297FE;
52
+ --triplex-next-ColorInfo-70-1-19-1: #66BEFF;
53
+ --triplex-next-ColorInfo-80-1-19-1: #8DD2FF;
54
+ --triplex-next-ColorInfo-90-1-19-1: #B8E6FF;
55
+ --triplex-next-ColorInfo-100-1-19-1: #E3F6FF;
56
+ --triplex-next-ColorNeutralAlpha-0-1-19-1: rgba(255, 255, 255, 1);
57
+ --triplex-next-ColorNeutralAlpha-10-1-19-1: rgba(255, 255, 255, .95);
58
+ --triplex-next-ColorNeutralAlpha-20-1-19-1: rgba(255, 255, 255, .85);
59
+ --triplex-next-ColorNeutralAlpha-30-1-19-1: rgba(255, 255, 255, .75);
60
+ --triplex-next-ColorNeutralAlpha-40-1-19-1: rgba(255, 255, 255, .65);
61
+ --triplex-next-ColorNeutralAlpha-50-1-19-1: rgba(255, 255, 255, .55);
62
+ --triplex-next-ColorNeutralAlpha-60-1-19-1: rgba(255, 255, 255, .45);
63
+ --triplex-next-ColorNeutralAlpha-70-1-19-1: rgba(255, 255, 255, .35);
64
+ --triplex-next-ColorNeutralAlpha-80-1-19-1: rgba(255, 255, 255, .25);
65
+ --triplex-next-ColorNeutralAlpha-90-1-19-1: rgba(255, 255, 255, .15);
66
+ --triplex-next-ColorNeutralAlpha-100-1-19-1: rgba(255, 255, 255, .05);
67
+ --triplex-next-ColorNeutral-0-1-19-1: #CBCFD7;
68
+ --triplex-next-ColorNeutral-10-1-19-1: #D1D4DC;
69
+ --triplex-next-ColorNeutral-20-1-19-1: #D6D9E0;
70
+ --triplex-next-ColorNeutral-30-1-19-1: #DCDFE4;
71
+ --triplex-next-ColorNeutral-40-1-19-1: #DFE2E7;
72
+ --triplex-next-ColorNeutral-50-1-19-1: #E3E6EA;
73
+ --triplex-next-ColorNeutral-60-1-19-1: #E7E9EE;
74
+ --triplex-next-ColorNeutral-70-1-19-1: #EAEDF1;
75
+ --triplex-next-ColorNeutral-80-1-19-1: #EEF0F4;
76
+ --triplex-next-ColorNeutral-90-1-19-1: #F2F4F7;
77
+ --triplex-next-ColorNeutral-100-1-19-1: #FFFFFF;
78
+ --triplex-next-ColorSuccess-0-1-19-1: #28433E;
79
+ --triplex-next-ColorSuccess-10-1-19-1: #2A4C45;
80
+ --triplex-next-ColorSuccess-20-1-19-1: #00624C;
81
+ --triplex-next-ColorSuccess-30-1-19-1: #007353;
82
+ --triplex-next-ColorSuccess-40-1-19-1: #008B5C;
83
+ --triplex-next-ColorSuccess-50-1-19-1: #00C075;
84
+ --triplex-next-ColorSuccess-60-1-19-1: #00D67D;
85
+ --triplex-next-ColorSuccess-70-1-19-1: #3AF299;
86
+ --triplex-next-ColorSuccess-80-1-19-1: #8AFFB8;
87
+ --triplex-next-ColorSuccess-90-1-19-1: #B8FFD4;
88
+ --triplex-next-ColorSuccess-100-1-19-1: #E1FFEB;
89
+ --triplex-next-ColorSystem-0-1-19-1: #373C49;
90
+ --triplex-next-ColorSystem-10-1-19-1: #384156;
91
+ --triplex-next-ColorSystem-20-1-19-1: #47526D;
92
+ --triplex-next-ColorSystem-30-1-19-1: #57637F;
93
+ --triplex-next-ColorSystem-40-1-19-1: #697591;
94
+ --triplex-next-ColorSystem-50-1-19-1: #8291B3;
95
+ --triplex-next-ColorSystem-60-1-19-1: #95A3C1;
96
+ --triplex-next-ColorSystem-70-1-19-1: #A9B6D0;
97
+ --triplex-next-ColorSystem-80-1-19-1: #BFCADF;
98
+ --triplex-next-ColorSystem-90-1-19-1: #D6DEED;
99
+ --triplex-next-ColorSystem-100-1-19-1: #EEF3FC;
100
+ --triplex-next-ColorWarning-0-1-19-1: #463734;
101
+ --triplex-next-ColorWarning-10-1-19-1: #4F3E3B;
102
+ --triplex-next-ColorWarning-20-1-19-1: #E03400;
103
+ --triplex-next-ColorWarning-30-1-19-1: #E63D00;
104
+ --triplex-next-ColorWarning-40-1-19-1: #EF4C01;
105
+ --triplex-next-ColorWarning-50-1-19-1: #FD6508;
106
+ --triplex-next-ColorWarning-60-1-19-1: #FF7A17;
107
+ --triplex-next-ColorWarning-70-1-19-1: #FFB13B;
108
+ --triplex-next-ColorWarning-80-1-19-1: #FFD169;
109
+ --triplex-next-ColorWarning-90-1-19-1: #FCEAC7;
110
+ --triplex-next-ColorWarning-100-1-19-1: #FFF4DB;
111
+ --triplex-next-AlertContext-Error_Color-1-19-1: #D10032;
112
+ --triplex-next-AlertContext-Info_Color-1-19-1: rgba(31, 31, 34, 1);
113
+ --triplex-next-AlertContext-System_Color-1-19-1: rgba(31, 31, 34, 1);
114
+ --triplex-next-AlertContext-Warning_Color-1-19-1: rgba(31, 31, 34, 1);
115
+ --triplex-next-AlertProcess-Info_Background-1-19-1: #E3F6FF;
116
+ --triplex-next-AlertProcess-Warning_Background-1-19-1: #FFF4DB;
117
+ --triplex-next-AlertProcess-Error_Background-1-19-1: #FFF0F3;
118
+ --triplex-next-AlertProcess-System_Background-1-19-1: #EEF3FC;
119
+ --triplex-next-AlertProcess-Feature_Background-1-19-1: #E3FFFA;
120
+ --triplex-next-Avatar-Background-1-19-1: #E3E6EA;
121
+ --triplex-next-Badge-Background-1-19-1: #FFB13B;
122
+ --triplex-next-Button-General_Background_Active-1-19-1: #007777;
123
+ --triplex-next-Button-General_Background_Default-1-19-1: #21A19A;
124
+ --triplex-next-Button-General_Background_Disabled-1-19-1: #F2F4F7;
125
+ --triplex-next-Button-General_Background_Hover-1-19-1: #19BDB0;
126
+ --triplex-next-Button-General_Color_Active-1-19-1: rgba(255, 255, 255, 1);
127
+ --triplex-next-Button-General_Color_Default-1-19-1: rgba(255, 255, 255, 1);
128
+ --triplex-next-Button-General_Color_Disabled-1-19-1: rgba(31, 31, 34, .35);
129
+ --triplex-next-Button-General_Color_Hover-1-19-1: rgba(255, 255, 255, 1);
130
+ --triplex-next-Button-General_Shadow_Focus-1-19-1: 0 0 0 1px #FFD169 inset;
131
+ --triplex-next-Button-Secondary_Background_Active-1-19-1: #DCDFE4;
132
+ --triplex-next-Button-Secondary_Background_Default-1-19-1: #F2F4F7;
133
+ --triplex-next-Button-Secondary_Background_Disabled-1-19-1: #F2F4F7;
134
+ --triplex-next-Button-Secondary_Background_Hover-1-19-1: #EAEDF1;
135
+ --triplex-next-Button-Secondary_Color_Active-1-19-1: #007777;
136
+ --triplex-next-Button-Secondary_Color_Default-1-19-1: #008985;
137
+ --triplex-next-Button-Secondary_Color_Disabled-1-19-1: rgba(31, 31, 34, .35);
138
+ --triplex-next-Button-Secondary_Color_Hover-1-19-1: #21A19A;
139
+ --triplex-next-Button-Secondary_Shadow_Focus-1-19-1: 0 0 0 1px #FFD169 inset;
140
+ --triplex-next-Button-SecondaryLight_Background_Active-1-19-1: #DFE2E7;
141
+ --triplex-next-Button-SecondaryLight_Background_Default-1-19-1: #FFFFFF;
142
+ --triplex-next-Button-SecondaryLight_Background_Disabled-1-19-1: #F2F4F7;
143
+ --triplex-next-Button-SecondaryLight_Background_Hover-1-19-1: #EEF0F4;
144
+ --triplex-next-Button-SecondaryLight_Color_Active-1-19-1: #007777;
145
+ --triplex-next-Button-SecondaryLight_Color_Default-1-19-1: #008985;
146
+ --triplex-next-Button-SecondaryLight_Color_Disabled-1-19-1: rgba(31, 31, 34, .35);
147
+ --triplex-next-Button-SecondaryLight_Color_Hover-1-19-1: #21A19A;
148
+ --triplex-next-Button-SecondaryLight_Shadow_Focus-1-19-1: 0 0 0 1px #FFD169 inset;
149
+ --triplex-next-Button-Danger_Background_Active-1-19-1: #BD002C;
150
+ --triplex-next-Button-Danger_Background_Default-1-19-1: #E60037;
151
+ --triplex-next-Button-Danger_Background_Disabled-1-19-1: #F2F4F7;
152
+ --triplex-next-Button-Danger_Background_Hover-1-19-1: #F80C45;
153
+ --triplex-next-Button-Danger_Color_Active-1-19-1: rgba(255, 255, 255, 1);
154
+ --triplex-next-Button-Danger_Color_Default-1-19-1: rgba(255, 255, 255, 1);
155
+ --triplex-next-Button-Danger_Color_Disabled-1-19-1: rgba(31, 31, 34, .35);
156
+ --triplex-next-Button-Danger_Color_Hover-1-19-1: rgba(255, 255, 255, 1);
157
+ --triplex-next-Button-Danger_Shadow_Focus-1-19-1: 0 0 0 1px #FFD169 inset;
158
+ --triplex-next-Button-Icon_Shadow_Focus-1-19-1: 0 0 0 1px #FFD169;
159
+ --triplex-next-Button-Link_Color_Active-1-19-1: #007777;
160
+ --triplex-next-Button-Link_Color_Default-1-19-1: #008985;
161
+ --triplex-next-Button-Link_Color_Disabled-1-19-1: rgba(31, 31, 34, .35);
162
+ --triplex-next-Button-Link_Color_Hover-1-19-1: #21A19A;
163
+ --triplex-next-Button-Link_Shadow_Focus-1-19-1: 0 0 0 1px #FFD169 inset;
164
+ --triplex-next-Calendar-Background_Shadow-1-19-1: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
165
+ --triplex-next-Calendar-View_Header_Color-1-19-1: rgba(31, 31, 34, .55);
166
+ --triplex-next-Calendar-View_Item_Background_Default-1-19-1: none;
167
+ --triplex-next-Calendar-View_Item_Background_Hover-1-19-1: #19BDB0;
168
+ --triplex-next-Calendar-View_Item_Background_Selected_Default-1-19-1: #21A19A;
169
+ --triplex-next-Calendar-View_Item_Background_Selected_Hover-1-19-1: #007777;
170
+ --triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-19-1: #E3FFFA;
171
+ --triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-19-1: #A8F5E9;
172
+ --triplex-next-Calendar-View_Item_BorderColor_Default-1-19-1: transparent;
173
+ --triplex-next-Calendar-View_Item_BorderColor_Focus-1-19-1: #FFD169;
174
+ --triplex-next-Calendar-View_Item_Color_Default-1-19-1: rgba(31, 31, 34, 1);
175
+ --triplex-next-Calendar-View_Item_Color_Hover-1-19-1: rgba(255, 255, 255, 1);
176
+ --triplex-next-Calendar-View_Item_Color_Disabled-1-19-1: rgba(31, 31, 34, .35);
177
+ --triplex-next-Calendar-View_Item_Color_Muted-1-19-1: rgba(31, 31, 34, .35);
178
+ --triplex-next-Calendar-View_Item_Color_Selected-1-19-1: rgba(255, 255, 255, 1);
179
+ --triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-19-1: rgba(31, 31, 34, .35);
180
+ --triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-19-1: rgba(31, 31, 34, .35);
181
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-19-1: rgba(31, 31, 34, .35);
182
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-19-1: rgba(31, 31, 34, .35);
183
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-19-1: rgba(31, 31, 34, .35);
184
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-19-1: #00C075;
185
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-19-1: #00C075;
186
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-19-1: #00C075;
187
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-19-1: #FD6508;
188
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-19-1: #FD6508;
189
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-19-1: #FD6508;
190
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-19-1: #E60037;
191
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-19-1: #E60037;
192
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-19-1: #E60037;
193
+ --triplex-next-Card-Static_General_Background-1-19-1: #FFFFFF;
194
+ --triplex-next-Card-Static_Secondary_Background-1-19-1: #F2F4F7;
195
+ --triplex-next-Card-Action_General_Background-1-19-1: #FFFFFF;
196
+ --triplex-next-Card-Action_General_Background_Hover-1-19-1: #FFFFFF;
197
+ --triplex-next-Card-Action_General_Background_Selected-1-19-1: #F2F4F7;
198
+ --triplex-next-Card-Action_General_Background_Selected_Hover-1-19-1: #F2F4F7;
199
+ --triplex-next-Card-Action_Secondary_Background-1-19-1: #F2F4F7;
200
+ --triplex-next-Card-Action_Secondary_Background_Hover-1-19-1: #EAEDF1;
201
+ --triplex-next-Card-Action_Secondary_Background_Selected-1-19-1: #E3E6EA;
202
+ --triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-19-1: #DCDFE4;
203
+ --triplex-next-Card-Shadow_Default-1-19-1: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
204
+ --triplex-next-Card-Shadow_Focus-1-19-1: inset 0 0 0 1px #FFD169;
205
+ --triplex-next-Card-Shadow_Hover-1-19-1: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
206
+ --triplex-next-Card-Shadow_Selected-1-19-1: inset 0 0 0 1px #21A19A;
207
+ --triplex-next-Card-Shadow_Selected_Hover-1-19-1: inset 0 0 0 1px #19BDB0;
208
+ --triplex-next-Checkbox-Background_Checked_Default-1-19-1: #21A19A;
209
+ --triplex-next-Checkbox-Background_Checked_Disabled-1-19-1: #EAEDF1;
210
+ --triplex-next-Checkbox-Background_Checked_Hover-1-19-1: #007777;
211
+ --triplex-next-Checkbox-Background_Default-1-19-1: #F2F4F7;
212
+ --triplex-next-Checkbox-Background_Disabled-1-19-1: #F2F4F7;
213
+ --triplex-next-Checkbox-Background_Hover-1-19-1: #19BDB0;
214
+ --triplex-next-Checkbox-BorderColor_Default-1-19-1: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
215
+ --triplex-next-Checkbox-BorderColor_Disabled-1-19-1: 0 0 0 1px #E3E6EA inset;
216
+ --triplex-next-Checkbox-BorderColor_Focus-1-19-1: 0 0 0 1px #FFD169 inset;
217
+ --triplex-next-Checkbox-BorderColor_Hover-1-19-1: none;
218
+ --triplex-next-Checkbox-BorderColor_Checked_Default-1-19-1: none;
219
+ --triplex-next-Checkbox-BorderColor_Checked_Disabled-1-19-1: none;
220
+ --triplex-next-Checkbox-Checkmark_Fill_Default-1-19-1: rgba(255, 255, 255, 1);
221
+ --triplex-next-Checkbox-Checkmark_Fill_Disabled-1-19-1: rgba(31, 31, 34, .15);
222
+ --triplex-next-Chip-Background_Active-1-19-1: #DFE2E7;
223
+ --triplex-next-Chip-Background_Default-1-19-1: #F2F4F7;
224
+ --triplex-next-Chip-Background_Disabled-1-19-1: #F2F4F7;
225
+ --triplex-next-Chip-Background_Hover-1-19-1: #EAEDF1;
226
+ --triplex-next-Chip-Background_Selected_Active-1-19-1: #4F4F52;
227
+ --triplex-next-Chip-Background_Selected_Default-1-19-1: #3B3B3E;
228
+ --triplex-next-Chip-Background_Selected_Disabled-1-19-1: #343437;
229
+ --triplex-next-Chip-Background_Selected_Hover-1-19-1: #49494C;
230
+ --triplex-next-Chip-Color_Active-1-19-1: rgba(31, 31, 34, 1);
231
+ --triplex-next-Chip-Color_Default-1-19-1: rgba(31, 31, 34, 1);
232
+ --triplex-next-Chip-Color_Disabled-1-19-1: rgba(31, 31, 34, .35);
233
+ --triplex-next-Chip-Color_Hover-1-19-1: rgba(31, 31, 34, 1);
234
+ --triplex-next-Chip-Color_Selected_Active-1-19-1: rgba(255, 255, 255, 1);
235
+ --triplex-next-Chip-Color_Selected_Default-1-19-1: rgba(255, 255, 255, 1);
236
+ --triplex-next-Chip-Color_Selected_Disabled-1-19-1: rgba(255, 255, 255, .25);
237
+ --triplex-next-Chip-Color_Selected_Hover-1-19-1: rgba(255, 255, 255, 1);
238
+ --triplex-next-Chip-Shadow_Focus-1-19-1: 0 0 0 1px #FFD169 inset;
239
+ --triplex-next-Divider-Background-1-19-1: #D6D9E0;
240
+ --triplex-next-Dropdown-Background-1-19-1: #FFFFFF;
241
+ --triplex-next-Dropdown-Shadow-1-19-1: 0px 2px 7px rgba(31, 31, 34, 0.25);
242
+ --triplex-next-DropdownList-Background_Active-1-19-1: #EAEDF1;
243
+ --triplex-next-DropdownList-Background_Default-1-19-1: none;
244
+ --triplex-next-DropdownList-Background_Selected-1-19-1: #DCDFE4;
245
+ --triplex-next-DropdownList-Color-1-19-1: rgba(31, 31, 34, 1);
246
+ --triplex-next-DropdownMobile-Backdrop-1-19-1: rgba(31, 31, 34, .65);
247
+ --triplex-next-DropdownMobile-Border_Color-1-19-1: #D6D9E0;
248
+ --triplex-next-DropdownMobile-Content_Background-1-19-1: #FFFFFF;
249
+ --triplex-next-DropdownMobile-Footer_Background-1-19-1: #FFFFFF;
250
+ --triplex-next-DropdownMobile-Header_Background-1-19-1: #F2F4F7;
251
+ --triplex-next-DropdownMobileList-Active_Background-1-19-1: #EAEDF1;
252
+ --triplex-next-DropdownMobileList-Selected_Background-1-19-1: #DCDFE4;
253
+ --triplex-next-FooterPage-StickyShadow-1-19-1: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
254
+ --triplex-next-FormField-Background_Active-1-19-1: #F2F4F7;
255
+ --triplex-next-FormField-Background_Default-1-19-1: #F2F4F7;
256
+ --triplex-next-FormField-Background_Disabled-1-19-1: #F2F4F7;
257
+ --triplex-next-FormField-Background_Error-1-19-1: #FFF0F3;
258
+ --triplex-next-FormField-Background_Error_Hover-1-19-1: #FCE0E6;
259
+ --triplex-next-FormField-Background_Hover-1-19-1: #EAEDF1;
260
+ --triplex-next-FormField-Background_Warning-1-19-1: #FFF4DB;
261
+ --triplex-next-FormField-Background_Warning_Hover-1-19-1: #FCEAC7;
262
+ --triplex-next-FormField-Input_Color_Default-1-19-1: rgba(31, 31, 34, 1);
263
+ --triplex-next-FormField-Input_Color_Disabled-1-19-1: rgba(31, 31, 34, .35);
264
+ --triplex-next-FormField-Target_Color_Default-1-19-1: rgba(31, 31, 34, 1);
265
+ --triplex-next-FormField-Target_Color_Disabled-1-19-1: rgba(31, 31, 34, .45);
266
+ --triplex-next-FormField-Target_PlaceholderColor_Default-1-19-1: rgba(31, 31, 34, .65);
267
+ --triplex-next-FormField-Label_Color_Default-1-19-1: rgba(31, 31, 34, .65);
268
+ --triplex-next-FormField-Label_Color_Disabled-1-19-1: rgba(31, 31, 34, .35);
269
+ --triplex-next-FormField-Shadow_Active-1-19-1: 0 0 0 1px #21A19A inset;
270
+ --triplex-next-FormField-Shadow_Default-1-19-1: none;
271
+ --triplex-next-FormField-Shadow_Error_Active-1-19-1: 0 0 0 1px #E60037 inset;
272
+ --triplex-next-FormField-Shadow_Warning_Active-1-19-1: 0 0 0 1px #FD6508 inset;
273
+ --triplex-next-FormField-Placeholder_Color-1-19-1: rgba(31, 31, 34, .65);
274
+ --triplex-next-HeaderPage-StickyShadow-1-19-1: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
275
+ --triplex-next-Island-Type1_Background-1-19-1: #FFFFFF;
276
+ --triplex-next-Island-Type2_Background-1-19-1: rgba(255, 255, 255, .35);
277
+ --triplex-next-Island-Type3_Background-1-19-1: #F2F4F7;
278
+ --triplex-next-Island-Type1_Shadow-1-19-1: none;
279
+ --triplex-next-Island-Type2_Shadow-1-19-1: 0 0 0 1px #FFFFFF inset;
280
+ --triplex-next-Island-Type3_Shadow-1-19-1: none;
281
+ --triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-19-1: #DCDFE4;
282
+ --triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-19-1: rgba(31, 31, 34, .05);
283
+ --triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-19-1: #DCDFE4;
284
+ --triplex-next-IslandAccordion-Shadow_Focus-1-19-1: 0 0 0 1px #FFD169 inset;
285
+ --triplex-next-IslandWidget-ExtraFooter_Background-1-19-1: #FFFFFF;
286
+ --triplex-next-IslandWidget-ExtraFooter_Shadow-1-19-1: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
287
+ --triplex-next-LightBox-Backdrop_Background-1-19-1: rgba(31, 31, 34, .75);
288
+ --triplex-next-LightBox-Content_Background-1-19-1: #EAEDF1;
289
+ --triplex-next-Link-BorderColor_Focus-1-19-1: 0 0 0 1px #FFD169 inset;
290
+ --triplex-next-Link-Text_Color_Active-1-19-1: #007777;
291
+ --triplex-next-Link-Text_Color_Default-1-19-1: #008985;
292
+ --triplex-next-Link-Text_Color_Hover-1-19-1: #21A19A;
293
+ --triplex-next-ListItem-Background-1-19-1: #FFFFFF;
294
+ --triplex-next-ListItem-Background_Dragging-1-19-1: #FFFFFF;
295
+ --triplex-next-ListItem-Background_Selected-1-19-1: #F2F4F7;
296
+ --triplex-next-ListItem-Shadow-1-19-1: 0 2px 7px rgba(31, 31, 34, 0.25);
297
+ --triplex-next-ListItemControlsButton-Background_Active-1-19-1: #DCDFE4;
298
+ --triplex-next-ListItemControlsButton-Background_Default-1-19-1: #F2F4F7;
299
+ --triplex-next-ListItemControlsButton-Background_Hover-1-19-1: #EAEDF1;
300
+ --triplex-next-ListItemControlsButton-Color_Active-1-19-1: #007777;
301
+ --triplex-next-ListItemControlsButton-Color_Default-1-19-1: #008985;
302
+ --triplex-next-ListItemControlsButton-Color_Hover-1-19-1: #21A19A;
303
+ --triplex-next-ListMaster-Background-1-19-1: #FFFFFF;
304
+ --triplex-next-ListMaster-Footer_Background-1-19-1: #DCDFE4;
305
+ --triplex-next-ListMaster-Footer_Color-1-19-1: #EAEDF1;
306
+ --triplex-next-ListMaster-Header_Background-1-19-1: #DCDFE4;
307
+ --triplex-next-ListMaster-Header_Color-1-19-1: #EAEDF1;
308
+ --triplex-next-Loader-Element_Background_Brand-1-19-1: #21A19A;
309
+ --triplex-next-Loader-Element_Background_Neutral-1-19-1: rgba(255, 255, 255, 1);
310
+ --triplex-next-Loader-Middle_Background_Default-1-19-1: #EEF0F4;
311
+ --triplex-next-LoaderScreen-Small_Backdrop_Default-1-19-1: rgba(255, 255, 255, .75);
312
+ --triplex-next-LoaderScreen-Middle_Backdrop_Default-1-19-1: rgba(255, 255, 255, .75);
313
+ --triplex-next-LoaderScreen-Middle_Background_Default-1-19-1: #EEF0F4;
314
+ --triplex-next-Marker-Background_Error-1-19-1: #E60037;
315
+ --triplex-next-Marker-Background_Success-1-19-1: #21A19A;
316
+ --triplex-next-Marker-Background_Waiting-1-19-1: #8291B3;
317
+ --triplex-next-Marker-Background_Warning-1-19-1: #FD6508;
318
+ --triplex-next-MarkerStatus-Description_Color-1-19-1: rgba(0, 0, 0, 0.55);
319
+ --triplex-next-ModalWindow-Background-1-19-1: #EAEDF1;
320
+ --triplex-next-ModalWindow-Backdrop_Background-1-19-1: rgba(79, 79, 82, .5);
321
+ --triplex-next-MultiselectField-Divider_Color-1-19-1: #D6D9E0;
322
+ --triplex-next-Notification-Background-1-19-1: #FFFFFF;
323
+ --triplex-next-Notification-Color-1-19-1: #1F1F22;
324
+ --triplex-next-Notification-TimeColor-1-19-1: rgba(31, 31, 34, 0.65);
325
+ --triplex-next-Notification-Shadow-1-19-1: 0px 2px 7px rgba(31, 31, 34, 0.25);
326
+ --triplex-next-Overlay-Background-1-19-1: rgba(255, 255, 255, .8);
327
+ --triplex-next-Overlay-Panel_Background-1-19-1: #FFFFFF;
328
+ --triplex-next-Pagination-PageButton_Background_Active-1-19-1: #E3E6EA;
329
+ --triplex-next-Pagination-PageButton_Background_Hover-1-19-1: #F2F4F7;
330
+ --triplex-next-Pagination-PageButton_Background_Selected-1-19-1: #E3E6EA;
331
+ --triplex-next-Pagination-PageButton_BorderColor_Focus-1-19-1: #FFD169;
332
+ --triplex-next-Pagination-PageButton_Color-1-19-1: rgba(31, 31, 34, 1);
333
+ --triplex-next-Radio-Background_Checked_Default-1-19-1: #21A19A;
334
+ --triplex-next-Radio-Background_Checked_Disabled-1-19-1: #EAEDF1;
335
+ --triplex-next-Radio-Background_Checked_Hover-1-19-1: #007777;
336
+ --triplex-next-Radio-Background_Default-1-19-1: #F2F4F7;
337
+ --triplex-next-Radio-Background_Disabled-1-19-1: #F2F4F7;
338
+ --triplex-next-Radio-Background_Hover-1-19-1: #19BDB0;
339
+ --triplex-next-Radio-BorderColor_Default-1-19-1: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
340
+ --triplex-next-Radio-BorderColor_Disabled-1-19-1: 0 0 0 1px #E3E6EA inset;
341
+ --triplex-next-Radio-BorderColor_Focused-1-19-1: 0 0 0 1px #FFD169 inset;
342
+ --triplex-next-Radio-BorderColor_Checked_Default-1-19-1: none;
343
+ --triplex-next-Radio-BorderColor_Checked_Disabled-1-19-1: none;
344
+ --triplex-next-Radio-Dot_Default-1-19-1: rgba(255, 255, 255, 1);
345
+ --triplex-next-Radio-Dot_Disabled-1-19-1: rgba(31, 31, 34, .15);
346
+ --triplex-next-SegmentedControl-General_1_Background-1-19-1: #F2F4F7;
347
+ --triplex-next-SegmentedControl-General_2_Background-1-19-1: #FFFFFF;
348
+ --triplex-next-SegmentedControl-Secondary_1_Background-1-19-1: #F2F4F7;
349
+ --triplex-next-SegmentedControl-Secondary_2_Background-1-19-1: #FFFFFF;
350
+ --triplex-next-SegmentedControlSegment-General_1_Color_Default-1-19-1: rgba(31, 31, 34, .65);
351
+ --triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-19-1: rgba(31, 31, 34, 1);
352
+ --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-19-1: rgba(31, 31, 34, .15);
353
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-19-1: rgba(255, 255, 255, 1);
354
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-19-1: rgba(255, 255, 255, 1);
355
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-19-1: rgba(255, 255, 255, .25);
356
+ --triplex-next-SegmentedControlSegment-General_1_Background_Default-1-19-1: #F2F4F7;
357
+ --triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-19-1: #DFE2E7;
358
+ --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-19-1: #F2F4F7;
359
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-19-1: #3B3B3E;
360
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-19-1: #49494C;
361
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-19-1: #343437;
362
+ --triplex-next-SegmentedControlSegment-General_2_Color_Default-1-19-1: rgba(31, 31, 34, .65);
363
+ --triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-19-1: rgba(31, 31, 34, 1);
364
+ --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-19-1: rgba(31, 31, 34, .15);
365
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-19-1: rgba(255, 255, 255, 1);
366
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-19-1: rgba(255, 255, 255, 1);
367
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-19-1: rgba(255, 255, 255, .25);
368
+ --triplex-next-SegmentedControlSegment-General_2_Background_Default-1-19-1: #FFFFFF;
369
+ --triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-19-1: #EEF0F4;
370
+ --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-19-1: #FFFFFF;
371
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-19-1: #3B3B3E;
372
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-19-1: #49494C;
373
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-19-1: #343437;
374
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-19-1: rgba(31, 31, 34, .65);
375
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-19-1: rgba(31, 31, 34, 1);
376
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-19-1: rgba(31, 31, 34, .15);
377
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-19-1: rgba(31, 31, 34, 1);
378
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-19-1: rgba(31, 31, 34, 1);
379
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-19-1: rgba(31, 31, 34, .15);
380
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-19-1: #F2F4F7;
381
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-19-1: #DFE2E7;
382
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-19-1: #F2F4F7;
383
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-19-1: #FFFFFF;
384
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-19-1: #DFE2E7;
385
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-19-1: #FFFFFF;
386
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-19-1: rgba(31, 31, 34, .65);
387
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-19-1: rgba(31, 31, 34, 1);
388
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-19-1: rgba(31, 31, 34, .15);
389
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-19-1: rgba(31, 31, 34, 1);
390
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-19-1: rgba(31, 31, 34, 1);
391
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-19-1: rgba(31, 31, 34, .15);
392
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-19-1: #FFFFFF;
393
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-19-1: #EEF0F4;
394
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-19-1: #FFFFFF;
395
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-19-1: #E3E6EA;
396
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-19-1: #D6D9E0;
397
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-19-1: #F2F4F7;
398
+ --triplex-next-SegmentedControlSegment-BorderColor_Default-1-19-1: transparent;
399
+ --triplex-next-SegmentedControlSegment-BorderColor_Focus-1-19-1: #FFD169;
400
+ --triplex-next-Skeleton-BackgroundColor_Light_Start-1-19-1: #F2F4F7;
401
+ --triplex-next-Skeleton-BackgroundColor_Light_End-1-19-1: #DFE2E7;
402
+ --triplex-next-Skeleton-BackgroundColor_Dark_Start-1-19-1: rgba(31, 31, 34, .05);
403
+ --triplex-next-Skeleton-BackgroundColor_Dark_End-1-19-1: rgba(31, 31, 34, .15);
404
+ --triplex-next-SmallInput-Background-1-19-1: #F2F4F7;
405
+ --triplex-next-SmallInput-Color-1-19-1: rgba(31, 31, 34, 1);
406
+ --triplex-next-SmallInput-PlaceholderColor-1-19-1: rgba(31, 31, 34, .65);
407
+ --triplex-next-SmallInput-Shadow-1-19-1: 0 0 0 1px rgba(33, 161, 154) inset;
408
+ --triplex-next-SMSField-Refresh_Fill_Empty-1-19-1: rgba(31, 31, 34, .35);
409
+ --triplex-next-SMSField-Refresh_Fill_Full-1-19-1: #008985;
410
+ --triplex-next-SMSField-Refresh_Disabled-1-19-1: rgba(31, 31, 34, .15);
411
+ --triplex-next-SMSField-Submit_Background_Default-1-19-1: rgba(31, 31, 34, .15);
412
+ --triplex-next-SMSField-Submit_Background_Hover-1-19-1: #19BDB0;
413
+ --triplex-next-SMSField-Submit_Background_Active-1-19-1: #21A19A;
414
+ --triplex-next-Slider-Dot_Background_Default-1-19-1: #21A19A;
415
+ --triplex-next-Slider-Dot_Background_Disabled-1-19-1: #F2F4F7;
416
+ --triplex-next-Slider-Dot_Background_Hover-1-19-1: #19BDB0;
417
+ --triplex-next-Slider-Dot_Background_Select-1-19-1: #007777;
418
+ --triplex-next-Slider-Dot_Focus-1-19-1: #FFD169;
419
+ --triplex-next-Slider-Dot_Inner_Background-1-19-1: #FFFFFF;
420
+ --triplex-next-Slider-Dot_Inner_Background_Disabled-1-19-1: rgba(31, 31, 34, .15);
421
+ --triplex-next-Slider-Mark_Dot_Background_Default-1-19-1: #DCDFE4;
422
+ --triplex-next-Slider-Mark_Dot_Background_Selected-1-19-1: #21A19A;
423
+ --triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-19-1: #E7E9EE;
424
+ --triplex-next-Slider-Rail_Background-1-19-1: #DCDFE4;
425
+ --triplex-next-Slider-Rail_Background_Disabled-1-19-1: #DCDFE4;
426
+ --triplex-next-Slider-Tooltip_Background-1-19-1: #1B1B1D;
427
+ --triplex-next-Slider-Tooltip_Color-1-19-1: rgba(255, 255, 255, 1);
428
+ --triplex-next-Slider-Track_Background_Default-1-19-1: #21A19A;
429
+ --triplex-next-Slider-Track_Background_Disabled-1-19-1: #E7E9EE;
430
+ --triplex-next-Slider-Track_Background_Hover-1-19-1: #007777;
431
+ --triplex-next-StatusTracker-Draft_Background-1-19-1: rgba(255, 255, 255, .15);
432
+ --triplex-next-StatusTracker-Warning_Background-1-19-1: #FF7A17;
433
+ --triplex-next-StatusTracker-Waiting_Background-1-19-1: #BFCADF;
434
+ --triplex-next-StatusTracker-Rejected_Background-1-19-1: #FF5571;
435
+ --triplex-next-StatusTracker-Approved_Background-1-19-1: #00D67D;
436
+ --triplex-next-StatusTracker-Waiting_Color-1-19-1: #A9B6D0;
437
+ --triplex-next-StatusTracker-Rejected_Color-1-19-1: #FFB1C1;
438
+ --triplex-next-StatusTracker-Approved_Color-1-19-1: #00D67D;
439
+ --triplex-next-StatusTracker-Border_Color-1-19-1: #FFFFFF;
440
+ --triplex-next-Step-Color_Active-1-19-1: #008985;
441
+ --triplex-next-Step-Color_Default-1-19-1: rgba(31, 31, 34, .65);
442
+ --triplex-next-Step-Color_Disabled-1-19-1: #FFFFFF;
443
+ --triplex-next-Step-Color_Done-1-19-1: #FFFFFF;
444
+ --triplex-next-Step-Color_Error-1-19-1: rgba(255, 255, 255, 1);
445
+ --triplex-next-Step-Color_Warning-1-19-1: rgba(255, 255, 255, 1);
446
+ --triplex-next-Step-Background_Active-1-19-1: #E3FFFA;
447
+ --triplex-next-Step-Background_Default-1-19-1: rgba(31, 31, 34, .05);
448
+ --triplex-next-Step-Background_Disabled-1-19-1: rgba(31, 31, 34, .15);
449
+ --triplex-next-Step-Background_Done-1-19-1: #008985;
450
+ --triplex-next-Step-Background_Error-1-19-1: #D10032;
451
+ --triplex-next-Step-Background_Warning-1-19-1: #EF4C01;
452
+ --triplex-next-Stepper-Step_Background_Default-1-19-1: #F2F4F7;
453
+ --triplex-next-Stepper-Step_Background_Hover-1-19-1: #EAEDF1;
454
+ --triplex-next-Stepper-Step_Background_Disabled-1-19-1: #F2F4F7;
455
+ --triplex-next-Stepper-Step_Background_Error-1-19-1: #FFF0F3;
456
+ --triplex-next-Stepper-Step_Background_Error_Hover-1-19-1: #FCE0E6;
457
+ --triplex-next-Stepper-Step_Background_Warning-1-19-1: #FFF4DB;
458
+ --triplex-next-Stepper-Step_Background_Warning_Hover-1-19-1: #FCEAC7;
459
+ --triplex-next-Stepper-Step_BorderColor_Focus-1-19-1: #FFD169;
460
+ --triplex-next-Stepper-Step_BorderColor_Error-1-19-1: #E60037;
461
+ --triplex-next-Stepper-Step_BorderColor_Warning-1-19-1: #FD6508;
462
+ --triplex-next-Stepper-Step_BorderColor_Success-1-19-1: #21A19A;
463
+ --triplex-next-Stepper-Step_Color_Default-1-19-1: rgba(31, 31, 34, .65);
464
+ --triplex-next-Stepper-Step_Color_Hover-1-19-1: rgba(31, 31, 34, 1);
465
+ --triplex-next-Stepper-Step_Color_Disabled-1-19-1: rgba(31, 31, 34, .35);
466
+ --triplex-next-Stepper-ButtonNext_Background-1-19-1: linear-gradient(to left, #FFFFFF 39.06%, transparent);
467
+ --triplex-next-Stepper-ButtonPrev_Background-1-19-1: linear-gradient(to right, #FFFFFF 39.06%, transparent);
468
+ --triplex-next-Stepper-Background-1-19-1: #FFFFFF;
469
+ --triplex-next-Stepper-Wrapper_Background-1-19-1: linear-gradient(#FFFFFF 64px, transparent 0);
470
+ --triplex-next-Stepper-Wrapper_BoxShadow-1-19-1: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
471
+ --triplex-next-TableBasic-Background_Hover-1-19-1: #E3E6EA;
472
+ --triplex-next-TableBasic-Background_Selected-1-19-1: #DCDFE4;
473
+ --triplex-next-TableBasic-Color-1-19-1: rgba(31, 31, 34, 1);
474
+ --triplex-next-TableBasic-Header_Background-1-19-1: #E7E9EE;
475
+ --triplex-next-TableBasic-TableFooter_Background-1-19-1: #E7E9EE;
476
+ --triplex-next-TableBasic-TableFooter_Highlight-1-19-1: linear-gradient(transparent, #FFFFFF);
477
+ --triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-19-1: #D6D9E0;
478
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-19-1: #FFFFFF;
479
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-19-1: #EAEDF1;
480
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-19-1: #FFFFFF;
481
+ --triplex-next-Tabs-Type1_Background-1-19-1: #F2F4F7;
482
+ --triplex-next-Tabs-Type2_Background-1-19-1: #FFFFFF;
483
+ --triplex-next-Tabs-Type1_Tab_Background_Default-1-19-1: #F2F4F7;
484
+ --triplex-next-Tabs-Type2_Tab_Background_Default-1-19-1: #FFFFFF;
485
+ --triplex-next-Tabs-Type1_Tab_Background_Selected-1-19-1: #DCDFE4;
486
+ --triplex-next-Tabs-Type2_Tab_Background_Selected-1-19-1: #E3E6EA;
487
+ --triplex-next-Tabs-Type1_Tab_Background_Hover-1-19-1: #E3E6EA;
488
+ --triplex-next-Tabs-Type2_Tab_Background_Hover-1-19-1: #EEF0F4;
489
+ --triplex-next-Tabs-Type1_Tab_Color_Default-1-19-1: rgba(31, 31, 34, .65);
490
+ --triplex-next-Tabs-Type2_Tab_Color_Default-1-19-1: rgba(31, 31, 34, .65);
491
+ --triplex-next-Tabs-Type1_Tab_Color_Selected-1-19-1: rgba(31, 31, 34, 1);
492
+ --triplex-next-Tabs-Type2_Tab_Color_Selected-1-19-1: rgba(31, 31, 34, 1);
493
+ --triplex-next-Tabs-Type1_Tab_Color_Hover-1-19-1: rgba(31, 31, 34, 1);
494
+ --triplex-next-Tabs-Type2_Tab_Color_Hover-1-19-1: rgba(31, 31, 34, 1);
495
+ --triplex-next-Tabs-Tab_BorderColor_Default-1-19-1: transparent;
496
+ --triplex-next-Tabs-Tab_BorderColor_Focus-1-19-1: #FFD169;
497
+ --triplex-next-Tag-Background-1-19-1: #DFE2E7;
498
+ --triplex-next-TagColor-Background_Default-1-19-1: #EEF3FC;
499
+ --triplex-next-TagColor-Background_Success-1-19-1: #E3FFFA;
500
+ --triplex-next-TagColor-Background_Info-1-19-1: #E3F6FF;
501
+ --triplex-next-TagColor-Background_Warning-1-19-1: #FFF4DB;
502
+ --triplex-next-TagColor-Background_Error-1-19-1: #FFF0F3;
503
+ --triplex-next-TagColor-Text_Color_Default-1-19-1: rgba(31, 31, 34, .75);
504
+ --triplex-next-TabsLine-BorderColor_Active-1-19-1: #21A19A;
505
+ --triplex-next-TabsLine-BorderColor_Hover-1-19-1: #19BDB0;
506
+ --triplex-next-TabsLine-Separator_Color-1-19-1: #D6D9E0;
507
+ --triplex-next-TabsLine-Shadow_Focus-1-19-1: 0 0 0 1px #FFDD64 inset;
508
+ --triplex-next-Tooltip-Background-1-19-1: #1B1B1D;
509
+ --triplex-next-Tooltip-Color-1-19-1: rgba(255, 255, 255, 1);
510
+ --triplex-next-Tooltip-Link_Desktop_Color_Active-1-19-1: #008985;
511
+ --triplex-next-Tooltip-Link_Desktop_Color_Default-1-19-1: #19BDB0;
512
+ --triplex-next-Tooltip-Link_Desktop_Color_Hover-1-19-1: #4BD9CF;
513
+ --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-19-1: 0 0 0 1px #FFD169;
514
+ --triplex-next-Tooltip-Link_Mobile_Color_Active-1-19-1: #007777;
515
+ --triplex-next-Tooltip-Link_Mobile_Color_Default-1-19-1: #008985;
516
+ --triplex-next-Tooltip-Link_Mobile_Color_Hover-1-19-1: #21A19A;
517
+ --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-19-1: 0 0 0 1px #FFDD64;
518
+ --triplex-next-TopOverlay-Background-1-19-1: rgba(31, 31, 34, .55);
519
+ --triplex-next-Typography-Primary_Color-1-19-1: rgba(31, 31, 34, 1);
520
+ --triplex-next-Typography-Complementary_Color-1-19-1: rgba(31, 31, 34, .85);
521
+ --triplex-next-Typography-Secondary_Color-1-19-1: rgba(31, 31, 34, .65);
522
+ --triplex-next-Typography-Tertiary_Color-1-19-1: rgba(31, 31, 34, .55);
523
+ --triplex-next-Typography-Disabled_Color-1-19-1: rgba(31, 31, 34, .35);
524
+ --triplex-next-Typography-Brand_Color-1-19-1: #008985;
525
+ --triplex-next-Typography-Info_Color-1-19-1: #0E57CC;
526
+ --triplex-next-Typography-Success_Color-1-19-1: #008B5C;
527
+ --triplex-next-Typography-Error_Color-1-19-1: #D10032;
528
+ --triplex-next-Typography-Warning_Color-1-19-1: #EF4C01;
529
+ --triplex-next-Typography-System_Color-1-19-1: #697591;
530
+ --triplex-next-Typography-PrimaryInvert_Color-1-19-1: rgba(255, 255, 255, 1);
531
+ --triplex-next-Typography-ComplementaryInvert_Color-1-19-1: rgba(255, 255, 255, .75);
532
+ --triplex-next-Typography-SecondaryInvert_Color-1-19-1: rgba(255, 255, 255, .55);
533
+ --triplex-next-Typography-TertiaryInvert_Color-1-19-1: rgba(255, 255, 255, .45);
534
+ --triplex-next-Typography-DisabledInvert_Color-1-19-1: rgba(255, 255, 255, .25);
535
+ --triplex-next-Typography-BrandInvert_Color-1-19-1: #19BDB0;
536
+ --triplex-next-Typography-InfoInvert_Color-1-19-1: #1297FE;
537
+ --triplex-next-Typography-SuccessInvert_Color-1-19-1: #00D67D;
538
+ --triplex-next-Typography-ErrorInvert_Color-1-19-1: #F80C45;
539
+ --triplex-next-Typography-WarningInvert_Color-1-19-1: #FF7A17;
540
+ --triplex-next-Typography-SystemInvert_Color-1-19-1: #95A3C1;
541
+ --triplex-next-UploadZone-Background_Default-1-19-1: #F2F4F7;
542
+ --triplex-next-UploadZone-Background_Hover-1-19-1: #EAEDF1;
543
+ --triplex-next-UploadZone-BorderColor_Default-1-19-1: #2D2D30;
544
+ --triplex-next-UploadZone-DragArea_Background-1-19-1: #F2F4F7;
545
+ --triplex-next-UploadZone-DragArea_BorderColor-1-19-1: #21A19A;}
546
+ .underline__f41605ee{text-decoration:underline}.strikethrough__0ce9c7df{text-decoration:line-through}.underlineStrikethrough__59105998{text-decoration:underline line-through}.typography__441d30cf.primary__9b9102cb{color:var(--triplex-next-Typography-Primary_Color-1-19-1)}.typography__441d30cf.primaryInvert__486b3083{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-19-1)}.typography__441d30cf.complementary__910c7d7d{color:var(--triplex-next-Typography-Complementary_Color-1-19-1)}.typography__441d30cf.complementaryInvert__9b301f8a{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-19-1)}.typography__441d30cf.secondary__f9811184{color:var(--triplex-next-Typography-Secondary_Color-1-19-1)}.typography__441d30cf.secondaryInvert__6e16029c{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-19-1)}.typography__441d30cf.tertiary__a9fd4014{color:var(--triplex-next-Typography-Tertiary_Color-1-19-1)}.typography__441d30cf.tertiaryInvert__c370cb31{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-19-1)}.typography__441d30cf.disabled__ee3a1d58{color:var(--triplex-next-Typography-Disabled_Color-1-19-1)}.typography__441d30cf.disabledInvert__fe7c7052{color:var(--triplex-next-Typography-DisabledInvert_Color-1-19-1)}.typography__441d30cf.brand__70cb03d2{color:var(--triplex-next-Typography-Brand_Color-1-19-1);-webkit-user-select:none;user-select:none}.typography__441d30cf.brandInvert__421f4ce8{color:var(--triplex-next-Typography-BrandInvert_Color-1-19-1)}.typography__441d30cf.info__b3ef63f8{color:var(--triplex-next-Typography-Info_Color-1-19-1)}.typography__441d30cf.infoInvert__7f95fd3a{color:var(--triplex-next-Typography-InfoInvert_Color-1-19-1)}.typography__441d30cf.success__048f2ce8{color:var(--triplex-next-Typography-Success_Color-1-19-1)}.typography__441d30cf.successInvert__33d47b10{color:var(--triplex-next-Typography-SuccessInvert_Color-1-19-1)}.typography__441d30cf.error__81c0343e{color:var(--triplex-next-Typography-Error_Color-1-19-1)}.typography__441d30cf.errorInvert__9744f118{color:var(--triplex-next-Typography-ErrorInvert_Color-1-19-1)}.typography__441d30cf.warning__f42e4818{color:var(--triplex-next-Typography-Warning_Color-1-19-1)}.typography__441d30cf.warningInvert__0c618127{color:var(--triplex-next-Typography-WarningInvert_Color-1-19-1)}.typography__441d30cf.system__23087ed0{color:var(--triplex-next-Typography-System_Color-1-19-1)}.typography__441d30cf.systemInvert__451d4c86{color:var(--triplex-next-Typography-SystemInvert_Color-1-19-1)}.typography__441d30cf.compact__9c37f39d{line-height:calc(16 / 14)}.caption__ed86a079.regular__9751b6c6{font-family:SBSansText}.caption__ed86a079.semibold__4de90575{font-family:SBSansTextSemibold;font-weight:600}.c1__1d0291cf{font-size:10px;line-height:12px}.c2__15d6dfa1{font-size:8px;line-height:10px}.d1__c3c08d5c{font-size:32px;line-height:40px}.d1__c3c08d5c.regular__9751b6c6{font-family:SBSansDisplay}.d1__c3c08d5c.semibold__4de90575{font-family:SBSansDisplaySemibold;font-weight:600}.text__489db179{outline:none}.text__489db179.regular__9751b6c6{font-family:SBSansText}.text__489db179.semibold__4de90575{font-family:SBSansTextSemibold;font-weight:600}.b1__1724048c{font-size:18px;line-height:24px}.b2__7a01bed8{font-size:16px;line-height:20px}.b3__a4e9cfda{font-size:14px;line-height:20px}.b3__a4e9cfda.compact__9c37f39d{line-height:16px}.b4__9e92db00{font-size:12px;line-height:16px}.title__093a48db{outline:none}.title__093a48db.regular__9751b6c6{font-family:SBSansDisplay;font-weight:400}.title__093a48db.semibold__4de90575{font-family:SBSansDisplaySemibold;font-weight:600}.title__093a48db.medium__44eb8d88{font-family:SBSansDisplayMedium;font-weight:500}.title__093a48db.bold__8b1c8d06{font-family:SBSansDisplayBold;font-weight:700}.h1__5964210e,.h2__74a1fed8,.h3__fc8e56c5{margin:0}.h1__5964210e{font-size:28px;line-height:36px}.h2__74a1fed8{font-size:24px;line-height:32px}.h3__fc8e56c5{font-size:20px;line-height:28px}.formFieldInput__2ffe16c4{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-19-1)}.formFieldInput__2ffe16c4:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-19-1)}.formFieldInput__2ffe16c4::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-19-1);opacity:0;transition:opacity .3s ease-out}.formFieldInput__2ffe16c4:focus{outline:none}.formFieldInput__2ffe16c4:focus::placeholder{opacity:1}.formFieldInput__2ffe16c4:-webkit-autofill{animation-name:autofill-applied-hook__a288975b;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__2ffe16c4:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__7416ce9c;animation-duration:1ms}.formFieldInput__2ffe16c4.sm__0100b60e{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__2ffe16c4.md__aecefac5{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__2ffe16c4.lg__da13c647{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__a288975b{0%{transform:none}}@keyframes autofill-cancelled-hook__7416ce9c{0%{transform:none}}.formField__8a0c5602{position:relative;flex-grow:1;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.formField__8a0c5602.default__d3ebc25c{background:var(--triplex-next-FormField-Background_Default-1-19-1);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-19-1)}.formField__8a0c5602:hover{background:var(--triplex-next-FormField-Background_Hover-1-19-1)}.formField__8a0c5602.disabled__773e6dab{background:var(--triplex-next-FormField-Background_Disabled-1-19-1)}.formField__8a0c5602.active__c6b1b70e{background:var(--triplex-next-FormField-Background_Active-1-19-1);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-19-1)}.formField__8a0c5602.active__c6b1b70e::placeholder{opacity:1}.formField__8a0c5602.error__242cf1f6{background:var(--triplex-next-FormField-Background_Error-1-19-1)}.formField__8a0c5602.error__242cf1f6:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-19-1)}.formField__8a0c5602.error__242cf1f6.active__c6b1b70e{background:var(--triplex-next-FormField-Background_Error-1-19-1);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-19-1)}.formField__8a0c5602.warning__3fc912af{background:var(--triplex-next-FormField-Background_Warning-1-19-1)}.formField__8a0c5602.warning__3fc912af:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-19-1)}.formField__8a0c5602.warning__3fc912af.active__c6b1b70e{background:var(--triplex-next-FormField-Background_Warning-1-19-1);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-19-1)}.formField__8a0c5602.sm__0100b60e{border-radius:6px}.formField__8a0c5602.md__aecefac5{border-radius:8px}.formField__8a0c5602.lg__da13c647{border-radius:10px}.formFieldDescription__d099caa2{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__d099caa2.withCounter__eaac7d8c{display:flex}.formFieldLabel__5373f78c{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__5373f78c.sm__0100b60e{top:6px}.formFieldLabel__5373f78c.md__aecefac5{top:10px}.formFieldLabel__5373f78c.lg__da13c647{top:18px}.formFieldLabel__5373f78c.lg__da13c647.floating__ae349787{top:10px}.formFieldLabelText__fddfd96f{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-19-1);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__0100b60e .formFieldLabelText__fddfd96f{font-size:12px;line-height:16px}.md__aecefac5 .formFieldLabelText__fddfd96f{font-size:14px;line-height:20px}.lg__da13c647 .formFieldLabelText__fddfd96f{font-size:16px;line-height:20px}.floating__ae349787 .formFieldLabelText__fddfd96f{font-size:12px;line-height:16px}.floating__ae349787.sm__0100b60e .formFieldLabelText__fddfd96f,.floating__ae349787.md__aecefac5 .formFieldLabelText__fddfd96f{display:none}.disabled__773e6dab .formFieldLabelText__fddfd96f{color:var(--triplex-next-FormField-Label_Color_Disabled-1-19-1)}.formFieldPostfix__78c5cc4e{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__e0105c30{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__004c8eb6{padding-left:4px;margin-left:auto}.formFieldMaskedInputWrapper__e8797637{position:relative}.formFieldMaskedInputWrapper__e8797637 .formFieldMaskedInputPlaceholder__5a28575a{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__e8797637 .formFieldMaskedInputPlaceholder__5a28575a::placeholder{opacity:1}.formFieldMaskedInputWrapper__e8797637 .formFieldMaskedInputPlaceholder__5a28575a:disabled{visibility:hidden}.formFieldMaskedInputWrapper__e8797637.size-sm__210ba9c0{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__e8797637.size-sm__210ba9c0 .formFieldMaskedInputPlaceholder__5a28575a{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__e8797637.size-md__6d8f25e7{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__e8797637.size-md__6d8f25e7 .formFieldMaskedInputPlaceholder__5a28575a{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__e8797637.size-lg__2858137b{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__e8797637.size-lg__2858137b .formFieldMaskedInputPlaceholder__5a28575a{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__e8797637 .formFieldMaskedInput__37197706{display:block;position:relative;background:none!important}.dropdownDesktop__0a24f4b0{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-19-1);background-color:var(--triplex-next-Dropdown-Background-1-19-1)}.dropdownDesktop__0a24f4b0.sm__f450964c{border-radius:6px}.dropdownDesktop__0a24f4b0.md__51586a07{border-radius:8px}.dropdownDesktop__0a24f4b0.lg__b1a6a361{border-radius:10px}.dropdownDesktopOverflowHidden__82d3060c{overflow:hidden}.badgeDot__3588eb68{display:inline-block;background:var(--triplex-next-Badge-Background-1-19-1);border-radius:50%}.badgeDot__3588eb68.sm__0a1b5368{width:6px;height:6px}.badgeDot__3588eb68.md__66981202{width:8px;height:8px}.badgeDot__3588eb68.lg__c3305cdb{width:10px;height:10px}.badgeContent__6547afdb{display:flex}.badgeContent__6547afdb.sm__0a1b5368{padding-left:4px;padding-right:4px}.badgeContent__6547afdb.md__66981202{padding-left:6px;padding-right:6px}.badgeContent__6547afdb.lg__c3305cdb{padding-left:8px;padding-right:8px}.badgeContent__6547afdb.noPaddingLeft__06cdfa5b{padding-left:0}.badgeContent__6547afdb.noPaddingRight__a572f6cc{padding-right:0}.badgePrefix__ab52b89d,.badgePostfix__9a5240eb{display:contents}.badge__ee31626c{display:inline-flex;align-items:center;justify-content:center;position:relative;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-19-1)}.badge__ee31626c.sm__0a1b5368{height:16px;border-radius:4px}.badge__ee31626c.md__66981202{height:20px;border-radius:6px}.badge__ee31626c.lg__c3305cdb{height:24px;border-radius:8px}.dropdownDesktopList__7218d6f4{margin:4px;overflow:auto}.dropdownDesktopList__7218d6f4 .notificationIcon__fdb87080{position:absolute}.dropdownDesktopList__7218d6f4.sm__f450964c{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__7218d6f4.sm__f450964c .dropdownDesktopListItem__61f3eef6{padding:6px 8px;border-radius:6px}.dropdownDesktopList__7218d6f4.sm__f450964c .dropdownDesktopListLoader__bdef97fd{margin:0 auto}.dropdownDesktopList__7218d6f4.sm__f450964c .notificationIcon__fdb87080{right:3px;top:3px}.dropdownDesktopList__7218d6f4.md__51586a07{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__7218d6f4.md__51586a07 .dropdownDesktopListItem__61f3eef6{padding:7px 8px;border-radius:8px}.dropdownDesktopList__7218d6f4.md__51586a07 .dropdownDesktopListLoader__bdef97fd{margin:-2px auto}.dropdownDesktopList__7218d6f4.md__51586a07 .notificationIcon__fdb87080{right:4px;top:4px}.dropdownDesktopList__7218d6f4.lg__b1a6a361{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__7218d6f4.lg__b1a6a361 .dropdownDesktopListItem__61f3eef6{padding:14px 8px;border-radius:10px}.dropdownDesktopList__7218d6f4.lg__b1a6a361 .dropdownDesktopListLoader__bdef97fd{margin:-6px auto}.dropdownDesktopList__7218d6f4.lg__b1a6a361 .notificationIcon__fdb87080{right:4px;top:6px}.dropdownDesktopListItem__61f3eef6{color:var(--triplex-next-DropdownList-Color-1-19-1);background:var(--triplex-next-DropdownList-Background_Default-1-19-1);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__61f3eef6+.dropdownDesktopListItem__61f3eef6{margin-top:2px}.dropdownDesktopListItem__61f3eef6.active__b4f9cb30{background:var(--triplex-next-DropdownList-Background_Active-1-19-1);cursor:pointer}.dropdownDesktopListItem__61f3eef6.selected__4b611970{background:var(--triplex-next-DropdownList-Background_Selected-1-19-1);cursor:default}.loaderSmall__6da498a1{display:flex;justify-content:center;align-items:center}.loaderSmall__6da498a1.sm__5ae84891{width:16px;height:16px;gap:2px}.loaderSmall__6da498a1.sm__5ae84891 .dot__59d56f51{width:4px;height:4px}.loaderSmall__6da498a1.md__d6bd9db5{width:24px;height:24px;gap:3px}.loaderSmall__6da498a1.md__d6bd9db5 .dot__59d56f51{width:6px;height:6px}.loaderSmall__6da498a1.lg__254bf5f6{width:32px;height:32px;gap:4px}.loaderSmall__6da498a1.lg__254bf5f6 .dot__59d56f51{width:8px;height:8px}.loaderSmall__6da498a1.neutral__34231edb .dot__59d56f51{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-19-1)}.loaderSmall__6da498a1.brand__3a6242f1 .dot__59d56f51{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-19-1)}.loaderSmall__6da498a1 .dot__59d56f51{border-radius:50%}.loaderSmall__6da498a1 .dot1__7f1d6559{animation:dotCycleSmall__6748ba37 .9s infinite}.loaderSmall__6da498a1 .dot2__d4f88dcd{animation:dotCycleSmall__6748ba37 .9s infinite .15s}.loaderSmall__6da498a1 .dot3__ba12becd{animation:dotCycleSmall__6748ba37 .9s infinite .3s}@keyframes dotCycleSmall__6748ba37{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__284664a8{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-19-1);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__c227b639{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__c227b639 .dot__59d56f51{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-19-1);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__c227b639 .dot1__7f1d6559{top:0;left:0;animation:dotCycleMiddle__1cc3023a 3s infinite}.loaderMiddleDots__c227b639 .dot2__d4f88dcd{right:0;top:0;opacity:.7;animation:dotCycleMiddle__1cc3023a 3s infinite .74s}.loaderMiddleDots__c227b639 .dot3__ba12becd{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__1cc3023a 3s infinite 1.5s}.loaderMiddleDots__c227b639 .dot4__ac1b955e{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__1cc3023a 3s infinite 2.25s}.loaderMiddleDots__c227b639 .line__9e961d93{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-19-1);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__d77d47ea 3s infinite}@keyframes lineCycle__d77d47ea{0%{width:12px;height:12px;left:0;top:0;opacity:1}12.5%{width:100%;height:12px;left:0;top:0;opacity:1}25%{width:12px;height:12px;left:calc(100% - 12px);top:0;opacity:1}37.5%{width:12px;height:100%;left:calc(100% - 12px);top:0;opacity:1}50%{width:12px;height:12px;left:calc(100% - 12px);top:calc(100% - 12px);opacity:1}62.5%{width:100%;height:12px;left:0;top:calc(100% - 12px);opacity:1}75%{width:12px;height:12px;left:0;top:calc(100% - 12px);opacity:1}87.5%{width:12px;height:100%;left:0;top:0;opacity:1}to{width:12px;height:12px;left:0;top:0;opacity:1}}@keyframes dotCycleMiddle__1cc3023a{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__d8c09e2b{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__9dc90260{background:var(--triplex-next-DropdownMobile-Backdrop-1-19-1);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__9dc90260.closing__2a6b6db9{opacity:0}.dropdownMobileBackdrop__9dc90260.opening__1b382d2c,.dropdownMobileBackdrop__9dc90260.opened__728d9e50{opacity:var(--triplex-DropdownMobile-Opacity-1-19-1)}.dropdownMobile__367e342b{position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);transition:transform .3s ease-in-out;max-height:50vh;display:flex;flex-direction:column;outline:none}.dropdownMobile__367e342b.closing__2a6b6db9{transform:translateY(100%)}.dropdownMobile__367e342b.opening__1b382d2c,.dropdownMobile__367e342b.opened__728d9e50{transform:translateY(0)}.dropdownMobileHeader__d29bcb15{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-19-1);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__d29bcb15 .dropdownMobileHeaderContent__de0b7bb0{margin-right:28px;min-height:20px}.dropdownMobileContent__1cf79617{background:var(--triplex-next-DropdownMobile-Content_Background-1-19-1);flex-grow:1;overflow:auto}.dropdownMobileFooter__cb4c897a{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-19-1);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-19-1);flex-shrink:1}.dropdownMobileListItem__b7340906{position:relative;padding:16px}.dropdownMobileListItem__b7340906.selected__4b611970{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-19-1)}.dropdownMobileListItem__b7340906:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-19-1)}.dropdownMobileListLoader__f87a800b{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__434e0ba3{overflow:hidden}.controlButtons__c4603a64{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__621658c6{margin-right:8px}.notificationIcon__fdb87080{position:absolute;right:6px;top:6px}.buttonIcon__8cef5d8c{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__8cef5d8c:enabled{cursor:pointer}.buttonIcon__8cef5d8c.circle__b82c40ae{border-radius:50%}.buttonIcon__8cef5d8c.squircle__b26a8880{border-radius:4px}.buttonIcon__8cef5d8c:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-19-1)}.dropdownMobileInput__4290d39c{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-19-1);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__4290d39c::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-19-1);opacity:1}.dropdownMobileInput__4290d39c::-ms-clear{display:none}.tabsLineWrapper__ba699c53[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__ba699c53[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__ba699c53[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__ba699c53[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__ba699c53{position:relative}.tabsLineWrapper__ba699c53.withSeparator__88a38743:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-19-1);bottom:0;left:0;right:0}.tabsLine__3832f2df{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__3832f2df:has(.sm__2284585b){height:28px}.tabsLine__3832f2df:has(.md__59f3986e){height:40px}.tabsLine__3832f2df:has(.lg__f641ff0b){height:56px}.tab__2a6a5df2{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__2a6a5df2.sm__2284585b{height:28px;padding-bottom:12px}.tab__2a6a5df2.md__59f3986e{height:40px;padding-top:8px;padding-bottom:12px}.tab__2a6a5df2.lg__f641ff0b{height:56px;padding-top:16px;padding-bottom:20px}.tab__2a6a5df2::-moz-focus-inner{border:none;padding:0}.tab__2a6a5df2:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-19-1)}.tab__2a6a5df2.active__9375bb1d{cursor:default}.tab__2a6a5df2:after{content:"";position:absolute;bottom:0;left:0;right:0;border-radius:2px 2px 0 0;border-bottom:4px solid transparent;transition:border-color .5s}.tab__2a6a5df2:hover:after,.tab__2a6a5df2:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-19-1)}.tab__2a6a5df2.active__9375bb1d:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-19-1)}.notificationIcon__5f39186d{position:absolute;right:6px}.sm__2284585b .notificationIcon__5f39186d{top:0}.md__59f3986e .notificationIcon__5f39186d{top:8px}.lg__f641ff0b .notificationIcon__5f39186d{top:16px}.tabsLineDropdown__81c4288d{display:inline-block}.tabsLineDropdown__81c4288d .dropdownTarget__6c6d8c8e.active__9375bb1d{cursor:pointer}.tabsLineDropdown__81c4288d .dropdownTargetInner__0a36cc73{display:inline-flex;align-items:center}.tabsLineDropdown__81c4288d .dropdownTargetCaret__b77d5c72{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__81c4288d .dropdownTargetCaret__b77d5c72.opened__5b4b3911{transform:rotate(-180deg)}.tabsLineDropdown__81c4288d .dropdown__52a569f8{right:0;padding:4px}.tabsLineMobileWrapper__a858135b{position:relative}.tabsLineMobileWrapper__a858135b .tab__2a6a5df2{flex-shrink:0}.tabsLineMobileWrapper__a858135b .tab__2a6a5df2:first-child{margin-left:16px}.tabsLineMobileWrapper__a858135b .tab__2a6a5df2:last-child{margin-right:16px}.tabsLineMobile__e46a265f{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__e46a265f::-webkit-scrollbar{display:none}.label__ec017201{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__ec017201.sm__860b053e{min-width:16px;min-height:16px}.label__ec017201.sm__860b053e.nonempty__54a1d3fd{padding:2px 0 2px 24px}.label__ec017201.md__ba40aaa7{min-height:24px;min-width:24px}.label__ec017201.md__ba40aaa7.nonempty__54a1d3fd{padding-left:32px;padding-top:2px}.label__ec017201.lg__8645624d{min-width:28px;min-height:28px}.label__ec017201.lg__8645624d.nonempty__54a1d3fd{padding-left:40px;padding-top:4px}.label__ec017201.disabled__5c024b87{cursor:default}.radio__a1e19f68{margin:0;opacity:0}.radioIcon__1f6945ef{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-19-1);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-19-1)}.radioIcon__1f6945ef:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-19-1);border-radius:50%;transform:scale(0)}.sm__860b053e .radioIcon__1f6945ef:after{width:8px;height:8px;top:4px;left:4px}.md__ba40aaa7 .radioIcon__1f6945ef:after{width:12px;height:12px;top:6px;left:6px}.lg__8645624d .radioIcon__1f6945ef:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__1f6945ef,.radioIcon__1f6945ef:after{pointer-events:none}.radio__a1e19f68,.radioIcon__1f6945ef{position:absolute;left:0;top:0}.sm__860b053e .radio__a1e19f68,.sm__860b053e .radioIcon__1f6945ef{width:16px;height:16px;top:2px}.md__ba40aaa7 .radio__a1e19f68,.md__ba40aaa7 .radioIcon__1f6945ef{width:24px;height:24px}.lg__8645624d .radio__a1e19f68,.lg__8645624d .radioIcon__1f6945ef{width:28px;height:28px}.radio__a1e19f68:enabled{cursor:pointer}.radio__a1e19f68:checked+.radioIcon__1f6945ef{background:var(--triplex-next-Radio-Background_Checked_Default-1-19-1);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-19-1)}.radio__a1e19f68:checked+.radioIcon__1f6945ef:after{transform:scale(1);transition:transform .2s ease-out}.radio__a1e19f68:hover+.radioIcon__1f6945ef{background-color:var(--triplex-next-Radio-Background_Hover-1-19-1);box-shadow:none}.radio__a1e19f68:disabled+.radioIcon__1f6945ef{background:var(--triplex-next-Radio-Background_Disabled-1-19-1);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-19-1)}.radio__a1e19f68:disabled:checked+.radioIcon__1f6945ef{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-19-1);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-19-1)}.radio__a1e19f68:disabled+.radioIcon__1f6945ef:after{background:var(--triplex-next-Radio-Dot_Disabled-1-19-1)}.radio__a1e19f68:focus-visible+.radioIcon__1f6945ef{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-19-1)}.radio__a1e19f68:checked:enabled:hover+.radioIcon__1f6945ef{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-19-1)}.radioXGroup__552db04a{display:inline-flex;flex-flow:row wrap}.radioXGroup__552db04a.indent-12__b9cb3100{margin-left:-6px;margin-right:-6px}.radioXGroup__552db04a.indent-12__b9cb3100 .label__ec017201{margin-left:6px;margin-right:6px}.radioXGroup__552db04a.indent-16__22dae109{margin-left:-8px;margin-right:-8px}.radioXGroup__552db04a.indent-16__22dae109 .label__ec017201{margin-left:8px;margin-right:8px}.radioXGroup__552db04a.indent-20__ea23db58{margin-left:-10px;margin-right:-10px}.radioXGroup__552db04a.indent-20__ea23db58 .label__ec017201{margin-left:10px;margin-right:10px}.radioXGroup__552db04a.indent-24__8b41eb2c{margin-left:-12px;margin-right:-12px}.radioXGroup__552db04a.indent-24__8b41eb2c .label__ec017201{margin-left:12px;margin-right:12px}.radioXGroup__552db04a.indent-28__60892693{margin-left:-14px;margin-right:-14px}.radioXGroup__552db04a.indent-28__60892693 .label__ec017201{margin-left:14px;margin-right:14px}.radioXGroup__552db04a.indent-32__49803dc7{margin-left:-16px;margin-right:-16px}.radioXGroup__552db04a.indent-32__49803dc7 .label__ec017201{margin-left:16px;margin-right:16px}.radioYGroup__5af7a7db{display:inline-flex;flex-flow:column wrap}.radioYGroup__5af7a7db .label__ec017201.sm__860b053e+.label__ec017201.sm__860b053e{margin-top:8px}.radioYGroup__5af7a7db .label__ec017201.md__ba40aaa7+.label__ec017201.md__ba40aaa7{margin-top:16px}.radioYGroup__5af7a7db .label__ec017201.lg__8645624d+.label__ec017201.lg__8645624d{margin-top:20px}.notification__c3e59a1c{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-19-1);background:var(--triplex-next-Notification-Background-1-19-1);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-19-1);z-index:300}.notification__c3e59a1c:first-child{margin-top:0}.notification__c3e59a1c.extraBottomPadding__9baf4e81{padding-bottom:24px}.notification__c3e59a1c .notificationHeader__f4437e25{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-19-1);width:100%;margin-top:0;margin-bottom:8px}.notification__c3e59a1c .notificationIcon__fdd34d74{line-height:0}.notification__c3e59a1c .notificationBody__936e17d9{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__c3e59a1c .notificationBodyList__45e6bd63{margin-top:8px}.notification__c3e59a1c .notificationClose__f6892b94{position:absolute;top:8px;right:8px;background-color:transparent;box-sizing:border-box;padding:0;margin:0;border-radius:0;border:none;outline:none;line-height:0}.notification__c3e59a1c.showCloseOnHover__9d917f63 .notificationClose__f6892b94{opacity:0}.notification__c3e59a1c.showCloseOnHover__9d917f63:hover{cursor:pointer}.notification__c3e59a1c.showCloseOnHover__9d917f63:hover .notificationClose__f6892b94{opacity:1}.notification__c3e59a1c .notificationFooter__2e542cfa{display:flex;align-items:center;margin-top:16px}.notification__c3e59a1c .notificationFooter__2e542cfa button+a{margin-left:16px}.notification__c3e59a1c .notificationTime__ef5c3947{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-19-1);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__0b21f7fa{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__0b21f7fa:hover{cursor:pointer}.notificationGroupedWrapper__0b21f7fa .notificationGroupedFooterItem__2266f5d8{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-19-1);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-19-1)}.notificationGroupedWrapper__0b21f7fa .notificationGroupedFooterItem__2266f5d8.first__87ea3e75{bottom:-8px;z-index:200}.notificationGroupedWrapper__0b21f7fa .notificationGroupedFooterItem__2266f5d8.second__81b23758{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__c3e59a1c,.notificationGroupedWrapper__0b21f7fa{width:100%}}.unorderedListItem__4102a14d:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__4102a14d+.unorderedListItem__4102a14d{margin-top:8px}.unorderedList__aa3732a9{position:relative;margin:0;padding-left:14px;list-style:none}.button__2458e023.general__246be0ae{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-19-1);color:var(--triplex-next-Button-General_Color_Default-1-19-1)}.button__2458e023.general__246be0ae:hover{background:var(--triplex-next-Button-General_Background_Hover-1-19-1);color:var(--triplex-next-Button-General_Color_Hover-1-19-1)}.button__2458e023.general__246be0ae.expanded__e10c5e84,.button__2458e023.general__246be0ae:active{background:var(--triplex-next-Button-General_Background_Active-1-19-1);color:var(--triplex-next-Button-General_Color_Active-1-19-1)}.button__2458e023.general__246be0ae:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-19-1)}.button__2458e023.general__246be0ae:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-19-1);color:var(--triplex-next-Button-General_Color_Disabled-1-19-1)}.button__2458e023.secondary__7396c2e0{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-19-1);color:var(--triplex-next-Button-Secondary_Color_Default-1-19-1)}.button__2458e023.secondary__7396c2e0:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-19-1);color:var(--triplex-next-Button-Secondary_Color_Hover-1-19-1)}.button__2458e023.secondary__7396c2e0.expanded__e10c5e84,.button__2458e023.secondary__7396c2e0:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-19-1);color:var(--triplex-next-Button-Secondary_Color_Active-1-19-1)}.button__2458e023.secondary__7396c2e0:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-19-1)}.button__2458e023.secondary__7396c2e0:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-19-1);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-19-1)}.button__2458e023.secondaryLight__a87a78be{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-19-1);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-19-1)}.button__2458e023.secondaryLight__a87a78be:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-19-1);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-19-1)}.button__2458e023.secondaryLight__a87a78be.expanded__e10c5e84,.button__2458e023.secondaryLight__a87a78be:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-19-1);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-19-1)}.button__2458e023.secondaryLight__a87a78be:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-19-1)}.button__2458e023.secondaryLight__a87a78be:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-19-1);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-19-1)}.button__2458e023.danger__10a5e926{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-19-1);color:var(--triplex-next-Button-Danger_Color_Default-1-19-1)}.button__2458e023.danger__10a5e926:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-19-1);color:var(--triplex-next-Button-Danger_Color_Hover-1-19-1)}.button__2458e023.danger__10a5e926.expanded__e10c5e84,.button__2458e023.danger__10a5e926:active{background:var(--triplex-next-Button-Danger_Background_Active-1-19-1);color:var(--triplex-next-Button-Danger_Color_Active-1-19-1)}.button__2458e023.danger__10a5e926:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-19-1)}.button__2458e023.danger__10a5e926:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-19-1);color:var(--triplex-next-Button-Danger_Color_Disabled-1-19-1)}.button__2458e023.link__1fadc16c{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-19-1);padding:0}.button__2458e023.link__1fadc16c.sm__250c558e{height:28px;min-width:0px;padding:6px 2px}.button__2458e023.link__1fadc16c.md__540fe605{height:40px;min-width:0px;padding:10px 2px}.button__2458e023.link__1fadc16c.lg__ab555977{height:56px;min-width:0px;padding:18px 2px}.button__2458e023.link__1fadc16c:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-19-1)}.button__2458e023.link__1fadc16c.expanded__e10c5e84,.button__2458e023.link__1fadc16c:active{color:var(--triplex-next-Button-Link_Color_Active-1-19-1)}.button__2458e023.link__1fadc16c:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-19-1)}.button__2458e023.link__1fadc16c:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-19-1)}.button__2458e023{display:inline-flex;align-items:center;position:relative;margin:0;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__2458e023::-moz-focus-inner{border:none;padding:0}.button__2458e023.sm__250c558e{line-height:16px;font-size:12px}.button__2458e023.sm__250c558e.general__246be0ae,.button__2458e023.sm__250c558e.secondary__7396c2e0,.button__2458e023.sm__250c558e.secondaryLight__a87a78be,.button__2458e023.sm__250c558e.danger__10a5e926{height:28px;min-width:58px;padding:0 16px;border-radius:6px}.button__2458e023.sm__250c558e.icon__e315343a{min-height:28px;min-width:28px;padding:0 4px}.button__2458e023.md__540fe605{line-height:20px;font-size:14px}.button__2458e023.md__540fe605.general__246be0ae,.button__2458e023.md__540fe605.secondary__7396c2e0,.button__2458e023.md__540fe605.secondaryLight__a87a78be,.button__2458e023.md__540fe605.danger__10a5e926{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__2458e023.md__540fe605.icon__e315343a{min-height:40px;min-width:40px;padding:0 10px}.button__2458e023.lg__ab555977{line-height:20px;font-size:16px}.button__2458e023.lg__ab555977.general__246be0ae,.button__2458e023.lg__ab555977.secondary__7396c2e0,.button__2458e023.lg__ab555977.secondaryLight__a87a78be,.button__2458e023.lg__ab555977.danger__10a5e926{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__2458e023.lg__ab555977.icon__e315343a{min-height:56px;min-width:56px;padding:0 12px}.button__2458e023:disabled{cursor:default}.button__2458e023:disabled *{pointer-events:none}.button__2458e023+.button__2458e023:not(.block__471eadc1){margin-left:12px}.button__2458e023 .content__d5b2cb1e{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__2458e023.block__471eadc1{display:block;width:100%}.button__2458e023.loading__ffb2b8cf{pointer-events:none}.button__2458e023.loading__ffb2b8cf .content__d5b2cb1e{visibility:hidden}.button__2458e023 .loader__ad5746c1{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__2458e023 .loader__ad5746c1.hidden__065be988{visibility:hidden}.buttonDropdownExtended__9d2b747b{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__9d2b747b .buttonDropdownExtendedBlock__60457af9{padding:4px;margin-top:4px;right:0}.buttonDropdown__0432a99e.block__471eadc1{display:block}.buttonDropdown__0432a99e+.button__2458e023:not(.block__471eadc1),.buttonDropdown__0432a99e+.buttonDropdown__0432a99e:not(.block__471eadc1){margin-left:16px}.buttonDropdown__0432a99e .buttonDropdownTarget__a6e8eac0 .caretIcon__6a03b651{margin-left:4px;transition:transform .3s ease-in-out}.buttonDropdown__0432a99e .buttonDropdownTarget__a6e8eac0.active__53c761ed .caretIcon__6a03b651{transform:rotate(-180deg)}.buttonDropdown__0432a99e .buttonDropdownMenuItem__190d1d0f{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__1053f5cd{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__b6df86c4{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__fdefe44a{position:fixed;left:var(--modalWindow-screen-left, 0);top:var(--modalWindow-screen-top, 0);width:var(--modalWindow-screen-width, 100%);bottom:0;z-index:1400}.modalWindowBackdrop__6f12a040{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-1-19-1);width:var(--modalWindow-screen-width, 100%)}.modalWindow__63651e3b{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__63651e3b .modalWindowContentWrapper__1fc0f385{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__1053f5cd .6s ease}.modalWindow__63651e3b .modalWindowContent__fba9261c{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__63651e3b .modalWindowContent__fba9261c .modalWindowBody__1299ab1f{box-sizing:border-box;animation:fadeIn__9f47c6f8 .3s ease}@keyframes fadeIn__9f47c6f8{0%{opacity:0}to{opacity:1}}.modalWindow__63651e3b .modalWindowContent__fba9261c .spinnerSm__703be163{display:none}@media (max-width: 767px){.modalWindow__63651e3b .modalWindowContent__fba9261c .spinner__e5d43cda{display:none}.modalWindow__63651e3b .modalWindowContent__fba9261c .spinnerSm__703be163{display:flex}}.global-modalWindowTransition-exit .modalWindow__63651e3b .modalWindowContentWrapper__1fc0f385{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__b6df86c4 .3s ease}.global-modalWindowTransition-exit .modalWindow__63651e3b .modalWindowContentWrapper__1fc0f385 .modalWindowBody__1299ab1f{animation:fadeOut__14085e19 .3s ease}@keyframes fadeOut__14085e19{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__4c5177df{position:absolute;left:0;right:0;height:0}.modalWindow__63651e3b.sm__51cd117d .modalWindowContentWrapper__1fc0f385{max-width:480px}.modalWindow__63651e3b.sm__51cd117d .modalWindowContent__fba9261c .modalWindowBody__1299ab1f{min-height:196px}@media (max-width: 575px){.modalWindow__63651e3b.sm__51cd117d .modalWindowContentWrapper__1fc0f385{max-width:100%}}.modalWindow__63651e3b.md__b9fae8ce .modalWindowContentWrapper__1fc0f385{max-width:600px}.modalWindow__63651e3b.md__b9fae8ce .modalWindowContent__fba9261c .modalWindowBody__1299ab1f{min-height:246px}@media (max-width: 767px){.modalWindow__63651e3b.md__b9fae8ce .modalWindowContentWrapper__1fc0f385{max-width:100%}}.modalWindow__63651e3b.lg__eae249a1 .modalWindowContentWrapper__1fc0f385{max-width:800px}.modalWindow__63651e3b.lg__eae249a1 .modalWindowContent__fba9261c .modalWindowBody__1299ab1f{min-height:396px}@media (max-width: 991px){.modalWindow__63651e3b.lg__eae249a1 .modalWindowContentWrapper__1fc0f385{max-width:100%}}.modalWindowContentPage__e70ea32a{background:var(--triplex-next-ModalWindow-Background-1-19-1);padding:8px!important}.modalWindowContentPage__e70ea32a,.modalWindowLoaderScreen__faaba377{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__e70ea32a,.modalWindowLoaderScreen__faaba377{border-radius:24px}}.islandBody__08c45ff2{display:block}.islandHeader__10f8efe0,.islandFooter__8419cff0,.island__6b947709{position:relative}.island__6b947709.type1__51c7dd8b{background-color:var(--triplex-next-Island-Type1_Background-1-19-1);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-19-1)}.island__6b947709.type2__c1e5f1e1{background-color:var(--triplex-next-Island-Type2_Background-1-19-1);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-19-1)}.island__6b947709.type3__dad27422{background-color:var(--triplex-next-Island-Type3_Background-1-19-1);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-19-1)}.island__6b947709.sm__2bd22675{border-radius:16px;padding:16px}.island__6b947709.sm__2bd22675 .islandHeader__10f8efe0+.islandBody__08c45ff2,.island__6b947709.sm__2bd22675 .islandHeader__10f8efe0+.islandFooter__8419cff0,.island__6b947709.sm__2bd22675 .islandBody__08c45ff2+.islandFooter__8419cff0{margin-top:8px}.island__6b947709.md__39164de0{border-radius:24px;padding:24px}.island__6b947709.md__39164de0 .islandHeader__10f8efe0+.islandBody__08c45ff2,.island__6b947709.md__39164de0 .islandHeader__10f8efe0+.islandFooter__8419cff0,.island__6b947709.md__39164de0 .islandBody__08c45ff2+.islandFooter__8419cff0{margin-top:12px}.island__6b947709.lg__6698df7d{border-radius:32px;padding:32px}.island__6b947709.lg__6698df7d .islandHeader__10f8efe0+.islandBody__08c45ff2,.island__6b947709.lg__6698df7d .islandHeader__10f8efe0+.islandFooter__8419cff0,.island__6b947709.lg__6698df7d .islandBody__08c45ff2+.islandFooter__8419cff0{margin-top:16px}@media (max-width: 767px){.island__6b947709.sm__2bd22675,.island__6b947709.md__39164de0{border-radius:16px;padding:16px}.island__6b947709.lg__6698df7d{border-radius:24px;padding:24px}}.modalWindowBody__1299ab1f{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__33c07f2e{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__33c07f2e{top:20px;right:20px}}.loaderScreen__59f93e52{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:0;top:0;right:0;bottom:0;z-index:10100}.loaderScreen__59f93e52.loaderSmallBackdrop__fe00665a{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-19-1)}.loaderScreen__59f93e52.loaderMiddleBackdrop__0b088194{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-19-1)}.body__2dfec69a{position:relative;display:flex}.body__2dfec69a .bodyInner__9ad78345{position:relative;flex-grow:1;width:100%}.bodyPage__fde038a2{flex-grow:1}.verticalMargin24__5c531db9{margin-top:24px;margin-bottom:24px}.verticalMargin16__86994f27{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__5c531db9{margin-top:16px;margin-bottom:16px}.verticalMargin16__86994f27{margin-top:8px;margin-bottom:8px}}.headerTabs__4ca22328{display:flex;justify-content:space-between}.headerTabs__4ca22328 .headerTabsContent__047d355b{flex-grow:1}.headerTabs__4ca22328 .headerTabsControls__d98c64f1{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__4ca22328{flex-wrap:wrap}.headerTabs__4ca22328 .headerTabsContent__047d355b{width:100%}.headerTabs__4ca22328 .headerTabsControls__d98c64f1{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__4ca22328 .headerTabsControls__d98c64f1>button{margin-left:16px;margin-top:16px}}.headerTitle__70aa2b93{display:flex;justify-content:space-between}.headerTitle__70aa2b93 .headerTitleControls__3dac2af6{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__fd1b7c5b+.headerTitle__70aa2b93{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__70aa2b93{flex-wrap:wrap}.headerTitle__70aa2b93 .headerTitleContent__e0c6f674{width:100%}.headerTitle__70aa2b93 .headerTitleControls__3dac2af6{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__70aa2b93 .headerTitleControls__3dac2af6>button{margin-left:16px;margin-top:16px}}.headerSubheader__6e900099{padding:24px 0}.headerSubheader__6e900099.withoutPaddings__617ca4b9{padding:0}.headerLayoutSidebar__bd2386e3{display:flex;justify-content:space-between}.headerLayoutSidebarContent__0c8d374a{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__5592a106{display:none}}.page__640293a8{height:100%;display:flex;flex-direction:column;max-width:100%;padding:32px;box-sizing:border-box}.global-page{position:relative}@media (max-width: 767px){.page__640293a8{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__200a0348.sticky__7db23d97{z-index:101;position:sticky;top:0;border-top-left-radius:var(--r-top, 24px)!important;border-top-right-radius:var(--r-top, 24px)!important;transition:border-radius .2s ease,box-shadow .2s ease}.global-LB-more-media-point-0 .headerPageTypeFirst__200a0348.sticky__7db23d97[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-19-1)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__7be6b417.sticky__7db23d97{z-index:101;position:sticky;bottom:0;transition:border-radius .2s ease,box-shadow .2s ease;border-bottom-left-radius:var(--r-bottom, 24px)!important;border-bottom-right-radius:var(--r-bottom, 24px)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__7be6b417.sticky__7db23d97[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-1-19-1)!important}.footerDescription__7344bd88{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__22c083ee{flex-grow:1;margin-right:auto}.footerDescriptionControls__b5d85635{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__7344bd88{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__22c083ee{width:100%}.footerDescriptionControls__b5d85635{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__b5d85635>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__22c083ee+.footerDescriptionControls__b5d85635{margin-top:0}.footer__00870830{padding:16px 0}}.modalWindowHeader__4d3e5e83 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__4d3e5e83 .global-HeaderTitleContent{padding-right:72px}}.list__4307a087{margin:0;padding:0;list-style:none;position:relative}.listItemControls__e18ef737{display:flex;padding:0 16px 0 4px}.listItemContent__dc83281b{background:var(--triplex-next-ListItem-Background-1-19-1);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__dc83281b.selected__ac802c76{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-19-1)}.listItemControlsButton__514564ae{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-19-1);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__514564ae:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-19-1)}.listItemControlsButton__514564ae:hover .listItemControlsButtonLabel__901063e5{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-19-1)!important}.listItemControlsButton__514564ae.expanded__dc91bd8f,.listItemControlsButton__514564ae:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-19-1)}.listItemControlsButton__514564ae.expanded__dc91bd8f .listItemControlsButtonLabel__901063e5,.listItemControlsButton__514564ae:active .listItemControlsButtonLabel__901063e5{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-19-1)!important}.listItemControlsButton__514564ae+.listItemControlsButton__514564ae,.listItemControlsButton__514564ae+.listItemControlsButtonDropdown__bffe3945{margin-left:4px}.listItemControlsButtonIcon__30c192d9{line-height:0}.listItemControlsButton__514564ae.withText__355fb865 .listItemControlsButtonIcon__30c192d9{margin-bottom:8px}.listItemControlsButtonLabel__901063e5{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-19-1)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__bffe3945{display:flex}.listItemControlsButtonInner__5e57fad5{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__514564ae.withIcon__0d0546cd.withText__355fb865 .listItemControlsButtonInner__5e57fad5{height:44px;overflow:visible}.buttonDropdownMenuItem__fb26f097{overflow:hidden;text-overflow:ellipsis}.listEmptyState__0baf0ea3{padding:64px 16px 16px;text-align:center}.listItemLoading__07ca1a3d{height:24px;padding:12px 0;position:relative}.label__70ab7714{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__70ab7714.sm__887b4c08{min-width:16px;min-height:16px}.label__70ab7714.sm__887b4c08.nonempty__6106b1c0{padding:2px 0 2px 24px}.label__70ab7714.md__a5eb271d{min-width:24px;min-height:24px}.label__70ab7714.md__a5eb271d.nonempty__6106b1c0{padding-left:32px;padding-top:2px}.label__70ab7714.lg__6d1be7d2{min-width:28px;min-height:28px}.label__70ab7714.lg__6d1be7d2.nonempty__6106b1c0{padding-left:40px;padding-top:4px}.label__70ab7714.disabled__a2a612fe{cursor:default}.label__70ab7714[hidden]{display:none}.checkbox__97c522c9{margin:0;opacity:0}.checkboxIcon__85ee8bf9{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-19-1);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-19-1)}.sm__887b4c08 .checkboxIcon__85ee8bf9{border-radius:4px}.checkmarkIcon__a00597aa{transform:scale(0)}.checkmarkIcon__a00597aa path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-19-1)}.checkboxIcon__85ee8bf9,.checkmarkIcon__a00597aa{pointer-events:none}.checkbox__97c522c9,.checkboxIcon__85ee8bf9,.checkmarkIcon__a00597aa{position:absolute;left:0;top:0}.sm__887b4c08 .checkbox__97c522c9,.sm__887b4c08 .checkboxIcon__85ee8bf9,.sm__887b4c08 .checkmarkIcon__a00597aa{width:16px;height:16px;top:2px}.md__a5eb271d .checkbox__97c522c9,.md__a5eb271d .checkboxIcon__85ee8bf9,.md__a5eb271d .checkmarkIcon__a00597aa{width:24px;height:24px}.lg__6d1be7d2 .checkbox__97c522c9,.lg__6d1be7d2 .checkboxIcon__85ee8bf9,.lg__6d1be7d2 .checkmarkIcon__a00597aa{width:28px;height:28px}.checkbox__97c522c9:enabled{cursor:pointer}.checkbox__97c522c9:enabled:hover+.checkboxIcon__85ee8bf9{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-19-1);background-color:var(--triplex-next-Checkbox-Background_Hover-1-19-1)}.checkbox__97c522c9:checked+.checkboxIcon__85ee8bf9{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-19-1);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-19-1)}.checkbox__97c522c9:checked~.checkmarkIcon__a00597aa{transform:scale(1);transition:transform .2s ease-out}.checkbox__97c522c9:disabled+.checkboxIcon__85ee8bf9{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-19-1);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-19-1)}.checkbox__97c522c9:disabled:checked+.checkboxIcon__85ee8bf9{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-19-1);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-19-1)}.checkbox__97c522c9:disabled~.checkmarkIcon__a00597aa path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-19-1)}.checkbox__97c522c9:focus-visible+.checkboxIcon__85ee8bf9{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-19-1)}.checkbox__97c522c9:checked:enabled:hover+.checkboxIcon__85ee8bf9{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-19-1)}.listItemSelectable__c18bf02d{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-19-1);border-radius:8px}.listItemSelectable__c18bf02d.selected__ac802c76{background:var(--triplex-next-ListItem-Background_Selected-1-19-1)}.checkboxWrapper__3597dec6{padding:16px;line-height:0}.childrenWrapper__52acaca6{flex-grow:1}.checkboxLabel__1b40e421{padding:0!important;position:relative}.checkboxLabelClickArea__f40eb227{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__8ee33698{position:relative;overflow:hidden}.swipeableArea__8ee33698 .content__abee335c{position:relative;touch-action:pan-y}.swipeableArea__8ee33698 .content__abee335c.disableScroll__579599f3{touch-action:none}.swipeableArea__8ee33698 .content__abee335c.disablePointerEvents__e3f0f643:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__8ee33698 .swipeAnimationFinish__682fbb40{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__8ee33698 .leftContent__1d2f1d95,.swipeableArea__8ee33698 .rightContent__b73ee9fb{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__8ee33698 .rightContent__b73ee9fb{left:auto;right:0}.listItemTail__fd7643e7{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__938bff5e{background:var(--triplex-next-ListMaster-Background-1-19-1);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__f2ad1e4d{position:absolute;top:0;left:0;right:0}.listItemTailTop__f2ad1e4d:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-19-1)}.listItemTailTop__f2ad1e4d:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-19-1)}.listItemTailBottom__5d257f41{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__5d257f41:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-19-1)}.listItemTailBottom__5d257f41:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-1-19-1)}.listItemTailRight__a3d8974d{right:-8px}.listItemTailLeft__f8dd4dfa{left:-8px}.listItemTable__ba5ccc53{margin-bottom:4px}.listItemTable__ba5ccc53:last-child{margin-bottom:0}.listSortableItemTarget__80e1a3d7{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-19-1);touch-action:manipulation;cursor:grab}.listSortableItemTarget__80e1a3d7:hover{background:var(--triplex-next-ListItem-Background_Selected-1-19-1)}.listSortableItemTarget__80e1a3d7.dragging__250166f4{background:var(--triplex-next-ListItem-Background_Dragging-1-19-1);box-shadow:var(--triplex-next-ListItem-Shadow-1-19-1);cursor:grabbing;z-index:1}.listSortableItemTargetContent__29015a63{flex:1}.listSortableItemTargetIcon__b771490c{display:block;margin-left:24px}.listSortableItem__3b52ec14{position:relative}.listSortableItem__3b52ec14.dragging__250166f4{z-index:1}.listSortableItemControls__5ddbbbb0{display:inline-block}.islandWidgetHeader__fa3d148c{display:flex;justify-content:space-between;align-items:center}.islandWidgetHeader__fa3d148c .islandWidgetHeaderContent__14286318{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__fa3d148c .islandWidgetHeaderDescription__ffa2ccba{display:flex}.islandWidgetHeader__fa3d148c .caretWrapper__052371a4{position:absolute;top:20px;right:16px}.islandWidgetHeader__fa3d148c .caretIcon__b5753532{transition:transform .3s ease-in-out}.islandWidgetHeader__fa3d148c.open__24f65dc9 .caretWrapper__052371a4 .caretIcon__b5753532{transform:rotate(-180deg)}@media (max-width: 767px){.islandWidgetHeader__fa3d148c{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetBody__f2c8c6c7{padding-top:16px}.islandWidgetFooter__05305c99{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__3b5a6d86{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__771814ba{margin-left:auto;white-space:nowrap}.expandAnimation__3a03ee1f{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__4b4a894d{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-19-1);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__4b4a894d{border-radius:0 0 16px 16px}}.islandWidget__a5c443d6{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__a5c443d6>*{height:100%}.islandWidgetWithExtraFooter__5b45df08:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-19-1)!important}@media (max-width: 767px){.islandWidgetHeaderWrapperAdaptive__127528a9{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__5fae8e2a{display:flex;flex-direction:column}.formFieldClear__35b98b19{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__35b98b19.hidden__1a1f8a6e{opacity:0;pointer-events:none}.formFieldTarget__c44efe3c{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-19-1);overflow:hidden;white-space:nowrap}.formFieldTarget__c44efe3c.placeholder__3a9a61c5{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-19-1)}.formFieldTarget__c44efe3c.disabled__773e6dab{color:var(--triplex-next-FormField-Target_Color_Disabled-1-19-1)}.formFieldTarget__c44efe3c.size-sm__210ba9c0{font-size:12px;height:28px;line-height:16px}.formFieldTarget__c44efe3c.size-md__6d8f25e7{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__c44efe3c.size-lg__2858137b{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__c44efe3c .placeholderWrapper__87249416{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__c44efe3c:focus{outline:none}.formFieldTarget__c44efe3c:focus .placeholderWrapper__87249416{opacity:1}.formFieldTextarea__0ca6d03e{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-19-1);vertical-align:top;font-family:inherit}.formFieldTextarea__0ca6d03e.sm__0100b60e{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__0ca6d03e.md__aecefac5{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__0ca6d03e.lg__da13c647{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__0ca6d03e::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-19-1);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__0ca6d03e:focus{outline:none}.formFieldTextarea__0ca6d03e:focus::placeholder{opacity:1}.formFieldTextarea__0ca6d03e:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-19-1)}.chipGroupItem__b2ed07c2{display:inline-block}.chip__a3a090e8{background:var(--triplex-next-Chip-Background_Default-1-19-1);color:var(--triplex-next-Chip-Color_Default-1-19-1);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;gap:2px;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__a3a090e8.lg__3547528e{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__a3a090e8.lg__3547528e .prefix__f02f025f{padding-left:16px}.chip__a3a090e8.lg__3547528e .postfix__6c5b95e9{padding-right:12px}.chip__a3a090e8.md__a6a49ab5{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__a3a090e8.md__a6a49ab5 .prefix__f02f025f{padding-left:12px}.chip__a3a090e8.md__a6a49ab5 .postfix__6c5b95e9{padding-right:8px}.chip__a3a090e8.sm__ceefa1f0{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__a3a090e8.sm__ceefa1f0 .prefix__f02f025f{padding-left:8px}.chip__a3a090e8.sm__ceefa1f0 .postfix__6c5b95e9{padding-right:8px}.chip__a3a090e8:hover{background:var(--triplex-next-Chip-Background_Hover-1-19-1);color:var(--triplex-next-Chip-Color_Hover-1-19-1)}.chip__a3a090e8:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-19-1)}.chip__a3a090e8:active,.chip__a3a090e8[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-19-1);color:var(--triplex-next-Chip-Color_Active-1-19-1)}.chip__a3a090e8.disabled__ff19ffec{background:var(--triplex-next-Chip-Background_Disabled-1-19-1);color:var(--triplex-next-Chip-Color_Disabled-1-19-1);cursor:default;pointer-events:none}.chip__a3a090e8.selected__fdb13d9f{background:var(--triplex-next-Chip-Background_Selected_Default-1-19-1);color:var(--triplex-next-Chip-Color_Selected_Default-1-19-1)}.chip__a3a090e8.selected__fdb13d9f:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-19-1);color:var(--triplex-next-Chip-Color_Selected_Hover-1-19-1)}.chip__a3a090e8.selected__fdb13d9f:active,.chip__a3a090e8.selected__fdb13d9f[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-19-1);color:var(--triplex-next-Chip-Color_Selected_Active-1-19-1)}.chip__a3a090e8.selected__fdb13d9f.disabled__ff19ffec{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-19-1);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-19-1)}.chip__a3a090e8.withPrefix__5d01c92a{padding-left:0}.chip__a3a090e8.withPostfix__1efeedc0{padding-right:0}.chip__a3a090e8 .content__f282ebf0{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__a3a090e8 .prefix__f02f025f,.chip__a3a090e8 .postfix__6c5b95e9{display:flex}.calendarControls__2ea56e62{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-19-1)}.calendarViewDays__48310850{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__43621bdb .calendarViewDays__48310850{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__8344e661,.calendarViewYears__eab80559{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__43621bdb .calendarViewMonths__8344e661,.adaptive__43621bdb .calendarViewYears__eab80559{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__a10afd75{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-1-19-1)}.calendarViewDaysBody__b49fb396:before{display:block;content:"‌";line-height:8px}.adaptive__43621bdb .calendarViewDaysBody__b49fb396:before{line-height:4px}.calendarViewItem__74e1c223{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__74e1c223:focus-visible{outline:none}.calendarViewItem__74e1c223.current__d6814769{font-weight:600}.calendarViewItem__74e1c223.disabled__0cda33f0{pointer-events:none}.calendarViewItemLabel__c502e696{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-19-1);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-19-1);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-19-1);cursor:pointer}.calendarViewItemLabel__c502e696:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-19-1);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-19-1);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd:hover.basicMark__1b6898a6:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd:hover.standardMark__f73920eb:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd:hover.attentionMark__7d528862:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd:hover.criticalMark__4bcbdd7c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd.muted__dbaec8d6{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-19-1);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd.muted__dbaec8d6:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-19-1);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd.basicMark__1b6898a6:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd.standardMark__f73920eb:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd.attentionMark__7d528862:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-19-1)}.calendarViewItemLabel__c502e696.selected__d34d1afd.criticalMark__4bcbdd7c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-19-1)}.calendarViewItemLabel__c502e696.marked__b2eeff5e:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__c502e696.basicMark__1b6898a6:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-19-1)}.calendarViewItemLabel__c502e696.standardMark__f73920eb:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-19-1)}.calendarViewItemLabel__c502e696.attentionMark__7d528862:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-19-1)}.calendarViewItemLabel__c502e696.criticalMark__4bcbdd7c:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-19-1)}.calendarViewItemLabel__c502e696.muted__dbaec8d6{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-19-1)}.calendarViewItemLabel__c502e696.disabled__0cda33f0{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-19-1);background:none}.calendarViewItem__74e1c223:focus-visible .calendarViewItemLabel__c502e696{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-19-1)}.unitDay__36b65b28{width:36px;height:36px;border-radius:6px}.unitMonth__6d6fd784,.unitYear__044c038d{width:89px;height:48px;border-radius:6px}.adaptive__43621bdb .unitMonth__6d6fd784,.adaptive__43621bdb .unitYear__044c038d{width:104px;height:48px;border-radius:6px}.calendarFooter__d3b9a4cc{margin-top:12px;text-align:center}.calendar__c49933d9{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-19-1);-webkit-user-select:none;user-select:none}.calendar__c49933d9.adaptive__43621bdb{width:auto;padding:20px}.calendar__c49933d9+.calendar__c49933d9{margin-top:20px}.datePickerExtendedMobileDropdown__5bd52979{max-height:100vh}.chipDropdownArrow__ccdd332f{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__ccdd332f.rotated__438355cb{transform:rotate(-180deg)}.chipClearButton__e2d4369e{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__e2d4369e:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-19-1)}.dropdownMobileMaskedInput__bd329320{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__4944b294{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__4944b294 .caretWrapper__5494f3f4{height:100%}.selectExtendedFieldTarget__4944b294 .caretIcon__d8e5b24f{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__4944b294.selectOpened__0cf0da03 .caretIcon__d8e5b24f{transform:rotate(180deg)}.selectExtendedFieldTarget__4944b294.disabled__61b79674{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__aa16c732{position:relative}.multiselectFieldHeader__9f599bc9{padding:12px 12px 0}.multiselectFieldContentWrapper__f9d38de0 .multiselectFieldContent__85f8bac0{position:relative;padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__f9d38de0 .multiselectFieldContent__85f8bac0:has(.loaderScreen__d367732e){overflow:hidden}.multiselectFieldContentWrapper__f9d38de0 .multiselectFieldContent__85f8bac0.sm__41241063{max-height:208px}.multiselectFieldContentWrapper__f9d38de0 .multiselectFieldContent__85f8bac0.md__f48fd628{max-height:266px}.multiselectFieldContentWrapper__f9d38de0 .multiselectFieldContent__85f8bac0.lg__fb50b75d{max-height:296px}.multiselectFieldFooter__a99de1a4{padding:0 12px 12px}.multiselectFieldFooter__a99de1a4:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-19-1)}.chipOptionsContent__124da0fa{min-width:14px;text-align:center;display:block}.tooltipDesktop__0121ec69{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__0121ec69 .tooltipBody__0035ceb1{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-19-1)}.tooltipDesktop__0121ec69 .tooltipXButton__f53b3f64{position:absolute;right:8px;top:8px}.tooltipDesktopContent__dc3c74f1{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-19-1);border-radius:8px}.closable__2c005024 .tooltipDesktopContent__dc3c74f1{padding-right:32px}.tooltipSM__8f95813f .tooltipDesktopContent__dc3c74f1{width:192px;min-height:52px}.tooltipLG__a5ed4911 .tooltipDesktopContent__dc3c74f1{width:384px;min-height:52px}.tooltipOverlay__997edce8{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__a5e60507{width:0;height:0}.tooltipDesktopTip__a5e60507.down__413ceb01{border-top:solid var(--triplex-next-Tooltip-Background-1-19-1);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__a5e60507.up__cfa3cd44{border-bottom:solid var(--triplex-next-Tooltip-Background-1-19-1);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__a5e60507.left__afddb956{border-right:solid var(--triplex-next-Tooltip-Background-1-19-1);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__a5e60507.right__d4265b93{border-left:solid var(--triplex-next-Tooltip-Background-1-19-1);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__d17f1ea7 .tooltipBody__0035ceb1{text-align:left}.tooltipMobileContent__efc20e5b{padding:16px}.headerless__b1d971ac .tooltipMobileContent__efc20e5b{padding-right:40px;border-radius:16px 16px 0 0}.headerless__b1d971ac .tooltipMobileContent__efc20e5b .closeButton__317fe816{position:absolute;right:16px;top:16px}.tooltipLink__66a3b214{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__7f8d6f0a{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-19-1)}.desktop__7f8d6f0a:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-19-1)}.desktop__7f8d6f0a:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-19-1)}.desktop__7f8d6f0a:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-19-1)}.mobile__74950548{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-19-1)}.mobile__74950548:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-19-1)}.mobile__74950548:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-19-1)}.mobile__74950548:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-19-1)}.chipSuggestInputWrapper__fbbd642b{margin:12px}.suggestDropdownMobileBody__a2c1d538{height:176px}.suggestDropdownMobileNoOptionsText__e9f59744{padding:16px}.checkboxXGroup__70a91de0{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__70a91de0.indent-12__3d63080d{margin-left:-6px;margin-right:-6px}.checkboxXGroup__70a91de0.indent-12__3d63080d .label__70ab7714{margin-left:6px;margin-right:6px}.checkboxXGroup__70a91de0.indent-16__126abdb4{margin-left:-8px;margin-right:-8px}.checkboxXGroup__70a91de0.indent-16__126abdb4 .label__70ab7714{margin-left:8px;margin-right:8px}.checkboxXGroup__70a91de0.indent-20__0ae97ece{margin-left:-10px;margin-right:-10px}.checkboxXGroup__70a91de0.indent-20__0ae97ece .label__70ab7714{margin-left:10px;margin-right:10px}.checkboxXGroup__70a91de0.indent-24__7bfeb20d{margin-left:-12px;margin-right:-12px}.checkboxXGroup__70a91de0.indent-24__7bfeb20d .label__70ab7714{margin-left:12px;margin-right:12px}.checkboxXGroup__70a91de0.indent-28__fd027ddd{margin-left:-14px;margin-right:-14px}.checkboxXGroup__70a91de0.indent-28__fd027ddd .label__70ab7714{margin-left:14px;margin-right:14px}.checkboxXGroup__70a91de0.indent-32__e6480593{margin-left:-16px;margin-right:-16px}.checkboxXGroup__70a91de0.indent-32__e6480593 .label__70ab7714{margin-left:16px;margin-right:16px}.checkboxYGroup__302901dd{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__302901dd .label__70ab7714.sm__887b4c08+.label__70ab7714.sm__887b4c08{margin-top:8px}.checkboxYGroup__302901dd .label__70ab7714.lg__6d1be7d2+.label__70ab7714.lg__6d1be7d2{margin-top:20px}.checkboxYGroup__302901dd .label__70ab7714.md__a5eb271d+.label__70ab7714.md__a5eb271d{margin-top:16px}.card__ef734bfb{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__ef734bfb.roundingMD__fe4622fc{--radius: 16px}.card__ef734bfb.roundingSM__740bcb3d{--radius: 8px}.card__ef734bfb.general__4be9bdf7{background:var(--triplex-next-Card-Static_General_Background-1-19-1)}.card__ef734bfb.secondary__8aca5f74{background:var(--triplex-next-Card-Static_Secondary_Background-1-19-1)}.card__ef734bfb .cardMedia__e0097078{background-size:cover;background-repeat:no-repeat;background-position:center}.card__ef734bfb .cardContent__7d9bcc96{padding:var(--padding)}.card__ef734bfb .cardContent__7d9bcc96.paddingMD__f4dc7c80{--padding: 24px}.card__ef734bfb .cardContent__7d9bcc96.paddingSM__c23f5954{--padding: 16px}.card__ef734bfb .cardContent__7d9bcc96 .cardContentHeader__83e7430a{margin-bottom:16px}.card__ef734bfb .cardContent__7d9bcc96 .cardContentFooter__2dc81897{margin-top:16px}.action__2ad8862a{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__2ad8862a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none;box-shadow:var(--card-inner-shadow, none);border-radius:var(--radius)}.action__2ad8862a.general__4be9bdf7{background:var(--triplex-next-Card-Action_General_Background-1-19-1);box-shadow:var(--triplex-next-Card-Shadow_Default-1-19-1)}.action__2ad8862a.general__4be9bdf7:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-19-1);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-19-1)}.action__2ad8862a.general__4be9bdf7.selected__06b8dd54{background:var(--triplex-next-Card-Action_General_Background_Selected-1-19-1);box-shadow:var(--triplex-next-Card-Shadow_Default-1-19-1);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-19-1)}.action__2ad8862a.general__4be9bdf7.selected__06b8dd54:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-19-1);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-19-1);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-19-1)}.action__2ad8862a.general__4be9bdf7:focus{outline:none}.action__2ad8862a.general__4be9bdf7:focus.focusVisible__cdbcd5a3{box-shadow:var(--triplex-next-Card-Shadow_Default-1-19-1);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-19-1)}.action__2ad8862a.secondary__8aca5f74{background:var(--triplex-next-Card-Action_Secondary_Background-1-19-1)}.action__2ad8862a.secondary__8aca5f74:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-19-1)}.action__2ad8862a.secondary__8aca5f74.selected__06b8dd54{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-19-1);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-19-1);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-19-1)}.action__2ad8862a.secondary__8aca5f74.selected__06b8dd54:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-19-1);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-19-1)}.action__2ad8862a.secondary__8aca5f74:focus{outline:none}.action__2ad8862a.secondary__8aca5f74:focus.focusVisible__cdbcd5a3{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-19-1)}.alertContext__868ac50d{display:flex;font-size:12px;line-height:16px}.alertContext__868ac50d>svg{flex-shrink:0}.alertContext__868ac50d .alertContextText__6efc8c73{margin-left:8px}.alertContext__868ac50d.alertTypeError__0af9b082 .alertContextText__6efc8c73{color:var(--triplex-next-AlertContext-Error_Color-1-19-1)}.alertContext__868ac50d.alertTypeInfo__75bd5caa .alertContextText__6efc8c73{color:var(--triplex-next-AlertContext-Info_Color-1-19-1)}.alertContext__868ac50d.alertTypeWarning__3543e0a4 .alertContextText__6efc8c73{color:var(--triplex-next-AlertContext-Warning_Color-1-19-1)}.alertContext__868ac50d.alertTypeSystem__20786ed6 .alertContextText__6efc8c73{color:var(--triplex-next-AlertContext-System_Color-1-19-1)}.alertProcess__7bb41a6b{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__7bb41a6b.withSpoiler__ee7c9eed{min-height:40px}.alertProcess__7bb41a6b .themeIcon__4b71c246{box-sizing:border-box;height:20px;width:20px}.alertProcess__7bb41a6b.alertTypeError__0af9b082{background:var(--triplex-next-AlertProcess-Error_Background-1-19-1)}.alertProcess__7bb41a6b.alertTypeInfo__75bd5caa{background:var(--triplex-next-AlertProcess-Info_Background-1-19-1)}.alertProcess__7bb41a6b.alertTypeWarning__3543e0a4{background:var(--triplex-next-AlertProcess-Warning_Background-1-19-1)}.alertProcess__7bb41a6b.alertTypeSystem__20786ed6{background:var(--triplex-next-AlertProcess-System_Background-1-19-1)}.alertProcess__7bb41a6b.alertTypeFeature__d4972f0a{background:var(--triplex-next-AlertProcess-Feature_Background-1-19-1)}.alertProcess__7bb41a6b.alertTypeFeature__d4972f0a .themeIcon__4b71c246{padding-top:0}.alertProcess__7bb41a6b .alertProcessContentBlock__22183dc2{flex:1;margin-left:10px}.alertProcess__7bb41a6b .alertProcessContentBlock__22183dc2 .expandableContent__2d059c42{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__7bb41a6b .alertProcessContentBlock__22183dc2 .expandableContent__2d059c42.expanded__111b54a1{max-height:1000px;opacity:1}.alertProcess__7bb41a6b .closeButton__66e9fba6{margin-left:10px}.alertProcess__7bb41a6b .expandButton__b7f66117{position:absolute;right:16px;bottom:16px;height:16px;width:16px;transition:transform .3s ease-in-out;display:flex;align-items:center;justify-content:center}.alertProcess__7bb41a6b .expandButton__b7f66117.expanded__111b54a1{transform:rotate(180deg)}.adaptive__a67c6de9{font-size:10px!important;line-height:12px!important}.avatar__1d1173bf{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-19-1)}.avatar__1d1173bf.xxs__8b474de3{width:28px;height:28px;border-radius:6px}.avatar__1d1173bf.xs__2ce233be{width:32px;height:32px;border-radius:8px}.avatar__1d1173bf.sm__69fcc8fb{width:40px;height:40px;border-radius:10px}.avatar__1d1173bf.md__96bc9a47{width:56px;height:56px;border-radius:16px}.avatar__1d1173bf.lg__6e9b770e{width:80px;height:80px;border-radius:20px}.avatar__1d1173bf.xl__1abe0ddf{width:96px;height:96px;border-radius:24px}.avatar__1d1173bf.xxl__b3e05b51{width:128px;height:128px;border-radius:28px}.col-1__98a47e18{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__b76b997e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__87d32614{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__76d68ac7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__5d64ab47{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__08f433f3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__d0d1dce6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__a7da647c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__d8bb718a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__17b79df6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__2cf27d22{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__ca2ed262{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__81192162{margin-left:0%}.offset-1__9d9db40d{margin-left:8.33333333%}.offset-2__d1c7de88{margin-left:16.66666667%}.offset-3__cdb86a47{margin-left:25%}.offset-4__57d80d2a{margin-left:33.33333333%}.offset-5__c7f7f792{margin-left:41.66666667%}.offset-6__376ca069{margin-left:50%}.offset-7__6bb8639d{margin-left:58.33333333%}.offset-8__b96e8985{margin-left:66.66666667%}.offset-9__dec3fce6{margin-left:75%}.offset-10__1e6d49f7{margin-left:83.33333333%}.offset-11__146c8d5b{margin-left:91.66666667%}.d-none__e6a6cd98{display:none!important}.d-block__d83f8638{display:block!important}@media (min-width: 576px){.col-sm-1__18f56fa6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__57d8bd81{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__bcdb79fc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__f1b7aa74{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__5a445265{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__f8e5a05b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__9134a92b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__237e04e9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__7e7d286d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__8330e6a6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__108bd04f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__b03aa47f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__4ef1250b{margin-left:0%}.offset-sm-1__53ce78e7{margin-left:8.33333333%}.offset-sm-2__21f61ff8{margin-left:16.66666667%}.offset-sm-3__a3cd3ea7{margin-left:25%}.offset-sm-4__ef6dcf80{margin-left:33.33333333%}.offset-sm-5__39e3aee6{margin-left:41.66666667%}.offset-sm-6__4bdddf9b{margin-left:50%}.offset-sm-7__ed58aabe{margin-left:58.33333333%}.offset-sm-8__9a7e16fd{margin-left:66.66666667%}.offset-sm-9__e50f5a06{margin-left:75%}.offset-sm-10__8778162c{margin-left:83.33333333%}.offset-sm-11__2c4e134e{margin-left:91.66666667%}.d-none-sm__ea1d64f9{display:none!important}.d-block-sm__b3d52c7d{display:block!important}}@media (min-width: 768px){.col-md-1__9ce2b215{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__21f52510{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__1632d47b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__340409d1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__9c6928f2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__2fc83b09{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__eef56754{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__4a56e4f8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__41ae4bae{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__14845aa5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__745f6916{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__b8af8825{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__93f17029{margin-left:0%}.offset-md-1__2db77e56{margin-left:8.33333333%}.offset-md-2__66991939{margin-left:16.66666667%}.offset-md-3__8edcb4d9{margin-left:25%}.offset-md-4__2a040f31{margin-left:33.33333333%}.offset-md-5__c465a264{margin-left:41.66666667%}.offset-md-6__ac7aff3c{margin-left:50%}.offset-md-7__5cf4cd66{margin-left:58.33333333%}.offset-md-8__f6dfdba0{margin-left:66.66666667%}.offset-md-9__d1419c37{margin-left:75%}.offset-md-10__93a193ea{margin-left:83.33333333%}.offset-md-11__6f98504b{margin-left:91.66666667%}.d-none-md__ca57b6d5{display:none!important}.d-block-md__bef4a696{display:block!important}}@media (min-width: 992px){.col-lg-1__b7a04556{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__8efa8a8e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__adb9c28a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__096acba3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__4e252dfb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__8a2ce4a9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__0fb690c0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__88790d40{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__81027d77{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__eb79b59b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__e2368d24{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__0da4254f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__cacc5c34{margin-left:0%}.offset-lg-1__09640d09{margin-left:8.33333333%}.offset-lg-2__8ee58eb0{margin-left:16.66666667%}.offset-lg-3__f022f4c9{margin-left:25%}.offset-lg-4__d06fa9e7{margin-left:33.33333333%}.offset-lg-5__6269b30a{margin-left:41.66666667%}.offset-lg-6__9a174785{margin-left:50%}.offset-lg-7__b67f4e54{margin-left:58.33333333%}.offset-lg-8__4d1492c2{margin-left:66.66666667%}.offset-lg-9__dc0d9eb7{margin-left:75%}.offset-lg-10__3dadc8dc{margin-left:83.33333333%}.offset-lg-11__f9252d85{margin-left:91.66666667%}.d-none-lg__6aab2af8{display:none!important}.d-block-lg__e15b7080{display:block!important}}@media (min-width: 1200px){.col-xl-1__cd10d888{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__b3c92866{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__5504dee9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__023991c3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__e7211499{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__294a4560{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__8cd04965{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__6c9d23dd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__ea3d65d2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__2efc2a4b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__f73e9ff5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__867c8d87{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__ffec5c7a{margin-left:0%}.offset-xl-1__39276c39{margin-left:8.33333333%}.offset-xl-2__3c159a44{margin-left:16.66666667%}.offset-xl-3__b7ae692e{margin-left:25%}.offset-xl-4__16be46e8{margin-left:33.33333333%}.offset-xl-5__185f7fa1{margin-left:41.66666667%}.offset-xl-6__3ccb557e{margin-left:50%}.offset-xl-7__92cba636{margin-left:58.33333333%}.offset-xl-8__21c54920{margin-left:66.66666667%}.offset-xl-9__40496d25{margin-left:75%}.offset-xl-10__3a67414b{margin-left:83.33333333%}.offset-xl-11__50b0602b{margin-left:91.66666667%}.d-none-xl__9c1118f2{display:none!important}.d-block-xl__1f5105b6{display:block!important}}.ellipsisLineClamp__cbebf41a{--ellipsis-line-clamp: 1;padding:0;display:-webkit-box;-webkit-line-clamp:var(--ellipsis-line-clamp);line-clamp:var(--ellipsis-line-clamp);-webkit-box-orient:vertical;overflow:hidden;white-space:normal;word-break:break-word}.ellipsisLineClamp__cbebf41a.oneLine__55bf7826{word-break:break-all}.link__09ab1a45{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-19-1)}.link__09ab1a45:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-19-1)}.link__09ab1a45:active{color:var(--triplex-next-Link-Text_Color_Active-1-19-1)}.link__09ab1a45:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-19-1)}.wordWithContent__99a1735f{white-space:nowrap;display:inline-flex;align-items:center}.before__9a7929f7 :first-child{margin-right:2px}.after__391f6841 :last-child{margin-left:2px}.marker__dd6c8939.success__0b810db1{background:var(--triplex-next-Marker-Background_Success-1-19-1)}.marker__dd6c8939.error__fa930cf0{background:var(--triplex-next-Marker-Background_Error-1-19-1)}.marker__dd6c8939.warning__3deb0b6b{background:var(--triplex-next-Marker-Background_Warning-1-19-1)}.marker__dd6c8939.waiting__3f65065d{background:var(--triplex-next-Marker-Background_Waiting-1-19-1)}.markerStatus__db6b3a72{line-height:0;display:flex;align-items:start}.markerStatus__db6b3a72 .contentContainer__1a43a590{display:flex;flex-direction:column}.markerStatus__db6b3a72.md__e8aea63e{gap:4px}.markerStatus__db6b3a72.md__e8aea63e .markerContainer__7a2db34c{margin-top:4px}.markerStatus__db6b3a72.lg__a78b6b85{gap:6px}.markerStatus__db6b3a72.lg__a78b6b85 .contentContainer__1a43a590{gap:4px}.markerStatus__db6b3a72.lg__a78b6b85 .markerContainer__7a2db34c{margin-top:5px}.row__1f4ea96f{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__1f4ea96f.noPaddingBottom__7a11cf93,.row__1f4ea96f:last-child{padding-bottom:0}.tabsExtended__70112973{position:relative}.tabsExtendedContent__6e7f01ac{display:inline-flex}.tabsExtendedContent__6e7f01ac.sm__02813416{border-radius:6px;padding:4px}.tabsExtendedContent__6e7f01ac.md__c9b402a3{border-radius:8px;padding:4px}.tabsExtendedContent__6e7f01ac.lg__5858be50{border-radius:10px;padding:8px}.tabsExtendedTab__30566567{display:flex}.tabsExtendedTab__30566567+.tabsExtendedTab__30566567,.tabsExtendedDropdown__39ca1860{margin-left:2px}.tabsReal__42566ceb,.tabsFake__ec25d187{display:flex;box-sizing:border-box;width:100%}.tabsReal__42566ceb.hidden__2e7eabfe{visibility:hidden}.tabsReal__42566ceb .tabsExtendedTab__30566567.hidden__2e7eabfe{display:none}.tabsFake__ec25d187{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__7425db3f .tabsExtendedContent__6e7f01ac{background-color:var(--triplex-next-Tabs-Type1_Background-1-19-1)}.type2__07140a1e .tabsExtendedContent__6e7f01ac{background-color:var(--triplex-next-Tabs-Type2_Background-1-19-1)}.tabsExtendedTabButton__e33d3cd2{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-19-1);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__e33d3cd2 .tabButtonText__a3bfbafc{font-weight:400}.tabsExtendedTabButton__e33d3cd2 .notificationIcon__351d76c2{position:absolute}.tabsExtendedTabButton__e33d3cd2.lg__5858be50{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__e33d3cd2.lg__5858be50 .tabButtonText__a3bfbafc{font-size:16px;line-height:20px}.tabsExtendedTabButton__e33d3cd2.lg__5858be50 .notificationIcon__351d76c2{right:6px;top:6px}.tabsExtendedTabButton__e33d3cd2.md__c9b402a3{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__e33d3cd2.md__c9b402a3 .tabButtonText__a3bfbafc{font-size:14px;line-height:20px}.tabsExtendedTabButton__e33d3cd2.md__c9b402a3 .notificationIcon__351d76c2{right:4px;top:4px}.tabsExtendedTabButton__e33d3cd2.sm__02813416{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__e33d3cd2.sm__02813416 .tabButtonText__a3bfbafc{font-size:12px;line-height:16px}.tabsExtendedTabButton__e33d3cd2.sm__02813416 .notificationIcon__351d76c2{right:3px;top:3px}.tabsExtendedTabButton__e33d3cd2::-moz-focus-inner{border:none}.tabsExtendedTabButton__e33d3cd2+.tabsExtendedTabButton__e33d3cd2{margin-left:2px}.tabsExtendedTabButton__e33d3cd2:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type1__7425db3f{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type1__7425db3f.selected__ff79fe32{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type1__7425db3f.selected__ff79fe32 .tabButtonText__a3bfbafc{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type1__7425db3f:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type1__7425db3f:hover .tabButtonText__a3bfbafc{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type1__7425db3f .tabButtonText__a3bfbafc{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type2__07140a1e{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-19-1);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type2__07140a1e.selected__ff79fe32{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type2__07140a1e.selected__ff79fe32 .tabButtonText__a3bfbafc{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type2__07140a1e:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-19-1)}.tabsExtendedTabButton__e33d3cd2.type2__07140a1e:hover .tabButtonText__a3bfbafc{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-19-1)}.tabsContent__5bef8740 .tabButtonDropdown__ff135801{padding:0!important;border-radius:0!important;background:none!important}.tabsContent__5bef8740 .tabButtonDropdown__ff135801.sm__c7a6649e{min-width:20px;min-height:20px;height:20px}.tabsContent__5bef8740 .tabButtonDropdown__ff135801.md__38058774{min-width:32px;min-height:32px;height:32px}.tabsContent__5bef8740 .tabButtonDropdown__ff135801.lg__f524aa91{min-width:40px;min-height:40px;height:40px}.tag__4a3c9646{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-19-1);border-radius:4px;gap:2px}.tag__4a3c9646.sm__8ebbeb7a{height:20px;padding:2px 4px 2px 6px}.tag__4a3c9646.md__03da2c80{height:28px;padding:4px 6px 4px 8px}.tag__4a3c9646.lg__1d46b21a{height:32px;padding:6px 8px 6px 10px}.content__48be2673{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__582a7a44{display:flex;flex-wrap:wrap}.tagGroup__582a7a44.sm__40b74935{gap:4px}.tagGroup__582a7a44.md__75ae6d4c{gap:8px}.tagGroup__582a7a44.lg__c84946e2{gap:12px}.paginationExtended__3b9999c5{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__bc136048 .directionIconNext__2ef0803f{transform:rotate(180deg)}.pageEllipsis__3d8b70c8{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-19-1);cursor:default}.paginationPageButton__20aebe87{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-19-1);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__20aebe87:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-19-1);outline:none}.paginationPageButton__20aebe87:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-19-1)}.paginationPageButton__20aebe87:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-19-1);cursor:grabbing}.paginationPageButton__20aebe87.currentPage__757b2e7c{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-19-1);cursor:default}.paginationNavigationExtended__428f5f80{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__e3add07e{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__e3add07e .paginationSelectControl__631f85ba{margin-left:8px;min-width:72px}.skeleton__bd6fa0ce{border-radius:16px;flex-grow:1}.skeleton__bd6fa0ce.light__a270cdcd{animation:skeleton-light-pulse__79cca2f8 2s ease-in-out infinite}.skeleton__bd6fa0ce.dark__1fa38522{animation:skeleton-dark-pulse__5890ec01 2s ease-in-out infinite}@keyframes skeleton-light-pulse__79cca2f8{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-19-1)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-19-1)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-19-1)}}@keyframes skeleton-dark-pulse__5890ec01{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-19-1)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-19-1)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-19-1)}}.segmentedControlSegment__9c7c14b4{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-19-1);outline:none;cursor:pointer}.segmentedControlSegment__9c7c14b4:disabled{cursor:default}.sm__88fe2aa6 .segmentedControlSegment__9c7c14b4{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__88e8dd42 .segmentedControlSegment__9c7c14b4{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__92c28527 .segmentedControlSegment__9c7c14b4{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__44b6464f .segmentedControlSegment__9c7c14b4{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-19-1)}.general1__44b6464f .segmentedControlSegment__9c7c14b4:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-19-1)}.general1__44b6464f .segmentedControlSegment__9c7c14b4:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-19-1)}.general1__44b6464f .segmentedControlSegment__9c7c14b4.selected__75d9b846{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-19-1)}.general1__44b6464f .segmentedControlSegment__9c7c14b4.selected__75d9b846:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-19-1)}.general1__44b6464f .segmentedControlSegment__9c7c14b4.selected__75d9b846:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-19-1)}.general2__5f480f25 .segmentedControlSegment__9c7c14b4{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-19-1)}.general2__5f480f25 .segmentedControlSegment__9c7c14b4:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-19-1)}.general2__5f480f25 .segmentedControlSegment__9c7c14b4:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-19-1)}.general2__5f480f25 .segmentedControlSegment__9c7c14b4.selected__75d9b846{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-19-1)}.general2__5f480f25 .segmentedControlSegment__9c7c14b4.selected__75d9b846:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-19-1)}.general2__5f480f25 .segmentedControlSegment__9c7c14b4.selected__75d9b846:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-19-1);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-19-1)}.secondary1__c7b63793 .segmentedControlSegment__9c7c14b4{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-19-1)}.secondary1__c7b63793 .segmentedControlSegment__9c7c14b4:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-19-1)}.secondary1__c7b63793 .segmentedControlSegment__9c7c14b4:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-19-1)}.secondary1__c7b63793 .segmentedControlSegment__9c7c14b4.selected__75d9b846{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-19-1)}.secondary1__c7b63793 .segmentedControlSegment__9c7c14b4.selected__75d9b846:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-19-1)}.secondary2__043609e6 .segmentedControlSegment__9c7c14b4{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-19-1)}.secondary2__043609e6 .segmentedControlSegment__9c7c14b4:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-19-1)}.secondary2__043609e6 .segmentedControlSegment__9c7c14b4:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-19-1)}.secondary2__043609e6 .segmentedControlSegment__9c7c14b4.selected__75d9b846{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-19-1)}.secondary2__043609e6 .segmentedControlSegment__9c7c14b4.selected__75d9b846:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-19-1);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-19-1)}.segmentedControlSegment__9c7c14b4:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-19-1)}.content__d510aace{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__876019da{display:flex;gap:4px}.segmentedControl__876019da.general1__44b6464f{background:var(--triplex-next-SegmentedControl-General_1_Background-1-19-1)}.segmentedControl__876019da.secondary1__c7b63793{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-19-1)}.segmentedControl__876019da.general2__5f480f25{background:var(--triplex-next-SegmentedControl-General_2_Background-1-19-1)}.segmentedControl__876019da.secondary2__043609e6{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-19-1)}.segmentedControl__876019da.sm__88fe2aa6{border-radius:6px;padding:4px}.segmentedControl__876019da.md__88e8dd42{border-radius:8px;padding:4px}.segmentedControl__876019da.lg__92c28527{border-radius:10px;padding:8px}.step__01fb2a20{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:32px;height:32px;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__01fb2a20.default__86ce879e{background-color:var(--triplex-next-Step-Background_Default-1-19-1)}.step__01fb2a20.default__86ce879e>span{color:var(--triplex-next-Step-Color_Default-1-19-1)}.step__01fb2a20.done__e282bbf7{background-color:var(--triplex-next-Step-Background_Done-1-19-1)}.step__01fb2a20.done__e282bbf7>span{color:var(--triplex-next-Step-Color_Done-1-19-1)}.step__01fb2a20.warning__354a56c4{background-color:var(--triplex-next-Step-Background_Warning-1-19-1)}.step__01fb2a20.warning__354a56c4>span{color:var(--triplex-next-Step-Color_Warning-1-19-1)}.step__01fb2a20.active__4bd7390c{background-color:var(--triplex-next-Step-Background_Active-1-19-1)}.step__01fb2a20.active__4bd7390c>span{color:var(--triplex-next-Step-Color_Active-1-19-1)}.step__01fb2a20.error__34910c13{background-color:var(--triplex-next-Step-Background_Error-1-19-1)}.step__01fb2a20.error__34910c13>span{color:var(--triplex-next-Step-Color_Error-1-19-1)}.step__01fb2a20.disabled__bd920d13{background-color:var(--triplex-next-Step-Background_Disabled-1-19-1)}.step__01fb2a20.disabled__bd920d13>span{color:var(--triplex-next-Step-Color_Disabled-1-19-1)}.stepperWrapper__5aea803d{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-19-1)}.stepperStep__afe6820e{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__afe6820e+.stepperStep__afe6820e{margin-left:12px}.stepperStep__afe6820e.sm__b5a7d2d1:not(:last-child) .content__b4bf2a34{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__afe6820e.sm__b5a7d2d1:last-child .content__b4bf2a34{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__afe6820e.sm__b5a7d2d1:last-child .arrow__11878164{display:none}.stepperStep__afe6820e.md__396934eb:not(:last-child) .content__b4bf2a34{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__afe6820e.md__396934eb:last-child .content__b4bf2a34{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__afe6820e.md__396934eb:last-child .arrow__11878164{display:none}.stepperStep__afe6820e.lg__540a7cd7:not(:last-child) .content__b4bf2a34{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__afe6820e.lg__540a7cd7:last-child .content__b4bf2a34{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__afe6820e.lg__540a7cd7:last-child .arrow__11878164{display:none}.stepperStep__afe6820e:hover:not(.active__7f1ffebe):not(.disabled__4a67b21e) .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Hover-1-19-1)}.stepperStep__afe6820e:hover:not(.active__7f1ffebe):not(.disabled__4a67b21e) .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-19-1)}.stepperStep__afe6820e:hover:not(.active__7f1ffebe):not(.disabled__4a67b21e) .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-19-1)}.stepperStep__afe6820e.active__7f1ffebe{cursor:default}.stepperStep__afe6820e.active__7f1ffebe .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-19-1)}.stepperStep__afe6820e.active__7f1ffebe .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-19-1)}.stepperStep__afe6820e.active__7f1ffebe.error__f3a128ab .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Error-1-19-1)}.stepperStep__afe6820e.active__7f1ffebe.error__f3a128ab .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-19-1)}.stepperStep__afe6820e.active__7f1ffebe.error__f3a128ab .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-19-1)}.stepperStep__afe6820e.active__7f1ffebe.warning__bbdb3ddd .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1)}.stepperStep__afe6820e.active__7f1ffebe.warning__bbdb3ddd .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1)}.stepperStep__afe6820e.active__7f1ffebe.warning__bbdb3ddd .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.error__f3a128ab .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Error-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.error__f3a128ab .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.error__f3a128ab .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.error__f3a128ab:hover .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.error__f3a128ab:hover .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.error__f3a128ab:hover .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.warning__bbdb3ddd .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.warning__bbdb3ddd .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.warning__bbdb3ddd .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.warning__bbdb3ddd:hover .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.warning__bbdb3ddd:hover .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-1)}.stepperStep__afe6820e.completed__3fbfb2f1.warning__bbdb3ddd:hover .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f :not(.error__f3a128ab):not(.warning__bbdb3ddd) .content__b4bf2a34{color:var(--triplex-next-Stepper-Step_Color_Default-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f :not(.error__f3a128ab):not(.warning__bbdb3ddd):hover .content__b4bf2a34{color:var(--triplex-next-Stepper-Step_Color_Hover-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.error__f3a128ab .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Error-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.error__f3a128ab .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.error__f3a128ab .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.error__f3a128ab:hover .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.error__f3a128ab:hover .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.error__f3a128ab:hover .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.warning__bbdb3ddd .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.warning__bbdb3ddd .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.warning__bbdb3ddd .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.warning__bbdb3ddd:hover .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-1);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.warning__bbdb3ddd:hover .arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-1)}.stepperStep__afe6820e.inactive__7e79cd8f.warning__bbdb3ddd:hover .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-19-1)}.stepperStep__afe6820e.disabled__4a67b21e{pointer-events:none}.stepperStep__afe6820e.disabled__4a67b21e .content__b4bf2a34{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-19-1)}.stepperStep__afe6820e.disabled__4a67b21e .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-19-1)}.stepperStep__afe6820e.disabled__4a67b21e .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-19-1)}.stepperStep__afe6820e.focusVisible__b53e7f82.completed__3fbfb2f1 .content__b4bf2a34,.stepperStep__afe6820e.focusVisible__b53e7f82.active__7f1ffebe .content__b4bf2a34,.stepperStep__afe6820e.focusVisible__b53e7f82.inactive__7e79cd8f .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-19-1)}.stepperStep__afe6820e.focusVisible__b53e7f82.completed__3fbfb2f1 .arrow__11878164 path:last-child,.stepperStep__afe6820e.focusVisible__b53e7f82.active__7f1ffebe .arrow__11878164 path:last-child,.stepperStep__afe6820e.focusVisible__b53e7f82.inactive__7e79cd8f .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-19-1)}.stepperStep__afe6820e.focusVisible__b53e7f82.completed__3fbfb2f1:hover .content__b4bf2a34,.stepperStep__afe6820e.focusVisible__b53e7f82.active__7f1ffebe:hover .content__b4bf2a34,.stepperStep__afe6820e.focusVisible__b53e7f82.inactive__7e79cd8f:hover .content__b4bf2a34{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-19-1)}.stepperStep__afe6820e.focusVisible__b53e7f82.completed__3fbfb2f1:hover .arrow__11878164 path:last-child,.stepperStep__afe6820e.focusVisible__b53e7f82.active__7f1ffebe:hover .arrow__11878164 path:last-child,.stepperStep__afe6820e.focusVisible__b53e7f82.inactive__7e79cd8f:hover .arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-19-1)}.content__b4bf2a34{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-19-1);color:var(--triplex-next-Stepper-Step_Color_Hover-1-19-1);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-19-1);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__b5a7d2d1{font-size:12px;line-height:16px}.md__396934eb{font-size:14px;line-height:20px}.lg__540a7cd7{font-size:16px;line-height:20px}.arrow__11878164{transform:translate(0)}.arrow__11878164 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-19-1)}.arrow__11878164 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-19-1)}.icon__20a2b4b3{display:inline-flex;align-items:center;line-height:0}.nonempty__772aab27 .icon__20a2b4b3{margin-right:6px}.stepperExtended__09316ca4{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__7e0a60e2{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__7e0a60e2::-webkit-scrollbar{display:none}.stepper__3ba7926d.sm__b5a7d2d1{padding-left:28px;padding-right:28px}.stepper__3ba7926d.md__396934eb{padding-left:40px;padding-right:40px}.stepper__3ba7926d.lg__540a7cd7{padding-left:56px;padding-right:56px}.stepperCarousel__9ab46e55{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__9ab46e55 .buttonPrev__6989952e,.stepperCarousel__9ab46e55 .buttonNext__0b5602a4{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__9ab46e55 .buttonPrev__6989952e.sm__b5a7d2d1,.stepperCarousel__9ab46e55 .buttonNext__0b5602a4.sm__b5a7d2d1{height:28px;width:28px}.stepperCarousel__9ab46e55 .buttonPrev__6989952e.md__396934eb,.stepperCarousel__9ab46e55 .buttonNext__0b5602a4.md__396934eb{height:40px;width:40px}.stepperCarousel__9ab46e55 .buttonPrev__6989952e.lg__540a7cd7,.stepperCarousel__9ab46e55 .buttonNext__0b5602a4.lg__540a7cd7{height:56px;width:56px}.stepperCarousel__9ab46e55 .buttonPrev__6989952e{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-19-1)}.stepperCarousel__9ab46e55 .buttonNext__0b5602a4{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-19-1)}@media (max-width: 767px){.stepper__3ba7926d{padding-left:16px;padding-right:16px}.buttonPrev__6989952e,.buttonNext__0b5602a4{display:none}}.islandAccordion__8fee2f7d{margin:0;padding:0}.islandAccordion__8fee2f7d .island__9f0eb0a4{padding:0}.islandAccordion__8fee2f7d .item__f2ed6c4b{position:relative;list-style-type:none}.islandAccordion__8fee2f7d .item__f2ed6c4b.disabled__ecde9f7b{cursor:default;pointer-events:none}.islandAccordion__8fee2f7d .item__f2ed6c4b+.item__f2ed6c4b.sm__4c6378d3,.islandAccordion__8fee2f7d .item__f2ed6c4b+.item__f2ed6c4b.md__49cafcf1{margin-top:16px}.islandAccordion__8fee2f7d .item__f2ed6c4b+.item__f2ed6c4b.lg__39831458{margin-top:24px}.islandAccordion__8fee2f7d .item__f2ed6c4b .header__81da511a{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__8fee2f7d .item__f2ed6c4b .header__81da511a:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-19-1)}.islandAccordion__8fee2f7d .item__f2ed6c4b.type1__87fb152f:not(.opened__063b48a3) .header__81da511a:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-19-1)}.islandAccordion__8fee2f7d .item__f2ed6c4b.type2__d1fec048:not(.opened__063b48a3) .header__81da511a:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-19-1)}.islandAccordion__8fee2f7d .item__f2ed6c4b.type3__0e08a66b:not(.opened__063b48a3) .header__81da511a:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-19-1)}.islandAccordion__8fee2f7d .item__f2ed6c4b .footer__34645e4a{text-align:right}.islandAccordion__8fee2f7d .item__f2ed6c4b .body__57f255f5,.islandAccordion__8fee2f7d .item__f2ed6c4b .footer__34645e4a{visibility:hidden}.islandAccordion__8fee2f7d .item__f2ed6c4b.opened__063b48a3 .body__57f255f5,.islandAccordion__8fee2f7d .item__f2ed6c4b.opened__063b48a3 .footer__34645e4a{visibility:visible}.islandAccordion__8fee2f7d .item__f2ed6c4b .caretWrapper__06177242{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__8fee2f7d .item__f2ed6c4b .caretIcon__c8fea362{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__8fee2f7d .item__f2ed6c4b .title__a98b4436{padding-right:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__8fee2f7d .item__f2ed6c4b.sm__4c6378d3 .header__81da511a{padding:16px;border-radius:16px}.islandAccordion__8fee2f7d .item__f2ed6c4b.sm__4c6378d3 .step__1fc62195+.title__a98b4436{margin-top:2px}.islandAccordion__8fee2f7d .item__f2ed6c4b.sm__4c6378d3 .body__57f255f5,.islandAccordion__8fee2f7d .item__f2ed6c4b.sm__4c6378d3 .footer__34645e4a{padding:0 16px 16px}.islandAccordion__8fee2f7d .item__f2ed6c4b.sm__4c6378d3 .caretWrapper__06177242{right:12px}.islandAccordion__8fee2f7d .item__f2ed6c4b.sm__4c6378d3 .remove__e329a749{right:-36px;top:20px}.islandAccordion__8fee2f7d .item__f2ed6c4b.sm__4c6378d3 .step__1fc62195{margin-right:12px}.islandAccordion__8fee2f7d .item__f2ed6c4b.md__49cafcf1 .header__81da511a{padding:24px;border-radius:24px}.islandAccordion__8fee2f7d .item__f2ed6c4b.md__49cafcf1 .body__57f255f5,.islandAccordion__8fee2f7d .item__f2ed6c4b.md__49cafcf1 .footer__34645e4a{padding:0 24px 24px}.islandAccordion__8fee2f7d .item__f2ed6c4b.md__49cafcf1 .caretWrapper__06177242{right:20px}.islandAccordion__8fee2f7d .item__f2ed6c4b.md__49cafcf1 .remove__e329a749{right:-40px;top:28px}.islandAccordion__8fee2f7d .item__f2ed6c4b.md__49cafcf1 .step__1fc62195{margin-right:12px}.islandAccordion__8fee2f7d .item__f2ed6c4b.lg__39831458 .header__81da511a{padding:32px;border-radius:32px}.islandAccordion__8fee2f7d .item__f2ed6c4b.lg__39831458 .body__57f255f5,.islandAccordion__8fee2f7d .item__f2ed6c4b.lg__39831458 .footer__34645e4a{padding:0 32px 32px}.islandAccordion__8fee2f7d .item__f2ed6c4b.lg__39831458 .caretWrapper__06177242{right:28px}.islandAccordion__8fee2f7d .item__f2ed6c4b.lg__39831458 .remove__e329a749{right:-40px;top:36px}.islandAccordion__8fee2f7d .item__f2ed6c4b.lg__39831458 .step__1fc62195{margin:0 16px 0 0}.islandAccordion__8fee2f7d .item__f2ed6c4b.opened__063b48a3:not(.disabled__ecde9f7b) .caretWrapper__06177242 .caretIcon__c8fea362{transform:rotate(-180deg)}.islandAccordion__8fee2f7d .item__f2ed6c4b .remove__e329a749{position:absolute}@media (max-width: 767px){.islandAccordion__8fee2f7d .item__f2ed6c4b .footer__34645e4a{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__8fee2f7d .item__f2ed6c4b .footer__34645e4a>*{margin-left:0!important}.islandAccordion__8fee2f7d .item__f2ed6c4b.md__49cafcf1 .header__81da511a{border-radius:16px}.islandAccordion__8fee2f7d .item__f2ed6c4b.lg__39831458 .header__81da511a{border-radius:24px}}.noColumns__68c60581{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__68c60581>.content__7f28db5d{width:456px;text-align:center}.filterPanel__a4a7e30c{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__b95eb04a{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__b95eb04a>a:not(:first-child){margin-left:16px}.tabsLinePanel__5ecf0e13{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__f500407f{0%{opacity:0}to{opacity:1}}.tableBasic__dcb48e97{position:relative}.tableBasic__dcb48e97 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__dcb48e97 table th.alignLeft__2206aa4a,.tableBasic__dcb48e97 table td.alignLeft__2206aa4a{text-align:left}.tableBasic__dcb48e97 table th.alignRight__a7f6f66f,.tableBasic__dcb48e97 table td.alignRight__a7f6f66f{text-align:right}.tableBasic__dcb48e97 table th.alignCenter__7a944da1,.tableBasic__dcb48e97 table td.alignCenter__7a944da1{text-align:center}.tableBasic__dcb48e97 table th.verticalAlignBaseline__7a894fed,.tableBasic__dcb48e97 table td.verticalAlignBaseline__7a894fed{vertical-align:baseline}.tableBasic__dcb48e97 table th.verticalAlignSub__9a367cc0,.tableBasic__dcb48e97 table td.verticalAlignSub__9a367cc0{vertical-align:sub}.tableBasic__dcb48e97 table th.verticalAlignSuper__cc72126d,.tableBasic__dcb48e97 table td.verticalAlignSuper__cc72126d{vertical-align:super}.tableBasic__dcb48e97 table th.verticalAlignTextTop__d37d489a,.tableBasic__dcb48e97 table td.verticalAlignTextTop__d37d489a{vertical-align:text-top}.tableBasic__dcb48e97 table th.verticalAlignTextBottom__ed7db3aa,.tableBasic__dcb48e97 table td.verticalAlignTextBottom__ed7db3aa{vertical-align:text-bottom}.tableBasic__dcb48e97 table th.verticalAlignMiddle__0ecbb19e,.tableBasic__dcb48e97 table td.verticalAlignMiddle__0ecbb19e{vertical-align:middle}.tableBasic__dcb48e97 table th.verticalAlignTop__ea1b2251,.tableBasic__dcb48e97 table td.verticalAlignTop__ea1b2251{vertical-align:top}.tableBasic__dcb48e97 table th.verticalAlignBottom__0ec8fa68,.tableBasic__dcb48e97 table td.verticalAlignBottom__0ec8fa68{vertical-align:bottom}.tableBasic__dcb48e97 table>thead>tr{height:48px}.tableBasic__dcb48e97 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-19-1);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-19-1)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__dcb48e97 table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-19-1),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-19-1)}}.tableBasic__dcb48e97 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__dcb48e97 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__dcb48e97 table>thead>tr>th.checkboxType__3531c11f{padding:16px 12px}.tableBasic__dcb48e97 table>thead>tr>th .thBlock__f8520d8c{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__dcb48e97 table>thead>tr>th .thBlock__f8520d8c.order__53a863f0{cursor:pointer}.tableBasic__dcb48e97 table>thead>tr>th .thBlock__f8520d8c.order__53a863f0 .orderButton__ef3ffa83{display:flex;visibility:hidden;align-items:center}.tableBasic__dcb48e97 table>thead>tr>th .thBlock__f8520d8c.order__53a863f0 .orderButton__ef3ffa83.alignLeft__2206aa4a{margin-right:8px}.tableBasic__dcb48e97 table>thead>tr>th .thBlock__f8520d8c.order__53a863f0 .orderButton__ef3ffa83.alignRight__a7f6f66f{margin-left:8px}.tableBasic__dcb48e97 table>thead>tr>th .thBlock__f8520d8c.order__53a863f0 .orderButton__ef3ffa83.sorted__7934bf24{visibility:visible}.tableBasic__dcb48e97 table>thead>tr>th .thBlock__f8520d8c.order__53a863f0:hover .orderButton__ef3ffa83{visibility:visible}.tableBasic__dcb48e97 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-19-1)}.tableBasic__dcb48e97 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__dcb48e97 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__dcb48e97 table>tbody>tr>td.textType__80bce5a7{padding:12px}.tableBasic__dcb48e97 table>tbody>tr>td.componentsType__7cc671a6{padding:8px 12px}.tableBasic__dcb48e97 table>tbody>tr>td.checkboxType__3531c11f{padding:10px 12px 12px}.tableBasic__dcb48e97 table>tbody>tr.selected__f7ee1db9>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-19-1)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__dcb48e97 table>tbody>tr.selected__f7ee1db9>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-19-1),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-19-1)}}.tableBasic__dcb48e97 table>tbody.clickable__dc38c97b>tr{cursor:pointer}.tableBasic__dcb48e97 table>tbody.hoverable__08de0d96>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-19-1)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__dcb48e97 table>tbody.hoverable__08de0d96>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-19-1),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-19-1)}}.tableBasic__dcb48e97 .footerEmptyData__181a7ade{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__dcb48e97 .spinnerWrapper__1946a64a{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__dcb48e97 .spinnerWrapper__1946a64a .tableLoaderScreen__44aab647{border-radius:8px 8px 0 0}.tableBasic__dcb48e97 .overlayCover__3dd43521{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-19-1);animation:fadeIn__f500407f .3s}.tableBasicSettingsBody__27eb305b{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__836d7955{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-19-1)!important}.columnSettingsSortableListItemTarget__836d7955:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-19-1)!important}.columnSettingsSortableListItemTarget__836d7955.dragging__ddf5e2e3{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-19-1)!important}.columnSettingsStaticListItem__32891257{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-19-1)}.tableBasicSettingsFooter__701bc321{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-19-1);padding:11px 12px 12px}.tableBasicSettingsHeader__606fd82a{padding:16px 12px 12px}.tableSettingsLink__0dde9a6b{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__05a78753{width:320px}.tableFooterWrapper__c55e054e{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__c55e054e .tableFooterShadow__d77aa5a3{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-19-1);pointer-events:none}.tableFooterWrapper__c55e054e .tableFooter__e915f983{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-19-1);padding:16px 12px;border-radius:8px}.tableFooterWrapper__c55e054e .tableFooter__e915f983 .tableFooterSummary__10f41896{display:flex;align-items:center}.tableFooterWrapper__c55e054e .tableFooter__e915f983 .tableFooterSummary__10f41896 .tableFooterSummarySelectedCount__474ca3fa,.tableFooterWrapper__c55e054e .tableFooter__e915f983 .tableFooterSummary__10f41896 .tableFooterSummarySelectAllButton__f41500ec,.tableFooterWrapper__c55e054e .tableFooter__e915f983 .tableFooterSummary__10f41896 .tableFooterSummaryAmount__d0d81064{display:inline-flex}.tableFooterWrapper__c55e054e .tableFooter__e915f983 .tableFooterSummary__10f41896 .tableFooterSummarySelectedCount__474ca3fa,.tableFooterWrapper__c55e054e .tableFooter__e915f983 .tableFooterSummary__10f41896 .tableFooterSummarySelectAllButton__f41500ec,.tableFooterWrapper__c55e054e .tableFooter__e915f983 .tableFooterSummary__10f41896 .tableFooterSummaryAmount__d0d81064,.tableFooterWrapper__c55e054e .tableFooter__e915f983 .tableFooterSummary__10f41896 .tableFooterSummaryLabel__c54512c7{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__c55e054e{height:112px}}.paginationPanel__9eb92e74{margin-top:16px}.masterTable__01e0e0e3{position:relative}.orderedListItem__00a47e79{counter-increment:list-item-tx}.orderedListItem__00a47e79:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__00a47e79+.orderedListItem__00a47e79{margin-top:8px}.orderedList__bc41ec2d{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldMobileBody__5b3f80d7{height:176px}.suggestFieldMobileDropdownHint__044b6e65{padding:16px}.lightBox__6847f58e{display:flex;flex-direction:column;position:fixed;z-index:1300;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);top:var(--lightBox-screen-top);bottom:0;min-width:0;overflow-y:scroll}.lightBox__6847f58e .lightBoxBackdrop__75debb9d{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-19-1)}.lightBox__6847f58e.lightBoxSideOverlayActive__839d2912,.lightBox__6847f58e.lightBoxTopOverlayActive__f4c8d507{overflow-y:hidden}.lightBox__6847f58e .lightBoxContent__890ef83e{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-19-1)}.lightBox__6847f58e .lightBoxContent__890ef83e>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__6847f58e .lightBoxContent__890ef83e>.global-page{padding:16px}}.lightBox__6847f58e .loadingContentOverlay__417ad542{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__6847f58e .lightBoxContentResizeWrapper__0e5d8f2e{position:absolute;left:0;right:0;height:0}.lightBox__6847f58e .tempElSafariBug__eb495dc6{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__3d9d2e17,.global-LB-less-or-equal-media-point-0 .lightBox__6847f58e.lightBoxSideOverlayActive__839d2912{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__890ef83e{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__890ef83e{padding-left:80px;padding-right:80px}.lightBoxControls__780e4325{z-index:100}.withKeyboardEvent__ba0f458a{display:inline-block}.withoutKeyboardEvent__502f59d2,.lightBox__6847f58e.lightBoxSideOverlayActive__839d2912 .withKeyboardEvent__ba0f458a,.lightBox__6847f58e.lightBoxTopOverlayActive__f4c8d507 .withKeyboardEvent__ba0f458a,.lightBox__6847f58e.isLoading__36711373 .withKeyboardEvent__ba0f458a{display:none}.lightBox__6847f58e.lightBoxSideOverlayActive__839d2912 .withoutKeyboardEvent__502f59d2,.lightBox__6847f58e.lightBoxTopOverlayActive__f4c8d507 .withoutKeyboardEvent__502f59d2,.lightBox__6847f58e.isLoading__36711373 .withoutKeyboardEvent__502f59d2{display:inline-block}.lightBox__6847f58e.isLoading__36711373 .lightBoxPrev__01e263d3,.lightBox__6847f58e.isLoading__36711373 .lightBoxNext__91ecb23a{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__780e4325{position:absolute;left:0;right:0;top:0;min-height:56px;padding:16px 16px 0;box-sizing:border-box}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__b93e65ec{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__a6c78b15{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__5cf87afa{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__01e263d3,.global-LB-less-or-equal-media-point-0 .lightBoxNext__91ecb23a{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__01e263d3{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__fbb6e82c,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__0020837a{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__780e4325{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__b93e65ec{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__a6c78b15{display:none}.global-LB-more-media-point-0 .lightBoxClose__5cf87afa{position:fixed;left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__01e263d3,.global-LB-more-media-point-0 .lightBoxNext__91ecb23a{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__01e263d3{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__91ecb23a{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__1e27c849{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__1e27c849.fixed__27422d93{position:fixed}.overlay__1e27c849.closing__68b418e7,.overlay__1e27c849.opened__3c0e75b3{visibility:visible;left:0;right:0}.overlayPanel__d7f42ba8{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-19-1);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__d7f42ba8.bottom__3677fe6e{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__d7f42ba8.left__1c26dc3c{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__d7f42ba8.right__0f3b2db9{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__d7f42ba8.top__2f5af34b{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__d7f42ba8.left__1c26dc3c.opened__3c0e75b3,.overlayPanel__d7f42ba8.right__0f3b2db9.opened__3c0e75b3{transform:translate(0)}.overlayPanel__d7f42ba8.top__2f5af34b.opened__3c0e75b3,.overlayPanel__d7f42ba8.bottom__3677fe6e.opened__3c0e75b3{transform:translateY(0)}.overlayContent__daffa689{display:flex;min-height:100%}.overlayMask__6dfe1c7c{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-19-1);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__6dfe1c7c.overlayOpened__12cfd357{opacity:1}.lightBoxSideOverlayLoaderWrapper__2b369d5d{left:0;top:0;right:0;height:100vh;position:absolute;z-index:201;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.lightBoxSideOverlayCloseDesktop__f6bdaffa{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__f9a3b7d0{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__f6bdaffa{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__f9a3b7d0{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__f9a3b7d0{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__f6bdaffa{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__f9a3b7d0{display:none}.lightBoxSideOverlayMask__0723330e{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-19-1)}.lightBoxSideOverlayWrapper__aa4940d3{position:fixed;min-height:calc(100% - var(--lightBox-screen-top));top:var(--lightBox-screen-top);left:0;width:0;z-index:200;overflow-y:auto;visibility:hidden}.lightBoxSideOverlayWrapper__aa4940d3.overflowXHidden__da9aab9e{overflow-x:hidden}.lightBoxSideOverlayWrapper__aa4940d3.overflowYHidden__d2cf805f{overflow-y:hidden}.lightBoxSideOverlayWrapper__aa4940d3.closing__1a97e07b,.lightBoxSideOverlayWrapper__aa4940d3.opened__118f3c2e{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__aa4940d3.closing__1a97e07b{pointer-events:none}.lightBoxSideOverlayWrapper__aa4940d3 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__aa4940d3 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__aa4940d3 .lightBoxSideOverlayContent__e14f2fce{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-19-1);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__aa4940d3 .lightBoxSideOverlayContent__e14f2fce.opened__118f3c2e{transform:none}.lightBoxSideOverlayWrapper__aa4940d3 .lightBoxSideOverlayContent__e14f2fce.opening__8d85ba53{transform:translateY(0)}.lightBoxSideOverlayWrapper__aa4940d3.sm__e655f133 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__aa4940d3.md__b1df23bb .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__aa4940d3.lg__0388dfc3 .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__aa4940d3 .lightBoxSideOverlayBase__49067e83{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__aa4940d3 .lightBoxSideOverlayContent__e14f2fce{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__aa4940d3 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__aa4940d3 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__1af5644b{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__1af5644b.closing__1a97e07b,.lightBoxSideOverlay__1af5644b.opening__8d85ba53{overflow-x:hidden}.topOverlayMask__a3791e75{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-19-1);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__49e430dc{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__49e430dc.closing__216ca779,.topOverlayWrapper__49e430dc.opened__e5148c95{bottom:0}.topOverlayWrapper__49e430dc .topOverlayPanel__0516caa9{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__0bbec7a2{z-index:500}@media (max-width: 767px){.topOverlayPanel__0516caa9{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__6c56f3d5{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:left-sidebar-wrapper}.lightBoxLeftSidebar__6c56f3d5.fixed__652ded03{position:fixed}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__ffda989d{display:none}}.lightBoxRightSidebar__954f9340{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:right-sidebar-wrapper}.lightBoxRightSidebar__954f9340.fixed__652ded03{position:fixed}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__5ad662cd{display:none}}html.scroll-0__31c9ea51{--triplex-next-scroll-width: 0px}html.scroll-15__063b32a9{--triplex-next-scroll-width: 15px}html.scroll-16__841b848a{--triplex-next-scroll-width: 16px}html.scroll-17__63a8da77{--triplex-next-scroll-width: 17px}.smsField__88124fbb{display:inline-block;position:relative;width:100%}.smsField__88124fbb .input__c2442c0c{text-align:center}.smsField__88124fbb .input__c2442c0c::placeholder{opacity:1}.smsField__88124fbb .input__c2442c0c:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-19-1)}.smsField__88124fbb .input__c2442c0c.lg__3860c714{padding:18px 40px}.smsField__88124fbb .input__c2442c0c.md__fa8013c9{padding-left:26px;padding-right:26px}.smsField__88124fbb .input__c2442c0c.sm__161eb188{padding-left:20px;padding-right:20px}.smsField__88124fbb .btnRefresh__16c57fbc{position:absolute;outline:none;z-index:1}.smsField__88124fbb .btnRefresh__16c57fbc.lg__3860c714{top:12px;left:12px;height:32px;width:32px}.smsField__88124fbb .btnRefresh__16c57fbc.md__fa8013c9{top:10px;left:10px}.smsField__88124fbb .btnRefresh__16c57fbc.sm__161eb188{top:4px;left:4px}.smsField__88124fbb .btnRefresh__16c57fbc .full__48f161af{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-19-1)}.smsField__88124fbb .btnRefresh__16c57fbc .empty__8297b100{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-19-1)}.smsField__88124fbb .btnRefresh__16c57fbc:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-19-1)}.smsField__88124fbb .btnSubmit__6c59af71{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-19-1)}.smsField__88124fbb .btnSubmit__6c59af71.active__f6a4d898:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-19-1)}.smsField__88124fbb .btnSubmit__6c59af71.active__f6a4d898:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-19-1)}.smsField__88124fbb .btnSubmit__6c59af71.lg__3860c714{top:15px;right:15px;height:26px;width:26px}.smsField__88124fbb .btnSubmit__6c59af71.md__fa8013c9{top:10px;right:10px}.smsField__88124fbb .btnSubmit__6c59af71.sm__161eb188{top:4px;right:4px}.spoiler__7a887634{display:flex;flex-direction:column}.spoiler__7a887634.opened__5922b339 .caretIcon__ee52cd00{transform:rotate(-180deg)}.spoiler__7a887634 .head__f26d38b0 .caretIcon__ee52cd00{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__7a887634 .head__f26d38b0 button>span{white-space:normal;text-align:left}.spoiler__7a887634 .content__63d2e90b.hidden__5f672361{display:none}.spoiler__7a887634 .lg__4790271d .content__63d2e90b{margin-top:8px}.spoiler__7a887634 .md__51681ffd .content__63d2e90b{margin-top:0}.spoiler__7a887634 .sm__aadeebfe .content__63d2e90b{margin-top:-4px}.statusTrackerWrapper__cd3309d7{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-19-1);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-19-1);overflow:hidden;height:100%}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632.verticalAlignMiddle__d74c8f82{align-self:center}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632.verticalAlignBottom__38ff84ba{align-self:end}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerChild__556099d2{padding:8px 0}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerChild__556099d2:empty{padding:0}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerSum__bfdaa4a7,.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerTitle__da515ea8{padding-bottom:4px}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerDescription__f9f4b36f{display:block;padding-top:8px}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerAlert__c2ab8e68{margin-top:12px;text-align:left}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerStatus__842c969c{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerFooterWrapper__41138ebe{display:grid}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerFooterWrapper__41138ebe .statusTrackerDescription__f9f4b36f:last-child{padding-top:0}.statusTrackerWrapper__cd3309d7 .statusTracker__f42ec632 .statusTrackerFooterWrapper__41138ebe .statusTrackerButton__a5a95f1c{margin-bottom:12px}.statusTrackerWrapper__cd3309d7 .statusTrackerColor__4e6ca61a{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__cd3309d7 .statusTrackerColor__4e6ca61a.waiting__1ca11b29{background:var(--triplex-next-StatusTracker-Waiting_Color-1-19-1)}.statusTrackerWrapper__cd3309d7 .statusTrackerColor__4e6ca61a.warning__ea298410{background:var(--triplex-next-StatusTracker-Warning_Background-1-19-1)}.statusTrackerWrapper__cd3309d7 .statusTrackerColor__4e6ca61a.rejected__2f983b9c{background:var(--triplex-next-StatusTracker-Rejected_Color-1-19-1)}.statusTrackerWrapper__cd3309d7 .statusTrackerColor__4e6ca61a.approved__f72fd998{background:var(--triplex-next-StatusTracker-Approved_Color-1-19-1)}.statusTrackerWrapper__cd3309d7 .statusTrackerBackground__d2fa37ef{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__cd3309d7 .statusTrackerBackground__d2fa37ef.waiting__1ca11b29{background:var(--triplex-next-StatusTracker-Waiting_Background-1-19-1)}.statusTrackerWrapper__cd3309d7 .statusTrackerBackground__d2fa37ef.warning__ea298410{background:var(--triplex-next-StatusTracker-Warning_Background-1-19-1)}.statusTrackerWrapper__cd3309d7 .statusTrackerBackground__d2fa37ef.rejected__2f983b9c{background:var(--triplex-next-StatusTracker-Rejected_Background-1-19-1)}.statusTrackerWrapper__cd3309d7 .statusTrackerBackground__d2fa37ef.approved__f72fd998{background:var(--triplex-next-StatusTracker-Approved_Background-1-19-1)}@media (max-width: 767px){.statusTrackerWrapper__cd3309d7{border-radius:16px}}.smallInput__c293f76c{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-19-1);background:var(--triplex-next-SmallInput-Background-1-19-1);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-19-1)}.smallInput__c293f76c::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-19-1);opacity:1}.smallInput__c293f76c::-ms-clear{display:none}.documentNumberEdit__3109d33b .label__fd7fdb0c{display:inline-block;margin-right:8px}.documentNumberEdit__3109d33b .inputEditWrapper__6dd2c6b7{width:68px;display:inline-block}.sliderExtendedDot__4ab1af88{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-19-1);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__4ab1af88:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-19-1)}.sliderExtendedDot__4ab1af88.focusedByClick__abe063b1:focus{box-shadow:none}.sliderExtendedDot__4ab1af88:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-19-1);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__4ab1af88:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-19-1);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__4ab1af88.disabled__93923604{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-19-1)}.sliderExtendedDot__4ab1af88.disabled__93923604:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-19-1)}.sliderExtendedDot__4ab1af88.disabled__93923604:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-19-1)}.sliderExtendedDot__4ab1af88:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-19-1)}.sliderExtendedDot__4ab1af88:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-19-1)}.sliderExtendedDot__4ab1af88.dragByMouse__f9b1271b{background:var(--triplex-next-Slider-Dot_Background_Select-1-19-1)}.sliderExtendedDot__4ab1af88.dragByMouse__f9b1271b:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-19-1)}.sliderExtendedDot__4ab1af88:hover .sliderExtendedTooltipOverlay__f3ff2ad7,.sliderExtendedDot__4ab1af88:focus .sliderExtendedTooltipOverlay__f3ff2ad7{visibility:visible}.sliderExtendedDot__4ab1af88.lg__2dc9acd1{width:28px;height:28px}.sliderExtendedDot__4ab1af88.lg__2dc9acd1:after{width:10px;height:10px}.sliderExtendedDot__4ab1af88.lg__2dc9acd1:before{width:14px;height:14px}.sliderExtendedMarks__2830af91{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__f43bc3e9{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__f43bc3e9 .sliderExtendedMarkDot__0ec1d3d5{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-19-1);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__f43bc3e9 .sliderExtendedMarkDot__0ec1d3d5.inSelectedRange__6c68c009{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-19-1)}.sliderExtendedMark__f43bc3e9.lg__2dc9acd1{top:20px}.sliderExtendedMark__f43bc3e9.lg__2dc9acd1 .sliderExtendedMarkDot__0ec1d3d5{top:-20px}.sliderExtendedMark__f43bc3e9 .sliderExtendedMarkText__c8bf8a42{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__f43bc3e9.disabled__93923604{pointer-events:none}.sliderExtendedMark__f43bc3e9.disabled__93923604 .sliderExtendedMarkText__c8bf8a42{pointer-events:none;opacity:.35}.sliderExtendedMark__f43bc3e9.disabled__93923604 .sliderExtendedMarkDot__0ec1d3d5{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-19-1)}.sliderExtendedMark__f43bc3e9:first-child,.sliderExtendedMark__f43bc3e9:last-child{transform:none}.sliderExtendedMark__f43bc3e9:first-child.reverse__9bcc109c .sliderExtendedMarkDot__0ec1d3d5{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__f43bc3e9:first-child.reverse__9bcc109c .sliderExtendedMarkText__c8bf8a42{margin-right:-4px}.sliderExtendedMark__f43bc3e9:first-child:not(.reverse__9bcc109c) .sliderExtendedMarkDot__0ec1d3d5{left:0;transform:translate(-50%)}.sliderExtendedMark__f43bc3e9:first-child .sliderExtendedMarkText__c8bf8a42{margin-left:-4px}.sliderExtendedMark__f43bc3e9:last-child.reverse__9bcc109c .sliderExtendedMarkDot__0ec1d3d5{left:0;transform:translate(-50%)}.sliderExtendedMark__f43bc3e9:last-child.reverse__9bcc109c .sliderExtendedMarkText__c8bf8a42{margin-left:-4px}.sliderExtendedMark__f43bc3e9:last-child:not(.reverse__9bcc109c) .sliderExtendedMarkDot__0ec1d3d5{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__f43bc3e9:last-child .sliderExtendedMarkText__c8bf8a42{margin-right:-4px}.sliderExtendedMark__f43bc3e9.active__6f4a022b{pointer-events:none}.sliderExtendedRail__30ac70ee{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-19-1);cursor:pointer}.sliderExtended__fd0cb595{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__fd0cb595.disabled__93923604 .sliderExtendedRail__30ac70ee{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-19-1)}.sliderExtended__fd0cb595.lg__2dc9acd1{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__28e9c1a9{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-19-1);z-index:10}.sliderExtendedTrack__28e9c1a9.lg__2dc9acd1{top:12px}.sliderExtendedTrack__28e9c1a9:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-19-1)}.sliderExtendedTrack__28e9c1a9.focusedByClick__abe063b1:focus{box-shadow:none}.sliderExtendedTrack__28e9c1a9.hoverOrDragByMouse__9d7cdd7d{background:var(--triplex-next-Slider-Track_Background_Hover-1-19-1)}.sliderExtendedTrack__28e9c1a9.staticSlider__d05e665a{cursor:default;pointer-events:none}.sliderExtendedTrack__28e9c1a9.disabled__93923604{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-19-1)}.sliderExtendedTooltipOverlay__f3ff2ad7{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__f3ff2ad7.lg__2dc9acd1{bottom:32px}.sliderExtendedTooltipOverlay__f3ff2ad7 .tooltipBody__2e6ea6ff{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-19-1);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-19-1);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__f3ff2ad7 .tooltipTip__f80115cf{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-19-1);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__f3ff2ad7 .tooltipTip__f80115cf{margin:-.5px}}.treeView__a6f33d91,.treeViewGroup__6bb39a88{margin:0;padding:0}.treeView__a6f33d91 .treeViewNode__ee7a3b42,.treeViewGroup__6bb39a88 .treeViewNode__ee7a3b42{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__60b9f1ae.collapsed__a32c1574{visibility:hidden}.checkboxTreeExtended__67f1630f{margin-bottom:-12px;padding:12px}.checkboxTreeExtendedNode__5cb2a5c7 .checkboxTreeExtendedNode__5cb2a5c7{margin-left:24px}.checkboxTreeExtendedNodeHeader__e75e0db4{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__e75e0db4.sm__9b5da083{margin-bottom:10px}.checkboxTreeExtendedNodeHeader__e75e0db4.md__1b75c1cb,.checkboxTreeExtendedNodeHeader__e75e0db4.lg__1b67810f{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__e75e0db4 .checkboxTreeCheckboxLabel__8371768c{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__e75e0db4 .caretIconWrapper__6a1db9d9{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__e75e0db4 .caretIconWrapper__6a1db9d9:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-19-1)}.checkboxTreeExtendedNodeHeader__e75e0db4.opened__9ea3ecbb .caretIconWrapper__6a1db9d9{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__67f1630f{padding:12px 14px}}.chipGroup__b972e801{display:flex}.chipGroup__b972e801.oneLine__e07dab67{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__b972e801.oneLine__e07dab67::-webkit-scrollbar{display:none}.chipGroup__b972e801.multiLine__66b49539{flex-wrap:wrap}.chipGroup__b972e801.lg__2c9656d6{gap:12px}.chipGroup__b972e801.md__37369c98,.chipGroup__b972e801.sm__d3798d04{gap:8px}.confirm__a4676543{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__a4676543.isInLightBox__41c8a3e7{max-width:800px}.confirm__a4676543.isInSideOverlaySM__682b5544{max-width:416px}.confirm__a4676543.isInSideOverlayMD__8fbdbee1{max-width:536px}.confirm__a4676543.isInSideOverlayLG__269d8638{max-width:736px}.confirmCloseButton__c4b01de3{position:absolute;top:24px;right:24px}.confirmContent__469da6e5{margin-bottom:24px;padding-right:56px}.confirmControls__cd3d6771{white-space:nowrap}.confirmContentTitle__ec84f8b4{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__c4b01de3{top:16px;right:16px}.confirmContent__469da6e5{margin-bottom:16px}}.divider__92d3767a{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-19-1);border:none}.marginTopSize-4__a59e972f{margin-top:4px}.marginBottomSize-4__ee1db9c9{margin-bottom:4px}.marginTopSize-8__7d90dc4d{margin-top:8px}.marginBottomSize-8__0a670460{margin-bottom:8px}.marginTopSize-12__eba5151f{margin-top:12px}.marginBottomSize-12__55d97192{margin-bottom:12px}.marginTopSize-16__e4f1078f{margin-top:16px}.marginBottomSize-16__afe3fe1a{margin-bottom:16px}.marginTopSize-20__84f7eba0{margin-top:20px}.marginBottomSize-20__ef729569{margin-bottom:20px}.marginTopSize-24__68176c29{margin-top:24px}.marginBottomSize-24__328832c4{margin-bottom:24px}.marginTopSize-28__3f0d1850{margin-top:28px}.marginBottomSize-28__96c76bfd{margin-bottom:28px}.marginTopSize-32__06862bbf{margin-top:32px}.marginBottomSize-32__58233bc0{margin-bottom:32px}.listMasterChipGroup__6f53405b{padding:0 16px}.listMasterFooter__d48a520c{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-19-1);color:var(--triplex-next-ListMaster-Footer_Color-1-19-1);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__d48a520c.sticky__f6885dc9{position:sticky;bottom:0}.listMasterFooterDescription__58db6ffc{padding-right:16px}.listMasterFooterControls__2b0f445c{white-space:nowrap}.listMasterHeader__9b40eab9{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-19-1);color:var(--triplex-next-ListMaster-Header_Color-1-19-1)}.listMasterHeader__9b40eab9.sticky__f6885dc9{position:sticky;top:0;z-index:1}.selectionControls__9dfdefad{display:flex;justify-content:space-between;align-items:center}.uploadZone__9aad1346{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-19-1)}.uploadZone__9aad1346:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-19-1)}.uploadZoneDragArea__877349d8{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-19-1);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__7536b558{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-19-1);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-19-1);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-19-1);border-radius:8px;box-sizing:border-box}.uploadZoneInput__9847568a{display:none}@media (max-width: 767px){.uploadZone__9aad1346,.uploadZone__9aad1346:hover{background:none}.uploadZoneDragArea__877349d8{display:none}}button.helpBoxButton__c36a3eb2{position:relative;vertical-align:text-bottom}.dateRange__fc023076{display:flex;align-items:center}.dateRangeButton__87d6bb26{z-index:1}.separator__fa2ff80e{width:20px;height:20px;flex-shrink:0}.tagColor__baccbca8{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__baccbca8.sm__628ced62{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__baccbca8.md__c6af9566{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__baccbca8.lg__1a3d00c1{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__baccbca8.default__34aeb5b1{background:var(--triplex-next-TagColor-Background_Default-1-19-1)}.tagColor__baccbca8.success__0581b51e{background:var(--triplex-next-TagColor-Background_Success-1-19-1)}.tagColor__baccbca8.info__87d4582b{background:var(--triplex-next-TagColor-Background_Info-1-19-1)}.tagColor__baccbca8.warning__54d361ea{background:var(--triplex-next-TagColor-Background_Warning-1-19-1)}.tagColor__baccbca8.error__127b96dc{background:var(--triplex-next-TagColor-Background_Error-1-19-1)}.content__4fa31a6b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-19-1)}