ctt-babylon 0.8.12 → 0.8.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (784) hide show
  1. package/esm2022/lib/Enum/buttons-type.enum.mjs +6 -0
  2. package/esm2022/lib/Enum/index.mjs +3 -0
  3. package/esm2022/lib/Enum/logo-type.enum.mjs +10 -0
  4. package/esm2022/lib/Enum/services.enum.mjs +8 -0
  5. package/esm2022/lib/Enum/views.enum.mjs +5 -0
  6. package/esm2022/lib/components/core/babylon-404/babylon-404.component.mjs +18 -5
  7. package/esm2022/lib/components/core/babylon-404/babylon-404.interface.mjs +2 -0
  8. package/esm2022/lib/components/core/babylon-404/index.mjs +3 -0
  9. package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.component.mjs +30 -0
  10. package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.interface.mjs +2 -0
  11. package/esm2022/lib/components/core/babylon-action-banner/index.mjs +3 -0
  12. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages-info.interface.mjs +2 -0
  13. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.component.mjs +29 -5
  14. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.interface.mjs +2 -0
  15. package/esm2022/lib/components/core/babylon-advantages/index.mjs +4 -0
  16. package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.mjs +31 -5
  17. package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.mjs +2 -0
  18. package/esm2022/lib/components/core/babylon-banner-gallery/index.mjs +3 -0
  19. package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.component.mjs +133 -6
  20. package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.interface.mjs +2 -0
  21. package/esm2022/lib/components/core/babylon-banner-info/index.mjs +3 -0
  22. package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.mjs +39 -5
  23. package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.mjs +2 -0
  24. package/esm2022/lib/components/core/babylon-banner-newsletter/index.mjs +3 -0
  25. package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.component.mjs +98 -5
  26. package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.interface.mjs +2 -0
  27. package/esm2022/lib/components/core/babylon-blog-details/index.mjs +3 -0
  28. package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.component.mjs +80 -6
  29. package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.interface.mjs +2 -0
  30. package/esm2022/lib/components/core/babylon-blog-list/index.mjs +3 -0
  31. package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.mjs +14 -5
  32. package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.mjs +2 -0
  33. package/esm2022/lib/components/core/babylon-breadcrumb/index.mjs +3 -0
  34. package/esm2022/lib/components/core/babylon-color-picker/babylon-color-picker.component.mjs +267 -0
  35. package/esm2022/lib/components/core/babylon-color-picker/index.mjs +2 -0
  36. package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.mjs +10 -5
  37. package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.mjs +2 -0
  38. package/esm2022/lib/components/core/babylon-comingsoon/index.mjs +3 -0
  39. package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.component.mjs +19 -0
  40. package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.interface.mjs +2 -0
  41. package/esm2022/lib/components/core/babylon-contact-address/index.mjs +3 -0
  42. package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.component.mjs +134 -20
  43. package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.interface.mjs +2 -0
  44. package/esm2022/lib/components/core/babylon-contact-form/index.mjs +3 -0
  45. package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.component.mjs +23 -6
  46. package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.interface.mjs +2 -0
  47. package/esm2022/lib/components/core/babylon-contact-how/index.mjs +3 -0
  48. package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.component.mjs +29 -6
  49. package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.interface.mjs +2 -0
  50. package/esm2022/lib/components/core/babylon-contact-map/index.mjs +3 -0
  51. package/esm2022/lib/components/core/babylon-engine/babylon-engine.component.mjs +237 -22
  52. package/esm2022/lib/components/core/babylon-engine/babylon-engine.interface.mjs +2 -0
  53. package/esm2022/lib/components/core/babylon-engine/index.mjs +3 -0
  54. package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.mjs +225 -33
  55. package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.mjs +2 -0
  56. package/esm2022/lib/components/core/babylon-engine-modal/index.mjs +3 -0
  57. package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.component.mjs +80 -0
  58. package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.interface.mjs +2 -0
  59. package/esm2022/lib/components/core/babylon-external-script/index.mjs +3 -0
  60. package/esm2022/lib/components/core/babylon-faq/babylon-faq.component.mjs +38 -5
  61. package/esm2022/lib/components/core/babylon-faq/babylon-faq.interface.mjs +2 -0
  62. package/esm2022/lib/components/core/babylon-faq/index.mjs +3 -0
  63. package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.component.mjs +28 -6
  64. package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.interface.mjs +2 -0
  65. package/esm2022/lib/components/core/babylon-features-slider/index.mjs +3 -0
  66. package/esm2022/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.mjs +16 -6
  67. package/esm2022/lib/components/core/babylon-filter-modal/index.mjs +2 -0
  68. package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.mjs +121 -0
  69. package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.mjs +2 -0
  70. package/esm2022/lib/components/core/babylon-floating-buttons/index.mjs +3 -0
  71. package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.mjs +25 -5
  72. package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.mjs +2 -0
  73. package/esm2022/lib/components/core/babylon-footer-contact/index.mjs +3 -0
  74. package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.component.mjs +13 -5
  75. package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.interface.mjs +2 -0
  76. package/esm2022/lib/components/core/babylon-footer-links/index.mjs +3 -0
  77. package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.mjs +23 -5
  78. package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.mjs +2 -0
  79. package/esm2022/lib/components/core/babylon-footer-logos/index.mjs +3 -0
  80. package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.component.mjs +14 -5
  81. package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.interface.mjs +3 -0
  82. package/esm2022/lib/components/core/babylon-footer-social/index.mjs +3 -0
  83. package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.component.mjs +72 -23
  84. package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.interface.mjs +2 -0
  85. package/esm2022/lib/components/core/babylon-gallery/index.mjs +3 -0
  86. package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.component.mjs +38 -0
  87. package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.interface.mjs +2 -0
  88. package/esm2022/lib/components/core/babylon-global-modal/index.mjs +3 -0
  89. package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.mjs +42 -6
  90. package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.mjs +2 -0
  91. package/esm2022/lib/components/core/babylon-grid-gallery/index.mjs +3 -0
  92. package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.mjs +91 -7
  93. package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.mjs +2 -0
  94. package/esm2022/lib/components/core/babylon-guests-popup/index.mjs +3 -0
  95. package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.component.mjs +24 -5
  96. package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.interface.mjs +2 -0
  97. package/esm2022/lib/components/core/babylon-head-intro/index.mjs +3 -0
  98. package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.mjs +114 -52
  99. package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.mjs +2 -0
  100. package/esm2022/lib/components/core/babylon-header-book-show/index.mjs +3 -0
  101. package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.component.mjs +143 -53
  102. package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.interface.mjs +2 -0
  103. package/esm2022/lib/components/core/babylon-header-clear/index.mjs +3 -0
  104. package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.mjs +148 -52
  105. package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.mjs +2 -0
  106. package/esm2022/lib/components/core/babylon-header-menu-center/index.mjs +3 -0
  107. package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.mjs +122 -0
  108. package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.mjs +2 -0
  109. package/esm2022/lib/components/core/babylon-header-menu-logo-center/index.mjs +3 -0
  110. package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.mjs +92 -52
  111. package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.mjs +2 -0
  112. package/esm2022/lib/components/core/babylon-header-menu-show/index.mjs +3 -0
  113. package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.mjs +156 -0
  114. package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.mjs +2 -0
  115. package/esm2022/lib/components/core/babylon-header-mobile/index.mjs +3 -0
  116. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotel.interface.mjs +2 -0
  117. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.mjs +12 -5
  118. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.mjs +2 -0
  119. package/esm2022/lib/components/core/babylon-hotels-list/index.mjs +4 -0
  120. package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.mjs +19 -6
  121. package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.mjs +2 -0
  122. package/esm2022/lib/components/core/babylon-hotels-slider/index.mjs +3 -0
  123. package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.component.mjs +19 -5
  124. package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.interface.mjs +2 -0
  125. package/esm2022/lib/components/core/babylon-info-big/index.mjs +3 -0
  126. package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.component.mjs +31 -7
  127. package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.interface.mjs +3 -0
  128. package/esm2022/lib/components/core/babylon-info-grid/index.mjs +3 -0
  129. package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.component.mjs +95 -5
  130. package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.interface.mjs +2 -0
  131. package/esm2022/lib/components/core/babylon-info-img/index.mjs +3 -0
  132. package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.mjs +56 -0
  133. package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.mjs +2 -0
  134. package/esm2022/lib/components/core/babylon-info-img-slider/index.mjs +3 -0
  135. package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.component.mjs +62 -5
  136. package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.interface.mjs +2 -0
  137. package/esm2022/lib/components/core/babylon-info-intro/index.mjs +3 -0
  138. package/esm2022/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.mjs +7 -5
  139. package/esm2022/lib/components/core/babylon-info-show-img/index.mjs +2 -0
  140. package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.mjs +31 -5
  141. package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.mjs +2 -0
  142. package/esm2022/lib/components/core/babylon-info-zig-zag/index.mjs +3 -0
  143. package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.mjs +92 -0
  144. package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.mjs +2 -0
  145. package/esm2022/lib/components/core/babylon-info-zig-zag-counter/index.mjs +3 -0
  146. package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.mjs +19 -5
  147. package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.mjs +2 -0
  148. package/esm2022/lib/components/core/babylon-info-zigzag-v2/index.mjs +3 -0
  149. package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.mjs +36 -0
  150. package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.mjs +2 -0
  151. package/esm2022/lib/components/core/babylon-info2col-img/index.mjs +3 -0
  152. package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.component.mjs +30 -5
  153. package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.interface.mjs +2 -0
  154. package/esm2022/lib/components/core/babylon-info2img/index.mjs +3 -0
  155. package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.mjs +38 -5
  156. package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.mjs +2 -0
  157. package/esm2022/lib/components/core/babylon-info2img-big/index.mjs +3 -0
  158. package/esm2022/lib/components/core/babylon-info3img/babylon-info3img.component.mjs +19 -5
  159. package/esm2022/lib/components/core/babylon-info3img/index.mjs +2 -0
  160. package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.component.mjs +23 -5
  161. package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.interface.mjs +2 -0
  162. package/esm2022/lib/components/core/babylon-info4img/index.mjs +3 -0
  163. package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.component.mjs +21 -5
  164. package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.interface.mjs +2 -0
  165. package/esm2022/lib/components/core/babylon-items-grid/index.mjs +3 -0
  166. package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.component.mjs +13 -7
  167. package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.interface.mjs +2 -0
  168. package/esm2022/lib/components/core/babylon-language-modal/index.mjs +3 -0
  169. package/esm2022/lib/components/core/babylon-legal/babylon-legal.component.mjs +19 -5
  170. package/esm2022/lib/components/core/babylon-legal/babylon-legal.interface.mjs +2 -0
  171. package/esm2022/lib/components/core/babylon-legal/index.mjs +3 -0
  172. package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.component.mjs +15 -5
  173. package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.interface.mjs +3 -0
  174. package/esm2022/lib/components/core/babylon-list-grid/index.mjs +3 -0
  175. package/esm2022/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.mjs +139 -0
  176. package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.mjs +35 -0
  177. package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.mjs +2 -0
  178. package/esm2022/lib/components/core/babylon-modal-multiple-motors/index.mjs +3 -0
  179. package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.mjs +39 -0
  180. package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.mjs +2 -0
  181. package/esm2022/lib/components/core/babylon-modal-popup/index.mjs +3 -0
  182. package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.component.mjs +52 -9
  183. package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.interface.mjs +3 -0
  184. package/esm2022/lib/components/core/babylon-newsletter/index.mjs +3 -0
  185. package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.mjs +37 -5
  186. package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.mjs +2 -0
  187. package/esm2022/lib/components/core/babylon-offer-detail/index.mjs +3 -0
  188. package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.mjs +34 -11
  189. package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.mjs +2 -0
  190. package/esm2022/lib/components/core/babylon-offer-popup/index.mjs +3 -0
  191. package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.mjs +49 -0
  192. package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.mjs +2 -0
  193. package/esm2022/lib/components/core/babylon-offer-popupV2/index.mjs +3 -0
  194. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.mjs +20 -5
  195. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.mjs +2 -0
  196. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer.interface.mjs +2 -0
  197. package/esm2022/lib/components/core/babylon-offer-slider/index.mjs +4 -0
  198. package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.component.mjs +47 -5
  199. package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.interface.mjs +2 -0
  200. package/esm2022/lib/components/core/babylon-offers-list/index.mjs +3 -0
  201. package/esm2022/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.mjs +20 -5
  202. package/esm2022/lib/components/core/babylon-offers-slider/index.mjs +2 -0
  203. package/esm2022/lib/components/core/babylon-preload/babylon-preload.component.mjs +28 -4
  204. package/esm2022/lib/components/core/babylon-preload/index.mjs +2 -0
  205. package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.component.mjs +27 -0
  206. package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.interface.mjs +2 -0
  207. package/esm2022/lib/components/core/babylon-press-list/index.mjs +3 -0
  208. package/esm2022/lib/components/core/babylon-room-details/babylon-room-detail.interface.mjs +2 -0
  209. package/esm2022/lib/components/core/babylon-room-details/babylon-room-details.component.mjs +19 -5
  210. package/esm2022/lib/components/core/babylon-room-details/index.mjs +3 -0
  211. package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.mjs +158 -5
  212. package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.mjs +2 -0
  213. package/esm2022/lib/components/core/babylon-rooms-cols/index.mjs +3 -0
  214. package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.mjs +19 -6
  215. package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.mjs +2 -0
  216. package/esm2022/lib/components/core/babylon-rooms-grid/index.mjs +3 -0
  217. package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.mjs +32 -6
  218. package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.mjs +2 -0
  219. package/esm2022/lib/components/core/babylon-rooms-list/index.mjs +3 -0
  220. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-room.interface.mjs +2 -0
  221. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.mjs +25 -5
  222. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.mjs +2 -0
  223. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.mjs +2 -0
  224. package/esm2022/lib/components/core/babylon-rooms-slider/index.mjs +5 -0
  225. package/esm2022/lib/components/core/babylon-services-slider/babylon-service-slider.interface.mjs +2 -0
  226. package/esm2022/lib/components/core/babylon-services-slider/babylon-services-slider.component.mjs +17 -5
  227. package/esm2022/lib/components/core/babylon-services-slider/index.mjs +3 -0
  228. package/esm2022/lib/components/core/babylon-slider2col/babylon-slider2col.component.mjs +28 -5
  229. package/esm2022/lib/components/core/babylon-slider2col/index.mjs +2 -0
  230. package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.component.mjs +15 -5
  231. package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.interface.mjs +2 -0
  232. package/esm2022/lib/components/core/babylon-slider2items/index.mjs +3 -0
  233. package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3col.component.mjs +53 -0
  234. package/esm2022/lib/components/core/babylon-slider3col/index.mjs +2 -0
  235. package/esm2022/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.mjs +11 -0
  236. package/esm2022/lib/components/core/babylon-slider3col-clear/index.mjs +2 -0
  237. package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.component.mjs +14 -5
  238. package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.interface.mjs +2 -0
  239. package/esm2022/lib/components/core/babylon-slider3items/index.mjs +3 -0
  240. package/esm2022/lib/components/core/babylon-slider4col/babylon-slider4col.component.mjs +37 -5
  241. package/esm2022/lib/components/core/babylon-slider4col/index.mjs +2 -0
  242. package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.component.mjs +104 -6
  243. package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.interface.mjs +2 -0
  244. package/esm2022/lib/components/core/babylon-static-footer/index.mjs +3 -0
  245. package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.mjs +48 -8
  246. package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.mjs +2 -0
  247. package/esm2022/lib/components/core/babylon-static-footer-v2/index.mjs +3 -0
  248. package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.mjs +35 -5
  249. package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.mjs +2 -0
  250. package/esm2022/lib/components/core/babylon-submenu-hotel/index.mjs +3 -0
  251. package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.component.mjs +18 -5
  252. package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.interface.mjs +2 -0
  253. package/esm2022/lib/components/core/babylon-thanks/index.mjs +3 -0
  254. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.mjs +2 -0
  255. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.component.mjs +187 -5
  256. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.interface.mjs +2 -0
  257. package/esm2022/lib/components/core/babylon-top-slider/index.mjs +4 -0
  258. package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.mjs +33 -6
  259. package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.mjs +2 -0
  260. package/esm2022/lib/components/core/babylon-top-slider-thumbs/index.mjs +3 -0
  261. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.mjs +2 -0
  262. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.mjs +22 -5
  263. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.mjs +2 -0
  264. package/esm2022/lib/components/core/babylon-top-slider-v2/index.mjs +4 -0
  265. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.mjs +194 -5
  266. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.mjs +2 -0
  267. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.mjs +2 -0
  268. package/esm2022/lib/components/core/babylon-top-slider-video/index.mjs +4 -0
  269. package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.component.mjs +23 -5
  270. package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.interface.mjs +2 -0
  271. package/esm2022/lib/components/core/babylon-webmap/index.mjs +3 -0
  272. package/esm2022/lib/components/core/index.mjs +89 -0
  273. package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.mjs +124 -0
  274. package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.mjs +2 -0
  275. package/esm2022/lib/components/shared/babylon-dynamic-heading/index.mjs +3 -0
  276. package/esm2022/lib/components/shared/babylon-search/babylon-search.component.mjs +82 -0
  277. package/esm2022/lib/components/shared/babylon-search/index.mjs +2 -0
  278. package/esm2022/lib/components/shared/index.mjs +2 -0
  279. package/esm2022/lib/directives/babylon-background-strip/babylon-background-strip.directive.mjs +71 -0
  280. package/esm2022/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.mjs +52 -0
  281. package/esm2022/lib/directives/babylon-galleries/babylon-light-gallery.directive.mjs +107 -0
  282. package/esm2022/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.mjs +60 -0
  283. package/esm2022/lib/directives/babylon-pagination/babylon-pagination.directive.mjs +127 -0
  284. package/esm2022/lib/directives/babylon-sliders/babylon-custom-slider.directive.mjs +62 -0
  285. package/esm2022/lib/directives/babylon-sliders/babylon-hotels-slider.directive.mjs +107 -0
  286. package/esm2022/lib/directives/babylon-sliders/babylon-sliders.directive.mjs +438 -0
  287. package/esm2022/lib/directives/babylon-sliders/babylon-swiper-slider.directive.mjs +107 -0
  288. package/esm2022/lib/directives/data-background/data-background.directive.mjs +32 -0
  289. package/esm2022/lib/directives/link-type/link-type.directive.mjs +287 -0
  290. package/esm2022/lib/directives/scrolls/scroll-up.directive.mjs +27 -0
  291. package/esm2022/lib/interfaces/babylon-button.interface.mjs +2 -0
  292. package/esm2022/lib/interfaces/babylon-consult-type.interface.mjs +2 -0
  293. package/esm2022/lib/interfaces/babylon-dropdown.interface.mjs +2 -0
  294. package/esm2022/lib/interfaces/babylon-global-icon.interface.mjs +2 -0
  295. package/esm2022/lib/interfaces/babylon-image.interface.mjs +2 -0
  296. package/esm2022/lib/interfaces/babylon-input.interface.mjs +2 -0
  297. package/esm2022/lib/interfaces/babylon-menu-button.interface.mjs +2 -0
  298. package/esm2022/lib/interfaces/babylon-menu-info.interface.mjs +2 -0
  299. package/esm2022/lib/interfaces/babylon-page-config.interface.mjs +2 -0
  300. package/esm2022/lib/interfaces/babylon-site-config.interface.mjs +2 -0
  301. package/esm2022/lib/interfaces/babylon-tags.interface.mjs +2 -0
  302. package/esm2022/lib/interfaces/babylon-text-info.interface.mjs +2 -0
  303. package/esm2022/lib/interfaces/babylon-texts-colors.interface.mjs +2 -0
  304. package/esm2022/lib/interfaces/babylon-texts.interface.mjs +2 -0
  305. package/esm2022/lib/interfaces/index.mjs +15 -0
  306. package/esm2022/lib/pipes/babylon-clean-phone.pipe.mjs +14 -0
  307. package/esm2022/lib/pipes/babylon-currency.pipe.mjs +29 -0
  308. package/esm2022/lib/services/color-panel.service.mjs +316 -0
  309. package/esm2022/lib/services/index.mjs +3 -1
  310. package/esm2022/lib/services/mapper/index.mjs +3 -0
  311. package/esm2022/lib/services/mapper/mapper.service.mjs +2553 -0
  312. package/esm2022/lib/services/mapper/mapper.service.token.mjs +3 -0
  313. package/esm2022/lib/services/modals-service/index.mjs +2 -0
  314. package/esm2022/lib/services/modals-service/modals.service.mjs +77 -0
  315. package/esm2022/lib/services/screen-sizer/screen-sizer.service.mjs +46 -35
  316. package/esm2022/lib/utils/complex-links.token.mjs +6 -0
  317. package/esm2022/lib/utils/index.mjs +2 -0
  318. package/esm2022/lib/utils/utils.mjs +153 -0
  319. package/esm2022/public-api.mjs +11 -114
  320. package/fesm2022/ctt-babylon.mjs +9499 -2516
  321. package/fesm2022/ctt-babylon.mjs.map +1 -1
  322. package/lib/Enum/buttons-type.enum.d.ts +4 -0
  323. package/lib/Enum/index.d.ts +2 -0
  324. package/lib/Enum/logo-type.enum.d.ts +8 -0
  325. package/lib/Enum/services.enum.d.ts +6 -0
  326. package/lib/Enum/views.enum.d.ts +3 -0
  327. package/lib/components/core/babylon-404/babylon-404.component.d.ts +8 -1
  328. package/lib/components/core/babylon-404/babylon-404.interface.d.ts +9 -0
  329. package/lib/components/core/babylon-404/index.d.ts +2 -0
  330. package/lib/components/core/babylon-action-banner/babylon-action-banner.component.d.ts +14 -0
  331. package/lib/components/core/babylon-action-banner/babylon-action-banner.interface.d.ts +9 -0
  332. package/lib/components/core/babylon-action-banner/index.d.ts +2 -0
  333. package/lib/components/core/babylon-advantages/babylon-advantages-info.interface.d.ts +5 -0
  334. package/lib/components/core/babylon-advantages/babylon-advantages.component.d.ts +14 -1
  335. package/lib/components/core/babylon-advantages/babylon-advantages.interface.d.ts +13 -0
  336. package/lib/components/core/babylon-advantages/index.d.ts +3 -0
  337. package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.d.ts +11 -1
  338. package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.d.ts +9 -0
  339. package/lib/components/core/babylon-banner-gallery/index.d.ts +2 -0
  340. package/lib/components/core/babylon-banner-info/babylon-banner-info.component.d.ts +25 -2
  341. package/lib/components/core/babylon-banner-info/babylon-banner-info.interface.d.ts +10 -0
  342. package/lib/components/core/babylon-banner-info/index.d.ts +2 -0
  343. package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.d.ts +16 -1
  344. package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.d.ts +9 -0
  345. package/lib/components/core/babylon-banner-newsletter/index.d.ts +2 -0
  346. package/lib/components/core/babylon-blog-details/babylon-blog-details.component.d.ts +39 -1
  347. package/lib/components/core/babylon-blog-details/babylon-blog-details.interface.d.ts +24 -0
  348. package/lib/components/core/babylon-blog-details/index.d.ts +2 -0
  349. package/lib/components/core/babylon-blog-list/babylon-blog-list.component.d.ts +47 -2
  350. package/lib/components/core/babylon-blog-list/babylon-blog-list.interface.d.ts +18 -0
  351. package/lib/components/core/babylon-blog-list/index.d.ts +2 -0
  352. package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.d.ts +4 -1
  353. package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.d.ts +4 -0
  354. package/lib/components/core/babylon-breadcrumb/index.d.ts +2 -0
  355. package/lib/components/core/babylon-color-picker/babylon-color-picker.component.d.ts +57 -0
  356. package/lib/components/core/babylon-color-picker/index.d.ts +1 -0
  357. package/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.d.ts +12 -1
  358. package/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.d.ts +11 -0
  359. package/lib/components/core/babylon-comingsoon/index.d.ts +2 -0
  360. package/lib/components/core/babylon-contact-address/babylon-contact-address.component.d.ts +22 -0
  361. package/lib/components/core/babylon-contact-address/babylon-contact-address.interface.d.ts +4 -0
  362. package/lib/components/core/babylon-contact-address/index.d.ts +2 -0
  363. package/lib/components/core/babylon-contact-form/babylon-contact-form.component.d.ts +35 -6
  364. package/lib/components/core/babylon-contact-form/babylon-contact-form.interface.d.ts +15 -0
  365. package/lib/components/core/babylon-contact-form/index.d.ts +2 -0
  366. package/lib/components/core/babylon-contact-how/babylon-contact-how.component.d.ts +14 -2
  367. package/lib/components/core/babylon-contact-how/babylon-contact-how.interface.d.ts +6 -0
  368. package/lib/components/core/babylon-contact-how/index.d.ts +2 -0
  369. package/lib/components/core/babylon-contact-map/babylon-contact-map.component.d.ts +16 -2
  370. package/lib/components/core/babylon-contact-map/babylon-contact-map.interface.d.ts +8 -0
  371. package/lib/components/core/babylon-contact-map/index.d.ts +2 -0
  372. package/lib/components/core/babylon-engine/babylon-engine.component.d.ts +71 -11
  373. package/lib/components/core/babylon-engine/babylon-engine.interface.d.ts +24 -0
  374. package/lib/components/core/babylon-engine/index.d.ts +2 -0
  375. package/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.d.ts +60 -16
  376. package/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.d.ts +22 -0
  377. package/lib/components/core/babylon-engine-modal/index.d.ts +2 -0
  378. package/lib/components/core/babylon-external-script/babylon-external-script.component.d.ts +21 -0
  379. package/lib/components/core/babylon-external-script/babylon-external-script.interface.d.ts +5 -0
  380. package/lib/components/core/babylon-external-script/index.d.ts +2 -0
  381. package/lib/components/core/babylon-faq/babylon-faq.component.d.ts +15 -1
  382. package/lib/components/core/babylon-faq/babylon-faq.interface.d.ts +8 -0
  383. package/lib/components/core/babylon-faq/index.d.ts +2 -0
  384. package/lib/components/core/babylon-features-slider/babylon-features-slider.component.d.ts +18 -2
  385. package/lib/components/core/babylon-features-slider/babylon-features-slider.interface.d.ts +8 -0
  386. package/lib/components/core/babylon-features-slider/index.d.ts +2 -0
  387. package/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.d.ts +8 -3
  388. package/lib/components/core/babylon-filter-modal/index.d.ts +1 -0
  389. package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.d.ts +39 -0
  390. package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.d.ts +8 -0
  391. package/lib/components/core/babylon-floating-buttons/index.d.ts +2 -0
  392. package/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.d.ts +24 -1
  393. package/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.d.ts +14 -0
  394. package/lib/components/core/babylon-footer-contact/index.d.ts +2 -0
  395. package/lib/components/core/babylon-footer-links/babylon-footer-links.component.d.ts +5 -1
  396. package/lib/components/core/babylon-footer-links/babylon-footer-links.interface.d.ts +6 -0
  397. package/lib/components/core/babylon-footer-links/index.d.ts +2 -0
  398. package/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.d.ts +11 -1
  399. package/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.d.ts +7 -0
  400. package/lib/components/core/babylon-footer-logos/index.d.ts +2 -0
  401. package/lib/components/core/babylon-footer-social/babylon-footer-social.component.d.ts +5 -1
  402. package/lib/components/core/babylon-footer-social/babylon-footer-social.interface.d.ts +6 -0
  403. package/lib/components/core/babylon-footer-social/index.d.ts +2 -0
  404. package/lib/components/core/babylon-gallery/babylon-gallery.component.d.ts +34 -8
  405. package/lib/components/core/babylon-gallery/babylon-gallery.interface.d.ts +12 -0
  406. package/lib/components/core/babylon-gallery/index.d.ts +2 -0
  407. package/lib/components/core/babylon-global-modal/babylon-global-modal.component.d.ts +31 -0
  408. package/lib/components/core/babylon-global-modal/babylon-global-modal.interface.d.ts +8 -0
  409. package/lib/components/core/babylon-global-modal/index.d.ts +2 -0
  410. package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.d.ts +19 -2
  411. package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.d.ts +8 -0
  412. package/lib/components/core/babylon-grid-gallery/index.d.ts +2 -0
  413. package/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.d.ts +24 -7
  414. package/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.d.ts +11 -0
  415. package/lib/components/core/babylon-guests-popup/index.d.ts +2 -0
  416. package/lib/components/core/babylon-head-intro/babylon-head-intro.component.d.ts +9 -1
  417. package/lib/components/core/babylon-head-intro/babylon-head-intro.interface.d.ts +10 -0
  418. package/lib/components/core/babylon-head-intro/index.d.ts +2 -0
  419. package/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.d.ts +35 -7
  420. package/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.d.ts +20 -0
  421. package/lib/components/core/babylon-header-book-show/index.d.ts +2 -0
  422. package/lib/components/core/babylon-header-clear/babylon-header-clear.component.d.ts +34 -9
  423. package/lib/components/core/babylon-header-clear/babylon-header-clear.interface.d.ts +22 -0
  424. package/lib/components/core/babylon-header-clear/index.d.ts +2 -0
  425. package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.d.ts +33 -8
  426. package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.d.ts +19 -0
  427. package/lib/components/core/babylon-header-menu-center/index.d.ts +2 -0
  428. package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.d.ts +40 -0
  429. package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.d.ts +23 -0
  430. package/lib/components/core/babylon-header-menu-logo-center/index.d.ts +2 -0
  431. package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.d.ts +29 -8
  432. package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.d.ts +18 -0
  433. package/lib/components/core/babylon-header-menu-show/index.d.ts +2 -0
  434. package/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.d.ts +53 -0
  435. package/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.d.ts +26 -0
  436. package/lib/components/core/babylon-header-mobile/index.d.ts +2 -0
  437. package/lib/components/core/babylon-hotels-list/babylon-hotel.interface.d.ts +18 -0
  438. package/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.d.ts +5 -1
  439. package/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.d.ts +6 -0
  440. package/lib/components/core/babylon-hotels-list/index.d.ts +3 -0
  441. package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.d.ts +5 -1
  442. package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.d.ts +6 -0
  443. package/lib/components/core/babylon-hotels-slider/index.d.ts +2 -0
  444. package/lib/components/core/babylon-info-big/babylon-info-big.component.d.ts +9 -1
  445. package/lib/components/core/babylon-info-big/babylon-info-big.interface.d.ts +10 -0
  446. package/lib/components/core/babylon-info-big/index.d.ts +2 -0
  447. package/lib/components/core/babylon-info-grid/babylon-info-grid.component.d.ts +22 -3
  448. package/lib/components/core/babylon-info-grid/babylon-info-grid.interface.d.ts +9 -0
  449. package/lib/components/core/babylon-info-grid/index.d.ts +2 -0
  450. package/lib/components/core/babylon-info-img/babylon-info-img.component.d.ts +40 -2
  451. package/lib/components/core/babylon-info-img/babylon-info-img.interface.d.ts +27 -0
  452. package/lib/components/core/babylon-info-img/index.d.ts +2 -0
  453. package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.d.ts +33 -0
  454. package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.d.ts +11 -0
  455. package/lib/components/core/babylon-info-img-slider/index.d.ts +2 -0
  456. package/lib/components/core/babylon-info-intro/babylon-info-intro.component.d.ts +26 -1
  457. package/lib/components/core/babylon-info-intro/babylon-info-intro.interface.d.ts +19 -0
  458. package/lib/components/core/babylon-info-intro/index.d.ts +2 -0
  459. package/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.d.ts +3 -1
  460. package/lib/components/core/babylon-info-show-img/index.d.ts +1 -0
  461. package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.d.ts +29 -1
  462. package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.d.ts +12 -0
  463. package/lib/components/core/babylon-info-zig-zag/index.d.ts +2 -0
  464. package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.d.ts +47 -0
  465. package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.d.ts +14 -0
  466. package/lib/components/core/babylon-info-zig-zag-counter/index.d.ts +2 -0
  467. package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.d.ts +16 -1
  468. package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.d.ts +5 -0
  469. package/lib/components/core/babylon-info-zigzag-v2/index.d.ts +2 -0
  470. package/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.d.ts +21 -0
  471. package/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.d.ts +12 -0
  472. package/lib/components/core/babylon-info2col-img/index.d.ts +2 -0
  473. package/lib/components/core/babylon-info2img/babylon-info2img.component.d.ts +14 -1
  474. package/lib/components/core/babylon-info2img/babylon-info2img.interface.d.ts +11 -0
  475. package/lib/components/core/babylon-info2img/index.d.ts +2 -0
  476. package/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.d.ts +16 -1
  477. package/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.d.ts +14 -0
  478. package/lib/components/core/babylon-info2img-big/index.d.ts +2 -0
  479. package/lib/components/core/babylon-info3img/babylon-info3img.component.d.ts +9 -1
  480. package/lib/components/core/babylon-info3img/index.d.ts +1 -0
  481. package/lib/components/core/babylon-info4img/babylon-info4img.component.d.ts +11 -1
  482. package/lib/components/core/babylon-info4img/babylon-info4img.interface.d.ts +12 -0
  483. package/lib/components/core/babylon-info4img/index.d.ts +2 -0
  484. package/lib/components/core/babylon-items-grid/babylon-items-grid.component.d.ts +14 -1
  485. package/lib/components/core/babylon-items-grid/babylon-items-grid.interface.d.ts +8 -0
  486. package/lib/components/core/babylon-items-grid/index.d.ts +2 -0
  487. package/lib/components/core/babylon-language-modal/babylon-language-modal.component.d.ts +12 -5
  488. package/lib/components/core/babylon-language-modal/babylon-language-modal.interface.d.ts +7 -0
  489. package/lib/components/core/babylon-language-modal/index.d.ts +2 -0
  490. package/lib/components/core/babylon-legal/babylon-legal.component.d.ts +9 -1
  491. package/lib/components/core/babylon-legal/babylon-legal.interface.d.ts +7 -0
  492. package/lib/components/core/babylon-legal/index.d.ts +2 -0
  493. package/lib/components/core/babylon-list-grid/babylon-list-grid.component.d.ts +17 -1
  494. package/lib/components/core/babylon-list-grid/babylon-list-grid.interface.d.ts +8 -0
  495. package/lib/components/core/babylon-list-grid/index.d.ts +2 -0
  496. package/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.d.ts +45 -0
  497. package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.d.ts +16 -0
  498. package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.d.ts +8 -0
  499. package/lib/components/core/babylon-modal-multiple-motors/index.d.ts +2 -0
  500. package/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.d.ts +25 -0
  501. package/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.d.ts +9 -0
  502. package/lib/components/core/babylon-modal-popup/index.d.ts +2 -0
  503. package/lib/components/core/babylon-newsletter/babylon-newsletter.component.d.ts +19 -3
  504. package/lib/components/core/babylon-newsletter/babylon-newsletter.interface.d.ts +9 -0
  505. package/lib/components/core/babylon-newsletter/index.d.ts +2 -0
  506. package/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.d.ts +16 -1
  507. package/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.d.ts +17 -0
  508. package/lib/components/core/babylon-offer-detail/index.d.ts +2 -0
  509. package/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.d.ts +18 -5
  510. package/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.d.ts +7 -0
  511. package/lib/components/core/babylon-offer-popup/index.d.ts +2 -0
  512. package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.d.ts +21 -0
  513. package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.d.ts +9 -0
  514. package/lib/components/core/babylon-offer-popupV2/index.d.ts +2 -0
  515. package/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.d.ts +6 -1
  516. package/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.d.ts +7 -0
  517. package/lib/components/core/babylon-offer-slider/babylon-offer.interface.d.ts +18 -0
  518. package/lib/components/core/babylon-offer-slider/index.d.ts +3 -0
  519. package/lib/components/core/babylon-offers-list/babylon-offers-list.component.d.ts +33 -2
  520. package/lib/components/core/babylon-offers-list/babylon-offers-list.interface.d.ts +14 -0
  521. package/lib/components/core/babylon-offers-list/index.d.ts +2 -0
  522. package/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.d.ts +5 -1
  523. package/lib/components/core/babylon-offers-slider/index.d.ts +1 -0
  524. package/lib/components/core/babylon-preload/babylon-preload.component.d.ts +5 -1
  525. package/lib/components/core/babylon-preload/index.d.ts +1 -0
  526. package/lib/components/core/babylon-press-list/babylon-press-list.component.d.ts +17 -0
  527. package/lib/components/core/babylon-press-list/babylon-press-list.interface.d.ts +8 -0
  528. package/lib/components/core/babylon-press-list/index.d.ts +2 -0
  529. package/lib/components/core/babylon-room-details/babylon-room-detail.interface.d.ts +12 -0
  530. package/lib/components/core/babylon-room-details/babylon-room-details.component.d.ts +13 -1
  531. package/lib/components/core/babylon-room-details/index.d.ts +2 -0
  532. package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.d.ts +39 -1
  533. package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.d.ts +10 -0
  534. package/lib/components/core/babylon-rooms-cols/index.d.ts +2 -0
  535. package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.d.ts +10 -1
  536. package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.d.ts +8 -0
  537. package/lib/components/core/babylon-rooms-grid/index.d.ts +2 -0
  538. package/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.d.ts +27 -1
  539. package/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.d.ts +6 -0
  540. package/lib/components/core/babylon-rooms-list/index.d.ts +2 -0
  541. package/lib/components/core/babylon-rooms-slider/babylon-room.interface.d.ts +15 -0
  542. package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.d.ts +6 -1
  543. package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.d.ts +6 -0
  544. package/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.d.ts +8 -0
  545. package/lib/components/core/babylon-rooms-slider/index.d.ts +4 -0
  546. package/lib/components/core/babylon-services-slider/babylon-service-slider.interface.d.ts +6 -0
  547. package/lib/components/core/babylon-services-slider/babylon-services-slider.component.d.ts +7 -1
  548. package/lib/components/core/babylon-services-slider/index.d.ts +2 -0
  549. package/lib/components/core/babylon-slider2col/babylon-slider2col.component.d.ts +22 -1
  550. package/lib/components/core/babylon-slider2col/index.d.ts +1 -0
  551. package/lib/components/core/babylon-slider2items/babylon-slider2items.component.d.ts +5 -1
  552. package/lib/components/core/babylon-slider2items/babylon-slider2items.interface.d.ts +6 -0
  553. package/lib/components/core/babylon-slider2items/index.d.ts +2 -0
  554. package/lib/components/core/babylon-slider3col/babylon-slider3col.component.d.ts +20 -0
  555. package/lib/components/core/babylon-slider3col/index.d.ts +1 -0
  556. package/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.d.ts +5 -0
  557. package/lib/components/core/babylon-slider3col-clear/index.d.ts +1 -0
  558. package/lib/components/core/babylon-slider3items/babylon-slider3items.component.d.ts +15 -1
  559. package/lib/components/core/babylon-slider3items/babylon-slider3items.interface.d.ts +6 -0
  560. package/lib/components/core/babylon-slider3items/index.d.ts +2 -0
  561. package/lib/components/core/babylon-slider4col/babylon-slider4col.component.d.ts +15 -1
  562. package/lib/components/core/babylon-slider4col/index.d.ts +1 -0
  563. package/lib/components/core/babylon-static-footer/babylon-static-footer.component.d.ts +55 -2
  564. package/lib/components/core/babylon-static-footer/babylon-static-footer.interface.d.ts +29 -0
  565. package/lib/components/core/babylon-static-footer/index.d.ts +2 -0
  566. package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.d.ts +24 -3
  567. package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.d.ts +18 -0
  568. package/lib/components/core/babylon-static-footer-v2/index.d.ts +2 -0
  569. package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.d.ts +13 -2
  570. package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.d.ts +5 -0
  571. package/lib/components/core/babylon-submenu-hotel/index.d.ts +2 -0
  572. package/lib/components/core/babylon-thanks/babylon-thanks.component.d.ts +7 -1
  573. package/lib/components/core/babylon-thanks/babylon-thanks.interface.d.ts +7 -0
  574. package/lib/components/core/babylon-thanks/index.d.ts +2 -0
  575. package/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.d.ts +9 -0
  576. package/lib/components/core/babylon-top-slider/babylon-top-slider.component.d.ts +37 -2
  577. package/lib/components/core/babylon-top-slider/babylon-top-slider.interface.d.ts +12 -0
  578. package/lib/components/core/babylon-top-slider/index.d.ts +3 -0
  579. package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.d.ts +12 -2
  580. package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.d.ts +8 -0
  581. package/lib/components/core/babylon-top-slider-thumbs/index.d.ts +2 -0
  582. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.d.ts +7 -0
  583. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.d.ts +10 -1
  584. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.d.ts +8 -0
  585. package/lib/components/core/babylon-top-slider-v2/index.d.ts +3 -0
  586. package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.d.ts +34 -2
  587. package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.d.ts +9 -0
  588. package/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.d.ts +5 -0
  589. package/lib/components/core/babylon-top-slider-video/index.d.ts +3 -0
  590. package/lib/components/core/babylon-webmap/babylon-webmap.component.d.ts +11 -1
  591. package/lib/components/core/babylon-webmap/babylon-webmap.interface.d.ts +9 -0
  592. package/lib/components/core/babylon-webmap/index.d.ts +2 -0
  593. package/lib/components/core/index.d.ts +88 -0
  594. package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.d.ts +31 -0
  595. package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.d.ts +5 -0
  596. package/lib/components/shared/babylon-dynamic-heading/index.d.ts +2 -0
  597. package/lib/components/shared/babylon-search/babylon-search.component.d.ts +30 -0
  598. package/lib/components/shared/babylon-search/index.d.ts +1 -0
  599. package/lib/components/shared/index.d.ts +1 -0
  600. package/lib/directives/babylon-background-strip/babylon-background-strip.directive.d.ts +17 -0
  601. package/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.d.ts +12 -0
  602. package/lib/directives/babylon-galleries/babylon-light-gallery.directive.d.ts +18 -0
  603. package/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.d.ts +15 -0
  604. package/lib/directives/babylon-pagination/babylon-pagination.directive.d.ts +39 -0
  605. package/lib/directives/babylon-sliders/babylon-custom-slider.directive.d.ts +13 -0
  606. package/{directives → lib/directives/babylon-sliders}/babylon-hotels-slider.directive.d.ts +2 -1
  607. package/lib/directives/babylon-sliders/babylon-sliders.directive.d.ts +36 -0
  608. package/lib/directives/babylon-sliders/babylon-swiper-slider.directive.d.ts +14 -0
  609. package/lib/directives/data-background/data-background.directive.d.ts +11 -0
  610. package/lib/directives/link-type/link-type.directive.d.ts +40 -0
  611. package/lib/directives/scrolls/scroll-up.directive.d.ts +7 -0
  612. package/lib/interfaces/babylon-button.interface.d.ts +9 -0
  613. package/lib/interfaces/babylon-consult-type.interface.d.ts +10 -0
  614. package/lib/interfaces/babylon-dropdown.interface.d.ts +9 -0
  615. package/lib/interfaces/babylon-global-icon.interface.d.ts +4 -0
  616. package/lib/interfaces/babylon-image.interface.d.ts +12 -0
  617. package/lib/interfaces/babylon-input.interface.d.ts +12 -0
  618. package/lib/interfaces/babylon-menu-button.interface.d.ts +10 -0
  619. package/lib/interfaces/babylon-menu-info.interface.d.ts +27 -0
  620. package/lib/interfaces/babylon-page-config.interface.d.ts +43 -0
  621. package/lib/interfaces/babylon-site-config.interface.d.ts +57 -0
  622. package/lib/interfaces/babylon-tags.interface.d.ts +21 -0
  623. package/lib/interfaces/babylon-text-info.interface.d.ts +17 -0
  624. package/lib/interfaces/babylon-texts-colors.interface.d.ts +20 -0
  625. package/lib/interfaces/babylon-texts.interface.d.ts +5 -0
  626. package/lib/interfaces/index.d.ts +14 -0
  627. package/lib/pipes/babylon-clean-phone.pipe.d.ts +7 -0
  628. package/lib/pipes/babylon-currency.pipe.d.ts +7 -0
  629. package/lib/services/color-panel.service.d.ts +41 -0
  630. package/lib/services/index.d.ts +2 -0
  631. package/lib/services/mapper/index.d.ts +2 -0
  632. package/lib/services/mapper/mapper.service.d.ts +138 -0
  633. package/lib/services/mapper/mapper.service.token.d.ts +2 -0
  634. package/lib/services/modals-service/index.d.ts +1 -0
  635. package/lib/services/modals-service/modals.service.d.ts +15 -0
  636. package/lib/services/screen-sizer/screen-sizer.service.d.ts +2 -0
  637. package/lib/styles/styles/babylon/_spacing.css +1 -0
  638. package/lib/styles/styles/babylon/_spacing.scss +72 -0
  639. package/lib/styles/styles/babylon/common.css +1 -0
  640. package/lib/styles/styles/babylon/common.scss +1823 -0
  641. package/lib/styles/styles/babylon/globals.css +1 -0
  642. package/lib/styles/styles/babylon/globals.scss +848 -0
  643. package/lib/styles/styles/babylon/mixins.css +1 -0
  644. package/lib/styles/styles/babylon/mixins.scss +1031 -0
  645. package/lib/styles/styles/babylon/reset.css +1 -0
  646. package/lib/styles/styles/babylon/reset.scss +136 -0
  647. package/lib/styles/styles/babylon/slide.css +1 -0
  648. package/lib/styles/styles/babylon/slider.css +1 -0
  649. package/lib/styles/styles/babylon/slider.scss +876 -0
  650. package/lib/styles/styles/babylon/structure.scss +1 -0
  651. package/lib/styles/styles/babylon/variables-v2.css +0 -0
  652. package/lib/styles/styles/babylon/variables.css +1 -0
  653. package/lib/styles/styles/babylon/variables.scss +330 -0
  654. package/lib/styles/styles-babylon.scss +48 -7
  655. package/lib/utils/complex-links.token.d.ts +2 -0
  656. package/lib/utils/index.d.ts +1 -0
  657. package/lib/utils/utils.d.ts +14 -0
  658. package/package.json +11 -4
  659. package/public-api.d.ts +6 -111
  660. package/esm2022/directives/babylon-hotels-slider.directive.mjs +0 -103
  661. package/esm2022/lib/components/core/babylon-404-v2/babylon-404-v2.component.mjs +0 -11
  662. package/esm2022/lib/components/core/babylon-adventages-v2/babylon-adventages-v2.component.mjs +0 -12
  663. package/esm2022/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.mjs +0 -11
  664. package/esm2022/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.mjs +0 -37
  665. package/esm2022/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.mjs +0 -18
  666. package/esm2022/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.mjs +0 -130
  667. package/esm2022/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.mjs +0 -17
  668. package/esm2022/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.mjs +0 -11
  669. package/esm2022/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.mjs +0 -11
  670. package/esm2022/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.mjs +0 -21
  671. package/esm2022/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.mjs +0 -105
  672. package/esm2022/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.mjs +0 -76
  673. package/esm2022/lib/components/core/babylon-img-banner/babylon-img-banner.component.mjs +0 -13
  674. package/esm2022/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.mjs +0 -61
  675. package/esm2022/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.mjs +0 -11
  676. package/esm2022/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.mjs +0 -11
  677. package/esm2022/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.mjs +0 -11
  678. package/esm2022/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.mjs +0 -18
  679. package/esm2022/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.mjs +0 -11
  680. package/esm2022/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.mjs +0 -13
  681. package/esm2022/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.mjs +0 -28
  682. package/esm2022/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.mjs +0 -11
  683. package/esm2022/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.mjs +0 -11
  684. package/esm2022/lib/components/core/babylon-list-img/babylon-list-img.component.mjs +0 -78
  685. package/esm2022/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.mjs +0 -11
  686. package/esm2022/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.mjs +0 -11
  687. package/esm2022/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.mjs +0 -65
  688. package/esm2022/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.mjs +0 -19
  689. package/esm2022/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.mjs +0 -19
  690. package/esm2022/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.mjs +0 -11
  691. package/esm2022/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.mjs +0 -19
  692. package/esm2022/lib/components/core/babylon-reviews/babylon-reviews.component.mjs +0 -11
  693. package/esm2022/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.mjs +0 -11
  694. package/esm2022/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.mjs +0 -12
  695. package/esm2022/lib/components/core/babylon-slider-box/babylon-slider-box.component.mjs +0 -12
  696. package/esm2022/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.mjs +0 -12
  697. package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +0 -13
  698. package/esm2022/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.mjs +0 -52
  699. package/esm2022/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.mjs +0 -13
  700. package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.mjs +0 -11
  701. package/esm2022/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.mjs +0 -12
  702. package/esm2022/lib/components/core/babylon-social-bar/babylon-social-bar.component.mjs +0 -11
  703. package/esm2022/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.mjs +0 -11
  704. package/esm2022/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.mjs +0 -67
  705. package/esm2022/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.mjs +0 -15
  706. package/esm2022/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.mjs +0 -11
  707. package/esm2022/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.mjs +0 -12
  708. package/esm2022/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.mjs +0 -82
  709. package/esm2022/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.mjs +0 -11
  710. package/esm2022/lib/directives/images/swap-on-reload.directive.mjs +0 -83
  711. package/esm2022/lib/directives/scroll/scroll-to.directive.mjs +0 -183
  712. package/esm2022/lib/directives/sliders/slick-init.directive.mjs +0 -211
  713. package/esm2022/lib/directives/sliders/slider-fix-arrows.directive.mjs +0 -105
  714. package/esm2022/lib/directives/utils/sticky-avoid-footer.directive.mjs +0 -91
  715. package/esm2022/lib/services/scroll/scroll-spy.service.mjs +0 -50
  716. package/lib/components/core/babylon-404-v2/babylon-404-v2.component.d.ts +0 -5
  717. package/lib/components/core/babylon-adventages-v2/babylon-adventages-v2.component.d.ts +0 -5
  718. package/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.d.ts +0 -5
  719. package/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.d.ts +0 -10
  720. package/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.d.ts +0 -6
  721. package/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.d.ts +0 -44
  722. package/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.d.ts +0 -7
  723. package/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.d.ts +0 -5
  724. package/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.d.ts +0 -5
  725. package/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.d.ts +0 -10
  726. package/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.d.ts +0 -22
  727. package/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.d.ts +0 -16
  728. package/lib/components/core/babylon-img-banner/babylon-img-banner.component.d.ts +0 -5
  729. package/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.d.ts +0 -12
  730. package/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.d.ts +0 -5
  731. package/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.d.ts +0 -5
  732. package/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.d.ts +0 -5
  733. package/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.d.ts +0 -6
  734. package/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.d.ts +0 -5
  735. package/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.d.ts +0 -5
  736. package/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.d.ts +0 -12
  737. package/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.d.ts +0 -5
  738. package/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.d.ts +0 -5
  739. package/lib/components/core/babylon-list-img/babylon-list-img.component.d.ts +0 -17
  740. package/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.d.ts +0 -5
  741. package/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.d.ts +0 -5
  742. package/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.d.ts +0 -10
  743. package/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.d.ts +0 -7
  744. package/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.d.ts +0 -7
  745. package/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.d.ts +0 -5
  746. package/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.d.ts +0 -7
  747. package/lib/components/core/babylon-reviews/babylon-reviews.component.d.ts +0 -5
  748. package/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.d.ts +0 -5
  749. package/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.d.ts +0 -5
  750. package/lib/components/core/babylon-slider-box/babylon-slider-box.component.d.ts +0 -5
  751. package/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.d.ts +0 -5
  752. package/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.d.ts +0 -5
  753. package/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.d.ts +0 -9
  754. package/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.d.ts +0 -5
  755. package/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.d.ts +0 -5
  756. package/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.d.ts +0 -5
  757. package/lib/components/core/babylon-social-bar/babylon-social-bar.component.d.ts +0 -5
  758. package/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.d.ts +0 -5
  759. package/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.d.ts +0 -12
  760. package/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.d.ts +0 -6
  761. package/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.d.ts +0 -5
  762. package/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.d.ts +0 -5
  763. package/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.d.ts +0 -12
  764. package/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.d.ts +0 -5
  765. package/lib/directives/images/swap-on-reload.directive.d.ts +0 -22
  766. package/lib/directives/scroll/scroll-to.directive.d.ts +0 -31
  767. package/lib/directives/sliders/slick-init.directive.d.ts +0 -14
  768. package/lib/directives/sliders/slider-fix-arrows.directive.d.ts +0 -21
  769. package/lib/directives/utils/sticky-avoid-footer.directive.d.ts +0 -24
  770. package/lib/services/scroll/scroll-spy.service.d.ts +0 -17
  771. package/lib/styles/styles/babylon/scss-daba/airDatePicker.min.css +0 -13
  772. package/lib/styles/styles/babylon/scss-daba/aos.min.css +0 -1
  773. package/lib/styles/styles/babylon/scss-daba/buttons.css +0 -1
  774. package/lib/styles/styles/babylon/scss-daba/buttons.scss +0 -441
  775. package/lib/styles/styles/babylon/scss-daba/fancybox.css +0 -829
  776. package/lib/styles/styles/babylon/scss-daba/fancybox.min.css +0 -1
  777. package/lib/styles/styles/babylon/scss-daba/funciones.scss +0 -491
  778. package/lib/styles/styles/babylon/scss-daba/inputs.css +0 -1
  779. package/lib/styles/styles/babylon/scss-daba/inputs.scss +0 -168
  780. package/lib/styles/styles/babylon/scss-daba/jquery.fancybox.min.css +0 -1
  781. package/lib/styles/styles/babylon/scss-daba/style.css +0 -1
  782. package/lib/styles/styles/babylon/scss-daba/style.scss +0 -445
  783. package/lib/styles/styles/babylon/scss-daba/swiper-bundle.min.css +0 -635
  784. /package/lib/styles/styles/babylon/{scss-daba/funciones.css → structure.css} +0 -0
@@ -1,49 +1,81 @@
1
- import { CommonModule } from '@angular/common';
2
- import { DropdownModule } from 'primeng/dropdown';
3
- import { Component, EventEmitter, Input, Output, ViewChild, } from '@angular/core';
1
+ import { CommonModule, isPlatformBrowser } from '@angular/common';
2
+ import { Component, EventEmitter, inject, Input, Output, PLATFORM_ID, ViewChild, } from '@angular/core';
4
3
  import { FormControl, FormGroup, FormsModule, ReactiveFormsModule, Validators, } from '@angular/forms';
5
4
  import { CalendarModule } from 'primeng/calendar';
6
5
  import { DialogModule } from 'primeng/dialog';
6
+ import { DropdownModule } from 'primeng/dropdown';
7
+ import { Subject, takeUntil } from 'rxjs';
8
+ import { BabylonLinkTypeDirective } from '../../../directives/link-type/link-type.directive';
7
9
  import { BabylonGuestsPopupComponent, } from '../babylon-guests-popup/babylon-guests-popup.component';
8
10
  import * as i0 from "@angular/core";
9
- import * as i1 from "@angular/forms";
10
- import * as i2 from "primeng/calendar";
11
- import * as i3 from "@angular/common";
11
+ import * as i1 from "@angular/material/dialog";
12
+ import * as i2 from "@angular/forms";
13
+ import * as i3 from "primeng/calendar";
14
+ import * as i4 from "primeng/api";
15
+ import * as i5 from "primeng/dropdown";
16
+ import * as i6 from "@angular/common";
12
17
  export class BabylonEngineModalComponent {
13
- constructor(cdr) {
18
+ constructor(cdr, dialogRef, renderer) {
14
19
  this.cdr = cdr;
20
+ this.dialogRef = dialogRef;
21
+ this.renderer = renderer;
22
+ this.showAges = true;
15
23
  this.close = new EventEmitter();
16
24
  this.datepickerValue = '';
17
- this.form = new FormGroup({
18
- dates: new FormControl('', [Validators.required]),
19
- guests: new FormControl('', [Validators.required]),
20
- promo: new FormControl('', [Validators.required]),
21
- });
25
+ this.minDate = new Date();
22
26
  this.formModal = new FormGroup({
23
- dateIn: new FormControl('', [Validators.required]),
24
- dateOut: new FormControl('', [Validators.required]),
27
+ hotels: new FormControl(undefined, [Validators.required]),
28
+ dates: new FormControl(this.datepickerValue, [Validators.required]),
25
29
  guests: new FormControl('', [Validators.required]),
26
30
  promo: new FormControl('', [Validators.required]),
27
31
  });
28
32
  this.guestsValue = '';
33
+ this.guestsValueSeparates = {
34
+ adults: 2,
35
+ kids: {
36
+ code: 0,
37
+ codeAges: [],
38
+ },
39
+ infants: 0,
40
+ };
41
+ this.generatedUrl = '';
42
+ this.unsubscribe$ = new Subject();
29
43
  this.showingGuests = false;
44
+ this.platformId = inject(PLATFORM_ID);
30
45
  }
31
46
  ngOnInit() {
47
+ this.minDate.setHours(0, 0, 0, 0);
48
+ this.guestsValue = '2';
49
+ this.formModal.get('guests')?.setValue(this.guestsValue);
50
+ this.updateGeneratedUrl();
32
51
  this.cdr.detectChanges();
52
+ this.formModal.valueChanges
53
+ .pipe(takeUntil(this.unsubscribe$))
54
+ .subscribe(() => {
55
+ this.updateGeneratedUrl();
56
+ this.saveEngineData();
57
+ });
58
+ this.loadEngineData();
33
59
  }
34
- openCalendar() {
35
- this.datepicker.toggle();
36
- }
37
- openCalendarIn() {
38
- this.datepickerIn.toggle();
60
+ toggleHotelsDropdown() {
61
+ if (this.hotelsDropdown) {
62
+ this.hotelsDropdown.show();
63
+ }
39
64
  }
40
- openCalendarOut() {
41
- this.datepickerOut.toggle();
65
+ handleDropdownChange(event) {
66
+ this.hotelsValue = event.value;
67
+ if (this.hotelsValue?.id) {
68
+ this.saveEngineData();
69
+ }
42
70
  }
43
71
  toggleShowingGuests() {
44
72
  this.showingGuests = !this.showingGuests;
45
73
  }
46
74
  guestsChange(data) {
75
+ this.guestsValueSeparates.adults = Number(data.adultsValue?.code);
76
+ this.guestsValueSeparates.kids.code = Number(data.kidsValue?.code);
77
+ this.guestsValueSeparates.kids.codeAges = data.kidsValue?.ages?.map((age) => Number(age.code));
78
+ this.guestsValueSeparates.infants = Number(data.infantsValue?.code);
47
79
  const totalGuests = (Number(data.adultsValue?.code)
48
80
  ? Number(data.adultsValue?.code)
49
81
  : 0) +
@@ -55,15 +87,143 @@ export class BabylonEngineModalComponent {
55
87
  totalGuests < 10
56
88
  ? '0' + totalGuests.toString()
57
89
  : totalGuests.toString();
58
- this.form?.get('guests')?.setValue(this.guestsValue);
59
90
  this.formModal?.get('guests')?.setValue(this.guestsValue);
60
91
  this.toggleShowingGuests();
92
+ this.saveEngineData();
93
+ }
94
+ btnClick(e) {
95
+ e.preventDefault();
61
96
  }
62
97
  closeModal() {
63
- this.close.emit();
98
+ this.close.emit(this.formModal.value);
99
+ this.dialogRef.close();
64
100
  }
65
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonEngineModalComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
66
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonEngineModalComponent, isStandalone: true, selector: "lib-babylon-engine-modal", inputs: { modal: "modal" }, outputs: { close: "close" }, viewQueries: [{ propertyName: "datepicker", first: true, predicate: ["datepicker"], descendants: true }, { propertyName: "datepickerIn", first: true, predicate: ["datepickerIn"], descendants: true }, { propertyName: "datepickerOut", first: true, predicate: ["datepickerOut"], descendants: true }], ngImport: i0, template: "\n<div class=\"babylon__engines__wrapper\">\n <div class=\"close-modal\" (click)=\"closeModal()\">\n <button class=\"btn btn_primary btn--light btn--close ml--20\">\n <span class=\"babylon-plus\"></span>\n </button>\n </div>\n <div class=\"babylon__engines engine-modal\">\n <div\n class=\"babylon__engines__header d-flex flex-column align-itemns-center\"\n [ngClass]=\"{ 'babylon__engines__header--popup-open': showingGuests }\"\n >\n <h4 class=\"title--small\">Reserva tu habitaci\u00F3n</h4>\n <span class=\"subtitle\">Babylon Hotels</span>\n </div>\n\n <form\n class=\"babylon__engines__form d-flex flex-column align-items-center\"\n [formGroup]=\"formModal\"\n >\n <div class=\"babylon__engines__input--wrapper\">\n <span class=\"babylon__engines__datepicker__icon--left\"></span>\n <div class=\"dropdown\"> \n <button class=\"dropdown-btn babylon__engines__input\">hoteles</button>\n <ul class=\"dropdown-menu\">\n <li >hotel 1</li>\n <li>hotel 2</li>\n <li>hotel 3</li>\n </ul>\n </div>\n </div>\n <div\n class=\"babylon__engines__datepicker--wrapper d-flex justify-content-between flex-nowrap\"\n >\n <span\n class=\"babylon__engines__datepicker__icon--left\"\n (click)=\"openCalendarIn()\"\n ></span>\n <span\n class=\"babylon__engines__datepicker--title\"\n (click)=\"openCalendarIn()\"\n >Llegada</span\n >\n\n <p-calendar\n class=\"babylon__engines__datepicker\"\n [showOtherMonths]=\"false\"\n dateFormat=\"dd-mm-yy\"\n placeholder=\"00/00/2025\"\n formControlName=\"dateIn\"\n [showOnFocus]=\"false\"\n #datepickerIn\n >\n </p-calendar>\n <span\n (click)=\"openCalendarIn()\"\n class=\"babylon__engines__datepicker__icon babylon-calendar\"\n ></span>\n </div>\n <div\n class=\"babylon__engines__datepicker--wrapper d-flex justify-content-between flex-nowrap\"\n >\n <span\n class=\"babylon__engines__datepicker__icon--left\"\n (click)=\"openCalendarOut()\"\n ></span>\n <span\n class=\"babylon__engines__datepicker--title\"\n (click)=\"openCalendarOut()\"\n >Salida</span\n >\n\n <p-calendar\n class=\"babylon__engines__datepicker\"\n [showOtherMonths]=\"false\"\n dateFormat=\"dd-mm-yy\"\n placeholder=\"00/00/2025\"\n formControlName=\"dateOut\"\n #datepickerOut\n >\n </p-calendar>\n <span\n class=\"babylon__engines__datepicker__icon babylon-calendar\"\n (click)=\"openCalendarOut()\"\n ></span>\n </div>\n <div\n class=\"babylon__engines__input--wrapper d-flex align-items-center guests\"\n (click)=\"toggleShowingGuests()\"\n >\n <span class=\"babylon__engines__datepicker__icon--left\"></span>\n <input\n class=\"babylon__engines__input\"\n type=\"text\"\n formControlName=\"guests\"\n placeholder=\"Guests\"\n [value]=\"guestsValue\"\n />\n <span class=\"babylon-arrow-bottom\"></span>\n </div>\n @if (showingGuests) {\n <lib-babylon-guests-popup\n (apply)=\"guestsChange($event)\"\n ></lib-babylon-guests-popup>\n }\n <div\n class=\"babylon__engines__input--wrapper d-flex align-items-center promo-code\"\n >\n <span class=\"babylon__engines__datepicker__icon--left\"></span>\n <input\n class=\"babylon__engines__input\"\n type=\"text\"\n placeholder=\"Promo code\"\n formControlName=\"promo\"\n [value]=\"\"\n />\n <span class=\"babylon-tag\"></span>\n </div>\n <a\n href=\"https://engine.witbooking.com/hotel/demo_urbano\"\n class=\"btn btn-call btn-white\"\n (click)=\"closeModal()\"\n >\n Reservar\n </a>\n </form>\n </div>\n</div>\n", styles: ["@charset \"UTF-8\";.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}: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}.babylon__engines{width:100%;position:absolute;padding:30px 0;top:50%;left:50%;transform:translate3d(-50%,-50%,0);max-height:100vh}.babylon__engines__wrapper{width:100%;height:100%;background-color:var(--cl_engine-bg-dark);position:relative;overflow-y:auto}.babylon__engines__wrapper::-webkit-scrollbar{display:none}.babylon__engines__header{width:100%;gap:15px;padding-bottom:65px}.babylon__engines__header--popup-open{padding-top:60px}.babylon__engines h4,.babylon__engines .subtitle{color:#fff;font-weight:400;text-align:center}.babylon__engines .subtitle{font-family:var(--font-text);font-size:15px;font-weight:300}.babylon__engines__form{height:100%;max-width:350px;position:relative;padding-bottom:30px;left:50%;gap:20px;transform:translate(-50%)}@media (min-width: 576px){.babylon__engines__form{max-width:400px}}.babylon__engines__input{border:none;background:transparent;color:var(--cl_engine-text);font-size:20px;width:calc(100% - 40px);text-align:left}.babylon__engines__input::placeholder{color:var(--cl_engine-text);font-size:18px}.babylon__engines__input--wrapper{max-width:350px;width:100%;background-color:#fff;border-radius:5px;height:60px;padding:19px 5px 18px 46px;position:relative}.babylon__engines__input--wrapper:nth-child(2){cursor:pointer}@media (min-width: 576px){.babylon__engines__input--wrapper{max-width:400px}}.babylon__engines__input__title{width:max-content}.babylon__engines__datepicker{height:max-content;background-color:transparent;max-width:200px;width:120px}.babylon__engines__datepicker--wrapper{position:relative;cursor:pointer;max-width:350px;background-color:#fff;border-radius:5px;width:100%;height:60px;padding:19px 5px 18px 46px}@media (min-width: 576px){.babylon__engines__datepicker--wrapper{max-width:400px}}.babylon__engines__datepicker__icon{position:absolute;right:21px;font-size:16px;top:50%;transform:translateY(-50%)}.babylon__engines__datepicker__icon--left{position:absolute;left:21px;width:13px;border-bottom:1px solid #5a5a5a;top:50%;transform:translateY(-50%)}.babylon__engines__datepicker--title{font-family:var(--font-text);color:var(--cl_engine-text);font-size:18px;width:100%;max-width:calc(100% - 120px)}.babylon__engines__datepicker ::ng-deep .p-inputtext{border:none;background-color:transparent;font-family:var(--font-text);font-size:17px;line-height:27px;border-radius:0;color:var(--cl_engine-text);padding:0;-webkit-user-select:none;user-select:none;cursor:pointer;width:120px}@media (max-width: 1199px){.babylon__engines__datepicker ::ng-deep .p-inputtext{font-size:15px}}.babylon__engines__datepicker ::ng-deep .p-inputtext::placeholder{font-family:var(--font-text);font-weight:400;line-height:27px;text-align:left;color:var(--cl_engine-text);font-size:17px}@media (max-width: 1199px){.babylon__engines__datepicker ::ng-deep .p-inputtext::placeholder{font-size:15px}}.babylon__engines__datepicker ::ng-deep .p-inputtext:focus-visible{outline:none}.babylon__engines__datepicker ::ng-deep span{width:100%}.babylon__engines__datepicker ::ng-deep .p-datepicker{background-color:#fff;box-shadow:0 0 6px #cbcbcb80;padding:.2em .2em 0;width:350px;left:50%!important;transform:translate(-50%)}@media (min-width: 576px){.babylon__engines__datepicker ::ng-deep .p-datepicker{max-width:400px}}.babylon__engines__datepicker ::ng-deep .p-datepicker *{color:var(--cl_engine-text)}.babylon__engines__datepicker ::ng-deep .p-datepicker-group-container{gap:20px}@media (max-width: 575px){.babylon__engines__datepicker ::ng-deep .p-datepicker-group-container{flex-direction:column}}.babylon__engines__datepicker ::ng-deep .p-datepicker-header{padding:.4em 0}.babylon__engines__datepicker ::ng-deep .p-hidden-accessible{display:none}.babylon__engines__datepicker ::ng-deep .p-highlight{background-color:#5a5a5a;color:#fff}.babylon__engines__datepicker ::ng-deep td>.p-element{padding:3px 5px}.babylon__engines__datepicker ::ng-deep th{padding:.7em .3em}.babylon__engines__datepicker ::ng-deep .p-link{border:none;background-color:#fff}.babylon__engines__datepicker ::ng-deep .p-datepicker-title *{font-family:var(--font-text);font-size:16px;font-weight:700}.babylon__engines__datepicker ::ng-deep .p-datepicker-month{text-transform:uppercase}.babylon__engines__datepicker ::ng-deep .p-datepicker-title{pointer-events:none}.babylon__engines .icon-down{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #333;display:inline-block;margin:0 auto}.babylon__engines .btn{min-width:230px}.babylon__engines .babylon-arrow-bottom{font-weight:700;position:absolute;right:23px}.babylon__engines .guests{cursor:pointer}.babylon__engines div:not(.babylon__engines__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests{padding:0}.babylon__engines div:not(.babylon__engines__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests__dropdown--wrapper{height:60px}.close-modal{cursor:pointer;position:absolute;right:10px!important;top:10px!important}.close-modal .babylon-plus:before{transform:rotate(45deg);font-size:small}.header_sticky .babylon__engines{display:block!important}\n"], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: CalendarModule }, { kind: "component", type: i2.Calendar, selector: "p-calendar", inputs: ["iconDisplay", "style", "styleClass", "inputStyle", "inputId", "name", "inputStyleClass", "placeholder", "ariaLabelledBy", "ariaLabel", "iconAriaLabel", "disabled", "dateFormat", "multipleSeparator", "rangeSeparator", "inline", "showOtherMonths", "selectOtherMonths", "showIcon", "icon", "appendTo", "readonlyInput", "shortYearCutoff", "monthNavigator", "yearNavigator", "hourFormat", "timeOnly", "stepYearPicker", "stepHour", "stepMinute", "stepSecond", "showSeconds", "required", "showOnFocus", "showWeek", "startWeekFromFirstDayOfYear", "showClear", "dataType", "selectionMode", "maxDateCount", "showButtonBar", "todayButtonStyleClass", "clearButtonStyleClass", "autofocus", "autoZIndex", "baseZIndex", "panelStyleClass", "panelStyle", "keepInvalid", "hideOnDateTimeSelect", "touchUI", "timeSeparator", "focusTrap", "showTransitionOptions", "hideTransitionOptions", "tabindex", "variant", "minDate", "maxDate", "disabledDates", "disabledDays", "yearRange", "showTime", "responsiveOptions", "numberOfMonths", "firstDayOfWeek", "locale", "view", "defaultDate"], outputs: ["onFocus", "onBlur", "onClose", "onSelect", "onClear", "onInput", "onTodayClick", "onClearClick", "onMonthChange", "onYearChange", "onClickOutside", "onShow"] }, { kind: "component", type: BabylonGuestsPopupComponent, selector: "lib-babylon-guests-popup", outputs: ["apply"] }, { kind: "ngmodule", type: DialogModule }, { kind: "ngmodule", type: DropdownModule }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
101
+ updateGeneratedUrl() {
102
+ if (!this.formModal || !this.button?.url) {
103
+ this.generatedUrl = this.button?.url || '';
104
+ return;
105
+ }
106
+ const formValues = this.formModal.value;
107
+ const params = new URLSearchParams();
108
+ if (formValues.hotels) {
109
+ this.hotelsValue = formValues.hotels;
110
+ }
111
+ if (this.url) {
112
+ const isMobile = /Mobi|Android|iPhone|iPad|iPod|Windows Phone/i.test(navigator.userAgent);
113
+ const affiliate = `${this.codigo}_${this.lang}_${isMobile ? 'mobile' : 'PC'}`;
114
+ params.append('affiliate', affiliate);
115
+ }
116
+ if (Array.isArray(formValues.dates) && formValues.dates.length === 2) {
117
+ const [datein, dateout] = formValues.dates.map((date) => this.formatDate(new Date(date)));
118
+ params.append('datein', datein);
119
+ params.append('dateout', dateout);
120
+ this.saveEngineData(datein, dateout);
121
+ }
122
+ if (this.guestsValueSeparates.adults) {
123
+ params.append('adultos', this.guestsValueSeparates.adults.toString());
124
+ }
125
+ if (this.guestsValueSeparates.kids.code) {
126
+ params.append('children', this.guestsValueSeparates.kids.code.toString());
127
+ }
128
+ if (this.guestsValueSeparates.infants) {
129
+ params.append('babies', this.guestsValueSeparates.infants.toString());
130
+ }
131
+ this.appendGuestAges(params);
132
+ if (formValues.promo) {
133
+ params.append('prom', formValues.promo);
134
+ params.append('prom_clean', '0');
135
+ }
136
+ else {
137
+ params.append('prom_clean', '1');
138
+ }
139
+ if (this.glValue)
140
+ params.append('_gl', this.glValue);
141
+ if (this.hotelsValue && formValues.hotels) {
142
+ this.generatedUrl = `${this.hotelsValue?.url}?${params.toString()}`;
143
+ }
144
+ else {
145
+ this.generatedUrl = `${this.button?.url}?${params.toString()}`;
146
+ }
147
+ }
148
+ appendGuestAges(params) {
149
+ const { infants, kids } = this.guestsValueSeparates;
150
+ if (infants) {
151
+ Array.from({ length: infants }).forEach(() => params.append('guestAges', '0'));
152
+ }
153
+ if (kids?.codeAges?.length) {
154
+ kids.codeAges.forEach((age) => params.append('guestAges', age.toString()));
155
+ }
156
+ }
157
+ formatDate(date) {
158
+ return date
159
+ .toLocaleDateString('es-ES', {
160
+ day: '2-digit',
161
+ month: '2-digit',
162
+ year: 'numeric',
163
+ })
164
+ .replace(/\//g, '-');
165
+ }
166
+ get defaultGuestsValue() {
167
+ return {
168
+ adultsValue: {
169
+ code: this.guestsValueSeparates.adults,
170
+ name: String(this.guestsValueSeparates.adults).padStart(2, '0'),
171
+ },
172
+ kidsValue: {
173
+ code: this.guestsValueSeparates.kids.code,
174
+ name: String(this.guestsValueSeparates.kids.code).padStart(2, '0'),
175
+ ages: this.guestsValueSeparates.kids.codeAges?.map((code) => ({
176
+ code,
177
+ name: String(code).padStart(2, '0'),
178
+ })),
179
+ },
180
+ infantsValue: {
181
+ code: this.guestsValueSeparates.infants,
182
+ name: String(this.guestsValueSeparates.infants).padStart(2, '0'),
183
+ },
184
+ };
185
+ }
186
+ saveEngineData(datein, dateout) {
187
+ if (isPlatformBrowser(this.platformId)) {
188
+ const storedData = sessionStorage.getItem('engineData');
189
+ const previousData = storedData ? JSON.parse(storedData) : {};
190
+ if (datein && dateout) {
191
+ const partsIn = datein.split('-');
192
+ const partsOut = dateout.split('-');
193
+ const inDate = new Date(Number(partsIn[2]), Number(partsIn[1]) - 1, Number(partsIn[0]));
194
+ const outDate = new Date(Number(partsOut[2]), Number(partsOut[1]) - 1, Number(partsOut[0]));
195
+ if (outDate <= inDate) {
196
+ inDate.setDate(inDate.getDate() + 1);
197
+ const dd = String(inDate.getDate()).padStart(2, '0');
198
+ const mm = String(inDate.getMonth() + 1).padStart(2, '0');
199
+ const yyyy = inDate.getFullYear();
200
+ dateout = `${dd}-${mm}-${yyyy}`;
201
+ }
202
+ }
203
+ const hotelId = this.hotelsValue?.id || 1;
204
+ const engineData = {
205
+ period_from: datein
206
+ ? datein.replace(/-/g, '/')
207
+ : previousData.period_from,
208
+ period_to: dateout
209
+ ? dateout.replace(/-/g, '/')
210
+ : previousData.period_to,
211
+ adults: this.guestsValueSeparates.adults || 1,
212
+ kids: this.guestsValueSeparates.kids.code || 0,
213
+ babies: this.guestsValueSeparates.infants || 0,
214
+ hotelId: hotelId,
215
+ };
216
+ sessionStorage.setItem('engineData', JSON.stringify(engineData));
217
+ }
218
+ }
219
+ loadEngineData() {
220
+ const storedData = sessionStorage.getItem('engineData');
221
+ if (!storedData) {
222
+ this.saveEngineData();
223
+ }
224
+ }
225
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonEngineModalComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.MatDialogRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
226
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonEngineModalComponent, isStandalone: true, selector: "lib-babylon-engine-modal", inputs: { modal: "modal", datepickerData: "datepickerData", guestsInput: "guestsInput", promoInput: "promoInput", button: "button", guests: "guests", title: "title", subtitle: "subtitle", lang: "lang", url: "url", codigo: "codigo", glValue: "glValue", onlyAdults: "onlyAdults", showAges: "showAges", hotelsInput: "hotelsInput", hotels: "hotels", hotelsPlaceholder: "hotelsPlaceholder", openInNewWindow: "openInNewWindow" }, outputs: { close: "close" }, viewQueries: [{ propertyName: "datepicker", first: true, predicate: ["datepicker"], descendants: true }, { propertyName: "hotelsDropdown", first: true, predicate: ["hotelsDropdown"], descendants: true }], ngImport: i0, template: "<div class=\"babylon__engines__wrapper\">\n <div class=\"close-modal\" (click)=\"closeModal()\">\n <button\n name=\"close\"\n class=\"btn btn_primary btn--light btn--close ml--20\"\n aria-label=\"Close\"\n >\n <span class=\"babylon-plus\"></span>\n </button>\n </div>\n <div class=\"babylon__engines engine-modal\">\n <div\n class=\"babylon__engines__header d-flex flex-column align-itemns-center\"\n [ngClass]=\"{\n 'babylon__engines__header--popup-open': showingGuests,\n }\"\n >\n @if (title) {\n <h4 class=\"title--small\">{{ title }}</h4>\n }\n @if (subtitle) {\n <span class=\"subtitle\">{{ subtitle }}</span>\n }\n </div>\n\n <form\n class=\"babylon__engines__form d-flex flex-column align-items-center\"\n [formGroup]=\"formModal\"\n >\n @if (\n hotelsInput &&\n hotels &&\n hotels.options &&\n hotels.options.length > 1\n ) {\n <div\n class=\"babylon__engines__input--wrapper d-flex align-items-center hotels\"\n >\n <span\n class=\"babylon__engines__datepicker__icon--left\"\n ></span>\n @if (hotelsInput) {\n <span\n class=\"babylon__engines__datepicker--title\"\n (click)=\"toggleHotelsDropdown()\"\n >{{ hotelsInput }}</span\n >\n }\n <span class=\"babylon-arrow-bottom\"></span>\n\n <p-dropdown\n class=\"babylon__engines__input\"\n [options]=\"hotels.options\"\n formControlName=\"hotels\"\n [placeholder]=\"hotelsPlaceholder\"\n optionLabel=\"name\"\n (onChange)=\"handleDropdownChange($event)\"\n #hotelsDropdown\n >\n </p-dropdown>\n </div>\n }\n <div\n class=\"babylon__engines__datepicker--wrapper d-flex justify-content-between flex-nowrap\"\n >\n <span class=\"babylon__engines__datepicker__icon--left\"></span>\n @if (datepickerData?.title) {\n <span class=\"babylon__engines__datepicker--title\">{{\n datepickerData?.title\n }}</span>\n }\n\n <p-calendar\n class=\"babylon__engines__datepicker\"\n [showOtherMonths]=\"false\"\n dateFormat=\"dd-mm-yy\"\n selectionMode=\"range\"\n [placeholder]=\"datepickerData?.placeholder\"\n formControlName=\"dates\"\n [numberOfMonths]=\"2\"\n [minDate]=\"minDate\"\n #datepicker\n [readonlyInput]=\"true\"\n [showOnFocus]=\"false\"\n >\n <ng-template pTemplate=\"header\">\n <div class=\"calendar-header\">\n <button\n class=\"btn btn_primary btn--light babylon-plus\"\n id=\"close\"\n (click)=\"datepicker.overlayVisible = false\"\n ></button>\n </div>\n </ng-template>\n </p-calendar>\n <span\n class=\"babylon__engines__datepicker__icon babylon-calendar\"\n (click)=\"datepicker.toggle()\"\n ></span>\n </div>\n @if (guestsInput) {\n <div\n class=\"babylon__engines__input--wrapper d-flex align-items-center guests\"\n (click)=\"toggleShowingGuests()\"\n >\n <span\n class=\"babylon__engines__datepicker__icon--left\"\n ></span>\n @if (guestsInput.placeholder) {\n <span\n class=\"guest-info\"\n [innerHTML]=\"guestsInput.placeholder + ': '\"\n ></span>\n }\n <input\n class=\"babylon__engines__input\"\n type=\"text\"\n formControlName=\"guests\"\n [placeholder]=\"guestsInput.placeholder\"\n [value]=\"guestsValue\"\n readonly\n />\n <span class=\"babylon-arrow-bottom\"></span>\n </div>\n }\n @if (showingGuests && guests) {\n <lib-babylon-guests-popup\n [onlyAdults]=\"onlyAdults\"\n [defaultValue]=\"defaultGuestsValue\"\n [adultsDropdown]=\"guests.adultsDropdown\"\n [agesDropdown]=\"guests.agesDropdown\"\n [agesLabel]=\"guests.agesLabel\"\n [babiesDropdown]=\"guests.babiesDropdown\"\n [kidsDropdown]=\"guests.kidsDropdown\"\n [showAges]=\"showAges\"\n [btn]=\"guests.btn\"\n (apply)=\"guestsChange($event)\"\n ></lib-babylon-guests-popup>\n }\n @if (promoInput) {\n <div\n class=\"babylon__engines__input--wrapper d-flex align-items-center promo-code\"\n >\n <span\n class=\"babylon__engines__datepicker__icon--left\"\n ></span>\n <input\n class=\"babylon__engines__input\"\n type=\"text\"\n [placeholder]=\"promoInput.placeholder\"\n formControlName=\"promo\"\n [value]=\"\"\n />\n <span class=\"babylon-tag\"></span>\n </div>\n }\n @if (button) {\n <a\n [attr.aria-label]=\"button.label\"\n [href]=\"generatedUrl\"\n [attr.target]=\"openInNewWindow ? '_blank' : '_self'\"\n class=\"btn btn_call btn--light\"\n (click)=\"updateGeneratedUrl(); closeModal()\"\n >\n {{ button.label }}\n </a>\n }\n </form>\n </div>\n</div>\n", styles: ["@charset \"UTF-8\";:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}.babylon__engines{width:100%;position:absolute;padding:70px 0 20px;left:50%;top:auto;transform:translate(-50%);max-height:100vh}.babylon__engines__wrapper{width:100%;height:100%;background-color:var(--cl_engine-bg-modal);position:relative;overflow-y:auto}.babylon__engines__wrapper::-webkit-scrollbar{display:none}.babylon__engines__header{width:100%;gap:15px;padding-bottom:15px}.babylon__engines h4,.babylon__engines .subtitle{color:var(--cl_title-light);font-weight:400;text-align:center}.babylon__engines .subtitle{font-family:var(--font-text);font-size:15px;font-weight:300}.babylon__engines__form{height:100%;max-width:350px;position:relative;padding-bottom:30px;left:50%;gap:20px;transform:translate(-50%)}@media (min-width: 540px){.babylon__engines__form{max-width:400px}}.babylon__engines__input{border:none;background:transparent;color:var(--cl_engine-text);font-size:var(--font-size-engine-text);width:calc(100% - 40px);text-align:left}.babylon__engines__input::placeholder{color:var(--cl_engine-text);font-weight:400;line-height:27px;text-align:left;font-size:var(--font-size-engine-text)}.babylon__engines__input--wrapper{max-width:350px;width:100%;background-color:var(--cl_engine-input-bg);border-radius:5px;height:60px;padding:19px 5px 18px 46px;position:relative}.babylon__engines__input--wrapper:nth-child(2){cursor:pointer}@media (min-width: 540px){.babylon__engines__input--wrapper{max-width:400px}}.babylon__engines__input--wrapper .guest-info{font-family:var(--font-text);font-weight:400;line-height:35px;text-align:left;color:var(--cl_engine-text-nosticky);font-size:var(--font-size-engine-text)}.babylon__engines__input__title{width:max-content}.babylon__engines__datepicker{height:max-content;background-color:transparent;max-width:200px;width:100%}.babylon__engines__datepicker--wrapper{position:relative;cursor:pointer;max-width:350px;background-color:var(--cl_engine-input-bg);border-radius:5px;width:100%;height:60px;padding:19px 5px 18px 46px}@media (min-width: 540px){.babylon__engines__datepicker--wrapper{max-width:400px}}.babylon__engines__datepicker__icon{position:absolute;right:21px;font-size:20px;top:50%;transform:translateY(-50%);color:var(--cl_engine-text)}.babylon__engines__datepicker__icon--left{position:absolute;left:21px;width:13px;border-bottom:1px solid #5a5a5a;top:50%;transform:translateY(-50%)}.babylon__engines__datepicker--title{font-family:var(--font-text);color:var(--cl_engine-text);font-size:var(--font-size-engine-text);width:100%;max-width:calc(100% - 120px)}.babylon__engines__datepicker ::ng-deep .p-inputtext{border:none;background-color:transparent;font-family:var(--font-text);font-size:var(--font-size-engine-text);line-height:27px;border-radius:0;color:var(--cl_engine-text);padding:0;-webkit-user-select:none;user-select:none;cursor:pointer;width:120px}.babylon__engines__datepicker ::ng-deep .p-inputtext::placeholder{font-family:var(--font-text);font-weight:400;line-height:27px;text-align:left;color:var(--cl_engine-text);font-size:var(--font-size-engine-text)}.babylon__engines__datepicker ::ng-deep .p-inputtext:focus-visible{outline:none}.babylon__engines__datepicker ::ng-deep span{width:100%}.babylon__engines__datepicker ::ng-deep .p-datepicker{background-color:#fff;box-shadow:0 0 6px #cbcbcb80;padding:.2em .2em 0;width:700px;transform:translate(-30%)}@media (min-width: 540px){.babylon__engines__datepicker ::ng-deep .p-datepicker{transform:translate(-40%);max-width:80vw;left:50%!important}}@media (max-width: 539px){.babylon__engines__datepicker ::ng-deep .p-datepicker{width:auto;left:inherit;transform:none!important}}.babylon__engines__datepicker ::ng-deep .p-datepicker *{color:var(--cl_engine-text)}.babylon__engines__datepicker ::ng-deep .p-datepicker-group-container{gap:20px}@media (max-width: 539px){.babylon__engines__datepicker ::ng-deep .p-datepicker-group-container{flex-direction:column}}.babylon__engines__datepicker ::ng-deep .p-datepicker-header{padding:.4em 0}.babylon__engines__datepicker ::ng-deep .p-hidden-accessible{display:none}.babylon__engines__datepicker ::ng-deep .p-highlight{background-color:#5a5a5a;color:#fff}.babylon__engines__datepicker ::ng-deep td>.p-element{padding:3px 5px}.babylon__engines__datepicker ::ng-deep td>.p-element.p-disabled{color:var(--cl_text-disable)!important;background-color:transparent!important}.babylon__engines__datepicker ::ng-deep th{padding:.7em .3em}.babylon__engines__datepicker ::ng-deep .p-link{border:none;background-color:#fff}.babylon__engines__datepicker ::ng-deep .p-datepicker-title *{font-family:var(--font-text);font-size:var(--font-size-engine-text);font-weight:700}.babylon__engines__datepicker ::ng-deep .p-datepicker-month{text-transform:uppercase}.babylon__engines__datepicker ::ng-deep .p-datepicker-title{pointer-events:none}.babylon__engines .icon-down{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #333;display:inline-block;margin:0 auto}.babylon__engines .babylon-tag{font-size:25px;color:var(--cl_engine-text)}.babylon__engines .btn{min-width:230px}.babylon__engines .babylon-arrow-bottom{font-weight:700;position:absolute;right:23px}.babylon__engines .guests{cursor:pointer}.babylon__engines div:not(.babylon__engines__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests{padding:0}.babylon__engines div:not(.babylon__engines__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests__dropdown--wrapper{height:60px}::ng-deep lib-babylon-guests-popup .babylon__guests{position:relative!important;width:auto!important;bottom:auto!important}.calendar-header button#close{position:absolute;top:-1.7rem;right:0rem;width:35px!important;height:35px;min-width:0px;padding:0;border-radius:0%;background-color:var(--cl_btn-light);color:var(--cl_btn-light-hover);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100}.calendar-header button#close:before{transform:rotate(45deg)}.calendar-header button#close:hover{border:2px solid var(--cl_btn-light);background-color:var(--cl_btn-light-hover);color:var(--cl_btn-light)}.close-modal{cursor:pointer;position:absolute;right:20px;top:20px!important;z-index:1}.close-modal .babylon-plus:before{transform:rotate(45deg);font-size:small}.header_sticky .babylon__engines{display:block!important}.header_sticky .guest-info{color:var(--cl_engine-text-sticky);font-size:var(--font-size-engine-text);font-family:var(--font-text);font-weight:400;line-height:35px}.babylon__engines__input--wrapper.hotels{position:relative}.babylon__engines__input--wrapper.hotels::ng-deep .p-dropdown{position:relative;width:100%;font-family:var(--font-text);color:var(--cl_engine-text);font-size:var(--font-size-engine-text)}.babylon__engines__input--wrapper.hotels::ng-deep .p-dropdown-trigger{display:none}.babylon__engines__input--wrapper.hotels::ng-deep .p-overlay{background:var(--cl_engine-input-bg);margin-top:6px;left:-231px!important;top:66px!important;width:calc(100% + 236px);border:none;border-radius:5px;border-top:0}@media (max-width: 539px){.babylon__engines__input--wrapper.hotels::ng-deep .p-overlay{left:-206px!important;top:62px!important;width:calc(100% + 211px);margin-top:6px!important}}.babylon__engines__input--wrapper.hotels::ng-deep .p-overlay ul{display:flex;flex-direction:column}.babylon__engines__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem{width:100%;font-family:var(--font-text);color:var(--cl_engine-text);font-size:var(--font-size-engine-text);padding-left:30px}.babylon__engines__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem:last-child li{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.babylon__engines__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem li{padding:15px}.babylon__engines__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem li:focus-visible{outline:none}\n"], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: CalendarModule }, { kind: "component", type: i3.Calendar, selector: "p-calendar", inputs: ["iconDisplay", "style", "styleClass", "inputStyle", "inputId", "name", "inputStyleClass", "placeholder", "ariaLabelledBy", "ariaLabel", "iconAriaLabel", "disabled", "dateFormat", "multipleSeparator", "rangeSeparator", "inline", "showOtherMonths", "selectOtherMonths", "showIcon", "icon", "appendTo", "readonlyInput", "shortYearCutoff", "monthNavigator", "yearNavigator", "hourFormat", "timeOnly", "stepYearPicker", "stepHour", "stepMinute", "stepSecond", "showSeconds", "required", "showOnFocus", "showWeek", "startWeekFromFirstDayOfYear", "showClear", "dataType", "selectionMode", "maxDateCount", "showButtonBar", "todayButtonStyleClass", "clearButtonStyleClass", "autofocus", "autoZIndex", "baseZIndex", "panelStyleClass", "panelStyle", "keepInvalid", "hideOnDateTimeSelect", "touchUI", "timeSeparator", "focusTrap", "showTransitionOptions", "hideTransitionOptions", "tabindex", "variant", "minDate", "maxDate", "disabledDates", "disabledDays", "yearRange", "showTime", "responsiveOptions", "numberOfMonths", "firstDayOfWeek", "locale", "view", "defaultDate"], outputs: ["onFocus", "onBlur", "onClose", "onSelect", "onClear", "onInput", "onTodayClick", "onClearClick", "onMonthChange", "onYearChange", "onClickOutside", "onShow"] }, { kind: "directive", type: i4.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: BabylonGuestsPopupComponent, selector: "lib-babylon-guests-popup", inputs: ["defaultValue", "adultsDropdown", "kidsDropdown", "babiesDropdown", "agesDropdown", "kidsLabel", "agesLabel", "btn", "onlyAdults", "showAges"], outputs: ["apply"] }, { kind: "ngmodule", type: DialogModule }, { kind: "ngmodule", type: DropdownModule }, { kind: "component", type: i5.Dropdown, selector: "p-dropdown", inputs: ["id", "scrollHeight", "filter", "name", "style", "panelStyle", "styleClass", "panelStyleClass", "readonly", "required", "editable", "appendTo", "tabindex", "placeholder", "loadingIcon", "filterPlaceholder", "filterLocale", "variant", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "checkmark", "dropdownIcon", "loading", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "autoDisplayFirst", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "maxlength", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "autoShowPanelOnPrintableCharacterKeyDown", "disabled", "itemSize", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "filterValue", "options"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
67
227
  }
68
228
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonEngineModalComponent, decorators: [{
69
229
  type: Component,
@@ -75,19 +235,51 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
75
235
  DialogModule,
76
236
  DropdownModule,
77
237
  CommonModule,
78
- ], template: "\n<div class=\"babylon__engines__wrapper\">\n <div class=\"close-modal\" (click)=\"closeModal()\">\n <button class=\"btn btn_primary btn--light btn--close ml--20\">\n <span class=\"babylon-plus\"></span>\n </button>\n </div>\n <div class=\"babylon__engines engine-modal\">\n <div\n class=\"babylon__engines__header d-flex flex-column align-itemns-center\"\n [ngClass]=\"{ 'babylon__engines__header--popup-open': showingGuests }\"\n >\n <h4 class=\"title--small\">Reserva tu habitaci\u00F3n</h4>\n <span class=\"subtitle\">Babylon Hotels</span>\n </div>\n\n <form\n class=\"babylon__engines__form d-flex flex-column align-items-center\"\n [formGroup]=\"formModal\"\n >\n <div class=\"babylon__engines__input--wrapper\">\n <span class=\"babylon__engines__datepicker__icon--left\"></span>\n <div class=\"dropdown\"> \n <button class=\"dropdown-btn babylon__engines__input\">hoteles</button>\n <ul class=\"dropdown-menu\">\n <li >hotel 1</li>\n <li>hotel 2</li>\n <li>hotel 3</li>\n </ul>\n </div>\n </div>\n <div\n class=\"babylon__engines__datepicker--wrapper d-flex justify-content-between flex-nowrap\"\n >\n <span\n class=\"babylon__engines__datepicker__icon--left\"\n (click)=\"openCalendarIn()\"\n ></span>\n <span\n class=\"babylon__engines__datepicker--title\"\n (click)=\"openCalendarIn()\"\n >Llegada</span\n >\n\n <p-calendar\n class=\"babylon__engines__datepicker\"\n [showOtherMonths]=\"false\"\n dateFormat=\"dd-mm-yy\"\n placeholder=\"00/00/2025\"\n formControlName=\"dateIn\"\n [showOnFocus]=\"false\"\n #datepickerIn\n >\n </p-calendar>\n <span\n (click)=\"openCalendarIn()\"\n class=\"babylon__engines__datepicker__icon babylon-calendar\"\n ></span>\n </div>\n <div\n class=\"babylon__engines__datepicker--wrapper d-flex justify-content-between flex-nowrap\"\n >\n <span\n class=\"babylon__engines__datepicker__icon--left\"\n (click)=\"openCalendarOut()\"\n ></span>\n <span\n class=\"babylon__engines__datepicker--title\"\n (click)=\"openCalendarOut()\"\n >Salida</span\n >\n\n <p-calendar\n class=\"babylon__engines__datepicker\"\n [showOtherMonths]=\"false\"\n dateFormat=\"dd-mm-yy\"\n placeholder=\"00/00/2025\"\n formControlName=\"dateOut\"\n #datepickerOut\n >\n </p-calendar>\n <span\n class=\"babylon__engines__datepicker__icon babylon-calendar\"\n (click)=\"openCalendarOut()\"\n ></span>\n </div>\n <div\n class=\"babylon__engines__input--wrapper d-flex align-items-center guests\"\n (click)=\"toggleShowingGuests()\"\n >\n <span class=\"babylon__engines__datepicker__icon--left\"></span>\n <input\n class=\"babylon__engines__input\"\n type=\"text\"\n formControlName=\"guests\"\n placeholder=\"Guests\"\n [value]=\"guestsValue\"\n />\n <span class=\"babylon-arrow-bottom\"></span>\n </div>\n @if (showingGuests) {\n <lib-babylon-guests-popup\n (apply)=\"guestsChange($event)\"\n ></lib-babylon-guests-popup>\n }\n <div\n class=\"babylon__engines__input--wrapper d-flex align-items-center promo-code\"\n >\n <span class=\"babylon__engines__datepicker__icon--left\"></span>\n <input\n class=\"babylon__engines__input\"\n type=\"text\"\n placeholder=\"Promo code\"\n formControlName=\"promo\"\n [value]=\"\"\n />\n <span class=\"babylon-tag\"></span>\n </div>\n <a\n href=\"https://engine.witbooking.com/hotel/demo_urbano\"\n class=\"btn btn-call btn-white\"\n (click)=\"closeModal()\"\n >\n Reservar\n </a>\n </form>\n </div>\n</div>\n", styles: ["@charset \"UTF-8\";.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}: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}.babylon__engines{width:100%;position:absolute;padding:30px 0;top:50%;left:50%;transform:translate3d(-50%,-50%,0);max-height:100vh}.babylon__engines__wrapper{width:100%;height:100%;background-color:var(--cl_engine-bg-dark);position:relative;overflow-y:auto}.babylon__engines__wrapper::-webkit-scrollbar{display:none}.babylon__engines__header{width:100%;gap:15px;padding-bottom:65px}.babylon__engines__header--popup-open{padding-top:60px}.babylon__engines h4,.babylon__engines .subtitle{color:#fff;font-weight:400;text-align:center}.babylon__engines .subtitle{font-family:var(--font-text);font-size:15px;font-weight:300}.babylon__engines__form{height:100%;max-width:350px;position:relative;padding-bottom:30px;left:50%;gap:20px;transform:translate(-50%)}@media (min-width: 576px){.babylon__engines__form{max-width:400px}}.babylon__engines__input{border:none;background:transparent;color:var(--cl_engine-text);font-size:20px;width:calc(100% - 40px);text-align:left}.babylon__engines__input::placeholder{color:var(--cl_engine-text);font-size:18px}.babylon__engines__input--wrapper{max-width:350px;width:100%;background-color:#fff;border-radius:5px;height:60px;padding:19px 5px 18px 46px;position:relative}.babylon__engines__input--wrapper:nth-child(2){cursor:pointer}@media (min-width: 576px){.babylon__engines__input--wrapper{max-width:400px}}.babylon__engines__input__title{width:max-content}.babylon__engines__datepicker{height:max-content;background-color:transparent;max-width:200px;width:120px}.babylon__engines__datepicker--wrapper{position:relative;cursor:pointer;max-width:350px;background-color:#fff;border-radius:5px;width:100%;height:60px;padding:19px 5px 18px 46px}@media (min-width: 576px){.babylon__engines__datepicker--wrapper{max-width:400px}}.babylon__engines__datepicker__icon{position:absolute;right:21px;font-size:16px;top:50%;transform:translateY(-50%)}.babylon__engines__datepicker__icon--left{position:absolute;left:21px;width:13px;border-bottom:1px solid #5a5a5a;top:50%;transform:translateY(-50%)}.babylon__engines__datepicker--title{font-family:var(--font-text);color:var(--cl_engine-text);font-size:18px;width:100%;max-width:calc(100% - 120px)}.babylon__engines__datepicker ::ng-deep .p-inputtext{border:none;background-color:transparent;font-family:var(--font-text);font-size:17px;line-height:27px;border-radius:0;color:var(--cl_engine-text);padding:0;-webkit-user-select:none;user-select:none;cursor:pointer;width:120px}@media (max-width: 1199px){.babylon__engines__datepicker ::ng-deep .p-inputtext{font-size:15px}}.babylon__engines__datepicker ::ng-deep .p-inputtext::placeholder{font-family:var(--font-text);font-weight:400;line-height:27px;text-align:left;color:var(--cl_engine-text);font-size:17px}@media (max-width: 1199px){.babylon__engines__datepicker ::ng-deep .p-inputtext::placeholder{font-size:15px}}.babylon__engines__datepicker ::ng-deep .p-inputtext:focus-visible{outline:none}.babylon__engines__datepicker ::ng-deep span{width:100%}.babylon__engines__datepicker ::ng-deep .p-datepicker{background-color:#fff;box-shadow:0 0 6px #cbcbcb80;padding:.2em .2em 0;width:350px;left:50%!important;transform:translate(-50%)}@media (min-width: 576px){.babylon__engines__datepicker ::ng-deep .p-datepicker{max-width:400px}}.babylon__engines__datepicker ::ng-deep .p-datepicker *{color:var(--cl_engine-text)}.babylon__engines__datepicker ::ng-deep .p-datepicker-group-container{gap:20px}@media (max-width: 575px){.babylon__engines__datepicker ::ng-deep .p-datepicker-group-container{flex-direction:column}}.babylon__engines__datepicker ::ng-deep .p-datepicker-header{padding:.4em 0}.babylon__engines__datepicker ::ng-deep .p-hidden-accessible{display:none}.babylon__engines__datepicker ::ng-deep .p-highlight{background-color:#5a5a5a;color:#fff}.babylon__engines__datepicker ::ng-deep td>.p-element{padding:3px 5px}.babylon__engines__datepicker ::ng-deep th{padding:.7em .3em}.babylon__engines__datepicker ::ng-deep .p-link{border:none;background-color:#fff}.babylon__engines__datepicker ::ng-deep .p-datepicker-title *{font-family:var(--font-text);font-size:16px;font-weight:700}.babylon__engines__datepicker ::ng-deep .p-datepicker-month{text-transform:uppercase}.babylon__engines__datepicker ::ng-deep .p-datepicker-title{pointer-events:none}.babylon__engines .icon-down{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #333;display:inline-block;margin:0 auto}.babylon__engines .btn{min-width:230px}.babylon__engines .babylon-arrow-bottom{font-weight:700;position:absolute;right:23px}.babylon__engines .guests{cursor:pointer}.babylon__engines div:not(.babylon__engines__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests{padding:0}.babylon__engines div:not(.babylon__engines__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests__dropdown--wrapper{height:60px}.close-modal{cursor:pointer;position:absolute;right:10px!important;top:10px!important}.close-modal .babylon-plus:before{transform:rotate(45deg);font-size:small}.header_sticky .babylon__engines{display:block!important}\n"] }]
79
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { datepicker: [{
238
+ BabylonLinkTypeDirective,
239
+ ], template: "<div class=\"babylon__engines__wrapper\">\n <div class=\"close-modal\" (click)=\"closeModal()\">\n <button\n name=\"close\"\n class=\"btn btn_primary btn--light btn--close ml--20\"\n aria-label=\"Close\"\n >\n <span class=\"babylon-plus\"></span>\n </button>\n </div>\n <div class=\"babylon__engines engine-modal\">\n <div\n class=\"babylon__engines__header d-flex flex-column align-itemns-center\"\n [ngClass]=\"{\n 'babylon__engines__header--popup-open': showingGuests,\n }\"\n >\n @if (title) {\n <h4 class=\"title--small\">{{ title }}</h4>\n }\n @if (subtitle) {\n <span class=\"subtitle\">{{ subtitle }}</span>\n }\n </div>\n\n <form\n class=\"babylon__engines__form d-flex flex-column align-items-center\"\n [formGroup]=\"formModal\"\n >\n @if (\n hotelsInput &&\n hotels &&\n hotels.options &&\n hotels.options.length > 1\n ) {\n <div\n class=\"babylon__engines__input--wrapper d-flex align-items-center hotels\"\n >\n <span\n class=\"babylon__engines__datepicker__icon--left\"\n ></span>\n @if (hotelsInput) {\n <span\n class=\"babylon__engines__datepicker--title\"\n (click)=\"toggleHotelsDropdown()\"\n >{{ hotelsInput }}</span\n >\n }\n <span class=\"babylon-arrow-bottom\"></span>\n\n <p-dropdown\n class=\"babylon__engines__input\"\n [options]=\"hotels.options\"\n formControlName=\"hotels\"\n [placeholder]=\"hotelsPlaceholder\"\n optionLabel=\"name\"\n (onChange)=\"handleDropdownChange($event)\"\n #hotelsDropdown\n >\n </p-dropdown>\n </div>\n }\n <div\n class=\"babylon__engines__datepicker--wrapper d-flex justify-content-between flex-nowrap\"\n >\n <span class=\"babylon__engines__datepicker__icon--left\"></span>\n @if (datepickerData?.title) {\n <span class=\"babylon__engines__datepicker--title\">{{\n datepickerData?.title\n }}</span>\n }\n\n <p-calendar\n class=\"babylon__engines__datepicker\"\n [showOtherMonths]=\"false\"\n dateFormat=\"dd-mm-yy\"\n selectionMode=\"range\"\n [placeholder]=\"datepickerData?.placeholder\"\n formControlName=\"dates\"\n [numberOfMonths]=\"2\"\n [minDate]=\"minDate\"\n #datepicker\n [readonlyInput]=\"true\"\n [showOnFocus]=\"false\"\n >\n <ng-template pTemplate=\"header\">\n <div class=\"calendar-header\">\n <button\n class=\"btn btn_primary btn--light babylon-plus\"\n id=\"close\"\n (click)=\"datepicker.overlayVisible = false\"\n ></button>\n </div>\n </ng-template>\n </p-calendar>\n <span\n class=\"babylon__engines__datepicker__icon babylon-calendar\"\n (click)=\"datepicker.toggle()\"\n ></span>\n </div>\n @if (guestsInput) {\n <div\n class=\"babylon__engines__input--wrapper d-flex align-items-center guests\"\n (click)=\"toggleShowingGuests()\"\n >\n <span\n class=\"babylon__engines__datepicker__icon--left\"\n ></span>\n @if (guestsInput.placeholder) {\n <span\n class=\"guest-info\"\n [innerHTML]=\"guestsInput.placeholder + ': '\"\n ></span>\n }\n <input\n class=\"babylon__engines__input\"\n type=\"text\"\n formControlName=\"guests\"\n [placeholder]=\"guestsInput.placeholder\"\n [value]=\"guestsValue\"\n readonly\n />\n <span class=\"babylon-arrow-bottom\"></span>\n </div>\n }\n @if (showingGuests && guests) {\n <lib-babylon-guests-popup\n [onlyAdults]=\"onlyAdults\"\n [defaultValue]=\"defaultGuestsValue\"\n [adultsDropdown]=\"guests.adultsDropdown\"\n [agesDropdown]=\"guests.agesDropdown\"\n [agesLabel]=\"guests.agesLabel\"\n [babiesDropdown]=\"guests.babiesDropdown\"\n [kidsDropdown]=\"guests.kidsDropdown\"\n [showAges]=\"showAges\"\n [btn]=\"guests.btn\"\n (apply)=\"guestsChange($event)\"\n ></lib-babylon-guests-popup>\n }\n @if (promoInput) {\n <div\n class=\"babylon__engines__input--wrapper d-flex align-items-center promo-code\"\n >\n <span\n class=\"babylon__engines__datepicker__icon--left\"\n ></span>\n <input\n class=\"babylon__engines__input\"\n type=\"text\"\n [placeholder]=\"promoInput.placeholder\"\n formControlName=\"promo\"\n [value]=\"\"\n />\n <span class=\"babylon-tag\"></span>\n </div>\n }\n @if (button) {\n <a\n [attr.aria-label]=\"button.label\"\n [href]=\"generatedUrl\"\n [attr.target]=\"openInNewWindow ? '_blank' : '_self'\"\n class=\"btn btn_call btn--light\"\n (click)=\"updateGeneratedUrl(); closeModal()\"\n >\n {{ button.label }}\n </a>\n }\n </form>\n </div>\n</div>\n", styles: ["@charset \"UTF-8\";:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}.babylon__engines{width:100%;position:absolute;padding:70px 0 20px;left:50%;top:auto;transform:translate(-50%);max-height:100vh}.babylon__engines__wrapper{width:100%;height:100%;background-color:var(--cl_engine-bg-modal);position:relative;overflow-y:auto}.babylon__engines__wrapper::-webkit-scrollbar{display:none}.babylon__engines__header{width:100%;gap:15px;padding-bottom:15px}.babylon__engines h4,.babylon__engines .subtitle{color:var(--cl_title-light);font-weight:400;text-align:center}.babylon__engines .subtitle{font-family:var(--font-text);font-size:15px;font-weight:300}.babylon__engines__form{height:100%;max-width:350px;position:relative;padding-bottom:30px;left:50%;gap:20px;transform:translate(-50%)}@media (min-width: 540px){.babylon__engines__form{max-width:400px}}.babylon__engines__input{border:none;background:transparent;color:var(--cl_engine-text);font-size:var(--font-size-engine-text);width:calc(100% - 40px);text-align:left}.babylon__engines__input::placeholder{color:var(--cl_engine-text);font-weight:400;line-height:27px;text-align:left;font-size:var(--font-size-engine-text)}.babylon__engines__input--wrapper{max-width:350px;width:100%;background-color:var(--cl_engine-input-bg);border-radius:5px;height:60px;padding:19px 5px 18px 46px;position:relative}.babylon__engines__input--wrapper:nth-child(2){cursor:pointer}@media (min-width: 540px){.babylon__engines__input--wrapper{max-width:400px}}.babylon__engines__input--wrapper .guest-info{font-family:var(--font-text);font-weight:400;line-height:35px;text-align:left;color:var(--cl_engine-text-nosticky);font-size:var(--font-size-engine-text)}.babylon__engines__input__title{width:max-content}.babylon__engines__datepicker{height:max-content;background-color:transparent;max-width:200px;width:100%}.babylon__engines__datepicker--wrapper{position:relative;cursor:pointer;max-width:350px;background-color:var(--cl_engine-input-bg);border-radius:5px;width:100%;height:60px;padding:19px 5px 18px 46px}@media (min-width: 540px){.babylon__engines__datepicker--wrapper{max-width:400px}}.babylon__engines__datepicker__icon{position:absolute;right:21px;font-size:20px;top:50%;transform:translateY(-50%);color:var(--cl_engine-text)}.babylon__engines__datepicker__icon--left{position:absolute;left:21px;width:13px;border-bottom:1px solid #5a5a5a;top:50%;transform:translateY(-50%)}.babylon__engines__datepicker--title{font-family:var(--font-text);color:var(--cl_engine-text);font-size:var(--font-size-engine-text);width:100%;max-width:calc(100% - 120px)}.babylon__engines__datepicker ::ng-deep .p-inputtext{border:none;background-color:transparent;font-family:var(--font-text);font-size:var(--font-size-engine-text);line-height:27px;border-radius:0;color:var(--cl_engine-text);padding:0;-webkit-user-select:none;user-select:none;cursor:pointer;width:120px}.babylon__engines__datepicker ::ng-deep .p-inputtext::placeholder{font-family:var(--font-text);font-weight:400;line-height:27px;text-align:left;color:var(--cl_engine-text);font-size:var(--font-size-engine-text)}.babylon__engines__datepicker ::ng-deep .p-inputtext:focus-visible{outline:none}.babylon__engines__datepicker ::ng-deep span{width:100%}.babylon__engines__datepicker ::ng-deep .p-datepicker{background-color:#fff;box-shadow:0 0 6px #cbcbcb80;padding:.2em .2em 0;width:700px;transform:translate(-30%)}@media (min-width: 540px){.babylon__engines__datepicker ::ng-deep .p-datepicker{transform:translate(-40%);max-width:80vw;left:50%!important}}@media (max-width: 539px){.babylon__engines__datepicker ::ng-deep .p-datepicker{width:auto;left:inherit;transform:none!important}}.babylon__engines__datepicker ::ng-deep .p-datepicker *{color:var(--cl_engine-text)}.babylon__engines__datepicker ::ng-deep .p-datepicker-group-container{gap:20px}@media (max-width: 539px){.babylon__engines__datepicker ::ng-deep .p-datepicker-group-container{flex-direction:column}}.babylon__engines__datepicker ::ng-deep .p-datepicker-header{padding:.4em 0}.babylon__engines__datepicker ::ng-deep .p-hidden-accessible{display:none}.babylon__engines__datepicker ::ng-deep .p-highlight{background-color:#5a5a5a;color:#fff}.babylon__engines__datepicker ::ng-deep td>.p-element{padding:3px 5px}.babylon__engines__datepicker ::ng-deep td>.p-element.p-disabled{color:var(--cl_text-disable)!important;background-color:transparent!important}.babylon__engines__datepicker ::ng-deep th{padding:.7em .3em}.babylon__engines__datepicker ::ng-deep .p-link{border:none;background-color:#fff}.babylon__engines__datepicker ::ng-deep .p-datepicker-title *{font-family:var(--font-text);font-size:var(--font-size-engine-text);font-weight:700}.babylon__engines__datepicker ::ng-deep .p-datepicker-month{text-transform:uppercase}.babylon__engines__datepicker ::ng-deep .p-datepicker-title{pointer-events:none}.babylon__engines .icon-down{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #333;display:inline-block;margin:0 auto}.babylon__engines .babylon-tag{font-size:25px;color:var(--cl_engine-text)}.babylon__engines .btn{min-width:230px}.babylon__engines .babylon-arrow-bottom{font-weight:700;position:absolute;right:23px}.babylon__engines .guests{cursor:pointer}.babylon__engines div:not(.babylon__engines__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests{padding:0}.babylon__engines div:not(.babylon__engines__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests__dropdown--wrapper{height:60px}::ng-deep lib-babylon-guests-popup .babylon__guests{position:relative!important;width:auto!important;bottom:auto!important}.calendar-header button#close{position:absolute;top:-1.7rem;right:0rem;width:35px!important;height:35px;min-width:0px;padding:0;border-radius:0%;background-color:var(--cl_btn-light);color:var(--cl_btn-light-hover);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100}.calendar-header button#close:before{transform:rotate(45deg)}.calendar-header button#close:hover{border:2px solid var(--cl_btn-light);background-color:var(--cl_btn-light-hover);color:var(--cl_btn-light)}.close-modal{cursor:pointer;position:absolute;right:20px;top:20px!important;z-index:1}.close-modal .babylon-plus:before{transform:rotate(45deg);font-size:small}.header_sticky .babylon__engines{display:block!important}.header_sticky .guest-info{color:var(--cl_engine-text-sticky);font-size:var(--font-size-engine-text);font-family:var(--font-text);font-weight:400;line-height:35px}.babylon__engines__input--wrapper.hotels{position:relative}.babylon__engines__input--wrapper.hotels::ng-deep .p-dropdown{position:relative;width:100%;font-family:var(--font-text);color:var(--cl_engine-text);font-size:var(--font-size-engine-text)}.babylon__engines__input--wrapper.hotels::ng-deep .p-dropdown-trigger{display:none}.babylon__engines__input--wrapper.hotels::ng-deep .p-overlay{background:var(--cl_engine-input-bg);margin-top:6px;left:-231px!important;top:66px!important;width:calc(100% + 236px);border:none;border-radius:5px;border-top:0}@media (max-width: 539px){.babylon__engines__input--wrapper.hotels::ng-deep .p-overlay{left:-206px!important;top:62px!important;width:calc(100% + 211px);margin-top:6px!important}}.babylon__engines__input--wrapper.hotels::ng-deep .p-overlay ul{display:flex;flex-direction:column}.babylon__engines__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem{width:100%;font-family:var(--font-text);color:var(--cl_engine-text);font-size:var(--font-size-engine-text);padding-left:30px}.babylon__engines__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem:last-child li{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.babylon__engines__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem li{padding:15px}.babylon__engines__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem li:focus-visible{outline:none}\n"] }]
240
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i1.MatDialogRef }, { type: i0.Renderer2 }], propDecorators: { datepicker: [{
80
241
  type: ViewChild,
81
242
  args: ['datepicker']
82
- }], datepickerIn: [{
243
+ }], hotelsDropdown: [{
83
244
  type: ViewChild,
84
- args: ['datepickerIn']
85
- }], datepickerOut: [{
86
- type: ViewChild,
87
- args: ['datepickerOut']
245
+ args: ['hotelsDropdown', { static: false }]
88
246
  }], modal: [{
89
247
  type: Input
248
+ }], datepickerData: [{
249
+ type: Input
250
+ }], guestsInput: [{
251
+ type: Input
252
+ }], promoInput: [{
253
+ type: Input
254
+ }], button: [{
255
+ type: Input
256
+ }], guests: [{
257
+ type: Input
258
+ }], title: [{
259
+ type: Input
260
+ }], subtitle: [{
261
+ type: Input
262
+ }], lang: [{
263
+ type: Input
264
+ }], url: [{
265
+ type: Input
266
+ }], codigo: [{
267
+ type: Input
268
+ }], glValue: [{
269
+ type: Input
270
+ }], onlyAdults: [{
271
+ type: Input
272
+ }], showAges: [{
273
+ type: Input
274
+ }], hotelsInput: [{
275
+ type: Input
276
+ }], hotels: [{
277
+ type: Input
278
+ }], hotelsPlaceholder: [{
279
+ type: Input
280
+ }], openInNewWindow: [{
281
+ type: Input
90
282
  }], close: [{
91
283
  type: Output
92
284
  }] } });
93
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1lbmdpbmUtbW9kYWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWVuZ2luZS1tb2RhbC9iYWJ5bG9uLWVuZ2luZS1tb2RhbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZW5naW5lLW1vZGFsL2JhYnlsb24tZW5naW5lLW1vZGFsLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDbEQsT0FBTyxFQUVMLFNBQVMsRUFDVCxZQUFZLEVBQ1osS0FBSyxFQUVMLE1BQU0sRUFDTixTQUFTLEdBQ1YsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNMLFdBQVcsRUFDWCxTQUFTLEVBQ1QsV0FBVyxFQUNYLG1CQUFtQixFQUNuQixVQUFVLEdBQ1gsTUFBTSxnQkFBZ0IsQ0FBQztBQUN4QixPQUFPLEVBQVksY0FBYyxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDNUQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzlDLE9BQU8sRUFDTCwyQkFBMkIsR0FFNUIsTUFBTSx3REFBd0QsQ0FBQzs7Ozs7QUFpQmhFLE1BQU0sT0FBTywyQkFBMkI7SUF5QnRDLFlBQW9CLEdBQXNCO1FBQXRCLFFBQUcsR0FBSCxHQUFHLENBQW1CO1FBcEJoQyxVQUFLLEdBQUcsSUFBSSxZQUFZLEVBQVEsQ0FBQztRQUMzQyxvQkFBZSxHQUFHLEVBQUUsQ0FBQztRQUVyQixTQUFJLEdBQUcsSUFBSSxTQUFTLENBQUM7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bUdBQTNCLDJCQUEyQix1YkN4Q3hDLDBySUFnSUEsbTdZRG5HSSxXQUFXLDJwQkFDWCxtQkFBbUIsK1VBQ25CLGNBQWMsMnpDQUNkLDJCQUEyQix3RkFDM0IsWUFBWSw4QkFDWixjQUFjLDhCQUNkLFlBQVk7OzRGQUtILDJCQUEyQjtrQkFmdkMsU0FBUzsrQkFDRSwwQkFBMEIsY0FDeEIsSUFBSSxXQUNQO3dCQUNQLFdBQVc7d0JBQ1gsbUJBQW1CO3dCQUNuQixjQUFjO3dCQUNkLDJCQUEyQjt3QkFDM0IsWUFBWTt3QkFDWixjQUFjO3dCQUNkLFlBQVk7cUJBQ2I7c0ZBS3dCLFVBQVU7c0JBQWxDLFNBQVM7dUJBQUMsWUFBWTtnQkFDSSxZQUFZO3NCQUF0QyxTQUFTO3VCQUFDLGNBQWM7Z0JBQ0csYUFBYTtzQkFBeEMsU0FBUzt1QkFBQyxlQUFlO2dCQUNqQixLQUFLO3NCQUFiLEtBQUs7Z0JBQ0ksS0FBSztzQkFBZCxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJzsgIFxuaW1wb3J0IHsgRHJvcGRvd25Nb2R1bGUgfSBmcm9tICdwcmltZW5nL2Ryb3Bkb3duJztcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdG9yUmVmLFxuICBDb21wb25lbnQsXG4gIEV2ZW50RW1pdHRlcixcbiAgSW5wdXQsXG4gIE9uSW5pdCxcbiAgT3V0cHV0LFxuICBWaWV3Q2hpbGQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgRm9ybUNvbnRyb2wsXG4gIEZvcm1Hcm91cCxcbiAgRm9ybXNNb2R1bGUsXG4gIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gIFZhbGlkYXRvcnMsXG59IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IENhbGVuZGFyLCBDYWxlbmRhck1vZHVsZSB9IGZyb20gJ3ByaW1lbmcvY2FsZW5kYXInO1xuaW1wb3J0IHsgRGlhbG9nTW9kdWxlIH0gZnJvbSAncHJpbWVuZy9kaWFsb2cnO1xuaW1wb3J0IHtcbiAgQmFieWxvbkd1ZXN0c1BvcHVwQ29tcG9uZW50LFxuICBndWVzdHNWYWx1ZSxcbn0gZnJvbSAnLi4vYmFieWxvbi1ndWVzdHMtcG9wdXAvYmFieWxvbi1ndWVzdHMtcG9wdXAuY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tZW5naW5lLW1vZGFsJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIEZvcm1zTW9kdWxlLFxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgQ2FsZW5kYXJNb2R1bGUsXG4gICAgQmFieWxvbkd1ZXN0c1BvcHVwQ29tcG9uZW50LFxuICAgIERpYWxvZ01vZHVsZSxcbiAgICBEcm9wZG93bk1vZHVsZSxcbiAgICBDb21tb25Nb2R1bGUsXG4gIF0sXG4gIHRlbXBsYXRlVXJsOiAnLi9iYWJ5bG9uLWVuZ2luZS1tb2RhbC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWVuZ2luZS1tb2RhbC5jb21wb25lbnQuc2NzcycsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25FbmdpbmVNb2RhbENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIEBWaWV3Q2hpbGQoJ2RhdGVwaWNrZXInKSBkYXRlcGlja2VyITogQ2FsZW5kYXI7XG4gIEBWaWV3Q2hpbGQoJ2RhdGVwaWNrZXJJbicpIGRhdGVwaWNrZXJJbiE6IENhbGVuZGFyO1xuICBAVmlld0NoaWxkKCdkYXRlcGlja2VyT3V0JykgZGF0ZXBpY2tlck91dCE6IENhbGVuZGFyO1xuICBASW5wdXQoKSBtb2RhbD86IGJvb2xlYW47XG4gIEBPdXRwdXQoKSBjbG9zZSA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcbiAgZGF0ZXBpY2tlclZhbHVlID0gJyc7XG5cbiAgZm9ybSA9IG5ldyBGb3JtR3JvdXAoe1xuICAgIGRhdGVzOiBuZXcgRm9ybUNvbnRyb2woJycsIFtWYWxpZGF0b3JzLnJlcXVpcmVkXSksXG4gICAgZ3Vlc3RzOiBuZXcgRm9ybUNvbnRyb2woJycsIFtWYWxpZGF0b3JzLnJlcXVpcmVkXSksXG4gICAgcHJvbW86IG5ldyBGb3JtQ29udHJvbCgnJywgW1ZhbGlkYXRvcnMucmVxdWlyZWRdKSxcbiAgfSk7XG5cbiAgZm9ybU1vZGFsID0gbmV3IEZvcm1Hcm91cCh7XG4gICAgZGF0ZUluOiBuZXcgRm9ybUNvbnRyb2woJycsIFtWYWxpZGF0b3JzLnJlcXVpcmVkXSksXG4gICAgZGF0ZU91dDogbmV3IEZvcm1Db250cm9sKCcnLCBbVmFsaWRhdG9ycy5yZXF1aXJlZF0pLFxuICAgIGd1ZXN0czogbmV3IEZvcm1Db250cm9sKCcnLCBbVmFsaWRhdG9ycy5yZXF1aXJlZF0pLFxuICAgIHByb21vOiBuZXcgRm9ybUNvbnRyb2woJycsIFtWYWxpZGF0b3JzLnJlcXVpcmVkXSksXG4gIH0pO1xuXG4gIGd1ZXN0c1ZhbHVlID0gJyc7XG5cbiAgc2hvd2luZ0d1ZXN0cyA9IGZhbHNlO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZikge31cblxuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLmNkci5kZXRlY3RDaGFuZ2VzKCk7XG4gIH1cblxuICBvcGVuQ2FsZW5kYXIoKTogdm9pZCB7XG4gICAgdGhpcy5kYXRlcGlja2VyLnRvZ2dsZSgpO1xuICB9XG5cbiAgb3BlbkNhbGVuZGFySW4oKTogdm9pZCB7XG4gICAgdGhpcy5kYXRlcGlja2VySW4udG9nZ2xlKCk7XG4gIH1cblxuICBvcGVuQ2FsZW5kYXJPdXQoKTogdm9pZCB7XG4gICAgdGhpcy5kYXRlcGlja2VyT3V0LnRvZ2dsZSgpO1xuICB9XG5cbiAgdG9nZ2xlU2hvd2luZ0d1ZXN0cygpOiB2b2lkIHtcbiAgICB0aGlzLnNob3dpbmdHdWVzdHMgPSAhdGhpcy5zaG93aW5nR3Vlc3RzO1xuICB9XG5cbiAgZ3Vlc3RzQ2hhbmdlKGRhdGE6IGd1ZXN0c1ZhbHVlKSB7XG4gICAgY29uc3QgdG90YWxHdWVzdHMgPVxuICAgICAgKE51bWJlcihkYXRhLmFkdWx0c1ZhbHVlPy5jb2RlKVxuICAgICAgICA/IE51bWJlcihkYXRhLmFkdWx0c1ZhbHVlPy5jb2RlKVxuICAgICAgICA6IDApICtcbiAgICAgIChOdW1iZXIoZGF0YS5raWRzVmFsdWU/LmNvZGUpID8gTnVtYmVyKGRhdGEua2lkc1ZhbHVlPy5jb2RlKSA6IDApICtcbiAgICAgIChOdW1iZXIoZGF0YS5pbmZhbnRzVmFsdWU/LmNvZGUpXG4gICAgICAgID8gTnVtYmVyKGRhdGEuaW5mYW50c1ZhbHVlPy5jb2RlKVxuICAgICAgICA6IDApO1xuICAgIHRoaXMuZ3Vlc3RzVmFsdWUgPVxuICAgICAgdG90YWxHdWVzdHMgPCAxMFxuICAgICAgICA/ICcwJyArIHRvdGFsR3Vlc3RzLnRvU3RyaW5nKClcbiAgICAgICAgOiB0b3RhbEd1ZXN0cy50b1N0cmluZygpO1xuXG4gICAgdGhpcy5mb3JtPy5nZXQoJ2d1ZXN0cycpPy5zZXRWYWx1ZSh0aGlzLmd1ZXN0c1ZhbHVlKTtcbiAgICB0aGlzLmZvcm1Nb2RhbD8uZ2V0KCdndWVzdHMnKT8uc2V0VmFsdWUodGhpcy5ndWVzdHNWYWx1ZSk7XG5cbiAgICB0aGlzLnRvZ2dsZVNob3dpbmdHdWVzdHMoKTtcbiAgfVxuXG4gIGNsb3NlTW9kYWwoKTogdm9pZCB7XG4gICAgdGhpcy5jbG9zZS5lbWl0KCk7XG4gIH1cbn1cbiIsIlxuPGRpdiBjbGFzcz1cImJhYnlsb25fX2VuZ2luZXNfX3dyYXBwZXJcIj5cbiAgPGRpdiBjbGFzcz1cImNsb3NlLW1vZGFsXCIgKGNsaWNrKT1cImNsb3NlTW9kYWwoKVwiPlxuICAgIDxidXR0b24gY2xhc3M9XCJidG4gYnRuX3ByaW1hcnkgYnRuLS1saWdodCBidG4tLWNsb3NlIG1sLS0yMFwiPlxuICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tcGx1c1wiPjwvc3Bhbj5cbiAgICA8L2J1dHRvbj5cbiAgPC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVzIGVuZ2luZS1tb2RhbFwiPlxuICAgIDxkaXZcbiAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lc19faGVhZGVyIGQtZmxleCBmbGV4LWNvbHVtbiBhbGlnbi1pdGVtbnMtY2VudGVyXCJcbiAgICAgIFtuZ0NsYXNzXT1cInsgJ2JhYnlsb25fX2VuZ2luZXNfX2hlYWRlci0tcG9wdXAtb3Blbic6IHNob3dpbmdHdWVzdHMgfVwiXG4gICAgPlxuICAgICAgPGg0IGNsYXNzPVwidGl0bGUtLXNtYWxsXCI+UmVzZXJ2YSB0dSBoYWJpdGFjacOzbjwvaDQ+XG4gICAgICA8c3BhbiBjbGFzcz1cInN1YnRpdGxlXCI+QmFieWxvbiBIb3RlbHM8L3NwYW4+XG4gICAgPC9kaXY+XG5cbiAgICA8Zm9ybVxuICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVzX19mb3JtIGQtZmxleCBmbGV4LWNvbHVtbiBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgW2Zvcm1Hcm91cF09XCJmb3JtTW9kYWxcIlxuICAgID5cbiAgICAgIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVzX19pbnB1dC0td3JhcHBlclwiPlxuICAgICAgICA8c3BhbiAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lc19fZGF0ZXBpY2tlcl9faWNvbi0tbGVmdFwiPjwvc3Bhbj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImRyb3Bkb3duXCI+IFxuICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cImRyb3Bkb3duLWJ0biBiYWJ5bG9uX19lbmdpbmVzX19pbnB1dFwiPmhvdGVsZXM8L2J1dHRvbj5cbiAgICAgICAgICAgIDx1bCBjbGFzcz1cImRyb3Bkb3duLW1lbnVcIj5cbiAgICAgICAgICAgICAgICA8bGkgPmhvdGVsIDE8L2xpPlxuICAgICAgICAgICAgICAgIDxsaT5ob3RlbCAyPC9saT5cbiAgICAgICAgICAgICAgICA8bGk+aG90ZWwgMzwvbGk+XG4gICAgICAgICAgICA8L3VsPlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgICAgIDxkaXZcbiAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVzX19kYXRlcGlja2VyLS13cmFwcGVyIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlbiBmbGV4LW5vd3JhcFwiXG4gICAgICA+XG4gICAgICAgICAgICAgICAgPHNwYW5cbiAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lc19fZGF0ZXBpY2tlcl9faWNvbi0tbGVmdFwiXG4gICAgICAgICAgICAgICAgICAoY2xpY2spPVwib3BlbkNhbGVuZGFySW4oKVwiXG4gICAgICAgICAgICAgICAgPjwvc3Bhbj5cbiAgICAgICAgPHNwYW5cbiAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2VuZ2luZXNfX2RhdGVwaWNrZXItLXRpdGxlXCJcbiAgICAgICAgICAoY2xpY2spPVwib3BlbkNhbGVuZGFySW4oKVwiXG4gICAgICAgID5MbGVnYWRhPC9zcGFuXG4gICAgICAgID5cblxuICAgICAgICA8cC1jYWxlbmRhclxuICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lc19fZGF0ZXBpY2tlclwiXG4gICAgICAgICAgW3Nob3dPdGhlck1vbnRoc109XCJmYWxzZVwiXG4gICAgICAgICAgZGF0ZUZvcm1hdD1cImRkLW1tLXl5XCJcbiAgICAgICAgICBwbGFjZWhvbGRlcj1cIjAwLzAwLzIwMjVcIlxuICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cImRhdGVJblwiXG4gICAgICAgICAgW3Nob3dPbkZvY3VzXT1cImZhbHNlXCJcbiAgICAgICAgICAjZGF0ZXBpY2tlckluXG4gICAgICAgID5cbiAgICAgICAgPC9wLWNhbGVuZGFyPlxuICAgICAgICA8c3BhblxuICAgICAgICAgIChjbGljayk9XCJvcGVuQ2FsZW5kYXJJbigpXCJcbiAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2VuZ2luZXNfX2RhdGVwaWNrZXJfX2ljb24gYmFieWxvbi1jYWxlbmRhclwiXG4gICAgICAgID48L3NwYW4+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXZcbiAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVzX19kYXRlcGlja2VyLS13cmFwcGVyIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlbiBmbGV4LW5vd3JhcFwiXG4gICAgICA+XG4gICAgICAgICAgICAgICAgPHNwYW5cbiAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lc19fZGF0ZXBpY2tlcl9faWNvbi0tbGVmdFwiXG4gICAgICAgICAgICAgICAgICAoY2xpY2spPVwib3BlbkNhbGVuZGFyT3V0KClcIlxuICAgICAgICAgICAgICAgID48L3NwYW4+XG4gICAgICAgIDxzcGFuXG4gICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVzX19kYXRlcGlja2VyLS10aXRsZVwiXG4gICAgICAgICAgKGNsaWNrKT1cIm9wZW5DYWxlbmRhck91dCgpXCJcbiAgICAgICAgPlNhbGlkYTwvc3BhblxuICAgICAgICA+XG5cbiAgICAgICAgPHAtY2FsZW5kYXJcbiAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2VuZ2luZXNfX2RhdGVwaWNrZXJcIlxuICAgICAgICAgIFtzaG93T3RoZXJNb250aHNdPVwiZmFsc2VcIlxuICAgICAgICAgIGRhdGVGb3JtYXQ9XCJkZC1tbS15eVwiXG4gICAgICAgICAgcGxhY2Vob2xkZXI9XCIwMC8wMC8yMDI1XCJcbiAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJkYXRlT3V0XCJcbiAgICAgICAgICAjZGF0ZXBpY2tlck91dFxuICAgICAgICA+XG4gICAgICAgIDwvcC1jYWxlbmRhcj5cbiAgICAgICAgPHNwYW5cbiAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2VuZ2luZXNfX2RhdGVwaWNrZXJfX2ljb24gYmFieWxvbi1jYWxlbmRhclwiXG4gICAgICAgICAgKGNsaWNrKT1cIm9wZW5DYWxlbmRhck91dCgpXCJcbiAgICAgICAgPjwvc3Bhbj5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdlxuICAgICAgICBjbGFzcz1cImJhYnlsb25fX2VuZ2luZXNfX2lucHV0LS13cmFwcGVyIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIgZ3Vlc3RzXCJcbiAgICAgICAgKGNsaWNrKT1cInRvZ2dsZVNob3dpbmdHdWVzdHMoKVwiXG4gICAgICA+XG4gICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lc19fZGF0ZXBpY2tlcl9faWNvbi0tbGVmdFwiPjwvc3Bhbj5cbiAgICAgICAgPGlucHV0XG4gICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVzX19pbnB1dFwiXG4gICAgICAgICAgdHlwZT1cInRleHRcIlxuICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cImd1ZXN0c1wiXG4gICAgICAgICAgcGxhY2Vob2xkZXI9XCJHdWVzdHNcIlxuICAgICAgICAgIFt2YWx1ZV09XCJndWVzdHNWYWx1ZVwiXG4gICAgICAgIC8+XG4gICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1ib3R0b21cIj48L3NwYW4+XG4gICAgICA8L2Rpdj5cbiAgICAgIEBpZiAoc2hvd2luZ0d1ZXN0cykge1xuICAgICAgICA8bGliLWJhYnlsb24tZ3Vlc3RzLXBvcHVwXG4gICAgICAgICAgKGFwcGx5KT1cImd1ZXN0c0NoYW5nZSgkZXZlbnQpXCJcbiAgICAgICAgPjwvbGliLWJhYnlsb24tZ3Vlc3RzLXBvcHVwPlxuICAgICAgfVxuICAgICAgPGRpdlxuICAgICAgICBjbGFzcz1cImJhYnlsb25fX2VuZ2luZXNfX2lucHV0LS13cmFwcGVyIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIgcHJvbW8tY29kZVwiXG4gICAgICA+XG4gICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lc19fZGF0ZXBpY2tlcl9faWNvbi0tbGVmdFwiPjwvc3Bhbj5cbiAgICAgICAgPGlucHV0XG4gICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVzX19pbnB1dFwiXG4gICAgICAgICAgdHlwZT1cInRleHRcIlxuICAgICAgICAgIHBsYWNlaG9sZGVyPVwiUHJvbW8gY29kZVwiXG4gICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwicHJvbW9cIlxuICAgICAgICAgIFt2YWx1ZV09XCJcIlxuICAgICAgICAvPlxuICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tdGFnXCI+PC9zcGFuPlxuICAgICAgPC9kaXY+XG4gICAgICA8YVxuICAgICAgICBocmVmPVwiaHR0cHM6Ly9lbmdpbmUud2l0Ym9va2luZy5jb20vaG90ZWwvZGVtb191cmJhbm9cIlxuICAgICAgICBjbGFzcz1cImJ0biBidG4tY2FsbCBidG4td2hpdGVcIlxuICAgICAgICAoY2xpY2spPVwiY2xvc2VNb2RhbCgpXCJcbiAgICAgID5cbiAgICAgICAgUmVzZXJ2YXJcbiAgICAgIDwvYT5cbiAgICA8L2Zvcm0+XG4gIDwvZGl2PlxuPC9kaXY+XG4iXX0=
285
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1lbmdpbmUtbW9kYWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWVuZ2luZS1tb2RhbC9iYWJ5bG9uLWVuZ2luZS1tb2RhbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZW5naW5lLW1vZGFsL2JhYnlsb24tZW5naW5lLW1vZGFsLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNsRSxPQUFPLEVBRUgsU0FBUyxFQUNULFlBQVksRUFDWixNQUFNLEVBQ04sS0FBSyxFQUVMLE1BQU0sRUFDTixXQUFXLEVBRVgsU0FBUyxHQUNaLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFDSCxXQUFXLEVBQ1gsU0FBUyxFQUNULFdBQVcsRUFDWCxtQkFBbUIsRUFDbkIsVUFBVSxHQUNiLE1BQU0sZ0JBQWdCLENBQUM7QUFFeEIsT0FBTyxFQUFZLGNBQWMsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQzVELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUM5QyxPQUFPLEVBQVksY0FBYyxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDNUQsT0FBTyxFQUFFLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDMUMsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sbURBQW1ELENBQUM7QUFJN0YsT0FBTyxFQUNILDJCQUEyQixHQUU5QixNQUFNLHdEQUF3RCxDQUFDOzs7Ozs7OztBQW1CaEUsTUFBTSxPQUFPLDJCQUEyQjtJQXFEcEMsWUFD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QUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFFRyxXQUFXO3NCQUFuQixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxpQkFBaUI7c0JBQXpCLEtBQUs7Z0JBRUcsZUFBZTtzQkFBdkIsS0FBSztnQkFFSSxLQUFLO3NCQUFkLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUsIGlzUGxhdGZvcm1Ccm93c2VyIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gICAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gICAgQ29tcG9uZW50LFxuICAgIEV2ZW50RW1pdHRlcixcbiAgICBpbmplY3QsXG4gICAgSW5wdXQsXG4gICAgT25Jbml0LFxuICAgIE91dHB1dCxcbiAgICBQTEFURk9STV9JRCxcbiAgICBSZW5kZXJlcjIsXG4gICAgVmlld0NoaWxkLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gICAgRm9ybUNvbnRyb2wsXG4gICAgRm9ybUdyb3VwLFxuICAgIEZvcm1zTW9kdWxlLFxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgVmFsaWRhdG9ycyxcbn0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgTWF0RGlhbG9nUmVmIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZGlhbG9nJztcbmltcG9ydCB7IENhbGVuZGFyLCBDYWxlbmRhck1vZHVsZSB9IGZyb20gJ3ByaW1lbmcvY2FsZW5kYXInO1xuaW1wb3J0IHsgRGlhbG9nTW9kdWxlIH0gZnJvbSAncHJpbWVuZy9kaWFsb2cnO1xuaW1wb3J0IHsgRHJvcGRvd24sIERyb3Bkb3duTW9kdWxlIH0gZnJvbSAncHJpbWVuZy9kcm9wZG93bic7XG5pbXBvcnQgeyBTdWJqZWN0LCB0YWtlVW50aWwgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IEJhYnlsb25MaW5rVHlwZURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uL2RpcmVjdGl2ZXMvbGluay10eXBlL2xpbmstdHlwZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQmFieWxvbkJ1dHRvbkkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tYnV0dG9uLmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uSW5wdXRJIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLWlucHV0LmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uR3Vlc3RWYWx1ZUkgfSBmcm9tICcuLi9iYWJ5bG9uLWVuZ2luZS9iYWJ5bG9uLWVuZ2luZS5jb21wb25lbnQnO1xuaW1wb3J0IHtcbiAgICBCYWJ5bG9uR3Vlc3RzUG9wdXBDb21wb25lbnQsXG4gICAgZ3Vlc3RzVmFsdWUsXG59IGZyb20gJy4uL2JhYnlsb24tZ3Vlc3RzLXBvcHVwL2JhYnlsb24tZ3Vlc3RzLXBvcHVwLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCYWJ5bG9uR3Vlc3RzUG9wdXBJIH0gZnJvbSAnLi4vYmFieWxvbi1ndWVzdHMtcG9wdXAvYmFieWxvbi1ndWVzdHMtcG9wdXAuaW50ZXJmYWNlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1lbmdpbmUtbW9kYWwnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW1xuICAgICAgICBGb3Jtc01vZHVsZSxcbiAgICAgICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgICAgICAgQ2FsZW5kYXJNb2R1bGUsXG4gICAgICAgIEJhYnlsb25HdWVzdHNQb3B1cENvbXBvbmVudCxcbiAgICAgICAgRGlhbG9nTW9kdWxlLFxuICAgICAgICBEcm9wZG93bk1vZHVsZSxcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgICBCYWJ5bG9uTGlua1R5cGVEaXJlY3RpdmUsXG4gICAgXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1lbmdpbmUtbW9kYWwuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWVuZ2luZS1tb2RhbC5jb21wb25lbnQuc2NzcycsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25FbmdpbmVNb2RhbENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gICAgQFZpZXdDaGlsZCgnZGF0ZXBpY2tlcicpIGRhdGVwaWNrZXIhOiBDYWxlbmRhcjtcbiAgICBAVmlld0NoaWxkKCdob3RlbHNEcm9wZG93bicsIHsgc3RhdGljOiBmYWxzZSB9KSBob3RlbHNEcm9wZG93biE6IERyb3Bkb3duO1xuXG4gICAgQElucHV0KCkgbW9kYWw/OiBib29sZWFuO1xuICAgIEBJbnB1dCgpIGRhdGVwaWNrZXJEYXRhPzogQmFieWxvbklucHV0STtcbiAgICBASW5wdXQoKSBndWVzdHNJbnB1dD86IEJhYnlsb25JbnB1dEk7XG4gICAgQElucHV0KCkgcHJvbW9JbnB1dD86IEJhYnlsb25JbnB1dEk7XG4gICAgQElucHV0KCkgYnV0dG9uPzogQmFieWxvbkJ1dHRvbkk7XG4gICAgQElucHV0KCkgZ3Vlc3RzPzogQmFieWxvbkd1ZXN0c1BvcHVwSTtcbiAgICBASW5wdXQoKSB0aXRsZT86IHN0cmluZztcbiAgICBASW5wdXQoKSBzdWJ0aXRsZT86IHN0cmluZztcbiAgICBASW5wdXQoKSBsYW5nPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHVybD86IHN0cmluZztcbiAgICBASW5wdXQoKSBjb2RpZ28/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgZ2xWYWx1ZT86IHN0cmluZztcbiAgICBASW5wdXQoKSBvbmx5QWR1bHRzPzogYm9vbGVhbjtcbiAgICBASW5wdXQoKSBzaG93QWdlcyA9IHRydWU7XG5cbiAgICBASW5wdXQoKSBob3RlbHNJbnB1dD86IEJhYnlsb25JbnB1dEk7XG4gICAgQElucHV0KCkgaG90ZWxzPzogQmFieWxvbkhvdGVsc01vZGFsRHJvcGRvd25JO1xuICAgIEBJbnB1dCgpIGhvdGVsc1BsYWNlaG9sZGVyPzogc3RyaW5nO1xuXG4gICAgQElucHV0KCkgb3BlbkluTmV3V2luZG93PzogYm9vbGVhbjtcblxuICAgIEBPdXRwdXQoKSBjbG9zZSA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuXG4gICAgZGF0ZXBpY2tlclZhbHVlID0gJyc7XG4gICAgbWluRGF0ZTogRGF0ZSA9IG5ldyBEYXRlKCk7XG4gICAgaG90ZWxzVmFsdWU6IGFueTtcblxuICAgIGZvcm1Nb2RhbCA9IG5ldyBGb3JtR3JvdXAoe1xuICAgICAgICBob3RlbHM6IG5ldyBGb3JtQ29udHJvbCh1bmRlZmluZWQsIFtWYWxpZGF0b3JzLnJlcXVpcmVkXSksXG4gICAgICAgIGRhdGVzOiBuZXcgRm9ybUNvbnRyb2wodGhpcy5kYXRlcGlja2VyVmFsdWUsIFtWYWxpZGF0b3JzLnJlcXVpcmVkXSksXG4gICAgICAgIGd1ZXN0czogbmV3IEZvcm1Db250cm9sKCcnLCBbVmFsaWRhdG9ycy5yZXF1aXJlZF0pLFxuICAgICAgICBwcm9tbzogbmV3IEZvcm1Db250cm9sKCcnLCBbVmFsaWRhdG9ycy5yZXF1aXJlZF0pLFxuICAgIH0pO1xuXG4gICAgZ3Vlc3RzVmFsdWUgPSAnJztcbiAgICBndWVzdHNWYWx1ZVNlcGFyYXRlczogQmFieWxvbkd1ZXN0VmFsdWVJID0ge1xuICAgICAgICBhZHVsdHM6IDIsXG4gICAgICAgIGtpZHM6IHtcbiAgICAgICAgICAgIGNvZGU6IDAsXG4gICAgICAgICAgICBjb2RlQWdlczogW10sXG4gICAgICAgIH0sXG4gICAgICAgIGluZmFudHM6IDAsXG4gICAgfTtcbiAgICBnZW5lcmF0ZWRVcmw6IHN0cmluZyA9ICcnO1xuICAgIHByaXZhdGUgdW5zdWJzY3JpYmUkID0gbmV3IFN1YmplY3Q8dm9pZD4oKTtcbiAgICBzaG93aW5nR3Vlc3RzID0gZmFsc2U7XG5cbiAgICBwcml2YXRlIHBsYXRmb3JtSWQgPSBpbmplY3QoUExBVEZPUk1fSUQpO1xuXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIHByaXZhdGUgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZixcbiAgICAgICAgcHJpdmF0ZSByZWFkb25seSBkaWFsb2dSZWY6IE1hdERpYWxvZ1JlZjxCYWJ5bG9uRW5naW5lTW9kYWxDb21wb25lbnQ+LFxuICAgICAgICBwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjJcbiAgICApIHt9XG5cbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5taW5EYXRlLnNldEhvdXJzKDAsIDAsIDAsIDApO1xuICAgICAgICB0aGlzLmd1ZXN0c1ZhbHVlID0gJzInO1xuICAgICAgICB0aGlzLmZvcm1Nb2RhbC5nZXQoJ2d1ZXN0cycpPy5zZXRWYWx1ZSh0aGlzLmd1ZXN0c1ZhbHVlKTtcblxuICAgICAgICB0aGlzLnVwZGF0ZUdlbmVyYXRlZFVybCgpO1xuICAgICAgICB0aGlzLmNkci5kZXRlY3RDaGFuZ2VzKCk7XG5cbiAgICAgICAgdGhpcy5mb3JtTW9kYWwudmFsdWVDaGFuZ2VzXG4gICAgICAgICAgICAucGlwZSh0YWtlVW50aWwodGhpcy51bnN1YnNjcmliZSQpKVxuICAgICAgICAgICAgLnN1YnNjcmliZSgoKSA9PiB7XG4gICAgICAgICAgICAgICAgdGhpcy51cGRhdGVHZW5lcmF0ZWRVcmwoKTtcbiAgICAgICAgICAgICAgICB0aGlzLnNhdmVFbmdpbmVEYXRhKCk7XG4gICAgICAgICAgICB9KTtcblxuICAgICAgICB0aGlzLmxvYWRFbmdpbmVEYXRhKCk7XG4gICAgfVxuXG4gICAgdG9nZ2xlSG90ZWxzRHJvcGRvd24oKTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLmhvdGVsc0Ryb3Bkb3duKSB7XG4gICAgICAgICAgICB0aGlzLmhvdGVsc0Ryb3Bkb3duLnNob3coKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGhhbmRsZURyb3Bkb3duQ2hhbmdlKGV2ZW50OiBhbnkpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5ob3RlbHNWYWx1ZSA9IGV2ZW50LnZhbHVlO1xuICAgICAgICBpZiAodGhpcy5ob3RlbHNWYWx1ZT8uaWQpIHtcbiAgICAgICAgICAgIHRoaXMuc2F2ZUVuZ2luZURhdGEoKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHRvZ2dsZVNob3dpbmdHdWVzdHMoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuc2hvd2luZ0d1ZXN0cyA9ICF0aGlzLnNob3dpbmdHdWVzdHM7XG4gICAgfVxuXG4gICAgZ3Vlc3RzQ2hhbmdlKGRhdGE6IGd1ZXN0c1ZhbHVlKSB7XG4gICAgICAgIHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXMuYWR1bHRzID0gTnVtYmVyKGRhdGEuYWR1bHRzVmFsdWU/LmNvZGUpO1xuICAgICAgICB0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmtpZHMuY29kZSA9IE51bWJlcihkYXRhLmtpZHNWYWx1ZT8uY29kZSk7XG4gICAgICAgIHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXMua2lkcy5jb2RlQWdlcyA9IGRhdGEua2lkc1ZhbHVlPy5hZ2VzPy5tYXAoXG4gICAgICAgICAgICAoYWdlKSA9PiBOdW1iZXIoYWdlLmNvZGUpXG4gICAgICAgICk7XG4gICAgICAgIHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXMuaW5mYW50cyA9IE51bWJlcihkYXRhLmluZmFudHNWYWx1ZT8uY29kZSk7XG5cbiAgICAgICAgY29uc3QgdG90YWxHdWVzdHMgPVxuICAgICAgICAgICAgKE51bWJlcihkYXRhLmFkdWx0c1ZhbHVlPy5jb2RlKVxuICAgICAgICAgICAgICAgID8gTnVtYmVyKGRhdGEuYWR1bHRzVmFsdWU/LmNvZGUpXG4gICAgICAgICAgICAgICAgOiAwKSArXG4gICAgICAgICAgICAoTnVtYmVyKGRhdGEua2lkc1ZhbHVlPy5jb2RlKSA/IE51bWJlcihkYXRhLmtpZHNWYWx1ZT8uY29kZSkgOiAwKSArXG4gICAgICAgICAgICAoTnVtYmVyKGRhdGEuaW5mYW50c1ZhbHVlPy5jb2RlKVxuICAgICAgICAgICAgICAgID8gTnVtYmVyKGRhdGEuaW5mYW50c1ZhbHVlPy5jb2RlKVxuICAgICAgICAgICAgICAgIDogMCk7XG4gICAgICAgIHRoaXMuZ3Vlc3RzVmFsdWUgPVxuICAgICAgICAgICAgdG90YWxHdWVzdHMgPCAxMFxuICAgICAgICAgICAgICAgID8gJzAnICsgdG90YWxHdWVzdHMudG9TdHJpbmcoKVxuICAgICAgICAgICAgICAgIDogdG90YWxHdWVzdHMudG9TdHJpbmcoKTtcblxuICAgICAgICB0aGlzLmZvcm1Nb2RhbD8uZ2V0KCdndWVzdHMnKT8uc2V0VmFsdWUodGhpcy5ndWVzdHNWYWx1ZSk7XG5cbiAgICAgICAgdGhpcy50b2dnbGVTaG93aW5nR3Vlc3RzKCk7XG5cbiAgICAgICAgdGhpcy5zYXZlRW5naW5lRGF0YSgpO1xuICAgIH1cblxuICAgIGJ0bkNsaWNrKGU6IEV2ZW50KTogdm9pZCB7XG4gICAgICAgIGUucHJldmVudERlZmF1bHQoKTtcbiAgICB9XG5cbiAgICBjbG9zZU1vZGFsKCk6IHZvaWQge1xuICAgICAgICB0aGlzLmNsb3NlLmVtaXQodGhpcy5mb3JtTW9kYWwudmFsdWUpO1xuICAgICAgICB0aGlzLmRpYWxvZ1JlZi5jbG9zZSgpO1xuICAgIH1cblxuICAgIHVwZGF0ZUdlbmVyYXRlZFVybCgpOiB2b2lkIHtcbiAgICAgICAgaWYgKCF0aGlzLmZvcm1Nb2RhbCB8fCAhdGhpcy5idXR0b24/LnVybCkge1xuICAgICAgICAgICAgdGhpcy5nZW5lcmF0ZWRVcmwgPSB0aGlzLmJ1dHRvbj8udXJsIHx8ICcnO1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgY29uc3QgZm9ybVZhbHVlcyA9IHRoaXMuZm9ybU1vZGFsLnZhbHVlO1xuICAgICAgICBjb25zdCBwYXJhbXMgPSBuZXcgVVJMU2VhcmNoUGFyYW1zKCk7XG5cbiAgICAgICAgaWYgKGZvcm1WYWx1ZXMuaG90ZWxzKSB7XG4gICAgICAgICAgICB0aGlzLmhvdGVsc1ZhbHVlID0gZm9ybVZhbHVlcy5ob3RlbHM7XG4gICAgICAgIH1cblxuICAgICAgICBpZiAodGhpcy51cmwpIHtcbiAgICAgICAgICAgIGNvbnN0IGlzTW9iaWxlID1cbiAgICAgICAgICAgICAgICAvTW9iaXxBbmRyb2lkfGlQaG9uZXxpUGFkfGlQb2R8V2luZG93cyBQaG9uZS9pLnRlc3QoXG4gICAgICAgICAgICAgICAgICAgIG5hdmlnYXRvci51c2VyQWdlbnRcbiAgICAgICAgICAgICAgICApO1xuICAgICAgICAgICAgY29uc3QgYWZmaWxpYXRlID0gYCR7dGhpcy5jb2RpZ299XyR7dGhpcy5sYW5nfV8ke1xuICAgICAgICAgICAgICAgIGlzTW9iaWxlID8gJ21vYmlsZScgOiAnUEMnXG4gICAgICAgICAgICB9YDtcbiAgICAgICAgICAgIHBhcmFtcy5hcHBlbmQoJ2FmZmlsaWF0ZScsIGFmZmlsaWF0ZSk7XG4gICAgICAgIH1cblxuICAgICAgICBpZiAoQXJyYXkuaXNBcnJheShmb3JtVmFsdWVzLmRhdGVzKSAmJiBmb3JtVmFsdWVzLmRhdGVzLmxlbmd0aCA9PT0gMikge1xuICAgICAgICAgICAgY29uc3QgW2RhdGVpbiwgZGF0ZW91dF0gPSBmb3JtVmFsdWVzLmRhdGVzLm1hcCgoZGF0ZTogc3RyaW5nKSA9PlxuICAgICAgICAgICAgICAgIHRoaXMuZm9ybWF0RGF0ZShuZXcgRGF0ZShkYXRlKSlcbiAgICAgICAgICAgICk7XG4gICAgICAgICAgICBwYXJhbXMuYXBwZW5kKCdkYXRlaW4nLCBkYXRlaW4pO1xuICAgICAgICAgICAgcGFyYW1zLmFwcGVuZCgnZGF0ZW91dCcsIGRhdGVvdXQpO1xuICAgICAgICAgICAgdGhpcy5zYXZlRW5naW5lRGF0YShkYXRlaW4sIGRhdGVvdXQpO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXMuYWR1bHRzKSB7XG4gICAgICAgICAgICBwYXJhbXMuYXBwZW5kKFxuICAgICAgICAgICAgICAgICdhZHVsdG9zJyxcbiAgICAgICAgICAgICAgICB0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmFkdWx0cy50b1N0cmluZygpXG4gICAgICAgICAgICApO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXMua2lkcy5jb2RlKSB7XG4gICAgICAgICAgICBwYXJhbXMuYXBwZW5kKFxuICAgICAgICAgICAgICAgICdjaGlsZHJlbicsXG4gICAgICAgICAgICAgICAgdGhpcy5ndWVzdHNWYWx1ZVNlcGFyYXRlcy5raWRzLmNvZGUudG9TdHJpbmcoKVxuICAgICAgICAgICAgKTtcbiAgICAgICAgfVxuXG4gICAgICAgIGlmICh0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmluZmFudHMpIHtcbiAgICAgICAgICAgIHBhcmFtcy5hcHBlbmQoXG4gICAgICAgICAgICAgICAgJ2JhYmllcycsXG4gICAgICAgICAgICAgICAgdGhpcy5ndWVzdHNWYWx1ZVNlcGFyYXRlcy5pbmZhbnRzLnRvU3RyaW5nKClcbiAgICAgICAgICAgICk7XG4gICAgICAgIH1cblxuICAgICAgICB0aGlzLmFwcGVuZEd1ZXN0QWdlcyhwYXJhbXMpO1xuXG4gICAgICAgIGlmIChmb3JtVmFsdWVzLnByb21vKSB7XG4gICAgICAgICAgICBwYXJhbXMuYXBwZW5kKCdwcm9tJywgZm9ybVZhbHVlcy5wcm9tbyk7XG4gICAgICAgICAgICBwYXJhbXMuYXBwZW5kKCdwcm9tX2NsZWFuJywgJzAnKTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHBhcmFtcy5hcHBlbmQoJ3Byb21fY2xlYW4nLCAnMScpO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKHRoaXMuZ2xWYWx1ZSkgcGFyYW1zLmFwcGVuZCgnX2dsJywgdGhpcy5nbFZhbHVlKTtcblxuICAgICAgICBpZiAodGhpcy5ob3RlbHNWYWx1ZSAmJiBmb3JtVmFsdWVzLmhvdGVscykge1xuICAgICAgICAgICAgdGhpcy5nZW5lcmF0ZWRVcmwgPSBgJHt0aGlzLmhvdGVsc1ZhbHVlPy51cmx9PyR7cGFyYW1zLnRvU3RyaW5nKCl9YDtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHRoaXMuZ2VuZXJhdGVkVXJsID0gYCR7dGhpcy5idXR0b24/LnVybH0/JHtwYXJhbXMudG9TdHJpbmcoKX1gO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBhcHBlbmRHdWVzdEFnZXMocGFyYW1zOiBVUkxTZWFyY2hQYXJhbXMpOiB2b2lkIHtcbiAgICAgICAgY29uc3QgeyBpbmZhbnRzLCBraWRzIH0gPSB0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzO1xuXG4gICAgICAgIGlmIChpbmZhbnRzKSB7XG4gICAgICAgICAgICBBcnJheS5mcm9tKHsgbGVuZ3RoOiBpbmZhbnRzIH0pLmZvckVhY2goKCkgPT5cbiAgICAgICAgICAgICAgICBwYXJhbXMuYXBwZW5kKCdndWVzdEFnZXMnLCAnMCcpXG4gICAgICAgICAgICApO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKGtpZHM/LmNvZGVBZ2VzPy5sZW5ndGgpIHtcbiAgICAgICAgICAgIGtpZHMuY29kZUFnZXMuZm9yRWFjaCgoYWdlKSA9PlxuICAgICAgICAgICAgICAgIHBhcmFtcy5hcHBlbmQoJ2d1ZXN0QWdlcycsIGFnZS50b1N0cmluZygpKVxuICAgICAgICAgICAgKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHByaXZhdGUgZm9ybWF0RGF0ZShkYXRlOiBEYXRlKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIGRhdGVcbiAgICAgICAgICAgIC50b0xvY2FsZURhdGVTdHJpbmcoJ2VzLUVTJywge1xuICAgICAgICAgICAgICAgIGRheTogJzItZGlnaXQnLFxuICAgICAgICAgICAgICAgIG1vbnRoOiAnMi1kaWdpdCcsXG4gICAgICAgICAgICAgICAgeWVhcjogJ251bWVyaWMnLFxuICAgICAgICAgICAgfSlcbiAgICAgICAgICAgIC5yZXBsYWNlKC9cXC8vZywgJy0nKTtcbiAgICB9XG5cbiAgICBnZXQgZGVmYXVsdEd1ZXN0c1ZhbHVlKCk6IGd1ZXN0c1ZhbHVlIHtcbiAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICAgIGFkdWx0c1ZhbHVlOiB7XG4gICAgICAgICAgICAgICAgY29kZTogdGhpcy5ndWVzdHNWYWx1ZVNlcGFyYXRlcy5hZHVsdHMsXG4gICAgICAgICAgICAgICAgbmFtZTogU3RyaW5nKHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXMuYWR1bHRzKS5wYWRTdGFydCgyLCAnMCcpLFxuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIGtpZHNWYWx1ZToge1xuICAgICAgICAgICAgICAgIGNvZGU6IHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXMua2lkcy5jb2RlLFxuICAgICAgICAgICAgICAgIG5hbWU6IFN0cmluZyh0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmtpZHMuY29kZSkucGFkU3RhcnQoXG4gICAgICAgICAgICAgICAgICAgIDIsXG4gICAgICAgICAgICAgICAgICAgICcwJ1xuICAgICAgICAgICAgICAgICksXG4gICAgICAgICAgICAgICAgYWdlczogdGhpcy5ndWVzdHNWYWx1ZVNlcGFyYXRlcy5raWRzLmNvZGVBZ2VzPy5tYXAoKGNvZGUpID0+ICh7XG4gICAgICAgICAgICAgICAgICAgIGNvZGUsXG4gICAgICAgICAgICAgICAgICAgIG5hbWU6IFN0cmluZyhjb2RlKS5wYWRTdGFydCgyLCAnMCcpLFxuICAgICAgICAgICAgICAgIH0pKSxcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICBpbmZhbnRzVmFsdWU6IHtcbiAgICAgICAgICAgICAgICBjb2RlOiB0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmluZmFudHMsXG4gICAgICAgICAgICAgICAgbmFtZTogU3RyaW5nKHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXMuaW5mYW50cykucGFkU3RhcnQoXG4gICAgICAgICAgICAgICAgICAgIDIsXG4gICAgICAgICAgICAgICAgICAgICcwJ1xuICAgICAgICAgICAgICAgICksXG4gICAgICAgICAgICB9LFxuICAgICAgICB9O1xuICAgIH1cblxuICAgIHNhdmVFbmdpbmVEYXRhKGRhdGVpbj86IHN0cmluZywgZGF0ZW91dD86IHN0cmluZykge1xuICAgICAgICBpZiAoaXNQbGF0Zm9ybUJyb3dzZXIodGhpcy5wbGF0Zm9ybUlkKSkge1xuICAgICAgICAgICAgY29uc3Qgc3RvcmVkRGF0YSA9IHNlc3Npb25TdG9yYWdlLmdldEl0ZW0oJ2VuZ2luZURhdGEnKTtcbiAgICAgICAgICAgIGNvbnN0IHByZXZpb3VzRGF0YSA9IHN0b3JlZERhdGEgPyBKU09OLnBhcnNlKHN0b3JlZERhdGEpIDoge307XG5cbiAgICAgICAgICAgIGlmIChkYXRlaW4gJiYgZGF0ZW91dCkge1xuICAgICAgICAgICAgICAgIGNvbnN0IHBhcnRzSW4gPSBkYXRlaW4uc3BsaXQoJy0nKTtcbiAgICAgICAgICAgICAgICBjb25zdCBwYXJ0c091dCA9IGRhdGVvdXQuc3BsaXQoJy0nKTtcblxuICAgICAgICAgICAgICAgIGNvbnN0IGluRGF0ZSA9IG5ldyBEYXRlKFxuICAgICAgICAgICAgICAgICAgICBOdW1iZXIocGFydHNJblsyXSksXG4gICAgICAgICAgICAgICAgICAgIE51bWJlcihwYXJ0c0luWzFdKSAtIDEsXG4gICAgICAgICAgICAgICAgICAgIE51bWJlcihwYXJ0c0luWzBdKVxuICAgICAgICAgICAgICAgICk7XG4gICAgICAgICAgICAgICAgY29uc3Qgb3V0RGF0ZSA9IG5ldyBEYXRlKFxuICAgICAgICAgICAgICAgICAgICBOdW1iZXIocGFydHNPdXRbMl0pLFxuICAgICAgICAgICAgICAgICAgICBOdW1iZXIocGFydHNPdXRbMV0pIC0gMSxcbiAgICAgICAgICAgICAgICAgICAgTnVtYmVyKHBhcnRzT3V0WzBdKVxuICAgICAgICAgICAgICAgICk7XG5cbiAgICAgICAgICAgICAgICBpZiAob3V0RGF0ZSA8PSBpbkRhdGUpIHtcbiAgICAgICAgICAgICAgICAgICAgaW5EYXRlLnNldERhdGUoaW5EYXRlLmdldERhdGUoKSArIDEpO1xuICAgICAgICAgICAgICAgICAgICBjb25zdCBkZCA9IFN0cmluZyhpbkRhdGUuZ2V0RGF0ZSgpKS5wYWRTdGFydCgyLCAnMCcpO1xuICAgICAgICAgICAgICAgICAgICBjb25zdCBtbSA9IFN0cmluZyhpbkRhdGUuZ2V0TW9udGgoKSArIDEpLnBhZFN0YXJ0KDIsICcwJyk7XG4gICAgICAgICAgICAgICAgICAgIGNvbnN0IHl5eXkgPSBpbkRhdGUuZ2V0RnVsbFllYXIoKTtcbiAgICAgICAgICAgICAgICAgICAgZGF0ZW91dCA9IGAke2RkfS0ke21tfS0ke3l5eXl9YDtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBjb25zdCBob3RlbElkID0gdGhpcy5ob3RlbHNWYWx1ZT8uaWQgfHwgMTtcblxuICAgICAgICAgICAgY29uc3QgZW5naW5lRGF0YSA9IHtcbiAgICAgICAgICAgICAgICBwZXJpb2RfZnJvbTogZGF0ZWluXG4gICAgICAgICAgICAgICAgICAgID8gZGF0ZWluLnJlcGxhY2UoLy0vZywgJy8nKVxuICAgICAgICAgICAgICAgICAgICA6IHByZXZpb3VzRGF0YS5wZXJpb2RfZnJvbSxcbiAgICAgICAgICAgICAgICBwZXJpb2RfdG86IGRhdGVvdXRcbiAgICAgICAgICAgICAgICAgICAgPyBkYXRlb3V0LnJlcGxhY2UoLy0vZywgJy8nKVxuICAgICAgICAgICAgICAgICAgICA6IHByZXZpb3VzRGF0YS5wZXJpb2RfdG8sXG4gICAgICAgICAgICAgICAgYWR1bHRzOiB0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmFkdWx0cyB8fCAxLFxuICAgICAgICAgICAgICAgIGtpZHM6IHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXMua2lkcy5jb2RlIHx8IDAsXG4gICAgICAgICAgICAgICAgYmFiaWVzOiB0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmluZmFudHMgfHwgMCxcbiAgICAgICAgICAgICAgICBob3RlbElkOiBob3RlbElkLFxuICAgICAgICAgICAgfTtcblxuICAgICAgICAgICAgc2Vzc2lvblN0b3JhZ2Uuc2V0SXRlbSgnZW5naW5lRGF0YScsIEpTT04uc3RyaW5naWZ5KGVuZ2luZURhdGEpKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGxvYWRFbmdpbmVEYXRhKCkge1xuICAgICAgICBjb25zdCBzdG9yZWREYXRhID0gc2Vzc2lvblN0b3JhZ2UuZ2V0SXRlbSgnZW5naW5lRGF0YScpO1xuICAgICAgICBpZiAoIXN0b3JlZERhdGEpIHtcbiAgICAgICAgICAgIHRoaXMuc2F2ZUVuZ2luZURhdGEoKTtcbiAgICAgICAgfVxuICAgIH1cbn1cblxuZXhwb3J0IGludGVyZmFjZSBCYWJ5bG9uSG90ZWxzTW9kYWxEcm9wZG93bkkge1xuICAgIHBsYWNlaG9sZGVyPzogc3RyaW5nO1xuICAgIG9wdGlvbnM/OiBCYWJ5bG9uSG90ZWxNb2RhbERyb3Bkb3duT3B0aW9uW107XG4gICAgdGl0bGU/OiBzdHJpbmc7XG4gICAgc21hbGxUaXRsZT86IHN0cmluZztcbiAgICBlcnJvcj86IHN0cmluZztcbn1cblxuZXhwb3J0IGludGVyZmFjZSBCYWJ5bG9uSG90ZWxNb2RhbERyb3Bkb3duT3B0aW9uIHtcbiAgICBuYW1lPzogc3RyaW5nO1xuICAgIHRpY2tlcj86IHN0cmluZztcbiAgICB1cmw/OiBzdHJpbmc7XG4gICAgaWQ/OiBudW1iZXI7XG59XG4iLCI8ZGl2IGNsYXNzPVwiYmFieWxvbl9fZW5naW5lc19fd3JhcHBlclwiPlxuICAgIDxkaXYgY2xhc3M9XCJjbG9zZS1tb2RhbFwiIChjbGljayk9XCJjbG9zZU1vZGFsKClcIj5cbiAgICAgICAgPGJ1dHRvblxuICAgICAgICAgICAgbmFtZT1cImNsb3NlXCJcbiAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bl9wcmltYXJ5IGJ0bi0tbGlnaHQgYnRuLS1jbG9zZSBtbC0tMjBcIlxuICAgICAgICAgICAgYXJpYS1sYWJlbD1cIkNsb3NlXCJcbiAgICAgICAgPlxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLXBsdXNcIj48L3NwYW4+XG4gICAgICAgIDwvYnV0dG9uPlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVzIGVuZ2luZS1tb2RhbFwiPlxuICAgICAgICA8ZGl2XG4gICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2VuZ2luZXNfX2hlYWRlciBkLWZsZXggZmxleC1jb2x1bW4gYWxpZ24taXRlbW5zLWNlbnRlclwiXG4gICAgICAgICAgICBbbmdDbGFzc109XCJ7XG4gICAgICAgICAgICAgICAgJ2JhYnlsb25fX2VuZ2luZXNfX2hlYWRlci0tcG9wdXAtb3Blbic6IHNob3dpbmdHdWVzdHMsXG4gICAgICAgICAgICB9XCJcbiAgICAgICAgPlxuICAgICAgICAgICAgQGlmICh0aXRsZSkge1xuICAgICAgICAgICAgICAgIDxoNCBjbGFzcz1cInRpdGxlLS1zbWFsbFwiPnt7IHRpdGxlIH19PC9oND5cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIEBpZiAoc3VidGl0bGUpIHtcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInN1YnRpdGxlXCI+e3sgc3VidGl0bGUgfX08L3NwYW4+XG4gICAgICAgICAgICB9XG4gICAgICAgIDwvZGl2PlxuXG4gICAgICAgIDxmb3JtXG4gICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2VuZ2luZXNfX2Zvcm0gZC1mbGV4IGZsZXgtY29sdW1uIGFsaWduLWl0ZW1zLWNlbnRlclwiXG4gICAgICAgICAgICBbZm9ybUdyb3VwXT1cImZvcm1Nb2RhbFwiXG4gICAgICAgID5cbiAgICAgICAgICAgIEBpZiAoXG4gICAgICAgICAgICAgICAgaG90ZWxzSW5wdXQgJiZcbiAgICAgICAgICAgICAgICBob3RlbHMgJiZcbiAgICAgICAgICAgICAgICBob3RlbHMub3B0aW9ucyAmJlxuICAgICAgICAgICAgICAgIGhvdGVscy5vcHRpb25zLmxlbmd0aCA+IDFcbiAgICAgICAgICAgICkge1xuICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVzX19pbnB1dC0td3JhcHBlciBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyIGhvdGVsc1wiXG4gICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVzX19kYXRlcGlja2VyX19pY29uLS1sZWZ0XCJcbiAgICAgICAgICAgICAgICAgICAgPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgQGlmIChob3RlbHNJbnB1dCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2VuZ2luZXNfX2RhdGVwaWNrZXItLXRpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwidG9nZ2xlSG90ZWxzRHJvcGRvd24oKVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPnt7IGhvdGVsc0lucHV0IH19PC9zcGFuXG4gICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LWJvdHRvbVwiPjwvc3Bhbj5cblxuICAgICAgICAgICAgICAgICAgICA8cC1kcm9wZG93blxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVzX19pbnB1dFwiXG4gICAgICAgICAgICAgICAgICAgICAgICBbb3B0aW9uc109XCJob3RlbHMub3B0aW9uc1wiXG4gICAgICAgICAgICAgICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJob3RlbHNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW3BsYWNlaG9sZGVyXT1cImhvdGVsc1BsYWNlaG9sZGVyXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIG9wdGlvbkxhYmVsPVwibmFtZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAob25DaGFuZ2UpPVwiaGFuZGxlRHJvcGRvd25DaGFuZ2UoJGV2ZW50KVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAjaG90ZWxzRHJvcGRvd25cbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICA8L3AtZHJvcGRvd24+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVzX19kYXRlcGlja2VyLS13cmFwcGVyIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlbiBmbGV4LW5vd3JhcFwiXG4gICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVzX19kYXRlcGlja2VyX19pY29uLS1sZWZ0XCI+PC9zcGFuPlxuICAgICAgICAgICAgICAgIEBpZiAoZGF0ZXBpY2tlckRhdGE/LnRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lc19fZGF0ZXBpY2tlci0tdGl0bGVcIj57e1xuICAgICAgICAgICAgICAgICAgICAgICAgZGF0ZXBpY2tlckRhdGE/LnRpdGxlXG4gICAgICAgICAgICAgICAgICAgIH19PC9zcGFuPlxuICAgICAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgICAgIDxwLWNhbGVuZGFyXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lc19fZGF0ZXBpY2tlclwiXG4gICAgICAgICAgICAgICAgICAgIFtzaG93T3RoZXJNb250aHNdPVwiZmFsc2VcIlxuICAgICAgICAgICAgICAgICAgICBkYXRlRm9ybWF0PVwiZGQtbW0teXlcIlxuICAgICAgICAgICAgICAgICAgICBzZWxlY3Rpb25Nb2RlPVwicmFuZ2VcIlxuICAgICAgICAgICAgICAgICAgICBbcGxhY2Vob2xkZXJdPVwiZGF0ZXBpY2tlckRhdGE/LnBsYWNlaG9sZGVyXCJcbiAgICAgICAgICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwiZGF0ZXNcIlxuICAgICAgICAgICAgICAgICAgICBbbnVtYmVyT2ZNb250aHNdPVwiMlwiXG4gICAgICAgICAgICAgICAgICAgIFttaW5EYXRlXT1cIm1pbkRhdGVcIlxuICAgICAgICAgICAgICAgICAgICAjZGF0ZXBpY2tlclxuICAgICAgICAgICAgICAgICAgICBbcmVhZG9ubHlJbnB1dF09XCJ0cnVlXCJcbiAgICAgICAgICAgICAgICAgICAgW3Nob3dPbkZvY3VzXT1cImZhbHNlXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU9XCJoZWFkZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjYWxlbmRhci1oZWFkZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bl9wcmltYXJ5IGJ0bi0tbGlnaHQgYmFieWxvbi1wbHVzXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWQ9XCJjbG9zZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJkYXRlcGlja2VyLm92ZXJsYXlWaXNpYmxlID0gZmFsc2VcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L2J1dHRvbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxuICAgICAgICAgICAgICAgIDwvcC1jYWxlbmRhcj5cbiAgICAgICAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2VuZ2luZXNfX2RhdGVwaWNrZXJfX2ljb24gYmFieWxvbi1jYWxlbmRhclwiXG4gICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJkYXRlcGlja2VyLnRvZ2dsZSgpXCJcbiAgICAgICAgICAgICAgICA+PC9zcGFuPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICBAaWYgKGd1ZXN0c0lucHV0KSB7XG4gICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2VuZ2luZXNfX2lucHV0LS13cmFwcGVyIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIgZ3Vlc3RzXCJcbiAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cInRvZ2dsZVNob3dpbmdHdWVzdHMoKVwiXG4gICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVzX19kYXRlcGlja2VyX19pY29uLS1sZWZ0XCJcbiAgICAgICAgICAgICAgICAgICAgPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgQGlmIChndWVzdHNJbnB1dC5wbGFjZWhvbGRlcikge1xuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImd1ZXN0LWluZm9cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtpbm5lckhUTUxdPVwiZ3Vlc3RzSW5wdXQucGxhY2Vob2xkZXIgKyAnOiAgJ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICA+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDxpbnB1dFxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVzX19pbnB1dFwiXG4gICAgICAgICAgICAgICAgICAgICAgICB0eXBlPVwidGV4dFwiXG4gICAgICAgICAgICAgICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJndWVzdHNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW3BsYWNlaG9sZGVyXT1cImd1ZXN0c0lucHV0LnBsYWNlaG9sZGVyXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFt2YWx1ZV09XCJndWVzdHNWYWx1ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICByZWFkb25seVxuICAgICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctYm90dG9tXCI+PC9zcGFuPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgQGlmIChzaG93aW5nR3Vlc3RzICYmIGd1ZXN0cykge1xuICAgICAgICAgICAgICAgIDxsaWItYmFieWxvbi1ndWVzdHMtcG9wdXBcbiAgICAgICAgICAgICAgICAgICAgW29ubHlBZHVsdHNdPVwib25seUFkdWx0c1wiXG4gICAgICAgICAgICAgICAgICAgIFtkZWZhdWx0VmFsdWVdPVwiZGVmYXVsdEd1ZXN0c1ZhbHVlXCJcbiAgICAgICAgICAgICAgICAgICAgW2FkdWx0c0Ryb3Bkb3duXT1cImd1ZXN0cy5hZHVsdHNEcm9wZG93blwiXG4gICAgICAgICAgICAgICAgICAgIFthZ2VzRHJvcGRvd25dPVwiZ3Vlc3RzLmFnZXNEcm9wZG93blwiXG4gICAgICAgICAgICAgICAgICAgIFthZ2VzTGFiZWxdPVwiZ3Vlc3RzLmFnZXNMYWJlbFwiXG4gICAgICAgICAgICAgICAgICAgIFtiYWJpZXNEcm9wZG93bl09XCJndWVzdHMuYmFiaWVzRHJvcGRvd25cIlxuICAgICAgICAgICAgICAgICAgICBba2lkc0Ryb3Bkb3duXT1cImd1ZXN0cy5raWRzRHJvcGRvd25cIlxuICAgICAgICAgICAgICAgICAgICBbc2hvd0FnZXNdPVwic2hvd0FnZXNcIlxuICAgICAgICAgICAgICAgICAgICBbYnRuXT1cImd1ZXN0cy5idG5cIlxuICAgICAgICAgICAgICAgICAgICAoYXBwbHkpPVwiZ3Vlc3RzQ2hhbmdlKCRldmVudClcIlxuICAgICAgICAgICAgICAgID48L2xpYi1iYWJ5bG9uLWd1ZXN0cy1wb3B1cD5cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIEBpZiAocHJvbW9JbnB1dCkge1xuICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVzX19pbnB1dC0td3JhcHBlciBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyIHByb21vLWNvZGVcIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPHNwYW5cbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lc19fZGF0ZXBpY2tlcl9faWNvbi0tbGVmdFwiXG4gICAgICAgICAgICAgICAgICAgID48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgIDxpbnB1dFxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVzX19pbnB1dFwiXG4gICAgICAgICAgICAgICAgICAgICAgICB0eXBlPVwidGV4dFwiXG4gICAgICAgICAgICAgICAgICAgICAgICBbcGxhY2Vob2xkZXJdPVwicHJvbW9JbnB1dC5wbGFjZWhvbGRlclwiXG4gICAgICAgICAgICAgICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJwcm9tb1wiXG4gICAgICAgICAgICAgICAgICAgICAgICBbdmFsdWVdPVwiXCJcbiAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLXRhZ1wiPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIEBpZiAoYnV0dG9uKSB7XG4gICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJidXR0b24ubGFiZWxcIlxuICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJnZW5lcmF0ZWRVcmxcIlxuICAgICAgICAgICAgICAgICAgICBbYXR0ci50YXJnZXRdPVwib3BlbkluTmV3V2luZG93ID8gJ19ibGFuaycgOiAnX3NlbGYnXCJcbiAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJidG4gYnRuX2NhbGwgYnRuLS1saWdodFwiXG4gICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJ1cGRhdGVHZW5lcmF0ZWRVcmwoKTsgY2xvc2VNb2RhbCgpXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIHt7IGJ1dHRvbi5sYWJlbCB9fVxuICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgIH1cbiAgICAgICAgPC9mb3JtPlxuICAgIDwvZGl2PlxuPC9kaXY+XG4iXX0=