ctt-babylon 0.9.7 → 0.9.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{lib/directives/babylon-sliders → directives}/babylon-hotels-slider.directive.d.ts +1 -2
- package/esm2022/directives/babylon-hotels-slider.directive.mjs +103 -0
- package/esm2022/lib/components/core/babylon-404/babylon-404.component.mjs +5 -18
- package/esm2022/lib/components/core/babylon-404-v2/babylon-404-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.component.mjs +5 -29
- package/esm2022/lib/components/core/babylon-advantages-v2/babylon-advantages-v2.component.mjs +5 -9
- package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.mjs +5 -31
- package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.component.mjs +6 -133
- package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.mjs +5 -39
- package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.component.mjs +5 -98
- package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.component.mjs +6 -80
- package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.mjs +5 -14
- package/esm2022/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.mjs +5 -10
- package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.component.mjs +20 -134
- package/esm2022/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.mjs +37 -0
- package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.component.mjs +6 -23
- package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.component.mjs +6 -29
- package/esm2022/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.mjs +18 -0
- package/esm2022/lib/components/core/babylon-engine/babylon-engine.component.mjs +22 -237
- package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.mjs +33 -225
- package/esm2022/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.mjs +130 -0
- package/esm2022/lib/components/core/babylon-faq/babylon-faq.component.mjs +5 -38
- package/esm2022/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.mjs +5 -18
- package/esm2022/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.component.mjs +6 -28
- package/esm2022/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.mjs +6 -16
- package/esm2022/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.mjs +21 -0
- package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.mjs +5 -25
- package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.component.mjs +5 -13
- package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.mjs +5 -23
- package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.component.mjs +5 -14
- package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.component.mjs +23 -72
- package/esm2022/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.mjs +105 -0
- package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.mjs +6 -42
- package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.mjs +7 -91
- package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.component.mjs +5 -24
- package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.mjs +52 -114
- package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.component.mjs +53 -143
- package/esm2022/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.mjs +76 -0
- package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.mjs +52 -148
- package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.mjs +52 -92
- package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.mjs +5 -12
- package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.mjs +6 -19
- package/esm2022/lib/components/core/babylon-img-banner/babylon-img-banner.component.mjs +13 -0
- package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.component.mjs +5 -19
- package/esm2022/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.mjs +61 -0
- package/esm2022/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.component.mjs +7 -31
- package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.component.mjs +5 -95
- package/esm2022/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.component.mjs +5 -62
- package/esm2022/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.mjs +5 -7
- package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.mjs +5 -31
- package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.mjs +5 -19
- package/esm2022/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.mjs +18 -0
- package/esm2022/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.mjs +13 -0
- package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.component.mjs +5 -30
- package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.mjs +5 -38
- package/esm2022/lib/components/core/babylon-info3img/babylon-info3img.component.mjs +5 -19
- package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.component.mjs +5 -23
- package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.component.mjs +5 -21
- package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.component.mjs +7 -13
- package/esm2022/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.mjs +28 -0
- package/esm2022/lib/components/core/babylon-legal/babylon-legal.component.mjs +5 -19
- package/esm2022/lib/components/core/babylon-lis-c4-txt-img-pdf/babylon-lis-c4-txt-img-pdf.component.mjs +56 -0
- package/esm2022/lib/components/core/babylon-lis-c5-txt-img-svg/babylon-lis-c5-txt-img-svg.component.mjs +55 -0
- package/esm2022/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.mjs +5 -12
- package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.component.mjs +5 -15
- package/esm2022/lib/components/core/babylon-list-img/babylon-list-img.component.mjs +71 -0
- package/esm2022/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.mjs +65 -0
- package/esm2022/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.mjs +19 -0
- package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.component.mjs +9 -52
- package/esm2022/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.mjs +19 -0
- package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.mjs +5 -37
- package/esm2022/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.mjs +11 -34
- package/esm2022/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.mjs +19 -0
- package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.mjs +5 -20
- package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.component.mjs +5 -47
- package/esm2022/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.mjs +5 -20
- package/esm2022/lib/components/core/babylon-preload/babylon-preload.component.mjs +4 -28
- package/esm2022/lib/components/core/babylon-reviews/babylon-reviews.component.mjs +169 -0
- package/esm2022/lib/components/core/babylon-room-details/babylon-room-details.component.mjs +5 -19
- package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.mjs +5 -158
- package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.mjs +6 -19
- package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.mjs +6 -32
- package/esm2022/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.mjs +5 -25
- package/esm2022/lib/components/core/babylon-services-slider/babylon-services-slider.component.mjs +5 -17
- package/esm2022/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.mjs +12 -0
- package/esm2022/lib/components/core/babylon-slider-box/babylon-slider-box.component.mjs +12 -0
- package/esm2022/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.mjs +5 -12
- package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +5 -12
- package/esm2022/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.mjs +4 -17
- package/esm2022/lib/components/core/babylon-slider2col/babylon-slider2col.component.mjs +5 -28
- package/esm2022/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.mjs +13 -0
- package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.component.mjs +5 -15
- package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.mjs +11 -0
- package/esm2022/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.mjs +12 -0
- package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.component.mjs +5 -14
- package/esm2022/lib/components/core/babylon-slider4col/babylon-slider4col.component.mjs +5 -37
- package/esm2022/lib/components/core/babylon-social-bar/babylon-social-bar.component.mjs +5 -14
- package/esm2022/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.component.mjs +6 -104
- package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.mjs +8 -48
- package/esm2022/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.mjs +67 -0
- package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.mjs +5 -35
- package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.component.mjs +5 -18
- package/esm2022/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.mjs +5 -5
- package/esm2022/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.component.mjs +5 -187
- package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.mjs +6 -33
- package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.mjs +5 -22
- package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.mjs +5 -194
- package/esm2022/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.mjs +5 -7
- package/esm2022/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.mjs +82 -0
- package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.component.mjs +5 -23
- package/esm2022/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.mjs +11 -0
- package/esm2022/lib/directives/images/swap-on-reload.directive.mjs +83 -0
- package/esm2022/lib/directives/scroll/scroll-to.directive.mjs +183 -0
- package/esm2022/lib/directives/scroll/show-only-top.directive.mjs +103 -0
- package/esm2022/lib/directives/sliders/slick-init.directive.mjs +11 -20
- package/esm2022/lib/directives/utils/sticky-avoid-footer.directive.mjs +3 -9
- package/esm2022/lib/services/index.mjs +1 -3
- package/esm2022/lib/services/screen-sizer/screen-sizer.service.mjs +35 -46
- package/esm2022/public-api.mjs +116 -11
- package/fesm2022/ctt-babylon.mjs +2788 -10486
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/core/babylon-404/babylon-404.component.d.ts +1 -8
- package/lib/components/core/babylon-404-v2/babylon-404-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-advantages/babylon-advantages.component.d.ts +1 -14
- package/lib/components/core/babylon-advantages-v2/babylon-advantages-v2.component.d.ts +1 -5
- package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.d.ts +1 -11
- package/lib/components/core/babylon-banner-info/babylon-banner-info.component.d.ts +2 -25
- package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.d.ts +1 -16
- package/lib/components/core/babylon-blog-details/babylon-blog-details.component.d.ts +1 -39
- package/lib/components/core/babylon-blog-list/babylon-blog-list.component.d.ts +2 -47
- package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.d.ts +1 -4
- package/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.d.ts +1 -12
- package/lib/components/core/babylon-contact-form/babylon-contact-form.component.d.ts +6 -35
- package/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.d.ts +10 -0
- package/lib/components/core/babylon-contact-how/babylon-contact-how.component.d.ts +2 -14
- package/lib/components/core/babylon-contact-map/babylon-contact-map.component.d.ts +2 -16
- package/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.d.ts +6 -0
- package/lib/components/core/babylon-engine/babylon-engine.component.d.ts +11 -71
- package/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.d.ts +16 -60
- package/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.d.ts +44 -0
- package/lib/components/core/babylon-faq/babylon-faq.component.d.ts +1 -12
- package/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.d.ts +1 -10
- package/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.d.ts +5 -0
- package/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.d.ts +5 -0
- package/lib/components/core/babylon-features-slider/babylon-features-slider.component.d.ts +2 -18
- package/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.d.ts +3 -8
- package/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.d.ts +10 -0
- package/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.d.ts +1 -24
- package/lib/components/core/babylon-footer-links/babylon-footer-links.component.d.ts +1 -5
- package/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.d.ts +1 -11
- package/lib/components/core/babylon-footer-social/babylon-footer-social.component.d.ts +1 -5
- package/lib/components/core/babylon-gallery/babylon-gallery.component.d.ts +8 -34
- package/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.d.ts +22 -0
- package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.d.ts +2 -19
- package/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.d.ts +7 -24
- package/lib/components/core/babylon-head-intro/babylon-head-intro.component.d.ts +1 -9
- package/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.d.ts +7 -35
- package/lib/components/core/babylon-header-clear/babylon-header-clear.component.d.ts +9 -34
- package/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.d.ts +16 -0
- package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.d.ts +8 -33
- package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.d.ts +8 -29
- package/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.d.ts +1 -5
- package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.d.ts +1 -5
- package/lib/components/core/babylon-img-banner/babylon-img-banner.component.d.ts +5 -0
- package/lib/components/core/babylon-info-big/babylon-info-big.component.d.ts +1 -9
- package/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.d.ts +12 -0
- package/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.d.ts +5 -0
- package/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.d.ts +5 -0
- package/lib/components/core/babylon-info-grid/babylon-info-grid.component.d.ts +3 -22
- package/lib/components/core/babylon-info-img/babylon-info-img.component.d.ts +2 -40
- package/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-info-intro/babylon-info-intro.component.d.ts +1 -26
- package/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.d.ts +1 -3
- package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.d.ts +1 -29
- package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.d.ts +1 -16
- package/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.d.ts +6 -0
- package/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.d.ts +5 -0
- package/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.d.ts +5 -0
- package/lib/components/core/babylon-info2img/babylon-info2img.component.d.ts +1 -14
- package/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.d.ts +1 -16
- package/lib/components/core/babylon-info3img/babylon-info3img.component.d.ts +1 -9
- package/lib/components/core/babylon-info4img/babylon-info4img.component.d.ts +1 -11
- package/lib/components/core/babylon-items-grid/babylon-items-grid.component.d.ts +1 -14
- package/lib/components/core/babylon-language-modal/babylon-language-modal.component.d.ts +5 -12
- package/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.d.ts +12 -0
- package/lib/components/core/babylon-legal/babylon-legal.component.d.ts +1 -9
- package/lib/components/core/babylon-lis-c4-txt-img-pdf/babylon-lis-c4-txt-img-pdf.component.d.ts +24 -0
- package/lib/components/core/babylon-lis-c5-txt-img-svg/babylon-lis-c5-txt-img-svg.component.d.ts +24 -0
- package/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.d.ts +5 -0
- package/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.d.ts +1 -5
- package/lib/components/core/babylon-list-grid/babylon-list-grid.component.d.ts +1 -17
- package/lib/components/core/babylon-list-img/babylon-list-img.component.d.ts +26 -0
- package/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.d.ts +5 -0
- package/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.d.ts +10 -0
- package/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.d.ts +7 -0
- package/lib/components/core/babylon-newsletter/babylon-newsletter.component.d.ts +3 -19
- package/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.d.ts +7 -0
- package/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.d.ts +1 -16
- package/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.d.ts +5 -18
- package/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.d.ts +7 -0
- package/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.d.ts +1 -6
- package/lib/components/core/babylon-offers-list/babylon-offers-list.component.d.ts +2 -33
- package/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.d.ts +1 -5
- package/lib/components/core/babylon-preload/babylon-preload.component.d.ts +1 -5
- package/lib/components/core/babylon-reviews/babylon-reviews.component.d.ts +28 -0
- package/lib/components/core/babylon-room-details/babylon-room-details.component.d.ts +1 -13
- package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.d.ts +1 -39
- package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.d.ts +1 -10
- package/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.d.ts +1 -27
- package/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.d.ts +1 -6
- package/lib/components/core/babylon-services-slider/babylon-services-slider.component.d.ts +1 -7
- package/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.d.ts +5 -0
- package/lib/components/core/babylon-slider-box/babylon-slider-box.component.d.ts +5 -0
- package/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.d.ts +1 -6
- package/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.d.ts +1 -6
- package/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.d.ts +1 -8
- package/lib/components/core/babylon-slider2col/babylon-slider2col.component.d.ts +1 -22
- package/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-slider2items/babylon-slider2items.component.d.ts +1 -5
- package/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.d.ts +5 -0
- package/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-slider3items/babylon-slider3items.component.d.ts +1 -15
- package/lib/components/core/babylon-slider4col/babylon-slider4col.component.d.ts +1 -15
- package/lib/components/core/babylon-social-bar/babylon-social-bar.component.d.ts +1 -5
- package/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-static-footer/babylon-static-footer.component.d.ts +2 -55
- package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.d.ts +3 -24
- package/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.d.ts +12 -0
- package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.d.ts +2 -13
- package/lib/components/core/babylon-thanks/babylon-thanks.component.d.ts +1 -7
- package/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.d.ts +5 -0
- package/lib/components/core/babylon-top-slider/babylon-top-slider.component.d.ts +2 -37
- package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.d.ts +2 -12
- package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.d.ts +1 -10
- package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.d.ts +2 -34
- package/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.d.ts +1 -3
- package/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.d.ts +12 -0
- package/lib/components/core/babylon-webmap/babylon-webmap.component.d.ts +1 -11
- package/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.d.ts +5 -0
- package/lib/directives/images/swap-on-reload.directive.d.ts +22 -0
- package/lib/directives/{scrolls → scroll}/scroll-to.directive.d.ts +1 -1
- package/lib/directives/{scrolls → scroll}/show-only-top.directive.d.ts +2 -3
- package/lib/directives/utils/sticky-avoid-footer.directive.d.ts +1 -2
- package/lib/services/index.d.ts +0 -2
- package/lib/services/screen-sizer/screen-sizer.service.d.ts +0 -2
- package/lib/styles/styles-babylon.scss +7 -48
- package/package.json +4 -11
- package/public-api.d.ts +113 -6
- package/esm2022/lib/Enum/buttons-type.enum.mjs +0 -6
- package/esm2022/lib/Enum/index.mjs +0 -3
- package/esm2022/lib/Enum/logo-type.enum.mjs +0 -10
- package/esm2022/lib/Enum/services.enum.mjs +0 -8
- package/esm2022/lib/Enum/views.enum.mjs +0 -5
- package/esm2022/lib/components/core/babylon-404/babylon-404.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-404/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.component.mjs +0 -30
- package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-action-banner/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-advantages/babylon-advantages-info.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-advantages/index.mjs +0 -4
- package/esm2022/lib/components/core/babylon-advantages-v2/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-av-c4-img-text/babylon-av-c4-img-text.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-av-c4-img-text/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-banner-gallery/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-banner-info/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-banner-newsletter/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-blog-details/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-blog-list/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-breadcrumb/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-color-picker/babylon-color-picker.component.mjs +0 -267
- package/esm2022/lib/components/core/babylon-color-picker/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-comingsoon/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.component.mjs +0 -19
- package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-contact-address/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-contact-form/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-contact-how/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-contact-map/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-engine/babylon-engine.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-engine/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-engine-modal/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.component.mjs +0 -80
- package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-external-script/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-faq/babylon-faq.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-faq/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-faq-v2/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-features-slider/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-filter-modal/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.mjs +0 -121
- package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-floating-buttons/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-footer-contact/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-footer-links/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-footer-logos/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.interface.mjs +0 -3
- package/esm2022/lib/components/core/babylon-footer-social/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-gallery/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.component.mjs +0 -38
- package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-global-modal/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-grid-gallery/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-guests-popup/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-head-intro/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-header-book-show/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-header-clear/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-header-menu-center/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.mjs +0 -122
- package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-header-menu-logo-center/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-header-menu-show/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.mjs +0 -156
- package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-header-mobile/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotel.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-hotels-list/index.mjs +0 -4
- package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-hotels-slider/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-big/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.interface.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-grid/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-img/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.mjs +0 -56
- package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-img-slider/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-intro/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-show-img/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-zig-zag/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.mjs +0 -92
- package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-zig-zag-counter/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-zigzag-v2/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.mjs +0 -36
- package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info2col-img/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info2img/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info2img-big/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info3img/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info4img/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-items-grid/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-language-modal/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-legal/babylon-legal.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-legal/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-list-c3-img-txt/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.interface.mjs +0 -3
- package/esm2022/lib/components/core/babylon-list-grid/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.mjs +0 -139
- package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.mjs +0 -35
- package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-modal-multiple-motors/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.mjs +0 -39
- package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-modal-popup/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.interface.mjs +0 -3
- package/esm2022/lib/components/core/babylon-newsletter/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-offer-detail/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-offer-popup/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.mjs +0 -49
- package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-offer-popupV2/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-offer-slider/index.mjs +0 -4
- package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-offers-list/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-offers-slider/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-preload/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.component.mjs +0 -27
- package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-press-list/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-room-details/babylon-room-detail.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-room-details/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-rooms-cols/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-rooms-grid/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-rooms-list/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-room.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-rooms-slider/index.mjs +0 -5
- package/esm2022/lib/components/core/babylon-services-slider/babylon-service-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-services-slider/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-sli-c1-img-text/babylon-sli-c1-img-text.component.mjs +0 -12
- package/esm2022/lib/components/core/babylon-sli-c1-img-text/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-slider-img-static/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-slider-img-static-v2/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-slider-img-video/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-slider2col/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-slider2items/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3col.component.mjs +0 -53
- package/esm2022/lib/components/core/babylon-slider3col/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-slider3col-clear/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-slider3items/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-slider4col/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-social-bar/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-static-footer/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-static-footer-v2/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-submenu-hotel/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-thanks/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-top-simple-banner/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider/index.mjs +0 -4
- package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider-thumbs/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider-v2/index.mjs +0 -4
- package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider-video/index.mjs +0 -4
- package/esm2022/lib/components/core/babylon-top-slider-video-v2/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-webmap/index.mjs +0 -3
- package/esm2022/lib/components/core/index.mjs +0 -100
- package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.mjs +0 -124
- package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.mjs +0 -2
- package/esm2022/lib/components/shared/babylon-dynamic-heading/index.mjs +0 -3
- package/esm2022/lib/components/shared/babylon-search/babylon-search.component.mjs +0 -82
- package/esm2022/lib/components/shared/babylon-search/index.mjs +0 -2
- package/esm2022/lib/components/shared/index.mjs +0 -2
- package/esm2022/lib/directives/babylon-background-strip/babylon-background-strip.directive.mjs +0 -71
- package/esm2022/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.mjs +0 -52
- package/esm2022/lib/directives/babylon-galleries/babylon-light-gallery.directive.mjs +0 -107
- package/esm2022/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.mjs +0 -60
- package/esm2022/lib/directives/babylon-pagination/babylon-pagination.directive.mjs +0 -127
- package/esm2022/lib/directives/babylon-sliders/babylon-custom-slider.directive.mjs +0 -62
- package/esm2022/lib/directives/babylon-sliders/babylon-hotels-slider.directive.mjs +0 -107
- package/esm2022/lib/directives/babylon-sliders/babylon-sliders.directive.mjs +0 -438
- package/esm2022/lib/directives/babylon-sliders/babylon-swiper-slider.directive.mjs +0 -107
- package/esm2022/lib/directives/data-background/data-background.directive.mjs +0 -32
- package/esm2022/lib/directives/link-type/link-type.directive.mjs +0 -287
- package/esm2022/lib/directives/scrolls/scroll-to.directive.mjs +0 -195
- package/esm2022/lib/directives/scrolls/scroll-up.directive.mjs +0 -27
- package/esm2022/lib/directives/scrolls/show-only-top.directive.mjs +0 -110
- package/esm2022/lib/interfaces/babylon-advantages-item.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-button.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-consult-type.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-dropdown.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-equipments-item.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-global-icon.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-global.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-image.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-input.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-item.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-menu-button.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-menu-info.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-multimedia.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-page-config.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-site-config.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-tags.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-text-info.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-texts-colors.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-texts.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-video.interface.mjs +0 -2
- package/esm2022/lib/interfaces/index.mjs +0 -15
- package/esm2022/lib/pipes/babylon-clean-phone.pipe.mjs +0 -14
- package/esm2022/lib/pipes/babylon-currency.pipe.mjs +0 -29
- package/esm2022/lib/services/color-panel.service.mjs +0 -316
- package/esm2022/lib/services/mapper/index.mjs +0 -3
- package/esm2022/lib/services/mapper/mapper.service.mjs +0 -2664
- package/esm2022/lib/services/mapper/mapper.service.token.mjs +0 -3
- package/esm2022/lib/services/modals-service/index.mjs +0 -2
- package/esm2022/lib/services/modals-service/modals.service.mjs +0 -77
- package/esm2022/lib/utils/complex-links.token.mjs +0 -6
- package/esm2022/lib/utils/index.mjs +0 -2
- package/esm2022/lib/utils/utils.mjs +0 -153
- package/lib/Enum/buttons-type.enum.d.ts +0 -4
- package/lib/Enum/index.d.ts +0 -2
- package/lib/Enum/logo-type.enum.d.ts +0 -8
- package/lib/Enum/services.enum.d.ts +0 -6
- package/lib/Enum/views.enum.d.ts +0 -3
- package/lib/components/core/babylon-404/babylon-404.interface.d.ts +0 -9
- package/lib/components/core/babylon-404/index.d.ts +0 -2
- package/lib/components/core/babylon-action-banner/babylon-action-banner.component.d.ts +0 -14
- package/lib/components/core/babylon-action-banner/babylon-action-banner.interface.d.ts +0 -9
- package/lib/components/core/babylon-action-banner/index.d.ts +0 -2
- package/lib/components/core/babylon-advantages/babylon-advantages-info.interface.d.ts +0 -5
- package/lib/components/core/babylon-advantages/babylon-advantages.interface.d.ts +0 -13
- package/lib/components/core/babylon-advantages/index.d.ts +0 -3
- package/lib/components/core/babylon-advantages-v2/index.d.ts +0 -1
- package/lib/components/core/babylon-av-c4-img-text/babylon-av-c4-img-text.component.d.ts +0 -5
- package/lib/components/core/babylon-av-c4-img-text/index.d.ts +0 -1
- package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.d.ts +0 -9
- package/lib/components/core/babylon-banner-gallery/index.d.ts +0 -2
- package/lib/components/core/babylon-banner-info/babylon-banner-info.interface.d.ts +0 -10
- package/lib/components/core/babylon-banner-info/index.d.ts +0 -2
- package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.d.ts +0 -9
- package/lib/components/core/babylon-banner-newsletter/index.d.ts +0 -2
- package/lib/components/core/babylon-blog-details/babylon-blog-details.interface.d.ts +0 -24
- package/lib/components/core/babylon-blog-details/index.d.ts +0 -2
- package/lib/components/core/babylon-blog-list/babylon-blog-list.interface.d.ts +0 -18
- package/lib/components/core/babylon-blog-list/index.d.ts +0 -2
- package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.d.ts +0 -4
- package/lib/components/core/babylon-breadcrumb/index.d.ts +0 -2
- package/lib/components/core/babylon-color-picker/babylon-color-picker.component.d.ts +0 -57
- package/lib/components/core/babylon-color-picker/index.d.ts +0 -1
- package/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.d.ts +0 -11
- package/lib/components/core/babylon-comingsoon/index.d.ts +0 -2
- package/lib/components/core/babylon-contact-address/babylon-contact-address.component.d.ts +0 -22
- package/lib/components/core/babylon-contact-address/babylon-contact-address.interface.d.ts +0 -4
- package/lib/components/core/babylon-contact-address/index.d.ts +0 -2
- package/lib/components/core/babylon-contact-form/babylon-contact-form.interface.d.ts +0 -15
- package/lib/components/core/babylon-contact-form/index.d.ts +0 -2
- package/lib/components/core/babylon-contact-how/babylon-contact-how.interface.d.ts +0 -6
- package/lib/components/core/babylon-contact-how/index.d.ts +0 -2
- package/lib/components/core/babylon-contact-map/babylon-contact-map.interface.d.ts +0 -8
- package/lib/components/core/babylon-contact-map/index.d.ts +0 -2
- package/lib/components/core/babylon-engine/babylon-engine.interface.d.ts +0 -24
- package/lib/components/core/babylon-engine/index.d.ts +0 -2
- package/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.d.ts +0 -22
- package/lib/components/core/babylon-engine-modal/index.d.ts +0 -2
- package/lib/components/core/babylon-external-script/babylon-external-script.component.d.ts +0 -21
- package/lib/components/core/babylon-external-script/babylon-external-script.interface.d.ts +0 -5
- package/lib/components/core/babylon-external-script/index.d.ts +0 -2
- package/lib/components/core/babylon-faq/babylon-faq.interface.d.ts +0 -8
- package/lib/components/core/babylon-faq/index.d.ts +0 -2
- package/lib/components/core/babylon-faq-v2/index.d.ts +0 -1
- package/lib/components/core/babylon-features-slider/babylon-features-slider.interface.d.ts +0 -8
- package/lib/components/core/babylon-features-slider/index.d.ts +0 -2
- package/lib/components/core/babylon-filter-modal/index.d.ts +0 -1
- package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.d.ts +0 -39
- package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.d.ts +0 -8
- package/lib/components/core/babylon-floating-buttons/index.d.ts +0 -2
- package/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.d.ts +0 -14
- package/lib/components/core/babylon-footer-contact/index.d.ts +0 -2
- package/lib/components/core/babylon-footer-links/babylon-footer-links.interface.d.ts +0 -6
- package/lib/components/core/babylon-footer-links/index.d.ts +0 -2
- package/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.d.ts +0 -7
- package/lib/components/core/babylon-footer-logos/index.d.ts +0 -2
- package/lib/components/core/babylon-footer-social/babylon-footer-social.interface.d.ts +0 -6
- package/lib/components/core/babylon-footer-social/index.d.ts +0 -2
- package/lib/components/core/babylon-gallery/babylon-gallery.interface.d.ts +0 -12
- package/lib/components/core/babylon-gallery/index.d.ts +0 -2
- package/lib/components/core/babylon-global-modal/babylon-global-modal.component.d.ts +0 -31
- package/lib/components/core/babylon-global-modal/babylon-global-modal.interface.d.ts +0 -8
- package/lib/components/core/babylon-global-modal/index.d.ts +0 -2
- package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.d.ts +0 -8
- package/lib/components/core/babylon-grid-gallery/index.d.ts +0 -2
- package/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.d.ts +0 -11
- package/lib/components/core/babylon-guests-popup/index.d.ts +0 -2
- package/lib/components/core/babylon-head-intro/babylon-head-intro.interface.d.ts +0 -10
- package/lib/components/core/babylon-head-intro/index.d.ts +0 -2
- package/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.d.ts +0 -20
- package/lib/components/core/babylon-header-book-show/index.d.ts +0 -2
- package/lib/components/core/babylon-header-clear/babylon-header-clear.interface.d.ts +0 -22
- package/lib/components/core/babylon-header-clear/index.d.ts +0 -2
- package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.d.ts +0 -19
- package/lib/components/core/babylon-header-menu-center/index.d.ts +0 -2
- package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.d.ts +0 -40
- package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.d.ts +0 -23
- package/lib/components/core/babylon-header-menu-logo-center/index.d.ts +0 -2
- package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.d.ts +0 -18
- package/lib/components/core/babylon-header-menu-show/index.d.ts +0 -2
- package/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.d.ts +0 -53
- package/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.d.ts +0 -26
- package/lib/components/core/babylon-header-mobile/index.d.ts +0 -2
- package/lib/components/core/babylon-hotels-list/babylon-hotel.interface.d.ts +0 -18
- package/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.d.ts +0 -6
- package/lib/components/core/babylon-hotels-list/index.d.ts +0 -3
- package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.d.ts +0 -6
- package/lib/components/core/babylon-hotels-slider/index.d.ts +0 -2
- package/lib/components/core/babylon-info-big/babylon-info-big.interface.d.ts +0 -10
- package/lib/components/core/babylon-info-big/index.d.ts +0 -2
- package/lib/components/core/babylon-info-grid/babylon-info-grid.interface.d.ts +0 -9
- package/lib/components/core/babylon-info-grid/index.d.ts +0 -2
- package/lib/components/core/babylon-info-img/babylon-info-img.interface.d.ts +0 -27
- package/lib/components/core/babylon-info-img/index.d.ts +0 -2
- package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.d.ts +0 -33
- package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.d.ts +0 -11
- package/lib/components/core/babylon-info-img-slider/index.d.ts +0 -2
- package/lib/components/core/babylon-info-intro/babylon-info-intro.interface.d.ts +0 -19
- package/lib/components/core/babylon-info-intro/index.d.ts +0 -2
- package/lib/components/core/babylon-info-show-img/index.d.ts +0 -1
- package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.d.ts +0 -12
- package/lib/components/core/babylon-info-zig-zag/index.d.ts +0 -2
- package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.d.ts +0 -47
- package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.d.ts +0 -14
- package/lib/components/core/babylon-info-zig-zag-counter/index.d.ts +0 -2
- package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.d.ts +0 -5
- package/lib/components/core/babylon-info-zigzag-v2/index.d.ts +0 -2
- package/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.d.ts +0 -21
- package/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.d.ts +0 -12
- package/lib/components/core/babylon-info2col-img/index.d.ts +0 -2
- package/lib/components/core/babylon-info2img/babylon-info2img.interface.d.ts +0 -11
- package/lib/components/core/babylon-info2img/index.d.ts +0 -2
- package/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.d.ts +0 -14
- package/lib/components/core/babylon-info2img-big/index.d.ts +0 -2
- package/lib/components/core/babylon-info3img/index.d.ts +0 -1
- package/lib/components/core/babylon-info4img/babylon-info4img.interface.d.ts +0 -12
- package/lib/components/core/babylon-info4img/index.d.ts +0 -2
- package/lib/components/core/babylon-items-grid/babylon-items-grid.interface.d.ts +0 -8
- package/lib/components/core/babylon-items-grid/index.d.ts +0 -2
- package/lib/components/core/babylon-language-modal/babylon-language-modal.interface.d.ts +0 -7
- package/lib/components/core/babylon-language-modal/index.d.ts +0 -2
- package/lib/components/core/babylon-legal/babylon-legal.interface.d.ts +0 -7
- package/lib/components/core/babylon-legal/index.d.ts +0 -2
- package/lib/components/core/babylon-list-c3-img-txt/index.d.ts +0 -1
- package/lib/components/core/babylon-list-grid/babylon-list-grid.interface.d.ts +0 -8
- package/lib/components/core/babylon-list-grid/index.d.ts +0 -2
- package/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.d.ts +0 -45
- package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.d.ts +0 -16
- package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.d.ts +0 -8
- package/lib/components/core/babylon-modal-multiple-motors/index.d.ts +0 -2
- package/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.d.ts +0 -25
- package/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.d.ts +0 -9
- package/lib/components/core/babylon-modal-popup/index.d.ts +0 -2
- package/lib/components/core/babylon-newsletter/babylon-newsletter.interface.d.ts +0 -9
- package/lib/components/core/babylon-newsletter/index.d.ts +0 -2
- package/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.d.ts +0 -17
- package/lib/components/core/babylon-offer-detail/index.d.ts +0 -2
- package/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.d.ts +0 -7
- package/lib/components/core/babylon-offer-popup/index.d.ts +0 -2
- package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.d.ts +0 -21
- package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.d.ts +0 -9
- package/lib/components/core/babylon-offer-popupV2/index.d.ts +0 -2
- package/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.d.ts +0 -7
- package/lib/components/core/babylon-offer-slider/babylon-offer.interface.d.ts +0 -18
- package/lib/components/core/babylon-offer-slider/index.d.ts +0 -3
- package/lib/components/core/babylon-offers-list/babylon-offers-list.interface.d.ts +0 -14
- package/lib/components/core/babylon-offers-list/index.d.ts +0 -2
- package/lib/components/core/babylon-offers-slider/index.d.ts +0 -1
- package/lib/components/core/babylon-preload/index.d.ts +0 -1
- package/lib/components/core/babylon-press-list/babylon-press-list.component.d.ts +0 -17
- package/lib/components/core/babylon-press-list/babylon-press-list.interface.d.ts +0 -8
- package/lib/components/core/babylon-press-list/index.d.ts +0 -2
- package/lib/components/core/babylon-room-details/babylon-room-detail.interface.d.ts +0 -20
- package/lib/components/core/babylon-room-details/index.d.ts +0 -2
- package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.d.ts +0 -10
- package/lib/components/core/babylon-rooms-cols/index.d.ts +0 -2
- package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.d.ts +0 -8
- package/lib/components/core/babylon-rooms-grid/index.d.ts +0 -2
- package/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.d.ts +0 -6
- package/lib/components/core/babylon-rooms-list/index.d.ts +0 -2
- package/lib/components/core/babylon-rooms-slider/babylon-room.interface.d.ts +0 -15
- package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.d.ts +0 -6
- package/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.d.ts +0 -8
- package/lib/components/core/babylon-rooms-slider/index.d.ts +0 -4
- package/lib/components/core/babylon-services-slider/babylon-service-slider.interface.d.ts +0 -6
- package/lib/components/core/babylon-services-slider/index.d.ts +0 -2
- package/lib/components/core/babylon-sli-c1-img-text/babylon-sli-c1-img-text.component.d.ts +0 -5
- package/lib/components/core/babylon-sli-c1-img-text/index.d.ts +0 -1
- package/lib/components/core/babylon-slider-img-static/index.d.ts +0 -1
- package/lib/components/core/babylon-slider-img-static-v2/index.d.ts +0 -1
- package/lib/components/core/babylon-slider-img-video/index.d.ts +0 -1
- package/lib/components/core/babylon-slider2col/index.d.ts +0 -1
- package/lib/components/core/babylon-slider2items/babylon-slider2items.interface.d.ts +0 -6
- package/lib/components/core/babylon-slider2items/index.d.ts +0 -2
- package/lib/components/core/babylon-slider3col/babylon-slider3col.component.d.ts +0 -20
- package/lib/components/core/babylon-slider3col/index.d.ts +0 -1
- package/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.d.ts +0 -5
- package/lib/components/core/babylon-slider3col-clear/index.d.ts +0 -1
- package/lib/components/core/babylon-slider3items/babylon-slider3items.interface.d.ts +0 -6
- package/lib/components/core/babylon-slider3items/index.d.ts +0 -2
- package/lib/components/core/babylon-slider4col/index.d.ts +0 -1
- package/lib/components/core/babylon-social-bar/index.d.ts +0 -1
- package/lib/components/core/babylon-static-footer/babylon-static-footer.interface.d.ts +0 -29
- package/lib/components/core/babylon-static-footer/index.d.ts +0 -2
- package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.d.ts +0 -18
- package/lib/components/core/babylon-static-footer-v2/index.d.ts +0 -2
- package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.d.ts +0 -5
- package/lib/components/core/babylon-submenu-hotel/index.d.ts +0 -2
- package/lib/components/core/babylon-thanks/babylon-thanks.interface.d.ts +0 -7
- package/lib/components/core/babylon-thanks/index.d.ts +0 -2
- package/lib/components/core/babylon-top-simple-banner/index.d.ts +0 -1
- package/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.d.ts +0 -9
- package/lib/components/core/babylon-top-slider/babylon-top-slider.interface.d.ts +0 -12
- package/lib/components/core/babylon-top-slider/index.d.ts +0 -3
- package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.d.ts +0 -8
- package/lib/components/core/babylon-top-slider-thumbs/index.d.ts +0 -2
- package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.d.ts +0 -7
- package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.d.ts +0 -8
- package/lib/components/core/babylon-top-slider-v2/index.d.ts +0 -3
- package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.d.ts +0 -9
- package/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.d.ts +0 -5
- package/lib/components/core/babylon-top-slider-video/index.d.ts +0 -3
- package/lib/components/core/babylon-top-slider-video-v2/index.d.ts +0 -1
- package/lib/components/core/babylon-webmap/babylon-webmap.interface.d.ts +0 -9
- package/lib/components/core/babylon-webmap/index.d.ts +0 -2
- package/lib/components/core/index.d.ts +0 -99
- package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.d.ts +0 -31
- package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.d.ts +0 -5
- package/lib/components/shared/babylon-dynamic-heading/index.d.ts +0 -2
- package/lib/components/shared/babylon-search/babylon-search.component.d.ts +0 -30
- package/lib/components/shared/babylon-search/index.d.ts +0 -1
- package/lib/components/shared/index.d.ts +0 -1
- package/lib/directives/babylon-background-strip/babylon-background-strip.directive.d.ts +0 -17
- package/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.d.ts +0 -12
- package/lib/directives/babylon-galleries/babylon-light-gallery.directive.d.ts +0 -18
- package/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.d.ts +0 -15
- package/lib/directives/babylon-pagination/babylon-pagination.directive.d.ts +0 -39
- package/lib/directives/babylon-sliders/babylon-custom-slider.directive.d.ts +0 -13
- package/lib/directives/babylon-sliders/babylon-sliders.directive.d.ts +0 -36
- package/lib/directives/babylon-sliders/babylon-swiper-slider.directive.d.ts +0 -14
- package/lib/directives/data-background/data-background.directive.d.ts +0 -11
- package/lib/directives/link-type/link-type.directive.d.ts +0 -40
- package/lib/directives/scrolls/scroll-up.directive.d.ts +0 -7
- package/lib/interfaces/babylon-advantages-item.interface.d.ts +0 -5
- package/lib/interfaces/babylon-button.interface.d.ts +0 -9
- package/lib/interfaces/babylon-consult-type.interface.d.ts +0 -10
- package/lib/interfaces/babylon-dropdown.interface.d.ts +0 -9
- package/lib/interfaces/babylon-equipments-item.interface.d.ts +0 -5
- package/lib/interfaces/babylon-global-icon.interface.d.ts +0 -4
- package/lib/interfaces/babylon-global.interface.d.ts +0 -22
- package/lib/interfaces/babylon-image.interface.d.ts +0 -16
- package/lib/interfaces/babylon-input.interface.d.ts +0 -12
- package/lib/interfaces/babylon-item.interface.d.ts +0 -12
- package/lib/interfaces/babylon-menu-button.interface.d.ts +0 -10
- package/lib/interfaces/babylon-menu-info.interface.d.ts +0 -27
- package/lib/interfaces/babylon-multimedia.interface.d.ts +0 -8
- package/lib/interfaces/babylon-page-config.interface.d.ts +0 -43
- package/lib/interfaces/babylon-site-config.interface.d.ts +0 -57
- package/lib/interfaces/babylon-tags.interface.d.ts +0 -21
- package/lib/interfaces/babylon-text-info.interface.d.ts +0 -19
- package/lib/interfaces/babylon-texts-colors.interface.d.ts +0 -20
- package/lib/interfaces/babylon-texts.interface.d.ts +0 -5
- package/lib/interfaces/babylon-video.interface.d.ts +0 -5
- package/lib/interfaces/index.d.ts +0 -14
- package/lib/pipes/babylon-clean-phone.pipe.d.ts +0 -7
- package/lib/pipes/babylon-currency.pipe.d.ts +0 -7
- package/lib/services/color-panel.service.d.ts +0 -41
- package/lib/services/mapper/index.d.ts +0 -2
- package/lib/services/mapper/mapper.service.d.ts +0 -144
- package/lib/services/mapper/mapper.service.token.d.ts +0 -2
- package/lib/services/modals-service/index.d.ts +0 -1
- package/lib/services/modals-service/modals.service.d.ts +0 -15
- package/lib/styles/styles/babylon/_spacing.css +0 -1
- package/lib/styles/styles/babylon/_spacing.scss +0 -72
- package/lib/styles/styles/babylon/common.css +0 -1
- package/lib/styles/styles/babylon/common.scss +0 -1830
- package/lib/styles/styles/babylon/globals.css +0 -1
- package/lib/styles/styles/babylon/globals.scss +0 -1129
- package/lib/styles/styles/babylon/mixins.css +0 -1
- package/lib/styles/styles/babylon/mixins.scss +0 -1031
- package/lib/styles/styles/babylon/reset.css +0 -1
- package/lib/styles/styles/babylon/reset.scss +0 -136
- package/lib/styles/styles/babylon/slide.css +0 -1
- package/lib/styles/styles/babylon/slider.css +0 -1
- package/lib/styles/styles/babylon/slider.scss +0 -876
- package/lib/styles/styles/babylon/structure.css +0 -0
- package/lib/styles/styles/babylon/structure.scss +0 -1
- package/lib/styles/styles/babylon/variables-v2.css +0 -0
- package/lib/styles/styles/babylon/variables.css +0 -1
- package/lib/styles/styles/babylon/variables.scss +0 -330
- package/lib/utils/complex-links.token.d.ts +0 -2
- package/lib/utils/index.d.ts +0 -1
- package/lib/utils/utils.d.ts +0 -14
- /package/lib/styles/styles/babylon/{airDatePicker.min.css → scss-daba/airDatePicker.min.css} +0 -0
- /package/lib/styles/styles/babylon/{aos.min.css → scss-daba/aos.min.css} +0 -0
- /package/lib/styles/styles/babylon/{buttons.css → scss-daba/buttons.css} +0 -0
- /package/lib/styles/styles/babylon/{buttons.scss → scss-daba/buttons.scss} +0 -0
- /package/lib/styles/styles/babylon/{fancybox.css → scss-daba/fancybox.css} +0 -0
- /package/lib/styles/styles/babylon/{fancybox.min.css → scss-daba/fancybox.min.css} +0 -0
- /package/lib/styles/styles/babylon/{funciones.css → scss-daba/funciones.css} +0 -0
- /package/lib/styles/styles/babylon/{funciones.scss → scss-daba/funciones.scss} +0 -0
- /package/lib/styles/styles/babylon/{inputs.css → scss-daba/inputs.css} +0 -0
- /package/lib/styles/styles/babylon/{inputs.scss → scss-daba/inputs.scss} +0 -0
- /package/lib/styles/styles/babylon/{jquery.fancybox.min.css → scss-daba/jquery.fancybox.min.css} +0 -0
- /package/lib/styles/styles/babylon/{style.css → scss-daba/style.css} +0 -0
- /package/lib/styles/styles/babylon/{style.scss → scss-daba/style.scss} +0 -0
- /package/lib/styles/styles/babylon/{swiper-bundle.min.css → scss-daba/swiper-bundle.min.css} +0 -0
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef, Renderer2, AfterViewInit, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class BabylonHotelsSliderDirective implements AfterViewInit {
|
|
4
4
|
private el;
|
|
5
5
|
private renderer;
|
|
6
6
|
private cdr;
|
|
7
7
|
private observer;
|
|
8
|
-
private readonly platformId;
|
|
9
8
|
constructor(el: ElementRef, renderer: Renderer2, cdr: ChangeDetectorRef);
|
|
10
9
|
ngAfterViewInit(): void;
|
|
11
10
|
private initSlider;
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { Directive, } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class BabylonHotelsSliderDirective {
|
|
4
|
+
constructor(el, renderer, cdr) {
|
|
5
|
+
this.el = el;
|
|
6
|
+
this.renderer = renderer;
|
|
7
|
+
this.cdr = cdr;
|
|
8
|
+
}
|
|
9
|
+
ngAfterViewInit() {
|
|
10
|
+
this.observer = new MutationObserver((mutations) => {
|
|
11
|
+
mutations.forEach((mutation) => {
|
|
12
|
+
if (mutation.type === 'childList' &&
|
|
13
|
+
this.el.nativeElement.querySelector('.cs_hotels_slide')) {
|
|
14
|
+
this.initSlider();
|
|
15
|
+
this.observer?.disconnect();
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
});
|
|
19
|
+
this.observer.observe(this.el.nativeElement, {
|
|
20
|
+
childList: true,
|
|
21
|
+
subtree: true,
|
|
22
|
+
});
|
|
23
|
+
setTimeout(() => {
|
|
24
|
+
if (this.el.nativeElement.querySelector('.cs_hotels_slide') &&
|
|
25
|
+
!this.observer?.takeRecords().length) {
|
|
26
|
+
this.initSlider();
|
|
27
|
+
}
|
|
28
|
+
}, 1000);
|
|
29
|
+
}
|
|
30
|
+
initSlider() {
|
|
31
|
+
const slider = this.el.nativeElement;
|
|
32
|
+
const arrows = slider.querySelectorAll('.cs_hotels_slide_arrow_right, .cs_hotels_slide_arrow_left');
|
|
33
|
+
const slides = slider.querySelectorAll('.cs_hotels_slide');
|
|
34
|
+
arrows.forEach((arrow) => {
|
|
35
|
+
arrow.addEventListener('click', (event) => {
|
|
36
|
+
const direction = arrow.classList.contains('cs_hotels_slide_arrow_left')
|
|
37
|
+
? 'prev'
|
|
38
|
+
: 'next';
|
|
39
|
+
this.updateSlides(direction);
|
|
40
|
+
this.cdr.detectChanges();
|
|
41
|
+
});
|
|
42
|
+
});
|
|
43
|
+
slides.forEach((slide) => {
|
|
44
|
+
const anchorElement = slide.querySelector('a');
|
|
45
|
+
const dataSrc = anchorElement.getAttribute('data-src');
|
|
46
|
+
if (anchorElement && dataSrc) {
|
|
47
|
+
anchorElement.style.backgroundImage = `url(${dataSrc})`;
|
|
48
|
+
anchorElement.style.backgroundSize = 'cover';
|
|
49
|
+
anchorElement.style.backgroundPosition = 'center';
|
|
50
|
+
}
|
|
51
|
+
const imgElement = slide.querySelector('img');
|
|
52
|
+
if (imgElement) {
|
|
53
|
+
imgElement.remove();
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
if (!slider.querySelector('.cs_hotels_slide.active')) {
|
|
57
|
+
const firstSlide = slider.querySelector('.cs_hotels_slide');
|
|
58
|
+
if (firstSlide) {
|
|
59
|
+
firstSlide.classList.add('active');
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
this.updateSlides('next');
|
|
63
|
+
}
|
|
64
|
+
updateSlides(direction) {
|
|
65
|
+
const activeSlide = this.el.nativeElement.querySelector('.cs_hotels_slide.active');
|
|
66
|
+
const slides = this.el.nativeElement.querySelectorAll('.cs_hotels_slide');
|
|
67
|
+
const totalSlides = slides.length;
|
|
68
|
+
const activeIndex = Array.from(slides).indexOf(activeSlide);
|
|
69
|
+
let nextIndex;
|
|
70
|
+
if (!activeSlide) {
|
|
71
|
+
nextIndex = 0;
|
|
72
|
+
}
|
|
73
|
+
else {
|
|
74
|
+
nextIndex =
|
|
75
|
+
direction === 'next'
|
|
76
|
+
? activeIndex === totalSlides - 1
|
|
77
|
+
? 0
|
|
78
|
+
: activeIndex + 1
|
|
79
|
+
: activeIndex === 0
|
|
80
|
+
? totalSlides - 1
|
|
81
|
+
: activeIndex - 1;
|
|
82
|
+
}
|
|
83
|
+
const nextSlide = slides[nextIndex];
|
|
84
|
+
slides.forEach((slide) => slide.classList.remove('prev-1', 'next-1', 'prev-2', 'next-2', 'active'));
|
|
85
|
+
this.renderer.addClass(nextSlide, 'active');
|
|
86
|
+
const prev1Index = nextIndex === 0 ? totalSlides - 1 : nextIndex - 1;
|
|
87
|
+
const prev2Index = prev1Index === 0 ? totalSlides - 1 : prev1Index - 1;
|
|
88
|
+
const next1Index = nextIndex === totalSlides - 1 ? 0 : nextIndex + 1;
|
|
89
|
+
const next2Index = next1Index === totalSlides - 1 ? 0 : next1Index + 1;
|
|
90
|
+
slides[prev1Index].classList.add('prev-1');
|
|
91
|
+
slides[next1Index].classList.add('next-1');
|
|
92
|
+
}
|
|
93
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonHotelsSliderDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
94
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: BabylonHotelsSliderDirective, isStandalone: true, selector: "[BabylonHotelsSlider]", ngImport: i0 }); }
|
|
95
|
+
}
|
|
96
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonHotelsSliderDirective, decorators: [{
|
|
97
|
+
type: Directive,
|
|
98
|
+
args: [{
|
|
99
|
+
selector: '[BabylonHotelsSlider]',
|
|
100
|
+
standalone: true,
|
|
101
|
+
}]
|
|
102
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }] });
|
|
103
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1ob3RlbHMtc2xpZGVyLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2RpcmVjdGl2ZXMvYmFieWxvbi1ob3RlbHMtc2xpZGVyLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxHQUtWLE1BQU0sZUFBZSxDQUFDOztBQU12QixNQUFNLE9BQU8sNEJBQTRCO0lBR3ZDLFlBQ1ksRUFBYyxFQUNkLFFBQW1CLEVBQ25CLEdBQXNCO1FBRnRCLE9BQUUsR0FBRixFQUFFLENBQVk7UUFDZCxhQUFRLEdBQVIsUUFBUSxDQUFXO1FBQ25CLFFBQUcsR0FBSCxHQUFHLENBQW1CO0lBQy9CLENBQUM7SUFFSixlQUFlO1FBQ1gsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLGdCQUFnQixDQUFDLENBQUMsU0FBUyxFQUFFLEVBQUU7WUFDL0MsU0FBUyxDQUFDLE9BQU8sQ0FBQyxDQUFDLFFBQVEsRUFBRSxFQUFFO2dCQUMzQixJQUNJLFFBQVEsQ0FBQyxJQUFJLEtBQUssV0FBVztvQkFDN0IsSUFBSSxDQUFDLEVBQUUsQ0FBQyxhQUFhLENBQUMsYUFBYSxDQUFDLGtCQUFrQixDQUFDLEVBQ3pEO29CQUNFLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQztvQkFDbEIsSUFBSSxDQUFDLFFBQVEsRUFBRSxVQUFVLEVBQUUsQ0FBQztpQkFDL0I7WUFDTCxDQUFDLENBQUMsQ0FBQztRQUNQLENBQUMsQ0FBQyxDQUFDO1FBRUgsSUFBSSxDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxhQUFhLEVBQUU7WUFDekMsU0FBUyxFQUFFLElBQUk7WUFDZixPQUFPLEVBQUUsSUFBSTtTQUNoQixDQUFDLENBQUM7UUFFSCxVQUFVLENBQUMsR0FBRyxFQUFFO1lBQ1osSUFDSSxJQUFJLENBQUMsRUFBRSxDQUFDLGFBQWEsQ0FBQyxhQUFhLENBQUMsa0JBQWtCLENBQUM7Z0JBQ3ZELENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRSxXQUFXLEVBQUUsQ0FBQyxNQUFNLEVBQ3RDO2dCQUNFLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQzthQUNyQjtRQUNMLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUNiLENBQUM7SUFFTyxVQUFVO1FBQ2QsTUFBTSxNQUFNLEdBQUcsSUFBSSxDQUFDLEVBQUUsQ0FBQyxhQUFhLENBQUM7UUFDckMsTUFBTSxNQUFNLEdBQUcsTUFBTSxDQUFDLGdCQUFnQixDQUNsQywyREFBMkQsQ0FDOUQsQ0FBQztRQUNGLE1BQU0sTUFBTSxHQUFHLE1BQU0sQ0FBQyxnQkFBZ0IsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDO1FBRTNELE1BQU0sQ0FBQyxPQUFPLENBQUMsQ0FBQyxLQUFVLEVBQUUsRUFBRTtZQUMxQixLQUFLLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxFQUFFLENBQUMsS0FBVSxFQUFFLEVBQUU7Z0JBQzNDLE1BQU0sU0FBUyxHQUFHLEtBQUssQ0FBQyxTQUFTLENBQUMsUUFBUSxDQUN0Qyw0QkFBNEIsQ0FDL0I7b0JBQ0csQ0FBQyxDQUFDLE1BQU07b0JBQ1IsQ0FBQyxDQUFDLE1BQU0sQ0FBQztnQkFDYixJQUFJLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxDQUFDO2dCQUM3QixJQUFJLENBQUMsR0FBRyxDQUFDLGFBQWEsRUFBRSxDQUFDO1lBQzdCLENBQUMsQ0FBQyxDQUFDO1FBQ1AsQ0FBQyxDQUFDLENBQUM7UUFFSCxNQUFNLENBQUMsT0FBTyxDQUFDLENBQUMsS0FBVSxFQUFFLEVBQUU7WUFDMUIsTUFBTSxhQUFhLEdBQUcsS0FBSyxDQUFDLGFBQWEsQ0FBQyxHQUFHLENBQUMsQ0FBQztZQUMvQyxNQUFNLE9BQU8sR0FBRyxhQUFhLENBQUMsWUFBWSxDQUFDLFVBQVUsQ0FBQyxDQUFDO1lBQ3ZELElBQUksYUFBYSxJQUFJLE9BQU8sRUFBRTtnQkFDMUIsYUFBYSxDQUFDLEtBQUssQ0FBQyxlQUFlLEdBQUcsT0FBTyxPQUFPLEdBQUcsQ0FBQztnQkFDeEQsYUFBYSxDQUFDLEtBQUssQ0FBQyxjQUFjLEdBQUcsT0FBTyxDQUFDO2dCQUM3QyxhQUFhLENBQUMsS0FBSyxDQUFDLGtCQUFrQixHQUFHLFFBQVEsQ0FBQzthQUNyRDtZQUVELE1BQU0sVUFBVSxHQUFHLEtBQUssQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDOUMsSUFBSSxVQUFVLEVBQUU7Z0JBQ1osVUFBVSxDQUFDLE1BQU0sRUFBRSxDQUFDO2FBQ3ZCO1FBQ0wsQ0FBQyxDQUFDLENBQUM7UUFFSCxJQUFJLENBQUMsTUFBTSxDQUFDLGFBQWEsQ0FBQyx5QkFBeUIsQ0FBQyxFQUFFO1lBQ2xELE1BQU0sVUFBVSxHQUFHLE1BQU0sQ0FBQyxhQUFhLENBQUMsa0JBQWtCLENBQUMsQ0FBQztZQUM1RCxJQUFJLFVBQVUsRUFBRTtnQkFDWixVQUFVLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxRQUFRLENBQUMsQ0FBQzthQUN0QztTQUNKO1FBRUQsSUFBSSxDQUFDLFlBQVksQ0FBQyxNQUFNLENBQUMsQ0FBQztJQUM5QixDQUFDO0lBRU8sWUFBWSxDQUFDLFNBQWlCO1FBQ2xDLE1BQU0sV0FBVyxHQUFHLElBQUksQ0FBQyxFQUFFLENBQUMsYUFBYSxDQUFDLGFBQWEsQ0FDbkQseUJBQXlCLENBQzVCLENBQUM7UUFDRixNQUFNLE1BQU0sR0FDUixJQUFJLENBQUMsRUFBRSxDQUFDLGFBQWEsQ0FBQyxnQkFBZ0IsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDO1FBQy9ELE1BQU0sV0FBVyxHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUM7UUFDbEMsTUFBTSxXQUFXLEdBQUcsS0FBSyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQyxPQUFPLENBQUMsV0FBVyxDQUFDLENBQUM7UUFDNUQsSUFBSSxTQUFTLENBQUM7UUFFZCxJQUFJLENBQUMsV0FBVyxFQUFFO1lBQ2QsU0FBUyxHQUFHLENBQUMsQ0FBQztTQUNqQjthQUFNO1lBQ0gsU0FBUztnQkFDTCxTQUFTLEtBQUssTUFBTTtvQkFDaEIsQ0FBQyxDQUFDLFdBQVcsS0FBSyxXQUFXLEdBQUcsQ0FBQzt3QkFDN0IsQ0FBQyxDQUFDLENBQUM7d0JBQ0gsQ0FBQyxDQUFDLFdBQVcsR0FBRyxDQUFDO29CQUNyQixDQUFDLENBQUMsV0FBVyxLQUFLLENBQUM7d0JBQ2pCLENBQUMsQ0FBQyxXQUFXLEdBQUcsQ0FBQzt3QkFDakIsQ0FBQyxDQUFDLFdBQVcsR0FBRyxDQUFDLENBQUM7U0FDL0I7UUFFRCxNQUFNLFNBQVMsR0FBRyxNQUFNLENBQUMsU0FBUyxDQUFDLENBQUM7UUFDcEMsTUFBTSxDQUFDLE9BQU8sQ0FBQyxDQUFDLEtBQVUsRUFBRSxFQUFFLENBQzFCLEtBQUssQ0FBQyxTQUFTLENBQUMsTUFBTSxDQUNsQixRQUFRLEVBQ1IsUUFBUSxFQUNSLFFBQVEsRUFDUixRQUFRLEVBQ1IsUUFBUSxDQUNYLENBQ0osQ0FBQztRQUNGLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLFNBQVMsRUFBRSxRQUFRLENBQUMsQ0FBQztRQUU1QyxNQUFNLFVBQVUsR0FBRyxTQUFTLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQyxXQUFXLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxTQUFTLEdBQUcsQ0FBQyxDQUFDO1FBQ3JFLE1BQU0sVUFBVSxHQUFHLFVBQVUsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDLFdBQVcsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLFVBQVUsR0FBRyxDQUFDLENBQUM7UUFDdkUsTUFBTSxVQUFVLEdBQUcsU0FBUyxLQUFLLFdBQVcsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsU0FBUyxHQUFHLENBQUMsQ0FBQztRQUNyRSxNQUFNLFVBQVUsR0FBRyxVQUFVLEtBQUssV0FBVyxHQUFHLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxVQUFVLEdBQUcsQ0FBQyxDQUFDO1FBRXZFLE1BQU0sQ0FBQyxVQUFVLENBQUMsQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBQzNDLE1BQU0sQ0FBQyxVQUFVLENBQUMsQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQy9DLENBQUM7K0dBM0hVLDRCQUE0QjttR0FBNUIsNEJBQTRCOzs0RkFBNUIsNEJBQTRCO2tCQUp4QyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSx1QkFBdUI7b0JBQ2pDLFVBQVUsRUFBRSxJQUFJO2lCQUNqQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIERpcmVjdGl2ZSxcbiAgRWxlbWVudFJlZixcbiAgUmVuZGVyZXIyLFxuICBBZnRlclZpZXdJbml0LFxuICBDaGFuZ2VEZXRlY3RvclJlZixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tCYWJ5bG9uSG90ZWxzU2xpZGVyXScsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25Ib3RlbHNTbGlkZXJEaXJlY3RpdmUgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0IHtcbiAgcHJpdmF0ZSBvYnNlcnZlcjogTXV0YXRpb25PYnNlcnZlciB8IHVuZGVmaW5lZDtcblxuICBjb25zdHJ1Y3RvcihcbiAgICAgIHByaXZhdGUgZWw6IEVsZW1lbnRSZWYsXG4gICAgICBwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjIsXG4gICAgICBwcml2YXRlIGNkcjogQ2hhbmdlRGV0ZWN0b3JSZWZcbiAgKSB7fVxuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgIHRoaXMub2JzZXJ2ZXIgPSBuZXcgTXV0YXRpb25PYnNlcnZlcigobXV0YXRpb25zKSA9PiB7XG4gICAgICAgICAgbXV0YXRpb25zLmZvckVhY2goKG11dGF0aW9uKSA9PiB7XG4gICAgICAgICAgICAgIGlmIChcbiAgICAgICAgICAgICAgICAgIG11dGF0aW9uLnR5cGUgPT09ICdjaGlsZExpc3QnICYmXG4gICAgICAgICAgICAgICAgICB0aGlzLmVsLm5hdGl2ZUVsZW1lbnQucXVlcnlTZWxlY3RvcignLmNzX2hvdGVsc19zbGlkZScpXG4gICAgICAgICAgICAgICkge1xuICAgICAgICAgICAgICAgICAgdGhpcy5pbml0U2xpZGVyKCk7XG4gICAgICAgICAgICAgICAgICB0aGlzLm9ic2VydmVyPy5kaXNjb25uZWN0KCk7XG4gICAgICAgICAgICAgIH1cbiAgICAgICAgICB9KTtcbiAgICAgIH0pO1xuXG4gICAgICB0aGlzLm9ic2VydmVyLm9ic2VydmUodGhpcy5lbC5uYXRpdmVFbGVtZW50LCB7XG4gICAgICAgICAgY2hpbGRMaXN0OiB0cnVlLFxuICAgICAgICAgIHN1YnRyZWU6IHRydWUsXG4gICAgICB9KTtcblxuICAgICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICAgICAgaWYgKFxuICAgICAgICAgICAgICB0aGlzLmVsLm5hdGl2ZUVsZW1lbnQucXVlcnlTZWxlY3RvcignLmNzX2hvdGVsc19zbGlkZScpICYmXG4gICAgICAgICAgICAgICF0aGlzLm9ic2VydmVyPy50YWtlUmVjb3JkcygpLmxlbmd0aFxuICAgICAgICAgICkge1xuICAgICAgICAgICAgICB0aGlzLmluaXRTbGlkZXIoKTtcbiAgICAgICAgICB9XG4gICAgICB9LCAxMDAwKTtcbiAgfVxuXG4gIHByaXZhdGUgaW5pdFNsaWRlcigpIHtcbiAgICAgIGNvbnN0IHNsaWRlciA9IHRoaXMuZWwubmF0aXZlRWxlbWVudDtcbiAgICAgIGNvbnN0IGFycm93cyA9IHNsaWRlci5xdWVyeVNlbGVjdG9yQWxsKFxuICAgICAgICAgICcuY3NfaG90ZWxzX3NsaWRlX2Fycm93X3JpZ2h0LCAuY3NfaG90ZWxzX3NsaWRlX2Fycm93X2xlZnQnXG4gICAgICApO1xuICAgICAgY29uc3Qgc2xpZGVzID0gc2xpZGVyLnF1ZXJ5U2VsZWN0b3JBbGwoJy5jc19ob3RlbHNfc2xpZGUnKTtcblxuICAgICAgYXJyb3dzLmZvckVhY2goKGFycm93OiBhbnkpID0+IHtcbiAgICAgICAgICBhcnJvdy5hZGRFdmVudExpc3RlbmVyKCdjbGljaycsIChldmVudDogYW55KSA9PiB7XG4gICAgICAgICAgICAgIGNvbnN0IGRpcmVjdGlvbiA9IGFycm93LmNsYXNzTGlzdC5jb250YWlucyhcbiAgICAgICAgICAgICAgICAgICdjc19ob3RlbHNfc2xpZGVfYXJyb3dfbGVmdCdcbiAgICAgICAgICAgICAgKVxuICAgICAgICAgICAgICAgICAgPyAncHJldidcbiAgICAgICAgICAgICAgICAgIDogJ25leHQnO1xuICAgICAgICAgICAgICB0aGlzLnVwZGF0ZVNsaWRlcyhkaXJlY3Rpb24pO1xuICAgICAgICAgICAgICB0aGlzLmNkci5kZXRlY3RDaGFuZ2VzKCk7XG4gICAgICAgICAgfSk7XG4gICAgICB9KTtcblxuICAgICAgc2xpZGVzLmZvckVhY2goKHNsaWRlOiBhbnkpID0+IHtcbiAgICAgICAgICBjb25zdCBhbmNob3JFbGVtZW50ID0gc2xpZGUucXVlcnlTZWxlY3RvcignYScpO1xuICAgICAgICAgIGNvbnN0IGRhdGFTcmMgPSBhbmNob3JFbGVtZW50LmdldEF0dHJpYnV0ZSgnZGF0YS1zcmMnKTtcbiAgICAgICAgICBpZiAoYW5jaG9yRWxlbWVudCAmJiBkYXRhU3JjKSB7XG4gICAgICAgICAgICAgIGFuY2hvckVsZW1lbnQuc3R5bGUuYmFja2dyb3VuZEltYWdlID0gYHVybCgke2RhdGFTcmN9KWA7XG4gICAgICAgICAgICAgIGFuY2hvckVsZW1lbnQuc3R5bGUuYmFja2dyb3VuZFNpemUgPSAnY292ZXInO1xuICAgICAgICAgICAgICBhbmNob3JFbGVtZW50LnN0eWxlLmJhY2tncm91bmRQb3NpdGlvbiA9ICdjZW50ZXInO1xuICAgICAgICAgIH1cblxuICAgICAgICAgIGNvbnN0IGltZ0VsZW1lbnQgPSBzbGlkZS5xdWVyeVNlbGVjdG9yKCdpbWcnKTtcbiAgICAgICAgICBpZiAoaW1nRWxlbWVudCkge1xuICAgICAgICAgICAgICBpbWdFbGVtZW50LnJlbW92ZSgpO1xuICAgICAgICAgIH1cbiAgICAgIH0pO1xuXG4gICAgICBpZiAoIXNsaWRlci5xdWVyeVNlbGVjdG9yKCcuY3NfaG90ZWxzX3NsaWRlLmFjdGl2ZScpKSB7XG4gICAgICAgICAgY29uc3QgZmlyc3RTbGlkZSA9IHNsaWRlci5xdWVyeVNlbGVjdG9yKCcuY3NfaG90ZWxzX3NsaWRlJyk7XG4gICAgICAgICAgaWYgKGZpcnN0U2xpZGUpIHtcbiAgICAgICAgICAgICAgZmlyc3RTbGlkZS5jbGFzc0xpc3QuYWRkKCdhY3RpdmUnKTtcbiAgICAgICAgICB9XG4gICAgICB9XG5cbiAgICAgIHRoaXMudXBkYXRlU2xpZGVzKCduZXh0Jyk7XG4gIH1cblxuICBwcml2YXRlIHVwZGF0ZVNsaWRlcyhkaXJlY3Rpb246IHN0cmluZykge1xuICAgICAgY29uc3QgYWN0aXZlU2xpZGUgPSB0aGlzLmVsLm5hdGl2ZUVsZW1lbnQucXVlcnlTZWxlY3RvcihcbiAgICAgICAgICAnLmNzX2hvdGVsc19zbGlkZS5hY3RpdmUnXG4gICAgICApO1xuICAgICAgY29uc3Qgc2xpZGVzID1cbiAgICAgICAgICB0aGlzLmVsLm5hdGl2ZUVsZW1lbnQucXVlcnlTZWxlY3RvckFsbCgnLmNzX2hvdGVsc19zbGlkZScpO1xuICAgICAgY29uc3QgdG90YWxTbGlkZXMgPSBzbGlkZXMubGVuZ3RoO1xuICAgICAgY29uc3QgYWN0aXZlSW5kZXggPSBBcnJheS5mcm9tKHNsaWRlcykuaW5kZXhPZihhY3RpdmVTbGlkZSk7XG4gICAgICBsZXQgbmV4dEluZGV4O1xuXG4gICAgICBpZiAoIWFjdGl2ZVNsaWRlKSB7XG4gICAgICAgICAgbmV4dEluZGV4ID0gMDtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgbmV4dEluZGV4ID1cbiAgICAgICAgICAgICAgZGlyZWN0aW9uID09PSAnbmV4dCdcbiAgICAgICAgICAgICAgICAgID8gYWN0aXZlSW5kZXggPT09IHRvdGFsU2xpZGVzIC0gMVxuICAgICAgICAgICAgICAgICAgICAgID8gMFxuICAgICAgICAgICAgICAgICAgICAgIDogYWN0aXZlSW5kZXggKyAxXG4gICAgICAgICAgICAgICAgICA6IGFjdGl2ZUluZGV4ID09PSAwXG4gICAgICAgICAgICAgICAgICAgID8gdG90YWxTbGlkZXMgLSAxXG4gICAgICAgICAgICAgICAgICAgIDogYWN0aXZlSW5kZXggLSAxO1xuICAgICAgfVxuXG4gICAgICBjb25zdCBuZXh0U2xpZGUgPSBzbGlkZXNbbmV4dEluZGV4XTtcbiAgICAgIHNsaWRlcy5mb3JFYWNoKChzbGlkZTogYW55KSA9PlxuICAgICAgICAgIHNsaWRlLmNsYXNzTGlzdC5yZW1vdmUoXG4gICAgICAgICAgICAgICdwcmV2LTEnLFxuICAgICAgICAgICAgICAnbmV4dC0xJyxcbiAgICAgICAgICAgICAgJ3ByZXYtMicsXG4gICAgICAgICAgICAgICduZXh0LTInLFxuICAgICAgICAgICAgICAnYWN0aXZlJ1xuICAgICAgICAgIClcbiAgICAgICk7XG4gICAgICB0aGlzLnJlbmRlcmVyLmFkZENsYXNzKG5leHRTbGlkZSwgJ2FjdGl2ZScpO1xuXG4gICAgICBjb25zdCBwcmV2MUluZGV4ID0gbmV4dEluZGV4ID09PSAwID8gdG90YWxTbGlkZXMgLSAxIDogbmV4dEluZGV4IC0gMTtcbiAgICAgIGNvbnN0IHByZXYySW5kZXggPSBwcmV2MUluZGV4ID09PSAwID8gdG90YWxTbGlkZXMgLSAxIDogcHJldjFJbmRleCAtIDE7XG4gICAgICBjb25zdCBuZXh0MUluZGV4ID0gbmV4dEluZGV4ID09PSB0b3RhbFNsaWRlcyAtIDEgPyAwIDogbmV4dEluZGV4ICsgMTtcbiAgICAgIGNvbnN0IG5leHQySW5kZXggPSBuZXh0MUluZGV4ID09PSB0b3RhbFNsaWRlcyAtIDEgPyAwIDogbmV4dDFJbmRleCArIDE7XG5cbiAgICAgIHNsaWRlc1twcmV2MUluZGV4XS5jbGFzc0xpc3QuYWRkKCdwcmV2LTEnKTtcbiAgICAgIHNsaWRlc1tuZXh0MUluZGV4XS5jbGFzc0xpc3QuYWRkKCduZXh0LTEnKTtcbiAgfVxufVxuIl19
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
3
|
-
import { RouterModule } from '@angular/router';
|
|
4
|
-
import { BabylonLinkTypeDirective } from '../../../directives/link-type/link-type.directive';
|
|
1
|
+
import { Component } from '@angular/core';
|
|
5
2
|
import * as i0 from "@angular/core";
|
|
6
3
|
export class Babylon404Component {
|
|
7
4
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Babylon404Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: Babylon404Component, isStandalone: true, selector: "lib-babylon-404", ngImport: i0, template: "<section class=\"babylon__404 margin-main \"> \n <div class=\"container\">\n <div class=\"intro_info align--center no-align\">\n <h2 class=\"title \">404</h2>\n <h3 class=\"title--small mb--10\" >Oops! Page Not Found!</h3> \n <p class=\"text mb--10\">Sorry, the page you're seeking isn't here. It could have been relocated or removed</p>\n </div> \n <div class=\"btns__box align--center\">\n <a href=\" \" class=\"btn btn_primary\" >\n <b>Home</b>\n <span class=\"babylon-arrow-right-big\"></span> \n </a>\n </div> \n </div> \n</section>", styles: [""] }); }
|
|
9
6
|
}
|
|
10
7
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Babylon404Component, decorators: [{
|
|
11
8
|
type: Component,
|
|
12
|
-
args: [{ selector: 'lib-babylon-404', standalone: true, imports: [
|
|
13
|
-
}]
|
|
14
|
-
|
|
15
|
-
}], title: [{
|
|
16
|
-
type: Input
|
|
17
|
-
}], description: [{
|
|
18
|
-
type: Input
|
|
19
|
-
}], img: [{
|
|
20
|
-
type: Input
|
|
21
|
-
}], button: [{
|
|
22
|
-
type: Input
|
|
23
|
-
}] } });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi00MDQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLTQwNC9iYWJ5bG9uLTQwNC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tNDA0L2JhYnlsb24tNDA0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sbURBQW1ELENBQUM7O0FBWTdGLE1BQU0sT0FBTyxtQkFBbUI7K0dBQW5CLG1CQUFtQjttR0FBbkIsbUJBQW1CLHVMQ2ZoQyxna0NBOEJBLHlERHBCYyxZQUFZLDhCQUFFLFlBQVksK0JBQUUsd0JBQXdCOzs0RkFLckQsbUJBQW1CO2tCQVIvQixTQUFTOytCQUNJLGlCQUFpQixjQUNmLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxZQUFZLEVBQUUsd0JBQXdCLENBQUMsbUJBRzlDLHVCQUF1QixDQUFDLE1BQU07OEJBR3RDLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBQ0csR0FBRztzQkFBWCxLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IEJhYnlsb25MaW5rVHlwZURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uL2RpcmVjdGl2ZXMvbGluay10eXBlL2xpbmstdHlwZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQmFieWxvbkJ1dHRvbkkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tYnV0dG9uLmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uSW1hZ2VJIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLWltYWdlLmludGVyZmFjZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tNDA0JyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIFJvdXRlck1vZHVsZSwgQmFieWxvbkxpbmtUeXBlRGlyZWN0aXZlXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi00MDQuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLTQwNC5jb21wb25lbnQuc2NzcycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb240MDRDb21wb25lbnQge1xuICAgIEBJbnB1dCgpIHByZXRpdGxlPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHRpdGxlPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIGRlc2NyaXB0aW9uPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIGltZz86IEJhYnlsb25JbWFnZUk7XG4gICAgQElucHV0KCkgYnV0dG9uPzogQmFieWxvbkJ1dHRvbkk7XG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cImJhYnlsb25fXzQwNCBtYXJnaW4tbWFpblwiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImludHJvX2luZm8gYWxpZ24tLWNlbnRlciBuby1hbGlnblwiPlxuICAgICAgICAgICAgQGlmIChwcmV0aXRsZSkge1xuICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cInRpdGxlXCI+e3sgcHJldGl0bGUgfX08L2gyPlxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgQGlmICh0aXRsZSkge1xuICAgICAgICAgICAgICAgIDxoMSBjbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMTBcIj57eyB0aXRsZSB9fTwvaDE+XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBAaWYgKGRlc2NyaXB0aW9uKSB7XG4gICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0IG1iLS0xMFwiPlxuICAgICAgICAgICAgICAgICAgICB7eyBkZXNjcmlwdGlvbiB9fVxuICAgICAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIEBpZiAoYnV0dG9uPy5sYWJlbCkge1xuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3ggYWxpZ24tLWNlbnRlclwiPlxuICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJidXR0b24/LmxhYmVsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtocmVmXT1cImJ1dHRvbj8udXJsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtsaW5rVHlwZV09XCJidXR0b24/LmxpbmtUeXBlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bi1wcmltYXJ5XCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGI+e3sgYnV0dG9uPy5sYWJlbCB9fTwvYj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIH1cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=
|
|
9
|
+
args: [{ selector: 'lib-babylon-404', standalone: true, imports: [], template: "<section class=\"babylon__404 margin-main \"> \n <div class=\"container\">\n <div class=\"intro_info align--center no-align\">\n <h2 class=\"title \">404</h2>\n <h3 class=\"title--small mb--10\" >Oops! Page Not Found!</h3> \n <p class=\"text mb--10\">Sorry, the page you're seeking isn't here. It could have been relocated or removed</p>\n </div> \n <div class=\"btns__box align--center\">\n <a href=\" \" class=\"btn btn_primary\" >\n <b>Home</b>\n <span class=\"babylon-arrow-right-big\"></span> \n </a>\n </div> \n </div> \n</section>" }]
|
|
10
|
+
}] });
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi00MDQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLTQwNC9iYWJ5bG9uLTQwNC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tNDA0L2JhYnlsb24tNDA0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUzFDLE1BQU0sT0FBTyxtQkFBbUI7K0dBQW5CLG1CQUFtQjttR0FBbkIsbUJBQW1CLDJFQ1RoQyx3cEJBY1U7OzRGRExHLG1CQUFtQjtrQkFQL0IsU0FBUzsrQkFDRSxpQkFBaUIsY0FDZixJQUFJLFdBQ1AsRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi00MDQnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXSxcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tNDA0LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2JhYnlsb24tNDA0LmNvbXBvbmVudC5zY3NzJ1xufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uNDA0Q29tcG9uZW50IHtcblxufVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX180MDQgbWFyZ2luLW1haW4gXCI+IFxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImludHJvX2luZm8gYWxpZ24tLWNlbnRlciBuby1hbGlnblwiPlxuICAgICAgICAgICAgPGgyIGNsYXNzPVwidGl0bGUgXCI+NDA0PC9oMj5cbiAgICAgICAgICAgIDxoMyBjbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMTBcIiA+T29wcyEgUGFnZSBOb3QgRm91bmQhPC9oMz4gIFxuICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0IG1iLS0xMFwiPlNvcnJ5LCB0aGUgcGFnZSB5b3UncmUgc2Vla2luZyBpc24ndCBoZXJlLiBJdCBjb3VsZCBoYXZlIGJlZW4gcmVsb2NhdGVkIG9yIHJlbW92ZWQ8L3A+XG4gICAgICAgIDwvZGl2PiAgXG4gICAgICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3ggYWxpZ24tLWNlbnRlclwiPlxuICAgICAgICAgICAgPGEgaHJlZj1cIiBcIiBjbGFzcz1cImJ0biBidG5fcHJpbWFyeVwiID5cbiAgICAgICAgICAgICAgICA8Yj5Ib21lPC9iPlxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+IFxuICAgICAgICAgICAgPC9hPlxuICAgICAgICA8L2Rpdj4gXG4gICAgPC9kaXY+ICAgICBcbjwvc2VjdGlvbj4iXX0=
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class Babylon404V2Component {
|
|
4
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Babylon404V2Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: Babylon404V2Component, isStandalone: true, selector: "lib-babylon-404-v2", ngImport: i0, template: "<section class=\"error-404 error-404--bg\">\n <div class=\"error-404__inner\">\n <span class=\"error-404__title\">404</span>\n <div class=\"error-404__box\">\n <p>P\u00C1GINA NO ENCONTRADA</p>\n <h2>\n Hemos mirado a fondo, pero parece que la p\u00E1gina que busca ya no\n existe\n </h2>\n <a\n href=\"https://templates.newsoftdemo.info/hotels/blanco/\"\n class=\"btn btn__primary\"\n ><span>Volver al Inicio</span></a\n >\n </div>\n </div>\n</section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.error-404{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 12.8rem);background-color:#f9f8f5}@media (min-width: 540px){.error-404{min-height:calc(100vh - 14.8rem)}}@media (min-width: 768px){.error-404{min-height:calc(100vh - 16.8rem)}}@media (min-width: 1024px){.error-404{min-height:calc(100vh - 8.1rem)}}@media (min-width: 1680px){.error-404{min-height:calc(100vh - 9.1rem)}}.error-404__inner{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:29.5rem}@media (min-width: 540px){.error-404__inner{max-width:41.5rem}}@media (min-width: 768px){.error-404__inner{gap:3.2rem;max-width:58rem}}.error-404__title{font-size:1.4rem;line-height:1;letter-spacing:.14rem;color:#4a4a49cc;text-transform:uppercase;text-align:center}@media (min-width: 540px){.error-404__title{font-size:1.4rem;line-height:1.4285714286}}@media (min-width: 768px){.error-404__title{font-size:1.7rem;line-height:1.2941176471}}@media (min-width: 1280px){.error-404__title{font-size:1.8rem;line-height:1;letter-spacing:.36rem}}.error-404__box{background:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;gap:3rem;padding:5.5rem 2.7rem 5.4rem 2.6rem}@media (min-width: 540px){.error-404__box{gap:4rem;padding:7.6rem 4rem 7.6rem 4.1rem}}@media (min-width: 768px){.error-404__box{gap:5rem;padding:10.5rem 9.3rem 10.4rem}}@media (min-width: 1680px){.error-404__box{padding-block:12.5rem 12.4rem}}@media (min-width: 1800px){.error-404__box{padding-top:12.3rem;gap:5.2rem}}.error-404__box p{font-size:1.4rem;line-height:1;letter-spacing:.14rem;text-transform:uppercase;color:#4a4a49cc}@media (min-width: 540px){.error-404__box p{font-size:1.4rem;line-height:1.4285714286}}@media (min-width: 768px){.error-404__box p{font-size:1.7rem;line-height:1.2941176471}}@media (min-width: 1280px){.error-404__box p{font-size:1.8rem;line-height:1;letter-spacing:.36rem}}.error-404__box h2{font-size:2.8rem;line-height:1;letter-spacing:.08rem}@media (min-width: 540px){.error-404__box h2{font-size:3.4rem;line-height:1}}@media (min-width: 768px){.error-404__box h2{padding-bottom:.8rem;font-size:4rem;line-height:1}}@media (min-width: 1800px){.error-404__box h2{padding-bottom:.6rem}}.error-404.error-404--bg{background:url(/assets/babylon/images/img-111.jpg) center center no-repeat;background-size:cover}.error-404.error-404--bg .error-404__title{color:#fff}\n"] }); }
|
|
6
|
+
}
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Babylon404V2Component, decorators: [{
|
|
8
|
+
type: Component,
|
|
9
|
+
args: [{ selector: 'lib-babylon-404-v2', standalone: true, imports: [], template: "<section class=\"error-404 error-404--bg\">\n <div class=\"error-404__inner\">\n <span class=\"error-404__title\">404</span>\n <div class=\"error-404__box\">\n <p>P\u00C1GINA NO ENCONTRADA</p>\n <h2>\n Hemos mirado a fondo, pero parece que la p\u00E1gina que busca ya no\n existe\n </h2>\n <a\n href=\"https://templates.newsoftdemo.info/hotels/blanco/\"\n class=\"btn btn__primary\"\n ><span>Volver al Inicio</span></a\n >\n </div>\n </div>\n</section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.error-404{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 12.8rem);background-color:#f9f8f5}@media (min-width: 540px){.error-404{min-height:calc(100vh - 14.8rem)}}@media (min-width: 768px){.error-404{min-height:calc(100vh - 16.8rem)}}@media (min-width: 1024px){.error-404{min-height:calc(100vh - 8.1rem)}}@media (min-width: 1680px){.error-404{min-height:calc(100vh - 9.1rem)}}.error-404__inner{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:29.5rem}@media (min-width: 540px){.error-404__inner{max-width:41.5rem}}@media (min-width: 768px){.error-404__inner{gap:3.2rem;max-width:58rem}}.error-404__title{font-size:1.4rem;line-height:1;letter-spacing:.14rem;color:#4a4a49cc;text-transform:uppercase;text-align:center}@media (min-width: 540px){.error-404__title{font-size:1.4rem;line-height:1.4285714286}}@media (min-width: 768px){.error-404__title{font-size:1.7rem;line-height:1.2941176471}}@media (min-width: 1280px){.error-404__title{font-size:1.8rem;line-height:1;letter-spacing:.36rem}}.error-404__box{background:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;gap:3rem;padding:5.5rem 2.7rem 5.4rem 2.6rem}@media (min-width: 540px){.error-404__box{gap:4rem;padding:7.6rem 4rem 7.6rem 4.1rem}}@media (min-width: 768px){.error-404__box{gap:5rem;padding:10.5rem 9.3rem 10.4rem}}@media (min-width: 1680px){.error-404__box{padding-block:12.5rem 12.4rem}}@media (min-width: 1800px){.error-404__box{padding-top:12.3rem;gap:5.2rem}}.error-404__box p{font-size:1.4rem;line-height:1;letter-spacing:.14rem;text-transform:uppercase;color:#4a4a49cc}@media (min-width: 540px){.error-404__box p{font-size:1.4rem;line-height:1.4285714286}}@media (min-width: 768px){.error-404__box p{font-size:1.7rem;line-height:1.2941176471}}@media (min-width: 1280px){.error-404__box p{font-size:1.8rem;line-height:1;letter-spacing:.36rem}}.error-404__box h2{font-size:2.8rem;line-height:1;letter-spacing:.08rem}@media (min-width: 540px){.error-404__box h2{font-size:3.4rem;line-height:1}}@media (min-width: 768px){.error-404__box h2{padding-bottom:.8rem;font-size:4rem;line-height:1}}@media (min-width: 1800px){.error-404__box h2{padding-bottom:.6rem}}.error-404.error-404--bg{background:url(/assets/babylon/images/img-111.jpg) center center no-repeat;background-size:cover}.error-404.error-404--bg .error-404__title{color:#fff}\n"] }]
|
|
10
|
+
}] });
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi00MDQtdjIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLTQwNC12Mi9iYWJ5bG9uLTQwNC12Mi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tNDA0LXYyL2JhYnlsb24tNDA0LXYyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUzFDLE1BQU0sT0FBTyxxQkFBcUI7K0dBQXJCLHFCQUFxQjttR0FBckIscUJBQXFCLDhFQ1RsQyxxbUJBaUJBOzs0RkRSYSxxQkFBcUI7a0JBUGpDLFNBQVM7K0JBQ0ksb0JBQW9CLGNBQ2xCLElBQUksV0FDUCxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tNDA0LXYyJyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIGltcG9ydHM6IFtdLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9iYWJ5bG9uLTQwNC12Mi5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24tNDA0LXYyLmNvbXBvbmVudC5zY3NzJyxcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvbjQwNFYyQ29tcG9uZW50IHt9XG4iLCI8c2VjdGlvbiBjbGFzcz1cImVycm9yLTQwNCBlcnJvci00MDQtLWJnXCI+XG4gICAgPGRpdiBjbGFzcz1cImVycm9yLTQwNF9faW5uZXJcIj5cbiAgICAgICAgPHNwYW4gY2xhc3M9XCJlcnJvci00MDRfX3RpdGxlXCI+NDA0PC9zcGFuPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiZXJyb3ItNDA0X19ib3hcIj5cbiAgICAgICAgICAgIDxwPlDDgUdJTkEgTk8gRU5DT05UUkFEQTwvcD5cbiAgICAgICAgICAgIDxoMj5cbiAgICAgICAgICAgICAgICBIZW1vcyBtaXJhZG8gYSBmb25kbywgcGVybyBwYXJlY2UgcXVlIGxhIHDDoWdpbmEgcXVlIGJ1c2NhIHlhIG5vXG4gICAgICAgICAgICAgICAgZXhpc3RlXG4gICAgICAgICAgICA8L2gyPlxuICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICBocmVmPVwiaHR0cHM6Ly90ZW1wbGF0ZXMubmV3c29mdGRlbW8uaW5mby9ob3RlbHMvYmxhbmNvL1wiXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJidG4gYnRuX19wcmltYXJ5XCJcbiAgICAgICAgICAgICAgICA+PHNwYW4+Vm9sdmVyIGFsIEluaWNpbzwvc3Bhbj48L2FcbiAgICAgICAgICAgID5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=
|
|
@@ -1,35 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
3
|
-
import { BabylonSlidersDirective } from '../../../directives/babylon-sliders/babylon-sliders.directive';
|
|
4
|
-
import { BabylonDynamicHeadingComponent } from '../../shared';
|
|
1
|
+
import { Component } from '@angular/core';
|
|
5
2
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "@angular/common";
|
|
7
3
|
export class BabylonAdvantagesComponent {
|
|
8
|
-
constructor() {
|
|
9
|
-
this.showImage = false;
|
|
10
|
-
}
|
|
11
|
-
toggleImage() {
|
|
12
|
-
this.showImage = !this.showImage;
|
|
13
|
-
}
|
|
14
4
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonAdvantagesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
15
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonAdvantagesComponent, isStandalone: true, selector: "lib-babylon-advantages", inputs: { title: "title", advantages: "advantages", tags: "tags", textColors: "textColors", seeMore: "seeMore", seeLess: "seeLess", image: "image" }, ngImport: i0, template: "<section class=\"babylon__advantages-slider margin-main bg--white\">\n @if (title) {\n <div class=\"container\">\n <div class=\"intro_info align--center no-align\">\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h3'\"\n cssClass=\"pretitle\"\n [content]=\"title\"\n [color]=\"textColors?.title\"\n ></lib-babylon-dynamic-heading>\n </div>\n </div>\n }\n @if (advantages) {\n <div class=\"cs_slider cs_style_1 cs_hover_show_arrows\">\n <div class=\"container\">\n <div\n class=\"cs_slider_container\"\n sliders=\"cs_slider_container\"\n data-autoplay=\"0\"\n data-loop=\"1\"\n data-speed=\"600\"\n data-center=\"0\"\n data-variable-width=\"0\"\n data-slides-per-view=\"responsive\"\n data-xs-slides=\"1\"\n data-sm-slides=\"2\"\n data-md-slides=\"2\"\n data-mlg-slides=\"3\"\n data-lg-slides=\"3\"\n data-add-slides=\"3\"\n >\n <div class=\"cs_slider_wrapper\">\n @for (advantage of advantages; track $index) {\n <div class=\"cs_slide\">\n <div class=\"advantages-item\">\n <div class=\"advantages-item--icon\">\n <div class=\"info--icon icon--small\">\n <i\n class=\"icon--svg\"\n [ngClass]=\"advantage.icon\"\n ></i>\n </div>\n </div>\n @if (advantage.title) {\n <div class=\"advantages-item--info\">\n <div class=\"intro_info1 no-align\">\n <p class=\"text mb--0\">\n {{ advantage.title }}\n @if (advantage.text) {\n <p class=\"text--small mb--0\">\n {{ advantage.text }}\n </p>\n }\n </p>\n </div>\n </div>\n }\n </div>\n </div>\n }\n </div>\n </div>\n\n <div class=\"cs_slider_arrows cs_style_2 cs_mobile_hide\">\n <div class=\"cs_left_arrow slick-arrow\">\n <span class=\"babylon-arrow-left-big\"></span>\n </div>\n <div class=\"cs_right_arrow slick-arrow\">\n <span class=\"babylon-arrow-right-big\"></span>\n </div>\n </div>\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\n </div>\n </div>\n }\n\n @if(seeMore && seeLess){\n <div class=\"see-more-container\">\n <button class=\"btn btn_primary\" (click)=\"toggleImage()\">\n {{ showImage ? seeLess : seeMore }}\n </button>\n </div>\n\n @if (showImage) {\n <div class=\"see-more-image\">\n <img [src]=\"image?.src\" [alt]=\"image?.alt\" />\n </div>\n }\n }\n</section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}.babylon__advantages-slider{padding-block:30px}.advantages-item{display:flex;align-items:flex-start;justify-content:center;gap:20px}@media (min-width: 1025px){.advantages-item{padding-right:10px}}.cs_slider_wrapper{margin:0 1rem;overflow:hidden}@media (min-width: 1025px){.cs_slider_wrapper{margin:0 3rem}}.cs_pagination.cs_style_1{margin-top:20px}.slick-slide>div{flex-direction:row}.see-more-container,.see-more-image{text-align:center;margin-top:20px}.see-more-image img{max-width:100%;height:auto;border-radius:10px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonSlidersDirective, selector: "[sliders]", inputs: ["sliders"] }, { kind: "component", type: BabylonDynamicHeadingComponent, selector: "lib-babylon-dynamic-heading", inputs: ["tag", "wrapper", "cssClass", "content", "color"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonAdvantagesComponent, isStandalone: true, selector: "lib-babylon-advantages", ngImport: i0, template: "<section class=\"babylon__advantages-slider margin-main bg--white\">\n <div class=\"container\">\n <div class=\"intro_info align--center no-align\">\n <h3 class=\"pretitle\" >advantages Slider</h3>\n </div>\n </div>\n <div class=\"cs_slider cs_style_1 cs_hover_show_arrows\">\n <div class=\"container\">\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\"\n data-variable-width=\"0\" data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"2\" data-md-slides=\"2\" data-lg-slides=\"3\" data-add-slides=\"3\">\n <div class=\"cs_slider_wrapper\">\n <div class=\"cs_slide\">\n <div class=\"advantages-item\">\n <div class=\"advantages-item--icon\">\n <div class=\"info--icon icon--small \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <div class=\"advantages-item--info\">\n <div class=\"intro_info1 no-align\">\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\n </div>\n </div>\n </div>\n </div>\n <div class=\"cs_slide\">\n <div class=\"advantages-item\">\n <div class=\"advantages-item--icon\">\n <div class=\"info--icon icon--small \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <div class=\"advantages-item--info\">\n <div class=\"intro_info1 no-align\">\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\n </div>\n </div>\n </div>\n </div>\n <div class=\"cs_slide\">\n <div class=\"advantages-item\">\n <div class=\"advantages-item--icon\">\n <div class=\"info--icon icon--small \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <div class=\"advantages-item--info\">\n <div class=\"intro_info1 no-align\">\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\n </div>\n </div>\n </div>\n </div>\n <div class=\"cs_slide\">\n <div class=\"advantages-item\">\n <div class=\"advantages-item--icon\">\n <div class=\"info--icon icon--small \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <div class=\"advantages-item--info\">\n <div class=\"intro_info1 no-align\">\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\n </div>\n </div>\n </div>\n </div>\n <div class=\"cs_slide\">\n <div class=\"advantages-item\">\n <div class=\"advantages-item--icon\">\n <div class=\"info--icon icon--small \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <div class=\"advantages-item--info\">\n <div class=\"intro_info1 no-align\">\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n\n <div class=\"cs_slider_arrows cs_style_2 cs_mobile_hide\">\n <div class=\"cs_left_arrow slick-arrow\">\n <span class=\"babylon-arrow-left-big\"></span>\n </div>\n <div class=\"cs_right_arrow slick-arrow\">\n <span class=\"babylon-arrow-right-big\"></span>\n </div>\n </div>\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\n </div>\n </div>\n\n </section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.babylon__advantages-slider{padding-block:30px}.advantages-item{display:flex;align-items:center;justify-content:center;gap:20px}.cs_slider_wrapper{margin:0 3rem;overflow:hidden}.cs_pagination.cs_style_1{margin-top:20px}\n"] }); }
|
|
16
6
|
}
|
|
17
7
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonAdvantagesComponent, decorators: [{
|
|
18
8
|
type: Component,
|
|
19
|
-
args: [{ selector: 'lib-babylon-advantages', standalone: true, imports: [CommonModule, BabylonSlidersDirective, BabylonDynamicHeadingComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__advantages-slider margin-main bg--white\">\n @if (title) {\n <div class=\"container\">\n <div class=\"intro_info align--center no-align\">\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h3'\"\n cssClass=\"pretitle\"\n [content]=\"title\"\n [color]=\"textColors?.title\"\n ></lib-babylon-dynamic-heading>\n </div>\n </div>\n }\n @if (advantages) {\n <div class=\"cs_slider cs_style_1 cs_hover_show_arrows\">\n <div class=\"container\">\n <div\n class=\"cs_slider_container\"\n sliders=\"cs_slider_container\"\n data-autoplay=\"0\"\n data-loop=\"1\"\n data-speed=\"600\"\n data-center=\"0\"\n data-variable-width=\"0\"\n data-slides-per-view=\"responsive\"\n data-xs-slides=\"1\"\n data-sm-slides=\"2\"\n data-md-slides=\"2\"\n data-mlg-slides=\"3\"\n data-lg-slides=\"3\"\n data-add-slides=\"3\"\n >\n <div class=\"cs_slider_wrapper\">\n @for (advantage of advantages; track $index) {\n <div class=\"cs_slide\">\n <div class=\"advantages-item\">\n <div class=\"advantages-item--icon\">\n <div class=\"info--icon icon--small\">\n <i\n class=\"icon--svg\"\n [ngClass]=\"advantage.icon\"\n ></i>\n </div>\n </div>\n @if (advantage.title) {\n <div class=\"advantages-item--info\">\n <div class=\"intro_info1 no-align\">\n <p class=\"text mb--0\">\n {{ advantage.title }}\n @if (advantage.text) {\n <p class=\"text--small mb--0\">\n {{ advantage.text }}\n </p>\n }\n </p>\n </div>\n </div>\n }\n </div>\n </div>\n }\n </div>\n </div>\n\n <div class=\"cs_slider_arrows cs_style_2 cs_mobile_hide\">\n <div class=\"cs_left_arrow slick-arrow\">\n <span class=\"babylon-arrow-left-big\"></span>\n </div>\n <div class=\"cs_right_arrow slick-arrow\">\n <span class=\"babylon-arrow-right-big\"></span>\n </div>\n </div>\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\n </div>\n </div>\n }\n\n @if(seeMore && seeLess){\n <div class=\"see-more-container\">\n <button class=\"btn btn_primary\" (click)=\"toggleImage()\">\n {{ showImage ? seeLess : seeMore }}\n </button>\n </div>\n\n @if (showImage) {\n <div class=\"see-more-image\">\n <img [src]=\"image?.src\" [alt]=\"image?.alt\" />\n </div>\n }\n }\n</section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}.babylon__advantages-slider{padding-block:30px}.advantages-item{display:flex;align-items:flex-start;justify-content:center;gap:20px}@media (min-width: 1025px){.advantages-item{padding-right:10px}}.cs_slider_wrapper{margin:0 1rem;overflow:hidden}@media (min-width: 1025px){.cs_slider_wrapper{margin:0 3rem}}.cs_pagination.cs_style_1{margin-top:20px}.slick-slide>div{flex-direction:row}.see-more-container,.see-more-image{text-align:center;margin-top:20px}.see-more-image img{max-width:100%;height:auto;border-radius:10px}\n"] }]
|
|
20
|
-
}]
|
|
21
|
-
|
|
22
|
-
}], advantages: [{
|
|
23
|
-
type: Input
|
|
24
|
-
}], tags: [{
|
|
25
|
-
type: Input
|
|
26
|
-
}], textColors: [{
|
|
27
|
-
type: Input
|
|
28
|
-
}], seeMore: [{
|
|
29
|
-
type: Input
|
|
30
|
-
}], seeLess: [{
|
|
31
|
-
type: Input
|
|
32
|
-
}], image: [{
|
|
33
|
-
type: Input
|
|
34
|
-
}] } });
|
|
35
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1hZHZhbnRhZ2VzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1hZHZhbnRhZ2VzL2JhYnlsb24tYWR2YW50YWdlcy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYWR2YW50YWdlcy9iYWJ5bG9uLWFkdmFudGFnZXMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLCtEQUErRCxDQUFDO0FBSXhHLE9BQU8sRUFBRSw4QkFBOEIsRUFBRSxNQUFNLGNBQWMsQ0FBQzs7O0FBVzlELE1BQU0sT0FBTywwQkFBMEI7SUFSdkM7UUFpQkksY0FBUyxHQUFHLEtBQUssQ0FBQztLQUtyQjtJQUhHLFdBQVc7UUFDVCxJQUFJLENBQUMsU0FBUyxHQUFHLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQztJQUNuQyxDQUFDOytHQWJRLDBCQUEwQjttR0FBMUIsMEJBQTBCLHdPQ2pCdkMsNi9IQTJGQSx5M3pCRC9FYyxZQUFZLDZIQUFFLHVCQUF1QiwyRUFBRSw4QkFBOEI7OzRGQUt0RSwwQkFBMEI7a0JBUnRDLFNBQVM7K0JBQ0ksd0JBQXdCLGNBQ3RCLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSx1QkFBdUIsRUFBRSw4QkFBOEIsQ0FBQyxtQkFHL0QsdUJBQXVCLENBQUMsTUFBTTs4QkFHdEMsS0FBSztzQkFBYixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJhYnlsb25TbGlkZXJzRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vZGlyZWN0aXZlcy9iYWJ5bG9uLXNsaWRlcnMvYmFieWxvbi1zbGlkZXJzLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBCYWJ5bG9uQWR2SW5mb0kgfSBmcm9tICcuL2JhYnlsb24tYWR2YW50YWdlcy1pbmZvLmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uVGFnc0kgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tdGFncy5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgQmFieWxvblRleHRzQ29sb3JzSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi10ZXh0cy1jb2xvcnMuaW50ZXJmYWNlJztcbmltcG9ydCB7IEJhYnlsb25EeW5hbWljSGVhZGluZ0NvbXBvbmVudCB9IGZyb20gJy4uLy4uL3NoYXJlZCc7XG5pbXBvcnQgeyBCYWJ5bG9uQnV0dG9uSSwgQmFieWxvbkltYWdlSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLWFkdmFudGFnZXMnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQmFieWxvblNsaWRlcnNEaXJlY3RpdmUsIEJhYnlsb25EeW5hbWljSGVhZGluZ0NvbXBvbmVudF0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tYWR2YW50YWdlcy5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24tYWR2YW50YWdlcy5jb21wb25lbnQuc2NzcycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25BZHZhbnRhZ2VzQ29tcG9uZW50IHtcbiAgICBASW5wdXQoKSB0aXRsZT86IHN0cmluZztcbiAgICBASW5wdXQoKSBhZHZhbnRhZ2VzPzogQmFieWxvbkFkdkluZm9JW107XG4gICAgQElucHV0KCkgdGFncz86IEJhYnlsb25UYWdzSTtcbiAgICBASW5wdXQoKSB0ZXh0Q29sb3JzPzogQmFieWxvblRleHRzQ29sb3JzSTtcbiAgICBASW5wdXQoKSBzZWVNb3JlPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHNlZUxlc3M/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgaW1hZ2U/OiBCYWJ5bG9uSW1hZ2VJO1xuXG4gICAgc2hvd0ltYWdlID0gZmFsc2U7XG5cbiAgICB0b2dnbGVJbWFnZSgpIHtcbiAgICAgIHRoaXMuc2hvd0ltYWdlID0gIXRoaXMuc2hvd0ltYWdlO1xuICAgIH1cbn1cbiIsIjxzZWN0aW9uIGNsYXNzPVwiYmFieWxvbl9fYWR2YW50YWdlcy1zbGlkZXIgbWFyZ2luLW1haW4gYmctLXdoaXRlXCI+XG4gICAgQGlmICh0aXRsZSkge1xuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBhbGlnbi0tY2VudGVyIG5vLWFsaWduXCI+XG4gICAgICAgICAgICAgICAgPGxpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZ1xuICAgICAgICAgICAgICAgICAgICBbdGFnXT1cInRhZ3M/LnRpdGxlIHx8ICdoMydcIlxuICAgICAgICAgICAgICAgICAgICBjc3NDbGFzcz1cInByZXRpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgW2NvbnRlbnRdPVwidGl0bGVcIlxuICAgICAgICAgICAgICAgICAgICBbY29sb3JdPVwidGV4dENvbG9ycz8udGl0bGVcIlxuICAgICAgICAgICAgICAgID48L2xpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZz5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICB9XG4gICAgQGlmIChhZHZhbnRhZ2VzKSB7XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXIgY3Nfc3R5bGVfMSBjc19ob3Zlcl9zaG93X2Fycm93c1wiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJjc19zbGlkZXJfY29udGFpbmVyXCJcbiAgICAgICAgICAgICAgICAgICAgc2xpZGVycz1cImNzX3NsaWRlcl9jb250YWluZXJcIlxuICAgICAgICAgICAgICAgICAgICBkYXRhLWF1dG9wbGF5PVwiMFwiXG4gICAgICAgICAgICAgICAgICAgIGRhdGEtbG9vcD1cIjFcIlxuICAgICAgICAgICAgICAgICAgICBkYXRhLXNwZWVkPVwiNjAwXCJcbiAgICAgICAgICAgICAgICAgICAgZGF0YS1jZW50ZXI9XCIwXCJcbiAgICAgICAgICAgICAgICAgICAgZGF0YS12YXJpYWJsZS13aWR0aD1cIjBcIlxuICAgICAgICAgICAgICAgICAgICBkYXRhLXNsaWRlcy1wZXItdmlldz1cInJlc3BvbnNpdmVcIlxuICAgICAgICAgICAgICAgICAgICBkYXRhLXhzLXNsaWRlcz1cIjFcIlxuICAgICAgICAgICAgICAgICAgICBkYXRhLXNtLXNsaWRlcz1cIjJcIlxuICAgICAgICAgICAgICAgICAgICBkYXRhLW1kLXNsaWRlcz1cIjJcIlxuICAgICAgICAgICAgICAgICAgICBkYXRhLW1sZy1zbGlkZXM9XCIzXCJcbiAgICAgICAgICAgICAgICAgICAgZGF0YS1sZy1zbGlkZXM9XCIzXCJcbiAgICAgICAgICAgICAgICAgICAgZGF0YS1hZGQtc2xpZGVzPVwiM1wiXG4gICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVyX3dyYXBwZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKGFkdmFudGFnZSBvZiBhZHZhbnRhZ2VzOyB0cmFjayAkaW5kZXgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImFkdmFudGFnZXMtaXRlbVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImFkdmFudGFnZXMtaXRlbS0taWNvblwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbmZvLS1pY29uIGljb24tLXNtYWxsXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImljb24tLXN2Z1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJhZHZhbnRhZ2UuaWNvblwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L2k+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoYWR2YW50YWdlLnRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImFkdmFudGFnZXMtaXRlbS0taW5mb1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbzEgbm8tYWxpZ25cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dCBtYi0tMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IGFkdmFudGFnZS50aXRsZSB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGFkdmFudGFnZS50ZXh0KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHQtLXNtYWxsIG1iLS0wXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IGFkdmFudGFnZS50ZXh0IH19XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlcl9hcnJvd3MgY3Nfc3R5bGVfMiBjc19tb2JpbGVfaGlkZVwiPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfbGVmdF9hcnJvdyBzbGljay1hcnJvd1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LWxlZnQtYmlnXCI+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3JpZ2h0X2Fycm93IHNsaWNrLWFycm93XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctcmlnaHQtYmlnXCI+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcGFnaW5hdGlvbiBjc19zdHlsZV8xIGNzX21vYmlsZV9zaG93XCI+PC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgfVxuXG4gICAgQGlmKHNlZU1vcmUgJiYgc2VlTGVzcyl7XG4gICAgICA8ZGl2IGNsYXNzPVwic2VlLW1vcmUtY29udGFpbmVyXCI+XG4gICAgICAgIDxidXR0b24gY2xhc3M9XCJidG4gYnRuX3ByaW1hcnlcIiAoY2xpY2spPVwidG9nZ2xlSW1hZ2UoKVwiPlxuICAgICAgICAgIHt7IHNob3dJbWFnZSA/IHNlZUxlc3MgOiBzZWVNb3JlIH19XG4gICAgICAgIDwvYnV0dG9uPlxuICAgICAgPC9kaXY+XG5cbiAgICAgIEBpZiAoc2hvd0ltYWdlKSB7XG4gICAgICAgIDxkaXYgY2xhc3M9XCJzZWUtbW9yZS1pbWFnZVwiPlxuICAgICAgICAgIDxpbWcgW3NyY109XCJpbWFnZT8uc3JjXCIgW2FsdF09XCJpbWFnZT8uYWx0XCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgICB9XG4gICAgfVxuPC9zZWN0aW9uPlxuIl19
|
|
9
|
+
args: [{ selector: 'lib-babylon-advantages', standalone: true, imports: [], template: "<section class=\"babylon__advantages-slider margin-main bg--white\">\n <div class=\"container\">\n <div class=\"intro_info align--center no-align\">\n <h3 class=\"pretitle\" >advantages Slider</h3>\n </div>\n </div>\n <div class=\"cs_slider cs_style_1 cs_hover_show_arrows\">\n <div class=\"container\">\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\"\n data-variable-width=\"0\" data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"2\" data-md-slides=\"2\" data-lg-slides=\"3\" data-add-slides=\"3\">\n <div class=\"cs_slider_wrapper\">\n <div class=\"cs_slide\">\n <div class=\"advantages-item\">\n <div class=\"advantages-item--icon\">\n <div class=\"info--icon icon--small \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <div class=\"advantages-item--info\">\n <div class=\"intro_info1 no-align\">\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\n </div>\n </div>\n </div>\n </div>\n <div class=\"cs_slide\">\n <div class=\"advantages-item\">\n <div class=\"advantages-item--icon\">\n <div class=\"info--icon icon--small \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <div class=\"advantages-item--info\">\n <div class=\"intro_info1 no-align\">\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\n </div>\n </div>\n </div>\n </div>\n <div class=\"cs_slide\">\n <div class=\"advantages-item\">\n <div class=\"advantages-item--icon\">\n <div class=\"info--icon icon--small \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <div class=\"advantages-item--info\">\n <div class=\"intro_info1 no-align\">\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\n </div>\n </div>\n </div>\n </div>\n <div class=\"cs_slide\">\n <div class=\"advantages-item\">\n <div class=\"advantages-item--icon\">\n <div class=\"info--icon icon--small \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <div class=\"advantages-item--info\">\n <div class=\"intro_info1 no-align\">\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\n </div>\n </div>\n </div>\n </div>\n <div class=\"cs_slide\">\n <div class=\"advantages-item\">\n <div class=\"advantages-item--icon\">\n <div class=\"info--icon icon--small \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <div class=\"advantages-item--info\">\n <div class=\"intro_info1 no-align\">\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n\n <div class=\"cs_slider_arrows cs_style_2 cs_mobile_hide\">\n <div class=\"cs_left_arrow slick-arrow\">\n <span class=\"babylon-arrow-left-big\"></span>\n </div>\n <div class=\"cs_right_arrow slick-arrow\">\n <span class=\"babylon-arrow-right-big\"></span>\n </div>\n </div>\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\n </div>\n </div>\n\n </section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.babylon__advantages-slider{padding-block:30px}.advantages-item{display:flex;align-items:center;justify-content:center;gap:20px}.cs_slider_wrapper{margin:0 3rem;overflow:hidden}.cs_pagination.cs_style_1{margin-top:20px}\n"] }]
|
|
10
|
+
}] });
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1hZHZhbnRhZ2VzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1hZHZhbnRhZ2VzL2JhYnlsb24tYWR2YW50YWdlcy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYWR2YW50YWdlcy9iYWJ5bG9uLWFkdmFudGFnZXMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUMsTUFBTSxPQUFPLDBCQUEwQjsrR0FBMUIsMEJBQTBCO21HQUExQiwwQkFBMEIsa0ZDVHZDLHFsSkFpR0E7OzRGRHhGYSwwQkFBMEI7a0JBUHRDLFNBQVM7K0JBQ0Usd0JBQXdCLGNBQ3RCLElBQUksV0FDUCxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLWFkdmFudGFnZXMnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXSxcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tYWR2YW50YWdlcy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWFkdmFudGFnZXMuY29tcG9uZW50LnNjc3MnXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25BZHZhbnRhZ2VzQ29tcG9uZW50IHtcblxufVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX19hZHZhbnRhZ2VzLXNsaWRlciBtYXJnaW4tbWFpbiAgYmctLXdoaXRlXCI+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBhbGlnbi0tY2VudGVyIG5vLWFsaWduXCI+XG4gICAgICAgICAgICA8aDMgY2xhc3M9XCJwcmV0aXRsZVwiID5hZHZhbnRhZ2VzIFNsaWRlcjwvaDM+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXIgY3Nfc3R5bGVfMSAgIGNzX2hvdmVyX3Nob3dfYXJyb3dzXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXJfY29udGFpbmVyXCIgZGF0YS1hdXRvcGxheT1cIjBcIiBkYXRhLWxvb3A9XCIxXCIgZGF0YS1zcGVlZD1cIjYwMFwiIGRhdGEtY2VudGVyPVwiMFwiXG4gICAgICAgICAgICBkYXRhLXZhcmlhYmxlLXdpZHRoPVwiMFwiIGRhdGEtc2xpZGVzLXBlci12aWV3PVwicmVzcG9uc2l2ZVwiIGRhdGEteHMtc2xpZGVzPVwiMVwiIGRhdGEtc20tc2xpZGVzPVwiMlwiIGRhdGEtbWQtc2xpZGVzPVwiMlwiIGRhdGEtbGctc2xpZGVzPVwiM1wiIGRhdGEtYWRkLXNsaWRlcz1cIjNcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXJfd3JhcHBlclwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWR2YW50YWdlcy1pdGVtXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWR2YW50YWdlcy1pdGVtLS1pY29uXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImluZm8tLWljb24gaWNvbi0tc21hbGwgXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiYmFieWxvbi10ZWxlcGhvbmVcIj48L2k+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzLWl0ZW0tLWluZm9cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbzEgbm8tYWxpZ25cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0IG1iLS0wXCI+SGFtYWNhcyB5IHNvbWJyaWxsYXM8L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlXCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzLWl0ZW1cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzLWl0ZW0tLWljb25cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5mby0taWNvbiBpY29uLS1zbWFsbCBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJiYWJ5bG9uLXRlbGVwaG9uZVwiPjwvaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImFkdmFudGFnZXMtaXRlbS0taW5mb1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvMSBuby1hbGlnblwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHQgbWItLTBcIj5IYW1hY2FzIHkgc29tYnJpbGxhczwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImFkdmFudGFnZXMtaXRlbVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImFkdmFudGFnZXMtaXRlbS0taWNvblwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbmZvLS1pY29uIGljb24tLXNtYWxsIFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImJhYnlsb24tdGVsZXBob25lXCI+PC9pPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWR2YW50YWdlcy1pdGVtLS1pbmZvXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImludHJvX2luZm8xIG5vLWFsaWduXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dCBtYi0tMFwiPkhhbWFjYXMgeSBzb21icmlsbGFzPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWR2YW50YWdlcy1pdGVtXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWR2YW50YWdlcy1pdGVtLS1pY29uXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImluZm8tLWljb24gaWNvbi0tc21hbGwgXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiYmFieWxvbi10ZWxlcGhvbmVcIj48L2k+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzLWl0ZW0tLWluZm9cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbzEgbm8tYWxpZ25cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0IG1iLS0wXCI+SGFtYWNhcyB5IHNvbWJyaWxsYXM8L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlXCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzLWl0ZW1cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzLWl0ZW0tLWljb25cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5mby0taWNvbiBpY29uLS1zbWFsbCBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJiYWJ5bG9uLXRlbGVwaG9uZVwiPjwvaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImFkdmFudGFnZXMtaXRlbS0taW5mb1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvMSBuby1hbGlnblwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHQgbWItLTBcIj5IYW1hY2FzIHkgc29tYnJpbGxhczwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cblxuICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVyX2Fycm93cyBjc19zdHlsZV8yIGNzX21vYmlsZV9oaWRlXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfbGVmdF9hcnJvdyBzbGljay1hcnJvd1wiPlxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1sZWZ0LWJpZ1wiPjwvc3Bhbj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3JpZ2h0X2Fycm93IHNsaWNrLWFycm93XCI+XG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LXJpZ2h0LWJpZ1wiPjwvc3Bhbj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNzX3BhZ2luYXRpb24gY3Nfc3R5bGVfMSBjc19tb2JpbGVfc2hvd1wiPjwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cblxuICA8L3NlY3Rpb24+XG4iXX0=
|