templates
4 years ago
admin-rtl.css
4 years ago
admin-rtl.min.css
4 years ago
admin-top-bar-rtl.css
4 years ago
admin-top-bar-rtl.min.css
4 years ago
admin-top-bar.css
4 years ago
admin-top-bar.min.css
4 years ago
admin.css
4 years ago
admin.min.css
4 years ago
app-base-rtl.css
4 years ago
app-base-rtl.min.css
4 years ago
app-base.css
4 years ago
app-base.min.css
4 years ago
app-rtl.css
4 years ago
app-rtl.min.css
4 years ago
app.css
4 years ago
app.min.css
4 years ago
common-rtl.css
4 years ago
common-rtl.min.css
4 years ago
common.css
4 years ago
common.min.css
4 years ago
editor-dark-mode.css
4 years ago
editor-dark-mode.min.css
4 years ago
editor-preview-legacy-rtl.css
4 years ago
editor-preview-legacy-rtl.min.css
4 years ago
editor-preview-legacy.css
4 years ago
editor-preview-legacy.min.css
4 years ago
editor-preview-rtl.css
4 years ago
editor-preview-rtl.min.css
4 years ago
editor-preview.css
4 years ago
editor-preview.min.css
4 years ago
editor-rtl.css
4 years ago
editor-rtl.min.css
4 years ago
editor.css
4 years ago
editor.min.css
4 years ago
frontend-legacy-rtl.css
4 years ago
frontend-legacy-rtl.min.css
4 years ago
frontend-legacy.css
4 years ago
frontend-legacy.min.css
4 years ago
frontend-lite-rtl.css
4 years ago
frontend-lite-rtl.min.css
4 years ago
frontend-lite.css
4 years ago
frontend-lite.min.css
4 years ago
frontend-rtl.css
4 years ago
frontend-rtl.min.css
4 years ago
frontend.css
4 years ago
frontend.min.css
4 years ago
widget-accordion-rtl.min.css
4 years ago
widget-accordion.min.css
4 years ago
widget-alert-rtl.min.css
4 years ago
widget-alert.min.css
4 years ago
widget-counter-rtl.min.css
4 years ago
widget-counter.min.css
4 years ago
widget-divider-rtl.min.css
4 years ago
widget-divider.min.css
4 years ago
widget-google_maps-rtl.min.css
4 years ago
widget-google_maps.min.css
4 years ago
widget-heading-rtl.min.css
4 years ago
widget-heading.min.css
4 years ago
widget-icon-box-rtl.min.css
4 years ago
widget-icon-box.min.css
4 years ago
widget-icon-list-rtl.min.css
4 years ago
widget-icon-list.min.css
4 years ago
widget-image-box-rtl.min.css
4 years ago
widget-image-box.min.css
4 years ago
widget-image-carousel-rtl.min.css
4 years ago
widget-image-carousel.min.css
4 years ago
widget-image-gallery-rtl.min.css
4 years ago
widget-image-gallery.min.css
4 years ago
widget-image-rtl.min.css
4 years ago
widget-image.min.css
4 years ago
widget-menu-anchor-rtl.min.css
4 years ago
widget-menu-anchor.min.css
4 years ago
widget-progress-rtl.min.css
4 years ago
widget-progress.min.css
4 years ago
widget-social-icons-rtl.min.css
4 years ago
widget-social-icons.min.css
4 years ago
widget-star-rating-rtl.min.css
4 years ago
widget-star-rating.min.css
4 years ago
widget-tabs-rtl.min.css
4 years ago
widget-tabs.min.css
4 years ago
widget-testimonial-rtl.min.css
4 years ago
widget-testimonial.min.css
4 years ago
widget-text-editor-rtl.min.css
4 years ago
widget-text-editor.min.css
4 years ago
widget-toggle-rtl.min.css
4 years ago
widget-toggle.min.css
4 years ago
widget-video-rtl.min.css
4 years ago
widget-video.min.css
4 years ago
frontend-lite.css
3071 lines
| 1 | /*! elementor - v3.4.8 - 30-11-2021 */ |
| 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; } |
| 10 | |
| 11 | .dialog-message { |
| 12 | font-size: 12px; |
| 13 | line-height: 1.5; |
| 14 | -webkit-box-sizing: border-box; |
| 15 | box-sizing: border-box; } |
| 16 | |
| 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; |
| 166 | display: none; |
| 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; } |
| 184 | |
| 185 | .elementor-templates-modal .dialog-message { |
| 186 | height: 750px; |
| 187 | max-height: 85vh; |
| 188 | overflow: auto; |
| 189 | padding-top: 25px; } |
| 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 | /* Will select next element after last '.elementor-general-section' */ |
| 297 | #wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section + .elementor-second-section { |
| 298 | border-top: 1px solid #464b50; |
| 299 | margin-top: 6px; } |
| 300 | |
| 301 | .elementor-hidden { |
| 302 | display: none; } |
| 303 | |
| 304 | .elementor-screen-only, |
| 305 | .screen-reader-text, |
| 306 | .screen-reader-text span, |
| 307 | .ui-helper-hidden-accessible { |
| 308 | position: absolute; |
| 309 | top: -10000em; |
| 310 | width: 1px; |
| 311 | height: 1px; |
| 312 | margin: -1px; |
| 313 | padding: 0; |
| 314 | overflow: hidden; |
| 315 | clip: rect(0, 0, 0, 0); |
| 316 | border: 0; } |
| 317 | |
| 318 | .elementor-clearfix:after { |
| 319 | content: ''; |
| 320 | display: block; |
| 321 | clear: both; |
| 322 | width: 0; |
| 323 | height: 0; } |
| 324 | |
| 325 | .e-logo-wrapper { |
| 326 | background: #93003c; |
| 327 | display: inline-block; |
| 328 | padding: 0.75em; |
| 329 | -webkit-border-radius: 50%; |
| 330 | border-radius: 50%; |
| 331 | line-height: 1; } |
| 332 | .e-logo-wrapper i { |
| 333 | color: #fff; |
| 334 | font-size: 1em; } |
| 335 | |
| 336 | .elementor { |
| 337 | -webkit-hyphens: manual; |
| 338 | -ms-hyphens: manual; |
| 339 | hyphens: manual; } |
| 340 | .elementor *, .elementor *:before, .elementor *:after { |
| 341 | -webkit-box-sizing: border-box; |
| 342 | box-sizing: border-box; } |
| 343 | .elementor a { |
| 344 | -webkit-box-shadow: none; |
| 345 | box-shadow: none; |
| 346 | text-decoration: none; } |
| 347 | .elementor hr { |
| 348 | margin: 0; |
| 349 | background-color: transparent; } |
| 350 | .elementor img { |
| 351 | height: auto; |
| 352 | max-width: 100%; |
| 353 | border: none; |
| 354 | -webkit-border-radius: 0; |
| 355 | border-radius: 0; |
| 356 | -webkit-box-shadow: none; |
| 357 | box-shadow: none; } |
| 358 | .elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure { |
| 359 | margin: 0; } |
| 360 | .elementor embed, |
| 361 | .elementor iframe, |
| 362 | .elementor object, |
| 363 | .elementor video { |
| 364 | max-width: 100%; |
| 365 | width: 100%; |
| 366 | margin: 0; |
| 367 | line-height: 1; |
| 368 | border: none; } |
| 369 | .elementor .elementor-custom-embed { |
| 370 | line-height: 0; } |
| 371 | .elementor .elementor-background-video-container, |
| 372 | .elementor .elementor-background-holder, |
| 373 | .elementor .elementor-background { |
| 374 | height: 100%; |
| 375 | width: 100%; |
| 376 | top: 0; |
| 377 | left: 0; |
| 378 | position: absolute; |
| 379 | overflow: hidden; |
| 380 | z-index: 0; |
| 381 | direction: ltr; } |
| 382 | .elementor .elementor-background-video-container { |
| 383 | -webkit-transition: opacity 1s; |
| 384 | -o-transition: opacity 1s; |
| 385 | transition: opacity 1s; |
| 386 | pointer-events: none; } |
| 387 | .elementor .elementor-background-video-container.elementor-loading { |
| 388 | opacity: 0; } |
| 389 | .elementor .elementor-background-video-embed { |
| 390 | max-width: none; } |
| 391 | .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted { |
| 392 | position: absolute; |
| 393 | top: 50%; |
| 394 | left: 50%; |
| 395 | -webkit-transform: translate(-50%, -50%); |
| 396 | -ms-transform: translate(-50%, -50%); |
| 397 | transform: translate(-50%, -50%); } |
| 398 | .elementor .elementor-background-video { |
| 399 | max-width: none; |
| 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-html5-video { |
| 407 | -o-object-fit: cover; |
| 408 | object-fit: cover; } |
| 409 | .elementor .elementor-background-overlay { |
| 410 | height: 100%; |
| 411 | width: 100%; |
| 412 | top: 0; |
| 413 | left: 0; |
| 414 | position: absolute; } |
| 415 | .elementor .elementor-background-slideshow { |
| 416 | position: absolute; |
| 417 | width: 100%; |
| 418 | height: 100%; |
| 419 | z-index: 0; |
| 420 | top: 0; |
| 421 | left: 0; } |
| 422 | .elementor .elementor-background-slideshow__slide__image { |
| 423 | width: 100%; |
| 424 | height: 100%; |
| 425 | background-position: center center; |
| 426 | -webkit-background-size: cover; |
| 427 | background-size: cover; } |
| 428 | |
| 429 | .elementor-widget-wrap > .elementor-element.elementor-absolute { |
| 430 | position: absolute; } |
| 431 | |
| 432 | .elementor-widget-wrap > .elementor-element.elementor-fixed { |
| 433 | position: fixed; } |
| 434 | |
| 435 | .elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial { |
| 436 | max-width: 100%; } |
| 437 | |
| 438 | @media (max-width: 1024px) { |
| 439 | .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial { |
| 440 | max-width: 100%; } } |
| 441 | |
| 442 | @media (max-width: 767px) { |
| 443 | .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial { |
| 444 | max-width: 100%; } } |
| 445 | |
| 446 | .elementor-element.elementor-absolute, .elementor-element.elementor-fixed { |
| 447 | z-index: 1; } |
| 448 | |
| 449 | .elementor-invisible { |
| 450 | visibility: hidden; } |
| 451 | |
| 452 | .elementor-align-center { |
| 453 | text-align: center; } |
| 454 | .elementor-align-center .elementor-button { |
| 455 | width: auto; } |
| 456 | |
| 457 | .elementor-align-right { |
| 458 | text-align: right; } |
| 459 | .elementor-align-right .elementor-button { |
| 460 | width: auto; } |
| 461 | |
| 462 | .elementor-align-left { |
| 463 | text-align: left; } |
| 464 | .elementor-align-left .elementor-button { |
| 465 | width: auto; } |
| 466 | |
| 467 | .elementor-align-justify .elementor-button { |
| 468 | width: 100%; } |
| 469 | |
| 470 | .elementor-custom-embed-play { |
| 471 | position: absolute; |
| 472 | top: 50%; |
| 473 | left: 50%; |
| 474 | -webkit-transform: translate(-50%, -50%); |
| 475 | -ms-transform: translate(-50%, -50%); |
| 476 | transform: translate(-50%, -50%); } |
| 477 | .elementor-custom-embed-play i { |
| 478 | font-size: 100px; |
| 479 | color: #fff; |
| 480 | text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3); } |
| 481 | .elementor-custom-embed-play svg { |
| 482 | height: 100px; |
| 483 | width: 100px; |
| 484 | fill: #fff; |
| 485 | -webkit-filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3)); |
| 486 | filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3)); } |
| 487 | .elementor-custom-embed-play i, |
| 488 | .elementor-custom-embed-play svg { |
| 489 | opacity: 0.8; |
| 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 | .elementor-custom-embed-play.elementor-playing i:before { |
| 496 | content: '\e8fb'; } |
| 497 | .elementor-custom-embed-play.elementor-playing i, |
| 498 | .elementor-custom-embed-play.elementor-playing svg { |
| 499 | -webkit-animation: eicon-spin 2s infinite linear; |
| 500 | animation: eicon-spin 2s infinite linear; } |
| 501 | |
| 502 | .elementor-tag { |
| 503 | display: -webkit-inline-box; |
| 504 | display: -ms-inline-flexbox; |
| 505 | display: inline-flex; } |
| 506 | |
| 507 | .elementor-ken-burns { |
| 508 | -webkit-transition-property: -webkit-transform; |
| 509 | transition-property: -webkit-transform; |
| 510 | -o-transition-property: transform; |
| 511 | transition-property: transform; |
| 512 | transition-property: transform, -webkit-transform; |
| 513 | -webkit-transition-duration: 10s; |
| 514 | -o-transition-duration: 10s; |
| 515 | transition-duration: 10s; |
| 516 | -webkit-transition-timing-function: linear; |
| 517 | -o-transition-timing-function: linear; |
| 518 | transition-timing-function: linear; } |
| 519 | .elementor-ken-burns--out { |
| 520 | -webkit-transform: scale(1.3); |
| 521 | -ms-transform: scale(1.3); |
| 522 | transform: scale(1.3); } |
| 523 | .elementor-ken-burns--active { |
| 524 | -webkit-transition-duration: 20s; |
| 525 | -o-transition-duration: 20s; |
| 526 | transition-duration: 20s; } |
| 527 | .elementor-ken-burns--active.elementor-ken-burns--out { |
| 528 | -webkit-transform: scale(1); |
| 529 | -ms-transform: scale(1); |
| 530 | transform: scale(1); } |
| 531 | .elementor-ken-burns--active.elementor-ken-burns--in { |
| 532 | -webkit-transform: scale(1.3); |
| 533 | -ms-transform: scale(1.3); |
| 534 | transform: scale(1.3); } |
| 535 | |
| 536 | @media (min-width: -1px) { |
| 537 | .elementor-widescreen-align-center { |
| 538 | text-align: center; } |
| 539 | .elementor-widescreen-align-center .elementor-button { |
| 540 | width: auto; } |
| 541 | .elementor-widescreen-align-right { |
| 542 | text-align: right; } |
| 543 | .elementor-widescreen-align-right .elementor-button { |
| 544 | width: auto; } |
| 545 | .elementor-widescreen-align-left { |
| 546 | text-align: left; } |
| 547 | .elementor-widescreen-align-left .elementor-button { |
| 548 | width: auto; } |
| 549 | .elementor-widescreen-align-justify .elementor-button { |
| 550 | width: 100%; } } |
| 551 | |
| 552 | @media (max-width: -1px) { |
| 553 | .elementor-laptop-align-center { |
| 554 | text-align: center; } |
| 555 | .elementor-laptop-align-center .elementor-button { |
| 556 | width: auto; } |
| 557 | .elementor-laptop-align-right { |
| 558 | text-align: right; } |
| 559 | .elementor-laptop-align-right .elementor-button { |
| 560 | width: auto; } |
| 561 | .elementor-laptop-align-left { |
| 562 | text-align: left; } |
| 563 | .elementor-laptop-align-left .elementor-button { |
| 564 | width: auto; } |
| 565 | .elementor-laptop-align-justify .elementor-button { |
| 566 | width: 100%; } } |
| 567 | |
| 568 | @media (max-width: -1px) { |
| 569 | .elementor-tablet_extra-align-center { |
| 570 | text-align: center; } |
| 571 | .elementor-tablet_extra-align-center .elementor-button { |
| 572 | width: auto; } |
| 573 | .elementor-tablet_extra-align-right { |
| 574 | text-align: right; } |
| 575 | .elementor-tablet_extra-align-right .elementor-button { |
| 576 | width: auto; } |
| 577 | .elementor-tablet_extra-align-left { |
| 578 | text-align: left; } |
| 579 | .elementor-tablet_extra-align-left .elementor-button { |
| 580 | width: auto; } |
| 581 | .elementor-tablet_extra-align-justify .elementor-button { |
| 582 | width: 100%; } } |
| 583 | |
| 584 | @media (max-width: 1024px) { |
| 585 | .elementor-tablet-align-center { |
| 586 | text-align: center; } |
| 587 | .elementor-tablet-align-center .elementor-button { |
| 588 | width: auto; } |
| 589 | .elementor-tablet-align-right { |
| 590 | text-align: right; } |
| 591 | .elementor-tablet-align-right .elementor-button { |
| 592 | width: auto; } |
| 593 | .elementor-tablet-align-left { |
| 594 | text-align: left; } |
| 595 | .elementor-tablet-align-left .elementor-button { |
| 596 | width: auto; } |
| 597 | .elementor-tablet-align-justify .elementor-button { |
| 598 | width: 100%; } } |
| 599 | |
| 600 | @media (max-width: -1px) { |
| 601 | .elementor-mobile_extra-align-center { |
| 602 | text-align: center; } |
| 603 | .elementor-mobile_extra-align-center .elementor-button { |
| 604 | width: auto; } |
| 605 | .elementor-mobile_extra-align-right { |
| 606 | text-align: right; } |
| 607 | .elementor-mobile_extra-align-right .elementor-button { |
| 608 | width: auto; } |
| 609 | .elementor-mobile_extra-align-left { |
| 610 | text-align: left; } |
| 611 | .elementor-mobile_extra-align-left .elementor-button { |
| 612 | width: auto; } |
| 613 | .elementor-mobile_extra-align-justify .elementor-button { |
| 614 | width: 100%; } } |
| 615 | |
| 616 | @media (max-width: 767px) { |
| 617 | .elementor-mobile-align-center { |
| 618 | text-align: center; } |
| 619 | .elementor-mobile-align-center .elementor-button { |
| 620 | width: auto; } |
| 621 | .elementor-mobile-align-right { |
| 622 | text-align: right; } |
| 623 | .elementor-mobile-align-right .elementor-button { |
| 624 | width: auto; } |
| 625 | .elementor-mobile-align-left { |
| 626 | text-align: left; } |
| 627 | .elementor-mobile-align-left .elementor-button { |
| 628 | width: auto; } |
| 629 | .elementor-mobile-align-justify .elementor-button { |
| 630 | width: 100%; } } |
| 631 | |
| 632 | #wpadminbar #wp-admin-bar-elementor_edit_page > .ab-item::before { |
| 633 | content: "\e813"; |
| 634 | font-family: eicons; |
| 635 | top: 3px; |
| 636 | font-size: 18px; } |
| 637 | |
| 638 | #wpadminbar #wp-admin-bar-elementor_inspector > .ab-item::before { |
| 639 | content: "\f348"; |
| 640 | top: 2px; } |
| 641 | |
| 642 | :root { |
| 643 | --page-title-display: block; } |
| 644 | |
| 645 | .elementor-page-title, h1.entry-title { |
| 646 | display: var(--page-title-display); } |
| 647 | |
| 648 | @-webkit-keyframes eicon-spin { |
| 649 | 0% { |
| 650 | -webkit-transform: rotate(0deg); |
| 651 | transform: rotate(0deg); } |
| 652 | 100% { |
| 653 | -webkit-transform: rotate(359deg); |
| 654 | transform: rotate(359deg); } } |
| 655 | |
| 656 | @keyframes eicon-spin { |
| 657 | 0% { |
| 658 | -webkit-transform: rotate(0deg); |
| 659 | transform: rotate(0deg); } |
| 660 | 100% { |
| 661 | -webkit-transform: rotate(359deg); |
| 662 | transform: rotate(359deg); } } |
| 663 | |
| 664 | .eicon-animation-spin { |
| 665 | -webkit-animation: eicon-spin 2s infinite linear; |
| 666 | animation: eicon-spin 2s infinite linear; } |
| 667 | |
| 668 | .elementor-section { |
| 669 | position: relative; } |
| 670 | .elementor-section .elementor-container { |
| 671 | display: -webkit-box; |
| 672 | display: -ms-flexbox; |
| 673 | display: flex; |
| 674 | margin-right: auto; |
| 675 | margin-left: auto; |
| 676 | position: relative; } |
| 677 | @media (max-width: 1024px) { |
| 678 | .elementor-section .elementor-container { |
| 679 | -ms-flex-wrap: wrap; |
| 680 | flex-wrap: wrap; } } |
| 681 | .elementor-section.elementor-section-boxed > .elementor-container { |
| 682 | max-width: 1140px; } |
| 683 | .elementor-section.elementor-section-stretched { |
| 684 | position: relative; |
| 685 | width: 100%; } |
| 686 | .elementor-section.elementor-section-items-top > .elementor-container { |
| 687 | -webkit-box-align: start; |
| 688 | -ms-flex-align: start; |
| 689 | align-items: flex-start; } |
| 690 | .elementor-section.elementor-section-items-middle > .elementor-container { |
| 691 | -webkit-box-align: center; |
| 692 | -ms-flex-align: center; |
| 693 | align-items: center; } |
| 694 | .elementor-section.elementor-section-items-bottom > .elementor-container { |
| 695 | -webkit-box-align: end; |
| 696 | -ms-flex-align: end; |
| 697 | align-items: flex-end; } |
| 698 | @media (min-width: 768px) { |
| 699 | .elementor-section.elementor-section-height-full { |
| 700 | height: 100vh; } |
| 701 | .elementor-section.elementor-section-height-full > .elementor-container { |
| 702 | height: 100%; } } |
| 703 | |
| 704 | .elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-column > .elementor-widget-wrap { |
| 705 | -webkit-box-align: start; |
| 706 | -ms-flex-align: start; |
| 707 | align-items: flex-start; } |
| 708 | |
| 709 | .elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap { |
| 710 | -webkit-box-align: center; |
| 711 | -ms-flex-align: center; |
| 712 | align-items: center; } |
| 713 | |
| 714 | .elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap { |
| 715 | -webkit-box-align: end; |
| 716 | -ms-flex-align: end; |
| 717 | align-items: flex-end; } |
| 718 | |
| 719 | .elementor-row { |
| 720 | width: 100%; |
| 721 | display: -webkit-box; |
| 722 | display: -ms-flexbox; |
| 723 | display: flex; } |
| 724 | @media (max-width: 1024px) { |
| 725 | .elementor-row { |
| 726 | -ms-flex-wrap: wrap; |
| 727 | flex-wrap: wrap; } } |
| 728 | |
| 729 | .elementor-widget-wrap { |
| 730 | position: relative; |
| 731 | width: 100%; |
| 732 | -ms-flex-wrap: wrap; |
| 733 | flex-wrap: wrap; |
| 734 | -ms-flex-line-pack: start; |
| 735 | align-content: flex-start; } |
| 736 | .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap { |
| 737 | display: -webkit-box; |
| 738 | display: -ms-flexbox; |
| 739 | display: flex; } |
| 740 | .elementor-widget-wrap > .elementor-element { |
| 741 | width: 100%; } |
| 742 | .elementor-widget-wrap.e-swiper-container { |
| 743 | width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px))); } |
| 744 | |
| 745 | .elementor-widget { |
| 746 | position: relative; } |
| 747 | .elementor-widget:not(:last-child) { |
| 748 | margin-bottom: 20px; } |
| 749 | .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 { |
| 750 | margin-bottom: 0; } |
| 751 | |
| 752 | .elementor-column { |
| 753 | position: relative; |
| 754 | min-height: 1px; |
| 755 | display: -webkit-box; |
| 756 | display: -ms-flexbox; |
| 757 | display: flex; } |
| 758 | |
| 759 | .elementor-column-wrap { |
| 760 | width: 100%; |
| 761 | position: relative; |
| 762 | display: -webkit-box; |
| 763 | display: -ms-flexbox; |
| 764 | display: flex; } |
| 765 | |
| 766 | .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated { |
| 767 | padding: 5px; } |
| 768 | |
| 769 | .elementor-column-gap-default > .elementor-column > .elementor-element-populated { |
| 770 | padding: 10px; } |
| 771 | |
| 772 | .elementor-column-gap-extended > .elementor-column > .elementor-element-populated { |
| 773 | padding: 15px; } |
| 774 | |
| 775 | .elementor-column-gap-wide > .elementor-column > .elementor-element-populated { |
| 776 | padding: 20px; } |
| 777 | |
| 778 | .elementor-column-gap-wider > .elementor-column > .elementor-element-populated { |
| 779 | padding: 30px; } |
| 780 | |
| 781 | .elementor-inner-section .elementor-column-gap-no .elementor-element-populated { |
| 782 | padding: 0; } |
| 783 | |
| 784 | @media (min-width: 768px) { |
| 785 | .elementor-column.elementor-col-10, .elementor-column[data-col="10"] { |
| 786 | width: 10%; } |
| 787 | .elementor-column.elementor-col-11, .elementor-column[data-col="11"] { |
| 788 | width: 11.111%; } |
| 789 | .elementor-column.elementor-col-12, .elementor-column[data-col="12"] { |
| 790 | width: 12.5%; } |
| 791 | .elementor-column.elementor-col-14, .elementor-column[data-col="14"] { |
| 792 | width: 14.285%; } |
| 793 | .elementor-column.elementor-col-16, .elementor-column[data-col="16"] { |
| 794 | width: 16.666%; } |
| 795 | .elementor-column.elementor-col-20, .elementor-column[data-col="20"] { |
| 796 | width: 20%; } |
| 797 | .elementor-column.elementor-col-25, .elementor-column[data-col="25"] { |
| 798 | width: 25%; } |
| 799 | .elementor-column.elementor-col-30, .elementor-column[data-col="30"] { |
| 800 | width: 30%; } |
| 801 | .elementor-column.elementor-col-33, .elementor-column[data-col="33"] { |
| 802 | width: 33.333%; } |
| 803 | .elementor-column.elementor-col-40, .elementor-column[data-col="40"] { |
| 804 | width: 40%; } |
| 805 | .elementor-column.elementor-col-50, .elementor-column[data-col="50"] { |
| 806 | width: 50%; } |
| 807 | .elementor-column.elementor-col-60, .elementor-column[data-col="60"] { |
| 808 | width: 60%; } |
| 809 | .elementor-column.elementor-col-66, .elementor-column[data-col="66"] { |
| 810 | width: 66.666%; } |
| 811 | .elementor-column.elementor-col-70, .elementor-column[data-col="70"] { |
| 812 | width: 70%; } |
| 813 | .elementor-column.elementor-col-75, .elementor-column[data-col="75"] { |
| 814 | width: 75%; } |
| 815 | .elementor-column.elementor-col-80, .elementor-column[data-col="80"] { |
| 816 | width: 80%; } |
| 817 | .elementor-column.elementor-col-83, .elementor-column[data-col="83"] { |
| 818 | width: 83.333%; } |
| 819 | .elementor-column.elementor-col-90, .elementor-column[data-col="90"] { |
| 820 | width: 90%; } |
| 821 | .elementor-column.elementor-col-100, .elementor-column[data-col="100"] { |
| 822 | width: 100%; } } |
| 823 | |
| 824 | @media (max-width: 479px) { |
| 825 | .elementor-column.elementor-xs-10 { |
| 826 | width: 10%; } |
| 827 | .elementor-column.elementor-xs-11 { |
| 828 | width: 11.111%; } |
| 829 | .elementor-column.elementor-xs-12 { |
| 830 | width: 12.5%; } |
| 831 | .elementor-column.elementor-xs-14 { |
| 832 | width: 14.285%; } |
| 833 | .elementor-column.elementor-xs-16 { |
| 834 | width: 16.666%; } |
| 835 | .elementor-column.elementor-xs-20 { |
| 836 | width: 20%; } |
| 837 | .elementor-column.elementor-xs-25 { |
| 838 | width: 25%; } |
| 839 | .elementor-column.elementor-xs-30 { |
| 840 | width: 30%; } |
| 841 | .elementor-column.elementor-xs-33 { |
| 842 | width: 33.333%; } |
| 843 | .elementor-column.elementor-xs-40 { |
| 844 | width: 40%; } |
| 845 | .elementor-column.elementor-xs-50 { |
| 846 | width: 50%; } |
| 847 | .elementor-column.elementor-xs-60 { |
| 848 | width: 60%; } |
| 849 | .elementor-column.elementor-xs-66 { |
| 850 | width: 66.666%; } |
| 851 | .elementor-column.elementor-xs-70 { |
| 852 | width: 70%; } |
| 853 | .elementor-column.elementor-xs-75 { |
| 854 | width: 75%; } |
| 855 | .elementor-column.elementor-xs-80 { |
| 856 | width: 80%; } |
| 857 | .elementor-column.elementor-xs-83 { |
| 858 | width: 83.333%; } |
| 859 | .elementor-column.elementor-xs-90 { |
| 860 | width: 90%; } |
| 861 | .elementor-column.elementor-xs-100 { |
| 862 | width: 100%; } } |
| 863 | |
| 864 | @media (max-width: 767px) { |
| 865 | .elementor-column.elementor-sm-10 { |
| 866 | width: 10%; } |
| 867 | .elementor-column.elementor-sm-11 { |
| 868 | width: 11.111%; } |
| 869 | .elementor-column.elementor-sm-12 { |
| 870 | width: 12.5%; } |
| 871 | .elementor-column.elementor-sm-14 { |
| 872 | width: 14.285%; } |
| 873 | .elementor-column.elementor-sm-16 { |
| 874 | width: 16.666%; } |
| 875 | .elementor-column.elementor-sm-20 { |
| 876 | width: 20%; } |
| 877 | .elementor-column.elementor-sm-25 { |
| 878 | width: 25%; } |
| 879 | .elementor-column.elementor-sm-30 { |
| 880 | width: 30%; } |
| 881 | .elementor-column.elementor-sm-33 { |
| 882 | width: 33.333%; } |
| 883 | .elementor-column.elementor-sm-40 { |
| 884 | width: 40%; } |
| 885 | .elementor-column.elementor-sm-50 { |
| 886 | width: 50%; } |
| 887 | .elementor-column.elementor-sm-60 { |
| 888 | width: 60%; } |
| 889 | .elementor-column.elementor-sm-66 { |
| 890 | width: 66.666%; } |
| 891 | .elementor-column.elementor-sm-70 { |
| 892 | width: 70%; } |
| 893 | .elementor-column.elementor-sm-75 { |
| 894 | width: 75%; } |
| 895 | .elementor-column.elementor-sm-80 { |
| 896 | width: 80%; } |
| 897 | .elementor-column.elementor-sm-83 { |
| 898 | width: 83.333%; } |
| 899 | .elementor-column.elementor-sm-90 { |
| 900 | width: 90%; } |
| 901 | .elementor-column.elementor-sm-100 { |
| 902 | width: 100%; } } |
| 903 | |
| 904 | @media (min-width: 768px) and (max-width: 1024px) { |
| 905 | .elementor-column.elementor-md-10 { |
| 906 | width: 10%; } |
| 907 | .elementor-column.elementor-md-11 { |
| 908 | width: 11.111%; } |
| 909 | .elementor-column.elementor-md-12 { |
| 910 | width: 12.5%; } |
| 911 | .elementor-column.elementor-md-14 { |
| 912 | width: 14.285%; } |
| 913 | .elementor-column.elementor-md-16 { |
| 914 | width: 16.666%; } |
| 915 | .elementor-column.elementor-md-20 { |
| 916 | width: 20%; } |
| 917 | .elementor-column.elementor-md-25 { |
| 918 | width: 25%; } |
| 919 | .elementor-column.elementor-md-30 { |
| 920 | width: 30%; } |
| 921 | .elementor-column.elementor-md-33 { |
| 922 | width: 33.333%; } |
| 923 | .elementor-column.elementor-md-40 { |
| 924 | width: 40%; } |
| 925 | .elementor-column.elementor-md-50 { |
| 926 | width: 50%; } |
| 927 | .elementor-column.elementor-md-60 { |
| 928 | width: 60%; } |
| 929 | .elementor-column.elementor-md-66 { |
| 930 | width: 66.666%; } |
| 931 | .elementor-column.elementor-md-70 { |
| 932 | width: 70%; } |
| 933 | .elementor-column.elementor-md-75 { |
| 934 | width: 75%; } |
| 935 | .elementor-column.elementor-md-80 { |
| 936 | width: 80%; } |
| 937 | .elementor-column.elementor-md-83 { |
| 938 | width: 83.333%; } |
| 939 | .elementor-column.elementor-md-90 { |
| 940 | width: 90%; } |
| 941 | .elementor-column.elementor-md-100 { |
| 942 | width: 100%; } } |
| 943 | |
| 944 | @media (min-width: -1px) { |
| 945 | .elementor-reverse-widescreen > .elementor-container > :nth-child(1) { |
| 946 | -webkit-box-ordinal-group: 11; |
| 947 | -ms-flex-order: 10; |
| 948 | order: 10; } |
| 949 | .elementor-reverse-widescreen > .elementor-container > :nth-child(2) { |
| 950 | -webkit-box-ordinal-group: 10; |
| 951 | -ms-flex-order: 9; |
| 952 | order: 9; } |
| 953 | .elementor-reverse-widescreen > .elementor-container > :nth-child(3) { |
| 954 | -webkit-box-ordinal-group: 9; |
| 955 | -ms-flex-order: 8; |
| 956 | order: 8; } |
| 957 | .elementor-reverse-widescreen > .elementor-container > :nth-child(4) { |
| 958 | -webkit-box-ordinal-group: 8; |
| 959 | -ms-flex-order: 7; |
| 960 | order: 7; } |
| 961 | .elementor-reverse-widescreen > .elementor-container > :nth-child(5) { |
| 962 | -webkit-box-ordinal-group: 7; |
| 963 | -ms-flex-order: 6; |
| 964 | order: 6; } |
| 965 | .elementor-reverse-widescreen > .elementor-container > :nth-child(6) { |
| 966 | -webkit-box-ordinal-group: 6; |
| 967 | -ms-flex-order: 5; |
| 968 | order: 5; } |
| 969 | .elementor-reverse-widescreen > .elementor-container > :nth-child(7) { |
| 970 | -webkit-box-ordinal-group: 5; |
| 971 | -ms-flex-order: 4; |
| 972 | order: 4; } |
| 973 | .elementor-reverse-widescreen > .elementor-container > :nth-child(8) { |
| 974 | -webkit-box-ordinal-group: 4; |
| 975 | -ms-flex-order: 3; |
| 976 | order: 3; } |
| 977 | .elementor-reverse-widescreen > .elementor-container > :nth-child(9) { |
| 978 | -webkit-box-ordinal-group: 3; |
| 979 | -ms-flex-order: 2; |
| 980 | order: 2; } |
| 981 | .elementor-reverse-widescreen > .elementor-container > :nth-child(10) { |
| 982 | -webkit-box-ordinal-group: 2; |
| 983 | -ms-flex-order: 1; |
| 984 | order: 1; } } |
| 985 | |
| 986 | @media (min-width: -1px) and (max-width: -1px) { |
| 987 | .elementor-reverse-laptop > .elementor-container > :nth-child(1) { |
| 988 | -webkit-box-ordinal-group: 11; |
| 989 | -ms-flex-order: 10; |
| 990 | order: 10; } |
| 991 | .elementor-reverse-laptop > .elementor-container > :nth-child(2) { |
| 992 | -webkit-box-ordinal-group: 10; |
| 993 | -ms-flex-order: 9; |
| 994 | order: 9; } |
| 995 | .elementor-reverse-laptop > .elementor-container > :nth-child(3) { |
| 996 | -webkit-box-ordinal-group: 9; |
| 997 | -ms-flex-order: 8; |
| 998 | order: 8; } |
| 999 | .elementor-reverse-laptop > .elementor-container > :nth-child(4) { |
| 1000 | -webkit-box-ordinal-group: 8; |
| 1001 | -ms-flex-order: 7; |
| 1002 | order: 7; } |
| 1003 | .elementor-reverse-laptop > .elementor-container > :nth-child(5) { |
| 1004 | -webkit-box-ordinal-group: 7; |
| 1005 | -ms-flex-order: 6; |
| 1006 | order: 6; } |
| 1007 | .elementor-reverse-laptop > .elementor-container > :nth-child(6) { |
| 1008 | -webkit-box-ordinal-group: 6; |
| 1009 | -ms-flex-order: 5; |
| 1010 | order: 5; } |
| 1011 | .elementor-reverse-laptop > .elementor-container > :nth-child(7) { |
| 1012 | -webkit-box-ordinal-group: 5; |
| 1013 | -ms-flex-order: 4; |
| 1014 | order: 4; } |
| 1015 | .elementor-reverse-laptop > .elementor-container > :nth-child(8) { |
| 1016 | -webkit-box-ordinal-group: 4; |
| 1017 | -ms-flex-order: 3; |
| 1018 | order: 3; } |
| 1019 | .elementor-reverse-laptop > .elementor-container > :nth-child(9) { |
| 1020 | -webkit-box-ordinal-group: 3; |
| 1021 | -ms-flex-order: 2; |
| 1022 | order: 2; } |
| 1023 | .elementor-reverse-laptop > .elementor-container > :nth-child(10) { |
| 1024 | -webkit-box-ordinal-group: 2; |
| 1025 | -ms-flex-order: 1; |
| 1026 | order: 1; } } |
| 1027 | |
| 1028 | @media (min-width: 1025px) and (max-width: -1px) { |
| 1029 | .elementor-reverse-tablet_extra > .elementor-container > :nth-child(1) { |
| 1030 | -webkit-box-ordinal-group: 11; |
| 1031 | -ms-flex-order: 10; |
| 1032 | order: 10; } |
| 1033 | .elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) { |
| 1034 | -webkit-box-ordinal-group: 10; |
| 1035 | -ms-flex-order: 9; |
| 1036 | order: 9; } |
| 1037 | .elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) { |
| 1038 | -webkit-box-ordinal-group: 9; |
| 1039 | -ms-flex-order: 8; |
| 1040 | order: 8; } |
| 1041 | .elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) { |
| 1042 | -webkit-box-ordinal-group: 8; |
| 1043 | -ms-flex-order: 7; |
| 1044 | order: 7; } |
| 1045 | .elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) { |
| 1046 | -webkit-box-ordinal-group: 7; |
| 1047 | -ms-flex-order: 6; |
| 1048 | order: 6; } |
| 1049 | .elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) { |
| 1050 | -webkit-box-ordinal-group: 6; |
| 1051 | -ms-flex-order: 5; |
| 1052 | order: 5; } |
| 1053 | .elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) { |
| 1054 | -webkit-box-ordinal-group: 5; |
| 1055 | -ms-flex-order: 4; |
| 1056 | order: 4; } |
| 1057 | .elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) { |
| 1058 | -webkit-box-ordinal-group: 4; |
| 1059 | -ms-flex-order: 3; |
| 1060 | order: 3; } |
| 1061 | .elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) { |
| 1062 | -webkit-box-ordinal-group: 3; |
| 1063 | -ms-flex-order: 2; |
| 1064 | order: 2; } |
| 1065 | .elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) { |
| 1066 | -webkit-box-ordinal-group: 2; |
| 1067 | -ms-flex-order: 1; |
| 1068 | order: 1; } } |
| 1069 | |
| 1070 | @media (min-width: -1px) and (max-width: 1024px) { |
| 1071 | .elementor-reverse-tablet > .elementor-container > :nth-child(1) { |
| 1072 | -webkit-box-ordinal-group: 11; |
| 1073 | -ms-flex-order: 10; |
| 1074 | order: 10; } |
| 1075 | .elementor-reverse-tablet > .elementor-container > :nth-child(2) { |
| 1076 | -webkit-box-ordinal-group: 10; |
| 1077 | -ms-flex-order: 9; |
| 1078 | order: 9; } |
| 1079 | .elementor-reverse-tablet > .elementor-container > :nth-child(3) { |
| 1080 | -webkit-box-ordinal-group: 9; |
| 1081 | -ms-flex-order: 8; |
| 1082 | order: 8; } |
| 1083 | .elementor-reverse-tablet > .elementor-container > :nth-child(4) { |
| 1084 | -webkit-box-ordinal-group: 8; |
| 1085 | -ms-flex-order: 7; |
| 1086 | order: 7; } |
| 1087 | .elementor-reverse-tablet > .elementor-container > :nth-child(5) { |
| 1088 | -webkit-box-ordinal-group: 7; |
| 1089 | -ms-flex-order: 6; |
| 1090 | order: 6; } |
| 1091 | .elementor-reverse-tablet > .elementor-container > :nth-child(6) { |
| 1092 | -webkit-box-ordinal-group: 6; |
| 1093 | -ms-flex-order: 5; |
| 1094 | order: 5; } |
| 1095 | .elementor-reverse-tablet > .elementor-container > :nth-child(7) { |
| 1096 | -webkit-box-ordinal-group: 5; |
| 1097 | -ms-flex-order: 4; |
| 1098 | order: 4; } |
| 1099 | .elementor-reverse-tablet > .elementor-container > :nth-child(8) { |
| 1100 | -webkit-box-ordinal-group: 4; |
| 1101 | -ms-flex-order: 3; |
| 1102 | order: 3; } |
| 1103 | .elementor-reverse-tablet > .elementor-container > :nth-child(9) { |
| 1104 | -webkit-box-ordinal-group: 3; |
| 1105 | -ms-flex-order: 2; |
| 1106 | order: 2; } |
| 1107 | .elementor-reverse-tablet > .elementor-container > :nth-child(10) { |
| 1108 | -webkit-box-ordinal-group: 2; |
| 1109 | -ms-flex-order: 1; |
| 1110 | order: 1; } } |
| 1111 | |
| 1112 | @media (min-width: 768px) and (max-width: -1px) { |
| 1113 | .elementor-reverse-mobile_extra > .elementor-container > :nth-child(1) { |
| 1114 | -webkit-box-ordinal-group: 11; |
| 1115 | -ms-flex-order: 10; |
| 1116 | order: 10; } |
| 1117 | .elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) { |
| 1118 | -webkit-box-ordinal-group: 10; |
| 1119 | -ms-flex-order: 9; |
| 1120 | order: 9; } |
| 1121 | .elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) { |
| 1122 | -webkit-box-ordinal-group: 9; |
| 1123 | -ms-flex-order: 8; |
| 1124 | order: 8; } |
| 1125 | .elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) { |
| 1126 | -webkit-box-ordinal-group: 8; |
| 1127 | -ms-flex-order: 7; |
| 1128 | order: 7; } |
| 1129 | .elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) { |
| 1130 | -webkit-box-ordinal-group: 7; |
| 1131 | -ms-flex-order: 6; |
| 1132 | order: 6; } |
| 1133 | .elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) { |
| 1134 | -webkit-box-ordinal-group: 6; |
| 1135 | -ms-flex-order: 5; |
| 1136 | order: 5; } |
| 1137 | .elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) { |
| 1138 | -webkit-box-ordinal-group: 5; |
| 1139 | -ms-flex-order: 4; |
| 1140 | order: 4; } |
| 1141 | .elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) { |
| 1142 | -webkit-box-ordinal-group: 4; |
| 1143 | -ms-flex-order: 3; |
| 1144 | order: 3; } |
| 1145 | .elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) { |
| 1146 | -webkit-box-ordinal-group: 3; |
| 1147 | -ms-flex-order: 2; |
| 1148 | order: 2; } |
| 1149 | .elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) { |
| 1150 | -webkit-box-ordinal-group: 2; |
| 1151 | -ms-flex-order: 1; |
| 1152 | order: 1; } } |
| 1153 | |
| 1154 | @media (max-width: 767px) { |
| 1155 | .elementor-reverse-mobile > .elementor-container > :nth-child(1) { |
| 1156 | -webkit-box-ordinal-group: 11; |
| 1157 | -ms-flex-order: 10; |
| 1158 | order: 10; } |
| 1159 | .elementor-reverse-mobile > .elementor-container > :nth-child(2) { |
| 1160 | -webkit-box-ordinal-group: 10; |
| 1161 | -ms-flex-order: 9; |
| 1162 | order: 9; } |
| 1163 | .elementor-reverse-mobile > .elementor-container > :nth-child(3) { |
| 1164 | -webkit-box-ordinal-group: 9; |
| 1165 | -ms-flex-order: 8; |
| 1166 | order: 8; } |
| 1167 | .elementor-reverse-mobile > .elementor-container > :nth-child(4) { |
| 1168 | -webkit-box-ordinal-group: 8; |
| 1169 | -ms-flex-order: 7; |
| 1170 | order: 7; } |
| 1171 | .elementor-reverse-mobile > .elementor-container > :nth-child(5) { |
| 1172 | -webkit-box-ordinal-group: 7; |
| 1173 | -ms-flex-order: 6; |
| 1174 | order: 6; } |
| 1175 | .elementor-reverse-mobile > .elementor-container > :nth-child(6) { |
| 1176 | -webkit-box-ordinal-group: 6; |
| 1177 | -ms-flex-order: 5; |
| 1178 | order: 5; } |
| 1179 | .elementor-reverse-mobile > .elementor-container > :nth-child(7) { |
| 1180 | -webkit-box-ordinal-group: 5; |
| 1181 | -ms-flex-order: 4; |
| 1182 | order: 4; } |
| 1183 | .elementor-reverse-mobile > .elementor-container > :nth-child(8) { |
| 1184 | -webkit-box-ordinal-group: 4; |
| 1185 | -ms-flex-order: 3; |
| 1186 | order: 3; } |
| 1187 | .elementor-reverse-mobile > .elementor-container > :nth-child(9) { |
| 1188 | -webkit-box-ordinal-group: 3; |
| 1189 | -ms-flex-order: 2; |
| 1190 | order: 2; } |
| 1191 | .elementor-reverse-mobile > .elementor-container > :nth-child(10) { |
| 1192 | -webkit-box-ordinal-group: 2; |
| 1193 | -ms-flex-order: 1; |
| 1194 | order: 1; } |
| 1195 | .elementor-column { |
| 1196 | width: 100%; } } |
| 1197 | |
| 1198 | ul.elementor-icon-list-items.elementor-inline-items { |
| 1199 | display: -webkit-box; |
| 1200 | display: -ms-flexbox; |
| 1201 | display: flex; |
| 1202 | -ms-flex-wrap: wrap; |
| 1203 | flex-wrap: wrap; } |
| 1204 | ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item { |
| 1205 | word-break: break-word; } |
| 1206 | |
| 1207 | .elementor-grid { |
| 1208 | display: grid; |
| 1209 | grid-column-gap: var(--grid-column-gap); |
| 1210 | grid-row-gap: var(--grid-row-gap); } |
| 1211 | .elementor-grid .elementor-grid-item { |
| 1212 | min-width: 0; } |
| 1213 | .elementor-grid-0 .elementor-grid { |
| 1214 | display: inline-block; |
| 1215 | width: 100%; |
| 1216 | word-spacing: var(--grid-column-gap); |
| 1217 | margin-bottom: calc(-1 * var(--grid-row-gap)); } |
| 1218 | .elementor-grid-0 .elementor-grid .elementor-grid-item { |
| 1219 | display: inline-block; |
| 1220 | margin-bottom: var(--grid-row-gap); |
| 1221 | word-break: break-word; } |
| 1222 | .elementor-grid-1 .elementor-grid { |
| 1223 | grid-template-columns: repeat(1, 1fr); } |
| 1224 | .elementor-grid-2 .elementor-grid { |
| 1225 | grid-template-columns: repeat(2, 1fr); } |
| 1226 | .elementor-grid-3 .elementor-grid { |
| 1227 | grid-template-columns: repeat(3, 1fr); } |
| 1228 | .elementor-grid-4 .elementor-grid { |
| 1229 | grid-template-columns: repeat(4, 1fr); } |
| 1230 | .elementor-grid-5 .elementor-grid { |
| 1231 | grid-template-columns: repeat(5, 1fr); } |
| 1232 | .elementor-grid-6 .elementor-grid { |
| 1233 | grid-template-columns: repeat(6, 1fr); } |
| 1234 | .elementor-grid-7 .elementor-grid { |
| 1235 | grid-template-columns: repeat(7, 1fr); } |
| 1236 | .elementor-grid-8 .elementor-grid { |
| 1237 | grid-template-columns: repeat(8, 1fr); } |
| 1238 | .elementor-grid-9 .elementor-grid { |
| 1239 | grid-template-columns: repeat(9, 1fr); } |
| 1240 | .elementor-grid-10 .elementor-grid { |
| 1241 | grid-template-columns: repeat(10, 1fr); } |
| 1242 | .elementor-grid-11 .elementor-grid { |
| 1243 | grid-template-columns: repeat(11, 1fr); } |
| 1244 | .elementor-grid-12 .elementor-grid { |
| 1245 | grid-template-columns: repeat(12, 1fr); } |
| 1246 | @media (min-width: -1px) { |
| 1247 | .elementor-grid-widescreen-0 .elementor-grid { |
| 1248 | display: inline-block; |
| 1249 | width: 100%; |
| 1250 | word-spacing: var(--grid-column-gap); |
| 1251 | margin-bottom: calc(-1 * var(--grid-row-gap)); } |
| 1252 | .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item { |
| 1253 | display: inline-block; |
| 1254 | margin-bottom: var(--grid-row-gap); |
| 1255 | word-break: break-word; } |
| 1256 | .elementor-grid-widescreen-1 .elementor-grid { |
| 1257 | grid-template-columns: repeat(1, 1fr); } |
| 1258 | .elementor-grid-widescreen-2 .elementor-grid { |
| 1259 | grid-template-columns: repeat(2, 1fr); } |
| 1260 | .elementor-grid-widescreen-3 .elementor-grid { |
| 1261 | grid-template-columns: repeat(3, 1fr); } |
| 1262 | .elementor-grid-widescreen-4 .elementor-grid { |
| 1263 | grid-template-columns: repeat(4, 1fr); } |
| 1264 | .elementor-grid-widescreen-5 .elementor-grid { |
| 1265 | grid-template-columns: repeat(5, 1fr); } |
| 1266 | .elementor-grid-widescreen-6 .elementor-grid { |
| 1267 | grid-template-columns: repeat(6, 1fr); } |
| 1268 | .elementor-grid-widescreen-7 .elementor-grid { |
| 1269 | grid-template-columns: repeat(7, 1fr); } |
| 1270 | .elementor-grid-widescreen-8 .elementor-grid { |
| 1271 | grid-template-columns: repeat(8, 1fr); } |
| 1272 | .elementor-grid-widescreen-9 .elementor-grid { |
| 1273 | grid-template-columns: repeat(9, 1fr); } |
| 1274 | .elementor-grid-widescreen-10 .elementor-grid { |
| 1275 | grid-template-columns: repeat(10, 1fr); } |
| 1276 | .elementor-grid-widescreen-11 .elementor-grid { |
| 1277 | grid-template-columns: repeat(11, 1fr); } |
| 1278 | .elementor-grid-widescreen-12 .elementor-grid { |
| 1279 | grid-template-columns: repeat(12, 1fr); } } |
| 1280 | @media (max-width: -1px) { |
| 1281 | .elementor-grid-laptop-0 .elementor-grid { |
| 1282 | display: inline-block; |
| 1283 | width: 100%; |
| 1284 | word-spacing: var(--grid-column-gap); |
| 1285 | margin-bottom: calc(-1 * var(--grid-row-gap)); } |
| 1286 | .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item { |
| 1287 | display: inline-block; |
| 1288 | margin-bottom: var(--grid-row-gap); |
| 1289 | word-break: break-word; } |
| 1290 | .elementor-grid-laptop-1 .elementor-grid { |
| 1291 | grid-template-columns: repeat(1, 1fr); } |
| 1292 | .elementor-grid-laptop-2 .elementor-grid { |
| 1293 | grid-template-columns: repeat(2, 1fr); } |
| 1294 | .elementor-grid-laptop-3 .elementor-grid { |
| 1295 | grid-template-columns: repeat(3, 1fr); } |
| 1296 | .elementor-grid-laptop-4 .elementor-grid { |
| 1297 | grid-template-columns: repeat(4, 1fr); } |
| 1298 | .elementor-grid-laptop-5 .elementor-grid { |
| 1299 | grid-template-columns: repeat(5, 1fr); } |
| 1300 | .elementor-grid-laptop-6 .elementor-grid { |
| 1301 | grid-template-columns: repeat(6, 1fr); } |
| 1302 | .elementor-grid-laptop-7 .elementor-grid { |
| 1303 | grid-template-columns: repeat(7, 1fr); } |
| 1304 | .elementor-grid-laptop-8 .elementor-grid { |
| 1305 | grid-template-columns: repeat(8, 1fr); } |
| 1306 | .elementor-grid-laptop-9 .elementor-grid { |
| 1307 | grid-template-columns: repeat(9, 1fr); } |
| 1308 | .elementor-grid-laptop-10 .elementor-grid { |
| 1309 | grid-template-columns: repeat(10, 1fr); } |
| 1310 | .elementor-grid-laptop-11 .elementor-grid { |
| 1311 | grid-template-columns: repeat(11, 1fr); } |
| 1312 | .elementor-grid-laptop-12 .elementor-grid { |
| 1313 | grid-template-columns: repeat(12, 1fr); } } |
| 1314 | @media (max-width: -1px) { |
| 1315 | .elementor-grid-tablet_extra-0 .elementor-grid { |
| 1316 | display: inline-block; |
| 1317 | width: 100%; |
| 1318 | word-spacing: var(--grid-column-gap); |
| 1319 | margin-bottom: calc(-1 * var(--grid-row-gap)); } |
| 1320 | .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item { |
| 1321 | display: inline-block; |
| 1322 | margin-bottom: var(--grid-row-gap); |
| 1323 | word-break: break-word; } |
| 1324 | .elementor-grid-tablet_extra-1 .elementor-grid { |
| 1325 | grid-template-columns: repeat(1, 1fr); } |
| 1326 | .elementor-grid-tablet_extra-2 .elementor-grid { |
| 1327 | grid-template-columns: repeat(2, 1fr); } |
| 1328 | .elementor-grid-tablet_extra-3 .elementor-grid { |
| 1329 | grid-template-columns: repeat(3, 1fr); } |
| 1330 | .elementor-grid-tablet_extra-4 .elementor-grid { |
| 1331 | grid-template-columns: repeat(4, 1fr); } |
| 1332 | .elementor-grid-tablet_extra-5 .elementor-grid { |
| 1333 | grid-template-columns: repeat(5, 1fr); } |
| 1334 | .elementor-grid-tablet_extra-6 .elementor-grid { |
| 1335 | grid-template-columns: repeat(6, 1fr); } |
| 1336 | .elementor-grid-tablet_extra-7 .elementor-grid { |
| 1337 | grid-template-columns: repeat(7, 1fr); } |
| 1338 | .elementor-grid-tablet_extra-8 .elementor-grid { |
| 1339 | grid-template-columns: repeat(8, 1fr); } |
| 1340 | .elementor-grid-tablet_extra-9 .elementor-grid { |
| 1341 | grid-template-columns: repeat(9, 1fr); } |
| 1342 | .elementor-grid-tablet_extra-10 .elementor-grid { |
| 1343 | grid-template-columns: repeat(10, 1fr); } |
| 1344 | .elementor-grid-tablet_extra-11 .elementor-grid { |
| 1345 | grid-template-columns: repeat(11, 1fr); } |
| 1346 | .elementor-grid-tablet_extra-12 .elementor-grid { |
| 1347 | grid-template-columns: repeat(12, 1fr); } } |
| 1348 | @media (max-width: 1024px) { |
| 1349 | .elementor-grid-tablet-0 .elementor-grid { |
| 1350 | display: inline-block; |
| 1351 | width: 100%; |
| 1352 | word-spacing: var(--grid-column-gap); |
| 1353 | margin-bottom: calc(-1 * var(--grid-row-gap)); } |
| 1354 | .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item { |
| 1355 | display: inline-block; |
| 1356 | margin-bottom: var(--grid-row-gap); |
| 1357 | word-break: break-word; } |
| 1358 | .elementor-grid-tablet-1 .elementor-grid { |
| 1359 | grid-template-columns: repeat(1, 1fr); } |
| 1360 | .elementor-grid-tablet-2 .elementor-grid { |
| 1361 | grid-template-columns: repeat(2, 1fr); } |
| 1362 | .elementor-grid-tablet-3 .elementor-grid { |
| 1363 | grid-template-columns: repeat(3, 1fr); } |
| 1364 | .elementor-grid-tablet-4 .elementor-grid { |
| 1365 | grid-template-columns: repeat(4, 1fr); } |
| 1366 | .elementor-grid-tablet-5 .elementor-grid { |
| 1367 | grid-template-columns: repeat(5, 1fr); } |
| 1368 | .elementor-grid-tablet-6 .elementor-grid { |
| 1369 | grid-template-columns: repeat(6, 1fr); } |
| 1370 | .elementor-grid-tablet-7 .elementor-grid { |
| 1371 | grid-template-columns: repeat(7, 1fr); } |
| 1372 | .elementor-grid-tablet-8 .elementor-grid { |
| 1373 | grid-template-columns: repeat(8, 1fr); } |
| 1374 | .elementor-grid-tablet-9 .elementor-grid { |
| 1375 | grid-template-columns: repeat(9, 1fr); } |
| 1376 | .elementor-grid-tablet-10 .elementor-grid { |
| 1377 | grid-template-columns: repeat(10, 1fr); } |
| 1378 | .elementor-grid-tablet-11 .elementor-grid { |
| 1379 | grid-template-columns: repeat(11, 1fr); } |
| 1380 | .elementor-grid-tablet-12 .elementor-grid { |
| 1381 | grid-template-columns: repeat(12, 1fr); } } |
| 1382 | @media (max-width: -1px) { |
| 1383 | .elementor-grid-mobile_extra-0 .elementor-grid { |
| 1384 | display: inline-block; |
| 1385 | width: 100%; |
| 1386 | word-spacing: var(--grid-column-gap); |
| 1387 | margin-bottom: calc(-1 * var(--grid-row-gap)); } |
| 1388 | .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item { |
| 1389 | display: inline-block; |
| 1390 | margin-bottom: var(--grid-row-gap); |
| 1391 | word-break: break-word; } |
| 1392 | .elementor-grid-mobile_extra-1 .elementor-grid { |
| 1393 | grid-template-columns: repeat(1, 1fr); } |
| 1394 | .elementor-grid-mobile_extra-2 .elementor-grid { |
| 1395 | grid-template-columns: repeat(2, 1fr); } |
| 1396 | .elementor-grid-mobile_extra-3 .elementor-grid { |
| 1397 | grid-template-columns: repeat(3, 1fr); } |
| 1398 | .elementor-grid-mobile_extra-4 .elementor-grid { |
| 1399 | grid-template-columns: repeat(4, 1fr); } |
| 1400 | .elementor-grid-mobile_extra-5 .elementor-grid { |
| 1401 | grid-template-columns: repeat(5, 1fr); } |
| 1402 | .elementor-grid-mobile_extra-6 .elementor-grid { |
| 1403 | grid-template-columns: repeat(6, 1fr); } |
| 1404 | .elementor-grid-mobile_extra-7 .elementor-grid { |
| 1405 | grid-template-columns: repeat(7, 1fr); } |
| 1406 | .elementor-grid-mobile_extra-8 .elementor-grid { |
| 1407 | grid-template-columns: repeat(8, 1fr); } |
| 1408 | .elementor-grid-mobile_extra-9 .elementor-grid { |
| 1409 | grid-template-columns: repeat(9, 1fr); } |
| 1410 | .elementor-grid-mobile_extra-10 .elementor-grid { |
| 1411 | grid-template-columns: repeat(10, 1fr); } |
| 1412 | .elementor-grid-mobile_extra-11 .elementor-grid { |
| 1413 | grid-template-columns: repeat(11, 1fr); } |
| 1414 | .elementor-grid-mobile_extra-12 .elementor-grid { |
| 1415 | grid-template-columns: repeat(12, 1fr); } } |
| 1416 | @media (max-width: 767px) { |
| 1417 | .elementor-grid-mobile-0 .elementor-grid { |
| 1418 | display: inline-block; |
| 1419 | width: 100%; |
| 1420 | word-spacing: var(--grid-column-gap); |
| 1421 | margin-bottom: calc(-1 * var(--grid-row-gap)); } |
| 1422 | .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item { |
| 1423 | display: inline-block; |
| 1424 | margin-bottom: var(--grid-row-gap); |
| 1425 | word-break: break-word; } |
| 1426 | .elementor-grid-mobile-1 .elementor-grid { |
| 1427 | grid-template-columns: repeat(1, 1fr); } |
| 1428 | .elementor-grid-mobile-2 .elementor-grid { |
| 1429 | grid-template-columns: repeat(2, 1fr); } |
| 1430 | .elementor-grid-mobile-3 .elementor-grid { |
| 1431 | grid-template-columns: repeat(3, 1fr); } |
| 1432 | .elementor-grid-mobile-4 .elementor-grid { |
| 1433 | grid-template-columns: repeat(4, 1fr); } |
| 1434 | .elementor-grid-mobile-5 .elementor-grid { |
| 1435 | grid-template-columns: repeat(5, 1fr); } |
| 1436 | .elementor-grid-mobile-6 .elementor-grid { |
| 1437 | grid-template-columns: repeat(6, 1fr); } |
| 1438 | .elementor-grid-mobile-7 .elementor-grid { |
| 1439 | grid-template-columns: repeat(7, 1fr); } |
| 1440 | .elementor-grid-mobile-8 .elementor-grid { |
| 1441 | grid-template-columns: repeat(8, 1fr); } |
| 1442 | .elementor-grid-mobile-9 .elementor-grid { |
| 1443 | grid-template-columns: repeat(9, 1fr); } |
| 1444 | .elementor-grid-mobile-10 .elementor-grid { |
| 1445 | grid-template-columns: repeat(10, 1fr); } |
| 1446 | .elementor-grid-mobile-11 .elementor-grid { |
| 1447 | grid-template-columns: repeat(11, 1fr); } |
| 1448 | .elementor-grid-mobile-12 .elementor-grid { |
| 1449 | grid-template-columns: repeat(12, 1fr); } } |
| 1450 | |
| 1451 | @media (min-width: 1025px) { |
| 1452 | #elementor-device-mode:after { |
| 1453 | content: 'desktop'; } } |
| 1454 | |
| 1455 | @media (min-width: -1px) { |
| 1456 | #elementor-device-mode:after { |
| 1457 | content: 'widescreen'; } } |
| 1458 | |
| 1459 | @media (max-width: -1px) { |
| 1460 | #elementor-device-mode:after { |
| 1461 | content: 'laptop'; } } |
| 1462 | |
| 1463 | @media (max-width: -1px) { |
| 1464 | #elementor-device-mode:after { |
| 1465 | content: 'tablet_extra'; } } |
| 1466 | |
| 1467 | @media (max-width: 1024px) { |
| 1468 | #elementor-device-mode:after { |
| 1469 | content: 'tablet'; } } |
| 1470 | |
| 1471 | @media (max-width: -1px) { |
| 1472 | #elementor-device-mode:after { |
| 1473 | content: 'mobile_extra'; } } |
| 1474 | |
| 1475 | @media (max-width: 767px) { |
| 1476 | #elementor-device-mode:after { |
| 1477 | content: 'mobile'; } } |
| 1478 | |
| 1479 | .elementor-form-fields-wrapper { |
| 1480 | display: -webkit-box; |
| 1481 | display: -ms-flexbox; |
| 1482 | display: flex; |
| 1483 | -ms-flex-wrap: wrap; |
| 1484 | flex-wrap: wrap; } |
| 1485 | .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 { |
| 1486 | -ms-flex-preferred-size: 100%; |
| 1487 | flex-basis: 100%; |
| 1488 | max-width: 100%; } |
| 1489 | .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group .elementor-select-wrapper { |
| 1490 | -webkit-box-flex: 1; |
| 1491 | -ms-flex-positive: 1; |
| 1492 | flex-grow: 1; } |
| 1493 | |
| 1494 | .elementor-field-group { |
| 1495 | -ms-flex-wrap: wrap; |
| 1496 | flex-wrap: wrap; |
| 1497 | -webkit-box-align: center; |
| 1498 | -ms-flex-align: center; |
| 1499 | align-items: center; } |
| 1500 | .elementor-field-group.elementor-field-type-submit { |
| 1501 | -webkit-box-align: end; |
| 1502 | -ms-flex-align: end; |
| 1503 | align-items: flex-end; } |
| 1504 | .elementor-field-group .elementor-field-textual { |
| 1505 | width: 100%; |
| 1506 | max-width: 100%; |
| 1507 | border: 1px solid #818a91; |
| 1508 | background-color: transparent; |
| 1509 | color: #373a3c; |
| 1510 | vertical-align: middle; |
| 1511 | -webkit-box-flex: 1; |
| 1512 | -ms-flex-positive: 1; |
| 1513 | flex-grow: 1; } |
| 1514 | .elementor-field-group .elementor-field-textual:focus { |
| 1515 | -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; |
| 1516 | box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; |
| 1517 | outline: 0; } |
| 1518 | .elementor-field-group .elementor-field-textual::-webkit-input-placeholder { |
| 1519 | color: inherit; |
| 1520 | font-family: inherit; |
| 1521 | opacity: 0.6; } |
| 1522 | .elementor-field-group .elementor-field-textual:-ms-input-placeholder { |
| 1523 | color: inherit; |
| 1524 | font-family: inherit; |
| 1525 | opacity: 0.6; } |
| 1526 | .elementor-field-group .elementor-field-textual::-moz-placeholder { |
| 1527 | color: inherit; |
| 1528 | font-family: inherit; |
| 1529 | opacity: 0.6; } |
| 1530 | .elementor-field-group .elementor-field-textual:-moz-placeholder { |
| 1531 | color: inherit; |
| 1532 | font-family: inherit; |
| 1533 | opacity: 0.6; } |
| 1534 | .elementor-field-group .elementor-field-textual::-ms-input-placeholder { |
| 1535 | color: inherit; |
| 1536 | font-family: inherit; |
| 1537 | opacity: 0.6; } |
| 1538 | .elementor-field-group .elementor-field-textual::placeholder { |
| 1539 | color: inherit; |
| 1540 | font-family: inherit; |
| 1541 | opacity: 0.6; } |
| 1542 | .elementor-field-group .elementor-select-wrapper { |
| 1543 | display: -webkit-box; |
| 1544 | display: -ms-flexbox; |
| 1545 | display: flex; |
| 1546 | position: relative; |
| 1547 | width: 100%; } |
| 1548 | .elementor-field-group .elementor-select-wrapper select { |
| 1549 | appearance: none; |
| 1550 | -webkit-appearance: none; |
| 1551 | -moz-appearance: none; |
| 1552 | color: inherit; |
| 1553 | font-size: inherit; |
| 1554 | font-family: inherit; |
| 1555 | font-weight: inherit; |
| 1556 | font-style: inherit; |
| 1557 | text-transform: inherit; |
| 1558 | letter-spacing: inherit; |
| 1559 | line-height: inherit; |
| 1560 | -ms-flex-preferred-size: 100%; |
| 1561 | flex-basis: 100%; |
| 1562 | padding-right: 20px; } |
| 1563 | .elementor-field-group .elementor-select-wrapper:before { |
| 1564 | content: '\e92a'; |
| 1565 | font-family: 'eicons'; |
| 1566 | font-size: 15px; |
| 1567 | position: absolute; |
| 1568 | top: 50%; |
| 1569 | -webkit-transform: translateY(-50%); |
| 1570 | -ms-transform: translateY(-50%); |
| 1571 | transform: translateY(-50%); |
| 1572 | right: 10px; |
| 1573 | pointer-events: none; |
| 1574 | text-shadow: 0 0 3px rgba(0, 0, 0, 0.3); } |
| 1575 | .elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before { |
| 1576 | content: ''; } |
| 1577 | |
| 1578 | .elementor-field-subgroup { |
| 1579 | display: -webkit-box; |
| 1580 | display: -ms-flexbox; |
| 1581 | display: flex; |
| 1582 | -ms-flex-wrap: wrap; |
| 1583 | flex-wrap: wrap; } |
| 1584 | .elementor-field-subgroup .elementor-field-option label { |
| 1585 | display: inline-block; } |
| 1586 | .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option { |
| 1587 | padding-right: 10px; } |
| 1588 | .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option { |
| 1589 | -ms-flex-preferred-size: 100%; |
| 1590 | flex-basis: 100%; } |
| 1591 | |
| 1592 | .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input, |
| 1593 | .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label, |
| 1594 | .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input, |
| 1595 | .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label, |
| 1596 | .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input, |
| 1597 | .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label { |
| 1598 | display: inline; } |
| 1599 | |
| 1600 | .elementor-field-label { |
| 1601 | cursor: pointer; } |
| 1602 | .elementor-mark-required .elementor-field-label:after { |
| 1603 | content: '*'; |
| 1604 | color: red; |
| 1605 | padding-left: 0.2em; } |
| 1606 | |
| 1607 | .elementor-field-textual { |
| 1608 | line-height: 1.4; |
| 1609 | font-size: 15px; |
| 1610 | min-height: 40px; |
| 1611 | padding: 5px 14px; |
| 1612 | -webkit-border-radius: 3px; |
| 1613 | border-radius: 3px; } |
| 1614 | .elementor-field-textual.elementor-size-xs { |
| 1615 | font-size: 13px; |
| 1616 | min-height: 33px; |
| 1617 | padding: 4px 12px; |
| 1618 | -webkit-border-radius: 2px; |
| 1619 | border-radius: 2px; } |
| 1620 | .elementor-field-textual.elementor-size-md { |
| 1621 | font-size: 16px; |
| 1622 | min-height: 47px; |
| 1623 | padding: 6px 16px; |
| 1624 | -webkit-border-radius: 4px; |
| 1625 | border-radius: 4px; } |
| 1626 | .elementor-field-textual.elementor-size-lg { |
| 1627 | font-size: 18px; |
| 1628 | min-height: 59px; |
| 1629 | padding: 7px 20px; |
| 1630 | -webkit-border-radius: 5px; |
| 1631 | border-radius: 5px; } |
| 1632 | .elementor-field-textual.elementor-size-xl { |
| 1633 | font-size: 20px; |
| 1634 | min-height: 72px; |
| 1635 | padding: 8px 24px; |
| 1636 | -webkit-border-radius: 6px; |
| 1637 | border-radius: 6px; } |
| 1638 | |
| 1639 | .elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { |
| 1640 | -ms-flex-preferred-size: 100%; |
| 1641 | flex-basis: 100%; } |
| 1642 | |
| 1643 | .elementor-button-align-stretch .e-form__buttons__wrapper { |
| 1644 | -ms-flex-preferred-size: 50%; |
| 1645 | flex-basis: 50%; |
| 1646 | -webkit-box-flex: 1; |
| 1647 | -ms-flex-positive: 1; |
| 1648 | flex-grow: 1; } |
| 1649 | .elementor-button-align-stretch .e-form__buttons__wrapper__button { |
| 1650 | -ms-flex-preferred-size: 100%; |
| 1651 | flex-basis: 100%; } |
| 1652 | |
| 1653 | .elementor-button-align-center .elementor-field-type-submit, |
| 1654 | .elementor-button-align-center .e-form__buttons { |
| 1655 | -webkit-box-pack: center; |
| 1656 | -ms-flex-pack: center; |
| 1657 | justify-content: center; } |
| 1658 | |
| 1659 | .elementor-button-align-start .elementor-field-type-submit, |
| 1660 | .elementor-button-align-start .e-form__buttons { |
| 1661 | -webkit-box-pack: start; |
| 1662 | -ms-flex-pack: start; |
| 1663 | justify-content: flex-start; } |
| 1664 | |
| 1665 | .elementor-button-align-end .elementor-field-type-submit, |
| 1666 | .elementor-button-align-end .e-form__buttons { |
| 1667 | -webkit-box-pack: end; |
| 1668 | -ms-flex-pack: end; |
| 1669 | justify-content: flex-end; } |
| 1670 | |
| 1671 | .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 { |
| 1672 | -ms-flex-preferred-size: initial; |
| 1673 | flex-basis: initial; } |
| 1674 | |
| 1675 | .elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper { |
| 1676 | -webkit-box-flex: initial; |
| 1677 | -ms-flex-positive: initial; |
| 1678 | flex-grow: initial; } |
| 1679 | .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 { |
| 1680 | -ms-flex-preferred-size: initial; |
| 1681 | flex-basis: initial; } |
| 1682 | |
| 1683 | @media screen and (max-width: 1024px) { |
| 1684 | .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { |
| 1685 | -ms-flex-preferred-size: 100%; |
| 1686 | flex-basis: 100%; } |
| 1687 | .elementor-tablet-button-align-stretch .e-form__buttons__wrapper { |
| 1688 | -ms-flex-preferred-size: 50%; |
| 1689 | flex-basis: 50%; |
| 1690 | -webkit-box-flex: 1; |
| 1691 | -ms-flex-positive: 1; |
| 1692 | flex-grow: 1; } |
| 1693 | .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button { |
| 1694 | -ms-flex-preferred-size: 100%; |
| 1695 | flex-basis: 100%; } |
| 1696 | .elementor-tablet-button-align-center .elementor-field-type-submit, |
| 1697 | .elementor-tablet-button-align-center .e-form__buttons { |
| 1698 | -webkit-box-pack: center; |
| 1699 | -ms-flex-pack: center; |
| 1700 | justify-content: center; } |
| 1701 | .elementor-tablet-button-align-start .elementor-field-type-submit, |
| 1702 | .elementor-tablet-button-align-start .e-form__buttons { |
| 1703 | -webkit-box-pack: start; |
| 1704 | -ms-flex-pack: start; |
| 1705 | justify-content: flex-start; } |
| 1706 | .elementor-tablet-button-align-end .elementor-field-type-submit, |
| 1707 | .elementor-tablet-button-align-end .e-form__buttons { |
| 1708 | -webkit-box-pack: end; |
| 1709 | -ms-flex-pack: end; |
| 1710 | justify-content: flex-end; } |
| 1711 | .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 { |
| 1712 | -ms-flex-preferred-size: initial; |
| 1713 | flex-basis: initial; } |
| 1714 | .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 { |
| 1715 | -webkit-box-flex: initial; |
| 1716 | -ms-flex-positive: initial; |
| 1717 | flex-grow: initial; } |
| 1718 | .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 { |
| 1719 | -ms-flex-preferred-size: initial; |
| 1720 | flex-basis: initial; } } |
| 1721 | |
| 1722 | @media screen and (max-width: 767px) { |
| 1723 | .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { |
| 1724 | -ms-flex-preferred-size: 100%; |
| 1725 | flex-basis: 100%; } |
| 1726 | .elementor-mobile-button-align-stretch .e-form__buttons__wrapper { |
| 1727 | -ms-flex-preferred-size: 50%; |
| 1728 | flex-basis: 50%; |
| 1729 | -webkit-box-flex: 1; |
| 1730 | -ms-flex-positive: 1; |
| 1731 | flex-grow: 1; } |
| 1732 | .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button { |
| 1733 | -ms-flex-preferred-size: 100%; |
| 1734 | flex-basis: 100%; } |
| 1735 | .elementor-mobile-button-align-center .elementor-field-type-submit, |
| 1736 | .elementor-mobile-button-align-center .e-form__buttons { |
| 1737 | -webkit-box-pack: center; |
| 1738 | -ms-flex-pack: center; |
| 1739 | justify-content: center; } |
| 1740 | .elementor-mobile-button-align-start .elementor-field-type-submit, |
| 1741 | .elementor-mobile-button-align-start .e-form__buttons { |
| 1742 | -webkit-box-pack: start; |
| 1743 | -ms-flex-pack: start; |
| 1744 | justify-content: flex-start; } |
| 1745 | .elementor-mobile-button-align-end .elementor-field-type-submit, |
| 1746 | .elementor-mobile-button-align-end .e-form__buttons { |
| 1747 | -webkit-box-pack: end; |
| 1748 | -ms-flex-pack: end; |
| 1749 | justify-content: flex-end; } |
| 1750 | .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 { |
| 1751 | -ms-flex-preferred-size: initial; |
| 1752 | flex-basis: initial; } |
| 1753 | .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 { |
| 1754 | -webkit-box-flex: initial; |
| 1755 | -ms-flex-positive: initial; |
| 1756 | flex-grow: initial; } |
| 1757 | .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 { |
| 1758 | -ms-flex-preferred-size: initial; |
| 1759 | flex-basis: initial; } } |
| 1760 | |
| 1761 | .elementor-error .elementor-field { |
| 1762 | border-color: #d9534f; } |
| 1763 | |
| 1764 | .elementor-error .help-inline { |
| 1765 | color: #d9534f; |
| 1766 | font-size: 0.9em; } |
| 1767 | |
| 1768 | .elementor-message { |
| 1769 | margin: 10px 0; |
| 1770 | font-size: 1em; |
| 1771 | line-height: 1; } |
| 1772 | .elementor-message:before { |
| 1773 | content: "\e90e"; |
| 1774 | display: inline-block; |
| 1775 | font-family: eicons; |
| 1776 | font-weight: normal; |
| 1777 | font-style: normal; |
| 1778 | vertical-align: middle; |
| 1779 | margin-right: 5px; } |
| 1780 | .elementor-message.elementor-message-danger { |
| 1781 | color: #d9534f; } |
| 1782 | .elementor-message.elementor-message-danger:before { |
| 1783 | content: "\e87f"; } |
| 1784 | .elementor-message.form-message-success { |
| 1785 | color: #5cb85c; } |
| 1786 | |
| 1787 | .elementor-form .elementor-button { |
| 1788 | padding-top: 0; |
| 1789 | padding-bottom: 0; |
| 1790 | border: none; } |
| 1791 | .elementor-form .elementor-button > span { |
| 1792 | display: -webkit-box; |
| 1793 | display: -ms-flexbox; |
| 1794 | display: flex; |
| 1795 | -webkit-box-pack: center; |
| 1796 | -ms-flex-pack: center; |
| 1797 | justify-content: center; } |
| 1798 | .elementor-form .elementor-button.elementor-size-xs { |
| 1799 | min-height: 33px; } |
| 1800 | .elementor-form .elementor-button.elementor-size-sm { |
| 1801 | min-height: 40px; } |
| 1802 | .elementor-form .elementor-button.elementor-size-md { |
| 1803 | min-height: 47px; } |
| 1804 | .elementor-form .elementor-button.elementor-size-lg { |
| 1805 | min-height: 59px; } |
| 1806 | .elementor-form .elementor-button.elementor-size-xl { |
| 1807 | min-height: 72px; } |
| 1808 | |
| 1809 | .elementor-element .elementor-widget-container { |
| 1810 | -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s; |
| 1811 | transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s; |
| 1812 | -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; |
| 1813 | transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; |
| 1814 | 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; } |
| 1815 | |
| 1816 | .elementor-button { |
| 1817 | display: inline-block; |
| 1818 | line-height: 1; |
| 1819 | background-color: #818a91; |
| 1820 | font-size: 15px; |
| 1821 | padding: 12px 24px; |
| 1822 | -webkit-border-radius: 3px; |
| 1823 | border-radius: 3px; |
| 1824 | color: #fff; |
| 1825 | fill: #fff; |
| 1826 | text-align: center; |
| 1827 | -webkit-transition: all 0.3s; |
| 1828 | -o-transition: all 0.3s; |
| 1829 | transition: all 0.3s; } |
| 1830 | .elementor-button:hover, .elementor-button:focus, .elementor-button:visited { |
| 1831 | color: #fff; } |
| 1832 | .elementor-button-content-wrapper { |
| 1833 | display: -webkit-box; |
| 1834 | display: -ms-flexbox; |
| 1835 | display: flex; |
| 1836 | -webkit-box-pack: center; |
| 1837 | -ms-flex-pack: center; |
| 1838 | justify-content: center; } |
| 1839 | .elementor-button-icon { |
| 1840 | -webkit-box-flex: 0; |
| 1841 | -ms-flex-positive: 0; |
| 1842 | flex-grow: 0; |
| 1843 | -webkit-box-ordinal-group: 6; |
| 1844 | -ms-flex-order: 5; |
| 1845 | order: 5; } |
| 1846 | .elementor-button-icon svg { |
| 1847 | width: 1em; |
| 1848 | height: auto; } |
| 1849 | .elementor-button-icon .e-font-icon-svg { |
| 1850 | height: 1em; } |
| 1851 | .elementor-button-text { |
| 1852 | -webkit-box-flex: 1; |
| 1853 | -ms-flex-positive: 1; |
| 1854 | flex-grow: 1; |
| 1855 | -webkit-box-ordinal-group: 11; |
| 1856 | -ms-flex-order: 10; |
| 1857 | order: 10; |
| 1858 | display: inline-block; } |
| 1859 | .elementor-button.elementor-size-xs { |
| 1860 | font-size: 13px; |
| 1861 | padding: 10px 20px; |
| 1862 | -webkit-border-radius: 2px; |
| 1863 | border-radius: 2px; } |
| 1864 | .elementor-button.elementor-size-md { |
| 1865 | font-size: 16px; |
| 1866 | padding: 15px 30px; |
| 1867 | -webkit-border-radius: 4px; |
| 1868 | border-radius: 4px; } |
| 1869 | .elementor-button.elementor-size-lg { |
| 1870 | font-size: 18px; |
| 1871 | padding: 20px 40px; |
| 1872 | -webkit-border-radius: 5px; |
| 1873 | border-radius: 5px; } |
| 1874 | .elementor-button.elementor-size-xl { |
| 1875 | font-size: 20px; |
| 1876 | padding: 25px 50px; |
| 1877 | -webkit-border-radius: 6px; |
| 1878 | border-radius: 6px; } |
| 1879 | .elementor-button .elementor-align-icon-right { |
| 1880 | margin-left: 5px; |
| 1881 | -webkit-box-ordinal-group: 16; |
| 1882 | -ms-flex-order: 15; |
| 1883 | order: 15; } |
| 1884 | .elementor-button .elementor-align-icon-left { |
| 1885 | margin-right: 5px; |
| 1886 | -webkit-box-ordinal-group: 6; |
| 1887 | -ms-flex-order: 5; |
| 1888 | order: 5; } |
| 1889 | .elementor-button span { |
| 1890 | text-decoration: inherit; } |
| 1891 | |
| 1892 | /* TODO: REMOVE THIS EXCEPTION AFTER PRO 2.8 RELEASES */ |
| 1893 | .elementor-menu-cart__toggle .elementor-button-icon { |
| 1894 | -webkit-box-ordinal-group: 16; |
| 1895 | -ms-flex-order: 15; |
| 1896 | order: 15; } |
| 1897 | |
| 1898 | .elementor-element.elementor-button-info .elementor-button { |
| 1899 | background-color: #5bc0de; } |
| 1900 | |
| 1901 | .elementor-element.elementor-button-success .elementor-button { |
| 1902 | background-color: #5cb85c; } |
| 1903 | |
| 1904 | .elementor-element.elementor-button-warning .elementor-button { |
| 1905 | background-color: #f0ad4e; } |
| 1906 | |
| 1907 | .elementor-element.elementor-button-danger .elementor-button { |
| 1908 | background-color: #d9534f; } |
| 1909 | |
| 1910 | .elementor-widget-button .elementor-button .elementor-button-info { |
| 1911 | background-color: #5bc0de; } |
| 1912 | |
| 1913 | .elementor-widget-button .elementor-button .elementor-button-success { |
| 1914 | background-color: #5cb85c; } |
| 1915 | |
| 1916 | .elementor-widget-button .elementor-button .elementor-button-warning { |
| 1917 | background-color: #f0ad4e; } |
| 1918 | |
| 1919 | .elementor-widget-button .elementor-button .elementor-button-danger { |
| 1920 | background-color: #d9534f; } |
| 1921 | |
| 1922 | .elementor-tab-title a { |
| 1923 | color: inherit; } |
| 1924 | |
| 1925 | .elementor-view-stacked .elementor-icon { |
| 1926 | padding: .5em; |
| 1927 | background-color: #818a91; |
| 1928 | color: #fff; |
| 1929 | fill: #fff; } |
| 1930 | |
| 1931 | .elementor-view-framed .elementor-icon { |
| 1932 | padding: .5em; |
| 1933 | color: #818a91; |
| 1934 | border: 3px solid #818a91; |
| 1935 | background-color: transparent; } |
| 1936 | |
| 1937 | .elementor-icon { |
| 1938 | display: inline-block; |
| 1939 | line-height: 1; |
| 1940 | -webkit-transition: all 0.3s; |
| 1941 | -o-transition: all 0.3s; |
| 1942 | transition: all 0.3s; |
| 1943 | color: #818a91; |
| 1944 | font-size: 50px; |
| 1945 | text-align: center; } |
| 1946 | .elementor-icon:hover { |
| 1947 | color: #818a91; } |
| 1948 | .elementor-icon i, .elementor-icon svg { |
| 1949 | width: 1em; |
| 1950 | height: 1em; |
| 1951 | position: relative; |
| 1952 | display: block; } |
| 1953 | .elementor-icon i:before, .elementor-icon svg:before { |
| 1954 | position: absolute; |
| 1955 | left: 50%; |
| 1956 | -webkit-transform: translateX(-50%); |
| 1957 | -ms-transform: translateX(-50%); |
| 1958 | transform: translateX(-50%); } |
| 1959 | .elementor-icon i.fad { |
| 1960 | width: initial; } |
| 1961 | |
| 1962 | .elementor-shape-circle .elementor-icon { |
| 1963 | -webkit-border-radius: 50%; |
| 1964 | border-radius: 50%; } |
| 1965 | |
| 1966 | .e-transform .elementor-widget-container { |
| 1967 | -webkit-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)); |
| 1968 | 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)); |
| 1969 | -webkit-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x); |
| 1970 | -ms-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x); |
| 1971 | transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x); |
| 1972 | -webkit-transition: -webkit-transform var(--e-transform-transition-duration, 400ms); |
| 1973 | transition: -webkit-transform var(--e-transform-transition-duration, 400ms); |
| 1974 | -o-transition: transform var(--e-transform-transition-duration, 400ms); |
| 1975 | transition: transform var(--e-transform-transition-duration, 400ms); |
| 1976 | transition: transform var(--e-transform-transition-duration, 400ms), -webkit-transform var(--e-transform-transition-duration, 400ms); } |
| 1977 | |
| 1978 | /** |
| 1979 | * Swiper 3.4.2 |
| 1980 | * Customized by Elementor team |
| 1981 | */ |
| 1982 | .swiper-container { |
| 1983 | margin-left: auto; |
| 1984 | margin-right: auto; |
| 1985 | position: relative; |
| 1986 | overflow: hidden; |
| 1987 | /* Fix of Webkit flickering */ |
| 1988 | z-index: 1; } |
| 1989 | .swiper-container .swiper-slide figure { |
| 1990 | line-height: 0; } |
| 1991 | .swiper-container .elementor-lightbox-content-source { |
| 1992 | display: none; } |
| 1993 | |
| 1994 | .swiper-container-no-flexbox .swiper-slide { |
| 1995 | float: left; } |
| 1996 | |
| 1997 | .swiper-container-vertical > .swiper-wrapper { |
| 1998 | -webkit-box-orient: vertical; |
| 1999 | -webkit-box-direction: normal; |
| 2000 | -ms-flex-direction: column; |
| 2001 | flex-direction: column; } |
| 2002 | |
| 2003 | .swiper-wrapper { |
| 2004 | position: relative; |
| 2005 | width: 100%; |
| 2006 | height: 100%; |
| 2007 | z-index: 1; |
| 2008 | display: -webkit-box; |
| 2009 | display: -ms-flexbox; |
| 2010 | display: flex; |
| 2011 | -webkit-transition-property: -webkit-transform; |
| 2012 | transition-property: -webkit-transform; |
| 2013 | -o-transition-property: transform; |
| 2014 | transition-property: transform; |
| 2015 | transition-property: transform, -webkit-transform; |
| 2016 | -webkit-box-sizing: content-box; |
| 2017 | box-sizing: content-box; } |
| 2018 | |
| 2019 | .swiper-container-android .swiper-slide, .swiper-wrapper { |
| 2020 | -webkit-transform: translate3d(0px, 0, 0); |
| 2021 | transform: translate3d(0px, 0, 0); } |
| 2022 | |
| 2023 | .swiper-container-multirow > .swiper-wrapper { |
| 2024 | -ms-flex-wrap: wrap; |
| 2025 | flex-wrap: wrap; } |
| 2026 | |
| 2027 | .swiper-container-free-mode > .swiper-wrapper { |
| 2028 | -webkit-transition-timing-function: ease-out; |
| 2029 | -o-transition-timing-function: ease-out; |
| 2030 | transition-timing-function: ease-out; |
| 2031 | margin: 0 auto; } |
| 2032 | |
| 2033 | .swiper-slide { |
| 2034 | -ms-flex-negative: 0; |
| 2035 | flex-shrink: 0; |
| 2036 | width: 100%; |
| 2037 | height: 100%; |
| 2038 | position: relative; } |
| 2039 | |
| 2040 | /* Auto Height */ |
| 2041 | .swiper-container-autoheight { |
| 2042 | height: auto; } |
| 2043 | .swiper-container-autoheight .swiper-slide { |
| 2044 | height: auto; } |
| 2045 | .swiper-container-autoheight .swiper-wrapper { |
| 2046 | -webkit-box-align: start; |
| 2047 | -ms-flex-align: start; |
| 2048 | align-items: flex-start; |
| 2049 | -webkit-transition-property: height, -webkit-transform; |
| 2050 | transition-property: height, -webkit-transform; |
| 2051 | -o-transition-property: transform, height; |
| 2052 | transition-property: transform, height; |
| 2053 | transition-property: transform, height, -webkit-transform; } |
| 2054 | |
| 2055 | /* a11y */ |
| 2056 | .swiper-container .swiper-notification { |
| 2057 | position: absolute; |
| 2058 | left: 0; |
| 2059 | top: 0; |
| 2060 | pointer-events: none; |
| 2061 | opacity: 0; |
| 2062 | z-index: -1000; } |
| 2063 | |
| 2064 | /* IE10 Windows Phone 8 Fixes */ |
| 2065 | .swiper-wp8-horizontal { |
| 2066 | -ms-touch-action: pan-y; |
| 2067 | touch-action: pan-y; } |
| 2068 | |
| 2069 | .swiper-wp8-vertical { |
| 2070 | -ms-touch-action: pan-x; |
| 2071 | touch-action: pan-x; } |
| 2072 | |
| 2073 | /* Arrows */ |
| 2074 | .swiper-button-prev, .swiper-button-next { |
| 2075 | position: absolute; |
| 2076 | top: 50%; |
| 2077 | width: 27px; |
| 2078 | height: 44px; |
| 2079 | margin-top: -22px; |
| 2080 | z-index: 10; |
| 2081 | cursor: pointer; |
| 2082 | -webkit-background-size: 27px 44px; |
| 2083 | background-size: 27px 44px; |
| 2084 | background: no-repeat center; } |
| 2085 | |
| 2086 | .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { |
| 2087 | opacity: 0.35; |
| 2088 | cursor: auto; |
| 2089 | pointer-events: none; } |
| 2090 | |
| 2091 | .swiper-button-prev, .swiper-container-rtl .swiper-button-next { |
| 2092 | 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"); |
| 2093 | left: 10px; |
| 2094 | right: auto; } |
| 2095 | |
| 2096 | .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { |
| 2097 | 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"); } |
| 2098 | |
| 2099 | .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { |
| 2100 | 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"); } |
| 2101 | |
| 2102 | .swiper-button-next, .swiper-container-rtl .swiper-button-prev { |
| 2103 | 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"); |
| 2104 | right: 10px; |
| 2105 | left: auto; } |
| 2106 | |
| 2107 | .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { |
| 2108 | 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"); } |
| 2109 | |
| 2110 | .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { |
| 2111 | 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"); } |
| 2112 | |
| 2113 | /* Pagination Styles */ |
| 2114 | .swiper-pagination { |
| 2115 | position: absolute; |
| 2116 | text-align: center; |
| 2117 | -webkit-transition: 300ms; |
| 2118 | -o-transition: 300ms; |
| 2119 | transition: 300ms; |
| 2120 | -webkit-transform: translate3d(0, 0, 0); |
| 2121 | transform: translate3d(0, 0, 0); |
| 2122 | z-index: 10; } |
| 2123 | .swiper-pagination.swiper-pagination-hidden { |
| 2124 | opacity: 0; } |
| 2125 | |
| 2126 | /* Common Styles */ |
| 2127 | .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets { |
| 2128 | bottom: 5px; |
| 2129 | left: 0; |
| 2130 | width: 100%; } |
| 2131 | |
| 2132 | /* Bullets */ |
| 2133 | .swiper-pagination-bullet { |
| 2134 | width: 6px; |
| 2135 | height: 6px; |
| 2136 | display: inline-block; |
| 2137 | -webkit-border-radius: 50%; |
| 2138 | border-radius: 50%; |
| 2139 | background: #000; |
| 2140 | opacity: 0.2; } |
| 2141 | |
| 2142 | .swiper-pagination-fraction { |
| 2143 | color: #000; } |
| 2144 | |
| 2145 | button.swiper-pagination-bullet { |
| 2146 | border: none; |
| 2147 | margin: 0; |
| 2148 | padding: 0; |
| 2149 | -webkit-box-shadow: none; |
| 2150 | box-shadow: none; |
| 2151 | appearance: none; |
| 2152 | -webkit-appearance: none; |
| 2153 | -moz-appearance: none; } |
| 2154 | |
| 2155 | .swiper-pagination-clickable .swiper-pagination-bullet { |
| 2156 | cursor: pointer; } |
| 2157 | |
| 2158 | .swiper-pagination-white .swiper-pagination-bullet { |
| 2159 | background: #fff; } |
| 2160 | |
| 2161 | .swiper-pagination-bullet-active { |
| 2162 | opacity: 1; } |
| 2163 | |
| 2164 | .swiper-pagination-white .swiper-pagination-bullet-active { |
| 2165 | background: #fff; } |
| 2166 | |
| 2167 | .swiper-pagination-black .swiper-pagination-bullet-active { |
| 2168 | background: #000; } |
| 2169 | |
| 2170 | .swiper-container-vertical > .swiper-pagination-bullets { |
| 2171 | right: 10px; |
| 2172 | top: 50%; |
| 2173 | -webkit-transform: translate3d(0px, -50%, 0); |
| 2174 | transform: translate3d(0px, -50%, 0); } |
| 2175 | .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { |
| 2176 | margin: 5px 0; |
| 2177 | display: block; } |
| 2178 | |
| 2179 | .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { |
| 2180 | margin: 0 6px; } |
| 2181 | |
| 2182 | /* Progressbar */ |
| 2183 | .swiper-pagination-progressbar { |
| 2184 | background: rgba(0, 0, 0, 0.25); |
| 2185 | position: absolute; } |
| 2186 | .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { |
| 2187 | background: #000; |
| 2188 | position: absolute; |
| 2189 | left: 0; |
| 2190 | top: 0; |
| 2191 | width: 100%; |
| 2192 | height: 100%; |
| 2193 | -webkit-transform: scale(0); |
| 2194 | -ms-transform: scale(0); |
| 2195 | transform: scale(0); |
| 2196 | -webkit-transform-origin: left top; |
| 2197 | -ms-transform-origin: left top; |
| 2198 | transform-origin: left top; } |
| 2199 | |
| 2200 | .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { |
| 2201 | -webkit-transform-origin: right top; |
| 2202 | -ms-transform-origin: right top; |
| 2203 | transform-origin: right top; } |
| 2204 | |
| 2205 | .swiper-container-horizontal > .swiper-pagination-progressbar { |
| 2206 | width: 100%; |
| 2207 | height: 4px; |
| 2208 | left: 0; |
| 2209 | top: 0; } |
| 2210 | |
| 2211 | .swiper-container-vertical > .swiper-pagination-progressbar { |
| 2212 | width: 4px; |
| 2213 | height: 100%; |
| 2214 | left: 0; |
| 2215 | top: 0; } |
| 2216 | |
| 2217 | .swiper-pagination-progressbar.swiper-pagination-white { |
| 2218 | background: rgba(255, 255, 255, 0.5); } |
| 2219 | .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill { |
| 2220 | background: #fff; } |
| 2221 | |
| 2222 | .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill { |
| 2223 | background: #000; } |
| 2224 | |
| 2225 | /* 3D Container */ |
| 2226 | .swiper-container-3d { |
| 2227 | -webkit-perspective: 1200px; |
| 2228 | perspective: 1200px; } |
| 2229 | .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 { |
| 2230 | -webkit-transform-style: preserve-3d; |
| 2231 | transform-style: preserve-3d; } |
| 2232 | .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 { |
| 2233 | position: absolute; |
| 2234 | left: 0; |
| 2235 | top: 0; |
| 2236 | width: 100%; |
| 2237 | height: 100%; |
| 2238 | pointer-events: none; |
| 2239 | z-index: 10; } |
| 2240 | .swiper-container-3d .swiper-slide-shadow-left { |
| 2241 | background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); |
| 2242 | background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 2243 | background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 2244 | background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } |
| 2245 | .swiper-container-3d .swiper-slide-shadow-right { |
| 2246 | background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); |
| 2247 | background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 2248 | background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 2249 | background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } |
| 2250 | .swiper-container-3d .swiper-slide-shadow-top { |
| 2251 | background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); |
| 2252 | background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 2253 | background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 2254 | background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } |
| 2255 | .swiper-container-3d .swiper-slide-shadow-bottom { |
| 2256 | background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); |
| 2257 | background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 2258 | background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 2259 | background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } |
| 2260 | |
| 2261 | /* Coverflow */ |
| 2262 | .swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper { |
| 2263 | /* Windows 8 IE 10 fix */ |
| 2264 | -ms-perspective: 1200px; } |
| 2265 | |
| 2266 | /* Cube + Flip */ |
| 2267 | .swiper-container-cube, .swiper-container-flip { |
| 2268 | overflow: visible; } |
| 2269 | |
| 2270 | .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide { |
| 2271 | pointer-events: none; |
| 2272 | z-index: 1; } |
| 2273 | |
| 2274 | .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide { |
| 2275 | pointer-events: none; } |
| 2276 | |
| 2277 | .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 { |
| 2278 | pointer-events: auto; } |
| 2279 | |
| 2280 | .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 { |
| 2281 | z-index: 0; |
| 2282 | -webkit-backface-visibility: hidden; |
| 2283 | backface-visibility: hidden; } |
| 2284 | |
| 2285 | /* Cube */ |
| 2286 | .swiper-container-cube .swiper-slide { |
| 2287 | visibility: hidden; |
| 2288 | -webkit-transform-origin: 0 0; |
| 2289 | -ms-transform-origin: 0 0; |
| 2290 | transform-origin: 0 0; |
| 2291 | width: 100%; |
| 2292 | height: 100%; } |
| 2293 | |
| 2294 | .swiper-container-cube.swiper-container-rtl .swiper-slide { |
| 2295 | -webkit-transform-origin: 100% 0; |
| 2296 | -ms-transform-origin: 100% 0; |
| 2297 | transform-origin: 100% 0; } |
| 2298 | |
| 2299 | .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 { |
| 2300 | pointer-events: auto; |
| 2301 | visibility: visible; } |
| 2302 | |
| 2303 | .swiper-container-cube .swiper-cube-shadow { |
| 2304 | position: absolute; |
| 2305 | left: 0; |
| 2306 | bottom: 0; |
| 2307 | width: 100%; |
| 2308 | height: 100%; |
| 2309 | background: #000; |
| 2310 | opacity: 0.6; |
| 2311 | -webkit-filter: blur(50px); |
| 2312 | filter: blur(50px); |
| 2313 | z-index: 0; } |
| 2314 | |
| 2315 | /* Fade */ |
| 2316 | .swiper-container-fade.swiper-container-free-mode .swiper-slide { |
| 2317 | -webkit-transition-timing-function: ease-out; |
| 2318 | -o-transition-timing-function: ease-out; |
| 2319 | transition-timing-function: ease-out; } |
| 2320 | |
| 2321 | .swiper-container-fade .swiper-slide { |
| 2322 | pointer-events: none; |
| 2323 | -webkit-transition-property: opacity; |
| 2324 | -o-transition-property: opacity; |
| 2325 | transition-property: opacity; } |
| 2326 | .swiper-container-fade .swiper-slide .swiper-slide { |
| 2327 | pointer-events: none; } |
| 2328 | |
| 2329 | .swiper-container-fade .swiper-slide-active { |
| 2330 | pointer-events: auto; } |
| 2331 | .swiper-container-fade .swiper-slide-active .swiper-slide-active { |
| 2332 | pointer-events: auto; } |
| 2333 | |
| 2334 | .swiper-zoom-container { |
| 2335 | width: 100%; |
| 2336 | height: 100%; |
| 2337 | display: -webkit-box; |
| 2338 | display: -ms-flexbox; |
| 2339 | display: flex; |
| 2340 | -webkit-box-pack: center; |
| 2341 | -ms-flex-pack: center; |
| 2342 | justify-content: center; |
| 2343 | -webkit-box-align: center; |
| 2344 | -ms-flex-align: center; |
| 2345 | align-items: center; |
| 2346 | text-align: center; } |
| 2347 | .swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas { |
| 2348 | max-width: 100%; |
| 2349 | max-height: 100%; |
| 2350 | -o-object-fit: contain; |
| 2351 | object-fit: contain; } |
| 2352 | |
| 2353 | /* Scrollbar */ |
| 2354 | .swiper-scrollbar { |
| 2355 | -webkit-border-radius: 10px; |
| 2356 | border-radius: 10px; |
| 2357 | position: relative; |
| 2358 | -ms-touch-action: none; |
| 2359 | background: rgba(0, 0, 0, 0.1); } |
| 2360 | |
| 2361 | .swiper-container-horizontal > .swiper-scrollbar { |
| 2362 | position: absolute; |
| 2363 | left: 1%; |
| 2364 | bottom: 3px; |
| 2365 | z-index: 50; |
| 2366 | height: 5px; |
| 2367 | width: 98%; } |
| 2368 | |
| 2369 | .swiper-container-vertical > .swiper-scrollbar { |
| 2370 | position: absolute; |
| 2371 | right: 3px; |
| 2372 | top: 1%; |
| 2373 | z-index: 50; |
| 2374 | width: 5px; |
| 2375 | height: 98%; } |
| 2376 | |
| 2377 | .swiper-scrollbar-drag { |
| 2378 | height: 100%; |
| 2379 | width: 100%; |
| 2380 | position: relative; |
| 2381 | background: rgba(0, 0, 0, 0.5); |
| 2382 | -webkit-border-radius: 10px; |
| 2383 | border-radius: 10px; |
| 2384 | left: 0; |
| 2385 | top: 0; } |
| 2386 | |
| 2387 | .swiper-scrollbar-cursor-drag { |
| 2388 | cursor: move; } |
| 2389 | |
| 2390 | .elementor-pagination-position-outside .swiper-container { |
| 2391 | padding-bottom: 30px; } |
| 2392 | |
| 2393 | .elementor-pagination-position-outside .elementor-swiper-button { |
| 2394 | top: calc(50% - 30px / 2); } |
| 2395 | |
| 2396 | .elementor-swiper { |
| 2397 | position: relative; } |
| 2398 | |
| 2399 | .elementor-main-swiper { |
| 2400 | position: static; } |
| 2401 | |
| 2402 | .elementor-arrows-position-outside .swiper-container { |
| 2403 | width: calc(100% - 60px); } |
| 2404 | |
| 2405 | .elementor-arrows-position-outside .elementor-swiper-button-prev { |
| 2406 | left: 0; } |
| 2407 | |
| 2408 | .elementor-arrows-position-outside .elementor-swiper-button-next { |
| 2409 | right: 0; } |
| 2410 | |
| 2411 | .swiper-image-stretch .swiper-slide .swiper-slide-image { |
| 2412 | width: 100%; } |
| 2413 | |
| 2414 | .elementor-swiper-button { |
| 2415 | position: absolute; |
| 2416 | display: -webkit-inline-box; |
| 2417 | display: -ms-inline-flexbox; |
| 2418 | display: inline-flex; |
| 2419 | z-index: 1; |
| 2420 | cursor: pointer; |
| 2421 | font-size: 25px; |
| 2422 | color: rgba(238, 238, 238, 0.9); |
| 2423 | top: 50%; |
| 2424 | -webkit-transform: translateY(-50%); |
| 2425 | -ms-transform: translateY(-50%); |
| 2426 | transform: translateY(-50%); } |
| 2427 | .elementor-swiper-button svg { |
| 2428 | fill: rgba(238, 238, 238, 0.9); |
| 2429 | height: 1em; |
| 2430 | width: 1em; } |
| 2431 | .elementor-swiper-button-prev { |
| 2432 | left: 10px; } |
| 2433 | .elementor-swiper-button-next { |
| 2434 | right: 10px; } |
| 2435 | .elementor-swiper-button.swiper-button-disabled { |
| 2436 | opacity: 0.3; } |
| 2437 | |
| 2438 | .swiper-container-cube .elementor-swiper-button { |
| 2439 | -webkit-transform: translate3d(0, -50%, 1px); |
| 2440 | transform: translate3d(0, -50%, 1px); } |
| 2441 | |
| 2442 | /* Preloader */ |
| 2443 | .swiper-lazy-preloader { |
| 2444 | width: 42px; |
| 2445 | height: 42px; |
| 2446 | position: absolute; |
| 2447 | left: 50%; |
| 2448 | top: 50%; |
| 2449 | margin-left: -21px; |
| 2450 | margin-top: -21px; |
| 2451 | z-index: 10; |
| 2452 | -webkit-transform-origin: 50%; |
| 2453 | -ms-transform-origin: 50%; |
| 2454 | transform-origin: 50%; |
| 2455 | -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; |
| 2456 | animation: swiper-preloader-spin 1s steps(12, end) infinite; } |
| 2457 | .swiper-lazy-preloader:after { |
| 2458 | display: block; |
| 2459 | content: ""; |
| 2460 | width: 100%; |
| 2461 | height: 100%; |
| 2462 | -webkit-background-size: 100% 100%; |
| 2463 | background-size: 100%; |
| 2464 | 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%; } |
| 2465 | |
| 2466 | .swiper-lazy-preloader-white:after { |
| 2467 | 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"); } |
| 2468 | |
| 2469 | @-webkit-keyframes swiper-preloader-spin { |
| 2470 | 100% { |
| 2471 | -webkit-transform: rotate(360deg); |
| 2472 | transform: rotate(360deg); } } |
| 2473 | |
| 2474 | @keyframes swiper-preloader-spin { |
| 2475 | 100% { |
| 2476 | -webkit-transform: rotate(360deg); |
| 2477 | transform: rotate(360deg); } } |
| 2478 | |
| 2479 | .elementor-lightbox { |
| 2480 | --lightbox-ui-color: rgba(238, 238, 238, 0.9); |
| 2481 | --lightbox-ui-color-hover: #fff; |
| 2482 | --lightbox-text-color: var(--lightbox-ui-color); |
| 2483 | --lightbox-header-icons-size: 20px; |
| 2484 | --lightbox-navigation-icons-size: 25px; } |
| 2485 | .elementor-lightbox .dialog-header { |
| 2486 | display: none; } |
| 2487 | .elementor-lightbox .dialog-widget-content { |
| 2488 | background: none; |
| 2489 | -webkit-box-shadow: none; |
| 2490 | box-shadow: none; |
| 2491 | width: 100%; |
| 2492 | height: 100%; } |
| 2493 | .elementor-lightbox .dialog-message { |
| 2494 | -webkit-animation-duration: .3s; |
| 2495 | animation-duration: .3s; } |
| 2496 | .elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) { |
| 2497 | height: 100%; } |
| 2498 | .elementor-lightbox .dialog-message.dialog-lightbox-message { |
| 2499 | padding: 0; } |
| 2500 | .elementor-lightbox .dialog-lightbox-close-button { |
| 2501 | cursor: pointer; |
| 2502 | position: absolute; |
| 2503 | font-size: var(--lightbox-header-icons-size); |
| 2504 | right: 0.75em; |
| 2505 | margin-top: 13px; |
| 2506 | padding: .25em; |
| 2507 | z-index: 2; |
| 2508 | line-height: 1; |
| 2509 | display: -webkit-box; |
| 2510 | display: -ms-flexbox; |
| 2511 | display: flex; } |
| 2512 | .elementor-lightbox .dialog-lightbox-close-button svg { |
| 2513 | height: 1em; |
| 2514 | width: 1em; } |
| 2515 | .elementor-lightbox .dialog-lightbox-close-button, |
| 2516 | .elementor-lightbox .elementor-swiper-button { |
| 2517 | color: var(--lightbox-ui-color); |
| 2518 | -webkit-transition: all 0.3s; |
| 2519 | -o-transition: all 0.3s; |
| 2520 | transition: all 0.3s; |
| 2521 | opacity: 1; } |
| 2522 | .elementor-lightbox .dialog-lightbox-close-button svg, |
| 2523 | .elementor-lightbox .elementor-swiper-button svg { |
| 2524 | fill: var(--lightbox-ui-color); } |
| 2525 | .elementor-lightbox .dialog-lightbox-close-button:hover, |
| 2526 | .elementor-lightbox .elementor-swiper-button:hover { |
| 2527 | color: var(--lightbox-ui-color-hover); } |
| 2528 | .elementor-lightbox .dialog-lightbox-close-button:hover svg, |
| 2529 | .elementor-lightbox .elementor-swiper-button:hover svg { |
| 2530 | fill: var(--lightbox-ui-color-hover); } |
| 2531 | .elementor-lightbox .swiper-container { |
| 2532 | height: 100%; } |
| 2533 | .elementor-lightbox .elementor-lightbox-item { |
| 2534 | display: -webkit-box; |
| 2535 | display: -ms-flexbox; |
| 2536 | display: flex; |
| 2537 | -webkit-box-align: center; |
| 2538 | -ms-flex-align: center; |
| 2539 | align-items: center; |
| 2540 | -webkit-box-pack: center; |
| 2541 | -ms-flex-pack: center; |
| 2542 | justify-content: center; |
| 2543 | position: relative; |
| 2544 | padding: 70px; |
| 2545 | -webkit-box-sizing: border-box; |
| 2546 | box-sizing: border-box; |
| 2547 | height: 100%; |
| 2548 | margin: auto; } |
| 2549 | @media (max-width: 767px) { |
| 2550 | .elementor-lightbox .elementor-lightbox-item { |
| 2551 | padding: 70px 0; } } |
| 2552 | .elementor-lightbox .elementor-lightbox-image { |
| 2553 | max-height: 100%; |
| 2554 | -webkit-user-select: none; |
| 2555 | -moz-user-select: none; |
| 2556 | -ms-user-select: none; |
| 2557 | user-select: none; } |
| 2558 | .elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-lightbox-image:hover { |
| 2559 | opacity: 1; |
| 2560 | -webkit-filter: none; |
| 2561 | filter: none; |
| 2562 | border: none; } |
| 2563 | .elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container { |
| 2564 | -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), 0 0 8px -5px rgba(0, 0, 0, 0.3); |
| 2565 | box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), 0 0 8px -5px rgba(0, 0, 0, 0.3); |
| 2566 | -webkit-border-radius: 2px; |
| 2567 | border-radius: 2px; } |
| 2568 | .elementor-lightbox .elementor-video-container { |
| 2569 | position: absolute; |
| 2570 | top: 50%; |
| 2571 | left: 50%; |
| 2572 | -webkit-transform: translate(-50%, -50%); |
| 2573 | -ms-transform: translate(-50%, -50%); |
| 2574 | transform: translate(-50%, -50%); } |
| 2575 | @media (min-width: 1025px) { |
| 2576 | .elementor-lightbox .elementor-video-container { |
| 2577 | width: 75%; } } |
| 2578 | @media (max-width: 1024px) { |
| 2579 | .elementor-lightbox .elementor-video-container { |
| 2580 | width: 100%; } } |
| 2581 | @media (min-width: 768px) and (max-width: 1024px) { |
| 2582 | .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container { |
| 2583 | width: 70%; } } |
| 2584 | .elementor-lightbox .elementor-swiper-button:focus { |
| 2585 | outline-width: 1px; } |
| 2586 | .elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next { |
| 2587 | height: 100%; |
| 2588 | display: -webkit-box; |
| 2589 | display: -ms-flexbox; |
| 2590 | display: flex; |
| 2591 | -webkit-box-align: center; |
| 2592 | -ms-flex-align: center; |
| 2593 | align-items: center; |
| 2594 | width: 15%; |
| 2595 | -webkit-box-pack: center; |
| 2596 | -ms-flex-pack: center; |
| 2597 | justify-content: center; |
| 2598 | font-size: var(--lightbox-navigation-icons-size); } |
| 2599 | .elementor-lightbox .elementor-swiper-button-prev { |
| 2600 | left: 0; } |
| 2601 | .elementor-lightbox .elementor-swiper-button-next { |
| 2602 | right: 0; } |
| 2603 | @media (max-width: 767px) { |
| 2604 | .elementor-lightbox .elementor-swiper-button:focus { |
| 2605 | outline: none; } |
| 2606 | .elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next { |
| 2607 | width: 20%; } |
| 2608 | .elementor-lightbox .elementor-swiper-button-prev i, .elementor-lightbox .elementor-swiper-button-next i { |
| 2609 | padding: 10px; |
| 2610 | background-color: rgba(0, 0, 0, 0.5); } |
| 2611 | .elementor-lightbox .elementor-swiper-button-prev { |
| 2612 | left: 0; |
| 2613 | -webkit-box-pack: start; |
| 2614 | -ms-flex-pack: start; |
| 2615 | justify-content: flex-start; } |
| 2616 | .elementor-lightbox .elementor-swiper-button-next { |
| 2617 | right: 0; |
| 2618 | -webkit-box-pack: end; |
| 2619 | -ms-flex-pack: end; |
| 2620 | justify-content: flex-end; } } |
| 2621 | |
| 2622 | .elementor-slideshow__counter { |
| 2623 | color: currentColor; |
| 2624 | font-size: .75em; |
| 2625 | width: -webkit-max-content; |
| 2626 | width: -moz-max-content; |
| 2627 | width: max-content; } |
| 2628 | |
| 2629 | .elementor-slideshow__header, .elementor-slideshow__footer { |
| 2630 | position: absolute; |
| 2631 | left: 0; |
| 2632 | width: 100%; |
| 2633 | padding: 15px 20px; |
| 2634 | -webkit-transition: 0.3s; |
| 2635 | -o-transition: 0.3s; |
| 2636 | transition: 0.3s; } |
| 2637 | |
| 2638 | .elementor-slideshow__footer { |
| 2639 | color: var(--lightbox-text-color); } |
| 2640 | |
| 2641 | .elementor-slideshow__header { |
| 2642 | color: var(--lightbox-ui-color); |
| 2643 | display: -webkit-box; |
| 2644 | display: -ms-flexbox; |
| 2645 | display: flex; |
| 2646 | -webkit-box-orient: horizontal; |
| 2647 | -webkit-box-direction: reverse; |
| 2648 | -ms-flex-direction: row-reverse; |
| 2649 | flex-direction: row-reverse; |
| 2650 | font-size: var(--lightbox-header-icons-size); |
| 2651 | padding-left: 1em; |
| 2652 | padding-right: 2.6em; |
| 2653 | top: 0; |
| 2654 | -webkit-box-align: center; |
| 2655 | -ms-flex-align: center; |
| 2656 | align-items: center; |
| 2657 | z-index: 10; } |
| 2658 | .elementor-slideshow__header > i, |
| 2659 | .elementor-slideshow__header > svg { |
| 2660 | cursor: pointer; |
| 2661 | padding: .25em; |
| 2662 | margin: 0 .35em; } |
| 2663 | .elementor-slideshow__header > i { |
| 2664 | font-size: inherit; } |
| 2665 | .elementor-slideshow__header > i:hover { |
| 2666 | color: var(--lightbox-ui-color-hover); } |
| 2667 | .elementor-slideshow__header > svg { |
| 2668 | -webkit-box-sizing: content-box; |
| 2669 | box-sizing: content-box; |
| 2670 | fill: var(--lightbox-ui-color); |
| 2671 | height: 1em; |
| 2672 | width: 1em; } |
| 2673 | .elementor-slideshow__header > svg:hover { |
| 2674 | fill: var(--lightbox-ui-color-hover); } |
| 2675 | .elementor-slideshow__header .elementor-slideshow__counter { |
| 2676 | margin-right: auto; } |
| 2677 | .elementor-slideshow__header .elementor-icon-share { |
| 2678 | z-index: 5; } |
| 2679 | |
| 2680 | .elementor-slideshow__share-menu { |
| 2681 | background-color: rgba(0, 0, 0, 0); |
| 2682 | width: 0; |
| 2683 | height: 0; |
| 2684 | position: absolute; |
| 2685 | overflow: hidden; |
| 2686 | -webkit-transition: background-color 400ms; |
| 2687 | -o-transition: background-color 400ms; |
| 2688 | transition: background-color 400ms; } |
| 2689 | .elementor-slideshow__share-menu .elementor-slideshow__share-links a { |
| 2690 | color: #2C2C2C; } |
| 2691 | |
| 2692 | .elementor-slideshow__share-links { |
| 2693 | display: block; |
| 2694 | position: absolute; |
| 2695 | min-width: 200px; |
| 2696 | right: 2.8em; |
| 2697 | top: 3em; |
| 2698 | background-color: #fff; |
| 2699 | -webkit-border-radius: 3px; |
| 2700 | border-radius: 3px; |
| 2701 | padding: 14px 20px; |
| 2702 | -webkit-transform: scale(0); |
| 2703 | -ms-transform: scale(0); |
| 2704 | transform: scale(0); |
| 2705 | opacity: 0; |
| 2706 | -webkit-transform-origin: 90% 10%; |
| 2707 | -ms-transform-origin: 90% 10%; |
| 2708 | transform-origin: 90% 10%; |
| 2709 | -webkit-transition: all 250ms 100ms; |
| 2710 | -o-transition: all 250ms 100ms; |
| 2711 | transition: all 250ms 100ms; |
| 2712 | -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); |
| 2713 | box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } |
| 2714 | .elementor-slideshow__share-links a { |
| 2715 | text-align: left; |
| 2716 | color: #55595c; |
| 2717 | font-size: 12px; |
| 2718 | line-height: 2.5; |
| 2719 | display: block; |
| 2720 | opacity: 0; |
| 2721 | -webkit-transition: opacity 500ms 100ms; |
| 2722 | -o-transition: opacity 500ms 100ms; |
| 2723 | transition: opacity 500ms 100ms; } |
| 2724 | .elementor-slideshow__share-links a:hover { |
| 2725 | color: #000; } |
| 2726 | .elementor-slideshow__share-links a i, |
| 2727 | .elementor-slideshow__share-links a svg { |
| 2728 | margin-right: 0.75em; } |
| 2729 | .elementor-slideshow__share-links a i { |
| 2730 | font-size: 1.25em; } |
| 2731 | .elementor-slideshow__share-links a svg { |
| 2732 | height: 1.25em; |
| 2733 | width: 1.25em; } |
| 2734 | .elementor-slideshow__share-links:before { |
| 2735 | content: ''; |
| 2736 | display: block; |
| 2737 | position: absolute; |
| 2738 | top: 1px; |
| 2739 | right: 0.5em; |
| 2740 | border: .45em solid; |
| 2741 | border-color: transparent transparent #fff transparent; |
| 2742 | -webkit-transform: translateY(-100%) scaleX(0.7); |
| 2743 | -ms-transform: translateY(-100%) scaleX(0.7); |
| 2744 | transform: translateY(-100%) scaleX(0.7); } |
| 2745 | |
| 2746 | .elementor-slideshow__footer { |
| 2747 | bottom: 0; |
| 2748 | z-index: 5; |
| 2749 | position: fixed; } |
| 2750 | |
| 2751 | .elementor-slideshow__title, .elementor-slideshow__description { |
| 2752 | margin: 0; } |
| 2753 | |
| 2754 | .elementor-slideshow__title { |
| 2755 | font-size: 16px; |
| 2756 | font-weight: bold; } |
| 2757 | |
| 2758 | .elementor-slideshow__description { |
| 2759 | font-size: 14px; } |
| 2760 | |
| 2761 | .elementor-slideshow--ui-hidden .elementor-slideshow__header, .elementor-slideshow--ui-hidden .elementor-slideshow__footer { |
| 2762 | opacity: 0; |
| 2763 | pointer-events: none; } |
| 2764 | |
| 2765 | .elementor-slideshow--ui-hidden .elementor-swiper-button-prev, .elementor-slideshow--ui-hidden .elementor-swiper-button-next { |
| 2766 | opacity: 0; } |
| 2767 | |
| 2768 | .elementor-slideshow--fullscreen-mode .elementor-video-container { |
| 2769 | width: 100%; } |
| 2770 | |
| 2771 | .elementor-slideshow--zoom-mode .elementor-slideshow__header, .elementor-slideshow--zoom-mode .elementor-slideshow__footer { |
| 2772 | background-color: rgba(0, 0, 0, 0.5); } |
| 2773 | |
| 2774 | .elementor-slideshow--zoom-mode .elementor-swiper-button-prev, .elementor-slideshow--zoom-mode .elementor-swiper-button-next { |
| 2775 | opacity: 0; |
| 2776 | pointer-events: none; } |
| 2777 | |
| 2778 | .elementor-slideshow--share-mode .elementor-slideshow__share-menu { |
| 2779 | top: 0; |
| 2780 | left: 0; |
| 2781 | width: 100vw; |
| 2782 | height: 100vh; |
| 2783 | opacity: 1; |
| 2784 | cursor: default; |
| 2785 | background-color: rgba(0, 0, 0, 0.5); } |
| 2786 | |
| 2787 | .elementor-slideshow--share-mode .elementor-slideshow__share-links { |
| 2788 | -webkit-transform: scale(1); |
| 2789 | -ms-transform: scale(1); |
| 2790 | transform: scale(1); } |
| 2791 | .elementor-slideshow--share-mode .elementor-slideshow__share-links, .elementor-slideshow--share-mode .elementor-slideshow__share-links a { |
| 2792 | opacity: 1; } |
| 2793 | .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter { |
| 2794 | color: #1DA1F2; } |
| 2795 | .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook { |
| 2796 | color: #3b5998; } |
| 2797 | .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest { |
| 2798 | color: #bd081c; } |
| 2799 | .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold { |
| 2800 | color: #a4afb7; } |
| 2801 | .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter { |
| 2802 | fill: #1DA1F2; } |
| 2803 | .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook { |
| 2804 | fill: #3b5998; } |
| 2805 | .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest { |
| 2806 | fill: #bd081c; } |
| 2807 | .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold { |
| 2808 | fill: #a4afb7; } |
| 2809 | |
| 2810 | .elementor-slideshow--share-mode .eicon-share-arrow { |
| 2811 | z-index: 2; } |
| 2812 | |
| 2813 | .animated { |
| 2814 | -webkit-animation-duration: 1.25s; |
| 2815 | animation-duration: 1.25s; } |
| 2816 | .animated.animated-slow { |
| 2817 | -webkit-animation-duration: 2s; |
| 2818 | animation-duration: 2s; } |
| 2819 | .animated.animated-fast { |
| 2820 | -webkit-animation-duration: .75s; |
| 2821 | animation-duration: .75s; } |
| 2822 | .animated.infinite { |
| 2823 | -webkit-animation-iteration-count: infinite; |
| 2824 | animation-iteration-count: infinite; } |
| 2825 | .animated.reverse { |
| 2826 | animation-direction: reverse; |
| 2827 | -webkit-animation-fill-mode: forwards; |
| 2828 | animation-fill-mode: forwards; } |
| 2829 | |
| 2830 | @media (prefers-reduced-motion: reduce) { |
| 2831 | .animated { |
| 2832 | -webkit-animation: none; |
| 2833 | animation: none; } } |
| 2834 | |
| 2835 | .elementor-shape { |
| 2836 | overflow: hidden; |
| 2837 | position: absolute; |
| 2838 | left: 0; |
| 2839 | width: 100%; |
| 2840 | line-height: 0; |
| 2841 | direction: ltr; |
| 2842 | /* |
| 2843 | * @TODO: The `z-index: -1` rules below are temporary fixes for Chrome 85 issue. |
| 2844 | * It will be removed in a future version of Chrome. |
| 2845 | */ } |
| 2846 | .elementor-shape-top { |
| 2847 | top: -1px; } |
| 2848 | .elementor-shape-top:not([data-negative="false"]) svg { |
| 2849 | z-index: -1; } |
| 2850 | .elementor-shape-bottom { |
| 2851 | bottom: -1px; } |
| 2852 | .elementor-shape-bottom:not([data-negative="true"]) svg { |
| 2853 | z-index: -1; } |
| 2854 | .elementor-shape[data-negative="false"].elementor-shape-bottom { |
| 2855 | -webkit-transform: rotate(180deg); |
| 2856 | -ms-transform: rotate(180deg); |
| 2857 | transform: rotate(180deg); } |
| 2858 | .elementor-shape[data-negative="true"].elementor-shape-top { |
| 2859 | -webkit-transform: rotate(180deg); |
| 2860 | -ms-transform: rotate(180deg); |
| 2861 | transform: rotate(180deg); } |
| 2862 | .elementor-shape svg { |
| 2863 | display: block; |
| 2864 | width: calc(100% + 1.3px); |
| 2865 | position: relative; |
| 2866 | left: 50%; |
| 2867 | -webkit-transform: translateX(-50%); |
| 2868 | -ms-transform: translateX(-50%); |
| 2869 | transform: translateX(-50%); } |
| 2870 | .elementor-shape .elementor-shape-fill { |
| 2871 | fill: #fff; |
| 2872 | -webkit-transform-origin: center; |
| 2873 | -ms-transform-origin: center; |
| 2874 | transform-origin: center; |
| 2875 | -webkit-transform: rotateY(0deg); |
| 2876 | transform: rotateY(0deg); } |
| 2877 | |
| 2878 | #wp-admin-bar-elementor_edit_page .ab-submenu .ab-item { |
| 2879 | display: -webkit-box; |
| 2880 | display: -ms-flexbox; |
| 2881 | display: flex; |
| 2882 | width: 200px; } |
| 2883 | |
| 2884 | #wp-admin-bar-elementor_edit_page .elementor-edit-link-title { |
| 2885 | white-space: nowrap; |
| 2886 | -o-text-overflow: ellipsis; |
| 2887 | text-overflow: ellipsis; |
| 2888 | overflow: hidden; |
| 2889 | width: 100%; } |
| 2890 | |
| 2891 | #wp-admin-bar-elementor_edit_page .elementor-edit-link-type { |
| 2892 | background: #55595c; |
| 2893 | font-size: 11px; |
| 2894 | line-height: 9px; |
| 2895 | margin-top: 6px; |
| 2896 | padding: 4px 8px; |
| 2897 | -webkit-border-radius: 3px; |
| 2898 | border-radius: 3px; } |
| 2899 | |
| 2900 | .page-template-elementor_canvas.elementor-page:before { |
| 2901 | display: none; } |
| 2902 | |
| 2903 | .elementor-post__thumbnail__link { |
| 2904 | -webkit-transition: none; |
| 2905 | -o-transition: none; |
| 2906 | transition: none; } |
| 2907 | |
| 2908 | #left-area ul.elementor-icon-list-items, |
| 2909 | .elementor .elementor-element ul.elementor-icon-list-items, |
| 2910 | .elementor-edit-area .elementor-element ul.elementor-icon-list-items { |
| 2911 | padding: 0; } |
| 2912 | |
| 2913 | #wpadminbar * { |
| 2914 | font-style: normal; } |
| 2915 | |
| 2916 | .e--ua-appleWebkit.rtl { |
| 2917 | --flex-right: flex-start; } |
| 2918 | |
| 2919 | .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right, |
| 2920 | .e--ua-appleWebkit .elementor-share-buttons--align-right { |
| 2921 | --justify-content: var(--flex-right, flex-end); } |
| 2922 | |
| 2923 | .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center, |
| 2924 | .e--ua-appleWebkit .elementor-share-buttons--align-center { |
| 2925 | --justify-content: center; } |
| 2926 | |
| 2927 | .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid { |
| 2928 | width: auto; |
| 2929 | display: -webkit-box; |
| 2930 | display: -ms-flexbox; |
| 2931 | display: flex; |
| 2932 | -ms-flex-wrap: wrap; |
| 2933 | flex-wrap: wrap; |
| 2934 | -webkit-box-pack: var(--justify-content, space-between); |
| 2935 | -ms-flex-pack: var(--justify-content, space-between); |
| 2936 | justify-content: var(--justify-content, space-between); |
| 2937 | margin-left: calc(-0.5 * var(--grid-column-gap)); |
| 2938 | margin-right: calc(-0.5 * var(--grid-column-gap)); } |
| 2939 | .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item { |
| 2940 | margin-left: calc(0.5 * var(--grid-column-gap)); |
| 2941 | margin-right: calc(0.5 * var(--grid-column-gap)); } |
| 2942 | |
| 2943 | .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid { |
| 2944 | display: inline-block; } |
| 2945 | .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item { |
| 2946 | margin-left: 0; |
| 2947 | margin-right: 0; } |
| 2948 | |
| 2949 | @media (max-width: 1024px) { |
| 2950 | .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right, |
| 2951 | .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right { |
| 2952 | --justify-content: var(--flex-right, flex-end); } |
| 2953 | .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center, |
| 2954 | .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center { |
| 2955 | --justify-content: center; } |
| 2956 | .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid { |
| 2957 | width: auto; |
| 2958 | display: -webkit-box; |
| 2959 | display: -ms-flexbox; |
| 2960 | display: flex; |
| 2961 | -ms-flex-wrap: wrap; |
| 2962 | flex-wrap: wrap; |
| 2963 | -webkit-box-pack: var(--justify-content, space-between); |
| 2964 | -ms-flex-pack: var(--justify-content, space-between); |
| 2965 | justify-content: var(--justify-content, space-between); |
| 2966 | margin-left: calc(-0.5 * var(--grid-column-gap)); |
| 2967 | margin-right: calc(-0.5 * var(--grid-column-gap)); } |
| 2968 | .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item { |
| 2969 | margin-left: calc(0.5 * var(--grid-column-gap)); |
| 2970 | margin-right: calc(0.5 * var(--grid-column-gap)); } |
| 2971 | .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid { |
| 2972 | display: inline-block; } |
| 2973 | .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item { |
| 2974 | margin-left: 0; |
| 2975 | margin-right: 0; } } |
| 2976 | |
| 2977 | @media (max-width: 767px) { |
| 2978 | .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right, |
| 2979 | .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right { |
| 2980 | --justify-content: var(--flex-right, flex-end); } |
| 2981 | .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center, |
| 2982 | .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center { |
| 2983 | --justify-content: center; } |
| 2984 | .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid { |
| 2985 | width: auto; |
| 2986 | display: -webkit-box; |
| 2987 | display: -ms-flexbox; |
| 2988 | display: flex; |
| 2989 | -ms-flex-wrap: wrap; |
| 2990 | flex-wrap: wrap; |
| 2991 | -webkit-box-pack: var(--justify-content, space-between); |
| 2992 | -ms-flex-pack: var(--justify-content, space-between); |
| 2993 | justify-content: var(--justify-content, space-between); |
| 2994 | margin-left: calc(-0.5 * var(--grid-column-gap)); |
| 2995 | margin-right: calc(-0.5 * var(--grid-column-gap)); } |
| 2996 | .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item { |
| 2997 | margin-left: calc(0.5 * var(--grid-column-gap)); |
| 2998 | margin-right: calc(0.5 * var(--grid-column-gap)); } |
| 2999 | .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid { |
| 3000 | display: inline-block; } |
| 3001 | .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item { |
| 3002 | margin-left: 0; |
| 3003 | margin-right: 0; } } |
| 3004 | |
| 3005 | @media (max-width: 767px) { |
| 3006 | .elementor .elementor-hidden-mobile { |
| 3007 | display: none; } |
| 3008 | .elementor .elementor-hidden-phone { |
| 3009 | display: none; } } |
| 3010 | |
| 3011 | @media (min-width: -1px) and (max-width: -1px) { |
| 3012 | .elementor .elementor-hidden-mobile_extra { |
| 3013 | display: none; } } |
| 3014 | |
| 3015 | @media (min-width: 768px) and (max-width: 1024px) { |
| 3016 | .elementor .elementor-hidden-tablet { |
| 3017 | display: none; } } |
| 3018 | |
| 3019 | @media (min-width: -1px) and (max-width: -1px) { |
| 3020 | .elementor .elementor-hidden-tablet_extra { |
| 3021 | display: none; } } |
| 3022 | |
| 3023 | @media (min-width: -1px) and (max-width: -1px) { |
| 3024 | .elementor .elementor-hidden-laptop { |
| 3025 | display: none; } } |
| 3026 | |
| 3027 | @media (min-width: 1025px) and (max-width: 99999px) { |
| 3028 | .elementor .elementor-hidden-desktop { |
| 3029 | display: none; } } |
| 3030 | |
| 3031 | @media (min-width: -1px) { |
| 3032 | .elementor .elementor-hidden-widescreen { |
| 3033 | display: none; } } |
| 3034 | |
| 3035 | .elementor-widget-text-path { |
| 3036 | font-size: 20px; |
| 3037 | text-align: var(--alignment, left); } |
| 3038 | .elementor-widget-text-path svg { |
| 3039 | width: var(--width); |
| 3040 | max-width: 100%; |
| 3041 | height: auto; |
| 3042 | overflow: visible; |
| 3043 | word-spacing: var(--word-spacing); |
| 3044 | -webkit-transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1)); |
| 3045 | -ms-transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1)); |
| 3046 | transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1)); } |
| 3047 | .elementor-widget-text-path svg path { |
| 3048 | vector-effect: non-scaling-stroke; |
| 3049 | /* Prevent stroke size scaling when resizing the SVG. */ |
| 3050 | fill: var(--path-fill, transparent); |
| 3051 | stroke: var(--stroke-color, transparent); |
| 3052 | stroke-width: var(--stroke-width, 1px); |
| 3053 | -webkit-transition: var(--stroke-transition) stroke, var(--stroke-transition) fill; |
| 3054 | -o-transition: var(--stroke-transition) stroke, var(--stroke-transition) fill; |
| 3055 | transition: var(--stroke-transition) stroke, var(--stroke-transition) fill; } |
| 3056 | .elementor-widget-text-path svg:hover path { |
| 3057 | --path-fill: var( --path-fill-hover ); |
| 3058 | --stroke-color: var( --stroke-color-hover ); |
| 3059 | --stroke-width: var( --stroke-width-hover ); } |
| 3060 | .elementor-widget-text-path svg text { |
| 3061 | --fill: var( --text-color ); |
| 3062 | fill: var(--fill); |
| 3063 | direction: var(--direction, ltr); |
| 3064 | -webkit-transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill; |
| 3065 | -o-transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill; |
| 3066 | transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill; } |
| 3067 | .elementor-widget-text-path svg text:hover { |
| 3068 | --color: var( --text-color-hover, var( --text-color ) ); |
| 3069 | --fill: var( --color ); |
| 3070 | color: var(--color); } |
| 3071 | /*# sourceMappingURL=frontend-lite.css.map */ |