ctt-babylon 0.8.13 → 0.8.15
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 +12 -0
- 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 +17 -0
- 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-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 +11 -0
- 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 +12 -0
- package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +13 -0
- package/esm2022/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.mjs +52 -0
- 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 +11 -0
- 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 +20 -0
- 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 +12 -0
- 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 +211 -0
- package/esm2022/lib/directives/sliders/slider-fix-arrows.directive.mjs +105 -0
- package/esm2022/lib/directives/utils/sticky-avoid-footer.directive.mjs +91 -0
- package/esm2022/lib/services/index.mjs +1 -3
- package/esm2022/lib/services/screen-sizer/screen-sizer.service.mjs +35 -46
- package/esm2022/lib/services/scroll/scroll-spy.service.mjs +50 -0
- package/esm2022/public-api.mjs +114 -11
- package/fesm2022/ctt-babylon.mjs +2652 -9381
- 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 +5 -0
- 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 -15
- package/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.d.ts +7 -0
- 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-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 +5 -0
- 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 +5 -0
- package/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.d.ts +9 -0
- 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 +5 -0
- 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-banner/babylon-top-simple-banner.component.d.ts +6 -0
- 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 +5 -0
- 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/scroll/scroll-to.directive.d.ts +31 -0
- package/lib/directives/scroll/show-only-top.directive.d.ts +22 -0
- package/lib/directives/sliders/slick-init.directive.d.ts +14 -0
- package/lib/directives/sliders/slider-fix-arrows.directive.d.ts +21 -0
- package/lib/directives/utils/sticky-avoid-footer.directive.d.ts +24 -0
- package/lib/services/index.d.ts +0 -2
- package/lib/services/screen-sizer/screen-sizer.service.d.ts +0 -2
- package/lib/services/scroll/scroll-spy.service.d.ts +17 -0
- package/lib/styles/styles/babylon/scss-daba/airDatePicker.min.css +13 -0
- package/lib/styles/styles/babylon/scss-daba/aos.min.css +1 -0
- package/lib/styles/styles/babylon/scss-daba/buttons.css +1 -0
- package/lib/styles/styles/babylon/scss-daba/buttons.scss +441 -0
- package/lib/styles/styles/babylon/scss-daba/fancybox.css +829 -0
- package/lib/styles/styles/babylon/scss-daba/fancybox.min.css +1 -0
- package/lib/styles/styles/babylon/scss-daba/funciones.scss +491 -0
- package/lib/styles/styles/babylon/scss-daba/inputs.css +1 -0
- package/lib/styles/styles/babylon/scss-daba/inputs.scss +168 -0
- package/lib/styles/styles/babylon/scss-daba/jquery.fancybox.min.css +1 -0
- package/lib/styles/styles/babylon/scss-daba/style.css +1 -0
- package/lib/styles/styles/babylon/scss-daba/style.scss +445 -0
- package/lib/styles/styles/babylon/scss-daba/swiper-bundle.min.css +635 -0
- package/lib/styles/styles-babylon.scss +7 -48
- package/package.json +4 -11
- package/public-api.d.ts +111 -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-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-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-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-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-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-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-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 -89
- 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-up.directive.mjs +0 -27
- 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-global-icon.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-menu-button.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-menu-info.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/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 -2553
- 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-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-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-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 -12
- 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-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-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-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-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 -88
- 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-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-global-icon.interface.d.ts +0 -4
- package/lib/interfaces/babylon-image.interface.d.ts +0 -12
- package/lib/interfaces/babylon-input.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-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 -17
- package/lib/interfaces/babylon-texts-colors.interface.d.ts +0 -20
- package/lib/interfaces/babylon-texts.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 -138
- 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 -1823
- package/lib/styles/styles/babylon/globals.css +0 -1
- package/lib/styles/styles/babylon/globals.scss +0 -848
- 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.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/{structure.css → scss-daba/funciones.css} +0 -0
package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.mjs
CHANGED
|
@@ -1,200 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ChangeDetectionStrategy, Component, effect, inject, Input, PLATFORM_ID, Renderer2, } from '@angular/core';
|
|
3
|
-
import { Subject } from 'rxjs';
|
|
4
|
-
import { ScreenSizerService } from '../../../services/screen-sizer';
|
|
5
|
-
import { Utils } from '../../../utils';
|
|
6
|
-
import { BabylonDynamicHeadingComponent } from '../../shared';
|
|
1
|
+
import { Component } from '@angular/core';
|
|
7
2
|
import * as i0 from "@angular/core";
|
|
8
3
|
export class BabylonTopSliderVideoComponent {
|
|
9
|
-
constructor() {
|
|
10
|
-
this.hasPlayerInitialized = false;
|
|
11
|
-
this.screenSizer = inject(ScreenSizerService);
|
|
12
|
-
this.renderer = inject(Renderer2);
|
|
13
|
-
this.platform = inject(PLATFORM_ID);
|
|
14
|
-
this.destroy$ = new Subject();
|
|
15
|
-
this.small = false;
|
|
16
|
-
effect(() => {
|
|
17
|
-
this.manageVideoOrImage();
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
ngAfterViewInit() {
|
|
21
|
-
if (!isPlatformBrowser(this.platform))
|
|
22
|
-
return;
|
|
23
|
-
if (!this.screenSizer.minMediumTablet()) {
|
|
24
|
-
if (this.screenSizer.mobile() && this.smallVideoData) {
|
|
25
|
-
this.small = true;
|
|
26
|
-
}
|
|
27
|
-
else {
|
|
28
|
-
if (!this.smallVideoData) {
|
|
29
|
-
return;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
else if (this.screenSizer.mobile() && this.smallVideoData) {
|
|
34
|
-
this.small = true;
|
|
35
|
-
}
|
|
36
|
-
const target = document.querySelector('.youtube-bg');
|
|
37
|
-
if (!target)
|
|
38
|
-
return;
|
|
39
|
-
this.observer = new IntersectionObserver(async (entries) => {
|
|
40
|
-
for (const e of entries) {
|
|
41
|
-
if (e.isIntersecting && !this.hasPlayerInitialized) {
|
|
42
|
-
try {
|
|
43
|
-
await this.loadVideoPlayer();
|
|
44
|
-
}
|
|
45
|
-
finally {
|
|
46
|
-
this.observer?.disconnect();
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}, { rootMargin: '200px 0px' });
|
|
51
|
-
this.observer.observe(target);
|
|
52
|
-
}
|
|
53
|
-
ngOnDestroy() {
|
|
54
|
-
this.observer?.disconnect();
|
|
55
|
-
this.destroy$.next();
|
|
56
|
-
this.destroy$.complete();
|
|
57
|
-
}
|
|
58
|
-
manageVideoOrImage() {
|
|
59
|
-
if (!isPlatformBrowser(this.platform)) {
|
|
60
|
-
return;
|
|
61
|
-
}
|
|
62
|
-
/* CASO MÓVIL: muestra imagen y oculta wrapper ---------------- */
|
|
63
|
-
if (!this.screenSizer.minMediumTablet() && !this.smallVideoData) {
|
|
64
|
-
const wrapper = document.querySelector('#wrapper_bgndVideo');
|
|
65
|
-
if (this.img?.src && wrapper) {
|
|
66
|
-
this.renderer.setStyle(wrapper, 'display', 'none');
|
|
67
|
-
this.renderer.setStyle(document.querySelector('.youtube-bg'), 'padding-top', '110px');
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
/* CASO DESKTOP/TABLET: no hace nada aquí ---------------------- */
|
|
71
|
-
}
|
|
72
|
-
async loadVideoPlayer() {
|
|
73
|
-
// 1) espera jQuery
|
|
74
|
-
await Utils.loadScript$('assets/babylon/js/jquery.min.js').toPromise();
|
|
75
|
-
await this.waitFor(() => window.jQuery || window.$);
|
|
76
|
-
const w = window;
|
|
77
|
-
if (!w.$ && w.jQuery)
|
|
78
|
-
w.$ = w.jQuery;
|
|
79
|
-
// 2) espera a tener un src válido
|
|
80
|
-
const src = this.small
|
|
81
|
-
? await this.waitFor(() => this.smallVideoData?.src)
|
|
82
|
-
: await this.waitFor(() => this.videoData?.src);
|
|
83
|
-
const videoId = this.extractYouTubeId(src);
|
|
84
|
-
if (!videoId) {
|
|
85
|
-
console.warn('YT src no válido:', src);
|
|
86
|
-
return; // evita indexOf de null
|
|
87
|
-
}
|
|
88
|
-
// 3) carga plugin y espera YTPlayer
|
|
89
|
-
await Utils.loadScript$('assets/babylon/js/jquery.mb.YTPlayer.min.js').toPromise();
|
|
90
|
-
await this.waitFor(() => w.$?.fn?.YTPlayer);
|
|
91
|
-
if (this.hasPlayerInitialized)
|
|
92
|
-
return;
|
|
93
|
-
const $ = w.$;
|
|
94
|
-
const videoEl = $('#bgndVideo');
|
|
95
|
-
if (!videoEl?.length)
|
|
96
|
-
return;
|
|
97
|
-
this.hasPlayerInitialized = true;
|
|
98
|
-
videoEl.YTPlayer({
|
|
99
|
-
videoURL: videoId,
|
|
100
|
-
containment: '.youtube-bg',
|
|
101
|
-
autoPlay: true,
|
|
102
|
-
mute: true,
|
|
103
|
-
startAt: 1,
|
|
104
|
-
opacity: 1,
|
|
105
|
-
showControls: false,
|
|
106
|
-
loop: true,
|
|
107
|
-
stopMovieOnBlur: false,
|
|
108
|
-
quality: 'hd1080',
|
|
109
|
-
ratio: '16/9',
|
|
110
|
-
optimizeDisplay: true,
|
|
111
|
-
});
|
|
112
|
-
videoEl.on('YTPReady', () => {
|
|
113
|
-
try {
|
|
114
|
-
const player = videoEl.YTPGetPlayer();
|
|
115
|
-
player?.setPlaybackQuality?.('hd1080');
|
|
116
|
-
}
|
|
117
|
-
catch { }
|
|
118
|
-
});
|
|
119
|
-
document
|
|
120
|
-
.querySelector('.babylon__topslidervideo img')
|
|
121
|
-
?.setAttribute('style', 'display:none;');
|
|
122
|
-
}
|
|
123
|
-
waitForJQuery() {
|
|
124
|
-
return new Promise((resolve) => {
|
|
125
|
-
const check = () => {
|
|
126
|
-
const w = window;
|
|
127
|
-
if (w.jQuery && w.$) {
|
|
128
|
-
resolve();
|
|
129
|
-
}
|
|
130
|
-
else {
|
|
131
|
-
setTimeout(check, 30);
|
|
132
|
-
}
|
|
133
|
-
};
|
|
134
|
-
check();
|
|
135
|
-
});
|
|
136
|
-
}
|
|
137
|
-
getVideoDataProperty() {
|
|
138
|
-
return {
|
|
139
|
-
videoURL: this.small
|
|
140
|
-
? this.smallVideoData?.src
|
|
141
|
-
: this.videoData?.src,
|
|
142
|
-
containment: '.youtube-bg',
|
|
143
|
-
autoPlay: true,
|
|
144
|
-
mute: true,
|
|
145
|
-
startAt: 1,
|
|
146
|
-
opacity: 1,
|
|
147
|
-
showControls: false,
|
|
148
|
-
loop: true,
|
|
149
|
-
stopMovieOnBlur: false,
|
|
150
|
-
};
|
|
151
|
-
}
|
|
152
|
-
waitFor(cond, interval = 50, timeout = 5000) {
|
|
153
|
-
return new Promise((resolve, reject) => {
|
|
154
|
-
const t0 = Date.now();
|
|
155
|
-
const tick = () => {
|
|
156
|
-
const v = cond();
|
|
157
|
-
if (v)
|
|
158
|
-
return resolve(v);
|
|
159
|
-
if (Date.now() - t0 > timeout)
|
|
160
|
-
return reject(new Error('waitFor timeout'));
|
|
161
|
-
setTimeout(tick, interval);
|
|
162
|
-
};
|
|
163
|
-
tick();
|
|
164
|
-
});
|
|
165
|
-
}
|
|
166
|
-
extractYouTubeId(input) {
|
|
167
|
-
if (!input)
|
|
168
|
-
return null;
|
|
169
|
-
// admite ID directo o varias formas de URL
|
|
170
|
-
const idOnly = /^[\w-]{6,}$/i;
|
|
171
|
-
if (idOnly.test(input))
|
|
172
|
-
return input;
|
|
173
|
-
const m = input.match(/(?:v=|\/(?:embed|shorts|v)\/|youtu\.be\/)([\w-]{6,})/i);
|
|
174
|
-
return m ? m[1] : null;
|
|
175
|
-
}
|
|
176
|
-
isValidYouTube(input) {
|
|
177
|
-
return this.extractYouTubeId(input) !== null;
|
|
178
|
-
}
|
|
179
4
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonTopSliderVideoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
180
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonTopSliderVideoComponent, isStandalone: true, selector: "lib-babylon-top-slider-video", inputs: { labelInfos: "labelInfos", videoData: "videoData", smallVideoData: "smallVideoData", button: "button", img: "img", tags: "tags", textColors: "textColors" }, ngImport: i0, template: "<section class=\"babylon__topslidervideo margin-main-botom\">\n <div\n class=\"cs_hero cs_style_4 cs_primary_bg cs_bg_filed text-center position-relative youtube-bg\"\n >\n @if (videoData?.src || smallVideoData?.src) {\n <div id=\"bgndVideo\" class=\"player\"></div>\n }\n\n @if (img && img.src) {\n <img [src]=\"img.src\" [alt]=\"img.alt\" loading=\"lazy\" />\n }\n <div\n class=\"cs_hero_text_wrap cs_center wow fadeIn\"\n data-wow-duration=\"0.8s\"\n data-wow-delay=\"0.2s\"\n >\n <div class=\"container position-relative cs_zindex_3\">\n <div class=\"cs_hero_text\">\n @if (labelInfos?.pretitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.pretitle || 'h2'\"\n cssClass=\"cs_hero_subtitle pretitle_carrusel\"\n [content]=\"labelInfos?.pretitle ?? ''\"\n [color]=\"textColors?.pretitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (labelInfos?.title) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h1'\"\n cssClass=\"title_carrusel\"\n [content]=\"labelInfos?.title ?? ''\"\n [color]=\"textColors?.title\"\n ></lib-babylon-dynamic-heading>\n }\n @if (button?.url) {\n <div class=\"btns__box align--center\">\n <a\n [attr.aria-label]=\"button?.label\"\n [href]=\"button?.url\"\n class=\"btn btn_primary btn--light\"\n >\n <b>{{ button?.label }}</b>\n <span class=\"babylon-arrow-right-big\"></span>\n </a>\n </div>\n }\n </div>\n </div>\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_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__topslidervideo{position:relative}img{position:absolute;z-index:0;min-width:100%;min-height:100%;left:0;top:0;object-fit:cover}@media (min-width: 768px){img{display:none}}.cs_hero.cs_style_4{height:100vh;max-height:100svh;display:flex;flex-direction:column;padding:130px 0 0}@media (max-width: 1279px){.cs_hero.cs_style_4{height:100svh;padding:130px 0 150px}.cs_hero.cs_style_4 .cs_form_wrap{margin-bottom:60px}}@media (max-width: 1024px){.cs_hero.cs_style_4{padding:130px 0 80px}}.cs_hero.cs_style_4 .cs_hero_text_wrap{flex:1}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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: BabylonTopSliderVideoComponent, isStandalone: true, selector: "lib-babylon-top-slider-video", ngImport: i0, template: "<section class=\"babylon__topslidervideo margin-main-botom\"> \n <div class=\"cs_hero cs_style_4 cs_primary_bg cs_bg_filed text-center position-relative youtube-bg\">\n <div id=\"bgndVideo\" class=\"player\" data-property=\"{videoURL:'https://www.youtube.com/embed/UJEUwEJ6gH4', containment:'.youtube-bg',autoPlay:true, mute:true, startAt:1, opacity:1, showControls:false, loop:true, stopMovieOnBlur:false}\"></div>\n \n <div class=\"cs_hero_text_wrap cs_center wow fadeIn\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">\n <div class=\"container position-relative cs_zindex_3\">\n <div class=\"cs_hero_text\">\n <h2 class=\" cs_hero_subtitle pretitle_carrusel\">Top slider video</h2>\n <h1 class=\" title_carrusel\">Disfruta de las mejores vacaciones en familia</h1> \n <div class=\"btns__box align--center\">\n <a href=\" \" class=\"btn btn_primary btn--light\">\n <b>Descubrenos</b>\n <span class=\"babylon-arrow-right-big\"></span> \n </a>\n </div> \n </div>\n </div>\n </div>\n </div>\n </section>", 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__topslidervideo{position:relative}.cs_hero.cs_style_4{height:100vh;max-height:1100px;display:flex;flex-direction:column;padding:130px 0 0}@media (max-width: 1199px){.cs_hero.cs_style_4{height:initial;padding:130px 0 150px}.cs_hero.cs_style_4 .cs_form_wrap{margin-bottom:60px}}@media (max-width: 991px){.cs_hero.cs_style_4{padding:130px 0 80px}}.cs_hero.cs_style_4 .cs_hero_text_wrap{flex:1}\n"] }); }
|
|
181
6
|
}
|
|
182
7
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonTopSliderVideoComponent, decorators: [{
|
|
183
8
|
type: Component,
|
|
184
|
-
args: [{ selector: 'lib-babylon-top-slider-video', standalone: true, imports: [CommonModule, BabylonDynamicHeadingComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__topslidervideo margin-main-botom\">\n <div\n class=\"cs_hero cs_style_4 cs_primary_bg cs_bg_filed text-center position-relative youtube-bg\"\n >\n @if (videoData?.src || smallVideoData?.src) {\n <div id=\"bgndVideo\" class=\"player\"></div>\n }\n\n @if (img && img.src) {\n <img [src]=\"img.src\" [alt]=\"img.alt\" loading=\"lazy\" />\n }\n <div\n class=\"cs_hero_text_wrap cs_center wow fadeIn\"\n data-wow-duration=\"0.8s\"\n data-wow-delay=\"0.2s\"\n >\n <div class=\"container position-relative cs_zindex_3\">\n <div class=\"cs_hero_text\">\n @if (labelInfos?.pretitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.pretitle || 'h2'\"\n cssClass=\"cs_hero_subtitle pretitle_carrusel\"\n [content]=\"labelInfos?.pretitle ?? ''\"\n [color]=\"textColors?.pretitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (labelInfos?.title) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h1'\"\n cssClass=\"title_carrusel\"\n [content]=\"labelInfos?.title ?? ''\"\n [color]=\"textColors?.title\"\n ></lib-babylon-dynamic-heading>\n }\n @if (button?.url) {\n <div class=\"btns__box align--center\">\n <a\n [attr.aria-label]=\"button?.label\"\n [href]=\"button?.url\"\n class=\"btn btn_primary btn--light\"\n >\n <b>{{ button?.label }}</b>\n <span class=\"babylon-arrow-right-big\"></span>\n </a>\n </div>\n }\n </div>\n </div>\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_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__topslidervideo{position:relative}img{position:absolute;z-index:0;min-width:100%;min-height:100%;left:0;top:0;object-fit:cover}@media (min-width: 768px){img{display:none}}.cs_hero.cs_style_4{height:100vh;max-height:100svh;display:flex;flex-direction:column;padding:130px 0 0}@media (max-width: 1279px){.cs_hero.cs_style_4{height:100svh;padding:130px 0 150px}.cs_hero.cs_style_4 .cs_form_wrap{margin-bottom:60px}}@media (max-width: 1024px){.cs_hero.cs_style_4{padding:130px 0 80px}}.cs_hero.cs_style_4 .cs_hero_text_wrap{flex:1}\n"] }]
|
|
185
|
-
}]
|
|
186
|
-
|
|
187
|
-
}], videoData: [{
|
|
188
|
-
type: Input
|
|
189
|
-
}], smallVideoData: [{
|
|
190
|
-
type: Input
|
|
191
|
-
}], button: [{
|
|
192
|
-
type: Input
|
|
193
|
-
}], img: [{
|
|
194
|
-
type: Input
|
|
195
|
-
}], tags: [{
|
|
196
|
-
type: Input
|
|
197
|
-
}], textColors: [{
|
|
198
|
-
type: Input
|
|
199
|
-
}] } });
|
|
200
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby9iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQ2xFLE9BQU8sRUFFSCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULE1BQU0sRUFDTixNQUFNLEVBQ04sS0FBSyxFQUVMLFdBQVcsRUFDWCxTQUFTLEdBQ1osTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQztBQU8vQixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNwRSxPQUFPLEVBQUUsS0FBSyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDdkMsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sY0FBYyxDQUFDOztBQVc5RCxNQUFNLE9BQU8sOEJBQThCO0lBc0J2QztRQVhRLHlCQUFvQixHQUFHLEtBQUssQ0FBQztRQUdwQixnQkFBVyxHQUFHLE1BQU0sQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDO1FBQ3pDLGFBQVEsR0FBRyxNQUFNLENBQUMsU0FBUyxDQUFDLENBQUM7UUFDN0IsYUFBUSxHQUFHLE1BQU0sQ0FBQyxXQUFXLENBQUMsQ0FBQztRQUV4QyxhQUFRLEdBQUcsSUFBSSxPQUFPLEVBQVEsQ0FBQztRQUUvQixVQUFLLEdBQVksS0FBSyxDQUFDO1FBRzNCLE1BQU0sQ0FBQyxHQUFHLEVBQUU7WUFDUixJQUFJLENBQUMsa0JBQWtCLEVBQUUsQ0FBQztRQUM5QixDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFRCxlQUFlO1FBQ1gsSUFBSSxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxRQUFRLENBQUM7WUFBRSxPQUFPO1FBRTlDLElBQUksQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLGVBQWUsRUFBRSxFQUFFO1lBQ3JDLElBQUksSUFBSSxDQUFDLFdBQVcsQ0FBQyxNQUFNLEVBQUUsSUFBSSxJQUFJLENBQUMsY0FBYyxFQUFFO2dCQUNsRCxJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQzthQUNyQjtpQkFBTTtnQkFDSCxJQUFJLENBQUMsSUFBSSxDQUFDLGNBQWMsRUFBRTtvQkFDdEIsT0FBTztpQkFDVjthQUNKO1NBQ0o7YUFBTSxJQUFJLElBQUksQ0FBQyxXQUFXLENBQUMsTUFBTSxFQUFFLElBQUksSUFBSSxDQUFDLGNBQWMsRUFBRTtZQUN6RCxJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQztTQUNyQjtRQUVELE1BQU0sTUFBTSxHQUFHLFFBQVEsQ0FBQyxhQUFhLENBQUMsYUFBYSxDQUFDLENBQUM7UUFDckQsSUFBSSxDQUFDLE1BQU07WUFBRSxPQUFPO1FBRXBCLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxvQkFBb0IsQ0FDcEMsS0FBSyxFQUFFLE9BQU8sRUFBRSxFQUFFO1lBQ2QsS0FBSyxNQUFNLENBQUMsSUFBSSxPQUFPLEVBQUU7Z0JBQ3JCLElBQUksQ0FBQyxDQUFDLGNBQWMsSUFBSSxDQUFDLElBQUksQ0FBQyxvQkFBb0IsRUFBRTtvQkFDaEQsSUFBSTt3QkFDQSxNQUFNLElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztxQkFDaEM7NEJBQVM7d0JBQ04sSUFBSSxDQUFDLFFBQVEsRUFBRSxVQUFVLEVBQUUsQ0FBQztxQkFDL0I7aUJBQ0o7YUFDSjtRQUNMLENBQUMsRUFDRCxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsQ0FDOUIsQ0FBQztRQUVGLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxDQUFDO0lBQ2xDLENBQUM7SUFFRCxXQUFXO1FBQ1AsSUFBSSxDQUFDLFFBQVEsRUFBRSxVQUFVLEVBQUUsQ0FBQztRQUM1QixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksRUFBRSxDQUFDO1FBQ3JCLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDN0IsQ0FBQztJQUVPLGtCQUFrQjtRQUN0QixJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxFQUFFO1lBQ25DLE9BQU87U0FDVjtRQUVELGtFQUFrRTtRQUNsRSxJQUFJLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxlQUFlLEVBQUUsSUFBSSxDQUFDLElBQUksQ0FBQyxjQUFjLEVBQUU7WUFDN0QsTUFBTSxPQUFPLEdBQUcsUUFBUSxDQUFDLGFBQWEsQ0FBQyxvQkFBb0IsQ0FBQyxDQUFDO1lBQzdELElBQUksSUFBSSxDQUFDLEdBQUcsRUFBRSxHQUFHLElBQUksT0FBTyxFQUFFO2dCQUMxQixJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sQ0FBQyxDQUFDO2dCQUNuRCxJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FDbEIsUUFBUSxDQUFDLGFBQWEsQ0FBQyxhQUFhLENBQUMsRUFDckMsYUFBYSxFQUNiLE9BQU8sQ0FDVixDQUFDO2FBQ0w7U0FDSjtRQUNELG1FQUFtRTtJQUN2RSxDQUFDO0lBRU8sS0FBSyxDQUFDLGVBQWU7UUFDekIsbUJBQW1CO1FBQ25CLE1BQU0sS0FBSyxDQUFDLFdBQVcsQ0FBQyxpQ0FBaUMsQ0FBQyxDQUFDLFNBQVMsRUFBRSxDQUFDO1FBQ3ZFLE1BQU0sSUFBSSxDQUFDLE9BQU8sQ0FBQyxHQUFHLEVBQUUsQ0FBRSxNQUFjLENBQUMsTUFBTSxJQUFLLE1BQWMsQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUN0RSxNQUFNLENBQUMsR0FBRyxNQUFhLENBQUM7UUFDeEIsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLE1BQU07WUFBRSxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxNQUFNLENBQUM7UUFFckMsa0NBQWtDO1FBQ2xDLE1BQU0sR0FBRyxHQUFHLElBQUksQ0FBQyxLQUFLO1lBQ2xCLENBQUMsQ0FBQyxNQUFNLElBQUksQ0FBQyxPQUFPLENBQUMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLGNBQWMsRUFBRSxHQUFHLENBQUM7WUFDcEQsQ0FBQyxDQUFDLE1BQU0sSUFBSSxDQUFDLE9BQU8sQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsU0FBUyxFQUFFLEdBQUcsQ0FBQyxDQUFDO1FBQ3BELE1BQU0sT0FBTyxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxHQUFJLENBQUMsQ0FBQztRQUM1QyxJQUFJLENBQUMsT0FBTyxFQUFFO1lBQ1YsT0FBTyxDQUFDLElBQUksQ0FBQyxtQkFBbUIsRUFBRSxHQUFHLENBQUMsQ0FBQztZQUN2QyxPQUFPLENBQUMsd0JBQXdCO1NBQ25DO1FBRUQsb0NBQW9DO1FBQ3BDLE1BQU0sS0FBSyxDQUFDLFdBQVcsQ0FDbkIsNkNBQTZDLENBQ2hELENBQUMsU0FBUyxFQUFFLENBQUM7UUFDZCxNQUFNLElBQUksQ0FBQyxPQUFPLENBQUMsR0FBRyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLEVBQUUsUUFBUSxDQUFDLENBQUM7UUFFNUMsSUFBSSxJQUFJLENBQUMsb0JBQW9CO1lBQUUsT0FBTztRQUV0QyxNQUFNLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQ2QsTUFBTSxPQUFPLEdBQUcsQ0FBQyxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBQ2hDLElBQUksQ0FBQyxPQUFPLEVBQUUsTUFBTTtZQUFFLE9BQU87UUFFN0IsSUFBSSxDQUFDLG9CQUFvQixHQUFHLElBQUksQ0FBQztRQUNqQyxPQUFPLENBQUMsUUFBUSxDQUFDO1lBQ2IsUUFBUSxFQUFFLE9BQU87WUFDakIsV0FBVyxFQUFFLGFBQWE7WUFDMUIsUUFBUSxFQUFFLElBQUk7WUFDZCxJQUFJLEVBQUUsSUFBSTtZQUNWLE9BQU8sRUFBRSxDQUFDO1lBQ1YsT0FBTyxFQUFFLENBQUM7WUFDVixZQUFZLEVBQUUsS0FBSztZQUNuQixJQUFJLEVBQUUsSUFBSTtZQUNWLGVBQWUsRUFBRSxLQUFLO1lBQ3RCLE9BQU8sRUFBRSxRQUFRO1lBQ2pCLEtBQUssRUFBRSxNQUFNO1lBQ2IsZUFBZSxFQUFFLElBQUk7U0FDeEIsQ0FBQyxDQUFDO1FBRUgsT0FBTyxDQUFDLEVBQUUsQ0FBQyxVQUFVLEVBQUUsR0FBRyxFQUFFO1lBQ3hCLElBQUk7Z0JBQ0EsTUFBTSxNQUFNLEdBQUcsT0FBTyxDQUFDLFlBQVksRUFBRSxDQUFDO2dCQUN0QyxNQUFNLEVBQUUsa0JBQWtCLEVBQUUsQ0FBQyxRQUFRLENBQUMsQ0FBQzthQUMxQztZQUFDLE1BQU0sR0FBRTtRQUNkLENBQUMsQ0FBQyxDQUFDO1FBRUgsUUFBUTthQUNILGFBQWEsQ0FBQyw4QkFBOEIsQ0FBQztZQUM5QyxFQUFFLFlBQVksQ0FBQyxPQUFPLEVBQUUsZUFBZSxDQUFDLENBQUM7SUFDakQsQ0FBQztJQUVPLGFBQWE7UUFDakIsT0FBTyxJQUFJLE9BQU8sQ0FBQyxDQUFDLE9BQU8sRUFBRSxFQUFFO1lBQzNCLE1BQU0sS0FBSyxHQUFHLEdBQUcsRUFBRTtnQkFDZixNQUFNLENBQUMsR0FBRyxNQUFhLENBQUM7Z0JBQ3hCLElBQUksQ0FBQyxDQUFDLE1BQU0sSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFO29CQUNqQixPQUFPLEVBQUUsQ0FBQztpQkFDYjtxQkFBTTtvQkFDSCxVQUFVLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO2lCQUN6QjtZQUNMLENBQUMsQ0FBQztZQUNGLEtBQUssRUFBRSxDQUFDO1FBQ1osQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBRUQsb0JBQW9CO1FBQ2hCLE9BQU87WUFDSCxRQUFRLEVBQUUsSUFBSSxDQUFDLEtBQUs7Z0JBQ2hCLENBQUMsQ0FBQyxJQUFJLENBQUMsY0FBYyxFQUFFLEdBQUc7Z0JBQzFCLENBQUMsQ0FBQyxJQUFJLENBQUMsU0FBUyxFQUFFLEdBQUc7WUFDekIsV0FBVyxFQUFFLGFBQWE7WUFDMUIsUUFBUSxFQUFFLElBQUk7WUFDZCxJQUFJLEVBQUUsSUFBSTtZQUNWLE9BQU8sRUFBRSxDQUFDO1lBQ1YsT0FBTyxFQUFFLENBQUM7WUFDVixZQUFZLEVBQUUsS0FBSztZQUNuQixJQUFJLEVBQUUsSUFBSTtZQUNWLGVBQWUsRUFBRSxLQUFLO1NBQ3pCLENBQUM7SUFDTixDQUFDO0lBRU8sT0FBTyxDQUNYLElBQWdDLEVBQ2hDLFFBQVEsR0FBRyxFQUFFLEVBQ2IsT0FBTyxHQUFHLElBQUk7UUFFZCxPQUFPLElBQUksT0FBTyxDQUFDLENBQUMsT0FBTyxFQUFFLE1BQU0sRUFBRSxFQUFFO1lBQ25DLE1BQU0sRUFBRSxHQUFHLElBQUksQ0FBQyxHQUFHLEVBQUUsQ0FBQztZQUN0QixNQUFNLElBQUksR0FBRyxHQUFHLEVBQUU7Z0JBQ2QsTUFBTSxDQUFDLEdBQUcsSUFBSSxFQUFFLENBQUM7Z0JBQ2pCLElBQUksQ0FBQztvQkFBRSxPQUFPLE9BQU8sQ0FBQyxDQUFDLENBQUMsQ0FBQztnQkFDekIsSUFBSSxJQUFJLENBQUMsR0FBRyxFQUFFLEdBQUcsRUFBRSxHQUFHLE9BQU87b0JBQ3pCLE9BQU8sTUFBTSxDQUFDLElBQUksS0FBSyxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQztnQkFDaEQsVUFBVSxDQUFDLElBQUksRUFBRSxRQUFRLENBQUMsQ0FBQztZQUMvQixDQUFDLENBQUM7WUFDRixJQUFJLEVBQUUsQ0FBQztRQUNYLENBQUMsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVPLGdCQUFnQixDQUFDLEtBQWE7UUFDbEMsSUFBSSxDQUFDLEtBQUs7WUFBRSxPQUFPLElBQUksQ0FBQztRQUN4QiwyQ0FBMkM7UUFDM0MsTUFBTSxNQUFNLEdBQUcsY0FBYyxDQUFDO1FBQzlCLElBQUksTUFBTSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUM7WUFBRSxPQUFPLEtBQUssQ0FBQztRQUNyQyxNQUFNLENBQUMsR0FBRyxLQUFLLENBQUMsS0FBSyxDQUNqQix1REFBdUQsQ0FDMUQsQ0FBQztRQUNGLE9BQU8sQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQztJQUMzQixDQUFDO0lBRU8sY0FBYyxDQUFDLEtBQWE7UUFDaEMsT0FBTyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsS0FBSyxDQUFDLEtBQUssSUFBSSxDQUFDO0lBQ2pELENBQUM7K0dBaE5RLDhCQUE4QjttR0FBOUIsOEJBQThCLDhQQ2pDM0MsMHRFQW1EQSx5NHpCRHZCYyxZQUFZLCtCQUFFLDhCQUE4Qjs7NEZBSzdDLDhCQUE4QjtrQkFSMUMsU0FBUzsrQkFDSSw4QkFBOEIsY0FDNUIsSUFBSSxXQUNQLENBQUMsWUFBWSxFQUFFLDhCQUE4QixDQUFDLG1CQUd0Qyx1QkFBdUIsQ0FBQyxNQUFNO3dEQUt0QyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLFNBQVM7c0JBQWpCLEtBQUs7Z0JBQ0csY0FBYztzQkFBdEIsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csR0FBRztzQkFBWCxLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlLCBpc1BsYXRmb3JtQnJvd3NlciB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge1xuICAgIEFmdGVyVmlld0luaXQsXG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ29tcG9uZW50LFxuICAgIGVmZmVjdCxcbiAgICBpbmplY3QsXG4gICAgSW5wdXQsXG4gICAgT25EZXN0cm95LFxuICAgIFBMQVRGT1JNX0lELFxuICAgIFJlbmRlcmVyMixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IFN1YmplY3QgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7XG4gICAgQmFieWxvbkltYWdlSSxcbiAgICBCYWJ5bG9uVGFnc0ksXG4gICAgQmFieWxvblRleHRzQ29sb3JzSSxcbn0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcyc7XG5pbXBvcnQgeyBCYWJ5bG9uQnV0dG9uSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1idXR0b24uaW50ZXJmYWNlJztcbmltcG9ydCB7IFNjcmVlblNpemVyU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL3NjcmVlbi1zaXplcic7XG5pbXBvcnQgeyBVdGlscyB9IGZyb20gJy4uLy4uLy4uL3V0aWxzJztcbmltcG9ydCB7IEJhYnlsb25EeW5hbWljSGVhZGluZ0NvbXBvbmVudCB9IGZyb20gJy4uLy4uL3NoYXJlZCc7XG5pbXBvcnQgeyBCYWJ5bG9uVmlkZW9Tb3VyY2VJIH0gZnJvbSAnLi9iYWJ5bG9uLXZpZGVvLXNvdXJjZS5pbnRlcmZhY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8nLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQmFieWxvbkR5bmFtaWNIZWFkaW5nQ29tcG9uZW50XSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLmNvbXBvbmVudC5zY3NzJyxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvblRvcFNsaWRlclZpZGVvQ29tcG9uZW50XG4gICAgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0LCBPbkRlc3Ryb3lcbntcbiAgICBASW5wdXQoKSBsYWJlbEluZm9zPzogQmFieWxvbkxhYmVsSW5mbztcbiAgICBASW5wdXQoKSB2aWRlb0RhdGE/OiBCYWJ5bG9uVmlkZW9Tb3VyY2VJO1xuICAgIEBJbnB1dCgpIHNtYWxsVmlkZW9EYXRhPzogQmFieWxvblZpZGVvU291cmNlSTtcbiAgICBASW5wdXQoKSBidXR0b24/OiBCYWJ5bG9uQnV0dG9uSTtcbiAgICBASW5wdXQoKSBpbWc/OiBCYWJ5bG9uSW1hZ2VJO1xuICAgIEBJbnB1dCgpIHRhZ3M/OiBCYWJ5bG9uVGFnc0k7XG4gICAgQElucHV0KCkgdGV4dENvbG9ycz86IEJhYnlsb25UZXh0c0NvbG9yc0k7XG5cbiAgICBwcml2YXRlIGhhc1BsYXllckluaXRpYWxpemVkID0gZmFsc2U7XG4gICAgcHJpdmF0ZSBvYnNlcnZlcj86IEludGVyc2VjdGlvbk9ic2VydmVyO1xuXG4gICAgcHJpdmF0ZSByZWFkb25seSBzY3JlZW5TaXplciA9IGluamVjdChTY3JlZW5TaXplclNlcnZpY2UpO1xuICAgIHByaXZhdGUgcmVhZG9ubHkgcmVuZGVyZXIgPSBpbmplY3QoUmVuZGVyZXIyKTtcbiAgICBwcml2YXRlIHJlYWRvbmx5IHBsYXRmb3JtID0gaW5qZWN0KFBMQVRGT1JNX0lEKTtcblxuICAgIHByaXZhdGUgZGVzdHJveSQgPSBuZXcgU3ViamVjdDx2b2lkPigpO1xuXG4gICAgcHJpdmF0ZSBzbWFsbDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIGVmZmVjdCgoKSA9PiB7XG4gICAgICAgICAgICB0aGlzLm1hbmFnZVZpZGVvT3JJbWFnZSgpO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBuZ0FmdGVyVmlld0luaXQoKSB7XG4gICAgICAgIGlmICghaXNQbGF0Zm9ybUJyb3dzZXIodGhpcy5wbGF0Zm9ybSkpIHJldHVybjtcblxuICAgICAgICBpZiAoIXRoaXMuc2NyZWVuU2l6ZXIubWluTWVkaXVtVGFibGV0KCkpIHtcbiAgICAgICAgICAgIGlmICh0aGlzLnNjcmVlblNpemVyLm1vYmlsZSgpICYmIHRoaXMuc21hbGxWaWRlb0RhdGEpIHtcbiAgICAgICAgICAgICAgICB0aGlzLnNtYWxsID0gdHJ1ZTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgaWYgKCF0aGlzLnNtYWxsVmlkZW9EYXRhKSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgIH0gZWxzZSBpZiAodGhpcy5zY3JlZW5TaXplci5tb2JpbGUoKSAmJiB0aGlzLnNtYWxsVmlkZW9EYXRhKSB7XG4gICAgICAgICAgICB0aGlzLnNtYWxsID0gdHJ1ZTtcbiAgICAgICAgfVxuXG4gICAgICAgIGNvbnN0IHRhcmdldCA9IGRvY3VtZW50LnF1ZXJ5U2VsZWN0b3IoJy55b3V0dWJlLWJnJyk7XG4gICAgICAgIGlmICghdGFyZ2V0KSByZXR1cm47XG5cbiAgICAgICAgdGhpcy5vYnNlcnZlciA9IG5ldyBJbnRlcnNlY3Rpb25PYnNlcnZlcihcbiAgICAgICAgICAgIGFzeW5jIChlbnRyaWVzKSA9PiB7XG4gICAgICAgICAgICAgICAgZm9yIChjb25zdCBlIG9mIGVudHJpZXMpIHtcbiAgICAgICAgICAgICAgICAgICAgaWYgKGUuaXNJbnRlcnNlY3RpbmcgJiYgIXRoaXMuaGFzUGxheWVySW5pdGlhbGl6ZWQpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHRyeSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgYXdhaXQgdGhpcy5sb2FkVmlkZW9QbGF5ZXIoKTtcbiAgICAgICAgICAgICAgICAgICAgICAgIH0gZmluYWxseSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5vYnNlcnZlcj8uZGlzY29ubmVjdCgpO1xuICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIHsgcm9vdE1hcmdpbjogJzIwMHB4IDBweCcgfVxuICAgICAgICApO1xuXG4gICAgICAgIHRoaXMub2JzZXJ2ZXIub2JzZXJ2ZSh0YXJnZXQpO1xuICAgIH1cblxuICAgIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICB0aGlzLm9ic2VydmVyPy5kaXNjb25uZWN0KCk7XG4gICAgICAgIHRoaXMuZGVzdHJveSQubmV4dCgpO1xuICAgICAgICB0aGlzLmRlc3Ryb3kkLmNvbXBsZXRlKCk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBtYW5hZ2VWaWRlb09ySW1hZ2UoKTogdm9pZCB7XG4gICAgICAgIGlmICghaXNQbGF0Zm9ybUJyb3dzZXIodGhpcy5wbGF0Zm9ybSkpIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuXG4gICAgICAgIC8qIENBU08gTcOTVklMOiBtdWVzdHJhIGltYWdlbiB5IG9jdWx0YSB3cmFwcGVyIC0tLS0tLS0tLS0tLS0tLS0gKi9cbiAgICAgICAgaWYgKCF0aGlzLnNjcmVlblNpemVyLm1pbk1lZGl1bVRhYmxldCgpICYmICF0aGlzLnNtYWxsVmlkZW9EYXRhKSB7XG4gICAgICAgICAgICBjb25zdCB3cmFwcGVyID0gZG9jdW1lbnQucXVlcnlTZWxlY3RvcignI3dyYXBwZXJfYmduZFZpZGVvJyk7XG4gICAgICAgICAgICBpZiAodGhpcy5pbWc/LnNyYyAmJiB3cmFwcGVyKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5yZW5kZXJlci5zZXRTdHlsZSh3cmFwcGVyLCAnZGlzcGxheScsICdub25lJyk7XG4gICAgICAgICAgICAgICAgdGhpcy5yZW5kZXJlci5zZXRTdHlsZShcbiAgICAgICAgICAgICAgICAgICAgZG9jdW1lbnQucXVlcnlTZWxlY3RvcignLnlvdXR1YmUtYmcnKSxcbiAgICAgICAgICAgICAgICAgICAgJ3BhZGRpbmctdG9wJyxcbiAgICAgICAgICAgICAgICAgICAgJzExMHB4J1xuICAgICAgICAgICAgICAgICk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgLyogQ0FTTyBERVNLVE9QL1RBQkxFVDogbm8gaGFjZSBuYWRhIGFxdcOtIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0gKi9cbiAgICB9XG5cbiAgICBwcml2YXRlIGFzeW5jIGxvYWRWaWRlb1BsYXllcigpOiBQcm9taXNlPHZvaWQ+IHtcbiAgICAgICAgLy8gMSkgZXNwZXJhIGpRdWVyeVxuICAgICAgICBhd2FpdCBVdGlscy5sb2FkU2NyaXB0JCgnYXNzZXRzL2JhYnlsb24vanMvanF1ZXJ5Lm1pbi5qcycpLnRvUHJvbWlzZSgpO1xuICAgICAgICBhd2FpdCB0aGlzLndhaXRGb3IoKCkgPT4gKHdpbmRvdyBhcyBhbnkpLmpRdWVyeSB8fCAod2luZG93IGFzIGFueSkuJCk7XG4gICAgICAgIGNvbnN0IHcgPSB3aW5kb3cgYXMgYW55O1xuICAgICAgICBpZiAoIXcuJCAmJiB3LmpRdWVyeSkgdy4kID0gdy5qUXVlcnk7XG5cbiAgICAgICAgLy8gMikgZXNwZXJhIGEgdGVuZXIgdW4gc3JjIHbDoWxpZG9cbiAgICAgICAgY29uc3Qgc3JjID0gdGhpcy5zbWFsbFxuICAgICAgICAgICAgPyBhd2FpdCB0aGlzLndhaXRGb3IoKCkgPT4gdGhpcy5zbWFsbFZpZGVvRGF0YT8uc3JjKVxuICAgICAgICAgICAgOiBhd2FpdCB0aGlzLndhaXRGb3IoKCkgPT4gdGhpcy52aWRlb0RhdGE/LnNyYyk7XG4gICAgICAgIGNvbnN0IHZpZGVvSWQgPSB0aGlzLmV4dHJhY3RZb3VUdWJlSWQoc3JjISk7XG4gICAgICAgIGlmICghdmlkZW9JZCkge1xuICAgICAgICAgICAgY29uc29sZS53YXJuKCdZVCBzcmMgbm8gdsOhbGlkbzonLCBzcmMpO1xuICAgICAgICAgICAgcmV0dXJuOyAvLyBldml0YSBpbmRleE9mIGRlIG51bGxcbiAgICAgICAgfVxuXG4gICAgICAgIC8vIDMpIGNhcmdhIHBsdWdpbiB5IGVzcGVyYSBZVFBsYXllclxuICAgICAgICBhd2FpdCBVdGlscy5sb2FkU2NyaXB0JChcbiAgICAgICAgICAgICdhc3NldHMvYmFieWxvbi9qcy9qcXVlcnkubWIuWVRQbGF5ZXIubWluLmpzJ1xuICAgICAgICApLnRvUHJvbWlzZSgpO1xuICAgICAgICBhd2FpdCB0aGlzLndhaXRGb3IoKCkgPT4gdy4kPy5mbj8uWVRQbGF5ZXIpO1xuXG4gICAgICAgIGlmICh0aGlzLmhhc1BsYXllckluaXRpYWxpemVkKSByZXR1cm47XG5cbiAgICAgICAgY29uc3QgJCA9IHcuJDtcbiAgICAgICAgY29uc3QgdmlkZW9FbCA9ICQoJyNiZ25kVmlkZW8nKTtcbiAgICAgICAgaWYgKCF2aWRlb0VsPy5sZW5ndGgpIHJldHVybjtcblxuICAgICAgICB0aGlzLmhhc1BsYXllckluaXRpYWxpemVkID0gdHJ1ZTtcbiAgICAgICAgdmlkZW9FbC5ZVFBsYXllcih7XG4gICAgICAgICAgICB2aWRlb1VSTDogdmlkZW9JZCxcbiAgICAgICAgICAgIGNvbnRhaW5tZW50OiAnLnlvdXR1YmUtYmcnLFxuICAgICAgICAgICAgYXV0b1BsYXk6IHRydWUsXG4gICAgICAgICAgICBtdXRlOiB0cnVlLFxuICAgICAgICAgICAgc3RhcnRBdDogMSxcbiAgICAgICAgICAgIG9wYWNpdHk6IDEsXG4gICAgICAgICAgICBzaG93Q29udHJvbHM6IGZhbHNlLFxuICAgICAgICAgICAgbG9vcDogdHJ1ZSxcbiAgICAgICAgICAgIHN0b3BNb3ZpZU9uQmx1cjogZmFsc2UsXG4gICAgICAgICAgICBxdWFsaXR5OiAnaGQxMDgwJyxcbiAgICAgICAgICAgIHJhdGlvOiAnMTYvOScsXG4gICAgICAgICAgICBvcHRpbWl6ZURpc3BsYXk6IHRydWUsXG4gICAgICAgIH0pO1xuXG4gICAgICAgIHZpZGVvRWwub24oJ1lUUFJlYWR5JywgKCkgPT4ge1xuICAgICAgICAgICAgdHJ5IHtcbiAgICAgICAgICAgICAgICBjb25zdCBwbGF5ZXIgPSB2aWRlb0VsLllUUEdldFBsYXllcigpO1xuICAgICAgICAgICAgICAgIHBsYXllcj8uc2V0UGxheWJhY2tRdWFsaXR5Py4oJ2hkMTA4MCcpO1xuICAgICAgICAgICAgfSBjYXRjaCB7fVxuICAgICAgICB9KTtcblxuICAgICAgICBkb2N1bWVudFxuICAgICAgICAgICAgLnF1ZXJ5U2VsZWN0b3IoJy5iYWJ5bG9uX190b3BzbGlkZXJ2aWRlbyBpbWcnKVxuICAgICAgICAgICAgPy5zZXRBdHRyaWJ1dGUoJ3N0eWxlJywgJ2Rpc3BsYXk6bm9uZTsnKTtcbiAgICB9XG5cbiAgICBwcml2YXRlIHdhaXRGb3JKUXVlcnkoKTogUHJvbWlzZTx2b2lkPiB7XG4gICAgICAgIHJldHVybiBuZXcgUHJvbWlzZSgocmVzb2x2ZSkgPT4ge1xuICAgICAgICAgICAgY29uc3QgY2hlY2sgPSAoKSA9PiB7XG4gICAgICAgICAgICAgICAgY29uc3QgdyA9IHdpbmRvdyBhcyBhbnk7XG4gICAgICAgICAgICAgICAgaWYgKHcualF1ZXJ5ICYmIHcuJCkge1xuICAgICAgICAgICAgICAgICAgICByZXNvbHZlKCk7XG4gICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgc2V0VGltZW91dChjaGVjaywgMzApO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH07XG4gICAgICAgICAgICBjaGVjaygpO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBnZXRWaWRlb0RhdGFQcm9wZXJ0eSgpOiBhbnkge1xuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgICAgdmlkZW9VUkw6IHRoaXMuc21hbGxcbiAgICAgICAgICAgICAgICA/IHRoaXMuc21hbGxWaWRlb0RhdGE/LnNyY1xuICAgICAgICAgICAgICAgIDogdGhpcy52aWRlb0RhdGE/LnNyYyxcbiAgICAgICAgICAgIGNvbnRhaW5tZW50OiAnLnlvdXR1YmUtYmcnLFxuICAgICAgICAgICAgYXV0b1BsYXk6IHRydWUsXG4gICAgICAgICAgICBtdXRlOiB0cnVlLFxuICAgICAgICAgICAgc3RhcnRBdDogMSxcbiAgICAgICAgICAgIG9wYWNpdHk6IDEsXG4gICAgICAgICAgICBzaG93Q29udHJvbHM6IGZhbHNlLFxuICAgICAgICAgICAgbG9vcDogdHJ1ZSxcbiAgICAgICAgICAgIHN0b3BNb3ZpZU9uQmx1cjogZmFsc2UsXG4gICAgICAgIH07XG4gICAgfVxuXG4gICAgcHJpdmF0ZSB3YWl0Rm9yPFQ+KFxuICAgICAgICBjb25kOiAoKSA9PiBUIHwgdW5kZWZpbmVkIHwgbnVsbCxcbiAgICAgICAgaW50ZXJ2YWwgPSA1MCxcbiAgICAgICAgdGltZW91dCA9IDUwMDBcbiAgICApOiBQcm9taXNlPFQ+IHtcbiAgICAgICAgcmV0dXJuIG5ldyBQcm9taXNlKChyZXNvbHZlLCByZWplY3QpID0+IHtcbiAgICAgICAgICAgIGNvbnN0IHQwID0gRGF0ZS5ub3coKTtcbiAgICAgICAgICAgIGNvbnN0IHRpY2sgPSAoKSA9PiB7XG4gICAgICAgICAgICAgICAgY29uc3QgdiA9IGNvbmQoKTtcbiAgICAgICAgICAgICAgICBpZiAodikgcmV0dXJuIHJlc29sdmUodik7XG4gICAgICAgICAgICAgICAgaWYgKERhdGUubm93KCkgLSB0MCA+IHRpbWVvdXQpXG4gICAgICAgICAgICAgICAgICAgIHJldHVybiByZWplY3QobmV3IEVycm9yKCd3YWl0Rm9yIHRpbWVvdXQnKSk7XG4gICAgICAgICAgICAgICAgc2V0VGltZW91dCh0aWNrLCBpbnRlcnZhbCk7XG4gICAgICAgICAgICB9O1xuICAgICAgICAgICAgdGljaygpO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBwcml2YXRlIGV4dHJhY3RZb3VUdWJlSWQoaW5wdXQ6IHN0cmluZyk6IHN0cmluZyB8IG51bGwge1xuICAgICAgICBpZiAoIWlucHV0KSByZXR1cm4gbnVsbDtcbiAgICAgICAgLy8gYWRtaXRlIElEIGRpcmVjdG8gbyB2YXJpYXMgZm9ybWFzIGRlIFVSTFxuICAgICAgICBjb25zdCBpZE9ubHkgPSAvXltcXHctXXs2LH0kL2k7XG4gICAgICAgIGlmIChpZE9ubHkudGVzdChpbnB1dCkpIHJldHVybiBpbnB1dDtcbiAgICAgICAgY29uc3QgbSA9IGlucHV0Lm1hdGNoKFxuICAgICAgICAgICAgLyg/OnY9fFxcLyg/OmVtYmVkfHNob3J0c3x2KVxcL3x5b3V0dVxcLmJlXFwvKShbXFx3LV17Nix9KS9pXG4gICAgICAgICk7XG4gICAgICAgIHJldHVybiBtID8gbVsxXSA6IG51bGw7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBpc1ZhbGlkWW91VHViZShpbnB1dDogc3RyaW5nKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLmV4dHJhY3RZb3VUdWJlSWQoaW5wdXQpICE9PSBudWxsO1xuICAgIH1cbn1cblxuZXhwb3J0IGludGVyZmFjZSBCYWJ5bG9uTGFiZWxJbmZvIHtcbiAgICB0aXRsZTogc3RyaW5nO1xuICAgIHByZXRpdGxlOiBzdHJpbmc7XG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cImJhYnlsb25fX3RvcHNsaWRlcnZpZGVvIG1hcmdpbi1tYWluLWJvdG9tXCI+XG4gICAgPGRpdlxuICAgICAgICBjbGFzcz1cImNzX2hlcm8gY3Nfc3R5bGVfNCBjc19wcmltYXJ5X2JnIGNzX2JnX2ZpbGVkIHRleHQtY2VudGVyIHBvc2l0aW9uLXJlbGF0aXZlIHlvdXR1YmUtYmdcIlxuICAgID5cbiAgICAgICAgQGlmICh2aWRlb0RhdGE/LnNyYyB8fCBzbWFsbFZpZGVvRGF0YT8uc3JjKSB7XG4gICAgICAgICAgICA8ZGl2IGlkPVwiYmduZFZpZGVvXCIgY2xhc3M9XCJwbGF5ZXJcIj48L2Rpdj5cbiAgICAgICAgfVxuXG4gICAgICAgIEBpZiAoaW1nICYmIGltZy5zcmMpIHtcbiAgICAgICAgICAgIDxpbWcgW3NyY109XCJpbWcuc3JjXCIgW2FsdF09XCJpbWcuYWx0XCIgbG9hZGluZz1cImxhenlcIiAvPlxuICAgICAgICB9XG4gICAgICAgIDxkaXZcbiAgICAgICAgICAgIGNsYXNzPVwiY3NfaGVyb190ZXh0X3dyYXAgY3NfY2VudGVyIHdvdyBmYWRlSW5cIlxuICAgICAgICAgICAgZGF0YS13b3ctZHVyYXRpb249XCIwLjhzXCJcbiAgICAgICAgICAgIGRhdGEtd293LWRlbGF5PVwiMC4yc1wiXG4gICAgICAgID5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXIgcG9zaXRpb24tcmVsYXRpdmUgY3NfemluZGV4XzNcIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfaGVyb190ZXh0XCI+XG4gICAgICAgICAgICAgICAgICAgIEBpZiAobGFiZWxJbmZvcz8ucHJldGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaWItYmFieWxvbi1keW5hbWljLWhlYWRpbmdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbdGFnXT1cInRhZ3M/LnByZXRpdGxlIHx8ICdoMidcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNzc0NsYXNzPVwiY3NfaGVyb19zdWJ0aXRsZSBwcmV0aXRsZV9jYXJydXNlbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NvbnRlbnRdPVwibGFiZWxJbmZvcz8ucHJldGl0bGUgPz8gJydcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtjb2xvcl09XCJ0ZXh0Q29sb3JzPy5wcmV0aXRsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+PC9saWItYmFieWxvbi1keW5hbWljLWhlYWRpbmc+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgQGlmIChsYWJlbEluZm9zPy50aXRsZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgPGxpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZ1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFt0YWddPVwidGFncz8udGl0bGUgfHwgJ2gxJ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY3NzQ2xhc3M9XCJ0aXRsZV9jYXJydXNlbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NvbnRlbnRdPVwibGFiZWxJbmZvcz8udGl0bGUgPz8gJydcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtjb2xvcl09XCJ0ZXh0Q29sb3JzPy50aXRsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+PC9saWItYmFieWxvbi1keW5hbWljLWhlYWRpbmc+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgQGlmIChidXR0b24/LnVybCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ0bnNfX2JveCBhbGlnbi0tY2VudGVyXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJidXR0b24/LmxhYmVsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiYnV0dG9uPy51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0biBidG5fcHJpbWFyeSBidG4tLWxpZ2h0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxiPnt7IGJ1dHRvbj8ubGFiZWwgfX08L2I+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvc2VjdGlvbj5cbiJdfQ==
|
|
9
|
+
args: [{ selector: 'lib-babylon-top-slider-video', standalone: true, imports: [], template: "<section class=\"babylon__topslidervideo margin-main-botom\"> \n <div class=\"cs_hero cs_style_4 cs_primary_bg cs_bg_filed text-center position-relative youtube-bg\">\n <div id=\"bgndVideo\" class=\"player\" data-property=\"{videoURL:'https://www.youtube.com/embed/UJEUwEJ6gH4', containment:'.youtube-bg',autoPlay:true, mute:true, startAt:1, opacity:1, showControls:false, loop:true, stopMovieOnBlur:false}\"></div>\n \n <div class=\"cs_hero_text_wrap cs_center wow fadeIn\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">\n <div class=\"container position-relative cs_zindex_3\">\n <div class=\"cs_hero_text\">\n <h2 class=\" cs_hero_subtitle pretitle_carrusel\">Top slider video</h2>\n <h1 class=\" title_carrusel\">Disfruta de las mejores vacaciones en familia</h1> \n <div class=\"btns__box align--center\">\n <a href=\" \" class=\"btn btn_primary btn--light\">\n <b>Descubrenos</b>\n <span class=\"babylon-arrow-right-big\"></span> \n </a>\n </div> \n </div>\n </div>\n </div>\n </div>\n </section>", 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__topslidervideo{position:relative}.cs_hero.cs_style_4{height:100vh;max-height:1100px;display:flex;flex-direction:column;padding:130px 0 0}@media (max-width: 1199px){.cs_hero.cs_style_4{height:initial;padding:130px 0 150px}.cs_hero.cs_style_4 .cs_form_wrap{margin-bottom:60px}}@media (max-width: 991px){.cs_hero.cs_style_4{padding:130px 0 80px}}.cs_hero.cs_style_4 .cs_hero_text_wrap{flex:1}\n"] }]
|
|
10
|
+
}] });
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby9iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUMsTUFBTSxPQUFPLDhCQUE4QjsrR0FBOUIsOEJBQThCO21HQUE5Qiw4QkFBOEIsd0ZDVDNDLDZwQ0FtQlk7OzRGRFZDLDhCQUE4QjtrQkFQMUMsU0FBUzsrQkFDRSw4QkFBOEIsY0FDNUIsSUFBSSxXQUNQLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tdG9wLXNsaWRlci12aWRlbycsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtdLFxuICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby5jb21wb25lbnQuc2Nzcydcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvblRvcFNsaWRlclZpZGVvQ29tcG9uZW50IHtcblxufVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX190b3BzbGlkZXJ2aWRlbyBtYXJnaW4tbWFpbi1ib3RvbVwiPiAgXG4gICAgPGRpdiBjbGFzcz1cImNzX2hlcm8gY3Nfc3R5bGVfNCBjc19wcmltYXJ5X2JnIGNzX2JnX2ZpbGVkIHRleHQtY2VudGVyIHBvc2l0aW9uLXJlbGF0aXZlIHlvdXR1YmUtYmdcIj5cbiAgICAgIDxkaXYgaWQ9XCJiZ25kVmlkZW9cIiBjbGFzcz1cInBsYXllclwiIGRhdGEtcHJvcGVydHk9XCJ7dmlkZW9VUkw6J2h0dHBzOi8vd3d3LnlvdXR1YmUuY29tL2VtYmVkL1VKRVV3RUo2Z0g0JywgY29udGFpbm1lbnQ6Jy55b3V0dWJlLWJnJyxhdXRvUGxheTp0cnVlLCBtdXRlOnRydWUsIHN0YXJ0QXQ6MSwgb3BhY2l0eToxLCBzaG93Q29udHJvbHM6ZmFsc2UsIGxvb3A6dHJ1ZSwgc3RvcE1vdmllT25CbHVyOmZhbHNlfVwiPjwvZGl2PlxuICAgICBcbiAgICAgIDxkaXYgY2xhc3M9XCJjc19oZXJvX3RleHRfd3JhcCBjc19jZW50ZXIgd293IGZhZGVJblwiIGRhdGEtd293LWR1cmF0aW9uPVwiMC44c1wiIGRhdGEtd293LWRlbGF5PVwiMC4yc1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyIHBvc2l0aW9uLXJlbGF0aXZlIGNzX3ppbmRleF8zXCI+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2hlcm9fdGV4dFwiPlxuICAgICAgICAgICAgPGgyIGNsYXNzPVwiIGNzX2hlcm9fc3VidGl0bGUgcHJldGl0bGVfY2FycnVzZWxcIj5Ub3Agc2xpZGVyIHZpZGVvPC9oMj5cbiAgICAgICAgICAgIDxoMSBjbGFzcz1cIiB0aXRsZV9jYXJydXNlbFwiPkRpc2ZydXRhIGRlIGxhcyBtZWpvcmVzIHZhY2FjaW9uZXMgZW4gZmFtaWxpYTwvaDE+IFxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ0bnNfX2JveCBhbGlnbi0tY2VudGVyXCI+XG4gICAgICAgICAgICAgICAgPGEgaHJlZj1cIiBcIiBjbGFzcz1cImJ0biBidG5fcHJpbWFyeSBidG4tLWxpZ2h0XCI+XG4gICAgICAgICAgICAgICAgICAgIDxiPkRlc2N1YnJlbm9zPC9iPlxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctcmlnaHQtYmlnXCI+PC9zcGFuPiBcbiAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICA8L2Rpdj4gIFxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+Il19
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { StickyAvoidFooterDirective } from '../../../directives/utils/sticky-avoid-footer.directive';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class BabylonTopSliderVideoV2Component {
|
|
5
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonTopSliderVideoV2Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonTopSliderVideoV2Component, isStandalone: true, selector: "lib-babylon-top-slider-video-v2", ngImport: i0, template: "<section\n class=\"hero-banner js-active-slider\"\n data-slider_pause=\"false\"\n data-slider_name=\"js-banner-slider\"\n data-slider_showbtns=\"false\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"true\"\n data-slider_autoplay=\"true\"\n data-slides_pc=\"1\"\n>\n <!-- if banner image-->\n <!-- <div class=\"js-banner-slider\">\n <div class=\"hero-banner__item\">\n <img src=\"images/img-1.webp\" class=\"hero-banner__image\" width=\"1800\" height=\"935\">\n </div>\n <div class=\"hero-banner__item\">\n <img src=\"images/img-44.webp\" class=\"hero-banner__image\" width=\"1800\" height=\"935\">\n </div>\n </div> -->\n <!-- if banner image-->\n <!-- if banner video -->\n <div class=\"hero-banner__video\">\n <div class=\"hero-banner__video--inner\">\n <iframe\n id=\"YouTubeVideoPlayer\"\n width=\"1920\"\n height=\"1080\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n src=\"https://www.youtube.com/embed/bdLumCjiKR8?enablejsapi=1&controls=0&showinfo=0&autoplay=1&modestbranding=1&loop=1&autohide=1&playsinline=1&widgetid=1&mute=1&playlist=bdLumCjiKR8\"\n frameborder=\"0\"\n allowfullscreen=\"\"\n ></iframe>\n </div>\n </div>\n <!-- if banner video -->\n <div\n class=\"hero-banner__logo js-scrollto\"\n data-scroll_spacer=\"50\"\n data-scroll_to=\".start\"\n role=\"button\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__logo--img hero-banner__logo--desktop\"\n >\n <use\n href=\"/assets/babylon/svg/blanco-logo-white.svg#blanco-logo-white\"\n ></use>\n </svg>\n\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__logo--img hero-banner__logo--mobile\"\n >\n <use\n href=\"/assets/babylon/svg/blanco-logo-mobile.svg#blonco-logo-mobile\"\n ></use>\n </svg>\n </div>\n <div class=\"hero-banner__content\">\n <h1>\n <span class=\"hero-banner__content--title-mobile\"\n >Descubre tu hotel en el mediterraneo</span\n >\n <span class=\"hero-banner__content--title-desktop\"\n >Tu hotel mediterraneo y blanco</span\n >\n </h1>\n <p>encuentra tu estancia blanca</p>\n <span class=\"hero-banner__content-icon\">\n <span class=\"hero-banner__content-icon--line\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/arrow-line.svg#arrow-line\"\n ></use>\n </svg>\n </span>\n <span class=\"hero-banner__content-icon--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </span>\n </span>\n </div>\n <span class=\"hero-banner__cookies\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__cookies--img\"\n >\n <use href=\"/assets/babylon/svg/icon-cookies.svg#icon-cookies\"></use>\n </svg>\n </span>\n <div\n class=\"hero-banner__actions\"\n stickyAvoidFooter\n [footerSelector]=\"'.footer__links'\"\n [viewportPadding]=\"30\"\n [defaultBottom]=\"'3rem'\"\n [overlapAdjustPx]=\"10\"\n >\n <span class=\"hero-banner__actions--icon hero-banner__actions--whatsapp\">\n <span>Whatsapp</span>\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-whatsapp.svg#icon-whatsapp\"\n ></use>\n </svg>\n </span>\n </span>\n <span\n class=\"hero-banner__actions--icon js-active-modal\"\n data-modal_name=\"newsletter\"\n >\n <span>Newsletter</span>\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-envelope.svg#icon-envelope\"\n ></use>\n </svg>\n </span>\n </span>\n </div>\n <div class=\"hero-banner__bar\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__bar--graphic\"\n >\n <use href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"></use>\n </svg>\n <span>SCROLL DOW PARA VER BLANCO HOTEL</span>\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}.hero-banner{position:relative;overflow:hidden;height:100dvh}.hero-banner__item,.hero-banner__video{transition:all .5s;min-height:65rem;height:calc(100svh - 6.6rem)}@media (min-width: 540px){.hero-banner__item,.hero-banner__video{height:calc(100svh - 7.6rem)}}@media (min-width: 768px){.hero-banner__item,.hero-banner__video{height:calc(100svh - 8.6rem)}}@media (min-width: 1024px){.hero-banner__item,.hero-banner__video{height:100svh}}@media (min-width: 1280px){.hero-banner__video{pointer-events:none}}.hero-banner__video--inner{position:relative;width:100%;height:100%;overflow:hidden;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.hero-banner__video iframe{position:absolute;inset:50% 0 0 50%;min-width:100%;min-height:100%;transform:translate(-50%,-50%)}.hero-banner__item{position:relative;vertical-align:top}.hero-banner__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:bottom}.hero-banner__bar{position:absolute;inset-inline:0;bottom:0;transform:translateY(100%);padding-block:1.3rem;background:var(--cl_background_white);transition:all .5s;text-transform:uppercase;text-align:center;font-weight:400;color:#4a4a49cc;font-size:1.4rem;line-height:1.2857142857;letter-spacing:.21rem;display:none;pointer-events:none}@media (min-width: 1024px){.hero-banner__bar{display:block}}.hero-banner__bar--graphic{content:\"\";position:absolute;top:.1rem;left:50%;transform:translate(-50%,-100%) scaleY(-1);color:var(--cl_background_white);width:10rem;aspect-ratio:2/1}.hero-banner__cookies{position:fixed;aspect-ratio:1;width:4.6rem;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:100vw;background:var(--cl_background_white);color:#4a4a49;bottom:7.6rem;left:1.6rem;z-index:1;box-shadow:0 .4rem .4rem #0003;transform:translateY(0);transition:all .5s}@media (min-width: 540px){.hero-banner__cookies{bottom:8.8rem;left:1.8rem}}@media (min-width: 768px){.hero-banner__cookies{left:2rem;bottom:9.8rem}}@media (min-width: 1024px){.hero-banner__cookies{bottom:3rem}}.hero-banner__cookies--img{aspect-ratio:1;width:4rem}.hero-banner__actions{position:fixed;bottom:3rem;right:2rem;z-index:1;display:none;flex-direction:column;align-items:flex-end;transform:translateY(0);gap:2rem}@media (min-width: 1024px){.hero-banner__actions{display:flex}}.hero-banner__actions--icon{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:1.3rem;height:4.6rem;transition:all .5s;border-radius:100vw;background:#4a4a4933;border:1px solid var(--cl_background_white);color:var(--cl_background_white)}.hero-banner__actions--icon span:not(.hero-banner__actions--img){font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem;width:0;opacity:0;pointer-events:none;overflow-x:clip;transition:all .5s}.hero-banner__actions--icon:hover{background:#f9f8f5;border-color:#f9f8f5;color:#4a4a49}.hero-banner__actions--icon:hover span:not(.hero-banner__actions--img){width:13.3rem;opacity:1;pointer-events:initial;padding-left:1.1rem}.hero-banner__actions--whatsapp:hover{background:#24cc63;border-color:#24cc63;color:var(--cl_background_white)}.hero-banner__actions--icon .hero-banner__actions--img svg{aspect-ratio:1;width:2rem}.hero-banner__content{position:absolute;top:12.8rem;display:flex;flex-direction:column;gap:2.5rem;width:28.6rem;left:50%;text-align:center;color:var(--cl_background_white);transform:translate(-50%)}@media (min-width: 540px){.hero-banner__content{top:15.5rem;width:37.4rem}}@media (min-width: 768px){.hero-banner__content{top:19.4rem;width:47.3rem;gap:3rem}}@media (min-width: 1024px){.hero-banner__content{transform:translate(-50%,-4.4rem);opacity:0;pointer-events:none;transition:all .5s;top:13rem;width:max-content}}@media (min-width: 1680px){.hero-banner__content{top:15.5rem}}@media (min-width: 1024px){.hero-banner__content--title-mobile{display:none}}.hero-banner__content--title-desktop{display:none}@media (min-width: 1024px){.hero-banner__content--title-desktop{display:block}}.hero-banner__content h1{font-size:3.6rem;line-height:1.0555555556;color:var(--cl_background_white)}@media (min-width: 540px){.hero-banner__content h1{font-size:4rem;line-height:1}}@media (min-width: 768px){.hero-banner__content h1{font-size:5.2rem;line-height:1}}@media (min-width: 1680px){.hero-banner__content h1{font-size:6rem;line-height:1}}.hero-banner__content p{display:none;font-size:1.4rem;line-height:1.4285714286;letter-spacing:.21rem;text-transform:uppercase;font-weight:500}@media (min-width: 540px){.hero-banner__content p{display:block}}@media (min-width: 768px){.hero-banner__content p{font-size:1.7rem;line-height:1.2941176471;letter-spacing:.17rem}}@media (min-width: 1680px){.hero-banner__content p{font-size:1.8rem;line-height:1;letter-spacing:.36rem}}.hero-banner__content-icon{position:absolute;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(-50%,100%);bottom:-2rem}@media (min-width: 540px){.hero-banner__content-icon{bottom:-2.504rem}}@media (min-width: 768px){.hero-banner__content-icon{bottom:-3.59rem}}@media (min-width: 1024px){.hero-banner__content-icon{bottom:-3.504rem}}@media (min-width: 1680px){.hero-banner__content-icon{bottom:-4.004rem}}.hero-banner__content-icon--img{width:1.6rem;aspect-ratio:16/9;position:relative}.hero-banner__content-icon--img svg{width:1.6rem;height:.9rem;position:absolute;top:0;left:50%;transform:translate(-50%)}.hero-banner__content-icon--line{height:2.6rem;width:1.6rem;animation:growShrink 2s infinite ease-in-out;animation-delay:1.5s;margin-bottom:-.9rem;position:relative;overflow:hidden}.hero-banner__content-icon--line svg{width:1.6rem;height:2.6rem;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero-banner__logo{position:absolute;top:0;padding-top:4rem;left:50%;transition:all .5s;transform:translate(-50%);color:var(--cl_background_white)}@media (min-width: 768px){.hero-banner__logo{padding-top:5rem}}@media (min-width: 1024px){.hero-banner__logo{top:unset;padding-top:0;bottom:0;padding-bottom:6.038rem}}@media (min-width: 1680px){.hero-banner__logo{padding-bottom:8.047rem}}.hero-banner__logo--desktop{display:none}@media (min-width: 1024px){.hero-banner__logo--desktop{display:block}}@media (min-width: 1024px){.hero-banner__logo--mobile{display:none}}.hero-banner__logo--img{width:28rem;aspect-ratio:280/52}@media (min-width: 540px){.hero-banner__logo--img{width:40rem}}@media (min-width: 768px){.hero-banner__logo--img{width:50rem}}@media (min-width: 1024px){.hero-banner__logo--img{width:70rem}}@media (min-width: 1280px){.hero-banner__logo--img{width:90rem}}@media (min-width: 1680px){.hero-banner__logo--img{width:110rem}}@media (min-width: 1024px){.hero-banner__logo:hover{padding-bottom:10.438rem}.hero-banner__logo:hover~.hero-banner__bar{transform:translateY(0);transition:all .5s}.hero-banner__logo:hover~.hero-banner__cookies{transform:translateY(-4.4rem)}.hero-banner__logo:hover~.hero-banner__content{transform:translate(-50%);opacity:1;pointer-events:initial}}@media (min-width: 1680px){.hero-banner__logo:hover{padding-bottom:12.447rem}}\n"], dependencies: [{ kind: "directive", type: StickyAvoidFooterDirective, selector: "[stickyAvoidFooter]", inputs: ["footerSelector", "viewportPadding", "defaultBottom", "overlapAdjustPx"] }] }); }
|
|
7
|
+
}
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonTopSliderVideoV2Component, decorators: [{
|
|
9
|
+
type: Component,
|
|
10
|
+
args: [{ selector: 'lib-babylon-top-slider-video-v2', standalone: true, imports: [StickyAvoidFooterDirective], template: "<section\n class=\"hero-banner js-active-slider\"\n data-slider_pause=\"false\"\n data-slider_name=\"js-banner-slider\"\n data-slider_showbtns=\"false\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"true\"\n data-slider_autoplay=\"true\"\n data-slides_pc=\"1\"\n>\n <!-- if banner image-->\n <!-- <div class=\"js-banner-slider\">\n <div class=\"hero-banner__item\">\n <img src=\"images/img-1.webp\" class=\"hero-banner__image\" width=\"1800\" height=\"935\">\n </div>\n <div class=\"hero-banner__item\">\n <img src=\"images/img-44.webp\" class=\"hero-banner__image\" width=\"1800\" height=\"935\">\n </div>\n </div> -->\n <!-- if banner image-->\n <!-- if banner video -->\n <div class=\"hero-banner__video\">\n <div class=\"hero-banner__video--inner\">\n <iframe\n id=\"YouTubeVideoPlayer\"\n width=\"1920\"\n height=\"1080\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n src=\"https://www.youtube.com/embed/bdLumCjiKR8?enablejsapi=1&controls=0&showinfo=0&autoplay=1&modestbranding=1&loop=1&autohide=1&playsinline=1&widgetid=1&mute=1&playlist=bdLumCjiKR8\"\n frameborder=\"0\"\n allowfullscreen=\"\"\n ></iframe>\n </div>\n </div>\n <!-- if banner video -->\n <div\n class=\"hero-banner__logo js-scrollto\"\n data-scroll_spacer=\"50\"\n data-scroll_to=\".start\"\n role=\"button\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__logo--img hero-banner__logo--desktop\"\n >\n <use\n href=\"/assets/babylon/svg/blanco-logo-white.svg#blanco-logo-white\"\n ></use>\n </svg>\n\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__logo--img hero-banner__logo--mobile\"\n >\n <use\n href=\"/assets/babylon/svg/blanco-logo-mobile.svg#blonco-logo-mobile\"\n ></use>\n </svg>\n </div>\n <div class=\"hero-banner__content\">\n <h1>\n <span class=\"hero-banner__content--title-mobile\"\n >Descubre tu hotel en el mediterraneo</span\n >\n <span class=\"hero-banner__content--title-desktop\"\n >Tu hotel mediterraneo y blanco</span\n >\n </h1>\n <p>encuentra tu estancia blanca</p>\n <span class=\"hero-banner__content-icon\">\n <span class=\"hero-banner__content-icon--line\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/arrow-line.svg#arrow-line\"\n ></use>\n </svg>\n </span>\n <span class=\"hero-banner__content-icon--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </span>\n </span>\n </div>\n <span class=\"hero-banner__cookies\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__cookies--img\"\n >\n <use href=\"/assets/babylon/svg/icon-cookies.svg#icon-cookies\"></use>\n </svg>\n </span>\n <div\n class=\"hero-banner__actions\"\n stickyAvoidFooter\n [footerSelector]=\"'.footer__links'\"\n [viewportPadding]=\"30\"\n [defaultBottom]=\"'3rem'\"\n [overlapAdjustPx]=\"10\"\n >\n <span class=\"hero-banner__actions--icon hero-banner__actions--whatsapp\">\n <span>Whatsapp</span>\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-whatsapp.svg#icon-whatsapp\"\n ></use>\n </svg>\n </span>\n </span>\n <span\n class=\"hero-banner__actions--icon js-active-modal\"\n data-modal_name=\"newsletter\"\n >\n <span>Newsletter</span>\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-envelope.svg#icon-envelope\"\n ></use>\n </svg>\n </span>\n </span>\n </div>\n <div class=\"hero-banner__bar\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__bar--graphic\"\n >\n <use href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"></use>\n </svg>\n <span>SCROLL DOW PARA VER BLANCO HOTEL</span>\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}.hero-banner{position:relative;overflow:hidden;height:100dvh}.hero-banner__item,.hero-banner__video{transition:all .5s;min-height:65rem;height:calc(100svh - 6.6rem)}@media (min-width: 540px){.hero-banner__item,.hero-banner__video{height:calc(100svh - 7.6rem)}}@media (min-width: 768px){.hero-banner__item,.hero-banner__video{height:calc(100svh - 8.6rem)}}@media (min-width: 1024px){.hero-banner__item,.hero-banner__video{height:100svh}}@media (min-width: 1280px){.hero-banner__video{pointer-events:none}}.hero-banner__video--inner{position:relative;width:100%;height:100%;overflow:hidden;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.hero-banner__video iframe{position:absolute;inset:50% 0 0 50%;min-width:100%;min-height:100%;transform:translate(-50%,-50%)}.hero-banner__item{position:relative;vertical-align:top}.hero-banner__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:bottom}.hero-banner__bar{position:absolute;inset-inline:0;bottom:0;transform:translateY(100%);padding-block:1.3rem;background:var(--cl_background_white);transition:all .5s;text-transform:uppercase;text-align:center;font-weight:400;color:#4a4a49cc;font-size:1.4rem;line-height:1.2857142857;letter-spacing:.21rem;display:none;pointer-events:none}@media (min-width: 1024px){.hero-banner__bar{display:block}}.hero-banner__bar--graphic{content:\"\";position:absolute;top:.1rem;left:50%;transform:translate(-50%,-100%) scaleY(-1);color:var(--cl_background_white);width:10rem;aspect-ratio:2/1}.hero-banner__cookies{position:fixed;aspect-ratio:1;width:4.6rem;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:100vw;background:var(--cl_background_white);color:#4a4a49;bottom:7.6rem;left:1.6rem;z-index:1;box-shadow:0 .4rem .4rem #0003;transform:translateY(0);transition:all .5s}@media (min-width: 540px){.hero-banner__cookies{bottom:8.8rem;left:1.8rem}}@media (min-width: 768px){.hero-banner__cookies{left:2rem;bottom:9.8rem}}@media (min-width: 1024px){.hero-banner__cookies{bottom:3rem}}.hero-banner__cookies--img{aspect-ratio:1;width:4rem}.hero-banner__actions{position:fixed;bottom:3rem;right:2rem;z-index:1;display:none;flex-direction:column;align-items:flex-end;transform:translateY(0);gap:2rem}@media (min-width: 1024px){.hero-banner__actions{display:flex}}.hero-banner__actions--icon{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:1.3rem;height:4.6rem;transition:all .5s;border-radius:100vw;background:#4a4a4933;border:1px solid var(--cl_background_white);color:var(--cl_background_white)}.hero-banner__actions--icon span:not(.hero-banner__actions--img){font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem;width:0;opacity:0;pointer-events:none;overflow-x:clip;transition:all .5s}.hero-banner__actions--icon:hover{background:#f9f8f5;border-color:#f9f8f5;color:#4a4a49}.hero-banner__actions--icon:hover span:not(.hero-banner__actions--img){width:13.3rem;opacity:1;pointer-events:initial;padding-left:1.1rem}.hero-banner__actions--whatsapp:hover{background:#24cc63;border-color:#24cc63;color:var(--cl_background_white)}.hero-banner__actions--icon .hero-banner__actions--img svg{aspect-ratio:1;width:2rem}.hero-banner__content{position:absolute;top:12.8rem;display:flex;flex-direction:column;gap:2.5rem;width:28.6rem;left:50%;text-align:center;color:var(--cl_background_white);transform:translate(-50%)}@media (min-width: 540px){.hero-banner__content{top:15.5rem;width:37.4rem}}@media (min-width: 768px){.hero-banner__content{top:19.4rem;width:47.3rem;gap:3rem}}@media (min-width: 1024px){.hero-banner__content{transform:translate(-50%,-4.4rem);opacity:0;pointer-events:none;transition:all .5s;top:13rem;width:max-content}}@media (min-width: 1680px){.hero-banner__content{top:15.5rem}}@media (min-width: 1024px){.hero-banner__content--title-mobile{display:none}}.hero-banner__content--title-desktop{display:none}@media (min-width: 1024px){.hero-banner__content--title-desktop{display:block}}.hero-banner__content h1{font-size:3.6rem;line-height:1.0555555556;color:var(--cl_background_white)}@media (min-width: 540px){.hero-banner__content h1{font-size:4rem;line-height:1}}@media (min-width: 768px){.hero-banner__content h1{font-size:5.2rem;line-height:1}}@media (min-width: 1680px){.hero-banner__content h1{font-size:6rem;line-height:1}}.hero-banner__content p{display:none;font-size:1.4rem;line-height:1.4285714286;letter-spacing:.21rem;text-transform:uppercase;font-weight:500}@media (min-width: 540px){.hero-banner__content p{display:block}}@media (min-width: 768px){.hero-banner__content p{font-size:1.7rem;line-height:1.2941176471;letter-spacing:.17rem}}@media (min-width: 1680px){.hero-banner__content p{font-size:1.8rem;line-height:1;letter-spacing:.36rem}}.hero-banner__content-icon{position:absolute;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(-50%,100%);bottom:-2rem}@media (min-width: 540px){.hero-banner__content-icon{bottom:-2.504rem}}@media (min-width: 768px){.hero-banner__content-icon{bottom:-3.59rem}}@media (min-width: 1024px){.hero-banner__content-icon{bottom:-3.504rem}}@media (min-width: 1680px){.hero-banner__content-icon{bottom:-4.004rem}}.hero-banner__content-icon--img{width:1.6rem;aspect-ratio:16/9;position:relative}.hero-banner__content-icon--img svg{width:1.6rem;height:.9rem;position:absolute;top:0;left:50%;transform:translate(-50%)}.hero-banner__content-icon--line{height:2.6rem;width:1.6rem;animation:growShrink 2s infinite ease-in-out;animation-delay:1.5s;margin-bottom:-.9rem;position:relative;overflow:hidden}.hero-banner__content-icon--line svg{width:1.6rem;height:2.6rem;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero-banner__logo{position:absolute;top:0;padding-top:4rem;left:50%;transition:all .5s;transform:translate(-50%);color:var(--cl_background_white)}@media (min-width: 768px){.hero-banner__logo{padding-top:5rem}}@media (min-width: 1024px){.hero-banner__logo{top:unset;padding-top:0;bottom:0;padding-bottom:6.038rem}}@media (min-width: 1680px){.hero-banner__logo{padding-bottom:8.047rem}}.hero-banner__logo--desktop{display:none}@media (min-width: 1024px){.hero-banner__logo--desktop{display:block}}@media (min-width: 1024px){.hero-banner__logo--mobile{display:none}}.hero-banner__logo--img{width:28rem;aspect-ratio:280/52}@media (min-width: 540px){.hero-banner__logo--img{width:40rem}}@media (min-width: 768px){.hero-banner__logo--img{width:50rem}}@media (min-width: 1024px){.hero-banner__logo--img{width:70rem}}@media (min-width: 1280px){.hero-banner__logo--img{width:90rem}}@media (min-width: 1680px){.hero-banner__logo--img{width:110rem}}@media (min-width: 1024px){.hero-banner__logo:hover{padding-bottom:10.438rem}.hero-banner__logo:hover~.hero-banner__bar{transform:translateY(0);transition:all .5s}.hero-banner__logo:hover~.hero-banner__cookies{transform:translateY(-4.4rem)}.hero-banner__logo:hover~.hero-banner__content{transform:translate(-50%);opacity:1;pointer-events:initial}}@media (min-width: 1680px){.hero-banner__logo:hover{padding-bottom:12.447rem}}\n"] }]
|
|
11
|
+
}] });
|
|
12
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLXYyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLXYyL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby12Mi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby12Mi9iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8tdjIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSx5REFBeUQsQ0FBQzs7QUFTckcsTUFBTSxPQUFPLGdDQUFnQzsrR0FBaEMsZ0NBQWdDO21HQUFoQyxnQ0FBZ0MsMkZDVjdDLDZuS0E0SUEsODVjRHRJYywwQkFBMEI7OzRGQUkzQixnQ0FBZ0M7a0JBUDVDLFNBQVM7K0JBQ0ksaUNBQWlDLGNBQy9CLElBQUksV0FDUCxDQUFDLDBCQUEwQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBTdGlja3lBdm9pZEZvb3RlckRpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uL2RpcmVjdGl2ZXMvdXRpbHMvc3RpY2t5LWF2b2lkLWZvb3Rlci5kaXJlY3RpdmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8tdjInLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW1N0aWNreUF2b2lkRm9vdGVyRGlyZWN0aXZlXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLXYyLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLXYyLmNvbXBvbmVudC5zY3NzJyxcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvblRvcFNsaWRlclZpZGVvVjJDb21wb25lbnQge31cbiIsIjxzZWN0aW9uXG4gICAgY2xhc3M9XCJoZXJvLWJhbm5lciBqcy1hY3RpdmUtc2xpZGVyXCJcbiAgICBkYXRhLXNsaWRlcl9wYXVzZT1cImZhbHNlXCJcbiAgICBkYXRhLXNsaWRlcl9uYW1lPVwianMtYmFubmVyLXNsaWRlclwiXG4gICAgZGF0YS1zbGlkZXJfc2hvd2J0bnM9XCJmYWxzZVwiXG4gICAgZGF0YS1zbGlkZXJfc2hvd2RvdHM9XCJmYWxzZVwiXG4gICAgZGF0YS1zbGlkZXJfZmFkZT1cInRydWVcIlxuICAgIGRhdGEtc2xpZGVyX2F1dG9wbGF5PVwidHJ1ZVwiXG4gICAgZGF0YS1zbGlkZXNfcGM9XCIxXCJcbj5cbiAgICA8IS0tIGlmIGJhbm5lciBpbWFnZS0tPlxuICAgIDwhLS0gPGRpdiBjbGFzcz1cImpzLWJhbm5lci1zbGlkZXJcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJoZXJvLWJhbm5lcl9faXRlbVwiPlxuICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiaW1hZ2VzL2ltZy0xLndlYnBcIiBjbGFzcz1cImhlcm8tYmFubmVyX19pbWFnZVwiIHdpZHRoPVwiMTgwMFwiIGhlaWdodD1cIjkzNVwiPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaGVyby1iYW5uZXJfX2l0ZW1cIj5cbiAgICAgICAgICAgICAgICA8aW1nIHNyYz1cImltYWdlcy9pbWctNDQud2VicFwiIGNsYXNzPVwiaGVyby1iYW5uZXJfX2ltYWdlXCIgd2lkdGg9XCIxODAwXCIgaGVpZ2h0PVwiOTM1XCI+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+IC0tPlxuICAgIDwhLS0gaWYgYmFubmVyIGltYWdlLS0+XG4gICAgPCEtLSBpZiBiYW5uZXIgdmlkZW8gLS0+XG4gICAgPGRpdiBjbGFzcz1cImhlcm8tYmFubmVyX192aWRlb1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaGVyby1iYW5uZXJfX3ZpZGVvLS1pbm5lclwiPlxuICAgICAgICAgICAgPGlmcmFtZVxuICAgICAgICAgICAgICAgIGlkPVwiWW91VHViZVZpZGVvUGxheWVyXCJcbiAgICAgICAgICAgICAgICB3aWR0aD1cIjE5MjBcIlxuICAgICAgICAgICAgICAgIGhlaWdodD1cIjEwODBcIlxuICAgICAgICAgICAgICAgIGFsbG93PVwiYWNjZWxlcm9tZXRlcjsgYXV0b3BsYXk7IGNsaXBib2FyZC13cml0ZTsgZW5jcnlwdGVkLW1lZGlhOyBneXJvc2NvcGU7IHBpY3R1cmUtaW4tcGljdHVyZVwiXG4gICAgICAgICAgICAgICAgc3JjPVwiaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvYmRMdW1DamlLUjg/ZW5hYmxlanNhcGk9MSZhbXA7Y29udHJvbHM9MCZhbXA7c2hvd2luZm89MCZhbXA7YXV0b3BsYXk9MSZhbXA7bW9kZXN0YnJhbmRpbmc9MSZhbXA7bG9vcD0xJmFtcDthdXRvaGlkZT0xJmFtcDtwbGF5c2lubGluZT0xJmFtcDt3aWRnZXRpZD0xJmFtcDttdXRlPTEmYW1wO3BsYXlsaXN0PWJkTHVtQ2ppS1I4XCJcbiAgICAgICAgICAgICAgICBmcmFtZWJvcmRlcj1cIjBcIlxuICAgICAgICAgICAgICAgIGFsbG93ZnVsbHNjcmVlbj1cIlwiXG4gICAgICAgICAgICA+PC9pZnJhbWU+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICAgIDwhLS0gaWYgYmFubmVyIHZpZGVvIC0tPlxuICAgIDxkaXZcbiAgICAgICAgY2xhc3M9XCJoZXJvLWJhbm5lcl9fbG9nbyBqcy1zY3JvbGx0b1wiXG4gICAgICAgIGRhdGEtc2Nyb2xsX3NwYWNlcj1cIjUwXCJcbiAgICAgICAgZGF0YS1zY3JvbGxfdG89XCIuc3RhcnRcIlxuICAgICAgICByb2xlPVwiYnV0dG9uXCJcbiAgICA+XG4gICAgICAgIDxzdmdcbiAgICAgICAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgICAgICAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgICAgICAgICBjbGFzcz1cImhlcm8tYmFubmVyX19sb2dvLS1pbWcgaGVyby1iYW5uZXJfX2xvZ28tLWRlc2t0b3BcIlxuICAgICAgICA+XG4gICAgICAgICAgICA8dXNlXG4gICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvYmxhbmNvLWxvZ28td2hpdGUuc3ZnI2JsYW5jby1sb2dvLXdoaXRlXCJcbiAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgPC9zdmc+XG5cbiAgICAgICAgPHN2Z1xuICAgICAgICAgICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICAgICAgICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICAgICAgICAgIGNsYXNzPVwiaGVyby1iYW5uZXJfX2xvZ28tLWltZyBoZXJvLWJhbm5lcl9fbG9nby0tbW9iaWxlXCJcbiAgICAgICAgPlxuICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2JsYW5jby1sb2dvLW1vYmlsZS5zdmcjYmxvbmNvLWxvZ28tbW9iaWxlXCJcbiAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgPC9zdmc+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImhlcm8tYmFubmVyX19jb250ZW50XCI+XG4gICAgICAgIDxoMT5cbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaGVyby1iYW5uZXJfX2NvbnRlbnQtLXRpdGxlLW1vYmlsZVwiXG4gICAgICAgICAgICAgICAgPkRlc2N1YnJlIHR1IGhvdGVsIGVuIGVsIG1lZGl0ZXJyYW5lbzwvc3BhblxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJoZXJvLWJhbm5lcl9fY29udGVudC0tdGl0bGUtZGVza3RvcFwiXG4gICAgICAgICAgICAgICAgPlR1IGhvdGVsIG1lZGl0ZXJyYW5lbyB5IGJsYW5jbzwvc3BhblxuICAgICAgICAgICAgPlxuICAgICAgICA8L2gxPlxuICAgICAgICA8cD5lbmN1ZW50cmEgdHUgZXN0YW5jaWEgYmxhbmNhPC9wPlxuICAgICAgICA8c3BhbiBjbGFzcz1cImhlcm8tYmFubmVyX19jb250ZW50LWljb25cIj5cbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaGVyby1iYW5uZXJfX2NvbnRlbnQtaWNvbi0tbGluZVwiPlxuICAgICAgICAgICAgICAgIDxzdmcgYXJpYS1oaWRkZW49XCJ0cnVlXCIgZm9jdXNhYmxlPVwiZmFsc2VcIj5cbiAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvYXJyb3ctbGluZS5zdmcjYXJyb3ctbGluZVwiXG4gICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaGVyby1iYW5uZXJfX2NvbnRlbnQtaWNvbi0taW1nXCI+XG4gICAgICAgICAgICAgICAgPHN2ZyBhcmlhLWhpZGRlbj1cInRydWVcIiBmb2N1c2FibGU9XCJmYWxzZVwiPlxuICAgICAgICAgICAgICAgICAgICA8dXNlXG4gICAgICAgICAgICAgICAgICAgICAgICBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9pY29uLWFycm93LnN2ZyNpY29uLWFycm93XCJcbiAgICAgICAgICAgICAgICAgICAgPjwvdXNlPlxuICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICA8L3NwYW4+XG4gICAgPC9kaXY+XG4gICAgPHNwYW4gY2xhc3M9XCJoZXJvLWJhbm5lcl9fY29va2llc1wiPlxuICAgICAgICA8c3ZnXG4gICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgY2xhc3M9XCJoZXJvLWJhbm5lcl9fY29va2llcy0taW1nXCJcbiAgICAgICAgPlxuICAgICAgICAgICAgPHVzZSBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9pY29uLWNvb2tpZXMuc3ZnI2ljb24tY29va2llc1wiPjwvdXNlPlxuICAgICAgICA8L3N2Zz5cbiAgICA8L3NwYW4+XG4gICAgPGRpdlxuICAgICAgICBjbGFzcz1cImhlcm8tYmFubmVyX19hY3Rpb25zXCJcbiAgICAgICAgc3RpY2t5QXZvaWRGb290ZXJcbiAgICAgICAgW2Zvb3RlclNlbGVjdG9yXT1cIicuZm9vdGVyX19saW5rcydcIlxuICAgICAgICBbdmlld3BvcnRQYWRkaW5nXT1cIjMwXCJcbiAgICAgICAgW2RlZmF1bHRCb3R0b21dPVwiJzNyZW0nXCJcbiAgICAgICAgW292ZXJsYXBBZGp1c3RQeF09XCIxMFwiXG4gICAgPlxuICAgICAgICA8c3BhbiBjbGFzcz1cImhlcm8tYmFubmVyX19hY3Rpb25zLS1pY29uIGhlcm8tYmFubmVyX19hY3Rpb25zLS13aGF0c2FwcFwiPlxuICAgICAgICAgICAgPHNwYW4+V2hhdHNhcHA8L3NwYW4+XG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cImhlcm8tYmFubmVyX19hY3Rpb25zLS1pbWdcIj5cbiAgICAgICAgICAgICAgICA8c3ZnIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGZvY3VzYWJsZT1cImZhbHNlXCI+XG4gICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24td2hhdHNhcHAuc3ZnI2ljb24td2hhdHNhcHBcIlxuICAgICAgICAgICAgICAgICAgICA+PC91c2U+XG4gICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgIDwvc3Bhbj5cbiAgICAgICAgPHNwYW5cbiAgICAgICAgICAgIGNsYXNzPVwiaGVyby1iYW5uZXJfX2FjdGlvbnMtLWljb24ganMtYWN0aXZlLW1vZGFsXCJcbiAgICAgICAgICAgIGRhdGEtbW9kYWxfbmFtZT1cIm5ld3NsZXR0ZXJcIlxuICAgICAgICA+XG4gICAgICAgICAgICA8c3Bhbj5OZXdzbGV0dGVyPC9zcGFuPlxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJoZXJvLWJhbm5lcl9fYWN0aW9ucy0taW1nXCI+XG4gICAgICAgICAgICAgICAgPHN2ZyBhcmlhLWhpZGRlbj1cInRydWVcIiBmb2N1c2FibGU9XCJmYWxzZVwiPlxuICAgICAgICAgICAgICAgICAgICA8dXNlXG4gICAgICAgICAgICAgICAgICAgICAgICBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9pY29uLWVudmVsb3BlLnN2ZyNpY29uLWVudmVsb3BlXCJcbiAgICAgICAgICAgICAgICAgICAgPjwvdXNlPlxuICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICA8L3NwYW4+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImhlcm8tYmFubmVyX19iYXJcIj5cbiAgICAgICAgPHN2Z1xuICAgICAgICAgICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICAgICAgICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICAgICAgICAgIGNsYXNzPVwiaGVyby1iYW5uZXJfX2Jhci0tZ3JhcGhpY1wiXG4gICAgICAgID5cbiAgICAgICAgICAgIDx1c2UgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1ncmFwaGljLnN2ZyNpY29uLWdyYXBoaWNcIj48L3VzZT5cbiAgICAgICAgPC9zdmc+XG4gICAgICAgIDxzcGFuPlNDUk9MTCBET1cgUEFSQSBWRVIgQkxBTkNPIEhPVEVMPC9zcGFuPlxuICAgIDwvZGl2PlxuPC9zZWN0aW9uPlxuIl19
|