@axos-web-dev/shared-components 2.0.0-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 (214) 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/Blockquote/Blockquote.module.js +3 -3
  9. package/dist/BulletItem/BulletItem.js +0 -1
  10. package/dist/Button/Button.js +7 -13
  11. package/dist/Calculators/AnnualFeeCalculator/index.js +0 -1
  12. package/dist/Calculators/ApyCalculator/index.js +3 -1
  13. package/dist/Calculators/AxosOneCalculator/index.js +16 -9
  14. package/dist/Calculators/BalanceAPYCalculator/index.js +0 -1
  15. package/dist/Calculators/BuyDownCalculator/index.js +0 -1
  16. package/dist/Calculators/Calculator.js +4 -9
  17. package/dist/Calculators/MarginTradingCalculator/index.js +119 -2
  18. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +0 -1
  19. package/dist/Calculators/MaxLoanCalculator/index.js +0 -1
  20. package/dist/Calculators/MonthlyPaymentCalculator/index.js +0 -1
  21. package/dist/Calculators/MonthlyPaymentLVFCalculator/index.js +0 -1
  22. package/dist/Calculators/SummitApyCalculator/index.js +3 -2
  23. package/dist/Carousel/index.js +6 -11
  24. package/dist/Chatbot/AnimatedGradientBorder.css.d.ts +2 -0
  25. package/dist/Chatbot/AnimatedGradientBorder.css.js +7 -3
  26. package/dist/Chatbot/Bubble.css.js +2 -1
  27. package/dist/Chatbot/Bubble.d.ts +2 -1
  28. package/dist/Chatbot/Bubble.js +102 -92
  29. package/dist/Chatbot/Chat.js +0 -7
  30. package/dist/Chatbot/ChatWindow.css.d.ts +4 -0
  31. package/dist/Chatbot/ChatWindow.css.js +8 -0
  32. package/dist/Chatbot/ChatWindow.d.ts +2 -0
  33. package/dist/Chatbot/ChatWindow.js +34 -15
  34. package/dist/Chatbot/Chatbot.d.ts +2 -2
  35. package/dist/Chatbot/Chatbot.js +164 -33
  36. package/dist/Chatbot/ChatbotMessage.d.ts +2 -0
  37. package/dist/Chatbot/ChatbotMessage.js +88 -25
  38. package/dist/Chatbot/index.js +5 -1
  39. package/dist/Chatbot/store/chat.d.ts +6 -0
  40. package/dist/Chatbot/store/chat.js +14 -2
  41. package/dist/Chatbot/store/messages.d.ts +1 -0
  42. package/dist/Chatbot/store/messages.js +5 -2
  43. package/dist/Chevron/index.js +6 -12
  44. package/dist/Comparison/Comparison.js +6 -11
  45. package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +51 -1
  46. package/dist/ExecutiveBio/ExecutiveBio.css.js +48 -46
  47. package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
  48. package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +3 -1
  49. package/dist/ExecutiveBio/ExecutiveBio.js +146 -155
  50. package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +1 -2
  51. package/dist/ExecutiveBio/ExecutiveBioSet.js +29 -16
  52. package/dist/ExecutiveBio/index.js +2 -1
  53. package/dist/FaqAccordion/index.js +6 -11
  54. package/dist/FdicCallout/FdicCallout.module.js +2 -2
  55. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +87 -188
  56. package/dist/Forms/ApplicationStart.js +0 -1
  57. package/dist/Forms/ApplyNow.js +5 -10
  58. package/dist/Forms/BoatMooringLocation.d.ts +2 -0
  59. package/dist/Forms/BoatMooringLocation.js +56 -1
  60. package/dist/Forms/ClearingForm.js +0 -1
  61. package/dist/Forms/CommercialDeposits.js +0 -1
  62. package/dist/Forms/CommercialDepositsNoLendingOption.js +0 -1
  63. package/dist/Forms/CommercialLending.js +0 -1
  64. package/dist/Forms/CommercialPremiumFinance.js +0 -1
  65. package/dist/Forms/ConstructionLendingDynamic.d.ts +12 -0
  66. package/dist/Forms/ConstructionLendingDynamic.js +324 -0
  67. package/dist/Forms/ContactCompany.js +0 -1
  68. package/dist/Forms/ContactCompanyTitle.js +0 -1
  69. package/dist/Forms/ContactUs.js +0 -1
  70. package/dist/Forms/ContactUsAAS.js +0 -1
  71. package/dist/Forms/ContactUsBusiness.js +6 -11
  72. package/dist/Forms/ContactUsBusinessNameEmail.js +6 -11
  73. package/dist/Forms/ContactUsLVF.js +0 -1
  74. package/dist/Forms/ContactUsNMLSId.js +6 -11
  75. package/dist/Forms/CpraRequest.js +100 -3
  76. package/dist/Forms/CraPublicFile.js +6 -11
  77. package/dist/Forms/DealerServices.js +0 -1
  78. package/dist/Forms/EmailOnly.js +13 -13
  79. package/dist/Forms/EmailUs.js +40 -35
  80. package/dist/Forms/FormEnums.js +1 -3
  81. package/dist/Forms/Forms.css.d.ts +4 -1
  82. package/dist/Forms/Forms.css.js +42 -42
  83. package/dist/Forms/HoneyPot/index.js +0 -1
  84. package/dist/Forms/MortgageRate/MortgageRateForm.js +7 -12
  85. package/dist/Forms/MortgageRate/MortgageRateWatch.js +6 -11
  86. package/dist/Forms/MortgageWarehouseLending.js +6 -11
  87. package/dist/Forms/QuickPricer/QuickPricerForm.js +0 -1
  88. package/dist/Forms/ScheduleCall.js +0 -1
  89. package/dist/Forms/ScheduleCallPremier.js +0 -1
  90. package/dist/Forms/SuccesForm.js +7 -12
  91. package/dist/Forms/VendorQuestionnaire.js +0 -1
  92. package/dist/Forms/index.d.ts +1 -0
  93. package/dist/Forms/index.js +2 -1
  94. package/dist/HeroBanner/HeroBanner.css.d.ts +1 -0
  95. package/dist/HeroBanner/HeroBanner.css.js +19 -16
  96. package/dist/HeroBanner/HeroBanner.d.ts +1 -1
  97. package/dist/HeroBanner/HeroBanner.interface.d.ts +4 -1
  98. package/dist/HeroBanner/HeroBanner.js +26 -160
  99. package/dist/HeroBanner/HeroVideoPoster.d.ts +5 -0
  100. package/dist/HeroBanner/HeroVideoPoster.js +24 -0
  101. package/dist/HeroBanner/LargeBanner.css.d.ts +110 -0
  102. package/dist/HeroBanner/LargeBanner.css.js +22 -8
  103. package/dist/HeroBanner/LargeHeroBanner.d.ts +5 -0
  104. package/dist/HeroBanner/LargeHeroBanner.js +228 -0
  105. package/dist/HeroBanner/index.js +3 -2
  106. package/dist/Hyperlink/index.js +10 -14
  107. package/dist/IconBillboard/IconBillboard.css.d.ts +1 -0
  108. package/dist/IconBillboard/IconBillboard.css.js +11 -9
  109. package/dist/IconBillboard/index.js +2 -1
  110. package/dist/ImageBillboard/ImageBillboardSet.js +14 -8
  111. package/dist/ImageLink/ImageLink.js +5 -10
  112. package/dist/ImageLink/ImageLinkSet.js +5 -10
  113. package/dist/ImageLink/index.js +5 -10
  114. package/dist/Insight/Featured/CategorySelector.js +5 -10
  115. package/dist/Insight/Featured/Featured.js +6 -11
  116. package/dist/Insight/Featured/Header.js +6 -11
  117. package/dist/Interstitial/Interstitial.module.js +10 -10
  118. package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +19 -1
  119. package/dist/LandingPageHeader/LandingPageHeader.css.js +6 -6
  120. package/dist/LandingPageHeader/LandingPageHeader.d.ts +3 -1
  121. package/dist/LandingPageHeader/LandingPageHeader.js +42 -16
  122. package/dist/LoadingIndicator/index.js +0 -1
  123. package/dist/Modal/Modal.js +5 -10
  124. package/dist/Modal/contextApi/store.d.ts +16 -2
  125. package/dist/Modal/contextApi/store.js +37 -6
  126. package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
  127. package/dist/NavigationMenu/AxosALTS/NavData.d.ts +7 -1
  128. package/dist/NavigationMenu/AxosALTS/NavData.js +6 -137
  129. package/dist/NavigationMenu/AxosALTS/index.js +14 -16
  130. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  131. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +0 -1
  132. package/dist/NavigationMenu/AxosAdvisor/index.js +0 -1
  133. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  134. package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.js +0 -1
  135. package/dist/NavigationMenu/AxosAdvisorServices/index.js +0 -1
  136. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +341 -73
  137. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +50 -17
  138. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +27 -12
  139. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +219 -366
  140. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
  141. package/dist/NavigationMenu/AxosBank/NavData.d.ts +39 -2
  142. package/dist/NavigationMenu/AxosBank/NavData.js +34 -166
  143. package/dist/NavigationMenu/AxosBank/SubNavBar.js +232 -248
  144. package/dist/NavigationMenu/AxosBank/index.js +19 -54
  145. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  146. package/dist/NavigationMenu/AxosClearing/index.js +0 -1
  147. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  148. package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
  149. package/dist/NavigationMenu/LaVictoire/NavData.d.ts +13 -2
  150. package/dist/NavigationMenu/LaVictoire/NavData.js +14 -146
  151. package/dist/NavigationMenu/LaVictoire/SubNavBar.js +4 -1
  152. package/dist/NavigationMenu/LaVictoire/index.js +19 -44
  153. package/dist/NavigationMenu/Navbar.js +8 -9
  154. package/dist/NavigationMenu/SignInNavButton.js +19 -27
  155. package/dist/SetContainer/SetContainer.js +6 -11
  156. package/dist/SocialMediaBar/iconsRepository.d.ts +44 -14
  157. package/dist/SocialMediaBar/iconsRepository.js +32 -41
  158. package/dist/SocialMediaBar/index.js +3 -1
  159. package/dist/Tab/Tab.js +0 -1
  160. package/dist/Table/Table.js +0 -1
  161. package/dist/VideoTile/VideoTile.js +4 -9
  162. package/dist/VideoWrapper/index.js +4 -9
  163. package/dist/WalnutIframe/wrapper.module.js +3 -3
  164. package/dist/assets/Avatar/Avatar.css +59 -59
  165. package/dist/assets/Blockquote/Blockquote.css +72 -72
  166. package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +1 -1
  167. package/dist/assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css +2 -2
  168. package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +1 -1
  169. package/dist/assets/Carousel/Carousel.css +1 -1
  170. package/dist/assets/Chatbot/AnimatedGradientBorder.css +65 -8
  171. package/dist/assets/Chatbot/Bubble.css +19 -6
  172. package/dist/assets/Chatbot/ChatWindow.css +44 -10
  173. package/dist/assets/DownloadTile/DownloadTile.css +2 -2
  174. package/dist/assets/ExecutiveBio/ExecutiveBio.css +280 -172
  175. package/dist/assets/FdicCallout/FdicCallout.css +48 -48
  176. package/dist/assets/Forms/Forms.css +122 -115
  177. package/dist/assets/HelpArticle/HelpArticle.css +2 -2
  178. package/dist/assets/HeroBanner/HeroBanner.css +82 -65
  179. package/dist/assets/HeroBanner/LargeBanner.css +126 -59
  180. package/dist/assets/IconBillboard/IconBillboard.css +35 -28
  181. package/dist/assets/Inputs/Input.css +1 -1
  182. package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
  183. package/dist/assets/Insight/Insight.css +4 -4
  184. package/dist/assets/Interstitial/Interstitial.css +142 -142
  185. package/dist/assets/LandingPageHeader/LandingPageHeader.css +28 -15
  186. package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +264 -264
  187. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +609 -609
  188. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +630 -630
  189. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css +353 -192
  190. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +445 -445
  191. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css +484 -484
  192. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css +427 -427
  193. package/dist/assets/NavigationMenu/LaVictoire/NavBar.css +429 -429
  194. package/dist/assets/Topic/Topic.css +1 -1
  195. package/dist/assets/Typography/Typography.css +1 -1
  196. package/dist/assets/VideoTile/VideoTile.css +1 -1
  197. package/dist/assets/WalnutIframe/wrapper.css +48 -48
  198. package/dist/assets/globals.css +28 -18
  199. package/dist/assets/notification.mp3.js +4 -0
  200. package/dist/assets/utils/optimizeImage/optimizeImage.css +47 -47
  201. package/dist/main.js +16 -6
  202. package/dist/utils/allowedAxosDomains.d.ts +5 -2
  203. package/dist/utils/allowedAxosDomains.js +50 -47
  204. package/dist/utils/appendQueryParams.js +36 -5
  205. package/dist/utils/getPosition.d.ts +1 -0
  206. package/dist/utils/getPosition.js +17 -0
  207. package/dist/utils/index.js +2 -1
  208. package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
  209. package/dist/utils/validateExternalLinks.d.ts +1 -1
  210. package/dist/utils/validateExternalLinks.js +4 -6
  211. package/dist/utils/variant.types.d.ts +1 -0
  212. package/package.json +148 -148
  213. package/dist/NavigationMenu/NavDataJson.d.ts +0 -2
  214. package/dist/NavigationMenu/NavDataJson.js +0 -317
@@ -1,249 +1,266 @@
1
- ._1ye8k3f1 {
1
+ ._1ye8k3f2 {
2
2
  position: relative;
3
3
  overflow: hidden;
4
4
  isolation: isolate;
5
5
  }
6
- ._1ye8k3f2 {
6
+ ._1ye8k3f3 {
7
7
  background: var(--_1073cm81);
8
8
  border-bottom: 1px solid #B9C1CE;
9
9
  color: var(--_1073cm83);
10
10
  }
11
- ._1ye8k3f3 {
11
+ ._1ye8k3f4 {
12
12
  background: var(--_1073cm88);
13
13
  color: var(--_1073cm8a);
14
14
  }
15
- ._1ye8k3f4 {
15
+ ._1ye8k3f5 {
16
16
  background: var(--_1073cm8f);
17
17
  color: var(--_1073cm8h);
18
18
  }
19
- ._1ye8k3f5 {
19
+ ._1ye8k3f6 {
20
20
  background: var(--_1073cm8m);
21
21
  color: var(--_1073cm8o);
22
22
  }
23
- ._1ye8k3f6 {
23
+ ._1ye8k3f7 {
24
24
  display: flex;
25
25
  justify-content: space-between;
26
26
  align-items: center;
27
27
  }
28
- ._1ye8k3f9 {
28
+ ._1ye8k3fa {
29
29
  padding: 2rem 0;
30
30
  }
31
- ._1ye8k3fb {
31
+ ._1ye8k3fc {
32
32
  display: flex;
33
33
  justify-content: flex-end;
34
34
  max-width: 604px;
35
35
  }
36
- ._1ye8k3fc {
36
+ ._1ye8k3fd {
37
37
  display: contents;
38
38
  }
39
- ._1ye8k3fb img {
39
+ ._1ye8k3fc img {
40
40
  max-height: 480px;
41
41
  max-width: 604px;
42
42
  object-fit: cover;
43
43
  }
44
- ._1ye8k3fd {
44
+ ._1ye8k3fe {
45
45
  display: block;
46
46
  font: 700 14px / 1.5 var(--main-font-family);
47
47
  margin-bottom: 4px;
48
48
  letter-spacing: .2px;
49
49
  }
50
- ._1ye8k3fe {
50
+ ._1ye8k3ff {
51
51
  color: var(--_1073cm85);
52
52
  }
53
- ._1ye8k3ff {
53
+ ._1ye8k3fg {
54
54
  color: var(--_1073cm8c);
55
55
  }
56
- ._1ye8k3fg {
56
+ ._1ye8k3fh {
57
57
  color: var(--_1073cm8j);
58
58
  }
59
- ._1ye8k3fh {
59
+ ._1ye8k3fi {
60
60
  color: var(--_1073cm8q);
61
61
  }
62
- ._1ye8k3fi {
62
+ ._1ye8k3fj {
63
63
  font: 700 2.5rem / 1.05 var(--header-font-family);
64
64
  text-wrap: pretty;
65
65
  }
66
- .lchs2s0 ._1ye8k3fi {
66
+ .lchs2s0 ._1ye8k3fj {
67
67
  font-size: 24px !important;
68
68
  line-height: 1.16;
69
69
  }
70
- ._1ye8k3fj {
70
+ ._1ye8k3fk {
71
71
  color: var(--_1073cm85);
72
72
  }
73
- ._1ye8k3fk {
73
+ ._1ye8k3fl {
74
74
  color: var(--_1073cm8c);
75
75
  }
76
- ._1ye8k3fl {
76
+ ._1ye8k3fm {
77
77
  color: var(--_1073cm8j);
78
78
  }
79
- ._1ye8k3fm {
79
+ ._1ye8k3fn {
80
80
  color: var(--_1073cm8q);
81
81
  }
82
- ._1ye8k3f9 p {
82
+ ._1ye8k3fa p {
83
83
  font: 400 1rem / 1.5 var(--main-font-family);
84
84
  letter-spacing: .2px;
85
85
  }
86
- ._1ye8k3fn {
86
+ ._1ye8k3fo {
87
87
  margin-top: 3.5rem;
88
88
  display: flex;
89
89
  align-items: center;
90
90
  gap: 1.5rem 56px;
91
91
  }
92
- ._1ye8k3fn:empty {
92
+ ._1ye8k3fo:empty {
93
93
  display: none;
94
94
  }
95
- ._1ye8k3fo {
95
+ ._1ye8k3fp {
96
96
  margin-right: 15px;
97
97
  margin-top: 24px;
98
98
  }
99
- .page_body_contents > div:has(._1ye8k3f6) {
99
+ .page_body_contents > div:has(._1ye8k3f7) {
100
100
  margin-top: 0;
101
101
  }
102
- ._1ye8k3fq {
102
+ ._1ye8k3fr {
103
103
  position: relative;
104
104
  text-align: left;
105
105
  }
106
- ._1ye8k3fq + ._1ye8k3fq {
106
+ ._1ye8k3fr + ._1ye8k3fr {
107
107
  margin-top: 8px;
108
108
  }
109
109
  @media screen and (min-width:1024px) {
110
- ._1ye8k3f7 {
110
+ ._1ye8k3f8 {
111
111
  flex-direction: row-reverse;
112
112
  }
113
- ._1ye8k3f8 {
113
+ ._1ye8k3f9 {
114
114
  left: 0;
115
115
  right: unset;
116
116
  }
117
- ._1ye8k3f9 {
117
+ ._1ye8k3fa {
118
118
  flex: 1 1;
119
119
  }
120
- ._1ye8k3f0 ._1ye8k3f9 {
120
+ ._1ye8k3f0 ._1ye8k3fa {
121
121
  max-width: 468px;
122
122
  }
123
123
  }
124
124
  @media screen and (max-width:1023px) {
125
- ._1ye8k3f6 {
125
+ ._1ye8k3f7 {
126
126
  flex-direction: column;
127
127
  }
128
- ._1ye8k3f9 {
128
+ ._1ye8k3fa {
129
129
  text-align: center;
130
130
  }
131
131
  }
132
- @media (max-width: 1280px) and (min-width: 1024px) {
133
- ._1ye8k3f0 ._1ye8k3fa {
134
- width: calc(100% - 28px);
135
- }
136
- }
137
132
  @media (max-width: 603px) {
138
- ._1ye8k3fa {
133
+ ._1ye8k3fb {
139
134
  max-width: 100%;
140
135
  width: 100%;
141
136
  }
142
137
  }
143
138
  @media (max-width: 1023px) {
144
- ._1ye8k3fb {
139
+ ._1ye8k3fc {
145
140
  justify-content: center;
146
141
  width: min(375px,100%);
147
142
  }
148
- ._1ye8k3fb img {
143
+ ._1ye8k3fc img {
149
144
  max-width: 100%;
150
145
  }
151
146
  }
152
147
  @media (min-width: 1024px) {
153
- ._1ye8k3f6 {
148
+ ._1ye8k3f7 {
154
149
  gap: 2rem;
155
150
  justify-content: center;
156
151
  min-height: 480px;
157
152
  }
158
- ._1ye8k3f0 ._1ye8k3f6 {
153
+ ._1ye8k3f0 ._1ye8k3f7 {
159
154
  gap: 1.5rem;
160
155
  min-height: 740px;
161
156
  }
162
- ._1ye8k3f1 ._1ye8k3f6 {
157
+ ._1ye8k3f2 ._1ye8k3f7 {
163
158
  padding-left: 2rem;
164
159
  }
165
- ._1ye8k3f1 ._1ye8k3fa {
160
+ ._1ye8k3f1 ._1ye8k3f7 {
161
+ justify-content: space-between;
162
+ }
163
+ ._1ye8k3f2 ._1ye8k3fb {
166
164
  max-width: 1280px;
167
165
  width: 100%;
168
166
  }
169
- ._1ye8k3fb {
167
+ ._1ye8k3fc {
170
168
  min-height: 480px;
171
- _1ye8k3f0 & {
172
- max-width: 708px;
173
- }
169
+ }
170
+ ._1ye8k3f0 ._1ye8k3fc {
171
+ max-width: 708px;
172
+ }
173
+ ._1ye8k3f1 ._1ye8k3fc {
174
+ align-self: stretch;
175
+ }
176
+ ._1ye8k3f1 ._1ye8k3fc img {
177
+ max-width: none;
178
+ max-height: none;
174
179
  }
175
180
  }
176
181
  @media screen and (min-width:1281px) {
177
- ._1ye8k3f1 ._1ye8k3f6 {
182
+ ._1ye8k3f2 ._1ye8k3f7 {
178
183
  gap: 40px;
179
184
  padding-left: 40px;
180
185
  }
181
186
  }
182
187
  @media screen and (max-width:603px) {
183
- ._1ye8k3f9 {
188
+ ._1ye8k3fa {
184
189
  margin-inline: auto;
185
190
  max-width: calc(100% - 2rem);
186
191
  }
187
192
  }
193
+ @media screen and (max-width:1023px) and (min-width:451px) {
194
+ ._1ye8k3f1 ._1ye8k3fc {
195
+ width: min(400px,100%);
196
+ aspect-ratio: 1px;
197
+ border-radius: 1rem 1rem 0 0;
198
+ overflow: hidden;
199
+ }
200
+ }
188
201
  @media (max-width: 450px) {
189
- ._1ye8k3fb {
202
+ ._1ye8k3fc {
190
203
  width: 100%;
191
204
  }
192
205
  }
193
206
  @media screen and (max-width:1180px) and (min-width:1024px) {
194
- ._1ye8k3fi {
207
+ ._1ye8k3fj {
195
208
  font-size: 34px;
196
209
  }
197
210
  }
198
211
  @media screen and (max-width:768px) {
199
- ._1ye8k3fi {
212
+ ._1ye8k3fj {
200
213
  font-size: 28px;
201
214
  line-height: 1.29;
202
215
  }
203
216
  }
204
217
  @media screen and (max-width:1280px) {
205
- ._1ye8k3fn {
218
+ ._1ye8k3fo {
206
219
  margin-top: 2.5rem;
207
220
  }
208
- ._1ye8k3f0 ._1ye8k3fn {
221
+ ._1ye8k3f0 ._1ye8k3fo {
209
222
  flex-direction: column;
210
223
  }
211
- ._7etqoq1 ._1ye8k3fn {
224
+ ._7etqoq1 ._1ye8k3fo {
212
225
  flex-direction: row;
213
226
  justify-content: center;
214
227
  flex-wrap: wrap;
215
228
  }
216
229
  }
217
230
  @media (max-width: 1280px) and (min-width: 1024px) {
218
- ._1ye8k3f0 ._1ye8k3fn {
231
+ ._1ye8k3f0 ._1ye8k3fo {
219
232
  align-items: flex-start;
220
233
  }
221
234
  }
222
235
  @media screen and (max-width:1023px) {
223
- ._1ye8k3fn {
236
+ ._1ye8k3fo {
224
237
  flex-direction: column;
225
238
  }
226
- ._1ye8k3fo {
239
+ ._1ye8k3fp {
227
240
  margin: 24px auto 0 auto;
228
241
  }
229
242
  }
230
243
  @media screen and (max-width:768px) {
231
- ._1ye8k3fn {
244
+ ._1ye8k3fo {
232
245
  margin-top: 1rem;
233
246
  }
234
247
  }
235
248
  @media screen and (min-width:1024px) {
236
- ._1ye8k3fn {
249
+ ._1ye8k3fo {
237
250
  flex-wrap: wrap;
238
251
  }
252
+ ._1bsyngo0 ._1ye8k3fo {
253
+ margin-top: 32px;
254
+ gap: 16px 32px;
255
+ }
239
256
  }
240
257
  @media (max-width:1280px) and (min-width:1024px) {
241
- ._1ye8k3fb:not(._1ye8k3f0 ._1ye8k3fb) {
258
+ ._1ye8k3fc:not(._1ye8k3f0 ._1ye8k3fc) {
242
259
  overflow: hidden;
243
260
  }
244
261
  }
245
262
  @media screen and (max-width:432px) {
246
- ._1ye8k3fp {
263
+ ._1ye8k3fq {
247
264
  padding-left: 20px;
248
265
  }
249
266
  }
@@ -1,146 +1,191 @@
1
- ._1bsyngo0 {
1
+ ._1bsyngo1 {
2
2
  position: relative;
3
3
  overflow: hidden;
4
4
  isolation: isolate;
5
5
  }
6
- ._1bsyngo1 {
6
+ ._1bsyngo2 {
7
7
  background: var(--_1073cm81);
8
8
  }
9
- ._1bsyngo2 {
9
+ ._1bsyngo3 {
10
10
  background: var(--_1073cm88);
11
11
  }
12
- ._1bsyngo3 {
12
+ ._1bsyngo4 {
13
13
  background: var(--_1073cm8f);
14
14
  }
15
- ._1bsyngo4 {
15
+ ._1bsyngo5 {
16
16
  background: var(--_1073cm8m);
17
17
  }
18
- ._1bsyngo5 {
18
+ ._1bsyngo7 {
19
19
  isolation: isolate;
20
20
  overflow: hidden;
21
21
  position: relative;
22
22
  }
23
- ._1bsyngo6 {
23
+ ._1bsyngoa {
24
24
  padding: 2rem 0;
25
25
  position: relative;
26
26
  z-index: 1;
27
27
  }
28
- ._1bsyngo7 {
28
+ ._1bsyngob {
29
29
  background: var(--_1073cm8f);
30
30
  color: var(--_1073cm8h);
31
31
  }
32
- ._1bsyngo8 {
32
+ ._1bsyngo0 ._1bsyngob {
33
+ background: var(--_1073cm81);
34
+ color: var(--_1073cm83);
35
+ }
36
+ ._1bsyngoc {
33
37
  background: var(--_1073cm8f);
34
38
  color: var(--_1073cm8h);
35
39
  }
36
- ._1bsyngo9 {
40
+ ._1bsyngo0 ._1bsyngoc {
41
+ background: var(--_1073cm88);
42
+ color: var(--_1073cm8a);
43
+ }
44
+ ._1bsyngod {
37
45
  background: var(--_1073cm81);
38
46
  color: var(--_1073cm83);
39
47
  }
40
- ._1bsyngoa {
48
+ ._1bsyngo0 ._1bsyngod {
49
+ background: var(--_1073cm8f);
50
+ color: var(--_1073cm8h);
51
+ }
52
+ ._1bsyngoe {
41
53
  background: var(--_1073cm81);
42
54
  color: var(--_1073cm83);
43
55
  }
44
- ._1bsyngob {
56
+ ._1bsyngo0 ._1bsyngoe {
57
+ background: var(--_1073cm8m);
58
+ color: var(--_1073cm8o);
59
+ }
60
+ ._1bsyngof {
45
61
  display: block;
46
62
  font: 700 14px / 1.5 var(--main-font-family);
47
63
  margin-bottom: 2px;
48
64
  letter-spacing: .2px;
49
65
  }
50
- ._1bsyngoc {
66
+ ._1bsyngog {
51
67
  color: var(--_1073cm8h);
52
68
  }
53
- ._1bsyngod {
69
+ ._1bsyngo0 ._1bsyngog {
70
+ color: var(--_1073cm85);
71
+ }
72
+ ._1bsyngoh {
54
73
  color: var(--_1073cm8h);
55
74
  }
56
- ._1bsyngoe {
75
+ ._1bsyngo0 ._1bsyngoh {
76
+ color: var(--_1073cm8c);
77
+ }
78
+ ._1bsyngoi {
57
79
  color: var(--_1073cm85);
58
80
  }
59
- ._1bsyngof {
81
+ ._1bsyngo0 ._1bsyngoi {
82
+ color: var(--_1073cm8j);
83
+ }
84
+ ._1bsyngoj {
60
85
  color: var(--_1073cm85);
61
86
  }
62
- ._1bsyngog {
87
+ ._1bsyngo0 ._1bsyngoj {
88
+ color: var(--_1073cm8q);
89
+ }
90
+ ._1bsyngok {
63
91
  font: 700 2.5rem / 1.25 var(--header-font-family);
64
92
  }
65
- ._1bsyngoh {
93
+ ._1bsyngol {
66
94
  color: var(--_1073cm8j);
67
95
  }
68
- ._1bsyngoi {
96
+ ._1bsyngo0 ._1bsyngol {
97
+ color: var(--_1073cm85);
98
+ }
99
+ ._1bsyngom {
69
100
  color: var(--_1073cm8j);
70
101
  }
71
- ._1bsyngoj {
102
+ ._1bsyngo0 ._1bsyngom {
103
+ color: var(--_1073cm8c);
104
+ }
105
+ ._1bsyngon {
72
106
  color: var(--_1073cm85);
73
107
  }
74
- ._1bsyngok {
108
+ ._1bsyngo0 ._1bsyngon {
109
+ color: var(--_1073cm8j);
110
+ }
111
+ ._1bsyngoo {
75
112
  color: var(--_1073cm85);
76
113
  }
77
- ._1bsyngo6 p {
78
- font: 400 16px / 1.5 var(--main-font-family);
79
- letter-spacing: .2px;
114
+ ._1bsyngo0 ._1bsyngoo {
115
+ color: var(--_1073cm8q);
80
116
  }
81
- ._1bsyngol {
117
+ ._1bsyngop {
82
118
  isolation: isolate;
83
119
  overflow: hidden;
84
120
  position: relative;
85
121
  }
86
- ._1bsyngol picture {
87
- display: contents;
88
- }
89
- ._1bsyngom {
122
+ ._1bsyngoq {
90
123
  width: 100%;
91
124
  height: 100%;
92
125
  object-position: right bottom;
93
126
  object-fit: cover;
94
127
  }
128
+ ._1bsyngor {
129
+ position: absolute;
130
+ height: 100%;
131
+ inset: 0;
132
+ width: 100%;
133
+ z-index: -1;
134
+ }
135
+ ._1bsyngos {
136
+ height: 100%;
137
+ position: relative;
138
+ width: 100%;
139
+ }
95
140
  @media (max-width:1023px) {
96
- ._1bsyngo0 > .containment {
141
+ ._1bsyngo6 {
97
142
  width: 100%;
98
143
  max-width: 100%;
99
144
  border-radius: 0 !important;
100
145
  }
101
- ._1bsyngo5 > .containment {
102
- padding: 24px;
103
- }
104
- ._1bsyngo5 > * {
146
+ ._1bsyngo9 {
105
147
  width: 100%;
106
148
  border-radius: 0 !important;
107
149
  }
108
150
  }
109
151
  @media (max-width: 1023px) {
110
- ._1bsyngo5 {
152
+ ._1bsyngo7 {
111
153
  flex-direction: column;
112
154
  }
113
- ._1bsyngo6 {
155
+ ._1bsyngoa {
114
156
  text-align: center;
115
157
  border-radius: 0;
116
158
  }
117
- ._1bsyngol {
159
+ ._1bsyngop {
118
160
  justify-content: flex-start;
119
- width: 100%;
120
- max-width: min(330px,100%);
121
- margin-right: auto;
122
- margin-left: auto;
161
+ width: min(330px,calc(100% - 2rem));
162
+ margin-inline: auto;
163
+ margin: 1rem;
123
164
  }
124
- ._1bsyngom {
125
- justify-content: flex-start;
126
- width: 100%;
127
- max-width: min(330px,100%);
128
- margin-right: auto;
129
- margin-left: auto;
130
- padding: 1em 0;
131
- border-radius: 1em;
165
+ ._1bsyngoq {
166
+ border-radius: 1rem;
167
+ }
168
+ ._1bsyngor {
169
+ display: none;
132
170
  }
133
171
  }
134
172
  @media (min-width: 1024px) {
135
- ._1bsyngo5 {
173
+ ._1bsyngo7 {
136
174
  min-height: calc(42.5rem + ((1vw - 10.24px) * 23.3463));
137
175
  }
138
- ._1bsyngo6 {
176
+ ._1bsyngo0 ._1bsyngo7 {
177
+ min-height: 1px;
178
+ aspect-ratio: 16 / 9;
179
+ }
180
+ ._1bsyngoa {
139
181
  width: 59%;
140
182
  max-width: 690px;
141
183
  padding: 56px;
142
184
  }
143
- ._1bsyngol {
185
+ ._1bsyngo0 ._1bsyngoa {
186
+ padding: 32px;
187
+ }
188
+ ._1bsyngop {
144
189
  position: absolute;
145
190
  right: 0;
146
191
  height: 81%;
@@ -148,24 +193,46 @@
148
193
  top: 50%;
149
194
  transform: translateY(-50%);
150
195
  }
196
+ ._1bsyngot {
197
+ position: absolute;
198
+ }
199
+ ._1bsyngou {
200
+ border-radius: 0 0 1rem 0;
201
+ left: 0;
202
+ top: 0;
203
+ }
204
+ ._1bsyngov {
205
+ border-radius: 0 0 0 1rem;
206
+ right: 0;
207
+ top: 0;
208
+ }
209
+ ._1bsyngow {
210
+ border-radius: 0 1rem 0 0;
211
+ bottom: 0;
212
+ left: 0;
213
+ }
214
+ ._1bsyngox {
215
+ border-radius: 1rem 0 0 0;
216
+ bottom: 0;
217
+ right: 0;
218
+ }
151
219
  }
152
220
  @media (min-width: 1281px) {
153
- ._1bsyngo5 {
221
+ ._1bsyngo7 {
154
222
  min-height: 740px;
155
223
  }
224
+ ._1bsyngo0 ._1bsyngo7 {
225
+ min-height: 1px;
226
+ }
156
227
  }
157
228
  @media (min-width:1024px) {
158
- ._1bsyngo5 .containment {
229
+ ._1bsyngo8 {
159
230
  display: contents;
160
231
  }
161
232
  }
162
233
  @media screen and (max-width:768px) {
163
- ._1bsyngog {
234
+ ._1bsyngok {
164
235
  font-size: 28px;
165
236
  line-height: 1.29;
166
237
  }
167
- ._1bsyngo6 p {
168
- font-size: 1rem;
169
- line-height: 1.5;
170
- }
171
238
  }