@axos-web-dev/shared-components 1.0.100-dev.43-executive.1 → 1.0.100-dev.43
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 -3
- package/dist/Auth/ErrorAlert.js +1 -2
- package/dist/Auth/SignInPassword.js +2 -2
- package/dist/BulletItem/BulletItem.js +1 -0
- package/dist/Button/Button.js +1 -2
- package/dist/Calculators/AnnualFeeCalculator/index.js +1 -1
- package/dist/Calculators/BuyDownCalculator/index.js +1 -1
- package/dist/Calculators/Calculator.js +2 -3
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
- package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
- package/dist/Carousel/index.js +1 -2
- package/dist/Chatbot/Bubble.css.js +0 -1
- package/dist/Chatbot/ChatWindow.css.d.ts +1 -0
- package/dist/Chatbot/ChatWindow.css.js +14 -11
- package/dist/Chatbot/ChatWindow.js +87 -66
- package/dist/Chatbot/Chatbot.d.ts +1 -1
- package/dist/Chatbot/Chatbot.js +46 -10
- package/dist/Chatbot/index.js +2 -1
- package/dist/Chevron/index.js +1 -2
- package/dist/Comparison/Comparison.js +1 -2
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +0 -136
- package/dist/ExecutiveBio/ExecutiveBio.css.js +0 -46
- package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +4 -10
- package/dist/ExecutiveBio/ExecutiveBio.js +86 -331
- package/dist/ExecutiveBio/index.js +1 -24
- package/dist/FaqAccordion/index.js +1 -2
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -2
- package/dist/Forms/ApplicationStart.js +4 -2
- package/dist/Forms/ApplyNow.js +2 -3
- package/dist/Forms/ClearingForm.js +4 -2
- package/dist/Forms/CommercialDeposits.js +4 -2
- package/dist/Forms/CommercialDepositsNoLendingOption.js +4 -2
- package/dist/Forms/CommercialLending.js +4 -2
- package/dist/Forms/CommercialPremiumFinance.js +4 -2
- package/dist/Forms/ContactCompany.js +4 -2
- package/dist/Forms/ContactCompanyTitle.js +4 -2
- package/dist/Forms/ContactUs.js +4 -2
- package/dist/Forms/ContactUsAAS.js +4 -2
- package/dist/Forms/ContactUsBusiness.js +5 -4
- package/dist/Forms/ContactUsBusinessNameEmail.js +5 -4
- package/dist/Forms/ContactUsLVF.js +4 -2
- package/dist/Forms/ContactUsNMLSId.js +5 -4
- package/dist/Forms/CpraRequest.d.ts +1 -1
- package/dist/Forms/CpraRequest.js +5 -2
- package/dist/Forms/CraPublicFile.js +5 -4
- package/dist/Forms/DealerServices.js +4 -2
- package/dist/Forms/EmailOnly.js +5 -4
- package/dist/Forms/EmailUs.js +7 -5
- package/dist/Forms/HoneyPot/index.js +2 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +6 -5
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -2
- package/dist/Forms/MortgageWarehouseLending.js +5 -4
- package/dist/Forms/QuickPricer/QuickPricerForm.js +16 -12
- package/dist/Forms/ScheduleCall.js +4 -2
- package/dist/Forms/ScheduleCallPremier.js +4 -2
- package/dist/Forms/SuccesForm.js +2 -3
- package/dist/Forms/VendorQuestionnaire.js +6 -2
- package/dist/Forms/index.js +1 -0
- package/dist/Hyperlink/index.js +1 -2
- package/dist/ImageLink/ImageLink.js +2 -3
- package/dist/ImageLink/ImageLinkSet.js +1 -2
- package/dist/ImageLink/index.js +1 -2
- package/dist/Insight/Featured/CategorySelector.js +1 -2
- package/dist/Insight/Featured/Featured.js +1 -2
- package/dist/Insight/Featured/Header.js +1 -2
- package/dist/LoadingIndicator/index.js +1 -0
- package/dist/Modal/Modal.js +1 -2
- package/dist/Modal/contextApi/store.js +1 -1
- package/dist/NavigationMenu/AxosALTS/NavData.js +1 -2
- package/dist/NavigationMenu/AxosALTS/index.js +1 -2
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +1 -2
- package/dist/NavigationMenu/AxosBank/NavData.js +1 -2
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +8 -7
- package/dist/NavigationMenu/AxosBank/index.js +1 -2
- package/dist/NavigationMenu/LaVictoire/NavData.js +1 -2
- package/dist/NavigationMenu/LaVictoire/index.js +1 -2
- package/dist/NavigationMenu/NavDataJson.js +1 -2
- package/dist/NavigationMenu/Navbar.js +1 -2
- package/dist/NavigationMenu/SignInNavButton.js +1 -2
- package/dist/SetContainer/SetContainer.js +2 -3
- package/dist/SocialMediaBar/iconsRepository.js +1 -2
- package/dist/Tab/Tab.js +1 -0
- package/dist/Table/Table.d.ts +1 -1
- package/dist/VideoTile/VideoTile.js +1 -2
- package/dist/VideoWrapper/index.js +1 -2
- package/dist/assets/Chatbot/ChatWindow.css +38 -26
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +0 -268
- package/dist/main.js +11 -26
- package/dist/utils/emailValidation.d.ts +1 -0
- package/dist/utils/emailValidation.js +31 -0
- package/dist/utils/index.d.ts +4 -1
- package/dist/utils/index.js +9 -1
- package/dist/utils/nmlsValidation.d.ts +1 -0
- package/dist/utils/nmlsValidation.js +34 -0
- package/dist/utils/useCachedValidators.d.ts +2 -0
- package/dist/utils/useCachedValidators.js +22 -0
- package/package.json +1 -1
|
@@ -71,13 +71,12 @@ import "../../Auth/SignInPassword.js";
|
|
|
71
71
|
/* empty css */
|
|
72
72
|
/* empty css */
|
|
73
73
|
import "../../Carousel/index.js";
|
|
74
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
75
74
|
/* empty css */
|
|
76
75
|
import "../../Chatbot/store/chat.js";
|
|
77
76
|
import "../../Chatbot/authenticate.js";
|
|
77
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
78
78
|
/* empty css */
|
|
79
79
|
import "../../Chatbot/store/messages.js";
|
|
80
|
-
import "@ujet/websdk-headless";
|
|
81
80
|
/* empty css */
|
|
82
81
|
import "../../Comparison/Comparison.css.js";
|
|
83
82
|
import "next/image.js";
|
|
@@ -68,13 +68,12 @@ import "../../Auth/SignInPassword.js";
|
|
|
68
68
|
/* empty css */
|
|
69
69
|
/* empty css */
|
|
70
70
|
import "../../Carousel/index.js";
|
|
71
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
72
71
|
/* empty css */
|
|
73
72
|
import "../../Chatbot/store/chat.js";
|
|
74
73
|
import "../../Chatbot/authenticate.js";
|
|
74
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
75
75
|
/* empty css */
|
|
76
76
|
import "../../Chatbot/store/messages.js";
|
|
77
|
-
import "@ujet/websdk-headless";
|
|
78
77
|
/* empty css */
|
|
79
78
|
import "../../Comparison/Comparison.css.js";
|
|
80
79
|
import "next/image.js";
|
|
@@ -71,13 +71,12 @@ import "../../Auth/SignInPassword.js";
|
|
|
71
71
|
/* empty css */
|
|
72
72
|
/* empty css */
|
|
73
73
|
import "../../Carousel/index.js";
|
|
74
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
75
74
|
/* empty css */
|
|
76
75
|
import "../../Chatbot/store/chat.js";
|
|
77
76
|
import "../../Chatbot/authenticate.js";
|
|
77
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
78
78
|
/* empty css */
|
|
79
79
|
import "../../Chatbot/store/messages.js";
|
|
80
|
-
import "@ujet/websdk-headless";
|
|
81
80
|
/* empty css */
|
|
82
81
|
import "../../Comparison/Comparison.css.js";
|
|
83
82
|
import "next/image.js";
|
|
@@ -68,13 +68,12 @@ import "../Auth/SignInPassword.js";
|
|
|
68
68
|
/* empty css */
|
|
69
69
|
/* empty css */
|
|
70
70
|
import "../Carousel/index.js";
|
|
71
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
72
71
|
/* empty css */
|
|
73
72
|
import "../Chatbot/store/chat.js";
|
|
74
73
|
import "../Chatbot/authenticate.js";
|
|
74
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
75
75
|
/* empty css */
|
|
76
76
|
import "../Chatbot/store/messages.js";
|
|
77
|
-
import "@ujet/websdk-headless";
|
|
78
77
|
/* empty css */
|
|
79
78
|
import "../Comparison/Comparison.css.js";
|
|
80
79
|
import "next/image.js";
|
|
@@ -70,13 +70,12 @@ import "../Auth/SignInPassword.js";
|
|
|
70
70
|
/* empty css */
|
|
71
71
|
/* empty css */
|
|
72
72
|
import "../Carousel/index.js";
|
|
73
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
74
73
|
/* empty css */
|
|
75
74
|
import "../Chatbot/store/chat.js";
|
|
76
75
|
import "../Chatbot/authenticate.js";
|
|
76
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
77
77
|
/* empty css */
|
|
78
78
|
import "../Chatbot/store/messages.js";
|
|
79
|
-
import "@ujet/websdk-headless";
|
|
80
79
|
/* empty css */
|
|
81
80
|
import "../Comparison/Comparison.css.js";
|
|
82
81
|
import "next/image.js";
|
|
@@ -71,13 +71,12 @@ import "../Auth/SignInPassword.js";
|
|
|
71
71
|
/* empty css */
|
|
72
72
|
/* empty css */
|
|
73
73
|
import "../Carousel/index.js";
|
|
74
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
75
74
|
/* empty css */
|
|
76
75
|
import "../Chatbot/store/chat.js";
|
|
77
76
|
import "../Chatbot/authenticate.js";
|
|
77
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
78
78
|
/* empty css */
|
|
79
79
|
import "../Chatbot/store/messages.js";
|
|
80
|
-
import "@ujet/websdk-headless";
|
|
81
80
|
/* empty css */
|
|
82
81
|
import "../Comparison/Comparison.css.js";
|
|
83
82
|
import "next/image.js";
|
|
@@ -11,6 +11,7 @@ import '../assets/VideoWrapper/VideoWrapper.css';import '../assets/TopicalNavSet
|
|
|
11
11
|
/* empty css */
|
|
12
12
|
import "../utils/allowedAxosDomains.js";
|
|
13
13
|
import { getVariant } from "../utils/getVariant.js";
|
|
14
|
+
import "react";
|
|
14
15
|
import { columnValues } from "../utils/variant.types.js";
|
|
15
16
|
import clsx from "clsx";
|
|
16
17
|
/* empty css */
|
|
@@ -18,7 +19,6 @@ import clsx from "clsx";
|
|
|
18
19
|
import "../Accordion/Accordion.js";
|
|
19
20
|
import "../Accordion/Accordion.css.js";
|
|
20
21
|
import "../AlertBanner/AlertBanner.css.js";
|
|
21
|
-
import "react";
|
|
22
22
|
import "../Article/Article.css.js";
|
|
23
23
|
import "../ArticlesSet/ArticlesSet.css.js";
|
|
24
24
|
import "../Calculators/calculator.css.js";
|
|
@@ -72,13 +72,12 @@ import "../Auth/SignInPassword.js";
|
|
|
72
72
|
/* empty css */
|
|
73
73
|
/* empty css */
|
|
74
74
|
import "../Carousel/index.js";
|
|
75
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
76
75
|
/* empty css */
|
|
77
76
|
import "../Chatbot/store/chat.js";
|
|
78
77
|
import "../Chatbot/authenticate.js";
|
|
78
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
79
79
|
/* empty css */
|
|
80
80
|
import "../Chatbot/store/messages.js";
|
|
81
|
-
import "@ujet/websdk-headless";
|
|
82
81
|
/* empty css */
|
|
83
82
|
import "../Comparison/Comparison.css.js";
|
|
84
83
|
import { setcontainer_section_text, set_container_cols, inline_container, set_container, isolate_container } from "./SetContainer.css.js";
|
|
@@ -68,13 +68,12 @@ import "../Auth/SignInPassword.js";
|
|
|
68
68
|
/* empty css */
|
|
69
69
|
/* empty css */
|
|
70
70
|
import "../Carousel/index.js";
|
|
71
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
72
71
|
/* empty css */
|
|
73
72
|
import "../Chatbot/store/chat.js";
|
|
74
73
|
import "../Chatbot/authenticate.js";
|
|
74
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
75
75
|
/* empty css */
|
|
76
76
|
import "../Chatbot/store/messages.js";
|
|
77
|
-
import "@ujet/websdk-headless";
|
|
78
77
|
/* empty css */
|
|
79
78
|
import "../Comparison/Comparison.css.js";
|
|
80
79
|
import "next/image.js";
|
package/dist/Tab/Tab.js
CHANGED
package/dist/Table/Table.d.ts
CHANGED
|
@@ -61,7 +61,7 @@ export declare const TableCell: ({ children, as, variant, highlighted, colSpan,
|
|
|
61
61
|
is?: string | undefined;
|
|
62
62
|
exportparts?: string | undefined;
|
|
63
63
|
part?: string | undefined;
|
|
64
|
-
popover?: "" | "auto" | "manual" |
|
|
64
|
+
popover?: "" | "auto" | "manual" | undefined;
|
|
65
65
|
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
66
66
|
popoverTarget?: string | undefined;
|
|
67
67
|
onToggle?: import('react').ToggleEventHandler<HTMLTableCellElement> | undefined;
|
|
@@ -76,13 +76,12 @@ import "../Auth/SignInPassword.js";
|
|
|
76
76
|
/* empty css */
|
|
77
77
|
/* empty css */
|
|
78
78
|
import "../Carousel/index.js";
|
|
79
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
80
79
|
/* empty css */
|
|
81
80
|
import "../Chatbot/store/chat.js";
|
|
82
81
|
import "../Chatbot/authenticate.js";
|
|
82
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
83
83
|
/* empty css */
|
|
84
84
|
import "../Chatbot/store/messages.js";
|
|
85
|
-
import "@ujet/websdk-headless";
|
|
86
85
|
/* empty css */
|
|
87
86
|
import "../Comparison/Comparison.css.js";
|
|
88
87
|
import "next/image.js";
|
|
@@ -69,13 +69,12 @@ import "../Auth/SignInPassword.js";
|
|
|
69
69
|
/* empty css */
|
|
70
70
|
/* empty css */
|
|
71
71
|
import "../Carousel/index.js";
|
|
72
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
73
72
|
/* empty css */
|
|
74
73
|
import "../Chatbot/store/chat.js";
|
|
75
74
|
import "../Chatbot/authenticate.js";
|
|
75
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
76
76
|
/* empty css */
|
|
77
77
|
import "../Chatbot/store/messages.js";
|
|
78
|
-
import "@ujet/websdk-headless";
|
|
79
78
|
/* empty css */
|
|
80
79
|
import "../Comparison/Comparison.css.js";
|
|
81
80
|
import "next/image.js";
|
|
@@ -57,10 +57,12 @@
|
|
|
57
57
|
color: #1F1F1F;
|
|
58
58
|
flex: 1;
|
|
59
59
|
font-family: var(--header-font-family);
|
|
60
|
-
font-size:
|
|
60
|
+
font-size: 16px;
|
|
61
61
|
opacity: 0.7;
|
|
62
62
|
outline: none;
|
|
63
63
|
padding: 20px 0 20px 20px;
|
|
64
|
+
resize: none;
|
|
65
|
+
transform: scale(0.8);
|
|
64
66
|
}
|
|
65
67
|
._13n1jqk6::placeholder {
|
|
66
68
|
color: rgba(31,31,31,.38);
|
|
@@ -72,27 +74,31 @@
|
|
|
72
74
|
color: rgba(31,31,31,.58);
|
|
73
75
|
}
|
|
74
76
|
._13n1jqk7 {
|
|
77
|
+
overflow-y: hidden;
|
|
78
|
+
min-height: 20px;
|
|
79
|
+
}
|
|
80
|
+
._13n1jqk8 {
|
|
75
81
|
padding-inline: 20px;
|
|
76
82
|
background: #fafafa;
|
|
77
83
|
border: none;
|
|
78
84
|
}
|
|
79
|
-
.
|
|
85
|
+
._13n1jqk8:hover {
|
|
80
86
|
background: #E9F8FF;
|
|
81
87
|
cursor: pointer;
|
|
82
88
|
}
|
|
83
|
-
._1hpv6vm1 .
|
|
89
|
+
._1hpv6vm1 ._13n1jqk8:hover {
|
|
84
90
|
background: #eae8e8;
|
|
85
91
|
}
|
|
86
|
-
.
|
|
92
|
+
._13n1jqk8 svg {
|
|
87
93
|
fill: rgba(31,31,31,.38);
|
|
88
94
|
}
|
|
89
|
-
.
|
|
95
|
+
._13n1jqk8.active svg {
|
|
90
96
|
fill: #1e3860;
|
|
91
97
|
}
|
|
92
|
-
._1hpv6vm1 .
|
|
98
|
+
._1hpv6vm1 ._13n1jqk8.active svg {
|
|
93
99
|
fill: #e18357;
|
|
94
100
|
}
|
|
95
|
-
.
|
|
101
|
+
._13n1jqk9 {
|
|
96
102
|
background: #f9f9f9;
|
|
97
103
|
display: flex;
|
|
98
104
|
flex: 1;
|
|
@@ -102,22 +108,22 @@
|
|
|
102
108
|
padding: 1rem;
|
|
103
109
|
scrollbar-color: #ccc transparent;
|
|
104
110
|
}
|
|
105
|
-
.
|
|
111
|
+
._13n1jqka {
|
|
106
112
|
color: #888;
|
|
107
113
|
font-size: 10px;
|
|
108
114
|
margin-bottom: 4px;
|
|
109
115
|
text-align: center;
|
|
110
116
|
}
|
|
111
|
-
.
|
|
117
|
+
._13n1jqkb {
|
|
112
118
|
border-radius: 8px;
|
|
113
119
|
margin-bottom: 8px;
|
|
114
120
|
max-width: 93%;
|
|
115
121
|
padding: 8px 12px;
|
|
116
122
|
}
|
|
117
|
-
.
|
|
123
|
+
._13n1jqkb ul {
|
|
118
124
|
padding-left: 24px;
|
|
119
125
|
}
|
|
120
|
-
.
|
|
126
|
+
._13n1jqkc {
|
|
121
127
|
border: 1px solid #ddd;
|
|
122
128
|
border-radius: 8px;
|
|
123
129
|
box-shadow: 0 1px 4px #b3e0ff55;
|
|
@@ -125,20 +131,20 @@
|
|
|
125
131
|
flex-direction: column;
|
|
126
132
|
margin-bottom: 8px;
|
|
127
133
|
}
|
|
128
|
-
.
|
|
134
|
+
._13n1jqkd {
|
|
129
135
|
font-size: 12px;
|
|
130
136
|
text-align: left;
|
|
131
137
|
background: #fff;
|
|
132
138
|
color: #1e3860;
|
|
133
139
|
cursor: pointer;
|
|
134
140
|
}
|
|
135
|
-
.
|
|
141
|
+
._13n1jqkd:hover {
|
|
136
142
|
background: #f0f0f0;
|
|
137
143
|
}
|
|
138
|
-
._1hpv6vm1 .
|
|
144
|
+
._1hpv6vm1 ._13n1jqkd {
|
|
139
145
|
color: #323339;
|
|
140
146
|
}
|
|
141
|
-
.
|
|
147
|
+
._13n1jqke {
|
|
142
148
|
background: #1e629a;
|
|
143
149
|
border: none;
|
|
144
150
|
color: #fff;
|
|
@@ -148,14 +154,14 @@
|
|
|
148
154
|
border-radius: 4px;
|
|
149
155
|
text-align: center;
|
|
150
156
|
}
|
|
151
|
-
.
|
|
157
|
+
._13n1jqke:hover {
|
|
152
158
|
opacity: 0.8;
|
|
153
159
|
}
|
|
154
|
-
._1hpv6vm1 .
|
|
160
|
+
._1hpv6vm1 ._13n1jqke {
|
|
155
161
|
background: #e18357;
|
|
156
162
|
color: #323339;
|
|
157
163
|
}
|
|
158
|
-
.
|
|
164
|
+
._13n1jqkf {
|
|
159
165
|
position: absolute;
|
|
160
166
|
top: 40px;
|
|
161
167
|
right: 25px;
|
|
@@ -171,43 +177,49 @@
|
|
|
171
177
|
color: #323339;
|
|
172
178
|
}
|
|
173
179
|
}
|
|
174
|
-
.
|
|
180
|
+
._13n1jqkg {
|
|
175
181
|
color: #fff;
|
|
176
182
|
border-bottom: 1px solid #1f2d3e;
|
|
177
183
|
padding: 2px 12px;
|
|
178
184
|
cursor: pointer;
|
|
179
185
|
font-size: 12px;
|
|
180
186
|
}
|
|
181
|
-
.
|
|
187
|
+
._13n1jqkg:last-child {
|
|
182
188
|
border-bottom: none;
|
|
183
189
|
}
|
|
184
|
-
.
|
|
190
|
+
._13n1jqkg:hover {
|
|
185
191
|
background: #1f2d3e;
|
|
186
192
|
}
|
|
187
|
-
._1hpv6vm1 .
|
|
193
|
+
._1hpv6vm1 ._13n1jqkg {
|
|
188
194
|
background: #e18357;
|
|
189
195
|
color: #323339;
|
|
190
196
|
}
|
|
191
|
-
.
|
|
197
|
+
._13n1jqkg button {
|
|
192
198
|
background: transparent;
|
|
193
199
|
border: none;
|
|
194
200
|
color: inherit;
|
|
195
201
|
cursor: pointer;
|
|
196
202
|
}
|
|
197
|
-
.
|
|
203
|
+
._13n1jqkh {
|
|
198
204
|
font-size: 10px;
|
|
199
205
|
text-align: center;
|
|
200
206
|
margin-bottom: 8px;
|
|
201
207
|
margin-top: 8px;
|
|
202
208
|
color: #1e3860;
|
|
203
209
|
}
|
|
204
|
-
._1hpv6vm1 .
|
|
210
|
+
._1hpv6vm1 ._13n1jqkh {
|
|
205
211
|
color: #323339;
|
|
206
212
|
}
|
|
207
|
-
.
|
|
213
|
+
._13n1jqki {
|
|
208
214
|
display: flex;
|
|
209
215
|
flex-direction: column;
|
|
210
216
|
align-items: center;
|
|
211
217
|
justify-content: center;
|
|
212
218
|
padding: 0 1rem;
|
|
219
|
+
}
|
|
220
|
+
@media (hover: none) and (pointer: coarse) {
|
|
221
|
+
body:has(._1hpv6vm1 ._13n1jqk1), body:has(._1hpv6vm0 ._13n1jqk1) {
|
|
222
|
+
overscroll-behavior: contain;
|
|
223
|
+
overflow: hidden;
|
|
224
|
+
}
|
|
213
225
|
}
|
|
@@ -199,234 +199,6 @@ main > div:nth-last-child(2) > .txcb8d0 {
|
|
|
199
199
|
.txcb8dm + .txcb8d1d {
|
|
200
200
|
margin-top: 24px;
|
|
201
201
|
}
|
|
202
|
-
.txcb8d1e {
|
|
203
|
-
display: flex;
|
|
204
|
-
flex-direction: column;
|
|
205
|
-
}
|
|
206
|
-
.txcb8d1f {
|
|
207
|
-
padding-block: 80px;
|
|
208
|
-
}
|
|
209
|
-
.txcb8d1g {
|
|
210
|
-
background: var(--_1073cm81);
|
|
211
|
-
color: var(--_1073cm83);
|
|
212
|
-
}
|
|
213
|
-
.txcb8d1h {
|
|
214
|
-
background: var(--_1073cm88);
|
|
215
|
-
color: var(--_1073cm8a);
|
|
216
|
-
}
|
|
217
|
-
.txcb8d1i {
|
|
218
|
-
background: var(--_1073cm8f);
|
|
219
|
-
color: var(--_1073cm8h);
|
|
220
|
-
}
|
|
221
|
-
.txcb8d1j {
|
|
222
|
-
background: var(--_1073cm8m);
|
|
223
|
-
color: var(--_1073cm8o);
|
|
224
|
-
}
|
|
225
|
-
main > div:has(options => {
|
|
226
|
-
var className = config.defaultClassName;
|
|
227
|
-
var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
|
|
228
|
-
for (var variantName in selections) {
|
|
229
|
-
var _selections$variantNa;
|
|
230
|
-
var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
|
|
231
|
-
if (variantSelection != null) {
|
|
232
|
-
var selection = variantSelection;
|
|
233
|
-
if (typeof selection === 'boolean') {
|
|
234
|
-
// @ts-expect-error
|
|
235
|
-
selection = selection === true ? 'true' : 'false';
|
|
236
|
-
}
|
|
237
|
-
var selectionClassName =
|
|
238
|
-
// @ts-expect-error
|
|
239
|
-
config.variantClassNames[variantName][selection];
|
|
240
|
-
if (selectionClassName) {
|
|
241
|
-
className += ' ' + selectionClassName;
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
|
|
246
|
-
if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
|
|
247
|
-
className += ' ' + compoundClassName;
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
return className;
|
|
251
|
-
}) {
|
|
252
|
-
margin-top: 0;
|
|
253
|
-
}
|
|
254
|
-
.txcb8d1l {
|
|
255
|
-
display: flex;
|
|
256
|
-
align-items: flex-start;
|
|
257
|
-
gap: 56px;
|
|
258
|
-
}
|
|
259
|
-
.txcb8d1m {
|
|
260
|
-
gap: 32px;
|
|
261
|
-
width: min(344px, 100%);
|
|
262
|
-
}
|
|
263
|
-
.txcb8d1n {
|
|
264
|
-
aspect-ratio: 344 / 392;
|
|
265
|
-
background-color: #DAE2E5;
|
|
266
|
-
border-radius: 16px;
|
|
267
|
-
align-self: stretch;
|
|
268
|
-
overflow: hidden;
|
|
269
|
-
max-width: 344px;
|
|
270
|
-
position: relative;
|
|
271
|
-
}
|
|
272
|
-
.txcb8d1o {
|
|
273
|
-
height: 100%;
|
|
274
|
-
width: 100%;
|
|
275
|
-
object-fit: cover;
|
|
276
|
-
position: absolute;
|
|
277
|
-
inset: 0;
|
|
278
|
-
}
|
|
279
|
-
.txcb8d1p {
|
|
280
|
-
gap: 16px;
|
|
281
|
-
}
|
|
282
|
-
.txcb8d1q {
|
|
283
|
-
display: block;
|
|
284
|
-
font: 700 18px / 1.5 var(--header-font-family);
|
|
285
|
-
letter-spacing: -0.198px;
|
|
286
|
-
}
|
|
287
|
-
.txcb8d1r {
|
|
288
|
-
color: var(--_1073cm85);
|
|
289
|
-
}
|
|
290
|
-
.txcb8d1s {
|
|
291
|
-
color: var(--_1073cm8c);
|
|
292
|
-
}
|
|
293
|
-
.txcb8d1t {
|
|
294
|
-
color: var(--_1073cm8j);
|
|
295
|
-
}
|
|
296
|
-
.txcb8d1u {
|
|
297
|
-
color: var(--_1073cm8q);
|
|
298
|
-
}
|
|
299
|
-
.txcb8d1v {
|
|
300
|
-
gap: 3px;
|
|
301
|
-
padding-left: 20px;
|
|
302
|
-
}
|
|
303
|
-
.txcb8d1w {
|
|
304
|
-
flex: 1;
|
|
305
|
-
gap: 24px;
|
|
306
|
-
}
|
|
307
|
-
.txcb8d1x {
|
|
308
|
-
gap: 16px;
|
|
309
|
-
}
|
|
310
|
-
.txcb8d1y {
|
|
311
|
-
gap: 12px;
|
|
312
|
-
}
|
|
313
|
-
.txcb8d20 {
|
|
314
|
-
color: var(--_1073cm85);
|
|
315
|
-
}
|
|
316
|
-
.txcb8d21 {
|
|
317
|
-
color: var(--_1073cm8c);
|
|
318
|
-
}
|
|
319
|
-
.txcb8d22 {
|
|
320
|
-
color: var(--_1073cm8j);
|
|
321
|
-
}
|
|
322
|
-
.txcb8d23 {
|
|
323
|
-
color: var(--_1073cm8q);
|
|
324
|
-
}
|
|
325
|
-
.txcb8d24 {
|
|
326
|
-
font-size: 20px;
|
|
327
|
-
line-height: 1.5;
|
|
328
|
-
}
|
|
329
|
-
.txcb8d25 {
|
|
330
|
-
color: var(--_1073cm85);
|
|
331
|
-
}
|
|
332
|
-
.txcb8d26 {
|
|
333
|
-
color: var(--_1073cm8c);
|
|
334
|
-
}
|
|
335
|
-
.txcb8d27 {
|
|
336
|
-
color: var(--_1073cm8j);
|
|
337
|
-
}
|
|
338
|
-
.txcb8d28 {
|
|
339
|
-
color: var(--_1073cm8q);
|
|
340
|
-
}
|
|
341
|
-
.txcb8d29 {
|
|
342
|
-
display: flex;
|
|
343
|
-
align-items: center;
|
|
344
|
-
gap: 18px;
|
|
345
|
-
}
|
|
346
|
-
.txcb8d2b {
|
|
347
|
-
fill: #2F5B88;
|
|
348
|
-
}
|
|
349
|
-
.txcb8d2c {
|
|
350
|
-
fill: #2F5B88;
|
|
351
|
-
}
|
|
352
|
-
.txcb8d2d {
|
|
353
|
-
fill: var(--_1073cm8g);
|
|
354
|
-
}
|
|
355
|
-
.txcb8d2e {
|
|
356
|
-
fill: var(--_1073cm8n);
|
|
357
|
-
}
|
|
358
|
-
.txcb8d2f {
|
|
359
|
-
font-size: 24px;
|
|
360
|
-
font-weight: 600;
|
|
361
|
-
line-height: 1.37;
|
|
362
|
-
font-family: var(--header-font-family);
|
|
363
|
-
text-wrap: pretty;
|
|
364
|
-
}
|
|
365
|
-
.txcb8d2g {
|
|
366
|
-
color: var(--_1073cm85);
|
|
367
|
-
}
|
|
368
|
-
.txcb8d2h {
|
|
369
|
-
color: var(--_1073cm8c);
|
|
370
|
-
}
|
|
371
|
-
.txcb8d2i {
|
|
372
|
-
color: var(--_1073cm8j);
|
|
373
|
-
}
|
|
374
|
-
.txcb8d2j {
|
|
375
|
-
color: var(--_1073cm8q);
|
|
376
|
-
}
|
|
377
|
-
.txcb8d2k p {
|
|
378
|
-
font-size: 16px;
|
|
379
|
-
line-height: 1.5;
|
|
380
|
-
}
|
|
381
|
-
.txcb8d2l {
|
|
382
|
-
scale: 1;
|
|
383
|
-
transition: scale 0.25s ease;
|
|
384
|
-
will-change: scale;
|
|
385
|
-
}
|
|
386
|
-
.txcb8d2l:hover {
|
|
387
|
-
scale: 1.1;
|
|
388
|
-
}
|
|
389
|
-
.txcb8d2m {
|
|
390
|
-
position: relative;
|
|
391
|
-
display: flex;
|
|
392
|
-
}
|
|
393
|
-
.txcb8d2n {
|
|
394
|
-
visibility: hidden;
|
|
395
|
-
min-width: 120px;
|
|
396
|
-
text-align: center;
|
|
397
|
-
padding: 5px 0;
|
|
398
|
-
border-radius: 8px;
|
|
399
|
-
position: absolute;
|
|
400
|
-
z-index: 1;
|
|
401
|
-
bottom: 120%;
|
|
402
|
-
left: 100%;
|
|
403
|
-
margin-left: -33px;
|
|
404
|
-
opacity: 0;
|
|
405
|
-
transition: opacity 0.3s;
|
|
406
|
-
will-change: opacity;
|
|
407
|
-
font-weight: 700;
|
|
408
|
-
font-family: var(--header-font-family);
|
|
409
|
-
}
|
|
410
|
-
.txcb8d2m:hover .txcb8d2n {
|
|
411
|
-
visibility: visible;
|
|
412
|
-
opacity: 1;
|
|
413
|
-
}
|
|
414
|
-
.txcb8d2o {
|
|
415
|
-
background: var(--_1073cm82);
|
|
416
|
-
color: var(--_1073cm86);
|
|
417
|
-
}
|
|
418
|
-
.txcb8d2p {
|
|
419
|
-
background: var(--_1073cm89);
|
|
420
|
-
color: var(--_1073cm8d);
|
|
421
|
-
}
|
|
422
|
-
.txcb8d2q {
|
|
423
|
-
background: var(--_1073cm8g);
|
|
424
|
-
color: var(--_1073cm8k);
|
|
425
|
-
}
|
|
426
|
-
.txcb8d2r {
|
|
427
|
-
background: var(--_1073cm8n);
|
|
428
|
-
color: var(--_1073cm8r);
|
|
429
|
-
}
|
|
430
202
|
@media (max-width: 1240px) and (min-width: 1024px) {
|
|
431
203
|
.txcb8dm {
|
|
432
204
|
max-width: max-content;
|
|
@@ -465,12 +237,6 @@ main > div:has(options => {
|
|
|
465
237
|
.txcb8d1c {
|
|
466
238
|
margin-top: 24px;
|
|
467
239
|
}
|
|
468
|
-
.txcb8d1f {
|
|
469
|
-
padding-block: 42px;
|
|
470
|
-
}
|
|
471
|
-
.txcb8d1l {
|
|
472
|
-
gap: 32px;
|
|
473
|
-
}
|
|
474
240
|
}
|
|
475
241
|
@media (max-width: 768px) {
|
|
476
242
|
.txcb8db {
|
|
@@ -509,9 +275,6 @@ main > div:has(options => {
|
|
|
509
275
|
.txcb8dm + .txcb8d1d {
|
|
510
276
|
margin-top: 10px;
|
|
511
277
|
}
|
|
512
|
-
.txcb8d1f {
|
|
513
|
-
padding-block: 32px;
|
|
514
|
-
}
|
|
515
278
|
}
|
|
516
279
|
@media screen and (max-width: 1023px) {
|
|
517
280
|
main > div:nth-last-child(2) > .txcb8d0 {
|
|
@@ -534,35 +297,4 @@ main > div:has(options => {
|
|
|
534
297
|
flex-direction: column;
|
|
535
298
|
gap: 10px;
|
|
536
299
|
}
|
|
537
|
-
}
|
|
538
|
-
@media (max-width: 1023px) and (min-width: 769px) {
|
|
539
|
-
.txcb8d1k {
|
|
540
|
-
width: min(1200px, calc(100% - 4rem));
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
@media (max-width: 850px) {
|
|
544
|
-
.txcb8d1l {
|
|
545
|
-
flex-direction: column;
|
|
546
|
-
gap: 24px;
|
|
547
|
-
}
|
|
548
|
-
.txcb8d1m {
|
|
549
|
-
display: contents;
|
|
550
|
-
}
|
|
551
|
-
.txcb8d1p {
|
|
552
|
-
order: 1;
|
|
553
|
-
}
|
|
554
|
-
.txcb8d1w {
|
|
555
|
-
display: contents;
|
|
556
|
-
}
|
|
557
|
-
.txcb8d2k {
|
|
558
|
-
order: 2;
|
|
559
|
-
}
|
|
560
|
-
.txcb8d2s {
|
|
561
|
-
order: 3;
|
|
562
|
-
}
|
|
563
|
-
}
|
|
564
|
-
@media (min-width: 769px) {
|
|
565
|
-
.txcb8d2s > * + * {
|
|
566
|
-
margin-top: 14px;
|
|
567
|
-
}
|
|
568
300
|
}
|