@axos-web-dev/shared-components 1.0.101-dev.1 → 2.0.0-dev.10

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 (212) hide show
  1. package/README.md +111 -111
  2. package/dist/ATMLocator/ATMLocator.js +6 -11
  3. package/dist/Article/Article.d.ts +2 -2
  4. package/dist/Article/Article.js +13 -2
  5. package/dist/Auth/ErrorAlert.js +7 -12
  6. package/dist/Auth/SignInPassword.js +0 -1
  7. package/dist/Avatar/Avatar.module.js +7 -7
  8. package/dist/BulletItem/BulletItem.js +0 -1
  9. package/dist/Button/Button.js +7 -13
  10. package/dist/Calculators/AnnualFeeCalculator/index.js +0 -1
  11. package/dist/Calculators/ApyCalculator/index.js +3 -1
  12. package/dist/Calculators/AxosOneCalculator/index.js +16 -9
  13. package/dist/Calculators/BalanceAPYCalculator/index.js +0 -1
  14. package/dist/Calculators/BuyDownCalculator/index.js +0 -1
  15. package/dist/Calculators/Calculator.js +4 -9
  16. package/dist/Calculators/MarginTradingCalculator/index.js +119 -2
  17. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +0 -1
  18. package/dist/Calculators/MaxLoanCalculator/index.js +0 -1
  19. package/dist/Calculators/MonthlyPaymentCalculator/index.js +0 -1
  20. package/dist/Calculators/MonthlyPaymentLVFCalculator/index.js +0 -1
  21. package/dist/Calculators/SummitApyCalculator/index.js +3 -2
  22. package/dist/Carousel/index.js +13 -15
  23. package/dist/Chatbot/AnimatedGradientBorder.css.d.ts +2 -0
  24. package/dist/Chatbot/AnimatedGradientBorder.css.js +7 -3
  25. package/dist/Chatbot/Bubble.css.js +2 -1
  26. package/dist/Chatbot/Bubble.d.ts +2 -1
  27. package/dist/Chatbot/Bubble.js +102 -92
  28. package/dist/Chatbot/Chat.js +0 -7
  29. package/dist/Chatbot/ChatWindow.css.d.ts +4 -0
  30. package/dist/Chatbot/ChatWindow.css.js +8 -0
  31. package/dist/Chatbot/ChatWindow.d.ts +2 -0
  32. package/dist/Chatbot/ChatWindow.js +34 -15
  33. package/dist/Chatbot/Chatbot.d.ts +2 -2
  34. package/dist/Chatbot/Chatbot.js +164 -33
  35. package/dist/Chatbot/ChatbotMessage.d.ts +2 -0
  36. package/dist/Chatbot/ChatbotMessage.js +88 -25
  37. package/dist/Chatbot/index.js +5 -1
  38. package/dist/Chatbot/store/chat.d.ts +6 -0
  39. package/dist/Chatbot/store/chat.js +14 -2
  40. package/dist/Chatbot/store/messages.d.ts +1 -0
  41. package/dist/Chatbot/store/messages.js +5 -2
  42. package/dist/Chevron/index.js +6 -12
  43. package/dist/Comparison/Comparison.js +6 -11
  44. package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +51 -1
  45. package/dist/ExecutiveBio/ExecutiveBio.css.js +48 -46
  46. package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
  47. package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +3 -1
  48. package/dist/ExecutiveBio/ExecutiveBio.js +146 -155
  49. package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +1 -2
  50. package/dist/ExecutiveBio/ExecutiveBioSet.js +29 -16
  51. package/dist/ExecutiveBio/index.js +2 -1
  52. package/dist/FaqAccordion/index.js +6 -11
  53. package/dist/FdicCallout/FdicCallout.module.js +2 -2
  54. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +87 -188
  55. package/dist/Forms/ApplicationStart.js +0 -1
  56. package/dist/Forms/ApplyNow.js +5 -10
  57. package/dist/Forms/BoatMooringLocation.d.ts +2 -0
  58. package/dist/Forms/BoatMooringLocation.js +56 -1
  59. package/dist/Forms/ClearingForm.js +0 -1
  60. package/dist/Forms/CommercialDeposits.js +0 -1
  61. package/dist/Forms/CommercialDepositsNoLendingOption.js +0 -1
  62. package/dist/Forms/CommercialLending.js +3 -2
  63. package/dist/Forms/CommercialPremiumFinance.js +0 -1
  64. package/dist/Forms/ConstructionLendingDynamic.d.ts +12 -0
  65. package/dist/Forms/ConstructionLendingDynamic.js +324 -0
  66. package/dist/Forms/ContactCompany.js +0 -1
  67. package/dist/Forms/ContactCompanyTitle.js +0 -1
  68. package/dist/Forms/ContactUs.js +0 -1
  69. package/dist/Forms/ContactUsAAS.js +0 -1
  70. package/dist/Forms/ContactUsBusiness.js +6 -11
  71. package/dist/Forms/ContactUsBusinessNameEmail.js +6 -11
  72. package/dist/Forms/ContactUsLVF.js +0 -1
  73. package/dist/Forms/ContactUsNMLSId.js +6 -11
  74. package/dist/Forms/CpraRequest.js +100 -3
  75. package/dist/Forms/CraPublicFile.js +6 -11
  76. package/dist/Forms/DealerServices.js +0 -1
  77. package/dist/Forms/EmailOnly.js +13 -13
  78. package/dist/Forms/EmailUs.js +40 -35
  79. package/dist/Forms/FormEnums.js +1 -3
  80. package/dist/Forms/Forms.css.d.ts +4 -1
  81. package/dist/Forms/Forms.css.js +42 -42
  82. package/dist/Forms/HoneyPot/index.js +0 -1
  83. package/dist/Forms/MortgageRate/MortgageRateForm.js +7 -12
  84. package/dist/Forms/MortgageRate/MortgageRateWatch.js +6 -11
  85. package/dist/Forms/MortgageWarehouseLending.js +6 -11
  86. package/dist/Forms/QuickPricer/QuickPricerForm.js +0 -1
  87. package/dist/Forms/ScheduleCall.js +0 -1
  88. package/dist/Forms/ScheduleCallPremier.js +0 -1
  89. package/dist/Forms/SuccesForm.js +7 -12
  90. package/dist/Forms/VendorQuestionnaire.js +0 -1
  91. package/dist/Forms/index.d.ts +1 -0
  92. package/dist/Forms/index.js +2 -1
  93. package/dist/HeroBanner/HeroBanner.css.d.ts +1 -0
  94. package/dist/HeroBanner/HeroBanner.css.js +19 -16
  95. package/dist/HeroBanner/HeroBanner.d.ts +1 -1
  96. package/dist/HeroBanner/HeroBanner.interface.d.ts +4 -1
  97. package/dist/HeroBanner/HeroBanner.js +26 -160
  98. package/dist/HeroBanner/HeroVideoPoster.d.ts +5 -0
  99. package/dist/HeroBanner/HeroVideoPoster.js +24 -0
  100. package/dist/HeroBanner/LargeBanner.css.d.ts +110 -0
  101. package/dist/HeroBanner/LargeBanner.css.js +22 -8
  102. package/dist/HeroBanner/LargeHeroBanner.d.ts +5 -0
  103. package/dist/HeroBanner/LargeHeroBanner.js +228 -0
  104. package/dist/HeroBanner/index.js +3 -2
  105. package/dist/Hyperlink/index.js +10 -14
  106. package/dist/IconBillboard/IconBillboard.css.d.ts +1 -0
  107. package/dist/IconBillboard/IconBillboard.css.js +11 -9
  108. package/dist/IconBillboard/index.js +2 -1
  109. package/dist/ImageBillboard/ImageBillboardSet.js +14 -8
  110. package/dist/ImageLink/ImageLink.js +5 -10
  111. package/dist/ImageLink/ImageLinkSet.js +5 -10
  112. package/dist/ImageLink/index.js +5 -10
  113. package/dist/Insight/Featured/CategorySelector.js +5 -10
  114. package/dist/Insight/Featured/Featured.js +6 -11
  115. package/dist/Insight/Featured/Header.js +6 -11
  116. package/dist/Interstitial/Interstitial.module.js +10 -10
  117. package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +19 -1
  118. package/dist/LandingPageHeader/LandingPageHeader.css.js +6 -6
  119. package/dist/LandingPageHeader/LandingPageHeader.d.ts +3 -1
  120. package/dist/LandingPageHeader/LandingPageHeader.js +42 -16
  121. package/dist/LoadingIndicator/index.js +0 -1
  122. package/dist/Modal/Modal.js +5 -10
  123. package/dist/Modal/contextApi/store.d.ts +16 -2
  124. package/dist/Modal/contextApi/store.js +37 -6
  125. package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
  126. package/dist/NavigationMenu/AxosALTS/NavData.d.ts +7 -1
  127. package/dist/NavigationMenu/AxosALTS/NavData.js +6 -137
  128. package/dist/NavigationMenu/AxosALTS/index.js +14 -16
  129. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  130. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +0 -1
  131. package/dist/NavigationMenu/AxosAdvisor/index.js +0 -1
  132. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  133. package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.js +0 -1
  134. package/dist/NavigationMenu/AxosAdvisorServices/index.js +0 -1
  135. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +341 -73
  136. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +50 -17
  137. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +27 -12
  138. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +219 -366
  139. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
  140. package/dist/NavigationMenu/AxosBank/NavData.d.ts +39 -2
  141. package/dist/NavigationMenu/AxosBank/NavData.js +34 -166
  142. package/dist/NavigationMenu/AxosBank/SubNavBar.js +232 -248
  143. package/dist/NavigationMenu/AxosBank/index.js +19 -54
  144. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  145. package/dist/NavigationMenu/AxosClearing/index.js +0 -1
  146. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  147. package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
  148. package/dist/NavigationMenu/LaVictoire/NavData.d.ts +13 -2
  149. package/dist/NavigationMenu/LaVictoire/NavData.js +14 -146
  150. package/dist/NavigationMenu/LaVictoire/SubNavBar.js +4 -1
  151. package/dist/NavigationMenu/LaVictoire/index.js +19 -44
  152. package/dist/NavigationMenu/Navbar.js +8 -9
  153. package/dist/NavigationMenu/SignInNavButton.js +19 -27
  154. package/dist/SetContainer/SetContainer.js +6 -11
  155. package/dist/SocialMediaBar/iconsRepository.d.ts +44 -14
  156. package/dist/SocialMediaBar/iconsRepository.js +32 -41
  157. package/dist/SocialMediaBar/index.js +3 -1
  158. package/dist/Tab/Tab.js +0 -1
  159. package/dist/Table/Table.js +0 -1
  160. package/dist/VideoTile/VideoTile.js +4 -9
  161. package/dist/VideoWrapper/index.js +4 -9
  162. package/dist/WalnutIframe/wrapper.module.js +3 -3
  163. package/dist/assets/Avatar/Avatar.css +59 -59
  164. package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +1 -1
  165. package/dist/assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css +2 -2
  166. package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +1 -1
  167. package/dist/assets/Carousel/Carousel.css +1 -1
  168. package/dist/assets/Chatbot/AnimatedGradientBorder.css +65 -8
  169. package/dist/assets/Chatbot/Bubble.css +19 -6
  170. package/dist/assets/Chatbot/ChatWindow.css +44 -10
  171. package/dist/assets/DownloadTile/DownloadTile.css +2 -2
  172. package/dist/assets/ExecutiveBio/ExecutiveBio.css +280 -172
  173. package/dist/assets/FdicCallout/FdicCallout.css +48 -48
  174. package/dist/assets/Forms/Forms.css +122 -115
  175. package/dist/assets/HelpArticle/HelpArticle.css +2 -2
  176. package/dist/assets/HeroBanner/HeroBanner.css +82 -65
  177. package/dist/assets/HeroBanner/LargeBanner.css +126 -59
  178. package/dist/assets/IconBillboard/IconBillboard.css +35 -28
  179. package/dist/assets/Inputs/Input.css +1 -1
  180. package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
  181. package/dist/assets/Insight/Insight.css +4 -4
  182. package/dist/assets/Interstitial/Interstitial.css +142 -142
  183. package/dist/assets/LandingPageHeader/LandingPageHeader.css +28 -15
  184. package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +264 -264
  185. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +609 -609
  186. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +630 -630
  187. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css +191 -30
  188. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +445 -445
  189. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css +484 -484
  190. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css +427 -427
  191. package/dist/assets/NavigationMenu/LaVictoire/NavBar.css +429 -429
  192. package/dist/assets/Topic/Topic.css +1 -1
  193. package/dist/assets/Typography/Typography.css +1 -1
  194. package/dist/assets/VideoTile/VideoTile.css +1 -1
  195. package/dist/assets/WalnutIframe/wrapper.css +48 -48
  196. package/dist/assets/globals.css +28 -18
  197. package/dist/assets/notification.mp3.js +4 -0
  198. package/dist/assets/utils/optimizeImage/optimizeImage.css +47 -47
  199. package/dist/main.js +16 -6
  200. package/dist/utils/allowedAxosDomains.d.ts +5 -2
  201. package/dist/utils/allowedAxosDomains.js +50 -47
  202. package/dist/utils/appendQueryParams.js +36 -5
  203. package/dist/utils/getPosition.d.ts +1 -0
  204. package/dist/utils/getPosition.js +17 -0
  205. package/dist/utils/index.js +2 -1
  206. package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
  207. package/dist/utils/validateExternalLinks.d.ts +1 -1
  208. package/dist/utils/validateExternalLinks.js +4 -6
  209. package/dist/utils/variant.types.d.ts +1 -0
  210. package/package.json +7 -4
  211. package/dist/NavigationMenu/NavDataJson.d.ts +0 -2
  212. package/dist/NavigationMenu/NavDataJson.js +0 -317
@@ -1,48 +1,48 @@
1
- ._fdic_callout_1f6md_1 {
2
- background-color: #000;
3
- color: #fff;
4
- }
5
-
6
- ._inner_container_1f6md_6 {
7
- margin-left: auto;
8
- margin-right: auto;
9
- width: calc(100% - 90px);
10
- }
11
-
12
- ._fdic_callout_1f6md_1 .flex {
13
- min-height: 32px;
14
- }
15
-
16
- ._fdic_callout_1f6md_1 img {
17
- padding-block: 8px;
18
- }
19
-
20
- @media (max-width: 1280px) and (min-width: 1024px) {
21
- ._inner_container_1f6md_6 {
22
- width: calc(100% - 40px);
23
- }
24
- }
25
-
26
- @media (max-width: 769px) {
27
- ._inner_container_1f6md_6 {
28
- width: calc(100% - 60px);
29
- }
30
- }
31
-
32
- @media (max-width: 603px) {
33
- ._fdic_callout_1f6md_1 .flex {
34
- min-height: 28px;
35
- }
36
- }
37
-
38
- @media (max-width: 470px) {
39
- ._fdic_callout_1f6md_1 img {
40
- padding-block: 5px;
41
- }
42
- }
43
-
44
- @media (max-width: 400px) {
45
- ._inner_container_1f6md_6 {
46
- width: calc(100% - 20px);
47
- }
48
- }
1
+ ._fdic_callout_eqzgp_1 {
2
+ background-color: #000;
3
+ color: #fff;
4
+ }
5
+
6
+ ._inner_container_eqzgp_11 {
7
+ margin-left: auto;
8
+ margin-right: auto;
9
+ width: calc(100% - 90px);
10
+ }
11
+
12
+ ._fdic_callout_eqzgp_1 .flex {
13
+ min-height: 32px;
14
+ }
15
+
16
+ ._fdic_callout_eqzgp_1 img {
17
+ padding-block: 8px;
18
+ }
19
+
20
+ @media (max-width: 1280px) and (min-width: 1024px) {
21
+ ._inner_container_eqzgp_11 {
22
+ width: calc(100% - 40px);
23
+ }
24
+ }
25
+
26
+ @media (max-width: 769px) {
27
+ ._inner_container_eqzgp_11 {
28
+ width: calc(100% - 60px);
29
+ }
30
+ }
31
+
32
+ @media (max-width: 603px) {
33
+ ._fdic_callout_eqzgp_1 .flex {
34
+ min-height: 28px;
35
+ }
36
+ }
37
+
38
+ @media (max-width: 470px) {
39
+ ._fdic_callout_eqzgp_1 img {
40
+ padding-block: 5px;
41
+ }
42
+ }
43
+
44
+ @media (max-width: 400px) {
45
+ ._inner_container_eqzgp_11 {
46
+ width: calc(100% - 20px);
47
+ }
48
+ }
@@ -1,4 +1,4 @@
1
- @keyframes tfms6a11 {
1
+ @keyframes tfms6a12 {
2
2
  from {
3
3
  stroke-dashoffset: 1;
4
4
  }
@@ -6,7 +6,7 @@
6
6
  opacity: 100;
7
7
  }
8
8
  }
9
- @keyframes tfms6a12 {
9
+ @keyframes tfms6a13 {
10
10
  0% {
11
11
  stroke-dashoffset: -1000;
12
12
  }
@@ -15,13 +15,9 @@
15
15
  }
16
16
  }
17
17
  .tfms6a0 {
18
- padding-top: 80px;
19
- padding-bottom: 80px;
20
- }
21
- .tfms6a1 {
22
18
  font-size: 40px;
23
19
  }
24
- .tfms6a2 {
20
+ .tfms6a1 {
25
21
  padding-inline: 120px;
26
22
  padding-top: 48px;
27
23
  padding-bottom: 48px;
@@ -29,22 +25,26 @@
29
25
  flex-direction: column;
30
26
  align-items: center;
31
27
  }
32
- .tfms6a3 {
28
+ .tfms6a2 {
33
29
  background: var(--_1073cm81);
34
30
  color: var(--_1073cm83);
35
31
  }
36
- .tfms6a4 {
32
+ .tfms6a3 {
37
33
  background: var(--_1073cm88);
38
34
  color: var(--_1073cm8a);
39
35
  }
40
- .tfms6a5 {
36
+ .tfms6a4 {
41
37
  background: var(--_1073cm8f);
42
38
  color: var(--_1073cm8h);
43
39
  }
44
- .tfms6a6 {
40
+ .tfms6a5 {
45
41
  background: var(--_1073cm8m);
46
42
  color: var(--_1073cm8h);
47
43
  }
44
+ .tfms6a6 {
45
+ padding-top: 80px;
46
+ padding-bottom: 80px;
47
+ }
48
48
  .tfms6a7 {
49
49
  padding-bottom: 32px;
50
50
  }
@@ -59,7 +59,7 @@
59
59
  }
60
60
  .tfms6aa {
61
61
  font-size: 36px;
62
- font-weight: 600;
62
+ font-weight: 700;
63
63
  letter-spacing: 1px;
64
64
  margin-top: 0.1rem;
65
65
  margin-bottom: 0.7rem;
@@ -116,13 +116,16 @@
116
116
  grid-template-columns: 1fr auto !important;
117
117
  }
118
118
  .tfms6aq {
119
+ grid-template-columns: 1fr !important;
120
+ }
121
+ .tfms6ar {
119
122
  display: flex;
120
123
  flex-direction: column;
121
124
  }
122
- .tfms6ar {
125
+ .tfms6as {
123
126
  grid-template-columns: 1fr 1fr;
124
127
  }
125
- .tfms6aq h4 {
128
+ .tfms6ar h4 {
126
129
  font-size: 24px;
127
130
  font-weight: 700;
128
131
  letter-spacing: 3px;
@@ -131,118 +134,118 @@
131
134
  font-family: var(--header-font-family);
132
135
  line-height: 30px;
133
136
  }
134
- .tfms6aq h4:before {
137
+ .tfms6ar h4:before {
135
138
  content: "";
136
139
  border-top: 2px solid #60AECB;
137
140
  height: 40px;
138
141
  position: relative;
139
142
  width: 100%;
140
143
  }
141
- .tfms6aq h5 {
144
+ .tfms6ar h5 {
142
145
  font-size: 14px;
143
146
  font-weight: 500;
144
147
  letter-spacing: 2px;
145
148
  font-family: var(--header-font-family);
146
149
  line-height: 16px;
147
150
  }
148
- .tfms6aq p {
151
+ .tfms6ar p {
149
152
  font-size: 15px;
150
153
  font-weight: 400;
151
154
  margin-bottom: 10px;
152
155
  font-family: var(--header-font-family);
153
156
  line-height: 28px;
154
157
  }
155
- .tfms6aq label {
158
+ .tfms6ar label {
156
159
  padding-left: 0;
157
160
  margin-bottom: 10px;
158
161
  }
159
- .tfms6as {
162
+ .tfms6at {
160
163
  display: flex;
161
164
  flex-direction: row;
162
165
  width: 100%;
163
166
  gap: 15px;
164
167
  }
165
- .tfms6as > div {
168
+ .tfms6at > div {
166
169
  flex-grow: 1;
167
170
  }
168
- .tfms6at {
171
+ .tfms6au {
169
172
  margin-top: 1.5rem;
170
173
  text-align: center;
171
174
  margin-inline: auto;
172
175
  }
173
- .tfms6au {
176
+ .tfms6av {
174
177
  margin-top: 16px;
175
178
  }
176
- .tfms6av {
179
+ .tfms6aw {
177
180
  color: var(--_1073cm83);
178
181
  }
179
- .tfms6aw {
182
+ .tfms6ax {
180
183
  color: var(--_1073cm8a);
181
184
  }
182
- .tfms6ax {
185
+ .tfms6ay {
183
186
  color: var(--_1073cm8h);
184
187
  }
185
- .tfms6ay {
188
+ .tfms6az {
186
189
  color: var(--_1073cm8o);
187
190
  }
188
- .tfms6az {
191
+ .tfms6a10 {
189
192
  max-width: 860px;
190
193
  margin-inline: auto;
191
194
  }
192
- .tfms6a10 {
195
+ .tfms6a11 {
193
196
  max-width: 900px;
194
197
  margin-inline: auto;
195
198
  }
196
- .tfms6a13 {
199
+ .tfms6a14 {
197
200
  padding: 2.5rem 0;
198
201
  }
199
- .tfms6a14 {
202
+ .tfms6a15 {
200
203
  color: var(--_1073cm85);
201
204
  background: var(--_1073cm81);
202
205
  }
203
- .tfms6a15 {
206
+ .tfms6a16 {
204
207
  color: var(--_1073cm8c);
205
208
  background: var(--_1073cm88);
206
209
  }
207
- .tfms6a16 {
210
+ .tfms6a17 {
208
211
  color: var(--_1073cm8h);
209
212
  background: var(--_1073cm8f);
210
213
  }
211
- .tfms6a17 {
214
+ .tfms6a18 {
212
215
  color: var(--_1073cm8o);
213
216
  background: var(--_1073cm8m);
214
217
  }
215
- .tfms6a13 h1 {
218
+ .tfms6a14 h1 {
216
219
  font-size: 43px;
217
- font-weight: 600;
220
+ font-weight: 700;
218
221
  letter-spacing: 1px;
219
222
  margin-top: 1.1rem;
220
223
  margin-bottom: 0.7rem;
221
224
  font-family: var(--header-font-family);
222
225
  }
223
- .tfms6a13 p {
226
+ .tfms6a14 p {
224
227
  margin-bottom: 0;
225
228
  }
226
- .tfms6a18 {
229
+ .tfms6a19 {
227
230
  margin: 0 auto;
228
231
  display: block;
229
232
  }
230
- .tfms6a19 {
233
+ .tfms6a1a {
231
234
  fill: none;
232
235
  stroke: #faa74a;
233
236
  stroke-width: 4;
234
237
  stroke-dasharray: 100px;
235
238
  stroke-dashoffset: 100;
236
- animation: tfms6a11 0.5s ease-in-out forwards reverse;
239
+ animation: tfms6a12 0.5s ease-in-out forwards reverse;
237
240
  -webkit-animation-delay: 0.7s;
238
241
  }
239
- .tfms6a1a {
242
+ .tfms6a1b {
240
243
  fill: none;
241
244
  stroke-width: 4;
242
245
  stroke-dasharray: 1000px;
243
246
  stroke-dashoffset: 1000;
244
- -webkit-animation: tfms6a12 0.8s ease-in-out forwards;
245
- animation: tfms6a12 0.8s ease-in-out forwards;
247
+ -webkit-animation: tfms6a13 0.8s ease-in-out forwards;
248
+ animation: tfms6a13 0.8s ease-in-out forwards;
246
249
  -webkit-transform-origin: center;
247
250
  -ms-transform-origin: center;
248
251
  transform-origin: center;
@@ -250,143 +253,143 @@
250
253
  -ms-transform: rotate(-40deg);
251
254
  transform: rotate(-40deg);
252
255
  }
253
- .tfms6a1b {
256
+ .tfms6a1c {
254
257
  stroke: var(--_1073cm85);
255
258
  }
256
- .tfms6a1c {
259
+ .tfms6a1d {
257
260
  stroke: var(--_1073cm8c);
258
261
  }
259
- .tfms6a1d {
262
+ .tfms6a1e {
260
263
  stroke: var(--_1073cm8h);
261
264
  }
262
- .tfms6a1e {
265
+ .tfms6a1f {
263
266
  stroke: var(--_1073cm8o);
264
267
  }
265
- .tfms6a1f {
268
+ .tfms6a1g {
266
269
  margin-top: 1rem;
267
270
  }
268
- .tfms6a1g {
271
+ .tfms6a1h {
269
272
  color: var(--_1073cm83);
270
273
  }
271
- .tfms6a1h {
274
+ .tfms6a1i {
272
275
  color: var(--_1073cm8a);
273
276
  }
274
- .tfms6a1i {
277
+ .tfms6a1j {
275
278
  color: var(--_1073cm8h);
276
279
  }
277
- .tfms6a1j {
280
+ .tfms6a1k {
278
281
  color: var(--_1073cm8o);
279
282
  }
280
- .tfms6a1k {
283
+ .tfms6a1l {
281
284
  margin-top: 1rem;
282
285
  }
283
- .tfms6ak .tfms6a1l {
286
+ .tfms6ak .tfms6a1m {
284
287
  grid-column-start: 1;
285
288
  grid-column-end: 3;
286
289
  }
287
- .tfms6a1m {
290
+ .tfms6a1n {
288
291
  grid-column: 1 / -1;
289
292
  }
290
- .tfms6a1n {
293
+ .tfms6a1o {
291
294
  width: 100%;
292
295
  padding-bottom: 4px;
293
296
  }
294
- .tfms6a1o {
297
+ .tfms6a1p {
295
298
  border-bottom: 1px solid var(--_1073cm83);
296
299
  }
297
- .tfms6a1p {
300
+ .tfms6a1q {
298
301
  border-bottom: 1px solid var(--_1073cm8a);
299
302
  }
300
- .tfms6a1q {
303
+ .tfms6a1r {
301
304
  border-bottom: 1px solid var(--_1073cm8h);
302
305
  }
303
- .tfms6a1r {
306
+ .tfms6a1s {
304
307
  border-bottom: 1px solid var(--_1073cm8o);
305
308
  }
306
- .tfms6a1o > h4, .tfms6a1p > h4 {
309
+ .tfms6a1p > h4, .tfms6a1q > h4 {
307
310
  -webkit-background-clip: text;
308
311
  background-image: var(--_1073cm85);
309
312
  -webkit-text-fill-color: var(--_1073cm85);
310
313
  }
311
- .tfms6a1q > h4, .tfms6a1r > h4 {
314
+ .tfms6a1r > h4, .tfms6a1s > h4 {
312
315
  -webkit-background-clip: text;
313
316
  background-image: var(--_1073cm8j);
314
317
  -webkit-text-fill-color: var(--_1073cm8j);
315
318
  }
316
- .tfms6a1s {
319
+ .tfms6a1t {
317
320
  display: flex;
318
321
  }
319
- .tfms6a1t {
322
+ .tfms6a1u {
320
323
  cursor: pointer;
321
324
  caret-color: transparent;
322
325
  }
323
- .tfms6a1u {
326
+ .tfms6a1v {
324
327
  padding-left: 16px;
325
328
  }
326
- .tfms6a1w label {
329
+ .tfms6a1x label {
327
330
  white-space: nowrap;
328
331
  }
329
- .tfms6a1y {
332
+ .tfms6a1z {
330
333
  margin-top: 2rem;
331
334
  }
332
- .tfms6a1z {
335
+ .tfms6a20 {
333
336
  display: flex;
334
337
  justify-content: center;
335
338
  }
336
- .tfms6a1z > div {
339
+ .tfms6a20 > div {
337
340
  width: 100%;
338
341
  }
339
- .tfms6a20 {
342
+ .tfms6a21 {
340
343
  display: flex;
341
344
  justify-content: center;
342
345
  align-items: center;
343
346
  gap: 2rem;
344
347
  }
345
- .tfms6a21 {
348
+ .tfms6a22 {
346
349
  display: flex;
347
350
  margin: 1rem 0;
348
351
  text-align: left;
349
352
  gap: 1rem;
350
353
  }
351
- .tfms6a22 {
354
+ .tfms6a23 {
352
355
  display: flex;
353
356
  justify-content: space-between;
354
357
  }
355
- .tfms6a22 > div {
358
+ .tfms6a23 > div {
356
359
  min-width: 32%;
357
360
  }
358
- .tfms6a23 {
361
+ .tfms6a24 {
359
362
  margin-top: 1rem;
360
363
  }
361
- .tfms6a24 {
364
+ .tfms6a25 {
362
365
  min-width: 24px;
363
366
  }
364
- .tfms6a25 {
367
+ .tfms6a26 {
365
368
  width: min(calc(100% - 2rem));
366
369
  height: min(calc(100% - 2rem));
367
370
  overflow: scroll!important;
368
371
  }
369
- .tfms6a26 {
372
+ .tfms6a27 {
370
373
  display: none;
371
374
  }
372
- .tfms6a28::placeholder {
375
+ .tfms6a29::placeholder {
373
376
  color: transparent;
374
377
  }
375
- .tfms6a29 {
378
+ .tfms6a2a {
376
379
  cursor: not-allowed;
377
380
  }
378
- .tfms6a2a {
381
+ .tfms6a2b {
379
382
  display: flex;
380
383
  }
381
- .tfms6a2b {
384
+ .tfms6a2c {
382
385
  visibility: hidden;
383
386
  display: none;
384
387
  }
385
- .tfms6a2d {
388
+ .tfms6a2e {
386
389
  display: flex;
387
390
  gap: 24px;
388
391
  }
389
- .tfms6a2e {
392
+ .tfms6a2f {
390
393
  vertical-align: vertical;
391
394
  width: 100%;
392
395
  display: flex;
@@ -395,109 +398,118 @@
395
398
  align-items: center;
396
399
  flex-direction: column-reverse;
397
400
  }
398
- .tfms6a2f {
401
+ .tfms6a2g {
399
402
  text-transform: capitalize;
400
403
  margin: auto ;
401
404
  max-width: fit-content;
402
405
  }
403
- .tfms6a2g {
406
+ .tfms6a2h {
404
407
  padding: 16px 64px;
405
408
  border-radius: 0 8px 8px 0;
406
409
  }
407
- @media screen and (max-width: 1023px) {
410
+ @media screen and (max-width: 768px) {
408
411
  .tfms6a0 {
409
- padding-top: 56px;
410
- padding-bottom: 56px;
412
+ font-size: 28px;
413
+ }
414
+ .tfms6a2h {
415
+ padding: 16px;
411
416
  }
412
417
  }
413
- @media screen and (max-width: 768px) {
418
+ @media screen and (max-width:1023px) {
414
419
  .tfms6a1 {
415
- font-size: 28px;
420
+ padding-inline: 16px;
416
421
  }
417
422
  }
418
- @media screen and (max-width:1023px) {
419
- .tfms6a2 {
420
- padding-inline: 0;
423
+ @media screen and (max-width: 1023px) {
424
+ .tfms6a6 {
425
+ padding-top: 56px;
426
+ padding-bottom: 56px;
427
+ }
428
+ }
429
+ @media screen and (max-width: 603px) {
430
+ .tfms6a6 {
431
+ width: 100%;
432
+ border-radius: 0;
421
433
  }
422
434
  }
423
435
  @media screen and (max-width:480px) {
424
436
  .tfms6ak {
425
437
  grid-template-columns: 1fr;
426
438
  }
427
- .tfms6as {
439
+ .tfms6at {
428
440
  flex-direction: column;
429
441
  }
430
- .tfms6ak .tfms6a1l {
442
+ .tfms6ak .tfms6a1m {
431
443
  grid-column-start: 1;
432
444
  grid-column-end: 2;
433
445
  }
434
446
  }
435
447
  @media screen and (max-width: 992px) {
436
- .tfms6a13 h1 {
448
+ .tfms6a14 h1 {
437
449
  font-size: 37px;
438
450
  line-height: 1.29;
439
451
  margin-bottom: 0.4rem;
440
452
  }
441
453
  }
442
454
  @media screen and (maxwidth: 767px) {
443
- .tfms6a13 h1 {
455
+ .tfms6a14 h1 {
444
456
  font-size: 32px;
445
- font-weight: 600;
457
+ font-weight: 700;
446
458
  margin-top: 0;
447
459
  margin-bottom: 0.4rem;
448
460
  }
449
- .tfms6a18 {
461
+ .tfms6a19 {
450
462
  max-width: 69px;
451
463
  }
452
464
  }
453
465
  @media screen and (max-width: 780px) {
454
- .tfms6a1s {
466
+ .tfms6a1t {
455
467
  flex-direction: column;
456
468
  }
457
469
  }
458
470
  @media screen and (max-width: 1103px) {
459
- .tfms6a1s ._18du0lag {
471
+ .tfms6a1t ._18du0lag {
460
472
  padding: 6px;
461
473
  }
462
474
  }
463
475
  @media screen and (max-width: 571px) and (min-width: 481px) {
464
- .tfms6a1v label {
476
+ .tfms6a1w label {
465
477
  height: 48px;
466
478
  display: flex;
467
479
  align-items: flex-end;
468
480
  }
469
481
  }
470
482
  @media screen and (min-width: 481px) {
471
- .tfms6a1x select {
483
+ .tfms6a1y select {
472
484
  background: url(https://images.axos.com/o9ov1v03uwqk/4ayjjdIkEzQsfmhKbPeNaE/636b57923fbdac891d48f78ca06ffeb6/image_1_-_2024-06-27T142052.191.png) no-repeat 98%;
473
485
  }
474
486
  }
475
487
  @media screen and (min-width: 769px) {
476
- .tfms6a1z > div {
488
+ .tfms6a20 > div {
477
489
  grid-template: none;
478
490
  width: 50%;
479
491
  }
480
492
  }
481
493
  @media screen and (max-width: 500px) {
482
- .tfms6a20 {
494
+ .tfms6a21 {
483
495
  flex-direction: column;
484
496
  }
485
497
  }
486
498
  @media screen and (max-width: 800px) {
487
- .tfms6a22 {
499
+ .tfms6a23 {
488
500
  flex-direction: column;
489
501
  }
490
- .tfms6a27 select {
502
+ .tfms6a28 select {
491
503
  white-space: normal;
492
504
  padding-right: 4rem;
493
505
  }
494
- .tfms6a28::placeholder {
506
+ .tfms6a29::placeholder {
495
507
  color: #5E6A74;
496
508
  }
497
- .tfms6a2d {
509
+ .tfms6a2e {
498
510
  flex-direction: column;
499
511
  }
500
- .tfms6a2e {
512
+ .tfms6a2f {
501
513
  flex-direction: column-reverse;
502
514
  }
503
515
  }
@@ -505,12 +517,7 @@
505
517
  .rate-watch-form hr {
506
518
  display: none;
507
519
  }
508
- .tfms6a26 {
520
+ .tfms6a27 {
509
521
  display: block;
510
522
  }
511
- }
512
- @media screen and (max-width: 603px) {
513
- .tfms6a2g {
514
- padding: 16px;
515
- }
516
523
  }
@@ -3,14 +3,14 @@
3
3
  font-family: var(--header-font-family);
4
4
  font-size: 40px;
5
5
  font-style: normal;
6
- font-weight: 600;
6
+ font-weight: 700;
7
7
  letter-spacing: 0.2px;
8
8
  line-height: 50px;
9
9
  }
10
10
  ._1yo1bp91 {
11
11
  color: #1E3860;
12
12
  font-size: 28px;
13
- font-weight: 600;
13
+ font-weight: 700;
14
14
  letter-spacing: 0.2px;
15
15
  line-height: 36px;
16
16
  margin-block: 16px;