@axos-web-dev/shared-components 2.0.0-dev.1 → 2.0.0-queryparams.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/README.md +111 -111
- package/dist/ATMLocator/ATMLocator.js +3 -8
- package/dist/Article/Article.d.ts +2 -2
- package/dist/Article/Article.js +13 -2
- package/dist/Auth/ErrorAlert.js +4 -9
- package/dist/Auth/SignInPassword.js +0 -1
- package/dist/Avatar/Avatar.module.js +7 -7
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/BulletItem/BulletItem.js +0 -1
- package/dist/Button/Button.js +10 -10
- package/dist/Calculators/AnnualFeeCalculator/index.js +0 -1
- package/dist/Calculators/ApyCalculator/index.js +3 -1
- package/dist/Calculators/AxosOneCalculator/index.js +16 -9
- package/dist/Calculators/BalanceAPYCalculator/index.js +0 -1
- package/dist/Calculators/BuyDownCalculator/index.js +0 -1
- package/dist/Calculators/Calculator.js +0 -5
- package/dist/Calculators/MarginTradingCalculator/index.js +119 -2
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +0 -1
- package/dist/Calculators/MaxLoanCalculator/index.js +0 -1
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +0 -1
- package/dist/Calculators/MonthlyPaymentLVFCalculator/index.js +0 -1
- package/dist/Calculators/SummitApyCalculator/index.js +3 -2
- package/dist/Carousel/index.js +3 -8
- package/dist/Chatbot/Bubble.js +1 -1
- package/dist/Chatbot/Chat.js +0 -7
- package/dist/Chatbot/ChatWindow.d.ts +2 -0
- package/dist/Chatbot/ChatWindow.js +27 -14
- package/dist/Chatbot/Chatbot.d.ts +1 -1
- package/dist/Chatbot/Chatbot.js +118 -13
- package/dist/Chatbot/ChatbotMessage.d.ts +1 -0
- package/dist/Chatbot/ChatbotMessage.js +42 -22
- package/dist/Chatbot/store/chat.d.ts +6 -0
- package/dist/Chatbot/store/chat.js +14 -2
- package/dist/Chatbot/store/messages.d.ts +1 -0
- package/dist/Chatbot/store/messages.js +5 -2
- package/dist/Chevron/index.js +2 -8
- package/dist/Comparison/Comparison.js +3 -8
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +51 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.js +48 -46
- package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +3 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +142 -151
- package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +1 -2
- package/dist/ExecutiveBio/ExecutiveBioSet.js +29 -16
- package/dist/ExecutiveBio/index.js +2 -1
- package/dist/FaqAccordion/index.js +3 -8
- package/dist/FdicCallout/FdicCallout.module.js +2 -2
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +83 -184
- package/dist/Forms/ApplicationStart.js +0 -1
- package/dist/Forms/ApplyNow.js +1 -6
- package/dist/Forms/BoatMooringLocation.js +0 -1
- package/dist/Forms/ClearingForm.js +0 -1
- package/dist/Forms/CommercialDeposits.js +0 -1
- package/dist/Forms/CommercialDepositsNoLendingOption.js +0 -1
- package/dist/Forms/CommercialLending.js +0 -1
- package/dist/Forms/CommercialPremiumFinance.js +0 -1
- package/dist/Forms/ConstructionLendingDynamic.d.ts +12 -0
- package/dist/Forms/ConstructionLendingDynamic.js +324 -0
- package/dist/Forms/ContactCompany.js +0 -1
- package/dist/Forms/ContactCompanyTitle.js +0 -1
- package/dist/Forms/ContactUs.js +0 -1
- package/dist/Forms/ContactUsAAS.js +0 -1
- package/dist/Forms/ContactUsBusiness.js +3 -8
- package/dist/Forms/ContactUsBusinessNameEmail.js +3 -8
- package/dist/Forms/ContactUsLVF.js +0 -1
- package/dist/Forms/ContactUsNMLSId.js +3 -8
- package/dist/Forms/CpraRequest.js +100 -3
- package/dist/Forms/CraPublicFile.js +3 -8
- package/dist/Forms/DealerServices.js +0 -1
- package/dist/Forms/EmailOnly.js +10 -10
- package/dist/Forms/EmailUs.js +0 -1
- package/dist/Forms/FormEnums.js +1 -3
- package/dist/Forms/Forms.css.d.ts +1 -1
- package/dist/Forms/Forms.css.js +3 -3
- package/dist/Forms/HoneyPot/index.js +0 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +4 -9
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +3 -8
- package/dist/Forms/MortgageWarehouseLending.js +3 -8
- package/dist/Forms/QuickPricer/QuickPricerForm.js +0 -1
- package/dist/Forms/ScheduleCall.js +0 -1
- package/dist/Forms/ScheduleCallPremier.js +0 -1
- package/dist/Forms/SuccesForm.js +3 -8
- package/dist/Forms/VendorQuestionnaire.js +0 -1
- package/dist/Forms/index.d.ts +1 -0
- package/dist/Forms/index.js +2 -1
- package/dist/Hyperlink/index.js +6 -10
- package/dist/IconBillboard/IconBillboard.css.d.ts +1 -0
- package/dist/IconBillboard/IconBillboard.css.js +11 -9
- package/dist/IconBillboard/index.js +2 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +14 -8
- package/dist/ImageLink/ImageLink.js +3 -8
- package/dist/ImageLink/ImageLinkSet.js +3 -8
- package/dist/ImageLink/index.js +1 -6
- package/dist/Insight/Featured/CategorySelector.js +1 -6
- package/dist/Insight/Featured/Featured.js +3 -8
- package/dist/Insight/Featured/Header.js +3 -8
- package/dist/Interstitial/Interstitial.module.js +10 -10
- package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +19 -1
- package/dist/LandingPageHeader/LandingPageHeader.css.js +6 -6
- package/dist/LandingPageHeader/LandingPageHeader.d.ts +3 -1
- package/dist/LandingPageHeader/LandingPageHeader.js +42 -16
- package/dist/LoadingIndicator/index.js +0 -1
- package/dist/Modal/Modal.js +1 -6
- package/dist/Modal/contextApi/store.d.ts +16 -2
- package/dist/Modal/contextApi/store.js +37 -6
- package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
- package/dist/NavigationMenu/AxosALTS/NavData.d.ts +7 -1
- package/dist/NavigationMenu/AxosALTS/NavData.js +6 -137
- package/dist/NavigationMenu/AxosALTS/index.js +10 -12
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +0 -1
- package/dist/NavigationMenu/AxosAdvisor/index.js +0 -1
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.js +0 -1
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +0 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +341 -73
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +50 -17
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +20 -6
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +211 -355
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
- package/dist/NavigationMenu/AxosBank/NavData.d.ts +39 -2
- package/dist/NavigationMenu/AxosBank/NavData.js +34 -166
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +199 -220
- package/dist/NavigationMenu/AxosBank/index.js +16 -43
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosClearing/index.js +0 -1
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
- package/dist/NavigationMenu/LaVictoire/NavData.d.ts +13 -2
- package/dist/NavigationMenu/LaVictoire/NavData.js +14 -146
- package/dist/NavigationMenu/LaVictoire/SubNavBar.js +4 -1
- package/dist/NavigationMenu/LaVictoire/index.js +16 -41
- package/dist/NavigationMenu/Navbar.js +4 -5
- package/dist/NavigationMenu/SignInNavButton.js +16 -24
- package/dist/SetContainer/SetContainer.js +4 -9
- package/dist/SocialMediaBar/iconsRepository.d.ts +44 -14
- package/dist/SocialMediaBar/iconsRepository.js +28 -37
- package/dist/SocialMediaBar/index.js +3 -1
- package/dist/Tab/Tab.js +0 -1
- package/dist/Table/Table.js +0 -1
- package/dist/VideoTile/VideoTile.js +0 -5
- package/dist/VideoWrapper/index.js +0 -5
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Avatar/Avatar.css +59 -59
- package/dist/assets/Blockquote/Blockquote.css +72 -72
- package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +1 -1
- package/dist/assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css +2 -2
- package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +1 -1
- package/dist/assets/Carousel/Carousel.css +1 -1
- package/dist/assets/Chatbot/AnimatedGradientBorder.css +2 -1
- package/dist/assets/Chatbot/ChatWindow.css +16 -8
- package/dist/assets/DownloadTile/DownloadTile.css +2 -2
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +281 -171
- package/dist/assets/FdicCallout/FdicCallout.css +48 -48
- package/dist/assets/Forms/Forms.css +29 -25
- package/dist/assets/HelpArticle/HelpArticle.css +2 -2
- package/dist/assets/IconBillboard/IconBillboard.css +35 -28
- package/dist/assets/Inputs/Input.css +1 -1
- package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
- package/dist/assets/Insight/Insight.css +4 -4
- package/dist/assets/Interstitial/Interstitial.css +142 -142
- package/dist/assets/LandingPageHeader/LandingPageHeader.css +28 -15
- package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +264 -264
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +609 -609
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +630 -630
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css +353 -192
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +445 -445
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css +484 -484
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css +427 -427
- package/dist/assets/NavigationMenu/LaVictoire/NavBar.css +429 -429
- package/dist/assets/Topic/Topic.css +1 -1
- package/dist/assets/Typography/Typography.css +1 -1
- package/dist/assets/VideoTile/VideoTile.css +1 -1
- package/dist/assets/WalnutIframe/wrapper.css +48 -48
- package/dist/assets/globals.css +24 -14
- package/dist/assets/utils/optimizeImage/optimizeImage.css +47 -47
- package/dist/main.js +8 -3
- package/dist/utils/allowedAxosDomains.d.ts +5 -2
- package/dist/utils/allowedAxosDomains.js +50 -47
- package/dist/utils/appendQueryParams.js +36 -5
- package/dist/utils/index.js +2 -1
- package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
- package/dist/utils/samePageNavigation.d.ts +3 -0
- package/dist/utils/samePageNavigation.js +23 -0
- package/dist/utils/validateExternalLinks.d.ts +1 -1
- package/dist/utils/validateExternalLinks.js +4 -6
- package/package.json +149 -148
- package/dist/NavigationMenu/NavDataJson.d.ts +0 -2
- package/dist/NavigationMenu/NavDataJson.js +0 -317
|
@@ -1,134 +1,172 @@
|
|
|
1
|
+
.txcb8d0 {
|
|
2
|
+
min-width: 0px;
|
|
3
|
+
}
|
|
1
4
|
.txcb8d1 {
|
|
2
|
-
|
|
5
|
+
margin-top: 0px;
|
|
3
6
|
}
|
|
4
7
|
.txcb8d2 {
|
|
8
|
+
border: 1px solid transparent;
|
|
9
|
+
}
|
|
10
|
+
.txcb8d3 {
|
|
5
11
|
background: var(--_1073cm81);
|
|
6
12
|
color: var(--_1073cm83);
|
|
7
13
|
border-color: var(--_1073cm84);
|
|
8
14
|
}
|
|
9
|
-
.
|
|
15
|
+
.txcb8d4 {
|
|
10
16
|
background: var(--_1073cm88);
|
|
11
17
|
color: var(--_1073cm8a);
|
|
12
18
|
}
|
|
13
|
-
.
|
|
19
|
+
.txcb8d5 {
|
|
14
20
|
background: var(--_1073cm8f);
|
|
15
21
|
color: var(--_1073cm8h);
|
|
16
22
|
}
|
|
17
|
-
.
|
|
23
|
+
.txcb8d6 {
|
|
18
24
|
background: var(--_1073cm8m);
|
|
19
25
|
color: var(--_1073cm8o);
|
|
20
26
|
}
|
|
21
|
-
.txcb8d7 {
|
|
22
|
-
|
|
27
|
+
.txcb8d1 .txcb8d7 {
|
|
28
|
+
font-size: 20px;
|
|
23
29
|
}
|
|
24
30
|
.txcb8d8 {
|
|
25
|
-
color: var(--
|
|
31
|
+
color: var(--_1073cm85);
|
|
26
32
|
}
|
|
27
33
|
.txcb8d9 {
|
|
28
|
-
color: var(--
|
|
34
|
+
color: var(--_1073cm8c);
|
|
29
35
|
}
|
|
30
36
|
.txcb8da {
|
|
31
|
-
color: var(--
|
|
37
|
+
color: var(--_1073cm8j);
|
|
32
38
|
}
|
|
33
39
|
.txcb8db {
|
|
40
|
+
color: var(--_1073cm8q);
|
|
41
|
+
}
|
|
42
|
+
.txcb8dc {
|
|
34
43
|
font-family: var(--header-font-family);
|
|
35
44
|
font-size: 18px;
|
|
36
45
|
font-weight: 700;
|
|
37
46
|
line-height: 1.29;
|
|
38
47
|
margin-top: 10px;
|
|
39
48
|
}
|
|
40
|
-
.txcb8dc {
|
|
41
|
-
|
|
49
|
+
.txcb8d1 .txcb8dc {
|
|
50
|
+
font-family: var(--main-font-family);
|
|
51
|
+
font-size: 14px;
|
|
52
|
+
font-weight: 400;
|
|
53
|
+
line-height: 1.5;
|
|
54
|
+
margin-top: 4px;
|
|
42
55
|
}
|
|
43
56
|
.txcb8dd {
|
|
44
|
-
color: var(--
|
|
57
|
+
color: var(--_1073cm83);
|
|
45
58
|
}
|
|
46
59
|
.txcb8de {
|
|
47
|
-
color: var(--
|
|
60
|
+
color: var(--_1073cm8a);
|
|
48
61
|
}
|
|
49
62
|
.txcb8df {
|
|
63
|
+
color: var(--_1073cm8h);
|
|
64
|
+
}
|
|
65
|
+
.txcb8dg {
|
|
50
66
|
color: var(--_1073cm8o);
|
|
51
67
|
}
|
|
52
|
-
.
|
|
68
|
+
.txcb8di {
|
|
53
69
|
fill: var(--_1073cm82);
|
|
54
70
|
}
|
|
55
|
-
.
|
|
71
|
+
.txcb8dj {
|
|
56
72
|
fill: var(--_1073cm89);
|
|
57
73
|
}
|
|
58
|
-
.
|
|
74
|
+
.txcb8dk {
|
|
59
75
|
fill: var(--_1073cm8g);
|
|
60
76
|
}
|
|
61
|
-
.
|
|
77
|
+
.txcb8dl {
|
|
62
78
|
fill: var(--_1073cm8n);
|
|
63
79
|
}
|
|
64
|
-
.
|
|
80
|
+
.txcb8dm {
|
|
65
81
|
flex: 1 1 0%;
|
|
66
82
|
}
|
|
67
|
-
.
|
|
83
|
+
.txcb8dn {
|
|
68
84
|
flex: 1 1 0%;
|
|
69
85
|
max-width: 100%;
|
|
70
86
|
}
|
|
71
|
-
.
|
|
87
|
+
.txcb8dn a {
|
|
72
88
|
color: inherit;
|
|
73
89
|
}
|
|
74
|
-
.
|
|
90
|
+
.txcb8dn a:hover {
|
|
75
91
|
opacity: 0.8;
|
|
76
92
|
text-decoration: underline;
|
|
77
93
|
}
|
|
78
|
-
.
|
|
94
|
+
.txcb8dn > * + * {
|
|
79
95
|
margin-top: 24px;
|
|
80
96
|
}
|
|
81
|
-
.
|
|
97
|
+
.txcb8do {
|
|
82
98
|
padding: 48px;
|
|
83
99
|
}
|
|
84
|
-
.txcb8do {
|
|
100
|
+
.txcb8d1 .txcb8do {
|
|
101
|
+
padding: 20px;
|
|
102
|
+
height: 100%;
|
|
103
|
+
}
|
|
104
|
+
.txcb8dp {
|
|
85
105
|
margin-top: 24px;
|
|
86
106
|
}
|
|
87
|
-
.
|
|
107
|
+
.txcb8d1 .txcb8dp {
|
|
108
|
+
margin-top: 16px;
|
|
109
|
+
font-size: 12px;
|
|
110
|
+
line-height: 1.5;
|
|
111
|
+
}
|
|
112
|
+
.txcb8dp p {
|
|
88
113
|
font-size: 16px;
|
|
89
114
|
line-height: 1.5;
|
|
90
115
|
}
|
|
91
|
-
.
|
|
116
|
+
.txcb8dp sub {
|
|
92
117
|
display: block;
|
|
93
118
|
font-style: italic;
|
|
94
119
|
margin-top: 5px;
|
|
95
120
|
}
|
|
96
|
-
.
|
|
121
|
+
.txcb8dq {
|
|
97
122
|
font-family: var(--header-font-family);
|
|
98
123
|
font-size: 18px;
|
|
124
|
+
line-height: 1.44;
|
|
99
125
|
font-weight: 700;
|
|
100
126
|
margin-left: 15px;
|
|
101
127
|
overflow: hidden;
|
|
102
128
|
text-decoration: none;
|
|
103
129
|
text-overflow: ellipsis;
|
|
104
130
|
}
|
|
105
|
-
.txcb8dq {
|
|
106
|
-
|
|
131
|
+
.txcb8d1 .txcb8dq {
|
|
132
|
+
margin-left: 0px;
|
|
133
|
+
overflow: visible;
|
|
134
|
+
}
|
|
135
|
+
.txcb8dq:hover {
|
|
136
|
+
opacity: 0.7;
|
|
107
137
|
}
|
|
108
138
|
.txcb8dr {
|
|
109
139
|
color: #0062B3;
|
|
110
140
|
}
|
|
111
141
|
.txcb8ds {
|
|
112
|
-
color:
|
|
142
|
+
color: #0062B3;
|
|
113
143
|
}
|
|
114
144
|
.txcb8dt {
|
|
115
|
-
color: var(--
|
|
145
|
+
color: var(--_1073cm8g);
|
|
146
|
+
}
|
|
147
|
+
.txcb8du {
|
|
148
|
+
color: var(--_1073cm8n);
|
|
116
149
|
}
|
|
117
|
-
.
|
|
150
|
+
.txcb8dq a {
|
|
118
151
|
text-decoration: none;
|
|
119
152
|
}
|
|
120
|
-
.
|
|
153
|
+
.txcb8dv {
|
|
121
154
|
display: flex;
|
|
122
155
|
flex-direction: column;
|
|
123
156
|
}
|
|
124
|
-
.
|
|
157
|
+
.txcb8dx {
|
|
125
158
|
aspect-ratio: 1 / 1;
|
|
126
159
|
border-radius: 50%;
|
|
127
160
|
overflow: hidden;
|
|
128
161
|
position: relative;
|
|
129
162
|
width: 320px;
|
|
130
163
|
}
|
|
131
|
-
.
|
|
164
|
+
.txcb8d1 .txcb8dx {
|
|
165
|
+
aspect-ratio: 132 / 160;
|
|
166
|
+
border-radius: 12px;
|
|
167
|
+
width: 132px;
|
|
168
|
+
}
|
|
169
|
+
.txcb8dx img {
|
|
132
170
|
height: 100%;
|
|
133
171
|
inset: 0;
|
|
134
172
|
object-fit: cover;
|
|
@@ -136,56 +174,83 @@
|
|
|
136
174
|
position: absolute;
|
|
137
175
|
width: 100%;
|
|
138
176
|
}
|
|
139
|
-
.
|
|
177
|
+
.txcb8dy {
|
|
178
|
+
display: grid;
|
|
179
|
+
gap: 24px;
|
|
180
|
+
position: relative;
|
|
181
|
+
margin-inline: auto;
|
|
182
|
+
}
|
|
183
|
+
.txcb8dz {
|
|
184
|
+
grid-template-columns: 1fr;
|
|
185
|
+
}
|
|
186
|
+
.txcb8d10 {
|
|
187
|
+
grid-template-columns: repeat(2, 1fr);
|
|
188
|
+
width: min(840px, calc(100% - 4rem));
|
|
189
|
+
}
|
|
190
|
+
.txcb8d11 {
|
|
191
|
+
grid-template-columns: repeat(3, 1fr);
|
|
192
|
+
}
|
|
193
|
+
.txcb8d12 {
|
|
194
|
+
grid-template-columns: repeat(4, 1fr);
|
|
195
|
+
}
|
|
196
|
+
.txcb8d13 {
|
|
140
197
|
margin-right: 64px;
|
|
141
198
|
width: auto;
|
|
142
199
|
}
|
|
143
|
-
.
|
|
200
|
+
.txcb8d1 .txcb8d13 {
|
|
201
|
+
margin-right: 0px;
|
|
202
|
+
align-self: flex-start;
|
|
203
|
+
}
|
|
204
|
+
.txcb8d1 .txcb8d15 {
|
|
205
|
+
gap: 16px;
|
|
206
|
+
height: 100%;
|
|
207
|
+
}
|
|
208
|
+
.txcb8d16 {
|
|
144
209
|
margin-bottom: 40px;
|
|
145
|
-
margin-
|
|
146
|
-
margin-right: auto;
|
|
210
|
+
margin-inline: auto;
|
|
147
211
|
max-width: 800px;
|
|
148
212
|
text-align: center;
|
|
213
|
+
display: flex;
|
|
214
|
+
flex-direction: column;
|
|
215
|
+
gap: 8px;
|
|
149
216
|
}
|
|
150
|
-
.
|
|
151
|
-
color: #333D46;
|
|
152
|
-
margin-top: 8px;
|
|
153
|
-
}
|
|
154
|
-
.txcb8d11 {
|
|
217
|
+
.txcb8d17 {
|
|
155
218
|
margin-top: 0;
|
|
156
|
-
padding-
|
|
157
|
-
padding-top: 56px;
|
|
219
|
+
padding-block: 56px;
|
|
158
220
|
}
|
|
159
|
-
.
|
|
221
|
+
.txcb8d18 {
|
|
160
222
|
background: var(--_1073cm81);
|
|
223
|
+
color: var(--_1073cm83);
|
|
161
224
|
}
|
|
162
|
-
.
|
|
225
|
+
.txcb8d19 {
|
|
163
226
|
background: var(--_1073cm88);
|
|
227
|
+
color: var(--_1073cm8a);
|
|
164
228
|
}
|
|
165
|
-
.
|
|
229
|
+
.txcb8d1a {
|
|
166
230
|
background: var(--_1073cm8f);
|
|
231
|
+
color: var(--_1073cm8h);
|
|
167
232
|
}
|
|
168
|
-
.
|
|
233
|
+
.txcb8d1b {
|
|
169
234
|
background: var(--_1073cm8m);
|
|
235
|
+
color: var(--_1073cm8o);
|
|
170
236
|
}
|
|
171
|
-
.
|
|
237
|
+
.txcb8d1d {
|
|
172
238
|
color: var(--_1073cm85);
|
|
173
239
|
}
|
|
174
|
-
.
|
|
240
|
+
.txcb8d1e {
|
|
175
241
|
color: var(--_1073cm8c);
|
|
176
242
|
}
|
|
177
|
-
.
|
|
243
|
+
.txcb8d1f {
|
|
178
244
|
color: var(--_1073cm8j);
|
|
179
245
|
}
|
|
180
|
-
.
|
|
246
|
+
.txcb8d1g {
|
|
181
247
|
color: var(--_1073cm8q);
|
|
182
248
|
}
|
|
183
|
-
.
|
|
184
|
-
|
|
249
|
+
.txcb8dy.containment .containment {
|
|
250
|
+
width: 100%;
|
|
185
251
|
}
|
|
186
|
-
.
|
|
187
|
-
margin-
|
|
188
|
-
margin-right: auto;
|
|
252
|
+
.txcb8d1h {
|
|
253
|
+
margin-inline: auto;
|
|
189
254
|
margin-top: 40px;
|
|
190
255
|
max-width: 800px;
|
|
191
256
|
text-align: center;
|
|
@@ -193,51 +258,51 @@
|
|
|
193
258
|
main > div:nth-last-child(2) > .txcb8d0 {
|
|
194
259
|
margin-bottom: 3.5rem;
|
|
195
260
|
}
|
|
196
|
-
.
|
|
261
|
+
.txcb8d1i {
|
|
197
262
|
gap: 36px;
|
|
198
263
|
}
|
|
199
|
-
.
|
|
264
|
+
.txcb8dn + .txcb8d1i {
|
|
200
265
|
margin-top: 24px;
|
|
201
266
|
}
|
|
202
|
-
.
|
|
267
|
+
.txcb8d1j {
|
|
203
268
|
display: flex;
|
|
204
269
|
flex-direction: column;
|
|
205
270
|
}
|
|
206
|
-
.
|
|
271
|
+
.txcb8d1k {
|
|
207
272
|
position: relative;
|
|
208
273
|
isolation: isolate;
|
|
209
274
|
padding-block: 80px;
|
|
210
275
|
overflow: clip;
|
|
211
276
|
}
|
|
212
|
-
.
|
|
277
|
+
.txcb8d1l {
|
|
213
278
|
background: var(--_1073cm81);
|
|
214
279
|
color: var(--_1073cm83);
|
|
215
280
|
}
|
|
216
|
-
.
|
|
281
|
+
.txcb8d1m {
|
|
217
282
|
background: var(--_1073cm88);
|
|
218
283
|
color: var(--_1073cm8a);
|
|
219
284
|
}
|
|
220
|
-
.
|
|
285
|
+
.txcb8d1n {
|
|
221
286
|
background: var(--_1073cm8f);
|
|
222
287
|
color: var(--_1073cm8h);
|
|
223
288
|
}
|
|
224
|
-
.
|
|
289
|
+
.txcb8d1o {
|
|
225
290
|
background: var(--_1073cm8m);
|
|
226
291
|
color: var(--_1073cm8o);
|
|
227
292
|
}
|
|
228
|
-
main > div:has(.
|
|
293
|
+
main > div:has(.txcb8d1k) {
|
|
229
294
|
margin-top: 0;
|
|
230
295
|
}
|
|
231
|
-
.
|
|
296
|
+
.txcb8d1q {
|
|
232
297
|
display: flex;
|
|
233
298
|
align-items: flex-start;
|
|
234
299
|
gap: 56px;
|
|
235
300
|
}
|
|
236
|
-
.
|
|
301
|
+
.txcb8d1r {
|
|
237
302
|
gap: 32px;
|
|
238
303
|
width: min(344px, 100%);
|
|
239
304
|
}
|
|
240
|
-
.
|
|
305
|
+
.txcb8d1s {
|
|
241
306
|
aspect-ratio: 344 / 392;
|
|
242
307
|
border-radius: 16px;
|
|
243
308
|
align-self: stretch;
|
|
@@ -245,128 +310,128 @@ main > div:has(.txcb8d1f) {
|
|
|
245
310
|
max-width: 344px;
|
|
246
311
|
position: relative;
|
|
247
312
|
}
|
|
248
|
-
.
|
|
313
|
+
.txcb8d1t {
|
|
249
314
|
height: 100%;
|
|
250
315
|
width: 100%;
|
|
251
316
|
object-fit: cover;
|
|
252
317
|
position: absolute;
|
|
253
318
|
inset: 0;
|
|
254
319
|
}
|
|
255
|
-
.
|
|
320
|
+
.txcb8d1u {
|
|
256
321
|
gap: 16px;
|
|
257
322
|
}
|
|
258
|
-
.
|
|
323
|
+
.txcb8d1v {
|
|
259
324
|
display: block;
|
|
260
325
|
font: 700 18px / 1.5 var(--header-font-family);
|
|
261
326
|
letter-spacing: -0.198px;
|
|
262
327
|
}
|
|
263
|
-
.
|
|
328
|
+
.txcb8d1w {
|
|
264
329
|
color: var(--_1073cm85);
|
|
265
330
|
}
|
|
266
|
-
.
|
|
331
|
+
.txcb8d1x {
|
|
267
332
|
color: var(--_1073cm8c);
|
|
268
333
|
}
|
|
269
|
-
.
|
|
334
|
+
.txcb8d1y {
|
|
270
335
|
color: var(--_1073cm8j);
|
|
271
336
|
}
|
|
272
|
-
.
|
|
337
|
+
.txcb8d1z {
|
|
273
338
|
color: var(--_1073cm8q);
|
|
274
339
|
}
|
|
275
|
-
.
|
|
340
|
+
.txcb8d20 {
|
|
276
341
|
gap: 3px;
|
|
277
342
|
padding-left: 24px;
|
|
278
343
|
}
|
|
279
|
-
.
|
|
344
|
+
.txcb8d21 {
|
|
280
345
|
flex: 1;
|
|
281
346
|
gap: 24px;
|
|
282
347
|
}
|
|
283
|
-
.
|
|
348
|
+
.txcb8d22 {
|
|
284
349
|
gap: 16px;
|
|
285
350
|
}
|
|
286
|
-
.
|
|
351
|
+
.txcb8d23 {
|
|
287
352
|
gap: 12px;
|
|
288
353
|
}
|
|
289
|
-
.
|
|
354
|
+
.txcb8d25 {
|
|
290
355
|
color: var(--_1073cm85);
|
|
291
356
|
}
|
|
292
|
-
.
|
|
357
|
+
.txcb8d26 {
|
|
293
358
|
color: var(--_1073cm8c);
|
|
294
359
|
}
|
|
295
|
-
.
|
|
360
|
+
.txcb8d27 {
|
|
296
361
|
color: var(--_1073cm8j);
|
|
297
362
|
}
|
|
298
|
-
.
|
|
363
|
+
.txcb8d28 {
|
|
299
364
|
color: var(--_1073cm8q);
|
|
300
365
|
}
|
|
301
|
-
.
|
|
366
|
+
.txcb8d29 {
|
|
302
367
|
font-size: 20px;
|
|
303
368
|
line-height: 1.5;
|
|
304
369
|
}
|
|
305
|
-
.
|
|
370
|
+
.txcb8d2a {
|
|
306
371
|
color: var(--_1073cm85);
|
|
307
372
|
}
|
|
308
|
-
.
|
|
373
|
+
.txcb8d2b {
|
|
309
374
|
color: var(--_1073cm8c);
|
|
310
375
|
}
|
|
311
|
-
.
|
|
376
|
+
.txcb8d2c {
|
|
312
377
|
color: var(--_1073cm8j);
|
|
313
378
|
}
|
|
314
|
-
.
|
|
379
|
+
.txcb8d2d {
|
|
315
380
|
color: var(--_1073cm8q);
|
|
316
381
|
}
|
|
317
|
-
.
|
|
382
|
+
.txcb8d2e {
|
|
318
383
|
display: flex;
|
|
319
384
|
align-items: center;
|
|
320
385
|
gap: 18px;
|
|
321
386
|
}
|
|
322
|
-
.
|
|
387
|
+
.txcb8d2g {
|
|
323
388
|
fill: #2F5B88;
|
|
324
389
|
}
|
|
325
|
-
.
|
|
390
|
+
.txcb8d2h {
|
|
326
391
|
fill: #2F5B88;
|
|
327
392
|
}
|
|
328
|
-
.
|
|
393
|
+
.txcb8d2i {
|
|
329
394
|
fill: var(--_1073cm8g);
|
|
330
395
|
}
|
|
331
|
-
.
|
|
396
|
+
.txcb8d2j {
|
|
332
397
|
fill: var(--_1073cm8n);
|
|
333
398
|
}
|
|
334
|
-
.
|
|
399
|
+
.txcb8d2k {
|
|
335
400
|
font-size: 24px;
|
|
336
|
-
font-weight:
|
|
401
|
+
font-weight: 700;
|
|
337
402
|
line-height: 1.37;
|
|
338
403
|
font-family: var(--header-font-family);
|
|
339
404
|
text-wrap: pretty;
|
|
340
405
|
}
|
|
341
|
-
.
|
|
406
|
+
.txcb8d2l {
|
|
342
407
|
color: var(--_1073cm85);
|
|
343
408
|
}
|
|
344
|
-
.
|
|
409
|
+
.txcb8d2m {
|
|
345
410
|
color: var(--_1073cm8c);
|
|
346
411
|
}
|
|
347
|
-
.
|
|
412
|
+
.txcb8d2n {
|
|
348
413
|
color: var(--_1073cm8j);
|
|
349
414
|
}
|
|
350
|
-
.
|
|
415
|
+
.txcb8d2o {
|
|
351
416
|
color: var(--_1073cm8q);
|
|
352
417
|
}
|
|
353
|
-
.
|
|
418
|
+
.txcb8d2p p {
|
|
354
419
|
font-size: 16px;
|
|
355
420
|
line-height: 1.5;
|
|
356
421
|
}
|
|
357
|
-
.
|
|
422
|
+
.txcb8d2q {
|
|
358
423
|
scale: 1;
|
|
359
424
|
transition: scale 0.25s ease;
|
|
360
425
|
will-change: scale;
|
|
361
426
|
}
|
|
362
|
-
.
|
|
427
|
+
.txcb8d2q:hover {
|
|
363
428
|
scale: 1.1;
|
|
364
429
|
}
|
|
365
|
-
.
|
|
430
|
+
.txcb8d2r {
|
|
366
431
|
position: relative;
|
|
367
432
|
display: flex;
|
|
368
433
|
}
|
|
369
|
-
.
|
|
434
|
+
.txcb8d2s {
|
|
370
435
|
visibility: hidden;
|
|
371
436
|
min-width: 120px;
|
|
372
437
|
text-align: center;
|
|
@@ -383,31 +448,31 @@ main > div:has(.txcb8d1f) {
|
|
|
383
448
|
font-weight: 700;
|
|
384
449
|
font-family: var(--header-font-family);
|
|
385
450
|
}
|
|
386
|
-
.
|
|
451
|
+
.txcb8d2r:hover .txcb8d2s {
|
|
387
452
|
visibility: visible;
|
|
388
453
|
opacity: 1;
|
|
389
454
|
}
|
|
390
|
-
.
|
|
455
|
+
.txcb8d2r:focus-visible .txcb8d2s {
|
|
391
456
|
visibility: visible;
|
|
392
457
|
opacity: 1;
|
|
393
458
|
}
|
|
394
|
-
.
|
|
459
|
+
.txcb8d2t {
|
|
395
460
|
background: var(--_1073cm82);
|
|
396
461
|
color: var(--_1073cm86);
|
|
397
462
|
}
|
|
398
|
-
.
|
|
463
|
+
.txcb8d2u {
|
|
399
464
|
background: var(--_1073cm89);
|
|
400
465
|
color: var(--_1073cm8d);
|
|
401
466
|
}
|
|
402
|
-
.
|
|
467
|
+
.txcb8d2v {
|
|
403
468
|
background: var(--_1073cm8g);
|
|
404
469
|
color: var(--_1073cm8k);
|
|
405
470
|
}
|
|
406
|
-
.
|
|
471
|
+
.txcb8d2w {
|
|
407
472
|
background: var(--_1073cm8n);
|
|
408
473
|
color: var(--_1073cm8r);
|
|
409
474
|
}
|
|
410
|
-
.
|
|
475
|
+
.txcb8d2y {
|
|
411
476
|
position: absolute;
|
|
412
477
|
top: 0;
|
|
413
478
|
left: 0;
|
|
@@ -416,106 +481,127 @@ main > div:has(.txcb8d1f) {
|
|
|
416
481
|
height: 100%;
|
|
417
482
|
z-index: -1;
|
|
418
483
|
}
|
|
419
|
-
.
|
|
484
|
+
.txcb8d30 {
|
|
420
485
|
stroke: var(--_1073cm82);
|
|
421
486
|
}
|
|
422
|
-
.
|
|
487
|
+
.txcb8d31 {
|
|
423
488
|
stroke: var(--_1073cm89);
|
|
424
489
|
}
|
|
425
|
-
.
|
|
490
|
+
.txcb8d32 {
|
|
426
491
|
stroke: var(--_1073cm8g);
|
|
427
492
|
}
|
|
428
|
-
.
|
|
493
|
+
.txcb8d33 {
|
|
429
494
|
stroke: var(--_1073cm8n);
|
|
430
495
|
}
|
|
431
|
-
.
|
|
496
|
+
.txcb8d30 path {
|
|
432
497
|
stroke: var(--_1073cm82) !important;
|
|
433
498
|
}
|
|
434
|
-
.
|
|
499
|
+
.txcb8d31 path {
|
|
435
500
|
stroke: var(--_1073cm89) !important;
|
|
436
501
|
}
|
|
437
|
-
.
|
|
502
|
+
.txcb8d32 path {
|
|
438
503
|
stroke: var(--_1073cm8g) !important;
|
|
439
504
|
}
|
|
440
|
-
.
|
|
505
|
+
.txcb8d33 path {
|
|
441
506
|
stroke: var(--_1073cm8n) !important;
|
|
442
507
|
}
|
|
508
|
+
.txcb8d1 .containment {
|
|
509
|
+
height: 100%;
|
|
510
|
+
}
|
|
511
|
+
.txcb8d1 .arrow {
|
|
512
|
+
margin-left: 8px;
|
|
513
|
+
}
|
|
443
514
|
@media (max-width: 1240px) and (min-width: 1024px) {
|
|
444
|
-
.
|
|
515
|
+
.txcb8dn {
|
|
445
516
|
max-width: max-content;
|
|
446
517
|
}
|
|
447
518
|
}
|
|
448
519
|
@media (max-width: 1023px) {
|
|
449
|
-
.
|
|
520
|
+
.txcb8dm {
|
|
450
521
|
margin-top: 24px;
|
|
451
522
|
}
|
|
452
|
-
.txcb8dm {
|
|
523
|
+
.txcb8d1 .txcb8dm {
|
|
524
|
+
margin-top: 0px;
|
|
525
|
+
}
|
|
526
|
+
.txcb8dn {
|
|
453
527
|
max-width: 100%;
|
|
454
528
|
}
|
|
455
|
-
.
|
|
529
|
+
.txcb8dw {
|
|
456
530
|
display: flex;
|
|
457
531
|
justify-content: center;
|
|
458
532
|
}
|
|
459
|
-
.
|
|
533
|
+
.txcb8d13 {
|
|
460
534
|
margin-right: 0px;
|
|
461
535
|
}
|
|
462
|
-
.
|
|
536
|
+
.txcb8d14 {
|
|
463
537
|
transform: translateY(1%);
|
|
464
538
|
}
|
|
465
|
-
.
|
|
539
|
+
.txcb8d14 p:first-of-type {
|
|
466
540
|
margin-top: 8px;
|
|
467
541
|
}
|
|
468
|
-
.
|
|
542
|
+
.txcb8d15 {
|
|
469
543
|
flex-direction: column;
|
|
470
544
|
}
|
|
471
|
-
.
|
|
545
|
+
.txcb8d1 .txcb8d15 {
|
|
546
|
+
flex-direction: row;
|
|
547
|
+
}
|
|
548
|
+
.txcb8d16 {
|
|
472
549
|
margin-bottom: 24px;
|
|
473
550
|
}
|
|
474
|
-
.
|
|
475
|
-
padding-
|
|
476
|
-
padding-bottom: 42px;
|
|
551
|
+
.txcb8d17 {
|
|
552
|
+
padding-block: 42px;
|
|
477
553
|
}
|
|
478
|
-
.
|
|
554
|
+
.txcb8d1h {
|
|
479
555
|
margin-top: 24px;
|
|
480
556
|
}
|
|
481
|
-
.
|
|
557
|
+
.txcb8d1k {
|
|
482
558
|
padding-block: 42px;
|
|
483
559
|
}
|
|
484
|
-
.
|
|
560
|
+
.txcb8d1q {
|
|
485
561
|
gap: 32px;
|
|
486
562
|
}
|
|
487
563
|
}
|
|
564
|
+
@media (max-width: 1175px) {
|
|
565
|
+
.txcb8d11 {
|
|
566
|
+
grid-template-columns: repeat(2, 1fr);
|
|
567
|
+
width: min(840px, calc(100% - 4rem));
|
|
568
|
+
}
|
|
569
|
+
.txcb8d12 {
|
|
570
|
+
grid-template-columns: repeat(2, 1fr);
|
|
571
|
+
width: min(840px, calc(100% - 4rem));
|
|
572
|
+
}
|
|
573
|
+
}
|
|
488
574
|
@media (max-width: 1570px) {
|
|
489
|
-
.
|
|
575
|
+
.txcb8d2y {
|
|
490
576
|
left: calc(-11.875rem + ((1vw - 12.6200px) * 61.6883));
|
|
491
577
|
}
|
|
492
578
|
}
|
|
493
579
|
@media (max-width: 1262px) {
|
|
494
|
-
.
|
|
580
|
+
.txcb8d2y {
|
|
495
581
|
left: -190px;
|
|
496
582
|
}
|
|
497
583
|
}
|
|
498
584
|
@media (max-width: 850px) {
|
|
499
|
-
.
|
|
585
|
+
.txcb8d1q {
|
|
500
586
|
flex-direction: column;
|
|
501
587
|
gap: 24px;
|
|
502
588
|
}
|
|
503
|
-
.
|
|
589
|
+
.txcb8d1r {
|
|
504
590
|
display: contents;
|
|
505
591
|
}
|
|
506
|
-
.
|
|
592
|
+
.txcb8d1u {
|
|
507
593
|
order: 1;
|
|
508
594
|
}
|
|
509
|
-
.
|
|
595
|
+
.txcb8d21 {
|
|
510
596
|
display: contents;
|
|
511
597
|
}
|
|
512
|
-
.
|
|
598
|
+
.txcb8d2p {
|
|
513
599
|
order: 2;
|
|
514
600
|
}
|
|
515
|
-
.
|
|
601
|
+
.txcb8d2x {
|
|
516
602
|
order: 3;
|
|
517
603
|
}
|
|
518
|
-
.
|
|
604
|
+
.txcb8d2y {
|
|
519
605
|
height: 530px;
|
|
520
606
|
left: unset;
|
|
521
607
|
right: -150px;
|
|
@@ -524,55 +610,76 @@ main > div:has(.txcb8d1f) {
|
|
|
524
610
|
}
|
|
525
611
|
}
|
|
526
612
|
@media (max-width: 768px) {
|
|
527
|
-
.
|
|
613
|
+
.txcb8dc {
|
|
528
614
|
margin-top: 8px;
|
|
529
615
|
font-size: 16px;
|
|
530
616
|
line-height: 1.5;
|
|
531
617
|
}
|
|
532
|
-
.
|
|
618
|
+
.txcb8dn > * + * {
|
|
533
619
|
margin-top: 10px;
|
|
534
620
|
}
|
|
535
|
-
.
|
|
621
|
+
.txcb8do {
|
|
536
622
|
padding: 24px;
|
|
537
623
|
}
|
|
538
|
-
.
|
|
624
|
+
.txcb8dp {
|
|
539
625
|
margin-top: 8px;
|
|
540
626
|
}
|
|
541
|
-
.
|
|
542
|
-
font-size: 18px;
|
|
543
|
-
line-height: 1.44;
|
|
627
|
+
.txcb8dq {
|
|
544
628
|
margin-left: 10px;
|
|
545
629
|
}
|
|
546
|
-
.
|
|
630
|
+
.txcb8dv {
|
|
547
631
|
margin-top: 16px;
|
|
548
632
|
}
|
|
549
|
-
.
|
|
633
|
+
.txcb8dx {
|
|
550
634
|
width: 200px;
|
|
551
635
|
}
|
|
552
|
-
.txcb8d10
|
|
553
|
-
|
|
554
|
-
|
|
636
|
+
.txcb8d10 {
|
|
637
|
+
grid-template-columns: 1fr;
|
|
638
|
+
width: min(350px, calc(100% - 2rem));
|
|
555
639
|
}
|
|
556
640
|
.txcb8d11 {
|
|
557
|
-
|
|
558
|
-
|
|
641
|
+
grid-template-columns: 1fr;
|
|
642
|
+
width: min(350px, calc(100% - 2rem));
|
|
643
|
+
}
|
|
644
|
+
.txcb8d12 {
|
|
645
|
+
grid-template-columns: 1fr;
|
|
646
|
+
width: min(350px, calc(100% - 2rem));
|
|
559
647
|
}
|
|
560
|
-
.
|
|
648
|
+
.txcb8d17 {
|
|
649
|
+
padding-block: 32px;
|
|
650
|
+
}
|
|
651
|
+
.txcb8dn + .txcb8d1i {
|
|
561
652
|
margin-top: 10px;
|
|
562
653
|
}
|
|
563
|
-
.
|
|
654
|
+
.txcb8d1k {
|
|
564
655
|
padding-block: 32px;
|
|
565
656
|
}
|
|
566
|
-
.
|
|
657
|
+
.txcb8d1u {
|
|
567
658
|
gap: 12px;
|
|
568
659
|
}
|
|
569
|
-
.
|
|
660
|
+
.txcb8d29 {
|
|
570
661
|
font-size: 16px;
|
|
571
662
|
}
|
|
572
|
-
.
|
|
663
|
+
.txcb8d2k {
|
|
573
664
|
font-size: 18px;
|
|
574
665
|
}
|
|
575
666
|
}
|
|
667
|
+
@media ( max-width: 380px) {
|
|
668
|
+
.txcb8d1 .txcb8dx {
|
|
669
|
+
width: 50px;
|
|
670
|
+
}
|
|
671
|
+
}
|
|
672
|
+
@media (min-width: 1176px) {
|
|
673
|
+
.txcb8d12 {
|
|
674
|
+
width: min(1000px, 100%);
|
|
675
|
+
}
|
|
676
|
+
.txcb8d12 .txcb8d13 {
|
|
677
|
+
align-self: center;
|
|
678
|
+
}
|
|
679
|
+
.txcb8d12 .txcb8d15 {
|
|
680
|
+
flex-direction: column;
|
|
681
|
+
}
|
|
682
|
+
}
|
|
576
683
|
@media screen and (max-width: 1023px) {
|
|
577
684
|
main > div:nth-last-child(2) > .txcb8d0 {
|
|
578
685
|
margin-bottom: 42px;
|
|
@@ -584,32 +691,35 @@ main > div:has(.txcb8d1f) {
|
|
|
584
691
|
}
|
|
585
692
|
}
|
|
586
693
|
@media (max-width: 500px) {
|
|
587
|
-
.
|
|
694
|
+
.txcb8d1i {
|
|
588
695
|
gap: 24px;
|
|
589
696
|
}
|
|
590
697
|
}
|
|
591
698
|
@media (max-width: 400px) {
|
|
592
|
-
.
|
|
699
|
+
.txcb8d1i {
|
|
593
700
|
align-items: flex-start;
|
|
594
701
|
flex-direction: column;
|
|
595
702
|
gap: 10px;
|
|
596
703
|
}
|
|
704
|
+
.txcb8d1 .txcb8d1i {
|
|
705
|
+
flex-direction: row;
|
|
706
|
+
}
|
|
597
707
|
}
|
|
598
708
|
@media (max-width: 1023px) and (min-width: 769px) {
|
|
599
|
-
.
|
|
709
|
+
.txcb8d1p {
|
|
600
710
|
width: min(1200px, calc(100% - 4rem));
|
|
601
711
|
}
|
|
602
712
|
}
|
|
603
713
|
@media (min-width: 769px) {
|
|
604
|
-
.
|
|
714
|
+
.txcb8d2x > * + * {
|
|
605
715
|
margin-top: 14px;
|
|
606
716
|
}
|
|
607
717
|
}
|
|
608
718
|
@media (min-width: 851px) {
|
|
609
|
-
.
|
|
719
|
+
.txcb8d30 path {
|
|
610
720
|
opacity: 0.5;
|
|
611
721
|
}
|
|
612
|
-
.
|
|
722
|
+
.txcb8d31 path {
|
|
613
723
|
opacity: 0.5;
|
|
614
724
|
}
|
|
615
725
|
}
|