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