@sberbusiness/triplex-next 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) hide show
  1. package/chunks/{AlertProcessSpoiler-Dz7CKApv.js → AlertProcessSpoiler-BuN7zhGO.js} +14 -14
  2. package/chunks/Card.module-ByP22Mc4.js +17 -0
  3. package/chunks/{DropdownListItem-CwqothNf.js → DropdownListItem-CM0DOekv.js} +13 -13
  4. package/chunks/DropdownMobile.module-gjHocEKh.js +19 -0
  5. package/chunks/Footer.module-B1rO0bcd.js +11 -0
  6. package/chunks/{FormFieldInput-Cmc0beZ5.js → FormFieldInput-3TmHcNY0.js} +18 -18
  7. package/chunks/HeaderLayoutSidebar.module-CEXHjsmH.js +9 -0
  8. package/chunks/HeaderTabs.module-YFm2izz6.js +9 -0
  9. package/chunks/HeaderTitle.module-lv649tnz.js +9 -0
  10. package/chunks/{ListItemControlsButton-Bn_onrHQ.js → ListItemControlsButton-BpUzyKya.js} +7 -7
  11. package/chunks/ListItemTail.module-D7Oa-l-5.js +12 -0
  12. package/chunks/ListMasterFooter.module-1LjIdZNa.js +10 -0
  13. package/chunks/Overlay.module-BbpDNlm7.js +18 -0
  14. package/chunks/Page.module-DAinpecX.js +16 -0
  15. package/chunks/TabsExtended.module-CQBdl7x1.js +13 -0
  16. package/chunks/{TabsExtendedUtils-CZCrojKY.js → TabsExtendedUtils-BT4b2wK1.js} +2 -2
  17. package/chunks/TooltipDesktop.module-BRkBuup-.js +19 -0
  18. package/chunks/{index-1QUfI5kD.js → index-CLQ4mLUp.js} +168 -168
  19. package/chunks/utils-VD40Qwop.js +36 -0
  20. package/components/Alert/AlertContext/AlertContext.js +21 -21
  21. package/components/Alert/AlertProcess/AlertProcess.js +26 -26
  22. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  23. package/components/Body/Body.js +7 -7
  24. package/components/Button/Button.js +1 -1
  25. package/components/Button/ButtonBase.js +3 -3
  26. package/components/Button/ButtonDropdown.js +2 -2
  27. package/components/Button/ButtonDropdownExtended.js +1 -1
  28. package/components/Button/ButtonIcon.js +2 -2
  29. package/components/Button/index.js +1 -1
  30. package/components/Card/CardAction.js +24 -24
  31. package/components/Card/CardStatic.js +17 -17
  32. package/components/Card/components/CardContent/CardContent.js +1 -1
  33. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  34. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  35. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  36. package/components/Card/components/CardMedia.js +1 -1
  37. package/components/Card/utils.js +1 -1
  38. package/components/Checkbox/Checkbox.js +11 -11
  39. package/components/Checkbox/CheckboxXGroup.js +10 -10
  40. package/components/Checkbox/CheckboxYGroup.js +3 -3
  41. package/components/Col/Col.js +136 -136
  42. package/components/DesignTokens/DesignTokenUtils.js +34 -34
  43. package/components/Dropdown/Dropdown.js +1 -1
  44. package/components/Dropdown/desktop/DropdownDesktop.js +2 -2
  45. package/components/Dropdown/desktop/DropdownList.js +4 -4
  46. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  47. package/components/Dropdown/index.js +2 -2
  48. package/components/Dropdown/mobile/DropdownMobile.js +8 -8
  49. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  50. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  51. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  52. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  53. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  54. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  55. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  56. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  57. package/components/Footer/Footer.js +13 -13
  58. package/components/Footer/components/FooterDescription.js +1 -1
  59. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  60. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  61. package/components/FormField/FormField.js +26 -26
  62. package/components/FormField/components/FormFieldClear.js +10 -10
  63. package/components/FormField/components/FormFieldCounter.js +3 -3
  64. package/components/FormField/components/FormFieldDescription.js +3 -3
  65. package/components/FormField/components/FormFieldInput.js +1 -1
  66. package/components/FormField/components/FormFieldLabel.js +12 -12
  67. package/components/FormField/components/FormFieldMaskedInput.js +4 -4
  68. package/components/FormField/components/FormFieldPostfix.js +1 -1
  69. package/components/FormField/components/FormFieldPrefix.js +7 -7
  70. package/components/FormField/components/FormFieldTextarea.js +9 -9
  71. package/components/FormField/index.js +2 -2
  72. package/components/Header/Header.js +14 -14
  73. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  74. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  75. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  76. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
  77. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  78. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  79. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  80. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  81. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  82. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  83. package/components/Link/Link.js +36 -36
  84. package/components/List/List.js +12 -12
  85. package/components/List/components/ListEmptyState.js +3 -3
  86. package/components/List/components/ListItem.js +10 -10
  87. package/components/List/components/ListItemContent.js +10 -10
  88. package/components/List/components/ListItemControls.js +5 -5
  89. package/components/List/components/ListItemControlsButton.js +1 -1
  90. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  91. package/components/List/components/ListItemLoading.js +5 -5
  92. package/components/List/components/ListItemSelectable.js +8 -8
  93. package/components/List/components/ListItemTable.js +2 -2
  94. package/components/List/components/ListItemTailLeft.js +1 -1
  95. package/components/List/components/ListItemTailRight.js +1 -1
  96. package/components/List/components/ListSortableItem.js +2 -2
  97. package/components/List/components/ListSortableItemControls.js +5 -5
  98. package/components/List/components/ListSortableItemTarget.js +9 -9
  99. package/components/List/index.js +2 -2
  100. package/components/ListMaster/ListMaster.js +8 -8
  101. package/components/ListMaster/components/ListMasterBody.js +9 -9
  102. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  103. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  104. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  105. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  106. package/components/ListMaster/components/ListMasterHeader.js +5 -5
  107. package/components/ListMaster/components/SelectionControls.js +10 -10
  108. package/components/Loader/LoaderMiddle/LoaderMiddle.js +6 -6
  109. package/components/Loader/LoaderSmall/LoaderSmall.js +18 -18
  110. package/components/LoaderWidget/LoaderWidget.js +4 -4
  111. package/components/Overlay/Overlay.js +1 -1
  112. package/components/Overlay/OverlayMask.js +1 -1
  113. package/components/Overlay/OverlayPanel.js +1 -1
  114. package/components/Page/Page.js +1 -1
  115. package/components/Page/components/BodyPage.js +1 -1
  116. package/components/Page/components/FooterPage.js +1 -1
  117. package/components/Page/components/HeaderPage.js +1 -1
  118. package/components/Pagination/components/PaginationExtended.js +14 -14
  119. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  120. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  121. package/components/Pagination/components/PaginationPageButton.js +1 -1
  122. package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
  123. package/components/Pagination/components/PaginationSelect.js +12 -12
  124. package/components/Radio/Radio.js +12 -12
  125. package/components/Radio/RadioXGroup.js +7 -7
  126. package/components/Radio/RadioYGroup.js +9 -9
  127. package/components/Row/Row.js +9 -9
  128. package/components/SegmentedControl/SegmentedControl.js +1 -1
  129. package/components/SegmentedControl/SegmentedControlSegment.js +1 -1
  130. package/components/SegmentedControl/index.js +1 -1
  131. package/components/Skeleton/Skeleton.js +12 -12
  132. package/components/SwipeableArea/SwipeableArea.js +19 -19
  133. package/components/TabsExtended/TabsExtended.js +1 -1
  134. package/components/TabsExtended/TabsExtendedUtils.js +1 -1
  135. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  136. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  137. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  138. package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
  139. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  140. package/components/TextField/MaskedField.js +4 -4
  141. package/components/TextField/TextField.js +4 -4
  142. package/components/TextField/TextFieldBase.js +4 -4
  143. package/components/TextField/index.js +1 -1
  144. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  145. package/components/Tooltip/components/common/TooltipLink.js +18 -18
  146. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  147. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  148. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  149. package/components/Tooltip/components/mobile/TooltipMobile.js +8 -8
  150. package/components/Typography/Caption.js +9 -9
  151. package/components/Typography/Text.js +7 -7
  152. package/components/Typography/Title.js +15 -15
  153. package/components/Typography/utils.js +1 -1
  154. package/components/UploadZone/components/UploadZoneInput.js +37 -37
  155. package/components/index.js +4 -4
  156. package/index.js +4 -4
  157. package/package.json +1 -1
  158. package/styles/triplex-next.css +333 -333
  159. package/chunks/Card.module-BVAy3tJd.js +0 -17
  160. package/chunks/DropdownMobile.module-zLTfuu5W.js +0 -19
  161. package/chunks/Footer.module-C8ediOIN.js +0 -11
  162. package/chunks/HeaderLayoutSidebar.module-DUesMumi.js +0 -9
  163. package/chunks/HeaderTabs.module-B8b_Vmmv.js +0 -9
  164. package/chunks/HeaderTitle.module-CS0vKAYw.js +0 -9
  165. package/chunks/ListItemTail.module-8r8-WRy-.js +0 -12
  166. package/chunks/ListMasterFooter.module-Bylyf04G.js +0 -10
  167. package/chunks/Overlay.module-BfeGcilV.js +0 -18
  168. package/chunks/Page.module-DI3KI2pW.js +0 -16
  169. package/chunks/TabsExtended.module-De1gs7fV.js +0 -13
  170. package/chunks/TooltipDesktop.module-0Me4J_t3.js +0 -19
  171. package/chunks/utils-DUlFnyF3.js +0 -36
@@ -1,333 +1,333 @@
1
- html {--triplex-next-ColorBrand-0-0-1-5: #1F3336;
2
- --triplex-next-ColorBrand-10-0-1-5: #0B3A3C;
3
- --triplex-next-ColorBrand-20-0-1-5: #006063;
4
- --triplex-next-ColorBrand-30-0-1-5: #007777;
5
- --triplex-next-ColorBrand-40-0-1-5: #008985;
6
- --triplex-next-ColorBrand-50-0-1-5: #21A19A;
7
- --triplex-next-ColorBrand-60-0-1-5: #19BDB0;
8
- --triplex-next-ColorBrand-70-0-1-5: #4BD9CF;
9
- --triplex-next-ColorBrand-80-0-1-5: #71ECDC;
10
- --triplex-next-ColorBrand-90-0-1-5: #A8F5E9;
11
- --triplex-next-ColorBrand-100-0-1-5: #E3FFFA;
12
- --triplex-next-ColorDarkNeutralAlpha-0-0-1-5: rgba(31, 31, 34, 1);
13
- --triplex-next-ColorDarkNeutralAlpha-10-0-1-5: rgba(31, 31, 34, .95);
14
- --triplex-next-ColorDarkNeutralAlpha-20-0-1-5: rgba(31, 31, 34, .85);
15
- --triplex-next-ColorDarkNeutralAlpha-30-0-1-5: rgba(31, 31, 34, .75);
16
- --triplex-next-ColorDarkNeutralAlpha-40-0-1-5: rgba(31, 31, 34, .65);
17
- --triplex-next-ColorDarkNeutralAlpha-50-0-1-5: rgba(31, 31, 34, .55);
18
- --triplex-next-ColorDarkNeutralAlpha-60-0-1-5: rgba(31, 31, 34, .45);
19
- --triplex-next-ColorDarkNeutralAlpha-70-0-1-5: rgba(31, 31, 34, .35);
20
- --triplex-next-ColorDarkNeutralAlpha-80-0-1-5: rgba(31, 31, 34, .25);
21
- --triplex-next-ColorDarkNeutralAlpha-90-0-1-5: rgba(31, 31, 34, .15);
22
- --triplex-next-ColorDarkNeutralAlpha-100-0-1-5: rgba(31, 31, 34, .05);
23
- --triplex-next-ColorDarkNeutral-0-0-1-5: #000000;
24
- --triplex-next-ColorDarkNeutral-10-0-1-5: #171719;
25
- --triplex-next-ColorDarkNeutral-20-0-1-5: #1B1B1D;
26
- --triplex-next-ColorDarkNeutral-30-0-1-5: #1F1F22;
27
- --triplex-next-ColorDarkNeutral-40-0-1-5: #262629;
28
- --triplex-next-ColorDarkNeutral-50-0-1-5: #2D2D30;
29
- --triplex-next-ColorDarkNeutral-60-0-1-5: #343437;
30
- --triplex-next-ColorDarkNeutral-70-0-1-5: #3B3B3E;
31
- --triplex-next-ColorDarkNeutral-80-0-1-5: #424245;
32
- --triplex-next-ColorDarkNeutral-90-0-1-5: #49494C;
33
- --triplex-next-ColorDarkNeutral-100-0-1-5: #4F4F52;
34
- --triplex-next-ColorError-0-0-1-5: #443139;
35
- --triplex-next-ColorError-10-0-1-5: #4E3741;
36
- --triplex-next-ColorError-20-0-1-5: #A90024;
37
- --triplex-next-ColorError-30-0-1-5: #BD002C;
38
- --triplex-next-ColorError-40-0-1-5: #D10032;
39
- --triplex-next-ColorError-50-0-1-5: #E60037;
40
- --triplex-next-ColorError-60-0-1-5: #F80C45;
41
- --triplex-next-ColorError-70-0-1-5: #FF5571;
42
- --triplex-next-ColorError-80-0-1-5: #FFB1C1;
43
- --triplex-next-ColorError-90-0-1-5: #FCE0E6;
44
- --triplex-next-ColorError-100-0-1-5: #FFF0F3;
45
- --triplex-next-ColorInfo-0-0-1-5: #313749;
46
- --triplex-next-ColorInfo-10-0-1-5: #2E3A52;
47
- --triplex-next-ColorInfo-20-0-1-5: #0A43B0;
48
- --triplex-next-ColorInfo-30-0-1-5: #124FC2;
49
- --triplex-next-ColorInfo-40-0-1-5: #0E57CC;
50
- --triplex-next-ColorInfo-50-0-1-5: #1371E4;
51
- --triplex-next-ColorInfo-60-0-1-5: #1297FE;
52
- --triplex-next-ColorInfo-70-0-1-5: #66BEFF;
53
- --triplex-next-ColorInfo-80-0-1-5: #8DD2FF;
54
- --triplex-next-ColorInfo-90-0-1-5: #B8E6FF;
55
- --triplex-next-ColorInfo-100-0-1-5: #E3F6FF;
56
- --triplex-next-ColorNeutralAlpha-0-0-1-5: rgba(255, 255, 255, 1);
57
- --triplex-next-ColorNeutralAlpha-10-0-1-5: rgba(255, 255, 255, .95);
58
- --triplex-next-ColorNeutralAlpha-20-0-1-5: rgba(255, 255, 255, .85);
59
- --triplex-next-ColorNeutralAlpha-30-0-1-5: rgba(255, 255, 255, .75);
60
- --triplex-next-ColorNeutralAlpha-40-0-1-5: rgba(255, 255, 255, .65);
61
- --triplex-next-ColorNeutralAlpha-50-0-1-5: rgba(255, 255, 255, .55);
62
- --triplex-next-ColorNeutralAlpha-60-0-1-5: rgba(255, 255, 255, .45);
63
- --triplex-next-ColorNeutralAlpha-70-0-1-5: rgba(255, 255, 255, .35);
64
- --triplex-next-ColorNeutralAlpha-80-0-1-5: rgba(255, 255, 255, .25);
65
- --triplex-next-ColorNeutralAlpha-90-0-1-5: rgba(255, 255, 255, .15);
66
- --triplex-next-ColorNeutralAlpha-100-0-1-5: rgba(255, 255, 255, .05);
67
- --triplex-next-ColorNeutral-0-0-1-5: #CBCFD7;
68
- --triplex-next-ColorNeutral-10-0-1-5: #D1D4DC;
69
- --triplex-next-ColorNeutral-20-0-1-5: #D6D9E0;
70
- --triplex-next-ColorNeutral-30-0-1-5: #DCDFE4;
71
- --triplex-next-ColorNeutral-40-0-1-5: #DFE2E7;
72
- --triplex-next-ColorNeutral-50-0-1-5: #E3E6EA;
73
- --triplex-next-ColorNeutral-60-0-1-5: #E7E9EE;
74
- --triplex-next-ColorNeutral-70-0-1-5: #EAEDF1;
75
- --triplex-next-ColorNeutral-80-0-1-5: #EEF0F4;
76
- --triplex-next-ColorNeutral-90-0-1-5: #F2F4F7;
77
- --triplex-next-ColorNeutral-100-0-1-5: #FFFFFF;
78
- --triplex-next-ColorSuccess-0-0-1-5: #28433E;
79
- --triplex-next-ColorSuccess-10-0-1-5: #2A4C45;
80
- --triplex-next-ColorSuccess-20-0-1-5: #00624C;
81
- --triplex-next-ColorSuccess-30-0-1-5: #007353;
82
- --triplex-next-ColorSuccess-40-0-1-5: #008B5C;
83
- --triplex-next-ColorSuccess-50-0-1-5: #00C075;
84
- --triplex-next-ColorSuccess-60-0-1-5: #00D67D;
85
- --triplex-next-ColorSuccess-70-0-1-5: #3AF299;
86
- --triplex-next-ColorSuccess-80-0-1-5: #8AFFB8;
87
- --triplex-next-ColorSuccess-90-0-1-5: #B8FFD4;
88
- --triplex-next-ColorSuccess-100-0-1-5: #E1FFEB;
89
- --triplex-next-ColorSystem-0-0-1-5: #373C49;
90
- --triplex-next-ColorSystem-10-0-1-5: #384156;
91
- --triplex-next-ColorSystem-20-0-1-5: #47526D;
92
- --triplex-next-ColorSystem-30-0-1-5: #57637F;
93
- --triplex-next-ColorSystem-40-0-1-5: #697591;
94
- --triplex-next-ColorSystem-50-0-1-5: #8291B3;
95
- --triplex-next-ColorSystem-60-0-1-5: #95A3C1;
96
- --triplex-next-ColorSystem-70-0-1-5: #A9B6D0;
97
- --triplex-next-ColorSystem-80-0-1-5: #BFCADF;
98
- --triplex-next-ColorSystem-90-0-1-5: #D6DEED;
99
- --triplex-next-ColorSystem-100-0-1-5: #EEF3FC;
100
- --triplex-next-ColorWarning-0-0-1-5: #463734;
101
- --triplex-next-ColorWarning-10-0-1-5: #4F3E3B;
102
- --triplex-next-ColorWarning-20-0-1-5: #E03400;
103
- --triplex-next-ColorWarning-30-0-1-5: #E63D00;
104
- --triplex-next-ColorWarning-40-0-1-5: #EF4C01;
105
- --triplex-next-ColorWarning-50-0-1-5: #FD6508;
106
- --triplex-next-ColorWarning-60-0-1-5: #FF7A17;
107
- --triplex-next-ColorWarning-70-0-1-5: #FFB13B;
108
- --triplex-next-ColorWarning-80-0-1-5: #FFD169;
109
- --triplex-next-ColorWarning-90-0-1-5: #FFE7B1;
110
- --triplex-next-ColorWarning-100-0-1-5: #FFF4DB;
111
- --triplex-next-Button-General_Background_Active-0-1-5: #007777;
112
- --triplex-next-Button-General_Background_Default-0-1-5: #21A19A;
113
- --triplex-next-Button-General_Background_Disabled-0-1-5: #F2F4F7;
114
- --triplex-next-Button-General_Background_Hover-0-1-5: #19BDB0;
115
- --triplex-next-Button-General_Color_Active-0-1-5: rgba(255, 255, 255, 1);
116
- --triplex-next-Button-General_Color_Default-0-1-5: rgba(255, 255, 255, 1);
117
- --triplex-next-Button-General_Color_Disabled-0-1-5: rgba(31, 31, 34, .35);
118
- --triplex-next-Button-General_Color_Hover-0-1-5: rgba(255, 255, 255, 1);
119
- --triplex-next-Button-General_Shadow_Focus-0-1-5: 0 0 0 1px #FFD169 inset;
120
- --triplex-next-Button-Secondary_Background_Active-0-1-5: #DCDFE4;
121
- --triplex-next-Button-Secondary_Background_Default-0-1-5: #F2F4F7;
122
- --triplex-next-Button-Secondary_Background_Disabled-0-1-5: #F2F4F7;
123
- --triplex-next-Button-Secondary_Background_Hover-0-1-5: #EAEDF1;
124
- --triplex-next-Button-Secondary_Color_Active-0-1-5: #007777;
125
- --triplex-next-Button-Secondary_Color_Default-0-1-5: #008985;
126
- --triplex-next-Button-Secondary_Color_Disabled-0-1-5: rgba(31, 31, 34, .35);
127
- --triplex-next-Button-Secondary_Color_Hover-0-1-5: #21A19A;
128
- --triplex-next-Button-Secondary_Shadow_Focus-0-1-5: 0 0 0 1px #FFD169 inset;
129
- --triplex-next-Button-Danger_Background_Active-0-1-5: #BD002C;
130
- --triplex-next-Button-Danger_Background_Default-0-1-5: #E60037;
131
- --triplex-next-Button-Danger_Background_Disabled-0-1-5: #F2F4F7;
132
- --triplex-next-Button-Danger_Background_Hover-0-1-5: #F80C45;
133
- --triplex-next-Button-Danger_Color_Active-0-1-5: rgba(255, 255, 255, 1);
134
- --triplex-next-Button-Danger_Color_Default-0-1-5: rgba(255, 255, 255, 1);
135
- --triplex-next-Button-Danger_Color_Disabled-0-1-5: rgba(31, 31, 34, .35);
136
- --triplex-next-Button-Danger_Color_Hover-0-1-5: rgba(255, 255, 255, 1);
137
- --triplex-next-Button-Danger_Shadow_Focus-0-1-5: 0 0 0 1px #FFD169 inset;
138
- --triplex-next-Button-Icon_Shadow_Focus-0-1-5: 0 0 0 1px #FFD169;
139
- --triplex-next-Button-Link_Color_Active-0-1-5: #007777;
140
- --triplex-next-Button-Link_Color_Default-0-1-5: #008985;
141
- --triplex-next-Button-Link_Color_Disabled-0-1-5: rgba(31, 31, 34, .35);
142
- --triplex-next-Button-Link_Color_Hover-0-1-5: #21A19A;
143
- --triplex-next-Button-Link_Shadow_Focus-0-1-5: 0 0 0 1px #FFD169 inset;
144
- --triplex-next-Checkbox-Background_Checked_Default-0-1-5: #21A19A;
145
- --triplex-next-Checkbox-Background_Checked_Hover-0-1-5: #007777;
146
- --triplex-next-Checkbox-Background_Default-0-1-5: #F2F4F7;
147
- --triplex-next-Checkbox-Background_Disabled-0-1-5: rgba(31, 31, 34, .15);
148
- --triplex-next-Checkbox-BorderColor_Focus-0-1-5: 0 0 0 1px #FFD169 inset;
149
- --triplex-next-Checkbox-Checkmark_Fill_Default-0-1-5: rgba(255, 255, 255, 1);
150
- --triplex-next-Checkbox-Checkmark_Fill_Disabled-0-1-5: rgba(31, 31, 34, .15);
151
- --triplex-next-Checkbox-Color_Default-0-1-5: rgba(31, 31, 34, 1);
152
- --triplex-next-Checkbox-Color_Disabled-0-1-5: rgba(31, 31, 34, .35);
153
- --triplex-next-FormField-Background_Active-0-1-5: #F2F4F7;
154
- --triplex-next-FormField-Background_Default-0-1-5: #F2F4F7;
155
- --triplex-next-FormField-Background_Disabled-0-1-5: #F2F4F7;
156
- --triplex-next-FormField-Background_Error-0-1-5: #FFF0F3;
157
- --triplex-next-FormField-Background_Error_Hover-0-1-5: #FCE0E6;
158
- --triplex-next-FormField-Background_Hover-0-1-5: #EAEDF1;
159
- --triplex-next-FormField-Input_Color_Default-0-1-5: rgba(31, 31, 34, 1);
160
- --triplex-next-FormField-Input_Color_Disabled-0-1-5: rgba(31, 31, 34, .45);
161
- --triplex-next-FormField-Label_Color_Default-0-1-5: rgba(31, 31, 34, .65);
162
- --triplex-next-FormField-Label_Color_Disabled-0-1-5: rgba(31, 31, 34, .45);
163
- --triplex-next-FormField-Shadow_Active-0-1-5: 0 0 0 1px #21A19A inset;
164
- --triplex-next-FormField-Shadow_Default-0-1-5: none;
165
- --triplex-next-FormField-Shadow_Error_Active-0-1-5: 0 0 0 1px #E60037 inset;
166
- --triplex-next-FormField-Placeholder_Color-0-1-5: rgba(31, 31, 34, .65);
167
- --triplex-next-Link-BorderColor_Focus-0-1-5: 0 0 0 1px #FFD169 inset;
168
- --triplex-next-Link-Text_Color_Active-0-1-5: #007777;
169
- --triplex-next-Link-Text_Color_Default-0-1-5: #008985;
170
- --triplex-next-Link-Text_Color_Hover-0-1-5: #21A19A;
171
- --triplex-next-Loader-Neutral_Background_Default-0-1-5: rgba(255, 255, 255, 1);
172
- --triplex-next-Loader-Brand_Background_Default-0-1-5: #21A19A;
173
- --triplex-next-LoaderWidget-Small_Backdrop_Default-0-1-5: rgba(255, 255, 255, .8);
174
- --triplex-next-LoaderWidget-Middle_Backdrop_Default-0-1-5: #FFFFFF;
175
- --triplex-next-LoaderWidget-Middle_Background_Default-0-1-5: #EEF0F4;
176
- --triplex-next-Dropdown-Background-0-1-5: #FFFFFF;
177
- --triplex-next-Dropdown-Shadow-0-1-5: 0px 2px 7px rgba(31, 31, 34, 0.25);
178
- --triplex-next-DropdownList-Background_Active-0-1-5: #F2F4F7;
179
- --triplex-next-DropdownList-Background_Default-0-1-5: none;
180
- --triplex-next-DropdownList-Background_Selected-0-1-5: #DCDFE4;
181
- --triplex-next-DropdownList-Color-0-1-5: rgba(31, 31, 34, 1);
182
- --triplex-next-DropdownMobile-Backdrop-0-1-5: rgba(31, 31, 34, .65);
183
- --triplex-next-DropdownMobile-Border_Color-0-1-5: #D6D9E0;
184
- --triplex-next-DropdownMobile-Content_Background-0-1-5: #FFFFFF;
185
- --triplex-next-DropdownMobile-Footer_Background-0-1-5: #FFFFFF;
186
- --triplex-next-DropdownMobile-Header_Background-0-1-5: #F2F4F7;
187
- --triplex-next-DropdownMobileList-Active_Background-0-1-5: #F2F4F7;
188
- --triplex-next-DropdownMobileList-Selected_Background-0-1-5: #DCDFE4;
189
- --triplex-next-Tabs-Background-0-1-5: #F2F4F7;
190
- --triplex-next-Tabs-Tab_Background_Default-0-1-5: #F2F4F7;
191
- --triplex-next-Tabs-Tab_Background_Hover-0-1-5: #DFE2E7;
192
- --triplex-next-Tabs-Tab_Background_Selected-0-1-5: #FFFFFF;
193
- --triplex-next-Tabs-Tab_BorderColor_Default-0-1-5: #F2F4F7;
194
- --triplex-next-Tabs-Tab_BorderColor_Focus-0-1-5: 0 0 0 1px #FFD169 inset;
195
- --triplex-next-Typography-Primary_Color-0-1-5: rgba(31, 31, 34, 1);
196
- --triplex-next-Typography-Complementary_Color-0-1-5: rgba(31, 31, 34, .85);
197
- --triplex-next-Typography-Secondary_Color-0-1-5: rgba(31, 31, 34, .65);
198
- --triplex-next-Typography-Tertiary_Color-0-1-5: rgba(31, 31, 34, .55);
199
- --triplex-next-Typography-Disabled_Color-0-1-5: rgba(31, 31, 34, .35);
200
- --triplex-next-Typography-Brand_Color-0-1-5: #008985;
201
- --triplex-next-Typography-Info_Color-0-1-5: #0E57CC;
202
- --triplex-next-Typography-Success_Color-0-1-5: #008B5C;
203
- --triplex-next-Typography-Error_Color-0-1-5: #D10032;
204
- --triplex-next-Typography-Warning_Color-0-1-5: #EF4C01;
205
- --triplex-next-Typography-System_Color-0-1-5: #697591;
206
- --triplex-next-Tooltip-Background-0-1-5: #1B1B1D;
207
- --triplex-next-Tooltip-Color-0-1-5: rgba(255, 255, 255, 1);
208
- --triplex-next-Tooltip-Link_Desktop_Color_Active-0-1-5: #008985;
209
- --triplex-next-Tooltip-Link_Desktop_Color_Default-0-1-5: #19BDB0;
210
- --triplex-next-Tooltip-Link_Desktop_Color_Hover-0-1-5: #4BD9CF;
211
- --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-1-5: 0 0 0 1px #FFD169;
212
- --triplex-next-Tooltip-Link_Mobile_Color_Active-0-1-5: #007777;
213
- --triplex-next-Tooltip-Link_Mobile_Color_Default-0-1-5: #008985;
214
- --triplex-next-Tooltip-Link_Mobile_Color_Hover-0-1-5: #21A19A;
215
- --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-1-5: 0 0 0 1px #FFDD64;
216
- --triplex-next-AlertContext-Error_Color-0-1-5: #D10032;
217
- --triplex-next-AlertContext-Info_Color-0-1-5: rgba(31, 31, 34, 1);
218
- --triplex-next-AlertContext-System_Color-0-1-5: rgba(31, 31, 34, 1);
219
- --triplex-next-AlertContext-Warning_Color-0-1-5: rgba(31, 31, 34, 1);
220
- --triplex-next-AlertProcess-Info_Background-0-1-5: #E3F6FF;
221
- --triplex-next-AlertProcess-Warning_Background-0-1-5: #FFF4DB;
222
- --triplex-next-AlertProcess-Error_Background-0-1-5: #FFF0F3;
223
- --triplex-next-AlertProcess-System_Background-0-1-5: #EEF3FC;
224
- --triplex-next-AlertProcess-Feature_Background-0-1-5: #E3FFFA;
225
- --triplex-next-Overlay-Background-0-1-5: rgba(255, 255, 255, .8);
226
- --triplex-next-Overlay-Panel_Background-0-1-5: #FFFFFF;
227
- --triplex-next-ListItem-Background-0-1-5: #FFFFFF;
228
- --triplex-next-ListItem-Background_Dragging-0-1-5: #FFFFFF;
229
- --triplex-next-ListItem-Background_Selected-0-1-5: #F2F4F7;
230
- --triplex-next-ListItem-Shadow-0-1-5: 0 2px 7px rgba(31, 31, 34, 0.25);
231
- --triplex-next-ListItemControlsButton-Background-0-1-5: #F2F4F7;
232
- --triplex-next-ListItemControlsButton-Color-0-1-5: #171719;
233
- --triplex-next-ListMaster-Background-0-1-5: #FFFFFF;
234
- --triplex-next-ListMaster-Footer_Background-0-1-5: #DCDFE4;
235
- --triplex-next-ListMaster-Footer_Color-0-1-5: #EAEDF1;
236
- --triplex-next-ListMaster-Header_Background-0-1-5: #DCDFE4;
237
- --triplex-next-ListMaster-Header_Color-0-1-5: #EAEDF1;
238
- --triplex-next-Page-Background-0-1-5: #EAEDF1;
239
- --triplex-next-Radio-Background_Checked_Default-0-1-5: #21A19A;
240
- --triplex-next-Radio-Background_Checked_Disabled-0-1-5: rgba(31, 31, 34, .15);
241
- --triplex-next-Radio-Background_Checked_Hover-0-1-5: #007777;
242
- --triplex-next-Radio-Background_Default-0-1-5: #F2F4F7;
243
- --triplex-next-Radio-Background_Disabled-0-1-5: #F2F4F7;
244
- --triplex-next-Radio-Background_Hover-0-1-5: #19BDB0;
245
- --triplex-next-Radio-BorderColor_Focused-0-1-5: 0 0 0 1px #FFD169 inset;
246
- --triplex-next-Radio-Color_Default-0-1-5: rgba(31, 31, 34, 1);
247
- --triplex-next-Radio-Color_Disabled-0-1-5: rgba(31, 31, 34, .35);
248
- --triplex-next-Radio-Dot_Default-0-1-5: rgba(255, 255, 255, 1);
249
- --triplex-next-Radio-Dot_Disabled-0-1-5: rgba(31, 31, 34, .15);
250
- --triplex-next-UploadZone-Background_Default-0-1-5: #F2F4F7;
251
- --triplex-next-UploadZone-Background_Hover-0-1-5: #EAEDF1;
252
- --triplex-next-UploadZone-BorderColor_Default-0-1-5: rgba(31, 31, 34, .45);
253
- --triplex-next-UploadZone-DragArea_Background-0-1-5: #F2F4F7;
254
- --triplex-next-UploadZone-DragArea_BorderColor-0-1-5: #21A19A;
255
- --triplex-next-Pagination-PageButton_Background_Active-0-1-5: #E3E6EA;
256
- --triplex-next-Pagination-PageButton_Background_Hover-0-1-5: #F2F4F7;
257
- --triplex-next-Pagination-PageButton_Background_Selected-0-1-5: #E3E6EA;
258
- --triplex-next-Pagination-PageButton_BorderColor_Focus-0-1-5: #FFD169;
259
- --triplex-next-Pagination-PageButton_Color-0-1-5: rgba(31, 31, 34, 1);
260
- --triplex-next-Card-Static_General_Background-0-1-5: #FFFFFF;
261
- --triplex-next-Card-Static_Secondary_Background-0-1-5: #F2F4F7;
262
- --triplex-next-Card-Action_General_Background-0-1-5: #FFFFFF;
263
- --triplex-next-Card-Action_General_Background_Hover-0-1-5: #FFFFFF;
264
- --triplex-next-Card-Action_General_Background_Selected-0-1-5: #F2F4F7;
265
- --triplex-next-Card-Action_General_Background_Selected_Hover-0-1-5: #EAEDF1;
266
- --triplex-next-Card-Action_Secondary_Background-0-1-5: #F2F4F7;
267
- --triplex-next-Card-Action_Secondary_Background_Hover-0-1-5: #E7E9EE;
268
- --triplex-next-Card-Action_Secondary_Background_Selected-0-1-5: #DFE2E7;
269
- --triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-1-5: #DFE2E7;
270
- --triplex-next-Card-BorderColor_Focus-0-1-5: #FFD169;
271
- --triplex-next-Card-Shadow_Default-0-1-5: 0 0 7px 0 rgba(31, 31, 34, 0.25);
272
- --triplex-next-Card-Shadow_Hover-0-1-5: 0 0 14px 0 rgba(31, 31, 34, 0.25);
273
- --triplex-next-Skeleton-BackgroundColor_Light_Start-0-1-5: #F2F4F7;
274
- --triplex-next-Skeleton-BackgroundColor_Light_End-0-1-5: #DFE2E7;
275
- --triplex-next-Skeleton-BackgroundColor_Dark_Start-0-1-5: rgba(31, 31, 34, .05);
276
- --triplex-next-Skeleton-BackgroundColor_Dark_End-0-1-5: rgba(31, 31, 34, .15);
277
- --triplex-next-SegmentedControl-General_1_Background-0-1-5: #F2F4F7;
278
- --triplex-next-SegmentedControl-General_2_Background-0-1-5: #FFFFFF;
279
- --triplex-next-SegmentedControl-Secondary_1_Background-0-1-5: #F2F4F7;
280
- --triplex-next-SegmentedControl-Secondary_2_Background-0-1-5: #FFFFFF;
281
- --triplex-next-SegmentedControlSegment-General_1_Color_Default-0-1-5: rgba(31, 31, 34, .65);
282
- --triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-1-5: rgba(31, 31, 34, 1);
283
- --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-1-5: rgba(31, 31, 34, .15);
284
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-1-5: rgba(255, 255, 255, 1);
285
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-1-5: rgba(255, 255, 255, 1);
286
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-1-5: rgba(255, 255, 255, .25);
287
- --triplex-next-SegmentedControlSegment-General_1_Background_Default-0-1-5: #F2F4F7;
288
- --triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-1-5: #DFE2E7;
289
- --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-1-5: #F2F4F7;
290
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-1-5: #3B3B3E;
291
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-1-5: #49494C;
292
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-1-5: #343437;
293
- --triplex-next-SegmentedControlSegment-General_2_Color_Default-0-1-5: rgba(31, 31, 34, .65);
294
- --triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-1-5: rgba(31, 31, 34, 1);
295
- --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-1-5: rgba(31, 31, 34, .15);
296
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-1-5: rgba(255, 255, 255, 1);
297
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-1-5: rgba(255, 255, 255, 1);
298
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-1-5: rgba(255, 255, 255, .25);
299
- --triplex-next-SegmentedControlSegment-General_2_Background_Default-0-1-5: #FFFFFF;
300
- --triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-1-5: #EEF0F4;
301
- --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-1-5: #FFFFFF;
302
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-1-5: #3B3B3E;
303
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-1-5: #49494C;
304
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-1-5: #343437;
305
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-1-5: rgba(31, 31, 34, .65);
306
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-1-5: rgba(31, 31, 34, 1);
307
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-1-5: rgba(31, 31, 34, .15);
308
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-1-5: rgba(31, 31, 34, 1);
309
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-1-5: rgba(31, 31, 34, 1);
310
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-1-5: rgba(31, 31, 34, .15);
311
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-1-5: #F2F4F7;
312
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-1-5: #DFE2E7;
313
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-1-5: #F2F4F7;
314
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-1-5: #FFFFFF;
315
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-1-5: #DFE2E7;
316
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-1-5: #FFFFFF;
317
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-1-5: rgba(31, 31, 34, .65);
318
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-1-5: rgba(31, 31, 34, 1);
319
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-1-5: rgba(31, 31, 34, .15);
320
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-1-5: rgba(31, 31, 34, 1);
321
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-1-5: rgba(31, 31, 34, 1);
322
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-1-5: rgba(31, 31, 34, .15);
323
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-1-5: #FFFFFF;
324
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-1-5: #EEF0F4;
325
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-1-5: #FFFFFF;
326
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-1-5: #E3E6EA;
327
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-1-5: #D6D9E0;
328
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-1-5: #F2F4F7;
329
- --triplex-next-SegmentedControlSegment-BorderColor_Default-0-1-5: transparent;
330
- --triplex-next-SegmentedControlSegment-BorderColor_Focus-0-1-5: #FFD169;
331
- --triplex-next-HeaderPage-Background-0-1-5: #FFFFFF;
332
- --triplex-next-FooterPage-Background-0-1-5: #FFFFFF;}
333
- .underline__45644ac5{text-decoration:underline}.strikethrough__ba3020f2{text-decoration:line-through}.underlineStrikethrough__c84be2a7{text-decoration:underline line-through}.typography__9d98adc8.primary__2cfaabb4{color:var(--triplex-next-Typography-Primary_Color-0-1-5)}.typography__9d98adc8.complementary__7f0e7372{color:var(--triplex-Typography-Complementary_Color-0-1-5)}.typography__9d98adc8.secondary__0996b43e{color:var(--triplex-next-Typography-Secondary_Color-0-1-5)}.typography__9d98adc8.tertiary__8f8e9910{color:var(--triplex-next-Typography-Tertiary_Color-0-1-5)}.typography__9d98adc8.disabled__159339e7{color:var(--triplex-next-Typography-Disabled_Color-0-1-5)}.typography__9d98adc8.brand__22b5f57f{color:var(--triplex-next-Typography-Brand_Color-0-1-5);-webkit-user-select:none;user-select:none}.typography__9d98adc8.info__2315b8cd{color:var(--triplex-next-Typography-Info_Color-0-1-5)}.typography__9d98adc8.success__384fe3db{color:var(--triplex-next-Typography-Success_Color-0-1-5)}.typography__9d98adc8.error__0a2c890f{color:var(--triplex-next-Typography-Error_Color-0-1-5)}.typography__9d98adc8.warning__21c5c3c9{color:var(--triplex-next-Typography-Warning_Color-0-1-5)}.typography__9d98adc8.system__a58b0c8a{color:var(--triplex-next-Typography-System_Color-0-1-5)}.typography__9d98adc8.compact__9a7137e1{line-height:calc(16 / 14)}.title__08c0f612.regular__bd340e80{font-family:SBSansDisplay}.title__08c0f612.semibold__adc50824{font-family:SBSansDisplaySemibold}.title__08c0f612.medium__34289964{font-family:SBSansDisplayMedium}.title__08c0f612.bold__6f16fafa{font-family:SBSansDisplayBold}.h1__7e76ce4f,.h2__5508d6f8,.h3__7b5afb75{margin:0}.h1__7e76ce4f{font-size:28px;line-height:36px}.h2__5508d6f8{font-size:24px;line-height:32px}.h3__7b5afb75{font-size:20px;line-height:28px}.text__be09efb8.regular__bd340e80{font-family:SBSansText}.text__be09efb8.semibold__adc50824{font-family:SBSansTextSemibold}.b1__935be44c{font-size:18px;line-height:24px}.b2__98a92cb1{font-size:16px;line-height:20px}.b3__d8f45d23{font-size:14px;line-height:20px}.b3__d8f45d23.compact__9a7137e1{line-height:16px}.b4__ffbf1b55{font-size:12px;line-height:16px}.caption__15304f5d.regular__bd340e80{font-family:SBSansText}.caption__15304f5d.semibold__adc50824{font-family:SBSansTextSemibold}.c1__156e2bce{font-size:10px;line-height:12px}.c2__a6313efb{font-size:8px;line-height:10px}.d1__31b9709d{font-size:32px;line-height:40px}.d1__31b9709d.regular__bd340e80{font-family:SBSansDisplay}.d1__31b9709d.semibold__adc50824{font-family:SBSansDisplaySemibold}.label__dd15ff4a{display:inline-block;position:relative;font-weight:400;color:var(--triplex-next-Radio-Color_Default-0-1-5);cursor:pointer}.label__dd15ff4a.md__49342c15{font-size:14px;line-height:24px;min-height:24px;min-width:24px}.label__dd15ff4a.lg__49535474{font-size:16px;line-height:28px;min-width:28px;min-height:28px}.label__dd15ff4a.nonempty__b1079433{padding-left:40px}.label__dd15ff4a.disabled__e7578f01{color:var(--triplex-next-Radio-Color_Disabled-0-1-5);cursor:default}.radio__fdfb0dc0{margin:0;opacity:0}.radioIcon__e0200ea5{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-1-5);border-radius:50%}.radioIcon__e0200ea5:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-1-5);border-radius:50%;transform:scale(0)}.md__49342c15 .radioIcon__e0200ea5:after{width:12px;height:12px;top:6px;left:6px}.lg__49535474 .radioIcon__e0200ea5:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__e0200ea5,.radioIcon__e0200ea5:after{pointer-events:none}.radio__fdfb0dc0,.radioIcon__e0200ea5{position:absolute;left:0}.md__49342c15 .radio__fdfb0dc0,.md__49342c15 .radioIcon__e0200ea5{width:24px;height:24px}.lg__49535474 .radio__fdfb0dc0,.lg__49535474 .radioIcon__e0200ea5{width:28px;height:28px}.nonempty__b1079433 .radio__fdfb0dc0,.nonempty__b1079433 .radioIcon__e0200ea5{top:2px}.radio__fdfb0dc0:enabled{cursor:pointer}.radio__fdfb0dc0:checked+.radioIcon__e0200ea5{background:var(--triplex-next-Radio-Background_Checked_Default-0-1-5)}.radio__fdfb0dc0:checked+.radioIcon__e0200ea5:after{transform:scale(1);transition:transform .2s ease-out}.radio__fdfb0dc0:hover+.radioIcon__e0200ea5{background-color:var(--triplex-next-Radio-Background_Hover-0-1-5)}.radio__fdfb0dc0:disabled+.radioIcon__e0200ea5{background:var(--triplex-next-Radio-Background_Disabled-0-1-5)}.radio__fdfb0dc0:disabled:checked+.radioIcon__e0200ea5{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-1-5)}.radio__fdfb0dc0:disabled+.radioIcon__e0200ea5:after{background:var(--triplex-next-Radio-Dot_Disabled-0-1-5)}.radio__fdfb0dc0:focus-visible+.radioIcon__e0200ea5{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-1-5)}.radio__fdfb0dc0:checked:enabled:hover+.radioIcon__e0200ea5{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-1-5)}.radioXGroup__f281c297{display:inline-flex;flex-flow:row wrap}.radioXGroup__f281c297.indent-12__a148b04a{margin-left:-6px;margin-right:-6px}.radioXGroup__f281c297.indent-12__a148b04a .label__dd15ff4a{margin-left:6px;margin-right:6px}.radioXGroup__f281c297.indent-16__aa4995e1{margin-left:-8px;margin-right:-8px}.radioXGroup__f281c297.indent-16__aa4995e1 .label__dd15ff4a{margin-left:8px;margin-right:8px}.radioXGroup__f281c297.indent-20__f9715832{margin-left:-10px;margin-right:-10px}.radioXGroup__f281c297.indent-20__f9715832 .label__dd15ff4a{margin-left:10px;margin-right:10px}.radioXGroup__f281c297.indent-24__4c8c2922{margin-left:-12px;margin-right:-12px}.radioXGroup__f281c297.indent-24__4c8c2922 .label__dd15ff4a{margin-left:12px;margin-right:12px}.radioXGroup__f281c297.indent-28__202ca5fc{margin-left:-14px;margin-right:-14px}.radioXGroup__f281c297.indent-28__202ca5fc .label__dd15ff4a{margin-left:14px;margin-right:14px}.radioXGroup__f281c297.indent-32__ed62b165{margin-left:-16px;margin-right:-16px}.radioXGroup__f281c297.indent-32__ed62b165 .label__dd15ff4a{margin-left:16px;margin-right:16px}.radioYGroup__118f22b6{display:inline-flex;flex-flow:column wrap}.radioYGroup__118f22b6 .label__dd15ff4a+.label__dd15ff4a{margin-top:20px}.loaderSmall__2e0192d0{display:flex;justify-content:center;align-items:center}.loaderSmall__2e0192d0.sm__eeddf12b{width:16px;height:16px;gap:2px}.loaderSmall__2e0192d0.sm__eeddf12b .dot__56eedfac{width:4px;height:4px}.loaderSmall__2e0192d0.md__de9418ac{width:24px;height:24px;gap:3px}.loaderSmall__2e0192d0.md__de9418ac .dot__56eedfac{width:6px;height:6px}.loaderSmall__2e0192d0.lg__58ac1bc9{width:32px;height:32px;gap:4px}.loaderSmall__2e0192d0.lg__58ac1bc9 .dot__56eedfac{width:8px;height:8px}.loaderSmall__2e0192d0.neutral__6c2af821 .dot__56eedfac{background-color:var(--triplex-next-Loader-Neutral_Background_Default-0-1-5)}.loaderSmall__2e0192d0.brand__698b6117 .dot__56eedfac{background-color:var(--triplex-next-Loader-Brand_Background_Default-0-1-5)}.loaderSmall__2e0192d0 .dot__56eedfac{border-radius:50%}.loaderSmall__2e0192d0 .dot1__ef414726{animation:dotCycleSmall__e16c4844 .9s infinite}.loaderSmall__2e0192d0 .dot2__23deb403{animation:dotCycleSmall__e16c4844 .9s infinite .15s}.loaderSmall__2e0192d0 .dot3__987aeb8e{animation:dotCycleSmall__e16c4844 .9s infinite .3s}@keyframes dotCycleSmall__e16c4844{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__933a3e51{position:relative;width:40px;height:40px}.loaderMiddle__933a3e51 .dot__56eedfac{position:absolute;background-color:var(--triplex-next-Loader-Brand_Background_Default-0-1-5);width:12px;height:12px;border-radius:6px}.loaderMiddle__933a3e51 .dot1__ef414726{top:0;left:0;animation:dotCycleMiddle__51662aea 3s infinite}.loaderMiddle__933a3e51 .dot2__23deb403{right:0;top:0;opacity:.7;animation:dotCycleMiddle__51662aea 3s infinite .74s}.loaderMiddle__933a3e51 .dot3__987aeb8e{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__51662aea 3s infinite 1.5s}.loaderMiddle__933a3e51 .dot4__4dbdeae3{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__51662aea 3s infinite 2.25s}.loaderMiddle__933a3e51 .line__a5c8dff6{background-color:var(--triplex-next-Loader-Brand_Background_Default-0-1-5);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__2df2d869 3s infinite}@keyframes lineCycle__2df2d869{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__51662aea{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__9bb0abe7{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__d6b4d0fb{background:var(--triplex-next-DropdownMobile-Backdrop-0-1-5);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__d6b4d0fb.closing__52d997c6{opacity:0}.dropdownMobileBackdrop__d6b4d0fb.opening__61247809,.dropdownMobileBackdrop__d6b4d0fb.opened__c095f986{opacity:var(--triplex-DropdownMobile-Opacity-0-1-5)}.dropdownMobile__a211aee3{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__a211aee3.closing__52d997c6{transform:translateY(100%)}.dropdownMobile__a211aee3.opening__61247809,.dropdownMobile__a211aee3.opened__c095f986{transform:translateY(0)}.dropdownMobileHeader__0e9ddb4d{min-height:16px;padding:16px 40px 16px 16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-1-5);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileContent__b2f7400c{background:var(--triplex-next-DropdownMobile-Content_Background-0-1-5);flex-grow:1;overflow:auto}.dropdownMobileFooter__537953d5{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-1-5);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-1-5);flex-shrink:1}.dropdownMobileListItem__8d3c00ee{padding:16px}.dropdownMobileListItem__8d3c00ee.selected__b9f8ab19{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-1-5)}.dropdownMobileListItem__8d3c00ee:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-1-5)}button.dropdownMobileClose__8f6f2200{position:absolute;top:16px;right:16px}.dropdownMobileBodyOverflow__7c00214d{overflow:hidden}.buttonIcon__6b071c7d{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__6b071c7d:enabled{cursor:pointer}.buttonIcon__6b071c7d.circle__9ed8328a{border-radius:50%}.buttonIcon__6b071c7d.squircle__5ae788bf{border-radius:4px}.buttonIcon__6b071c7d:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-1-5)}.label__972d39de{display:inline-block;position:relative;font-weight:400;color:var(--triplex-next-Checkbox-Color_Default-0-1-5);cursor:pointer}.label__972d39de.md__23e8be54{min-width:24px;min-height:24px;font-size:14px;line-height:24px}.label__972d39de.lg__7f9d9259{min-width:28px;min-height:28px;font-size:16px;line-height:28px}.label__972d39de.nonempty__ce03beee{padding-left:40px}.label__972d39de.disabled__4bd2fa75{color:var(--triplex-next-Checkbox-Color_Disabled-0-1-5);cursor:default}.label__972d39de[hidden]{display:none}.checkbox__c42ea88b{margin:0;opacity:0}.checkboxIcon__be4fcd72{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-1-5);border-radius:4px}.checkmarkIcon__3aad6ec4{transform:scale(0)}.checkmarkIcon__3aad6ec4 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-1-5)}.checkboxIcon__be4fcd72,.checkmarkIcon__3aad6ec4{pointer-events:none}.checkbox__c42ea88b,.checkboxIcon__be4fcd72,.checkmarkIcon__3aad6ec4{position:absolute;left:0}.md__23e8be54 .checkbox__c42ea88b,.md__23e8be54 .checkboxIcon__be4fcd72,.md__23e8be54 .checkmarkIcon__3aad6ec4{width:24px;height:24px}.lg__7f9d9259 .checkbox__c42ea88b,.lg__7f9d9259 .checkboxIcon__be4fcd72,.lg__7f9d9259 .checkmarkIcon__3aad6ec4{width:28px;height:28px}.checkbox__c42ea88b:enabled{cursor:pointer}.checkbox__c42ea88b:checked+.checkboxIcon__be4fcd72{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-1-5)}.checkbox__c42ea88b:checked~.checkmarkIcon__3aad6ec4{transform:scale(1);transition:transform .2s ease-out}.checkbox__c42ea88b:disabled+.checkboxIcon__be4fcd72{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-1-5)}.checkbox__c42ea88b:disabled~.checkmarkIcon__3aad6ec4 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-1-5)}.checkbox__c42ea88b:focus-visible+.checkboxIcon__be4fcd72{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-1-5)}.checkbox__c42ea88b:checked:enabled:hover+.checkboxIcon__be4fcd72{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-1-5)}.checkboxXGroup__54e7e5d6{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__54e7e5d6.indent-12__57f26c4a{margin-left:-6px;margin-right:-6px}.checkboxXGroup__54e7e5d6.indent-12__57f26c4a .label__972d39de{margin-left:6px;margin-right:6px}.checkboxXGroup__54e7e5d6.indent-16__434825c6{margin-left:-8px;margin-right:-8px}.checkboxXGroup__54e7e5d6.indent-16__434825c6 .label__972d39de{margin-left:8px;margin-right:8px}.checkboxXGroup__54e7e5d6.indent-20__c386542e{margin-left:-10px;margin-right:-10px}.checkboxXGroup__54e7e5d6.indent-20__c386542e .label__972d39de{margin-left:10px;margin-right:10px}.checkboxXGroup__54e7e5d6.indent-24__c08649a6{margin-left:-12px;margin-right:-12px}.checkboxXGroup__54e7e5d6.indent-24__c08649a6 .label__972d39de{margin-left:12px;margin-right:12px}.checkboxXGroup__54e7e5d6.indent-28__c1acc1af{margin-left:-14px;margin-right:-14px}.checkboxXGroup__54e7e5d6.indent-28__c1acc1af .label__972d39de{margin-left:14px;margin-right:14px}.checkboxXGroup__54e7e5d6.indent-32__9f1f94aa{margin-left:-16px;margin-right:-16px}.checkboxXGroup__54e7e5d6.indent-32__9f1f94aa .label__972d39de{margin-left:16px;margin-right:16px}.checkboxYGroup__4f8a4ea0{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__4f8a4ea0 .label__972d39de+.label__972d39de{margin-top:20px}.card__7710d43d{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden}.card__7710d43d.roundingMD__dad36467{border-radius:16px}.card__7710d43d.roundingSM__f93a5862{border-radius:8px}.card__7710d43d.general__43b815ca{background:var(--triplex-next-Card-Static_General_Background-0-1-5)}.card__7710d43d.secondary__0409ea98{background:var(--triplex-next-Card-Static_Secondary_Background-0-1-5)}.card__7710d43d .cardMedia__55dba279{background-size:cover;background-repeat:no-repeat;background-position:center}.card__7710d43d .cardContent__901b6360.paddingMD__e9fdc375{padding:23px}.card__7710d43d .cardContent__901b6360.paddingMD__e9fdc375:not(:first-child){padding-top:24px}.card__7710d43d .cardContent__901b6360.paddingMD__e9fdc375:not(:last-child){padding-bottom:24px}.card__7710d43d .cardContent__901b6360.paddingSM__adb4d26b{padding:15px}.card__7710d43d .cardContent__901b6360.paddingSM__adb4d26b:not(:first-child){padding-top:16px}.card__7710d43d .cardContent__901b6360.paddingSM__adb4d26b:not(:last-child){padding-bottom:16px}.card__7710d43d .cardContent__901b6360 .cardContentHeader__a0dafbc4{margin-bottom:16px}.card__7710d43d .cardContent__901b6360 .cardContentFooter__ba241c99{margin-top:16px}.action__6fca6c73{cursor:pointer;box-shadow:var(--triplex-next-Card-Shadow_Default-0-1-5);transition:background .12s ease,box-shadow .12s ease}.action__6fca6c73.general__43b815ca{background:var(--triplex-next-Card-Action_General_Background-0-1-5)}.action__6fca6c73.general__43b815ca:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-1-5);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-1-5)}.action__6fca6c73.general__43b815ca.selected__b86906d0{background:var(--triplex-next-Card-Action_General_Background_Selected-0-1-5)}.action__6fca6c73.general__43b815ca.selected__b86906d0:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-1-5)}.action__6fca6c73.secondary__0409ea98{background:var(--triplex-next-Card-Action_Secondary_Background-0-1-5)}.action__6fca6c73.secondary__0409ea98:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-1-5);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-1-5)}.action__6fca6c73.secondary__0409ea98.selected__b86906d0{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-1-5)}.action__6fca6c73.secondary__0409ea98.selected__b86906d0:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-1-5)}.action__6fca6c73:focus{outline:none}.action__6fca6c73:focus.focusVisible__42c0e3ab{border:1px solid var(--triplex-next-Card-BorderColor_Focus-0-1-5)}.alertContext__1e6f488c{display:flex;font-size:12px;line-height:16px}.alertContext__1e6f488c>svg{flex-shrink:0}.alertContext__1e6f488c .alertContextText__658389f9{margin-left:8px}.alertContext__1e6f488c.alertTypeError__ac3dd7db .alertContextText__658389f9{color:var(--triplex-next-AlertContext-Error_Color-0-1-5)}.alertContext__1e6f488c.alertTypeInfo__a8f13265 .alertContextText__658389f9{color:var(--triplex-next-AlertContext-Info_Color-0-1-5)}.alertContext__1e6f488c.alertTypeWarning__6d636865 .alertContextText__658389f9{color:var(--triplex-next-AlertContext-Warning_Color-0-1-5)}.alertContext__1e6f488c.alertTypeSystem__05afbad8 .alertContextText__658389f9{color:var(--triplex-next-AlertContext-System_Color-0-1-5)}.alertProcess__d44bde98{display:flex;padding:16px;border-radius:8px;position:relative}.alertProcess__d44bde98.withSpoiler__4a26c9e1{min-height:40px}.alertProcess__d44bde98 .themeIcon__eadc94ae{padding-top:2px;box-sizing:border-box;height:20px;width:20px}.alertProcess__d44bde98.alertTypeError__ac3dd7db{background:var(--triplex-next-AlertProcess-Error_Background-0-1-5)}.alertProcess__d44bde98.alertTypeInfo__a8f13265{background:var(--triplex-next-AlertProcess-Info_Background-0-1-5)}.alertProcess__d44bde98.alertTypeWarning__6d636865{background:var(--triplex-next-AlertProcess-Warning_Background-0-1-5)}.alertProcess__d44bde98.alertTypeSystem__05afbad8{background:var(--triplex-next-AlertProcess-System_Background-0-1-5)}.alertProcess__d44bde98.alertTypeFeature__d0a560c7{background:var(--triplex-next-AlertProcess-Feature_Background-0-1-5)}.alertProcess__d44bde98.alertTypeFeature__d0a560c7 .themeIcon__eadc94ae{padding-top:0}.alertProcess__d44bde98 .alertProcessContentBlock__06451739{flex:1;margin-left:8px}.alertProcess__d44bde98 .alertProcessContentBlock__06451739:not(:has(+.closeButton__f5534704)){padding-right:26px}.alertProcess__d44bde98 .alertProcessContentBlock__06451739 .expandableContent__5a56a04b{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__d44bde98 .alertProcessContentBlock__06451739 .expandableContent__5a56a04b.expanded__cf466297{max-height:1000px;opacity:1}.alertProcess__d44bde98 .closeButton__f5534704{margin-left:10px}.alertProcess__d44bde98 .expandButton__b642ccef{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__d44bde98 .expandButton__b642ccef.expanded__cf466297{transform:rotate(180deg)}.dropdownList__fb7ca20e{max-height:196px;padding:4px;overflow:auto}.dropdownListItem__74e4464f{color:var(--triplex-next-DropdownList-Color-0-1-5);background:var(--triplex-next-DropdownList-Background_Default-0-1-5);position:relative;outline:none;white-space:nowrap}.dropdownListItem__74e4464f+.dropdownListItem__74e4464f{margin-top:2px}.dropdownListItem__74e4464f.active__93f841b9{background:var(--triplex-next-DropdownList-Background_Active-0-1-5);cursor:pointer}.dropdownListItem__74e4464f.selected__b9f8ab19{background:var(--triplex-next-DropdownList-Background_Selected-0-1-5);cursor:default}.dropdownList-sm__ac5911e1{font-size:12px;line-height:16px}.dropdownList-sm__ac5911e1 .dropdownListItem__74e4464f{padding:6px 8px;border-radius:6px}.dropdownList-md__c6817f72{font-size:14px;line-height:20px}.dropdownList-md__c6817f72 .dropdownListItem__74e4464f{padding:7px 8px;border-radius:8px}.dropdownList-lg__a32d313e{font-size:16px;line-height:20px}.dropdownList-lg__a32d313e .dropdownListItem__74e4464f{padding:14px 8px;border-radius:10px}.formField__8491a08a{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-0-1-5);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-1-5);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__8491a08a:hover{background:var(--triplex-next-FormField-Background_Hover-0-1-5)}.formField__8491a08a.disabled__5a98a99c{background:var(--triplex-next-FormField-Background_Disabled-0-1-5)}.formField__8491a08a.active__f58ae6e4{background:var(--triplex-next-FormField-Background_Active-0-1-5);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-1-5)}.formField__8491a08a.active__f58ae6e4::placeholder{opacity:1}.formField__8491a08a.error__5701f7fd{background:var(--triplex-next-FormField-Background_Error-0-1-5)}.formField__8491a08a.error__5701f7fd:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-1-5)}.formField__8491a08a.error__5701f7fd.active__f58ae6e4{background:var(--triplex-next-FormField-Background_Error-0-1-5);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-1-5)}.formField__8491a08a.size-sm__01125b29{border-radius:6px}.formField__8491a08a.size-md__6784c995{border-radius:8px}.formField__8491a08a.size-lg__88b39b26{border-radius:10px}.formFieldDescription__3fef8137{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__3fef8137.withCounter__bd0e6244{display:flex;justify-content:space-between}.formFieldCounter__739c7f77{padding-left:4px}.formFieldLabel__c8046235{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__c8046235.size-sm__01125b29{top:6px}.formFieldLabel__c8046235.size-md__6784c995{top:10px}.formFieldLabel__c8046235.size-lg__88b39b26{top:18px}.formFieldLabel__c8046235.size-lg__88b39b26.floating__bfc73993{top:10px}.formFieldLabelText__3bd1c5a2{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-1-5);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__01125b29 .formFieldLabelText__3bd1c5a2{font-size:12px;line-height:16px}.size-md__6784c995 .formFieldLabelText__3bd1c5a2{font-size:14px;line-height:20px}.size-lg__88b39b26 .formFieldLabelText__3bd1c5a2{font-size:16px;line-height:20px}.floating__bfc73993 .formFieldLabelText__3bd1c5a2{font-size:12px;line-height:16px}.floating__bfc73993.size-sm__01125b29 .formFieldLabelText__3bd1c5a2,.floating__bfc73993.size-md__6784c995 .formFieldLabelText__3bd1c5a2{display:none}.disabled__5a98a99c .formFieldLabelText__3bd1c5a2{color:var(--triplex-next-FormField-Label_Color_Disabled-0-1-5)}.formFieldClear__c0f6d4af{cursor:pointer;height:16px;opacity:0;transition:opacity .3s}.formFieldClear__c0f6d4af.shown__205b0fcf{opacity:1}.formFieldInput__fa0ed219{width:100%;box-sizing:border-box;border:none;background:none;-webkit-appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-0-1-5)}.formFieldInput__fa0ed219:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-1-5)}.formFieldInput__fa0ed219::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-1-5);opacity:0;transition:opacity .3s ease-out}.formFieldInput__fa0ed219:focus{outline:none}.formFieldInput__fa0ed219:focus::placeholder{opacity:1}.formFieldInput__fa0ed219:-webkit-autofill{animation-name:autofill-applied-hook__cb49e86f;animation-duration:1ms}.formFieldInput__fa0ed219:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__998cf73e;animation-duration:1ms}.formFieldInput__fa0ed219.size-sm__01125b29{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__fa0ed219.size-md__6784c995{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__fa0ed219.size-lg__88b39b26{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__cb49e86f{0%{transform:none}}@keyframes autofill-cancelled-hook__998cf73e{0%{transform:none}}.formFieldPostfix__ddb66847{padding:0 12px 0 4px;position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__3dac481f{padding:0 8px 0 12px;position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center;gap:4px}.formFieldTextarea__341faa0a{width:100%;box-sizing:border-box;font-size:16px;line-height:20px;height:96px;padding-top:26px;padding-bottom:10px;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-1-5);resize:vertical}.formFieldTextarea__341faa0a:focus{outline:none}.formFieldTextarea__341faa0a:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-1-5)}.formFieldTextarea__341faa0a::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-1-5)}.list__d12c7998{margin:0;padding:0;list-style:none;position:relative}.listItemControls__3cf11720{display:flex;padding:0 16px 0 4px}.listItemContent__4ebb058b{background:var(--triplex-next-ListItem-Background-0-1-5);padding:12px 16px;min-height:56px;box-sizing:border-box}.listItemContent__4ebb058b.selected__66a85052{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-0-1-5)}.listItemControlsButton__c75a7d50{font-family:inherit;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background-0-1-5);border:none;width:80px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__c75a7d50+.listItemControlsButton__c75a7d50,.listItemControlsButton__c75a7d50+.listItemControlsButtonDropdown__dac97c53{margin-left:4px}.listItemControlsButtonIcon__2ecd6c7c{line-height:0}.listItemControlsButton__c75a7d50.withText__33274668 .listItemControlsButtonIcon__2ecd6c7c{margin-bottom:8px}.listItemControlsButtonLabel__d2ffd5d6{color:var(--triplex-next-ListItemControlsButton-Color-0-1-5);overflow-wrap:break-word}div.listItemControlsButtonDropdown__dac97c53{display:flex}.listItemControlsButtonInner__fc8628b8{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__c75a7d50.withIcon__7b1743fc.withText__33274668 .listItemControlsButtonInner__fc8628b8{height:44px;overflow:visible}.buttonDropdownMenuItem__995719b7{overflow:hidden;text-overflow:ellipsis}.listEmptyState__f27b72f3{padding:80px 16px 16px;text-align:center}.listItemLoading__572e8981{height:76px;position:relative}.listItemSelectable__08a20734{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-1-5);border-radius:8px}.listItemSelectable__08a20734.selected__66a85052{background:var(--triplex-next-ListItem-Background_Selected-0-1-5)}.checkboxWrapper__fab5de4a{padding:16px 20px 16px 16px;line-height:0}.childrenWrapper__3746b1e6{flex-grow:1}.checkboxLabel__a18469b2{padding:0!important;transform:scale(1.375) translateY(-2px);position:relative}.checkboxLabelClickArea__77e60308{position:absolute;top:-2.5px;left:-3.6px;bottom:-5px;right:-3.6px}.listItemTail__cc27ecdf{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__5b3c5d35{background:var(--triplex-next-ListMaster-Background-0-1-5);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__31ed229d{position:absolute;top:0;left:0;right:0}.listItemTailTop__31ed229d: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-0-1-5)}.listItemTailTop__31ed229d: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-0-1-5)}.listItemTailBottom__35bef2ff{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__35bef2ff: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-0-1-5)}.listItemTailBottom__35bef2ff: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-0-1-5)}.listItemTailRight__20f93478{right:-8px}.listItemTailLeft__8625f940{left:-8px}.listSortableItemTarget__a75bbd9d{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-1-5);touch-action:manipulation;cursor:grab}.listSortableItemTarget__a75bbd9d:hover{background:var(--triplex-next-ListItem-Background_Selected-0-1-5)}.listSortableItemTarget__a75bbd9d.dragging__0dd5f38b{background:var(--triplex-next-ListItem-Background_Dragging-0-1-5);box-shadow:var(--triplex-next-ListItem-Shadow-0-1-5);cursor:grabbing;z-index:1}.listSortableItemTargetContent__6da0a948{flex:1}.listSortableItemTargetIcon__06fa9c88{display:block;margin-left:24px}.listSortableItemControls__ce838927{display:inline-block}.col-1__aad7e967{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__0c9c16cd{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__d79cb3f7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__6882d24b{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__0d81fde8{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__a1e51814{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__e52ea8a1{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__3c5e274c{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__cec27c2e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__fbdf92b1{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__05233bf1{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__3daa0e17{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__a203bd5b{margin-left:0%}.offset-1__dac4c62c{margin-left:8.33333333%}.offset-2__a9873c7c{margin-left:16.66666667%}.offset-3__0544a604{margin-left:25%}.offset-4__e98406ac{margin-left:33.33333333%}.offset-5__8224c78e{margin-left:41.66666667%}.offset-6__c016ddb7{margin-left:50%}.offset-7__2df9f991{margin-left:58.33333333%}.offset-8__1b6bc692{margin-left:66.66666667%}.offset-9__0a3aa7e7{margin-left:75%}.offset-10__6bb70544{margin-left:83.33333333%}.offset-11__b28dbe87{margin-left:91.66666667%}.d-none__e359a042{display:none!important}.d-block__65665277{display:block!important}@media (min-width: 576px){.col-sm-1__4cd28c43{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__7ee71278{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__d818c6de{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__5e043b25{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__4c942970{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__ad5b5edc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__d11238b6{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__43ee138e{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__6a5d8a9e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__1c8ed450{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__2b94ebcb{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__5bfb71cb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__6922b757{margin-left:0%}.offset-sm-1__21eade79{margin-left:8.33333333%}.offset-sm-2__c42a9092{margin-left:16.66666667%}.offset-sm-3__69c89cf4{margin-left:25%}.offset-sm-4__ee702e7f{margin-left:33.33333333%}.offset-sm-5__362cc9c9{margin-left:41.66666667%}.offset-sm-6__8af2899c{margin-left:50%}.offset-sm-7__4e0ed804{margin-left:58.33333333%}.offset-sm-8__3a9a51f1{margin-left:66.66666667%}.offset-sm-9__97e58dae{margin-left:75%}.offset-sm-10__ed4a4c65{margin-left:83.33333333%}.offset-sm-11__dc81fec5{margin-left:91.66666667%}.d-none-sm__6be2ae45{display:none!important}.d-block-sm__27aae607{display:block!important}}@media (min-width: 768px){.col-md-1__2fb64644{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__49e35c77{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__d076249a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__88756712{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__8aa322cd{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__232cbc71{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__ca9ed748{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__e5a7ef1a{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__0a4b8806{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__658da460{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__18e8299e{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__b5176d30{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__bea2f8cf{margin-left:0%}.offset-md-1__cb9eb71e{margin-left:8.33333333%}.offset-md-2__85f8f456{margin-left:16.66666667%}.offset-md-3__54b0a35c{margin-left:25%}.offset-md-4__fcd74e34{margin-left:33.33333333%}.offset-md-5__dcd77e7e{margin-left:41.66666667%}.offset-md-6__9a72f63c{margin-left:50%}.offset-md-7__0f1f30da{margin-left:58.33333333%}.offset-md-8__096ec087{margin-left:66.66666667%}.offset-md-9__7d475f98{margin-left:75%}.offset-md-10__b4e5e26f{margin-left:83.33333333%}.offset-md-11__98c72c0a{margin-left:91.66666667%}.d-none-md__4b7c5278{display:none!important}.d-block-md__4cc7288d{display:block!important}}@media (min-width: 992px){.col-lg-1__cc1b6afd{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__b645d40b{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__7e6035db{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__e5b09bce{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__dacced4b{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__d733ce69{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__0a117293{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__6cd3b530{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__035c7c75{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__0053861a{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__9f0d40f7{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__2a1626d5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__71ba16c8{margin-left:0%}.offset-lg-1__d3171033{margin-left:8.33333333%}.offset-lg-2__10876527{margin-left:16.66666667%}.offset-lg-3__3245cf6b{margin-left:25%}.offset-lg-4__8ec81626{margin-left:33.33333333%}.offset-lg-5__b139e85f{margin-left:41.66666667%}.offset-lg-6__9ce0eeb1{margin-left:50%}.offset-lg-7__e6dda4e8{margin-left:58.33333333%}.offset-lg-8__ae2a046f{margin-left:66.66666667%}.offset-lg-9__06677654{margin-left:75%}.offset-lg-10__27495d3f{margin-left:83.33333333%}.offset-lg-11__2ff073f1{margin-left:91.66666667%}.d-none-lg__1c817d4b{display:none!important}.d-block-lg__2cb8a3d1{display:block!important}}@media (min-width: 1200px){.col-xl-1__5357d6c8{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__173caf5c{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__61bc0c41{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__0d0362d8{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__8f010d4d{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__05894e39{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__922e0c4b{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__f01ad854{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__ad85cf14{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__d5e2e9d0{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__c2f5caa3{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__a098b8c7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__cba2b12a{margin-left:0%}.offset-xl-1__0c7c4262{margin-left:8.33333333%}.offset-xl-2__c5df10db{margin-left:16.66666667%}.offset-xl-3__c5f5cc03{margin-left:25%}.offset-xl-4__4cbe7b5b{margin-left:33.33333333%}.offset-xl-5__60106c8d{margin-left:41.66666667%}.offset-xl-6__5c1e31d9{margin-left:50%}.offset-xl-7__e72aacac{margin-left:58.33333333%}.offset-xl-8__3d03c627{margin-left:66.66666667%}.offset-xl-9__a721d9c0{margin-left:75%}.offset-xl-10__9a8cb750{margin-left:83.33333333%}.offset-xl-11__4bce3e6d{margin-left:91.66666667%}.d-none-xl__56ee07f1{display:none!important}.d-block-xl__cfd67b57{display:block!important}}.link__7bca7383{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-1-5)}.link__7bca7383:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-1-5)}.link__7bca7383:active{color:var(--triplex-next-Link-Text_Color_Active-0-1-5)}.link__7bca7383:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-1-5)}.wordWithContent__9ae50bec{white-space:nowrap;display:inline-flex;align-items:center}.before__eba4aaa2 :first-child{margin-right:4px}.after__b6bd5fea :last-child{margin-left:4px}.loaderWidget__9641f002{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:0;top:0;right:0;bottom:0;z-index:10100}.loaderWidget__9641f002.loaderSmallBackdrop__99ef1c49{background:var(--triplex-next-LoaderWidget-Small_Backdrop_Default-0-1-5)}.loaderWidget__9641f002.loaderMiddleBackdrop__a8ae34d3{background:var(--triplex-next-LoaderWidget-Middle_Backdrop_Default-0-1-5)}.loaderWidget__9641f002.loaderMiddleBackdrop__a8ae34d3 .loaderMiddleBackground__61d51f28{width:64px;height:64px;border-radius:16px;background:var(--triplex-next-LoaderWidget-Middle_Background_Default-0-1-5)}.loaderWidget__9641f002.loaderMiddleBackdrop__a8ae34d3 .loaderMiddleBackground__61d51f28 div{margin:12px}.row__d6d036e6{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__d6d036e6.noPaddingBottom__e3170e00,.row__d6d036e6:last-child{padding-bottom:0}.tabsExtended__57498984{position:relative}.tabsExtendedContent__1fd2c56c{display:inline-flex;padding:4px}.tabsExtendedTab__50c4518a+.tabsExtendedTab__50c4518a,.tabsExtendedDropdown__e7308178{margin-left:2px}.tabsReal__a2e7ff78,.tabsFake__1eefb267{display:flex;box-sizing:border-box;width:100%}.tabsReal__a2e7ff78.hidden__8c5062af{visibility:hidden}.tabsReal__a2e7ff78 .tabsExtendedTab__50c4518a.hidden__8c5062af{display:none}.tabsFake__1eefb267{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.tabsExtendedTabButton__948fa89a{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-1-5);outline:none;background:var(--triplex-next-Tabs-Tab_Background_Default-0-1-5);cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__948fa89a.lg__7c7515f1{border-radius:6px;padding:14px 16px;line-height:20px;font-size:16px}.tabsExtendedTabButton__948fa89a.md__070e42c7{border-radius:4px;padding:6px 16px;line-height:20px;font-size:14px}.tabsExtendedTabButton__948fa89a.sm__85d1815c{border-radius:4px;padding:2px 16px;line-height:16px;font-size:12px}.tabsExtendedTabButton__948fa89a::-moz-focus-inner{border:none}.tabsExtendedTabButton__948fa89a+.tabsExtendedTabButton__948fa89a{margin-left:2px}.tabsExtendedTabButton__948fa89a:hover{background:var(--triplex-next-Tabs-Tab_Background_Hover-0-1-5)}.tabsExtendedTabButton__948fa89a:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-1-5)}.tabsExtendedTabButton__948fa89a.selected__501b9060{background:var(--triplex-next-Tabs-Tab_Background_Selected-0-1-5);cursor:default}.swipeableArea__235b6c46{position:relative;overflow:hidden}.swipeableArea__235b6c46 .content__157ff421{position:relative;touch-action:pan-y}.swipeableArea__235b6c46 .content__157ff421.disableScroll__7b8a8001{touch-action:none}.swipeableArea__235b6c46 .content__157ff421.disablePointerEvents__fac29d5e:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__235b6c46 .swipeAnimationFinish__162338fa{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__235b6c46 .leftContent__338ec731,.swipeableArea__235b6c46 .rightContent__a4d40911{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__235b6c46 .rightContent__a4d40911{left:auto;right:0}.footer__87bdfdd7.sticky__81ad13fb{z-index:101;position:sticky;bottom:0}.footerDescription__92f32173{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__7bc35238{flex-grow:1;margin-right:auto}.footerDescriptionControls__e3211d43{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__92f32173{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__7bc35238{width:100%}.footerDescriptionControls__e3211d43{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__e3211d43>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__7bc35238+.footerDescriptionControls__e3211d43{margin-top:0}.footer__87bdfdd7{padding:16px 0}}.body__29bd02ff{position:relative;padding-bottom:24px;display:flex}.body__29bd02ff .bodyInner__94ac9161{position:relative;flex-grow:1;width:100%}@media (max-width: 767px){.body__29bd02ff{padding:16px 0;overflow-x:auto}}.headerTabs__dc4008d7{display:flex;justify-content:space-between}.headerTabs__dc4008d7 .headerTabsContent__b39ffbfd{flex-grow:1}.headerTabs__dc4008d7 .headerTabsControls__02eaca48{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__dc4008d7{flex-wrap:wrap}.headerTabs__dc4008d7 .headerTabsContent__b39ffbfd{width:100%}.headerTabs__dc4008d7 .headerTabsControls__02eaca48{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__dc4008d7 .headerTabsControls__02eaca48>button{margin-left:16px;margin-top:16px}}.headerTitle__e490ab20{display:flex;justify-content:space-between}.headerTitle__e490ab20 .headerTitleControls__8b46ea79{white-space:nowrap;padding-left:24px}.headerLink__7a7c85a9+.headerTitle__e490ab20{padding-top:0}@media (max-width: 767px){.headerTitle__e490ab20{flex-wrap:wrap}.headerTitle__e490ab20 .headerTitleContent__10b38e5c{width:100%}.headerTitle__e490ab20 .headerTitleControls__8b46ea79{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__e490ab20 .headerTitleControls__8b46ea79>button{margin-left:16px;margin-top:16px}}.headerSubheader__d06baeec{padding:24px 0}.headerSubheader__d06baeec.withoutPaddings__3d787414{padding:0}.headerLayoutSidebar__0605f064{display:flex;justify-content:space-between}.headerLayoutSidebarContent__7517b24a{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__a6d91dca{display:none}}.header__a3cdbb35.sticky__dd7d6a18{z-index:101;position:sticky;top:0}.page__bfa20a17{height:100%;display:flex;flex-direction:column;max-width:100%;padding:24px;box-sizing:border-box;background-color:var(--triplex-next-Page-Background-0-1-5)}.page__bfa20a17 .headerPageBackground__685d9e8b{background:var(--triplex-next-HeaderPage-Background-0-1-5);padding:24px;border-radius:24px}.page__bfa20a17 .footerPageBackground__d16f52e7{background:var(--triplex-next-FooterPage-Background-0-1-5);padding:24px;border-radius:24px}.page__bfa20a17 .headerPageSticky__b097ecdd{z-index:101;position:sticky;top:0}.page__bfa20a17 .footerPageSticky__db8d973a{z-index:101;position:sticky;bottom:0}.page__bfa20a17 .headerPageStuck__f5bbc756{border-top-left-radius:0;border-top-right-radius:0}.page__bfa20a17 .footerPageStuck__abf9dd24{border-bottom-left-radius:0;border-bottom-right-radius:0}.observerTarget__1723d66c{height:1px;visibility:hidden;pointer-events:none}.headerPage__f41db9d7{padding-bottom:24px}.bodyPage__e2e3dc3b{flex-grow:1}.paginationExtended__a5565be6{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__5efc15b5 .directionIconNext__f6be10e3{transform:rotate(180deg)}.pageEllipsis__85b11963{display:flex;justify-content:center;align-items:center;height:24px;width:24px;margin:0 4px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-0-1-5);cursor:default}.paginationPageButton__cc071daf{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-0-1-5);background-color:transparent;display:flex;justify-content:center;align-items:center;height:32px;width:32px;line-height:20px;border:1px solid transparent;border-radius:6px;margin:0 4px;cursor:pointer}.paginationPageButton__cc071daf:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-1-5);outline:none}.paginationPageButton__cc071daf:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-1-5)}.paginationPageButton__cc071daf:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-1-5);cursor:grabbing}.paginationPageButton__cc071daf.currentPage__77f8b699{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-1-5);cursor:default}.paginationNavigationExtended__9211e633{display:flex;align-items:center;list-style-type:none;margin:0;padding:0}.paginationSelect__1fb8b7e8{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__1fb8b7e8 .paginationSelectControl__399f7197{margin-left:8px}.button__8910c7ff{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__8910c7ff::-moz-focus-inner{border:none;padding:0}.button__8910c7ff.sm__ffd8f060{border-radius:6px;line-height:16px;font-size:12px}.button__8910c7ff.sm__ffd8f060:not(.icon__5d27a691){height:28px;min-width:58px;padding:0 16px}.button__8910c7ff.sm__ffd8f060.icon__5d27a691{min-height:28px;min-width:28px;padding:4px}.button__8910c7ff.md__ec3c74a5{border-radius:8px;line-height:20px;font-size:14px}.button__8910c7ff.md__ec3c74a5:not(.icon__5d27a691){height:40px;min-width:72px;padding:0 20px}.button__8910c7ff.md__ec3c74a5.icon__5d27a691{min-height:40px;min-width:40px;padding:10px}.button__8910c7ff.lg__e0998e4c{border-radius:10px;line-height:20px;font-size:16px}.button__8910c7ff.lg__e0998e4c:not(.icon__5d27a691){height:56px;min-width:84px;padding:0 24px}.button__8910c7ff.lg__e0998e4c.icon__5d27a691{min-height:56px;min-width:56px;padding:12px}.button__8910c7ff:disabled{cursor:default}.button__8910c7ff:disabled *{pointer-events:none}.button__8910c7ff+.button__8910c7ff:not(.block__17df638d){margin-left:16px}.button__8910c7ff .content__1c9d29fd{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__8910c7ff.block__17df638d{display:block;width:100%}.button__8910c7ff.loading__586c9495{pointer-events:none}.button__8910c7ff.loading__586c9495 .content__1c9d29fd{visibility:hidden}.button__8910c7ff .loader__9cee93d4{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__8910c7ff .loader__9cee93d4.hidden__c7ae5934{visibility:hidden}.button__8910c7ff.general__c057556c{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-1-5);color:var(--triplex-next-Button-General_Color_Default-0-1-5)}.button__8910c7ff.general__c057556c:hover{background:var(--triplex-next-Button-General_Background_Hover-0-1-5);color:var(--triplex-next-Button-General_Color_Hover-0-1-5)}.button__8910c7ff.general__c057556c.expanded__06deac29,.button__8910c7ff.general__c057556c:active{background:var(--triplex-next-Button-General_Background_Active-0-1-5);color:var(--triplex-next-Button-General_Color_Active-0-1-5)}.button__8910c7ff.general__c057556c:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-1-5)}.button__8910c7ff.general__c057556c:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-1-5);color:var(--triplex-next-Button-General_Color_Disabled-0-1-5)}.button__8910c7ff.secondary__f6c41ae8{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-1-5);color:var(--triplex-next-Button-Secondary_Color_Default-0-1-5)}.button__8910c7ff.secondary__f6c41ae8:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-1-5);color:var(--triplex-next-Button-Secondary_Color_Hover-0-1-5)}.button__8910c7ff.secondary__f6c41ae8.expanded__06deac29,.button__8910c7ff.secondary__f6c41ae8:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-1-5);color:var(--triplex-next-Button-Secondary_Color_Active-0-1-5)}.button__8910c7ff.secondary__f6c41ae8:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-1-5)}.button__8910c7ff.secondary__f6c41ae8:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-1-5);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-1-5)}.button__8910c7ff.danger__f76cb1c3{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-1-5);color:var(--triplex-next-Button-Danger_Color_Default-0-1-5)}.button__8910c7ff.danger__f76cb1c3:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-1-5);color:var(--triplex-next-Button-Danger_Color_Hover-0-1-5)}.button__8910c7ff.danger__f76cb1c3.expanded__06deac29,.button__8910c7ff.danger__f76cb1c3:active{background:var(--triplex-next-Button-Danger_Background_Active-0-1-5);color:var(--triplex-next-Button-Danger_Color_Active-0-1-5)}.button__8910c7ff.danger__f76cb1c3:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-1-5)}.button__8910c7ff.danger__f76cb1c3:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-1-5);color:var(--triplex-next-Button-Danger_Color_Disabled-0-1-5)}.button__8910c7ff.link__2f3bfa7d{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-1-5);border-radius:0}.button__8910c7ff.link__2f3bfa7d.md__ec3c74a5{height:40px;min-width:0;padding:0 2px}.button__8910c7ff.link__2f3bfa7d.sm__ffd8f060{height:28px;min-width:0;padding:0 2px}.button__8910c7ff.link__2f3bfa7d.lg__e0998e4c{height:56px;min-width:0;padding:0 2px}.button__8910c7ff.link__2f3bfa7d:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-1-5)}.button__8910c7ff.link__2f3bfa7d:active{color:var(--triplex-next-Button-Link_Color_Active-0-1-5)}.button__8910c7ff.link__2f3bfa7d:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-1-5)}.button__8910c7ff.link__2f3bfa7d:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-1-5)}.dropdown__4c322172{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-1-5);background-color:var(--triplex-next-Dropdown-Background-0-1-5)}.dropdown-sm__9c888fdc{border-radius:6px}.dropdown-md__a5f23475{border-radius:8px}.dropdown-lg__4c55b18b{border-radius:10px}.dropdownOverflowHidden__69339e5b{overflow:hidden}.buttonDropdownExtended__b13d3a5a{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__b13d3a5a .buttonDropdownExtendedBlock__f1ff881c{padding:4px;margin-top:4px;right:0}.buttonDropdown__f439c212.block__17df638d{display:block}.buttonDropdown__f439c212+.button__8910c7ff:not(.block__17df638d),.buttonDropdown__f439c212+.buttonDropdown__f439c212:not(.block__17df638d){margin-left:16px}.buttonDropdown__f439c212 .buttonDropdownTarget__bd73da1d .caretIcon__494551a1{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__f439c212 .buttonDropdownTarget__bd73da1d.active__fb855fa3 .caretIcon__494551a1{transform:rotate(-180deg)}.buttonDropdown__f439c212 .buttonDropdownMenuItem__572d173e{overflow:hidden;text-overflow:ellipsis}.formFieldMaskedInputWrapper__f7f32208{position:relative}.formFieldMaskedInputWrapper__f7f32208 .formFieldMaskedInputPlaceholder__51439ef0{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__f7f32208 .formFieldMaskedInputPlaceholder__51439ef0::placeholder{opacity:1}.formFieldMaskedInputWrapper__f7f32208.size-sm__01125b29{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__f7f32208.size-sm__01125b29 .formFieldMaskedInputPlaceholder__51439ef0{top:5px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__f7f32208.size-md__6784c995{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__f7f32208.size-md__6784c995 .formFieldMaskedInputPlaceholder__51439ef0{top:9px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__f7f32208.size-lg__88b39b26{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__f7f32208.size-lg__88b39b26 .formFieldMaskedInputPlaceholder__51439ef0{top:25px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__f7f32208 .formFieldMaskedInput__ecd99046{display:block;position:relative;background:none!important}.listItemTable__c23ebd1e{margin-bottom:4px}.listItemTable__c23ebd1e:last-child{margin-bottom:0}.listSortableItem__ac9c3ac1{position:relative}.listSortableItem__ac9c3ac1.dragging__0dd5f38b{z-index:1}.segmentedControlSegment__a86a9c92{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-0-1-5);outline:none;cursor:pointer}.segmentedControlSegment__a86a9c92:disabled{cursor:default}.sm__daba5f86 .segmentedControlSegment__a86a9c92{min-height:20px;padding:2px;font-size:12px;line-height:16px;border-radius:4px}.md__91c8f43a .segmentedControlSegment__a86a9c92{min-height:32px;padding:6px;font-size:14px;line-height:20px;border-radius:6px}.lg__2fa5d5a6 .segmentedControlSegment__a86a9c92{min-height:40px;padding:8px;font-size:16px;line-height:20px;border-radius:8px}.general1__96e2ea93 .segmentedControlSegment__a86a9c92{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-1-5);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-1-5)}.general1__96e2ea93 .segmentedControlSegment__a86a9c92:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-1-5);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-1-5)}.general1__96e2ea93 .segmentedControlSegment__a86a9c92:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-1-5);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-1-5)}.general1__96e2ea93 .segmentedControlSegment__a86a9c92.selected__d9f4cbc2{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-1-5);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-1-5)}.general1__96e2ea93 .segmentedControlSegment__a86a9c92.selected__d9f4cbc2:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-1-5);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-1-5)}.general1__96e2ea93 .segmentedControlSegment__a86a9c92.selected__d9f4cbc2:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-1-5);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-1-5)}.general2__c80c6030 .segmentedControlSegment__a86a9c92{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-1-5);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-1-5)}.general2__c80c6030 .segmentedControlSegment__a86a9c92:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-1-5);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-1-5)}.general2__c80c6030 .segmentedControlSegment__a86a9c92:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-1-5);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-1-5)}.general2__c80c6030 .segmentedControlSegment__a86a9c92.selected__d9f4cbc2{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-1-5);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-1-5)}.general2__c80c6030 .segmentedControlSegment__a86a9c92.selected__d9f4cbc2:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-1-5);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-1-5)}.general2__c80c6030 .segmentedControlSegment__a86a9c92.selected__d9f4cbc2:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-1-5);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-1-5)}.secondary1__6ea19cad .segmentedControlSegment__a86a9c92{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-1-5);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-1-5)}.secondary1__6ea19cad .segmentedControlSegment__a86a9c92:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-1-5);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-1-5)}.secondary1__6ea19cad .segmentedControlSegment__a86a9c92:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-1-5);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-1-5)}.secondary1__6ea19cad .segmentedControlSegment__a86a9c92.selected__d9f4cbc2{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-1-5);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-1-5)}.secondary1__6ea19cad .segmentedControlSegment__a86a9c92.selected__d9f4cbc2:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-1-5);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-1-5)}.secondary2__3f29df60 .segmentedControlSegment__a86a9c92{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-1-5);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-1-5)}.secondary2__3f29df60 .segmentedControlSegment__a86a9c92:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-1-5);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-1-5)}.secondary2__3f29df60 .segmentedControlSegment__a86a9c92:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-1-5);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-1-5)}.secondary2__3f29df60 .segmentedControlSegment__a86a9c92.selected__d9f4cbc2{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-1-5);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-1-5)}.secondary2__3f29df60 .segmentedControlSegment__a86a9c92.selected__d9f4cbc2:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-1-5);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-1-5)}.segmentedControlSegment__a86a9c92:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-1-5)}.content__dfae2bdf{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__9b23c394{display:flex;gap:4px}.segmentedControl__9b23c394.general1__96e2ea93{background:var(--triplex-next-SegmentedControl-General_1_Background-0-1-5)}.segmentedControl__9b23c394.secondary1__6ea19cad{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-1-5)}.segmentedControl__9b23c394.general2__c80c6030{background:var(--triplex-next-SegmentedControl-General_2_Background-0-1-5)}.segmentedControl__9b23c394.secondary2__3f29df60{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-1-5)}.segmentedControl__9b23c394.sm__daba5f86{padding:4px}.segmentedControl__9b23c394.md__91c8f43a{padding:6px}.segmentedControl__9b23c394.lg__2fa5d5a6{padding:8px}.skeleton__d1d1a2d1{border-radius:16px;flex-grow:1}.skeleton__d1d1a2d1.light__f6f7140e{animation:skeleton-light-pulse__4dd4bfea 2s ease-in-out infinite}.skeleton__d1d1a2d1.dark__d228c03d{animation:skeleton-dark-pulse__9d936a47 2s ease-in-out infinite}@keyframes skeleton-light-pulse__4dd4bfea{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-1-5)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-1-5)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-1-5)}}@keyframes skeleton-dark-pulse__9d936a47{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-1-5)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-1-5)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-1-5)}}.tooltipDesktop__e930f04b{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__e930f04b .tooltipBody__e17b6d80{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-1-5)}.tooltipDesktop__e930f04b .tooltipXButton__28c6e282{position:absolute;right:8px;top:8px}.tooltipDesktopContent__03aa3725{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-1-5);border-radius:8px}.closable__9e4ee525 .tooltipDesktopContent__03aa3725{padding-right:32px}.tooltipSM__59befd87 .tooltipDesktopContent__03aa3725{width:192px;min-height:52px}.tooltipLG__5f0729ea .tooltipDesktopContent__03aa3725{width:384px;min-height:52px}.tooltipOverlay__ed74f584{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__68ab2789{width:0;height:0}.tooltipDesktopTip__68ab2789.down__09a1fa84{border-top:solid var(--triplex-next-Tooltip-Background-0-1-5);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__68ab2789.up__a74169f5{border-bottom:solid var(--triplex-next-Tooltip-Background-0-1-5);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__68ab2789.left__55a383ea{border-right:solid var(--triplex-next-Tooltip-Background-0-1-5);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__68ab2789.right__c8de748f{border-left:solid var(--triplex-next-Tooltip-Background-0-1-5);border-top:solid transparent;border-bottom:solid transparent}.overlay__f7a3f485{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__f7a3f485.fixed__01fb497b{position:fixed}.overlay__f7a3f485.closing__e7cdd2fc,.overlay__f7a3f485.opened__b76c71f2{visibility:visible;left:0;right:0}.overlayPanel__3c292d51{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-1-5);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__3c292d51.bottom__8c107516{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__3c292d51.left__838a34dc{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__3c292d51.right__a87eaa93{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__3c292d51.top__52c65b48{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__3c292d51.left__838a34dc.opened__b76c71f2,.overlayPanel__3c292d51.right__a87eaa93.opened__b76c71f2{transform:translate(0)}.overlayPanel__3c292d51.top__52c65b48.opened__b76c71f2,.overlayPanel__3c292d51.bottom__8c107516.opened__b76c71f2{transform:translateY(0)}.overlayContent__e30f1613{display:flex;min-height:100%}.overlayMask__8abc1143{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-1-5);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__8abc1143.overlayOpened__26214563{opacity:1}.listMasterFooter__19d76d67{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-1-5);color:var(--triplex-next-ListMaster-Footer_Color-0-1-5);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__19d76d67.sticky__dd82151f{position:sticky;bottom:0}.listMasterFooterDescription__41c5860f{padding-right:16px}.listMasterFooterControls__e1768441{white-space:nowrap}.tooltipMobile__2a9a24f0 .tooltipBody__e17b6d80{text-align:left}.tooltipMobile__2a9a24f0 .tooltipXButton__28c6e282{position:absolute;right:16px;top:16px}.tooltipMobileContent__ca0ef015{padding:16px}.headerless__d255b9b2 .tooltipMobileContent__ca0ef015{padding-right:40px}.tooltipLink__71b84365{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:block;margin-top:16px}.desktop__85506dc5{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-1-5)}.desktop__85506dc5:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-1-5)}.desktop__85506dc5:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-1-5)}.desktop__85506dc5:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-1-5)}.mobile__76c328ed{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-1-5)}.mobile__76c328ed:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-1-5)}.mobile__76c328ed:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-1-5)}.mobile__76c328ed:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-1-5)}.listMasterChipGroup__82ed5216{padding:0 16px}.listMasterHeader__1b6ca195{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-1-5);color:var(--triplex-next-ListMaster-Header_Color-0-1-5)}.listMasterHeader__1b6ca195.sticky__dd82151f{position:sticky;top:0;z-index:1}.selectionControls__1157d023{display:flex;justify-content:space-between;align-items:center}.uploadZone__34eab220{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-1-5)}.uploadZone__34eab220:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-1-5)}.uploadZoneDragArea__668d72c8{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-1-5);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__da607c10{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-1-5);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-1-5);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-1-5);border-radius:8px;box-sizing:border-box}.uploadZoneInput__02a38de7{display:none}
1
+ html {--triplex-next-ColorBrand-0-0-1-6: #1F3336;
2
+ --triplex-next-ColorBrand-10-0-1-6: #0B3A3C;
3
+ --triplex-next-ColorBrand-20-0-1-6: #006063;
4
+ --triplex-next-ColorBrand-30-0-1-6: #007777;
5
+ --triplex-next-ColorBrand-40-0-1-6: #008985;
6
+ --triplex-next-ColorBrand-50-0-1-6: #21A19A;
7
+ --triplex-next-ColorBrand-60-0-1-6: #19BDB0;
8
+ --triplex-next-ColorBrand-70-0-1-6: #4BD9CF;
9
+ --triplex-next-ColorBrand-80-0-1-6: #71ECDC;
10
+ --triplex-next-ColorBrand-90-0-1-6: #A8F5E9;
11
+ --triplex-next-ColorBrand-100-0-1-6: #E3FFFA;
12
+ --triplex-next-ColorDarkNeutralAlpha-0-0-1-6: rgba(31, 31, 34, 1);
13
+ --triplex-next-ColorDarkNeutralAlpha-10-0-1-6: rgba(31, 31, 34, .95);
14
+ --triplex-next-ColorDarkNeutralAlpha-20-0-1-6: rgba(31, 31, 34, .85);
15
+ --triplex-next-ColorDarkNeutralAlpha-30-0-1-6: rgba(31, 31, 34, .75);
16
+ --triplex-next-ColorDarkNeutralAlpha-40-0-1-6: rgba(31, 31, 34, .65);
17
+ --triplex-next-ColorDarkNeutralAlpha-50-0-1-6: rgba(31, 31, 34, .55);
18
+ --triplex-next-ColorDarkNeutralAlpha-60-0-1-6: rgba(31, 31, 34, .45);
19
+ --triplex-next-ColorDarkNeutralAlpha-70-0-1-6: rgba(31, 31, 34, .35);
20
+ --triplex-next-ColorDarkNeutralAlpha-80-0-1-6: rgba(31, 31, 34, .25);
21
+ --triplex-next-ColorDarkNeutralAlpha-90-0-1-6: rgba(31, 31, 34, .15);
22
+ --triplex-next-ColorDarkNeutralAlpha-100-0-1-6: rgba(31, 31, 34, .05);
23
+ --triplex-next-ColorDarkNeutral-0-0-1-6: #000000;
24
+ --triplex-next-ColorDarkNeutral-10-0-1-6: #171719;
25
+ --triplex-next-ColorDarkNeutral-20-0-1-6: #1B1B1D;
26
+ --triplex-next-ColorDarkNeutral-30-0-1-6: #1F1F22;
27
+ --triplex-next-ColorDarkNeutral-40-0-1-6: #262629;
28
+ --triplex-next-ColorDarkNeutral-50-0-1-6: #2D2D30;
29
+ --triplex-next-ColorDarkNeutral-60-0-1-6: #343437;
30
+ --triplex-next-ColorDarkNeutral-70-0-1-6: #3B3B3E;
31
+ --triplex-next-ColorDarkNeutral-80-0-1-6: #424245;
32
+ --triplex-next-ColorDarkNeutral-90-0-1-6: #49494C;
33
+ --triplex-next-ColorDarkNeutral-100-0-1-6: #4F4F52;
34
+ --triplex-next-ColorError-0-0-1-6: #443139;
35
+ --triplex-next-ColorError-10-0-1-6: #4E3741;
36
+ --triplex-next-ColorError-20-0-1-6: #A90024;
37
+ --triplex-next-ColorError-30-0-1-6: #BD002C;
38
+ --triplex-next-ColorError-40-0-1-6: #D10032;
39
+ --triplex-next-ColorError-50-0-1-6: #E60037;
40
+ --triplex-next-ColorError-60-0-1-6: #F80C45;
41
+ --triplex-next-ColorError-70-0-1-6: #FF5571;
42
+ --triplex-next-ColorError-80-0-1-6: #FFB1C1;
43
+ --triplex-next-ColorError-90-0-1-6: #FCE0E6;
44
+ --triplex-next-ColorError-100-0-1-6: #FFF0F3;
45
+ --triplex-next-ColorInfo-0-0-1-6: #313749;
46
+ --triplex-next-ColorInfo-10-0-1-6: #2E3A52;
47
+ --triplex-next-ColorInfo-20-0-1-6: #0A43B0;
48
+ --triplex-next-ColorInfo-30-0-1-6: #124FC2;
49
+ --triplex-next-ColorInfo-40-0-1-6: #0E57CC;
50
+ --triplex-next-ColorInfo-50-0-1-6: #1371E4;
51
+ --triplex-next-ColorInfo-60-0-1-6: #1297FE;
52
+ --triplex-next-ColorInfo-70-0-1-6: #66BEFF;
53
+ --triplex-next-ColorInfo-80-0-1-6: #8DD2FF;
54
+ --triplex-next-ColorInfo-90-0-1-6: #B8E6FF;
55
+ --triplex-next-ColorInfo-100-0-1-6: #E3F6FF;
56
+ --triplex-next-ColorNeutralAlpha-0-0-1-6: rgba(255, 255, 255, 1);
57
+ --triplex-next-ColorNeutralAlpha-10-0-1-6: rgba(255, 255, 255, .95);
58
+ --triplex-next-ColorNeutralAlpha-20-0-1-6: rgba(255, 255, 255, .85);
59
+ --triplex-next-ColorNeutralAlpha-30-0-1-6: rgba(255, 255, 255, .75);
60
+ --triplex-next-ColorNeutralAlpha-40-0-1-6: rgba(255, 255, 255, .65);
61
+ --triplex-next-ColorNeutralAlpha-50-0-1-6: rgba(255, 255, 255, .55);
62
+ --triplex-next-ColorNeutralAlpha-60-0-1-6: rgba(255, 255, 255, .45);
63
+ --triplex-next-ColorNeutralAlpha-70-0-1-6: rgba(255, 255, 255, .35);
64
+ --triplex-next-ColorNeutralAlpha-80-0-1-6: rgba(255, 255, 255, .25);
65
+ --triplex-next-ColorNeutralAlpha-90-0-1-6: rgba(255, 255, 255, .15);
66
+ --triplex-next-ColorNeutralAlpha-100-0-1-6: rgba(255, 255, 255, .05);
67
+ --triplex-next-ColorNeutral-0-0-1-6: #CBCFD7;
68
+ --triplex-next-ColorNeutral-10-0-1-6: #D1D4DC;
69
+ --triplex-next-ColorNeutral-20-0-1-6: #D6D9E0;
70
+ --triplex-next-ColorNeutral-30-0-1-6: #DCDFE4;
71
+ --triplex-next-ColorNeutral-40-0-1-6: #DFE2E7;
72
+ --triplex-next-ColorNeutral-50-0-1-6: #E3E6EA;
73
+ --triplex-next-ColorNeutral-60-0-1-6: #E7E9EE;
74
+ --triplex-next-ColorNeutral-70-0-1-6: #EAEDF1;
75
+ --triplex-next-ColorNeutral-80-0-1-6: #EEF0F4;
76
+ --triplex-next-ColorNeutral-90-0-1-6: #F2F4F7;
77
+ --triplex-next-ColorNeutral-100-0-1-6: #FFFFFF;
78
+ --triplex-next-ColorSuccess-0-0-1-6: #28433E;
79
+ --triplex-next-ColorSuccess-10-0-1-6: #2A4C45;
80
+ --triplex-next-ColorSuccess-20-0-1-6: #00624C;
81
+ --triplex-next-ColorSuccess-30-0-1-6: #007353;
82
+ --triplex-next-ColorSuccess-40-0-1-6: #008B5C;
83
+ --triplex-next-ColorSuccess-50-0-1-6: #00C075;
84
+ --triplex-next-ColorSuccess-60-0-1-6: #00D67D;
85
+ --triplex-next-ColorSuccess-70-0-1-6: #3AF299;
86
+ --triplex-next-ColorSuccess-80-0-1-6: #8AFFB8;
87
+ --triplex-next-ColorSuccess-90-0-1-6: #B8FFD4;
88
+ --triplex-next-ColorSuccess-100-0-1-6: #E1FFEB;
89
+ --triplex-next-ColorSystem-0-0-1-6: #373C49;
90
+ --triplex-next-ColorSystem-10-0-1-6: #384156;
91
+ --triplex-next-ColorSystem-20-0-1-6: #47526D;
92
+ --triplex-next-ColorSystem-30-0-1-6: #57637F;
93
+ --triplex-next-ColorSystem-40-0-1-6: #697591;
94
+ --triplex-next-ColorSystem-50-0-1-6: #8291B3;
95
+ --triplex-next-ColorSystem-60-0-1-6: #95A3C1;
96
+ --triplex-next-ColorSystem-70-0-1-6: #A9B6D0;
97
+ --triplex-next-ColorSystem-80-0-1-6: #BFCADF;
98
+ --triplex-next-ColorSystem-90-0-1-6: #D6DEED;
99
+ --triplex-next-ColorSystem-100-0-1-6: #EEF3FC;
100
+ --triplex-next-ColorWarning-0-0-1-6: #463734;
101
+ --triplex-next-ColorWarning-10-0-1-6: #4F3E3B;
102
+ --triplex-next-ColorWarning-20-0-1-6: #E03400;
103
+ --triplex-next-ColorWarning-30-0-1-6: #E63D00;
104
+ --triplex-next-ColorWarning-40-0-1-6: #EF4C01;
105
+ --triplex-next-ColorWarning-50-0-1-6: #FD6508;
106
+ --triplex-next-ColorWarning-60-0-1-6: #FF7A17;
107
+ --triplex-next-ColorWarning-70-0-1-6: #FFB13B;
108
+ --triplex-next-ColorWarning-80-0-1-6: #FFD169;
109
+ --triplex-next-ColorWarning-90-0-1-6: #FFE7B1;
110
+ --triplex-next-ColorWarning-100-0-1-6: #FFF4DB;
111
+ --triplex-next-Button-General_Background_Active-0-1-6: #007777;
112
+ --triplex-next-Button-General_Background_Default-0-1-6: #21A19A;
113
+ --triplex-next-Button-General_Background_Disabled-0-1-6: #F2F4F7;
114
+ --triplex-next-Button-General_Background_Hover-0-1-6: #19BDB0;
115
+ --triplex-next-Button-General_Color_Active-0-1-6: rgba(255, 255, 255, 1);
116
+ --triplex-next-Button-General_Color_Default-0-1-6: rgba(255, 255, 255, 1);
117
+ --triplex-next-Button-General_Color_Disabled-0-1-6: rgba(31, 31, 34, .35);
118
+ --triplex-next-Button-General_Color_Hover-0-1-6: rgba(255, 255, 255, 1);
119
+ --triplex-next-Button-General_Shadow_Focus-0-1-6: 0 0 0 1px #FFD169 inset;
120
+ --triplex-next-Button-Secondary_Background_Active-0-1-6: #DCDFE4;
121
+ --triplex-next-Button-Secondary_Background_Default-0-1-6: #F2F4F7;
122
+ --triplex-next-Button-Secondary_Background_Disabled-0-1-6: #F2F4F7;
123
+ --triplex-next-Button-Secondary_Background_Hover-0-1-6: #EAEDF1;
124
+ --triplex-next-Button-Secondary_Color_Active-0-1-6: #007777;
125
+ --triplex-next-Button-Secondary_Color_Default-0-1-6: #008985;
126
+ --triplex-next-Button-Secondary_Color_Disabled-0-1-6: rgba(31, 31, 34, .35);
127
+ --triplex-next-Button-Secondary_Color_Hover-0-1-6: #21A19A;
128
+ --triplex-next-Button-Secondary_Shadow_Focus-0-1-6: 0 0 0 1px #FFD169 inset;
129
+ --triplex-next-Button-Danger_Background_Active-0-1-6: #BD002C;
130
+ --triplex-next-Button-Danger_Background_Default-0-1-6: #E60037;
131
+ --triplex-next-Button-Danger_Background_Disabled-0-1-6: #F2F4F7;
132
+ --triplex-next-Button-Danger_Background_Hover-0-1-6: #F80C45;
133
+ --triplex-next-Button-Danger_Color_Active-0-1-6: rgba(255, 255, 255, 1);
134
+ --triplex-next-Button-Danger_Color_Default-0-1-6: rgba(255, 255, 255, 1);
135
+ --triplex-next-Button-Danger_Color_Disabled-0-1-6: rgba(31, 31, 34, .35);
136
+ --triplex-next-Button-Danger_Color_Hover-0-1-6: rgba(255, 255, 255, 1);
137
+ --triplex-next-Button-Danger_Shadow_Focus-0-1-6: 0 0 0 1px #FFD169 inset;
138
+ --triplex-next-Button-Icon_Shadow_Focus-0-1-6: 0 0 0 1px #FFD169;
139
+ --triplex-next-Button-Link_Color_Active-0-1-6: #007777;
140
+ --triplex-next-Button-Link_Color_Default-0-1-6: #008985;
141
+ --triplex-next-Button-Link_Color_Disabled-0-1-6: rgba(31, 31, 34, .35);
142
+ --triplex-next-Button-Link_Color_Hover-0-1-6: #21A19A;
143
+ --triplex-next-Button-Link_Shadow_Focus-0-1-6: 0 0 0 1px #FFD169 inset;
144
+ --triplex-next-Checkbox-Background_Checked_Default-0-1-6: #21A19A;
145
+ --triplex-next-Checkbox-Background_Checked_Hover-0-1-6: #007777;
146
+ --triplex-next-Checkbox-Background_Default-0-1-6: #F2F4F7;
147
+ --triplex-next-Checkbox-Background_Disabled-0-1-6: rgba(31, 31, 34, .15);
148
+ --triplex-next-Checkbox-BorderColor_Focus-0-1-6: 0 0 0 1px #FFD169 inset;
149
+ --triplex-next-Checkbox-Checkmark_Fill_Default-0-1-6: rgba(255, 255, 255, 1);
150
+ --triplex-next-Checkbox-Checkmark_Fill_Disabled-0-1-6: rgba(31, 31, 34, .15);
151
+ --triplex-next-Checkbox-Color_Default-0-1-6: rgba(31, 31, 34, 1);
152
+ --triplex-next-Checkbox-Color_Disabled-0-1-6: rgba(31, 31, 34, .35);
153
+ --triplex-next-FormField-Background_Active-0-1-6: #F2F4F7;
154
+ --triplex-next-FormField-Background_Default-0-1-6: #F2F4F7;
155
+ --triplex-next-FormField-Background_Disabled-0-1-6: #F2F4F7;
156
+ --triplex-next-FormField-Background_Error-0-1-6: #FFF0F3;
157
+ --triplex-next-FormField-Background_Error_Hover-0-1-6: #FCE0E6;
158
+ --triplex-next-FormField-Background_Hover-0-1-6: #EAEDF1;
159
+ --triplex-next-FormField-Input_Color_Default-0-1-6: rgba(31, 31, 34, 1);
160
+ --triplex-next-FormField-Input_Color_Disabled-0-1-6: rgba(31, 31, 34, .45);
161
+ --triplex-next-FormField-Label_Color_Default-0-1-6: rgba(31, 31, 34, .65);
162
+ --triplex-next-FormField-Label_Color_Disabled-0-1-6: rgba(31, 31, 34, .45);
163
+ --triplex-next-FormField-Shadow_Active-0-1-6: 0 0 0 1px #21A19A inset;
164
+ --triplex-next-FormField-Shadow_Default-0-1-6: none;
165
+ --triplex-next-FormField-Shadow_Error_Active-0-1-6: 0 0 0 1px #E60037 inset;
166
+ --triplex-next-FormField-Placeholder_Color-0-1-6: rgba(31, 31, 34, .65);
167
+ --triplex-next-Link-BorderColor_Focus-0-1-6: 0 0 0 1px #FFD169 inset;
168
+ --triplex-next-Link-Text_Color_Active-0-1-6: #007777;
169
+ --triplex-next-Link-Text_Color_Default-0-1-6: #008985;
170
+ --triplex-next-Link-Text_Color_Hover-0-1-6: #21A19A;
171
+ --triplex-next-Loader-Neutral_Background_Default-0-1-6: rgba(255, 255, 255, 1);
172
+ --triplex-next-Loader-Brand_Background_Default-0-1-6: #21A19A;
173
+ --triplex-next-LoaderWidget-Small_Backdrop_Default-0-1-6: rgba(255, 255, 255, .8);
174
+ --triplex-next-LoaderWidget-Middle_Backdrop_Default-0-1-6: #FFFFFF;
175
+ --triplex-next-LoaderWidget-Middle_Background_Default-0-1-6: #EEF0F4;
176
+ --triplex-next-Dropdown-Background-0-1-6: #FFFFFF;
177
+ --triplex-next-Dropdown-Shadow-0-1-6: 0px 2px 7px rgba(31, 31, 34, 0.25);
178
+ --triplex-next-DropdownList-Background_Active-0-1-6: #F2F4F7;
179
+ --triplex-next-DropdownList-Background_Default-0-1-6: none;
180
+ --triplex-next-DropdownList-Background_Selected-0-1-6: #DCDFE4;
181
+ --triplex-next-DropdownList-Color-0-1-6: rgba(31, 31, 34, 1);
182
+ --triplex-next-DropdownMobile-Backdrop-0-1-6: rgba(31, 31, 34, .65);
183
+ --triplex-next-DropdownMobile-Border_Color-0-1-6: #D6D9E0;
184
+ --triplex-next-DropdownMobile-Content_Background-0-1-6: #FFFFFF;
185
+ --triplex-next-DropdownMobile-Footer_Background-0-1-6: #FFFFFF;
186
+ --triplex-next-DropdownMobile-Header_Background-0-1-6: #F2F4F7;
187
+ --triplex-next-DropdownMobileList-Active_Background-0-1-6: #F2F4F7;
188
+ --triplex-next-DropdownMobileList-Selected_Background-0-1-6: #DCDFE4;
189
+ --triplex-next-Tabs-Background-0-1-6: #F2F4F7;
190
+ --triplex-next-Tabs-Tab_Background_Default-0-1-6: #F2F4F7;
191
+ --triplex-next-Tabs-Tab_Background_Hover-0-1-6: #DFE2E7;
192
+ --triplex-next-Tabs-Tab_Background_Selected-0-1-6: #FFFFFF;
193
+ --triplex-next-Tabs-Tab_BorderColor_Default-0-1-6: #F2F4F7;
194
+ --triplex-next-Tabs-Tab_BorderColor_Focus-0-1-6: 0 0 0 1px #FFD169 inset;
195
+ --triplex-next-Typography-Primary_Color-0-1-6: rgba(31, 31, 34, 1);
196
+ --triplex-next-Typography-Complementary_Color-0-1-6: rgba(31, 31, 34, .85);
197
+ --triplex-next-Typography-Secondary_Color-0-1-6: rgba(31, 31, 34, .65);
198
+ --triplex-next-Typography-Tertiary_Color-0-1-6: rgba(31, 31, 34, .55);
199
+ --triplex-next-Typography-Disabled_Color-0-1-6: rgba(31, 31, 34, .35);
200
+ --triplex-next-Typography-Brand_Color-0-1-6: #008985;
201
+ --triplex-next-Typography-Info_Color-0-1-6: #0E57CC;
202
+ --triplex-next-Typography-Success_Color-0-1-6: #008B5C;
203
+ --triplex-next-Typography-Error_Color-0-1-6: #D10032;
204
+ --triplex-next-Typography-Warning_Color-0-1-6: #EF4C01;
205
+ --triplex-next-Typography-System_Color-0-1-6: #697591;
206
+ --triplex-next-Tooltip-Background-0-1-6: #1B1B1D;
207
+ --triplex-next-Tooltip-Color-0-1-6: rgba(255, 255, 255, 1);
208
+ --triplex-next-Tooltip-Link_Desktop_Color_Active-0-1-6: #008985;
209
+ --triplex-next-Tooltip-Link_Desktop_Color_Default-0-1-6: #19BDB0;
210
+ --triplex-next-Tooltip-Link_Desktop_Color_Hover-0-1-6: #4BD9CF;
211
+ --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-1-6: 0 0 0 1px #FFD169;
212
+ --triplex-next-Tooltip-Link_Mobile_Color_Active-0-1-6: #007777;
213
+ --triplex-next-Tooltip-Link_Mobile_Color_Default-0-1-6: #008985;
214
+ --triplex-next-Tooltip-Link_Mobile_Color_Hover-0-1-6: #21A19A;
215
+ --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-1-6: 0 0 0 1px #FFDD64;
216
+ --triplex-next-AlertContext-Error_Color-0-1-6: #D10032;
217
+ --triplex-next-AlertContext-Info_Color-0-1-6: rgba(31, 31, 34, 1);
218
+ --triplex-next-AlertContext-System_Color-0-1-6: rgba(31, 31, 34, 1);
219
+ --triplex-next-AlertContext-Warning_Color-0-1-6: rgba(31, 31, 34, 1);
220
+ --triplex-next-AlertProcess-Info_Background-0-1-6: #E3F6FF;
221
+ --triplex-next-AlertProcess-Warning_Background-0-1-6: #FFF4DB;
222
+ --triplex-next-AlertProcess-Error_Background-0-1-6: #FFF0F3;
223
+ --triplex-next-AlertProcess-System_Background-0-1-6: #EEF3FC;
224
+ --triplex-next-AlertProcess-Feature_Background-0-1-6: #E3FFFA;
225
+ --triplex-next-Overlay-Background-0-1-6: rgba(255, 255, 255, .8);
226
+ --triplex-next-Overlay-Panel_Background-0-1-6: #FFFFFF;
227
+ --triplex-next-ListItem-Background-0-1-6: #FFFFFF;
228
+ --triplex-next-ListItem-Background_Dragging-0-1-6: #FFFFFF;
229
+ --triplex-next-ListItem-Background_Selected-0-1-6: #F2F4F7;
230
+ --triplex-next-ListItem-Shadow-0-1-6: 0 2px 7px rgba(31, 31, 34, 0.25);
231
+ --triplex-next-ListItemControlsButton-Background-0-1-6: #F2F4F7;
232
+ --triplex-next-ListItemControlsButton-Color-0-1-6: #171719;
233
+ --triplex-next-ListMaster-Background-0-1-6: #FFFFFF;
234
+ --triplex-next-ListMaster-Footer_Background-0-1-6: #DCDFE4;
235
+ --triplex-next-ListMaster-Footer_Color-0-1-6: #EAEDF1;
236
+ --triplex-next-ListMaster-Header_Background-0-1-6: #DCDFE4;
237
+ --triplex-next-ListMaster-Header_Color-0-1-6: #EAEDF1;
238
+ --triplex-next-Page-Background-0-1-6: #EAEDF1;
239
+ --triplex-next-Radio-Background_Checked_Default-0-1-6: #21A19A;
240
+ --triplex-next-Radio-Background_Checked_Disabled-0-1-6: rgba(31, 31, 34, .15);
241
+ --triplex-next-Radio-Background_Checked_Hover-0-1-6: #007777;
242
+ --triplex-next-Radio-Background_Default-0-1-6: #F2F4F7;
243
+ --triplex-next-Radio-Background_Disabled-0-1-6: #F2F4F7;
244
+ --triplex-next-Radio-Background_Hover-0-1-6: #19BDB0;
245
+ --triplex-next-Radio-BorderColor_Focused-0-1-6: 0 0 0 1px #FFD169 inset;
246
+ --triplex-next-Radio-Color_Default-0-1-6: rgba(31, 31, 34, 1);
247
+ --triplex-next-Radio-Color_Disabled-0-1-6: rgba(31, 31, 34, .35);
248
+ --triplex-next-Radio-Dot_Default-0-1-6: rgba(255, 255, 255, 1);
249
+ --triplex-next-Radio-Dot_Disabled-0-1-6: rgba(31, 31, 34, .15);
250
+ --triplex-next-UploadZone-Background_Default-0-1-6: #F2F4F7;
251
+ --triplex-next-UploadZone-Background_Hover-0-1-6: #EAEDF1;
252
+ --triplex-next-UploadZone-BorderColor_Default-0-1-6: rgba(31, 31, 34, .45);
253
+ --triplex-next-UploadZone-DragArea_Background-0-1-6: #F2F4F7;
254
+ --triplex-next-UploadZone-DragArea_BorderColor-0-1-6: #21A19A;
255
+ --triplex-next-Pagination-PageButton_Background_Active-0-1-6: #E3E6EA;
256
+ --triplex-next-Pagination-PageButton_Background_Hover-0-1-6: #F2F4F7;
257
+ --triplex-next-Pagination-PageButton_Background_Selected-0-1-6: #E3E6EA;
258
+ --triplex-next-Pagination-PageButton_BorderColor_Focus-0-1-6: #FFD169;
259
+ --triplex-next-Pagination-PageButton_Color-0-1-6: rgba(31, 31, 34, 1);
260
+ --triplex-next-Card-Static_General_Background-0-1-6: #FFFFFF;
261
+ --triplex-next-Card-Static_Secondary_Background-0-1-6: #F2F4F7;
262
+ --triplex-next-Card-Action_General_Background-0-1-6: #FFFFFF;
263
+ --triplex-next-Card-Action_General_Background_Hover-0-1-6: #FFFFFF;
264
+ --triplex-next-Card-Action_General_Background_Selected-0-1-6: #F2F4F7;
265
+ --triplex-next-Card-Action_General_Background_Selected_Hover-0-1-6: #EAEDF1;
266
+ --triplex-next-Card-Action_Secondary_Background-0-1-6: #F2F4F7;
267
+ --triplex-next-Card-Action_Secondary_Background_Hover-0-1-6: #E7E9EE;
268
+ --triplex-next-Card-Action_Secondary_Background_Selected-0-1-6: #DFE2E7;
269
+ --triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-1-6: #DFE2E7;
270
+ --triplex-next-Card-BorderColor_Focus-0-1-6: #FFD169;
271
+ --triplex-next-Card-Shadow_Default-0-1-6: 0 0 7px 0 rgba(31, 31, 34, 0.25);
272
+ --triplex-next-Card-Shadow_Hover-0-1-6: 0 0 14px 0 rgba(31, 31, 34, 0.25);
273
+ --triplex-next-Skeleton-BackgroundColor_Light_Start-0-1-6: #F2F4F7;
274
+ --triplex-next-Skeleton-BackgroundColor_Light_End-0-1-6: #DFE2E7;
275
+ --triplex-next-Skeleton-BackgroundColor_Dark_Start-0-1-6: rgba(31, 31, 34, .05);
276
+ --triplex-next-Skeleton-BackgroundColor_Dark_End-0-1-6: rgba(31, 31, 34, .15);
277
+ --triplex-next-SegmentedControl-General_1_Background-0-1-6: #F2F4F7;
278
+ --triplex-next-SegmentedControl-General_2_Background-0-1-6: #FFFFFF;
279
+ --triplex-next-SegmentedControl-Secondary_1_Background-0-1-6: #F2F4F7;
280
+ --triplex-next-SegmentedControl-Secondary_2_Background-0-1-6: #FFFFFF;
281
+ --triplex-next-SegmentedControlSegment-General_1_Color_Default-0-1-6: rgba(31, 31, 34, .65);
282
+ --triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-1-6: rgba(31, 31, 34, 1);
283
+ --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-1-6: rgba(31, 31, 34, .15);
284
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-1-6: rgba(255, 255, 255, 1);
285
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-1-6: rgba(255, 255, 255, 1);
286
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-1-6: rgba(255, 255, 255, .25);
287
+ --triplex-next-SegmentedControlSegment-General_1_Background_Default-0-1-6: #F2F4F7;
288
+ --triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-1-6: #DFE2E7;
289
+ --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-1-6: #F2F4F7;
290
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-1-6: #3B3B3E;
291
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-1-6: #49494C;
292
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-1-6: #343437;
293
+ --triplex-next-SegmentedControlSegment-General_2_Color_Default-0-1-6: rgba(31, 31, 34, .65);
294
+ --triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-1-6: rgba(31, 31, 34, 1);
295
+ --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-1-6: rgba(31, 31, 34, .15);
296
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-1-6: rgba(255, 255, 255, 1);
297
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-1-6: rgba(255, 255, 255, 1);
298
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-1-6: rgba(255, 255, 255, .25);
299
+ --triplex-next-SegmentedControlSegment-General_2_Background_Default-0-1-6: #FFFFFF;
300
+ --triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-1-6: #EEF0F4;
301
+ --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-1-6: #FFFFFF;
302
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-1-6: #3B3B3E;
303
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-1-6: #49494C;
304
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-1-6: #343437;
305
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-1-6: rgba(31, 31, 34, .65);
306
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-1-6: rgba(31, 31, 34, 1);
307
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-1-6: rgba(31, 31, 34, .15);
308
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-1-6: rgba(31, 31, 34, 1);
309
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-0-1-6: rgba(31, 31, 34, 1);
310
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-1-6: rgba(31, 31, 34, .15);
311
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-1-6: #F2F4F7;
312
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-1-6: #DFE2E7;
313
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-1-6: #F2F4F7;
314
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-1-6: #FFFFFF;
315
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-0-1-6: #DFE2E7;
316
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-1-6: #FFFFFF;
317
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-1-6: rgba(31, 31, 34, .65);
318
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-1-6: rgba(31, 31, 34, 1);
319
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-1-6: rgba(31, 31, 34, .15);
320
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-1-6: rgba(31, 31, 34, 1);
321
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-0-1-6: rgba(31, 31, 34, 1);
322
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-1-6: rgba(31, 31, 34, .15);
323
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-1-6: #FFFFFF;
324
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-1-6: #EEF0F4;
325
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-1-6: #FFFFFF;
326
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-1-6: #E3E6EA;
327
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-0-1-6: #D6D9E0;
328
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-1-6: #F2F4F7;
329
+ --triplex-next-SegmentedControlSegment-BorderColor_Default-0-1-6: transparent;
330
+ --triplex-next-SegmentedControlSegment-BorderColor_Focus-0-1-6: #FFD169;
331
+ --triplex-next-HeaderPage-Background-0-1-6: #FFFFFF;
332
+ --triplex-next-FooterPage-Background-0-1-6: #FFFFFF;}
333
+ .underline__2c09e391{text-decoration:underline}.strikethrough__aa27760f{text-decoration:line-through}.underlineStrikethrough__3a4cb3e1{text-decoration:underline line-through}.typography__11e68595.primary__bfbd3193{color:var(--triplex-next-Typography-Primary_Color-0-1-6)}.typography__11e68595.complementary__8a98661f{color:var(--triplex-Typography-Complementary_Color-0-1-6)}.typography__11e68595.secondary__7fb8ae3d{color:var(--triplex-next-Typography-Secondary_Color-0-1-6)}.typography__11e68595.tertiary__f298291f{color:var(--triplex-next-Typography-Tertiary_Color-0-1-6)}.typography__11e68595.disabled__34fb6a9c{color:var(--triplex-next-Typography-Disabled_Color-0-1-6)}.typography__11e68595.brand__2f3fc096{color:var(--triplex-next-Typography-Brand_Color-0-1-6);-webkit-user-select:none;user-select:none}.typography__11e68595.info__f5cf11b3{color:var(--triplex-next-Typography-Info_Color-0-1-6)}.typography__11e68595.success__8a37ba81{color:var(--triplex-next-Typography-Success_Color-0-1-6)}.typography__11e68595.error__f6ed0dac{color:var(--triplex-next-Typography-Error_Color-0-1-6)}.typography__11e68595.warning__bf0d2fd5{color:var(--triplex-next-Typography-Warning_Color-0-1-6)}.typography__11e68595.system__bda3d070{color:var(--triplex-next-Typography-System_Color-0-1-6)}.typography__11e68595.compact__34d562a2{line-height:calc(16 / 14)}.title__cb52ba0a.regular__5eaf5817{font-family:SBSansDisplay}.title__cb52ba0a.semibold__ebfbc5a3{font-family:SBSansDisplaySemibold}.title__cb52ba0a.medium__ffa29861{font-family:SBSansDisplayMedium}.title__cb52ba0a.bold__2346c450{font-family:SBSansDisplayBold}.h1__3f84978c,.h2__5c65e98c,.h3__03e6f499{margin:0}.h1__3f84978c{font-size:28px;line-height:36px}.h2__5c65e98c{font-size:24px;line-height:32px}.h3__03e6f499{font-size:20px;line-height:28px}.text__db5a2ad3.regular__5eaf5817{font-family:SBSansText}.text__db5a2ad3.semibold__ebfbc5a3{font-family:SBSansTextSemibold}.b1__5fd5e8bd{font-size:18px;line-height:24px}.b2__e0cd448c{font-size:16px;line-height:20px}.b3__e2605073{font-size:14px;line-height:20px}.b3__e2605073.compact__34d562a2{line-height:16px}.b4__d61c0f6b{font-size:12px;line-height:16px}.caption__13694852.regular__5eaf5817{font-family:SBSansText}.caption__13694852.semibold__ebfbc5a3{font-family:SBSansTextSemibold}.c1__d90aca22{font-size:10px;line-height:12px}.c2__7618a56e{font-size:8px;line-height:10px}.d1__afe3b41b{font-size:32px;line-height:40px}.d1__afe3b41b.regular__5eaf5817{font-family:SBSansDisplay}.d1__afe3b41b.semibold__ebfbc5a3{font-family:SBSansDisplaySemibold}.label__7fa2b61e{display:inline-block;position:relative;font-weight:400;color:var(--triplex-next-Radio-Color_Default-0-1-6);cursor:pointer}.label__7fa2b61e.md__94944cdc{font-size:14px;line-height:24px;min-height:24px;min-width:24px}.label__7fa2b61e.lg__1975bdef{font-size:16px;line-height:28px;min-width:28px;min-height:28px}.label__7fa2b61e.nonempty__eff1c0f4{padding-left:40px}.label__7fa2b61e.disabled__352d1fa7{color:var(--triplex-next-Radio-Color_Disabled-0-1-6);cursor:default}.radio__18cee38c{margin:0;opacity:0}.radioIcon__0ea1ebb2{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-0-1-6);border-radius:50%}.radioIcon__0ea1ebb2:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-0-1-6);border-radius:50%;transform:scale(0)}.md__94944cdc .radioIcon__0ea1ebb2:after{width:12px;height:12px;top:6px;left:6px}.lg__1975bdef .radioIcon__0ea1ebb2:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__0ea1ebb2,.radioIcon__0ea1ebb2:after{pointer-events:none}.radio__18cee38c,.radioIcon__0ea1ebb2{position:absolute;left:0}.md__94944cdc .radio__18cee38c,.md__94944cdc .radioIcon__0ea1ebb2{width:24px;height:24px}.lg__1975bdef .radio__18cee38c,.lg__1975bdef .radioIcon__0ea1ebb2{width:28px;height:28px}.nonempty__eff1c0f4 .radio__18cee38c,.nonempty__eff1c0f4 .radioIcon__0ea1ebb2{top:2px}.radio__18cee38c:enabled{cursor:pointer}.radio__18cee38c:checked+.radioIcon__0ea1ebb2{background:var(--triplex-next-Radio-Background_Checked_Default-0-1-6)}.radio__18cee38c:checked+.radioIcon__0ea1ebb2:after{transform:scale(1);transition:transform .2s ease-out}.radio__18cee38c:hover+.radioIcon__0ea1ebb2{background-color:var(--triplex-next-Radio-Background_Hover-0-1-6)}.radio__18cee38c:disabled+.radioIcon__0ea1ebb2{background:var(--triplex-next-Radio-Background_Disabled-0-1-6)}.radio__18cee38c:disabled:checked+.radioIcon__0ea1ebb2{background:var(--triplex-next-Radio-Background_Checked_Disabled-0-1-6)}.radio__18cee38c:disabled+.radioIcon__0ea1ebb2:after{background:var(--triplex-next-Radio-Dot_Disabled-0-1-6)}.radio__18cee38c:focus-visible+.radioIcon__0ea1ebb2{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-0-1-6)}.radio__18cee38c:checked:enabled:hover+.radioIcon__0ea1ebb2{background-color:var(--triplex-next-Radio-Background_Checked_Hover-0-1-6)}.radioXGroup__d46efdc3{display:inline-flex;flex-flow:row wrap}.radioXGroup__d46efdc3.indent-12__f8607f37{margin-left:-6px;margin-right:-6px}.radioXGroup__d46efdc3.indent-12__f8607f37 .label__7fa2b61e{margin-left:6px;margin-right:6px}.radioXGroup__d46efdc3.indent-16__573c2fce{margin-left:-8px;margin-right:-8px}.radioXGroup__d46efdc3.indent-16__573c2fce .label__7fa2b61e{margin-left:8px;margin-right:8px}.radioXGroup__d46efdc3.indent-20__f23ca316{margin-left:-10px;margin-right:-10px}.radioXGroup__d46efdc3.indent-20__f23ca316 .label__7fa2b61e{margin-left:10px;margin-right:10px}.radioXGroup__d46efdc3.indent-24__f327057d{margin-left:-12px;margin-right:-12px}.radioXGroup__d46efdc3.indent-24__f327057d .label__7fa2b61e{margin-left:12px;margin-right:12px}.radioXGroup__d46efdc3.indent-28__fd8924ea{margin-left:-14px;margin-right:-14px}.radioXGroup__d46efdc3.indent-28__fd8924ea .label__7fa2b61e{margin-left:14px;margin-right:14px}.radioXGroup__d46efdc3.indent-32__68592f09{margin-left:-16px;margin-right:-16px}.radioXGroup__d46efdc3.indent-32__68592f09 .label__7fa2b61e{margin-left:16px;margin-right:16px}.radioYGroup__bea526c7{display:inline-flex;flex-flow:column wrap}.radioYGroup__bea526c7 .label__7fa2b61e+.label__7fa2b61e{margin-top:20px}.loaderSmall__34a76875{display:flex;justify-content:center;align-items:center}.loaderSmall__34a76875.sm__4f49eb8d{width:16px;height:16px;gap:2px}.loaderSmall__34a76875.sm__4f49eb8d .dot__33f4531f{width:4px;height:4px}.loaderSmall__34a76875.md__e818ba9b{width:24px;height:24px;gap:3px}.loaderSmall__34a76875.md__e818ba9b .dot__33f4531f{width:6px;height:6px}.loaderSmall__34a76875.lg__81611fdb{width:32px;height:32px;gap:4px}.loaderSmall__34a76875.lg__81611fdb .dot__33f4531f{width:8px;height:8px}.loaderSmall__34a76875.neutral__ab8c701a .dot__33f4531f{background-color:var(--triplex-next-Loader-Neutral_Background_Default-0-1-6)}.loaderSmall__34a76875.brand__4589b1f5 .dot__33f4531f{background-color:var(--triplex-next-Loader-Brand_Background_Default-0-1-6)}.loaderSmall__34a76875 .dot__33f4531f{border-radius:50%}.loaderSmall__34a76875 .dot1__47ef86b8{animation:dotCycleSmall__d160d01d .9s infinite}.loaderSmall__34a76875 .dot2__b282b077{animation:dotCycleSmall__d160d01d .9s infinite .15s}.loaderSmall__34a76875 .dot3__637b918b{animation:dotCycleSmall__d160d01d .9s infinite .3s}@keyframes dotCycleSmall__d160d01d{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__faa75574{position:relative;width:40px;height:40px}.loaderMiddle__faa75574 .dot__33f4531f{position:absolute;background-color:var(--triplex-next-Loader-Brand_Background_Default-0-1-6);width:12px;height:12px;border-radius:6px}.loaderMiddle__faa75574 .dot1__47ef86b8{top:0;left:0;animation:dotCycleMiddle__94297dc5 3s infinite}.loaderMiddle__faa75574 .dot2__b282b077{right:0;top:0;opacity:.7;animation:dotCycleMiddle__94297dc5 3s infinite .74s}.loaderMiddle__faa75574 .dot3__637b918b{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__94297dc5 3s infinite 1.5s}.loaderMiddle__faa75574 .dot4__60f2acc0{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__94297dc5 3s infinite 2.25s}.loaderMiddle__faa75574 .line__0d5886fc{background-color:var(--triplex-next-Loader-Brand_Background_Default-0-1-6);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__f38dbb0f 3s infinite}@keyframes lineCycle__f38dbb0f{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__94297dc5{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__fec98bdd{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__3057aa50{background:var(--triplex-next-DropdownMobile-Backdrop-0-1-6);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__3057aa50.closing__b17b6455{opacity:0}.dropdownMobileBackdrop__3057aa50.opening__6ac2cd8c,.dropdownMobileBackdrop__3057aa50.opened__21072737{opacity:var(--triplex-DropdownMobile-Opacity-0-1-6)}.dropdownMobile__876bfa56{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__876bfa56.closing__b17b6455{transform:translateY(100%)}.dropdownMobile__876bfa56.opening__6ac2cd8c,.dropdownMobile__876bfa56.opened__21072737{transform:translateY(0)}.dropdownMobileHeader__c46c9e8e{min-height:16px;padding:16px 40px 16px 16px;background:var(--triplex-next-DropdownMobile-Header_Background-0-1-6);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileContent__4cc9a559{background:var(--triplex-next-DropdownMobile-Content_Background-0-1-6);flex-grow:1;overflow:auto}.dropdownMobileFooter__9dc26bde{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-0-1-6);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-0-1-6);flex-shrink:1}.dropdownMobileListItem__fa9457ae{padding:16px}.dropdownMobileListItem__fa9457ae.selected__e9d8b9bb{background:var(--triplex-next-DropdownMobileList-Selected_Background-0-1-6)}.dropdownMobileListItem__fa9457ae:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-0-1-6)}button.dropdownMobileClose__0965b2a2{position:absolute;top:16px;right:16px}.dropdownMobileBodyOverflow__dd33f9b3{overflow:hidden}.buttonIcon__3ea6c515{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__3ea6c515:enabled{cursor:pointer}.buttonIcon__3ea6c515.circle__eb849fdd{border-radius:50%}.buttonIcon__3ea6c515.squircle__42d07dd3{border-radius:4px}.buttonIcon__3ea6c515:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-0-1-6)}.label__882ed016{display:inline-block;position:relative;font-weight:400;color:var(--triplex-next-Checkbox-Color_Default-0-1-6);cursor:pointer}.label__882ed016.md__9a80fb77{min-width:24px;min-height:24px;font-size:14px;line-height:24px}.label__882ed016.lg__c6b9332d{min-width:28px;min-height:28px;font-size:16px;line-height:28px}.label__882ed016.nonempty__375161fa{padding-left:40px}.label__882ed016.disabled__fd38142d{color:var(--triplex-next-Checkbox-Color_Disabled-0-1-6);cursor:default}.label__882ed016[hidden]{display:none}.checkbox__6d6753ea{margin:0;opacity:0}.checkboxIcon__66c974b8{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-0-1-6);border-radius:4px}.checkmarkIcon__d0846b2d{transform:scale(0)}.checkmarkIcon__d0846b2d path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-0-1-6)}.checkboxIcon__66c974b8,.checkmarkIcon__d0846b2d{pointer-events:none}.checkbox__6d6753ea,.checkboxIcon__66c974b8,.checkmarkIcon__d0846b2d{position:absolute;left:0}.md__9a80fb77 .checkbox__6d6753ea,.md__9a80fb77 .checkboxIcon__66c974b8,.md__9a80fb77 .checkmarkIcon__d0846b2d{width:24px;height:24px}.lg__c6b9332d .checkbox__6d6753ea,.lg__c6b9332d .checkboxIcon__66c974b8,.lg__c6b9332d .checkmarkIcon__d0846b2d{width:28px;height:28px}.checkbox__6d6753ea:enabled{cursor:pointer}.checkbox__6d6753ea:checked+.checkboxIcon__66c974b8{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-0-1-6)}.checkbox__6d6753ea:checked~.checkmarkIcon__d0846b2d{transform:scale(1);transition:transform .2s ease-out}.checkbox__6d6753ea:disabled+.checkboxIcon__66c974b8{background-color:var(--triplex-next-Checkbox-Background_Disabled-0-1-6)}.checkbox__6d6753ea:disabled~.checkmarkIcon__d0846b2d path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-0-1-6)}.checkbox__6d6753ea:focus-visible+.checkboxIcon__66c974b8{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-0-1-6)}.checkbox__6d6753ea:checked:enabled:hover+.checkboxIcon__66c974b8{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-0-1-6)}.checkboxXGroup__7bcbde46{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__7bcbde46.indent-12__d3a0b39e{margin-left:-6px;margin-right:-6px}.checkboxXGroup__7bcbde46.indent-12__d3a0b39e .label__882ed016{margin-left:6px;margin-right:6px}.checkboxXGroup__7bcbde46.indent-16__aa16ce2f{margin-left:-8px;margin-right:-8px}.checkboxXGroup__7bcbde46.indent-16__aa16ce2f .label__882ed016{margin-left:8px;margin-right:8px}.checkboxXGroup__7bcbde46.indent-20__75353aef{margin-left:-10px;margin-right:-10px}.checkboxXGroup__7bcbde46.indent-20__75353aef .label__882ed016{margin-left:10px;margin-right:10px}.checkboxXGroup__7bcbde46.indent-24__aba4ce74{margin-left:-12px;margin-right:-12px}.checkboxXGroup__7bcbde46.indent-24__aba4ce74 .label__882ed016{margin-left:12px;margin-right:12px}.checkboxXGroup__7bcbde46.indent-28__63b95f49{margin-left:-14px;margin-right:-14px}.checkboxXGroup__7bcbde46.indent-28__63b95f49 .label__882ed016{margin-left:14px;margin-right:14px}.checkboxXGroup__7bcbde46.indent-32__8f734b2c{margin-left:-16px;margin-right:-16px}.checkboxXGroup__7bcbde46.indent-32__8f734b2c .label__882ed016{margin-left:16px;margin-right:16px}.checkboxYGroup__7ac58a34{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__7ac58a34 .label__882ed016+.label__882ed016{margin-top:20px}.card__786a8c76{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden}.card__786a8c76.roundingMD__6b47be3f{border-radius:16px}.card__786a8c76.roundingSM__0110d5c1{border-radius:8px}.card__786a8c76.general__85e8e913{background:var(--triplex-next-Card-Static_General_Background-0-1-6)}.card__786a8c76.secondary__1d2e618d{background:var(--triplex-next-Card-Static_Secondary_Background-0-1-6)}.card__786a8c76 .cardMedia__5ee2c778{background-size:cover;background-repeat:no-repeat;background-position:center}.card__786a8c76 .cardContent__711b9412.paddingMD__f47cb1ee{padding:23px}.card__786a8c76 .cardContent__711b9412.paddingMD__f47cb1ee:not(:first-child){padding-top:24px}.card__786a8c76 .cardContent__711b9412.paddingMD__f47cb1ee:not(:last-child){padding-bottom:24px}.card__786a8c76 .cardContent__711b9412.paddingSM__80ae5995{padding:15px}.card__786a8c76 .cardContent__711b9412.paddingSM__80ae5995:not(:first-child){padding-top:16px}.card__786a8c76 .cardContent__711b9412.paddingSM__80ae5995:not(:last-child){padding-bottom:16px}.card__786a8c76 .cardContent__711b9412 .cardContentHeader__19112f20{margin-bottom:16px}.card__786a8c76 .cardContent__711b9412 .cardContentFooter__b5cc2e9d{margin-top:16px}.action__f052994f{cursor:pointer;box-shadow:var(--triplex-next-Card-Shadow_Default-0-1-6);transition:background .12s ease,box-shadow .12s ease}.action__f052994f.general__85e8e913{background:var(--triplex-next-Card-Action_General_Background-0-1-6)}.action__f052994f.general__85e8e913:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-0-1-6);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-1-6)}.action__f052994f.general__85e8e913.selected__518a522c{background:var(--triplex-next-Card-Action_General_Background_Selected-0-1-6)}.action__f052994f.general__85e8e913.selected__518a522c:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-0-1-6)}.action__f052994f.secondary__1d2e618d{background:var(--triplex-next-Card-Action_Secondary_Background-0-1-6)}.action__f052994f.secondary__1d2e618d:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-0-1-6);box-shadow:var(--triplex-next-Card-Shadow_Hover-0-1-6)}.action__f052994f.secondary__1d2e618d.selected__518a522c{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-0-1-6)}.action__f052994f.secondary__1d2e618d.selected__518a522c:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-0-1-6)}.action__f052994f:focus{outline:none}.action__f052994f:focus.focusVisible__10e80013{border:1px solid var(--triplex-next-Card-BorderColor_Focus-0-1-6)}.alertContext__77cdc881{display:flex;font-size:12px;line-height:16px}.alertContext__77cdc881>svg{flex-shrink:0}.alertContext__77cdc881 .alertContextText__5c143063{margin-left:8px}.alertContext__77cdc881.alertTypeError__bd2eec60 .alertContextText__5c143063{color:var(--triplex-next-AlertContext-Error_Color-0-1-6)}.alertContext__77cdc881.alertTypeInfo__2b8b6239 .alertContextText__5c143063{color:var(--triplex-next-AlertContext-Info_Color-0-1-6)}.alertContext__77cdc881.alertTypeWarning__b3e029f1 .alertContextText__5c143063{color:var(--triplex-next-AlertContext-Warning_Color-0-1-6)}.alertContext__77cdc881.alertTypeSystem__4c58baab .alertContextText__5c143063{color:var(--triplex-next-AlertContext-System_Color-0-1-6)}.alertProcess__0d408e6b{display:flex;padding:16px;border-radius:8px;position:relative}.alertProcess__0d408e6b.withSpoiler__77e44e61{min-height:40px}.alertProcess__0d408e6b .themeIcon__0eab8593{padding-top:2px;box-sizing:border-box;height:20px;width:20px}.alertProcess__0d408e6b.alertTypeError__bd2eec60{background:var(--triplex-next-AlertProcess-Error_Background-0-1-6)}.alertProcess__0d408e6b.alertTypeInfo__2b8b6239{background:var(--triplex-next-AlertProcess-Info_Background-0-1-6)}.alertProcess__0d408e6b.alertTypeWarning__b3e029f1{background:var(--triplex-next-AlertProcess-Warning_Background-0-1-6)}.alertProcess__0d408e6b.alertTypeSystem__4c58baab{background:var(--triplex-next-AlertProcess-System_Background-0-1-6)}.alertProcess__0d408e6b.alertTypeFeature__577ea24f{background:var(--triplex-next-AlertProcess-Feature_Background-0-1-6)}.alertProcess__0d408e6b.alertTypeFeature__577ea24f .themeIcon__0eab8593{padding-top:0}.alertProcess__0d408e6b .alertProcessContentBlock__2a0f605a{flex:1;margin-left:8px}.alertProcess__0d408e6b .alertProcessContentBlock__2a0f605a:not(:has(+.closeButton__e5c0017d)){padding-right:26px}.alertProcess__0d408e6b .alertProcessContentBlock__2a0f605a .expandableContent__51246ed5{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__0d408e6b .alertProcessContentBlock__2a0f605a .expandableContent__51246ed5.expanded__ce806b5b{max-height:1000px;opacity:1}.alertProcess__0d408e6b .closeButton__e5c0017d{margin-left:10px}.alertProcess__0d408e6b .expandButton__d53edf69{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__0d408e6b .expandButton__d53edf69.expanded__ce806b5b{transform:rotate(180deg)}.dropdownList__df34afb1{max-height:196px;padding:4px;overflow:auto}.dropdownListItem__aa651616{color:var(--triplex-next-DropdownList-Color-0-1-6);background:var(--triplex-next-DropdownList-Background_Default-0-1-6);position:relative;outline:none;white-space:nowrap}.dropdownListItem__aa651616+.dropdownListItem__aa651616{margin-top:2px}.dropdownListItem__aa651616.active__d1e66931{background:var(--triplex-next-DropdownList-Background_Active-0-1-6);cursor:pointer}.dropdownListItem__aa651616.selected__e9d8b9bb{background:var(--triplex-next-DropdownList-Background_Selected-0-1-6);cursor:default}.dropdownList-sm__201b0026{font-size:12px;line-height:16px}.dropdownList-sm__201b0026 .dropdownListItem__aa651616{padding:6px 8px;border-radius:6px}.dropdownList-md__a25171cc{font-size:14px;line-height:20px}.dropdownList-md__a25171cc .dropdownListItem__aa651616{padding:7px 8px;border-radius:8px}.dropdownList-lg__c58abac9{font-size:16px;line-height:20px}.dropdownList-lg__c58abac9 .dropdownListItem__aa651616{padding:14px 8px;border-radius:10px}.formField__c070e927{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-0-1-6);box-shadow:var(--triplex-next-FormField-Shadow_Default-0-1-6);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__c070e927:hover{background:var(--triplex-next-FormField-Background_Hover-0-1-6)}.formField__c070e927.disabled__f6435c2a{background:var(--triplex-next-FormField-Background_Disabled-0-1-6)}.formField__c070e927.active__80ad563f{background:var(--triplex-next-FormField-Background_Active-0-1-6);box-shadow:var(--triplex-next-FormField-Shadow_Active-0-1-6)}.formField__c070e927.active__80ad563f::placeholder{opacity:1}.formField__c070e927.error__c25ee82e{background:var(--triplex-next-FormField-Background_Error-0-1-6)}.formField__c070e927.error__c25ee82e:hover{background:var(--triplex-next-FormField-Background_Error_Hover-0-1-6)}.formField__c070e927.error__c25ee82e.active__80ad563f{background:var(--triplex-next-FormField-Background_Error-0-1-6);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-0-1-6)}.formField__c070e927.size-sm__5c0732be{border-radius:6px}.formField__c070e927.size-md__3275adc6{border-radius:8px}.formField__c070e927.size-lg__b7e84fba{border-radius:10px}.formFieldDescription__99da69f4{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__99da69f4.withCounter__a85b3790{display:flex;justify-content:space-between}.formFieldCounter__fe91081a{padding-left:4px}.formFieldLabel__299c90f4{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__299c90f4.size-sm__5c0732be{top:6px}.formFieldLabel__299c90f4.size-md__3275adc6{top:10px}.formFieldLabel__299c90f4.size-lg__b7e84fba{top:18px}.formFieldLabel__299c90f4.size-lg__b7e84fba.floating__7d637a17{top:10px}.formFieldLabelText__4ca5360a{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-0-1-6);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__5c0732be .formFieldLabelText__4ca5360a{font-size:12px;line-height:16px}.size-md__3275adc6 .formFieldLabelText__4ca5360a{font-size:14px;line-height:20px}.size-lg__b7e84fba .formFieldLabelText__4ca5360a{font-size:16px;line-height:20px}.floating__7d637a17 .formFieldLabelText__4ca5360a{font-size:12px;line-height:16px}.floating__7d637a17.size-sm__5c0732be .formFieldLabelText__4ca5360a,.floating__7d637a17.size-md__3275adc6 .formFieldLabelText__4ca5360a{display:none}.disabled__f6435c2a .formFieldLabelText__4ca5360a{color:var(--triplex-next-FormField-Label_Color_Disabled-0-1-6)}.formFieldClear__67c0fdb5{cursor:pointer;height:16px;opacity:0;transition:opacity .3s}.formFieldClear__67c0fdb5.shown__50aa24fb{opacity:1}.formFieldInput__ee986b1d{width:100%;box-sizing:border-box;border:none;background:none;-webkit-appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-0-1-6)}.formFieldInput__ee986b1d:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-1-6)}.formFieldInput__ee986b1d::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-1-6);opacity:0;transition:opacity .3s ease-out}.formFieldInput__ee986b1d:focus{outline:none}.formFieldInput__ee986b1d:focus::placeholder{opacity:1}.formFieldInput__ee986b1d:-webkit-autofill{animation-name:autofill-applied-hook__99ba81d7;animation-duration:1ms}.formFieldInput__ee986b1d:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__05d77a2f;animation-duration:1ms}.formFieldInput__ee986b1d.size-sm__5c0732be{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__ee986b1d.size-md__3275adc6{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__ee986b1d.size-lg__b7e84fba{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__99ba81d7{0%{transform:none}}@keyframes autofill-cancelled-hook__05d77a2f{0%{transform:none}}.formFieldPostfix__d58c7564{padding:0 12px 0 4px;position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__5772a387{padding:0 8px 0 12px;position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center;gap:4px}.formFieldTextarea__0bcd80e4{width:100%;box-sizing:border-box;font-size:16px;line-height:20px;height:96px;padding-top:26px;padding-bottom:10px;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-0-1-6);resize:vertical}.formFieldTextarea__0bcd80e4:focus{outline:none}.formFieldTextarea__0bcd80e4:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-0-1-6)}.formFieldTextarea__0bcd80e4::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-0-1-6)}.list__58536c7e{margin:0;padding:0;list-style:none;position:relative}.listItemControls__2e6926f6{display:flex;padding:0 16px 0 4px}.listItemContent__4cc5471a{background:var(--triplex-next-ListItem-Background-0-1-6);padding:12px 16px;min-height:56px;box-sizing:border-box}.listItemContent__4cc5471a.selected__5fcd7b59{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-0-1-6)}.listItemControlsButton__fec17772{font-family:inherit;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background-0-1-6);border:none;width:80px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__fec17772+.listItemControlsButton__fec17772,.listItemControlsButton__fec17772+.listItemControlsButtonDropdown__a9bd14f6{margin-left:4px}.listItemControlsButtonIcon__72d0c0fb{line-height:0}.listItemControlsButton__fec17772.withText__0ad91e40 .listItemControlsButtonIcon__72d0c0fb{margin-bottom:8px}.listItemControlsButtonLabel__5ffb660a{color:var(--triplex-next-ListItemControlsButton-Color-0-1-6);overflow-wrap:break-word}div.listItemControlsButtonDropdown__a9bd14f6{display:flex}.listItemControlsButtonInner__d4c18792{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__fec17772.withIcon__b78dc1ec.withText__0ad91e40 .listItemControlsButtonInner__d4c18792{height:44px;overflow:visible}.buttonDropdownMenuItem__e27fd5ed{overflow:hidden;text-overflow:ellipsis}.listEmptyState__765e8027{padding:80px 16px 16px;text-align:center}.listItemLoading__430b72a9{height:76px;position:relative}.listItemSelectable__106186b9{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-0-1-6);border-radius:8px}.listItemSelectable__106186b9.selected__5fcd7b59{background:var(--triplex-next-ListItem-Background_Selected-0-1-6)}.checkboxWrapper__ad58341a{padding:16px 20px 16px 16px;line-height:0}.childrenWrapper__7203d921{flex-grow:1}.checkboxLabel__240ac95b{padding:0!important;transform:scale(1.375) translateY(-2px);position:relative}.checkboxLabelClickArea__8b527668{position:absolute;top:-2.5px;left:-3.6px;bottom:-5px;right:-3.6px}.listItemTail__a7353e4b{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__b4d4cfe0{background:var(--triplex-next-ListMaster-Background-0-1-6);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__41ef341d{position:absolute;top:0;left:0;right:0}.listItemTailTop__41ef341d: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-0-1-6)}.listItemTailTop__41ef341d: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-0-1-6)}.listItemTailBottom__c1c44a59{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__c1c44a59: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-0-1-6)}.listItemTailBottom__c1c44a59: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-0-1-6)}.listItemTailRight__83455959{right:-8px}.listItemTailLeft__d6d7b351{left:-8px}.listSortableItemTarget__2cae60e5{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-0-1-6);touch-action:manipulation;cursor:grab}.listSortableItemTarget__2cae60e5:hover{background:var(--triplex-next-ListItem-Background_Selected-0-1-6)}.listSortableItemTarget__2cae60e5.dragging__e893fe3f{background:var(--triplex-next-ListItem-Background_Dragging-0-1-6);box-shadow:var(--triplex-next-ListItem-Shadow-0-1-6);cursor:grabbing;z-index:1}.listSortableItemTargetContent__12429bfd{flex:1}.listSortableItemTargetIcon__c4451f65{display:block;margin-left:24px}.listSortableItemControls__55207bc6{display:inline-block}.col-1__0ff498c5{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__9ad9b59c{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__62c3b0df{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__dcdd6758{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__0a32f863{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__1c8ccb3e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__30a95fc8{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__71edc1bf{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__8fd98d73{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__64bc2062{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__a5239619{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__0c79c013{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__f0aa5424{margin-left:0%}.offset-1__6b8c3769{margin-left:8.33333333%}.offset-2__9f842fc0{margin-left:16.66666667%}.offset-3__a8fc43c2{margin-left:25%}.offset-4__3a2497b9{margin-left:33.33333333%}.offset-5__a3ea7b57{margin-left:41.66666667%}.offset-6__f043fd73{margin-left:50%}.offset-7__c2891dc4{margin-left:58.33333333%}.offset-8__3b0f52be{margin-left:66.66666667%}.offset-9__5415bd82{margin-left:75%}.offset-10__28c62559{margin-left:83.33333333%}.offset-11__9afd19f0{margin-left:91.66666667%}.d-none__8ca75876{display:none!important}.d-block__1dcc673a{display:block!important}@media (min-width: 576px){.col-sm-1__5f3705e4{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__46daaf0e{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__d8506190{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__f64db324{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__85af7b3d{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__7ec2f428{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__48634034{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__4edd270e{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__a0caa44b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__693e8090{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__566a3b5d{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__e0b1a6ee{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__c2d884ca{margin-left:0%}.offset-sm-1__70487370{margin-left:8.33333333%}.offset-sm-2__3c2206ea{margin-left:16.66666667%}.offset-sm-3__a07d062b{margin-left:25%}.offset-sm-4__9ac37063{margin-left:33.33333333%}.offset-sm-5__abbb0ddc{margin-left:41.66666667%}.offset-sm-6__9ecfc81c{margin-left:50%}.offset-sm-7__56135547{margin-left:58.33333333%}.offset-sm-8__1a5a5118{margin-left:66.66666667%}.offset-sm-9__c5c68932{margin-left:75%}.offset-sm-10__0696ebc7{margin-left:83.33333333%}.offset-sm-11__b590eaac{margin-left:91.66666667%}.d-none-sm__5f42f7ec{display:none!important}.d-block-sm__ba623656{display:block!important}}@media (min-width: 768px){.col-md-1__e95a1f85{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__6f2a5a30{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__30fce35b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__8986467c{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__b90dd6d3{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__d79456ab{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__34f5190d{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__0fe89259{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__9fa505fc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__71ebd17a{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__0f4e673c{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__126595c0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__a9bf6fca{margin-left:0%}.offset-md-1__9cbf5736{margin-left:8.33333333%}.offset-md-2__4964ac9e{margin-left:16.66666667%}.offset-md-3__193b8d5c{margin-left:25%}.offset-md-4__a6c9e732{margin-left:33.33333333%}.offset-md-5__e26cf51a{margin-left:41.66666667%}.offset-md-6__cb4ae170{margin-left:50%}.offset-md-7__b3e59a5d{margin-left:58.33333333%}.offset-md-8__8535ac5e{margin-left:66.66666667%}.offset-md-9__2d9cb5c2{margin-left:75%}.offset-md-10__225621a6{margin-left:83.33333333%}.offset-md-11__94372d56{margin-left:91.66666667%}.d-none-md__30130866{display:none!important}.d-block-md__3a44e8d0{display:block!important}}@media (min-width: 992px){.col-lg-1__38c021e3{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__e6642804{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__e35a424f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__24890d36{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__213ef2b1{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__8f97e2d0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__5d136c0b{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__f98543b1{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__7d7fc264{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__38abc905{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__d8c68bd3{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__79b0ee1c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__cd69ae85{margin-left:0%}.offset-lg-1__e2657781{margin-left:8.33333333%}.offset-lg-2__fad88e08{margin-left:16.66666667%}.offset-lg-3__b3472341{margin-left:25%}.offset-lg-4__53727a27{margin-left:33.33333333%}.offset-lg-5__69a749e4{margin-left:41.66666667%}.offset-lg-6__d8b69a83{margin-left:50%}.offset-lg-7__137fac5f{margin-left:58.33333333%}.offset-lg-8__b0385ea2{margin-left:66.66666667%}.offset-lg-9__8ea57e2f{margin-left:75%}.offset-lg-10__9c88c4d5{margin-left:83.33333333%}.offset-lg-11__9447bcc6{margin-left:91.66666667%}.d-none-lg__ec1af159{display:none!important}.d-block-lg__42162f0e{display:block!important}}@media (min-width: 1200px){.col-xl-1__08d7c41b{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__c77c9703{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__ef984d12{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__de173919{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__2d549f8f{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__a97f14ef{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__3172b780{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__ce7ad666{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__9a4be69b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__47a1bcbb{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__23efe178{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__b080a721{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__6c0e48fd{margin-left:0%}.offset-xl-1__44a65b0f{margin-left:8.33333333%}.offset-xl-2__50be97c0{margin-left:16.66666667%}.offset-xl-3__26e95115{margin-left:25%}.offset-xl-4__8f20ec02{margin-left:33.33333333%}.offset-xl-5__44a79a74{margin-left:41.66666667%}.offset-xl-6__1cff1a5b{margin-left:50%}.offset-xl-7__5be88977{margin-left:58.33333333%}.offset-xl-8__c4dc25b6{margin-left:66.66666667%}.offset-xl-9__195eea36{margin-left:75%}.offset-xl-10__a2526ec3{margin-left:83.33333333%}.offset-xl-11__341d3279{margin-left:91.66666667%}.d-none-xl__0c54de18{display:none!important}.d-block-xl__7b1e8e9a{display:block!important}}.link__e78ca308{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-0-1-6)}.link__e78ca308:hover{color:var(--triplex-next-Link-Text_Color_Hover-0-1-6)}.link__e78ca308:active{color:var(--triplex-next-Link-Text_Color_Active-0-1-6)}.link__e78ca308:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-0-1-6)}.wordWithContent__8c83deb4{white-space:nowrap;display:inline-flex;align-items:center}.before__11ca27fc :first-child{margin-right:4px}.after__ba0bd28f :last-child{margin-left:4px}.loaderWidget__4b26b4db{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:0;top:0;right:0;bottom:0;z-index:10100}.loaderWidget__4b26b4db.loaderSmallBackdrop__361bcd22{background:var(--triplex-next-LoaderWidget-Small_Backdrop_Default-0-1-6)}.loaderWidget__4b26b4db.loaderMiddleBackdrop__13ac9ecc{background:var(--triplex-next-LoaderWidget-Middle_Backdrop_Default-0-1-6)}.loaderWidget__4b26b4db.loaderMiddleBackdrop__13ac9ecc .loaderMiddleBackground__3806f6b7{width:64px;height:64px;border-radius:16px;background:var(--triplex-next-LoaderWidget-Middle_Background_Default-0-1-6)}.loaderWidget__4b26b4db.loaderMiddleBackdrop__13ac9ecc .loaderMiddleBackground__3806f6b7 div{margin:12px}.row__5a568991{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__5a568991.noPaddingBottom__369507d3,.row__5a568991:last-child{padding-bottom:0}.tabsExtended__c652aaa0{position:relative}.tabsExtendedContent__05f4e0eb{display:inline-flex;padding:4px}.tabsExtendedTab__cd716915+.tabsExtendedTab__cd716915,.tabsExtendedDropdown__4b6ef57e{margin-left:2px}.tabsReal__e1f38dd3,.tabsFake__e4400ee3{display:flex;box-sizing:border-box;width:100%}.tabsReal__e1f38dd3.hidden__6805ef01{visibility:hidden}.tabsReal__e1f38dd3 .tabsExtendedTab__cd716915.hidden__6805ef01{display:none}.tabsFake__e4400ee3{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.tabsExtendedTabButton__7953ad41{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-0-1-6);outline:none;background:var(--triplex-next-Tabs-Tab_Background_Default-0-1-6);cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__7953ad41.lg__483c430d{border-radius:6px;padding:14px 16px;line-height:20px;font-size:16px}.tabsExtendedTabButton__7953ad41.md__56c8a04d{border-radius:4px;padding:6px 16px;line-height:20px;font-size:14px}.tabsExtendedTabButton__7953ad41.sm__5122ab60{border-radius:4px;padding:2px 16px;line-height:16px;font-size:12px}.tabsExtendedTabButton__7953ad41::-moz-focus-inner{border:none}.tabsExtendedTabButton__7953ad41+.tabsExtendedTabButton__7953ad41{margin-left:2px}.tabsExtendedTabButton__7953ad41:hover{background:var(--triplex-next-Tabs-Tab_Background_Hover-0-1-6)}.tabsExtendedTabButton__7953ad41:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-0-1-6)}.tabsExtendedTabButton__7953ad41.selected__cad5e651{background:var(--triplex-next-Tabs-Tab_Background_Selected-0-1-6);cursor:default}.swipeableArea__eda757f2{position:relative;overflow:hidden}.swipeableArea__eda757f2 .content__499400e1{position:relative;touch-action:pan-y}.swipeableArea__eda757f2 .content__499400e1.disableScroll__d8947d1e{touch-action:none}.swipeableArea__eda757f2 .content__499400e1.disablePointerEvents__4b8dd7a9:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__eda757f2 .swipeAnimationFinish__43809657{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__eda757f2 .leftContent__ffc088ed,.swipeableArea__eda757f2 .rightContent__762288b8{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__eda757f2 .rightContent__762288b8{left:auto;right:0}.footer__73883a5a.sticky__8a89a3bd{z-index:101;position:sticky;bottom:0}.footerDescription__2bbaab50{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__fe57c232{flex-grow:1;margin-right:auto}.footerDescriptionControls__94dbcc43{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__2bbaab50{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__fe57c232{width:100%}.footerDescriptionControls__94dbcc43{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__94dbcc43>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__fe57c232+.footerDescriptionControls__94dbcc43{margin-top:0}.footer__73883a5a{padding:16px 0}}.body__5291a2ec{position:relative;padding-bottom:24px;display:flex}.body__5291a2ec .bodyInner__ce4aeb67{position:relative;flex-grow:1;width:100%}@media (max-width: 767px){.body__5291a2ec{padding:16px 0;overflow-x:auto}}.headerTabs__89b5da47{display:flex;justify-content:space-between}.headerTabs__89b5da47 .headerTabsContent__c92922d0{flex-grow:1}.headerTabs__89b5da47 .headerTabsControls__e926612b{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__89b5da47{flex-wrap:wrap}.headerTabs__89b5da47 .headerTabsContent__c92922d0{width:100%}.headerTabs__89b5da47 .headerTabsControls__e926612b{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__89b5da47 .headerTabsControls__e926612b>button{margin-left:16px;margin-top:16px}}.headerTitle__6e0afca8{display:flex;justify-content:space-between}.headerTitle__6e0afca8 .headerTitleControls__80e2a07b{white-space:nowrap;padding-left:24px}.headerLink__3a025917+.headerTitle__6e0afca8{padding-top:0}@media (max-width: 767px){.headerTitle__6e0afca8{flex-wrap:wrap}.headerTitle__6e0afca8 .headerTitleContent__93966d2b{width:100%}.headerTitle__6e0afca8 .headerTitleControls__80e2a07b{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__6e0afca8 .headerTitleControls__80e2a07b>button{margin-left:16px;margin-top:16px}}.headerSubheader__9b4b1704{padding:24px 0}.headerSubheader__9b4b1704.withoutPaddings__1db47d35{padding:0}.headerLayoutSidebar__dc8d54db{display:flex;justify-content:space-between}.headerLayoutSidebarContent__98fbff15{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__a09f5607{display:none}}.header__60b1c013.sticky__c367cf06{z-index:101;position:sticky;top:0}.page__c20fcd5a{height:100%;display:flex;flex-direction:column;max-width:100%;padding:24px;box-sizing:border-box;background-color:var(--triplex-next-Page-Background-0-1-6)}.page__c20fcd5a .headerPageBackground__ca60632c{background:var(--triplex-next-HeaderPage-Background-0-1-6);padding:24px;border-radius:24px}.page__c20fcd5a .footerPageBackground__9a2cb5f9{background:var(--triplex-next-FooterPage-Background-0-1-6);padding:24px;border-radius:24px}.page__c20fcd5a .headerPageSticky__49155853{z-index:101;position:sticky;top:0}.page__c20fcd5a .footerPageSticky__cc9cb3fc{z-index:101;position:sticky;bottom:0}.page__c20fcd5a .headerPageStuck__93dbba97{border-top-left-radius:0;border-top-right-radius:0}.page__c20fcd5a .footerPageStuck__cd575280{border-bottom-left-radius:0;border-bottom-right-radius:0}.observerTarget__bc9dc737{height:1px;visibility:hidden;pointer-events:none}.headerPage__72f3a426{padding-bottom:24px}.bodyPage__73a698f0{flex-grow:1}.paginationExtended__0de68cb6{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__7d7a91aa .directionIconNext__ce86a01b{transform:rotate(180deg)}.pageEllipsis__259712b8{display:flex;justify-content:center;align-items:center;height:24px;width:24px;margin:0 4px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-0-1-6);cursor:default}.paginationPageButton__f646ef64{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-0-1-6);background-color:transparent;display:flex;justify-content:center;align-items:center;height:32px;width:32px;line-height:20px;border:1px solid transparent;border-radius:6px;margin:0 4px;cursor:pointer}.paginationPageButton__f646ef64:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-0-1-6);outline:none}.paginationPageButton__f646ef64:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-0-1-6)}.paginationPageButton__f646ef64:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-0-1-6);cursor:grabbing}.paginationPageButton__f646ef64.currentPage__d40ff357{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-0-1-6);cursor:default}.paginationNavigationExtended__3b9e40c1{display:flex;align-items:center;list-style-type:none;margin:0;padding:0}.paginationSelect__e9289870{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__e9289870 .paginationSelectControl__2ec4d515{margin-left:8px}.button__9e90103a{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__9e90103a::-moz-focus-inner{border:none;padding:0}.button__9e90103a.sm__7431abb2{border-radius:6px;line-height:16px;font-size:12px}.button__9e90103a.sm__7431abb2:not(.icon__e6d198b8){height:28px;min-width:58px;padding:0 16px}.button__9e90103a.sm__7431abb2.icon__e6d198b8{min-height:28px;min-width:28px;padding:4px}.button__9e90103a.md__85c5af41{border-radius:8px;line-height:20px;font-size:14px}.button__9e90103a.md__85c5af41:not(.icon__e6d198b8){height:40px;min-width:72px;padding:0 20px}.button__9e90103a.md__85c5af41.icon__e6d198b8{min-height:40px;min-width:40px;padding:10px}.button__9e90103a.lg__bb71fc01{border-radius:10px;line-height:20px;font-size:16px}.button__9e90103a.lg__bb71fc01:not(.icon__e6d198b8){height:56px;min-width:84px;padding:0 24px}.button__9e90103a.lg__bb71fc01.icon__e6d198b8{min-height:56px;min-width:56px;padding:12px}.button__9e90103a:disabled{cursor:default}.button__9e90103a:disabled *{pointer-events:none}.button__9e90103a+.button__9e90103a:not(.block__3eb3cf09){margin-left:16px}.button__9e90103a .content__080b748a{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__9e90103a.block__3eb3cf09{display:block;width:100%}.button__9e90103a.loading__0b417097{pointer-events:none}.button__9e90103a.loading__0b417097 .content__080b748a{visibility:hidden}.button__9e90103a .loader__81ee9104{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__9e90103a .loader__81ee9104.hidden__8825f7da{visibility:hidden}.button__9e90103a.general__81e93e72{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-0-1-6);color:var(--triplex-next-Button-General_Color_Default-0-1-6)}.button__9e90103a.general__81e93e72:hover{background:var(--triplex-next-Button-General_Background_Hover-0-1-6);color:var(--triplex-next-Button-General_Color_Hover-0-1-6)}.button__9e90103a.general__81e93e72.expanded__1a4fe561,.button__9e90103a.general__81e93e72:active{background:var(--triplex-next-Button-General_Background_Active-0-1-6);color:var(--triplex-next-Button-General_Color_Active-0-1-6)}.button__9e90103a.general__81e93e72:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-0-1-6)}.button__9e90103a.general__81e93e72:disabled{background:var(--triplex-next-Button-General_Background_Disabled-0-1-6);color:var(--triplex-next-Button-General_Color_Disabled-0-1-6)}.button__9e90103a.secondary__2e3a9d2c{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-0-1-6);color:var(--triplex-next-Button-Secondary_Color_Default-0-1-6)}.button__9e90103a.secondary__2e3a9d2c:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-0-1-6);color:var(--triplex-next-Button-Secondary_Color_Hover-0-1-6)}.button__9e90103a.secondary__2e3a9d2c.expanded__1a4fe561,.button__9e90103a.secondary__2e3a9d2c:active{background:var(--triplex-next-Button-Secondary_Background_Active-0-1-6);color:var(--triplex-next-Button-Secondary_Color_Active-0-1-6)}.button__9e90103a.secondary__2e3a9d2c:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-0-1-6)}.button__9e90103a.secondary__2e3a9d2c:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-0-1-6);color:var(--triplex-next-Button-Secondary_Color_Disabled-0-1-6)}.button__9e90103a.danger__90b972ec{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-0-1-6);color:var(--triplex-next-Button-Danger_Color_Default-0-1-6)}.button__9e90103a.danger__90b972ec:hover{background:var(--triplex-next-Button-Danger_Background_Hover-0-1-6);color:var(--triplex-next-Button-Danger_Color_Hover-0-1-6)}.button__9e90103a.danger__90b972ec.expanded__1a4fe561,.button__9e90103a.danger__90b972ec:active{background:var(--triplex-next-Button-Danger_Background_Active-0-1-6);color:var(--triplex-next-Button-Danger_Color_Active-0-1-6)}.button__9e90103a.danger__90b972ec:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-0-1-6)}.button__9e90103a.danger__90b972ec:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-0-1-6);color:var(--triplex-next-Button-Danger_Color_Disabled-0-1-6)}.button__9e90103a.link__30361d77{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-0-1-6);border-radius:0}.button__9e90103a.link__30361d77.md__85c5af41{height:40px;min-width:0;padding:0 2px}.button__9e90103a.link__30361d77.sm__7431abb2{height:28px;min-width:0;padding:0 2px}.button__9e90103a.link__30361d77.lg__bb71fc01{height:56px;min-width:0;padding:0 2px}.button__9e90103a.link__30361d77:hover{color:var(--triplex-next-Button-Link_Color_Hover-0-1-6)}.button__9e90103a.link__30361d77:active{color:var(--triplex-next-Button-Link_Color_Active-0-1-6)}.button__9e90103a.link__30361d77:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-0-1-6)}.button__9e90103a.link__30361d77:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-0-1-6)}.dropdown__ff240a21{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-0-1-6);background-color:var(--triplex-next-Dropdown-Background-0-1-6)}.dropdown-sm__17ef0018{border-radius:6px}.dropdown-md__d8df81ee{border-radius:8px}.dropdown-lg__8609a077{border-radius:10px}.dropdownOverflowHidden__cbaea3f9{overflow:hidden}.buttonDropdownExtended__eaf7c3e0{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__eaf7c3e0 .buttonDropdownExtendedBlock__00adf9e5{padding:4px;margin-top:4px;right:0}.buttonDropdown__c89a1a0b.block__3eb3cf09{display:block}.buttonDropdown__c89a1a0b+.button__9e90103a:not(.block__3eb3cf09),.buttonDropdown__c89a1a0b+.buttonDropdown__c89a1a0b:not(.block__3eb3cf09){margin-left:16px}.buttonDropdown__c89a1a0b .buttonDropdownTarget__735398dd .caretIcon__f80cba27{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__c89a1a0b .buttonDropdownTarget__735398dd.active__d72757aa .caretIcon__f80cba27{transform:rotate(-180deg)}.buttonDropdown__c89a1a0b .buttonDropdownMenuItem__4f070c54{overflow:hidden;text-overflow:ellipsis}.formFieldMaskedInputWrapper__18b96804{position:relative}.formFieldMaskedInputWrapper__18b96804 .formFieldMaskedInputPlaceholder__5ddbb445{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__18b96804 .formFieldMaskedInputPlaceholder__5ddbb445::placeholder{opacity:1}.formFieldMaskedInputWrapper__18b96804.size-sm__5c0732be{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__18b96804.size-sm__5c0732be .formFieldMaskedInputPlaceholder__5ddbb445{top:5px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__18b96804.size-md__3275adc6{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__18b96804.size-md__3275adc6 .formFieldMaskedInputPlaceholder__5ddbb445{top:9px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__18b96804.size-lg__b7e84fba{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__18b96804.size-lg__b7e84fba .formFieldMaskedInputPlaceholder__5ddbb445{top:25px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__18b96804 .formFieldMaskedInput__9f3e2c2a{display:block;position:relative;background:none!important}.listItemTable__24471b8b{margin-bottom:4px}.listItemTable__24471b8b:last-child{margin-bottom:0}.listSortableItem__b60fab31{position:relative}.listSortableItem__b60fab31.dragging__e893fe3f{z-index:1}.segmentedControlSegment__a5945d69{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-0-1-6);outline:none;cursor:pointer}.segmentedControlSegment__a5945d69:disabled{cursor:default}.sm__45b7565e .segmentedControlSegment__a5945d69{min-height:20px;padding:2px;font-size:12px;line-height:16px;border-radius:4px}.md__70427b1b .segmentedControlSegment__a5945d69{min-height:32px;padding:6px;font-size:14px;line-height:20px;border-radius:6px}.lg__5faef581 .segmentedControlSegment__a5945d69{min-height:40px;padding:8px;font-size:16px;line-height:20px;border-radius:8px}.general1__556f3762 .segmentedControlSegment__a5945d69{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-0-1-6);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-0-1-6)}.general1__556f3762 .segmentedControlSegment__a5945d69:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-0-1-6);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-0-1-6)}.general1__556f3762 .segmentedControlSegment__a5945d69:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-0-1-6);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-0-1-6)}.general1__556f3762 .segmentedControlSegment__a5945d69.selected__8d34f887{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-0-1-6);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-0-1-6)}.general1__556f3762 .segmentedControlSegment__a5945d69.selected__8d34f887:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-0-1-6);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-0-1-6)}.general1__556f3762 .segmentedControlSegment__a5945d69.selected__8d34f887:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-0-1-6);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-0-1-6)}.general2__9f6a19b2 .segmentedControlSegment__a5945d69{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-0-1-6);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-0-1-6)}.general2__9f6a19b2 .segmentedControlSegment__a5945d69:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-0-1-6);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-0-1-6)}.general2__9f6a19b2 .segmentedControlSegment__a5945d69:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-0-1-6);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-0-1-6)}.general2__9f6a19b2 .segmentedControlSegment__a5945d69.selected__8d34f887{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-0-1-6);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-0-1-6)}.general2__9f6a19b2 .segmentedControlSegment__a5945d69.selected__8d34f887:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-0-1-6);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-0-1-6)}.general2__9f6a19b2 .segmentedControlSegment__a5945d69.selected__8d34f887:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-0-1-6);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-0-1-6)}.secondary1__dadefab7 .segmentedControlSegment__a5945d69{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-0-1-6);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-0-1-6)}.secondary1__dadefab7 .segmentedControlSegment__a5945d69:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-0-1-6);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-0-1-6)}.secondary1__dadefab7 .segmentedControlSegment__a5945d69:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-0-1-6);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-0-1-6)}.secondary1__dadefab7 .segmentedControlSegment__a5945d69.selected__8d34f887{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-0-1-6);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-0-1-6)}.secondary1__dadefab7 .segmentedControlSegment__a5945d69.selected__8d34f887:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-0-1-6);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-0-1-6)}.secondary2__da54a391 .segmentedControlSegment__a5945d69{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-0-1-6);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-0-1-6)}.secondary2__da54a391 .segmentedControlSegment__a5945d69:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-0-1-6);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-0-1-6)}.secondary2__da54a391 .segmentedControlSegment__a5945d69:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-0-1-6);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-0-1-6)}.secondary2__da54a391 .segmentedControlSegment__a5945d69.selected__8d34f887{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-0-1-6);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-0-1-6)}.secondary2__da54a391 .segmentedControlSegment__a5945d69.selected__8d34f887:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-0-1-6);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-0-1-6)}.segmentedControlSegment__a5945d69:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-0-1-6)}.content__ac0909e7{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__c4964704{display:flex;gap:4px}.segmentedControl__c4964704.general1__556f3762{background:var(--triplex-next-SegmentedControl-General_1_Background-0-1-6)}.segmentedControl__c4964704.secondary1__dadefab7{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-0-1-6)}.segmentedControl__c4964704.general2__9f6a19b2{background:var(--triplex-next-SegmentedControl-General_2_Background-0-1-6)}.segmentedControl__c4964704.secondary2__da54a391{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-0-1-6)}.segmentedControl__c4964704.sm__45b7565e{padding:4px}.segmentedControl__c4964704.md__70427b1b{padding:6px}.segmentedControl__c4964704.lg__5faef581{padding:8px}.skeleton__1ac998db{border-radius:16px;flex-grow:1}.skeleton__1ac998db.light__c3990409{animation:skeleton-light-pulse__f1b40360 2s ease-in-out infinite}.skeleton__1ac998db.dark__a2cc664b{animation:skeleton-dark-pulse__cccaeef3 2s ease-in-out infinite}@keyframes skeleton-light-pulse__f1b40360{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-1-6)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-0-1-6)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-0-1-6)}}@keyframes skeleton-dark-pulse__cccaeef3{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-1-6)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-0-1-6)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-0-1-6)}}.tooltipDesktop__dae19e23{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__dae19e23 .tooltipBody__cde1fb69{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-0-1-6)}.tooltipDesktop__dae19e23 .tooltipXButton__aa1ce05b{position:absolute;right:8px;top:8px}.tooltipDesktopContent__ec11c359{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-0-1-6);border-radius:8px}.closable__d1d3dd50 .tooltipDesktopContent__ec11c359{padding-right:32px}.tooltipSM__5d306c4d .tooltipDesktopContent__ec11c359{width:192px;min-height:52px}.tooltipLG__26d74aec .tooltipDesktopContent__ec11c359{width:384px;min-height:52px}.tooltipOverlay__d446043d{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__88171810{width:0;height:0}.tooltipDesktopTip__88171810.down__2f8d248e{border-top:solid var(--triplex-next-Tooltip-Background-0-1-6);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__88171810.up__df3ecf8e{border-bottom:solid var(--triplex-next-Tooltip-Background-0-1-6);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__88171810.left__660152ba{border-right:solid var(--triplex-next-Tooltip-Background-0-1-6);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__88171810.right__772fef6e{border-left:solid var(--triplex-next-Tooltip-Background-0-1-6);border-top:solid transparent;border-bottom:solid transparent}.overlay__6879add0{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__6879add0.fixed__6b8b027f{position:fixed}.overlay__6879add0.closing__cc46d0f5,.overlay__6879add0.opened__dc16edc1{visibility:visible;left:0;right:0}.overlayPanel__d1021ef8{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-0-1-6);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__d1021ef8.bottom__5b163775{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__d1021ef8.left__151f4b46{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__d1021ef8.right__8ea8aa0b{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__d1021ef8.top__54707ea5{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__d1021ef8.left__151f4b46.opened__dc16edc1,.overlayPanel__d1021ef8.right__8ea8aa0b.opened__dc16edc1{transform:translate(0)}.overlayPanel__d1021ef8.top__54707ea5.opened__dc16edc1,.overlayPanel__d1021ef8.bottom__5b163775.opened__dc16edc1{transform:translateY(0)}.overlayContent__c233691f{display:flex;min-height:100%}.overlayMask__1c1c8451{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-0-1-6);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__1c1c8451.overlayOpened__fb629e72{opacity:1}.listMasterFooter__d8807e1b{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-0-1-6);color:var(--triplex-next-ListMaster-Footer_Color-0-1-6);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__d8807e1b.sticky__b9469865{position:sticky;bottom:0}.listMasterFooterDescription__73ea2a70{padding-right:16px}.listMasterFooterControls__3b25831b{white-space:nowrap}.tooltipMobile__47897569 .tooltipBody__cde1fb69{text-align:left}.tooltipMobile__47897569 .tooltipXButton__aa1ce05b{position:absolute;right:16px;top:16px}.tooltipMobileContent__d269bb2b{padding:16px}.headerless__2937d68e .tooltipMobileContent__d269bb2b{padding-right:40px}.tooltipLink__97250ef3{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:block;margin-top:16px}.desktop__d60bfd8c{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-0-1-6)}.desktop__d60bfd8c:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-0-1-6)}.desktop__d60bfd8c:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-0-1-6)}.desktop__d60bfd8c:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-0-1-6)}.mobile__766c8fc7{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-0-1-6)}.mobile__766c8fc7:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-0-1-6)}.mobile__766c8fc7:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-0-1-6)}.mobile__766c8fc7:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-0-1-6)}.listMasterChipGroup__9aa09407{padding:0 16px}.listMasterHeader__225a7e7b{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-0-1-6);color:var(--triplex-next-ListMaster-Header_Color-0-1-6)}.listMasterHeader__225a7e7b.sticky__b9469865{position:sticky;top:0;z-index:1}.selectionControls__ffffe3dc{display:flex;justify-content:space-between;align-items:center}.uploadZone__4d93ecba{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-0-1-6)}.uploadZone__4d93ecba:hover{background:var(--triplex-next-UploadZone-Background_Hover-0-1-6)}.uploadZoneDragArea__78ab5ceb{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-1-6);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__d4f231c2{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-0-1-6);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-0-1-6);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-0-1-6);border-radius:8px;box-sizing:border-box}.uploadZoneInput__442dd692{display:none}