@axos-web-dev/shared-components 1.0.77-patch.49 → 1.0.77-patch.50

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 (166) hide show
  1. package/dist/Article/Article.css.d.ts +8 -36
  2. package/dist/ArticlesSet/ArticlesSet.css.d.ts +10 -70
  3. package/dist/ArticlesSet/ArticlesSet.js +1 -1
  4. package/dist/Avatar/Avatar.module.js +7 -7
  5. package/dist/AwardsBanner/AwardsBanner.css.js +4 -1
  6. package/dist/AwardsItem/AwardsItem.css.js +1 -2
  7. package/dist/Blockquote/Blockquote.module.js +3 -3
  8. package/dist/Button/Button.css.d.ts +3 -3
  9. package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +2 -30
  10. package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +2 -30
  11. package/dist/Calculators/Calculator.js +1 -1
  12. package/dist/Calculators/calculator.css.d.ts +2 -8
  13. package/dist/CallToActionBar/index.js +1 -1
  14. package/dist/Carousel/Carousel.css.d.ts +8 -19
  15. package/dist/Chatbot/ChatWindow.css.js +1 -0
  16. package/dist/Chatbot/Chatbot.css.js +0 -1
  17. package/dist/Chevron/Chevron.css.d.ts +2 -2
  18. package/dist/CollectInformationAlert/index.js +1 -1
  19. package/dist/Comparison/Comparison.js +2 -2
  20. package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +153 -0
  21. package/dist/ExecutiveBio/ExecutiveBio.css.js +50 -0
  22. package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
  23. package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +11 -4
  24. package/dist/ExecutiveBio/ExecutiveBio.js +258 -5
  25. package/dist/ExecutiveBio/Overlay.d.ts +8 -0
  26. package/dist/ExecutiveBio/Overlay.js +589 -0
  27. package/dist/ExecutiveBio/index.js +26 -1
  28. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +3 -3
  29. package/dist/Forms/DealerServices.js +0 -1
  30. package/dist/Forms/Forms.css.d.ts +2 -30
  31. package/dist/Forms/SuccesForm.js +1 -1
  32. package/dist/HeroBanner/HeroBanner.css.d.ts +5 -17
  33. package/dist/HeroBanner/HeroBanner.js +2 -13
  34. package/dist/HeroBanner/SelectionBanner.css.d.ts +1 -19
  35. package/dist/HeroBanner/SelectionBanner.css.js +6 -6
  36. package/dist/Hyperlink/Hyperlink.css.d.ts +4 -4
  37. package/dist/Hyperlink/Hyperlink.css.js +4 -1
  38. package/dist/IconBillboard/IconBillboard.css.d.ts +6 -40
  39. package/dist/IconBillboard/sections/CallToActionSection.js +1 -1
  40. package/dist/ImageBillboard/ImageBillboard.css.d.ts +5 -61
  41. package/dist/Input/Input.js +3 -1
  42. package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +4 -4
  43. package/dist/Modal/Modal.css.d.ts +1 -0
  44. package/dist/Modal/Modal.css.js +5 -3
  45. package/dist/Modal/Modal.js +3 -3
  46. package/dist/NavigationMenu/AxosAdvisor/NavBar.css.d.ts +2 -0
  47. package/dist/NavigationMenu/AxosAdvisor/NavBar.css.js +7 -2
  48. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  49. package/dist/NavigationMenu/AxosAdvisor/index.js +39 -21
  50. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.d.ts +2 -0
  51. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.js +7 -2
  52. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  53. package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.d.ts +1 -1
  54. package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.js +2 -2
  55. package/dist/NavigationMenu/AxosAdvisorServices/index.js +14 -8
  56. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +2 -2
  57. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  58. package/dist/NavigationMenu/AxosBank/NavBar.css.js +2 -1
  59. package/dist/NavigationMenu/AxosBank/NavBar.module.js +41 -41
  60. package/dist/NavigationMenu/AxosBank/SubNavBar.js +15 -8
  61. package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +2 -0
  62. package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +4 -0
  63. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  64. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  65. package/dist/NavigationMenu/NavDataJson.d.ts +2 -0
  66. package/dist/NavigationMenu/NavDataJson.js +315 -0
  67. package/dist/NavigationMenu/Navbar.d.ts +5 -0
  68. package/dist/NavigationMenu/Navbar.js +201 -0
  69. package/dist/NavigationMenu/SignInNavButton.d.ts +1 -0
  70. package/dist/NavigationMenu/SignInNavButton.js +369 -0
  71. package/dist/PageNavItem/PageNavItem.css.d.ts +4 -22
  72. package/dist/Pagination/Pagination.js +6 -6
  73. package/dist/StepItem/StepItem.css.d.ts +8 -36
  74. package/dist/StepItemSet/StepItemSet.css.d.ts +5 -32
  75. package/dist/StepItemSet/StepItemSet.css.js +5 -3
  76. package/dist/StepItemSet/StepItemSet.d.ts +2 -0
  77. package/dist/StepItemSet/StepItemSet.js +18 -13
  78. package/dist/StepItemSet/index.js +3 -2
  79. package/dist/Table/Table.css.d.ts +7 -7
  80. package/dist/Table/Table.css.js +5 -5
  81. package/dist/Table/Table.js +1 -1
  82. package/dist/assets/Accordion/Accordion.css +4 -4
  83. package/dist/assets/Article/Article.css +47 -59
  84. package/dist/assets/ArticlesSet/ArticlesSet.css +26 -56
  85. package/dist/assets/Auth/SignIn.css +12 -12
  86. package/dist/assets/Avatar/Avatar.css.css +10 -10
  87. package/dist/assets/AwardsBanner/AwardsBanner.css +1 -1
  88. package/dist/assets/AwardsItem/AwardsItem.css +3 -4
  89. package/dist/assets/Blockquote/Blockquote.css.css +68 -68
  90. package/dist/assets/Button/Button.css +28 -28
  91. package/dist/assets/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css +8 -8
  92. package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +12 -21
  93. package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +20 -12
  94. package/dist/assets/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css +22 -34
  95. package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +14 -14
  96. package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +9 -9
  97. package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +10 -10
  98. package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +18 -10
  99. package/dist/assets/Calculators/calculator.css +9 -15
  100. package/dist/assets/CallToActionBar/CallToActionBar.css +6 -4
  101. package/dist/assets/Carousel/Carousel.css +27 -41
  102. package/dist/assets/Chevron/Chevron.css +11 -10
  103. package/dist/assets/CollectInformationAlert/CollectInformationAlert.css +4 -3
  104. package/dist/assets/Comparison/Comparison.css +5 -4
  105. package/dist/assets/ContentBanner/ContentBanner.css +8 -8
  106. package/dist/assets/DownloadTile/DownloadTile.css +6 -6
  107. package/dist/assets/ExecutiveBio/ExecutiveBio.css +343 -27
  108. package/dist/assets/FaqAccordion/FaqAccordion.css +5 -5
  109. package/dist/assets/FooterDisclosure/FooterDisclosure.css +1 -1
  110. package/dist/assets/FooterSiteMap/AxosBank/FooterSiteMap.css +3 -8
  111. package/dist/assets/Forms/Forms.css +45 -63
  112. package/dist/assets/Forms/QuickPricer/UserInformation.css +1 -1
  113. package/dist/assets/HeroBanner/HeroBanner.css +81 -76
  114. package/dist/assets/HeroBanner/LargeBanner.css +15 -15
  115. package/dist/assets/HeroBanner/SelectionBanner.css +15 -29
  116. package/dist/assets/Hyperlink/Hyperlink.css +4 -4
  117. package/dist/assets/IconBillboard/IconBillboard.css +32 -48
  118. package/dist/assets/ImageBillboard/ImageBillboard.css +31 -65
  119. package/dist/assets/Input/Input.css +6 -6
  120. package/dist/assets/Inputs/Input.css +4 -4
  121. package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
  122. package/dist/assets/Interstitial/Interstitial-variants.css +3 -3
  123. package/dist/assets/LandingPageHeader/LandingPageHeader.css +1 -1
  124. package/dist/assets/LoadingIndicator/LoadingIndicator.css +5 -5
  125. package/dist/assets/Modal/Modal.css +17 -28
  126. package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +1 -1
  127. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +25 -2
  128. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +138 -126
  129. package/dist/assets/NavigationMenu/AxosAdvisor/SubNavbar.css +5 -4
  130. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +25 -2
  131. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +142 -130
  132. package/dist/assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css +22 -4
  133. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +32 -31
  134. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +21 -9
  135. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +120 -148
  136. package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +35 -1
  137. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +133 -107
  138. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +84 -83
  139. package/dist/assets/PageNavItem/PageNavItem.css +16 -33
  140. package/dist/assets/Pagination/Pagination.css +1 -1
  141. package/dist/assets/SetContainer/SetContainer.css +5 -5
  142. package/dist/assets/StepItem/StepItem.css +26 -42
  143. package/dist/assets/StepItemSet/StepItemSet.css +27 -35
  144. package/dist/assets/Tab/Tab.css +12 -12
  145. package/dist/assets/Table/Table.css +91 -98
  146. package/dist/assets/TextBlock/TextBlock.css +1 -1
  147. package/dist/assets/TopicalNavItem/TopicalNavItem.css +1 -1
  148. package/dist/assets/TopicalNavSet/TopicalNavSet.css +1 -1
  149. package/dist/assets/VideoTile/VideoTile.css +1 -1
  150. package/dist/assets/globals.css +10 -10
  151. package/dist/assets/icons/ArrowIcon/ArrowIcon.css +3 -3
  152. package/dist/assets/icons/DownloadIcon/DownloadIcon.css +1 -1
  153. package/dist/assets/icons/FollowIcon/FollowIcon.css +1 -1
  154. package/dist/assets/themes/axos.css +32 -32
  155. package/dist/assets/themes/premier.css +31 -31
  156. package/dist/assets/themes/victorie.css +23 -23
  157. package/dist/icons/CheckCircle.js +1 -1
  158. package/dist/icons/CheckCircleLight.js +1 -1
  159. package/dist/icons/CheckIcon/index.js +1 -1
  160. package/dist/icons/Logos/AXB.d.ts +8 -0
  161. package/dist/icons/Logos/AXB.js +74 -0
  162. package/dist/icons/QuoteIconGrey.js +2 -2
  163. package/dist/main.js +28 -2
  164. package/dist/themes/axos.css.d.ts +12 -12
  165. package/dist/themes/axos.css.js +1 -1
  166. package/package.json +135 -135
@@ -2,12 +2,12 @@
2
2
  position: relative;
3
3
  }
4
4
  ._1y8r7dk0:first-child > :first-child::before {
5
+ bottom: 2px;
5
6
  height: calc(100% - 31px);
6
- bottom: 0;
7
7
  }
8
8
  ._1y8r7dk0:last-child > :first-child::before {
9
- top: 0;
10
9
  height: 65px;
10
+ top: 2px;
11
11
  }
12
12
  ._1y8r7dk1 {
13
13
  position: relative;
@@ -16,61 +16,45 @@
16
16
  ._1y8r7dk1::before {
17
17
  content: "";
18
18
  position: absolute;
19
- height: 100%;
20
- border-left: 1px dashed #333d46;
21
19
  border-color: inherit;
20
+ border-left: 1px dashed;
21
+ height: 100%;
22
22
  left: 7px;
23
23
  z-index: -1;
24
24
  }
25
25
  ._1y8r7dk2 {
26
- border-color: var(--_1073cm82);
26
+ border-color: var(--_1073cm83);
27
27
  }
28
28
  ._1y8r7dk3 {
29
- border-color: var(--_1073cm89);
29
+ border-color: var(--_1073cm8a);
30
30
  }
31
31
  ._1y8r7dk4 {
32
- border-color: var(--_1073cm8g);
32
+ border-color: var(--_1073cm8h);
33
33
  }
34
34
  ._1y8r7dk5 {
35
- border-color: var(--_1073cm8n);
35
+ border-color: var(--_1073cm8o);
36
36
  }
37
37
  ._1y8r7dk6 {
38
38
  border: 4px solid transparent;
39
39
  border-radius: 50%;
40
+ box-sizing: content-box;
40
41
  height: 7px;
41
42
  width: 7px;
42
- box-sizing: content-box;
43
- }
44
- ._1073cm80 ._1y8r7dk7 {
45
- border-color: #4D85B0;
46
- background: var(--_1073cm81);
47
43
  }
48
- ._1es6o1h0 ._1y8r7dk7 {
49
- border-color: #4A5560;
44
+ ._1y8r7dk7 {
45
+ border-color: var(--_1073cm82);
50
46
  background: var(--_1073cm81);
51
47
  }
52
- ._1073cm80 ._1y8r7dk8 {
53
- border-color: #4D85B0;
54
- background: var(--_1073cm88);
55
- }
56
- ._1es6o1h0 ._1y8r7dk8 {
57
- border-color: #4A5560;
48
+ ._1y8r7dk8 {
49
+ border-color: var(--_1073cm89);
58
50
  background: var(--_1073cm88);
59
51
  }
60
- ._1073cm80 ._1y8r7dk9 {
61
- border-color: #FAA74A;
62
- background: #1E3860;
63
- }
64
- ._1es6o1h0 ._1y8r7dk9 {
65
- border-color: #FAA74A;
52
+ ._1y8r7dk9 {
53
+ border-color: var(--_1073cm8g);
66
54
  background: var(--_1073cm8f);
67
55
  }
68
- ._1073cm80 ._1y8r7dka {
69
- border-color: #FAA74A;
70
- background: #1E3860;
71
- }
72
- ._1es6o1h0 ._1y8r7dka {
73
- border-color: #FAA74A;
56
+ ._1y8r7dka {
57
+ border-color: var(--_1073cm8n);
74
58
  background: var(--_1073cm8m);
75
59
  }
76
60
  ._1y8r7dkb {
@@ -81,16 +65,16 @@
81
65
  margin-left: 16px;
82
66
  }
83
67
  ._1y8r7dkc {
84
- color: var(--_1073cm83);
68
+ color: var(--_1073cm85);
85
69
  }
86
70
  ._1y8r7dkd {
87
- color: var(--_1073cm8a);
71
+ color: var(--_1073cm8c);
88
72
  }
89
73
  ._1y8r7dke {
90
- color: var(--_1073cm8h);
74
+ color: var(--_1073cm8j);
91
75
  }
92
76
  ._1y8r7dkf {
93
- color: var(--_1073cm8o);
77
+ color: var(--_1073cm8q);
94
78
  }
95
79
  ._1y8r7dkg {
96
80
  flex: 1 1 0%;
@@ -101,21 +85,21 @@
101
85
  margin-top: 8px;
102
86
  }
103
87
  ._1y8r7dkh {
104
- font: 600 24px/1.33 var(--header-font-family);
88
+ font: 700 24px/1.33 var(--header-font-family);
105
89
  letter-spacing: 0.2px;
106
90
  display: block;
107
91
  }
108
92
  ._1y8r7dki {
109
- color: var(--_1073cm83);
93
+ color: var(--_1073cm85);
110
94
  }
111
95
  ._1y8r7dkj {
112
- color: var(--_1073cm8a);
96
+ color: var(--_1073cm8c);
113
97
  }
114
98
  ._1y8r7dkk {
115
- color: var(--_1073cm8h);
99
+ color: var(--_1073cm8j);
116
100
  }
117
101
  ._1y8r7dkl {
118
- color: var(--_1073cm8o);
102
+ color: var(--_1073cm8q);
119
103
  }
120
104
  ._1y8r7dkm {
121
105
  display: block;
@@ -1,22 +1,21 @@
1
1
  ._18par6f0 {
2
- padding-bottom: 48px;
3
- padding-top: 48px;
2
+ padding-block: 48px;
4
3
  }
5
4
  ._18par6f1 {
6
5
  background: var(--_1073cm81);
7
- color: var(--_1073cm82);
6
+ color: var(--_1073cm83);
8
7
  }
9
8
  ._18par6f2 {
10
9
  background: var(--_1073cm88);
11
- color: var(--_1073cm89);
10
+ color: var(--_1073cm8a);
12
11
  }
13
12
  ._18par6f3 {
14
13
  background: var(--_1073cm8f);
15
- color: var(--_1073cm8g);
14
+ color: var(--_1073cm8h);
16
15
  }
17
16
  ._18par6f4 {
18
17
  background: var(--_1073cm8m);
19
- color: var(--_1073cm8n);
18
+ color: var(--_1073cm8o);
20
19
  }
21
20
  ._18par6f6 {
22
21
  margin-bottom: 16px;
@@ -28,34 +27,22 @@
28
27
  fill: #1E3860;
29
28
  }
30
29
  ._18par6fa {
31
- fill: #FFF;
30
+ fill: #FFFFFF;
32
31
  }
33
32
  ._18par6fb {
34
- fill: #FFF;
33
+ fill: #FFFFFF;
35
34
  }
36
- ._1073cm80 ._18par6fd {
37
- -webkit-background-clip: text;
38
- background-image: var(--_1073cm84);
39
- -webkit-text-fill-color: transparent;
40
- text-shadow: 0px 0px #00000000;
35
+ ._18par6fd {
36
+ color: var(--_1073cm85);
41
37
  }
42
- ._1es6o1h0 ._18par6fd {
43
- color: var(--_1073cm83);
44
- }
45
- ._1073cm80 ._18par6fe {
46
- -webkit-background-clip: text;
47
- background-image: var(--_1073cm8b);
48
- -webkit-text-fill-color: transparent;
49
- text-shadow: 0px 0px #00000000;
50
- }
51
- ._1es6o1h0 ._18par6fe {
52
- color: var(--_1073cm8a);
38
+ ._18par6fe {
39
+ color: var(--_1073cm8c);
53
40
  }
54
41
  ._18par6ff {
55
- color: var(--_1073cm8h);
42
+ color: var(--_1073cm8j);
56
43
  }
57
44
  ._18par6fg {
58
- color: var(--_1073cm8o);
45
+ color: var(--_1073cm8q);
59
46
  }
60
47
  ._18par6fh {
61
48
  margin-top: 16px;
@@ -102,22 +89,31 @@
102
89
  list-style: none;
103
90
  margin: 0;
104
91
  }
92
+ ._18par6fn {
93
+ position: relative;
94
+ }
105
95
  ._18par6fm > li + li > :first-child > :first-child {
106
96
  padding-top: 24px;
107
97
  }
108
98
  ._18par6fm > li + li > :last-child {
109
99
  padding-top: 24px;
110
100
  }
111
- ._18par6fn > * + * {
112
- margin-left: 48px;
101
+ ._18par6fn > li > :first-child {
102
+ display: none;
103
+ }
104
+ ._18par6fn > li > :last-child {
105
+ margin-left: 0;
113
106
  }
114
107
  ._18par6fo {
108
+ gap: 48px;
109
+ }
110
+ ._18par6fp {
115
111
  margin-left: auto;
116
112
  margin-right: auto;
117
113
  text-align: center;
118
114
  max-width: 800px;
119
115
  }
120
- ._18par6fo > * {
116
+ ._18par6fp > * {
121
117
  line-height: 1.5;
122
118
  }
123
119
  @media screen and (min-width:1024px) {
@@ -149,12 +145,8 @@
149
145
  padding: 0px;
150
146
  margin-top: 24px;
151
147
  }
152
- ._18par6fn {
148
+ ._18par6fo {
153
149
  flex-direction: column;
154
- margin-top: 24px;
155
- }
156
- ._18par6fn > * + * {
157
- margin-left: 0px;
158
- margin-top: 24px;
150
+ gap: 24px;
159
151
  }
160
152
  }
@@ -14,35 +14,35 @@
14
14
  letter-spacing: 0.2px;
15
15
  }
16
16
  .lhhm341 {
17
- color: var(--_1073cm82);
17
+ color: var(--_1073cm83);
18
18
  }
19
19
  .lhhm342 {
20
- color: var(--_1073cm89);
20
+ color: var(--_1073cm8a);
21
21
  }
22
22
  .lhhm343 {
23
- color: var(--_1073cm8g);
23
+ color: var(--_1073cm8h);
24
24
  }
25
25
  .lhhm344 {
26
- color: var(--_1073cm8n);
26
+ color: var(--_1073cm8o);
27
27
  }
28
28
  .lhhm345 {
29
29
  border-right: rgba(128, 128, 128, 0.075);
30
30
  }
31
31
  .lhhm346 {
32
- color: var(--_1073cm86);
33
- border-bottom: 4px solid var(--_1073cm86);
32
+ color: var(--_1073cm82);
33
+ border-bottom: 4px solid var(--_1073cm82);
34
34
  }
35
35
  .lhhm347 {
36
- color: var(--_1073cm8d);
37
- border-bottom: 4px solid var(--_1073cm8d);
36
+ color: var(--_1073cm89);
37
+ border-bottom: 4px solid var(--_1073cm89);
38
38
  }
39
39
  .lhhm348 {
40
- color: var(--_1073cm8k);
41
- border-bottom: 4px solid var(--_1073cm8k);
40
+ color: var(--_1073cm8g);
41
+ border-bottom: 4px solid var(--_1073cm8g);
42
42
  }
43
43
  .lhhm349 {
44
- color: var(--_1073cm8r);
45
- border-bottom: 4px solid var(--_1073cm8r);
44
+ color: var(--_1073cm8n);
45
+ border-bottom: 4px solid var(--_1073cm8n);
46
46
  }
47
47
  .lhhm34a {
48
48
  display: flex !important;
@@ -3,11 +3,11 @@
3
3
  height: 100%;
4
4
  }
5
5
  ._1nivbwe2 {
6
- background: #f4f4f4;
6
+ background: var(--_1073cm88);
7
7
  padding: 2rem 0;
8
8
  }
9
9
  ._1nivbwe3 {
10
- background: white;
10
+ background: #ffffff;
11
11
  }
12
12
  ._1nivbwe4 {
13
13
  margin-inline: auto;
@@ -16,10 +16,7 @@
16
16
  max-width: 1000px;
17
17
  }
18
18
  ._1nivbwe5 {
19
- background: var(--_1073cm84);
20
- background-clip: text;
21
- -webkit-text-fill-color: transparent;
22
- text-shadow: 0px 0px #00000000;
19
+ color: var(--_1073cm8c);
23
20
  }
24
21
  ._1nivbwe6 tbody tr:first-child td {
25
22
  background-color: #DEF4FF !important;
@@ -40,19 +37,14 @@
40
37
  letter-spacing: 0.2px;
41
38
  margin-bottom: 8px;
42
39
  }
43
- ._1nivbwe8 p sup {
44
- vertical-align: top;
45
- position: relative;
46
- top: -0.5em;
47
- }
48
40
  ._1nivbwe9 {
49
- color: var(--_1073cm82);
41
+ color: var(--_1073cm83);
50
42
  }
51
43
  ._1nivbwea {
52
- color: var(--_1073cm89);
44
+ color: var(--_1073cm8a);
53
45
  }
54
46
  ._1nivbweb {
55
- color: var(--_1073cm8g);
47
+ color: var(--_1073cm8h);
56
48
  }
57
49
  ._1nivbwec {
58
50
  color: var(--_1073cm8o);
@@ -65,7 +57,7 @@
65
57
  }
66
58
  ._1nivbwee {
67
59
  padding: 16px;
68
- border-bottom: thin solid #F4F4F4;
60
+ border-bottom: thin solid var(--_1073cm8b);
69
61
  }
70
62
  ._1nivbwee:first-child {
71
63
  position: sticky;
@@ -74,15 +66,15 @@
74
66
  ._1nivbwef {
75
67
  color: #4A5560;
76
68
  background: var(--_1073cm81);
77
- border-bottom: 1px solid var(--_1073cm87);
69
+ border-bottom: 1px solid var(--_1073cm84);
78
70
  }
79
71
  ._1nivbweg {
80
72
  color: #4A5560;
81
73
  background: var(--_1073cm88);
82
- border-bottom: 1px solid var(--_1073cm8e);
74
+ border-bottom: 1px solid var(--_1073cm8b);
83
75
  }
84
76
  ._1nivbweh {
85
- color: var(--_1073cm8g);
77
+ color: var(--_1073cm8h);
86
78
  border-bottom: 1px solid #F4F4F4;
87
79
  }
88
80
  ._1nivbweh:first-child {
@@ -96,6 +88,9 @@
96
88
  background: var(--_1073cm8m);
97
89
  }
98
90
  ._1nivbwek {
91
+ background: transparent !important;
92
+ }
93
+ ._1nivbwel {
99
94
  padding: 16px;
100
95
  font-size: 12px;
101
96
  font-weight: 700;
@@ -104,64 +99,77 @@
104
99
  border-bottom: thin solid #FFFFFF66;
105
100
  text-align: center;
106
101
  }
107
- ._1nivbwek:first-child {
102
+ ._1nivbwel:first-child {
108
103
  position: sticky;
109
104
  left: 0;
110
105
  }
111
- ._1nivbwel {
106
+ ._1nivbwek ._1nivbwel {
107
+ font-size: 18px;
108
+ font-weight: 400;
109
+ letter-spacing: 0.2px;
110
+ line-height: 1.44;
111
+ text-align: center;
112
+ }
113
+ ._1nivbwek ._1nivbwel:first-child {
114
+ border-radius: 1rem 0 0 1rem;
115
+ }
116
+ ._1nivbwek ._1nivbwel:last-child {
117
+ border-radius: 0 1rem 1rem 0;
118
+ }
119
+ ._1nivbwem {
112
120
  background: var(--_1073cm81);
113
121
  color: #4A5560;
114
- border-bottom: 1px solid #D4D4D4;
122
+ border-bottom: 1px solid var(--_1073cm8b);
115
123
  }
116
- ._1nivbwem {
124
+ ._1nivbwen {
117
125
  background: var(--_1073cm88);
118
126
  color: #4A5560;
119
- border-bottom: 1px solid #D4D4D4;
127
+ border-bottom: 1px solid var(--_1073cm8b);
120
128
  }
121
- ._1nivbwen {
122
- color: var(--_1073cm8g);
123
- border-bottom: 1px solid #F4F4F4;
129
+ ._1nivbweo {
130
+ color: var(--_1073cm8h);
131
+ border-bottom: 1px solid var(--_1073cm8b);
124
132
  }
125
- ._1nivbwen:first-child {
133
+ ._1nivbweo:first-child {
126
134
  background: var(--_1073cm8f);
127
- color: var(--_1073cm8g);
135
+ color: var(--_1073cm8h);
128
136
  }
129
- ._1nivbweo {
130
- color: var(--_1073cm8n);
131
- border-bottom: 1px solid #F4F4F4;
137
+ ._1nivbwep {
138
+ color: var(--_1073cm8o);
139
+ border-bottom: 1px solid var(--_1073cm8b);
132
140
  }
133
- ._1nivbweo:first-child {
141
+ ._1nivbwep:first-child {
134
142
  background: var(--_1073cm8m);
135
- color: var(--_1073cm8n);
143
+ color: var(--_1073cm8o);
136
144
  }
137
- ._1nivbweq {
145
+ ._1nivbwer {
138
146
  background: #F4F4F4;
139
147
  }
140
- ._1nivbwer {
148
+ ._1nivbwes {
141
149
  background: #D4D4D4;
142
150
  }
143
151
  tr:last-child td {
144
152
  border-bottom: 0;
145
153
  }
146
- ._1nivbwes {
154
+ ._1nivbwet {
147
155
  width: 100%;
148
156
  overflow: hidden;
149
157
  margin: auto;
150
158
  border-radius: 1rem;
151
159
  }
152
- ._1nivbwet {
153
- border: 1px solid var(--_1073cm87);
154
- }
155
160
  ._1nivbweu {
156
- border: 1px solid var(--_1073cm8e);
161
+ border: 1px solid var(--_1073cm84);
157
162
  }
158
163
  ._1nivbwev {
159
- border: none;
164
+ border: 1px solid var(--_1073cm8b);
160
165
  }
161
166
  ._1nivbwew {
162
167
  border: none;
163
168
  }
164
169
  ._1nivbwex {
170
+ border: none;
171
+ }
172
+ ._1nivbwey {
165
173
  background-color: white;
166
174
  position: relative;
167
175
  overflow: hidden;
@@ -171,80 +179,63 @@ tr:last-child td {
171
179
  width: 100%;
172
180
  table-layout: fixed;
173
181
  }
174
- ._1nivbwey {
182
+ ._1nivbwez {
175
183
  background: var(--_1073cm81);
176
184
  }
177
- ._1nivbwez {
185
+ ._1nivbwe10 {
178
186
  background: var(--_1073cm88);
179
187
  }
180
- ._1nivbwe10 {
188
+ ._1nivbwe11 {
181
189
  background: var(--_1073cm8f);
182
190
  }
183
- ._1nivbwe11 {
191
+ ._1nivbwe12 {
184
192
  background: var(--_1073cm8m);
185
193
  }
186
- ._1nivbwet ._1nivbwe12 tr:nth-child(even) td {
187
- background: #F4F4F4;
194
+ ._1nivbweu ._1nivbwe13 tr:nth-child(even) td {
195
+ background: var(--_1073cm88);
188
196
  }
189
- ._1nivbweu ._1nivbwe12 tr:nth-child(even) td {
197
+ ._1nivbwev ._1nivbwe13 tr:nth-child(even) td {
190
198
  background: #FFFFFF;
191
199
  }
192
- ._1nivbwe13 ._1nivbwee {
200
+ ._1nivbwek ._1nivbwee {
201
+ background: var(--_1073cm88);
202
+ color: var(--_1073cm8c);
193
203
  font-size: 18px;
194
- text-align: center;
195
- line-height: 1.44;
196
204
  letter-spacing: 0.2px;
197
- }
198
- ._1nivbwe13 ._1nivbwek {
199
- font-size: 18px;
200
- text-align: center;
201
205
  line-height: 1.44;
202
- letter-spacing: 0.2px;
203
- font-weight: 400;
204
- }
205
- ._1nivbwe2 ._1nivbwe4 {
206
- max-width: 90%;
207
- text-align: left;
208
- }
209
- ._1nivbwe13 ._1nivbwee {
210
206
  text-align: center;
211
- background: #f4f4f4;
212
207
  }
213
- ._1nivbwe13 tr:nth-child(even) td {
214
- background: #f4f4f4;
215
- }
216
- ._1nivbwe13 tr:nth-child(odd) td {
208
+ ._1nivbwek tr:nth-child(odd) td {
217
209
  background: #ffffff;
218
210
  }
219
- ._1nivbwe13 tr th:first-child {
211
+ ._1nivbwek tr > :is(th, td):first-child {
220
212
  text-align: left;
221
213
  }
222
- ._1nivbwe13 tr td:first-child {
223
- text-align: left;
224
- }
225
- ._1nivbwe13:has(td:nth-child(3):is(:last-child)) {
214
+ ._1nivbwek:has(td:nth-child(3):is(:last-child)) {
226
215
  min-width: unset;
227
216
  width: 100%;
228
217
  }
229
- ._1nivbwe13 tr:has(> :last-child:nth-child(-n + 3)) td {
230
- width: 33%;
218
+ ._1nivbwe2 ._1nivbwe4 {
219
+ margin-bottom: 1rem;
220
+ max-width: 90%;
221
+ text-align: left;
231
222
  }
232
- ._1nivbwe13 tr:has(> :last-child:nth-child(-n + 3)) th {
223
+ ._1nivbwek tr:has(> :last-child:nth-child(-n + 3)) td {
233
224
  width: 33%;
234
225
  }
235
- tr:has(> :last-child:nth-child(-n + 3)) td:first-child {
226
+ tr:has(> :last-child:nth-child(-n + 3)) td:first-child {
236
227
  position: relative;
237
228
  }
238
229
  tr:has(> :last-child:nth-child(-n + 3)) th:first-child {
239
230
  position: relative;
240
231
  }
241
- ._1nivbwe13 tr td:first-child p {
232
+ ._1nivbwek tr td:first-child p {
242
233
  justify-content: left;
243
234
  }
244
- ._1nivbwe13 tr th:first-child ._1nivbwe8 p {
235
+ ._1nivbwek tr th:first-child ._1nivbwe8 p {
245
236
  justify-content: left;
246
237
  }
247
- ._1nivbwe13 tr td, ._1nivbwe13 tr th {
238
+ ._1nivbwek tr td, ._1nivbwek tr th {
248
239
  border-bottom: 0;
249
240
  }
250
241
  ._1nivbwe14 {
@@ -299,27 +290,26 @@ main > div:nth-last-child(2) > ._1nivbwe0, main > div:nth-last-child(1) > ._1niv
299
290
  ._1nivbwei:first-child {
300
291
  background-image: var(--_1073cm8m);
301
292
  }
302
- ._1nivbwek {
293
+ ._1nivbwel {
303
294
  font-size: 14px;
304
295
  }
305
- ._1nivbwek:first-child {
296
+ ._1nivbwel:first-child {
306
297
  box-shadow: 0 15px 20px 0px rgb(0 0 0 / 0.3);
307
298
  z-index: 2;
308
299
  }
309
- ._1nivbwex {
300
+ ._1nivbwek ._1nivbwel:first-child {
301
+ border-radius: 0;
302
+ }
303
+ ._1nivbwey {
310
304
  border-radius: 0;
311
305
  overflow: auto;
312
306
  width: auto;
313
307
  }
314
- table:has(td:nth-child(3):is(:last-child)) {
315
- min-width: unset;
316
- width: 100%;
317
- }
318
- table:has(td:nth-child(2):is(:last-child)) {
308
+ table:has(:is(td:nth-child(2), td:nth-child(3)):is(:last-child)) {
319
309
  min-width: unset;
320
310
  width: 100%;
321
311
  }
322
- ._1nivbwe13 tr:has(> :last-child:nth-child(-n + 3)) td {
312
+ ._1nivbwek tr:has(> :last-child:nth-child(-n + 3)) td {
323
313
  width: 30%;
324
314
  }
325
315
  tr:has(> :last-child:nth-child(-n + 3)) td {
@@ -327,14 +317,11 @@ main > div:nth-last-child(2) > ._1nivbwe0, main > div:nth-last-child(1) > ._1niv
327
317
  min-width: unset;
328
318
  padding: 16px 12px;
329
319
  }
330
- ._1nivbwe13 tr:has(> :last-child:nth-child(-n + 3)) th {
331
- width: 30%;
332
- }
333
320
  tr:has(> :last-child:nth-child(-n + 3)) th {
334
321
  min-width: unset;
335
322
  padding: 16px 8px;
336
323
  }
337
- tr:has(> :last-child:nth-child(-n + 3)) td:first-child {
324
+ tr:has(> :last-child:nth-child(-n + 3)) td:first-child {
338
325
  box-shadow: none;
339
326
  z-index: 0;
340
327
  width: 40%;
@@ -352,13 +339,13 @@ main > div:nth-last-child(2) > ._1nivbwe0, main > div:nth-last-child(1) > ._1niv
352
339
  ._1nivbwe1 {
353
340
  scrollbar-width: thin;
354
341
  }
355
- ._1nivbwen:first-child {
342
+ ._1nivbweo:first-child {
356
343
  background-image: var(--_1073cm8f);
357
344
  }
358
- ._1nivbweo:first-child {
345
+ ._1nivbwep:first-child {
359
346
  background-image: var(--_1073cm8m);
360
347
  }
361
- ._1nivbwex {
348
+ ._1nivbwey {
362
349
  overflow-x: auto;
363
350
  }
364
351
  }
@@ -367,13 +354,13 @@ main > div:nth-last-child(2) > ._1nivbwe0, main > div:nth-last-child(1) > ._1niv
367
354
  font-size: 28px;
368
355
  line-height: 1.29;
369
356
  }
370
- ._1nivbwes {
357
+ ._1nivbwet {
371
358
  border-radius: 0;
372
359
  overflow-x: scroll;
373
360
  }
374
361
  }
375
362
  @media screen and (max-width: 450px) {
376
- ._1nivbwe13 {
363
+ ._1nivbwek {
377
364
  min-width: 100%;
378
365
  }
379
366
  }
@@ -384,4 +371,10 @@ main > div:nth-last-child(2) > ._1nivbwe0, main > div:nth-last-child(1) > ._1niv
384
371
  td:has(.flex.middle span.img_fluid) .flex.middle {
385
372
  overflow-wrap: normal;
386
373
  }
374
+ }
375
+ @media screen and (max-width: 603px) {
376
+ .containment:has(._1nivbwek) {
377
+ width: 100%;
378
+ border-radius: 0px;
379
+ }
387
380
  }
@@ -3,7 +3,7 @@
3
3
  line-height: 1.5;
4
4
  }
5
5
  ._16g7rvn2 {
6
- background: var(--_1073cm84);
6
+ background: var(--_1073cm87);
7
7
  background-clip: text;
8
8
  -webkit-text-fill-color: transparent;
9
9
  text-shadow: 0px 0px #00000000;
@@ -14,7 +14,7 @@
14
14
  -webkit-transition: all 0.35s ease;
15
15
  -o-transition: all 0.35s ease;
16
16
  transition: all 0.35s ease;
17
- text-decoration: none;
17
+ text-decoration: none !important;
18
18
  }
19
19
  .dmebjx0:hover, .dmebjx0:focus-visible {
20
20
  border-bottom-color: #1F1F1F;