@sberbusiness/triplex-next 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/{AlertProcessSpoiler-BQv9QI6L.js → AlertProcessSpoiler-M7W9D-p3.js} +6 -6
- package/chunks/CalendarViewItem-Cs4qo2T0.js +105 -0
- package/chunks/Card.module-lZl8x0iL.js +17 -0
- package/chunks/{Chip-G6cGXuGj.js → Chip-DpSJGyYK.js} +10 -10
- package/chunks/{DropdownListItem-D2hzyBGc.js → DropdownListItem-SqymKZn5.js} +10 -10
- package/chunks/DropdownMobile.module-C_Jtpfxj.js +21 -0
- package/chunks/Footer.module-3tcvZGt3.js +9 -0
- package/chunks/{FormFieldInput-CO7yZP0Q.js → FormFieldInput-BSxKZxcq.js} +11 -11
- package/chunks/HeaderLayoutSidebar.module-DqrwTmWo.js +9 -0
- package/chunks/HeaderTabs.module-DegB0R8X.js +9 -0
- package/chunks/{HeaderTitle.module-BHyH17ZI.js → HeaderTitle.module-CEMLCR13.js} +2 -2
- package/chunks/IslandAccordion.module-DFvQwhSg.js +22 -0
- package/chunks/{LightBoxContent-DmoszkOx.js → LightBoxContent-DTTxRVLQ.js} +16 -16
- package/chunks/LightBoxControls.module-Dn4GtUtF.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-BUvFYJwr.js +8 -0
- package/chunks/{ListItemControlsButton-BoEiexyr.js → ListItemControlsButton-AbCEipFe.js} +10 -10
- package/chunks/ListItemTail.module-CZYSMJRz.js +12 -0
- package/chunks/ListMasterFooter.module-Bw6BVPVj.js +10 -0
- package/chunks/ModalWindow.module-DGcF8-xJ.js +17 -0
- package/chunks/Notification.module-Cj_Pd4DQ.js +21 -0
- package/chunks/Overlay.module-BqJXvoeX.js +18 -0
- package/chunks/Page.module-DUQ6i8Ez.js +12 -0
- package/chunks/{RightBorderArrow-BHW7rkmN.js → RightBorderArrow-Co_RT8lZ.js} +12 -12
- package/chunks/SMSInput.module-D1TiDw_A.js +16 -0
- package/chunks/StatusTracker.module-DetC6Udk.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CMKMF0PQ.js → SuggestFieldMobileDropdownHint-nZwpz9Eo.js} +2 -2
- package/chunks/TableFooter.module-BF4P3QCw.js +13 -0
- package/chunks/TabsExtended.module-BciQYRi4.js +16 -0
- package/chunks/TabsLine.module-Cx0n_AdV.js +23 -0
- package/chunks/TooltipDesktop.module-DK06gaHe.js +19 -0
- package/chunks/TooltipMobileCloseButton-DTtQoE3B.js +20 -0
- package/chunks/{UploadZoneInput-pdhICY56.js → UploadZoneInput-C2-_7DoS.js} +3 -3
- package/chunks/{utils-B7AjUpy-.js → utils-CFlJg-k1.js} +5 -5
- package/chunks/{utils-DwX2_kEA.js → utils-CXhKCNyM.js} +14 -14
- package/chunks/utils-CoHHiBA8.js +24 -0
- package/chunks/utils-D9w2Kvyk.js +36 -0
- package/chunks/{utils-C9-tOm2Z.js → utils-Dhi5F6Da.js} +9 -9
- package/chunks/vendor-9KVE23Ri.js +14839 -0
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +16 -16
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +8 -8
- package/components/AmountField/AmountField.js +2 -2
- package/components/Body/Body.js +3 -3
- package/components/Button/Button.js +18 -18
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +54 -54
- package/components/Button/ButtonDropdownExtended.js +9 -9
- package/components/Button/ButtonIcon.js +13 -13
- package/components/Calendar/Calendar.js +183 -0
- package/components/Calendar/CalendarContext.js +22 -0
- package/components/Calendar/CalendarRange.js +28 -0
- package/components/Calendar/CalendarViewContext.js +8 -0
- package/components/Calendar/components/CalendarControls.js +98 -0
- package/components/Calendar/components/CalendarFooter.js +9 -0
- package/components/Calendar/components/CalendarTodayButton.js +31 -0
- package/components/Calendar/components/CalendarView.js +30 -0
- package/components/Calendar/components/CalendarViewDays.js +109 -0
- package/components/Calendar/components/CalendarViewItem.js +11 -0
- package/components/Calendar/components/CalendarViewMonths.js +64 -0
- package/components/Calendar/components/CalendarViewYears.js +64 -0
- package/components/Calendar/enums.js +7 -0
- package/components/Calendar/index.js +9 -0
- package/components/Calendar/types.js +2 -0
- package/components/Calendar/utils.js +38 -0
- package/components/Card/CardAction.js +14 -14
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +7 -7
- package/components/Checkbox/Checkbox.js +12 -12
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipOptions.js +7 -7
- package/components/Chip/ChipSelect.js +2 -2
- package/components/Chip/ChipSort.js +55 -0
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
- package/components/Chip/index.js +7 -5
- package/components/ChipGroup/ChipGroup.js +14 -14
- package/components/Col/Col.js +142 -142
- package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
- package/components/DateField/DateField.js +135 -0
- package/components/DateField/DateFieldContext.js +12 -0
- package/components/DateField/DateFieldTarget.js +60 -0
- package/components/DateField/constants.js +5 -0
- package/components/DateField/index.js +5 -0
- package/components/DateField/types.js +2 -0
- package/components/DateField/utils.js +23 -0
- package/components/DatePickerExtended/DatePickerExtended.js +136 -0
- package/components/DatePickerExtended/DatePickerExtendedContext.js +11 -0
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +63 -0
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +77 -70
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +71 -64
- package/components/DesignTokens/DesignTokensCore.js +1 -1
- package/components/DesignTokens/components/Calendar.js +109 -0
- package/components/DesignTokens/components/Divider.js +4 -4
- package/components/DesignTokens/components/ModalWindow.js +11 -0
- package/components/DesignTokens/components/index.js +132 -126
- package/components/Divider/Divider.js +21 -21
- package/components/Dropdown/desktop/DropdownDesktop.js +17 -17
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +11 -0
- package/components/Ellipsis/Ellipsis.js +8 -8
- package/components/ExpandAnimation/ExpandAnimation.js +21 -21
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +21 -21
- package/components/FormField/components/FormFieldClear.js +12 -16
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +6 -6
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +10 -10
- package/components/FormField/components/FormFieldMaskedInput.js +25 -29
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +9 -9
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +9 -9
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +6 -6
- package/components/Island/components/IslandHeader.js +4 -4
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/LightBox/LightBox.js +16 -16
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxTopOverlay/LightBoxTopOverlay.js +15 -15
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +20 -20
- package/components/List/List.js +7 -7
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +5 -5
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +7 -7
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +10 -10
- package/components/List/components/ListSortableItemControls.js +7 -7
- package/components/List/components/ListSortableItemTarget.js +6 -6
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +6 -6
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +13 -13
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +98 -0
- package/components/ModalWindow/components/ModalWindowBody.js +189 -0
- package/components/ModalWindow/components/ModalWindowClose.js +29 -0
- package/components/ModalWindow/components/ModalWindowContent.js +13 -0
- package/components/ModalWindow/components/ModalWindowFooter.js +10 -0
- package/components/ModalWindow/components/ModalWindowHeader.js +13 -0
- package/components/ModalWindow/components/ModalWindowViewManager.js +45 -0
- package/components/ModalWindow/index.js +17 -0
- package/components/MonthYearField/MonthYearField.js +66 -0
- package/components/MonthYearField/MonthYearFieldContext.js +9 -0
- package/components/MonthYearField/MonthYearFieldTarget.js +59 -0
- package/components/MonthYearField/constants.js +5 -0
- package/components/MonthYearField/index.js +5 -0
- package/components/MonthYearField/types.js +2 -0
- package/components/MonthYearField/utils.js +22 -0
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +8 -8
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +2 -2
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Page/components/useStickyCornerRadius.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +7 -7
- package/components/Pagination/components/PaginationNavigationButton.js +7 -7
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +6 -6
- package/components/Pagination/components/PaginationPageEllipsis.js +3 -3
- package/components/Pagination/components/PaginationSelect.js +8 -8
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +9 -9
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- package/components/SMSInput/SMSInput.js +3 -3
- package/components/SMSInput/components/RefreshIcon.js +2 -2
- package/components/SMSInput/components/SMSInputInput.js +3 -3
- package/components/SMSInput/components/SMSInputRefresh.js +2 -2
- package/components/SMSInput/components/SMSInputSubmit.js +2 -2
- package/components/SMSInput/components/SMSInputTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +5 -5
- package/components/SegmentedControl/SegmentedControlSegment.js +8 -8
- package/components/SelectExtendedField/SelectExtendedField.js +11 -11
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +19 -19
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/Spoiler/Spoiler.js +16 -16
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +7 -7
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +56 -56
- package/components/Stepper/StepperExtended.js +2 -2
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/SuggestMobileDropdownContent.js +13 -13
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +16 -16
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +20 -20
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +7 -7
- package/components/Table/NoColumns.js +6 -6
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +10 -10
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +7 -7
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +2 -2
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +6 -6
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +9 -9
- package/components/Tag/Tag.js +18 -18
- package/components/TagGroup/TagGroup.js +10 -10
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +4 -4
- package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +19 -19
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +28 -32
- package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +6 -11
- package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +4 -4
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +13 -13
- package/components/Typography/Text.js +26 -26
- package/components/Typography/Title.js +17 -17
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +7 -7
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +423 -413
- package/consts/DateConst.js +14 -0
- package/index.d.ts +284 -4
- package/index.js +432 -422
- package/package.json +18 -1
- package/styles/triplex-next.css +501 -472
- package/types/DateTypes.js +2 -0
- package/utils/amountUtils.js +1 -1
- package/chunks/Card.module-kTbr6OQy.js +0 -17
- package/chunks/DropdownMobile.module-Fa_t6vz1.js +0 -21
- package/chunks/Footer.module-B3uFxh54.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CGCy_cim.js +0 -9
- package/chunks/HeaderTabs.module-DMuNfILv.js +0 -9
- package/chunks/IslandAccordion.module-7xAwgJVI.js +0 -22
- package/chunks/LightBoxControls.module-42gn-co3.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-B_oIB3rc.js +0 -8
- package/chunks/ListItemTail.module-BB5TJPEc.js +0 -12
- package/chunks/ListMasterFooter.module-DxZ_nXDV.js +0 -10
- package/chunks/Notification.module-C-HCMpAz.js +0 -21
- package/chunks/Overlay.module-q-oPhooa.js +0 -18
- package/chunks/Page.module-DjGbJ-Uw.js +0 -12
- package/chunks/SMSInput.module-Ci4GRnk_.js +0 -16
- package/chunks/StatusTracker.module-zTyojoH4.js +0 -24
- package/chunks/TableFooter.module-DrRycaTr.js +0 -13
- package/chunks/TabsExtended.module-Be8qpZYz.js +0 -16
- package/chunks/TabsLine.module-DKAp48Sx.js +0 -23
- package/chunks/TooltipDesktop.module-D72ObNia.js +0 -19
- package/chunks/utils-C-1ATq_g.js +0 -24
- package/chunks/utils-C8a4iCV0.js +0 -36
- package/chunks/vendor-Ba_pyhza.js +0 -12036
package/styles/triplex-next.css
CHANGED
|
@@ -1,472 +1,501 @@
|
|
|
1
|
-
html {--triplex-next-ColorBrand-0-1-
|
|
2
|
-
--triplex-next-ColorBrand-10-1-
|
|
3
|
-
--triplex-next-ColorBrand-20-1-
|
|
4
|
-
--triplex-next-ColorBrand-30-1-
|
|
5
|
-
--triplex-next-ColorBrand-40-1-
|
|
6
|
-
--triplex-next-ColorBrand-50-1-
|
|
7
|
-
--triplex-next-ColorBrand-60-1-
|
|
8
|
-
--triplex-next-ColorBrand-70-1-
|
|
9
|
-
--triplex-next-ColorBrand-80-1-
|
|
10
|
-
--triplex-next-ColorBrand-90-1-
|
|
11
|
-
--triplex-next-ColorBrand-100-1-
|
|
12
|
-
--triplex-next-ColorDarkNeutralAlpha-0-1-
|
|
13
|
-
--triplex-next-ColorDarkNeutralAlpha-10-1-
|
|
14
|
-
--triplex-next-ColorDarkNeutralAlpha-20-1-
|
|
15
|
-
--triplex-next-ColorDarkNeutralAlpha-30-1-
|
|
16
|
-
--triplex-next-ColorDarkNeutralAlpha-40-1-
|
|
17
|
-
--triplex-next-ColorDarkNeutralAlpha-50-1-
|
|
18
|
-
--triplex-next-ColorDarkNeutralAlpha-60-1-
|
|
19
|
-
--triplex-next-ColorDarkNeutralAlpha-70-1-
|
|
20
|
-
--triplex-next-ColorDarkNeutralAlpha-80-1-
|
|
21
|
-
--triplex-next-ColorDarkNeutralAlpha-90-1-
|
|
22
|
-
--triplex-next-ColorDarkNeutralAlpha-100-1-
|
|
23
|
-
--triplex-next-ColorDarkNeutral-0-1-
|
|
24
|
-
--triplex-next-ColorDarkNeutral-10-1-
|
|
25
|
-
--triplex-next-ColorDarkNeutral-20-1-
|
|
26
|
-
--triplex-next-ColorDarkNeutral-30-1-
|
|
27
|
-
--triplex-next-ColorDarkNeutral-40-1-
|
|
28
|
-
--triplex-next-ColorDarkNeutral-50-1-
|
|
29
|
-
--triplex-next-ColorDarkNeutral-60-1-
|
|
30
|
-
--triplex-next-ColorDarkNeutral-70-1-
|
|
31
|
-
--triplex-next-ColorDarkNeutral-80-1-
|
|
32
|
-
--triplex-next-ColorDarkNeutral-90-1-
|
|
33
|
-
--triplex-next-ColorDarkNeutral-100-1-
|
|
34
|
-
--triplex-next-ColorError-0-1-
|
|
35
|
-
--triplex-next-ColorError-10-1-
|
|
36
|
-
--triplex-next-ColorError-20-1-
|
|
37
|
-
--triplex-next-ColorError-30-1-
|
|
38
|
-
--triplex-next-ColorError-40-1-
|
|
39
|
-
--triplex-next-ColorError-50-1-
|
|
40
|
-
--triplex-next-ColorError-60-1-
|
|
41
|
-
--triplex-next-ColorError-70-1-
|
|
42
|
-
--triplex-next-ColorError-80-1-
|
|
43
|
-
--triplex-next-ColorError-90-1-
|
|
44
|
-
--triplex-next-ColorError-100-1-
|
|
45
|
-
--triplex-next-ColorInfo-0-1-
|
|
46
|
-
--triplex-next-ColorInfo-10-1-
|
|
47
|
-
--triplex-next-ColorInfo-20-1-
|
|
48
|
-
--triplex-next-ColorInfo-30-1-
|
|
49
|
-
--triplex-next-ColorInfo-40-1-
|
|
50
|
-
--triplex-next-ColorInfo-50-1-
|
|
51
|
-
--triplex-next-ColorInfo-60-1-
|
|
52
|
-
--triplex-next-ColorInfo-70-1-
|
|
53
|
-
--triplex-next-ColorInfo-80-1-
|
|
54
|
-
--triplex-next-ColorInfo-90-1-
|
|
55
|
-
--triplex-next-ColorInfo-100-1-
|
|
56
|
-
--triplex-next-ColorNeutralAlpha-0-1-
|
|
57
|
-
--triplex-next-ColorNeutralAlpha-10-1-
|
|
58
|
-
--triplex-next-ColorNeutralAlpha-20-1-
|
|
59
|
-
--triplex-next-ColorNeutralAlpha-30-1-
|
|
60
|
-
--triplex-next-ColorNeutralAlpha-40-1-
|
|
61
|
-
--triplex-next-ColorNeutralAlpha-50-1-
|
|
62
|
-
--triplex-next-ColorNeutralAlpha-60-1-
|
|
63
|
-
--triplex-next-ColorNeutralAlpha-70-1-
|
|
64
|
-
--triplex-next-ColorNeutralAlpha-80-1-
|
|
65
|
-
--triplex-next-ColorNeutralAlpha-90-1-
|
|
66
|
-
--triplex-next-ColorNeutralAlpha-100-1-
|
|
67
|
-
--triplex-next-ColorNeutral-0-1-
|
|
68
|
-
--triplex-next-ColorNeutral-10-1-
|
|
69
|
-
--triplex-next-ColorNeutral-20-1-
|
|
70
|
-
--triplex-next-ColorNeutral-30-1-
|
|
71
|
-
--triplex-next-ColorNeutral-40-1-
|
|
72
|
-
--triplex-next-ColorNeutral-50-1-
|
|
73
|
-
--triplex-next-ColorNeutral-60-1-
|
|
74
|
-
--triplex-next-ColorNeutral-70-1-
|
|
75
|
-
--triplex-next-ColorNeutral-80-1-
|
|
76
|
-
--triplex-next-ColorNeutral-90-1-
|
|
77
|
-
--triplex-next-ColorNeutral-100-1-
|
|
78
|
-
--triplex-next-ColorSuccess-0-1-
|
|
79
|
-
--triplex-next-ColorSuccess-10-1-
|
|
80
|
-
--triplex-next-ColorSuccess-20-1-
|
|
81
|
-
--triplex-next-ColorSuccess-30-1-
|
|
82
|
-
--triplex-next-ColorSuccess-40-1-
|
|
83
|
-
--triplex-next-ColorSuccess-50-1-
|
|
84
|
-
--triplex-next-ColorSuccess-60-1-
|
|
85
|
-
--triplex-next-ColorSuccess-70-1-
|
|
86
|
-
--triplex-next-ColorSuccess-80-1-
|
|
87
|
-
--triplex-next-ColorSuccess-90-1-
|
|
88
|
-
--triplex-next-ColorSuccess-100-1-
|
|
89
|
-
--triplex-next-ColorSystem-0-1-
|
|
90
|
-
--triplex-next-ColorSystem-10-1-
|
|
91
|
-
--triplex-next-ColorSystem-20-1-
|
|
92
|
-
--triplex-next-ColorSystem-30-1-
|
|
93
|
-
--triplex-next-ColorSystem-40-1-
|
|
94
|
-
--triplex-next-ColorSystem-50-1-
|
|
95
|
-
--triplex-next-ColorSystem-60-1-
|
|
96
|
-
--triplex-next-ColorSystem-70-1-
|
|
97
|
-
--triplex-next-ColorSystem-80-1-
|
|
98
|
-
--triplex-next-ColorSystem-90-1-
|
|
99
|
-
--triplex-next-ColorSystem-100-1-
|
|
100
|
-
--triplex-next-ColorWarning-0-1-
|
|
101
|
-
--triplex-next-ColorWarning-10-1-
|
|
102
|
-
--triplex-next-ColorWarning-20-1-
|
|
103
|
-
--triplex-next-ColorWarning-30-1-
|
|
104
|
-
--triplex-next-ColorWarning-40-1-
|
|
105
|
-
--triplex-next-ColorWarning-50-1-
|
|
106
|
-
--triplex-next-ColorWarning-60-1-
|
|
107
|
-
--triplex-next-ColorWarning-70-1-
|
|
108
|
-
--triplex-next-ColorWarning-80-1-
|
|
109
|
-
--triplex-next-ColorWarning-90-1-
|
|
110
|
-
--triplex-next-ColorWarning-100-1-
|
|
111
|
-
--triplex-next-AlertContext-Error_Color-1-
|
|
112
|
-
--triplex-next-AlertContext-Info_Color-1-
|
|
113
|
-
--triplex-next-AlertContext-System_Color-1-
|
|
114
|
-
--triplex-next-AlertContext-Warning_Color-1-
|
|
115
|
-
--triplex-next-AlertProcess-Info_Background-1-
|
|
116
|
-
--triplex-next-AlertProcess-Warning_Background-1-
|
|
117
|
-
--triplex-next-AlertProcess-Error_Background-1-
|
|
118
|
-
--triplex-next-AlertProcess-System_Background-1-
|
|
119
|
-
--triplex-next-AlertProcess-Feature_Background-1-
|
|
120
|
-
--triplex-next-Button-General_Background_Active-1-
|
|
121
|
-
--triplex-next-Button-General_Background_Default-1-
|
|
122
|
-
--triplex-next-Button-General_Background_Disabled-1-
|
|
123
|
-
--triplex-next-Button-General_Background_Hover-1-
|
|
124
|
-
--triplex-next-Button-General_Color_Active-1-
|
|
125
|
-
--triplex-next-Button-General_Color_Default-1-
|
|
126
|
-
--triplex-next-Button-General_Color_Disabled-1-
|
|
127
|
-
--triplex-next-Button-General_Color_Hover-1-
|
|
128
|
-
--triplex-next-Button-General_Shadow_Focus-1-
|
|
129
|
-
--triplex-next-Button-Secondary_Background_Active-1-
|
|
130
|
-
--triplex-next-Button-Secondary_Background_Default-1-
|
|
131
|
-
--triplex-next-Button-Secondary_Background_Disabled-1-
|
|
132
|
-
--triplex-next-Button-Secondary_Background_Hover-1-
|
|
133
|
-
--triplex-next-Button-Secondary_Color_Active-1-
|
|
134
|
-
--triplex-next-Button-Secondary_Color_Default-1-
|
|
135
|
-
--triplex-next-Button-Secondary_Color_Disabled-1-
|
|
136
|
-
--triplex-next-Button-Secondary_Color_Hover-1-
|
|
137
|
-
--triplex-next-Button-Secondary_Shadow_Focus-1-
|
|
138
|
-
--triplex-next-Button-SecondaryLight_Background_Active-1-
|
|
139
|
-
--triplex-next-Button-SecondaryLight_Background_Default-1-
|
|
140
|
-
--triplex-next-Button-SecondaryLight_Background_Disabled-1-
|
|
141
|
-
--triplex-next-Button-SecondaryLight_Background_Hover-1-
|
|
142
|
-
--triplex-next-Button-SecondaryLight_Color_Active-1-
|
|
143
|
-
--triplex-next-Button-SecondaryLight_Color_Default-1-
|
|
144
|
-
--triplex-next-Button-SecondaryLight_Color_Disabled-1-
|
|
145
|
-
--triplex-next-Button-SecondaryLight_Color_Hover-1-
|
|
146
|
-
--triplex-next-Button-SecondaryLight_Shadow_Focus-1-
|
|
147
|
-
--triplex-next-Button-Danger_Background_Active-1-
|
|
148
|
-
--triplex-next-Button-Danger_Background_Default-1-
|
|
149
|
-
--triplex-next-Button-Danger_Background_Disabled-1-
|
|
150
|
-
--triplex-next-Button-Danger_Background_Hover-1-
|
|
151
|
-
--triplex-next-Button-Danger_Color_Active-1-
|
|
152
|
-
--triplex-next-Button-Danger_Color_Default-1-
|
|
153
|
-
--triplex-next-Button-Danger_Color_Disabled-1-
|
|
154
|
-
--triplex-next-Button-Danger_Color_Hover-1-
|
|
155
|
-
--triplex-next-Button-Danger_Shadow_Focus-1-
|
|
156
|
-
--triplex-next-Button-Icon_Shadow_Focus-1-
|
|
157
|
-
--triplex-next-Button-Link_Color_Active-1-
|
|
158
|
-
--triplex-next-Button-Link_Color_Default-1-
|
|
159
|
-
--triplex-next-Button-Link_Color_Disabled-1-
|
|
160
|
-
--triplex-next-Button-Link_Color_Hover-1-
|
|
161
|
-
--triplex-next-Button-Link_Shadow_Focus-1-
|
|
162
|
-
--triplex-next-
|
|
163
|
-
--triplex-next-
|
|
164
|
-
--triplex-next-
|
|
165
|
-
--triplex-next-
|
|
166
|
-
--triplex-next-
|
|
167
|
-
--triplex-next-
|
|
168
|
-
--triplex-next-
|
|
169
|
-
--triplex-next-
|
|
170
|
-
--triplex-next-
|
|
171
|
-
--triplex-next-
|
|
172
|
-
--triplex-next-
|
|
173
|
-
--triplex-next-
|
|
174
|
-
--triplex-next-
|
|
175
|
-
--triplex-next-
|
|
176
|
-
--triplex-next-
|
|
177
|
-
--triplex-next-
|
|
178
|
-
--triplex-next-
|
|
179
|
-
--triplex-next-
|
|
180
|
-
--triplex-next-
|
|
181
|
-
--triplex-next-
|
|
182
|
-
--triplex-next-
|
|
183
|
-
--triplex-next-
|
|
184
|
-
--triplex-next-
|
|
185
|
-
--triplex-next-
|
|
186
|
-
--triplex-next-
|
|
187
|
-
--triplex-next-
|
|
188
|
-
--triplex-next-
|
|
189
|
-
--triplex-next-
|
|
190
|
-
--triplex-next-
|
|
191
|
-
--triplex-next-
|
|
192
|
-
--triplex-next-
|
|
193
|
-
--triplex-next-
|
|
194
|
-
--triplex-next-
|
|
195
|
-
--triplex-next-
|
|
196
|
-
--triplex-next-
|
|
197
|
-
--triplex-next-
|
|
198
|
-
--triplex-next-
|
|
199
|
-
--triplex-next-
|
|
200
|
-
--triplex-next-
|
|
201
|
-
--triplex-next-
|
|
202
|
-
--triplex-next-
|
|
203
|
-
--triplex-next-
|
|
204
|
-
--triplex-next-
|
|
205
|
-
--triplex-next-
|
|
206
|
-
--triplex-next-
|
|
207
|
-
--triplex-next-
|
|
208
|
-
--triplex-next-
|
|
209
|
-
--triplex-next-
|
|
210
|
-
--triplex-next-
|
|
211
|
-
--triplex-next-
|
|
212
|
-
--triplex-next-
|
|
213
|
-
--triplex-next-
|
|
214
|
-
--triplex-next-
|
|
215
|
-
--triplex-next-
|
|
216
|
-
--triplex-next-
|
|
217
|
-
--triplex-next-
|
|
218
|
-
--triplex-next-
|
|
219
|
-
--triplex-next-
|
|
220
|
-
--triplex-next-
|
|
221
|
-
--triplex-next-
|
|
222
|
-
--triplex-next-
|
|
223
|
-
--triplex-next-
|
|
224
|
-
--triplex-next-
|
|
225
|
-
--triplex-next-
|
|
226
|
-
--triplex-next-
|
|
227
|
-
--triplex-next-
|
|
228
|
-
--triplex-next-
|
|
229
|
-
--triplex-next-
|
|
230
|
-
--triplex-next-
|
|
231
|
-
--triplex-next-
|
|
232
|
-
--triplex-next-
|
|
233
|
-
--triplex-next-
|
|
234
|
-
--triplex-next-
|
|
235
|
-
--triplex-next-
|
|
236
|
-
--triplex-next-
|
|
237
|
-
--triplex-next-
|
|
238
|
-
--triplex-next-
|
|
239
|
-
--triplex-next-
|
|
240
|
-
--triplex-next-
|
|
241
|
-
--triplex-next-
|
|
242
|
-
--triplex-next-
|
|
243
|
-
--triplex-next-
|
|
244
|
-
--triplex-next-
|
|
245
|
-
--triplex-next-
|
|
246
|
-
--triplex-next-
|
|
247
|
-
--triplex-next-
|
|
248
|
-
--triplex-next-
|
|
249
|
-
--triplex-next-
|
|
250
|
-
--triplex-next-
|
|
251
|
-
--triplex-next-
|
|
252
|
-
--triplex-next-
|
|
253
|
-
--triplex-next-
|
|
254
|
-
--triplex-next-
|
|
255
|
-
--triplex-next-
|
|
256
|
-
--triplex-next-
|
|
257
|
-
--triplex-next-
|
|
258
|
-
--triplex-next-
|
|
259
|
-
--triplex-next-
|
|
260
|
-
--triplex-next-
|
|
261
|
-
--triplex-next-
|
|
262
|
-
--triplex-next-
|
|
263
|
-
--triplex-next-
|
|
264
|
-
--triplex-next-
|
|
265
|
-
--triplex-next-
|
|
266
|
-
--triplex-next-
|
|
267
|
-
--triplex-next-
|
|
268
|
-
--triplex-next-
|
|
269
|
-
--triplex-next-
|
|
270
|
-
--triplex-next-
|
|
271
|
-
--triplex-next-
|
|
272
|
-
--triplex-next-
|
|
273
|
-
--triplex-next-
|
|
274
|
-
--triplex-next-
|
|
275
|
-
--triplex-next-
|
|
276
|
-
--triplex-next-
|
|
277
|
-
--triplex-next-
|
|
278
|
-
--triplex-next-
|
|
279
|
-
--triplex-next-
|
|
280
|
-
--triplex-next-
|
|
281
|
-
--triplex-next-
|
|
282
|
-
--triplex-next-
|
|
283
|
-
--triplex-next-
|
|
284
|
-
--triplex-next-
|
|
285
|
-
--triplex-next-
|
|
286
|
-
--triplex-next-
|
|
287
|
-
--triplex-next-
|
|
288
|
-
--triplex-next-
|
|
289
|
-
--triplex-next-
|
|
290
|
-
--triplex-next-
|
|
291
|
-
--triplex-next-
|
|
292
|
-
--triplex-next-
|
|
293
|
-
--triplex-next-
|
|
294
|
-
--triplex-next-
|
|
295
|
-
--triplex-next-
|
|
296
|
-
--triplex-next-
|
|
297
|
-
--triplex-next-
|
|
298
|
-
--triplex-next-
|
|
299
|
-
--triplex-next-
|
|
300
|
-
--triplex-next-
|
|
301
|
-
--triplex-next-
|
|
302
|
-
--triplex-next-
|
|
303
|
-
--triplex-next-
|
|
304
|
-
--triplex-next-
|
|
305
|
-
--triplex-next-
|
|
306
|
-
--triplex-next-
|
|
307
|
-
--triplex-next-
|
|
308
|
-
--triplex-next-
|
|
309
|
-
--triplex-next-
|
|
310
|
-
--triplex-next-
|
|
311
|
-
--triplex-next-
|
|
312
|
-
--triplex-next-
|
|
313
|
-
--triplex-next-
|
|
314
|
-
--triplex-next-
|
|
315
|
-
--triplex-next-
|
|
316
|
-
--triplex-next-
|
|
317
|
-
--triplex-next-
|
|
318
|
-
--triplex-next-
|
|
319
|
-
--triplex-next-
|
|
320
|
-
--triplex-next-
|
|
321
|
-
--triplex-next-
|
|
322
|
-
--triplex-next-
|
|
323
|
-
--triplex-next-
|
|
324
|
-
--triplex-next-
|
|
325
|
-
--triplex-next-
|
|
326
|
-
--triplex-next-
|
|
327
|
-
--triplex-next-
|
|
328
|
-
--triplex-next-
|
|
329
|
-
--triplex-next-
|
|
330
|
-
--triplex-next-
|
|
331
|
-
--triplex-next-
|
|
332
|
-
--triplex-next-SegmentedControlSegment-
|
|
333
|
-
--triplex-next-SegmentedControlSegment-
|
|
334
|
-
--triplex-next-SegmentedControlSegment-
|
|
335
|
-
--triplex-next-SegmentedControlSegment-
|
|
336
|
-
--triplex-next-SegmentedControlSegment-
|
|
337
|
-
--triplex-next-SegmentedControlSegment-
|
|
338
|
-
--triplex-next-SegmentedControlSegment-
|
|
339
|
-
--triplex-next-SegmentedControlSegment-
|
|
340
|
-
--triplex-next-SegmentedControlSegment-
|
|
341
|
-
--triplex-next-SegmentedControlSegment-
|
|
342
|
-
--triplex-next-SegmentedControlSegment-
|
|
343
|
-
--triplex-next-SegmentedControlSegment-
|
|
344
|
-
--triplex-next-SegmentedControlSegment-
|
|
345
|
-
--triplex-next-SegmentedControlSegment-
|
|
346
|
-
--triplex-next-SegmentedControlSegment-
|
|
347
|
-
--triplex-next-SegmentedControlSegment-
|
|
348
|
-
--triplex-next-SegmentedControlSegment-
|
|
349
|
-
--triplex-next-SegmentedControlSegment-
|
|
350
|
-
--triplex-next-SegmentedControlSegment-
|
|
351
|
-
--triplex-next-SegmentedControlSegment-
|
|
352
|
-
--triplex-next-SegmentedControlSegment-
|
|
353
|
-
--triplex-next-SegmentedControlSegment-
|
|
354
|
-
--triplex-next-SegmentedControlSegment-
|
|
355
|
-
--triplex-next-
|
|
356
|
-
--triplex-next-
|
|
357
|
-
--triplex-next-
|
|
358
|
-
--triplex-next-
|
|
359
|
-
--triplex-next-
|
|
360
|
-
--triplex-next-
|
|
361
|
-
--triplex-next-
|
|
362
|
-
--triplex-next-
|
|
363
|
-
--triplex-next-
|
|
364
|
-
--triplex-next-
|
|
365
|
-
--triplex-next-
|
|
366
|
-
--triplex-next-
|
|
367
|
-
--triplex-next-
|
|
368
|
-
--triplex-next-
|
|
369
|
-
--triplex-next-
|
|
370
|
-
--triplex-next-
|
|
371
|
-
--triplex-next-
|
|
372
|
-
--triplex-next-
|
|
373
|
-
--triplex-next-
|
|
374
|
-
--triplex-next-
|
|
375
|
-
--triplex-next-
|
|
376
|
-
--triplex-next-
|
|
377
|
-
--triplex-next-
|
|
378
|
-
--triplex-next-
|
|
379
|
-
--triplex-next-
|
|
380
|
-
--triplex-next-
|
|
381
|
-
--triplex-next-
|
|
382
|
-
--triplex-next-
|
|
383
|
-
--triplex-next-
|
|
384
|
-
--triplex-next-
|
|
385
|
-
--triplex-next-
|
|
386
|
-
--triplex-next-
|
|
387
|
-
--triplex-next-
|
|
388
|
-
--triplex-next-
|
|
389
|
-
--triplex-next-
|
|
390
|
-
--triplex-next-
|
|
391
|
-
--triplex-next-
|
|
392
|
-
--triplex-next-
|
|
393
|
-
--triplex-next-
|
|
394
|
-
--triplex-next-
|
|
395
|
-
--triplex-next-
|
|
396
|
-
--triplex-next-
|
|
397
|
-
--triplex-next-
|
|
398
|
-
--triplex-next-
|
|
399
|
-
--triplex-next-
|
|
400
|
-
--triplex-next-
|
|
401
|
-
--triplex-next-
|
|
402
|
-
--triplex-next-
|
|
403
|
-
--triplex-next-
|
|
404
|
-
--triplex-next-
|
|
405
|
-
--triplex-next-
|
|
406
|
-
--triplex-next-
|
|
407
|
-
--triplex-next-
|
|
408
|
-
--triplex-next-
|
|
409
|
-
--triplex-next-
|
|
410
|
-
--triplex-next-
|
|
411
|
-
--triplex-next-
|
|
412
|
-
--triplex-next-
|
|
413
|
-
--triplex-next-
|
|
414
|
-
--triplex-next-
|
|
415
|
-
--triplex-next-
|
|
416
|
-
--triplex-next-
|
|
417
|
-
--triplex-next-
|
|
418
|
-
--triplex-next-
|
|
419
|
-
--triplex-next-
|
|
420
|
-
--triplex-next-
|
|
421
|
-
--triplex-next-
|
|
422
|
-
--triplex-next-
|
|
423
|
-
--triplex-next-
|
|
424
|
-
--triplex-next-
|
|
425
|
-
--triplex-next-
|
|
426
|
-
--triplex-next-
|
|
427
|
-
--triplex-next-
|
|
428
|
-
--triplex-next-
|
|
429
|
-
--triplex-next-
|
|
430
|
-
--triplex-next-
|
|
431
|
-
--triplex-next-
|
|
432
|
-
--triplex-next-
|
|
433
|
-
--triplex-next-
|
|
434
|
-
--triplex-next-
|
|
435
|
-
--triplex-next-
|
|
436
|
-
--triplex-next-
|
|
437
|
-
--triplex-next-
|
|
438
|
-
--triplex-next-
|
|
439
|
-
--triplex-next-
|
|
440
|
-
--triplex-next-
|
|
441
|
-
--triplex-next-
|
|
442
|
-
--triplex-next-
|
|
443
|
-
--triplex-next-
|
|
444
|
-
--triplex-next-
|
|
445
|
-
--triplex-next-
|
|
446
|
-
--triplex-next-
|
|
447
|
-
--triplex-next-
|
|
448
|
-
--triplex-next-
|
|
449
|
-
--triplex-next-
|
|
450
|
-
--triplex-next-
|
|
451
|
-
--triplex-next-
|
|
452
|
-
--triplex-next-
|
|
453
|
-
--triplex-next-
|
|
454
|
-
--triplex-next-
|
|
455
|
-
--triplex-next-
|
|
456
|
-
--triplex-next-
|
|
457
|
-
--triplex-next-
|
|
458
|
-
--triplex-next-
|
|
459
|
-
--triplex-next-
|
|
460
|
-
--triplex-next-
|
|
461
|
-
--triplex-next-
|
|
462
|
-
--triplex-next-
|
|
463
|
-
--triplex-next-
|
|
464
|
-
--triplex-next-
|
|
465
|
-
--triplex-next-
|
|
466
|
-
--triplex-next-
|
|
467
|
-
--triplex-next-
|
|
468
|
-
--triplex-next-
|
|
469
|
-
--triplex-next-
|
|
470
|
-
--triplex-next-
|
|
471
|
-
--triplex-next-
|
|
472
|
-
.underline__4b5c155e{text-decoration:underline}.strikethrough__3ac02950{text-decoration:line-through}.underlineStrikethrough__8ca67583{text-decoration:underline line-through}.typography__cfdd71a8.primary__041b0166{color:var(--triplex-next-Typography-Primary_Color-1-4-0)}.typography__cfdd71a8.complementary__c831b0d4{color:var(--triplex-next-Typography-Complementary_Color-1-4-0)}.typography__cfdd71a8.secondary__70bf5058{color:var(--triplex-next-Typography-Secondary_Color-1-4-0)}.typography__cfdd71a8.tertiary__7e3a68c5{color:var(--triplex-next-Typography-Tertiary_Color-1-4-0)}.typography__cfdd71a8.disabled__ed085e78{color:var(--triplex-next-Typography-Disabled_Color-1-4-0)}.typography__cfdd71a8.brand__851e1e6c{color:var(--triplex-next-Typography-Brand_Color-1-4-0);-webkit-user-select:none;user-select:none}.typography__cfdd71a8.info__0b3502f9{color:var(--triplex-next-Typography-Info_Color-1-4-0)}.typography__cfdd71a8.success__b870fba5{color:var(--triplex-next-Typography-Success_Color-1-4-0)}.typography__cfdd71a8.error__ef201f07{color:var(--triplex-next-Typography-Error_Color-1-4-0)}.typography__cfdd71a8.warning__6e8f50ab{color:var(--triplex-next-Typography-Warning_Color-1-4-0)}.typography__cfdd71a8.system__03010f94{color:var(--triplex-next-Typography-System_Color-1-4-0)}.typography__cfdd71a8.compact__fe7d4ece{line-height:calc(16 / 14)}.title__86287c92{outline:none}.title__86287c92.regular__54c9b5fe{font-family:SBSansDisplay}.title__86287c92.semibold__30123ab3{font-family:SBSansDisplaySemibold}.title__86287c92.medium__9d0a8fb0{font-family:SBSansDisplayMedium}.title__86287c92.bold__243ddcbb{font-family:SBSansDisplayBold}.h1__3ffe964d,.h2__6d6e36df,.h3__276b4f3e{margin:0}.h1__3ffe964d{font-size:28px;line-height:36px}.h2__6d6e36df{font-size:24px;line-height:32px}.h3__276b4f3e{font-size:20px;line-height:28px}.text__0ea99e12{outline:none}.text__0ea99e12.regular__54c9b5fe{font-family:SBSansText}.text__0ea99e12.semibold__30123ab3{font-family:SBSansTextSemibold}.b1__c10b3dd6{font-size:18px;line-height:24px}.b2__a85809e6{font-size:16px;line-height:20px}.b3__f8e6d427{font-size:14px;line-height:20px}.b3__f8e6d427.compact__fe7d4ece{line-height:16px}.b4__05ec6de9{font-size:12px;line-height:16px}.caption__5fdb3c24.regular__54c9b5fe{font-family:SBSansText}.caption__5fdb3c24.semibold__30123ab3{font-family:SBSansTextSemibold}.c1__c1c3ad33{font-size:10px;line-height:12px}.c2__7a03151f{font-size:8px;line-height:10px}.d1__46674d4f{font-size:32px;line-height:40px}.d1__46674d4f.regular__54c9b5fe{font-family:SBSansDisplay}.d1__46674d4f.semibold__30123ab3{font-family:SBSansDisplaySemibold}.formFieldInput__3674a3e7{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-4-0)}.formFieldInput__3674a3e7:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-4-0)}.formFieldInput__3674a3e7::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-4-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__3674a3e7:focus{outline:none}.formFieldInput__3674a3e7:focus::placeholder{opacity:1}.formFieldInput__3674a3e7:-webkit-autofill{animation-name:autofill-applied-hook__3c0c58d2;animation-duration:1ms}.formFieldInput__3674a3e7:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__2ad89fdc;animation-duration:1ms}.formFieldInput__3674a3e7.sm__b412b02f{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__3674a3e7.md__c14e799d{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__3674a3e7.lg__96871987{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__3c0c58d2{0%{transform:none}}@keyframes autofill-cancelled-hook__2ad89fdc{0%{transform:none}}.formField__7d7fcf94{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-1-4-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-4-0);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__7d7fcf94:hover{background:var(--triplex-next-FormField-Background_Hover-1-4-0)}.formField__7d7fcf94.disabled__b720611e{background:var(--triplex-next-FormField-Background_Disabled-1-4-0)}.formField__7d7fcf94.active__242fb002{background:var(--triplex-next-FormField-Background_Active-1-4-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-4-0)}.formField__7d7fcf94.active__242fb002::placeholder{opacity:1}.formField__7d7fcf94.error__5d66e340{background:var(--triplex-next-FormField-Background_Error-1-4-0)}.formField__7d7fcf94.error__5d66e340:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-4-0)}.formField__7d7fcf94.error__5d66e340.active__242fb002{background:var(--triplex-next-FormField-Background_Error-1-4-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-4-0)}.formField__7d7fcf94.warning__38b847e0{background:var(--triplex-next-FormField-Background_Warning-1-4-0)}.formField__7d7fcf94.warning__38b847e0:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-4-0)}.formField__7d7fcf94.warning__38b847e0.active__242fb002{background:var(--triplex-next-FormField-Background_Warning-1-4-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-4-0)}.formField__7d7fcf94.size-sm__7540e812{border-radius:6px}.formField__7d7fcf94.size-md__c6a543db{border-radius:8px}.formField__7d7fcf94.size-lg__1760a0c4{border-radius:10px}.formFieldDescription__37b5794f{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__37b5794f.withCounter__b73c01a3{display:flex;justify-content:space-between}.formFieldLabel__cc7aa592{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__cc7aa592.size-sm__7540e812{top:6px}.formFieldLabel__cc7aa592.size-md__c6a543db{top:10px}.formFieldLabel__cc7aa592.size-lg__1760a0c4{top:18px}.formFieldLabel__cc7aa592.size-lg__1760a0c4.floating__2a4fa279{top:10px}.formFieldLabelText__09fde7f9{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-4-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__7540e812 .formFieldLabelText__09fde7f9{font-size:12px;line-height:16px}.size-md__c6a543db .formFieldLabelText__09fde7f9{font-size:14px;line-height:20px}.size-lg__1760a0c4 .formFieldLabelText__09fde7f9{font-size:16px;line-height:20px}.floating__2a4fa279 .formFieldLabelText__09fde7f9{font-size:12px;line-height:16px}.floating__2a4fa279.size-sm__7540e812 .formFieldLabelText__09fde7f9,.floating__2a4fa279.size-md__c6a543db .formFieldLabelText__09fde7f9{display:none}.disabled__b720611e .formFieldLabelText__09fde7f9{color:var(--triplex-next-FormField-Label_Color_Disabled-1-4-0)}.formFieldPostfix__9fa31efa{padding:0 12px 0 4px;position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__95f1c407{padding:0 8px 0 12px;position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center;gap:4px}.formFieldCounter__0e57c3a0{padding-left:4px}.formFieldMaskedInputWrapper__a2c0a493{position:relative}.formFieldMaskedInputWrapper__a2c0a493 .formFieldMaskedInputPlaceholder__b0621a6f{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__a2c0a493 .formFieldMaskedInputPlaceholder__b0621a6f::placeholder{opacity:1}.formFieldMaskedInputWrapper__a2c0a493.size-sm__7540e812{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__a2c0a493.size-sm__7540e812 .formFieldMaskedInputPlaceholder__b0621a6f{top:5px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__a2c0a493.size-md__c6a543db{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__a2c0a493.size-md__c6a543db .formFieldMaskedInputPlaceholder__b0621a6f{top:9px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__a2c0a493.size-lg__1760a0c4{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__a2c0a493.size-lg__1760a0c4 .formFieldMaskedInputPlaceholder__b0621a6f{top:25px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__a2c0a493 .formFieldMaskedInput__8f7dcad2{display:block;position:relative;background:none!important}.dropdownDesktop__836aeeca{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-4-0);background-color:var(--triplex-next-Dropdown-Background-1-4-0)}.dropdownDesktop-sm__ccdecf4e{border-radius:6px}.dropdownDesktop-md__ae42ef15{border-radius:8px}.dropdownDesktop-lg__34fabc97{border-radius:10px}.dropdownDesktopOverflowHidden__001366c0{overflow:hidden}.dropdownMobileWrapper__581dc913{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__0490975e{background:var(--triplex-next-DropdownMobile-Backdrop-1-4-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__0490975e.closing__06e4af19{opacity:0}.dropdownMobileBackdrop__0490975e.opening__a1670864,.dropdownMobileBackdrop__0490975e.opened__3b4d6687{opacity:var(--triplex-DropdownMobile-Opacity-1-4-0)}.dropdownMobile__f260da02{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__f260da02.closing__06e4af19{transform:translateY(100%)}.dropdownMobile__f260da02.opening__a1670864,.dropdownMobile__f260da02.opened__3b4d6687{transform:translateY(0)}.dropdownMobileHeader__c581f1f0{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-4-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileContent__d68b1314{background:var(--triplex-next-DropdownMobile-Content_Background-1-4-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__26d75e48{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-4-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-4-0);flex-shrink:1}.dropdownMobileListItem__a84da1f3{padding:16px}.dropdownMobileListItem__a84da1f3.selected__aa469e95{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-4-0)}.dropdownMobileListItem__a84da1f3:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-4-0)}.dropdownMobileLoader__d00e9eea+.dropdownMobileClose__38003f5a{margin-left:8px}.dropdownMobileListLoader__4d096640{margin:-2px auto}.dropdownMobileBodyOverflow__c71c8a49{overflow:hidden}.dropdownDesktopList__c85160d1{padding:4px;overflow:auto}.dropdownDesktopList__c85160d1.sm__68d529af{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__c85160d1.sm__68d529af .dropdownDesktopListItem__f75c375c{padding:6px 8px;border-radius:6px}.dropdownDesktopList__c85160d1.sm__68d529af .dropdownDesktopListLoader__c994d3c6{margin:0 auto}.dropdownDesktopList__c85160d1.md__d6d3e86e{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__c85160d1.md__d6d3e86e .dropdownDesktopListItem__f75c375c{padding:7px 8px;border-radius:8px}.dropdownDesktopList__c85160d1.md__d6d3e86e .dropdownDesktopListLoader__c994d3c6{margin:-2px auto}.dropdownDesktopList__c85160d1.lg__a0bb2012{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__c85160d1.lg__a0bb2012 .dropdownDesktopListItem__f75c375c{padding:14px 8px;border-radius:10px}.dropdownDesktopList__c85160d1.lg__a0bb2012 .dropdownDesktopListLoader__c994d3c6{margin:-6px auto}.dropdownDesktopListItem__f75c375c{color:var(--triplex-next-DropdownList-Color-1-4-0);background:var(--triplex-next-DropdownList-Background_Default-1-4-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__f75c375c+.dropdownDesktopListItem__f75c375c{margin-top:2px}.dropdownDesktopListItem__f75c375c.active__234b14fb{background:var(--triplex-next-DropdownList-Background_Active-1-4-0);cursor:pointer}.dropdownDesktopListItem__f75c375c.selected__aa469e95{background:var(--triplex-next-DropdownList-Background_Selected-1-4-0);cursor:default}.loaderSmall__64fa4e1f{display:flex;justify-content:center;align-items:center}.loaderSmall__64fa4e1f.sm__0acad274{width:16px;height:16px;gap:2px}.loaderSmall__64fa4e1f.sm__0acad274 .dot__92555a29{width:4px;height:4px}.loaderSmall__64fa4e1f.md__ae815afc{width:24px;height:24px;gap:3px}.loaderSmall__64fa4e1f.md__ae815afc .dot__92555a29{width:6px;height:6px}.loaderSmall__64fa4e1f.lg__0464ee2e{width:32px;height:32px;gap:4px}.loaderSmall__64fa4e1f.lg__0464ee2e .dot__92555a29{width:8px;height:8px}.loaderSmall__64fa4e1f.neutral__ed963c7b .dot__92555a29{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-4-0)}.loaderSmall__64fa4e1f.brand__30995eb3 .dot__92555a29{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-4-0)}.loaderSmall__64fa4e1f .dot__92555a29{border-radius:50%}.loaderSmall__64fa4e1f .dot1__ef208edd{animation:dotCycleSmall__25be4c3f .9s infinite}.loaderSmall__64fa4e1f .dot2__c8a9a5f8{animation:dotCycleSmall__25be4c3f .9s infinite .15s}.loaderSmall__64fa4e1f .dot3__c33b0654{animation:dotCycleSmall__25be4c3f .9s infinite .3s}@keyframes dotCycleSmall__25be4c3f{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__98ad058f{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-4-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__032610a5{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__032610a5 .dot__92555a29{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-4-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__032610a5 .dot1__ef208edd{top:0;left:0;animation:dotCycleMiddle__17b1b260 3s infinite}.loaderMiddleDots__032610a5 .dot2__c8a9a5f8{right:0;top:0;opacity:.7;animation:dotCycleMiddle__17b1b260 3s infinite .74s}.loaderMiddleDots__032610a5 .dot3__c33b0654{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__17b1b260 3s infinite 1.5s}.loaderMiddleDots__032610a5 .dot4__4c47aa62{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__17b1b260 3s infinite 2.25s}.loaderMiddleDots__032610a5 .line__d450e1eb{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-4-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__f927cf3a 3s infinite}@keyframes lineCycle__f927cf3a{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__17b1b260{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__216c0eb5{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__216c0eb5:enabled{cursor:pointer}.buttonIcon__216c0eb5.circle__0b9e21a1{border-radius:50%}.buttonIcon__216c0eb5.squircle__c4c2b714{border-radius:4px}.buttonIcon__216c0eb5:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-4-0)}.dropdownMobileInput__894c0662{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-4-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__894c0662::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-4-0);opacity:1}.dropdownMobileInput__894c0662::-ms-clear{display:none}.dropdownMobileInput__894c0662+.dropdownMobileClose__38003f5a,.dropdownMobileInput__894c0662+.dropdownMobileLoader__d00e9eea{margin-left:12px}.tabsLineWrapper__0333fd06[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__0333fd06[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__0333fd06[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__0333fd06[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__0333fd06{position:relative}.tabsLineWrapper__0333fd06:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-4-0);bottom:0;left:0;right:0}.tabsLine__7ea92b64{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__7ea92b64:has(.sm__766ff181){height:28px}.tabsLine__7ea92b64:has(.md__f1b5189c){height:40px}.tabsLine__7ea92b64:has(.lg__e12b5b43){height:56px}.tab__a55124ff{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer;color:var(--triplex-next-TabsLine-Color_Default-1-4-0);font-weight:400}.tab__a55124ff.sm__766ff181{font-size:12px;line-height:16px;height:28px;padding-bottom:12px}.tab__a55124ff.md__f1b5189c{font-size:14px;line-height:20px;height:40px;padding-top:8px;padding-bottom:12px}.tab__a55124ff.lg__e12b5b43{font-size:16px;line-height:20px;height:56px;padding-top:16px;padding-bottom:20px}.tab__a55124ff::-moz-focus-inner{border:none;padding:0}.tab__a55124ff:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-4-0)}.tab__a55124ff.active__578a83c2{cursor:default;color:var(--triplex-next-TabsLine-Color_Active-1-4-0)}.tab__a55124ff:hover{color:var(--triplex-next-TabsLine-Color_Hover-1-4-0)}.tab__a55124ff: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__a55124ff:hover:after,.tab__a55124ff:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-4-0)}.tab__a55124ff.active__578a83c2:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-4-0)}.notificationIcon__4e370f6c{position:absolute;right:6px;width:8px;height:8px;border-radius:50%;background-color:var(--triplex-next-TabsLine-Notification_Color-1-4-0)}.sm__766ff181 .notificationIcon__4e370f6c{top:0}.md__f1b5189c .notificationIcon__4e370f6c{top:8px}.lg__e12b5b43 .notificationIcon__4e370f6c{top:16px}.tabsLineDropdown__674f7a1c{display:inline-block}.tabsLineDropdown__674f7a1c .dropdownTarget__afa4ffd6.active__578a83c2{cursor:pointer}.tabsLineDropdown__674f7a1c .dropdownTargetInner__884a6e55{display:inline-flex;align-items:center}.tabsLineDropdown__674f7a1c .dropdownTargetCaret__b10f51a1{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__674f7a1c .dropdownTargetCaret__b10f51a1.opened__788af670{transform:rotate(-180deg)}.tabsLineDropdown__674f7a1c .dropdown__cc720cef{right:0;padding:4px}.tabsLineDropdown__674f7a1c .dropdownItem__18d959b3.withNotification__7b046854 .dropdownItemInner__b0fcf4f7{margin-right:2px}.tabsLineDropdown__674f7a1c .dropdownItem__18d959b3.withNotification__7b046854 .notificationIcon__4e370f6c{top:2px;right:2px}.tabsLineMobileWrapper__483d4ce3{position:relative}.tabsLineMobileWrapper__483d4ce3 .tab__a55124ff{flex-shrink:0}.tabsLineMobileWrapper__483d4ce3 .tab__a55124ff:first-child{margin-left:16px}.tabsLineMobileWrapper__483d4ce3 .tab__a55124ff:last-child{margin-right:16px}.tabsLineMobile__ca022d18{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__ca022d18::-webkit-scrollbar{display:none}.label__c3fe9303{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__c3fe9303.md__21a37875{min-height:24px;min-width:24px}.label__c3fe9303.md__21a37875.nonempty__6261ba27{padding-left:32px;padding-top:2px}.label__c3fe9303.lg__1f2875fa{min-width:28px;min-height:28px}.label__c3fe9303.lg__1f2875fa.nonempty__6261ba27{padding-left:40px;padding-top:4px}.label__c3fe9303.disabled__be8cd257{cursor:default}.radio__dcefb078{margin:0;opacity:0}.radioIcon__19939bac{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-4-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-4-0)}.radioIcon__19939bac:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-4-0);border-radius:50%;transform:scale(0)}.md__21a37875 .radioIcon__19939bac:after{width:12px;height:12px;top:6px;left:6px}.lg__1f2875fa .radioIcon__19939bac:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__19939bac,.radioIcon__19939bac:after{pointer-events:none}.radio__dcefb078,.radioIcon__19939bac{position:absolute;left:0;top:0}.md__21a37875 .radio__dcefb078,.md__21a37875 .radioIcon__19939bac{width:24px;height:24px}.lg__1f2875fa .radio__dcefb078,.lg__1f2875fa .radioIcon__19939bac{width:28px;height:28px}.radio__dcefb078:enabled{cursor:pointer}.radio__dcefb078:checked+.radioIcon__19939bac{background:var(--triplex-next-Radio-Background_Checked_Default-1-4-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-4-0)}.radio__dcefb078:checked+.radioIcon__19939bac:after{transform:scale(1);transition:transform .2s ease-out}.radio__dcefb078:hover+.radioIcon__19939bac{background-color:var(--triplex-next-Radio-Background_Hover-1-4-0);box-shadow:none}.radio__dcefb078:disabled+.radioIcon__19939bac{background:var(--triplex-next-Radio-Background_Disabled-1-4-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-4-0)}.radio__dcefb078:disabled:checked+.radioIcon__19939bac{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-4-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-4-0)}.radio__dcefb078:disabled+.radioIcon__19939bac:after{background:var(--triplex-next-Radio-Dot_Disabled-1-4-0)}.radio__dcefb078:focus-visible+.radioIcon__19939bac{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-4-0)}.radio__dcefb078:checked:enabled:hover+.radioIcon__19939bac{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-4-0)}.radioXGroup__ecb24a83{display:inline-flex;flex-flow:row wrap}.radioXGroup__ecb24a83.indent-12__555c2369{margin-left:-6px;margin-right:-6px}.radioXGroup__ecb24a83.indent-12__555c2369 .label__c3fe9303{margin-left:6px;margin-right:6px}.radioXGroup__ecb24a83.indent-16__2708432f{margin-left:-8px;margin-right:-8px}.radioXGroup__ecb24a83.indent-16__2708432f .label__c3fe9303{margin-left:8px;margin-right:8px}.radioXGroup__ecb24a83.indent-20__6cbab84c{margin-left:-10px;margin-right:-10px}.radioXGroup__ecb24a83.indent-20__6cbab84c .label__c3fe9303{margin-left:10px;margin-right:10px}.radioXGroup__ecb24a83.indent-24__50f6ef8b{margin-left:-12px;margin-right:-12px}.radioXGroup__ecb24a83.indent-24__50f6ef8b .label__c3fe9303{margin-left:12px;margin-right:12px}.radioXGroup__ecb24a83.indent-28__ca1ff69f{margin-left:-14px;margin-right:-14px}.radioXGroup__ecb24a83.indent-28__ca1ff69f .label__c3fe9303{margin-left:14px;margin-right:14px}.radioXGroup__ecb24a83.indent-32__eecf987e{margin-left:-16px;margin-right:-16px}.radioXGroup__ecb24a83.indent-32__eecf987e .label__c3fe9303{margin-left:16px;margin-right:16px}.radioYGroup__1f7e60dd{display:inline-flex;flex-flow:column wrap}.radioYGroup__1f7e60dd .label__c3fe9303.md__21a37875+.label__c3fe9303.md__21a37875{margin-top:16px}.radioYGroup__1f7e60dd .label__c3fe9303.lg__1f2875fa+.label__c3fe9303.lg__1f2875fa{margin-top:20px}.loaderScreen__6b0f1dc2{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__6b0f1dc2.loaderSmallBackdrop__62dece38{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-4-0)}.loaderScreen__6b0f1dc2.loaderMiddleBackdrop__d1bab17f{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-4-0)}.list__7f1f7f67{margin:0;padding:0;list-style:none;position:relative}.listItemControls__c5d8fb05{display:flex;padding:0 16px 0 4px}.listItemContent__902fc2d6{background:var(--triplex-next-ListItem-Background-1-4-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__902fc2d6.selected__4e0411a2{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-4-0)}.listItemControlsButton__b0dd3f67{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-4-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__b0dd3f67:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-4-0)}.listItemControlsButton__b0dd3f67:hover .listItemControlsButtonLabel__bc81bce7{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-4-0)!important}.listItemControlsButton__b0dd3f67.expanded__5bd36159,.listItemControlsButton__b0dd3f67:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-4-0)}.listItemControlsButton__b0dd3f67.expanded__5bd36159 .listItemControlsButtonLabel__bc81bce7,.listItemControlsButton__b0dd3f67:active .listItemControlsButtonLabel__bc81bce7{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-4-0)!important}.listItemControlsButton__b0dd3f67+.listItemControlsButton__b0dd3f67,.listItemControlsButton__b0dd3f67+.listItemControlsButtonDropdown__443299e2{margin-left:4px}.listItemControlsButtonIcon__5e7f3909{line-height:0}.listItemControlsButton__b0dd3f67.withText__f5363776 .listItemControlsButtonIcon__5e7f3909{margin-bottom:8px}.listItemControlsButtonLabel__bc81bce7{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-4-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__443299e2{display:flex}.listItemControlsButtonInner__276d9a84{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__b0dd3f67.withIcon__7f9afd16.withText__f5363776 .listItemControlsButtonInner__276d9a84{height:44px;overflow:visible}.buttonDropdownMenuItem__6565939d{overflow:hidden;text-overflow:ellipsis}.buttonDropdownExtended__471c326e{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__471c326e .buttonDropdownExtendedBlock__f13c5176{padding:4px;margin-top:4px;right:0}.listEmptyState__34268a29{padding:64px 16px 16px;text-align:center}.listItemLoading__ac3cdc4e{height:24px;padding:12px 0;position:relative}.label__a7f16d39{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__a7f16d39.md__8c013058{min-width:24px;min-height:24px}.label__a7f16d39.md__8c013058.nonempty__c5c13c4e{padding-left:32px;padding-top:2px}.label__a7f16d39.lg__31e4a4c4{min-width:28px;min-height:28px}.label__a7f16d39.lg__31e4a4c4.nonempty__c5c13c4e{padding-left:40px;padding-top:4px}.label__a7f16d39.disabled__cb080a13{cursor:default}.label__a7f16d39[hidden]{display:none}.checkbox__bf68ea73{margin:0;opacity:0}.checkboxIcon__e1d726a3{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-4-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-4-0)}.checkmarkIcon__5bb5c14a{transform:scale(0)}.checkmarkIcon__5bb5c14a path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-4-0)}.checkboxIcon__e1d726a3,.checkmarkIcon__5bb5c14a{pointer-events:none}.checkbox__bf68ea73,.checkboxIcon__e1d726a3,.checkmarkIcon__5bb5c14a{position:absolute;left:0;top:0}.md__8c013058 .checkbox__bf68ea73,.md__8c013058 .checkboxIcon__e1d726a3,.md__8c013058 .checkmarkIcon__5bb5c14a{width:24px;height:24px}.lg__31e4a4c4 .checkbox__bf68ea73,.lg__31e4a4c4 .checkboxIcon__e1d726a3,.lg__31e4a4c4 .checkmarkIcon__5bb5c14a{width:28px;height:28px}.checkbox__bf68ea73:enabled{cursor:pointer}.checkbox__bf68ea73:enabled:hover+.checkboxIcon__e1d726a3{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-4-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-4-0)}.checkbox__bf68ea73:checked+.checkboxIcon__e1d726a3{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-4-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-4-0)}.checkbox__bf68ea73:checked~.checkmarkIcon__5bb5c14a{transform:scale(1);transition:transform .2s ease-out}.checkbox__bf68ea73:disabled+.checkboxIcon__e1d726a3{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-4-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-4-0)}.checkbox__bf68ea73:disabled:checked+.checkboxIcon__e1d726a3{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-4-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-4-0)}.checkbox__bf68ea73:disabled~.checkmarkIcon__5bb5c14a path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-4-0)}.checkbox__bf68ea73:focus-visible+.checkboxIcon__e1d726a3{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-4-0)}.checkbox__bf68ea73:checked:enabled:hover+.checkboxIcon__e1d726a3{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-4-0)}.listItemSelectable__92c53029{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-4-0);border-radius:8px}.listItemSelectable__92c53029.selected__4e0411a2{background:var(--triplex-next-ListItem-Background_Selected-1-4-0)}.checkboxWrapper__f923c619{padding:16px;line-height:0}.childrenWrapper__01a2be1b{flex-grow:1}.checkboxLabel__ca7c9433{padding:0!important;position:relative}.checkboxLabelClickArea__98905eba{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__f2b5a350{position:relative;overflow:hidden}.swipeableArea__f2b5a350 .content__8d64dd62{position:relative;touch-action:pan-y}.swipeableArea__f2b5a350 .content__8d64dd62.disableScroll__4d2d1b89{touch-action:none}.swipeableArea__f2b5a350 .content__8d64dd62.disablePointerEvents__ef08160c:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__f2b5a350 .swipeAnimationFinish__1fa391cf{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__f2b5a350 .leftContent__01c5f9bc,.swipeableArea__f2b5a350 .rightContent__9b3ba465{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__f2b5a350 .rightContent__9b3ba465{left:auto;right:0}.listItemTail__10a2260e{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__5453c08e{background:var(--triplex-next-ListMaster-Background-1-4-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__1dd3d02b{position:absolute;top:0;left:0;right:0}.listItemTailTop__1dd3d02b: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-4-0)}.listItemTailTop__1dd3d02b: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-4-0)}.listItemTailBottom__853dbd6c{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__853dbd6c: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-4-0)}.listItemTailBottom__853dbd6c:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-1-4-0)}.listItemTailRight__a6864865{right:-8px}.listItemTailLeft__9f3c7666{left:-8px}.listItemTable__72486f35{margin-bottom:4px}.listItemTable__72486f35:last-child{margin-bottom:0}.listSortableItemTarget__88432b5a{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-4-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__88432b5a:hover{background:var(--triplex-next-ListItem-Background_Selected-1-4-0)}.listSortableItemTarget__88432b5a.dragging__382d516f{background:var(--triplex-next-ListItem-Background_Dragging-1-4-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-4-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__25581799{flex:1}.listSortableItemTargetIcon__7bb0dc8d{display:block;margin-left:24px}.listSortableItem__18c325b0{position:relative}.listSortableItem__18c325b0.dragging__382d516f{z-index:1}.listSortableItemControls__f1ae30d6{display:inline-block}.islandBody__ffcad635,.islandHeader__a9ab4cde,.islandFooter__c24b5c07{position:relative}.button__d729a0e8.general__352d5337{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-4-0);color:var(--triplex-next-Button-General_Color_Default-1-4-0)}.button__d729a0e8.general__352d5337:hover{background:var(--triplex-next-Button-General_Background_Hover-1-4-0);color:var(--triplex-next-Button-General_Color_Hover-1-4-0)}.button__d729a0e8.general__352d5337.expanded__50b96a56,.button__d729a0e8.general__352d5337:active{background:var(--triplex-next-Button-General_Background_Active-1-4-0);color:var(--triplex-next-Button-General_Color_Active-1-4-0)}.button__d729a0e8.general__352d5337:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-4-0)}.button__d729a0e8.general__352d5337:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-4-0);color:var(--triplex-next-Button-General_Color_Disabled-1-4-0)}.button__d729a0e8.secondary__961a3c28{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-4-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-4-0)}.button__d729a0e8.secondary__961a3c28:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-4-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-4-0)}.button__d729a0e8.secondary__961a3c28.expanded__50b96a56,.button__d729a0e8.secondary__961a3c28:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-4-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-4-0)}.button__d729a0e8.secondary__961a3c28:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-4-0)}.button__d729a0e8.secondary__961a3c28:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-4-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-4-0)}.button__d729a0e8.secondaryLight__20282cb9{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-4-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-4-0)}.button__d729a0e8.secondaryLight__20282cb9:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-4-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-4-0)}.button__d729a0e8.secondaryLight__20282cb9.expanded__50b96a56,.button__d729a0e8.secondaryLight__20282cb9:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-4-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-4-0)}.button__d729a0e8.secondaryLight__20282cb9:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-4-0)}.button__d729a0e8.secondaryLight__20282cb9:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-4-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-4-0)}.button__d729a0e8.danger__ae19eb3a{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-4-0);color:var(--triplex-next-Button-Danger_Color_Default-1-4-0)}.button__d729a0e8.danger__ae19eb3a:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-4-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-4-0)}.button__d729a0e8.danger__ae19eb3a.expanded__50b96a56,.button__d729a0e8.danger__ae19eb3a:active{background:var(--triplex-next-Button-Danger_Background_Active-1-4-0);color:var(--triplex-next-Button-Danger_Color_Active-1-4-0)}.button__d729a0e8.danger__ae19eb3a:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-4-0)}.button__d729a0e8.danger__ae19eb3a:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-4-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-4-0)}.button__d729a0e8.link__0827d549{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-4-0);padding:0}.button__d729a0e8.link__0827d549.sm__2720d538{height:28px;min-width:0px;padding:6px 2px}.button__d729a0e8.link__0827d549.md__95523687{height:40px;min-width:0px;padding:10px 2px}.button__d729a0e8.link__0827d549.lg__1677cae0{height:56px;min-width:0px;padding:18px 2px}.button__d729a0e8.link__0827d549:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-4-0)}.button__d729a0e8.link__0827d549.expanded__50b96a56,.button__d729a0e8.link__0827d549:active{color:var(--triplex-next-Button-Link_Color_Active-1-4-0)}.button__d729a0e8.link__0827d549:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-4-0)}.button__d729a0e8.link__0827d549:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-4-0)}.button__d729a0e8{position:relative;margin:0;vertical-align:top;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__d729a0e8::-moz-focus-inner{border:none;padding:0}.button__d729a0e8.sm__2720d538{line-height:16px;font-size:12px}.button__d729a0e8.sm__2720d538.general__352d5337,.button__d729a0e8.sm__2720d538.secondary__961a3c28,.button__d729a0e8.sm__2720d538.secondaryLight__20282cb9,.button__d729a0e8.sm__2720d538.danger__ae19eb3a{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__d729a0e8.sm__2720d538.icon__e1bdf7a9{min-height:28px;min-width:28px;padding:4px}.button__d729a0e8.md__95523687{line-height:20px;font-size:14px}.button__d729a0e8.md__95523687.general__352d5337,.button__d729a0e8.md__95523687.secondary__961a3c28,.button__d729a0e8.md__95523687.secondaryLight__20282cb9,.button__d729a0e8.md__95523687.danger__ae19eb3a{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__d729a0e8.md__95523687.icon__e1bdf7a9{min-height:40px;min-width:40px;padding:10px}.button__d729a0e8.lg__1677cae0{line-height:20px;font-size:16px}.button__d729a0e8.lg__1677cae0.general__352d5337,.button__d729a0e8.lg__1677cae0.secondary__961a3c28,.button__d729a0e8.lg__1677cae0.secondaryLight__20282cb9,.button__d729a0e8.lg__1677cae0.danger__ae19eb3a{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__d729a0e8.lg__1677cae0.icon__e1bdf7a9{min-height:56px;min-width:56px;padding:12px}.button__d729a0e8:disabled{cursor:default}.button__d729a0e8:disabled *{pointer-events:none}.button__d729a0e8+.button__d729a0e8:not(.block__dbaf919a){margin-left:12px}.button__d729a0e8 .content__6f62233b{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__d729a0e8.block__dbaf919a{display:block;width:100%}.button__d729a0e8.loading__c2f82391{pointer-events:none}.button__d729a0e8.loading__c2f82391 .content__6f62233b{visibility:hidden}.button__d729a0e8 .loader__d887fb1a{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__d729a0e8 .loader__d887fb1a.hidden__2efe2c8c{visibility:hidden}.buttonDropdown__025b9ea2.block__dbaf919a{display:block}.buttonDropdown__025b9ea2+.button__d729a0e8:not(.block__dbaf919a),.buttonDropdown__025b9ea2+.buttonDropdown__025b9ea2:not(.block__dbaf919a){margin-left:16px}.buttonDropdown__025b9ea2 .buttonDropdownTarget__7f03c16a .caretIcon__00b977ec{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__025b9ea2 .buttonDropdownTarget__7f03c16a.active__0410ebaf .caretIcon__00b977ec{transform:rotate(-180deg)}.buttonDropdown__025b9ea2 .buttonDropdownMenuItem__31df2b01{overflow:hidden;text-overflow:ellipsis}.formFieldClear__ab290d63{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__ab290d63.hidden__1b4afecd{opacity:0;pointer-events:none}.formFieldTarget__8ca0e86d{padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-4-0)}.formFieldTarget__8ca0e86d.placeholder__58ee63a8{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-4-0)}.formFieldTarget__8ca0e86d.disabled__b720611e{color:var(--triplex-next-FormField-Target_Color_Disabled-1-4-0)}.formFieldTarget__8ca0e86d.size-sm__7540e812{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldTarget__8ca0e86d.size-md__c6a543db{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__8ca0e86d.size-lg__1760a0c4{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTextarea__28af73f9{width:100%;padding:0;box-sizing:border-box;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-4-0);resize:none}.formFieldTextarea__28af73f9.sm__b412b02f{height:44px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__28af73f9.md__c14e799d{height:60px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__28af73f9.lg__96871987{height:76px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__28af73f9:focus{outline:none}.formFieldTextarea__28af73f9:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-4-0)}.formFieldTextarea__28af73f9::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-4-0)}.chipGroupItem__cf23b277{display:inline-block}.chip__c125ac12{background:var(--triplex-next-Chip-Background_Default-1-4-0);color:var(--triplex-next-Chip-Color_Default-1-4-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__c125ac12.lg__0de9bae2{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__c125ac12.lg__0de9bae2 .prefix__7e057460{padding-left:16px}.chip__c125ac12.lg__0de9bae2 .postfix__d3905a5d{padding-right:16px}.chip__c125ac12.md__22d31d53{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__c125ac12.md__22d31d53 .prefix__7e057460{padding-left:12px}.chip__c125ac12.md__22d31d53 .postfix__d3905a5d{padding-right:12px}.chip__c125ac12.sm__bb628cd7{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__c125ac12.sm__bb628cd7 .prefix__7e057460{padding-left:8px}.chip__c125ac12.sm__bb628cd7 .postfix__d3905a5d{padding-right:8px}.chip__c125ac12:hover{background:var(--triplex-next-Chip-Background_Hover-1-4-0);color:var(--triplex-next-Chip-Color_Hover-1-4-0)}.chip__c125ac12:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-4-0)}.chip__c125ac12:active,.chip__c125ac12[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-4-0);color:var(--triplex-next-Chip-Color_Active-1-4-0)}.chip__c125ac12.disabled__d194d8ca{background:var(--triplex-next-Chip-Background_Disabled-1-4-0);color:var(--triplex-next-Chip-Color_Disabled-1-4-0);cursor:default;pointer-events:none}.chip__c125ac12.selected__320abf0a{background:var(--triplex-next-Chip-Background_Selected_Default-1-4-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-4-0)}.chip__c125ac12.selected__320abf0a:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-4-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-4-0)}.chip__c125ac12.selected__320abf0a:active,.chip__c125ac12.selected__320abf0a[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-4-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-4-0)}.chip__c125ac12.selected__320abf0a.disabled__d194d8ca{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-4-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-4-0)}.chip__c125ac12.withPrefix__da7b2b2b{padding-left:0}.chip__c125ac12.withPostfix__65282022{padding-right:0}.chip__c125ac12 .content__51db1204{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__c125ac12 .prefix__7e057460,.chip__c125ac12 .postfix__d3905a5d{display:flex}.chipClearButton__a3391524{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__a3391524:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-4-0)}.chipDropdownArrow__38a0e6b9{transition:transform .3s ease}.chipDropdownArrow__38a0e6b9.rotated__06743662{transform:rotate(-180deg)}.chipOptionsContent__4d305314{min-width:14px;text-align:center;display:block}.selectExtendedFieldTarget__08e42c17{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__08e42c17 .caretIcon__cd1cc205{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__08e42c17.selectOpened__47e6ebed .caretIcon__cd1cc205{transform:rotate(180deg)}.selectExtendedFieldTarget__08e42c17.loading__68ee4945,.selectExtendedFieldTarget__08e42c17.disabled__b849031d{-webkit-user-select:none;user-select:none;pointer-events:none}.SelectExtendedField__1269567f{position:relative}.tooltipDesktop__41cf92bf{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__41cf92bf .tooltipBody__7bb00d17{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-4-0)}.tooltipDesktop__41cf92bf .tooltipXButton__08ea82d5{position:absolute;right:8px;top:8px}.tooltipDesktopContent__5057220c{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-4-0);border-radius:8px}.closable__ca01ac3a .tooltipDesktopContent__5057220c{padding-right:32px}.tooltipSM__b206ea38 .tooltipDesktopContent__5057220c{width:192px;min-height:52px}.tooltipLG__898b9f86 .tooltipDesktopContent__5057220c{width:384px;min-height:52px}.tooltipOverlay__154eecbc{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__3e052a4d{width:0;height:0}.tooltipDesktopTip__3e052a4d.down__18e5baca{border-top:solid var(--triplex-next-Tooltip-Background-1-4-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__3e052a4d.up__adc92ab4{border-bottom:solid var(--triplex-next-Tooltip-Background-1-4-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__3e052a4d.left__85dc17e4{border-right:solid var(--triplex-next-Tooltip-Background-1-4-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__3e052a4d.right__117b0e93{border-left:solid var(--triplex-next-Tooltip-Background-1-4-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__cd044b3c .tooltipBody__7bb00d17{text-align:left}.tooltipMobile__cd044b3c .tooltipXButton__08ea82d5{position:absolute;right:16px;top:16px}.tooltipMobileContent__fd6829ce{padding:16px}.headerless__8cd0ef50 .tooltipMobileContent__fd6829ce{padding-right:40px}.tooltipLink__ca8acc6a{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:block;margin-top:16px}.desktop__b9b441c9{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-4-0)}.desktop__b9b441c9:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-4-0)}.desktop__b9b441c9:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-4-0)}.desktop__b9b441c9:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-4-0)}.mobile__dc5fd737{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-4-0)}.mobile__dc5fd737:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-4-0)}.mobile__dc5fd737:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-4-0)}.mobile__dc5fd737:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-4-0)}.chipSuggestInputWrapper__7c7828be{margin:12px}.suggestDropdownMobileBody__a090dc85{height:176px}.suggestDropdownMobileNoOptionsText__3acd4df6{padding:16px}.checkboxXGroup__a6d31b60{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__a6d31b60.indent-12__e540c6fe{margin-left:-6px;margin-right:-6px}.checkboxXGroup__a6d31b60.indent-12__e540c6fe .label__a7f16d39{margin-left:6px;margin-right:6px}.checkboxXGroup__a6d31b60.indent-16__76cd5d36{margin-left:-8px;margin-right:-8px}.checkboxXGroup__a6d31b60.indent-16__76cd5d36 .label__a7f16d39{margin-left:8px;margin-right:8px}.checkboxXGroup__a6d31b60.indent-20__5fc53752{margin-left:-10px;margin-right:-10px}.checkboxXGroup__a6d31b60.indent-20__5fc53752 .label__a7f16d39{margin-left:10px;margin-right:10px}.checkboxXGroup__a6d31b60.indent-24__2274c11d{margin-left:-12px;margin-right:-12px}.checkboxXGroup__a6d31b60.indent-24__2274c11d .label__a7f16d39{margin-left:12px;margin-right:12px}.checkboxXGroup__a6d31b60.indent-28__1d8c2d38{margin-left:-14px;margin-right:-14px}.checkboxXGroup__a6d31b60.indent-28__1d8c2d38 .label__a7f16d39{margin-left:14px;margin-right:14px}.checkboxXGroup__a6d31b60.indent-32__0324ad2b{margin-left:-16px;margin-right:-16px}.checkboxXGroup__a6d31b60.indent-32__0324ad2b .label__a7f16d39{margin-left:16px;margin-right:16px}.checkboxYGroup__85cf9766{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__85cf9766 .label__a7f16d39.lg__31e4a4c4+.label__a7f16d39.lg__31e4a4c4{margin-top:20px}.checkboxYGroup__85cf9766 .label__a7f16d39.md__8c013058+.label__a7f16d39.md__8c013058{margin-top:16px}.card__62cefc77{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__62cefc77.roundingMD__09dbba7d{--radius: 16px}.card__62cefc77.roundingSM__c3d0f155{--radius: 8px}.card__62cefc77.general__053516a7{background:var(--triplex-next-Card-Static_General_Background-1-4-0)}.card__62cefc77.secondary__3e66922e{background:var(--triplex-next-Card-Static_Secondary_Background-1-4-0)}.card__62cefc77 .cardMedia__ba1eebcd{background-size:cover;background-repeat:no-repeat;background-position:center}.card__62cefc77 .cardContent__7c60f32e{padding:var(--padding)}.card__62cefc77 .cardContent__7c60f32e.paddingMD__1545a74b{--padding: 24px}.card__62cefc77 .cardContent__7c60f32e.paddingSM__a2c332a8{--padding: 16px}.card__62cefc77 .cardContent__7c60f32e .cardContentHeader__8af7a187{margin-bottom:16px}.card__62cefc77 .cardContent__7c60f32e .cardContentFooter__9303bb26{margin-top:16px}.action__a2b4210b{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__a2b4210b: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__a2b4210b.general__053516a7{background:var(--triplex-next-Card-Action_General_Background-1-4-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-4-0)}.action__a2b4210b.general__053516a7:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-4-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-4-0)}.action__a2b4210b.general__053516a7.selected__d176b229{background:var(--triplex-next-Card-Action_General_Background_Selected-1-4-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-4-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-4-0)}.action__a2b4210b.general__053516a7.selected__d176b229:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-4-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-4-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-4-0)}.action__a2b4210b.general__053516a7:focus{outline:none}.action__a2b4210b.general__053516a7:focus.focusVisible__0fb99f00{box-shadow:var(--triplex-next-Card-Shadow_Default-1-4-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-4-0)}.action__a2b4210b.secondary__3e66922e{background:var(--triplex-next-Card-Action_Secondary_Background-1-4-0)}.action__a2b4210b.secondary__3e66922e:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-4-0)}.action__a2b4210b.secondary__3e66922e.selected__d176b229{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-4-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-4-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-4-0)}.action__a2b4210b.secondary__3e66922e.selected__d176b229:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-4-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-4-0)}.action__a2b4210b.secondary__3e66922e:focus{outline:none}.action__a2b4210b.secondary__3e66922e:focus.focusVisible__0fb99f00{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-4-0)}.alertContext__acd8f089{display:flex;font-size:12px;line-height:16px}.alertContext__acd8f089>svg{flex-shrink:0}.alertContext__acd8f089 .alertContextText__bcc2c646{margin-left:8px}.alertContext__acd8f089.alertTypeError__ced7c27f .alertContextText__bcc2c646{color:var(--triplex-next-AlertContext-Error_Color-1-4-0)}.alertContext__acd8f089.alertTypeInfo__3002ea3b .alertContextText__bcc2c646{color:var(--triplex-next-AlertContext-Info_Color-1-4-0)}.alertContext__acd8f089.alertTypeWarning__732e3a96 .alertContextText__bcc2c646{color:var(--triplex-next-AlertContext-Warning_Color-1-4-0)}.alertContext__acd8f089.alertTypeSystem__2c54c9e2 .alertContextText__bcc2c646{color:var(--triplex-next-AlertContext-System_Color-1-4-0)}.alertProcess__96d0382e{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__96d0382e.withSpoiler__1b8522a9{min-height:40px}.alertProcess__96d0382e .themeIcon__9bfe5b45{box-sizing:border-box;height:20px;width:20px}.alertProcess__96d0382e.alertTypeError__ced7c27f{background:var(--triplex-next-AlertProcess-Error_Background-1-4-0)}.alertProcess__96d0382e.alertTypeInfo__3002ea3b{background:var(--triplex-next-AlertProcess-Info_Background-1-4-0)}.alertProcess__96d0382e.alertTypeWarning__732e3a96{background:var(--triplex-next-AlertProcess-Warning_Background-1-4-0)}.alertProcess__96d0382e.alertTypeSystem__2c54c9e2{background:var(--triplex-next-AlertProcess-System_Background-1-4-0)}.alertProcess__96d0382e.alertTypeFeature__23e4269b{background:var(--triplex-next-AlertProcess-Feature_Background-1-4-0)}.alertProcess__96d0382e.alertTypeFeature__23e4269b .themeIcon__9bfe5b45{padding-top:0}.alertProcess__96d0382e .alertProcessContentBlock__4e11d402{flex:1;margin-left:10px}.alertProcess__96d0382e .alertProcessContentBlock__4e11d402:not(:has(+.closeButton__2943f73b)){padding-right:26px}.alertProcess__96d0382e .alertProcessContentBlock__4e11d402 .expandableContent__fdd6ee88{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__96d0382e .alertProcessContentBlock__4e11d402 .expandableContent__fdd6ee88.expanded__d208d07b{max-height:1000px;opacity:1}.alertProcess__96d0382e .closeButton__2943f73b{margin-left:10px}.alertProcess__96d0382e .expandButton__5db473d1{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__96d0382e .expandButton__5db473d1.expanded__d208d07b{transform:rotate(180deg)}.adaptive__f029dbba{font-size:10px!important;line-height:12px!important}.col-1__840b11d6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__42e76c4d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__eac316e0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__26e16a56{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__c48916d4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__1da8fe88{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__edcd84c1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__4ae9eb7f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__272db6c3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__83f092b2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__9a35eefc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__ae5f3af2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__f18eee6f{margin-left:0%}.offset-1__e227c950{margin-left:8.33333333%}.offset-2__c2d8d0fb{margin-left:16.66666667%}.offset-3__3b7d4db6{margin-left:25%}.offset-4__9cfb72da{margin-left:33.33333333%}.offset-5__0ab9708d{margin-left:41.66666667%}.offset-6__e8c26d23{margin-left:50%}.offset-7__f03487fe{margin-left:58.33333333%}.offset-8__13cf2bcf{margin-left:66.66666667%}.offset-9__58589603{margin-left:75%}.offset-10__dc26af03{margin-left:83.33333333%}.offset-11__e4f68e39{margin-left:91.66666667%}.d-none__8c7ab4d8{display:none!important}.d-block__236eb3b8{display:block!important}@media (min-width: 576px){.col-sm-1__234f970d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__3d505435{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__24d19057{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__e2bf4747{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__8acbf0e2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__de9b5a0c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__a013a8c9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__e2af247f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__34dd8382{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__d196bb59{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__5e6bdb87{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__db92bd9a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__54745404{margin-left:0%}.offset-sm-1__19064341{margin-left:8.33333333%}.offset-sm-2__c2984acd{margin-left:16.66666667%}.offset-sm-3__cf775219{margin-left:25%}.offset-sm-4__c5a71e09{margin-left:33.33333333%}.offset-sm-5__d195b750{margin-left:41.66666667%}.offset-sm-6__2f5fa19c{margin-left:50%}.offset-sm-7__f560a254{margin-left:58.33333333%}.offset-sm-8__6f0de97d{margin-left:66.66666667%}.offset-sm-9__d3150c81{margin-left:75%}.offset-sm-10__88644433{margin-left:83.33333333%}.offset-sm-11__e58467db{margin-left:91.66666667%}.d-none-sm__bb6fe3f6{display:none!important}.d-block-sm__82e24c18{display:block!important}}@media (min-width: 768px){.col-md-1__862cac00{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__a47f557f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__7c9bf7c4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__25308f95{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__aff747a5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__411c2684{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__56a84ba0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__30ea878d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__387718fb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__75b4f9db{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__fcd8c9b8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__0bbc913c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__6af5106b{margin-left:0%}.offset-md-1__519600da{margin-left:8.33333333%}.offset-md-2__566c30e8{margin-left:16.66666667%}.offset-md-3__0112f1e8{margin-left:25%}.offset-md-4__dfd7a2cb{margin-left:33.33333333%}.offset-md-5__6d47de32{margin-left:41.66666667%}.offset-md-6__8326b109{margin-left:50%}.offset-md-7__95e57c01{margin-left:58.33333333%}.offset-md-8__a45ae394{margin-left:66.66666667%}.offset-md-9__127bd226{margin-left:75%}.offset-md-10__06ad9a57{margin-left:83.33333333%}.offset-md-11__297dffee{margin-left:91.66666667%}.d-none-md__050e7ece{display:none!important}.d-block-md__15a87a3e{display:block!important}}@media (min-width: 992px){.col-lg-1__d02d024f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__f10fd9ab{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__761509fe{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__3232976f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__f207f7dc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__7ae0e83a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__e0971854{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__48f75a7c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__3a32f8a8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__9e5e23ed{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__b4d36669{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__03a406bf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__9f776d06{margin-left:0%}.offset-lg-1__ccc71661{margin-left:8.33333333%}.offset-lg-2__3a07902c{margin-left:16.66666667%}.offset-lg-3__4d96e97a{margin-left:25%}.offset-lg-4__b493d9ca{margin-left:33.33333333%}.offset-lg-5__9b09c70f{margin-left:41.66666667%}.offset-lg-6__8361aac7{margin-left:50%}.offset-lg-7__57143664{margin-left:58.33333333%}.offset-lg-8__6c459daf{margin-left:66.66666667%}.offset-lg-9__16563d06{margin-left:75%}.offset-lg-10__e9f8b9c8{margin-left:83.33333333%}.offset-lg-11__9ccb1de6{margin-left:91.66666667%}.d-none-lg__6b6a1201{display:none!important}.d-block-lg__160a28d9{display:block!important}}@media (min-width: 1200px){.col-xl-1__0961dd75{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__30c5db9d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__cb4bd642{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__4404f9ab{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__e97df39d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__93cff378{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__82a7792b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__8cad0e01{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__8c2897a1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__b726cc88{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__4cedb772{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__d9ab6ba6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__6a11e48b{margin-left:0%}.offset-xl-1__bba46f05{margin-left:8.33333333%}.offset-xl-2__a4a0e9ae{margin-left:16.66666667%}.offset-xl-3__af01612a{margin-left:25%}.offset-xl-4__438fbad3{margin-left:33.33333333%}.offset-xl-5__a6d47c4e{margin-left:41.66666667%}.offset-xl-6__be8279ce{margin-left:50%}.offset-xl-7__d795b8c2{margin-left:58.33333333%}.offset-xl-8__a4a4dcd3{margin-left:66.66666667%}.offset-xl-9__42885d54{margin-left:75%}.offset-xl-10__063cd47a{margin-left:83.33333333%}.offset-xl-11__96b6be76{margin-left:91.66666667%}.d-none-xl__78ac179c{display:none!important}.d-block-xl__73d2004d{display:block!important}}.ellipsisLineClamp__bc58c37a{--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__bc58c37a.oneLine__bf828d37{word-break:break-all}.link__81e5301c{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-4-0)}.link__81e5301c:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-4-0)}.link__81e5301c:active{color:var(--triplex-next-Link-Text_Color_Active-1-4-0)}.link__81e5301c:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-4-0)}.wordWithContent__0a1c37b4{white-space:nowrap;display:inline-flex;align-items:center}.before__2ff2f479 :first-child{margin-right:4px}.after__61cfb574 :last-child{margin-left:4px}.marker__119ccf67{border-radius:50%}.marker__119ccf67.md__d86cd052{width:8px;height:8px}.marker__119ccf67.lg__16301202{width:10px;height:10px}.marker__119ccf67.success__b3fc4dac{background:var(--triplex-next-Marker-Background_Success-1-4-0)}.marker__119ccf67.error__a320efd7{background:var(--triplex-next-Marker-Background_Error-1-4-0)}.marker__119ccf67.warning__cffa0e53{background:var(--triplex-next-Marker-Background_Warning-1-4-0)}.marker__119ccf67.waiting__2990c0da{background:var(--triplex-next-Marker-Background_Waiting-1-4-0)}.markerStatus__05ee2eb0{line-height:0;display:flex;align-items:start}.markerStatus__05ee2eb0 .contentContainer__be1c340a{display:flex;flex-direction:column}.markerStatus__05ee2eb0.md__361f55fb{gap:4px}.markerStatus__05ee2eb0.md__361f55fb .markerContainer__26e63bbc{margin-top:4px}.markerStatus__05ee2eb0.lg__959c712a{gap:6px}.markerStatus__05ee2eb0.lg__959c712a .contentContainer__be1c340a{gap:4px}.markerStatus__05ee2eb0.lg__959c712a .markerContainer__26e63bbc{margin-top:5px}.row__19f39b2b{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__19f39b2b.noPaddingBottom__7c495d32,.row__19f39b2b:last-child{padding-bottom:0}.tabsExtended__7018fd5a{position:relative}.tabsExtendedContent__ef0e5a6e{display:inline-flex}.tabsExtendedContent__ef0e5a6e.sm__a01319df{border-radius:6px;padding:4px}.tabsExtendedContent__ef0e5a6e.md__876e832d{border-radius:8px;padding:4px}.tabsExtendedContent__ef0e5a6e.lg__24933fe7{border-radius:10px;padding:8px}.tabsExtendedTab__68dc04ec{display:flex}.tabsExtendedTab__68dc04ec+.tabsExtendedTab__68dc04ec,.tabsExtendedDropdown__25d438e0{margin-left:2px}.tabsReal__5d7def52,.tabsFake__66c182f0{display:flex;box-sizing:border-box;width:100%}.tabsReal__5d7def52.hidden__e2d0157c{visibility:hidden}.tabsReal__5d7def52 .tabsExtendedTab__68dc04ec.hidden__e2d0157c{display:none}.tabsFake__66c182f0{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__8893c8a8 .tabsExtendedContent__ef0e5a6e{background-color:var(--triplex-next-Tabs-Type1_Background-1-4-0)}.type2__685a0cb5 .tabsExtendedContent__ef0e5a6e{background-color:var(--triplex-next-Tabs-Type2_Background-1-4-0)}.tabsExtendedTabButton__ad3ed934{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-4-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__ad3ed934 .tabButtonText__d5e15aef{font-weight:400}.tabsExtendedTabButton__ad3ed934.lg__24933fe7{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__ad3ed934.lg__24933fe7 .tabButtonText__d5e15aef{font-size:16px;line-height:20px}.tabsExtendedTabButton__ad3ed934.md__876e832d{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__ad3ed934.md__876e832d .tabButtonText__d5e15aef{font-size:14px;line-height:20px}.tabsExtendedTabButton__ad3ed934.sm__a01319df{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__ad3ed934.sm__a01319df .tabButtonText__d5e15aef{font-size:12px;line-height:16px}.tabsExtendedTabButton__ad3ed934::-moz-focus-inner{border:none}.tabsExtendedTabButton__ad3ed934+.tabsExtendedTabButton__ad3ed934{margin-left:2px}.tabsExtendedTabButton__ad3ed934:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-4-0)}.tabsExtendedTabButton__ad3ed934.type1__8893c8a8{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-4-0)}.tabsExtendedTabButton__ad3ed934.type1__8893c8a8.selected__a3521b19{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-4-0)}.tabsExtendedTabButton__ad3ed934.type1__8893c8a8.selected__a3521b19 .tabButtonText__d5e15aef{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-4-0)}.tabsExtendedTabButton__ad3ed934.type1__8893c8a8:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-4-0)}.tabsExtendedTabButton__ad3ed934.type1__8893c8a8:hover .tabButtonText__d5e15aef{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-4-0)}.tabsExtendedTabButton__ad3ed934.type1__8893c8a8 .tabButtonText__d5e15aef{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-4-0)}.tabsExtendedTabButton__ad3ed934.type2__685a0cb5{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-4-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-4-0)}.tabsExtendedTabButton__ad3ed934.type2__685a0cb5.selected__a3521b19{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-4-0)}.tabsExtendedTabButton__ad3ed934.type2__685a0cb5.selected__a3521b19 .tabButtonText__d5e15aef{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-4-0)}.tabsExtendedTabButton__ad3ed934.type2__685a0cb5:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-4-0)}.tabsExtendedTabButton__ad3ed934.type2__685a0cb5:hover .tabButtonText__d5e15aef{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-4-0)}.tabButtonDropdown__ff5b844f{padding:0!important;border-radius:0!important;background:none!important}.tabButtonDropdown__ff5b844f.sm__7fd386fc{min-width:20px!important;min-height:20px!important}.tabButtonDropdown__ff5b844f.md__b2dc47b6{min-width:32px!important;min-height:32px!important}.tabButtonDropdown__ff5b844f.lg__e904da7b{min-width:40px!important;min-height:40px!important}.tag__e5da6a0e{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-4-0);border-radius:4px;gap:2px}.tag__e5da6a0e.sm__19da04d7{height:20px;padding:2px 4px 2px 6px}.tag__e5da6a0e.md__2b874a84{height:28px;padding:4px 6px 4px 8px}.tag__e5da6a0e.lg__b6a87358{height:32px;padding:6px 8px 6px 10px}.content__6f0bb8df{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__ab1b8190{display:flex;flex-wrap:wrap}.tagGroup__ab1b8190.sm__8f95e7bf{gap:4px}.tagGroup__ab1b8190.md__1aaaf24e{gap:8px}.tagGroup__ab1b8190.lg__93a79982{gap:12px}.footerDescription__8950f9ed{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__14a20043{flex-grow:1;margin-right:auto}.footerDescriptionControls__d38102d8{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__8950f9ed{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__14a20043{width:100%}.footerDescriptionControls__d38102d8{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__d38102d8>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__14a20043+.footerDescriptionControls__d38102d8{margin-top:0}.footer__d970c387{padding:16px 0}}.body__bd83b958{position:relative;display:flex}.body__bd83b958 .bodyInner__5467a77e{position:relative;flex-grow:1;width:100%}.verticalMargin24__bd0f7c5c{margin-top:24px;margin-bottom:24px}.verticalMargin16__87b54f81{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__bd0f7c5c{margin-top:16px;margin-bottom:16px}.verticalMargin16__87b54f81{margin-top:8px;margin-bottom:8px}}.headerTabs__fa441d4a{display:flex;justify-content:space-between}.headerTabs__fa441d4a .headerTabsContent__92ee5871{flex-grow:1}.headerTabs__fa441d4a .headerTabsControls__89ae6354{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__fa441d4a{flex-wrap:wrap}.headerTabs__fa441d4a .headerTabsContent__92ee5871{width:100%}.headerTabs__fa441d4a .headerTabsControls__89ae6354{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__fa441d4a .headerTabsControls__89ae6354>button{margin-left:16px;margin-top:16px}}.headerTitle__a270f183{display:flex;justify-content:space-between}.headerTitle__a270f183 .headerTitleControls__5bda1b58{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__9bb97233+.headerTitle__a270f183{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__a270f183{flex-wrap:wrap}.headerTitle__a270f183 .headerTitleContent__4228665c{width:100%}.headerTitle__a270f183 .headerTitleControls__5bda1b58{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__a270f183 .headerTitleControls__5bda1b58>button{margin-left:16px;margin-top:16px}}.headerSubheader__d7180ecd{padding:24px 0}.headerSubheader__d7180ecd.withoutPaddings__064c5a69{padding:0}.headerLayoutSidebar__33126cd8{display:flex;justify-content:space-between}.headerLayoutSidebarContent__b333486e{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__75293af7{display:none}}.page__1f5cd968{height:100%;display:flex;flex-direction:column;max-width:100%;padding:24px;box-sizing:border-box}.global-page{position:relative}@media (max-width: 767px){.page__1f5cd968{padding:16px}}.bodyPage__2d253a5b{flex-grow:1}.global-LB-more-media-point-0 .headerPageTypeFirst__7d52c77e.sticky__04faacf4{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__7d52c77e.sticky__04faacf4[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-4-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__bf239990.sticky__04faacf4{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__bf239990.sticky__04faacf4[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-4-0)!important}.island__3eef83fc{position:relative}.island__3eef83fc.type1__60747040{background-color:var(--triplex-next-Island-Type1_Background-1-4-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-4-0)}.island__3eef83fc.type2__0c92284f{background-color:var(--triplex-next-Island-Type2_Background-1-4-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-4-0)}.island__3eef83fc.type3__52d7ace5{background-color:var(--triplex-next-Island-Type3_Background-1-4-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-4-0)}.island__3eef83fc.sm__3b3e4703{border-radius:16px;padding:16px}.island__3eef83fc.md__b82a7599{border-radius:24px;padding:24px}.island__3eef83fc.lg__be3a6e3d{border-radius:32px;padding:32px}.island__3eef83fc .islandHeader__a9ab4cde+.islandBody__ffcad635,.island__3eef83fc .islandHeader__a9ab4cde+.islandFooter__c24b5c07,.island__3eef83fc .islandBody__ffcad635+.islandFooter__c24b5c07{margin-top:16px}@media (max-width: 767px){.island__3eef83fc.sm__3b3e4703,.island__3eef83fc.md__b82a7599{border-radius:16px;padding:16px}.island__3eef83fc.lg__be3a6e3d{border-radius:24px;padding:24px}}.paginationExtended__7979df6c{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__d18ce87c .directionIconNext__4555aac3{transform:rotate(180deg)}.pageEllipsis__59df78ae{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-4-0);cursor:default}.paginationPageButton__6e91ed4b{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-4-0);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__6e91ed4b:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-4-0);outline:none}.paginationPageButton__6e91ed4b:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-4-0)}.paginationPageButton__6e91ed4b:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-4-0);cursor:grabbing}.paginationPageButton__6e91ed4b.currentPage__aefe3f07{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-4-0);cursor:default}.paginationNavigationExtended__b95e2d3a{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__edb33000{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__edb33000 .paginationSelectControl__4469791d{margin-left:8px}.skeleton__1223599a{border-radius:16px;flex-grow:1}.skeleton__1223599a.light__e32d63c9{animation:skeleton-light-pulse__594356be 2s ease-in-out infinite}.skeleton__1223599a.dark__9ca8ac63{animation:skeleton-dark-pulse__0201a821 2s ease-in-out infinite}@keyframes skeleton-light-pulse__594356be{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-4-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-4-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-4-0)}}@keyframes skeleton-dark-pulse__0201a821{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-4-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-4-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-4-0)}}.segmentedControlSegment__62bdda84{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-4-0);outline:none;cursor:pointer}.segmentedControlSegment__62bdda84:disabled{cursor:default}.sm__96ba2861 .segmentedControlSegment__62bdda84{min-height:20px;padding:2px;font-size:12px;line-height:16px;border-radius:4px}.md__94bd2d9b .segmentedControlSegment__62bdda84{min-height:32px;padding:6px;font-size:14px;line-height:20px;border-radius:6px}.lg__d92a95ae .segmentedControlSegment__62bdda84{min-height:40px;padding:8px;font-size:16px;line-height:20px;border-radius:8px}.general1__39d67cc0 .segmentedControlSegment__62bdda84{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-4-0)}.general1__39d67cc0 .segmentedControlSegment__62bdda84:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-4-0)}.general1__39d67cc0 .segmentedControlSegment__62bdda84:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-4-0)}.general1__39d67cc0 .segmentedControlSegment__62bdda84.selected__38b19bb8{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-4-0)}.general1__39d67cc0 .segmentedControlSegment__62bdda84.selected__38b19bb8:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-4-0)}.general1__39d67cc0 .segmentedControlSegment__62bdda84.selected__38b19bb8:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-4-0)}.general2__616f869e .segmentedControlSegment__62bdda84{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-4-0)}.general2__616f869e .segmentedControlSegment__62bdda84:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-4-0)}.general2__616f869e .segmentedControlSegment__62bdda84:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-4-0)}.general2__616f869e .segmentedControlSegment__62bdda84.selected__38b19bb8{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-4-0)}.general2__616f869e .segmentedControlSegment__62bdda84.selected__38b19bb8:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-4-0)}.general2__616f869e .segmentedControlSegment__62bdda84.selected__38b19bb8:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-4-0)}.secondary1__c26891fa .segmentedControlSegment__62bdda84{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-4-0)}.secondary1__c26891fa .segmentedControlSegment__62bdda84:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-4-0)}.secondary1__c26891fa .segmentedControlSegment__62bdda84:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-4-0)}.secondary1__c26891fa .segmentedControlSegment__62bdda84.selected__38b19bb8{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-4-0)}.secondary1__c26891fa .segmentedControlSegment__62bdda84.selected__38b19bb8:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-4-0)}.secondary2__39f5f0ce .segmentedControlSegment__62bdda84{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-4-0)}.secondary2__39f5f0ce .segmentedControlSegment__62bdda84:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-4-0)}.secondary2__39f5f0ce .segmentedControlSegment__62bdda84:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-4-0)}.secondary2__39f5f0ce .segmentedControlSegment__62bdda84.selected__38b19bb8{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-4-0)}.secondary2__39f5f0ce .segmentedControlSegment__62bdda84.selected__38b19bb8:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-4-0)}.segmentedControlSegment__62bdda84:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-4-0)}.content__a3f72550{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__92bc0336{display:flex;gap:4px}.segmentedControl__92bc0336.general1__39d67cc0{background:var(--triplex-next-SegmentedControl-General_1_Background-1-4-0)}.segmentedControl__92bc0336.secondary1__c26891fa{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-4-0)}.segmentedControl__92bc0336.general2__616f869e{background:var(--triplex-next-SegmentedControl-General_2_Background-1-4-0)}.segmentedControl__92bc0336.secondary2__39f5f0ce{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-4-0)}.segmentedControl__92bc0336.sm__96ba2861{padding:4px}.segmentedControl__92bc0336.md__94bd2d9b{padding:6px}.segmentedControl__92bc0336.lg__d92a95ae{padding:8px}.step__8a2b79f6{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:32px;height:32px;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__8a2b79f6.default__979f8e3a{background-color:var(--triplex-next-Step-Background_Default-1-4-0)}.step__8a2b79f6.default__979f8e3a>span{color:var(--triplex-next-Step-Color_Default-1-4-0)}.step__8a2b79f6.done__3fc8c503{background-color:var(--triplex-next-Step-Background_Done-1-4-0)}.step__8a2b79f6.done__3fc8c503>span{color:var(--triplex-next-Step-Color_Done-1-4-0)}.step__8a2b79f6.warning__d6aeb6f5{background-color:var(--triplex-next-Step-Background_Warning-1-4-0)}.step__8a2b79f6.warning__d6aeb6f5>span{color:var(--triplex-next-Step-Color_Warning-1-4-0)}.step__8a2b79f6.active__245ca4e0{background-color:var(--triplex-next-Step-Background_Active-1-4-0)}.step__8a2b79f6.active__245ca4e0>span{color:var(--triplex-next-Step-Color_Active-1-4-0)}.step__8a2b79f6.error__bb1871d9{background-color:var(--triplex-next-Step-Background_Error-1-4-0)}.step__8a2b79f6.error__bb1871d9>span{color:var(--triplex-next-Step-Color_Error-1-4-0)}.step__8a2b79f6.disabled__cb7d7874{background-color:var(--triplex-next-Step-Background_Disabled-1-4-0)}.step__8a2b79f6.disabled__cb7d7874>span{color:var(--triplex-next-Step-Color_Disabled-1-4-0)}.stepperWrapper__0fc159c7{position:relative;padding:16px 32px;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-4-0)}.stepperStep__1df87ab2{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__1df87ab2+.stepperStep__1df87ab2{margin-left:12px}.stepperStep__1df87ab2.sm__38a06386:not(:last-child) .content__52004cc2{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__1df87ab2.sm__38a06386:last-child .content__52004cc2{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__1df87ab2.sm__38a06386:last-child .arrow__8e041fed{display:none}.stepperStep__1df87ab2.md__bfbd0a1b:not(:last-child) .content__52004cc2{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__1df87ab2.md__bfbd0a1b:last-child .content__52004cc2{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__1df87ab2.md__bfbd0a1b:last-child .arrow__8e041fed{display:none}.stepperStep__1df87ab2.lg__56d8fc57:not(:last-child) .content__52004cc2{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__1df87ab2.lg__56d8fc57:last-child .content__52004cc2{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__1df87ab2.lg__56d8fc57:last-child .arrow__8e041fed{display:none}.stepperStep__1df87ab2:hover:not(.active__d2950b71):not(.disabled__6f607a9a) .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-4-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-4-0)}.stepperStep__1df87ab2:hover:not(.active__d2950b71):not(.disabled__6f607a9a) .arrow__8e041fed path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-4-0)}.stepperStep__1df87ab2:hover:not(.active__d2950b71):not(.disabled__6f607a9a) .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-4-0)}.stepperStep__1df87ab2.active__d2950b71{cursor:default}.stepperStep__1df87ab2.active__d2950b71 .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-4-0)}.stepperStep__1df87ab2.active__d2950b71 .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-4-0)}.stepperStep__1df87ab2.active__d2950b71.error__07a25611 .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-4-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-4-0)}.stepperStep__1df87ab2.active__d2950b71.error__07a25611 .arrow__8e041fed path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-4-0)}.stepperStep__1df87ab2.active__d2950b71.error__07a25611 .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-4-0)}.stepperStep__1df87ab2.active__d2950b71.warning__4abb7dfc .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-4-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-4-0)}.stepperStep__1df87ab2.active__d2950b71.warning__4abb7dfc .arrow__8e041fed path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-4-0)}.stepperStep__1df87ab2.active__d2950b71.warning__4abb7dfc .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.error__07a25611 .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-4-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.error__07a25611 .arrow__8e041fed path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.error__07a25611 .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.error__07a25611:hover .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-4-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.error__07a25611:hover .arrow__8e041fed path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.error__07a25611:hover .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.warning__4abb7dfc .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-4-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.warning__4abb7dfc .arrow__8e041fed path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.warning__4abb7dfc .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.warning__4abb7dfc:hover .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-4-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.warning__4abb7dfc:hover .arrow__8e041fed path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.warning__4abb7dfc:hover .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-4-0)}.stepperStep__1df87ab2.inactive__263e6be3 .content__52004cc2{color:var(--triplex-next-Stepper-Step_Color_Default-1-4-0)}.stepperStep__1df87ab2.inactive__263e6be3:hover .content__52004cc2{color:var(--triplex-next-Stepper-Step_Color_Hover-1-4-0)}.stepperStep__1df87ab2.disabled__6f607a9a{pointer-events:none}.stepperStep__1df87ab2.disabled__6f607a9a .content__52004cc2{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-4-0)}.stepperStep__1df87ab2.disabled__6f607a9a .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-4-0)}.stepperStep__1df87ab2.disabled__6f607a9a .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-4-0)}.stepperStep__1df87ab2.focusVisible__7c191dd0.completed__4a724d97 .content__52004cc2,.stepperStep__1df87ab2.focusVisible__7c191dd0.active__d2950b71 .content__52004cc2,.stepperStep__1df87ab2.focusVisible__7c191dd0.inactive__263e6be3 .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-4-0)}.stepperStep__1df87ab2.focusVisible__7c191dd0.completed__4a724d97 .arrow__8e041fed path:last-child,.stepperStep__1df87ab2.focusVisible__7c191dd0.active__d2950b71 .arrow__8e041fed path:last-child,.stepperStep__1df87ab2.focusVisible__7c191dd0.inactive__263e6be3 .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-4-0)}.stepperStep__1df87ab2.focusVisible__7c191dd0.completed__4a724d97:hover .content__52004cc2,.stepperStep__1df87ab2.focusVisible__7c191dd0.active__d2950b71:hover .content__52004cc2,.stepperStep__1df87ab2.focusVisible__7c191dd0.inactive__263e6be3:hover .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-4-0)}.stepperStep__1df87ab2.focusVisible__7c191dd0.completed__4a724d97:hover .arrow__8e041fed path:last-child,.stepperStep__1df87ab2.focusVisible__7c191dd0.active__d2950b71:hover .arrow__8e041fed path:last-child,.stepperStep__1df87ab2.focusVisible__7c191dd0.inactive__263e6be3:hover .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-4-0)}.content__52004cc2{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-4-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-4-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-4-0);border-style:solid;white-space:nowrap;font-weight:400}.sm__38a06386{font-size:12px;line-height:16px}.md__bfbd0a1b{font-size:14px;line-height:20px}.lg__56d8fc57{font-size:16px;line-height:20px}.arrow__8e041fed{transform:translate(0)}.arrow__8e041fed path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-4-0)}.arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-4-0)}.icon__daa2bc47{display:inline-flex;align-items:center;line-height:0}.nonempty__6cfdbdc4 .icon__daa2bc47{margin-right:6px}.stepperExtended__041b27e1{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__6bcdf1d9{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__6bcdf1d9::-webkit-scrollbar{display:none}.stepper__c10ca561{padding-left:32px;padding-right:32px}.stepperCarousel__0ecc2c7b{margin-left:-32px;margin-right:-32px;position:relative}.stepperCarousel__0ecc2c7b .buttonPrev__12d12c03,.stepperCarousel__0ecc2c7b .buttonNext__baace22d{position:absolute;top:0;bottom:0;z-index:1}.stepperCarousel__0ecc2c7b .buttonPrev__12d12c03.sm__38a06386,.stepperCarousel__0ecc2c7b .buttonNext__baace22d.sm__38a06386{height:28px;width:28px}.stepperCarousel__0ecc2c7b .buttonPrev__12d12c03.md__bfbd0a1b,.stepperCarousel__0ecc2c7b .buttonNext__baace22d.md__bfbd0a1b{height:40px;width:40px}.stepperCarousel__0ecc2c7b .buttonPrev__12d12c03.lg__56d8fc57,.stepperCarousel__0ecc2c7b .buttonNext__baace22d.lg__56d8fc57{height:56px;width:56px}.stepperCarousel__0ecc2c7b .buttonPrev__12d12c03{left:0;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-4-0)}.stepperCarousel__0ecc2c7b .buttonNext__baace22d{right:0;background:var(--triplex-next-Stepper-ButtonNext_Background-1-4-0)}@media (max-width: 767px){.stepper__c10ca561{padding-left:16px;padding-right:16px}.buttonPrev__12d12c03,.buttonNext__baace22d{display:none}}.expandAnimation__e4ff3b4b{transition-property:height;transition-timing-function:ease-in-out}.islandAccordion__db6c7789{margin:0;padding:0}.islandAccordion__db6c7789 .island__f3f7549f{padding:0}.islandAccordion__db6c7789 .item__f682bfa9{position:relative;list-style-type:none}.islandAccordion__db6c7789 .item__f682bfa9.disabled__a504c28d{opacity:.48;cursor:default;pointer-events:none}.islandAccordion__db6c7789 .item__f682bfa9+.item__f682bfa9.sm__dce620d6,.islandAccordion__db6c7789 .item__f682bfa9+.item__f682bfa9.md__8550acb1{margin-top:16px}.islandAccordion__db6c7789 .item__f682bfa9+.item__f682bfa9.lg__77de81b7{margin-top:24px}.islandAccordion__db6c7789 .item__f682bfa9 .header__73324065{display:flex;width:100%;margin:0;outline:none;border:1px solid transparent;text-align:left;cursor:pointer;background:none}.islandAccordion__db6c7789 .item__f682bfa9 .header__73324065:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-4-0)}.islandAccordion__db6c7789 .item__f682bfa9 .footer__5def73b8{text-align:right}.islandAccordion__db6c7789 .item__f682bfa9 .body__2fbcd93b,.islandAccordion__db6c7789 .item__f682bfa9 .footer__5def73b8{visibility:hidden}.islandAccordion__db6c7789 .item__f682bfa9.opened__66a65923 .body__2fbcd93b,.islandAccordion__db6c7789 .item__f682bfa9.opened__66a65923 .footer__5def73b8{visibility:visible}.islandAccordion__db6c7789 .item__f682bfa9 .caretWrapper__1d94e2b9{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__db6c7789 .item__f682bfa9 .caretIcon__bf7c5ca7{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__db6c7789 .item__f682bfa9.sm__dce620d6 .header__73324065{padding:16px;border-radius:16px}.islandAccordion__db6c7789 .item__f682bfa9.sm__dce620d6 .step__75cc324f+.titleWrapper__fe071575{margin-top:2px}.islandAccordion__db6c7789 .item__f682bfa9.sm__dce620d6 .body__2fbcd93b,.islandAccordion__db6c7789 .item__f682bfa9.sm__dce620d6 .footer__5def73b8{padding:0 16px 16px}.islandAccordion__db6c7789 .item__f682bfa9.sm__dce620d6 .caretWrapper__1d94e2b9{right:20px}.islandAccordion__db6c7789 .item__f682bfa9.sm__dce620d6 .remove__19bfe67f{right:-40px;top:20px}.islandAccordion__db6c7789 .item__f682bfa9.sm__dce620d6 .step__75cc324f{margin-right:12px}.islandAccordion__db6c7789 .item__f682bfa9.md__8550acb1 .header__73324065{padding:24px;border-radius:24px}.islandAccordion__db6c7789 .item__f682bfa9.md__8550acb1 .body__2fbcd93b,.islandAccordion__db6c7789 .item__f682bfa9.md__8550acb1 .footer__5def73b8{padding:0 24px 24px}.islandAccordion__db6c7789 .item__f682bfa9.md__8550acb1 .caretWrapper__1d94e2b9{right:28px}.islandAccordion__db6c7789 .item__f682bfa9.md__8550acb1 .remove__19bfe67f{right:-40px;top:28px}.islandAccordion__db6c7789 .item__f682bfa9.md__8550acb1 .step__75cc324f{margin-right:12px}.islandAccordion__db6c7789 .item__f682bfa9.lg__77de81b7 .header__73324065{padding:32px;border-radius:32px}.islandAccordion__db6c7789 .item__f682bfa9.lg__77de81b7 .body__2fbcd93b,.islandAccordion__db6c7789 .item__f682bfa9.lg__77de81b7 .footer__5def73b8{padding:0 32px 32px}.islandAccordion__db6c7789 .item__f682bfa9.lg__77de81b7 .caretWrapper__1d94e2b9{right:36px}.islandAccordion__db6c7789 .item__f682bfa9.lg__77de81b7 .remove__19bfe67f{right:-48px;top:40px}.islandAccordion__db6c7789 .item__f682bfa9.lg__77de81b7 .step__75cc324f{margin:2px 16px 0 0}.islandAccordion__db6c7789 .item__f682bfa9.opened__66a65923:not(.disabled__a504c28d) .caretWrapper__1d94e2b9 .caretIcon__bf7c5ca7{transform:rotate(-180deg)}.islandAccordion__db6c7789 .item__f682bfa9 .remove__19bfe67f{position:absolute}.noColumns__6052562b{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__6052562b>.content__dad821a9{width:456px;text-align:center}.filterPanel__308c3fb0{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__d80940c3{display:flex;height:32px;z-index:1;margin-left:auto}.tabsLinePanelLinks__d80940c3>a:not(:first-child){margin-left:16px}.tabsLinePanel__954b8aec{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__29f57350{0%{opacity:0}to{opacity:1}}.tableBasic__9bbbed6f{position:relative}.tableBasic__9bbbed6f table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__9bbbed6f table th.alignLeft__d6e04405,.tableBasic__9bbbed6f table td.alignLeft__d6e04405{text-align:left}.tableBasic__9bbbed6f table th.alignRight__d5b02678,.tableBasic__9bbbed6f table td.alignRight__d5b02678{text-align:right}.tableBasic__9bbbed6f table th.alignCenter__73e37c40,.tableBasic__9bbbed6f table td.alignCenter__73e37c40{text-align:center}.tableBasic__9bbbed6f table th.verticalAlignBaseline__f32c92d7,.tableBasic__9bbbed6f table td.verticalAlignBaseline__f32c92d7{vertical-align:baseline}.tableBasic__9bbbed6f table th.verticalAlignSub__78659fbe,.tableBasic__9bbbed6f table td.verticalAlignSub__78659fbe{vertical-align:sub}.tableBasic__9bbbed6f table th.verticalAlignSuper__092db58b,.tableBasic__9bbbed6f table td.verticalAlignSuper__092db58b{vertical-align:super}.tableBasic__9bbbed6f table th.verticalAlignTextTop__77aa10bb,.tableBasic__9bbbed6f table td.verticalAlignTextTop__77aa10bb{vertical-align:text-top}.tableBasic__9bbbed6f table th.verticalAlignTextBottom__3b9a6e6e,.tableBasic__9bbbed6f table td.verticalAlignTextBottom__3b9a6e6e{vertical-align:text-bottom}.tableBasic__9bbbed6f table th.verticalAlignMiddle__07ec3cd2,.tableBasic__9bbbed6f table td.verticalAlignMiddle__07ec3cd2{vertical-align:middle}.tableBasic__9bbbed6f table th.verticalAlignTop__c1e20726,.tableBasic__9bbbed6f table td.verticalAlignTop__c1e20726{vertical-align:top}.tableBasic__9bbbed6f table th.verticalAlignBottom__ef2df5f8,.tableBasic__9bbbed6f table td.verticalAlignBottom__ef2df5f8{vertical-align:bottom}.tableBasic__9bbbed6f table>thead>tr{height:48px}.tableBasic__9bbbed6f table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-4-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-4-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__9bbbed6f table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-4-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-4-0)}}.tableBasic__9bbbed6f table>thead>tr>th:first-child{border-top-left-radius:8px}.tableBasic__9bbbed6f table>thead>tr>th:last-child{border-top-right-radius:8px}.tableBasic__9bbbed6f table>thead>tr>th.checkboxType__70617439{padding:16px 12px}.tableBasic__9bbbed6f table>thead>tr>th .thBlock__28bc50c3{display:inline-flex;vertical-align:top}.tableBasic__9bbbed6f table>thead>tr>th .thBlock__28bc50c3.order__e0a17335{cursor:pointer}.tableBasic__9bbbed6f table>thead>tr>th .thBlock__28bc50c3.order__e0a17335 .orderButton__2f805fcb{display:flex;visibility:hidden;align-items:center}.tableBasic__9bbbed6f table>thead>tr>th .thBlock__28bc50c3.order__e0a17335 .orderButton__2f805fcb.alignLeft__d6e04405{margin-right:8px}.tableBasic__9bbbed6f table>thead>tr>th .thBlock__28bc50c3.order__e0a17335 .orderButton__2f805fcb.alignRight__d5b02678{margin-left:8px}.tableBasic__9bbbed6f table>thead>tr>th .thBlock__28bc50c3.order__e0a17335 .orderButton__2f805fcb.sorted__bc731cf3{visibility:visible}.tableBasic__9bbbed6f table>thead>tr>th .thBlock__28bc50c3.order__e0a17335:hover .orderButton__2f805fcb{visibility:visible}.tableBasic__9bbbed6f table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-4-0)}.tableBasic__9bbbed6f table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__9bbbed6f table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__9bbbed6f table>tbody>tr>td.textType__f0bb033e{padding:12px}.tableBasic__9bbbed6f table>tbody>tr>td.componentsType__9b762eca{padding:8px 12px}.tableBasic__9bbbed6f table>tbody>tr>td.checkboxType__70617439{padding:10px 12px 12px}.tableBasic__9bbbed6f table>tbody>tr.selected__db3f3473>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-4-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__9bbbed6f table>tbody>tr.selected__db3f3473>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-4-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-4-0)}}.tableBasic__9bbbed6f table>tbody.clickable__bca03636>tr{cursor:pointer}.tableBasic__9bbbed6f table>tbody.hoverable__9f9ba463>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-4-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__9bbbed6f table>tbody.hoverable__9f9ba463>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-4-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-4-0)}}.tableBasic__9bbbed6f .footerEmptyData__1572f39d{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__9bbbed6f .spinnerWrapper__c4d51891{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__9bbbed6f .overlayCover__740ca339{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-4-0);animation:fadeIn__29f57350 .3s}.tableBasicSettingsBody__4b4de2d9{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__6ccee5c7{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-4-0)!important}.columnSettingsSortableListItemTarget__6ccee5c7:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-4-0)!important}.columnSettingsSortableListItemTarget__6ccee5c7.dragging__28e6209a{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-4-0)!important}.columnSettingsStaticListItem__3a770c86{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-4-0)}.tableBasicSettingsFooter__07daa96e{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-4-0);padding:11px 12px 12px}.tableBasicSettingsHeader__b953b856{padding:16px 12px 12px}.tableSettingsLink__da9a023a{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__060fd76f{width:320px}.tableFooterWrapper__982cbc38{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e{background:var(--triplex-next-TableBasic-TableFooter_Background-1-4-0);padding:16px 12px}.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e:before{content:"";position:absolute;top:-64px;left:0;width:100%;height:64px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-4-0);pointer-events:none}.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e .tableFooterSummary__1ba07cd9{display:flex;align-items:center}.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e .tableFooterSummary__1ba07cd9 .tableFooterSummarySelectedCount__6d8ac7fe,.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e .tableFooterSummary__1ba07cd9 .tableFooterSummarySelectAllButton__43748881,.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e .tableFooterSummary__1ba07cd9 .tableFooterSummaryAmount__8961d5f4{display:inline-flex}.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e .tableFooterSummary__1ba07cd9 .tableFooterSummarySelectedCount__6d8ac7fe,.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e .tableFooterSummary__1ba07cd9 .tableFooterSummarySelectAllButton__43748881,.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e .tableFooterSummary__1ba07cd9 .tableFooterSummaryAmount__8961d5f4,.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e .tableFooterSummary__1ba07cd9 .tableFooterSummaryLabel__caea6bf0{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__982cbc38{height:112px}}.paginationPanel__57350695{margin-top:16px}.masterTable__b18bca89{position:relative}.currency__67ab2406{font-size:16px;line-height:20px;color:var(--triplex-next-ColorDarkNeutralAlpha-90-1-4-0)}.orderedListItem__d0bd33a4{counter-increment:list-item-tx}.orderedListItem__d0bd33a4:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__d0bd33a4+.orderedListItem__d0bd33a4{margin-top:8px}.orderedList__303d0649{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.unorderedListItem__ef0f91cd:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__ef0f91cd+.unorderedListItem__ef0f91cd{margin-top:8px}.unorderedList__2bcd8656{position:relative;margin:0;padding-left:14px;list-style:none}.suggestFieldDesktop__83a89ae8{position:relative}.suggestDropdownListItem__8ebef50d{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__70f3e0af{position:relative}.suggestFieldMobileBody__a9d085e7{height:176px}.suggestFieldMobileDropdownHint__6b883aaa{padding:16px}.lightBox__da82777f{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__da82777f .lightBoxBackdrop__588a3cfe{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-4-0)}.lightBox__da82777f.lightBoxSideOverlayActive__13153a38,.lightBox__da82777f.lightBoxTopOverlayActive__4271910e{overflow-y:hidden}.lightBox__da82777f .lightBoxContent__265f0120{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-4-0)}.lightBox__da82777f .lightBoxContent__265f0120>.global-page{max-width:800px}.lightBox__da82777f .loadingContentOverlay__b4a5e5cb{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__da82777f .lightBoxContentResizeWrapper__fe389b0a{position:absolute;left:0;right:0;height:0}.lightBox__da82777f .tempElSafariBug__f2b1ff44{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__41ad88f6,.global-LB-less-or-equal-media-point-0 .lightBox__da82777f.lightBoxSideOverlayActive__13153a38{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__265f0120{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__265f0120{padding-left:80px;padding-right:80px}.lightBoxControls__b0a10e69{z-index:100}.withKeyboardEvent__aaabdaa3{display:inline-block}.withoutKeyboardEvent__0af55ef7,.lightBox__da82777f.lightBoxSideOverlayActive__13153a38 .withKeyboardEvent__aaabdaa3,.lightBox__da82777f.lightBoxTopOverlayActive__4271910e .withKeyboardEvent__aaabdaa3,.lightBox__da82777f.isLoading__9cc212bf .withKeyboardEvent__aaabdaa3{display:none}.lightBox__da82777f.lightBoxSideOverlayActive__13153a38 .withoutKeyboardEvent__0af55ef7,.lightBox__da82777f.lightBoxTopOverlayActive__4271910e .withoutKeyboardEvent__0af55ef7,.lightBox__da82777f.isLoading__9cc212bf .withoutKeyboardEvent__0af55ef7{display:inline-block}.lightBox__da82777f.isLoading__9cc212bf .lightBoxPrev__ab32793a,.lightBox__da82777f.isLoading__9cc212bf .lightBoxNext__62be21f8{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__b0a10e69{position:absolute;left:0;right:0;top:0;padding:16px 16px 0}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__e52ad2aa{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__b6d8b46f{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__89c8771e{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__ab32793a,.global-LB-less-or-equal-media-point-0 .lightBoxNext__62be21f8{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__ab32793a{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__34751374,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__e7813009{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__b0a10e69{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__e52ad2aa{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__b6d8b46f{display:none}.global-LB-more-media-point-0 .lightBoxClose__89c8771e{position:fixed;right:calc(40px + var(--triplex-next-scroll-width, 0));top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__ab32793a,.global-LB-more-media-point-0 .lightBoxNext__62be21f8{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__ab32793a{left:40px}.global-LB-more-media-point-0 .lightBoxNext__62be21f8{right:calc(40px + var(--triplex-next-scroll-width, 0))}.overlay__e2e1654a{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__e2e1654a.fixed__cd6ddb96{position:fixed}.overlay__e2e1654a.closing__82950f74,.overlay__e2e1654a.opened__a4793aa9{visibility:visible;left:0;right:0}.overlayPanel__8fa4831d{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-4-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__8fa4831d.bottom__3e603b61{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__8fa4831d.left__822780ce{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__8fa4831d.right__ecc8e27c{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__8fa4831d.top__93e9d9f9{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__8fa4831d.left__822780ce.opened__a4793aa9,.overlayPanel__8fa4831d.right__ecc8e27c.opened__a4793aa9{transform:translate(0)}.overlayPanel__8fa4831d.top__93e9d9f9.opened__a4793aa9,.overlayPanel__8fa4831d.bottom__3e603b61.opened__a4793aa9{transform:translateY(0)}.overlayContent__cb587381{display:flex;min-height:100%}.overlayMask__8f489797{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-4-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__8f489797.overlayOpened__64f5adca{opacity:1}.lightBoxSideOverlayLoaderWrapper__e4f40a9e{left:0;top:0;right:0;height:100vh;position:absolute;z-index:201;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.lightBoxSideOverlayCloseDesktop__b6f86166{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__9fcd6fff{position:absolute;top:22px;right:16px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__b6f86166{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__9fcd6fff{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__9fcd6fff{top:14px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__b6f86166{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__9fcd6fff{display:none}.lightBoxSideOverlayMask__de7cade6{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-4-0)}.lightBoxSideOverlayWrapper__13dd0b96{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__13dd0b96.overflowXHidden__52e21450{overflow-x:hidden}.lightBoxSideOverlayWrapper__13dd0b96.overflowYHidden__43f25ae1{overflow-y:hidden}.lightBoxSideOverlayWrapper__13dd0b96.closing__a7cdf5fb,.lightBoxSideOverlayWrapper__13dd0b96.opened__700be6cf{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__13dd0b96.closing__a7cdf5fb{pointer-events:none}.lightBoxSideOverlayWrapper__13dd0b96 .global-page{background-color:transparent!important}.lightBoxSideOverlayWrapper__13dd0b96 .lightBoxSideOverlayContent__55d6cff1{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-4-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__13dd0b96 .lightBoxSideOverlayContent__55d6cff1.opened__700be6cf{transform:none}.lightBoxSideOverlayWrapper__13dd0b96 .lightBoxSideOverlayContent__55d6cff1.opening__0fdcbef9{transform:translateY(0)}.lightBoxSideOverlayWrapper__13dd0b96.sizeSM__f9ea30b2 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__13dd0b96.sizeMD__08b1884a .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__13dd0b96.sizeLG__6e960630 .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__13dd0b96 .lightBoxSideOverlayBase__156c9309{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__13dd0b96 .lightBoxSideOverlayContent__55d6cff1{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__13dd0b96 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__13dd0b96 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__38639a17{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__38639a17.closing__a7cdf5fb,.lightBoxSideOverlay__38639a17.opening__0fdcbef9{overflow-x:hidden}.lightBoxTopOverlayMask__9410973f{transition:opacity 0s}.lightBoxTopOverlayWrapper__11edb4db{position:absolute;left:0;right:0;top:0}.lightBoxTopOverlayWrapper__11edb4db.closing__a7cdf5fb,.lightBoxTopOverlayWrapper__11edb4db.opened__700be6cf{bottom:0}.lightBoxTopOverlayWrapper__11edb4db .lightBoxTopOverlayPanel__79e54db9{transition:transform .6s;box-shadow:none}.lightBoxTopOverlay__57206756{z-index:500}html.scroll-0__ee9a2b1c{--triplex-next-scroll-width: 0px}html.scroll-15__7138e655{--triplex-next-scroll-width: 15px}html.scroll-16__1082f6d9{--triplex-next-scroll-width: 16px}html.scroll-17__f763fcf4{--triplex-next-scroll-width: 17px}.smsInput__674270f6{display:inline-block;position:relative;width:100%}.smsInput__674270f6 .input__31e12dd7{text-align:center}.smsInput__674270f6 .input__31e12dd7::placeholder{opacity:1}.smsInput__674270f6 .input__31e12dd7:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-4-0)}.smsInput__674270f6 .input__31e12dd7.lg__f70a1dd0{padding:18px 40px}.smsInput__674270f6 .input__31e12dd7.md__7cec3a7b{padding-left:26px;padding-right:26px}.smsInput__674270f6 .input__31e12dd7.sm__92ec863f{padding-left:20px;padding-right:20px}.smsInput__674270f6 .btnRefresh__68066ffc{position:absolute;outline:none;z-index:1}.smsInput__674270f6 .btnRefresh__68066ffc.lg__f70a1dd0{top:12px;left:12px;height:32px;width:32px}.smsInput__674270f6 .btnRefresh__68066ffc.md__7cec3a7b{top:10px;left:10px}.smsInput__674270f6 .btnRefresh__68066ffc.sm__92ec863f{top:4px;left:4px}.smsInput__674270f6 .btnRefresh__68066ffc .full__9f7968c9{fill:var(--triplex-next-SMSInput-Refresh_Fill_Full-1-4-0)}.smsInput__674270f6 .btnRefresh__68066ffc .empty__6f352186{fill:var(--triplex-next-SMSInput-Refresh_Fill_Empty-1-4-0)}.smsInput__674270f6 .btnRefresh__68066ffc:disabled{cursor:default;fill:var(--triplex-next-SMSInput-Refresh_Disabled-1-4-0)}.smsInput__674270f6 .btnSubmit__bb125a85{position:absolute;fill:var(--triplex-next-SMSInput-Submit_Background_Default-1-4-0)}.smsInput__674270f6 .btnSubmit__bb125a85.active__3ae0509c:not(:disabled){fill:var(--triplex-next-SMSInput-Submit_Background_Active-1-4-0)}.smsInput__674270f6 .btnSubmit__bb125a85.active__3ae0509c:not(:disabled):hover{fill:var(--triplex-next-SMSInput-Submit_Background_Hover-1-4-0)}.smsInput__674270f6 .btnSubmit__bb125a85.lg__f70a1dd0{top:15px;right:15px;height:26px;width:26px}.smsInput__674270f6 .btnSubmit__bb125a85.md__7cec3a7b{top:10px;right:10px}.smsInput__674270f6 .btnSubmit__bb125a85.sm__92ec863f{top:4px;right:4px}.spoiler__15264a2f{display:flex;flex-direction:column}.spoiler__15264a2f.opened__998aeaab .caretIcon__c89287da{transform:rotate(-180deg)}.spoiler__15264a2f .head__6a3545b7 .caretIcon__c89287da{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__15264a2f .head__6a3545b7 button>span{white-space:normal;text-align:left}.spoiler__15264a2f .content__c476f938.hidden__51c75bb2{display:none}.spoiler__15264a2f .lg__bfc6869e .content__c476f938{margin-top:8px}.spoiler__15264a2f .md__d78a8e08 .content__c476f938{margin-top:0}.spoiler__15264a2f .sm__d9e2b027 .content__c476f938{margin-top:-4px}.statusTrackerWrapper__775b0efc{display:flex;justify-content:center;min-height:360px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-4-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-4-0);overflow:hidden;height:100%}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a.verticalAlignMiddle__10eca07a{align-self:center}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a.verticalAlignBottom__e98edef8{align-self:end}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a .statusTrackerChild__c2117f3c{padding:8px 0}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a .statusTrackerChild__c2117f3c:empty{padding:0}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a .statusTrackerSum__41417587,.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a .statusTrackerTitle__8ae664d4{padding-bottom:4px}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a .statusTrackerDescription__d9140d43{display:block;padding-top:8px}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a .statusTrackerAlert__de3cfd9e{margin-top:12px;text-align:left}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a .statusTrackerStatus__3e74bd77{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a .statusTrackerFooterWrapper__29901a61{display:grid}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a .statusTrackerFooterWrapper__29901a61 .statusTrackerButton__1cf9ab3d{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__775b0efc .statusTrackerColor__26702aa1{position:absolute;width:75%;height:76%;left:-15px;right:92px;top:-10px;bottom:89px;filter:blur(70px);border-radius:50%}.statusTrackerWrapper__775b0efc .statusTrackerColor__26702aa1.waiting__c27f0023{background:var(--triplex-next-StatusTracker-Waiting_Color-1-4-0)}.statusTrackerWrapper__775b0efc .statusTrackerColor__26702aa1.warning__46f987da{background:var(--triplex-next-StatusTracker-Warning_Background-1-4-0)}.statusTrackerWrapper__775b0efc .statusTrackerColor__26702aa1.rejected__59c1bdc4{background:var(--triplex-next-StatusTracker-Rejected_Color-1-4-0)}.statusTrackerWrapper__775b0efc .statusTrackerColor__26702aa1.approved__815bef50{background:var(--triplex-next-StatusTracker-Approved_Color-1-4-0)}.statusTrackerWrapper__775b0efc .statusTrackerBackground__41087f29{position:absolute;width:88%;height:42%;left:15px;right:0;top:-13%;bottom:0;filter:blur(70px);border-radius:50%}.statusTrackerWrapper__775b0efc .statusTrackerBackground__41087f29.waiting__c27f0023{background:var(--triplex-next-StatusTracker-Waiting_Background-1-4-0)}.statusTrackerWrapper__775b0efc .statusTrackerBackground__41087f29.warning__46f987da{background:var(--triplex-next-StatusTracker-Warning_Background-1-4-0)}.statusTrackerWrapper__775b0efc .statusTrackerBackground__41087f29.rejected__59c1bdc4{background:var(--triplex-next-StatusTracker-Rejected_Background-1-4-0)}.statusTrackerWrapper__775b0efc .statusTrackerBackground__41087f29.approved__815bef50{background:var(--triplex-next-StatusTracker-Approved_Background-1-4-0)}@media (max-width: 767px){.statusTrackerWrapper__775b0efc{border-radius:16px}}.notification__1cef9dc7{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-4-0);background:var(--triplex-next-Notification-Background-1-4-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-4-0);z-index:300}.notification__1cef9dc7:first-child{margin-top:0}.notification__1cef9dc7.extraBottomPadding__a9e405f8{padding-bottom:24px}.notification__1cef9dc7 .notificationHeader__a94f689b{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-4-0);width:100%;margin-top:0;margin-bottom:8px}.notification__1cef9dc7 .notificationIcon__5a451425{line-height:0}.notification__1cef9dc7 .notificationBody__77d9780d{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__1cef9dc7 .notificationBodyList__cbda7d24{margin-top:8px}.notification__1cef9dc7 .notificationBodyContent__6005176a{width:100%;font-size:14px}.notification__1cef9dc7 .notificationClose__b47f1bef{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__1cef9dc7.showCloseOnHover__237304af .notificationClose__b47f1bef{opacity:0}.notification__1cef9dc7.showCloseOnHover__237304af:hover{cursor:pointer}.notification__1cef9dc7.showCloseOnHover__237304af:hover .notificationClose__b47f1bef{opacity:1}.notification__1cef9dc7 .notificationFooter__28339400{display:flex;align-items:center;margin-top:16px}.notification__1cef9dc7 .notificationFooter__28339400 button+a{margin-left:16px}.notification__1cef9dc7 .notificationTime__4559a1a5{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-4-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__cdefd0fd{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__cdefd0fd:hover{cursor:pointer}.notificationGroupedWrapper__cdefd0fd .notificationGroupedFooterItem__38da2413{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-4-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-4-0)}.notificationGroupedWrapper__cdefd0fd .notificationGroupedFooterItem__38da2413.first__7cd688f0{bottom:-8px;z-index:200}.notificationGroupedWrapper__cdefd0fd .notificationGroupedFooterItem__38da2413.second__a42d9b58{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__1cef9dc7,.notificationGroupedWrapper__cdefd0fd{width:100%}}.listMasterFooter__caee51f7{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-4-0);color:var(--triplex-next-ListMaster-Footer_Color-1-4-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__caee51f7.sticky__3b68f33d{position:sticky;bottom:0}.listMasterFooterDescription__1f5fbc75{padding-right:16px}.listMasterFooterControls__81bb4124{white-space:nowrap}.collapsableTreeNodeContent__b5393f54.collapsed__f7b591d2{visibility:hidden}.checkboxTreeExtended__e4269762{margin-bottom:-8px}.checkboxTreeExtendedNode__3ec333d4 .checkboxTreeExtendedNode__3ec333d4{margin-left:24px}.checkboxTreeExtendedNodeHeader__c4acf373{display:flex;justify-content:space-between;position:relative;margin-bottom:8px}.checkboxTreeExtendedNodeHeader__c4acf373 .checkboxTreeCheckboxLabel__504cf907{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__c4acf373 .caretIconWrapper__49bcff13{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__c4acf373 .caretIconWrapper__49bcff13:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-4-0)}.checkboxTreeExtendedNodeHeader__c4acf373.opened__b35c3182 .caretIconWrapper__49bcff13{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__e4269762{margin:0 16px}.checkboxTreeExtendedNodeHeader__c4acf373{margin-bottom:0}.checkboxTreeCheckboxLabel__504cf907{padding-top:16px;padding-bottom:16px}.checkboxTreeCheckboxLabel__504cf907>span,.checkboxTreeCheckboxLabel__504cf907>svg,.checkboxTreeCheckboxLabel__504cf907 .checkboxTreeCheckbox__204532fd{top:18px!important}}.listMasterChipGroup__343f9055{padding:0 16px}.listMasterHeader__2d5f3949{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-4-0);color:var(--triplex-next-ListMaster-Header_Color-1-4-0)}.listMasterHeader__2d5f3949.sticky__3b68f33d{position:sticky;top:0;z-index:1}.selectionControls__d27558dc{display:flex;justify-content:space-between;align-items:center}button.helpBoxButton__3d925752{position:relative;vertical-align:text-bottom}.helpBoxTooltipBody__27844b32{padding-right:16px}.uploadZone__4dc57136{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-4-0)}.uploadZone__4dc57136:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-4-0)}.uploadZoneDragArea__363e94e4{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-4-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__2edf6334{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-4-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-4-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-4-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__1c9a0d15{display:none}.divider__d8a95b65{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-4-0);border:none}.marginTopSize-4__40fb17e6{margin-top:4px}.marginBottomSize-4__7c87c601{margin-bottom:4px}.marginTopSize-8__670109d0{margin-top:8px}.marginBottomSize-8__9345c724{margin-bottom:8px}.marginTopSize-12__b8ff07f6{margin-top:12px}.marginBottomSize-12__71a02466{margin-bottom:12px}.marginTopSize-16__8c24a6ed{margin-top:16px}.marginBottomSize-16__677fa96c{margin-bottom:16px}.marginTopSize-20__c6356b4b{margin-top:20px}.marginBottomSize-20__f2e03d2a{margin-bottom:20px}.marginTopSize-24__40d1882b{margin-top:24px}.marginBottomSize-24__3f5869bb{margin-bottom:24px}.marginTopSize-28__10065680{margin-top:28px}.marginBottomSize-28__319bdc18{margin-bottom:28px}.marginTopSize-32__b054b703{margin-top:32px}.marginBottomSize-32__728ddefb{margin-bottom:32px}.chipGroup__ef0f45cc{display:flex}.chipGroup__ef0f45cc.oneLine__d1aacdf2{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__ef0f45cc.oneLine__d1aacdf2::-webkit-scrollbar{display:none}.chipGroup__ef0f45cc.multiLine__c5a61413{flex-wrap:wrap}.chipGroup__ef0f45cc.lg__9fd49b9d{gap:12px}.chipGroup__ef0f45cc.md__488dd898,.chipGroup__ef0f45cc.sm__05bd5a1b{gap:8px}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-1-5-0: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-1-5-0: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-1-5-0: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-1-5-0: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-1-5-0: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-1-5-0: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-1-5-0: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-1-5-0: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-1-5-0: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-1-5-0: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-100-1-5-0: #E3FFFA;
|
|
12
|
+
--triplex-next-ColorDarkNeutralAlpha-0-1-5-0: rgba(31, 31, 34, 1);
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-10-1-5-0: rgba(31, 31, 34, .95);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-20-1-5-0: rgba(31, 31, 34, .85);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-30-1-5-0: rgba(31, 31, 34, .75);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-40-1-5-0: rgba(31, 31, 34, .65);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-50-1-5-0: rgba(31, 31, 34, .55);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-60-1-5-0: rgba(31, 31, 34, .45);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-70-1-5-0: rgba(31, 31, 34, .35);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-80-1-5-0: rgba(31, 31, 34, .25);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-90-1-5-0: rgba(31, 31, 34, .15);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-100-1-5-0: rgba(31, 31, 34, .05);
|
|
23
|
+
--triplex-next-ColorDarkNeutral-0-1-5-0: #000000;
|
|
24
|
+
--triplex-next-ColorDarkNeutral-10-1-5-0: #171719;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-20-1-5-0: #1B1B1D;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-30-1-5-0: #1F1F22;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-40-1-5-0: #262629;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-50-1-5-0: #2D2D30;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-60-1-5-0: #343437;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-70-1-5-0: #3B3B3E;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-80-1-5-0: #424245;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-90-1-5-0: #49494C;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-100-1-5-0: #4F4F52;
|
|
34
|
+
--triplex-next-ColorError-0-1-5-0: #443139;
|
|
35
|
+
--triplex-next-ColorError-10-1-5-0: #4E3741;
|
|
36
|
+
--triplex-next-ColorError-20-1-5-0: #A90024;
|
|
37
|
+
--triplex-next-ColorError-30-1-5-0: #BD002C;
|
|
38
|
+
--triplex-next-ColorError-40-1-5-0: #D10032;
|
|
39
|
+
--triplex-next-ColorError-50-1-5-0: #E60037;
|
|
40
|
+
--triplex-next-ColorError-60-1-5-0: #F80C45;
|
|
41
|
+
--triplex-next-ColorError-70-1-5-0: #FF5571;
|
|
42
|
+
--triplex-next-ColorError-80-1-5-0: #FFB1C1;
|
|
43
|
+
--triplex-next-ColorError-90-1-5-0: #FCE0E6;
|
|
44
|
+
--triplex-next-ColorError-100-1-5-0: #FFF0F3;
|
|
45
|
+
--triplex-next-ColorInfo-0-1-5-0: #313749;
|
|
46
|
+
--triplex-next-ColorInfo-10-1-5-0: #2E3A52;
|
|
47
|
+
--triplex-next-ColorInfo-20-1-5-0: #0A43B0;
|
|
48
|
+
--triplex-next-ColorInfo-30-1-5-0: #124FC2;
|
|
49
|
+
--triplex-next-ColorInfo-40-1-5-0: #0E57CC;
|
|
50
|
+
--triplex-next-ColorInfo-50-1-5-0: #1371E4;
|
|
51
|
+
--triplex-next-ColorInfo-60-1-5-0: #1297FE;
|
|
52
|
+
--triplex-next-ColorInfo-70-1-5-0: #66BEFF;
|
|
53
|
+
--triplex-next-ColorInfo-80-1-5-0: #8DD2FF;
|
|
54
|
+
--triplex-next-ColorInfo-90-1-5-0: #B8E6FF;
|
|
55
|
+
--triplex-next-ColorInfo-100-1-5-0: #E3F6FF;
|
|
56
|
+
--triplex-next-ColorNeutralAlpha-0-1-5-0: rgba(255, 255, 255, 1);
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-10-1-5-0: rgba(255, 255, 255, .95);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-20-1-5-0: rgba(255, 255, 255, .85);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-30-1-5-0: rgba(255, 255, 255, .75);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-40-1-5-0: rgba(255, 255, 255, .65);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-50-1-5-0: rgba(255, 255, 255, .55);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-60-1-5-0: rgba(255, 255, 255, .45);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-70-1-5-0: rgba(255, 255, 255, .35);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-80-1-5-0: rgba(255, 255, 255, .25);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-90-1-5-0: rgba(255, 255, 255, .15);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-100-1-5-0: rgba(255, 255, 255, .05);
|
|
67
|
+
--triplex-next-ColorNeutral-0-1-5-0: #CBCFD7;
|
|
68
|
+
--triplex-next-ColorNeutral-10-1-5-0: #D1D4DC;
|
|
69
|
+
--triplex-next-ColorNeutral-20-1-5-0: #D6D9E0;
|
|
70
|
+
--triplex-next-ColorNeutral-30-1-5-0: #DCDFE4;
|
|
71
|
+
--triplex-next-ColorNeutral-40-1-5-0: #DFE2E7;
|
|
72
|
+
--triplex-next-ColorNeutral-50-1-5-0: #E3E6EA;
|
|
73
|
+
--triplex-next-ColorNeutral-60-1-5-0: #E7E9EE;
|
|
74
|
+
--triplex-next-ColorNeutral-70-1-5-0: #EAEDF1;
|
|
75
|
+
--triplex-next-ColorNeutral-80-1-5-0: #EEF0F4;
|
|
76
|
+
--triplex-next-ColorNeutral-90-1-5-0: #F2F4F7;
|
|
77
|
+
--triplex-next-ColorNeutral-100-1-5-0: #FFFFFF;
|
|
78
|
+
--triplex-next-ColorSuccess-0-1-5-0: #28433E;
|
|
79
|
+
--triplex-next-ColorSuccess-10-1-5-0: #2A4C45;
|
|
80
|
+
--triplex-next-ColorSuccess-20-1-5-0: #00624C;
|
|
81
|
+
--triplex-next-ColorSuccess-30-1-5-0: #007353;
|
|
82
|
+
--triplex-next-ColorSuccess-40-1-5-0: #008B5C;
|
|
83
|
+
--triplex-next-ColorSuccess-50-1-5-0: #00C075;
|
|
84
|
+
--triplex-next-ColorSuccess-60-1-5-0: #00D67D;
|
|
85
|
+
--triplex-next-ColorSuccess-70-1-5-0: #3AF299;
|
|
86
|
+
--triplex-next-ColorSuccess-80-1-5-0: #8AFFB8;
|
|
87
|
+
--triplex-next-ColorSuccess-90-1-5-0: #B8FFD4;
|
|
88
|
+
--triplex-next-ColorSuccess-100-1-5-0: #E1FFEB;
|
|
89
|
+
--triplex-next-ColorSystem-0-1-5-0: #373C49;
|
|
90
|
+
--triplex-next-ColorSystem-10-1-5-0: #384156;
|
|
91
|
+
--triplex-next-ColorSystem-20-1-5-0: #47526D;
|
|
92
|
+
--triplex-next-ColorSystem-30-1-5-0: #57637F;
|
|
93
|
+
--triplex-next-ColorSystem-40-1-5-0: #697591;
|
|
94
|
+
--triplex-next-ColorSystem-50-1-5-0: #8291B3;
|
|
95
|
+
--triplex-next-ColorSystem-60-1-5-0: #95A3C1;
|
|
96
|
+
--triplex-next-ColorSystem-70-1-5-0: #A9B6D0;
|
|
97
|
+
--triplex-next-ColorSystem-80-1-5-0: #BFCADF;
|
|
98
|
+
--triplex-next-ColorSystem-90-1-5-0: #D6DEED;
|
|
99
|
+
--triplex-next-ColorSystem-100-1-5-0: #EEF3FC;
|
|
100
|
+
--triplex-next-ColorWarning-0-1-5-0: #463734;
|
|
101
|
+
--triplex-next-ColorWarning-10-1-5-0: #4F3E3B;
|
|
102
|
+
--triplex-next-ColorWarning-20-1-5-0: #E03400;
|
|
103
|
+
--triplex-next-ColorWarning-30-1-5-0: #E63D00;
|
|
104
|
+
--triplex-next-ColorWarning-40-1-5-0: #EF4C01;
|
|
105
|
+
--triplex-next-ColorWarning-50-1-5-0: #FD6508;
|
|
106
|
+
--triplex-next-ColorWarning-60-1-5-0: #FF7A17;
|
|
107
|
+
--triplex-next-ColorWarning-70-1-5-0: #FFB13B;
|
|
108
|
+
--triplex-next-ColorWarning-80-1-5-0: #FFD169;
|
|
109
|
+
--triplex-next-ColorWarning-90-1-5-0: #FCEAC7;
|
|
110
|
+
--triplex-next-ColorWarning-100-1-5-0: #FFF4DB;
|
|
111
|
+
--triplex-next-AlertContext-Error_Color-1-5-0: #D10032;
|
|
112
|
+
--triplex-next-AlertContext-Info_Color-1-5-0: rgba(31, 31, 34, 1);
|
|
113
|
+
--triplex-next-AlertContext-System_Color-1-5-0: rgba(31, 31, 34, 1);
|
|
114
|
+
--triplex-next-AlertContext-Warning_Color-1-5-0: rgba(31, 31, 34, 1);
|
|
115
|
+
--triplex-next-AlertProcess-Info_Background-1-5-0: #E3F6FF;
|
|
116
|
+
--triplex-next-AlertProcess-Warning_Background-1-5-0: #FFF4DB;
|
|
117
|
+
--triplex-next-AlertProcess-Error_Background-1-5-0: #FFF0F3;
|
|
118
|
+
--triplex-next-AlertProcess-System_Background-1-5-0: #EEF3FC;
|
|
119
|
+
--triplex-next-AlertProcess-Feature_Background-1-5-0: #E3FFFA;
|
|
120
|
+
--triplex-next-Button-General_Background_Active-1-5-0: #007777;
|
|
121
|
+
--triplex-next-Button-General_Background_Default-1-5-0: #21A19A;
|
|
122
|
+
--triplex-next-Button-General_Background_Disabled-1-5-0: #F2F4F7;
|
|
123
|
+
--triplex-next-Button-General_Background_Hover-1-5-0: #19BDB0;
|
|
124
|
+
--triplex-next-Button-General_Color_Active-1-5-0: rgba(255, 255, 255, 1);
|
|
125
|
+
--triplex-next-Button-General_Color_Default-1-5-0: rgba(255, 255, 255, 1);
|
|
126
|
+
--triplex-next-Button-General_Color_Disabled-1-5-0: rgba(31, 31, 34, .35);
|
|
127
|
+
--triplex-next-Button-General_Color_Hover-1-5-0: rgba(255, 255, 255, 1);
|
|
128
|
+
--triplex-next-Button-General_Shadow_Focus-1-5-0: 0 0 0 1px #FFD169 inset;
|
|
129
|
+
--triplex-next-Button-Secondary_Background_Active-1-5-0: #DCDFE4;
|
|
130
|
+
--triplex-next-Button-Secondary_Background_Default-1-5-0: #F2F4F7;
|
|
131
|
+
--triplex-next-Button-Secondary_Background_Disabled-1-5-0: #F2F4F7;
|
|
132
|
+
--triplex-next-Button-Secondary_Background_Hover-1-5-0: #EAEDF1;
|
|
133
|
+
--triplex-next-Button-Secondary_Color_Active-1-5-0: #007777;
|
|
134
|
+
--triplex-next-Button-Secondary_Color_Default-1-5-0: #008985;
|
|
135
|
+
--triplex-next-Button-Secondary_Color_Disabled-1-5-0: rgba(31, 31, 34, .35);
|
|
136
|
+
--triplex-next-Button-Secondary_Color_Hover-1-5-0: #21A19A;
|
|
137
|
+
--triplex-next-Button-Secondary_Shadow_Focus-1-5-0: 0 0 0 1px #FFD169 inset;
|
|
138
|
+
--triplex-next-Button-SecondaryLight_Background_Active-1-5-0: #DFE2E7;
|
|
139
|
+
--triplex-next-Button-SecondaryLight_Background_Default-1-5-0: #FFFFFF;
|
|
140
|
+
--triplex-next-Button-SecondaryLight_Background_Disabled-1-5-0: #F2F4F7;
|
|
141
|
+
--triplex-next-Button-SecondaryLight_Background_Hover-1-5-0: #EEF0F4;
|
|
142
|
+
--triplex-next-Button-SecondaryLight_Color_Active-1-5-0: #007777;
|
|
143
|
+
--triplex-next-Button-SecondaryLight_Color_Default-1-5-0: #008985;
|
|
144
|
+
--triplex-next-Button-SecondaryLight_Color_Disabled-1-5-0: rgba(31, 31, 34, .35);
|
|
145
|
+
--triplex-next-Button-SecondaryLight_Color_Hover-1-5-0: #21A19A;
|
|
146
|
+
--triplex-next-Button-SecondaryLight_Shadow_Focus-1-5-0: 0 0 0 1px #FFD169 inset;
|
|
147
|
+
--triplex-next-Button-Danger_Background_Active-1-5-0: #BD002C;
|
|
148
|
+
--triplex-next-Button-Danger_Background_Default-1-5-0: #E60037;
|
|
149
|
+
--triplex-next-Button-Danger_Background_Disabled-1-5-0: #F2F4F7;
|
|
150
|
+
--triplex-next-Button-Danger_Background_Hover-1-5-0: #F80C45;
|
|
151
|
+
--triplex-next-Button-Danger_Color_Active-1-5-0: rgba(255, 255, 255, 1);
|
|
152
|
+
--triplex-next-Button-Danger_Color_Default-1-5-0: rgba(255, 255, 255, 1);
|
|
153
|
+
--triplex-next-Button-Danger_Color_Disabled-1-5-0: rgba(31, 31, 34, .35);
|
|
154
|
+
--triplex-next-Button-Danger_Color_Hover-1-5-0: rgba(255, 255, 255, 1);
|
|
155
|
+
--triplex-next-Button-Danger_Shadow_Focus-1-5-0: 0 0 0 1px #FFD169 inset;
|
|
156
|
+
--triplex-next-Button-Icon_Shadow_Focus-1-5-0: 0 0 0 1px #FFD169;
|
|
157
|
+
--triplex-next-Button-Link_Color_Active-1-5-0: #007777;
|
|
158
|
+
--triplex-next-Button-Link_Color_Default-1-5-0: #008985;
|
|
159
|
+
--triplex-next-Button-Link_Color_Disabled-1-5-0: rgba(31, 31, 34, .35);
|
|
160
|
+
--triplex-next-Button-Link_Color_Hover-1-5-0: #21A19A;
|
|
161
|
+
--triplex-next-Button-Link_Shadow_Focus-1-5-0: 0 0 0 1px #FFD169 inset;
|
|
162
|
+
--triplex-next-Calendar-Background_Shadow-1-5-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
|
|
163
|
+
--triplex-next-Calendar-View_Header_Color-1-5-0: rgba(31, 31, 34, .55);
|
|
164
|
+
--triplex-next-Calendar-View_Item_Background_Default-1-5-0: none;
|
|
165
|
+
--triplex-next-Calendar-View_Item_Background_Hover-1-5-0: #19BDB0;
|
|
166
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Default-1-5-0: #21A19A;
|
|
167
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-5-0: #007777;
|
|
168
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-5-0: #E3FFFA;
|
|
169
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-5-0: #A8F5E9;
|
|
170
|
+
--triplex-next-Calendar-View_Item_Color_Default-1-5-0: rgba(31, 31, 34, 1);
|
|
171
|
+
--triplex-next-Calendar-View_Item_Color_Hover-1-5-0: rgba(255, 255, 255, 1);
|
|
172
|
+
--triplex-next-Calendar-View_Item_Color_Disabled-1-5-0: rgba(31, 31, 34, .35);
|
|
173
|
+
--triplex-next-Calendar-View_Item_Color_Muted-1-5-0: rgba(31, 31, 34, .35);
|
|
174
|
+
--triplex-next-Calendar-View_Item_Color_Selected-1-5-0: rgba(255, 255, 255, 1);
|
|
175
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-5-0: rgba(31, 31, 34, .35);
|
|
176
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-5-0: rgba(31, 31, 34, .35);
|
|
177
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-5-0: rgba(31, 31, 34, .35);
|
|
178
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-5-0: rgba(31, 31, 34, .35);
|
|
179
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-5-0: rgba(31, 31, 34, .35);
|
|
180
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-5-0: #00C075;
|
|
181
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-5-0: #00C075;
|
|
182
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-5-0: #00C075;
|
|
183
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-5-0: #FD6508;
|
|
184
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-5-0: #FD6508;
|
|
185
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-5-0: #FD6508;
|
|
186
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-5-0: #E60037;
|
|
187
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-5-0: #E60037;
|
|
188
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-5-0: #E60037;
|
|
189
|
+
--triplex-next-Card-Static_General_Background-1-5-0: #FFFFFF;
|
|
190
|
+
--triplex-next-Card-Static_Secondary_Background-1-5-0: #F2F4F7;
|
|
191
|
+
--triplex-next-Card-Action_General_Background-1-5-0: #FFFFFF;
|
|
192
|
+
--triplex-next-Card-Action_General_Background_Hover-1-5-0: #FFFFFF;
|
|
193
|
+
--triplex-next-Card-Action_General_Background_Selected-1-5-0: #F2F4F7;
|
|
194
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-1-5-0: #F2F4F7;
|
|
195
|
+
--triplex-next-Card-Action_Secondary_Background-1-5-0: #F2F4F7;
|
|
196
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-1-5-0: #EAEDF1;
|
|
197
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-1-5-0: #E3E6EA;
|
|
198
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-5-0: #DCDFE4;
|
|
199
|
+
--triplex-next-Card-Shadow_Default-1-5-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
|
|
200
|
+
--triplex-next-Card-Shadow_Focus-1-5-0: inset 0 0 0 1px #FFD169;
|
|
201
|
+
--triplex-next-Card-Shadow_Hover-1-5-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
|
|
202
|
+
--triplex-next-Card-Shadow_Selected-1-5-0: inset 0 0 0 1px #21A19A;
|
|
203
|
+
--triplex-next-Card-Shadow_Selected_Hover-1-5-0: inset 0 0 0 1px #19BDB0;
|
|
204
|
+
--triplex-next-Checkbox-Background_Checked_Default-1-5-0: #21A19A;
|
|
205
|
+
--triplex-next-Checkbox-Background_Checked_Disabled-1-5-0: #EAEDF1;
|
|
206
|
+
--triplex-next-Checkbox-Background_Checked_Hover-1-5-0: #007777;
|
|
207
|
+
--triplex-next-Checkbox-Background_Default-1-5-0: #F2F4F7;
|
|
208
|
+
--triplex-next-Checkbox-Background_Disabled-1-5-0: #F2F4F7;
|
|
209
|
+
--triplex-next-Checkbox-Background_Hover-1-5-0: #19BDB0;
|
|
210
|
+
--triplex-next-Checkbox-BorderColor_Default-1-5-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
211
|
+
--triplex-next-Checkbox-BorderColor_Disabled-1-5-0: 0 0 0 1px #E3E6EA inset;
|
|
212
|
+
--triplex-next-Checkbox-BorderColor_Focus-1-5-0: 0 0 0 1px #FFD169 inset;
|
|
213
|
+
--triplex-next-Checkbox-BorderColor_Hover-1-5-0: none;
|
|
214
|
+
--triplex-next-Checkbox-BorderColor_Checked_Default-1-5-0: none;
|
|
215
|
+
--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-5-0: none;
|
|
216
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-1-5-0: rgba(255, 255, 255, 1);
|
|
217
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-5-0: rgba(31, 31, 34, .15);
|
|
218
|
+
--triplex-next-Chip-Background_Active-1-5-0: #DFE2E7;
|
|
219
|
+
--triplex-next-Chip-Background_Default-1-5-0: #F2F4F7;
|
|
220
|
+
--triplex-next-Chip-Background_Disabled-1-5-0: #F2F4F7;
|
|
221
|
+
--triplex-next-Chip-Background_Hover-1-5-0: #EAEDF1;
|
|
222
|
+
--triplex-next-Chip-Background_Selected_Active-1-5-0: #4F4F52;
|
|
223
|
+
--triplex-next-Chip-Background_Selected_Default-1-5-0: #3B3B3E;
|
|
224
|
+
--triplex-next-Chip-Background_Selected_Disabled-1-5-0: #343437;
|
|
225
|
+
--triplex-next-Chip-Background_Selected_Hover-1-5-0: #49494C;
|
|
226
|
+
--triplex-next-Chip-Color_Active-1-5-0: rgba(31, 31, 34, 1);
|
|
227
|
+
--triplex-next-Chip-Color_Default-1-5-0: rgba(31, 31, 34, 1);
|
|
228
|
+
--triplex-next-Chip-Color_Disabled-1-5-0: rgba(31, 31, 34, .35);
|
|
229
|
+
--triplex-next-Chip-Color_Hover-1-5-0: rgba(31, 31, 34, 1);
|
|
230
|
+
--triplex-next-Chip-Color_Selected_Active-1-5-0: rgba(255, 255, 255, 1);
|
|
231
|
+
--triplex-next-Chip-Color_Selected_Default-1-5-0: rgba(255, 255, 255, 1);
|
|
232
|
+
--triplex-next-Chip-Color_Selected_Disabled-1-5-0: rgba(255, 255, 255, .25);
|
|
233
|
+
--triplex-next-Chip-Color_Selected_Hover-1-5-0: rgba(255, 255, 255, 1);
|
|
234
|
+
--triplex-next-Chip-Shadow_Focus-1-5-0: 0 0 0 1px #FFD169 inset;
|
|
235
|
+
--triplex-next-Divider-Background-1-5-0: #D6D9E0;
|
|
236
|
+
--triplex-next-Dropdown-Background-1-5-0: #FFFFFF;
|
|
237
|
+
--triplex-next-Dropdown-Shadow-1-5-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
238
|
+
--triplex-next-DropdownList-Background_Active-1-5-0: #EAEDF1;
|
|
239
|
+
--triplex-next-DropdownList-Background_Default-1-5-0: none;
|
|
240
|
+
--triplex-next-DropdownList-Background_Selected-1-5-0: #DCDFE4;
|
|
241
|
+
--triplex-next-DropdownList-Color-1-5-0: rgba(31, 31, 34, 1);
|
|
242
|
+
--triplex-next-DropdownMobile-Backdrop-1-5-0: rgba(31, 31, 34, .65);
|
|
243
|
+
--triplex-next-DropdownMobile-Border_Color-1-5-0: #D6D9E0;
|
|
244
|
+
--triplex-next-DropdownMobile-Content_Background-1-5-0: #FFFFFF;
|
|
245
|
+
--triplex-next-DropdownMobile-Footer_Background-1-5-0: #FFFFFF;
|
|
246
|
+
--triplex-next-DropdownMobile-Header_Background-1-5-0: #F2F4F7;
|
|
247
|
+
--triplex-next-DropdownMobileList-Active_Background-1-5-0: #F2F4F7;
|
|
248
|
+
--triplex-next-DropdownMobileList-Selected_Background-1-5-0: #DCDFE4;
|
|
249
|
+
--triplex-next-FooterPage-StickyShadow-1-5-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
250
|
+
--triplex-next-FormField-Background_Active-1-5-0: #F2F4F7;
|
|
251
|
+
--triplex-next-FormField-Background_Default-1-5-0: #F2F4F7;
|
|
252
|
+
--triplex-next-FormField-Background_Disabled-1-5-0: #F2F4F7;
|
|
253
|
+
--triplex-next-FormField-Background_Error-1-5-0: #FFF0F3;
|
|
254
|
+
--triplex-next-FormField-Background_Error_Hover-1-5-0: #FCE0E6;
|
|
255
|
+
--triplex-next-FormField-Background_Hover-1-5-0: #EAEDF1;
|
|
256
|
+
--triplex-next-FormField-Background_Warning-1-5-0: #FFF4DB;
|
|
257
|
+
--triplex-next-FormField-Background_Warning_Hover-1-5-0: #FCEAC7;
|
|
258
|
+
--triplex-next-FormField-Input_Color_Default-1-5-0: rgba(31, 31, 34, 1);
|
|
259
|
+
--triplex-next-FormField-Input_Color_Disabled-1-5-0: rgba(31, 31, 34, .45);
|
|
260
|
+
--triplex-next-FormField-Target_Color_Default-1-5-0: rgba(31, 31, 34, 1);
|
|
261
|
+
--triplex-next-FormField-Target_Color_Disabled-1-5-0: rgba(31, 31, 34, .45);
|
|
262
|
+
--triplex-next-FormField-Target_PlaceholderColor_Default-1-5-0: rgba(31, 31, 34, .65);
|
|
263
|
+
--triplex-next-FormField-Label_Color_Default-1-5-0: rgba(31, 31, 34, .65);
|
|
264
|
+
--triplex-next-FormField-Label_Color_Disabled-1-5-0: rgba(31, 31, 34, .45);
|
|
265
|
+
--triplex-next-FormField-Shadow_Active-1-5-0: 0 0 0 1px #21A19A inset;
|
|
266
|
+
--triplex-next-FormField-Shadow_Default-1-5-0: none;
|
|
267
|
+
--triplex-next-FormField-Shadow_Error_Active-1-5-0: 0 0 0 1px #E60037 inset;
|
|
268
|
+
--triplex-next-FormField-Shadow_Warning_Active-1-5-0: 0 0 0 1px #FD6508 inset;
|
|
269
|
+
--triplex-next-FormField-Placeholder_Color-1-5-0: rgba(31, 31, 34, .65);
|
|
270
|
+
--triplex-next-HeaderPage-StickyShadow-1-5-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
271
|
+
--triplex-next-Island-Type1_Background-1-5-0: #FFFFFF;
|
|
272
|
+
--triplex-next-Island-Type2_Background-1-5-0: rgba(255, 255, 255, .35);
|
|
273
|
+
--triplex-next-Island-Type3_Background-1-5-0: #F2F4F7;
|
|
274
|
+
--triplex-next-Island-Type1_Shadow-1-5-0: 0 0 0 1px #FFFFFF inset;
|
|
275
|
+
--triplex-next-Island-Type2_Shadow-1-5-0: 0 0 0 1px #FFFFFF inset;
|
|
276
|
+
--triplex-next-Island-Type3_Shadow-1-5-0: 0 0 0 1px #F2F4F7 inset;
|
|
277
|
+
--triplex-next-IslandAccordion-Shadow_Focus-1-5-0: 0 0 0 1px #FFD169;
|
|
278
|
+
--triplex-next-Link-BorderColor_Focus-1-5-0: 0 0 0 1px #FFD169 inset;
|
|
279
|
+
--triplex-next-Link-Text_Color_Active-1-5-0: #007777;
|
|
280
|
+
--triplex-next-Link-Text_Color_Default-1-5-0: #008985;
|
|
281
|
+
--triplex-next-Link-Text_Color_Hover-1-5-0: #21A19A;
|
|
282
|
+
--triplex-next-ListItem-Background-1-5-0: #FFFFFF;
|
|
283
|
+
--triplex-next-ListItem-Background_Dragging-1-5-0: #FFFFFF;
|
|
284
|
+
--triplex-next-ListItem-Background_Selected-1-5-0: #F2F4F7;
|
|
285
|
+
--triplex-next-ListItem-Shadow-1-5-0: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
286
|
+
--triplex-next-ListItemControlsButton-Background_Active-1-5-0: #DCDFE4;
|
|
287
|
+
--triplex-next-ListItemControlsButton-Background_Default-1-5-0: #F2F4F7;
|
|
288
|
+
--triplex-next-ListItemControlsButton-Background_Hover-1-5-0: #EAEDF1;
|
|
289
|
+
--triplex-next-ListItemControlsButton-Color_Active-1-5-0: #007777;
|
|
290
|
+
--triplex-next-ListItemControlsButton-Color_Default-1-5-0: #008985;
|
|
291
|
+
--triplex-next-ListItemControlsButton-Color_Hover-1-5-0: #21A19A;
|
|
292
|
+
--triplex-next-ListMaster-Background-1-5-0: #FFFFFF;
|
|
293
|
+
--triplex-next-ListMaster-Footer_Background-1-5-0: #DCDFE4;
|
|
294
|
+
--triplex-next-ListMaster-Footer_Color-1-5-0: #EAEDF1;
|
|
295
|
+
--triplex-next-ListMaster-Header_Background-1-5-0: #DCDFE4;
|
|
296
|
+
--triplex-next-ListMaster-Header_Color-1-5-0: #EAEDF1;
|
|
297
|
+
--triplex-next-Loader-Element_Background_Brand-1-5-0: #21A19A;
|
|
298
|
+
--triplex-next-Loader-Element_Background_Neutral-1-5-0: rgba(255, 255, 255, 1);
|
|
299
|
+
--triplex-next-Loader-Middle_Background_Default-1-5-0: #EEF0F4;
|
|
300
|
+
--triplex-next-LoaderScreen-Small_Backdrop_Default-1-5-0: rgba(255, 255, 255, .75);
|
|
301
|
+
--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-5-0: rgba(255, 255, 255, .75);
|
|
302
|
+
--triplex-next-LoaderScreen-Middle_Background_Default-1-5-0: #EEF0F4;
|
|
303
|
+
--triplex-next-Marker-Background_Error-1-5-0: #E60037;
|
|
304
|
+
--triplex-next-Marker-Background_Success-1-5-0: #21A19A;
|
|
305
|
+
--triplex-next-Marker-Background_Waiting-1-5-0: #8291B3;
|
|
306
|
+
--triplex-next-Marker-Background_Warning-1-5-0: #FD6508;
|
|
307
|
+
--triplex-next-MarkerStatus-Description_Color-1-5-0: rgba(0, 0, 0, 0.55);
|
|
308
|
+
--triplex-next-Overlay-Background-1-5-0: rgba(255, 255, 255, .8);
|
|
309
|
+
--triplex-next-Overlay-Panel_Background-1-5-0: #FFFFFF;
|
|
310
|
+
--triplex-next-Pagination-PageButton_Background_Active-1-5-0: #E3E6EA;
|
|
311
|
+
--triplex-next-Pagination-PageButton_Background_Hover-1-5-0: #F2F4F7;
|
|
312
|
+
--triplex-next-Pagination-PageButton_Background_Selected-1-5-0: #E3E6EA;
|
|
313
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-1-5-0: #FFD169;
|
|
314
|
+
--triplex-next-Pagination-PageButton_Color-1-5-0: rgba(31, 31, 34, 1);
|
|
315
|
+
--triplex-next-Radio-Background_Checked_Default-1-5-0: #21A19A;
|
|
316
|
+
--triplex-next-Radio-Background_Checked_Disabled-1-5-0: #EAEDF1;
|
|
317
|
+
--triplex-next-Radio-Background_Checked_Hover-1-5-0: #007777;
|
|
318
|
+
--triplex-next-Radio-Background_Default-1-5-0: #F2F4F7;
|
|
319
|
+
--triplex-next-Radio-Background_Disabled-1-5-0: #F2F4F7;
|
|
320
|
+
--triplex-next-Radio-Background_Hover-1-5-0: #19BDB0;
|
|
321
|
+
--triplex-next-Radio-BorderColor_Default-1-5-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
322
|
+
--triplex-next-Radio-BorderColor_Disabled-1-5-0: 0 0 0 1px #E3E6EA inset;
|
|
323
|
+
--triplex-next-Radio-BorderColor_Focused-1-5-0: 0 0 0 1px #FFD169 inset;
|
|
324
|
+
--triplex-next-Radio-BorderColor_Checked_Default-1-5-0: none;
|
|
325
|
+
--triplex-next-Radio-BorderColor_Checked_Disabled-1-5-0: none;
|
|
326
|
+
--triplex-next-Radio-Dot_Default-1-5-0: rgba(255, 255, 255, 1);
|
|
327
|
+
--triplex-next-Radio-Dot_Disabled-1-5-0: rgba(31, 31, 34, .15);
|
|
328
|
+
--triplex-next-SegmentedControl-General_1_Background-1-5-0: #F2F4F7;
|
|
329
|
+
--triplex-next-SegmentedControl-General_2_Background-1-5-0: #FFFFFF;
|
|
330
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-1-5-0: #F2F4F7;
|
|
331
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-1-5-0: #FFFFFF;
|
|
332
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-5-0: rgba(31, 31, 34, .65);
|
|
333
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-5-0: rgba(31, 31, 34, 1);
|
|
334
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-5-0: rgba(31, 31, 34, .15);
|
|
335
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-5-0: rgba(255, 255, 255, 1);
|
|
336
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-5-0: rgba(255, 255, 255, 1);
|
|
337
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-5-0: rgba(255, 255, 255, .25);
|
|
338
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-5-0: #F2F4F7;
|
|
339
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-5-0: #DFE2E7;
|
|
340
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-5-0: #F2F4F7;
|
|
341
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-5-0: #3B3B3E;
|
|
342
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-5-0: #49494C;
|
|
343
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-5-0: #343437;
|
|
344
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-5-0: rgba(31, 31, 34, .65);
|
|
345
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-5-0: rgba(31, 31, 34, 1);
|
|
346
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-5-0: rgba(31, 31, 34, .15);
|
|
347
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-5-0: rgba(255, 255, 255, 1);
|
|
348
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-5-0: rgba(255, 255, 255, 1);
|
|
349
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-5-0: rgba(255, 255, 255, .25);
|
|
350
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-5-0: #FFFFFF;
|
|
351
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-5-0: #EEF0F4;
|
|
352
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-5-0: #FFFFFF;
|
|
353
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-5-0: #3B3B3E;
|
|
354
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-5-0: #49494C;
|
|
355
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-5-0: #343437;
|
|
356
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-5-0: rgba(31, 31, 34, .65);
|
|
357
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-5-0: rgba(31, 31, 34, 1);
|
|
358
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-5-0: rgba(31, 31, 34, .15);
|
|
359
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-5-0: rgba(31, 31, 34, 1);
|
|
360
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-5-0: rgba(31, 31, 34, 1);
|
|
361
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-5-0: rgba(31, 31, 34, .15);
|
|
362
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-5-0: #F2F4F7;
|
|
363
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-5-0: #DFE2E7;
|
|
364
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-5-0: #F2F4F7;
|
|
365
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-5-0: #FFFFFF;
|
|
366
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-5-0: #DFE2E7;
|
|
367
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-5-0: #FFFFFF;
|
|
368
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-5-0: rgba(31, 31, 34, .65);
|
|
369
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-5-0: rgba(31, 31, 34, 1);
|
|
370
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-5-0: rgba(31, 31, 34, .15);
|
|
371
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-5-0: rgba(31, 31, 34, 1);
|
|
372
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-5-0: rgba(31, 31, 34, 1);
|
|
373
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-5-0: rgba(31, 31, 34, .15);
|
|
374
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-5-0: #FFFFFF;
|
|
375
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-5-0: #EEF0F4;
|
|
376
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-5-0: #FFFFFF;
|
|
377
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-5-0: #E3E6EA;
|
|
378
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-5-0: #D6D9E0;
|
|
379
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-5-0: #F2F4F7;
|
|
380
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-1-5-0: transparent;
|
|
381
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-5-0: #FFD169;
|
|
382
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-1-5-0: #F2F4F7;
|
|
383
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-1-5-0: #DFE2E7;
|
|
384
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-5-0: rgba(31, 31, 34, .05);
|
|
385
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-1-5-0: rgba(31, 31, 34, .15);
|
|
386
|
+
--triplex-next-SMSInput-Refresh_Fill_Empty-1-5-0: rgba(31, 31, 34, .35);
|
|
387
|
+
--triplex-next-SMSInput-Refresh_Fill_Full-1-5-0: #008985;
|
|
388
|
+
--triplex-next-SMSInput-Refresh_Disabled-1-5-0: rgba(31, 31, 34, .15);
|
|
389
|
+
--triplex-next-SMSInput-Submit_Background_Default-1-5-0: rgba(31, 31, 34, .15);
|
|
390
|
+
--triplex-next-SMSInput-Submit_Background_Hover-1-5-0: #19BDB0;
|
|
391
|
+
--triplex-next-SMSInput-Submit_Background_Active-1-5-0: #21A19A;
|
|
392
|
+
--triplex-next-Step-Color_Active-1-5-0: #008985;
|
|
393
|
+
--triplex-next-Step-Color_Default-1-5-0: rgba(31, 31, 34, .65);
|
|
394
|
+
--triplex-next-Step-Color_Disabled-1-5-0: #FFFFFF;
|
|
395
|
+
--triplex-next-Step-Color_Done-1-5-0: #FFFFFF;
|
|
396
|
+
--triplex-next-Step-Color_Error-1-5-0: rgba(255, 255, 255, 1);
|
|
397
|
+
--triplex-next-Step-Color_Warning-1-5-0: rgba(255, 255, 255, 1);
|
|
398
|
+
--triplex-next-Step-Background_Active-1-5-0: #E3FFFA;
|
|
399
|
+
--triplex-next-Step-Background_Default-1-5-0: #F2F4F7;
|
|
400
|
+
--triplex-next-Step-Background_Disabled-1-5-0: rgba(31, 31, 34, .15);
|
|
401
|
+
--triplex-next-Step-Background_Done-1-5-0: #008985;
|
|
402
|
+
--triplex-next-Step-Background_Error-1-5-0: #D10032;
|
|
403
|
+
--triplex-next-Step-Background_Warning-1-5-0: #EF4C01;
|
|
404
|
+
--triplex-next-Stepper-Step_Background_Default-1-5-0: #F2F4F7;
|
|
405
|
+
--triplex-next-Stepper-Step_Background_Hover-1-5-0: #EAEDF1;
|
|
406
|
+
--triplex-next-Stepper-Step_Background_Disabled-1-5-0: #F2F4F7;
|
|
407
|
+
--triplex-next-Stepper-Step_Background_Error-1-5-0: #FFF0F3;
|
|
408
|
+
--triplex-next-Stepper-Step_Background_Error_Hover-1-5-0: #FCE0E6;
|
|
409
|
+
--triplex-next-Stepper-Step_Background_Warning-1-5-0: #FFF4DB;
|
|
410
|
+
--triplex-next-Stepper-Step_Background_Warning_Hover-1-5-0: #FCEAC7;
|
|
411
|
+
--triplex-next-Stepper-Step_BorderColor_Focus-1-5-0: #FFD169;
|
|
412
|
+
--triplex-next-Stepper-Step_BorderColor_Error-1-5-0: #E60037;
|
|
413
|
+
--triplex-next-Stepper-Step_BorderColor_Warning-1-5-0: #FD6508;
|
|
414
|
+
--triplex-next-Stepper-Step_BorderColor_Success-1-5-0: #21A19A;
|
|
415
|
+
--triplex-next-Stepper-Step_Color_Default-1-5-0: rgba(31, 31, 34, .65);
|
|
416
|
+
--triplex-next-Stepper-Step_Color_Hover-1-5-0: rgba(31, 31, 34, 1);
|
|
417
|
+
--triplex-next-Stepper-Step_Color_Disabled-1-5-0: rgba(31, 31, 34, .35);
|
|
418
|
+
--triplex-next-Stepper-ButtonNext_Background-1-5-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
|
|
419
|
+
--triplex-next-Stepper-ButtonPrev_Background-1-5-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
|
|
420
|
+
--triplex-next-Stepper-Background-1-5-0: #FFFFFF;
|
|
421
|
+
--triplex-next-Stepper-Wrapper_Background-1-5-0: linear-gradient(#FFFFFF 64px, transparent 0);
|
|
422
|
+
--triplex-next-Stepper-Wrapper_BoxShadow-1-5-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
|
|
423
|
+
--triplex-next-TableBasic-Background_Hover-1-5-0: #E3E6EA;
|
|
424
|
+
--triplex-next-TableBasic-Background_Selected-1-5-0: #DCDFE4;
|
|
425
|
+
--triplex-next-TableBasic-Color-1-5-0: rgba(31, 31, 34, 1);
|
|
426
|
+
--triplex-next-TableBasic-Header_Background-1-5-0: #E7E9EE;
|
|
427
|
+
--triplex-next-TableBasic-TableFooter_Background-1-5-0: #E7E9EE;
|
|
428
|
+
--triplex-next-TableBasic-TableFooter_Highlight-1-5-0: linear-gradient(transparent, #FFFFFF);
|
|
429
|
+
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-5-0: #D6D9E0;
|
|
430
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-5-0: #FFFFFF;
|
|
431
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-5-0: #EAEDF1;
|
|
432
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-5-0: #FFFFFF;
|
|
433
|
+
--triplex-next-Tabs-Type1_Background-1-5-0: #F2F4F7;
|
|
434
|
+
--triplex-next-Tabs-Type2_Background-1-5-0: #FFFFFF;
|
|
435
|
+
--triplex-next-Tabs-Type1_Tab_Background_Default-1-5-0: #F2F4F7;
|
|
436
|
+
--triplex-next-Tabs-Type2_Tab_Background_Default-1-5-0: #FFFFFF;
|
|
437
|
+
--triplex-next-Tabs-Type1_Tab_Background_Selected-1-5-0: #DCDFE4;
|
|
438
|
+
--triplex-next-Tabs-Type2_Tab_Background_Selected-1-5-0: #E3E6EA;
|
|
439
|
+
--triplex-next-Tabs-Type1_Tab_Background_Hover-1-5-0: #E3E6EA;
|
|
440
|
+
--triplex-next-Tabs-Type2_Tab_Background_Hover-1-5-0: #EEF0F4;
|
|
441
|
+
--triplex-next-Tabs-Type1_Tab_Color_Default-1-5-0: rgba(31, 31, 34, .65);
|
|
442
|
+
--triplex-next-Tabs-Type2_Tab_Color_Default-1-5-0: rgba(31, 31, 34, .65);
|
|
443
|
+
--triplex-next-Tabs-Type1_Tab_Color_Selected-1-5-0: rgba(31, 31, 34, 1);
|
|
444
|
+
--triplex-next-Tabs-Type2_Tab_Color_Selected-1-5-0: rgba(31, 31, 34, 1);
|
|
445
|
+
--triplex-next-Tabs-Type1_Tab_Color_Hover-1-5-0: rgba(31, 31, 34, 1);
|
|
446
|
+
--triplex-next-Tabs-Type2_Tab_Color_Hover-1-5-0: rgba(31, 31, 34, 1);
|
|
447
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-1-5-0: transparent;
|
|
448
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-1-5-0: 0 0 0 1px #FFD169 inset;
|
|
449
|
+
--triplex-next-Tag-Background-1-5-0: #DFE2E7;
|
|
450
|
+
--triplex-next-TabsLine-BorderColor_Active-1-5-0: #21A19A;
|
|
451
|
+
--triplex-next-TabsLine-BorderColor_Hover-1-5-0: #19BDB0;
|
|
452
|
+
--triplex-next-TabsLine-Color_Active-1-5-0: rgba(31, 31, 34, 1);
|
|
453
|
+
--triplex-next-TabsLine-Color_Default-1-5-0: rgba(31, 31, 34, .65);
|
|
454
|
+
--triplex-next-TabsLine-Color_Hover-1-5-0: rgba(31, 31, 34, 1);
|
|
455
|
+
--triplex-next-TabsLine-Notification_Color-1-5-0: #FFB13B;
|
|
456
|
+
--triplex-next-TabsLine-Separator_Color-1-5-0: #D6D9E0;
|
|
457
|
+
--triplex-next-TabsLine-Shadow_Focus-1-5-0: 0 0 0 1px #FFDD64 inset;
|
|
458
|
+
--triplex-next-Tooltip-Background-1-5-0: #1B1B1D;
|
|
459
|
+
--triplex-next-Tooltip-Color-1-5-0: rgba(255, 255, 255, 1);
|
|
460
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-1-5-0: #008985;
|
|
461
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-1-5-0: #19BDB0;
|
|
462
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-5-0: #4BD9CF;
|
|
463
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-5-0: 0 0 0 1px #FFD169;
|
|
464
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-1-5-0: #007777;
|
|
465
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-1-5-0: #008985;
|
|
466
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-5-0: #21A19A;
|
|
467
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-5-0: 0 0 0 1px #FFDD64;
|
|
468
|
+
--triplex-next-Typography-Primary_Color-1-5-0: rgba(31, 31, 34, 1);
|
|
469
|
+
--triplex-next-Typography-Complementary_Color-1-5-0: rgba(31, 31, 34, .85);
|
|
470
|
+
--triplex-next-Typography-Secondary_Color-1-5-0: rgba(31, 31, 34, .65);
|
|
471
|
+
--triplex-next-Typography-Tertiary_Color-1-5-0: rgba(31, 31, 34, .55);
|
|
472
|
+
--triplex-next-Typography-Disabled_Color-1-5-0: rgba(31, 31, 34, .35);
|
|
473
|
+
--triplex-next-Typography-Brand_Color-1-5-0: #008985;
|
|
474
|
+
--triplex-next-Typography-Info_Color-1-5-0: #0E57CC;
|
|
475
|
+
--triplex-next-Typography-Success_Color-1-5-0: #008B5C;
|
|
476
|
+
--triplex-next-Typography-Error_Color-1-5-0: #D10032;
|
|
477
|
+
--triplex-next-Typography-Warning_Color-1-5-0: #EF4C01;
|
|
478
|
+
--triplex-next-Typography-System_Color-1-5-0: #697591;
|
|
479
|
+
--triplex-next-UploadZone-Background_Default-1-5-0: #F2F4F7;
|
|
480
|
+
--triplex-next-UploadZone-Background_Hover-1-5-0: #EAEDF1;
|
|
481
|
+
--triplex-next-UploadZone-BorderColor_Default-1-5-0: rgba(31, 31, 34, .45);
|
|
482
|
+
--triplex-next-UploadZone-DragArea_Background-1-5-0: #F2F4F7;
|
|
483
|
+
--triplex-next-UploadZone-DragArea_BorderColor-1-5-0: #21A19A;
|
|
484
|
+
--triplex-next-LightBox-Backdrop_Background-1-5-0: rgba(31, 31, 34, .75);
|
|
485
|
+
--triplex-next-LightBox-Content_Background-1-5-0: #EAEDF1;
|
|
486
|
+
--triplex-next-Notification-Background-1-5-0: #FFFFFF;
|
|
487
|
+
--triplex-next-Notification-Color-1-5-0: #1F1F22;
|
|
488
|
+
--triplex-next-Notification-TimeColor-1-5-0: rgba(31, 31, 34, 0.65);
|
|
489
|
+
--triplex-next-Notification-Shadow-1-5-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
490
|
+
--triplex-next-StatusTracker-Draft_Background-1-5-0: rgba(255, 255, 255, .15);
|
|
491
|
+
--triplex-next-StatusTracker-Warning_Background-1-5-0: #FF7A17;
|
|
492
|
+
--triplex-next-StatusTracker-Waiting_Background-1-5-0: #BFCADF;
|
|
493
|
+
--triplex-next-StatusTracker-Rejected_Background-1-5-0: #FF5571;
|
|
494
|
+
--triplex-next-StatusTracker-Approved_Background-1-5-0: #00D67D;
|
|
495
|
+
--triplex-next-StatusTracker-Waiting_Color-1-5-0: #A9B6D0;
|
|
496
|
+
--triplex-next-StatusTracker-Rejected_Color-1-5-0: #FFB1C1;
|
|
497
|
+
--triplex-next-StatusTracker-Approved_Color-1-5-0: #00D67D;
|
|
498
|
+
--triplex-next-StatusTracker-Border_Color-1-5-0: #FFFFFF;
|
|
499
|
+
--triplex-next-ModalWindow-Background-1-5-0: #E7E9EE;
|
|
500
|
+
--triplex-next-ModalWindow-Backdrop_Background-1-5-0: rgba(31, 31, 34, .75);}
|
|
501
|
+
.underline__8b4fa1ca{text-decoration:underline}.strikethrough__1f209f67{text-decoration:line-through}.underlineStrikethrough__440e3617{text-decoration:underline line-through}.typography__08ddc89c.primary__fa944281{color:var(--triplex-next-Typography-Primary_Color-1-5-0)}.typography__08ddc89c.complementary__7eda1c4f{color:var(--triplex-next-Typography-Complementary_Color-1-5-0)}.typography__08ddc89c.secondary__2ace0551{color:var(--triplex-next-Typography-Secondary_Color-1-5-0)}.typography__08ddc89c.tertiary__c02fdb28{color:var(--triplex-next-Typography-Tertiary_Color-1-5-0)}.typography__08ddc89c.disabled__86543d1d{color:var(--triplex-next-Typography-Disabled_Color-1-5-0)}.typography__08ddc89c.brand__7eb281c0{color:var(--triplex-next-Typography-Brand_Color-1-5-0);-webkit-user-select:none;user-select:none}.typography__08ddc89c.info__d51ae70b{color:var(--triplex-next-Typography-Info_Color-1-5-0)}.typography__08ddc89c.success__64d787b9{color:var(--triplex-next-Typography-Success_Color-1-5-0)}.typography__08ddc89c.error__0fdabda4{color:var(--triplex-next-Typography-Error_Color-1-5-0)}.typography__08ddc89c.warning__5cb7078e{color:var(--triplex-next-Typography-Warning_Color-1-5-0)}.typography__08ddc89c.system__82add6d7{color:var(--triplex-next-Typography-System_Color-1-5-0)}.typography__08ddc89c.compact__fb6b8941{line-height:calc(16 / 14)}.title__234143e8{outline:none}.title__234143e8.regular__fefde1c0{font-family:SBSansDisplay}.title__234143e8.semibold__4136c70c{font-family:SBSansDisplaySemibold}.title__234143e8.medium__5540ac6a{font-family:SBSansDisplayMedium}.title__234143e8.bold__d076e3b8{font-family:SBSansDisplayBold}.h1__3579978e,.h2__130de5ef,.h3__3c87b51a{margin:0}.h1__3579978e{font-size:28px;line-height:36px}.h2__130de5ef{font-size:24px;line-height:32px}.h3__3c87b51a{font-size:20px;line-height:28px}.text__6c5ff75f{outline:none}.text__6c5ff75f.regular__fefde1c0{font-family:SBSansText}.text__6c5ff75f.semibold__4136c70c{font-family:SBSansTextSemibold}.b1__1843ca61{font-size:18px;line-height:24px}.b2__152d197f{font-size:16px;line-height:20px}.b3__f9cb2a09{font-size:14px;line-height:20px}.b3__f9cb2a09.compact__fb6b8941{line-height:16px}.b4__44c1f36b{font-size:12px;line-height:16px}.caption__4139643f.regular__fefde1c0{font-family:SBSansText}.caption__4139643f.semibold__4136c70c{font-family:SBSansTextSemibold}.c1__38c6f900{font-size:10px;line-height:12px}.c2__9039a370{font-size:8px;line-height:10px}.d1__bb5925f6{font-size:32px;line-height:40px}.d1__bb5925f6.regular__fefde1c0{font-family:SBSansDisplay}.d1__bb5925f6.semibold__4136c70c{font-family:SBSansDisplaySemibold}.formFieldInput__b0364d21{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-5-0)}.formFieldInput__b0364d21:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-5-0)}.formFieldInput__b0364d21::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-5-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__b0364d21:focus{outline:none}.formFieldInput__b0364d21:focus::placeholder{opacity:1}.formFieldInput__b0364d21:-webkit-autofill{animation-name:autofill-applied-hook__4acaea13;animation-duration:1ms}.formFieldInput__b0364d21:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__9198b983;animation-duration:1ms}.formFieldInput__b0364d21.sm__72b40d84{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__b0364d21.md__ad0d6702{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__b0364d21.lg__c6a3f3de{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__4acaea13{0%{transform:none}}@keyframes autofill-cancelled-hook__9198b983{0%{transform:none}}.formField__9b663218{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-1-5-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-5-0);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__9b663218:hover{background:var(--triplex-next-FormField-Background_Hover-1-5-0)}.formField__9b663218.disabled__d9c8b710{background:var(--triplex-next-FormField-Background_Disabled-1-5-0)}.formField__9b663218.active__a5ccd37e{background:var(--triplex-next-FormField-Background_Active-1-5-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-5-0)}.formField__9b663218.active__a5ccd37e::placeholder{opacity:1}.formField__9b663218.error__ad946c43{background:var(--triplex-next-FormField-Background_Error-1-5-0)}.formField__9b663218.error__ad946c43:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-5-0)}.formField__9b663218.error__ad946c43.active__a5ccd37e{background:var(--triplex-next-FormField-Background_Error-1-5-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-5-0)}.formField__9b663218.warning__c5b32e4f{background:var(--triplex-next-FormField-Background_Warning-1-5-0)}.formField__9b663218.warning__c5b32e4f:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-5-0)}.formField__9b663218.warning__c5b32e4f.active__a5ccd37e{background:var(--triplex-next-FormField-Background_Warning-1-5-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-5-0)}.formField__9b663218.size-sm__deaa1bc1{border-radius:6px}.formField__9b663218.size-md__95eee05b{border-radius:8px}.formField__9b663218.size-lg__640b521b{border-radius:10px}.formFieldDescription__7a9c0a3a{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__7a9c0a3a.withCounter__43a7e78e{display:flex;justify-content:space-between}.formFieldLabel__e47737a6{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__e47737a6.size-sm__deaa1bc1{top:6px}.formFieldLabel__e47737a6.size-md__95eee05b{top:10px}.formFieldLabel__e47737a6.size-lg__640b521b{top:18px}.formFieldLabel__e47737a6.size-lg__640b521b.floating__3154b5a5{top:10px}.formFieldLabelText__c26e50f0{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-5-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__deaa1bc1 .formFieldLabelText__c26e50f0{font-size:12px;line-height:16px}.size-md__95eee05b .formFieldLabelText__c26e50f0{font-size:14px;line-height:20px}.size-lg__640b521b .formFieldLabelText__c26e50f0{font-size:16px;line-height:20px}.floating__3154b5a5 .formFieldLabelText__c26e50f0{font-size:12px;line-height:16px}.floating__3154b5a5.size-sm__deaa1bc1 .formFieldLabelText__c26e50f0,.floating__3154b5a5.size-md__95eee05b .formFieldLabelText__c26e50f0{display:none}.disabled__d9c8b710 .formFieldLabelText__c26e50f0{color:var(--triplex-next-FormField-Label_Color_Disabled-1-5-0)}.formFieldPostfix__724f11b2{padding:0 12px 0 4px;position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__56941cb8{padding:0 8px 0 12px;position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center;gap:4px}.formFieldCounter__506f3b75{padding-left:4px}.formFieldMaskedInputWrapper__33b07a20{position:relative}.formFieldMaskedInputWrapper__33b07a20 .formFieldMaskedInputPlaceholder__82430410{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__33b07a20 .formFieldMaskedInputPlaceholder__82430410::placeholder{opacity:1}.formFieldMaskedInputWrapper__33b07a20.size-sm__deaa1bc1{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__33b07a20.size-sm__deaa1bc1 .formFieldMaskedInputPlaceholder__82430410{top:5px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__33b07a20.size-md__95eee05b{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__33b07a20.size-md__95eee05b .formFieldMaskedInputPlaceholder__82430410{top:9px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__33b07a20.size-lg__640b521b{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__33b07a20.size-lg__640b521b .formFieldMaskedInputPlaceholder__82430410{top:25px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__33b07a20 .formFieldMaskedInput__63c10946{display:block;position:relative;background:none!important}.dropdownDesktop__dce95027{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-5-0);background-color:var(--triplex-next-Dropdown-Background-1-5-0)}.dropdownDesktop-sm__0a6f0b79{border-radius:6px}.dropdownDesktop-md__982b0a17{border-radius:8px}.dropdownDesktop-lg__44aa318c{border-radius:10px}.dropdownDesktopOverflowHidden__d38aa4c4{overflow:hidden}.dropdownMobileWrapper__129ba173{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__1ccc6398{background:var(--triplex-next-DropdownMobile-Backdrop-1-5-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__1ccc6398.closing__2adcb6c9{opacity:0}.dropdownMobileBackdrop__1ccc6398.opening__b2f7d86e,.dropdownMobileBackdrop__1ccc6398.opened__64058c9b{opacity:var(--triplex-DropdownMobile-Opacity-1-5-0)}.dropdownMobile__6cd1b023{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__6cd1b023.closing__2adcb6c9{transform:translateY(100%)}.dropdownMobile__6cd1b023.opening__b2f7d86e,.dropdownMobile__6cd1b023.opened__64058c9b{transform:translateY(0)}.dropdownMobileHeader__c367cbeb{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-5-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileContent__ceaa7325{background:var(--triplex-next-DropdownMobile-Content_Background-1-5-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__73191fb2{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-5-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-5-0);flex-shrink:1}.dropdownMobileListItem__00fb1593{padding:16px}.dropdownMobileListItem__00fb1593.selected__057988d5{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-5-0)}.dropdownMobileListItem__00fb1593:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-5-0)}.dropdownMobileLoader__57604598+.dropdownMobileClose__f86c41dd{margin-left:8px}.dropdownMobileListLoader__02283ab5{margin:-2px auto}.dropdownMobileBodyOverflow__102b155a{overflow:hidden}.dropdownDesktopList__e5db8866{padding:4px;overflow:auto}.dropdownDesktopList__e5db8866.sm__30213050{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__e5db8866.sm__30213050 .dropdownDesktopListItem__09698aaa{padding:6px 8px;border-radius:6px}.dropdownDesktopList__e5db8866.sm__30213050 .dropdownDesktopListLoader__7333d7f9{margin:0 auto}.dropdownDesktopList__e5db8866.md__2bb7d775{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__e5db8866.md__2bb7d775 .dropdownDesktopListItem__09698aaa{padding:7px 8px;border-radius:8px}.dropdownDesktopList__e5db8866.md__2bb7d775 .dropdownDesktopListLoader__7333d7f9{margin:-2px auto}.dropdownDesktopList__e5db8866.lg__56c4cb68{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__e5db8866.lg__56c4cb68 .dropdownDesktopListItem__09698aaa{padding:14px 8px;border-radius:10px}.dropdownDesktopList__e5db8866.lg__56c4cb68 .dropdownDesktopListLoader__7333d7f9{margin:-6px auto}.dropdownDesktopListItem__09698aaa{color:var(--triplex-next-DropdownList-Color-1-5-0);background:var(--triplex-next-DropdownList-Background_Default-1-5-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__09698aaa+.dropdownDesktopListItem__09698aaa{margin-top:2px}.dropdownDesktopListItem__09698aaa.active__f364454d{background:var(--triplex-next-DropdownList-Background_Active-1-5-0);cursor:pointer}.dropdownDesktopListItem__09698aaa.selected__057988d5{background:var(--triplex-next-DropdownList-Background_Selected-1-5-0);cursor:default}.loaderSmall__976685ca{display:flex;justify-content:center;align-items:center}.loaderSmall__976685ca.sm__7e7aa49b{width:16px;height:16px;gap:2px}.loaderSmall__976685ca.sm__7e7aa49b .dot__4f037d29{width:4px;height:4px}.loaderSmall__976685ca.md__2f4a424d{width:24px;height:24px;gap:3px}.loaderSmall__976685ca.md__2f4a424d .dot__4f037d29{width:6px;height:6px}.loaderSmall__976685ca.lg__5f9c4298{width:32px;height:32px;gap:4px}.loaderSmall__976685ca.lg__5f9c4298 .dot__4f037d29{width:8px;height:8px}.loaderSmall__976685ca.neutral__3185da2d .dot__4f037d29{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-5-0)}.loaderSmall__976685ca.brand__b35691a9 .dot__4f037d29{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-5-0)}.loaderSmall__976685ca .dot__4f037d29{border-radius:50%}.loaderSmall__976685ca .dot1__732de194{animation:dotCycleSmall__d822b0f1 .9s infinite}.loaderSmall__976685ca .dot2__569dd99e{animation:dotCycleSmall__d822b0f1 .9s infinite .15s}.loaderSmall__976685ca .dot3__05ff8565{animation:dotCycleSmall__d822b0f1 .9s infinite .3s}@keyframes dotCycleSmall__d822b0f1{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__5e8bfc3d{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-5-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__c6fa2d32{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__c6fa2d32 .dot__4f037d29{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-5-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__c6fa2d32 .dot1__732de194{top:0;left:0;animation:dotCycleMiddle__67af971f 3s infinite}.loaderMiddleDots__c6fa2d32 .dot2__569dd99e{right:0;top:0;opacity:.7;animation:dotCycleMiddle__67af971f 3s infinite .74s}.loaderMiddleDots__c6fa2d32 .dot3__05ff8565{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__67af971f 3s infinite 1.5s}.loaderMiddleDots__c6fa2d32 .dot4__385d5623{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__67af971f 3s infinite 2.25s}.loaderMiddleDots__c6fa2d32 .line__f50ec9a3{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-5-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__805d08f0 3s infinite}@keyframes lineCycle__805d08f0{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__67af971f{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__9e1e8692{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__9e1e8692:enabled{cursor:pointer}.buttonIcon__9e1e8692.circle__e581729c{border-radius:50%}.buttonIcon__9e1e8692.squircle__6d9e8a82{border-radius:4px}.buttonIcon__9e1e8692:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-5-0)}.dropdownMobileInput__67ba7fc2{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-5-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__67ba7fc2::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-5-0);opacity:1}.dropdownMobileInput__67ba7fc2::-ms-clear{display:none}.dropdownMobileInput__67ba7fc2+.dropdownMobileClose__f86c41dd,.dropdownMobileInput__67ba7fc2+.dropdownMobileLoader__57604598{margin-left:12px}.tabsLineWrapper__6ebd1643[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__6ebd1643[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__6ebd1643[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__6ebd1643[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__6ebd1643{position:relative}.tabsLineWrapper__6ebd1643:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-5-0);bottom:0;left:0;right:0}.tabsLine__87e8afab{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__87e8afab:has(.sm__1341ac0e){height:28px}.tabsLine__87e8afab:has(.md__2a2efb3b){height:40px}.tabsLine__87e8afab:has(.lg__6574a696){height:56px}.tab__a7053210{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer;color:var(--triplex-next-TabsLine-Color_Default-1-5-0);font-weight:400}.tab__a7053210.sm__1341ac0e{font-size:12px;line-height:16px;height:28px;padding-bottom:12px}.tab__a7053210.md__2a2efb3b{font-size:14px;line-height:20px;height:40px;padding-top:8px;padding-bottom:12px}.tab__a7053210.lg__6574a696{font-size:16px;line-height:20px;height:56px;padding-top:16px;padding-bottom:20px}.tab__a7053210::-moz-focus-inner{border:none;padding:0}.tab__a7053210:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-5-0)}.tab__a7053210.active__baadee94{cursor:default;color:var(--triplex-next-TabsLine-Color_Active-1-5-0)}.tab__a7053210:hover{color:var(--triplex-next-TabsLine-Color_Hover-1-5-0)}.tab__a7053210: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__a7053210:hover:after,.tab__a7053210:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-5-0)}.tab__a7053210.active__baadee94:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-5-0)}.notificationIcon__f236a909{position:absolute;right:6px;width:8px;height:8px;border-radius:50%;background-color:var(--triplex-next-TabsLine-Notification_Color-1-5-0)}.sm__1341ac0e .notificationIcon__f236a909{top:0}.md__2a2efb3b .notificationIcon__f236a909{top:8px}.lg__6574a696 .notificationIcon__f236a909{top:16px}.tabsLineDropdown__a103bce9{display:inline-block}.tabsLineDropdown__a103bce9 .dropdownTarget__84d81bcf.active__baadee94{cursor:pointer}.tabsLineDropdown__a103bce9 .dropdownTargetInner__f00224dc{display:inline-flex;align-items:center}.tabsLineDropdown__a103bce9 .dropdownTargetCaret__364f8119{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__a103bce9 .dropdownTargetCaret__364f8119.opened__6abec202{transform:rotate(-180deg)}.tabsLineDropdown__a103bce9 .dropdown__4d47cab2{right:0;padding:4px}.tabsLineDropdown__a103bce9 .dropdownItem__34c85e9b.withNotification__e09cebe4 .dropdownItemInner__78a8dcb9{margin-right:2px}.tabsLineDropdown__a103bce9 .dropdownItem__34c85e9b.withNotification__e09cebe4 .notificationIcon__f236a909{top:2px;right:2px}.tabsLineMobileWrapper__f0119bcc{position:relative}.tabsLineMobileWrapper__f0119bcc .tab__a7053210{flex-shrink:0}.tabsLineMobileWrapper__f0119bcc .tab__a7053210:first-child{margin-left:16px}.tabsLineMobileWrapper__f0119bcc .tab__a7053210:last-child{margin-right:16px}.tabsLineMobile__59aacb6a{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__59aacb6a::-webkit-scrollbar{display:none}.label__fdbef6e9{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__fdbef6e9.md__6df6a75c{min-height:24px;min-width:24px}.label__fdbef6e9.md__6df6a75c.nonempty__79d265f3{padding-left:32px;padding-top:2px}.label__fdbef6e9.lg__37b5609e{min-width:28px;min-height:28px}.label__fdbef6e9.lg__37b5609e.nonempty__79d265f3{padding-left:40px;padding-top:4px}.label__fdbef6e9.disabled__76a4de7e{cursor:default}.radio__cad79ab3{margin:0;opacity:0}.radioIcon__1ed8bd7a{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-5-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-5-0)}.radioIcon__1ed8bd7a:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-5-0);border-radius:50%;transform:scale(0)}.md__6df6a75c .radioIcon__1ed8bd7a:after{width:12px;height:12px;top:6px;left:6px}.lg__37b5609e .radioIcon__1ed8bd7a:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__1ed8bd7a,.radioIcon__1ed8bd7a:after{pointer-events:none}.radio__cad79ab3,.radioIcon__1ed8bd7a{position:absolute;left:0;top:0}.md__6df6a75c .radio__cad79ab3,.md__6df6a75c .radioIcon__1ed8bd7a{width:24px;height:24px}.lg__37b5609e .radio__cad79ab3,.lg__37b5609e .radioIcon__1ed8bd7a{width:28px;height:28px}.radio__cad79ab3:enabled{cursor:pointer}.radio__cad79ab3:checked+.radioIcon__1ed8bd7a{background:var(--triplex-next-Radio-Background_Checked_Default-1-5-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-5-0)}.radio__cad79ab3:checked+.radioIcon__1ed8bd7a:after{transform:scale(1);transition:transform .2s ease-out}.radio__cad79ab3:hover+.radioIcon__1ed8bd7a{background-color:var(--triplex-next-Radio-Background_Hover-1-5-0);box-shadow:none}.radio__cad79ab3:disabled+.radioIcon__1ed8bd7a{background:var(--triplex-next-Radio-Background_Disabled-1-5-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-5-0)}.radio__cad79ab3:disabled:checked+.radioIcon__1ed8bd7a{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-5-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-5-0)}.radio__cad79ab3:disabled+.radioIcon__1ed8bd7a:after{background:var(--triplex-next-Radio-Dot_Disabled-1-5-0)}.radio__cad79ab3:focus-visible+.radioIcon__1ed8bd7a{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-5-0)}.radio__cad79ab3:checked:enabled:hover+.radioIcon__1ed8bd7a{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-5-0)}.radioXGroup__8a2cdbd6{display:inline-flex;flex-flow:row wrap}.radioXGroup__8a2cdbd6.indent-12__65f17236{margin-left:-6px;margin-right:-6px}.radioXGroup__8a2cdbd6.indent-12__65f17236 .label__fdbef6e9{margin-left:6px;margin-right:6px}.radioXGroup__8a2cdbd6.indent-16__8e998d3f{margin-left:-8px;margin-right:-8px}.radioXGroup__8a2cdbd6.indent-16__8e998d3f .label__fdbef6e9{margin-left:8px;margin-right:8px}.radioXGroup__8a2cdbd6.indent-20__a42925ad{margin-left:-10px;margin-right:-10px}.radioXGroup__8a2cdbd6.indent-20__a42925ad .label__fdbef6e9{margin-left:10px;margin-right:10px}.radioXGroup__8a2cdbd6.indent-24__0c64fcb7{margin-left:-12px;margin-right:-12px}.radioXGroup__8a2cdbd6.indent-24__0c64fcb7 .label__fdbef6e9{margin-left:12px;margin-right:12px}.radioXGroup__8a2cdbd6.indent-28__aa79a964{margin-left:-14px;margin-right:-14px}.radioXGroup__8a2cdbd6.indent-28__aa79a964 .label__fdbef6e9{margin-left:14px;margin-right:14px}.radioXGroup__8a2cdbd6.indent-32__2b02a86e{margin-left:-16px;margin-right:-16px}.radioXGroup__8a2cdbd6.indent-32__2b02a86e .label__fdbef6e9{margin-left:16px;margin-right:16px}.radioYGroup__0e7e0c6c{display:inline-flex;flex-flow:column wrap}.radioYGroup__0e7e0c6c .label__fdbef6e9.md__6df6a75c+.label__fdbef6e9.md__6df6a75c{margin-top:16px}.radioYGroup__0e7e0c6c .label__fdbef6e9.lg__37b5609e+.label__fdbef6e9.lg__37b5609e{margin-top:20px}@keyframes modalWindowContentAnimationOnEnter__0ca13a2b{0%{transform:translateY(calc(-100% - 100px))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__e29e1eb2{0%{transform:translate(0)}to{transform:translateY(calc(-100% - 100px))}}.modalWindowContainer__6f9bb719{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__1e15e63b{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-5-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__a8519db1{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__a8519db1 .modalWindowContentWrapper__a69a1baf{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__0ca13a2b .6s ease}.modalWindow__a8519db1 .modalWindowContent__cb186074{margin-top:100px;margin-bottom:24px;width:100%}.modalWindow__a8519db1 .modalWindowContent__cb186074 .modalWindowBody__025ccd76{box-sizing:border-box;animation:fadeIn__b43ee536 .3s ease}@keyframes fadeIn__b43ee536{0%{opacity:0}to{opacity:1}}.modalWindow__a8519db1 .modalWindowContent__cb186074 .spinnerSm__7f711f8b{display:none}@media (max-width: 767px){.modalWindow__a8519db1 .modalWindowContent__cb186074 .spinner__c2958823{display:none}.modalWindow__a8519db1 .modalWindowContent__cb186074 .spinnerSm__7f711f8b{display:flex}}.modalWindowClose__0a749db3{transition:visibility 0s .3s;-webkit-tap-highlight-color:transparent}.global-modalWindowTransition-exit .modalWindow__a8519db1 .modalWindowContentWrapper__a69a1baf{transform:translateY(calc(-100% - 100px));animation:modalWindowContentAnimationOnExit__e29e1eb2 .3s ease}.global-modalWindowTransition-exit .modalWindow__a8519db1 .modalWindowContentWrapper__a69a1baf .modalWindowBody__025ccd76{animation:fadeOut__6c4d07dc .3s ease}@keyframes fadeOut__6c4d07dc{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__41b9ce40{position:absolute;left:0;right:0;height:0}.modalWindow__a8519db1.sm__c508159e .modalWindowContentWrapper__a69a1baf{max-width:480px}.modalWindow__a8519db1.sm__c508159e .modalWindowContent__cb186074 .modalWindowBody__025ccd76{min-height:196px}@media (max-width: 575px){.modalWindow__a8519db1.sm__c508159e .modalWindowContentWrapper__a69a1baf{max-width:100%}}.modalWindow__a8519db1.md__36fc324c .modalWindowContentWrapper__a69a1baf{max-width:600px}.modalWindow__a8519db1.md__36fc324c .modalWindowContent__cb186074 .modalWindowBody__025ccd76{min-height:246px}@media (max-width: 767px){.modalWindow__a8519db1.md__36fc324c .modalWindowContentWrapper__a69a1baf{max-width:100%}}.modalWindow__a8519db1.lg__8a8058e9 .modalWindowContentWrapper__a69a1baf{max-width:800px}.modalWindow__a8519db1.lg__8a8058e9 .modalWindowContent__cb186074 .modalWindowBody__025ccd76{min-height:396px}@media (max-width: 991px){.modalWindow__a8519db1.lg__8a8058e9 .modalWindowContentWrapper__a69a1baf{max-width:100%}}.modalWindowContentPage__78f5e696{background:var(--triplex-next-ModalWindow-Background-1-5-0);padding:8px!important}.modalWindowContentPage__78f5e696,.modalWindowLoaderScreen__219b8030{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__78f5e696,.modalWindowLoaderScreen__219b8030{border-radius:24px}}.islandBody__91a3e448,.islandHeader__801fd1fa,.islandFooter__5150a2ff,.island__325166ef{position:relative}.island__325166ef.type1__bdbec36a{background-color:var(--triplex-next-Island-Type1_Background-1-5-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-5-0)}.island__325166ef.type2__c81f5227{background-color:var(--triplex-next-Island-Type2_Background-1-5-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-5-0)}.island__325166ef.type3__2c122672{background-color:var(--triplex-next-Island-Type3_Background-1-5-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-5-0)}.island__325166ef.sm__7f8e1de1{border-radius:16px;padding:16px}.island__325166ef.md__d04267bd{border-radius:24px;padding:24px}.island__325166ef.lg__1b4faf27{border-radius:32px;padding:32px}.island__325166ef .islandHeader__801fd1fa+.islandBody__91a3e448,.island__325166ef .islandHeader__801fd1fa+.islandFooter__5150a2ff,.island__325166ef .islandBody__91a3e448+.islandFooter__5150a2ff{margin-top:16px}@media (max-width: 767px){.island__325166ef.sm__7f8e1de1,.island__325166ef.md__d04267bd{border-radius:16px;padding:16px}.island__325166ef.lg__1b4faf27{border-radius:24px;padding:24px}}.alertContext__3af0a204{display:flex;font-size:12px;line-height:16px}.alertContext__3af0a204>svg{flex-shrink:0}.alertContext__3af0a204 .alertContextText__f5178988{margin-left:8px}.alertContext__3af0a204.alertTypeError__d1b83062 .alertContextText__f5178988{color:var(--triplex-next-AlertContext-Error_Color-1-5-0)}.alertContext__3af0a204.alertTypeInfo__636f7231 .alertContextText__f5178988{color:var(--triplex-next-AlertContext-Info_Color-1-5-0)}.alertContext__3af0a204.alertTypeWarning__14717e58 .alertContextText__f5178988{color:var(--triplex-next-AlertContext-Warning_Color-1-5-0)}.alertContext__3af0a204.alertTypeSystem__dd7ddb1d .alertContextText__f5178988{color:var(--triplex-next-AlertContext-System_Color-1-5-0)}.alertProcess__c451a774{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__c451a774.withSpoiler__768bc40a{min-height:40px}.alertProcess__c451a774 .themeIcon__2d3ae919{box-sizing:border-box;height:20px;width:20px}.alertProcess__c451a774.alertTypeError__d1b83062{background:var(--triplex-next-AlertProcess-Error_Background-1-5-0)}.alertProcess__c451a774.alertTypeInfo__636f7231{background:var(--triplex-next-AlertProcess-Info_Background-1-5-0)}.alertProcess__c451a774.alertTypeWarning__14717e58{background:var(--triplex-next-AlertProcess-Warning_Background-1-5-0)}.alertProcess__c451a774.alertTypeSystem__dd7ddb1d{background:var(--triplex-next-AlertProcess-System_Background-1-5-0)}.alertProcess__c451a774.alertTypeFeature__4e6ed240{background:var(--triplex-next-AlertProcess-Feature_Background-1-5-0)}.alertProcess__c451a774.alertTypeFeature__4e6ed240 .themeIcon__2d3ae919{padding-top:0}.alertProcess__c451a774 .alertProcessContentBlock__bb281510{flex:1;margin-left:10px}.alertProcess__c451a774 .alertProcessContentBlock__bb281510:not(:has(+.closeButton__c98bf544)){padding-right:26px}.alertProcess__c451a774 .alertProcessContentBlock__bb281510 .expandableContent__bfcabf3e{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__c451a774 .alertProcessContentBlock__bb281510 .expandableContent__bfcabf3e.expanded__e92d927e{max-height:1000px;opacity:1}.alertProcess__c451a774 .closeButton__c98bf544{margin-left:10px}.alertProcess__c451a774 .expandButton__2785e148{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__c451a774 .expandButton__2785e148.expanded__e92d927e{transform:rotate(180deg)}.adaptive__7b17ea6e{font-size:10px!important;line-height:12px!important}.button__64a7dc14.general__9e21e712{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-5-0);color:var(--triplex-next-Button-General_Color_Default-1-5-0)}.button__64a7dc14.general__9e21e712:hover{background:var(--triplex-next-Button-General_Background_Hover-1-5-0);color:var(--triplex-next-Button-General_Color_Hover-1-5-0)}.button__64a7dc14.general__9e21e712.expanded__0c0efc53,.button__64a7dc14.general__9e21e712:active{background:var(--triplex-next-Button-General_Background_Active-1-5-0);color:var(--triplex-next-Button-General_Color_Active-1-5-0)}.button__64a7dc14.general__9e21e712:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-5-0)}.button__64a7dc14.general__9e21e712:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-5-0);color:var(--triplex-next-Button-General_Color_Disabled-1-5-0)}.button__64a7dc14.secondary__fbbcd43a{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-5-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-5-0)}.button__64a7dc14.secondary__fbbcd43a:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-5-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-5-0)}.button__64a7dc14.secondary__fbbcd43a.expanded__0c0efc53,.button__64a7dc14.secondary__fbbcd43a:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-5-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-5-0)}.button__64a7dc14.secondary__fbbcd43a:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-5-0)}.button__64a7dc14.secondary__fbbcd43a:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-5-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-5-0)}.button__64a7dc14.secondaryLight__04930170{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-5-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-5-0)}.button__64a7dc14.secondaryLight__04930170:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-5-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-5-0)}.button__64a7dc14.secondaryLight__04930170.expanded__0c0efc53,.button__64a7dc14.secondaryLight__04930170:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-5-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-5-0)}.button__64a7dc14.secondaryLight__04930170:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-5-0)}.button__64a7dc14.secondaryLight__04930170:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-5-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-5-0)}.button__64a7dc14.danger__2cfdd42c{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-5-0);color:var(--triplex-next-Button-Danger_Color_Default-1-5-0)}.button__64a7dc14.danger__2cfdd42c:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-5-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-5-0)}.button__64a7dc14.danger__2cfdd42c.expanded__0c0efc53,.button__64a7dc14.danger__2cfdd42c:active{background:var(--triplex-next-Button-Danger_Background_Active-1-5-0);color:var(--triplex-next-Button-Danger_Color_Active-1-5-0)}.button__64a7dc14.danger__2cfdd42c:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-5-0)}.button__64a7dc14.danger__2cfdd42c:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-5-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-5-0)}.button__64a7dc14.link__5533ba83{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-5-0);padding:0}.button__64a7dc14.link__5533ba83.sm__82b4078e{height:28px;min-width:0px;padding:6px 2px}.button__64a7dc14.link__5533ba83.md__dd632e7e{height:40px;min-width:0px;padding:10px 2px}.button__64a7dc14.link__5533ba83.lg__9192b1fb{height:56px;min-width:0px;padding:18px 2px}.button__64a7dc14.link__5533ba83:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-5-0)}.button__64a7dc14.link__5533ba83.expanded__0c0efc53,.button__64a7dc14.link__5533ba83:active{color:var(--triplex-next-Button-Link_Color_Active-1-5-0)}.button__64a7dc14.link__5533ba83:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-5-0)}.button__64a7dc14.link__5533ba83:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-5-0)}.button__64a7dc14{position:relative;margin:0;vertical-align:top;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__64a7dc14::-moz-focus-inner{border:none;padding:0}.button__64a7dc14.sm__82b4078e{line-height:16px;font-size:12px}.button__64a7dc14.sm__82b4078e.general__9e21e712,.button__64a7dc14.sm__82b4078e.secondary__fbbcd43a,.button__64a7dc14.sm__82b4078e.secondaryLight__04930170,.button__64a7dc14.sm__82b4078e.danger__2cfdd42c{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__64a7dc14.sm__82b4078e.icon__c49e1977{min-height:28px;min-width:28px;padding:4px}.button__64a7dc14.md__dd632e7e{line-height:20px;font-size:14px}.button__64a7dc14.md__dd632e7e.general__9e21e712,.button__64a7dc14.md__dd632e7e.secondary__fbbcd43a,.button__64a7dc14.md__dd632e7e.secondaryLight__04930170,.button__64a7dc14.md__dd632e7e.danger__2cfdd42c{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__64a7dc14.md__dd632e7e.icon__c49e1977{min-height:40px;min-width:40px;padding:10px}.button__64a7dc14.lg__9192b1fb{line-height:20px;font-size:16px}.button__64a7dc14.lg__9192b1fb.general__9e21e712,.button__64a7dc14.lg__9192b1fb.secondary__fbbcd43a,.button__64a7dc14.lg__9192b1fb.secondaryLight__04930170,.button__64a7dc14.lg__9192b1fb.danger__2cfdd42c{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__64a7dc14.lg__9192b1fb.icon__c49e1977{min-height:56px;min-width:56px;padding:12px}.button__64a7dc14:disabled{cursor:default}.button__64a7dc14:disabled *{pointer-events:none}.button__64a7dc14+.button__64a7dc14:not(.block__c4ff618a){margin-left:12px}.button__64a7dc14 .content__c5af8c5e{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__64a7dc14.block__c4ff618a{display:block;width:100%}.button__64a7dc14.loading__af6e9876{pointer-events:none}.button__64a7dc14.loading__af6e9876 .content__c5af8c5e{visibility:hidden}.button__64a7dc14 .loader__0ca03d2a{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__64a7dc14 .loader__0ca03d2a.hidden__cff73b27{visibility:hidden}.buttonDropdownExtended__2ab30b24{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__2ab30b24 .buttonDropdownExtendedBlock__1c1c022f{padding:4px;margin-top:4px;right:0}.buttonDropdown__5e2884c3.block__c4ff618a{display:block}.buttonDropdown__5e2884c3+.button__64a7dc14:not(.block__c4ff618a),.buttonDropdown__5e2884c3+.buttonDropdown__5e2884c3:not(.block__c4ff618a){margin-left:16px}.buttonDropdown__5e2884c3 .buttonDropdownTarget__0847704a .caretIcon__7a5b5bca{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__5e2884c3 .buttonDropdownTarget__0847704a.active__5b53d91a .caretIcon__7a5b5bca{transform:rotate(-180deg)}.buttonDropdown__5e2884c3 .buttonDropdownMenuItem__886c43cb{overflow:hidden;text-overflow:ellipsis}.calendarControls__8319a1a8{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-5-0)}.calendarViewDays__7cfc095c{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__0f17d18d .calendarViewDays__7cfc095c{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__73e7f9fd,.calendarViewYears__788b973d{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__0f17d18d .calendarViewMonths__73e7f9fd,.adaptive__0f17d18d .calendarViewYears__788b973d{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__44a21b97{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-5-0)}.calendarViewDaysBody__61e41677:before{display:block;content:"";line-height:8px}.adaptive__0f17d18d .calendarViewDaysBody__61e41677:before{line-height:4px}.calendarViewItem__1cac2b61{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__1cac2b61:focus-visible{outline:none}.calendarViewItem__1cac2b61.current__3d40ae38{font-weight:600}.calendarViewItem__1cac2b61.rangeSingle__6b915650,.calendarViewItem__1cac2b61.rangeStart__bff97996,.calendarViewItem__1cac2b61.rangeEnd__0c049463,.calendarViewItem__1cac2b61.rangeBetween__9bc47fe9{background:var(--triplex-next-Calendar-View_Item_Background_Range-1-5-0)}.calendarViewItem__1cac2b61.rangeSingle__6b915650,.calendarViewItem__1cac2b61.rangeStart__bff97996:last-child,.calendarViewItem__1cac2b61.rangeEnd__0c049463:first-child{border-radius:50%;box-shadow:none}.calendarViewItem__1cac2b61.rangeStart__bff97996,.calendarViewItem__1cac2b61.rangeBetween__9bc47fe9:first-child{border-radius:50% 0 0 50%;box-shadow:1px 0 var(--triplex-next-Calendar-View_Item_Background_Range-1-5-0)}.calendarViewItem__1cac2b61.rangeEnd__0c049463,.calendarViewItem__1cac2b61.rangeBetween__9bc47fe9:last-child{border-radius:0 50% 50% 0;box-shadow:-1px 0 var(--triplex-next-Calendar-View_Item_Background_Range-1-5-0)}.calendarViewItem__1cac2b61.rangeBetween__9bc47fe9{border-radius:0;box-shadow:1px 0 var(--triplex-next-Calendar-View_Item_Background_Range-1-5-0),-1px 0 var(--triplex-next-Calendar-View_Item_Background_Range-1-5-0)}.calendarViewItem__1cac2b61.disabled__97c3fb23{pointer-events:none}.calendarViewItemLabel__9aa178b6{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-5-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-5-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-5-0);cursor:pointer}.calendarViewItemLabel__9aa178b6:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-5-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-5-0)}.calendarViewItemLabel__9aa178b6.selected__2edf45d3{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-5-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-5-0)}.calendarViewItemLabel__9aa178b6.selected__2edf45d3:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-5-0)}.calendarViewItemLabel__9aa178b6.selected__2edf45d3:hover.basicMark__74ce5beb:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-5-0)}.calendarViewItemLabel__9aa178b6.selected__2edf45d3:hover.standardMark__b8cc381b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-5-0)}.calendarViewItemLabel__9aa178b6.selected__2edf45d3:hover.attentionMark__2bd03494:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-5-0)}.calendarViewItemLabel__9aa178b6.selected__2edf45d3:hover.criticalMark__3b56cb30:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-5-0)}.calendarViewItemLabel__9aa178b6.selected__2edf45d3.muted__31348cc3{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-5-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-5-0)}.calendarViewItemLabel__9aa178b6.selected__2edf45d3.muted__31348cc3:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-5-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-5-0)}.calendarViewItemLabel__9aa178b6.selected__2edf45d3.basicMark__74ce5beb:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-5-0)}.calendarViewItemLabel__9aa178b6.selected__2edf45d3.standardMark__b8cc381b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-5-0)}.calendarViewItemLabel__9aa178b6.selected__2edf45d3.attentionMark__2bd03494:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-5-0)}.calendarViewItemLabel__9aa178b6.selected__2edf45d3.criticalMark__3b56cb30:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-5-0)}.calendarViewItemLabel__9aa178b6.marked__6c6e8743:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__9aa178b6.basicMark__74ce5beb:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-5-0)}.calendarViewItemLabel__9aa178b6.standardMark__b8cc381b:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-5-0)}.calendarViewItemLabel__9aa178b6.attentionMark__2bd03494:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-5-0)}.calendarViewItemLabel__9aa178b6.criticalMark__3b56cb30:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-5-0)}.calendarViewItemLabel__9aa178b6.muted__31348cc3{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-5-0)}.calendarViewItemLabel__9aa178b6.disabled__97c3fb23{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-5-0);background:none}.calendarViewItem__1cac2b61:focus-visible .calendarViewItemLabel__9aa178b6{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-5-0)}.unitDay__9debfb6d{width:36px;height:36px;border-radius:6px}.unitMonth__c15f58cc,.unitYear__e18adbdd{width:89px;height:48px;border-radius:6px}.adaptive__0f17d18d .unitMonth__c15f58cc,.adaptive__0f17d18d .unitYear__e18adbdd{width:104px;height:48px;border-radius:6px}.calendarFooter__99e0f409{margin-top:12px;text-align:center}.calendar__7d4a02e3{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-5-0);border-radius:8px;-webkit-user-select:none;user-select:none;box-shadow:var(--triplex-next-Calendar-Background_Shadow-1-5-0)}.calendar__7d4a02e3.adaptive__0f17d18d{width:auto;padding:20px}.calendar__7d4a02e3+.calendar__7d4a02e3{margin-top:20px}.chipGroupItem__65914bc6{display:inline-block}.chip__a15beede{background:var(--triplex-next-Chip-Background_Default-1-5-0);color:var(--triplex-next-Chip-Color_Default-1-5-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__a15beede.lg__cb327fa0{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__a15beede.lg__cb327fa0 .prefix__cec0066f{padding-left:16px}.chip__a15beede.lg__cb327fa0 .postfix__ea56245f{padding-right:16px}.chip__a15beede.md__16282e8f{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__a15beede.md__16282e8f .prefix__cec0066f{padding-left:12px}.chip__a15beede.md__16282e8f .postfix__ea56245f{padding-right:12px}.chip__a15beede.sm__7156c899{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__a15beede.sm__7156c899 .prefix__cec0066f{padding-left:8px}.chip__a15beede.sm__7156c899 .postfix__ea56245f{padding-right:8px}.chip__a15beede:hover{background:var(--triplex-next-Chip-Background_Hover-1-5-0);color:var(--triplex-next-Chip-Color_Hover-1-5-0)}.chip__a15beede:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-5-0)}.chip__a15beede:active,.chip__a15beede[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-5-0);color:var(--triplex-next-Chip-Color_Active-1-5-0)}.chip__a15beede.disabled__d4eeff22{background:var(--triplex-next-Chip-Background_Disabled-1-5-0);color:var(--triplex-next-Chip-Color_Disabled-1-5-0);cursor:default;pointer-events:none}.chip__a15beede.selected__ab812c8d{background:var(--triplex-next-Chip-Background_Selected_Default-1-5-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-5-0)}.chip__a15beede.selected__ab812c8d:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-5-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-5-0)}.chip__a15beede.selected__ab812c8d:active,.chip__a15beede.selected__ab812c8d[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-5-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-5-0)}.chip__a15beede.selected__ab812c8d.disabled__d4eeff22{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-5-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-5-0)}.chip__a15beede.withPrefix__5344b138{padding-left:0}.chip__a15beede.withPostfix__5fbc563b{padding-right:0}.chip__a15beede .content__59e9a4f7{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__a15beede .prefix__cec0066f,.chip__a15beede .postfix__ea56245f{display:flex}.chipClearButton__6d19a72a{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__6d19a72a:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-5-0)}.chipDropdownArrow__7ae6d517{transition:transform .3s ease}.chipDropdownArrow__7ae6d517.rotated__8b366808{transform:rotate(-180deg)}.chipOptionsContent__a8fe4a80{min-width:14px;text-align:center;display:block}.formFieldClear__f91e6791{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__f91e6791.hidden__f9efc227{opacity:0;pointer-events:none}.formFieldTarget__3cc57b0d{padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-5-0)}.formFieldTarget__3cc57b0d.placeholder__c8780486{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-5-0)}.formFieldTarget__3cc57b0d.disabled__d9c8b710{color:var(--triplex-next-FormField-Target_Color_Disabled-1-5-0)}.formFieldTarget__3cc57b0d.size-sm__deaa1bc1{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldTarget__3cc57b0d.size-md__95eee05b{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__3cc57b0d.size-lg__640b521b{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTextarea__7bd41c9c{width:100%;padding:0;box-sizing:border-box;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-5-0);resize:none}.formFieldTextarea__7bd41c9c.sm__72b40d84{height:44px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__7bd41c9c.md__ad0d6702{height:60px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__7bd41c9c.lg__c6a3f3de{height:76px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__7bd41c9c:focus{outline:none}.formFieldTextarea__7bd41c9c:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-5-0)}.formFieldTextarea__7bd41c9c::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-5-0)}.selectExtendedFieldTarget__4f5f02e3{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__4f5f02e3 .caretIcon__478a53e5{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__4f5f02e3.selectOpened__d75b77c3 .caretIcon__478a53e5{transform:rotate(180deg)}.selectExtendedFieldTarget__4f5f02e3.loading__57ada55f,.selectExtendedFieldTarget__4f5f02e3.disabled__cc78244d{-webkit-user-select:none;user-select:none;pointer-events:none}.SelectExtendedField__13bcad6b{position:relative}.tooltipDesktop__21afcfdb{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__21afcfdb .tooltipBody__4eb1afce{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-5-0)}.tooltipDesktop__21afcfdb .tooltipXButton__3e4af6a9{position:absolute;right:8px;top:8px}.tooltipDesktopContent__ff598d0c{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-5-0);border-radius:8px}.closable__3fe38155 .tooltipDesktopContent__ff598d0c{padding-right:32px}.tooltipSM__3ec3fa6b .tooltipDesktopContent__ff598d0c{width:192px;min-height:52px}.tooltipLG__420ccf8d .tooltipDesktopContent__ff598d0c{width:384px;min-height:52px}.tooltipOverlay__9b49b62b{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__4b74a58b{width:0;height:0}.tooltipDesktopTip__4b74a58b.down__6b47456f{border-top:solid var(--triplex-next-Tooltip-Background-1-5-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__4b74a58b.up__3f9ccd51{border-bottom:solid var(--triplex-next-Tooltip-Background-1-5-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__4b74a58b.left__ff3c3089{border-right:solid var(--triplex-next-Tooltip-Background-1-5-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__4b74a58b.right__ec952190{border-left:solid var(--triplex-next-Tooltip-Background-1-5-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__543bc216 .tooltipBody__4eb1afce{text-align:left}.tooltipMobile__543bc216 .tooltipXButton__3e4af6a9{position:absolute;right:16px;top:16px}.tooltipMobileContent__adc19067{padding:16px}.headerless__9af65067 .tooltipMobileContent__adc19067{padding-right:40px}.tooltipLink__87e10c01{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__dd678358{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-5-0)}.desktop__dd678358:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-5-0)}.desktop__dd678358:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-5-0)}.desktop__dd678358:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-5-0)}.mobile__6a556b09{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-5-0)}.mobile__6a556b09:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-5-0)}.mobile__6a556b09:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-5-0)}.mobile__6a556b09:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-5-0)}.chipSuggestInputWrapper__17a5e9ae{margin:12px}.suggestDropdownMobileBody__4b6bccca{height:176px}.suggestDropdownMobileNoOptionsText__10ee8dd1{padding:16px}.col-1__48cf9dfa{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__0a33b1aa{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__d0110ce1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__9b01a9d4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__4097ab24{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__53e773da{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__11dc90d1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__f82f1a81{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__61fa562c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__cd604e5b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__ac1fe6aa{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__c7492958{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__e00cb61f{margin-left:0%}.offset-1__dd64351e{margin-left:8.33333333%}.offset-2__485d90f6{margin-left:16.66666667%}.offset-3__4e9c5c53{margin-left:25%}.offset-4__bd266f8d{margin-left:33.33333333%}.offset-5__d9a5ae36{margin-left:41.66666667%}.offset-6__d26e2065{margin-left:50%}.offset-7__2169268f{margin-left:58.33333333%}.offset-8__c6479f10{margin-left:66.66666667%}.offset-9__0b94b77b{margin-left:75%}.offset-10__a21f0c88{margin-left:83.33333333%}.offset-11__184acef9{margin-left:91.66666667%}.d-none__86a7f1e0{display:none!important}.d-block__6ad1ba41{display:block!important}@media (min-width: 576px){.col-sm-1__e1aad753{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__e7aeff62{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__5902aa0c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__71a0fc3f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__8fe026a5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__6868adbf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__3e9c555d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__5cbb0fab{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__7da58212{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__521c8060{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__2cdf80a6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__707c4fb3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__939ed54b{margin-left:0%}.offset-sm-1__bdfd1658{margin-left:8.33333333%}.offset-sm-2__b8d7b3b5{margin-left:16.66666667%}.offset-sm-3__f0ffc3f4{margin-left:25%}.offset-sm-4__12144ac1{margin-left:33.33333333%}.offset-sm-5__3b992c53{margin-left:41.66666667%}.offset-sm-6__f827df83{margin-left:50%}.offset-sm-7__60a97b8b{margin-left:58.33333333%}.offset-sm-8__2fcd3e67{margin-left:66.66666667%}.offset-sm-9__8a3cd38c{margin-left:75%}.offset-sm-10__b99fef09{margin-left:83.33333333%}.offset-sm-11__98b03892{margin-left:91.66666667%}.d-none-sm__ffa55cc8{display:none!important}.d-block-sm__fe3f13a7{display:block!important}}@media (min-width: 768px){.col-md-1__e78a1244{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__b07d6467{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__0d98e8c0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__4607b538{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__62cea6b3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__2f5c743c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__3456b2e7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__e68628f6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__144d09fe{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__a098be7d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__53d13671{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__7bd56a24{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__6912651b{margin-left:0%}.offset-md-1__18f914de{margin-left:8.33333333%}.offset-md-2__f3107e21{margin-left:16.66666667%}.offset-md-3__128f4180{margin-left:25%}.offset-md-4__f48f518c{margin-left:33.33333333%}.offset-md-5__7610a32b{margin-left:41.66666667%}.offset-md-6__51a3902b{margin-left:50%}.offset-md-7__1f563872{margin-left:58.33333333%}.offset-md-8__fa4661f4{margin-left:66.66666667%}.offset-md-9__38604a55{margin-left:75%}.offset-md-10__05c06283{margin-left:83.33333333%}.offset-md-11__e020648e{margin-left:91.66666667%}.d-none-md__76c194ad{display:none!important}.d-block-md__8bd15de5{display:block!important}}@media (min-width: 992px){.col-lg-1__3580e499{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__25435638{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__ec107f5d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__420c0421{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__f052f459{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__241db276{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__b2de2e63{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__fa8d9d4a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__4e5ff813{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__4ebb568a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__af2e1d68{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__ea20ee48{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__359f0f12{margin-left:0%}.offset-lg-1__4e908598{margin-left:8.33333333%}.offset-lg-2__6144561e{margin-left:16.66666667%}.offset-lg-3__dca1da7b{margin-left:25%}.offset-lg-4__25af98fb{margin-left:33.33333333%}.offset-lg-5__1dd91443{margin-left:41.66666667%}.offset-lg-6__c1c49091{margin-left:50%}.offset-lg-7__5064e2a8{margin-left:58.33333333%}.offset-lg-8__c37b3296{margin-left:66.66666667%}.offset-lg-9__68cb457b{margin-left:75%}.offset-lg-10__fe11e118{margin-left:83.33333333%}.offset-lg-11__5c269306{margin-left:91.66666667%}.d-none-lg__6235fb1e{display:none!important}.d-block-lg__a5e8f3bc{display:block!important}}@media (min-width: 1200px){.col-xl-1__4591b154{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__67235ebc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__9dfe8def{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__ea81a295{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__18ce804f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__b26f3c4f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__7e28bfe2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__cce0e105{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__5eb6ae6a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__18a3f6e2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__d2000721{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__1eb8f86a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__9495f33c{margin-left:0%}.offset-xl-1__e35502de{margin-left:8.33333333%}.offset-xl-2__a52d08f4{margin-left:16.66666667%}.offset-xl-3__01376223{margin-left:25%}.offset-xl-4__a51b954c{margin-left:33.33333333%}.offset-xl-5__2b00f5a1{margin-left:41.66666667%}.offset-xl-6__cefe1286{margin-left:50%}.offset-xl-7__091129af{margin-left:58.33333333%}.offset-xl-8__77825453{margin-left:66.66666667%}.offset-xl-9__f08ada2b{margin-left:75%}.offset-xl-10__23e5ed16{margin-left:83.33333333%}.offset-xl-11__36a31127{margin-left:91.66666667%}.d-none-xl__237de44c{display:none!important}.d-block-xl__51f072bf{display:block!important}}.label__1f8cb11d{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__1f8cb11d.md__dd7ae17c{min-width:24px;min-height:24px}.label__1f8cb11d.md__dd7ae17c.nonempty__ca138f53{padding-left:32px;padding-top:2px}.label__1f8cb11d.lg__a1ddb234{min-width:28px;min-height:28px}.label__1f8cb11d.lg__a1ddb234.nonempty__ca138f53{padding-left:40px;padding-top:4px}.label__1f8cb11d.disabled__d0ec96be{cursor:default}.label__1f8cb11d[hidden]{display:none}.checkbox__622c4f0d{margin:0;opacity:0}.checkboxIcon__bfefd2c5{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-5-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-5-0)}.checkmarkIcon__0f5f3fc9{transform:scale(0)}.checkmarkIcon__0f5f3fc9 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-5-0)}.checkboxIcon__bfefd2c5,.checkmarkIcon__0f5f3fc9{pointer-events:none}.checkbox__622c4f0d,.checkboxIcon__bfefd2c5,.checkmarkIcon__0f5f3fc9{position:absolute;left:0;top:0}.md__dd7ae17c .checkbox__622c4f0d,.md__dd7ae17c .checkboxIcon__bfefd2c5,.md__dd7ae17c .checkmarkIcon__0f5f3fc9{width:24px;height:24px}.lg__a1ddb234 .checkbox__622c4f0d,.lg__a1ddb234 .checkboxIcon__bfefd2c5,.lg__a1ddb234 .checkmarkIcon__0f5f3fc9{width:28px;height:28px}.checkbox__622c4f0d:enabled{cursor:pointer}.checkbox__622c4f0d:enabled:hover+.checkboxIcon__bfefd2c5{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-5-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-5-0)}.checkbox__622c4f0d:checked+.checkboxIcon__bfefd2c5{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-5-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-5-0)}.checkbox__622c4f0d:checked~.checkmarkIcon__0f5f3fc9{transform:scale(1);transition:transform .2s ease-out}.checkbox__622c4f0d:disabled+.checkboxIcon__bfefd2c5{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-5-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-5-0)}.checkbox__622c4f0d:disabled:checked+.checkboxIcon__bfefd2c5{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-5-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-5-0)}.checkbox__622c4f0d:disabled~.checkmarkIcon__0f5f3fc9 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-5-0)}.checkbox__622c4f0d:focus-visible+.checkboxIcon__bfefd2c5{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-5-0)}.checkbox__622c4f0d:checked:enabled:hover+.checkboxIcon__bfefd2c5{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-5-0)}.checkboxXGroup__5b0f4100{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__5b0f4100.indent-12__47ec6587{margin-left:-6px;margin-right:-6px}.checkboxXGroup__5b0f4100.indent-12__47ec6587 .label__1f8cb11d{margin-left:6px;margin-right:6px}.checkboxXGroup__5b0f4100.indent-16__6a551653{margin-left:-8px;margin-right:-8px}.checkboxXGroup__5b0f4100.indent-16__6a551653 .label__1f8cb11d{margin-left:8px;margin-right:8px}.checkboxXGroup__5b0f4100.indent-20__9b83fdd4{margin-left:-10px;margin-right:-10px}.checkboxXGroup__5b0f4100.indent-20__9b83fdd4 .label__1f8cb11d{margin-left:10px;margin-right:10px}.checkboxXGroup__5b0f4100.indent-24__8ca8ef3b{margin-left:-12px;margin-right:-12px}.checkboxXGroup__5b0f4100.indent-24__8ca8ef3b .label__1f8cb11d{margin-left:12px;margin-right:12px}.checkboxXGroup__5b0f4100.indent-28__2a1a1dda{margin-left:-14px;margin-right:-14px}.checkboxXGroup__5b0f4100.indent-28__2a1a1dda .label__1f8cb11d{margin-left:14px;margin-right:14px}.checkboxXGroup__5b0f4100.indent-32__136ca228{margin-left:-16px;margin-right:-16px}.checkboxXGroup__5b0f4100.indent-32__136ca228 .label__1f8cb11d{margin-left:16px;margin-right:16px}.checkboxYGroup__6a1ffcfd{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__6a1ffcfd .label__1f8cb11d.lg__a1ddb234+.label__1f8cb11d.lg__a1ddb234{margin-top:20px}.checkboxYGroup__6a1ffcfd .label__1f8cb11d.md__dd7ae17c+.label__1f8cb11d.md__dd7ae17c{margin-top:16px}.datePickerExtendedMobileDropdown__f46d6c9c{max-height:100vh}.dropdownMobileMaskedInput__773f6e44{height:20px;padding:0;background:transparent;border:none;border-radius:0}.ellipsisLineClamp__8bb96110{--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__8bb96110.oneLine__8988aeed{word-break:break-all}.link__99e46f02{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-5-0)}.link__99e46f02:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-5-0)}.link__99e46f02:active{color:var(--triplex-next-Link-Text_Color_Active-1-5-0)}.link__99e46f02:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-5-0)}.wordWithContent__f1706c3e{white-space:nowrap;display:inline-flex;align-items:center}.before__69f507fd :first-child{margin-right:4px}.after__a4fa136b :last-child{margin-left:4px}.loaderScreen__16440fc1{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__16440fc1.loaderSmallBackdrop__f39ea566{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-5-0)}.loaderScreen__16440fc1.loaderMiddleBackdrop__92799f92{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-5-0)}.marker__dbdd1d76{border-radius:50%}.marker__dbdd1d76.md__752de3ba{width:8px;height:8px}.marker__dbdd1d76.lg__e464bb4a{width:10px;height:10px}.marker__dbdd1d76.success__fdb38890{background:var(--triplex-next-Marker-Background_Success-1-5-0)}.marker__dbdd1d76.error__c4322595{background:var(--triplex-next-Marker-Background_Error-1-5-0)}.marker__dbdd1d76.warning__6de594ca{background:var(--triplex-next-Marker-Background_Warning-1-5-0)}.marker__dbdd1d76.waiting__871877f7{background:var(--triplex-next-Marker-Background_Waiting-1-5-0)}.markerStatus__77862f5a{line-height:0;display:flex;align-items:start}.markerStatus__77862f5a .contentContainer__c11819b7{display:flex;flex-direction:column}.markerStatus__77862f5a.md__ae66b637{gap:4px}.markerStatus__77862f5a.md__ae66b637 .markerContainer__fbb669ce{margin-top:4px}.markerStatus__77862f5a.lg__805ef7c0{gap:6px}.markerStatus__77862f5a.lg__805ef7c0 .contentContainer__c11819b7{gap:4px}.markerStatus__77862f5a.lg__805ef7c0 .markerContainer__fbb669ce{margin-top:5px}.row__a07f9fc2{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__a07f9fc2.noPaddingBottom__c7f95bd6,.row__a07f9fc2:last-child{padding-bottom:0}.tabsExtended__a75896d5{position:relative}.tabsExtendedContent__985929ce{display:inline-flex}.tabsExtendedContent__985929ce.sm__c2993a6b{border-radius:6px;padding:4px}.tabsExtendedContent__985929ce.md__47d34153{border-radius:8px;padding:4px}.tabsExtendedContent__985929ce.lg__c4643d91{border-radius:10px;padding:8px}.tabsExtendedTab__cb2a26ca{display:flex}.tabsExtendedTab__cb2a26ca+.tabsExtendedTab__cb2a26ca,.tabsExtendedDropdown__3d6469f8{margin-left:2px}.tabsReal__093e701a,.tabsFake__294751a5{display:flex;box-sizing:border-box;width:100%}.tabsReal__093e701a.hidden__a5dcb395{visibility:hidden}.tabsReal__093e701a .tabsExtendedTab__cb2a26ca.hidden__a5dcb395{display:none}.tabsFake__294751a5{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__0575de6a .tabsExtendedContent__985929ce{background-color:var(--triplex-next-Tabs-Type1_Background-1-5-0)}.type2__8885c5c3 .tabsExtendedContent__985929ce{background-color:var(--triplex-next-Tabs-Type2_Background-1-5-0)}.tabsExtendedTabButton__6b38eb60{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-5-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__6b38eb60 .tabButtonText__1c5af188{font-weight:400}.tabsExtendedTabButton__6b38eb60.lg__c4643d91{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__6b38eb60.lg__c4643d91 .tabButtonText__1c5af188{font-size:16px;line-height:20px}.tabsExtendedTabButton__6b38eb60.md__47d34153{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__6b38eb60.md__47d34153 .tabButtonText__1c5af188{font-size:14px;line-height:20px}.tabsExtendedTabButton__6b38eb60.sm__c2993a6b{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__6b38eb60.sm__c2993a6b .tabButtonText__1c5af188{font-size:12px;line-height:16px}.tabsExtendedTabButton__6b38eb60::-moz-focus-inner{border:none}.tabsExtendedTabButton__6b38eb60+.tabsExtendedTabButton__6b38eb60{margin-left:2px}.tabsExtendedTabButton__6b38eb60:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-5-0)}.tabsExtendedTabButton__6b38eb60.type1__0575de6a{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-5-0)}.tabsExtendedTabButton__6b38eb60.type1__0575de6a.selected__32533a8d{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-5-0)}.tabsExtendedTabButton__6b38eb60.type1__0575de6a.selected__32533a8d .tabButtonText__1c5af188{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-5-0)}.tabsExtendedTabButton__6b38eb60.type1__0575de6a:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-5-0)}.tabsExtendedTabButton__6b38eb60.type1__0575de6a:hover .tabButtonText__1c5af188{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-5-0)}.tabsExtendedTabButton__6b38eb60.type1__0575de6a .tabButtonText__1c5af188{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-5-0)}.tabsExtendedTabButton__6b38eb60.type2__8885c5c3{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-5-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-5-0)}.tabsExtendedTabButton__6b38eb60.type2__8885c5c3.selected__32533a8d{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-5-0)}.tabsExtendedTabButton__6b38eb60.type2__8885c5c3.selected__32533a8d .tabButtonText__1c5af188{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-5-0)}.tabsExtendedTabButton__6b38eb60.type2__8885c5c3:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-5-0)}.tabsExtendedTabButton__6b38eb60.type2__8885c5c3:hover .tabButtonText__1c5af188{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-5-0)}.tag__4b5cf347{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-5-0);border-radius:4px;gap:2px}.tag__4b5cf347.sm__d069a64c{height:20px;padding:2px 4px 2px 6px}.tag__4b5cf347.md__60701e89{height:28px;padding:4px 6px 4px 8px}.tag__4b5cf347.lg__4e5014e2{height:32px;padding:6px 8px 6px 10px}.content__eb0bc0a0{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__67c3d0e5{display:flex;flex-wrap:wrap}.tagGroup__67c3d0e5.sm__ccaff2b4{gap:4px}.tagGroup__67c3d0e5.md__22709cfe{gap:8px}.tagGroup__67c3d0e5.lg__27f27b49{gap:12px}.list__93ce112b{margin:0;padding:0;list-style:none;position:relative}.listItemControls__dfc790a7{display:flex;padding:0 16px 0 4px}.listItemContent__13b3660e{background:var(--triplex-next-ListItem-Background-1-5-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__13b3660e.selected__b6aa1ed9{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-5-0)}.listItemControlsButton__1a5e1140{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-5-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__1a5e1140:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-5-0)}.listItemControlsButton__1a5e1140:hover .listItemControlsButtonLabel__959a12df{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-5-0)!important}.listItemControlsButton__1a5e1140.expanded__de1f509c,.listItemControlsButton__1a5e1140:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-5-0)}.listItemControlsButton__1a5e1140.expanded__de1f509c .listItemControlsButtonLabel__959a12df,.listItemControlsButton__1a5e1140:active .listItemControlsButtonLabel__959a12df{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-5-0)!important}.listItemControlsButton__1a5e1140+.listItemControlsButton__1a5e1140,.listItemControlsButton__1a5e1140+.listItemControlsButtonDropdown__31e3f7e4{margin-left:4px}.listItemControlsButtonIcon__41bf0410{line-height:0}.listItemControlsButton__1a5e1140.withText__8d5e65af .listItemControlsButtonIcon__41bf0410{margin-bottom:8px}.listItemControlsButtonLabel__959a12df{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-5-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__31e3f7e4{display:flex}.listItemControlsButtonInner__f6815f42{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__1a5e1140.withIcon__0bfca4ea.withText__8d5e65af .listItemControlsButtonInner__f6815f42{height:44px;overflow:visible}.buttonDropdownMenuItem__d5d25885{overflow:hidden;text-overflow:ellipsis}.listEmptyState__91235b82{padding:64px 16px 16px;text-align:center}.listItemLoading__ee98bdac{height:24px;padding:12px 0;position:relative}.listItemSelectable__0cb893cf{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-5-0);border-radius:8px}.listItemSelectable__0cb893cf.selected__b6aa1ed9{background:var(--triplex-next-ListItem-Background_Selected-1-5-0)}.checkboxWrapper__d54433bb{padding:16px;line-height:0}.childrenWrapper__ab7bb08f{flex-grow:1}.checkboxLabel__0bed8b70{padding:0!important;position:relative}.checkboxLabelClickArea__0a503fce{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__c4967e16{position:relative;overflow:hidden}.swipeableArea__c4967e16 .content__b586cacd{position:relative;touch-action:pan-y}.swipeableArea__c4967e16 .content__b586cacd.disableScroll__bed6db76{touch-action:none}.swipeableArea__c4967e16 .content__b586cacd.disablePointerEvents__5898c3f6:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__c4967e16 .swipeAnimationFinish__0e91d1fc{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__c4967e16 .leftContent__529998a5,.swipeableArea__c4967e16 .rightContent__f722a4ef{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__c4967e16 .rightContent__f722a4ef{left:auto;right:0}.listItemTail__f8c48329{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__27fcfe4a{background:var(--triplex-next-ListMaster-Background-1-5-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__812ea360{position:absolute;top:0;left:0;right:0}.listItemTailTop__812ea360: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-5-0)}.listItemTailTop__812ea360: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-5-0)}.listItemTailBottom__caf8b3e6{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__caf8b3e6: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-5-0)}.listItemTailBottom__caf8b3e6:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-1-5-0)}.listItemTailRight__ea5cf41d{right:-8px}.listItemTailLeft__9a65cf6f{left:-8px}.listItemTable__6d4b00a3{margin-bottom:4px}.listItemTable__6d4b00a3:last-child{margin-bottom:0}.listSortableItemTarget__eac06d71{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-5-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__eac06d71:hover{background:var(--triplex-next-ListItem-Background_Selected-1-5-0)}.listSortableItemTarget__eac06d71.dragging__480cdceb{background:var(--triplex-next-ListItem-Background_Dragging-1-5-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-5-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__123252ce{flex:1}.listSortableItemTargetIcon__eda5d1b6{display:block;margin-left:24px}.listSortableItem__54b4751d{position:relative}.listSortableItem__54b4751d.dragging__480cdceb{z-index:1}.listSortableItemControls__efe71024{display:inline-block}.footerDescription__5599205d{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__44934ba7{flex-grow:1;margin-right:auto}.footerDescriptionControls__f318299b{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__5599205d{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__44934ba7{width:100%}.footerDescriptionControls__f318299b{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__f318299b>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__44934ba7+.footerDescriptionControls__f318299b{margin-top:0}.footer__03d5747f{padding:16px 0}}.body__bf3d95bb{position:relative;display:flex}.body__bf3d95bb .bodyInner__3b829689{position:relative;flex-grow:1;width:100%}.verticalMargin24__99c9acaf{margin-top:24px;margin-bottom:24px}.verticalMargin16__610a0277{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__99c9acaf{margin-top:16px;margin-bottom:16px}.verticalMargin16__610a0277{margin-top:8px;margin-bottom:8px}}.headerTabs__6f239256{display:flex;justify-content:space-between}.headerTabs__6f239256 .headerTabsContent__d9402812{flex-grow:1}.headerTabs__6f239256 .headerTabsControls__57e948b5{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__6f239256{flex-wrap:wrap}.headerTabs__6f239256 .headerTabsContent__d9402812{width:100%}.headerTabs__6f239256 .headerTabsControls__57e948b5{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__6f239256 .headerTabsControls__57e948b5>button{margin-left:16px;margin-top:16px}}.headerTitle__e3a59223{display:flex;justify-content:space-between}.headerTitle__e3a59223 .headerTitleControls__b3280a55{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__8277d7bc+.headerTitle__e3a59223{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__e3a59223{flex-wrap:wrap}.headerTitle__e3a59223 .headerTitleContent__a3f795c6{width:100%}.headerTitle__e3a59223 .headerTitleControls__b3280a55{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__e3a59223 .headerTitleControls__b3280a55>button{margin-left:16px;margin-top:16px}}.headerSubheader__9d1073a2{padding:24px 0}.headerSubheader__9d1073a2.withoutPaddings__798593f8{padding:0}.headerLayoutSidebar__65ac185c{display:flex;justify-content:space-between}.headerLayoutSidebarContent__9dc8cc56{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__3ee491a2{display:none}}.page__465748ea{height:100%;display:flex;flex-direction:column;max-width:100%;padding:24px;box-sizing:border-box}.global-page{position:relative}@media (max-width: 767px){.page__465748ea{padding:16px}}.bodyPage__68dc5681{flex-grow:1}.global-LB-more-media-point-0 .headerPageTypeFirst__b819b32d.sticky__8affe43c{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__b819b32d.sticky__8affe43c[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-5-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__0873e504.sticky__8affe43c{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__0873e504.sticky__8affe43c[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-5-0)!important}.paginationExtended__ac3aa172{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__a0d90f1f .directionIconNext__317bcaf4{transform:rotate(180deg)}.pageEllipsis__334d9c52{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-5-0);cursor:default}.paginationPageButton__78f7775b{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-5-0);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__78f7775b:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-5-0);outline:none}.paginationPageButton__78f7775b:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-5-0)}.paginationPageButton__78f7775b:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-5-0);cursor:grabbing}.paginationPageButton__78f7775b.currentPage__5bf93383{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-5-0);cursor:default}.paginationNavigationExtended__4295512f{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__810e373f{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__810e373f .paginationSelectControl__e37341a8{margin-left:8px}.card__dbd172a8{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__dbd172a8.roundingMD__34d72d13{--radius: 16px}.card__dbd172a8.roundingSM__c21e3f2c{--radius: 8px}.card__dbd172a8.general__ab81d980{background:var(--triplex-next-Card-Static_General_Background-1-5-0)}.card__dbd172a8.secondary__e0f3e1d0{background:var(--triplex-next-Card-Static_Secondary_Background-1-5-0)}.card__dbd172a8 .cardMedia__fdc2072f{background-size:cover;background-repeat:no-repeat;background-position:center}.card__dbd172a8 .cardContent__8719be6a{padding:var(--padding)}.card__dbd172a8 .cardContent__8719be6a.paddingMD__8c3430e2{--padding: 24px}.card__dbd172a8 .cardContent__8719be6a.paddingSM__ea652def{--padding: 16px}.card__dbd172a8 .cardContent__8719be6a .cardContentHeader__0f05e31e{margin-bottom:16px}.card__dbd172a8 .cardContent__8719be6a .cardContentFooter__af36f711{margin-top:16px}.action__ba300679{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__ba300679: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__ba300679.general__ab81d980{background:var(--triplex-next-Card-Action_General_Background-1-5-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-5-0)}.action__ba300679.general__ab81d980:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-5-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-5-0)}.action__ba300679.general__ab81d980.selected__8da60b37{background:var(--triplex-next-Card-Action_General_Background_Selected-1-5-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-5-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-5-0)}.action__ba300679.general__ab81d980.selected__8da60b37:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-5-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-5-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-5-0)}.action__ba300679.general__ab81d980:focus{outline:none}.action__ba300679.general__ab81d980:focus.focusVisible__59185c20{box-shadow:var(--triplex-next-Card-Shadow_Default-1-5-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-5-0)}.action__ba300679.secondary__e0f3e1d0{background:var(--triplex-next-Card-Action_Secondary_Background-1-5-0)}.action__ba300679.secondary__e0f3e1d0:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-5-0)}.action__ba300679.secondary__e0f3e1d0.selected__8da60b37{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-5-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-5-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-5-0)}.action__ba300679.secondary__e0f3e1d0.selected__8da60b37:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-5-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-5-0)}.action__ba300679.secondary__e0f3e1d0:focus{outline:none}.action__ba300679.secondary__e0f3e1d0:focus.focusVisible__59185c20{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-5-0)}.segmentedControlSegment__5b5923ff{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-5-0);outline:none;cursor:pointer}.segmentedControlSegment__5b5923ff:disabled{cursor:default}.sm__d8b85aff .segmentedControlSegment__5b5923ff{min-height:20px;padding:2px;font-size:12px;line-height:16px;border-radius:4px}.md__2b063f26 .segmentedControlSegment__5b5923ff{min-height:32px;padding:6px;font-size:14px;line-height:20px;border-radius:6px}.lg__0070101c .segmentedControlSegment__5b5923ff{min-height:40px;padding:8px;font-size:16px;line-height:20px;border-radius:8px}.general1__6dc1f065 .segmentedControlSegment__5b5923ff{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-5-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-5-0)}.general1__6dc1f065 .segmentedControlSegment__5b5923ff:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-5-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-5-0)}.general1__6dc1f065 .segmentedControlSegment__5b5923ff:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-5-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-5-0)}.general1__6dc1f065 .segmentedControlSegment__5b5923ff.selected__f5853c8d{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-5-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-5-0)}.general1__6dc1f065 .segmentedControlSegment__5b5923ff.selected__f5853c8d:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-5-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-5-0)}.general1__6dc1f065 .segmentedControlSegment__5b5923ff.selected__f5853c8d:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-5-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-5-0)}.general2__d895ae1a .segmentedControlSegment__5b5923ff{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-5-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-5-0)}.general2__d895ae1a .segmentedControlSegment__5b5923ff:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-5-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-5-0)}.general2__d895ae1a .segmentedControlSegment__5b5923ff:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-5-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-5-0)}.general2__d895ae1a .segmentedControlSegment__5b5923ff.selected__f5853c8d{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-5-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-5-0)}.general2__d895ae1a .segmentedControlSegment__5b5923ff.selected__f5853c8d:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-5-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-5-0)}.general2__d895ae1a .segmentedControlSegment__5b5923ff.selected__f5853c8d:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-5-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-5-0)}.secondary1__749fdeab .segmentedControlSegment__5b5923ff{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-5-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-5-0)}.secondary1__749fdeab .segmentedControlSegment__5b5923ff:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-5-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-5-0)}.secondary1__749fdeab .segmentedControlSegment__5b5923ff:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-5-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-5-0)}.secondary1__749fdeab .segmentedControlSegment__5b5923ff.selected__f5853c8d{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-5-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-5-0)}.secondary1__749fdeab .segmentedControlSegment__5b5923ff.selected__f5853c8d:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-5-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-5-0)}.secondary2__ef69509c .segmentedControlSegment__5b5923ff{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-5-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-5-0)}.secondary2__ef69509c .segmentedControlSegment__5b5923ff:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-5-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-5-0)}.secondary2__ef69509c .segmentedControlSegment__5b5923ff:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-5-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-5-0)}.secondary2__ef69509c .segmentedControlSegment__5b5923ff.selected__f5853c8d{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-5-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-5-0)}.secondary2__ef69509c .segmentedControlSegment__5b5923ff.selected__f5853c8d:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-5-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-5-0)}.segmentedControlSegment__5b5923ff:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-5-0)}.content__b4018161{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__94c25f37{display:flex;gap:4px}.segmentedControl__94c25f37.general1__6dc1f065{background:var(--triplex-next-SegmentedControl-General_1_Background-1-5-0)}.segmentedControl__94c25f37.secondary1__749fdeab{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-5-0)}.segmentedControl__94c25f37.general2__d895ae1a{background:var(--triplex-next-SegmentedControl-General_2_Background-1-5-0)}.segmentedControl__94c25f37.secondary2__ef69509c{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-5-0)}.segmentedControl__94c25f37.sm__d8b85aff{padding:4px}.segmentedControl__94c25f37.md__2b063f26{padding:6px}.segmentedControl__94c25f37.lg__0070101c{padding:8px}.step__5a55b579{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:32px;height:32px;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__5a55b579.default__5d80d639{background-color:var(--triplex-next-Step-Background_Default-1-5-0)}.step__5a55b579.default__5d80d639>span{color:var(--triplex-next-Step-Color_Default-1-5-0)}.step__5a55b579.done__13ee1e4f{background-color:var(--triplex-next-Step-Background_Done-1-5-0)}.step__5a55b579.done__13ee1e4f>span{color:var(--triplex-next-Step-Color_Done-1-5-0)}.step__5a55b579.warning__af3b18cc{background-color:var(--triplex-next-Step-Background_Warning-1-5-0)}.step__5a55b579.warning__af3b18cc>span{color:var(--triplex-next-Step-Color_Warning-1-5-0)}.step__5a55b579.active__00d6288c{background-color:var(--triplex-next-Step-Background_Active-1-5-0)}.step__5a55b579.active__00d6288c>span{color:var(--triplex-next-Step-Color_Active-1-5-0)}.step__5a55b579.error__a4f5a4ba{background-color:var(--triplex-next-Step-Background_Error-1-5-0)}.step__5a55b579.error__a4f5a4ba>span{color:var(--triplex-next-Step-Color_Error-1-5-0)}.step__5a55b579.disabled__00d3e95f{background-color:var(--triplex-next-Step-Background_Disabled-1-5-0)}.step__5a55b579.disabled__00d3e95f>span{color:var(--triplex-next-Step-Color_Disabled-1-5-0)}.stepperWrapper__7bf77bc7{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-5-0)}.stepperStep__e59d97ce{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__e59d97ce+.stepperStep__e59d97ce{margin-left:12px}.stepperStep__e59d97ce.sm__8b29a980:not(:last-child) .content__17faa3fd{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__e59d97ce.sm__8b29a980:last-child .content__17faa3fd{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__e59d97ce.sm__8b29a980:last-child .arrow__31a995c5{display:none}.stepperStep__e59d97ce.md__8ab08d06:not(:last-child) .content__17faa3fd{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__e59d97ce.md__8ab08d06:last-child .content__17faa3fd{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__e59d97ce.md__8ab08d06:last-child .arrow__31a995c5{display:none}.stepperStep__e59d97ce.lg__e25e45ca:not(:last-child) .content__17faa3fd{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__e59d97ce.lg__e25e45ca:last-child .content__17faa3fd{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__e59d97ce.lg__e25e45ca:last-child .arrow__31a995c5{display:none}.stepperStep__e59d97ce:hover:not(.active__4007cbfb):not(.disabled__2ec3abee) .content__17faa3fd{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-5-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-5-0)}.stepperStep__e59d97ce:hover:not(.active__4007cbfb):not(.disabled__2ec3abee) .arrow__31a995c5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-5-0)}.stepperStep__e59d97ce:hover:not(.active__4007cbfb):not(.disabled__2ec3abee) .arrow__31a995c5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-5-0)}.stepperStep__e59d97ce.active__4007cbfb{cursor:default}.stepperStep__e59d97ce.active__4007cbfb .content__17faa3fd{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-5-0)}.stepperStep__e59d97ce.active__4007cbfb .arrow__31a995c5 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-5-0)}.stepperStep__e59d97ce.active__4007cbfb.error__fedf2122 .content__17faa3fd{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-5-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-5-0)}.stepperStep__e59d97ce.active__4007cbfb.error__fedf2122 .arrow__31a995c5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-5-0)}.stepperStep__e59d97ce.active__4007cbfb.error__fedf2122 .arrow__31a995c5 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-5-0)}.stepperStep__e59d97ce.active__4007cbfb.warning__93215bff .content__17faa3fd{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-5-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-5-0)}.stepperStep__e59d97ce.active__4007cbfb.warning__93215bff .arrow__31a995c5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-5-0)}.stepperStep__e59d97ce.active__4007cbfb.warning__93215bff .arrow__31a995c5 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-5-0)}.stepperStep__e59d97ce.completed__da8caa68.error__fedf2122 .content__17faa3fd{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-5-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-5-0)}.stepperStep__e59d97ce.completed__da8caa68.error__fedf2122 .arrow__31a995c5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-5-0)}.stepperStep__e59d97ce.completed__da8caa68.error__fedf2122 .arrow__31a995c5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-5-0)}.stepperStep__e59d97ce.completed__da8caa68.error__fedf2122:hover .content__17faa3fd{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-5-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-5-0)}.stepperStep__e59d97ce.completed__da8caa68.error__fedf2122:hover .arrow__31a995c5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-5-0)}.stepperStep__e59d97ce.completed__da8caa68.error__fedf2122:hover .arrow__31a995c5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-5-0)}.stepperStep__e59d97ce.completed__da8caa68.warning__93215bff .content__17faa3fd{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-5-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-5-0)}.stepperStep__e59d97ce.completed__da8caa68.warning__93215bff .arrow__31a995c5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-5-0)}.stepperStep__e59d97ce.completed__da8caa68.warning__93215bff .arrow__31a995c5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-5-0)}.stepperStep__e59d97ce.completed__da8caa68.warning__93215bff:hover .content__17faa3fd{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-5-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-5-0)}.stepperStep__e59d97ce.completed__da8caa68.warning__93215bff:hover .arrow__31a995c5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-5-0)}.stepperStep__e59d97ce.completed__da8caa68.warning__93215bff:hover .arrow__31a995c5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-5-0)}.stepperStep__e59d97ce.inactive__e7ef5b27 :not(.error__fedf2122):not(.warning__93215bff) .content__17faa3fd{color:var(--triplex-next-Stepper-Step_Color_Default-1-5-0)}.stepperStep__e59d97ce.inactive__e7ef5b27 :not(.error__fedf2122):not(.warning__93215bff):hover .content__17faa3fd{color:var(--triplex-next-Stepper-Step_Color_Hover-1-5-0)}.stepperStep__e59d97ce.inactive__e7ef5b27.error__fedf2122 .content__17faa3fd{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-5-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-5-0)}.stepperStep__e59d97ce.inactive__e7ef5b27.error__fedf2122 .arrow__31a995c5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-5-0)}.stepperStep__e59d97ce.inactive__e7ef5b27.error__fedf2122 .arrow__31a995c5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-5-0)}.stepperStep__e59d97ce.inactive__e7ef5b27.error__fedf2122:hover .content__17faa3fd{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-5-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-5-0)}.stepperStep__e59d97ce.inactive__e7ef5b27.error__fedf2122:hover .arrow__31a995c5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-5-0)}.stepperStep__e59d97ce.inactive__e7ef5b27.error__fedf2122:hover .arrow__31a995c5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-5-0)}.stepperStep__e59d97ce.inactive__e7ef5b27.warning__93215bff .content__17faa3fd{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-5-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-5-0)}.stepperStep__e59d97ce.inactive__e7ef5b27.warning__93215bff .arrow__31a995c5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-5-0)}.stepperStep__e59d97ce.inactive__e7ef5b27.warning__93215bff .arrow__31a995c5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-5-0)}.stepperStep__e59d97ce.inactive__e7ef5b27.warning__93215bff:hover .content__17faa3fd{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-5-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-5-0)}.stepperStep__e59d97ce.inactive__e7ef5b27.warning__93215bff:hover .arrow__31a995c5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-5-0)}.stepperStep__e59d97ce.inactive__e7ef5b27.warning__93215bff:hover .arrow__31a995c5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-5-0)}.stepperStep__e59d97ce.disabled__2ec3abee{pointer-events:none}.stepperStep__e59d97ce.disabled__2ec3abee .content__17faa3fd{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-5-0)}.stepperStep__e59d97ce.disabled__2ec3abee .content__17faa3fd{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-5-0)}.stepperStep__e59d97ce.disabled__2ec3abee .arrow__31a995c5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-5-0)}.stepperStep__e59d97ce.focusVisible__2c29c8ec.completed__da8caa68 .content__17faa3fd,.stepperStep__e59d97ce.focusVisible__2c29c8ec.active__4007cbfb .content__17faa3fd,.stepperStep__e59d97ce.focusVisible__2c29c8ec.inactive__e7ef5b27 .content__17faa3fd{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-5-0)}.stepperStep__e59d97ce.focusVisible__2c29c8ec.completed__da8caa68 .arrow__31a995c5 path:last-child,.stepperStep__e59d97ce.focusVisible__2c29c8ec.active__4007cbfb .arrow__31a995c5 path:last-child,.stepperStep__e59d97ce.focusVisible__2c29c8ec.inactive__e7ef5b27 .arrow__31a995c5 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-5-0)}.stepperStep__e59d97ce.focusVisible__2c29c8ec.completed__da8caa68:hover .content__17faa3fd,.stepperStep__e59d97ce.focusVisible__2c29c8ec.active__4007cbfb:hover .content__17faa3fd,.stepperStep__e59d97ce.focusVisible__2c29c8ec.inactive__e7ef5b27:hover .content__17faa3fd{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-5-0)}.stepperStep__e59d97ce.focusVisible__2c29c8ec.completed__da8caa68:hover .arrow__31a995c5 path:last-child,.stepperStep__e59d97ce.focusVisible__2c29c8ec.active__4007cbfb:hover .arrow__31a995c5 path:last-child,.stepperStep__e59d97ce.focusVisible__2c29c8ec.inactive__e7ef5b27:hover .arrow__31a995c5 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-5-0)}.content__17faa3fd{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-5-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-5-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-5-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__8b29a980{font-size:12px;line-height:16px}.md__8ab08d06{font-size:14px;line-height:20px}.lg__e25e45ca{font-size:16px;line-height:20px}.arrow__31a995c5{transform:translate(0)}.arrow__31a995c5 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-5-0)}.arrow__31a995c5 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-5-0)}.icon__3c119028{display:inline-flex;align-items:center;line-height:0}.nonempty__b3479445 .icon__3c119028{margin-right:6px}.stepperExtended__4b848bf0{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__fcaa4ee2{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__fcaa4ee2::-webkit-scrollbar{display:none}.stepper__94ad66fb.sm__8b29a980{padding-left:28px;padding-right:28px}.stepper__94ad66fb.md__8ab08d06{padding-left:40px;padding-right:40px}.stepper__94ad66fb.lg__e25e45ca{padding-left:56px;padding-right:56px}.stepperCarousel__be926ce2{position:relative;padding-left:1px;padding-right:1px}.stepperCarousel__be926ce2 .buttonPrev__0ae5084c,.stepperCarousel__be926ce2 .buttonNext__5f7946bf{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__be926ce2 .buttonPrev__0ae5084c.sm__8b29a980,.stepperCarousel__be926ce2 .buttonNext__5f7946bf.sm__8b29a980{height:28px;width:28px}.stepperCarousel__be926ce2 .buttonPrev__0ae5084c.md__8ab08d06,.stepperCarousel__be926ce2 .buttonNext__5f7946bf.md__8ab08d06{height:40px;width:40px}.stepperCarousel__be926ce2 .buttonPrev__0ae5084c.lg__e25e45ca,.stepperCarousel__be926ce2 .buttonNext__5f7946bf.lg__e25e45ca{height:56px;width:56px}.stepperCarousel__be926ce2 .buttonPrev__0ae5084c{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-5-0)}.stepperCarousel__be926ce2 .buttonNext__5f7946bf{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-5-0)}@media (max-width: 767px){.stepper__94ad66fb{padding-left:16px;padding-right:16px}.buttonPrev__0ae5084c,.buttonNext__5f7946bf{display:none}}.expandAnimation__61b1b3d6{transition-property:height;transition-timing-function:ease-in-out}.islandAccordion__2cb14cc8{margin:0;padding:0}.islandAccordion__2cb14cc8 .island__4f199904{padding:0}.islandAccordion__2cb14cc8 .item__f9a22c7f{position:relative;list-style-type:none}.islandAccordion__2cb14cc8 .item__f9a22c7f.disabled__b0db1931{opacity:.48;cursor:default;pointer-events:none}.islandAccordion__2cb14cc8 .item__f9a22c7f+.item__f9a22c7f.sm__125c06e9,.islandAccordion__2cb14cc8 .item__f9a22c7f+.item__f9a22c7f.md__ca0b84ef{margin-top:16px}.islandAccordion__2cb14cc8 .item__f9a22c7f+.item__f9a22c7f.lg__337ec4a4{margin-top:24px}.islandAccordion__2cb14cc8 .item__f9a22c7f .header__f85cf699{display:flex;width:100%;margin:0;outline:none;border:1px solid transparent;text-align:left;cursor:pointer;background:none}.islandAccordion__2cb14cc8 .item__f9a22c7f .header__f85cf699:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-5-0)}.islandAccordion__2cb14cc8 .item__f9a22c7f .footer__c80671d2{text-align:right}.islandAccordion__2cb14cc8 .item__f9a22c7f .body__b722c94d,.islandAccordion__2cb14cc8 .item__f9a22c7f .footer__c80671d2{visibility:hidden}.islandAccordion__2cb14cc8 .item__f9a22c7f.opened__c55e0807 .body__b722c94d,.islandAccordion__2cb14cc8 .item__f9a22c7f.opened__c55e0807 .footer__c80671d2{visibility:visible}.islandAccordion__2cb14cc8 .item__f9a22c7f .caretWrapper__3908565e{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__2cb14cc8 .item__f9a22c7f .caretIcon__5be4ba59{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__2cb14cc8 .item__f9a22c7f.sm__125c06e9 .header__f85cf699{padding:16px;border-radius:16px}.islandAccordion__2cb14cc8 .item__f9a22c7f.sm__125c06e9 .step__ff5e528a+.titleWrapper__3afd482a{margin-top:2px}.islandAccordion__2cb14cc8 .item__f9a22c7f.sm__125c06e9 .body__b722c94d,.islandAccordion__2cb14cc8 .item__f9a22c7f.sm__125c06e9 .footer__c80671d2{padding:0 16px 16px}.islandAccordion__2cb14cc8 .item__f9a22c7f.sm__125c06e9 .caretWrapper__3908565e{right:20px}.islandAccordion__2cb14cc8 .item__f9a22c7f.sm__125c06e9 .remove__7f06e583{right:-40px;top:20px}.islandAccordion__2cb14cc8 .item__f9a22c7f.sm__125c06e9 .step__ff5e528a{margin-right:12px}.islandAccordion__2cb14cc8 .item__f9a22c7f.md__ca0b84ef .header__f85cf699{padding:24px;border-radius:24px}.islandAccordion__2cb14cc8 .item__f9a22c7f.md__ca0b84ef .body__b722c94d,.islandAccordion__2cb14cc8 .item__f9a22c7f.md__ca0b84ef .footer__c80671d2{padding:0 24px 24px}.islandAccordion__2cb14cc8 .item__f9a22c7f.md__ca0b84ef .caretWrapper__3908565e{right:28px}.islandAccordion__2cb14cc8 .item__f9a22c7f.md__ca0b84ef .remove__7f06e583{right:-40px;top:28px}.islandAccordion__2cb14cc8 .item__f9a22c7f.md__ca0b84ef .step__ff5e528a{margin-right:12px}.islandAccordion__2cb14cc8 .item__f9a22c7f.lg__337ec4a4 .header__f85cf699{padding:32px;border-radius:32px}.islandAccordion__2cb14cc8 .item__f9a22c7f.lg__337ec4a4 .body__b722c94d,.islandAccordion__2cb14cc8 .item__f9a22c7f.lg__337ec4a4 .footer__c80671d2{padding:0 32px 32px}.islandAccordion__2cb14cc8 .item__f9a22c7f.lg__337ec4a4 .caretWrapper__3908565e{right:36px}.islandAccordion__2cb14cc8 .item__f9a22c7f.lg__337ec4a4 .remove__7f06e583{right:-48px;top:40px}.islandAccordion__2cb14cc8 .item__f9a22c7f.lg__337ec4a4 .step__ff5e528a{margin:2px 16px 0 0}.islandAccordion__2cb14cc8 .item__f9a22c7f.opened__c55e0807:not(.disabled__b0db1931) .caretWrapper__3908565e .caretIcon__5be4ba59{transform:rotate(-180deg)}.islandAccordion__2cb14cc8 .item__f9a22c7f .remove__7f06e583{position:absolute}.noColumns__e439ab87{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__e439ab87>.content__70be3cc0{width:456px;text-align:center}.filterPanel__70d15514{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__57c4524f{display:flex;height:32px;z-index:1;margin-left:auto}.tabsLinePanelLinks__57c4524f>a:not(:first-child){margin-left:16px}.tabsLinePanel__67a34e57{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__498402ce{0%{opacity:0}to{opacity:1}}.tableBasic__db06b51b{position:relative}.tableBasic__db06b51b table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__db06b51b table th.alignLeft__e12247c5,.tableBasic__db06b51b table td.alignLeft__e12247c5{text-align:left}.tableBasic__db06b51b table th.alignRight__b0af4710,.tableBasic__db06b51b table td.alignRight__b0af4710{text-align:right}.tableBasic__db06b51b table th.alignCenter__17aaa564,.tableBasic__db06b51b table td.alignCenter__17aaa564{text-align:center}.tableBasic__db06b51b table th.verticalAlignBaseline__f29c55d1,.tableBasic__db06b51b table td.verticalAlignBaseline__f29c55d1{vertical-align:baseline}.tableBasic__db06b51b table th.verticalAlignSub__20c1d540,.tableBasic__db06b51b table td.verticalAlignSub__20c1d540{vertical-align:sub}.tableBasic__db06b51b table th.verticalAlignSuper__46068f73,.tableBasic__db06b51b table td.verticalAlignSuper__46068f73{vertical-align:super}.tableBasic__db06b51b table th.verticalAlignTextTop__9b095e90,.tableBasic__db06b51b table td.verticalAlignTextTop__9b095e90{vertical-align:text-top}.tableBasic__db06b51b table th.verticalAlignTextBottom__902f3ea7,.tableBasic__db06b51b table td.verticalAlignTextBottom__902f3ea7{vertical-align:text-bottom}.tableBasic__db06b51b table th.verticalAlignMiddle__eb076782,.tableBasic__db06b51b table td.verticalAlignMiddle__eb076782{vertical-align:middle}.tableBasic__db06b51b table th.verticalAlignTop__6f6b78ee,.tableBasic__db06b51b table td.verticalAlignTop__6f6b78ee{vertical-align:top}.tableBasic__db06b51b table th.verticalAlignBottom__7ae2476f,.tableBasic__db06b51b table td.verticalAlignBottom__7ae2476f{vertical-align:bottom}.tableBasic__db06b51b table>thead>tr{height:48px}.tableBasic__db06b51b table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-5-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-5-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__db06b51b table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-5-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-5-0)}}.tableBasic__db06b51b table>thead>tr>th:first-child{border-top-left-radius:8px}.tableBasic__db06b51b table>thead>tr>th:last-child{border-top-right-radius:8px}.tableBasic__db06b51b table>thead>tr>th.checkboxType__e606e3cb{padding:16px 12px}.tableBasic__db06b51b table>thead>tr>th .thBlock__b87ce8da{display:inline-flex;vertical-align:top}.tableBasic__db06b51b table>thead>tr>th .thBlock__b87ce8da.order__76d864d7{cursor:pointer}.tableBasic__db06b51b table>thead>tr>th .thBlock__b87ce8da.order__76d864d7 .orderButton__7e1b5fe1{display:flex;visibility:hidden;align-items:center}.tableBasic__db06b51b table>thead>tr>th .thBlock__b87ce8da.order__76d864d7 .orderButton__7e1b5fe1.alignLeft__e12247c5{margin-right:8px}.tableBasic__db06b51b table>thead>tr>th .thBlock__b87ce8da.order__76d864d7 .orderButton__7e1b5fe1.alignRight__b0af4710{margin-left:8px}.tableBasic__db06b51b table>thead>tr>th .thBlock__b87ce8da.order__76d864d7 .orderButton__7e1b5fe1.sorted__91c31f80{visibility:visible}.tableBasic__db06b51b table>thead>tr>th .thBlock__b87ce8da.order__76d864d7:hover .orderButton__7e1b5fe1{visibility:visible}.tableBasic__db06b51b table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-5-0)}.tableBasic__db06b51b table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__db06b51b table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__db06b51b table>tbody>tr>td.textType__ed02d3d9{padding:12px}.tableBasic__db06b51b table>tbody>tr>td.componentsType__916cc0a3{padding:8px 12px}.tableBasic__db06b51b table>tbody>tr>td.checkboxType__e606e3cb{padding:10px 12px 12px}.tableBasic__db06b51b table>tbody>tr.selected__c5ae9186>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-5-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__db06b51b table>tbody>tr.selected__c5ae9186>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-5-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-5-0)}}.tableBasic__db06b51b table>tbody.clickable__a883c5d0>tr{cursor:pointer}.tableBasic__db06b51b table>tbody.hoverable__85833b4c>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-5-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__db06b51b table>tbody.hoverable__85833b4c>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-5-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-5-0)}}.tableBasic__db06b51b .footerEmptyData__d3422866{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__db06b51b .spinnerWrapper__4d2f0bc8{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__db06b51b .overlayCover__3c0be9fb{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-5-0);animation:fadeIn__498402ce .3s}.tableBasicSettingsBody__363c1cae{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__972a29d9{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-5-0)!important}.columnSettingsSortableListItemTarget__972a29d9:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-5-0)!important}.columnSettingsSortableListItemTarget__972a29d9.dragging__5a496f32{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-5-0)!important}.columnSettingsStaticListItem__93b7d24e{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-5-0)}.tableBasicSettingsFooter__676db366{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-5-0);padding:11px 12px 12px}.tableBasicSettingsHeader__de37f995{padding:16px 12px 12px}.tableSettingsLink__9803cfe8{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__2f3d4b61{width:320px}.tableFooterWrapper__9ad5c3d9{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__9ad5c3d9 .tableFooter__1fdba424{background:var(--triplex-next-TableBasic-TableFooter_Background-1-5-0);padding:16px 12px}.tableFooterWrapper__9ad5c3d9 .tableFooter__1fdba424:before{content:"";position:absolute;top:-64px;left:0;width:100%;height:64px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-5-0);pointer-events:none}.tableFooterWrapper__9ad5c3d9 .tableFooter__1fdba424 .tableFooterSummary__5d473512{display:flex;align-items:center}.tableFooterWrapper__9ad5c3d9 .tableFooter__1fdba424 .tableFooterSummary__5d473512 .tableFooterSummarySelectedCount__b55ec8f1,.tableFooterWrapper__9ad5c3d9 .tableFooter__1fdba424 .tableFooterSummary__5d473512 .tableFooterSummarySelectAllButton__b45df19d,.tableFooterWrapper__9ad5c3d9 .tableFooter__1fdba424 .tableFooterSummary__5d473512 .tableFooterSummaryAmount__6a16769d{display:inline-flex}.tableFooterWrapper__9ad5c3d9 .tableFooter__1fdba424 .tableFooterSummary__5d473512 .tableFooterSummarySelectedCount__b55ec8f1,.tableFooterWrapper__9ad5c3d9 .tableFooter__1fdba424 .tableFooterSummary__5d473512 .tableFooterSummarySelectAllButton__b45df19d,.tableFooterWrapper__9ad5c3d9 .tableFooter__1fdba424 .tableFooterSummary__5d473512 .tableFooterSummaryAmount__6a16769d,.tableFooterWrapper__9ad5c3d9 .tableFooter__1fdba424 .tableFooterSummary__5d473512 .tableFooterSummaryLabel__d2b6caa9{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__9ad5c3d9{height:112px}}.paginationPanel__b0ea7c1f{margin-top:16px}.masterTable__a0f5e9fa{position:relative}.currency__b150cc93{font-size:16px;line-height:20px;color:var(--triplex-next-ColorDarkNeutralAlpha-90-1-5-0)}.orderedListItem__0cc3c53f{counter-increment:list-item-tx}.orderedListItem__0cc3c53f:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__0cc3c53f+.orderedListItem__0cc3c53f{margin-top:8px}.orderedList__ca439878{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.unorderedListItem__c947dbe6:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__c947dbe6+.unorderedListItem__c947dbe6{margin-top:8px}.unorderedList__7e6473dc{position:relative;margin:0;padding-left:14px;list-style:none}.suggestFieldDesktop__18a9a9e9{position:relative}.suggestDropdownListItem__f5eb17f5{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__212b0a53{position:relative}.suggestFieldMobileBody__bc7a1e74{height:176px}.suggestFieldMobileDropdownHint__e6226ef2{padding:16px}.lightBox__b3d6f4ca{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__b3d6f4ca .lightBoxBackdrop__a25c3b0c{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-5-0)}.lightBox__b3d6f4ca.lightBoxSideOverlayActive__9913beb0,.lightBox__b3d6f4ca.lightBoxTopOverlayActive__6185fdae{overflow-y:hidden}.lightBox__b3d6f4ca .lightBoxContent__8c71f1b0{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-5-0)}.lightBox__b3d6f4ca .lightBoxContent__8c71f1b0>.global-page{max-width:800px}.lightBox__b3d6f4ca .loadingContentOverlay__6caad493{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__b3d6f4ca .lightBoxContentResizeWrapper__c974b6b7{position:absolute;left:0;right:0;height:0}.lightBox__b3d6f4ca .tempElSafariBug__c6ab15b9{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__62e25d8c,.global-LB-less-or-equal-media-point-0 .lightBox__b3d6f4ca.lightBoxSideOverlayActive__9913beb0{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__8c71f1b0{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__8c71f1b0{padding-left:80px;padding-right:80px}.lightBoxControls__aa4e0fcc{z-index:100}.withKeyboardEvent__775d7370{display:inline-block}.withoutKeyboardEvent__78be2cdd,.lightBox__b3d6f4ca.lightBoxSideOverlayActive__9913beb0 .withKeyboardEvent__775d7370,.lightBox__b3d6f4ca.lightBoxTopOverlayActive__6185fdae .withKeyboardEvent__775d7370,.lightBox__b3d6f4ca.isLoading__da0348d1 .withKeyboardEvent__775d7370{display:none}.lightBox__b3d6f4ca.lightBoxSideOverlayActive__9913beb0 .withoutKeyboardEvent__78be2cdd,.lightBox__b3d6f4ca.lightBoxTopOverlayActive__6185fdae .withoutKeyboardEvent__78be2cdd,.lightBox__b3d6f4ca.isLoading__da0348d1 .withoutKeyboardEvent__78be2cdd{display:inline-block}.lightBox__b3d6f4ca.isLoading__da0348d1 .lightBoxPrev__88451d8d,.lightBox__b3d6f4ca.isLoading__da0348d1 .lightBoxNext__212a93ae{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__aa4e0fcc{position:absolute;left:0;right:0;top:0;padding:16px 16px 0}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__eddcd901{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__b81ba513{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__9a1076c5{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__88451d8d,.global-LB-less-or-equal-media-point-0 .lightBoxNext__212a93ae{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__88451d8d{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__d0172c3a,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__4a054f5d{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__aa4e0fcc{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__eddcd901{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__b81ba513{display:none}.global-LB-more-media-point-0 .lightBoxClose__9a1076c5{position:fixed;right:calc(40px + var(--triplex-next-scroll-width, 0));top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__88451d8d,.global-LB-more-media-point-0 .lightBoxNext__212a93ae{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__88451d8d{left:40px}.global-LB-more-media-point-0 .lightBoxNext__212a93ae{right:calc(40px + var(--triplex-next-scroll-width, 0))}.overlay__56c48b27{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__56c48b27.fixed__ea0945e2{position:fixed}.overlay__56c48b27.closing__b06d79a3,.overlay__56c48b27.opened__bbd68d2f{visibility:visible;left:0;right:0}.overlayPanel__69390353{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-5-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__69390353.bottom__41e573c6{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__69390353.left__39ae0695{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__69390353.right__14a7ea5a{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__69390353.top__0c944b3b{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__69390353.left__39ae0695.opened__bbd68d2f,.overlayPanel__69390353.right__14a7ea5a.opened__bbd68d2f{transform:translate(0)}.overlayPanel__69390353.top__0c944b3b.opened__bbd68d2f,.overlayPanel__69390353.bottom__41e573c6.opened__bbd68d2f{transform:translateY(0)}.overlayContent__f1524a39{display:flex;min-height:100%}.overlayMask__f36e0a83{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-5-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__f36e0a83.overlayOpened__202e5cd8{opacity:1}.lightBoxSideOverlayLoaderWrapper__804a9c6e{left:0;top:0;right:0;height:100vh;position:absolute;z-index:201;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.lightBoxSideOverlayCloseDesktop__ed4a6037{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__18db29d4{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__ed4a6037{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__18db29d4{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__18db29d4{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__ed4a6037{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__18db29d4{display:none}.lightBoxSideOverlayMask__8ff695d2{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-5-0)}.lightBoxSideOverlayWrapper__ee282746{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__ee282746.overflowXHidden__37a3d7d7{overflow-x:hidden}.lightBoxSideOverlayWrapper__ee282746.overflowYHidden__971fefe1{overflow-y:hidden}.lightBoxSideOverlayWrapper__ee282746.closing__5780974d,.lightBoxSideOverlayWrapper__ee282746.opened__b3683801{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__ee282746.closing__5780974d{pointer-events:none}.lightBoxSideOverlayWrapper__ee282746 .global-page{background-color:transparent!important}.lightBoxSideOverlayWrapper__ee282746 .lightBoxSideOverlayContent__249a786f{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-5-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__ee282746 .lightBoxSideOverlayContent__249a786f.opened__b3683801{transform:none}.lightBoxSideOverlayWrapper__ee282746 .lightBoxSideOverlayContent__249a786f.opening__1e1f572b{transform:translateY(0)}.lightBoxSideOverlayWrapper__ee282746.sizeSM__b4cf3a76 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__ee282746.sizeMD__de64bfc4 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__ee282746.sizeLG__f7bd1a9b .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__ee282746 .lightBoxSideOverlayBase__d1472076{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__ee282746 .lightBoxSideOverlayContent__249a786f{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__ee282746 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__ee282746 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__416823f9{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__416823f9.closing__5780974d,.lightBoxSideOverlay__416823f9.opening__1e1f572b{overflow-x:hidden}.lightBoxTopOverlayMask__8781ea4a{transition:opacity 0s}.lightBoxTopOverlayWrapper__82000b44{position:absolute;left:0;right:0;top:0}.lightBoxTopOverlayWrapper__82000b44.closing__5780974d,.lightBoxTopOverlayWrapper__82000b44.opened__b3683801{bottom:0}.lightBoxTopOverlayWrapper__82000b44 .lightBoxTopOverlayPanel__e3dd5f29{transition:transform .6s;box-shadow:none}.lightBoxTopOverlay__a349d4fe{z-index:500}html.scroll-0__a03f2d4d{--triplex-next-scroll-width: 0px}html.scroll-15__f41fb95c{--triplex-next-scroll-width: 15px}html.scroll-16__9930f862{--triplex-next-scroll-width: 16px}html.scroll-17__d9630edf{--triplex-next-scroll-width: 17px}.smsInput__5b98a23a{display:inline-block;position:relative;width:100%}.smsInput__5b98a23a .input__15482b5a{text-align:center}.smsInput__5b98a23a .input__15482b5a::placeholder{opacity:1}.smsInput__5b98a23a .input__15482b5a:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-5-0)}.smsInput__5b98a23a .input__15482b5a.lg__61406135{padding:18px 40px}.smsInput__5b98a23a .input__15482b5a.md__79aafecf{padding-left:26px;padding-right:26px}.smsInput__5b98a23a .input__15482b5a.sm__1ee344a4{padding-left:20px;padding-right:20px}.smsInput__5b98a23a .btnRefresh__8816722c{position:absolute;outline:none;z-index:1}.smsInput__5b98a23a .btnRefresh__8816722c.lg__61406135{top:12px;left:12px;height:32px;width:32px}.smsInput__5b98a23a .btnRefresh__8816722c.md__79aafecf{top:10px;left:10px}.smsInput__5b98a23a .btnRefresh__8816722c.sm__1ee344a4{top:4px;left:4px}.smsInput__5b98a23a .btnRefresh__8816722c .full__0843f0fc{fill:var(--triplex-next-SMSInput-Refresh_Fill_Full-1-5-0)}.smsInput__5b98a23a .btnRefresh__8816722c .empty__a06e28fb{fill:var(--triplex-next-SMSInput-Refresh_Fill_Empty-1-5-0)}.smsInput__5b98a23a .btnRefresh__8816722c:disabled{cursor:default;fill:var(--triplex-next-SMSInput-Refresh_Disabled-1-5-0)}.smsInput__5b98a23a .btnSubmit__9163521b{position:absolute;fill:var(--triplex-next-SMSInput-Submit_Background_Default-1-5-0)}.smsInput__5b98a23a .btnSubmit__9163521b.active__434cef74:not(:disabled){fill:var(--triplex-next-SMSInput-Submit_Background_Active-1-5-0)}.smsInput__5b98a23a .btnSubmit__9163521b.active__434cef74:not(:disabled):hover{fill:var(--triplex-next-SMSInput-Submit_Background_Hover-1-5-0)}.smsInput__5b98a23a .btnSubmit__9163521b.lg__61406135{top:15px;right:15px;height:26px;width:26px}.smsInput__5b98a23a .btnSubmit__9163521b.md__79aafecf{top:10px;right:10px}.smsInput__5b98a23a .btnSubmit__9163521b.sm__1ee344a4{top:4px;right:4px}.spoiler__1b0b25b2{display:flex;flex-direction:column}.spoiler__1b0b25b2.opened__5c632c47 .caretIcon__0efe0fe0{transform:rotate(-180deg)}.spoiler__1b0b25b2 .head__c9328c0e .caretIcon__0efe0fe0{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__1b0b25b2 .head__c9328c0e button>span{white-space:normal;text-align:left}.spoiler__1b0b25b2 .content__7f411aee.hidden__9e333767{display:none}.spoiler__1b0b25b2 .lg__c4ecadca .content__7f411aee{margin-top:8px}.spoiler__1b0b25b2 .md__f11f34bc .content__7f411aee{margin-top:0}.spoiler__1b0b25b2 .sm__6afd5768 .content__7f411aee{margin-top:-4px}.statusTrackerWrapper__d691e330{display:flex;justify-content:center;min-height:360px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-5-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-5-0);overflow:hidden;height:100%}.statusTrackerWrapper__d691e330 .statusTracker__b783bc95{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__d691e330 .statusTracker__b783bc95.verticalAlignMiddle__d4562bcc{align-self:center}.statusTrackerWrapper__d691e330 .statusTracker__b783bc95.verticalAlignBottom__0108b888{align-self:end}.statusTrackerWrapper__d691e330 .statusTracker__b783bc95 .statusTrackerChild__519edf41{padding:8px 0}.statusTrackerWrapper__d691e330 .statusTracker__b783bc95 .statusTrackerChild__519edf41:empty{padding:0}.statusTrackerWrapper__d691e330 .statusTracker__b783bc95 .statusTrackerSum__f09431aa,.statusTrackerWrapper__d691e330 .statusTracker__b783bc95 .statusTrackerTitle__b0c57aba{padding-bottom:4px}.statusTrackerWrapper__d691e330 .statusTracker__b783bc95 .statusTrackerDescription__6fbe1cc3{display:block;padding-top:8px}.statusTrackerWrapper__d691e330 .statusTracker__b783bc95 .statusTrackerAlert__5df74686{margin-top:12px;text-align:left}.statusTrackerWrapper__d691e330 .statusTracker__b783bc95 .statusTrackerStatus__3040b37f{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__d691e330 .statusTracker__b783bc95 .statusTrackerFooterWrapper__45dd0e1a{display:grid}.statusTrackerWrapper__d691e330 .statusTracker__b783bc95 .statusTrackerFooterWrapper__45dd0e1a .statusTrackerButton__c2be927b{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__d691e330 .statusTrackerColor__35516550{position:absolute;width:75%;height:76%;left:-15px;right:92px;top:-10px;bottom:89px;filter:blur(70px);border-radius:50%}.statusTrackerWrapper__d691e330 .statusTrackerColor__35516550.waiting__54f625d4{background:var(--triplex-next-StatusTracker-Waiting_Color-1-5-0)}.statusTrackerWrapper__d691e330 .statusTrackerColor__35516550.warning__4337b5f7{background:var(--triplex-next-StatusTracker-Warning_Background-1-5-0)}.statusTrackerWrapper__d691e330 .statusTrackerColor__35516550.rejected__f9e1d1f0{background:var(--triplex-next-StatusTracker-Rejected_Color-1-5-0)}.statusTrackerWrapper__d691e330 .statusTrackerColor__35516550.approved__ebdbb912{background:var(--triplex-next-StatusTracker-Approved_Color-1-5-0)}.statusTrackerWrapper__d691e330 .statusTrackerBackground__b599efa5{position:absolute;width:88%;height:42%;left:15px;right:0;top:-13%;bottom:0;filter:blur(70px);border-radius:50%}.statusTrackerWrapper__d691e330 .statusTrackerBackground__b599efa5.waiting__54f625d4{background:var(--triplex-next-StatusTracker-Waiting_Background-1-5-0)}.statusTrackerWrapper__d691e330 .statusTrackerBackground__b599efa5.warning__4337b5f7{background:var(--triplex-next-StatusTracker-Warning_Background-1-5-0)}.statusTrackerWrapper__d691e330 .statusTrackerBackground__b599efa5.rejected__f9e1d1f0{background:var(--triplex-next-StatusTracker-Rejected_Background-1-5-0)}.statusTrackerWrapper__d691e330 .statusTrackerBackground__b599efa5.approved__ebdbb912{background:var(--triplex-next-StatusTracker-Approved_Background-1-5-0)}@media (max-width: 767px){.statusTrackerWrapper__d691e330{border-radius:16px}}.modalWindowBody__025ccd76{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__0a749db3{position:absolute;top:30px;right:30px}@media (max-width: 767px){.modalWindowClose__0a749db3{top:20px;right:20px}}.modalWindowHeader__7b279dba .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__7b279dba .global-HeaderTitleContent{padding-right:72px}}.tabButtonDropdown__c0665a81{padding:0!important;border-radius:0!important;background:none!important}.tabButtonDropdown__c0665a81.sm__bd2226d6{min-width:20px!important;min-height:20px!important}.tabButtonDropdown__c0665a81.md__2ff065db{min-width:32px!important;min-height:32px!important}.tabButtonDropdown__c0665a81.lg__51c350c9{min-width:40px!important;min-height:40px!important}.skeleton__cbd1a1cf{border-radius:16px;flex-grow:1}.skeleton__cbd1a1cf.light__1d9fef21{animation:skeleton-light-pulse__0e723f24 2s ease-in-out infinite}.skeleton__cbd1a1cf.dark__6917535e{animation:skeleton-dark-pulse__475ccdd8 2s ease-in-out infinite}@keyframes skeleton-light-pulse__0e723f24{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-5-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-5-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-5-0)}}@keyframes skeleton-dark-pulse__475ccdd8{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-5-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-5-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-5-0)}}.notification__271768b7{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-5-0);background:var(--triplex-next-Notification-Background-1-5-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-5-0);z-index:300}.notification__271768b7:first-child{margin-top:0}.notification__271768b7.extraBottomPadding__e79c9999{padding-bottom:24px}.notification__271768b7 .notificationHeader__16833c81{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-5-0);width:100%;margin-top:0;margin-bottom:8px}.notification__271768b7 .notificationIcon__be5e9a5a{line-height:0}.notification__271768b7 .notificationBody__c9885c0e{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__271768b7 .notificationBodyList__71c35e02{margin-top:8px}.notification__271768b7 .notificationBodyContent__17d98045{width:100%;font-size:14px}.notification__271768b7 .notificationClose__fccaeb5a{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__271768b7.showCloseOnHover__b8112dfe .notificationClose__fccaeb5a{opacity:0}.notification__271768b7.showCloseOnHover__b8112dfe:hover{cursor:pointer}.notification__271768b7.showCloseOnHover__b8112dfe:hover .notificationClose__fccaeb5a{opacity:1}.notification__271768b7 .notificationFooter__b42ed67c{display:flex;align-items:center;margin-top:16px}.notification__271768b7 .notificationFooter__b42ed67c button+a{margin-left:16px}.notification__271768b7 .notificationTime__566dae68{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-5-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__ca190f4c{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__ca190f4c:hover{cursor:pointer}.notificationGroupedWrapper__ca190f4c .notificationGroupedFooterItem__441953ea{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-5-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-5-0)}.notificationGroupedWrapper__ca190f4c .notificationGroupedFooterItem__441953ea.first__78dcdb48{bottom:-8px;z-index:200}.notificationGroupedWrapper__ca190f4c .notificationGroupedFooterItem__441953ea.second__24d948b1{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__271768b7,.notificationGroupedWrapper__ca190f4c{width:100%}}.listMasterFooter__816ba37d{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-5-0);color:var(--triplex-next-ListMaster-Footer_Color-1-5-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__816ba37d.sticky__16ed1bd8{position:sticky;bottom:0}.listMasterFooterDescription__29b9d23f{padding-right:16px}.listMasterFooterControls__66c01457{white-space:nowrap}.collapsableTreeNodeContent__e8080e93.collapsed__7b3d009d{visibility:hidden}.checkboxTreeExtended__3d7b5bee{margin-bottom:-8px}.checkboxTreeExtendedNode__d41fb94e .checkboxTreeExtendedNode__d41fb94e{margin-left:24px}.checkboxTreeExtendedNodeHeader__aeed2db6{display:flex;justify-content:space-between;position:relative;margin-bottom:8px}.checkboxTreeExtendedNodeHeader__aeed2db6 .checkboxTreeCheckboxLabel__b7a258b0{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__aeed2db6 .caretIconWrapper__423bf76a{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__aeed2db6 .caretIconWrapper__423bf76a:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-5-0)}.checkboxTreeExtendedNodeHeader__aeed2db6.opened__07441938 .caretIconWrapper__423bf76a{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__3d7b5bee{margin:0 16px}.checkboxTreeExtendedNodeHeader__aeed2db6{margin-bottom:0}.checkboxTreeCheckboxLabel__b7a258b0{padding-top:16px;padding-bottom:16px}.checkboxTreeCheckboxLabel__b7a258b0>span,.checkboxTreeCheckboxLabel__b7a258b0>svg,.checkboxTreeCheckboxLabel__b7a258b0 .checkboxTreeCheckbox__612a1a00{top:18px!important}}.listMasterChipGroup__584ce246{padding:0 16px}.listMasterHeader__68592c1a{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-5-0);color:var(--triplex-next-ListMaster-Header_Color-1-5-0)}.listMasterHeader__68592c1a.sticky__16ed1bd8{position:sticky;top:0;z-index:1}.selectionControls__ebbf1816{display:flex;justify-content:space-between;align-items:center}button.helpBoxButton__8d37b9f9{position:relative;vertical-align:text-bottom}.helpBoxTooltipBody__745b7ec3{padding-right:16px}.uploadZone__cadb226b{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-5-0)}.uploadZone__cadb226b:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-5-0)}.uploadZoneDragArea__9ce3f7d0{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-5-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__7c76e448{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-5-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-5-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-5-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__93a69772{display:none}.divider__5d413e45{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-5-0);border:none}.marginTopSize-4__e21a593a{margin-top:4px}.marginBottomSize-4__2f7f5636{margin-bottom:4px}.marginTopSize-8__7349f8e6{margin-top:8px}.marginBottomSize-8__e2eb0ee2{margin-bottom:8px}.marginTopSize-12__d6d2cc74{margin-top:12px}.marginBottomSize-12__399202d5{margin-bottom:12px}.marginTopSize-16__060bc31d{margin-top:16px}.marginBottomSize-16__efda2793{margin-bottom:16px}.marginTopSize-20__32caf0db{margin-top:20px}.marginBottomSize-20__67d9693e{margin-bottom:20px}.marginTopSize-24__eb2a63ff{margin-top:24px}.marginBottomSize-24__a57ae576{margin-bottom:24px}.marginTopSize-28__d78b1f86{margin-top:28px}.marginBottomSize-28__1b79d1b8{margin-bottom:28px}.marginTopSize-32__4ca99f80{margin-top:32px}.marginBottomSize-32__cf5fcc8d{margin-bottom:32px}.chipGroup__faf213e2{display:flex}.chipGroup__faf213e2.oneLine__b610e1f0{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__faf213e2.oneLine__b610e1f0::-webkit-scrollbar{display:none}.chipGroup__faf213e2.multiLine__55065827{flex-wrap:wrap}.chipGroup__faf213e2.lg__3a33ddc1{gap:12px}.chipGroup__faf213e2.md__7971433f,.chipGroup__faf213e2.sm__a61118d1{gap:8px}
|