PluginProbe
Elementor Website Builder – more than just a page builder / 3.1.3
Elementor Website Builder – more than just a page builder v3.1.3
4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 All 454 releases
← All changes | assets/css/templates/frontend.css +3022 -1913 4.1.0-beta3 → 3.1.3 View file →
@@ -1,21 +1,265 @@
1 -:root {
2 - --direction-multiplier: 1;
3 -}
1 +.dialog-widget-content {
2 + background-color: #fff;
3 + position: absolute;
4 + border-radius: 3px;
5 + box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
6 + overflow: hidden; }
4 7
5 -html[dir=rtl],
6 -body.rtl {
7 - --direction-multiplier: -1;
8 -}
8 +.dialog-message {
9 + font-size: 12px;
10 + line-height: 1.5;
11 + box-sizing: border-box; }
9 12
10 -.elementor-hidden {
13 +.dialog-type-lightbox {
14 + position: fixed;
15 + height: 100%;
16 + width: 100%;
17 + bottom: 0;
18 + left: 0;
19 + background-color: rgba(0, 0, 0, 0.8);
20 + z-index: 9999;
21 + user-select: none; }
22 + .dialog-type-lightbox .dialog-widget-content {
23 + margin: auto;
24 + width: 375px; }
25 + .dialog-type-lightbox .dialog-header {
26 + font-size: 15px;
27 + color: #495157;
28 + padding: 30px 0 10px;
29 + font-weight: 500; }
30 + .dialog-type-lightbox .dialog-message {
31 + padding: 0 30px 30px;
32 + min-height: 50px; }
33 + .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
34 + .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
35 + text-align: center; }
36 + .dialog-type-lightbox .dialog-buttons-wrapper {
37 + border-top: 1px solid #e6e9ec;
38 + text-align: center; }
39 + .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button {
40 + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
41 + width: 50%;
42 + border: none;
43 + background: none;
44 + color: #6d7882;
45 + font-size: 15px;
46 + cursor: pointer;
47 + padding: 13px 0;
48 + outline: 0; }
49 + .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:hover {
50 + background-color: #f4f6f7; }
51 + .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-ok {
52 + color: #b01b1b; }
53 + .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-take_over {
54 + color: #39b54a; }
55 + .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:active {
56 + background-color: rgba(230, 233, 236, 0.5); }
57 + .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button::-moz-focus-inner {
58 + border: 0; }
59 +
60 +.dialog-close-button {
61 + cursor: pointer;
62 + position: absolute;
63 + margin-top: 15px;
64 + right: 15px;
65 + font-size: 15px;
66 + line-height: 1; }
67 + .dialog-close-button:not(:hover) {
68 + opacity: .4; }
69 +
70 +.dialog-alert-widget .dialog-buttons-wrapper > button {
71 + width: 100%; }
72 +
73 +.dialog-confirm-widget .dialog-button:first-child {
74 + border-right: 1px solid #e6e9ec; }
75 +
76 +.dialog-prevent-scroll {
77 + overflow: hidden;
78 + max-height: 100vh; }
79 +
80 +@media (min-width: 1024px) {
81 + body.admin-bar .dialog-lightbox-widget {
82 + height: calc(100vh - 32px); } }
83 +
84 +@media (max-width: 1024px) {
85 + body.admin-bar .dialog-type-lightbox {
86 + position: sticky;
87 + height: 100vh; } }
88 +
89 +.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
90 + padding-bottom: 42.8571%; }
91 +
92 +.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
93 + padding-bottom: 56.25%; }
94 +
95 +.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
96 + padding-bottom: 75%; }
97 +
98 +.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
99 + padding-bottom: 66.6666%; }
100 +
101 +.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
102 + padding-bottom: 100%; }
103 +
104 +.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
105 + padding-bottom: 177.8%; }
106 +
107 +.elementor-fit-aspect-ratio {
108 + position: relative;
109 + height: 0; }
110 + .elementor-fit-aspect-ratio iframe {
111 + position: absolute;
112 + top: 0;
113 + left: 0;
114 + height: 100%;
115 + width: 100%;
116 + border: 0;
117 + background-color: #000; }
118 + .elementor-fit-aspect-ratio video {
119 + width: 100%; }
120 +
121 +.flatpickr-calendar {
122 + width: 280px; }
123 + .flatpickr-calendar .flatpickr-current-month span.cur-month {
124 + font-weight: 300; }
125 + .flatpickr-calendar .dayContainer {
126 + width: 280px;
127 + min-width: 280px;
128 + max-width: 280px; }
129 + .flatpickr-calendar .flatpickr-days {
130 + width: 280px; }
131 + .flatpickr-calendar .flatpickr-day {
132 + max-width: 37px;
133 + height: 37px;
134 + line-height: 37px; }
135 +
136 +.elementor-templates-modal .dialog-widget-content {
137 + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
138 + background-color: #f1f3f5;
139 + width: 100%; }
140 + @media (max-width: 1439px) {
141 + .elementor-templates-modal .dialog-widget-content {
142 + max-width: 990px; } }
143 + @media (min-width: 1440px) {
144 + .elementor-templates-modal .dialog-widget-content {
145 + max-width: 1200px; } }
146 +
147 +.elementor-templates-modal .dialog-header {
148 + padding: 0;
149 + background-color: #fff;
150 + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
151 + position: relative;
152 + z-index: 1; }
153 +
154 +.elementor-templates-modal .dialog-buttons-wrapper {
155 + background-color: #fff;
156 + border: none;
11 157 display: none;
12 -}
158 + justify-content: flex-end;
159 + padding: 5px;
160 + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
161 + position: relative; }
162 + .elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
163 + height: 40px;
164 + margin-left: 5px; }
165 + .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
166 + padding: 12px 36px;
167 + color: #fff;
168 + width: initial;
169 + font-size: 15px; }
170 + .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
171 + background-color: #39b54a; }
13 172
14 -.elementor-visibility-hidden {
15 - visibility: hidden;
16 -}
173 +.elementor-templates-modal .dialog-message {
174 + height: 750px;
175 + max-height: 85vh;
176 + overflow: auto;
177 + padding-top: 25px; }
17 178
179 +.elementor-templates-modal .dialog-content {
180 + height: 100%; }
181 +
182 +.elementor-templates-modal .dialog-loading {
183 + display: none; }
184 +
185 +.elementor-templates-modal__header {
186 + display: flex;
187 + align-items: center;
188 + justify-content: space-between;
189 + height: 50px; }
190 + .elementor-templates-modal__header__logo {
191 + line-height: 1;
192 + text-transform: uppercase;
193 + font-weight: bold;
194 + cursor: pointer; }
195 + .elementor-templates-modal__header__logo-area {
196 + text-align: left;
197 + padding-left: 15px; }
198 + .elementor-templates-modal__header__logo-area > * {
199 + display: flex;
200 + align-items: center; }
201 + .elementor-templates-modal__header__logo__icon-wrapper {
202 + margin-right: 10px;
203 + font-size: 12px; }
204 + .elementor-templates-modal__header__logo__title {
205 + padding-top: 2px; }
206 + .elementor-templates-modal__header__items-area {
207 + display: flex;
208 + flex-direction: row-reverse; }
209 + .elementor-templates-modal__header__item {
210 + position: relative;
211 + display: flex;
212 + align-items: center;
213 + justify-content: center;
214 + box-sizing: content-box; }
215 + .elementor-templates-modal__header__item > i {
216 + font-size: 20px;
217 + transition: all 0.3s;
218 + cursor: pointer; }
219 + .elementor-templates-modal__header__item > i:not(:hover) {
220 + color: #a4afb7; }
221 + .elementor-templates-modal__header__close--normal {
222 + width: 47px;
223 + border-left: 1px solid #e6e9ec; }
224 + .elementor-templates-modal__header__close--normal i {
225 + font-size: 18px; }
226 + .elementor-templates-modal__header__close--skip {
227 + padding: 10px;
228 + padding-left: 20px;
229 + margin-right: 10px;
230 + color: #fff;
231 + background-color: #a4afb7;
232 + font-size: 11px;
233 + font-weight: normal;
234 + line-height: 1;
235 + text-transform: uppercase;
236 + border-radius: 2px;
237 + cursor: pointer; }
238 + .elementor-templates-modal__header__close--skip > i {
239 + font-size: inherit;
240 + padding-left: 10px;
241 + margin-left: 15px;
242 + border-left: 1px solid; }
243 + .elementor-templates-modal__header__close--skip > i:not(:hover) {
244 + color: #fff; }
245 +
246 +.elementor-templates-modal__sidebar {
247 + flex-shrink: 0;
248 + width: 25%;
249 + background-color: rgba(255, 255, 255, 0.3); }
250 +
251 +.elementor-templates-modal__content {
252 + flex-grow: 1;
253 + box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05); }
254 +
255 +#wpadminbar #wp-admin-bar-elementor_app_site_editor a.ab-item {
256 + border-top: 1px solid #464b50;
257 + margin-top: 6px; }
258 +
259 +.elementor-hidden {
260 + display: none; }
261 +
18 262 .elementor-screen-only,
19 263 .screen-reader-text,
20 264 .screen-reader-text span,
21 265 .ui-helper-hidden-accessible {
@@ -26,1746 +270,733 @@
26 270 margin: -1px;
27 271 padding: 0;
28 272 overflow: hidden;
29 273 clip: rect(0, 0, 0, 0);
30 - border: 0;
31 -}
274 + border: 0; }
32 275
33 276 .elementor-clearfix:after {
34 - content: "";
277 + content: '';
35 278 display: block;
36 279 clear: both;
37 280 width: 0;
38 - height: 0;
39 -}
281 + height: 0; }
40 282
41 283 .e-logo-wrapper {
284 + background: #93003c;
42 285 display: inline-block;
43 - line-height: 1;
44 -}
45 -.e-logo-wrapper i {
46 - color: var(--e-a-color-circle-logo);
47 - font-size: 2.5em;
48 -}
286 + padding: 0.75em;
287 + border-radius: 50%;
288 + line-height: 1; }
289 + .e-logo-wrapper i {
290 + color: #fff;
291 + font-size: 1em; }
49 292
50 -.elementor *, .elementor *:before, .elementor *:after {
51 - box-sizing: border-box;
52 -}
53 -.elementor a {
54 - box-shadow: none;
55 - text-decoration: none;
56 -}
57 -.elementor hr {
58 - margin: 0;
59 - background-color: transparent;
60 -}
61 -.elementor img {
62 - height: auto;
63 - max-width: 100%;
64 - border: none;
65 - border-radius: 0;
66 - box-shadow: none;
67 -}
68 -.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
69 - margin: 0;
70 -}
71 -.elementor embed,
72 -.elementor iframe,
73 -.elementor object,
74 -.elementor video {
75 - max-width: 100%;
76 - width: 100%;
77 - margin: 0;
78 - line-height: 1;
79 - border: none;
80 -}
81 -.elementor .elementor-background-video-container,
82 -.elementor .elementor-background-holder,
83 -.elementor .elementor-background {
84 - inset: 0;
85 - position: absolute;
86 - overflow: hidden;
87 - z-index: 0;
88 - direction: ltr;
89 -}
90 -.elementor .elementor-background-video-container {
91 - transition: opacity 1s;
92 - pointer-events: none;
93 -}
94 -.elementor .elementor-background-video-container.elementor-loading {
95 - opacity: 0;
96 -}
97 -.elementor .elementor-background-video,
98 -.elementor .elementor-background-video-embed {
99 - max-width: none;
100 -}
101 -.elementor .elementor-background-video,
102 -.elementor .elementor-background-video-embed,
103 -.elementor .elementor-background-video-hosted {
104 - position: absolute;
105 - inset-block-start: 50%;
106 - inset-inline-start: 50%;
107 - transform: translate(-50%, -50%);
108 -}
109 -.elementor .elementor-background-video-hosted {
110 - object-fit: cover;
111 -}
112 -.elementor .elementor-background-overlay {
113 - inset: 0;
114 - position: absolute;
115 -}
116 -.elementor .elementor-background-slideshow {
117 - position: absolute;
118 - inset: 0;
119 - z-index: 0;
120 -}
121 -.elementor .elementor-background-slideshow__slide__image {
122 - width: 100%;
123 - height: 100%;
124 - background-position: center center;
125 - background-size: cover;
126 -}
293 +.elementor {
294 + hyphens: manual; }
295 + .elementor *, .elementor *:before, .elementor *:after {
296 + box-sizing: border-box; }
297 + .elementor a {
298 + box-shadow: none;
299 + text-decoration: none; }
300 + .elementor hr {
301 + margin: 0;
302 + background-color: transparent; }
303 + .elementor img {
304 + height: auto;
305 + max-width: 100%;
306 + border: none;
307 + border-radius: 0;
308 + box-shadow: none; }
309 + .elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
310 + margin: 0; }
311 + .elementor embed,
312 + .elementor iframe,
313 + .elementor object,
314 + .elementor video {
315 + max-width: 100%;
316 + width: 100%;
317 + margin: 0;
318 + line-height: 1;
319 + border: none; }
320 + .elementor .elementor-custom-embed {
321 + line-height: 0; }
322 + .elementor .elementor-background-video-container,
323 + .elementor .elementor-background-holder,
324 + .elementor .elementor-background {
325 + height: 100%;
326 + width: 100%;
327 + top: 0;
328 + left: 0;
329 + position: absolute;
330 + overflow: hidden;
331 + z-index: 0;
332 + direction: ltr; }
333 + .elementor .elementor-background-video-container {
334 + transition: opacity 1s;
335 + pointer-events: none; }
336 + .elementor .elementor-background-video-container.elementor-loading {
337 + opacity: 0; }
338 + .elementor .elementor-background-video-embed {
339 + max-width: none; }
340 + .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
341 + position: absolute;
342 + top: 50%;
343 + left: 50%;
344 + transform: translate(-50%, -50%); }
345 + .elementor .elementor-background-video {
346 + max-width: none;
347 + position: absolute;
348 + top: 50%;
349 + left: 50%;
350 + transform: translate(-50%, -50%); }
351 + .elementor .elementor-html5-video {
352 + object-fit: cover; }
353 + .elementor .elementor-background-overlay {
354 + height: 100%;
355 + width: 100%;
356 + top: 0;
357 + left: 0;
358 + position: absolute; }
359 + .elementor .elementor-background-slideshow {
360 + position: absolute;
361 + width: 100%;
362 + height: 100%;
363 + z-index: 0;
364 + top: 0;
365 + left: 0; }
366 + .elementor .elementor-background-slideshow__slide__image {
367 + width: 100%;
368 + height: 100%;
369 + background-position: center center;
370 + background-size: cover; }
127 371
128 -.elementor-widget-wrap > .elementor-element.elementor-absolute,
129 -.e-con > .elementor-element.elementor-absolute,
130 -.e-con-inner > .elementor-element.elementor-absolute {
131 - position: absolute;
132 -}
133 -.elementor-widget-wrap > .elementor-element.elementor-fixed,
134 -.e-con > .elementor-element.elementor-fixed,
135 -.e-con-inner > .elementor-element.elementor-fixed {
136 - position: fixed;
137 -}
372 +.elementor-widget-wrap > .elementor-element.elementor-absolute {
373 + position: absolute; }
138 374
375 +.elementor-widget-wrap > .elementor-element.elementor-fixed {
376 + position: fixed; }
377 +
139 378 .elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
140 - max-width: 100%;
141 -}
142 -@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
379 + max-width: 100%; }
380 +
381 +@media (max-width: ELEMENTOR_SCREEN_MD_MAX) {
143 382 .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
144 - max-width: 100%;
145 - }
146 -}
147 -@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
383 + max-width: 100%; } }
384 +
385 +@media (max-width: ELEMENTOR_SCREEN_SM_MAX) {
148 386 .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
149 - max-width: 100%;
150 - }
151 -}
387 + max-width: 100%; } }
152 388
153 389 .elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
154 - z-index: 1;
155 -}
156 -.elementor-element {
157 - --flex-direction: initial;
158 - --flex-wrap: initial;
159 - --justify-content: initial;
160 - --align-items: initial;
161 - --align-content: initial;
162 - --gap: initial;
163 - --flex-basis: initial;
164 - --flex-grow: initial;
165 - --flex-shrink: initial;
166 - --order: initial;
167 - --align-self: initial;
168 - flex-basis: var(--flex-basis);
169 - flex-grow: var(--flex-grow);
170 - flex-shrink: var(--flex-shrink);
171 - order: var(--order);
172 - align-self: var(--align-self);
173 -}
174 -.elementor-element:where(.e-con-full, .elementor-widget) {
175 - flex-direction: var(--flex-direction);
176 - flex-wrap: var(--flex-wrap);
177 - justify-content: var(--justify-content);
178 - align-items: var(--align-items);
179 - align-content: var(--align-content);
180 - gap: var(--row-gap) var(--column-gap);
181 -}
390 + z-index: 1; }
182 391
183 392 .elementor-invisible {
184 - visibility: hidden;
185 -}
393 + visibility: hidden; }
186 394
395 +.elementor-align-center {
396 + text-align: center; }
397 + .elementor-align-center .elementor-button {
398 + width: auto; }
399 +
400 +.elementor-align-right {
401 + text-align: right; }
402 + .elementor-align-right .elementor-button {
403 + width: auto; }
404 +
405 +.elementor-align-left {
406 + text-align: left; }
407 + .elementor-align-left .elementor-button {
408 + width: auto; }
409 +
410 +.elementor-align-justify .elementor-button {
411 + width: 100%; }
412 +
187 413 .elementor-custom-embed-play {
188 414 position: absolute;
189 - inset-block-start: 50%;
190 - inset-inline-start: 50%;
191 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
192 -}
193 -.elementor-custom-embed-play i {
194 - font-size: 100px;
195 - color: #fff;
196 - text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
197 -}
198 -.elementor-custom-embed-play svg {
199 - height: 100px;
200 - width: 100px;
201 - fill: #fff;
202 - filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
203 -}
204 -.elementor-custom-embed-play i,
205 -.elementor-custom-embed-play svg {
206 - opacity: 0.8;
207 - transition: all 0.5s;
208 -}
209 -.elementor-custom-embed-play.elementor-playing i {
210 - font-family: eicons;
211 -}
212 -.elementor-custom-embed-play.elementor-playing i:before {
213 - content: "\e8fb";
214 -}
215 -.elementor-custom-embed-play.elementor-playing i,
216 -.elementor-custom-embed-play.elementor-playing svg {
217 - animation: eicon-spin 2s infinite linear;
218 -}
415 + top: 50%;
416 + left: 50%;
417 + transform: translate(-50%, -50%); }
418 + .elementor-custom-embed-play i {
419 + font-size: 100px;
420 + color: #fff;
421 + opacity: 0.8;
422 + text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
423 + transition: all .5s; }
424 + .elementor-custom-embed-play.elementor-playing i {
425 + font-family: eicons;
426 + animation: fa-spin 2s infinite linear; }
427 + .elementor-custom-embed-play.elementor-playing i:before {
428 + content: '\e8fb'; }
219 429
220 430 .elementor-tag {
221 - display: inline-flex;
222 -}
431 + display: inline-flex; }
223 432
224 433 .elementor-ken-burns {
225 434 transition-property: transform;
226 435 transition-duration: 10s;
227 - transition-timing-function: linear;
228 -}
229 -.elementor-ken-burns--out {
230 - transform: scale(1.3);
231 -}
232 -.elementor-ken-burns--active {
233 - transition-duration: 20s;
234 -}
235 -.elementor-ken-burns--active.elementor-ken-burns--out {
236 - transform: scale(1);
237 -}
238 -.elementor-ken-burns--active.elementor-ken-burns--in {
239 - transform: scale(1.3);
240 -}
436 + transition-timing-function: linear; }
437 + .elementor-ken-burns--out {
438 + transform: scale(1.3); }
439 + .elementor-ken-burns--active {
440 + transition-duration: 20s; }
441 + .elementor-ken-burns--active.elementor-ken-burns--out {
442 + transform: scale(1); }
443 + .elementor-ken-burns--active.elementor-ken-burns--in {
444 + transform: scale(1.3); }
241 445
242 -.elementor-align-center {
243 - text-align: center;
244 -}
245 -.elementor-align-right {
246 - text-align: right;
247 -}
248 -.elementor-align-left {
249 - text-align: left;
250 -}
251 -.elementor-align-center .elementor-button, .elementor-align-right .elementor-button, .elementor-align-left .elementor-button {
252 - width: auto;
253 -}
254 -.elementor-align-justify .elementor-button {
255 - width: 100%;
256 -}
257 -
258 -@media (min-width: ELEMENTOR_SCREEN_WIDESCREEN_MIN) {
259 - .elementor-widescreen-align-center {
260 - text-align: center;
261 - }
262 - .elementor-widescreen-align-right {
263 - text-align: right;
264 - }
265 - .elementor-widescreen-align-left {
266 - text-align: left;
267 - }
268 - .elementor-widescreen-align-center .elementor-button, .elementor-widescreen-align-right .elementor-button, .elementor-widescreen-align-left .elementor-button {
269 - width: auto;
270 - }
271 - .elementor-widescreen-align-justify .elementor-button {
272 - width: 100%;
273 - }
274 -}
275 -@media (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) {
276 - .elementor-laptop-align-center {
277 - text-align: center;
278 - }
279 - .elementor-laptop-align-right {
280 - text-align: right;
281 - }
282 - .elementor-laptop-align-left {
283 - text-align: left;
284 - }
285 - .elementor-laptop-align-center .elementor-button, .elementor-laptop-align-right .elementor-button, .elementor-laptop-align-left .elementor-button {
286 - width: auto;
287 - }
288 - .elementor-laptop-align-justify .elementor-button {
289 - width: 100%;
290 - }
291 -}
292 -@media (max-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MAX) {
293 - .elementor-tablet_extra-align-center {
294 - text-align: center;
295 - }
296 - .elementor-tablet_extra-align-right {
297 - text-align: right;
298 - }
299 - .elementor-tablet_extra-align-left {
300 - text-align: left;
301 - }
302 - .elementor-tablet_extra-align-center .elementor-button, .elementor-tablet_extra-align-right .elementor-button, .elementor-tablet_extra-align-left .elementor-button {
303 - width: auto;
304 - }
305 - .elementor-tablet_extra-align-justify .elementor-button {
306 - width: 100%;
307 - }
308 -}
309 -@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
446 +@media (max-width: ELEMENTOR_SCREEN_MD_MAX) {
310 447 .elementor-tablet-align-center {
311 - text-align: center;
312 - }
448 + text-align: center; }
449 + .elementor-tablet-align-center .elementor-button {
450 + width: auto; }
313 451 .elementor-tablet-align-right {
314 - text-align: right;
315 - }
452 + text-align: right; }
453 + .elementor-tablet-align-right .elementor-button {
454 + width: auto; }
316 455 .elementor-tablet-align-left {
317 - text-align: left;
318 - }
319 - .elementor-tablet-align-center .elementor-button, .elementor-tablet-align-right .elementor-button, .elementor-tablet-align-left .elementor-button {
320 - width: auto;
321 - }
456 + text-align: left; }
457 + .elementor-tablet-align-left .elementor-button {
458 + width: auto; }
322 459 .elementor-tablet-align-justify .elementor-button {
323 - width: 100%;
324 - }
325 -}
326 -@media (max-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MAX) {
327 - .elementor-mobile_extra-align-center {
328 - text-align: center;
329 - }
330 - .elementor-mobile_extra-align-right {
331 - text-align: right;
332 - }
333 - .elementor-mobile_extra-align-left {
334 - text-align: left;
335 - }
336 - .elementor-mobile_extra-align-center .elementor-button, .elementor-mobile_extra-align-right .elementor-button, .elementor-mobile_extra-align-left .elementor-button {
337 - width: auto;
338 - }
339 - .elementor-mobile_extra-align-justify .elementor-button {
340 - width: 100%;
341 - }
342 -}
343 -@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
460 + width: 100%; } }
461 +
462 +@media (max-width: ELEMENTOR_SCREEN_SM_MAX) {
344 463 .elementor-mobile-align-center {
345 - text-align: center;
346 - }
464 + text-align: center; }
465 + .elementor-mobile-align-center .elementor-button {
466 + width: auto; }
347 467 .elementor-mobile-align-right {
348 - text-align: right;
349 - }
468 + text-align: right; }
469 + .elementor-mobile-align-right .elementor-button {
470 + width: auto; }
350 471 .elementor-mobile-align-left {
351 - text-align: left;
352 - }
353 - .elementor-mobile-align-center .elementor-button, .elementor-mobile-align-right .elementor-button, .elementor-mobile-align-left .elementor-button {
354 - width: auto;
355 - }
472 + text-align: left; }
473 + .elementor-mobile-align-left .elementor-button {
474 + width: auto; }
356 475 .elementor-mobile-align-justify .elementor-button {
357 - width: 100%;
358 - }
359 -}
476 + width: 100%; } }
477 +
478 +#wpadminbar #wp-admin-bar-elementor_edit_page > .ab-item::before {
479 + content: "\e813";
480 + font-family: eicons;
481 + top: 3px;
482 + font-size: 18px; }
483 +
484 +#wpadminbar #wp-admin-bar-elementor_inspector > .ab-item::before {
485 + content: "\f348";
486 + top: 2px; }
487 +
360 488 :root {
361 - --page-title-display: block;
362 -}
489 + --page-title-display: block; }
363 490
364 491 .elementor-page-title, h1.entry-title {
365 - display: var(--page-title-display);
366 -}
492 + display: var(--page-title-display); }
367 493
368 -@keyframes eicon-spin {
369 - 0% {
370 - transform: rotate(0deg);
371 - }
372 - 100% {
373 - transform: rotate(359deg);
374 - }
375 -}
376 -.eicon-animation-spin {
377 - animation: eicon-spin 2s infinite linear;
378 -}
379 -
380 494 .elementor-section {
381 - position: relative;
382 -}
383 -.elementor-section .elementor-container {
384 - display: flex;
385 - margin-inline: auto;
386 - position: relative;
387 -}
388 -@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
495 + position: relative; }
389 496 .elementor-section .elementor-container {
390 - flex-wrap: wrap;
391 - }
392 -}
393 -.elementor-section.elementor-section-boxed > .elementor-container {
394 - max-width: 1140px;
395 -}
396 -.elementor-section.elementor-section-stretched {
397 - position: relative;
398 - width: 100%;
399 -}
400 -.elementor-section.elementor-section-items-top > .elementor-container {
401 - align-items: flex-start;
402 -}
403 -.elementor-section.elementor-section-items-middle > .elementor-container {
404 - align-items: center;
405 -}
406 -.elementor-section.elementor-section-items-bottom > .elementor-container {
407 - align-items: flex-end;
408 -}
409 -@media (min-width: ELEMENTOR_SCREEN_MOBILE_NEXT) {
410 - .elementor-section.elementor-section-height-full {
411 - height: 100vh;
412 - }
413 - .elementor-section.elementor-section-height-full > .elementor-container {
414 - height: 100%;
415 - }
416 -}
497 + display: flex;
498 + margin-right: auto;
499 + margin-left: auto;
500 + position: relative; }
501 + @media (max-width: ELEMENTOR_SCREEN_MD_MAX) {
502 + .elementor-section .elementor-container {
503 + flex-wrap: wrap; } }
504 + .elementor-section.elementor-section-boxed > .elementor-container {
505 + max-width: 1140px; }
506 + .elementor-section.elementor-section-stretched {
507 + position: relative;
508 + width: 100%; }
509 + .elementor-section.elementor-section-items-top > .elementor-container {
510 + align-items: flex-start; }
511 + .elementor-section.elementor-section-items-middle > .elementor-container {
512 + align-items: center; }
513 + .elementor-section.elementor-section-items-bottom > .elementor-container {
514 + align-items: flex-end; }
515 + @media (min-width: ELEMENTOR_SCREEN_MD_MIN) {
516 + .elementor-section.elementor-section-height-full {
517 + height: 100vh; }
518 + .elementor-section.elementor-section-height-full > .elementor-container {
519 + height: 100%; } }
417 520
418 521 .elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-column > .elementor-widget-wrap {
419 - align-items: flex-start;
420 -}
522 + align-items: flex-start; }
523 +
421 524 .elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap {
422 - align-items: center;
423 -}
525 + align-items: center; }
526 +
424 527 .elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap {
425 - align-items: flex-end;
426 -}
528 + align-items: flex-end; }
427 529
530 +.elementor-row {
531 + width: 100%;
532 + display: flex; }
533 + @media (max-width: ELEMENTOR_SCREEN_MD_MAX) {
534 + .elementor-row {
535 + flex-wrap: wrap; } }
536 +
428 537 .elementor-widget-wrap {
429 538 position: relative;
430 539 width: 100%;
431 540 flex-wrap: wrap;
432 - align-content: flex-start;
433 -}
434 -.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
435 - display: flex;
436 -}
437 -.elementor-widget-wrap > .elementor-element {
438 - width: 100%;
439 -}
440 -.elementor-widget-wrap.e-swiper-container {
441 - width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)));
442 -}
541 + align-content: flex-start; }
542 + .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
543 + display: flex; }
544 + .elementor-widget-wrap > .elementor-element {
545 + width: 100%; }
443 546
444 547 .elementor-widget {
445 - position: relative;
446 -}
447 -.elementor-widget:not(:last-child) {
448 - margin-block-end: var(--kit-widget-spacing, 20px);
449 -}
450 -.elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial, .elementor-widget:not(:last-child).elementor-absolute {
451 - margin-block-end: 0;
452 -}
548 + position: relative; }
549 + .elementor-widget:not(:last-child) {
550 + margin-bottom: 20px; }
551 + .elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial, .elementor-widget:not(:last-child).elementor-absolute {
552 + margin-bottom: 0; }
453 553
454 554 .elementor-column {
455 555 position: relative;
456 556 min-height: 1px;
457 - display: flex;
458 -}
557 + display: flex; }
459 558
559 +.elementor-column-wrap {
560 + width: 100%;
561 + position: relative;
562 + display: flex; }
563 +
460 564 .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
461 - padding: 5px;
462 -}
565 + padding: 5px; }
566 +
463 567 .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
464 - padding: 10px;
465 -}
568 + padding: 10px; }
569 +
466 570 .elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
467 - padding: 15px;
468 -}
571 + padding: 15px; }
572 +
469 573 .elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
470 - padding: 20px;
471 -}
574 + padding: 20px; }
575 +
472 576 .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
473 - padding: 30px;
474 -}
577 + padding: 30px; }
475 578
476 579 .elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
477 - padding: 0;
478 -}
580 + padding: 0; }
479 581
480 -@media (min-width: ELEMENTOR_SCREEN_MOBILE_NEXT) {
582 +@media (min-width: ELEMENTOR_SCREEN_MD_MIN) {
481 583 .elementor-column.elementor-col-10, .elementor-column[data-col="10"] {
482 - width: 10%;
483 - }
584 + width: 10%; }
484 585 .elementor-column.elementor-col-11, .elementor-column[data-col="11"] {
485 - width: 11.111%;
486 - }
586 + width: 11.111%; }
487 587 .elementor-column.elementor-col-12, .elementor-column[data-col="12"] {
488 - width: 12.5%;
489 - }
588 + width: 12.5%; }
490 589 .elementor-column.elementor-col-14, .elementor-column[data-col="14"] {
491 - width: 14.285%;
492 - }
590 + width: 14.285%; }
493 591 .elementor-column.elementor-col-16, .elementor-column[data-col="16"] {
494 - width: 16.666%;
495 - }
592 + width: 16.666%; }
496 593 .elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
497 - width: 20%;
498 - }
594 + width: 20%; }
499 595 .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
500 - width: 25%;
501 - }
596 + width: 25%; }
502 597 .elementor-column.elementor-col-30, .elementor-column[data-col="30"] {
503 - width: 30%;
504 - }
598 + width: 30%; }
505 599 .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
506 - width: 33.333%;
507 - }
600 + width: 33.333%; }
508 601 .elementor-column.elementor-col-40, .elementor-column[data-col="40"] {
509 - width: 40%;
510 - }
602 + width: 40%; }
511 603 .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
512 - width: 50%;
513 - }
604 + width: 50%; }
514 605 .elementor-column.elementor-col-60, .elementor-column[data-col="60"] {
515 - width: 60%;
516 - }
606 + width: 60%; }
517 607 .elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
518 - width: 66.666%;
519 - }
608 + width: 66.666%; }
520 609 .elementor-column.elementor-col-70, .elementor-column[data-col="70"] {
521 - width: 70%;
522 - }
610 + width: 70%; }
523 611 .elementor-column.elementor-col-75, .elementor-column[data-col="75"] {
524 - width: 75%;
525 - }
612 + width: 75%; }
526 613 .elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
527 - width: 80%;
528 - }
614 + width: 80%; }
529 615 .elementor-column.elementor-col-83, .elementor-column[data-col="83"] {
530 - width: 83.333%;
531 - }
616 + width: 83.333%; }
532 617 .elementor-column.elementor-col-90, .elementor-column[data-col="90"] {
533 - width: 90%;
534 - }
618 + width: 90%; }
535 619 .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
536 - width: 100%;
537 - }
538 -}
620 + width: 100%; } }
621 +
539 622 @media (max-width: 479px) {
540 623 .elementor-column.elementor-xs-10 {
541 - width: 10%;
542 - }
624 + width: 10%; }
543 625 .elementor-column.elementor-xs-11 {
544 - width: 11.111%;
545 - }
626 + width: 11.111%; }
546 627 .elementor-column.elementor-xs-12 {
547 - width: 12.5%;
548 - }
628 + width: 12.5%; }
549 629 .elementor-column.elementor-xs-14 {
550 - width: 14.285%;
551 - }
630 + width: 14.285%; }
552 631 .elementor-column.elementor-xs-16 {
553 - width: 16.666%;
554 - }
632 + width: 16.666%; }
555 633 .elementor-column.elementor-xs-20 {
556 - width: 20%;
557 - }
634 + width: 20%; }
558 635 .elementor-column.elementor-xs-25 {
559 - width: 25%;
560 - }
636 + width: 25%; }
561 637 .elementor-column.elementor-xs-30 {
562 - width: 30%;
563 - }
638 + width: 30%; }
564 639 .elementor-column.elementor-xs-33 {
565 - width: 33.333%;
566 - }
640 + width: 33.333%; }
567 641 .elementor-column.elementor-xs-40 {
568 - width: 40%;
569 - }
642 + width: 40%; }
570 643 .elementor-column.elementor-xs-50 {
571 - width: 50%;
572 - }
644 + width: 50%; }
573 645 .elementor-column.elementor-xs-60 {
574 - width: 60%;
575 - }
646 + width: 60%; }
576 647 .elementor-column.elementor-xs-66 {
577 - width: 66.666%;
578 - }
648 + width: 66.666%; }
579 649 .elementor-column.elementor-xs-70 {
580 - width: 70%;
581 - }
650 + width: 70%; }
582 651 .elementor-column.elementor-xs-75 {
583 - width: 75%;
584 - }
652 + width: 75%; }
585 653 .elementor-column.elementor-xs-80 {
586 - width: 80%;
587 - }
654 + width: 80%; }
588 655 .elementor-column.elementor-xs-83 {
589 - width: 83.333%;
590 - }
656 + width: 83.333%; }
591 657 .elementor-column.elementor-xs-90 {
592 - width: 90%;
593 - }
658 + width: 90%; }
594 659 .elementor-column.elementor-xs-100 {
595 - width: 100%;
596 - }
597 -}
598 -@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
660 + width: 100%; } }
661 +
662 +@media (max-width: ELEMENTOR_SCREEN_SM_MAX) {
599 663 .elementor-column.elementor-sm-10 {
600 - width: 10%;
601 - }
664 + width: 10%; }
602 665 .elementor-column.elementor-sm-11 {
603 - width: 11.111%;
604 - }
666 + width: 11.111%; }
605 667 .elementor-column.elementor-sm-12 {
606 - width: 12.5%;
607 - }
668 + width: 12.5%; }
608 669 .elementor-column.elementor-sm-14 {
609 - width: 14.285%;
610 - }
670 + width: 14.285%; }
611 671 .elementor-column.elementor-sm-16 {
612 - width: 16.666%;
613 - }
672 + width: 16.666%; }
614 673 .elementor-column.elementor-sm-20 {
615 - width: 20%;
616 - }
674 + width: 20%; }
617 675 .elementor-column.elementor-sm-25 {
618 - width: 25%;
619 - }
676 + width: 25%; }
620 677 .elementor-column.elementor-sm-30 {
621 - width: 30%;
622 - }
678 + width: 30%; }
623 679 .elementor-column.elementor-sm-33 {
624 - width: 33.333%;
625 - }
680 + width: 33.333%; }
626 681 .elementor-column.elementor-sm-40 {
627 - width: 40%;
628 - }
682 + width: 40%; }
629 683 .elementor-column.elementor-sm-50 {
630 - width: 50%;
631 - }
684 + width: 50%; }
632 685 .elementor-column.elementor-sm-60 {
633 - width: 60%;
634 - }
686 + width: 60%; }
635 687 .elementor-column.elementor-sm-66 {
636 - width: 66.666%;
637 - }
688 + width: 66.666%; }
638 689 .elementor-column.elementor-sm-70 {
639 - width: 70%;
640 - }
690 + width: 70%; }
641 691 .elementor-column.elementor-sm-75 {
642 - width: 75%;
643 - }
692 + width: 75%; }
644 693 .elementor-column.elementor-sm-80 {
645 - width: 80%;
646 - }
694 + width: 80%; }
647 695 .elementor-column.elementor-sm-83 {
648 - width: 83.333%;
649 - }
696 + width: 83.333%; }
650 697 .elementor-column.elementor-sm-90 {
651 - width: 90%;
652 - }
698 + width: 90%; }
653 699 .elementor-column.elementor-sm-100 {
654 - width: 100%;
655 - }
656 -}
657 -@media (min-width: ELEMENTOR_SCREEN_MOBILE_NEXT) and (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
700 + width: 100%; } }
701 +
702 +@media (min-width: ELEMENTOR_SCREEN_MD_MIN) and (max-width: ELEMENTOR_SCREEN_MD_MAX) {
658 703 .elementor-column.elementor-md-10 {
659 - width: 10%;
660 - }
704 + width: 10%; }
661 705 .elementor-column.elementor-md-11 {
662 - width: 11.111%;
663 - }
706 + width: 11.111%; }
664 707 .elementor-column.elementor-md-12 {
665 - width: 12.5%;
666 - }
708 + width: 12.5%; }
667 709 .elementor-column.elementor-md-14 {
668 - width: 14.285%;
669 - }
710 + width: 14.285%; }
670 711 .elementor-column.elementor-md-16 {
671 - width: 16.666%;
672 - }
712 + width: 16.666%; }
673 713 .elementor-column.elementor-md-20 {
674 - width: 20%;
675 - }
714 + width: 20%; }
676 715 .elementor-column.elementor-md-25 {
677 - width: 25%;
678 - }
716 + width: 25%; }
679 717 .elementor-column.elementor-md-30 {
680 - width: 30%;
681 - }
718 + width: 30%; }
682 719 .elementor-column.elementor-md-33 {
683 - width: 33.333%;
684 - }
720 + width: 33.333%; }
685 721 .elementor-column.elementor-md-40 {
686 - width: 40%;
687 - }
722 + width: 40%; }
688 723 .elementor-column.elementor-md-50 {
689 - width: 50%;
690 - }
724 + width: 50%; }
691 725 .elementor-column.elementor-md-60 {
692 - width: 60%;
693 - }
726 + width: 60%; }
694 727 .elementor-column.elementor-md-66 {
695 - width: 66.666%;
696 - }
728 + width: 66.666%; }
697 729 .elementor-column.elementor-md-70 {
698 - width: 70%;
699 - }
730 + width: 70%; }
700 731 .elementor-column.elementor-md-75 {
701 - width: 75%;
702 - }
732 + width: 75%; }
703 733 .elementor-column.elementor-md-80 {
704 - width: 80%;
705 - }
734 + width: 80%; }
706 735 .elementor-column.elementor-md-83 {
707 - width: 83.333%;
708 - }
736 + width: 83.333%; }
709 737 .elementor-column.elementor-md-90 {
710 - width: 90%;
711 - }
738 + width: 90%; }
712 739 .elementor-column.elementor-md-100 {
713 - width: 100%;
714 - }
715 -}
740 + width: 100%; } }
716 741
717 -@media (min-width: ELEMENTOR_SCREEN_WIDESCREEN_MIN) {
718 - .elementor-reverse-widescreen > .elementor-container > :nth-child(1) {
719 - order: 10;
720 - }
721 - .elementor-reverse-widescreen > .elementor-container > :nth-child(2) {
722 - order: 9;
723 - }
724 - .elementor-reverse-widescreen > .elementor-container > :nth-child(3) {
725 - order: 8;
726 - }
727 - .elementor-reverse-widescreen > .elementor-container > :nth-child(4) {
728 - order: 7;
729 - }
730 - .elementor-reverse-widescreen > .elementor-container > :nth-child(5) {
731 - order: 6;
732 - }
733 - .elementor-reverse-widescreen > .elementor-container > :nth-child(6) {
734 - order: 5;
735 - }
736 - .elementor-reverse-widescreen > .elementor-container > :nth-child(7) {
737 - order: 4;
738 - }
739 - .elementor-reverse-widescreen > .elementor-container > :nth-child(8) {
740 - order: 3;
741 - }
742 - .elementor-reverse-widescreen > .elementor-container > :nth-child(9) {
743 - order: 2;
744 - }
745 - .elementor-reverse-widescreen > .elementor-container > :nth-child(10) {
746 - order: 1;
747 - }
748 -}
749 -@media (min-width: ELEMENTOR_SCREEN_TABLET_NEXT) and (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) {
750 - .elementor-reverse-laptop > .elementor-container > :nth-child(1) {
751 - order: 10;
752 - }
753 - .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
754 - order: 9;
755 - }
756 - .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
757 - order: 8;
758 - }
759 - .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
760 - order: 7;
761 - }
762 - .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
763 - order: 6;
764 - }
765 - .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
766 - order: 5;
767 - }
768 - .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
769 - order: 4;
770 - }
771 - .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
772 - order: 3;
773 - }
774 - .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
775 - order: 2;
776 - }
777 - .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
778 - order: 1;
779 - }
780 -}
781 -@media (min-width: ELEMENTOR_SCREEN_TABLET_EXTRA_NEXT) and (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) {
782 - .elementor-reverse-laptop > .elementor-container > :nth-child(1) {
783 - order: 10;
784 - }
785 - .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
786 - order: 9;
787 - }
788 - .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
789 - order: 8;
790 - }
791 - .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
792 - order: 7;
793 - }
794 - .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
795 - order: 6;
796 - }
797 - .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
798 - order: 5;
799 - }
800 - .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
801 - order: 4;
802 - }
803 - .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
804 - order: 3;
805 - }
806 - .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
807 - order: 2;
808 - }
809 - .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
810 - order: 1;
811 - }
812 -}
813 -@media (min-width: ELEMENTOR_SCREEN_TABLET_NEXT) and (max-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MAX) {
814 - .elementor-reverse-laptop > .elementor-container > :nth-child(1) {
815 - order: initial;
816 - }
817 - .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
818 - order: initial;
819 - }
820 - .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
821 - order: initial;
822 - }
823 - .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
824 - order: initial;
825 - }
826 - .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
827 - order: initial;
828 - }
829 - .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
830 - order: initial;
831 - }
832 - .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
833 - order: initial;
834 - }
835 - .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
836 - order: initial;
837 - }
838 - .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
839 - order: initial;
840 - }
841 - .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
842 - order: initial;
843 - }
844 - .elementor-reverse-tablet_extra > .elementor-container > :nth-child(1) {
845 - order: 10;
846 - }
847 - .elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) {
848 - order: 9;
849 - }
850 - .elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) {
851 - order: 8;
852 - }
853 - .elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) {
854 - order: 7;
855 - }
856 - .elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) {
857 - order: 6;
858 - }
859 - .elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) {
860 - order: 5;
861 - }
862 - .elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) {
863 - order: 4;
864 - }
865 - .elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) {
866 - order: 3;
867 - }
868 - .elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) {
869 - order: 2;
870 - }
871 - .elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) {
872 - order: 1;
873 - }
874 -}
875 -@media (min-width: ELEMENTOR_SCREEN_MOBILE_NEXT) and (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
742 +@media (min-width: ELEMENTOR_SCREEN_MD_MIN) and (max-width: ELEMENTOR_SCREEN_MD_MAX) {
876 743 .elementor-reverse-tablet > .elementor-container > :nth-child(1) {
877 - order: 10;
878 - }
744 + order: 10; }
879 745 .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
880 - order: 9;
881 - }
746 + order: 9; }
882 747 .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
883 - order: 8;
884 - }
748 + order: 8; }
885 749 .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
886 - order: 7;
887 - }
750 + order: 7; }
888 751 .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
889 - order: 6;
890 - }
752 + order: 6; }
891 753 .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
892 - order: 5;
893 - }
754 + order: 5; }
894 755 .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
895 - order: 4;
896 - }
756 + order: 4; }
897 757 .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
898 - order: 3;
899 - }
758 + order: 3; }
900 759 .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
901 - order: 2;
902 - }
760 + order: 2; }
903 761 .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
904 - order: 1;
905 - }
906 -}
907 -@media (min-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_NEXT) and (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
908 - .elementor-reverse-tablet > .elementor-container > :nth-child(1) {
909 - order: 10;
910 - }
911 - .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
912 - order: 9;
913 - }
914 - .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
915 - order: 8;
916 - }
917 - .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
918 - order: 7;
919 - }
920 - .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
921 - order: 6;
922 - }
923 - .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
924 - order: 5;
925 - }
926 - .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
927 - order: 4;
928 - }
929 - .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
930 - order: 3;
931 - }
932 - .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
933 - order: 2;
934 - }
935 - .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
936 - order: 1;
937 - }
938 -}
939 -@media (min-width: ELEMENTOR_SCREEN_MOBILE_NEXT) and (max-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MAX) {
940 - .elementor-reverse-tablet > .elementor-container > :nth-child(1) {
941 - order: initial;
942 - }
943 - .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
944 - order: initial;
945 - }
946 - .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
947 - order: initial;
948 - }
949 - .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
950 - order: initial;
951 - }
952 - .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
953 - order: initial;
954 - }
955 - .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
956 - order: initial;
957 - }
958 - .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
959 - order: initial;
960 - }
961 - .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
962 - order: initial;
963 - }
964 - .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
965 - order: initial;
966 - }
967 - .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
968 - order: initial;
969 - }
970 - .elementor-reverse-mobile_extra > .elementor-container > :nth-child(1) {
971 - order: 10;
972 - }
973 - .elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) {
974 - order: 9;
975 - }
976 - .elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) {
977 - order: 8;
978 - }
979 - .elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) {
980 - order: 7;
981 - }
982 - .elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) {
983 - order: 6;
984 - }
985 - .elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) {
986 - order: 5;
987 - }
988 - .elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) {
989 - order: 4;
990 - }
991 - .elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) {
992 - order: 3;
993 - }
994 - .elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) {
995 - order: 2;
996 - }
997 - .elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) {
998 - order: 1;
999 - }
1000 -}
1001 -@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
762 + order: 1; } }
763 +
764 +@media (max-width: ELEMENTOR_SCREEN_SM_MAX) {
1002 765 .elementor-reverse-mobile > .elementor-container > :nth-child(1) {
1003 - order: 10;
1004 - }
766 + order: 10; }
1005 767 .elementor-reverse-mobile > .elementor-container > :nth-child(2) {
1006 - order: 9;
1007 - }
768 + order: 9; }
1008 769 .elementor-reverse-mobile > .elementor-container > :nth-child(3) {
1009 - order: 8;
1010 - }
770 + order: 8; }
1011 771 .elementor-reverse-mobile > .elementor-container > :nth-child(4) {
1012 - order: 7;
1013 - }
772 + order: 7; }
1014 773 .elementor-reverse-mobile > .elementor-container > :nth-child(5) {
1015 - order: 6;
1016 - }
774 + order: 6; }
1017 775 .elementor-reverse-mobile > .elementor-container > :nth-child(6) {
1018 - order: 5;
1019 - }
776 + order: 5; }
1020 777 .elementor-reverse-mobile > .elementor-container > :nth-child(7) {
1021 - order: 4;
1022 - }
778 + order: 4; }
1023 779 .elementor-reverse-mobile > .elementor-container > :nth-child(8) {
1024 - order: 3;
1025 - }
780 + order: 3; }
1026 781 .elementor-reverse-mobile > .elementor-container > :nth-child(9) {
1027 - order: 2;
1028 - }
782 + order: 2; }
1029 783 .elementor-reverse-mobile > .elementor-container > :nth-child(10) {
1030 - order: 1;
1031 - }
784 + order: 1; }
1032 785 .elementor-column {
1033 - width: 100%;
1034 - }
1035 -}
786 + width: 100%; } }
787 +
788 +ul.elementor-icon-list-items.elementor-inline-items {
789 + display: flex;
790 + flex-wrap: wrap; }
791 + ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
792 + word-break: break-word; }
793 +
1036 794 .elementor-grid {
1037 795 display: grid;
1038 796 grid-column-gap: var(--grid-column-gap);
1039 - grid-row-gap: var(--grid-row-gap);
1040 -}
1041 -.elementor-grid .elementor-grid-item {
1042 - min-width: 0;
1043 -}
1044 -.elementor-grid-0 .elementor-grid {
1045 - display: inline-block;
1046 - width: 100%;
1047 - word-spacing: var(--grid-column-gap);
1048 - margin-block-end: calc(-1 * var(--grid-row-gap));
1049 -}
1050 -.elementor-grid-0 .elementor-grid .elementor-grid-item {
1051 - display: inline-block;
1052 - margin-block-end: var(--grid-row-gap);
1053 - word-break: break-word;
1054 -}
1055 -.elementor-grid-1 .elementor-grid {
1056 - grid-template-columns: repeat(1, 1fr);
1057 -}
1058 -.elementor-grid-2 .elementor-grid {
1059 - grid-template-columns: repeat(2, 1fr);
1060 -}
1061 -.elementor-grid-3 .elementor-grid {
1062 - grid-template-columns: repeat(3, 1fr);
1063 -}
1064 -.elementor-grid-4 .elementor-grid {
1065 - grid-template-columns: repeat(4, 1fr);
1066 -}
1067 -.elementor-grid-5 .elementor-grid {
1068 - grid-template-columns: repeat(5, 1fr);
1069 -}
1070 -.elementor-grid-6 .elementor-grid {
1071 - grid-template-columns: repeat(6, 1fr);
1072 -}
1073 -.elementor-grid-7 .elementor-grid {
1074 - grid-template-columns: repeat(7, 1fr);
1075 -}
1076 -.elementor-grid-8 .elementor-grid {
1077 - grid-template-columns: repeat(8, 1fr);
1078 -}
1079 -.elementor-grid-9 .elementor-grid {
1080 - grid-template-columns: repeat(9, 1fr);
1081 -}
1082 -.elementor-grid-10 .elementor-grid {
1083 - grid-template-columns: repeat(10, 1fr);
1084 -}
1085 -.elementor-grid-11 .elementor-grid {
1086 - grid-template-columns: repeat(11, 1fr);
1087 -}
1088 -.elementor-grid-12 .elementor-grid {
1089 - grid-template-columns: repeat(12, 1fr);
1090 -}
1091 -@media (min-width: ELEMENTOR_SCREEN_WIDESCREEN_MIN) {
1092 - .elementor-grid-widescreen-0 .elementor-grid {
797 + grid-row-gap: var(--grid-row-gap); }
798 + .elementor-grid .elementor-grid-item {
799 + min-width: 0; }
800 + .elementor-grid-0 .elementor-grid {
1093 801 display: inline-block;
1094 802 width: 100%;
1095 803 word-spacing: var(--grid-column-gap);
1096 - margin-block-end: calc(-1 * var(--grid-row-gap));
1097 - }
1098 - .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
1099 - display: inline-block;
1100 - margin-block-end: var(--grid-row-gap);
1101 - word-break: break-word;
1102 - }
1103 - .elementor-grid-widescreen-1 .elementor-grid {
1104 - grid-template-columns: repeat(1, 1fr);
1105 - }
1106 - .elementor-grid-widescreen-2 .elementor-grid {
1107 - grid-template-columns: repeat(2, 1fr);
1108 - }
1109 - .elementor-grid-widescreen-3 .elementor-grid {
1110 - grid-template-columns: repeat(3, 1fr);
1111 - }
1112 - .elementor-grid-widescreen-4 .elementor-grid {
1113 - grid-template-columns: repeat(4, 1fr);
1114 - }
1115 - .elementor-grid-widescreen-5 .elementor-grid {
1116 - grid-template-columns: repeat(5, 1fr);
1117 - }
1118 - .elementor-grid-widescreen-6 .elementor-grid {
1119 - grid-template-columns: repeat(6, 1fr);
1120 - }
1121 - .elementor-grid-widescreen-7 .elementor-grid {
1122 - grid-template-columns: repeat(7, 1fr);
1123 - }
1124 - .elementor-grid-widescreen-8 .elementor-grid {
1125 - grid-template-columns: repeat(8, 1fr);
1126 - }
1127 - .elementor-grid-widescreen-9 .elementor-grid {
1128 - grid-template-columns: repeat(9, 1fr);
1129 - }
1130 - .elementor-grid-widescreen-10 .elementor-grid {
1131 - grid-template-columns: repeat(10, 1fr);
1132 - }
1133 - .elementor-grid-widescreen-11 .elementor-grid {
1134 - grid-template-columns: repeat(11, 1fr);
1135 - }
1136 - .elementor-grid-widescreen-12 .elementor-grid {
1137 - grid-template-columns: repeat(12, 1fr);
1138 - }
1139 -}
1140 -@media (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) {
1141 - .elementor-grid-laptop-0 .elementor-grid {
1142 - display: inline-block;
1143 - width: 100%;
1144 - word-spacing: var(--grid-column-gap);
1145 - margin-block-end: calc(-1 * var(--grid-row-gap));
1146 - }
1147 - .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
1148 - display: inline-block;
1149 - margin-block-end: var(--grid-row-gap);
1150 - word-break: break-word;
1151 - }
1152 - .elementor-grid-laptop-1 .elementor-grid {
1153 - grid-template-columns: repeat(1, 1fr);
1154 - }
1155 - .elementor-grid-laptop-2 .elementor-grid {
1156 - grid-template-columns: repeat(2, 1fr);
1157 - }
1158 - .elementor-grid-laptop-3 .elementor-grid {
1159 - grid-template-columns: repeat(3, 1fr);
1160 - }
1161 - .elementor-grid-laptop-4 .elementor-grid {
1162 - grid-template-columns: repeat(4, 1fr);
1163 - }
1164 - .elementor-grid-laptop-5 .elementor-grid {
1165 - grid-template-columns: repeat(5, 1fr);
1166 - }
1167 - .elementor-grid-laptop-6 .elementor-grid {
1168 - grid-template-columns: repeat(6, 1fr);
1169 - }
1170 - .elementor-grid-laptop-7 .elementor-grid {
1171 - grid-template-columns: repeat(7, 1fr);
1172 - }
1173 - .elementor-grid-laptop-8 .elementor-grid {
1174 - grid-template-columns: repeat(8, 1fr);
1175 - }
1176 - .elementor-grid-laptop-9 .elementor-grid {
1177 - grid-template-columns: repeat(9, 1fr);
1178 - }
1179 - .elementor-grid-laptop-10 .elementor-grid {
1180 - grid-template-columns: repeat(10, 1fr);
1181 - }
1182 - .elementor-grid-laptop-11 .elementor-grid {
1183 - grid-template-columns: repeat(11, 1fr);
1184 - }
1185 - .elementor-grid-laptop-12 .elementor-grid {
1186 - grid-template-columns: repeat(12, 1fr);
1187 - }
1188 -}
1189 -@media (max-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MAX) {
1190 - .elementor-grid-tablet_extra-0 .elementor-grid {
1191 - display: inline-block;
1192 - width: 100%;
1193 - word-spacing: var(--grid-column-gap);
1194 - margin-block-end: calc(-1 * var(--grid-row-gap));
1195 - }
1196 - .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
1197 - display: inline-block;
1198 - margin-block-end: var(--grid-row-gap);
1199 - word-break: break-word;
1200 - }
1201 - .elementor-grid-tablet_extra-1 .elementor-grid {
1202 - grid-template-columns: repeat(1, 1fr);
1203 - }
1204 - .elementor-grid-tablet_extra-2 .elementor-grid {
1205 - grid-template-columns: repeat(2, 1fr);
1206 - }
1207 - .elementor-grid-tablet_extra-3 .elementor-grid {
1208 - grid-template-columns: repeat(3, 1fr);
1209 - }
1210 - .elementor-grid-tablet_extra-4 .elementor-grid {
1211 - grid-template-columns: repeat(4, 1fr);
1212 - }
1213 - .elementor-grid-tablet_extra-5 .elementor-grid {
1214 - grid-template-columns: repeat(5, 1fr);
1215 - }
1216 - .elementor-grid-tablet_extra-6 .elementor-grid {
1217 - grid-template-columns: repeat(6, 1fr);
1218 - }
1219 - .elementor-grid-tablet_extra-7 .elementor-grid {
1220 - grid-template-columns: repeat(7, 1fr);
1221 - }
1222 - .elementor-grid-tablet_extra-8 .elementor-grid {
1223 - grid-template-columns: repeat(8, 1fr);
1224 - }
1225 - .elementor-grid-tablet_extra-9 .elementor-grid {
1226 - grid-template-columns: repeat(9, 1fr);
1227 - }
1228 - .elementor-grid-tablet_extra-10 .elementor-grid {
1229 - grid-template-columns: repeat(10, 1fr);
1230 - }
1231 - .elementor-grid-tablet_extra-11 .elementor-grid {
1232 - grid-template-columns: repeat(11, 1fr);
1233 - }
1234 - .elementor-grid-tablet_extra-12 .elementor-grid {
1235 - grid-template-columns: repeat(12, 1fr);
1236 - }
1237 -}
1238 -@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
1239 - .elementor-grid-tablet-0 .elementor-grid {
1240 - display: inline-block;
1241 - width: 100%;
1242 - word-spacing: var(--grid-column-gap);
1243 - margin-block-end: calc(-1 * var(--grid-row-gap));
1244 - }
1245 - .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
1246 - display: inline-block;
1247 - margin-block-end: var(--grid-row-gap);
1248 - word-break: break-word;
1249 - }
1250 - .elementor-grid-tablet-1 .elementor-grid {
1251 - grid-template-columns: repeat(1, 1fr);
1252 - }
1253 - .elementor-grid-tablet-2 .elementor-grid {
1254 - grid-template-columns: repeat(2, 1fr);
1255 - }
1256 - .elementor-grid-tablet-3 .elementor-grid {
1257 - grid-template-columns: repeat(3, 1fr);
1258 - }
1259 - .elementor-grid-tablet-4 .elementor-grid {
1260 - grid-template-columns: repeat(4, 1fr);
1261 - }
1262 - .elementor-grid-tablet-5 .elementor-grid {
1263 - grid-template-columns: repeat(5, 1fr);
1264 - }
1265 - .elementor-grid-tablet-6 .elementor-grid {
1266 - grid-template-columns: repeat(6, 1fr);
1267 - }
1268 - .elementor-grid-tablet-7 .elementor-grid {
1269 - grid-template-columns: repeat(7, 1fr);
1270 - }
1271 - .elementor-grid-tablet-8 .elementor-grid {
1272 - grid-template-columns: repeat(8, 1fr);
1273 - }
1274 - .elementor-grid-tablet-9 .elementor-grid {
1275 - grid-template-columns: repeat(9, 1fr);
1276 - }
1277 - .elementor-grid-tablet-10 .elementor-grid {
1278 - grid-template-columns: repeat(10, 1fr);
1279 - }
1280 - .elementor-grid-tablet-11 .elementor-grid {
1281 - grid-template-columns: repeat(11, 1fr);
1282 - }
1283 - .elementor-grid-tablet-12 .elementor-grid {
1284 - grid-template-columns: repeat(12, 1fr);
1285 - }
1286 -}
1287 -@media (max-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MAX) {
1288 - .elementor-grid-mobile_extra-0 .elementor-grid {
1289 - display: inline-block;
1290 - width: 100%;
1291 - word-spacing: var(--grid-column-gap);
1292 - margin-block-end: calc(-1 * var(--grid-row-gap));
1293 - }
1294 - .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
1295 - display: inline-block;
1296 - margin-block-end: var(--grid-row-gap);
1297 - word-break: break-word;
1298 - }
1299 - .elementor-grid-mobile_extra-1 .elementor-grid {
1300 - grid-template-columns: repeat(1, 1fr);
1301 - }
1302 - .elementor-grid-mobile_extra-2 .elementor-grid {
1303 - grid-template-columns: repeat(2, 1fr);
1304 - }
1305 - .elementor-grid-mobile_extra-3 .elementor-grid {
1306 - grid-template-columns: repeat(3, 1fr);
1307 - }
1308 - .elementor-grid-mobile_extra-4 .elementor-grid {
1309 - grid-template-columns: repeat(4, 1fr);
1310 - }
1311 - .elementor-grid-mobile_extra-5 .elementor-grid {
1312 - grid-template-columns: repeat(5, 1fr);
1313 - }
1314 - .elementor-grid-mobile_extra-6 .elementor-grid {
1315 - grid-template-columns: repeat(6, 1fr);
1316 - }
1317 - .elementor-grid-mobile_extra-7 .elementor-grid {
1318 - grid-template-columns: repeat(7, 1fr);
1319 - }
1320 - .elementor-grid-mobile_extra-8 .elementor-grid {
1321 - grid-template-columns: repeat(8, 1fr);
1322 - }
1323 - .elementor-grid-mobile_extra-9 .elementor-grid {
1324 - grid-template-columns: repeat(9, 1fr);
1325 - }
1326 - .elementor-grid-mobile_extra-10 .elementor-grid {
1327 - grid-template-columns: repeat(10, 1fr);
1328 - }
1329 - .elementor-grid-mobile_extra-11 .elementor-grid {
1330 - grid-template-columns: repeat(11, 1fr);
1331 - }
1332 - .elementor-grid-mobile_extra-12 .elementor-grid {
1333 - grid-template-columns: repeat(12, 1fr);
1334 - }
1335 -}
1336 -@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
1337 - .elementor-grid-mobile-0 .elementor-grid {
1338 - display: inline-block;
1339 - width: 100%;
1340 - word-spacing: var(--grid-column-gap);
1341 - margin-block-end: calc(-1 * var(--grid-row-gap));
1342 - }
1343 - .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
1344 - display: inline-block;
1345 - margin-block-end: var(--grid-row-gap);
1346 - word-break: break-word;
1347 - }
1348 - .elementor-grid-mobile-1 .elementor-grid {
1349 - grid-template-columns: repeat(1, 1fr);
1350 - }
1351 - .elementor-grid-mobile-2 .elementor-grid {
1352 - grid-template-columns: repeat(2, 1fr);
1353 - }
1354 - .elementor-grid-mobile-3 .elementor-grid {
1355 - grid-template-columns: repeat(3, 1fr);
1356 - }
1357 - .elementor-grid-mobile-4 .elementor-grid {
1358 - grid-template-columns: repeat(4, 1fr);
1359 - }
1360 - .elementor-grid-mobile-5 .elementor-grid {
1361 - grid-template-columns: repeat(5, 1fr);
1362 - }
1363 - .elementor-grid-mobile-6 .elementor-grid {
1364 - grid-template-columns: repeat(6, 1fr);
1365 - }
1366 - .elementor-grid-mobile-7 .elementor-grid {
1367 - grid-template-columns: repeat(7, 1fr);
1368 - }
1369 - .elementor-grid-mobile-8 .elementor-grid {
1370 - grid-template-columns: repeat(8, 1fr);
1371 - }
1372 - .elementor-grid-mobile-9 .elementor-grid {
1373 - grid-template-columns: repeat(9, 1fr);
1374 - }
1375 - .elementor-grid-mobile-10 .elementor-grid {
1376 - grid-template-columns: repeat(10, 1fr);
1377 - }
1378 - .elementor-grid-mobile-11 .elementor-grid {
1379 - grid-template-columns: repeat(11, 1fr);
1380 - }
1381 - .elementor-grid-mobile-12 .elementor-grid {
1382 - grid-template-columns: repeat(12, 1fr);
1383 - }
1384 -}
804 + margin-bottom: calc(-1 * var(--grid-row-gap)); }
805 + .elementor-grid-0 .elementor-grid .elementor-grid-item {
806 + display: inline-block;
807 + margin-bottom: var(--grid-row-gap);
808 + word-break: break-word; }
809 + .elementor-grid-1 .elementor-grid {
810 + grid-template-columns: repeat(1, 1fr); }
811 + .elementor-grid-2 .elementor-grid {
812 + grid-template-columns: repeat(2, 1fr); }
813 + .elementor-grid-3 .elementor-grid {
814 + grid-template-columns: repeat(3, 1fr); }
815 + .elementor-grid-4 .elementor-grid {
816 + grid-template-columns: repeat(4, 1fr); }
817 + .elementor-grid-5 .elementor-grid {
818 + grid-template-columns: repeat(5, 1fr); }
819 + .elementor-grid-6 .elementor-grid {
820 + grid-template-columns: repeat(6, 1fr); }
821 + .elementor-grid-7 .elementor-grid {
822 + grid-template-columns: repeat(7, 1fr); }
823 + .elementor-grid-8 .elementor-grid {
824 + grid-template-columns: repeat(8, 1fr); }
825 + .elementor-grid-9 .elementor-grid {
826 + grid-template-columns: repeat(9, 1fr); }
827 + .elementor-grid-10 .elementor-grid {
828 + grid-template-columns: repeat(10, 1fr); }
829 + .elementor-grid-11 .elementor-grid {
830 + grid-template-columns: repeat(11, 1fr); }
831 + .elementor-grid-12 .elementor-grid {
832 + grid-template-columns: repeat(12, 1fr); }
833 + @media (max-width: ELEMENTOR_SCREEN_MD_MAX) {
834 + .elementor-grid-tablet-0 .elementor-grid {
835 + display: inline-block;
836 + width: 100%;
837 + word-spacing: var(--grid-column-gap);
838 + margin-bottom: calc(-1 * var(--grid-row-gap)); }
839 + .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
840 + display: inline-block;
841 + margin-bottom: var(--grid-row-gap);
842 + word-break: break-word; }
843 + .elementor-grid-tablet-1 .elementor-grid {
844 + grid-template-columns: repeat(1, 1fr); }
845 + .elementor-grid-tablet-2 .elementor-grid {
846 + grid-template-columns: repeat(2, 1fr); }
847 + .elementor-grid-tablet-3 .elementor-grid {
848 + grid-template-columns: repeat(3, 1fr); }
849 + .elementor-grid-tablet-4 .elementor-grid {
850 + grid-template-columns: repeat(4, 1fr); }
851 + .elementor-grid-tablet-5 .elementor-grid {
852 + grid-template-columns: repeat(5, 1fr); }
853 + .elementor-grid-tablet-6 .elementor-grid {
854 + grid-template-columns: repeat(6, 1fr); }
855 + .elementor-grid-tablet-7 .elementor-grid {
856 + grid-template-columns: repeat(7, 1fr); }
857 + .elementor-grid-tablet-8 .elementor-grid {
858 + grid-template-columns: repeat(8, 1fr); }
859 + .elementor-grid-tablet-9 .elementor-grid {
860 + grid-template-columns: repeat(9, 1fr); }
861 + .elementor-grid-tablet-10 .elementor-grid {
862 + grid-template-columns: repeat(10, 1fr); }
863 + .elementor-grid-tablet-11 .elementor-grid {
864 + grid-template-columns: repeat(11, 1fr); }
865 + .elementor-grid-tablet-12 .elementor-grid {
866 + grid-template-columns: repeat(12, 1fr); } }
867 + @media (max-width: ELEMENTOR_SCREEN_SM_MAX) {
868 + .elementor-grid-mobile-0 .elementor-grid {
869 + display: inline-block;
870 + width: 100%;
871 + word-spacing: var(--grid-column-gap);
872 + margin-bottom: calc(-1 * var(--grid-row-gap)); }
873 + .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
874 + display: inline-block;
875 + margin-bottom: var(--grid-row-gap);
876 + word-break: break-word; }
877 + .elementor-grid-mobile-1 .elementor-grid {
878 + grid-template-columns: repeat(1, 1fr); }
879 + .elementor-grid-mobile-2 .elementor-grid {
880 + grid-template-columns: repeat(2, 1fr); }
881 + .elementor-grid-mobile-3 .elementor-grid {
882 + grid-template-columns: repeat(3, 1fr); }
883 + .elementor-grid-mobile-4 .elementor-grid {
884 + grid-template-columns: repeat(4, 1fr); }
885 + .elementor-grid-mobile-5 .elementor-grid {
886 + grid-template-columns: repeat(5, 1fr); }
887 + .elementor-grid-mobile-6 .elementor-grid {
888 + grid-template-columns: repeat(6, 1fr); }
889 + .elementor-grid-mobile-7 .elementor-grid {
890 + grid-template-columns: repeat(7, 1fr); }
891 + .elementor-grid-mobile-8 .elementor-grid {
892 + grid-template-columns: repeat(8, 1fr); }
893 + .elementor-grid-mobile-9 .elementor-grid {
894 + grid-template-columns: repeat(9, 1fr); }
895 + .elementor-grid-mobile-10 .elementor-grid {
896 + grid-template-columns: repeat(10, 1fr); }
897 + .elementor-grid-mobile-11 .elementor-grid {
898 + grid-template-columns: repeat(11, 1fr); }
899 + .elementor-grid-mobile-12 .elementor-grid {
900 + grid-template-columns: repeat(12, 1fr); } }
1385 901
1386 -@media (min-width: ELEMENTOR_SCREEN_DESKTOP_MIN) {
902 +@media (min-width: ELEMENTOR_SCREEN_LG_MIN) {
1387 903 #elementor-device-mode:after {
1388 - content: "desktop";
1389 - }
1390 -}
1391 -@media (min-width: ELEMENTOR_SCREEN_WIDESCREEN_MIN) {
904 + content: 'desktop'; } }
905 +
906 +@media (min-width: ELEMENTOR_SCREEN_MD_MIN) and (max-width: ELEMENTOR_SCREEN_MD_MAX) {
1392 907 #elementor-device-mode:after {
1393 - content: "widescreen";
1394 - }
1395 -}
1396 -@media (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) {
908 + content: 'tablet'; } }
909 +
910 +@media (max-width: ELEMENTOR_SCREEN_SM_MAX) {
1397 911 #elementor-device-mode:after {
1398 - content: "laptop";
1399 - }
1400 -}
1401 -@media (max-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MAX) {
1402 - #elementor-device-mode:after {
1403 - content: "tablet_extra";
1404 - }
1405 -}
1406 -@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
1407 - #elementor-device-mode:after {
1408 - content: "tablet";
1409 - }
1410 -}
1411 -@media (max-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MAX) {
1412 - #elementor-device-mode:after {
1413 - content: "mobile_extra";
1414 - }
1415 -}
1416 -@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
1417 - #elementor-device-mode:after {
1418 - content: "mobile";
1419 - }
1420 -}
912 + content: 'mobile'; } }
1421 913
1422 -@media (prefers-reduced-motion: no-preference) {
1423 - html {
1424 - scroll-behavior: smooth;
1425 - }
1426 -}
1427 -.e-con {
1428 - --border-radius: 0;
1429 - --border-top-width: 0px;
1430 - --border-right-width: 0px;
1431 - --border-bottom-width: 0px;
1432 - --border-left-width: 0px;
1433 - --border-style: initial;
1434 - --border-color: initial;
1435 - --container-widget-width: 100%;
1436 - --container-widget-height: initial;
1437 - --container-widget-flex-grow: 0;
1438 - --container-widget-align-self: initial;
1439 - --content-width: min(100%, var(--container-max-width, 1140px));
1440 - --width: 100%;
1441 - --min-height: initial;
1442 - --height: auto;
1443 - --text-align: initial;
1444 - --margin-top: 0px;
1445 - --margin-right: 0px;
1446 - --margin-bottom: 0px;
1447 - --margin-left: 0px;
1448 - --padding-top: var(--container-default-padding-top, 10px);
1449 - --padding-right: var(--container-default-padding-right, 10px);
1450 - --padding-bottom: var(--container-default-padding-bottom, 10px);
1451 - --padding-left: var(--container-default-padding-left, 10px);
1452 - --position: relative;
1453 - --z-index: revert;
1454 - --overflow: visible;
1455 - --gap: var(--widgets-spacing, 20px);
1456 - --row-gap: var(--widgets-spacing-row, 20px);
1457 - --column-gap: var(--widgets-spacing-column, 20px);
1458 - --overlay-mix-blend-mode: initial;
1459 - --overlay-opacity: 1;
1460 - --overlay-transition: 0.3s;
1461 - --e-con-grid-template-columns: repeat(3, 1fr);
1462 - --e-con-grid-template-rows: repeat(2, 1fr);
1463 - position: var(--position);
1464 - width: var(--width);
1465 - min-width: 0;
1466 - min-height: var(--min-height);
1467 - height: var(--height);
1468 - border-radius: var(--border-radius);
1469 - z-index: var(--z-index);
1470 - overflow: var(--overflow);
1471 - --flex-wrap-mobile: wrap;
1472 -}
1473 -.e-con:where(:not(.e-div-block-base)) {
1474 - transition: background var(--background-transition, 0.3s), border var(--border-transition, 0.3s), box-shadow var(--border-transition, 0.3s), transform var(--e-con-transform-transition-duration, 0.4s);
1475 -}
1476 -.e-con {
1477 - --margin-block-start: var(--margin-top);
1478 - --margin-block-end: var(--margin-bottom);
1479 - --margin-inline-start: var(--margin-left);
1480 - --margin-inline-end: var(--margin-right);
1481 - --padding-inline-start: var(--padding-left);
1482 - --padding-inline-end: var(--padding-right);
1483 - --padding-block-start: var(--padding-top);
1484 - --padding-block-end: var(--padding-bottom);
1485 - --border-block-start-width: var(--border-top-width);
1486 - --border-block-end-width: var(--border-bottom-width);
1487 - --border-inline-start-width: var(--border-left-width);
1488 - --border-inline-end-width: var(--border-right-width);
1489 -}
1490 -body.rtl .e-con {
1491 - --padding-inline-start: var(--padding-right);
1492 - --padding-inline-end: var(--padding-left);
1493 - --margin-inline-start: var(--margin-right);
1494 - --margin-inline-end: var(--margin-left);
1495 - --border-inline-start-width: var(--border-right-width);
1496 - --border-inline-end-width: var(--border-left-width);
1497 -}
1498 -.e-con {
1499 - margin-block-start: var(--margin-block-start);
1500 - margin-inline-end: var(--margin-inline-end);
1501 - margin-block-end: var(--margin-block-end);
1502 - margin-inline-start: var(--margin-inline-start);
1503 - padding-inline-start: var(--padding-inline-start);
1504 - padding-inline-end: var(--padding-inline-end);
1505 -}
1506 -.e-con.e-flex {
1507 - --flex-direction: column;
1508 - --flex-basis: auto;
1509 - --flex-grow: 0;
1510 - --flex-shrink: 1;
1511 - flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
1512 -}
1513 -.e-con-full, .e-con > .e-con-inner {
1514 - text-align: var(--text-align);
1515 - padding-block-start: var(--padding-block-start);
1516 - padding-block-end: var(--padding-block-end);
1517 -}
1518 -.e-con-full.e-flex, .e-con.e-flex > .e-con-inner {
1519 - flex-direction: var(--flex-direction);
1520 -}
1521 -.e-con, .e-con > .e-con-inner {
1522 - display: var(--display);
1523 -}
1524 -.e-con.e-grid {
1525 - --grid-justify-content: start;
1526 - --grid-align-content: start;
1527 - --grid-auto-flow: row;
1528 -}
1529 -.e-con.e-grid, .e-con.e-grid > .e-con-inner {
1530 - grid-template-columns: var(--e-con-grid-template-columns);
1531 - grid-template-rows: var(--e-con-grid-template-rows);
1532 - justify-content: var(--grid-justify-content);
1533 - align-content: var(--grid-align-content);
1534 - grid-auto-flow: var(--grid-auto-flow);
1535 - justify-items: var(--justify-items);
1536 - align-items: var(--align-items);
1537 -}
1538 -.e-con-boxed.e-flex {
1539 - flex-direction: column;
1540 - flex-wrap: initial;
1541 - justify-content: initial;
1542 - align-items: initial;
1543 - align-content: initial;
1544 -}
1545 -.e-con-boxed.e-grid {
1546 - justify-items: initial;
1547 - grid-template-columns: 1fr;
1548 - grid-template-rows: 1fr;
1549 -}
1550 -.e-con-boxed {
1551 - text-align: initial;
1552 - gap: initial;
1553 -}
1554 -.e-con.e-flex > .e-con-inner {
1555 - flex-wrap: var(--flex-wrap);
1556 - justify-content: var(--justify-content);
1557 - align-items: var(--align-items);
1558 - align-content: var(--align-content);
1559 - flex-basis: initial;
1560 - flex-grow: 1;
1561 - flex-shrink: initial;
1562 - align-self: initial;
1563 -}
1564 -.e-con.e-grid > .e-con-inner {
1565 - justify-items: var(--justify-items);
1566 - align-items: var(--align-items);
1567 -}
1568 -.e-con > .e-con-inner {
1569 - gap: var(--row-gap) var(--column-gap);
1570 - width: 100%;
1571 - max-width: var(--content-width);
1572 - margin: 0 auto;
1573 - padding-inline-start: 0;
1574 - padding-inline-end: 0;
1575 - height: 100%;
1576 -}
1577 -:is(.elementor-section-wrap, [data-elementor-id]) > .e-con {
1578 - --margin-left: auto;
1579 - --margin-right: auto;
1580 - max-width: min(100%, var(--width));
1581 -}
1582 -:is([data-widget_type="e-component.default"], [data-widget_type="e-component.default"] > .elementor-section-wrap) > .e-con {
1583 - --margin-right: 0px;
1584 - --margin-left: 0px;
1585 -}
1586 -.e-con .elementor-widget.elementor-widget {
1587 - margin-block-end: 0;
1588 -}
1589 -.e-con::before, :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container::before,
1590 -.e-con > .elementor-motion-effects-container > .elementor-motion-effects-layer::before,
1591 -.e-con > .elementor-background-slideshow::before {
1592 - content: var(--background-overlay);
1593 - display: block;
1594 - position: absolute;
1595 - mix-blend-mode: var(--overlay-mix-blend-mode);
1596 - opacity: var(--overlay-opacity);
1597 - transition: var(--overlay-transition, 0.3s);
1598 - border-radius: var(--border-radius);
1599 - border-style: var(--border-style);
1600 - border-color: var(--border-color);
1601 - border-block-start-width: var(--border-block-start-width);
1602 - border-inline-end-width: var(--border-inline-end-width);
1603 - border-block-end-width: var(--border-block-end-width);
1604 - border-inline-start-width: var(--border-inline-start-width);
1605 - top: calc(0px - var(--border-top-width));
1606 - left: calc(0px - var(--border-left-width));
1607 - width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
1608 - height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
1609 -}
1610 -.e-con::before {
1611 - transition: background var(--overlay-transition, 0.3s), border-radius var(--border-transition, 0.3s), opacity var(--overlay-transition, 0.3s);
1612 -}
1613 -.e-con > .elementor-background-slideshow, :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container {
1614 - border-radius: var(--border-radius);
1615 - border-style: var(--border-style);
1616 - border-color: var(--border-color);
1617 - border-block-start-width: var(--border-block-start-width);
1618 - border-inline-end-width: var(--border-inline-end-width);
1619 - border-block-end-width: var(--border-block-end-width);
1620 - border-inline-start-width: var(--border-inline-start-width);
1621 - top: calc(0px - var(--border-top-width));
1622 - left: calc(0px - var(--border-left-width));
1623 - width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
1624 - height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
1625 -}
1626 -@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
1627 - :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container.elementor-hidden-mobile {
1628 - display: none;
1629 - }
1630 -}
1631 -:is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container::before {
1632 - z-index: 1;
1633 -}
1634 -:is(.e-con, .e-con > .e-con-inner) > .elementor-background-slideshow::before {
1635 - z-index: 2;
1636 -}
1637 -.e-con .elementor-widget {
1638 - min-width: 0;
1639 -}
1640 -.e-con .elementor-widget-video, .e-con .elementor-widget-google_maps, .e-con .elementor-widget-empty {
1641 - width: 100%;
1642 -}
1643 -.e-con .elementor-widget.e-widget-swiper {
1644 - width: 100%;
1645 -}
1646 -.e-con > .elementor-widget > .elementor-widget-container, .e-con > .e-con-inner > .elementor-widget > .elementor-widget-container {
1647 - height: 100%;
1648 -}
1649 -.elementor.elementor .e-con > .elementor-widget, .e-con.e-con > .e-con-inner > .elementor-widget {
1650 - max-width: 100%;
1651 -}
1652 -.e-con .elementor-widget:not(:last-child) {
1653 - --kit-widget-spacing: 0px;
1654 -}
1655 -
1656 -@media (max-width: 767px) {
1657 - .e-con.e-flex {
1658 - --width: 100%;
1659 - --flex-wrap: var(--flex-wrap-mobile);
1660 - }
1661 - .e-con.e-flex .elementor-widget-archive-posts {
1662 - width: 100%;
1663 - }
1664 -}
1665 914 .elementor-form-fields-wrapper {
1666 915 display: flex;
1667 - flex-wrap: wrap;
1668 -}
1669 -.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > textarea, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup {
1670 - flex-basis: 100%;
1671 - max-width: 100%;
1672 -}
1673 -.elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group .elementor-select-wrapper {
1674 - flex-grow: 1;
1675 -}
916 + flex-wrap: wrap; }
917 + .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > textarea, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup {
918 + flex-basis: 100%;
919 + max-width: 100%; }
920 + .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group .elementor-select-wrapper {
921 + flex-grow: 1; }
1676 922
1677 923 .elementor-field-group {
1678 924 flex-wrap: wrap;
1679 - align-items: center;
1680 -}
1681 -.elementor-field-group.elementor-field-type-submit {
1682 - align-items: flex-end;
1683 -}
1684 -.elementor-field-group .elementor-field-textual {
1685 - width: 100%;
1686 - max-width: 100%;
1687 - border: 1px solid #69727D;
1688 - background-color: transparent;
1689 - color: #1f2124;
1690 - vertical-align: middle;
1691 - flex-grow: 1;
1692 -}
1693 -.elementor-field-group .elementor-field-textual:focus {
1694 - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
1695 - outline: 0;
1696 -}
1697 -.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
1698 - color: inherit;
1699 - font-family: inherit;
1700 - opacity: 0.6;
1701 -}
1702 -.elementor-field-group .elementor-field-textual:-ms-input-placeholder {
1703 - color: inherit;
1704 - font-family: inherit;
1705 - opacity: 0.6;
1706 -}
1707 -.elementor-field-group .elementor-field-textual::-moz-placeholder {
1708 - color: inherit;
1709 - font-family: inherit;
1710 - opacity: 0.6;
1711 -}
1712 -.elementor-field-group .elementor-field-textual:-moz-placeholder {
1713 - color: inherit;
1714 - font-family: inherit;
1715 - opacity: 0.6;
1716 -}
1717 -.elementor-field-group .elementor-field-textual::placeholder {
1718 - color: inherit;
1719 - font-family: inherit;
1720 - opacity: 0.6;
1721 -}
1722 -.elementor-field-group .elementor-select-wrapper {
1723 - display: flex;
1724 - position: relative;
1725 - width: 100%;
1726 -}
1727 -.elementor-field-group .elementor-select-wrapper select {
1728 - appearance: none;
1729 - color: inherit;
1730 - font-size: inherit;
1731 - font-family: inherit;
1732 - font-weight: inherit;
1733 - font-style: inherit;
1734 - text-transform: inherit;
1735 - letter-spacing: inherit;
1736 - line-height: inherit;
1737 - flex-basis: 100%;
1738 - padding-inline-end: 20px;
1739 -}
1740 -.elementor-field-group .elementor-select-wrapper:before {
1741 - content: "\e92a";
1742 - font-family: "eicons";
1743 - font-size: 15px;
1744 - position: absolute;
1745 - inset-block-start: 50%;
1746 - inset-inline-end: 10px;
1747 - transform: translateY(-50%);
1748 - pointer-events: none;
1749 - text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
1750 -}
1751 -.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
1752 - content: "";
1753 -}
925 + align-items: center; }
926 + .elementor-field-group.elementor-field-type-submit {
927 + align-items: flex-end; }
928 + .elementor-field-group .elementor-field-textual {
929 + width: 100%;
930 + max-width: 100%;
931 + border: 1px solid #818a91;
932 + background-color: transparent;
933 + color: #373a3c;
934 + vertical-align: middle;
935 + flex-grow: 1; }
936 + .elementor-field-group .elementor-field-textual:focus {
937 + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
938 + outline: 0; }
939 + .elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
940 + color: inherit;
941 + font-family: inherit;
942 + opacity: 0.6; }
943 + .elementor-field-group .elementor-field-textual:-ms-input-placeholder {
944 + color: inherit;
945 + font-family: inherit;
946 + opacity: 0.6; }
947 + .elementor-field-group .elementor-field-textual::-moz-placeholder {
948 + color: inherit;
949 + font-family: inherit;
950 + opacity: 0.6; }
951 + .elementor-field-group .elementor-field-textual:-moz-placeholder {
952 + color: inherit;
953 + font-family: inherit;
954 + opacity: 0.6; }
955 + .elementor-field-group .elementor-field-textual::placeholder {
956 + color: inherit;
957 + font-family: inherit;
958 + opacity: 0.6; }
959 + .elementor-field-group .elementor-select-wrapper {
960 + display: flex;
961 + position: relative;
962 + width: 100%; }
963 + .elementor-field-group .elementor-select-wrapper select {
964 + appearance: none;
965 + -webkit-appearance: none;
966 + -moz-appearance: none;
967 + color: inherit;
968 + font-size: inherit;
969 + font-family: inherit;
970 + font-weight: inherit;
971 + font-style: inherit;
972 + text-transform: inherit;
973 + letter-spacing: inherit;
974 + line-height: inherit;
975 + flex-basis: 100%;
976 + padding-right: 20px; }
977 + .elementor-field-group .elementor-select-wrapper:before {
978 + content: '\e92a';
979 + font-family: 'eicons';
980 + font-size: 15px;
981 + position: absolute;
982 + top: 50%;
983 + transform: translateY(-50%);
984 + right: 10px;
985 + pointer-events: none;
986 + text-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
987 + .elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
988 + content: ''; }
1754 989
1755 990 .elementor-field-subgroup {
1756 991 display: flex;
1757 - flex-wrap: wrap;
1758 -}
1759 -.elementor-field-subgroup .elementor-field-option label {
1760 - display: inline-block;
1761 -}
1762 -.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
1763 - padding-inline-end: 10px;
1764 -}
1765 -.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
1766 - flex-basis: 100%;
1767 -}
992 + flex-wrap: wrap; }
993 + .elementor-field-subgroup .elementor-field-option label {
994 + display: inline-block; }
995 + .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
996 + padding-right: 10px; }
997 + .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
998 + flex-basis: 100%; }
1768 999
1769 1000 .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
1770 1001 .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
1771 1002 .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
@@ -1771,19 +1002,16 @@
1771 1002 .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
1772 1003 .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label,
1773 1004 .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
1774 1005 .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label {
1775 - display: inline;
1776 -}
1006 + display: inline; }
1777 1007
1778 1008 .elementor-field-label {
1779 - cursor: pointer;
1780 -}
1781 -.elementor-mark-required .elementor-field-label:after {
1782 - content: "*";
1783 - color: red;
1784 - padding-inline-start: 0.2em;
1785 -}
1009 + cursor: pointer; }
1010 + .elementor-mark-required .elementor-field-label:after {
1011 + content: '*';
1012 + color: red;
1013 + padding-left: 0.2em; }
1786 1014
1787 1015 .elementor-field-textual {
1788 1016 line-height: 1.4;
1789 1017 font-size: 15px;
@@ -1788,230 +1016,249 @@
1788 1016 line-height: 1.4;
1789 1017 font-size: 15px;
1790 1018 min-height: 40px;
1791 1019 padding: 5px 14px;
1792 - border-radius: 3px;
1793 -}
1794 -.elementor-field-textual.elementor-size-xs {
1795 - font-size: 13px;
1796 - min-height: 33px;
1797 - padding: 4px 12px;
1798 - border-radius: 2px;
1799 -}
1800 -.elementor-field-textual.elementor-size-md {
1801 - font-size: 16px;
1802 - min-height: 47px;
1803 - padding: 6px 16px;
1804 - border-radius: 4px;
1805 -}
1806 -.elementor-field-textual.elementor-size-lg {
1807 - font-size: 18px;
1808 - min-height: 59px;
1809 - padding: 7px 20px;
1810 - border-radius: 5px;
1811 -}
1812 -.elementor-field-textual.elementor-size-xl {
1813 - font-size: 20px;
1814 - min-height: 72px;
1815 - padding: 8px 24px;
1816 - border-radius: 6px;
1817 -}
1020 + border-radius: 3px; }
1021 + .elementor-field-textual.elementor-size-xs {
1022 + font-size: 13px;
1023 + min-height: 33px;
1024 + padding: 4px 12px;
1025 + border-radius: 2px; }
1026 + .elementor-field-textual.elementor-size-md {
1027 + font-size: 16px;
1028 + min-height: 47px;
1029 + padding: 6px 16px;
1030 + border-radius: 4px; }
1031 + .elementor-field-textual.elementor-size-lg {
1032 + font-size: 18px;
1033 + min-height: 59px;
1034 + padding: 7px 20px;
1035 + border-radius: 5px; }
1036 + .elementor-field-textual.elementor-size-xl {
1037 + font-size: 20px;
1038 + min-height: 72px;
1039 + padding: 8px 24px;
1040 + border-radius: 6px; }
1818 1041
1819 1042 .elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
1820 - flex-basis: 100%;
1821 -}
1043 + flex-basis: 100%; }
1044 +
1822 1045 .elementor-button-align-stretch .e-form__buttons__wrapper {
1823 1046 flex-basis: 50%;
1824 - flex-grow: 1;
1825 -}
1826 -.elementor-button-align-stretch .e-form__buttons__wrapper__button {
1827 - flex-basis: 100%;
1828 -}
1047 + flex-grow: 1; }
1048 + .elementor-button-align-stretch .e-form__buttons__wrapper__button {
1049 + flex-basis: 100%; }
1050 +
1829 1051 .elementor-button-align-center .elementor-field-type-submit,
1830 1052 .elementor-button-align-center .e-form__buttons {
1831 - justify-content: center;
1832 -}
1053 + justify-content: center; }
1054 +
1833 1055 .elementor-button-align-start .elementor-field-type-submit,
1834 1056 .elementor-button-align-start .e-form__buttons {
1835 - justify-content: flex-start;
1836 -}
1837 -[dir=rtl] .elementor-button-align-start .elementor-field-type-submit,
1838 -[dir=rtl] .elementor-button-align-start .e-form__buttons {
1839 - justify-content: flex-end;
1840 -}
1057 + justify-content: flex-start; }
1058 +
1841 1059 .elementor-button-align-end .elementor-field-type-submit,
1842 1060 .elementor-button-align-end .e-form__buttons {
1843 - justify-content: flex-end;
1844 -}
1845 -[dir=rtl] .elementor-button-align-end .elementor-field-type-submit,
1846 -[dir=rtl] .elementor-button-align-end .e-form__buttons {
1847 - justify-content: flex-start;
1848 -}
1061 + justify-content: flex-end; }
1062 +
1849 1063 .elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
1850 - flex-basis: initial;
1851 -}
1064 + flex-basis: initial; }
1065 +
1852 1066 .elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper {
1853 - flex-grow: initial;
1854 -}
1855 -.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button {
1856 - flex-basis: initial;
1857 -}
1067 + flex-grow: initial; }
1068 + .elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button {
1069 + flex-basis: initial; }
1858 1070
1859 -@media screen and (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
1071 +@media screen and (max-width: ELEMENTOR_SCREEN_MD_MAX) {
1860 1072 .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
1861 - flex-basis: 100%;
1862 - }
1073 + flex-basis: 100%; }
1863 1074 .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
1864 1075 flex-basis: 50%;
1865 - flex-grow: 1;
1866 - }
1867 - .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
1868 - flex-basis: 100%;
1869 - }
1076 + flex-grow: 1; }
1077 + .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
1078 + flex-basis: 100%; }
1870 1079 .elementor-tablet-button-align-center .elementor-field-type-submit,
1871 1080 .elementor-tablet-button-align-center .e-form__buttons {
1872 - justify-content: center;
1873 - }
1081 + justify-content: center; }
1874 1082 .elementor-tablet-button-align-start .elementor-field-type-submit,
1875 1083 .elementor-tablet-button-align-start .e-form__buttons {
1876 - justify-content: flex-start;
1877 - }
1878 - [dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit,
1879 - [dir=rtl] .elementor-tablet-button-align-start .e-form__buttons {
1880 - justify-content: flex-end;
1881 - }
1084 + justify-content: flex-start; }
1882 1085 .elementor-tablet-button-align-end .elementor-field-type-submit,
1883 1086 .elementor-tablet-button-align-end .e-form__buttons {
1884 - justify-content: flex-end;
1885 - }
1886 - [dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit,
1887 - [dir=rtl] .elementor-tablet-button-align-end .e-form__buttons {
1888 - justify-content: flex-start;
1889 - }
1087 + justify-content: flex-end; }
1890 1088 .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
1891 - flex-basis: initial;
1892 - }
1089 + flex-basis: initial; }
1893 1090 .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper {
1894 - flex-grow: initial;
1895 - }
1896 - .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button {
1897 - flex-basis: initial;
1898 - }
1899 -}
1900 -@media screen and (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
1091 + flex-grow: initial; }
1092 + .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button {
1093 + flex-basis: initial; } }
1094 +
1095 +@media screen and (max-width: ELEMENTOR_SCREEN_SM_MAX) {
1901 1096 .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
1902 - flex-basis: 100%;
1903 - }
1097 + flex-basis: 100%; }
1904 1098 .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
1905 1099 flex-basis: 50%;
1906 - flex-grow: 1;
1907 - }
1908 - .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
1909 - flex-basis: 100%;
1910 - }
1100 + flex-grow: 1; }
1101 + .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
1102 + flex-basis: 100%; }
1911 1103 .elementor-mobile-button-align-center .elementor-field-type-submit,
1912 1104 .elementor-mobile-button-align-center .e-form__buttons {
1913 - justify-content: center;
1914 - }
1105 + justify-content: center; }
1915 1106 .elementor-mobile-button-align-start .elementor-field-type-submit,
1916 1107 .elementor-mobile-button-align-start .e-form__buttons {
1917 - justify-content: flex-start;
1918 - }
1919 - [dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit,
1920 - [dir=rtl] .elementor-mobile-button-align-start .e-form__buttons {
1921 - justify-content: flex-end;
1922 - }
1108 + justify-content: flex-start; }
1923 1109 .elementor-mobile-button-align-end .elementor-field-type-submit,
1924 1110 .elementor-mobile-button-align-end .e-form__buttons {
1925 - justify-content: flex-end;
1926 - }
1927 - [dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit,
1928 - [dir=rtl] .elementor-mobile-button-align-end .e-form__buttons {
1929 - justify-content: flex-start;
1930 - }
1111 + justify-content: flex-end; }
1931 1112 .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
1932 - flex-basis: initial;
1933 - }
1113 + flex-basis: initial; }
1934 1114 .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper {
1935 - flex-grow: initial;
1936 - }
1937 - .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button {
1938 - flex-basis: initial;
1939 - }
1940 -}
1115 + flex-grow: initial; }
1116 + .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button {
1117 + flex-basis: initial; } }
1118 +
1941 1119 .elementor-error .elementor-field {
1942 - border-color: #d9534f;
1943 -}
1120 + border-color: #d9534f; }
1121 +
1944 1122 .elementor-error .help-inline {
1945 1123 color: #d9534f;
1946 - font-size: 0.9em;
1947 -}
1124 + font-size: 0.9em; }
1948 1125
1949 1126 .elementor-message {
1950 1127 margin: 10px 0;
1951 1128 font-size: 1em;
1952 - line-height: 1;
1953 -}
1954 -.elementor-message:before {
1955 - content: "\e90e";
1956 - display: inline-block;
1957 - font-family: eicons;
1958 - font-weight: normal;
1959 - font-style: normal;
1960 - vertical-align: middle;
1961 - margin-inline-end: 5px;
1962 -}
1963 -.elementor-message.elementor-message-danger {
1964 - color: #d9534f;
1965 -}
1966 -.elementor-message.elementor-message-danger:before {
1967 - content: "\e87f";
1968 -}
1969 -.elementor-message.form-message-success {
1970 - color: #5cb85c;
1971 -}
1129 + line-height: 1; }
1130 + .elementor-message:before {
1131 + content: "\e90e";
1132 + display: inline-block;
1133 + font-family: eicons;
1134 + font-weight: normal;
1135 + font-style: normal;
1136 + vertical-align: middle;
1137 + margin-right: 5px; }
1138 + .elementor-message.elementor-message-danger {
1139 + color: #d9534f; }
1140 + .elementor-message.elementor-message-danger:before {
1141 + content: "\e87f"; }
1142 + .elementor-message.form-message-success {
1143 + color: #5cb85c; }
1972 1144
1973 1145 .elementor-form .elementor-button {
1974 - padding-block-start: 0;
1975 - padding-block-end: 0;
1976 - border: none;
1977 -}
1978 -.elementor-form .elementor-button > span, .elementor-form .elementor-button-content-wrapper {
1979 - display: flex;
1980 - justify-content: center;
1981 - flex-direction: row;
1982 - gap: 5px;
1983 -}
1984 -.elementor-form .elementor-button.elementor-size-xs {
1985 - min-height: 33px;
1986 -}
1987 -.elementor-form .elementor-button.elementor-size-sm {
1988 - min-height: 40px;
1989 -}
1990 -.elementor-form .elementor-button.elementor-size-md {
1991 - min-height: 47px;
1992 -}
1993 -.elementor-form .elementor-button.elementor-size-lg {
1994 - min-height: 59px;
1995 -}
1996 -.elementor-form .elementor-button.elementor-size-xl {
1997 - min-height: 72px;
1998 -}
1146 + padding-top: 0;
1147 + padding-bottom: 0;
1148 + border: none; }
1149 + .elementor-form .elementor-button > span {
1150 + display: flex;
1151 + justify-content: center; }
1152 + .elementor-form .elementor-button.elementor-size-xs {
1153 + min-height: 33px; }
1154 + .elementor-form .elementor-button.elementor-size-sm {
1155 + min-height: 40px; }
1156 + .elementor-form .elementor-button.elementor-size-md {
1157 + min-height: 47px; }
1158 + .elementor-form .elementor-button.elementor-size-lg {
1159 + min-height: 59px; }
1160 + .elementor-form .elementor-button.elementor-size-xl {
1161 + min-height: 72px; }
1999 1162
2000 -.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container, .elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)) {
2001 - transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 400ms);
2002 -}
1163 +.elementor-element .elementor-widget-container {
1164 + transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; }
2003 1165
2004 -.elementor-heading-title {
2005 - padding: 0;
2006 - margin: 0;
2007 - line-height: 1;
2008 -}
1166 +.elementor-accordion {
1167 + text-align: left; }
1168 + .elementor-accordion .elementor-accordion-item {
1169 + border: 1px solid #D4D4D4; }
1170 + .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
1171 + border-top: none; }
1172 + .elementor-accordion .elementor-tab-title {
1173 + margin: 0;
1174 + padding: 15px 20px;
1175 + font-weight: bold;
1176 + line-height: 1;
1177 + cursor: pointer;
1178 + outline: none; }
1179 + .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
1180 + display: inline-block;
1181 + width: 1.5em; }
1182 + .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
1183 + float: right;
1184 + text-align: right; }
1185 + .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
1186 + float: left;
1187 + text-align: left; }
1188 + .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
1189 + display: block; }
1190 + .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened {
1191 + display: none; }
1192 + .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
1193 + display: none; }
1194 + .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
1195 + display: block; }
1196 + .elementor-accordion .elementor-tab-content {
1197 + display: none;
1198 + padding: 15px 20px;
1199 + border-top: 1px solid #D4D4D4; }
2009 1200
1201 +@media (max-width: ELEMENTOR_SCREEN_SM_MAX) {
1202 + .elementor-accordion .elementor-tab-title {
1203 + padding: 12px 15px; }
1204 + .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
1205 + width: 1.2em; }
1206 + .elementor-accordion .elementor-tab-content {
1207 + padding: 7px 15px; } }
1208 +
1209 +.elementor-alert {
1210 + padding: 15px;
1211 + border-left: 5px solid transparent;
1212 + position: relative;
1213 + text-align: left; }
1214 + .elementor-alert .elementor-alert-title {
1215 + display: block;
1216 + font-weight: bold; }
1217 + .elementor-alert .elementor-alert-description {
1218 + font-size: 13px; }
1219 + .elementor-alert button.elementor-alert-dismiss {
1220 + position: absolute;
1221 + right: 10px;
1222 + top: 10px;
1223 + padding: 3px;
1224 + font-size: 20px;
1225 + line-height: 1;
1226 + background: transparent;
1227 + color: inherit;
1228 + border: none;
1229 + cursor: pointer; }
1230 + .elementor-alert.elementor-alert-info {
1231 + color: #31708f;
1232 + background-color: #d9edf7;
1233 + border-color: #bcdff1; }
1234 + .elementor-alert.elementor-alert-success {
1235 + color: #3c763d;
1236 + background-color: #dff0d8;
1237 + border-color: #cae6be; }
1238 + .elementor-alert.elementor-alert-warning {
1239 + color: #8a6d3b;
1240 + background-color: #fcf8e3;
1241 + border-color: #f9f0c3; }
1242 + .elementor-alert.elementor-alert-danger {
1243 + color: #a94442;
1244 + background-color: #f2dede;
1245 + border-color: #e8c4c4; }
1246 +
1247 +@media (max-width: ELEMENTOR_SCREEN_SM_MAX) {
1248 + .elementor-alert {
1249 + padding: 10px; }
1250 + .elementor-alert button.elementor-alert-dismiss {
1251 + right: 7px;
1252 + top: 7px; } }
1253 +
1254 +.elementor-tab-title a {
1255 + color: inherit; }
1256 +
2010 1257 .elementor-button {
2011 1258 display: inline-block;
2012 1259 line-height: 1;
2013 - background-color: #69727D;
1260 + background-color: #818a91;
2014 1261 font-size: 15px;
2015 1262 padding: 12px 24px;
2016 1263 border-radius: 3px;
2017 1264 color: #fff;
@@ -2016,203 +1263,2065 @@
2016 1263 border-radius: 3px;
2017 1264 color: #fff;
2018 1265 fill: #fff;
2019 1266 text-align: center;
2020 - transition: all 0.3s;
2021 -}
2022 -.elementor-button:hover, .elementor-button:focus, .elementor-button:visited {
2023 - color: #fff;
2024 -}
2025 -.elementor-button-content-wrapper {
2026 - display: flex;
2027 - justify-content: center;
2028 - flex-direction: row;
2029 - gap: 5px;
2030 -}
2031 -.elementor-button-icon {
2032 - display: flex;
2033 - align-items: center;
2034 -}
2035 -.elementor-button-icon svg {
2036 - width: 1em;
2037 - height: auto;
2038 -}
2039 -.elementor-button-icon .e-font-icon-svg {
2040 - height: 1em;
2041 -}
2042 -.elementor-button-text {
2043 - display: inline-block;
2044 -}
2045 -.elementor-button.elementor-size-xs {
2046 - font-size: 13px;
2047 - padding: 10px 20px;
2048 - border-radius: 2px;
2049 -}
2050 -.elementor-button.elementor-size-md {
2051 - font-size: 16px;
2052 - padding: 15px 30px;
2053 - border-radius: 4px;
2054 -}
2055 -.elementor-button.elementor-size-lg {
2056 - font-size: 18px;
2057 - padding: 20px 40px;
2058 - border-radius: 5px;
2059 -}
2060 -.elementor-button.elementor-size-xl {
2061 - font-size: 20px;
2062 - padding: 25px 50px;
2063 - border-radius: 6px;
2064 -}
2065 -.elementor-button span {
2066 - text-decoration: inherit;
2067 -}
1267 + transition: all 0.3s; }
1268 + .elementor-button:hover, .elementor-button:focus, .elementor-button:visited {
1269 + color: #fff; }
1270 + .elementor-button-content-wrapper {
1271 + display: flex;
1272 + justify-content: center; }
1273 + .elementor-button-icon {
1274 + flex-grow: 0;
1275 + order: 5; }
1276 + .elementor-button-icon svg {
1277 + width: 1em; }
1278 + .elementor-button-text {
1279 + flex-grow: 1;
1280 + order: 10;
1281 + display: inline-block; }
1282 + .elementor-button.elementor-size-xs {
1283 + font-size: 13px;
1284 + padding: 10px 20px;
1285 + border-radius: 2px; }
1286 + .elementor-button.elementor-size-md {
1287 + font-size: 16px;
1288 + padding: 15px 30px;
1289 + border-radius: 4px; }
1290 + .elementor-button.elementor-size-lg {
1291 + font-size: 18px;
1292 + padding: 20px 40px;
1293 + border-radius: 5px; }
1294 + .elementor-button.elementor-size-xl {
1295 + font-size: 20px;
1296 + padding: 25px 50px;
1297 + border-radius: 6px; }
1298 + .elementor-button .elementor-align-icon-right {
1299 + margin-left: 5px;
1300 + order: 15; }
1301 + .elementor-button .elementor-align-icon-left {
1302 + margin-right: 5px;
1303 + order: 5; }
1304 + .elementor-button span {
1305 + text-decoration: inherit; }
2068 1306
1307 +/* TODO: REMOVE THIS EXCEPTION AFTER PRO 2.8 RELEASES */
1308 +.elementor-menu-cart__toggle .elementor-button-icon {
1309 + order: 15; }
1310 +
2069 1311 .elementor-element.elementor-button-info .elementor-button {
2070 - background-color: #5bc0de;
2071 -}
1312 + background-color: #5bc0de; }
1313 +
2072 1314 .elementor-element.elementor-button-success .elementor-button {
2073 - background-color: #5cb85c;
2074 -}
1315 + background-color: #5cb85c; }
1316 +
2075 1317 .elementor-element.elementor-button-warning .elementor-button {
2076 - background-color: #f0ad4e;
2077 -}
1318 + background-color: #f0ad4e; }
1319 +
2078 1320 .elementor-element.elementor-button-danger .elementor-button {
2079 - background-color: #d9534f;
2080 -}
1321 + background-color: #d9534f; }
2081 1322
2082 1323 .elementor-widget-button .elementor-button .elementor-button-info {
2083 - background-color: #5bc0de;
2084 -}
1324 + background-color: #5bc0de; }
1325 +
2085 1326 .elementor-widget-button .elementor-button .elementor-button-success {
2086 - background-color: #5cb85c;
2087 -}
1327 + background-color: #5cb85c; }
1328 +
2088 1329 .elementor-widget-button .elementor-button .elementor-button-warning {
2089 - background-color: #f0ad4e;
2090 -}
1330 + background-color: #f0ad4e; }
1331 +
2091 1332 .elementor-widget-button .elementor-button .elementor-button-danger {
2092 - background-color: #d9534f;
2093 -}
1333 + background-color: #d9534f; }
2094 1334
2095 -.elementor-view-stacked .elementor-icon {
2096 - padding: 0.5em;
2097 - background-color: #69727D;
2098 - color: #fff;
2099 - fill: #fff;
2100 -}
1335 +.elementor-counter .elementor-counter-number-wrapper {
1336 + display: flex;
1337 + font-size: 69px;
1338 + font-weight: 600;
1339 + color: #222222;
1340 + line-height: 1; }
2101 1341
2102 -.elementor-view-framed .elementor-icon {
2103 - padding: 0.5em;
2104 - color: #69727D;
2105 - border: 3px solid #69727D;
2106 - background-color: transparent;
2107 -}
1342 +.elementor-counter .elementor-counter-number-prefix, .elementor-counter .elementor-counter-number-suffix {
1343 + flex-grow: 1;
1344 + white-space: pre-wrap; }
2108 1345
1346 +.elementor-counter .elementor-counter-number-prefix {
1347 + text-align: right; }
1348 +
1349 +.elementor-counter .elementor-counter-number-suffix {
1350 + text-align: left; }
1351 +
1352 +.elementor-counter .elementor-counter-title {
1353 + text-align: center;
1354 + font-size: 19px;
1355 + font-weight: 400;
1356 + color: #666666;
1357 + line-height: 2.5; }
1358 +
1359 +.elementor-widget-divider {
1360 + --divider-border-style: none;
1361 + --divider-border-width: 1px;
1362 + --divider-color: #2C2C2C;
1363 + --divider-icon-size: 20px;
1364 + --divider-element-spacing: 10px;
1365 + --divider-pattern-height: 24px;
1366 + --divider-pattern-size: 20px;
1367 + --divider-pattern-url: none;
1368 + --divider-pattern-repeat: repeat-x; }
1369 + .elementor-widget-divider .elementor-divider {
1370 + display: flex; }
1371 + .elementor-widget-divider .elementor-divider__text {
1372 + font-size: 15px;
1373 + line-height: 1;
1374 + max-width: 95%; }
1375 + .elementor-widget-divider .elementor-divider__element {
1376 + margin: 0 var(--divider-element-spacing);
1377 + flex-shrink: 0; }
1378 + .elementor-widget-divider .elementor-icon {
1379 + font-size: var(--divider-icon-size); }
1380 + .elementor-widget-divider .elementor-divider-separator {
1381 + display: flex;
1382 + margin: 0;
1383 + direction: ltr; }
1384 + .elementor-widget-divider--view-line_text .elementor-divider-separator, .elementor-widget-divider--view-line_icon .elementor-divider-separator {
1385 + align-items: center; }
1386 + .elementor-widget-divider--view-line_text .elementor-divider-separator:before, .elementor-widget-divider--view-line_text .elementor-divider-separator:after, .elementor-widget-divider--view-line_icon .elementor-divider-separator:before, .elementor-widget-divider--view-line_icon .elementor-divider-separator:after {
1387 + display: block;
1388 + content: '';
1389 + border-bottom: 0;
1390 + flex-grow: 1;
1391 + border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color); }
1392 + .elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator > .elementor-divider__svg:first-of-type {
1393 + flex-grow: 0;
1394 + flex-shrink: 100; }
1395 + .elementor-widget-divider--element-align-left .elementor-divider-separator:before {
1396 + content: none; }
1397 + .elementor-widget-divider--element-align-left .elementor-divider__element {
1398 + margin-left: 0; }
1399 + .elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator > .elementor-divider__svg:last-of-type {
1400 + flex-grow: 0;
1401 + flex-shrink: 100; }
1402 + .elementor-widget-divider--element-align-right .elementor-divider-separator:after {
1403 + content: none; }
1404 + .elementor-widget-divider--element-align-right .elementor-divider__element {
1405 + margin-right: 0; }
1406 + .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
1407 + border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color); }
1408 + .elementor-widget-divider--separator-type-pattern {
1409 + --divider-border-style: none; }
1410 + .elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,
1411 + .elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator,
1412 + .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,
1413 + .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after {
1414 + width: 100%;
1415 + min-height: var(--divider-pattern-height);
1416 + -webkit-mask-size: var(--divider-pattern-size) 100%;
1417 + mask-size: var(--divider-pattern-size) 100%;
1418 + -webkit-mask-repeat: var(--divider-pattern-repeat);
1419 + mask-repeat: var(--divider-pattern-repeat);
1420 + background-color: var(--divider-color);
1421 + -webkit-mask-image: var(--divider-pattern-url);
1422 + mask-image: var(--divider-pattern-url); }
1423 + .elementor-widget-divider--no-spacing {
1424 + --divider-pattern-size: auto; }
1425 + .elementor-widget-divider--bg-round {
1426 + --divider-pattern-repeat: round; }
1427 +
1428 +.rtl .elementor-widget-divider .elementor-divider__text {
1429 + direction: rtl; }
1430 +
1431 +.elementor-image-gallery .gallery-item {
1432 + display: inline-block;
1433 + text-align: center;
1434 + vertical-align: top;
1435 + width: 100%;
1436 + max-width: 100%;
1437 + margin: 0 auto; }
1438 + .elementor-image-gallery .gallery-item img {
1439 + margin: 0 auto; }
1440 + .elementor-image-gallery .gallery-item .gallery-caption {
1441 + margin: 0; }
1442 +
1443 +@media (min-width: ELEMENTOR_SCREEN_MD_MIN) {
1444 + .elementor-image-gallery .gallery-columns-2 .gallery-item {
1445 + max-width: 50%; }
1446 + .elementor-image-gallery .gallery-columns-3 .gallery-item {
1447 + max-width: 33.33%; }
1448 + .elementor-image-gallery .gallery-columns-4 .gallery-item {
1449 + max-width: 25%; }
1450 + .elementor-image-gallery .gallery-columns-5 .gallery-item {
1451 + max-width: 20%; }
1452 + .elementor-image-gallery .gallery-columns-6 .gallery-item {
1453 + max-width: 16.666%; }
1454 + .elementor-image-gallery .gallery-columns-7 .gallery-item {
1455 + max-width: 14.28%; }
1456 + .elementor-image-gallery .gallery-columns-8 .gallery-item {
1457 + max-width: 12.5%; }
1458 + .elementor-image-gallery .gallery-columns-9 .gallery-item {
1459 + max-width: 11.11%; }
1460 + .elementor-image-gallery .gallery-columns-10 .gallery-item {
1461 + max-width: 10%; } }
1462 +
1463 +@media (min-width: 480px) and (max-width: ELEMENTOR_SCREEN_SM_MAX) {
1464 + .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
1465 + max-width: 50%; } }
1466 +
1467 +@media (max-width: 479px) {
1468 + .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
1469 + max-width: 100%; } }
1470 +
1471 +.elementor-widget-google_maps .elementor-widget-container {
1472 + overflow: hidden; }
1473 +
1474 +.elementor-widget-google_maps iframe {
1475 + height: 300px; }
1476 +
1477 +.elementor-heading-title {
1478 + padding: 0;
1479 + margin: 0;
1480 + line-height: 1; }
1481 +
1482 +.elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] > a {
1483 + color: inherit;
1484 + font-size: inherit;
1485 + line-height: inherit; }
1486 +
1487 +.elementor-widget-heading .elementor-heading-title.elementor-size-small {
1488 + font-size: 15px; }
1489 +
1490 +.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
1491 + font-size: 19px; }
1492 +
1493 +.elementor-widget-heading .elementor-heading-title.elementor-size-large {
1494 + font-size: 29px; }
1495 +
1496 +.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
1497 + font-size: 39px; }
1498 +
1499 +.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
1500 + font-size: 59px; }
1501 +
2109 1502 .elementor-icon {
2110 1503 display: inline-block;
2111 1504 line-height: 1;
2112 1505 transition: all 0.3s;
2113 - color: #69727D;
1506 + color: #818a91;
2114 1507 font-size: 50px;
1508 + text-align: center; }
1509 + .elementor-icon:hover {
1510 + color: #818a91; }
1511 + .elementor-icon i, .elementor-icon svg {
1512 + width: 1em;
1513 + height: 1em;
1514 + position: relative;
1515 + display: block; }
1516 + .elementor-icon i:before, .elementor-icon svg:before {
1517 + position: absolute;
1518 + left: 50%;
1519 + transform: translateX(-50%); }
1520 + .elementor-icon i.fad {
1521 + width: initial; }
1522 +
1523 +.elementor-view-stacked .elementor-icon {
1524 + padding: .5em;
1525 + background-color: #818a91;
1526 + color: #fff;
1527 + fill: #fff; }
1528 +
1529 +.elementor-view-framed .elementor-icon {
1530 + padding: .5em;
1531 + color: #818a91;
1532 + border: 3px solid #818a91;
1533 + background-color: transparent; }
1534 +
1535 +.elementor-shape-circle .elementor-icon {
1536 + border-radius: 50%; }
1537 +
1538 +@media (min-width: ELEMENTOR_SCREEN_MD_MIN) {
1539 + .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
1540 + display: flex; }
1541 + .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
1542 + display: inline-flex;
1543 + flex: 0 0 auto; }
1544 + .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
1545 + text-align: right;
1546 + flex-direction: row-reverse; }
1547 + .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
1548 + text-align: left;
1549 + flex-direction: row; }
1550 + .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
1551 + margin: auto; }
1552 + .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
1553 + align-items: flex-start; }
1554 + .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
1555 + align-items: center; }
1556 + .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
1557 + align-items: flex-end; } }
1558 +
1559 +@media (max-width: ELEMENTOR_SCREEN_SM_MAX) {
1560 + .elementor-widget-icon-box .elementor-icon-box-icon {
1561 + margin-left: auto !important;
1562 + margin-right: auto !important;
1563 + margin-bottom: 15px; } }
1564 +
1565 +.elementor-widget-icon-box .elementor-icon-box-wrapper {
1566 + text-align: center; }
1567 +
1568 +.elementor-widget-icon-box .elementor-icon-box-title a {
1569 + color: inherit; }
1570 +
1571 +.elementor-widget-icon-box .elementor-icon-box-content {
1572 + flex-grow: 1; }
1573 +
1574 +.elementor-widget-icon-box .elementor-icon-box-description {
1575 + margin: 0; }
1576 +
1577 +.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
1578 + overflow: hidden; }
1579 +
1580 +.elementor-widget .elementor-icon-list-items.elementor-inline-items {
1581 + margin-right: -8px;
1582 + margin-left: -8px; }
1583 + .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
1584 + margin-right: 8px;
1585 + margin-left: 8px; }
1586 + .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
1587 + width: auto;
1588 + left: auto;
1589 + right: auto;
1590 + position: relative;
1591 + height: 100%;
1592 + top: 50%;
1593 + transform: translateY(-50%);
1594 + border-top: 0;
1595 + border-bottom: 0;
1596 + border-right: 0;
1597 + border-left-width: 1px;
1598 + border-style: solid;
1599 + right: -8px; }
1600 +
1601 +.elementor-widget .elementor-icon-list-items {
1602 + list-style-type: none;
1603 + margin: 0;
1604 + padding: 0; }
1605 +
1606 +.elementor-widget .elementor-icon-list-item {
1607 + margin: 0;
1608 + padding: 0;
1609 + position: relative; }
1610 + .elementor-widget .elementor-icon-list-item:after {
1611 + position: absolute;
1612 + bottom: 0;
1613 + width: 100%; }
1614 + .elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
1615 + display: flex;
1616 + align-items: flex-start; }
1617 +
1618 +.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
1619 + align-self: center;
1620 + padding-left: 5px; }
1621 +
1622 +.elementor-widget .elementor-icon-list-icon {
1623 + flex-shrink: 0; }
1624 + .elementor-widget .elementor-icon-list-icon i {
1625 + width: 1.25em; }
1626 + .elementor-widget .elementor-icon-list-icon svg {
1627 + width: 1em; }
1628 +
1629 +.elementor-widget.elementor-list-item-link-full_width a {
1630 + width: 100%; }
1631 +
1632 +.elementor-widget.elementor-align-center .elementor-icon-list-item, .elementor-widget.elementor-align-center .elementor-icon-list-item a {
1633 + justify-content: center; }
1634 +
1635 +.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
1636 + margin: auto; }
1637 +
1638 +.elementor-widget.elementor-align-center .elementor-inline-items {
1639 + justify-content: center; }
1640 +
1641 +.elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a {
1642 + justify-content: flex-start;
1643 + text-align: left; }
1644 +
1645 +.elementor-widget.elementor-align-left .elementor-inline-items {
1646 + justify-content: flex-start; }
1647 +
1648 +.elementor-widget.elementor-align-right .elementor-icon-list-item, .elementor-widget.elementor-align-right .elementor-icon-list-item a {
1649 + justify-content: flex-end;
1650 + text-align: right; }
1651 +
1652 +.elementor-widget.elementor-align-right .elementor-icon-list-items {
1653 + justify-content: flex-end; }
1654 +
1655 +.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
1656 + left: 0; }
1657 +
1658 +.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
1659 + right: 0; }
1660 +
1661 +@media (max-width: ELEMENTOR_SCREEN_MD_MAX) {
1662 + .elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
1663 + justify-content: center; }
1664 + .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
1665 + justify-content: center; }
1666 + .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
1667 + margin: auto; }
1668 + .elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
1669 + justify-content: flex-start; }
1670 + .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
1671 + justify-content: flex-start;
1672 + text-align: left; }
1673 + .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
1674 + justify-content: flex-end; }
1675 + .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
1676 + justify-content: flex-end;
1677 + text-align: right; }
1678 + .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
1679 + left: 0; }
1680 + .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
1681 + right: 0; } }
1682 +
1683 +@media (max-width: ELEMENTOR_SCREEN_SM_MAX) {
1684 + .elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
1685 + justify-content: center; }
1686 + .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
1687 + justify-content: center; }
1688 + .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
1689 + margin: auto; }
1690 + .elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
1691 + justify-content: flex-start; }
1692 + .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
1693 + justify-content: flex-start;
1694 + text-align: left; }
1695 + .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
1696 + justify-content: flex-end; }
1697 + .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
1698 + justify-content: flex-end;
1699 + text-align: right; }
1700 + .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
1701 + left: 0; }
1702 + .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
1703 + right: 0; } }
1704 +
1705 +.elementor-widget-image {
1706 + text-align: center; }
1707 + .elementor-widget-image .elementor-image > a,
1708 + .elementor-widget-image .elementor-image figure > a {
1709 + display: inline-block; }
1710 + .elementor-widget-image .elementor-image > a img[src$=".svg"],
1711 + .elementor-widget-image .elementor-image figure > a img[src$=".svg"] {
1712 + width: 48px; }
1713 + .elementor-widget-image .elementor-image img {
1714 + vertical-align: middle;
1715 + display: inline-block; }
1716 + .elementor-widget-image .elementor-image.elementor-image-shape-circle {
1717 + border-radius: 50%; }
1718 +
1719 +.elementor-widget-image-box .elementor-image-box-content {
1720 + width: 100%; }
1721 +
1722 +@media (min-width: ELEMENTOR_SCREEN_MD_MIN) {
1723 + .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper, .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
1724 + display: flex; }
1725 + .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
1726 + text-align: right;
1727 + flex-direction: row-reverse; }
1728 + .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
1729 + text-align: left;
1730 + flex-direction: row; }
1731 + .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
1732 + margin: auto; }
1733 + .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
1734 + align-items: flex-start; }
1735 + .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
1736 + align-items: center; }
1737 + .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
1738 + align-items: flex-end; } }
1739 +
1740 +@media (max-width: ELEMENTOR_SCREEN_SM_MAX) {
1741 + .elementor-widget-image-box .elementor-image-box-img {
1742 + margin-left: auto !important;
1743 + margin-right: auto !important;
1744 + margin-bottom: 15px; } }
1745 +
1746 +.elementor-widget-image-box .elementor-image-box-img {
1747 + display: inline-block; }
1748 +
1749 +.elementor-widget-image-box .elementor-image-box-title a {
1750 + color: inherit; }
1751 +
1752 +.elementor-widget-image-box .elementor-image-box-wrapper {
1753 + text-align: center; }
1754 +
1755 +.elementor-widget-image-box .elementor-image-box-description {
1756 + margin: 0; }
1757 +
1758 +.elementor-widget-image-carousel .swiper-container {
1759 + position: static; }
1760 + .elementor-widget-image-carousel .swiper-container .swiper-slide figure {
1761 + line-height: inherit; }
1762 +
1763 +.elementor-widget-image-carousel .swiper-slide {
1764 + text-align: center; }
1765 +
1766 +.elementor-image-gallery figure img {
1767 + display: block; }
1768 +
1769 +.elementor-image-gallery figure figcaption {
1770 + width: 100%; }
1771 +
1772 +.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
1773 + padding: 0; }
1774 +
1775 +body.elementor-page .elementor-widget-menu-anchor {
1776 + margin-bottom: 0; }
1777 +
1778 +.elementor-widget-progress {
1779 + text-align: left; }
1780 +
1781 +.elementor-progress-wrapper {
1782 + position: relative;
1783 + background-color: #eeeeee;
1784 + color: #ffffff;
1785 + height: 100%;
1786 + border-radius: 2px; }
1787 +
1788 +.elementor-progress-bar {
1789 + display: flex;
1790 + background-color: #818a91;
1791 + width: 0;
1792 + font-size: 11px;
1793 + height: 30px;
1794 + line-height: 30px;
1795 + border-radius: 2px;
1796 + transition: width 1s ease-in-out; }
1797 +
1798 +.elementor-progress-text {
1799 + flex-grow: 1;
1800 + white-space: nowrap;
1801 + text-overflow: ellipsis;
1802 + overflow: hidden;
1803 + padding-left: 15px; }
1804 +
1805 +.elementor-progress-percentage {
1806 + padding-right: 15px; }
1807 +
1808 +.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
1809 + background-color: #5bc0de; }
1810 +
1811 +.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
1812 + background-color: #5cb85c; }
1813 +
1814 +.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
1815 + background-color: #f0ad4e; }
1816 +
1817 +.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
1818 + background-color: #d9534f; }
1819 +
1820 +.elementor-progress .elementor-title {
1821 + display: block; }
1822 +
1823 +@media (max-width: ELEMENTOR_SCREEN_SM_MAX) {
1824 + .elementor-progress-text {
1825 + padding-left: 10px; } }
1826 +
1827 +.elementor-widget-social-icons {
1828 + /*TODO: This Grid-0 needs to be removed after PRO is Updated */ }
1829 + .elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container {
1830 + line-height: 1;
1831 + font-size: 0; }
1832 + .elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
1833 + display: inline-grid; }
1834 + .elementor-widget-social-icons .elementor-grid {
1835 + grid-column-gap: var(--grid-column-gap, 5px);
1836 + grid-row-gap: var(--grid-row-gap, 5px);
1837 + grid-template-columns: var(--grid-template-columns);
1838 + justify-content: var(--justify-content, center);
1839 + justify-items: var(--justify-content, center); }
1840 +
1841 +.elementor-icon.elementor-social-icon {
1842 + font-size: var(--icon-size, 25px);
1843 + line-height: var(--icon-size, 25px);
1844 + width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, 0.5em)));
1845 + height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, 0.5em))); }
1846 +
1847 +.elementor-social-icon {
1848 + display: inline-flex;
1849 + background-color: #818a91;
1850 + align-items: center;
1851 + justify-content: center;
2115 1852 text-align: center;
2116 -}
2117 -.elementor-icon:hover {
2118 - color: #69727D;
2119 -}
2120 -.elementor-icon i, .elementor-icon svg {
2121 - width: 1em;
2122 - height: 1em;
1853 + cursor: pointer; }
1854 + .elementor-social-icon i {
1855 + color: white; }
1856 + .elementor-social-icon:last-child {
1857 + margin: 0; }
1858 + .elementor-social-icon:hover {
1859 + opacity: .9;
1860 + color: white; }
1861 + .elementor-social-icon-android {
1862 + background-color: #A4C639; }
1863 + .elementor-social-icon-apple {
1864 + background-color: #999999; }
1865 + .elementor-social-icon-behance {
1866 + background-color: #1769ff; }
1867 + .elementor-social-icon-bitbucket {
1868 + background-color: #205081; }
1869 + .elementor-social-icon-codepen {
1870 + background-color: #000000; }
1871 + .elementor-social-icon-delicious {
1872 + background-color: #3399ff; }
1873 + .elementor-social-icon-deviantart {
1874 + background-color: #05cc47; }
1875 + .elementor-social-icon-digg {
1876 + background-color: #005be2; }
1877 + .elementor-social-icon-dribbble {
1878 + background-color: #ea4c89; }
1879 + .elementor-social-icon-elementor {
1880 + background-color: #D30C5C; }
1881 + .elementor-social-icon-envelope {
1882 + background-color: #ea4335; }
1883 + .elementor-social-icon-facebook, .elementor-social-icon-facebook-f {
1884 + background-color: #3b5998; }
1885 + .elementor-social-icon-flickr {
1886 + background-color: #0063dc; }
1887 + .elementor-social-icon-foursquare {
1888 + background-color: #2d5be3; }
1889 + .elementor-social-icon-freecodecamp, .elementor-social-icon-free-code-camp {
1890 + background-color: #006400; }
1891 + .elementor-social-icon-github {
1892 + background-color: #333333; }
1893 + .elementor-social-icon-gitlab {
1894 + background-color: #e24329; }
1895 + .elementor-social-icon-globe {
1896 + background-color: #818a91; }
1897 + .elementor-social-icon-google-plus, .elementor-social-icon-google-plus-g {
1898 + background-color: #dd4b39; }
1899 + .elementor-social-icon-houzz {
1900 + background-color: #7ac142; }
1901 + .elementor-social-icon-instagram {
1902 + background-color: #262626; }
1903 + .elementor-social-icon-jsfiddle {
1904 + background-color: #487AA2; }
1905 + .elementor-social-icon-link {
1906 + background-color: #818a91; }
1907 + .elementor-social-icon-linkedin, .elementor-social-icon-linkedin-in {
1908 + background-color: #0077b5; }
1909 + .elementor-social-icon-medium {
1910 + background-color: #00ab6b; }
1911 + .elementor-social-icon-meetup {
1912 + background-color: #ec1c40; }
1913 + .elementor-social-icon-mixcloud {
1914 + background-color: #273a4b; }
1915 + .elementor-social-icon-odnoklassniki {
1916 + background-color: #F4731C; }
1917 + .elementor-social-icon-pinterest {
1918 + background-color: #bd081c; }
1919 + .elementor-social-icon-product-hunt {
1920 + background-color: #da552f; }
1921 + .elementor-social-icon-reddit {
1922 + background-color: #ff4500; }
1923 + .elementor-social-icon-rss {
1924 + background-color: #f26522; }
1925 + .elementor-social-icon-shopping-cart {
1926 + background-color: #4CAF50; }
1927 + .elementor-social-icon-skype {
1928 + background-color: #00AFF0; }
1929 + .elementor-social-icon-slideshare {
1930 + background-color: #0077b5; }
1931 + .elementor-social-icon-snapchat {
1932 + background-color: #fffc00; }
1933 + .elementor-social-icon-soundcloud {
1934 + background-color: #ff8800; }
1935 + .elementor-social-icon-spotify {
1936 + background-color: #2ebd59; }
1937 + .elementor-social-icon-stack-overflow {
1938 + background-color: #fe7a15; }
1939 + .elementor-social-icon-steam {
1940 + background-color: #00adee; }
1941 + .elementor-social-icon-stumbleupon {
1942 + background-color: #EB4924; }
1943 + .elementor-social-icon-telegram {
1944 + background-color: #2CA5E0; }
1945 + .elementor-social-icon-thumb-tack {
1946 + background-color: #1aa1d8; }
1947 + .elementor-social-icon-tripadvisor {
1948 + background-color: #589442; }
1949 + .elementor-social-icon-tumblr {
1950 + background-color: #35465c; }
1951 + .elementor-social-icon-twitch {
1952 + background-color: #6441A5; }
1953 + .elementor-social-icon-twitter {
1954 + background-color: #1DA1F2; }
1955 + .elementor-social-icon-viber {
1956 + background-color: #665cac; }
1957 + .elementor-social-icon-vimeo {
1958 + background-color: #1ab7ea; }
1959 + .elementor-social-icon-vk {
1960 + background-color: #45668e; }
1961 + .elementor-social-icon-weibo {
1962 + background-color: #DD2430; }
1963 + .elementor-social-icon-weixin {
1964 + background-color: #31A918; }
1965 + .elementor-social-icon-whatsapp {
1966 + background-color: #25d366; }
1967 + .elementor-social-icon-wordpress {
1968 + background-color: #21759b; }
1969 + .elementor-social-icon-xing {
1970 + background-color: #026466; }
1971 + .elementor-social-icon-yelp {
1972 + background-color: #af0606; }
1973 + .elementor-social-icon-youtube {
1974 + background-color: #cd201f; }
1975 + .elementor-social-icon-500px {
1976 + background-color: #0099e5; }
1977 +
1978 +.elementor-shape-rounded .elementor-icon.elementor-social-icon {
1979 + border-radius: 10%; }
1980 +
1981 +.elementor-shape-circle .elementor-icon.elementor-social-icon {
1982 + border-radius: 50%; }
1983 +
1984 +.elementor-star-rating {
1985 + color: #CCD6DF;
1986 + font-family: eicons;
1987 + display: inline-block; }
1988 + .elementor-star-rating i {
1989 + display: inline-block;
1990 + position: relative;
1991 + font-style: normal;
1992 + cursor: default; }
1993 + .elementor-star-rating i:before {
1994 + content: '\e934';
1995 + display: block;
1996 + font-size: inherit;
1997 + font-family: inherit;
1998 + position: absolute;
1999 + overflow: hidden;
2000 + color: #f0ad4e;
2001 + top: 0;
2002 + left: 0; }
2003 + .elementor-star-rating .elementor-star-empty:before {
2004 + content: none; }
2005 + .elementor-star-rating .elementor-star-1:before {
2006 + width: 10%; }
2007 + .elementor-star-rating .elementor-star-2:before {
2008 + width: 20%; }
2009 + .elementor-star-rating .elementor-star-3:before {
2010 + width: 30%; }
2011 + .elementor-star-rating .elementor-star-4:before {
2012 + width: 40%; }
2013 + .elementor-star-rating .elementor-star-5:before {
2014 + width: 50%; }
2015 + .elementor-star-rating .elementor-star-6:before {
2016 + width: 60%; }
2017 + .elementor-star-rating .elementor-star-7:before {
2018 + width: 70%; }
2019 + .elementor-star-rating .elementor-star-8:before {
2020 + width: 80%; }
2021 + .elementor-star-rating .elementor-star-9:before {
2022 + width: 90%; }
2023 + .elementor-star-rating__wrapper {
2024 + display: flex;
2025 + align-items: center; }
2026 + .elementor-star-rating__title {
2027 + margin-right: 10px; }
2028 +
2029 +.elementor-star-rating--align-right .elementor-star-rating__wrapper {
2030 + text-align: right;
2031 + justify-content: flex-end; }
2032 +
2033 +.elementor-star-rating--align-left .elementor-star-rating__wrapper {
2034 + text-align: left;
2035 + justify-content: flex-start; }
2036 +
2037 +.elementor-star-rating--align-center .elementor-star-rating__wrapper {
2038 + text-align: center;
2039 + justify-content: center; }
2040 +
2041 +.elementor-star-rating--align-justify .elementor-star-rating__title {
2042 + margin-right: auto; }
2043 +
2044 +@media (max-width: ELEMENTOR_SCREEN_MD_MAX) {
2045 + .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
2046 + text-align: right;
2047 + justify-content: flex-end; }
2048 + .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
2049 + text-align: left;
2050 + justify-content: flex-start; }
2051 + .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
2052 + text-align: center;
2053 + justify-content: center; }
2054 + .elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
2055 + margin-right: auto; } }
2056 +
2057 +@media (max-width: ELEMENTOR_SCREEN_SM_MAX) {
2058 + .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
2059 + text-align: right;
2060 + justify-content: flex-end; }
2061 + .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
2062 + text-align: left;
2063 + justify-content: flex-start; }
2064 + .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
2065 + text-align: center;
2066 + justify-content: center; }
2067 + .elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
2068 + margin-right: auto; } }
2069 +
2070 +.last-star {
2071 + letter-spacing: 0; }
2072 +
2073 +.elementor--star-style-star_unicode .elementor-star-rating {
2074 + font-family: 'Arial', 'Helvetica', sans-serif; }
2075 + .elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
2076 + content: '\002605'; }
2077 +
2078 +.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
2079 + width: 25%;
2080 + flex-shrink: 0; }
2081 +
2082 +.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
2083 + border-right-style: none; }
2084 + .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before, .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
2085 + height: 999em;
2086 + width: 0;
2087 + right: 0;
2088 + border-right-style: solid; }
2089 + .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
2090 + top: 0;
2091 + transform: translateY(-100%); }
2092 + .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
2093 + top: 100%; }
2094 +
2095 +.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
2096 + display: table-cell; }
2097 + .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
2098 + border-bottom-style: none; }
2099 + .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before, .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
2100 + bottom: 0;
2101 + height: 0;
2102 + width: 999em;
2103 + border-bottom-style: solid; }
2104 + .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
2105 + right: 100%; }
2106 + .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
2107 + left: 100%; }
2108 +
2109 +.elementor-widget-tabs .elementor-tab-title,
2110 +.elementor-widget-tabs .elementor-tab-title:before,
2111 +.elementor-widget-tabs .elementor-tab-title:after,
2112 +.elementor-widget-tabs .elementor-tab-content,
2113 +.elementor-widget-tabs .elementor-tabs-content-wrapper {
2114 + border: 1px none #D4D4D4; }
2115 +
2116 +.elementor-widget-tabs .elementor-tabs {
2117 + text-align: left; }
2118 +
2119 +.elementor-widget-tabs .elementor-tabs-wrapper {
2120 + overflow: hidden; }
2121 +
2122 +.elementor-widget-tabs .elementor-tab-title {
2123 + cursor: pointer;
2124 + outline: var(--focus-outline, none); }
2125 +
2126 +.elementor-widget-tabs .elementor-tab-desktop-title {
2123 2127 position: relative;
2128 + padding: 20px 25px;
2129 + font-weight: bold;
2130 + line-height: 1;
2131 + border: solid transparent; }
2132 + .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
2133 + border-color: #D4D4D4; }
2134 + .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before, .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after {
2135 + display: block;
2136 + content: '';
2137 + position: absolute; }
2138 +
2139 +.elementor-widget-tabs .elementor-tab-mobile-title {
2140 + padding: 10px 10px;
2141 + cursor: pointer; }
2142 +
2143 +.elementor-widget-tabs .elementor-tab-content {
2144 + padding: 20px;
2145 + display: none; }
2146 +
2147 +@media (max-width: ELEMENTOR_SCREEN_SM_MAX) {
2148 + .elementor-tabs .elementor-tab-title,
2149 + .elementor-tabs .elementor-tab-content {
2150 + border-style: solid;
2151 + border-bottom-style: none; }
2152 + .elementor-tabs .elementor-tabs-wrapper {
2153 + display: none; }
2154 + .elementor-tabs .elementor-tabs-content-wrapper {
2155 + border-bottom-style: solid; }
2156 + .elementor-tabs .elementor-tab-content {
2157 + padding: 10px; } }
2158 +
2159 +@media (min-width: ELEMENTOR_SCREEN_MD_MIN) {
2160 + .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
2161 + display: flex; }
2162 + .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
2163 + flex-direction: column; }
2164 + .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
2165 + flex-grow: 1;
2166 + border-style: solid;
2167 + border-left-style: none; }
2168 + .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
2169 + border-style: solid;
2170 + border-top-style: none; }
2171 + .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper, .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper, .elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper {
2172 + display: flex; }
2173 + .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper {
2174 + justify-content: center; }
2175 + .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper {
2176 + justify-content: flex-end; }
2177 + .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title {
2178 + width: 100%; }
2179 + .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title {
2180 + height: 100%; }
2181 + .elementor-tabs .elementor-tab-mobile-title {
2182 + display: none; } }
2183 +
2184 +.elementor-testimonial-wrapper {
2185 + overflow: hidden;
2186 + text-align: center; }
2187 + .elementor-testimonial-wrapper .elementor-testimonial-content {
2188 + font-size: 1.3em;
2189 + margin-bottom: 20px; }
2190 + .elementor-testimonial-wrapper .elementor-testimonial-name {
2191 + line-height: 1.5;
2192 + color: inherit;
2193 + display: block; }
2194 + .elementor-testimonial-wrapper .elementor-testimonial-job {
2195 + font-size: 0.85em;
2196 + color: inherit;
2197 + display: block; }
2198 + .elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
2199 + text-align: left; }
2200 + .elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
2201 + text-align: right; }
2202 + .elementor-testimonial-wrapper .elementor-testimonial-meta {
2203 + width: 100%;
2204 + line-height: 1; }
2205 + .elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
2206 + display: inline-block; }
2207 + .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
2208 + .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
2209 + display: table-cell;
2210 + vertical-align: middle; }
2211 + .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
2212 + width: 60px;
2213 + height: 60px;
2214 + border-radius: 50%;
2215 + object-fit: cover;
2216 + max-width: none; }
2217 + .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
2218 + padding-right: 15px; }
2219 + .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
2220 + text-align: left; }
2221 + .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
2222 + .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
2223 + display: block; }
2224 + .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
2225 + margin-bottom: 20px; }
2226 +
2227 +.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
2228 + background-color: #818a91;
2229 + color: #fff; }
2230 +
2231 +.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
2232 + color: #818a91;
2233 + border: 3px solid;
2234 + background-color: transparent; }
2235 +
2236 +.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
2237 + margin-top: 8px; }
2238 + .elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
2239 + width: 1em;
2240 + height: 1em; }
2241 +
2242 +.elementor-widget-text-editor .elementor-drop-cap {
2243 + float: left;
2244 + text-align: center;
2245 + line-height: 1;
2246 + font-size: 50px; }
2247 + .elementor-widget-text-editor .elementor-drop-cap-letter {
2248 + display: inline-block; }
2249 +
2250 +.elementor-toggle {
2251 + text-align: left; }
2252 + .elementor-toggle .elementor-tab-title {
2253 + font-weight: bold;
2254 + line-height: 1;
2255 + margin: 0;
2256 + padding: 15px;
2257 + border-bottom: 1px solid #D4D4D4;
2258 + cursor: pointer;
2259 + outline: none; }
2260 + .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
2261 + display: inline-block;
2262 + width: 1em; }
2263 + .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
2264 + float: right;
2265 + text-align: right; }
2266 + .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
2267 + float: left;
2268 + text-align: left; }
2269 + .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
2270 + display: block; }
2271 + .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
2272 + display: none; }
2273 + .elementor-toggle .elementor-tab-title.elementor-active {
2274 + border-bottom: none; }
2275 + .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
2276 + display: none; }
2277 + .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
2278 + display: block; }
2279 + .elementor-toggle .elementor-tab-content {
2280 + padding: 15px;
2281 + border-bottom: 1px solid #D4D4D4;
2282 + display: none; }
2283 +
2284 +@media (max-width: ELEMENTOR_SCREEN_SM_MAX) {
2285 + .elementor-toggle .elementor-tab-title {
2286 + padding: 12px; }
2287 + .elementor-toggle .elementor-tab-content {
2288 + padding: 12px 10px; } }
2289 +
2290 +.elementor-widget-video .elementor-widget-container {
2291 + overflow: hidden;
2292 + transform: translate3d(0, 0, 0); }
2293 +
2294 +.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
2295 + position: absolute;
2296 + top: 0;
2297 + left: 0;
2298 + width: 100%;
2299 + height: 100%;
2300 + background-size: cover;
2301 + background-position: 50%; }
2302 +
2303 +.elementor-widget-video .elementor-custom-embed-image-overlay {
2304 + cursor: pointer;
2305 + text-align: center; }
2306 + .elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
2307 + opacity: 1; }
2308 + .elementor-widget-video .elementor-custom-embed-image-overlay img {
2309 + display: block;
2310 + width: 100%; }
2311 +
2312 +.elementor-widget-video .e-hosted-video .elementor-video {
2313 + object-fit: cover; }
2314 +
2315 +.slick-slider {
2316 + position: relative;
2124 2317 display: block;
2125 -}
2126 -.elementor-icon i:before, .elementor-icon svg:before {
2318 + box-sizing: border-box;
2319 + -webkit-touch-callout: none;
2320 + user-select: none;
2321 + touch-action: pan-y;
2322 + -webkit-tap-highlight-color: transparent; }
2323 +
2324 +.slick-list {
2325 + position: relative;
2326 + overflow: hidden;
2327 + display: block;
2328 + margin: 0;
2329 + padding: 0; }
2330 + .slick-list:focus {
2331 + outline: none; }
2332 + .slick-list.dragging {
2333 + cursor: pointer; }
2334 +
2335 +.slick-slider .slick-track,
2336 +.slick-slider .slick-list {
2337 + transform: translate3d(0, 0, 0); }
2338 +
2339 +.slick-track {
2340 + position: relative;
2341 + left: 0;
2342 + top: 0;
2343 + display: block; }
2344 + .slick-track:before, .slick-track:after {
2345 + content: "";
2346 + display: table; }
2347 + .slick-track:after {
2348 + clear: both; }
2349 + .slick-loading .slick-track {
2350 + visibility: hidden; }
2351 +
2352 +.slick-slide {
2353 + float: left;
2354 + height: 100%;
2355 + min-height: 1px;
2356 + display: none; }
2357 + .elementor-slick-slider[dir="rtl"] .slick-slide {
2358 + float: right; }
2359 + .slick-slide img {
2360 + display: block; }
2361 + .slick-slide.slick-loading img {
2362 + display: none; }
2363 + .slick-slide.dragging img {
2364 + pointer-events: none; }
2365 + .slick-initialized .slick-slide {
2366 + display: block; }
2367 + .slick-loading .slick-slide {
2368 + visibility: hidden; }
2369 + .slick-vertical .slick-slide {
2370 + display: block;
2371 + height: auto;
2372 + border: 1px solid transparent; }
2373 +
2374 +.slick-arrow.slick-hidden {
2375 + display: none; }
2376 +
2377 +.elementor-slick-slider .slick-loading .slick-list {
2378 + background: #fff; }
2379 + .elementor-slick-slider .slick-loading .slick-list:after {
2380 + content: '\e8fb';
2381 + font-family: eicons;
2382 + position: absolute;
2383 + top: 50%;
2384 + left: 50%;
2385 + transform: translate(-50%, -50%);
2386 + animation: fa-spin 2s infinite linear;
2387 + font-size: 25px;
2388 + color: #a4afb7; }
2389 +
2390 +.elementor-slick-slider .slick-prev,
2391 +.elementor-slick-slider .slick-next {
2392 + font-size: 0;
2393 + line-height: 0;
2127 2394 position: absolute;
2395 + top: 50%;
2396 + display: block;
2397 + width: 20px;
2398 + padding: 0;
2399 + transform: translate(0, -50%);
2400 + cursor: pointer;
2401 + color: transparent;
2402 + border: none;
2403 + outline: none;
2404 + background: transparent; }
2405 + .elementor-slick-slider .slick-prev:hover, .elementor-slick-slider .slick-prev:focus,
2406 + .elementor-slick-slider .slick-next:hover,
2407 + .elementor-slick-slider .slick-next:focus {
2408 + color: transparent;
2409 + outline: none;
2410 + background: transparent; }
2411 + .elementor-slick-slider .slick-prev:hover:before, .elementor-slick-slider .slick-prev:focus:before,
2412 + .elementor-slick-slider .slick-next:hover:before,
2413 + .elementor-slick-slider .slick-next:focus:before {
2414 + opacity: 1; }
2415 + .elementor-slick-slider .slick-prev.slick-disabled:before,
2416 + .elementor-slick-slider .slick-next.slick-disabled:before {
2417 + opacity: .25; }
2418 + .elementor-slick-slider .slick-prev:before,
2419 + .elementor-slick-slider .slick-next:before {
2420 + font-family: eicons;
2421 + font-size: 35px;
2422 + line-height: 1;
2423 + opacity: .75;
2424 + color: white;
2425 + -webkit-font-smoothing: antialiased;
2426 + -moz-osx-font-smoothing: grayscale; }
2427 +
2428 +.elementor-slick-slider .slick-prev {
2429 + left: -25px; }
2430 + [dir="rtl"] .elementor-slick-slider .slick-prev {
2431 + left: auto;
2432 + right: -25px; }
2433 + .elementor-slick-slider .slick-prev:before {
2434 + content: '\e89f'; }
2435 + [dir="rtl"] .elementor-slick-slider .slick-prev:before {
2436 + content: '\e89e'; }
2437 +
2438 +.elementor-slick-slider .slick-next {
2439 + right: -25px; }
2440 + [dir="rtl"] .elementor-slick-slider .slick-next {
2441 + left: -25px;
2442 + right: auto; }
2443 + .elementor-slick-slider .slick-next:before {
2444 + content: '\e89e'; }
2445 + [dir="rtl"] .elementor-slick-slider .slick-next:before {
2446 + content: '\e89f'; }
2447 +
2448 +.elementor-slick-slider .slick-dotted.slick-slider {
2449 + margin-bottom: 30px; }
2450 +
2451 +.elementor-slick-slider ul.slick-dots {
2452 + position: absolute;
2453 + bottom: -25px;
2454 + display: block;
2455 + width: 100%;
2456 + padding: 0;
2457 + margin: 0;
2458 + list-style: none;
2459 + text-align: center;
2460 + line-height: 1; }
2461 + .elementor-slick-slider ul.slick-dots li {
2462 + position: relative;
2463 + display: inline-block;
2464 + width: 20px;
2465 + height: 20px;
2466 + margin: 0;
2467 + padding: 0;
2468 + cursor: pointer; }
2469 + .elementor-slick-slider ul.slick-dots li button {
2470 + font-size: 0;
2471 + line-height: 0;
2472 + display: block;
2473 + width: 20px;
2474 + height: 20px;
2475 + padding: 5px;
2476 + cursor: pointer;
2477 + color: transparent;
2478 + border: 0;
2479 + outline: none;
2480 + background: transparent; }
2481 + .elementor-slick-slider ul.slick-dots li button:hover, .elementor-slick-slider ul.slick-dots li button:focus {
2482 + outline: none; }
2483 + .elementor-slick-slider ul.slick-dots li button:hover:before, .elementor-slick-slider ul.slick-dots li button:focus:before {
2484 + opacity: 1; }
2485 + .elementor-slick-slider ul.slick-dots li button:before {
2486 + font-family: eicons;
2487 + font-size: 6px;
2488 + line-height: 20px;
2489 + position: absolute;
2490 + top: 0;
2491 + left: 0;
2492 + width: 20px;
2493 + height: 20px;
2494 + content: '\e914';
2495 + text-align: center;
2496 + opacity: .25;
2497 + color: black;
2498 + -webkit-font-smoothing: antialiased;
2499 + -moz-osx-font-smoothing: grayscale; }
2500 + .elementor-slick-slider ul.slick-dots li.slick-active button:before {
2501 + opacity: .75;
2502 + color: black; }
2503 +
2504 +.elementor-slick-slider .slick-arrows-inside .slick-prev {
2505 + left: 20px; }
2506 + [dir="rtl"] .elementor-slick-slider .slick-arrows-inside .slick-prev {
2507 + left: auto;
2508 + right: 20px; }
2509 +
2510 +.elementor-slick-slider .slick-arrows-inside .slick-next {
2511 + right: 20px; }
2512 + [dir="rtl"] .elementor-slick-slider .slick-arrows-inside .slick-next {
2513 + left: 20px;
2514 + right: auto; }
2515 +
2516 +.elementor-slick-slider .slick-dots-inside .slick-dots {
2517 + bottom: 5px; }
2518 +
2519 +.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
2520 + margin-bottom: 0; }
2521 +
2522 +.elementor-slick-slider .slick-slider .slick-prev,
2523 +.elementor-slick-slider .slick-slider .slick-next {
2524 + z-index: 1; }
2525 +
2526 +.elementor-slick-slider .slick-slide img {
2527 + margin: auto; }
2528 +
2529 +/**
2530 + * Swiper 3.4.2
2531 + * Customized by Elementor team
2532 + */
2533 +.swiper-container {
2534 + margin-left: auto;
2535 + margin-right: auto;
2536 + position: relative;
2537 + overflow: hidden;
2538 + /* Fix of Webkit flickering */
2539 + z-index: 1; }
2540 + .swiper-container .swiper-slide figure {
2541 + line-height: 0; }
2542 + .swiper-container .elementor-lightbox-content-source {
2543 + display: none; }
2544 +
2545 +.swiper-container-no-flexbox .swiper-slide {
2546 + float: left; }
2547 +
2548 +.swiper-container-vertical > .swiper-wrapper {
2549 + flex-direction: column; }
2550 +
2551 +.swiper-wrapper {
2552 + position: relative;
2553 + width: 100%;
2554 + height: 100%;
2555 + z-index: 1;
2556 + display: flex;
2557 + transition-property: transform;
2558 + box-sizing: content-box; }
2559 +
2560 +.swiper-container-android .swiper-slide, .swiper-wrapper {
2561 + transform: translate3d(0px, 0, 0); }
2562 +
2563 +.swiper-container-multirow > .swiper-wrapper {
2564 + flex-wrap: wrap; }
2565 +
2566 +.swiper-container-free-mode > .swiper-wrapper {
2567 + transition-timing-function: ease-out;
2568 + margin: 0 auto; }
2569 +
2570 +.swiper-slide {
2571 + flex-shrink: 0;
2572 + width: 100%;
2573 + height: 100%;
2574 + position: relative; }
2575 +
2576 +/* Auto Height */
2577 +.swiper-container-autoheight {
2578 + height: auto; }
2579 + .swiper-container-autoheight .swiper-slide {
2580 + height: auto; }
2581 + .swiper-container-autoheight .swiper-wrapper {
2582 + align-items: flex-start;
2583 + transition-property: transform, height; }
2584 +
2585 +/* a11y */
2586 +.swiper-container .swiper-notification {
2587 + position: absolute;
2588 + left: 0;
2589 + top: 0;
2590 + pointer-events: none;
2591 + opacity: 0;
2592 + z-index: -1000; }
2593 +
2594 +/* IE10 Windows Phone 8 Fixes */
2595 +.swiper-wp8-horizontal {
2596 + touch-action: pan-y; }
2597 +
2598 +.swiper-wp8-vertical {
2599 + touch-action: pan-x; }
2600 +
2601 +/* Arrows */
2602 +.swiper-button-prev, .swiper-button-next {
2603 + position: absolute;
2604 + top: 50%;
2605 + width: 27px;
2606 + height: 44px;
2607 + margin-top: -22px;
2608 + z-index: 10;
2609 + cursor: pointer;
2610 + background-size: 27px 44px;
2611 + background: no-repeat center; }
2612 +
2613 +.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
2614 + opacity: 0.35;
2615 + cursor: auto;
2616 + pointer-events: none; }
2617 +
2618 +.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
2619 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
2620 + left: 10px;
2621 + right: auto; }
2622 +
2623 +.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
2624 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
2625 +
2626 +.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
2627 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
2628 +
2629 +.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
2630 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
2631 + right: 10px;
2632 + left: auto; }
2633 +
2634 +.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
2635 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
2636 +
2637 +.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
2638 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
2639 +
2640 +/* Pagination Styles */
2641 +.swiper-pagination {
2642 + position: absolute;
2643 + text-align: center;
2644 + transition: 300ms;
2645 + transform: translate3d(0, 0, 0);
2646 + z-index: 10; }
2647 + .swiper-pagination.swiper-pagination-hidden {
2648 + opacity: 0; }
2649 +
2650 +/* Common Styles */
2651 +.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
2652 + bottom: 5px;
2653 + left: 0;
2654 + width: 100%; }
2655 +
2656 +/* Bullets */
2657 +.swiper-pagination-bullet {
2658 + width: 6px;
2659 + height: 6px;
2660 + display: inline-block;
2661 + border-radius: 50%;
2662 + background: #000;
2663 + opacity: 0.2; }
2664 +
2665 +.swiper-pagination-fraction {
2666 + color: #000; }
2667 +
2668 +button.swiper-pagination-bullet {
2669 + border: none;
2670 + margin: 0;
2671 + padding: 0;
2672 + box-shadow: none;
2673 + appearance: none;
2674 + -webkit-appearance: none;
2675 + -moz-appearance: none; }
2676 +
2677 +.swiper-pagination-clickable .swiper-pagination-bullet {
2678 + cursor: pointer; }
2679 +
2680 +.swiper-pagination-white .swiper-pagination-bullet {
2681 + background: #fff; }
2682 +
2683 +.swiper-pagination-bullet-active {
2684 + opacity: 1; }
2685 +
2686 +.swiper-pagination-white .swiper-pagination-bullet-active {
2687 + background: #fff; }
2688 +
2689 +.swiper-pagination-black .swiper-pagination-bullet-active {
2690 + background: #000; }
2691 +
2692 +.swiper-container-vertical > .swiper-pagination-bullets {
2693 + right: 10px;
2694 + top: 50%;
2695 + transform: translate3d(0px, -50%, 0); }
2696 + .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
2697 + margin: 5px 0;
2698 + display: block; }
2699 +
2700 +.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
2701 + margin: 0 6px; }
2702 +
2703 +/* Progressbar */
2704 +.swiper-pagination-progressbar {
2705 + background: rgba(0, 0, 0, 0.25);
2706 + position: absolute; }
2707 + .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
2708 + background: #000;
2709 + position: absolute;
2710 + left: 0;
2711 + top: 0;
2712 + width: 100%;
2713 + height: 100%;
2714 + transform: scale(0);
2715 + transform-origin: left top; }
2716 +
2717 +.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
2718 + transform-origin: right top; }
2719 +
2720 +.swiper-container-horizontal > .swiper-pagination-progressbar {
2721 + width: 100%;
2722 + height: 4px;
2723 + left: 0;
2724 + top: 0; }
2725 +
2726 +.swiper-container-vertical > .swiper-pagination-progressbar {
2727 + width: 4px;
2728 + height: 100%;
2729 + left: 0;
2730 + top: 0; }
2731 +
2732 +.swiper-pagination-progressbar.swiper-pagination-white {
2733 + background: rgba(255, 255, 255, 0.5); }
2734 + .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
2735 + background: #fff; }
2736 +
2737 +.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
2738 + background: #000; }
2739 +
2740 +/* 3D Container */
2741 +.swiper-container-3d {
2742 + perspective: 1200px; }
2743 + .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
2744 + transform-style: preserve-3d; }
2745 + .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
2746 + position: absolute;
2747 + left: 0;
2748 + top: 0;
2749 + width: 100%;
2750 + height: 100%;
2751 + pointer-events: none;
2752 + z-index: 10; }
2753 + .swiper-container-3d .swiper-slide-shadow-left {
2754 + background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
2755 + .swiper-container-3d .swiper-slide-shadow-right {
2756 + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
2757 + .swiper-container-3d .swiper-slide-shadow-top {
2758 + background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
2759 + .swiper-container-3d .swiper-slide-shadow-bottom {
2760 + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
2761 +
2762 +/* Coverflow */
2763 +.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
2764 + /* Windows 8 IE 10 fix */
2765 + -ms-perspective: 1200px; }
2766 +
2767 +/* Cube + Flip */
2768 +.swiper-container-cube, .swiper-container-flip {
2769 + overflow: visible; }
2770 +
2771 +.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
2772 + pointer-events: none;
2773 + z-index: 1; }
2774 +
2775 +.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
2776 + pointer-events: none; }
2777 +
2778 +.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
2779 + pointer-events: auto; }
2780 +
2781 +.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
2782 + z-index: 0;
2783 + backface-visibility: hidden; }
2784 +
2785 +/* Cube */
2786 +.swiper-container-cube .swiper-slide {
2787 + visibility: hidden;
2788 + transform-origin: 0 0;
2789 + width: 100%;
2790 + height: 100%; }
2791 +
2792 +.swiper-container-cube.swiper-container-rtl .swiper-slide {
2793 + transform-origin: 100% 0; }
2794 +
2795 +.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
2796 + pointer-events: auto;
2797 + visibility: visible; }
2798 +
2799 +.swiper-container-cube .swiper-cube-shadow {
2800 + position: absolute;
2801 + left: 0;
2802 + bottom: 0;
2803 + width: 100%;
2804 + height: 100%;
2805 + background: #000;
2806 + opacity: 0.6;
2807 + -webkit-filter: blur(50px);
2808 + filter: blur(50px);
2809 + z-index: 0; }
2810 +
2811 +/* Fade */
2812 +.swiper-container-fade.swiper-container-free-mode .swiper-slide {
2813 + transition-timing-function: ease-out; }
2814 +
2815 +.swiper-container-fade .swiper-slide {
2816 + pointer-events: none;
2817 + transition-property: opacity; }
2818 + .swiper-container-fade .swiper-slide .swiper-slide {
2819 + pointer-events: none; }
2820 +
2821 +.swiper-container-fade .swiper-slide-active {
2822 + pointer-events: auto; }
2823 + .swiper-container-fade .swiper-slide-active .swiper-slide-active {
2824 + pointer-events: auto; }
2825 +
2826 +.swiper-zoom-container {
2827 + width: 100%;
2828 + height: 100%;
2829 + display: flex;
2830 + justify-content: center;
2831 + align-items: center;
2832 + text-align: center; }
2833 + .swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
2834 + max-width: 100%;
2835 + max-height: 100%;
2836 + object-fit: contain; }
2837 +
2838 +/* Scrollbar */
2839 +.swiper-scrollbar {
2840 + border-radius: 10px;
2841 + position: relative;
2842 + -ms-touch-action: none;
2843 + background: rgba(0, 0, 0, 0.1); }
2844 +
2845 +.swiper-container-horizontal > .swiper-scrollbar {
2846 + position: absolute;
2847 + left: 1%;
2848 + bottom: 3px;
2849 + z-index: 50;
2850 + height: 5px;
2851 + width: 98%; }
2852 +
2853 +.swiper-container-vertical > .swiper-scrollbar {
2854 + position: absolute;
2855 + right: 3px;
2856 + top: 1%;
2857 + z-index: 50;
2858 + width: 5px;
2859 + height: 98%; }
2860 +
2861 +.swiper-scrollbar-drag {
2862 + height: 100%;
2863 + width: 100%;
2864 + position: relative;
2865 + background: rgba(0, 0, 0, 0.5);
2866 + border-radius: 10px;
2867 + left: 0;
2868 + top: 0; }
2869 +
2870 +.swiper-scrollbar-cursor-drag {
2871 + cursor: move; }
2872 +
2873 +.elementor-pagination-position-outside .swiper-container {
2874 + padding-bottom: 30px; }
2875 +
2876 +.elementor-pagination-position-outside .elementor-swiper-button {
2877 + top: calc(50% - 30px / 2); }
2878 +
2879 +.elementor-swiper {
2880 + position: relative; }
2881 +
2882 +.elementor-main-swiper {
2883 + position: static; }
2884 +
2885 +.elementor-arrows-position-outside .swiper-container {
2886 + width: calc(100% - 60px); }
2887 +
2888 +.elementor-arrows-position-outside .elementor-swiper-button-prev {
2889 + left: 0; }
2890 +
2891 +.elementor-arrows-position-outside .elementor-swiper-button-next {
2892 + right: 0; }
2893 +
2894 +.swiper-image-stretch .swiper-slide .swiper-slide-image {
2895 + width: 100%; }
2896 +
2897 +.elementor-swiper-button {
2898 + position: absolute;
2899 + display: inline-flex;
2900 + z-index: 1;
2901 + cursor: pointer;
2902 + font-size: 25px;
2903 + color: rgba(238, 238, 238, 0.9);
2904 + top: 50%;
2905 + transform: translate3d(0, -50%, 1px); }
2906 + .elementor-swiper-button-prev {
2907 + left: 10px; }
2908 + .elementor-swiper-button-next {
2909 + right: 10px; }
2910 + .elementor-swiper-button.swiper-button-disabled {
2911 + opacity: 0.3; }
2912 +
2913 +/* Preloader */
2914 +.swiper-lazy-preloader {
2915 + width: 42px;
2916 + height: 42px;
2917 + position: absolute;
2128 2918 left: 50%;
2129 - transform: translateX(-50%);
2130 -}
2131 -.elementor-icon i.fad {
2132 - width: initial;
2133 -}
2919 + top: 50%;
2920 + margin-left: -21px;
2921 + margin-top: -21px;
2922 + z-index: 10;
2923 + transform-origin: 50%;
2924 + animation: swiper-preloader-spin 1s steps(12, end) infinite; }
2925 + .swiper-lazy-preloader:after {
2926 + display: block;
2927 + content: "";
2928 + width: 100%;
2929 + height: 100%;
2930 + background-size: 100%;
2931 + background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50%; }
2134 2932
2135 -.elementor-shape-square .elementor-icon {
2136 - border-radius: 0;
2137 -}
2138 -.elementor-shape-rounded .elementor-icon {
2139 - border-radius: 10%;
2140 -}
2141 -.elementor-shape-circle .elementor-icon {
2142 - border-radius: 50%;
2143 -}
2933 +.swiper-lazy-preloader-white:after {
2934 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
2144 2935
2145 -.e-transform .elementor-widget-container, .e-transform:not(:has(.elementor-widget-container)) {
2146 - transform: perspective(var(--e-transform-perspective, 0)) rotateZ(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
2147 - transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
2148 -}
2936 +@keyframes swiper-preloader-spin {
2937 + 100% {
2938 + transform: rotate(360deg); } }
2149 2939
2150 -.e-con.e-transform {
2151 - transform: perspective(var(--e-con-transform-perspective, 0)) rotateZ(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
2152 - transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x);
2153 -}
2940 +.elementor-lightbox {
2941 + --lightbox-ui-color: rgba(238, 238, 238, 0.9);
2942 + --lightbox-ui-color-hover: #fff;
2943 + --lightbox-text-color: var(--lightbox-ui-color);
2944 + --lightbox-header-icons-size: 20px;
2945 + --lightbox-navigation-icons-size: 25px; }
2946 + .elementor-lightbox .dialog-header {
2947 + display: none; }
2948 + .elementor-lightbox .dialog-widget-content {
2949 + background: none;
2950 + box-shadow: none;
2951 + width: 100%;
2952 + height: 100%; }
2953 + .elementor-lightbox .dialog-message {
2954 + animation-duration: .3s; }
2955 + .elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
2956 + height: 100%; }
2957 + .elementor-lightbox .dialog-message.dialog-lightbox-message {
2958 + padding: 0; }
2959 + .elementor-lightbox .dialog-lightbox-close-button {
2960 + cursor: pointer;
2961 + position: absolute;
2962 + font-size: var(--lightbox-header-icons-size);
2963 + right: 0.75em;
2964 + margin-top: 13px;
2965 + padding: .25em;
2966 + z-index: 2;
2967 + line-height: 1; }
2968 + .elementor-lightbox .dialog-lightbox-close-button,
2969 + .elementor-lightbox .elementor-swiper-button {
2970 + color: var(--lightbox-ui-color);
2971 + transition: all 0.3s;
2972 + opacity: 1; }
2973 + .elementor-lightbox .dialog-lightbox-close-button:hover,
2974 + .elementor-lightbox .elementor-swiper-button:hover {
2975 + color: var(--lightbox-ui-color-hover); }
2976 + .elementor-lightbox .swiper-container {
2977 + height: 100%; }
2978 + .elementor-lightbox .elementor-lightbox-item {
2979 + display: flex;
2980 + align-items: center;
2981 + justify-content: center;
2982 + position: relative;
2983 + padding: 70px;
2984 + box-sizing: border-box;
2985 + height: 100%;
2986 + margin: auto; }
2987 + @media (max-width: ELEMENTOR_SCREEN_SM_MAX) {
2988 + .elementor-lightbox .elementor-lightbox-item {
2989 + padding: 70px 0; } }
2990 + .elementor-lightbox .elementor-lightbox-image {
2991 + max-height: 100%;
2992 + user-select: none; }
2993 + .elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-lightbox-image:hover {
2994 + opacity: 1;
2995 + filter: none;
2996 + border: none; }
2997 + .elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container {
2998 + box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), 0 0 8px -5px rgba(0, 0, 0, 0.3);
2999 + border-radius: 2px; }
3000 + .elementor-lightbox .elementor-video-container {
3001 + position: absolute;
3002 + top: 50%;
3003 + left: 50%;
3004 + transform: translate(-50%, -50%); }
3005 + @media (min-width: ELEMENTOR_SCREEN_LG_MIN) {
3006 + .elementor-lightbox .elementor-video-container {
3007 + width: 75%; } }
3008 + @media (max-width: ELEMENTOR_SCREEN_MD_MAX) {
3009 + .elementor-lightbox .elementor-video-container {
3010 + width: 100%; } }
3011 + @media (min-width: 768px) and (max-width: 1024px) {
3012 + .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
3013 + width: 70%; } }
3014 + .elementor-lightbox .elementor-swiper-button:focus {
3015 + outline-width: 1px; }
3016 + .elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next {
3017 + height: 100%;
3018 + display: flex;
3019 + align-items: center;
3020 + width: 15%;
3021 + justify-content: center;
3022 + font-size: var(--lightbox-navigation-icons-size); }
3023 + .elementor-lightbox .elementor-swiper-button-prev {
3024 + left: 0; }
3025 + .elementor-lightbox .elementor-swiper-button-next {
3026 + right: 0; }
3027 + @media (max-width: ELEMENTOR_SCREEN_SM_MAX) {
3028 + .elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next {
3029 + width: 20%; }
3030 + .elementor-lightbox .elementor-swiper-button-prev i, .elementor-lightbox .elementor-swiper-button-next i {
3031 + padding: 10px;
3032 + background-color: rgba(0, 0, 0, 0.5); }
3033 + .elementor-lightbox .elementor-swiper-button-prev {
3034 + left: 0;
3035 + justify-content: flex-start; }
3036 + .elementor-lightbox .elementor-swiper-button-next {
3037 + right: 0;
3038 + justify-content: flex-end; } }
2154 3039
3040 +.elementor-slideshow__counter {
3041 + color: currentColor;
3042 + font-size: .75em;
3043 + width: max-content; }
3044 +
3045 +.elementor-slideshow__header, .elementor-slideshow__footer {
3046 + position: absolute;
3047 + left: 0;
3048 + width: 100%;
3049 + padding: 15px 20px;
3050 + transition: 0.3s; }
3051 +
3052 +.elementor-slideshow__footer {
3053 + color: var(--lightbox-text-color); }
3054 +
3055 +.elementor-slideshow__header {
3056 + color: var(--lightbox-ui-color);
3057 + display: flex;
3058 + flex-direction: row-reverse;
3059 + font-size: var(--lightbox-header-icons-size);
3060 + padding-left: 1em;
3061 + padding-right: 2.6em;
3062 + top: 0;
3063 + align-items: center;
3064 + z-index: 10; }
3065 + .elementor-slideshow__header > i {
3066 + font-size: inherit;
3067 + cursor: pointer;
3068 + padding: .25em;
3069 + margin: 0 .35em; }
3070 + .elementor-slideshow__header > i:hover {
3071 + color: var(--lightbox-ui-color-hover); }
3072 + .elementor-slideshow__header .elementor-slideshow__counter {
3073 + margin-right: auto; }
3074 + .elementor-slideshow__header .elementor-icon-share {
3075 + z-index: 5; }
3076 +
3077 +.elementor-slideshow__share-menu {
3078 + background-color: rgba(0, 0, 0, 0);
3079 + width: 0;
3080 + height: 0;
3081 + position: absolute;
3082 + overflow: hidden;
3083 + transition: background-color 400ms; }
3084 + .elementor-slideshow__share-menu .elementor-slideshow__share-links a {
3085 + color: #2C2C2C; }
3086 +
3087 +.elementor-slideshow__share-links {
3088 + display: block;
3089 + position: absolute;
3090 + min-width: 200px;
3091 + right: 2.8em;
3092 + top: 3em;
3093 + background-color: #fff;
3094 + border-radius: 3px;
3095 + padding: 14px 20px;
3096 + transform: scale(0);
3097 + opacity: 0;
3098 + transform-origin: 90% 10%;
3099 + transition: all 250ms 100ms;
3100 + box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }
3101 + .elementor-slideshow__share-links a {
3102 + text-align: left;
3103 + color: #55595c;
3104 + font-size: 12px;
3105 + line-height: 2.5;
3106 + display: block;
3107 + opacity: 0;
3108 + transition: opacity 500ms 100ms; }
3109 + .elementor-slideshow__share-links a:hover {
3110 + color: #000; }
3111 + .elementor-slideshow__share-links a i {
3112 + font-size: 1.25em;
3113 + margin-right: 0.75em; }
3114 + .elementor-slideshow__share-links:before {
3115 + content: '';
3116 + display: block;
3117 + position: absolute;
3118 + top: 1px;
3119 + right: 0.5em;
3120 + border: .45em solid;
3121 + border-color: transparent transparent #fff transparent;
3122 + transform: translateY(-100%) scaleX(0.7); }
3123 +
3124 +.elementor-slideshow__footer {
3125 + bottom: 0;
3126 + z-index: 5;
3127 + position: fixed; }
3128 +
3129 +.elementor-slideshow__title, .elementor-slideshow__description {
3130 + margin: 0; }
3131 +
3132 +.elementor-slideshow__title {
3133 + font-size: 16px;
3134 + font-weight: bold; }
3135 +
3136 +.elementor-slideshow__description {
3137 + font-size: 14px; }
3138 +
3139 +.elementor-slideshow--ui-hidden .elementor-slideshow__header, .elementor-slideshow--ui-hidden .elementor-slideshow__footer {
3140 + opacity: 0;
3141 + pointer-events: none; }
3142 +
3143 +.elementor-slideshow--ui-hidden .elementor-swiper-button-prev, .elementor-slideshow--ui-hidden .elementor-swiper-button-next {
3144 + opacity: 0; }
3145 +
3146 +.elementor-slideshow--fullscreen-mode .elementor-video-container {
3147 + width: 100%; }
3148 +
3149 +.elementor-slideshow--zoom-mode .elementor-slideshow__header, .elementor-slideshow--zoom-mode .elementor-slideshow__footer {
3150 + background-color: rgba(0, 0, 0, 0.5); }
3151 +
3152 +.elementor-slideshow--zoom-mode .elementor-swiper-button-prev, .elementor-slideshow--zoom-mode .elementor-swiper-button-next {
3153 + opacity: 0;
3154 + pointer-events: none; }
3155 +
3156 +.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
3157 + top: 0;
3158 + left: 0;
3159 + width: 100vw;
3160 + height: 100vh;
3161 + opacity: 1;
3162 + cursor: default;
3163 + background-color: rgba(0, 0, 0, 0.5); }
3164 +
3165 +.elementor-slideshow--share-mode .elementor-slideshow__share-links {
3166 + transform: scale(1); }
3167 + .elementor-slideshow--share-mode .elementor-slideshow__share-links, .elementor-slideshow--share-mode .elementor-slideshow__share-links a {
3168 + opacity: 1; }
3169 + .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
3170 + color: #1DA1F2; }
3171 + .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
3172 + color: #3b5998; }
3173 + .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
3174 + color: #bd081c; }
3175 + .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
3176 + color: #a4afb7; }
3177 +
3178 +.elementor-slideshow--share-mode .eicon-share-arrow {
3179 + z-index: 2; }
3180 +
2155 3181 .animated {
2156 - animation-duration: 1.25s;
2157 -}
2158 -.animated.animated-slow {
2159 - animation-duration: 2s;
2160 -}
2161 -.animated.animated-fast {
2162 - animation-duration: 0.75s;
2163 -}
2164 -.animated.infinite {
2165 - animation-iteration-count: infinite;
2166 -}
2167 -.animated.reverse {
2168 - animation-direction: reverse;
2169 - animation-fill-mode: forwards;
2170 -}
3182 + animation-duration: 1.25s; }
3183 + .animated.animated-slow {
3184 + animation-duration: 2s; }
3185 + .animated.animated-fast {
3186 + animation-duration: .75s; }
3187 + .animated.infinite {
3188 + animation-iteration-count: infinite; }
3189 + .animated.reverse {
3190 + animation-direction: reverse; }
2171 3191
2172 3192 @media (prefers-reduced-motion: reduce) {
2173 3193 .animated {
2174 - animation: none !important;
2175 - }
2176 - html * {
2177 - transition-duration: 0s !important;
2178 - transition-delay: 0s !important;
2179 - }
2180 -}
2181 -@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
2182 - .elementor .elementor-hidden-phone,
2183 - .elementor .elementor-hidden-mobile {
2184 - display: none;
2185 - }
2186 -}
2187 -@media (min-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MIN) and (max-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MAX) {
2188 - .elementor .elementor-hidden-mobile_extra {
2189 - display: none;
2190 - }
2191 -}
2192 -@media (min-width: ELEMENTOR_SCREEN_TABLET_MIN) and (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
3194 + animation: none; } }
3195 +
3196 +.elementor-shape {
3197 + overflow: hidden;
3198 + position: absolute;
3199 + left: 0;
3200 + width: 100%;
3201 + line-height: 0;
3202 + direction: ltr;
3203 + /*
3204 + * @TODO: The `z-index: -1` rules below are temporary fixes for Chrome 85 issue.
3205 + * It will be removed in a future version of Chrome.
3206 + */ }
3207 + .elementor-shape-top {
3208 + top: -1px; }
3209 + .elementor-shape-top:not([data-negative="false"]) svg {
3210 + z-index: -1; }
3211 + .elementor-shape-bottom {
3212 + bottom: -1px; }
3213 + .elementor-shape-bottom:not([data-negative="true"]) svg {
3214 + z-index: -1; }
3215 + .elementor-shape[data-negative="false"].elementor-shape-bottom {
3216 + transform: rotate(180deg); }
3217 + .elementor-shape[data-negative="true"].elementor-shape-top {
3218 + transform: rotate(180deg); }
3219 + .elementor-shape svg {
3220 + display: block;
3221 + width: calc(100% + 1.3px);
3222 + position: relative;
3223 + left: 50%;
3224 + transform: translateX(-50%); }
3225 + .elementor-shape .elementor-shape-fill {
3226 + fill: #fff;
3227 + transform-origin: center;
3228 + transform: rotateY(0deg); }
3229 +
3230 +#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
3231 + display: flex;
3232 + width: 200px; }
3233 +
3234 +#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
3235 + white-space: nowrap;
3236 + text-overflow: ellipsis;
3237 + overflow: hidden;
3238 + width: 100%; }
3239 +
3240 +#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
3241 + background: #55595c;
3242 + font-size: 11px;
3243 + line-height: 9px;
3244 + margin-top: 6px;
3245 + padding: 4px 8px;
3246 + border-radius: 3px; }
3247 +
3248 +.page-template-elementor_canvas.elementor-page:before {
3249 + display: none; }
3250 +
3251 +.elementor-post__thumbnail__link {
3252 + transition: none; }
3253 +
3254 +#left-area ul.elementor-icon-list-items,
3255 +.elementor .elementor-element ul.elementor-icon-list-items,
3256 +.elementor-edit-area .elementor-element ul.elementor-icon-list-items {
3257 + padding: 0; }
3258 +
3259 +#wpadminbar * {
3260 + font-style: normal; }
3261 +
3262 +.elementor-portfolio.elementor-grid {
3263 + display: grid; }
3264 +
3265 +.elementor-share-buttons--align-right {
3266 + text-align: right; }
3267 +
3268 +.elementor-share-buttons--align-left {
3269 + text-align: left; }
3270 +
3271 +.elementor-share-buttons--align-center {
3272 + text-align: center; }
3273 +
3274 +.elementor-share-buttons--align-justify {
3275 + text-align: justify;
3276 + text-align-last: justify; }
3277 +
3278 +@media (max-width: ELEMENTOR_SCREEN_MD_MAX) {
3279 + .elementor-share-buttons-tablet--align-right {
3280 + text-align: right; }
3281 + .elementor-share-buttons-tablet--align-left {
3282 + text-align: left; }
3283 + .elementor-share-buttons-tablet--align-center {
3284 + text-align: center; }
3285 + .elementor-share-buttons-tablet--align-justify {
3286 + text-align: justify;
3287 + text-align-last: justify; } }
3288 +
3289 +@media (max-width: ELEMENTOR_SCREEN_SM_MAX) {
3290 + .elementor-share-buttons-mobile--align-right {
3291 + text-align: right; }
3292 + .elementor-share-buttons-mobile--align-left {
3293 + text-align: left; }
3294 + .elementor-share-buttons-mobile--align-center {
3295 + text-align: center; }
3296 + .elementor-share-buttons-mobile--align-justify {
3297 + text-align: justify;
3298 + text-align-last: justify; } }
3299 +
3300 +.e--ua-appleWebkit.rtl {
3301 + --flex-right: flex-start; }
3302 +
3303 +.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right, .e--ua-appleWebkit .elementor-share-buttons--align-right {
3304 + --justify-content: var(--flex-right, flex-end); }
3305 +
3306 +.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-widget-container, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-widget-container, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-widget-container {
3307 + margin-left: calc(-0.5 * var(--grid-column-gap));
3308 + margin-right: calc(-0.5 * var(--grid-column-gap)); }
3309 + .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-widget-container .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-widget-container .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-widget-container .elementor-grid {
3310 + display: flex;
3311 + flex-wrap: wrap;
3312 + justify-content: var(--justify-content, space-between); }
3313 + .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-widget-container .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-widget-container .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-widget-container .elementor-grid-item {
3314 + margin-left: calc(0.5 * var(--grid-column-gap));
3315 + margin-right: calc(0.5 * var(--grid-column-gap)); }
3316 +
3317 +@media (max-width: ELEMENTOR_SCREEN_SM_MAX) {
3318 + .elementor .elementor-hidden-phone {
3319 + display: none; } }
3320 +
3321 +@media (min-width: ELEMENTOR_SCREEN_MD_MIN) and (max-width: ELEMENTOR_SCREEN_MD_MAX) {
2193 3322 .elementor .elementor-hidden-tablet {
2194 - display: none;
2195 - }
2196 -}
2197 -@media (min-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MIN) and (max-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MAX) {
2198 - .elementor .elementor-hidden-tablet_extra {
2199 - display: none;
2200 - }
2201 -}
2202 -@media (min-width: ELEMENTOR_SCREEN_LAPTOP_MIN) and (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) {
2203 - .elementor .elementor-hidden-laptop {
2204 - display: none;
2205 - }
2206 -}
2207 -@media (min-width: ELEMENTOR_SCREEN_DESKTOP_MIN) and (max-width: ELEMENTOR_SCREEN_DESKTOP_MAX) {
3323 + display: none; } }
3324 +
3325 +@media (min-width: ELEMENTOR_SCREEN_LG_MIN) {
2208 3326 .elementor .elementor-hidden-desktop {
2209 - display: none;
2210 - }
2211 -}
2212 -@media (min-width: ELEMENTOR_SCREEN_WIDESCREEN_MIN) {
2213 - .elementor .elementor-hidden-widescreen {
2214 - display: none;
2215 - }
2216 -}
2217 -
2218 -/*# sourceMappingURL=frontend.css.map */
3327 + display: none; } }