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