@sberbusiness/triplex-next 1.33.0 → 1.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (433) hide show
  1. package/chunks/AlertProcessSpoiler-DaiPrsW6.js +41 -0
  2. package/chunks/CalendarViewItem-DBzrBL3f.js +101 -0
  3. package/chunks/Card.module-Pe2ogNIk.js +18 -0
  4. package/chunks/CheckboxTreeExtended.module-D-nuxCw2.js +15 -0
  5. package/chunks/{Chip-DUgRidoA.js → Chip-l3XTM9L_.js} +23 -23
  6. package/chunks/Confirm.module-BBLLzr0p.js +15 -0
  7. package/chunks/{DropdownListItem-DfdRzHWo.js → DropdownListItem-Db1_Qf-T.js} +9 -9
  8. package/chunks/DropdownMobile.module-yjUQwtlN.js +23 -0
  9. package/chunks/Footer.module-CT9KM6mo.js +9 -0
  10. package/chunks/{FormFieldInput-CxAdhoLS.js → FormFieldInput-DFQ9utC5.js} +8 -8
  11. package/chunks/HeaderLayoutSidebar.module-DyYzCUfm.js +9 -0
  12. package/chunks/HeaderTabs.module-xtUGHrWk.js +9 -0
  13. package/chunks/{HeaderTitle.module-tH470aDn.js → HeaderTitle.module-XER-L3oZ.js} +2 -2
  14. package/chunks/ImageGalleryExtendedMain.module-XdOAzDPn.js +17 -0
  15. package/chunks/ImageGalleryExtendedThumb-DyFhUrYf.js +28 -0
  16. package/chunks/IslandAccordion.module-CJbyk2md.js +25 -0
  17. package/chunks/IslandWidgetFooter.module-DmCVzrdZ.js +9 -0
  18. package/chunks/IslandWidgetHeader.module-DsL-iWLC.js +13 -0
  19. package/chunks/{LightBoxContent-Dzx47lKv.js → LightBoxContent--zK60qip.js} +6 -6
  20. package/chunks/LightBoxControls.module-CzFWAOVn.js +16 -0
  21. package/chunks/LightBoxSideOverlayClose.module-DMvLOKDr.js +9 -0
  22. package/chunks/{ListItemControlsButton-Dc6wY6Fp.js → ListItemControlsButton-DOzJu8QS.js} +7 -7
  23. package/chunks/ListItemTail.module-BktNzHQ3.js +12 -0
  24. package/chunks/ListMasterFooter.module-BupkMzcp.js +10 -0
  25. package/chunks/ModalWindow.module-BKssph_P.js +17 -0
  26. package/chunks/Notification.module-BU6Z_ATv.js +20 -0
  27. package/chunks/Overlay.module-MZsYSnWB.js +18 -0
  28. package/chunks/Page.module-CS5TUL6b.js +11 -0
  29. package/chunks/SMSField.module-C73HM5Ag.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-BONXJjKi.js +15 -0
  31. package/chunks/{SliderExtendedRail-BYOwvNNf.js → SliderExtendedRail-DmkehIF9.js} +11 -11
  32. package/chunks/StatusTracker.module-BpNMTLV3.js +24 -0
  33. package/chunks/{StepperStepArrowBorder-j6OP5KT9.js → StepperStepArrowBorder-D7k-xdb7.js} +9 -9
  34. package/chunks/{SuggestFieldMobileDropdownHint-C8OEdlFf.js → SuggestFieldMobileDropdownHint-AG8aD2R1.js} +6 -6
  35. package/chunks/TableFooter.module-gdlmAJMs.js +14 -0
  36. package/chunks/TabsExtended.module-CAl-vyry.js +16 -0
  37. package/chunks/TabsLine.module-DzWGxbiq.js +21 -0
  38. package/chunks/TooltipDesktop.module-Bfmd95Xq.js +19 -0
  39. package/chunks/TreeView.module-zhlptASD.js +9 -0
  40. package/chunks/{UploadZoneInput-B_FFSQm7.js → UploadZoneInput-DsuMWKCX.js} +8 -8
  41. package/chunks/{constants-Dm1nkJLa.js → constants-BU5P5Suc.js} +13 -13
  42. package/chunks/{utils-C7AeO50S.js → utils-B0yofitE.js} +5 -5
  43. package/chunks/{utils-CqED8Odf.js → utils-BWmvhfLt.js} +17 -17
  44. package/chunks/utils-DeQzy52G.js +24 -0
  45. package/chunks/utils-YOUyx-FI.js +28 -0
  46. package/components/Alert/AlertContext/AlertContext.js +8 -8
  47. package/components/Alert/AlertProcess/AlertProcess.js +2 -2
  48. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  49. package/components/Amount/Amount.js +4 -4
  50. package/components/AmountField/AmountField.js +1 -1
  51. package/components/Avatar/Avatar.js +7 -7
  52. package/components/Badge/Badge.js +9 -9
  53. package/components/Badge/BadgeDot.js +5 -5
  54. package/components/Badge/components/BadgeContent.js +10 -10
  55. package/components/Badge/components/BadgePostfix.js +6 -6
  56. package/components/Badge/components/BadgePrefix.js +4 -4
  57. package/components/Body/Body.js +6 -6
  58. package/components/Button/Button.js +25 -25
  59. package/components/Button/ButtonBase.js +1 -1
  60. package/components/Button/ButtonDropdown.js +2 -2
  61. package/components/Button/ButtonDropdownExtended.js +7 -7
  62. package/components/Button/ButtonIcon.js +1 -1
  63. package/components/Calendar/Calendar.js +5 -5
  64. package/components/Calendar/components/CalendarControls.js +5 -5
  65. package/components/Calendar/components/CalendarFooter.js +4 -4
  66. package/components/Calendar/components/CalendarViewDays.js +1 -1
  67. package/components/Calendar/components/CalendarViewItem.js +1 -1
  68. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  69. package/components/Calendar/components/CalendarViewYears.js +1 -1
  70. package/components/Card/CardAction.js +12 -12
  71. package/components/Card/CardStatic.js +2 -2
  72. package/components/Card/components/CardContent/CardContent.js +1 -1
  73. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  74. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  75. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  76. package/components/Card/components/CardMedia.js +1 -1
  77. package/components/Card/utils.js +1 -1
  78. package/components/CarouselExtended/CarouselExtended.js +11 -11
  79. package/components/Checkbox/Checkbox.js +2 -2
  80. package/components/Checkbox/CheckboxXGroup.js +15 -15
  81. package/components/Checkbox/CheckboxYGroup.js +1 -1
  82. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  83. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  84. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  85. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  86. package/components/Chip/Chip.js +1 -1
  87. package/components/Chip/ChipClearButton.js +5 -5
  88. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  89. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  90. package/components/Chip/ChipDropdownArrow.js +5 -5
  91. package/components/Chip/ChipIcon.js +1 -1
  92. package/components/Chip/ChipMultiselect.js +1 -1
  93. package/components/Chip/ChipOptions.js +6 -6
  94. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  95. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  96. package/components/Chip/ChipSort.js +1 -1
  97. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  98. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  99. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  100. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
  101. package/components/Chip/index.js +1 -1
  102. package/components/ChipGroup/ChipGroup.js +10 -10
  103. package/components/Col/Col.js +148 -148
  104. package/components/CollapsibleTree/CollapsibleTree.js +5 -5
  105. package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +1 -1
  106. package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +5 -5
  107. package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +5 -5
  108. package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +3 -3
  109. package/components/Confirm/Confirm.js +1 -1
  110. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  111. package/components/Confirm/components/ConfirmContent.js +1 -1
  112. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  113. package/components/Confirm/components/ConfirmControls.js +1 -1
  114. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  115. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +6 -6
  116. package/components/DateRange/DateRange.js +10 -10
  117. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  118. package/components/Divider/Divider.js +17 -17
  119. package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
  120. package/components/Dropdown/desktop/DropdownDesktop.js +8 -8
  121. package/components/Dropdown/desktop/DropdownList.js +1 -1
  122. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  123. package/components/Dropdown/desktop/index.js +1 -1
  124. package/components/Dropdown/index.js +1 -1
  125. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  126. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  127. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  129. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  131. package/components/Dropdown/mobile/DropdownMobileInput.js +5 -5
  132. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  133. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  134. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  135. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  136. package/components/Ellipsis/Ellipsis.js +14 -14
  137. package/components/EmptyView/EmptyView.js +6 -6
  138. package/components/ExpandAnimation/ExpandAnimation.js +1 -1
  139. package/components/Footer/Footer.js +1 -1
  140. package/components/Footer/components/FooterDescription.js +1 -1
  141. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  142. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  143. package/components/FormField/FormField.js +28 -28
  144. package/components/FormField/components/FormFieldClear.js +9 -9
  145. package/components/FormField/components/FormFieldCounter.js +5 -5
  146. package/components/FormField/components/FormFieldDescription.js +9 -9
  147. package/components/FormField/components/FormFieldInput.js +1 -1
  148. package/components/FormField/components/FormFieldLabel.js +6 -6
  149. package/components/FormField/components/FormFieldMaskedInput.js +16 -16
  150. package/components/FormField/components/FormFieldPostfix.js +5 -5
  151. package/components/FormField/components/FormFieldPrefix.js +7 -7
  152. package/components/FormField/components/FormFieldTarget.js +19 -19
  153. package/components/FormField/components/FormFieldTextarea.js +19 -19
  154. package/components/FormField/components/index.js +1 -1
  155. package/components/FormField/index.js +1 -1
  156. package/components/Gap/Gap.js +12 -12
  157. package/components/Header/Header.js +1 -1
  158. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  159. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  160. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  161. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
  162. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  163. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  164. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  165. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  166. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  167. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  168. package/components/HelpBox/HelpBox.js +4 -4
  169. package/components/IconWrapper/IconWrapper.js +10 -10
  170. package/components/ImageGallery/ImageGallery.js +1 -1
  171. package/components/ImageGalleryExtended/ImageGalleryExtended.js +2 -2
  172. package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +1 -1
  173. package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +12 -12
  174. package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +1 -1
  175. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +1 -1
  176. package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +1 -1
  177. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +1 -1
  178. package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +1 -1
  179. package/components/ImageGalleryExtended/components/index.js +1 -1
  180. package/components/ImageGalleryExtended/index.js +1 -1
  181. package/components/Island/Island.js +1 -1
  182. package/components/Island/components/IslandBody.js +2 -2
  183. package/components/Island/components/IslandFooter.js +6 -6
  184. package/components/Island/components/IslandHeader.js +3 -3
  185. package/components/Island/utils.js +1 -1
  186. package/components/IslandAccordion/IslandAccordion.js +2 -2
  187. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  188. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  189. package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
  190. package/components/IslandWidget/IslandWidget.js +2 -2
  191. package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
  192. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
  193. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  194. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  195. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  196. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  197. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  198. package/components/IslandWidget/components/IslandWidgetHeaderControls.js +1 -1
  199. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  200. package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +1 -1
  201. package/components/IslandWidget/components/IslandWidgetWrapper.js +8 -8
  202. package/components/LightBox/LightBox.js +22 -22
  203. package/components/LightBox/LightBoxContent.js +1 -1
  204. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  205. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  206. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  207. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  208. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +30 -30
  209. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  210. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  211. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  212. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +7 -7
  213. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +12 -12
  214. package/components/Link/Link.js +13 -13
  215. package/components/List/List.js +9 -8
  216. package/components/List/components/ListEmptyState.js +1 -1
  217. package/components/List/components/ListItem.js +1 -1
  218. package/components/List/components/ListItemContent.js +16 -16
  219. package/components/List/components/ListItemControls.js +5 -5
  220. package/components/List/components/ListItemControlsButton.js +1 -1
  221. package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
  222. package/components/List/components/ListItemLoading.js +1 -1
  223. package/components/List/components/ListItemSelectable.js +1 -1
  224. package/components/List/components/ListItemTable.js +1 -1
  225. package/components/List/components/ListItemTailLeft.js +6 -14
  226. package/components/List/components/ListItemTailRight.js +1 -1
  227. package/components/List/components/ListSortableItem.js +1 -1
  228. package/components/List/components/ListSortableItemControls.js +8 -8
  229. package/components/List/components/ListSortableItemTarget.js +7 -7
  230. package/components/List/index.js +1 -1
  231. package/components/ListMaster/ListMaster.js +1 -1
  232. package/components/ListMaster/components/ListMasterBody.js +1 -1
  233. package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
  234. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  235. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  236. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  237. package/components/ListMaster/components/ListMasterHeader.js +5 -5
  238. package/components/ListMaster/components/SelectionControls.js +2 -2
  239. package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
  240. package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
  241. package/components/LoaderScreen/LoaderScreen.js +8 -8
  242. package/components/Marker/Marker.js +1 -1
  243. package/components/Marker/utils.js +1 -1
  244. package/components/MarkerStatus/MarkerStatus.js +4 -4
  245. package/components/ModalWindow/ModalWindow.js +1 -1
  246. package/components/ModalWindow/components/ModalWindowBody.js +7 -7
  247. package/components/ModalWindow/components/ModalWindowClose.js +6 -6
  248. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  249. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  250. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  251. package/components/MonthYearRange/MonthYearRange.js +9 -9
  252. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  253. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +1 -1
  254. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
  255. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  256. package/components/Notification/Notification.js +36 -37
  257. package/components/Notification/NotificationGrouped.js +12 -7
  258. package/components/Notification/components/NotificationBody.js +20 -16
  259. package/components/Notification/components/NotificationBodyList.js +1 -1
  260. package/components/Notification/components/NotificationClose.js +1 -1
  261. package/components/Notification/components/NotificationFooter.js +1 -1
  262. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  263. package/components/Notification/components/NotificationHeader.js +1 -1
  264. package/components/Notification/components/NotificationIcon.js +1 -1
  265. package/components/Notification/components/NotificationTime.js +1 -1
  266. package/components/NumberField/NumberFieldInput.js +1 -1
  267. package/components/OrderedList/OrderedList.js +8 -8
  268. package/components/OrderedList/OrderedListItem.js +5 -5
  269. package/components/Overlay/Overlay.js +54 -54
  270. package/components/Overlay/OverlayBase.js +26 -22
  271. package/components/Overlay/OverlayMask.js +1 -1
  272. package/components/Overlay/OverlayPanel.js +1 -1
  273. package/components/Page/Page.js +1 -1
  274. package/components/Page/components/BodyPage.js +2 -2
  275. package/components/Page/components/FooterPage.js +1 -1
  276. package/components/Page/components/HeaderPage.js +1 -1
  277. package/components/Pagination/components/PaginationExtended.js +2 -2
  278. package/components/Pagination/components/PaginationNavigationButton.js +1 -1
  279. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  280. package/components/Pagination/components/PaginationPageButton.js +14 -14
  281. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  282. package/components/Pagination/components/PaginationSelect.js +5 -5
  283. package/components/Radio/Radio.js +17 -17
  284. package/components/Radio/RadioXGroup.js +11 -11
  285. package/components/Radio/RadioYGroup.js +1 -1
  286. package/components/Row/Row.js +14 -14
  287. package/components/SMSField/SMSField.js +2 -2
  288. package/components/SMSField/components/RefreshIcon.js +1 -1
  289. package/components/SMSField/components/SMSFieldInput.js +2 -2
  290. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  291. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  292. package/components/SegmentedControl/SegmentedControl.js +13 -13
  293. package/components/SegmentedControl/SegmentedControlSegment.js +5 -5
  294. package/components/SelectExtendedField/SelectExtendedField.js +9 -9
  295. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  296. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
  297. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +9 -9
  298. package/components/SelectField/SelectField.js +1 -1
  299. package/components/Skeleton/Skeleton.js +10 -10
  300. package/components/SliderExtended/SliderExtended.js +2 -2
  301. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
  302. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  303. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  304. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  305. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +10 -10
  306. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
  307. package/components/SmallInput/SmallInput.js +5 -5
  308. package/components/Spoiler/Spoiler.js +16 -16
  309. package/components/StatusTracker/StatusTracker.js +2 -2
  310. package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
  311. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  312. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  313. package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
  314. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  315. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  316. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  317. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  318. package/components/StatusTracker/components/StatusTrackerStatusGroup.js +4 -4
  319. package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
  320. package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
  321. package/components/Step/Step.js +21 -21
  322. package/components/Stepper/Stepper.js +28 -28
  323. package/components/Stepper/StepperExtended.js +8 -8
  324. package/components/Stepper/StepperStep.js +2 -2
  325. package/components/Stepper/StepperStepArrowBorder.js +1 -1
  326. package/components/Suggest/SuggestMobileDropdownContent.js +9 -9
  327. package/components/SuggestField/SuggestField.js +2 -2
  328. package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
  329. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  330. package/components/SuggestField/index.js +1 -1
  331. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  332. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  333. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  334. package/components/SuggestField/mobile/index.js +1 -1
  335. package/components/SwipeableArea/SwipeableArea.js +10 -10
  336. package/components/Table/ChipPanel.js +6 -6
  337. package/components/Table/ChipPanelLinks.js +5 -5
  338. package/components/Table/FilterPanel.js +2 -2
  339. package/components/Table/MasterTable.js +18 -18
  340. package/components/Table/NoColumns.js +1 -1
  341. package/components/Table/PaginationPanel.js +4 -4
  342. package/components/Table/TableBasic/TableBasic.js +1 -1
  343. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  344. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  345. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  346. package/components/Table/TableBasicSettings/TableBasicSettings.js +1 -1
  347. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +9 -9
  348. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  349. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +3 -3
  350. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  351. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
  352. package/components/Table/TableFooter/TableFooter.js +1 -1
  353. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  354. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  355. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  356. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  357. package/components/Table/utils.js +1 -1
  358. package/components/Tabs/Tabs.js +12 -12
  359. package/components/TabsExtended/TabsExtended.js +2 -2
  360. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  361. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  362. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  363. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  364. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  365. package/components/TabsExtended/utils.js +1 -1
  366. package/components/TabsLine/TabsLine.js +1 -1
  367. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  368. package/components/TabsLine/components/TabsLineDropdown.js +2 -2
  369. package/components/TabsLine/components/TabsLineItem.js +37 -37
  370. package/components/TabsLine/components/TabsLineMobile.js +9 -9
  371. package/components/Tag/Tag.js +27 -27
  372. package/components/TagColor/TagColor.js +8 -8
  373. package/components/TagGroup/TagGroup.js +7 -7
  374. package/components/TextField/TextField.js +1 -1
  375. package/components/TextField/TextFieldBase.js +1 -1
  376. package/components/TextareaField/TextareaField.js +1 -1
  377. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  378. package/components/Tooltip/components/common/TooltipLink.js +18 -18
  379. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  380. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  381. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  382. package/components/Tooltip/components/mobile/TooltipMobile.js +3 -3
  383. package/components/TopOverlay/TopOverlay.js +22 -22
  384. package/components/TreeView/TreeView.js +1 -1
  385. package/components/TreeView/components/TreeViewGroup.js +1 -1
  386. package/components/TreeView/components/TreeViewNode.js +1 -1
  387. package/components/Typography/Caption.js +28 -28
  388. package/components/Typography/CodeText.js +6 -6
  389. package/components/Typography/Text.js +25 -25
  390. package/components/Typography/Title.js +14 -14
  391. package/components/Typography/constants.js +1 -1
  392. package/components/UnorderedList/UnorderedList.js +4 -4
  393. package/components/UnorderedList/UnorderedListItem.js +5 -5
  394. package/components/UploadZone/UploadZone.js +2 -2
  395. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  396. package/components/UploadZone/index.js +1 -1
  397. package/components/index.js +7 -7
  398. package/index.d.ts +71 -116
  399. package/index.js +7 -7
  400. package/package.json +1 -1
  401. package/styles/triplex-next.css +557 -557
  402. package/chunks/AlertProcessSpoiler-Bw11lY_2.js +0 -41
  403. package/chunks/CalendarViewItem-9zvGz6lK.js +0 -101
  404. package/chunks/Card.module-CHntSBGP.js +0 -18
  405. package/chunks/CheckboxTreeExtended.module-DZCnZPkk.js +0 -15
  406. package/chunks/Confirm.module-DzA_7mQO.js +0 -15
  407. package/chunks/DropdownMobile.module-B2_eLIZO.js +0 -23
  408. package/chunks/Footer.module-CV6e-B3r.js +0 -9
  409. package/chunks/HeaderLayoutSidebar.module-GsbsfEiJ.js +0 -9
  410. package/chunks/HeaderTabs.module-fOX5YNsl.js +0 -9
  411. package/chunks/ImageGalleryExtendedMain.module-BRSQsPqY.js +0 -17
  412. package/chunks/ImageGalleryExtendedThumb-Cpk1nE0q.js +0 -28
  413. package/chunks/IslandAccordion.module-b2tphik7.js +0 -25
  414. package/chunks/IslandWidgetFooter.module-CKmwyHR4.js +0 -9
  415. package/chunks/IslandWidgetHeader.module-CZL2t5u0.js +0 -13
  416. package/chunks/LightBoxControls.module-RG62wDXb.js +0 -16
  417. package/chunks/LightBoxSideOverlayClose.module-B7Fno0cK.js +0 -9
  418. package/chunks/ListItemTail.module-DMJ9K0rM.js +0 -12
  419. package/chunks/ListMasterFooter.module-C58NLDG2.js +0 -10
  420. package/chunks/ModalWindow.module-CszS7FwS.js +0 -17
  421. package/chunks/Notification.module-BNsYZ_Ak.js +0 -20
  422. package/chunks/Overlay.module-DOk5L_-8.js +0 -18
  423. package/chunks/Page.module-TORdWU5G.js +0 -11
  424. package/chunks/SMSField.module-BjG_FEkT.js +0 -16
  425. package/chunks/SliderExtendedMarks.module-Bt31TtEn.js +0 -15
  426. package/chunks/StatusTracker.module-jqMWmKxs.js +0 -24
  427. package/chunks/TableFooter.module-BrNleOTT.js +0 -14
  428. package/chunks/TabsExtended.module-BStXryDc.js +0 -16
  429. package/chunks/TabsLine.module-CR0Zbz9g.js +0 -21
  430. package/chunks/TooltipDesktop.module-lEItFyAS.js +0 -19
  431. package/chunks/TreeView.module-SA9BUUel.js +0 -9
  432. package/chunks/utils-C88ipzKd.js +0 -28
  433. package/chunks/utils-DIpdLSK7.js +0 -24
@@ -1,557 +1,557 @@
1
- html {--triplex-next-ColorBrand-0-1-33-0: #1F3336;
2
- --triplex-next-ColorBrand-10-1-33-0: #0B3A3C;
3
- --triplex-next-ColorBrand-20-1-33-0: #006063;
4
- --triplex-next-ColorBrand-30-1-33-0: #007777;
5
- --triplex-next-ColorBrand-40-1-33-0: #008985;
6
- --triplex-next-ColorBrand-50-1-33-0: #21A19A;
7
- --triplex-next-ColorBrand-60-1-33-0: #19BDB0;
8
- --triplex-next-ColorBrand-70-1-33-0: #4BD9CF;
9
- --triplex-next-ColorBrand-80-1-33-0: #71ECDC;
10
- --triplex-next-ColorBrand-90-1-33-0: #A8F5E9;
11
- --triplex-next-ColorBrand-95-1-33-0: #C5FAF1;
12
- --triplex-next-ColorBrand-100-1-33-0: #E3FFFA;
13
- --triplex-next-ColorDarkNeutralAlpha-0-1-33-0: rgba(31, 31, 34, 1);
14
- --triplex-next-ColorDarkNeutralAlpha-10-1-33-0: rgba(31, 31, 34, .95);
15
- --triplex-next-ColorDarkNeutralAlpha-20-1-33-0: rgba(31, 31, 34, .85);
16
- --triplex-next-ColorDarkNeutralAlpha-30-1-33-0: rgba(31, 31, 34, .75);
17
- --triplex-next-ColorDarkNeutralAlpha-40-1-33-0: rgba(31, 31, 34, .65);
18
- --triplex-next-ColorDarkNeutralAlpha-50-1-33-0: rgba(31, 31, 34, .55);
19
- --triplex-next-ColorDarkNeutralAlpha-60-1-33-0: rgba(31, 31, 34, .45);
20
- --triplex-next-ColorDarkNeutralAlpha-70-1-33-0: rgba(31, 31, 34, .35);
21
- --triplex-next-ColorDarkNeutralAlpha-80-1-33-0: rgba(31, 31, 34, .25);
22
- --triplex-next-ColorDarkNeutralAlpha-90-1-33-0: rgba(31, 31, 34, .15);
23
- --triplex-next-ColorDarkNeutralAlpha-100-1-33-0: rgba(31, 31, 34, .05);
24
- --triplex-next-ColorDarkNeutral-0-1-33-0: #000000;
25
- --triplex-next-ColorDarkNeutral-10-1-33-0: #171719;
26
- --triplex-next-ColorDarkNeutral-20-1-33-0: #1B1B1D;
27
- --triplex-next-ColorDarkNeutral-30-1-33-0: #1F1F22;
28
- --triplex-next-ColorDarkNeutral-40-1-33-0: #262629;
29
- --triplex-next-ColorDarkNeutral-50-1-33-0: #2D2D30;
30
- --triplex-next-ColorDarkNeutral-60-1-33-0: #343437;
31
- --triplex-next-ColorDarkNeutral-70-1-33-0: #3B3B3E;
32
- --triplex-next-ColorDarkNeutral-80-1-33-0: #424245;
33
- --triplex-next-ColorDarkNeutral-90-1-33-0: #49494C;
34
- --triplex-next-ColorDarkNeutral-100-1-33-0: #4F4F52;
35
- --triplex-next-ColorError-0-1-33-0: #443139;
36
- --triplex-next-ColorError-10-1-33-0: #4E3741;
37
- --triplex-next-ColorError-20-1-33-0: #A90024;
38
- --triplex-next-ColorError-30-1-33-0: #BD002C;
39
- --triplex-next-ColorError-40-1-33-0: #D10032;
40
- --triplex-next-ColorError-50-1-33-0: #E60037;
41
- --triplex-next-ColorError-60-1-33-0: #F80C45;
42
- --triplex-next-ColorError-70-1-33-0: #FF5571;
43
- --triplex-next-ColorError-80-1-33-0: #FFB1C1;
44
- --triplex-next-ColorError-90-1-33-0: #FCE0E6;
45
- --triplex-next-ColorError-100-1-33-0: #FFF0F3;
46
- --triplex-next-ColorInfo-0-1-33-0: #313749;
47
- --triplex-next-ColorInfo-10-1-33-0: #2E3A52;
48
- --triplex-next-ColorInfo-20-1-33-0: #0A43B0;
49
- --triplex-next-ColorInfo-30-1-33-0: #124FC2;
50
- --triplex-next-ColorInfo-40-1-33-0: #0E57CC;
51
- --triplex-next-ColorInfo-50-1-33-0: #1371E4;
52
- --triplex-next-ColorInfo-60-1-33-0: #1297FE;
53
- --triplex-next-ColorInfo-70-1-33-0: #66BEFF;
54
- --triplex-next-ColorInfo-80-1-33-0: #8DD2FF;
55
- --triplex-next-ColorInfo-90-1-33-0: #B8E6FF;
56
- --triplex-next-ColorInfo-100-1-33-0: #E3F6FF;
57
- --triplex-next-ColorNeutralAlpha-0-1-33-0: rgba(255, 255, 255, 1);
58
- --triplex-next-ColorNeutralAlpha-10-1-33-0: rgba(255, 255, 255, .95);
59
- --triplex-next-ColorNeutralAlpha-20-1-33-0: rgba(255, 255, 255, .85);
60
- --triplex-next-ColorNeutralAlpha-30-1-33-0: rgba(255, 255, 255, .75);
61
- --triplex-next-ColorNeutralAlpha-40-1-33-0: rgba(255, 255, 255, .65);
62
- --triplex-next-ColorNeutralAlpha-50-1-33-0: rgba(255, 255, 255, .55);
63
- --triplex-next-ColorNeutralAlpha-60-1-33-0: rgba(255, 255, 255, .45);
64
- --triplex-next-ColorNeutralAlpha-70-1-33-0: rgba(255, 255, 255, .35);
65
- --triplex-next-ColorNeutralAlpha-80-1-33-0: rgba(255, 255, 255, .25);
66
- --triplex-next-ColorNeutralAlpha-90-1-33-0: rgba(255, 255, 255, .15);
67
- --triplex-next-ColorNeutralAlpha-100-1-33-0: rgba(255, 255, 255, .05);
68
- --triplex-next-ColorNeutral-0-1-33-0: #CBCFD7;
69
- --triplex-next-ColorNeutral-10-1-33-0: #D1D4DC;
70
- --triplex-next-ColorNeutral-20-1-33-0: #D6D9E0;
71
- --triplex-next-ColorNeutral-30-1-33-0: #DCDFE4;
72
- --triplex-next-ColorNeutral-40-1-33-0: #DFE2E7;
73
- --triplex-next-ColorNeutral-50-1-33-0: #E3E6EA;
74
- --triplex-next-ColorNeutral-60-1-33-0: #E7E9EE;
75
- --triplex-next-ColorNeutral-70-1-33-0: #EAEDF1;
76
- --triplex-next-ColorNeutral-80-1-33-0: #EEF0F4;
77
- --triplex-next-ColorNeutral-90-1-33-0: #F2F4F7;
78
- --triplex-next-ColorNeutral-100-1-33-0: #FFFFFF;
79
- --triplex-next-ColorSuccess-0-1-33-0: #28433E;
80
- --triplex-next-ColorSuccess-10-1-33-0: #2A4C45;
81
- --triplex-next-ColorSuccess-20-1-33-0: #00624C;
82
- --triplex-next-ColorSuccess-30-1-33-0: #007353;
83
- --triplex-next-ColorSuccess-40-1-33-0: #008B5C;
84
- --triplex-next-ColorSuccess-50-1-33-0: #00C075;
85
- --triplex-next-ColorSuccess-60-1-33-0: #00D67D;
86
- --triplex-next-ColorSuccess-70-1-33-0: #3AF299;
87
- --triplex-next-ColorSuccess-80-1-33-0: #8AFFB8;
88
- --triplex-next-ColorSuccess-90-1-33-0: #B8FFD4;
89
- --triplex-next-ColorSuccess-100-1-33-0: #E1FFEB;
90
- --triplex-next-ColorSystem-0-1-33-0: #373C49;
91
- --triplex-next-ColorSystem-10-1-33-0: #384156;
92
- --triplex-next-ColorSystem-20-1-33-0: #47526D;
93
- --triplex-next-ColorSystem-30-1-33-0: #57637F;
94
- --triplex-next-ColorSystem-40-1-33-0: #697591;
95
- --triplex-next-ColorSystem-50-1-33-0: #8291B3;
96
- --triplex-next-ColorSystem-60-1-33-0: #95A3C1;
97
- --triplex-next-ColorSystem-70-1-33-0: #A9B6D0;
98
- --triplex-next-ColorSystem-80-1-33-0: #BFCADF;
99
- --triplex-next-ColorSystem-90-1-33-0: #D6DEED;
100
- --triplex-next-ColorSystem-95-1-33-0: #E0E8F4;
101
- --triplex-next-ColorSystem-100-1-33-0: #EEF3FC;
102
- --triplex-next-ColorWarning-0-1-33-0: #463734;
103
- --triplex-next-ColorWarning-10-1-33-0: #4F3E3B;
104
- --triplex-next-ColorWarning-20-1-33-0: #E03400;
105
- --triplex-next-ColorWarning-30-1-33-0: #E63D00;
106
- --triplex-next-ColorWarning-40-1-33-0: #EF4C01;
107
- --triplex-next-ColorWarning-50-1-33-0: #FD6508;
108
- --triplex-next-ColorWarning-60-1-33-0: #FF7A17;
109
- --triplex-next-ColorWarning-70-1-33-0: #FFB13B;
110
- --triplex-next-ColorWarning-80-1-33-0: #FFD169;
111
- --triplex-next-ColorWarning-90-1-33-0: #FCEAC7;
112
- --triplex-next-ColorWarning-100-1-33-0: #FFF4DB;
113
- --triplex-next-AlertContext-Error_Color-1-33-0: #D10032;
114
- --triplex-next-AlertContext-Info_Color-1-33-0: rgba(31, 31, 34, 1);
115
- --triplex-next-AlertContext-System_Color-1-33-0: rgba(31, 31, 34, 1);
116
- --triplex-next-AlertContext-Warning_Color-1-33-0: rgba(31, 31, 34, 1);
117
- --triplex-next-AlertProcess-Info_Background-1-33-0: #E3F6FF;
118
- --triplex-next-AlertProcess-Warning_Background-1-33-0: #FFF4DB;
119
- --triplex-next-AlertProcess-Error_Background-1-33-0: #FFF0F3;
120
- --triplex-next-AlertProcess-System_Background-1-33-0: #E0E8F4;
121
- --triplex-next-AlertProcess-Feature_Background-1-33-0: #E3FFFA;
122
- --triplex-next-Avatar-Background-1-33-0: #E3E6EA;
123
- --triplex-next-Badge-Background-1-33-0: #FFB13B;
124
- --triplex-next-Button-General_Background_Active-1-33-0: #007777;
125
- --triplex-next-Button-General_Background_Default-1-33-0: #21A19A;
126
- --triplex-next-Button-General_Background_Disabled-1-33-0: #F2F4F7;
127
- --triplex-next-Button-General_Background_Hover-1-33-0: #19BDB0;
128
- --triplex-next-Button-General_Color_Active-1-33-0: rgba(255, 255, 255, 1);
129
- --triplex-next-Button-General_Color_Default-1-33-0: rgba(255, 255, 255, 1);
130
- --triplex-next-Button-General_Color_Disabled-1-33-0: rgba(31, 31, 34, .35);
131
- --triplex-next-Button-General_Color_Hover-1-33-0: rgba(255, 255, 255, 1);
132
- --triplex-next-Button-General_Shadow_Focus-1-33-0: 0 0 0 1px #FFD169 inset;
133
- --triplex-next-Button-Secondary_Background_Active-1-33-0: #DCDFE4;
134
- --triplex-next-Button-Secondary_Background_Default-1-33-0: #F2F4F7;
135
- --triplex-next-Button-Secondary_Background_Disabled-1-33-0: #F2F4F7;
136
- --triplex-next-Button-Secondary_Background_Hover-1-33-0: #EAEDF1;
137
- --triplex-next-Button-Secondary_Color_Active-1-33-0: #007777;
138
- --triplex-next-Button-Secondary_Color_Default-1-33-0: #008985;
139
- --triplex-next-Button-Secondary_Color_Disabled-1-33-0: rgba(31, 31, 34, .35);
140
- --triplex-next-Button-Secondary_Color_Hover-1-33-0: #21A19A;
141
- --triplex-next-Button-Secondary_Shadow_Focus-1-33-0: 0 0 0 1px #FFD169 inset;
142
- --triplex-next-Button-SecondaryLight_Background_Active-1-33-0: #DCDFE4;
143
- --triplex-next-Button-SecondaryLight_Background_Default-1-33-0: #FFFFFF;
144
- --triplex-next-Button-SecondaryLight_Background_Disabled-1-33-0: #F2F4F7;
145
- --triplex-next-Button-SecondaryLight_Background_Hover-1-33-0: #EEF0F4;
146
- --triplex-next-Button-SecondaryLight_Color_Active-1-33-0: #007777;
147
- --triplex-next-Button-SecondaryLight_Color_Default-1-33-0: #008985;
148
- --triplex-next-Button-SecondaryLight_Color_Disabled-1-33-0: rgba(31, 31, 34, .35);
149
- --triplex-next-Button-SecondaryLight_Color_Hover-1-33-0: #21A19A;
150
- --triplex-next-Button-SecondaryLight_Shadow_Focus-1-33-0: 0 0 0 1px #FFD169 inset;
151
- --triplex-next-Button-Danger_Background_Active-1-33-0: #BD002C;
152
- --triplex-next-Button-Danger_Background_Default-1-33-0: #E60037;
153
- --triplex-next-Button-Danger_Background_Disabled-1-33-0: #F2F4F7;
154
- --triplex-next-Button-Danger_Background_Hover-1-33-0: #F80C45;
155
- --triplex-next-Button-Danger_Color_Active-1-33-0: rgba(255, 255, 255, 1);
156
- --triplex-next-Button-Danger_Color_Default-1-33-0: rgba(255, 255, 255, 1);
157
- --triplex-next-Button-Danger_Color_Disabled-1-33-0: rgba(31, 31, 34, .35);
158
- --triplex-next-Button-Danger_Color_Hover-1-33-0: rgba(255, 255, 255, 1);
159
- --triplex-next-Button-Danger_Shadow_Focus-1-33-0: 0 0 0 1px #FFD169 inset;
160
- --triplex-next-Button-Icon_Shadow_Focus-1-33-0: 0 0 0 1px #FFD169;
161
- --triplex-next-Button-Link_Color_Active-1-33-0: #007777;
162
- --triplex-next-Button-Link_Color_Default-1-33-0: #008985;
163
- --triplex-next-Button-Link_Color_Disabled-1-33-0: rgba(31, 31, 34, .35);
164
- --triplex-next-Button-Link_Color_Hover-1-33-0: #21A19A;
165
- --triplex-next-Button-Link_Shadow_Focus-1-33-0: 0 0 0 1px #FFD169 inset;
166
- --triplex-next-Calendar-Background-1-33-0: #FFFFFF;
167
- --triplex-next-Calendar-View_Header_Color-1-33-0: rgba(31, 31, 34, .55);
168
- --triplex-next-Calendar-View_Item_Background_Default-1-33-0: none;
169
- --triplex-next-Calendar-View_Item_Background_Hover-1-33-0: #19BDB0;
170
- --triplex-next-Calendar-View_Item_Background_Selected_Default-1-33-0: #21A19A;
171
- --triplex-next-Calendar-View_Item_Background_Selected_Hover-1-33-0: #007777;
172
- --triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-33-0: #E3FFFA;
173
- --triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-33-0: #A8F5E9;
174
- --triplex-next-Calendar-View_Item_BorderColor_Default-1-33-0: transparent;
175
- --triplex-next-Calendar-View_Item_BorderColor_Focus-1-33-0: #FFD169;
176
- --triplex-next-Calendar-View_Item_Color_Default-1-33-0: rgba(31, 31, 34, 1);
177
- --triplex-next-Calendar-View_Item_Color_Hover-1-33-0: rgba(255, 255, 255, 1);
178
- --triplex-next-Calendar-View_Item_Color_Disabled-1-33-0: rgba(31, 31, 34, .35);
179
- --triplex-next-Calendar-View_Item_Color_Muted-1-33-0: rgba(31, 31, 34, .35);
180
- --triplex-next-Calendar-View_Item_Color_Selected-1-33-0: rgba(255, 255, 255, 1);
181
- --triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-33-0: rgba(31, 31, 34, .35);
182
- --triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-33-0: rgba(31, 31, 34, .35);
183
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-33-0: rgba(31, 31, 34, .35);
184
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-33-0: rgba(31, 31, 34, .35);
185
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-33-0: rgba(31, 31, 34, .35);
186
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-33-0: #00C075;
187
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-33-0: #00C075;
188
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-33-0: #00C075;
189
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-33-0: #FD6508;
190
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-33-0: #FD6508;
191
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-33-0: #FD6508;
192
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-33-0: #E60037;
193
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-33-0: #E60037;
194
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-33-0: #E60037;
195
- --triplex-next-Card-Static_General_Background-1-33-0: #FFFFFF;
196
- --triplex-next-Card-Static_Secondary_Background-1-33-0: #F2F4F7;
197
- --triplex-next-Card-Action_General_Background-1-33-0: #FFFFFF;
198
- --triplex-next-Card-Action_General_Background_Hover-1-33-0: #FFFFFF;
199
- --triplex-next-Card-Action_General_Background_Selected-1-33-0: #F2F4F7;
200
- --triplex-next-Card-Action_General_Background_Selected_Hover-1-33-0: #F2F4F7;
201
- --triplex-next-Card-Action_Secondary_Background-1-33-0: #F2F4F7;
202
- --triplex-next-Card-Action_Secondary_Background_Hover-1-33-0: #EAEDF1;
203
- --triplex-next-Card-Action_Secondary_Background_Selected-1-33-0: #E3E6EA;
204
- --triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-33-0: #DCDFE4;
205
- --triplex-next-Card-Shadow_Default-1-33-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
206
- --triplex-next-Card-Shadow_Focus-1-33-0: inset 0 0 0 1px #FFD169;
207
- --triplex-next-Card-Shadow_Hover-1-33-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
208
- --triplex-next-Card-Shadow_Selected-1-33-0: inset 0 0 0 1px #21A19A;
209
- --triplex-next-Card-Shadow_Selected_Hover-1-33-0: inset 0 0 0 1px #19BDB0;
210
- --triplex-next-Checkbox-Background_Checked_Default-1-33-0: #21A19A;
211
- --triplex-next-Checkbox-Background_Checked_Disabled-1-33-0: #EAEDF1;
212
- --triplex-next-Checkbox-Background_Checked_Hover-1-33-0: #007777;
213
- --triplex-next-Checkbox-Background_Default-1-33-0: #F2F4F7;
214
- --triplex-next-Checkbox-Background_Disabled-1-33-0: #F2F4F7;
215
- --triplex-next-Checkbox-Background_Hover-1-33-0: #19BDB0;
216
- --triplex-next-Checkbox-BorderColor_Default-1-33-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
217
- --triplex-next-Checkbox-BorderColor_Disabled-1-33-0: 0 0 0 1px #E3E6EA inset;
218
- --triplex-next-Checkbox-BorderColor_Focus-1-33-0: 0 0 0 1px #FFD169 inset;
219
- --triplex-next-Checkbox-BorderColor_Hover-1-33-0: none;
220
- --triplex-next-Checkbox-BorderColor_Checked_Default-1-33-0: none;
221
- --triplex-next-Checkbox-BorderColor_Checked_Disabled-1-33-0: none;
222
- --triplex-next-Checkbox-Checkmark_Fill_Default-1-33-0: rgba(255, 255, 255, 1);
223
- --triplex-next-Checkbox-Checkmark_Fill_Disabled-1-33-0: rgba(31, 31, 34, .15);
224
- --triplex-next-Chip-Background_Active-1-33-0: #DFE2E7;
225
- --triplex-next-Chip-Background_Disabled-1-33-0: #F2F4F7;
226
- --triplex-next-Chip-Background_Type1_Default-1-33-0: #F2F4F7;
227
- --triplex-next-Chip-Background_Type1_Hover-1-33-0: #EAEDF1;
228
- --triplex-next-Chip-Background_Type2_Default-1-33-0: #FFFFFF;
229
- --triplex-next-Chip-Background_Type2_Hover-1-33-0: #EEF0F4;
230
- --triplex-next-Chip-Background_Selected_Active-1-33-0: #4F4F52;
231
- --triplex-next-Chip-Background_Selected_Default-1-33-0: #3B3B3E;
232
- --triplex-next-Chip-Background_Selected_Disabled-1-33-0: #343437;
233
- --triplex-next-Chip-Background_Selected_Hover-1-33-0: #49494C;
234
- --triplex-next-Chip-Color_Active-1-33-0: rgba(31, 31, 34, 1);
235
- --triplex-next-Chip-Color_Default-1-33-0: rgba(31, 31, 34, 1);
236
- --triplex-next-Chip-Color_Disabled-1-33-0: rgba(31, 31, 34, .35);
237
- --triplex-next-Chip-Color_Hover-1-33-0: rgba(31, 31, 34, 1);
238
- --triplex-next-Chip-Color_Selected_Active-1-33-0: rgba(255, 255, 255, 1);
239
- --triplex-next-Chip-Color_Selected_Default-1-33-0: rgba(255, 255, 255, 1);
240
- --triplex-next-Chip-Color_Selected_Disabled-1-33-0: rgba(255, 255, 255, .25);
241
- --triplex-next-Chip-Color_Selected_Hover-1-33-0: rgba(255, 255, 255, 1);
242
- --triplex-next-Chip-Shadow_Focus-1-33-0: 0 0 0 1px #FFD169 inset;
243
- --triplex-next-CollapsibleTree-Header_Background_Hover-1-33-0: #E3E6EA;
244
- --triplex-next-CollapsibleTree-Header_Shadow_Focus-1-33-0: 0 0 0 1px #FFD169 inset;
245
- --triplex-next-Divider-Background-1-33-0: #D6D9E0;
246
- --triplex-next-Dropdown-Background-1-33-0: #FFFFFF;
247
- --triplex-next-Dropdown-Shadow-1-33-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
248
- --triplex-next-DropdownList-Background_Active-1-33-0: #EAEDF1;
249
- --triplex-next-DropdownList-Background_Default-1-33-0: none;
250
- --triplex-next-DropdownList-Background_Selected-1-33-0: #DCDFE4;
251
- --triplex-next-DropdownList-Color-1-33-0: rgba(31, 31, 34, 1);
252
- --triplex-next-DropdownMobile-Backdrop-1-33-0: rgba(31, 31, 34, .65);
253
- --triplex-next-DropdownMobile-Border_Color-1-33-0: #D6D9E0;
254
- --triplex-next-DropdownMobile-Content_Background-1-33-0: #FFFFFF;
255
- --triplex-next-DropdownMobile-Footer_Background-1-33-0: #FFFFFF;
256
- --triplex-next-DropdownMobile-Header_Background-1-33-0: #F2F4F7;
257
- --triplex-next-DropdownMobileList-Active_Background-1-33-0: #EAEDF1;
258
- --triplex-next-DropdownMobileList-Selected_Background-1-33-0: #DCDFE4;
259
- --triplex-next-FooterPage-StickyShadow-1-33-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
260
- --triplex-next-FormField-Background_Active-1-33-0: #F2F4F7;
261
- --triplex-next-FormField-Background_Default-1-33-0: #F2F4F7;
262
- --triplex-next-FormField-Background_Disabled-1-33-0: #F2F4F7;
263
- --triplex-next-FormField-Background_Error-1-33-0: #FFF0F3;
264
- --triplex-next-FormField-Background_Error_Hover-1-33-0: #FCE0E6;
265
- --triplex-next-FormField-Background_Hover-1-33-0: #EAEDF1;
266
- --triplex-next-FormField-Background_Warning-1-33-0: #FFF4DB;
267
- --triplex-next-FormField-Background_Warning_Hover-1-33-0: #FCEAC7;
268
- --triplex-next-FormField-Input_Color_Default-1-33-0: rgba(31, 31, 34, 1);
269
- --triplex-next-FormField-Input_Color_Disabled-1-33-0: rgba(31, 31, 34, .35);
270
- --triplex-next-FormField-Target_Color_Default-1-33-0: rgba(31, 31, 34, 1);
271
- --triplex-next-FormField-Target_Color_Disabled-1-33-0: rgba(31, 31, 34, .45);
272
- --triplex-next-FormField-Target_PlaceholderColor_Default-1-33-0: rgba(31, 31, 34, .65);
273
- --triplex-next-FormField-Label_Color_Default-1-33-0: rgba(31, 31, 34, .65);
274
- --triplex-next-FormField-Label_Color_Disabled-1-33-0: rgba(31, 31, 34, .35);
275
- --triplex-next-FormField-Shadow_Active-1-33-0: 0 0 0 1px #21A19A inset;
276
- --triplex-next-FormField-Shadow_Default-1-33-0: none;
277
- --triplex-next-FormField-Shadow_Error_Active-1-33-0: 0 0 0 1px #E60037 inset;
278
- --triplex-next-FormField-Shadow_Warning_Active-1-33-0: 0 0 0 1px #FD6508 inset;
279
- --triplex-next-FormField-Placeholder_Color-1-33-0: rgba(31, 31, 34, .65);
280
- --triplex-next-HeaderPage-StickyShadow-1-33-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
281
- --triplex-next-Island-Type1_Background-1-33-0: #FFFFFF;
282
- --triplex-next-Island-Type2_Background-1-33-0: rgba(255, 255, 255, .35);
283
- --triplex-next-Island-Type3_Background-1-33-0: #F2F4F7;
284
- --triplex-next-Island-Type1_Shadow-1-33-0: none;
285
- --triplex-next-Island-Type2_Shadow-1-33-0: 0 0 0 1px #FFFFFF inset;
286
- --triplex-next-Island-Type3_Shadow-1-33-0: none;
287
- --triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-33-0: #DCDFE4;
288
- --triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-33-0: rgba(31, 31, 34, .05);
289
- --triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-33-0: #DCDFE4;
290
- --triplex-next-IslandAccordion-Shadow_Focus-1-33-0: 0 0 0 1px #FFD169 inset;
291
- --triplex-next-IslandWidget-ExtraFooter_Background-1-33-0: #FFFFFF;
292
- --triplex-next-IslandWidget-ExtraFooter_Shadow-1-33-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
293
- --triplex-next-ImageGallery-Arrow_Background_Default-1-33-0: rgba(31, 31, 34, .25);
294
- --triplex-next-ImageGallery-Arrow_Background_Hover-1-33-0: rgba(31, 31, 34, .45);
295
- --triplex-next-ImageGallery-Arrow_Background_Active-1-33-0: rgba(31, 31, 34, .55);
296
- --triplex-next-ImageGallery-Arrow_Background_Disabled-1-33-0: rgba(31, 31, 34, .15);
297
- --triplex-next-ImageGallery-Arrow_BorderColor_Default-1-33-0: rgba(31, 31, 34, .15);
298
- --triplex-next-ImageGallery-Arrow_BorderColor_Hover-1-33-0: rgba(31, 31, 34, .15);
299
- --triplex-next-ImageGallery-Arrow_BorderColor_Active-1-33-0: rgba(31, 31, 34, .15);
300
- --triplex-next-ImageGallery-Arrow_BorderColor_Disabled-1-33-0: rgba(31, 31, 34, .15);
301
- --triplex-next-ImageGallery-Dot_Background_Default-1-33-0: rgba(31, 31, 34, .25);
302
- --triplex-next-ImageGallery-Dot_Background_Hover-1-33-0: rgba(31, 31, 34, .45);
303
- --triplex-next-ImageGallery-Dot_Background_Active-1-33-0: rgba(31, 31, 34, .75);
304
- --triplex-next-ImageGallery-Thumb_Mask_Background-1-33-0: rgba(31, 31, 34, .25);
305
- --triplex-next-ImageGallery-Accent_Color-1-33-0: #21A19A;
306
- --triplex-next-LightBox-Backdrop_Background-1-33-0: rgba(31, 31, 34, .75);
307
- --triplex-next-LightBox-Content_Background-1-33-0: #EAEDF1;
308
- --triplex-next-LightBox-SideOverlay_Background-1-33-0: #EAEDF1;
309
- --triplex-next-Link-BorderColor_Focus-1-33-0: 0 0 0 1px #FFD169 inset;
310
- --triplex-next-Link-Text_Color_Active-1-33-0: #007777;
311
- --triplex-next-Link-Text_Color_Default-1-33-0: #008985;
312
- --triplex-next-Link-Text_Color_Hover-1-33-0: #21A19A;
313
- --triplex-next-ListItem-Background-1-33-0: #FFFFFF;
314
- --triplex-next-ListItem-Background_Dragging-1-33-0: #FFFFFF;
315
- --triplex-next-ListItem-Background_Selected-1-33-0: #F2F4F7;
316
- --triplex-next-ListItem-Background_Hover-1-33-0: #F2F4F7;
317
- --triplex-next-ListItem-Shadow_Dragging-1-33-0: 0 2px 7px rgba(31, 31, 34, 0.25);
318
- --triplex-next-ListItemControlsButton-Background_Active-1-33-0: #DCDFE4;
319
- --triplex-next-ListItemControlsButton-Background_Default-1-33-0: #F2F4F7;
320
- --triplex-next-ListItemControlsButton-Background_Hover-1-33-0: #EAEDF1;
321
- --triplex-next-ListItemControlsButton-Color_Active-1-33-0: #007777;
322
- --triplex-next-ListItemControlsButton-Color_Default-1-33-0: #008985;
323
- --triplex-next-ListItemControlsButton-Color_Hover-1-33-0: #21A19A;
324
- --triplex-next-ListMaster-Background-1-33-0: #FFFFFF;
325
- --triplex-next-ListMaster-Footer_Background-1-33-0: #FFFFFF;
326
- --triplex-next-ListMaster-Footer_Shadow-1-33-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
327
- --triplex-next-ListMaster-Header_Background-1-33-0: #FFFFFF;
328
- --triplex-next-ListMaster-Header_Shadow-1-33-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
329
- --triplex-next-Loader-Element_Background_Brand-1-33-0: #21A19A;
330
- --triplex-next-Loader-Element_Background_Neutral-1-33-0: rgba(255, 255, 255, 1);
331
- --triplex-next-Loader-Middle_Background_Default-1-33-0: #EEF0F4;
332
- --triplex-next-LoaderScreen-Small_Backdrop_Default-1-33-0: rgba(255, 255, 255, .75);
333
- --triplex-next-LoaderScreen-Middle_Backdrop_Default-1-33-0: rgba(255, 255, 255, .75);
334
- --triplex-next-LoaderScreen-Middle_Background_Default-1-33-0: #EEF0F4;
335
- --triplex-next-Marker-Background_Error-1-33-0: #E60037;
336
- --triplex-next-Marker-Background_Success-1-33-0: #21A19A;
337
- --triplex-next-Marker-Background_Waiting-1-33-0: #8291B3;
338
- --triplex-next-Marker-Background_Warning-1-33-0: #FD6508;
339
- --triplex-next-MarkerStatus-Description_Color-1-33-0: rgba(0, 0, 0, 0.55);
340
- --triplex-next-ModalWindow-Background-1-33-0: #EAEDF1;
341
- --triplex-next-ModalWindow-Backdrop_Background-1-33-0: rgba(79, 79, 82, .5);
342
- --triplex-next-MultiselectField-Divider_Color-1-33-0: #D6D9E0;
343
- --triplex-next-Notification-Background-1-33-0: #FFFFFF;
344
- --triplex-next-Notification-Color-1-33-0: #1F1F22;
345
- --triplex-next-Notification-TimeColor-1-33-0: rgba(31, 31, 34, 0.65);
346
- --triplex-next-Notification-Shadow-1-33-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
347
- --triplex-next-Overlay-Background-1-33-0: rgba(255, 255, 255, .8);
348
- --triplex-next-Overlay-Panel_Background-1-33-0: #FFFFFF;
349
- --triplex-next-Pagination-PageButton_Background_Active-1-33-0: #E3E6EA;
350
- --triplex-next-Pagination-PageButton_Background_Hover-1-33-0: #F2F4F7;
351
- --triplex-next-Pagination-PageButton_Background_Selected-1-33-0: #E3E6EA;
352
- --triplex-next-Pagination-PageButton_BorderColor_Focus-1-33-0: #FFD169;
353
- --triplex-next-Radio-Background_Checked_Default-1-33-0: #21A19A;
354
- --triplex-next-Radio-Background_Checked_Disabled-1-33-0: #EAEDF1;
355
- --triplex-next-Radio-Background_Checked_Hover-1-33-0: #007777;
356
- --triplex-next-Radio-Background_Default-1-33-0: #F2F4F7;
357
- --triplex-next-Radio-Background_Disabled-1-33-0: #F2F4F7;
358
- --triplex-next-Radio-Background_Hover-1-33-0: #19BDB0;
359
- --triplex-next-Radio-BorderColor_Default-1-33-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
360
- --triplex-next-Radio-BorderColor_Disabled-1-33-0: 0 0 0 1px #E3E6EA inset;
361
- --triplex-next-Radio-BorderColor_Focused-1-33-0: 0 0 0 1px #FFD169 inset;
362
- --triplex-next-Radio-BorderColor_Checked_Default-1-33-0: none;
363
- --triplex-next-Radio-BorderColor_Checked_Disabled-1-33-0: none;
364
- --triplex-next-Radio-Dot_Default-1-33-0: rgba(255, 255, 255, 1);
365
- --triplex-next-Radio-Dot_Disabled-1-33-0: rgba(31, 31, 34, .15);
366
- --triplex-next-SegmentedControl-General_1_Background-1-33-0: #F2F4F7;
367
- --triplex-next-SegmentedControl-General_2_Background-1-33-0: #FFFFFF;
368
- --triplex-next-SegmentedControl-Secondary_1_Background-1-33-0: #F2F4F7;
369
- --triplex-next-SegmentedControl-Secondary_2_Background-1-33-0: #FFFFFF;
370
- --triplex-next-SegmentedControlSegment-General_1_Color_Default-1-33-0: rgba(31, 31, 34, .65);
371
- --triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-33-0: rgba(31, 31, 34, 1);
372
- --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-33-0: rgba(31, 31, 34, .15);
373
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-33-0: rgba(255, 255, 255, 1);
374
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-33-0: rgba(255, 255, 255, 1);
375
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-33-0: rgba(255, 255, 255, .25);
376
- --triplex-next-SegmentedControlSegment-General_1_Background_Default-1-33-0: #F2F4F7;
377
- --triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-33-0: #DFE2E7;
378
- --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-33-0: #F2F4F7;
379
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-33-0: #3B3B3E;
380
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-33-0: #49494C;
381
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-33-0: #343437;
382
- --triplex-next-SegmentedControlSegment-General_2_Color_Default-1-33-0: rgba(31, 31, 34, .65);
383
- --triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-33-0: rgba(31, 31, 34, 1);
384
- --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-33-0: rgba(31, 31, 34, .15);
385
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-33-0: rgba(255, 255, 255, 1);
386
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-33-0: rgba(255, 255, 255, 1);
387
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-33-0: rgba(255, 255, 255, .25);
388
- --triplex-next-SegmentedControlSegment-General_2_Background_Default-1-33-0: #FFFFFF;
389
- --triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-33-0: #EEF0F4;
390
- --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-33-0: #FFFFFF;
391
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-33-0: #3B3B3E;
392
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-33-0: #49494C;
393
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-33-0: #343437;
394
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-33-0: rgba(31, 31, 34, .65);
395
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-33-0: rgba(31, 31, 34, 1);
396
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-33-0: rgba(31, 31, 34, .15);
397
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-33-0: rgba(31, 31, 34, 1);
398
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-33-0: rgba(31, 31, 34, 1);
399
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-33-0: rgba(31, 31, 34, .15);
400
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-33-0: #F2F4F7;
401
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-33-0: #DFE2E7;
402
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-33-0: #F2F4F7;
403
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-33-0: #FFFFFF;
404
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-33-0: #DFE2E7;
405
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-33-0: #FFFFFF;
406
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-33-0: rgba(31, 31, 34, .65);
407
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-33-0: rgba(31, 31, 34, 1);
408
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-33-0: rgba(31, 31, 34, .15);
409
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-33-0: rgba(31, 31, 34, 1);
410
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-33-0: rgba(31, 31, 34, 1);
411
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-33-0: rgba(31, 31, 34, .15);
412
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-33-0: #FFFFFF;
413
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-33-0: #EEF0F4;
414
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-33-0: #FFFFFF;
415
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-33-0: #E3E6EA;
416
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-33-0: #D6D9E0;
417
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-33-0: #F2F4F7;
418
- --triplex-next-SegmentedControlSegment-BorderColor_Default-1-33-0: transparent;
419
- --triplex-next-SegmentedControlSegment-BorderColor_Focus-1-33-0: #FFD169;
420
- --triplex-next-Skeleton-BackgroundColor_Light_Start-1-33-0: #F2F4F7;
421
- --triplex-next-Skeleton-BackgroundColor_Light_End-1-33-0: #DFE2E7;
422
- --triplex-next-Skeleton-BackgroundColor_Dark_Start-1-33-0: rgba(31, 31, 34, .05);
423
- --triplex-next-Skeleton-BackgroundColor_Dark_End-1-33-0: rgba(31, 31, 34, .15);
424
- --triplex-next-SmallInput-Background-1-33-0: #F2F4F7;
425
- --triplex-next-SmallInput-Color-1-33-0: rgba(31, 31, 34, 1);
426
- --triplex-next-SmallInput-PlaceholderColor-1-33-0: rgba(31, 31, 34, .65);
427
- --triplex-next-SmallInput-Shadow-1-33-0: 0 0 0 1px rgba(33, 161, 154) inset;
428
- --triplex-next-SMSField-Refresh_Fill_Empty-1-33-0: rgba(31, 31, 34, .35);
429
- --triplex-next-SMSField-Refresh_Fill_Full-1-33-0: #008985;
430
- --triplex-next-SMSField-Refresh_Disabled-1-33-0: rgba(31, 31, 34, .15);
431
- --triplex-next-SMSField-Submit_Background_Default-1-33-0: rgba(31, 31, 34, .15);
432
- --triplex-next-SMSField-Submit_Background_Hover-1-33-0: #19BDB0;
433
- --triplex-next-SMSField-Submit_Background_Active-1-33-0: #21A19A;
434
- --triplex-next-Slider-Dot_Background_Default-1-33-0: #21A19A;
435
- --triplex-next-Slider-Dot_Background_Disabled-1-33-0: #F2F4F7;
436
- --triplex-next-Slider-Dot_Background_Hover-1-33-0: #19BDB0;
437
- --triplex-next-Slider-Dot_Background_Select-1-33-0: #007777;
438
- --triplex-next-Slider-Dot_Focus-1-33-0: #FFD169;
439
- --triplex-next-Slider-Dot_Inner_Background-1-33-0: #FFFFFF;
440
- --triplex-next-Slider-Dot_Inner_Background_Disabled-1-33-0: rgba(31, 31, 34, .15);
441
- --triplex-next-Slider-Mark_Dot_Background_Default-1-33-0: #DCDFE4;
442
- --triplex-next-Slider-Mark_Dot_Background_Selected-1-33-0: #21A19A;
443
- --triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-33-0: #E7E9EE;
444
- --triplex-next-Slider-Rail_Background-1-33-0: #DCDFE4;
445
- --triplex-next-Slider-Rail_Background_Disabled-1-33-0: #DCDFE4;
446
- --triplex-next-Slider-Tooltip_Background-1-33-0: #1B1B1D;
447
- --triplex-next-Slider-Tooltip_Color-1-33-0: rgba(255, 255, 255, 1);
448
- --triplex-next-Slider-Track_Background_Default-1-33-0: #21A19A;
449
- --triplex-next-Slider-Track_Background_Disabled-1-33-0: #E7E9EE;
450
- --triplex-next-Slider-Track_Background_Hover-1-33-0: #007777;
451
- --triplex-next-StatusTracker-Draft_Background-1-33-0: rgba(255, 255, 255, .15);
452
- --triplex-next-StatusTracker-Warning_Background-1-33-0: #FF7A17;
453
- --triplex-next-StatusTracker-Waiting_Background-1-33-0: #BFCADF;
454
- --triplex-next-StatusTracker-Rejected_Background-1-33-0: #FF5571;
455
- --triplex-next-StatusTracker-Approved_Background-1-33-0: #00D67D;
456
- --triplex-next-StatusTracker-Waiting_Color-1-33-0: #A9B6D0;
457
- --triplex-next-StatusTracker-Rejected_Color-1-33-0: #FFB1C1;
458
- --triplex-next-StatusTracker-Approved_Color-1-33-0: #00D67D;
459
- --triplex-next-StatusTracker-Border_Color-1-33-0: #FFFFFF;
460
- --triplex-next-Step-Color_Active-1-33-0: #008985;
461
- --triplex-next-Step-Color_Default-1-33-0: rgba(31, 31, 34, .65);
462
- --triplex-next-Step-Color_Disabled-1-33-0: #FFFFFF;
463
- --triplex-next-Step-Color_Done-1-33-0: #FFFFFF;
464
- --triplex-next-Step-Color_Error-1-33-0: rgba(255, 255, 255, 1);
465
- --triplex-next-Step-Color_Warning-1-33-0: rgba(255, 255, 255, 1);
466
- --triplex-next-Step-Background_Active-1-33-0: #E3FFFA;
467
- --triplex-next-Step-Background_Default-1-33-0: rgba(31, 31, 34, .05);
468
- --triplex-next-Step-Background_Disabled-1-33-0: rgba(31, 31, 34, .15);
469
- --triplex-next-Step-Background_Done-1-33-0: #008985;
470
- --triplex-next-Step-Background_Error-1-33-0: #D10032;
471
- --triplex-next-Step-Background_Warning-1-33-0: #EF4C01;
472
- --triplex-next-Stepper-Step_Background_Default-1-33-0: #F2F4F7;
473
- --triplex-next-Stepper-Step_Background_Hover-1-33-0: #EAEDF1;
474
- --triplex-next-Stepper-Step_Background_Disabled-1-33-0: #F2F4F7;
475
- --triplex-next-Stepper-Step_Background_Error-1-33-0: #FFF0F3;
476
- --triplex-next-Stepper-Step_Background_Error_Hover-1-33-0: #FCE0E6;
477
- --triplex-next-Stepper-Step_Background_Warning-1-33-0: #FFF4DB;
478
- --triplex-next-Stepper-Step_Background_Warning_Hover-1-33-0: #FCEAC7;
479
- --triplex-next-Stepper-Step_BorderColor_Focus-1-33-0: #FFD169;
480
- --triplex-next-Stepper-Step_BorderColor_Error-1-33-0: #E60037;
481
- --triplex-next-Stepper-Step_BorderColor_Warning-1-33-0: #FD6508;
482
- --triplex-next-Stepper-Step_BorderColor_Success-1-33-0: #21A19A;
483
- --triplex-next-Stepper-Step_Color_Default-1-33-0: rgba(31, 31, 34, .65);
484
- --triplex-next-Stepper-Step_Color_Hover-1-33-0: rgba(31, 31, 34, 1);
485
- --triplex-next-Stepper-Step_Color_Disabled-1-33-0: rgba(31, 31, 34, .35);
486
- --triplex-next-Stepper-ButtonWrapper_Background_Prev-1-33-0: linear-gradient(to right, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
487
- --triplex-next-Stepper-ButtonWrapper_Background_Next-1-33-0: linear-gradient(to left, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
488
- --triplex-next-TableBasic-Background_Hover-1-33-0: #E3E6EA;
489
- --triplex-next-TableBasic-Background_Selected-1-33-0: #DCDFE4;
490
- --triplex-next-TableBasic-Color-1-33-0: rgba(31, 31, 34, 1);
491
- --triplex-next-TableBasic-Header_Background-1-33-0: #E7E9EE;
492
- --triplex-next-TableBasic-TableFooter_Background-1-33-0: #E7E9EE;
493
- --triplex-next-TableBasic-TableFooter_Highlight-1-33-0: linear-gradient(transparent, #FFFFFF);
494
- --triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-33-0: #D6D9E0;
495
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-33-0: #FFFFFF;
496
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-33-0: #EAEDF1;
497
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-33-0: #FFFFFF;
498
- --triplex-next-Tabs-Type1_Background-1-33-0: #F2F4F7;
499
- --triplex-next-Tabs-Type2_Background-1-33-0: #FFFFFF;
500
- --triplex-next-Tabs-Type1_Tab_Background_Default-1-33-0: #F2F4F7;
501
- --triplex-next-Tabs-Type2_Tab_Background_Default-1-33-0: #FFFFFF;
502
- --triplex-next-Tabs-Type1_Tab_Background_Selected-1-33-0: #DCDFE4;
503
- --triplex-next-Tabs-Type2_Tab_Background_Selected-1-33-0: #E3E6EA;
504
- --triplex-next-Tabs-Type1_Tab_Background_Hover-1-33-0: #E3E6EA;
505
- --triplex-next-Tabs-Type2_Tab_Background_Hover-1-33-0: #EEF0F4;
506
- --triplex-next-Tabs-Tab_BorderColor_Default-1-33-0: transparent;
507
- --triplex-next-Tabs-Tab_BorderColor_Focus-1-33-0: #FFD169;
508
- --triplex-next-Tag-Background-1-33-0: #DFE2E7;
509
- --triplex-next-TagColor-Background_Default-1-33-0: #EEF3FC;
510
- --triplex-next-TagColor-Background_Success-1-33-0: #E3FFFA;
511
- --triplex-next-TagColor-Background_Info-1-33-0: #E3F6FF;
512
- --triplex-next-TagColor-Background_Warning-1-33-0: #FFF4DB;
513
- --triplex-next-TagColor-Background_Error-1-33-0: #FFF0F3;
514
- --triplex-next-TagColor-Text_Color_Default-1-33-0: rgba(31, 31, 34, .75);
515
- --triplex-next-TabsLine-BorderColor_Active-1-33-0: #21A19A;
516
- --triplex-next-TabsLine-BorderColor_Hover-1-33-0: #19BDB0;
517
- --triplex-next-TabsLine-Separator_Color-1-33-0: #D6D9E0;
518
- --triplex-next-TabsLine-Shadow_Focus-1-33-0: 0 0 0 1px #FFDD64 inset;
519
- --triplex-next-Tooltip-Background-1-33-0: #1B1B1D;
520
- --triplex-next-Tooltip-Color-1-33-0: rgba(255, 255, 255, 1);
521
- --triplex-next-Tooltip-Link_Desktop_Color_Active-1-33-0: #008985;
522
- --triplex-next-Tooltip-Link_Desktop_Color_Default-1-33-0: #19BDB0;
523
- --triplex-next-Tooltip-Link_Desktop_Color_Hover-1-33-0: #4BD9CF;
524
- --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-33-0: 0 0 0 1px #FFD169;
525
- --triplex-next-Tooltip-Link_Mobile_Color_Active-1-33-0: #007777;
526
- --triplex-next-Tooltip-Link_Mobile_Color_Default-1-33-0: #008985;
527
- --triplex-next-Tooltip-Link_Mobile_Color_Hover-1-33-0: #21A19A;
528
- --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-33-0: 0 0 0 1px #FFDD64;
529
- --triplex-next-TopOverlay-Background-1-33-0: rgba(79,79,82,.15);
530
- --triplex-next-Typography-Primary_Color-1-33-0: rgba(31, 31, 34, 1);
531
- --triplex-next-Typography-Complementary_Color-1-33-0: rgba(31, 31, 34, .85);
532
- --triplex-next-Typography-Secondary_Color-1-33-0: rgba(31, 31, 34, .65);
533
- --triplex-next-Typography-Tertiary_Color-1-33-0: rgba(31, 31, 34, .55);
534
- --triplex-next-Typography-Disabled_Color-1-33-0: rgba(31, 31, 34, .35);
535
- --triplex-next-Typography-Brand_Color-1-33-0: #008985;
536
- --triplex-next-Typography-Info_Color-1-33-0: #0E57CC;
537
- --triplex-next-Typography-Success_Color-1-33-0: #008B5C;
538
- --triplex-next-Typography-Error_Color-1-33-0: #D10032;
539
- --triplex-next-Typography-Warning_Color-1-33-0: #EF4C01;
540
- --triplex-next-Typography-System_Color-1-33-0: #697591;
541
- --triplex-next-Typography-PrimaryInvert_Color-1-33-0: rgba(255, 255, 255, 1);
542
- --triplex-next-Typography-ComplementaryInvert_Color-1-33-0: rgba(255, 255, 255, .75);
543
- --triplex-next-Typography-SecondaryInvert_Color-1-33-0: rgba(255, 255, 255, .55);
544
- --triplex-next-Typography-TertiaryInvert_Color-1-33-0: rgba(255, 255, 255, .45);
545
- --triplex-next-Typography-DisabledInvert_Color-1-33-0: rgba(255, 255, 255, .25);
546
- --triplex-next-Typography-BrandInvert_Color-1-33-0: #19BDB0;
547
- --triplex-next-Typography-InfoInvert_Color-1-33-0: #1297FE;
548
- --triplex-next-Typography-SuccessInvert_Color-1-33-0: #00D67D;
549
- --triplex-next-Typography-ErrorInvert_Color-1-33-0: #F80C45;
550
- --triplex-next-Typography-WarningInvert_Color-1-33-0: #FF7A17;
551
- --triplex-next-Typography-SystemInvert_Color-1-33-0: #95A3C1;
552
- --triplex-next-UploadZone-Background_Default-1-33-0: #F2F4F7;
553
- --triplex-next-UploadZone-Background_Hover-1-33-0: #EAEDF1;
554
- --triplex-next-UploadZone-BorderColor_Default-1-33-0: #2D2D30;
555
- --triplex-next-UploadZone-DragArea_Background-1-33-0: #F2F4F7;
556
- --triplex-next-UploadZone-DragArea_BorderColor-1-33-0: #21A19A;}
557
- .underline__a00ebcdd{text-decoration:underline}.strikethrough__d5ada714{text-decoration:line-through}.underlineStrikethrough__9ae301e2{text-decoration:underline line-through}.typography__3f7954e0.primary__eb13bb19{color:var(--triplex-next-Typography-Primary_Color-1-33-0)}.typography__3f7954e0.primaryInvert__c934ea99{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-33-0)}.typography__3f7954e0.complementary__271a3238{color:var(--triplex-next-Typography-Complementary_Color-1-33-0)}.typography__3f7954e0.complementaryInvert__7279ab32{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-33-0)}.typography__3f7954e0.secondary__9f8ddf0e{color:var(--triplex-next-Typography-Secondary_Color-1-33-0)}.typography__3f7954e0.secondaryInvert__7a6c7f2d{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-33-0)}.typography__3f7954e0.tertiary__e3b5a8d6{color:var(--triplex-next-Typography-Tertiary_Color-1-33-0)}.typography__3f7954e0.tertiaryInvert__7bf59169{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-33-0)}.typography__3f7954e0.disabled__bd8d2a05{color:var(--triplex-next-Typography-Disabled_Color-1-33-0)}.typography__3f7954e0.disabledInvert__f658672e{color:var(--triplex-next-Typography-DisabledInvert_Color-1-33-0)}.typography__3f7954e0.brand__fc265a21{color:var(--triplex-next-Typography-Brand_Color-1-33-0);-webkit-user-select:none;user-select:none}.typography__3f7954e0.brandInvert__b7f768b0{color:var(--triplex-next-Typography-BrandInvert_Color-1-33-0)}.typography__3f7954e0.info__9baf69e2{color:var(--triplex-next-Typography-Info_Color-1-33-0)}.typography__3f7954e0.infoInvert__7398e281{color:var(--triplex-next-Typography-InfoInvert_Color-1-33-0)}.typography__3f7954e0.success__6a170291{color:var(--triplex-next-Typography-Success_Color-1-33-0)}.typography__3f7954e0.successInvert__d6f1443a{color:var(--triplex-next-Typography-SuccessInvert_Color-1-33-0)}.typography__3f7954e0.error__06aa2bc4{color:var(--triplex-next-Typography-Error_Color-1-33-0)}.typography__3f7954e0.errorInvert__0d4ced7c{color:var(--triplex-next-Typography-ErrorInvert_Color-1-33-0)}.typography__3f7954e0.warning__88cc1da2{color:var(--triplex-next-Typography-Warning_Color-1-33-0)}.typography__3f7954e0.warningInvert__f4740a82{color:var(--triplex-next-Typography-WarningInvert_Color-1-33-0)}.typography__3f7954e0.system__776bb0a5{color:var(--triplex-next-Typography-System_Color-1-33-0)}.typography__3f7954e0.systemInvert__9a4c3d67{color:var(--triplex-next-Typography-SystemInvert_Color-1-33-0)}.typography__3f7954e0.compact__a7465436{line-height:calc(16 / 14)}.caption__bef25f8e.regular__565615a2{font-family:SBSansText,Arial,sans-serif}.caption__bef25f8e.semibold__ab4466d8{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__313fb3fa{font-size:10px;line-height:12px}.c2__b5bfeb61{font-size:8px;line-height:10px}.d1__dfe56b6a{font-size:32px;line-height:40px}.d1__dfe56b6a.regular__565615a2{font-family:SBSansDisplay,Arial,sans-serif}.d1__dfe56b6a.semibold__ab4466d8{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.codeText__a000cd39{font-family:SBSansTextMono,Arial,monospace;font-size:14px;line-height:20px;font-weight:400}.text__ae9abdbd{outline:none}.text__ae9abdbd.regular__565615a2{font-family:SBSansText,Arial,sans-serif}.text__ae9abdbd.semibold__ab4466d8{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__0ba3e7d4{font-size:18px;line-height:24px}.b2__ec1cecf5{font-size:16px;line-height:20px}.b3__511ce82c{font-size:14px;line-height:20px}.b3__511ce82c.compact__a7465436{line-height:16px}.b4__bf9f2cf3{font-size:12px;line-height:16px}.title__c130903c{outline:none}.title__c130903c.regular__565615a2{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__c130903c.medium__429ac042{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__c130903c.semibold__ab4466d8{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__c130903c.bold__9b197a67{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__f23365be,.h2__17e8f042,.h3__cb4d8334{margin:0}.h1__f23365be{font-size:28px;line-height:36px}.h2__17e8f042{font-size:24px;line-height:32px}.h3__cb4d8334{font-size:20px;line-height:28px}.formFieldInput__d57e72da{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-33-0)}.formFieldInput__d57e72da.sm__547d6110{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__d57e72da.md__4380ba69{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__d57e72da.lg__7d82ed86{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__d57e72da:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-33-0)}.formFieldInput__d57e72da::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-33-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__d57e72da:focus{outline:none}.formFieldInput__d57e72da:focus::placeholder{opacity:1}.formFieldInput__d57e72da:-webkit-autofill{animation-name:autofill-applied-hook__376a1276;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__d57e72da:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__b8ebc6a0;animation-duration:1ms}.disableInteraction__d772d80c{pointer-events:none}.displayContents__602a8708{display:contents}.buttonIcon__0a8d0495{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__0a8d0495:enabled{cursor:pointer}.buttonIcon__0a8d0495.circle__62b180e2{border-radius:50%}.buttonIcon__0a8d0495.squircle__9a513bf7{border-radius:4px}.buttonIcon__0a8d0495:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-33-0)}.formFieldClear__a71cd1b2{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__a71cd1b2:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldCounter__95f3f32e{padding-left:4px;margin-left:auto}.formFieldDescription__868a9334{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__868a9334.withCounter__3e115bb0{display:flex}.formFieldLabel__31e4432a{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__31e4432a.sm__547d6110{top:6px}.formFieldLabel__31e4432a.md__4380ba69{top:10px}.formFieldLabel__31e4432a.lg__7d82ed86{top:18px}.formFieldLabel__31e4432a.lg__7d82ed86.floating__593d3a11{top:10px}.formFieldLabelText__570454d0{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-33-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__547d6110 .formFieldLabelText__570454d0{font-size:12px;line-height:16px}.md__4380ba69 .formFieldLabelText__570454d0{font-size:14px;line-height:20px}.lg__7d82ed86 .formFieldLabelText__570454d0{font-size:16px;line-height:20px}.floating__593d3a11 .formFieldLabelText__570454d0{font-size:12px;line-height:16px}.floating__593d3a11.sm__547d6110 .formFieldLabelText__570454d0,.floating__593d3a11.md__4380ba69 .formFieldLabelText__570454d0{display:none}.disabled__03c0dbab .formFieldLabelText__570454d0{color:var(--triplex-next-FormField-Label_Color_Disabled-1-33-0)}.formFieldMaskedInputWrapper__5d2d564c{position:relative}.formFieldMaskedInputWrapper__5d2d564c .formFieldMaskedInputPlaceholder__5b9f43fd{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__5d2d564c .formFieldMaskedInputPlaceholder__5b9f43fd::placeholder{opacity:1}.formFieldMaskedInputWrapper__5d2d564c .formFieldMaskedInputPlaceholder__5b9f43fd:disabled{visibility:hidden}.formFieldMaskedInputWrapper__5d2d564c.size-sm__8bed44f1{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__5d2d564c.size-sm__8bed44f1 .formFieldMaskedInputPlaceholder__5b9f43fd{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__5d2d564c.size-md__4a8930a3{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__5d2d564c.size-md__4a8930a3 .formFieldMaskedInputPlaceholder__5b9f43fd{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__5d2d564c.size-lg__36597067{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__5d2d564c.size-lg__36597067 .formFieldMaskedInputPlaceholder__5b9f43fd{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__5d2d564c .formFieldMaskedInput__72125f0c{display:block;position:relative;background:none!important}.formFieldPostfix__3219d737{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__f4a328d9{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldTarget__e0d0853f{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-33-0);overflow:hidden;white-space:nowrap}.formFieldTarget__e0d0853f.sm__547d6110{font-size:12px;height:28px;line-height:16px}.formFieldTarget__e0d0853f.md__4380ba69{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__e0d0853f.lg__7d82ed86{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__e0d0853f.placeholder__66ad93aa{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-33-0)}.formFieldTarget__e0d0853f.disabled__03c0dbab{color:var(--triplex-next-FormField-Target_Color_Disabled-1-33-0)}.formFieldTarget__e0d0853f .placeholderWrapper__de0cd8d3{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__e0d0853f:focus{outline:none}.formFieldTarget__e0d0853f:focus .placeholderWrapper__de0cd8d3,.formFieldTarget__e0d0853f.active__a02bba87 .placeholderWrapper__de0cd8d3{opacity:1}.formFieldTextarea__59d8a235{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-33-0);vertical-align:top;font-family:inherit}.formFieldTextarea__59d8a235.sm__547d6110{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__59d8a235.md__4380ba69{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__59d8a235.lg__7d82ed86{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__59d8a235::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-33-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__59d8a235:focus{outline:none}.formFieldTextarea__59d8a235:focus::placeholder{opacity:1}.formFieldTextarea__59d8a235:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-33-0)}.formFieldTextarea__59d8a235:-webkit-autofill{animation-name:autofill-applied-hook__376a1276;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__59d8a235:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__b8ebc6a0;animation-duration:1ms}@keyframes autofill-applied-hook__376a1276{0%{transform:none}}@keyframes autofill-cancelled-hook__b8ebc6a0{0%{transform:none}}.formField__9507107a{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__9507107a.sm__547d6110{border-radius:6px}.formField__9507107a.md__4380ba69{border-radius:8px}.formField__9507107a.lg__7d82ed86{border-radius:10px}.formField__9507107a.default__9fd0c23b{background:var(--triplex-next-FormField-Background_Default-1-33-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-33-0)}.formField__9507107a:hover{background:var(--triplex-next-FormField-Background_Hover-1-33-0)}.formField__9507107a.active__a02bba87{background:var(--triplex-next-FormField-Background_Active-1-33-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-33-0)}.formField__9507107a.active__a02bba87 .formFieldInput__d57e72da::placeholder,.formField__9507107a.active__a02bba87 .formFieldTextarea__59d8a235::placeholder{opacity:1}.formField__9507107a.disabled__03c0dbab{background:var(--triplex-next-FormField-Background_Disabled-1-33-0)}.formField__9507107a.error__929cae76{background:var(--triplex-next-FormField-Background_Error-1-33-0)}.formField__9507107a.error__929cae76:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-33-0)}.formField__9507107a.error__929cae76.active__a02bba87{background:var(--triplex-next-FormField-Background_Error-1-33-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-33-0)}.formField__9507107a.warning__2e9543b1{background:var(--triplex-next-FormField-Background_Warning-1-33-0)}.formField__9507107a.warning__2e9543b1:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-33-0)}.formField__9507107a.warning__2e9543b1.active__a02bba87{background:var(--triplex-next-FormField-Background_Warning-1-33-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-33-0)}.formField__9507107a.filled__8bd8580b:not(.disabled__03c0dbab):hover .formFieldClear__a71cd1b2,.formField__9507107a.filled__8bd8580b:not(.disabled__03c0dbab).active__a02bba87 .formFieldClear__a71cd1b2{visibility:visible;opacity:1;pointer-events:auto}.dropdownDesktop__23180bb3{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-33-0);background-color:var(--triplex-next-Dropdown-Background-1-33-0)}.dropdownDesktop__23180bb3.sm__23d34a7a{border-radius:6px}.dropdownDesktop__23180bb3.md__4de9155a{border-radius:8px}.dropdownDesktop__23180bb3.lg__d19c9764{border-radius:10px}.dropdownDesktopOverflowHidden__91c4b86d{overflow:hidden}.badgeDot__a2f4ad67{display:inline-block;background:var(--triplex-next-Badge-Background-1-33-0);border-radius:50%}.badgeDot__a2f4ad67.sm__4ffc4140{width:6px;height:6px}.badgeDot__a2f4ad67.md__64291a83{width:8px;height:8px}.badgeDot__a2f4ad67.lg__04364887{width:10px;height:10px}.badgeContent__c1861a66{display:flex}.badgeContent__c1861a66.sm__4ffc4140{padding-left:4px;padding-right:4px}.badgeContent__c1861a66.md__64291a83{padding-left:6px;padding-right:6px}.badgeContent__c1861a66.lg__04364887{padding-left:8px;padding-right:8px}.badgeContent__c1861a66.noPaddingLeft__1347afd2{padding-left:0}.badgeContent__c1861a66.noPaddingRight__5752c6c7{padding-right:0}.badgePrefix__66e4f6d2,.badgePostfix__38457566{display:contents}.badge__7ae1edc7{display:inline-flex;align-items:center;justify-content:center;position:relative;width:fit-content;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-33-0)}.badge__7ae1edc7.sm__4ffc4140{height:16px;border-radius:4px}.badge__7ae1edc7.md__64291a83{height:20px;border-radius:6px}.badge__7ae1edc7.lg__04364887{height:24px;border-radius:8px}.dropdownDesktopList__5f52ae5e{margin:4px;overflow:auto}.dropdownDesktopList__5f52ae5e .notificationIcon__31d4d82d{position:absolute}.dropdownDesktopList__5f52ae5e.sm__23d34a7a{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__5f52ae5e.sm__23d34a7a .dropdownDesktopListItem__b99be290{padding:6px 8px;border-radius:6px}.dropdownDesktopList__5f52ae5e.sm__23d34a7a .dropdownDesktopListLoader__88cea86c{margin:0 auto}.dropdownDesktopList__5f52ae5e.sm__23d34a7a .notificationIcon__31d4d82d{right:3px;top:3px}.dropdownDesktopList__5f52ae5e.md__4de9155a{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__5f52ae5e.md__4de9155a .dropdownDesktopListItem__b99be290{padding:7px 12px;border-radius:8px}.dropdownDesktopList__5f52ae5e.md__4de9155a .dropdownDesktopListLoader__88cea86c{margin:-2px auto}.dropdownDesktopList__5f52ae5e.md__4de9155a .notificationIcon__31d4d82d{right:4px;top:4px}.dropdownDesktopList__5f52ae5e.lg__d19c9764{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__5f52ae5e.lg__d19c9764 .dropdownDesktopListItem__b99be290{padding:14px 16px;border-radius:10px}.dropdownDesktopList__5f52ae5e.lg__d19c9764 .dropdownDesktopListLoader__88cea86c{margin:-6px auto}.dropdownDesktopList__5f52ae5e.lg__d19c9764 .notificationIcon__31d4d82d{right:4px;top:6px}.dropdownDesktopListItem__b99be290{color:var(--triplex-next-DropdownList-Color-1-33-0);background:var(--triplex-next-DropdownList-Background_Default-1-33-0);position:relative;outline:none}.dropdownDesktopListItem__b99be290+.dropdownDesktopListItem__b99be290{margin-top:2px}.dropdownDesktopListItem__b99be290.active__b7cad386{background:var(--triplex-next-DropdownList-Background_Active-1-33-0);cursor:pointer}.dropdownDesktopListItem__b99be290.selected__2f738aaf{background:var(--triplex-next-DropdownList-Background_Selected-1-33-0);cursor:default}.loaderSmall__2556aa8a{display:flex;justify-content:center;align-items:center}.loaderSmall__2556aa8a.sm__c3218843{width:16px;height:16px;gap:2px}.loaderSmall__2556aa8a.sm__c3218843 .dot__66e3f7f0{width:4px;height:4px}.loaderSmall__2556aa8a.md__7d8f9d68{width:24px;height:24px;gap:3px}.loaderSmall__2556aa8a.md__7d8f9d68 .dot__66e3f7f0{width:6px;height:6px}.loaderSmall__2556aa8a.lg__bd4b794c{width:32px;height:32px;gap:4px}.loaderSmall__2556aa8a.lg__bd4b794c .dot__66e3f7f0{width:8px;height:8px}.loaderSmall__2556aa8a.neutral__72f3aa7f .dot__66e3f7f0{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-33-0)}.loaderSmall__2556aa8a.brand__90ac0ac1 .dot__66e3f7f0{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-33-0)}.loaderSmall__2556aa8a .dot__66e3f7f0{border-radius:50%}.loaderSmall__2556aa8a .dot1__229ad85f{animation:dotCycleSmall__b6110bd1 .9s infinite}.loaderSmall__2556aa8a .dot2__febf3f72{animation:dotCycleSmall__b6110bd1 .9s infinite .15s}.loaderSmall__2556aa8a .dot3__2fdbfe0f{animation:dotCycleSmall__b6110bd1 .9s infinite .3s}@keyframes dotCycleSmall__b6110bd1{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__7a0da947{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-33-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__10d2d450{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__10d2d450 .dot__66e3f7f0{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-33-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__10d2d450 .dot1__229ad85f{top:0;left:0;animation:dotCycleMiddle__38def605 3s infinite}.loaderMiddleDots__10d2d450 .dot2__febf3f72{right:0;top:0;opacity:.7;animation:dotCycleMiddle__38def605 3s infinite .74s}.loaderMiddleDots__10d2d450 .dot3__2fdbfe0f{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__38def605 3s infinite 1.5s}.loaderMiddleDots__10d2d450 .dot4__88e9ce53{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__38def605 3s infinite 2.25s}.loaderMiddleDots__10d2d450 .line__ce2ab1a5{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-33-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__114dfe4e 3s infinite}@keyframes lineCycle__114dfe4e{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__38def605{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__ffba4e15{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__af5ef229{background:var(--triplex-next-DropdownMobile-Backdrop-1-33-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__af5ef229.closing__266879dc{opacity:0}.dropdownMobileBackdrop__af5ef229.opening__cd422466,.dropdownMobileBackdrop__af5ef229.opened__64ebf02d{opacity:var(--triplex-DropdownMobile-Opacity-1-33-0)}.dropdownMobile__dd4033eb{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__dd4033eb.closing__266879dc{transform:translateY(100%)}.dropdownMobile__dd4033eb.opening__cd422466,.dropdownMobile__dd4033eb.opened__64ebf02d{transform:translateY(0)}.dropdownMobileHeader__fa6d6a6b{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-33-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__fa6d6a6b .dropdownMobileHeaderContent__bd3eead7{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__3a94bb02{background:var(--triplex-next-DropdownMobile-Content_Background-1-33-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__b499a47e{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-33-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-33-0);flex-shrink:1}.dropdownMobileListItem__c26bb682{position:relative;padding:16px}.dropdownMobileListItem__c26bb682.selected__2f738aaf{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-33-0)}.dropdownMobileListItem__c26bb682:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-33-0)}.dropdownMobileBodyOverflow__1b3e75ee{overflow:hidden}.controlButtons__2d09c83a{display:flex}.dropdownMobileLoader__f5654b2a{margin-right:8px}.dropdownMobileListLoader__d20ac832{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__31d4d82d{position:absolute;right:6px;top:6px}.dropdownMobileInput__73865f20{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-1-33-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__73865f20::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-33-0);opacity:1}.dropdownMobileInput__73865f20::-ms-clear{display:none}.tabsLineWrapper__0ca6356f[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__0ca6356f[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__0ca6356f[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__0ca6356f[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__0ca6356f{position:relative}.tabsLineWrapper__0ca6356f.withSeparator__602719df:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-33-0);bottom:0;left:0;right:0}.tabsLine__f03c20ba{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__f03c20ba:has(.sm__58b520d4){height:28px}.tabsLine__f03c20ba:has(.md__49cd6075){height:40px}.tabsLine__f03c20ba:has(.lg__b8f8d950){height:56px}.tab__acdc781a{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__acdc781a.sm__58b520d4{height:28px;padding-bottom:12px}.tab__acdc781a.md__49cd6075{height:40px;padding-top:8px;padding-bottom:12px}.tab__acdc781a.lg__b8f8d950{height:56px;padding-top:16px;padding-bottom:20px}.tab__acdc781a::-moz-focus-inner{border:none;padding:0}.tab__acdc781a:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-33-0)}.tab__acdc781a.active__3dba6a29{cursor:default}.tab__acdc781a: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__acdc781a:hover:after,.tab__acdc781a:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-33-0)}.tab__acdc781a.active__3dba6a29:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-33-0)}.notificationIcon__00ef5a9e{position:absolute;right:6px}.sm__58b520d4 .notificationIcon__00ef5a9e{top:0}.md__49cd6075 .notificationIcon__00ef5a9e{top:8px}.lg__b8f8d950 .notificationIcon__00ef5a9e{top:16px}.tabsLineDropdown__8ee44920{display:inline-block}.tabsLineDropdown__8ee44920 .dropdownTarget__9c19a5a3.active__3dba6a29{cursor:pointer}.tabsLineDropdown__8ee44920 .dropdownTargetInner__d7ece9ae{display:inline-flex;align-items:center}.tabsLineDropdown__8ee44920 .dropdownTargetCaret__c3092a06{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__8ee44920 .dropdownTargetCaret__c3092a06.opened__6d2356c8{transform:rotate(-180deg)}.tabsLineDropdown__8ee44920 .dropdown__67c85a24{right:0;padding:4px}.tabsLineMobileWrapper__bd49cf88{position:relative}.tabsLineMobileWrapper__bd49cf88 .tab__acdc781a{flex-shrink:0}.tabsLineMobileWrapper__bd49cf88 .tab__acdc781a:first-child{margin-left:16px}.tabsLineMobileWrapper__bd49cf88 .tab__acdc781a:last-child{margin-right:16px}.tabsLineMobile__25786340{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__25786340::-webkit-scrollbar{display:none}.label__bb953aaf{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__bb953aaf.sm__e4267be1{min-width:16px;min-height:16px}.label__bb953aaf.sm__e4267be1.nonempty__46bfc402{padding:2px 0 2px 24px}.label__bb953aaf.md__faea06e8{min-height:24px;min-width:24px}.label__bb953aaf.md__faea06e8.nonempty__46bfc402{padding-left:32px;padding-top:2px}.label__bb953aaf.lg__600ee8f7{min-width:28px;min-height:28px}.label__bb953aaf.lg__600ee8f7.nonempty__46bfc402{padding-left:40px;padding-top:4px}.label__bb953aaf.disabled__b9b2ee84{cursor:default}.radio__4ea58ebd{margin:0;opacity:0}.radioIcon__ccbf5ddb{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-33-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-33-0)}.radioIcon__ccbf5ddb:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-33-0);border-radius:50%;transform:scale(0)}.sm__e4267be1 .radioIcon__ccbf5ddb:after{width:8px;height:8px;top:4px;left:4px}.md__faea06e8 .radioIcon__ccbf5ddb:after{width:12px;height:12px;top:6px;left:6px}.lg__600ee8f7 .radioIcon__ccbf5ddb:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__ccbf5ddb,.radioIcon__ccbf5ddb:after{pointer-events:none}.radio__4ea58ebd,.radioIcon__ccbf5ddb{position:absolute;left:0;top:0}.sm__e4267be1 .radio__4ea58ebd,.sm__e4267be1 .radioIcon__ccbf5ddb{width:16px;height:16px;top:2px}.md__faea06e8 .radio__4ea58ebd,.md__faea06e8 .radioIcon__ccbf5ddb{width:24px;height:24px}.lg__600ee8f7 .radio__4ea58ebd,.lg__600ee8f7 .radioIcon__ccbf5ddb{width:28px;height:28px}.radio__4ea58ebd:enabled{cursor:pointer}.radio__4ea58ebd:checked+.radioIcon__ccbf5ddb{background:var(--triplex-next-Radio-Background_Checked_Default-1-33-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-33-0)}.radio__4ea58ebd:checked+.radioIcon__ccbf5ddb:after{transform:scale(1);transition:transform .2s ease-out}.radio__4ea58ebd:hover+.radioIcon__ccbf5ddb{background-color:var(--triplex-next-Radio-Background_Hover-1-33-0);box-shadow:none}.radio__4ea58ebd:disabled+.radioIcon__ccbf5ddb{background:var(--triplex-next-Radio-Background_Disabled-1-33-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-33-0)}.radio__4ea58ebd:disabled:checked+.radioIcon__ccbf5ddb{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-33-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-33-0)}.radio__4ea58ebd:disabled+.radioIcon__ccbf5ddb:after{background:var(--triplex-next-Radio-Dot_Disabled-1-33-0)}.radio__4ea58ebd:focus-visible+.radioIcon__ccbf5ddb{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-33-0)}.radio__4ea58ebd:checked:enabled:hover+.radioIcon__ccbf5ddb{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-33-0)}.radioXGroup__9643c370{display:inline-flex;flex-flow:row wrap}.radioXGroup__9643c370.indent-12__d4ef61ba{margin-left:-6px;margin-right:-6px}.radioXGroup__9643c370.indent-12__d4ef61ba .label__bb953aaf{margin-left:6px;margin-right:6px}.radioXGroup__9643c370.indent-16__d4905f20{margin-left:-8px;margin-right:-8px}.radioXGroup__9643c370.indent-16__d4905f20 .label__bb953aaf{margin-left:8px;margin-right:8px}.radioXGroup__9643c370.indent-20__c083eaa8{margin-left:-10px;margin-right:-10px}.radioXGroup__9643c370.indent-20__c083eaa8 .label__bb953aaf{margin-left:10px;margin-right:10px}.radioXGroup__9643c370.indent-24__d26a6032{margin-left:-12px;margin-right:-12px}.radioXGroup__9643c370.indent-24__d26a6032 .label__bb953aaf{margin-left:12px;margin-right:12px}.radioXGroup__9643c370.indent-28__63498558{margin-left:-14px;margin-right:-14px}.radioXGroup__9643c370.indent-28__63498558 .label__bb953aaf{margin-left:14px;margin-right:14px}.radioXGroup__9643c370.indent-32__01af6d16{margin-left:-16px;margin-right:-16px}.radioXGroup__9643c370.indent-32__01af6d16 .label__bb953aaf{margin-left:16px;margin-right:16px}.radioYGroup__072a372d{display:inline-flex;flex-flow:column wrap}.radioYGroup__072a372d .label__bb953aaf.sm__e4267be1+.label__bb953aaf.sm__e4267be1{margin-top:8px}.radioYGroup__072a372d .label__bb953aaf.md__faea06e8+.label__bb953aaf.md__faea06e8{margin-top:16px}.radioYGroup__072a372d .label__bb953aaf.lg__600ee8f7+.label__bb953aaf.lg__600ee8f7{margin-top:20px}.notification__3a96d07f{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-33-0);background:var(--triplex-next-Notification-Background-1-33-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-33-0);z-index:300}.notification__3a96d07f:first-child{margin-top:0}.notification__3a96d07f.extraBottomPadding__9553b73c{padding-bottom:24px}.notification__3a96d07f .notificationHeader__3cb941ed{width:100%;margin-top:0;margin-bottom:8px;font-family:SBSansTextSemibold,Arial,sans-serif;font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-33-0)}.notification__3a96d07f .notificationIcon__097f6912{line-height:0}.notification__3a96d07f .notificationBody__e016972b{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__3a96d07f .notificationBodyList__4cf296c9{margin-top:8px}.notification__3a96d07f .notificationClose__17d4954a{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__3a96d07f.showCloseOnHover__0104aa47 .notificationClose__17d4954a{opacity:0}.notification__3a96d07f.showCloseOnHover__0104aa47:hover{cursor:pointer}.notification__3a96d07f.showCloseOnHover__0104aa47:hover .notificationClose__17d4954a{opacity:1}.notification__3a96d07f .notificationFooter__d16fde0a{display:flex;align-items:center;margin-top:16px}.notification__3a96d07f .notificationFooter__d16fde0a button+a{margin-left:16px}.notification__3a96d07f .notificationTime__019a89a8{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-33-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__5d81be81{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__5d81be81:hover{cursor:pointer}.notificationGroupedWrapper__5d81be81 .notificationGroupedFooterItem__ba295568{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-33-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-33-0)}.notificationGroupedWrapper__5d81be81 .notificationGroupedFooterItem__ba295568.first__5f611b4f{bottom:-8px;z-index:200}.notificationGroupedWrapper__5d81be81 .notificationGroupedFooterItem__ba295568.second__ed73e5ce{bottom:-16px;z-index:100}@media(max-width:767px){.notification__3a96d07f,.notificationGroupedWrapper__5d81be81{width:100%}}.unorderedListItem__9be1ee80:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__9be1ee80+.unorderedListItem__9be1ee80{margin-top:8px}.unorderedList__55b024af{position:relative;margin:0;padding-left:14px;list-style:none}.button__1d764630.general__d765ece4{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-33-0);color:var(--triplex-next-Button-General_Color_Default-1-33-0)}.button__1d764630.general__d765ece4:hover{background:var(--triplex-next-Button-General_Background_Hover-1-33-0);color:var(--triplex-next-Button-General_Color_Hover-1-33-0)}.button__1d764630.general__d765ece4.expanded__3b509989,.button__1d764630.general__d765ece4:active{background:var(--triplex-next-Button-General_Background_Active-1-33-0);color:var(--triplex-next-Button-General_Color_Active-1-33-0)}.button__1d764630.general__d765ece4:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-33-0)}.button__1d764630.general__d765ece4:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-33-0);color:var(--triplex-next-Button-General_Color_Disabled-1-33-0)}.button__1d764630.secondary__63ee1d6e{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-33-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-33-0)}.button__1d764630.secondary__63ee1d6e:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-33-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-33-0)}.button__1d764630.secondary__63ee1d6e.expanded__3b509989,.button__1d764630.secondary__63ee1d6e:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-33-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-33-0)}.button__1d764630.secondary__63ee1d6e:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-33-0)}.button__1d764630.secondary__63ee1d6e:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-33-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-33-0)}.button__1d764630.secondaryLight__155c07cf{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-33-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-33-0)}.button__1d764630.secondaryLight__155c07cf:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-33-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-33-0)}.button__1d764630.secondaryLight__155c07cf.expanded__3b509989,.button__1d764630.secondaryLight__155c07cf:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-33-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-33-0)}.button__1d764630.secondaryLight__155c07cf:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-33-0)}.button__1d764630.secondaryLight__155c07cf:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-33-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-33-0)}.button__1d764630.danger__4c56ff82{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-33-0);color:var(--triplex-next-Button-Danger_Color_Default-1-33-0)}.button__1d764630.danger__4c56ff82:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-33-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-33-0)}.button__1d764630.danger__4c56ff82.expanded__3b509989,.button__1d764630.danger__4c56ff82:active{background:var(--triplex-next-Button-Danger_Background_Active-1-33-0);color:var(--triplex-next-Button-Danger_Color_Active-1-33-0)}.button__1d764630.danger__4c56ff82:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-33-0)}.button__1d764630.danger__4c56ff82:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-33-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-33-0)}.button__1d764630.link__f921c3eb{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-33-0);padding:0}.button__1d764630.link__f921c3eb.sm__ead85435{height:28px;min-width:0px;padding:6px 2px}.button__1d764630.link__f921c3eb.md__a494c8d4{height:40px;min-width:0px;padding:10px 2px}.button__1d764630.link__f921c3eb.lg__de8397c4{height:56px;min-width:0px;padding:18px 2px}.button__1d764630.link__f921c3eb:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-33-0)}.button__1d764630.link__f921c3eb.expanded__3b509989,.button__1d764630.link__f921c3eb:active{color:var(--triplex-next-Button-Link_Color_Active-1-33-0)}.button__1d764630.link__f921c3eb:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-33-0)}.button__1d764630.link__f921c3eb:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-33-0)}.button__1d764630{position:relative;display:inline-flex;align-items:center;margin:0;border:none;outline:none;background-clip:padding-box;font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600;cursor:pointer;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__1d764630::-moz-focus-inner{border:none;padding:0}.button__1d764630.sm__ead85435{line-height:16px;font-size:12px}.button__1d764630.sm__ead85435.general__d765ece4,.button__1d764630.sm__ead85435.secondary__63ee1d6e,.button__1d764630.sm__ead85435.secondaryLight__155c07cf,.button__1d764630.sm__ead85435.danger__4c56ff82{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__1d764630.sm__ead85435.icon__3fbb1f68{min-height:28px;min-width:28px;padding:0 4px}.button__1d764630.md__a494c8d4{line-height:20px;font-size:14px}.button__1d764630.md__a494c8d4.general__d765ece4,.button__1d764630.md__a494c8d4.secondary__63ee1d6e,.button__1d764630.md__a494c8d4.secondaryLight__155c07cf,.button__1d764630.md__a494c8d4.danger__4c56ff82{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__1d764630.md__a494c8d4.icon__3fbb1f68{min-height:40px;min-width:40px;padding:0 10px}.button__1d764630.lg__de8397c4{line-height:20px;font-size:16px}.button__1d764630.lg__de8397c4.general__d765ece4,.button__1d764630.lg__de8397c4.secondary__63ee1d6e,.button__1d764630.lg__de8397c4.secondaryLight__155c07cf,.button__1d764630.lg__de8397c4.danger__4c56ff82{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__1d764630.lg__de8397c4.icon__3fbb1f68{min-height:56px;min-width:56px;padding:0 12px}.button__1d764630:disabled{cursor:default}.button__1d764630:disabled *{pointer-events:none}.button__1d764630+.button__1d764630:not(.block__847f7018),.button__1d764630+.buttonDropdown__337d053a:not(.block__847f7018){margin-left:12px}.button__1d764630 .content__74004277{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__1d764630.block__847f7018{display:block;width:100%}.button__1d764630.loading__e84baf6d{pointer-events:none}.button__1d764630.loading__e84baf6d .content__74004277{visibility:hidden}.button__1d764630 .loader__b94b0a0c{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__1d764630 .loader__b94b0a0c.hidden__6e52627c{visibility:hidden}.buttonDropdownExtended__63355ed1{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__63355ed1 .buttonDropdownExtendedBlock__26960e2f{padding:4px;margin-top:4px;right:0}.buttonDropdown__337d053a.block__847f7018{display:block}.buttonDropdown__337d053a+.button__1d764630:not(.block__847f7018),.buttonDropdown__337d053a+.buttonDropdown__337d053a:not(.block__847f7018){margin-left:12px}.buttonDropdown__337d053a .buttonDropdownTarget__58a2c695.md__a494c8d4.dots__4005b0bc{padding:0 8px}.buttonDropdown__337d053a .buttonDropdownTarget__58a2c695 .caretIcon__0191e163{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__337d053a .buttonDropdownTarget__58a2c695.active__f055ab74 .caretIcon__0191e163{transform:rotate(-180deg)}.buttonDropdown__337d053a .buttonDropdownMenuItem__86dae707{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__29267f27{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__c7c1440d{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__4fda2424{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__f1d3af32{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-33-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__300f16da{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__300f16da .modalWindowContentWrapper__c663915b{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__29267f27 .6s ease}.modalWindow__300f16da .modalWindowContent__68fcff1e{margin-top:var(--modal-window-top);margin-bottom:100px;width:100%}.modalWindow__300f16da .modalWindowContent__68fcff1e .modalWindowBody__5239aa3b{box-sizing:border-box;animation:fadeIn__236ff714 .3s ease}@keyframes fadeIn__236ff714{0%{opacity:0}to{opacity:1}}.modalWindow__300f16da .modalWindowContent__68fcff1e .spinnerSm__7c059f8d{display:none}@media(max-width:767px){.modalWindow__300f16da .modalWindowContent__68fcff1e .spinner__493d1493{display:none}.modalWindow__300f16da .modalWindowContent__68fcff1e .spinnerSm__7c059f8d{display:flex}}.global-modalWindowTransition-exit .modalWindow__300f16da .modalWindowContentWrapper__c663915b{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__c7c1440d .3s ease}.global-modalWindowTransition-exit .modalWindow__300f16da .modalWindowContentWrapper__c663915b .modalWindowBody__5239aa3b{animation:fadeOut__658058f2 .3s ease}@keyframes fadeOut__658058f2{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__4f7969c5{position:absolute;left:0;right:0;height:0}.modalWindow__300f16da.sm__5635525c .modalWindowContentWrapper__c663915b{max-width:480px}.modalWindow__300f16da.sm__5635525c .modalWindowContent__68fcff1e .modalWindowBody__5239aa3b{min-height:196px}@media(max-width:575px){.modalWindow__300f16da.sm__5635525c .modalWindowContentWrapper__c663915b{max-width:100%}}.modalWindow__300f16da.md__793949a2 .modalWindowContentWrapper__c663915b{max-width:600px}.modalWindow__300f16da.md__793949a2 .modalWindowContent__68fcff1e .modalWindowBody__5239aa3b{min-height:246px}@media(max-width:767px){.modalWindow__300f16da.md__793949a2 .modalWindowContentWrapper__c663915b{max-width:100%}}.modalWindow__300f16da.lg__5b807cb5 .modalWindowContentWrapper__c663915b{max-width:800px}.modalWindow__300f16da.lg__5b807cb5 .modalWindowContent__68fcff1e .modalWindowBody__5239aa3b{min-height:396px}@media(max-width:991px){.modalWindow__300f16da.lg__5b807cb5 .modalWindowContentWrapper__c663915b{max-width:100%}}.modalWindowContentPage__af9191ef{background:var(--triplex-next-ModalWindow-Background-1-33-0);padding:8px!important}.modalWindowContentPage__af9191ef,.modalWindowLoaderScreen__af7b43a1{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__af9191ef,.modalWindowLoaderScreen__af7b43a1{border-radius:24px}}.islandBody__fdabf2de{display:block}.islandHeader__e8e65dc6,.islandFooter__9686e188,.island__e6269127{position:relative}.island__e6269127.type1__d5824769{background-color:var(--triplex-next-Island-Type1_Background-1-33-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-33-0)}.island__e6269127.type2__db03273e{background-color:var(--triplex-next-Island-Type2_Background-1-33-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-33-0)}.island__e6269127.type3__a26d7ac4{background-color:var(--triplex-next-Island-Type3_Background-1-33-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-33-0)}.island__e6269127.sm__cec77d3c{border-radius:16px;padding:16px}.island__e6269127.sm__cec77d3c .islandHeader__e8e65dc6+.islandBody__fdabf2de,.island__e6269127.sm__cec77d3c .islandHeader__e8e65dc6+.islandFooter__9686e188,.island__e6269127.sm__cec77d3c .islandBody__fdabf2de+.islandFooter__9686e188{margin-top:8px}.island__e6269127.md__ed7edc16{border-radius:24px;padding:24px}.island__e6269127.md__ed7edc16 .islandHeader__e8e65dc6+.islandBody__fdabf2de,.island__e6269127.md__ed7edc16 .islandHeader__e8e65dc6+.islandFooter__9686e188,.island__e6269127.md__ed7edc16 .islandBody__fdabf2de+.islandFooter__9686e188{margin-top:12px}.island__e6269127.lg__f0cdfea5{border-radius:32px;padding:32px}.island__e6269127.lg__f0cdfea5 .islandHeader__e8e65dc6+.islandBody__fdabf2de,.island__e6269127.lg__f0cdfea5 .islandHeader__e8e65dc6+.islandFooter__9686e188,.island__e6269127.lg__f0cdfea5 .islandBody__fdabf2de+.islandFooter__9686e188{margin-top:16px}@media(max-width:767px){.island__e6269127.sm__cec77d3c,.island__e6269127.md__ed7edc16{border-radius:16px;padding:16px}.island__e6269127.lg__f0cdfea5{border-radius:24px;padding:24px}}.modalWindowBody__5239aa3b{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowBody__5239aa3b:last-child{margin-bottom:0}.modalWindowClose__f3f51f23{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__f3f51f23{top:20px;right:20px}}.loaderScreen__48e23a80{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__48e23a80.loaderSmallBackdrop__70a2a064{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-33-0)}.loaderScreen__48e23a80.loaderMiddleBackdrop__8feb30e0{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-33-0)}.body__ed26dcaf{position:relative;display:flex}.body__ed26dcaf .bodyInner__63e482c6{position:relative;flex-grow:1;width:100%}.bodyPage__d5377754{flex-grow:1}.verticalMargin24__e906ef33{margin-top:24px;margin-bottom:24px}.verticalMargin16__c98d8ebb{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__e906ef33{margin-top:16px;margin-bottom:16px}.verticalMargin16__c98d8ebb{margin-top:8px;margin-bottom:8px}}.headerTabs__bf9a6d6e{display:flex;justify-content:space-between}.headerTabs__bf9a6d6e .headerTabsContent__0b634fd9{flex-grow:1;min-width:1px}.headerTabs__bf9a6d6e .headerTabsControls__1ae99c9e{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__bf9a6d6e{flex-wrap:wrap}.headerTabs__bf9a6d6e .headerTabsContent__0b634fd9{width:100%}.headerTabs__bf9a6d6e .headerTabsControls__1ae99c9e{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__bf9a6d6e .headerTabsControls__1ae99c9e>button{margin-left:16px;margin-top:16px}}.headerTitle__8e827cd6{display:flex;justify-content:space-between}.headerTitle__8e827cd6 .headerTitleControls__49d532da{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__d7959cb0+.headerTitle__8e827cd6{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__8e827cd6{flex-wrap:wrap}.headerTitle__8e827cd6 .headerTitleContent__6fc94b8c{width:100%}.headerTitle__8e827cd6 .headerTitleControls__49d532da{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__8e827cd6 .headerTitleControls__49d532da>button,.headerTitle__8e827cd6 .headerTitleControls__49d532da>[class*=buttonDropdown]{margin-left:16px;margin-top:16px}}.headerSubheader__eb0b9e09{padding:24px 0}.headerSubheader__eb0b9e09.withoutPaddings__7b994d20{padding:0}.headerLayoutSidebar__bc14cd10{display:flex;justify-content:space-between}.headerLayoutSidebarContent__97c996de{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__2e0b2938{display:none}}.page__fe06f30d{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__fe06f30d{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__7c927133.sticky__bb354e5d{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__7c927133.sticky__bb354e5d[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-33-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__7b0073fd.sticky__bb354e5d{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__7b0073fd.sticky__bb354e5d[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-1-33-0)!important}.footerDescription__95485521{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__5a5c2247{flex-grow:1;margin-right:auto}.footerDescriptionControls__c55b792e{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__95485521{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__5a5c2247{width:100%}.footerDescriptionControls__c55b792e{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__c55b792e>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__5a5c2247+.footerDescriptionControls__c55b792e{margin-top:0}.footer__62bec205{padding:16px 0}}.modalWindowHeader__ea9fe932 .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__ea9fe932 .global-HeaderTitleContent{padding-right:72px}}.list__c3c9985e{margin:0;padding:0;list-style:none;position:relative}.listItemControls__58168091{display:flex;padding:0 16px 0 4px}.listItemContent__9b730d22{background:var(--triplex-next-ListItem-Background-1-33-0);padding:12px 0 12px 16px;box-sizing:border-box}.listItemContent__9b730d22.selected__68c6e785{background:var(--triplex-next-ListItem-Background_Selected-1-33-0)}.listItemContent__9b730d22.selectable__57aaeca3{border-radius:8px}.listItemControlsButton__fa020ab4{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-33-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__fa020ab4:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-33-0)}.listItemControlsButton__fa020ab4:hover .listItemControlsButtonLabel__16bc51f0{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-33-0)!important}.listItemControlsButton__fa020ab4:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-33-0)}.listItemControlsButton__fa020ab4:active .listItemControlsButtonLabel__16bc51f0{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-33-0)!important}.listItemControlsButton__fa020ab4+.listItemControlsButton__fa020ab4,.listItemControlsButton__fa020ab4+.listItemControlsButtonDropdown__51f91cc4{margin-left:4px}.listItemControlsButtonIcon__6378f6df{line-height:0}.listItemControlsButton__fa020ab4.withText__dd53b348 .listItemControlsButtonIcon__6378f6df{margin-bottom:8px}.listItemControlsButtonLabel__16bc51f0{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-33-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__51f91cc4{display:flex}.listItemControlsButtonInner__60ef450f{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__fa020ab4.withIcon__cca498e8.withText__dd53b348 .listItemControlsButtonInner__60ef450f{height:44px;overflow:visible}.buttonDropdownMenuItem__d36931e3{overflow:hidden;text-overflow:ellipsis}.listEmptyState__4a2661c8{padding:64px 16px 16px;text-align:center}.listItemLoading__eb5b6721{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-1-33-0)}.label__b51590b5{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__b51590b5.sm__b8e6aba9{min-width:16px;min-height:16px}.label__b51590b5.sm__b8e6aba9.nonempty__d8ab4393{padding:2px 0 2px 24px}.label__b51590b5.md__3f5c2206{min-width:24px;min-height:24px}.label__b51590b5.md__3f5c2206.nonempty__d8ab4393{padding-left:32px;padding-top:2px}.label__b51590b5.lg__5ee54080{min-width:28px;min-height:28px}.label__b51590b5.lg__5ee54080.nonempty__d8ab4393{padding-left:40px;padding-top:4px}.label__b51590b5.disabled__ef99418e{cursor:default}.label__b51590b5[hidden]{display:none}.checkbox__13567ce3{margin:0;opacity:0}.checkboxIcon__3ebd9ffa{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-33-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-33-0)}.sm__b8e6aba9 .checkboxIcon__3ebd9ffa{border-radius:4px}.checkmarkIcon__8cc4b6ab{transform:scale(0)}.checkmarkIcon__8cc4b6ab path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-33-0)}.checkboxIcon__3ebd9ffa,.checkmarkIcon__8cc4b6ab{pointer-events:none}.checkbox__13567ce3,.checkboxIcon__3ebd9ffa,.checkmarkIcon__8cc4b6ab{position:absolute;left:0;top:0}.sm__b8e6aba9 .checkbox__13567ce3,.sm__b8e6aba9 .checkboxIcon__3ebd9ffa,.sm__b8e6aba9 .checkmarkIcon__8cc4b6ab{width:16px;height:16px;top:2px}.md__3f5c2206 .checkbox__13567ce3,.md__3f5c2206 .checkboxIcon__3ebd9ffa,.md__3f5c2206 .checkmarkIcon__8cc4b6ab{width:24px;height:24px}.lg__5ee54080 .checkbox__13567ce3,.lg__5ee54080 .checkboxIcon__3ebd9ffa,.lg__5ee54080 .checkmarkIcon__8cc4b6ab{width:28px;height:28px}.checkbox__13567ce3:enabled{cursor:pointer}.checkbox__13567ce3:enabled:hover+.checkboxIcon__3ebd9ffa{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-33-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-33-0)}.checkbox__13567ce3:checked+.checkboxIcon__3ebd9ffa{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-33-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-33-0)}.checkbox__13567ce3:checked~.checkmarkIcon__8cc4b6ab{transform:scale(1);transition:transform .2s ease-out}.checkbox__13567ce3:disabled+.checkboxIcon__3ebd9ffa{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-33-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-33-0)}.checkbox__13567ce3:disabled:checked+.checkboxIcon__3ebd9ffa{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-33-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-33-0)}.checkbox__13567ce3:disabled~.checkmarkIcon__8cc4b6ab path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-33-0)}.checkbox__13567ce3:focus-visible+.checkboxIcon__3ebd9ffa{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-33-0)}.checkbox__13567ce3:checked:enabled:hover+.checkboxIcon__3ebd9ffa{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-33-0)}.listItemSelectable__cc2ebfda{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-33-0);border-radius:8px}.listItemSelectable__cc2ebfda.selected__68c6e785{background:var(--triplex-next-ListItem-Background_Selected-1-33-0)}.checkboxWrapper__b67f1af7{padding:16px;line-height:0}.childrenWrapper__ca80a7a9{flex-grow:1}.checkboxLabel__0597d96d{padding:0!important;position:relative}.checkboxLabelClickArea__0139d049{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__a2a0b03d{position:relative;overflow:hidden}.swipeableArea__a2a0b03d .content__f316ef5d{position:relative;touch-action:pan-y}.swipeableArea__a2a0b03d .content__f316ef5d.disableScroll__e8c8d391{touch-action:none}.swipeableArea__a2a0b03d .content__f316ef5d.disablePointerEvents__16c312da:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__a2a0b03d .swipeAnimationFinish__2d39ecfb{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__a2a0b03d .leftContent__38f85f83,.swipeableArea__a2a0b03d .rightContent__8262f39e{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__a2a0b03d .rightContent__8262f39e{left:auto;right:0}.listItemTail__6db7b1e0{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__686ee3ce{background:var(--triplex-next-ListMaster-Background-1-33-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__f54dd434{left:-8px}.listItemTailRight__ad79b175{right:-10px}.listItemTailTop__4f6cd602{position:absolute;top:0;left:0;right:0}.listItemTailTop__4f6cd602: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-33-0)}.listItemTailTop__4f6cd602: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-33-0)}.listItemTailBottom__f153ba80{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__f153ba80: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-33-0)}.listItemTailBottom__f153ba80: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-ListMaster-Background-1-33-0)}.listItemTable__0fafe380{margin-bottom:4px}.listItemTable__0fafe380:last-child{margin-bottom:0}.listItemTable__0fafe380 .swipeableArea__00665f73{border-radius:8px}.listItemTable__0fafe380 .content__d1debb11{min-height:56px}.listSortableItemTarget__a282cf65{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-33-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__a282cf65:hover{background:var(--triplex-next-ListItem-Background_Hover-1-33-0)}.listSortableItemTarget__a282cf65.dragging__29355948{background:var(--triplex-next-ListItem-Background_Dragging-1-33-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-1-33-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__0088426e{flex:1}.listSortableItemTargetIcon__547a4f0d{display:block}.listSortableItem__4b282065{position:relative}.listSortableItem__4b282065.dragging__29355948{z-index:1}.listSortableItemControls__7ecae3be{display:inline-block}.islandWidgetHeader__3a05e15c{display:flex;justify-content:flex-start;align-items:center;gap:8px}.islandWidgetHeader__3a05e15c .islandWidgetHeaderTitle__37c256a0{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandWidgetHeader__3a05e15c .islandWidgetHeaderControls__8c852afc{display:flex;align-items:center;gap:8px}.islandWidgetHeader__3a05e15c .islandWidgetHeaderDescription__7d9f2f8c{display:flex;flex-grow:1;justify-content:flex-end}.islandWidgetHeader__3a05e15c .caretWrapper__2bf54691{position:absolute;top:16px;right:16px}.islandWidgetHeader__3a05e15c .caretIcon__a5e638ff{transition:transform .3s ease-in-out}.islandWidgetHeader__3a05e15c.open__5bf294fd .caretWrapper__2bf54691 .caretIcon__a5e638ff{transform:rotate(-180deg)}@media(max-width:767px){.islandWidgetHeader__3a05e15c{flex-wrap:wrap;padding-right:32px}.islandWidgetHeader__3a05e15c .islandWidgetHeaderTitle__37c256a0{white-space:normal}.islandWidgetHeader__3a05e15c .islandWidgetHeaderDescription__7d9f2f8c{flex-basis:100%;justify-content:flex-start}}.islandWidgetBody__c90f2880{padding-top:16px}.islandWidgetFooter__76e49a22{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__11a37918{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__6204bf65{margin-left:auto;white-space:nowrap}@media(max-width:767px){.islandWidgetFooter__76e49a22{flex-direction:column;gap:16px}.islandWidgetFooterControls__6204bf65{display:flex;flex-wrap:wrap;gap:12px;margin:0 auto 0 0}.islandWidgetFooterControls__6204bf65>button{margin-left:0!important}}.expandAnimation__3a5f573d{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__1ead90b0{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-33-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__1ead90b0{border-radius:0 0 16px 16px}}.islandWidget__d077bbf4{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__d077bbf4>*{height:100%}.islandWidgetWithExtraFooter__6023b41e: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-33-0)!important}@media(max-width:767px){.islandWidgetHeaderWrapperAdaptive__95ae87e4{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__796cb4e0{display:flex;flex-direction:column}.main__df4a284b{position:relative;width:100%;height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 504px);border-radius:16px;overflow:hidden;touch-action:pan-y}.main__df4a284b:hover .arrow__afe9fe6b{opacity:1}.main__df4a284b .image__d71f1a0a{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.imageButton__9afe4633{display:block;width:100%;height:100%;margin:0;padding:0;border:none;background:transparent}.track__fc98e3c5{display:flex;width:100%;height:100%;transform:translate(calc(var(--triplex-next-runtime-ImageGalleryExtended-Track_Shift, 0%) + var(--triplex-next-runtime-ImageGalleryExtended-Track_Drag, 0px)));transition:none;will-change:transform}.track__fc98e3c5.animating__2ffbef90{transition:transform .3s ease-out}.slide__b7ae32f7{position:relative;flex:0 0 100%;height:100%;overflow:hidden}.blur__68c26fc5{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;filter:blur(40px);transform:scale(1.2);pointer-events:none}.clickable__cf3c58d6{cursor:pointer}.arrow__afe9fe6b{outline:none;position:absolute;top:50%;z-index:2;width:40px;height:40px;transform:translateY(-50%);background:var(--triplex-next-ImageGallery-Arrow_Background_Default-1-33-0);border:1px solid var(--triplex-next-ImageGallery-Arrow_BorderColor_Default-1-33-0);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .15s ease}.arrow__afe9fe6b:focus-visible{opacity:1}.arrow__afe9fe6b:hover{background:var(--triplex-next-ImageGallery-Arrow_Background_Hover-1-33-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Hover-1-33-0)}.arrow__afe9fe6b:active{background:var(--triplex-next-ImageGallery-Arrow_Background_Active-1-33-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Active-1-33-0)}.arrow__afe9fe6b:disabled{display:none}.arrow__afe9fe6b.prev__4d50c202{left:16px}.arrow__afe9fe6b.next__5adb5249{right:16px}@media(max-width:767px){.main__df4a284b{height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 264px);border-radius:8px}.arrow__afe9fe6b{display:none}}.thumbnails__36d574d2{display:flex;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.thumbnails__36d574d2::-webkit-scrollbar{display:none}.thumb__e6471e64{position:relative;flex:0 0 auto;display:block;margin:0;padding:2px;border:2px solid transparent;border-radius:12px;background:transparent;cursor:pointer;outline:none;transition:border-color .15s ease-in-out}.thumb__e6471e64+.thumb__e6471e64{margin-left:8px}.thumb__e6471e64:focus-visible,.thumb__e6471e64.active__2cf85686{border-color:var(--triplex-next-ImageGallery-Accent_Color-1-33-0)}.thumb__e6471e64:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:8px;background:var(--triplex-next-ImageGallery-Thumb_Mask_Background-1-33-0);pointer-events:none;transition:opacity .15s ease-in-out}.thumb__e6471e64:hover:after,.thumb__e6471e64.active__2cf85686:after{opacity:0}.thumb__e6471e64 .image__d71f1a0a{display:block;width:72px;height:72px;border-radius:8px;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.dots__b7fe8ba1{display:flex;justify-content:center;align-items:center;gap:8px}.dot__77a8c4fe{width:16px;height:3px;padding:0;margin:0;border:none;border-radius:2px;background:var(--triplex-next-ImageGallery-Dot_Background_Default-1-33-0);cursor:pointer;outline:none;transition:background .15s ease-in-out,width .15s ease-in-out}.dot__77a8c4fe:hover{background:var(--triplex-next-ImageGallery-Dot_Background_Hover-1-33-0)}.dot__77a8c4fe:focus-visible{box-shadow:0 0 0 2px var(--triplex-next-ImageGallery-Accent_Color-1-33-0)}.dot__77a8c4fe.active__2cf85686{width:24px;background:var(--triplex-next-ImageGallery-Dot_Background_Active-1-33-0)}.treeView__2c1915c3,.treeViewGroup__5685e05e{margin:0;padding:0}.treeView__2c1915c3 .treeViewNode__29729828,.treeViewGroup__5685e05e .treeViewNode__29729828{margin:0;padding:0;outline:none;list-style:none}.collapsibleTreeExtendedNodeContent__8fc5b666.collapsed__bb2ec685{visibility:hidden}.collapsibleTreeNodeHeader__41032a1a{display:inline-flex;align-items:center;gap:8px;width:100%;margin:0 0 2px;padding:12px;outline:none;border:none;border-radius:8px;background:none;color:inherit}.collapsibleTreeNodeHeader__41032a1a.interactive__1db6fc5b{cursor:pointer}.collapsibleTreeNodeHeader__41032a1a.interactive__1db6fc5b:hover{background:var(--triplex-next-CollapsibleTree-Header_Background_Hover-1-33-0)}.collapsibleTreeNodeHeader__41032a1a.interactive__1db6fc5b:focus-visible{box-shadow:var(--triplex-next-CollapsibleTree-Header_Shadow_Focus-1-33-0)}.chevron__d57193d7{flex:0 0 auto;width:24px;height:24px;transition:transform .2s ease;transform:rotate(0)}.chevron__d57193d7.opened__78309704{transform:rotate(90deg)}.collapsibleTreeLeafContent__4343deee{display:block}.collapsibleTreeLeafNode__99b76791{margin-bottom:2px!important}.collapsibleTree__d328c617 [role=group]{padding-left:24px}.chipGroupItem__be0c5b5b{display:inline-block}.chip__74f51028{position:relative;display:inline-flex;align-items:center;gap:2px;box-sizing:border-box;min-width:40px;max-width:264px;flex-shrink:0;vertical-align:middle;cursor:pointer;outline:none;color:var(--triplex-next-Chip-Color_Default-1-33-0)}.chip__74f51028.lg__bbe36c09{height:56px;padding:0 16px;font-size:16px;line-height:20px;border-radius:10px}.chip__74f51028.lg__bbe36c09 .prefix__9d2c43de{padding-left:16px}.chip__74f51028.lg__bbe36c09 .postfix__4c298b3b{padding-right:12px}.chip__74f51028.lg__bbe36c09 .notificationIcon__498efe8b{top:6px;right:6px}.chip__74f51028.md__f691518a{height:40px;padding:0 12px;font-size:14px;line-height:20px;border-radius:8px}.chip__74f51028.md__f691518a .prefix__9d2c43de{padding-left:12px}.chip__74f51028.md__f691518a .postfix__4c298b3b{padding-right:8px}.chip__74f51028.md__f691518a .notificationIcon__498efe8b{top:4px;right:4px}.chip__74f51028.sm__e2d6d39b{height:28px;padding:0 12px;font-size:12px;line-height:16px;border-radius:6px}.chip__74f51028.sm__e2d6d39b .prefix__9d2c43de{padding-left:8px}.chip__74f51028.sm__e2d6d39b .postfix__4c298b3b{padding-right:8px}.chip__74f51028.sm__e2d6d39b .notificationIcon__498efe8b{top:3px;right:3px}.chip__74f51028.type1__9cdb06af{background:var(--triplex-next-Chip-Background_Type1_Default-1-33-0)}.chip__74f51028.type1__9cdb06af:hover{background:var(--triplex-next-Chip-Background_Type1_Hover-1-33-0)}.chip__74f51028.type2__2b72bc20{background:var(--triplex-next-Chip-Background_Type2_Default-1-33-0)}.chip__74f51028.type2__2b72bc20:hover{background:var(--triplex-next-Chip-Background_Type2_Hover-1-33-0)}.chip__74f51028:hover{color:var(--triplex-next-Chip-Color_Hover-1-33-0)}.chip__74f51028:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-33-0)}.chip__74f51028:active,.chip__74f51028[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-33-0);color:var(--triplex-next-Chip-Color_Active-1-33-0)}.chip__74f51028.selected__658cb59b{background:var(--triplex-next-Chip-Background_Selected_Default-1-33-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-33-0)}.chip__74f51028.selected__658cb59b:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-33-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-33-0)}.chip__74f51028.selected__658cb59b:active,.chip__74f51028.selected__658cb59b[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-33-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-33-0)}.chip__74f51028.selected__658cb59b.disabled__b1d710ff{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-33-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-33-0)}.chip__74f51028.disabled__b1d710ff{pointer-events:none;cursor:default;background:var(--triplex-next-Chip-Background_Disabled-1-33-0);color:var(--triplex-next-Chip-Color_Disabled-1-33-0)}.chip__74f51028.withPrefix__ead75617{padding-left:0}.chip__74f51028.withPostfix__e455646e{padding-right:0}.chip__74f51028 .content__b5ea69aa{flex-grow:1;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chip__74f51028 .prefix__9d2c43de,.chip__74f51028 .postfix__4c298b3b{display:flex}.chip__74f51028 .notificationIcon__498efe8b{position:absolute}.calendarControls__6d045031{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-33-0)}.calendarViewDays__fa6a1b07{width:calc(100% + 8px);margin:12px -4px 0;border-spacing:4px 0px;table-layout:fixed}.calendarViewDays__fa6a1b07+.calendarFooter__3343eade{margin-top:18px}.adaptive__0cf56773 .calendarViewDays__fa6a1b07{width:100%;margin:12px 0 0;border-spacing:0}.adaptive__0cf56773 .calendarViewDays__fa6a1b07+.calendarFooter__3343eade{margin-top:12px}.calendarViewMonths__865ffe06,.calendarViewYears__33b96cd7{width:calc(100% + 12px);margin:8px -6px -14px;border-spacing:6px 14px;table-layout:fixed}.calendarViewMonths__865ffe06+.calendarFooter__3343eade,.calendarViewYears__33b96cd7+.calendarFooter__3343eade{margin-top:22px}.adaptive__0cf56773 .calendarViewMonths__865ffe06,.adaptive__0cf56773 .calendarViewYears__33b96cd7{width:100%;margin:4px 0 -8px;border-spacing:0 8px}.adaptive__0cf56773 .calendarViewMonths__865ffe06+.calendarFooter__3343eade,.adaptive__0cf56773 .calendarViewYears__33b96cd7+.calendarFooter__3343eade{margin-top:12px}.calendarViewDaysHeader__838bb880{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-33-0)}.calendarViewDaysBody__781a28d3:before{display:block;content:"‌";line-height:8px}.calendarViewItem__98d522c0{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__98d522c0:focus-visible{outline:none}.calendarViewItem__98d522c0.current__9b77dd94{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.calendarViewItem__98d522c0.disabled__34dd22dd{pointer-events:none}.calendarViewItemLabel__d7ec4318{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-33-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-33-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-33-0);cursor:pointer}.calendarViewItemLabel__d7ec4318.muted__dd22e8bd{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-33-0)}.calendarViewItemLabel__d7ec4318:hover{color:var(--triplex-next-Calendar-View_Item_Color_Hover-1-33-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-33-0)}.calendarViewItemLabel__d7ec4318.selected__b9e14b33{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-33-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-33-0)}.calendarViewItemLabel__d7ec4318.selected__b9e14b33:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-33-0)}.calendarViewItemLabel__d7ec4318.selected__b9e14b33:hover.basicMark__6a1f3a1d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-33-0)}.calendarViewItemLabel__d7ec4318.selected__b9e14b33:hover.standardMark__3c328ab9:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-33-0)}.calendarViewItemLabel__d7ec4318.selected__b9e14b33:hover.attentionMark__06e2bdcb:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-33-0)}.calendarViewItemLabel__d7ec4318.selected__b9e14b33:hover.criticalMark__7376eeab:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-33-0)}.calendarViewItemLabel__d7ec4318.selected__b9e14b33.muted__dd22e8bd{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-33-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-33-0)}.calendarViewItemLabel__d7ec4318.selected__b9e14b33.muted__dd22e8bd:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-33-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-33-0)}.calendarViewItemLabel__d7ec4318.selected__b9e14b33.basicMark__6a1f3a1d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-33-0)}.calendarViewItemLabel__d7ec4318.selected__b9e14b33.standardMark__3c328ab9:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-33-0)}.calendarViewItemLabel__d7ec4318.selected__b9e14b33.attentionMark__06e2bdcb:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-33-0)}.calendarViewItemLabel__d7ec4318.selected__b9e14b33.criticalMark__7376eeab:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-33-0)}.calendarViewItemLabel__d7ec4318.marked__fd33c8c5:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__d7ec4318.basicMark__6a1f3a1d:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-33-0)}.calendarViewItemLabel__d7ec4318.standardMark__3c328ab9:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-33-0)}.calendarViewItemLabel__d7ec4318.attentionMark__06e2bdcb:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-33-0)}.calendarViewItemLabel__d7ec4318.criticalMark__7376eeab:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-33-0)}.calendarViewItemLabel__d7ec4318.disabled__34dd22dd{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-33-0);background:none}.calendarViewItem__98d522c0:focus-visible .calendarViewItemLabel__d7ec4318{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-33-0)}.unitDay__6a22897f{width:36px;height:36px;border-radius:6px}.unitMonth__26ff04df,.unitYear__51ca7818{width:88px;height:48px;border-radius:6px}.adaptive__0cf56773 .unitMonth__26ff04df,.adaptive__0cf56773 .unitYear__51ca7818{width:104px;height:56px;border-radius:10px}.calendarFooter__3343eade{text-align:center}.calendar__97b951f0{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-33-0);border-radius:8px;-webkit-user-select:none;user-select:none}.calendar__97b951f0.extraBottom__a78e6f73{padding-bottom:12px}.calendar__97b951f0.adaptive__0cf56773{width:auto;padding:20px 20px 24px}.calendar__97b951f0+.calendar__97b951f0{margin-top:20px}.datePickerExtendedMobileDropdown__36d0e1b8{max-height:100vh}.chipDropdownArrow__abe6eebf{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__abe6eebf.rotated__7a56c9c6{transform:rotate(-180deg)}.chipClearButton__fd633b98{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__fd633b98:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-33-0)}.dropdownMobileMaskedInput__37095be1{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__37095be1:first-child{top:0}.selectExtendedFieldTarget__1210ed50{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__1210ed50 .caretIcon__68f0a886{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__1210ed50.selectOpened__86bb4586 .caretIcon__68f0a886{transform:rotate(180deg)}.selectExtendedFieldTarget__1210ed50.disabled__c202f2d2{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__1210ed50.disabled__c202f2d2 .target__26d0a919,.selectExtendedFieldTarget__1210ed50.disabled__c202f2d2 .caretWrapper__cda0e35b{pointer-events:none}.selectExtendedField__e6aa7af5{position:relative}.multiselectFieldHeader__457f2d5a{padding:12px}.multiselectFieldContent__68628b37{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__68628b37:first-child{padding-top:12px}.multiselectFieldContent__68628b37:has(.loaderScreen__110e3785){overflow:hidden}.multiselectFieldContent__68628b37.sm__c9aaabed{max-height:208px}.multiselectFieldContent__68628b37.md__0eaae137{max-height:266px}.multiselectFieldContent__68628b37.lg__179ffd8d{max-height:296px}.multiselectFieldFooter__075c4b42{padding:0 12px 12px}.multiselectFieldFooter__075c4b42:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-33-0)}.chipOptionsContent__d49b4a4d{min-width:14px;text-align:center;display:block}.tooltipDesktop__0af103f4{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__0af103f4 .tooltipBody__3ee9cb36{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-33-0)}.tooltipDesktop__0af103f4 .tooltipXButton__cdfd10ac{position:absolute;right:8px;top:8px}.tooltipDesktopContent__84401f82{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-33-0);border-radius:8px}.closable__b45b6d31 .tooltipDesktopContent__84401f82{padding-right:32px}.tooltipSM__901bc905 .tooltipDesktopContent__84401f82{width:192px;min-height:52px}.tooltipLG__7eeb400f .tooltipDesktopContent__84401f82{width:384px;min-height:52px}.tooltipOverlay__ac9aa222{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__77139915{width:0;height:0}.tooltipDesktopTip__77139915.down__71003404{border-top:solid var(--triplex-next-Tooltip-Background-1-33-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__77139915.up__1a981afb{border-bottom:solid var(--triplex-next-Tooltip-Background-1-33-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__77139915.left__68d8be95{border-right:solid var(--triplex-next-Tooltip-Background-1-33-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__77139915.right__3b3d2308{border-left:solid var(--triplex-next-Tooltip-Background-1-33-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__2a484a34 .tooltipBody__3ee9cb36{text-align:left}.tooltipMobileContent__c3d210fd{padding:16px}.headerless__da7f4784 .tooltipMobileContent__c3d210fd{padding-right:40px;border-radius:16px 16px 0 0}.headerless__da7f4784 .tooltipMobileContent__c3d210fd .closeButton__501e8e88{position:absolute;right:16px;top:16px}.tooltipLink__53649a13{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__5a47dbab{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-33-0)}.desktop__5a47dbab:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-33-0)}.desktop__5a47dbab:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-33-0)}.desktop__5a47dbab:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-33-0)}.mobile__1ad52a03{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-33-0)}.mobile__1ad52a03:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-33-0)}.mobile__1ad52a03:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-33-0)}.mobile__1ad52a03:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-33-0)}.chipSuggestInputWrapper__d5ef6861{margin:12px}.suggestDropdownMobileBody__8971f54b{height:176px}.suggestDropdownMobileNoOptionsText__a1bb717d{padding:16px}.checkboxXGroup__228a142e{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__228a142e.indent-12__56537e49{margin-left:-6px;margin-right:-6px}.checkboxXGroup__228a142e.indent-12__56537e49 .label__b51590b5{margin-left:6px;margin-right:6px}.checkboxXGroup__228a142e.indent-16__8815b8a7{margin-left:-8px;margin-right:-8px}.checkboxXGroup__228a142e.indent-16__8815b8a7 .label__b51590b5{margin-left:8px;margin-right:8px}.checkboxXGroup__228a142e.indent-20__30d68a4f{margin-left:-10px;margin-right:-10px}.checkboxXGroup__228a142e.indent-20__30d68a4f .label__b51590b5{margin-left:10px;margin-right:10px}.checkboxXGroup__228a142e.indent-24__1c99d497{margin-left:-12px;margin-right:-12px}.checkboxXGroup__228a142e.indent-24__1c99d497 .label__b51590b5{margin-left:12px;margin-right:12px}.checkboxXGroup__228a142e.indent-28__8426c160{margin-left:-14px;margin-right:-14px}.checkboxXGroup__228a142e.indent-28__8426c160 .label__b51590b5{margin-left:14px;margin-right:14px}.checkboxXGroup__228a142e.indent-32__4af58637{margin-left:-16px;margin-right:-16px}.checkboxXGroup__228a142e.indent-32__4af58637 .label__b51590b5{margin-left:16px;margin-right:16px}.checkboxYGroup__77253c27{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__77253c27 .label__b51590b5.sm__b8e6aba9+.label__b51590b5.sm__b8e6aba9{margin-top:8px}.checkboxYGroup__77253c27 .label__b51590b5.lg__5ee54080+.label__b51590b5.lg__5ee54080{margin-top:20px}.checkboxYGroup__77253c27 .label__b51590b5.md__3f5c2206+.label__b51590b5.md__3f5c2206{margin-top:16px}@media(max-width:767px){.checkboxYGroup__77253c27{margin:14px 16px}.checkboxYGroup__77253c27 .label__b51590b5.sm__b8e6aba9+.label__b51590b5.sm__b8e6aba9,.checkboxYGroup__77253c27 .label__b51590b5.md__3f5c2206+.label__b51590b5.md__3f5c2206,.checkboxYGroup__77253c27 .label__b51590b5.lg__5ee54080+.label__b51590b5.lg__5ee54080{margin-top:28px}}.card__d23b6fdd{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__d23b6fdd.roundingMD__43358df6{--radius: 16px}.card__d23b6fdd.roundingSM__228e04ad{--radius: 8px}.card__d23b6fdd.general__222ce112{background:var(--triplex-next-Card-Static_General_Background-1-33-0)}.card__d23b6fdd.secondary__21188d4e{background:var(--triplex-next-Card-Static_Secondary_Background-1-33-0)}.card__d23b6fdd .cardMedia__e5b9fe6d{background-size:cover;background-repeat:no-repeat;background-position:center}.card__d23b6fdd .cardContent__d69a1eb7{padding:var(--padding);display:flex;flex-direction:column;flex:1}.card__d23b6fdd .cardContent__d69a1eb7.paddingMD__16a07ad4{--padding: 24px}.card__d23b6fdd .cardContent__d69a1eb7.paddingSM__746516bb{--padding: 16px}.card__d23b6fdd .cardContent__d69a1eb7 .cardContentHeader__1e221f85{margin-bottom:16px}.card__d23b6fdd .cardContent__d69a1eb7 .cardContentBody__e9130d4c{flex:1}.card__d23b6fdd .cardContent__d69a1eb7 .cardContentFooter__aaa2a66f{margin-top:16px}.action__db611e70{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__db611e70: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__db611e70.general__222ce112{background:var(--triplex-next-Card-Action_General_Background-1-33-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-33-0)}.action__db611e70.general__222ce112:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-33-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-33-0)}.action__db611e70.general__222ce112.selected__b688b220{background:var(--triplex-next-Card-Action_General_Background_Selected-1-33-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-33-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-33-0)}.action__db611e70.general__222ce112.selected__b688b220:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-33-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-33-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-33-0)}.action__db611e70.general__222ce112:focus{outline:none}.action__db611e70.general__222ce112:focus.focusVisible__cf86ca2f{box-shadow:var(--triplex-next-Card-Shadow_Default-1-33-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-33-0)}.action__db611e70.secondary__21188d4e{background:var(--triplex-next-Card-Action_Secondary_Background-1-33-0)}.action__db611e70.secondary__21188d4e:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-33-0)}.action__db611e70.secondary__21188d4e.selected__b688b220{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-33-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-33-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-33-0)}.action__db611e70.secondary__21188d4e.selected__b688b220:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-33-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-33-0)}.action__db611e70.secondary__21188d4e:focus{outline:none}.action__db611e70.secondary__21188d4e:focus.focusVisible__cf86ca2f{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-33-0)}.alertContext__dcb6653c{display:flex;font-size:12px;line-height:16px}.alertContext__dcb6653c>svg{flex-shrink:0}.alertContext__dcb6653c .alertContextText__0b8ef544{margin-left:8px}.alertContext__dcb6653c.alertTypeError__70aeaf27 .alertContextText__0b8ef544{color:var(--triplex-next-AlertContext-Error_Color-1-33-0)}.alertContext__dcb6653c.alertTypeInfo__de7e9edd .alertContextText__0b8ef544{color:var(--triplex-next-AlertContext-Info_Color-1-33-0)}.alertContext__dcb6653c.alertTypeWarning__c8694089 .alertContextText__0b8ef544{color:var(--triplex-next-AlertContext-Warning_Color-1-33-0)}.alertContext__dcb6653c.alertTypeSystem__436ad68c .alertContextText__0b8ef544{color:var(--triplex-next-AlertContext-System_Color-1-33-0)}.alertProcess__56eed1b9{display:flex;padding:16px;position:relative}.alertProcess__56eed1b9.md__4ec7c56c{border-radius:12px}.alertProcess__56eed1b9.lg__88a51ef8{border-radius:24px}.alertProcess__56eed1b9.withSpoiler__a9f338d8{min-height:40px}.alertProcess__56eed1b9 .themeIcon__46894778{box-sizing:border-box;height:20px;width:20px}.alertProcess__56eed1b9.alertTypeError__70aeaf27{background:var(--triplex-next-AlertProcess-Error_Background-1-33-0)}.alertProcess__56eed1b9.alertTypeInfo__de7e9edd{background:var(--triplex-next-AlertProcess-Info_Background-1-33-0)}.alertProcess__56eed1b9.alertTypeWarning__c8694089{background:var(--triplex-next-AlertProcess-Warning_Background-1-33-0)}.alertProcess__56eed1b9.alertTypeSystem__436ad68c{background:var(--triplex-next-AlertProcess-System_Background-1-33-0)}.alertProcess__56eed1b9.alertTypeFeature__555a6758{background:var(--triplex-next-AlertProcess-Feature_Background-1-33-0)}.alertProcess__56eed1b9.alertTypeFeature__555a6758 .themeIcon__46894778{padding-top:0}.alertProcess__56eed1b9 .alertProcessContentBlock__6d8cecd3{flex:1;margin-left:10px}.alertProcess__56eed1b9 .alertProcessContentBlock__6d8cecd3 .expandableContent__56e99529{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__56eed1b9 .alertProcessContentBlock__6d8cecd3 .expandableContent__56e99529.expanded__c07b395a{max-height:1000px;opacity:1}.alertProcess__56eed1b9 .closeButton__59561d14{margin-left:10px}.alertProcess__56eed1b9 .expandButton__847a6e4e{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__56eed1b9 .expandButton__847a6e4e.expanded__c07b395a{transform:rotate(180deg)}.adaptive__d8bd5140{font-size:10px!important;line-height:12px!important}.avatar__b4c76982{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-33-0)}.avatar__b4c76982.borderRadius6__6f4d4491{border-radius:6px}.avatar__b4c76982.borderRadius8__c4172bcd{border-radius:8px}.avatar__b4c76982.borderRadius10__b885f29b{border-radius:10px}.avatar__b4c76982.borderRadius12__334d0e92{border-radius:12px}.avatar__b4c76982.borderRadius16__054f62a5{border-radius:16px}.avatar__b4c76982.xxs__d3e359f8{width:28px;height:28px}.avatar__b4c76982.xs__03f6b34b{width:32px;height:32px}.avatar__b4c76982.sm__a83d3063{width:40px;height:40px}.avatar__b4c76982.md__054f646b{width:56px;height:56px}.avatar__b4c76982.lg__684a0aad{width:80px;height:80px}.avatar__b4c76982.xl__b9e9bec5{width:96px;height:96px}.avatar__b4c76982.xxl__60c151e4{width:128px;height:128px}.carouselExtended__604d0aab{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__604d0aab::-webkit-scrollbar{display:none}.checkboxTreeExtended__cf237c65{margin-bottom:-12px}.checkboxTreeExtendedNode__80385eb9 .checkboxTreeExtendedNode__80385eb9:has(.sm__04d1fd55){margin-left:16px}.checkboxTreeExtendedNode__80385eb9 .checkboxTreeExtendedNode__80385eb9:has(.md__d3a0eb2a),.checkboxTreeExtendedNode__80385eb9 .checkboxTreeExtendedNode__80385eb9:has(.lg__eb34fc2e){margin-left:24px}.checkboxTreeExtendedNodeHeader__b108f86a{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__b108f86a.sm__04d1fd55{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__b108f86a.md__d3a0eb2a,.checkboxTreeExtendedNodeHeader__b108f86a.lg__eb34fc2e{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__b108f86a .checkboxTreeCheckboxLabel__4f0c9460{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__b108f86a .caretIconWrapper__a89b3e90{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__b108f86a .caretIconWrapper__a89b3e90:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-33-0)}.checkboxTreeExtendedNodeHeader__b108f86a.opened__11e0fe76 .caretIconWrapper__a89b3e90{transform:rotate(180deg)}@media(max-width:767px){.checkboxTreeExtended__cf237c65{padding:0 16px}.checkboxTreeExtended__cf237c65 .checkboxTreeExtendedNodeHeader__b108f86a{margin-bottom:0}.checkboxTreeExtended__cf237c65 .checkboxTreeExtendedNodeHeader__b108f86a .checkboxTreeCheckboxLabel__4f0c9460{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__cf237c65 .checkboxTreeExtendedNodeHeader__b108f86a .checkboxTreeCheckboxLabel__4f0c9460>span,.checkboxTreeExtended__cf237c65 .checkboxTreeExtendedNodeHeader__b108f86a .checkboxTreeCheckboxLabel__4f0c9460>svg,.checkboxTreeExtended__cf237c65 .checkboxTreeExtendedNodeHeader__b108f86a .checkboxTreeCheckboxLabel__4f0c9460 .checkboxTreeCheckbox__878cc5d2{top:14px}}.chipGroup__cec0259f{display:flex}.chipGroup__cec0259f.oneLine__623a9ed5{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__cec0259f.oneLine__623a9ed5::-webkit-scrollbar{display:none}.chipGroup__cec0259f.multiLine__d1e10b41{flex-wrap:wrap}.chipGroup__cec0259f.lg__b6cae901{gap:12px}.chipGroup__cec0259f.md__a8f6fe2d,.chipGroup__cec0259f.sm__7fac08cb{gap:8px}.gridHorizontalGapSM__38ed6a11{--grid-horizontal-gap: 8px}.gridHorizontalGapMD__b913d153{--grid-horizontal-gap: 12px}.col-1__27dcbd0a{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__c8c884b0{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__294811d2{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__ffb9cb6d{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__fc6d0a82{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__b678d805{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__c98b6ad6{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__c346b4f0{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__d4cacf86{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__659b9c6c{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__5c056c08{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__c854405b{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__6a1f28e0{margin-left:0%}.offset-1__c85e80d1{margin-left:8.33333333%}.offset-2__b2a411c0{margin-left:16.66666667%}.offset-3__a376737b{margin-left:25%}.offset-4__d57a3e42{margin-left:33.33333333%}.offset-5__f76da802{margin-left:41.66666667%}.offset-6__18b29617{margin-left:50%}.offset-7__157fc6fe{margin-left:58.33333333%}.offset-8__67b955a2{margin-left:66.66666667%}.offset-9__2b4d1384{margin-left:75%}.offset-10__d335fe98{margin-left:83.33333333%}.offset-11__c7319a3e{margin-left:91.66666667%}.d-none__b150f070{display:none!important}.d-block__7e1604cb{display:block!important}@media(min-width:576px){.col-sm-1__417b3e72{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__cda559ec{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__0714bc77{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__4891d7a9{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__70fd9102{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__054bcfd3{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__49433b47{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__2bfec206{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__807d04af{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__9e8ee362{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__ae007399{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__c260e833{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__63e05cf8{margin-left:0%}.offset-sm-1__095a2b30{margin-left:8.33333333%}.offset-sm-2__9b759247{margin-left:16.66666667%}.offset-sm-3__ff4b1948{margin-left:25%}.offset-sm-4__0c280649{margin-left:33.33333333%}.offset-sm-5__e1eb9da3{margin-left:41.66666667%}.offset-sm-6__3ad4ebd7{margin-left:50%}.offset-sm-7__f3da02d1{margin-left:58.33333333%}.offset-sm-8__4a95a9d3{margin-left:66.66666667%}.offset-sm-9__698b9f1f{margin-left:75%}.offset-sm-10__3acdce07{margin-left:83.33333333%}.offset-sm-11__d4b6221c{margin-left:91.66666667%}.d-none-sm__cc08ac98{display:none!important}.d-block-sm__27e1725b{display:block!important}}@media(min-width:768px){.col-md-1__1e896e6b{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__e9c2ac58{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__55765c9d{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__9de3198d{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__ad52f15d{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__1df2a5ba{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__1f6b875f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__b2fd3f2c{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__ada30b1d{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__9dd7f9aa{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__bb69d6e9{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__3165c4e8{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__a70c1ba2{margin-left:0%}.offset-md-1__d020e295{margin-left:8.33333333%}.offset-md-2__0e0dcd38{margin-left:16.66666667%}.offset-md-3__76b0b0b2{margin-left:25%}.offset-md-4__76a8c1fa{margin-left:33.33333333%}.offset-md-5__05fe608f{margin-left:41.66666667%}.offset-md-6__1dfb0141{margin-left:50%}.offset-md-7__01d47888{margin-left:58.33333333%}.offset-md-8__ea0db9aa{margin-left:66.66666667%}.offset-md-9__8daf77df{margin-left:75%}.offset-md-10__464174be{margin-left:83.33333333%}.offset-md-11__dadb546d{margin-left:91.66666667%}.d-none-md__48de78cb{display:none!important}.d-block-md__4b7b5815{display:block!important}}@media(min-width:992px){.col-lg-1__42d5f050{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__b3cfbb2e{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__41703f8f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__a7a35b0e{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__ab056177{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__eb1d6629{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__9659f0a5{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__c6a9e40e{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__8fe78e38{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__8fb25c47{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__9d37411b{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__55e36575{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__1b8a26df{margin-left:0%}.offset-lg-1__0565fade{margin-left:8.33333333%}.offset-lg-2__07b5df08{margin-left:16.66666667%}.offset-lg-3__1975644f{margin-left:25%}.offset-lg-4__393c2c03{margin-left:33.33333333%}.offset-lg-5__60be55e2{margin-left:41.66666667%}.offset-lg-6__75742ffd{margin-left:50%}.offset-lg-7__a5017731{margin-left:58.33333333%}.offset-lg-8__5905c07e{margin-left:66.66666667%}.offset-lg-9__a1eb9c9e{margin-left:75%}.offset-lg-10__af41a0cb{margin-left:83.33333333%}.offset-lg-11__1eb79dd5{margin-left:91.66666667%}.d-none-lg__a5d88f91{display:none!important}.d-block-lg__fca50322{display:block!important}}@media(min-width:1200px){.col-xl-1__467f35b9{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__7f262372{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__64073d05{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__554a6dc2{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__44167903{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__a50ecbed{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__da3480af{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__9f84af21{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__2350e594{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__f46fb988{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__0aef2fb1{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__6c4ec80c{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__61073cf3{margin-left:0%}.offset-xl-1__2cb8f501{margin-left:8.33333333%}.offset-xl-2__d916c07e{margin-left:16.66666667%}.offset-xl-3__13be0b5d{margin-left:25%}.offset-xl-4__bef62cbb{margin-left:33.33333333%}.offset-xl-5__b876f98a{margin-left:41.66666667%}.offset-xl-6__d38f6cd4{margin-left:50%}.offset-xl-7__821ad7fb{margin-left:58.33333333%}.offset-xl-8__d8d1d28e{margin-left:66.66666667%}.offset-xl-9__49d3fcb7{margin-left:75%}.offset-xl-10__b76c0a2d{margin-left:83.33333333%}.offset-xl-11__7b1ee335{margin-left:91.66666667%}.d-none-xl__511f21ba{display:none!important}.d-block-xl__994e623f{display:block!important}}.confirm__6e7dbde9{flex-grow:1;margin:0 auto;max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2);box-sizing:border-box}.confirm__6e7dbde9.isInLightBox__859c5b6c{max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2)}.confirm__6e7dbde9.isInSideOverlaySM__f5911a51{max-width:520px}.confirm__6e7dbde9.isInSideOverlayMD__b47f335b{max-width:680px}.confirm__6e7dbde9.isInSideOverlayLG__8cd81f8b{max-width:800px}.confirmCloseButton__bdb5c1d2{position:absolute;top:24px;right:24px}.confirmContent__2cbe8ba9{margin-bottom:24px;padding-right:56px}.confirmControls__f2c144f6{white-space:nowrap}.confirmContentTitle__92eb1fa4{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__bdb5c1d2{top:16px;right:16px}.confirmContent__2cbe8ba9{margin-bottom:16px}}.dateRange__bc8bab00{display:flex;align-items:center}.dateRangeButton__469848db{z-index:1}.separator__49bffefd{width:20px;height:20px;flex-shrink:0}.divider__3520448c{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-33-0);border:none}.marginTopSize-4__8f49cb01{margin-top:4px}.marginBottomSize-4__641b1d64{margin-bottom:4px}.marginTopSize-8__5f58221a{margin-top:8px}.marginBottomSize-8__6f7bf546{margin-bottom:8px}.marginTopSize-12__d44b4a4b{margin-top:12px}.marginBottomSize-12__efd62f74{margin-bottom:12px}.marginTopSize-16__99545197{margin-top:16px}.marginBottomSize-16__a5885721{margin-bottom:16px}.marginTopSize-20__9af949fa{margin-top:20px}.marginBottomSize-20__8bcaaaf2{margin-bottom:20px}.marginTopSize-24__c6f1bf64{margin-top:24px}.marginBottomSize-24__d195f48d{margin-bottom:24px}.marginTopSize-28__f49d1736{margin-top:28px}.marginBottomSize-28__0a989713{margin-bottom:28px}.marginTopSize-32__b8ecf4a3{margin-top:32px}.marginBottomSize-32__0495997c{margin-bottom:32px}.smallInput__e74685af{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-33-0);background:var(--triplex-next-SmallInput-Background-1-33-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-33-0)}.smallInput__e74685af::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-33-0);opacity:1}.smallInput__e74685af::-ms-clear{display:none}.link__d2efb9b1{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-33-0)}.link__d2efb9b1:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-33-0)}.link__d2efb9b1:active{color:var(--triplex-next-Link-Text_Color_Active-1-33-0)}.link__d2efb9b1:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-33-0)}.wordWithContent__b7e86e6d{white-space:nowrap;display:inline-flex;align-items:center}.before__c7c3286c :first-child{margin-right:2px}.after__c284660c :last-child{margin-left:2px}.documentNumberEdit__84df7f69 .label__15576990{display:inline-block;margin-right:8px}.documentNumberEdit__84df7f69 .inputEditWrapper__436e0340{width:68px;display:inline-block}.ellipsisLineClamp__7d32c341{--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__7d32c341.oneLine__8d239f74{word-break:break-all}.size4__27064d01{height:4px}.size8__d9c1ba78{height:8px}.size12__11968ac4{height:12px}.size16__9cc4df35{height:16px}.size24__cb5cb6a8{height:24px}.size32__1c589d53{height:32px}.size64__6c23b1f3{height:64px}.size128__1d4f5f78{height:128px}.emptyView__71ef0958,.container__f845e19f{display:flex;flex-direction:column;align-items:center;width:100%}.icon__b1acea28{flex-shrink:0}.textBlock__78d64c5b{text-align:center}button.helpBoxButton__7ffe0e4b{position:relative;vertical-align:text-bottom}.root__a6292189{position:relative;display:flex;flex-direction:column;gap:16px;outline:none}.islandAccordion__70d4cd14{margin:0;padding:0}.islandAccordion__70d4cd14 .island__da7db05f{padding:0}.islandAccordion__70d4cd14 .item__aba03041{position:relative;list-style-type:none}.islandAccordion__70d4cd14 .item__aba03041.disabled__b24c539d{cursor:default;pointer-events:none}.islandAccordion__70d4cd14 .item__aba03041+.item__aba03041.sm__7cc7067b,.islandAccordion__70d4cd14 .item__aba03041+.item__aba03041.md__1c968835{margin-top:16px}.islandAccordion__70d4cd14 .item__aba03041+.item__aba03041.lg__aa2d8d19{margin-top:24px}.islandAccordion__70d4cd14 .item__aba03041 .header__e256f3b8{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__70d4cd14 .item__aba03041 .header__e256f3b8:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-33-0)}.islandAccordion__70d4cd14 .item__aba03041.type1__2d07e249:not(.opened__23724b4f) .header__e256f3b8:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-33-0)}.islandAccordion__70d4cd14 .item__aba03041.type2__7f620425:not(.opened__23724b4f) .header__e256f3b8:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-33-0)}.islandAccordion__70d4cd14 .item__aba03041.type3__10799ce6:not(.opened__23724b4f) .header__e256f3b8:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-33-0)}.islandAccordion__70d4cd14 .item__aba03041 .footer__30101ea1{text-align:right}.islandAccordion__70d4cd14 .item__aba03041 .body__5d8cf88a,.islandAccordion__70d4cd14 .item__aba03041 .footer__30101ea1{visibility:hidden}.islandAccordion__70d4cd14 .item__aba03041.opened__23724b4f .body__5d8cf88a,.islandAccordion__70d4cd14 .item__aba03041.opened__23724b4f .footer__30101ea1{visibility:visible}.islandAccordion__70d4cd14 .item__aba03041 .caretWrapper__83b2570e{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__70d4cd14 .item__aba03041 .caretIcon__178caaed{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__70d4cd14 .item__aba03041 .title__5f0397e9{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__70d4cd14 .item__aba03041.sm__7cc7067b .header__e256f3b8{padding:16px;border-radius:16px}.islandAccordion__70d4cd14 .item__aba03041.sm__7cc7067b .title__5f0397e9{padding-right:42px}.islandAccordion__70d4cd14 .item__aba03041.sm__7cc7067b .body__5d8cf88a,.islandAccordion__70d4cd14 .item__aba03041.sm__7cc7067b .footer__30101ea1{padding:0 16px 16px}.islandAccordion__70d4cd14 .item__aba03041.sm__7cc7067b .caretWrapper__83b2570e{right:10px}.islandAccordion__70d4cd14 .item__aba03041.sm__7cc7067b .remove__8ae06bbe{right:-36px;top:18px}.islandAccordion__70d4cd14 .item__aba03041.sm__7cc7067b .step__aabc34b0{margin-right:12px}.islandAccordion__70d4cd14 .item__aba03041.md__1c968835 .header__e256f3b8{padding:24px;border-radius:24px}.islandAccordion__70d4cd14 .item__aba03041.md__1c968835 .title__5f0397e9{padding-right:42px}.islandAccordion__70d4cd14 .item__aba03041.md__1c968835 .body__5d8cf88a,.islandAccordion__70d4cd14 .item__aba03041.md__1c968835 .footer__30101ea1{padding:0 24px 24px}.islandAccordion__70d4cd14 .item__aba03041.md__1c968835 .caretWrapper__83b2570e{right:18px}.islandAccordion__70d4cd14 .item__aba03041.md__1c968835 .remove__8ae06bbe{right:-40px;top:26px}.islandAccordion__70d4cd14 .item__aba03041.md__1c968835 .step__aabc34b0{margin-right:12px}.islandAccordion__70d4cd14 .item__aba03041.lg__aa2d8d19 .header__e256f3b8{padding:32px;border-radius:32px}.islandAccordion__70d4cd14 .item__aba03041.lg__aa2d8d19 .title__5f0397e9{padding-right:44px}.islandAccordion__70d4cd14 .item__aba03041.lg__aa2d8d19 .body__5d8cf88a,.islandAccordion__70d4cd14 .item__aba03041.lg__aa2d8d19 .footer__30101ea1{padding:0 32px 32px}.islandAccordion__70d4cd14 .item__aba03041.lg__aa2d8d19 .caretWrapper__83b2570e{right:24px}.islandAccordion__70d4cd14 .item__aba03041.lg__aa2d8d19 .remove__8ae06bbe{right:-40px;top:36px}.islandAccordion__70d4cd14 .item__aba03041.lg__aa2d8d19 .step__aabc34b0{margin:0 16px 0 0}.islandAccordion__70d4cd14 .item__aba03041.opened__23724b4f:not(.disabled__b24c539d) .caretWrapper__83b2570e .caretIcon__178caaed{transform:rotate(-180deg)}.islandAccordion__70d4cd14 .item__aba03041 .remove__8ae06bbe{position:absolute}@media(max-width:767px){.islandAccordion__70d4cd14 .item__aba03041 .title__5f0397e9{white-space:normal;overflow-wrap:anywhere}.islandAccordion__70d4cd14 .item__aba03041 .footer__30101ea1{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__70d4cd14 .item__aba03041 .footer__30101ea1>*{margin-left:0!important}.islandAccordion__70d4cd14 .item__aba03041 .caretWrapper__83b2570e{transform:none}.islandAccordion__70d4cd14 .item__aba03041.sm__7cc7067b .title__5f0397e9{padding-right:34px}.islandAccordion__70d4cd14 .item__aba03041.sm__7cc7067b .caretWrapper__83b2570e{top:18px}.islandAccordion__70d4cd14 .item__aba03041.md__1c968835 .header__e256f3b8{padding:16px;border-radius:16px}.islandAccordion__70d4cd14 .item__aba03041.md__1c968835 .title__5f0397e9{padding-right:34px}.islandAccordion__70d4cd14 .item__aba03041.md__1c968835 .body__5d8cf88a,.islandAccordion__70d4cd14 .item__aba03041.md__1c968835 .footer__30101ea1{padding:0 16px 16px}.islandAccordion__70d4cd14 .item__aba03041.md__1c968835 .caretWrapper__83b2570e{right:10px;top:18px}.islandAccordion__70d4cd14 .item__aba03041.md__1c968835 .remove__8ae06bbe{top:18px}.islandAccordion__70d4cd14 .item__aba03041.lg__aa2d8d19 .header__e256f3b8{padding:24px;border-radius:24px}.islandAccordion__70d4cd14 .item__aba03041.lg__aa2d8d19 .title__5f0397e9{padding-right:34px}.islandAccordion__70d4cd14 .item__aba03041.lg__aa2d8d19 .body__5d8cf88a,.islandAccordion__70d4cd14 .item__aba03041.lg__aa2d8d19 .footer__30101ea1{padding:0 24px 24px}.islandAccordion__70d4cd14 .item__aba03041.lg__aa2d8d19 .caretWrapper__83b2570e{top:26px;right:18px}.islandAccordion__70d4cd14 .item__aba03041.lg__aa2d8d19 .remove__8ae06bbe{top:26px}}.step__56fde41f{display:flex;align-items:center;justify-content:center;box-sizing:border-box;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__56fde41f.sm__d7384f00,.step__56fde41f.md__04a60356{width:28px;height:28px}.step__56fde41f.lg__6854f15a{width:32px;height:32px}.step__56fde41f.default__548ce88a{background-color:var(--triplex-next-Step-Background_Default-1-33-0)}.step__56fde41f.default__548ce88a>span{color:var(--triplex-next-Step-Color_Default-1-33-0)}.step__56fde41f.done__7da37508{background-color:var(--triplex-next-Step-Background_Done-1-33-0)}.step__56fde41f.done__7da37508>span{color:var(--triplex-next-Step-Color_Done-1-33-0)}.step__56fde41f.warning__f637ddfb{background-color:var(--triplex-next-Step-Background_Warning-1-33-0)}.step__56fde41f.warning__f637ddfb>span{color:var(--triplex-next-Step-Color_Warning-1-33-0)}.step__56fde41f.active__5ea4b679{background-color:var(--triplex-next-Step-Background_Active-1-33-0)}.step__56fde41f.active__5ea4b679>span{color:var(--triplex-next-Step-Color_Active-1-33-0)}.step__56fde41f.error__82ddc18f{background-color:var(--triplex-next-Step-Background_Error-1-33-0)}.step__56fde41f.error__82ddc18f>span{color:var(--triplex-next-Step-Color_Error-1-33-0)}.step__56fde41f.disabled__6dc91d68{background-color:var(--triplex-next-Step-Background_Disabled-1-33-0)}.step__56fde41f.disabled__6dc91d68>span{color:var(--triplex-next-Step-Color_Disabled-1-33-0)}@media(max-width:767px){.step__56fde41f.lg__6854f15a{width:28px;height:28px}}.lightBox__5ac233f7{--lightBox-content-max-width: 864px;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__5ac233f7.sm__8d70cd9c{--lightBox-content-max-width: 664px}.lightBox__5ac233f7.md__79979f22{--lightBox-content-max-width: 864px}.lightBox__5ac233f7.lg__c0135f2f{--lightBox-content-max-width: 1064px}.lightBox__5ac233f7.xl__f749e22e{--lightBox-content-max-width: 1264px}.lightBox__5ac233f7 .lightBoxBackdrop__c841441f{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-33-0)}.lightBox__5ac233f7.lightBoxSideOverlayActive__ecceca98,.lightBox__5ac233f7.lightBoxTopOverlayActive__edb61850{overflow-y:hidden}.lightBox__5ac233f7 .lightBoxContent__d80422c8{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-33-0)}.lightBox__5ac233f7 .lightBoxContent__d80422c8>.global-page{width:100%;max-width:var(--lightBox-content-max-width);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__5ac233f7 .lightBoxContent__d80422c8>.global-page{padding:16px}}.lightBox__5ac233f7 .loadingContentOverlay__470b43b8{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__5ac233f7 .lightBoxContentResizeWrapper__33ee2ccc{position:absolute;left:0;right:0;height:0}.lightBox__5ac233f7 .tempElSafariBug__92a51c7e{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__8237f9ae,.global-LB-less-or-equal-media-point-0 .lightBox__5ac233f7.lightBoxSideOverlayActive__ecceca98{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__d80422c8{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__d80422c8{padding-left:80px;padding-right:80px}.lightBoxControls__fbe337d3{z-index:100}.withKeyboardEvent__681b479f{display:inline-block}.withoutKeyboardEvent__0e4ad24c,.lightBox__5ac233f7.lightBoxSideOverlayActive__ecceca98 .withKeyboardEvent__681b479f,.lightBox__5ac233f7.lightBoxTopOverlayActive__edb61850 .withKeyboardEvent__681b479f,.lightBox__5ac233f7.isLoading__4428e73d .withKeyboardEvent__681b479f{display:none}.lightBox__5ac233f7.lightBoxSideOverlayActive__ecceca98 .withoutKeyboardEvent__0e4ad24c,.lightBox__5ac233f7.lightBoxTopOverlayActive__edb61850 .withoutKeyboardEvent__0e4ad24c,.lightBox__5ac233f7.isLoading__4428e73d .withoutKeyboardEvent__0e4ad24c{display:inline-block}.lightBox__5ac233f7.isLoading__4428e73d .lightBoxPrev__23f9311d,.lightBox__5ac233f7.isLoading__4428e73d .lightBoxNext__2e88543f{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__fbe337d3{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__7d167bcc{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__917038a7{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__e6a422eb{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__23f9311d,.global-LB-less-or-equal-media-point-0 .lightBoxNext__2e88543f{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__23f9311d{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__1bffc4b9,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__f95864c4{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__fbe337d3{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__7d167bcc{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__917038a7{display:none}.global-LB-more-media-point-0 .lightBoxClose__e6a422eb{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__23f9311d,.global-LB-more-media-point-0 .lightBoxNext__2e88543f{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__23f9311d{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__2e88543f{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__6c1cfde0{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__6c1cfde0.fixed__73610964{position:fixed}.overlay__6c1cfde0.closing__f1c74621,.overlay__6c1cfde0.opened__31af2bfb{visibility:visible;left:0;right:0}.overlayPanel__4bf82ea8{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-33-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__4bf82ea8.bottom__50d3f439{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__4bf82ea8.left__ed7bd4b6{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__4bf82ea8.right__cfa7d775{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__4bf82ea8.top__932f2498{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__4bf82ea8.left__ed7bd4b6.opened__31af2bfb,.overlayPanel__4bf82ea8.right__cfa7d775.opened__31af2bfb{transform:translate(0)}.overlayPanel__4bf82ea8.top__932f2498.opened__31af2bfb,.overlayPanel__4bf82ea8.bottom__50d3f439.opened__31af2bfb{transform:translateY(0)}.overlayContent__b4cc3ce0{display:flex;min-height:100%}.overlayMask__00d514a5{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-33-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__00d514a5.overlayOpened__602388bd{opacity:1}.lightBoxSideOverlayLoaderWrapper__9b3cca75{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}.lightBoxSideOverlayCloseDesktopContainer__e07a6040{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__6ed779ca{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__3bd854d8{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__e07a6040{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__3bd854d8{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__3bd854d8{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__e07a6040{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__3bd854d8{display:none}.lightBoxSideOverlayMask__0d208521{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-33-0)}.lightBoxSideOverlayWrapper__7f53027a{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__7f53027a.overflowXHidden__1740ffe0{overflow-x:hidden}.lightBoxSideOverlayWrapper__7f53027a.overflowYHidden__7c37c684{overflow-y:hidden}.lightBoxSideOverlayWrapper__7f53027a.closing__2b22c7c4,.lightBoxSideOverlayWrapper__7f53027a.opened__a9fe69fe{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__7f53027a.closing__2b22c7c4{pointer-events:none}.lightBoxSideOverlayWrapper__7f53027a .global-page{max-width:var(--lightBox-content-max-width, 864px);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__7f53027a .global-page{padding:16px}}.lightBoxSideOverlayWrapper__7f53027a .lightBoxSideOverlayContent__d76675e7{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-SideOverlay_Background-1-33-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__7f53027a .lightBoxSideOverlayContent__d76675e7.opened__a9fe69fe{transform:none}.lightBoxSideOverlayWrapper__7f53027a .lightBoxSideOverlayContent__d76675e7.opening__3141af52{transform:translateY(0)}.lightBoxSideOverlayWrapper__7f53027a.sm__8d70cd9c .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__7f53027a.md__79979f22 .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__7f53027a.lg__c0135f2f .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__7f53027a .lightBoxSideOverlayBase__1957d7b7{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__7f53027a .lightBoxSideOverlayContent__d76675e7{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__7f53027a .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__7f53027a .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__b5afe751{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__b5afe751.closing__2b22c7c4,.lightBoxSideOverlay__b5afe751.opening__3141af52{overflow-x:hidden}.topOverlayMask__da55721e{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-33-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__27e62cb0{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__27e62cb0.closing__f0e421db,.topOverlayWrapper__27e62cb0.opened__11d647bf{bottom:0}.topOverlayWrapper__27e62cb0 .topOverlayPanel__b4590478{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__53ee33df{z-index:500}@media(max-width:767px){.topOverlayPanel__b4590478{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__f590f7ab{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: var(--lightBox-content-max-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))}.lightBoxLeftSidebar__f590f7ab.fixed__637dddc3{position:fixed}.lightBoxRightSidebar__53077f16{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: var(--lightBox-content-max-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))}.lightBoxRightSidebar__53077f16.fixed__637dddc3{position:fixed}.hidden__056645ae{display:none}html.scroll-0__2937070a{--triplex-next-scroll-width: 0px}html.scroll-15__4a86ac22{--triplex-next-scroll-width: 15px}html.scroll-16__10b49afc{--triplex-next-scroll-width: 16px}html.scroll-17__7a72de1c{--triplex-next-scroll-width: 17px}.listMasterChipGroup__46f9e50b{padding:0 16px}.listMasterFooter__3c579c56{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-33-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-1-33-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__3c579c56.sticky__89fb111b{position:sticky;bottom:0}.listMasterFooterDescription__0020f216{padding-right:16px}.listMasterFooterControls__c1f6f369{white-space:nowrap}.listMasterHeader__3049a5ed{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-33-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-1-33-0)}.listMasterHeader__3049a5ed.sticky__89fb111b{position:sticky;top:0;z-index:2}.selectionControls__6b137067{display:flex;justify-content:space-between;align-items:center}.marker__4bd5ee1b.success__bedca708{background:var(--triplex-next-Marker-Background_Success-1-33-0)}.marker__4bd5ee1b.error__ea3a0f1b{background:var(--triplex-next-Marker-Background_Error-1-33-0)}.marker__4bd5ee1b.warning__c91a0ac0{background:var(--triplex-next-Marker-Background_Warning-1-33-0)}.marker__4bd5ee1b.waiting__fab8fe56{background:var(--triplex-next-Marker-Background_Waiting-1-33-0)}.markerStatus__94ecd5ae{line-height:0;display:flex;align-items:start}.markerStatus__94ecd5ae .contentContainer__cb626b17{display:flex;flex-direction:column;text-align:left}.markerStatus__94ecd5ae.md__9c41ef39{gap:4px}.markerStatus__94ecd5ae.md__9c41ef39 .markerContainer__16492ad2{margin-top:4px}.markerStatus__94ecd5ae.lg__d5b4d51d{gap:6px}.markerStatus__94ecd5ae.lg__d5b4d51d .contentContainer__cb626b17{gap:4px}.markerStatus__94ecd5ae.lg__d5b4d51d .markerContainer__16492ad2{margin-top:5px}.monthYearRange__3f53c9ec{display:flex;align-items:center}.monthYearRangeButton__0df9df9d{z-index:1}.separator__0e1c8e36{width:16px;height:16px;flex-shrink:0}.orderedListItem__8acfe302{counter-increment:list-item-tx}.orderedListItem__8acfe302:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__8acfe302+.orderedListItem__8acfe302{margin-top:8px}.orderedList__381bddaa{--start-index-tx: 0;position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx var(--start-index-tx)}.paginationExtended__26f14558{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__7d2cdeba .directionIconNext__906ba182{transform:rotate(180deg)}.paginationPageEllipsis__8f4e620d{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__4ee2f935{background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__4ee2f935:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-33-0);outline:none}.paginationPageButton__4ee2f935:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-33-0)}.paginationPageButton__4ee2f935:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-33-0);cursor:grabbing}.paginationPageButton__4ee2f935.currentPage__d229fa62{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-33-0);cursor:default}.paginationNavigationExtended__6c942939{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__751fa3a0{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__751fa3a0 .paginationSelectControl__c79b6b2f{margin-left:8px;min-width:72px}.row__3feb13ac{display:flex;flex-wrap:wrap;padding-bottom:16px}.row__3feb13ac.noPaddingBottom__a9cac136,.row__3feb13ac:last-child{padding-bottom:0}.row__3feb13ac.SM__9a13243c{margin-left:-8px;margin-right:-8px}.row__3feb13ac.MD__58f1dd5d{margin-left:-12px;margin-right:-12px}.segmentedControlSegment__dcf89ba1{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-33-0);outline:none;cursor:pointer}.segmentedControlSegment__dcf89ba1:disabled{cursor:default}.sm__eb186fd2 .segmentedControlSegment__dcf89ba1{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__1294beb0 .segmentedControlSegment__dcf89ba1{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__85bc85f6 .segmentedControlSegment__dcf89ba1{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__76b07243 .segmentedControlSegment__dcf89ba1{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-33-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-33-0)}.general1__76b07243 .segmentedControlSegment__dcf89ba1:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-33-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-33-0)}.general1__76b07243 .segmentedControlSegment__dcf89ba1:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-33-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-33-0)}.general1__76b07243 .segmentedControlSegment__dcf89ba1.selected__433f000d{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-33-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-33-0)}.general1__76b07243 .segmentedControlSegment__dcf89ba1.selected__433f000d:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-33-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-33-0)}.general1__76b07243 .segmentedControlSegment__dcf89ba1.selected__433f000d:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-33-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-33-0)}.general2__344d82ea .segmentedControlSegment__dcf89ba1{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-33-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-33-0)}.general2__344d82ea .segmentedControlSegment__dcf89ba1:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-33-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-33-0)}.general2__344d82ea .segmentedControlSegment__dcf89ba1:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-33-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-33-0)}.general2__344d82ea .segmentedControlSegment__dcf89ba1.selected__433f000d{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-33-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-33-0)}.general2__344d82ea .segmentedControlSegment__dcf89ba1.selected__433f000d:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-33-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-33-0)}.general2__344d82ea .segmentedControlSegment__dcf89ba1.selected__433f000d:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-33-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-33-0)}.secondary1__0e28ebce .segmentedControlSegment__dcf89ba1{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-33-0)}.secondary1__0e28ebce .segmentedControlSegment__dcf89ba1:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-33-0)}.secondary1__0e28ebce .segmentedControlSegment__dcf89ba1:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-33-0)}.secondary1__0e28ebce .segmentedControlSegment__dcf89ba1.selected__433f000d{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-33-0)}.secondary1__0e28ebce .segmentedControlSegment__dcf89ba1.selected__433f000d:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-33-0)}.secondary2__3090a7c2 .segmentedControlSegment__dcf89ba1{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-33-0)}.secondary2__3090a7c2 .segmentedControlSegment__dcf89ba1:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-33-0)}.secondary2__3090a7c2 .segmentedControlSegment__dcf89ba1:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-33-0)}.secondary2__3090a7c2 .segmentedControlSegment__dcf89ba1.selected__433f000d{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-33-0)}.secondary2__3090a7c2 .segmentedControlSegment__dcf89ba1.selected__433f000d:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-33-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-33-0)}.segmentedControlSegment__dcf89ba1:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-33-0)}.content__b0c5e0f6{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__6037971a{display:flex;gap:4px}.segmentedControl__6037971a.general1__76b07243{background:var(--triplex-next-SegmentedControl-General_1_Background-1-33-0)}.segmentedControl__6037971a.secondary1__0e28ebce{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-33-0)}.segmentedControl__6037971a.general2__344d82ea{background:var(--triplex-next-SegmentedControl-General_2_Background-1-33-0)}.segmentedControl__6037971a.secondary2__3090a7c2{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-33-0)}.segmentedControl__6037971a.sm__eb186fd2{border-radius:6px;padding:4px}.segmentedControl__6037971a.md__1294beb0{border-radius:8px;padding:4px}.segmentedControl__6037971a.lg__85bc85f6{border-radius:10px;padding:8px}.skeleton__36ee0fd2{border-radius:16px;flex-grow:1}.skeleton__36ee0fd2.light__1fd1fcc1{animation:skeleton-light-pulse__e19d95ff 2s ease-in-out infinite}.skeleton__36ee0fd2.dark__bc7b54b6{animation:skeleton-dark-pulse__2fe9a650 2s ease-in-out infinite}@keyframes skeleton-light-pulse__e19d95ff{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-33-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-33-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-33-0)}}@keyframes skeleton-dark-pulse__2fe9a650{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-33-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-33-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-33-0)}}.sliderExtendedDot__b2281d84{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-33-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__b2281d84:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-33-0)}.sliderExtendedDot__b2281d84.focusedByClick__8d7653f0:focus{box-shadow:none}.sliderExtendedDot__b2281d84:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-33-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__b2281d84:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-33-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__b2281d84.disabled__ebae5599{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-33-0)}.sliderExtendedDot__b2281d84.disabled__ebae5599:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-33-0)}.sliderExtendedDot__b2281d84.disabled__ebae5599:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-33-0)}.sliderExtendedDot__b2281d84:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-33-0)}.sliderExtendedDot__b2281d84:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-33-0)}.sliderExtendedDot__b2281d84.dragByMouse__20cdd780{background:var(--triplex-next-Slider-Dot_Background_Select-1-33-0)}.sliderExtendedDot__b2281d84.dragByMouse__20cdd780:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-33-0)}.sliderExtendedDot__b2281d84:hover .sliderExtendedTooltipOverlay__5109f067,.sliderExtendedDot__b2281d84:focus .sliderExtendedTooltipOverlay__5109f067{visibility:visible}.sliderExtendedDot__b2281d84.lg__6342fbfa{width:28px;height:28px}.sliderExtendedDot__b2281d84.lg__6342fbfa:after{width:10px;height:10px}.sliderExtendedDot__b2281d84.lg__6342fbfa:before{width:14px;height:14px}.sliderExtendedMarks__938f6cdd{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__2f249c5c{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__2f249c5c .sliderExtendedMarkDot__f3d1cc54{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-33-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__2f249c5c .sliderExtendedMarkDot__f3d1cc54.inSelectedRange__1579b0b6{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-33-0)}.sliderExtendedMark__2f249c5c.lg__6342fbfa{top:20px}.sliderExtendedMark__2f249c5c.lg__6342fbfa .sliderExtendedMarkDot__f3d1cc54{top:-20px}.sliderExtendedMark__2f249c5c .sliderExtendedMarkText__c0c86619{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__2f249c5c.disabled__ebae5599{pointer-events:none}.sliderExtendedMark__2f249c5c.disabled__ebae5599 .sliderExtendedMarkText__c0c86619{pointer-events:none;opacity:.35}.sliderExtendedMark__2f249c5c.disabled__ebae5599 .sliderExtendedMarkDot__f3d1cc54{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-33-0)}.sliderExtendedMark__2f249c5c:first-child,.sliderExtendedMark__2f249c5c:last-child{transform:none}.sliderExtendedMark__2f249c5c:first-child.reverse__610c0c9e .sliderExtendedMarkDot__f3d1cc54{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__2f249c5c:first-child.reverse__610c0c9e .sliderExtendedMarkText__c0c86619{margin-right:-4px}.sliderExtendedMark__2f249c5c:first-child:not(.reverse__610c0c9e) .sliderExtendedMarkDot__f3d1cc54{left:0;transform:translate(-50%)}.sliderExtendedMark__2f249c5c:first-child .sliderExtendedMarkText__c0c86619{margin-left:-4px}.sliderExtendedMark__2f249c5c:last-child.reverse__610c0c9e .sliderExtendedMarkDot__f3d1cc54{left:0;transform:translate(-50%)}.sliderExtendedMark__2f249c5c:last-child.reverse__610c0c9e .sliderExtendedMarkText__c0c86619{margin-left:-4px}.sliderExtendedMark__2f249c5c:last-child:not(.reverse__610c0c9e) .sliderExtendedMarkDot__f3d1cc54{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__2f249c5c:last-child .sliderExtendedMarkText__c0c86619{margin-right:-4px}.sliderExtendedMark__2f249c5c.active__ca388c61{pointer-events:none}.sliderExtendedRail__173493e6{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-33-0);cursor:pointer}.sliderExtended__3687a515{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__3687a515.disabled__ebae5599 .sliderExtendedRail__173493e6{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-33-0)}.sliderExtended__3687a515.lg__6342fbfa{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__07d18b1a{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-33-0);z-index:10}.sliderExtendedTrack__07d18b1a.lg__6342fbfa{top:12px}.sliderExtendedTrack__07d18b1a:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-33-0)}.sliderExtendedTrack__07d18b1a.focusedByClick__8d7653f0:focus{box-shadow:none}.sliderExtendedTrack__07d18b1a.hoverOrDragByMouse__60b6d369{background:var(--triplex-next-Slider-Track_Background_Hover-1-33-0)}.sliderExtendedTrack__07d18b1a.staticSlider__75da6471{cursor:default;pointer-events:none}.sliderExtendedTrack__07d18b1a.disabled__ebae5599{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-33-0)}.sliderExtendedTooltipOverlay__5109f067{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__5109f067.lg__6342fbfa{bottom:32px}.sliderExtendedTooltipOverlay__5109f067 .tooltipBody__4cfde014{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-33-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-33-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__5109f067 .tooltipTip__2f055583{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-33-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__5109f067 .tooltipTip__2f055583{margin:-.5px}}.smsField__42032072{display:inline-block;position:relative;width:100%}.smsField__42032072 .input__b87d13ee{text-align:center}.smsField__42032072 .input__b87d13ee::placeholder{opacity:1}.smsField__42032072 .input__b87d13ee:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-33-0)}.smsField__42032072 .input__b87d13ee.lg__2e542d32{padding:18px 40px}.smsField__42032072 .input__b87d13ee.md__15994bc9{padding-left:26px;padding-right:26px}.smsField__42032072 .input__b87d13ee.sm__25dae424{padding-left:20px;padding-right:20px}.smsField__42032072 .btnRefresh__1effc1f5{position:absolute;outline:none;z-index:1}.smsField__42032072 .btnRefresh__1effc1f5.lg__2e542d32{top:12px;left:12px;height:32px;width:32px}.smsField__42032072 .btnRefresh__1effc1f5.md__15994bc9{top:10px;left:10px}.smsField__42032072 .btnRefresh__1effc1f5.sm__25dae424{top:4px;left:4px}.smsField__42032072 .btnRefresh__1effc1f5 .full__b9cb536c{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-33-0)}.smsField__42032072 .btnRefresh__1effc1f5 .empty__1fd2b744{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-33-0)}.smsField__42032072 .btnRefresh__1effc1f5:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-33-0)}.smsField__42032072 .btnSubmit__fe031bb6{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-33-0)}.smsField__42032072 .btnSubmit__fe031bb6.active__c3feded6:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-33-0)}.smsField__42032072 .btnSubmit__fe031bb6.active__c3feded6:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-33-0)}.smsField__42032072 .btnSubmit__fe031bb6.lg__2e542d32{top:15px;right:15px;height:26px;width:26px}.smsField__42032072 .btnSubmit__fe031bb6.md__15994bc9{top:10px;right:10px}.smsField__42032072 .btnSubmit__fe031bb6.sm__25dae424{top:4px;right:4px}.spoiler__d7669621{display:flex;flex-direction:column}.spoiler__d7669621.opened__afdee3d3 .caretIcon__85ae6897{transform:rotate(-180deg)}.spoiler__d7669621 .head__360c0d93 .caretIcon__85ae6897{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__d7669621 .head__360c0d93 button>span{white-space:normal;text-align:left}.spoiler__d7669621 .content__dfa70347.hidden__e28cf337{display:none}.spoiler__d7669621 .lg__398f10e2 .content__dfa70347{margin-top:8px}.spoiler__d7669621 .md__e7b76a41 .content__dfa70347{margin-top:0}.spoiler__d7669621 .sm__0daf88be .content__dfa70347{margin-top:-4px}.statusTrackerWrapper__f7e528ca{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-33-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-33-0);overflow:hidden;height:100%}.statusTrackerWrapper__f7e528ca .statusTracker__6c1c4d74{width:100%;padding:40px 24px 16px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__f7e528ca .statusTracker__6c1c4d74.verticalAlignMiddle__e24eb5ed{align-self:center}.statusTrackerWrapper__f7e528ca .statusTracker__6c1c4d74.verticalAlignBottom__f2d9530a{align-self:end}.statusTrackerWrapper__f7e528ca .statusTracker__6c1c4d74 .statusTrackerChild__c18af591{padding:8px 0}.statusTrackerWrapper__f7e528ca .statusTracker__6c1c4d74 .statusTrackerChild__c18af591:empty{padding:0}.statusTrackerWrapper__f7e528ca .statusTracker__6c1c4d74 .statusTrackerSum__9b11f3bb,.statusTrackerWrapper__f7e528ca .statusTracker__6c1c4d74 .statusTrackerTitle__eda02226{padding-bottom:4px}.statusTrackerWrapper__f7e528ca .statusTracker__6c1c4d74 .statusTrackerDescription__b51dedf6{display:block;padding-top:8px}.statusTrackerWrapper__f7e528ca .statusTracker__6c1c4d74 .statusTrackerAlert__06e57b4c{margin-top:12px;text-align:left}.statusTrackerWrapper__f7e528ca .statusTracker__6c1c4d74 .statusTrackerStatus__b0fe18bd{display:inline-flex;margin-bottom:4px}.statusTrackerWrapper__f7e528ca .statusTracker__6c1c4d74 .statusTrackerFooterWrapper__7119e8c8{display:grid}.statusTrackerWrapper__f7e528ca .statusTracker__6c1c4d74 .statusTrackerFooterWrapper__7119e8c8 .statusTrackerDescription__b51dedf6:last-child{padding-top:0}.statusTrackerWrapper__f7e528ca .statusTracker__6c1c4d74 .statusTrackerFooterWrapper__7119e8c8 .statusTrackerButton__18f37d35{margin-bottom:12px}.statusTrackerWrapper__f7e528ca .statusTracker__6c1c4d74 .statusTrackerFooterWrapper__7119e8c8 .statusTrackerButton__18f37d35:last-child{margin-bottom:0}.statusTrackerWrapper__f7e528ca .statusTrackerColor__37d34fad{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__f7e528ca .statusTrackerColor__37d34fad.waiting__92a001c4{background:var(--triplex-next-StatusTracker-Waiting_Color-1-33-0)}.statusTrackerWrapper__f7e528ca .statusTrackerColor__37d34fad.warning__0c9df11f{background:var(--triplex-next-StatusTracker-Warning_Background-1-33-0)}.statusTrackerWrapper__f7e528ca .statusTrackerColor__37d34fad.rejected__609933e9{background:var(--triplex-next-StatusTracker-Rejected_Color-1-33-0)}.statusTrackerWrapper__f7e528ca .statusTrackerColor__37d34fad.approved__a83df2ec{background:var(--triplex-next-StatusTracker-Approved_Color-1-33-0)}.statusTrackerWrapper__f7e528ca .statusTrackerBackground__8b2ffa24{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__f7e528ca .statusTrackerBackground__8b2ffa24.waiting__92a001c4{background:var(--triplex-next-StatusTracker-Waiting_Background-1-33-0)}.statusTrackerWrapper__f7e528ca .statusTrackerBackground__8b2ffa24.warning__0c9df11f{background:var(--triplex-next-StatusTracker-Warning_Background-1-33-0)}.statusTrackerWrapper__f7e528ca .statusTrackerBackground__8b2ffa24.rejected__609933e9{background:var(--triplex-next-StatusTracker-Rejected_Background-1-33-0)}.statusTrackerWrapper__f7e528ca .statusTrackerBackground__8b2ffa24.approved__a83df2ec{background:var(--triplex-next-StatusTracker-Approved_Background-1-33-0)}@media(max-width:767px){.statusTrackerWrapper__f7e528ca{border-radius:16px}}.statusTrackerStatusGroup__7e925a64{display:flex;flex-direction:column;align-items:flex-start;margin:0 auto;width:fit-content}.stepperStep__5afaf92a{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__5afaf92a+.stepperStep__5afaf92a{margin-left:12px}.stepperStep__5afaf92a.sm__16275d77{font-size:12px;line-height:16px}.stepperStep__5afaf92a.sm__16275d77:not(:last-child) .content__07862781{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__5afaf92a.sm__16275d77:last-child .content__07862781{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__5afaf92a.sm__16275d77:last-child .arrow__3013d47d{display:none}.stepperStep__5afaf92a.md__460b31f3{font-size:14px;line-height:20px}.stepperStep__5afaf92a.md__460b31f3:not(:last-child) .content__07862781{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__5afaf92a.md__460b31f3:last-child .content__07862781{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__5afaf92a.md__460b31f3:last-child .arrow__3013d47d{display:none}.stepperStep__5afaf92a.lg__5e792a48{font-size:16px;line-height:20px}.stepperStep__5afaf92a.lg__5e792a48:not(:last-child) .content__07862781{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__5afaf92a.lg__5e792a48:last-child .content__07862781{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__5afaf92a.lg__5e792a48:last-child .arrow__3013d47d{display:none}.stepperStep__5afaf92a:hover:not(.active__cf8c6d52):not(.disabled__cf645389) .content__07862781{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-33-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-33-0)}.stepperStep__5afaf92a:hover:not(.active__cf8c6d52):not(.disabled__cf645389) .arrow__3013d47d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-33-0)}.stepperStep__5afaf92a:hover:not(.active__cf8c6d52):not(.disabled__cf645389) .arrow__3013d47d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-33-0)}.stepperStep__5afaf92a.active__cf8c6d52{cursor:default}.stepperStep__5afaf92a.active__cf8c6d52 .content__07862781{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-33-0)}.stepperStep__5afaf92a.active__cf8c6d52 .arrow__3013d47d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-33-0)}.stepperStep__5afaf92a.active__cf8c6d52.error__f3985c5a .content__07862781{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-33-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-33-0)}.stepperStep__5afaf92a.active__cf8c6d52.error__f3985c5a .arrow__3013d47d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-33-0)}.stepperStep__5afaf92a.active__cf8c6d52.error__f3985c5a .arrow__3013d47d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-33-0)}.stepperStep__5afaf92a.active__cf8c6d52.warning__6a7baf4c .content__07862781{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-33-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-33-0)}.stepperStep__5afaf92a.active__cf8c6d52.warning__6a7baf4c .arrow__3013d47d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-33-0)}.stepperStep__5afaf92a.active__cf8c6d52.warning__6a7baf4c .arrow__3013d47d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-33-0)}.stepperStep__5afaf92a.completed__08ff51ea.error__f3985c5a .content__07862781{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-33-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-33-0)}.stepperStep__5afaf92a.completed__08ff51ea.error__f3985c5a .arrow__3013d47d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-33-0)}.stepperStep__5afaf92a.completed__08ff51ea.error__f3985c5a .arrow__3013d47d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-33-0)}.stepperStep__5afaf92a.completed__08ff51ea.error__f3985c5a:hover .content__07862781{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-33-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-33-0)}.stepperStep__5afaf92a.completed__08ff51ea.error__f3985c5a:hover .arrow__3013d47d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-33-0)}.stepperStep__5afaf92a.completed__08ff51ea.error__f3985c5a:hover .arrow__3013d47d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-33-0)}.stepperStep__5afaf92a.completed__08ff51ea.warning__6a7baf4c .content__07862781{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-33-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-33-0)}.stepperStep__5afaf92a.completed__08ff51ea.warning__6a7baf4c .arrow__3013d47d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-33-0)}.stepperStep__5afaf92a.completed__08ff51ea.warning__6a7baf4c .arrow__3013d47d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-33-0)}.stepperStep__5afaf92a.completed__08ff51ea.warning__6a7baf4c:hover .content__07862781{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-33-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-33-0)}.stepperStep__5afaf92a.completed__08ff51ea.warning__6a7baf4c:hover .arrow__3013d47d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-33-0)}.stepperStep__5afaf92a.completed__08ff51ea.warning__6a7baf4c:hover .arrow__3013d47d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-33-0)}.stepperStep__5afaf92a.inactive__6ba10a9f :not(.error__f3985c5a):not(.warning__6a7baf4c) .content__07862781{color:var(--triplex-next-Stepper-Step_Color_Default-1-33-0)}.stepperStep__5afaf92a.inactive__6ba10a9f :not(.error__f3985c5a):not(.warning__6a7baf4c):hover .content__07862781{color:var(--triplex-next-Stepper-Step_Color_Hover-1-33-0)}.stepperStep__5afaf92a.inactive__6ba10a9f.error__f3985c5a .content__07862781{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-33-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-33-0)}.stepperStep__5afaf92a.inactive__6ba10a9f.error__f3985c5a .arrow__3013d47d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-33-0)}.stepperStep__5afaf92a.inactive__6ba10a9f.error__f3985c5a .arrow__3013d47d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-33-0)}.stepperStep__5afaf92a.inactive__6ba10a9f.error__f3985c5a:hover .content__07862781{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-33-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-33-0)}.stepperStep__5afaf92a.inactive__6ba10a9f.error__f3985c5a:hover .arrow__3013d47d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-33-0)}.stepperStep__5afaf92a.inactive__6ba10a9f.error__f3985c5a:hover .arrow__3013d47d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-33-0)}.stepperStep__5afaf92a.inactive__6ba10a9f.warning__6a7baf4c .content__07862781{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-33-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-33-0)}.stepperStep__5afaf92a.inactive__6ba10a9f.warning__6a7baf4c .arrow__3013d47d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-33-0)}.stepperStep__5afaf92a.inactive__6ba10a9f.warning__6a7baf4c .arrow__3013d47d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-33-0)}.stepperStep__5afaf92a.inactive__6ba10a9f.warning__6a7baf4c:hover .content__07862781{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-33-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-33-0)}.stepperStep__5afaf92a.inactive__6ba10a9f.warning__6a7baf4c:hover .arrow__3013d47d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-33-0)}.stepperStep__5afaf92a.inactive__6ba10a9f.warning__6a7baf4c:hover .arrow__3013d47d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-33-0)}.stepperStep__5afaf92a.disabled__cf645389{pointer-events:none}.stepperStep__5afaf92a.disabled__cf645389 .content__07862781{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-33-0)}.stepperStep__5afaf92a.disabled__cf645389 .content__07862781{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-33-0)}.stepperStep__5afaf92a.disabled__cf645389 .arrow__3013d47d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-33-0)}.stepperStep__5afaf92a.focusVisible__d4109476.completed__08ff51ea .content__07862781,.stepperStep__5afaf92a.focusVisible__d4109476.active__cf8c6d52 .content__07862781,.stepperStep__5afaf92a.focusVisible__d4109476.inactive__6ba10a9f .content__07862781{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-33-0)}.stepperStep__5afaf92a.focusVisible__d4109476.completed__08ff51ea .arrow__3013d47d path:last-child,.stepperStep__5afaf92a.focusVisible__d4109476.active__cf8c6d52 .arrow__3013d47d path:last-child,.stepperStep__5afaf92a.focusVisible__d4109476.inactive__6ba10a9f .arrow__3013d47d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-33-0)}.stepperStep__5afaf92a.focusVisible__d4109476.completed__08ff51ea:hover .content__07862781,.stepperStep__5afaf92a.focusVisible__d4109476.active__cf8c6d52:hover .content__07862781,.stepperStep__5afaf92a.focusVisible__d4109476.inactive__6ba10a9f:hover .content__07862781{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-33-0)}.stepperStep__5afaf92a.focusVisible__d4109476.completed__08ff51ea:hover .arrow__3013d47d path:last-child,.stepperStep__5afaf92a.focusVisible__d4109476.active__cf8c6d52:hover .arrow__3013d47d path:last-child,.stepperStep__5afaf92a.focusVisible__d4109476.inactive__6ba10a9f:hover .arrow__3013d47d path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-33-0)}.content__07862781{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-33-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-33-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-33-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.arrow__3013d47d{transform:translate(0)}.arrow__3013d47d path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-33-0)}.arrow__3013d47d path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-33-0)}.icon__b3e2f9db{display:inline-flex;align-items:center;line-height:0}.nonempty__49745acd .icon__b3e2f9db{margin-right:6px}.stepperExtended__7c044745{display:flex;padding:0;margin:0;list-style:none}.stepperCarousel__869d60b1{position:relative}.stepperCarousel__869d60b1:hover .stepperButtonWrapper__6d159a57{opacity:1;pointer-events:auto}.stepperButtonWrapper__6d159a57{position:absolute;top:0;z-index:1;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.stepperButtonWrapper__6d159a57.prev__79a16e62{left:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Prev-1-33-0)}.stepperButtonWrapper__6d159a57.next__e7c14735{right:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Next-1-33-0)}.stepperButton__4ca55200.sm__16275d77{height:28px;width:28px}.stepperButton__4ca55200.md__460b31f3{height:40px;width:40px}.stepperButton__4ca55200.lg__5e792a48{height:56px;width:56px}@media(max-width:767px){.stepperButtonWrapper__6d159a57{display:none}}.suggestFieldMobileBody__33890c28{height:176px}.suggestFieldMobileDropdownHint__be9c9a4a{padding:16px}.noColumns__2b4020f4{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__2b4020f4>.content__f1f0744e{width:456px;text-align:center}.filterPanel__c97c3579{padding:8px 0 24px;border-radius:8px 8px 0 0}.chipPanelLinks__92b94a7b{display:flex;height:28px;z-index:1;margin-left:auto}.chipPanelLinks__92b94a7b>a:not(:first-child){margin-left:16px}.chipPanel__a579bbbc{display:flex;justify-content:space-between}@keyframes fadeIn__836608a1{0%{opacity:0}to{opacity:1}}.tableBasic__f557aca3{position:relative}.tableBasic__f557aca3 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__f557aca3 table th.alignLeft__f8c5fa2f,.tableBasic__f557aca3 table td.alignLeft__f8c5fa2f{text-align:left}.tableBasic__f557aca3 table th.alignRight__f6f5f3f0,.tableBasic__f557aca3 table td.alignRight__f6f5f3f0{text-align:right}.tableBasic__f557aca3 table th.alignCenter__34778b45,.tableBasic__f557aca3 table td.alignCenter__34778b45{text-align:center}.tableBasic__f557aca3 table th.verticalAlignBaseline__33e2cfdc,.tableBasic__f557aca3 table td.verticalAlignBaseline__33e2cfdc{vertical-align:baseline}.tableBasic__f557aca3 table th.verticalAlignSub__336bbf18,.tableBasic__f557aca3 table td.verticalAlignSub__336bbf18{vertical-align:sub}.tableBasic__f557aca3 table th.verticalAlignSuper__d6d3e580,.tableBasic__f557aca3 table td.verticalAlignSuper__d6d3e580{vertical-align:super}.tableBasic__f557aca3 table th.verticalAlignTextTop__120b492f,.tableBasic__f557aca3 table td.verticalAlignTextTop__120b492f{vertical-align:text-top}.tableBasic__f557aca3 table th.verticalAlignTextBottom__3438985f,.tableBasic__f557aca3 table td.verticalAlignTextBottom__3438985f{vertical-align:text-bottom}.tableBasic__f557aca3 table th.verticalAlignMiddle__6583a0f0,.tableBasic__f557aca3 table td.verticalAlignMiddle__6583a0f0{vertical-align:middle}.tableBasic__f557aca3 table th.verticalAlignTop__a2e3ee8b,.tableBasic__f557aca3 table td.verticalAlignTop__a2e3ee8b{vertical-align:top}.tableBasic__f557aca3 table th.verticalAlignBottom__7fe95510,.tableBasic__f557aca3 table td.verticalAlignBottom__7fe95510{vertical-align:bottom}.tableBasic__f557aca3 table>thead>tr{height:48px}.tableBasic__f557aca3 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-33-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-33-0)}.tableBasic__f557aca3 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__f557aca3 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__f557aca3 table>thead>tr>th.checkboxType__7ca7ffd1{padding:16px 12px}.tableBasic__f557aca3 table>thead>tr>th .thBlock__e365b807{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__f557aca3 table>thead>tr>th .thBlock__e365b807.order__2ad26daa{cursor:pointer}.tableBasic__f557aca3 table>thead>tr>th .thBlock__e365b807.order__2ad26daa .orderButton__a1f4845e{display:flex;visibility:hidden;align-items:center}.tableBasic__f557aca3 table>thead>tr>th .thBlock__e365b807.order__2ad26daa .orderButton__a1f4845e.alignLeft__f8c5fa2f{margin-right:8px}.tableBasic__f557aca3 table>thead>tr>th .thBlock__e365b807.order__2ad26daa .orderButton__a1f4845e.alignRight__f6f5f3f0{margin-left:8px}.tableBasic__f557aca3 table>thead>tr>th .thBlock__e365b807.order__2ad26daa .orderButton__a1f4845e.sorted__096c4dd6{visibility:visible}.tableBasic__f557aca3 table>thead>tr>th .thBlock__e365b807.order__2ad26daa:hover .orderButton__a1f4845e{visibility:visible}.tableBasic__f557aca3 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-33-0)}.tableBasic__f557aca3 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__f557aca3 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__f557aca3 table>tbody>tr>td.textType__08915f2c{padding:12px}.tableBasic__f557aca3 table>tbody>tr>td.componentsType__02544a6c{padding:8px 12px}.tableBasic__f557aca3 table>tbody>tr>td.checkboxType__7ca7ffd1{padding:10px 12px 12px}.tableBasic__f557aca3 table>tbody>tr.selected__1f6b13ee>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-33-0)}.tableBasic__f557aca3 table>tbody.clickable__f387afb4>tr{cursor:pointer}.tableBasic__f557aca3 table>tbody.hoverable__c008f105>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-33-0)}.tableBasic__f557aca3 .footerEmptyData__20be4b7c{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__f557aca3 .spinnerWrapper__b3f0bbdd{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__f557aca3 .spinnerWrapper__b3f0bbdd .tableLoaderScreen__82e7c720{border-radius:8px 8px 0 0}.tableBasic__f557aca3 .overlayCover__9771dbc9{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-33-0);animation:fadeIn__836608a1 .3s}.tableBasicSettingsBody__8e04d3a5{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__079eac23{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-33-0)!important}.columnSettingsSortableListItemTarget__079eac23:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-33-0)!important}.columnSettingsSortableListItemTarget__079eac23.dragging__196dba58{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-33-0)!important}.columnSettingsStaticListItem__601937df{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-33-0)}.tableBasicSettingsFooter__9ba6a23c{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-33-0);padding:11px 12px 12px}.tableBasicSettingsHeader__4400a9cb{padding:16px 12px 12px}.tableSettingsLink__59dbc0a6{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__743881c7{width:320px}.tableFooterWrapper__e2d4d1d7{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__e2d4d1d7 .tableFooterShadow__9159e28c{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-33-0);pointer-events:none}.tableFooterWrapper__e2d4d1d7 .tableFooter__cf3cc4ad{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-33-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__e2d4d1d7 .tableFooter__cf3cc4ad .tableFooterSummary__3efdbaa9{display:flex;align-items:center}.tableFooterWrapper__e2d4d1d7 .tableFooter__cf3cc4ad .tableFooterSummary__3efdbaa9 .tableFooterSummarySelectedCount__11dc1b26,.tableFooterWrapper__e2d4d1d7 .tableFooter__cf3cc4ad .tableFooterSummary__3efdbaa9 .tableFooterSummarySelectAllButton__716a65f4,.tableFooterWrapper__e2d4d1d7 .tableFooter__cf3cc4ad .tableFooterSummary__3efdbaa9 .tableFooterSummaryAmount__8a1d4156{display:inline-flex}.tableFooterWrapper__e2d4d1d7 .tableFooter__cf3cc4ad .tableFooterSummary__3efdbaa9 .tableFooterSummarySelectedCount__11dc1b26,.tableFooterWrapper__e2d4d1d7 .tableFooter__cf3cc4ad .tableFooterSummary__3efdbaa9 .tableFooterSummarySelectAllButton__716a65f4,.tableFooterWrapper__e2d4d1d7 .tableFooter__cf3cc4ad .tableFooterSummary__3efdbaa9 .tableFooterSummaryAmount__8a1d4156,.tableFooterWrapper__e2d4d1d7 .tableFooter__cf3cc4ad .tableFooterSummary__3efdbaa9 .tableFooterSummaryLabel__5dab06ec{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__e2d4d1d7{height:112px}}.paginationPanel__fe70468d{margin-top:16px}.masterTable__3ece8039,.tabsExtended__b526d9d2{position:relative}.tabsExtendedContent__d4dc01ef{display:inline-flex}.tabsExtendedContent__d4dc01ef.sm__c47da7aa{border-radius:6px;padding:4px}.tabsExtendedContent__d4dc01ef.md__a558a59e{border-radius:8px;padding:4px}.tabsExtendedContent__d4dc01ef.lg__b8b9aff6{border-radius:10px;padding:8px}.tabsExtendedTab__dd3f3b80{display:flex}.tabsExtendedTab__dd3f3b80+.tabsExtendedTab__dd3f3b80,.tabsExtendedDropdown__40e44645{margin-left:4px}.tabsReal__58474ba2,.tabsFake__82b0bfc7{display:flex;box-sizing:border-box;width:100%}.tabsReal__58474ba2.hidden__8e3314b8{visibility:hidden}.tabsReal__58474ba2 .tabsExtendedTab__dd3f3b80.hidden__8e3314b8{display:none}.tabsFake__82b0bfc7{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__3d452798 .tabsExtendedContent__d4dc01ef{background-color:var(--triplex-next-Tabs-Type1_Background-1-33-0)}.type2__b07c7196 .tabsExtendedContent__d4dc01ef{background-color:var(--triplex-next-Tabs-Type2_Background-1-33-0)}.tabsExtendedTabButton__825c1761{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-33-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__825c1761 .notificationIcon__a1a04f6c{position:absolute}.tabsExtendedTabButton__825c1761.lg__b8b9aff6{border-radius:6px;padding:9px 15px}.tabsExtendedTabButton__825c1761.lg__b8b9aff6 .notificationIcon__a1a04f6c{right:6px;top:6px}.tabsExtendedTabButton__825c1761.md__a558a59e{border-radius:4px;padding:5px 15px}.tabsExtendedTabButton__825c1761.md__a558a59e .notificationIcon__a1a04f6c{right:4px;top:4px}.tabsExtendedTabButton__825c1761.sm__c47da7aa{border-radius:4px;padding:1px 15px}.tabsExtendedTabButton__825c1761.sm__c47da7aa .notificationIcon__a1a04f6c{right:3px;top:3px}.tabsExtendedTabButton__825c1761 .tabsExtendedTabButtonTextDefault__ffe427c1{display:block}.tabsExtendedTabButton__825c1761 .tabsExtendedTabButtonTextHover__8a42ec08,.tabsExtendedTabButton__825c1761:hover .tabsExtendedTabButtonTextDefault__ffe427c1,.tabsExtendedTabButton__825c1761.selected__32b7018f .tabsExtendedTabButtonTextDefault__ffe427c1{display:none}.tabsExtendedTabButton__825c1761:hover .tabsExtendedTabButtonTextHover__8a42ec08,.tabsExtendedTabButton__825c1761.selected__32b7018f .tabsExtendedTabButtonTextHover__8a42ec08{display:block}.tabsExtendedTabButton__825c1761::-moz-focus-inner{border:none}.tabsExtendedTabButton__825c1761+.tabsExtendedTabButton__825c1761{margin-left:2px}.tabsExtendedTabButton__825c1761:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-33-0)}.tabsExtendedTabButton__825c1761.type1__3d452798{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-33-0)}.tabsExtendedTabButton__825c1761.type1__3d452798.selected__32b7018f{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-33-0)}.tabsExtendedTabButton__825c1761.type1__3d452798:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-33-0)}.tabsExtendedTabButton__825c1761.type2__b07c7196{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-33-0)}.tabsExtendedTabButton__825c1761.type2__b07c7196.selected__32b7018f{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-33-0)}.tabsExtendedTabButton__825c1761.type2__b07c7196:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-33-0)}.tabsContent__b36b95cf .tabButtonDropdown__17645b50{justify-content:center;padding:0!important}.tabsContent__b36b95cf .tabButtonDropdown__17645b50.sm__d4d1590a{min-width:20px;min-height:20px;height:20px}.tabsContent__b36b95cf .tabButtonDropdown__17645b50.md__d78fc33b{min-width:32px;min-height:32px;height:32px}.tabsContent__b36b95cf .tabButtonDropdown__17645b50.lg__9b9cf906{min-width:40px;min-height:40px;height:40px}.tag__1dbf0726{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-33-0);border-radius:4px;gap:2px}.tag__1dbf0726.sm__c05e029d{height:20px;padding:2px 4px 2px 6px}.tag__1dbf0726.md__81c17630{height:28px;padding:4px 6px 4px 8px}.tag__1dbf0726.lg__df91c841{height:32px;padding:6px 8px 6px 10px}.content__537844dd{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__4998b45d{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__4998b45d.sm__6ce98f56{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__4998b45d.md__3834ac7c{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__4998b45d.lg__9e322f87{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__4998b45d.default__bcfea03e{background:var(--triplex-next-TagColor-Background_Default-1-33-0)}.tagColor__4998b45d.success__77fde20a{background:var(--triplex-next-TagColor-Background_Success-1-33-0)}.tagColor__4998b45d.info__77e19f24{background:var(--triplex-next-TagColor-Background_Info-1-33-0)}.tagColor__4998b45d.warning__e9f6d02b{background:var(--triplex-next-TagColor-Background_Warning-1-33-0)}.tagColor__4998b45d.error__42543975{background:var(--triplex-next-TagColor-Background_Error-1-33-0)}.content__784a5473{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-33-0)}.tagGroup__4f28f08d.sm__2f1d310f{margin:-2px}.tagGroup__4f28f08d.sm__2f1d310f>*{margin:2px}.tagGroup__4f28f08d.md__1f97e0e4{margin:-4px}.tagGroup__4f28f08d.md__1f97e0e4>*{margin:4px}.tagGroup__4f28f08d.lg__04a92c11{margin:-6px}.tagGroup__4f28f08d.lg__04a92c11>*{margin:6px}.uploadZone__321b65c3{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-33-0)}.uploadZone__321b65c3:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-33-0)}.uploadZoneDragArea__fd9b0d96{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-33-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__6eaf11b3{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-33-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-33-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-33-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__ab16ba4a{display:none}@media(max-width:767px){.uploadZone__321b65c3,.uploadZone__321b65c3:hover{background:none}.uploadZoneDragArea__fd9b0d96{display:none}}
1
+ html {--triplex-next-ColorBrand-0-1-34-0: #1F3336;
2
+ --triplex-next-ColorBrand-10-1-34-0: #0B3A3C;
3
+ --triplex-next-ColorBrand-20-1-34-0: #006063;
4
+ --triplex-next-ColorBrand-30-1-34-0: #007777;
5
+ --triplex-next-ColorBrand-40-1-34-0: #008985;
6
+ --triplex-next-ColorBrand-50-1-34-0: #21A19A;
7
+ --triplex-next-ColorBrand-60-1-34-0: #19BDB0;
8
+ --triplex-next-ColorBrand-70-1-34-0: #4BD9CF;
9
+ --triplex-next-ColorBrand-80-1-34-0: #71ECDC;
10
+ --triplex-next-ColorBrand-90-1-34-0: #A8F5E9;
11
+ --triplex-next-ColorBrand-95-1-34-0: #C5FAF1;
12
+ --triplex-next-ColorBrand-100-1-34-0: #E3FFFA;
13
+ --triplex-next-ColorDarkNeutralAlpha-0-1-34-0: rgba(31, 31, 34, 1);
14
+ --triplex-next-ColorDarkNeutralAlpha-10-1-34-0: rgba(31, 31, 34, .95);
15
+ --triplex-next-ColorDarkNeutralAlpha-20-1-34-0: rgba(31, 31, 34, .85);
16
+ --triplex-next-ColorDarkNeutralAlpha-30-1-34-0: rgba(31, 31, 34, .75);
17
+ --triplex-next-ColorDarkNeutralAlpha-40-1-34-0: rgba(31, 31, 34, .65);
18
+ --triplex-next-ColorDarkNeutralAlpha-50-1-34-0: rgba(31, 31, 34, .55);
19
+ --triplex-next-ColorDarkNeutralAlpha-60-1-34-0: rgba(31, 31, 34, .45);
20
+ --triplex-next-ColorDarkNeutralAlpha-70-1-34-0: rgba(31, 31, 34, .35);
21
+ --triplex-next-ColorDarkNeutralAlpha-80-1-34-0: rgba(31, 31, 34, .25);
22
+ --triplex-next-ColorDarkNeutralAlpha-90-1-34-0: rgba(31, 31, 34, .15);
23
+ --triplex-next-ColorDarkNeutralAlpha-100-1-34-0: rgba(31, 31, 34, .05);
24
+ --triplex-next-ColorDarkNeutral-0-1-34-0: #000000;
25
+ --triplex-next-ColorDarkNeutral-10-1-34-0: #171719;
26
+ --triplex-next-ColorDarkNeutral-20-1-34-0: #1B1B1D;
27
+ --triplex-next-ColorDarkNeutral-30-1-34-0: #1F1F22;
28
+ --triplex-next-ColorDarkNeutral-40-1-34-0: #262629;
29
+ --triplex-next-ColorDarkNeutral-50-1-34-0: #2D2D30;
30
+ --triplex-next-ColorDarkNeutral-60-1-34-0: #343437;
31
+ --triplex-next-ColorDarkNeutral-70-1-34-0: #3B3B3E;
32
+ --triplex-next-ColorDarkNeutral-80-1-34-0: #424245;
33
+ --triplex-next-ColorDarkNeutral-90-1-34-0: #49494C;
34
+ --triplex-next-ColorDarkNeutral-100-1-34-0: #4F4F52;
35
+ --triplex-next-ColorError-0-1-34-0: #443139;
36
+ --triplex-next-ColorError-10-1-34-0: #4E3741;
37
+ --triplex-next-ColorError-20-1-34-0: #A90024;
38
+ --triplex-next-ColorError-30-1-34-0: #BD002C;
39
+ --triplex-next-ColorError-40-1-34-0: #D10032;
40
+ --triplex-next-ColorError-50-1-34-0: #E60037;
41
+ --triplex-next-ColorError-60-1-34-0: #F80C45;
42
+ --triplex-next-ColorError-70-1-34-0: #FF5571;
43
+ --triplex-next-ColorError-80-1-34-0: #FFB1C1;
44
+ --triplex-next-ColorError-90-1-34-0: #FCE0E6;
45
+ --triplex-next-ColorError-100-1-34-0: #FFF0F3;
46
+ --triplex-next-ColorInfo-0-1-34-0: #313749;
47
+ --triplex-next-ColorInfo-10-1-34-0: #2E3A52;
48
+ --triplex-next-ColorInfo-20-1-34-0: #0A43B0;
49
+ --triplex-next-ColorInfo-30-1-34-0: #124FC2;
50
+ --triplex-next-ColorInfo-40-1-34-0: #0E57CC;
51
+ --triplex-next-ColorInfo-50-1-34-0: #1371E4;
52
+ --triplex-next-ColorInfo-60-1-34-0: #1297FE;
53
+ --triplex-next-ColorInfo-70-1-34-0: #66BEFF;
54
+ --triplex-next-ColorInfo-80-1-34-0: #8DD2FF;
55
+ --triplex-next-ColorInfo-90-1-34-0: #B8E6FF;
56
+ --triplex-next-ColorInfo-100-1-34-0: #E3F6FF;
57
+ --triplex-next-ColorNeutralAlpha-0-1-34-0: rgba(255, 255, 255, 1);
58
+ --triplex-next-ColorNeutralAlpha-10-1-34-0: rgba(255, 255, 255, .95);
59
+ --triplex-next-ColorNeutralAlpha-20-1-34-0: rgba(255, 255, 255, .85);
60
+ --triplex-next-ColorNeutralAlpha-30-1-34-0: rgba(255, 255, 255, .75);
61
+ --triplex-next-ColorNeutralAlpha-40-1-34-0: rgba(255, 255, 255, .65);
62
+ --triplex-next-ColorNeutralAlpha-50-1-34-0: rgba(255, 255, 255, .55);
63
+ --triplex-next-ColorNeutralAlpha-60-1-34-0: rgba(255, 255, 255, .45);
64
+ --triplex-next-ColorNeutralAlpha-70-1-34-0: rgba(255, 255, 255, .35);
65
+ --triplex-next-ColorNeutralAlpha-80-1-34-0: rgba(255, 255, 255, .25);
66
+ --triplex-next-ColorNeutralAlpha-90-1-34-0: rgba(255, 255, 255, .15);
67
+ --triplex-next-ColorNeutralAlpha-100-1-34-0: rgba(255, 255, 255, .05);
68
+ --triplex-next-ColorNeutral-0-1-34-0: #CBCFD7;
69
+ --triplex-next-ColorNeutral-10-1-34-0: #D1D4DC;
70
+ --triplex-next-ColorNeutral-20-1-34-0: #D6D9E0;
71
+ --triplex-next-ColorNeutral-30-1-34-0: #DCDFE4;
72
+ --triplex-next-ColorNeutral-40-1-34-0: #DFE2E7;
73
+ --triplex-next-ColorNeutral-50-1-34-0: #E3E6EA;
74
+ --triplex-next-ColorNeutral-60-1-34-0: #E7E9EE;
75
+ --triplex-next-ColorNeutral-70-1-34-0: #EAEDF1;
76
+ --triplex-next-ColorNeutral-80-1-34-0: #EEF0F4;
77
+ --triplex-next-ColorNeutral-90-1-34-0: #F2F4F7;
78
+ --triplex-next-ColorNeutral-100-1-34-0: #FFFFFF;
79
+ --triplex-next-ColorSuccess-0-1-34-0: #28433E;
80
+ --triplex-next-ColorSuccess-10-1-34-0: #2A4C45;
81
+ --triplex-next-ColorSuccess-20-1-34-0: #00624C;
82
+ --triplex-next-ColorSuccess-30-1-34-0: #007353;
83
+ --triplex-next-ColorSuccess-40-1-34-0: #008B5C;
84
+ --triplex-next-ColorSuccess-50-1-34-0: #00C075;
85
+ --triplex-next-ColorSuccess-60-1-34-0: #00D67D;
86
+ --triplex-next-ColorSuccess-70-1-34-0: #3AF299;
87
+ --triplex-next-ColorSuccess-80-1-34-0: #8AFFB8;
88
+ --triplex-next-ColorSuccess-90-1-34-0: #B8FFD4;
89
+ --triplex-next-ColorSuccess-100-1-34-0: #E1FFEB;
90
+ --triplex-next-ColorSystem-0-1-34-0: #373C49;
91
+ --triplex-next-ColorSystem-10-1-34-0: #384156;
92
+ --triplex-next-ColorSystem-20-1-34-0: #47526D;
93
+ --triplex-next-ColorSystem-30-1-34-0: #57637F;
94
+ --triplex-next-ColorSystem-40-1-34-0: #697591;
95
+ --triplex-next-ColorSystem-50-1-34-0: #8291B3;
96
+ --triplex-next-ColorSystem-60-1-34-0: #95A3C1;
97
+ --triplex-next-ColorSystem-70-1-34-0: #A9B6D0;
98
+ --triplex-next-ColorSystem-80-1-34-0: #BFCADF;
99
+ --triplex-next-ColorSystem-90-1-34-0: #D6DEED;
100
+ --triplex-next-ColorSystem-95-1-34-0: #E0E8F4;
101
+ --triplex-next-ColorSystem-100-1-34-0: #EEF3FC;
102
+ --triplex-next-ColorWarning-0-1-34-0: #463734;
103
+ --triplex-next-ColorWarning-10-1-34-0: #4F3E3B;
104
+ --triplex-next-ColorWarning-20-1-34-0: #E03400;
105
+ --triplex-next-ColorWarning-30-1-34-0: #E63D00;
106
+ --triplex-next-ColorWarning-40-1-34-0: #EF4C01;
107
+ --triplex-next-ColorWarning-50-1-34-0: #FD6508;
108
+ --triplex-next-ColorWarning-60-1-34-0: #FF7A17;
109
+ --triplex-next-ColorWarning-70-1-34-0: #FFB13B;
110
+ --triplex-next-ColorWarning-80-1-34-0: #FFD169;
111
+ --triplex-next-ColorWarning-90-1-34-0: #FCEAC7;
112
+ --triplex-next-ColorWarning-100-1-34-0: #FFF4DB;
113
+ --triplex-next-AlertContext-Error_Color-1-34-0: #D10032;
114
+ --triplex-next-AlertContext-Info_Color-1-34-0: rgba(31, 31, 34, 1);
115
+ --triplex-next-AlertContext-System_Color-1-34-0: rgba(31, 31, 34, 1);
116
+ --triplex-next-AlertContext-Warning_Color-1-34-0: rgba(31, 31, 34, 1);
117
+ --triplex-next-AlertProcess-Info_Background-1-34-0: #E3F6FF;
118
+ --triplex-next-AlertProcess-Warning_Background-1-34-0: #FFF4DB;
119
+ --triplex-next-AlertProcess-Error_Background-1-34-0: #FFF0F3;
120
+ --triplex-next-AlertProcess-System_Background-1-34-0: #E0E8F4;
121
+ --triplex-next-AlertProcess-Feature_Background-1-34-0: #E3FFFA;
122
+ --triplex-next-Avatar-Background-1-34-0: #E3E6EA;
123
+ --triplex-next-Badge-Background-1-34-0: #FFB13B;
124
+ --triplex-next-Button-General_Background_Active-1-34-0: #007777;
125
+ --triplex-next-Button-General_Background_Default-1-34-0: #21A19A;
126
+ --triplex-next-Button-General_Background_Disabled-1-34-0: #F2F4F7;
127
+ --triplex-next-Button-General_Background_Hover-1-34-0: #19BDB0;
128
+ --triplex-next-Button-General_Color_Active-1-34-0: rgba(255, 255, 255, 1);
129
+ --triplex-next-Button-General_Color_Default-1-34-0: rgba(255, 255, 255, 1);
130
+ --triplex-next-Button-General_Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
131
+ --triplex-next-Button-General_Color_Hover-1-34-0: rgba(255, 255, 255, 1);
132
+ --triplex-next-Button-General_Shadow_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
133
+ --triplex-next-Button-Secondary_Background_Active-1-34-0: #DCDFE4;
134
+ --triplex-next-Button-Secondary_Background_Default-1-34-0: #F2F4F7;
135
+ --triplex-next-Button-Secondary_Background_Disabled-1-34-0: #F2F4F7;
136
+ --triplex-next-Button-Secondary_Background_Hover-1-34-0: #EAEDF1;
137
+ --triplex-next-Button-Secondary_Color_Active-1-34-0: #007777;
138
+ --triplex-next-Button-Secondary_Color_Default-1-34-0: #008985;
139
+ --triplex-next-Button-Secondary_Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
140
+ --triplex-next-Button-Secondary_Color_Hover-1-34-0: #21A19A;
141
+ --triplex-next-Button-Secondary_Shadow_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
142
+ --triplex-next-Button-SecondaryLight_Background_Active-1-34-0: #DCDFE4;
143
+ --triplex-next-Button-SecondaryLight_Background_Default-1-34-0: #FFFFFF;
144
+ --triplex-next-Button-SecondaryLight_Background_Disabled-1-34-0: #F2F4F7;
145
+ --triplex-next-Button-SecondaryLight_Background_Hover-1-34-0: #EEF0F4;
146
+ --triplex-next-Button-SecondaryLight_Color_Active-1-34-0: #007777;
147
+ --triplex-next-Button-SecondaryLight_Color_Default-1-34-0: #008985;
148
+ --triplex-next-Button-SecondaryLight_Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
149
+ --triplex-next-Button-SecondaryLight_Color_Hover-1-34-0: #21A19A;
150
+ --triplex-next-Button-SecondaryLight_Shadow_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
151
+ --triplex-next-Button-Danger_Background_Active-1-34-0: #BD002C;
152
+ --triplex-next-Button-Danger_Background_Default-1-34-0: #E60037;
153
+ --triplex-next-Button-Danger_Background_Disabled-1-34-0: #F2F4F7;
154
+ --triplex-next-Button-Danger_Background_Hover-1-34-0: #F80C45;
155
+ --triplex-next-Button-Danger_Color_Active-1-34-0: rgba(255, 255, 255, 1);
156
+ --triplex-next-Button-Danger_Color_Default-1-34-0: rgba(255, 255, 255, 1);
157
+ --triplex-next-Button-Danger_Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
158
+ --triplex-next-Button-Danger_Color_Hover-1-34-0: rgba(255, 255, 255, 1);
159
+ --triplex-next-Button-Danger_Shadow_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
160
+ --triplex-next-Button-Icon_Shadow_Focus-1-34-0: 0 0 0 1px #FFD169;
161
+ --triplex-next-Button-Link_Color_Active-1-34-0: #007777;
162
+ --triplex-next-Button-Link_Color_Default-1-34-0: #008985;
163
+ --triplex-next-Button-Link_Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
164
+ --triplex-next-Button-Link_Color_Hover-1-34-0: #21A19A;
165
+ --triplex-next-Button-Link_Shadow_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
166
+ --triplex-next-Calendar-Background-1-34-0: #FFFFFF;
167
+ --triplex-next-Calendar-View_Header_Color-1-34-0: rgba(31, 31, 34, .55);
168
+ --triplex-next-Calendar-View_Item_Background_Default-1-34-0: none;
169
+ --triplex-next-Calendar-View_Item_Background_Hover-1-34-0: #19BDB0;
170
+ --triplex-next-Calendar-View_Item_Background_Selected_Default-1-34-0: #21A19A;
171
+ --triplex-next-Calendar-View_Item_Background_Selected_Hover-1-34-0: #007777;
172
+ --triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-34-0: #E3FFFA;
173
+ --triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-34-0: #A8F5E9;
174
+ --triplex-next-Calendar-View_Item_BorderColor_Default-1-34-0: transparent;
175
+ --triplex-next-Calendar-View_Item_BorderColor_Focus-1-34-0: #FFD169;
176
+ --triplex-next-Calendar-View_Item_Color_Default-1-34-0: rgba(31, 31, 34, 1);
177
+ --triplex-next-Calendar-View_Item_Color_Hover-1-34-0: rgba(255, 255, 255, 1);
178
+ --triplex-next-Calendar-View_Item_Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
179
+ --triplex-next-Calendar-View_Item_Color_Muted-1-34-0: rgba(31, 31, 34, .35);
180
+ --triplex-next-Calendar-View_Item_Color_Selected-1-34-0: rgba(255, 255, 255, 1);
181
+ --triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-34-0: rgba(31, 31, 34, .35);
182
+ --triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-34-0: rgba(31, 31, 34, .35);
183
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-34-0: rgba(31, 31, 34, .35);
184
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-34-0: rgba(31, 31, 34, .35);
185
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-34-0: rgba(31, 31, 34, .35);
186
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-34-0: #00C075;
187
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-34-0: #00C075;
188
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-34-0: #00C075;
189
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-34-0: #FD6508;
190
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-34-0: #FD6508;
191
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-34-0: #FD6508;
192
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-34-0: #E60037;
193
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-34-0: #E60037;
194
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-34-0: #E60037;
195
+ --triplex-next-Card-Static_General_Background-1-34-0: #FFFFFF;
196
+ --triplex-next-Card-Static_Secondary_Background-1-34-0: #F2F4F7;
197
+ --triplex-next-Card-Action_General_Background-1-34-0: #FFFFFF;
198
+ --triplex-next-Card-Action_General_Background_Hover-1-34-0: #FFFFFF;
199
+ --triplex-next-Card-Action_General_Background_Selected-1-34-0: #F2F4F7;
200
+ --triplex-next-Card-Action_General_Background_Selected_Hover-1-34-0: #F2F4F7;
201
+ --triplex-next-Card-Action_Secondary_Background-1-34-0: #F2F4F7;
202
+ --triplex-next-Card-Action_Secondary_Background_Hover-1-34-0: #EAEDF1;
203
+ --triplex-next-Card-Action_Secondary_Background_Selected-1-34-0: #E3E6EA;
204
+ --triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-34-0: #DCDFE4;
205
+ --triplex-next-Card-Shadow_Default-1-34-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
206
+ --triplex-next-Card-Shadow_Focus-1-34-0: inset 0 0 0 1px #FFD169;
207
+ --triplex-next-Card-Shadow_Hover-1-34-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
208
+ --triplex-next-Card-Shadow_Selected-1-34-0: inset 0 0 0 1px #21A19A;
209
+ --triplex-next-Card-Shadow_Selected_Hover-1-34-0: inset 0 0 0 1px #19BDB0;
210
+ --triplex-next-Checkbox-Background_Checked_Default-1-34-0: #21A19A;
211
+ --triplex-next-Checkbox-Background_Checked_Disabled-1-34-0: #EAEDF1;
212
+ --triplex-next-Checkbox-Background_Checked_Hover-1-34-0: #007777;
213
+ --triplex-next-Checkbox-Background_Default-1-34-0: #F2F4F7;
214
+ --triplex-next-Checkbox-Background_Disabled-1-34-0: #F2F4F7;
215
+ --triplex-next-Checkbox-Background_Hover-1-34-0: #19BDB0;
216
+ --triplex-next-Checkbox-BorderColor_Default-1-34-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
217
+ --triplex-next-Checkbox-BorderColor_Disabled-1-34-0: 0 0 0 1px #E3E6EA inset;
218
+ --triplex-next-Checkbox-BorderColor_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
219
+ --triplex-next-Checkbox-BorderColor_Hover-1-34-0: none;
220
+ --triplex-next-Checkbox-BorderColor_Checked_Default-1-34-0: none;
221
+ --triplex-next-Checkbox-BorderColor_Checked_Disabled-1-34-0: none;
222
+ --triplex-next-Checkbox-Checkmark_Fill_Default-1-34-0: rgba(255, 255, 255, 1);
223
+ --triplex-next-Checkbox-Checkmark_Fill_Disabled-1-34-0: rgba(31, 31, 34, .15);
224
+ --triplex-next-Chip-Background_Active-1-34-0: #DFE2E7;
225
+ --triplex-next-Chip-Background_Disabled-1-34-0: #F2F4F7;
226
+ --triplex-next-Chip-Background_Type1_Default-1-34-0: #F2F4F7;
227
+ --triplex-next-Chip-Background_Type1_Hover-1-34-0: #EAEDF1;
228
+ --triplex-next-Chip-Background_Type2_Default-1-34-0: #FFFFFF;
229
+ --triplex-next-Chip-Background_Type2_Hover-1-34-0: #EEF0F4;
230
+ --triplex-next-Chip-Background_Selected_Active-1-34-0: #4F4F52;
231
+ --triplex-next-Chip-Background_Selected_Default-1-34-0: #3B3B3E;
232
+ --triplex-next-Chip-Background_Selected_Disabled-1-34-0: #343437;
233
+ --triplex-next-Chip-Background_Selected_Hover-1-34-0: #49494C;
234
+ --triplex-next-Chip-Color_Active-1-34-0: rgba(31, 31, 34, 1);
235
+ --triplex-next-Chip-Color_Default-1-34-0: rgba(31, 31, 34, 1);
236
+ --triplex-next-Chip-Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
237
+ --triplex-next-Chip-Color_Hover-1-34-0: rgba(31, 31, 34, 1);
238
+ --triplex-next-Chip-Color_Selected_Active-1-34-0: rgba(255, 255, 255, 1);
239
+ --triplex-next-Chip-Color_Selected_Default-1-34-0: rgba(255, 255, 255, 1);
240
+ --triplex-next-Chip-Color_Selected_Disabled-1-34-0: rgba(255, 255, 255, .25);
241
+ --triplex-next-Chip-Color_Selected_Hover-1-34-0: rgba(255, 255, 255, 1);
242
+ --triplex-next-Chip-Shadow_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
243
+ --triplex-next-CollapsibleTree-Header_Background_Hover-1-34-0: #E3E6EA;
244
+ --triplex-next-CollapsibleTree-Header_Shadow_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
245
+ --triplex-next-Divider-Background-1-34-0: #D6D9E0;
246
+ --triplex-next-Dropdown-Background-1-34-0: #FFFFFF;
247
+ --triplex-next-Dropdown-Shadow-1-34-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
248
+ --triplex-next-DropdownList-Background_Active-1-34-0: #EAEDF1;
249
+ --triplex-next-DropdownList-Background_Default-1-34-0: none;
250
+ --triplex-next-DropdownList-Background_Selected-1-34-0: #DCDFE4;
251
+ --triplex-next-DropdownList-Color-1-34-0: rgba(31, 31, 34, 1);
252
+ --triplex-next-DropdownMobile-Backdrop-1-34-0: rgba(31, 31, 34, .65);
253
+ --triplex-next-DropdownMobile-Border_Color-1-34-0: #D6D9E0;
254
+ --triplex-next-DropdownMobile-Content_Background-1-34-0: #FFFFFF;
255
+ --triplex-next-DropdownMobile-Footer_Background-1-34-0: #FFFFFF;
256
+ --triplex-next-DropdownMobile-Header_Background-1-34-0: #F2F4F7;
257
+ --triplex-next-DropdownMobileList-Active_Background-1-34-0: #EAEDF1;
258
+ --triplex-next-DropdownMobileList-Selected_Background-1-34-0: #DCDFE4;
259
+ --triplex-next-FooterPage-StickyShadow-1-34-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
260
+ --triplex-next-FormField-Background_Active-1-34-0: #F2F4F7;
261
+ --triplex-next-FormField-Background_Default-1-34-0: #F2F4F7;
262
+ --triplex-next-FormField-Background_Disabled-1-34-0: #F2F4F7;
263
+ --triplex-next-FormField-Background_Error-1-34-0: #FFF0F3;
264
+ --triplex-next-FormField-Background_Error_Hover-1-34-0: #FCE0E6;
265
+ --triplex-next-FormField-Background_Hover-1-34-0: #EAEDF1;
266
+ --triplex-next-FormField-Background_Warning-1-34-0: #FFF4DB;
267
+ --triplex-next-FormField-Background_Warning_Hover-1-34-0: #FCEAC7;
268
+ --triplex-next-FormField-Input_Color_Default-1-34-0: rgba(31, 31, 34, 1);
269
+ --triplex-next-FormField-Input_Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
270
+ --triplex-next-FormField-Target_Color_Default-1-34-0: rgba(31, 31, 34, 1);
271
+ --triplex-next-FormField-Target_Color_Disabled-1-34-0: rgba(31, 31, 34, .45);
272
+ --triplex-next-FormField-Target_PlaceholderColor_Default-1-34-0: rgba(31, 31, 34, .65);
273
+ --triplex-next-FormField-Label_Color_Default-1-34-0: rgba(31, 31, 34, .65);
274
+ --triplex-next-FormField-Label_Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
275
+ --triplex-next-FormField-Shadow_Active-1-34-0: 0 0 0 1px #21A19A inset;
276
+ --triplex-next-FormField-Shadow_Default-1-34-0: none;
277
+ --triplex-next-FormField-Shadow_Error_Active-1-34-0: 0 0 0 1px #E60037 inset;
278
+ --triplex-next-FormField-Shadow_Warning_Active-1-34-0: 0 0 0 1px #FD6508 inset;
279
+ --triplex-next-FormField-Placeholder_Color-1-34-0: rgba(31, 31, 34, .65);
280
+ --triplex-next-HeaderPage-StickyShadow-1-34-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
281
+ --triplex-next-Island-Type1_Background-1-34-0: #FFFFFF;
282
+ --triplex-next-Island-Type2_Background-1-34-0: rgba(255, 255, 255, .35);
283
+ --triplex-next-Island-Type3_Background-1-34-0: #F2F4F7;
284
+ --triplex-next-Island-Type1_Shadow-1-34-0: none;
285
+ --triplex-next-Island-Type2_Shadow-1-34-0: 0 0 0 1px #FFFFFF inset;
286
+ --triplex-next-Island-Type3_Shadow-1-34-0: none;
287
+ --triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-34-0: #DCDFE4;
288
+ --triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-34-0: rgba(31, 31, 34, .05);
289
+ --triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-34-0: #DCDFE4;
290
+ --triplex-next-IslandAccordion-Shadow_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
291
+ --triplex-next-IslandWidget-ExtraFooter_Background-1-34-0: #FFFFFF;
292
+ --triplex-next-IslandWidget-ExtraFooter_Shadow-1-34-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
293
+ --triplex-next-ImageGallery-Arrow_Background_Default-1-34-0: rgba(31, 31, 34, .25);
294
+ --triplex-next-ImageGallery-Arrow_Background_Hover-1-34-0: rgba(31, 31, 34, .45);
295
+ --triplex-next-ImageGallery-Arrow_Background_Active-1-34-0: rgba(31, 31, 34, .55);
296
+ --triplex-next-ImageGallery-Arrow_Background_Disabled-1-34-0: rgba(31, 31, 34, .15);
297
+ --triplex-next-ImageGallery-Arrow_BorderColor_Default-1-34-0: rgba(31, 31, 34, .15);
298
+ --triplex-next-ImageGallery-Arrow_BorderColor_Hover-1-34-0: rgba(31, 31, 34, .15);
299
+ --triplex-next-ImageGallery-Arrow_BorderColor_Active-1-34-0: rgba(31, 31, 34, .15);
300
+ --triplex-next-ImageGallery-Arrow_BorderColor_Disabled-1-34-0: rgba(31, 31, 34, .15);
301
+ --triplex-next-ImageGallery-Dot_Background_Default-1-34-0: rgba(31, 31, 34, .25);
302
+ --triplex-next-ImageGallery-Dot_Background_Hover-1-34-0: rgba(31, 31, 34, .45);
303
+ --triplex-next-ImageGallery-Dot_Background_Active-1-34-0: rgba(31, 31, 34, .75);
304
+ --triplex-next-ImageGallery-Thumb_Mask_Background-1-34-0: rgba(31, 31, 34, .25);
305
+ --triplex-next-ImageGallery-Accent_Color-1-34-0: #21A19A;
306
+ --triplex-next-LightBox-Backdrop_Background-1-34-0: rgba(31, 31, 34, .75);
307
+ --triplex-next-LightBox-Content_Background-1-34-0: #EAEDF1;
308
+ --triplex-next-LightBox-SideOverlay_Background-1-34-0: #EAEDF1;
309
+ --triplex-next-Link-BorderColor_Focus-1-34-0: 0 0 0 1px #FFD169 inset;
310
+ --triplex-next-Link-Text_Color_Active-1-34-0: #007777;
311
+ --triplex-next-Link-Text_Color_Default-1-34-0: #008985;
312
+ --triplex-next-Link-Text_Color_Hover-1-34-0: #21A19A;
313
+ --triplex-next-ListItem-Background-1-34-0: #FFFFFF;
314
+ --triplex-next-ListItem-Background_Dragging-1-34-0: #FFFFFF;
315
+ --triplex-next-ListItem-Background_Selected-1-34-0: #F2F4F7;
316
+ --triplex-next-ListItem-Background_Hover-1-34-0: #F2F4F7;
317
+ --triplex-next-ListItem-Shadow_Dragging-1-34-0: 0 2px 7px rgba(31, 31, 34, 0.25);
318
+ --triplex-next-ListItemControlsButton-Background_Active-1-34-0: #DCDFE4;
319
+ --triplex-next-ListItemControlsButton-Background_Default-1-34-0: #F2F4F7;
320
+ --triplex-next-ListItemControlsButton-Background_Hover-1-34-0: #EAEDF1;
321
+ --triplex-next-ListItemControlsButton-Color_Active-1-34-0: #007777;
322
+ --triplex-next-ListItemControlsButton-Color_Default-1-34-0: #008985;
323
+ --triplex-next-ListItemControlsButton-Color_Hover-1-34-0: #21A19A;
324
+ --triplex-next-ListMaster-Background-1-34-0: #FFFFFF;
325
+ --triplex-next-ListMaster-Footer_Background-1-34-0: #FFFFFF;
326
+ --triplex-next-ListMaster-Footer_Shadow-1-34-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
327
+ --triplex-next-ListMaster-Header_Background-1-34-0: #FFFFFF;
328
+ --triplex-next-ListMaster-Header_Shadow-1-34-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
329
+ --triplex-next-Loader-Element_Background_Brand-1-34-0: #21A19A;
330
+ --triplex-next-Loader-Element_Background_Neutral-1-34-0: rgba(255, 255, 255, 1);
331
+ --triplex-next-Loader-Middle_Background_Default-1-34-0: #EEF0F4;
332
+ --triplex-next-LoaderScreen-Small_Backdrop_Default-1-34-0: rgba(255, 255, 255, .75);
333
+ --triplex-next-LoaderScreen-Middle_Backdrop_Default-1-34-0: rgba(255, 255, 255, .75);
334
+ --triplex-next-LoaderScreen-Middle_Background_Default-1-34-0: #EEF0F4;
335
+ --triplex-next-Marker-Background_Error-1-34-0: #E60037;
336
+ --triplex-next-Marker-Background_Success-1-34-0: #21A19A;
337
+ --triplex-next-Marker-Background_Waiting-1-34-0: #8291B3;
338
+ --triplex-next-Marker-Background_Warning-1-34-0: #FD6508;
339
+ --triplex-next-MarkerStatus-Description_Color-1-34-0: rgba(0, 0, 0, 0.55);
340
+ --triplex-next-ModalWindow-Background-1-34-0: #EAEDF1;
341
+ --triplex-next-ModalWindow-Backdrop_Background-1-34-0: rgba(79, 79, 82, .5);
342
+ --triplex-next-MultiselectField-Divider_Color-1-34-0: #D6D9E0;
343
+ --triplex-next-Notification-Background-1-34-0: #FFFFFF;
344
+ --triplex-next-Notification-Color-1-34-0: #1F1F22;
345
+ --triplex-next-Notification-TimeColor-1-34-0: rgba(31, 31, 34, 0.65);
346
+ --triplex-next-Notification-Shadow-1-34-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
347
+ --triplex-next-Overlay-Background-1-34-0: rgba(255, 255, 255, .8);
348
+ --triplex-next-Overlay-Panel_Background-1-34-0: #FFFFFF;
349
+ --triplex-next-Pagination-PageButton_Background_Active-1-34-0: #E3E6EA;
350
+ --triplex-next-Pagination-PageButton_Background_Hover-1-34-0: #F2F4F7;
351
+ --triplex-next-Pagination-PageButton_Background_Selected-1-34-0: #E3E6EA;
352
+ --triplex-next-Pagination-PageButton_BorderColor_Focus-1-34-0: #FFD169;
353
+ --triplex-next-Radio-Background_Checked_Default-1-34-0: #21A19A;
354
+ --triplex-next-Radio-Background_Checked_Disabled-1-34-0: #EAEDF1;
355
+ --triplex-next-Radio-Background_Checked_Hover-1-34-0: #007777;
356
+ --triplex-next-Radio-Background_Default-1-34-0: #F2F4F7;
357
+ --triplex-next-Radio-Background_Disabled-1-34-0: #F2F4F7;
358
+ --triplex-next-Radio-Background_Hover-1-34-0: #19BDB0;
359
+ --triplex-next-Radio-BorderColor_Default-1-34-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
360
+ --triplex-next-Radio-BorderColor_Disabled-1-34-0: 0 0 0 1px #E3E6EA inset;
361
+ --triplex-next-Radio-BorderColor_Focused-1-34-0: 0 0 0 1px #FFD169 inset;
362
+ --triplex-next-Radio-BorderColor_Checked_Default-1-34-0: none;
363
+ --triplex-next-Radio-BorderColor_Checked_Disabled-1-34-0: none;
364
+ --triplex-next-Radio-Dot_Default-1-34-0: rgba(255, 255, 255, 1);
365
+ --triplex-next-Radio-Dot_Disabled-1-34-0: rgba(31, 31, 34, .15);
366
+ --triplex-next-SegmentedControl-General_1_Background-1-34-0: #F2F4F7;
367
+ --triplex-next-SegmentedControl-General_2_Background-1-34-0: #FFFFFF;
368
+ --triplex-next-SegmentedControl-Secondary_1_Background-1-34-0: #F2F4F7;
369
+ --triplex-next-SegmentedControl-Secondary_2_Background-1-34-0: #FFFFFF;
370
+ --triplex-next-SegmentedControlSegment-General_1_Color_Default-1-34-0: rgba(31, 31, 34, .65);
371
+ --triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-34-0: rgba(31, 31, 34, 1);
372
+ --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-34-0: rgba(31, 31, 34, .15);
373
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-34-0: rgba(255, 255, 255, 1);
374
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-34-0: rgba(255, 255, 255, 1);
375
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-34-0: rgba(255, 255, 255, .25);
376
+ --triplex-next-SegmentedControlSegment-General_1_Background_Default-1-34-0: #F2F4F7;
377
+ --triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-34-0: #DFE2E7;
378
+ --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-34-0: #F2F4F7;
379
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-34-0: #3B3B3E;
380
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-34-0: #49494C;
381
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-34-0: #343437;
382
+ --triplex-next-SegmentedControlSegment-General_2_Color_Default-1-34-0: rgba(31, 31, 34, .65);
383
+ --triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-34-0: rgba(31, 31, 34, 1);
384
+ --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-34-0: rgba(31, 31, 34, .15);
385
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-34-0: rgba(255, 255, 255, 1);
386
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-34-0: rgba(255, 255, 255, 1);
387
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-34-0: rgba(255, 255, 255, .25);
388
+ --triplex-next-SegmentedControlSegment-General_2_Background_Default-1-34-0: #FFFFFF;
389
+ --triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-34-0: #EEF0F4;
390
+ --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-34-0: #FFFFFF;
391
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-34-0: #3B3B3E;
392
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-34-0: #49494C;
393
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-34-0: #343437;
394
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-34-0: rgba(31, 31, 34, .65);
395
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-34-0: rgba(31, 31, 34, 1);
396
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-34-0: rgba(31, 31, 34, .15);
397
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-34-0: rgba(31, 31, 34, 1);
398
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-34-0: rgba(31, 31, 34, 1);
399
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-34-0: rgba(31, 31, 34, .15);
400
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-34-0: #F2F4F7;
401
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-34-0: #DFE2E7;
402
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-34-0: #F2F4F7;
403
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-34-0: #FFFFFF;
404
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-34-0: #DFE2E7;
405
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-34-0: #FFFFFF;
406
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-34-0: rgba(31, 31, 34, .65);
407
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-34-0: rgba(31, 31, 34, 1);
408
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-34-0: rgba(31, 31, 34, .15);
409
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-34-0: rgba(31, 31, 34, 1);
410
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-34-0: rgba(31, 31, 34, 1);
411
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-34-0: rgba(31, 31, 34, .15);
412
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-34-0: #FFFFFF;
413
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-34-0: #EEF0F4;
414
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-34-0: #FFFFFF;
415
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-34-0: #E3E6EA;
416
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-34-0: #D6D9E0;
417
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-34-0: #F2F4F7;
418
+ --triplex-next-SegmentedControlSegment-BorderColor_Default-1-34-0: transparent;
419
+ --triplex-next-SegmentedControlSegment-BorderColor_Focus-1-34-0: #FFD169;
420
+ --triplex-next-Skeleton-BackgroundColor_Light_Start-1-34-0: #F2F4F7;
421
+ --triplex-next-Skeleton-BackgroundColor_Light_End-1-34-0: #DFE2E7;
422
+ --triplex-next-Skeleton-BackgroundColor_Dark_Start-1-34-0: rgba(31, 31, 34, .05);
423
+ --triplex-next-Skeleton-BackgroundColor_Dark_End-1-34-0: rgba(31, 31, 34, .15);
424
+ --triplex-next-SmallInput-Background-1-34-0: #F2F4F7;
425
+ --triplex-next-SmallInput-Color-1-34-0: rgba(31, 31, 34, 1);
426
+ --triplex-next-SmallInput-PlaceholderColor-1-34-0: rgba(31, 31, 34, .65);
427
+ --triplex-next-SmallInput-Shadow-1-34-0: 0 0 0 1px rgba(33, 161, 154) inset;
428
+ --triplex-next-SMSField-Refresh_Fill_Empty-1-34-0: rgba(31, 31, 34, .35);
429
+ --triplex-next-SMSField-Refresh_Fill_Full-1-34-0: #008985;
430
+ --triplex-next-SMSField-Refresh_Disabled-1-34-0: rgba(31, 31, 34, .15);
431
+ --triplex-next-SMSField-Submit_Background_Default-1-34-0: rgba(31, 31, 34, .15);
432
+ --triplex-next-SMSField-Submit_Background_Hover-1-34-0: #19BDB0;
433
+ --triplex-next-SMSField-Submit_Background_Active-1-34-0: #21A19A;
434
+ --triplex-next-Slider-Dot_Background_Default-1-34-0: #21A19A;
435
+ --triplex-next-Slider-Dot_Background_Disabled-1-34-0: #F2F4F7;
436
+ --triplex-next-Slider-Dot_Background_Hover-1-34-0: #19BDB0;
437
+ --triplex-next-Slider-Dot_Background_Select-1-34-0: #007777;
438
+ --triplex-next-Slider-Dot_Focus-1-34-0: #FFD169;
439
+ --triplex-next-Slider-Dot_Inner_Background-1-34-0: #FFFFFF;
440
+ --triplex-next-Slider-Dot_Inner_Background_Disabled-1-34-0: rgba(31, 31, 34, .15);
441
+ --triplex-next-Slider-Mark_Dot_Background_Default-1-34-0: #DCDFE4;
442
+ --triplex-next-Slider-Mark_Dot_Background_Selected-1-34-0: #21A19A;
443
+ --triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-34-0: #E7E9EE;
444
+ --triplex-next-Slider-Rail_Background-1-34-0: #DCDFE4;
445
+ --triplex-next-Slider-Rail_Background_Disabled-1-34-0: #DCDFE4;
446
+ --triplex-next-Slider-Tooltip_Background-1-34-0: #1B1B1D;
447
+ --triplex-next-Slider-Tooltip_Color-1-34-0: rgba(255, 255, 255, 1);
448
+ --triplex-next-Slider-Track_Background_Default-1-34-0: #21A19A;
449
+ --triplex-next-Slider-Track_Background_Disabled-1-34-0: #E7E9EE;
450
+ --triplex-next-Slider-Track_Background_Hover-1-34-0: #007777;
451
+ --triplex-next-StatusTracker-Draft_Background-1-34-0: rgba(255, 255, 255, .15);
452
+ --triplex-next-StatusTracker-Warning_Background-1-34-0: #FF7A17;
453
+ --triplex-next-StatusTracker-Waiting_Background-1-34-0: #BFCADF;
454
+ --triplex-next-StatusTracker-Rejected_Background-1-34-0: #FF5571;
455
+ --triplex-next-StatusTracker-Approved_Background-1-34-0: #00D67D;
456
+ --triplex-next-StatusTracker-Waiting_Color-1-34-0: #A9B6D0;
457
+ --triplex-next-StatusTracker-Rejected_Color-1-34-0: #FFB1C1;
458
+ --triplex-next-StatusTracker-Approved_Color-1-34-0: #00D67D;
459
+ --triplex-next-StatusTracker-Border_Color-1-34-0: #FFFFFF;
460
+ --triplex-next-Step-Color_Active-1-34-0: #008985;
461
+ --triplex-next-Step-Color_Default-1-34-0: rgba(31, 31, 34, .65);
462
+ --triplex-next-Step-Color_Disabled-1-34-0: #FFFFFF;
463
+ --triplex-next-Step-Color_Done-1-34-0: #FFFFFF;
464
+ --triplex-next-Step-Color_Error-1-34-0: rgba(255, 255, 255, 1);
465
+ --triplex-next-Step-Color_Warning-1-34-0: rgba(255, 255, 255, 1);
466
+ --triplex-next-Step-Background_Active-1-34-0: #E3FFFA;
467
+ --triplex-next-Step-Background_Default-1-34-0: rgba(31, 31, 34, .05);
468
+ --triplex-next-Step-Background_Disabled-1-34-0: rgba(31, 31, 34, .15);
469
+ --triplex-next-Step-Background_Done-1-34-0: #008985;
470
+ --triplex-next-Step-Background_Error-1-34-0: #D10032;
471
+ --triplex-next-Step-Background_Warning-1-34-0: #EF4C01;
472
+ --triplex-next-Stepper-Step_Background_Default-1-34-0: #F2F4F7;
473
+ --triplex-next-Stepper-Step_Background_Hover-1-34-0: #EAEDF1;
474
+ --triplex-next-Stepper-Step_Background_Disabled-1-34-0: #F2F4F7;
475
+ --triplex-next-Stepper-Step_Background_Error-1-34-0: #FFF0F3;
476
+ --triplex-next-Stepper-Step_Background_Error_Hover-1-34-0: #FCE0E6;
477
+ --triplex-next-Stepper-Step_Background_Warning-1-34-0: #FFF4DB;
478
+ --triplex-next-Stepper-Step_Background_Warning_Hover-1-34-0: #FCEAC7;
479
+ --triplex-next-Stepper-Step_BorderColor_Focus-1-34-0: #FFD169;
480
+ --triplex-next-Stepper-Step_BorderColor_Error-1-34-0: #E60037;
481
+ --triplex-next-Stepper-Step_BorderColor_Warning-1-34-0: #FD6508;
482
+ --triplex-next-Stepper-Step_BorderColor_Success-1-34-0: #21A19A;
483
+ --triplex-next-Stepper-Step_Color_Default-1-34-0: rgba(31, 31, 34, .65);
484
+ --triplex-next-Stepper-Step_Color_Hover-1-34-0: rgba(31, 31, 34, 1);
485
+ --triplex-next-Stepper-Step_Color_Disabled-1-34-0: rgba(31, 31, 34, .35);
486
+ --triplex-next-Stepper-ButtonWrapper_Background_Prev-1-34-0: linear-gradient(to right, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
487
+ --triplex-next-Stepper-ButtonWrapper_Background_Next-1-34-0: linear-gradient(to left, rgba(255,255,255,1) 39.06%, rgba(255,255,255,0) 100%);
488
+ --triplex-next-TableBasic-Background_Hover-1-34-0: #E3E6EA;
489
+ --triplex-next-TableBasic-Background_Selected-1-34-0: #DCDFE4;
490
+ --triplex-next-TableBasic-Color-1-34-0: rgba(31, 31, 34, 1);
491
+ --triplex-next-TableBasic-Header_Background-1-34-0: #E7E9EE;
492
+ --triplex-next-TableBasic-TableFooter_Background-1-34-0: #E7E9EE;
493
+ --triplex-next-TableBasic-TableFooter_Highlight-1-34-0: linear-gradient(transparent, #FFFFFF);
494
+ --triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-34-0: #D6D9E0;
495
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-34-0: #FFFFFF;
496
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-34-0: #EAEDF1;
497
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-34-0: #FFFFFF;
498
+ --triplex-next-Tabs-Type1_Background-1-34-0: #F2F4F7;
499
+ --triplex-next-Tabs-Type2_Background-1-34-0: #FFFFFF;
500
+ --triplex-next-Tabs-Type1_Tab_Background_Default-1-34-0: #F2F4F7;
501
+ --triplex-next-Tabs-Type2_Tab_Background_Default-1-34-0: #FFFFFF;
502
+ --triplex-next-Tabs-Type1_Tab_Background_Selected-1-34-0: #DCDFE4;
503
+ --triplex-next-Tabs-Type2_Tab_Background_Selected-1-34-0: #E3E6EA;
504
+ --triplex-next-Tabs-Type1_Tab_Background_Hover-1-34-0: #E3E6EA;
505
+ --triplex-next-Tabs-Type2_Tab_Background_Hover-1-34-0: #EEF0F4;
506
+ --triplex-next-Tabs-Tab_BorderColor_Default-1-34-0: transparent;
507
+ --triplex-next-Tabs-Tab_BorderColor_Focus-1-34-0: #FFD169;
508
+ --triplex-next-Tag-Background-1-34-0: #DFE2E7;
509
+ --triplex-next-TagColor-Background_Default-1-34-0: #EEF3FC;
510
+ --triplex-next-TagColor-Background_Success-1-34-0: #E3FFFA;
511
+ --triplex-next-TagColor-Background_Info-1-34-0: #E3F6FF;
512
+ --triplex-next-TagColor-Background_Warning-1-34-0: #FFF4DB;
513
+ --triplex-next-TagColor-Background_Error-1-34-0: #FFF0F3;
514
+ --triplex-next-TagColor-Text_Color_Default-1-34-0: rgba(31, 31, 34, .75);
515
+ --triplex-next-TabsLine-BorderColor_Active-1-34-0: #21A19A;
516
+ --triplex-next-TabsLine-BorderColor_Hover-1-34-0: #19BDB0;
517
+ --triplex-next-TabsLine-Separator_Color-1-34-0: #D6D9E0;
518
+ --triplex-next-TabsLine-Shadow_Focus-1-34-0: 0 0 0 1px #FFDD64 inset;
519
+ --triplex-next-Tooltip-Background-1-34-0: #1B1B1D;
520
+ --triplex-next-Tooltip-Color-1-34-0: rgba(255, 255, 255, 1);
521
+ --triplex-next-Tooltip-Link_Desktop_Color_Active-1-34-0: #008985;
522
+ --triplex-next-Tooltip-Link_Desktop_Color_Default-1-34-0: #19BDB0;
523
+ --triplex-next-Tooltip-Link_Desktop_Color_Hover-1-34-0: #4BD9CF;
524
+ --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-34-0: 0 0 0 1px #FFD169;
525
+ --triplex-next-Tooltip-Link_Mobile_Color_Active-1-34-0: #007777;
526
+ --triplex-next-Tooltip-Link_Mobile_Color_Default-1-34-0: #008985;
527
+ --triplex-next-Tooltip-Link_Mobile_Color_Hover-1-34-0: #21A19A;
528
+ --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-34-0: 0 0 0 1px #FFDD64;
529
+ --triplex-next-TopOverlay-Background-1-34-0: rgba(79,79,82,.15);
530
+ --triplex-next-Typography-Primary_Color-1-34-0: rgba(31, 31, 34, 1);
531
+ --triplex-next-Typography-Complementary_Color-1-34-0: rgba(31, 31, 34, .85);
532
+ --triplex-next-Typography-Secondary_Color-1-34-0: rgba(31, 31, 34, .65);
533
+ --triplex-next-Typography-Tertiary_Color-1-34-0: rgba(31, 31, 34, .55);
534
+ --triplex-next-Typography-Disabled_Color-1-34-0: rgba(31, 31, 34, .35);
535
+ --triplex-next-Typography-Brand_Color-1-34-0: #008985;
536
+ --triplex-next-Typography-Info_Color-1-34-0: #0E57CC;
537
+ --triplex-next-Typography-Success_Color-1-34-0: #008B5C;
538
+ --triplex-next-Typography-Error_Color-1-34-0: #D10032;
539
+ --triplex-next-Typography-Warning_Color-1-34-0: #EF4C01;
540
+ --triplex-next-Typography-System_Color-1-34-0: #697591;
541
+ --triplex-next-Typography-PrimaryInvert_Color-1-34-0: rgba(255, 255, 255, 1);
542
+ --triplex-next-Typography-ComplementaryInvert_Color-1-34-0: rgba(255, 255, 255, .75);
543
+ --triplex-next-Typography-SecondaryInvert_Color-1-34-0: rgba(255, 255, 255, .55);
544
+ --triplex-next-Typography-TertiaryInvert_Color-1-34-0: rgba(255, 255, 255, .45);
545
+ --triplex-next-Typography-DisabledInvert_Color-1-34-0: rgba(255, 255, 255, .25);
546
+ --triplex-next-Typography-BrandInvert_Color-1-34-0: #19BDB0;
547
+ --triplex-next-Typography-InfoInvert_Color-1-34-0: #1297FE;
548
+ --triplex-next-Typography-SuccessInvert_Color-1-34-0: #00D67D;
549
+ --triplex-next-Typography-ErrorInvert_Color-1-34-0: #F80C45;
550
+ --triplex-next-Typography-WarningInvert_Color-1-34-0: #FF7A17;
551
+ --triplex-next-Typography-SystemInvert_Color-1-34-0: #95A3C1;
552
+ --triplex-next-UploadZone-Background_Default-1-34-0: #F2F4F7;
553
+ --triplex-next-UploadZone-Background_Hover-1-34-0: #EAEDF1;
554
+ --triplex-next-UploadZone-BorderColor_Default-1-34-0: #2D2D30;
555
+ --triplex-next-UploadZone-DragArea_Background-1-34-0: #F2F4F7;
556
+ --triplex-next-UploadZone-DragArea_BorderColor-1-34-0: #21A19A;}
557
+ .underline__4ca5b1f1{text-decoration:underline}.strikethrough__0cb69cf9{text-decoration:line-through}.underlineStrikethrough__21d76059{text-decoration:underline line-through}.typography__3a2d6e94.primary__e56a047f{color:var(--triplex-next-Typography-Primary_Color-1-34-0)}.typography__3a2d6e94.primaryInvert__9361160a{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-34-0)}.typography__3a2d6e94.complementary__e2f83f07{color:var(--triplex-next-Typography-Complementary_Color-1-34-0)}.typography__3a2d6e94.complementaryInvert__45026676{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-34-0)}.typography__3a2d6e94.secondary__bfdbfe01{color:var(--triplex-next-Typography-Secondary_Color-1-34-0)}.typography__3a2d6e94.secondaryInvert__a1294de9{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-34-0)}.typography__3a2d6e94.tertiary__cd57ebbe{color:var(--triplex-next-Typography-Tertiary_Color-1-34-0)}.typography__3a2d6e94.tertiaryInvert__af92ae5e{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-34-0)}.typography__3a2d6e94.disabled__2a6fc7c6{color:var(--triplex-next-Typography-Disabled_Color-1-34-0)}.typography__3a2d6e94.disabledInvert__2ceff5f7{color:var(--triplex-next-Typography-DisabledInvert_Color-1-34-0)}.typography__3a2d6e94.brand__15e8ef66{color:var(--triplex-next-Typography-Brand_Color-1-34-0);-webkit-user-select:none;user-select:none}.typography__3a2d6e94.brandInvert__1f02961e{color:var(--triplex-next-Typography-BrandInvert_Color-1-34-0)}.typography__3a2d6e94.info__971c9e7d{color:var(--triplex-next-Typography-Info_Color-1-34-0)}.typography__3a2d6e94.infoInvert__e88bcb9f{color:var(--triplex-next-Typography-InfoInvert_Color-1-34-0)}.typography__3a2d6e94.success__2703c7d6{color:var(--triplex-next-Typography-Success_Color-1-34-0)}.typography__3a2d6e94.successInvert__f22b7f02{color:var(--triplex-next-Typography-SuccessInvert_Color-1-34-0)}.typography__3a2d6e94.error__d477b94d{color:var(--triplex-next-Typography-Error_Color-1-34-0)}.typography__3a2d6e94.errorInvert__11cbe1e7{color:var(--triplex-next-Typography-ErrorInvert_Color-1-34-0)}.typography__3a2d6e94.warning__4da7ccd7{color:var(--triplex-next-Typography-Warning_Color-1-34-0)}.typography__3a2d6e94.warningInvert__08d297e1{color:var(--triplex-next-Typography-WarningInvert_Color-1-34-0)}.typography__3a2d6e94.system__22bc8eb5{color:var(--triplex-next-Typography-System_Color-1-34-0)}.typography__3a2d6e94.systemInvert__f317dd9c{color:var(--triplex-next-Typography-SystemInvert_Color-1-34-0)}.typography__3a2d6e94.compact__6346a595{line-height:calc(16 / 14)}.caption__7f5556b6.regular__f2a74201{font-family:SBSansText,Arial,sans-serif}.caption__7f5556b6.semibold__ed18c9dd{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__0108ca60{font-size:10px;line-height:12px}.c2__d7909bf2{font-size:8px;line-height:10px}.d1__9baf862d{font-size:32px;line-height:40px}.d1__9baf862d.regular__f2a74201{font-family:SBSansDisplay,Arial,sans-serif}.d1__9baf862d.semibold__ed18c9dd{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.codeText__8e3872b9{font-family:SBSansTextMono,Arial,monospace;font-size:14px;line-height:20px;font-weight:400}.text__fa2db24c{outline:none}.text__fa2db24c.regular__f2a74201{font-family:SBSansText,Arial,sans-serif}.text__fa2db24c.semibold__ed18c9dd{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__91d697da{font-size:18px;line-height:24px}.b2__7a10daf6{font-size:16px;line-height:20px}.b3__8777f96e{font-size:14px;line-height:20px}.b3__8777f96e.compact__6346a595{line-height:16px}.b4__7037db9c{font-size:12px;line-height:16px}.title__e9134899{outline:none}.title__e9134899.regular__f2a74201{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__e9134899.medium__94638fb5{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__e9134899.semibold__ed18c9dd{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__e9134899.bold__e4036b5a{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__2dd6f268,.h2__d05ea995,.h3__8b58ae4e{margin:0}.h1__2dd6f268{font-size:28px;line-height:36px}.h2__d05ea995{font-size:24px;line-height:32px}.h3__8b58ae4e{font-size:20px;line-height:28px}.formFieldInput__e7b550d0{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-34-0)}.formFieldInput__e7b550d0.sm__2079d6a4{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__e7b550d0.md__7fe9c68e{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__e7b550d0.lg__aac0ac1a{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__e7b550d0:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-34-0)}.formFieldInput__e7b550d0::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-34-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__e7b550d0:focus{outline:none}.formFieldInput__e7b550d0:focus::placeholder{opacity:1}.formFieldInput__e7b550d0:-webkit-autofill{animation-name:autofill-applied-hook__32f90662;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__e7b550d0:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__41362af0;animation-duration:1ms}.disableInteraction__2e6cfe21{pointer-events:none}.displayContents__684b1aed{display:contents}.buttonIcon__0a3cfad0{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__0a3cfad0:enabled{cursor:pointer}.buttonIcon__0a3cfad0.circle__ed17b5c4{border-radius:50%}.buttonIcon__0a3cfad0.squircle__67cb1100{border-radius:4px}.buttonIcon__0a3cfad0:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-34-0)}.formFieldClear__5c8e3250{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__5c8e3250:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldCounter__806ad52f{padding-left:4px;margin-left:auto}.formFieldDescription__d84f0c5f{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__d84f0c5f.withCounter__c0d6c84d{display:flex}.formFieldLabel__32ca718a{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__32ca718a.sm__2079d6a4{top:6px}.formFieldLabel__32ca718a.md__7fe9c68e{top:10px}.formFieldLabel__32ca718a.lg__aac0ac1a{top:18px}.formFieldLabel__32ca718a.lg__aac0ac1a.floating__51f68d10{top:10px}.formFieldLabelText__fff15d0c{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-34-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__2079d6a4 .formFieldLabelText__fff15d0c{font-size:12px;line-height:16px}.md__7fe9c68e .formFieldLabelText__fff15d0c{font-size:14px;line-height:20px}.lg__aac0ac1a .formFieldLabelText__fff15d0c{font-size:16px;line-height:20px}.floating__51f68d10 .formFieldLabelText__fff15d0c{font-size:12px;line-height:16px}.floating__51f68d10.sm__2079d6a4 .formFieldLabelText__fff15d0c,.floating__51f68d10.md__7fe9c68e .formFieldLabelText__fff15d0c{display:none}.disabled__c53733d4 .formFieldLabelText__fff15d0c{color:var(--triplex-next-FormField-Label_Color_Disabled-1-34-0)}.formFieldMaskedInputWrapper__4a62c7f0{position:relative}.formFieldMaskedInputWrapper__4a62c7f0 .formFieldMaskedInputPlaceholder__b0121f15{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__4a62c7f0 .formFieldMaskedInputPlaceholder__b0121f15::placeholder{opacity:1}.formFieldMaskedInputWrapper__4a62c7f0 .formFieldMaskedInputPlaceholder__b0121f15:disabled{visibility:hidden}.formFieldMaskedInputWrapper__4a62c7f0.size-sm__3ce585f9{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__4a62c7f0.size-sm__3ce585f9 .formFieldMaskedInputPlaceholder__b0121f15{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__4a62c7f0.size-md__b1257c59{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__4a62c7f0.size-md__b1257c59 .formFieldMaskedInputPlaceholder__b0121f15{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__4a62c7f0.size-lg__29157d77{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__4a62c7f0.size-lg__29157d77 .formFieldMaskedInputPlaceholder__b0121f15{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__4a62c7f0 .formFieldMaskedInput__5c8d62b8{display:block;position:relative;background:none!important}.formFieldPostfix__0b403c7f{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__394d326b{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldTarget__c2522cd1{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-34-0);overflow:hidden;white-space:nowrap}.formFieldTarget__c2522cd1.sm__2079d6a4{font-size:12px;height:28px;line-height:16px}.formFieldTarget__c2522cd1.md__7fe9c68e{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__c2522cd1.lg__aac0ac1a{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__c2522cd1.placeholder__67deedf2{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-34-0)}.formFieldTarget__c2522cd1.disabled__c53733d4{color:var(--triplex-next-FormField-Target_Color_Disabled-1-34-0)}.formFieldTarget__c2522cd1 .placeholderWrapper__9ce4d936{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__c2522cd1:focus{outline:none}.formFieldTarget__c2522cd1:focus .placeholderWrapper__9ce4d936,.formFieldTarget__c2522cd1.active__701240be .placeholderWrapper__9ce4d936{opacity:1}.formFieldTextarea__cbc497bb{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-34-0);vertical-align:top;font-family:inherit}.formFieldTextarea__cbc497bb.sm__2079d6a4{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__cbc497bb.md__7fe9c68e{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__cbc497bb.lg__aac0ac1a{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__cbc497bb::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-34-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__cbc497bb:focus{outline:none}.formFieldTextarea__cbc497bb:focus::placeholder{opacity:1}.formFieldTextarea__cbc497bb:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-34-0)}.formFieldTextarea__cbc497bb:-webkit-autofill{animation-name:autofill-applied-hook__32f90662;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__cbc497bb:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__41362af0;animation-duration:1ms}@keyframes autofill-applied-hook__32f90662{0%{transform:none}}@keyframes autofill-cancelled-hook__41362af0{0%{transform:none}}.formField__c96b5160{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__c96b5160.sm__2079d6a4{border-radius:6px}.formField__c96b5160.md__7fe9c68e{border-radius:8px}.formField__c96b5160.lg__aac0ac1a{border-radius:10px}.formField__c96b5160.default__0af22212{background:var(--triplex-next-FormField-Background_Default-1-34-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-34-0)}.formField__c96b5160:hover{background:var(--triplex-next-FormField-Background_Hover-1-34-0)}.formField__c96b5160.active__701240be{background:var(--triplex-next-FormField-Background_Active-1-34-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-34-0)}.formField__c96b5160.active__701240be .formFieldInput__e7b550d0::placeholder,.formField__c96b5160.active__701240be .formFieldTextarea__cbc497bb::placeholder{opacity:1}.formField__c96b5160.disabled__c53733d4{background:var(--triplex-next-FormField-Background_Disabled-1-34-0)}.formField__c96b5160.error__4c616467{background:var(--triplex-next-FormField-Background_Error-1-34-0)}.formField__c96b5160.error__4c616467:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-34-0)}.formField__c96b5160.error__4c616467.active__701240be{background:var(--triplex-next-FormField-Background_Error-1-34-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-34-0)}.formField__c96b5160.warning__fd5245fb{background:var(--triplex-next-FormField-Background_Warning-1-34-0)}.formField__c96b5160.warning__fd5245fb:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-34-0)}.formField__c96b5160.warning__fd5245fb.active__701240be{background:var(--triplex-next-FormField-Background_Warning-1-34-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-34-0)}.formField__c96b5160.filled__821e9e87:not(.disabled__c53733d4):hover .formFieldClear__5c8e3250,.formField__c96b5160.filled__821e9e87:not(.disabled__c53733d4).active__701240be .formFieldClear__5c8e3250{visibility:visible;opacity:1;pointer-events:auto}.dropdownDesktop__1525cb4c{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-34-0);background-color:var(--triplex-next-Dropdown-Background-1-34-0)}.dropdownDesktop__1525cb4c.sm__fdfa5586{border-radius:6px}.dropdownDesktop__1525cb4c.md__afe9b339{border-radius:8px}.dropdownDesktop__1525cb4c.lg__51ab00a2{border-radius:10px}.dropdownDesktopOverflowHidden__af069618{overflow:hidden}.badgeDot__1b490b04{display:inline-block;background:var(--triplex-next-Badge-Background-1-34-0);border-radius:50%}.badgeDot__1b490b04.sm__4086e834{width:6px;height:6px}.badgeDot__1b490b04.md__18f5b040{width:8px;height:8px}.badgeDot__1b490b04.lg__45fccdcd{width:10px;height:10px}.badgeContent__e3a6ec84{display:flex}.badgeContent__e3a6ec84.sm__4086e834{padding-left:4px;padding-right:4px}.badgeContent__e3a6ec84.md__18f5b040{padding-left:6px;padding-right:6px}.badgeContent__e3a6ec84.lg__45fccdcd{padding-left:8px;padding-right:8px}.badgeContent__e3a6ec84.noPaddingLeft__a8b44c48{padding-left:0}.badgeContent__e3a6ec84.noPaddingRight__4bdcba4a{padding-right:0}.badgePrefix__57c1719f,.badgePostfix__f49b4013{display:contents}.badge__f274c999{display:inline-flex;align-items:center;justify-content:center;position:relative;width:fit-content;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-34-0)}.badge__f274c999.sm__4086e834{height:16px;border-radius:4px}.badge__f274c999.md__18f5b040{height:20px;border-radius:6px}.badge__f274c999.lg__45fccdcd{height:24px;border-radius:8px}.dropdownDesktopList__312d0343{margin:4px;overflow:auto}.dropdownDesktopList__312d0343 .notificationIcon__95ad1c2c{position:absolute}.dropdownDesktopList__312d0343.sm__fdfa5586{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__312d0343.sm__fdfa5586 .dropdownDesktopListItem__61f74b03{padding:6px 8px;border-radius:6px}.dropdownDesktopList__312d0343.sm__fdfa5586 .dropdownDesktopListLoader__58f2d2b4{margin:0 auto}.dropdownDesktopList__312d0343.sm__fdfa5586 .notificationIcon__95ad1c2c{right:3px;top:3px}.dropdownDesktopList__312d0343.md__afe9b339{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__312d0343.md__afe9b339 .dropdownDesktopListItem__61f74b03{padding:7px 12px;border-radius:8px}.dropdownDesktopList__312d0343.md__afe9b339 .dropdownDesktopListLoader__58f2d2b4{margin:-2px auto}.dropdownDesktopList__312d0343.md__afe9b339 .notificationIcon__95ad1c2c{right:4px;top:4px}.dropdownDesktopList__312d0343.lg__51ab00a2{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__312d0343.lg__51ab00a2 .dropdownDesktopListItem__61f74b03{padding:14px 16px;border-radius:10px}.dropdownDesktopList__312d0343.lg__51ab00a2 .dropdownDesktopListLoader__58f2d2b4{margin:-6px auto}.dropdownDesktopList__312d0343.lg__51ab00a2 .notificationIcon__95ad1c2c{right:4px;top:6px}.dropdownDesktopListItem__61f74b03{color:var(--triplex-next-DropdownList-Color-1-34-0);background:var(--triplex-next-DropdownList-Background_Default-1-34-0);position:relative;outline:none}.dropdownDesktopListItem__61f74b03+.dropdownDesktopListItem__61f74b03{margin-top:2px}.dropdownDesktopListItem__61f74b03.active__af246a36{background:var(--triplex-next-DropdownList-Background_Active-1-34-0);cursor:pointer}.dropdownDesktopListItem__61f74b03.selected__e599a21b{background:var(--triplex-next-DropdownList-Background_Selected-1-34-0);cursor:default}.loaderSmall__b277807f{display:flex;justify-content:center;align-items:center}.loaderSmall__b277807f.sm__857010a9{width:16px;height:16px;gap:2px}.loaderSmall__b277807f.sm__857010a9 .dot__65968007{width:4px;height:4px}.loaderSmall__b277807f.md__ad44c3cf{width:24px;height:24px;gap:3px}.loaderSmall__b277807f.md__ad44c3cf .dot__65968007{width:6px;height:6px}.loaderSmall__b277807f.lg__10d0e121{width:32px;height:32px;gap:4px}.loaderSmall__b277807f.lg__10d0e121 .dot__65968007{width:8px;height:8px}.loaderSmall__b277807f.neutral__03224987 .dot__65968007{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-34-0)}.loaderSmall__b277807f.brand__d24d089e .dot__65968007{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-34-0)}.loaderSmall__b277807f .dot__65968007{border-radius:50%}.loaderSmall__b277807f .dot1__1b0dca17{animation:dotCycleSmall__020be20d .9s infinite}.loaderSmall__b277807f .dot2__23ddb488{animation:dotCycleSmall__020be20d .9s infinite .15s}.loaderSmall__b277807f .dot3__08e068cc{animation:dotCycleSmall__020be20d .9s infinite .3s}@keyframes dotCycleSmall__020be20d{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__ed7541d7{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-34-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__1e36a612{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__1e36a612 .dot__65968007{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-34-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__1e36a612 .dot1__1b0dca17{top:0;left:0;animation:dotCycleMiddle__be937914 3s infinite}.loaderMiddleDots__1e36a612 .dot2__23ddb488{right:0;top:0;opacity:.7;animation:dotCycleMiddle__be937914 3s infinite .74s}.loaderMiddleDots__1e36a612 .dot3__08e068cc{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__be937914 3s infinite 1.5s}.loaderMiddleDots__1e36a612 .dot4__f3e79a2d{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__be937914 3s infinite 2.25s}.loaderMiddleDots__1e36a612 .line__32d143a8{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-34-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__86fd8754 3s infinite}@keyframes lineCycle__86fd8754{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__be937914{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__21974612{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__52665cba{background:var(--triplex-next-DropdownMobile-Backdrop-1-34-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__52665cba.closing__defc326b{opacity:0}.dropdownMobileBackdrop__52665cba.opening__9bddb732,.dropdownMobileBackdrop__52665cba.opened__6454a6b4{opacity:var(--triplex-DropdownMobile-Opacity-1-34-0)}.dropdownMobile__55aea402{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__55aea402.closing__defc326b{transform:translateY(100%)}.dropdownMobile__55aea402.opening__9bddb732,.dropdownMobile__55aea402.opened__6454a6b4{transform:translateY(0)}.dropdownMobileHeader__b9b330d2{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-34-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__b9b330d2 .dropdownMobileHeaderContent__f65cfd3e{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__81315bd7{background:var(--triplex-next-DropdownMobile-Content_Background-1-34-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__f08ee351{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-34-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-34-0);flex-shrink:1}.dropdownMobileListItem__4b7def96{position:relative;padding:16px}.dropdownMobileListItem__4b7def96.selected__e599a21b{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-34-0)}.dropdownMobileListItem__4b7def96:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-34-0)}.dropdownMobileBodyOverflow__55ba1514{overflow:hidden}.controlButtons__b2723ed8{display:flex}.dropdownMobileLoader__1f4a89b6{margin-right:8px}.dropdownMobileListLoader__cc5076d3{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__95ad1c2c{position:absolute;right:6px;top:6px}.dropdownMobileInput__0d2f7d78{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-1-34-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__0d2f7d78::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-34-0);opacity:1}.dropdownMobileInput__0d2f7d78::-ms-clear{display:none}.tabsLineWrapper__8644b84a[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__8644b84a[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__8644b84a[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__8644b84a[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__8644b84a{position:relative}.tabsLineWrapper__8644b84a.withSeparator__98173cfd:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-34-0);bottom:0;left:0;right:0}.tabsLine__2314851b{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__2314851b:has(.sm__e96ec62c){height:28px}.tabsLine__2314851b:has(.md__ebffc81d){height:40px}.tabsLine__2314851b:has(.lg__64b2b6d1){height:56px}.tab__0624165e{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__0624165e.sm__e96ec62c{height:28px;padding-bottom:12px}.tab__0624165e.md__ebffc81d{height:40px;padding-top:8px;padding-bottom:12px}.tab__0624165e.lg__64b2b6d1{height:56px;padding-top:16px;padding-bottom:20px}.tab__0624165e::-moz-focus-inner{border:none;padding:0}.tab__0624165e:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-34-0)}.tab__0624165e.active__53ee4826{cursor:default}.tab__0624165e: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__0624165e:hover:after,.tab__0624165e:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-34-0)}.tab__0624165e.active__53ee4826:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-34-0)}.notificationIcon__3d7dacd0{position:absolute}.sm__e96ec62c .notificationIcon__3d7dacd0{top:0;right:8px}.md__ebffc81d .notificationIcon__3d7dacd0{top:8px;right:6px}.lg__64b2b6d1 .notificationIcon__3d7dacd0{top:16px;right:4px}.tabsLineDropdown__86e3ec0a{display:inline-block}.tabsLineDropdown__86e3ec0a .dropdownTarget__5592e1e5.active__53ee4826{cursor:pointer}.tabsLineDropdown__86e3ec0a .dropdownTargetInner__ddac5eed{display:inline-flex;align-items:center}.tabsLineDropdown__86e3ec0a .dropdownTargetCaret__6a124953{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__86e3ec0a .dropdownTargetCaret__6a124953.opened__7bd4b3ea{transform:rotate(-180deg)}.tabsLineDropdown__86e3ec0a .dropdown__1d6a7cf6{right:0;padding:4px}.tabsLineMobileWrapper__06bea8ea{position:relative}.tabsLineMobileWrapper__06bea8ea .tab__0624165e{flex-shrink:0}.tabsLineMobileWrapper__06bea8ea .tab__0624165e:first-child{margin-left:16px}.tabsLineMobileWrapper__06bea8ea .tab__0624165e:last-child{margin-right:16px}.tabsLineMobile__d3684a17{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__d3684a17::-webkit-scrollbar{display:none}.label__244c19c4{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__244c19c4.sm__f1b011d3{min-width:16px;min-height:16px}.label__244c19c4.sm__f1b011d3.nonempty__3d94c531{padding:2px 0 2px 24px}.label__244c19c4.md__614f92c8{min-height:24px;min-width:24px}.label__244c19c4.md__614f92c8.nonempty__3d94c531{padding-left:32px;padding-top:2px}.label__244c19c4.lg__f43cdf61{min-width:28px;min-height:28px}.label__244c19c4.lg__f43cdf61.nonempty__3d94c531{padding-left:40px;padding-top:4px}.label__244c19c4.disabled__1945e1e4{cursor:default}.radio__6fdaf33d{margin:0;opacity:0}.radioIcon__b1f79899{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-34-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-34-0)}.radioIcon__b1f79899:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-34-0);border-radius:50%;transform:scale(0)}.sm__f1b011d3 .radioIcon__b1f79899:after{width:8px;height:8px;top:4px;left:4px}.md__614f92c8 .radioIcon__b1f79899:after{width:12px;height:12px;top:6px;left:6px}.lg__f43cdf61 .radioIcon__b1f79899:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__b1f79899,.radioIcon__b1f79899:after{pointer-events:none}.radio__6fdaf33d,.radioIcon__b1f79899{position:absolute;left:0;top:0}.sm__f1b011d3 .radio__6fdaf33d,.sm__f1b011d3 .radioIcon__b1f79899{width:16px;height:16px;top:2px}.md__614f92c8 .radio__6fdaf33d,.md__614f92c8 .radioIcon__b1f79899{width:24px;height:24px}.lg__f43cdf61 .radio__6fdaf33d,.lg__f43cdf61 .radioIcon__b1f79899{width:28px;height:28px}.radio__6fdaf33d:enabled{cursor:pointer}.radio__6fdaf33d:checked+.radioIcon__b1f79899{background:var(--triplex-next-Radio-Background_Checked_Default-1-34-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-34-0)}.radio__6fdaf33d:checked+.radioIcon__b1f79899:after{transform:scale(1);transition:transform .2s ease-out}.radio__6fdaf33d:hover+.radioIcon__b1f79899{background-color:var(--triplex-next-Radio-Background_Hover-1-34-0);box-shadow:none}.radio__6fdaf33d:disabled+.radioIcon__b1f79899{background:var(--triplex-next-Radio-Background_Disabled-1-34-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-34-0)}.radio__6fdaf33d:disabled:checked+.radioIcon__b1f79899{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-34-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-34-0)}.radio__6fdaf33d:disabled+.radioIcon__b1f79899:after{background:var(--triplex-next-Radio-Dot_Disabled-1-34-0)}.radio__6fdaf33d:focus-visible+.radioIcon__b1f79899{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-34-0)}.radio__6fdaf33d:checked:enabled:hover+.radioIcon__b1f79899{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-34-0)}.radioXGroup__4994c47e{display:inline-flex;flex-flow:row wrap}.radioXGroup__4994c47e.indent-12__a4335d94{margin-left:-6px;margin-right:-6px}.radioXGroup__4994c47e.indent-12__a4335d94 .label__244c19c4{margin-left:6px;margin-right:6px}.radioXGroup__4994c47e.indent-16__3af45d15{margin-left:-8px;margin-right:-8px}.radioXGroup__4994c47e.indent-16__3af45d15 .label__244c19c4{margin-left:8px;margin-right:8px}.radioXGroup__4994c47e.indent-20__41b2c77a{margin-left:-10px;margin-right:-10px}.radioXGroup__4994c47e.indent-20__41b2c77a .label__244c19c4{margin-left:10px;margin-right:10px}.radioXGroup__4994c47e.indent-24__c70bce4f{margin-left:-12px;margin-right:-12px}.radioXGroup__4994c47e.indent-24__c70bce4f .label__244c19c4{margin-left:12px;margin-right:12px}.radioXGroup__4994c47e.indent-28__c785407f{margin-left:-14px;margin-right:-14px}.radioXGroup__4994c47e.indent-28__c785407f .label__244c19c4{margin-left:14px;margin-right:14px}.radioXGroup__4994c47e.indent-32__57b230d7{margin-left:-16px;margin-right:-16px}.radioXGroup__4994c47e.indent-32__57b230d7 .label__244c19c4{margin-left:16px;margin-right:16px}.radioYGroup__d238028a{display:inline-flex;flex-flow:column wrap}.radioYGroup__d238028a .label__244c19c4.sm__f1b011d3+.label__244c19c4.sm__f1b011d3{margin-top:8px}.radioYGroup__d238028a .label__244c19c4.md__614f92c8+.label__244c19c4.md__614f92c8{margin-top:16px}.radioYGroup__d238028a .label__244c19c4.lg__f43cdf61+.label__244c19c4.lg__f43cdf61{margin-top:20px}.notification__e739514e{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-34-0);background:var(--triplex-next-Notification-Background-1-34-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-34-0);z-index:300}.notification__e739514e:first-child{margin-top:0}.notification__e739514e.extraBottomPadding__9acaf8d4{padding-bottom:24px}.notification__e739514e .notificationHeader__475c0406{width:100%;margin-top:0;margin-bottom:8px;font-family:SBSansTextSemibold,Arial,sans-serif;font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-34-0)}.notification__e739514e .notificationIcon__160c6cfd{line-height:0}.notification__e739514e .notificationBody__8e5e12f1{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__e739514e .notificationBodyList__6654f802{margin-top:8px}.notification__e739514e .notificationClose__9ea0ea7c{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__e739514e.showCloseOnHover__d7904d85 .notificationClose__9ea0ea7c{opacity:0}.notification__e739514e.showCloseOnHover__d7904d85:hover{cursor:pointer}.notification__e739514e.showCloseOnHover__d7904d85:hover .notificationClose__9ea0ea7c{opacity:1}.notification__e739514e .notificationFooter__c44b6d71{display:flex;align-items:center;margin-top:16px}.notification__e739514e .notificationFooter__c44b6d71 button+a{margin-left:16px}.notification__e739514e .notificationTime__df62251d{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-34-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__0bf2cde2{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__0bf2cde2:hover{cursor:pointer}.notificationGroupedWrapper__0bf2cde2 .notificationGroupedFooterItem__a21fc52c{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-34-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-34-0)}.notificationGroupedWrapper__0bf2cde2 .notificationGroupedFooterItem__a21fc52c.first__d9dbbd9a{bottom:-8px;z-index:200}.notificationGroupedWrapper__0bf2cde2 .notificationGroupedFooterItem__a21fc52c.second__17b2bb0f{bottom:-16px;z-index:100}@media(max-width:767px){.notification__e739514e,.notificationGroupedWrapper__0bf2cde2{width:100%}}.unorderedListItem__95ad3607:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__95ad3607+.unorderedListItem__95ad3607{margin-top:8px}.unorderedList__8f93c284{position:relative;margin:0;padding-left:14px;list-style:none}.button__c73d2db8.general__885bc4a2{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-34-0);color:var(--triplex-next-Button-General_Color_Default-1-34-0)}.button__c73d2db8.general__885bc4a2:hover{background:var(--triplex-next-Button-General_Background_Hover-1-34-0);color:var(--triplex-next-Button-General_Color_Hover-1-34-0)}.button__c73d2db8.general__885bc4a2.expanded__7b0e2a6d,.button__c73d2db8.general__885bc4a2:active{background:var(--triplex-next-Button-General_Background_Active-1-34-0);color:var(--triplex-next-Button-General_Color_Active-1-34-0)}.button__c73d2db8.general__885bc4a2:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-34-0)}.button__c73d2db8.general__885bc4a2:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-34-0);color:var(--triplex-next-Button-General_Color_Disabled-1-34-0)}.button__c73d2db8.secondary__b7a62615{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-34-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-34-0)}.button__c73d2db8.secondary__b7a62615:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-34-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-34-0)}.button__c73d2db8.secondary__b7a62615.expanded__7b0e2a6d,.button__c73d2db8.secondary__b7a62615:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-34-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-34-0)}.button__c73d2db8.secondary__b7a62615:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-34-0)}.button__c73d2db8.secondary__b7a62615:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-34-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-34-0)}.button__c73d2db8.secondaryLight__948054bd{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-34-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-34-0)}.button__c73d2db8.secondaryLight__948054bd:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-34-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-34-0)}.button__c73d2db8.secondaryLight__948054bd.expanded__7b0e2a6d,.button__c73d2db8.secondaryLight__948054bd:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-34-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-34-0)}.button__c73d2db8.secondaryLight__948054bd:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-34-0)}.button__c73d2db8.secondaryLight__948054bd:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-34-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-34-0)}.button__c73d2db8.danger__3221394f{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-34-0);color:var(--triplex-next-Button-Danger_Color_Default-1-34-0)}.button__c73d2db8.danger__3221394f:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-34-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-34-0)}.button__c73d2db8.danger__3221394f.expanded__7b0e2a6d,.button__c73d2db8.danger__3221394f:active{background:var(--triplex-next-Button-Danger_Background_Active-1-34-0);color:var(--triplex-next-Button-Danger_Color_Active-1-34-0)}.button__c73d2db8.danger__3221394f:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-34-0)}.button__c73d2db8.danger__3221394f:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-34-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-34-0)}.button__c73d2db8.link__7dee03af{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-34-0);padding:0}.button__c73d2db8.link__7dee03af.sm__8084e127{height:28px;min-width:0px;padding:6px 2px}.button__c73d2db8.link__7dee03af.md__34a213ae{height:40px;min-width:0px;padding:10px 2px}.button__c73d2db8.link__7dee03af.lg__bf9b3a6e{height:56px;min-width:0px;padding:18px 2px}.button__c73d2db8.link__7dee03af:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-34-0)}.button__c73d2db8.link__7dee03af.expanded__7b0e2a6d,.button__c73d2db8.link__7dee03af:active{color:var(--triplex-next-Button-Link_Color_Active-1-34-0)}.button__c73d2db8.link__7dee03af:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-34-0)}.button__c73d2db8.link__7dee03af:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-34-0)}.button__c73d2db8{position:relative;display:inline-flex;align-items:center;margin:0;border:none;outline:none;background-clip:padding-box;font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600;cursor:pointer;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__c73d2db8::-moz-focus-inner{border:none;padding:0}.button__c73d2db8.sm__8084e127{line-height:16px;font-size:12px}.button__c73d2db8.sm__8084e127.general__885bc4a2,.button__c73d2db8.sm__8084e127.secondary__b7a62615,.button__c73d2db8.sm__8084e127.secondaryLight__948054bd,.button__c73d2db8.sm__8084e127.danger__3221394f{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__c73d2db8.sm__8084e127.icon__978facc6{min-height:28px;min-width:28px;padding:0 4px}.button__c73d2db8.md__34a213ae{line-height:20px;font-size:14px}.button__c73d2db8.md__34a213ae.general__885bc4a2,.button__c73d2db8.md__34a213ae.secondary__b7a62615,.button__c73d2db8.md__34a213ae.secondaryLight__948054bd,.button__c73d2db8.md__34a213ae.danger__3221394f{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__c73d2db8.md__34a213ae.icon__978facc6{min-height:40px;min-width:40px;padding:0 10px}.button__c73d2db8.lg__bf9b3a6e{line-height:20px;font-size:16px}.button__c73d2db8.lg__bf9b3a6e.general__885bc4a2,.button__c73d2db8.lg__bf9b3a6e.secondary__b7a62615,.button__c73d2db8.lg__bf9b3a6e.secondaryLight__948054bd,.button__c73d2db8.lg__bf9b3a6e.danger__3221394f{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__c73d2db8.lg__bf9b3a6e.icon__978facc6{min-height:56px;min-width:56px;padding:0 12px}.button__c73d2db8:disabled{cursor:default}.button__c73d2db8:disabled *{pointer-events:none}.button__c73d2db8+.button__c73d2db8:not(.block__45e0c163),.button__c73d2db8+.buttonDropdown__473273e4:not(.block__45e0c163){margin-left:12px}.button__c73d2db8 .content__c6b5dcf5{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__c73d2db8.block__45e0c163{display:block;width:100%}.button__c73d2db8.loading__f06faf57{pointer-events:none}.button__c73d2db8.loading__f06faf57 .content__c6b5dcf5{visibility:hidden}.button__c73d2db8 .loader__6f16efad{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__c73d2db8 .loader__6f16efad.hidden__9406fb38{visibility:hidden}.buttonDropdownExtended__f4f634d9{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__f4f634d9 .buttonDropdownExtendedBlock__dcd03ba4{padding:4px;margin-top:4px;right:0}.buttonDropdown__473273e4.block__45e0c163{display:block}.buttonDropdown__473273e4+.button__c73d2db8:not(.block__45e0c163),.buttonDropdown__473273e4+.buttonDropdown__473273e4:not(.block__45e0c163){margin-left:12px}.buttonDropdown__473273e4 .buttonDropdownTarget__a2966556.md__34a213ae.dots__3537e5ef{padding:0 8px}.buttonDropdown__473273e4 .buttonDropdownTarget__a2966556 .caretIcon__acd5c01c{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__473273e4 .buttonDropdownTarget__a2966556.active__802b5df9 .caretIcon__acd5c01c{transform:rotate(-180deg)}.buttonDropdown__473273e4 .buttonDropdownMenuItem__217ffcd4{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__8398d2c9{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__b6ba666a{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__8f63605d{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__9bb85e34{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-34-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__b1f51ba3{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__b1f51ba3 .modalWindowContentWrapper__7a687ae8{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__8398d2c9 .6s ease}.modalWindow__b1f51ba3 .modalWindowContent__bac5c4ec{margin-top:var(--modal-window-top);margin-bottom:100px;width:100%}.modalWindow__b1f51ba3 .modalWindowContent__bac5c4ec .modalWindowBody__7f589ddc{box-sizing:border-box;animation:fadeIn__14a39da1 .3s ease}@keyframes fadeIn__14a39da1{0%{opacity:0}to{opacity:1}}.modalWindow__b1f51ba3 .modalWindowContent__bac5c4ec .spinnerSm__880399dd{display:none}@media(max-width:767px){.modalWindow__b1f51ba3 .modalWindowContent__bac5c4ec .spinner__69cd4145{display:none}.modalWindow__b1f51ba3 .modalWindowContent__bac5c4ec .spinnerSm__880399dd{display:flex}}.global-modalWindowTransition-exit .modalWindow__b1f51ba3 .modalWindowContentWrapper__7a687ae8{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__b6ba666a .3s ease}.global-modalWindowTransition-exit .modalWindow__b1f51ba3 .modalWindowContentWrapper__7a687ae8 .modalWindowBody__7f589ddc{animation:fadeOut__93da047f .3s ease}@keyframes fadeOut__93da047f{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__bcad9c2a{position:absolute;left:0;right:0;height:0}.modalWindow__b1f51ba3.sm__424b10f2 .modalWindowContentWrapper__7a687ae8{max-width:480px}.modalWindow__b1f51ba3.sm__424b10f2 .modalWindowContent__bac5c4ec .modalWindowBody__7f589ddc{min-height:196px}@media(max-width:575px){.modalWindow__b1f51ba3.sm__424b10f2 .modalWindowContentWrapper__7a687ae8{max-width:100%}}.modalWindow__b1f51ba3.md__9979db81 .modalWindowContentWrapper__7a687ae8{max-width:600px}.modalWindow__b1f51ba3.md__9979db81 .modalWindowContent__bac5c4ec .modalWindowBody__7f589ddc{min-height:246px}@media(max-width:767px){.modalWindow__b1f51ba3.md__9979db81 .modalWindowContentWrapper__7a687ae8{max-width:100%}}.modalWindow__b1f51ba3.lg__4bb540a5 .modalWindowContentWrapper__7a687ae8{max-width:800px}.modalWindow__b1f51ba3.lg__4bb540a5 .modalWindowContent__bac5c4ec .modalWindowBody__7f589ddc{min-height:396px}@media(max-width:991px){.modalWindow__b1f51ba3.lg__4bb540a5 .modalWindowContentWrapper__7a687ae8{max-width:100%}}.modalWindowContentPage__bf3c1c9a{background:var(--triplex-next-ModalWindow-Background-1-34-0);padding:8px!important}.modalWindowContentPage__bf3c1c9a,.modalWindowLoaderScreen__d1ef0a6f{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__bf3c1c9a,.modalWindowLoaderScreen__d1ef0a6f{border-radius:24px}}.islandBody__6f13d7f0{display:block}.islandHeader__bf1f3f8a,.islandFooter__d798adf5,.island__320d28ea{position:relative}.island__320d28ea.type1__7be98248{background-color:var(--triplex-next-Island-Type1_Background-1-34-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-34-0)}.island__320d28ea.type2__e01106e0{background-color:var(--triplex-next-Island-Type2_Background-1-34-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-34-0)}.island__320d28ea.type3__6e02616f{background-color:var(--triplex-next-Island-Type3_Background-1-34-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-34-0)}.island__320d28ea.sm__0be9a9e8{border-radius:16px;padding:16px}.island__320d28ea.sm__0be9a9e8 .islandHeader__bf1f3f8a+.islandBody__6f13d7f0,.island__320d28ea.sm__0be9a9e8 .islandHeader__bf1f3f8a+.islandFooter__d798adf5,.island__320d28ea.sm__0be9a9e8 .islandBody__6f13d7f0+.islandFooter__d798adf5{margin-top:8px}.island__320d28ea.md__c6dc3572{border-radius:24px;padding:24px}.island__320d28ea.md__c6dc3572 .islandHeader__bf1f3f8a+.islandBody__6f13d7f0,.island__320d28ea.md__c6dc3572 .islandHeader__bf1f3f8a+.islandFooter__d798adf5,.island__320d28ea.md__c6dc3572 .islandBody__6f13d7f0+.islandFooter__d798adf5{margin-top:12px}.island__320d28ea.lg__9eb96188{border-radius:32px;padding:32px}.island__320d28ea.lg__9eb96188 .islandHeader__bf1f3f8a+.islandBody__6f13d7f0,.island__320d28ea.lg__9eb96188 .islandHeader__bf1f3f8a+.islandFooter__d798adf5,.island__320d28ea.lg__9eb96188 .islandBody__6f13d7f0+.islandFooter__d798adf5{margin-top:16px}@media(max-width:767px){.island__320d28ea.sm__0be9a9e8,.island__320d28ea.md__c6dc3572{border-radius:16px;padding:16px}.island__320d28ea.lg__9eb96188{border-radius:24px;padding:24px}}.modalWindowBody__7f589ddc{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowBody__7f589ddc:last-child{margin-bottom:0}.modalWindowClose__23f40c0e{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__23f40c0e{top:20px;right:20px}}.loaderScreen__f9b1e384{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__f9b1e384.loaderSmallBackdrop__c31528b7{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-34-0)}.loaderScreen__f9b1e384.loaderMiddleBackdrop__a92c05b1{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-34-0)}.body__b55334cd{position:relative;display:flex}.body__b55334cd .bodyInner__e41ab326{position:relative;flex-grow:1;width:100%}.bodyPage__176c17b3{flex-grow:1}.verticalMargin24__d87ce9bf{margin-top:24px;margin-bottom:24px}.verticalMargin16__596127ef{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__d87ce9bf{margin-top:16px;margin-bottom:16px}.verticalMargin16__596127ef{margin-top:8px;margin-bottom:8px}}.headerTabs__e2875784{display:flex;justify-content:space-between}.headerTabs__e2875784 .headerTabsContent__abc2c96e{flex-grow:1;min-width:1px}.headerTabs__e2875784 .headerTabsControls__4bbac330{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__e2875784{flex-wrap:wrap}.headerTabs__e2875784 .headerTabsContent__abc2c96e{width:100%}.headerTabs__e2875784 .headerTabsControls__4bbac330{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__e2875784 .headerTabsControls__4bbac330>button{margin-left:16px;margin-top:16px}}.headerTitle__0ad18394{display:flex;justify-content:space-between}.headerTitle__0ad18394 .headerTitleControls__23897485{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__155a8605+.headerTitle__0ad18394{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__0ad18394{flex-wrap:wrap}.headerTitle__0ad18394 .headerTitleContent__d321131c{width:100%}.headerTitle__0ad18394 .headerTitleControls__23897485{padding-left:0;white-space:normal;flex-shrink:initial;margin-left:-16px}.headerTitle__0ad18394 .headerTitleControls__23897485>button,.headerTitle__0ad18394 .headerTitleControls__23897485>[class*=buttonDropdown]{margin-left:16px;margin-top:16px}}.headerSubheader__e14a03fd{padding:24px 0}.headerSubheader__e14a03fd.withoutPaddings__e2123a62{padding:0}.headerLayoutSidebar__6021b84f{display:flex;justify-content:space-between}.headerLayoutSidebarContent__2981a241{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__fc1295d7{display:none}}.page__434eaa5c{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__434eaa5c{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__b96a0691.sticky__054eb205{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__b96a0691.sticky__054eb205[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-34-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__bb4cc137.sticky__054eb205{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__bb4cc137.sticky__054eb205[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-1-34-0)!important}.footerDescription__621b5bf9{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__3d8ae551{flex-grow:1;margin-right:auto}.footerDescriptionControls__80babdb3{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__621b5bf9{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__3d8ae551{width:100%}.footerDescriptionControls__80babdb3{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__80babdb3>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__3d8ae551+.footerDescriptionControls__80babdb3{margin-top:0}.footer__f13c5e46{padding:16px 0}}.modalWindowHeader__2d7752c1 .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__2d7752c1 .global-HeaderTitleContent{padding-right:72px}}.list__442ca97c{margin:0;padding:0;list-style:none;position:relative}.list__442ca97c .listLoaderScreen__4bb49aa9{z-index:100}.listItemControls__3b280e2c{display:flex;padding:0 16px 0 4px}.listItemContent__e4b6500c{background:var(--triplex-next-ListItem-Background-1-34-0);padding:12px 0 12px 16px;box-sizing:border-box}.listItemContent__e4b6500c.selected__ce5ac1bb{background:var(--triplex-next-ListItem-Background_Selected-1-34-0)}.listItemContent__e4b6500c.selectable__3c46fd80{border-radius:8px}.listItemControlsButton__e67300a0{margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-34-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px;width:92px}.listItemControlsButton__e67300a0:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-34-0)}.listItemControlsButton__e67300a0:hover .listItemControlsButtonLabel__63bc7d67{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-34-0)!important}.listItemControlsButton__e67300a0:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-34-0)}.listItemControlsButton__e67300a0:active .listItemControlsButtonLabel__63bc7d67{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-34-0)!important}.listItemControlsButton__e67300a0+.listItemControlsButton__e67300a0,.listItemControlsButton__e67300a0+.listItemControlsButtonDropdown__0cdaa5e7{margin-left:4px}.listItemControlsButtonIcon__ff597233{line-height:0}.listItemControlsButton__e67300a0.withText__a6b252fb .listItemControlsButtonIcon__ff597233{margin-bottom:8px}.listItemControlsButtonLabel__63bc7d67{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-34-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__0cdaa5e7{display:flex}.listItemControlsButtonInner__fceb602c{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__e67300a0.withIcon__87709503.withText__a6b252fb .listItemControlsButtonInner__fceb602c{height:44px;overflow:visible}.buttonDropdownMenuItem__817a95c9{overflow:hidden;text-overflow:ellipsis}.listEmptyState__7f021566{padding:64px 16px 16px;text-align:center}.listItemLoading__952b8e51{display:flex;justify-content:center;height:24px;padding:12px 0;position:relative;background-color:var(--triplex-next-ListItem-Background-1-34-0)}.label__5187703f{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__5187703f.sm__2bb0e556{min-width:16px;min-height:16px}.label__5187703f.sm__2bb0e556.nonempty__7de4a57a{padding:2px 0 2px 24px}.label__5187703f.md__fd4139ac{min-width:24px;min-height:24px}.label__5187703f.md__fd4139ac.nonempty__7de4a57a{padding-left:32px;padding-top:2px}.label__5187703f.lg__e3ca197e{min-width:28px;min-height:28px}.label__5187703f.lg__e3ca197e.nonempty__7de4a57a{padding-left:40px;padding-top:4px}.label__5187703f.disabled__e9e1999c{cursor:default}.label__5187703f[hidden]{display:none}.checkbox__e840db22{margin:0;opacity:0}.checkboxIcon__c2497139{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-34-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-34-0)}.sm__2bb0e556 .checkboxIcon__c2497139{border-radius:4px}.checkmarkIcon__6819642a{transform:scale(0)}.checkmarkIcon__6819642a path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-34-0)}.checkboxIcon__c2497139,.checkmarkIcon__6819642a{pointer-events:none}.checkbox__e840db22,.checkboxIcon__c2497139,.checkmarkIcon__6819642a{position:absolute;left:0;top:0}.sm__2bb0e556 .checkbox__e840db22,.sm__2bb0e556 .checkboxIcon__c2497139,.sm__2bb0e556 .checkmarkIcon__6819642a{width:16px;height:16px;top:2px}.md__fd4139ac .checkbox__e840db22,.md__fd4139ac .checkboxIcon__c2497139,.md__fd4139ac .checkmarkIcon__6819642a{width:24px;height:24px}.lg__e3ca197e .checkbox__e840db22,.lg__e3ca197e .checkboxIcon__c2497139,.lg__e3ca197e .checkmarkIcon__6819642a{width:28px;height:28px}.checkbox__e840db22:enabled{cursor:pointer}.checkbox__e840db22:enabled:hover+.checkboxIcon__c2497139{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-34-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-34-0)}.checkbox__e840db22:checked+.checkboxIcon__c2497139{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-34-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-34-0)}.checkbox__e840db22:checked~.checkmarkIcon__6819642a{transform:scale(1);transition:transform .2s ease-out}.checkbox__e840db22:disabled+.checkboxIcon__c2497139{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-34-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-34-0)}.checkbox__e840db22:disabled:checked+.checkboxIcon__c2497139{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-34-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-34-0)}.checkbox__e840db22:disabled~.checkmarkIcon__6819642a path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-34-0)}.checkbox__e840db22:focus-visible+.checkboxIcon__c2497139{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-34-0)}.checkbox__e840db22:checked:enabled:hover+.checkboxIcon__c2497139{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-34-0)}.listItemSelectable__f5583ab4{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-34-0);border-radius:8px}.listItemSelectable__f5583ab4.selected__ce5ac1bb{background:var(--triplex-next-ListItem-Background_Selected-1-34-0)}.checkboxWrapper__76248252{padding:16px;line-height:0}.childrenWrapper__ddf1878a{flex-grow:1}.checkboxLabel__5336fdb9{padding:0!important;position:relative}.checkboxLabelClickArea__7e8ce74d{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__ed35dfbb{position:relative;overflow:hidden}.swipeableArea__ed35dfbb .content__f30d6e48{position:relative;touch-action:pan-y}.swipeableArea__ed35dfbb .content__f30d6e48.disableScroll__69dcf05e{touch-action:none}.swipeableArea__ed35dfbb .content__f30d6e48.disablePointerEvents__63b3a1bb:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__ed35dfbb .swipeAnimationFinish__6985f080{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__ed35dfbb .leftContent__c78f546d,.swipeableArea__ed35dfbb .rightContent__a9e5c61a{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__ed35dfbb .rightContent__a9e5c61a{left:auto;right:0}.listItemTail__6974a87c{position:absolute;width:18px;top:0;bottom:0;overflow:hidden}.listItemTailLine__01c5cf76{background:var(--triplex-next-ListMaster-Background-1-34-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailLeft__a83937c0{left:-8px}.listItemTailRight__40922d7d{right:-10px}.listItemTailTop__1a3144d7{position:absolute;top:0;left:0;right:0}.listItemTailTop__1a3144d7: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-34-0)}.listItemTailTop__1a3144d7: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-34-0)}.listItemTailBottom__266795bf{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__266795bf: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-34-0)}.listItemTailBottom__266795bf: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-ListMaster-Background-1-34-0)}.listItemTable__44473285{margin-bottom:4px}.listItemTable__44473285:last-child{margin-bottom:0}.listItemTable__44473285 .swipeableArea__f7726feb{border-radius:8px}.listItemTable__44473285 .content__cd8bce85{min-height:56px}.listSortableItemTarget__46ea6bf4{display:flex;gap:16px;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-34-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__46ea6bf4:hover{background:var(--triplex-next-ListItem-Background_Hover-1-34-0)}.listSortableItemTarget__46ea6bf4.dragging__c07472e6{background:var(--triplex-next-ListItem-Background_Dragging-1-34-0);box-shadow:var(--triplex-next-ListItem-Shadow_Dragging-1-34-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__d04720a1{flex:1}.listSortableItemTargetIcon__ad0e3008{display:block}.listSortableItem__c1267201{position:relative}.listSortableItem__c1267201.dragging__c07472e6{z-index:1}.listSortableItemControls__545c107a{display:inline-block}.islandWidgetHeader__49ccbfad{display:flex;justify-content:flex-start;align-items:center;gap:8px}.islandWidgetHeader__49ccbfad .islandWidgetHeaderTitle__95370f30{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandWidgetHeader__49ccbfad .islandWidgetHeaderControls__89e276a3{display:flex;align-items:center;gap:8px}.islandWidgetHeader__49ccbfad .islandWidgetHeaderDescription__1f72a3da{display:flex;flex-grow:1;justify-content:flex-end}.islandWidgetHeader__49ccbfad .caretWrapper__29c681a5{position:absolute;top:16px;right:16px}.islandWidgetHeader__49ccbfad .caretIcon__de10736a{transition:transform .3s ease-in-out}.islandWidgetHeader__49ccbfad.open__dbdb1d78 .caretWrapper__29c681a5 .caretIcon__de10736a{transform:rotate(-180deg)}@media(max-width:767px){.islandWidgetHeader__49ccbfad{flex-wrap:wrap;padding-right:32px}.islandWidgetHeader__49ccbfad .islandWidgetHeaderTitle__95370f30{white-space:normal}.islandWidgetHeader__49ccbfad .islandWidgetHeaderDescription__1f72a3da{flex-basis:100%;justify-content:flex-start}}.islandWidgetBody__00946824{padding-top:16px}.islandWidgetFooter__ae681952{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__b8744f23{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__4cbbc042{margin-left:auto;white-space:nowrap}@media(max-width:767px){.islandWidgetFooter__ae681952{flex-direction:column;gap:16px}.islandWidgetFooterControls__4cbbc042{display:flex;flex-wrap:wrap;gap:12px;margin:0 auto 0 0}.islandWidgetFooterControls__4cbbc042>button{margin-left:0!important}}.expandAnimation__d47f07e3{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__c5b38889{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-34-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__c5b38889{border-radius:0 0 16px 16px}}.islandWidget__8d3a8abd{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__8d3a8abd>*{height:100%}.islandWidgetWithExtraFooter__b4f483b7: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-34-0)!important}@media(max-width:767px){.islandWidgetHeaderWrapperAdaptive__3288f078{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__d1486f96{display:flex;flex-direction:column}.main__1874fee1{position:relative;width:100%;height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 504px);border-radius:16px;overflow:hidden;touch-action:pan-y}.main__1874fee1:hover .arrow__f2a73013{opacity:1}.main__1874fee1 .image__023a4c5d{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.imageButton__e1c27630{display:block;width:100%;height:100%;margin:0;padding:0;border:none;background:transparent}.track__ccca1bef{display:flex;width:100%;height:100%;transform:translate(calc(var(--triplex-next-runtime-ImageGalleryExtended-Track_Shift, 0%) + var(--triplex-next-runtime-ImageGalleryExtended-Track_Drag, 0px)));transition:none;will-change:transform}.track__ccca1bef.animating__e483488d{transition:transform .3s ease-out}.slide__ee970f49{position:relative;flex:0 0 100%;height:100%;overflow:hidden}.blur__a9567e2b{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;filter:blur(40px);transform:scale(1.2);pointer-events:none}.clickable__7bc47978{cursor:pointer}.arrow__f2a73013{outline:none;position:absolute;top:50%;z-index:2;width:40px;height:40px;transform:translateY(-50%);background:var(--triplex-next-ImageGallery-Arrow_Background_Default-1-34-0);border:1px solid var(--triplex-next-ImageGallery-Arrow_BorderColor_Default-1-34-0);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .15s ease}.arrow__f2a73013:focus-visible{opacity:1}.arrow__f2a73013:hover{background:var(--triplex-next-ImageGallery-Arrow_Background_Hover-1-34-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Hover-1-34-0)}.arrow__f2a73013:active{background:var(--triplex-next-ImageGallery-Arrow_Background_Active-1-34-0);border-color:var(--triplex-next-ImageGallery-Arrow_BorderColor_Active-1-34-0)}.arrow__f2a73013:disabled{display:none}.arrow__f2a73013.prev__577e7d2e{left:16px}.arrow__f2a73013.next__fd5b065c{right:16px}@media(max-width:767px){.main__1874fee1{height:var(--triplex-next-runtime-ImageGalleryExtended-Main_Height, 264px);border-radius:8px}.arrow__f2a73013{display:none}}.thumbnails__d19cb9ad{display:flex;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.thumbnails__d19cb9ad::-webkit-scrollbar{display:none}.thumb__2386784c{position:relative;flex:0 0 auto;display:block;margin:0;padding:2px;border:2px solid transparent;border-radius:12px;background:transparent;cursor:pointer;outline:none;transition:border-color .15s ease-in-out}.thumb__2386784c+.thumb__2386784c{margin-left:8px}.thumb__2386784c:focus-visible,.thumb__2386784c.active__d65ec4cd{border-color:var(--triplex-next-ImageGallery-Accent_Color-1-34-0)}.thumb__2386784c:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:8px;background:var(--triplex-next-ImageGallery-Thumb_Mask_Background-1-34-0);pointer-events:none;transition:opacity .15s ease-in-out}.thumb__2386784c:hover:after,.thumb__2386784c.active__d65ec4cd:after{opacity:0}.thumb__2386784c .image__023a4c5d{display:block;width:72px;height:72px;border-radius:8px;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.dots__3e4a959e{display:flex;justify-content:center;align-items:center;gap:8px}.dot__04d28fcc{width:16px;height:3px;padding:0;margin:0;border:none;border-radius:2px;background:var(--triplex-next-ImageGallery-Dot_Background_Default-1-34-0);cursor:pointer;outline:none;transition:background .15s ease-in-out,width .15s ease-in-out}.dot__04d28fcc:hover{background:var(--triplex-next-ImageGallery-Dot_Background_Hover-1-34-0)}.dot__04d28fcc:focus-visible{box-shadow:0 0 0 2px var(--triplex-next-ImageGallery-Accent_Color-1-34-0)}.dot__04d28fcc.active__d65ec4cd{width:24px;background:var(--triplex-next-ImageGallery-Dot_Background_Active-1-34-0)}.treeView__9335ddc0,.treeViewGroup__a2a39582{margin:0;padding:0}.treeView__9335ddc0 .treeViewNode__e9a76528,.treeViewGroup__a2a39582 .treeViewNode__e9a76528{margin:0;padding:0;outline:none;list-style:none}.collapsibleTreeExtendedNodeContent__58554c5a.collapsed__875e4fb9{visibility:hidden}.collapsibleTreeNodeHeader__0dc18f3b{display:inline-flex;align-items:center;gap:8px;width:100%;margin:0 0 2px;padding:12px;outline:none;border:none;border-radius:8px;background:none;color:inherit}.collapsibleTreeNodeHeader__0dc18f3b.interactive__a6ca6606{cursor:pointer}.collapsibleTreeNodeHeader__0dc18f3b.interactive__a6ca6606:hover{background:var(--triplex-next-CollapsibleTree-Header_Background_Hover-1-34-0)}.collapsibleTreeNodeHeader__0dc18f3b.interactive__a6ca6606:focus-visible{box-shadow:var(--triplex-next-CollapsibleTree-Header_Shadow_Focus-1-34-0)}.chevron__3987e774{flex:0 0 auto;width:24px;height:24px;transition:transform .2s ease;transform:rotate(0)}.chevron__3987e774.opened__90bb2095{transform:rotate(90deg)}.collapsibleTreeLeafContent__2b210818{display:block}.collapsibleTreeLeafNode__814d9ca8{margin-bottom:2px!important}.collapsibleTree__e8f37ca9 [role=group]{padding-left:24px}.chipGroupItem__fefa8bfe{display:inline-block}.chip__79b34ec8{position:relative;display:inline-flex;align-items:center;gap:2px;box-sizing:border-box;min-width:40px;max-width:264px;flex-shrink:0;vertical-align:middle;cursor:pointer;outline:none;color:var(--triplex-next-Chip-Color_Default-1-34-0)}.chip__79b34ec8.lg__fe04938c{height:56px;padding:0 16px;font-size:16px;line-height:20px;border-radius:10px}.chip__79b34ec8.lg__fe04938c .prefix__29dd7180{padding-left:16px}.chip__79b34ec8.lg__fe04938c .postfix__e27facd7{padding-right:12px}.chip__79b34ec8.lg__fe04938c .notificationIcon__3bec8633{top:6px;right:6px}.chip__79b34ec8.md__79c3cd35{height:40px;padding:0 12px;font-size:14px;line-height:20px;border-radius:8px}.chip__79b34ec8.md__79c3cd35 .prefix__29dd7180{padding-left:12px}.chip__79b34ec8.md__79c3cd35 .postfix__e27facd7{padding-right:8px}.chip__79b34ec8.md__79c3cd35 .notificationIcon__3bec8633{top:4px;right:4px}.chip__79b34ec8.sm__4bba9efb{height:28px;padding:0 12px;font-size:12px;line-height:16px;border-radius:6px}.chip__79b34ec8.sm__4bba9efb .prefix__29dd7180{padding-left:8px}.chip__79b34ec8.sm__4bba9efb .postfix__e27facd7{padding-right:8px}.chip__79b34ec8.sm__4bba9efb .notificationIcon__3bec8633{top:3px;right:3px}.chip__79b34ec8.type1__7e222efa{background:var(--triplex-next-Chip-Background_Type1_Default-1-34-0)}.chip__79b34ec8.type1__7e222efa:hover{background:var(--triplex-next-Chip-Background_Type1_Hover-1-34-0)}.chip__79b34ec8.type2__db23d3bd{background:var(--triplex-next-Chip-Background_Type2_Default-1-34-0)}.chip__79b34ec8.type2__db23d3bd:hover{background:var(--triplex-next-Chip-Background_Type2_Hover-1-34-0)}.chip__79b34ec8:hover{color:var(--triplex-next-Chip-Color_Hover-1-34-0)}.chip__79b34ec8:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-34-0)}.chip__79b34ec8:active,.chip__79b34ec8[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-34-0);color:var(--triplex-next-Chip-Color_Active-1-34-0)}.chip__79b34ec8.selected__5b756451{background:var(--triplex-next-Chip-Background_Selected_Default-1-34-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-34-0)}.chip__79b34ec8.selected__5b756451:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-34-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-34-0)}.chip__79b34ec8.selected__5b756451:active,.chip__79b34ec8.selected__5b756451[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-34-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-34-0)}.chip__79b34ec8.selected__5b756451.disabled__b370385c{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-34-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-34-0)}.chip__79b34ec8.disabled__b370385c{pointer-events:none;cursor:default;background:var(--triplex-next-Chip-Background_Disabled-1-34-0);color:var(--triplex-next-Chip-Color_Disabled-1-34-0)}.chip__79b34ec8.withPrefix__d1d28f96{padding-left:0}.chip__79b34ec8.withPostfix__35847385{padding-right:0}.chip__79b34ec8 .content__c31d5eae{flex-grow:1;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chip__79b34ec8 .prefix__29dd7180,.chip__79b34ec8 .postfix__e27facd7{display:flex}.chip__79b34ec8 .notificationIcon__3bec8633{position:absolute}.calendarControls__dffcaf6f{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-34-0)}.calendarViewDays__c8ab4072{width:calc(100% + 8px);margin:12px -4px 0;border-spacing:4px 0px;table-layout:fixed}.calendarViewDays__c8ab4072+.calendarFooter__d3576abb{margin-top:18px}.adaptive__538ba9e7 .calendarViewDays__c8ab4072{width:100%;margin:12px 0 0;border-spacing:0}.adaptive__538ba9e7 .calendarViewDays__c8ab4072+.calendarFooter__d3576abb{margin-top:12px}.calendarViewMonths__785e376b,.calendarViewYears__44929265{width:calc(100% + 12px);margin:8px -6px -14px;border-spacing:6px 14px;table-layout:fixed}.calendarViewMonths__785e376b+.calendarFooter__d3576abb,.calendarViewYears__44929265+.calendarFooter__d3576abb{margin-top:22px}.adaptive__538ba9e7 .calendarViewMonths__785e376b,.adaptive__538ba9e7 .calendarViewYears__44929265{width:100%;margin:4px 0 -8px;border-spacing:0 8px}.adaptive__538ba9e7 .calendarViewMonths__785e376b+.calendarFooter__d3576abb,.adaptive__538ba9e7 .calendarViewYears__44929265+.calendarFooter__d3576abb{margin-top:12px}.calendarViewDaysHeader__0608ee7d{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-34-0)}.calendarViewDaysBody__1f0d3c18:before{display:block;content:"‌";line-height:8px}.calendarViewItem__b34cee0f{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__b34cee0f:focus-visible{outline:none}.calendarViewItem__b34cee0f.current__e4d3adec{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.calendarViewItem__b34cee0f.disabled__3f4f5755{pointer-events:none}.calendarViewItemLabel__b8d613c2{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-34-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-34-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-34-0);cursor:pointer}.calendarViewItemLabel__b8d613c2.muted__1f3f00c3{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-34-0)}.calendarViewItemLabel__b8d613c2:hover{color:var(--triplex-next-Calendar-View_Item_Color_Hover-1-34-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-34-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4:hover.basicMark__f66b74b5:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4:hover.standardMark__04d2cf7b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4:hover.attentionMark__9abbce1f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4:hover.criticalMark__9a16e7a6:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4.muted__1f3f00c3{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-34-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4.muted__1f3f00c3:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-34-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4.basicMark__f66b74b5:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4.standardMark__04d2cf7b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4.attentionMark__9abbce1f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.selected__b0dc29e4.criticalMark__9a16e7a6:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.marked__bdaffafa:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__b8d613c2.basicMark__f66b74b5:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.standardMark__04d2cf7b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.attentionMark__9abbce1f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.criticalMark__9a16e7a6:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-34-0)}.calendarViewItemLabel__b8d613c2.disabled__3f4f5755{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-34-0);background:none}.calendarViewItem__b34cee0f:focus-visible .calendarViewItemLabel__b8d613c2{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-34-0)}.unitDay__30b2e908{width:36px;height:36px;border-radius:6px}.unitMonth__1d76678e,.unitYear__ddf4d3c9{width:88px;height:48px;border-radius:6px}.adaptive__538ba9e7 .unitMonth__1d76678e,.adaptive__538ba9e7 .unitYear__ddf4d3c9{width:104px;height:56px;border-radius:10px}.calendarFooter__d3576abb{text-align:center}.calendar__8baa7eba{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-34-0);border-radius:8px;-webkit-user-select:none;user-select:none}.calendar__8baa7eba.extraBottom__5d04302e{padding-bottom:12px}.calendar__8baa7eba.adaptive__538ba9e7{width:auto;padding:20px 20px 24px}.calendar__8baa7eba+.calendar__8baa7eba{margin-top:20px}.datePickerExtendedMobileDropdown__1ecf1dbe{max-height:100vh}.chipDropdownArrow__c8b4d766{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__c8b4d766.rotated__1ef8fc67{transform:rotate(-180deg)}.chipClearButton__b9913ba8{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__b9913ba8:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-34-0)}.dropdownMobileMaskedInput__0b0cd153{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__0b0cd153:first-child{top:0}.selectExtendedFieldTarget__87606666{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__87606666 .caretIcon__eadf6bea{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__87606666.selectOpened__4d94c15d .caretIcon__eadf6bea{transform:rotate(180deg)}.selectExtendedFieldTarget__87606666.disabled__f979f76c{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__87606666.disabled__f979f76c .target__077ff0d5,.selectExtendedFieldTarget__87606666.disabled__f979f76c .caretWrapper__7f01d32c{pointer-events:none}.selectExtendedField__92670f93{position:relative}.multiselectFieldHeader__ac006564{padding:12px}.multiselectFieldContent__fe538562{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__fe538562:first-child{padding-top:12px}.multiselectFieldContent__fe538562:has(.loaderScreen__9ab4eda9){overflow:hidden}.multiselectFieldContent__fe538562.sm__ec673d7e{max-height:208px}.multiselectFieldContent__fe538562.md__ba645f69{max-height:266px}.multiselectFieldContent__fe538562.lg__583290a5{max-height:296px}.multiselectFieldFooter__b87d1103{padding:0 12px 12px}.multiselectFieldFooter__b87d1103:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-34-0)}.chipOptionsContent__44630798{min-width:14px;text-align:center;display:block}.tooltipDesktop__93e27ed3{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__93e27ed3 .tooltipBody__c180cb82{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-34-0)}.tooltipDesktop__93e27ed3 .tooltipXButton__4500f817{position:absolute;right:8px;top:8px}.tooltipDesktopContent__879daabe{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-34-0);border-radius:8px}.closable__2ce5927e .tooltipDesktopContent__879daabe{padding-right:32px}.tooltipSM__5a961567 .tooltipDesktopContent__879daabe{width:192px;min-height:52px}.tooltipLG__9cb833c5 .tooltipDesktopContent__879daabe{width:384px;min-height:52px}.tooltipOverlay__d6a41837{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__85704c12{width:0;height:0}.tooltipDesktopTip__85704c12.down__30ff92b8{border-top:solid var(--triplex-next-Tooltip-Background-1-34-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__85704c12.up__a0cd8245{border-bottom:solid var(--triplex-next-Tooltip-Background-1-34-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__85704c12.left__0aac7a20{border-right:solid var(--triplex-next-Tooltip-Background-1-34-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__85704c12.right__07591490{border-left:solid var(--triplex-next-Tooltip-Background-1-34-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__b12d7a45 .tooltipBody__c180cb82{text-align:left}.tooltipMobileContent__664a0655{padding:16px}.headerless__79a260dc .tooltipMobileContent__664a0655{padding-right:40px;border-radius:16px 16px 0 0}.headerless__79a260dc .tooltipMobileContent__664a0655 .closeButton__8fa22548{position:absolute;right:16px;top:16px}.tooltipLink__c371af42{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__f2d9323d{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-34-0)}.desktop__f2d9323d:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-34-0)}.desktop__f2d9323d:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-34-0)}.desktop__f2d9323d:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-34-0)}.mobile__d006d0e2{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-34-0)}.mobile__d006d0e2:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-34-0)}.mobile__d006d0e2:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-34-0)}.mobile__d006d0e2:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-34-0)}.chipSuggestInputWrapper__21a28c30{margin:12px}.suggestDropdownMobileBody__c4eb2de3{height:176px}.suggestDropdownMobileNoOptionsText__36952ea3{padding:16px}.checkboxXGroup__d4d886a6{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__d4d886a6.indent-12__70f2c258{margin-left:-6px;margin-right:-6px}.checkboxXGroup__d4d886a6.indent-12__70f2c258 .label__5187703f{margin-left:6px;margin-right:6px}.checkboxXGroup__d4d886a6.indent-16__5c94add2{margin-left:-8px;margin-right:-8px}.checkboxXGroup__d4d886a6.indent-16__5c94add2 .label__5187703f{margin-left:8px;margin-right:8px}.checkboxXGroup__d4d886a6.indent-20__78dc9548{margin-left:-10px;margin-right:-10px}.checkboxXGroup__d4d886a6.indent-20__78dc9548 .label__5187703f{margin-left:10px;margin-right:10px}.checkboxXGroup__d4d886a6.indent-24__b03c452d{margin-left:-12px;margin-right:-12px}.checkboxXGroup__d4d886a6.indent-24__b03c452d .label__5187703f{margin-left:12px;margin-right:12px}.checkboxXGroup__d4d886a6.indent-28__59696b27{margin-left:-14px;margin-right:-14px}.checkboxXGroup__d4d886a6.indent-28__59696b27 .label__5187703f{margin-left:14px;margin-right:14px}.checkboxXGroup__d4d886a6.indent-32__88c6dcd6{margin-left:-16px;margin-right:-16px}.checkboxXGroup__d4d886a6.indent-32__88c6dcd6 .label__5187703f{margin-left:16px;margin-right:16px}.checkboxYGroup__bd052562{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__bd052562 .label__5187703f.sm__2bb0e556+.label__5187703f.sm__2bb0e556{margin-top:8px}.checkboxYGroup__bd052562 .label__5187703f.lg__e3ca197e+.label__5187703f.lg__e3ca197e{margin-top:20px}.checkboxYGroup__bd052562 .label__5187703f.md__fd4139ac+.label__5187703f.md__fd4139ac{margin-top:16px}@media(max-width:767px){.checkboxYGroup__bd052562{margin:14px 16px}.checkboxYGroup__bd052562 .label__5187703f.sm__2bb0e556+.label__5187703f.sm__2bb0e556,.checkboxYGroup__bd052562 .label__5187703f.md__fd4139ac+.label__5187703f.md__fd4139ac,.checkboxYGroup__bd052562 .label__5187703f.lg__e3ca197e+.label__5187703f.lg__e3ca197e{margin-top:28px}}.card__55f3e112{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__55f3e112.roundingMD__0bbe98fb{--radius: 16px}.card__55f3e112.roundingSM__bf6be9fa{--radius: 8px}.card__55f3e112.general__55582d27{background:var(--triplex-next-Card-Static_General_Background-1-34-0)}.card__55f3e112.secondary__bcdda8fc{background:var(--triplex-next-Card-Static_Secondary_Background-1-34-0)}.card__55f3e112 .cardMedia__273414a0{background-size:cover;background-repeat:no-repeat;background-position:center}.card__55f3e112 .cardContent__df155df8{padding:var(--padding);display:flex;flex-direction:column;flex:1}.card__55f3e112 .cardContent__df155df8.paddingMD__c771bd6a{--padding: 24px}.card__55f3e112 .cardContent__df155df8.paddingSM__df4eca63{--padding: 16px}.card__55f3e112 .cardContent__df155df8 .cardContentHeader__ec7d166d{margin-bottom:16px}.card__55f3e112 .cardContent__df155df8 .cardContentBody__c3bbaaf4{flex:1}.card__55f3e112 .cardContent__df155df8 .cardContentFooter__f2ea1b7c{margin-top:16px}.action__96070ccb{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__96070ccb: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__96070ccb.general__55582d27{background:var(--triplex-next-Card-Action_General_Background-1-34-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-34-0)}.action__96070ccb.general__55582d27:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-34-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-34-0)}.action__96070ccb.general__55582d27.selected__45f4039d{background:var(--triplex-next-Card-Action_General_Background_Selected-1-34-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-34-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-34-0)}.action__96070ccb.general__55582d27.selected__45f4039d:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-34-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-34-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-34-0)}.action__96070ccb.general__55582d27:focus{outline:none}.action__96070ccb.general__55582d27:focus.focusVisible__9e32197d{box-shadow:var(--triplex-next-Card-Shadow_Default-1-34-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-34-0)}.action__96070ccb.secondary__bcdda8fc{background:var(--triplex-next-Card-Action_Secondary_Background-1-34-0)}.action__96070ccb.secondary__bcdda8fc:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-34-0)}.action__96070ccb.secondary__bcdda8fc.selected__45f4039d{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-34-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-34-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-34-0)}.action__96070ccb.secondary__bcdda8fc.selected__45f4039d:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-34-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-34-0)}.action__96070ccb.secondary__bcdda8fc:focus{outline:none}.action__96070ccb.secondary__bcdda8fc:focus.focusVisible__9e32197d{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-34-0)}.alertContext__2134023c{display:flex;font-size:12px;line-height:16px}.alertContext__2134023c>svg{flex-shrink:0}.alertContext__2134023c .alertContextText__1e61bab4{margin-left:8px}.alertContext__2134023c.alertTypeError__0e22f12c .alertContextText__1e61bab4{color:var(--triplex-next-AlertContext-Error_Color-1-34-0)}.alertContext__2134023c.alertTypeInfo__cfe956ae .alertContextText__1e61bab4{color:var(--triplex-next-AlertContext-Info_Color-1-34-0)}.alertContext__2134023c.alertTypeWarning__1428d7ee .alertContextText__1e61bab4{color:var(--triplex-next-AlertContext-Warning_Color-1-34-0)}.alertContext__2134023c.alertTypeSystem__fd336eb4 .alertContextText__1e61bab4{color:var(--triplex-next-AlertContext-System_Color-1-34-0)}.alertProcess__dbbd51de{display:flex;padding:16px;position:relative}.alertProcess__dbbd51de.md__ef2ecb30{border-radius:12px}.alertProcess__dbbd51de.lg__9216a962{border-radius:24px}.alertProcess__dbbd51de.withSpoiler__66577251{min-height:40px}.alertProcess__dbbd51de .themeIcon__93505e69{box-sizing:border-box;height:20px;width:20px}.alertProcess__dbbd51de.alertTypeError__0e22f12c{background:var(--triplex-next-AlertProcess-Error_Background-1-34-0)}.alertProcess__dbbd51de.alertTypeInfo__cfe956ae{background:var(--triplex-next-AlertProcess-Info_Background-1-34-0)}.alertProcess__dbbd51de.alertTypeWarning__1428d7ee{background:var(--triplex-next-AlertProcess-Warning_Background-1-34-0)}.alertProcess__dbbd51de.alertTypeSystem__fd336eb4{background:var(--triplex-next-AlertProcess-System_Background-1-34-0)}.alertProcess__dbbd51de.alertTypeFeature__9a579abf{background:var(--triplex-next-AlertProcess-Feature_Background-1-34-0)}.alertProcess__dbbd51de.alertTypeFeature__9a579abf .themeIcon__93505e69{padding-top:0}.alertProcess__dbbd51de .alertProcessContentBlock__5dcddf6a{flex:1;margin-left:10px}.alertProcess__dbbd51de .alertProcessContentBlock__5dcddf6a .expandableContent__1233f83d{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__dbbd51de .alertProcessContentBlock__5dcddf6a .expandableContent__1233f83d.expanded__782d96e6{max-height:1000px;opacity:1}.alertProcess__dbbd51de .closeButton__c59d4c6c{margin-left:10px}.alertProcess__dbbd51de .expandButton__21b7df0f{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__dbbd51de .expandButton__21b7df0f.expanded__782d96e6{transform:rotate(180deg)}.adaptive__de1050fa{font-size:10px!important;line-height:12px!important}.avatar__abc1e00c{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-34-0)}.avatar__abc1e00c.borderRadius6__c297bcd9{border-radius:6px}.avatar__abc1e00c.borderRadius8__55564358{border-radius:8px}.avatar__abc1e00c.borderRadius10__2be68d6e{border-radius:10px}.avatar__abc1e00c.borderRadius12__1ea9a0c7{border-radius:12px}.avatar__abc1e00c.borderRadius16__070aaf33{border-radius:16px}.avatar__abc1e00c.xxs__c57757a9{width:28px;height:28px}.avatar__abc1e00c.xs__92dfa221{width:32px;height:32px}.avatar__abc1e00c.sm__35d79a80{width:40px;height:40px}.avatar__abc1e00c.md__05909c96{width:56px;height:56px}.avatar__abc1e00c.lg__e17b2b44{width:80px;height:80px}.avatar__abc1e00c.xl__b711e508{width:96px;height:96px}.avatar__abc1e00c.xxl__447f7c32{width:128px;height:128px}.carouselExtended__e63058a7{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__e63058a7::-webkit-scrollbar{display:none}.checkboxTreeExtended__fc4751ee{margin-bottom:-12px}.checkboxTreeExtendedNode__5abe1214 .checkboxTreeExtendedNode__5abe1214:has(.sm__3ae89a35){margin-left:16px}.checkboxTreeExtendedNode__5abe1214 .checkboxTreeExtendedNode__5abe1214:has(.md__4cb1283c),.checkboxTreeExtendedNode__5abe1214 .checkboxTreeExtendedNode__5abe1214:has(.lg__7ca94db5){margin-left:24px}.checkboxTreeExtendedNodeHeader__b17cf5aa{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__b17cf5aa.sm__3ae89a35{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__b17cf5aa.md__4cb1283c,.checkboxTreeExtendedNodeHeader__b17cf5aa.lg__7ca94db5{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__b17cf5aa .checkboxTreeCheckboxLabel__c649bc4b{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__b17cf5aa .caretIconWrapper__e2a00c8e{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__b17cf5aa .caretIconWrapper__e2a00c8e:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-34-0)}.checkboxTreeExtendedNodeHeader__b17cf5aa.opened__51c439bc .caretIconWrapper__e2a00c8e{transform:rotate(180deg)}@media(max-width:767px){.checkboxTreeExtended__fc4751ee{padding:0 16px}.checkboxTreeExtended__fc4751ee .checkboxTreeExtendedNodeHeader__b17cf5aa{margin-bottom:0}.checkboxTreeExtended__fc4751ee .checkboxTreeExtendedNodeHeader__b17cf5aa .checkboxTreeCheckboxLabel__c649bc4b{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__fc4751ee .checkboxTreeExtendedNodeHeader__b17cf5aa .checkboxTreeCheckboxLabel__c649bc4b>span,.checkboxTreeExtended__fc4751ee .checkboxTreeExtendedNodeHeader__b17cf5aa .checkboxTreeCheckboxLabel__c649bc4b>svg,.checkboxTreeExtended__fc4751ee .checkboxTreeExtendedNodeHeader__b17cf5aa .checkboxTreeCheckboxLabel__c649bc4b .checkboxTreeCheckbox__b17cc0bc{top:14px}}.chipGroup__28fb505e{display:flex}.chipGroup__28fb505e.oneLine__5c6307e8{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__28fb505e.oneLine__5c6307e8::-webkit-scrollbar{display:none}.chipGroup__28fb505e.multiLine__39921a21{flex-wrap:wrap}.chipGroup__28fb505e.lg__08afa4c8{gap:12px}.chipGroup__28fb505e.md__6e88775a,.chipGroup__28fb505e.sm__ffeee86e{gap:8px}.gridHorizontalGapSM__a7556048{--grid-horizontal-gap: 8px}.gridHorizontalGapMD__0d98a408{--grid-horizontal-gap: 12px}.col-1__13b6bd7f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__0726bd7c{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__0ed72b6f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__ae6bfb58{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__e61ab329{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__e1df278c{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__206c7d14{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__a03fb376{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__012cc816{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__286940c2{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__3eff4a2f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__d144738f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__4613471b{margin-left:0%}.offset-1__24295e33{margin-left:8.33333333%}.offset-2__94c7a9c1{margin-left:16.66666667%}.offset-3__4a499c3d{margin-left:25%}.offset-4__c04c80d6{margin-left:33.33333333%}.offset-5__845ccb04{margin-left:41.66666667%}.offset-6__a6564402{margin-left:50%}.offset-7__c8b857f7{margin-left:58.33333333%}.offset-8__4bb76b6e{margin-left:66.66666667%}.offset-9__7c6cb2a4{margin-left:75%}.offset-10__8a2864fc{margin-left:83.33333333%}.offset-11__c60172e1{margin-left:91.66666667%}.d-none__68cb082d{display:none!important}.d-block__6e65030a{display:block!important}@media(min-width:576px){.col-sm-1__1cdac110{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__0e8d8f41{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__cbb844bb{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__a19d1afe{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__db9c9792{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__1e795d36{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__b6b3e2a4{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__c1bea4f6{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__5c3efa78{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__27b81d28{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__06bb9b4b{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__27e758ea{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__a7ba07b9{margin-left:0%}.offset-sm-1__7f829a20{margin-left:8.33333333%}.offset-sm-2__a9deb4e6{margin-left:16.66666667%}.offset-sm-3__dcdd736a{margin-left:25%}.offset-sm-4__71d0e3ad{margin-left:33.33333333%}.offset-sm-5__b9b1c0bc{margin-left:41.66666667%}.offset-sm-6__f5352e7f{margin-left:50%}.offset-sm-7__cd9986d3{margin-left:58.33333333%}.offset-sm-8__71f4e44a{margin-left:66.66666667%}.offset-sm-9__325bcb3c{margin-left:75%}.offset-sm-10__7d569662{margin-left:83.33333333%}.offset-sm-11__c47726ed{margin-left:91.66666667%}.d-none-sm__f6527934{display:none!important}.d-block-sm__55629b49{display:block!important}}@media(min-width:768px){.col-md-1__20e61100{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__b3170d9a{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__7018b3f6{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__93ae31fd{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__44239a47{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__36e7c624{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__01419797{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__ac8e46e8{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__16d4c4cc{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__0e9d3ede{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__cea43260{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__d46626dd{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__0cb05291{margin-left:0%}.offset-md-1__a52cb11a{margin-left:8.33333333%}.offset-md-2__0e6a2596{margin-left:16.66666667%}.offset-md-3__195d1673{margin-left:25%}.offset-md-4__01eb6c54{margin-left:33.33333333%}.offset-md-5__8f16b797{margin-left:41.66666667%}.offset-md-6__bf625ac4{margin-left:50%}.offset-md-7__1ac68ac6{margin-left:58.33333333%}.offset-md-8__8ff4cd37{margin-left:66.66666667%}.offset-md-9__74ef0923{margin-left:75%}.offset-md-10__cbc3fcc9{margin-left:83.33333333%}.offset-md-11__7e3f2ec2{margin-left:91.66666667%}.d-none-md__f0afd4c1{display:none!important}.d-block-md__469099be{display:block!important}}@media(min-width:992px){.col-lg-1__8fa682b4{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__fac10f93{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__f5a349b9{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__9b65d33a{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__e7be1a58{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__29b3d4cc{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__a9a46ed5{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__ef15a996{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__df677d92{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__78643033{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__3504601a{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__fed33307{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__eee59dd9{margin-left:0%}.offset-lg-1__165181a9{margin-left:8.33333333%}.offset-lg-2__e8e69e02{margin-left:16.66666667%}.offset-lg-3__d0ade602{margin-left:25%}.offset-lg-4__668150d4{margin-left:33.33333333%}.offset-lg-5__b8dcc00e{margin-left:41.66666667%}.offset-lg-6__23da76b2{margin-left:50%}.offset-lg-7__2c860159{margin-left:58.33333333%}.offset-lg-8__64808bba{margin-left:66.66666667%}.offset-lg-9__cbc33ed7{margin-left:75%}.offset-lg-10__695f40a8{margin-left:83.33333333%}.offset-lg-11__2f8b0c7e{margin-left:91.66666667%}.d-none-lg__c8a62fde{display:none!important}.d-block-lg__e98c479f{display:block!important}}@media(min-width:1200px){.col-xl-1__570d435d{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__a43d5890{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__986612f6{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__97a058f4{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__24cc846f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__c0b7949a{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__21d47c51{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__73f54467{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__911f4652{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__9c072f7f{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__b47acd57{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__fd19eaf7{position:relative;width:100%;padding-right:var(--grid-horizontal-gap, 12px);padding-left:var(--grid-horizontal-gap, 12px);flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__e13c09a0{margin-left:0%}.offset-xl-1__47ae0e6e{margin-left:8.33333333%}.offset-xl-2__8c72c8e6{margin-left:16.66666667%}.offset-xl-3__563567af{margin-left:25%}.offset-xl-4__56088b2d{margin-left:33.33333333%}.offset-xl-5__93ae97a2{margin-left:41.66666667%}.offset-xl-6__c13a6612{margin-left:50%}.offset-xl-7__5ff487a0{margin-left:58.33333333%}.offset-xl-8__ab06c276{margin-left:66.66666667%}.offset-xl-9__2a97cf2f{margin-left:75%}.offset-xl-10__665738a6{margin-left:83.33333333%}.offset-xl-11__68473f4c{margin-left:91.66666667%}.d-none-xl__0506e352{display:none!important}.d-block-xl__d98eb1f6{display:block!important}}.confirm__801782cd{flex-grow:1;margin:0 auto;max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2);box-sizing:border-box}.confirm__801782cd.isInLightBox__dc779dae{max-width:calc(var(--lightBox-content-max-width, 864px) - 32px * 2)}.confirm__801782cd.isInSideOverlaySM__e69da015{max-width:520px}.confirm__801782cd.isInSideOverlayMD__30103baa{max-width:680px}.confirm__801782cd.isInSideOverlayLG__0c12184d{max-width:800px}.confirmCloseButton__e173bbd5{position:absolute;top:24px;right:24px}.confirmContent__0158b59c{margin-bottom:24px;padding-right:56px}.confirmControls__ecb2b0ca{white-space:nowrap}.confirmContentTitle__0dd98b34{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__e173bbd5{top:16px;right:16px}.confirmContent__0158b59c{margin-bottom:16px}}.dateRange__51691ffd{display:flex;align-items:flex-start}.dateRange__51691ffd:has([class*=sm]) .dateRangeButton__41ea08e9,.dateRange__51691ffd:has([class*=sm]) .separator__c3f74696{margin-top:4px}.dateRange__51691ffd:has([class*=md]) .dateRangeButton__41ea08e9,.dateRange__51691ffd:has([class*=md]) .separator__c3f74696{margin-top:10px}.dateRange__51691ffd:has([class*=lg]) .dateRangeButton__41ea08e9,.dateRange__51691ffd:has([class*=lg]) .separator__c3f74696{margin-top:18px}.dateRangeButton__41ea08e9{z-index:1}.separator__c3f74696{width:20px;height:20px;flex-shrink:0}.divider__7155048e{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-34-0);border:none}.marginTopSize-4__921a93d5{margin-top:4px}.marginBottomSize-4__271944f1{margin-bottom:4px}.marginTopSize-8__a6d70a12{margin-top:8px}.marginBottomSize-8__ca9929a6{margin-bottom:8px}.marginTopSize-12__ae626a54{margin-top:12px}.marginBottomSize-12__fa3569a1{margin-bottom:12px}.marginTopSize-16__3b5aaa91{margin-top:16px}.marginBottomSize-16__139bb7a6{margin-bottom:16px}.marginTopSize-20__98da61e1{margin-top:20px}.marginBottomSize-20__35f1f5cb{margin-bottom:20px}.marginTopSize-24__3656f1e7{margin-top:24px}.marginBottomSize-24__106fe749{margin-bottom:24px}.marginTopSize-28__9f082a9c{margin-top:28px}.marginBottomSize-28__d9265636{margin-bottom:28px}.marginTopSize-32__b4d8c0bd{margin-top:32px}.marginBottomSize-32__825f8fac{margin-bottom:32px}.smallInput__bf588159{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-34-0);background:var(--triplex-next-SmallInput-Background-1-34-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-34-0)}.smallInput__bf588159::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-34-0);opacity:1}.smallInput__bf588159::-ms-clear{display:none}.link__94fdfe72{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-34-0)}.link__94fdfe72:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-34-0)}.link__94fdfe72:active{color:var(--triplex-next-Link-Text_Color_Active-1-34-0)}.link__94fdfe72:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-34-0)}.wordWithContent__79729f59{white-space:nowrap;display:inline-flex;align-items:center}.before__7a8bf67d :first-child{margin-right:2px}.after__d933bd5f :last-child{margin-left:2px}.documentNumberEdit__e587fe87 .label__877f92e3{display:inline-block;margin-right:8px}.documentNumberEdit__e587fe87 .inputEditWrapper__c43ad9c5{width:68px;display:inline-block}.ellipsisLineClamp__7f97a60c{--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__7f97a60c.oneLine__1eda1ce3{word-break:break-all}.size4__8689cdec{height:4px}.size8__8fe5e0b3{height:8px}.size12__83ea8ae6{height:12px}.size16__ac3071ba{height:16px}.size24__f7189125{height:24px}.size32__d4a2ac9e{height:32px}.size64__f62740fa{height:64px}.size128__74d4e4e1{height:128px}.emptyView__64b9db8c,.container__2225d0ec{display:flex;flex-direction:column;align-items:center;width:100%}.icon__593299e4{flex-shrink:0}.textBlock__67fa756f{text-align:center}button.helpBoxButton__14c967e8{position:relative;vertical-align:text-bottom}.root__a59f45da{position:relative;display:flex;flex-direction:column;gap:16px;outline:none}.islandAccordion__0d28da68{margin:0;padding:0}.islandAccordion__0d28da68 .island__b2de3f69{padding:0}.islandAccordion__0d28da68 .item__3f73d46c{position:relative;list-style-type:none}.islandAccordion__0d28da68 .item__3f73d46c.disabled__647a8305{cursor:default;pointer-events:none}.islandAccordion__0d28da68 .item__3f73d46c+.item__3f73d46c.sm__c2f32428,.islandAccordion__0d28da68 .item__3f73d46c+.item__3f73d46c.md__79f82aa1{margin-top:16px}.islandAccordion__0d28da68 .item__3f73d46c+.item__3f73d46c.lg__80aea9e6{margin-top:24px}.islandAccordion__0d28da68 .item__3f73d46c .header__727d8c18{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__0d28da68 .item__3f73d46c .header__727d8c18:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-34-0)}.islandAccordion__0d28da68 .item__3f73d46c.type1__014adc5c:not(.opened__e8d2e588) .header__727d8c18:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-34-0)}.islandAccordion__0d28da68 .item__3f73d46c.type2__bfc1ecb4:not(.opened__e8d2e588) .header__727d8c18:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-34-0)}.islandAccordion__0d28da68 .item__3f73d46c.type3__9c72b8d0:not(.opened__e8d2e588) .header__727d8c18:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-34-0)}.islandAccordion__0d28da68 .item__3f73d46c .footer__40b34600{text-align:right}.islandAccordion__0d28da68 .item__3f73d46c .body__2d595e15,.islandAccordion__0d28da68 .item__3f73d46c .footer__40b34600{visibility:hidden}.islandAccordion__0d28da68 .item__3f73d46c.opened__e8d2e588 .body__2d595e15,.islandAccordion__0d28da68 .item__3f73d46c.opened__e8d2e588 .footer__40b34600{visibility:visible}.islandAccordion__0d28da68 .item__3f73d46c .caretWrapper__b15f8d40{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__0d28da68 .item__3f73d46c .caretIcon__cab0415e{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__0d28da68 .item__3f73d46c .title__1f9dc841{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__0d28da68 .item__3f73d46c.sm__c2f32428 .header__727d8c18{padding:16px;border-radius:16px}.islandAccordion__0d28da68 .item__3f73d46c.sm__c2f32428 .title__1f9dc841{padding-right:42px}.islandAccordion__0d28da68 .item__3f73d46c.sm__c2f32428 .body__2d595e15,.islandAccordion__0d28da68 .item__3f73d46c.sm__c2f32428 .footer__40b34600{padding:0 16px 16px}.islandAccordion__0d28da68 .item__3f73d46c.sm__c2f32428 .caretWrapper__b15f8d40{right:10px}.islandAccordion__0d28da68 .item__3f73d46c.sm__c2f32428 .remove__755ef853{right:-36px;top:18px}.islandAccordion__0d28da68 .item__3f73d46c.sm__c2f32428 .step__abb848fb{margin-right:12px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .header__727d8c18{padding:24px;border-radius:24px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .title__1f9dc841{padding-right:42px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .body__2d595e15,.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .footer__40b34600{padding:0 24px 24px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .caretWrapper__b15f8d40{right:18px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .remove__755ef853{right:-40px;top:26px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .step__abb848fb{margin-right:12px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .header__727d8c18{padding:32px;border-radius:32px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .title__1f9dc841{padding-right:44px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .body__2d595e15,.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .footer__40b34600{padding:0 32px 32px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .caretWrapper__b15f8d40{right:24px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .remove__755ef853{right:-40px;top:36px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .step__abb848fb{margin:0 16px 0 0}.islandAccordion__0d28da68 .item__3f73d46c.opened__e8d2e588:not(.disabled__647a8305) .caretWrapper__b15f8d40 .caretIcon__cab0415e{transform:rotate(-180deg)}.islandAccordion__0d28da68 .item__3f73d46c .remove__755ef853{position:absolute}@media(max-width:767px){.islandAccordion__0d28da68 .item__3f73d46c .title__1f9dc841{white-space:normal;overflow-wrap:anywhere}.islandAccordion__0d28da68 .item__3f73d46c .footer__40b34600{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__0d28da68 .item__3f73d46c .footer__40b34600>*{margin-left:0!important}.islandAccordion__0d28da68 .item__3f73d46c .caretWrapper__b15f8d40{transform:none}.islandAccordion__0d28da68 .item__3f73d46c.sm__c2f32428 .title__1f9dc841{padding-right:34px}.islandAccordion__0d28da68 .item__3f73d46c.sm__c2f32428 .caretWrapper__b15f8d40{top:18px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .header__727d8c18{padding:16px;border-radius:16px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .title__1f9dc841{padding-right:34px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .body__2d595e15,.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .footer__40b34600{padding:0 16px 16px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .caretWrapper__b15f8d40{right:10px;top:18px}.islandAccordion__0d28da68 .item__3f73d46c.md__79f82aa1 .remove__755ef853{top:18px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .header__727d8c18{padding:24px;border-radius:24px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .title__1f9dc841{padding-right:34px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .body__2d595e15,.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .footer__40b34600{padding:0 24px 24px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .caretWrapper__b15f8d40{top:26px;right:18px}.islandAccordion__0d28da68 .item__3f73d46c.lg__80aea9e6 .remove__755ef853{top:26px}}.step__54237306{display:flex;align-items:center;justify-content:center;box-sizing:border-box;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__54237306.sm__81a5acbc,.step__54237306.md__1bfc0ecf{width:28px;height:28px}.step__54237306.lg__b24d1363{width:32px;height:32px}.step__54237306.default__9db0b193{background-color:var(--triplex-next-Step-Background_Default-1-34-0)}.step__54237306.default__9db0b193>span{color:var(--triplex-next-Step-Color_Default-1-34-0)}.step__54237306.done__238737ed{background-color:var(--triplex-next-Step-Background_Done-1-34-0)}.step__54237306.done__238737ed>span{color:var(--triplex-next-Step-Color_Done-1-34-0)}.step__54237306.warning__9bc4892b{background-color:var(--triplex-next-Step-Background_Warning-1-34-0)}.step__54237306.warning__9bc4892b>span{color:var(--triplex-next-Step-Color_Warning-1-34-0)}.step__54237306.active__d7b322ad{background-color:var(--triplex-next-Step-Background_Active-1-34-0)}.step__54237306.active__d7b322ad>span{color:var(--triplex-next-Step-Color_Active-1-34-0)}.step__54237306.error__13e82798{background-color:var(--triplex-next-Step-Background_Error-1-34-0)}.step__54237306.error__13e82798>span{color:var(--triplex-next-Step-Color_Error-1-34-0)}.step__54237306.disabled__7689a2be{background-color:var(--triplex-next-Step-Background_Disabled-1-34-0)}.step__54237306.disabled__7689a2be>span{color:var(--triplex-next-Step-Color_Disabled-1-34-0)}@media(max-width:767px){.step__54237306.lg__b24d1363{width:28px;height:28px}}.lightBox__f37e5486{--lightBox-content-max-width: 864px;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__f37e5486.sm__3866c24f{--lightBox-content-max-width: 664px}.lightBox__f37e5486.md__4a3569e5{--lightBox-content-max-width: 864px}.lightBox__f37e5486.lg__67d11008{--lightBox-content-max-width: 1064px}.lightBox__f37e5486.xl__c44f21c3{--lightBox-content-max-width: 1264px}.lightBox__f37e5486 .lightBoxBackdrop__7df71a58{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-34-0)}.lightBox__f37e5486.lightBoxSideOverlayActive__d36b1213,.lightBox__f37e5486.lightBoxTopOverlayActive__051684ff{overflow-y:hidden}.lightBox__f37e5486 .lightBoxContent__ea2be259{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-34-0)}.lightBox__f37e5486 .lightBoxContent__ea2be259>.global-page{width:100%;max-width:var(--lightBox-content-max-width);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__f37e5486 .lightBoxContent__ea2be259>.global-page{padding:16px}}.lightBox__f37e5486 .loadingContentOverlay__21993ba3{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__f37e5486 .lightBoxContentResizeWrapper__cadb86b4{position:absolute;left:0;right:0;height:0}.lightBox__f37e5486 .tempElSafariBug__ac1f30f2{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__4c1b9f9d,.global-LB-less-or-equal-media-point-0 .lightBox__f37e5486.lightBoxSideOverlayActive__d36b1213{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__ea2be259{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__ea2be259{padding-left:80px;padding-right:80px}.lightBoxControls__6c3212a7{z-index:100}.withKeyboardEvent__0545b92b{display:inline-block}.withoutKeyboardEvent__b27a4334,.lightBox__f37e5486.lightBoxSideOverlayActive__d36b1213 .withKeyboardEvent__0545b92b,.lightBox__f37e5486.lightBoxTopOverlayActive__051684ff .withKeyboardEvent__0545b92b,.lightBox__f37e5486.isLoading__74ae28fa .withKeyboardEvent__0545b92b{display:none}.lightBox__f37e5486.lightBoxSideOverlayActive__d36b1213 .withoutKeyboardEvent__b27a4334,.lightBox__f37e5486.lightBoxTopOverlayActive__051684ff .withoutKeyboardEvent__b27a4334,.lightBox__f37e5486.isLoading__74ae28fa .withoutKeyboardEvent__b27a4334{display:inline-block}.lightBox__f37e5486.isLoading__74ae28fa .lightBoxPrev__4ef320db,.lightBox__f37e5486.isLoading__74ae28fa .lightBoxNext__4438e9d2{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__6c3212a7{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__19724cae{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__137c5466{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__0995c335{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__4ef320db,.global-LB-less-or-equal-media-point-0 .lightBoxNext__4438e9d2{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__4ef320db{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__e2fc099e,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__3aef0bba{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__6c3212a7{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__19724cae{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__137c5466{display:none}.global-LB-more-media-point-0 .lightBoxClose__0995c335{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__4ef320db,.global-LB-more-media-point-0 .lightBoxNext__4438e9d2{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__4ef320db{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__4438e9d2{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__3d168e16{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__3d168e16.fixed__7bb5c000{position:fixed}.overlay__3d168e16.closing__ccd02645,.overlay__3d168e16.opened__9a55bde3{visibility:visible;left:0;right:0}.overlayPanel__57473d9f{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-34-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__57473d9f.bottom__164f3a47{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__57473d9f.left__19e8e82c{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__57473d9f.right__e31e1b59{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__57473d9f.top__a344f3d1{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__57473d9f.left__19e8e82c.opened__9a55bde3,.overlayPanel__57473d9f.right__e31e1b59.opened__9a55bde3{transform:translate(0)}.overlayPanel__57473d9f.top__a344f3d1.opened__9a55bde3,.overlayPanel__57473d9f.bottom__164f3a47.opened__9a55bde3{transform:translateY(0)}.overlayContent__5b012973{display:flex;min-height:100%}.overlayMask__c9ba3e93{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-34-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__c9ba3e93.overlayOpened__f8084410{opacity:1}.lightBoxSideOverlayLoaderWrapper__c4c0dc36{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}.lightBoxSideOverlayCloseDesktopContainer__219246ad{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__6c275b34{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__c61a4c06{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__219246ad{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__c61a4c06{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__c61a4c06{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__219246ad{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__c61a4c06{display:none}.lightBoxSideOverlayMask__77ac8eea{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-34-0)}.lightBoxSideOverlayWrapper__bb4d167e{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__bb4d167e.overflowXHidden__eb992e4d{overflow-x:hidden}.lightBoxSideOverlayWrapper__bb4d167e.overflowYHidden__d91a9375{overflow-y:hidden}.lightBoxSideOverlayWrapper__bb4d167e.closing__c9a4dc64,.lightBoxSideOverlayWrapper__bb4d167e.opened__56e6379f{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__bb4d167e.closing__c9a4dc64{pointer-events:none}.lightBoxSideOverlayWrapper__bb4d167e .global-page{max-width:var(--lightBox-content-max-width, 864px);padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__bb4d167e .global-page{padding:16px}}.lightBoxSideOverlayWrapper__bb4d167e .lightBoxSideOverlayContent__e720b601{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-SideOverlay_Background-1-34-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__bb4d167e .lightBoxSideOverlayContent__e720b601.opened__56e6379f{transform:none}.lightBoxSideOverlayWrapper__bb4d167e .lightBoxSideOverlayContent__e720b601.opening__aae2cbbb{transform:translateY(0)}.lightBoxSideOverlayWrapper__bb4d167e.sm__3866c24f .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__bb4d167e.md__4a3569e5 .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__bb4d167e.lg__67d11008 .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__bb4d167e .lightBoxSideOverlayBase__1e18cd89{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__bb4d167e .lightBoxSideOverlayContent__e720b601{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__bb4d167e .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__bb4d167e .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__b7df7b18{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__b7df7b18.closing__c9a4dc64,.lightBoxSideOverlay__b7df7b18.opening__aae2cbbb{overflow-x:hidden}.topOverlayMask__a0a144ce{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-34-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__09a83da3{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__09a83da3.closing__633ddfe1,.topOverlayWrapper__09a83da3.opened__c2c0e0fd{bottom:0}.topOverlayWrapper__09a83da3 .topOverlayPanel__3242ed65{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__80fe3bfd{z-index:500}@media(max-width:767px){.topOverlayPanel__3242ed65{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__21300181{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: var(--lightBox-content-max-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))}.lightBoxLeftSidebar__21300181.fixed__8b308920{position:fixed}.lightBoxRightSidebar__b337835f{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: var(--lightBox-content-max-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))}.lightBoxRightSidebar__b337835f.fixed__8b308920{position:fixed}.hidden__7a5a7406{display:none}html.scroll-0__85136a14{--triplex-next-scroll-width: 0px}html.scroll-15__a863b658{--triplex-next-scroll-width: 15px}html.scroll-16__eb09dd21{--triplex-next-scroll-width: 16px}html.scroll-17__e408f98f{--triplex-next-scroll-width: 17px}.listMasterChipGroup__fe6f87a0{padding:0 16px}.listMasterFooter__da5fe9d2{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-34-0);box-shadow:var(--triplex-next-ListMaster-Footer_Shadow-1-34-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__da5fe9d2.sticky__e41f36b2{position:sticky;bottom:0}.listMasterFooterDescription__459cd2a0{padding-right:16px}.listMasterFooterControls__62f30303{white-space:nowrap}.listMasterHeader__29203189{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-34-0);box-shadow:var(--triplex-next-ListMaster-Header_Shadow-1-34-0)}.listMasterHeader__29203189.sticky__e41f36b2{position:sticky;top:0;z-index:2}.selectionControls__0f71588c{display:flex;justify-content:space-between;align-items:center}.marker__ae611725.success__cff0c757{background:var(--triplex-next-Marker-Background_Success-1-34-0)}.marker__ae611725.error__4e4c58c2{background:var(--triplex-next-Marker-Background_Error-1-34-0)}.marker__ae611725.warning__d828abff{background:var(--triplex-next-Marker-Background_Warning-1-34-0)}.marker__ae611725.waiting__48fb2069{background:var(--triplex-next-Marker-Background_Waiting-1-34-0)}.markerStatus__de86a87f{line-height:0;display:flex;align-items:start}.markerStatus__de86a87f .contentContainer__dd3e941f{display:flex;flex-direction:column;text-align:left}.markerStatus__de86a87f.md__7c8363ea{gap:4px}.markerStatus__de86a87f.md__7c8363ea .markerContainer__31466821{margin-top:4px}.markerStatus__de86a87f.lg__34c7447d{gap:6px}.markerStatus__de86a87f.lg__34c7447d .contentContainer__dd3e941f{gap:4px}.markerStatus__de86a87f.lg__34c7447d .markerContainer__31466821{margin-top:5px}.monthYearRange__9e5da9d5{display:flex;align-items:center}.monthYearRangeButton__491652c5{z-index:1}.separator__2aee1427{width:16px;height:16px;flex-shrink:0}.orderedListItem__bce38484{counter-increment:list-item-tx}.orderedListItem__bce38484:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__bce38484+.orderedListItem__bce38484{margin-top:8px}.orderedList__2fc4def6{--start-index-tx: 0;position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx var(--start-index-tx)}.paginationExtended__c02196a5{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__2e3411e4 .directionIconNext__4f16d239{transform:rotate(180deg)}.paginationPageEllipsis__4981a10f{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__dbca9815{background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__dbca9815:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-34-0);outline:none}.paginationPageButton__dbca9815:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-34-0)}.paginationPageButton__dbca9815:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-34-0);cursor:grabbing}.paginationPageButton__dbca9815.currentPage__17a9acec{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-34-0);cursor:default}.paginationNavigationExtended__3c8e5fd9{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__759b4aa7{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__759b4aa7 .paginationSelectControl__0791667a{margin-left:8px;min-width:72px}.row__b2c7be8c{display:flex;flex-wrap:wrap;padding-bottom:16px}.row__b2c7be8c.noPaddingBottom__84774aa0,.row__b2c7be8c:last-child{padding-bottom:0}.row__b2c7be8c.SM__2e7ca77a{margin-left:-8px;margin-right:-8px}.row__b2c7be8c.MD__e2f97d14{margin-left:-12px;margin-right:-12px}.segmentedControlSegment__200dfd89{display:flex;flex:1 1 0;min-width:0;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-34-0);outline:none;cursor:pointer}.segmentedControlSegment__200dfd89:disabled{cursor:default}.sm__22421c5e .segmentedControlSegment__200dfd89{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__154c6b2a .segmentedControlSegment__200dfd89{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__75f4a8a2 .segmentedControlSegment__200dfd89{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__53c51acc .segmentedControlSegment__200dfd89{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-34-0)}.general1__53c51acc .segmentedControlSegment__200dfd89:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-34-0)}.general1__53c51acc .segmentedControlSegment__200dfd89:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-34-0)}.general1__53c51acc .segmentedControlSegment__200dfd89.selected__7def39a5{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-34-0)}.general1__53c51acc .segmentedControlSegment__200dfd89.selected__7def39a5:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-34-0)}.general1__53c51acc .segmentedControlSegment__200dfd89.selected__7def39a5:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-34-0)}.general2__4aab598a .segmentedControlSegment__200dfd89{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-34-0)}.general2__4aab598a .segmentedControlSegment__200dfd89:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-34-0)}.general2__4aab598a .segmentedControlSegment__200dfd89:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-34-0)}.general2__4aab598a .segmentedControlSegment__200dfd89.selected__7def39a5{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-34-0)}.general2__4aab598a .segmentedControlSegment__200dfd89.selected__7def39a5:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-34-0)}.general2__4aab598a .segmentedControlSegment__200dfd89.selected__7def39a5:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-34-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-34-0)}.secondary1__a3d09bbf .segmentedControlSegment__200dfd89{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-34-0)}.secondary1__a3d09bbf .segmentedControlSegment__200dfd89:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-34-0)}.secondary1__a3d09bbf .segmentedControlSegment__200dfd89:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-34-0)}.secondary1__a3d09bbf .segmentedControlSegment__200dfd89.selected__7def39a5{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-34-0)}.secondary1__a3d09bbf .segmentedControlSegment__200dfd89.selected__7def39a5:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-34-0)}.secondary2__8fc28c5e .segmentedControlSegment__200dfd89{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-34-0)}.secondary2__8fc28c5e .segmentedControlSegment__200dfd89:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-34-0)}.secondary2__8fc28c5e .segmentedControlSegment__200dfd89:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-34-0)}.secondary2__8fc28c5e .segmentedControlSegment__200dfd89.selected__7def39a5{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-34-0)}.secondary2__8fc28c5e .segmentedControlSegment__200dfd89.selected__7def39a5:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-34-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-34-0)}.segmentedControlSegment__200dfd89:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-34-0)}.content__b21744f8{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__452cf44c{display:flex;gap:4px}.segmentedControl__452cf44c.general1__53c51acc{background:var(--triplex-next-SegmentedControl-General_1_Background-1-34-0)}.segmentedControl__452cf44c.secondary1__a3d09bbf{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-34-0)}.segmentedControl__452cf44c.general2__4aab598a{background:var(--triplex-next-SegmentedControl-General_2_Background-1-34-0)}.segmentedControl__452cf44c.secondary2__8fc28c5e{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-34-0)}.segmentedControl__452cf44c.sm__22421c5e{border-radius:6px;padding:4px}.segmentedControl__452cf44c.md__154c6b2a{border-radius:8px;padding:4px}.segmentedControl__452cf44c.lg__75f4a8a2{border-radius:10px;padding:8px}.skeleton__7cac9f91{border-radius:16px;flex-grow:1}.skeleton__7cac9f91.light__7c0267eb{animation:skeleton-light-pulse__1b00bd73 2s ease-in-out infinite}.skeleton__7cac9f91.dark__a10a1975{animation:skeleton-dark-pulse__8d2e554e 2s ease-in-out infinite}@keyframes skeleton-light-pulse__1b00bd73{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-34-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-34-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-34-0)}}@keyframes skeleton-dark-pulse__8d2e554e{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-34-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-34-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-34-0)}}.sliderExtendedDot__f9376d5d{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-34-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__f9376d5d:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-34-0)}.sliderExtendedDot__f9376d5d.focusedByClick__029d458a:focus{box-shadow:none}.sliderExtendedDot__f9376d5d:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-34-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__f9376d5d:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-34-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__f9376d5d.disabled__e9c0c10c{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-34-0)}.sliderExtendedDot__f9376d5d.disabled__e9c0c10c:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-34-0)}.sliderExtendedDot__f9376d5d.disabled__e9c0c10c:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-34-0)}.sliderExtendedDot__f9376d5d:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-34-0)}.sliderExtendedDot__f9376d5d:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-34-0)}.sliderExtendedDot__f9376d5d.dragByMouse__4dacb440{background:var(--triplex-next-Slider-Dot_Background_Select-1-34-0)}.sliderExtendedDot__f9376d5d.dragByMouse__4dacb440:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-34-0)}.sliderExtendedDot__f9376d5d:hover .sliderExtendedTooltipOverlay__d2c01bd5,.sliderExtendedDot__f9376d5d:focus .sliderExtendedTooltipOverlay__d2c01bd5{visibility:visible}.sliderExtendedDot__f9376d5d.lg__1a20e2aa{width:28px;height:28px}.sliderExtendedDot__f9376d5d.lg__1a20e2aa:after{width:10px;height:10px}.sliderExtendedDot__f9376d5d.lg__1a20e2aa:before{width:14px;height:14px}.sliderExtendedMarks__6b7b1c09{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__09a14074{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__09a14074 .sliderExtendedMarkDot__d9a2c9f9{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-34-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__09a14074 .sliderExtendedMarkDot__d9a2c9f9.inSelectedRange__2be4fd17{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-34-0)}.sliderExtendedMark__09a14074.lg__1a20e2aa{top:20px}.sliderExtendedMark__09a14074.lg__1a20e2aa .sliderExtendedMarkDot__d9a2c9f9{top:-20px}.sliderExtendedMark__09a14074 .sliderExtendedMarkText__f57373b9{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__09a14074.disabled__e9c0c10c{pointer-events:none}.sliderExtendedMark__09a14074.disabled__e9c0c10c .sliderExtendedMarkText__f57373b9{pointer-events:none;opacity:.35}.sliderExtendedMark__09a14074.disabled__e9c0c10c .sliderExtendedMarkDot__d9a2c9f9{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-34-0)}.sliderExtendedMark__09a14074:first-child,.sliderExtendedMark__09a14074:last-child{transform:none}.sliderExtendedMark__09a14074:first-child.reverse__e6ec77b7 .sliderExtendedMarkDot__d9a2c9f9{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__09a14074:first-child.reverse__e6ec77b7 .sliderExtendedMarkText__f57373b9{margin-right:-4px}.sliderExtendedMark__09a14074:first-child:not(.reverse__e6ec77b7) .sliderExtendedMarkDot__d9a2c9f9{left:0;transform:translate(-50%)}.sliderExtendedMark__09a14074:first-child .sliderExtendedMarkText__f57373b9{margin-left:-4px}.sliderExtendedMark__09a14074:last-child.reverse__e6ec77b7 .sliderExtendedMarkDot__d9a2c9f9{left:0;transform:translate(-50%)}.sliderExtendedMark__09a14074:last-child.reverse__e6ec77b7 .sliderExtendedMarkText__f57373b9{margin-left:-4px}.sliderExtendedMark__09a14074:last-child:not(.reverse__e6ec77b7) .sliderExtendedMarkDot__d9a2c9f9{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__09a14074:last-child .sliderExtendedMarkText__f57373b9{margin-right:-4px}.sliderExtendedMark__09a14074.active__22a84bf0{pointer-events:none}.sliderExtendedRail__0734459a{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-34-0);cursor:pointer}.sliderExtended__865719a3{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__865719a3.disabled__e9c0c10c .sliderExtendedRail__0734459a{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-34-0)}.sliderExtended__865719a3.lg__1a20e2aa{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__abb82eba{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-34-0);z-index:10}.sliderExtendedTrack__abb82eba.lg__1a20e2aa{top:12px}.sliderExtendedTrack__abb82eba:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-34-0)}.sliderExtendedTrack__abb82eba.focusedByClick__029d458a:focus{box-shadow:none}.sliderExtendedTrack__abb82eba.hoverOrDragByMouse__4c687a5a{background:var(--triplex-next-Slider-Track_Background_Hover-1-34-0)}.sliderExtendedTrack__abb82eba.staticSlider__bf9cb9a0{cursor:default;pointer-events:none}.sliderExtendedTrack__abb82eba.disabled__e9c0c10c{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-34-0)}.sliderExtendedTooltipOverlay__d2c01bd5{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__d2c01bd5.lg__1a20e2aa{bottom:32px}.sliderExtendedTooltipOverlay__d2c01bd5 .tooltipBody__8d6022f0{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-34-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-34-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__d2c01bd5 .tooltipTip__7c013be8{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-34-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__d2c01bd5 .tooltipTip__7c013be8{margin:-.5px}}.smsField__e77d82c3{display:inline-block;position:relative;width:100%}.smsField__e77d82c3 .input__8a107c09{text-align:center}.smsField__e77d82c3 .input__8a107c09::placeholder{opacity:1}.smsField__e77d82c3 .input__8a107c09:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-34-0)}.smsField__e77d82c3 .input__8a107c09.lg__3aeacc6a{padding:18px 40px}.smsField__e77d82c3 .input__8a107c09.md__c46ec0df{padding-left:26px;padding-right:26px}.smsField__e77d82c3 .input__8a107c09.sm__12398e99{padding-left:20px;padding-right:20px}.smsField__e77d82c3 .btnRefresh__8b7c1b69{position:absolute;outline:none;z-index:1}.smsField__e77d82c3 .btnRefresh__8b7c1b69.lg__3aeacc6a{top:12px;left:12px;height:32px;width:32px}.smsField__e77d82c3 .btnRefresh__8b7c1b69.md__c46ec0df{top:10px;left:10px}.smsField__e77d82c3 .btnRefresh__8b7c1b69.sm__12398e99{top:4px;left:4px}.smsField__e77d82c3 .btnRefresh__8b7c1b69 .full__765e52d9{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-34-0)}.smsField__e77d82c3 .btnRefresh__8b7c1b69 .empty__e94b8f51{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-34-0)}.smsField__e77d82c3 .btnRefresh__8b7c1b69:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-34-0)}.smsField__e77d82c3 .btnSubmit__d0b7773e{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-34-0)}.smsField__e77d82c3 .btnSubmit__d0b7773e.active__cdf6cacf:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-34-0)}.smsField__e77d82c3 .btnSubmit__d0b7773e.active__cdf6cacf:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-34-0)}.smsField__e77d82c3 .btnSubmit__d0b7773e.lg__3aeacc6a{top:15px;right:15px;height:26px;width:26px}.smsField__e77d82c3 .btnSubmit__d0b7773e.md__c46ec0df{top:10px;right:10px}.smsField__e77d82c3 .btnSubmit__d0b7773e.sm__12398e99{top:4px;right:4px}.spoiler__ecf3d125{display:flex;flex-direction:column}.spoiler__ecf3d125.opened__51c652d4 .caretIcon__97b0327a{transform:rotate(-180deg)}.spoiler__ecf3d125 .head__641d9ce1 .caretIcon__97b0327a{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__ecf3d125 .head__641d9ce1 button>span{white-space:normal;text-align:left}.spoiler__ecf3d125 .content__712cdc01.hidden__7ea63b5a{display:none}.spoiler__ecf3d125 .lg__acaa6ecc .content__712cdc01{margin-top:8px}.spoiler__ecf3d125 .md__539d77ed .content__712cdc01{margin-top:0}.spoiler__ecf3d125 .sm__68708182 .content__712cdc01{margin-top:-4px}.statusTrackerWrapper__6347f0da{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-34-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-34-0);overflow:hidden;height:100%}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8{width:100%;padding:40px 24px 16px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8.verticalAlignMiddle__f21b326f{align-self:center}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8.verticalAlignBottom__9cbc6365{align-self:end}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerChild__f27c212d{padding:8px 0}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerChild__f27c212d:empty{padding:0}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerSum__19298cbc,.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerTitle__80e8b4a7{padding-bottom:4px}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerDescription__253c2a80{display:block;padding-top:8px}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerAlert__24fa40fc{margin-top:12px;text-align:left}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerStatus__b14321d0{display:inline-flex;margin-bottom:4px}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerFooterWrapper__dc9f7959{display:grid}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerFooterWrapper__dc9f7959 .statusTrackerDescription__253c2a80:last-child{padding-top:0}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerFooterWrapper__dc9f7959 .statusTrackerButton__bf6b6dda{margin-bottom:12px}.statusTrackerWrapper__6347f0da .statusTracker__cbbe58e8 .statusTrackerFooterWrapper__dc9f7959 .statusTrackerButton__bf6b6dda:last-child{margin-bottom:0}.statusTrackerWrapper__6347f0da .statusTrackerColor__9ec80786{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__6347f0da .statusTrackerColor__9ec80786.waiting__51b829ad{background:var(--triplex-next-StatusTracker-Waiting_Color-1-34-0)}.statusTrackerWrapper__6347f0da .statusTrackerColor__9ec80786.warning__2213d599{background:var(--triplex-next-StatusTracker-Warning_Background-1-34-0)}.statusTrackerWrapper__6347f0da .statusTrackerColor__9ec80786.rejected__1eb960ac{background:var(--triplex-next-StatusTracker-Rejected_Color-1-34-0)}.statusTrackerWrapper__6347f0da .statusTrackerColor__9ec80786.approved__9787fbae{background:var(--triplex-next-StatusTracker-Approved_Color-1-34-0)}.statusTrackerWrapper__6347f0da .statusTrackerBackground__8d76f424{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__6347f0da .statusTrackerBackground__8d76f424.waiting__51b829ad{background:var(--triplex-next-StatusTracker-Waiting_Background-1-34-0)}.statusTrackerWrapper__6347f0da .statusTrackerBackground__8d76f424.warning__2213d599{background:var(--triplex-next-StatusTracker-Warning_Background-1-34-0)}.statusTrackerWrapper__6347f0da .statusTrackerBackground__8d76f424.rejected__1eb960ac{background:var(--triplex-next-StatusTracker-Rejected_Background-1-34-0)}.statusTrackerWrapper__6347f0da .statusTrackerBackground__8d76f424.approved__9787fbae{background:var(--triplex-next-StatusTracker-Approved_Background-1-34-0)}@media(max-width:767px){.statusTrackerWrapper__6347f0da{border-radius:16px}}.statusTrackerStatusGroup__6246b959{display:flex;flex-direction:column;align-items:flex-start;margin:0 auto;width:fit-content}.stepperStep__53c55dba{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__53c55dba+.stepperStep__53c55dba{margin-left:12px}.stepperStep__53c55dba.sm__f8080222{font-size:12px;line-height:16px}.stepperStep__53c55dba.sm__f8080222:not(:last-child) .content__500f0952{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__53c55dba.sm__f8080222:last-child .content__500f0952{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__53c55dba.sm__f8080222:last-child .arrow__54ee3c53{display:none}.stepperStep__53c55dba.md__625c9e55{font-size:14px;line-height:20px}.stepperStep__53c55dba.md__625c9e55:not(:last-child) .content__500f0952{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__53c55dba.md__625c9e55:last-child .content__500f0952{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__53c55dba.md__625c9e55:last-child .arrow__54ee3c53{display:none}.stepperStep__53c55dba.lg__ffdccd66{font-size:16px;line-height:20px}.stepperStep__53c55dba.lg__ffdccd66:not(:last-child) .content__500f0952{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__53c55dba.lg__ffdccd66:last-child .content__500f0952{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__53c55dba.lg__ffdccd66:last-child .arrow__54ee3c53{display:none}.stepperStep__53c55dba:hover:not(.active__69586c83):not(.disabled__9e793091) .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-34-0)}.stepperStep__53c55dba:hover:not(.active__69586c83):not(.disabled__9e793091) .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-34-0)}.stepperStep__53c55dba:hover:not(.active__69586c83):not(.disabled__9e793091) .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-34-0)}.stepperStep__53c55dba.active__69586c83{cursor:default}.stepperStep__53c55dba.active__69586c83 .content__500f0952{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-34-0)}.stepperStep__53c55dba.active__69586c83 .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-34-0)}.stepperStep__53c55dba.active__69586c83.error__bacd7881 .content__500f0952{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-34-0)}.stepperStep__53c55dba.active__69586c83.error__bacd7881 .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-34-0)}.stepperStep__53c55dba.active__69586c83.error__bacd7881 .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-34-0)}.stepperStep__53c55dba.active__69586c83.warning__a83c32cf .content__500f0952{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0)}.stepperStep__53c55dba.active__69586c83.warning__a83c32cf .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0)}.stepperStep__53c55dba.active__69586c83.warning__a83c32cf .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-34-0)}.stepperStep__53c55dba.completed__ab971906.error__bacd7881 .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-34-0)}.stepperStep__53c55dba.completed__ab971906.error__bacd7881 .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-34-0)}.stepperStep__53c55dba.completed__ab971906.error__bacd7881 .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-34-0)}.stepperStep__53c55dba.completed__ab971906.error__bacd7881:hover .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-34-0)}.stepperStep__53c55dba.completed__ab971906.error__bacd7881:hover .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-34-0)}.stepperStep__53c55dba.completed__ab971906.error__bacd7881:hover .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-34-0)}.stepperStep__53c55dba.completed__ab971906.warning__a83c32cf .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0)}.stepperStep__53c55dba.completed__ab971906.warning__a83c32cf .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0)}.stepperStep__53c55dba.completed__ab971906.warning__a83c32cf .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0)}.stepperStep__53c55dba.completed__ab971906.warning__a83c32cf:hover .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-34-0)}.stepperStep__53c55dba.completed__ab971906.warning__a83c32cf:hover .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-34-0)}.stepperStep__53c55dba.completed__ab971906.warning__a83c32cf:hover .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3 :not(.error__bacd7881):not(.warning__a83c32cf) .content__500f0952{color:var(--triplex-next-Stepper-Step_Color_Default-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3 :not(.error__bacd7881):not(.warning__a83c32cf):hover .content__500f0952{color:var(--triplex-next-Stepper-Step_Color_Hover-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.error__bacd7881 .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.error__bacd7881 .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.error__bacd7881 .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.error__bacd7881:hover .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.error__bacd7881:hover .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.error__bacd7881:hover .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.warning__a83c32cf .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.warning__a83c32cf .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.warning__a83c32cf .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.warning__a83c32cf:hover .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-34-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.warning__a83c32cf:hover .arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-34-0)}.stepperStep__53c55dba.inactive__ec6b21b3.warning__a83c32cf:hover .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-34-0)}.stepperStep__53c55dba.disabled__9e793091{pointer-events:none}.stepperStep__53c55dba.disabled__9e793091 .content__500f0952{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-34-0)}.stepperStep__53c55dba.disabled__9e793091 .content__500f0952{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-34-0)}.stepperStep__53c55dba.disabled__9e793091 .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-34-0)}.stepperStep__53c55dba.focusVisible__a5ad93f3.completed__ab971906 .content__500f0952,.stepperStep__53c55dba.focusVisible__a5ad93f3.active__69586c83 .content__500f0952,.stepperStep__53c55dba.focusVisible__a5ad93f3.inactive__ec6b21b3 .content__500f0952{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-34-0)}.stepperStep__53c55dba.focusVisible__a5ad93f3.completed__ab971906 .arrow__54ee3c53 path:last-child,.stepperStep__53c55dba.focusVisible__a5ad93f3.active__69586c83 .arrow__54ee3c53 path:last-child,.stepperStep__53c55dba.focusVisible__a5ad93f3.inactive__ec6b21b3 .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-34-0)}.stepperStep__53c55dba.focusVisible__a5ad93f3.completed__ab971906:hover .content__500f0952,.stepperStep__53c55dba.focusVisible__a5ad93f3.active__69586c83:hover .content__500f0952,.stepperStep__53c55dba.focusVisible__a5ad93f3.inactive__ec6b21b3:hover .content__500f0952{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-34-0)}.stepperStep__53c55dba.focusVisible__a5ad93f3.completed__ab971906:hover .arrow__54ee3c53 path:last-child,.stepperStep__53c55dba.focusVisible__a5ad93f3.active__69586c83:hover .arrow__54ee3c53 path:last-child,.stepperStep__53c55dba.focusVisible__a5ad93f3.inactive__ec6b21b3:hover .arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-34-0)}.content__500f0952{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-34-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-34-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-34-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.arrow__54ee3c53{transform:translate(0)}.arrow__54ee3c53 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-34-0)}.arrow__54ee3c53 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-34-0)}.icon__0b0e8e7c{display:inline-flex;align-items:center;line-height:0}.nonempty__4d4d6e14 .icon__0b0e8e7c{margin-right:6px}.stepperExtended__02a31119{display:flex;padding:0;margin:0;list-style:none}.stepperCarousel__448070e3{position:relative}.stepperCarousel__448070e3:hover .stepperButtonWrapper__23ae7c51{opacity:1;pointer-events:auto}.stepperButtonWrapper__23ae7c51{position:absolute;top:0;z-index:1;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.stepperButtonWrapper__23ae7c51.prev__6e129c49{left:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Prev-1-34-0)}.stepperButtonWrapper__23ae7c51.next__db9c27f2{right:0;background:var(--triplex-next-Stepper-ButtonWrapper_Background_Next-1-34-0)}.stepperButton__402a1090.sm__f8080222{height:28px;width:28px}.stepperButton__402a1090.md__625c9e55{height:40px;width:40px}.stepperButton__402a1090.lg__ffdccd66{height:56px;width:56px}@media(max-width:767px){.stepperButtonWrapper__23ae7c51{display:none}}.suggestFieldMobileBody__c232ef8c{height:176px}.suggestFieldMobileDropdownHint__d50ec87d{padding:16px}.noColumns__80160310{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__80160310>.content__221209c0{width:456px;text-align:center}.filterPanel__bf2f2ca1{padding:8px 0 24px;border-radius:8px 8px 0 0}.chipPanelLinks__86803d6c{display:flex;height:28px;z-index:1;margin-left:auto}.chipPanelLinks__86803d6c>a:not(:first-child){margin-left:16px}.chipPanel__a069656d{display:flex;justify-content:space-between}@keyframes fadeIn__d585637d{0%{opacity:0}to{opacity:1}}.tableBasic__d9f1582a{position:relative}.tableBasic__d9f1582a table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__d9f1582a table th.alignLeft__86ca8324,.tableBasic__d9f1582a table td.alignLeft__86ca8324{text-align:left}.tableBasic__d9f1582a table th.alignRight__3a5e4c4d,.tableBasic__d9f1582a table td.alignRight__3a5e4c4d{text-align:right}.tableBasic__d9f1582a table th.alignCenter__ab969c57,.tableBasic__d9f1582a table td.alignCenter__ab969c57{text-align:center}.tableBasic__d9f1582a table th.verticalAlignBaseline__9ae094db,.tableBasic__d9f1582a table td.verticalAlignBaseline__9ae094db{vertical-align:baseline}.tableBasic__d9f1582a table th.verticalAlignSub__af6c5506,.tableBasic__d9f1582a table td.verticalAlignSub__af6c5506{vertical-align:sub}.tableBasic__d9f1582a table th.verticalAlignSuper__0e1499d6,.tableBasic__d9f1582a table td.verticalAlignSuper__0e1499d6{vertical-align:super}.tableBasic__d9f1582a table th.verticalAlignTextTop__7f8404e2,.tableBasic__d9f1582a table td.verticalAlignTextTop__7f8404e2{vertical-align:text-top}.tableBasic__d9f1582a table th.verticalAlignTextBottom__896e69b8,.tableBasic__d9f1582a table td.verticalAlignTextBottom__896e69b8{vertical-align:text-bottom}.tableBasic__d9f1582a table th.verticalAlignMiddle__56af4820,.tableBasic__d9f1582a table td.verticalAlignMiddle__56af4820{vertical-align:middle}.tableBasic__d9f1582a table th.verticalAlignTop__60f48c21,.tableBasic__d9f1582a table td.verticalAlignTop__60f48c21{vertical-align:top}.tableBasic__d9f1582a table th.verticalAlignBottom__86b7aa4e,.tableBasic__d9f1582a table td.verticalAlignBottom__86b7aa4e{vertical-align:bottom}.tableBasic__d9f1582a table>thead>tr{height:48px}.tableBasic__d9f1582a table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-34-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-34-0)}.tableBasic__d9f1582a table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__d9f1582a table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__d9f1582a table>thead>tr>th.checkboxType__dee243de{padding:16px 12px}.tableBasic__d9f1582a table>thead>tr>th .thBlock__3d5b851b{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__d9f1582a table>thead>tr>th .thBlock__3d5b851b.order__760168ef{cursor:pointer}.tableBasic__d9f1582a table>thead>tr>th .thBlock__3d5b851b.order__760168ef .orderButton__f0cb1d3d{display:flex;visibility:hidden;align-items:center}.tableBasic__d9f1582a table>thead>tr>th .thBlock__3d5b851b.order__760168ef .orderButton__f0cb1d3d.alignLeft__86ca8324{margin-right:8px}.tableBasic__d9f1582a table>thead>tr>th .thBlock__3d5b851b.order__760168ef .orderButton__f0cb1d3d.alignRight__3a5e4c4d{margin-left:8px}.tableBasic__d9f1582a table>thead>tr>th .thBlock__3d5b851b.order__760168ef .orderButton__f0cb1d3d.sorted__ddebd49d{visibility:visible}.tableBasic__d9f1582a table>thead>tr>th .thBlock__3d5b851b.order__760168ef:hover .orderButton__f0cb1d3d{visibility:visible}.tableBasic__d9f1582a table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-34-0)}.tableBasic__d9f1582a table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__d9f1582a table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__d9f1582a table>tbody>tr>td.textType__57c50396{padding:12px}.tableBasic__d9f1582a table>tbody>tr>td.componentsType__a2e05279{padding:8px 12px}.tableBasic__d9f1582a table>tbody>tr>td.checkboxType__dee243de{padding:10px 12px 12px}.tableBasic__d9f1582a table>tbody>tr.selected__8b705442>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-34-0)}.tableBasic__d9f1582a table>tbody.clickable__e3b65773>tr{cursor:pointer}.tableBasic__d9f1582a table>tbody.hoverable__43853840>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-34-0)}.tableBasic__d9f1582a .footerEmptyData__3229f9c9{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__d9f1582a .spinnerWrapper__d72b0a50{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__d9f1582a .spinnerWrapper__d72b0a50 .tableLoaderScreen__35e965c7{border-radius:8px 8px 0 0;z-index:100}.tableBasic__d9f1582a .overlayCover__ffb18dfe{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-34-0);animation:fadeIn__d585637d .3s}.tableBasicSettingsBody__8dd23665{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__62095403{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-34-0)!important}.columnSettingsSortableListItemTarget__62095403:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-34-0)!important}.columnSettingsSortableListItemTarget__62095403.dragging__d5846e9f{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-34-0)!important}.columnSettingsStaticListItem__50b4fd45{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-34-0)}.tableBasicSettingsFooter__1f022909{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-34-0);padding:11px 12px 12px}.tableBasicSettingsHeader__b3236368{padding:16px 12px 12px}.tableSettingsLink__a1b99609{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__e35f49be{width:320px}.tableFooterWrapper__83bd960a{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__83bd960a .tableFooterShadow__ec8b0bbb{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-34-0);pointer-events:none}.tableFooterWrapper__83bd960a .tableFooter__3928d1e0{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-34-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__83bd960a .tableFooter__3928d1e0 .tableFooterSummary__4724bded{display:flex;align-items:center}.tableFooterWrapper__83bd960a .tableFooter__3928d1e0 .tableFooterSummary__4724bded .tableFooterSummarySelectedCount__7edd8279,.tableFooterWrapper__83bd960a .tableFooter__3928d1e0 .tableFooterSummary__4724bded .tableFooterSummarySelectAllButton__e517942f,.tableFooterWrapper__83bd960a .tableFooter__3928d1e0 .tableFooterSummary__4724bded .tableFooterSummaryAmount__82aacaee{display:inline-flex}.tableFooterWrapper__83bd960a .tableFooter__3928d1e0 .tableFooterSummary__4724bded .tableFooterSummarySelectedCount__7edd8279,.tableFooterWrapper__83bd960a .tableFooter__3928d1e0 .tableFooterSummary__4724bded .tableFooterSummarySelectAllButton__e517942f,.tableFooterWrapper__83bd960a .tableFooter__3928d1e0 .tableFooterSummary__4724bded .tableFooterSummaryAmount__82aacaee,.tableFooterWrapper__83bd960a .tableFooter__3928d1e0 .tableFooterSummary__4724bded .tableFooterSummaryLabel__4c98a566{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__83bd960a{height:112px}}.paginationPanel__460287d7{margin-top:16px}.masterTable__ef95158d,.tabsExtended__8fa4f0a6{position:relative}.tabsExtendedContent__8d407676{display:inline-flex}.tabsExtendedContent__8d407676.sm__7e26077e{border-radius:6px;padding:4px}.tabsExtendedContent__8d407676.md__5b637558{border-radius:8px;padding:4px}.tabsExtendedContent__8d407676.lg__319c65c3{border-radius:10px;padding:8px}.tabsExtendedTab__14816204{display:flex}.tabsExtendedTab__14816204+.tabsExtendedTab__14816204,.tabsExtendedDropdown__4491533b{margin-left:4px}.tabsReal__98133105,.tabsFake__109d2b01{display:flex;box-sizing:border-box;width:100%}.tabsReal__98133105.hidden__d3649955{visibility:hidden}.tabsReal__98133105 .tabsExtendedTab__14816204.hidden__d3649955{display:none}.tabsFake__109d2b01{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__971d6320 .tabsExtendedContent__8d407676{background-color:var(--triplex-next-Tabs-Type1_Background-1-34-0)}.type2__7dc2b1a4 .tabsExtendedContent__8d407676{background-color:var(--triplex-next-Tabs-Type2_Background-1-34-0)}.tabsExtendedTabButton__f557ef10{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-34-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__f557ef10 .notificationIcon__3327c3ea{position:absolute}.tabsExtendedTabButton__f557ef10.lg__319c65c3{border-radius:6px;padding:9px 15px}.tabsExtendedTabButton__f557ef10.lg__319c65c3 .notificationIcon__3327c3ea{right:6px;top:6px}.tabsExtendedTabButton__f557ef10.md__5b637558{border-radius:4px;padding:5px 15px}.tabsExtendedTabButton__f557ef10.md__5b637558 .notificationIcon__3327c3ea{right:4px;top:4px}.tabsExtendedTabButton__f557ef10.sm__7e26077e{border-radius:4px;padding:1px 15px}.tabsExtendedTabButton__f557ef10.sm__7e26077e .notificationIcon__3327c3ea{right:3px;top:3px}.tabsExtendedTabButton__f557ef10 .tabsExtendedTabButtonTextDefault__15b8c93b{display:block}.tabsExtendedTabButton__f557ef10 .tabsExtendedTabButtonTextHover__29e59d3a,.tabsExtendedTabButton__f557ef10:hover .tabsExtendedTabButtonTextDefault__15b8c93b,.tabsExtendedTabButton__f557ef10.selected__148429d1 .tabsExtendedTabButtonTextDefault__15b8c93b{display:none}.tabsExtendedTabButton__f557ef10:hover .tabsExtendedTabButtonTextHover__29e59d3a,.tabsExtendedTabButton__f557ef10.selected__148429d1 .tabsExtendedTabButtonTextHover__29e59d3a{display:block}.tabsExtendedTabButton__f557ef10::-moz-focus-inner{border:none}.tabsExtendedTabButton__f557ef10+.tabsExtendedTabButton__f557ef10{margin-left:2px}.tabsExtendedTabButton__f557ef10:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-34-0)}.tabsExtendedTabButton__f557ef10.type1__971d6320{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-34-0)}.tabsExtendedTabButton__f557ef10.type1__971d6320.selected__148429d1{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-34-0)}.tabsExtendedTabButton__f557ef10.type1__971d6320:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-34-0)}.tabsExtendedTabButton__f557ef10.type2__7dc2b1a4{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-34-0)}.tabsExtendedTabButton__f557ef10.type2__7dc2b1a4.selected__148429d1{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-34-0)}.tabsExtendedTabButton__f557ef10.type2__7dc2b1a4:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-34-0)}.tabsContent__c13a55f1 .tabButtonDropdown__2f80fca0{justify-content:center;padding:0!important}.tabsContent__c13a55f1 .tabButtonDropdown__2f80fca0.sm__337a924d{min-width:20px;min-height:20px;height:20px}.tabsContent__c13a55f1 .tabButtonDropdown__2f80fca0.md__73dc179d{min-width:32px;min-height:32px;height:32px}.tabsContent__c13a55f1 .tabButtonDropdown__2f80fca0.lg__8de5e7af{min-width:40px;min-height:40px;height:40px}.tag__9c2afc90{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-34-0);border-radius:4px;gap:2px}.tag__9c2afc90.sm__81c30cb4{height:20px;padding:2px 4px 2px 6px}.tag__9c2afc90.md__ed515c10{height:28px;padding:4px 6px 4px 8px}.tag__9c2afc90.lg__3a96ddb3{height:32px;padding:6px 8px 6px 10px}.content__bee5b380{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__e821cda0{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__e821cda0.sm__453140e6{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__e821cda0.md__44cb9056{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__e821cda0.lg__0812c8ef{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__e821cda0.default__a9b81f38{background:var(--triplex-next-TagColor-Background_Default-1-34-0)}.tagColor__e821cda0.success__0b5f4097{background:var(--triplex-next-TagColor-Background_Success-1-34-0)}.tagColor__e821cda0.info__882ad9c9{background:var(--triplex-next-TagColor-Background_Info-1-34-0)}.tagColor__e821cda0.warning__a4b9f4d1{background:var(--triplex-next-TagColor-Background_Warning-1-34-0)}.tagColor__e821cda0.error__bf10d86e{background:var(--triplex-next-TagColor-Background_Error-1-34-0)}.content__190c9814{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-34-0)}.tagGroup__2723ff95.sm__d8eaad87{margin:-2px}.tagGroup__2723ff95.sm__d8eaad87>*{margin:2px}.tagGroup__2723ff95.md__0a0b0461{margin:-4px}.tagGroup__2723ff95.md__0a0b0461>*{margin:4px}.tagGroup__2723ff95.lg__16aa995f{margin:-6px}.tagGroup__2723ff95.lg__16aa995f>*{margin:6px}.uploadZone__7689a657{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-34-0)}.uploadZone__7689a657:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-34-0)}.uploadZoneDragArea__a33cf2ac{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-34-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__8294ff55{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-34-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-34-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-34-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__9f780570{display:none}@media(max-width:767px){.uploadZone__7689a657,.uploadZone__7689a657:hover{background:none}.uploadZoneDragArea__a33cf2ac{display:none}}