ctt-babylon 0.8.13 → 0.8.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (786) hide show
  1. package/{lib/directives/babylon-sliders → directives}/babylon-hotels-slider.directive.d.ts +1 -2
  2. package/esm2022/directives/babylon-hotels-slider.directive.mjs +103 -0
  3. package/esm2022/lib/components/core/babylon-404/babylon-404.component.mjs +5 -18
  4. package/esm2022/lib/components/core/babylon-404-v2/babylon-404-v2.component.mjs +11 -0
  5. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.component.mjs +5 -29
  6. package/esm2022/lib/components/core/babylon-advantages-v2/babylon-advantages-v2.component.mjs +12 -0
  7. package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.mjs +5 -31
  8. package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.component.mjs +6 -133
  9. package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.mjs +5 -39
  10. package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.component.mjs +5 -98
  11. package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.component.mjs +6 -80
  12. package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.mjs +5 -14
  13. package/esm2022/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.mjs +11 -0
  14. package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.mjs +5 -10
  15. package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.component.mjs +20 -134
  16. package/esm2022/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.mjs +37 -0
  17. package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.component.mjs +6 -23
  18. package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.component.mjs +6 -29
  19. package/esm2022/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.mjs +18 -0
  20. package/esm2022/lib/components/core/babylon-engine/babylon-engine.component.mjs +22 -237
  21. package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.mjs +33 -225
  22. package/esm2022/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.mjs +130 -0
  23. package/esm2022/lib/components/core/babylon-faq/babylon-faq.component.mjs +5 -38
  24. package/esm2022/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.mjs +17 -0
  25. package/esm2022/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.mjs +11 -0
  26. package/esm2022/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.mjs +11 -0
  27. package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.component.mjs +6 -28
  28. package/esm2022/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.mjs +6 -16
  29. package/esm2022/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.mjs +21 -0
  30. package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.mjs +5 -25
  31. package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.component.mjs +5 -13
  32. package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.mjs +5 -23
  33. package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.component.mjs +5 -14
  34. package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.component.mjs +23 -72
  35. package/esm2022/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.mjs +105 -0
  36. package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.mjs +6 -42
  37. package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.mjs +7 -91
  38. package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.component.mjs +5 -24
  39. package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.mjs +52 -114
  40. package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.component.mjs +53 -143
  41. package/esm2022/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.mjs +76 -0
  42. package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.mjs +52 -148
  43. package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.mjs +52 -92
  44. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.mjs +5 -12
  45. package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.mjs +6 -19
  46. package/esm2022/lib/components/core/babylon-img-banner/babylon-img-banner.component.mjs +13 -0
  47. package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.component.mjs +5 -19
  48. package/esm2022/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.mjs +61 -0
  49. package/esm2022/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.mjs +11 -0
  50. package/esm2022/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.mjs +11 -0
  51. package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.component.mjs +7 -31
  52. package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.component.mjs +5 -95
  53. package/esm2022/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.mjs +11 -0
  54. package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.component.mjs +5 -62
  55. package/esm2022/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.mjs +5 -7
  56. package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.mjs +5 -31
  57. package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.mjs +5 -19
  58. package/esm2022/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.mjs +18 -0
  59. package/esm2022/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.mjs +11 -0
  60. package/esm2022/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.mjs +13 -0
  61. package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.component.mjs +5 -30
  62. package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.mjs +5 -38
  63. package/esm2022/lib/components/core/babylon-info3img/babylon-info3img.component.mjs +5 -19
  64. package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.component.mjs +5 -23
  65. package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.component.mjs +5 -21
  66. package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.component.mjs +7 -13
  67. package/esm2022/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.mjs +28 -0
  68. package/esm2022/lib/components/core/babylon-legal/babylon-legal.component.mjs +5 -19
  69. package/esm2022/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.mjs +11 -0
  70. package/esm2022/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.mjs +11 -0
  71. package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.component.mjs +5 -15
  72. package/esm2022/lib/components/core/babylon-list-img/babylon-list-img.component.mjs +71 -0
  73. package/esm2022/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.mjs +11 -0
  74. package/esm2022/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.mjs +11 -0
  75. package/esm2022/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.mjs +65 -0
  76. package/esm2022/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.mjs +19 -0
  77. package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.component.mjs +9 -52
  78. package/esm2022/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.mjs +19 -0
  79. package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.mjs +5 -37
  80. package/esm2022/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.mjs +11 -0
  81. package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.mjs +11 -34
  82. package/esm2022/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.mjs +19 -0
  83. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.mjs +5 -20
  84. package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.component.mjs +5 -47
  85. package/esm2022/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.mjs +5 -20
  86. package/esm2022/lib/components/core/babylon-preload/babylon-preload.component.mjs +4 -28
  87. package/esm2022/lib/components/core/babylon-reviews/babylon-reviews.component.mjs +169 -0
  88. package/esm2022/lib/components/core/babylon-room-details/babylon-room-details.component.mjs +5 -19
  89. package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.mjs +5 -158
  90. package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.mjs +6 -19
  91. package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.mjs +6 -32
  92. package/esm2022/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.mjs +11 -0
  93. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.mjs +5 -25
  94. package/esm2022/lib/components/core/babylon-services-slider/babylon-services-slider.component.mjs +5 -17
  95. package/esm2022/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.mjs +12 -0
  96. package/esm2022/lib/components/core/babylon-slider-box/babylon-slider-box.component.mjs +12 -0
  97. package/esm2022/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.mjs +12 -0
  98. package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +13 -0
  99. package/esm2022/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.mjs +52 -0
  100. package/esm2022/lib/components/core/babylon-slider2col/babylon-slider2col.component.mjs +5 -28
  101. package/esm2022/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.mjs +13 -0
  102. package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.component.mjs +5 -15
  103. package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.mjs +11 -0
  104. package/esm2022/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.mjs +12 -0
  105. package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.component.mjs +5 -14
  106. package/esm2022/lib/components/core/babylon-slider4col/babylon-slider4col.component.mjs +5 -37
  107. package/esm2022/lib/components/core/babylon-social-bar/babylon-social-bar.component.mjs +11 -0
  108. package/esm2022/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.mjs +11 -0
  109. package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.component.mjs +6 -104
  110. package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.mjs +8 -48
  111. package/esm2022/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.mjs +67 -0
  112. package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.mjs +5 -35
  113. package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.component.mjs +5 -18
  114. package/esm2022/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.mjs +20 -0
  115. package/esm2022/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.mjs +11 -0
  116. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.component.mjs +5 -187
  117. package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.mjs +6 -33
  118. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.mjs +5 -22
  119. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.mjs +5 -194
  120. package/esm2022/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.mjs +12 -0
  121. package/esm2022/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.mjs +82 -0
  122. package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.component.mjs +5 -23
  123. package/esm2022/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.mjs +11 -0
  124. package/esm2022/lib/directives/images/swap-on-reload.directive.mjs +83 -0
  125. package/esm2022/lib/directives/scroll/scroll-to.directive.mjs +183 -0
  126. package/esm2022/lib/directives/scroll/show-only-top.directive.mjs +103 -0
  127. package/esm2022/lib/directives/sliders/slick-init.directive.mjs +211 -0
  128. package/esm2022/lib/directives/sliders/slider-fix-arrows.directive.mjs +105 -0
  129. package/esm2022/lib/directives/utils/sticky-avoid-footer.directive.mjs +91 -0
  130. package/esm2022/lib/services/index.mjs +1 -3
  131. package/esm2022/lib/services/screen-sizer/screen-sizer.service.mjs +35 -46
  132. package/esm2022/lib/services/scroll/scroll-spy.service.mjs +50 -0
  133. package/esm2022/public-api.mjs +114 -11
  134. package/fesm2022/ctt-babylon.mjs +2652 -9381
  135. package/fesm2022/ctt-babylon.mjs.map +1 -1
  136. package/lib/components/core/babylon-404/babylon-404.component.d.ts +1 -8
  137. package/lib/components/core/babylon-404-v2/babylon-404-v2.component.d.ts +5 -0
  138. package/lib/components/core/babylon-advantages/babylon-advantages.component.d.ts +1 -14
  139. package/lib/components/core/babylon-advantages-v2/babylon-advantages-v2.component.d.ts +5 -0
  140. package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.d.ts +1 -11
  141. package/lib/components/core/babylon-banner-info/babylon-banner-info.component.d.ts +2 -25
  142. package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.d.ts +1 -16
  143. package/lib/components/core/babylon-blog-details/babylon-blog-details.component.d.ts +1 -39
  144. package/lib/components/core/babylon-blog-list/babylon-blog-list.component.d.ts +2 -47
  145. package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.d.ts +1 -4
  146. package/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.d.ts +5 -0
  147. package/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.d.ts +1 -12
  148. package/lib/components/core/babylon-contact-form/babylon-contact-form.component.d.ts +6 -35
  149. package/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.d.ts +10 -0
  150. package/lib/components/core/babylon-contact-how/babylon-contact-how.component.d.ts +2 -14
  151. package/lib/components/core/babylon-contact-map/babylon-contact-map.component.d.ts +2 -16
  152. package/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.d.ts +6 -0
  153. package/lib/components/core/babylon-engine/babylon-engine.component.d.ts +11 -71
  154. package/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.d.ts +16 -60
  155. package/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.d.ts +44 -0
  156. package/lib/components/core/babylon-faq/babylon-faq.component.d.ts +1 -15
  157. package/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.d.ts +7 -0
  158. package/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.d.ts +5 -0
  159. package/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.d.ts +5 -0
  160. package/lib/components/core/babylon-features-slider/babylon-features-slider.component.d.ts +2 -18
  161. package/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.d.ts +3 -8
  162. package/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.d.ts +10 -0
  163. package/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.d.ts +1 -24
  164. package/lib/components/core/babylon-footer-links/babylon-footer-links.component.d.ts +1 -5
  165. package/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.d.ts +1 -11
  166. package/lib/components/core/babylon-footer-social/babylon-footer-social.component.d.ts +1 -5
  167. package/lib/components/core/babylon-gallery/babylon-gallery.component.d.ts +8 -34
  168. package/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.d.ts +22 -0
  169. package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.d.ts +2 -19
  170. package/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.d.ts +7 -24
  171. package/lib/components/core/babylon-head-intro/babylon-head-intro.component.d.ts +1 -9
  172. package/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.d.ts +7 -35
  173. package/lib/components/core/babylon-header-clear/babylon-header-clear.component.d.ts +9 -34
  174. package/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.d.ts +16 -0
  175. package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.d.ts +8 -33
  176. package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.d.ts +8 -29
  177. package/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.d.ts +1 -5
  178. package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.d.ts +1 -5
  179. package/lib/components/core/babylon-img-banner/babylon-img-banner.component.d.ts +5 -0
  180. package/lib/components/core/babylon-info-big/babylon-info-big.component.d.ts +1 -9
  181. package/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.d.ts +12 -0
  182. package/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.d.ts +5 -0
  183. package/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.d.ts +5 -0
  184. package/lib/components/core/babylon-info-grid/babylon-info-grid.component.d.ts +3 -22
  185. package/lib/components/core/babylon-info-img/babylon-info-img.component.d.ts +2 -40
  186. package/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.d.ts +5 -0
  187. package/lib/components/core/babylon-info-intro/babylon-info-intro.component.d.ts +1 -26
  188. package/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.d.ts +1 -3
  189. package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.d.ts +1 -29
  190. package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.d.ts +1 -16
  191. package/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.d.ts +6 -0
  192. package/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.d.ts +5 -0
  193. package/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.d.ts +5 -0
  194. package/lib/components/core/babylon-info2img/babylon-info2img.component.d.ts +1 -14
  195. package/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.d.ts +1 -16
  196. package/lib/components/core/babylon-info3img/babylon-info3img.component.d.ts +1 -9
  197. package/lib/components/core/babylon-info4img/babylon-info4img.component.d.ts +1 -11
  198. package/lib/components/core/babylon-items-grid/babylon-items-grid.component.d.ts +1 -14
  199. package/lib/components/core/babylon-language-modal/babylon-language-modal.component.d.ts +5 -12
  200. package/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.d.ts +12 -0
  201. package/lib/components/core/babylon-legal/babylon-legal.component.d.ts +1 -9
  202. package/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.d.ts +5 -0
  203. package/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.d.ts +5 -0
  204. package/lib/components/core/babylon-list-grid/babylon-list-grid.component.d.ts +1 -17
  205. package/lib/components/core/babylon-list-img/babylon-list-img.component.d.ts +26 -0
  206. package/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.d.ts +5 -0
  207. package/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.d.ts +5 -0
  208. package/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.d.ts +10 -0
  209. package/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.d.ts +7 -0
  210. package/lib/components/core/babylon-newsletter/babylon-newsletter.component.d.ts +3 -19
  211. package/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.d.ts +7 -0
  212. package/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.d.ts +1 -16
  213. package/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.d.ts +5 -0
  214. package/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.d.ts +5 -18
  215. package/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.d.ts +7 -0
  216. package/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.d.ts +1 -6
  217. package/lib/components/core/babylon-offers-list/babylon-offers-list.component.d.ts +2 -33
  218. package/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.d.ts +1 -5
  219. package/lib/components/core/babylon-preload/babylon-preload.component.d.ts +1 -5
  220. package/lib/components/core/babylon-reviews/babylon-reviews.component.d.ts +28 -0
  221. package/lib/components/core/babylon-room-details/babylon-room-details.component.d.ts +1 -13
  222. package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.d.ts +1 -39
  223. package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.d.ts +1 -10
  224. package/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.d.ts +1 -27
  225. package/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.d.ts +5 -0
  226. package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.d.ts +1 -6
  227. package/lib/components/core/babylon-services-slider/babylon-services-slider.component.d.ts +1 -7
  228. package/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.d.ts +5 -0
  229. package/lib/components/core/babylon-slider-box/babylon-slider-box.component.d.ts +5 -0
  230. package/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.d.ts +5 -0
  231. package/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.d.ts +5 -0
  232. package/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.d.ts +9 -0
  233. package/lib/components/core/babylon-slider2col/babylon-slider2col.component.d.ts +1 -22
  234. package/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.d.ts +5 -0
  235. package/lib/components/core/babylon-slider2items/babylon-slider2items.component.d.ts +1 -5
  236. package/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.d.ts +5 -0
  237. package/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.d.ts +5 -0
  238. package/lib/components/core/babylon-slider3items/babylon-slider3items.component.d.ts +1 -15
  239. package/lib/components/core/babylon-slider4col/babylon-slider4col.component.d.ts +1 -15
  240. package/lib/components/core/babylon-social-bar/babylon-social-bar.component.d.ts +5 -0
  241. package/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.d.ts +5 -0
  242. package/lib/components/core/babylon-static-footer/babylon-static-footer.component.d.ts +2 -55
  243. package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.d.ts +3 -24
  244. package/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.d.ts +12 -0
  245. package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.d.ts +2 -13
  246. package/lib/components/core/babylon-thanks/babylon-thanks.component.d.ts +1 -7
  247. package/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.d.ts +6 -0
  248. package/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.d.ts +5 -0
  249. package/lib/components/core/babylon-top-slider/babylon-top-slider.component.d.ts +2 -37
  250. package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.d.ts +2 -12
  251. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.d.ts +1 -10
  252. package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.d.ts +2 -34
  253. package/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.d.ts +5 -0
  254. package/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.d.ts +12 -0
  255. package/lib/components/core/babylon-webmap/babylon-webmap.component.d.ts +1 -11
  256. package/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.d.ts +5 -0
  257. package/lib/directives/images/swap-on-reload.directive.d.ts +22 -0
  258. package/lib/directives/scroll/scroll-to.directive.d.ts +31 -0
  259. package/lib/directives/scroll/show-only-top.directive.d.ts +22 -0
  260. package/lib/directives/sliders/slick-init.directive.d.ts +14 -0
  261. package/lib/directives/sliders/slider-fix-arrows.directive.d.ts +21 -0
  262. package/lib/directives/utils/sticky-avoid-footer.directive.d.ts +24 -0
  263. package/lib/services/index.d.ts +0 -2
  264. package/lib/services/screen-sizer/screen-sizer.service.d.ts +0 -2
  265. package/lib/services/scroll/scroll-spy.service.d.ts +17 -0
  266. package/lib/styles/styles/babylon/scss-daba/airDatePicker.min.css +13 -0
  267. package/lib/styles/styles/babylon/scss-daba/aos.min.css +1 -0
  268. package/lib/styles/styles/babylon/scss-daba/buttons.css +1 -0
  269. package/lib/styles/styles/babylon/scss-daba/buttons.scss +441 -0
  270. package/lib/styles/styles/babylon/scss-daba/fancybox.css +829 -0
  271. package/lib/styles/styles/babylon/scss-daba/fancybox.min.css +1 -0
  272. package/lib/styles/styles/babylon/scss-daba/funciones.scss +491 -0
  273. package/lib/styles/styles/babylon/scss-daba/inputs.css +1 -0
  274. package/lib/styles/styles/babylon/scss-daba/inputs.scss +168 -0
  275. package/lib/styles/styles/babylon/scss-daba/jquery.fancybox.min.css +1 -0
  276. package/lib/styles/styles/babylon/scss-daba/style.css +1 -0
  277. package/lib/styles/styles/babylon/scss-daba/style.scss +445 -0
  278. package/lib/styles/styles/babylon/scss-daba/swiper-bundle.min.css +635 -0
  279. package/lib/styles/styles-babylon.scss +7 -48
  280. package/package.json +4 -11
  281. package/public-api.d.ts +111 -6
  282. package/esm2022/lib/Enum/buttons-type.enum.mjs +0 -6
  283. package/esm2022/lib/Enum/index.mjs +0 -3
  284. package/esm2022/lib/Enum/logo-type.enum.mjs +0 -10
  285. package/esm2022/lib/Enum/services.enum.mjs +0 -8
  286. package/esm2022/lib/Enum/views.enum.mjs +0 -5
  287. package/esm2022/lib/components/core/babylon-404/babylon-404.interface.mjs +0 -2
  288. package/esm2022/lib/components/core/babylon-404/index.mjs +0 -3
  289. package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.component.mjs +0 -30
  290. package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.interface.mjs +0 -2
  291. package/esm2022/lib/components/core/babylon-action-banner/index.mjs +0 -3
  292. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages-info.interface.mjs +0 -2
  293. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.interface.mjs +0 -2
  294. package/esm2022/lib/components/core/babylon-advantages/index.mjs +0 -4
  295. package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.mjs +0 -2
  296. package/esm2022/lib/components/core/babylon-banner-gallery/index.mjs +0 -3
  297. package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.interface.mjs +0 -2
  298. package/esm2022/lib/components/core/babylon-banner-info/index.mjs +0 -3
  299. package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.mjs +0 -2
  300. package/esm2022/lib/components/core/babylon-banner-newsletter/index.mjs +0 -3
  301. package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.interface.mjs +0 -2
  302. package/esm2022/lib/components/core/babylon-blog-details/index.mjs +0 -3
  303. package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.interface.mjs +0 -2
  304. package/esm2022/lib/components/core/babylon-blog-list/index.mjs +0 -3
  305. package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.mjs +0 -2
  306. package/esm2022/lib/components/core/babylon-breadcrumb/index.mjs +0 -3
  307. package/esm2022/lib/components/core/babylon-color-picker/babylon-color-picker.component.mjs +0 -267
  308. package/esm2022/lib/components/core/babylon-color-picker/index.mjs +0 -2
  309. package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.mjs +0 -2
  310. package/esm2022/lib/components/core/babylon-comingsoon/index.mjs +0 -3
  311. package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.component.mjs +0 -19
  312. package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.interface.mjs +0 -2
  313. package/esm2022/lib/components/core/babylon-contact-address/index.mjs +0 -3
  314. package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.interface.mjs +0 -2
  315. package/esm2022/lib/components/core/babylon-contact-form/index.mjs +0 -3
  316. package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.interface.mjs +0 -2
  317. package/esm2022/lib/components/core/babylon-contact-how/index.mjs +0 -3
  318. package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.interface.mjs +0 -2
  319. package/esm2022/lib/components/core/babylon-contact-map/index.mjs +0 -3
  320. package/esm2022/lib/components/core/babylon-engine/babylon-engine.interface.mjs +0 -2
  321. package/esm2022/lib/components/core/babylon-engine/index.mjs +0 -3
  322. package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.mjs +0 -2
  323. package/esm2022/lib/components/core/babylon-engine-modal/index.mjs +0 -3
  324. package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.component.mjs +0 -80
  325. package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.interface.mjs +0 -2
  326. package/esm2022/lib/components/core/babylon-external-script/index.mjs +0 -3
  327. package/esm2022/lib/components/core/babylon-faq/babylon-faq.interface.mjs +0 -2
  328. package/esm2022/lib/components/core/babylon-faq/index.mjs +0 -3
  329. package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.interface.mjs +0 -2
  330. package/esm2022/lib/components/core/babylon-features-slider/index.mjs +0 -3
  331. package/esm2022/lib/components/core/babylon-filter-modal/index.mjs +0 -2
  332. package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.mjs +0 -121
  333. package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.mjs +0 -2
  334. package/esm2022/lib/components/core/babylon-floating-buttons/index.mjs +0 -3
  335. package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.mjs +0 -2
  336. package/esm2022/lib/components/core/babylon-footer-contact/index.mjs +0 -3
  337. package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.interface.mjs +0 -2
  338. package/esm2022/lib/components/core/babylon-footer-links/index.mjs +0 -3
  339. package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.mjs +0 -2
  340. package/esm2022/lib/components/core/babylon-footer-logos/index.mjs +0 -3
  341. package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.interface.mjs +0 -3
  342. package/esm2022/lib/components/core/babylon-footer-social/index.mjs +0 -3
  343. package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.interface.mjs +0 -2
  344. package/esm2022/lib/components/core/babylon-gallery/index.mjs +0 -3
  345. package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.component.mjs +0 -38
  346. package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.interface.mjs +0 -2
  347. package/esm2022/lib/components/core/babylon-global-modal/index.mjs +0 -3
  348. package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.mjs +0 -2
  349. package/esm2022/lib/components/core/babylon-grid-gallery/index.mjs +0 -3
  350. package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.mjs +0 -2
  351. package/esm2022/lib/components/core/babylon-guests-popup/index.mjs +0 -3
  352. package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.interface.mjs +0 -2
  353. package/esm2022/lib/components/core/babylon-head-intro/index.mjs +0 -3
  354. package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.mjs +0 -2
  355. package/esm2022/lib/components/core/babylon-header-book-show/index.mjs +0 -3
  356. package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.interface.mjs +0 -2
  357. package/esm2022/lib/components/core/babylon-header-clear/index.mjs +0 -3
  358. package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.mjs +0 -2
  359. package/esm2022/lib/components/core/babylon-header-menu-center/index.mjs +0 -3
  360. package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.mjs +0 -122
  361. package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.mjs +0 -2
  362. package/esm2022/lib/components/core/babylon-header-menu-logo-center/index.mjs +0 -3
  363. package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.mjs +0 -2
  364. package/esm2022/lib/components/core/babylon-header-menu-show/index.mjs +0 -3
  365. package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.mjs +0 -156
  366. package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.mjs +0 -2
  367. package/esm2022/lib/components/core/babylon-header-mobile/index.mjs +0 -3
  368. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotel.interface.mjs +0 -2
  369. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.mjs +0 -2
  370. package/esm2022/lib/components/core/babylon-hotels-list/index.mjs +0 -4
  371. package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.mjs +0 -2
  372. package/esm2022/lib/components/core/babylon-hotels-slider/index.mjs +0 -3
  373. package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.interface.mjs +0 -2
  374. package/esm2022/lib/components/core/babylon-info-big/index.mjs +0 -3
  375. package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.interface.mjs +0 -3
  376. package/esm2022/lib/components/core/babylon-info-grid/index.mjs +0 -3
  377. package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.interface.mjs +0 -2
  378. package/esm2022/lib/components/core/babylon-info-img/index.mjs +0 -3
  379. package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.mjs +0 -56
  380. package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.mjs +0 -2
  381. package/esm2022/lib/components/core/babylon-info-img-slider/index.mjs +0 -3
  382. package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.interface.mjs +0 -2
  383. package/esm2022/lib/components/core/babylon-info-intro/index.mjs +0 -3
  384. package/esm2022/lib/components/core/babylon-info-show-img/index.mjs +0 -2
  385. package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.mjs +0 -2
  386. package/esm2022/lib/components/core/babylon-info-zig-zag/index.mjs +0 -3
  387. package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.mjs +0 -92
  388. package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.mjs +0 -2
  389. package/esm2022/lib/components/core/babylon-info-zig-zag-counter/index.mjs +0 -3
  390. package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.mjs +0 -2
  391. package/esm2022/lib/components/core/babylon-info-zigzag-v2/index.mjs +0 -3
  392. package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.mjs +0 -36
  393. package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.mjs +0 -2
  394. package/esm2022/lib/components/core/babylon-info2col-img/index.mjs +0 -3
  395. package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.interface.mjs +0 -2
  396. package/esm2022/lib/components/core/babylon-info2img/index.mjs +0 -3
  397. package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.mjs +0 -2
  398. package/esm2022/lib/components/core/babylon-info2img-big/index.mjs +0 -3
  399. package/esm2022/lib/components/core/babylon-info3img/index.mjs +0 -2
  400. package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.interface.mjs +0 -2
  401. package/esm2022/lib/components/core/babylon-info4img/index.mjs +0 -3
  402. package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.interface.mjs +0 -2
  403. package/esm2022/lib/components/core/babylon-items-grid/index.mjs +0 -3
  404. package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.interface.mjs +0 -2
  405. package/esm2022/lib/components/core/babylon-language-modal/index.mjs +0 -3
  406. package/esm2022/lib/components/core/babylon-legal/babylon-legal.interface.mjs +0 -2
  407. package/esm2022/lib/components/core/babylon-legal/index.mjs +0 -3
  408. package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.interface.mjs +0 -3
  409. package/esm2022/lib/components/core/babylon-list-grid/index.mjs +0 -3
  410. package/esm2022/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.mjs +0 -139
  411. package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.mjs +0 -35
  412. package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.mjs +0 -2
  413. package/esm2022/lib/components/core/babylon-modal-multiple-motors/index.mjs +0 -3
  414. package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.mjs +0 -39
  415. package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.mjs +0 -2
  416. package/esm2022/lib/components/core/babylon-modal-popup/index.mjs +0 -3
  417. package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.interface.mjs +0 -3
  418. package/esm2022/lib/components/core/babylon-newsletter/index.mjs +0 -3
  419. package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.mjs +0 -2
  420. package/esm2022/lib/components/core/babylon-offer-detail/index.mjs +0 -3
  421. package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.mjs +0 -2
  422. package/esm2022/lib/components/core/babylon-offer-popup/index.mjs +0 -3
  423. package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.mjs +0 -49
  424. package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.mjs +0 -2
  425. package/esm2022/lib/components/core/babylon-offer-popupV2/index.mjs +0 -3
  426. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.mjs +0 -2
  427. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer.interface.mjs +0 -2
  428. package/esm2022/lib/components/core/babylon-offer-slider/index.mjs +0 -4
  429. package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.interface.mjs +0 -2
  430. package/esm2022/lib/components/core/babylon-offers-list/index.mjs +0 -3
  431. package/esm2022/lib/components/core/babylon-offers-slider/index.mjs +0 -2
  432. package/esm2022/lib/components/core/babylon-preload/index.mjs +0 -2
  433. package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.component.mjs +0 -27
  434. package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.interface.mjs +0 -2
  435. package/esm2022/lib/components/core/babylon-press-list/index.mjs +0 -3
  436. package/esm2022/lib/components/core/babylon-room-details/babylon-room-detail.interface.mjs +0 -2
  437. package/esm2022/lib/components/core/babylon-room-details/index.mjs +0 -3
  438. package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.mjs +0 -2
  439. package/esm2022/lib/components/core/babylon-rooms-cols/index.mjs +0 -3
  440. package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.mjs +0 -2
  441. package/esm2022/lib/components/core/babylon-rooms-grid/index.mjs +0 -3
  442. package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.mjs +0 -2
  443. package/esm2022/lib/components/core/babylon-rooms-list/index.mjs +0 -3
  444. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-room.interface.mjs +0 -2
  445. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.mjs +0 -2
  446. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.mjs +0 -2
  447. package/esm2022/lib/components/core/babylon-rooms-slider/index.mjs +0 -5
  448. package/esm2022/lib/components/core/babylon-services-slider/babylon-service-slider.interface.mjs +0 -2
  449. package/esm2022/lib/components/core/babylon-services-slider/index.mjs +0 -3
  450. package/esm2022/lib/components/core/babylon-slider2col/index.mjs +0 -2
  451. package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.interface.mjs +0 -2
  452. package/esm2022/lib/components/core/babylon-slider2items/index.mjs +0 -3
  453. package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3col.component.mjs +0 -53
  454. package/esm2022/lib/components/core/babylon-slider3col/index.mjs +0 -2
  455. package/esm2022/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.mjs +0 -11
  456. package/esm2022/lib/components/core/babylon-slider3col-clear/index.mjs +0 -2
  457. package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.interface.mjs +0 -2
  458. package/esm2022/lib/components/core/babylon-slider3items/index.mjs +0 -3
  459. package/esm2022/lib/components/core/babylon-slider4col/index.mjs +0 -2
  460. package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.interface.mjs +0 -2
  461. package/esm2022/lib/components/core/babylon-static-footer/index.mjs +0 -3
  462. package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.mjs +0 -2
  463. package/esm2022/lib/components/core/babylon-static-footer-v2/index.mjs +0 -3
  464. package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.mjs +0 -2
  465. package/esm2022/lib/components/core/babylon-submenu-hotel/index.mjs +0 -3
  466. package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.interface.mjs +0 -2
  467. package/esm2022/lib/components/core/babylon-thanks/index.mjs +0 -3
  468. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.mjs +0 -2
  469. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.interface.mjs +0 -2
  470. package/esm2022/lib/components/core/babylon-top-slider/index.mjs +0 -4
  471. package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.mjs +0 -2
  472. package/esm2022/lib/components/core/babylon-top-slider-thumbs/index.mjs +0 -3
  473. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.mjs +0 -2
  474. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.mjs +0 -2
  475. package/esm2022/lib/components/core/babylon-top-slider-v2/index.mjs +0 -4
  476. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.mjs +0 -2
  477. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.mjs +0 -2
  478. package/esm2022/lib/components/core/babylon-top-slider-video/index.mjs +0 -4
  479. package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.interface.mjs +0 -2
  480. package/esm2022/lib/components/core/babylon-webmap/index.mjs +0 -3
  481. package/esm2022/lib/components/core/index.mjs +0 -89
  482. package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.mjs +0 -124
  483. package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.mjs +0 -2
  484. package/esm2022/lib/components/shared/babylon-dynamic-heading/index.mjs +0 -3
  485. package/esm2022/lib/components/shared/babylon-search/babylon-search.component.mjs +0 -82
  486. package/esm2022/lib/components/shared/babylon-search/index.mjs +0 -2
  487. package/esm2022/lib/components/shared/index.mjs +0 -2
  488. package/esm2022/lib/directives/babylon-background-strip/babylon-background-strip.directive.mjs +0 -71
  489. package/esm2022/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.mjs +0 -52
  490. package/esm2022/lib/directives/babylon-galleries/babylon-light-gallery.directive.mjs +0 -107
  491. package/esm2022/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.mjs +0 -60
  492. package/esm2022/lib/directives/babylon-pagination/babylon-pagination.directive.mjs +0 -127
  493. package/esm2022/lib/directives/babylon-sliders/babylon-custom-slider.directive.mjs +0 -62
  494. package/esm2022/lib/directives/babylon-sliders/babylon-hotels-slider.directive.mjs +0 -107
  495. package/esm2022/lib/directives/babylon-sliders/babylon-sliders.directive.mjs +0 -438
  496. package/esm2022/lib/directives/babylon-sliders/babylon-swiper-slider.directive.mjs +0 -107
  497. package/esm2022/lib/directives/data-background/data-background.directive.mjs +0 -32
  498. package/esm2022/lib/directives/link-type/link-type.directive.mjs +0 -287
  499. package/esm2022/lib/directives/scrolls/scroll-up.directive.mjs +0 -27
  500. package/esm2022/lib/interfaces/babylon-button.interface.mjs +0 -2
  501. package/esm2022/lib/interfaces/babylon-consult-type.interface.mjs +0 -2
  502. package/esm2022/lib/interfaces/babylon-dropdown.interface.mjs +0 -2
  503. package/esm2022/lib/interfaces/babylon-global-icon.interface.mjs +0 -2
  504. package/esm2022/lib/interfaces/babylon-image.interface.mjs +0 -2
  505. package/esm2022/lib/interfaces/babylon-input.interface.mjs +0 -2
  506. package/esm2022/lib/interfaces/babylon-menu-button.interface.mjs +0 -2
  507. package/esm2022/lib/interfaces/babylon-menu-info.interface.mjs +0 -2
  508. package/esm2022/lib/interfaces/babylon-page-config.interface.mjs +0 -2
  509. package/esm2022/lib/interfaces/babylon-site-config.interface.mjs +0 -2
  510. package/esm2022/lib/interfaces/babylon-tags.interface.mjs +0 -2
  511. package/esm2022/lib/interfaces/babylon-text-info.interface.mjs +0 -2
  512. package/esm2022/lib/interfaces/babylon-texts-colors.interface.mjs +0 -2
  513. package/esm2022/lib/interfaces/babylon-texts.interface.mjs +0 -2
  514. package/esm2022/lib/interfaces/index.mjs +0 -15
  515. package/esm2022/lib/pipes/babylon-clean-phone.pipe.mjs +0 -14
  516. package/esm2022/lib/pipes/babylon-currency.pipe.mjs +0 -29
  517. package/esm2022/lib/services/color-panel.service.mjs +0 -316
  518. package/esm2022/lib/services/mapper/index.mjs +0 -3
  519. package/esm2022/lib/services/mapper/mapper.service.mjs +0 -2553
  520. package/esm2022/lib/services/mapper/mapper.service.token.mjs +0 -3
  521. package/esm2022/lib/services/modals-service/index.mjs +0 -2
  522. package/esm2022/lib/services/modals-service/modals.service.mjs +0 -77
  523. package/esm2022/lib/utils/complex-links.token.mjs +0 -6
  524. package/esm2022/lib/utils/index.mjs +0 -2
  525. package/esm2022/lib/utils/utils.mjs +0 -153
  526. package/lib/Enum/buttons-type.enum.d.ts +0 -4
  527. package/lib/Enum/index.d.ts +0 -2
  528. package/lib/Enum/logo-type.enum.d.ts +0 -8
  529. package/lib/Enum/services.enum.d.ts +0 -6
  530. package/lib/Enum/views.enum.d.ts +0 -3
  531. package/lib/components/core/babylon-404/babylon-404.interface.d.ts +0 -9
  532. package/lib/components/core/babylon-404/index.d.ts +0 -2
  533. package/lib/components/core/babylon-action-banner/babylon-action-banner.component.d.ts +0 -14
  534. package/lib/components/core/babylon-action-banner/babylon-action-banner.interface.d.ts +0 -9
  535. package/lib/components/core/babylon-action-banner/index.d.ts +0 -2
  536. package/lib/components/core/babylon-advantages/babylon-advantages-info.interface.d.ts +0 -5
  537. package/lib/components/core/babylon-advantages/babylon-advantages.interface.d.ts +0 -13
  538. package/lib/components/core/babylon-advantages/index.d.ts +0 -3
  539. package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.d.ts +0 -9
  540. package/lib/components/core/babylon-banner-gallery/index.d.ts +0 -2
  541. package/lib/components/core/babylon-banner-info/babylon-banner-info.interface.d.ts +0 -10
  542. package/lib/components/core/babylon-banner-info/index.d.ts +0 -2
  543. package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.d.ts +0 -9
  544. package/lib/components/core/babylon-banner-newsletter/index.d.ts +0 -2
  545. package/lib/components/core/babylon-blog-details/babylon-blog-details.interface.d.ts +0 -24
  546. package/lib/components/core/babylon-blog-details/index.d.ts +0 -2
  547. package/lib/components/core/babylon-blog-list/babylon-blog-list.interface.d.ts +0 -18
  548. package/lib/components/core/babylon-blog-list/index.d.ts +0 -2
  549. package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.d.ts +0 -4
  550. package/lib/components/core/babylon-breadcrumb/index.d.ts +0 -2
  551. package/lib/components/core/babylon-color-picker/babylon-color-picker.component.d.ts +0 -57
  552. package/lib/components/core/babylon-color-picker/index.d.ts +0 -1
  553. package/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.d.ts +0 -11
  554. package/lib/components/core/babylon-comingsoon/index.d.ts +0 -2
  555. package/lib/components/core/babylon-contact-address/babylon-contact-address.component.d.ts +0 -22
  556. package/lib/components/core/babylon-contact-address/babylon-contact-address.interface.d.ts +0 -4
  557. package/lib/components/core/babylon-contact-address/index.d.ts +0 -2
  558. package/lib/components/core/babylon-contact-form/babylon-contact-form.interface.d.ts +0 -15
  559. package/lib/components/core/babylon-contact-form/index.d.ts +0 -2
  560. package/lib/components/core/babylon-contact-how/babylon-contact-how.interface.d.ts +0 -6
  561. package/lib/components/core/babylon-contact-how/index.d.ts +0 -2
  562. package/lib/components/core/babylon-contact-map/babylon-contact-map.interface.d.ts +0 -8
  563. package/lib/components/core/babylon-contact-map/index.d.ts +0 -2
  564. package/lib/components/core/babylon-engine/babylon-engine.interface.d.ts +0 -24
  565. package/lib/components/core/babylon-engine/index.d.ts +0 -2
  566. package/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.d.ts +0 -22
  567. package/lib/components/core/babylon-engine-modal/index.d.ts +0 -2
  568. package/lib/components/core/babylon-external-script/babylon-external-script.component.d.ts +0 -21
  569. package/lib/components/core/babylon-external-script/babylon-external-script.interface.d.ts +0 -5
  570. package/lib/components/core/babylon-external-script/index.d.ts +0 -2
  571. package/lib/components/core/babylon-faq/babylon-faq.interface.d.ts +0 -8
  572. package/lib/components/core/babylon-faq/index.d.ts +0 -2
  573. package/lib/components/core/babylon-features-slider/babylon-features-slider.interface.d.ts +0 -8
  574. package/lib/components/core/babylon-features-slider/index.d.ts +0 -2
  575. package/lib/components/core/babylon-filter-modal/index.d.ts +0 -1
  576. package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.d.ts +0 -39
  577. package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.d.ts +0 -8
  578. package/lib/components/core/babylon-floating-buttons/index.d.ts +0 -2
  579. package/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.d.ts +0 -14
  580. package/lib/components/core/babylon-footer-contact/index.d.ts +0 -2
  581. package/lib/components/core/babylon-footer-links/babylon-footer-links.interface.d.ts +0 -6
  582. package/lib/components/core/babylon-footer-links/index.d.ts +0 -2
  583. package/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.d.ts +0 -7
  584. package/lib/components/core/babylon-footer-logos/index.d.ts +0 -2
  585. package/lib/components/core/babylon-footer-social/babylon-footer-social.interface.d.ts +0 -6
  586. package/lib/components/core/babylon-footer-social/index.d.ts +0 -2
  587. package/lib/components/core/babylon-gallery/babylon-gallery.interface.d.ts +0 -12
  588. package/lib/components/core/babylon-gallery/index.d.ts +0 -2
  589. package/lib/components/core/babylon-global-modal/babylon-global-modal.component.d.ts +0 -31
  590. package/lib/components/core/babylon-global-modal/babylon-global-modal.interface.d.ts +0 -8
  591. package/lib/components/core/babylon-global-modal/index.d.ts +0 -2
  592. package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.d.ts +0 -8
  593. package/lib/components/core/babylon-grid-gallery/index.d.ts +0 -2
  594. package/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.d.ts +0 -11
  595. package/lib/components/core/babylon-guests-popup/index.d.ts +0 -2
  596. package/lib/components/core/babylon-head-intro/babylon-head-intro.interface.d.ts +0 -10
  597. package/lib/components/core/babylon-head-intro/index.d.ts +0 -2
  598. package/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.d.ts +0 -20
  599. package/lib/components/core/babylon-header-book-show/index.d.ts +0 -2
  600. package/lib/components/core/babylon-header-clear/babylon-header-clear.interface.d.ts +0 -22
  601. package/lib/components/core/babylon-header-clear/index.d.ts +0 -2
  602. package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.d.ts +0 -19
  603. package/lib/components/core/babylon-header-menu-center/index.d.ts +0 -2
  604. package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.d.ts +0 -40
  605. package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.d.ts +0 -23
  606. package/lib/components/core/babylon-header-menu-logo-center/index.d.ts +0 -2
  607. package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.d.ts +0 -18
  608. package/lib/components/core/babylon-header-menu-show/index.d.ts +0 -2
  609. package/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.d.ts +0 -53
  610. package/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.d.ts +0 -26
  611. package/lib/components/core/babylon-header-mobile/index.d.ts +0 -2
  612. package/lib/components/core/babylon-hotels-list/babylon-hotel.interface.d.ts +0 -18
  613. package/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.d.ts +0 -6
  614. package/lib/components/core/babylon-hotels-list/index.d.ts +0 -3
  615. package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.d.ts +0 -6
  616. package/lib/components/core/babylon-hotels-slider/index.d.ts +0 -2
  617. package/lib/components/core/babylon-info-big/babylon-info-big.interface.d.ts +0 -10
  618. package/lib/components/core/babylon-info-big/index.d.ts +0 -2
  619. package/lib/components/core/babylon-info-grid/babylon-info-grid.interface.d.ts +0 -9
  620. package/lib/components/core/babylon-info-grid/index.d.ts +0 -2
  621. package/lib/components/core/babylon-info-img/babylon-info-img.interface.d.ts +0 -27
  622. package/lib/components/core/babylon-info-img/index.d.ts +0 -2
  623. package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.d.ts +0 -33
  624. package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.d.ts +0 -11
  625. package/lib/components/core/babylon-info-img-slider/index.d.ts +0 -2
  626. package/lib/components/core/babylon-info-intro/babylon-info-intro.interface.d.ts +0 -19
  627. package/lib/components/core/babylon-info-intro/index.d.ts +0 -2
  628. package/lib/components/core/babylon-info-show-img/index.d.ts +0 -1
  629. package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.d.ts +0 -12
  630. package/lib/components/core/babylon-info-zig-zag/index.d.ts +0 -2
  631. package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.d.ts +0 -47
  632. package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.d.ts +0 -14
  633. package/lib/components/core/babylon-info-zig-zag-counter/index.d.ts +0 -2
  634. package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.d.ts +0 -5
  635. package/lib/components/core/babylon-info-zigzag-v2/index.d.ts +0 -2
  636. package/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.d.ts +0 -21
  637. package/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.d.ts +0 -12
  638. package/lib/components/core/babylon-info2col-img/index.d.ts +0 -2
  639. package/lib/components/core/babylon-info2img/babylon-info2img.interface.d.ts +0 -11
  640. package/lib/components/core/babylon-info2img/index.d.ts +0 -2
  641. package/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.d.ts +0 -14
  642. package/lib/components/core/babylon-info2img-big/index.d.ts +0 -2
  643. package/lib/components/core/babylon-info3img/index.d.ts +0 -1
  644. package/lib/components/core/babylon-info4img/babylon-info4img.interface.d.ts +0 -12
  645. package/lib/components/core/babylon-info4img/index.d.ts +0 -2
  646. package/lib/components/core/babylon-items-grid/babylon-items-grid.interface.d.ts +0 -8
  647. package/lib/components/core/babylon-items-grid/index.d.ts +0 -2
  648. package/lib/components/core/babylon-language-modal/babylon-language-modal.interface.d.ts +0 -7
  649. package/lib/components/core/babylon-language-modal/index.d.ts +0 -2
  650. package/lib/components/core/babylon-legal/babylon-legal.interface.d.ts +0 -7
  651. package/lib/components/core/babylon-legal/index.d.ts +0 -2
  652. package/lib/components/core/babylon-list-grid/babylon-list-grid.interface.d.ts +0 -8
  653. package/lib/components/core/babylon-list-grid/index.d.ts +0 -2
  654. package/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.d.ts +0 -45
  655. package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.d.ts +0 -16
  656. package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.d.ts +0 -8
  657. package/lib/components/core/babylon-modal-multiple-motors/index.d.ts +0 -2
  658. package/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.d.ts +0 -25
  659. package/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.d.ts +0 -9
  660. package/lib/components/core/babylon-modal-popup/index.d.ts +0 -2
  661. package/lib/components/core/babylon-newsletter/babylon-newsletter.interface.d.ts +0 -9
  662. package/lib/components/core/babylon-newsletter/index.d.ts +0 -2
  663. package/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.d.ts +0 -17
  664. package/lib/components/core/babylon-offer-detail/index.d.ts +0 -2
  665. package/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.d.ts +0 -7
  666. package/lib/components/core/babylon-offer-popup/index.d.ts +0 -2
  667. package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.d.ts +0 -21
  668. package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.d.ts +0 -9
  669. package/lib/components/core/babylon-offer-popupV2/index.d.ts +0 -2
  670. package/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.d.ts +0 -7
  671. package/lib/components/core/babylon-offer-slider/babylon-offer.interface.d.ts +0 -18
  672. package/lib/components/core/babylon-offer-slider/index.d.ts +0 -3
  673. package/lib/components/core/babylon-offers-list/babylon-offers-list.interface.d.ts +0 -14
  674. package/lib/components/core/babylon-offers-list/index.d.ts +0 -2
  675. package/lib/components/core/babylon-offers-slider/index.d.ts +0 -1
  676. package/lib/components/core/babylon-preload/index.d.ts +0 -1
  677. package/lib/components/core/babylon-press-list/babylon-press-list.component.d.ts +0 -17
  678. package/lib/components/core/babylon-press-list/babylon-press-list.interface.d.ts +0 -8
  679. package/lib/components/core/babylon-press-list/index.d.ts +0 -2
  680. package/lib/components/core/babylon-room-details/babylon-room-detail.interface.d.ts +0 -12
  681. package/lib/components/core/babylon-room-details/index.d.ts +0 -2
  682. package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.d.ts +0 -10
  683. package/lib/components/core/babylon-rooms-cols/index.d.ts +0 -2
  684. package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.d.ts +0 -8
  685. package/lib/components/core/babylon-rooms-grid/index.d.ts +0 -2
  686. package/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.d.ts +0 -6
  687. package/lib/components/core/babylon-rooms-list/index.d.ts +0 -2
  688. package/lib/components/core/babylon-rooms-slider/babylon-room.interface.d.ts +0 -15
  689. package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.d.ts +0 -6
  690. package/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.d.ts +0 -8
  691. package/lib/components/core/babylon-rooms-slider/index.d.ts +0 -4
  692. package/lib/components/core/babylon-services-slider/babylon-service-slider.interface.d.ts +0 -6
  693. package/lib/components/core/babylon-services-slider/index.d.ts +0 -2
  694. package/lib/components/core/babylon-slider2col/index.d.ts +0 -1
  695. package/lib/components/core/babylon-slider2items/babylon-slider2items.interface.d.ts +0 -6
  696. package/lib/components/core/babylon-slider2items/index.d.ts +0 -2
  697. package/lib/components/core/babylon-slider3col/babylon-slider3col.component.d.ts +0 -20
  698. package/lib/components/core/babylon-slider3col/index.d.ts +0 -1
  699. package/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.d.ts +0 -5
  700. package/lib/components/core/babylon-slider3col-clear/index.d.ts +0 -1
  701. package/lib/components/core/babylon-slider3items/babylon-slider3items.interface.d.ts +0 -6
  702. package/lib/components/core/babylon-slider3items/index.d.ts +0 -2
  703. package/lib/components/core/babylon-slider4col/index.d.ts +0 -1
  704. package/lib/components/core/babylon-static-footer/babylon-static-footer.interface.d.ts +0 -29
  705. package/lib/components/core/babylon-static-footer/index.d.ts +0 -2
  706. package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.d.ts +0 -18
  707. package/lib/components/core/babylon-static-footer-v2/index.d.ts +0 -2
  708. package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.d.ts +0 -5
  709. package/lib/components/core/babylon-submenu-hotel/index.d.ts +0 -2
  710. package/lib/components/core/babylon-thanks/babylon-thanks.interface.d.ts +0 -7
  711. package/lib/components/core/babylon-thanks/index.d.ts +0 -2
  712. package/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.d.ts +0 -9
  713. package/lib/components/core/babylon-top-slider/babylon-top-slider.interface.d.ts +0 -12
  714. package/lib/components/core/babylon-top-slider/index.d.ts +0 -3
  715. package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.d.ts +0 -8
  716. package/lib/components/core/babylon-top-slider-thumbs/index.d.ts +0 -2
  717. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.d.ts +0 -7
  718. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.d.ts +0 -8
  719. package/lib/components/core/babylon-top-slider-v2/index.d.ts +0 -3
  720. package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.d.ts +0 -9
  721. package/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.d.ts +0 -5
  722. package/lib/components/core/babylon-top-slider-video/index.d.ts +0 -3
  723. package/lib/components/core/babylon-webmap/babylon-webmap.interface.d.ts +0 -9
  724. package/lib/components/core/babylon-webmap/index.d.ts +0 -2
  725. package/lib/components/core/index.d.ts +0 -88
  726. package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.d.ts +0 -31
  727. package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.d.ts +0 -5
  728. package/lib/components/shared/babylon-dynamic-heading/index.d.ts +0 -2
  729. package/lib/components/shared/babylon-search/babylon-search.component.d.ts +0 -30
  730. package/lib/components/shared/babylon-search/index.d.ts +0 -1
  731. package/lib/components/shared/index.d.ts +0 -1
  732. package/lib/directives/babylon-background-strip/babylon-background-strip.directive.d.ts +0 -17
  733. package/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.d.ts +0 -12
  734. package/lib/directives/babylon-galleries/babylon-light-gallery.directive.d.ts +0 -18
  735. package/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.d.ts +0 -15
  736. package/lib/directives/babylon-pagination/babylon-pagination.directive.d.ts +0 -39
  737. package/lib/directives/babylon-sliders/babylon-custom-slider.directive.d.ts +0 -13
  738. package/lib/directives/babylon-sliders/babylon-sliders.directive.d.ts +0 -36
  739. package/lib/directives/babylon-sliders/babylon-swiper-slider.directive.d.ts +0 -14
  740. package/lib/directives/data-background/data-background.directive.d.ts +0 -11
  741. package/lib/directives/link-type/link-type.directive.d.ts +0 -40
  742. package/lib/directives/scrolls/scroll-up.directive.d.ts +0 -7
  743. package/lib/interfaces/babylon-button.interface.d.ts +0 -9
  744. package/lib/interfaces/babylon-consult-type.interface.d.ts +0 -10
  745. package/lib/interfaces/babylon-dropdown.interface.d.ts +0 -9
  746. package/lib/interfaces/babylon-global-icon.interface.d.ts +0 -4
  747. package/lib/interfaces/babylon-image.interface.d.ts +0 -12
  748. package/lib/interfaces/babylon-input.interface.d.ts +0 -12
  749. package/lib/interfaces/babylon-menu-button.interface.d.ts +0 -10
  750. package/lib/interfaces/babylon-menu-info.interface.d.ts +0 -27
  751. package/lib/interfaces/babylon-page-config.interface.d.ts +0 -43
  752. package/lib/interfaces/babylon-site-config.interface.d.ts +0 -57
  753. package/lib/interfaces/babylon-tags.interface.d.ts +0 -21
  754. package/lib/interfaces/babylon-text-info.interface.d.ts +0 -17
  755. package/lib/interfaces/babylon-texts-colors.interface.d.ts +0 -20
  756. package/lib/interfaces/babylon-texts.interface.d.ts +0 -5
  757. package/lib/interfaces/index.d.ts +0 -14
  758. package/lib/pipes/babylon-clean-phone.pipe.d.ts +0 -7
  759. package/lib/pipes/babylon-currency.pipe.d.ts +0 -7
  760. package/lib/services/color-panel.service.d.ts +0 -41
  761. package/lib/services/mapper/index.d.ts +0 -2
  762. package/lib/services/mapper/mapper.service.d.ts +0 -138
  763. package/lib/services/mapper/mapper.service.token.d.ts +0 -2
  764. package/lib/services/modals-service/index.d.ts +0 -1
  765. package/lib/services/modals-service/modals.service.d.ts +0 -15
  766. package/lib/styles/styles/babylon/_spacing.css +0 -1
  767. package/lib/styles/styles/babylon/_spacing.scss +0 -72
  768. package/lib/styles/styles/babylon/common.css +0 -1
  769. package/lib/styles/styles/babylon/common.scss +0 -1823
  770. package/lib/styles/styles/babylon/globals.css +0 -1
  771. package/lib/styles/styles/babylon/globals.scss +0 -848
  772. package/lib/styles/styles/babylon/mixins.css +0 -1
  773. package/lib/styles/styles/babylon/mixins.scss +0 -1031
  774. package/lib/styles/styles/babylon/reset.css +0 -1
  775. package/lib/styles/styles/babylon/reset.scss +0 -136
  776. package/lib/styles/styles/babylon/slide.css +0 -1
  777. package/lib/styles/styles/babylon/slider.css +0 -1
  778. package/lib/styles/styles/babylon/slider.scss +0 -876
  779. package/lib/styles/styles/babylon/structure.scss +0 -1
  780. package/lib/styles/styles/babylon/variables-v2.css +0 -0
  781. package/lib/styles/styles/babylon/variables.css +0 -1
  782. package/lib/styles/styles/babylon/variables.scss +0 -330
  783. package/lib/utils/complex-links.token.d.ts +0 -2
  784. package/lib/utils/index.d.ts +0 -1
  785. package/lib/utils/utils.d.ts +0 -14
  786. /package/lib/styles/styles/babylon/{structure.css → scss-daba/funciones.css} +0 -0
@@ -1,104 +1,11 @@
1
- import { CommonModule } from '@angular/common';
2
- import { ChangeDetectionStrategy, Component, Input, Pipe, } from '@angular/core';
3
- import { BabylonLinkTypeDirective } from '../../../directives/link-type/link-type.directive';
4
- import { BabylonDynamicHeadingComponent } from '../../shared';
1
+ import { Component } from '@angular/core';
5
2
  import * as i0 from "@angular/core";
6
- import * as i1 from "@angular/platform-browser";
7
- import * as i2 from "@angular/common";
8
- // --- PIPE para confiar en enlaces provenientes de contenido HTML ---
9
- export class SafeHtmlPipe {
10
- constructor(sanitizer) {
11
- this.sanitizer = sanitizer;
12
- }
13
- transform(html) {
14
- return this.sanitizer.bypassSecurityTrustHtml(html);
15
- }
16
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SafeHtmlPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
17
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safeHtml" }); }
18
- }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SafeHtmlPipe, decorators: [{
20
- type: Pipe,
21
- args: [{
22
- name: 'safeHtml',
23
- standalone: true,
24
- }]
25
- }], ctorParameters: () => [{ type: i1.DomSanitizer }] });
26
3
  export class BabylonBlogDetailsComponent {
27
- constructor() {
28
- this.relatedPosts = [];
29
- }
30
- get currentUrl() {
31
- if (typeof window === 'undefined')
32
- return '';
33
- return window.location.href;
34
- }
35
- get shareText() {
36
- return this.title ?? '';
37
- }
38
- get facebookShareUrl() {
39
- const url = encodeURI(this.currentUrl);
40
- return `https://www.facebook.com/sharer/sharer.php?u=${url}`;
41
- }
42
- get twitterShareUrl() {
43
- const url = encodeURI(this.currentUrl);
44
- const text = encodeURIComponent(this.shareText);
45
- return `https://twitter.com/intent/tweet?url=${url}&text=${text}`;
46
- }
47
- get linkedinShareUrl() {
48
- const url = encodeURI(this.currentUrl);
49
- return `https://www.linkedin.com/sharing/share-offsite/?url=${url}`;
50
- }
51
- get hasSidebar() {
52
- return !!(this.categoriesTitle || this.relatedPostsTitle);
53
- }
54
4
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonBlogDetailsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
55
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonBlogDetailsComponent, isStandalone: true, selector: "lib-babylon-blog-details", inputs: { title: "title", subtitle: "subtitle", description: "description", additional1: "additional1", additional2: "additional2", additional3: "additional3", additional4: "additional4", img: "img", tags: "tags", textColors: "textColors", button: "button", category: "category", date: "date", categories: "categories", relatedPostsTitle: "relatedPostsTitle", categoriesTitle: "categoriesTitle", relatedPosts: "relatedPosts", searchPlaceHolder: "searchPlaceHolder", share: "share" }, ngImport: i0, template: "<section class=\"babylon__blog-detail margin-main\">\n @if (button) {\n <div class=\"btns__box box-container col-lg-8 offset-lg-2\">\n <a\n [href]=\"button.url\"\n [linkType]=\"button.linkType\"\n class=\"btn-link\"\n aria-label=\"volver\"\n >\n <span class=\"babylon-arrow-left-big\"></span>\n <b>{{ button.label }}</b>\n </a>\n </div>\n }\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"intro_info title-container col-lg-8 offset-lg-2\">\n @if (title) {\n <h1 class=\"title cs_mb_13\">{{ title }}</h1>\n }\n <div class=\"cs_post_meta_4 cs_mb_13 pretitle\">\n @if (category) {\n <span>{{ category }}</span>\n }\n @if (date) {\n <span>{{ date | date: 'dd/MM/yyyy' }}</span>\n }\n </div>\n </div>\n </div>\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"row cs_gap_y_lg_80\">\n <div ngClass=\"col-lg-8 offset-lg-2\">\n <div class=\"cs_blog_details\">\n <div class=\"cs_image_layer cs_about_img\">\n @if (img) {\n <img\n [src]=\"img.src\"\n [alt]=\"img.alt\"\n class=\"cs--radius\"\n loading=\"lazy\"\n />\n }\n </div>\n <div class=\"intro_info no-align\">\n @if (description) {\n <p\n class=\"text\"\n [innerHTML]=\"description | safeHtml\"\n ></p>\n }\n @if (subtitle) {\n <h2 class=\"title--small\">{{ subtitle }}</h2>\n }\n @if (additional1) {\n <p\n class=\"text\"\n [innerHTML]=\"additional1 | safeHtml\"\n ></p>\n }\n @if (additional2) {\n <p\n class=\"text\"\n [innerHTML]=\"additional2 | safeHtml\"\n ></p>\n }\n @if (additional3) {\n <p\n class=\"text\"\n [innerHTML]=\"additional3 | safeHtml\"\n ></p>\n }\n @if (additional4) {\n <p\n class=\"text\"\n [innerHTML]=\"additional4 | safeHtml\"\n ></p>\n }\n </div>\n </div>\n @if (!hasSidebar) {\n <div class=\"cs_post_share d-lg-none\">\n <ng-container\n [ngTemplateOutlet]=\"shareButtons\"\n ></ng-container>\n </div>\n }\n @if (button) {\n <div class=\"btns__box\">\n <a\n [href]=\"button.url\"\n [linkType]=\"button.linkType\"\n class=\"btn-link\"\n aria-label=\"volver\"\n >\n <span class=\"babylon-arrow-left-big\"></span>\n <b>{{ button.label }}</b>\n </a>\n </div>\n }\n </div>\n @if (!hasSidebar) {\n <div class=\"col-lg-1 d-none d-lg-block\">\n <div class=\"share_sidebar\">\n <ng-container\n [ngTemplateOutlet]=\"shareButtons\"\n ></ng-container>\n @if (share) {\n <span class=\"share_label\">{{ share }}</span>\n }\n </div>\n </div>\n }\n @if (hasSidebar) {\n <div class=\"col-lg-4\">\n <div class=\"cs_sidebar cs_right_sidebar\">\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 (\n category of categories;\n track $index\n ) {\n <li class=\"cat-item\">\n <a\n aria-label=\"label\"\n ?\n [href]=\"\n button?.url +\n '?category=' +\n category?.title\n \"\n >{{ category?.title }} ({{\n category?.posts\n }})</a\n >\n </li>\n }\n </ul>\n }\n </div>\n <div class=\"cs_sidebar_item\">\n @if (relatedPostsTitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.latestPostsTitle || 'h4'\"\n cssClass=\"title--small mb--20\"\n [color]=\"textColors?.latestPostsTitle\"\n [content]=\"relatedPostsTitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (relatedPosts?.length) {\n <ul class=\"cs_recent_posts\">\n @for (post of relatedPosts; track $index) {\n <li>\n <div class=\"cs_recent_post\">\n <h3\n class=\"title--smaller mb--10\"\n >\n <a\n [attr.aria-label]=\"\n post.postUrl?.label\n \"\n [href]=\"\n post.postUrl?.url\n \"\n [linkType]=\"\n post.postUrl\n ?.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 }\n <ng-template #shareButtons>\n <div class=\"cs_social_share_btns\">\n <a\n [href]=\"facebookShareUrl\"\n target=\"_blank\"\n rel=\"noopener\"\n aria-label=\"Compartir en Facebook\"\n class=\"share-facebook\"\n >\n <span class=\"babylon-facebook\"></span>\n </a>\n <a\n [href]=\"twitterShareUrl\"\n target=\"_blank\"\n rel=\"noopener\"\n aria-label=\"Compartir en X\"\n class=\"share-twitter\"\n >\n <span class=\"babylon-twitter\"></span>\n </a>\n <a\n [href]=\"linkedinShareUrl\"\n target=\"_blank\"\n rel=\"noopener\"\n aria-label=\"Compartir en LinkedIn\"\n class=\"share-linkedin\"\n >\n <span class=\"babylon-linkedin\"></span>\n </a>\n </div>\n </ng-template>\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_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_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: 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}}.cs_post_share{display:flex;justify-content:space-between;flex-wrap:wrap;gap:15px 20px;padding:14px 0}.cs_post_share>*{display:flex;align-items:center;gap:15px}.cs_post_share .cs_categories a{display:inline-block}.cs_post_share .cs_categories a:not(:last-child):after{content:\",\"}.cs_post_share .cs_social_share_btns{display:flex;gap:0 15px}.cs_post_share .cs_social_share_btns a{display:flex}@media (max-width: 767px){.cs_post_share .cs_social_share_btns{justify-content:center;width:100%}}.share_sidebar{position:sticky;display:flex;flex-direction:column;align-items:center;gap:20px;padding:10px 0;min-width:50px}.share_sidebar .share_label{position:relative;writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing:.2em;font-size:12px;color:var(--cl_icon);text-transform:uppercase;top:0}.share_sidebar a{color:inherit}.share_sidebar a:hover{color:var(--cl_accent)}.share_sidebar .cs_social_share_btns{display:flex;flex-direction:column;align-items:center;gap:10px}.babylon__blog-detail .btns__box.box-container{padding:0 100px}@media (max-width: 1279px){.babylon__blog-detail .btns__box.box-container{justify-content:flex-start;padding:50px 20px}}@media (max-width: 992px){.babylon__blog-detail .btns__box.box-container{justify-content:center;padding:50px 20px}}.babylon__blog-detail .container-fluid .intro_info.title-container{padding:2rem 0}.intro_info{padding-top:2rem}.pretitle{margin-bottom:0!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { 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: "pipe", type: SafeHtmlPipe, name: "safeHtml" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonBlogDetailsComponent, isStandalone: true, selector: "lib-babylon-blog-details", ngImport: i0, template: "<section class=\"babylon__blog-detail margin-main\"> \n <div class=\"container-fluid cs_plr_100\"> \n <div class=\"intro_info \"> \n <h2 class=\"title mb--0\">CHAR Fuego y Brasas en Baobab Suites </h2> \n <div class=\"cs_post_meta_4 cs_mb_13 pretitle\">\n <span>categoria</span>\n <span>3 Aug 2024</span> \n </div> \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_blog_details\">\n <div class=\"cs_image_layer cs_about_img\">\n <img src=\"/assets/babylon/fotos/post_thumb_25.jpeg\" alt=\"Blog\" class=\"cs--radius\"> \n </div>\n <div class=\"intro_info no-align\">\n <p class=\"text\">A Elit scelerisque mauris pellentesque pulvinar pellentesque habitant morbi tristique. Tortor posuere ac ut consequat semper viverra nam libero justo. Mauris commodo quis imperdiet massa tincidunt nunc pulvinar sapien et. Aliquam purus sit amet luctus venenatis lectus magna fringilla urna. Purus sit amet luctus venenatis lectus. Nunc aliquet bibendum enim facilisis. Pretium viverra suspendisse potenti nullam ac tortor vitae. Purus sit amet luctus venenatis lectus. Nunc aliquet bibendum enim facilisis. Pretium viverra suspendisse potenti nullam ac tortor vitae.</p>\n <h2 class=\"title--small\">Exploring Spa Offerings</h2>\n <p class=\"text\">On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best. <br><br>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances.</p>\n \n <h2 class=\"title--small\">Signature Experiences & Wellness Workshops and Classes</h2>\n <p class=\"text\">we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances.</p>\n \n <p class=\"text\">So, blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain amount of people.</p>\n <p class=\"text\">Our Proposed Solution: Our experienced team of web developers and booking system integration experts will collaborate closely with you to design a website that reflects the professionalism of your cleaning services. Our solution will include:</p>\n </div>\n </div> \n <div class=\"btns__box\">\n <a href=\"#\" class=\"btn-link \">\n <span class=\"babylon-arrow-left-big\"></span> \n <b>Volver</b> \n </a>\n </div> \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=\"Search...\">\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\">Categories</h4>\n <ul>\n <li class=\"cat-item\">\n <a href=\"#\">Luxury Hotel (0)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"#\">Resort (2)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"#\">Travel (2)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"#\">Restaurant (5)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"#\">Tour Agency (1)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"#\">Tour Agency (1)</a>\n </li>\n </ul>\n </div>\n <div class=\"cs_sidebar_item\">\n <h4 class=\"title--small mb--20\">Latest post</h4>\n <ul class=\"cs_recent_posts\">\n <li>\n <div class=\"cs_recent_post\">\n <h3 class=\"title--smaller mb--10\"><a href=\"#\">Discovering Hidden Treasures Near Babylon</a></h3>\n <em class=\"text--small\">Apr 10, 2024</em>\n </div>\n </li>\n <li>\n <div class=\"cs_recent_post\">\n <h3 class=\"title--smaller mb--10\"><a href=\"#\">Rejuvenation Tips from Babylon's Spa Experts</a></h3>\n <em class=\"text--small\">Apr 10, 2024</em>\n </div>\n </li>\n <li>\n <div class=\"cs_recent_post\">\n <h3 class=\"title--smaller mb--10\"><a href=\"#\">Finding Tranquility at Babylon Resort</a></h3>\n <em class=\"text--small\">Apr 10, 2024</em>\n </div>\n </li>\n <li>\n <div class=\"cs_recent_post\">\n <h3 class=\"title--smaller mb--10\"><a href=\"#\">Babylon's Commitment to Eco-Friendly Practices</a></h3>\n <em class=\"text--small\">Apr 10, 2024</em>\n </div>\n </li>\n </ul>\n </div> \n </div>\n </div>\n </div>\n </div>\n \n </section>", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.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}}.cs_post_share{display:flex;justify-content:space-between;flex-wrap:wrap;gap:15px 20px;border:1px solid var(--ternary);border-left:0;border-right:0;padding:14px 0}.cs_post_share>*{display:flex;align-items:center;gap:15px}.cs_post_share .cs_categories a{display:inline-block}.cs_post_share .cs_categories a:not(:last-child):after{content:\",\"}.cs_post_share .cs_social_share_btns{display:flex;gap:0 15px}.cs_post_share .cs_social_share_btns a{display:flex}\n"] }); }
56
6
  }
57
7
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonBlogDetailsComponent, decorators: [{
58
8
  type: Component,
59
- args: [{ selector: 'lib-babylon-blog-details', standalone: true, imports: [
60
- CommonModule,
61
- BabylonDynamicHeadingComponent,
62
- BabylonLinkTypeDirective,
63
- SafeHtmlPipe,
64
- ], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__blog-detail margin-main\">\n @if (button) {\n <div class=\"btns__box box-container col-lg-8 offset-lg-2\">\n <a\n [href]=\"button.url\"\n [linkType]=\"button.linkType\"\n class=\"btn-link\"\n aria-label=\"volver\"\n >\n <span class=\"babylon-arrow-left-big\"></span>\n <b>{{ button.label }}</b>\n </a>\n </div>\n }\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"intro_info title-container col-lg-8 offset-lg-2\">\n @if (title) {\n <h1 class=\"title cs_mb_13\">{{ title }}</h1>\n }\n <div class=\"cs_post_meta_4 cs_mb_13 pretitle\">\n @if (category) {\n <span>{{ category }}</span>\n }\n @if (date) {\n <span>{{ date | date: 'dd/MM/yyyy' }}</span>\n }\n </div>\n </div>\n </div>\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"row cs_gap_y_lg_80\">\n <div ngClass=\"col-lg-8 offset-lg-2\">\n <div class=\"cs_blog_details\">\n <div class=\"cs_image_layer cs_about_img\">\n @if (img) {\n <img\n [src]=\"img.src\"\n [alt]=\"img.alt\"\n class=\"cs--radius\"\n loading=\"lazy\"\n />\n }\n </div>\n <div class=\"intro_info no-align\">\n @if (description) {\n <p\n class=\"text\"\n [innerHTML]=\"description | safeHtml\"\n ></p>\n }\n @if (subtitle) {\n <h2 class=\"title--small\">{{ subtitle }}</h2>\n }\n @if (additional1) {\n <p\n class=\"text\"\n [innerHTML]=\"additional1 | safeHtml\"\n ></p>\n }\n @if (additional2) {\n <p\n class=\"text\"\n [innerHTML]=\"additional2 | safeHtml\"\n ></p>\n }\n @if (additional3) {\n <p\n class=\"text\"\n [innerHTML]=\"additional3 | safeHtml\"\n ></p>\n }\n @if (additional4) {\n <p\n class=\"text\"\n [innerHTML]=\"additional4 | safeHtml\"\n ></p>\n }\n </div>\n </div>\n @if (!hasSidebar) {\n <div class=\"cs_post_share d-lg-none\">\n <ng-container\n [ngTemplateOutlet]=\"shareButtons\"\n ></ng-container>\n </div>\n }\n @if (button) {\n <div class=\"btns__box\">\n <a\n [href]=\"button.url\"\n [linkType]=\"button.linkType\"\n class=\"btn-link\"\n aria-label=\"volver\"\n >\n <span class=\"babylon-arrow-left-big\"></span>\n <b>{{ button.label }}</b>\n </a>\n </div>\n }\n </div>\n @if (!hasSidebar) {\n <div class=\"col-lg-1 d-none d-lg-block\">\n <div class=\"share_sidebar\">\n <ng-container\n [ngTemplateOutlet]=\"shareButtons\"\n ></ng-container>\n @if (share) {\n <span class=\"share_label\">{{ share }}</span>\n }\n </div>\n </div>\n }\n @if (hasSidebar) {\n <div class=\"col-lg-4\">\n <div class=\"cs_sidebar cs_right_sidebar\">\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 (\n category of categories;\n track $index\n ) {\n <li class=\"cat-item\">\n <a\n aria-label=\"label\"\n ?\n [href]=\"\n button?.url +\n '?category=' +\n category?.title\n \"\n >{{ category?.title }} ({{\n category?.posts\n }})</a\n >\n </li>\n }\n </ul>\n }\n </div>\n <div class=\"cs_sidebar_item\">\n @if (relatedPostsTitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.latestPostsTitle || 'h4'\"\n cssClass=\"title--small mb--20\"\n [color]=\"textColors?.latestPostsTitle\"\n [content]=\"relatedPostsTitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (relatedPosts?.length) {\n <ul class=\"cs_recent_posts\">\n @for (post of relatedPosts; track $index) {\n <li>\n <div class=\"cs_recent_post\">\n <h3\n class=\"title--smaller mb--10\"\n >\n <a\n [attr.aria-label]=\"\n post.postUrl?.label\n \"\n [href]=\"\n post.postUrl?.url\n \"\n [linkType]=\"\n post.postUrl\n ?.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 }\n <ng-template #shareButtons>\n <div class=\"cs_social_share_btns\">\n <a\n [href]=\"facebookShareUrl\"\n target=\"_blank\"\n rel=\"noopener\"\n aria-label=\"Compartir en Facebook\"\n class=\"share-facebook\"\n >\n <span class=\"babylon-facebook\"></span>\n </a>\n <a\n [href]=\"twitterShareUrl\"\n target=\"_blank\"\n rel=\"noopener\"\n aria-label=\"Compartir en X\"\n class=\"share-twitter\"\n >\n <span class=\"babylon-twitter\"></span>\n </a>\n <a\n [href]=\"linkedinShareUrl\"\n target=\"_blank\"\n rel=\"noopener\"\n aria-label=\"Compartir en LinkedIn\"\n class=\"share-linkedin\"\n >\n <span class=\"babylon-linkedin\"></span>\n </a>\n </div>\n </ng-template>\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_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_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: 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}}.cs_post_share{display:flex;justify-content:space-between;flex-wrap:wrap;gap:15px 20px;padding:14px 0}.cs_post_share>*{display:flex;align-items:center;gap:15px}.cs_post_share .cs_categories a{display:inline-block}.cs_post_share .cs_categories a:not(:last-child):after{content:\",\"}.cs_post_share .cs_social_share_btns{display:flex;gap:0 15px}.cs_post_share .cs_social_share_btns a{display:flex}@media (max-width: 767px){.cs_post_share .cs_social_share_btns{justify-content:center;width:100%}}.share_sidebar{position:sticky;display:flex;flex-direction:column;align-items:center;gap:20px;padding:10px 0;min-width:50px}.share_sidebar .share_label{position:relative;writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing:.2em;font-size:12px;color:var(--cl_icon);text-transform:uppercase;top:0}.share_sidebar a{color:inherit}.share_sidebar a:hover{color:var(--cl_accent)}.share_sidebar .cs_social_share_btns{display:flex;flex-direction:column;align-items:center;gap:10px}.babylon__blog-detail .btns__box.box-container{padding:0 100px}@media (max-width: 1279px){.babylon__blog-detail .btns__box.box-container{justify-content:flex-start;padding:50px 20px}}@media (max-width: 992px){.babylon__blog-detail .btns__box.box-container{justify-content:center;padding:50px 20px}}.babylon__blog-detail .container-fluid .intro_info.title-container{padding:2rem 0}.intro_info{padding-top:2rem}.pretitle{margin-bottom:0!important}\n"] }]
65
- }], propDecorators: { title: [{
66
- type: Input
67
- }], subtitle: [{
68
- type: Input
69
- }], description: [{
70
- type: Input
71
- }], additional1: [{
72
- type: Input
73
- }], additional2: [{
74
- type: Input
75
- }], additional3: [{
76
- type: Input
77
- }], additional4: [{
78
- type: Input
79
- }], img: [{
80
- type: Input
81
- }], tags: [{
82
- type: Input
83
- }], textColors: [{
84
- type: Input
85
- }], button: [{
86
- type: Input
87
- }], category: [{
88
- type: Input
89
- }], date: [{
90
- type: Input
91
- }], categories: [{
92
- type: Input
93
- }], relatedPostsTitle: [{
94
- type: Input
95
- }], categoriesTitle: [{
96
- type: Input
97
- }], relatedPosts: [{
98
- type: Input
99
- }], searchPlaceHolder: [{
100
- type: Input
101
- }], share: [{
102
- type: Input
103
- }] } });
104
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1ibG9nLWRldGFpbHMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWJsb2ctZGV0YWlscy9iYWJ5bG9uLWJsb2ctZGV0YWlscy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYmxvZy1kZXRhaWxzL2JhYnlsb24tYmxvZy1kZXRhaWxzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQ0gsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxLQUFLLEVBQ0wsSUFBSSxHQUVQLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLG1EQUFtRCxDQUFDO0FBSTdGLE9BQU8sRUFBRSw4QkFBOEIsRUFBRSxNQUFNLGNBQWMsQ0FBQzs7OztBQUc5RCxzRUFBc0U7QUFLdEUsTUFBTSxPQUFPLFlBQVk7SUFDckIsWUFBb0IsU0FBdUI7UUFBdkIsY0FBUyxHQUFULFNBQVMsQ0FBYztJQUFHLENBQUM7SUFDL0MsU0FBUyxDQUFDLElBQVk7UUFDbEIsT0FBTyxJQUFJLENBQUMsU0FBUyxDQUFDLHVCQUF1QixDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3hELENBQUM7K0dBSlEsWUFBWTs2R0FBWixZQUFZOzs0RkFBWixZQUFZO2tCQUp4QixJQUFJO21CQUFDO29CQUNGLElBQUksRUFBRSxVQUFVO29CQUNoQixVQUFVLEVBQUUsSUFBSTtpQkFDbkI7O0FBb0JELE1BQU0sT0FBTywyQkFBMkI7SUFieEM7UUE4QmEsaUJBQVksR0FBd0IsRUFBRSxDQUFDO0tBZ0NuRDtJQTVCRyxJQUFJLFVBQVU7UUFDVixJQUFJLE9BQU8sTUFBTSxLQUFLLFdBQVc7WUFBRSxPQUFPLEVBQUUsQ0FBQztRQUM3QyxPQUFPLE1BQU0sQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDO0lBQ2hDLENBQUM7SUFFRCxJQUFJLFNBQVM7UUFDVCxPQUFPLElBQUksQ0FBQyxLQUFLLElBQUksRUFBRSxDQUFDO0lBQzVCLENBQUM7SUFFRCxJQUFJLGdCQUFnQjtRQUNoQixNQUFNLEdBQUcsR0FBRyxTQUFTLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDO1FBQ3ZDLE9BQU8sZ0RBQWdELEdBQUcsRUFBRSxDQUFDO0lBQ2pFLENBQUM7SUFFRCxJQUFJLGVBQWU7UUFDZixNQUFNLEdBQUcsR0FBRyxTQUFTLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDO1FBQ3ZDLE1BQU0sSUFBSSxHQUFHLGtCQUFrQixDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQztRQUNoRCxPQUFPLHdDQUF3QyxHQUFHLFNBQVMsSUFBSSxFQUFFLENBQUM7SUFDdEUsQ0FBQztJQUVELElBQUksZ0JBQWdCO1FBQ2hCLE1BQU0sR0FBRyxHQUFHLFNBQVMsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUM7UUFDdkMsT0FBTyx1REFBdUQsR0FBRyxFQUFFLENBQUM7SUFDeEUsQ0FBQztJQUVELElBQUksVUFBVTtRQUNWLE9BQU8sQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGVBQWUsSUFBSSxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQztJQUM5RCxDQUFDOytHQWhEUSwyQkFBMkI7bUdBQTNCLDJCQUEyQix3akJDeEN4Qyx5NlVBb09BLGlpNUJEck1RLFlBQVksdVZBQ1osOEJBQThCLG9JQUM5Qix3QkFBd0Isd0lBWm5CLFlBQVk7OzRGQW1CWiwyQkFBMkI7a0JBYnZDLFNBQVM7K0JBQ0ksMEJBQTBCLGNBQ3hCLElBQUksV0FDUDt3QkFDTCxZQUFZO3dCQUNaLDhCQUE4Qjt3QkFDOUIsd0JBQXdCO3dCQUN4QixZQUFZO3FCQUNmLG1CQUdnQix1QkFBdUIsQ0FBQyxNQUFNOzhCQUd0QyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxXQUFXO3NCQUFuQixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDRyxXQUFXO3NCQUFuQixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBQ0csR0FBRztzQkFBWCxLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLGlCQUFpQjtzQkFBekIsS0FBSztnQkFDRyxlQUFlO3NCQUF2QixLQUFLO2dCQUNHLFlBQVk7c0JBQXBCLEtBQUs7Z0JBQ0csaUJBQWlCO3NCQUF6QixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge1xuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIENvbXBvbmVudCxcbiAgICBJbnB1dCxcbiAgICBQaXBlLFxuICAgIFBpcGVUcmFuc2Zvcm0sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRG9tU2FuaXRpemVyLCBTYWZlSHRtbCB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xuaW1wb3J0IHsgQmFieWxvbkxpbmtUeXBlRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vZGlyZWN0aXZlcy9saW5rLXR5cGUvbGluay10eXBlLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBCYWJ5bG9uVGFnc0ksIEJhYnlsb25UZXh0c0NvbG9yc0kgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzJztcbmltcG9ydCB7IEJhYnlsb25CdXR0b25JIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLWJ1dHRvbi5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgQmFieWxvbkltYWdlSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1pbWFnZS5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgQmFieWxvbkR5bmFtaWNIZWFkaW5nQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vc2hhcmVkJztcbmltcG9ydCB7IEJhYnlsb25CbG9nQ2F0ZWdvcnlJLCBCYWJ5bG9uQmxvZ1Bvc3RJIH0gZnJvbSAnLi4vYmFieWxvbi1ibG9nLWxpc3QnO1xuXG4vLyAtLS0gUElQRSBwYXJhIGNvbmZpYXIgZW4gZW5sYWNlcyBwcm92ZW5pZW50ZXMgZGUgY29udGVuaWRvIEhUTUwgLS0tXG5AUGlwZSh7XG4gICAgbmFtZTogJ3NhZmVIdG1sJyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBTYWZlSHRtbFBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIHNhbml0aXplcjogRG9tU2FuaXRpemVyKSB7fVxuICAgIHRyYW5zZm9ybShodG1sOiBzdHJpbmcpOiBTYWZlSHRtbCB7XG4gICAgICAgIHJldHVybiB0aGlzLnNhbml0aXplci5ieXBhc3NTZWN1cml0eVRydXN0SHRtbChodG1sKTtcbiAgICB9XG59XG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLWJsb2ctZGV0YWlscycsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgQmFieWxvbkR5bmFtaWNIZWFkaW5nQ29tcG9uZW50LFxuICAgICAgICBCYWJ5bG9uTGlua1R5cGVEaXJlY3RpdmUsXG4gICAgICAgIFNhZmVIdG1sUGlwZSxcbiAgICBdLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9iYWJ5bG9uLWJsb2ctZGV0YWlscy5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24tYmxvZy1kZXRhaWxzLmNvbXBvbmVudC5zY3NzJyxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvbkJsb2dEZXRhaWxzQ29tcG9uZW50IHtcbiAgICBASW5wdXQoKSB0aXRsZT86IHN0cmluZztcbiAgICBASW5wdXQoKSBzdWJ0aXRsZT86IHN0cmluZztcbiAgICBASW5wdXQoKSBkZXNjcmlwdGlvbj86IHN0cmluZztcbiAgICBASW5wdXQoKSBhZGRpdGlvbmFsMT86IHN0cmluZztcbiAgICBASW5wdXQoKSBhZGRpdGlvbmFsMj86IHN0cmluZztcbiAgICBASW5wdXQoKSBhZGRpdGlvbmFsMz86IHN0cmluZztcbiAgICBASW5wdXQoKSBhZGRpdGlvbmFsND86IHN0cmluZztcbiAgICBASW5wdXQoKSBpbWc/OiBCYWJ5bG9uSW1hZ2VJO1xuICAgIEBJbnB1dCgpIHRhZ3M/OiBCYWJ5bG9uVGFnc0k7XG4gICAgQElucHV0KCkgdGV4dENvbG9ycz86IEJhYnlsb25UZXh0c0NvbG9yc0k7XG4gICAgQElucHV0KCkgYnV0dG9uPzogQmFieWxvbkJ1dHRvbkk7XG4gICAgQElucHV0KCkgY2F0ZWdvcnk/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgZGF0ZT86IERhdGU7XG4gICAgQElucHV0KCkgY2F0ZWdvcmllcz86IEJhYnlsb25CbG9nQ2F0ZWdvcnlJW107XG4gICAgQElucHV0KCkgcmVsYXRlZFBvc3RzVGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgY2F0ZWdvcmllc1RpdGxlPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHJlbGF0ZWRQb3N0cz86IEJhYnlsb25CbG9nUG9zdElbXSA9IFtdO1xuICAgIEBJbnB1dCgpIHNlYXJjaFBsYWNlSG9sZGVyPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHNoYXJlPzogc3RyaW5nO1xuXG4gICAgZ2V0IGN1cnJlbnRVcmwoKTogc3RyaW5nIHtcbiAgICAgICAgaWYgKHR5cGVvZiB3aW5kb3cgPT09ICd1bmRlZmluZWQnKSByZXR1cm4gJyc7XG4gICAgICAgIHJldHVybiB3aW5kb3cubG9jYXRpb24uaHJlZjtcbiAgICB9XG5cbiAgICBnZXQgc2hhcmVUZXh0KCk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiB0aGlzLnRpdGxlID8/ICcnO1xuICAgIH1cblxuICAgIGdldCBmYWNlYm9va1NoYXJlVXJsKCk6IHN0cmluZyB7XG4gICAgICAgIGNvbnN0IHVybCA9IGVuY29kZVVSSSh0aGlzLmN1cnJlbnRVcmwpO1xuICAgICAgICByZXR1cm4gYGh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9zaGFyZXIvc2hhcmVyLnBocD91PSR7dXJsfWA7XG4gICAgfVxuXG4gICAgZ2V0IHR3aXR0ZXJTaGFyZVVybCgpOiBzdHJpbmcge1xuICAgICAgICBjb25zdCB1cmwgPSBlbmNvZGVVUkkodGhpcy5jdXJyZW50VXJsKTtcbiAgICAgICAgY29uc3QgdGV4dCA9IGVuY29kZVVSSUNvbXBvbmVudCh0aGlzLnNoYXJlVGV4dCk7XG4gICAgICAgIHJldHVybiBgaHR0cHM6Ly90d2l0dGVyLmNvbS9pbnRlbnQvdHdlZXQ/dXJsPSR7dXJsfSZ0ZXh0PSR7dGV4dH1gO1xuICAgIH1cblxuICAgIGdldCBsaW5rZWRpblNoYXJlVXJsKCk6IHN0cmluZyB7XG4gICAgICAgIGNvbnN0IHVybCA9IGVuY29kZVVSSSh0aGlzLmN1cnJlbnRVcmwpO1xuICAgICAgICByZXR1cm4gYGh0dHBzOi8vd3d3LmxpbmtlZGluLmNvbS9zaGFyaW5nL3NoYXJlLW9mZnNpdGUvP3VybD0ke3VybH1gO1xuICAgIH1cblxuICAgIGdldCBoYXNTaWRlYmFyKCk6IGJvb2xlYW4ge1xuICAgICAgICByZXR1cm4gISEodGhpcy5jYXRlZ29yaWVzVGl0bGUgfHwgdGhpcy5yZWxhdGVkUG9zdHNUaXRsZSk7XG4gICAgfVxufVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX19ibG9nLWRldGFpbCBtYXJnaW4tbWFpblwiPlxuICAgIEBpZiAoYnV0dG9uKSB7XG4gICAgICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3ggYm94LWNvbnRhaW5lciBjb2wtbGctOCBvZmZzZXQtbGctMlwiPlxuICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICBbaHJlZl09XCJidXR0b24udXJsXCJcbiAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwiYnV0dG9uLmxpbmtUeXBlXCJcbiAgICAgICAgICAgICAgICBjbGFzcz1cImJ0bi1saW5rXCJcbiAgICAgICAgICAgICAgICBhcmlhLWxhYmVsPVwidm9sdmVyXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctbGVmdC1iaWdcIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgPGI+e3sgYnV0dG9uLmxhYmVsIH19PC9iPlxuICAgICAgICAgICAgPC9hPlxuICAgICAgICA8L2Rpdj5cbiAgICB9XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1mbHVpZCBjc19wbHJfMTAwXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvIHRpdGxlLWNvbnRhaW5lciBjb2wtbGctOCBvZmZzZXQtbGctMlwiPlxuICAgICAgICAgICAgQGlmICh0aXRsZSkge1xuICAgICAgICAgICAgICAgIDxoMSBjbGFzcz1cInRpdGxlIGNzX21iXzEzXCI+e3sgdGl0bGUgfX08L2gxPlxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3Bvc3RfbWV0YV80IGNzX21iXzEzIHByZXRpdGxlXCI+XG4gICAgICAgICAgICAgICAgQGlmIChjYXRlZ29yeSkge1xuICAgICAgICAgICAgICAgICAgICA8c3Bhbj57eyBjYXRlZ29yeSB9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgQGlmIChkYXRlKSB7XG4gICAgICAgICAgICAgICAgICAgIDxzcGFuPnt7IGRhdGUgfCBkYXRlOiAnZGQvTU0veXl5eScgfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItZmx1aWQgY3NfcGxyXzEwMFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwicm93IGNzX2dhcF95X2xnXzgwXCI+XG4gICAgICAgICAgICA8ZGl2IG5nQ2xhc3M9XCJjb2wtbGctOCBvZmZzZXQtbGctMlwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19ibG9nX2RldGFpbHNcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2ltYWdlX2xheWVyIGNzX2Fib3V0X2ltZ1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChpbWcpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtzcmNdPVwiaW1nLnNyY1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthbHRdPVwiaW1nLmFsdFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY3MtLXJhZGl1c1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxvYWRpbmc9XCJsYXp5XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImludHJvX2luZm8gbm8tYWxpZ25cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoZGVzY3JpcHRpb24pIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRleHRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaW5uZXJIVE1MXT1cImRlc2NyaXB0aW9uIHwgc2FmZUh0bWxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHN1YnRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgyIGNsYXNzPVwidGl0bGUtLXNtYWxsXCI+e3sgc3VidGl0bGUgfX08L2gyPlxuICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChhZGRpdGlvbmFsMSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidGV4dFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtpbm5lckhUTUxdPVwiYWRkaXRpb25hbDEgfCBzYWZlSHRtbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoYWRkaXRpb25hbDIpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRleHRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaW5uZXJIVE1MXT1cImFkZGl0aW9uYWwyIHwgc2FmZUh0bWxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGFkZGl0aW9uYWwzKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJ0ZXh0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2lubmVySFRNTF09XCJhZGRpdGlvbmFsMyB8IHNhZmVIdG1sXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChhZGRpdGlvbmFsNCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidGV4dFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtpbm5lckhUTUxdPVwiYWRkaXRpb25hbDQgfCBzYWZlSHRtbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgQGlmICghaGFzU2lkZWJhcikge1xuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcG9zdF9zaGFyZSBkLWxnLW5vbmVcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbmdUZW1wbGF0ZU91dGxldF09XCJzaGFyZUJ1dHRvbnNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPjwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgQGlmIChidXR0b24pIHtcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ0bnNfX2JveFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJidXR0b24udXJsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwiYnV0dG9uLmxpbmtUeXBlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0bi1saW5rXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBhcmlhLWxhYmVsPVwidm9sdmVyXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctbGVmdC1iaWdcIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGI+e3sgYnV0dG9uLmxhYmVsIH19PC9iPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIEBpZiAoIWhhc1NpZGViYXIpIHtcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTEgZC1ub25lIGQtbGctYmxvY2tcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInNoYXJlX3NpZGViYXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbmdUZW1wbGF0ZU91dGxldF09XCJzaGFyZUJ1dHRvbnNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPjwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChzaGFyZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwic2hhcmVfbGFiZWxcIj57eyBzaGFyZSB9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBAaWYgKGhhc1NpZGViYXIpIHtcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTRcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NpZGViYXIgY3NfcmlnaHRfc2lkZWJhclwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NpZGViYXJfaXRlbSB3aWRnZXRfY2F0ZWdvcmllc1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoY2F0ZWdvcmllc1RpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaWItYmFieWxvbi1keW5hbWljLWhlYWRpbmdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFt0YWddPVwidGFncz8uY2F0ZWdvcmllc1RpdGxlIHx8ICdoNCdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY3NzQ2xhc3M9XCJ0aXRsZS0tc21hbGwgbWItLTIwXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtjb2xvcl09XCJ0ZXh0Q29sb3JzPy5jYXRlZ29yaWVzVGl0bGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NvbnRlbnRdPVwiY2F0ZWdvcmllc1RpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvbGliLWJhYnlsb24tZHluYW1pYy1oZWFkaW5nPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGNhdGVnb3JpZXM/Lmxlbmd0aCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dWw+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjYXRlZ29yeSBvZiBjYXRlZ29yaWVzO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRyYWNrICRpbmRleFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwiY2F0LWl0ZW1cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFyaWEtbGFiZWw9XCJsYWJlbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA/XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBidXR0b24/LnVybCArXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgJz9jYXRlZ29yeT0nICtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjYXRlZ29yeT8udGl0bGVcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+e3sgY2F0ZWdvcnk/LnRpdGxlIH19ICh7e1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNhdGVnb3J5Py5wb3N0c1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfX0pPC9hXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NpZGViYXJfaXRlbVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAocmVsYXRlZFBvc3RzVGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZ1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3RhZ109XCJ0YWdzPy5sYXRlc3RQb3N0c1RpdGxlIHx8ICdoNCdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY3NzQ2xhc3M9XCJ0aXRsZS0tc21hbGwgbWItLTIwXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtjb2xvcl09XCJ0ZXh0Q29sb3JzPy5sYXRlc3RQb3N0c1RpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtjb250ZW50XT1cInJlbGF0ZWRQb3N0c1RpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvbGliLWJhYnlsb24tZHluYW1pYy1oZWFkaW5nPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHJlbGF0ZWRQb3N0cz8ubGVuZ3RoKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1bCBjbGFzcz1cImNzX3JlY2VudF9wb3N0c1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAocG9zdCBvZiByZWxhdGVkUG9zdHM7IHRyYWNrICRpbmRleCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3JlY2VudF9wb3N0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDNcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRpdGxlLS1zbWFsbGVyIG1iLS0xMFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHBvc3QucG9zdFVybD8ubGFiZWxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBwb3N0LnBvc3RVcmw/LnVybFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBwb3N0LnBvc3RVcmxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA/LmxpbmtUeXBlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyBwb3N0Py50aXRsZSB9fTwvYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaDM+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHBvc3Q/LmRhdGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZW0gY2xhc3M9XCJ0ZXh0LS1zbWFsbFwiPnt7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHBvc3Q/LmRhdGVcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHwgZGF0ZTogJ21lZGl1bURhdGUnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfX08L2VtPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjc2hhcmVCdXR0b25zPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zb2NpYWxfc2hhcmVfYnRuc1wiPlxuICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiZmFjZWJvb2tTaGFyZVVybFwiXG4gICAgICAgICAgICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIlxuICAgICAgICAgICAgICAgICAgICAgICAgcmVsPVwibm9vcGVuZXJcIlxuICAgICAgICAgICAgICAgICAgICAgICAgYXJpYS1sYWJlbD1cIkNvbXBhcnRpciBlbiBGYWNlYm9va1wiXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInNoYXJlLWZhY2Vib29rXCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWZhY2Vib29rXCI+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJ0d2l0dGVyU2hhcmVVcmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgdGFyZ2V0PVwiX2JsYW5rXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIGFyaWEtbGFiZWw9XCJDb21wYXJ0aXIgZW4gWFwiXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInNoYXJlLXR3aXR0ZXJcIlxuICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tdHdpdHRlclwiPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwibGlua2VkaW5TaGFyZVVybFwiXG4gICAgICAgICAgICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIlxuICAgICAgICAgICAgICAgICAgICAgICAgcmVsPVwibm9vcGVuZXJcIlxuICAgICAgICAgICAgICAgICAgICAgICAgYXJpYS1sYWJlbD1cIkNvbXBhcnRpciBlbiBMaW5rZWRJblwiXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInNoYXJlLWxpbmtlZGluXCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWxpbmtlZGluXCI+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvc2VjdGlvbj5cbiJdfQ==
9
+ args: [{ selector: 'lib-babylon-blog-details', standalone: true, imports: [], template: "<section class=\"babylon__blog-detail margin-main\"> \n <div class=\"container-fluid cs_plr_100\"> \n <div class=\"intro_info \"> \n <h2 class=\"title mb--0\">CHAR Fuego y Brasas en Baobab Suites </h2> \n <div class=\"cs_post_meta_4 cs_mb_13 pretitle\">\n <span>categoria</span>\n <span>3 Aug 2024</span> \n </div> \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_blog_details\">\n <div class=\"cs_image_layer cs_about_img\">\n <img src=\"/assets/babylon/fotos/post_thumb_25.jpeg\" alt=\"Blog\" class=\"cs--radius\"> \n </div>\n <div class=\"intro_info no-align\">\n <p class=\"text\">A Elit scelerisque mauris pellentesque pulvinar pellentesque habitant morbi tristique. Tortor posuere ac ut consequat semper viverra nam libero justo. Mauris commodo quis imperdiet massa tincidunt nunc pulvinar sapien et. Aliquam purus sit amet luctus venenatis lectus magna fringilla urna. Purus sit amet luctus venenatis lectus. Nunc aliquet bibendum enim facilisis. Pretium viverra suspendisse potenti nullam ac tortor vitae. Purus sit amet luctus venenatis lectus. Nunc aliquet bibendum enim facilisis. Pretium viverra suspendisse potenti nullam ac tortor vitae.</p>\n <h2 class=\"title--small\">Exploring Spa Offerings</h2>\n <p class=\"text\">On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best. <br><br>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances.</p>\n \n <h2 class=\"title--small\">Signature Experiences & Wellness Workshops and Classes</h2>\n <p class=\"text\">we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances.</p>\n \n <p class=\"text\">So, blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain amount of people.</p>\n <p class=\"text\">Our Proposed Solution: Our experienced team of web developers and booking system integration experts will collaborate closely with you to design a website that reflects the professionalism of your cleaning services. Our solution will include:</p>\n </div>\n </div> \n <div class=\"btns__box\">\n <a href=\"#\" class=\"btn-link \">\n <span class=\"babylon-arrow-left-big\"></span> \n <b>Volver</b> \n </a>\n </div> \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=\"Search...\">\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\">Categories</h4>\n <ul>\n <li class=\"cat-item\">\n <a href=\"#\">Luxury Hotel (0)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"#\">Resort (2)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"#\">Travel (2)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"#\">Restaurant (5)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"#\">Tour Agency (1)</a>\n </li>\n <li class=\"cat-item\">\n <a href=\"#\">Tour Agency (1)</a>\n </li>\n </ul>\n </div>\n <div class=\"cs_sidebar_item\">\n <h4 class=\"title--small mb--20\">Latest post</h4>\n <ul class=\"cs_recent_posts\">\n <li>\n <div class=\"cs_recent_post\">\n <h3 class=\"title--smaller mb--10\"><a href=\"#\">Discovering Hidden Treasures Near Babylon</a></h3>\n <em class=\"text--small\">Apr 10, 2024</em>\n </div>\n </li>\n <li>\n <div class=\"cs_recent_post\">\n <h3 class=\"title--smaller mb--10\"><a href=\"#\">Rejuvenation Tips from Babylon's Spa Experts</a></h3>\n <em class=\"text--small\">Apr 10, 2024</em>\n </div>\n </li>\n <li>\n <div class=\"cs_recent_post\">\n <h3 class=\"title--smaller mb--10\"><a href=\"#\">Finding Tranquility at Babylon Resort</a></h3>\n <em class=\"text--small\">Apr 10, 2024</em>\n </div>\n </li>\n <li>\n <div class=\"cs_recent_post\">\n <h3 class=\"title--smaller mb--10\"><a href=\"#\">Babylon's Commitment to Eco-Friendly Practices</a></h3>\n <em class=\"text--small\">Apr 10, 2024</em>\n </div>\n </li>\n </ul>\n </div> \n </div>\n </div>\n </div>\n </div>\n \n </section>", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.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}}.cs_post_share{display:flex;justify-content:space-between;flex-wrap:wrap;gap:15px 20px;border:1px solid var(--ternary);border-left:0;border-right:0;padding:14px 0}.cs_post_share>*{display:flex;align-items:center;gap:15px}.cs_post_share .cs_categories a{display:inline-block}.cs_post_share .cs_categories a:not(:last-child):after{content:\",\"}.cs_post_share .cs_social_share_btns{display:flex;gap:0 15px}.cs_post_share .cs_social_share_btns a{display:flex}\n"] }]
10
+ }] });
11
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1ibG9nLWRldGFpbHMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWJsb2ctZGV0YWlscy9iYWJ5bG9uLWJsb2ctZGV0YWlscy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYmxvZy1kZXRhaWxzL2JhYnlsb24tYmxvZy1kZXRhaWxzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUzFDLE1BQU0sT0FBTywyQkFBMkI7K0dBQTNCLDJCQUEyQjttR0FBM0IsMkJBQTJCLG9GQ1R4QyxxOVRBZ0hZOzs0RkR2R0MsMkJBQTJCO2tCQVB2QyxTQUFTOytCQUNFLDBCQUEwQixjQUN4QixJQUFJLFdBQ1AsRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1ibG9nLWRldGFpbHMnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXSxcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tYmxvZy1kZXRhaWxzLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2JhYnlsb24tYmxvZy1kZXRhaWxzLmNvbXBvbmVudC5zY3NzJ1xufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uQmxvZ0RldGFpbHNDb21wb25lbnQge1xuXG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cImJhYnlsb25fX2Jsb2ctZGV0YWlsIG1hcmdpbi1tYWluXCI+ICAgXG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1mbHVpZCBjc19wbHJfMTAwXCI+IFxuICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyAgXCI+IFxuICAgICAgICAgICAgPGgyIGNsYXNzPVwidGl0bGUgbWItLTBcIj5DSEFSIEZ1ZWdvIHkgQnJhc2FzIGVuIEJhb2JhYiBTdWl0ZXMgPC9oMj4gICBcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19wb3N0X21ldGFfNCBjc19tYl8xMyBwcmV0aXRsZVwiPlxuICAgICAgICAgICAgICAgIDxzcGFuPmNhdGVnb3JpYTwvc3Bhbj5cbiAgICAgICAgICAgICAgICA8c3Bhbj4zIEF1ZyAyMDI0PC9zcGFuPiBcbiAgICAgICAgICAgIDwvZGl2PiAgXG4gICAgICAgIDwvZGl2PiBcbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWZsdWlkIGNzX3Bscl8xMDBcIj4gXG4gICAgICAgIDxkaXYgY2xhc3M9XCJyb3cgY3NfZ2FwX3lfbGdfODBcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctOFwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19ibG9nX2RldGFpbHNcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2ltYWdlX2xheWVyIGNzX2Fib3V0X2ltZ1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvcG9zdF90aHVtYl8yNS5qcGVnXCIgYWx0PVwiQmxvZ1wiIGNsYXNzPVwiY3MtLXJhZGl1c1wiPiAgXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvIG5vLWFsaWduXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj5BIEVsaXQgc2NlbGVyaXNxdWUgbWF1cmlzIHBlbGxlbnRlc3F1ZSBwdWx2aW5hciBwZWxsZW50ZXNxdWUgaGFiaXRhbnQgbW9yYmkgdHJpc3RpcXVlLiBUb3J0b3IgcG9zdWVyZSBhYyB1dCBjb25zZXF1YXQgc2VtcGVyIHZpdmVycmEgbmFtIGxpYmVybyBqdXN0by4gTWF1cmlzIGNvbW1vZG8gcXVpcyBpbXBlcmRpZXQgbWFzc2EgdGluY2lkdW50IG51bmMgcHVsdmluYXIgc2FwaWVuIGV0LiBBbGlxdWFtIHB1cnVzIHNpdCBhbWV0IGx1Y3R1cyB2ZW5lbmF0aXMgbGVjdHVzIG1hZ25hIGZyaW5naWxsYSB1cm5hLiBQdXJ1cyBzaXQgYW1ldCBsdWN0dXMgdmVuZW5hdGlzIGxlY3R1cy4gTnVuYyBhbGlxdWV0IGJpYmVuZHVtIGVuaW0gZmFjaWxpc2lzLiBQcmV0aXVtIHZpdmVycmEgc3VzcGVuZGlzc2UgcG90ZW50aSBudWxsYW0gYWMgdG9ydG9yIHZpdGFlLiBQdXJ1cyBzaXQgYW1ldCBsdWN0dXMgdmVuZW5hdGlzIGxlY3R1cy4gTnVuYyBhbGlxdWV0IGJpYmVuZHVtIGVuaW0gZmFjaWxpc2lzLiBQcmV0aXVtIHZpdmVycmEgc3VzcGVuZGlzc2UgcG90ZW50aSBudWxsYW0gYWMgdG9ydG9yIHZpdGFlLjwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cInRpdGxlLS1zbWFsbFwiPkV4cGxvcmluZyBTcGEgT2ZmZXJpbmdzPC9oMj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dFwiPk9uIHRoZSBvdGhlciBoYW5kLCB3ZSBkZW5vdW5jZSB3aXRoIHJpZ2h0ZW91cyBpbmRpZ25hdGlvbiBhbmQgZGlzbGlrZSBtZW4gd2hvIGFyZSBzbyBiZWd1aWxlZCBhbmQgZGVtb3JhbGl6ZWQgYnkgdGhlIGNoYXJtcyBvZiBwbGVhc3VyZSBvZiB0aGUgbW9tZW50LCBzbyBibGluZGVkIGJ5IGRlc2lyZSwgdGhhdCB0aGV5IGNhbm5vdCBmb3Jlc2VlIHRoZSBwYWluIGFuZCB0cm91YmxlIHRoYXQgYXJlIGJvdW5kIHRvIGVuc3VlOyBhbmQgZXF1YWwgYmxhbWUgYmVsb25ncyB0byB0aG9zZSB3aG8gZmFpbCBpbiB0aGVpciBkdXR5IHRocm91Z2ggd2Vha25lc3Mgb2Ygd2lsbCwgd2hpY2ggaXMgdGhlIHNhbWUgYXMgc2F5aW5nIHRocm91Z2ggc2hyaW5raW5nIGZyb20gdG9pbCBhbmQgcGFpbi4gVGhlc2UgY2FzZXMgYXJlIHBlcmZlY3RseSBzaW1wbGUgYW5kIGVhc3kgdG8gZGlzdGluZ3Vpc2guIEluIGEgZnJlZSBob3VyLCB3aGVuIG91ciBwb3dlciBvZiBjaG9pY2UgaXMgdW50cmFtbWVsbGVkIGFuZCB3aGVuIG5vdGhpbmcgcHJldmVudHMgb3VyIGJlaW5nIGFibGUgdG8gZG8gd2hhdCB3ZSBsaWtlIGJlc3QuIDxicj48YnI+T24gdGhlIG90aGVyIGhhbmQsIHdlIGRlbm91bmNlIHdpdGggcmlnaHRlb3VzIGluZGlnbmF0aW9uIGFuZCBkaXNsaWtlIG1lbiB3aG8gYXJlIHNvIGJlZ3VpbGVkIGFuZCBkZW1vcmFsaXplZCBieSB0aGUgY2hhcm1zIG9mIHBsZWFzdXJlIG9mIHRoZSBtb21lbnQsIHNvIGJsaW5kZWQgYnkgZGVzaXJlLCB0aGF0IHRoZXkgY2Fubm90IGZvcmVzZWUgdGhlIHBhaW4gYW5kIHRyb3VibGUgdGhhdCBhcmUgYm91bmQgdG8gZW5zdWU7IGFuZCBlcXVhbCBibGFtZSBiZWxvbmdzIHRvIHRob3NlIHdobyBmYWlsIGluIHRoZWlyIGR1dHkgdGhyb3VnaCB3ZWFrbmVzcyBvZiB3aWxsLCB3aGljaCBpcyB0aGUgc2FtZSBhcyBzYXlpbmcgdGhyb3VnaCBzaHJpbmtpbmcgZnJvbSB0b2lsIGFuZCBwYWluLiBUaGVzZSBjYXNlcyBhcmUgcGVyZmVjdGx5IHNpbXBsZSBhbmQgZWFzeSB0byBkaXN0aW5ndWlzaC4gSW4gYSBmcmVlIGhvdXIsIHdoZW4gb3VyIHBvd2VyIG9mIGNob2ljZSBpcyB1bnRyYW1tZWxsZWQgYW5kIHdoZW4gbm90aGluZyBwcmV2ZW50cyBvdXIgYmVpbmcgYWJsZSB0byBkbyB3aGF0IHdlIGxpa2UgYmVzdCwgZXZlcnkgcGxlYXN1cmUgaXMgdG8gYmUgd2VsY29tZWQgYW5kIGV2ZXJ5IHBhaW4gYXZvaWRlZC4gQnV0IGluIGNlcnRhaW4gY2lyY3Vtc3RhbmNlcy48L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICBcbiAgICAgICAgICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cInRpdGxlLS1zbWFsbFwiPlNpZ25hdHVyZSBFeHBlcmllbmNlcyAmIFdlbGxuZXNzIFdvcmtzaG9wcyBhbmQgQ2xhc3NlczwvaDI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj53ZSBkZW5vdW5jZSB3aXRoIHJpZ2h0ZW91cyBpbmRpZ25hdGlvbiBhbmQgZGlzbGlrZSBtZW4gd2hvIGFyZSBzbyBiZWd1aWxlZCBhbmQgZGVtb3JhbGl6ZWQgYnkgdGhlIGNoYXJtcyBvZiBwbGVhc3VyZSBvZiB0aGUgbW9tZW50LCBzbyBibGluZGVkIGJ5IGRlc2lyZSwgdGhhdCB0aGV5IGNhbm5vdCBmb3Jlc2VlIHRoZSBwYWluIGFuZCB0cm91YmxlIHRoYXQgYXJlIGJvdW5kIHRvIGVuc3VlOyBhbmQgZXF1YWwgYmxhbWUgYmVsb25ncyB0byB0aG9zZSB3aG8gZmFpbCBpbiB0aGVpciBkdXR5IHRocm91Z2ggd2Vha25lc3Mgb2Ygd2lsbCwgd2hpY2ggaXMgdGhlIHNhbWUgYXMgc2F5aW5nIHRocm91Z2ggc2hyaW5raW5nIGZyb20gdG9pbCBhbmQgcGFpbi4gVGhlc2UgY2FzZXMgYXJlIHBlcmZlY3RseSBzaW1wbGUgYW5kIGVhc3kgdG8gZGlzdGluZ3Vpc2guIEluIGEgZnJlZSBob3VyLCB3aGVuIG91ciBwb3dlciBvZiBjaG9pY2UgaXMgdW50cmFtbWVsbGVkIGFuZCB3aGVuIG5vdGhpbmcgcHJldmVudHMgb3VyIGJlaW5nIGFibGUgdG8gZG8gd2hhdCB3ZSBsaWtlIGJlc3QsIGV2ZXJ5IHBsZWFzdXJlIGlzIHRvIGJlIHdlbGNvbWVkIGFuZCBldmVyeSBwYWluIGF2b2lkZWQuIEJ1dCBpbiBjZXJ0YWluIGNpcmN1bXN0YW5jZXMuPC9wPlxuICAgICAgICAgICAgICAgICAgICBcbiAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dFwiPlNvLCBibGluZGVkIGJ5IGRlc2lyZSwgdGhhdCB0aGV5IGNhbm5vdCBmb3Jlc2VlIHRoZSBwYWluIGFuZCB0cm91YmxlIHRoYXQgYXJlIGJvdW5kIHRvIGVuc3VlOyBhbmQgZXF1YWwgYmxhbWUgYmVsb25ncyB0byB0aG9zZSB3aG8gZmFpbCBpbiB0aGVpciBkdXR5IHRocm91Z2ggd2Vha25lc3Mgb2Ygd2lsbCwgd2hpY2ggaXMgdGhlIHNhbWUgYXMgc2F5aW5nIHRocm91Z2ggc2hyaW5raW5nIGZyb20gdG9pbCBhbmQgcGFpbi4gVGhlc2UgY2FzZXMgYXJlIHBlcmZlY3RseSBzaW1wbGUgYW5kIGVhc3kgdG8gZGlzdGluZ3Vpc2guIEluIGEgZnJlZSBob3VyLCB3aGVuIG91ciBwb3dlciBvZiBjaG9pY2UgaXMgdW50cmFtbWVsbGVkIGFuZCB3aGVuIG5vdGhpbmcgcHJldmVudHMgb3VyIGJlaW5nIGFibGUgdG8gZG8gd2hhdCB3ZSBsaWtlIGJlc3QsIGV2ZXJ5IHBsZWFzdXJlIGlzIHRvIGJlIHdlbGNvbWVkIGFuZCBldmVyeSBwYWluIGF2b2lkZWQuIEJ1dCBpbiBjZXJ0YWluIGFtb3VudCBvZiBwZW9wbGUuPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0XCI+T3VyIFByb3Bvc2VkIFNvbHV0aW9uOiBPdXIgZXhwZXJpZW5jZWQgdGVhbSBvZiB3ZWIgZGV2ZWxvcGVycyBhbmQgYm9va2luZyBzeXN0ZW0gaW50ZWdyYXRpb24gZXhwZXJ0cyB3aWxsIGNvbGxhYm9yYXRlIGNsb3NlbHkgd2l0aCB5b3UgdG8gZGVzaWduIGEgd2Vic2l0ZSB0aGF0IHJlZmxlY3RzIHRoZSBwcm9mZXNzaW9uYWxpc20gb2YgeW91ciBjbGVhbmluZyBzZXJ2aWNlcy4gT3VyIHNvbHV0aW9uIHdpbGwgaW5jbHVkZTo8L3A+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PiBcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnRuc19fYm94XCI+XG4gICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIjXCIgY2xhc3M9XCJidG4tbGluayBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1sZWZ0LWJpZ1wiPjwvc3Bhbj4gXG4gICAgICAgICAgICAgICAgICAgICAgICA8Yj5Wb2x2ZXI8L2I+IFxuICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgPC9kaXY+ICBcbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy00XCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NpZGViYXIgY3NfcmlnaHRfc2lkZWJhclwiPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2lkZWJhcl9pdGVtIHdpZGdldF9zZWFyY2hcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxmb3JtIGNsYXNzPVwiY3Nfc2lkZWJhcl9zZWFyY2hcIiBhY3Rpb249XCIjXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgcGxhY2Vob2xkZXI9XCJTZWFyY2guLi5cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwiY3Nfc2lkZWJhcl9zZWFyY2hfYnRuXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN2ZyB3aWR0aD1cIjE4XCIgaGVpZ2h0PVwiMThcIiB2aWV3Qm94PVwiMCAwIDE4IDE4XCIgZmlsbD1cIm5vbmVcIiB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGNsaXAtcGF0aD1cInVybCgjY2xpcDBfNjU4XzY1OSlcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD1cIk0xNy43ODA4IDE2LjcxOThMMTMuMzA0MSAxMi4yNDNDMTQuNTI0IDEwLjc1MSAxNS4xMjM5IDguODQ3MDcgMTQuOTc5NSA2LjkyNTE4QzE0LjgzNTEgNS4wMDMyOCAxMy45NTc1IDMuMjEwNCAxMi41MjgzIDEuOTE3MzlDMTEuMDk5IDAuNjI0Mzg3IDkuMjI3NTEgLTAuMDY5ODI2NSA3LjMwMDggLTAuMDIxNjUyNkM1LjM3NDA5IDAuMDI2NTIxMiAzLjUzOTYgMC44MTMzOTcgMi4xNzY3OCAyLjE3NjIxQzAuODEzOTYxIDMuNTM5MDMgMC4wMjcwODU4IDUuMzczNTIgLTAuMDIxMDg4MSA3LjMwMDI0Qy0wLjA2OTI2MTkgOS4yMjY5NSAwLjYyNDk1MiAxMS4wOTg1IDEuOTE3OTYgMTIuNTI3N0MzLjIxMDk3IDEzLjk1NjkgNS4wMDM4NCAxNC44MzQ1IDYuOTI1NzQgMTQuOTc4OUM4Ljg0NzY0IDE1LjEyMzMgMTAuNzUxNSAxNC41MjM1IDEyLjI0MzYgMTMuMzAzNUwxNi43MjAzIDE3Ljc4MDNDMTYuODYxOCAxNy45MTY5IDE3LjA1MTIgMTcuOTkyNSAxNy4yNDc5IDE3Ljk5MDhDMTcuNDQ0NSAxNy45ODkxIDE3LjYzMjYgMTcuOTEwMiAxNy43NzE3IDE3Ljc3MTFDMTcuOTEwNyAxNy42MzIxIDE3Ljk4OTYgMTcuNDQ0IDE3Ljk5MTMgMTcuMjQ3M0MxNy45OTMgMTcuMDUwNyAxNy45MTc0IDE2Ljg2MTIgMTcuNzgwOCAxNi43MTk4Wk03LjUwMDU3IDEzLjVDNi4zMTM4OCAxMy41IDUuMTUzODQgMTMuMTQ4MSA0LjE2NzE1IDEyLjQ4ODhDMy4xODA0NSAxMS44Mjk1IDIuNDExNDIgMTAuODkyNSAxLjk1NzI5IDkuNzk2MTFDMS41MDMxNyA4LjY5OTc1IDEuMzg0MzUgNy40OTMzNSAxLjYxNTg2IDYuMzI5NDZDMS44NDczNyA1LjE2NTU4IDIuNDE4ODEgNC4wOTY0OCAzLjI1NzkzIDMuMjU3MzZDNC4wOTcwNCAyLjQxODI1IDUuMTY2MTQgMS44NDY4IDYuMzMwMDMgMS42MTUyOUM3LjQ5MzkxIDEuMzgzNzggOC43MDAzMSAxLjUwMjYgOS43OTY2NyAxLjk1NjczQzEwLjg5MyAyLjQxMDg1IDExLjgzMDEgMy4xNzk4OSAxMi40ODk0IDQuMTY2NThDMTMuMTQ4NyA1LjE1MzI4IDEzLjUwMDYgNi4zMTMzMiAxMy41MDA2IDcuNUMxMy40OTg4IDkuMDkwNzYgMTIuODY2MSAxMC42MTU4IDExLjc0MTIgMTEuNzQwN0MxMC42MTY0IDEyLjg2NTUgOS4wOTEzMiAxMy40OTgyIDcuNTAwNTcgMTMuNVpcIiBmaWxsPVwiY3VycmVudENvbG9yXCIvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkZWZzPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Y2xpcFBhdGggaWQ9XCJjbGlwMF82NThfNjU5XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxyZWN0IHdpZHRoPVwiMThcIiBoZWlnaHQ9XCIxOFwiIGZpbGw9XCJ3aGl0ZVwiLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9jbGlwUGF0aD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kZWZzPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZm9ybT5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zaWRlYmFyX2l0ZW0gd2lkZ2V0X2NhdGVnb3JpZXNcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxoNCBjbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMjBcIj5DYXRlZ29yaWVzPC9oND5cbiAgICAgICAgICAgICAgICAgICAgICAgIDx1bD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJjYXQtaXRlbVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIjXCI+THV4dXJ5IEhvdGVsICgwKTwvYT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaSBjbGFzcz1cImNhdC1pdGVtXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiNcIj5SZXNvcnQgKDIpPC9hPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwiY2F0LWl0ZW1cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiI1wiPlRyYXZlbCAoMik8L2E+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJjYXQtaXRlbVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIjXCI+UmVzdGF1cmFudCAoNSk8L2E+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJjYXQtaXRlbVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIjXCI+VG91ciBBZ2VuY3kgKDEpPC9hPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwiY2F0LWl0ZW1cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiI1wiPlRvdXIgQWdlbmN5ICgxKTwvYT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zaWRlYmFyX2l0ZW1cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxoNCBjbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMjBcIj5MYXRlc3QgcG9zdDwvaDQ+XG4gICAgICAgICAgICAgICAgICAgICAgICA8dWwgY2xhc3M9XCJjc19yZWNlbnRfcG9zdHNcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19yZWNlbnRfcG9zdFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwidGl0bGUtLXNtYWxsZXIgbWItLTEwXCI+PGEgaHJlZj1cIiNcIj5EaXNjb3ZlcmluZyBIaWRkZW4gVHJlYXN1cmVzIE5lYXIgQmFieWxvbjwvYT48L2gzPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGVtIGNsYXNzPVwidGV4dC0tc21hbGxcIj5BcHIgMTAsIDIwMjQ8L2VtPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3JlY2VudF9wb3N0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJ0aXRsZS0tc21hbGxlciBtYi0tMTBcIj48YSBocmVmPVwiI1wiPlJlanV2ZW5hdGlvbiBUaXBzIGZyb20gQmFieWxvbidzIFNwYSBFeHBlcnRzPC9hPjwvaDM+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZW0gY2xhc3M9XCJ0ZXh0LS1zbWFsbFwiPkFwciAxMCwgMjAyNDwvZW0+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcmVjZW50X3Bvc3RcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoMyBjbGFzcz1cInRpdGxlLS1zbWFsbGVyIG1iLS0xMFwiPjxhIGhyZWY9XCIjXCI+RmluZGluZyBUcmFucXVpbGl0eSBhdCBCYWJ5bG9uIFJlc29ydDwvYT48L2gzPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGVtIGNsYXNzPVwidGV4dC0tc21hbGxcIj5BcHIgMTAsIDIwMjQ8L2VtPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3JlY2VudF9wb3N0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJ0aXRsZS0tc21hbGxlciBtYi0tMTBcIj48YSBocmVmPVwiI1wiPkJhYnlsb24ncyBDb21taXRtZW50IHRvIEVjby1GcmllbmRseSBQcmFjdGljZXM8L2E+PC9oMz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxlbSBjbGFzcz1cInRleHQtLXNtYWxsXCI+QXByIDEwLCAyMDI0PC9lbT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PiBcbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgIFxuICA8L3NlY3Rpb24+Il19