@axos-web-dev/shared-components 0.0.146 → 0.0.148
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/README.md +111 -111
- package/dist/ATMLocator/ATMLocator.js +5 -3
- package/dist/Avatar/Avatar.module.js +7 -7
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/Button/Button.js +5 -2
- package/dist/Calculators/Calculator.js +3 -1
- package/dist/Carousel/index.js +3 -1
- package/dist/Chevron/index.js +5 -2
- package/dist/Comparison/Comparison.js +6 -4
- package/dist/FaqAccordion/index.js +6 -4
- package/dist/FdicCallout/FdicCallout.module.js +2 -2
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +3 -1
- package/dist/Forms/ApplicationStart.js +2 -2
- package/dist/Forms/ClearingForm.js +2 -2
- package/dist/Forms/CommercialDeposits.js +2 -2
- package/dist/Forms/CommercialLending.js +2 -2
- package/dist/Forms/ContactCompany.js +2 -2
- package/dist/Forms/ContactUs.js +2 -2
- package/dist/Forms/ContactUsAAS.js +2 -2
- package/dist/Forms/ContactUsBusiness.js +5 -3
- package/dist/Forms/ContactUsNMLSId.js +5 -3
- package/dist/Forms/CpraRequest.js +2 -2
- package/dist/Forms/DealerServices.js +2 -2
- package/dist/Forms/EmailOnly.js +5 -3
- package/dist/Forms/Forms.css.d.ts +13 -0
- package/dist/Forms/Forms.css.js +26 -0
- package/dist/Forms/MortgageRate/MortgageRateForm.d.ts +26 -0
- package/dist/Forms/MortgageRate/MortgageRateForm.js +735 -0
- package/dist/Forms/MortgageRate/MortgageRateModal.d.ts +16 -0
- package/dist/Forms/MortgageRate/MortgageRateModal.js +65 -0
- package/dist/Forms/MortgageRate/MortgageRateQuoteFilters.d.ts +16 -0
- package/dist/Forms/MortgageRate/MortgageRateQuoteFilters.js +428 -0
- package/dist/Forms/MortgageRate/MortgageRateWatch.d.ts +28 -0
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +484 -0
- package/dist/Forms/QuickPricer.js +2 -2
- package/dist/Forms/ScheduleCall.js +2 -2
- package/dist/Forms/ScheduleCallPremier.js +2 -2
- package/dist/Forms/SuccesForm.js +3 -1
- package/dist/Forms/WcplSurvey.js +2 -2
- package/dist/Forms/index.d.ts +4 -0
- package/dist/Forms/index.js +24 -1
- package/dist/Hyperlink/index.js +3 -1
- package/dist/ImageLink/ImageLink.js +5 -3
- package/dist/ImageLink/ImageLinkSet.js +5 -3
- package/dist/ImageLink/index.js +3 -1
- package/dist/Input/CurrencyInput.js +2 -2
- package/dist/Input/DownPaymentInput.d.ts +12 -0
- package/dist/Input/DownPaymentInput.js +123 -0
- package/dist/Input/Dropdown.css.d.ts +5 -0
- package/dist/Input/Dropdown.css.js +3 -0
- package/dist/Input/Input.js +3 -1
- package/dist/Input/InputAmount.js +2 -2
- package/dist/Input/InputPhone.js +2 -2
- package/dist/Input/InputProps.d.ts +3 -0
- package/dist/Input/index.d.ts +1 -0
- package/dist/Input/index.js +4 -1
- package/dist/Insight/Featured/CategorySelector.js +3 -1
- package/dist/Insight/Featured/Featured.js +3 -1
- package/dist/Interstitial/Interstitial.module.js +14 -11
- package/dist/Modal/Modal.js +5 -3
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +54 -54
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +55 -55
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +55 -55
- package/dist/NavigationMenu/AxosBank/NavData.js +3 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +3 -1
- package/dist/NavigationMenu/AxosBank/index.js +5 -3
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/SetContainer/SetContainer.js +5 -3
- package/dist/Table/Table.css.d.ts +1 -0
- package/dist/Table/Table.css.js +2 -0
- package/dist/Table/index.js +2 -1
- package/dist/assets/Avatar/Avatar.css.css +59 -59
- package/dist/assets/Blockquote/Blockquote.css.css +69 -69
- package/dist/assets/FdicCallout/FdicCallout.css.css +48 -48
- package/dist/assets/Forms/Forms.css +81 -3
- package/dist/assets/Input/Dropdown.css +3 -0
- package/dist/assets/Insight/Featured/CategorySelector.css +1 -0
- package/dist/assets/Insight/Featured/Featured.css +10 -9
- package/dist/assets/Interstitial/Interstitial.css.css +26 -22
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +600 -600
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +621 -621
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +666 -667
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +426 -426
- package/dist/assets/Table/Table.css +6 -0
- package/dist/main.js +29 -5
- package/package.json +1 -1
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
.
|
|
2
|
-
margin: 16px 0;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.
|
|
6
|
-
border-bottom: 1px solid #d4d4d4;
|
|
7
|
-
border-top: 1px solid #d4d4d4;
|
|
8
|
-
margin-inline: auto;
|
|
9
|
-
max-width: 1200px;
|
|
10
|
-
padding: 16px 0;
|
|
11
|
-
width: 100%;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.
|
|
15
|
-
aspect-ratio: 1;
|
|
16
|
-
background-position: 0 0;
|
|
17
|
-
background-size: contain;
|
|
18
|
-
border-radius: 50%;
|
|
19
|
-
flex: 0 0 100px;
|
|
20
|
-
height: 100px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.
|
|
24
|
-
flex: 1 1 0%;
|
|
25
|
-
align-self: center;
|
|
26
|
-
margin-left: 16px;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.
|
|
30
|
-
color: #1e3860;
|
|
31
|
-
font-family: var(--header-font-family);
|
|
32
|
-
font-size: 20px;
|
|
33
|
-
font-weight: 600;
|
|
34
|
-
line-height: 1.4;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.
|
|
38
|
-
color: #1e3860;
|
|
39
|
-
font-size: 18px;
|
|
40
|
-
font-weight: 500;
|
|
41
|
-
line-height: 1.44;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.
|
|
45
|
-
font-size: 14px;
|
|
46
|
-
line-height: 1.33;
|
|
47
|
-
color: #333d46;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
* + .
|
|
51
|
-
margin-top: 8px;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
@media (max-width: 603px) {
|
|
55
|
-
.
|
|
56
|
-
height: 75px;
|
|
57
|
-
flex: 0 0 75px;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
1
|
+
._avatar_sec_1bnm9_1 {
|
|
2
|
+
margin: 16px 0;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
._container_1bnm9_5 {
|
|
6
|
+
border-bottom: 1px solid #d4d4d4;
|
|
7
|
+
border-top: 1px solid #d4d4d4;
|
|
8
|
+
margin-inline: auto;
|
|
9
|
+
max-width: 1200px;
|
|
10
|
+
padding: 16px 0;
|
|
11
|
+
width: 100%;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
._image_1bnm9_14 {
|
|
15
|
+
aspect-ratio: 1;
|
|
16
|
+
background-position: 0 0;
|
|
17
|
+
background-size: contain;
|
|
18
|
+
border-radius: 50%;
|
|
19
|
+
flex: 0 0 100px;
|
|
20
|
+
height: 100px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
._text_1bnm9_23 {
|
|
24
|
+
flex: 1 1 0%;
|
|
25
|
+
align-self: center;
|
|
26
|
+
margin-left: 16px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
._name_1bnm9_29 {
|
|
30
|
+
color: #1e3860;
|
|
31
|
+
font-family: var(--header-font-family);
|
|
32
|
+
font-size: 20px;
|
|
33
|
+
font-weight: 600;
|
|
34
|
+
line-height: 1.4;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
._title_1bnm9_37 {
|
|
38
|
+
color: #1e3860;
|
|
39
|
+
font-size: 18px;
|
|
40
|
+
font-weight: 500;
|
|
41
|
+
line-height: 1.44;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
._description_1bnm9_44 p {
|
|
45
|
+
font-size: 14px;
|
|
46
|
+
line-height: 1.33;
|
|
47
|
+
color: #333d46;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
* + ._description_1bnm9_44 {
|
|
51
|
+
margin-top: 8px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
@media (max-width: 603px) {
|
|
55
|
+
._image_1bnm9_14 {
|
|
56
|
+
height: 75px;
|
|
57
|
+
flex: 0 0 75px;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -1,69 +1,69 @@
|
|
|
1
|
-
.
|
|
2
|
-
line-height: 1.35;
|
|
3
|
-
margin-bottom: clamp(0.99rem, 0.7vw + 0.82rem, 1.38rem);
|
|
4
|
-
margin-inline: auto;
|
|
5
|
-
margin-top: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.
|
|
9
|
-
.
|
|
10
|
-
color: #333d46;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.
|
|
14
|
-
text-align: right;
|
|
15
|
-
margin-top: 18px;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.
|
|
19
|
-
font-style: normal;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.
|
|
23
|
-
margin-right: 24px;
|
|
24
|
-
transform: rotateY(180deg) scaleY(-1);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.
|
|
28
|
-
align-items: flex-start;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.
|
|
32
|
-
font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
|
|
33
|
-
font-style: italic;
|
|
34
|
-
line-height: 1.2;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
@media (max-width: 768px) {
|
|
38
|
-
.
|
|
39
|
-
max-width: 30px;
|
|
40
|
-
margin-right: 12px;
|
|
41
|
-
}
|
|
42
|
-
.
|
|
43
|
-
margin-top: 14px;
|
|
44
|
-
}
|
|
45
|
-
.
|
|
46
|
-
font-size: 18px;
|
|
47
|
-
}
|
|
48
|
-
.
|
|
49
|
-
font-size: 14px;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
@media (max-width: 500px) {
|
|
54
|
-
.
|
|
55
|
-
margin-top: 12px;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
@media (min-width: 604px) {
|
|
60
|
-
.
|
|
61
|
-
width: min(calc(100% - 2rem), 792px);
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
@media (min-width: 1023px) {
|
|
66
|
-
.
|
|
67
|
-
font-weight: 600;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
1
|
+
._quote_spacer_4e152_1 {
|
|
2
|
+
line-height: 1.35;
|
|
3
|
+
margin-bottom: clamp(0.99rem, 0.7vw + 0.82rem, 1.38rem);
|
|
4
|
+
margin-inline: auto;
|
|
5
|
+
margin-top: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
._author_4e152_8,
|
|
9
|
+
._quote_4e152_1 {
|
|
10
|
+
color: #333d46;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
._author_4e152_8 {
|
|
14
|
+
text-align: right;
|
|
15
|
+
margin-top: 18px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
._author_4e152_8 cite {
|
|
19
|
+
font-style: normal;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
._quote_spacer_4e152_1 .img_fluid {
|
|
23
|
+
margin-right: 24px;
|
|
24
|
+
transform: rotateY(180deg) scaleY(-1);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
._quote_spacer_4e152_1 .flex_row {
|
|
28
|
+
align-items: flex-start;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
._quote_4e152_1 p {
|
|
32
|
+
font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
|
|
33
|
+
font-style: italic;
|
|
34
|
+
line-height: 1.2;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@media (max-width: 768px) {
|
|
38
|
+
._quote_spacer_4e152_1 .img_fluid {
|
|
39
|
+
max-width: 30px;
|
|
40
|
+
margin-right: 12px;
|
|
41
|
+
}
|
|
42
|
+
._author_4e152_8 {
|
|
43
|
+
margin-top: 14px;
|
|
44
|
+
}
|
|
45
|
+
._quote_4e152_1 p {
|
|
46
|
+
font-size: 18px;
|
|
47
|
+
}
|
|
48
|
+
._author_4e152_8 cite {
|
|
49
|
+
font-size: 14px;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
@media (max-width: 500px) {
|
|
54
|
+
._author_4e152_8 {
|
|
55
|
+
margin-top: 12px;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
@media (min-width: 604px) {
|
|
60
|
+
._quote_spacer_4e152_1 {
|
|
61
|
+
width: min(calc(100% - 2rem), 792px);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
@media (min-width: 1023px) {
|
|
66
|
+
._quote_4e152_1 p {
|
|
67
|
+
font-weight: 600;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
.
|
|
2
|
-
background-color: #000;
|
|
3
|
-
color: #fff;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.
|
|
7
|
-
margin-left: auto;
|
|
8
|
-
margin-right: auto;
|
|
9
|
-
width: calc(100% - 90px);
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.
|
|
13
|
-
min-height: 32px;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.
|
|
17
|
-
padding-block: 8px;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
@media (max-width: 1280px) and (min-width: 1024px) {
|
|
21
|
-
.
|
|
22
|
-
width: calc(100% - 40px);
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
@media (max-width: 769px) {
|
|
27
|
-
.
|
|
28
|
-
width: calc(100% - 60px);
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
@media (max-width: 603px) {
|
|
33
|
-
.
|
|
34
|
-
min-height: 28px;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
@media (max-width: 470px) {
|
|
39
|
-
.
|
|
40
|
-
padding-block: 5px;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
@media (max-width: 400px) {
|
|
45
|
-
.
|
|
46
|
-
width: calc(100% - 20px);
|
|
47
|
-
}
|
|
48
|
-
}
|
|
1
|
+
._fdic_callout_1f6md_1 {
|
|
2
|
+
background-color: #000;
|
|
3
|
+
color: #fff;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
._inner_container_1f6md_6 {
|
|
7
|
+
margin-left: auto;
|
|
8
|
+
margin-right: auto;
|
|
9
|
+
width: calc(100% - 90px);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
._fdic_callout_1f6md_1 .flex {
|
|
13
|
+
min-height: 32px;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
._fdic_callout_1f6md_1 img {
|
|
17
|
+
padding-block: 8px;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
@media (max-width: 1280px) and (min-width: 1024px) {
|
|
21
|
+
._inner_container_1f6md_6 {
|
|
22
|
+
width: calc(100% - 40px);
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
@media (max-width: 769px) {
|
|
27
|
+
._inner_container_1f6md_6 {
|
|
28
|
+
width: calc(100% - 60px);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
@media (max-width: 603px) {
|
|
33
|
+
._fdic_callout_1f6md_1 .flex {
|
|
34
|
+
min-height: 28px;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@media (max-width: 470px) {
|
|
39
|
+
._fdic_callout_1f6md_1 img {
|
|
40
|
+
padding-block: 5px;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
@media (max-width: 400px) {
|
|
45
|
+
._inner_container_1f6md_6 {
|
|
46
|
+
width: calc(100% - 20px);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -246,6 +246,58 @@
|
|
|
246
246
|
.tfms6a1i {
|
|
247
247
|
padding-left: 16px;
|
|
248
248
|
}
|
|
249
|
+
.tfms6a1k label {
|
|
250
|
+
white-space: nowrap;
|
|
251
|
+
}
|
|
252
|
+
.tfms6a1m {
|
|
253
|
+
margin-top: 2rem;
|
|
254
|
+
}
|
|
255
|
+
.tfms6a1n {
|
|
256
|
+
display: flex;
|
|
257
|
+
justify-content: center;
|
|
258
|
+
}
|
|
259
|
+
.tfms6a1n > div {
|
|
260
|
+
width: 100%;
|
|
261
|
+
}
|
|
262
|
+
.tfms6a1o {
|
|
263
|
+
display: flex;
|
|
264
|
+
justify-content: center;
|
|
265
|
+
align-items: center;
|
|
266
|
+
gap: 2rem;
|
|
267
|
+
}
|
|
268
|
+
.tfms6a1p {
|
|
269
|
+
display: flex;
|
|
270
|
+
margin: 1rem 0;
|
|
271
|
+
text-align: left;
|
|
272
|
+
gap: 1rem;
|
|
273
|
+
}
|
|
274
|
+
.tfms6a1q {
|
|
275
|
+
display: flex;
|
|
276
|
+
justify-content: space-between;
|
|
277
|
+
}
|
|
278
|
+
.tfms6a1q > div {
|
|
279
|
+
min-width: 32%;
|
|
280
|
+
}
|
|
281
|
+
.tfms6a1r {
|
|
282
|
+
margin-top: 1rem;
|
|
283
|
+
}
|
|
284
|
+
.tfms6a1s {
|
|
285
|
+
min-width: 24px;
|
|
286
|
+
}
|
|
287
|
+
.tfms6a1t {
|
|
288
|
+
width: min(calc(100% - 2rem));
|
|
289
|
+
height: min(calc(100% - 2rem));
|
|
290
|
+
overflow: scroll!important;
|
|
291
|
+
}
|
|
292
|
+
.tfms6a1u {
|
|
293
|
+
display: none;
|
|
294
|
+
}
|
|
295
|
+
.tfms6a1w::placeholder {
|
|
296
|
+
color: transparent;
|
|
297
|
+
}
|
|
298
|
+
.tfms6a1x {
|
|
299
|
+
cursor: not-allowed;
|
|
300
|
+
}
|
|
249
301
|
@media screen and (max-width:1023px) {
|
|
250
302
|
.tfms6a0 {
|
|
251
303
|
padding-inline: 0;
|
|
@@ -295,8 +347,34 @@
|
|
|
295
347
|
align-items: flex-end;
|
|
296
348
|
}
|
|
297
349
|
}
|
|
298
|
-
@media screen and (
|
|
299
|
-
.
|
|
300
|
-
|
|
350
|
+
@media screen and (min-width: 481px) {
|
|
351
|
+
.tfms6a1l select {
|
|
352
|
+
background: url(https://images.axos.com/o9ov1v03uwqk/4ayjjdIkEzQsfmhKbPeNaE/636b57923fbdac891d48f78ca06ffeb6/image_1_-_2024-06-27T142052.191.png) no-repeat 98%;
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
@media screen and (min-width: 769px) {
|
|
356
|
+
.tfms6a1n > div {
|
|
357
|
+
grid-template: none;
|
|
358
|
+
width: 50%;
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
@media screen and (max-width: 800px) {
|
|
362
|
+
.tfms6a1q {
|
|
363
|
+
flex-direction: column;
|
|
364
|
+
}
|
|
365
|
+
.tfms6a1v select {
|
|
366
|
+
white-space: normal;
|
|
367
|
+
padding-right: 4rem;
|
|
368
|
+
}
|
|
369
|
+
.tfms6a1w::placeholder {
|
|
370
|
+
color: #5E6A74;
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
@media screen and (min-width: 801px) {
|
|
374
|
+
hr {
|
|
375
|
+
display: none;
|
|
376
|
+
}
|
|
377
|
+
.tfms6a1u {
|
|
378
|
+
display: block;
|
|
301
379
|
}
|
|
302
380
|
}
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
display: flex;
|
|
20
20
|
flex-direction: column;
|
|
21
21
|
justify-content: space-between;
|
|
22
|
+
max-height: 525px;
|
|
22
23
|
}
|
|
23
24
|
._1sr2o6v5 {
|
|
24
25
|
flex: 1 1 100%;
|
|
@@ -27,9 +28,10 @@
|
|
|
27
28
|
}
|
|
28
29
|
._1sr2o6v6 {
|
|
29
30
|
margin-bottom: 8px;
|
|
31
|
+
max-height: min(76px, 108px);
|
|
30
32
|
}
|
|
31
33
|
._1sr2o6v7 {
|
|
32
|
-
margin: clamp(24px,
|
|
34
|
+
margin: clamp(24px, 28px, 38px) 0;
|
|
33
35
|
color: #D4D4D4;
|
|
34
36
|
}
|
|
35
37
|
._1sr2o6v8 {
|
|
@@ -46,6 +48,7 @@
|
|
|
46
48
|
border: 1px solid #D4D4D4;
|
|
47
49
|
text-decoration: none;
|
|
48
50
|
overflow: hidden;
|
|
51
|
+
max-height: min(525px, 670px);
|
|
49
52
|
}
|
|
50
53
|
._1sr2o6va {
|
|
51
54
|
height: 100%;
|
|
@@ -59,17 +62,15 @@
|
|
|
59
62
|
min-height: 170px;
|
|
60
63
|
}
|
|
61
64
|
._1sr2o6vc {
|
|
62
|
-
font-size: clamp(
|
|
63
|
-
line-height: clamp(
|
|
65
|
+
font-size: clamp(1.75rem, 1.269rem + 1.923vw, 2.5rem);
|
|
66
|
+
line-height: clamp(2.25rem, 1.625rem + 1.667vw, 3.125rem);
|
|
64
67
|
overflow: hidden;
|
|
65
68
|
text-overflow: ellipsis;
|
|
66
69
|
margin-bottom: 8px;
|
|
67
|
-
max-height:
|
|
70
|
+
max-height: max(76px, 118px);
|
|
68
71
|
}
|
|
69
72
|
@media screen and (max-width:1024px) {
|
|
70
|
-
|
|
71
|
-
grid-template-rows: 2fr 1fr;
|
|
72
|
-
}
|
|
73
|
+
|
|
73
74
|
}
|
|
74
75
|
@media screen and (max-width:768px) {
|
|
75
76
|
._1sr2o6v3 {
|
|
@@ -79,12 +80,12 @@
|
|
|
79
80
|
margin: 24px 0;
|
|
80
81
|
}
|
|
81
82
|
._1sr2o6v9 {
|
|
82
|
-
grid-template-rows:
|
|
83
|
+
grid-template-rows: 70% 30%;
|
|
83
84
|
}
|
|
84
85
|
}
|
|
85
86
|
@media screen and (min-width:769px) {
|
|
86
87
|
._1sr2o6v3 {
|
|
87
|
-
min-height: 525px;
|
|
88
|
+
min-height: min(525px, 680px);
|
|
88
89
|
}
|
|
89
90
|
}
|
|
90
91
|
@media screen and (max-width:768px) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes
|
|
1
|
+
@keyframes _appear_zy28p_1 {
|
|
2
2
|
0% {
|
|
3
3
|
opacity: 0;
|
|
4
4
|
transform: scale(0.9);
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
transform: scale(1);
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
|
-
@keyframes
|
|
11
|
+
@keyframes _vanish_zy28p_1 {
|
|
12
12
|
0% {
|
|
13
13
|
display: block;
|
|
14
14
|
opacity: 1;
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.
|
|
24
|
+
._overlay_zy28p_47 {
|
|
25
25
|
position: fixed;
|
|
26
26
|
top: 0;
|
|
27
27
|
left: 0;
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
justify-content: center;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.
|
|
36
|
+
._overlay_zy28p_47.active {
|
|
37
37
|
display: flex;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
41
|
-
animation:
|
|
40
|
+
._modal_zy28p_79 {
|
|
41
|
+
animation: _vanish_zy28p_1 0.45s ease;
|
|
42
42
|
background: #fff;
|
|
43
43
|
border-radius: 16px;
|
|
44
44
|
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
|
@@ -48,11 +48,11 @@
|
|
|
48
48
|
overflow: hidden;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.
|
|
52
|
-
animation:
|
|
51
|
+
._modal_zy28p_79.active {
|
|
52
|
+
animation: _appear_zy28p_1 0.45s ease;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
.
|
|
55
|
+
._close_button_zy28p_109 {
|
|
56
56
|
position: absolute;
|
|
57
57
|
background-color: rgba(255, 255, 255, 0.3);
|
|
58
58
|
border-radius: 8px;
|
|
@@ -67,35 +67,35 @@
|
|
|
67
67
|
width: 32px;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
.
|
|
70
|
+
._modal_content_zy28p_139 {
|
|
71
71
|
padding: 16px 24px 24px;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
.
|
|
74
|
+
._img_area_zy28p_147 {
|
|
75
75
|
background-position: center center;
|
|
76
76
|
background-size: cover;
|
|
77
77
|
height: 418px;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
body:has(.
|
|
80
|
+
body:has(._overlay_zy28p_47.active) {
|
|
81
81
|
overflow-y: hidden;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
.
|
|
84
|
+
._body_copy_zy28p_167 {
|
|
85
85
|
margin-top: 8px;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
.
|
|
88
|
+
._body_copy_zy28p_167 > * {
|
|
89
89
|
color: #333d46;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
.
|
|
92
|
+
._body_copy_zy28p_167 > p {
|
|
93
93
|
text-align: center;
|
|
94
94
|
font-size: 16px;
|
|
95
95
|
line-height: 1.5;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
.
|
|
98
|
+
._btns_zy28p_195 {
|
|
99
99
|
display: flex;
|
|
100
100
|
align-items: center;
|
|
101
101
|
gap: 2rem;
|
|
@@ -105,33 +105,37 @@ body:has(._overlay_s4llo_47.active) {
|
|
|
105
105
|
justify-content: center;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.
|
|
108
|
+
._btns_zy28p_195:empty {
|
|
109
109
|
display: none;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
.
|
|
112
|
+
._modal_content_zy28p_139:nth-child(2) h2 {
|
|
113
113
|
margin-top: 31px;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
@media (max-width: 1023px) {
|
|
117
|
-
.
|
|
117
|
+
._btns_zy28p_195 {
|
|
118
118
|
flex-direction: column-reverse;
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
@media (max-width: 832px) {
|
|
123
|
-
.
|
|
123
|
+
._img_area_zy28p_147 {
|
|
124
124
|
height: calc(12.25rem + ((1vw - 3.75px) * 48.5777));
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
@media (max-width: 500px) {
|
|
129
|
-
.
|
|
129
|
+
._modal_zy28p_79 {
|
|
130
130
|
width: calc(100% - 1rem);
|
|
131
131
|
}
|
|
132
|
-
.
|
|
132
|
+
._overlay_zy28p_47.active {
|
|
133
133
|
align-items: flex-start;
|
|
134
134
|
overflow-y: scroll;
|
|
135
135
|
padding-top: 40px;
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
|
+
|
|
139
|
+
._white_modal_zy28p_277 {
|
|
140
|
+
color: #1e3860;
|
|
141
|
+
}
|