@axos-web-dev/shared-components 2.0.0-dev.3-evo-ui.2 → 2.0.0-dev.30-toast

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 (201) hide show
  1. package/dist/ATMLocator/ATMLocator.js +7 -5
  2. package/dist/Accordion/Accordion.js +3 -3
  3. package/dist/AlertBanner/index.js +1 -1
  4. package/dist/Article/Article.js +1 -1
  5. package/dist/Auth/ErrorAlert.js +8 -6
  6. package/dist/Button/Button.js +26 -6
  7. package/dist/Calculators/AnnualFeeCalculator/index.js +2 -2
  8. package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +46 -5
  9. package/dist/Calculators/ApyCalculator/ApyCalculator.css.js +72 -19
  10. package/dist/Calculators/ApyCalculator/index.js +583 -293
  11. package/dist/Calculators/ApyCalculatorUserTest/ApyCalculatorUserTest.css.d.ts +95 -0
  12. package/dist/Calculators/ApyCalculatorUserTest/ApyCalculatorUserTest.css.js +101 -0
  13. package/dist/Calculators/ApyCalculatorUserTest/index.d.ts +12 -0
  14. package/dist/Calculators/ApyCalculatorUserTest/index.js +618 -0
  15. package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js +2 -1
  16. package/dist/Calculators/BuyDownCalculator/index.js +1 -1
  17. package/dist/Calculators/Calculator.js +19 -7
  18. package/dist/Calculators/MarginTradingCalculator/index.js +8 -6
  19. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +2 -2
  20. package/dist/Calculators/MaxLoanCalculator/index.js +2 -2
  21. package/dist/Calculators/MonthlyPaymentCalculator/index.js +2 -2
  22. package/dist/Calculators/MonthlyPaymentLVFCalculator/index.js +1 -1
  23. package/dist/Calculators/calculator.css.d.ts +21 -1
  24. package/dist/Calculators/calculator.css.js +3 -3
  25. package/dist/Calculators/index.d.ts +1 -0
  26. package/dist/Calculators/index.js +2 -0
  27. package/dist/Carousel/index.js +9 -7
  28. package/dist/Chatbot/AnimatedGradientBorder.css.d.ts +5 -0
  29. package/dist/Chatbot/AnimatedGradientBorder.css.js +13 -3
  30. package/dist/Chatbot/AudioManager.d.ts +19 -0
  31. package/dist/Chatbot/AudioManager.js +61 -0
  32. package/dist/Chatbot/Bubble.css.js +1 -0
  33. package/dist/Chatbot/Bubble.d.ts +1 -0
  34. package/dist/Chatbot/Bubble.js +3 -12
  35. package/dist/Chatbot/Chat.js +17 -7
  36. package/dist/Chatbot/ChatWindow.css.d.ts +8 -0
  37. package/dist/Chatbot/ChatWindow.css.js +49 -33
  38. package/dist/Chatbot/ChatWindow.js +459 -366
  39. package/dist/Chatbot/Chatbot.css.js +0 -1
  40. package/dist/Chatbot/Chatbot.css.ts.vanilla.css.js +1 -0
  41. package/dist/Chatbot/Chatbot.d.ts +13 -2
  42. package/dist/Chatbot/Chatbot.js +200 -84
  43. package/dist/Chatbot/ChatbotMessage.d.ts +1 -0
  44. package/dist/Chatbot/ChatbotMessage.js +189 -160
  45. package/dist/Chatbot/EllipsisAnimation.js +0 -6
  46. package/dist/Chatbot/ExpandChatToggle.d.ts +8 -0
  47. package/dist/Chatbot/ExpandChatToggle.js +74 -0
  48. package/dist/Chatbot/index.js +11 -2
  49. package/dist/Chatbot/store/chat.d.ts +8 -0
  50. package/dist/Chatbot/store/chat.js +14 -2
  51. package/dist/Chatbot/useHeadlessChat.js +1 -2
  52. package/dist/Chevron/index.js +10 -5
  53. package/dist/Comparison/Comparison.css.js +3 -2
  54. package/dist/Comparison/Comparison.js +7 -5
  55. package/dist/ContentBanner/index.js +1 -1
  56. package/dist/ExecutiveBio/ExecutiveBio.js +115 -106
  57. package/dist/ExecutiveBio/ExecutiveBioSet.js +1 -1
  58. package/dist/FaqAccordion/index.js +8 -6
  59. package/dist/FooterDisclosure/FooterDisclosure.js +1 -1
  60. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +26 -6
  61. package/dist/Forms/ApplyNow.js +8 -6
  62. package/dist/Forms/BoatMooringLocation.d.ts +6 -1
  63. package/dist/Forms/BoatMooringLocation.js +145 -8
  64. package/dist/Forms/ContactUsBusiness.js +9 -7
  65. package/dist/Forms/ContactUsBusinessNameEmail.js +9 -7
  66. package/dist/Forms/ContactUsNMLSId.js +9 -7
  67. package/dist/Forms/ContactUsSchwabAAS.d.ts +11 -0
  68. package/dist/Forms/ContactUsSchwabAAS.js +263 -0
  69. package/dist/Forms/CpraRequest.js +8 -6
  70. package/dist/Forms/CraPublicFile.js +9 -7
  71. package/dist/Forms/EmailOnly.js +10 -8
  72. package/dist/Forms/FormEnums.js +2 -2
  73. package/dist/Forms/MortgageRate/MortgageRateForm.js +9 -7
  74. package/dist/Forms/MortgageRate/MortgageRateWatch.js +8 -6
  75. package/dist/Forms/MortgageWarehouseLending.d.ts +1 -1
  76. package/dist/Forms/MortgageWarehouseLending.js +16 -14
  77. package/dist/Forms/SuccesForm.js +9 -7
  78. package/dist/Forms/index.d.ts +1 -0
  79. package/dist/Forms/index.js +2 -0
  80. package/dist/HeroBanner/HeroBanner.css.d.ts +1 -0
  81. package/dist/HeroBanner/HeroBanner.css.js +19 -16
  82. package/dist/HeroBanner/HeroBanner.d.ts +1 -1
  83. package/dist/HeroBanner/HeroBanner.interface.d.ts +6 -1
  84. package/dist/HeroBanner/HeroBanner.js +54 -183
  85. package/dist/HeroBanner/HeroVideoPoster.d.ts +5 -0
  86. package/dist/HeroBanner/HeroVideoPoster.js +24 -0
  87. package/dist/HeroBanner/LargeBanner.css.d.ts +110 -0
  88. package/dist/HeroBanner/LargeBanner.css.js +22 -8
  89. package/dist/HeroBanner/LargeHeroBanner.d.ts +5 -0
  90. package/dist/HeroBanner/LargeHeroBanner.js +228 -0
  91. package/dist/HeroBanner/index.js +3 -2
  92. package/dist/Hyperlink/index.js +9 -7
  93. package/dist/IconBillboard/IconBillboard.css.js +2 -1
  94. package/dist/IconBillboard/IconBillboard.interface.d.ts +2 -0
  95. package/dist/IconBillboard/IconBillboardSet.js +1 -1
  96. package/dist/IconBillboard/sections/CallToActionSection.js +3 -1
  97. package/dist/ImageBillboard/ImageBillboard.interface.d.ts +2 -0
  98. package/dist/ImageBillboard/ImageBillboard.js +1 -1
  99. package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
  100. package/dist/ImageBillboard/ImageBillboardSet.js +4 -1
  101. package/dist/ImageLink/ImageLink.js +7 -5
  102. package/dist/ImageLink/ImageLinkSet.js +6 -4
  103. package/dist/ImageLink/index.js +8 -6
  104. package/dist/ImageToast/ImageToast.css.d.ts +5 -0
  105. package/dist/ImageToast/ImageToast.css.js +13 -0
  106. package/dist/ImageToast/index.d.ts +9 -0
  107. package/dist/ImageToast/index.js +188 -0
  108. package/dist/Input/Checkbox.js +2 -2
  109. package/dist/Input/DownPaymentInput.js +1 -1
  110. package/dist/Input/Dropdown.js +1 -1
  111. package/dist/Input/Input.js +1 -1
  112. package/dist/Input/InputTextArea.js +1 -1
  113. package/dist/Insight/Featured/CategorySelector.js +8 -6
  114. package/dist/Insight/Featured/Featured.js +10 -8
  115. package/dist/Insight/Featured/Header.js +8 -6
  116. package/dist/LandingPageHeader/LandingPageHeader.js +1 -1
  117. package/dist/Modal/Modal.js +8 -6
  118. package/dist/Modal/contextApi/store.d.ts +0 -3
  119. package/dist/Modal/contextApi/store.js +88 -2
  120. package/dist/NavigationMenu/AxosALTS/index.js +7 -5
  121. package/dist/NavigationMenu/AxosAdvisorServices/index.js +0 -1
  122. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +7 -5
  123. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +27 -27
  124. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +13 -8
  125. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +30 -25
  126. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
  127. package/dist/NavigationMenu/AxosBank/SubNavBar.js +78 -41
  128. package/dist/NavigationMenu/AxosBank/index.js +50 -32
  129. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +40 -43
  130. package/dist/NavigationMenu/AxosFiduciary/index.js +0 -1
  131. package/dist/NavigationMenu/LaVictoire/index.js +8 -6
  132. package/dist/NavigationMenu/Navbar.js +9 -7
  133. package/dist/NavigationMenu/SignInNavButton.js +10 -8
  134. package/dist/PageNavItem/PageNavItem.js +1 -1
  135. package/dist/SetContainer/SetContainer.css.d.ts +1 -0
  136. package/dist/SetContainer/SetContainer.css.js +5 -3
  137. package/dist/SetContainer/SetContainer.js +15 -7
  138. package/dist/SetContainer/index.js +2 -1
  139. package/dist/SocialMediaBar/iconsRepository.js +8 -6
  140. package/dist/StepItem/StepItem.js +1 -1
  141. package/dist/StepItemSet/StepItemSet.js +1 -1
  142. package/dist/Table/Table.css.d.ts +14 -1
  143. package/dist/Table/Table.css.js +21 -19
  144. package/dist/Table/Table.d.ts +1 -1
  145. package/dist/Table/Table.js +5 -3
  146. package/dist/Topic/Topic.js +1 -1
  147. package/dist/TopicalNavItem/TopicalNavItem.css.d.ts +0 -1
  148. package/dist/TopicalNavItem/TopicalNavItem.css.js +2 -4
  149. package/dist/TopicalNavItem/TopicalNavItem.js +11 -33
  150. package/dist/TopicalNavItem/index.js +1 -2
  151. package/dist/VideoTile/VideoTile.js +7 -5
  152. package/dist/VideoWrapper/index.js +8 -6
  153. package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +350 -64
  154. package/dist/assets/Calculators/ApyCalculatorUserTest/ApyCalculatorUserTest.css +424 -0
  155. package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +2 -2
  156. package/dist/assets/Calculators/calculator.css +25 -15
  157. package/dist/assets/Chatbot/AnimatedGradientBorder.css +104 -24
  158. package/dist/assets/Chatbot/Bubble.css +25 -7
  159. package/dist/assets/Chatbot/ChatWindow.css +181 -88
  160. package/dist/assets/Comparison/Comparison.css +2 -2
  161. package/dist/assets/DownloadTile/DownloadTile.css +7 -0
  162. package/dist/assets/ExecutiveBio/ExecutiveBio.css +38 -14
  163. package/dist/assets/HeroBanner/HeroBanner.css +83 -65
  164. package/dist/assets/HeroBanner/LargeBanner.css +126 -59
  165. package/dist/assets/IconBillboard/IconBillboard.css +33 -0
  166. package/dist/assets/ImageBillboard/ImageBillboard.css +1 -1
  167. package/dist/assets/ImageToast/ImageToast.css +33 -0
  168. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css +49 -49
  169. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +88 -88
  170. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css +82 -82
  171. package/dist/assets/SetContainer/SetContainer.css +25 -15
  172. package/dist/assets/Table/Table.css +85 -76
  173. package/dist/assets/TextBlock/TextBlock.css +7 -0
  174. package/dist/assets/TopicalNavItem/TopicalNavItem.css +25 -52
  175. package/dist/assets/TopicalNavSet/TopicalNavSet.css +29 -4
  176. package/dist/assets/VideoTile/VideoTile.css +6 -0
  177. package/dist/assets/globals.css +9 -9
  178. package/dist/assets/notification.mp3.js +4 -0
  179. package/dist/assets/themes/axos.css +8 -7
  180. package/dist/assets/themes/premier.css +9 -8
  181. package/dist/assets/themes/ufb.css +9 -8
  182. package/dist/assets/themes/victorie.css +9 -8
  183. package/dist/main.js +24 -8
  184. package/dist/themes/axos.css.d.ts +1 -0
  185. package/dist/themes/axos.css.js +1 -1
  186. package/dist/utils/allowedAxosDomains.js +2 -1
  187. package/dist/utils/appendQueryParams.d.ts +3 -1
  188. package/dist/utils/appendQueryParams.js +66 -66
  189. package/dist/utils/getPosition.d.ts +1 -0
  190. package/dist/utils/getPosition.js +17 -0
  191. package/dist/utils/index.js +3 -1
  192. package/dist/utils/tealiumOrganicFallback.d.ts +21 -0
  193. package/dist/utils/tealiumOrganicFallback.js +26 -0
  194. package/dist/utils/useVisibility.d.ts +1 -0
  195. package/dist/utils/useVisibility.js +18 -0
  196. package/dist/utils/variant.types.d.ts +1 -0
  197. package/dist/vite-env.d.js +1 -0
  198. package/package.json +3 -3
  199. package/dist/Chatbot/authenticate.d.ts +0 -3
  200. package/dist/Chatbot/authenticate.js +0 -16
  201. package/dist/assets/Chatbot/Chatbot.css +0 -3
@@ -26,6 +26,7 @@
26
26
  }
27
27
  .txcb8d1 .txcb8d7 {
28
28
  font-size: 20px;
29
+ line-height: 97%;
29
30
  }
30
31
  .txcb8d8 {
31
32
  color: var(--_1073cm85);
@@ -52,6 +53,7 @@
52
53
  font-weight: 400;
53
54
  line-height: 1.5;
54
55
  margin-top: 4px;
56
+ text-wrap: auto;
55
57
  }
56
58
  .txcb8dd {
57
59
  color: var(--_1073cm83);
@@ -78,12 +80,31 @@
78
80
  fill: var(--_1073cm8n);
79
81
  }
80
82
  .txcb8dm {
81
- flex: 1 1 0%;
83
+ flex: 1 1 0;
84
+ display: flex;
85
+ flex-direction: column;
86
+ }
87
+ .txcb8d1 .txcb8dm {
88
+ flex: 1 0 0;
89
+ align-items: flex-start;
90
+ margin-top: 0px;
91
+ min-width: 0;
92
+ align-self: stretch;
82
93
  }
83
94
  .txcb8dn {
84
- flex: 1 1 0%;
95
+ flex: 1 1 0;
96
+ display: flex;
97
+ justify-content: space-between;
85
98
  max-width: 100%;
86
99
  }
100
+ .txcb8d1 .txcb8dn {
101
+ display: flex;
102
+ flex: 0 0 auto;
103
+ flex-direction: column;
104
+ justify-content: flex-end;
105
+ align-items: flex-start;
106
+ gap: 8px;
107
+ }
87
108
  .txcb8dn a {
88
109
  color: inherit;
89
110
  }
@@ -91,9 +112,6 @@
91
112
  opacity: 0.8;
92
113
  text-decoration: underline;
93
114
  }
94
- .txcb8dn > * + * {
95
- margin-top: 24px;
96
- }
97
115
  .txcb8do {
98
116
  padding: 48px;
99
117
  }
@@ -121,16 +139,16 @@
121
139
  .txcb8dq {
122
140
  font-family: var(--header-font-family);
123
141
  font-size: 18px;
124
- line-height: 1.44;
142
+ line-height: 115%;
125
143
  font-weight: 700;
126
- margin-left: 15px;
127
144
  overflow: hidden;
128
145
  text-decoration: none;
129
- text-overflow: ellipsis;
130
146
  }
131
147
  .txcb8d1 .txcb8dq {
132
148
  margin-left: 0px;
133
- overflow: visible;
149
+ min-width: 0;
150
+ max-width: 100%;
151
+ font-size: 14px;
134
152
  }
135
153
  .txcb8dq:hover {
136
154
  opacity: 0.7;
@@ -153,6 +171,12 @@
153
171
  .txcb8dv {
154
172
  display: flex;
155
173
  flex-direction: column;
174
+ gap: 24px;
175
+ }
176
+ .txcb8d1 .txcb8dv {
177
+ gap: 8px;
178
+ flex: 0 0 auto;
179
+ justify-content: flex-end;
156
180
  }
157
181
  .txcb8dx {
158
182
  aspect-ratio: 1 / 1;
@@ -509,6 +533,9 @@ main > div:has(.txcb8d1k) {
509
533
  .txcb8d1 .arrow {
510
534
  margin-left: 8px;
511
535
  }
536
+ .txcb8d1 .txcb8dv a svg {
537
+ display: block;
538
+ }
512
539
  @media (max-width: 1240px) and (min-width: 1024px) {
513
540
  .txcb8dn {
514
541
  max-width: max-content;
@@ -613,17 +640,14 @@ main > div:has(.txcb8d1k) {
613
640
  font-size: 16px;
614
641
  line-height: 1.5;
615
642
  }
616
- .txcb8dn > * + * {
617
- margin-top: 10px;
618
- }
619
643
  .txcb8do {
620
644
  padding: 24px;
621
645
  }
622
646
  .txcb8dp {
623
647
  margin-top: 8px;
624
648
  }
625
- .txcb8dq {
626
- margin-left: 10px;
649
+ .txcb8d1 .txcb8dq {
650
+ overflow-wrap: anywhere;
627
651
  }
628
652
  .txcb8dv {
629
653
  margin-top: 16px;
@@ -1,249 +1,267 @@
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
+ position: relative;
35
36
  }
36
- ._1ye8k3fc {
37
+ ._1ye8k3fd {
37
38
  display: contents;
38
39
  }
39
- ._1ye8k3fb img {
40
+ ._1ye8k3fc img {
40
41
  max-height: 480px;
41
42
  max-width: 604px;
42
43
  object-fit: cover;
43
44
  }
44
- ._1ye8k3fd {
45
+ ._1ye8k3fe {
45
46
  display: block;
46
47
  font: 700 14px / 1.5 var(--main-font-family);
47
48
  margin-bottom: 4px;
48
49
  letter-spacing: .2px;
49
50
  }
50
- ._1ye8k3fe {
51
+ ._1ye8k3ff {
51
52
  color: var(--_1073cm85);
52
53
  }
53
- ._1ye8k3ff {
54
+ ._1ye8k3fg {
54
55
  color: var(--_1073cm8c);
55
56
  }
56
- ._1ye8k3fg {
57
+ ._1ye8k3fh {
57
58
  color: var(--_1073cm8j);
58
59
  }
59
- ._1ye8k3fh {
60
+ ._1ye8k3fi {
60
61
  color: var(--_1073cm8q);
61
62
  }
62
- ._1ye8k3fi {
63
+ ._1ye8k3fj {
63
64
  font: 700 2.5rem / 1.05 var(--header-font-family);
64
65
  text-wrap: pretty;
65
66
  }
66
- .lchs2s0 ._1ye8k3fi {
67
+ .lchs2s0 ._1ye8k3fj {
67
68
  font-size: 24px !important;
68
69
  line-height: 1.16;
69
70
  }
70
- ._1ye8k3fj {
71
+ ._1ye8k3fk {
71
72
  color: var(--_1073cm85);
72
73
  }
73
- ._1ye8k3fk {
74
+ ._1ye8k3fl {
74
75
  color: var(--_1073cm8c);
75
76
  }
76
- ._1ye8k3fl {
77
+ ._1ye8k3fm {
77
78
  color: var(--_1073cm8j);
78
79
  }
79
- ._1ye8k3fm {
80
+ ._1ye8k3fn {
80
81
  color: var(--_1073cm8q);
81
82
  }
82
- ._1ye8k3f9 p {
83
+ ._1ye8k3fa p {
83
84
  font: 400 1rem / 1.5 var(--main-font-family);
84
85
  letter-spacing: .2px;
85
86
  }
86
- ._1ye8k3fn {
87
+ ._1ye8k3fo {
87
88
  margin-top: 3.5rem;
88
89
  display: flex;
89
90
  align-items: center;
90
91
  gap: 1.5rem 56px;
91
92
  }
92
- ._1ye8k3fn:empty {
93
+ ._1ye8k3fo:empty {
93
94
  display: none;
94
95
  }
95
- ._1ye8k3fo {
96
+ ._1ye8k3fp {
96
97
  margin-right: 15px;
97
98
  margin-top: 24px;
98
99
  }
99
- .page_body_contents > div:has(._1ye8k3f6) {
100
+ .page_body_contents > div:has(._1ye8k3f7) {
100
101
  margin-top: 0;
101
102
  }
102
- ._1ye8k3fq {
103
+ ._1ye8k3fr {
103
104
  position: relative;
104
105
  text-align: left;
105
106
  }
106
- ._1ye8k3fq + ._1ye8k3fq {
107
+ ._1ye8k3fr + ._1ye8k3fr {
107
108
  margin-top: 8px;
108
109
  }
109
110
  @media screen and (min-width:1024px) {
110
- ._1ye8k3f7 {
111
+ ._1ye8k3f8 {
111
112
  flex-direction: row-reverse;
112
113
  }
113
- ._1ye8k3f8 {
114
+ ._1ye8k3f9 {
114
115
  left: 0;
115
116
  right: unset;
116
117
  }
117
- ._1ye8k3f9 {
118
+ ._1ye8k3fa {
118
119
  flex: 1 1;
119
120
  }
120
- ._1ye8k3f0 ._1ye8k3f9 {
121
+ ._1ye8k3f0 ._1ye8k3fa {
121
122
  max-width: 468px;
122
123
  }
123
124
  }
124
125
  @media screen and (max-width:1023px) {
125
- ._1ye8k3f6 {
126
+ ._1ye8k3f7 {
126
127
  flex-direction: column;
127
128
  }
128
- ._1ye8k3f9 {
129
+ ._1ye8k3fa {
129
130
  text-align: center;
130
131
  }
131
132
  }
132
- @media (max-width: 1280px) and (min-width: 1024px) {
133
- ._1ye8k3f0 ._1ye8k3fa {
134
- width: calc(100% - 28px);
135
- }
136
- }
137
133
  @media (max-width: 603px) {
138
- ._1ye8k3fa {
134
+ ._1ye8k3fb {
139
135
  max-width: 100%;
140
136
  width: 100%;
141
137
  }
142
138
  }
143
139
  @media (max-width: 1023px) {
144
- ._1ye8k3fb {
140
+ ._1ye8k3fc {
145
141
  justify-content: center;
146
142
  width: min(375px,100%);
147
143
  }
148
- ._1ye8k3fb img {
144
+ ._1ye8k3fc img {
149
145
  max-width: 100%;
150
146
  }
151
147
  }
152
148
  @media (min-width: 1024px) {
153
- ._1ye8k3f6 {
149
+ ._1ye8k3f7 {
154
150
  gap: 2rem;
155
151
  justify-content: center;
156
152
  min-height: 480px;
157
153
  }
158
- ._1ye8k3f0 ._1ye8k3f6 {
154
+ ._1ye8k3f0 ._1ye8k3f7 {
159
155
  gap: 1.5rem;
160
156
  min-height: 740px;
161
157
  }
162
- ._1ye8k3f1 ._1ye8k3f6 {
158
+ ._1ye8k3f2 ._1ye8k3f7 {
163
159
  padding-left: 2rem;
164
160
  }
165
- ._1ye8k3f1 ._1ye8k3fa {
161
+ ._1ye8k3f1 ._1ye8k3f7 {
162
+ justify-content: space-between;
163
+ }
164
+ ._1ye8k3f2 ._1ye8k3fb {
166
165
  max-width: 1280px;
167
166
  width: 100%;
168
167
  }
169
- ._1ye8k3fb {
168
+ ._1ye8k3fc {
170
169
  min-height: 480px;
171
- _1ye8k3f0 & {
172
- max-width: 708px;
173
- }
170
+ }
171
+ ._1ye8k3f0 ._1ye8k3fc {
172
+ max-width: 708px;
173
+ }
174
+ ._1ye8k3f1 ._1ye8k3fc {
175
+ align-self: stretch;
176
+ }
177
+ ._1ye8k3f1 ._1ye8k3fc img {
178
+ max-width: none;
179
+ max-height: none;
174
180
  }
175
181
  }
176
182
  @media screen and (min-width:1281px) {
177
- ._1ye8k3f1 ._1ye8k3f6 {
183
+ ._1ye8k3f2 ._1ye8k3f7 {
178
184
  gap: 40px;
179
185
  padding-left: 40px;
180
186
  }
181
187
  }
182
188
  @media screen and (max-width:603px) {
183
- ._1ye8k3f9 {
189
+ ._1ye8k3fa {
184
190
  margin-inline: auto;
185
191
  max-width: calc(100% - 2rem);
186
192
  }
187
193
  }
194
+ @media screen and (max-width:1023px) and (min-width:451px) {
195
+ ._1ye8k3f1 ._1ye8k3fc {
196
+ width: min(400px,100%);
197
+ aspect-ratio: 1px;
198
+ border-radius: 1rem 1rem 0 0;
199
+ overflow: hidden;
200
+ }
201
+ }
188
202
  @media (max-width: 450px) {
189
- ._1ye8k3fb {
203
+ ._1ye8k3fc {
190
204
  width: 100%;
191
205
  }
192
206
  }
193
207
  @media screen and (max-width:1180px) and (min-width:1024px) {
194
- ._1ye8k3fi {
208
+ ._1ye8k3fj {
195
209
  font-size: 34px;
196
210
  }
197
211
  }
198
212
  @media screen and (max-width:768px) {
199
- ._1ye8k3fi {
213
+ ._1ye8k3fj {
200
214
  font-size: 28px;
201
215
  line-height: 1.29;
202
216
  }
203
217
  }
204
218
  @media screen and (max-width:1280px) {
205
- ._1ye8k3fn {
219
+ ._1ye8k3fo {
206
220
  margin-top: 2.5rem;
207
221
  }
208
- ._1ye8k3f0 ._1ye8k3fn {
222
+ ._1ye8k3f0 ._1ye8k3fo {
209
223
  flex-direction: column;
210
224
  }
211
- ._7etqoq1 ._1ye8k3fn {
225
+ ._7etqoq1 ._1ye8k3fo {
212
226
  flex-direction: row;
213
227
  justify-content: center;
214
228
  flex-wrap: wrap;
215
229
  }
216
230
  }
217
231
  @media (max-width: 1280px) and (min-width: 1024px) {
218
- ._1ye8k3f0 ._1ye8k3fn {
232
+ ._1ye8k3f0 ._1ye8k3fo {
219
233
  align-items: flex-start;
220
234
  }
221
235
  }
222
236
  @media screen and (max-width:1023px) {
223
- ._1ye8k3fn {
237
+ ._1ye8k3fo {
224
238
  flex-direction: column;
225
239
  }
226
- ._1ye8k3fo {
240
+ ._1ye8k3fp {
227
241
  margin: 24px auto 0 auto;
228
242
  }
229
243
  }
230
244
  @media screen and (max-width:768px) {
231
- ._1ye8k3fn {
245
+ ._1ye8k3fo {
232
246
  margin-top: 1rem;
233
247
  }
234
248
  }
235
249
  @media screen and (min-width:1024px) {
236
- ._1ye8k3fn {
250
+ ._1ye8k3fo {
237
251
  flex-wrap: wrap;
238
252
  }
253
+ ._1bsyngo0 ._1ye8k3fo {
254
+ margin-top: 32px;
255
+ gap: 16px 32px;
256
+ }
239
257
  }
240
258
  @media (max-width:1280px) and (min-width:1024px) {
241
- ._1ye8k3fb:not(._1ye8k3f0 ._1ye8k3fb) {
259
+ ._1ye8k3fc:not(._1ye8k3f0 ._1ye8k3fc) {
242
260
  overflow: hidden;
243
261
  }
244
262
  }
245
263
  @media screen and (max-width:432px) {
246
- ._1ye8k3fp {
264
+ ._1ye8k3fq {
247
265
  padding-left: 20px;
248
266
  }
249
267
  }