@axos-web-dev/shared-components 2.0.0-dev.2-nav-1 → 2.0.0-dev.3-chatbot-1
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 +84 -14
- package/dist/Auth/ErrorAlert.js +88 -6
- package/dist/Button/Button.js +120 -6
- package/dist/Calculators/Calculator.d.ts +1 -1
- package/dist/Calculators/Calculator.js +89 -18
- package/dist/Calculators/MarginTradingCalculator/index.js +112 -2
- package/dist/Carousel/index.js +109 -4
- package/dist/Chevron/index.js +114 -4
- package/dist/Comparison/Comparison.js +121 -5
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +2 -3
- package/dist/ExecutiveBio/ExecutiveBio.js +126 -4
- package/dist/FaqAccordion/index.js +110 -7
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +110 -5
- package/dist/Forms/ApplyNow.js +109 -4
- package/dist/Forms/ContactCompany.d.ts +1 -1
- package/dist/Forms/ContactCompanyTitle.d.ts +1 -1
- package/dist/Forms/ContactUsBusiness.js +104 -7
- package/dist/Forms/ContactUsBusinessNameEmail.js +104 -8
- package/dist/Forms/ContactUsNMLSId.js +104 -7
- package/dist/Forms/CpraRequest.js +96 -2
- package/dist/Forms/CraPublicFile.js +104 -7
- package/dist/Forms/DealerServices.d.ts +1 -1
- package/dist/Forms/EmailOnly.js +104 -7
- package/dist/Forms/EmailUs.js +40 -34
- package/dist/Forms/Forms.css.d.ts +3 -0
- package/dist/Forms/Forms.css.js +39 -39
- package/dist/Forms/MortgageRate/MortgageRateForm.js +96 -8
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +92 -4
- package/dist/Forms/MortgageWarehouseLending.js +104 -7
- package/dist/Forms/SuccesForm.js +91 -8
- package/dist/Hyperlink/index.js +110 -5
- package/dist/ImageLink/ImageLink.js +106 -6
- package/dist/ImageLink/ImageLinkSet.js +114 -6
- package/dist/ImageLink/index.js +105 -6
- package/dist/Insight/Featured/CategorySelector.d.ts +1 -1
- package/dist/Insight/Featured/CategorySelector.js +109 -5
- package/dist/Insight/Featured/Featured.js +106 -8
- package/dist/Insight/Featured/Header.js +109 -4
- package/dist/LandingPageHeader/LandingPageHeader.d.ts +1 -1
- package/dist/Modal/Modal.js +122 -2
- package/dist/NavigationMenu/AxosALTS/index.js +111 -6
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.d.ts +1 -12
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +268 -183
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +268 -37
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +492 -63
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -42
- package/dist/NavigationMenu/AxosBank/SubNavBar.d.ts +1 -6
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +3187 -118
- package/dist/NavigationMenu/AxosBank/index.d.ts +4 -6
- package/dist/NavigationMenu/AxosBank/index.js +457 -83
- package/dist/NavigationMenu/LaVictoire/index.js +118 -5
- package/dist/NavigationMenu/Navbar.d.ts +1 -4
- package/dist/NavigationMenu/Navbar.js +114 -11
- package/dist/NavigationMenu/SignInNavButton.js +122 -9
- package/dist/SetContainer/SetContainer.js +108 -7
- package/dist/SocialMediaBar/iconsRepository.js +124 -0
- package/dist/VideoTile/VideoTile.js +106 -2
- package/dist/VideoWrapper/index.js +110 -7
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +0 -2
- package/dist/assets/Forms/Forms.css +94 -91
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +87 -125
- package/package.json +3 -5
- package/dist/NavigationMenu/AxosBank/DropwdownButton.d.ts +0 -7
- package/dist/NavigationMenu/AxosBank/DropwdownButton.js +0 -125
- package/dist/NavigationMenu/AxosBank/Menu.d.ts +0 -37
- package/dist/NavigationMenu/AxosBank/Menu.js +0 -150
- package/dist/NavigationMenu/AxosBank/MobileMenu/mobileReducer.d.ts +0 -36
- package/dist/NavigationMenu/AxosBank/MobileMenu/mobileReducer.js +0 -105
- package/dist/NavigationMenu/AxosBank/SubNavItem.d.ts +0 -1
- package/dist/NavigationMenu/AxosBank/SubNavItem.js +0 -206
- package/dist/NavigationMenu/utils.d.ts +0 -465
- package/dist/NavigationMenu/utils.js +0 -112
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes
|
|
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
|
|
9
|
+
@keyframes tfms6a13 {
|
|
10
10
|
0% {
|
|
11
11
|
stroke-dashoffset: -1000;
|
|
12
12
|
}
|
|
@@ -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
|
-
.
|
|
125
|
+
.tfms6as {
|
|
123
126
|
grid-template-columns: 1fr 1fr;
|
|
124
127
|
}
|
|
125
|
-
.
|
|
128
|
+
.tfms6ar h4 {
|
|
126
129
|
font-size: 24px;
|
|
127
130
|
font-weight: 700;
|
|
128
131
|
letter-spacing: 3px;
|
|
@@ -131,88 +134,88 @@
|
|
|
131
134
|
font-family: var(--header-font-family);
|
|
132
135
|
line-height: 30px;
|
|
133
136
|
}
|
|
134
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
158
|
+
.tfms6ar label {
|
|
156
159
|
padding-left: 0;
|
|
157
160
|
margin-bottom: 10px;
|
|
158
161
|
}
|
|
159
|
-
.
|
|
162
|
+
.tfms6at {
|
|
160
163
|
display: flex;
|
|
161
164
|
flex-direction: row;
|
|
162
165
|
width: 100%;
|
|
163
166
|
gap: 15px;
|
|
164
167
|
}
|
|
165
|
-
.
|
|
168
|
+
.tfms6at > div {
|
|
166
169
|
flex-grow: 1;
|
|
167
170
|
}
|
|
168
|
-
.
|
|
171
|
+
.tfms6au {
|
|
169
172
|
margin-top: 1.5rem;
|
|
170
173
|
text-align: center;
|
|
171
174
|
margin-inline: auto;
|
|
172
175
|
}
|
|
173
|
-
.
|
|
176
|
+
.tfms6av {
|
|
174
177
|
margin-top: 16px;
|
|
175
178
|
}
|
|
176
|
-
.
|
|
179
|
+
.tfms6aw {
|
|
177
180
|
color: var(--_1073cm83);
|
|
178
181
|
}
|
|
179
|
-
.
|
|
182
|
+
.tfms6ax {
|
|
180
183
|
color: var(--_1073cm8a);
|
|
181
184
|
}
|
|
182
|
-
.
|
|
185
|
+
.tfms6ay {
|
|
183
186
|
color: var(--_1073cm8h);
|
|
184
187
|
}
|
|
185
|
-
.
|
|
188
|
+
.tfms6az {
|
|
186
189
|
color: var(--_1073cm8o);
|
|
187
190
|
}
|
|
188
|
-
.
|
|
191
|
+
.tfms6a10 {
|
|
189
192
|
max-width: 860px;
|
|
190
193
|
margin-inline: auto;
|
|
191
194
|
}
|
|
192
|
-
.
|
|
195
|
+
.tfms6a11 {
|
|
193
196
|
max-width: 900px;
|
|
194
197
|
margin-inline: auto;
|
|
195
198
|
}
|
|
196
|
-
.
|
|
199
|
+
.tfms6a14 {
|
|
197
200
|
padding: 2.5rem 0;
|
|
198
201
|
}
|
|
199
|
-
.
|
|
202
|
+
.tfms6a15 {
|
|
200
203
|
color: var(--_1073cm85);
|
|
201
204
|
background: var(--_1073cm81);
|
|
202
205
|
}
|
|
203
|
-
.
|
|
206
|
+
.tfms6a16 {
|
|
204
207
|
color: var(--_1073cm8c);
|
|
205
208
|
background: var(--_1073cm88);
|
|
206
209
|
}
|
|
207
|
-
.
|
|
210
|
+
.tfms6a17 {
|
|
208
211
|
color: var(--_1073cm8h);
|
|
209
212
|
background: var(--_1073cm8f);
|
|
210
213
|
}
|
|
211
|
-
.
|
|
214
|
+
.tfms6a18 {
|
|
212
215
|
color: var(--_1073cm8o);
|
|
213
216
|
background: var(--_1073cm8m);
|
|
214
217
|
}
|
|
215
|
-
.
|
|
218
|
+
.tfms6a14 h1 {
|
|
216
219
|
font-size: 43px;
|
|
217
220
|
font-weight: 700;
|
|
218
221
|
letter-spacing: 1px;
|
|
@@ -220,29 +223,29 @@
|
|
|
220
223
|
margin-bottom: 0.7rem;
|
|
221
224
|
font-family: var(--header-font-family);
|
|
222
225
|
}
|
|
223
|
-
.
|
|
226
|
+
.tfms6a14 p {
|
|
224
227
|
margin-bottom: 0;
|
|
225
228
|
}
|
|
226
|
-
.
|
|
229
|
+
.tfms6a19 {
|
|
227
230
|
margin: 0 auto;
|
|
228
231
|
display: block;
|
|
229
232
|
}
|
|
230
|
-
.
|
|
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:
|
|
239
|
+
animation: tfms6a12 0.5s ease-in-out forwards reverse;
|
|
237
240
|
-webkit-animation-delay: 0.7s;
|
|
238
241
|
}
|
|
239
|
-
.
|
|
242
|
+
.tfms6a1b {
|
|
240
243
|
fill: none;
|
|
241
244
|
stroke-width: 4;
|
|
242
245
|
stroke-dasharray: 1000px;
|
|
243
246
|
stroke-dashoffset: 1000;
|
|
244
|
-
-webkit-animation:
|
|
245
|
-
animation:
|
|
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
|
-
.
|
|
256
|
+
.tfms6a1c {
|
|
254
257
|
stroke: var(--_1073cm85);
|
|
255
258
|
}
|
|
256
|
-
.
|
|
259
|
+
.tfms6a1d {
|
|
257
260
|
stroke: var(--_1073cm8c);
|
|
258
261
|
}
|
|
259
|
-
.
|
|
262
|
+
.tfms6a1e {
|
|
260
263
|
stroke: var(--_1073cm8h);
|
|
261
264
|
}
|
|
262
|
-
.
|
|
265
|
+
.tfms6a1f {
|
|
263
266
|
stroke: var(--_1073cm8o);
|
|
264
267
|
}
|
|
265
|
-
.
|
|
268
|
+
.tfms6a1g {
|
|
266
269
|
margin-top: 1rem;
|
|
267
270
|
}
|
|
268
|
-
.
|
|
271
|
+
.tfms6a1h {
|
|
269
272
|
color: var(--_1073cm83);
|
|
270
273
|
}
|
|
271
|
-
.
|
|
274
|
+
.tfms6a1i {
|
|
272
275
|
color: var(--_1073cm8a);
|
|
273
276
|
}
|
|
274
|
-
.
|
|
277
|
+
.tfms6a1j {
|
|
275
278
|
color: var(--_1073cm8h);
|
|
276
279
|
}
|
|
277
|
-
.
|
|
280
|
+
.tfms6a1k {
|
|
278
281
|
color: var(--_1073cm8o);
|
|
279
282
|
}
|
|
280
|
-
.
|
|
283
|
+
.tfms6a1l {
|
|
281
284
|
margin-top: 1rem;
|
|
282
285
|
}
|
|
283
|
-
.tfms6ak .
|
|
286
|
+
.tfms6ak .tfms6a1m {
|
|
284
287
|
grid-column-start: 1;
|
|
285
288
|
grid-column-end: 3;
|
|
286
289
|
}
|
|
287
|
-
.
|
|
290
|
+
.tfms6a1n {
|
|
288
291
|
grid-column: 1 / -1;
|
|
289
292
|
}
|
|
290
|
-
.
|
|
293
|
+
.tfms6a1o {
|
|
291
294
|
width: 100%;
|
|
292
295
|
padding-bottom: 4px;
|
|
293
296
|
}
|
|
294
|
-
.
|
|
297
|
+
.tfms6a1p {
|
|
295
298
|
border-bottom: 1px solid var(--_1073cm83);
|
|
296
299
|
}
|
|
297
|
-
.
|
|
300
|
+
.tfms6a1q {
|
|
298
301
|
border-bottom: 1px solid var(--_1073cm8a);
|
|
299
302
|
}
|
|
300
|
-
.
|
|
303
|
+
.tfms6a1r {
|
|
301
304
|
border-bottom: 1px solid var(--_1073cm8h);
|
|
302
305
|
}
|
|
303
|
-
.
|
|
306
|
+
.tfms6a1s {
|
|
304
307
|
border-bottom: 1px solid var(--_1073cm8o);
|
|
305
308
|
}
|
|
306
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
319
|
+
.tfms6a1t {
|
|
317
320
|
display: flex;
|
|
318
321
|
}
|
|
319
|
-
.
|
|
322
|
+
.tfms6a1u {
|
|
320
323
|
cursor: pointer;
|
|
321
324
|
caret-color: transparent;
|
|
322
325
|
}
|
|
323
|
-
.
|
|
326
|
+
.tfms6a1v {
|
|
324
327
|
padding-left: 16px;
|
|
325
328
|
}
|
|
326
|
-
.
|
|
329
|
+
.tfms6a1x label {
|
|
327
330
|
white-space: nowrap;
|
|
328
331
|
}
|
|
329
|
-
.
|
|
332
|
+
.tfms6a1z {
|
|
330
333
|
margin-top: 2rem;
|
|
331
334
|
}
|
|
332
|
-
.
|
|
335
|
+
.tfms6a20 {
|
|
333
336
|
display: flex;
|
|
334
337
|
justify-content: center;
|
|
335
338
|
}
|
|
336
|
-
.
|
|
339
|
+
.tfms6a20 > div {
|
|
337
340
|
width: 100%;
|
|
338
341
|
}
|
|
339
|
-
.
|
|
342
|
+
.tfms6a21 {
|
|
340
343
|
display: flex;
|
|
341
344
|
justify-content: center;
|
|
342
345
|
align-items: center;
|
|
343
346
|
gap: 2rem;
|
|
344
347
|
}
|
|
345
|
-
.
|
|
348
|
+
.tfms6a22 {
|
|
346
349
|
display: flex;
|
|
347
350
|
margin: 1rem 0;
|
|
348
351
|
text-align: left;
|
|
349
352
|
gap: 1rem;
|
|
350
353
|
}
|
|
351
|
-
.
|
|
354
|
+
.tfms6a23 {
|
|
352
355
|
display: flex;
|
|
353
356
|
justify-content: space-between;
|
|
354
357
|
}
|
|
355
|
-
.
|
|
358
|
+
.tfms6a23 > div {
|
|
356
359
|
min-width: 32%;
|
|
357
360
|
}
|
|
358
|
-
.
|
|
361
|
+
.tfms6a24 {
|
|
359
362
|
margin-top: 1rem;
|
|
360
363
|
}
|
|
361
|
-
.
|
|
364
|
+
.tfms6a25 {
|
|
362
365
|
min-width: 24px;
|
|
363
366
|
}
|
|
364
|
-
.
|
|
367
|
+
.tfms6a26 {
|
|
365
368
|
width: min(calc(100% - 2rem));
|
|
366
369
|
height: min(calc(100% - 2rem));
|
|
367
370
|
overflow: scroll!important;
|
|
368
371
|
}
|
|
369
|
-
.
|
|
372
|
+
.tfms6a27 {
|
|
370
373
|
display: none;
|
|
371
374
|
}
|
|
372
|
-
.
|
|
375
|
+
.tfms6a29::placeholder {
|
|
373
376
|
color: transparent;
|
|
374
377
|
}
|
|
375
|
-
.
|
|
378
|
+
.tfms6a2a {
|
|
376
379
|
cursor: not-allowed;
|
|
377
380
|
}
|
|
378
|
-
.
|
|
381
|
+
.tfms6a2b {
|
|
379
382
|
display: flex;
|
|
380
383
|
}
|
|
381
|
-
.
|
|
384
|
+
.tfms6a2c {
|
|
382
385
|
visibility: hidden;
|
|
383
386
|
display: none;
|
|
384
387
|
}
|
|
385
|
-
.
|
|
388
|
+
.tfms6a2e {
|
|
386
389
|
display: flex;
|
|
387
390
|
gap: 24px;
|
|
388
391
|
}
|
|
389
|
-
.
|
|
392
|
+
.tfms6a2f {
|
|
390
393
|
vertical-align: vertical;
|
|
391
394
|
width: 100%;
|
|
392
395
|
display: flex;
|
|
@@ -395,12 +398,12 @@
|
|
|
395
398
|
align-items: center;
|
|
396
399
|
flex-direction: column-reverse;
|
|
397
400
|
}
|
|
398
|
-
.
|
|
401
|
+
.tfms6a2g {
|
|
399
402
|
text-transform: capitalize;
|
|
400
403
|
margin: auto ;
|
|
401
404
|
max-width: fit-content;
|
|
402
405
|
}
|
|
403
|
-
.
|
|
406
|
+
.tfms6a2h {
|
|
404
407
|
padding: 16px 64px;
|
|
405
408
|
border-radius: 0 8px 8px 0;
|
|
406
409
|
}
|
|
@@ -408,7 +411,7 @@
|
|
|
408
411
|
.tfms6a0 {
|
|
409
412
|
font-size: 28px;
|
|
410
413
|
}
|
|
411
|
-
.
|
|
414
|
+
.tfms6a2h {
|
|
412
415
|
padding: 16px;
|
|
413
416
|
}
|
|
414
417
|
}
|
|
@@ -433,80 +436,80 @@
|
|
|
433
436
|
.tfms6ak {
|
|
434
437
|
grid-template-columns: 1fr;
|
|
435
438
|
}
|
|
436
|
-
.
|
|
439
|
+
.tfms6at {
|
|
437
440
|
flex-direction: column;
|
|
438
441
|
}
|
|
439
|
-
.tfms6ak .
|
|
442
|
+
.tfms6ak .tfms6a1m {
|
|
440
443
|
grid-column-start: 1;
|
|
441
444
|
grid-column-end: 2;
|
|
442
445
|
}
|
|
443
446
|
}
|
|
444
447
|
@media screen and (max-width: 992px) {
|
|
445
|
-
.
|
|
448
|
+
.tfms6a14 h1 {
|
|
446
449
|
font-size: 37px;
|
|
447
450
|
line-height: 1.29;
|
|
448
451
|
margin-bottom: 0.4rem;
|
|
449
452
|
}
|
|
450
453
|
}
|
|
451
454
|
@media screen and (maxwidth: 767px) {
|
|
452
|
-
.
|
|
455
|
+
.tfms6a14 h1 {
|
|
453
456
|
font-size: 32px;
|
|
454
457
|
font-weight: 700;
|
|
455
458
|
margin-top: 0;
|
|
456
459
|
margin-bottom: 0.4rem;
|
|
457
460
|
}
|
|
458
|
-
.
|
|
461
|
+
.tfms6a19 {
|
|
459
462
|
max-width: 69px;
|
|
460
463
|
}
|
|
461
464
|
}
|
|
462
465
|
@media screen and (max-width: 780px) {
|
|
463
|
-
.
|
|
466
|
+
.tfms6a1t {
|
|
464
467
|
flex-direction: column;
|
|
465
468
|
}
|
|
466
469
|
}
|
|
467
470
|
@media screen and (max-width: 1103px) {
|
|
468
|
-
.
|
|
471
|
+
.tfms6a1t ._18du0lag {
|
|
469
472
|
padding: 6px;
|
|
470
473
|
}
|
|
471
474
|
}
|
|
472
475
|
@media screen and (max-width: 571px) and (min-width: 481px) {
|
|
473
|
-
.
|
|
476
|
+
.tfms6a1w label {
|
|
474
477
|
height: 48px;
|
|
475
478
|
display: flex;
|
|
476
479
|
align-items: flex-end;
|
|
477
480
|
}
|
|
478
481
|
}
|
|
479
482
|
@media screen and (min-width: 481px) {
|
|
480
|
-
.
|
|
483
|
+
.tfms6a1y select {
|
|
481
484
|
background: url(https://images.axos.com/o9ov1v03uwqk/4ayjjdIkEzQsfmhKbPeNaE/636b57923fbdac891d48f78ca06ffeb6/image_1_-_2024-06-27T142052.191.png) no-repeat 98%;
|
|
482
485
|
}
|
|
483
486
|
}
|
|
484
487
|
@media screen and (min-width: 769px) {
|
|
485
|
-
.
|
|
488
|
+
.tfms6a20 > div {
|
|
486
489
|
grid-template: none;
|
|
487
490
|
width: 50%;
|
|
488
491
|
}
|
|
489
492
|
}
|
|
490
493
|
@media screen and (max-width: 500px) {
|
|
491
|
-
.
|
|
494
|
+
.tfms6a21 {
|
|
492
495
|
flex-direction: column;
|
|
493
496
|
}
|
|
494
497
|
}
|
|
495
498
|
@media screen and (max-width: 800px) {
|
|
496
|
-
.
|
|
499
|
+
.tfms6a23 {
|
|
497
500
|
flex-direction: column;
|
|
498
501
|
}
|
|
499
|
-
.
|
|
502
|
+
.tfms6a28 select {
|
|
500
503
|
white-space: normal;
|
|
501
504
|
padding-right: 4rem;
|
|
502
505
|
}
|
|
503
|
-
.
|
|
506
|
+
.tfms6a29::placeholder {
|
|
504
507
|
color: #5E6A74;
|
|
505
508
|
}
|
|
506
|
-
.
|
|
509
|
+
.tfms6a2e {
|
|
507
510
|
flex-direction: column;
|
|
508
511
|
}
|
|
509
|
-
.
|
|
512
|
+
.tfms6a2f {
|
|
510
513
|
flex-direction: column-reverse;
|
|
511
514
|
}
|
|
512
515
|
}
|
|
@@ -514,7 +517,7 @@
|
|
|
514
517
|
.rate-watch-form hr {
|
|
515
518
|
display: none;
|
|
516
519
|
}
|
|
517
|
-
.
|
|
520
|
+
.tfms6a27 {
|
|
518
521
|
display: block;
|
|
519
522
|
}
|
|
520
523
|
}
|