ctt-babylon 0.8.12 → 0.8.13
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/esm2022/lib/Enum/buttons-type.enum.mjs +6 -0
- package/esm2022/lib/Enum/index.mjs +3 -0
- package/esm2022/lib/Enum/logo-type.enum.mjs +10 -0
- package/esm2022/lib/Enum/services.enum.mjs +8 -0
- package/esm2022/lib/Enum/views.enum.mjs +5 -0
- package/esm2022/lib/components/core/babylon-404/babylon-404.component.mjs +18 -5
- package/esm2022/lib/components/core/babylon-404/babylon-404.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-404/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.component.mjs +30 -0
- package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-action-banner/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-advantages/babylon-advantages-info.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.component.mjs +29 -5
- package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-advantages/index.mjs +4 -0
- package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.mjs +31 -5
- package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-banner-gallery/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.component.mjs +133 -6
- package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-banner-info/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.mjs +39 -5
- package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-banner-newsletter/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.component.mjs +98 -5
- package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-blog-details/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.component.mjs +80 -6
- package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-blog-list/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.mjs +14 -5
- package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-breadcrumb/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-color-picker/babylon-color-picker.component.mjs +267 -0
- package/esm2022/lib/components/core/babylon-color-picker/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.mjs +10 -5
- package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-comingsoon/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.component.mjs +19 -0
- package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-contact-address/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.component.mjs +134 -20
- package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-contact-form/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.component.mjs +23 -6
- package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-contact-how/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.component.mjs +29 -6
- package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-contact-map/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-engine/babylon-engine.component.mjs +237 -22
- package/esm2022/lib/components/core/babylon-engine/babylon-engine.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-engine/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.mjs +225 -33
- package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-engine-modal/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.component.mjs +80 -0
- package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-external-script/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-faq/babylon-faq.component.mjs +38 -5
- package/esm2022/lib/components/core/babylon-faq/babylon-faq.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-faq/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.component.mjs +28 -6
- package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-features-slider/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.mjs +16 -6
- package/esm2022/lib/components/core/babylon-filter-modal/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.mjs +121 -0
- package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-floating-buttons/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.mjs +25 -5
- package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-footer-contact/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.component.mjs +13 -5
- package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-footer-links/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.mjs +23 -5
- package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-footer-logos/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.component.mjs +14 -5
- package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.interface.mjs +3 -0
- package/esm2022/lib/components/core/babylon-footer-social/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.component.mjs +72 -23
- package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-gallery/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.component.mjs +38 -0
- package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-global-modal/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.mjs +42 -6
- package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-grid-gallery/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.mjs +91 -7
- package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-guests-popup/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.component.mjs +24 -5
- package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-head-intro/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.mjs +114 -52
- package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-header-book-show/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.component.mjs +143 -53
- package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-header-clear/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.mjs +148 -52
- package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-header-menu-center/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.mjs +122 -0
- package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-header-menu-logo-center/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.mjs +92 -52
- package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-header-menu-show/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.mjs +156 -0
- package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-header-mobile/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotel.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.mjs +12 -5
- package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-hotels-list/index.mjs +4 -0
- package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.mjs +19 -6
- package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-hotels-slider/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.component.mjs +19 -5
- package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info-big/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.component.mjs +31 -7
- package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.interface.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info-grid/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.component.mjs +95 -5
- package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info-img/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.mjs +56 -0
- package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info-img-slider/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.component.mjs +62 -5
- package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info-intro/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.mjs +7 -5
- package/esm2022/lib/components/core/babylon-info-show-img/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.mjs +31 -5
- package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info-zig-zag/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.mjs +92 -0
- package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info-zig-zag-counter/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.mjs +19 -5
- package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info-zigzag-v2/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.mjs +36 -0
- package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info2col-img/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.component.mjs +30 -5
- package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info2img/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.mjs +38 -5
- package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info2img-big/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info3img/babylon-info3img.component.mjs +19 -5
- package/esm2022/lib/components/core/babylon-info3img/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.component.mjs +23 -5
- package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info4img/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.component.mjs +21 -5
- package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-items-grid/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.component.mjs +13 -7
- package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-language-modal/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-legal/babylon-legal.component.mjs +19 -5
- package/esm2022/lib/components/core/babylon-legal/babylon-legal.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-legal/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.component.mjs +15 -5
- package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.interface.mjs +3 -0
- package/esm2022/lib/components/core/babylon-list-grid/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.mjs +139 -0
- package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.mjs +35 -0
- package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-modal-multiple-motors/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.mjs +39 -0
- package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-modal-popup/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.component.mjs +52 -9
- package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.interface.mjs +3 -0
- package/esm2022/lib/components/core/babylon-newsletter/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.mjs +37 -5
- package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-offer-detail/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.mjs +34 -11
- package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-offer-popup/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.mjs +49 -0
- package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-offer-popupV2/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.mjs +20 -5
- package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-offer-slider/index.mjs +4 -0
- package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.component.mjs +47 -5
- package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-offers-list/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.mjs +20 -5
- package/esm2022/lib/components/core/babylon-offers-slider/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-preload/babylon-preload.component.mjs +28 -4
- package/esm2022/lib/components/core/babylon-preload/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.component.mjs +27 -0
- package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-press-list/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-room-details/babylon-room-detail.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-room-details/babylon-room-details.component.mjs +19 -5
- package/esm2022/lib/components/core/babylon-room-details/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.mjs +158 -5
- package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-rooms-cols/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.mjs +19 -6
- package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-rooms-grid/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.mjs +32 -6
- package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-rooms-list/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-room.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.mjs +25 -5
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-rooms-slider/index.mjs +5 -0
- package/esm2022/lib/components/core/babylon-services-slider/babylon-service-slider.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-services-slider/babylon-services-slider.component.mjs +17 -5
- package/esm2022/lib/components/core/babylon-services-slider/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-slider2col/babylon-slider2col.component.mjs +28 -5
- package/esm2022/lib/components/core/babylon-slider2col/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.component.mjs +15 -5
- package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-slider2items/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3col.component.mjs +53 -0
- package/esm2022/lib/components/core/babylon-slider3col/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-slider3col-clear/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.component.mjs +14 -5
- package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-slider3items/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-slider4col/babylon-slider4col.component.mjs +37 -5
- package/esm2022/lib/components/core/babylon-slider4col/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.component.mjs +104 -6
- package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-static-footer/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.mjs +48 -8
- package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-static-footer-v2/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.mjs +35 -5
- package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-submenu-hotel/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.component.mjs +18 -5
- package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-thanks/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.component.mjs +187 -5
- package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-top-slider/index.mjs +4 -0
- package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.mjs +33 -6
- package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-top-slider-thumbs/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.mjs +22 -5
- package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-top-slider-v2/index.mjs +4 -0
- package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.mjs +194 -5
- package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-top-slider-video/index.mjs +4 -0
- package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.component.mjs +23 -5
- package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-webmap/index.mjs +3 -0
- package/esm2022/lib/components/core/index.mjs +89 -0
- package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.mjs +124 -0
- package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.mjs +2 -0
- package/esm2022/lib/components/shared/babylon-dynamic-heading/index.mjs +3 -0
- package/esm2022/lib/components/shared/babylon-search/babylon-search.component.mjs +82 -0
- package/esm2022/lib/components/shared/babylon-search/index.mjs +2 -0
- package/esm2022/lib/components/shared/index.mjs +2 -0
- package/esm2022/lib/directives/babylon-background-strip/babylon-background-strip.directive.mjs +71 -0
- package/esm2022/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.mjs +52 -0
- package/esm2022/lib/directives/babylon-galleries/babylon-light-gallery.directive.mjs +107 -0
- package/esm2022/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.mjs +60 -0
- package/esm2022/lib/directives/babylon-pagination/babylon-pagination.directive.mjs +127 -0
- package/esm2022/lib/directives/babylon-sliders/babylon-custom-slider.directive.mjs +62 -0
- package/esm2022/lib/directives/babylon-sliders/babylon-hotels-slider.directive.mjs +107 -0
- package/esm2022/lib/directives/babylon-sliders/babylon-sliders.directive.mjs +438 -0
- package/esm2022/lib/directives/babylon-sliders/babylon-swiper-slider.directive.mjs +107 -0
- package/esm2022/lib/directives/data-background/data-background.directive.mjs +32 -0
- package/esm2022/lib/directives/link-type/link-type.directive.mjs +287 -0
- package/esm2022/lib/directives/scrolls/scroll-up.directive.mjs +27 -0
- package/esm2022/lib/interfaces/babylon-button.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-consult-type.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-dropdown.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-global-icon.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-image.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-input.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-menu-button.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-menu-info.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-page-config.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-site-config.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-tags.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-text-info.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-texts-colors.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-texts.interface.mjs +2 -0
- package/esm2022/lib/interfaces/index.mjs +15 -0
- package/esm2022/lib/pipes/babylon-clean-phone.pipe.mjs +14 -0
- package/esm2022/lib/pipes/babylon-currency.pipe.mjs +29 -0
- package/esm2022/lib/services/color-panel.service.mjs +316 -0
- package/esm2022/lib/services/index.mjs +3 -1
- package/esm2022/lib/services/mapper/index.mjs +3 -0
- package/esm2022/lib/services/mapper/mapper.service.mjs +2553 -0
- package/esm2022/lib/services/mapper/mapper.service.token.mjs +3 -0
- package/esm2022/lib/services/modals-service/index.mjs +2 -0
- package/esm2022/lib/services/modals-service/modals.service.mjs +77 -0
- package/esm2022/lib/services/screen-sizer/screen-sizer.service.mjs +46 -35
- package/esm2022/lib/utils/complex-links.token.mjs +6 -0
- package/esm2022/lib/utils/index.mjs +2 -0
- package/esm2022/lib/utils/utils.mjs +153 -0
- package/esm2022/public-api.mjs +11 -114
- package/fesm2022/ctt-babylon.mjs +9499 -2516
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/Enum/buttons-type.enum.d.ts +4 -0
- package/lib/Enum/index.d.ts +2 -0
- package/lib/Enum/logo-type.enum.d.ts +8 -0
- package/lib/Enum/services.enum.d.ts +6 -0
- package/lib/Enum/views.enum.d.ts +3 -0
- package/lib/components/core/babylon-404/babylon-404.component.d.ts +8 -1
- package/lib/components/core/babylon-404/babylon-404.interface.d.ts +9 -0
- package/lib/components/core/babylon-404/index.d.ts +2 -0
- package/lib/components/core/babylon-action-banner/babylon-action-banner.component.d.ts +14 -0
- package/lib/components/core/babylon-action-banner/babylon-action-banner.interface.d.ts +9 -0
- package/lib/components/core/babylon-action-banner/index.d.ts +2 -0
- package/lib/components/core/babylon-advantages/babylon-advantages-info.interface.d.ts +5 -0
- package/lib/components/core/babylon-advantages/babylon-advantages.component.d.ts +14 -1
- package/lib/components/core/babylon-advantages/babylon-advantages.interface.d.ts +13 -0
- package/lib/components/core/babylon-advantages/index.d.ts +3 -0
- package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.d.ts +11 -1
- package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.d.ts +9 -0
- package/lib/components/core/babylon-banner-gallery/index.d.ts +2 -0
- package/lib/components/core/babylon-banner-info/babylon-banner-info.component.d.ts +25 -2
- package/lib/components/core/babylon-banner-info/babylon-banner-info.interface.d.ts +10 -0
- package/lib/components/core/babylon-banner-info/index.d.ts +2 -0
- package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.d.ts +16 -1
- package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.d.ts +9 -0
- package/lib/components/core/babylon-banner-newsletter/index.d.ts +2 -0
- package/lib/components/core/babylon-blog-details/babylon-blog-details.component.d.ts +39 -1
- package/lib/components/core/babylon-blog-details/babylon-blog-details.interface.d.ts +24 -0
- package/lib/components/core/babylon-blog-details/index.d.ts +2 -0
- package/lib/components/core/babylon-blog-list/babylon-blog-list.component.d.ts +47 -2
- package/lib/components/core/babylon-blog-list/babylon-blog-list.interface.d.ts +18 -0
- package/lib/components/core/babylon-blog-list/index.d.ts +2 -0
- package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.d.ts +4 -1
- package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.d.ts +4 -0
- package/lib/components/core/babylon-breadcrumb/index.d.ts +2 -0
- package/lib/components/core/babylon-color-picker/babylon-color-picker.component.d.ts +57 -0
- package/lib/components/core/babylon-color-picker/index.d.ts +1 -0
- package/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.d.ts +12 -1
- package/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.d.ts +11 -0
- package/lib/components/core/babylon-comingsoon/index.d.ts +2 -0
- package/lib/components/core/babylon-contact-address/babylon-contact-address.component.d.ts +22 -0
- package/lib/components/core/babylon-contact-address/babylon-contact-address.interface.d.ts +4 -0
- package/lib/components/core/babylon-contact-address/index.d.ts +2 -0
- package/lib/components/core/babylon-contact-form/babylon-contact-form.component.d.ts +35 -6
- package/lib/components/core/babylon-contact-form/babylon-contact-form.interface.d.ts +15 -0
- package/lib/components/core/babylon-contact-form/index.d.ts +2 -0
- package/lib/components/core/babylon-contact-how/babylon-contact-how.component.d.ts +14 -2
- package/lib/components/core/babylon-contact-how/babylon-contact-how.interface.d.ts +6 -0
- package/lib/components/core/babylon-contact-how/index.d.ts +2 -0
- package/lib/components/core/babylon-contact-map/babylon-contact-map.component.d.ts +16 -2
- package/lib/components/core/babylon-contact-map/babylon-contact-map.interface.d.ts +8 -0
- package/lib/components/core/babylon-contact-map/index.d.ts +2 -0
- package/lib/components/core/babylon-engine/babylon-engine.component.d.ts +71 -11
- package/lib/components/core/babylon-engine/babylon-engine.interface.d.ts +24 -0
- package/lib/components/core/babylon-engine/index.d.ts +2 -0
- package/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.d.ts +60 -16
- package/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.d.ts +22 -0
- package/lib/components/core/babylon-engine-modal/index.d.ts +2 -0
- package/lib/components/core/babylon-external-script/babylon-external-script.component.d.ts +21 -0
- package/lib/components/core/babylon-external-script/babylon-external-script.interface.d.ts +5 -0
- package/lib/components/core/babylon-external-script/index.d.ts +2 -0
- package/lib/components/core/babylon-faq/babylon-faq.component.d.ts +15 -1
- package/lib/components/core/babylon-faq/babylon-faq.interface.d.ts +8 -0
- package/lib/components/core/babylon-faq/index.d.ts +2 -0
- package/lib/components/core/babylon-features-slider/babylon-features-slider.component.d.ts +18 -2
- package/lib/components/core/babylon-features-slider/babylon-features-slider.interface.d.ts +8 -0
- package/lib/components/core/babylon-features-slider/index.d.ts +2 -0
- package/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.d.ts +8 -3
- package/lib/components/core/babylon-filter-modal/index.d.ts +1 -0
- package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.d.ts +39 -0
- package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.d.ts +8 -0
- package/lib/components/core/babylon-floating-buttons/index.d.ts +2 -0
- package/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.d.ts +24 -1
- package/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.d.ts +14 -0
- package/lib/components/core/babylon-footer-contact/index.d.ts +2 -0
- package/lib/components/core/babylon-footer-links/babylon-footer-links.component.d.ts +5 -1
- package/lib/components/core/babylon-footer-links/babylon-footer-links.interface.d.ts +6 -0
- package/lib/components/core/babylon-footer-links/index.d.ts +2 -0
- package/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.d.ts +11 -1
- package/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.d.ts +7 -0
- package/lib/components/core/babylon-footer-logos/index.d.ts +2 -0
- package/lib/components/core/babylon-footer-social/babylon-footer-social.component.d.ts +5 -1
- package/lib/components/core/babylon-footer-social/babylon-footer-social.interface.d.ts +6 -0
- package/lib/components/core/babylon-footer-social/index.d.ts +2 -0
- package/lib/components/core/babylon-gallery/babylon-gallery.component.d.ts +34 -8
- package/lib/components/core/babylon-gallery/babylon-gallery.interface.d.ts +12 -0
- package/lib/components/core/babylon-gallery/index.d.ts +2 -0
- package/lib/components/core/babylon-global-modal/babylon-global-modal.component.d.ts +31 -0
- package/lib/components/core/babylon-global-modal/babylon-global-modal.interface.d.ts +8 -0
- package/lib/components/core/babylon-global-modal/index.d.ts +2 -0
- package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.d.ts +19 -2
- package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.d.ts +8 -0
- package/lib/components/core/babylon-grid-gallery/index.d.ts +2 -0
- package/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.d.ts +24 -7
- package/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.d.ts +11 -0
- package/lib/components/core/babylon-guests-popup/index.d.ts +2 -0
- package/lib/components/core/babylon-head-intro/babylon-head-intro.component.d.ts +9 -1
- package/lib/components/core/babylon-head-intro/babylon-head-intro.interface.d.ts +10 -0
- package/lib/components/core/babylon-head-intro/index.d.ts +2 -0
- package/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.d.ts +35 -7
- package/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.d.ts +20 -0
- package/lib/components/core/babylon-header-book-show/index.d.ts +2 -0
- package/lib/components/core/babylon-header-clear/babylon-header-clear.component.d.ts +34 -9
- package/lib/components/core/babylon-header-clear/babylon-header-clear.interface.d.ts +22 -0
- package/lib/components/core/babylon-header-clear/index.d.ts +2 -0
- package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.d.ts +33 -8
- package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.d.ts +19 -0
- package/lib/components/core/babylon-header-menu-center/index.d.ts +2 -0
- package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.d.ts +40 -0
- package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.d.ts +23 -0
- package/lib/components/core/babylon-header-menu-logo-center/index.d.ts +2 -0
- package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.d.ts +29 -8
- package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.d.ts +18 -0
- package/lib/components/core/babylon-header-menu-show/index.d.ts +2 -0
- package/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.d.ts +53 -0
- package/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.d.ts +26 -0
- package/lib/components/core/babylon-header-mobile/index.d.ts +2 -0
- package/lib/components/core/babylon-hotels-list/babylon-hotel.interface.d.ts +18 -0
- package/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.d.ts +5 -1
- package/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.d.ts +6 -0
- package/lib/components/core/babylon-hotels-list/index.d.ts +3 -0
- package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.d.ts +5 -1
- package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.d.ts +6 -0
- package/lib/components/core/babylon-hotels-slider/index.d.ts +2 -0
- package/lib/components/core/babylon-info-big/babylon-info-big.component.d.ts +9 -1
- package/lib/components/core/babylon-info-big/babylon-info-big.interface.d.ts +10 -0
- package/lib/components/core/babylon-info-big/index.d.ts +2 -0
- package/lib/components/core/babylon-info-grid/babylon-info-grid.component.d.ts +22 -3
- package/lib/components/core/babylon-info-grid/babylon-info-grid.interface.d.ts +9 -0
- package/lib/components/core/babylon-info-grid/index.d.ts +2 -0
- package/lib/components/core/babylon-info-img/babylon-info-img.component.d.ts +40 -2
- package/lib/components/core/babylon-info-img/babylon-info-img.interface.d.ts +27 -0
- package/lib/components/core/babylon-info-img/index.d.ts +2 -0
- package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.d.ts +33 -0
- package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.d.ts +11 -0
- package/lib/components/core/babylon-info-img-slider/index.d.ts +2 -0
- package/lib/components/core/babylon-info-intro/babylon-info-intro.component.d.ts +26 -1
- package/lib/components/core/babylon-info-intro/babylon-info-intro.interface.d.ts +19 -0
- package/lib/components/core/babylon-info-intro/index.d.ts +2 -0
- package/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.d.ts +3 -1
- package/lib/components/core/babylon-info-show-img/index.d.ts +1 -0
- package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.d.ts +29 -1
- package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.d.ts +12 -0
- package/lib/components/core/babylon-info-zig-zag/index.d.ts +2 -0
- package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.d.ts +47 -0
- package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.d.ts +14 -0
- package/lib/components/core/babylon-info-zig-zag-counter/index.d.ts +2 -0
- package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.d.ts +16 -1
- package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.d.ts +5 -0
- package/lib/components/core/babylon-info-zigzag-v2/index.d.ts +2 -0
- package/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.d.ts +21 -0
- package/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.d.ts +12 -0
- package/lib/components/core/babylon-info2col-img/index.d.ts +2 -0
- package/lib/components/core/babylon-info2img/babylon-info2img.component.d.ts +14 -1
- package/lib/components/core/babylon-info2img/babylon-info2img.interface.d.ts +11 -0
- package/lib/components/core/babylon-info2img/index.d.ts +2 -0
- package/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.d.ts +16 -1
- package/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.d.ts +14 -0
- package/lib/components/core/babylon-info2img-big/index.d.ts +2 -0
- package/lib/components/core/babylon-info3img/babylon-info3img.component.d.ts +9 -1
- package/lib/components/core/babylon-info3img/index.d.ts +1 -0
- package/lib/components/core/babylon-info4img/babylon-info4img.component.d.ts +11 -1
- package/lib/components/core/babylon-info4img/babylon-info4img.interface.d.ts +12 -0
- package/lib/components/core/babylon-info4img/index.d.ts +2 -0
- package/lib/components/core/babylon-items-grid/babylon-items-grid.component.d.ts +14 -1
- package/lib/components/core/babylon-items-grid/babylon-items-grid.interface.d.ts +8 -0
- package/lib/components/core/babylon-items-grid/index.d.ts +2 -0
- package/lib/components/core/babylon-language-modal/babylon-language-modal.component.d.ts +12 -5
- package/lib/components/core/babylon-language-modal/babylon-language-modal.interface.d.ts +7 -0
- package/lib/components/core/babylon-language-modal/index.d.ts +2 -0
- package/lib/components/core/babylon-legal/babylon-legal.component.d.ts +9 -1
- package/lib/components/core/babylon-legal/babylon-legal.interface.d.ts +7 -0
- package/lib/components/core/babylon-legal/index.d.ts +2 -0
- package/lib/components/core/babylon-list-grid/babylon-list-grid.component.d.ts +17 -1
- package/lib/components/core/babylon-list-grid/babylon-list-grid.interface.d.ts +8 -0
- package/lib/components/core/babylon-list-grid/index.d.ts +2 -0
- package/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.d.ts +45 -0
- package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.d.ts +16 -0
- package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.d.ts +8 -0
- package/lib/components/core/babylon-modal-multiple-motors/index.d.ts +2 -0
- package/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.d.ts +25 -0
- package/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.d.ts +9 -0
- package/lib/components/core/babylon-modal-popup/index.d.ts +2 -0
- package/lib/components/core/babylon-newsletter/babylon-newsletter.component.d.ts +19 -3
- package/lib/components/core/babylon-newsletter/babylon-newsletter.interface.d.ts +9 -0
- package/lib/components/core/babylon-newsletter/index.d.ts +2 -0
- package/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.d.ts +16 -1
- package/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.d.ts +17 -0
- package/lib/components/core/babylon-offer-detail/index.d.ts +2 -0
- package/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.d.ts +18 -5
- package/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.d.ts +7 -0
- package/lib/components/core/babylon-offer-popup/index.d.ts +2 -0
- package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.d.ts +21 -0
- package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.d.ts +9 -0
- package/lib/components/core/babylon-offer-popupV2/index.d.ts +2 -0
- package/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.d.ts +6 -1
- package/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.d.ts +7 -0
- package/lib/components/core/babylon-offer-slider/babylon-offer.interface.d.ts +18 -0
- package/lib/components/core/babylon-offer-slider/index.d.ts +3 -0
- package/lib/components/core/babylon-offers-list/babylon-offers-list.component.d.ts +33 -2
- package/lib/components/core/babylon-offers-list/babylon-offers-list.interface.d.ts +14 -0
- package/lib/components/core/babylon-offers-list/index.d.ts +2 -0
- package/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.d.ts +5 -1
- package/lib/components/core/babylon-offers-slider/index.d.ts +1 -0
- package/lib/components/core/babylon-preload/babylon-preload.component.d.ts +5 -1
- package/lib/components/core/babylon-preload/index.d.ts +1 -0
- package/lib/components/core/babylon-press-list/babylon-press-list.component.d.ts +17 -0
- package/lib/components/core/babylon-press-list/babylon-press-list.interface.d.ts +8 -0
- package/lib/components/core/babylon-press-list/index.d.ts +2 -0
- package/lib/components/core/babylon-room-details/babylon-room-detail.interface.d.ts +12 -0
- package/lib/components/core/babylon-room-details/babylon-room-details.component.d.ts +13 -1
- package/lib/components/core/babylon-room-details/index.d.ts +2 -0
- package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.d.ts +39 -1
- package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.d.ts +10 -0
- package/lib/components/core/babylon-rooms-cols/index.d.ts +2 -0
- package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.d.ts +10 -1
- package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.d.ts +8 -0
- package/lib/components/core/babylon-rooms-grid/index.d.ts +2 -0
- package/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.d.ts +27 -1
- package/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.d.ts +6 -0
- package/lib/components/core/babylon-rooms-list/index.d.ts +2 -0
- package/lib/components/core/babylon-rooms-slider/babylon-room.interface.d.ts +15 -0
- package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.d.ts +6 -1
- package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.d.ts +6 -0
- package/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.d.ts +8 -0
- package/lib/components/core/babylon-rooms-slider/index.d.ts +4 -0
- package/lib/components/core/babylon-services-slider/babylon-service-slider.interface.d.ts +6 -0
- package/lib/components/core/babylon-services-slider/babylon-services-slider.component.d.ts +7 -1
- package/lib/components/core/babylon-services-slider/index.d.ts +2 -0
- package/lib/components/core/babylon-slider2col/babylon-slider2col.component.d.ts +22 -1
- package/lib/components/core/babylon-slider2col/index.d.ts +1 -0
- package/lib/components/core/babylon-slider2items/babylon-slider2items.component.d.ts +5 -1
- package/lib/components/core/babylon-slider2items/babylon-slider2items.interface.d.ts +6 -0
- package/lib/components/core/babylon-slider2items/index.d.ts +2 -0
- package/lib/components/core/babylon-slider3col/babylon-slider3col.component.d.ts +20 -0
- package/lib/components/core/babylon-slider3col/index.d.ts +1 -0
- package/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.d.ts +5 -0
- package/lib/components/core/babylon-slider3col-clear/index.d.ts +1 -0
- package/lib/components/core/babylon-slider3items/babylon-slider3items.component.d.ts +15 -1
- package/lib/components/core/babylon-slider3items/babylon-slider3items.interface.d.ts +6 -0
- package/lib/components/core/babylon-slider3items/index.d.ts +2 -0
- package/lib/components/core/babylon-slider4col/babylon-slider4col.component.d.ts +15 -1
- package/lib/components/core/babylon-slider4col/index.d.ts +1 -0
- package/lib/components/core/babylon-static-footer/babylon-static-footer.component.d.ts +55 -2
- package/lib/components/core/babylon-static-footer/babylon-static-footer.interface.d.ts +29 -0
- package/lib/components/core/babylon-static-footer/index.d.ts +2 -0
- package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.d.ts +24 -3
- package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.d.ts +18 -0
- package/lib/components/core/babylon-static-footer-v2/index.d.ts +2 -0
- package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.d.ts +13 -2
- package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.d.ts +5 -0
- package/lib/components/core/babylon-submenu-hotel/index.d.ts +2 -0
- package/lib/components/core/babylon-thanks/babylon-thanks.component.d.ts +7 -1
- package/lib/components/core/babylon-thanks/babylon-thanks.interface.d.ts +7 -0
- package/lib/components/core/babylon-thanks/index.d.ts +2 -0
- package/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.d.ts +9 -0
- package/lib/components/core/babylon-top-slider/babylon-top-slider.component.d.ts +37 -2
- package/lib/components/core/babylon-top-slider/babylon-top-slider.interface.d.ts +12 -0
- package/lib/components/core/babylon-top-slider/index.d.ts +3 -0
- package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.d.ts +12 -2
- package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.d.ts +8 -0
- package/lib/components/core/babylon-top-slider-thumbs/index.d.ts +2 -0
- package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.d.ts +7 -0
- package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.d.ts +10 -1
- package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.d.ts +8 -0
- package/lib/components/core/babylon-top-slider-v2/index.d.ts +3 -0
- package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.d.ts +34 -2
- package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.d.ts +9 -0
- package/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.d.ts +5 -0
- package/lib/components/core/babylon-top-slider-video/index.d.ts +3 -0
- package/lib/components/core/babylon-webmap/babylon-webmap.component.d.ts +11 -1
- package/lib/components/core/babylon-webmap/babylon-webmap.interface.d.ts +9 -0
- package/lib/components/core/babylon-webmap/index.d.ts +2 -0
- package/lib/components/core/index.d.ts +88 -0
- package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.d.ts +31 -0
- package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.d.ts +5 -0
- package/lib/components/shared/babylon-dynamic-heading/index.d.ts +2 -0
- package/lib/components/shared/babylon-search/babylon-search.component.d.ts +30 -0
- package/lib/components/shared/babylon-search/index.d.ts +1 -0
- package/lib/components/shared/index.d.ts +1 -0
- package/lib/directives/babylon-background-strip/babylon-background-strip.directive.d.ts +17 -0
- package/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.d.ts +12 -0
- package/lib/directives/babylon-galleries/babylon-light-gallery.directive.d.ts +18 -0
- package/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.d.ts +15 -0
- package/lib/directives/babylon-pagination/babylon-pagination.directive.d.ts +39 -0
- package/lib/directives/babylon-sliders/babylon-custom-slider.directive.d.ts +13 -0
- package/{directives → lib/directives/babylon-sliders}/babylon-hotels-slider.directive.d.ts +2 -1
- package/lib/directives/babylon-sliders/babylon-sliders.directive.d.ts +36 -0
- package/lib/directives/babylon-sliders/babylon-swiper-slider.directive.d.ts +14 -0
- package/lib/directives/data-background/data-background.directive.d.ts +11 -0
- package/lib/directives/link-type/link-type.directive.d.ts +40 -0
- package/lib/directives/scrolls/scroll-up.directive.d.ts +7 -0
- package/lib/interfaces/babylon-button.interface.d.ts +9 -0
- package/lib/interfaces/babylon-consult-type.interface.d.ts +10 -0
- package/lib/interfaces/babylon-dropdown.interface.d.ts +9 -0
- package/lib/interfaces/babylon-global-icon.interface.d.ts +4 -0
- package/lib/interfaces/babylon-image.interface.d.ts +12 -0
- package/lib/interfaces/babylon-input.interface.d.ts +12 -0
- package/lib/interfaces/babylon-menu-button.interface.d.ts +10 -0
- package/lib/interfaces/babylon-menu-info.interface.d.ts +27 -0
- package/lib/interfaces/babylon-page-config.interface.d.ts +43 -0
- package/lib/interfaces/babylon-site-config.interface.d.ts +57 -0
- package/lib/interfaces/babylon-tags.interface.d.ts +21 -0
- package/lib/interfaces/babylon-text-info.interface.d.ts +17 -0
- package/lib/interfaces/babylon-texts-colors.interface.d.ts +20 -0
- package/lib/interfaces/babylon-texts.interface.d.ts +5 -0
- package/lib/interfaces/index.d.ts +14 -0
- package/lib/pipes/babylon-clean-phone.pipe.d.ts +7 -0
- package/lib/pipes/babylon-currency.pipe.d.ts +7 -0
- package/lib/services/color-panel.service.d.ts +41 -0
- package/lib/services/index.d.ts +2 -0
- package/lib/services/mapper/index.d.ts +2 -0
- package/lib/services/mapper/mapper.service.d.ts +138 -0
- package/lib/services/mapper/mapper.service.token.d.ts +2 -0
- package/lib/services/modals-service/index.d.ts +1 -0
- package/lib/services/modals-service/modals.service.d.ts +15 -0
- package/lib/services/screen-sizer/screen-sizer.service.d.ts +2 -0
- package/lib/styles/styles/babylon/_spacing.css +1 -0
- package/lib/styles/styles/babylon/_spacing.scss +72 -0
- package/lib/styles/styles/babylon/common.css +1 -0
- package/lib/styles/styles/babylon/common.scss +1823 -0
- package/lib/styles/styles/babylon/globals.css +1 -0
- package/lib/styles/styles/babylon/globals.scss +848 -0
- package/lib/styles/styles/babylon/mixins.css +1 -0
- package/lib/styles/styles/babylon/mixins.scss +1031 -0
- package/lib/styles/styles/babylon/reset.css +1 -0
- package/lib/styles/styles/babylon/reset.scss +136 -0
- package/lib/styles/styles/babylon/slide.css +1 -0
- package/lib/styles/styles/babylon/slider.css +1 -0
- package/lib/styles/styles/babylon/slider.scss +876 -0
- package/lib/styles/styles/babylon/structure.scss +1 -0
- package/lib/styles/styles/babylon/variables-v2.css +0 -0
- package/lib/styles/styles/babylon/variables.css +1 -0
- package/lib/styles/styles/babylon/variables.scss +330 -0
- package/lib/styles/styles-babylon.scss +48 -7
- package/lib/utils/complex-links.token.d.ts +2 -0
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/utils.d.ts +14 -0
- package/package.json +11 -4
- package/public-api.d.ts +6 -111
- package/esm2022/directives/babylon-hotels-slider.directive.mjs +0 -103
- package/esm2022/lib/components/core/babylon-404-v2/babylon-404-v2.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-adventages-v2/babylon-adventages-v2.component.mjs +0 -12
- package/esm2022/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.mjs +0 -37
- package/esm2022/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.mjs +0 -18
- package/esm2022/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.mjs +0 -130
- package/esm2022/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.mjs +0 -17
- package/esm2022/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.mjs +0 -21
- package/esm2022/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.mjs +0 -105
- package/esm2022/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.mjs +0 -76
- package/esm2022/lib/components/core/babylon-img-banner/babylon-img-banner.component.mjs +0 -13
- package/esm2022/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.mjs +0 -61
- package/esm2022/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.mjs +0 -18
- package/esm2022/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.mjs +0 -13
- package/esm2022/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.mjs +0 -28
- package/esm2022/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-list-img/babylon-list-img.component.mjs +0 -78
- package/esm2022/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.mjs +0 -65
- package/esm2022/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.mjs +0 -19
- package/esm2022/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.mjs +0 -19
- package/esm2022/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.mjs +0 -19
- package/esm2022/lib/components/core/babylon-reviews/babylon-reviews.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.mjs +0 -12
- package/esm2022/lib/components/core/babylon-slider-box/babylon-slider-box.component.mjs +0 -12
- package/esm2022/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.mjs +0 -12
- package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +0 -13
- package/esm2022/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.mjs +0 -52
- package/esm2022/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.mjs +0 -13
- package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.mjs +0 -11
- package/esm2022/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.mjs +0 -12
- package/esm2022/lib/components/core/babylon-social-bar/babylon-social-bar.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.mjs +0 -67
- package/esm2022/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.mjs +0 -15
- package/esm2022/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.mjs +0 -12
- package/esm2022/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.mjs +0 -82
- package/esm2022/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.mjs +0 -11
- package/esm2022/lib/directives/images/swap-on-reload.directive.mjs +0 -83
- package/esm2022/lib/directives/scroll/scroll-to.directive.mjs +0 -183
- package/esm2022/lib/directives/sliders/slick-init.directive.mjs +0 -211
- package/esm2022/lib/directives/sliders/slider-fix-arrows.directive.mjs +0 -105
- package/esm2022/lib/directives/utils/sticky-avoid-footer.directive.mjs +0 -91
- package/esm2022/lib/services/scroll/scroll-spy.service.mjs +0 -50
- package/lib/components/core/babylon-404-v2/babylon-404-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-adventages-v2/babylon-adventages-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.d.ts +0 -10
- package/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.d.ts +0 -6
- package/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.d.ts +0 -44
- package/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.d.ts +0 -7
- package/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.d.ts +0 -5
- package/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.d.ts +0 -5
- package/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.d.ts +0 -10
- package/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.d.ts +0 -22
- package/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.d.ts +0 -16
- package/lib/components/core/babylon-img-banner/babylon-img-banner.component.d.ts +0 -5
- package/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.d.ts +0 -12
- package/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.d.ts +0 -5
- package/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.d.ts +0 -5
- package/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.d.ts +0 -6
- package/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.d.ts +0 -5
- package/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.d.ts +0 -5
- package/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.d.ts +0 -12
- package/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.d.ts +0 -5
- package/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.d.ts +0 -5
- package/lib/components/core/babylon-list-img/babylon-list-img.component.d.ts +0 -17
- package/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.d.ts +0 -5
- package/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.d.ts +0 -10
- package/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.d.ts +0 -7
- package/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.d.ts +0 -7
- package/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.d.ts +0 -7
- package/lib/components/core/babylon-reviews/babylon-reviews.component.d.ts +0 -5
- package/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.d.ts +0 -5
- package/lib/components/core/babylon-slider-box/babylon-slider-box.component.d.ts +0 -5
- package/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.d.ts +0 -5
- package/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.d.ts +0 -9
- package/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.d.ts +0 -5
- package/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-social-bar/babylon-social-bar.component.d.ts +0 -5
- package/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.d.ts +0 -12
- package/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.d.ts +0 -6
- package/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.d.ts +0 -5
- package/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.d.ts +0 -12
- package/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.d.ts +0 -5
- package/lib/directives/images/swap-on-reload.directive.d.ts +0 -22
- package/lib/directives/scroll/scroll-to.directive.d.ts +0 -31
- package/lib/directives/sliders/slick-init.directive.d.ts +0 -14
- package/lib/directives/sliders/slider-fix-arrows.directive.d.ts +0 -21
- package/lib/directives/utils/sticky-avoid-footer.directive.d.ts +0 -24
- package/lib/services/scroll/scroll-spy.service.d.ts +0 -17
- package/lib/styles/styles/babylon/scss-daba/airDatePicker.min.css +0 -13
- package/lib/styles/styles/babylon/scss-daba/aos.min.css +0 -1
- package/lib/styles/styles/babylon/scss-daba/buttons.css +0 -1
- package/lib/styles/styles/babylon/scss-daba/buttons.scss +0 -441
- package/lib/styles/styles/babylon/scss-daba/fancybox.css +0 -829
- package/lib/styles/styles/babylon/scss-daba/fancybox.min.css +0 -1
- package/lib/styles/styles/babylon/scss-daba/funciones.scss +0 -491
- package/lib/styles/styles/babylon/scss-daba/inputs.css +0 -1
- package/lib/styles/styles/babylon/scss-daba/inputs.scss +0 -168
- package/lib/styles/styles/babylon/scss-daba/jquery.fancybox.min.css +0 -1
- package/lib/styles/styles/babylon/scss-daba/style.css +0 -1
- package/lib/styles/styles/babylon/scss-daba/style.scss +0 -445
- package/lib/styles/styles/babylon/scss-daba/swiper-bundle.min.css +0 -635
- /package/lib/styles/styles/babylon/{scss-daba/funciones.css → structure.css} +0 -0
|
@@ -1,11 +1,85 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { ChangeDetectionStrategy, Component, Input, } from '@angular/core';
|
|
3
|
+
import { BabylonLinkTypeDirective } from '../../../directives/link-type/link-type.directive';
|
|
4
|
+
import { BabylonDynamicHeadingComponent } from '../../shared/babylon-dynamic-heading/babylon-dynamic-heading.component';
|
|
5
|
+
import { BabylonSearchComponent } from '../../shared/babylon-search';
|
|
6
|
+
import { BabylonPaginationDirective } from '../../../directives/babylon-pagination/babylon-pagination.directive';
|
|
2
7
|
import * as i0 from "@angular/core";
|
|
8
|
+
import * as i1 from "@angular/router";
|
|
9
|
+
import * as i2 from "@angular/common";
|
|
3
10
|
export class BabylonBlogListComponent {
|
|
4
|
-
|
|
5
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonBlogListComponent, isStandalone: true, selector: "lib-babylon-blog-list", ngImport: i0, template: "<section class=\"babylon__blog-list margin-main\">\n <div class=\"container\">\n <div class=\"intro_info align--center\">\n <h3 class=\"pretitle\">Lista de blogs</h3>\n <h2 class=\"title\">Revista</h2>\n </div>\n </div>\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"row cs_gap_y_lg_80\">\n <div class=\"col-lg-8\">\n <div class=\"cs_post cs_style_1 cs_size_5\">\n <a href=\"/blog-detail\" class=\"cs_post_thumb cs--radius overflow-hidden d-block cs_mb_30 position-relative\">\n <img src=\"/assets/babylon/fotos/post_thumb_25.jpeg\" alt=\"Feature\">\n <span class=\"cs_hover_icon cs_center position-absolute cs_white_color cs_zindex_2 cs--radius\">\n <span class=\"babylon-arrow_btn\"></span>\n </span>\n </a>\n <div class=\"cs_post_info intro_info no-align\">\n <div class=\"cs_post_meta_4 cs_mb_13 pretitle\">\n <span>categor\u00EDa</span>\n <span>3 Ago 2024</span>\n </div>\n <h2 class=\"cs_post_title title1\">\n <a href=\"#\" class=\"title--small\">Un viaje a nuestro lujoso resort</a>\n </h2>\n <p class=\"cs_subtitle text\">Anidado entre los tranquilos alrededores costeros del Babylon Resort se encuentra un santuario de serenidad y rejuvenecimiento: nuestro lujoso spa. En este blog, te llevaremos en un viaje a trav\u00E9s de la experiencia definitiva de relajaci\u00F3n, destacando los exquisitos tratamientos y rituales de bienestar que te esperan en el Spa de Babylon...</p>\n <div class=\"btns__box \">\n <a href=\"/blog-detail\" class=\"btn btn_primary\">\n <b>Ver Post</b>\n <span class=\"babylon-arrow-right-big\"></span>\n </a>\n </div>\n </div>\n </div>\n <div class=\"cs_post cs_style_1 cs_size_5\">\n <a href=\"/blog-detail\" class=\"cs_post_thumb cs--radius overflow-hidden d-block cs_mb_30 position-relative\">\n <img src=\"/assets/babylon/fotos/post_thumb_25.jpeg\" alt=\"Feature\">\n <span class=\"cs_hover_icon cs_center position-absolute cs_white_color cs_zindex_2 cs--radius\">\n <span class=\"babylon-arrow_btn\"></span>\n </span>\n </a>\n <div class=\"cs_post_info intro_info no-align\">\n <div class=\"cs_post_meta_4 cs_mb_13 pretitle\">\n <span>categor\u00EDa</span>\n <span>3 Ago 2024</span>\n </div>\n <h2 class=\"cs_post_title title1\">\n <a href=\"#\" class=\"title--small\">Un viaje a nuestro lujoso resort</a>\n </h2>\n <p class=\"cs_subtitle text\">Anidado entre los tranquilos alrededores costeros del Babylon Resort se encuentra un santuario de serenidad y rejuvenecimiento: nuestro lujoso spa. En este blog, te llevaremos en un viaje a trav\u00E9s de la experiencia definitiva de relajaci\u00F3n, destacando los exquisitos tratamientos y rituales de bienestar que te esperan en el Spa de Babylon...</p>\n <div class=\"btns__box \">\n <a href=\"/blog-detail\" class=\"btn btn_primary\">\n <b>Ver Post</b>\n <span class=\"babylon-arrow-right-big\"></span>\n </a>\n </div>\n </div>\n </div>\n <div class=\"cs_post cs_style_1 cs_size_5\">\n <a href=\"/blog-detail\" class=\"cs_post_thumb cs--radius overflow-hidden d-block cs_mb_30 position-relative\">\n <img src=\"/assets/babylon/fotos/post_thumb_25.jpeg\" alt=\"Feature\">\n <span class=\"cs_hover_icon cs_center position-absolute cs_white_color cs_zindex_2 cs--radius\">\n <span class=\"babylon-arrow_btn\"></span>\n </span>\n </a>\n <div class=\"cs_post_info intro_info no-align\">\n <div class=\"cs_post_meta_4 cs_mb_13 pretitle\">\n <span>categor\u00EDa</span>\n <span>3 Ago 2024</span>\n </div>\n <h2 class=\"cs_post_title title1\">\n <a href=\"#\" class=\"title--small\">Un viaje a nuestro lujoso resort</a>\n </h2>\n <p class=\"cs_subtitle text\">Anidado entre los tranquilos alrededores costeros del Babylon Resort se encuentra un santuario de serenidad y rejuvenecimiento: nuestro lujoso spa. En este blog, te llevaremos en un viaje a trav\u00E9s de la experiencia definitiva de relajaci\u00F3n, destacando los exquisitos tratamientos y rituales de bienestar que te esperan en el Spa de Babylon...</p>\n <div class=\"btns__box \">\n <a href=\"/blog-detail\" class=\"btn btn_primary\">\n <b>Ver Post</b>\n <span class=\"babylon-arrow-right-big\"></span>\n </a>\n </div>\n </div>\n </div>\n\n </div>\n <div class=\"col-lg-4\">\n <div class=\"cs_sidebar cs_right_sidebar\">\n <div class=\"cs_sidebar_item widget_search\">\n <form class=\"cs_sidebar_search\" action=\"#\">\n <input type=\"text\" placeholder=\"Buscar...\">\n <button class=\"cs_sidebar_search_btn\">\n <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <g clip-path=\"url(#clip0_658_659)\">\n <path d=\"M17.7808 16.7198L13.3041 12.243C14.524 10.751 15.1239 8.84707 14.9795 6.92518C14.8351 5.00328 13.9575 3.2104 12.5283 1.91739C11.099 0.624387 9.22751 -0.0698265 7.3008 -0.0216526C5.37409 0.0265212 3.5396 0.813397 2.17678 2.17621C0.813961 3.53903 0.0270858 5.37352 -0.0210881 7.30024C-0.0692619 9.22695 0.624952 11.0985 1.91796 12.5277C3.21097 13.9569 5.00384 14.8345 6.92574 14.9789C8.84764 15.1233 10.7515 14.5235 12.2436 13.3035L16.7203 17.7803C16.8618 17.9169 17.0512 17.9925 17.2479 17.9908C17.4445 17.9891 17.6326 17.9102 17.7717 17.7711C17.9107 17.6321 17.9896 17.444 17.9913 17.2473C17.993 17.0507 17.9174 16.8612 17.7808 16.7198ZM7.50057 13.5C6.31388 13.5 5.15384 13.1481 4.16715 12.4888C3.18045 11.8295 2.41142 10.8925 1.95729 9.79611C1.50317 8.69975 1.38435 7.49335 1.61586 6.32946C1.84737 5.16558 2.41881 4.09648 3.25793 3.25736C4.09704 2.41825 5.16614 1.8468 6.33003 1.61529C7.49391 1.38378 8.70031 1.5026 9.79667 1.95673C10.893 2.41085 11.8301 3.17989 12.4894 4.16658C13.1487 5.15328 13.5006 6.31332 13.5006 7.5C13.4988 9.09076 12.8661 10.6158 11.7412 11.7407C10.6164 12.8655 9.09132 13.4982 7.50057 13.5Z\" fill=\"currentColor\"/>\n </g>\n <defs>\n <clipPath id=\"clip0_658_659\">\n <rect width=\"18\" height=\"18\" fill=\"white\"/>\n </clipPath>\n </defs>\n </svg>\n </button>\n </form>\n </div>\n <div class=\"cs_sidebar_item widget_categories\">\n <h4 class=\"title--small mb--20\">Categor\u00EDas</h4>\n <ul>\n <li class=\"cat-item\">\n <a href=\"/blog-detail\">Hotel de lujo (0)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"/blog-detail\">Resort (2)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"/blog-detail\">Viajes (2)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"/blog-detail\">Restaurante (5)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"/blog-detail\">Agencia de tours (1)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"/blog-detail\">Agencia de tours (1)</a>\n </li>\n </ul>\n </div>\n <div class=\"cs_sidebar_item\">\n <h4 class=\"title--small mb--20\">\u00DAltimas publicaciones</h4>\n <ul class=\"cs_recent_posts\">\n <li>\n <div class=\"cs_recent_post\">\n <h3 class=\"title--smaller mb--10\"><a href=\"/blog-detail\">Descubriendo tesoros ocultos cerca de Babylon</a></h3>\n <em class=\"text--small\">10 Abr 2024</em>\n </div>\n </li>\n <li>\n <div class=\"cs_recent_post\">\n <h3 class=\"title--smaller mb--10\"><a href=\"/blog-detail\">Consejos de rejuvenecimiento de los expertos del spa de Babylon</a></h3>\n <em class=\"text--small\">10 Abr 2024</em>\n </div>\n </li>\n <li>\n <div class=\"cs_recent_post\">\n <h3 class=\"title--smaller mb--10\"><a href=\"/blog-detail\">Encontrando tranquilidad en Babylon Resort</a></h3>\n <em class=\"text--small\">10 Abr 2024</em>\n </div>\n </li>\n <li>\n <div class=\"cs_recent_post\">\n <h3 class=\"title--smaller mb--10\"><a href=\"/blog-detail\">El compromiso de Babylon con pr\u00E1cticas ecol\u00F3gicas</a></h3>\n <em class=\"text--small\">10 Abr 2024</em>\n </div>\n </li>\n </ul>\n </div>\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_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}.cs_post.cs_style_1 .cs_post_title a,.cs_post.cs_style_2 .cs_post_title a{background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);transition:background-size .6s cubic-bezier(.49,.49,.08,1),color .27s ease-out;background-position:100% calc(100% + -0px);background-size:0 2px}.cs_post.cs_style_1 .cs_post_title a:hover,.cs_post.cs_style_2 .cs_post_title a:hover{background-size:100% 2px;background-position:0 calc(100% + -0px)}.cs_post.cs_style_1 .cs_post_title{max-width:430px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cs_post.cs_style_1 .cs_hover_icon{top:20px;right:20px;height:40px;width:40px;background-color:#fff3;transition:transform .5s cubic-bezier(.5,2.2,.7,.7),all .3s ease;transform:scale(0);opacity:0}.cs_post.cs_style_1 .cs_hover_icon:hover{color:var(--accent);background-color:#ffffffbf}.cs_post.cs_style_1 .cs_post_thumb:before{content:\"\";position:absolute;left:0;top:0;height:100%;width:100%;background:#0003;opacity:0;z-index:1;transition:all .4s ease}.cs_post.cs_style_1 .cs_post_thumb img{transition:all .6s ease;height:100%;width:100%;object-fit:cover}.cs_post.cs_style_1 .cs_post_thumb:hover img{transform:scale(1.06)}.cs_post.cs_style_1 .cs_post_thumb:hover:before{opacity:1}.cs_post.cs_style_1 .cs_post_thumb:hover .cs_hover_icon{transform:scale(1);opacity:1}.cs_post.cs_style_1 .cs_post_meta{display:flex;justify-content:space-between;align-items:center;gap:5px 20px;padding-top:2px;width:100%}.cs_post.cs_style_1 .cs_post_meta+.cs_post_title{padding-bottom:10px}.cs_post.cs_style_1 .cs_post_meta_seperator{flex:1;height:1px;background-color:var(--cl_accent)}.cs_post.cs_style_1.cs_size_1 .cs_post_thumb{height:412px}@media (max-width: 991px){.cs_post.cs_style_1.cs_size_1 .cs_post_thumb{height:370px}}.cs_post.cs_style_1.cs_size_2 .cs_post_thumb{height:282px}@media (max-width: 575px){.cs_post.cs_style_1.cs_size_2 .cs_post_thumb{height:initial}}.cs_post.cs_style_1.cs_size_3 .cs_post_thumb{height:350px}.cs_post.cs_style_1.cs_size_4 .cs_post_thumb,.cs_post.cs_style_1.cs_size_5 .cs_post_thumb{height:465px}@media (max-width: 575px){.cs_post.cs_style_1.cs_size_4 .cs_post_thumb,.cs_post.cs_style_1.cs_size_5 .cs_post_thumb{height:350px}}.cs_post.cs_style_1.cs_size_4 .cs_post_title,.cs_post.cs_style_1.cs_size_5 .cs_post_title{max-width:100%}.cs_post.cs_style_1.cs_size_4:not(:last-child),.cs_post.cs_style_1.cs_size_5:not(:last-child){margin-bottom:80px}@media (max-width: 991px){.cs_post.cs_style_1.cs_size_4:not(:last-child),.cs_post.cs_style_1.cs_size_5:not(:last-child){margin-bottom:60px}}.cs_post.cs_style_1.cs_size_4 .cs_subtitle,.cs_post.cs_style_1.cs_size_5 .cs_subtitle{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cs_post.cs_style_1.cs_size_4 .cs_video_block.cs_style_1{height:465px}@media (max-width: 575px){.cs_post.cs_style_1.cs_size_4 .cs_video_block.cs_style_1{height:350px}}.cs_post.cs_style_1.cs_size_4 .cs_video_block.cs_style_1 .cs_play_btn_2,.cs_post.cs_style_1.cs_size_5 .cs_video_block.cs_style_1 .cs_play_btn_2{scale:.7}@media (min-width: 992px){.cs_post.cs_style_1.cs_size_5{display:flex;align-items:center;gap:24px}.cs_post.cs_style_1.cs_size_5 .cs_post_thumb{flex:none;width:50%;margin-bottom:0}.cs_post.cs_style_1.cs_size_5 .cs_subtitle{-webkit-line-clamp:4}.cs_post.cs_style_1.cs_size_5 .cs_video_block.cs_style_1{height:550px;margin-bottom:0}}.cs_right_sidebar{padding-left:110px}@media (max-width: 991px){.cs_right_sidebar{padding-left:55px}}@media (max-width: 991px){.cs_right_sidebar{padding-left:0}}.cs_sidebar_item:not(:last-child){padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid var(--cl_border-dark)}.cs_sidebar_item.widget_search{border:none;padding-bottom:22px}@media (max-width: 991px){.cs_sidebar_item{text-align:center}}.cs_sidebar_widget_title{font-size:28px;line-height:1.25em;margin-bottom:25px}.widget_categories li:not(:last-child){margin-bottom:6px}.cs_recent_posts,.widget_categories ul{list-style:none;padding:0;margin:0}.cs_recent_post_title{margin-bottom:10px;font-size:21px;line-height:1.28em}.cs_recent_posts li:not(:last-child){margin-bottom:20px}.cs_sidebar_search{position:relative}.cs_sidebar_search input{width:100%;border:1px solid var(--cl_border-dark);height:50px;padding:5px 20px 5px 50px;border-radius:20px;outline:none;background-color:var(--web-wash)}.cs_sidebar_search input:focus{border-color:var(--cl_accent)}.cs_sidebar_search .cs_sidebar_search_btn{position:absolute;left:0;height:50px;border:none;background-color:transparent;width:45px;padding:0 0 0 10px}.cs_sidebar_search .cs_sidebar_search_btn:hover{color:var(--cl_accent)}.cs_post_meta_4{display:flex;flex-wrap:wrap;gap:0px 35px}@media (max-width: 374px){.cs_post_meta_4{gap:0px 20px}}@media (max-width: 575px){.cs_post_meta_4{gap:0px 25px}}.cs_post_meta_4>span{position:relative;display:inline-block}.cs_post_meta_4>span:not(:last-child):before{content:\"\";height:5px;width:5px;border-radius:50%;background-color:var(--cl_accent);position:absolute;top:50%;right:-20px;margin-top:-2px}@media (max-width: 575px){.cs_post_meta_4>span:not(:last-child):before{right:-15px}}@media (max-width: 575px){.cs_post_meta_4>span:not(:last-child):before{right:-12px}}\n"] }); }
|
|
11
|
+
constructor(route) {
|
|
12
|
+
this.route = route;
|
|
13
|
+
this.posts = [];
|
|
14
|
+
this.pageSize = 3;
|
|
15
|
+
this.filteredPosts = [];
|
|
16
|
+
this.currentCategory = undefined;
|
|
17
|
+
}
|
|
18
|
+
ngOnInit() {
|
|
19
|
+
this.route.queryParamMap.subscribe((params) => {
|
|
20
|
+
this.setCategoryFilter(params?.get('category') ?? undefined);
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
setCategoryFilter(_category) {
|
|
24
|
+
const category = _category?.toLowerCase();
|
|
25
|
+
this.currentCategory = category ?? undefined;
|
|
26
|
+
this.filteredPosts =
|
|
27
|
+
this.posts?.filter((post) => post.category?.toLowerCase() === category && post.active) ??
|
|
28
|
+
this.posts ??
|
|
29
|
+
[];
|
|
30
|
+
if (this.filteredPosts.length == 0) {
|
|
31
|
+
this.filteredPosts = [];
|
|
32
|
+
}
|
|
33
|
+
if (!_category) {
|
|
34
|
+
this.filteredPosts =
|
|
35
|
+
this.posts?.filter((post) => post.active) ?? this.posts ?? [];
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
search($event) {
|
|
39
|
+
if ($event?.flag !== 1)
|
|
40
|
+
return;
|
|
41
|
+
this.setCategoryFilter();
|
|
42
|
+
this.filteredPosts = $event.items;
|
|
43
|
+
}
|
|
44
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonBlogListComponent, deps: [{ token: i1.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
45
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonBlogListComponent, isStandalone: true, selector: "lib-babylon-blog-list", inputs: { pretitle: "pretitle", title: "title", posts: "posts", tags: "tags", textColors: "textColors", categoriesTitle: "categoriesTitle", categories: "categories", latestPostsTitle: "latestPostsTitle", latestPosts: "latestPosts", searchPlaceHolder: "searchPlaceHolder", notfoundText: "notfoundText", anterior: "anterior", siguiente: "siguiente", pageSize: "pageSize" }, ngImport: i0, template: "<section class=\"babylon__blog-list margin-main\">\n <div class=\"container\">\n <div class=\"intro_info align--center\">\n @if (pretitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.pretitle || 'h3'\"\n cssClass=\"pretitle\"\n [color]=\"textColors?.pretitle\"\n [content]=\"pretitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (title) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h1'\"\n cssClass=\"title\"\n [color]=\"textColors?.title\"\n [content]=\"title\"\n ></lib-babylon-dynamic-heading>\n }\n </div>\n </div>\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"row cs_gap_y_lg_80\">\n @if (filteredPosts) {\n <div\n class=\"col-lg-8\"\n *libPaginate=\"\n filteredPosts;\n pageSize: pageSize;\n let paged = pagedItems;\n let page = currentPage;\n let total = totalPages;\n let next = next;\n let prev = prev\n \"\n >\n @for (post of paged; track $index) {\n <div class=\"cs_post cs_style_1 cs_size_5\">\n <a\n [attr.aria-label]=\"post.postUrl?.label\"\n [href]=\"post.postUrl?.url\"\n [linkType]=\"post.postUrl?.linkType\"\n class=\"cs_post_thumb cs--radius overflow-hidden d-block cs_mb_30 position-relative\"\n >\n @if (post.img) {\n <img\n [src]=\"post.img.src\"\n [alt]=\"post.img.alt\"\n loading=\"lazy\"\n />\n }\n <span\n class=\"cs_hover_icon cs_center position-absolute cs_white_color cs_zindex_2 cs--radius\"\n >\n <span class=\"babylon-arrow_btn\"></span>\n </span>\n </a>\n <div class=\"cs_post_info intro_info no-align\">\n <div class=\"cs_post_meta_4 cs_mb_13 pretitle\">\n @if (post.category) {\n <span>{{ post.category }}</span>\n }\n @if (post.date) {\n <span>{{\n post.date | date: 'dd/MM/yyyy'\n }}</span>\n }\n </div>\n @if (post.title) {\n <h2 class=\"cs_post_title title1\">\n <a\n [attr.aria-label]=\"\n post.postUrl?.label\n \"\n [href]=\"post.postUrl?.url\"\n [linkType]=\"post.postUrl?.linkType\"\n class=\"title--small\"\n >{{ post.title }}</a\n >\n </h2>\n }\n @if (post.additional1 || post.description) {\n <p\n class=\"cs_subtitle text\"\n [innerHTML]=\"\n post.additional1\n ? post.additional1\n : post.description\n \"\n ></p>\n }\n @if (post.buttons?.length) {\n <div class=\"btns__box\">\n @for (\n button of post.buttons;\n track $index;\n let odd = $odd\n ) {\n <a\n [attr.aria-label]=\"button.label\"\n [href]=\"button.url\"\n [linkType]=\"button.linkType\"\n class=\"btn\"\n [ngClass]=\"{\n btn_primary: !odd,\n btn_call: odd,\n }\"\n >\n <b>{{ button.label }}</b>\n <span\n class=\"babylon-arrow-right-big\"\n ></span>\n </a>\n }\n </div>\n }\n </div>\n </div>\n }\n @if (total > 1 && anterior && siguiente) {\n <div class=\"pagination__controls align--center mt--20\">\n <div class=\"btns__box align--center\">\n <button\n class=\"btn btn_primary\"\n [disabled]=\"page === 1\"\n (click)=\"prev()\"\n [attr.aria-label]=\"anterior\"\n >\n <b>{{ anterior }}</b>\n </button>\n <span class=\"mx--10\"\n >{{ page }} / {{ total }}</span\n >\n <button\n class=\"btn btn_secondary\"\n [disabled]=\"page === total\"\n (click)=\"next()\"\n [attr.aria-label]=\"siguiente\"\n >\n <b>{{ siguiente }}</b>\n </button>\n </div>\n </div>\n }\n </div>\n }\n @if (!filteredPosts || filteredPosts.length == 0) {\n <div class=\"col-lg-8\">\n <div class=\"cs_no_results\">\n <lib-babylon-dynamic-heading\n [tag]=\"'h3'\"\n cssClass=\"title--small\"\n [color]=\"\"\n [content]=\"notfoundText || 'No results found'\"\n ></lib-babylon-dynamic-heading>\n </div>\n </div>\n }\n <div class=\"col-lg-4\">\n <div class=\"cs_sidebar cs_right_sidebar\">\n <lib-babylon-search\n [searchPlaceHolder]=\"searchPlaceHolder ?? 'search...'\"\n [elements]=\"posts\"\n [fields]=\"[\n 'title',\n 'subtitle',\n 'description',\n 'category',\n 'date',\n ]\"\n (results)=\"search($event)\"\n ></lib-babylon-search>\n <div class=\"cs_sidebar_item widget_categories\">\n @if (categoriesTitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.categoriesTitle || 'h4'\"\n cssClass=\"title--small mb--20\"\n [color]=\"textColors?.categoriesTitle\"\n [content]=\"categoriesTitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (categories?.length) {\n <ul>\n @for (category of categories; track $index) {\n <li class=\"cat-item\">\n <a\n aria-label=\"label\"\n href=\"#\"\n (click)=\"\n setCategoryFilter(\n category.title\n );\n $event.preventDefault()\n \"\n >{{ category.title }} ({{\n category.posts\n }})</a\n >\n @if (\n currentCategory ===\n category.title?.toLowerCase()\n ) {\n <div class=\"btn-category-container\">\n <button\n aria-label=\"Eliminar filtro\"\n class=\"remove-category\"\n (click)=\"\n setCategoryFilter();\n $event.preventDefault()\n \"\n >\n <span\n class=\"babylon-clear\"\n ></span>\n </button>\n </div>\n }\n </li>\n }\n </ul>\n }\n </div>\n <div class=\"cs_sidebar_item\">\n @if (latestPostsTitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.latestPostsTitle || 'h4'\"\n cssClass=\"title--small mb--20\"\n [color]=\"textColors?.latestPostsTitle\"\n [content]=\"latestPostsTitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (latestPosts?.length) {\n <ul class=\"cs_recent_posts\">\n @for (post of latestPosts; track $index) {\n <li>\n <div class=\"cs_recent_post\">\n <h3 class=\"title--smaller mb--10\">\n <a\n [attr.aria-label]=\"\n post.postUrl?.label\n \"\n [href]=\"post.postUrl?.url\"\n [linkType]=\"\n post.postUrl?.linkType\n \"\n >{{ post.title }}</a\n >\n </h3>\n @if (post.date) {\n <em class=\"text--small\">{{\n post.date\n | date: 'mediumDate'\n }}</em>\n }\n </div>\n </li>\n }\n </ul>\n }\n </div>\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}}.cs_post.cs_style_1 .cs_post_title a,.cs_post.cs_style_2 .cs_post_title a{background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);transition:background-size .6s cubic-bezier(.49,.49,.08,1),color .27s ease-out;background-position:100% calc(100% + -0px);background-size:0 2px}.cs_post.cs_style_1 .cs_post_title a:hover,.cs_post.cs_style_2 .cs_post_title a:hover{background-size:100% 2px;background-position:0 calc(100% + -0px)}.cs_post.cs_style_1 .cs_post_title{max-width:430px;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cs_post.cs_style_1 .cs_hover_icon{top:20px;right:20px;height:40px;width:40px;background-color:#fff3;transition:transform .5s cubic-bezier(.5,2.2,.7,.7),all .3s ease;transform:scale(0);opacity:0}.cs_post.cs_style_1 .cs_hover_icon:hover{color:var(--accent);background-color:#ffffffbf}.cs_post.cs_style_1 .cs_post_thumb:before{content:\"\";position:absolute;left:0;top:0;height:100%;width:100%;background:#0003;opacity:0;z-index:1;transition:all .4s ease}.cs_post.cs_style_1 .cs_post_thumb img{transition:all .6s ease;height:100%;width:100%;object-fit:cover}.cs_post.cs_style_1 .cs_post_thumb:hover img{transform:scale(1.06)}.cs_post.cs_style_1 .cs_post_thumb:hover:before{opacity:1}.cs_post.cs_style_1 .cs_post_thumb:hover .cs_hover_icon{transform:scale(1);opacity:1}.cs_post.cs_style_1 .cs_post_meta{display:flex;justify-content:space-between;align-items:center;gap:5px 20px;padding-top:2px;width:100%}.cs_post.cs_style_1 .cs_post_meta+.cs_post_title{padding-bottom:10px}.cs_post.cs_style_1 .cs_post_meta_seperator{flex:1;height:1px;background-color:var(--cl_accent)}.cs_post.cs_style_1.cs_size_1 .cs_post_thumb{height:412px}@media (max-width: 1024px){.cs_post.cs_style_1.cs_size_1 .cs_post_thumb{height:370px}}.cs_post.cs_style_1.cs_size_2 .cs_post_thumb{height:282px}@media (max-width: 539px){.cs_post.cs_style_1.cs_size_2 .cs_post_thumb{height:initial}}.cs_post.cs_style_1.cs_size_3 .cs_post_thumb{height:350px}.cs_post.cs_style_1.cs_size_4 .cs_post_thumb,.cs_post.cs_style_1.cs_size_5 .cs_post_thumb{height:465px}@media (max-width: 539px){.cs_post.cs_style_1.cs_size_4 .cs_post_thumb,.cs_post.cs_style_1.cs_size_5 .cs_post_thumb{height:350px}}.cs_post.cs_style_1.cs_size_4 .cs_post_title,.cs_post.cs_style_1.cs_size_5 .cs_post_title{max-width:100%;padding-bottom:1rem}.cs_post.cs_style_1.cs_size_4:not(:last-child),.cs_post.cs_style_1.cs_size_5:not(:last-child){margin-bottom:80px}@media (max-width: 1024px){.cs_post.cs_style_1.cs_size_4:not(:last-child),.cs_post.cs_style_1.cs_size_5:not(:last-child){margin-bottom:60px}}.cs_post.cs_style_1.cs_size_4 .cs_subtitle,.cs_post.cs_style_1.cs_size_5 .cs_subtitle{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cs_post.cs_style_1.cs_size_4 .cs_video_block.cs_style_1{height:465px}@media (max-width: 539px){.cs_post.cs_style_1.cs_size_4 .cs_video_block.cs_style_1{height:350px}}.cs_post.cs_style_1.cs_size_4 .cs_video_block.cs_style_1 .cs_play_btn_2,.cs_post.cs_style_1.cs_size_5 .cs_video_block.cs_style_1 .cs_play_btn_2{scale:.7}@media (min-width: 1025px){.cs_post.cs_style_1.cs_size_5{display:flex;align-items:center;gap:24px}.cs_post.cs_style_1.cs_size_5 .cs_post_thumb{flex:none;width:50%;margin-bottom:0}.cs_post.cs_style_1.cs_size_5 .cs_subtitle{-webkit-line-clamp:4}.cs_post.cs_style_1.cs_size_5 .cs_video_block.cs_style_1{height:550px;margin-bottom:0}}.cs_right_sidebar{padding-left:110px}@media (max-width: 1024px){.cs_right_sidebar{padding-left:55px}}@media (max-width: 1024px){.cs_right_sidebar{padding-left:0}}.cs_sidebar_item:not(:last-child){padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid var(--cl_border-dark)}.cs_sidebar_item.widget_search{border:none;padding-bottom:22px}@media (max-width: 1024px){.cs_sidebar_item{text-align:center}}.cs_sidebar_widget_title{font-size:28px;line-height:1.25em;margin-bottom:25px}.widget_categories li:not(:last-child){margin-bottom:6px}.cs_recent_posts,.widget_categories ul{list-style:none;padding:0;margin:0}.cs_recent_post_title{margin-bottom:10px;font-size:21px;line-height:1.28em}.cs_recent_posts li:not(:last-child){margin-bottom:20px}.cs_post_meta_4{display:flex;flex-wrap:wrap;gap:0px 35px}@media (max-width: 767px){.cs_post_meta_4{gap:0px 20px}}@media (max-width: 539px){.cs_post_meta_4{gap:0px 25px}}.cs_post_meta_4>span{position:relative;display:inline-block}.cs_post_meta_4>span:not(:last-child):before{content:\"\";height:5px;width:5px;border-radius:50%;background-color:var(--cl_accent);position:absolute;top:50%;right:-20px;margin-top:-2px}@media (max-width: 539px){.cs_post_meta_4>span:not(:last-child):before{right:-15px}}@media (max-width: 539px){.cs_post_meta_4>span:not(:last-child):before{right:-12px}}.widget_categories li.cat-item{display:flex;gap:20px;justify-content:flex-start}@media (max-width: 991px){.widget_categories li.cat-item{justify-content:center}}.widget_categories li.cat-item button.remove-category{border:1px solid;background:var(--cl_background_body);border-radius:50px;width:20px;height:20px;display:flex;align-items:center;justify-content:center}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: i2.DatePipe, name: "date" }, { kind: "component", type: BabylonDynamicHeadingComponent, selector: "lib-babylon-dynamic-heading", inputs: ["tag", "wrapper", "cssClass", "content", "color"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup"], outputs: ["anchorClicked"] }, { kind: "component", type: BabylonSearchComponent, selector: "lib-babylon-search", inputs: ["searchPlaceHolder", "elements", "liveSearch", "fields"], outputs: ["results"] }, { kind: "directive", type: BabylonPaginationDirective, selector: "[libPaginate]", inputs: ["libPaginate", "libPaginateItems", "libPaginatePageSize", "libPaginateCurrentPage"], outputs: ["libPaginatePageChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
6
46
|
}
|
|
7
47
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonBlogListComponent, decorators: [{
|
|
8
48
|
type: Component,
|
|
9
|
-
args: [{ selector: 'lib-babylon-blog-list', standalone: true, imports: [], template: "<section class=\"babylon__blog-list margin-main\">\n <div class=\"container\">\n <div class=\"intro_info align--center\">\n <h3 class=\"pretitle\">Lista de blogs</h3>\n <h2 class=\"title\">Revista</h2>\n </div>\n </div>\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"row cs_gap_y_lg_80\">\n <div class=\"col-lg-8\">\n <div class=\"cs_post cs_style_1 cs_size_5\">\n <a href=\"/blog-detail\" class=\"cs_post_thumb cs--radius overflow-hidden d-block cs_mb_30 position-relative\">\n <img src=\"/assets/babylon/fotos/post_thumb_25.jpeg\" alt=\"Feature\">\n <span class=\"cs_hover_icon cs_center position-absolute cs_white_color cs_zindex_2 cs--radius\">\n <span class=\"babylon-arrow_btn\"></span>\n </span>\n </a>\n <div class=\"cs_post_info intro_info no-align\">\n <div class=\"cs_post_meta_4 cs_mb_13 pretitle\">\n <span>categor\u00EDa</span>\n <span>3 Ago 2024</span>\n </div>\n <h2 class=\"cs_post_title title1\">\n <a href=\"#\" class=\"title--small\">Un viaje a nuestro lujoso resort</a>\n </h2>\n <p class=\"cs_subtitle text\">Anidado entre los tranquilos alrededores costeros del Babylon Resort se encuentra un santuario de serenidad y rejuvenecimiento: nuestro lujoso spa. En este blog, te llevaremos en un viaje a trav\u00E9s de la experiencia definitiva de relajaci\u00F3n, destacando los exquisitos tratamientos y rituales de bienestar que te esperan en el Spa de Babylon...</p>\n <div class=\"btns__box \">\n <a href=\"/blog-detail\" class=\"btn btn_primary\">\n <b>Ver Post</b>\n <span class=\"babylon-arrow-right-big\"></span>\n </a>\n </div>\n </div>\n </div>\n <div class=\"cs_post cs_style_1 cs_size_5\">\n <a href=\"/blog-detail\" class=\"cs_post_thumb cs--radius overflow-hidden d-block cs_mb_30 position-relative\">\n <img src=\"/assets/babylon/fotos/post_thumb_25.jpeg\" alt=\"Feature\">\n <span class=\"cs_hover_icon cs_center position-absolute cs_white_color cs_zindex_2 cs--radius\">\n <span class=\"babylon-arrow_btn\"></span>\n </span>\n </a>\n <div class=\"cs_post_info intro_info no-align\">\n <div class=\"cs_post_meta_4 cs_mb_13 pretitle\">\n <span>categor\u00EDa</span>\n <span>3 Ago 2024</span>\n </div>\n <h2 class=\"cs_post_title title1\">\n <a href=\"#\" class=\"title--small\">Un viaje a nuestro lujoso resort</a>\n </h2>\n <p class=\"cs_subtitle text\">Anidado entre los tranquilos alrededores costeros del Babylon Resort se encuentra un santuario de serenidad y rejuvenecimiento: nuestro lujoso spa. En este blog, te llevaremos en un viaje a trav\u00E9s de la experiencia definitiva de relajaci\u00F3n, destacando los exquisitos tratamientos y rituales de bienestar que te esperan en el Spa de Babylon...</p>\n <div class=\"btns__box \">\n <a href=\"/blog-detail\" class=\"btn btn_primary\">\n <b>Ver Post</b>\n <span class=\"babylon-arrow-right-big\"></span>\n </a>\n </div>\n </div>\n </div>\n <div class=\"cs_post cs_style_1 cs_size_5\">\n <a href=\"/blog-detail\" class=\"cs_post_thumb cs--radius overflow-hidden d-block cs_mb_30 position-relative\">\n <img src=\"/assets/babylon/fotos/post_thumb_25.jpeg\" alt=\"Feature\">\n <span class=\"cs_hover_icon cs_center position-absolute cs_white_color cs_zindex_2 cs--radius\">\n <span class=\"babylon-arrow_btn\"></span>\n </span>\n </a>\n <div class=\"cs_post_info intro_info no-align\">\n <div class=\"cs_post_meta_4 cs_mb_13 pretitle\">\n <span>categor\u00EDa</span>\n <span>3 Ago 2024</span>\n </div>\n <h2 class=\"cs_post_title title1\">\n <a href=\"#\" class=\"title--small\">Un viaje a nuestro lujoso resort</a>\n </h2>\n <p class=\"cs_subtitle text\">Anidado entre los tranquilos alrededores costeros del Babylon Resort se encuentra un santuario de serenidad y rejuvenecimiento: nuestro lujoso spa. En este blog, te llevaremos en un viaje a trav\u00E9s de la experiencia definitiva de relajaci\u00F3n, destacando los exquisitos tratamientos y rituales de bienestar que te esperan en el Spa de Babylon...</p>\n <div class=\"btns__box \">\n <a href=\"/blog-detail\" class=\"btn btn_primary\">\n <b>Ver Post</b>\n <span class=\"babylon-arrow-right-big\"></span>\n </a>\n </div>\n </div>\n </div>\n\n </div>\n <div class=\"col-lg-4\">\n <div class=\"cs_sidebar cs_right_sidebar\">\n <div class=\"cs_sidebar_item widget_search\">\n <form class=\"cs_sidebar_search\" action=\"#\">\n <input type=\"text\" placeholder=\"Buscar...\">\n <button class=\"cs_sidebar_search_btn\">\n <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <g clip-path=\"url(#clip0_658_659)\">\n <path d=\"M17.7808 16.7198L13.3041 12.243C14.524 10.751 15.1239 8.84707 14.9795 6.92518C14.8351 5.00328 13.9575 3.2104 12.5283 1.91739C11.099 0.624387 9.22751 -0.0698265 7.3008 -0.0216526C5.37409 0.0265212 3.5396 0.813397 2.17678 2.17621C0.813961 3.53903 0.0270858 5.37352 -0.0210881 7.30024C-0.0692619 9.22695 0.624952 11.0985 1.91796 12.5277C3.21097 13.9569 5.00384 14.8345 6.92574 14.9789C8.84764 15.1233 10.7515 14.5235 12.2436 13.3035L16.7203 17.7803C16.8618 17.9169 17.0512 17.9925 17.2479 17.9908C17.4445 17.9891 17.6326 17.9102 17.7717 17.7711C17.9107 17.6321 17.9896 17.444 17.9913 17.2473C17.993 17.0507 17.9174 16.8612 17.7808 16.7198ZM7.50057 13.5C6.31388 13.5 5.15384 13.1481 4.16715 12.4888C3.18045 11.8295 2.41142 10.8925 1.95729 9.79611C1.50317 8.69975 1.38435 7.49335 1.61586 6.32946C1.84737 5.16558 2.41881 4.09648 3.25793 3.25736C4.09704 2.41825 5.16614 1.8468 6.33003 1.61529C7.49391 1.38378 8.70031 1.5026 9.79667 1.95673C10.893 2.41085 11.8301 3.17989 12.4894 4.16658C13.1487 5.15328 13.5006 6.31332 13.5006 7.5C13.4988 9.09076 12.8661 10.6158 11.7412 11.7407C10.6164 12.8655 9.09132 13.4982 7.50057 13.5Z\" fill=\"currentColor\"/>\n </g>\n <defs>\n <clipPath id=\"clip0_658_659\">\n <rect width=\"18\" height=\"18\" fill=\"white\"/>\n </clipPath>\n </defs>\n </svg>\n </button>\n </form>\n </div>\n <div class=\"cs_sidebar_item widget_categories\">\n <h4 class=\"title--small mb--20\">Categor\u00EDas</h4>\n <ul>\n <li class=\"cat-item\">\n <a href=\"/blog-detail\">Hotel de lujo (0)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"/blog-detail\">Resort (2)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"/blog-detail\">Viajes (2)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"/blog-detail\">Restaurante (5)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"/blog-detail\">Agencia de tours (1)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"/blog-detail\">Agencia de tours (1)</a>\n </li>\n </ul>\n </div>\n <div class=\"cs_sidebar_item\">\n <h4 class=\"title--small mb--20\">\u00DAltimas publicaciones</h4>\n <ul class=\"cs_recent_posts\">\n <li>\n <div class=\"cs_recent_post\">\n <h3 class=\"title--smaller mb--10\"><a href=\"/blog-detail\">Descubriendo tesoros ocultos cerca de Babylon</a></h3>\n <em class=\"text--small\">10 Abr 2024</em>\n </div>\n </li>\n <li>\n <div class=\"cs_recent_post\">\n <h3 class=\"title--smaller mb--10\"><a href=\"/blog-detail\">Consejos de rejuvenecimiento de los expertos del spa de Babylon</a></h3>\n <em class=\"text--small\">10 Abr 2024</em>\n </div>\n </li>\n <li>\n <div class=\"cs_recent_post\">\n <h3 class=\"title--smaller mb--10\"><a href=\"/blog-detail\">Encontrando tranquilidad en Babylon Resort</a></h3>\n <em class=\"text--small\">10 Abr 2024</em>\n </div>\n </li>\n <li>\n <div class=\"cs_recent_post\">\n <h3 class=\"title--smaller mb--10\"><a href=\"/blog-detail\">El compromiso de Babylon con pr\u00E1cticas ecol\u00F3gicas</a></h3>\n <em class=\"text--small\">10 Abr 2024</em>\n </div>\n </li>\n </ul>\n </div>\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_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}.cs_post.cs_style_1 .cs_post_title a,.cs_post.cs_style_2 .cs_post_title a{background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);transition:background-size .6s cubic-bezier(.49,.49,.08,1),color .27s ease-out;background-position:100% calc(100% + -0px);background-size:0 2px}.cs_post.cs_style_1 .cs_post_title a:hover,.cs_post.cs_style_2 .cs_post_title a:hover{background-size:100% 2px;background-position:0 calc(100% + -0px)}.cs_post.cs_style_1 .cs_post_title{max-width:430px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cs_post.cs_style_1 .cs_hover_icon{top:20px;right:20px;height:40px;width:40px;background-color:#fff3;transition:transform .5s cubic-bezier(.5,2.2,.7,.7),all .3s ease;transform:scale(0);opacity:0}.cs_post.cs_style_1 .cs_hover_icon:hover{color:var(--accent);background-color:#ffffffbf}.cs_post.cs_style_1 .cs_post_thumb:before{content:\"\";position:absolute;left:0;top:0;height:100%;width:100%;background:#0003;opacity:0;z-index:1;transition:all .4s ease}.cs_post.cs_style_1 .cs_post_thumb img{transition:all .6s ease;height:100%;width:100%;object-fit:cover}.cs_post.cs_style_1 .cs_post_thumb:hover img{transform:scale(1.06)}.cs_post.cs_style_1 .cs_post_thumb:hover:before{opacity:1}.cs_post.cs_style_1 .cs_post_thumb:hover .cs_hover_icon{transform:scale(1);opacity:1}.cs_post.cs_style_1 .cs_post_meta{display:flex;justify-content:space-between;align-items:center;gap:5px 20px;padding-top:2px;width:100%}.cs_post.cs_style_1 .cs_post_meta+.cs_post_title{padding-bottom:10px}.cs_post.cs_style_1 .cs_post_meta_seperator{flex:1;height:1px;background-color:var(--cl_accent)}.cs_post.cs_style_1.cs_size_1 .cs_post_thumb{height:412px}@media (max-width: 991px){.cs_post.cs_style_1.cs_size_1 .cs_post_thumb{height:370px}}.cs_post.cs_style_1.cs_size_2 .cs_post_thumb{height:282px}@media (max-width: 575px){.cs_post.cs_style_1.cs_size_2 .cs_post_thumb{height:initial}}.cs_post.cs_style_1.cs_size_3 .cs_post_thumb{height:350px}.cs_post.cs_style_1.cs_size_4 .cs_post_thumb,.cs_post.cs_style_1.cs_size_5 .cs_post_thumb{height:465px}@media (max-width: 575px){.cs_post.cs_style_1.cs_size_4 .cs_post_thumb,.cs_post.cs_style_1.cs_size_5 .cs_post_thumb{height:350px}}.cs_post.cs_style_1.cs_size_4 .cs_post_title,.cs_post.cs_style_1.cs_size_5 .cs_post_title{max-width:100%}.cs_post.cs_style_1.cs_size_4:not(:last-child),.cs_post.cs_style_1.cs_size_5:not(:last-child){margin-bottom:80px}@media (max-width: 991px){.cs_post.cs_style_1.cs_size_4:not(:last-child),.cs_post.cs_style_1.cs_size_5:not(:last-child){margin-bottom:60px}}.cs_post.cs_style_1.cs_size_4 .cs_subtitle,.cs_post.cs_style_1.cs_size_5 .cs_subtitle{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cs_post.cs_style_1.cs_size_4 .cs_video_block.cs_style_1{height:465px}@media (max-width: 575px){.cs_post.cs_style_1.cs_size_4 .cs_video_block.cs_style_1{height:350px}}.cs_post.cs_style_1.cs_size_4 .cs_video_block.cs_style_1 .cs_play_btn_2,.cs_post.cs_style_1.cs_size_5 .cs_video_block.cs_style_1 .cs_play_btn_2{scale:.7}@media (min-width: 992px){.cs_post.cs_style_1.cs_size_5{display:flex;align-items:center;gap:24px}.cs_post.cs_style_1.cs_size_5 .cs_post_thumb{flex:none;width:50%;margin-bottom:0}.cs_post.cs_style_1.cs_size_5 .cs_subtitle{-webkit-line-clamp:4}.cs_post.cs_style_1.cs_size_5 .cs_video_block.cs_style_1{height:550px;margin-bottom:0}}.cs_right_sidebar{padding-left:110px}@media (max-width: 991px){.cs_right_sidebar{padding-left:55px}}@media (max-width: 991px){.cs_right_sidebar{padding-left:0}}.cs_sidebar_item:not(:last-child){padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid var(--cl_border-dark)}.cs_sidebar_item.widget_search{border:none;padding-bottom:22px}@media (max-width: 991px){.cs_sidebar_item{text-align:center}}.cs_sidebar_widget_title{font-size:28px;line-height:1.25em;margin-bottom:25px}.widget_categories li:not(:last-child){margin-bottom:6px}.cs_recent_posts,.widget_categories ul{list-style:none;padding:0;margin:0}.cs_recent_post_title{margin-bottom:10px;font-size:21px;line-height:1.28em}.cs_recent_posts li:not(:last-child){margin-bottom:20px}.cs_sidebar_search{position:relative}.cs_sidebar_search input{width:100%;border:1px solid var(--cl_border-dark);height:50px;padding:5px 20px 5px 50px;border-radius:20px;outline:none;background-color:var(--web-wash)}.cs_sidebar_search input:focus{border-color:var(--cl_accent)}.cs_sidebar_search .cs_sidebar_search_btn{position:absolute;left:0;height:50px;border:none;background-color:transparent;width:45px;padding:0 0 0 10px}.cs_sidebar_search .cs_sidebar_search_btn:hover{color:var(--cl_accent)}.cs_post_meta_4{display:flex;flex-wrap:wrap;gap:0px 35px}@media (max-width: 374px){.cs_post_meta_4{gap:0px 20px}}@media (max-width: 575px){.cs_post_meta_4{gap:0px 25px}}.cs_post_meta_4>span{position:relative;display:inline-block}.cs_post_meta_4>span:not(:last-child):before{content:\"\";height:5px;width:5px;border-radius:50%;background-color:var(--cl_accent);position:absolute;top:50%;right:-20px;margin-top:-2px}@media (max-width: 575px){.cs_post_meta_4>span:not(:last-child):before{right:-15px}}@media (max-width: 575px){.cs_post_meta_4>span:not(:last-child):before{right:-12px}}\n"] }]
|
|
10
|
-
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1ibG9nLWxpc3QuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWJsb2ctbGlzdC9iYWJ5bG9uLWJsb2ctbGlzdC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYmxvZy1saXN0L2JhYnlsb24tYmxvZy1saXN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUzFDLE1BQU0sT0FBTyx3QkFBd0I7K0dBQXhCLHdCQUF3QjttR0FBeEIsd0JBQXdCLGlGQ1RyQyxxdlZBZ0tBOzs0RkR2SmEsd0JBQXdCO2tCQVBwQyxTQUFTOytCQUNFLHVCQUF1QixjQUNyQixJQUFJLFdBQ1AsRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1ibG9nLWxpc3QnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXSxcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tYmxvZy1saXN0LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2JhYnlsb24tYmxvZy1saXN0LmNvbXBvbmVudC5zY3NzJ1xufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uQmxvZ0xpc3RDb21wb25lbnQge1xuXG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cImJhYnlsb25fX2Jsb2ctbGlzdCBtYXJnaW4tbWFpblwiPlxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBhbGlnbi0tY2VudGVyXCI+XG4gICAgICAgICAgPGgzIGNsYXNzPVwicHJldGl0bGVcIj5MaXN0YSBkZSBibG9nczwvaDM+XG4gICAgICAgICAgPGgyIGNsYXNzPVwidGl0bGVcIj5SZXZpc3RhPC9oMj5cbiAgICAgIDwvZGl2PlxuICA8L2Rpdj5cbiAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1mbHVpZCBjc19wbHJfMTAwXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwicm93IGNzX2dhcF95X2xnXzgwXCI+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy04XCI+XG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19wb3N0IGNzX3N0eWxlXzEgY3Nfc2l6ZV81XCI+XG4gICAgICAgICAgICAgICAgICA8YSBocmVmPVwiL2Jsb2ctZGV0YWlsXCIgY2xhc3M9XCJjc19wb3N0X3RodW1iIGNzLS1yYWRpdXMgb3ZlcmZsb3ctaGlkZGVuIGQtYmxvY2sgY3NfbWJfMzAgcG9zaXRpb24tcmVsYXRpdmVcIj5cbiAgICAgICAgICAgICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9wb3N0X3RodW1iXzI1LmpwZWdcIiBhbHQ9XCJGZWF0dXJlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJjc19ob3Zlcl9pY29uIGNzX2NlbnRlciBwb3NpdGlvbi1hYnNvbHV0ZSBjc193aGl0ZV9jb2xvciBjc196aW5kZXhfMiBjcy0tcmFkaXVzXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvd19idG5cIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3Bvc3RfaW5mbyBpbnRyb19pbmZvIG5vLWFsaWduXCI+XG4gICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3Bvc3RfbWV0YV80IGNzX21iXzEzIHByZXRpdGxlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPmNhdGVnb3LDrWE8L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPjMgQWdvIDIwMjQ8L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgPGgyIGNsYXNzPVwiY3NfcG9zdF90aXRsZSB0aXRsZTFcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiNcIiBjbGFzcz1cInRpdGxlLS1zbWFsbFwiPlVuIHZpYWplIGEgbnVlc3RybyBsdWpvc28gcmVzb3J0PC9hPlxuICAgICAgICAgICAgICAgICAgICAgIDwvaDI+XG4gICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJjc19zdWJ0aXRsZSAgdGV4dFwiPkFuaWRhZG8gZW50cmUgbG9zIHRyYW5xdWlsb3MgYWxyZWRlZG9yZXMgY29zdGVyb3MgZGVsIEJhYnlsb24gUmVzb3J0IHNlIGVuY3VlbnRyYSB1biBzYW50dWFyaW8gZGUgc2VyZW5pZGFkIHkgcmVqdXZlbmVjaW1pZW50bzogbnVlc3RybyBsdWpvc28gc3BhLiBFbiBlc3RlIGJsb2csIHRlIGxsZXZhcmVtb3MgZW4gdW4gdmlhamUgYSB0cmF2w6lzIGRlIGxhIGV4cGVyaWVuY2lhIGRlZmluaXRpdmEgZGUgcmVsYWphY2nDs24sIGRlc3RhY2FuZG8gbG9zIGV4cXVpc2l0b3MgdHJhdGFtaWVudG9zIHkgcml0dWFsZXMgZGUgYmllbmVzdGFyIHF1ZSB0ZSBlc3BlcmFuIGVuIGVsIFNwYSBkZSBCYWJ5bG9uLi4uPC9wPlxuICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3ggIFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiL2Jsb2ctZGV0YWlsXCIgY2xhc3M9XCJidG4gYnRuX3ByaW1hcnlcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxiPlZlciBQb3N0PC9iPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LXJpZ2h0LWJpZ1wiPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcG9zdCBjc19zdHlsZV8xIGNzX3NpemVfNVwiPlxuICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIi9ibG9nLWRldGFpbFwiIGNsYXNzPVwiY3NfcG9zdF90aHVtYiBjcy0tcmFkaXVzIG92ZXJmbG93LWhpZGRlbiBkLWJsb2NrIGNzX21iXzMwIHBvc2l0aW9uLXJlbGF0aXZlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvcG9zdF90aHVtYl8yNS5qcGVnXCIgYWx0PVwiRmVhdHVyZVwiPlxuICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY3NfaG92ZXJfaWNvbiBjc19jZW50ZXIgcG9zaXRpb24tYWJzb2x1dGUgY3Nfd2hpdGVfY29sb3IgY3NfemluZGV4XzIgY3MtLXJhZGl1c1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3dfYnRuXCI+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19wb3N0X2luZm8gaW50cm9faW5mbyBuby1hbGlnblwiPlxuICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19wb3N0X21ldGFfNCBjc19tYl8xMyBwcmV0aXRsZVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8c3Bhbj5jYXRlZ29yw61hPC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8c3Bhbj4zIEFnbyAyMDI0PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cImNzX3Bvc3RfdGl0bGUgdGl0bGUxXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIjXCIgY2xhc3M9XCJ0aXRsZS0tc21hbGxcIj5VbiB2aWFqZSBhIG51ZXN0cm8gbHVqb3NvIHJlc29ydDwvYT5cbiAgICAgICAgICAgICAgICAgICAgICA8L2gyPlxuICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwiY3Nfc3VidGl0bGUgIHRleHRcIj5BbmlkYWRvIGVudHJlIGxvcyB0cmFucXVpbG9zIGFscmVkZWRvcmVzIGNvc3Rlcm9zIGRlbCBCYWJ5bG9uIFJlc29ydCBzZSBlbmN1ZW50cmEgdW4gc2FudHVhcmlvIGRlIHNlcmVuaWRhZCB5IHJlanV2ZW5lY2ltaWVudG86IG51ZXN0cm8gbHVqb3NvIHNwYS4gRW4gZXN0ZSBibG9nLCB0ZSBsbGV2YXJlbW9zIGVuIHVuIHZpYWplIGEgdHJhdsOpcyBkZSBsYSBleHBlcmllbmNpYSBkZWZpbml0aXZhIGRlIHJlbGFqYWNpw7NuLCBkZXN0YWNhbmRvIGxvcyBleHF1aXNpdG9zIHRyYXRhbWllbnRvcyB5IHJpdHVhbGVzIGRlIGJpZW5lc3RhciBxdWUgdGUgZXNwZXJhbiBlbiBlbCBTcGEgZGUgQmFieWxvbi4uLjwvcD5cbiAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnRuc19fYm94ICBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIi9ibG9nLWRldGFpbFwiIGNsYXNzPVwiYnRuIGJ0bl9wcmltYXJ5XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Yj5WZXIgUG9zdDwvYj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3Bvc3QgY3Nfc3R5bGVfMSBjc19zaXplXzVcIj5cbiAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIvYmxvZy1kZXRhaWxcIiBjbGFzcz1cImNzX3Bvc3RfdGh1bWIgY3MtLXJhZGl1cyBvdmVyZmxvdy1oaWRkZW4gZC1ibG9jayBjc19tYl8zMCBwb3NpdGlvbi1yZWxhdGl2ZVwiPlxuICAgICAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL3Bvc3RfdGh1bWJfMjUuanBlZ1wiIGFsdD1cIkZlYXR1cmVcIj5cbiAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImNzX2hvdmVyX2ljb24gY3NfY2VudGVyIHBvc2l0aW9uLWFic29sdXRlIGNzX3doaXRlX2NvbG9yIGNzX3ppbmRleF8yIGNzLS1yYWRpdXNcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93X2J0blwiPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcG9zdF9pbmZvIGludHJvX2luZm8gbm8tYWxpZ25cIj5cbiAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcG9zdF9tZXRhXzQgY3NfbWJfMTMgcHJldGl0bGVcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+Y2F0ZWdvcsOtYTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+MyBBZ28gMjAyNDwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJjc19wb3N0X3RpdGxlIHRpdGxlMVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiI1wiIGNsYXNzPVwidGl0bGUtLXNtYWxsXCI+VW4gdmlhamUgYSBudWVzdHJvIGx1am9zbyByZXNvcnQ8L2E+XG4gICAgICAgICAgICAgICAgICAgICAgPC9oMj5cbiAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cImNzX3N1YnRpdGxlICB0ZXh0XCI+QW5pZGFkbyBlbnRyZSBsb3MgdHJhbnF1aWxvcyBhbHJlZGVkb3JlcyBjb3N0ZXJvcyBkZWwgQmFieWxvbiBSZXNvcnQgc2UgZW5jdWVudHJhIHVuIHNhbnR1YXJpbyBkZSBzZXJlbmlkYWQgeSByZWp1dmVuZWNpbWllbnRvOiBudWVzdHJvIGx1am9zbyBzcGEuIEVuIGVzdGUgYmxvZywgdGUgbGxldmFyZW1vcyBlbiB1biB2aWFqZSBhIHRyYXbDqXMgZGUgbGEgZXhwZXJpZW5jaWEgZGVmaW5pdGl2YSBkZSByZWxhamFjacOzbiwgZGVzdGFjYW5kbyBsb3MgZXhxdWlzaXRvcyB0cmF0YW1pZW50b3MgeSByaXR1YWxlcyBkZSBiaWVuZXN0YXIgcXVlIHRlIGVzcGVyYW4gZW4gZWwgU3BhIGRlIEJhYnlsb24uLi48L3A+XG4gICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ0bnNfX2JveCAgXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIvYmxvZy1kZXRhaWxcIiBjbGFzcz1cImJ0biBidG5fcHJpbWFyeVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGI+VmVyIFBvc3Q8L2I+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctcmlnaHQtYmlnXCI+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTRcIj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NpZGViYXIgY3NfcmlnaHRfc2lkZWJhclwiPlxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NpZGViYXJfaXRlbSB3aWRnZXRfc2VhcmNoXCI+XG4gICAgICAgICAgICAgICAgICAgICAgPGZvcm0gY2xhc3M9XCJjc19zaWRlYmFyX3NlYXJjaFwiIGFjdGlvbj1cIiNcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgcGxhY2Vob2xkZXI9XCJCdXNjYXIuLi5cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cImNzX3NpZGViYXJfc2VhcmNoX2J0blwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8c3ZnIHdpZHRoPVwiMThcIiBoZWlnaHQ9XCIxOFwiIHZpZXdCb3g9XCIwIDAgMTggMThcIiBmaWxsPVwibm9uZVwiIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGNsaXAtcGF0aD1cInVybCgjY2xpcDBfNjU4XzY1OSlcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9XCJNMTcuNzgwOCAxNi43MTk4TDEzLjMwNDEgMTIuMjQzQzE0LjUyNCAxMC43NTEgMTUuMTIzOSA4Ljg0NzA3IDE0Ljk3OTUgNi45MjUxOEMxNC44MzUxIDUuMDAzMjggMTMuOTU3NSAzLjIxMDQgMTIuNTI4MyAxLjkxNzM5QzExLjA5OSAwLjYyNDM4NyA5LjIyNzUxIC0wLjA2OTgyNjUgNy4zMDA4IC0wLjAyMTY1MjZDNS4zNzQwOSAwLjAyNjUyMTIgMy41Mzk2IDAuODEzMzk3IDIuMTc2NzggMi4xNzYyMUMwLjgxMzk2MSAzLjUzOTAzIDAuMDI3MDg1OCA1LjM3MzUyIC0wLjAyMTA4ODEgNy4zMDAyNEMtMC4wNjkyNjE5IDkuMjI2OTUgMC42MjQ5NTIgMTEuMDk4NSAxLjkxNzk2IDEyLjUyNzdDMy4yMTA5NyAxMy45NTY5IDUuMDAzODQgMTQuODM0NSA2LjkyNTc0IDE0Ljk3ODlDOC44NDc2NCAxNS4xMjMzIDEwLjc1MTUgMTQuNTIzNSAxMi4yNDM2IDEzLjMwMzVMMTYuNzIwMyAxNy43ODAzQzE2Ljg2MTggMTcuOTE2OSAxNy4wNTEyIDE3Ljk5MjUgMTcuMjQ3OSAxNy45OTA4QzE3LjQ0NDUgMTcuOTg5MSAxNy42MzI2IDE3LjkxMDIgMTcuNzcxNyAxNy43NzExQzE3LjkxMDcgMTcuNjMyMSAxNy45ODk2IDE3LjQ0NCAxNy45OTEzIDE3LjI0NzNDMTcuOTkzIDE3LjA1MDcgMTcuOTE3NCAxNi44NjEyIDE3Ljc4MDggMTYuNzE5OFpNNy41MDA1NyAxMy41QzYuMzEzODggMTMuNSA1LjE1Mzg0IDEzLjE0ODEgNC4xNjcxNSAxMi40ODg4QzMuMTgwNDUgMTEuODI5NSAyLjQxMTQyIDEwLjg5MjUgMS45NTcyOSA5Ljc5NjExQzEuNTAzMTcgOC42OTk3NSAxLjM4NDM1IDcuNDkzMzUgMS42MTU4NiA2LjMyOTQ2QzEuODQ3MzcgNS4xNjU1OCAyLjQxODgxIDQuMDk2NDggMy4yNTc5MyAzLjI1NzM2QzQuMDk3MDQgMi40MTgyNSA1LjE2NjE0IDEuODQ2OCA2LjMzMDAzIDEuNjE1MjlDNy40OTM5MSAxLjM4Mzc4IDguNzAwMzEgMS41MDI2IDkuNzk2NjcgMS45NTY3M0MxMC44OTMgMi40MTA4NSAxMS44MzAxIDMuMTc5ODkgMTIuNDg5NCA0LjE2NjU4QzEzLjE0ODcgNS4xNTMyOCAxMy41MDA2IDYuMzEzMzIgMTMuNTAwNiA3LjVDMTMuNDk4OCA5LjA5MDc2IDEyLjg2NjEgMTAuNjE1OCAxMS43NDEyIDExLjc0MDdDMTAuNjE2NCAxMi44NjU1IDkuMDkxMzIgMTMuNDk4MiA3LjUwMDU3IDEzLjVaXCIgZmlsbD1cImN1cnJlbnRDb2xvclwiLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkZWZzPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGNsaXBQYXRoIGlkPVwiY2xpcDBfNjU4XzY1OVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHJlY3Qgd2lkdGg9XCIxOFwiIGhlaWdodD1cIjE4XCIgZmlsbD1cIndoaXRlXCIvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9jbGlwUGF0aD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGVmcz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgICAgICAgIDwvZm9ybT5cbiAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NpZGViYXJfaXRlbSB3aWRnZXRfY2F0ZWdvcmllc1wiPlxuICAgICAgICAgICAgICAgICAgICAgIDxoNCBjbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMjBcIj5DYXRlZ29yw61hczwvaDQ+XG4gICAgICAgICAgICAgICAgICAgICAgPHVsPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJjYXQtaXRlbVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiL2Jsb2ctZGV0YWlsXCI+SG90ZWwgZGUgbHVqbyAoMCk8L2E+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxsaSBjbGFzcz1cImNhdC1pdGVtXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIvYmxvZy1kZXRhaWxcIj5SZXNvcnQgKDIpPC9hPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJjYXQtaXRlbVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiL2Jsb2ctZGV0YWlsXCI+VmlhamVzICgyKTwvYT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwiY2F0LWl0ZW1cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIi9ibG9nLWRldGFpbFwiPlJlc3RhdXJhbnRlICg1KTwvYT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwiY2F0LWl0ZW1cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIi9ibG9nLWRldGFpbFwiPkFnZW5jaWEgZGUgdG91cnMgKDEpPC9hPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJjYXQtaXRlbVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiL2Jsb2ctZGV0YWlsXCI+QWdlbmNpYSBkZSB0b3VycyAoMSk8L2E+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NpZGViYXJfaXRlbVwiPlxuICAgICAgICAgICAgICAgICAgICAgIDxoNCBjbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMjBcIj7Dmmx0aW1hcyBwdWJsaWNhY2lvbmVzPC9oND5cbiAgICAgICAgICAgICAgICAgICAgICA8dWwgY2xhc3M9XCJjc19yZWNlbnRfcG9zdHNcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3JlY2VudF9wb3N0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwidGl0bGUtLXNtYWxsZXIgbWItLTEwXCI+PGEgaHJlZj1cIi9ibG9nLWRldGFpbFwiPkRlc2N1YnJpZW5kbyB0ZXNvcm9zIG9jdWx0b3MgY2VyY2EgZGUgQmFieWxvbjwvYT48L2gzPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxlbSBjbGFzcz1cInRleHQtLXNtYWxsXCI+MTAgQWJyIDIwMjQ8L2VtPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19yZWNlbnRfcG9zdFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoMyBjbGFzcz1cInRpdGxlLS1zbWFsbGVyIG1iLS0xMFwiPjxhIGhyZWY9XCIvYmxvZy1kZXRhaWxcIj5Db25zZWpvcyBkZSByZWp1dmVuZWNpbWllbnRvIGRlIGxvcyBleHBlcnRvcyBkZWwgc3BhIGRlIEJhYnlsb248L2E+PC9oMz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZW0gY2xhc3M9XCJ0ZXh0LS1zbWFsbFwiPjEwIEFiciAyMDI0PC9lbT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcmVjZW50X3Bvc3RcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJ0aXRsZS0tc21hbGxlciBtYi0tMTBcIj48YSBocmVmPVwiL2Jsb2ctZGV0YWlsXCI+RW5jb250cmFuZG8gdHJhbnF1aWxpZGFkIGVuIEJhYnlsb24gUmVzb3J0PC9hPjwvaDM+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGVtIGNsYXNzPVwidGV4dC0tc21hbGxcIj4xMCBBYnIgMjAyNDwvZW0+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3JlY2VudF9wb3N0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwidGl0bGUtLXNtYWxsZXIgbWItLTEwXCI+PGEgaHJlZj1cIi9ibG9nLWRldGFpbFwiPkVsIGNvbXByb21pc28gZGUgQmFieWxvbiBjb24gcHLDoWN0aWNhcyBlY29sw7NnaWNhczwvYT48L2gzPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxlbSBjbGFzcz1cInRleHQtLXNtYWxsXCI+MTAgQWJyIDIwMjQ8L2VtPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvc2VjdGlvbj5cbiJdfQ==
|
|
49
|
+
args: [{ selector: 'lib-babylon-blog-list', standalone: true, imports: [
|
|
50
|
+
CommonModule,
|
|
51
|
+
BabylonDynamicHeadingComponent,
|
|
52
|
+
BabylonLinkTypeDirective,
|
|
53
|
+
BabylonSearchComponent,
|
|
54
|
+
BabylonPaginationDirective,
|
|
55
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__blog-list margin-main\">\n <div class=\"container\">\n <div class=\"intro_info align--center\">\n @if (pretitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.pretitle || 'h3'\"\n cssClass=\"pretitle\"\n [color]=\"textColors?.pretitle\"\n [content]=\"pretitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (title) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h1'\"\n cssClass=\"title\"\n [color]=\"textColors?.title\"\n [content]=\"title\"\n ></lib-babylon-dynamic-heading>\n }\n </div>\n </div>\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"row cs_gap_y_lg_80\">\n @if (filteredPosts) {\n <div\n class=\"col-lg-8\"\n *libPaginate=\"\n filteredPosts;\n pageSize: pageSize;\n let paged = pagedItems;\n let page = currentPage;\n let total = totalPages;\n let next = next;\n let prev = prev\n \"\n >\n @for (post of paged; track $index) {\n <div class=\"cs_post cs_style_1 cs_size_5\">\n <a\n [attr.aria-label]=\"post.postUrl?.label\"\n [href]=\"post.postUrl?.url\"\n [linkType]=\"post.postUrl?.linkType\"\n class=\"cs_post_thumb cs--radius overflow-hidden d-block cs_mb_30 position-relative\"\n >\n @if (post.img) {\n <img\n [src]=\"post.img.src\"\n [alt]=\"post.img.alt\"\n loading=\"lazy\"\n />\n }\n <span\n class=\"cs_hover_icon cs_center position-absolute cs_white_color cs_zindex_2 cs--radius\"\n >\n <span class=\"babylon-arrow_btn\"></span>\n </span>\n </a>\n <div class=\"cs_post_info intro_info no-align\">\n <div class=\"cs_post_meta_4 cs_mb_13 pretitle\">\n @if (post.category) {\n <span>{{ post.category }}</span>\n }\n @if (post.date) {\n <span>{{\n post.date | date: 'dd/MM/yyyy'\n }}</span>\n }\n </div>\n @if (post.title) {\n <h2 class=\"cs_post_title title1\">\n <a\n [attr.aria-label]=\"\n post.postUrl?.label\n \"\n [href]=\"post.postUrl?.url\"\n [linkType]=\"post.postUrl?.linkType\"\n class=\"title--small\"\n >{{ post.title }}</a\n >\n </h2>\n }\n @if (post.additional1 || post.description) {\n <p\n class=\"cs_subtitle text\"\n [innerHTML]=\"\n post.additional1\n ? post.additional1\n : post.description\n \"\n ></p>\n }\n @if (post.buttons?.length) {\n <div class=\"btns__box\">\n @for (\n button of post.buttons;\n track $index;\n let odd = $odd\n ) {\n <a\n [attr.aria-label]=\"button.label\"\n [href]=\"button.url\"\n [linkType]=\"button.linkType\"\n class=\"btn\"\n [ngClass]=\"{\n btn_primary: !odd,\n btn_call: odd,\n }\"\n >\n <b>{{ button.label }}</b>\n <span\n class=\"babylon-arrow-right-big\"\n ></span>\n </a>\n }\n </div>\n }\n </div>\n </div>\n }\n @if (total > 1 && anterior && siguiente) {\n <div class=\"pagination__controls align--center mt--20\">\n <div class=\"btns__box align--center\">\n <button\n class=\"btn btn_primary\"\n [disabled]=\"page === 1\"\n (click)=\"prev()\"\n [attr.aria-label]=\"anterior\"\n >\n <b>{{ anterior }}</b>\n </button>\n <span class=\"mx--10\"\n >{{ page }} / {{ total }}</span\n >\n <button\n class=\"btn btn_secondary\"\n [disabled]=\"page === total\"\n (click)=\"next()\"\n [attr.aria-label]=\"siguiente\"\n >\n <b>{{ siguiente }}</b>\n </button>\n </div>\n </div>\n }\n </div>\n }\n @if (!filteredPosts || filteredPosts.length == 0) {\n <div class=\"col-lg-8\">\n <div class=\"cs_no_results\">\n <lib-babylon-dynamic-heading\n [tag]=\"'h3'\"\n cssClass=\"title--small\"\n [color]=\"\"\n [content]=\"notfoundText || 'No results found'\"\n ></lib-babylon-dynamic-heading>\n </div>\n </div>\n }\n <div class=\"col-lg-4\">\n <div class=\"cs_sidebar cs_right_sidebar\">\n <lib-babylon-search\n [searchPlaceHolder]=\"searchPlaceHolder ?? 'search...'\"\n [elements]=\"posts\"\n [fields]=\"[\n 'title',\n 'subtitle',\n 'description',\n 'category',\n 'date',\n ]\"\n (results)=\"search($event)\"\n ></lib-babylon-search>\n <div class=\"cs_sidebar_item widget_categories\">\n @if (categoriesTitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.categoriesTitle || 'h4'\"\n cssClass=\"title--small mb--20\"\n [color]=\"textColors?.categoriesTitle\"\n [content]=\"categoriesTitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (categories?.length) {\n <ul>\n @for (category of categories; track $index) {\n <li class=\"cat-item\">\n <a\n aria-label=\"label\"\n href=\"#\"\n (click)=\"\n setCategoryFilter(\n category.title\n );\n $event.preventDefault()\n \"\n >{{ category.title }} ({{\n category.posts\n }})</a\n >\n @if (\n currentCategory ===\n category.title?.toLowerCase()\n ) {\n <div class=\"btn-category-container\">\n <button\n aria-label=\"Eliminar filtro\"\n class=\"remove-category\"\n (click)=\"\n setCategoryFilter();\n $event.preventDefault()\n \"\n >\n <span\n class=\"babylon-clear\"\n ></span>\n </button>\n </div>\n }\n </li>\n }\n </ul>\n }\n </div>\n <div class=\"cs_sidebar_item\">\n @if (latestPostsTitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.latestPostsTitle || 'h4'\"\n cssClass=\"title--small mb--20\"\n [color]=\"textColors?.latestPostsTitle\"\n [content]=\"latestPostsTitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (latestPosts?.length) {\n <ul class=\"cs_recent_posts\">\n @for (post of latestPosts; track $index) {\n <li>\n <div class=\"cs_recent_post\">\n <h3 class=\"title--smaller mb--10\">\n <a\n [attr.aria-label]=\"\n post.postUrl?.label\n \"\n [href]=\"post.postUrl?.url\"\n [linkType]=\"\n post.postUrl?.linkType\n \"\n >{{ post.title }}</a\n >\n </h3>\n @if (post.date) {\n <em class=\"text--small\">{{\n post.date\n | date: 'mediumDate'\n }}</em>\n }\n </div>\n </li>\n }\n </ul>\n }\n </div>\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}}.cs_post.cs_style_1 .cs_post_title a,.cs_post.cs_style_2 .cs_post_title a{background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);transition:background-size .6s cubic-bezier(.49,.49,.08,1),color .27s ease-out;background-position:100% calc(100% + -0px);background-size:0 2px}.cs_post.cs_style_1 .cs_post_title a:hover,.cs_post.cs_style_2 .cs_post_title a:hover{background-size:100% 2px;background-position:0 calc(100% + -0px)}.cs_post.cs_style_1 .cs_post_title{max-width:430px;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cs_post.cs_style_1 .cs_hover_icon{top:20px;right:20px;height:40px;width:40px;background-color:#fff3;transition:transform .5s cubic-bezier(.5,2.2,.7,.7),all .3s ease;transform:scale(0);opacity:0}.cs_post.cs_style_1 .cs_hover_icon:hover{color:var(--accent);background-color:#ffffffbf}.cs_post.cs_style_1 .cs_post_thumb:before{content:\"\";position:absolute;left:0;top:0;height:100%;width:100%;background:#0003;opacity:0;z-index:1;transition:all .4s ease}.cs_post.cs_style_1 .cs_post_thumb img{transition:all .6s ease;height:100%;width:100%;object-fit:cover}.cs_post.cs_style_1 .cs_post_thumb:hover img{transform:scale(1.06)}.cs_post.cs_style_1 .cs_post_thumb:hover:before{opacity:1}.cs_post.cs_style_1 .cs_post_thumb:hover .cs_hover_icon{transform:scale(1);opacity:1}.cs_post.cs_style_1 .cs_post_meta{display:flex;justify-content:space-between;align-items:center;gap:5px 20px;padding-top:2px;width:100%}.cs_post.cs_style_1 .cs_post_meta+.cs_post_title{padding-bottom:10px}.cs_post.cs_style_1 .cs_post_meta_seperator{flex:1;height:1px;background-color:var(--cl_accent)}.cs_post.cs_style_1.cs_size_1 .cs_post_thumb{height:412px}@media (max-width: 1024px){.cs_post.cs_style_1.cs_size_1 .cs_post_thumb{height:370px}}.cs_post.cs_style_1.cs_size_2 .cs_post_thumb{height:282px}@media (max-width: 539px){.cs_post.cs_style_1.cs_size_2 .cs_post_thumb{height:initial}}.cs_post.cs_style_1.cs_size_3 .cs_post_thumb{height:350px}.cs_post.cs_style_1.cs_size_4 .cs_post_thumb,.cs_post.cs_style_1.cs_size_5 .cs_post_thumb{height:465px}@media (max-width: 539px){.cs_post.cs_style_1.cs_size_4 .cs_post_thumb,.cs_post.cs_style_1.cs_size_5 .cs_post_thumb{height:350px}}.cs_post.cs_style_1.cs_size_4 .cs_post_title,.cs_post.cs_style_1.cs_size_5 .cs_post_title{max-width:100%;padding-bottom:1rem}.cs_post.cs_style_1.cs_size_4:not(:last-child),.cs_post.cs_style_1.cs_size_5:not(:last-child){margin-bottom:80px}@media (max-width: 1024px){.cs_post.cs_style_1.cs_size_4:not(:last-child),.cs_post.cs_style_1.cs_size_5:not(:last-child){margin-bottom:60px}}.cs_post.cs_style_1.cs_size_4 .cs_subtitle,.cs_post.cs_style_1.cs_size_5 .cs_subtitle{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cs_post.cs_style_1.cs_size_4 .cs_video_block.cs_style_1{height:465px}@media (max-width: 539px){.cs_post.cs_style_1.cs_size_4 .cs_video_block.cs_style_1{height:350px}}.cs_post.cs_style_1.cs_size_4 .cs_video_block.cs_style_1 .cs_play_btn_2,.cs_post.cs_style_1.cs_size_5 .cs_video_block.cs_style_1 .cs_play_btn_2{scale:.7}@media (min-width: 1025px){.cs_post.cs_style_1.cs_size_5{display:flex;align-items:center;gap:24px}.cs_post.cs_style_1.cs_size_5 .cs_post_thumb{flex:none;width:50%;margin-bottom:0}.cs_post.cs_style_1.cs_size_5 .cs_subtitle{-webkit-line-clamp:4}.cs_post.cs_style_1.cs_size_5 .cs_video_block.cs_style_1{height:550px;margin-bottom:0}}.cs_right_sidebar{padding-left:110px}@media (max-width: 1024px){.cs_right_sidebar{padding-left:55px}}@media (max-width: 1024px){.cs_right_sidebar{padding-left:0}}.cs_sidebar_item:not(:last-child){padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid var(--cl_border-dark)}.cs_sidebar_item.widget_search{border:none;padding-bottom:22px}@media (max-width: 1024px){.cs_sidebar_item{text-align:center}}.cs_sidebar_widget_title{font-size:28px;line-height:1.25em;margin-bottom:25px}.widget_categories li:not(:last-child){margin-bottom:6px}.cs_recent_posts,.widget_categories ul{list-style:none;padding:0;margin:0}.cs_recent_post_title{margin-bottom:10px;font-size:21px;line-height:1.28em}.cs_recent_posts li:not(:last-child){margin-bottom:20px}.cs_post_meta_4{display:flex;flex-wrap:wrap;gap:0px 35px}@media (max-width: 767px){.cs_post_meta_4{gap:0px 20px}}@media (max-width: 539px){.cs_post_meta_4{gap:0px 25px}}.cs_post_meta_4>span{position:relative;display:inline-block}.cs_post_meta_4>span:not(:last-child):before{content:\"\";height:5px;width:5px;border-radius:50%;background-color:var(--cl_accent);position:absolute;top:50%;right:-20px;margin-top:-2px}@media (max-width: 539px){.cs_post_meta_4>span:not(:last-child):before{right:-15px}}@media (max-width: 539px){.cs_post_meta_4>span:not(:last-child):before{right:-12px}}.widget_categories li.cat-item{display:flex;gap:20px;justify-content:flex-start}@media (max-width: 991px){.widget_categories li.cat-item{justify-content:center}}.widget_categories li.cat-item button.remove-category{border:1px solid;background:var(--cl_background_body);border-radius:50px;width:20px;height:20px;display:flex;align-items:center;justify-content:center}\n"] }]
|
|
56
|
+
}], ctorParameters: () => [{ type: i1.ActivatedRoute }], propDecorators: { pretitle: [{
|
|
57
|
+
type: Input
|
|
58
|
+
}], title: [{
|
|
59
|
+
type: Input
|
|
60
|
+
}], posts: [{
|
|
61
|
+
type: Input
|
|
62
|
+
}], tags: [{
|
|
63
|
+
type: Input
|
|
64
|
+
}], textColors: [{
|
|
65
|
+
type: Input
|
|
66
|
+
}], categoriesTitle: [{
|
|
67
|
+
type: Input
|
|
68
|
+
}], categories: [{
|
|
69
|
+
type: Input
|
|
70
|
+
}], latestPostsTitle: [{
|
|
71
|
+
type: Input
|
|
72
|
+
}], latestPosts: [{
|
|
73
|
+
type: Input
|
|
74
|
+
}], searchPlaceHolder: [{
|
|
75
|
+
type: Input
|
|
76
|
+
}], notfoundText: [{
|
|
77
|
+
type: Input
|
|
78
|
+
}], anterior: [{
|
|
79
|
+
type: Input
|
|
80
|
+
}], siguiente: [{
|
|
81
|
+
type: Input
|
|
82
|
+
}], pageSize: [{
|
|
83
|
+
type: Input
|
|
84
|
+
}] } });
|
|
85
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1ibG9nLWxpc3QuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWJsb2ctbGlzdC9iYWJ5bG9uLWJsb2ctbGlzdC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYmxvZy1saXN0L2JhYnlsb24tYmxvZy1saXN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQ0gsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxLQUFLLEdBRVIsTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sbURBQW1ELENBQUM7QUFLN0YsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sd0VBQXdFLENBQUM7QUFDeEgsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDckUsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0scUVBQXFFLENBQUM7Ozs7QUFnQmpILE1BQU0sT0FBTyx3QkFBd0I7SUFtQmpDLFlBQW9CLEtBQXFCO1FBQXJCLFVBQUssR0FBTCxLQUFLLENBQWdCO1FBaEJoQyxVQUFLLEdBQXVCLEVBQUUsQ0FBQztRQVcvQixhQUFRLEdBQVcsQ0FBQyxDQUFDO1FBRXZCLGtCQUFhLEdBQXVCLEVBQUUsQ0FBQztRQUN2QyxvQkFBZSxHQUF1QixTQUFTLENBQUM7SUFFWCxDQUFDO0lBRTdDLFFBQVE7UUFDSixJQUFJLENBQUMsS0FBSyxDQUFDLGFBQWEsQ0FBQyxTQUFTLENBQUMsQ0FBQyxNQUFNLEVBQUUsRUFBRTtZQUMxQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsTUFBTSxFQUFFLEdBQUcsQ0FBQyxVQUFVLENBQUMsSUFBSSxTQUFTLENBQUMsQ0FBQztRQUNqRSxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFRCxpQkFBaUIsQ0FBQyxTQUFrQjtRQUNoQyxNQUFNLFFBQVEsR0FBRyxTQUFTLEVBQUUsV0FBVyxFQUFFLENBQUM7UUFDMUMsSUFBSSxDQUFDLGVBQWUsR0FBRyxRQUFRLElBQUksU0FBUyxDQUFDO1FBQzdDLElBQUksQ0FBQyxhQUFhO1lBQ2QsSUFBSSxDQUFDLEtBQUssRUFBRSxNQUFNLENBQ2QsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUNMLElBQUksQ0FBQyxRQUFRLEVBQUUsV0FBVyxFQUFFLEtBQUssUUFBUSxJQUFJLElBQUksQ0FBQyxNQUFNLENBQy9EO2dCQUNELElBQUksQ0FBQyxLQUFLO2dCQUNWLEVBQUUsQ0FBQztRQUNQLElBQUksSUFBSSxDQUFDLGFBQWEsQ0FBQyxNQUFNLElBQUksQ0FBQyxFQUFFO1lBQ2hDLElBQUksQ0FBQyxhQUFhLEdBQUcsRUFBRSxDQUFDO1NBQzNCO1FBRUQsSUFBSSxDQUFDLFNBQVMsRUFBRTtZQUNaLElBQUksQ0FBQyxhQUFhO2dCQUNkLElBQUksQ0FBQyxLQUFLLEVBQUUsTUFBTSxDQUFDLENBQUMsSUFBSSxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksSUFBSSxDQUFDLEtBQUssSUFBSSxFQUFFLENBQUM7U0FDckU7SUFDTCxDQUFDO0lBRUQsTUFBTSxDQUFDLE1BQVc7UUFDZCxJQUFJLE1BQU0sRUFBRSxJQUFJLEtBQUssQ0FBQztZQUFFLE9BQU87UUFDL0IsSUFBSSxDQUFDLGlCQUFpQixFQUFFLENBQUM7UUFDekIsSUFBSSxDQUFDLGFBQWEsR0FBRyxNQUFNLENBQUMsS0FBSyxDQUFDO0lBQ3RDLENBQUM7K0dBbkRRLHdCQUF3QjttR0FBeEIsd0JBQXdCLHFjQy9CckMsaXFiQXlRQSx1NjhCRHBQUSxZQUFZLGdMQUNaLDhCQUE4QixvSUFDOUIsd0JBQXdCLDZJQUN4QixzQkFBc0Isd0pBQ3RCLDBCQUEwQjs7NEZBTXJCLHdCQUF3QjtrQkFkcEMsU0FBUzsrQkFDSSx1QkFBdUIsY0FDckIsSUFBSSxXQUNQO3dCQUNMLFlBQVk7d0JBQ1osOEJBQThCO3dCQUM5Qix3QkFBd0I7d0JBQ3hCLHNCQUFzQjt3QkFDdEIsMEJBQTBCO3FCQUM3QixtQkFHZ0IsdUJBQXVCLENBQUMsTUFBTTttRkFHdEMsUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFDRyxnQkFBZ0I7c0JBQXhCLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDRyxpQkFBaUI7c0JBQXpCLEtBQUs7Z0JBQ0csWUFBWTtzQkFBcEIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFNBQVM7c0JBQWpCLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge1xuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIENvbXBvbmVudCxcbiAgICBJbnB1dCxcbiAgICBPbkluaXQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWN0aXZhdGVkUm91dGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuaW1wb3J0IHsgQmFieWxvbkxpbmtUeXBlRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vZGlyZWN0aXZlcy9saW5rLXR5cGUvbGluay10eXBlLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBCYWJ5bG9uQnV0dG9uSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1idXR0b24uaW50ZXJmYWNlJztcbmltcG9ydCB7IEJhYnlsb25JbWFnZUkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24taW1hZ2UuaW50ZXJmYWNlJztcbmltcG9ydCB7IEJhYnlsb25UYWdzSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi10YWdzLmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uVGV4dHNDb2xvcnNJIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLXRleHRzLWNvbG9ycy5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgQmFieWxvbkR5bmFtaWNIZWFkaW5nQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vc2hhcmVkL2JhYnlsb24tZHluYW1pYy1oZWFkaW5nL2JhYnlsb24tZHluYW1pYy1oZWFkaW5nLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCYWJ5bG9uU2VhcmNoQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vc2hhcmVkL2JhYnlsb24tc2VhcmNoJztcbmltcG9ydCB7IEJhYnlsb25QYWdpbmF0aW9uRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vZGlyZWN0aXZlcy9iYWJ5bG9uLXBhZ2luYXRpb24vYmFieWxvbi1wYWdpbmF0aW9uLmRpcmVjdGl2ZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tYmxvZy1saXN0JyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIGltcG9ydHM6IFtcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgICBCYWJ5bG9uRHluYW1pY0hlYWRpbmdDb21wb25lbnQsXG4gICAgICAgIEJhYnlsb25MaW5rVHlwZURpcmVjdGl2ZSxcbiAgICAgICAgQmFieWxvblNlYXJjaENvbXBvbmVudCxcbiAgICAgICAgQmFieWxvblBhZ2luYXRpb25EaXJlY3RpdmUsXG4gICAgXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1ibG9nLWxpc3QuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWJsb2ctbGlzdC5jb21wb25lbnQuc2NzcycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25CbG9nTGlzdENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gICAgQElucHV0KCkgcHJldGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgdGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgcG9zdHM6IEJhYnlsb25CbG9nUG9zdElbXSA9IFtdO1xuICAgIEBJbnB1dCgpIHRhZ3M/OiBCYWJ5bG9uVGFnc0k7XG4gICAgQElucHV0KCkgdGV4dENvbG9ycz86IEJhYnlsb25UZXh0c0NvbG9yc0k7XG4gICAgQElucHV0KCkgY2F0ZWdvcmllc1RpdGxlPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIGNhdGVnb3JpZXM/OiBCYWJ5bG9uQmxvZ0NhdGVnb3J5SVtdO1xuICAgIEBJbnB1dCgpIGxhdGVzdFBvc3RzVGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgbGF0ZXN0UG9zdHM/OiBCYWJ5bG9uQmxvZ1Bvc3RJW107XG4gICAgQElucHV0KCkgc2VhcmNoUGxhY2VIb2xkZXI/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgbm90Zm91bmRUZXh0Pzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIGFudGVyaW9yPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHNpZ3VpZW50ZT86IHN0cmluZztcbiAgICBASW5wdXQoKSBwYWdlU2l6ZTogbnVtYmVyID0gMztcblxuICAgIHB1YmxpYyBmaWx0ZXJlZFBvc3RzOiBCYWJ5bG9uQmxvZ1Bvc3RJW10gPSBbXTtcbiAgICBwdWJsaWMgY3VycmVudENhdGVnb3J5OiBzdHJpbmcgfCB1bmRlZmluZWQgPSB1bmRlZmluZWQ7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJvdXRlOiBBY3RpdmF0ZWRSb3V0ZSkge31cblxuICAgIG5nT25Jbml0KCkge1xuICAgICAgICB0aGlzLnJvdXRlLnF1ZXJ5UGFyYW1NYXAuc3Vic2NyaWJlKChwYXJhbXMpID0+IHtcbiAgICAgICAgICAgIHRoaXMuc2V0Q2F0ZWdvcnlGaWx0ZXIocGFyYW1zPy5nZXQoJ2NhdGVnb3J5JykgPz8gdW5kZWZpbmVkKTtcbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgc2V0Q2F0ZWdvcnlGaWx0ZXIoX2NhdGVnb3J5Pzogc3RyaW5nKSB7XG4gICAgICAgIGNvbnN0IGNhdGVnb3J5ID0gX2NhdGVnb3J5Py50b0xvd2VyQ2FzZSgpO1xuICAgICAgICB0aGlzLmN1cnJlbnRDYXRlZ29yeSA9IGNhdGVnb3J5ID8/IHVuZGVmaW5lZDtcbiAgICAgICAgdGhpcy5maWx0ZXJlZFBvc3RzID1cbiAgICAgICAgICAgIHRoaXMucG9zdHM/LmZpbHRlcihcbiAgICAgICAgICAgICAgICAocG9zdCkgPT5cbiAgICAgICAgICAgICAgICAgICAgcG9zdC5jYXRlZ29yeT8udG9Mb3dlckNhc2UoKSA9PT0gY2F0ZWdvcnkgJiYgcG9zdC5hY3RpdmVcbiAgICAgICAgICAgICkgPz9cbiAgICAgICAgICAgIHRoaXMucG9zdHMgPz9cbiAgICAgICAgICAgIFtdO1xuICAgICAgICBpZiAodGhpcy5maWx0ZXJlZFBvc3RzLmxlbmd0aCA9PSAwKSB7XG4gICAgICAgICAgICB0aGlzLmZpbHRlcmVkUG9zdHMgPSBbXTtcbiAgICAgICAgfVxuXG4gICAgICAgIGlmICghX2NhdGVnb3J5KSB7XG4gICAgICAgICAgICB0aGlzLmZpbHRlcmVkUG9zdHMgPVxuICAgICAgICAgICAgICAgIHRoaXMucG9zdHM/LmZpbHRlcigocG9zdCkgPT4gcG9zdC5hY3RpdmUpID8/IHRoaXMucG9zdHMgPz8gW107XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBzZWFyY2goJGV2ZW50OiBhbnkpIHtcbiAgICAgICAgaWYgKCRldmVudD8uZmxhZyAhPT0gMSkgcmV0dXJuO1xuICAgICAgICB0aGlzLnNldENhdGVnb3J5RmlsdGVyKCk7XG4gICAgICAgIHRoaXMuZmlsdGVyZWRQb3N0cyA9ICRldmVudC5pdGVtcztcbiAgICB9XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgQmFieWxvbkJsb2dQb3N0SSB7XG4gICAgaWQ/OiBudW1iZXI7XG4gICAgdGl0bGU/OiBzdHJpbmc7XG4gICAgc3VidGl0bGU/OiBzdHJpbmc7XG4gICAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG4gICAgaW1nPzogQmFieWxvbkltYWdlSTtcbiAgICBidXR0b25zPzogQmFieWxvbkJ1dHRvbklbXTtcbiAgICBwb3N0VXJsPzogQmFieWxvbkJ1dHRvbkk7XG4gICAgY2F0ZWdvcnk/OiBzdHJpbmc7XG4gICAgZGF0ZT86IERhdGU7XG4gICAgYWRkaXRpb25hbDE/OiBzdHJpbmc7XG4gICAgYWN0aXZlOiBib29sZWFuO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIEJhYnlsb25CbG9nQ2F0ZWdvcnlJIHtcbiAgICBpZD86IG51bWJlcjtcbiAgICB0aXRsZT86IHN0cmluZztcbiAgICBwb3N0cz86IG51bWJlcjtcbn1cbiIsIjxzZWN0aW9uIGNsYXNzPVwiYmFieWxvbl9fYmxvZy1saXN0IG1hcmdpbi1tYWluXCI+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBhbGlnbi0tY2VudGVyXCI+XG4gICAgICAgICAgICBAaWYgKHByZXRpdGxlKSB7XG4gICAgICAgICAgICAgICAgPGxpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZ1xuICAgICAgICAgICAgICAgICAgICBbdGFnXT1cInRhZ3M/LnByZXRpdGxlIHx8ICdoMydcIlxuICAgICAgICAgICAgICAgICAgICBjc3NDbGFzcz1cInByZXRpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgW2NvbG9yXT1cInRleHRDb2xvcnM/LnByZXRpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgW2NvbnRlbnRdPVwicHJldGl0bGVcIlxuICAgICAgICAgICAgICAgID48L2xpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZz5cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIEBpZiAodGl0bGUpIHtcbiAgICAgICAgICAgICAgICA8bGliLWJhYnlsb24tZHluYW1pYy1oZWFkaW5nXG4gICAgICAgICAgICAgICAgICAgIFt0YWddPVwidGFncz8udGl0bGUgfHwgJ2gxJ1wiXG4gICAgICAgICAgICAgICAgICAgIGNzc0NsYXNzPVwidGl0bGVcIlxuICAgICAgICAgICAgICAgICAgICBbY29sb3JdPVwidGV4dENvbG9ycz8udGl0bGVcIlxuICAgICAgICAgICAgICAgICAgICBbY29udGVudF09XCJ0aXRsZVwiXG4gICAgICAgICAgICAgICAgPjwvbGliLWJhYnlsb24tZHluYW1pYy1oZWFkaW5nPlxuICAgICAgICAgICAgfVxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWZsdWlkIGNzX3Bscl8xMDBcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cInJvdyBjc19nYXBfeV9sZ184MFwiPlxuICAgICAgICAgICAgQGlmIChmaWx0ZXJlZFBvc3RzKSB7XG4gICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImNvbC1sZy04XCJcbiAgICAgICAgICAgICAgICAgICAgKmxpYlBhZ2luYXRlPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICBmaWx0ZXJlZFBvc3RzO1xuICAgICAgICAgICAgICAgICAgICAgICAgcGFnZVNpemU6IHBhZ2VTaXplO1xuICAgICAgICAgICAgICAgICAgICAgICAgbGV0IHBhZ2VkID0gcGFnZWRJdGVtcztcbiAgICAgICAgICAgICAgICAgICAgICAgIGxldCBwYWdlID0gY3VycmVudFBhZ2U7XG4gICAgICAgICAgICAgICAgICAgICAgICBsZXQgdG90YWwgPSB0b3RhbFBhZ2VzO1xuICAgICAgICAgICAgICAgICAgICAgICAgbGV0IG5leHQgPSBuZXh0O1xuICAgICAgICAgICAgICAgICAgICAgICAgbGV0IHByZXYgPSBwcmV2XG4gICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICBAZm9yIChwb3N0IG9mIHBhZ2VkOyB0cmFjayAkaW5kZXgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19wb3N0IGNzX3N0eWxlXzEgY3Nfc2l6ZV81XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJwb3N0LnBvc3RVcmw/LmxhYmVsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwicG9zdC5wb3N0VXJsPy51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwicG9zdC5wb3N0VXJsPy5saW5rVHlwZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY3NfcG9zdF90aHVtYiBjcy0tcmFkaXVzIG92ZXJmbG93LWhpZGRlbiBkLWJsb2NrIGNzX21iXzMwIHBvc2l0aW9uLXJlbGF0aXZlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAocG9zdC5pbWcpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3JjXT1cInBvc3QuaW1nLnNyY1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2FsdF09XCJwb3N0LmltZy5hbHRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxvYWRpbmc9XCJsYXp5XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY3NfaG92ZXJfaWNvbiBjc19jZW50ZXIgcG9zaXRpb24tYWJzb2x1dGUgY3Nfd2hpdGVfY29sb3IgY3NfemluZGV4XzIgY3MtLXJhZGl1c1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvd19idG5cIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3Bvc3RfaW5mbyBpbnRyb19pbmZvIG5vLWFsaWduXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19wb3N0X21ldGFfNCBjc19tYl8xMyBwcmV0aXRsZVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChwb3N0LmNhdGVnb3J5KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+e3sgcG9zdC5jYXRlZ29yeSB9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAocG9zdC5kYXRlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+e3tcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcG9zdC5kYXRlIHwgZGF0ZTogJ2RkL01NL3l5eXknXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHBvc3QudGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cImNzX3Bvc3RfdGl0bGUgdGl0bGUxXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHBvc3QucG9zdFVybD8ubGFiZWxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwicG9zdC5wb3N0VXJsPy51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwicG9zdC5wb3N0VXJsPy5saW5rVHlwZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidGl0bGUtLXNtYWxsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPnt7IHBvc3QudGl0bGUgfX08L2FcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2gyPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAocG9zdC5hZGRpdGlvbmFsMSB8fCBwb3N0LmRlc2NyaXB0aW9uKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY3Nfc3VidGl0bGUgdGV4dFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2lubmVySFRNTF09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcG9zdC5hZGRpdGlvbmFsMVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPyBwb3N0LmFkZGl0aW9uYWwxXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6IHBvc3QuZGVzY3JpcHRpb25cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHBvc3QuYnV0dG9ucz8ubGVuZ3RoKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnRuc19fYm94XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAoXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGJ1dHRvbiBvZiBwb3N0LmJ1dHRvbnM7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRyYWNrICRpbmRleDtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbGV0IG9kZCA9ICRvZGRcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICApIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiYnV0dG9uLmxhYmVsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtocmVmXT1cImJ1dHRvbi51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2xpbmtUeXBlXT1cImJ1dHRvbi5saW5rVHlwZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0blwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJ7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYnRuX3ByaW1hcnk6ICFvZGQsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYnRuX2NhbGw6IG9kZCxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Yj57eyBidXR0b24ubGFiZWwgfX08L2I+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICBAaWYgKHRvdGFsID4gMSAmJiBhbnRlcmlvciAmJiBzaWd1aWVudGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJwYWdpbmF0aW9uX19jb250cm9scyBhbGlnbi0tY2VudGVyIG10LS0yMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3ggYWxpZ24tLWNlbnRlclwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0biBidG5fcHJpbWFyeVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbZGlzYWJsZWRdPVwicGFnZSA9PT0gMVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwicHJldigpXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiYW50ZXJpb3JcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Yj57eyBhbnRlcmlvciB9fTwvYj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9idXR0b24+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwibXgtLTEwXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyBwYWdlIH19IC8ge3sgdG90YWwgfX08L3NwYW5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0biBidG5fc2Vjb25kYXJ5XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtkaXNhYmxlZF09XCJwYWdlID09PSB0b3RhbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwibmV4dCgpXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwic2lndWllbnRlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGI+e3sgc2lndWllbnRlIH19PC9iPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBAaWYgKCFmaWx0ZXJlZFBvc3RzIHx8IGZpbHRlcmVkUG9zdHMubGVuZ3RoID09IDApIHtcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLThcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX25vX3Jlc3VsdHNcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaWItYmFieWxvbi1keW5hbWljLWhlYWRpbmdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbdGFnXT1cIidoMydcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNzc0NsYXNzPVwidGl0bGUtLXNtYWxsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbY29sb3JdPVwiXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbY29udGVudF09XCJub3Rmb3VuZFRleHQgfHwgJ05vIHJlc3VsdHMgZm91bmQnXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID48L2xpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZz5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTRcIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2lkZWJhciBjc19yaWdodF9zaWRlYmFyXCI+XG4gICAgICAgICAgICAgICAgICAgIDxsaWItYmFieWxvbi1zZWFyY2hcbiAgICAgICAgICAgICAgICAgICAgICAgIFtzZWFyY2hQbGFjZUhvbGRlcl09XCJzZWFyY2hQbGFjZUhvbGRlciA/PyAnc2VhcmNoLi4uJ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICBbZWxlbWVudHNdPVwicG9zdHNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW2ZpZWxkc109XCJbXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgJ3RpdGxlJyxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAnc3VidGl0bGUnLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICdkZXNjcmlwdGlvbicsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgJ2NhdGVnb3J5JyxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAnZGF0ZScsXG4gICAgICAgICAgICAgICAgICAgICAgICBdXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIChyZXN1bHRzKT1cInNlYXJjaCgkZXZlbnQpXCJcbiAgICAgICAgICAgICAgICAgICAgPjwvbGliLWJhYnlsb24tc2VhcmNoPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2lkZWJhcl9pdGVtIHdpZGdldF9jYXRlZ29yaWVzXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGNhdGVnb3JpZXNUaXRsZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaWItYmFieWxvbi1keW5hbWljLWhlYWRpbmdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3RhZ109XCJ0YWdzPy5jYXRlZ29yaWVzVGl0bGUgfHwgJ2g0J1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNzc0NsYXNzPVwidGl0bGUtLXNtYWxsIG1iLS0yMFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtjb2xvcl09XCJ0ZXh0Q29sb3JzPy5jYXRlZ29yaWVzVGl0bGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbY29udGVudF09XCJjYXRlZ29yaWVzVGl0bGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L2xpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZz5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoY2F0ZWdvcmllcz8ubGVuZ3RoKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVsPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChjYXRlZ29yeSBvZiBjYXRlZ29yaWVzOyB0cmFjayAkaW5kZXgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaSBjbGFzcz1cImNhdC1pdGVtXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYXJpYS1sYWJlbD1cImxhYmVsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIiNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzZXRDYXRlZ29yeUZpbHRlcihcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjYXRlZ29yeS50aXRsZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICRldmVudC5wcmV2ZW50RGVmYXVsdCgpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyBjYXRlZ29yeS50aXRsZSB9fSAoe3tcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNhdGVnb3J5LnBvc3RzXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH19KTwvYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjdXJyZW50Q2F0ZWdvcnkgPT09XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNhdGVnb3J5LnRpdGxlPy50b0xvd2VyQ2FzZSgpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG4tY2F0ZWdvcnktY29udGFpbmVyXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYXJpYS1sYWJlbD1cIkVsaW1pbmFyIGZpbHRyb1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJyZW1vdmUtY2F0ZWdvcnlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc2V0Q2F0ZWdvcnlGaWx0ZXIoKTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgJGV2ZW50LnByZXZlbnREZWZhdWx0KClcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbi1jbGVhclwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zaWRlYmFyX2l0ZW1cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAobGF0ZXN0UG9zdHNUaXRsZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaWItYmFieWxvbi1keW5hbWljLWhlYWRpbmdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3RhZ109XCJ0YWdzPy5sYXRlc3RQb3N0c1RpdGxlIHx8ICdoNCdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjc3NDbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMjBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbY29sb3JdPVwidGV4dENvbG9ycz8ubGF0ZXN0UG9zdHNUaXRsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtjb250ZW50XT1cImxhdGVzdFBvc3RzVGl0bGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L2xpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZz5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAobGF0ZXN0UG9zdHM/Lmxlbmd0aCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1bCBjbGFzcz1cImNzX3JlY2VudF9wb3N0c1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChwb3N0IG9mIGxhdGVzdFBvc3RzOyB0cmFjayAkaW5kZXgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcmVjZW50X3Bvc3RcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwidGl0bGUtLXNtYWxsZXIgbWItLTEwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHBvc3QucG9zdFVybD8ubGFiZWxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtocmVmXT1cInBvc3QucG9zdFVybD8udXJsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHBvc3QucG9zdFVybD8ubGlua1R5cGVcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyBwb3N0LnRpdGxlIH19PC9hXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaDM+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAocG9zdC5kYXRlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZW0gY2xhc3M9XCJ0ZXh0LS1zbWFsbFwiPnt7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcG9zdC5kYXRlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHwgZGF0ZTogJ21lZGl1bURhdGUnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9fTwvZW0+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvc2VjdGlvbj5cbiJdfQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1ibG9nLWxpc3QuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWJsb2ctbGlzdC9iYWJ5bG9uLWJsb2ctbGlzdC5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhYnlsb25CdXR0b25JIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcyc7XG5pbXBvcnQgeyBCYWJ5bG9uVGFnc0kgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tdGFncy5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgQmFieWxvblRleHRzQ29sb3JzSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi10ZXh0cy1jb2xvcnMuaW50ZXJmYWNlJztcbmltcG9ydCB7XG4gICAgQmFieWxvbkJsb2dDYXRlZ29yeUksXG4gICAgQmFieWxvbkJsb2dQb3N0SSxcbn0gZnJvbSAnLi9iYWJ5bG9uLWJsb2ctbGlzdC5jb21wb25lbnQnO1xuXG5leHBvcnQgaW50ZXJmYWNlIEJhYnlsb25CbG9nTGlzdEkge1xuICAgIHByZXRpdGxlPzogc3RyaW5nO1xuICAgIHRpdGxlPzogc3RyaW5nO1xuICAgIHBvc3RzPzogQmFieWxvbkJsb2dQb3N0SVtdO1xuICAgIHRhZ3M/OiBCYWJ5bG9uVGFnc0k7XG4gICAgdGV4dENvbG9ycz86IEJhYnlsb25UZXh0c0NvbG9yc0k7XG4gICAgY2F0ZWdvcmllc1RpdGxlPzogc3RyaW5nO1xuICAgIGNhdGVnb3JpZXM/OiBCYWJ5bG9uQmxvZ0NhdGVnb3J5SVtdO1xuICAgIGxhdGVzdFBvc3RzVGl0bGU/OiBzdHJpbmc7XG4gICAgbGF0ZXN0UG9zdHM/OiBCYWJ5bG9uQmxvZ1Bvc3RJW107XG4gICAgc2VhcmNoUGxhY2VIb2xkZXI/OiBzdHJpbmc7XG4gICAgbm90Zm91bmRUZXh0Pzogc3RyaW5nO1xuICAgIGFudGVyaW9yPzogc3RyaW5nO1xuICAgIHNpZ3VpZW50ZT86IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export * from './babylon-blog-list.component';
|
|
2
|
+
export * from './babylon-blog-list.interface';
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYmxvZy1saXN0L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYywrQkFBK0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ibG9nLWxpc3QuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ibG9nLWxpc3QuaW50ZXJmYWNlJztcbiJdfQ==
|