@axos-web-dev/shared-components 0.0.75 → 0.0.77

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 (69) hide show
  1. package/dist/ATMLocator/ATMLocator.d.ts +2 -0
  2. package/dist/ATMLocator/ATMLocator.js +22 -0
  3. package/dist/ATMLocator/index.d.ts +1 -0
  4. package/dist/ATMLocator/index.js +4 -0
  5. package/dist/AnnualFeeCalculator/AnnualFeeCalculator.css.d.ts +34 -0
  6. package/dist/AnnualFeeCalculator/AnnualFeeCalculator.css.js +34 -0
  7. package/dist/AnnualFeeCalculator/index.d.ts +10 -0
  8. package/dist/AnnualFeeCalculator/index.js +143 -0
  9. package/dist/ApyCalculator/ApyCalculator.css.d.ts +68 -3
  10. package/dist/ApyCalculator/ApyCalculator.css.js +29 -22
  11. package/dist/ApyCalculator/index.d.ts +7 -1
  12. package/dist/ApyCalculator/index.js +106 -87
  13. package/dist/ArticlesSet/ArticlesSet.js +2 -2
  14. package/dist/Calculators/Calculator.d.ts +2 -0
  15. package/dist/Calculators/Calculator.js +79 -34
  16. package/dist/Calculators/calculators.js +6 -0
  17. package/dist/Carousel/index.js +6 -4
  18. package/dist/Chevron/index.js +7 -5
  19. package/dist/Comparison/Comparison.js +4 -2
  20. package/dist/Comparison/ComparisonSet.js +6 -4
  21. package/dist/ExecutiveBio/ExecutiveBio.js +2 -2
  22. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +7 -5
  23. package/dist/Forms/CommercialLending.d.ts +1 -1
  24. package/dist/Forms/CommercialLending.js +16 -2
  25. package/dist/Forms/ContactUsAAS.js +6 -4
  26. package/dist/Forms/ContactUsBusiness.js +6 -4
  27. package/dist/Forms/ContactUsNMLSId.d.ts +10 -0
  28. package/dist/Forms/ContactUsNMLSId.js +263 -0
  29. package/dist/Forms/EmailOnly.js +6 -4
  30. package/dist/Forms/EmailUs.d.ts +1 -1
  31. package/dist/Forms/EmailUs.js +16 -2
  32. package/dist/Forms/SuccesForm.js +5 -3
  33. package/dist/Forms/index.d.ts +1 -0
  34. package/dist/Forms/index.js +2 -0
  35. package/dist/HeroBanner/HeroBanner.js +22 -4
  36. package/dist/HeroBanner/SelectionBanner.css.d.ts +10 -1
  37. package/dist/HeroBanner/SelectionBanner.css.js +1 -1
  38. package/dist/Hyperlink/index.js +7 -5
  39. package/dist/IconBillboard/IconBillboard.css.d.ts +2 -0
  40. package/dist/IconBillboard/IconBillboard.js +1 -1
  41. package/dist/ImageBillboard/ImageBillboard.css.d.ts +1 -0
  42. package/dist/ImageLink/ImageLink.js +5 -3
  43. package/dist/ImageLink/ImageLinkSet.js +4 -2
  44. package/dist/ImageLink/index.js +7 -5
  45. package/dist/Modal/Modal.js +6 -4
  46. package/dist/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +27 -0
  47. package/dist/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +22 -0
  48. package/dist/MonthlyPaymentCalculator/index.d.ts +8 -0
  49. package/dist/MonthlyPaymentCalculator/index.js +212 -0
  50. package/dist/NavigationMenu/AxosBank/NavBar.module.js +53 -53
  51. package/dist/NavigationMenu/AxosBank/SubNavBar.js +31 -18
  52. package/dist/NavigationMenu/NavItem/index.js +1 -2
  53. package/dist/SetContainer/SetContainer.js +6 -4
  54. package/dist/SocialMediaBar/iconsRepository.js +34 -34
  55. package/dist/StepItemSet/StepItemSet.js +2 -2
  56. package/dist/assets/AnnualFeeCalculator/AnnualFeeCalculator.css +125 -0
  57. package/dist/assets/ApyCalculator/ApyCalculator.css +77 -98
  58. package/dist/assets/CallToActionBar/CallToActionBar.css +4 -0
  59. package/dist/assets/HeroBanner/SelectionBanner.css +10 -4
  60. package/dist/assets/IconBillboard/IconBillboard.css +4 -0
  61. package/dist/assets/ImageBillboard/ImageBillboard.css +1 -0
  62. package/dist/assets/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +67 -0
  63. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +154 -150
  64. package/dist/assets/SetContainer/SetContainer.css +3 -0
  65. package/dist/assets/Tab/Tab.css +1 -1
  66. package/dist/assets/globals.css +3 -0
  67. package/dist/main.d.ts +3 -2
  68. package/dist/main.js +61 -57
  69. package/package.json +1 -1
@@ -14,12 +14,12 @@ const BusinessWire = () => /* @__PURE__ */ jsx(
14
14
  fill: "none",
15
15
  xmlns: "http://www.w3.org/2000/svg",
16
16
  children: [
17
- /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10407_622)", children: [
17
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_10407_622)", children: [
18
18
  /* @__PURE__ */ jsx(
19
19
  "path",
20
20
  {
21
- "fill-rule": "evenodd",
22
- "clip-rule": "evenodd",
21
+ fillRule: "evenodd",
22
+ clipRule: "evenodd",
23
23
  d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
24
24
  fill: "#4A5560"
25
25
  }
@@ -63,8 +63,8 @@ const Facebook = () => /* @__PURE__ */ jsx(
63
63
  /* @__PURE__ */ jsx(
64
64
  "path",
65
65
  {
66
- "fill-rule": "evenodd",
67
- "clip-rule": "evenodd",
66
+ fillRule: "evenodd",
67
+ clipRule: "evenodd",
68
68
  d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
69
69
  fill: "#4A5560"
70
70
  }
@@ -89,12 +89,12 @@ const Glassdoor = () => /* @__PURE__ */ jsx(
89
89
  fill: "none",
90
90
  xmlns: "http://www.w3.org/2000/svg",
91
91
  children: [
92
- /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10407_628)", children: [
92
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_10407_628)", children: [
93
93
  /* @__PURE__ */ jsx(
94
94
  "path",
95
95
  {
96
- "fill-rule": "evenodd",
97
- "clip-rule": "evenodd",
96
+ fillRule: "evenodd",
97
+ clipRule: "evenodd",
98
98
  d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
99
99
  fill: "#4A5560"
100
100
  }
@@ -128,12 +128,12 @@ const Indeed = () => /* @__PURE__ */ jsx(
128
128
  fill: "none",
129
129
  xmlns: "http://www.w3.org/2000/svg",
130
130
  children: [
131
- /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10407_631)", children: [
131
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_10407_631)", children: [
132
132
  /* @__PURE__ */ jsx(
133
133
  "path",
134
134
  {
135
- "fill-rule": "evenodd",
136
- "clip-rule": "evenodd",
135
+ fillRule: "evenodd",
136
+ clipRule: "evenodd",
137
137
  d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
138
138
  fill: "#4A5560"
139
139
  }
@@ -167,7 +167,7 @@ const Instagram = () => /* @__PURE__ */ jsx(
167
167
  fill: "none",
168
168
  xmlns: "http://www.w3.org/2000/svg",
169
169
  children: [
170
- /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10407_634)", children: [
170
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_10407_634)", children: [
171
171
  /* @__PURE__ */ jsx(
172
172
  "path",
173
173
  {
@@ -192,8 +192,8 @@ const Instagram = () => /* @__PURE__ */ jsx(
192
192
  /* @__PURE__ */ jsx(
193
193
  "path",
194
194
  {
195
- "fill-rule": "evenodd",
196
- "clip-rule": "evenodd",
195
+ fillRule: "evenodd",
196
+ clipRule: "evenodd",
197
197
  d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
198
198
  fill: "#4A5560"
199
199
  }
@@ -220,12 +220,12 @@ const LinkedIn = () => /* @__PURE__ */ jsx(
220
220
  fill: "none",
221
221
  xmlns: "http://www.w3.org/2000/svg",
222
222
  children: [
223
- /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10407_637)", children: [
223
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_10407_637)", children: [
224
224
  /* @__PURE__ */ jsx(
225
225
  "path",
226
226
  {
227
- "fill-rule": "evenodd",
228
- "clip-rule": "evenodd",
227
+ fillRule: "evenodd",
228
+ clipRule: "evenodd",
229
229
  d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
230
230
  fill: "#4A5560"
231
231
  }
@@ -267,12 +267,12 @@ const Libsyn = () => /* @__PURE__ */ jsx(
267
267
  viewBox: "0 0 56 56",
268
268
  fill: "none",
269
269
  children: [
270
- /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10431_273)", children: [
270
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_10431_273)", children: [
271
271
  /* @__PURE__ */ jsx(
272
272
  "path",
273
273
  {
274
- "fill-rule": "evenodd",
275
- "clip-rule": "evenodd",
274
+ fillRule: "evenodd",
275
+ clipRule: "evenodd",
276
276
  d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
277
277
  fill: "#4A5560"
278
278
  }
@@ -280,8 +280,8 @@ const Libsyn = () => /* @__PURE__ */ jsx(
280
280
  /* @__PURE__ */ jsx(
281
281
  "path",
282
282
  {
283
- "fill-rule": "evenodd",
284
- "clip-rule": "evenodd",
283
+ fillRule: "evenodd",
284
+ clipRule: "evenodd",
285
285
  d: "M25.2955 21.8964C24.1716 19.5028 23.5325 16.7987 23.483 14H28.6414C28.6414 16.2266 28.9501 18.1547 29.5383 19.7825C32.348 18.7105 35.4518 18.1111 38.7757 18.0555C39.8685 18.0378 40.9441 18.1288 42 18.2703V22.9777C41.0971 22.8463 40.1744 22.7755 39.237 22.7755C36.7518 22.7755 34.4355 23.1912 32.328 23.955C33.6617 25.1004 35.3299 25.8393 37.2871 26.1693C37.7004 26.1323 38.1202 26.1134 38.5462 26.1134C38.6727 26.1134 38.8373 26.1124 39.0264 26.1112C39.8956 26.1057 41.2808 26.0968 41.8421 26.1716V30.8284C41.2807 30.9032 39.8933 30.8943 39.0248 30.8888C38.8363 30.8876 38.6721 30.8866 38.5462 30.8866C38.1202 30.8866 37.7003 30.8677 37.287 30.8308C35.3298 31.1607 33.6617 31.8996 32.328 33.045C34.4355 33.8088 36.7518 34.2244 39.237 34.2244C40.1744 34.2244 41.0971 34.1562 42 34.0223V38.7272C40.9441 38.8687 39.8685 38.9597 38.7757 38.942C35.4521 38.8863 32.3486 38.2871 29.5391 37.2153C28.9503 38.8436 28.6414 40.7724 28.6414 43H23.483C23.5333 40.2008 24.1731 37.4963 25.2976 35.1025C24.1883 34.4044 23.1461 33.619 22.1776 32.7525C20.5409 35.7449 19.6083 39.2339 19.5285 42.9671H14C14.157 37.3955 15.7502 32.469 18.4548 28.4987C15.7502 24.5284 14.157 19.602 14 14.0303H19.5285C19.6083 17.7639 20.5407 21.253 22.1769 24.2456C23.145 23.3794 24.1867 22.5942 25.2955 21.8964ZM28.0947 26.135C27.0858 26.8317 26.1529 27.6241 25.3031 28.4998C26.1532 29.376 27.0866 30.1687 28.0959 30.8657C28.9073 29.9684 29.8119 29.1724 30.7988 28.5006C29.8114 27.8287 28.9064 27.0326 28.0947 26.135Z",
286
286
  fill: "#4A5560"
287
287
  }
@@ -308,12 +308,12 @@ const Pinterest = () => /* @__PURE__ */ jsx(
308
308
  fill: "none",
309
309
  xmlns: "http://www.w3.org/2000/svg",
310
310
  children: [
311
- /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10431_276)", children: [
311
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_10431_276)", children: [
312
312
  /* @__PURE__ */ jsx(
313
313
  "path",
314
314
  {
315
- "fill-rule": "evenodd",
316
- "clip-rule": "evenodd",
315
+ fillRule: "evenodd",
316
+ clipRule: "evenodd",
317
317
  d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
318
318
  fill: "#4A5560"
319
319
  }
@@ -347,12 +347,12 @@ const Spotify = () => /* @__PURE__ */ jsx(
347
347
  fill: "none",
348
348
  xmlns: "http://www.w3.org/2000/svg",
349
349
  children: [
350
- /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10431_279)", children: [
350
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_10431_279)", children: [
351
351
  /* @__PURE__ */ jsx(
352
352
  "path",
353
353
  {
354
- "fill-rule": "evenodd",
355
- "clip-rule": "evenodd",
354
+ fillRule: "evenodd",
355
+ clipRule: "evenodd",
356
356
  d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
357
357
  fill: "#4A5560"
358
358
  }
@@ -386,7 +386,7 @@ const Youtube = () => /* @__PURE__ */ jsx(
386
386
  fill: "none",
387
387
  xmlns: "http://www.w3.org/2000/svg",
388
388
  children: [
389
- /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10431_285)", children: [
389
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_10431_285)", children: [
390
390
  /* @__PURE__ */ jsx(
391
391
  "path",
392
392
  {
@@ -397,8 +397,8 @@ const Youtube = () => /* @__PURE__ */ jsx(
397
397
  /* @__PURE__ */ jsx(
398
398
  "path",
399
399
  {
400
- "fill-rule": "evenodd",
401
- "clip-rule": "evenodd",
400
+ fillRule: "evenodd",
401
+ clipRule: "evenodd",
402
402
  d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
403
403
  fill: "#4A5560"
404
404
  }
@@ -425,12 +425,12 @@ const Xtwitter = () => /* @__PURE__ */ jsx(
425
425
  fill: "none",
426
426
  xmlns: "http://www.w3.org/2000/svg",
427
427
  children: [
428
- /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10431_282)", children: [
428
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_10431_282)", children: [
429
429
  /* @__PURE__ */ jsx(
430
430
  "path",
431
431
  {
432
- "fill-rule": "evenodd",
433
- "clip-rule": "evenodd",
432
+ fillRule: "evenodd",
433
+ clipRule: "evenodd",
434
434
  d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
435
435
  fill: "#4A5560"
436
436
  }
@@ -41,9 +41,9 @@ const StepItemSet = ({
41
41
  "path",
42
42
  {
43
43
  fill: "#1E3860",
44
- "fill-rule": "evenodd",
44
+ fillRule: "evenodd",
45
45
  d: "m38.443.513 1.018 1.017c.684.684.684 1.79 0 2.456L25.902 17.562l-3.473-3.473L35.988.513a1.726 1.726 0 0 1 2.455 0Zm0 38.974 1.018-1.017a1.726 1.726 0 0 0 0-2.456L25.902 22.438l-3.473 3.473 13.559 13.576a1.726 1.726 0 0 0 2.455 0Z",
46
- "clip-rule": "evenodd",
46
+ clipRule: "evenodd",
47
47
  className: `${modifier({ variant })}`
48
48
  }
49
49
  )
@@ -0,0 +1,125 @@
1
+ .tosm7c1 {
2
+ background: var(--_1073cm81);
3
+ color: var(--_1073cm82);
4
+ border: 1px solid #D4D4D4;
5
+ }
6
+ .tosm7c2 {
7
+ background: var(--_1073cm88);
8
+ color: var(--_1073cm89);
9
+ }
10
+ .tosm7c3 {
11
+ background: var(--_1073cm8f);
12
+ color: var(--_1073cm8g);
13
+ }
14
+ .tosm7c4 {
15
+ background: var(--_1073cm8m);
16
+ color: var(--_1073cm8n);
17
+ }
18
+ .tosm7c5 {
19
+ width: 50%;
20
+ padding: 4rem;
21
+ }
22
+ .tosm7c6 {
23
+ padding: 4rem 28px 4rem 28px;
24
+ }
25
+ .tosm7c7 {
26
+ display: flex;
27
+ flex-direction: column;
28
+ align-items: center;
29
+ }
30
+ .tosm7c9 {
31
+ flex-basis: 50%;
32
+ }
33
+ .tosm7ca {
34
+ color: #1e3860;
35
+ font-family: Encode Sans;
36
+ font-size: 34px;
37
+ font-weight: 500;
38
+ letter-spacing: .2px;
39
+ line-height: 1.29;
40
+ }
41
+ .tosm7cb {
42
+ width: 100%;
43
+ }
44
+ .tosm7cc {
45
+ position: relative;
46
+ padding-right: 1rem;
47
+ }
48
+ .tosm7cc::after {
49
+ content: "";
50
+ position: absolute;
51
+ background-color: #bdbdbd;
52
+ height: 100%;
53
+ width: 1px;
54
+ right: 0;
55
+ top: 0;
56
+ bottom: 0;
57
+ }
58
+ .tosm7cd {
59
+ border-bottom: 1px solid #bdbdbd;
60
+ padding: 1.5rem 0;
61
+ }
62
+ .tosm7ce {
63
+ margin: auto;
64
+ min-width: 100%;
65
+ padding: 77px 0 60px;
66
+ }
67
+ .tosm7cf {
68
+ width: 100%;
69
+ -webkit-appearance: none;
70
+ height: 12px;
71
+ background: linear-gradient(47.5deg, #1e3860 0, #158994 10%, #38d7a4 20%, #d4d4d4 20%);
72
+ outline: 0;
73
+ opacity: .7;
74
+ -webkit-transition: opacity .2s, background .2s;
75
+ transition: opacity .2s, background .2s;
76
+ border-radius: 1rem;
77
+ }
78
+ .tosm7cf::-webkit-slider-thumb {
79
+ -webkit-appearance: none;
80
+ appearance: none;
81
+ width: 2rem;
82
+ height: 2rem;
83
+ border: 1px solid #2670af;
84
+ border-radius: 50%;
85
+ background-color: #fff;
86
+ cursor: pointer;
87
+ -webkit-transition: all .35s ease;
88
+ transition: all .35s ease;
89
+ }
90
+ .tosm7cf::-moz-range-thumb {
91
+ width: 2rem;
92
+ height: 2rem;
93
+ border: 1px solid #2670af;
94
+ border-radius: 50%;
95
+ background-color: #fff;
96
+ cursor: pointer;
97
+ -moz-transition: all .35s ease;
98
+ transition: all .35s ease;
99
+ }
100
+ .tosm7cf::-webkit-slider-thumb:hover {
101
+ -webkit-transform: scale(1.2);
102
+ transform: scale(1.2);
103
+ }
104
+ .tosm7cf::-moz-range-thumb:hover {
105
+ transform: scale(1.2);
106
+ }
107
+ @media screen and (max-width:1023px) {
108
+ .tosm7c5 {
109
+ width: 100%;
110
+ }
111
+ .tosm7c8 {
112
+ flex-direction: column;
113
+ }
114
+ .tosm7cg {
115
+ padding-top: 0!important;
116
+ }
117
+ .tosm7ch {
118
+ padding-bottom: 0!important;
119
+ }
120
+ }
121
+ @media screen and (max-width:600px) {
122
+ .tosm7c5 {
123
+ padding: 2rem;
124
+ }
125
+ }
@@ -1,174 +1,153 @@
1
1
  ._74vxga1 {
2
- width: 50%;
2
+ background: var(--_1073cm81);
3
+ color: var(--_1073cm82);
3
4
  }
4
5
  ._74vxga2 {
6
+ background: var(--_1073cm88);
7
+ color: var(--_1073cm89);
8
+ }
9
+ ._74vxga3 {
10
+ background: var(--_1073cm8f);
11
+ color: var(--_1073cm8g);
12
+ }
13
+ ._74vxga4 {
14
+ background: var(--_1073cm8m);
15
+ color: var(--_1073cm8n);
16
+ }
17
+ ._74vxga5 {
18
+ padding: 2.5rem 0;
19
+ }
20
+ ._74vxga6 {
21
+ width: 100%;
22
+ }
23
+ ._74vxga7 {
5
24
  margin-bottom: 2.5rem;
6
25
  max-width: 49.5rem;
7
26
  text-align: center;
8
27
  margin-inline: auto;
9
28
  }
10
- ._74vxga2 .header_1 {
11
- background: var(--_1073cm84);
12
- background-clip: text;
13
- -webkit-text-fill-color: transparent;
14
- text-shadow: 0px 0px #00000000;
15
- }
16
- ._74vxga4 {
17
- text-align: center;
29
+ ._74vxga9 {
18
30
  color: red;
19
31
  font-size: larger;
32
+ list-style: none;
20
33
  }
21
- ._74vxga5 {
34
+ ._74vxgaa {
22
35
  max-width: 792px;
23
36
  margin: 0 auto;
24
37
  }
25
- ._74vxga6 {
38
+ ._74vxgab {
26
39
  margin-top: 1rem;
27
40
  }
28
- ._74vxga6 label {
41
+ ._74vxgab label {
29
42
  padding-left: 3px;
30
- font-size: 16px;
43
+ font-size: 18px;
31
44
  font-weight: 600;
32
45
  margin-bottom: 5px;
33
46
  display: inline-block;
34
47
  }
35
- ._74vxga6 input, ._74vxga6 select {
48
+ ._74vxgab input, ._74vxgab select {
36
49
  border-radius: 1rem;
37
50
  outline: 0;
38
- border-style: none;
39
51
  padding: 1rem 2rem;
40
52
  font-size: 18px;
41
53
  letter-spacing: .3px;
42
54
  color: #363636;
43
55
  -webkit-appearance: none;
44
56
  }
45
- ._74vxga6 .input_label {
46
- background: var(--_1073cm84);
47
- background-clip: text;
48
- -webkit-text-fill-color: transparent;
49
- text-shadow: 0px 0px #00000000;
57
+ ._74vxgab .input_label {
58
+ color: inherit;
50
59
  }
51
- ._74vxga7 {
60
+ ._74vxgac {
52
61
  position: relative;
53
62
  }
54
- ._74vxga8 {
63
+ ._74vxgad {
55
64
  position: absolute;
56
65
  color: #323339;
57
66
  font-size: 18px;
58
67
  font-weight: 500!important;
59
68
  margin-bottom: 0;
60
69
  }
61
- ._74vxga9 {
70
+ ._74vxgae {
62
71
  left: 21px;
63
- top: 44px;
72
+ top: 46px;
64
73
  }
65
- ._74vxgaa {
74
+ ._74vxgaf {
66
75
  top: 47px;
67
76
  right: 10px;
68
77
  }
69
- ._74vxgab {
78
+ ._74vxgag {
70
79
  padding-left: 2rem;
71
80
  }
72
- ._74vxgad {
81
+ ._74vxgai {
73
82
  width: 100%;
74
83
  }
75
- ._74vxgae > p {
84
+ ._74vxgaj > p {
76
85
  font-size: 14px;
77
86
  line-height: 1.3;
78
87
  margin-bottom: 10px;
79
88
  letter-spacing: .2px;
80
89
  }
81
- ._74vxgag {
82
- color: black;
83
- background-color: #edeef0;
90
+ ._74vxgak {
91
+ display: flex!important;
92
+ flex-direction: column;
93
+ align-items: center;
94
+ }
95
+ ._74vxgal {
96
+ padding: 2rem;
97
+ width: 100%;
98
+ }
99
+ ._74vxgam {
100
+ margin-bottom: 1rem;
84
101
  }
85
- ._74vxgag .header_2 {
86
- background: var(--_1073cm84);
87
- background-clip: text;
102
+ ._1073cm80 ._74vxgao {
103
+ -webkit-background-clip: text;
104
+ background-image: var(--_1073cm84);
88
105
  -webkit-text-fill-color: transparent;
89
106
  text-shadow: 0px 0px #00000000;
90
107
  }
91
- ._74vxgah {
92
- display: flex;
93
- align-items: center;
94
- gap: 24px;
108
+ ._1es6o1h0 ._74vxgao {
109
+ color: var(--_1073cm83);
95
110
  }
96
- ._74vxgai {
97
- margin-top: 10px;
98
- margin-bottom: 0;
99
- width: 100%;
100
- }
101
- ._74vxgai th {
102
- font-size: 18px;
103
- letter-spacing: .2px;
104
- line-height: 1.44;
105
- text-transform: none;
106
- font-weight: 600;
107
- text-align: left;
108
- padding: 20px 20px 22px;
111
+ ._1073cm80 ._74vxgap {
112
+ -webkit-background-clip: text;
113
+ background-image: var(--_1073cm8b);
114
+ -webkit-text-fill-color: transparent;
115
+ text-shadow: 0px 0px #00000000;
109
116
  }
110
- ._74vxgai tr {
111
- display: flex;
112
- flex-wrap: nowrap;
113
- align-items: center;
117
+ ._1es6o1h0 ._74vxgap {
118
+ color: var(--_1073cm8a);
114
119
  }
115
- ._74vxgai td {
116
- padding: 20px 20px 22px;
117
- flex: 1 1;
120
+ ._74vxgaq {
121
+ color: var(--_1073cm8h);
118
122
  }
119
- ._74vxgai tbody tr:nth-child(odd) {
120
- background-color: #FFFFFF;
121
- border-radius: 8px;
123
+ ._74vxgar {
124
+ color: var(--_1073cm8o);
122
125
  }
123
- ._74vxgai tbody tr {
124
- display: flex;
125
- flex-wrap: nowrap;
126
- align-items: center;
126
+ ._74vxgas {
127
+ margin-top: 0.5rem;
127
128
  }
128
- ._74vxgai a {
129
- color: inherit;
129
+ ._74vxgat {
130
+ padding-inline-start: 0;
130
131
  }
131
132
  @media screen and (max-width:1124px) {
132
- ._74vxga0 {
133
+ ._74vxga5 {
133
134
  flex-wrap: wrap;
134
135
  justify-content: center;
135
136
  }
136
- ._74vxga1 {
137
- width: 100%;
138
- }
139
- ._74vxgaf {
137
+ ._74vxgak {
140
138
  margin-top: 2rem;
141
139
  }
142
140
  }
141
+ @media screen and (min-width:1125px) {
142
+ ._74vxga6 {
143
+ margin-right: 2rem;
144
+ }
145
+ }
143
146
  @media screen and (max-width:1023px) {
144
- ._74vxga6 input, ._74vxga6 select {
147
+ ._74vxgab input, ._74vxgab select {
145
148
  font-size: 1rem;
146
149
  }
147
- ._74vxgae {
150
+ ._74vxgaj {
148
151
  margin-top: 1rem;
149
152
  }
150
- }
151
- @media screen and (max-width: 468px) {
152
- ._74vxgah {
153
- flex-direction: column;
154
- }
155
- }
156
- @media screen and (max-width:992px) {
157
- ._74vxgai {
158
- margin-top: 25px;
159
- }
160
- }
161
- @media screen and (min-width:768px) {
162
- ._74vxgai th {
163
- flex: 1 1;
164
- }
165
- ._74vxgai th:first-child, ._74vxgai td:first-child {
166
- flex: 2 2;
167
- }
168
- ._74vxgai td {
169
- padding: 20px;
170
- font-size: 18px;
171
- line-height: 1.44;
172
- letter-spacing: .2px;
173
- }
174
153
  }
@@ -41,6 +41,10 @@
41
41
  top: -20px;
42
42
  max-height: 200px;
43
43
  }
44
+ ._1tdyl74a {
45
+ width: 100%;
46
+ justify-content: space-between;
47
+ }
44
48
  ._1tdyl74b {
45
49
  filter: drop-shadow(0 1px 3px rgb(255 255 255/0.4));
46
50
  }
@@ -43,14 +43,20 @@
43
43
  ._7etqoq8 {
44
44
  max-width: 64px;
45
45
  max-height: 64px;
46
- width: 100%;
47
- height: 100%;
46
+ width: 64px;
47
+ height: 64px;
48
+ display: block;
48
49
  }
49
50
  ._7etqoq9 {
50
51
  max-width: 64px;
51
- width: 100%;
52
- height: 100%;
52
+ width: 64px;
53
+ height: 64px;
53
54
  max-height: 64px;
55
+ display: block;
56
+ background-color: #4A5560;
57
+ }
58
+ ._7etqoqa {
59
+ background-color: #4A5560;
54
60
  }
55
61
  @media screen and (max-width:768px) {
56
62
  ._7etqoq0 {
@@ -9,9 +9,11 @@
9
9
  ._1r4ovbu1 {
10
10
  background: var(--_1073cm81);
11
11
  border: 1px solid #D4D4D4;
12
+ color: var(--_1073cm82);
12
13
  }
13
14
  ._1r4ovbu2 {
14
15
  background: var(--_1073cm88);
16
+ color: var(--_1073cm89);
15
17
  }
16
18
  ._1r4ovbu3 {
17
19
  background: var(--_1073cm8f);
@@ -76,6 +78,7 @@
76
78
  flex-direction: column;
77
79
  gap: 24px;
78
80
  font-family: var(--main-font-family);
81
+ width: 100%;
79
82
  }
80
83
  ._1r4ovbuf {
81
84
  display: flex;
@@ -96,6 +99,7 @@
96
99
  margin-top: auto;
97
100
  gap: 24px;
98
101
  flex-wrap: wrap;
102
+ align-items: center;
99
103
  }
100
104
  ._1r4ovbui {
101
105
  margin-inline: auto;
@@ -10,6 +10,7 @@
10
10
  ._1m7m2a1 {
11
11
  background: var(--_1073cm81);
12
12
  color: var(--_1073cm82);
13
+ border: 1px solid #D4D4D4;
13
14
  }
14
15
  ._1m7m2a2 {
15
16
  background: var(--_1073cm88);