@sberbusiness/triplex-next 1.13.0 → 1.14.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-CKP4h8-E.js → AlertProcessSpoiler-DALLbh4Y.js} +12 -12
- package/chunks/CalendarViewItem-DE57LdxF.js +101 -0
- package/chunks/Card.module-D18ujhsr.js +17 -0
- package/chunks/CheckboxTreeExtended.module-BGrgoYFp.js +14 -0
- package/chunks/{Chip-DaZ9JtW-.js → Chip-CBP_avtm.js} +10 -10
- package/chunks/Confirm.module-Y-2NyRFX.js +15 -0
- package/chunks/{DropdownListItem-D52nAe3Z.js → DropdownListItem-C6I9gVRb.js} +11 -11
- package/chunks/DropdownMobile.module-ppF6TvoG.js +23 -0
- package/chunks/Footer.module-BlHDTNCR.js +9 -0
- package/chunks/FormFieldInput-D2lqfg4n.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-hEx6xNDd.js +9 -0
- package/chunks/HeaderTabs.module-msmMm_BI.js +9 -0
- package/chunks/{HeaderTitle.module-Bvdyra1H.js → HeaderTitle.module-D2Le-Vmd.js} +2 -2
- package/chunks/IslandAccordion.module-DpgAGmIN.js +25 -0
- package/chunks/IslandWidgetFooter.module-DhoYKy6M.js +9 -0
- package/chunks/IslandWidgetHeader.module-BFXzve-T.js +9 -0
- package/chunks/{LightBoxContent-BXDZ6C5k.js → LightBoxContent-Bi0IQWNc.js} +12 -12
- package/chunks/LightBoxControls.module-DTFEWumP.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CLzUeuQG.js +8 -0
- package/chunks/{ListItemControlsButton-BHqWsm74.js → ListItemControlsButton--Ek4l8AX.js} +11 -11
- package/chunks/ListItemTail.module-DrFpbbjw.js +12 -0
- package/chunks/ListMasterFooter.module-CMNUIWxu.js +10 -0
- package/chunks/ModalWindow.module-CMT6Qwhi.js +17 -0
- package/chunks/Notification.module-8g0up3Mn.js +21 -0
- package/chunks/Overlay.module-CJZIns4Y.js +18 -0
- package/chunks/Page.module-Cq-KMJ_J.js +11 -0
- package/chunks/{RightBorderArrow-BomPWl1J.js → RightBorderArrow-BqzM7D6K.js} +9 -9
- package/chunks/SMSField.module-Dpw_velC.js +16 -0
- package/chunks/SliderExtendedMarks.module-Cwy_TAtg.js +15 -0
- package/chunks/SliderExtendedRail-BxflNPkW.js +40 -0
- package/chunks/StatusTracker.module-BPaAftS3.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CmJLz6qx.js → SuggestFieldMobileDropdownHint-CooicUNx.js} +2 -2
- package/chunks/TableFooter.module-BXib8bAF.js +14 -0
- package/chunks/TabsExtended.module-41dIJqTz.js +16 -0
- package/chunks/TabsLine.module-DY1bt47O.js +21 -0
- package/chunks/TooltipDesktop.module-BP9en5Mr.js +19 -0
- package/chunks/TreeView.module-ssEB6Mn6.js +9 -0
- package/chunks/{UploadZoneInput-scXVyf90.js → UploadZoneInput--oJn7HTT.js} +8 -8
- package/chunks/{utils-yLrEzIHN.js → utils-6FIQkvvy.js} +8 -8
- package/chunks/utils-B5Py99ZO.js +73 -0
- package/chunks/utils-BX1E8zy3.js +24 -0
- package/chunks/{utils-B-KTHE01.js → utils-Cyb1tecG.js} +5 -5
- package/chunks/{utils-C_xmindK.js → utils-DPkyEvqV.js} +12 -12
- package/chunks/vendor-DucOfXwy.js +12269 -0
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +12 -12
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +10 -10
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +6 -6
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +32 -32
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +18 -18
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +2 -2
- package/components/Calendar/Calendar.js +45 -44
- package/components/Calendar/CalendarContext.js +4 -4
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +14 -13
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +26 -26
- package/components/Calendar/components/CalendarViewYears.js +16 -16
- package/components/Calendar/utils.js +6 -6
- package/components/Card/CardAction.js +8 -8
- 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 +2 -2
- package/components/Checkbox/Checkbox.js +7 -7
- package/components/Checkbox/CheckboxXGroup.js +15 -15
- package/components/Checkbox/CheckboxYGroup.js +4 -4
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- 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/ChipDatePicker/ChipDatePicker.js +9 -9
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +2 -2
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +21 -21
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +9 -9
- package/components/Col/Col.js +145 -145
- package/components/CollapsableTree/components/CollapsableTreeNode.js +9 -9
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +11 -11
- package/components/DateField/utils.js +3 -3
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +25 -24
- package/components/DesignTokens/DesignTokenUtils.js +7 -7
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
- 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 +4 -4
- package/components/Ellipsis/Ellipsis.js +12 -12
- package/components/ExpandAnimation/ExpandAnimation.js +13 -13
- 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 +24 -24
- package/components/FormField/components/FormFieldClear.js +18 -18
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +7 -7
- package/components/FormField/components/FormFieldMaskedInput.js +20 -20
- package/components/FormField/components/FormFieldPostfix.js +2 -2
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +18 -18
- package/components/FormField/components/FormFieldTextarea.js +34 -37
- 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 +3 -3
- 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 +8 -8
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +2 -2
- 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/IslandWidget/IslandWidget.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +9 -9
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +2 -2
- package/components/LightBox/LightBox.js +23 -23
- 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 +11 -11
- 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/LightBoxSidebars/LightBoxLeftSidebar.js +7 -7
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +27 -27
- package/components/List/List.js +5 -5
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +3 -3
- package/components/List/components/ListItemControls.js +7 -7
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +9 -9
- 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 +11 -11
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +9 -9
- 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 +9 -9
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +7 -7
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +9 -9
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- 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/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +7 -7
- package/components/OrderedList/OrderedListItem.js +7 -7
- 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 +13 -13
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +2 -2
- package/components/Pagination/utils/paginationUtils.js +5 -5
- package/components/Radio/Radio.js +17 -17
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +3 -3
- package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
- package/components/SelectExtendedField/SelectExtendedField.js +12 -12
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +4 -4
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +8 -8
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +14 -14
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +11 -11
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +20 -20
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +12 -12
- 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 +11 -11
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +4 -4
- package/components/Stepper/StepperExtended.js +5 -5
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/SuggestMobileDropdownContent.js +8 -8
- 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 +30 -30
- 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 +8 -8
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +3 -3
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +3 -3
- 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 +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +7 -7
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- 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 +6 -6
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +13 -13
- 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 +3 -3
- package/components/Tag/Tag.js +16 -16
- package/components/TagColor/TagColor.js +13 -13
- 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 +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +7 -7
- 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 +8 -8
- package/components/TopOverlay/TopOverlay.js +22 -22
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +14 -14
- package/components/Typography/Text.js +25 -25
- package/components/Typography/Title.js +12 -12
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- 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 +5 -5
- package/consts/DateConst.js +6 -6
- package/index.js +5 -5
- package/package.json +2 -2
- package/styles/triplex-next.css +534 -534
- package/utils/amountUtils.js +1 -1
- package/chunks/CalendarViewItem-h3bxNCuW.js +0 -101
- package/chunks/Card.module-bJptPqpj.js +0 -17
- package/chunks/CheckboxTreeExtended.module-bphUNnbQ.js +0 -14
- package/chunks/Confirm.module-BF4VDMnq.js +0 -15
- package/chunks/DropdownMobile.module-ClkvaJLd.js +0 -23
- package/chunks/Footer.module-QvomhMbc.js +0 -9
- package/chunks/FormFieldInput-GtoWWQRE.js +0 -62
- package/chunks/HeaderLayoutSidebar.module-OCqAbr7a.js +0 -9
- package/chunks/HeaderTabs.module-jYlPSHw3.js +0 -9
- package/chunks/IslandAccordion.module-Z_pjfKJd.js +0 -25
- package/chunks/IslandWidgetFooter.module-ChRxDXcv.js +0 -9
- package/chunks/IslandWidgetHeader.module-RRcKD0BV.js +0 -9
- package/chunks/LightBoxControls.module-BkOqYjOz.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CeFQNtqn.js +0 -8
- package/chunks/ListItemTail.module-CunfwMYT.js +0 -12
- package/chunks/ListMasterFooter.module-Dtv2xqml.js +0 -10
- package/chunks/ModalWindow.module-BHX3St6k.js +0 -17
- package/chunks/Notification.module-C4_TLm8a.js +0 -21
- package/chunks/Overlay.module-B6Jld0v6.js +0 -18
- package/chunks/Page.module-2EjEIDnt.js +0 -11
- package/chunks/SMSField.module-BKVjFcIn.js +0 -16
- package/chunks/SliderExtendedMarks.module-BGXnGEBx.js +0 -15
- package/chunks/SliderExtendedRail-D96vBE1q.js +0 -40
- package/chunks/StatusTracker.module-BKem67MH.js +0 -24
- package/chunks/TableFooter.module-BAduw_pb.js +0 -14
- package/chunks/TabsExtended.module-D_KXJPSZ.js +0 -16
- package/chunks/TabsLine.module-COfUYGXF.js +0 -21
- package/chunks/TooltipDesktop.module-CG3_T63F.js +0 -19
- package/chunks/TreeView.module-CtJTgfbr.js +0 -9
- package/chunks/utils-CkGPjHGm.js +0 -73
- package/chunks/utils-esDpM0b2.js +0 -24
- package/chunks/vendor-CwhnMZ7o.js +0 -14856
package/styles/triplex-next.css
CHANGED
|
@@ -1,534 +1,534 @@
|
|
|
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-Avatar-Background-1-
|
|
121
|
-
--triplex-next-Button-General_Background_Active-1-
|
|
122
|
-
--triplex-next-Button-General_Background_Default-1-
|
|
123
|
-
--triplex-next-Button-General_Background_Disabled-1-
|
|
124
|
-
--triplex-next-Button-General_Background_Hover-1-
|
|
125
|
-
--triplex-next-Button-General_Color_Active-1-
|
|
126
|
-
--triplex-next-Button-General_Color_Default-1-
|
|
127
|
-
--triplex-next-Button-General_Color_Disabled-1-
|
|
128
|
-
--triplex-next-Button-General_Color_Hover-1-
|
|
129
|
-
--triplex-next-Button-General_Shadow_Focus-1-
|
|
130
|
-
--triplex-next-Button-Secondary_Background_Active-1-
|
|
131
|
-
--triplex-next-Button-Secondary_Background_Default-1-
|
|
132
|
-
--triplex-next-Button-Secondary_Background_Disabled-1-
|
|
133
|
-
--triplex-next-Button-Secondary_Background_Hover-1-
|
|
134
|
-
--triplex-next-Button-Secondary_Color_Active-1-
|
|
135
|
-
--triplex-next-Button-Secondary_Color_Default-1-
|
|
136
|
-
--triplex-next-Button-Secondary_Color_Disabled-1-
|
|
137
|
-
--triplex-next-Button-Secondary_Color_Hover-1-
|
|
138
|
-
--triplex-next-Button-Secondary_Shadow_Focus-1-
|
|
139
|
-
--triplex-next-Button-SecondaryLight_Background_Active-1-
|
|
140
|
-
--triplex-next-Button-SecondaryLight_Background_Default-1-
|
|
141
|
-
--triplex-next-Button-SecondaryLight_Background_Disabled-1-
|
|
142
|
-
--triplex-next-Button-SecondaryLight_Background_Hover-1-
|
|
143
|
-
--triplex-next-Button-SecondaryLight_Color_Active-1-
|
|
144
|
-
--triplex-next-Button-SecondaryLight_Color_Default-1-
|
|
145
|
-
--triplex-next-Button-SecondaryLight_Color_Disabled-1-
|
|
146
|
-
--triplex-next-Button-SecondaryLight_Color_Hover-1-
|
|
147
|
-
--triplex-next-Button-SecondaryLight_Shadow_Focus-1-
|
|
148
|
-
--triplex-next-Button-Danger_Background_Active-1-
|
|
149
|
-
--triplex-next-Button-Danger_Background_Default-1-
|
|
150
|
-
--triplex-next-Button-Danger_Background_Disabled-1-
|
|
151
|
-
--triplex-next-Button-Danger_Background_Hover-1-
|
|
152
|
-
--triplex-next-Button-Danger_Color_Active-1-
|
|
153
|
-
--triplex-next-Button-Danger_Color_Default-1-
|
|
154
|
-
--triplex-next-Button-Danger_Color_Disabled-1-
|
|
155
|
-
--triplex-next-Button-Danger_Color_Hover-1-
|
|
156
|
-
--triplex-next-Button-Danger_Shadow_Focus-1-
|
|
157
|
-
--triplex-next-Button-Icon_Shadow_Focus-1-
|
|
158
|
-
--triplex-next-Button-Link_Color_Active-1-
|
|
159
|
-
--triplex-next-Button-Link_Color_Default-1-
|
|
160
|
-
--triplex-next-Button-Link_Color_Disabled-1-
|
|
161
|
-
--triplex-next-Button-Link_Color_Hover-1-
|
|
162
|
-
--triplex-next-Button-Link_Shadow_Focus-1-
|
|
163
|
-
--triplex-next-Calendar-Background_Shadow-1-
|
|
164
|
-
--triplex-next-Calendar-View_Header_Color-1-
|
|
165
|
-
--triplex-next-Calendar-View_Item_Background_Default-1-
|
|
166
|
-
--triplex-next-Calendar-View_Item_Background_Hover-1-
|
|
167
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Default-1-
|
|
168
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-
|
|
169
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-
|
|
170
|
-
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-
|
|
171
|
-
--triplex-next-Calendar-View_Item_BorderColor_Default-1-
|
|
172
|
-
--triplex-next-Calendar-View_Item_BorderColor_Focus-1-
|
|
173
|
-
--triplex-next-Calendar-View_Item_Color_Default-1-
|
|
174
|
-
--triplex-next-Calendar-View_Item_Color_Hover-1-
|
|
175
|
-
--triplex-next-Calendar-View_Item_Color_Disabled-1-
|
|
176
|
-
--triplex-next-Calendar-View_Item_Color_Muted-1-
|
|
177
|
-
--triplex-next-Calendar-View_Item_Color_Selected-1-
|
|
178
|
-
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-
|
|
179
|
-
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-
|
|
180
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-
|
|
181
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-
|
|
182
|
-
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-
|
|
183
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-
|
|
184
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-
|
|
185
|
-
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-
|
|
186
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-
|
|
187
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-
|
|
188
|
-
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-
|
|
189
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-
|
|
190
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-
|
|
191
|
-
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-
|
|
192
|
-
--triplex-next-Card-Static_General_Background-1-
|
|
193
|
-
--triplex-next-Card-Static_Secondary_Background-1-
|
|
194
|
-
--triplex-next-Card-Action_General_Background-1-
|
|
195
|
-
--triplex-next-Card-Action_General_Background_Hover-1-
|
|
196
|
-
--triplex-next-Card-Action_General_Background_Selected-1-
|
|
197
|
-
--triplex-next-Card-Action_General_Background_Selected_Hover-1-
|
|
198
|
-
--triplex-next-Card-Action_Secondary_Background-1-
|
|
199
|
-
--triplex-next-Card-Action_Secondary_Background_Hover-1-
|
|
200
|
-
--triplex-next-Card-Action_Secondary_Background_Selected-1-
|
|
201
|
-
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-
|
|
202
|
-
--triplex-next-Card-Shadow_Default-1-
|
|
203
|
-
--triplex-next-Card-Shadow_Focus-1-
|
|
204
|
-
--triplex-next-Card-Shadow_Hover-1-
|
|
205
|
-
--triplex-next-Card-Shadow_Selected-1-
|
|
206
|
-
--triplex-next-Card-Shadow_Selected_Hover-1-
|
|
207
|
-
--triplex-next-Checkbox-Background_Checked_Default-1-
|
|
208
|
-
--triplex-next-Checkbox-Background_Checked_Disabled-1-
|
|
209
|
-
--triplex-next-Checkbox-Background_Checked_Hover-1-
|
|
210
|
-
--triplex-next-Checkbox-Background_Default-1-
|
|
211
|
-
--triplex-next-Checkbox-Background_Disabled-1-
|
|
212
|
-
--triplex-next-Checkbox-Background_Hover-1-
|
|
213
|
-
--triplex-next-Checkbox-BorderColor_Default-1-
|
|
214
|
-
--triplex-next-Checkbox-BorderColor_Disabled-1-
|
|
215
|
-
--triplex-next-Checkbox-BorderColor_Focus-1-
|
|
216
|
-
--triplex-next-Checkbox-BorderColor_Hover-1-
|
|
217
|
-
--triplex-next-Checkbox-BorderColor_Checked_Default-1-
|
|
218
|
-
--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-
|
|
219
|
-
--triplex-next-Checkbox-Checkmark_Fill_Default-1-
|
|
220
|
-
--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-
|
|
221
|
-
--triplex-next-Chip-Background_Active-1-
|
|
222
|
-
--triplex-next-Chip-Background_Default-1-
|
|
223
|
-
--triplex-next-Chip-Background_Disabled-1-
|
|
224
|
-
--triplex-next-Chip-Background_Hover-1-
|
|
225
|
-
--triplex-next-Chip-Background_Selected_Active-1-
|
|
226
|
-
--triplex-next-Chip-Background_Selected_Default-1-
|
|
227
|
-
--triplex-next-Chip-Background_Selected_Disabled-1-
|
|
228
|
-
--triplex-next-Chip-Background_Selected_Hover-1-
|
|
229
|
-
--triplex-next-Chip-Color_Active-1-
|
|
230
|
-
--triplex-next-Chip-Color_Default-1-
|
|
231
|
-
--triplex-next-Chip-Color_Disabled-1-
|
|
232
|
-
--triplex-next-Chip-Color_Hover-1-
|
|
233
|
-
--triplex-next-Chip-Color_Selected_Active-1-
|
|
234
|
-
--triplex-next-Chip-Color_Selected_Default-1-
|
|
235
|
-
--triplex-next-Chip-Color_Selected_Disabled-1-
|
|
236
|
-
--triplex-next-Chip-Color_Selected_Hover-1-
|
|
237
|
-
--triplex-next-Chip-Shadow_Focus-1-
|
|
238
|
-
--triplex-next-Divider-Background-1-
|
|
239
|
-
--triplex-next-Dropdown-Background-1-
|
|
240
|
-
--triplex-next-Dropdown-Shadow-1-
|
|
241
|
-
--triplex-next-DropdownList-Background_Active-1-
|
|
242
|
-
--triplex-next-DropdownList-Background_Default-1-
|
|
243
|
-
--triplex-next-DropdownList-Background_Selected-1-
|
|
244
|
-
--triplex-next-DropdownList-Color-1-
|
|
245
|
-
--triplex-next-DropdownMobile-Backdrop-1-
|
|
246
|
-
--triplex-next-DropdownMobile-Border_Color-1-
|
|
247
|
-
--triplex-next-DropdownMobile-Content_Background-1-
|
|
248
|
-
--triplex-next-DropdownMobile-Footer_Background-1-
|
|
249
|
-
--triplex-next-DropdownMobile-Header_Background-1-
|
|
250
|
-
--triplex-next-DropdownMobileList-Active_Background-1-
|
|
251
|
-
--triplex-next-DropdownMobileList-Selected_Background-1-
|
|
252
|
-
--triplex-next-FooterPage-StickyShadow-1-
|
|
253
|
-
--triplex-next-FormField-Background_Active-1-
|
|
254
|
-
--triplex-next-FormField-Background_Default-1-
|
|
255
|
-
--triplex-next-FormField-Background_Disabled-1-
|
|
256
|
-
--triplex-next-FormField-Background_Error-1-
|
|
257
|
-
--triplex-next-FormField-Background_Error_Hover-1-
|
|
258
|
-
--triplex-next-FormField-Background_Hover-1-
|
|
259
|
-
--triplex-next-FormField-Background_Warning-1-
|
|
260
|
-
--triplex-next-FormField-Background_Warning_Hover-1-
|
|
261
|
-
--triplex-next-FormField-Input_Color_Default-1-
|
|
262
|
-
--triplex-next-FormField-Input_Color_Disabled-1-
|
|
263
|
-
--triplex-next-FormField-Target_Color_Default-1-
|
|
264
|
-
--triplex-next-FormField-Target_Color_Disabled-1-
|
|
265
|
-
--triplex-next-FormField-Target_PlaceholderColor_Default-1-
|
|
266
|
-
--triplex-next-FormField-Label_Color_Default-1-
|
|
267
|
-
--triplex-next-FormField-Label_Color_Disabled-1-
|
|
268
|
-
--triplex-next-FormField-Shadow_Active-1-
|
|
269
|
-
--triplex-next-FormField-Shadow_Default-1-
|
|
270
|
-
--triplex-next-FormField-Shadow_Error_Active-1-
|
|
271
|
-
--triplex-next-FormField-Shadow_Warning_Active-1-
|
|
272
|
-
--triplex-next-FormField-Placeholder_Color-1-
|
|
273
|
-
--triplex-next-HeaderPage-StickyShadow-1-
|
|
274
|
-
--triplex-next-Island-Type1_Background-1-
|
|
275
|
-
--triplex-next-Island-Type2_Background-1-
|
|
276
|
-
--triplex-next-Island-Type3_Background-1-
|
|
277
|
-
--triplex-next-Island-Type1_Shadow-1-
|
|
278
|
-
--triplex-next-Island-Type2_Shadow-1-
|
|
279
|
-
--triplex-next-Island-Type3_Shadow-1-
|
|
280
|
-
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-
|
|
281
|
-
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-
|
|
282
|
-
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-
|
|
283
|
-
--triplex-next-IslandAccordion-Shadow_Focus-1-
|
|
284
|
-
--triplex-next-IslandWidget-ExtraFooter_Background-1-
|
|
285
|
-
--triplex-next-IslandWidget-ExtraFooter_Shadow-1-
|
|
286
|
-
--triplex-next-LightBox-Backdrop_Background-1-
|
|
287
|
-
--triplex-next-LightBox-Content_Background-1-
|
|
288
|
-
--triplex-next-Link-BorderColor_Focus-1-
|
|
289
|
-
--triplex-next-Link-Text_Color_Active-1-
|
|
290
|
-
--triplex-next-Link-Text_Color_Default-1-
|
|
291
|
-
--triplex-next-Link-Text_Color_Hover-1-
|
|
292
|
-
--triplex-next-ListItem-Background-1-
|
|
293
|
-
--triplex-next-ListItem-Background_Dragging-1-
|
|
294
|
-
--triplex-next-ListItem-Background_Selected-1-
|
|
295
|
-
--triplex-next-ListItem-Shadow-1-
|
|
296
|
-
--triplex-next-ListItemControlsButton-Background_Active-1-
|
|
297
|
-
--triplex-next-ListItemControlsButton-Background_Default-1-
|
|
298
|
-
--triplex-next-ListItemControlsButton-Background_Hover-1-
|
|
299
|
-
--triplex-next-ListItemControlsButton-Color_Active-1-
|
|
300
|
-
--triplex-next-ListItemControlsButton-Color_Default-1-
|
|
301
|
-
--triplex-next-ListItemControlsButton-Color_Hover-1-
|
|
302
|
-
--triplex-next-ListMaster-Background-1-
|
|
303
|
-
--triplex-next-ListMaster-Footer_Background-1-
|
|
304
|
-
--triplex-next-ListMaster-Footer_Color-1-
|
|
305
|
-
--triplex-next-ListMaster-Header_Background-1-
|
|
306
|
-
--triplex-next-ListMaster-Header_Color-1-
|
|
307
|
-
--triplex-next-Loader-Element_Background_Brand-1-
|
|
308
|
-
--triplex-next-Loader-Element_Background_Neutral-1-
|
|
309
|
-
--triplex-next-Loader-Middle_Background_Default-1-
|
|
310
|
-
--triplex-next-LoaderScreen-Small_Backdrop_Default-1-
|
|
311
|
-
--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-
|
|
312
|
-
--triplex-next-LoaderScreen-Middle_Background_Default-1-
|
|
313
|
-
--triplex-next-Marker-Background_Error-1-
|
|
314
|
-
--triplex-next-Marker-Background_Success-1-
|
|
315
|
-
--triplex-next-Marker-Background_Waiting-1-
|
|
316
|
-
--triplex-next-Marker-Background_Warning-1-
|
|
317
|
-
--triplex-next-MarkerStatus-Description_Color-1-
|
|
318
|
-
--triplex-next-ModalWindow-Background-1-
|
|
319
|
-
--triplex-next-ModalWindow-Backdrop_Background-1-
|
|
320
|
-
--triplex-next-MultiselectField-Divider_Color-1-
|
|
321
|
-
--triplex-next-Notification-Background-1-
|
|
322
|
-
--triplex-next-Notification-Color-1-
|
|
323
|
-
--triplex-next-Notification-TimeColor-1-
|
|
324
|
-
--triplex-next-Notification-Shadow-1-
|
|
325
|
-
--triplex-next-Overlay-Background-1-
|
|
326
|
-
--triplex-next-Overlay-Panel_Background-1-
|
|
327
|
-
--triplex-next-Pagination-PageButton_Background_Active-1-
|
|
328
|
-
--triplex-next-Pagination-PageButton_Background_Hover-1-
|
|
329
|
-
--triplex-next-Pagination-PageButton_Background_Selected-1-
|
|
330
|
-
--triplex-next-Pagination-PageButton_BorderColor_Focus-1-
|
|
331
|
-
--triplex-next-Pagination-PageButton_Color-1-
|
|
332
|
-
--triplex-next-Radio-Background_Checked_Default-1-
|
|
333
|
-
--triplex-next-Radio-Background_Checked_Disabled-1-
|
|
334
|
-
--triplex-next-Radio-Background_Checked_Hover-1-
|
|
335
|
-
--triplex-next-Radio-Background_Default-1-
|
|
336
|
-
--triplex-next-Radio-Background_Disabled-1-
|
|
337
|
-
--triplex-next-Radio-Background_Hover-1-
|
|
338
|
-
--triplex-next-Radio-BorderColor_Default-1-
|
|
339
|
-
--triplex-next-Radio-BorderColor_Disabled-1-
|
|
340
|
-
--triplex-next-Radio-BorderColor_Focused-1-
|
|
341
|
-
--triplex-next-Radio-BorderColor_Checked_Default-1-
|
|
342
|
-
--triplex-next-Radio-BorderColor_Checked_Disabled-1-
|
|
343
|
-
--triplex-next-Radio-Dot_Default-1-
|
|
344
|
-
--triplex-next-Radio-Dot_Disabled-1-
|
|
345
|
-
--triplex-next-SegmentedControl-General_1_Background-1-
|
|
346
|
-
--triplex-next-SegmentedControl-General_2_Background-1-
|
|
347
|
-
--triplex-next-SegmentedControl-Secondary_1_Background-1-
|
|
348
|
-
--triplex-next-SegmentedControl-Secondary_2_Background-1-
|
|
349
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-
|
|
350
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-
|
|
351
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-
|
|
352
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-
|
|
353
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-
|
|
354
|
-
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-
|
|
355
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-
|
|
356
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-
|
|
357
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-
|
|
358
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-
|
|
359
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-
|
|
360
|
-
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-
|
|
361
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-
|
|
362
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-
|
|
363
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-
|
|
364
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-
|
|
365
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-
|
|
366
|
-
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-
|
|
367
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-
|
|
368
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-
|
|
369
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-
|
|
370
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-
|
|
371
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-
|
|
372
|
-
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-
|
|
373
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-
|
|
374
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-
|
|
375
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-
|
|
376
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-
|
|
377
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-
|
|
378
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-
|
|
379
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-
|
|
380
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-
|
|
381
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-
|
|
382
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-
|
|
383
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-
|
|
384
|
-
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-
|
|
385
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-
|
|
386
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-
|
|
387
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-
|
|
388
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-
|
|
389
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-
|
|
390
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-
|
|
391
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-
|
|
392
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-
|
|
393
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-
|
|
394
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-
|
|
395
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-
|
|
396
|
-
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-
|
|
397
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Default-1-
|
|
398
|
-
--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-
|
|
399
|
-
--triplex-next-Skeleton-BackgroundColor_Light_Start-1-
|
|
400
|
-
--triplex-next-Skeleton-BackgroundColor_Light_End-1-
|
|
401
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-
|
|
402
|
-
--triplex-next-Skeleton-BackgroundColor_Dark_End-1-
|
|
403
|
-
--triplex-next-SmallInput-Background-1-
|
|
404
|
-
--triplex-next-SmallInput-Color-1-
|
|
405
|
-
--triplex-next-SmallInput-PlaceholderColor-1-
|
|
406
|
-
--triplex-next-SmallInput-Shadow-1-
|
|
407
|
-
--triplex-next-SMSField-Refresh_Fill_Empty-1-
|
|
408
|
-
--triplex-next-SMSField-Refresh_Fill_Full-1-
|
|
409
|
-
--triplex-next-SMSField-Refresh_Disabled-1-
|
|
410
|
-
--triplex-next-SMSField-Submit_Background_Default-1-
|
|
411
|
-
--triplex-next-SMSField-Submit_Background_Hover-1-
|
|
412
|
-
--triplex-next-SMSField-Submit_Background_Active-1-
|
|
413
|
-
--triplex-next-Slider-Dot_Background_Default-1-
|
|
414
|
-
--triplex-next-Slider-Dot_Background_Disabled-1-
|
|
415
|
-
--triplex-next-Slider-Dot_Background_Hover-1-
|
|
416
|
-
--triplex-next-Slider-Dot_Background_Select-1-
|
|
417
|
-
--triplex-next-Slider-Dot_Focus-1-
|
|
418
|
-
--triplex-next-Slider-Dot_Inner_Background-1-
|
|
419
|
-
--triplex-next-Slider-Dot_Inner_Background_Disabled-1-
|
|
420
|
-
--triplex-next-Slider-Mark_Dot_Background_Default-1-
|
|
421
|
-
--triplex-next-Slider-Mark_Dot_Background_Selected-1-
|
|
422
|
-
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-
|
|
423
|
-
--triplex-next-Slider-Rail_Background-1-
|
|
424
|
-
--triplex-next-Slider-Rail_Background_Disabled-1-
|
|
425
|
-
--triplex-next-Slider-Tooltip_Background-1-
|
|
426
|
-
--triplex-next-Slider-Tooltip_Color-1-
|
|
427
|
-
--triplex-next-Slider-Track_Background_Default-1-
|
|
428
|
-
--triplex-next-Slider-Track_Background_Disabled-1-
|
|
429
|
-
--triplex-next-Slider-Track_Background_Hover-1-
|
|
430
|
-
--triplex-next-StatusTracker-Draft_Background-1-
|
|
431
|
-
--triplex-next-StatusTracker-Warning_Background-1-
|
|
432
|
-
--triplex-next-StatusTracker-Waiting_Background-1-
|
|
433
|
-
--triplex-next-StatusTracker-Rejected_Background-1-
|
|
434
|
-
--triplex-next-StatusTracker-Approved_Background-1-
|
|
435
|
-
--triplex-next-StatusTracker-Waiting_Color-1-
|
|
436
|
-
--triplex-next-StatusTracker-Rejected_Color-1-
|
|
437
|
-
--triplex-next-StatusTracker-Approved_Color-1-
|
|
438
|
-
--triplex-next-StatusTracker-Border_Color-1-
|
|
439
|
-
--triplex-next-Step-Color_Active-1-
|
|
440
|
-
--triplex-next-Step-Color_Default-1-
|
|
441
|
-
--triplex-next-Step-Color_Disabled-1-
|
|
442
|
-
--triplex-next-Step-Color_Done-1-
|
|
443
|
-
--triplex-next-Step-Color_Error-1-
|
|
444
|
-
--triplex-next-Step-Color_Warning-1-
|
|
445
|
-
--triplex-next-Step-Background_Active-1-
|
|
446
|
-
--triplex-next-Step-Background_Default-1-
|
|
447
|
-
--triplex-next-Step-Background_Disabled-1-
|
|
448
|
-
--triplex-next-Step-Background_Done-1-
|
|
449
|
-
--triplex-next-Step-Background_Error-1-
|
|
450
|
-
--triplex-next-Step-Background_Warning-1-
|
|
451
|
-
--triplex-next-Stepper-Step_Background_Default-1-
|
|
452
|
-
--triplex-next-Stepper-Step_Background_Hover-1-
|
|
453
|
-
--triplex-next-Stepper-Step_Background_Disabled-1-
|
|
454
|
-
--triplex-next-Stepper-Step_Background_Error-1-
|
|
455
|
-
--triplex-next-Stepper-Step_Background_Error_Hover-1-
|
|
456
|
-
--triplex-next-Stepper-Step_Background_Warning-1-
|
|
457
|
-
--triplex-next-Stepper-Step_Background_Warning_Hover-1-
|
|
458
|
-
--triplex-next-Stepper-Step_BorderColor_Focus-1-
|
|
459
|
-
--triplex-next-Stepper-Step_BorderColor_Error-1-
|
|
460
|
-
--triplex-next-Stepper-Step_BorderColor_Warning-1-
|
|
461
|
-
--triplex-next-Stepper-Step_BorderColor_Success-1-
|
|
462
|
-
--triplex-next-Stepper-Step_Color_Default-1-
|
|
463
|
-
--triplex-next-Stepper-Step_Color_Hover-1-
|
|
464
|
-
--triplex-next-Stepper-Step_Color_Disabled-1-
|
|
465
|
-
--triplex-next-Stepper-ButtonNext_Background-1-
|
|
466
|
-
--triplex-next-Stepper-ButtonPrev_Background-1-
|
|
467
|
-
--triplex-next-Stepper-Background-1-
|
|
468
|
-
--triplex-next-Stepper-Wrapper_Background-1-
|
|
469
|
-
--triplex-next-Stepper-Wrapper_BoxShadow-1-
|
|
470
|
-
--triplex-next-TableBasic-Background_Hover-1-
|
|
471
|
-
--triplex-next-TableBasic-Background_Selected-1-
|
|
472
|
-
--triplex-next-TableBasic-Color-1-
|
|
473
|
-
--triplex-next-TableBasic-Header_Background-1-
|
|
474
|
-
--triplex-next-TableBasic-TableFooter_Background-1-
|
|
475
|
-
--triplex-next-TableBasic-TableFooter_Highlight-1-
|
|
476
|
-
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-
|
|
477
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-
|
|
478
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-
|
|
479
|
-
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-
|
|
480
|
-
--triplex-next-Tabs-Type1_Background-1-
|
|
481
|
-
--triplex-next-Tabs-Type2_Background-1-
|
|
482
|
-
--triplex-next-Tabs-Type1_Tab_Background_Default-1-
|
|
483
|
-
--triplex-next-Tabs-Type2_Tab_Background_Default-1-
|
|
484
|
-
--triplex-next-Tabs-Type1_Tab_Background_Selected-1-
|
|
485
|
-
--triplex-next-Tabs-Type2_Tab_Background_Selected-1-
|
|
486
|
-
--triplex-next-Tabs-Type1_Tab_Background_Hover-1-
|
|
487
|
-
--triplex-next-Tabs-Type2_Tab_Background_Hover-1-
|
|
488
|
-
--triplex-next-Tabs-Type1_Tab_Color_Default-1-
|
|
489
|
-
--triplex-next-Tabs-Type2_Tab_Color_Default-1-
|
|
490
|
-
--triplex-next-Tabs-Type1_Tab_Color_Selected-1-
|
|
491
|
-
--triplex-next-Tabs-Type2_Tab_Color_Selected-1-
|
|
492
|
-
--triplex-next-Tabs-Type1_Tab_Color_Hover-1-
|
|
493
|
-
--triplex-next-Tabs-Type2_Tab_Color_Hover-1-
|
|
494
|
-
--triplex-next-Tabs-Tab_BorderColor_Default-1-
|
|
495
|
-
--triplex-next-Tabs-Tab_BorderColor_Focus-1-
|
|
496
|
-
--triplex-next-Tag-Background-1-
|
|
497
|
-
--triplex-next-TagColor-Background_Default-1-
|
|
498
|
-
--triplex-next-TagColor-Background_Success-1-
|
|
499
|
-
--triplex-next-TagColor-Background_Info-1-
|
|
500
|
-
--triplex-next-TagColor-Background_Warning-1-
|
|
501
|
-
--triplex-next-TagColor-Background_Error-1-
|
|
502
|
-
--triplex-next-TagColor-Text_Color_Default-1-
|
|
503
|
-
--triplex-next-TabsLine-BorderColor_Active-1-
|
|
504
|
-
--triplex-next-TabsLine-BorderColor_Hover-1-
|
|
505
|
-
--triplex-next-TabsLine-Separator_Color-1-
|
|
506
|
-
--triplex-next-TabsLine-Shadow_Focus-1-
|
|
507
|
-
--triplex-next-Tooltip-Background-1-
|
|
508
|
-
--triplex-next-Tooltip-Color-1-
|
|
509
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Active-1-
|
|
510
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Default-1-
|
|
511
|
-
--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-
|
|
512
|
-
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-
|
|
513
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Active-1-
|
|
514
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Default-1-
|
|
515
|
-
--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-
|
|
516
|
-
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-
|
|
517
|
-
--triplex-next-TopOverlay-Background-1-
|
|
518
|
-
--triplex-next-Typography-Primary_Color-1-
|
|
519
|
-
--triplex-next-Typography-Complementary_Color-1-
|
|
520
|
-
--triplex-next-Typography-Secondary_Color-1-
|
|
521
|
-
--triplex-next-Typography-Tertiary_Color-1-
|
|
522
|
-
--triplex-next-Typography-Disabled_Color-1-
|
|
523
|
-
--triplex-next-Typography-Brand_Color-1-
|
|
524
|
-
--triplex-next-Typography-Info_Color-1-
|
|
525
|
-
--triplex-next-Typography-Success_Color-1-
|
|
526
|
-
--triplex-next-Typography-Error_Color-1-
|
|
527
|
-
--triplex-next-Typography-Warning_Color-1-
|
|
528
|
-
--triplex-next-Typography-System_Color-1-
|
|
529
|
-
--triplex-next-UploadZone-Background_Default-1-
|
|
530
|
-
--triplex-next-UploadZone-Background_Hover-1-
|
|
531
|
-
--triplex-next-UploadZone-BorderColor_Default-1-
|
|
532
|
-
--triplex-next-UploadZone-DragArea_Background-1-
|
|
533
|
-
--triplex-next-UploadZone-DragArea_BorderColor-1-
|
|
534
|
-
.underline__0fd8e6de{text-decoration:underline}.strikethrough__29357a84{text-decoration:line-through}.underlineStrikethrough__6b423ca9{text-decoration:underline line-through}.typography__4909171a.primary__8e4b9619{color:var(--triplex-next-Typography-Primary_Color-1-13-0)}.typography__4909171a.complementary__121fd1bb{color:var(--triplex-next-Typography-Complementary_Color-1-13-0)}.typography__4909171a.secondary__b29e5f46{color:var(--triplex-next-Typography-Secondary_Color-1-13-0)}.typography__4909171a.tertiary__fae4a72c{color:var(--triplex-next-Typography-Tertiary_Color-1-13-0)}.typography__4909171a.disabled__12e01f3f{color:var(--triplex-next-Typography-Disabled_Color-1-13-0)}.typography__4909171a.brand__b3b7b2c2{color:var(--triplex-next-Typography-Brand_Color-1-13-0);-webkit-user-select:none;user-select:none}.typography__4909171a.info__954ebe49{color:var(--triplex-next-Typography-Info_Color-1-13-0)}.typography__4909171a.success__cda350f8{color:var(--triplex-next-Typography-Success_Color-1-13-0)}.typography__4909171a.error__b777cf51{color:var(--triplex-next-Typography-Error_Color-1-13-0)}.typography__4909171a.warning__385091b5{color:var(--triplex-next-Typography-Warning_Color-1-13-0)}.typography__4909171a.system__a8155e0f{color:var(--triplex-next-Typography-System_Color-1-13-0)}.typography__4909171a.compact__7803508d{line-height:calc(16 / 14)}.title__acba1978{outline:none}.title__acba1978.regular__bfe756be{font-family:SBSansDisplay;font-weight:400}.title__acba1978.semibold__22e045b3{font-family:SBSansDisplaySemibold;font-weight:600}.title__acba1978.medium__c9173efe{font-family:SBSansDisplayMedium;font-weight:500}.title__acba1978.bold__724b7bc2{font-family:SBSansDisplayBold;font-weight:700}.h1__d021fd1c,.h2__09592aea,.h3__0c4d4bf9{margin:0}.h1__d021fd1c{font-size:28px;line-height:36px}.h2__09592aea{font-size:24px;line-height:32px}.h3__0c4d4bf9{font-size:20px;line-height:28px}.text__af803220{outline:none}.text__af803220.regular__bfe756be{font-family:SBSansText}.text__af803220.semibold__22e045b3{font-family:SBSansTextSemibold;font-weight:600}.b1__7da7a0e5{font-size:18px;line-height:24px}.b2__a6259d15{font-size:16px;line-height:20px}.b3__95ddb367{font-size:14px;line-height:20px}.b3__95ddb367.compact__7803508d{line-height:16px}.b4__ae04078b{font-size:12px;line-height:16px}.caption__e08715c8.regular__bfe756be{font-family:SBSansText}.caption__e08715c8.semibold__22e045b3{font-family:SBSansTextSemibold;font-weight:600}.c1__49eb171c{font-size:10px;line-height:12px}.c2__a75f2537{font-size:8px;line-height:10px}.d1__89a45b98{font-size:32px;line-height:40px}.d1__89a45b98.regular__bfe756be{font-family:SBSansDisplay}.d1__89a45b98.semibold__22e045b3{font-family:SBSansDisplaySemibold;font-weight:600}.formFieldInput__83d26dcc{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-13-0)}.formFieldInput__83d26dcc:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-13-0)}.formFieldInput__83d26dcc::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-13-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__83d26dcc:focus{outline:none}.formFieldInput__83d26dcc:focus::placeholder{opacity:1}.formFieldInput__83d26dcc:-webkit-autofill{animation-name:autofill-applied-hook__36603f3e;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__83d26dcc:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__536c853f;animation-duration:1ms}.formFieldInput__83d26dcc.sm__088f3562{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__83d26dcc.md__b0eea983{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__83d26dcc.lg__19259457{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__36603f3e{0%{transform:none}}@keyframes autofill-cancelled-hook__536c853f{0%{transform:none}}.formField__07f1da95{position:relative;flex-grow:1;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.formField__07f1da95.default__86fae803{background:var(--triplex-next-FormField-Background_Default-1-13-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-13-0)}.formField__07f1da95:hover{background:var(--triplex-next-FormField-Background_Hover-1-13-0)}.formField__07f1da95.disabled__7812cef8{background:var(--triplex-next-FormField-Background_Disabled-1-13-0)}.formField__07f1da95.active__e071bb81{background:var(--triplex-next-FormField-Background_Active-1-13-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-13-0)}.formField__07f1da95.active__e071bb81::placeholder{opacity:1}.formField__07f1da95.error__1b08f7ca{background:var(--triplex-next-FormField-Background_Error-1-13-0)}.formField__07f1da95.error__1b08f7ca:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-13-0)}.formField__07f1da95.error__1b08f7ca.active__e071bb81{background:var(--triplex-next-FormField-Background_Error-1-13-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-13-0)}.formField__07f1da95.warning__dd576a24{background:var(--triplex-next-FormField-Background_Warning-1-13-0)}.formField__07f1da95.warning__dd576a24:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-13-0)}.formField__07f1da95.warning__dd576a24.active__e071bb81{background:var(--triplex-next-FormField-Background_Warning-1-13-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-13-0)}.formField__07f1da95.sm__088f3562{border-radius:6px}.formField__07f1da95.md__b0eea983{border-radius:8px}.formField__07f1da95.lg__19259457{border-radius:10px}.formFieldDescription__4be3f88d{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__4be3f88d.withCounter__0f14cf0c{display:flex;justify-content:space-between}.formFieldLabel__2abe5c80{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__2abe5c80.size-sm__6728b8d7{top:6px}.formFieldLabel__2abe5c80.size-md__45aff5b2{top:10px}.formFieldLabel__2abe5c80.size-lg__e9696402{top:18px}.formFieldLabel__2abe5c80.size-lg__e9696402.floating__bdf19cdf{top:10px}.formFieldLabelText__5baf2571{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-13-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__6728b8d7 .formFieldLabelText__5baf2571{font-size:12px;line-height:16px}.size-md__45aff5b2 .formFieldLabelText__5baf2571{font-size:14px;line-height:20px}.size-lg__e9696402 .formFieldLabelText__5baf2571{font-size:16px;line-height:20px}.floating__bdf19cdf .formFieldLabelText__5baf2571{font-size:12px;line-height:16px}.floating__bdf19cdf.size-sm__6728b8d7 .formFieldLabelText__5baf2571,.floating__bdf19cdf.size-md__45aff5b2 .formFieldLabelText__5baf2571{display:none}.disabled__7812cef8 .formFieldLabelText__5baf2571{color:var(--triplex-next-FormField-Label_Color_Disabled-1-13-0)}.formFieldPostfix__fe4d4878{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__d7a2507b{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__0c21dd58{padding-left:4px}.formFieldMaskedInputWrapper__23059043{position:relative}.formFieldMaskedInputWrapper__23059043 .formFieldMaskedInputPlaceholder__bd7fc6cd{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__23059043 .formFieldMaskedInputPlaceholder__bd7fc6cd::placeholder{opacity:1}.formFieldMaskedInputWrapper__23059043 .formFieldMaskedInputPlaceholder__bd7fc6cd:disabled{visibility:hidden}.formFieldMaskedInputWrapper__23059043.size-sm__6728b8d7{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__23059043.size-sm__6728b8d7 .formFieldMaskedInputPlaceholder__bd7fc6cd{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__23059043.size-md__45aff5b2{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__23059043.size-md__45aff5b2 .formFieldMaskedInputPlaceholder__bd7fc6cd{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__23059043.size-lg__e9696402{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__23059043.size-lg__e9696402 .formFieldMaskedInputPlaceholder__bd7fc6cd{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__23059043 .formFieldMaskedInput__cf116fa6{display:block;position:relative;background:none!important}.dropdownDesktop__4f614b0d{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-13-0);background-color:var(--triplex-next-Dropdown-Background-1-13-0)}.dropdownDesktop-sm__ed8e9121{border-radius:6px}.dropdownDesktop-md__246db39f{border-radius:8px}.dropdownDesktop-lg__0b05216d{border-radius:10px}.dropdownDesktopOverflowHidden__1ff67785{overflow:hidden}.dropdownMobileWrapper__56d0555b{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__4de6ad35{background:var(--triplex-next-DropdownMobile-Backdrop-1-13-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__4de6ad35.closing__63c1b6c2{opacity:0}.dropdownMobileBackdrop__4de6ad35.opening__e2dfc42c,.dropdownMobileBackdrop__4de6ad35.opened__840aa9c0{opacity:var(--triplex-DropdownMobile-Opacity-1-13-0)}.dropdownMobile__93a2020c{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__93a2020c.closing__63c1b6c2{transform:translateY(100%)}.dropdownMobile__93a2020c.opening__e2dfc42c,.dropdownMobile__93a2020c.opened__840aa9c0{transform:translateY(0)}.dropdownMobileHeader__3f5b5f2c{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-13-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__3f5b5f2c .dropdownMobileHeaderContent__1a2790a2{margin-right:28px;min-height:20px}.dropdownMobileContent__c0425e79{background:var(--triplex-next-DropdownMobile-Content_Background-1-13-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__c1701aea{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-13-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-13-0);flex-shrink:1}.dropdownMobileListItem__b7997ff2{padding:16px}.dropdownMobileListItem__b7997ff2.selected__dc1d53c9{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-13-0)}.dropdownMobileListItem__b7997ff2:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-13-0)}.dropdownMobileListLoader__d41bdb88{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__a0ede3fe{overflow:hidden}.controlButtons__46d718f6{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__809ef55f{margin-right:8px}.notificationIcon__608ecd44{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__f458b0c6{padding:4px;overflow:auto}.dropdownDesktopList__f458b0c6.sm__19276635{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__f458b0c6.sm__19276635 .dropdownDesktopListItem__694186a8{padding:6px 8px;border-radius:6px}.dropdownDesktopList__f458b0c6.sm__19276635 .dropdownDesktopListLoader__53484adf{margin:0 auto}.dropdownDesktopList__f458b0c6.md__e41d66b3{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__f458b0c6.md__e41d66b3 .dropdownDesktopListItem__694186a8{padding:7px 8px;border-radius:8px}.dropdownDesktopList__f458b0c6.md__e41d66b3 .dropdownDesktopListLoader__53484adf{margin:-2px auto}.dropdownDesktopList__f458b0c6.lg__c5f56c3c{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__f458b0c6.lg__c5f56c3c .dropdownDesktopListItem__694186a8{padding:14px 8px;border-radius:10px}.dropdownDesktopList__f458b0c6.lg__c5f56c3c .dropdownDesktopListLoader__53484adf{margin:-6px auto}.dropdownDesktopListItem__694186a8{color:var(--triplex-next-DropdownList-Color-1-13-0);background:var(--triplex-next-DropdownList-Background_Default-1-13-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__694186a8+.dropdownDesktopListItem__694186a8{margin-top:2px}.dropdownDesktopListItem__694186a8.active__a75ae10f{background:var(--triplex-next-DropdownList-Background_Active-1-13-0);cursor:pointer}.dropdownDesktopListItem__694186a8.selected__dc1d53c9{background:var(--triplex-next-DropdownList-Background_Selected-1-13-0);cursor:default}.notificationIcon__437970d2{position:absolute;right:4px;top:4px}.loaderSmall__677ef55a{display:flex;justify-content:center;align-items:center}.loaderSmall__677ef55a.sm__b7630fdb{width:16px;height:16px;gap:2px}.loaderSmall__677ef55a.sm__b7630fdb .dot__db3c711d{width:4px;height:4px}.loaderSmall__677ef55a.md__d3b04acc{width:24px;height:24px;gap:3px}.loaderSmall__677ef55a.md__d3b04acc .dot__db3c711d{width:6px;height:6px}.loaderSmall__677ef55a.lg__57be71f1{width:32px;height:32px;gap:4px}.loaderSmall__677ef55a.lg__57be71f1 .dot__db3c711d{width:8px;height:8px}.loaderSmall__677ef55a.neutral__63a442ba .dot__db3c711d{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-13-0)}.loaderSmall__677ef55a.brand__c9555129 .dot__db3c711d{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-13-0)}.loaderSmall__677ef55a .dot__db3c711d{border-radius:50%}.loaderSmall__677ef55a .dot1__10ddabec{animation:dotCycleSmall__3b480158 .9s infinite}.loaderSmall__677ef55a .dot2__faabb2e3{animation:dotCycleSmall__3b480158 .9s infinite .15s}.loaderSmall__677ef55a .dot3__6d91deba{animation:dotCycleSmall__3b480158 .9s infinite .3s}@keyframes dotCycleSmall__3b480158{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__484195c4{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-13-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__b403fb7e{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__b403fb7e .dot__db3c711d{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-13-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__b403fb7e .dot1__10ddabec{top:0;left:0;animation:dotCycleMiddle__e172e713 3s infinite}.loaderMiddleDots__b403fb7e .dot2__faabb2e3{right:0;top:0;opacity:.7;animation:dotCycleMiddle__e172e713 3s infinite .74s}.loaderMiddleDots__b403fb7e .dot3__6d91deba{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__e172e713 3s infinite 1.5s}.loaderMiddleDots__b403fb7e .dot4__ee049dc5{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__e172e713 3s infinite 2.25s}.loaderMiddleDots__b403fb7e .line__09d6edaf{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-13-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__b09bcf32 3s infinite}@keyframes lineCycle__b09bcf32{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__e172e713{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__99ba859f{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__99ba859f:enabled{cursor:pointer}.buttonIcon__99ba859f.circle__b12efaa2{border-radius:50%}.buttonIcon__99ba859f.squircle__05908056{border-radius:4px}.buttonIcon__99ba859f:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-13-0)}.dropdownMobileInput__07a94d36{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-13-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__07a94d36::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-13-0);opacity:1}.dropdownMobileInput__07a94d36::-ms-clear{display:none}.tabsLineWrapper__8c84b527[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__8c84b527[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__8c84b527[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__8c84b527[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__8c84b527{position:relative}.tabsLineWrapper__8c84b527.withSeparator__dd5c914d:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-13-0);bottom:0;left:0;right:0}.tabsLine__4bea3cb4{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__4bea3cb4:has(.sm__307c2d51){height:28px}.tabsLine__4bea3cb4:has(.md__deb10a97){height:40px}.tabsLine__4bea3cb4:has(.lg__4f255304){height:56px}.tab__62bdabd5{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__62bdabd5.sm__307c2d51{height:28px;padding-bottom:12px}.tab__62bdabd5.md__deb10a97{height:40px;padding-top:8px;padding-bottom:12px}.tab__62bdabd5.lg__4f255304{height:56px;padding-top:16px;padding-bottom:20px}.tab__62bdabd5::-moz-focus-inner{border:none;padding:0}.tab__62bdabd5:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-13-0)}.tab__62bdabd5.active__e2542547{cursor:default}.tab__62bdabd5: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__62bdabd5:hover:after,.tab__62bdabd5:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-13-0)}.tab__62bdabd5.active__e2542547:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-13-0)}.notificationIcon__a8881fe3{position:absolute;right:6px}.sm__307c2d51 .notificationIcon__a8881fe3{top:0}.md__deb10a97 .notificationIcon__a8881fe3{top:8px}.lg__4f255304 .notificationIcon__a8881fe3{top:16px}.tabsLineDropdown__0a2d962b{display:inline-block}.tabsLineDropdown__0a2d962b .dropdownTarget__034966c5.active__e2542547{cursor:pointer}.tabsLineDropdown__0a2d962b .dropdownTargetInner__cb19d600{display:inline-flex;align-items:center}.tabsLineDropdown__0a2d962b .dropdownTargetCaret__b377d22b{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__0a2d962b .dropdownTargetCaret__b377d22b.opened__66208ce4{transform:rotate(-180deg)}.tabsLineDropdown__0a2d962b .dropdown__f5c1dd64{right:0;padding:4px}.tabsLineMobileWrapper__f3c66287{position:relative}.tabsLineMobileWrapper__f3c66287 .tab__62bdabd5{flex-shrink:0}.tabsLineMobileWrapper__f3c66287 .tab__62bdabd5:first-child{margin-left:16px}.tabsLineMobileWrapper__f3c66287 .tab__62bdabd5:last-child{margin-right:16px}.tabsLineMobile__dd3792e2{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__dd3792e2::-webkit-scrollbar{display:none}.label__f878e855{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__f878e855.sm__b50fc009{min-width:16px;min-height:16px}.label__f878e855.sm__b50fc009.nonempty__6b889ae6{padding-left:24px}.label__f878e855.md__bf9e2a84{min-height:24px;min-width:24px}.label__f878e855.md__bf9e2a84.nonempty__6b889ae6{padding-left:32px;padding-top:2px}.label__f878e855.lg__5102633a{min-width:28px;min-height:28px}.label__f878e855.lg__5102633a.nonempty__6b889ae6{padding-left:40px;padding-top:4px}.label__f878e855.disabled__466a8d52{cursor:default}.radio__c113b110{margin:0;opacity:0}.radioIcon__234e6e05{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-13-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-13-0)}.radioIcon__234e6e05:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-13-0);border-radius:50%;transform:scale(0)}.sm__b50fc009 .radioIcon__234e6e05:after{width:8px;height:8px;top:4px;left:4px}.md__bf9e2a84 .radioIcon__234e6e05:after{width:12px;height:12px;top:6px;left:6px}.lg__5102633a .radioIcon__234e6e05:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__234e6e05,.radioIcon__234e6e05:after{pointer-events:none}.radio__c113b110,.radioIcon__234e6e05{position:absolute;left:0;top:0}.sm__b50fc009 .radio__c113b110,.sm__b50fc009 .radioIcon__234e6e05{width:16px;height:16px;top:2px}.md__bf9e2a84 .radio__c113b110,.md__bf9e2a84 .radioIcon__234e6e05{width:24px;height:24px}.lg__5102633a .radio__c113b110,.lg__5102633a .radioIcon__234e6e05{width:28px;height:28px}.radio__c113b110:enabled{cursor:pointer}.radio__c113b110:checked+.radioIcon__234e6e05{background:var(--triplex-next-Radio-Background_Checked_Default-1-13-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-13-0)}.radio__c113b110:checked+.radioIcon__234e6e05:after{transform:scale(1);transition:transform .2s ease-out}.radio__c113b110:hover+.radioIcon__234e6e05{background-color:var(--triplex-next-Radio-Background_Hover-1-13-0);box-shadow:none}.radio__c113b110:disabled+.radioIcon__234e6e05{background:var(--triplex-next-Radio-Background_Disabled-1-13-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-13-0)}.radio__c113b110:disabled:checked+.radioIcon__234e6e05{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-13-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-13-0)}.radio__c113b110:disabled+.radioIcon__234e6e05:after{background:var(--triplex-next-Radio-Dot_Disabled-1-13-0)}.radio__c113b110:focus-visible+.radioIcon__234e6e05{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-13-0)}.radio__c113b110:checked:enabled:hover+.radioIcon__234e6e05{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-13-0)}.radioXGroup__ca93312d{display:inline-flex;flex-flow:row wrap}.radioXGroup__ca93312d.indent-12__3dc61200{margin-left:-6px;margin-right:-6px}.radioXGroup__ca93312d.indent-12__3dc61200 .label__f878e855{margin-left:6px;margin-right:6px}.radioXGroup__ca93312d.indent-16__327f694e{margin-left:-8px;margin-right:-8px}.radioXGroup__ca93312d.indent-16__327f694e .label__f878e855{margin-left:8px;margin-right:8px}.radioXGroup__ca93312d.indent-20__bed4ef3f{margin-left:-10px;margin-right:-10px}.radioXGroup__ca93312d.indent-20__bed4ef3f .label__f878e855{margin-left:10px;margin-right:10px}.radioXGroup__ca93312d.indent-24__d082900e{margin-left:-12px;margin-right:-12px}.radioXGroup__ca93312d.indent-24__d082900e .label__f878e855{margin-left:12px;margin-right:12px}.radioXGroup__ca93312d.indent-28__ff78ed1e{margin-left:-14px;margin-right:-14px}.radioXGroup__ca93312d.indent-28__ff78ed1e .label__f878e855{margin-left:14px;margin-right:14px}.radioXGroup__ca93312d.indent-32__0940ee83{margin-left:-16px;margin-right:-16px}.radioXGroup__ca93312d.indent-32__0940ee83 .label__f878e855{margin-left:16px;margin-right:16px}.radioYGroup__0aa0a65e{display:inline-flex;flex-flow:column wrap}.radioYGroup__0aa0a65e .label__f878e855.sm__b50fc009+.label__f878e855.sm__b50fc009{margin-top:8px}.radioYGroup__0aa0a65e .label__f878e855.md__bf9e2a84+.label__f878e855.md__bf9e2a84{margin-top:16px}.radioYGroup__0aa0a65e .label__f878e855.lg__5102633a+.label__f878e855.lg__5102633a{margin-top:20px}.notification__cc8f4714{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-13-0);background:var(--triplex-next-Notification-Background-1-13-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-13-0);z-index:300}.notification__cc8f4714:first-child{margin-top:0}.notification__cc8f4714.extraBottomPadding__1e334ca1{padding-bottom:24px}.notification__cc8f4714 .notificationHeader__93abc3d0{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-13-0);width:100%;margin-top:0;margin-bottom:8px}.notification__cc8f4714 .notificationIcon__c523ce8c{line-height:0}.notification__cc8f4714 .notificationBody__138607fd{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__cc8f4714 .notificationBodyList__78d38060{margin-top:8px}.notification__cc8f4714 .notificationBodyContent__80553e3c{width:100%;font-size:14px}.notification__cc8f4714 .notificationClose__922d009a{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__cc8f4714.showCloseOnHover__ad54050d .notificationClose__922d009a{opacity:0}.notification__cc8f4714.showCloseOnHover__ad54050d:hover{cursor:pointer}.notification__cc8f4714.showCloseOnHover__ad54050d:hover .notificationClose__922d009a{opacity:1}.notification__cc8f4714 .notificationFooter__571b4c52{display:flex;align-items:center;margin-top:16px}.notification__cc8f4714 .notificationFooter__571b4c52 button+a{margin-left:16px}.notification__cc8f4714 .notificationTime__d474b403{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-13-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__5e4e8316{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__5e4e8316:hover{cursor:pointer}.notificationGroupedWrapper__5e4e8316 .notificationGroupedFooterItem__8d78cd34{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-13-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-13-0)}.notificationGroupedWrapper__5e4e8316 .notificationGroupedFooterItem__8d78cd34.first__154f9f55{bottom:-8px;z-index:200}.notificationGroupedWrapper__5e4e8316 .notificationGroupedFooterItem__8d78cd34.second__a4391728{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__cc8f4714,.notificationGroupedWrapper__5e4e8316{width:100%}}.unorderedListItem__07146b75:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__07146b75+.unorderedListItem__07146b75{margin-top:8px}.unorderedList__950704a4{position:relative;margin:0;padding-left:14px;list-style:none}.button__c5bd801f.general__536f2d16{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-13-0);color:var(--triplex-next-Button-General_Color_Default-1-13-0)}.button__c5bd801f.general__536f2d16:hover{background:var(--triplex-next-Button-General_Background_Hover-1-13-0);color:var(--triplex-next-Button-General_Color_Hover-1-13-0)}.button__c5bd801f.general__536f2d16.expanded__7b348b31,.button__c5bd801f.general__536f2d16:active{background:var(--triplex-next-Button-General_Background_Active-1-13-0);color:var(--triplex-next-Button-General_Color_Active-1-13-0)}.button__c5bd801f.general__536f2d16:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-13-0)}.button__c5bd801f.general__536f2d16:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-13-0);color:var(--triplex-next-Button-General_Color_Disabled-1-13-0)}.button__c5bd801f.secondary__090d477d{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-13-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-13-0)}.button__c5bd801f.secondary__090d477d:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-13-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-13-0)}.button__c5bd801f.secondary__090d477d.expanded__7b348b31,.button__c5bd801f.secondary__090d477d:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-13-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-13-0)}.button__c5bd801f.secondary__090d477d:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-13-0)}.button__c5bd801f.secondary__090d477d:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-13-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-13-0)}.button__c5bd801f.secondaryLight__c64cee2b{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-13-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-13-0)}.button__c5bd801f.secondaryLight__c64cee2b:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-13-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-13-0)}.button__c5bd801f.secondaryLight__c64cee2b.expanded__7b348b31,.button__c5bd801f.secondaryLight__c64cee2b:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-13-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-13-0)}.button__c5bd801f.secondaryLight__c64cee2b:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-13-0)}.button__c5bd801f.secondaryLight__c64cee2b:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-13-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-13-0)}.button__c5bd801f.danger__732a24bc{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-13-0);color:var(--triplex-next-Button-Danger_Color_Default-1-13-0)}.button__c5bd801f.danger__732a24bc:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-13-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-13-0)}.button__c5bd801f.danger__732a24bc.expanded__7b348b31,.button__c5bd801f.danger__732a24bc:active{background:var(--triplex-next-Button-Danger_Background_Active-1-13-0);color:var(--triplex-next-Button-Danger_Color_Active-1-13-0)}.button__c5bd801f.danger__732a24bc:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-13-0)}.button__c5bd801f.danger__732a24bc:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-13-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-13-0)}.button__c5bd801f.link__ff2869c6{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-13-0);padding:0}.button__c5bd801f.link__ff2869c6.sm__8b4f97e1{height:28px;min-width:0px;padding:6px 2px}.button__c5bd801f.link__ff2869c6.md__6d1ffcc8{height:40px;min-width:0px;padding:10px 2px}.button__c5bd801f.link__ff2869c6.lg__0df54d3e{height:56px;min-width:0px;padding:18px 2px}.button__c5bd801f.link__ff2869c6:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-13-0)}.button__c5bd801f.link__ff2869c6.expanded__7b348b31,.button__c5bd801f.link__ff2869c6:active{color:var(--triplex-next-Button-Link_Color_Active-1-13-0)}.button__c5bd801f.link__ff2869c6:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-13-0)}.button__c5bd801f.link__ff2869c6:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-13-0)}.button__c5bd801f{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__c5bd801f::-moz-focus-inner{border:none;padding:0}.button__c5bd801f.sm__8b4f97e1{line-height:16px;font-size:12px}.button__c5bd801f.sm__8b4f97e1.general__536f2d16,.button__c5bd801f.sm__8b4f97e1.secondary__090d477d,.button__c5bd801f.sm__8b4f97e1.secondaryLight__c64cee2b,.button__c5bd801f.sm__8b4f97e1.danger__732a24bc{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__c5bd801f.sm__8b4f97e1.icon__92affad6{min-height:28px;min-width:28px;padding:4px}.button__c5bd801f.md__6d1ffcc8{line-height:20px;font-size:14px}.button__c5bd801f.md__6d1ffcc8.general__536f2d16,.button__c5bd801f.md__6d1ffcc8.secondary__090d477d,.button__c5bd801f.md__6d1ffcc8.secondaryLight__c64cee2b,.button__c5bd801f.md__6d1ffcc8.danger__732a24bc{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__c5bd801f.md__6d1ffcc8.icon__92affad6{min-height:40px;min-width:40px;padding:10px}.button__c5bd801f.lg__0df54d3e{line-height:20px;font-size:16px}.button__c5bd801f.lg__0df54d3e.general__536f2d16,.button__c5bd801f.lg__0df54d3e.secondary__090d477d,.button__c5bd801f.lg__0df54d3e.secondaryLight__c64cee2b,.button__c5bd801f.lg__0df54d3e.danger__732a24bc{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__c5bd801f.lg__0df54d3e.icon__92affad6{min-height:56px;min-width:56px;padding:12px}.button__c5bd801f:disabled{cursor:default}.button__c5bd801f:disabled *{pointer-events:none}.button__c5bd801f+.button__c5bd801f:not(.block__5ca1d64b){margin-left:12px}.button__c5bd801f .content__d3e44a8e{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__c5bd801f.block__5ca1d64b{display:block;width:100%}.button__c5bd801f.loading__0bb882da{pointer-events:none}.button__c5bd801f.loading__0bb882da .content__d3e44a8e{visibility:hidden}.button__c5bd801f .loader__01dd9455{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__c5bd801f .loader__01dd9455.hidden__6ccc2532{visibility:hidden}.buttonDropdownExtended__3cf4e7fd{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__3cf4e7fd .buttonDropdownExtendedBlock__2c0fa626{padding:4px;margin-top:4px;right:0}.buttonDropdown__20cce501.block__5ca1d64b{display:block}.buttonDropdown__20cce501+.button__c5bd801f:not(.block__5ca1d64b),.buttonDropdown__20cce501+.buttonDropdown__20cce501:not(.block__5ca1d64b){margin-left:16px}.buttonDropdown__20cce501 .buttonDropdownTarget__a72a68e3 .caretIcon__5676866b{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__20cce501 .buttonDropdownTarget__a72a68e3.active__746233ed .caretIcon__5676866b{transform:rotate(-180deg)}.buttonDropdown__20cce501 .buttonDropdownMenuItem__167776be{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__9c4be661{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__10aada15{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__eb473bc8{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__db4b1c68{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-13-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__ece683f7{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__ece683f7 .modalWindowContentWrapper__166bf95a{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__9c4be661 .6s ease}.modalWindow__ece683f7 .modalWindowContent__ceec80f8{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__ece683f7 .modalWindowContent__ceec80f8 .modalWindowBody__8a0d99a6{box-sizing:border-box;animation:fadeIn__3548eaa6 .3s ease}@keyframes fadeIn__3548eaa6{0%{opacity:0}to{opacity:1}}.modalWindow__ece683f7 .modalWindowContent__ceec80f8 .spinnerSm__676afc5e{display:none}@media (max-width: 767px){.modalWindow__ece683f7 .modalWindowContent__ceec80f8 .spinner__5d36f61e{display:none}.modalWindow__ece683f7 .modalWindowContent__ceec80f8 .spinnerSm__676afc5e{display:flex}}.global-modalWindowTransition-exit .modalWindow__ece683f7 .modalWindowContentWrapper__166bf95a{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__10aada15 .3s ease}.global-modalWindowTransition-exit .modalWindow__ece683f7 .modalWindowContentWrapper__166bf95a .modalWindowBody__8a0d99a6{animation:fadeOut__75a0b20e .3s ease}@keyframes fadeOut__75a0b20e{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__846d41bc{position:absolute;left:0;right:0;height:0}.modalWindow__ece683f7.sm__8bb82f0a .modalWindowContentWrapper__166bf95a{max-width:480px}.modalWindow__ece683f7.sm__8bb82f0a .modalWindowContent__ceec80f8 .modalWindowBody__8a0d99a6{min-height:196px}@media (max-width: 575px){.modalWindow__ece683f7.sm__8bb82f0a .modalWindowContentWrapper__166bf95a{max-width:100%}}.modalWindow__ece683f7.md__2c44a0ac .modalWindowContentWrapper__166bf95a{max-width:600px}.modalWindow__ece683f7.md__2c44a0ac .modalWindowContent__ceec80f8 .modalWindowBody__8a0d99a6{min-height:246px}@media (max-width: 767px){.modalWindow__ece683f7.md__2c44a0ac .modalWindowContentWrapper__166bf95a{max-width:100%}}.modalWindow__ece683f7.lg__9982d998 .modalWindowContentWrapper__166bf95a{max-width:800px}.modalWindow__ece683f7.lg__9982d998 .modalWindowContent__ceec80f8 .modalWindowBody__8a0d99a6{min-height:396px}@media (max-width: 991px){.modalWindow__ece683f7.lg__9982d998 .modalWindowContentWrapper__166bf95a{max-width:100%}}.modalWindowContentPage__6411ede1{background:var(--triplex-next-ModalWindow-Background-1-13-0);padding:8px!important}.modalWindowContentPage__6411ede1,.modalWindowLoaderScreen__32a748dd{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__6411ede1,.modalWindowLoaderScreen__32a748dd{border-radius:24px}}.islandBody__d8d72cd7{display:block}.islandHeader__4a78be9a,.islandFooter__fa0ebdcd,.island__cf9440de{position:relative}.island__cf9440de.type1__0344a59d{background-color:var(--triplex-next-Island-Type1_Background-1-13-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-13-0)}.island__cf9440de.type2__5e34c701{background-color:var(--triplex-next-Island-Type2_Background-1-13-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-13-0)}.island__cf9440de.type3__c915d6ba{background-color:var(--triplex-next-Island-Type3_Background-1-13-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-13-0)}.island__cf9440de.sm__af4e53d0{border-radius:16px;padding:16px}.island__cf9440de.sm__af4e53d0 .islandHeader__4a78be9a+.islandBody__d8d72cd7,.island__cf9440de.sm__af4e53d0 .islandHeader__4a78be9a+.islandFooter__fa0ebdcd,.island__cf9440de.sm__af4e53d0 .islandBody__d8d72cd7+.islandFooter__fa0ebdcd{margin-top:8px}.island__cf9440de.md__23a51736{border-radius:24px;padding:24px}.island__cf9440de.md__23a51736 .islandHeader__4a78be9a+.islandBody__d8d72cd7,.island__cf9440de.md__23a51736 .islandHeader__4a78be9a+.islandFooter__fa0ebdcd,.island__cf9440de.md__23a51736 .islandBody__d8d72cd7+.islandFooter__fa0ebdcd{margin-top:12px}.island__cf9440de.lg__b2ed7ea5{border-radius:32px;padding:32px}.island__cf9440de.lg__b2ed7ea5 .islandHeader__4a78be9a+.islandBody__d8d72cd7,.island__cf9440de.lg__b2ed7ea5 .islandHeader__4a78be9a+.islandFooter__fa0ebdcd,.island__cf9440de.lg__b2ed7ea5 .islandBody__d8d72cd7+.islandFooter__fa0ebdcd{margin-top:16px}@media (max-width: 767px){.island__cf9440de.sm__af4e53d0,.island__cf9440de.md__23a51736{border-radius:16px;padding:16px}.island__cf9440de.lg__b2ed7ea5{border-radius:24px;padding:24px}}.modalWindowBody__8a0d99a6{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__a02fb34f{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__a02fb34f{top:20px;right:20px}}.loaderScreen__202fa53c{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__202fa53c.loaderSmallBackdrop__bd5d1e1c{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-13-0)}.loaderScreen__202fa53c.loaderMiddleBackdrop__49ae1013{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-13-0)}.body__b56754f7{position:relative;display:flex}.body__b56754f7 .bodyInner__bf48b183{position:relative;flex-grow:1;width:100%}.bodyPage__080538b1{flex-grow:1}.verticalMargin24__a482ca03{margin-top:24px;margin-bottom:24px}.verticalMargin16__d0453ad4{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__a482ca03{margin-top:16px;margin-bottom:16px}.verticalMargin16__d0453ad4{margin-top:8px;margin-bottom:8px}}.headerTabs__2e28480c{display:flex;justify-content:space-between}.headerTabs__2e28480c .headerTabsContent__67744aa0{flex-grow:1}.headerTabs__2e28480c .headerTabsControls__88dd31b9{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__2e28480c{flex-wrap:wrap}.headerTabs__2e28480c .headerTabsContent__67744aa0{width:100%}.headerTabs__2e28480c .headerTabsControls__88dd31b9{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__2e28480c .headerTabsControls__88dd31b9>button{margin-left:16px;margin-top:16px}}.headerTitle__3f055f69{display:flex;justify-content:space-between}.headerTitle__3f055f69 .headerTitleControls__d32c8479{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__e49127a6+.headerTitle__3f055f69{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__3f055f69{flex-wrap:wrap}.headerTitle__3f055f69 .headerTitleContent__282994ab{width:100%}.headerTitle__3f055f69 .headerTitleControls__d32c8479{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__3f055f69 .headerTitleControls__d32c8479>button{margin-left:16px;margin-top:16px}}.headerSubheader__b7251f3f{padding:24px 0}.headerSubheader__b7251f3f.withoutPaddings__51b5addb{padding:0}.headerLayoutSidebar__a2db42d1{display:flex;justify-content:space-between}.headerLayoutSidebarContent__32ba5e97{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__a8029eaf{display:none}}.page__818da2c3{height:100%;display:flex;flex-direction:column;max-width:100%;padding:32px;box-sizing:border-box}.global-page{position:relative}@media (max-width: 767px){.page__818da2c3{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__4c4ab81c.sticky__718196b2{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__4c4ab81c.sticky__718196b2[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-13-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__a94c06f5.sticky__718196b2{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__a94c06f5.sticky__718196b2[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-13-0)!important}.footerDescription__77b0ceaa{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__7d7914a7{flex-grow:1;margin-right:auto}.footerDescriptionControls__1b2db355{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__77b0ceaa{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__7d7914a7{width:100%}.footerDescriptionControls__1b2db355{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__1b2db355>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__7d7914a7+.footerDescriptionControls__1b2db355{margin-top:0}.footer__dd4c4fd7{padding:16px 0}}.modalWindowHeader__5c629b81 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__5c629b81 .global-HeaderTitleContent{padding-right:72px}}.list__31025644{margin:0;padding:0;list-style:none;position:relative}.listItemControls__e3c63004{display:flex;padding:0 16px 0 4px}.listItemContent__279b0677{background:var(--triplex-next-ListItem-Background-1-13-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__279b0677.selected__4f5042e9{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-13-0)}.listItemControlsButton__8737b287{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-13-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__8737b287:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-13-0)}.listItemControlsButton__8737b287:hover .listItemControlsButtonLabel__403c9845{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-13-0)!important}.listItemControlsButton__8737b287.expanded__ac51573c,.listItemControlsButton__8737b287:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-13-0)}.listItemControlsButton__8737b287.expanded__ac51573c .listItemControlsButtonLabel__403c9845,.listItemControlsButton__8737b287:active .listItemControlsButtonLabel__403c9845{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-13-0)!important}.listItemControlsButton__8737b287+.listItemControlsButton__8737b287,.listItemControlsButton__8737b287+.listItemControlsButtonDropdown__3a656206{margin-left:4px}.listItemControlsButtonIcon__490fb237{line-height:0}.listItemControlsButton__8737b287.withText__16cf47a4 .listItemControlsButtonIcon__490fb237{margin-bottom:8px}.listItemControlsButtonLabel__403c9845{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-13-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__3a656206{display:flex}.listItemControlsButtonInner__305957b0{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__8737b287.withIcon__7ba5d8eb.withText__16cf47a4 .listItemControlsButtonInner__305957b0{height:44px;overflow:visible}.buttonDropdownMenuItem__28c88b84{overflow:hidden;text-overflow:ellipsis}.listEmptyState__5ee5d182{padding:64px 16px 16px;text-align:center}.listItemLoading__63e5cab2{height:24px;padding:12px 0;position:relative}.label__4293bb4d{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__4293bb4d.sm__0987498f{min-width:16px;min-height:16px}.label__4293bb4d.sm__0987498f.nonempty__8ff28030{padding-left:24px}.label__4293bb4d.md__b62b95ac{min-width:24px;min-height:24px}.label__4293bb4d.md__b62b95ac.nonempty__8ff28030{padding-left:32px;padding-top:2px}.label__4293bb4d.lg__4f189b7d{min-width:28px;min-height:28px}.label__4293bb4d.lg__4f189b7d.nonempty__8ff28030{padding-left:40px;padding-top:4px}.label__4293bb4d.disabled__76f63ea5{cursor:default}.label__4293bb4d[hidden]{display:none}.checkbox__ce7a3ae3{margin:0;opacity:0}.checkboxIcon__5964909e{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-13-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-13-0)}.sm__0987498f .checkboxIcon__5964909e{border-radius:4px}.checkmarkIcon__d66eed42{transform:scale(0)}.checkmarkIcon__d66eed42 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-13-0)}.checkboxIcon__5964909e,.checkmarkIcon__d66eed42{pointer-events:none}.checkbox__ce7a3ae3,.checkboxIcon__5964909e,.checkmarkIcon__d66eed42{position:absolute;left:0;top:0}.sm__0987498f .checkbox__ce7a3ae3,.sm__0987498f .checkboxIcon__5964909e,.sm__0987498f .checkmarkIcon__d66eed42{width:16px;height:16px;top:2px}.md__b62b95ac .checkbox__ce7a3ae3,.md__b62b95ac .checkboxIcon__5964909e,.md__b62b95ac .checkmarkIcon__d66eed42{width:24px;height:24px}.lg__4f189b7d .checkbox__ce7a3ae3,.lg__4f189b7d .checkboxIcon__5964909e,.lg__4f189b7d .checkmarkIcon__d66eed42{width:28px;height:28px}.checkbox__ce7a3ae3:enabled{cursor:pointer}.checkbox__ce7a3ae3:enabled:hover+.checkboxIcon__5964909e{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-13-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-13-0)}.checkbox__ce7a3ae3:checked+.checkboxIcon__5964909e{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-13-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-13-0)}.checkbox__ce7a3ae3:checked~.checkmarkIcon__d66eed42{transform:scale(1);transition:transform .2s ease-out}.checkbox__ce7a3ae3:disabled+.checkboxIcon__5964909e{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-13-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-13-0)}.checkbox__ce7a3ae3:disabled:checked+.checkboxIcon__5964909e{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-13-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-13-0)}.checkbox__ce7a3ae3:disabled~.checkmarkIcon__d66eed42 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-13-0)}.checkbox__ce7a3ae3:focus-visible+.checkboxIcon__5964909e{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-13-0)}.checkbox__ce7a3ae3:checked:enabled:hover+.checkboxIcon__5964909e{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-13-0)}.listItemSelectable__7e771769{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-13-0);border-radius:8px}.listItemSelectable__7e771769.selected__4f5042e9{background:var(--triplex-next-ListItem-Background_Selected-1-13-0)}.checkboxWrapper__8c38d8ac{padding:16px;line-height:0}.childrenWrapper__9c4f612e{flex-grow:1}.checkboxLabel__512e96c4{padding:0!important;position:relative}.checkboxLabelClickArea__e230a08a{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__b0905c5e{position:relative;overflow:hidden}.swipeableArea__b0905c5e .content__a3918118{position:relative;touch-action:pan-y}.swipeableArea__b0905c5e .content__a3918118.disableScroll__860a4d56{touch-action:none}.swipeableArea__b0905c5e .content__a3918118.disablePointerEvents__75dff82f:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__b0905c5e .swipeAnimationFinish__50dc50d6{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__b0905c5e .leftContent__cecd93c4,.swipeableArea__b0905c5e .rightContent__65b30249{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__b0905c5e .rightContent__65b30249{left:auto;right:0}.listItemTail__55f670fa{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__0d9df48b{background:var(--triplex-next-ListMaster-Background-1-13-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__1fabebbd{position:absolute;top:0;left:0;right:0}.listItemTailTop__1fabebbd: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-13-0)}.listItemTailTop__1fabebbd: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-13-0)}.listItemTailBottom__0202276f{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__0202276f: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-13-0)}.listItemTailBottom__0202276f: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-13-0)}.listItemTailRight__f9040d1b{right:-8px}.listItemTailLeft__84f7fc88{left:-8px}.listItemTable__9171f5ae{margin-bottom:4px}.listItemTable__9171f5ae:last-child{margin-bottom:0}.listSortableItemTarget__bfb5027f{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-13-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__bfb5027f:hover{background:var(--triplex-next-ListItem-Background_Selected-1-13-0)}.listSortableItemTarget__bfb5027f.dragging__8d100d0d{background:var(--triplex-next-ListItem-Background_Dragging-1-13-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-13-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__baaedb15{flex:1}.listSortableItemTargetIcon__00a3ccb6{display:block;margin-left:24px}.listSortableItem__16db82d0{position:relative}.listSortableItem__16db82d0.dragging__8d100d0d{z-index:1}.listSortableItemControls__f9df26a7{display:inline-block}.islandWidgetHeader__83d738e5{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.islandWidgetHeader__83d738e5 .islandWidgetHeaderContent__637c3013{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__83d738e5 .islandWidgetHeaderDescription__cc2da9ff{display:flex}@media (max-width: 767px){.islandWidgetHeader__83d738e5{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetFooter__e96f6e77{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__58a677b0{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__e846f262{margin-left:auto;white-space:nowrap}.expandAnimation__f0247968{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__3efe176f{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-13-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__3efe176f{border-radius:0 0 16px 16px}}.islandWidget__b3950147{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__b3950147>*{height:100%}.islandWidgetWithExtraFooter__2e6f0061:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-13-0)!important}.islandWidgetWrapper__9a572556{display:flex;flex-direction:column}.formFieldClear__7435b225{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__7435b225.hidden__340cbfe4{opacity:0;pointer-events:none}.formFieldTarget__26a6a365{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-13-0);overflow:hidden;white-space:nowrap}.formFieldTarget__26a6a365.placeholder__0c93d9f4{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-13-0)}.formFieldTarget__26a6a365.disabled__7812cef8{color:var(--triplex-next-FormField-Target_Color_Disabled-1-13-0)}.formFieldTarget__26a6a365.size-sm__6728b8d7{font-size:12px;height:28px;line-height:16px}.formFieldTarget__26a6a365.size-md__45aff5b2{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__26a6a365.size-lg__e9696402{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__26a6a365 .placeholderWrapper__e9afb788{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__26a6a365:focus{outline:none}.formFieldTarget__26a6a365:focus .placeholderWrapper__e9afb788{opacity:1}.formFieldTextarea__9fdb3ab2{width:100%;padding:0;box-sizing:border-box;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-13-0);resize:none;font-family:inherit}.formFieldTextarea__9fdb3ab2.sm__088f3562{height:44px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__9fdb3ab2.md__b0eea983{height:60px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__9fdb3ab2.lg__19259457{height:76px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__9fdb3ab2:focus{outline:none}.formFieldTextarea__9fdb3ab2:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-13-0)}.formFieldTextarea__9fdb3ab2::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-13-0)}.chipGroupItem__cd7119fd{display:inline-block}.chip__7adf984e{background:var(--triplex-next-Chip-Background_Default-1-13-0);color:var(--triplex-next-Chip-Color_Default-1-13-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__7adf984e.lg__49368d24{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__7adf984e.lg__49368d24 .prefix__b4e35e5b{padding-left:16px}.chip__7adf984e.lg__49368d24 .postfix__474d0960{padding-right:16px}.chip__7adf984e.md__13aaec29{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__7adf984e.md__13aaec29 .prefix__b4e35e5b{padding-left:12px}.chip__7adf984e.md__13aaec29 .postfix__474d0960{padding-right:12px}.chip__7adf984e.sm__5b7c71f2{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__7adf984e.sm__5b7c71f2 .prefix__b4e35e5b{padding-left:8px}.chip__7adf984e.sm__5b7c71f2 .postfix__474d0960{padding-right:8px}.chip__7adf984e:hover{background:var(--triplex-next-Chip-Background_Hover-1-13-0);color:var(--triplex-next-Chip-Color_Hover-1-13-0)}.chip__7adf984e:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-13-0)}.chip__7adf984e:active,.chip__7adf984e[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-13-0);color:var(--triplex-next-Chip-Color_Active-1-13-0)}.chip__7adf984e.disabled__086d71f7{background:var(--triplex-next-Chip-Background_Disabled-1-13-0);color:var(--triplex-next-Chip-Color_Disabled-1-13-0);cursor:default;pointer-events:none}.chip__7adf984e.selected__6f6db481{background:var(--triplex-next-Chip-Background_Selected_Default-1-13-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-13-0)}.chip__7adf984e.selected__6f6db481:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-13-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-13-0)}.chip__7adf984e.selected__6f6db481:active,.chip__7adf984e.selected__6f6db481[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-13-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-13-0)}.chip__7adf984e.selected__6f6db481.disabled__086d71f7{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-13-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-13-0)}.chip__7adf984e.withPrefix__4fa975bf{padding-left:0}.chip__7adf984e.withPostfix__007f2f92{padding-right:0}.chip__7adf984e .content__38a23563{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__7adf984e .prefix__b4e35e5b,.chip__7adf984e .postfix__474d0960{display:flex}.calendarControls__7c713dd5{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-13-0)}.calendarViewDays__524c9dfa{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__6c7b5062 .calendarViewDays__524c9dfa{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__60ce9124,.calendarViewYears__ca6db496{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__6c7b5062 .calendarViewMonths__60ce9124,.adaptive__6c7b5062 .calendarViewYears__ca6db496{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__5b9ee060{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-13-0)}.calendarViewDaysBody__2f699665:before{display:block;content:"";line-height:8px}.adaptive__6c7b5062 .calendarViewDaysBody__2f699665:before{line-height:4px}.calendarViewItem__04c118e1{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__04c118e1:focus-visible{outline:none}.calendarViewItem__04c118e1.current__24285602{font-weight:600}.calendarViewItem__04c118e1.disabled__561729e5{pointer-events:none}.calendarViewItemLabel__2b9e0f01{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-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-13-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-13-0);cursor:pointer}.calendarViewItemLabel__2b9e0f01:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2:hover.basicMark__2f8098ed:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2:hover.standardMark__bc0fecd4:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2:hover.attentionMark__a7937e03:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2:hover.criticalMark__b6442699:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2.muted__647b41d9{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2.muted__647b41d9:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-13-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2.basicMark__2f8098ed:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2.standardMark__bc0fecd4:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2.attentionMark__a7937e03:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.selected__0825e9c2.criticalMark__b6442699:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.marked__1daae5f9:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__2b9e0f01.basicMark__2f8098ed:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.standardMark__bc0fecd4:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.attentionMark__a7937e03:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.criticalMark__b6442699:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-13-0)}.calendarViewItemLabel__2b9e0f01.muted__647b41d9{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-13-0)}.calendarViewItemLabel__2b9e0f01.disabled__561729e5{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-13-0);background:none}.calendarViewItem__04c118e1:focus-visible .calendarViewItemLabel__2b9e0f01{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-13-0)}.unitDay__07e4effc{width:36px;height:36px;border-radius:6px}.unitMonth__99b4afc6,.unitYear__3593846d{width:89px;height:48px;border-radius:6px}.adaptive__6c7b5062 .unitMonth__99b4afc6,.adaptive__6c7b5062 .unitYear__3593846d{width:104px;height:48px;border-radius:6px}.calendarFooter__62a34680{margin-top:12px;text-align:center}.calendar__b66e0537{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-13-0);-webkit-user-select:none;user-select:none}.calendar__b66e0537.adaptive__6c7b5062{width:auto;padding:20px}.calendar__b66e0537+.calendar__b66e0537{margin-top:20px}.datePickerExtendedMobileDropdown__ea85adcd{max-height:100vh}.chipDropdownArrow__5600cf09{transition:transform .3s ease}.chipDropdownArrow__5600cf09.rotated__c892d64f{transform:rotate(-180deg)}.chipClearButton__490ba3c6{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__490ba3c6:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-13-0)}.dropdownMobileMaskedInput__f85d1617{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__a1232078{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__a1232078 .caretWrapper__60f28a8d{height:100%}.selectExtendedFieldTarget__a1232078 .caretIcon__db6bea0c{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__a1232078.selectOpened__212235c8 .caretIcon__db6bea0c{transform:rotate(180deg)}.selectExtendedFieldTarget__a1232078.disabled__dc177b40{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__b7afd60b{position:relative}.multiselectFieldHeader__bded1bb0{padding:12px 12px 0}.multiselectFieldContentWrapper__a02b0a91 .multiselectFieldContent__94f72401{position:relative;padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__a02b0a91 .multiselectFieldContent__94f72401.sm__f5807ce2{height:204px}.multiselectFieldContentWrapper__a02b0a91 .multiselectFieldContent__94f72401.md__1c6de9d9{height:245px}.multiselectFieldContentWrapper__a02b0a91 .multiselectFieldContent__94f72401.lg__93cedebf{height:324px}.multiselectFieldFooter__b4b1a301{padding:0 12px 12px}.multiselectFieldFooter__b4b1a301:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-13-0)}.chipOptionsContent__0432f878{min-width:14px;text-align:center;display:block}.tooltipDesktop__8715c31c{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__8715c31c .tooltipBody__a684a5a7{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-13-0)}.tooltipDesktop__8715c31c .tooltipXButton__b428e0d7{position:absolute;right:8px;top:8px}.tooltipDesktopContent__11e41e8a{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-13-0);border-radius:8px}.closable__b546cd1d .tooltipDesktopContent__11e41e8a{padding-right:32px}.tooltipSM__07a09fc6 .tooltipDesktopContent__11e41e8a{width:192px;min-height:52px}.tooltipLG__a21bb83b .tooltipDesktopContent__11e41e8a{width:384px;min-height:52px}.tooltipOverlay__513d29cf{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__2c0b8df3{width:0;height:0}.tooltipDesktopTip__2c0b8df3.down__bddeffaa{border-top:solid var(--triplex-next-Tooltip-Background-1-13-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__2c0b8df3.up__73b2bbff{border-bottom:solid var(--triplex-next-Tooltip-Background-1-13-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__2c0b8df3.left__c23d5a15{border-right:solid var(--triplex-next-Tooltip-Background-1-13-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__2c0b8df3.right__be907ff3{border-left:solid var(--triplex-next-Tooltip-Background-1-13-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__2c0f059d .tooltipBody__a684a5a7{text-align:left}.tooltipMobileContent__9f7cedbf{padding:16px}.headerless__11607407 .tooltipMobileContent__9f7cedbf{padding-right:40px;border-radius:16px 16px 0 0}.headerless__11607407 .tooltipMobileContent__9f7cedbf .closeButton__7973e394{position:absolute;right:16px;top:16px}.tooltipLink__0ec24f31{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__e2ec9d38{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-13-0)}.desktop__e2ec9d38:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-13-0)}.desktop__e2ec9d38:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-13-0)}.desktop__e2ec9d38:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-13-0)}.mobile__9518b877{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-13-0)}.mobile__9518b877:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-13-0)}.mobile__9518b877:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-13-0)}.mobile__9518b877:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-13-0)}.chipSuggestInputWrapper__69fa4f8c{margin:12px}.suggestDropdownMobileBody__08ca2005{height:176px}.suggestDropdownMobileNoOptionsText__70b2bdd0{padding:16px}.checkboxXGroup__e47fdd12{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__e47fdd12.indent-12__f19fb013{margin-left:-6px;margin-right:-6px}.checkboxXGroup__e47fdd12.indent-12__f19fb013 .label__4293bb4d{margin-left:6px;margin-right:6px}.checkboxXGroup__e47fdd12.indent-16__276dd473{margin-left:-8px;margin-right:-8px}.checkboxXGroup__e47fdd12.indent-16__276dd473 .label__4293bb4d{margin-left:8px;margin-right:8px}.checkboxXGroup__e47fdd12.indent-20__05f4adfd{margin-left:-10px;margin-right:-10px}.checkboxXGroup__e47fdd12.indent-20__05f4adfd .label__4293bb4d{margin-left:10px;margin-right:10px}.checkboxXGroup__e47fdd12.indent-24__8d606778{margin-left:-12px;margin-right:-12px}.checkboxXGroup__e47fdd12.indent-24__8d606778 .label__4293bb4d{margin-left:12px;margin-right:12px}.checkboxXGroup__e47fdd12.indent-28__abac0eb0{margin-left:-14px;margin-right:-14px}.checkboxXGroup__e47fdd12.indent-28__abac0eb0 .label__4293bb4d{margin-left:14px;margin-right:14px}.checkboxXGroup__e47fdd12.indent-32__de78715a{margin-left:-16px;margin-right:-16px}.checkboxXGroup__e47fdd12.indent-32__de78715a .label__4293bb4d{margin-left:16px;margin-right:16px}.checkboxYGroup__68922ec5{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__68922ec5 .label__4293bb4d.sm__0987498f+.label__4293bb4d.sm__0987498f{margin-top:8px}.checkboxYGroup__68922ec5 .label__4293bb4d.lg__4f189b7d+.label__4293bb4d.lg__4f189b7d{margin-top:20px}.checkboxYGroup__68922ec5 .label__4293bb4d.md__b62b95ac+.label__4293bb4d.md__b62b95ac{margin-top:16px}.card__6d63c285{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__6d63c285.roundingMD__4fb49f7a{--radius: 16px}.card__6d63c285.roundingSM__2dc51029{--radius: 8px}.card__6d63c285.general__a826b8e9{background:var(--triplex-next-Card-Static_General_Background-1-13-0)}.card__6d63c285.secondary__ce9fd5d8{background:var(--triplex-next-Card-Static_Secondary_Background-1-13-0)}.card__6d63c285 .cardMedia__96b64cce{background-size:cover;background-repeat:no-repeat;background-position:center}.card__6d63c285 .cardContent__e71e87b9{padding:var(--padding)}.card__6d63c285 .cardContent__e71e87b9.paddingMD__e7fffbd8{--padding: 24px}.card__6d63c285 .cardContent__e71e87b9.paddingSM__05a2fed7{--padding: 16px}.card__6d63c285 .cardContent__e71e87b9 .cardContentHeader__338c467c{margin-bottom:16px}.card__6d63c285 .cardContent__e71e87b9 .cardContentFooter__204d2e7b{margin-top:16px}.action__bd0f576e{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__bd0f576e: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__bd0f576e.general__a826b8e9{background:var(--triplex-next-Card-Action_General_Background-1-13-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-13-0)}.action__bd0f576e.general__a826b8e9:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-13-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-13-0)}.action__bd0f576e.general__a826b8e9.selected__d0447795{background:var(--triplex-next-Card-Action_General_Background_Selected-1-13-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-13-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-13-0)}.action__bd0f576e.general__a826b8e9.selected__d0447795:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-13-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-13-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-13-0)}.action__bd0f576e.general__a826b8e9:focus{outline:none}.action__bd0f576e.general__a826b8e9:focus.focusVisible__56d62e52{box-shadow:var(--triplex-next-Card-Shadow_Default-1-13-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-13-0)}.action__bd0f576e.secondary__ce9fd5d8{background:var(--triplex-next-Card-Action_Secondary_Background-1-13-0)}.action__bd0f576e.secondary__ce9fd5d8:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-13-0)}.action__bd0f576e.secondary__ce9fd5d8.selected__d0447795{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-13-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-13-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-13-0)}.action__bd0f576e.secondary__ce9fd5d8.selected__d0447795:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-13-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-13-0)}.action__bd0f576e.secondary__ce9fd5d8:focus{outline:none}.action__bd0f576e.secondary__ce9fd5d8:focus.focusVisible__56d62e52{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-13-0)}.alertContext__f6040da2{display:flex;font-size:12px;line-height:16px}.alertContext__f6040da2>svg{flex-shrink:0}.alertContext__f6040da2 .alertContextText__375bf6ac{margin-left:8px}.alertContext__f6040da2.alertTypeError__ee54db6b .alertContextText__375bf6ac{color:var(--triplex-next-AlertContext-Error_Color-1-13-0)}.alertContext__f6040da2.alertTypeInfo__a319cd54 .alertContextText__375bf6ac{color:var(--triplex-next-AlertContext-Info_Color-1-13-0)}.alertContext__f6040da2.alertTypeWarning__663a83b3 .alertContextText__375bf6ac{color:var(--triplex-next-AlertContext-Warning_Color-1-13-0)}.alertContext__f6040da2.alertTypeSystem__0b8cc56c .alertContextText__375bf6ac{color:var(--triplex-next-AlertContext-System_Color-1-13-0)}.alertProcess__c6e2225d{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__c6e2225d.withSpoiler__2ce092f9{min-height:40px}.alertProcess__c6e2225d .themeIcon__7322e810{box-sizing:border-box;height:20px;width:20px}.alertProcess__c6e2225d.alertTypeError__ee54db6b{background:var(--triplex-next-AlertProcess-Error_Background-1-13-0)}.alertProcess__c6e2225d.alertTypeInfo__a319cd54{background:var(--triplex-next-AlertProcess-Info_Background-1-13-0)}.alertProcess__c6e2225d.alertTypeWarning__663a83b3{background:var(--triplex-next-AlertProcess-Warning_Background-1-13-0)}.alertProcess__c6e2225d.alertTypeSystem__0b8cc56c{background:var(--triplex-next-AlertProcess-System_Background-1-13-0)}.alertProcess__c6e2225d.alertTypeFeature__43e6a085{background:var(--triplex-next-AlertProcess-Feature_Background-1-13-0)}.alertProcess__c6e2225d.alertTypeFeature__43e6a085 .themeIcon__7322e810{padding-top:0}.alertProcess__c6e2225d .alertProcessContentBlock__6c9b0a3a{flex:1;margin-left:10px}.alertProcess__c6e2225d .alertProcessContentBlock__6c9b0a3a .expandableContent__a552d539{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__c6e2225d .alertProcessContentBlock__6c9b0a3a .expandableContent__a552d539.expanded__618283d8{max-height:1000px;opacity:1}.alertProcess__c6e2225d .closeButton__034ed965{margin-left:10px}.alertProcess__c6e2225d .expandButton__46cf6c70{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__c6e2225d .expandButton__46cf6c70.expanded__618283d8{transform:rotate(180deg)}.adaptive__883a13a3{font-size:10px!important;line-height:12px!important}.avatar__119713ae{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-13-0)}.avatar__119713ae.xxs__0e97c311{width:28px;height:28px;border-radius:6px}.avatar__119713ae.xs__9b3d7a35{width:32px;height:32px;border-radius:8px}.avatar__119713ae.sm__2916216f{width:40px;height:40px;border-radius:10px}.avatar__119713ae.md__a9b5ccf5{width:56px;height:56px;border-radius:16px}.avatar__119713ae.lg__38f2f8ac{width:80px;height:80px;border-radius:20px}.avatar__119713ae.xl__78375b2b{width:96px;height:96px;border-radius:24px}.avatar__119713ae.xxl__fdc0f584{width:128px;height:128px;border-radius:28px}.col-1__b505b60e{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__13825d98{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__ffe489e2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__d02dc6c3{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__fb4fdb67{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__8671d957{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__5dd59ac5{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__e7d2cdd5{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__9ac187d4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__db3774e6{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__29ab3bc5{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__7200d391{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__37e96b88{margin-left:0%}.offset-1__8f450178{margin-left:8.33333333%}.offset-2__6c280abb{margin-left:16.66666667%}.offset-3__9070f54b{margin-left:25%}.offset-4__2317d36e{margin-left:33.33333333%}.offset-5__3a32d57b{margin-left:41.66666667%}.offset-6__1cd88cb9{margin-left:50%}.offset-7__8058ac26{margin-left:58.33333333%}.offset-8__cbea4a78{margin-left:66.66666667%}.offset-9__96d1a64e{margin-left:75%}.offset-10__daef014b{margin-left:83.33333333%}.offset-11__d941df2c{margin-left:91.66666667%}.d-none__53f6ff05{display:none!important}.d-block__ab203f42{display:block!important}@media (min-width: 576px){.col-sm-1__58ce806d{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__b185bb02{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__4db6e81e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__79b028b0{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__5e5537e7{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__18ba01f7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__e377a231{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__9b8bdd4a{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__c673bbef{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__cfd6a12f{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__ae92fdbd{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__448bc01b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__a11d255f{margin-left:0%}.offset-sm-1__e7b59e49{margin-left:8.33333333%}.offset-sm-2__6650279d{margin-left:16.66666667%}.offset-sm-3__b62ec520{margin-left:25%}.offset-sm-4__18dc976a{margin-left:33.33333333%}.offset-sm-5__93095ca3{margin-left:41.66666667%}.offset-sm-6__87dbf7ed{margin-left:50%}.offset-sm-7__8f1dae4b{margin-left:58.33333333%}.offset-sm-8__965ab553{margin-left:66.66666667%}.offset-sm-9__ba4ccb47{margin-left:75%}.offset-sm-10__02092bf7{margin-left:83.33333333%}.offset-sm-11__1b199c67{margin-left:91.66666667%}.d-none-sm__88304799{display:none!important}.d-block-sm__43d7d78e{display:block!important}}@media (min-width: 768px){.col-md-1__56a43195{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__a73341ec{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__d6a9bc66{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__4f53b567{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__b549b7ee{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__7104e629{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__2ab88ab6{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__16170ec3{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__8deb75b0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__373d86de{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__69d89982{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__c1b3ef08{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__457b1858{margin-left:0%}.offset-md-1__229f23bd{margin-left:8.33333333%}.offset-md-2__8e7ae0cd{margin-left:16.66666667%}.offset-md-3__331f1362{margin-left:25%}.offset-md-4__ab13fd84{margin-left:33.33333333%}.offset-md-5__0122455a{margin-left:41.66666667%}.offset-md-6__e7815b87{margin-left:50%}.offset-md-7__c6d536c0{margin-left:58.33333333%}.offset-md-8__e36aff45{margin-left:66.66666667%}.offset-md-9__657b34fe{margin-left:75%}.offset-md-10__8be8a72c{margin-left:83.33333333%}.offset-md-11__e90154fb{margin-left:91.66666667%}.d-none-md__a002dba3{display:none!important}.d-block-md__05a58b45{display:block!important}}@media (min-width: 992px){.col-lg-1__2e13e4d5{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__5c8ada67{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__e596b5cc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__793e27b9{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__323d002a{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__0cda32a9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__46f23762{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__718a4fe9{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__efd0568d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__32f97cb5{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__a644cc4c{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__52540557{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__2a5d6e30{margin-left:0%}.offset-lg-1__58a37ea6{margin-left:8.33333333%}.offset-lg-2__cdd45aaf{margin-left:16.66666667%}.offset-lg-3__a0fb7994{margin-left:25%}.offset-lg-4__bc8a9301{margin-left:33.33333333%}.offset-lg-5__799e3805{margin-left:41.66666667%}.offset-lg-6__91c7f3f4{margin-left:50%}.offset-lg-7__48071e56{margin-left:58.33333333%}.offset-lg-8__6494ea26{margin-left:66.66666667%}.offset-lg-9__189b880b{margin-left:75%}.offset-lg-10__35fd1cdc{margin-left:83.33333333%}.offset-lg-11__58c4f9c5{margin-left:91.66666667%}.d-none-lg__91f22a4d{display:none!important}.d-block-lg__1962e68a{display:block!important}}@media (min-width: 1200px){.col-xl-1__475c3ade{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__f1cb3a5f{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__11114b28{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__cbdddcce{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__d0e29077{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__f9503268{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__61604046{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__2cb637ef{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__748e9f5b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__544b621c{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__70edfae5{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__c19bfdf9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__695c7c0b{margin-left:0%}.offset-xl-1__b5f1a0a1{margin-left:8.33333333%}.offset-xl-2__7510e397{margin-left:16.66666667%}.offset-xl-3__b17eb935{margin-left:25%}.offset-xl-4__a22e74fb{margin-left:33.33333333%}.offset-xl-5__995977d6{margin-left:41.66666667%}.offset-xl-6__f7257921{margin-left:50%}.offset-xl-7__fd4fed87{margin-left:58.33333333%}.offset-xl-8__98e8d62a{margin-left:66.66666667%}.offset-xl-9__e96aad9f{margin-left:75%}.offset-xl-10__cf950440{margin-left:83.33333333%}.offset-xl-11__3a93fae1{margin-left:91.66666667%}.d-none-xl__a8184274{display:none!important}.d-block-xl__0e1b0aec{display:block!important}}.ellipsisLineClamp__bd0fc741{--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__bd0fc741.oneLine__859a2495{word-break:break-all}.link__b4b7b329{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-13-0)}.link__b4b7b329:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-13-0)}.link__b4b7b329:active{color:var(--triplex-next-Link-Text_Color_Active-1-13-0)}.link__b4b7b329:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-13-0)}.wordWithContent__272c39b1{white-space:nowrap;display:inline-flex;align-items:center}.before__137fe157 :first-child{margin-right:4px}.after__b96daac2 :last-child{margin-left:4px}.marker__f0927f70{border-radius:50%}.marker__f0927f70.md__6f71c88d{width:8px;height:8px}.marker__f0927f70.lg__3963e8a2{width:10px;height:10px}.marker__f0927f70.success__70844242{background:var(--triplex-next-Marker-Background_Success-1-13-0)}.marker__f0927f70.error__58b5319e{background:var(--triplex-next-Marker-Background_Error-1-13-0)}.marker__f0927f70.warning__03442784{background:var(--triplex-next-Marker-Background_Warning-1-13-0)}.marker__f0927f70.waiting__6d4ad9cd{background:var(--triplex-next-Marker-Background_Waiting-1-13-0)}.markerStatus__1508b8a1{line-height:0;display:flex;align-items:start}.markerStatus__1508b8a1 .contentContainer__9045529d{display:flex;flex-direction:column}.markerStatus__1508b8a1.md__f494a683{gap:4px}.markerStatus__1508b8a1.md__f494a683 .markerContainer__99991e9c{margin-top:4px}.markerStatus__1508b8a1.lg__f7e612c1{gap:6px}.markerStatus__1508b8a1.lg__f7e612c1 .contentContainer__9045529d{gap:4px}.markerStatus__1508b8a1.lg__f7e612c1 .markerContainer__99991e9c{margin-top:5px}.row__b2019ba2{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__b2019ba2.noPaddingBottom__015c0ab9,.row__b2019ba2:last-child{padding-bottom:0}.tabsExtended__4c97d89f{position:relative}.tabsExtendedContent__bb0d21b3{display:inline-flex}.tabsExtendedContent__bb0d21b3.sm__5aff5e97{border-radius:6px;padding:4px}.tabsExtendedContent__bb0d21b3.md__19ac8035{border-radius:8px;padding:4px}.tabsExtendedContent__bb0d21b3.lg__bcbdfb04{border-radius:10px;padding:8px}.tabsExtendedTab__7da8b2d1{display:flex}.tabsExtendedTab__7da8b2d1+.tabsExtendedTab__7da8b2d1,.tabsExtendedDropdown__63f25ca0{margin-left:2px}.tabsReal__e1d49cab,.tabsFake__f7e8f895{display:flex;box-sizing:border-box;width:100%}.tabsReal__e1d49cab.hidden__38d499fd{visibility:hidden}.tabsReal__e1d49cab .tabsExtendedTab__7da8b2d1.hidden__38d499fd{display:none}.tabsFake__f7e8f895{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__802b58df .tabsExtendedContent__bb0d21b3{background-color:var(--triplex-next-Tabs-Type1_Background-1-13-0)}.type2__9692d4b0 .tabsExtendedContent__bb0d21b3{background-color:var(--triplex-next-Tabs-Type2_Background-1-13-0)}.tabsExtendedTabButton__c521451c{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-13-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__c521451c .tabButtonText__9cf2f348{font-weight:400}.tabsExtendedTabButton__c521451c.lg__bcbdfb04{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__c521451c.lg__bcbdfb04 .tabButtonText__9cf2f348{font-size:16px;line-height:20px}.tabsExtendedTabButton__c521451c.md__19ac8035{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__c521451c.md__19ac8035 .tabButtonText__9cf2f348{font-size:14px;line-height:20px}.tabsExtendedTabButton__c521451c.sm__5aff5e97{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__c521451c.sm__5aff5e97 .tabButtonText__9cf2f348{font-size:12px;line-height:16px}.tabsExtendedTabButton__c521451c::-moz-focus-inner{border:none}.tabsExtendedTabButton__c521451c+.tabsExtendedTabButton__c521451c{margin-left:2px}.tabsExtendedTabButton__c521451c:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-13-0)}.tabsExtendedTabButton__c521451c.type1__802b58df{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-13-0)}.tabsExtendedTabButton__c521451c.type1__802b58df.selected__84f9ebbb{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-13-0)}.tabsExtendedTabButton__c521451c.type1__802b58df.selected__84f9ebbb .tabButtonText__9cf2f348{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-13-0)}.tabsExtendedTabButton__c521451c.type1__802b58df:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-13-0)}.tabsExtendedTabButton__c521451c.type1__802b58df:hover .tabButtonText__9cf2f348{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-13-0)}.tabsExtendedTabButton__c521451c.type1__802b58df .tabButtonText__9cf2f348{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-13-0)}.tabsExtendedTabButton__c521451c.type2__9692d4b0{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-13-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-13-0)}.tabsExtendedTabButton__c521451c.type2__9692d4b0.selected__84f9ebbb{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-13-0)}.tabsExtendedTabButton__c521451c.type2__9692d4b0.selected__84f9ebbb .tabButtonText__9cf2f348{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-13-0)}.tabsExtendedTabButton__c521451c.type2__9692d4b0:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-13-0)}.tabsExtendedTabButton__c521451c.type2__9692d4b0:hover .tabButtonText__9cf2f348{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-13-0)}.notificationIcon__4cb076cf{position:absolute;right:4px;top:4px}.tabsContent__4de9dfbb .tabButtonDropdown__5a1d781d{padding:0!important;border-radius:0!important;background:none!important}.tabsContent__4de9dfbb .tabButtonDropdown__5a1d781d.sm__f73d8a2a{min-width:20px;min-height:20px;height:20px}.tabsContent__4de9dfbb .tabButtonDropdown__5a1d781d.md__952435a6{min-width:32px;min-height:32px;height:32px}.tabsContent__4de9dfbb .tabButtonDropdown__5a1d781d.lg__22afe4e4{min-width:40px;min-height:40px;height:40px}.tag__a7071a86{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-13-0);border-radius:4px;gap:2px}.tag__a7071a86.sm__f94209bf{height:20px;padding:2px 4px 2px 6px}.tag__a7071a86.md__f56f0530{height:28px;padding:4px 6px 4px 8px}.tag__a7071a86.lg__5821d56d{height:32px;padding:6px 8px 6px 10px}.content__432d1f49{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__a4ad7372{display:flex;flex-wrap:wrap}.tagGroup__a4ad7372.sm__b276e79f{gap:4px}.tagGroup__a4ad7372.md__e2e86582{gap:8px}.tagGroup__a4ad7372.lg__4ba33b1b{gap:12px}.paginationExtended__51f1cde0{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__a99fa978 .directionIconNext__81b70a1a{transform:rotate(180deg)}.pageEllipsis__b3007a58{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-13-0);cursor:default}.paginationPageButton__7a0689ac{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-13-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__7a0689ac:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-13-0);outline:none}.paginationPageButton__7a0689ac:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-13-0)}.paginationPageButton__7a0689ac:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-13-0);cursor:grabbing}.paginationPageButton__7a0689ac.currentPage__4308ef0d{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-13-0);cursor:default}.paginationNavigationExtended__4674a804{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__f2f8522c{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__f2f8522c .paginationSelectControl__4ac68f3d{margin-left:8px;min-width:72px}.skeleton__146b4e07{border-radius:16px;flex-grow:1}.skeleton__146b4e07.light__96afc27d{animation:skeleton-light-pulse__d4d61d46 2s ease-in-out infinite}.skeleton__146b4e07.dark__c1353bc1{animation:skeleton-dark-pulse__6ef29e7d 2s ease-in-out infinite}@keyframes skeleton-light-pulse__d4d61d46{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-13-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-13-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-13-0)}}@keyframes skeleton-dark-pulse__6ef29e7d{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-13-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-13-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-13-0)}}.segmentedControlSegment__83701bed{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-13-0);outline:none;cursor:pointer}.segmentedControlSegment__83701bed:disabled{cursor:default}.sm__34099e53 .segmentedControlSegment__83701bed{padding:1px;font-size:12px;line-height:16px;border-radius:4px}.md__b84b96a5 .segmentedControlSegment__83701bed{padding:5px;font-size:14px;line-height:20px;border-radius:6px}.lg__b79e06f1 .segmentedControlSegment__83701bed{padding:9px;font-size:16px;line-height:20px;border-radius:8px}.general1__54027c45 .segmentedControlSegment__83701bed{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-13-0)}.general1__54027c45 .segmentedControlSegment__83701bed:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-13-0)}.general1__54027c45 .segmentedControlSegment__83701bed:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-13-0)}.general1__54027c45 .segmentedControlSegment__83701bed.selected__c229bff9{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-13-0)}.general1__54027c45 .segmentedControlSegment__83701bed.selected__c229bff9:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-13-0)}.general1__54027c45 .segmentedControlSegment__83701bed.selected__c229bff9:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-13-0)}.general2__cebb7dc7 .segmentedControlSegment__83701bed{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-13-0)}.general2__cebb7dc7 .segmentedControlSegment__83701bed:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-13-0)}.general2__cebb7dc7 .segmentedControlSegment__83701bed:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-13-0)}.general2__cebb7dc7 .segmentedControlSegment__83701bed.selected__c229bff9{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-13-0)}.general2__cebb7dc7 .segmentedControlSegment__83701bed.selected__c229bff9:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-13-0)}.general2__cebb7dc7 .segmentedControlSegment__83701bed.selected__c229bff9:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-13-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-13-0)}.secondary1__93d0926d .segmentedControlSegment__83701bed{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-13-0)}.secondary1__93d0926d .segmentedControlSegment__83701bed:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-13-0)}.secondary1__93d0926d .segmentedControlSegment__83701bed:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-13-0)}.secondary1__93d0926d .segmentedControlSegment__83701bed.selected__c229bff9{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-13-0)}.secondary1__93d0926d .segmentedControlSegment__83701bed.selected__c229bff9:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-13-0)}.secondary2__ea6e8531 .segmentedControlSegment__83701bed{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-13-0)}.secondary2__ea6e8531 .segmentedControlSegment__83701bed:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-13-0)}.secondary2__ea6e8531 .segmentedControlSegment__83701bed:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-13-0)}.secondary2__ea6e8531 .segmentedControlSegment__83701bed.selected__c229bff9{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-13-0)}.secondary2__ea6e8531 .segmentedControlSegment__83701bed.selected__c229bff9:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-13-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-13-0)}.segmentedControlSegment__83701bed:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-13-0)}.content__6e789fef{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__486cedb7{display:flex;gap:4px}.segmentedControl__486cedb7.general1__54027c45{background:var(--triplex-next-SegmentedControl-General_1_Background-1-13-0)}.segmentedControl__486cedb7.secondary1__93d0926d{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-13-0)}.segmentedControl__486cedb7.general2__cebb7dc7{background:var(--triplex-next-SegmentedControl-General_2_Background-1-13-0)}.segmentedControl__486cedb7.secondary2__ea6e8531{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-13-0)}.segmentedControl__486cedb7.sm__34099e53{border-radius:6px;padding:4px}.segmentedControl__486cedb7.md__b84b96a5{border-radius:8px;padding:4px}.segmentedControl__486cedb7.lg__b79e06f1{border-radius:10px;padding:8px}.step__1f6636c1{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__1f6636c1.default__ad20c1d0{background-color:var(--triplex-next-Step-Background_Default-1-13-0)}.step__1f6636c1.default__ad20c1d0>span{color:var(--triplex-next-Step-Color_Default-1-13-0)}.step__1f6636c1.done__65940b61{background-color:var(--triplex-next-Step-Background_Done-1-13-0)}.step__1f6636c1.done__65940b61>span{color:var(--triplex-next-Step-Color_Done-1-13-0)}.step__1f6636c1.warning__e2929f87{background-color:var(--triplex-next-Step-Background_Warning-1-13-0)}.step__1f6636c1.warning__e2929f87>span{color:var(--triplex-next-Step-Color_Warning-1-13-0)}.step__1f6636c1.active__7d0902fd{background-color:var(--triplex-next-Step-Background_Active-1-13-0)}.step__1f6636c1.active__7d0902fd>span{color:var(--triplex-next-Step-Color_Active-1-13-0)}.step__1f6636c1.error__0303c0e9{background-color:var(--triplex-next-Step-Background_Error-1-13-0)}.step__1f6636c1.error__0303c0e9>span{color:var(--triplex-next-Step-Color_Error-1-13-0)}.step__1f6636c1.disabled__8cf24549{background-color:var(--triplex-next-Step-Background_Disabled-1-13-0)}.step__1f6636c1.disabled__8cf24549>span{color:var(--triplex-next-Step-Color_Disabled-1-13-0)}.stepperWrapper__ac8e89dd{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-13-0)}.stepperStep__670f5d4e{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__670f5d4e+.stepperStep__670f5d4e{margin-left:12px}.stepperStep__670f5d4e.sm__f7a8f079:not(:last-child) .content__cff574c3{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__670f5d4e.sm__f7a8f079:last-child .content__cff574c3{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__670f5d4e.sm__f7a8f079:last-child .arrow__aec56309{display:none}.stepperStep__670f5d4e.md__efdc097a:not(:last-child) .content__cff574c3{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__670f5d4e.md__efdc097a:last-child .content__cff574c3{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__670f5d4e.md__efdc097a:last-child .arrow__aec56309{display:none}.stepperStep__670f5d4e.lg__ace36389:not(:last-child) .content__cff574c3{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__670f5d4e.lg__ace36389:last-child .content__cff574c3{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__670f5d4e.lg__ace36389:last-child .arrow__aec56309{display:none}.stepperStep__670f5d4e:hover:not(.active__d249c265):not(.disabled__b37c90a2) .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-13-0)}.stepperStep__670f5d4e:hover:not(.active__d249c265):not(.disabled__b37c90a2) .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-13-0)}.stepperStep__670f5d4e:hover:not(.active__d249c265):not(.disabled__b37c90a2) .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-13-0)}.stepperStep__670f5d4e.active__d249c265{cursor:default}.stepperStep__670f5d4e.active__d249c265 .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-13-0)}.stepperStep__670f5d4e.active__d249c265 .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-13-0)}.stepperStep__670f5d4e.active__d249c265.error__52a04391 .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-13-0)}.stepperStep__670f5d4e.active__d249c265.error__52a04391 .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-13-0)}.stepperStep__670f5d4e.active__d249c265.error__52a04391 .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-13-0)}.stepperStep__670f5d4e.active__d249c265.warning__d265c096 .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0)}.stepperStep__670f5d4e.active__d249c265.warning__d265c096 .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0)}.stepperStep__670f5d4e.active__d249c265.warning__d265c096 .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.error__52a04391 .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.error__52a04391 .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.error__52a04391 .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.error__52a04391:hover .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.error__52a04391:hover .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.error__52a04391:hover .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.warning__d265c096 .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.warning__d265c096 .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.warning__d265c096 .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.warning__d265c096:hover .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.warning__d265c096:hover .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-13-0)}.stepperStep__670f5d4e.completed__83e9ebf0.warning__d265c096:hover .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e :not(.error__52a04391):not(.warning__d265c096) .content__cff574c3{color:var(--triplex-next-Stepper-Step_Color_Default-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e :not(.error__52a04391):not(.warning__d265c096):hover .content__cff574c3{color:var(--triplex-next-Stepper-Step_Color_Hover-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.error__52a04391 .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.error__52a04391 .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.error__52a04391 .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.error__52a04391:hover .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.error__52a04391:hover .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.error__52a04391:hover .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.warning__d265c096 .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.warning__d265c096 .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.warning__d265c096 .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.warning__d265c096:hover .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-13-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.warning__d265c096:hover .arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-13-0)}.stepperStep__670f5d4e.inactive__a1c2ea9e.warning__d265c096:hover .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-13-0)}.stepperStep__670f5d4e.disabled__b37c90a2{pointer-events:none}.stepperStep__670f5d4e.disabled__b37c90a2 .content__cff574c3{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-13-0)}.stepperStep__670f5d4e.disabled__b37c90a2 .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-13-0)}.stepperStep__670f5d4e.disabled__b37c90a2 .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-13-0)}.stepperStep__670f5d4e.focusVisible__23ada577.completed__83e9ebf0 .content__cff574c3,.stepperStep__670f5d4e.focusVisible__23ada577.active__d249c265 .content__cff574c3,.stepperStep__670f5d4e.focusVisible__23ada577.inactive__a1c2ea9e .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-13-0)}.stepperStep__670f5d4e.focusVisible__23ada577.completed__83e9ebf0 .arrow__aec56309 path:last-child,.stepperStep__670f5d4e.focusVisible__23ada577.active__d249c265 .arrow__aec56309 path:last-child,.stepperStep__670f5d4e.focusVisible__23ada577.inactive__a1c2ea9e .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-13-0)}.stepperStep__670f5d4e.focusVisible__23ada577.completed__83e9ebf0:hover .content__cff574c3,.stepperStep__670f5d4e.focusVisible__23ada577.active__d249c265:hover .content__cff574c3,.stepperStep__670f5d4e.focusVisible__23ada577.inactive__a1c2ea9e:hover .content__cff574c3{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-13-0)}.stepperStep__670f5d4e.focusVisible__23ada577.completed__83e9ebf0:hover .arrow__aec56309 path:last-child,.stepperStep__670f5d4e.focusVisible__23ada577.active__d249c265:hover .arrow__aec56309 path:last-child,.stepperStep__670f5d4e.focusVisible__23ada577.inactive__a1c2ea9e:hover .arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-13-0)}.content__cff574c3{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-13-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-13-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-13-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__f7a8f079{font-size:12px;line-height:16px}.md__efdc097a{font-size:14px;line-height:20px}.lg__ace36389{font-size:16px;line-height:20px}.arrow__aec56309{transform:translate(0)}.arrow__aec56309 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-13-0)}.arrow__aec56309 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-13-0)}.icon__4eb31eab{display:inline-flex;align-items:center;line-height:0}.nonempty__96f79bc4 .icon__4eb31eab{margin-right:6px}.stepperExtended__2dab3c9c{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__61646f42{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__61646f42::-webkit-scrollbar{display:none}.stepper__9265842a.sm__f7a8f079{padding-left:28px;padding-right:28px}.stepper__9265842a.md__efdc097a{padding-left:40px;padding-right:40px}.stepper__9265842a.lg__ace36389{padding-left:56px;padding-right:56px}.stepperCarousel__5b379413{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__5b379413 .buttonPrev__312f849d,.stepperCarousel__5b379413 .buttonNext__30036fcc{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__5b379413 .buttonPrev__312f849d.sm__f7a8f079,.stepperCarousel__5b379413 .buttonNext__30036fcc.sm__f7a8f079{height:28px;width:28px}.stepperCarousel__5b379413 .buttonPrev__312f849d.md__efdc097a,.stepperCarousel__5b379413 .buttonNext__30036fcc.md__efdc097a{height:40px;width:40px}.stepperCarousel__5b379413 .buttonPrev__312f849d.lg__ace36389,.stepperCarousel__5b379413 .buttonNext__30036fcc.lg__ace36389{height:56px;width:56px}.stepperCarousel__5b379413 .buttonPrev__312f849d{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-13-0)}.stepperCarousel__5b379413 .buttonNext__30036fcc{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-13-0)}@media (max-width: 767px){.stepper__9265842a{padding-left:16px;padding-right:16px}.buttonPrev__312f849d,.buttonNext__30036fcc{display:none}}.islandAccordion__2fa14ea6{margin:0;padding:0}.islandAccordion__2fa14ea6 .island__d9447d6b{padding:0}.islandAccordion__2fa14ea6 .item__00f788ba{position:relative;list-style-type:none}.islandAccordion__2fa14ea6 .item__00f788ba.disabled__bf199025{cursor:default;pointer-events:none}.islandAccordion__2fa14ea6 .item__00f788ba+.item__00f788ba.sm__b8a15c37,.islandAccordion__2fa14ea6 .item__00f788ba+.item__00f788ba.md__6b449bb8{margin-top:16px}.islandAccordion__2fa14ea6 .item__00f788ba+.item__00f788ba.lg__71ecae3b{margin-top:24px}.islandAccordion__2fa14ea6 .item__00f788ba .header__90a99560{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__2fa14ea6 .item__00f788ba :focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-13-0)}.islandAccordion__2fa14ea6 .item__00f788ba.type1__36172da9:not(.opened__e7f46bce) .header__90a99560:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-13-0)}.islandAccordion__2fa14ea6 .item__00f788ba.type2__fa43a699:not(.opened__e7f46bce) .header__90a99560:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-13-0)}.islandAccordion__2fa14ea6 .item__00f788ba.type3__dff4a509:not(.opened__e7f46bce) .header__90a99560:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-13-0)}.islandAccordion__2fa14ea6 .item__00f788ba .footer__ed792830{text-align:right}.islandAccordion__2fa14ea6 .item__00f788ba .body__c36c1c5a,.islandAccordion__2fa14ea6 .item__00f788ba .footer__ed792830{visibility:hidden}.islandAccordion__2fa14ea6 .item__00f788ba.opened__e7f46bce .body__c36c1c5a,.islandAccordion__2fa14ea6 .item__00f788ba.opened__e7f46bce .footer__ed792830{visibility:visible}.islandAccordion__2fa14ea6 .item__00f788ba .caretWrapper__8cb4ef5e{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__2fa14ea6 .item__00f788ba .caretIcon__88475f0d{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__2fa14ea6 .item__00f788ba.sm__b8a15c37 .header__90a99560{padding:16px;border-radius:16px}.islandAccordion__2fa14ea6 .item__00f788ba.sm__b8a15c37 .step__6ca87d44+.titleWrapper__314b4117{margin-top:2px}.islandAccordion__2fa14ea6 .item__00f788ba.sm__b8a15c37 .body__c36c1c5a,.islandAccordion__2fa14ea6 .item__00f788ba.sm__b8a15c37 .footer__ed792830{padding:0 16px 16px}.islandAccordion__2fa14ea6 .item__00f788ba.sm__b8a15c37 .caretWrapper__8cb4ef5e{right:12px}.islandAccordion__2fa14ea6 .item__00f788ba.sm__b8a15c37 .remove__5a0d3dd2{right:-36px;top:20px}.islandAccordion__2fa14ea6 .item__00f788ba.sm__b8a15c37 .step__6ca87d44{margin-right:12px}.islandAccordion__2fa14ea6 .item__00f788ba.md__6b449bb8 .header__90a99560{padding:24px;border-radius:24px}.islandAccordion__2fa14ea6 .item__00f788ba.md__6b449bb8 .body__c36c1c5a,.islandAccordion__2fa14ea6 .item__00f788ba.md__6b449bb8 .footer__ed792830{padding:0 24px 24px}.islandAccordion__2fa14ea6 .item__00f788ba.md__6b449bb8 .caretWrapper__8cb4ef5e{right:20px}.islandAccordion__2fa14ea6 .item__00f788ba.md__6b449bb8 .remove__5a0d3dd2{right:-40px;top:28px}.islandAccordion__2fa14ea6 .item__00f788ba.md__6b449bb8 .step__6ca87d44{margin-right:12px}.islandAccordion__2fa14ea6 .item__00f788ba.lg__71ecae3b .header__90a99560{padding:32px;border-radius:32px}.islandAccordion__2fa14ea6 .item__00f788ba.lg__71ecae3b .body__c36c1c5a,.islandAccordion__2fa14ea6 .item__00f788ba.lg__71ecae3b .footer__ed792830{padding:0 32px 32px}.islandAccordion__2fa14ea6 .item__00f788ba.lg__71ecae3b .caretWrapper__8cb4ef5e{right:28px}.islandAccordion__2fa14ea6 .item__00f788ba.lg__71ecae3b .remove__5a0d3dd2{right:-40px;top:36px}.islandAccordion__2fa14ea6 .item__00f788ba.lg__71ecae3b .step__6ca87d44{margin:0 16px 0 0}.islandAccordion__2fa14ea6 .item__00f788ba.opened__e7f46bce:not(.disabled__bf199025) .caretWrapper__8cb4ef5e .caretIcon__88475f0d{transform:rotate(-180deg)}.islandAccordion__2fa14ea6 .item__00f788ba .remove__5a0d3dd2{position:absolute}@media (max-width: 767px){.islandAccordion__2fa14ea6 .item__00f788ba .footer__ed792830{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__2fa14ea6 .item__00f788ba .footer__ed792830>*{margin-left:0!important}}.noColumns__c2f9a222{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__c2f9a222>.content__072a1414{width:456px;text-align:center}.filterPanel__acc8e03f{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__c5b9a504{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__c5b9a504>a:not(:first-child){margin-left:16px}.tabsLinePanel__19a623b0{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__8bccd1ed{0%{opacity:0}to{opacity:1}}.tableBasic__ed99bb71{position:relative}.tableBasic__ed99bb71 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__ed99bb71 table th.alignLeft__d4071e45,.tableBasic__ed99bb71 table td.alignLeft__d4071e45{text-align:left}.tableBasic__ed99bb71 table th.alignRight__02527d2f,.tableBasic__ed99bb71 table td.alignRight__02527d2f{text-align:right}.tableBasic__ed99bb71 table th.alignCenter__a070b874,.tableBasic__ed99bb71 table td.alignCenter__a070b874{text-align:center}.tableBasic__ed99bb71 table th.verticalAlignBaseline__735d56e5,.tableBasic__ed99bb71 table td.verticalAlignBaseline__735d56e5{vertical-align:baseline}.tableBasic__ed99bb71 table th.verticalAlignSub__fc2144aa,.tableBasic__ed99bb71 table td.verticalAlignSub__fc2144aa{vertical-align:sub}.tableBasic__ed99bb71 table th.verticalAlignSuper__3211978b,.tableBasic__ed99bb71 table td.verticalAlignSuper__3211978b{vertical-align:super}.tableBasic__ed99bb71 table th.verticalAlignTextTop__997a0938,.tableBasic__ed99bb71 table td.verticalAlignTextTop__997a0938{vertical-align:text-top}.tableBasic__ed99bb71 table th.verticalAlignTextBottom__8e4ada94,.tableBasic__ed99bb71 table td.verticalAlignTextBottom__8e4ada94{vertical-align:text-bottom}.tableBasic__ed99bb71 table th.verticalAlignMiddle__93818a4e,.tableBasic__ed99bb71 table td.verticalAlignMiddle__93818a4e{vertical-align:middle}.tableBasic__ed99bb71 table th.verticalAlignTop__2a40724e,.tableBasic__ed99bb71 table td.verticalAlignTop__2a40724e{vertical-align:top}.tableBasic__ed99bb71 table th.verticalAlignBottom__11f8fec0,.tableBasic__ed99bb71 table td.verticalAlignBottom__11f8fec0{vertical-align:bottom}.tableBasic__ed99bb71 table>thead>tr{height:48px}.tableBasic__ed99bb71 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-13-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-13-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__ed99bb71 table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-13-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-13-0)}}.tableBasic__ed99bb71 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__ed99bb71 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__ed99bb71 table>thead>tr>th.checkboxType__b156a824{padding:16px 12px}.tableBasic__ed99bb71 table>thead>tr>th .thBlock__465ddf12{display:inline-flex;vertical-align:top}.tableBasic__ed99bb71 table>thead>tr>th .thBlock__465ddf12.order__3f363b99{cursor:pointer}.tableBasic__ed99bb71 table>thead>tr>th .thBlock__465ddf12.order__3f363b99 .orderButton__9584a6e7{display:flex;visibility:hidden;align-items:center}.tableBasic__ed99bb71 table>thead>tr>th .thBlock__465ddf12.order__3f363b99 .orderButton__9584a6e7.alignLeft__d4071e45{margin-right:8px}.tableBasic__ed99bb71 table>thead>tr>th .thBlock__465ddf12.order__3f363b99 .orderButton__9584a6e7.alignRight__02527d2f{margin-left:8px}.tableBasic__ed99bb71 table>thead>tr>th .thBlock__465ddf12.order__3f363b99 .orderButton__9584a6e7.sorted__1f2f7a7f{visibility:visible}.tableBasic__ed99bb71 table>thead>tr>th .thBlock__465ddf12.order__3f363b99:hover .orderButton__9584a6e7{visibility:visible}.tableBasic__ed99bb71 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-13-0)}.tableBasic__ed99bb71 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__ed99bb71 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__ed99bb71 table>tbody>tr>td.textType__ab63b728{padding:12px}.tableBasic__ed99bb71 table>tbody>tr>td.componentsType__b54c62ba{padding:8px 12px}.tableBasic__ed99bb71 table>tbody>tr>td.checkboxType__b156a824{padding:10px 12px 12px}.tableBasic__ed99bb71 table>tbody>tr.selected__628794ec>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-13-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__ed99bb71 table>tbody>tr.selected__628794ec>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-13-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-13-0)}}.tableBasic__ed99bb71 table>tbody.clickable__0a7f4ebc>tr{cursor:pointer}.tableBasic__ed99bb71 table>tbody.hoverable__ed3f970d>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-13-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__ed99bb71 table>tbody.hoverable__ed3f970d>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-13-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-13-0)}}.tableBasic__ed99bb71 .footerEmptyData__3d3edbc2{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__ed99bb71 .spinnerWrapper__05d6ea70{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__ed99bb71 .spinnerWrapper__05d6ea70 .tableLoaderScreen__ca194658{border-radius:8px 8px 0 0}.tableBasic__ed99bb71 .overlayCover__c8155654{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-13-0);animation:fadeIn__8bccd1ed .3s}.tableBasicSettingsBody__a4ec5762{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__b6ffaa2b{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-13-0)!important}.columnSettingsSortableListItemTarget__b6ffaa2b:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-13-0)!important}.columnSettingsSortableListItemTarget__b6ffaa2b.dragging__89e8839e{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-13-0)!important}.columnSettingsStaticListItem__db4eef3d{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-13-0)}.tableBasicSettingsFooter__db9a7cdb{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-13-0);padding:11px 12px 12px}.tableBasicSettingsHeader__3ab4bcb5{padding:16px 12px 12px}.tableSettingsLink__839a954e{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__0a27646d{width:320px}.tableFooterWrapper__0e2121ef{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__0e2121ef .tableFooterShadow__c023e290{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-13-0);pointer-events:none}.tableFooterWrapper__0e2121ef .tableFooter__681d1bb5{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-13-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__0e2121ef .tableFooter__681d1bb5 .tableFooterSummary__ff559c0f{display:flex;align-items:center}.tableFooterWrapper__0e2121ef .tableFooter__681d1bb5 .tableFooterSummary__ff559c0f .tableFooterSummarySelectedCount__4cfcfeec,.tableFooterWrapper__0e2121ef .tableFooter__681d1bb5 .tableFooterSummary__ff559c0f .tableFooterSummarySelectAllButton__dd105a3f,.tableFooterWrapper__0e2121ef .tableFooter__681d1bb5 .tableFooterSummary__ff559c0f .tableFooterSummaryAmount__86f59e15{display:inline-flex}.tableFooterWrapper__0e2121ef .tableFooter__681d1bb5 .tableFooterSummary__ff559c0f .tableFooterSummarySelectedCount__4cfcfeec,.tableFooterWrapper__0e2121ef .tableFooter__681d1bb5 .tableFooterSummary__ff559c0f .tableFooterSummarySelectAllButton__dd105a3f,.tableFooterWrapper__0e2121ef .tableFooter__681d1bb5 .tableFooterSummary__ff559c0f .tableFooterSummaryAmount__86f59e15,.tableFooterWrapper__0e2121ef .tableFooter__681d1bb5 .tableFooterSummary__ff559c0f .tableFooterSummaryLabel__26b7ca44{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__0e2121ef{height:112px}}.paginationPanel__bbf435c1{margin-top:16px}.masterTable__251c5592{position:relative}.orderedListItem__1f923764{counter-increment:list-item-tx}.orderedListItem__1f923764:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__1f923764+.orderedListItem__1f923764{margin-top:8px}.orderedList__a30cd5e5{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__26ef7ccc{position:relative}.suggestDropdownListItem__62cfc51a{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__9acf04fd{position:relative}.suggestFieldMobileBody__e3c69f9b{height:176px}.suggestFieldMobileDropdownHint__61b81101{padding:16px}.lightBox__0f559593{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__0f559593 .lightBoxBackdrop__5d6c9df2{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-13-0)}.lightBox__0f559593.lightBoxSideOverlayActive__f0ea7370,.lightBox__0f559593.lightBoxTopOverlayActive__a84be8c5{overflow-y:hidden}.lightBox__0f559593 .lightBoxContent__4f4672fe{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-13-0)}.lightBox__0f559593 .lightBoxContent__4f4672fe>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__0f559593 .lightBoxContent__4f4672fe>.global-page{padding:16px}}.lightBox__0f559593 .loadingContentOverlay__d9dcf098{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__0f559593 .lightBoxContentResizeWrapper__2bc1cfd9{position:absolute;left:0;right:0;height:0}.lightBox__0f559593 .tempElSafariBug__4b74dded{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__2082b216,.global-LB-less-or-equal-media-point-0 .lightBox__0f559593.lightBoxSideOverlayActive__f0ea7370{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__4f4672fe{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__4f4672fe{padding-left:80px;padding-right:80px}.lightBoxControls__1e355e6b{z-index:100}.withKeyboardEvent__0646f830{display:inline-block}.withoutKeyboardEvent__02d5509f,.lightBox__0f559593.lightBoxSideOverlayActive__f0ea7370 .withKeyboardEvent__0646f830,.lightBox__0f559593.lightBoxTopOverlayActive__a84be8c5 .withKeyboardEvent__0646f830,.lightBox__0f559593.isLoading__eeaba9e7 .withKeyboardEvent__0646f830{display:none}.lightBox__0f559593.lightBoxSideOverlayActive__f0ea7370 .withoutKeyboardEvent__02d5509f,.lightBox__0f559593.lightBoxTopOverlayActive__a84be8c5 .withoutKeyboardEvent__02d5509f,.lightBox__0f559593.isLoading__eeaba9e7 .withoutKeyboardEvent__02d5509f{display:inline-block}.lightBox__0f559593.isLoading__eeaba9e7 .lightBoxPrev__f74cf9ae,.lightBox__0f559593.isLoading__eeaba9e7 .lightBoxNext__5d425e7c{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__1e355e6b{position:absolute;left:0;right:0;top:0;padding:16px 16px 0}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__b85c9a90{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__4a5cf6a1{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__172a9346{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__f74cf9ae,.global-LB-less-or-equal-media-point-0 .lightBoxNext__5d425e7c{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__f74cf9ae{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__036de213,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__024a0e51{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__1e355e6b{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__b85c9a90{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__4a5cf6a1{display:none}.global-LB-more-media-point-0 .lightBoxClose__172a9346{position:fixed;left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__f74cf9ae,.global-LB-more-media-point-0 .lightBoxNext__5d425e7c{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__f74cf9ae{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__5d425e7c{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__5aebf035{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__5aebf035.fixed__e76e9e2c{position:fixed}.overlay__5aebf035.closing__4d5607b9,.overlay__5aebf035.opened__ef9812b3{visibility:visible;left:0;right:0}.overlayPanel__054931e8{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-13-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__054931e8.bottom__79357bb8{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__054931e8.left__8b67ed82{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__054931e8.right__bb77b3e7{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__054931e8.top__6477d450{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__054931e8.left__8b67ed82.opened__ef9812b3,.overlayPanel__054931e8.right__bb77b3e7.opened__ef9812b3{transform:translate(0)}.overlayPanel__054931e8.top__6477d450.opened__ef9812b3,.overlayPanel__054931e8.bottom__79357bb8.opened__ef9812b3{transform:translateY(0)}.overlayContent__2f350763{display:flex;min-height:100%}.overlayMask__635b53b9{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-13-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__635b53b9.overlayOpened__4ce6a212{opacity:1}.lightBoxSideOverlayLoaderWrapper__585eb277{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__c803f26e{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__0c784017{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__c803f26e{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__0c784017{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__0c784017{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__c803f26e{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__0c784017{display:none}.lightBoxSideOverlayMask__43f74f20{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-13-0)}.lightBoxSideOverlayWrapper__ed87470f{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__ed87470f.overflowXHidden__4263e707{overflow-x:hidden}.lightBoxSideOverlayWrapper__ed87470f.overflowYHidden__9aa7fbc8{overflow-y:hidden}.lightBoxSideOverlayWrapper__ed87470f.closing__a5479ef5,.lightBoxSideOverlayWrapper__ed87470f.opened__56aa2a1d{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__ed87470f.closing__a5479ef5{pointer-events:none}.lightBoxSideOverlayWrapper__ed87470f .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__ed87470f .global-page{padding:16px}}.lightBoxSideOverlayWrapper__ed87470f .lightBoxSideOverlayContent__cb9e41f1{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-13-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__ed87470f .lightBoxSideOverlayContent__cb9e41f1.opened__56aa2a1d{transform:none}.lightBoxSideOverlayWrapper__ed87470f .lightBoxSideOverlayContent__cb9e41f1.opening__788b9449{transform:translateY(0)}.lightBoxSideOverlayWrapper__ed87470f.sizeSM__bdccf7fc .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__ed87470f.sizeMD__f9ba8204 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__ed87470f.sizeLG__6f9b181c .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__ed87470f .lightBoxSideOverlayBase__6aaf05d5{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__ed87470f .lightBoxSideOverlayContent__cb9e41f1{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__ed87470f .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__ed87470f .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__4610c81b{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__4610c81b.closing__a5479ef5,.lightBoxSideOverlay__4610c81b.opening__788b9449{overflow-x:hidden}.topOverlayMask__a930014b{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-13-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__4317bb54{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__4317bb54.closing__ce6dc367,.topOverlayWrapper__4317bb54.opened__98613b63{bottom:0}.topOverlayWrapper__4317bb54 .topOverlayPanel__33870897{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__d31ad9d5{z-index:500}@media (max-width: 767px){.topOverlayPanel__33870897{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__aecf1b82{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:left-sidebar-wrapper}.lightBoxLeftSidebar__aecf1b82.fixed__f8f9a954{position:fixed}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__fd68a9f7{display:none}}.lightBoxRightSidebar__139e90f3{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:right-sidebar-wrapper}.lightBoxRightSidebar__139e90f3.fixed__f8f9a954{position:fixed}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__b988ae77{display:none}}html.scroll-0__cb5141b4{--triplex-next-scroll-width: 0px}html.scroll-15__42c2bb86{--triplex-next-scroll-width: 15px}html.scroll-16__12b7d548{--triplex-next-scroll-width: 16px}html.scroll-17__237d018a{--triplex-next-scroll-width: 17px}.smsField__ac77f9bf{display:inline-block;position:relative;width:100%}.smsField__ac77f9bf .input__b0555328{text-align:center}.smsField__ac77f9bf .input__b0555328::placeholder{opacity:1}.smsField__ac77f9bf .input__b0555328:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-13-0)}.smsField__ac77f9bf .input__b0555328.lg__ddcf6211{padding:18px 40px}.smsField__ac77f9bf .input__b0555328.md__75fb17c6{padding-left:26px;padding-right:26px}.smsField__ac77f9bf .input__b0555328.sm__2d84a094{padding-left:20px;padding-right:20px}.smsField__ac77f9bf .btnRefresh__78c7b61a{position:absolute;outline:none;z-index:1}.smsField__ac77f9bf .btnRefresh__78c7b61a.lg__ddcf6211{top:12px;left:12px;height:32px;width:32px}.smsField__ac77f9bf .btnRefresh__78c7b61a.md__75fb17c6{top:10px;left:10px}.smsField__ac77f9bf .btnRefresh__78c7b61a.sm__2d84a094{top:4px;left:4px}.smsField__ac77f9bf .btnRefresh__78c7b61a .full__743eb0b5{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-13-0)}.smsField__ac77f9bf .btnRefresh__78c7b61a .empty__6bbde592{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-13-0)}.smsField__ac77f9bf .btnRefresh__78c7b61a:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-13-0)}.smsField__ac77f9bf .btnSubmit__92a232ca{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-13-0)}.smsField__ac77f9bf .btnSubmit__92a232ca.active__5b84c5fe:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-13-0)}.smsField__ac77f9bf .btnSubmit__92a232ca.active__5b84c5fe:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-13-0)}.smsField__ac77f9bf .btnSubmit__92a232ca.lg__ddcf6211{top:15px;right:15px;height:26px;width:26px}.smsField__ac77f9bf .btnSubmit__92a232ca.md__75fb17c6{top:10px;right:10px}.smsField__ac77f9bf .btnSubmit__92a232ca.sm__2d84a094{top:4px;right:4px}.spoiler__3c8ca7a1{display:flex;flex-direction:column}.spoiler__3c8ca7a1.opened__114ff10d .caretIcon__ba25daff{transform:rotate(-180deg)}.spoiler__3c8ca7a1 .head__747a5e5d .caretIcon__ba25daff{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__3c8ca7a1 .head__747a5e5d button>span{white-space:normal;text-align:left}.spoiler__3c8ca7a1 .content__3da5e187.hidden__e7cde9f5{display:none}.spoiler__3c8ca7a1 .lg__f8445c61 .content__3da5e187{margin-top:8px}.spoiler__3c8ca7a1 .md__07dd251c .content__3da5e187{margin-top:0}.spoiler__3c8ca7a1 .sm__e1e718cf .content__3da5e187{margin-top:-4px}.statusTrackerWrapper__057eba6e{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-13-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-13-0);overflow:hidden;height:100%}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64.verticalAlignMiddle__e0fbdd7d{align-self:center}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64.verticalAlignBottom__b2d9bab2{align-self:end}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerChild__d2f6799a{padding:8px 0}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerChild__d2f6799a:empty{padding:0}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerSum__2cca8c61,.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerTitle__a13d44a0{padding-bottom:4px}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerDescription__be2030fc{display:block;padding-top:8px}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerAlert__1f6fc844{margin-top:12px;text-align:left}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerStatus__a0804342{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerFooterWrapper__4bf5dee9{display:grid}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerFooterWrapper__4bf5dee9 .statusTrackerDescription__be2030fc:last-child{padding-top:0}.statusTrackerWrapper__057eba6e .statusTracker__1652ce64 .statusTrackerFooterWrapper__4bf5dee9 .statusTrackerButton__574eea63{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__057eba6e .statusTrackerColor__e595a35b{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__057eba6e .statusTrackerColor__e595a35b.waiting__cc96cb7e{background:var(--triplex-next-StatusTracker-Waiting_Color-1-13-0)}.statusTrackerWrapper__057eba6e .statusTrackerColor__e595a35b.warning__558d8734{background:var(--triplex-next-StatusTracker-Warning_Background-1-13-0)}.statusTrackerWrapper__057eba6e .statusTrackerColor__e595a35b.rejected__7f7b50cb{background:var(--triplex-next-StatusTracker-Rejected_Color-1-13-0)}.statusTrackerWrapper__057eba6e .statusTrackerColor__e595a35b.approved__60dc0526{background:var(--triplex-next-StatusTracker-Approved_Color-1-13-0)}.statusTrackerWrapper__057eba6e .statusTrackerBackground__953e2795{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__057eba6e .statusTrackerBackground__953e2795.waiting__cc96cb7e{background:var(--triplex-next-StatusTracker-Waiting_Background-1-13-0)}.statusTrackerWrapper__057eba6e .statusTrackerBackground__953e2795.warning__558d8734{background:var(--triplex-next-StatusTracker-Warning_Background-1-13-0)}.statusTrackerWrapper__057eba6e .statusTrackerBackground__953e2795.rejected__7f7b50cb{background:var(--triplex-next-StatusTracker-Rejected_Background-1-13-0)}.statusTrackerWrapper__057eba6e .statusTrackerBackground__953e2795.approved__60dc0526{background:var(--triplex-next-StatusTracker-Approved_Background-1-13-0)}@media (max-width: 767px){.statusTrackerWrapper__057eba6e{border-radius:16px}}.smallInput__c689871d{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-13-0);background:var(--triplex-next-SmallInput-Background-1-13-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-13-0)}.smallInput__c689871d::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-13-0);opacity:1}.smallInput__c689871d::-ms-clear{display:none}.documentNumberEdit__80dd69a3 .label__cc5de665{display:inline-block;margin-right:8px}.documentNumberEdit__80dd69a3 .inputEditWrapper__7fe6a111{width:68px;display:inline-block}.sliderExtendedDot__4470579b{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-13-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__4470579b:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-13-0)}.sliderExtendedDot__4470579b.focusedByClick__f1476cb6:focus{box-shadow:none}.sliderExtendedDot__4470579b:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-13-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__4470579b:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-13-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__4470579b.disabled__72603029{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-13-0)}.sliderExtendedDot__4470579b.disabled__72603029:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-13-0)}.sliderExtendedDot__4470579b.disabled__72603029:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-13-0)}.sliderExtendedDot__4470579b:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-13-0)}.sliderExtendedDot__4470579b:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-13-0)}.sliderExtendedDot__4470579b.dragByMouse__798736e3{background:var(--triplex-next-Slider-Dot_Background_Select-1-13-0)}.sliderExtendedDot__4470579b.dragByMouse__798736e3:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-13-0)}.sliderExtendedDot__4470579b:hover .sliderExtendedTooltipOverlay__bf020a88,.sliderExtendedDot__4470579b:focus .sliderExtendedTooltipOverlay__bf020a88{visibility:visible}.sliderExtendedDot__4470579b.lg__68352028{width:28px;height:28px}.sliderExtendedDot__4470579b.lg__68352028:after{width:10px;height:10px}.sliderExtendedDot__4470579b.lg__68352028:before{width:14px;height:14px}.sliderExtendedMarks__2162bb63{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__b5be79ca{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__b5be79ca .sliderExtendedMarkDot__740e0784{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-13-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__b5be79ca .sliderExtendedMarkDot__740e0784.inSelectedRange__3ef6fd89{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-13-0)}.sliderExtendedMark__b5be79ca.lg__68352028{top:20px}.sliderExtendedMark__b5be79ca.lg__68352028 .sliderExtendedMarkDot__740e0784{top:-20px}.sliderExtendedMark__b5be79ca .sliderExtendedMarkText__dfe3001e{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__b5be79ca.disabled__72603029{pointer-events:none}.sliderExtendedMark__b5be79ca.disabled__72603029 .sliderExtendedMarkText__dfe3001e{pointer-events:none;opacity:.35}.sliderExtendedMark__b5be79ca.disabled__72603029 .sliderExtendedMarkDot__740e0784{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-13-0)}.sliderExtendedMark__b5be79ca:first-child,.sliderExtendedMark__b5be79ca:last-child{transform:none}.sliderExtendedMark__b5be79ca:first-child.reverse__c3e2216b .sliderExtendedMarkDot__740e0784{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__b5be79ca:first-child.reverse__c3e2216b .sliderExtendedMarkText__dfe3001e{margin-right:-4px}.sliderExtendedMark__b5be79ca:first-child:not(.reverse__c3e2216b) .sliderExtendedMarkDot__740e0784{left:0;transform:translate(-50%)}.sliderExtendedMark__b5be79ca:first-child .sliderExtendedMarkText__dfe3001e{margin-left:-4px}.sliderExtendedMark__b5be79ca:last-child.reverse__c3e2216b .sliderExtendedMarkDot__740e0784{left:0;transform:translate(-50%)}.sliderExtendedMark__b5be79ca:last-child.reverse__c3e2216b .sliderExtendedMarkText__dfe3001e{margin-left:-4px}.sliderExtendedMark__b5be79ca:last-child:not(.reverse__c3e2216b) .sliderExtendedMarkDot__740e0784{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__b5be79ca:last-child .sliderExtendedMarkText__dfe3001e{margin-right:-4px}.sliderExtendedMark__b5be79ca.active__611faf9c{pointer-events:none}.sliderExtendedRail__ef523dd3{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-13-0);cursor:pointer}.sliderExtended__b87ad863{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__b87ad863.disabled__72603029 .sliderExtendedRail__ef523dd3{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-13-0)}.sliderExtended__b87ad863.lg__68352028{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__87cae8b4{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-13-0);z-index:10}.sliderExtendedTrack__87cae8b4.lg__68352028{top:12px}.sliderExtendedTrack__87cae8b4:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-13-0)}.sliderExtendedTrack__87cae8b4.focusedByClick__f1476cb6:focus{box-shadow:none}.sliderExtendedTrack__87cae8b4.hoverOrDragByMouse__7903d885{background:var(--triplex-next-Slider-Track_Background_Hover-1-13-0)}.sliderExtendedTrack__87cae8b4.staticSlider__0007b112{cursor:default;pointer-events:none}.sliderExtendedTrack__87cae8b4.disabled__72603029{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-13-0)}.sliderExtendedTooltipOverlay__bf020a88{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__bf020a88.lg__68352028{bottom:32px}.sliderExtendedTooltipOverlay__bf020a88 .tooltipBody__796fa504{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-13-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-13-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__bf020a88 .tooltipTip__cda06f71{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-13-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__bf020a88 .tooltipTip__cda06f71{margin:-.5px}}.treeView__2501d4ae,.treeViewGroup__1f7895bd{margin:0;padding:0}.treeView__2501d4ae .treeViewNode__a1ffe270,.treeViewGroup__1f7895bd .treeViewNode__a1ffe270{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__4ad20fd5.collapsed__6bcde778{visibility:hidden}.checkboxTreeExtended__bca0afa4{margin-bottom:-12px;padding:12px}.checkboxTreeExtendedNode__c58430d3 .checkboxTreeExtendedNode__c58430d3{margin-left:24px}.checkboxTreeExtendedNodeHeader__de564302{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__de564302.sm__515452ad{margin-bottom:10px}.checkboxTreeExtendedNodeHeader__de564302.md__ba62708d,.checkboxTreeExtendedNodeHeader__de564302.lg__2807d63e{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__de564302 .checkboxTreeCheckboxLabel__23c8fb30{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__de564302 .caretIconWrapper__6faeee78{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__de564302 .caretIconWrapper__6faeee78:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-13-0)}.checkboxTreeExtendedNodeHeader__de564302.opened__75f7041a .caretIconWrapper__6faeee78{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__bca0afa4{padding:12px 14px}}.chipGroup__a2073979{display:flex}.chipGroup__a2073979.oneLine__ea0835f2{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__a2073979.oneLine__ea0835f2::-webkit-scrollbar{display:none}.chipGroup__a2073979.multiLine__73609e44{flex-wrap:wrap}.chipGroup__a2073979.lg__18ffc08a{gap:12px}.chipGroup__a2073979.md__3d3b3ce4,.chipGroup__a2073979.sm__e037b450{gap:8px}.confirm__ea11e739{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__ea11e739.isInLightBox__40bf2be0{max-width:800px}.confirm__ea11e739.isInSideOverlaySM__9a25e717{max-width:416px}.confirm__ea11e739.isInSideOverlayMD__26ab4375{max-width:536px}.confirm__ea11e739.isInSideOverlayLG__9850737a{max-width:736px}.confirmCloseButton__f802d9f6{position:absolute;top:24px;right:24px}.confirmContent__19b1da4d{margin-bottom:24px;padding-right:56px}.confirmControls__3767b354{white-space:nowrap}.confirmContentTitle__6c25fc4c{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__f802d9f6{top:16px;right:16px}.confirmContent__19b1da4d{margin-bottom:16px}}.divider__1c734290{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-13-0);border:none}.marginTopSize-4__592e73c5{margin-top:4px}.marginBottomSize-4__8bb02001{margin-bottom:4px}.marginTopSize-8__04c6b0cc{margin-top:8px}.marginBottomSize-8__5d4a9284{margin-bottom:8px}.marginTopSize-12__f5855890{margin-top:12px}.marginBottomSize-12__d2ed000f{margin-bottom:12px}.marginTopSize-16__0f657396{margin-top:16px}.marginBottomSize-16__c136f091{margin-bottom:16px}.marginTopSize-20__5f6da225{margin-top:20px}.marginBottomSize-20__6514319c{margin-bottom:20px}.marginTopSize-24__f14d6e76{margin-top:24px}.marginBottomSize-24__76108d54{margin-bottom:24px}.marginTopSize-28__14c501ae{margin-top:28px}.marginBottomSize-28__96ff627d{margin-bottom:28px}.marginTopSize-32__4f72360a{margin-top:32px}.marginBottomSize-32__3c5a53a1{margin-bottom:32px}.listMasterChipGroup__3c6b5a8d{padding:0 16px}.listMasterFooter__09f91030{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-13-0);color:var(--triplex-next-ListMaster-Footer_Color-1-13-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__09f91030.sticky__eedc4b98{position:sticky;bottom:0}.listMasterFooterDescription__4c30868a{padding-right:16px}.listMasterFooterControls__157de2e5{white-space:nowrap}.listMasterHeader__f2fb1cd8{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-13-0);color:var(--triplex-next-ListMaster-Header_Color-1-13-0)}.listMasterHeader__f2fb1cd8.sticky__eedc4b98{position:sticky;top:0;z-index:1}.selectionControls__e9d54c2a{display:flex;justify-content:space-between;align-items:center}.uploadZone__f4504430{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-13-0)}.uploadZone__f4504430:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-13-0)}.uploadZoneDragArea__965f961d{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-13-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__f331ebe0{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-13-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-13-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-13-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__a31e63ca{display:none}@media (max-width: 767px){.uploadZone__f4504430,.uploadZone__f4504430:hover{background:none}.uploadZoneDragArea__965f961d{display:none}}button.helpBoxButton__7ebe86a2{position:relative;vertical-align:text-bottom}.dateRange__619be0e9{display:flex;align-items:center}.dateRangeButton__2f7a1cb9{z-index:1}.separator__86882f96{width:20px;height:20px;flex-shrink:0}.tagColor__98e341a4{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__98e341a4.sm__dd21b0e7{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__98e341a4.md__861aa9f6{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__98e341a4.lg__2e50df85{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__98e341a4.default__82b8e5db{background:var(--triplex-next-TagColor-Background_Default-1-13-0)}.tagColor__98e341a4.success__93564c78{background:var(--triplex-next-TagColor-Background_Success-1-13-0)}.tagColor__98e341a4.info__0b084ef2{background:var(--triplex-next-TagColor-Background_Info-1-13-0)}.tagColor__98e341a4.warning__fcc60d53{background:var(--triplex-next-TagColor-Background_Warning-1-13-0)}.tagColor__98e341a4.error__f196ecc3{background:var(--triplex-next-TagColor-Background_Error-1-13-0)}.content__7b17eb20{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-13-0)}
|
|
1
|
+
html {--triplex-next-ColorBrand-0-1-14-0: #1F3336;
|
|
2
|
+
--triplex-next-ColorBrand-10-1-14-0: #0B3A3C;
|
|
3
|
+
--triplex-next-ColorBrand-20-1-14-0: #006063;
|
|
4
|
+
--triplex-next-ColorBrand-30-1-14-0: #007777;
|
|
5
|
+
--triplex-next-ColorBrand-40-1-14-0: #008985;
|
|
6
|
+
--triplex-next-ColorBrand-50-1-14-0: #21A19A;
|
|
7
|
+
--triplex-next-ColorBrand-60-1-14-0: #19BDB0;
|
|
8
|
+
--triplex-next-ColorBrand-70-1-14-0: #4BD9CF;
|
|
9
|
+
--triplex-next-ColorBrand-80-1-14-0: #71ECDC;
|
|
10
|
+
--triplex-next-ColorBrand-90-1-14-0: #A8F5E9;
|
|
11
|
+
--triplex-next-ColorBrand-100-1-14-0: #E3FFFA;
|
|
12
|
+
--triplex-next-ColorDarkNeutralAlpha-0-1-14-0: rgba(31, 31, 34, 1);
|
|
13
|
+
--triplex-next-ColorDarkNeutralAlpha-10-1-14-0: rgba(31, 31, 34, .95);
|
|
14
|
+
--triplex-next-ColorDarkNeutralAlpha-20-1-14-0: rgba(31, 31, 34, .85);
|
|
15
|
+
--triplex-next-ColorDarkNeutralAlpha-30-1-14-0: rgba(31, 31, 34, .75);
|
|
16
|
+
--triplex-next-ColorDarkNeutralAlpha-40-1-14-0: rgba(31, 31, 34, .65);
|
|
17
|
+
--triplex-next-ColorDarkNeutralAlpha-50-1-14-0: rgba(31, 31, 34, .55);
|
|
18
|
+
--triplex-next-ColorDarkNeutralAlpha-60-1-14-0: rgba(31, 31, 34, .45);
|
|
19
|
+
--triplex-next-ColorDarkNeutralAlpha-70-1-14-0: rgba(31, 31, 34, .35);
|
|
20
|
+
--triplex-next-ColorDarkNeutralAlpha-80-1-14-0: rgba(31, 31, 34, .25);
|
|
21
|
+
--triplex-next-ColorDarkNeutralAlpha-90-1-14-0: rgba(31, 31, 34, .15);
|
|
22
|
+
--triplex-next-ColorDarkNeutralAlpha-100-1-14-0: rgba(31, 31, 34, .05);
|
|
23
|
+
--triplex-next-ColorDarkNeutral-0-1-14-0: #000000;
|
|
24
|
+
--triplex-next-ColorDarkNeutral-10-1-14-0: #171719;
|
|
25
|
+
--triplex-next-ColorDarkNeutral-20-1-14-0: #1B1B1D;
|
|
26
|
+
--triplex-next-ColorDarkNeutral-30-1-14-0: #1F1F22;
|
|
27
|
+
--triplex-next-ColorDarkNeutral-40-1-14-0: #262629;
|
|
28
|
+
--triplex-next-ColorDarkNeutral-50-1-14-0: #2D2D30;
|
|
29
|
+
--triplex-next-ColorDarkNeutral-60-1-14-0: #343437;
|
|
30
|
+
--triplex-next-ColorDarkNeutral-70-1-14-0: #3B3B3E;
|
|
31
|
+
--triplex-next-ColorDarkNeutral-80-1-14-0: #424245;
|
|
32
|
+
--triplex-next-ColorDarkNeutral-90-1-14-0: #49494C;
|
|
33
|
+
--triplex-next-ColorDarkNeutral-100-1-14-0: #4F4F52;
|
|
34
|
+
--triplex-next-ColorError-0-1-14-0: #443139;
|
|
35
|
+
--triplex-next-ColorError-10-1-14-0: #4E3741;
|
|
36
|
+
--triplex-next-ColorError-20-1-14-0: #A90024;
|
|
37
|
+
--triplex-next-ColorError-30-1-14-0: #BD002C;
|
|
38
|
+
--triplex-next-ColorError-40-1-14-0: #D10032;
|
|
39
|
+
--triplex-next-ColorError-50-1-14-0: #E60037;
|
|
40
|
+
--triplex-next-ColorError-60-1-14-0: #F80C45;
|
|
41
|
+
--triplex-next-ColorError-70-1-14-0: #FF5571;
|
|
42
|
+
--triplex-next-ColorError-80-1-14-0: #FFB1C1;
|
|
43
|
+
--triplex-next-ColorError-90-1-14-0: #FCE0E6;
|
|
44
|
+
--triplex-next-ColorError-100-1-14-0: #FFF0F3;
|
|
45
|
+
--triplex-next-ColorInfo-0-1-14-0: #313749;
|
|
46
|
+
--triplex-next-ColorInfo-10-1-14-0: #2E3A52;
|
|
47
|
+
--triplex-next-ColorInfo-20-1-14-0: #0A43B0;
|
|
48
|
+
--triplex-next-ColorInfo-30-1-14-0: #124FC2;
|
|
49
|
+
--triplex-next-ColorInfo-40-1-14-0: #0E57CC;
|
|
50
|
+
--triplex-next-ColorInfo-50-1-14-0: #1371E4;
|
|
51
|
+
--triplex-next-ColorInfo-60-1-14-0: #1297FE;
|
|
52
|
+
--triplex-next-ColorInfo-70-1-14-0: #66BEFF;
|
|
53
|
+
--triplex-next-ColorInfo-80-1-14-0: #8DD2FF;
|
|
54
|
+
--triplex-next-ColorInfo-90-1-14-0: #B8E6FF;
|
|
55
|
+
--triplex-next-ColorInfo-100-1-14-0: #E3F6FF;
|
|
56
|
+
--triplex-next-ColorNeutralAlpha-0-1-14-0: rgba(255, 255, 255, 1);
|
|
57
|
+
--triplex-next-ColorNeutralAlpha-10-1-14-0: rgba(255, 255, 255, .95);
|
|
58
|
+
--triplex-next-ColorNeutralAlpha-20-1-14-0: rgba(255, 255, 255, .85);
|
|
59
|
+
--triplex-next-ColorNeutralAlpha-30-1-14-0: rgba(255, 255, 255, .75);
|
|
60
|
+
--triplex-next-ColorNeutralAlpha-40-1-14-0: rgba(255, 255, 255, .65);
|
|
61
|
+
--triplex-next-ColorNeutralAlpha-50-1-14-0: rgba(255, 255, 255, .55);
|
|
62
|
+
--triplex-next-ColorNeutralAlpha-60-1-14-0: rgba(255, 255, 255, .45);
|
|
63
|
+
--triplex-next-ColorNeutralAlpha-70-1-14-0: rgba(255, 255, 255, .35);
|
|
64
|
+
--triplex-next-ColorNeutralAlpha-80-1-14-0: rgba(255, 255, 255, .25);
|
|
65
|
+
--triplex-next-ColorNeutralAlpha-90-1-14-0: rgba(255, 255, 255, .15);
|
|
66
|
+
--triplex-next-ColorNeutralAlpha-100-1-14-0: rgba(255, 255, 255, .05);
|
|
67
|
+
--triplex-next-ColorNeutral-0-1-14-0: #CBCFD7;
|
|
68
|
+
--triplex-next-ColorNeutral-10-1-14-0: #D1D4DC;
|
|
69
|
+
--triplex-next-ColorNeutral-20-1-14-0: #D6D9E0;
|
|
70
|
+
--triplex-next-ColorNeutral-30-1-14-0: #DCDFE4;
|
|
71
|
+
--triplex-next-ColorNeutral-40-1-14-0: #DFE2E7;
|
|
72
|
+
--triplex-next-ColorNeutral-50-1-14-0: #E3E6EA;
|
|
73
|
+
--triplex-next-ColorNeutral-60-1-14-0: #E7E9EE;
|
|
74
|
+
--triplex-next-ColorNeutral-70-1-14-0: #EAEDF1;
|
|
75
|
+
--triplex-next-ColorNeutral-80-1-14-0: #EEF0F4;
|
|
76
|
+
--triplex-next-ColorNeutral-90-1-14-0: #F2F4F7;
|
|
77
|
+
--triplex-next-ColorNeutral-100-1-14-0: #FFFFFF;
|
|
78
|
+
--triplex-next-ColorSuccess-0-1-14-0: #28433E;
|
|
79
|
+
--triplex-next-ColorSuccess-10-1-14-0: #2A4C45;
|
|
80
|
+
--triplex-next-ColorSuccess-20-1-14-0: #00624C;
|
|
81
|
+
--triplex-next-ColorSuccess-30-1-14-0: #007353;
|
|
82
|
+
--triplex-next-ColorSuccess-40-1-14-0: #008B5C;
|
|
83
|
+
--triplex-next-ColorSuccess-50-1-14-0: #00C075;
|
|
84
|
+
--triplex-next-ColorSuccess-60-1-14-0: #00D67D;
|
|
85
|
+
--triplex-next-ColorSuccess-70-1-14-0: #3AF299;
|
|
86
|
+
--triplex-next-ColorSuccess-80-1-14-0: #8AFFB8;
|
|
87
|
+
--triplex-next-ColorSuccess-90-1-14-0: #B8FFD4;
|
|
88
|
+
--triplex-next-ColorSuccess-100-1-14-0: #E1FFEB;
|
|
89
|
+
--triplex-next-ColorSystem-0-1-14-0: #373C49;
|
|
90
|
+
--triplex-next-ColorSystem-10-1-14-0: #384156;
|
|
91
|
+
--triplex-next-ColorSystem-20-1-14-0: #47526D;
|
|
92
|
+
--triplex-next-ColorSystem-30-1-14-0: #57637F;
|
|
93
|
+
--triplex-next-ColorSystem-40-1-14-0: #697591;
|
|
94
|
+
--triplex-next-ColorSystem-50-1-14-0: #8291B3;
|
|
95
|
+
--triplex-next-ColorSystem-60-1-14-0: #95A3C1;
|
|
96
|
+
--triplex-next-ColorSystem-70-1-14-0: #A9B6D0;
|
|
97
|
+
--triplex-next-ColorSystem-80-1-14-0: #BFCADF;
|
|
98
|
+
--triplex-next-ColorSystem-90-1-14-0: #D6DEED;
|
|
99
|
+
--triplex-next-ColorSystem-100-1-14-0: #EEF3FC;
|
|
100
|
+
--triplex-next-ColorWarning-0-1-14-0: #463734;
|
|
101
|
+
--triplex-next-ColorWarning-10-1-14-0: #4F3E3B;
|
|
102
|
+
--triplex-next-ColorWarning-20-1-14-0: #E03400;
|
|
103
|
+
--triplex-next-ColorWarning-30-1-14-0: #E63D00;
|
|
104
|
+
--triplex-next-ColorWarning-40-1-14-0: #EF4C01;
|
|
105
|
+
--triplex-next-ColorWarning-50-1-14-0: #FD6508;
|
|
106
|
+
--triplex-next-ColorWarning-60-1-14-0: #FF7A17;
|
|
107
|
+
--triplex-next-ColorWarning-70-1-14-0: #FFB13B;
|
|
108
|
+
--triplex-next-ColorWarning-80-1-14-0: #FFD169;
|
|
109
|
+
--triplex-next-ColorWarning-90-1-14-0: #FCEAC7;
|
|
110
|
+
--triplex-next-ColorWarning-100-1-14-0: #FFF4DB;
|
|
111
|
+
--triplex-next-AlertContext-Error_Color-1-14-0: #D10032;
|
|
112
|
+
--triplex-next-AlertContext-Info_Color-1-14-0: rgba(31, 31, 34, 1);
|
|
113
|
+
--triplex-next-AlertContext-System_Color-1-14-0: rgba(31, 31, 34, 1);
|
|
114
|
+
--triplex-next-AlertContext-Warning_Color-1-14-0: rgba(31, 31, 34, 1);
|
|
115
|
+
--triplex-next-AlertProcess-Info_Background-1-14-0: #E3F6FF;
|
|
116
|
+
--triplex-next-AlertProcess-Warning_Background-1-14-0: #FFF4DB;
|
|
117
|
+
--triplex-next-AlertProcess-Error_Background-1-14-0: #FFF0F3;
|
|
118
|
+
--triplex-next-AlertProcess-System_Background-1-14-0: #EEF3FC;
|
|
119
|
+
--triplex-next-AlertProcess-Feature_Background-1-14-0: #E3FFFA;
|
|
120
|
+
--triplex-next-Avatar-Background-1-14-0: #E3E6EA;
|
|
121
|
+
--triplex-next-Button-General_Background_Active-1-14-0: #007777;
|
|
122
|
+
--triplex-next-Button-General_Background_Default-1-14-0: #21A19A;
|
|
123
|
+
--triplex-next-Button-General_Background_Disabled-1-14-0: #F2F4F7;
|
|
124
|
+
--triplex-next-Button-General_Background_Hover-1-14-0: #19BDB0;
|
|
125
|
+
--triplex-next-Button-General_Color_Active-1-14-0: rgba(255, 255, 255, 1);
|
|
126
|
+
--triplex-next-Button-General_Color_Default-1-14-0: rgba(255, 255, 255, 1);
|
|
127
|
+
--triplex-next-Button-General_Color_Disabled-1-14-0: rgba(31, 31, 34, .35);
|
|
128
|
+
--triplex-next-Button-General_Color_Hover-1-14-0: rgba(255, 255, 255, 1);
|
|
129
|
+
--triplex-next-Button-General_Shadow_Focus-1-14-0: 0 0 0 1px #FFD169 inset;
|
|
130
|
+
--triplex-next-Button-Secondary_Background_Active-1-14-0: #DCDFE4;
|
|
131
|
+
--triplex-next-Button-Secondary_Background_Default-1-14-0: #F2F4F7;
|
|
132
|
+
--triplex-next-Button-Secondary_Background_Disabled-1-14-0: #F2F4F7;
|
|
133
|
+
--triplex-next-Button-Secondary_Background_Hover-1-14-0: #EAEDF1;
|
|
134
|
+
--triplex-next-Button-Secondary_Color_Active-1-14-0: #007777;
|
|
135
|
+
--triplex-next-Button-Secondary_Color_Default-1-14-0: #008985;
|
|
136
|
+
--triplex-next-Button-Secondary_Color_Disabled-1-14-0: rgba(31, 31, 34, .35);
|
|
137
|
+
--triplex-next-Button-Secondary_Color_Hover-1-14-0: #21A19A;
|
|
138
|
+
--triplex-next-Button-Secondary_Shadow_Focus-1-14-0: 0 0 0 1px #FFD169 inset;
|
|
139
|
+
--triplex-next-Button-SecondaryLight_Background_Active-1-14-0: #DFE2E7;
|
|
140
|
+
--triplex-next-Button-SecondaryLight_Background_Default-1-14-0: #FFFFFF;
|
|
141
|
+
--triplex-next-Button-SecondaryLight_Background_Disabled-1-14-0: #F2F4F7;
|
|
142
|
+
--triplex-next-Button-SecondaryLight_Background_Hover-1-14-0: #EEF0F4;
|
|
143
|
+
--triplex-next-Button-SecondaryLight_Color_Active-1-14-0: #007777;
|
|
144
|
+
--triplex-next-Button-SecondaryLight_Color_Default-1-14-0: #008985;
|
|
145
|
+
--triplex-next-Button-SecondaryLight_Color_Disabled-1-14-0: rgba(31, 31, 34, .35);
|
|
146
|
+
--triplex-next-Button-SecondaryLight_Color_Hover-1-14-0: #21A19A;
|
|
147
|
+
--triplex-next-Button-SecondaryLight_Shadow_Focus-1-14-0: 0 0 0 1px #FFD169 inset;
|
|
148
|
+
--triplex-next-Button-Danger_Background_Active-1-14-0: #BD002C;
|
|
149
|
+
--triplex-next-Button-Danger_Background_Default-1-14-0: #E60037;
|
|
150
|
+
--triplex-next-Button-Danger_Background_Disabled-1-14-0: #F2F4F7;
|
|
151
|
+
--triplex-next-Button-Danger_Background_Hover-1-14-0: #F80C45;
|
|
152
|
+
--triplex-next-Button-Danger_Color_Active-1-14-0: rgba(255, 255, 255, 1);
|
|
153
|
+
--triplex-next-Button-Danger_Color_Default-1-14-0: rgba(255, 255, 255, 1);
|
|
154
|
+
--triplex-next-Button-Danger_Color_Disabled-1-14-0: rgba(31, 31, 34, .35);
|
|
155
|
+
--triplex-next-Button-Danger_Color_Hover-1-14-0: rgba(255, 255, 255, 1);
|
|
156
|
+
--triplex-next-Button-Danger_Shadow_Focus-1-14-0: 0 0 0 1px #FFD169 inset;
|
|
157
|
+
--triplex-next-Button-Icon_Shadow_Focus-1-14-0: 0 0 0 1px #FFD169;
|
|
158
|
+
--triplex-next-Button-Link_Color_Active-1-14-0: #007777;
|
|
159
|
+
--triplex-next-Button-Link_Color_Default-1-14-0: #008985;
|
|
160
|
+
--triplex-next-Button-Link_Color_Disabled-1-14-0: rgba(31, 31, 34, .35);
|
|
161
|
+
--triplex-next-Button-Link_Color_Hover-1-14-0: #21A19A;
|
|
162
|
+
--triplex-next-Button-Link_Shadow_Focus-1-14-0: 0 0 0 1px #FFD169 inset;
|
|
163
|
+
--triplex-next-Calendar-Background_Shadow-1-14-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
|
|
164
|
+
--triplex-next-Calendar-View_Header_Color-1-14-0: rgba(31, 31, 34, .55);
|
|
165
|
+
--triplex-next-Calendar-View_Item_Background_Default-1-14-0: none;
|
|
166
|
+
--triplex-next-Calendar-View_Item_Background_Hover-1-14-0: #19BDB0;
|
|
167
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Default-1-14-0: #21A19A;
|
|
168
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-14-0: #007777;
|
|
169
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-14-0: #E3FFFA;
|
|
170
|
+
--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-14-0: #A8F5E9;
|
|
171
|
+
--triplex-next-Calendar-View_Item_BorderColor_Default-1-14-0: transparent;
|
|
172
|
+
--triplex-next-Calendar-View_Item_BorderColor_Focus-1-14-0: #FFD169;
|
|
173
|
+
--triplex-next-Calendar-View_Item_Color_Default-1-14-0: rgba(31, 31, 34, 1);
|
|
174
|
+
--triplex-next-Calendar-View_Item_Color_Hover-1-14-0: rgba(255, 255, 255, 1);
|
|
175
|
+
--triplex-next-Calendar-View_Item_Color_Disabled-1-14-0: rgba(31, 31, 34, .35);
|
|
176
|
+
--triplex-next-Calendar-View_Item_Color_Muted-1-14-0: rgba(31, 31, 34, .35);
|
|
177
|
+
--triplex-next-Calendar-View_Item_Color_Selected-1-14-0: rgba(255, 255, 255, 1);
|
|
178
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-14-0: rgba(31, 31, 34, .35);
|
|
179
|
+
--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-14-0: rgba(31, 31, 34, .35);
|
|
180
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-14-0: rgba(31, 31, 34, .35);
|
|
181
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-14-0: rgba(31, 31, 34, .35);
|
|
182
|
+
--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-14-0: rgba(31, 31, 34, .35);
|
|
183
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-14-0: #00C075;
|
|
184
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-14-0: #00C075;
|
|
185
|
+
--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-14-0: #00C075;
|
|
186
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-14-0: #FD6508;
|
|
187
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-14-0: #FD6508;
|
|
188
|
+
--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-14-0: #FD6508;
|
|
189
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-14-0: #E60037;
|
|
190
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-14-0: #E60037;
|
|
191
|
+
--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-14-0: #E60037;
|
|
192
|
+
--triplex-next-Card-Static_General_Background-1-14-0: #FFFFFF;
|
|
193
|
+
--triplex-next-Card-Static_Secondary_Background-1-14-0: #F2F4F7;
|
|
194
|
+
--triplex-next-Card-Action_General_Background-1-14-0: #FFFFFF;
|
|
195
|
+
--triplex-next-Card-Action_General_Background_Hover-1-14-0: #FFFFFF;
|
|
196
|
+
--triplex-next-Card-Action_General_Background_Selected-1-14-0: #F2F4F7;
|
|
197
|
+
--triplex-next-Card-Action_General_Background_Selected_Hover-1-14-0: #F2F4F7;
|
|
198
|
+
--triplex-next-Card-Action_Secondary_Background-1-14-0: #F2F4F7;
|
|
199
|
+
--triplex-next-Card-Action_Secondary_Background_Hover-1-14-0: #EAEDF1;
|
|
200
|
+
--triplex-next-Card-Action_Secondary_Background_Selected-1-14-0: #E3E6EA;
|
|
201
|
+
--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-14-0: #DCDFE4;
|
|
202
|
+
--triplex-next-Card-Shadow_Default-1-14-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
|
|
203
|
+
--triplex-next-Card-Shadow_Focus-1-14-0: inset 0 0 0 1px #FFD169;
|
|
204
|
+
--triplex-next-Card-Shadow_Hover-1-14-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
|
|
205
|
+
--triplex-next-Card-Shadow_Selected-1-14-0: inset 0 0 0 1px #21A19A;
|
|
206
|
+
--triplex-next-Card-Shadow_Selected_Hover-1-14-0: inset 0 0 0 1px #19BDB0;
|
|
207
|
+
--triplex-next-Checkbox-Background_Checked_Default-1-14-0: #21A19A;
|
|
208
|
+
--triplex-next-Checkbox-Background_Checked_Disabled-1-14-0: #EAEDF1;
|
|
209
|
+
--triplex-next-Checkbox-Background_Checked_Hover-1-14-0: #007777;
|
|
210
|
+
--triplex-next-Checkbox-Background_Default-1-14-0: #F2F4F7;
|
|
211
|
+
--triplex-next-Checkbox-Background_Disabled-1-14-0: #F2F4F7;
|
|
212
|
+
--triplex-next-Checkbox-Background_Hover-1-14-0: #19BDB0;
|
|
213
|
+
--triplex-next-Checkbox-BorderColor_Default-1-14-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
214
|
+
--triplex-next-Checkbox-BorderColor_Disabled-1-14-0: 0 0 0 1px #E3E6EA inset;
|
|
215
|
+
--triplex-next-Checkbox-BorderColor_Focus-1-14-0: 0 0 0 1px #FFD169 inset;
|
|
216
|
+
--triplex-next-Checkbox-BorderColor_Hover-1-14-0: none;
|
|
217
|
+
--triplex-next-Checkbox-BorderColor_Checked_Default-1-14-0: none;
|
|
218
|
+
--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-14-0: none;
|
|
219
|
+
--triplex-next-Checkbox-Checkmark_Fill_Default-1-14-0: rgba(255, 255, 255, 1);
|
|
220
|
+
--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-14-0: rgba(31, 31, 34, .15);
|
|
221
|
+
--triplex-next-Chip-Background_Active-1-14-0: #DFE2E7;
|
|
222
|
+
--triplex-next-Chip-Background_Default-1-14-0: #F2F4F7;
|
|
223
|
+
--triplex-next-Chip-Background_Disabled-1-14-0: #F2F4F7;
|
|
224
|
+
--triplex-next-Chip-Background_Hover-1-14-0: #EAEDF1;
|
|
225
|
+
--triplex-next-Chip-Background_Selected_Active-1-14-0: #4F4F52;
|
|
226
|
+
--triplex-next-Chip-Background_Selected_Default-1-14-0: #3B3B3E;
|
|
227
|
+
--triplex-next-Chip-Background_Selected_Disabled-1-14-0: #343437;
|
|
228
|
+
--triplex-next-Chip-Background_Selected_Hover-1-14-0: #49494C;
|
|
229
|
+
--triplex-next-Chip-Color_Active-1-14-0: rgba(31, 31, 34, 1);
|
|
230
|
+
--triplex-next-Chip-Color_Default-1-14-0: rgba(31, 31, 34, 1);
|
|
231
|
+
--triplex-next-Chip-Color_Disabled-1-14-0: rgba(31, 31, 34, .35);
|
|
232
|
+
--triplex-next-Chip-Color_Hover-1-14-0: rgba(31, 31, 34, 1);
|
|
233
|
+
--triplex-next-Chip-Color_Selected_Active-1-14-0: rgba(255, 255, 255, 1);
|
|
234
|
+
--triplex-next-Chip-Color_Selected_Default-1-14-0: rgba(255, 255, 255, 1);
|
|
235
|
+
--triplex-next-Chip-Color_Selected_Disabled-1-14-0: rgba(255, 255, 255, .25);
|
|
236
|
+
--triplex-next-Chip-Color_Selected_Hover-1-14-0: rgba(255, 255, 255, 1);
|
|
237
|
+
--triplex-next-Chip-Shadow_Focus-1-14-0: 0 0 0 1px #FFD169 inset;
|
|
238
|
+
--triplex-next-Divider-Background-1-14-0: #D6D9E0;
|
|
239
|
+
--triplex-next-Dropdown-Background-1-14-0: #FFFFFF;
|
|
240
|
+
--triplex-next-Dropdown-Shadow-1-14-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
241
|
+
--triplex-next-DropdownList-Background_Active-1-14-0: #EAEDF1;
|
|
242
|
+
--triplex-next-DropdownList-Background_Default-1-14-0: none;
|
|
243
|
+
--triplex-next-DropdownList-Background_Selected-1-14-0: #DCDFE4;
|
|
244
|
+
--triplex-next-DropdownList-Color-1-14-0: rgba(31, 31, 34, 1);
|
|
245
|
+
--triplex-next-DropdownMobile-Backdrop-1-14-0: rgba(31, 31, 34, .65);
|
|
246
|
+
--triplex-next-DropdownMobile-Border_Color-1-14-0: #D6D9E0;
|
|
247
|
+
--triplex-next-DropdownMobile-Content_Background-1-14-0: #FFFFFF;
|
|
248
|
+
--triplex-next-DropdownMobile-Footer_Background-1-14-0: #FFFFFF;
|
|
249
|
+
--triplex-next-DropdownMobile-Header_Background-1-14-0: #F2F4F7;
|
|
250
|
+
--triplex-next-DropdownMobileList-Active_Background-1-14-0: #F2F4F7;
|
|
251
|
+
--triplex-next-DropdownMobileList-Selected_Background-1-14-0: #DCDFE4;
|
|
252
|
+
--triplex-next-FooterPage-StickyShadow-1-14-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
253
|
+
--triplex-next-FormField-Background_Active-1-14-0: #F2F4F7;
|
|
254
|
+
--triplex-next-FormField-Background_Default-1-14-0: #F2F4F7;
|
|
255
|
+
--triplex-next-FormField-Background_Disabled-1-14-0: #F2F4F7;
|
|
256
|
+
--triplex-next-FormField-Background_Error-1-14-0: #FFF0F3;
|
|
257
|
+
--triplex-next-FormField-Background_Error_Hover-1-14-0: #FCE0E6;
|
|
258
|
+
--triplex-next-FormField-Background_Hover-1-14-0: #EAEDF1;
|
|
259
|
+
--triplex-next-FormField-Background_Warning-1-14-0: #FFF4DB;
|
|
260
|
+
--triplex-next-FormField-Background_Warning_Hover-1-14-0: #FCEAC7;
|
|
261
|
+
--triplex-next-FormField-Input_Color_Default-1-14-0: rgba(31, 31, 34, 1);
|
|
262
|
+
--triplex-next-FormField-Input_Color_Disabled-1-14-0: rgba(31, 31, 34, .35);
|
|
263
|
+
--triplex-next-FormField-Target_Color_Default-1-14-0: rgba(31, 31, 34, 1);
|
|
264
|
+
--triplex-next-FormField-Target_Color_Disabled-1-14-0: rgba(31, 31, 34, .45);
|
|
265
|
+
--triplex-next-FormField-Target_PlaceholderColor_Default-1-14-0: rgba(31, 31, 34, .65);
|
|
266
|
+
--triplex-next-FormField-Label_Color_Default-1-14-0: rgba(31, 31, 34, .65);
|
|
267
|
+
--triplex-next-FormField-Label_Color_Disabled-1-14-0: rgba(31, 31, 34, .35);
|
|
268
|
+
--triplex-next-FormField-Shadow_Active-1-14-0: 0 0 0 1px #21A19A inset;
|
|
269
|
+
--triplex-next-FormField-Shadow_Default-1-14-0: none;
|
|
270
|
+
--triplex-next-FormField-Shadow_Error_Active-1-14-0: 0 0 0 1px #E60037 inset;
|
|
271
|
+
--triplex-next-FormField-Shadow_Warning_Active-1-14-0: 0 0 0 1px #FD6508 inset;
|
|
272
|
+
--triplex-next-FormField-Placeholder_Color-1-14-0: rgba(31, 31, 34, .65);
|
|
273
|
+
--triplex-next-HeaderPage-StickyShadow-1-14-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
|
|
274
|
+
--triplex-next-Island-Type1_Background-1-14-0: #FFFFFF;
|
|
275
|
+
--triplex-next-Island-Type2_Background-1-14-0: rgba(255, 255, 255, .35);
|
|
276
|
+
--triplex-next-Island-Type3_Background-1-14-0: #F2F4F7;
|
|
277
|
+
--triplex-next-Island-Type1_Shadow-1-14-0: none;
|
|
278
|
+
--triplex-next-Island-Type2_Shadow-1-14-0: 0 0 0 1px #FFFFFF inset;
|
|
279
|
+
--triplex-next-Island-Type3_Shadow-1-14-0: none;
|
|
280
|
+
--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-14-0: #DCDFE4;
|
|
281
|
+
--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-14-0: rgba(31, 31, 34, .05);
|
|
282
|
+
--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-14-0: #DCDFE4;
|
|
283
|
+
--triplex-next-IslandAccordion-Shadow_Focus-1-14-0: 0 0 0 1px #FFD169 inset;
|
|
284
|
+
--triplex-next-IslandWidget-ExtraFooter_Background-1-14-0: #FFFFFF;
|
|
285
|
+
--triplex-next-IslandWidget-ExtraFooter_Shadow-1-14-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
|
|
286
|
+
--triplex-next-LightBox-Backdrop_Background-1-14-0: rgba(31, 31, 34, .75);
|
|
287
|
+
--triplex-next-LightBox-Content_Background-1-14-0: #EAEDF1;
|
|
288
|
+
--triplex-next-Link-BorderColor_Focus-1-14-0: 0 0 0 1px #FFD169 inset;
|
|
289
|
+
--triplex-next-Link-Text_Color_Active-1-14-0: #007777;
|
|
290
|
+
--triplex-next-Link-Text_Color_Default-1-14-0: #008985;
|
|
291
|
+
--triplex-next-Link-Text_Color_Hover-1-14-0: #21A19A;
|
|
292
|
+
--triplex-next-ListItem-Background-1-14-0: #FFFFFF;
|
|
293
|
+
--triplex-next-ListItem-Background_Dragging-1-14-0: #FFFFFF;
|
|
294
|
+
--triplex-next-ListItem-Background_Selected-1-14-0: #F2F4F7;
|
|
295
|
+
--triplex-next-ListItem-Shadow-1-14-0: 0 2px 7px rgba(31, 31, 34, 0.25);
|
|
296
|
+
--triplex-next-ListItemControlsButton-Background_Active-1-14-0: #DCDFE4;
|
|
297
|
+
--triplex-next-ListItemControlsButton-Background_Default-1-14-0: #F2F4F7;
|
|
298
|
+
--triplex-next-ListItemControlsButton-Background_Hover-1-14-0: #EAEDF1;
|
|
299
|
+
--triplex-next-ListItemControlsButton-Color_Active-1-14-0: #007777;
|
|
300
|
+
--triplex-next-ListItemControlsButton-Color_Default-1-14-0: #008985;
|
|
301
|
+
--triplex-next-ListItemControlsButton-Color_Hover-1-14-0: #21A19A;
|
|
302
|
+
--triplex-next-ListMaster-Background-1-14-0: #FFFFFF;
|
|
303
|
+
--triplex-next-ListMaster-Footer_Background-1-14-0: #DCDFE4;
|
|
304
|
+
--triplex-next-ListMaster-Footer_Color-1-14-0: #EAEDF1;
|
|
305
|
+
--triplex-next-ListMaster-Header_Background-1-14-0: #DCDFE4;
|
|
306
|
+
--triplex-next-ListMaster-Header_Color-1-14-0: #EAEDF1;
|
|
307
|
+
--triplex-next-Loader-Element_Background_Brand-1-14-0: #21A19A;
|
|
308
|
+
--triplex-next-Loader-Element_Background_Neutral-1-14-0: rgba(255, 255, 255, 1);
|
|
309
|
+
--triplex-next-Loader-Middle_Background_Default-1-14-0: #EEF0F4;
|
|
310
|
+
--triplex-next-LoaderScreen-Small_Backdrop_Default-1-14-0: rgba(255, 255, 255, .75);
|
|
311
|
+
--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-14-0: rgba(255, 255, 255, .75);
|
|
312
|
+
--triplex-next-LoaderScreen-Middle_Background_Default-1-14-0: #EEF0F4;
|
|
313
|
+
--triplex-next-Marker-Background_Error-1-14-0: #E60037;
|
|
314
|
+
--triplex-next-Marker-Background_Success-1-14-0: #21A19A;
|
|
315
|
+
--triplex-next-Marker-Background_Waiting-1-14-0: #8291B3;
|
|
316
|
+
--triplex-next-Marker-Background_Warning-1-14-0: #FD6508;
|
|
317
|
+
--triplex-next-MarkerStatus-Description_Color-1-14-0: rgba(0, 0, 0, 0.55);
|
|
318
|
+
--triplex-next-ModalWindow-Background-1-14-0: #EAEDF1;
|
|
319
|
+
--triplex-next-ModalWindow-Backdrop_Background-1-14-0: rgba(79, 79, 82, .5);
|
|
320
|
+
--triplex-next-MultiselectField-Divider_Color-1-14-0: #D6D9E0;
|
|
321
|
+
--triplex-next-Notification-Background-1-14-0: #FFFFFF;
|
|
322
|
+
--triplex-next-Notification-Color-1-14-0: #1F1F22;
|
|
323
|
+
--triplex-next-Notification-TimeColor-1-14-0: rgba(31, 31, 34, 0.65);
|
|
324
|
+
--triplex-next-Notification-Shadow-1-14-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
|
|
325
|
+
--triplex-next-Overlay-Background-1-14-0: rgba(255, 255, 255, .8);
|
|
326
|
+
--triplex-next-Overlay-Panel_Background-1-14-0: #FFFFFF;
|
|
327
|
+
--triplex-next-Pagination-PageButton_Background_Active-1-14-0: #E3E6EA;
|
|
328
|
+
--triplex-next-Pagination-PageButton_Background_Hover-1-14-0: #F2F4F7;
|
|
329
|
+
--triplex-next-Pagination-PageButton_Background_Selected-1-14-0: #E3E6EA;
|
|
330
|
+
--triplex-next-Pagination-PageButton_BorderColor_Focus-1-14-0: #FFD169;
|
|
331
|
+
--triplex-next-Pagination-PageButton_Color-1-14-0: rgba(31, 31, 34, 1);
|
|
332
|
+
--triplex-next-Radio-Background_Checked_Default-1-14-0: #21A19A;
|
|
333
|
+
--triplex-next-Radio-Background_Checked_Disabled-1-14-0: #EAEDF1;
|
|
334
|
+
--triplex-next-Radio-Background_Checked_Hover-1-14-0: #007777;
|
|
335
|
+
--triplex-next-Radio-Background_Default-1-14-0: #F2F4F7;
|
|
336
|
+
--triplex-next-Radio-Background_Disabled-1-14-0: #F2F4F7;
|
|
337
|
+
--triplex-next-Radio-Background_Hover-1-14-0: #19BDB0;
|
|
338
|
+
--triplex-next-Radio-BorderColor_Default-1-14-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
|
|
339
|
+
--triplex-next-Radio-BorderColor_Disabled-1-14-0: 0 0 0 1px #E3E6EA inset;
|
|
340
|
+
--triplex-next-Radio-BorderColor_Focused-1-14-0: 0 0 0 1px #FFD169 inset;
|
|
341
|
+
--triplex-next-Radio-BorderColor_Checked_Default-1-14-0: none;
|
|
342
|
+
--triplex-next-Radio-BorderColor_Checked_Disabled-1-14-0: none;
|
|
343
|
+
--triplex-next-Radio-Dot_Default-1-14-0: rgba(255, 255, 255, 1);
|
|
344
|
+
--triplex-next-Radio-Dot_Disabled-1-14-0: rgba(31, 31, 34, .15);
|
|
345
|
+
--triplex-next-SegmentedControl-General_1_Background-1-14-0: #F2F4F7;
|
|
346
|
+
--triplex-next-SegmentedControl-General_2_Background-1-14-0: #FFFFFF;
|
|
347
|
+
--triplex-next-SegmentedControl-Secondary_1_Background-1-14-0: #F2F4F7;
|
|
348
|
+
--triplex-next-SegmentedControl-Secondary_2_Background-1-14-0: #FFFFFF;
|
|
349
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-14-0: rgba(31, 31, 34, .65);
|
|
350
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-14-0: rgba(31, 31, 34, 1);
|
|
351
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-14-0: rgba(31, 31, 34, .15);
|
|
352
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-14-0: rgba(255, 255, 255, 1);
|
|
353
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-14-0: rgba(255, 255, 255, 1);
|
|
354
|
+
--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-14-0: rgba(255, 255, 255, .25);
|
|
355
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-14-0: #F2F4F7;
|
|
356
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-14-0: #DFE2E7;
|
|
357
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-14-0: #F2F4F7;
|
|
358
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-14-0: #3B3B3E;
|
|
359
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-14-0: #49494C;
|
|
360
|
+
--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-14-0: #343437;
|
|
361
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-14-0: rgba(31, 31, 34, .65);
|
|
362
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-14-0: rgba(31, 31, 34, 1);
|
|
363
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-14-0: rgba(31, 31, 34, .15);
|
|
364
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-14-0: rgba(255, 255, 255, 1);
|
|
365
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-14-0: rgba(255, 255, 255, 1);
|
|
366
|
+
--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-14-0: rgba(255, 255, 255, .25);
|
|
367
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-14-0: #FFFFFF;
|
|
368
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-14-0: #EEF0F4;
|
|
369
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-14-0: #FFFFFF;
|
|
370
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-14-0: #3B3B3E;
|
|
371
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-14-0: #49494C;
|
|
372
|
+
--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-14-0: #343437;
|
|
373
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-14-0: rgba(31, 31, 34, .65);
|
|
374
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-14-0: rgba(31, 31, 34, 1);
|
|
375
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-14-0: rgba(31, 31, 34, .15);
|
|
376
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-14-0: rgba(31, 31, 34, 1);
|
|
377
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-14-0: rgba(31, 31, 34, 1);
|
|
378
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-14-0: rgba(31, 31, 34, .15);
|
|
379
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-14-0: #F2F4F7;
|
|
380
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-14-0: #DFE2E7;
|
|
381
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-14-0: #F2F4F7;
|
|
382
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-14-0: #FFFFFF;
|
|
383
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-14-0: #DFE2E7;
|
|
384
|
+
--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-14-0: #FFFFFF;
|
|
385
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-14-0: rgba(31, 31, 34, .65);
|
|
386
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-14-0: rgba(31, 31, 34, 1);
|
|
387
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-14-0: rgba(31, 31, 34, .15);
|
|
388
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-14-0: rgba(31, 31, 34, 1);
|
|
389
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-14-0: rgba(31, 31, 34, 1);
|
|
390
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-14-0: rgba(31, 31, 34, .15);
|
|
391
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-14-0: #FFFFFF;
|
|
392
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-14-0: #EEF0F4;
|
|
393
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-14-0: #FFFFFF;
|
|
394
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-14-0: #E3E6EA;
|
|
395
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-14-0: #D6D9E0;
|
|
396
|
+
--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-14-0: #F2F4F7;
|
|
397
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Default-1-14-0: transparent;
|
|
398
|
+
--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-14-0: #FFD169;
|
|
399
|
+
--triplex-next-Skeleton-BackgroundColor_Light_Start-1-14-0: #F2F4F7;
|
|
400
|
+
--triplex-next-Skeleton-BackgroundColor_Light_End-1-14-0: #DFE2E7;
|
|
401
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-14-0: rgba(31, 31, 34, .05);
|
|
402
|
+
--triplex-next-Skeleton-BackgroundColor_Dark_End-1-14-0: rgba(31, 31, 34, .15);
|
|
403
|
+
--triplex-next-SmallInput-Background-1-14-0: #F2F4F7;
|
|
404
|
+
--triplex-next-SmallInput-Color-1-14-0: rgba(31, 31, 34, 1);
|
|
405
|
+
--triplex-next-SmallInput-PlaceholderColor-1-14-0: rgba(31, 31, 34, .65);
|
|
406
|
+
--triplex-next-SmallInput-Shadow-1-14-0: 0 0 0 1px rgba(33, 161, 154) inset;
|
|
407
|
+
--triplex-next-SMSField-Refresh_Fill_Empty-1-14-0: rgba(31, 31, 34, .35);
|
|
408
|
+
--triplex-next-SMSField-Refresh_Fill_Full-1-14-0: #008985;
|
|
409
|
+
--triplex-next-SMSField-Refresh_Disabled-1-14-0: rgba(31, 31, 34, .15);
|
|
410
|
+
--triplex-next-SMSField-Submit_Background_Default-1-14-0: rgba(31, 31, 34, .15);
|
|
411
|
+
--triplex-next-SMSField-Submit_Background_Hover-1-14-0: #19BDB0;
|
|
412
|
+
--triplex-next-SMSField-Submit_Background_Active-1-14-0: #21A19A;
|
|
413
|
+
--triplex-next-Slider-Dot_Background_Default-1-14-0: #21A19A;
|
|
414
|
+
--triplex-next-Slider-Dot_Background_Disabled-1-14-0: #F2F4F7;
|
|
415
|
+
--triplex-next-Slider-Dot_Background_Hover-1-14-0: #19BDB0;
|
|
416
|
+
--triplex-next-Slider-Dot_Background_Select-1-14-0: #007777;
|
|
417
|
+
--triplex-next-Slider-Dot_Focus-1-14-0: #FFD169;
|
|
418
|
+
--triplex-next-Slider-Dot_Inner_Background-1-14-0: #FFFFFF;
|
|
419
|
+
--triplex-next-Slider-Dot_Inner_Background_Disabled-1-14-0: rgba(31, 31, 34, .15);
|
|
420
|
+
--triplex-next-Slider-Mark_Dot_Background_Default-1-14-0: #DCDFE4;
|
|
421
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected-1-14-0: #21A19A;
|
|
422
|
+
--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-14-0: #E7E9EE;
|
|
423
|
+
--triplex-next-Slider-Rail_Background-1-14-0: #DCDFE4;
|
|
424
|
+
--triplex-next-Slider-Rail_Background_Disabled-1-14-0: #DCDFE4;
|
|
425
|
+
--triplex-next-Slider-Tooltip_Background-1-14-0: #1B1B1D;
|
|
426
|
+
--triplex-next-Slider-Tooltip_Color-1-14-0: rgba(255, 255, 255, 1);
|
|
427
|
+
--triplex-next-Slider-Track_Background_Default-1-14-0: #21A19A;
|
|
428
|
+
--triplex-next-Slider-Track_Background_Disabled-1-14-0: #E7E9EE;
|
|
429
|
+
--triplex-next-Slider-Track_Background_Hover-1-14-0: #007777;
|
|
430
|
+
--triplex-next-StatusTracker-Draft_Background-1-14-0: rgba(255, 255, 255, .15);
|
|
431
|
+
--triplex-next-StatusTracker-Warning_Background-1-14-0: #FF7A17;
|
|
432
|
+
--triplex-next-StatusTracker-Waiting_Background-1-14-0: #BFCADF;
|
|
433
|
+
--triplex-next-StatusTracker-Rejected_Background-1-14-0: #FF5571;
|
|
434
|
+
--triplex-next-StatusTracker-Approved_Background-1-14-0: #00D67D;
|
|
435
|
+
--triplex-next-StatusTracker-Waiting_Color-1-14-0: #A9B6D0;
|
|
436
|
+
--triplex-next-StatusTracker-Rejected_Color-1-14-0: #FFB1C1;
|
|
437
|
+
--triplex-next-StatusTracker-Approved_Color-1-14-0: #00D67D;
|
|
438
|
+
--triplex-next-StatusTracker-Border_Color-1-14-0: #FFFFFF;
|
|
439
|
+
--triplex-next-Step-Color_Active-1-14-0: #008985;
|
|
440
|
+
--triplex-next-Step-Color_Default-1-14-0: rgba(31, 31, 34, .65);
|
|
441
|
+
--triplex-next-Step-Color_Disabled-1-14-0: #FFFFFF;
|
|
442
|
+
--triplex-next-Step-Color_Done-1-14-0: #FFFFFF;
|
|
443
|
+
--triplex-next-Step-Color_Error-1-14-0: rgba(255, 255, 255, 1);
|
|
444
|
+
--triplex-next-Step-Color_Warning-1-14-0: rgba(255, 255, 255, 1);
|
|
445
|
+
--triplex-next-Step-Background_Active-1-14-0: #E3FFFA;
|
|
446
|
+
--triplex-next-Step-Background_Default-1-14-0: rgba(31, 31, 34, .05);
|
|
447
|
+
--triplex-next-Step-Background_Disabled-1-14-0: rgba(31, 31, 34, .15);
|
|
448
|
+
--triplex-next-Step-Background_Done-1-14-0: #008985;
|
|
449
|
+
--triplex-next-Step-Background_Error-1-14-0: #D10032;
|
|
450
|
+
--triplex-next-Step-Background_Warning-1-14-0: #EF4C01;
|
|
451
|
+
--triplex-next-Stepper-Step_Background_Default-1-14-0: #F2F4F7;
|
|
452
|
+
--triplex-next-Stepper-Step_Background_Hover-1-14-0: #EAEDF1;
|
|
453
|
+
--triplex-next-Stepper-Step_Background_Disabled-1-14-0: #F2F4F7;
|
|
454
|
+
--triplex-next-Stepper-Step_Background_Error-1-14-0: #FFF0F3;
|
|
455
|
+
--triplex-next-Stepper-Step_Background_Error_Hover-1-14-0: #FCE0E6;
|
|
456
|
+
--triplex-next-Stepper-Step_Background_Warning-1-14-0: #FFF4DB;
|
|
457
|
+
--triplex-next-Stepper-Step_Background_Warning_Hover-1-14-0: #FCEAC7;
|
|
458
|
+
--triplex-next-Stepper-Step_BorderColor_Focus-1-14-0: #FFD169;
|
|
459
|
+
--triplex-next-Stepper-Step_BorderColor_Error-1-14-0: #E60037;
|
|
460
|
+
--triplex-next-Stepper-Step_BorderColor_Warning-1-14-0: #FD6508;
|
|
461
|
+
--triplex-next-Stepper-Step_BorderColor_Success-1-14-0: #21A19A;
|
|
462
|
+
--triplex-next-Stepper-Step_Color_Default-1-14-0: rgba(31, 31, 34, .65);
|
|
463
|
+
--triplex-next-Stepper-Step_Color_Hover-1-14-0: rgba(31, 31, 34, 1);
|
|
464
|
+
--triplex-next-Stepper-Step_Color_Disabled-1-14-0: rgba(31, 31, 34, .35);
|
|
465
|
+
--triplex-next-Stepper-ButtonNext_Background-1-14-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
|
|
466
|
+
--triplex-next-Stepper-ButtonPrev_Background-1-14-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
|
|
467
|
+
--triplex-next-Stepper-Background-1-14-0: #FFFFFF;
|
|
468
|
+
--triplex-next-Stepper-Wrapper_Background-1-14-0: linear-gradient(#FFFFFF 64px, transparent 0);
|
|
469
|
+
--triplex-next-Stepper-Wrapper_BoxShadow-1-14-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
|
|
470
|
+
--triplex-next-TableBasic-Background_Hover-1-14-0: #E3E6EA;
|
|
471
|
+
--triplex-next-TableBasic-Background_Selected-1-14-0: #DCDFE4;
|
|
472
|
+
--triplex-next-TableBasic-Color-1-14-0: rgba(31, 31, 34, 1);
|
|
473
|
+
--triplex-next-TableBasic-Header_Background-1-14-0: #E7E9EE;
|
|
474
|
+
--triplex-next-TableBasic-TableFooter_Background-1-14-0: #E7E9EE;
|
|
475
|
+
--triplex-next-TableBasic-TableFooter_Highlight-1-14-0: linear-gradient(transparent, #FFFFFF);
|
|
476
|
+
--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-14-0: #D6D9E0;
|
|
477
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-14-0: #FFFFFF;
|
|
478
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-14-0: #EAEDF1;
|
|
479
|
+
--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-14-0: #FFFFFF;
|
|
480
|
+
--triplex-next-Tabs-Type1_Background-1-14-0: #F2F4F7;
|
|
481
|
+
--triplex-next-Tabs-Type2_Background-1-14-0: #FFFFFF;
|
|
482
|
+
--triplex-next-Tabs-Type1_Tab_Background_Default-1-14-0: #F2F4F7;
|
|
483
|
+
--triplex-next-Tabs-Type2_Tab_Background_Default-1-14-0: #FFFFFF;
|
|
484
|
+
--triplex-next-Tabs-Type1_Tab_Background_Selected-1-14-0: #DCDFE4;
|
|
485
|
+
--triplex-next-Tabs-Type2_Tab_Background_Selected-1-14-0: #E3E6EA;
|
|
486
|
+
--triplex-next-Tabs-Type1_Tab_Background_Hover-1-14-0: #E3E6EA;
|
|
487
|
+
--triplex-next-Tabs-Type2_Tab_Background_Hover-1-14-0: #EEF0F4;
|
|
488
|
+
--triplex-next-Tabs-Type1_Tab_Color_Default-1-14-0: rgba(31, 31, 34, .65);
|
|
489
|
+
--triplex-next-Tabs-Type2_Tab_Color_Default-1-14-0: rgba(31, 31, 34, .65);
|
|
490
|
+
--triplex-next-Tabs-Type1_Tab_Color_Selected-1-14-0: rgba(31, 31, 34, 1);
|
|
491
|
+
--triplex-next-Tabs-Type2_Tab_Color_Selected-1-14-0: rgba(31, 31, 34, 1);
|
|
492
|
+
--triplex-next-Tabs-Type1_Tab_Color_Hover-1-14-0: rgba(31, 31, 34, 1);
|
|
493
|
+
--triplex-next-Tabs-Type2_Tab_Color_Hover-1-14-0: rgba(31, 31, 34, 1);
|
|
494
|
+
--triplex-next-Tabs-Tab_BorderColor_Default-1-14-0: transparent;
|
|
495
|
+
--triplex-next-Tabs-Tab_BorderColor_Focus-1-14-0: #FFD169;
|
|
496
|
+
--triplex-next-Tag-Background-1-14-0: #DFE2E7;
|
|
497
|
+
--triplex-next-TagColor-Background_Default-1-14-0: #EEF3FC;
|
|
498
|
+
--triplex-next-TagColor-Background_Success-1-14-0: #E3FFFA;
|
|
499
|
+
--triplex-next-TagColor-Background_Info-1-14-0: #E3F6FF;
|
|
500
|
+
--triplex-next-TagColor-Background_Warning-1-14-0: #FFF4DB;
|
|
501
|
+
--triplex-next-TagColor-Background_Error-1-14-0: #FFF0F3;
|
|
502
|
+
--triplex-next-TagColor-Text_Color_Default-1-14-0: rgba(31, 31, 34, .75);
|
|
503
|
+
--triplex-next-TabsLine-BorderColor_Active-1-14-0: #21A19A;
|
|
504
|
+
--triplex-next-TabsLine-BorderColor_Hover-1-14-0: #19BDB0;
|
|
505
|
+
--triplex-next-TabsLine-Separator_Color-1-14-0: #D6D9E0;
|
|
506
|
+
--triplex-next-TabsLine-Shadow_Focus-1-14-0: 0 0 0 1px #FFDD64 inset;
|
|
507
|
+
--triplex-next-Tooltip-Background-1-14-0: #1B1B1D;
|
|
508
|
+
--triplex-next-Tooltip-Color-1-14-0: rgba(255, 255, 255, 1);
|
|
509
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Active-1-14-0: #008985;
|
|
510
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Default-1-14-0: #19BDB0;
|
|
511
|
+
--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-14-0: #4BD9CF;
|
|
512
|
+
--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-14-0: 0 0 0 1px #FFD169;
|
|
513
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Active-1-14-0: #007777;
|
|
514
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Default-1-14-0: #008985;
|
|
515
|
+
--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-14-0: #21A19A;
|
|
516
|
+
--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-14-0: 0 0 0 1px #FFDD64;
|
|
517
|
+
--triplex-next-TopOverlay-Background-1-14-0: rgba(31, 31, 34, .55);
|
|
518
|
+
--triplex-next-Typography-Primary_Color-1-14-0: rgba(31, 31, 34, 1);
|
|
519
|
+
--triplex-next-Typography-Complementary_Color-1-14-0: rgba(31, 31, 34, .85);
|
|
520
|
+
--triplex-next-Typography-Secondary_Color-1-14-0: rgba(31, 31, 34, .65);
|
|
521
|
+
--triplex-next-Typography-Tertiary_Color-1-14-0: rgba(31, 31, 34, .55);
|
|
522
|
+
--triplex-next-Typography-Disabled_Color-1-14-0: rgba(31, 31, 34, .35);
|
|
523
|
+
--triplex-next-Typography-Brand_Color-1-14-0: #008985;
|
|
524
|
+
--triplex-next-Typography-Info_Color-1-14-0: #0E57CC;
|
|
525
|
+
--triplex-next-Typography-Success_Color-1-14-0: #008B5C;
|
|
526
|
+
--triplex-next-Typography-Error_Color-1-14-0: #D10032;
|
|
527
|
+
--triplex-next-Typography-Warning_Color-1-14-0: #EF4C01;
|
|
528
|
+
--triplex-next-Typography-System_Color-1-14-0: #697591;
|
|
529
|
+
--triplex-next-UploadZone-Background_Default-1-14-0: #F2F4F7;
|
|
530
|
+
--triplex-next-UploadZone-Background_Hover-1-14-0: #EAEDF1;
|
|
531
|
+
--triplex-next-UploadZone-BorderColor_Default-1-14-0: #2D2D30;
|
|
532
|
+
--triplex-next-UploadZone-DragArea_Background-1-14-0: #F2F4F7;
|
|
533
|
+
--triplex-next-UploadZone-DragArea_BorderColor-1-14-0: #21A19A;}
|
|
534
|
+
.underline__66ba2526{text-decoration:underline}.strikethrough__3313a75c{text-decoration:line-through}.underlineStrikethrough__20627979{text-decoration:underline line-through}.typography__a2ef729a.primary__3db5f779{color:var(--triplex-next-Typography-Primary_Color-1-14-0)}.typography__a2ef729a.complementary__92f6a847{color:var(--triplex-next-Typography-Complementary_Color-1-14-0)}.typography__a2ef729a.secondary__8dba5d80{color:var(--triplex-next-Typography-Secondary_Color-1-14-0)}.typography__a2ef729a.tertiary__77260830{color:var(--triplex-next-Typography-Tertiary_Color-1-14-0)}.typography__a2ef729a.disabled__4341b7c4{color:var(--triplex-next-Typography-Disabled_Color-1-14-0)}.typography__a2ef729a.brand__a80ac94e{color:var(--triplex-next-Typography-Brand_Color-1-14-0);-webkit-user-select:none;user-select:none}.typography__a2ef729a.info__a18d3364{color:var(--triplex-next-Typography-Info_Color-1-14-0)}.typography__a2ef729a.success__fc5e53b8{color:var(--triplex-next-Typography-Success_Color-1-14-0)}.typography__a2ef729a.error__51096f10{color:var(--triplex-next-Typography-Error_Color-1-14-0)}.typography__a2ef729a.warning__3497dbb2{color:var(--triplex-next-Typography-Warning_Color-1-14-0)}.typography__a2ef729a.system__e3e92185{color:var(--triplex-next-Typography-System_Color-1-14-0)}.typography__a2ef729a.compact__fa155fd7{line-height:calc(16 / 14)}.title__69da4e0f{outline:none}.title__69da4e0f.regular__fc512034{font-family:SBSansDisplay;font-weight:400}.title__69da4e0f.semibold__b53518e6{font-family:SBSansDisplaySemibold;font-weight:600}.title__69da4e0f.medium__54be0230{font-family:SBSansDisplayMedium;font-weight:500}.title__69da4e0f.bold__3ff541e0{font-family:SBSansDisplayBold;font-weight:700}.h1__14fa8155,.h2__4571505e,.h3__a73cc5d8{margin:0}.h1__14fa8155{font-size:28px;line-height:36px}.h2__4571505e{font-size:24px;line-height:32px}.h3__a73cc5d8{font-size:20px;line-height:28px}.text__1a5eb8e9{outline:none}.text__1a5eb8e9.regular__fc512034{font-family:SBSansText}.text__1a5eb8e9.semibold__b53518e6{font-family:SBSansTextSemibold;font-weight:600}.b1__a48a9107{font-size:18px;line-height:24px}.b2__62851941{font-size:16px;line-height:20px}.b3__daab999f{font-size:14px;line-height:20px}.b3__daab999f.compact__fa155fd7{line-height:16px}.b4__b877f743{font-size:12px;line-height:16px}.caption__a315f878.regular__fc512034{font-family:SBSansText}.caption__a315f878.semibold__b53518e6{font-family:SBSansTextSemibold;font-weight:600}.c1__e6cedc77{font-size:10px;line-height:12px}.c2__b33ad7f1{font-size:8px;line-height:10px}.d1__5eda5838{font-size:32px;line-height:40px}.d1__5eda5838.regular__fc512034{font-family:SBSansDisplay}.d1__5eda5838.semibold__b53518e6{font-family:SBSansDisplaySemibold;font-weight:600}.formFieldInput__152a402e{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-14-0)}.formFieldInput__152a402e:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-14-0)}.formFieldInput__152a402e::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-14-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__152a402e:focus{outline:none}.formFieldInput__152a402e:focus::placeholder{opacity:1}.formFieldInput__152a402e:-webkit-autofill{animation-name:autofill-applied-hook__97ecc858;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__152a402e:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__8ebc3ac7;animation-duration:1ms}.formFieldInput__152a402e.sm__0bd23d80{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__152a402e.md__c0a1cde1{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__152a402e.lg__bd5d7d0d{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__97ecc858{0%{transform:none}}@keyframes autofill-cancelled-hook__8ebc3ac7{0%{transform:none}}.formField__f761c77a{position:relative;flex-grow:1;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.formField__f761c77a.default__0d7bc2d2{background:var(--triplex-next-FormField-Background_Default-1-14-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-14-0)}.formField__f761c77a:hover{background:var(--triplex-next-FormField-Background_Hover-1-14-0)}.formField__f761c77a.disabled__3eaef089{background:var(--triplex-next-FormField-Background_Disabled-1-14-0)}.formField__f761c77a.active__3ccc988a{background:var(--triplex-next-FormField-Background_Active-1-14-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-14-0)}.formField__f761c77a.active__3ccc988a::placeholder{opacity:1}.formField__f761c77a.error__4be4e4bb{background:var(--triplex-next-FormField-Background_Error-1-14-0)}.formField__f761c77a.error__4be4e4bb:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-14-0)}.formField__f761c77a.error__4be4e4bb.active__3ccc988a{background:var(--triplex-next-FormField-Background_Error-1-14-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-14-0)}.formField__f761c77a.warning__e3cf6739{background:var(--triplex-next-FormField-Background_Warning-1-14-0)}.formField__f761c77a.warning__e3cf6739:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-14-0)}.formField__f761c77a.warning__e3cf6739.active__3ccc988a{background:var(--triplex-next-FormField-Background_Warning-1-14-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-14-0)}.formField__f761c77a.sm__0bd23d80{border-radius:6px}.formField__f761c77a.md__c0a1cde1{border-radius:8px}.formField__f761c77a.lg__bd5d7d0d{border-radius:10px}.formFieldDescription__c812084b{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__c812084b.withCounter__ca37d638{display:flex;justify-content:space-between}.formFieldLabel__362bb78b{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__362bb78b.size-sm__2dcac974{top:6px}.formFieldLabel__362bb78b.size-md__430dd544{top:10px}.formFieldLabel__362bb78b.size-lg__ab7d5555{top:18px}.formFieldLabel__362bb78b.size-lg__ab7d5555.floating__1dfd4ea7{top:10px}.formFieldLabelText__8facf86f{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-14-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__2dcac974 .formFieldLabelText__8facf86f{font-size:12px;line-height:16px}.size-md__430dd544 .formFieldLabelText__8facf86f{font-size:14px;line-height:20px}.size-lg__ab7d5555 .formFieldLabelText__8facf86f{font-size:16px;line-height:20px}.floating__1dfd4ea7 .formFieldLabelText__8facf86f{font-size:12px;line-height:16px}.floating__1dfd4ea7.size-sm__2dcac974 .formFieldLabelText__8facf86f,.floating__1dfd4ea7.size-md__430dd544 .formFieldLabelText__8facf86f{display:none}.disabled__3eaef089 .formFieldLabelText__8facf86f{color:var(--triplex-next-FormField-Label_Color_Disabled-1-14-0)}.formFieldPostfix__2ed75ef4{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__fd4e65c7{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__13857306{padding-left:4px}.formFieldMaskedInputWrapper__889a629c{position:relative}.formFieldMaskedInputWrapper__889a629c .formFieldMaskedInputPlaceholder__7ce93387{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__889a629c .formFieldMaskedInputPlaceholder__7ce93387::placeholder{opacity:1}.formFieldMaskedInputWrapper__889a629c .formFieldMaskedInputPlaceholder__7ce93387:disabled{visibility:hidden}.formFieldMaskedInputWrapper__889a629c.size-sm__2dcac974{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__889a629c.size-sm__2dcac974 .formFieldMaskedInputPlaceholder__7ce93387{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__889a629c.size-md__430dd544{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__889a629c.size-md__430dd544 .formFieldMaskedInputPlaceholder__7ce93387{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__889a629c.size-lg__ab7d5555{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__889a629c.size-lg__ab7d5555 .formFieldMaskedInputPlaceholder__7ce93387{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__889a629c .formFieldMaskedInput__52e32235{display:block;position:relative;background:none!important}.dropdownDesktop__f4b63908{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-14-0);background-color:var(--triplex-next-Dropdown-Background-1-14-0)}.dropdownDesktop-sm__0a00984c{border-radius:6px}.dropdownDesktop-md__3c6f2acb{border-radius:8px}.dropdownDesktop-lg__9820d13a{border-radius:10px}.dropdownDesktopOverflowHidden__bd9a238b{overflow:hidden}.dropdownMobileWrapper__e54e3c65{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__56d97bd5{background:var(--triplex-next-DropdownMobile-Backdrop-1-14-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__56d97bd5.closing__d570763e{opacity:0}.dropdownMobileBackdrop__56d97bd5.opening__dca43cc6,.dropdownMobileBackdrop__56d97bd5.opened__051aede0{opacity:var(--triplex-DropdownMobile-Opacity-1-14-0)}.dropdownMobile__8603f6c7{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__8603f6c7.closing__d570763e{transform:translateY(100%)}.dropdownMobile__8603f6c7.opening__dca43cc6,.dropdownMobile__8603f6c7.opened__051aede0{transform:translateY(0)}.dropdownMobileHeader__11a81eb1{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-14-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__11a81eb1 .dropdownMobileHeaderContent__53bbb3e1{margin-right:28px;min-height:20px}.dropdownMobileContent__f20b1bf9{background:var(--triplex-next-DropdownMobile-Content_Background-1-14-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__cddbf96c{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-14-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-14-0);flex-shrink:1}.dropdownMobileListItem__301baecb{padding:16px}.dropdownMobileListItem__301baecb.selected__b5e84513{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-14-0)}.dropdownMobileListItem__301baecb:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-14-0)}.dropdownMobileListLoader__3e111f6c{position:absolute;right:16px;top:18px}.dropdownMobileBodyOverflow__45126aac{overflow:hidden}.controlButtons__48abd4e5{display:flex;position:absolute;right:16px;top:18px}.dropdownMobileLoader__6bb78758{margin-right:8px}.notificationIcon__7e9729d3{width:8px;height:8px;border-radius:50%;background-color:#ffb13b}.dropdownDesktopList__dc035142{padding:4px;overflow:auto}.dropdownDesktopList__dc035142.sm__bc207da1{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__dc035142.sm__bc207da1 .dropdownDesktopListItem__2c7e4e77{padding:6px 8px;border-radius:6px}.dropdownDesktopList__dc035142.sm__bc207da1 .dropdownDesktopListLoader__7cf83855{margin:0 auto}.dropdownDesktopList__dc035142.md__75c38139{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__dc035142.md__75c38139 .dropdownDesktopListItem__2c7e4e77{padding:7px 8px;border-radius:8px}.dropdownDesktopList__dc035142.md__75c38139 .dropdownDesktopListLoader__7cf83855{margin:-2px auto}.dropdownDesktopList__dc035142.lg__13a18667{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__dc035142.lg__13a18667 .dropdownDesktopListItem__2c7e4e77{padding:14px 8px;border-radius:10px}.dropdownDesktopList__dc035142.lg__13a18667 .dropdownDesktopListLoader__7cf83855{margin:-6px auto}.dropdownDesktopListItem__2c7e4e77{color:var(--triplex-next-DropdownList-Color-1-14-0);background:var(--triplex-next-DropdownList-Background_Default-1-14-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__2c7e4e77+.dropdownDesktopListItem__2c7e4e77{margin-top:2px}.dropdownDesktopListItem__2c7e4e77.active__be0855d0{background:var(--triplex-next-DropdownList-Background_Active-1-14-0);cursor:pointer}.dropdownDesktopListItem__2c7e4e77.selected__b5e84513{background:var(--triplex-next-DropdownList-Background_Selected-1-14-0);cursor:default}.notificationIcon__d1c1d57a{position:absolute;right:4px;top:4px}.loaderSmall__9d0928fe{display:flex;justify-content:center;align-items:center}.loaderSmall__9d0928fe.sm__0b345a72{width:16px;height:16px;gap:2px}.loaderSmall__9d0928fe.sm__0b345a72 .dot__9cdc97da{width:4px;height:4px}.loaderSmall__9d0928fe.md__99b09a6c{width:24px;height:24px;gap:3px}.loaderSmall__9d0928fe.md__99b09a6c .dot__9cdc97da{width:6px;height:6px}.loaderSmall__9d0928fe.lg__db82c19c{width:32px;height:32px;gap:4px}.loaderSmall__9d0928fe.lg__db82c19c .dot__9cdc97da{width:8px;height:8px}.loaderSmall__9d0928fe.neutral__972a7fe7 .dot__9cdc97da{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-14-0)}.loaderSmall__9d0928fe.brand__201b9ad8 .dot__9cdc97da{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-14-0)}.loaderSmall__9d0928fe .dot__9cdc97da{border-radius:50%}.loaderSmall__9d0928fe .dot1__04faa668{animation:dotCycleSmall__19c9efc8 .9s infinite}.loaderSmall__9d0928fe .dot2__51c6709d{animation:dotCycleSmall__19c9efc8 .9s infinite .15s}.loaderSmall__9d0928fe .dot3__db456d3e{animation:dotCycleSmall__19c9efc8 .9s infinite .3s}@keyframes dotCycleSmall__19c9efc8{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__5d02bd10{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-14-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__cdc15da1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__cdc15da1 .dot__9cdc97da{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-14-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__cdc15da1 .dot1__04faa668{top:0;left:0;animation:dotCycleMiddle__3b23390a 3s infinite}.loaderMiddleDots__cdc15da1 .dot2__51c6709d{right:0;top:0;opacity:.7;animation:dotCycleMiddle__3b23390a 3s infinite .74s}.loaderMiddleDots__cdc15da1 .dot3__db456d3e{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__3b23390a 3s infinite 1.5s}.loaderMiddleDots__cdc15da1 .dot4__4ac34f6e{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__3b23390a 3s infinite 2.25s}.loaderMiddleDots__cdc15da1 .line__a4f7420c{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-14-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__e7e1477e 3s infinite}@keyframes lineCycle__e7e1477e{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__3b23390a{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__7b9d0177{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__7b9d0177:enabled{cursor:pointer}.buttonIcon__7b9d0177.circle__e91ede67{border-radius:50%}.buttonIcon__7b9d0177.squircle__96f380ad{border-radius:4px}.buttonIcon__7b9d0177:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-14-0)}.dropdownMobileInput__c9011d8e{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-14-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__c9011d8e::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-14-0);opacity:1}.dropdownMobileInput__c9011d8e::-ms-clear{display:none}.tabsLineWrapper__23024d49[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__23024d49[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__23024d49[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__23024d49[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__23024d49{position:relative}.tabsLineWrapper__23024d49.withSeparator__495518fd:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-14-0);bottom:0;left:0;right:0}.tabsLine__f72019e5{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__f72019e5:has(.sm__e3c7cd29){height:28px}.tabsLine__f72019e5:has(.md__8020681a){height:40px}.tabsLine__f72019e5:has(.lg__d985f90d){height:56px}.tab__28086441{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__28086441.sm__e3c7cd29{height:28px;padding-bottom:12px}.tab__28086441.md__8020681a{height:40px;padding-top:8px;padding-bottom:12px}.tab__28086441.lg__d985f90d{height:56px;padding-top:16px;padding-bottom:20px}.tab__28086441::-moz-focus-inner{border:none;padding:0}.tab__28086441:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-14-0)}.tab__28086441.active__878347ba{cursor:default}.tab__28086441: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__28086441:hover:after,.tab__28086441:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-14-0)}.tab__28086441.active__878347ba:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-14-0)}.notificationIcon__c9486f7b{position:absolute;right:6px}.sm__e3c7cd29 .notificationIcon__c9486f7b{top:0}.md__8020681a .notificationIcon__c9486f7b{top:8px}.lg__d985f90d .notificationIcon__c9486f7b{top:16px}.tabsLineDropdown__d4d56733{display:inline-block}.tabsLineDropdown__d4d56733 .dropdownTarget__a832680a.active__878347ba{cursor:pointer}.tabsLineDropdown__d4d56733 .dropdownTargetInner__56fa9595{display:inline-flex;align-items:center}.tabsLineDropdown__d4d56733 .dropdownTargetCaret__07579f46{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__d4d56733 .dropdownTargetCaret__07579f46.opened__0d302f7f{transform:rotate(-180deg)}.tabsLineDropdown__d4d56733 .dropdown__30094e19{right:0;padding:4px}.tabsLineMobileWrapper__f70885b8{position:relative}.tabsLineMobileWrapper__f70885b8 .tab__28086441{flex-shrink:0}.tabsLineMobileWrapper__f70885b8 .tab__28086441:first-child{margin-left:16px}.tabsLineMobileWrapper__f70885b8 .tab__28086441:last-child{margin-right:16px}.tabsLineMobile__577c0a61{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__577c0a61::-webkit-scrollbar{display:none}.label__c8944d3b{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__c8944d3b.sm__09b7bd4c{min-width:16px;min-height:16px}.label__c8944d3b.sm__09b7bd4c.nonempty__383ae83b{padding:2px 0 2px 24px}.label__c8944d3b.md__bfe81a21{min-height:24px;min-width:24px}.label__c8944d3b.md__bfe81a21.nonempty__383ae83b{padding-left:32px;padding-top:2px}.label__c8944d3b.lg__6d048a70{min-width:28px;min-height:28px}.label__c8944d3b.lg__6d048a70.nonempty__383ae83b{padding-left:40px;padding-top:4px}.label__c8944d3b.disabled__2d2f6676{cursor:default}.radio__d8203a19{margin:0;opacity:0}.radioIcon__553cf58b{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-14-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-14-0)}.radioIcon__553cf58b:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-14-0);border-radius:50%;transform:scale(0)}.sm__09b7bd4c .radioIcon__553cf58b:after{width:8px;height:8px;top:4px;left:4px}.md__bfe81a21 .radioIcon__553cf58b:after{width:12px;height:12px;top:6px;left:6px}.lg__6d048a70 .radioIcon__553cf58b:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__553cf58b,.radioIcon__553cf58b:after{pointer-events:none}.radio__d8203a19,.radioIcon__553cf58b{position:absolute;left:0;top:0}.sm__09b7bd4c .radio__d8203a19,.sm__09b7bd4c .radioIcon__553cf58b{width:16px;height:16px;top:2px}.md__bfe81a21 .radio__d8203a19,.md__bfe81a21 .radioIcon__553cf58b{width:24px;height:24px}.lg__6d048a70 .radio__d8203a19,.lg__6d048a70 .radioIcon__553cf58b{width:28px;height:28px}.radio__d8203a19:enabled{cursor:pointer}.radio__d8203a19:checked+.radioIcon__553cf58b{background:var(--triplex-next-Radio-Background_Checked_Default-1-14-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-14-0)}.radio__d8203a19:checked+.radioIcon__553cf58b:after{transform:scale(1);transition:transform .2s ease-out}.radio__d8203a19:hover+.radioIcon__553cf58b{background-color:var(--triplex-next-Radio-Background_Hover-1-14-0);box-shadow:none}.radio__d8203a19:disabled+.radioIcon__553cf58b{background:var(--triplex-next-Radio-Background_Disabled-1-14-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-14-0)}.radio__d8203a19:disabled:checked+.radioIcon__553cf58b{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-14-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-14-0)}.radio__d8203a19:disabled+.radioIcon__553cf58b:after{background:var(--triplex-next-Radio-Dot_Disabled-1-14-0)}.radio__d8203a19:focus-visible+.radioIcon__553cf58b{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-14-0)}.radio__d8203a19:checked:enabled:hover+.radioIcon__553cf58b{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-14-0)}.radioXGroup__d8d117a5{display:inline-flex;flex-flow:row wrap}.radioXGroup__d8d117a5.indent-12__55f05766{margin-left:-6px;margin-right:-6px}.radioXGroup__d8d117a5.indent-12__55f05766 .label__c8944d3b{margin-left:6px;margin-right:6px}.radioXGroup__d8d117a5.indent-16__3f66d667{margin-left:-8px;margin-right:-8px}.radioXGroup__d8d117a5.indent-16__3f66d667 .label__c8944d3b{margin-left:8px;margin-right:8px}.radioXGroup__d8d117a5.indent-20__7b6d4c49{margin-left:-10px;margin-right:-10px}.radioXGroup__d8d117a5.indent-20__7b6d4c49 .label__c8944d3b{margin-left:10px;margin-right:10px}.radioXGroup__d8d117a5.indent-24__b61d97df{margin-left:-12px;margin-right:-12px}.radioXGroup__d8d117a5.indent-24__b61d97df .label__c8944d3b{margin-left:12px;margin-right:12px}.radioXGroup__d8d117a5.indent-28__68e16e31{margin-left:-14px;margin-right:-14px}.radioXGroup__d8d117a5.indent-28__68e16e31 .label__c8944d3b{margin-left:14px;margin-right:14px}.radioXGroup__d8d117a5.indent-32__1033cf3c{margin-left:-16px;margin-right:-16px}.radioXGroup__d8d117a5.indent-32__1033cf3c .label__c8944d3b{margin-left:16px;margin-right:16px}.radioYGroup__a5dee1bc{display:inline-flex;flex-flow:column wrap}.radioYGroup__a5dee1bc .label__c8944d3b.sm__09b7bd4c+.label__c8944d3b.sm__09b7bd4c{margin-top:8px}.radioYGroup__a5dee1bc .label__c8944d3b.md__bfe81a21+.label__c8944d3b.md__bfe81a21{margin-top:16px}.radioYGroup__a5dee1bc .label__c8944d3b.lg__6d048a70+.label__c8944d3b.lg__6d048a70{margin-top:20px}.notification__4cd3ae61{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-14-0);background:var(--triplex-next-Notification-Background-1-14-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-14-0);z-index:300}.notification__4cd3ae61:first-child{margin-top:0}.notification__4cd3ae61.extraBottomPadding__63866a41{padding-bottom:24px}.notification__4cd3ae61 .notificationHeader__9195128d{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-14-0);width:100%;margin-top:0;margin-bottom:8px}.notification__4cd3ae61 .notificationIcon__56105c56{line-height:0}.notification__4cd3ae61 .notificationBody__e39c01ec{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__4cd3ae61 .notificationBodyList__3768ccb9{margin-top:8px}.notification__4cd3ae61 .notificationBodyContent__b60f1158{width:100%;font-size:14px}.notification__4cd3ae61 .notificationClose__2925ded4{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__4cd3ae61.showCloseOnHover__7eaf0bc0 .notificationClose__2925ded4{opacity:0}.notification__4cd3ae61.showCloseOnHover__7eaf0bc0:hover{cursor:pointer}.notification__4cd3ae61.showCloseOnHover__7eaf0bc0:hover .notificationClose__2925ded4{opacity:1}.notification__4cd3ae61 .notificationFooter__21094434{display:flex;align-items:center;margin-top:16px}.notification__4cd3ae61 .notificationFooter__21094434 button+a{margin-left:16px}.notification__4cd3ae61 .notificationTime__95660860{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-14-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__cfab3249{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__cfab3249:hover{cursor:pointer}.notificationGroupedWrapper__cfab3249 .notificationGroupedFooterItem__91be9377{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-14-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-14-0)}.notificationGroupedWrapper__cfab3249 .notificationGroupedFooterItem__91be9377.first__bacb2542{bottom:-8px;z-index:200}.notificationGroupedWrapper__cfab3249 .notificationGroupedFooterItem__91be9377.second__df4431e2{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__4cd3ae61,.notificationGroupedWrapper__cfab3249{width:100%}}.unorderedListItem__4711153a:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__4711153a+.unorderedListItem__4711153a{margin-top:8px}.unorderedList__4ba9c1bc{position:relative;margin:0;padding-left:14px;list-style:none}.button__35c1c449.general__fed4799f{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-14-0);color:var(--triplex-next-Button-General_Color_Default-1-14-0)}.button__35c1c449.general__fed4799f:hover{background:var(--triplex-next-Button-General_Background_Hover-1-14-0);color:var(--triplex-next-Button-General_Color_Hover-1-14-0)}.button__35c1c449.general__fed4799f.expanded__47db600a,.button__35c1c449.general__fed4799f:active{background:var(--triplex-next-Button-General_Background_Active-1-14-0);color:var(--triplex-next-Button-General_Color_Active-1-14-0)}.button__35c1c449.general__fed4799f:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-14-0)}.button__35c1c449.general__fed4799f:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-14-0);color:var(--triplex-next-Button-General_Color_Disabled-1-14-0)}.button__35c1c449.secondary__1ec52485{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-14-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-14-0)}.button__35c1c449.secondary__1ec52485:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-14-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-14-0)}.button__35c1c449.secondary__1ec52485.expanded__47db600a,.button__35c1c449.secondary__1ec52485:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-14-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-14-0)}.button__35c1c449.secondary__1ec52485:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-14-0)}.button__35c1c449.secondary__1ec52485:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-14-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-14-0)}.button__35c1c449.secondaryLight__fe4540e8{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-14-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-14-0)}.button__35c1c449.secondaryLight__fe4540e8:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-14-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-14-0)}.button__35c1c449.secondaryLight__fe4540e8.expanded__47db600a,.button__35c1c449.secondaryLight__fe4540e8:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-14-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-14-0)}.button__35c1c449.secondaryLight__fe4540e8:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-14-0)}.button__35c1c449.secondaryLight__fe4540e8:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-14-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-14-0)}.button__35c1c449.danger__1fc9ab64{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-14-0);color:var(--triplex-next-Button-Danger_Color_Default-1-14-0)}.button__35c1c449.danger__1fc9ab64:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-14-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-14-0)}.button__35c1c449.danger__1fc9ab64.expanded__47db600a,.button__35c1c449.danger__1fc9ab64:active{background:var(--triplex-next-Button-Danger_Background_Active-1-14-0);color:var(--triplex-next-Button-Danger_Color_Active-1-14-0)}.button__35c1c449.danger__1fc9ab64:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-14-0)}.button__35c1c449.danger__1fc9ab64:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-14-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-14-0)}.button__35c1c449.link__cc4d258f{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-14-0);padding:0}.button__35c1c449.link__cc4d258f.sm__f7af0921{height:28px;min-width:0px;padding:6px 2px}.button__35c1c449.link__cc4d258f.md__8f309342{height:40px;min-width:0px;padding:10px 2px}.button__35c1c449.link__cc4d258f.lg__b05903f3{height:56px;min-width:0px;padding:18px 2px}.button__35c1c449.link__cc4d258f:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-14-0)}.button__35c1c449.link__cc4d258f.expanded__47db600a,.button__35c1c449.link__cc4d258f:active{color:var(--triplex-next-Button-Link_Color_Active-1-14-0)}.button__35c1c449.link__cc4d258f:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-14-0)}.button__35c1c449.link__cc4d258f:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-14-0)}.button__35c1c449{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__35c1c449::-moz-focus-inner{border:none;padding:0}.button__35c1c449.sm__f7af0921{line-height:16px;font-size:12px}.button__35c1c449.sm__f7af0921.general__fed4799f,.button__35c1c449.sm__f7af0921.secondary__1ec52485,.button__35c1c449.sm__f7af0921.secondaryLight__fe4540e8,.button__35c1c449.sm__f7af0921.danger__1fc9ab64{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__35c1c449.sm__f7af0921.icon__c23e8b6d{min-height:28px;min-width:28px;padding:4px}.button__35c1c449.md__8f309342{line-height:20px;font-size:14px}.button__35c1c449.md__8f309342.general__fed4799f,.button__35c1c449.md__8f309342.secondary__1ec52485,.button__35c1c449.md__8f309342.secondaryLight__fe4540e8,.button__35c1c449.md__8f309342.danger__1fc9ab64{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__35c1c449.md__8f309342.icon__c23e8b6d{min-height:40px;min-width:40px;padding:10px}.button__35c1c449.lg__b05903f3{line-height:20px;font-size:16px}.button__35c1c449.lg__b05903f3.general__fed4799f,.button__35c1c449.lg__b05903f3.secondary__1ec52485,.button__35c1c449.lg__b05903f3.secondaryLight__fe4540e8,.button__35c1c449.lg__b05903f3.danger__1fc9ab64{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__35c1c449.lg__b05903f3.icon__c23e8b6d{min-height:56px;min-width:56px;padding:12px}.button__35c1c449:disabled{cursor:default}.button__35c1c449:disabled *{pointer-events:none}.button__35c1c449+.button__35c1c449:not(.block__cc5f2d43){margin-left:12px}.button__35c1c449 .content__702e6637{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__35c1c449.block__cc5f2d43{display:block;width:100%}.button__35c1c449.loading__6f39a23c{pointer-events:none}.button__35c1c449.loading__6f39a23c .content__702e6637{visibility:hidden}.button__35c1c449 .loader__97ec8d8b{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__35c1c449 .loader__97ec8d8b.hidden__7db3120f{visibility:hidden}.buttonDropdownExtended__cd602049{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__cd602049 .buttonDropdownExtendedBlock__a80b3d53{padding:4px;margin-top:4px;right:0}.buttonDropdown__55535557.block__cc5f2d43{display:block}.buttonDropdown__55535557+.button__35c1c449:not(.block__cc5f2d43),.buttonDropdown__55535557+.buttonDropdown__55535557:not(.block__cc5f2d43){margin-left:16px}.buttonDropdown__55535557 .buttonDropdownTarget__222cde16 .caretIcon__785c5fa1{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__55535557 .buttonDropdownTarget__222cde16.active__38e000cc .caretIcon__785c5fa1{transform:rotate(-180deg)}.buttonDropdown__55535557 .buttonDropdownMenuItem__dba65d2d{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__5398d4b6{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__b55dd320{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__b4be9541{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__db1a254e{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-14-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__dd5a5bef{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__dd5a5bef .modalWindowContentWrapper__3582dcb6{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__5398d4b6 .6s ease}.modalWindow__dd5a5bef .modalWindowContent__ee218940{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__dd5a5bef .modalWindowContent__ee218940 .modalWindowBody__ef5724e1{box-sizing:border-box;animation:fadeIn__071eb0b4 .3s ease}@keyframes fadeIn__071eb0b4{0%{opacity:0}to{opacity:1}}.modalWindow__dd5a5bef .modalWindowContent__ee218940 .spinnerSm__30827bf8{display:none}@media (max-width: 767px){.modalWindow__dd5a5bef .modalWindowContent__ee218940 .spinner__dbda7708{display:none}.modalWindow__dd5a5bef .modalWindowContent__ee218940 .spinnerSm__30827bf8{display:flex}}.global-modalWindowTransition-exit .modalWindow__dd5a5bef .modalWindowContentWrapper__3582dcb6{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__b55dd320 .3s ease}.global-modalWindowTransition-exit .modalWindow__dd5a5bef .modalWindowContentWrapper__3582dcb6 .modalWindowBody__ef5724e1{animation:fadeOut__da799332 .3s ease}@keyframes fadeOut__da799332{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__d5077dd3{position:absolute;left:0;right:0;height:0}.modalWindow__dd5a5bef.sm__d11ab121 .modalWindowContentWrapper__3582dcb6{max-width:480px}.modalWindow__dd5a5bef.sm__d11ab121 .modalWindowContent__ee218940 .modalWindowBody__ef5724e1{min-height:196px}@media (max-width: 575px){.modalWindow__dd5a5bef.sm__d11ab121 .modalWindowContentWrapper__3582dcb6{max-width:100%}}.modalWindow__dd5a5bef.md__1bf0e1e6 .modalWindowContentWrapper__3582dcb6{max-width:600px}.modalWindow__dd5a5bef.md__1bf0e1e6 .modalWindowContent__ee218940 .modalWindowBody__ef5724e1{min-height:246px}@media (max-width: 767px){.modalWindow__dd5a5bef.md__1bf0e1e6 .modalWindowContentWrapper__3582dcb6{max-width:100%}}.modalWindow__dd5a5bef.lg__2417b48e .modalWindowContentWrapper__3582dcb6{max-width:800px}.modalWindow__dd5a5bef.lg__2417b48e .modalWindowContent__ee218940 .modalWindowBody__ef5724e1{min-height:396px}@media (max-width: 991px){.modalWindow__dd5a5bef.lg__2417b48e .modalWindowContentWrapper__3582dcb6{max-width:100%}}.modalWindowContentPage__ba64a0c0{background:var(--triplex-next-ModalWindow-Background-1-14-0);padding:8px!important}.modalWindowContentPage__ba64a0c0,.modalWindowLoaderScreen__65b5ed40{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__ba64a0c0,.modalWindowLoaderScreen__65b5ed40{border-radius:24px}}.islandBody__43b234f5{display:block}.islandHeader__a7cdabe4,.islandFooter__1ec3988f,.island__9e48413f{position:relative}.island__9e48413f.type1__3ffe45fe{background-color:var(--triplex-next-Island-Type1_Background-1-14-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-14-0)}.island__9e48413f.type2__5f8a9568{background-color:var(--triplex-next-Island-Type2_Background-1-14-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-14-0)}.island__9e48413f.type3__798b9a5a{background-color:var(--triplex-next-Island-Type3_Background-1-14-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-14-0)}.island__9e48413f.sm__c0525a30{border-radius:16px;padding:16px}.island__9e48413f.sm__c0525a30 .islandHeader__a7cdabe4+.islandBody__43b234f5,.island__9e48413f.sm__c0525a30 .islandHeader__a7cdabe4+.islandFooter__1ec3988f,.island__9e48413f.sm__c0525a30 .islandBody__43b234f5+.islandFooter__1ec3988f{margin-top:8px}.island__9e48413f.md__e8214f13{border-radius:24px;padding:24px}.island__9e48413f.md__e8214f13 .islandHeader__a7cdabe4+.islandBody__43b234f5,.island__9e48413f.md__e8214f13 .islandHeader__a7cdabe4+.islandFooter__1ec3988f,.island__9e48413f.md__e8214f13 .islandBody__43b234f5+.islandFooter__1ec3988f{margin-top:12px}.island__9e48413f.lg__881730ff{border-radius:32px;padding:32px}.island__9e48413f.lg__881730ff .islandHeader__a7cdabe4+.islandBody__43b234f5,.island__9e48413f.lg__881730ff .islandHeader__a7cdabe4+.islandFooter__1ec3988f,.island__9e48413f.lg__881730ff .islandBody__43b234f5+.islandFooter__1ec3988f{margin-top:16px}@media (max-width: 767px){.island__9e48413f.sm__c0525a30,.island__9e48413f.md__e8214f13{border-radius:16px;padding:16px}.island__9e48413f.lg__881730ff{border-radius:24px;padding:24px}}.modalWindowBody__ef5724e1{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__4f15c240{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__4f15c240{top:20px;right:20px}}.loaderScreen__c3901d0b{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__c3901d0b.loaderSmallBackdrop__ae35125b{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-14-0)}.loaderScreen__c3901d0b.loaderMiddleBackdrop__49f9b0dc{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-14-0)}.body__1985ce70{position:relative;display:flex}.body__1985ce70 .bodyInner__0f373887{position:relative;flex-grow:1;width:100%}.bodyPage__2fe5e99f{flex-grow:1}.verticalMargin24__5f25fddb{margin-top:24px;margin-bottom:24px}.verticalMargin16__08cde98a{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__5f25fddb{margin-top:16px;margin-bottom:16px}.verticalMargin16__08cde98a{margin-top:8px;margin-bottom:8px}}.headerTabs__0bca23eb{display:flex;justify-content:space-between}.headerTabs__0bca23eb .headerTabsContent__3443c11d{flex-grow:1}.headerTabs__0bca23eb .headerTabsControls__faf23fa6{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__0bca23eb{flex-wrap:wrap}.headerTabs__0bca23eb .headerTabsContent__3443c11d{width:100%}.headerTabs__0bca23eb .headerTabsControls__faf23fa6{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__0bca23eb .headerTabsControls__faf23fa6>button{margin-left:16px;margin-top:16px}}.headerTitle__60e9e55a{display:flex;justify-content:space-between}.headerTitle__60e9e55a .headerTitleControls__f73e1247{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__58403d87+.headerTitle__60e9e55a{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__60e9e55a{flex-wrap:wrap}.headerTitle__60e9e55a .headerTitleContent__ccf3eed5{width:100%}.headerTitle__60e9e55a .headerTitleControls__f73e1247{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__60e9e55a .headerTitleControls__f73e1247>button{margin-left:16px;margin-top:16px}}.headerSubheader__f74b39c9{padding:24px 0}.headerSubheader__f74b39c9.withoutPaddings__a1a74742{padding:0}.headerLayoutSidebar__49dc0d5a{display:flex;justify-content:space-between}.headerLayoutSidebarContent__889db05a{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__93a2ffa5{display:none}}.page__43544bdb{height:100%;display:flex;flex-direction:column;max-width:100%;padding:32px;box-sizing:border-box}.global-page{position:relative}@media (max-width: 767px){.page__43544bdb{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__bf6e2aa9.sticky__fbe09d33{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__bf6e2aa9.sticky__fbe09d33[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-14-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__8483800c.sticky__fbe09d33{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__8483800c.sticky__fbe09d33[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-14-0)!important}.footerDescription__529713b9{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__e4ba8819{flex-grow:1;margin-right:auto}.footerDescriptionControls__6eb2a56a{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__529713b9{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__e4ba8819{width:100%}.footerDescriptionControls__6eb2a56a{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__6eb2a56a>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__e4ba8819+.footerDescriptionControls__6eb2a56a{margin-top:0}.footer__25201d37{padding:16px 0}}.modalWindowHeader__8078791f .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__8078791f .global-HeaderTitleContent{padding-right:72px}}.list__f2f573e7{margin:0;padding:0;list-style:none;position:relative}.listItemControls__3c6223c8{display:flex;padding:0 16px 0 4px}.listItemContent__e3695f1d{background:var(--triplex-next-ListItem-Background-1-14-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__e3695f1d.selected__5ea0ad2c{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-14-0)}.listItemControlsButton__e3012abe{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-14-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__e3012abe:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-14-0)}.listItemControlsButton__e3012abe:hover .listItemControlsButtonLabel__19e90c4f{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-14-0)!important}.listItemControlsButton__e3012abe.expanded__69193ec0,.listItemControlsButton__e3012abe:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-14-0)}.listItemControlsButton__e3012abe.expanded__69193ec0 .listItemControlsButtonLabel__19e90c4f,.listItemControlsButton__e3012abe:active .listItemControlsButtonLabel__19e90c4f{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-14-0)!important}.listItemControlsButton__e3012abe+.listItemControlsButton__e3012abe,.listItemControlsButton__e3012abe+.listItemControlsButtonDropdown__67fd8f47{margin-left:4px}.listItemControlsButtonIcon__ab0639d6{line-height:0}.listItemControlsButton__e3012abe.withText__1b215e52 .listItemControlsButtonIcon__ab0639d6{margin-bottom:8px}.listItemControlsButtonLabel__19e90c4f{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-14-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__67fd8f47{display:flex}.listItemControlsButtonInner__ae25ad1c{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__e3012abe.withIcon__bc8b27c5.withText__1b215e52 .listItemControlsButtonInner__ae25ad1c{height:44px;overflow:visible}.buttonDropdownMenuItem__d2ef0f30{overflow:hidden;text-overflow:ellipsis}.listEmptyState__f04c72d1{padding:64px 16px 16px;text-align:center}.listItemLoading__2f8506cd{height:24px;padding:12px 0;position:relative}.label__b554115b{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__b554115b.sm__061d343a{min-width:16px;min-height:16px}.label__b554115b.sm__061d343a.nonempty__a3f05303{padding:2px 0 2px 24px}.label__b554115b.md__1baa2ace{min-width:24px;min-height:24px}.label__b554115b.md__1baa2ace.nonempty__a3f05303{padding-left:32px;padding-top:2px}.label__b554115b.lg__f1d05179{min-width:28px;min-height:28px}.label__b554115b.lg__f1d05179.nonempty__a3f05303{padding-left:40px;padding-top:4px}.label__b554115b.disabled__e51f3480{cursor:default}.label__b554115b[hidden]{display:none}.checkbox__52d99f1f{margin:0;opacity:0}.checkboxIcon__4a56f6fb{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-14-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-14-0)}.sm__061d343a .checkboxIcon__4a56f6fb{border-radius:4px}.checkmarkIcon__4b8c7968{transform:scale(0)}.checkmarkIcon__4b8c7968 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-14-0)}.checkboxIcon__4a56f6fb,.checkmarkIcon__4b8c7968{pointer-events:none}.checkbox__52d99f1f,.checkboxIcon__4a56f6fb,.checkmarkIcon__4b8c7968{position:absolute;left:0;top:0}.sm__061d343a .checkbox__52d99f1f,.sm__061d343a .checkboxIcon__4a56f6fb,.sm__061d343a .checkmarkIcon__4b8c7968{width:16px;height:16px;top:2px}.md__1baa2ace .checkbox__52d99f1f,.md__1baa2ace .checkboxIcon__4a56f6fb,.md__1baa2ace .checkmarkIcon__4b8c7968{width:24px;height:24px}.lg__f1d05179 .checkbox__52d99f1f,.lg__f1d05179 .checkboxIcon__4a56f6fb,.lg__f1d05179 .checkmarkIcon__4b8c7968{width:28px;height:28px}.checkbox__52d99f1f:enabled{cursor:pointer}.checkbox__52d99f1f:enabled:hover+.checkboxIcon__4a56f6fb{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-14-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-14-0)}.checkbox__52d99f1f:checked+.checkboxIcon__4a56f6fb{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-14-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-14-0)}.checkbox__52d99f1f:checked~.checkmarkIcon__4b8c7968{transform:scale(1);transition:transform .2s ease-out}.checkbox__52d99f1f:disabled+.checkboxIcon__4a56f6fb{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-14-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-14-0)}.checkbox__52d99f1f:disabled:checked+.checkboxIcon__4a56f6fb{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-14-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-14-0)}.checkbox__52d99f1f:disabled~.checkmarkIcon__4b8c7968 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-14-0)}.checkbox__52d99f1f:focus-visible+.checkboxIcon__4a56f6fb{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-14-0)}.checkbox__52d99f1f:checked:enabled:hover+.checkboxIcon__4a56f6fb{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-14-0)}.listItemSelectable__482c0988{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-14-0);border-radius:8px}.listItemSelectable__482c0988.selected__5ea0ad2c{background:var(--triplex-next-ListItem-Background_Selected-1-14-0)}.checkboxWrapper__32f20ca8{padding:16px;line-height:0}.childrenWrapper__6d9ea846{flex-grow:1}.checkboxLabel__c23aeda3{padding:0!important;position:relative}.checkboxLabelClickArea__47b0fe28{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__d14ada16{position:relative;overflow:hidden}.swipeableArea__d14ada16 .content__689532fc{position:relative;touch-action:pan-y}.swipeableArea__d14ada16 .content__689532fc.disableScroll__191afedf{touch-action:none}.swipeableArea__d14ada16 .content__689532fc.disablePointerEvents__dbadcad0:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__d14ada16 .swipeAnimationFinish__e2a72e05{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__d14ada16 .leftContent__c74de0a3,.swipeableArea__d14ada16 .rightContent__48efa2e2{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__d14ada16 .rightContent__48efa2e2{left:auto;right:0}.listItemTail__ddbab60a{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__78db2a7a{background:var(--triplex-next-ListMaster-Background-1-14-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__76f04446{position:absolute;top:0;left:0;right:0}.listItemTailTop__76f04446: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-14-0)}.listItemTailTop__76f04446: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-14-0)}.listItemTailBottom__ae0b46a4{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__ae0b46a4: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-14-0)}.listItemTailBottom__ae0b46a4: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-14-0)}.listItemTailRight__464eddd4{right:-8px}.listItemTailLeft__c7587225{left:-8px}.listItemTable__736c669b{margin-bottom:4px}.listItemTable__736c669b:last-child{margin-bottom:0}.listSortableItemTarget__62ed24f2{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-14-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__62ed24f2:hover{background:var(--triplex-next-ListItem-Background_Selected-1-14-0)}.listSortableItemTarget__62ed24f2.dragging__2cec4f55{background:var(--triplex-next-ListItem-Background_Dragging-1-14-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-14-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__46289680{flex:1}.listSortableItemTargetIcon__9d5220f4{display:block;margin-left:24px}.listSortableItem__8f217831{position:relative}.listSortableItem__8f217831.dragging__2cec4f55{z-index:1}.listSortableItemControls__d8906444{display:inline-block}.islandWidgetHeader__c1861247{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.islandWidgetHeader__c1861247 .islandWidgetHeaderContent__22134674{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__c1861247 .islandWidgetHeaderDescription__f73450a0{display:flex}@media (max-width: 767px){.islandWidgetHeader__c1861247{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetFooter__a6eca499{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__46b3bc59{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__425509e6{margin-left:auto;white-space:nowrap}.expandAnimation__821bfc08{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__3de70d2c{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-14-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__3de70d2c{border-radius:0 0 16px 16px}}.islandWidget__b23a33cd{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__b23a33cd>*{height:100%}.islandWidgetWithExtraFooter__9915688b:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-14-0)!important}.islandWidgetWrapper__05ab3314{display:flex;flex-direction:column}.formFieldClear__ad14eefa{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__ad14eefa.hidden__c3a4ee01{opacity:0;pointer-events:none}.formFieldTarget__9627c1ca{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-14-0);overflow:hidden;white-space:nowrap}.formFieldTarget__9627c1ca.placeholder__de8db518{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-14-0)}.formFieldTarget__9627c1ca.disabled__3eaef089{color:var(--triplex-next-FormField-Target_Color_Disabled-1-14-0)}.formFieldTarget__9627c1ca.size-sm__2dcac974{font-size:12px;height:28px;line-height:16px}.formFieldTarget__9627c1ca.size-md__430dd544{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__9627c1ca.size-lg__ab7d5555{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__9627c1ca .placeholderWrapper__66c3de87{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__9627c1ca:focus{outline:none}.formFieldTarget__9627c1ca:focus .placeholderWrapper__66c3de87{opacity:1}.formFieldTextarea__bb882c2c{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-14-0);vertical-align:top;font-family:inherit}.formFieldTextarea__bb882c2c.sm__0bd23d80{height:44px;padding-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__bb882c2c.md__c0a1cde1{height:60px;padding-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__bb882c2c.lg__bd5d7d0d{height:76px;padding-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__bb882c2c::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-14-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__bb882c2c:focus{outline:none}.formFieldTextarea__bb882c2c:focus::placeholder{opacity:1}.formFieldTextarea__bb882c2c:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-14-0)}.chipGroupItem__3b1493d4{display:inline-block}.chip__563f801e{background:var(--triplex-next-Chip-Background_Default-1-14-0);color:var(--triplex-next-Chip-Color_Default-1-14-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__563f801e.lg__e9b75afd{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__563f801e.lg__e9b75afd .prefix__148cfd06{padding-left:16px}.chip__563f801e.lg__e9b75afd .postfix__0014a2fe{padding-right:16px}.chip__563f801e.md__4e2b75e2{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__563f801e.md__4e2b75e2 .prefix__148cfd06{padding-left:12px}.chip__563f801e.md__4e2b75e2 .postfix__0014a2fe{padding-right:12px}.chip__563f801e.sm__e300638c{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__563f801e.sm__e300638c .prefix__148cfd06{padding-left:8px}.chip__563f801e.sm__e300638c .postfix__0014a2fe{padding-right:8px}.chip__563f801e:hover{background:var(--triplex-next-Chip-Background_Hover-1-14-0);color:var(--triplex-next-Chip-Color_Hover-1-14-0)}.chip__563f801e:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-14-0)}.chip__563f801e:active,.chip__563f801e[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-14-0);color:var(--triplex-next-Chip-Color_Active-1-14-0)}.chip__563f801e.disabled__097fad64{background:var(--triplex-next-Chip-Background_Disabled-1-14-0);color:var(--triplex-next-Chip-Color_Disabled-1-14-0);cursor:default;pointer-events:none}.chip__563f801e.selected__d80e5003{background:var(--triplex-next-Chip-Background_Selected_Default-1-14-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-14-0)}.chip__563f801e.selected__d80e5003:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-14-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-14-0)}.chip__563f801e.selected__d80e5003:active,.chip__563f801e.selected__d80e5003[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-14-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-14-0)}.chip__563f801e.selected__d80e5003.disabled__097fad64{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-14-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-14-0)}.chip__563f801e.withPrefix__57f6849e{padding-left:0}.chip__563f801e.withPostfix__21567c1e{padding-right:0}.chip__563f801e .content__5c41f298{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__563f801e .prefix__148cfd06,.chip__563f801e .postfix__0014a2fe{display:flex}.calendarControls__dd9332df{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-14-0)}.calendarViewDays__e56dcbae{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__8607632a .calendarViewDays__e56dcbae{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__d691d9d9,.calendarViewYears__229dc5d1{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__8607632a .calendarViewMonths__d691d9d9,.adaptive__8607632a .calendarViewYears__229dc5d1{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__b5c63d0f{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-14-0)}.calendarViewDaysBody__d813143a:before{display:block;content:"";line-height:8px}.adaptive__8607632a .calendarViewDaysBody__d813143a:before{line-height:4px}.calendarViewItem__a8835c7e{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__a8835c7e:focus-visible{outline:none}.calendarViewItem__a8835c7e.current__f6c38d3d{font-weight:600}.calendarViewItem__a8835c7e.disabled__3ed9f146{pointer-events:none}.calendarViewItemLabel__b2fbee88{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-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-14-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-14-0);cursor:pointer}.calendarViewItemLabel__b2fbee88:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-14-0)}.calendarViewItemLabel__b2fbee88.selected__b16da18d{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-14-0)}.calendarViewItemLabel__b2fbee88.selected__b16da18d:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-14-0)}.calendarViewItemLabel__b2fbee88.selected__b16da18d:hover.basicMark__5530a022:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-14-0)}.calendarViewItemLabel__b2fbee88.selected__b16da18d:hover.standardMark__aa786a84:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-14-0)}.calendarViewItemLabel__b2fbee88.selected__b16da18d:hover.attentionMark__6ef481b8:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-14-0)}.calendarViewItemLabel__b2fbee88.selected__b16da18d:hover.criticalMark__154bf31f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-14-0)}.calendarViewItemLabel__b2fbee88.selected__b16da18d.muted__b0627a2a{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-14-0)}.calendarViewItemLabel__b2fbee88.selected__b16da18d.muted__b0627a2a:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-14-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-14-0)}.calendarViewItemLabel__b2fbee88.selected__b16da18d.basicMark__5530a022:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-14-0)}.calendarViewItemLabel__b2fbee88.selected__b16da18d.standardMark__aa786a84:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-14-0)}.calendarViewItemLabel__b2fbee88.selected__b16da18d.attentionMark__6ef481b8:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-14-0)}.calendarViewItemLabel__b2fbee88.selected__b16da18d.criticalMark__154bf31f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-14-0)}.calendarViewItemLabel__b2fbee88.marked__024ea5ae:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__b2fbee88.basicMark__5530a022:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-14-0)}.calendarViewItemLabel__b2fbee88.standardMark__aa786a84:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-14-0)}.calendarViewItemLabel__b2fbee88.attentionMark__6ef481b8:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-14-0)}.calendarViewItemLabel__b2fbee88.criticalMark__154bf31f:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-14-0)}.calendarViewItemLabel__b2fbee88.muted__b0627a2a{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-14-0)}.calendarViewItemLabel__b2fbee88.disabled__3ed9f146{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-14-0);background:none}.calendarViewItem__a8835c7e:focus-visible .calendarViewItemLabel__b2fbee88{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-14-0)}.unitDay__59b095bf{width:36px;height:36px;border-radius:6px}.unitMonth__9e3e4236,.unitYear__d6700c41{width:89px;height:48px;border-radius:6px}.adaptive__8607632a .unitMonth__9e3e4236,.adaptive__8607632a .unitYear__d6700c41{width:104px;height:48px;border-radius:6px}.calendarFooter__97cb8878{margin-top:12px;text-align:center}.calendar__976be009{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-14-0);-webkit-user-select:none;user-select:none}.calendar__976be009.adaptive__8607632a{width:auto;padding:20px}.calendar__976be009+.calendar__976be009{margin-top:20px}.datePickerExtendedMobileDropdown__f5276f94{max-height:100vh}.chipDropdownArrow__2c386f7c{transition:transform .3s ease}.chipDropdownArrow__2c386f7c.rotated__af1c99c8{transform:rotate(-180deg)}.chipClearButton__b51762c3{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__b51762c3:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-14-0)}.dropdownMobileMaskedInput__e713e3b4{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__4dec059a{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__4dec059a .caretWrapper__df4356af{height:100%}.selectExtendedFieldTarget__4dec059a .caretIcon__3127325b{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__4dec059a.selectOpened__d9ebe539 .caretIcon__3127325b{transform:rotate(180deg)}.selectExtendedFieldTarget__4dec059a.disabled__0f0afba8{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__284a195c{position:relative}.multiselectFieldHeader__6a4407f6{padding:12px 12px 0}.multiselectFieldContentWrapper__b88e9cb5 .multiselectFieldContent__3cf2c572{position:relative;padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__b88e9cb5 .multiselectFieldContent__3cf2c572.sm__1e7fd4e1{height:204px}.multiselectFieldContentWrapper__b88e9cb5 .multiselectFieldContent__3cf2c572.md__53611884{height:245px}.multiselectFieldContentWrapper__b88e9cb5 .multiselectFieldContent__3cf2c572.lg__aa180a3c{height:324px}.multiselectFieldFooter__2484e2ae{padding:0 12px 12px}.multiselectFieldFooter__2484e2ae:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-14-0)}.chipOptionsContent__794357a3{min-width:14px;text-align:center;display:block}.tooltipDesktop__2f855ab3{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__2f855ab3 .tooltipBody__6fb76b02{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-14-0)}.tooltipDesktop__2f855ab3 .tooltipXButton__d58eae51{position:absolute;right:8px;top:8px}.tooltipDesktopContent__fb3d2bde{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-14-0);border-radius:8px}.closable__aca9efd2 .tooltipDesktopContent__fb3d2bde{padding-right:32px}.tooltipSM__bb137188 .tooltipDesktopContent__fb3d2bde{width:192px;min-height:52px}.tooltipLG__b5e9aca3 .tooltipDesktopContent__fb3d2bde{width:384px;min-height:52px}.tooltipOverlay__9192a850{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__3b393026{width:0;height:0}.tooltipDesktopTip__3b393026.down__6f9ebe4f{border-top:solid var(--triplex-next-Tooltip-Background-1-14-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__3b393026.up__0dca336e{border-bottom:solid var(--triplex-next-Tooltip-Background-1-14-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__3b393026.left__e45105f8{border-right:solid var(--triplex-next-Tooltip-Background-1-14-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__3b393026.right__31be4e55{border-left:solid var(--triplex-next-Tooltip-Background-1-14-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__e20a868d .tooltipBody__6fb76b02{text-align:left}.tooltipMobileContent__7a92a915{padding:16px}.headerless__d7bbfc5d .tooltipMobileContent__7a92a915{padding-right:40px;border-radius:16px 16px 0 0}.headerless__d7bbfc5d .tooltipMobileContent__7a92a915 .closeButton__c1bdd1b7{position:absolute;right:16px;top:16px}.tooltipLink__746df257{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__117b84b5{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-14-0)}.desktop__117b84b5:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-14-0)}.desktop__117b84b5:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-14-0)}.desktop__117b84b5:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-14-0)}.mobile__4f0ee437{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-14-0)}.mobile__4f0ee437:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-14-0)}.mobile__4f0ee437:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-14-0)}.mobile__4f0ee437:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-14-0)}.chipSuggestInputWrapper__cb503dca{margin:12px}.suggestDropdownMobileBody__7f68bf89{height:176px}.suggestDropdownMobileNoOptionsText__b0722ddc{padding:16px}.checkboxXGroup__815128e6{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__815128e6.indent-12__7ed86823{margin-left:-6px;margin-right:-6px}.checkboxXGroup__815128e6.indent-12__7ed86823 .label__b554115b{margin-left:6px;margin-right:6px}.checkboxXGroup__815128e6.indent-16__7f6c3e80{margin-left:-8px;margin-right:-8px}.checkboxXGroup__815128e6.indent-16__7f6c3e80 .label__b554115b{margin-left:8px;margin-right:8px}.checkboxXGroup__815128e6.indent-20__0993cfeb{margin-left:-10px;margin-right:-10px}.checkboxXGroup__815128e6.indent-20__0993cfeb .label__b554115b{margin-left:10px;margin-right:10px}.checkboxXGroup__815128e6.indent-24__a277f8bc{margin-left:-12px;margin-right:-12px}.checkboxXGroup__815128e6.indent-24__a277f8bc .label__b554115b{margin-left:12px;margin-right:12px}.checkboxXGroup__815128e6.indent-28__76d2ee45{margin-left:-14px;margin-right:-14px}.checkboxXGroup__815128e6.indent-28__76d2ee45 .label__b554115b{margin-left:14px;margin-right:14px}.checkboxXGroup__815128e6.indent-32__ed7637cc{margin-left:-16px;margin-right:-16px}.checkboxXGroup__815128e6.indent-32__ed7637cc .label__b554115b{margin-left:16px;margin-right:16px}.checkboxYGroup__dd8dff67{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__dd8dff67 .label__b554115b.sm__061d343a+.label__b554115b.sm__061d343a{margin-top:8px}.checkboxYGroup__dd8dff67 .label__b554115b.lg__f1d05179+.label__b554115b.lg__f1d05179{margin-top:20px}.checkboxYGroup__dd8dff67 .label__b554115b.md__1baa2ace+.label__b554115b.md__1baa2ace{margin-top:16px}.card__f674ee62{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__f674ee62.roundingMD__4807d30c{--radius: 16px}.card__f674ee62.roundingSM__b6071d8d{--radius: 8px}.card__f674ee62.general__f90464aa{background:var(--triplex-next-Card-Static_General_Background-1-14-0)}.card__f674ee62.secondary__2f1bf85e{background:var(--triplex-next-Card-Static_Secondary_Background-1-14-0)}.card__f674ee62 .cardMedia__53d6ec2c{background-size:cover;background-repeat:no-repeat;background-position:center}.card__f674ee62 .cardContent__600c2d5e{padding:var(--padding)}.card__f674ee62 .cardContent__600c2d5e.paddingMD__c5c1f497{--padding: 24px}.card__f674ee62 .cardContent__600c2d5e.paddingSM__da443443{--padding: 16px}.card__f674ee62 .cardContent__600c2d5e .cardContentHeader__1b380bb9{margin-bottom:16px}.card__f674ee62 .cardContent__600c2d5e .cardContentFooter__c2a555dc{margin-top:16px}.action__7a3a875f{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__7a3a875f: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__7a3a875f.general__f90464aa{background:var(--triplex-next-Card-Action_General_Background-1-14-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-14-0)}.action__7a3a875f.general__f90464aa:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-14-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-14-0)}.action__7a3a875f.general__f90464aa.selected__593b46fc{background:var(--triplex-next-Card-Action_General_Background_Selected-1-14-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-14-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-14-0)}.action__7a3a875f.general__f90464aa.selected__593b46fc:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-14-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-14-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-14-0)}.action__7a3a875f.general__f90464aa:focus{outline:none}.action__7a3a875f.general__f90464aa:focus.focusVisible__74562183{box-shadow:var(--triplex-next-Card-Shadow_Default-1-14-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-14-0)}.action__7a3a875f.secondary__2f1bf85e{background:var(--triplex-next-Card-Action_Secondary_Background-1-14-0)}.action__7a3a875f.secondary__2f1bf85e:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-14-0)}.action__7a3a875f.secondary__2f1bf85e.selected__593b46fc{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-14-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-14-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-14-0)}.action__7a3a875f.secondary__2f1bf85e.selected__593b46fc:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-14-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-14-0)}.action__7a3a875f.secondary__2f1bf85e:focus{outline:none}.action__7a3a875f.secondary__2f1bf85e:focus.focusVisible__74562183{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-14-0)}.alertContext__f21600a2{display:flex;font-size:12px;line-height:16px}.alertContext__f21600a2>svg{flex-shrink:0}.alertContext__f21600a2 .alertContextText__e53cbd7a{margin-left:8px}.alertContext__f21600a2.alertTypeError__2c8e12e6 .alertContextText__e53cbd7a{color:var(--triplex-next-AlertContext-Error_Color-1-14-0)}.alertContext__f21600a2.alertTypeInfo__f49c5790 .alertContextText__e53cbd7a{color:var(--triplex-next-AlertContext-Info_Color-1-14-0)}.alertContext__f21600a2.alertTypeWarning__a6a388d9 .alertContextText__e53cbd7a{color:var(--triplex-next-AlertContext-Warning_Color-1-14-0)}.alertContext__f21600a2.alertTypeSystem__6970f2af .alertContextText__e53cbd7a{color:var(--triplex-next-AlertContext-System_Color-1-14-0)}.alertProcess__bd996f78{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__bd996f78.withSpoiler__486151d3{min-height:40px}.alertProcess__bd996f78 .themeIcon__a753ebac{box-sizing:border-box;height:20px;width:20px}.alertProcess__bd996f78.alertTypeError__2c8e12e6{background:var(--triplex-next-AlertProcess-Error_Background-1-14-0)}.alertProcess__bd996f78.alertTypeInfo__f49c5790{background:var(--triplex-next-AlertProcess-Info_Background-1-14-0)}.alertProcess__bd996f78.alertTypeWarning__a6a388d9{background:var(--triplex-next-AlertProcess-Warning_Background-1-14-0)}.alertProcess__bd996f78.alertTypeSystem__6970f2af{background:var(--triplex-next-AlertProcess-System_Background-1-14-0)}.alertProcess__bd996f78.alertTypeFeature__15c70abb{background:var(--triplex-next-AlertProcess-Feature_Background-1-14-0)}.alertProcess__bd996f78.alertTypeFeature__15c70abb .themeIcon__a753ebac{padding-top:0}.alertProcess__bd996f78 .alertProcessContentBlock__3e77a0ce{flex:1;margin-left:10px}.alertProcess__bd996f78 .alertProcessContentBlock__3e77a0ce .expandableContent__df268e6c{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__bd996f78 .alertProcessContentBlock__3e77a0ce .expandableContent__df268e6c.expanded__3175a82c{max-height:1000px;opacity:1}.alertProcess__bd996f78 .closeButton__140a3d62{margin-left:10px}.alertProcess__bd996f78 .expandButton__7b9f244c{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__bd996f78 .expandButton__7b9f244c.expanded__3175a82c{transform:rotate(180deg)}.adaptive__1de9d9e8{font-size:10px!important;line-height:12px!important}.avatar__58eb7812{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-14-0)}.avatar__58eb7812.xxs__494711c0{width:28px;height:28px;border-radius:6px}.avatar__58eb7812.xs__9a273570{width:32px;height:32px;border-radius:8px}.avatar__58eb7812.sm__bbcc69cb{width:40px;height:40px;border-radius:10px}.avatar__58eb7812.md__77d78299{width:56px;height:56px;border-radius:16px}.avatar__58eb7812.lg__54fceb28{width:80px;height:80px;border-radius:20px}.avatar__58eb7812.xl__a3c2dd49{width:96px;height:96px;border-radius:24px}.avatar__58eb7812.xxl__65c31f1f{width:128px;height:128px;border-radius:28px}.col-1__caf249b0{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__bb0a0e4d{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__00603f00{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__163280ca{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__9b0b1373{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__1996d712{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__7c7fb7e5{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__f97cf3de{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__7b0321aa{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__6bf45b28{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__e4dbc478{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__6a3248d6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__87de8fe5{margin-left:0%}.offset-1__014efb2b{margin-left:8.33333333%}.offset-2__c04910d5{margin-left:16.66666667%}.offset-3__ab42f837{margin-left:25%}.offset-4__9e3ca3e0{margin-left:33.33333333%}.offset-5__1ddbd32a{margin-left:41.66666667%}.offset-6__d1e1b020{margin-left:50%}.offset-7__2cb53382{margin-left:58.33333333%}.offset-8__4aa889be{margin-left:66.66666667%}.offset-9__77d46ec0{margin-left:75%}.offset-10__9313046b{margin-left:83.33333333%}.offset-11__0dc1c57e{margin-left:91.66666667%}.d-none__745f29e4{display:none!important}.d-block__68bb79cc{display:block!important}@media (min-width: 576px){.col-sm-1__f1f2e255{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__60eacdca{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__da846474{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__1023c9bc{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__f77957a1{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__62c1c86e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__7b0783bd{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__b949c8b5{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__a0d2a2a3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__9b0141af{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__b76f043c{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__35ed1c85{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__18b5bf35{margin-left:0%}.offset-sm-1__12453e73{margin-left:8.33333333%}.offset-sm-2__2001bc65{margin-left:16.66666667%}.offset-sm-3__54435bb4{margin-left:25%}.offset-sm-4__4221ea42{margin-left:33.33333333%}.offset-sm-5__37ef0bdb{margin-left:41.66666667%}.offset-sm-6__b36c1c45{margin-left:50%}.offset-sm-7__920a71ca{margin-left:58.33333333%}.offset-sm-8__312388c5{margin-left:66.66666667%}.offset-sm-9__e9fba93e{margin-left:75%}.offset-sm-10__5ebb55c6{margin-left:83.33333333%}.offset-sm-11__af3e196e{margin-left:91.66666667%}.d-none-sm__a44a331c{display:none!important}.d-block-sm__917408ee{display:block!important}}@media (min-width: 768px){.col-md-1__bc2dbe7e{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__e142addf{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__8332c3ae{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__9d3f9344{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__bde52ef0{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__26fde914{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__3655b951{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__d7355a82{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__9094f369{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__8d5bf759{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__e2838a6b{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__154674a7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__a69eb7b1{margin-left:0%}.offset-md-1__88cf8a34{margin-left:8.33333333%}.offset-md-2__976170c3{margin-left:16.66666667%}.offset-md-3__ba823422{margin-left:25%}.offset-md-4__4648303c{margin-left:33.33333333%}.offset-md-5__f248539f{margin-left:41.66666667%}.offset-md-6__81ef8405{margin-left:50%}.offset-md-7__d08a43bd{margin-left:58.33333333%}.offset-md-8__338dc035{margin-left:66.66666667%}.offset-md-9__3832784d{margin-left:75%}.offset-md-10__7668cd9a{margin-left:83.33333333%}.offset-md-11__43583647{margin-left:91.66666667%}.d-none-md__970e1c5f{display:none!important}.d-block-md__3e75152b{display:block!important}}@media (min-width: 992px){.col-lg-1__d924fa81{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__05bce151{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__be699cf5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__1e1830db{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__fe8f85f9{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__2b18616c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__8c7c5648{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__91e592d5{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__49216ed3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__d7b1f2c3{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__caf77c4f{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__0523685c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__89110c8c{margin-left:0%}.offset-lg-1__671dfaf2{margin-left:8.33333333%}.offset-lg-2__e3b24b0b{margin-left:16.66666667%}.offset-lg-3__85f6fab3{margin-left:25%}.offset-lg-4__aa05cc3a{margin-left:33.33333333%}.offset-lg-5__1c1bf131{margin-left:41.66666667%}.offset-lg-6__05839982{margin-left:50%}.offset-lg-7__f3cc8789{margin-left:58.33333333%}.offset-lg-8__5cfc74e8{margin-left:66.66666667%}.offset-lg-9__a67400bd{margin-left:75%}.offset-lg-10__b4b35721{margin-left:83.33333333%}.offset-lg-11__198efa36{margin-left:91.66666667%}.d-none-lg__79447b71{display:none!important}.d-block-lg__130ca7a9{display:block!important}}@media (min-width: 1200px){.col-xl-1__ce75ce69{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__881a3dbc{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__7f4cfc24{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__3fa2c742{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__b651afd9{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__b8cb5bdb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__6d247670{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__407e60ce{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__cba96edf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__2e359e08{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__17d36a92{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__c353f08c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__6588b29d{margin-left:0%}.offset-xl-1__698c2276{margin-left:8.33333333%}.offset-xl-2__02270ffc{margin-left:16.66666667%}.offset-xl-3__001fcb3e{margin-left:25%}.offset-xl-4__03fdbffb{margin-left:33.33333333%}.offset-xl-5__ff9fcaa4{margin-left:41.66666667%}.offset-xl-6__3fbd9fef{margin-left:50%}.offset-xl-7__bfc3fba4{margin-left:58.33333333%}.offset-xl-8__01f09fd4{margin-left:66.66666667%}.offset-xl-9__e75a15d2{margin-left:75%}.offset-xl-10__af3818de{margin-left:83.33333333%}.offset-xl-11__9c991dd9{margin-left:91.66666667%}.d-none-xl__19e781d9{display:none!important}.d-block-xl__72d7e3ca{display:block!important}}.ellipsisLineClamp__55450929{--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__55450929.oneLine__3dd5c87b{word-break:break-all}.link__c7a74ecf{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-14-0)}.link__c7a74ecf:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-14-0)}.link__c7a74ecf:active{color:var(--triplex-next-Link-Text_Color_Active-1-14-0)}.link__c7a74ecf:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-14-0)}.wordWithContent__2aa828ef{white-space:nowrap;display:inline-flex;align-items:center}.before__9eabfbc6 :first-child{margin-right:2px}.after__bfcb64ad :last-child{margin-left:2px}.marker__ff92b2c5{border-radius:50%}.marker__ff92b2c5.md__8512173d{width:8px;height:8px}.marker__ff92b2c5.lg__8f81f522{width:10px;height:10px}.marker__ff92b2c5.success__fb5317d5{background:var(--triplex-next-Marker-Background_Success-1-14-0)}.marker__ff92b2c5.error__609bc7bb{background:var(--triplex-next-Marker-Background_Error-1-14-0)}.marker__ff92b2c5.warning__efcaa3d0{background:var(--triplex-next-Marker-Background_Warning-1-14-0)}.marker__ff92b2c5.waiting__0cc85e1f{background:var(--triplex-next-Marker-Background_Waiting-1-14-0)}.markerStatus__a9ea1e13{line-height:0;display:flex;align-items:start}.markerStatus__a9ea1e13 .contentContainer__2d36f075{display:flex;flex-direction:column}.markerStatus__a9ea1e13.md__f8d6465d{gap:4px}.markerStatus__a9ea1e13.md__f8d6465d .markerContainer__c023835d{margin-top:4px}.markerStatus__a9ea1e13.lg__fcfaf656{gap:6px}.markerStatus__a9ea1e13.lg__fcfaf656 .contentContainer__2d36f075{gap:4px}.markerStatus__a9ea1e13.lg__fcfaf656 .markerContainer__c023835d{margin-top:5px}.row__e55d50b6{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__e55d50b6.noPaddingBottom__32a06629,.row__e55d50b6:last-child{padding-bottom:0}.tabsExtended__bf9a8cc6{position:relative}.tabsExtendedContent__4a3a9bf2{display:inline-flex}.tabsExtendedContent__4a3a9bf2.sm__f57257c3{border-radius:6px;padding:4px}.tabsExtendedContent__4a3a9bf2.md__981b2c09{border-radius:8px;padding:4px}.tabsExtendedContent__4a3a9bf2.lg__3a899981{border-radius:10px;padding:8px}.tabsExtendedTab__ab17014e{display:flex}.tabsExtendedTab__ab17014e+.tabsExtendedTab__ab17014e,.tabsExtendedDropdown__6b9f0efc{margin-left:2px}.tabsReal__b0055b1b,.tabsFake__4b029186{display:flex;box-sizing:border-box;width:100%}.tabsReal__b0055b1b.hidden__f90c7d41{visibility:hidden}.tabsReal__b0055b1b .tabsExtendedTab__ab17014e.hidden__f90c7d41{display:none}.tabsFake__4b029186{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__61e78e1e .tabsExtendedContent__4a3a9bf2{background-color:var(--triplex-next-Tabs-Type1_Background-1-14-0)}.type2__132ac38e .tabsExtendedContent__4a3a9bf2{background-color:var(--triplex-next-Tabs-Type2_Background-1-14-0)}.tabsExtendedTabButton__958be44a{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-14-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__958be44a .tabButtonText__6d760530{font-weight:400}.tabsExtendedTabButton__958be44a.lg__3a899981{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__958be44a.lg__3a899981 .tabButtonText__6d760530{font-size:16px;line-height:20px}.tabsExtendedTabButton__958be44a.md__981b2c09{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__958be44a.md__981b2c09 .tabButtonText__6d760530{font-size:14px;line-height:20px}.tabsExtendedTabButton__958be44a.sm__f57257c3{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__958be44a.sm__f57257c3 .tabButtonText__6d760530{font-size:12px;line-height:16px}.tabsExtendedTabButton__958be44a::-moz-focus-inner{border:none}.tabsExtendedTabButton__958be44a+.tabsExtendedTabButton__958be44a{margin-left:2px}.tabsExtendedTabButton__958be44a:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-14-0)}.tabsExtendedTabButton__958be44a.type1__61e78e1e{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-14-0)}.tabsExtendedTabButton__958be44a.type1__61e78e1e.selected__5e14bc5c{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-14-0)}.tabsExtendedTabButton__958be44a.type1__61e78e1e.selected__5e14bc5c .tabButtonText__6d760530{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-14-0)}.tabsExtendedTabButton__958be44a.type1__61e78e1e:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-14-0)}.tabsExtendedTabButton__958be44a.type1__61e78e1e:hover .tabButtonText__6d760530{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-14-0)}.tabsExtendedTabButton__958be44a.type1__61e78e1e .tabButtonText__6d760530{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-14-0)}.tabsExtendedTabButton__958be44a.type2__132ac38e{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-14-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-14-0)}.tabsExtendedTabButton__958be44a.type2__132ac38e.selected__5e14bc5c{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-14-0)}.tabsExtendedTabButton__958be44a.type2__132ac38e.selected__5e14bc5c .tabButtonText__6d760530{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-14-0)}.tabsExtendedTabButton__958be44a.type2__132ac38e:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-14-0)}.tabsExtendedTabButton__958be44a.type2__132ac38e:hover .tabButtonText__6d760530{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-14-0)}.notificationIcon__e152eaf8{position:absolute;right:4px;top:4px}.tabsContent__8839e77c .tabButtonDropdown__35c0eb46{padding:0!important;border-radius:0!important;background:none!important}.tabsContent__8839e77c .tabButtonDropdown__35c0eb46.sm__b7afe410{min-width:20px;min-height:20px;height:20px}.tabsContent__8839e77c .tabButtonDropdown__35c0eb46.md__1cce225c{min-width:32px;min-height:32px;height:32px}.tabsContent__8839e77c .tabButtonDropdown__35c0eb46.lg__bd394e16{min-width:40px;min-height:40px;height:40px}.tag__c2d27e91{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-14-0);border-radius:4px;gap:2px}.tag__c2d27e91.sm__3d9dd56d{height:20px;padding:2px 4px 2px 6px}.tag__c2d27e91.md__896c4460{height:28px;padding:4px 6px 4px 8px}.tag__c2d27e91.lg__d9abf0a9{height:32px;padding:6px 8px 6px 10px}.content__c66b62c2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__d91e6c20{display:flex;flex-wrap:wrap}.tagGroup__d91e6c20.sm__1fde026e{gap:4px}.tagGroup__d91e6c20.md__3fa375c8{gap:8px}.tagGroup__d91e6c20.lg__a5c4dc08{gap:12px}.paginationExtended__54b063bc{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__e4c2517f .directionIconNext__f358442e{transform:rotate(180deg)}.pageEllipsis__377a008f{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-14-0);cursor:default}.paginationPageButton__acf7be47{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-14-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__acf7be47:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-14-0);outline:none}.paginationPageButton__acf7be47:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-14-0)}.paginationPageButton__acf7be47:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-14-0);cursor:grabbing}.paginationPageButton__acf7be47.currentPage__93788d49{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-14-0);cursor:default}.paginationNavigationExtended__3e492dc5{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__c04184c2{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__c04184c2 .paginationSelectControl__204d2158{margin-left:8px;min-width:72px}.skeleton__481a28d9{border-radius:16px;flex-grow:1}.skeleton__481a28d9.light__4c193022{animation:skeleton-light-pulse__ecbd4a1f 2s ease-in-out infinite}.skeleton__481a28d9.dark__c704e3d3{animation:skeleton-dark-pulse__d218a318 2s ease-in-out infinite}@keyframes skeleton-light-pulse__ecbd4a1f{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-14-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-14-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-14-0)}}@keyframes skeleton-dark-pulse__d218a318{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-14-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-14-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-14-0)}}.segmentedControlSegment__f57b3b02{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-14-0);outline:none;cursor:pointer}.segmentedControlSegment__f57b3b02:disabled{cursor:default}.sm__30a2341d .segmentedControlSegment__f57b3b02{padding:1px;font-size:12px;line-height:16px;border-radius:4px}.md__205399b6 .segmentedControlSegment__f57b3b02{padding:5px;font-size:14px;line-height:20px;border-radius:6px}.lg__666e52cb .segmentedControlSegment__f57b3b02{padding:9px;font-size:16px;line-height:20px;border-radius:8px}.general1__cee013c3 .segmentedControlSegment__f57b3b02{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-14-0)}.general1__cee013c3 .segmentedControlSegment__f57b3b02:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-14-0)}.general1__cee013c3 .segmentedControlSegment__f57b3b02:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-14-0)}.general1__cee013c3 .segmentedControlSegment__f57b3b02.selected__68b743cd{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-14-0)}.general1__cee013c3 .segmentedControlSegment__f57b3b02.selected__68b743cd:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-14-0)}.general1__cee013c3 .segmentedControlSegment__f57b3b02.selected__68b743cd:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-14-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-14-0)}.general2__c20bbd74 .segmentedControlSegment__f57b3b02{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-14-0)}.general2__c20bbd74 .segmentedControlSegment__f57b3b02:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-14-0)}.general2__c20bbd74 .segmentedControlSegment__f57b3b02:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-14-0)}.general2__c20bbd74 .segmentedControlSegment__f57b3b02.selected__68b743cd{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-14-0)}.general2__c20bbd74 .segmentedControlSegment__f57b3b02.selected__68b743cd:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-14-0)}.general2__c20bbd74 .segmentedControlSegment__f57b3b02.selected__68b743cd:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-14-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-14-0)}.secondary1__a6d90555 .segmentedControlSegment__f57b3b02{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-14-0)}.secondary1__a6d90555 .segmentedControlSegment__f57b3b02:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-14-0)}.secondary1__a6d90555 .segmentedControlSegment__f57b3b02:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-14-0)}.secondary1__a6d90555 .segmentedControlSegment__f57b3b02.selected__68b743cd{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-14-0)}.secondary1__a6d90555 .segmentedControlSegment__f57b3b02.selected__68b743cd:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-14-0)}.secondary2__ec7a8f59 .segmentedControlSegment__f57b3b02{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-14-0)}.secondary2__ec7a8f59 .segmentedControlSegment__f57b3b02:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-14-0)}.secondary2__ec7a8f59 .segmentedControlSegment__f57b3b02:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-14-0)}.secondary2__ec7a8f59 .segmentedControlSegment__f57b3b02.selected__68b743cd{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-14-0)}.secondary2__ec7a8f59 .segmentedControlSegment__f57b3b02.selected__68b743cd:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-14-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-14-0)}.segmentedControlSegment__f57b3b02:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-14-0)}.content__280da4cf{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__442a1604{display:flex;gap:4px}.segmentedControl__442a1604.general1__cee013c3{background:var(--triplex-next-SegmentedControl-General_1_Background-1-14-0)}.segmentedControl__442a1604.secondary1__a6d90555{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-14-0)}.segmentedControl__442a1604.general2__c20bbd74{background:var(--triplex-next-SegmentedControl-General_2_Background-1-14-0)}.segmentedControl__442a1604.secondary2__ec7a8f59{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-14-0)}.segmentedControl__442a1604.sm__30a2341d{border-radius:6px;padding:4px}.segmentedControl__442a1604.md__205399b6{border-radius:8px;padding:4px}.segmentedControl__442a1604.lg__666e52cb{border-radius:10px;padding:8px}.step__26dedab4{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__26dedab4.default__619db8c3{background-color:var(--triplex-next-Step-Background_Default-1-14-0)}.step__26dedab4.default__619db8c3>span{color:var(--triplex-next-Step-Color_Default-1-14-0)}.step__26dedab4.done__7f9b2063{background-color:var(--triplex-next-Step-Background_Done-1-14-0)}.step__26dedab4.done__7f9b2063>span{color:var(--triplex-next-Step-Color_Done-1-14-0)}.step__26dedab4.warning__493ac581{background-color:var(--triplex-next-Step-Background_Warning-1-14-0)}.step__26dedab4.warning__493ac581>span{color:var(--triplex-next-Step-Color_Warning-1-14-0)}.step__26dedab4.active__9372ebc2{background-color:var(--triplex-next-Step-Background_Active-1-14-0)}.step__26dedab4.active__9372ebc2>span{color:var(--triplex-next-Step-Color_Active-1-14-0)}.step__26dedab4.error__789d3cd2{background-color:var(--triplex-next-Step-Background_Error-1-14-0)}.step__26dedab4.error__789d3cd2>span{color:var(--triplex-next-Step-Color_Error-1-14-0)}.step__26dedab4.disabled__26376a0f{background-color:var(--triplex-next-Step-Background_Disabled-1-14-0)}.step__26dedab4.disabled__26376a0f>span{color:var(--triplex-next-Step-Color_Disabled-1-14-0)}.stepperWrapper__21f37498{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-14-0)}.stepperStep__d70a0f15{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__d70a0f15+.stepperStep__d70a0f15{margin-left:12px}.stepperStep__d70a0f15.sm__72ce2a07:not(:last-child) .content__fdd95f82{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__d70a0f15.sm__72ce2a07:last-child .content__fdd95f82{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__d70a0f15.sm__72ce2a07:last-child .arrow__8ab2cb87{display:none}.stepperStep__d70a0f15.md__1db43a5f:not(:last-child) .content__fdd95f82{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__d70a0f15.md__1db43a5f:last-child .content__fdd95f82{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__d70a0f15.md__1db43a5f:last-child .arrow__8ab2cb87{display:none}.stepperStep__d70a0f15.lg__c61ce1da:not(:last-child) .content__fdd95f82{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__d70a0f15.lg__c61ce1da:last-child .content__fdd95f82{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__d70a0f15.lg__c61ce1da:last-child .arrow__8ab2cb87{display:none}.stepperStep__d70a0f15:hover:not(.active__81d786c5):not(.disabled__3ccc91fb) .content__fdd95f82{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-14-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-14-0)}.stepperStep__d70a0f15:hover:not(.active__81d786c5):not(.disabled__3ccc91fb) .arrow__8ab2cb87 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-14-0)}.stepperStep__d70a0f15:hover:not(.active__81d786c5):not(.disabled__3ccc91fb) .arrow__8ab2cb87 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-14-0)}.stepperStep__d70a0f15.active__81d786c5{cursor:default}.stepperStep__d70a0f15.active__81d786c5 .content__fdd95f82{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-14-0)}.stepperStep__d70a0f15.active__81d786c5 .arrow__8ab2cb87 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-14-0)}.stepperStep__d70a0f15.active__81d786c5.error__d6f228e2 .content__fdd95f82{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-14-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-14-0)}.stepperStep__d70a0f15.active__81d786c5.error__d6f228e2 .arrow__8ab2cb87 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-14-0)}.stepperStep__d70a0f15.active__81d786c5.error__d6f228e2 .arrow__8ab2cb87 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-14-0)}.stepperStep__d70a0f15.active__81d786c5.warning__54126a3c .content__fdd95f82{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-14-0)}.stepperStep__d70a0f15.active__81d786c5.warning__54126a3c .arrow__8ab2cb87 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-14-0)}.stepperStep__d70a0f15.active__81d786c5.warning__54126a3c .arrow__8ab2cb87 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-14-0)}.stepperStep__d70a0f15.completed__f8ee4ce1.error__d6f228e2 .content__fdd95f82{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-14-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-14-0)}.stepperStep__d70a0f15.completed__f8ee4ce1.error__d6f228e2 .arrow__8ab2cb87 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-14-0)}.stepperStep__d70a0f15.completed__f8ee4ce1.error__d6f228e2 .arrow__8ab2cb87 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-14-0)}.stepperStep__d70a0f15.completed__f8ee4ce1.error__d6f228e2:hover .content__fdd95f82{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-14-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-14-0)}.stepperStep__d70a0f15.completed__f8ee4ce1.error__d6f228e2:hover .arrow__8ab2cb87 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-14-0)}.stepperStep__d70a0f15.completed__f8ee4ce1.error__d6f228e2:hover .arrow__8ab2cb87 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-14-0)}.stepperStep__d70a0f15.completed__f8ee4ce1.warning__54126a3c .content__fdd95f82{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-14-0)}.stepperStep__d70a0f15.completed__f8ee4ce1.warning__54126a3c .arrow__8ab2cb87 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-14-0)}.stepperStep__d70a0f15.completed__f8ee4ce1.warning__54126a3c .arrow__8ab2cb87 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-14-0)}.stepperStep__d70a0f15.completed__f8ee4ce1.warning__54126a3c:hover .content__fdd95f82{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-14-0)}.stepperStep__d70a0f15.completed__f8ee4ce1.warning__54126a3c:hover .arrow__8ab2cb87 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-14-0)}.stepperStep__d70a0f15.completed__f8ee4ce1.warning__54126a3c:hover .arrow__8ab2cb87 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-14-0)}.stepperStep__d70a0f15.inactive__b9ad2fa5 :not(.error__d6f228e2):not(.warning__54126a3c) .content__fdd95f82{color:var(--triplex-next-Stepper-Step_Color_Default-1-14-0)}.stepperStep__d70a0f15.inactive__b9ad2fa5 :not(.error__d6f228e2):not(.warning__54126a3c):hover .content__fdd95f82{color:var(--triplex-next-Stepper-Step_Color_Hover-1-14-0)}.stepperStep__d70a0f15.inactive__b9ad2fa5.error__d6f228e2 .content__fdd95f82{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-14-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-14-0)}.stepperStep__d70a0f15.inactive__b9ad2fa5.error__d6f228e2 .arrow__8ab2cb87 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-14-0)}.stepperStep__d70a0f15.inactive__b9ad2fa5.error__d6f228e2 .arrow__8ab2cb87 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-14-0)}.stepperStep__d70a0f15.inactive__b9ad2fa5.error__d6f228e2:hover .content__fdd95f82{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-14-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-14-0)}.stepperStep__d70a0f15.inactive__b9ad2fa5.error__d6f228e2:hover .arrow__8ab2cb87 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-14-0)}.stepperStep__d70a0f15.inactive__b9ad2fa5.error__d6f228e2:hover .arrow__8ab2cb87 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-14-0)}.stepperStep__d70a0f15.inactive__b9ad2fa5.warning__54126a3c .content__fdd95f82{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-14-0)}.stepperStep__d70a0f15.inactive__b9ad2fa5.warning__54126a3c .arrow__8ab2cb87 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-14-0)}.stepperStep__d70a0f15.inactive__b9ad2fa5.warning__54126a3c .arrow__8ab2cb87 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-14-0)}.stepperStep__d70a0f15.inactive__b9ad2fa5.warning__54126a3c:hover .content__fdd95f82{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-14-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-14-0)}.stepperStep__d70a0f15.inactive__b9ad2fa5.warning__54126a3c:hover .arrow__8ab2cb87 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-14-0)}.stepperStep__d70a0f15.inactive__b9ad2fa5.warning__54126a3c:hover .arrow__8ab2cb87 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-14-0)}.stepperStep__d70a0f15.disabled__3ccc91fb{pointer-events:none}.stepperStep__d70a0f15.disabled__3ccc91fb .content__fdd95f82{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-14-0)}.stepperStep__d70a0f15.disabled__3ccc91fb .content__fdd95f82{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-14-0)}.stepperStep__d70a0f15.disabled__3ccc91fb .arrow__8ab2cb87 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-14-0)}.stepperStep__d70a0f15.focusVisible__61e21186.completed__f8ee4ce1 .content__fdd95f82,.stepperStep__d70a0f15.focusVisible__61e21186.active__81d786c5 .content__fdd95f82,.stepperStep__d70a0f15.focusVisible__61e21186.inactive__b9ad2fa5 .content__fdd95f82{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-14-0)}.stepperStep__d70a0f15.focusVisible__61e21186.completed__f8ee4ce1 .arrow__8ab2cb87 path:last-child,.stepperStep__d70a0f15.focusVisible__61e21186.active__81d786c5 .arrow__8ab2cb87 path:last-child,.stepperStep__d70a0f15.focusVisible__61e21186.inactive__b9ad2fa5 .arrow__8ab2cb87 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-14-0)}.stepperStep__d70a0f15.focusVisible__61e21186.completed__f8ee4ce1:hover .content__fdd95f82,.stepperStep__d70a0f15.focusVisible__61e21186.active__81d786c5:hover .content__fdd95f82,.stepperStep__d70a0f15.focusVisible__61e21186.inactive__b9ad2fa5:hover .content__fdd95f82{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-14-0)}.stepperStep__d70a0f15.focusVisible__61e21186.completed__f8ee4ce1:hover .arrow__8ab2cb87 path:last-child,.stepperStep__d70a0f15.focusVisible__61e21186.active__81d786c5:hover .arrow__8ab2cb87 path:last-child,.stepperStep__d70a0f15.focusVisible__61e21186.inactive__b9ad2fa5:hover .arrow__8ab2cb87 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-14-0)}.content__fdd95f82{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-14-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-14-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-14-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__72ce2a07{font-size:12px;line-height:16px}.md__1db43a5f{font-size:14px;line-height:20px}.lg__c61ce1da{font-size:16px;line-height:20px}.arrow__8ab2cb87{transform:translate(0)}.arrow__8ab2cb87 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-14-0)}.arrow__8ab2cb87 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-14-0)}.icon__f66a11ef{display:inline-flex;align-items:center;line-height:0}.nonempty__6fc207b6 .icon__f66a11ef{margin-right:6px}.stepperExtended__6cc0c4ba{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__6fbe8ee7{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__6fbe8ee7::-webkit-scrollbar{display:none}.stepper__2ba1d6ff.sm__72ce2a07{padding-left:28px;padding-right:28px}.stepper__2ba1d6ff.md__1db43a5f{padding-left:40px;padding-right:40px}.stepper__2ba1d6ff.lg__c61ce1da{padding-left:56px;padding-right:56px}.stepperCarousel__2e59a526{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__2e59a526 .buttonPrev__9c1cb14b,.stepperCarousel__2e59a526 .buttonNext__f2858f95{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__2e59a526 .buttonPrev__9c1cb14b.sm__72ce2a07,.stepperCarousel__2e59a526 .buttonNext__f2858f95.sm__72ce2a07{height:28px;width:28px}.stepperCarousel__2e59a526 .buttonPrev__9c1cb14b.md__1db43a5f,.stepperCarousel__2e59a526 .buttonNext__f2858f95.md__1db43a5f{height:40px;width:40px}.stepperCarousel__2e59a526 .buttonPrev__9c1cb14b.lg__c61ce1da,.stepperCarousel__2e59a526 .buttonNext__f2858f95.lg__c61ce1da{height:56px;width:56px}.stepperCarousel__2e59a526 .buttonPrev__9c1cb14b{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-14-0)}.stepperCarousel__2e59a526 .buttonNext__f2858f95{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-14-0)}@media (max-width: 767px){.stepper__2ba1d6ff{padding-left:16px;padding-right:16px}.buttonPrev__9c1cb14b,.buttonNext__f2858f95{display:none}}.islandAccordion__3ffe73d2{margin:0;padding:0}.islandAccordion__3ffe73d2 .island__93080b86{padding:0}.islandAccordion__3ffe73d2 .item__c5f665ca{position:relative;list-style-type:none}.islandAccordion__3ffe73d2 .item__c5f665ca.disabled__e1208d86{cursor:default;pointer-events:none}.islandAccordion__3ffe73d2 .item__c5f665ca+.item__c5f665ca.sm__3fe7113b,.islandAccordion__3ffe73d2 .item__c5f665ca+.item__c5f665ca.md__2453e46a{margin-top:16px}.islandAccordion__3ffe73d2 .item__c5f665ca+.item__c5f665ca.lg__980ccc7c{margin-top:24px}.islandAccordion__3ffe73d2 .item__c5f665ca .header__b5a8e616{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__3ffe73d2 .item__c5f665ca :focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-14-0)}.islandAccordion__3ffe73d2 .item__c5f665ca.type1__81c12cd0:not(.opened__5ca750b8) .header__b5a8e616:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-14-0)}.islandAccordion__3ffe73d2 .item__c5f665ca.type2__7beaf4f8:not(.opened__5ca750b8) .header__b5a8e616:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-14-0)}.islandAccordion__3ffe73d2 .item__c5f665ca.type3__a3ddbedc:not(.opened__5ca750b8) .header__b5a8e616:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-14-0)}.islandAccordion__3ffe73d2 .item__c5f665ca .footer__77a39358{text-align:right}.islandAccordion__3ffe73d2 .item__c5f665ca .body__0c62deda,.islandAccordion__3ffe73d2 .item__c5f665ca .footer__77a39358{visibility:hidden}.islandAccordion__3ffe73d2 .item__c5f665ca.opened__5ca750b8 .body__0c62deda,.islandAccordion__3ffe73d2 .item__c5f665ca.opened__5ca750b8 .footer__77a39358{visibility:visible}.islandAccordion__3ffe73d2 .item__c5f665ca .caretWrapper__b27b1006{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__3ffe73d2 .item__c5f665ca .caretIcon__b1a6616f{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__3ffe73d2 .item__c5f665ca.sm__3fe7113b .header__b5a8e616{padding:16px;border-radius:16px}.islandAccordion__3ffe73d2 .item__c5f665ca.sm__3fe7113b .step__7caadf56+.titleWrapper__5c4a1f43{margin-top:2px}.islandAccordion__3ffe73d2 .item__c5f665ca.sm__3fe7113b .body__0c62deda,.islandAccordion__3ffe73d2 .item__c5f665ca.sm__3fe7113b .footer__77a39358{padding:0 16px 16px}.islandAccordion__3ffe73d2 .item__c5f665ca.sm__3fe7113b .caretWrapper__b27b1006{right:12px}.islandAccordion__3ffe73d2 .item__c5f665ca.sm__3fe7113b .remove__999cedf4{right:-36px;top:20px}.islandAccordion__3ffe73d2 .item__c5f665ca.sm__3fe7113b .step__7caadf56{margin-right:12px}.islandAccordion__3ffe73d2 .item__c5f665ca.md__2453e46a .header__b5a8e616{padding:24px;border-radius:24px}.islandAccordion__3ffe73d2 .item__c5f665ca.md__2453e46a .body__0c62deda,.islandAccordion__3ffe73d2 .item__c5f665ca.md__2453e46a .footer__77a39358{padding:0 24px 24px}.islandAccordion__3ffe73d2 .item__c5f665ca.md__2453e46a .caretWrapper__b27b1006{right:20px}.islandAccordion__3ffe73d2 .item__c5f665ca.md__2453e46a .remove__999cedf4{right:-40px;top:28px}.islandAccordion__3ffe73d2 .item__c5f665ca.md__2453e46a .step__7caadf56{margin-right:12px}.islandAccordion__3ffe73d2 .item__c5f665ca.lg__980ccc7c .header__b5a8e616{padding:32px;border-radius:32px}.islandAccordion__3ffe73d2 .item__c5f665ca.lg__980ccc7c .body__0c62deda,.islandAccordion__3ffe73d2 .item__c5f665ca.lg__980ccc7c .footer__77a39358{padding:0 32px 32px}.islandAccordion__3ffe73d2 .item__c5f665ca.lg__980ccc7c .caretWrapper__b27b1006{right:28px}.islandAccordion__3ffe73d2 .item__c5f665ca.lg__980ccc7c .remove__999cedf4{right:-40px;top:36px}.islandAccordion__3ffe73d2 .item__c5f665ca.lg__980ccc7c .step__7caadf56{margin:0 16px 0 0}.islandAccordion__3ffe73d2 .item__c5f665ca.opened__5ca750b8:not(.disabled__e1208d86) .caretWrapper__b27b1006 .caretIcon__b1a6616f{transform:rotate(-180deg)}.islandAccordion__3ffe73d2 .item__c5f665ca .remove__999cedf4{position:absolute}@media (max-width: 767px){.islandAccordion__3ffe73d2 .item__c5f665ca .footer__77a39358{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__3ffe73d2 .item__c5f665ca .footer__77a39358>*{margin-left:0!important}}.noColumns__07132b39{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__07132b39>.content__e1c4da8f{width:456px;text-align:center}.filterPanel__950cddc5{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__ec71faa8{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__ec71faa8>a:not(:first-child){margin-left:16px}.tabsLinePanel__f921546d{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__4732cee0{0%{opacity:0}to{opacity:1}}.tableBasic__3b29e275{position:relative}.tableBasic__3b29e275 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__3b29e275 table th.alignLeft__975259fd,.tableBasic__3b29e275 table td.alignLeft__975259fd{text-align:left}.tableBasic__3b29e275 table th.alignRight__bd9b36ed,.tableBasic__3b29e275 table td.alignRight__bd9b36ed{text-align:right}.tableBasic__3b29e275 table th.alignCenter__c2824b84,.tableBasic__3b29e275 table td.alignCenter__c2824b84{text-align:center}.tableBasic__3b29e275 table th.verticalAlignBaseline__79d16772,.tableBasic__3b29e275 table td.verticalAlignBaseline__79d16772{vertical-align:baseline}.tableBasic__3b29e275 table th.verticalAlignSub__f383677d,.tableBasic__3b29e275 table td.verticalAlignSub__f383677d{vertical-align:sub}.tableBasic__3b29e275 table th.verticalAlignSuper__7ded7009,.tableBasic__3b29e275 table td.verticalAlignSuper__7ded7009{vertical-align:super}.tableBasic__3b29e275 table th.verticalAlignTextTop__bf4b77b4,.tableBasic__3b29e275 table td.verticalAlignTextTop__bf4b77b4{vertical-align:text-top}.tableBasic__3b29e275 table th.verticalAlignTextBottom__f8a0e93f,.tableBasic__3b29e275 table td.verticalAlignTextBottom__f8a0e93f{vertical-align:text-bottom}.tableBasic__3b29e275 table th.verticalAlignMiddle__e9244b1f,.tableBasic__3b29e275 table td.verticalAlignMiddle__e9244b1f{vertical-align:middle}.tableBasic__3b29e275 table th.verticalAlignTop__c42eac5d,.tableBasic__3b29e275 table td.verticalAlignTop__c42eac5d{vertical-align:top}.tableBasic__3b29e275 table th.verticalAlignBottom__de68943c,.tableBasic__3b29e275 table td.verticalAlignBottom__de68943c{vertical-align:bottom}.tableBasic__3b29e275 table>thead>tr{height:48px}.tableBasic__3b29e275 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-14-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-14-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__3b29e275 table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-14-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-14-0)}}.tableBasic__3b29e275 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__3b29e275 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__3b29e275 table>thead>tr>th.checkboxType__c5234361{padding:16px 12px}.tableBasic__3b29e275 table>thead>tr>th .thBlock__052bb6c5{display:inline-flex;vertical-align:top}.tableBasic__3b29e275 table>thead>tr>th .thBlock__052bb6c5.order__e020e26e{cursor:pointer}.tableBasic__3b29e275 table>thead>tr>th .thBlock__052bb6c5.order__e020e26e .orderButton__df939cfc{display:flex;visibility:hidden;align-items:center}.tableBasic__3b29e275 table>thead>tr>th .thBlock__052bb6c5.order__e020e26e .orderButton__df939cfc.alignLeft__975259fd{margin-right:8px}.tableBasic__3b29e275 table>thead>tr>th .thBlock__052bb6c5.order__e020e26e .orderButton__df939cfc.alignRight__bd9b36ed{margin-left:8px}.tableBasic__3b29e275 table>thead>tr>th .thBlock__052bb6c5.order__e020e26e .orderButton__df939cfc.sorted__bf4da1e2{visibility:visible}.tableBasic__3b29e275 table>thead>tr>th .thBlock__052bb6c5.order__e020e26e:hover .orderButton__df939cfc{visibility:visible}.tableBasic__3b29e275 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-14-0)}.tableBasic__3b29e275 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__3b29e275 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__3b29e275 table>tbody>tr>td.textType__94ce2b14{padding:12px}.tableBasic__3b29e275 table>tbody>tr>td.componentsType__121c80ad{padding:8px 12px}.tableBasic__3b29e275 table>tbody>tr>td.checkboxType__c5234361{padding:10px 12px 12px}.tableBasic__3b29e275 table>tbody>tr.selected__2583da65>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-14-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__3b29e275 table>tbody>tr.selected__2583da65>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-14-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-14-0)}}.tableBasic__3b29e275 table>tbody.clickable__59610bbf>tr{cursor:pointer}.tableBasic__3b29e275 table>tbody.hoverable__296a7d8f>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-14-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__3b29e275 table>tbody.hoverable__296a7d8f>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-14-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-14-0)}}.tableBasic__3b29e275 .footerEmptyData__bd369b3e{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__3b29e275 .spinnerWrapper__767a5dcd{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__3b29e275 .spinnerWrapper__767a5dcd .tableLoaderScreen__15e047b7{border-radius:8px 8px 0 0}.tableBasic__3b29e275 .overlayCover__cda0a2b2{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-14-0);animation:fadeIn__4732cee0 .3s}.tableBasicSettingsBody__3c4cd32f{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__61deb816{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-14-0)!important}.columnSettingsSortableListItemTarget__61deb816:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-14-0)!important}.columnSettingsSortableListItemTarget__61deb816.dragging__c1bf22d2{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-14-0)!important}.columnSettingsStaticListItem__59a6ab1f{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-14-0)}.tableBasicSettingsFooter__df3aa009{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-14-0);padding:11px 12px 12px}.tableBasicSettingsHeader__64b35a37{padding:16px 12px 12px}.tableSettingsLink__badb4e77{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__365b620d{width:320px}.tableFooterWrapper__b3a8d93c{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__b3a8d93c .tableFooterShadow__aa88e72b{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-14-0);pointer-events:none}.tableFooterWrapper__b3a8d93c .tableFooter__10dcc6b0{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-14-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__b3a8d93c .tableFooter__10dcc6b0 .tableFooterSummary__64b31b1d{display:flex;align-items:center}.tableFooterWrapper__b3a8d93c .tableFooter__10dcc6b0 .tableFooterSummary__64b31b1d .tableFooterSummarySelectedCount__bd5d56d7,.tableFooterWrapper__b3a8d93c .tableFooter__10dcc6b0 .tableFooterSummary__64b31b1d .tableFooterSummarySelectAllButton__b139a827,.tableFooterWrapper__b3a8d93c .tableFooter__10dcc6b0 .tableFooterSummary__64b31b1d .tableFooterSummaryAmount__4f891fe4{display:inline-flex}.tableFooterWrapper__b3a8d93c .tableFooter__10dcc6b0 .tableFooterSummary__64b31b1d .tableFooterSummarySelectedCount__bd5d56d7,.tableFooterWrapper__b3a8d93c .tableFooter__10dcc6b0 .tableFooterSummary__64b31b1d .tableFooterSummarySelectAllButton__b139a827,.tableFooterWrapper__b3a8d93c .tableFooter__10dcc6b0 .tableFooterSummary__64b31b1d .tableFooterSummaryAmount__4f891fe4,.tableFooterWrapper__b3a8d93c .tableFooter__10dcc6b0 .tableFooterSummary__64b31b1d .tableFooterSummaryLabel__06cd50fe{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__b3a8d93c{height:112px}}.paginationPanel__d93ddddc{margin-top:16px}.masterTable__700fc752{position:relative}.orderedListItem__97843645{counter-increment:list-item-tx}.orderedListItem__97843645:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__97843645+.orderedListItem__97843645{margin-top:8px}.orderedList__8f157c51{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__54135468{position:relative}.suggestDropdownListItem__b680432e{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__682768a8{position:relative}.suggestFieldMobileBody__b4bdd82e{height:176px}.suggestFieldMobileDropdownHint__b66e210f{padding:16px}.lightBox__af91f317{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__af91f317 .lightBoxBackdrop__cda73ffa{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-14-0)}.lightBox__af91f317.lightBoxSideOverlayActive__cf841fa9,.lightBox__af91f317.lightBoxTopOverlayActive__c6c9553d{overflow-y:hidden}.lightBox__af91f317 .lightBoxContent__ec1ce807{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-14-0)}.lightBox__af91f317 .lightBoxContent__ec1ce807>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__af91f317 .lightBoxContent__ec1ce807>.global-page{padding:16px}}.lightBox__af91f317 .loadingContentOverlay__154796e0{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__af91f317 .lightBoxContentResizeWrapper__e1c835a4{position:absolute;left:0;right:0;height:0}.lightBox__af91f317 .tempElSafariBug__7a662806{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__d6a1415b,.global-LB-less-or-equal-media-point-0 .lightBox__af91f317.lightBoxSideOverlayActive__cf841fa9{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__ec1ce807{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__ec1ce807{padding-left:80px;padding-right:80px}.lightBoxControls__d5255cbd{z-index:100}.withKeyboardEvent__73513abb{display:inline-block}.withoutKeyboardEvent__ef16652e,.lightBox__af91f317.lightBoxSideOverlayActive__cf841fa9 .withKeyboardEvent__73513abb,.lightBox__af91f317.lightBoxTopOverlayActive__c6c9553d .withKeyboardEvent__73513abb,.lightBox__af91f317.isLoading__e78c4345 .withKeyboardEvent__73513abb{display:none}.lightBox__af91f317.lightBoxSideOverlayActive__cf841fa9 .withoutKeyboardEvent__ef16652e,.lightBox__af91f317.lightBoxTopOverlayActive__c6c9553d .withoutKeyboardEvent__ef16652e,.lightBox__af91f317.isLoading__e78c4345 .withoutKeyboardEvent__ef16652e{display:inline-block}.lightBox__af91f317.isLoading__e78c4345 .lightBoxPrev__e2aeb75e,.lightBox__af91f317.isLoading__e78c4345 .lightBoxNext__e97b5414{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__d5255cbd{position:absolute;left:0;right:0;top:0;min-height:56px;padding:16px 16px 0;box-sizing:border-box}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__5a7fc77d{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__b248d7aa{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__b162b0c5{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__e2aeb75e,.global-LB-less-or-equal-media-point-0 .lightBoxNext__e97b5414{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__e2aeb75e{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__d9083dba,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__9b1d6dfa{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__d5255cbd{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__5a7fc77d{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__b248d7aa{display:none}.global-LB-more-media-point-0 .lightBoxClose__b162b0c5{position:fixed;left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__e2aeb75e,.global-LB-more-media-point-0 .lightBoxNext__e97b5414{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__e2aeb75e{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__e97b5414{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__ed41a2b1{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__ed41a2b1.fixed__9e30f514{position:fixed}.overlay__ed41a2b1.closing__76e1ec56,.overlay__ed41a2b1.opened__a170a994{visibility:visible;left:0;right:0}.overlayPanel__aa86a804{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-14-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__aa86a804.bottom__1f55fb1a{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__aa86a804.left__096529ad{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__aa86a804.right__fe5d0295{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__aa86a804.top__9fe96e51{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__aa86a804.left__096529ad.opened__a170a994,.overlayPanel__aa86a804.right__fe5d0295.opened__a170a994{transform:translate(0)}.overlayPanel__aa86a804.top__9fe96e51.opened__a170a994,.overlayPanel__aa86a804.bottom__1f55fb1a.opened__a170a994{transform:translateY(0)}.overlayContent__811a670b{display:flex;min-height:100%}.overlayMask__8053b9e9{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-14-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__8053b9e9.overlayOpened__22e0cd27{opacity:1}.lightBoxSideOverlayLoaderWrapper__927ea791{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__495c7ee2{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__f537064d{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__495c7ee2{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__f537064d{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__f537064d{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__495c7ee2{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__f537064d{display:none}.lightBoxSideOverlayMask__436197d9{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-14-0)}.lightBoxSideOverlayWrapper__5ded9f70{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__5ded9f70.overflowXHidden__6a83751f{overflow-x:hidden}.lightBoxSideOverlayWrapper__5ded9f70.overflowYHidden__457e35ae{overflow-y:hidden}.lightBoxSideOverlayWrapper__5ded9f70.closing__59e1bcf4,.lightBoxSideOverlayWrapper__5ded9f70.opened__28cb54d8{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__5ded9f70.closing__59e1bcf4{pointer-events:none}.lightBoxSideOverlayWrapper__5ded9f70 .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__5ded9f70 .global-page{padding:16px}}.lightBoxSideOverlayWrapper__5ded9f70 .lightBoxSideOverlayContent__3877df17{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-14-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__5ded9f70 .lightBoxSideOverlayContent__3877df17.opened__28cb54d8{transform:none}.lightBoxSideOverlayWrapper__5ded9f70 .lightBoxSideOverlayContent__3877df17.opening__5f4bd3ff{transform:translateY(0)}.lightBoxSideOverlayWrapper__5ded9f70.sizeSM__31bf1e92 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__5ded9f70.sizeMD__3ec2293b .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__5ded9f70.sizeLG__d7d4ff08 .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__5ded9f70 .lightBoxSideOverlayBase__5ff1b7be{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__5ded9f70 .lightBoxSideOverlayContent__3877df17{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__5ded9f70 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__5ded9f70 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__b9bd57e6{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__b9bd57e6.closing__59e1bcf4,.lightBoxSideOverlay__b9bd57e6.opening__5f4bd3ff{overflow-x:hidden}.topOverlayMask__daea41d1{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-14-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__41ff70aa{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__41ff70aa.closing__c9f4496d,.topOverlayWrapper__41ff70aa.opened__0cbacedc{bottom:0}.topOverlayWrapper__41ff70aa .topOverlayPanel__671bc975{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__4540ac4d{z-index:500}@media (max-width: 767px){.topOverlayPanel__671bc975{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__43f74250{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:left-sidebar-wrapper}.lightBoxLeftSidebar__43f74250.fixed__7b2db4f7{position:fixed}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__004f4daa{display:none}}.lightBoxRightSidebar__de7ce655{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:right-sidebar-wrapper}.lightBoxRightSidebar__de7ce655.fixed__7b2db4f7{position:fixed}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__af713b21{display:none}}html.scroll-0__8e1b6811{--triplex-next-scroll-width: 0px}html.scroll-15__8ca22f9f{--triplex-next-scroll-width: 15px}html.scroll-16__aa820ed7{--triplex-next-scroll-width: 16px}html.scroll-17__3ceff857{--triplex-next-scroll-width: 17px}.smsField__f4863e70{display:inline-block;position:relative;width:100%}.smsField__f4863e70 .input__b9df7f0c{text-align:center}.smsField__f4863e70 .input__b9df7f0c::placeholder{opacity:1}.smsField__f4863e70 .input__b9df7f0c:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-14-0)}.smsField__f4863e70 .input__b9df7f0c.lg__12efe018{padding:18px 40px}.smsField__f4863e70 .input__b9df7f0c.md__86da8704{padding-left:26px;padding-right:26px}.smsField__f4863e70 .input__b9df7f0c.sm__67088460{padding-left:20px;padding-right:20px}.smsField__f4863e70 .btnRefresh__e6e648ba{position:absolute;outline:none;z-index:1}.smsField__f4863e70 .btnRefresh__e6e648ba.lg__12efe018{top:12px;left:12px;height:32px;width:32px}.smsField__f4863e70 .btnRefresh__e6e648ba.md__86da8704{top:10px;left:10px}.smsField__f4863e70 .btnRefresh__e6e648ba.sm__67088460{top:4px;left:4px}.smsField__f4863e70 .btnRefresh__e6e648ba .full__f938ad0f{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-14-0)}.smsField__f4863e70 .btnRefresh__e6e648ba .empty__79358c74{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-14-0)}.smsField__f4863e70 .btnRefresh__e6e648ba:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-14-0)}.smsField__f4863e70 .btnSubmit__e80c521f{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-14-0)}.smsField__f4863e70 .btnSubmit__e80c521f.active__8f3a87f7:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-14-0)}.smsField__f4863e70 .btnSubmit__e80c521f.active__8f3a87f7:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-14-0)}.smsField__f4863e70 .btnSubmit__e80c521f.lg__12efe018{top:15px;right:15px;height:26px;width:26px}.smsField__f4863e70 .btnSubmit__e80c521f.md__86da8704{top:10px;right:10px}.smsField__f4863e70 .btnSubmit__e80c521f.sm__67088460{top:4px;right:4px}.spoiler__4fe0d3a7{display:flex;flex-direction:column}.spoiler__4fe0d3a7.opened__4c9e7ff7 .caretIcon__9705919d{transform:rotate(-180deg)}.spoiler__4fe0d3a7 .head__532b7451 .caretIcon__9705919d{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__4fe0d3a7 .head__532b7451 button>span{white-space:normal;text-align:left}.spoiler__4fe0d3a7 .content__de568145.hidden__fa74234f{display:none}.spoiler__4fe0d3a7 .lg__0bfca8a6 .content__de568145{margin-top:8px}.spoiler__4fe0d3a7 .md__abf132f8 .content__de568145{margin-top:0}.spoiler__4fe0d3a7 .sm__8c56dc99 .content__de568145{margin-top:-4px}.statusTrackerWrapper__073717b5{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-14-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-14-0);overflow:hidden;height:100%}.statusTrackerWrapper__073717b5 .statusTracker__7c42054d{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__073717b5 .statusTracker__7c42054d.verticalAlignMiddle__50b53ccd{align-self:center}.statusTrackerWrapper__073717b5 .statusTracker__7c42054d.verticalAlignBottom__5a0ec290{align-self:end}.statusTrackerWrapper__073717b5 .statusTracker__7c42054d .statusTrackerChild__18bcfe2a{padding:8px 0}.statusTrackerWrapper__073717b5 .statusTracker__7c42054d .statusTrackerChild__18bcfe2a:empty{padding:0}.statusTrackerWrapper__073717b5 .statusTracker__7c42054d .statusTrackerSum__c55bd126,.statusTrackerWrapper__073717b5 .statusTracker__7c42054d .statusTrackerTitle__756cb784{padding-bottom:4px}.statusTrackerWrapper__073717b5 .statusTracker__7c42054d .statusTrackerDescription__10d2e1e6{display:block;padding-top:8px}.statusTrackerWrapper__073717b5 .statusTracker__7c42054d .statusTrackerAlert__f98daacf{margin-top:12px;text-align:left}.statusTrackerWrapper__073717b5 .statusTracker__7c42054d .statusTrackerStatus__4de877b1{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__073717b5 .statusTracker__7c42054d .statusTrackerFooterWrapper__95a1a20a{display:grid}.statusTrackerWrapper__073717b5 .statusTracker__7c42054d .statusTrackerFooterWrapper__95a1a20a .statusTrackerDescription__10d2e1e6:last-child{padding-top:0}.statusTrackerWrapper__073717b5 .statusTracker__7c42054d .statusTrackerFooterWrapper__95a1a20a .statusTrackerButton__acd8f6c0{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__073717b5 .statusTrackerColor__4b287e24{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__073717b5 .statusTrackerColor__4b287e24.waiting__5791d58e{background:var(--triplex-next-StatusTracker-Waiting_Color-1-14-0)}.statusTrackerWrapper__073717b5 .statusTrackerColor__4b287e24.warning__c983cd3d{background:var(--triplex-next-StatusTracker-Warning_Background-1-14-0)}.statusTrackerWrapper__073717b5 .statusTrackerColor__4b287e24.rejected__eae84b21{background:var(--triplex-next-StatusTracker-Rejected_Color-1-14-0)}.statusTrackerWrapper__073717b5 .statusTrackerColor__4b287e24.approved__fce01307{background:var(--triplex-next-StatusTracker-Approved_Color-1-14-0)}.statusTrackerWrapper__073717b5 .statusTrackerBackground__f9899564{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__073717b5 .statusTrackerBackground__f9899564.waiting__5791d58e{background:var(--triplex-next-StatusTracker-Waiting_Background-1-14-0)}.statusTrackerWrapper__073717b5 .statusTrackerBackground__f9899564.warning__c983cd3d{background:var(--triplex-next-StatusTracker-Warning_Background-1-14-0)}.statusTrackerWrapper__073717b5 .statusTrackerBackground__f9899564.rejected__eae84b21{background:var(--triplex-next-StatusTracker-Rejected_Background-1-14-0)}.statusTrackerWrapper__073717b5 .statusTrackerBackground__f9899564.approved__fce01307{background:var(--triplex-next-StatusTracker-Approved_Background-1-14-0)}@media (max-width: 767px){.statusTrackerWrapper__073717b5{border-radius:16px}}.smallInput__a7250a68{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-14-0);background:var(--triplex-next-SmallInput-Background-1-14-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-14-0)}.smallInput__a7250a68::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-14-0);opacity:1}.smallInput__a7250a68::-ms-clear{display:none}.documentNumberEdit__b49f2d65 .label__7d9d155a{display:inline-block;margin-right:8px}.documentNumberEdit__b49f2d65 .inputEditWrapper__0eb92f76{width:68px;display:inline-block}.sliderExtendedDot__3a029b3e{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-14-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__3a029b3e:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-14-0)}.sliderExtendedDot__3a029b3e.focusedByClick__10d51acb:focus{box-shadow:none}.sliderExtendedDot__3a029b3e:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-14-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__3a029b3e:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-14-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__3a029b3e.disabled__ad8a30ca{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-14-0)}.sliderExtendedDot__3a029b3e.disabled__ad8a30ca:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-14-0)}.sliderExtendedDot__3a029b3e.disabled__ad8a30ca:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-14-0)}.sliderExtendedDot__3a029b3e:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-14-0)}.sliderExtendedDot__3a029b3e:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-14-0)}.sliderExtendedDot__3a029b3e.dragByMouse__b46bce67{background:var(--triplex-next-Slider-Dot_Background_Select-1-14-0)}.sliderExtendedDot__3a029b3e.dragByMouse__b46bce67:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-14-0)}.sliderExtendedDot__3a029b3e:hover .sliderExtendedTooltipOverlay__85050d1d,.sliderExtendedDot__3a029b3e:focus .sliderExtendedTooltipOverlay__85050d1d{visibility:visible}.sliderExtendedDot__3a029b3e.lg__74f0e1d3{width:28px;height:28px}.sliderExtendedDot__3a029b3e.lg__74f0e1d3:after{width:10px;height:10px}.sliderExtendedDot__3a029b3e.lg__74f0e1d3:before{width:14px;height:14px}.sliderExtendedMarks__9a99b5b6{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__5517a0a1{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__5517a0a1 .sliderExtendedMarkDot__137b63f1{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-14-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__5517a0a1 .sliderExtendedMarkDot__137b63f1.inSelectedRange__cae8fc9c{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-14-0)}.sliderExtendedMark__5517a0a1.lg__74f0e1d3{top:20px}.sliderExtendedMark__5517a0a1.lg__74f0e1d3 .sliderExtendedMarkDot__137b63f1{top:-20px}.sliderExtendedMark__5517a0a1 .sliderExtendedMarkText__bfce6b24{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__5517a0a1.disabled__ad8a30ca{pointer-events:none}.sliderExtendedMark__5517a0a1.disabled__ad8a30ca .sliderExtendedMarkText__bfce6b24{pointer-events:none;opacity:.35}.sliderExtendedMark__5517a0a1.disabled__ad8a30ca .sliderExtendedMarkDot__137b63f1{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-14-0)}.sliderExtendedMark__5517a0a1:first-child,.sliderExtendedMark__5517a0a1:last-child{transform:none}.sliderExtendedMark__5517a0a1:first-child.reverse__4615ebf5 .sliderExtendedMarkDot__137b63f1{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__5517a0a1:first-child.reverse__4615ebf5 .sliderExtendedMarkText__bfce6b24{margin-right:-4px}.sliderExtendedMark__5517a0a1:first-child:not(.reverse__4615ebf5) .sliderExtendedMarkDot__137b63f1{left:0;transform:translate(-50%)}.sliderExtendedMark__5517a0a1:first-child .sliderExtendedMarkText__bfce6b24{margin-left:-4px}.sliderExtendedMark__5517a0a1:last-child.reverse__4615ebf5 .sliderExtendedMarkDot__137b63f1{left:0;transform:translate(-50%)}.sliderExtendedMark__5517a0a1:last-child.reverse__4615ebf5 .sliderExtendedMarkText__bfce6b24{margin-left:-4px}.sliderExtendedMark__5517a0a1:last-child:not(.reverse__4615ebf5) .sliderExtendedMarkDot__137b63f1{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__5517a0a1:last-child .sliderExtendedMarkText__bfce6b24{margin-right:-4px}.sliderExtendedMark__5517a0a1.active__e11ce836{pointer-events:none}.sliderExtendedRail__ef0c71cf{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-14-0);cursor:pointer}.sliderExtended__476b9959{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__476b9959.disabled__ad8a30ca .sliderExtendedRail__ef0c71cf{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-14-0)}.sliderExtended__476b9959.lg__74f0e1d3{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__11e7bb9a{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-14-0);z-index:10}.sliderExtendedTrack__11e7bb9a.lg__74f0e1d3{top:12px}.sliderExtendedTrack__11e7bb9a:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-14-0)}.sliderExtendedTrack__11e7bb9a.focusedByClick__10d51acb:focus{box-shadow:none}.sliderExtendedTrack__11e7bb9a.hoverOrDragByMouse__7abcb500{background:var(--triplex-next-Slider-Track_Background_Hover-1-14-0)}.sliderExtendedTrack__11e7bb9a.staticSlider__fd6a5b4c{cursor:default;pointer-events:none}.sliderExtendedTrack__11e7bb9a.disabled__ad8a30ca{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-14-0)}.sliderExtendedTooltipOverlay__85050d1d{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__85050d1d.lg__74f0e1d3{bottom:32px}.sliderExtendedTooltipOverlay__85050d1d .tooltipBody__aae3be7c{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-14-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-14-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__85050d1d .tooltipTip__55396c08{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-14-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__85050d1d .tooltipTip__55396c08{margin:-.5px}}.treeView__a075bb97,.treeViewGroup__cbd4f665{margin:0;padding:0}.treeView__a075bb97 .treeViewNode__0ecd50d7,.treeViewGroup__cbd4f665 .treeViewNode__0ecd50d7{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__b1fa78cf.collapsed__ebe73cba{visibility:hidden}.checkboxTreeExtended__69a73c66{margin-bottom:-12px;padding:12px}.checkboxTreeExtendedNode__6e057be7 .checkboxTreeExtendedNode__6e057be7{margin-left:24px}.checkboxTreeExtendedNodeHeader__8da72ae3{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__8da72ae3.sm__6f528c95{margin-bottom:10px}.checkboxTreeExtendedNodeHeader__8da72ae3.md__00b27d04,.checkboxTreeExtendedNodeHeader__8da72ae3.lg__ffe73f6e{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__8da72ae3 .checkboxTreeCheckboxLabel__708db769{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__8da72ae3 .caretIconWrapper__dc84e144{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__8da72ae3 .caretIconWrapper__dc84e144:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-14-0)}.checkboxTreeExtendedNodeHeader__8da72ae3.opened__f3a8c082 .caretIconWrapper__dc84e144{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__69a73c66{padding:12px 14px}}.chipGroup__9a63bf93{display:flex}.chipGroup__9a63bf93.oneLine__085fee0b{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__9a63bf93.oneLine__085fee0b::-webkit-scrollbar{display:none}.chipGroup__9a63bf93.multiLine__f23eb726{flex-wrap:wrap}.chipGroup__9a63bf93.lg__3b4f8138{gap:12px}.chipGroup__9a63bf93.md__f1c9da3b,.chipGroup__9a63bf93.sm__4efa410d{gap:8px}.confirm__98a62054{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__98a62054.isInLightBox__40f45079{max-width:800px}.confirm__98a62054.isInSideOverlaySM__536ecb29{max-width:416px}.confirm__98a62054.isInSideOverlayMD__96d3e33c{max-width:536px}.confirm__98a62054.isInSideOverlayLG__b5bab3bf{max-width:736px}.confirmCloseButton__84d5d2d8{position:absolute;top:24px;right:24px}.confirmContent__0457f4f5{margin-bottom:24px;padding-right:56px}.confirmControls__d9b7a9da{white-space:nowrap}.confirmContentTitle__9c67dc0b{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__84d5d2d8{top:16px;right:16px}.confirmContent__0457f4f5{margin-bottom:16px}}.divider__0fe45d4a{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-14-0);border:none}.marginTopSize-4__c6146f0e{margin-top:4px}.marginBottomSize-4__98dc9860{margin-bottom:4px}.marginTopSize-8__a95dbd5e{margin-top:8px}.marginBottomSize-8__cfb243fc{margin-bottom:8px}.marginTopSize-12__66bd219a{margin-top:12px}.marginBottomSize-12__5ee0c719{margin-bottom:12px}.marginTopSize-16__dbfff488{margin-top:16px}.marginBottomSize-16__fe3588d3{margin-bottom:16px}.marginTopSize-20__de159d52{margin-top:20px}.marginBottomSize-20__dca7a008{margin-bottom:20px}.marginTopSize-24__da159e03{margin-top:24px}.marginBottomSize-24__ee7cd560{margin-bottom:24px}.marginTopSize-28__32511fcc{margin-top:28px}.marginBottomSize-28__3dffde74{margin-bottom:28px}.marginTopSize-32__d5e041ac{margin-top:32px}.marginBottomSize-32__2091494e{margin-bottom:32px}.listMasterChipGroup__8b1fedf3{padding:0 16px}.listMasterFooter__08f1de4b{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-14-0);color:var(--triplex-next-ListMaster-Footer_Color-1-14-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__08f1de4b.sticky__a32a3848{position:sticky;bottom:0}.listMasterFooterDescription__26878705{padding-right:16px}.listMasterFooterControls__4b0424c6{white-space:nowrap}.listMasterHeader__b587efc1{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-14-0);color:var(--triplex-next-ListMaster-Header_Color-1-14-0)}.listMasterHeader__b587efc1.sticky__a32a3848{position:sticky;top:0;z-index:1}.selectionControls__cd12c780{display:flex;justify-content:space-between;align-items:center}.uploadZone__9aa9b7a3{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-14-0)}.uploadZone__9aa9b7a3:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-14-0)}.uploadZoneDragArea__2a8259dd{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-14-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__e79be54d{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-14-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-14-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-14-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__5ca60870{display:none}@media (max-width: 767px){.uploadZone__9aa9b7a3,.uploadZone__9aa9b7a3:hover{background:none}.uploadZoneDragArea__2a8259dd{display:none}}button.helpBoxButton__7a25151d{position:relative;vertical-align:text-bottom}.dateRange__0b7a3d2d{display:flex;align-items:center}.dateRangeButton__9f26897c{z-index:1}.separator__faa3388d{width:20px;height:20px;flex-shrink:0}.tagColor__daf3cb6e{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__daf3cb6e.sm__69400ad0{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__daf3cb6e.md__f132ae04{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__daf3cb6e.lg__dcafca8b{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__daf3cb6e.default__79fbc4b3{background:var(--triplex-next-TagColor-Background_Default-1-14-0)}.tagColor__daf3cb6e.success__1793c5c3{background:var(--triplex-next-TagColor-Background_Success-1-14-0)}.tagColor__daf3cb6e.info__6ffb75cc{background:var(--triplex-next-TagColor-Background_Info-1-14-0)}.tagColor__daf3cb6e.warning__ee5f9369{background:var(--triplex-next-TagColor-Background_Warning-1-14-0)}.tagColor__daf3cb6e.error__0b0aa8a0{background:var(--triplex-next-TagColor-Background_Error-1-14-0)}.content__f2758d2e{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-14-0)}
|