@iit/precision-ui 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (176) hide show
  1. package/dist/Adapters.d.ts +8 -0
  2. package/dist/Adapters.d.ts.map +1 -1
  3. package/dist/components/CarouselDotButton.d.ts +13 -0
  4. package/dist/components/CarouselDotButton.d.ts.map +1 -0
  5. package/dist/components/GridIterator.d.ts +13 -0
  6. package/dist/components/GridIterator.d.ts.map +1 -0
  7. package/dist/components/Informer.d.ts +6 -0
  8. package/dist/components/Informer.d.ts.map +1 -0
  9. package/dist/components/SafeHtml.d.ts +6 -0
  10. package/dist/components/SafeHtml.d.ts.map +1 -0
  11. package/dist/components/breadcrumbs/Breadcrumb.d.ts +9 -0
  12. package/dist/components/breadcrumbs/Breadcrumb.d.ts.map +1 -0
  13. package/dist/components/breadcrumbs/Breadcrumbs.d.ts +9 -0
  14. package/dist/components/breadcrumbs/Breadcrumbs.d.ts.map +1 -0
  15. package/dist/components/breadcrumbs/index.d.ts +5 -0
  16. package/dist/components/breadcrumbs/index.d.ts.map +1 -0
  17. package/dist/components/cards/Advantage.d.ts +10 -0
  18. package/dist/components/cards/Advantage.d.ts.map +1 -0
  19. package/dist/components/cards/Advantage2.d.ts +14 -0
  20. package/dist/components/cards/Advantage2.d.ts.map +1 -0
  21. package/dist/components/cards/FeaturedCard.d.ts +18 -0
  22. package/dist/components/cards/FeaturedCard.d.ts.map +1 -0
  23. package/dist/components/cards/Plate.d.ts +15 -0
  24. package/dist/components/cards/Plate.d.ts.map +1 -0
  25. package/dist/components/cards/Product.d.ts +28 -0
  26. package/dist/components/cards/Product.d.ts.map +1 -0
  27. package/dist/components/cards/Rate.d.ts +35 -0
  28. package/dist/components/cards/Rate.d.ts.map +1 -0
  29. package/dist/components/core/typography/Heading.d.ts +11 -0
  30. package/dist/components/core/typography/Heading.d.ts.map +1 -0
  31. package/dist/components/core/typography/Text.d.ts +11 -0
  32. package/dist/components/core/typography/Text.d.ts.map +1 -0
  33. package/dist/components/core/typography/typeVariants.d.ts +4 -0
  34. package/dist/components/core/typography/typeVariants.d.ts.map +1 -0
  35. package/dist/components/ui/Tag.d.ts +16 -0
  36. package/dist/components/ui/Tag.d.ts.map +1 -0
  37. package/dist/components/ui/alert.d.ts +2 -1
  38. package/dist/components/ui/alert.d.ts.map +1 -1
  39. package/dist/components/ui/button/index.d.ts +8 -0
  40. package/dist/components/ui/button/index.d.ts.map +1 -1
  41. package/dist/components/ui/carousel.d.ts +28 -0
  42. package/dist/components/ui/carousel.d.ts.map +1 -0
  43. package/dist/components/ui/checkbox/CheckboxWithLabel.d.ts +14 -0
  44. package/dist/components/ui/checkbox/CheckboxWithLabel.d.ts.map +1 -0
  45. package/dist/components/ui/checkbox/checkbox.d.ts +12 -0
  46. package/dist/components/ui/checkbox/checkbox.d.ts.map +1 -0
  47. package/dist/components/ui/checkbox/index.d.ts +5 -0
  48. package/dist/components/ui/checkbox/index.d.ts.map +1 -0
  49. package/dist/components/ui/input/Input.d.ts +11 -0
  50. package/dist/components/ui/input/Input.d.ts.map +1 -0
  51. package/dist/components/ui/input/InputWithLabel.d.ts +13 -0
  52. package/dist/components/ui/input/InputWithLabel.d.ts.map +1 -0
  53. package/dist/components/ui/input/SearchInput.d.ts +12 -0
  54. package/dist/components/ui/input/SearchInput.d.ts.map +1 -0
  55. package/dist/components/ui/input/SearchInputWithButton.d.ts +17 -0
  56. package/dist/components/ui/input/SearchInputWithButton.d.ts.map +1 -0
  57. package/dist/components/ui/input/index.d.ts +5 -0
  58. package/dist/components/ui/input/index.d.ts.map +1 -0
  59. package/dist/components/ui/input/types.d.ts +2 -0
  60. package/dist/components/ui/input/types.d.ts.map +1 -0
  61. package/dist/components/ui/label.d.ts +8 -0
  62. package/dist/components/ui/label.d.ts.map +1 -0
  63. package/dist/components/ui/popover.d.ts +7 -0
  64. package/dist/components/ui/popover.d.ts.map +1 -0
  65. package/dist/components/ui/tooltip.d.ts +8 -0
  66. package/dist/components/ui/tooltip.d.ts.map +1 -0
  67. package/dist/decorators/CarouselWrapper.d.ts +10 -0
  68. package/dist/decorators/CarouselWrapper.d.ts.map +1 -0
  69. package/dist/decorators/ImageWrapper.d.ts +11 -0
  70. package/dist/decorators/ImageWrapper.d.ts.map +1 -0
  71. package/dist/index.d.ts +24 -0
  72. package/dist/index.d.ts.map +1 -1
  73. package/dist/index.es.js +40 -12
  74. package/dist/index.es.js.map +1 -1
  75. package/dist/index.es10.js +5 -5
  76. package/dist/index.es10.js.map +1 -1
  77. package/dist/index.es11.js +32 -6
  78. package/dist/index.es11.js.map +1 -1
  79. package/dist/index.es12.js +25 -22
  80. package/dist/index.es12.js.map +1 -1
  81. package/dist/index.es13.js +28 -0
  82. package/dist/index.es13.js.map +1 -0
  83. package/dist/index.es14.js +76 -0
  84. package/dist/index.es14.js.map +1 -0
  85. package/dist/index.es15.js +38 -0
  86. package/dist/index.es15.js.map +1 -0
  87. package/dist/index.es16.js +36 -0
  88. package/dist/index.es16.js.map +1 -0
  89. package/dist/index.es17.js +33 -0
  90. package/dist/index.es17.js.map +1 -0
  91. package/dist/index.es18.js +31 -0
  92. package/dist/index.es18.js.map +1 -0
  93. package/dist/index.es19.js +186 -0
  94. package/dist/index.es19.js.map +1 -0
  95. package/dist/index.es2.js +1 -1
  96. package/dist/index.es20.js +55 -0
  97. package/dist/index.es20.js.map +1 -0
  98. package/dist/index.es21.js +60 -0
  99. package/dist/index.es21.js.map +1 -0
  100. package/dist/index.es22.js +62 -0
  101. package/dist/index.es22.js.map +1 -0
  102. package/dist/index.es23.js +22 -0
  103. package/dist/index.es23.js.map +1 -0
  104. package/dist/index.es24.js +22 -0
  105. package/dist/index.es24.js.map +1 -0
  106. package/dist/index.es25.js +9 -0
  107. package/dist/index.es25.js.map +1 -0
  108. package/dist/index.es26.js +25 -0
  109. package/dist/index.es26.js.map +1 -0
  110. package/dist/index.es27.js +30 -0
  111. package/dist/index.es27.js.map +1 -0
  112. package/dist/index.es28.js +5 -0
  113. package/dist/index.es28.js.map +1 -0
  114. package/dist/index.es29.js +23 -0
  115. package/dist/index.es29.js.map +1 -0
  116. package/dist/index.es3.js +2 -2
  117. package/dist/index.es30.js +23 -0
  118. package/dist/index.es30.js.map +1 -0
  119. package/dist/index.es31.js +14 -0
  120. package/dist/index.es31.js.map +1 -0
  121. package/dist/index.es32.js +88 -0
  122. package/dist/index.es32.js.map +1 -0
  123. package/dist/index.es33.js +22 -0
  124. package/dist/index.es33.js.map +1 -0
  125. package/dist/index.es34.js +49 -0
  126. package/dist/index.es34.js.map +1 -0
  127. package/dist/index.es35.js +48 -0
  128. package/dist/index.es35.js.map +1 -0
  129. package/dist/index.es36.js +40 -0
  130. package/dist/index.es36.js.map +1 -0
  131. package/dist/index.es37.js +59 -0
  132. package/dist/index.es37.js.map +1 -0
  133. package/dist/index.es38.js +95 -0
  134. package/dist/index.es38.js.map +1 -0
  135. package/dist/index.es39.js +101 -0
  136. package/dist/index.es39.js.map +1 -0
  137. package/dist/index.es4.js +1 -1
  138. package/dist/index.es40.js +30 -0
  139. package/dist/index.es40.js.map +1 -0
  140. package/dist/index.es41.js +19 -0
  141. package/dist/index.es41.js.map +1 -0
  142. package/dist/index.es42.js +7 -0
  143. package/dist/index.es42.js.map +1 -0
  144. package/dist/index.es5.js +1 -1
  145. package/dist/index.es6.js +1 -1
  146. package/dist/index.es7.js +1 -1
  147. package/dist/index.es8.js +1 -1
  148. package/dist/index.es9.js.map +1 -1
  149. package/dist/lib/utils/truncateText.d.ts +3 -0
  150. package/dist/lib/utils/truncateText.d.ts.map +1 -0
  151. package/dist/partners/alfa.svg +3 -0
  152. package/dist/partners/mts.svg +6 -0
  153. package/dist/partners/otkrytie.svg +8 -0
  154. package/dist/partners/pochtabank.svg +11 -0
  155. package/dist/partners/rosbank.svg +10 -0
  156. package/dist/partners/rostelekom.svg +7 -0
  157. package/dist/partners/sberbank.svg +33 -0
  158. package/dist/partners/uralsib.svg +12 -0
  159. package/dist/partners/vtb.svg +16 -0
  160. package/dist/sections/CTA.d.ts +12 -0
  161. package/dist/sections/CTA.d.ts.map +1 -0
  162. package/dist/sections/CardsGridSection.d.ts +21 -0
  163. package/dist/sections/CardsGridSection.d.ts.map +1 -0
  164. package/dist/sections/Hero.d.ts +21 -0
  165. package/dist/sections/Hero.d.ts.map +1 -0
  166. package/dist/sections/Partners.d.ts +13 -0
  167. package/dist/sections/Partners.d.ts.map +1 -0
  168. package/dist/sections/Section.d.ts +22 -0
  169. package/dist/sections/Section.d.ts.map +1 -0
  170. package/dist/sections/common.d.ts +14 -0
  171. package/dist/sections/common.d.ts.map +1 -0
  172. package/dist/slides/crossed-circles.svg +59 -0
  173. package/dist/styles.css +2250 -730
  174. package/dist/utils/unique.d.ts +2 -0
  175. package/dist/utils/unique.d.ts.map +1 -0
  176. package/package.json +110 -101
package/dist/styles.css CHANGED
@@ -1,730 +1,2250 @@
1
-
2
- :root {
3
- /* TODO: check all colors from Figma */
4
- /* init */
5
- --foreground-rgb: 0, 0, 0;
6
- --background-start-rgb: 214, 219, 220;
7
- --background-end-rgb: 255, 255, 255;
8
- /* shad */
9
- --precision-ui-tw-background: 0 0% 100%;
10
- --precision-ui-tw-foreground: 222.2 84% 4.9%;
11
-
12
- --precision-ui-tw-muted: 210 40% 96.1%;
13
- --muted-foreground: 215.4 16.3% 46.9%;
14
-
15
- --precision-ui-tw-popover: 0 0% 100%;
16
- --precision-ui-tw-popover-foreground: 222.2 84% 4.9%;
17
-
18
- --precision-ui-tw-border: 214.3 31.8% 91.4%;
19
- --precision-ui-tw-input: 214.3 31.8% 91.4%;
20
-
21
- --precision-ui-tw-card: 0 0% 100%;
22
- --precision-ui-tw-card-foreground: 222.2 84% 4.9%;
23
-
24
- --precision-ui-tw-navy: 219, 98%, 24%;
25
- --precision-ui-tw-navy-opacity-4: 219, 98%, 24%, 0.04;
26
- --precision-ui-tw-navy-opacity-4-absolute: 216, 12%, 92%;
27
- --precision-ui-tw-navy-opacity-8: 219, 98%, 24%, 0.08;
28
- /* above not in Figma, just for inputs */
29
- --precision-ui-tw-navy-opacity-16: 219, 98%, 24%, 0.16;
30
- --precision-ui-tw-navy-opacity-32: 219, 98%, 24%, 0.32;
31
- --precision-ui-tw-navy-opacity-40: 219, 98%, 24%, 0.4;
32
- --precision-ui-tw-navy-opacity-60: 219, 98%, 24%, 0.6;
33
- --precision-ui-tw-navy-opacity-80: 219, 98%, 24%, 0.8;
34
- /* above not in Figma, for checked checkbox hover */
35
-
36
- --precision-ui-tw-article-verylight: 225, 95%, 59%;
37
- --precision-ui-tw-article-ultramarine: 235, 88%, 69%;
38
-
39
- --precision-ui-tw-sapphire: 219, 98%, 44%;
40
- --precision-ui-tw-sapphire-hover: 219, 78%, 62%;
41
- --precision-ui-tw-turquoise: 181, 100%, 41%;
42
- --precision-ui-tw-turquoise-opacity-16: 181, 100%, 41%, 0.16;
43
- --precision-ui-tw-turquoise-opacity-20: 181, 100%, 41%, 0.2;
44
- /* for advantages card */
45
-
46
- --precision-ui-tw-whitish: 0, 0%, 100%;
47
- --precision-ui-tw-whitish-opacity-8: 0, 0%, 100%, 0.08;
48
- --precision-ui-tw-whitish-opacity-16: 0, 0%, 100%, 0.16;
49
- --precision-ui-tw-whitish-opacity-24: 0, 0%, 100%, 0.24;
50
- --precision-ui-tw-whitish-opacity-32: 0, 0%, 100%, 0.32;
51
- --precision-ui-tw-whitish-opacity-40: 0, 0%, 100%, 0.4;
52
- /* above slider pagination element */
53
- --precision-ui-tw-whitish-opacity-60: 0, 0%, 100%, 0.6;
54
- --precision-ui-tw-whitish-opacity-80: 0, 0%, 100%, 0.8;
55
- /* above not in Figma, for checked checkbox hover */
56
-
57
- --precision-ui-tw-grey-1: 0, 0%, 95%;
58
- --precision-ui-tw-grey-2: 0, 0%, 97%;
59
-
60
- --precision-ui-tw-danger: 1, 88%, 50%;
61
-
62
- --precision-ui-tw-primary: 222.2 47.4% 11.2%;
63
- --precision-ui-tw-primary-foreground: 210 40% 98%;
64
-
65
- --precision-ui-tw-secondary: 210 40% 96.1%;
66
- --precision-ui-tw-secondary-foreground: 222.2 47.4% 11.2%;
67
-
68
- --precision-ui-tw-accent: 210 40% 96.1%;
69
- --precision-ui-tw-accent-foreground: 222.2 47.4% 11.2%;
70
-
71
- --precision-ui-tw-destructive: 0 84.2% 60.2%;
72
- --precision-ui-tw-destructive-foreground: 210 40% 98%;
73
-
74
- --precision-ui-tw-ring: 222.2 84% 4.9%;
75
-
76
- --precision-ui-tw-radius: 0.5rem;
77
- }
78
-
79
- .dark {
80
- --foreground-rgb: 255, 255, 255;
81
- --background-start-rgb: 0, 0, 0;
82
- --background-end-rgb: 0, 0, 0;
83
-
84
- --precision-ui-tw-background: 0 0% 0%;
85
- --precision-ui-tw-foreground: 210 40% 98%;
86
- --precision-ui-tw-muted: 210 40% 10%;
87
- --muted-foreground: 215.4 16.3% 80%;
88
- --precision-ui-tw-popover: 0 0% 0%;
89
- --precision-ui-tw-popover-foreground: 210 40% 98%;
90
- --precision-ui-tw-border: 214.3 31.8% 10%;
91
- --precision-ui-tw-input: 214.3 31.8% 10%;
92
- --precision-ui-tw-card: 0 0% 0%;
93
- --precision-ui-tw-card-foreground: 210 40% 98%;
94
- --precision-ui-tw-navy: 219, 98%, 80%;
95
- --precision-ui-tw-navy-opacity-4: 219, 98%, 80%, 0.04;
96
- --precision-ui-tw-navy-opacity-4-absolute: 216, 12%, 10%;
97
- --precision-ui-tw-navy-opacity-8: 219, 98%, 80%, 0.08;
98
- --precision-ui-tw-navy-opacity-16: 219, 98%, 80%, 0.16;
99
- --precision-ui-tw-navy-opacity-32: 219, 98%, 80%, 0.32;
100
- --precision-ui-tw-navy-opacity-40: 219, 98%, 80%, 0.4;
101
- --precision-ui-tw-navy-opacity-60: 219, 98%, 80%, 0.6;
102
- --precision-ui-tw-navy-opacity-80: 219, 98%, 80%, 0.8;
103
- --precision-ui-tw-article-verylight: 225, 95%, 80%;
104
- --precision-ui-tw-article-ultramarine: 235, 88%, 80%;
105
- --precision-ui-tw-sapphire: 219, 98%, 80%;
106
- --precision-ui-tw-sapphire-hover: 219, 78%, 80%;
107
- --precision-ui-tw-turquoise: 181, 100%, 80%;
108
- --precision-ui-tw-turquoise-opacity-16: 181, 100%, 80%, 0.16;
109
- --precision-ui-tw-turquoise-opacity-20: 181, 100%, 80%, 0.2;
110
- --precision-ui-tw-whitish: 0, 0%, 0%;
111
- --precision-ui-tw-whitish-opacity-8: 0, 0%, 0%, 0.08;
112
- --precision-ui-tw-whitish-opacity-16: 0, 0%, 0%, 0.16;
113
- --precision-ui-tw-whitish-opacity-24: 0, 0%, 0%, 0.24;
114
- --precision-ui-tw-whitish-opacity-32: 0, 0%, 0%, 0.32;
115
- --precision-ui-tw-whitish-opacity-40: 0, 0%, 0%, 0.4;
116
- --precision-ui-tw-whitish-opacity-60: 0, 0%, 0%, 0.6;
117
- --precision-ui-tw-whitish-opacity-80: 0, 0%, 0%, 0.8;
118
- --precision-ui-tw-grey-1: 0, 0%, 10%;
119
- --precision-ui-tw-grey-2: 0, 0%, 5%;
120
- --precision-ui-tw-danger: 1, 88%, 80%;
121
- --precision-ui-tw-primary: 222.2 47.4% 90%;
122
- --precision-ui-tw-primary-foreground: 210 40% 10%;
123
- --precision-ui-tw-secondary: 210 40% 10%;
124
- --precision-ui-tw-secondary-foreground: 222.2 47.4% 90%;
125
- --precision-ui-tw-accent: 210 40% 10%;
126
- --precision-ui-tw-accent-foreground: 222.2 47.4% 90%;
127
- --precision-ui-tw-destructive: 0 84.2% 80%;
128
- --precision-ui-tw-destructive-foreground: 210 40% 10%;
129
- --precision-ui-tw-ring: 210 40% 98%;
130
- }
131
-
132
- @media (prefers-color-scheme: dark) {
133
- :root {
134
- --foreground-rgb: 255, 255, 255;
135
- --background-start-rgb: 0, 0, 0;
136
- --background-end-rgb: 0, 0, 0;
137
- }
138
- }
139
- * {
140
- border-color: hsl(var(--precision-ui-tw-border));
141
- }
142
- body {
143
- background-color: hsl(var(--precision-ui-tw-background));
144
- color: hsl(var(--precision-ui-tw-foreground));
145
- font-feature-settings: 'rlig' 1, 'calt' 1;
146
- }
147
-
148
- :root {
149
- --precision-ui-tw-border-spacing-x: 0;
150
- --precision-ui-tw-border-spacing-y: 0;
151
- --precision-ui-tw-translate-x: 0;
152
- --precision-ui-tw-translate-y: 0;
153
- --precision-ui-tw-rotate: 0;
154
- --precision-ui-tw-skew-x: 0;
155
- --precision-ui-tw-skew-y: 0;
156
- --precision-ui-tw-scale-x: 1;
157
- --precision-ui-tw-scale-y: 1;
158
- --precision-ui-tw-pan-x: ;
159
- --precision-ui-tw-pan-y: ;
160
- --precision-ui-tw-pinch-zoom: ;
161
- --precision-ui-tw-scroll-snap-strictness: proximity;
162
- --precision-ui-tw-gradient-from-position: ;
163
- --precision-ui-tw-gradient-via-position: ;
164
- --precision-ui-tw-gradient-to-position: ;
165
- --precision-ui-tw-ordinal: ;
166
- --precision-ui-tw-slashed-zero: ;
167
- --precision-ui-tw-numeric-figure: ;
168
- --precision-ui-tw-numeric-spacing: ;
169
- --precision-ui-tw-numeric-fraction: ;
170
- --precision-ui-tw-ring-inset: ;
171
- --precision-ui-tw-ring-offset-width: 0px;
172
- --precision-ui-tw-ring-offset-color: #fff;
173
- --precision-ui-tw-ring-color: rgb(59 130 246 / 0.5);
174
- --precision-ui-tw-ring-offset-shadow: 0 0 #0000;
175
- --precision-ui-tw-ring-shadow: 0 0 #0000;
176
- --precision-ui-tw-shadow: 0 0 #0000;
177
- --precision-ui-tw-shadow-colored: 0 0 #0000;
178
- --precision-ui-tw-blur: ;
179
- --precision-ui-tw-brightness: ;
180
- --precision-ui-tw-contrast: ;
181
- --precision-ui-tw-grayscale: ;
182
- --precision-ui-tw-hue-rotate: ;
183
- --precision-ui-tw-invert: ;
184
- --precision-ui-tw-saturate: ;
185
- --precision-ui-tw-sepia: ;
186
- --precision-ui-tw-drop-shadow: ;
187
- --precision-ui-tw-backdrop-blur: ;
188
- --precision-ui-tw-backdrop-brightness: ;
189
- --precision-ui-tw-backdrop-contrast: ;
190
- --precision-ui-tw-backdrop-grayscale: ;
191
- --precision-ui-tw-backdrop-hue-rotate: ;
192
- --precision-ui-tw-backdrop-invert: ;
193
- --precision-ui-tw-backdrop-opacity: ;
194
- --precision-ui-tw-backdrop-saturate: ;
195
- --precision-ui-tw-backdrop-sepia: ;
196
- --precision-ui-tw-contain-size: ;
197
- --precision-ui-tw-contain-layout: ;
198
- --precision-ui-tw-contain-paint: ;
199
- --precision-ui-tw-contain-style: ;
200
- }
201
-
202
- ::backdrop {
203
- --precision-ui-tw-border-spacing-x: 0;
204
- --precision-ui-tw-border-spacing-y: 0;
205
- --precision-ui-tw-translate-x: 0;
206
- --precision-ui-tw-translate-y: 0;
207
- --precision-ui-tw-rotate: 0;
208
- --precision-ui-tw-skew-x: 0;
209
- --precision-ui-tw-skew-y: 0;
210
- --precision-ui-tw-scale-x: 1;
211
- --precision-ui-tw-scale-y: 1;
212
- --precision-ui-tw-pan-x: ;
213
- --precision-ui-tw-pan-y: ;
214
- --precision-ui-tw-pinch-zoom: ;
215
- --precision-ui-tw-scroll-snap-strictness: proximity;
216
- --precision-ui-tw-gradient-from-position: ;
217
- --precision-ui-tw-gradient-via-position: ;
218
- --precision-ui-tw-gradient-to-position: ;
219
- --precision-ui-tw-ordinal: ;
220
- --precision-ui-tw-slashed-zero: ;
221
- --precision-ui-tw-numeric-figure: ;
222
- --precision-ui-tw-numeric-spacing: ;
223
- --precision-ui-tw-numeric-fraction: ;
224
- --precision-ui-tw-ring-inset: ;
225
- --precision-ui-tw-ring-offset-width: 0px;
226
- --precision-ui-tw-ring-offset-color: #fff;
227
- --precision-ui-tw-ring-color: rgb(59 130 246 / 0.5);
228
- --precision-ui-tw-ring-offset-shadow: 0 0 #0000;
229
- --precision-ui-tw-ring-shadow: 0 0 #0000;
230
- --precision-ui-tw-shadow: 0 0 #0000;
231
- --precision-ui-tw-shadow-colored: 0 0 #0000;
232
- --precision-ui-tw-blur: ;
233
- --precision-ui-tw-brightness: ;
234
- --precision-ui-tw-contrast: ;
235
- --precision-ui-tw-grayscale: ;
236
- --precision-ui-tw-hue-rotate: ;
237
- --precision-ui-tw-invert: ;
238
- --precision-ui-tw-saturate: ;
239
- --precision-ui-tw-sepia: ;
240
- --precision-ui-tw-drop-shadow: ;
241
- --precision-ui-tw-backdrop-blur: ;
242
- --precision-ui-tw-backdrop-brightness: ;
243
- --precision-ui-tw-backdrop-contrast: ;
244
- --precision-ui-tw-backdrop-grayscale: ;
245
- --precision-ui-tw-backdrop-hue-rotate: ;
246
- --precision-ui-tw-backdrop-invert: ;
247
- --precision-ui-tw-backdrop-opacity: ;
248
- --precision-ui-tw-backdrop-saturate: ;
249
- --precision-ui-tw-backdrop-sepia: ;
250
- --precision-ui-tw-contain-size: ;
251
- --precision-ui-tw-contain-layout: ;
252
- --precision-ui-tw-contain-paint: ;
253
- --precision-ui-tw-contain-style: ;
254
- }
255
- .bg-link-gradient:hover::before {
256
- background-color: hsl(var(--precision-ui-tw-navy));
257
- }
258
- .link_white:hover::before {
259
- background-color: hsl(var(--precision-ui-tw-whitish));
260
- }
261
- .bg-link-gradient-container {
262
- &:hover {
263
- .bg-link-gradient::before {
264
- background-color: hsl(var(--precision-ui-tw-navy));
265
- }
266
-
267
- .bg-link-white-gradient::before {
268
- background-color: white;
269
- }
270
- }
271
- }
272
- .relative {
273
- position: relative;
274
- }
275
- .mb-1 {
276
- margin-bottom: 0.25rem;
277
- }
278
- .flex {
279
- display: flex;
280
- }
281
- .inline-flex {
282
- display: inline-flex;
283
- }
284
- .table {
285
- display: table;
286
- }
287
- .grid {
288
- display: grid;
289
- }
290
- .contents {
291
- display: contents;
292
- }
293
- .h-10 {
294
- height: 2.5rem;
295
- }
296
- .h-11 {
297
- height: 2.75rem;
298
- }
299
- .h-14 {
300
- height: 3.5rem;
301
- }
302
- .h-9 {
303
- height: 2.25rem;
304
- }
305
- .w-10 {
306
- width: 2.5rem;
307
- }
308
- .w-full {
309
- width: 100%;
310
- }
311
- .rotate-90 {
312
- --precision-ui-tw-rotate: 90deg;
313
- transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
314
- }
315
- .cursor-pointer {
316
- cursor: pointer;
317
- }
318
- .items-center {
319
- align-items: center;
320
- }
321
- .justify-center {
322
- justify-content: center;
323
- }
324
- .justify-between {
325
- justify-content: space-between;
326
- }
327
- .gap-2 {
328
- gap: 0.5rem;
329
- }
330
- .gap-8 {
331
- gap: 2rem;
332
- }
333
- .whitespace-nowrap {
334
- white-space: nowrap;
335
- }
336
- .rounded-full {
337
- border-radius: 9999px;
338
- }
339
- .rounded-lg {
340
- border-radius: var(--precision-ui-tw-radius);
341
- }
342
- .rounded-md {
343
- border-radius: calc(var(--precision-ui-tw-radius) - 2px);
344
- }
345
- .border {
346
- border-width: 1px;
347
- }
348
- .border-solid {
349
- border-style: solid;
350
- }
351
- .border-none {
352
- border-style: none;
353
- }
354
- .border-destructive\/50 {
355
- border-color: hsl(var(--precision-ui-tw-destructive) / 0.5);
356
- }
357
- .border-input {
358
- border-color: hsl(var(--precision-ui-tw-input));
359
- }
360
- .border-navy-opacity-32 {
361
- border-color: hsl(var(--precision-ui-tw-navy-opacity-32));
362
- }
363
- .border-whitish-opacity-32 {
364
- border-color: hsl(var(--precision-ui-tw-whitish-opacity-32));
365
- }
366
- .bg-background {
367
- background-color: hsl(var(--precision-ui-tw-background));
368
- }
369
- .bg-destructive {
370
- background-color: hsl(var(--precision-ui-tw-destructive));
371
- }
372
- .bg-navy {
373
- background-color: hsl(var(--precision-ui-tw-navy));
374
- }
375
- .bg-navy-opacity-4 {
376
- background-color: hsl(var(--precision-ui-tw-navy-opacity-4));
377
- }
378
- .bg-red-500 {
379
- --precision-ui-tw-bg-opacity: 1;
380
- background-color: rgb(239 68 68 / var(--precision-ui-tw-bg-opacity));
381
- }
382
- .bg-sapphire {
383
- background-color: hsl(var(--precision-ui-tw-sapphire));
384
- }
385
- .bg-transparent {
386
- background-color: transparent;
387
- }
388
- .bg-white {
389
- --precision-ui-tw-bg-opacity: 1;
390
- background-color: rgb(255 255 255 / var(--precision-ui-tw-bg-opacity));
391
- }
392
- .bg-whitish-opacity-16 {
393
- background-color: hsl(var(--precision-ui-tw-whitish-opacity-16));
394
- }
395
- .bg-whitish-opacity-32 {
396
- background-color: hsl(var(--precision-ui-tw-whitish-opacity-32));
397
- }
398
- .bg-whitish-opacity-8 {
399
- background-color: hsl(var(--precision-ui-tw-whitish-opacity-8));
400
- }
401
- .p-4 {
402
- padding: 1rem;
403
- }
404
- .p-\[10px\] {
405
- padding: 10px;
406
- }
407
- .p-\[5px\] {
408
- padding: 5px;
409
- }
410
- .px-3 {
411
- padding-left: 0.75rem;
412
- padding-right: 0.75rem;
413
- }
414
- .px-4 {
415
- padding-left: 1rem;
416
- padding-right: 1rem;
417
- }
418
- .px-8 {
419
- padding-left: 2rem;
420
- padding-right: 2rem;
421
- }
422
- .px-\[13\.5px\] {
423
- padding-left: 13.5px;
424
- padding-right: 13.5px;
425
- }
426
- .px-\[18px\] {
427
- padding-left: 18px;
428
- padding-right: 18px;
429
- }
430
- .py-2 {
431
- padding-top: 0.5rem;
432
- padding-bottom: 0.5rem;
433
- }
434
- .py-4 {
435
- padding-top: 1rem;
436
- padding-bottom: 1rem;
437
- }
438
- .py-\[11px\] {
439
- padding-top: 11px;
440
- padding-bottom: 11px;
441
- }
442
- .py-\[15px\] {
443
- padding-top: 15px;
444
- padding-bottom: 15px;
445
- }
446
- .pr-2 {
447
- padding-right: 0.5rem;
448
- }
449
- .text-sm {
450
- font-size: 0.875rem;
451
- line-height: 1.25rem;
452
- }
453
- .font-medium {
454
- font-weight: 500;
455
- }
456
- .leading-none {
457
- line-height: 1;
458
- }
459
- .tracking-tight {
460
- letter-spacing: -0.025em;
461
- }
462
- .text-destructive {
463
- color: hsl(var(--precision-ui-tw-destructive));
464
- }
465
- .text-destructive-foreground {
466
- color: hsl(var(--precision-ui-tw-destructive-foreground));
467
- }
468
- .text-foreground {
469
- color: hsl(var(--precision-ui-tw-foreground));
470
- }
471
- .text-navy {
472
- color: hsl(var(--precision-ui-tw-navy));
473
- }
474
- .text-primary {
475
- color: hsl(var(--precision-ui-tw-primary));
476
- }
477
- .text-turquoise {
478
- color: hsl(var(--precision-ui-tw-turquoise));
479
- }
480
- .text-white {
481
- --precision-ui-tw-text-opacity: 1;
482
- color: rgb(255 255 255 / var(--precision-ui-tw-text-opacity));
483
- }
484
- .underline-offset-4 {
485
- text-underline-offset: 4px;
486
- }
487
- .outline {
488
- outline-style: solid;
489
- }
490
- .ring-offset-background {
491
- --precision-ui-tw-ring-offset-color: hsl(var(--precision-ui-tw-background));
492
- }
493
- .transition-all {
494
- transition-property: all;
495
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
496
- transition-duration: 150ms;
497
- }
498
- .transition-colors {
499
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
500
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
501
- transition-duration: 150ms;
502
- }
503
- .duration-200 {
504
- transition-duration: 200ms;
505
- }
506
- @keyframes enter {
507
-
508
- from {
509
- opacity: var(--precision-ui-tw-enter-opacity, 1);
510
- transform: translate3d(var(--precision-ui-tw-enter-translate-x, 0), var(--precision-ui-tw-enter-translate-y, 0), 0) scale3d(var(--precision-ui-tw-enter-scale, 1), var(--precision-ui-tw-enter-scale, 1), var(--precision-ui-tw-enter-scale, 1)) rotate(var(--precision-ui-tw-enter-rotate, 0));
511
- }
512
- }
513
- @keyframes exit {
514
-
515
- to {
516
- opacity: var(--precision-ui-tw-exit-opacity, 1);
517
- transform: translate3d(var(--precision-ui-tw-exit-translate-x, 0), var(--precision-ui-tw-exit-translate-y, 0), 0) scale3d(var(--precision-ui-tw-exit-scale, 1), var(--precision-ui-tw-exit-scale, 1), var(--precision-ui-tw-exit-scale, 1)) rotate(var(--precision-ui-tw-exit-rotate, 0));
518
- }
519
- }
520
- .duration-200 {
521
- animation-duration: 200ms;
522
- }
523
- @import 'media.scss';
524
- @import 'typography.scss';
525
-
526
- html {
527
- font-size: 16px;
528
- /* FIXME: it was 20, explore and fix if needed */
529
- }
530
-
531
- body {
532
- font-family: 'TT Commons', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
533
- Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
534
- /* font-feature-settings: "rlig" 1, "calt" 1; */
535
- }
536
-
537
- .bg-link-gradient {
538
- position: relative;
539
-
540
- &::before {
541
- content: '';
542
- position: absolute;
543
- left: 0;
544
- right: 0;
545
- bottom: 0;
546
- background-image: linear-gradient(to top, transparent 1px, transparent 1px);
547
- /* background-image: linear-gradient(to top, rgba(255,137,106,.3) 1px, transparent 1px); */
548
- background-repeat: repeat-x;
549
- /* background-position: 0 -3px; */
550
- height: 1px;
551
- width: 100%;
552
- transition: all ease 0.3s;
553
- }
554
- }
555
-
556
- .bg-link-white-gradient,
557
- .link_navy,
558
- .link_white {
559
- @extend .bg-link-gradient;
560
- }
561
-
562
- .link,
563
- .link_navy,
564
- .link_white {
565
- transition: all ease 0.25s;
566
- background-image: linear-gradient(
567
- to top,
568
- rgba(0, 85, 144, 0) 1px,
569
- transparent 1px
570
- );
571
- background-repeat: repeat-x;
572
- background-position: 0 0px;
573
- text-decoration: none;
574
- }
575
-
576
- .hover\:cursor-pointer:hover {
577
- cursor: pointer;
578
- }
579
-
580
- .hover\:rounded-\[24px\]:hover {
581
- border-radius: 24px;
582
- }
583
-
584
- .hover\:bg-accent:hover {
585
- background-color: hsl(var(--precision-ui-tw-accent));
586
- }
587
-
588
- .hover\:bg-destructive\/90:hover {
589
- background-color: hsl(var(--precision-ui-tw-destructive) / 0.9);
590
- }
591
-
592
- .hover\:bg-navy-opacity-4:hover {
593
- background-color: hsl(var(--precision-ui-tw-navy-opacity-4));
594
- }
595
-
596
- .hover\:bg-sapphire-hover:hover {
597
- background-color: hsl(var(--precision-ui-tw-sapphire-hover));
598
- }
599
-
600
- .hover\:bg-white:hover {
601
- --precision-ui-tw-bg-opacity: 1;
602
- background-color: rgb(255 255 255 / var(--precision-ui-tw-bg-opacity));
603
- }
604
-
605
- .hover\:bg-whitish-opacity-16:hover {
606
- background-color: hsl(var(--precision-ui-tw-whitish-opacity-16));
607
- }
608
-
609
- .hover\:bg-whitish-opacity-24:hover {
610
- background-color: hsl(var(--precision-ui-tw-whitish-opacity-24));
611
- }
612
-
613
- .hover\:bg-whitish-opacity-80:hover {
614
- background-color: hsl(var(--precision-ui-tw-whitish-opacity-80));
615
- }
616
-
617
- .hover\:text-accent-foreground:hover {
618
- color: hsl(var(--precision-ui-tw-accent-foreground));
619
- }
620
-
621
- .hover\:text-navy:hover {
622
- color: hsl(var(--precision-ui-tw-navy));
623
- }
624
-
625
- .hover\:underline:hover {
626
- text-decoration-line: underline;
627
- }
628
-
629
- .focus-visible\:outline-none:focus-visible {
630
- outline: 2px solid transparent;
631
- outline-offset: 2px;
632
- }
633
-
634
- .focus-visible\:ring-2:focus-visible {
635
- --precision-ui-tw-ring-offset-shadow: var(--precision-ui-tw-ring-inset) 0 0 0 var(--precision-ui-tw-ring-offset-width) var(--precision-ui-tw-ring-offset-color);
636
- --precision-ui-tw-ring-shadow: var(--precision-ui-tw-ring-inset) 0 0 0 calc(2px + var(--precision-ui-tw-ring-offset-width)) var(--precision-ui-tw-ring-color);
637
- box-shadow: var(--precision-ui-tw-ring-offset-shadow), var(--precision-ui-tw-ring-shadow), var(--precision-ui-tw-shadow, 0 0 #0000);
638
- }
639
-
640
- .focus-visible\:ring-ring:focus-visible {
641
- --precision-ui-tw-ring-color: hsl(var(--precision-ui-tw-ring));
642
- }
643
-
644
- .focus-visible\:ring-offset-2:focus-visible {
645
- --precision-ui-tw-ring-offset-width: 2px;
646
- }
647
-
648
- .disabled\:pointer-events-none:disabled {
649
- pointer-events: none;
650
- }
651
-
652
- .disabled\:cursor-not-allowed:disabled {
653
- cursor: not-allowed;
654
- }
655
-
656
- .disabled\:opacity-50:disabled {
657
- opacity: 0.5;
658
- }
659
-
660
- .group:hover .group-hover\:scale-125 {
661
- --precision-ui-tw-scale-x: 1.25;
662
- --precision-ui-tw-scale-y: 1.25;
663
- transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
664
- }
665
-
666
- .group:hover .group-hover\:transform {
667
- transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
668
- }
669
-
670
- .group:hover .group-hover\:bg-transparent {
671
- background-color: transparent;
672
- }
673
-
674
- .dark\:border-destructive:is([data-mode="dark"] *) {
675
- border-color: hsl(var(--precision-ui-tw-destructive));
676
- }
677
-
678
- @media (min-width: 640px) {
679
-
680
- .sm\:max-w-xs {
681
- max-width: 20rem;
682
- }
683
- }
684
-
685
- @media (min-width: 990px) {
686
-
687
- .lg\:max-w-sm {
688
- max-width: 24rem;
689
- }
690
- }
691
-
692
- @media (min-width: 1280px) {
693
-
694
- .xl\:max-w-md {
695
- max-width: 28rem;
696
- }
697
- }
698
-
699
- .\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div {
700
- --precision-ui-tw-translate-y: -3px;
701
- transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
702
- }
703
-
704
- .\[\&\>svg\]\:absolute>svg {
705
- position: absolute;
706
- }
707
-
708
- .\[\&\>svg\]\:left-4>svg {
709
- left: 1rem;
710
- }
711
-
712
- .\[\&\>svg\]\:top-4>svg {
713
- top: 1rem;
714
- }
715
-
716
- .\[\&\>svg\]\:text-destructive>svg {
717
- color: hsl(var(--precision-ui-tw-destructive));
718
- }
719
-
720
- .\[\&\>svg\]\:text-foreground>svg {
721
- color: hsl(var(--precision-ui-tw-foreground));
722
- }
723
-
724
- .\[\&\>svg\~\*\]\:pl-7>svg~* {
725
- padding-left: 1.75rem;
726
- }
727
-
728
- .\[\&_p\]\:leading-relaxed p {
729
- line-height: 1.625;
730
- }
1
+ @charset "UTF-8";
2
+ /***
3
+ The new CSS reset - version 1.11.3 (last updated 25.08.2024)
4
+ GitHub page: https://github.com/elad2412/the-new-css-reset
5
+ ***/
6
+ /*
7
+ Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
8
+ - The "symbol *" part is to solve Firefox SVG sprite bug
9
+ - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
10
+ */
11
+ *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
12
+ all: unset;
13
+ display: revert;
14
+ }
15
+ /* Preferred box-sizing value */
16
+ *,
17
+ *::before,
18
+ *::after {
19
+ box-sizing: border-box;
20
+ }
21
+ /* Fix mobile Safari increase font-size on landscape mode */
22
+ html {
23
+ -moz-text-size-adjust: none;
24
+ -webkit-text-size-adjust: none;
25
+ text-size-adjust: none;
26
+ }
27
+ /* Reapply the pointer cursor for anchor tags */
28
+ a, button {
29
+ cursor: revert;
30
+ }
31
+ /* Remove list styles (bullets/numbers) */
32
+ ol, ul, menu, summary {
33
+ list-style: none;
34
+ }
35
+ /* Firefox: solve issue where nested ordered lists continue numbering from parent (https://bugzilla.mozilla.org/show_bug.cgi?id=1881517) */
36
+ ol {
37
+ counter-reset: revert;
38
+ }
39
+ /* For images to not be able to exceed their container */
40
+ img {
41
+ max-inline-size: 100%;
42
+ max-block-size: 100%;
43
+ }
44
+ /* removes spacing between cells in tables */
45
+ table {
46
+ border-collapse: collapse;
47
+ }
48
+ /* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
49
+ input, textarea {
50
+ -webkit-user-select: auto;
51
+ }
52
+ /* revert the 'white-space' property for textarea elements on Safari */
53
+ textarea {
54
+ white-space: revert;
55
+ }
56
+ /* minimum style to allow to style meter element */
57
+ meter {
58
+ -webkit-appearance: revert;
59
+ -moz-appearance: revert;
60
+ appearance: revert;
61
+ }
62
+ /* preformatted text - use only for this feature */
63
+ :where(pre) {
64
+ all: revert;
65
+ box-sizing: border-box;
66
+ }
67
+ /* reset default text opacity of input placeholder */
68
+ ::-moz-placeholder {
69
+ color: unset;
70
+ }
71
+ ::placeholder {
72
+ color: unset;
73
+ }
74
+ /* fix the feature of 'hidden' attribute.
75
+ display:revert; revert to element instead of attribute */
76
+ :where([hidden]) {
77
+ display: none;
78
+ }
79
+ /* revert for bug in Chromium browsers
80
+ - fix for the content editable attribute will work properly.
81
+ - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
82
+ :where([contenteditable]:not([contenteditable="false"])) {
83
+ -moz-user-modify: read-write;
84
+ -webkit-user-modify: read-write;
85
+ overflow-wrap: break-word;
86
+ -webkit-line-break: after-white-space;
87
+ -webkit-user-select: auto;
88
+ }
89
+ /* apply back the draggable feature - exist only in Chromium and Safari */
90
+ :where([draggable="true"]) {
91
+ -webkit-user-drag: element;
92
+ }
93
+ /* Revert Modal native behavior */
94
+ :where(dialog:modal) {
95
+ all: revert;
96
+ box-sizing: border-box;
97
+ }
98
+ /* Remove details summary webkit styles */
99
+ ::-webkit-details-marker {
100
+ display: none;
101
+ }
102
+ :root {
103
+ /* TODO: check all colors from Figma */
104
+ /* init */
105
+ --foreground-rgb: 0, 0, 0;
106
+ --background-start-rgb: 214, 219, 220;
107
+ --background-end-rgb: 255, 255, 255;
108
+ /* shad */
109
+ --precision-ui-tw-background: 0 0% 100%;
110
+ --precision-ui-tw-foreground: 222.2 84% 4.9%;
111
+ --precision-ui-tw-muted: 210 40% 96.1%;
112
+ --muted-foreground: 215.4 16.3% 46.9%;
113
+ --precision-ui-tw-popover: 0 0% 100%;
114
+ --precision-ui-tw-popover-foreground: 222.2 84% 4.9%;
115
+ --precision-ui-tw-border: 214.3 31.8% 91.4%;
116
+ --precision-ui-tw-input: 214.3 31.8% 91.4%;
117
+ --precision-ui-tw-card: 0 0% 100%;
118
+ --precision-ui-tw-card-foreground: 222.2 84% 4.9%;
119
+ --precision-ui-tw-navy: 219, 98%, 24%;
120
+ --precision-ui-tw-navy-opacity-4: 219, 98%, 24%, 0.04;
121
+ --precision-ui-tw-navy-opacity-4-absolute: 216, 12%, 92%;
122
+ --precision-ui-tw-navy-opacity-8: 219, 98%, 24%, 0.08;
123
+ /* above not in Figma, just for inputs */
124
+ --precision-ui-tw-navy-opacity-16: 219, 98%, 24%, 0.16;
125
+ --precision-ui-tw-navy-opacity-32: 219, 98%, 24%, 0.32;
126
+ --precision-ui-tw-navy-opacity-40: 219, 98%, 24%, 0.4;
127
+ --precision-ui-tw-navy-opacity-60: 219, 98%, 24%, 0.6;
128
+ --precision-ui-tw-navy-opacity-80: 219, 98%, 24%, 0.8;
129
+ /* above not in Figma, for checked checkbox hover */
130
+ --precision-ui-tw-article-verylight: 225, 95%, 59%;
131
+ --precision-ui-tw-article-ultramarine: 235, 88%, 69%;
132
+ --precision-ui-tw-sapphire: 219, 98%, 44%;
133
+ --precision-ui-tw-sapphire-hover: 219, 78%, 62%;
134
+ --precision-ui-tw-turquoise: 181, 100%, 41%;
135
+ --precision-ui-tw-turquoise-opacity-16: 181, 100%, 41%, 0.16;
136
+ --precision-ui-tw-turquoise-opacity-20: 181, 100%, 41%, 0.2;
137
+ /* for advantages card */
138
+ --precision-ui-tw-whitish: 0, 0%, 100%;
139
+ --precision-ui-tw-whitish-opacity-8: 0, 0%, 100%, 0.08;
140
+ --precision-ui-tw-whitish-opacity-16: 0, 0%, 100%, 0.16;
141
+ --precision-ui-tw-whitish-opacity-24: 0, 0%, 100%, 0.24;
142
+ --precision-ui-tw-whitish-opacity-32: 0, 0%, 100%, 0.32;
143
+ --precision-ui-tw-whitish-opacity-40: 0, 0%, 100%, 0.4;
144
+ /* above slider pagination element */
145
+ --precision-ui-tw-whitish-opacity-60: 0, 0%, 100%, 0.6;
146
+ --precision-ui-tw-whitish-opacity-80: 0, 0%, 100%, 0.8;
147
+ /* above not in Figma, for checked checkbox hover */
148
+ --precision-ui-tw-grey-1: 0, 0%, 95%;
149
+ --precision-ui-tw-grey-2: 0, 0%, 97%;
150
+ --precision-ui-tw-danger: 1, 88%, 50%;
151
+ --precision-ui-tw-primary: 222.2 47.4% 11.2%;
152
+ --precision-ui-tw-primary-foreground: 210 40% 98%;
153
+ --precision-ui-tw-secondary: 210 40% 96.1%;
154
+ --precision-ui-tw-secondary-foreground: 222.2 47.4% 11.2%;
155
+ --precision-ui-tw-accent: 210 40% 96.1%;
156
+ --precision-ui-tw-accent-foreground: 222.2 47.4% 11.2%;
157
+ --precision-ui-tw-destructive: 0 84.2% 60.2%;
158
+ --precision-ui-tw-destructive-foreground: 210 40% 98%;
159
+ --precision-ui-tw-ring: 222.2 84% 4.9%;
160
+ --precision-ui-tw-radius: 0.5rem;
161
+ }
162
+ .dark {
163
+ --foreground-rgb: 255, 255, 255;
164
+ --background-start-rgb: 0, 0, 0;
165
+ --background-end-rgb: 0, 0, 0;
166
+ --precision-ui-tw-background: 0 0% 0%;
167
+ --precision-ui-tw-foreground: 210 40% 98%;
168
+ --precision-ui-tw-muted: 210 40% 10%;
169
+ --muted-foreground: 215.4 16.3% 80%;
170
+ --precision-ui-tw-popover: 0 0% 0%;
171
+ --precision-ui-tw-popover-foreground: 210 40% 98%;
172
+ --precision-ui-tw-border: 214.3 31.8% 10%;
173
+ --precision-ui-tw-input: 214.3 31.8% 10%;
174
+ --precision-ui-tw-card: 0 0% 0%;
175
+ --precision-ui-tw-card-foreground: 210 40% 98%;
176
+ --precision-ui-tw-navy: 219, 98%, 80%;
177
+ --precision-ui-tw-navy-opacity-4: 219, 98%, 80%, 0.04;
178
+ --precision-ui-tw-navy-opacity-4-absolute: 216, 12%, 10%;
179
+ --precision-ui-tw-navy-opacity-8: 219, 98%, 80%, 0.08;
180
+ --precision-ui-tw-navy-opacity-16: 219, 98%, 80%, 0.16;
181
+ --precision-ui-tw-navy-opacity-32: 219, 98%, 80%, 0.32;
182
+ --precision-ui-tw-navy-opacity-40: 219, 98%, 80%, 0.4;
183
+ --precision-ui-tw-navy-opacity-60: 219, 98%, 80%, 0.6;
184
+ --precision-ui-tw-navy-opacity-80: 219, 98%, 80%, 0.8;
185
+ --precision-ui-tw-article-verylight: 225, 95%, 80%;
186
+ --precision-ui-tw-article-ultramarine: 235, 88%, 80%;
187
+ --precision-ui-tw-sapphire: 219, 98%, 80%;
188
+ --precision-ui-tw-sapphire-hover: 219, 78%, 80%;
189
+ --precision-ui-tw-turquoise: 181, 100%, 80%;
190
+ --precision-ui-tw-turquoise-opacity-16: 181, 100%, 80%, 0.16;
191
+ --precision-ui-tw-turquoise-opacity-20: 181, 100%, 80%, 0.2;
192
+ --precision-ui-tw-whitish: 0, 0%, 0%;
193
+ --precision-ui-tw-whitish-opacity-8: 0, 0%, 0%, 0.08;
194
+ --precision-ui-tw-whitish-opacity-16: 0, 0%, 0%, 0.16;
195
+ --precision-ui-tw-whitish-opacity-24: 0, 0%, 0%, 0.24;
196
+ --precision-ui-tw-whitish-opacity-32: 0, 0%, 0%, 0.32;
197
+ --precision-ui-tw-whitish-opacity-40: 0, 0%, 0%, 0.4;
198
+ --precision-ui-tw-whitish-opacity-60: 0, 0%, 0%, 0.6;
199
+ --precision-ui-tw-whitish-opacity-80: 0, 0%, 0%, 0.8;
200
+ --precision-ui-tw-grey-1: 0, 0%, 10%;
201
+ --precision-ui-tw-grey-2: 0, 0%, 5%;
202
+ --precision-ui-tw-danger: 1, 88%, 80%;
203
+ --precision-ui-tw-primary: 222.2 47.4% 90%;
204
+ --precision-ui-tw-primary-foreground: 210 40% 10%;
205
+ --precision-ui-tw-secondary: 210 40% 10%;
206
+ --precision-ui-tw-secondary-foreground: 222.2 47.4% 90%;
207
+ --precision-ui-tw-accent: 210 40% 10%;
208
+ --precision-ui-tw-accent-foreground: 222.2 47.4% 90%;
209
+ --precision-ui-tw-destructive: 0 84.2% 80%;
210
+ --precision-ui-tw-destructive-foreground: 210 40% 10%;
211
+ --precision-ui-tw-ring: 210 40% 98%;
212
+ }
213
+ @media (prefers-color-scheme: dark) {
214
+ :root {
215
+ --foreground-rgb: 255, 255, 255;
216
+ --background-start-rgb: 0, 0, 0;
217
+ --background-end-rgb: 0, 0, 0;
218
+ }
219
+ }
220
+ *{
221
+ border-color: hsl(var(--precision-ui-tw-border));
222
+ }
223
+ body{
224
+ background-color: hsl(var(--precision-ui-tw-background));
225
+ color: hsl(var(--precision-ui-tw-foreground));
226
+ font-feature-settings: "rlig" 1, "calt" 1;
227
+ }
228
+ :root{
229
+ --precision-ui-tw-border-spacing-x: 0;
230
+ --precision-ui-tw-border-spacing-y: 0;
231
+ --precision-ui-tw-translate-x: 0;
232
+ --precision-ui-tw-translate-y: 0;
233
+ --precision-ui-tw-rotate: 0;
234
+ --precision-ui-tw-skew-x: 0;
235
+ --precision-ui-tw-skew-y: 0;
236
+ --precision-ui-tw-scale-x: 1;
237
+ --precision-ui-tw-scale-y: 1;
238
+ --precision-ui-tw-pan-x: ;
239
+ --precision-ui-tw-pan-y: ;
240
+ --precision-ui-tw-pinch-zoom: ;
241
+ --precision-ui-tw-scroll-snap-strictness: proximity;
242
+ --precision-ui-tw-gradient-from-position: ;
243
+ --precision-ui-tw-gradient-via-position: ;
244
+ --precision-ui-tw-gradient-to-position: ;
245
+ --precision-ui-tw-ordinal: ;
246
+ --precision-ui-tw-slashed-zero: ;
247
+ --precision-ui-tw-numeric-figure: ;
248
+ --precision-ui-tw-numeric-spacing: ;
249
+ --precision-ui-tw-numeric-fraction: ;
250
+ --precision-ui-tw-ring-inset: ;
251
+ --precision-ui-tw-ring-offset-width: 0px;
252
+ --precision-ui-tw-ring-offset-color: #fff;
253
+ --precision-ui-tw-ring-color: rgb(59 130 246 / 0.5);
254
+ --precision-ui-tw-ring-offset-shadow: 0 0 #0000;
255
+ --precision-ui-tw-ring-shadow: 0 0 #0000;
256
+ --precision-ui-tw-shadow: 0 0 #0000;
257
+ --precision-ui-tw-shadow-colored: 0 0 #0000;
258
+ --precision-ui-tw-blur: ;
259
+ --precision-ui-tw-brightness: ;
260
+ --precision-ui-tw-contrast: ;
261
+ --precision-ui-tw-grayscale: ;
262
+ --precision-ui-tw-hue-rotate: ;
263
+ --precision-ui-tw-invert: ;
264
+ --precision-ui-tw-saturate: ;
265
+ --precision-ui-tw-sepia: ;
266
+ --precision-ui-tw-drop-shadow: ;
267
+ --precision-ui-tw-backdrop-blur: ;
268
+ --precision-ui-tw-backdrop-brightness: ;
269
+ --precision-ui-tw-backdrop-contrast: ;
270
+ --precision-ui-tw-backdrop-grayscale: ;
271
+ --precision-ui-tw-backdrop-hue-rotate: ;
272
+ --precision-ui-tw-backdrop-invert: ;
273
+ --precision-ui-tw-backdrop-opacity: ;
274
+ --precision-ui-tw-backdrop-saturate: ;
275
+ --precision-ui-tw-backdrop-sepia: ;
276
+ --precision-ui-tw-contain-size: ;
277
+ --precision-ui-tw-contain-layout: ;
278
+ --precision-ui-tw-contain-paint: ;
279
+ --precision-ui-tw-contain-style: ;
280
+ }
281
+ ::backdrop{
282
+ --precision-ui-tw-border-spacing-x: 0;
283
+ --precision-ui-tw-border-spacing-y: 0;
284
+ --precision-ui-tw-translate-x: 0;
285
+ --precision-ui-tw-translate-y: 0;
286
+ --precision-ui-tw-rotate: 0;
287
+ --precision-ui-tw-skew-x: 0;
288
+ --precision-ui-tw-skew-y: 0;
289
+ --precision-ui-tw-scale-x: 1;
290
+ --precision-ui-tw-scale-y: 1;
291
+ --precision-ui-tw-pan-x: ;
292
+ --precision-ui-tw-pan-y: ;
293
+ --precision-ui-tw-pinch-zoom: ;
294
+ --precision-ui-tw-scroll-snap-strictness: proximity;
295
+ --precision-ui-tw-gradient-from-position: ;
296
+ --precision-ui-tw-gradient-via-position: ;
297
+ --precision-ui-tw-gradient-to-position: ;
298
+ --precision-ui-tw-ordinal: ;
299
+ --precision-ui-tw-slashed-zero: ;
300
+ --precision-ui-tw-numeric-figure: ;
301
+ --precision-ui-tw-numeric-spacing: ;
302
+ --precision-ui-tw-numeric-fraction: ;
303
+ --precision-ui-tw-ring-inset: ;
304
+ --precision-ui-tw-ring-offset-width: 0px;
305
+ --precision-ui-tw-ring-offset-color: #fff;
306
+ --precision-ui-tw-ring-color: rgb(59 130 246 / 0.5);
307
+ --precision-ui-tw-ring-offset-shadow: 0 0 #0000;
308
+ --precision-ui-tw-ring-shadow: 0 0 #0000;
309
+ --precision-ui-tw-shadow: 0 0 #0000;
310
+ --precision-ui-tw-shadow-colored: 0 0 #0000;
311
+ --precision-ui-tw-blur: ;
312
+ --precision-ui-tw-brightness: ;
313
+ --precision-ui-tw-contrast: ;
314
+ --precision-ui-tw-grayscale: ;
315
+ --precision-ui-tw-hue-rotate: ;
316
+ --precision-ui-tw-invert: ;
317
+ --precision-ui-tw-saturate: ;
318
+ --precision-ui-tw-sepia: ;
319
+ --precision-ui-tw-drop-shadow: ;
320
+ --precision-ui-tw-backdrop-blur: ;
321
+ --precision-ui-tw-backdrop-brightness: ;
322
+ --precision-ui-tw-backdrop-contrast: ;
323
+ --precision-ui-tw-backdrop-grayscale: ;
324
+ --precision-ui-tw-backdrop-hue-rotate: ;
325
+ --precision-ui-tw-backdrop-invert: ;
326
+ --precision-ui-tw-backdrop-opacity: ;
327
+ --precision-ui-tw-backdrop-saturate: ;
328
+ --precision-ui-tw-backdrop-sepia: ;
329
+ --precision-ui-tw-contain-size: ;
330
+ --precision-ui-tw-contain-layout: ;
331
+ --precision-ui-tw-contain-paint: ;
332
+ --precision-ui-tw-contain-style: ;
333
+ }
334
+ .container{
335
+ width: 100%;
336
+ margin-right: auto;
337
+ margin-left: auto;
338
+ padding-right: 1.5rem;
339
+ padding-left: 1.5rem;
340
+ }
341
+ @media (min-width: 1400px){
342
+ .container{
343
+ max-width: 1400px;
344
+ }
345
+ }
346
+ #__next{
347
+ height: 100%;
348
+ }
349
+ .container {
350
+ /* @apply max-w-xs px-40 self-center; */
351
+ }
352
+ @media (min-width: 0) and (max-width: 768px) {
353
+ .container {
354
+ padding: 0 1.25rem;
355
+ }
356
+ }
357
+ .bg-link-gradient:hover::before, .bg-link-white-gradient:hover::before,
358
+ .link_navy:hover::before,
359
+ .link_white:hover::before {
360
+ background-color: hsl(var(--precision-ui-tw-navy));
361
+ }
362
+ .link_white:hover::before {
363
+ background-color: hsl(var(--precision-ui-tw-whitish));
364
+ }
365
+ .bg-link-gradient-container:hover .bg-link-gradient::before, .bg-link-gradient-container:hover .bg-link-white-gradient::before,
366
+ .bg-link-gradient-container:hover .link_navy::before,
367
+ .bg-link-gradient-container:hover .link_white::before {
368
+ background-color: hsl(var(--precision-ui-tw-navy));
369
+ }
370
+ .bg-link-gradient-container:hover .bg-link-white-gradient::before {
371
+ background-color: white;
372
+ }
373
+ .link, .iit-link, .link_turq, .content a,
374
+ .link_navy,
375
+ .link_white {
376
+ transition: all ease 0.25s;
377
+ background-image: linear-gradient(to top, rgba(0, 85, 144, 0) 1px, transparent 1px);
378
+ background-repeat: repeat-x;
379
+ background-position: 0 0px;
380
+ text-decoration: none;
381
+ }
382
+ .link:hover, .iit-link:hover, .link_turq:hover, .content a:hover {
383
+ background-image: linear-gradient(to top, hsl(var(--precision-ui-tw-turquoise)) 1px, transparent 1px);
384
+ }
385
+ .link_navy:hover {
386
+ background-image: linear-gradient(to top, hsl(var(--precision-ui-tw-navy)) 1px, transparent 1px);
387
+ }
388
+ .link_white:hover {
389
+ background-image: linear-gradient(to top, hsl(var(--precision-ui-tw-whitish)) 1px, transparent 1px);
390
+ }
391
+ /* link2 is experiment */
392
+ .sr-only{
393
+ position: absolute;
394
+ width: 1px;
395
+ height: 1px;
396
+ padding: 0;
397
+ margin: -1px;
398
+ overflow: hidden;
399
+ clip: rect(0, 0, 0, 0);
400
+ white-space: nowrap;
401
+ border-width: 0;
402
+ }
403
+ .absolute{
404
+ position: absolute;
405
+ }
406
+ .relative{
407
+ position: relative;
408
+ }
409
+ .-bottom-12{
410
+ bottom: -3rem;
411
+ }
412
+ .-left-12{
413
+ left: -3rem;
414
+ }
415
+ .-right-12{
416
+ right: -3rem;
417
+ }
418
+ .-top-12{
419
+ top: -3rem;
420
+ }
421
+ .bottom-0{
422
+ bottom: 0px;
423
+ }
424
+ .bottom-8{
425
+ bottom: 2rem;
426
+ }
427
+ .bottom-\[1px\]{
428
+ bottom: 1px;
429
+ }
430
+ .left-0{
431
+ left: 0px;
432
+ }
433
+ .left-1\/2{
434
+ left: 50%;
435
+ }
436
+ .left-3{
437
+ left: 0.75rem;
438
+ }
439
+ .left-\[2px\]{
440
+ left: 2px;
441
+ }
442
+ .left-\[5px\]{
443
+ left: 5px;
444
+ }
445
+ .left-auto{
446
+ left: auto;
447
+ }
448
+ .right-14{
449
+ right: 3.5rem;
450
+ }
451
+ .right-2{
452
+ right: 0.5rem;
453
+ }
454
+ .right-3{
455
+ right: 0.75rem;
456
+ }
457
+ .right-6{
458
+ right: 1.5rem;
459
+ }
460
+ .right-auto{
461
+ right: auto;
462
+ }
463
+ .top-0{
464
+ top: 0px;
465
+ }
466
+ .top-1\/2{
467
+ top: 50%;
468
+ }
469
+ .top-auto{
470
+ top: auto;
471
+ }
472
+ .z-0{
473
+ z-index: 0;
474
+ }
475
+ .z-10{
476
+ z-index: 10;
477
+ }
478
+ .z-20{
479
+ z-index: 20;
480
+ }
481
+ .z-30{
482
+ z-index: 30;
483
+ }
484
+ .z-50{
485
+ z-index: 50;
486
+ }
487
+ .col-span-1{
488
+ grid-column: span 1 / span 1;
489
+ }
490
+ .col-span-2{
491
+ grid-column: span 2 / span 2;
492
+ }
493
+ .col-span-3{
494
+ grid-column: span 3 / span 3;
495
+ }
496
+ .col-span-7{
497
+ grid-column: span 7 / span 7;
498
+ }
499
+ .row-start-1{
500
+ grid-row-start: 1;
501
+ }
502
+ .row-end-3{
503
+ grid-row-end: 3;
504
+ }
505
+ .mx-auto{
506
+ margin-left: auto;
507
+ margin-right: auto;
508
+ }
509
+ .-ml-4{
510
+ margin-left: -1rem;
511
+ }
512
+ .-mt-4{
513
+ margin-top: -1rem;
514
+ }
515
+ .mb-1{
516
+ margin-bottom: 0.25rem;
517
+ }
518
+ .mb-12{
519
+ margin-bottom: 3rem;
520
+ }
521
+ .mb-2{
522
+ margin-bottom: 0.5rem;
523
+ }
524
+ .mb-24{
525
+ margin-bottom: 6rem;
526
+ }
527
+ .mb-5{
528
+ margin-bottom: 1.25rem;
529
+ }
530
+ .mb-6{
531
+ margin-bottom: 1.5rem;
532
+ }
533
+ .mt-12{
534
+ margin-top: 3rem;
535
+ }
536
+ .mt-2{
537
+ margin-top: 0.5rem;
538
+ }
539
+ .mt-4{
540
+ margin-top: 1rem;
541
+ }
542
+ .mt-5{
543
+ margin-top: 1.25rem;
544
+ }
545
+ .mt-6{
546
+ margin-top: 1.5rem;
547
+ }
548
+ .mt-\[128px\]{
549
+ margin-top: 128px;
550
+ }
551
+ .mt-\[88px\]{
552
+ margin-top: 88px;
553
+ }
554
+ .block{
555
+ display: block;
556
+ }
557
+ .inline{
558
+ display: inline;
559
+ }
560
+ .flex{
561
+ display: flex;
562
+ }
563
+ .inline-flex{
564
+ display: inline-flex;
565
+ }
566
+ .table{
567
+ display: table;
568
+ }
569
+ .grid{
570
+ display: grid;
571
+ }
572
+ .contents{
573
+ display: contents;
574
+ }
575
+ .hidden{
576
+ display: none;
577
+ }
578
+ .h-1{
579
+ height: 0.25rem;
580
+ }
581
+ .h-10{
582
+ height: 2.5rem;
583
+ }
584
+ .h-11{
585
+ height: 2.75rem;
586
+ }
587
+ .h-14{
588
+ height: 3.5rem;
589
+ }
590
+ .h-16{
591
+ height: 4rem;
592
+ }
593
+ .h-4{
594
+ height: 1rem;
595
+ }
596
+ .h-5{
597
+ height: 1.25rem;
598
+ }
599
+ .h-8{
600
+ height: 2rem;
601
+ }
602
+ .h-9{
603
+ height: 2.25rem;
604
+ }
605
+ .h-\[10px\]{
606
+ height: 10px;
607
+ }
608
+ .h-\[18px\]{
609
+ height: 18px;
610
+ }
611
+ .h-\[1px\]{
612
+ height: 1px;
613
+ }
614
+ .h-\[606px\]{
615
+ height: 606px;
616
+ }
617
+ .h-full{
618
+ height: 100%;
619
+ }
620
+ .min-h-\[190px\]{
621
+ min-height: 190px;
622
+ }
623
+ .min-h-\[300px\]{
624
+ min-height: 300px;
625
+ }
626
+ .min-h-\[360px\]{
627
+ min-height: 360px;
628
+ }
629
+ .w-10{
630
+ width: 2.5rem;
631
+ }
632
+ .w-4{
633
+ width: 1rem;
634
+ }
635
+ .w-5{
636
+ width: 1.25rem;
637
+ }
638
+ .w-72{
639
+ width: 18rem;
640
+ }
641
+ .w-8{
642
+ width: 2rem;
643
+ }
644
+ .w-\[10px\]{
645
+ width: 10px;
646
+ }
647
+ .w-\[18px\]{
648
+ width: 18px;
649
+ }
650
+ .w-\[456px\]{
651
+ width: 456px;
652
+ }
653
+ .w-\[87\.5\%\]{
654
+ width: 87.5%;
655
+ }
656
+ .w-\[96\%\]{
657
+ width: 96%;
658
+ }
659
+ .w-auto{
660
+ width: auto;
661
+ }
662
+ .w-full{
663
+ width: 100%;
664
+ }
665
+ .min-w-0{
666
+ min-width: 0px;
667
+ }
668
+ .max-w-2xl{
669
+ max-width: 42rem;
670
+ }
671
+ .max-w-6xl{
672
+ max-width: 72rem;
673
+ }
674
+ .max-w-\[460px\]{
675
+ max-width: 460px;
676
+ }
677
+ .max-w-\[694px\]{
678
+ max-width: 694px;
679
+ }
680
+ .max-w-\[800px\]{
681
+ max-width: 800px;
682
+ }
683
+ .max-w-\[900px\]{
684
+ max-width: 900px;
685
+ }
686
+ .max-w-md{
687
+ max-width: 28rem;
688
+ }
689
+ .max-w-sm{
690
+ max-width: 24rem;
691
+ }
692
+ .shrink-0{
693
+ flex-shrink: 0;
694
+ }
695
+ .grow-0{
696
+ flex-grow: 0;
697
+ }
698
+ .basis-full{
699
+ flex-basis: 100%;
700
+ }
701
+ .-translate-x-1\/2{
702
+ --precision-ui-tw-translate-x: -50%;
703
+ transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
704
+ }
705
+ .-translate-y-1\/2{
706
+ --precision-ui-tw-translate-y: -50%;
707
+ transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
708
+ }
709
+ .translate-y-0{
710
+ --precision-ui-tw-translate-y: 0px;
711
+ transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
712
+ }
713
+ .rotate-90{
714
+ --precision-ui-tw-rotate: 90deg;
715
+ transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
716
+ }
717
+ .transform{
718
+ transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
719
+ }
720
+ .cursor-not-allowed{
721
+ cursor: not-allowed;
722
+ }
723
+ .cursor-pointer{
724
+ cursor: pointer;
725
+ }
726
+ .auto-rows-\[222px\]{
727
+ grid-auto-rows: 222px;
728
+ }
729
+ .grid-cols-1{
730
+ grid-template-columns: repeat(1, minmax(0, 1fr));
731
+ }
732
+ .grid-cols-2{
733
+ grid-template-columns: repeat(2, minmax(0, 1fr));
734
+ }
735
+ .flex-col{
736
+ flex-direction: column;
737
+ }
738
+ .items-start{
739
+ align-items: flex-start;
740
+ }
741
+ .items-center{
742
+ align-items: center;
743
+ }
744
+ .items-baseline{
745
+ align-items: baseline;
746
+ }
747
+ .justify-center{
748
+ justify-content: center;
749
+ }
750
+ .justify-between{
751
+ justify-content: space-between;
752
+ }
753
+ .gap-1{
754
+ gap: 0.25rem;
755
+ }
756
+ .gap-12{
757
+ gap: 3rem;
758
+ }
759
+ .gap-2{
760
+ gap: 0.5rem;
761
+ }
762
+ .gap-3{
763
+ gap: 0.75rem;
764
+ }
765
+ .gap-4{
766
+ gap: 1rem;
767
+ }
768
+ .gap-8{
769
+ gap: 2rem;
770
+ }
771
+ .space-x-2 > :not([hidden]) ~ :not([hidden]){
772
+ --precision-ui-tw-space-x-reverse: 0;
773
+ margin-right: calc(0.5rem * var(--precision-ui-tw-space-x-reverse));
774
+ margin-left: calc(0.5rem * calc(1 - var(--precision-ui-tw-space-x-reverse)));
775
+ }
776
+ .space-x-3 > :not([hidden]) ~ :not([hidden]){
777
+ --precision-ui-tw-space-x-reverse: 0;
778
+ margin-right: calc(0.75rem * var(--precision-ui-tw-space-x-reverse));
779
+ margin-left: calc(0.75rem * calc(1 - var(--precision-ui-tw-space-x-reverse)));
780
+ }
781
+ .space-x-4 > :not([hidden]) ~ :not([hidden]){
782
+ --precision-ui-tw-space-x-reverse: 0;
783
+ margin-right: calc(1rem * var(--precision-ui-tw-space-x-reverse));
784
+ margin-left: calc(1rem * calc(1 - var(--precision-ui-tw-space-x-reverse)));
785
+ }
786
+ .space-x-5 > :not([hidden]) ~ :not([hidden]){
787
+ --precision-ui-tw-space-x-reverse: 0;
788
+ margin-right: calc(1.25rem * var(--precision-ui-tw-space-x-reverse));
789
+ margin-left: calc(1.25rem * calc(1 - var(--precision-ui-tw-space-x-reverse)));
790
+ }
791
+ .space-y-10 > :not([hidden]) ~ :not([hidden]){
792
+ --precision-ui-tw-space-y-reverse: 0;
793
+ margin-top: calc(2.5rem * calc(1 - var(--precision-ui-tw-space-y-reverse)));
794
+ margin-bottom: calc(2.5rem * var(--precision-ui-tw-space-y-reverse));
795
+ }
796
+ .space-y-12 > :not([hidden]) ~ :not([hidden]){
797
+ --precision-ui-tw-space-y-reverse: 0;
798
+ margin-top: calc(3rem * calc(1 - var(--precision-ui-tw-space-y-reverse)));
799
+ margin-bottom: calc(3rem * var(--precision-ui-tw-space-y-reverse));
800
+ }
801
+ .space-y-2 > :not([hidden]) ~ :not([hidden]){
802
+ --precision-ui-tw-space-y-reverse: 0;
803
+ margin-top: calc(0.5rem * calc(1 - var(--precision-ui-tw-space-y-reverse)));
804
+ margin-bottom: calc(0.5rem * var(--precision-ui-tw-space-y-reverse));
805
+ }
806
+ .space-y-4 > :not([hidden]) ~ :not([hidden]){
807
+ --precision-ui-tw-space-y-reverse: 0;
808
+ margin-top: calc(1rem * calc(1 - var(--precision-ui-tw-space-y-reverse)));
809
+ margin-bottom: calc(1rem * var(--precision-ui-tw-space-y-reverse));
810
+ }
811
+ .space-y-6 > :not([hidden]) ~ :not([hidden]){
812
+ --precision-ui-tw-space-y-reverse: 0;
813
+ margin-top: calc(1.5rem * calc(1 - var(--precision-ui-tw-space-y-reverse)));
814
+ margin-bottom: calc(1.5rem * var(--precision-ui-tw-space-y-reverse));
815
+ }
816
+ .overflow-hidden{
817
+ overflow: hidden;
818
+ }
819
+ .whitespace-nowrap{
820
+ white-space: nowrap;
821
+ }
822
+ .rounded{
823
+ border-radius: 0.25rem;
824
+ }
825
+ .rounded-2xl{
826
+ border-radius: 1rem;
827
+ }
828
+ .rounded-full{
829
+ border-radius: 9999px;
830
+ }
831
+ .rounded-lg{
832
+ border-radius: var(--precision-ui-tw-radius);
833
+ }
834
+ .rounded-md{
835
+ border-radius: calc(var(--precision-ui-tw-radius) - 2px);
836
+ }
837
+ .rounded-sm{
838
+ border-radius: calc(var(--precision-ui-tw-radius) - 4px);
839
+ }
840
+ .rounded-b-2xl{
841
+ border-bottom-right-radius: 1rem;
842
+ border-bottom-left-radius: 1rem;
843
+ }
844
+ .rounded-t-2xl{
845
+ border-top-left-radius: 1rem;
846
+ border-top-right-radius: 1rem;
847
+ }
848
+ .border{
849
+ border-width: 1px;
850
+ }
851
+ .border-\[1px\]{
852
+ border-width: 1px;
853
+ }
854
+ .border-b{
855
+ border-bottom-width: 1px;
856
+ }
857
+ .border-b-0{
858
+ border-bottom-width: 0px;
859
+ }
860
+ .border-r-0{
861
+ border-right-width: 0px;
862
+ }
863
+ .border-t{
864
+ border-top-width: 1px;
865
+ }
866
+ .border-t-0{
867
+ border-top-width: 0px;
868
+ }
869
+ .border-solid{
870
+ border-style: solid;
871
+ }
872
+ .border-none{
873
+ border-style: none;
874
+ }
875
+ .border-blue-500{
876
+ --precision-ui-tw-border-opacity: 1;
877
+ border-color: rgb(59 130 246 / var(--precision-ui-tw-border-opacity));
878
+ }
879
+ .border-destructive\/50{
880
+ border-color: hsl(var(--precision-ui-tw-destructive) / 0.5);
881
+ }
882
+ .border-input{
883
+ border-color: hsl(var(--precision-ui-tw-input));
884
+ }
885
+ .border-navy{
886
+ border-color: hsl(var(--precision-ui-tw-navy));
887
+ }
888
+ .border-navy-opacity-16{
889
+ border-color: hsl(var(--precision-ui-tw-navy-opacity-16));
890
+ }
891
+ .border-navy-opacity-32{
892
+ border-color: hsl(var(--precision-ui-tw-navy-opacity-32));
893
+ }
894
+ .border-red-500{
895
+ --precision-ui-tw-border-opacity: 1;
896
+ border-color: rgb(239 68 68 / var(--precision-ui-tw-border-opacity));
897
+ }
898
+ .border-transparent{
899
+ border-color: transparent;
900
+ }
901
+ .border-whitish{
902
+ border-color: hsl(var(--precision-ui-tw-whitish));
903
+ }
904
+ .border-whitish-opacity-16{
905
+ border-color: hsl(var(--precision-ui-tw-whitish-opacity-16));
906
+ }
907
+ .border-whitish-opacity-32{
908
+ border-color: hsl(var(--precision-ui-tw-whitish-opacity-32));
909
+ }
910
+ .border-b-navy-opacity-32{
911
+ border-bottom-color: hsl(var(--precision-ui-tw-navy-opacity-32));
912
+ }
913
+ .border-b-whitish-opacity-32{
914
+ border-bottom-color: hsl(var(--precision-ui-tw-whitish-opacity-32));
915
+ }
916
+ .bg-background{
917
+ background-color: hsl(var(--precision-ui-tw-background));
918
+ }
919
+ .bg-blue-100{
920
+ --precision-ui-tw-bg-opacity: 1;
921
+ background-color: rgb(219 234 254 / var(--precision-ui-tw-bg-opacity));
922
+ }
923
+ .bg-destructive{
924
+ background-color: hsl(var(--precision-ui-tw-destructive));
925
+ }
926
+ .bg-gray-200{
927
+ --precision-ui-tw-bg-opacity: 1;
928
+ background-color: rgb(229 231 235 / var(--precision-ui-tw-bg-opacity));
929
+ }
930
+ .bg-gray-300{
931
+ --precision-ui-tw-bg-opacity: 1;
932
+ background-color: rgb(209 213 219 / var(--precision-ui-tw-bg-opacity));
933
+ }
934
+ .bg-grey-1{
935
+ background-color: hsl(var(--precision-ui-tw-grey-1));
936
+ }
937
+ .bg-grey-2{
938
+ background-color: hsl(var(--precision-ui-tw-grey-2));
939
+ }
940
+ .bg-navy{
941
+ background-color: hsl(var(--precision-ui-tw-navy));
942
+ }
943
+ .bg-navy-opacity-4{
944
+ background-color: hsl(var(--precision-ui-tw-navy-opacity-4));
945
+ }
946
+ .bg-navy-opacity-8{
947
+ background-color: hsl(var(--precision-ui-tw-navy-opacity-8));
948
+ }
949
+ .bg-popover{
950
+ background-color: hsl(var(--precision-ui-tw-popover));
951
+ }
952
+ .bg-red-500{
953
+ --precision-ui-tw-bg-opacity: 1;
954
+ background-color: rgb(239 68 68 / var(--precision-ui-tw-bg-opacity));
955
+ }
956
+ .bg-sapphire{
957
+ background-color: hsl(var(--precision-ui-tw-sapphire));
958
+ }
959
+ .bg-transparent{
960
+ background-color: transparent;
961
+ }
962
+ .bg-turquoise-opacity-16{
963
+ background-color: hsl(var(--precision-ui-tw-turquoise-opacity-16));
964
+ }
965
+ .bg-turquoise-opacity-20{
966
+ background-color: hsl(var(--precision-ui-tw-turquoise-opacity-20));
967
+ }
968
+ .bg-white{
969
+ --precision-ui-tw-bg-opacity: 1;
970
+ background-color: rgb(255 255 255 / var(--precision-ui-tw-bg-opacity));
971
+ }
972
+ .bg-whitish{
973
+ background-color: hsl(var(--precision-ui-tw-whitish));
974
+ }
975
+ .bg-whitish-opacity-16{
976
+ background-color: hsl(var(--precision-ui-tw-whitish-opacity-16));
977
+ }
978
+ .bg-whitish-opacity-32{
979
+ background-color: hsl(var(--precision-ui-tw-whitish-opacity-32));
980
+ }
981
+ .bg-whitish-opacity-8{
982
+ background-color: hsl(var(--precision-ui-tw-whitish-opacity-8));
983
+ }
984
+ .bg-gradient-to-b{
985
+ background-image: linear-gradient(to bottom, var(--precision-ui-tw-gradient-stops));
986
+ }
987
+ .from-navy{
988
+ --precision-ui-tw-gradient-from: hsl(var(--precision-ui-tw-navy)) var(--precision-ui-tw-gradient-from-position);
989
+ --precision-ui-tw-gradient-to: hsl(var(--precision-ui-tw-navy) / 0) var(--precision-ui-tw-gradient-to-position);
990
+ --precision-ui-tw-gradient-stops: var(--precision-ui-tw-gradient-from), var(--precision-ui-tw-gradient-to);
991
+ }
992
+ .to-sapphire{
993
+ --precision-ui-tw-gradient-to: hsl(var(--precision-ui-tw-sapphire)) var(--precision-ui-tw-gradient-to-position);
994
+ }
995
+ .object-contain{
996
+ -o-object-fit: contain;
997
+ object-fit: contain;
998
+ }
999
+ .p-0{
1000
+ padding: 0px;
1001
+ }
1002
+ .p-10{
1003
+ padding: 2.5rem;
1004
+ }
1005
+ .p-4{
1006
+ padding: 1rem;
1007
+ }
1008
+ .p-6{
1009
+ padding: 1.5rem;
1010
+ }
1011
+ .p-\[10px\]{
1012
+ padding: 10px;
1013
+ }
1014
+ .p-\[5px\]{
1015
+ padding: 5px;
1016
+ }
1017
+ .px-3{
1018
+ padding-left: 0.75rem;
1019
+ padding-right: 0.75rem;
1020
+ }
1021
+ .px-4{
1022
+ padding-left: 1rem;
1023
+ padding-right: 1rem;
1024
+ }
1025
+ .px-6{
1026
+ padding-left: 1.5rem;
1027
+ padding-right: 1.5rem;
1028
+ }
1029
+ .px-8{
1030
+ padding-left: 2rem;
1031
+ padding-right: 2rem;
1032
+ }
1033
+ .px-\[13\.5px\]{
1034
+ padding-left: 13.5px;
1035
+ padding-right: 13.5px;
1036
+ }
1037
+ .px-\[13px\]{
1038
+ padding-left: 13px;
1039
+ padding-right: 13px;
1040
+ }
1041
+ .px-\[18px\]{
1042
+ padding-left: 18px;
1043
+ padding-right: 18px;
1044
+ }
1045
+ .py-1{
1046
+ padding-top: 0.25rem;
1047
+ padding-bottom: 0.25rem;
1048
+ }
1049
+ .py-1\.5{
1050
+ padding-top: 0.375rem;
1051
+ padding-bottom: 0.375rem;
1052
+ }
1053
+ .py-2{
1054
+ padding-top: 0.5rem;
1055
+ padding-bottom: 0.5rem;
1056
+ }
1057
+ .py-4{
1058
+ padding-top: 1rem;
1059
+ padding-bottom: 1rem;
1060
+ }
1061
+ .py-\[11px\]{
1062
+ padding-top: 11px;
1063
+ padding-bottom: 11px;
1064
+ }
1065
+ .py-\[120px\]{
1066
+ padding-top: 120px;
1067
+ padding-bottom: 120px;
1068
+ }
1069
+ .py-\[15px\]{
1070
+ padding-top: 15px;
1071
+ padding-bottom: 15px;
1072
+ }
1073
+ .py-\[88px\]{
1074
+ padding-top: 88px;
1075
+ padding-bottom: 88px;
1076
+ }
1077
+ .pb-0{
1078
+ padding-bottom: 0px;
1079
+ }
1080
+ .pb-10{
1081
+ padding-bottom: 2.5rem;
1082
+ }
1083
+ .pb-32{
1084
+ padding-bottom: 8rem;
1085
+ }
1086
+ .pb-4{
1087
+ padding-bottom: 1rem;
1088
+ }
1089
+ .pb-6{
1090
+ padding-bottom: 1.5rem;
1091
+ }
1092
+ .pb-\[116px\]{
1093
+ padding-bottom: 116px;
1094
+ }
1095
+ .pb-\[11px\]{
1096
+ padding-bottom: 11px;
1097
+ }
1098
+ .pb-\[4px\]{
1099
+ padding-bottom: 4px;
1100
+ }
1101
+ .pb-\[76px\]{
1102
+ padding-bottom: 76px;
1103
+ }
1104
+ .pl-10{
1105
+ padding-left: 2.5rem;
1106
+ }
1107
+ .pl-4{
1108
+ padding-left: 1rem;
1109
+ }
1110
+ .pl-8{
1111
+ padding-left: 2rem;
1112
+ }
1113
+ .pr-10{
1114
+ padding-right: 2.5rem;
1115
+ }
1116
+ .pr-2{
1117
+ padding-right: 0.5rem;
1118
+ }
1119
+ .pr-20{
1120
+ padding-right: 5rem;
1121
+ }
1122
+ .pr-4{
1123
+ padding-right: 1rem;
1124
+ }
1125
+ .pr-8{
1126
+ padding-right: 2rem;
1127
+ }
1128
+ .pt-0{
1129
+ padding-top: 0px;
1130
+ }
1131
+ .pt-32{
1132
+ padding-top: 8rem;
1133
+ }
1134
+ .pt-4{
1135
+ padding-top: 1rem;
1136
+ }
1137
+ .pt-\[14px\]{
1138
+ padding-top: 14px;
1139
+ }
1140
+ .pt-\[9px\]{
1141
+ padding-top: 9px;
1142
+ }
1143
+ .text-center{
1144
+ text-align: center;
1145
+ }
1146
+ .align-middle{
1147
+ vertical-align: middle;
1148
+ }
1149
+ .text-sm{
1150
+ font-size: 0.875rem;
1151
+ line-height: 1.25rem;
1152
+ }
1153
+ .font-medium{
1154
+ font-weight: 500;
1155
+ }
1156
+ .leading-none{
1157
+ line-height: 1;
1158
+ }
1159
+ .tracking-tight{
1160
+ letter-spacing: -0.025em;
1161
+ }
1162
+ .text-black{
1163
+ --precision-ui-tw-text-opacity: 1;
1164
+ color: rgb(0 0 0 / var(--precision-ui-tw-text-opacity));
1165
+ }
1166
+ .text-blue-500{
1167
+ --precision-ui-tw-text-opacity: 1;
1168
+ color: rgb(59 130 246 / var(--precision-ui-tw-text-opacity));
1169
+ }
1170
+ .text-blue-900{
1171
+ --precision-ui-tw-text-opacity: 1;
1172
+ color: rgb(30 58 138 / var(--precision-ui-tw-text-opacity));
1173
+ }
1174
+ .text-current{
1175
+ color: currentColor;
1176
+ }
1177
+ .text-destructive{
1178
+ color: hsl(var(--precision-ui-tw-destructive));
1179
+ }
1180
+ .text-destructive-foreground{
1181
+ color: hsl(var(--precision-ui-tw-destructive-foreground));
1182
+ }
1183
+ .text-foreground{
1184
+ color: hsl(var(--precision-ui-tw-foreground));
1185
+ }
1186
+ .text-muted-foreground{
1187
+ color: hsl(var(--precision-ui-tw-muted-foreground));
1188
+ }
1189
+ .text-navy{
1190
+ color: hsl(var(--precision-ui-tw-navy));
1191
+ }
1192
+ .text-navy-opacity-40{
1193
+ color: hsl(var(--precision-ui-tw-navy-opacity-40));
1194
+ }
1195
+ .text-navy-opacity-60{
1196
+ color: hsl(var(--precision-ui-tw-navy-opacity-60));
1197
+ }
1198
+ .text-popover-foreground{
1199
+ color: hsl(var(--precision-ui-tw-popover-foreground));
1200
+ }
1201
+ .text-primary{
1202
+ color: hsl(var(--precision-ui-tw-primary));
1203
+ }
1204
+ .text-red-500{
1205
+ --precision-ui-tw-text-opacity: 1;
1206
+ color: rgb(239 68 68 / var(--precision-ui-tw-text-opacity));
1207
+ }
1208
+ .text-turquoise{
1209
+ color: hsl(var(--precision-ui-tw-turquoise));
1210
+ }
1211
+ .text-white{
1212
+ --precision-ui-tw-text-opacity: 1;
1213
+ color: rgb(255 255 255 / var(--precision-ui-tw-text-opacity));
1214
+ }
1215
+ .text-whitish{
1216
+ color: hsl(var(--precision-ui-tw-whitish));
1217
+ }
1218
+ .text-whitish-opacity-32{
1219
+ color: hsl(var(--precision-ui-tw-whitish-opacity-32));
1220
+ }
1221
+ .text-whitish-opacity-60{
1222
+ color: hsl(var(--precision-ui-tw-whitish-opacity-60));
1223
+ }
1224
+ .underline{
1225
+ text-decoration-line: underline;
1226
+ }
1227
+ .overline{
1228
+ text-decoration-line: overline;
1229
+ }
1230
+ .line-through{
1231
+ text-decoration-line: line-through;
1232
+ }
1233
+ .underline-offset-4{
1234
+ text-underline-offset: 4px;
1235
+ }
1236
+ .opacity-50{
1237
+ opacity: 0.5;
1238
+ }
1239
+ .shadow-md{
1240
+ --precision-ui-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1241
+ --precision-ui-tw-shadow-colored: 0 4px 6px -1px var(--precision-ui-tw-shadow-color), 0 2px 4px -2px var(--precision-ui-tw-shadow-color);
1242
+ box-shadow: var(--precision-ui-tw-ring-offset-shadow, 0 0 #0000), var(--precision-ui-tw-ring-shadow, 0 0 #0000), var(--precision-ui-tw-shadow);
1243
+ }
1244
+ .outline-none{
1245
+ outline: 2px solid transparent;
1246
+ outline-offset: 2px;
1247
+ }
1248
+ .outline{
1249
+ outline-style: solid;
1250
+ }
1251
+ .ring-offset-background{
1252
+ --precision-ui-tw-ring-offset-color: hsl(var(--precision-ui-tw-background));
1253
+ }
1254
+ .filter{
1255
+ filter: var(--precision-ui-tw-blur) var(--precision-ui-tw-brightness) var(--precision-ui-tw-contrast) var(--precision-ui-tw-grayscale) var(--precision-ui-tw-hue-rotate) var(--precision-ui-tw-invert) var(--precision-ui-tw-saturate) var(--precision-ui-tw-sepia) var(--precision-ui-tw-drop-shadow);
1256
+ }
1257
+ .backdrop-blur-\[8px\]{
1258
+ --precision-ui-tw-backdrop-blur: blur(8px);
1259
+ -webkit-backdrop-filter: var(--precision-ui-tw-backdrop-blur) var(--precision-ui-tw-backdrop-brightness) var(--precision-ui-tw-backdrop-contrast) var(--precision-ui-tw-backdrop-grayscale) var(--precision-ui-tw-backdrop-hue-rotate) var(--precision-ui-tw-backdrop-invert) var(--precision-ui-tw-backdrop-opacity) var(--precision-ui-tw-backdrop-saturate) var(--precision-ui-tw-backdrop-sepia);
1260
+ backdrop-filter: var(--precision-ui-tw-backdrop-blur) var(--precision-ui-tw-backdrop-brightness) var(--precision-ui-tw-backdrop-contrast) var(--precision-ui-tw-backdrop-grayscale) var(--precision-ui-tw-backdrop-hue-rotate) var(--precision-ui-tw-backdrop-invert) var(--precision-ui-tw-backdrop-opacity) var(--precision-ui-tw-backdrop-saturate) var(--precision-ui-tw-backdrop-sepia);
1261
+ }
1262
+ .transition-all{
1263
+ transition-property: all;
1264
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1265
+ transition-duration: 150ms;
1266
+ }
1267
+ .transition-colors{
1268
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1269
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1270
+ transition-duration: 150ms;
1271
+ }
1272
+ .transition-transform{
1273
+ transition-property: transform;
1274
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1275
+ transition-duration: 150ms;
1276
+ }
1277
+ .duration-0{
1278
+ transition-duration: 0s;
1279
+ }
1280
+ .duration-200{
1281
+ transition-duration: 200ms;
1282
+ }
1283
+ .duration-300{
1284
+ transition-duration: 300ms;
1285
+ }
1286
+ @keyframes enter{
1287
+ from{
1288
+ opacity: var(--precision-ui-tw-enter-opacity, 1);
1289
+ transform: translate3d(var(--precision-ui-tw-enter-translate-x, 0), var(--precision-ui-tw-enter-translate-y, 0), 0) scale3d(var(--precision-ui-tw-enter-scale, 1), var(--precision-ui-tw-enter-scale, 1), var(--precision-ui-tw-enter-scale, 1)) rotate(var(--precision-ui-tw-enter-rotate, 0));
1290
+ }
1291
+ }
1292
+ @keyframes exit{
1293
+ to{
1294
+ opacity: var(--precision-ui-tw-exit-opacity, 1);
1295
+ transform: translate3d(var(--precision-ui-tw-exit-translate-x, 0), var(--precision-ui-tw-exit-translate-y, 0), 0) scale3d(var(--precision-ui-tw-exit-scale, 1), var(--precision-ui-tw-exit-scale, 1), var(--precision-ui-tw-exit-scale, 1)) rotate(var(--precision-ui-tw-exit-rotate, 0));
1296
+ }
1297
+ }
1298
+ .animate-in{
1299
+ animation-name: enter;
1300
+ animation-duration: 150ms;
1301
+ --precision-ui-tw-enter-opacity: initial;
1302
+ --precision-ui-tw-enter-scale: initial;
1303
+ --precision-ui-tw-enter-rotate: initial;
1304
+ --precision-ui-tw-enter-translate-x: initial;
1305
+ --precision-ui-tw-enter-translate-y: initial;
1306
+ }
1307
+ .fade-in-0{
1308
+ --precision-ui-tw-enter-opacity: 0;
1309
+ }
1310
+ .zoom-in-95{
1311
+ --precision-ui-tw-enter-scale: .95;
1312
+ }
1313
+ .duration-0{
1314
+ animation-duration: 0s;
1315
+ }
1316
+ .duration-200{
1317
+ animation-duration: 200ms;
1318
+ }
1319
+ .duration-300{
1320
+ animation-duration: 300ms;
1321
+ }
1322
+ .type__base, .typo_variant_h6_content, .content h5,
1323
+ .content .h5, .typo_variant_h6, .content h6,
1324
+ .content .h6, .typo_variant_h5, .content h4,
1325
+ .content .h4, .typo_variant_h4, .content h3,
1326
+ .content .h3, .typo_variant_h3, .content h2,
1327
+ .content .h2, .typo_variant_h2, .content h1,
1328
+ .content .h1, .typo_variant_h1, .typo_variant_factoid {
1329
+ text-wrap: balance;
1330
+ }
1331
+ .typo_variant_factoid {
1332
+ font-family: "TT Commons";
1333
+ font-size: clamp(60px, 60px + 1.5vw, 76px);
1334
+ line-height: 1;
1335
+ letter-spacing: -1.52px;
1336
+ }
1337
+ @media only screen and (max-width: 768pxpx) {
1338
+ .typo_variant_factoid {
1339
+ color: pink;
1340
+ }
1341
+ }
1342
+ .typo_variant_h1 {
1343
+ font-family: "TT Commons";
1344
+ font-size: clamp(60px, 60px + 1.5vw, 76px);
1345
+ line-height: 0.9;
1346
+ letter-spacing: -1.52px;
1347
+ }
1348
+ @media only screen and (max-width: 768pxpx) {
1349
+ .typo_variant_h1 {
1350
+ color: red;
1351
+ }
1352
+ }
1353
+ .typo_variant_h2, .content h1,
1354
+ .content .h1 {
1355
+ font-family: "TT Commons";
1356
+ font-size: clamp(45px, 45px + 1.5vw, 57px);
1357
+ line-height: 1;
1358
+ letter-spacing: -0.57px;
1359
+ }
1360
+ .typo_variant_h3, .content h2,
1361
+ .content .h2 {
1362
+ font-family: "TT Commons";
1363
+ font-size: clamp(35px, 35px + 1.5vw, 43px);
1364
+ line-height: 1;
1365
+ letter-spacing: normal;
1366
+ }
1367
+ .typo_variant_h4, .content h3,
1368
+ .content .h3 {
1369
+ font-family: "TT Commons";
1370
+ font-size: clamp(26px, 26px + 1.5vw, 32px);
1371
+ line-height: 1;
1372
+ letter-spacing: normal;
1373
+ }
1374
+ .typo_variant_h5, .content h4,
1375
+ .content .h4 {
1376
+ font-family: "TT Commons";
1377
+ font-size: clamp(19px, 19px + 1.5vw, 24px);
1378
+ line-height: 1.2;
1379
+ letter-spacing: normal;
1380
+ }
1381
+ .typo_variant_h6, .content h6,
1382
+ .content .h6 {
1383
+ font-family: "TT Commons";
1384
+ font-size: clamp(15px, 15px + 1.5vw, 18px);
1385
+ line-height: 1.2;
1386
+ letter-spacing: normal;
1387
+ }
1388
+ .typo_variant_h6_content, .content h5,
1389
+ .content .h5 {
1390
+ font-family: "TT Commons";
1391
+ font-size: clamp(15px, 15px + 1.5vw, 20px);
1392
+ line-height: 1.2;
1393
+ letter-spacing: normal;
1394
+ }
1395
+ /* Text Variants */
1396
+ .typo_variant_subtitle-1 {
1397
+ font-family: "TT Commons";
1398
+ font-size: clamp(16px, 16px + 1.5vw, 20px);
1399
+ line-height: 1.2;
1400
+ letter-spacing: normal;
1401
+ }
1402
+ .typo_variant_subtitle-2 {
1403
+ font-family: "TT Commons";
1404
+ font-size: clamp(15px, 15px + 1.5vw, 18px);
1405
+ line-height: 1.2;
1406
+ letter-spacing: normal;
1407
+ }
1408
+ .typo_variant_overline {
1409
+ font-family: "TT Commons";
1410
+ font-size: clamp(12px, 12px + 1.5vw, 15px);
1411
+ line-height: 1.2;
1412
+ letter-spacing: 0.225px;
1413
+ text-transform: uppercase;
1414
+ }
1415
+ .typo_variant_lead-text {
1416
+ font-family: "TT Commons";
1417
+ font-size: clamp(22px, 22px + 1.5vw, 27px);
1418
+ line-height: 1.1;
1419
+ letter-spacing: normal;
1420
+ }
1421
+ .typo_variant_body, a.doc-with-icon, .content ol,
1422
+ .content ul, .content p {
1423
+ font-family: "TT Commons";
1424
+ font-size: clamp(16px, 16px + 1.5vw, 20px);
1425
+ line-height: 1.25;
1426
+ letter-spacing: normal;
1427
+ }
1428
+ .typo_variant_small-body {
1429
+ font-family: "TT Commons";
1430
+ font-size: clamp(14px, 14px + 1.5vw, 18px);
1431
+ line-height: 1.3;
1432
+ letter-spacing: normal;
1433
+ }
1434
+ .typo_variant_caption {
1435
+ font-family: "TT Commons";
1436
+ font-size: clamp(12px, 12px + 1.5vw, 16px);
1437
+ line-height: 1.2;
1438
+ letter-spacing: normal;
1439
+ }
1440
+ .typo_variant_button, .typo_variant_link {
1441
+ font-family: "TT Commons";
1442
+ font-size: clamp(15px, 15px + 1.5vw, 18px);
1443
+ line-height: 1;
1444
+ letter-spacing: normal;
1445
+ }
1446
+ .content b,
1447
+ .content strong {
1448
+ font-weight: 500;
1449
+ text-shadow: 0 0 0.5px hsla(var(--precision-ui-tw-navy));
1450
+ }
1451
+ .content p + p, .content p + ol, .content p + ul, .content p + div, .content p + blockquote,
1452
+ .content ol + p,
1453
+ .content ol + ol,
1454
+ .content ol + ul,
1455
+ .content ol + div,
1456
+ .content ol + blockquote,
1457
+ .content ul + p,
1458
+ .content ul + ol,
1459
+ .content ul + ul,
1460
+ .content ul + div,
1461
+ .content ul + blockquote,
1462
+ .content div + p,
1463
+ .content div + ol,
1464
+ .content div + ul,
1465
+ .content div + div,
1466
+ .content div + blockquote {
1467
+ margin-top: 1.4rem;
1468
+ }
1469
+ .content h6,
1470
+ .content .h6 {
1471
+ font-weight: 500;
1472
+ }
1473
+ .content a {
1474
+ color: hsla(var(--precision-ui-tw-turquoise));
1475
+ }
1476
+ .content a.more-link {
1477
+ color: hsla(var(--precision-ui-tw-navy));
1478
+ }
1479
+ .content .table-of-contents a {
1480
+ color: hsla(var(--precision-ui-tw-navy));
1481
+ }
1482
+ .content .table-of-contents a:hover {
1483
+ background-image: linear-gradient(to top, hsl(var(--precision-ui-tw-navy)) 1px, transparent 1px);
1484
+ }
1485
+ .content ul {
1486
+ position: relative;
1487
+ }
1488
+ .content ul > li {
1489
+ position: relative;
1490
+ padding-left: 20px;
1491
+ margin-bottom: 8px;
1492
+ }
1493
+ .content ul > li::before {
1494
+ content: "—";
1495
+ position: absolute;
1496
+ left: 0;
1497
+ color: hsla(var(--precision-ui-tw-navy-opacity-60));
1498
+ }
1499
+ .content ul > li > ol {
1500
+ padding-left: 40px;
1501
+ }
1502
+ ol {
1503
+ position: relative;
1504
+ padding-left: 20px;
1505
+ list-style: decimal;
1506
+ }
1507
+ ol li {
1508
+ position: relative;
1509
+ margin-bottom: 16px;
1510
+ }
1511
+ ol li::marker {
1512
+ color: hsla(var(--precision-ui-tw-navy-opacity-60));
1513
+ }
1514
+ ol li:last-child {
1515
+ margin-bottom: 0;
1516
+ }
1517
+ .text-whitish-opacity-60.content ul li::before {
1518
+ color: hsla(var(--precision-ui-tw-whitish-opacity-60));
1519
+ }
1520
+ .content h1,
1521
+ .content .h1 {
1522
+ margin-top: 3.6rem;
1523
+ margin-bottom: 1.2rem;
1524
+ }
1525
+ .content h2,
1526
+ .content .h2 {
1527
+ margin-top: 3rem;
1528
+ margin-bottom: 1.2rem;
1529
+ }
1530
+ .content h3,
1531
+ .content .h3 {
1532
+ margin-top: 2.4rem;
1533
+ margin-bottom: 1.2rem;
1534
+ }
1535
+ .content h4,
1536
+ .content .h4 {
1537
+ margin-top: 1.8rem;
1538
+ margin-bottom: 0.9rem;
1539
+ }
1540
+ .content h5,
1541
+ .content .h5 {
1542
+ margin-top: 1.5rem;
1543
+ margin-bottom: 0.6rem;
1544
+ }
1545
+ .content h6,
1546
+ .content .h6 {
1547
+ margin-top: 1.2rem;
1548
+ margin-bottom: 0.3rem;
1549
+ }
1550
+ html {
1551
+ font-size: 16px;
1552
+ /* FIXME: it was 20, explore and fix if needed */
1553
+ }
1554
+ body {
1555
+ font-family: "TT Commons", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
1556
+ /* font-feature-settings: "rlig" 1, "calt" 1; */
1557
+ color: hsl(var(--precision-ui-tw-navy));
1558
+ background: hsl(var(--precision-ui-tw-grey-1));
1559
+ /* background: linear-gradient(
1560
+ to bottom,
1561
+ transparent,
1562
+ rgb(var(--background-end-rgb))
1563
+ )
1564
+ rgb(var(--background-start-rgb)); */
1565
+ }
1566
+ .bg-link-gradient, .bg-link-white-gradient,
1567
+ .link_navy,
1568
+ .link_white {
1569
+ position: relative;
1570
+ }
1571
+ .bg-link-gradient::before, .bg-link-white-gradient::before,
1572
+ .link_navy::before,
1573
+ .link_white::before {
1574
+ content: "";
1575
+ position: absolute;
1576
+ left: 0;
1577
+ right: 0;
1578
+ bottom: 0;
1579
+ background-image: linear-gradient(to top, transparent 1px, transparent 1px);
1580
+ /* background-image: linear-gradient(to top, rgba(255,137,106,.3) 1px, transparent 1px); */
1581
+ background-repeat: repeat-x;
1582
+ /* background-position: 0 -3px; */
1583
+ height: 1px;
1584
+ width: 100%;
1585
+ transition: all ease 0.3s;
1586
+ }
1587
+ body {
1588
+ overflow-x: hidden; /* Prevent horizontal scroll */
1589
+ margin: 0; /* Reset margin */
1590
+ }
1591
+ .menu-open #main-content {
1592
+ transform: translateX(300px); /* Adjust this value based on your side menu width */
1593
+ }
1594
+ #main-content {
1595
+ transition: transform 0.6s ease;
1596
+ }
1597
+ .section-gradient {
1598
+ background: linear-gradient(to right, --precision-ui-tw-primary, --precision-ui-tw-secondary);
1599
+ }
1600
+ .right-divider, .right-divider_with-tongue::before {
1601
+ position: relative;
1602
+ }
1603
+ .right-divider::before, .right-divider_with-tongue::before {
1604
+ content: "";
1605
+ position: absolute;
1606
+ right: 0;
1607
+ bottom: 0;
1608
+ top: 0;
1609
+ height: 100%;
1610
+ width: 1px;
1611
+ background: hsla(var(--precision-ui-tw-whitish-opacity-24)); /* TODO: 20 on figma, not in ui kit */
1612
+ }
1613
+ .right-divider_with-tongue {
1614
+ position: relative;
1615
+ }
1616
+ .right-divider_with-tongue::after {
1617
+ content: "";
1618
+ position: absolute;
1619
+ right: 0;
1620
+ bottom: 0;
1621
+ top: 63%;
1622
+ height: 1px;
1623
+ width: 24px;
1624
+ background: hsla(var(--precision-ui-tw-whitish-opacity-24));
1625
+ }
1626
+ .achievement-divider {
1627
+ position: relative;
1628
+ }
1629
+ .achievement-divider::after {
1630
+ content: "";
1631
+ position: absolute;
1632
+ right: -8px;
1633
+ bottom: 0;
1634
+ top: 0;
1635
+ height: 100%;
1636
+ width: 1px;
1637
+ background: hsla(var(--precision-ui-tw-navy-opacity-16));
1638
+ }
1639
+ .input-container, .input-container_variant_blue:hover::before, .input-container_variant_blue::before, .input-container_variant_default:hover::before, .input-container_variant_default::before {
1640
+ position: relative;
1641
+ }
1642
+ .input-container::before, .input-container_variant_blue:hover::before, .input-container_variant_blue::before, .input-container_variant_default:hover::before, .input-container_variant_default::before {
1643
+ content: "";
1644
+ position: absolute;
1645
+ left: 8px;
1646
+ bottom: 0;
1647
+ height: 1px;
1648
+ width: calc(100% - 16px);
1649
+ background: transparent;
1650
+ transition: all ease 0.3s;
1651
+ /* background: hsla(var(--precision-ui-tw-navy-opacity-32)); */
1652
+ /* background: red; */
1653
+ }
1654
+ .input-container_variant_default::before {
1655
+ background: hsla(var(--precision-ui-tw-navy-opacity-16));
1656
+ }
1657
+ .input-container_variant_default:hover::before {
1658
+ background: hsla(var(--precision-ui-tw-navy));
1659
+ }
1660
+ .input-container_variant_blue::before {
1661
+ background: hsla(var(--precision-ui-tw-whitish-opacity-32));
1662
+ }
1663
+ .input-container_variant_blue:hover::before {
1664
+ background: hsla(var(--precision-ui-tw-whitish));
1665
+ }
1666
+ .horizontal-white-divider-on-center {
1667
+ position: relative;
1668
+ }
1669
+ .horizontal-white-divider-on-center::before {
1670
+ content: "";
1671
+ position: absolute;
1672
+ left: 0;
1673
+ right: 0;
1674
+ top: 50%;
1675
+ height: 1px;
1676
+ width: 100%;
1677
+ background: hsla(var(--precision-ui-tw-whitish-opacity-16));
1678
+ }
1679
+ /* TODO: rename */
1680
+ .vertical-white-divider-on-center {
1681
+ position: relative;
1682
+ }
1683
+ .vertical-white-divider-on-center::before {
1684
+ content: "";
1685
+ position: absolute;
1686
+ top: 0;
1687
+ bottom: 0;
1688
+ left: 50%;
1689
+ height: 88px;
1690
+ width: 1px;
1691
+ background: hsla(var(--precision-ui-tw-whitish-opacity-16));
1692
+ }
1693
+ .author-card {
1694
+ transition: transform 0.2s ease;
1695
+ /* will-change: transform; */
1696
+ }
1697
+ .author-card:hover {
1698
+ transform: scale3d(1.02, 1.02, 1.02);
1699
+ }
1700
+ .breadcrumbs {
1701
+ overflow: hidden;
1702
+ counter-reset: list-item;
1703
+ list-style: none;
1704
+ padding: 0;
1705
+ }
1706
+ .breadcrumbs li {
1707
+ position: relative;
1708
+ display: flex;
1709
+ }
1710
+ .breadcrumbs li:before {
1711
+ counter-increment: list-item;
1712
+ content: "";
1713
+ display: block;
1714
+ width: calc(var(--counter, 1) * 1rem - 1rem);
1715
+ height: 1px;
1716
+ margin-left: -1rem;
1717
+ }
1718
+ .breadcrumbs li:last-child .breadcrumb::before {
1719
+ background: hsla(var(--precision-ui-tw-whitish));
1720
+ }
1721
+ .breadcrumbs li:last-child .breadcrumb::after {
1722
+ display: none;
1723
+ }
1724
+ .breadcrumb {
1725
+ position: relative;
1726
+ padding-left: 2rem;
1727
+ /* padding-left: calc((var(--counter, 1) * 1rem) + 1rem); */
1728
+ }
1729
+ .breadcrumb::before {
1730
+ content: "";
1731
+ position: absolute;
1732
+ left: 1rem;
1733
+ /* bottom: 0.5rem; */
1734
+ top: 0.33rem;
1735
+ height: 5px;
1736
+ width: 5px;
1737
+ background: hsla(var(--precision-ui-tw-whitish-opacity-40));
1738
+ }
1739
+ .breadcrumb::after {
1740
+ content: "";
1741
+ position: absolute;
1742
+ left: 1.15rem;
1743
+ top: 0.65rem;
1744
+ height: 150px;
1745
+ width: 1px;
1746
+ background: transparent;
1747
+ /* border-left: 1px dashed hsla(var(--precision-ui-tw-whitish-opacity-40)); */
1748
+ background-image: linear-gradient(hsla(var(--precision-ui-tw-whitish-opacity-40)) 53%, rgba(255, 255, 255, 0) 0%);
1749
+ background-position: right;
1750
+ background-size: 1px 10px;
1751
+ background-repeat: repeat-y;
1752
+ }
1753
+ @property --myColor1 {
1754
+ syntax: "<color>";
1755
+ initial-value: #012b7a;
1756
+ inherits: false;
1757
+ }
1758
+ @property --myColor2 {
1759
+ syntax: "<color>";
1760
+ initial-value: #024fe0;
1761
+ inherits: false;
1762
+ }
1763
+ .primary-gradient {
1764
+ /* background: linear-gradient(180deg, hsl(var(--precision-ui-tw-navy)) 0%, hsl(var(--precision-ui-tw-sapphire)) 100%); */
1765
+ /* transition: all ease .3s; */
1766
+ background: linear-gradient(var(--myColor1), var(--myColor2));
1767
+ transition: --myColor1 0.3s, --myColor2 0.3s, bottom 0.3s;
1768
+ }
1769
+ .primary-gradient:hover {
1770
+ /* background: linear-gradient(180deg, hsl(var(--precision-ui-tw-sapphire)) 0%, hsl(var(--precision-ui-tw-navy)) 100%) */
1771
+ /* --myColor1: red; */
1772
+ --myColor1: #024fe0;
1773
+ /* --myColor2: #E1AF2F; */
1774
+ --myColor2: #012b7a;
1775
+ }
1776
+ .iit-link {
1777
+ color: hsl(var(--precision-ui-tw-turquoise));
1778
+ }
1779
+ /* not used */
1780
+ .card-animation1 {
1781
+ position: relative;
1782
+ }
1783
+ .card-animation1::before {
1784
+ width: 100%;
1785
+ height: 100%;
1786
+ border-radius: 8px;
1787
+ position: absolute;
1788
+ top: 0;
1789
+ left: 0;
1790
+ padding: 0;
1791
+ content: "";
1792
+ background: white;
1793
+ transition-timing-function: ease-out;
1794
+ transition-duration: 0.15s;
1795
+ transition-property: padding, top, left;
1796
+ }
1797
+ .card-animation1:hover::before {
1798
+ padding: 4px;
1799
+ top: -4px;
1800
+ left: -4px;
1801
+ }
1802
+ a.doc-with-icon {
1803
+ position: relative;
1804
+ background: hsl(var(--precision-ui-tw-navy-opacity-4));
1805
+ color: hsl(var(--precision-ui-tw-navy));
1806
+ padding: 8px 16px;
1807
+ padding-left: 8px;
1808
+ display: inline-flex;
1809
+ align-items: center;
1810
+ gap: 8px;
1811
+ border: 1px solid transparent;
1812
+ border-radius: 8px;
1813
+ margin-top: 16px;
1814
+ margin-bottom: 24px;
1815
+ }
1816
+ a.doc-with-icon::before {
1817
+ display: block;
1818
+ content: url("/icons/file_download.svg");
1819
+ width: 32px;
1820
+ height: 32px;
1821
+ }
1822
+ a.doc-with-icon:hover {
1823
+ background: hsl(var(--precision-ui-tw-navy-opacity-8));
1824
+ border: 1px solid hsl(var(--precision-ui-tw-navy-opacity-16));
1825
+ }
1826
+ .mix_mb_0 {
1827
+ margin-bottom: 0 !important;
1828
+ }
1829
+ @media screen and (min-width: 1280px) {
1830
+ .mix_min-h_420 {
1831
+ min-height: 420px;
1832
+ }
1833
+ }
1834
+ html {
1835
+ --detail-medium-contrast: rgb(234, 234, 234);
1836
+ --background-site: rgb(249, 249, 249);
1837
+ --text-body: rgb(54, 49, 61);
1838
+ }
1839
+ .embla__progress {
1840
+ border-radius: 1.8rem;
1841
+ box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
1842
+ background-color: var(--background-site);
1843
+ position: relative;
1844
+ height: 0.6rem;
1845
+ justify-self: flex-end;
1846
+ align-self: center;
1847
+ width: 13rem;
1848
+ max-width: 90%;
1849
+ overflow: hidden;
1850
+ }
1851
+ .embla__progress__bar {
1852
+ background-color: var(--text-body);
1853
+ position: absolute;
1854
+ width: 100%;
1855
+ top: 0;
1856
+ bottom: 0;
1857
+ left: -100%;
1858
+ }
1859
+ .embla__dots {
1860
+ display: flex;
1861
+ flex-wrap: wrap;
1862
+ justify-content: flex-end;
1863
+ align-items: center;
1864
+ margin-right: -0.6rem;
1865
+ }
1866
+ .embla__dot {
1867
+ -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
1868
+ -webkit-appearance: none;
1869
+ -moz-appearance: none;
1870
+ appearance: none;
1871
+ background-color: transparent;
1872
+ touch-action: manipulation;
1873
+ display: inline-flex;
1874
+ text-decoration: none;
1875
+ cursor: pointer;
1876
+ border: 0;
1877
+ padding: 0;
1878
+ margin: 0;
1879
+ width: 2.6rem;
1880
+ height: 2.6rem;
1881
+ display: flex;
1882
+ align-items: center;
1883
+ justify-content: center;
1884
+ border-radius: 50%;
1885
+ }
1886
+ .embla__dot:after {
1887
+ box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
1888
+ width: 1.4rem;
1889
+ height: 1.4rem;
1890
+ border-radius: 50%;
1891
+ display: flex;
1892
+ align-items: center;
1893
+ content: "";
1894
+ }
1895
+ .embla__dot--selected:after {
1896
+ box-shadow: inset 0 0 0 0.2rem var(--text-body);
1897
+ }
1898
+ @keyframes float {
1899
+ 0% {
1900
+ transform: translatey(0px) perspective(400px) rotate3d(1, -1, 0, -8deg);
1901
+ }
1902
+ 50% {
1903
+ /* transform: translatey(-15px); */
1904
+ transform: translatey(-15px) perspective(400px) rotate3d(1, -1, 0, 8deg);
1905
+ }
1906
+ /* 90% {
1907
+ transform: translatey(0px);
1908
+ } */
1909
+ 100% {
1910
+ transform: translatey(0px) perspective(400px) rotate3d(1, -1, 0, -8deg);
1911
+ }
1912
+ }
1913
+ .floating {
1914
+ animation: float 6s ease-in-out infinite;
1915
+ /* animation-delay: 1s; */
1916
+ }
1917
+ .file\:border-0::file-selector-button{
1918
+ border-width: 0px;
1919
+ }
1920
+ .file\:bg-transparent::file-selector-button{
1921
+ background-color: transparent;
1922
+ }
1923
+ .file\:text-sm::file-selector-button{
1924
+ font-size: 0.875rem;
1925
+ line-height: 1.25rem;
1926
+ }
1927
+ .file\:font-medium::file-selector-button{
1928
+ font-weight: 500;
1929
+ }
1930
+ .placeholder\:text-muted-foreground::-moz-placeholder{
1931
+ color: hsl(var(--precision-ui-tw-muted-foreground));
1932
+ }
1933
+ .placeholder\:text-muted-foreground::placeholder{
1934
+ color: hsl(var(--precision-ui-tw-muted-foreground));
1935
+ }
1936
+ .hover\:bottom-1:hover{
1937
+ bottom: 0.25rem;
1938
+ }
1939
+ .hover\:bottom-2:hover{
1940
+ bottom: 0.5rem;
1941
+ }
1942
+ .hover\:cursor-pointer:hover{
1943
+ cursor: pointer;
1944
+ }
1945
+ .hover\:rounded-\[24px\]:hover{
1946
+ border-radius: 24px;
1947
+ }
1948
+ .hover\:bg-accent:hover{
1949
+ background-color: hsl(var(--precision-ui-tw-accent));
1950
+ }
1951
+ .hover\:bg-destructive\/90:hover{
1952
+ background-color: hsl(var(--precision-ui-tw-destructive) / 0.9);
1953
+ }
1954
+ .hover\:bg-navy:hover{
1955
+ background-color: hsl(var(--precision-ui-tw-navy));
1956
+ }
1957
+ .hover\:bg-navy-opacity-4:hover{
1958
+ background-color: hsl(var(--precision-ui-tw-navy-opacity-4));
1959
+ }
1960
+ .hover\:bg-navy-opacity-4-absolute:hover{
1961
+ background-color: hsl(var(--precision-ui-tw-navy-opacity-4-absolute));
1962
+ }
1963
+ .hover\:bg-navy-opacity-8:hover{
1964
+ background-color: hsl(var(--precision-ui-tw-navy-opacity-8));
1965
+ }
1966
+ .hover\:bg-sapphire-hover:hover{
1967
+ background-color: hsl(var(--precision-ui-tw-sapphire-hover));
1968
+ }
1969
+ .hover\:bg-white:hover{
1970
+ --precision-ui-tw-bg-opacity: 1;
1971
+ background-color: rgb(255 255 255 / var(--precision-ui-tw-bg-opacity));
1972
+ }
1973
+ .hover\:bg-whitish-opacity-16:hover{
1974
+ background-color: hsl(var(--precision-ui-tw-whitish-opacity-16));
1975
+ }
1976
+ .hover\:bg-whitish-opacity-24:hover{
1977
+ background-color: hsl(var(--precision-ui-tw-whitish-opacity-24));
1978
+ }
1979
+ .hover\:bg-whitish-opacity-80:hover{
1980
+ background-color: hsl(var(--precision-ui-tw-whitish-opacity-80));
1981
+ }
1982
+ .hover\:from-sapphire:hover{
1983
+ --precision-ui-tw-gradient-from: hsl(var(--precision-ui-tw-sapphire)) var(--precision-ui-tw-gradient-from-position);
1984
+ --precision-ui-tw-gradient-to: hsl(var(--precision-ui-tw-sapphire) / 0) var(--precision-ui-tw-gradient-to-position);
1985
+ --precision-ui-tw-gradient-stops: var(--precision-ui-tw-gradient-from), var(--precision-ui-tw-gradient-to);
1986
+ }
1987
+ .hover\:to-navy:hover{
1988
+ --precision-ui-tw-gradient-to: hsl(var(--precision-ui-tw-navy)) var(--precision-ui-tw-gradient-to-position);
1989
+ }
1990
+ .hover\:text-accent-foreground:hover{
1991
+ color: hsl(var(--precision-ui-tw-accent-foreground));
1992
+ }
1993
+ .hover\:text-navy:hover{
1994
+ color: hsl(var(--precision-ui-tw-navy));
1995
+ }
1996
+ .hover\:text-whitish-opacity-60:hover{
1997
+ color: hsl(var(--precision-ui-tw-whitish-opacity-60));
1998
+ }
1999
+ .hover\:underline:hover{
2000
+ text-decoration-line: underline;
2001
+ }
2002
+ .focus\:border-navy:focus{
2003
+ border-color: hsl(var(--precision-ui-tw-navy));
2004
+ }
2005
+ .focus\:border-white:focus{
2006
+ --precision-ui-tw-border-opacity: 1;
2007
+ border-color: rgb(255 255 255 / var(--precision-ui-tw-border-opacity));
2008
+ }
2009
+ .focus\:outline-none:focus{
2010
+ outline: 2px solid transparent;
2011
+ outline-offset: 2px;
2012
+ }
2013
+ .focus-visible\:outline-none:focus-visible{
2014
+ outline: 2px solid transparent;
2015
+ outline-offset: 2px;
2016
+ }
2017
+ .focus-visible\:ring-2:focus-visible{
2018
+ --precision-ui-tw-ring-offset-shadow: var(--precision-ui-tw-ring-inset) 0 0 0 var(--precision-ui-tw-ring-offset-width) var(--precision-ui-tw-ring-offset-color);
2019
+ --precision-ui-tw-ring-shadow: var(--precision-ui-tw-ring-inset) 0 0 0 calc(2px + var(--precision-ui-tw-ring-offset-width)) var(--precision-ui-tw-ring-color);
2020
+ box-shadow: var(--precision-ui-tw-ring-offset-shadow), var(--precision-ui-tw-ring-shadow), var(--precision-ui-tw-shadow, 0 0 #0000);
2021
+ }
2022
+ .focus-visible\:ring-ring:focus-visible{
2023
+ --precision-ui-tw-ring-color: hsl(var(--precision-ui-tw-ring));
2024
+ }
2025
+ .focus-visible\:ring-offset-2:focus-visible{
2026
+ --precision-ui-tw-ring-offset-width: 2px;
2027
+ }
2028
+ .active\:scale-90:active{
2029
+ --precision-ui-tw-scale-x: .9;
2030
+ --precision-ui-tw-scale-y: .9;
2031
+ transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
2032
+ }
2033
+ .active\:transform:active{
2034
+ transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
2035
+ }
2036
+ .disabled\:pointer-events-none:disabled{
2037
+ pointer-events: none;
2038
+ }
2039
+ .disabled\:pointer-events-auto:disabled{
2040
+ pointer-events: auto;
2041
+ }
2042
+ .disabled\:cursor-not-allowed:disabled{
2043
+ cursor: not-allowed;
2044
+ }
2045
+ .disabled\:opacity-50:disabled{
2046
+ opacity: 0.5;
2047
+ }
2048
+ .group:focus-within .group-focus-within\:text-navy-opacity-40{
2049
+ color: hsl(var(--precision-ui-tw-navy-opacity-40));
2050
+ }
2051
+ .group:focus-within .group-focus-within\:text-whitish-opacity-60{
2052
+ color: hsl(var(--precision-ui-tw-whitish-opacity-60));
2053
+ }
2054
+ .group:hover .group-hover\:scale-125{
2055
+ --precision-ui-tw-scale-x: 1.25;
2056
+ --precision-ui-tw-scale-y: 1.25;
2057
+ transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
2058
+ }
2059
+ .group:hover .group-hover\:transform{
2060
+ transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
2061
+ }
2062
+ .group:hover .group-hover\:bg-transparent{
2063
+ background-color: transparent;
2064
+ }
2065
+ .group\/informer:hover .group-hover\/informer\:text-navy{
2066
+ color: hsl(var(--precision-ui-tw-navy));
2067
+ }
2068
+ .group\/submit:hover .group-hover\/submit\:text-whitish{
2069
+ color: hsl(var(--precision-ui-tw-whitish));
2070
+ }
2071
+ .group:hover .group-hover\:text-whitish{
2072
+ color: hsl(var(--precision-ui-tw-whitish));
2073
+ }
2074
+ .peer:disabled ~ .peer-disabled\:cursor-not-allowed{
2075
+ cursor: not-allowed;
2076
+ }
2077
+ .peer:disabled ~ .peer-disabled\:opacity-70{
2078
+ opacity: 0.7;
2079
+ }
2080
+ .data-\[state\=checked\]\:bg-navy[data-state=checked]{
2081
+ background-color: hsl(var(--precision-ui-tw-navy));
2082
+ }
2083
+ .data-\[state\=checked\]\:bg-whitish[data-state=checked]{
2084
+ background-color: hsl(var(--precision-ui-tw-whitish));
2085
+ }
2086
+ .data-\[state\=checked\]\:text-navy[data-state=checked]{
2087
+ color: hsl(var(--precision-ui-tw-navy));
2088
+ }
2089
+ .data-\[state\=checked\]\:text-whitish[data-state=checked]{
2090
+ color: hsl(var(--precision-ui-tw-whitish));
2091
+ }
2092
+ .data-\[state\=open\]\:animate-in[data-state=open]{
2093
+ animation-name: enter;
2094
+ animation-duration: 150ms;
2095
+ --precision-ui-tw-enter-opacity: initial;
2096
+ --precision-ui-tw-enter-scale: initial;
2097
+ --precision-ui-tw-enter-rotate: initial;
2098
+ --precision-ui-tw-enter-translate-x: initial;
2099
+ --precision-ui-tw-enter-translate-y: initial;
2100
+ }
2101
+ .data-\[state\=closed\]\:animate-out[data-state=closed]{
2102
+ animation-name: exit;
2103
+ animation-duration: 150ms;
2104
+ --precision-ui-tw-exit-opacity: initial;
2105
+ --precision-ui-tw-exit-scale: initial;
2106
+ --precision-ui-tw-exit-rotate: initial;
2107
+ --precision-ui-tw-exit-translate-x: initial;
2108
+ --precision-ui-tw-exit-translate-y: initial;
2109
+ }
2110
+ .data-\[state\=closed\]\:fade-out-0[data-state=closed]{
2111
+ --precision-ui-tw-exit-opacity: 0;
2112
+ }
2113
+ .data-\[state\=open\]\:fade-in-0[data-state=open]{
2114
+ --precision-ui-tw-enter-opacity: 0;
2115
+ }
2116
+ .data-\[state\=closed\]\:zoom-out-95[data-state=closed]{
2117
+ --precision-ui-tw-exit-scale: .95;
2118
+ }
2119
+ .data-\[state\=open\]\:zoom-in-95[data-state=open]{
2120
+ --precision-ui-tw-enter-scale: .95;
2121
+ }
2122
+ .data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{
2123
+ --precision-ui-tw-enter-translate-y: -0.5rem;
2124
+ }
2125
+ .data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{
2126
+ --precision-ui-tw-enter-translate-x: 0.5rem;
2127
+ }
2128
+ .data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{
2129
+ --precision-ui-tw-enter-translate-x: -0.5rem;
2130
+ }
2131
+ .data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{
2132
+ --precision-ui-tw-enter-translate-y: 0.5rem;
2133
+ }
2134
+ .hover\:data-\[state\=checked\]\:bg-navy-opacity-80[data-state=checked]:hover{
2135
+ background-color: hsl(var(--precision-ui-tw-navy-opacity-80));
2136
+ }
2137
+ .hover\:data-\[state\=checked\]\:bg-whitish-opacity-80[data-state=checked]:hover{
2138
+ background-color: hsl(var(--precision-ui-tw-whitish-opacity-80));
2139
+ }
2140
+ .dark\:border-destructive:is([data-mode="dark"] *){
2141
+ border-color: hsl(var(--precision-ui-tw-destructive));
2142
+ }
2143
+ @media (min-width: 640px){
2144
+ .sm\:col-span-1{
2145
+ grid-column: span 1 / span 1;
2146
+ }
2147
+ .sm\:col-span-2{
2148
+ grid-column: span 2 / span 2;
2149
+ }
2150
+ .sm\:col-span-3{
2151
+ grid-column: span 3 / span 3;
2152
+ }
2153
+ .sm\:mt-6{
2154
+ margin-top: 1.5rem;
2155
+ }
2156
+ .sm\:min-h-\[264px\]{
2157
+ min-height: 264px;
2158
+ }
2159
+ .sm\:max-w-xs{
2160
+ max-width: 20rem;
2161
+ }
2162
+ .sm\:grid-cols-2{
2163
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2164
+ }
2165
+ .sm\:grid-cols-3{
2166
+ grid-template-columns: repeat(3, minmax(0, 1fr));
2167
+ }
2168
+ .sm\:grid-cols-9{
2169
+ grid-template-columns: repeat(9, minmax(0, 1fr));
2170
+ }
2171
+ }
2172
+ @media (min-width: 768px){
2173
+ .md\:max-w-3xl{
2174
+ max-width: 48rem;
2175
+ }
2176
+ .md\:basis-1\/2{
2177
+ flex-basis: 50%;
2178
+ }
2179
+ }
2180
+ @media (min-width: 990px){
2181
+ .lg\:max-w-sm{
2182
+ max-width: 24rem;
2183
+ }
2184
+ .lg\:basis-1\/2{
2185
+ flex-basis: 50%;
2186
+ }
2187
+ .lg\:basis-1\/3{
2188
+ flex-basis: 33.333333%;
2189
+ }
2190
+ .lg\:basis-1\/4{
2191
+ flex-basis: 25%;
2192
+ }
2193
+ .lg\:grid-cols-2{
2194
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2195
+ }
2196
+ .lg\:grid-cols-3{
2197
+ grid-template-columns: repeat(3, minmax(0, 1fr));
2198
+ }
2199
+ .lg\:grid-cols-4{
2200
+ grid-template-columns: repeat(4, minmax(0, 1fr));
2201
+ }
2202
+ .lg\:grid-cols-6{
2203
+ grid-template-columns: repeat(6, minmax(0, 1fr));
2204
+ }
2205
+ .lg\:pr-8{
2206
+ padding-right: 2rem;
2207
+ }
2208
+ }
2209
+ @media (min-width: 1280px){
2210
+ .xl\:block{
2211
+ display: block;
2212
+ }
2213
+ .xl\:hidden{
2214
+ display: none;
2215
+ }
2216
+ .xl\:min-h-\[500px\]{
2217
+ min-height: 500px;
2218
+ }
2219
+ .xl\:max-w-md{
2220
+ max-width: 28rem;
2221
+ }
2222
+ .xl\:pr-28{
2223
+ padding-right: 7rem;
2224
+ }
2225
+ }
2226
+ .\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{
2227
+ --precision-ui-tw-translate-y: -3px;
2228
+ transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
2229
+ }
2230
+ .\[\&\>svg\]\:absolute>svg{
2231
+ position: absolute;
2232
+ }
2233
+ .\[\&\>svg\]\:left-4>svg{
2234
+ left: 1rem;
2235
+ }
2236
+ .\[\&\>svg\]\:top-4>svg{
2237
+ top: 1rem;
2238
+ }
2239
+ .\[\&\>svg\]\:text-destructive>svg{
2240
+ color: hsl(var(--precision-ui-tw-destructive));
2241
+ }
2242
+ .\[\&\>svg\]\:text-foreground>svg{
2243
+ color: hsl(var(--precision-ui-tw-foreground));
2244
+ }
2245
+ .\[\&\>svg\~\*\]\:pl-7>svg~*{
2246
+ padding-left: 1.75rem;
2247
+ }
2248
+ .\[\&_p\]\:leading-relaxed p{
2249
+ line-height: 1.625;
2250
+ }