ctt-babylon 0.0.270 → 0.0.271

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.
@@ -51,11 +51,11 @@ export class BabylonGuestsPopupComponent {
51
51
  this.applied = true;
52
52
  }
53
53
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonGuestsPopupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
54
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonGuestsPopupComponent, isStandalone: true, selector: "lib-babylon-guests-popup", inputs: { adultsDropdown: "adultsDropdown", kidsDropdown: "kidsDropdown", babiesDropdown: "babiesDropdown", agesDropdown: "agesDropdown", kidsLabel: "kidsLabel", agesLabel: "agesLabel", btn: "btn" }, outputs: { apply: "apply" }, ngImport: i0, template: "<div class=\"babylon__guests d-flex flex-column\">\r\n @if (adultsDropdown) {\r\n <div class=\"babylon__guests__dropdown--wrapper\">\r\n <span class=\"babylon__guests__icon babylon-adult\"></span>\r\n <div class=\"babylon__guests__dropdown--content\">\r\n <div class=\"babylon__guests__dropdown--title-wrapper\">\r\n @if (adultsDropdown.title) {\r\n <span class=\"babylon__guests__dropdown--title color--brown\">\r\n {{ adultsDropdown.title }}\r\n </span>\r\n }\r\n </div>\r\n\r\n <p-dropdown\r\n class=\"babylon__guests__dropdown\"\r\n [options]=\"adultsDropdown.options\"\r\n [(ngModel)]=\"value.adultsValue\"\r\n [placeholder]=\"adultsDropdown.placeholder\"\r\n name=\"adults\"\r\n optionLabel=\"name\"\r\n (ngModelChange)=\"dropdownChange($event, 'adults')\"\r\n >\r\n </p-dropdown>\r\n </div>\r\n </div>\r\n } @if (kidsDropdown) {\r\n <div class=\"babylon__guests__dropdown--wrapper\">\r\n <span class=\"babylon__guests__icon babylon-kid\"></span>\r\n <div class=\"babylon__guests__dropdown--content\">\r\n <div class=\"babylon__guests__dropdown--title-wrapper\">\r\n @if (kidsDropdown.title) {\r\n <span class=\"babylon__guests__dropdown--title color--brown\">\r\n Children\r\n </span>\r\n } @if (kidsDropdown.smallTitle) {\r\n\r\n <small\r\n class=\"babylon__guests__dropdown--small-title color--camel\"\r\n >\r\n {{ kidsDropdown.smallTitle }}\r\n </small>\r\n }\r\n </div>\r\n\r\n <p-dropdown\r\n class=\"babylon__guests__dropdown\"\r\n [options]=\"kidsDropdown.options\"\r\n [(ngModel)]=\"value.kidsValue\"\r\n [placeholder]=\"kidsDropdown.placeholder\"\r\n name=\"kids\"\r\n optionLabel=\"name\"\r\n (ngModelChange)=\"dropdownChange($event, 'kids')\"\r\n >\r\n </p-dropdown>\r\n </div>\r\n <span class=\"icon-pointer-down babylon__guests__dropdown--icon\"></span>\r\n </div>\r\n\r\n } @if (!applied && kids.length) {\r\n\r\n <div class=\"babylon__guests__kids py-6\">\r\n @if (agesLabel) {\r\n <header>\r\n <p class=\"text light m-0\">{{ agesLabel }}</p>\r\n </header>\r\n }\r\n <div>\r\n <div class=\"row gy-3 justify-content-between pb-4\">\r\n @for (kid of kids; track $index; let even = $even, last = $last)\r\n {\r\n <div class=\"col-6\" [ngClass]=\"{ 'offset-3': last && even }\">\r\n @if (kidsLabel) {\r\n <span class=\"text-small light\"\r\n >{{ kidsLabel }} {{ kid }}</span\r\n >\r\n }\r\n <div class=\"babylon__guests__dropdown--wrapper small\">\r\n <p-dropdown\r\n class=\"babylon__guests__dropdown small\"\r\n [options]=\"agesDropdown?.options\"\r\n [(ngModel)]=\"agesValue[$index]\"\r\n optionLabel=\"name\"\r\n [placeholder]=\"agesDropdown?.options?.[0]?.name\"\r\n name=\"age\"\r\n >\r\n </p-dropdown>\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n @if (btn) {\r\n <a class=\"btn btn-small btn_call\" (click)=\"applyAges()\">{{\r\n btn.label\r\n }}</a>\r\n }\r\n </div>\r\n </div>\r\n } @if (babiesDropdown) {\r\n <div class=\"babylon__guests__dropdown--wrapper\">\r\n <span class=\"babylon__guests__icon babylon-baby\"></span>\r\n <div class=\"babylon__guests__dropdown--content\">\r\n <div class=\"babylon__guests__dropdown--title-wrapper\">\r\n @if (babiesDropdown.title) {\r\n <span class=\"babylon__guests__dropdown--title color--brown\">\r\n {{ babiesDropdown.title }}\r\n </span>\r\n\r\n } @if (babiesDropdown.smallTitle) {\r\n <small\r\n class=\"babylon__guests__dropdown--small-title color--camel\"\r\n >\r\n {{ babiesDropdown.smallTitle }}\r\n </small>\r\n }\r\n </div>\r\n\r\n <p-dropdown\r\n class=\"babylon__guests__dropdown\"\r\n [options]=\"babiesDropdown.options\"\r\n [(ngModel)]=\"value.infantsValue\"\r\n [placeholder]=\"babiesDropdown.placeholder\"\r\n name=\"infants\"\r\n optionLabel=\"name\"\r\n (ngModelChange)=\"dropdownChange($event, 'babies')\"\r\n >\r\n </p-dropdown>\r\n </div>\r\n <span class=\"icon-pointer-down babylon__guests__dropdown--icon\"></span>\r\n </div>\r\n } @if (btn) {\r\n <a class=\"btn btn_call\" (click)=\"applyData()\">{{ btn.label }}</a>\r\n }\r\n</div>\r\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: rgba(255,255,255, var(--cl_base-transparent));--cl_base-transparent: .9;--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: #eee;--cl_header-text-nosticky: #fff;--cl_header-text-sticky: #19314b;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--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: 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-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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--cl_engine-bg: #fff;--cl_engine-transparent-bg: rgba(255,255,255, var(--cl_base-transparent));--cl_engine-bg-dark: #19314bbf;--cl_engine-input-bg: #a6b9ce;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_engine-text-sticky: var(--cl_engine-bg);--cl_engine-bg-sticky: var(--cl_engine-bg);--cl_engine-icons-sticky: var(--cl_title-light);--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_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--cl-font-size-engine-text: 14px }@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: 1024px){.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}}:host{width:100%;display:block}@media (min-width: 1280px){:host{width:400px}}.babylon__guests{position:absolute;gap:20px;background-color:#fff;max-width:350px;width:100%;border-radius:5px;color:var(--cl_engine-text);z-index:1;padding:15px}@media (min-width: 540px){.babylon__guests{max-width:400px;padding:20px}}@media (min-width: 1280px){.babylon__guests{padding:25px}}.babylon__guests__kids{max-width:100%;background-color:#47474724;position:relative;padding:1px 10px 20px;border-radius:5px;z-index:1;left:50%;transform:translate(-50%)}.babylon__guests__kids .text,.babylon__guests__kids .text-small{color:var(--cl_engine-text)}.babylon__guests__dropdown{display:block;width:100%;font-family:var(--font-text);font-size:15px;color:var(--cl_engine-text);font-weight:300;line-height:20px;text-align:left;position:relative}.babylon__guests__dropdown--icon{font-size:21px;color:var(--cl_engine-text);position:absolute;left:16px;top:50%;transform:translateY(-50%)}.babylon__guests__dropdown ::ng-deep .p-inputwrapper{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left}.babylon__guests__dropdown ::ng-deep .p-inputwrapper .p-icon-wrapper{position:absolute;right:0;top:-50%}.babylon__guests__dropdown ::ng-deep .p-inputtext{padding-right:25px;font-family:var(--font-text)}.babylon__guests__dropdown ::ng-deep .p-inputtext:focus-visible{outline:none}.babylon__guests__dropdown ::ng-deep .p-overlay{background:var(--cl_engine-input-bg-select);border-bottom-left-radius:5px;border-bottom-right-radius:5px;margin-top:6px;left:-61px!important;top:18px!important;width:350px;border-top:0}@media (min-width: 540px){.babylon__guests__dropdown ::ng-deep .p-overlay{width:400px}}@media (min-width: 1280px){.babylon__guests__dropdown ::ng-deep .p-overlay{width:350px}}.babylon__guests__dropdown ::ng-deep .p-overlay ul{display:flex;flex-direction:column}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem{width:100%}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem:last-child li{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li{padding:15px}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li:focus-visible{outline:none}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li:hover{background-color:var(--cl_engine-bg-hover);color:var(--cl_engine-text)}.babylon__guests__dropdown.small ::ng-deep .p-icon-wrapper{top:0}.babylon__guests__dropdown.small ::ng-deep .p-overlay{width:105px;left:-16px!important}.babylon__guests__dropdown.small ::ng-deep .p-overlay ::-webkit-scrollbar{display:none}.babylon__guests__dropdown--content{width:100%}.babylon__guests__dropdown--wrapper{padding:2px 25px 2px 60px;max-height:60px;border-radius:5px;background-color:var(--cl_engine-input-bg);width:100%;max-width:350px;display:flex;justify-content:space-between;align-items:center;position:relative}@media (min-width: 540px){.babylon__guests__dropdown--wrapper{max-width:400px}}.babylon__guests__dropdown--wrapper.small{padding:2px 15px}.babylon__guests__dropdown--title-wrapper{display:flex;align-items:center;gap:5px}.babylon__guests__dropdown--title{font-family:var(--font-text);font-size:18px;font-weight:400;text-align:left}.babylon__guests__dropdown--small-title{font-family:var(--font-text);font-size:14px;font-weight:300;text-align:left}.babylon__guests__dropdown--small-title:before{content:\"|\";padding-right:5px}.babylon__guests .btn{width:200px;height:34px;position:relative;left:50%;transform:translate(-50%)}.babylon__guests__icon{font-size:22px;position:absolute;left:18px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: DropdownModule }, { kind: "component", type: i3.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: ReactiveFormsModule }] }); }
54
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonGuestsPopupComponent, isStandalone: true, selector: "lib-babylon-guests-popup", inputs: { adultsDropdown: "adultsDropdown", kidsDropdown: "kidsDropdown", babiesDropdown: "babiesDropdown", agesDropdown: "agesDropdown", kidsLabel: "kidsLabel", agesLabel: "agesLabel", btn: "btn" }, outputs: { apply: "apply" }, ngImport: i0, template: "<div class=\"babylon__guests d-flex flex-column\">\r\n @if (adultsDropdown) {\r\n <div class=\"babylon__guests__dropdown--wrapper\">\r\n <span class=\"babylon__guests__icon babylon-adult\"></span>\r\n <div class=\"babylon__guests__dropdown--content\">\r\n <div class=\"babylon__guests__dropdown--title-wrapper\">\r\n @if (adultsDropdown.title) {\r\n <span class=\"babylon__guests__dropdown--title color--brown\">\r\n {{ adultsDropdown.title }}\r\n </span>\r\n }\r\n </div>\r\n\r\n <p-dropdown\r\n class=\"babylon__guests__dropdown\"\r\n [options]=\"adultsDropdown.options\"\r\n [(ngModel)]=\"value.adultsValue\"\r\n [placeholder]=\"adultsDropdown.placeholder\"\r\n name=\"adults\"\r\n optionLabel=\"name\"\r\n (ngModelChange)=\"dropdownChange($event, 'adults')\"\r\n >\r\n </p-dropdown>\r\n </div>\r\n </div>\r\n } @if (kidsDropdown) {\r\n <div class=\"babylon__guests__dropdown--wrapper\">\r\n <span class=\"babylon__guests__icon babylon-kid\"></span>\r\n <div class=\"babylon__guests__dropdown--content\">\r\n <div class=\"babylon__guests__dropdown--title-wrapper\">\r\n @if (kidsDropdown.title) {\r\n <span class=\"babylon__guests__dropdown--title color--brown\">\r\n Children\r\n </span>\r\n } @if (kidsDropdown.smallTitle) {\r\n\r\n <small\r\n class=\"babylon__guests__dropdown--small-title color--camel\"\r\n >\r\n {{ kidsDropdown.smallTitle }}\r\n </small>\r\n }\r\n </div>\r\n\r\n <p-dropdown\r\n class=\"babylon__guests__dropdown\"\r\n [options]=\"kidsDropdown.options\"\r\n [(ngModel)]=\"value.kidsValue\"\r\n [placeholder]=\"kidsDropdown.placeholder\"\r\n name=\"kids\"\r\n optionLabel=\"name\"\r\n (ngModelChange)=\"dropdownChange($event, 'kids')\"\r\n >\r\n </p-dropdown>\r\n </div>\r\n <span class=\"icon-pointer-down babylon__guests__dropdown--icon\"></span>\r\n </div>\r\n\r\n } @if (!applied && kids.length) {\r\n\r\n <div class=\"babylon__guests__kids py-6\">\r\n @if (agesLabel) {\r\n <header>\r\n <p class=\"text light m-0\">{{ agesLabel }}</p>\r\n </header>\r\n }\r\n <div>\r\n <div class=\"row gy-3 justify-content-between pb-4\">\r\n @for (kid of kids; track $index; let even = $even, last = $last)\r\n {\r\n <div class=\"col-6\" [ngClass]=\"{ 'offset-3': last && even }\">\r\n @if (kidsLabel) {\r\n <span class=\"text-small light\"\r\n >{{ kidsLabel }} {{ kid }}</span\r\n >\r\n }\r\n <div class=\"babylon__guests__dropdown--wrapper small\">\r\n <p-dropdown\r\n class=\"babylon__guests__dropdown small\"\r\n [options]=\"agesDropdown?.options\"\r\n [(ngModel)]=\"agesValue[$index]\"\r\n optionLabel=\"name\"\r\n [placeholder]=\"agesDropdown?.options?.[0]?.name\"\r\n name=\"age\"\r\n >\r\n </p-dropdown>\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n @if (btn) {\r\n <a class=\"btn btn-small btn_call\" (click)=\"applyAges()\">{{\r\n btn.label\r\n }}</a>\r\n }\r\n </div>\r\n </div>\r\n } @if (babiesDropdown) {\r\n <div class=\"babylon__guests__dropdown--wrapper\">\r\n <span class=\"babylon__guests__icon babylon-baby\"></span>\r\n <div class=\"babylon__guests__dropdown--content\">\r\n <div class=\"babylon__guests__dropdown--title-wrapper\">\r\n @if (babiesDropdown.title) {\r\n <span class=\"babylon__guests__dropdown--title color--brown\">\r\n {{ babiesDropdown.title }}\r\n </span>\r\n\r\n } @if (babiesDropdown.smallTitle) {\r\n <small\r\n class=\"babylon__guests__dropdown--small-title color--camel\"\r\n >\r\n {{ babiesDropdown.smallTitle }}\r\n </small>\r\n }\r\n </div>\r\n\r\n <p-dropdown\r\n class=\"babylon__guests__dropdown\"\r\n [options]=\"babiesDropdown.options\"\r\n [(ngModel)]=\"value.infantsValue\"\r\n [placeholder]=\"babiesDropdown.placeholder\"\r\n name=\"infants\"\r\n optionLabel=\"name\"\r\n (ngModelChange)=\"dropdownChange($event, 'babies')\"\r\n >\r\n </p-dropdown>\r\n </div>\r\n <span class=\"icon-pointer-down babylon__guests__dropdown--icon\"></span>\r\n </div>\r\n } @if (btn) {\r\n <a class=\"btn btn_call\" (click)=\"applyData()\">{{ btn.label }}</a>\r\n }\r\n</div>\r\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: rgba(255,255,255, var(--cl_base-transparent));--cl_base-transparent: .9;--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: #eee;--cl_header-text-nosticky: #fff;--cl_header-text-sticky: #19314b;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--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: 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-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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--cl_engine-bg: #fff;--cl_engine-transparent-bg: rgba(255,255,255, var(--cl_base-transparent));--cl_engine-bg-dark: #19314bbf;--cl_engine-input-bg: #a6b9ce;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_engine-text-sticky: var(--cl_engine-bg);--cl_engine-bg-sticky: var(--cl_engine-bg);--cl_engine-icons-sticky: var(--cl_title-light);--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_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--cl-font-size-engine-text: 14px }@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: 1024px){.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}}:host{width:100%;display:block}@media (min-width: 1280px){:host{width:400px}}.babylon__guests{position:absolute;gap:20px;background-color:#fff;max-width:350px;width:100%;border-radius:5px;color:var(--cl_engine-text);z-index:1;padding:15px}@media (min-width: 540px){.babylon__guests{max-width:400px;padding:20px}}@media (min-width: 1024px){.babylon__guests{width:max-content}}@media (min-width: 1280px){.babylon__guests{width:100%;padding:25px}}.babylon__guests__kids{max-width:100%;background-color:#47474724;position:relative;padding:1px 10px 20px;border-radius:5px;z-index:1;left:50%;transform:translate(-50%)}.babylon__guests__kids .text,.babylon__guests__kids .text-small{color:var(--cl_engine-text)}.babylon__guests__dropdown{display:block;width:100%;font-family:var(--font-text);font-size:15px;color:var(--cl_engine-text);font-weight:300;line-height:20px;text-align:left;position:relative}.babylon__guests__dropdown--icon{font-size:21px;color:var(--cl_engine-text);position:absolute;left:16px;top:50%;transform:translateY(-50%)}.babylon__guests__dropdown ::ng-deep .p-inputwrapper{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left}.babylon__guests__dropdown ::ng-deep .p-inputwrapper .p-icon-wrapper{position:absolute;right:0;top:-50%}.babylon__guests__dropdown ::ng-deep .p-inputtext{padding-right:25px;font-family:var(--font-text)}.babylon__guests__dropdown ::ng-deep .p-inputtext:focus-visible{outline:none}.babylon__guests__dropdown ::ng-deep .p-overlay{background:var(--cl_engine-input-bg-select);border-bottom-left-radius:5px;border-bottom-right-radius:5px;margin-top:6px;left:-61px!important;top:18px!important;width:350px;border-top:0}@media (min-width: 540px){.babylon__guests__dropdown ::ng-deep .p-overlay{width:400px}}@media (min-width: 1280px){.babylon__guests__dropdown ::ng-deep .p-overlay{width:350px}}.babylon__guests__dropdown ::ng-deep .p-overlay ul{display:flex;flex-direction:column}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem{width:100%}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem:last-child li{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li{padding:15px}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li:focus-visible{outline:none}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li:hover{background-color:var(--cl_engine-bg-hover);color:var(--cl_engine-text)}.babylon__guests__dropdown.small ::ng-deep .p-icon-wrapper{top:0}.babylon__guests__dropdown.small ::ng-deep .p-overlay{width:105px;left:-16px!important}.babylon__guests__dropdown.small ::ng-deep .p-overlay ::-webkit-scrollbar{display:none}.babylon__guests__dropdown--content{width:100%}.babylon__guests__dropdown--wrapper{padding:2px 25px 2px 60px;max-height:60px;border-radius:5px;background-color:var(--cl_engine-input-bg);width:100%;max-width:350px;display:flex;justify-content:space-between;align-items:center;position:relative}@media (min-width: 540px){.babylon__guests__dropdown--wrapper{max-width:400px}}.babylon__guests__dropdown--wrapper.small{padding:2px 15px}.babylon__guests__dropdown--title-wrapper{display:flex;align-items:center;gap:5px}.babylon__guests__dropdown--title{font-family:var(--font-text);font-size:18px;font-weight:400;text-align:left}.babylon__guests__dropdown--small-title{font-family:var(--font-text);font-size:14px;font-weight:300;text-align:left}.babylon__guests__dropdown--small-title:before{content:\"|\";padding-right:5px}.babylon__guests .btn{width:200px;height:34px;position:relative;left:50%;transform:translate(-50%)}.babylon__guests__icon{font-size:22px;position:absolute;left:18px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: DropdownModule }, { kind: "component", type: i3.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: ReactiveFormsModule }] }); }
55
55
  }
56
56
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonGuestsPopupComponent, decorators: [{
57
57
  type: Component,
58
- args: [{ selector: 'lib-babylon-guests-popup', standalone: true, imports: [CommonModule, FormsModule, DropdownModule, ReactiveFormsModule], template: "<div class=\"babylon__guests d-flex flex-column\">\r\n @if (adultsDropdown) {\r\n <div class=\"babylon__guests__dropdown--wrapper\">\r\n <span class=\"babylon__guests__icon babylon-adult\"></span>\r\n <div class=\"babylon__guests__dropdown--content\">\r\n <div class=\"babylon__guests__dropdown--title-wrapper\">\r\n @if (adultsDropdown.title) {\r\n <span class=\"babylon__guests__dropdown--title color--brown\">\r\n {{ adultsDropdown.title }}\r\n </span>\r\n }\r\n </div>\r\n\r\n <p-dropdown\r\n class=\"babylon__guests__dropdown\"\r\n [options]=\"adultsDropdown.options\"\r\n [(ngModel)]=\"value.adultsValue\"\r\n [placeholder]=\"adultsDropdown.placeholder\"\r\n name=\"adults\"\r\n optionLabel=\"name\"\r\n (ngModelChange)=\"dropdownChange($event, 'adults')\"\r\n >\r\n </p-dropdown>\r\n </div>\r\n </div>\r\n } @if (kidsDropdown) {\r\n <div class=\"babylon__guests__dropdown--wrapper\">\r\n <span class=\"babylon__guests__icon babylon-kid\"></span>\r\n <div class=\"babylon__guests__dropdown--content\">\r\n <div class=\"babylon__guests__dropdown--title-wrapper\">\r\n @if (kidsDropdown.title) {\r\n <span class=\"babylon__guests__dropdown--title color--brown\">\r\n Children\r\n </span>\r\n } @if (kidsDropdown.smallTitle) {\r\n\r\n <small\r\n class=\"babylon__guests__dropdown--small-title color--camel\"\r\n >\r\n {{ kidsDropdown.smallTitle }}\r\n </small>\r\n }\r\n </div>\r\n\r\n <p-dropdown\r\n class=\"babylon__guests__dropdown\"\r\n [options]=\"kidsDropdown.options\"\r\n [(ngModel)]=\"value.kidsValue\"\r\n [placeholder]=\"kidsDropdown.placeholder\"\r\n name=\"kids\"\r\n optionLabel=\"name\"\r\n (ngModelChange)=\"dropdownChange($event, 'kids')\"\r\n >\r\n </p-dropdown>\r\n </div>\r\n <span class=\"icon-pointer-down babylon__guests__dropdown--icon\"></span>\r\n </div>\r\n\r\n } @if (!applied && kids.length) {\r\n\r\n <div class=\"babylon__guests__kids py-6\">\r\n @if (agesLabel) {\r\n <header>\r\n <p class=\"text light m-0\">{{ agesLabel }}</p>\r\n </header>\r\n }\r\n <div>\r\n <div class=\"row gy-3 justify-content-between pb-4\">\r\n @for (kid of kids; track $index; let even = $even, last = $last)\r\n {\r\n <div class=\"col-6\" [ngClass]=\"{ 'offset-3': last && even }\">\r\n @if (kidsLabel) {\r\n <span class=\"text-small light\"\r\n >{{ kidsLabel }} {{ kid }}</span\r\n >\r\n }\r\n <div class=\"babylon__guests__dropdown--wrapper small\">\r\n <p-dropdown\r\n class=\"babylon__guests__dropdown small\"\r\n [options]=\"agesDropdown?.options\"\r\n [(ngModel)]=\"agesValue[$index]\"\r\n optionLabel=\"name\"\r\n [placeholder]=\"agesDropdown?.options?.[0]?.name\"\r\n name=\"age\"\r\n >\r\n </p-dropdown>\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n @if (btn) {\r\n <a class=\"btn btn-small btn_call\" (click)=\"applyAges()\">{{\r\n btn.label\r\n }}</a>\r\n }\r\n </div>\r\n </div>\r\n } @if (babiesDropdown) {\r\n <div class=\"babylon__guests__dropdown--wrapper\">\r\n <span class=\"babylon__guests__icon babylon-baby\"></span>\r\n <div class=\"babylon__guests__dropdown--content\">\r\n <div class=\"babylon__guests__dropdown--title-wrapper\">\r\n @if (babiesDropdown.title) {\r\n <span class=\"babylon__guests__dropdown--title color--brown\">\r\n {{ babiesDropdown.title }}\r\n </span>\r\n\r\n } @if (babiesDropdown.smallTitle) {\r\n <small\r\n class=\"babylon__guests__dropdown--small-title color--camel\"\r\n >\r\n {{ babiesDropdown.smallTitle }}\r\n </small>\r\n }\r\n </div>\r\n\r\n <p-dropdown\r\n class=\"babylon__guests__dropdown\"\r\n [options]=\"babiesDropdown.options\"\r\n [(ngModel)]=\"value.infantsValue\"\r\n [placeholder]=\"babiesDropdown.placeholder\"\r\n name=\"infants\"\r\n optionLabel=\"name\"\r\n (ngModelChange)=\"dropdownChange($event, 'babies')\"\r\n >\r\n </p-dropdown>\r\n </div>\r\n <span class=\"icon-pointer-down babylon__guests__dropdown--icon\"></span>\r\n </div>\r\n } @if (btn) {\r\n <a class=\"btn btn_call\" (click)=\"applyData()\">{{ btn.label }}</a>\r\n }\r\n</div>\r\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: rgba(255,255,255, var(--cl_base-transparent));--cl_base-transparent: .9;--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: #eee;--cl_header-text-nosticky: #fff;--cl_header-text-sticky: #19314b;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--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: 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-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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--cl_engine-bg: #fff;--cl_engine-transparent-bg: rgba(255,255,255, var(--cl_base-transparent));--cl_engine-bg-dark: #19314bbf;--cl_engine-input-bg: #a6b9ce;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_engine-text-sticky: var(--cl_engine-bg);--cl_engine-bg-sticky: var(--cl_engine-bg);--cl_engine-icons-sticky: var(--cl_title-light);--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_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--cl-font-size-engine-text: 14px }@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: 1024px){.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}}:host{width:100%;display:block}@media (min-width: 1280px){:host{width:400px}}.babylon__guests{position:absolute;gap:20px;background-color:#fff;max-width:350px;width:100%;border-radius:5px;color:var(--cl_engine-text);z-index:1;padding:15px}@media (min-width: 540px){.babylon__guests{max-width:400px;padding:20px}}@media (min-width: 1280px){.babylon__guests{padding:25px}}.babylon__guests__kids{max-width:100%;background-color:#47474724;position:relative;padding:1px 10px 20px;border-radius:5px;z-index:1;left:50%;transform:translate(-50%)}.babylon__guests__kids .text,.babylon__guests__kids .text-small{color:var(--cl_engine-text)}.babylon__guests__dropdown{display:block;width:100%;font-family:var(--font-text);font-size:15px;color:var(--cl_engine-text);font-weight:300;line-height:20px;text-align:left;position:relative}.babylon__guests__dropdown--icon{font-size:21px;color:var(--cl_engine-text);position:absolute;left:16px;top:50%;transform:translateY(-50%)}.babylon__guests__dropdown ::ng-deep .p-inputwrapper{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left}.babylon__guests__dropdown ::ng-deep .p-inputwrapper .p-icon-wrapper{position:absolute;right:0;top:-50%}.babylon__guests__dropdown ::ng-deep .p-inputtext{padding-right:25px;font-family:var(--font-text)}.babylon__guests__dropdown ::ng-deep .p-inputtext:focus-visible{outline:none}.babylon__guests__dropdown ::ng-deep .p-overlay{background:var(--cl_engine-input-bg-select);border-bottom-left-radius:5px;border-bottom-right-radius:5px;margin-top:6px;left:-61px!important;top:18px!important;width:350px;border-top:0}@media (min-width: 540px){.babylon__guests__dropdown ::ng-deep .p-overlay{width:400px}}@media (min-width: 1280px){.babylon__guests__dropdown ::ng-deep .p-overlay{width:350px}}.babylon__guests__dropdown ::ng-deep .p-overlay ul{display:flex;flex-direction:column}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem{width:100%}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem:last-child li{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li{padding:15px}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li:focus-visible{outline:none}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li:hover{background-color:var(--cl_engine-bg-hover);color:var(--cl_engine-text)}.babylon__guests__dropdown.small ::ng-deep .p-icon-wrapper{top:0}.babylon__guests__dropdown.small ::ng-deep .p-overlay{width:105px;left:-16px!important}.babylon__guests__dropdown.small ::ng-deep .p-overlay ::-webkit-scrollbar{display:none}.babylon__guests__dropdown--content{width:100%}.babylon__guests__dropdown--wrapper{padding:2px 25px 2px 60px;max-height:60px;border-radius:5px;background-color:var(--cl_engine-input-bg);width:100%;max-width:350px;display:flex;justify-content:space-between;align-items:center;position:relative}@media (min-width: 540px){.babylon__guests__dropdown--wrapper{max-width:400px}}.babylon__guests__dropdown--wrapper.small{padding:2px 15px}.babylon__guests__dropdown--title-wrapper{display:flex;align-items:center;gap:5px}.babylon__guests__dropdown--title{font-family:var(--font-text);font-size:18px;font-weight:400;text-align:left}.babylon__guests__dropdown--small-title{font-family:var(--font-text);font-size:14px;font-weight:300;text-align:left}.babylon__guests__dropdown--small-title:before{content:\"|\";padding-right:5px}.babylon__guests .btn{width:200px;height:34px;position:relative;left:50%;transform:translate(-50%)}.babylon__guests__icon{font-size:22px;position:absolute;left:18px}\n"] }]
58
+ args: [{ selector: 'lib-babylon-guests-popup', standalone: true, imports: [CommonModule, FormsModule, DropdownModule, ReactiveFormsModule], template: "<div class=\"babylon__guests d-flex flex-column\">\r\n @if (adultsDropdown) {\r\n <div class=\"babylon__guests__dropdown--wrapper\">\r\n <span class=\"babylon__guests__icon babylon-adult\"></span>\r\n <div class=\"babylon__guests__dropdown--content\">\r\n <div class=\"babylon__guests__dropdown--title-wrapper\">\r\n @if (adultsDropdown.title) {\r\n <span class=\"babylon__guests__dropdown--title color--brown\">\r\n {{ adultsDropdown.title }}\r\n </span>\r\n }\r\n </div>\r\n\r\n <p-dropdown\r\n class=\"babylon__guests__dropdown\"\r\n [options]=\"adultsDropdown.options\"\r\n [(ngModel)]=\"value.adultsValue\"\r\n [placeholder]=\"adultsDropdown.placeholder\"\r\n name=\"adults\"\r\n optionLabel=\"name\"\r\n (ngModelChange)=\"dropdownChange($event, 'adults')\"\r\n >\r\n </p-dropdown>\r\n </div>\r\n </div>\r\n } @if (kidsDropdown) {\r\n <div class=\"babylon__guests__dropdown--wrapper\">\r\n <span class=\"babylon__guests__icon babylon-kid\"></span>\r\n <div class=\"babylon__guests__dropdown--content\">\r\n <div class=\"babylon__guests__dropdown--title-wrapper\">\r\n @if (kidsDropdown.title) {\r\n <span class=\"babylon__guests__dropdown--title color--brown\">\r\n Children\r\n </span>\r\n } @if (kidsDropdown.smallTitle) {\r\n\r\n <small\r\n class=\"babylon__guests__dropdown--small-title color--camel\"\r\n >\r\n {{ kidsDropdown.smallTitle }}\r\n </small>\r\n }\r\n </div>\r\n\r\n <p-dropdown\r\n class=\"babylon__guests__dropdown\"\r\n [options]=\"kidsDropdown.options\"\r\n [(ngModel)]=\"value.kidsValue\"\r\n [placeholder]=\"kidsDropdown.placeholder\"\r\n name=\"kids\"\r\n optionLabel=\"name\"\r\n (ngModelChange)=\"dropdownChange($event, 'kids')\"\r\n >\r\n </p-dropdown>\r\n </div>\r\n <span class=\"icon-pointer-down babylon__guests__dropdown--icon\"></span>\r\n </div>\r\n\r\n } @if (!applied && kids.length) {\r\n\r\n <div class=\"babylon__guests__kids py-6\">\r\n @if (agesLabel) {\r\n <header>\r\n <p class=\"text light m-0\">{{ agesLabel }}</p>\r\n </header>\r\n }\r\n <div>\r\n <div class=\"row gy-3 justify-content-between pb-4\">\r\n @for (kid of kids; track $index; let even = $even, last = $last)\r\n {\r\n <div class=\"col-6\" [ngClass]=\"{ 'offset-3': last && even }\">\r\n @if (kidsLabel) {\r\n <span class=\"text-small light\"\r\n >{{ kidsLabel }} {{ kid }}</span\r\n >\r\n }\r\n <div class=\"babylon__guests__dropdown--wrapper small\">\r\n <p-dropdown\r\n class=\"babylon__guests__dropdown small\"\r\n [options]=\"agesDropdown?.options\"\r\n [(ngModel)]=\"agesValue[$index]\"\r\n optionLabel=\"name\"\r\n [placeholder]=\"agesDropdown?.options?.[0]?.name\"\r\n name=\"age\"\r\n >\r\n </p-dropdown>\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n @if (btn) {\r\n <a class=\"btn btn-small btn_call\" (click)=\"applyAges()\">{{\r\n btn.label\r\n }}</a>\r\n }\r\n </div>\r\n </div>\r\n } @if (babiesDropdown) {\r\n <div class=\"babylon__guests__dropdown--wrapper\">\r\n <span class=\"babylon__guests__icon babylon-baby\"></span>\r\n <div class=\"babylon__guests__dropdown--content\">\r\n <div class=\"babylon__guests__dropdown--title-wrapper\">\r\n @if (babiesDropdown.title) {\r\n <span class=\"babylon__guests__dropdown--title color--brown\">\r\n {{ babiesDropdown.title }}\r\n </span>\r\n\r\n } @if (babiesDropdown.smallTitle) {\r\n <small\r\n class=\"babylon__guests__dropdown--small-title color--camel\"\r\n >\r\n {{ babiesDropdown.smallTitle }}\r\n </small>\r\n }\r\n </div>\r\n\r\n <p-dropdown\r\n class=\"babylon__guests__dropdown\"\r\n [options]=\"babiesDropdown.options\"\r\n [(ngModel)]=\"value.infantsValue\"\r\n [placeholder]=\"babiesDropdown.placeholder\"\r\n name=\"infants\"\r\n optionLabel=\"name\"\r\n (ngModelChange)=\"dropdownChange($event, 'babies')\"\r\n >\r\n </p-dropdown>\r\n </div>\r\n <span class=\"icon-pointer-down babylon__guests__dropdown--icon\"></span>\r\n </div>\r\n } @if (btn) {\r\n <a class=\"btn btn_call\" (click)=\"applyData()\">{{ btn.label }}</a>\r\n }\r\n</div>\r\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: rgba(255,255,255, var(--cl_base-transparent));--cl_base-transparent: .9;--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: #eee;--cl_header-text-nosticky: #fff;--cl_header-text-sticky: #19314b;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--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: 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-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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--cl_engine-bg: #fff;--cl_engine-transparent-bg: rgba(255,255,255, var(--cl_base-transparent));--cl_engine-bg-dark: #19314bbf;--cl_engine-input-bg: #a6b9ce;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_engine-text-sticky: var(--cl_engine-bg);--cl_engine-bg-sticky: var(--cl_engine-bg);--cl_engine-icons-sticky: var(--cl_title-light);--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_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--cl-font-size-engine-text: 14px }@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: 1024px){.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}}:host{width:100%;display:block}@media (min-width: 1280px){:host{width:400px}}.babylon__guests{position:absolute;gap:20px;background-color:#fff;max-width:350px;width:100%;border-radius:5px;color:var(--cl_engine-text);z-index:1;padding:15px}@media (min-width: 540px){.babylon__guests{max-width:400px;padding:20px}}@media (min-width: 1024px){.babylon__guests{width:max-content}}@media (min-width: 1280px){.babylon__guests{width:100%;padding:25px}}.babylon__guests__kids{max-width:100%;background-color:#47474724;position:relative;padding:1px 10px 20px;border-radius:5px;z-index:1;left:50%;transform:translate(-50%)}.babylon__guests__kids .text,.babylon__guests__kids .text-small{color:var(--cl_engine-text)}.babylon__guests__dropdown{display:block;width:100%;font-family:var(--font-text);font-size:15px;color:var(--cl_engine-text);font-weight:300;line-height:20px;text-align:left;position:relative}.babylon__guests__dropdown--icon{font-size:21px;color:var(--cl_engine-text);position:absolute;left:16px;top:50%;transform:translateY(-50%)}.babylon__guests__dropdown ::ng-deep .p-inputwrapper{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left}.babylon__guests__dropdown ::ng-deep .p-inputwrapper .p-icon-wrapper{position:absolute;right:0;top:-50%}.babylon__guests__dropdown ::ng-deep .p-inputtext{padding-right:25px;font-family:var(--font-text)}.babylon__guests__dropdown ::ng-deep .p-inputtext:focus-visible{outline:none}.babylon__guests__dropdown ::ng-deep .p-overlay{background:var(--cl_engine-input-bg-select);border-bottom-left-radius:5px;border-bottom-right-radius:5px;margin-top:6px;left:-61px!important;top:18px!important;width:350px;border-top:0}@media (min-width: 540px){.babylon__guests__dropdown ::ng-deep .p-overlay{width:400px}}@media (min-width: 1280px){.babylon__guests__dropdown ::ng-deep .p-overlay{width:350px}}.babylon__guests__dropdown ::ng-deep .p-overlay ul{display:flex;flex-direction:column}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem{width:100%}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem:last-child li{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li{padding:15px}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li:focus-visible{outline:none}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li:hover{background-color:var(--cl_engine-bg-hover);color:var(--cl_engine-text)}.babylon__guests__dropdown.small ::ng-deep .p-icon-wrapper{top:0}.babylon__guests__dropdown.small ::ng-deep .p-overlay{width:105px;left:-16px!important}.babylon__guests__dropdown.small ::ng-deep .p-overlay ::-webkit-scrollbar{display:none}.babylon__guests__dropdown--content{width:100%}.babylon__guests__dropdown--wrapper{padding:2px 25px 2px 60px;max-height:60px;border-radius:5px;background-color:var(--cl_engine-input-bg);width:100%;max-width:350px;display:flex;justify-content:space-between;align-items:center;position:relative}@media (min-width: 540px){.babylon__guests__dropdown--wrapper{max-width:400px}}.babylon__guests__dropdown--wrapper.small{padding:2px 15px}.babylon__guests__dropdown--title-wrapper{display:flex;align-items:center;gap:5px}.babylon__guests__dropdown--title{font-family:var(--font-text);font-size:18px;font-weight:400;text-align:left}.babylon__guests__dropdown--small-title{font-family:var(--font-text);font-size:14px;font-weight:300;text-align:left}.babylon__guests__dropdown--small-title:before{content:\"|\";padding-right:5px}.babylon__guests .btn{width:200px;height:34px;position:relative;left:50%;transform:translate(-50%)}.babylon__guests__icon{font-size:22px;position:absolute;left:18px}\n"] }]
59
59
  }], propDecorators: { adultsDropdown: [{
60
60
  type: Input
61
61
  }], kidsDropdown: [{
@@ -73,4 +73,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
73
73
  }], apply: [{
74
74
  type: Output
75
75
  }] } });
76
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1ndWVzdHMtcG9wdXAuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWd1ZXN0cy1wb3B1cC9iYWJ5bG9uLWd1ZXN0cy1wb3B1cC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZ3Vlc3RzLXBvcHVwL2JhYnlsb24tZ3Vlc3RzLXBvcHVwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxXQUFXLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sa0JBQWtCLENBQUM7Ozs7O0FBWWxELE1BQU0sT0FBTywyQkFBMkI7SUFQeEM7UUFnQlksVUFBSyxHQUFHLElBQUksWUFBWSxFQUFlLENBQUM7UUFFbEQsVUFBSyxHQUFnQjtZQUNuQixXQUFXLEVBQUUsRUFBRSxJQUFJLEVBQUUsQ0FBQyxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUU7WUFDcEMsU0FBUyxFQUFFLEVBQUU7WUFDYixZQUFZLEVBQUUsRUFBRTtTQUNqQixDQUFDO1FBRUYsU0FBSSxHQUFhLEVBQUUsQ0FBQztRQUNwQixjQUFTLEdBQXFCLEVBQUUsQ0FBQztRQUVqQyxZQUFPLEdBQUcsS0FBSyxDQUFDO0tBc0NqQjtJQXBDQyxjQUFjLENBQUMsSUFBb0IsRUFBRSxLQUFtQztRQUN0RSxRQUFRLEtBQUssRUFBRTtZQUNiLEtBQUssUUFBUTtnQkFDWCxJQUFJLENBQUMsS0FBSyxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUM7Z0JBQzlCLE1BQU07WUFDUixLQUFLLE1BQU07Z0JBQ1QsSUFBSSxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUM7Z0JBQ3JCLElBQUksQ0FBQyxLQUFLLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQztnQkFDNUIsSUFBSSxDQUFDLElBQUksR0FBRyxFQUFFLENBQUM7Z0JBQ2YsSUFBSSxDQUFDLFNBQVMsR0FBRyxFQUFFLENBQUM7Z0JBQ3BCLEtBQUssSUFBSSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsR0FBRyxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFO29CQUMxQyxJQUFJLENBQUMsSUFBSSxFQUFFLElBQUksQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUM7b0JBQ3ZCLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLEVBQUUsSUFBSSxFQUFFLENBQUMsRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLENBQUMsQ0FBQztpQkFDOUM7Z0JBQ0QsTUFBTTtZQUNSLEtBQUssUUFBUTtnQkFDWCxJQUFJLENBQUMsS0FBSyxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUM7Z0JBRS9CLE1BQU07WUFFUjtnQkFDRSxNQUFNO1NBQ1Q7SUFDSCxDQUFDO0lBRUQsU0FBUztRQUNQLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO1FBQ3BCLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUM5QixDQUFDO0lBRUQsU0FBUztRQUNQLElBQUksSUFBSSxDQUFDLEtBQUssSUFBSSxJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsRUFBRTtZQUNoQyxJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQztTQUM5QztRQUNELElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO0lBQzFCLENBQUM7K0dBekRVLDJCQUEyQjttR0FBM0IsMkJBQTJCLHlUQ2Z4Qyw4cUtBcUlBLHU0eUJEMUhZLFlBQVksNEhBQUUsV0FBVyw4VkFBRSxjQUFjLHV0Q0FBRSxtQkFBbUI7OzRGQUk3RCwyQkFBMkI7a0JBUHZDLFNBQVM7K0JBQ0UsMEJBQTBCLGNBQ3hCLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxXQUFXLEVBQUUsY0FBYyxFQUFFLG1CQUFtQixDQUFDOzhCQUtoRSxjQUFjO3NCQUF0QixLQUFLO2dCQUNHLFlBQVk7c0JBQXBCLEtBQUs7Z0JBQ0csY0FBYztzQkFBdEIsS0FBSztnQkFDRyxZQUFZO3NCQUFwQixLQUFLO2dCQUNHLFNBQVM7c0JBQWpCLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSztnQkFDRyxHQUFHO3NCQUFYLEtBQUs7Z0JBRUksS0FBSztzQkFBZCxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRm9ybXNNb2R1bGUsIFJlYWN0aXZlRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IERyb3Bkb3duTW9kdWxlIH0gZnJvbSAncHJpbWVuZy9kcm9wZG93bic7XHJcbmltcG9ydCB7IEJhYnlsb25Ecm9wZG93bkkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tZHJvcGRvd24uaW50ZXJmYWNlJztcclxuaW1wb3J0IHsgQmFieWxvbkJ1dHRvbkkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tYnV0dG9uLmludGVyZmFjZSc7XHJcbmltcG9ydCB7IERyb3Bkb3duT3B0aW9uIH0gZnJvbSAnLi4vYmFieWxvbi1yb29tcy1jb2xzL2JhYnlsb24tcm9vbXMtY29scy5jb21wb25lbnQnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1ndWVzdHMtcG9wdXAnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgRm9ybXNNb2R1bGUsIERyb3Bkb3duTW9kdWxlLCBSZWFjdGl2ZUZvcm1zTW9kdWxlXSxcclxuICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1ndWVzdHMtcG9wdXAuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWd1ZXN0cy1wb3B1cC5jb21wb25lbnQuc2NzcycsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uR3Vlc3RzUG9wdXBDb21wb25lbnQge1xyXG4gIEBJbnB1dCgpIGFkdWx0c0Ryb3Bkb3duPzogQmFieWxvbkRyb3Bkb3duSTtcclxuICBASW5wdXQoKSBraWRzRHJvcGRvd24/OiBCYWJ5bG9uRHJvcGRvd25JO1xyXG4gIEBJbnB1dCgpIGJhYmllc0Ryb3Bkb3duPzogQmFieWxvbkRyb3Bkb3duSTtcclxuICBASW5wdXQoKSBhZ2VzRHJvcGRvd24/OiBCYWJ5bG9uRHJvcGRvd25JO1xyXG4gIEBJbnB1dCgpIGtpZHNMYWJlbD86IHN0cmluZztcclxuICBASW5wdXQoKSBhZ2VzTGFiZWw/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgYnRuPzogQmFieWxvbkJ1dHRvbkk7XHJcblxyXG4gIEBPdXRwdXQoKSBhcHBseSA9IG5ldyBFdmVudEVtaXR0ZXI8Z3Vlc3RzVmFsdWU+KCk7XHJcblxyXG4gIHZhbHVlOiBndWVzdHNWYWx1ZSA9IHtcclxuICAgIGFkdWx0c1ZhbHVlOiB7IGNvZGU6IDEsIG5hbWU6ICcwMScgfSxcclxuICAgIGtpZHNWYWx1ZToge30sXHJcbiAgICBpbmZhbnRzVmFsdWU6IHt9LFxyXG4gIH07XHJcblxyXG4gIGtpZHM6IG51bWJlcltdID0gW107XHJcbiAgYWdlc1ZhbHVlOiBEcm9wZG93bk9wdGlvbltdID0gW107XHJcblxyXG4gIGFwcGxpZWQgPSBmYWxzZTtcclxuXHJcbiAgZHJvcGRvd25DaGFuZ2UoZGF0YTogRHJvcGRvd25PcHRpb24sIHBsYWNlOiAna2lkcycgfCAnYmFiaWVzJyB8ICdhZHVsdHMnKSB7XHJcbiAgICBzd2l0Y2ggKHBsYWNlKSB7XHJcbiAgICAgIGNhc2UgJ2FkdWx0cyc6XHJcbiAgICAgICAgdGhpcy52YWx1ZS5hZHVsdHNWYWx1ZSA9IGRhdGE7XHJcbiAgICAgICAgYnJlYWs7XHJcbiAgICAgIGNhc2UgJ2tpZHMnOlxyXG4gICAgICAgIHRoaXMuYXBwbGllZCA9IGZhbHNlO1xyXG4gICAgICAgIHRoaXMudmFsdWUua2lkc1ZhbHVlID0gZGF0YTtcclxuICAgICAgICB0aGlzLmtpZHMgPSBbXTtcclxuICAgICAgICB0aGlzLmFnZXNWYWx1ZSA9IFtdO1xyXG4gICAgICAgIGZvciAobGV0IGkgPSAwOyBpIDwgTnVtYmVyKGRhdGEuY29kZSk7IGkrKykge1xyXG4gICAgICAgICAgdGhpcy5raWRzPy5wdXNoKGkgKyAxKTtcclxuICAgICAgICAgIHRoaXMuYWdlc1ZhbHVlLnB1c2goeyBjb2RlOiAzLCBuYW1lOiAnMDMnIH0pO1xyXG4gICAgICAgIH1cclxuICAgICAgICBicmVhaztcclxuICAgICAgY2FzZSAnYmFiaWVzJzpcclxuICAgICAgICB0aGlzLnZhbHVlLmluZmFudHNWYWx1ZSA9IGRhdGE7XHJcblxyXG4gICAgICAgIGJyZWFrO1xyXG5cclxuICAgICAgZGVmYXVsdDpcclxuICAgICAgICBicmVhaztcclxuICAgIH1cclxuICB9XHJcblxyXG4gIGFwcGx5RGF0YSgpOiB2b2lkIHtcclxuICAgIHRoaXMuYXBwbGllZCA9IHRydWU7XHJcbiAgICB0aGlzLmFwcGx5LmVtaXQodGhpcy52YWx1ZSk7XHJcbiAgfVxyXG5cclxuICBhcHBseUFnZXMoKTogdm9pZCB7XHJcbiAgICBpZiAodGhpcy52YWx1ZSAmJiB0aGlzLnZhbHVlLmtpZHNWYWx1ZSkge1xyXG4gICAgICAgICAgICB0aGlzLnZhbHVlLmtpZHNWYWx1ZS5hZ2VzID0gdGhpcy5hZ2VzVmFsdWU7XHJcbiAgICAgICAgfVxyXG4gICAgICAgIHRoaXMuYXBwbGllZCA9IHRydWU7XHJcbiAgfVxyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIGd1ZXN0c1ZhbHVlIHtcclxuICBhZHVsdHNWYWx1ZT86IERyb3Bkb3duT3B0aW9uO1xyXG4gIGtpZHNWYWx1ZT86IERyb3Bkb3duT3B0aW9uO1xyXG4gIGluZmFudHNWYWx1ZT86IERyb3Bkb3duT3B0aW9uO1xyXG59XHJcbiIsIjxkaXYgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHMgZC1mbGV4IGZsZXgtY29sdW1uXCI+XHJcbiAgQGlmIChhZHVsdHNEcm9wZG93bikge1xyXG4gIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS13cmFwcGVyXCI+XHJcbiAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19pY29uIGJhYnlsb24tYWR1bHRcIj48L3NwYW4+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS1jb250ZW50XCI+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0tdGl0bGUtd3JhcHBlclwiPlxyXG4gICAgICAgICAgICAgIEBpZiAoYWR1bHRzRHJvcGRvd24udGl0bGUpIHtcclxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLXRpdGxlIGNvbG9yLS1icm93blwiPlxyXG4gICAgICAgICAgICAgICAgICB7eyBhZHVsdHNEcm9wZG93bi50aXRsZSB9fVxyXG4gICAgICAgICAgICAgIDwvc3Bhbj5cclxuICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICA8cC1kcm9wZG93blxyXG4gICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93blwiXHJcbiAgICAgICAgICAgICAgW29wdGlvbnNdPVwiYWR1bHRzRHJvcGRvd24ub3B0aW9uc1wiXHJcbiAgICAgICAgICAgICAgWyhuZ01vZGVsKV09XCJ2YWx1ZS5hZHVsdHNWYWx1ZVwiXHJcbiAgICAgICAgICAgICAgW3BsYWNlaG9sZGVyXT1cImFkdWx0c0Ryb3Bkb3duLnBsYWNlaG9sZGVyXCJcclxuICAgICAgICAgICAgICBuYW1lPVwiYWR1bHRzXCJcclxuICAgICAgICAgICAgICBvcHRpb25MYWJlbD1cIm5hbWVcIlxyXG4gICAgICAgICAgICAgIChuZ01vZGVsQ2hhbmdlKT1cImRyb3Bkb3duQ2hhbmdlKCRldmVudCwgJ2FkdWx0cycpXCJcclxuICAgICAgICAgID5cclxuICAgICAgICAgIDwvcC1kcm9wZG93bj5cclxuICAgICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbiAgfSBAaWYgKGtpZHNEcm9wZG93bikge1xyXG4gIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS13cmFwcGVyXCI+XHJcbiAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19pY29uIGJhYnlsb24ta2lkXCI+PC9zcGFuPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0tY29udGVudFwiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLXRpdGxlLXdyYXBwZXJcIj5cclxuICAgICAgICAgICAgICBAaWYgKGtpZHNEcm9wZG93bi50aXRsZSkge1xyXG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0tdGl0bGUgY29sb3ItLWJyb3duXCI+XHJcbiAgICAgICAgICAgICAgICAgIENoaWxkcmVuXHJcbiAgICAgICAgICAgICAgPC9zcGFuPlxyXG4gICAgICAgICAgICAgIH0gQGlmIChraWRzRHJvcGRvd24uc21hbGxUaXRsZSkge1xyXG5cclxuICAgICAgICAgICAgICA8c21hbGxcclxuICAgICAgICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS1zbWFsbC10aXRsZSBjb2xvci0tY2FtZWxcIlxyXG4gICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAge3sga2lkc0Ryb3Bkb3duLnNtYWxsVGl0bGUgfX1cclxuICAgICAgICAgICAgICA8L3NtYWxsPlxyXG4gICAgICAgICAgICAgIH1cclxuICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgIDxwLWRyb3Bkb3duXHJcbiAgICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duXCJcclxuICAgICAgICAgICAgICBbb3B0aW9uc109XCJraWRzRHJvcGRvd24ub3B0aW9uc1wiXHJcbiAgICAgICAgICAgICAgWyhuZ01vZGVsKV09XCJ2YWx1ZS5raWRzVmFsdWVcIlxyXG4gICAgICAgICAgICAgIFtwbGFjZWhvbGRlcl09XCJraWRzRHJvcGRvd24ucGxhY2Vob2xkZXJcIlxyXG4gICAgICAgICAgICAgIG5hbWU9XCJraWRzXCJcclxuICAgICAgICAgICAgICBvcHRpb25MYWJlbD1cIm5hbWVcIlxyXG4gICAgICAgICAgICAgIChuZ01vZGVsQ2hhbmdlKT1cImRyb3Bkb3duQ2hhbmdlKCRldmVudCwgJ2tpZHMnKVwiXHJcbiAgICAgICAgICA+XHJcbiAgICAgICAgICA8L3AtZHJvcGRvd24+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8c3BhbiBjbGFzcz1cImljb24tcG9pbnRlci1kb3duIGJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLWljb25cIj48L3NwYW4+XHJcbiAgPC9kaXY+XHJcblxyXG4gIH0gQGlmICghYXBwbGllZCAmJiBraWRzLmxlbmd0aCkge1xyXG5cclxuICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19raWRzIHB5LTZcIj5cclxuICAgICAgQGlmIChhZ2VzTGFiZWwpIHtcclxuICAgICAgPGhlYWRlcj5cclxuICAgICAgICAgIDxwIGNsYXNzPVwidGV4dCBsaWdodCBtLTBcIj57eyBhZ2VzTGFiZWwgfX08L3A+XHJcbiAgICAgIDwvaGVhZGVyPlxyXG4gICAgICB9XHJcbiAgICAgIDxkaXY+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93IGd5LTMganVzdGlmeS1jb250ZW50LWJldHdlZW4gcGItNFwiPlxyXG4gICAgICAgICAgICAgIEBmb3IgKGtpZCBvZiBraWRzOyB0cmFjayAkaW5kZXg7IGxldCBldmVuID0gJGV2ZW4sIGxhc3QgPSAkbGFzdClcclxuICAgICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC02XCIgW25nQ2xhc3NdPVwieyAnb2Zmc2V0LTMnOiBsYXN0ICYmIGV2ZW4gfVwiPlxyXG4gICAgICAgICAgICAgICAgICBAaWYgKGtpZHNMYWJlbCkge1xyXG4gICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRleHQtc21hbGwgbGlnaHRcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgPnt7IGtpZHNMYWJlbCB9fSB7eyBraWQgfX08L3NwYW5cclxuICAgICAgICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS13cmFwcGVyIHNtYWxsXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8cC1kcm9wZG93blxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93biBzbWFsbFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgW29wdGlvbnNdPVwiYWdlc0Ryb3Bkb3duPy5vcHRpb25zXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICBbKG5nTW9kZWwpXT1cImFnZXNWYWx1ZVskaW5kZXhdXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICBvcHRpb25MYWJlbD1cIm5hbWVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIFtwbGFjZWhvbGRlcl09XCJhZ2VzRHJvcGRvd24/Lm9wdGlvbnM/LlswXT8ubmFtZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgbmFtZT1cImFnZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8L3AtZHJvcGRvd24+XHJcbiAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgIH1cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgQGlmIChidG4pIHtcclxuICAgICAgICAgIDxhIGNsYXNzPVwiYnRuIGJ0bi1zbWFsbCBidG5fY2FsbFwiIChjbGljayk9XCJhcHBseUFnZXMoKVwiPnt7XHJcbiAgICAgICAgICAgICAgYnRuLmxhYmVsXHJcbiAgICAgICAgICB9fTwvYT5cclxuICAgICAgICAgIH1cclxuICAgICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbiAgfSBAaWYgKGJhYmllc0Ryb3Bkb3duKSB7XHJcbiAgPGRpdiBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLXdyYXBwZXJcIj5cclxuICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2ljb24gYmFieWxvbi1iYWJ5XCI+PC9zcGFuPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0tY29udGVudFwiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLXRpdGxlLXdyYXBwZXJcIj5cclxuICAgICAgICAgICAgICBAaWYgKGJhYmllc0Ryb3Bkb3duLnRpdGxlKSB7XHJcbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS10aXRsZSBjb2xvci0tYnJvd25cIj5cclxuICAgICAgICAgICAgICAgICAge3sgYmFiaWVzRHJvcGRvd24udGl0bGUgfX1cclxuICAgICAgICAgICAgICA8L3NwYW4+XHJcblxyXG4gICAgICAgICAgICAgIH0gQGlmIChiYWJpZXNEcm9wZG93bi5zbWFsbFRpdGxlKSB7XHJcbiAgICAgICAgICAgICAgPHNtYWxsXHJcbiAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0tc21hbGwtdGl0bGUgY29sb3ItLWNhbWVsXCJcclxuICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgIHt7IGJhYmllc0Ryb3Bkb3duLnNtYWxsVGl0bGUgfX1cclxuICAgICAgICAgICAgICA8L3NtYWxsPlxyXG4gICAgICAgICAgICAgIH1cclxuICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgIDxwLWRyb3Bkb3duXHJcbiAgICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duXCJcclxuICAgICAgICAgICAgICBbb3B0aW9uc109XCJiYWJpZXNEcm9wZG93bi5vcHRpb25zXCJcclxuICAgICAgICAgICAgICBbKG5nTW9kZWwpXT1cInZhbHVlLmluZmFudHNWYWx1ZVwiXHJcbiAgICAgICAgICAgICAgW3BsYWNlaG9sZGVyXT1cImJhYmllc0Ryb3Bkb3duLnBsYWNlaG9sZGVyXCJcclxuICAgICAgICAgICAgICBuYW1lPVwiaW5mYW50c1wiXHJcbiAgICAgICAgICAgICAgb3B0aW9uTGFiZWw9XCJuYW1lXCJcclxuICAgICAgICAgICAgICAobmdNb2RlbENoYW5nZSk9XCJkcm9wZG93bkNoYW5nZSgkZXZlbnQsICdiYWJpZXMnKVwiXHJcbiAgICAgICAgICA+XHJcbiAgICAgICAgICA8L3AtZHJvcGRvd24+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8c3BhbiBjbGFzcz1cImljb24tcG9pbnRlci1kb3duIGJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLWljb25cIj48L3NwYW4+XHJcbiAgPC9kaXY+XHJcbiAgfSBAaWYgKGJ0bikge1xyXG4gIDxhIGNsYXNzPVwiYnRuIGJ0bl9jYWxsXCIgKGNsaWNrKT1cImFwcGx5RGF0YSgpXCI+e3sgYnRuLmxhYmVsIH19PC9hPlxyXG4gIH1cclxuPC9kaXY+XHJcbiJdfQ==
76
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1ndWVzdHMtcG9wdXAuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWd1ZXN0cy1wb3B1cC9iYWJ5bG9uLWd1ZXN0cy1wb3B1cC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZ3Vlc3RzLXBvcHVwL2JhYnlsb24tZ3Vlc3RzLXBvcHVwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxXQUFXLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sa0JBQWtCLENBQUM7Ozs7O0FBWWxELE1BQU0sT0FBTywyQkFBMkI7SUFQeEM7UUFnQlksVUFBSyxHQUFHLElBQUksWUFBWSxFQUFlLENBQUM7UUFFbEQsVUFBSyxHQUFnQjtZQUNuQixXQUFXLEVBQUUsRUFBRSxJQUFJLEVBQUUsQ0FBQyxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUU7WUFDcEMsU0FBUyxFQUFFLEVBQUU7WUFDYixZQUFZLEVBQUUsRUFBRTtTQUNqQixDQUFDO1FBRUYsU0FBSSxHQUFhLEVBQUUsQ0FBQztRQUNwQixjQUFTLEdBQXFCLEVBQUUsQ0FBQztRQUVqQyxZQUFPLEdBQUcsS0FBSyxDQUFDO0tBc0NqQjtJQXBDQyxjQUFjLENBQUMsSUFBb0IsRUFBRSxLQUFtQztRQUN0RSxRQUFRLEtBQUssRUFBRTtZQUNiLEtBQUssUUFBUTtnQkFDWCxJQUFJLENBQUMsS0FBSyxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUM7Z0JBQzlCLE1BQU07WUFDUixLQUFLLE1BQU07Z0JBQ1QsSUFBSSxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUM7Z0JBQ3JCLElBQUksQ0FBQyxLQUFLLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQztnQkFDNUIsSUFBSSxDQUFDLElBQUksR0FBRyxFQUFFLENBQUM7Z0JBQ2YsSUFBSSxDQUFDLFNBQVMsR0FBRyxFQUFFLENBQUM7Z0JBQ3BCLEtBQUssSUFBSSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsR0FBRyxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFO29CQUMxQyxJQUFJLENBQUMsSUFBSSxFQUFFLElBQUksQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUM7b0JBQ3ZCLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLEVBQUUsSUFBSSxFQUFFLENBQUMsRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLENBQUMsQ0FBQztpQkFDOUM7Z0JBQ0QsTUFBTTtZQUNSLEtBQUssUUFBUTtnQkFDWCxJQUFJLENBQUMsS0FBSyxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUM7Z0JBRS9CLE1BQU07WUFFUjtnQkFDRSxNQUFNO1NBQ1Q7SUFDSCxDQUFDO0lBRUQsU0FBUztRQUNQLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO1FBQ3BCLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUM5QixDQUFDO0lBRUQsU0FBUztRQUNQLElBQUksSUFBSSxDQUFDLEtBQUssSUFBSSxJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsRUFBRTtZQUNoQyxJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQztTQUM5QztRQUNELElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO0lBQzFCLENBQUM7K0dBekRVLDJCQUEyQjttR0FBM0IsMkJBQTJCLHlUQ2Z4Qyw4cUtBcUlBLGk5eUJEMUhZLFlBQVksNEhBQUUsV0FBVyw4VkFBRSxjQUFjLHV0Q0FBRSxtQkFBbUI7OzRGQUk3RCwyQkFBMkI7a0JBUHZDLFNBQVM7K0JBQ0UsMEJBQTBCLGNBQ3hCLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxXQUFXLEVBQUUsY0FBYyxFQUFFLG1CQUFtQixDQUFDOzhCQUtoRSxjQUFjO3NCQUF0QixLQUFLO2dCQUNHLFlBQVk7c0JBQXBCLEtBQUs7Z0JBQ0csY0FBYztzQkFBdEIsS0FBSztnQkFDRyxZQUFZO3NCQUFwQixLQUFLO2dCQUNHLFNBQVM7c0JBQWpCLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSztnQkFDRyxHQUFHO3NCQUFYLEtBQUs7Z0JBRUksS0FBSztzQkFBZCxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRm9ybXNNb2R1bGUsIFJlYWN0aXZlRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IERyb3Bkb3duTW9kdWxlIH0gZnJvbSAncHJpbWVuZy9kcm9wZG93bic7XHJcbmltcG9ydCB7IEJhYnlsb25Ecm9wZG93bkkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tZHJvcGRvd24uaW50ZXJmYWNlJztcclxuaW1wb3J0IHsgQmFieWxvbkJ1dHRvbkkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tYnV0dG9uLmludGVyZmFjZSc7XHJcbmltcG9ydCB7IERyb3Bkb3duT3B0aW9uIH0gZnJvbSAnLi4vYmFieWxvbi1yb29tcy1jb2xzL2JhYnlsb24tcm9vbXMtY29scy5jb21wb25lbnQnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1ndWVzdHMtcG9wdXAnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgRm9ybXNNb2R1bGUsIERyb3Bkb3duTW9kdWxlLCBSZWFjdGl2ZUZvcm1zTW9kdWxlXSxcclxuICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1ndWVzdHMtcG9wdXAuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWd1ZXN0cy1wb3B1cC5jb21wb25lbnQuc2NzcycsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uR3Vlc3RzUG9wdXBDb21wb25lbnQge1xyXG4gIEBJbnB1dCgpIGFkdWx0c0Ryb3Bkb3duPzogQmFieWxvbkRyb3Bkb3duSTtcclxuICBASW5wdXQoKSBraWRzRHJvcGRvd24/OiBCYWJ5bG9uRHJvcGRvd25JO1xyXG4gIEBJbnB1dCgpIGJhYmllc0Ryb3Bkb3duPzogQmFieWxvbkRyb3Bkb3duSTtcclxuICBASW5wdXQoKSBhZ2VzRHJvcGRvd24/OiBCYWJ5bG9uRHJvcGRvd25JO1xyXG4gIEBJbnB1dCgpIGtpZHNMYWJlbD86IHN0cmluZztcclxuICBASW5wdXQoKSBhZ2VzTGFiZWw/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgYnRuPzogQmFieWxvbkJ1dHRvbkk7XHJcblxyXG4gIEBPdXRwdXQoKSBhcHBseSA9IG5ldyBFdmVudEVtaXR0ZXI8Z3Vlc3RzVmFsdWU+KCk7XHJcblxyXG4gIHZhbHVlOiBndWVzdHNWYWx1ZSA9IHtcclxuICAgIGFkdWx0c1ZhbHVlOiB7IGNvZGU6IDEsIG5hbWU6ICcwMScgfSxcclxuICAgIGtpZHNWYWx1ZToge30sXHJcbiAgICBpbmZhbnRzVmFsdWU6IHt9LFxyXG4gIH07XHJcblxyXG4gIGtpZHM6IG51bWJlcltdID0gW107XHJcbiAgYWdlc1ZhbHVlOiBEcm9wZG93bk9wdGlvbltdID0gW107XHJcblxyXG4gIGFwcGxpZWQgPSBmYWxzZTtcclxuXHJcbiAgZHJvcGRvd25DaGFuZ2UoZGF0YTogRHJvcGRvd25PcHRpb24sIHBsYWNlOiAna2lkcycgfCAnYmFiaWVzJyB8ICdhZHVsdHMnKSB7XHJcbiAgICBzd2l0Y2ggKHBsYWNlKSB7XHJcbiAgICAgIGNhc2UgJ2FkdWx0cyc6XHJcbiAgICAgICAgdGhpcy52YWx1ZS5hZHVsdHNWYWx1ZSA9IGRhdGE7XHJcbiAgICAgICAgYnJlYWs7XHJcbiAgICAgIGNhc2UgJ2tpZHMnOlxyXG4gICAgICAgIHRoaXMuYXBwbGllZCA9IGZhbHNlO1xyXG4gICAgICAgIHRoaXMudmFsdWUua2lkc1ZhbHVlID0gZGF0YTtcclxuICAgICAgICB0aGlzLmtpZHMgPSBbXTtcclxuICAgICAgICB0aGlzLmFnZXNWYWx1ZSA9IFtdO1xyXG4gICAgICAgIGZvciAobGV0IGkgPSAwOyBpIDwgTnVtYmVyKGRhdGEuY29kZSk7IGkrKykge1xyXG4gICAgICAgICAgdGhpcy5raWRzPy5wdXNoKGkgKyAxKTtcclxuICAgICAgICAgIHRoaXMuYWdlc1ZhbHVlLnB1c2goeyBjb2RlOiAzLCBuYW1lOiAnMDMnIH0pO1xyXG4gICAgICAgIH1cclxuICAgICAgICBicmVhaztcclxuICAgICAgY2FzZSAnYmFiaWVzJzpcclxuICAgICAgICB0aGlzLnZhbHVlLmluZmFudHNWYWx1ZSA9IGRhdGE7XHJcblxyXG4gICAgICAgIGJyZWFrO1xyXG5cclxuICAgICAgZGVmYXVsdDpcclxuICAgICAgICBicmVhaztcclxuICAgIH1cclxuICB9XHJcblxyXG4gIGFwcGx5RGF0YSgpOiB2b2lkIHtcclxuICAgIHRoaXMuYXBwbGllZCA9IHRydWU7XHJcbiAgICB0aGlzLmFwcGx5LmVtaXQodGhpcy52YWx1ZSk7XHJcbiAgfVxyXG5cclxuICBhcHBseUFnZXMoKTogdm9pZCB7XHJcbiAgICBpZiAodGhpcy52YWx1ZSAmJiB0aGlzLnZhbHVlLmtpZHNWYWx1ZSkge1xyXG4gICAgICAgICAgICB0aGlzLnZhbHVlLmtpZHNWYWx1ZS5hZ2VzID0gdGhpcy5hZ2VzVmFsdWU7XHJcbiAgICAgICAgfVxyXG4gICAgICAgIHRoaXMuYXBwbGllZCA9IHRydWU7XHJcbiAgfVxyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIGd1ZXN0c1ZhbHVlIHtcclxuICBhZHVsdHNWYWx1ZT86IERyb3Bkb3duT3B0aW9uO1xyXG4gIGtpZHNWYWx1ZT86IERyb3Bkb3duT3B0aW9uO1xyXG4gIGluZmFudHNWYWx1ZT86IERyb3Bkb3duT3B0aW9uO1xyXG59XHJcbiIsIjxkaXYgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHMgZC1mbGV4IGZsZXgtY29sdW1uXCI+XHJcbiAgQGlmIChhZHVsdHNEcm9wZG93bikge1xyXG4gIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS13cmFwcGVyXCI+XHJcbiAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19pY29uIGJhYnlsb24tYWR1bHRcIj48L3NwYW4+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS1jb250ZW50XCI+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0tdGl0bGUtd3JhcHBlclwiPlxyXG4gICAgICAgICAgICAgIEBpZiAoYWR1bHRzRHJvcGRvd24udGl0bGUpIHtcclxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLXRpdGxlIGNvbG9yLS1icm93blwiPlxyXG4gICAgICAgICAgICAgICAgICB7eyBhZHVsdHNEcm9wZG93bi50aXRsZSB9fVxyXG4gICAgICAgICAgICAgIDwvc3Bhbj5cclxuICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICA8cC1kcm9wZG93blxyXG4gICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93blwiXHJcbiAgICAgICAgICAgICAgW29wdGlvbnNdPVwiYWR1bHRzRHJvcGRvd24ub3B0aW9uc1wiXHJcbiAgICAgICAgICAgICAgWyhuZ01vZGVsKV09XCJ2YWx1ZS5hZHVsdHNWYWx1ZVwiXHJcbiAgICAgICAgICAgICAgW3BsYWNlaG9sZGVyXT1cImFkdWx0c0Ryb3Bkb3duLnBsYWNlaG9sZGVyXCJcclxuICAgICAgICAgICAgICBuYW1lPVwiYWR1bHRzXCJcclxuICAgICAgICAgICAgICBvcHRpb25MYWJlbD1cIm5hbWVcIlxyXG4gICAgICAgICAgICAgIChuZ01vZGVsQ2hhbmdlKT1cImRyb3Bkb3duQ2hhbmdlKCRldmVudCwgJ2FkdWx0cycpXCJcclxuICAgICAgICAgID5cclxuICAgICAgICAgIDwvcC1kcm9wZG93bj5cclxuICAgICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbiAgfSBAaWYgKGtpZHNEcm9wZG93bikge1xyXG4gIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS13cmFwcGVyXCI+XHJcbiAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19pY29uIGJhYnlsb24ta2lkXCI+PC9zcGFuPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0tY29udGVudFwiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLXRpdGxlLXdyYXBwZXJcIj5cclxuICAgICAgICAgICAgICBAaWYgKGtpZHNEcm9wZG93bi50aXRsZSkge1xyXG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0tdGl0bGUgY29sb3ItLWJyb3duXCI+XHJcbiAgICAgICAgICAgICAgICAgIENoaWxkcmVuXHJcbiAgICAgICAgICAgICAgPC9zcGFuPlxyXG4gICAgICAgICAgICAgIH0gQGlmIChraWRzRHJvcGRvd24uc21hbGxUaXRsZSkge1xyXG5cclxuICAgICAgICAgICAgICA8c21hbGxcclxuICAgICAgICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS1zbWFsbC10aXRsZSBjb2xvci0tY2FtZWxcIlxyXG4gICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAge3sga2lkc0Ryb3Bkb3duLnNtYWxsVGl0bGUgfX1cclxuICAgICAgICAgICAgICA8L3NtYWxsPlxyXG4gICAgICAgICAgICAgIH1cclxuICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgIDxwLWRyb3Bkb3duXHJcbiAgICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duXCJcclxuICAgICAgICAgICAgICBbb3B0aW9uc109XCJraWRzRHJvcGRvd24ub3B0aW9uc1wiXHJcbiAgICAgICAgICAgICAgWyhuZ01vZGVsKV09XCJ2YWx1ZS5raWRzVmFsdWVcIlxyXG4gICAgICAgICAgICAgIFtwbGFjZWhvbGRlcl09XCJraWRzRHJvcGRvd24ucGxhY2Vob2xkZXJcIlxyXG4gICAgICAgICAgICAgIG5hbWU9XCJraWRzXCJcclxuICAgICAgICAgICAgICBvcHRpb25MYWJlbD1cIm5hbWVcIlxyXG4gICAgICAgICAgICAgIChuZ01vZGVsQ2hhbmdlKT1cImRyb3Bkb3duQ2hhbmdlKCRldmVudCwgJ2tpZHMnKVwiXHJcbiAgICAgICAgICA+XHJcbiAgICAgICAgICA8L3AtZHJvcGRvd24+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8c3BhbiBjbGFzcz1cImljb24tcG9pbnRlci1kb3duIGJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLWljb25cIj48L3NwYW4+XHJcbiAgPC9kaXY+XHJcblxyXG4gIH0gQGlmICghYXBwbGllZCAmJiBraWRzLmxlbmd0aCkge1xyXG5cclxuICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19raWRzIHB5LTZcIj5cclxuICAgICAgQGlmIChhZ2VzTGFiZWwpIHtcclxuICAgICAgPGhlYWRlcj5cclxuICAgICAgICAgIDxwIGNsYXNzPVwidGV4dCBsaWdodCBtLTBcIj57eyBhZ2VzTGFiZWwgfX08L3A+XHJcbiAgICAgIDwvaGVhZGVyPlxyXG4gICAgICB9XHJcbiAgICAgIDxkaXY+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93IGd5LTMganVzdGlmeS1jb250ZW50LWJldHdlZW4gcGItNFwiPlxyXG4gICAgICAgICAgICAgIEBmb3IgKGtpZCBvZiBraWRzOyB0cmFjayAkaW5kZXg7IGxldCBldmVuID0gJGV2ZW4sIGxhc3QgPSAkbGFzdClcclxuICAgICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC02XCIgW25nQ2xhc3NdPVwieyAnb2Zmc2V0LTMnOiBsYXN0ICYmIGV2ZW4gfVwiPlxyXG4gICAgICAgICAgICAgICAgICBAaWYgKGtpZHNMYWJlbCkge1xyXG4gICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRleHQtc21hbGwgbGlnaHRcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgPnt7IGtpZHNMYWJlbCB9fSB7eyBraWQgfX08L3NwYW5cclxuICAgICAgICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS13cmFwcGVyIHNtYWxsXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8cC1kcm9wZG93blxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93biBzbWFsbFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgW29wdGlvbnNdPVwiYWdlc0Ryb3Bkb3duPy5vcHRpb25zXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICBbKG5nTW9kZWwpXT1cImFnZXNWYWx1ZVskaW5kZXhdXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICBvcHRpb25MYWJlbD1cIm5hbWVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIFtwbGFjZWhvbGRlcl09XCJhZ2VzRHJvcGRvd24/Lm9wdGlvbnM/LlswXT8ubmFtZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgbmFtZT1cImFnZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8L3AtZHJvcGRvd24+XHJcbiAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgIH1cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgQGlmIChidG4pIHtcclxuICAgICAgICAgIDxhIGNsYXNzPVwiYnRuIGJ0bi1zbWFsbCBidG5fY2FsbFwiIChjbGljayk9XCJhcHBseUFnZXMoKVwiPnt7XHJcbiAgICAgICAgICAgICAgYnRuLmxhYmVsXHJcbiAgICAgICAgICB9fTwvYT5cclxuICAgICAgICAgIH1cclxuICAgICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbiAgfSBAaWYgKGJhYmllc0Ryb3Bkb3duKSB7XHJcbiAgPGRpdiBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLXdyYXBwZXJcIj5cclxuICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2ljb24gYmFieWxvbi1iYWJ5XCI+PC9zcGFuPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0tY29udGVudFwiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLXRpdGxlLXdyYXBwZXJcIj5cclxuICAgICAgICAgICAgICBAaWYgKGJhYmllc0Ryb3Bkb3duLnRpdGxlKSB7XHJcbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS10aXRsZSBjb2xvci0tYnJvd25cIj5cclxuICAgICAgICAgICAgICAgICAge3sgYmFiaWVzRHJvcGRvd24udGl0bGUgfX1cclxuICAgICAgICAgICAgICA8L3NwYW4+XHJcblxyXG4gICAgICAgICAgICAgIH0gQGlmIChiYWJpZXNEcm9wZG93bi5zbWFsbFRpdGxlKSB7XHJcbiAgICAgICAgICAgICAgPHNtYWxsXHJcbiAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0tc21hbGwtdGl0bGUgY29sb3ItLWNhbWVsXCJcclxuICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgIHt7IGJhYmllc0Ryb3Bkb3duLnNtYWxsVGl0bGUgfX1cclxuICAgICAgICAgICAgICA8L3NtYWxsPlxyXG4gICAgICAgICAgICAgIH1cclxuICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgIDxwLWRyb3Bkb3duXHJcbiAgICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duXCJcclxuICAgICAgICAgICAgICBbb3B0aW9uc109XCJiYWJpZXNEcm9wZG93bi5vcHRpb25zXCJcclxuICAgICAgICAgICAgICBbKG5nTW9kZWwpXT1cInZhbHVlLmluZmFudHNWYWx1ZVwiXHJcbiAgICAgICAgICAgICAgW3BsYWNlaG9sZGVyXT1cImJhYmllc0Ryb3Bkb3duLnBsYWNlaG9sZGVyXCJcclxuICAgICAgICAgICAgICBuYW1lPVwiaW5mYW50c1wiXHJcbiAgICAgICAgICAgICAgb3B0aW9uTGFiZWw9XCJuYW1lXCJcclxuICAgICAgICAgICAgICAobmdNb2RlbENoYW5nZSk9XCJkcm9wZG93bkNoYW5nZSgkZXZlbnQsICdiYWJpZXMnKVwiXHJcbiAgICAgICAgICA+XHJcbiAgICAgICAgICA8L3AtZHJvcGRvd24+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8c3BhbiBjbGFzcz1cImljb24tcG9pbnRlci1kb3duIGJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLWljb25cIj48L3NwYW4+XHJcbiAgPC9kaXY+XHJcbiAgfSBAaWYgKGJ0bikge1xyXG4gIDxhIGNsYXNzPVwiYnRuIGJ0bl9jYWxsXCIgKGNsaWNrKT1cImFwcGx5RGF0YSgpXCI+e3sgYnRuLmxhYmVsIH19PC9hPlxyXG4gIH1cclxuPC9kaXY+XHJcbiJdfQ==