ctt-babylon 0.1.39 → 0.1.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/core/babylon-engine/babylon-engine.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.mjs +31 -34
- package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.component.mjs +43 -50
- package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.mjs +8 -29
- package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.mjs +4 -15
- package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.mjs +31 -39
- package/esm2022/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.mjs +34 -0
- package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.component.mjs +10 -7
- package/esm2022/lib/interfaces/babylon-menu-info.interface.mjs +1 -1
- package/esm2022/lib/services/mapper/mapper.service.mjs +3 -2
- package/fesm2022/ctt-babylon.mjs +168 -175
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.d.ts +4 -8
- package/lib/components/core/babylon-header-clear/babylon-header-clear.component.d.ts +11 -20
- package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.d.ts +1 -9
- package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.d.ts +2 -3
- package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.d.ts +2 -14
- package/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.d.ts +24 -0
- package/lib/components/core/babylon-static-footer/babylon-static-footer.component.d.ts +4 -4
- package/lib/interfaces/babylon-menu-info.interface.d.ts +3 -2
- package/package.json +1 -1
|
@@ -149,7 +149,7 @@ export class BabylonEngineComponent {
|
|
|
149
149
|
.replace(/\//g, '-');
|
|
150
150
|
}
|
|
151
151
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonEngineComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
152
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonEngineComponent, isStandalone: true, selector: "lib-babylon-engine", inputs: { modal: "modal", datepickerData: "datepickerData", guestsInput: "guestsInput", promoInput: "promoInput", guests: "guests", button: "button", title: "title", subtitle: "subtitle", url: "url", codigo: "codigo", lang: "lang", glValue: "glValue", hotelsInput: "hotelsInput", hotels: "hotels", hotelsPlaceholder: "hotelsPlaceholder" }, outputs: { close: "close" }, viewQueries: [{ propertyName: "datepicker", first: true, predicate: ["datepicker"], descendants: true }, { propertyName: "datepickerIn", first: true, predicate: ["datepickerIn"], descendants: true }, { propertyName: "datepickerOut", first: true, predicate: ["datepickerOut"], descendants: true }, { propertyName: "hotelsDropdown", first: true, predicate: ["hotelsDropdown"], descendants: true }], ngImport: i0, template: "<!--Desktop Engine-->\n<div class=\"babylon__engine bg_white\" [ngClass]=\"{'engine__cadena': hotels}\">\n <form\n class=\"babylon__engine__form d-flex align-items-center\"\n [formGroup]=\"form\"\n >\n @if(hotelsInput && hotels && hotels.options && hotels.options.length > 1) {\n <div\n class=\"babylon__engine__input--wrapper d-flex align-items-center hotels\"\n >\n <p-dropdown\n class=\"babylon__engine__input\"\n [options]=\"hotels.options\"\n formControlName=\"hotels\"\n [placeholder]=\"hotelsPlaceholder\"\n optionLabel=\"name\"\n (onChange)=\"handleDropdownChange($event)\"\n #hotelsDropdown\n >\n </p-dropdown>\n\n <span\n class=\"babylon-arrow-bottom\"\n ></span>\n </div>\n }\n <div\n class=\"babylon__engine__datepicker--wrapper d-flex justify-content-between align-items-center\"\n >\n <p-calendar\n class=\"babylon__engine__datepicker\"\n [showOtherMonths]=\"false\"\n dateFormat=\"dd-mm-yy\"\n [(ngModel)]=\"datepickerValue\"\n selectionMode=\"range\"\n [numberOfMonths]=\"2\"\n [placeholder]=\"datepickerData?.placeholder\"\n formControlName=\"dates\"\n #datepicker\n >\n </p-calendar>\n\n <span\n class=\"babylon__engine__datepicker--icon babylon-arrow-bottom\"\n ></span>\n </div>\n <div\n class=\"babylon__engine__input--wrapper d-flex align-items-center\"\n (click)=\"toggleShowingGuests()\"\n >\n <input\n class=\"babylon__engine__input\"\n type=\"text\"\n [placeholder]=\"guestsInput?.placeholder\"\n formControlName=\"guests\"\n />\n <span class=\"babylon-arrow-bottom\"></span>\n </div>\n <p-dialog class=\"babylon__engine__dialog\" [(visible)]=\"showingGuests\">\n <lib-babylon-guests-popup\n [adultsDropdown]=\"guests?.adultsDropdown\"\n [agesDropdown]=\"guests?.agesDropdown\"\n [agesLabel]=\"guests?.agesLabel\"\n [babiesDropdown]=\"guests?.babiesDropdown\"\n [kidsDropdown]=\"guests?.kidsDropdown\"\n [kidsDropdown]=\"guests?.kidsDropdown\"\n [btn]=\"guests?.btn\"\n (apply)=\"guestsChange($event)\"\n ></lib-babylon-guests-popup>\n </p-dialog>\n <div\n class=\"babylon__engine__input--wrapper d-flex align-items-center promo-code\"\n >\n <input\n class=\"babylon__engine__input\"\n type=\"text\"\n [placeholder]=\"promoInput?.placeholder\"\n formControlName=\"promo\"\n />\n <span class=\"babylon-tag\"></span>\n </div>\n\n @if (button) {\n <a\n [href]=\"generatedUrl\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n class=\"btn btn_call\"\n id=\"btn-submit\"\n >\n {{ button.label }}\n </a>\n }\n </form>\n</div>\n", styles: ["@charset \"UTF-8\";@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}}: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;--ls_subtitle: 1px;--padding-bottom-pretitle: 0px;--lh_title: 1.2;--lh_pretitle: 1.2;--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;--hg_menu-img-height: auto;--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;--alg-service-room-detail: flex-start;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var( --cl_corp);--mdc-checkbox-selected-hover-icon-color: var( --cl_corp);--mdc-checkbox-selected-icon-color: var( --cl_corp);--mdc-checkbox-selected-pressed-icon-color: var( --cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var( --cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var( --cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var( --cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38)}@media (min-width: 1024px){:host .babylon__engine{position:absolute;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);left:50%;top:500px;display:block;z-index:3;background-color:var(--cl_engine-bg);margin-top:200px;padding:20px}:host .babylon__engine.engine-sticky{position:absolute;transform:translate(-50%);left:50%;top:0;box-shadow:none;opacity:1;height:100%;margin-top:0;width:max-content;z-index:9;padding:0}:host .babylon__engine.engine-sticky form{justify-content:center}}@media (min-width: 1024px) and (max-width: 1679px){:host .babylon__engine.engine-sticky form>div{max-width:calc(25% - 22px);width:calc(25% - 40px)}:host .babylon__engine.engine-sticky form>div:first-child{max-width:calc(30% - 10px);width:calc(30% - 50px)}:host .babylon__engine.engine-sticky form>a{max-width:calc(20% - 10px);width:calc(20% - 70px)}}@media (max-width: 1279px){:host .babylon__engine.engine-sticky{display:none}}.babylon__engine{width:100%;padding:30px}@media (max-width: 1023px){.babylon__engine:not(.modal){display:none}}@media (max-width: 1023px){.babylon__engine{position:absolute;padding:30px 0;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);max-height:100vh}}@media (min-width: 1024px){.babylon__engine{max-width:1280px;height:81px;border-radius:var(--btn_radius);padding:15px 0 15px 15px;-webkit-box-shadow:10px 13px 6px -11px rgba(0,0,0,.1);-moz-box-shadow:10px 13px 6px -11px rgba(0,0,0,.1);box-shadow:10px 13px 6px -11px #0000001a;background-color:var(--cl_title-light)}}@media (min-width: 1024px) and (min-width: 1366px){.babylon__engine{padding:20px}}@media (min-width: 1024px) and (max-width: 1365px){.babylon__engine form{max-width:100%;display:flex;width:100%;flex-direction:row;gap:10px}.babylon__engine form>div{max-width:calc(25% - 22px);width:calc(25% - 22px);padding:0 10px}.babylon__engine form>div:first-child{max-width:calc(30% - 10px);width:calc(30% - 10px)}.babylon__engine form>a{max-width:calc(20% - 10px);width:calc(20% - 10px)}.babylon__engine form>a.btn{max-width:100%}}@media (min-width: 1366px){.babylon__engine{max-width:1280px;width:auto}}.babylon__engine__wrapper{width:100%;height:100%;background-color:var(--cl_engine-bg-dark);position:relative}@media (max-width: 1023px){.babylon__engine__wrapper{overflow-y:auto}}.babylon__engine__header{width:100%;gap:15px;padding-bottom:65px}.babylon__engine__header--popup-open{padding-top:60px}.babylon__engine h4,.babylon__engine .subtitle{color:var(--cl_title-light);font-weight:400;text-align:center}.babylon__engine .subtitle{font-family:var(--font-text);font-size:15px;font-weight:300}.babylon__engine__form{height:100%;max-width:350px}@media (min-width: 540px){.babylon__engine__form{max-width:400px}}@media (max-width: 1023px){.babylon__engine__form{position:relative;padding-bottom:30px;left:50%;gap:20px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}}@media (min-width: 1024px){.babylon__engine__form{max-width:unset}}.babylon__engine__input{border:none;background:transparent;color:var(--cl_engine-text);font-size:14px}@media (min-width: 1024px){.babylon__engine__input{max-width:160px}}.babylon__engine__input::placeholder{color:var(--cl_engine-text);font-size:18px;font-family:var(--font-text);font-weight:400;line-height:35px}.babylon__engine__input--wrapper{max-width:350px;width:100%;background-color:var(--cl_title-light);border-radius:5px;height:60px;padding:19px 75px 18px 46px;position:relative}.babylon__engine__input--wrapper:nth-child(2){cursor:pointer}@media (min-width: 540px){.babylon__engine__input--wrapper{max-width:400px}}@media (min-width: 1024px){.babylon__engine__input--wrapper{background:none;max-width:calc(100% - 30px);padding:0 30px;height:40px}.babylon__engine__input--wrapper:first-of-type{cursor:pointer}.babylon__engine__input--wrapper:not(.promo-code):after{content:\"\";width:1px;height:30px;background-color:var(--cl_engine-text);opacity:.1;position:absolute;right:0}}@media (max-width: 1023px){.babylon__engine__input__title{width:max-content}}.babylon__engine__close{position:absolute;right:20px;top:20px;z-index:1;transform:rotate(-45deg)}@media (min-width: 1024px){.babylon__engine__close{right:70px;top:70px}}.babylon__engine .babylon__engine__datepicker{font-size:18px;font-family:var(--font-text);color:var(--cl_engine-text);height:max-content;background-color:transparent;max-width:200px}@media (min-width: 1024px){.babylon__engine .babylon__engine__datepicker{margin-right:10px}}@media (max-width: 1023px){.babylon__engine .babylon__engine__datepicker{width:88px}}.babylon__engine .babylon__engine__datepicker--wrapper{position:relative;cursor:pointer;max-width:350px}@media (min-width: 540px){.babylon__engine .babylon__engine__datepicker--wrapper{max-width:400px}}@media (max-width: 1023px){.babylon__engine .babylon__engine__datepicker--wrapper{background-color:var(--cl_title-light);border-radius:5px;width:100%;height:60px;padding:19px 75px 18px 46px}}@media (min-width: 1024px){.babylon__engine .babylon__engine__datepicker--wrapper{max-width:calc(100% - 30px);padding-right:30px;height:max-content}.babylon__engine .babylon__engine__datepicker--wrapper:after{content:\"\";width:1px;height:30px;background-color:var(--cl_engine-text);opacity:.1;position:absolute;right:0}}.babylon__engine .babylon__engine__datepicker__icon{position:absolute;right:21px;font-size:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.babylon__engine .babylon__engine__datepicker__icon--left{position:absolute;left:21px;width:13px;border-bottom:1px solid var(--cl_engine-text);top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.babylon__engine .babylon__engine__datepicker--title{font-family:var(--font-text);color:var(--cl_engine-text);font-size:18px;width:100%;max-width:calc(100% - 88px)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext{border:none;background-color:transparent;font-family:var(--font-text);font-size:var(--cl-font-size-engine-text);letter-spacing:-.05rem;line-height:35px;border-radius:0;color:var(--cl_engine-text-nosticky);padding:0;-webkit-user-select:none;user-select:none;cursor:pointer;width:200px}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext{width:100%}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{font-family:var(--font-text);font-weight:400;line-height:35px;text-align:left;color:var(--cl_engine-text-nosticky);font-size:18px}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{color:var(--cl_engine-text-nosticky);font-size:18px}}@media (min-width: 1680px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{font-size:18px}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext:focus-visible{outline:none}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep span{width:100%}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{background-color:var(--cl_title-light);box-shadow:0 0 6px #cbcbcb80;padding:20px 25px;border-radius:var(--btn_radius);left:-40px!important;min-width:100svh}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{width:350px}}@media (max-width: 1279px) and (min-width: 540px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{max-width:400px}}@media (min-width: 1280px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{margin-top:-25px!important}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker *{color:var(--cl_engine-text);font-size:20px;font-family:var(--font-text)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-group-container{gap:20px 10svh}@media (max-width: 539px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-group-container{flex-direction:column}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-header{padding:1rem;background:var(--cl_background_dark);border-radius:var(--btn_radius)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-hidden-accessible{display:none}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-highlight{background-color:var(--cl_corp);color:var(--cl_title-light)}.babylon__engine .babylon__engine__datepicker ::ng-deep td>.p-element{padding:10px}.babylon__engine .babylon__engine__datepicker ::ng-deep th{padding:.7em .3em}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-link{border:none;background-color:transparent}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-title *{font-family:var(--font-text);font-size:16px;font-weight:700}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-month{text-transform:uppercase}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-title{pointer-events:none}.babylon__engine .babylon__engine__input ::ng-deep{border:none;color:var(--cl_engine-text-nosticky);line-height:35px}@media (max-width: 1279px){.babylon__engine .babylon__engine__input ::ng-deep{color:var(--cl_engine-text-nosticky)}}.babylon__engine .babylon__engine__input ::ng-deep::placeholder{line-height:35px;color:var(--cl_engine-text-nosticky)}@media (max-width: 1279px){.babylon__engine .babylon__engine__input ::ng-deep::placeholder{color:var(--cl_engine-text-nosticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext{border:none;color:var(--cl_engine-text-sticky);line-height:35px}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{line-height:35px;color:var(--cl_engine-text-sticky)}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-datepicker{margin-top:30px!important}.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep{border:none;color:var(--cl_engine-text-sticky);line-height:35px}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep::placeholder{line-height:35px;color:var(--cl_engine-text-sticky)}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep::placeholder{color:var(--cl_engine-text-sticky)}}.babylon__engine .icon-down{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #333;display:inline-block;margin:0 auto}.babylon__engine .btn{max-width:100%;padding:14px 20px;display:block;min-width:160px;white-space:nowrap}.babylon__engine .babylon-arrow-bottom{font-weight:700;position:absolute;right:23px}.babylon__engine .guests{cursor:pointer}.babylon__engine p-dialog ::ng-deep .p-dialog-header-icons{display:none}.babylon__engine div:not(.babylon__engine__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests{padding:0}.babylon__engine div:not(.babylon__engine__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests__dropdown--wrapper{height:60px}::ng-deep body:not(.header_sticky) .babylon__engine__datepicker .p-datepicker{margin-top:-30px!important}.babylon__engine__input--wrapper.hotels{position:relative}.babylon__engine__input--wrapper.hotels::ng-deep .p-dropdown{position:relative;width:100%;font-family:var(--font-text);color:var(--cl_engine-text);font-size:18px}.babylon__engine__input--wrapper.hotels::ng-deep .p-dropdown-trigger{display:none!important}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay{background:var(--cl_engine-bg);margin-top:6px;left:-21px!important;top:46px!important;width:calc(100% + 109px);border:none;border-radius:5px;border-top:0}@media (max-width: 539px){.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay{left:-206px!important;top:62px!important;width:calc(100% + 211px);margin-top:6px!important}}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul{display:flex;flex-direction:column}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem{width:100%;font-family:var(--font-text);color:var(--cl_engine-text);font-size:18px;padding-left:6px}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem:last-child li{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem li{padding:15px}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem li:focus-visible{outline:none}\n"], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: CalendarModule }, { kind: "component", type: i2.Calendar, selector: "p-calendar", inputs: ["iconDisplay", "style", "styleClass", "inputStyle", "inputId", "name", "inputStyleClass", "placeholder", "ariaLabelledBy", "ariaLabel", "iconAriaLabel", "disabled", "dateFormat", "multipleSeparator", "rangeSeparator", "inline", "showOtherMonths", "selectOtherMonths", "showIcon", "icon", "appendTo", "readonlyInput", "shortYearCutoff", "monthNavigator", "yearNavigator", "hourFormat", "timeOnly", "stepYearPicker", "stepHour", "stepMinute", "stepSecond", "showSeconds", "required", "showOnFocus", "showWeek", "startWeekFromFirstDayOfYear", "showClear", "dataType", "selectionMode", "maxDateCount", "showButtonBar", "todayButtonStyleClass", "clearButtonStyleClass", "autofocus", "autoZIndex", "baseZIndex", "panelStyleClass", "panelStyle", "keepInvalid", "hideOnDateTimeSelect", "touchUI", "timeSeparator", "focusTrap", "showTransitionOptions", "hideTransitionOptions", "tabindex", "variant", "minDate", "maxDate", "disabledDates", "disabledDays", "yearRange", "showTime", "responsiveOptions", "numberOfMonths", "firstDayOfWeek", "locale", "view", "defaultDate"], outputs: ["onFocus", "onBlur", "onClose", "onSelect", "onClear", "onInput", "onTodayClick", "onClearClick", "onMonthChange", "onYearChange", "onClickOutside", "onShow"] }, { kind: "component", type: BabylonGuestsPopupComponent, selector: "lib-babylon-guests-popup", inputs: ["adultsDropdown", "kidsDropdown", "babiesDropdown", "agesDropdown", "kidsLabel", "agesLabel", "btn"], outputs: ["apply"] }, { kind: "ngmodule", type: DialogModule }, { kind: "component", type: i3.Dialog, selector: "p-dialog", inputs: ["header", "draggable", "resizable", "positionLeft", "positionTop", "contentStyle", "contentStyleClass", "modal", "closeOnEscape", "dismissableMask", "rtl", "closable", "responsive", "appendTo", "breakpoints", "styleClass", "maskStyleClass", "maskStyle", "showHeader", "breakpoint", "blockScroll", "autoZIndex", "baseZIndex", "minX", "minY", "focusOnShow", "maximizable", "keepInViewport", "focusTrap", "transitionOptions", "closeIcon", "closeAriaLabel", "closeTabindex", "minimizeIcon", "maximizeIcon", "visible", "style", "position"], outputs: ["onShow", "onHide", "visibleChange", "onResizeInit", "onResizeEnd", "onDragEnd", "onMaximize"] }, { kind: "ngmodule", type: DropdownModule }, { kind: "component", type: i4.Dropdown, selector: "p-dropdown", inputs: ["id", "scrollHeight", "filter", "name", "style", "panelStyle", "styleClass", "panelStyleClass", "readonly", "required", "editable", "appendTo", "tabindex", "placeholder", "loadingIcon", "filterPlaceholder", "filterLocale", "variant", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "checkmark", "dropdownIcon", "loading", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "autoDisplayFirst", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "maxlength", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "autoShowPanelOnPrintableCharacterKeyDown", "disabled", "itemSize", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "filterValue", "options"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
152
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonEngineComponent, isStandalone: true, selector: "lib-babylon-engine", inputs: { modal: "modal", datepickerData: "datepickerData", guestsInput: "guestsInput", promoInput: "promoInput", guests: "guests", button: "button", title: "title", subtitle: "subtitle", url: "url", codigo: "codigo", lang: "lang", glValue: "glValue", hotelsInput: "hotelsInput", hotels: "hotels", hotelsPlaceholder: "hotelsPlaceholder" }, outputs: { close: "close" }, viewQueries: [{ propertyName: "datepicker", first: true, predicate: ["datepicker"], descendants: true }, { propertyName: "datepickerIn", first: true, predicate: ["datepickerIn"], descendants: true }, { propertyName: "datepickerOut", first: true, predicate: ["datepickerOut"], descendants: true }, { propertyName: "hotelsDropdown", first: true, predicate: ["hotelsDropdown"], descendants: true }], ngImport: i0, template: "<!--Desktop Engine-->\n<div class=\"babylon__engine bg_white\" [ngClass]=\"{'engine__cadena': hotels}\">\n <form\n class=\"babylon__engine__form d-flex align-items-center\"\n [formGroup]=\"form\"\n >\n @if(hotelsInput && hotels && hotels.options && hotels.options.length > 1) {\n <div\n class=\"babylon__engine__input--wrapper d-flex align-items-center hotels\"\n >\n <p-dropdown\n class=\"babylon__engine__input\"\n [options]=\"hotels.options\"\n formControlName=\"hotels\"\n [placeholder]=\"hotelsPlaceholder\"\n optionLabel=\"name\"\n (onChange)=\"handleDropdownChange($event)\"\n #hotelsDropdown\n >\n </p-dropdown>\n\n <span\n class=\"babylon-arrow-bottom\"\n ></span>\n </div>\n }\n <div\n class=\"babylon__engine__datepicker--wrapper d-flex justify-content-between align-items-center\"\n >\n <p-calendar\n class=\"babylon__engine__datepicker\"\n [showOtherMonths]=\"false\"\n dateFormat=\"dd-mm-yy\"\n [(ngModel)]=\"datepickerValue\"\n selectionMode=\"range\"\n [numberOfMonths]=\"2\"\n [placeholder]=\"datepickerData?.placeholder\"\n formControlName=\"dates\"\n #datepicker\n >\n </p-calendar>\n\n <span\n class=\"babylon__engine__datepicker--icon babylon-arrow-bottom\"\n ></span>\n </div>\n <div\n class=\"babylon__engine__input--wrapper d-flex align-items-center\"\n (click)=\"toggleShowingGuests()\"\n >\n <input\n class=\"babylon__engine__input\"\n type=\"text\"\n [placeholder]=\"guestsInput?.placeholder\"\n formControlName=\"guests\"\n />\n <span class=\"babylon-arrow-bottom\"></span>\n </div>\n <p-dialog class=\"babylon__engine__dialog\" [(visible)]=\"showingGuests\">\n <lib-babylon-guests-popup\n [adultsDropdown]=\"guests?.adultsDropdown\"\n [agesDropdown]=\"guests?.agesDropdown\"\n [agesLabel]=\"guests?.agesLabel\"\n [babiesDropdown]=\"guests?.babiesDropdown\"\n [kidsDropdown]=\"guests?.kidsDropdown\"\n [kidsDropdown]=\"guests?.kidsDropdown\"\n [btn]=\"guests?.btn\"\n (apply)=\"guestsChange($event)\"\n ></lib-babylon-guests-popup>\n </p-dialog>\n <div\n class=\"babylon__engine__input--wrapper d-flex align-items-center promo-code\"\n >\n <input\n class=\"babylon__engine__input\"\n type=\"text\"\n [placeholder]=\"promoInput?.placeholder\"\n formControlName=\"promo\"\n />\n <span class=\"babylon-tag\"></span>\n </div>\n\n @if (button) {\n <a\n [href]=\"generatedUrl\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n class=\"btn btn_call\"\n id=\"btn-submit\"\n >\n {{ button.label }}\n </a>\n }\n </form>\n</div>\n", styles: ["@charset \"UTF-8\";@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}}: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;--ls_subtitle: 1px;--padding-bottom-pretitle: 0px;--lh_title: 1.2;--lh_pretitle: 1.2;--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;--hg_menu-img-height: auto;--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;--alg-service-room-detail: flex-start;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var( --cl_corp);--mdc-checkbox-selected-hover-icon-color: var( --cl_corp);--mdc-checkbox-selected-icon-color: var( --cl_corp);--mdc-checkbox-selected-pressed-icon-color: var( --cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var( --cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var( --cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var( --cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38)}:host.engine__headerClear{position:fixed;top:100px;max-width:100vw;width:100%;left:0;margin-top:0;transform:none}@media (min-width: 1024px){:host .babylon__engine{position:absolute;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);left:50%;top:500px;display:block;z-index:3;background-color:var(--cl_engine-bg);margin-top:200px;padding:20px}:host .babylon__engine.engine-sticky{position:absolute;transform:translate(-50%);left:50%;top:0;box-shadow:none;opacity:1;height:100%;margin-top:0;width:max-content;z-index:9;padding:0}:host .babylon__engine.engine-sticky form{justify-content:center}}@media (min-width: 1024px) and (max-width: 1679px){:host .babylon__engine.engine-sticky form>div{max-width:calc(25% - 22px);width:calc(25% - 40px)}:host .babylon__engine.engine-sticky form>div:first-child{max-width:calc(30% - 10px);width:calc(30% - 50px)}:host .babylon__engine.engine-sticky form>a{max-width:calc(20% - 10px);width:calc(20% - 70px)}}@media (max-width: 1279px){:host .babylon__engine.engine-sticky{display:none}}.babylon__engine{width:100%;padding:30px}@media (max-width: 1023px){.babylon__engine:not(.modal){display:none}}@media (max-width: 1023px){.babylon__engine{position:absolute;padding:30px 0;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);max-height:100vh}}@media (min-width: 1024px){.babylon__engine{max-width:1280px;height:81px;border-radius:var(--btn_radius);padding:15px 0 15px 15px;-webkit-box-shadow:10px 13px 6px -11px rgba(0,0,0,.1);-moz-box-shadow:10px 13px 6px -11px rgba(0,0,0,.1);box-shadow:10px 13px 6px -11px #0000001a;background-color:var(--cl_title-light)}}@media (min-width: 1024px) and (min-width: 1366px){.babylon__engine{padding:20px}}@media (min-width: 1024px) and (max-width: 1365px){.babylon__engine form{max-width:100%;display:flex;width:100%;flex-direction:row;gap:10px}.babylon__engine form>div{max-width:calc(25% - 22px);width:calc(25% - 22px);padding:0 10px}.babylon__engine form>div:first-child{max-width:calc(30% - 10px);width:calc(30% - 10px)}.babylon__engine form>a{max-width:calc(20% - 10px);width:calc(20% - 10px)}.babylon__engine form>a.btn{max-width:100%}}@media (min-width: 1366px){.babylon__engine{max-width:1280px;width:auto}}.babylon__engine__wrapper{width:100%;height:100%;background-color:var(--cl_engine-bg-dark);position:relative}@media (max-width: 1023px){.babylon__engine__wrapper{overflow-y:auto}}.babylon__engine__header{width:100%;gap:15px;padding-bottom:65px}.babylon__engine__header--popup-open{padding-top:60px}.babylon__engine h4,.babylon__engine .subtitle{color:var(--cl_title-light);font-weight:400;text-align:center}.babylon__engine .subtitle{font-family:var(--font-text);font-size:15px;font-weight:300}.babylon__engine__form{height:100%;max-width:350px}@media (min-width: 540px){.babylon__engine__form{max-width:400px}}@media (max-width: 1023px){.babylon__engine__form{position:relative;padding-bottom:30px;left:50%;gap:20px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}}@media (min-width: 1024px){.babylon__engine__form{max-width:unset}}.babylon__engine__input{border:none;background:transparent;color:var(--cl_engine-text);font-size:14px}@media (min-width: 1024px){.babylon__engine__input{max-width:160px}}.babylon__engine__input::placeholder{color:var(--cl_engine-text);font-size:18px;font-family:var(--font-text);font-weight:400;line-height:35px}.babylon__engine__input--wrapper{max-width:350px;width:100%;background-color:var(--cl_title-light);border-radius:5px;height:60px;padding:19px 75px 18px 46px;position:relative}.babylon__engine__input--wrapper:nth-child(2){cursor:pointer}@media (min-width: 540px){.babylon__engine__input--wrapper{max-width:400px}}@media (min-width: 1024px){.babylon__engine__input--wrapper{background:none;max-width:calc(100% - 30px);padding:0 30px;height:40px}.babylon__engine__input--wrapper:first-of-type{cursor:pointer}.babylon__engine__input--wrapper:not(.promo-code):after{content:\"\";width:1px;height:30px;background-color:var(--cl_engine-text);opacity:.1;position:absolute;right:0}}@media (max-width: 1023px){.babylon__engine__input__title{width:max-content}}.babylon__engine__close{position:absolute;right:20px;top:20px;z-index:1;transform:rotate(-45deg)}@media (min-width: 1024px){.babylon__engine__close{right:70px;top:70px}}.babylon__engine .babylon__engine__datepicker{font-size:18px;font-family:var(--font-text);color:var(--cl_engine-text);height:max-content;background-color:transparent;max-width:200px}@media (min-width: 1024px){.babylon__engine .babylon__engine__datepicker{margin-right:10px}}@media (max-width: 1023px){.babylon__engine .babylon__engine__datepicker{width:88px}}.babylon__engine .babylon__engine__datepicker--wrapper{position:relative;cursor:pointer;max-width:350px}@media (min-width: 540px){.babylon__engine .babylon__engine__datepicker--wrapper{max-width:400px}}@media (max-width: 1023px){.babylon__engine .babylon__engine__datepicker--wrapper{background-color:var(--cl_title-light);border-radius:5px;width:100%;height:60px;padding:19px 75px 18px 46px}}@media (min-width: 1024px){.babylon__engine .babylon__engine__datepicker--wrapper{max-width:calc(100% - 30px);padding-right:30px;height:max-content}.babylon__engine .babylon__engine__datepicker--wrapper:after{content:\"\";width:1px;height:30px;background-color:var(--cl_engine-text);opacity:.1;position:absolute;right:0}}.babylon__engine .babylon__engine__datepicker__icon{position:absolute;right:21px;font-size:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.babylon__engine .babylon__engine__datepicker__icon--left{position:absolute;left:21px;width:13px;border-bottom:1px solid var(--cl_engine-text);top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.babylon__engine .babylon__engine__datepicker--title{font-family:var(--font-text);color:var(--cl_engine-text);font-size:18px;width:100%;max-width:calc(100% - 88px)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext{border:none;background-color:transparent;font-family:var(--font-text);font-size:var(--cl-font-size-engine-text);letter-spacing:-.05rem;line-height:35px;border-radius:0;color:var(--cl_engine-text-nosticky);padding:0;-webkit-user-select:none;user-select:none;cursor:pointer;width:200px}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext{width:100%}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{font-family:var(--font-text);font-weight:400;line-height:35px;text-align:left;color:var(--cl_engine-text-nosticky);font-size:18px}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{color:var(--cl_engine-text-nosticky);font-size:18px}}@media (min-width: 1680px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{font-size:18px}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext:focus-visible{outline:none}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep span{width:100%}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{background-color:var(--cl_title-light);box-shadow:0 0 6px #cbcbcb80;padding:20px 25px;border-radius:var(--btn_radius);left:-40px!important;min-width:100svh}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{width:350px}}@media (max-width: 1279px) and (min-width: 540px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{max-width:400px}}@media (min-width: 1280px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{margin-top:-25px!important}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker *{color:var(--cl_engine-text);font-size:20px;font-family:var(--font-text)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-group-container{gap:20px 10svh}@media (max-width: 539px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-group-container{flex-direction:column}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-header{padding:1rem;background:var(--cl_background_dark);border-radius:var(--btn_radius)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-hidden-accessible{display:none}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-highlight{background-color:var(--cl_corp);color:var(--cl_title-light)}.babylon__engine .babylon__engine__datepicker ::ng-deep td>.p-element{padding:10px}.babylon__engine .babylon__engine__datepicker ::ng-deep th{padding:.7em .3em}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-link{border:none;background-color:transparent}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-title *{font-family:var(--font-text);font-size:16px;font-weight:700}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-month{text-transform:uppercase}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-title{pointer-events:none}.babylon__engine .babylon__engine__input ::ng-deep{border:none;color:var(--cl_engine-text-nosticky);line-height:35px}@media (max-width: 1279px){.babylon__engine .babylon__engine__input ::ng-deep{color:var(--cl_engine-text-nosticky)}}.babylon__engine .babylon__engine__input ::ng-deep::placeholder{line-height:35px;color:var(--cl_engine-text-nosticky)}@media (max-width: 1279px){.babylon__engine .babylon__engine__input ::ng-deep::placeholder{color:var(--cl_engine-text-nosticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext{border:none;color:var(--cl_engine-text-sticky);line-height:35px}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{line-height:35px;color:var(--cl_engine-text-sticky)}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-datepicker{margin-top:30px!important}.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep{border:none;color:var(--cl_engine-text-sticky);line-height:35px}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep::placeholder{line-height:35px;color:var(--cl_engine-text-sticky)}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep::placeholder{color:var(--cl_engine-text-sticky)}}.babylon__engine .icon-down{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #333;display:inline-block;margin:0 auto}.babylon__engine .btn{max-width:100%;padding:14px 20px;display:block;min-width:160px;white-space:nowrap}.babylon__engine .babylon-arrow-bottom{font-weight:700;position:absolute;right:23px}.babylon__engine .guests{cursor:pointer}.babylon__engine p-dialog ::ng-deep .p-dialog-header-icons{display:none}.babylon__engine div:not(.babylon__engine__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests{padding:0}.babylon__engine div:not(.babylon__engine__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests__dropdown--wrapper{height:60px}::ng-deep body:not(.header_sticky) .babylon__engine__datepicker .p-datepicker{margin-top:-30px!important}.babylon__engine__input--wrapper.hotels{position:relative}.babylon__engine__input--wrapper.hotels::ng-deep .p-dropdown{position:relative;width:100%;font-family:var(--font-text);color:var(--cl_engine-text);font-size:18px}.babylon__engine__input--wrapper.hotels::ng-deep .p-dropdown-trigger{display:none!important}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay{background:var(--cl_engine-bg);margin-top:6px;left:-21px!important;top:46px!important;width:calc(100% + 109px);border:none;border-radius:5px;border-top:0}@media (max-width: 539px){.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay{left:-206px!important;top:62px!important;width:calc(100% + 211px);margin-top:6px!important}}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul{display:flex;flex-direction:column}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem{width:100%;font-family:var(--font-text);color:var(--cl_engine-text);font-size:18px;padding-left:6px}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem:last-child li{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem li{padding:15px}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem li:focus-visible{outline:none}\n"], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: CalendarModule }, { kind: "component", type: i2.Calendar, selector: "p-calendar", inputs: ["iconDisplay", "style", "styleClass", "inputStyle", "inputId", "name", "inputStyleClass", "placeholder", "ariaLabelledBy", "ariaLabel", "iconAriaLabel", "disabled", "dateFormat", "multipleSeparator", "rangeSeparator", "inline", "showOtherMonths", "selectOtherMonths", "showIcon", "icon", "appendTo", "readonlyInput", "shortYearCutoff", "monthNavigator", "yearNavigator", "hourFormat", "timeOnly", "stepYearPicker", "stepHour", "stepMinute", "stepSecond", "showSeconds", "required", "showOnFocus", "showWeek", "startWeekFromFirstDayOfYear", "showClear", "dataType", "selectionMode", "maxDateCount", "showButtonBar", "todayButtonStyleClass", "clearButtonStyleClass", "autofocus", "autoZIndex", "baseZIndex", "panelStyleClass", "panelStyle", "keepInvalid", "hideOnDateTimeSelect", "touchUI", "timeSeparator", "focusTrap", "showTransitionOptions", "hideTransitionOptions", "tabindex", "variant", "minDate", "maxDate", "disabledDates", "disabledDays", "yearRange", "showTime", "responsiveOptions", "numberOfMonths", "firstDayOfWeek", "locale", "view", "defaultDate"], outputs: ["onFocus", "onBlur", "onClose", "onSelect", "onClear", "onInput", "onTodayClick", "onClearClick", "onMonthChange", "onYearChange", "onClickOutside", "onShow"] }, { kind: "component", type: BabylonGuestsPopupComponent, selector: "lib-babylon-guests-popup", inputs: ["adultsDropdown", "kidsDropdown", "babiesDropdown", "agesDropdown", "kidsLabel", "agesLabel", "btn"], outputs: ["apply"] }, { kind: "ngmodule", type: DialogModule }, { kind: "component", type: i3.Dialog, selector: "p-dialog", inputs: ["header", "draggable", "resizable", "positionLeft", "positionTop", "contentStyle", "contentStyleClass", "modal", "closeOnEscape", "dismissableMask", "rtl", "closable", "responsive", "appendTo", "breakpoints", "styleClass", "maskStyleClass", "maskStyle", "showHeader", "breakpoint", "blockScroll", "autoZIndex", "baseZIndex", "minX", "minY", "focusOnShow", "maximizable", "keepInViewport", "focusTrap", "transitionOptions", "closeIcon", "closeAriaLabel", "closeTabindex", "minimizeIcon", "maximizeIcon", "visible", "style", "position"], outputs: ["onShow", "onHide", "visibleChange", "onResizeInit", "onResizeEnd", "onDragEnd", "onMaximize"] }, { kind: "ngmodule", type: DropdownModule }, { kind: "component", type: i4.Dropdown, selector: "p-dropdown", inputs: ["id", "scrollHeight", "filter", "name", "style", "panelStyle", "styleClass", "panelStyleClass", "readonly", "required", "editable", "appendTo", "tabindex", "placeholder", "loadingIcon", "filterPlaceholder", "filterLocale", "variant", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "checkmark", "dropdownIcon", "loading", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "autoDisplayFirst", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "maxlength", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "autoShowPanelOnPrintableCharacterKeyDown", "disabled", "itemSize", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "filterValue", "options"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
153
153
|
}
|
|
154
154
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonEngineComponent, decorators: [{
|
|
155
155
|
type: Component,
|
|
@@ -161,7 +161,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
161
161
|
DialogModule,
|
|
162
162
|
DropdownModule,
|
|
163
163
|
CommonModule,
|
|
164
|
-
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<!--Desktop Engine-->\n<div class=\"babylon__engine bg_white\" [ngClass]=\"{'engine__cadena': hotels}\">\n <form\n class=\"babylon__engine__form d-flex align-items-center\"\n [formGroup]=\"form\"\n >\n @if(hotelsInput && hotels && hotels.options && hotels.options.length > 1) {\n <div\n class=\"babylon__engine__input--wrapper d-flex align-items-center hotels\"\n >\n <p-dropdown\n class=\"babylon__engine__input\"\n [options]=\"hotels.options\"\n formControlName=\"hotels\"\n [placeholder]=\"hotelsPlaceholder\"\n optionLabel=\"name\"\n (onChange)=\"handleDropdownChange($event)\"\n #hotelsDropdown\n >\n </p-dropdown>\n\n <span\n class=\"babylon-arrow-bottom\"\n ></span>\n </div>\n }\n <div\n class=\"babylon__engine__datepicker--wrapper d-flex justify-content-between align-items-center\"\n >\n <p-calendar\n class=\"babylon__engine__datepicker\"\n [showOtherMonths]=\"false\"\n dateFormat=\"dd-mm-yy\"\n [(ngModel)]=\"datepickerValue\"\n selectionMode=\"range\"\n [numberOfMonths]=\"2\"\n [placeholder]=\"datepickerData?.placeholder\"\n formControlName=\"dates\"\n #datepicker\n >\n </p-calendar>\n\n <span\n class=\"babylon__engine__datepicker--icon babylon-arrow-bottom\"\n ></span>\n </div>\n <div\n class=\"babylon__engine__input--wrapper d-flex align-items-center\"\n (click)=\"toggleShowingGuests()\"\n >\n <input\n class=\"babylon__engine__input\"\n type=\"text\"\n [placeholder]=\"guestsInput?.placeholder\"\n formControlName=\"guests\"\n />\n <span class=\"babylon-arrow-bottom\"></span>\n </div>\n <p-dialog class=\"babylon__engine__dialog\" [(visible)]=\"showingGuests\">\n <lib-babylon-guests-popup\n [adultsDropdown]=\"guests?.adultsDropdown\"\n [agesDropdown]=\"guests?.agesDropdown\"\n [agesLabel]=\"guests?.agesLabel\"\n [babiesDropdown]=\"guests?.babiesDropdown\"\n [kidsDropdown]=\"guests?.kidsDropdown\"\n [kidsDropdown]=\"guests?.kidsDropdown\"\n [btn]=\"guests?.btn\"\n (apply)=\"guestsChange($event)\"\n ></lib-babylon-guests-popup>\n </p-dialog>\n <div\n class=\"babylon__engine__input--wrapper d-flex align-items-center promo-code\"\n >\n <input\n class=\"babylon__engine__input\"\n type=\"text\"\n [placeholder]=\"promoInput?.placeholder\"\n formControlName=\"promo\"\n />\n <span class=\"babylon-tag\"></span>\n </div>\n\n @if (button) {\n <a\n [href]=\"generatedUrl\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n class=\"btn btn_call\"\n id=\"btn-submit\"\n >\n {{ button.label }}\n </a>\n }\n </form>\n</div>\n", styles: ["@charset \"UTF-8\";@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}}: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;--ls_subtitle: 1px;--padding-bottom-pretitle: 0px;--lh_title: 1.2;--lh_pretitle: 1.2;--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;--hg_menu-img-height: auto;--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;--alg-service-room-detail: flex-start;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var( --cl_corp);--mdc-checkbox-selected-hover-icon-color: var( --cl_corp);--mdc-checkbox-selected-icon-color: var( --cl_corp);--mdc-checkbox-selected-pressed-icon-color: var( --cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var( --cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var( --cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var( --cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38)}@media (min-width: 1024px){:host .babylon__engine{position:absolute;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);left:50%;top:500px;display:block;z-index:3;background-color:var(--cl_engine-bg);margin-top:200px;padding:20px}:host .babylon__engine.engine-sticky{position:absolute;transform:translate(-50%);left:50%;top:0;box-shadow:none;opacity:1;height:100%;margin-top:0;width:max-content;z-index:9;padding:0}:host .babylon__engine.engine-sticky form{justify-content:center}}@media (min-width: 1024px) and (max-width: 1679px){:host .babylon__engine.engine-sticky form>div{max-width:calc(25% - 22px);width:calc(25% - 40px)}:host .babylon__engine.engine-sticky form>div:first-child{max-width:calc(30% - 10px);width:calc(30% - 50px)}:host .babylon__engine.engine-sticky form>a{max-width:calc(20% - 10px);width:calc(20% - 70px)}}@media (max-width: 1279px){:host .babylon__engine.engine-sticky{display:none}}.babylon__engine{width:100%;padding:30px}@media (max-width: 1023px){.babylon__engine:not(.modal){display:none}}@media (max-width: 1023px){.babylon__engine{position:absolute;padding:30px 0;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);max-height:100vh}}@media (min-width: 1024px){.babylon__engine{max-width:1280px;height:81px;border-radius:var(--btn_radius);padding:15px 0 15px 15px;-webkit-box-shadow:10px 13px 6px -11px rgba(0,0,0,.1);-moz-box-shadow:10px 13px 6px -11px rgba(0,0,0,.1);box-shadow:10px 13px 6px -11px #0000001a;background-color:var(--cl_title-light)}}@media (min-width: 1024px) and (min-width: 1366px){.babylon__engine{padding:20px}}@media (min-width: 1024px) and (max-width: 1365px){.babylon__engine form{max-width:100%;display:flex;width:100%;flex-direction:row;gap:10px}.babylon__engine form>div{max-width:calc(25% - 22px);width:calc(25% - 22px);padding:0 10px}.babylon__engine form>div:first-child{max-width:calc(30% - 10px);width:calc(30% - 10px)}.babylon__engine form>a{max-width:calc(20% - 10px);width:calc(20% - 10px)}.babylon__engine form>a.btn{max-width:100%}}@media (min-width: 1366px){.babylon__engine{max-width:1280px;width:auto}}.babylon__engine__wrapper{width:100%;height:100%;background-color:var(--cl_engine-bg-dark);position:relative}@media (max-width: 1023px){.babylon__engine__wrapper{overflow-y:auto}}.babylon__engine__header{width:100%;gap:15px;padding-bottom:65px}.babylon__engine__header--popup-open{padding-top:60px}.babylon__engine h4,.babylon__engine .subtitle{color:var(--cl_title-light);font-weight:400;text-align:center}.babylon__engine .subtitle{font-family:var(--font-text);font-size:15px;font-weight:300}.babylon__engine__form{height:100%;max-width:350px}@media (min-width: 540px){.babylon__engine__form{max-width:400px}}@media (max-width: 1023px){.babylon__engine__form{position:relative;padding-bottom:30px;left:50%;gap:20px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}}@media (min-width: 1024px){.babylon__engine__form{max-width:unset}}.babylon__engine__input{border:none;background:transparent;color:var(--cl_engine-text);font-size:14px}@media (min-width: 1024px){.babylon__engine__input{max-width:160px}}.babylon__engine__input::placeholder{color:var(--cl_engine-text);font-size:18px;font-family:var(--font-text);font-weight:400;line-height:35px}.babylon__engine__input--wrapper{max-width:350px;width:100%;background-color:var(--cl_title-light);border-radius:5px;height:60px;padding:19px 75px 18px 46px;position:relative}.babylon__engine__input--wrapper:nth-child(2){cursor:pointer}@media (min-width: 540px){.babylon__engine__input--wrapper{max-width:400px}}@media (min-width: 1024px){.babylon__engine__input--wrapper{background:none;max-width:calc(100% - 30px);padding:0 30px;height:40px}.babylon__engine__input--wrapper:first-of-type{cursor:pointer}.babylon__engine__input--wrapper:not(.promo-code):after{content:\"\";width:1px;height:30px;background-color:var(--cl_engine-text);opacity:.1;position:absolute;right:0}}@media (max-width: 1023px){.babylon__engine__input__title{width:max-content}}.babylon__engine__close{position:absolute;right:20px;top:20px;z-index:1;transform:rotate(-45deg)}@media (min-width: 1024px){.babylon__engine__close{right:70px;top:70px}}.babylon__engine .babylon__engine__datepicker{font-size:18px;font-family:var(--font-text);color:var(--cl_engine-text);height:max-content;background-color:transparent;max-width:200px}@media (min-width: 1024px){.babylon__engine .babylon__engine__datepicker{margin-right:10px}}@media (max-width: 1023px){.babylon__engine .babylon__engine__datepicker{width:88px}}.babylon__engine .babylon__engine__datepicker--wrapper{position:relative;cursor:pointer;max-width:350px}@media (min-width: 540px){.babylon__engine .babylon__engine__datepicker--wrapper{max-width:400px}}@media (max-width: 1023px){.babylon__engine .babylon__engine__datepicker--wrapper{background-color:var(--cl_title-light);border-radius:5px;width:100%;height:60px;padding:19px 75px 18px 46px}}@media (min-width: 1024px){.babylon__engine .babylon__engine__datepicker--wrapper{max-width:calc(100% - 30px);padding-right:30px;height:max-content}.babylon__engine .babylon__engine__datepicker--wrapper:after{content:\"\";width:1px;height:30px;background-color:var(--cl_engine-text);opacity:.1;position:absolute;right:0}}.babylon__engine .babylon__engine__datepicker__icon{position:absolute;right:21px;font-size:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.babylon__engine .babylon__engine__datepicker__icon--left{position:absolute;left:21px;width:13px;border-bottom:1px solid var(--cl_engine-text);top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.babylon__engine .babylon__engine__datepicker--title{font-family:var(--font-text);color:var(--cl_engine-text);font-size:18px;width:100%;max-width:calc(100% - 88px)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext{border:none;background-color:transparent;font-family:var(--font-text);font-size:var(--cl-font-size-engine-text);letter-spacing:-.05rem;line-height:35px;border-radius:0;color:var(--cl_engine-text-nosticky);padding:0;-webkit-user-select:none;user-select:none;cursor:pointer;width:200px}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext{width:100%}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{font-family:var(--font-text);font-weight:400;line-height:35px;text-align:left;color:var(--cl_engine-text-nosticky);font-size:18px}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{color:var(--cl_engine-text-nosticky);font-size:18px}}@media (min-width: 1680px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{font-size:18px}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext:focus-visible{outline:none}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep span{width:100%}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{background-color:var(--cl_title-light);box-shadow:0 0 6px #cbcbcb80;padding:20px 25px;border-radius:var(--btn_radius);left:-40px!important;min-width:100svh}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{width:350px}}@media (max-width: 1279px) and (min-width: 540px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{max-width:400px}}@media (min-width: 1280px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{margin-top:-25px!important}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker *{color:var(--cl_engine-text);font-size:20px;font-family:var(--font-text)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-group-container{gap:20px 10svh}@media (max-width: 539px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-group-container{flex-direction:column}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-header{padding:1rem;background:var(--cl_background_dark);border-radius:var(--btn_radius)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-hidden-accessible{display:none}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-highlight{background-color:var(--cl_corp);color:var(--cl_title-light)}.babylon__engine .babylon__engine__datepicker ::ng-deep td>.p-element{padding:10px}.babylon__engine .babylon__engine__datepicker ::ng-deep th{padding:.7em .3em}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-link{border:none;background-color:transparent}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-title *{font-family:var(--font-text);font-size:16px;font-weight:700}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-month{text-transform:uppercase}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-title{pointer-events:none}.babylon__engine .babylon__engine__input ::ng-deep{border:none;color:var(--cl_engine-text-nosticky);line-height:35px}@media (max-width: 1279px){.babylon__engine .babylon__engine__input ::ng-deep{color:var(--cl_engine-text-nosticky)}}.babylon__engine .babylon__engine__input ::ng-deep::placeholder{line-height:35px;color:var(--cl_engine-text-nosticky)}@media (max-width: 1279px){.babylon__engine .babylon__engine__input ::ng-deep::placeholder{color:var(--cl_engine-text-nosticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext{border:none;color:var(--cl_engine-text-sticky);line-height:35px}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{line-height:35px;color:var(--cl_engine-text-sticky)}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-datepicker{margin-top:30px!important}.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep{border:none;color:var(--cl_engine-text-sticky);line-height:35px}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep::placeholder{line-height:35px;color:var(--cl_engine-text-sticky)}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep::placeholder{color:var(--cl_engine-text-sticky)}}.babylon__engine .icon-down{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #333;display:inline-block;margin:0 auto}.babylon__engine .btn{max-width:100%;padding:14px 20px;display:block;min-width:160px;white-space:nowrap}.babylon__engine .babylon-arrow-bottom{font-weight:700;position:absolute;right:23px}.babylon__engine .guests{cursor:pointer}.babylon__engine p-dialog ::ng-deep .p-dialog-header-icons{display:none}.babylon__engine div:not(.babylon__engine__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests{padding:0}.babylon__engine div:not(.babylon__engine__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests__dropdown--wrapper{height:60px}::ng-deep body:not(.header_sticky) .babylon__engine__datepicker .p-datepicker{margin-top:-30px!important}.babylon__engine__input--wrapper.hotels{position:relative}.babylon__engine__input--wrapper.hotels::ng-deep .p-dropdown{position:relative;width:100%;font-family:var(--font-text);color:var(--cl_engine-text);font-size:18px}.babylon__engine__input--wrapper.hotels::ng-deep .p-dropdown-trigger{display:none!important}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay{background:var(--cl_engine-bg);margin-top:6px;left:-21px!important;top:46px!important;width:calc(100% + 109px);border:none;border-radius:5px;border-top:0}@media (max-width: 539px){.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay{left:-206px!important;top:62px!important;width:calc(100% + 211px);margin-top:6px!important}}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul{display:flex;flex-direction:column}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem{width:100%;font-family:var(--font-text);color:var(--cl_engine-text);font-size:18px;padding-left:6px}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem:last-child li{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem li{padding:15px}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem li:focus-visible{outline:none}\n"] }]
|
|
164
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<!--Desktop Engine-->\n<div class=\"babylon__engine bg_white\" [ngClass]=\"{'engine__cadena': hotels}\">\n <form\n class=\"babylon__engine__form d-flex align-items-center\"\n [formGroup]=\"form\"\n >\n @if(hotelsInput && hotels && hotels.options && hotels.options.length > 1) {\n <div\n class=\"babylon__engine__input--wrapper d-flex align-items-center hotels\"\n >\n <p-dropdown\n class=\"babylon__engine__input\"\n [options]=\"hotels.options\"\n formControlName=\"hotels\"\n [placeholder]=\"hotelsPlaceholder\"\n optionLabel=\"name\"\n (onChange)=\"handleDropdownChange($event)\"\n #hotelsDropdown\n >\n </p-dropdown>\n\n <span\n class=\"babylon-arrow-bottom\"\n ></span>\n </div>\n }\n <div\n class=\"babylon__engine__datepicker--wrapper d-flex justify-content-between align-items-center\"\n >\n <p-calendar\n class=\"babylon__engine__datepicker\"\n [showOtherMonths]=\"false\"\n dateFormat=\"dd-mm-yy\"\n [(ngModel)]=\"datepickerValue\"\n selectionMode=\"range\"\n [numberOfMonths]=\"2\"\n [placeholder]=\"datepickerData?.placeholder\"\n formControlName=\"dates\"\n #datepicker\n >\n </p-calendar>\n\n <span\n class=\"babylon__engine__datepicker--icon babylon-arrow-bottom\"\n ></span>\n </div>\n <div\n class=\"babylon__engine__input--wrapper d-flex align-items-center\"\n (click)=\"toggleShowingGuests()\"\n >\n <input\n class=\"babylon__engine__input\"\n type=\"text\"\n [placeholder]=\"guestsInput?.placeholder\"\n formControlName=\"guests\"\n />\n <span class=\"babylon-arrow-bottom\"></span>\n </div>\n <p-dialog class=\"babylon__engine__dialog\" [(visible)]=\"showingGuests\">\n <lib-babylon-guests-popup\n [adultsDropdown]=\"guests?.adultsDropdown\"\n [agesDropdown]=\"guests?.agesDropdown\"\n [agesLabel]=\"guests?.agesLabel\"\n [babiesDropdown]=\"guests?.babiesDropdown\"\n [kidsDropdown]=\"guests?.kidsDropdown\"\n [kidsDropdown]=\"guests?.kidsDropdown\"\n [btn]=\"guests?.btn\"\n (apply)=\"guestsChange($event)\"\n ></lib-babylon-guests-popup>\n </p-dialog>\n <div\n class=\"babylon__engine__input--wrapper d-flex align-items-center promo-code\"\n >\n <input\n class=\"babylon__engine__input\"\n type=\"text\"\n [placeholder]=\"promoInput?.placeholder\"\n formControlName=\"promo\"\n />\n <span class=\"babylon-tag\"></span>\n </div>\n\n @if (button) {\n <a\n [href]=\"generatedUrl\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n class=\"btn btn_call\"\n id=\"btn-submit\"\n >\n {{ button.label }}\n </a>\n }\n </form>\n</div>\n", styles: ["@charset \"UTF-8\";@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}}: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;--ls_subtitle: 1px;--padding-bottom-pretitle: 0px;--lh_title: 1.2;--lh_pretitle: 1.2;--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;--hg_menu-img-height: auto;--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;--alg-service-room-detail: flex-start;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var( --cl_corp);--mdc-checkbox-selected-hover-icon-color: var( --cl_corp);--mdc-checkbox-selected-icon-color: var( --cl_corp);--mdc-checkbox-selected-pressed-icon-color: var( --cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var( --cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var( --cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var( --cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38)}:host.engine__headerClear{position:fixed;top:100px;max-width:100vw;width:100%;left:0;margin-top:0;transform:none}@media (min-width: 1024px){:host .babylon__engine{position:absolute;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);left:50%;top:500px;display:block;z-index:3;background-color:var(--cl_engine-bg);margin-top:200px;padding:20px}:host .babylon__engine.engine-sticky{position:absolute;transform:translate(-50%);left:50%;top:0;box-shadow:none;opacity:1;height:100%;margin-top:0;width:max-content;z-index:9;padding:0}:host .babylon__engine.engine-sticky form{justify-content:center}}@media (min-width: 1024px) and (max-width: 1679px){:host .babylon__engine.engine-sticky form>div{max-width:calc(25% - 22px);width:calc(25% - 40px)}:host .babylon__engine.engine-sticky form>div:first-child{max-width:calc(30% - 10px);width:calc(30% - 50px)}:host .babylon__engine.engine-sticky form>a{max-width:calc(20% - 10px);width:calc(20% - 70px)}}@media (max-width: 1279px){:host .babylon__engine.engine-sticky{display:none}}.babylon__engine{width:100%;padding:30px}@media (max-width: 1023px){.babylon__engine:not(.modal){display:none}}@media (max-width: 1023px){.babylon__engine{position:absolute;padding:30px 0;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);max-height:100vh}}@media (min-width: 1024px){.babylon__engine{max-width:1280px;height:81px;border-radius:var(--btn_radius);padding:15px 0 15px 15px;-webkit-box-shadow:10px 13px 6px -11px rgba(0,0,0,.1);-moz-box-shadow:10px 13px 6px -11px rgba(0,0,0,.1);box-shadow:10px 13px 6px -11px #0000001a;background-color:var(--cl_title-light)}}@media (min-width: 1024px) and (min-width: 1366px){.babylon__engine{padding:20px}}@media (min-width: 1024px) and (max-width: 1365px){.babylon__engine form{max-width:100%;display:flex;width:100%;flex-direction:row;gap:10px}.babylon__engine form>div{max-width:calc(25% - 22px);width:calc(25% - 22px);padding:0 10px}.babylon__engine form>div:first-child{max-width:calc(30% - 10px);width:calc(30% - 10px)}.babylon__engine form>a{max-width:calc(20% - 10px);width:calc(20% - 10px)}.babylon__engine form>a.btn{max-width:100%}}@media (min-width: 1366px){.babylon__engine{max-width:1280px;width:auto}}.babylon__engine__wrapper{width:100%;height:100%;background-color:var(--cl_engine-bg-dark);position:relative}@media (max-width: 1023px){.babylon__engine__wrapper{overflow-y:auto}}.babylon__engine__header{width:100%;gap:15px;padding-bottom:65px}.babylon__engine__header--popup-open{padding-top:60px}.babylon__engine h4,.babylon__engine .subtitle{color:var(--cl_title-light);font-weight:400;text-align:center}.babylon__engine .subtitle{font-family:var(--font-text);font-size:15px;font-weight:300}.babylon__engine__form{height:100%;max-width:350px}@media (min-width: 540px){.babylon__engine__form{max-width:400px}}@media (max-width: 1023px){.babylon__engine__form{position:relative;padding-bottom:30px;left:50%;gap:20px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}}@media (min-width: 1024px){.babylon__engine__form{max-width:unset}}.babylon__engine__input{border:none;background:transparent;color:var(--cl_engine-text);font-size:14px}@media (min-width: 1024px){.babylon__engine__input{max-width:160px}}.babylon__engine__input::placeholder{color:var(--cl_engine-text);font-size:18px;font-family:var(--font-text);font-weight:400;line-height:35px}.babylon__engine__input--wrapper{max-width:350px;width:100%;background-color:var(--cl_title-light);border-radius:5px;height:60px;padding:19px 75px 18px 46px;position:relative}.babylon__engine__input--wrapper:nth-child(2){cursor:pointer}@media (min-width: 540px){.babylon__engine__input--wrapper{max-width:400px}}@media (min-width: 1024px){.babylon__engine__input--wrapper{background:none;max-width:calc(100% - 30px);padding:0 30px;height:40px}.babylon__engine__input--wrapper:first-of-type{cursor:pointer}.babylon__engine__input--wrapper:not(.promo-code):after{content:\"\";width:1px;height:30px;background-color:var(--cl_engine-text);opacity:.1;position:absolute;right:0}}@media (max-width: 1023px){.babylon__engine__input__title{width:max-content}}.babylon__engine__close{position:absolute;right:20px;top:20px;z-index:1;transform:rotate(-45deg)}@media (min-width: 1024px){.babylon__engine__close{right:70px;top:70px}}.babylon__engine .babylon__engine__datepicker{font-size:18px;font-family:var(--font-text);color:var(--cl_engine-text);height:max-content;background-color:transparent;max-width:200px}@media (min-width: 1024px){.babylon__engine .babylon__engine__datepicker{margin-right:10px}}@media (max-width: 1023px){.babylon__engine .babylon__engine__datepicker{width:88px}}.babylon__engine .babylon__engine__datepicker--wrapper{position:relative;cursor:pointer;max-width:350px}@media (min-width: 540px){.babylon__engine .babylon__engine__datepicker--wrapper{max-width:400px}}@media (max-width: 1023px){.babylon__engine .babylon__engine__datepicker--wrapper{background-color:var(--cl_title-light);border-radius:5px;width:100%;height:60px;padding:19px 75px 18px 46px}}@media (min-width: 1024px){.babylon__engine .babylon__engine__datepicker--wrapper{max-width:calc(100% - 30px);padding-right:30px;height:max-content}.babylon__engine .babylon__engine__datepicker--wrapper:after{content:\"\";width:1px;height:30px;background-color:var(--cl_engine-text);opacity:.1;position:absolute;right:0}}.babylon__engine .babylon__engine__datepicker__icon{position:absolute;right:21px;font-size:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.babylon__engine .babylon__engine__datepicker__icon--left{position:absolute;left:21px;width:13px;border-bottom:1px solid var(--cl_engine-text);top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.babylon__engine .babylon__engine__datepicker--title{font-family:var(--font-text);color:var(--cl_engine-text);font-size:18px;width:100%;max-width:calc(100% - 88px)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext{border:none;background-color:transparent;font-family:var(--font-text);font-size:var(--cl-font-size-engine-text);letter-spacing:-.05rem;line-height:35px;border-radius:0;color:var(--cl_engine-text-nosticky);padding:0;-webkit-user-select:none;user-select:none;cursor:pointer;width:200px}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext{width:100%}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{font-family:var(--font-text);font-weight:400;line-height:35px;text-align:left;color:var(--cl_engine-text-nosticky);font-size:18px}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{color:var(--cl_engine-text-nosticky);font-size:18px}}@media (min-width: 1680px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{font-size:18px}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext:focus-visible{outline:none}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep span{width:100%}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{background-color:var(--cl_title-light);box-shadow:0 0 6px #cbcbcb80;padding:20px 25px;border-radius:var(--btn_radius);left:-40px!important;min-width:100svh}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{width:350px}}@media (max-width: 1279px) and (min-width: 540px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{max-width:400px}}@media (min-width: 1280px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{margin-top:-25px!important}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker *{color:var(--cl_engine-text);font-size:20px;font-family:var(--font-text)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-group-container{gap:20px 10svh}@media (max-width: 539px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-group-container{flex-direction:column}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-header{padding:1rem;background:var(--cl_background_dark);border-radius:var(--btn_radius)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-hidden-accessible{display:none}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-highlight{background-color:var(--cl_corp);color:var(--cl_title-light)}.babylon__engine .babylon__engine__datepicker ::ng-deep td>.p-element{padding:10px}.babylon__engine .babylon__engine__datepicker ::ng-deep th{padding:.7em .3em}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-link{border:none;background-color:transparent}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-title *{font-family:var(--font-text);font-size:16px;font-weight:700}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-month{text-transform:uppercase}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-title{pointer-events:none}.babylon__engine .babylon__engine__input ::ng-deep{border:none;color:var(--cl_engine-text-nosticky);line-height:35px}@media (max-width: 1279px){.babylon__engine .babylon__engine__input ::ng-deep{color:var(--cl_engine-text-nosticky)}}.babylon__engine .babylon__engine__input ::ng-deep::placeholder{line-height:35px;color:var(--cl_engine-text-nosticky)}@media (max-width: 1279px){.babylon__engine .babylon__engine__input ::ng-deep::placeholder{color:var(--cl_engine-text-nosticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext{border:none;color:var(--cl_engine-text-sticky);line-height:35px}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{line-height:35px;color:var(--cl_engine-text-sticky)}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-datepicker{margin-top:30px!important}.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep{border:none;color:var(--cl_engine-text-sticky);line-height:35px}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep::placeholder{line-height:35px;color:var(--cl_engine-text-sticky)}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep::placeholder{color:var(--cl_engine-text-sticky)}}.babylon__engine .icon-down{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #333;display:inline-block;margin:0 auto}.babylon__engine .btn{max-width:100%;padding:14px 20px;display:block;min-width:160px;white-space:nowrap}.babylon__engine .babylon-arrow-bottom{font-weight:700;position:absolute;right:23px}.babylon__engine .guests{cursor:pointer}.babylon__engine p-dialog ::ng-deep .p-dialog-header-icons{display:none}.babylon__engine div:not(.babylon__engine__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests{padding:0}.babylon__engine div:not(.babylon__engine__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests__dropdown--wrapper{height:60px}::ng-deep body:not(.header_sticky) .babylon__engine__datepicker .p-datepicker{margin-top:-30px!important}.babylon__engine__input--wrapper.hotels{position:relative}.babylon__engine__input--wrapper.hotels::ng-deep .p-dropdown{position:relative;width:100%;font-family:var(--font-text);color:var(--cl_engine-text);font-size:18px}.babylon__engine__input--wrapper.hotels::ng-deep .p-dropdown-trigger{display:none!important}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay{background:var(--cl_engine-bg);margin-top:6px;left:-21px!important;top:46px!important;width:calc(100% + 109px);border:none;border-radius:5px;border-top:0}@media (max-width: 539px){.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay{left:-206px!important;top:62px!important;width:calc(100% + 211px);margin-top:6px!important}}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul{display:flex;flex-direction:column}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem{width:100%;font-family:var(--font-text);color:var(--cl_engine-text);font-size:18px;padding-left:6px}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem:last-child li{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem li{padding:15px}.babylon__engine__input--wrapper.hotels::ng-deep .p-overlay ul p-dropdownitem li:focus-visible{outline:none}\n"] }]
|
|
165
165
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { datepicker: [{
|
|
166
166
|
type: ViewChild,
|
|
167
167
|
args: ['datepicker']
|
|
@@ -207,4 +207,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
207
207
|
}], hotelsPlaceholder: [{
|
|
208
208
|
type: Input
|
|
209
209
|
}] } });
|
|
210
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1lbmdpbmUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWVuZ2luZS9iYWJ5bG9uLWVuZ2luZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZW5naW5lL2JhYnlsb24tZW5naW5lLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQ0gsdUJBQXVCLEVBRXZCLFNBQVMsRUFDVCxZQUFZLEVBQ1osS0FBSyxFQUVMLE1BQU0sRUFDTixTQUFTLEdBQ1osTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNILFdBQVcsRUFDWCxTQUFTLEVBQ1QsV0FBVyxFQUNYLG1CQUFtQixFQUNuQixVQUFVLEdBQ2IsTUFBTSxnQkFBZ0IsQ0FBQztBQUN4QixPQUFPLEVBQVksY0FBYyxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDNUQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBSTlDLE9BQU8sRUFDSCwyQkFBMkIsR0FFOUIsTUFBTSx3REFBd0QsQ0FBQztBQUNoRSxPQUFPLEVBQUUsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUMxQyxPQUFPLEVBQVksY0FBYyxFQUFFLE1BQU0sa0JBQWtCLENBQUM7Ozs7Ozs7QUFrQjVELE1BQU0sT0FBTyxzQkFBc0I7SUE4Qy9CLFlBQW9CLEdBQXNCO1FBQXRCLFFBQUcsR0FBSCxHQUFHLENBQW1CO1FBekNoQyxVQUFLLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUMxQyxvQkFBZSxHQUFHLEVBQUUs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S0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csR0FBRztzQkFBWCxLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUUwQyxjQUFjO3NCQUE3RCxTQUFTO3VCQUFDLGdCQUFnQixFQUFFLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRTtnQkFDckMsV0FBVztzQkFBbkIsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csaUJBQWlCO3NCQUF6QixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gICAgQ29tcG9uZW50LFxuICAgIEV2ZW50RW1pdHRlcixcbiAgICBJbnB1dCxcbiAgICBPbkluaXQsXG4gICAgT3V0cHV0LFxuICAgIFZpZXdDaGlsZCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICAgIEZvcm1Db250cm9sLFxuICAgIEZvcm1Hcm91cCxcbiAgICBGb3Jtc01vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICAgIFZhbGlkYXRvcnMsXG59IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IENhbGVuZGFyLCBDYWxlbmRhck1vZHVsZSB9IGZyb20gJ3ByaW1lbmcvY2FsZW5kYXInO1xuaW1wb3J0IHsgRGlhbG9nTW9kdWxlIH0gZnJvbSAncHJpbWVuZy9kaWFsb2cnO1xuaW1wb3J0IHsgQmFieWxvbkJ1dHRvbkkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tYnV0dG9uLmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uR3Vlc3RzUG9wdXBJIH0gZnJvbSAnLi4vYmFieWxvbi1ndWVzdHMtcG9wdXAvYmFieWxvbi1ndWVzdHMtcG9wdXAuaW50ZXJmYWNlJztcbmltcG9ydCB7IEJhYnlsb25JbnB1dEkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24taW5wdXQuaW50ZXJmYWNlJztcbmltcG9ydCB7XG4gICAgQmFieWxvbkd1ZXN0c1BvcHVwQ29tcG9uZW50LFxuICAgIGd1ZXN0c1ZhbHVlLFxufSBmcm9tICcuLi9iYWJ5bG9uLWd1ZXN0cy1wb3B1cC9iYWJ5bG9uLWd1ZXN0cy1wb3B1cC5jb21wb25lbnQnO1xuaW1wb3J0IHsgU3ViamVjdCwgdGFrZVVudGlsIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBEcm9wZG93biwgRHJvcGRvd25Nb2R1bGUgfSBmcm9tICdwcmltZW5nL2Ryb3Bkb3duJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1lbmdpbmUnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW1xuICAgICAgICBGb3Jtc01vZHVsZSxcbiAgICAgICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgICAgICAgQ2FsZW5kYXJNb2R1bGUsXG4gICAgICAgIEJhYnlsb25HdWVzdHNQb3B1cENvbXBvbmVudCxcbiAgICAgICAgRGlhbG9nTW9kdWxlLFxuICAgICAgICBEcm9wZG93bk1vZHVsZSxcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgIF0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tZW5naW5lLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vYmFieWxvbi1lbmdpbmUuY29tcG9uZW50LnNjc3MnLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uRW5naW5lQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgICBAVmlld0NoaWxkKCdkYXRlcGlja2VyJykgZGF0ZXBpY2tlciE6IENhbGVuZGFyO1xuICAgIEBWaWV3Q2hpbGQoJ2RhdGVwaWNrZXJJbicpIGRhdGVwaWNrZXJJbiE6IENhbGVuZGFyO1xuICAgIEBWaWV3Q2hpbGQoJ2RhdGVwaWNrZXJPdXQnKSBkYXRlcGlja2VyT3V0ITogQ2FsZW5kYXI7XG4gICAgQElucHV0KCkgbW9kYWw/OiBib29sZWFuO1xuICAgIEBPdXRwdXQoKSBjbG9zZSA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIGRhdGVwaWNrZXJWYWx1ZSA9ICcnO1xuXG4gICAgQElucHV0KCkgZGF0ZXBpY2tlckRhdGE/OiBCYWJ5bG9uSW5wdXRJO1xuICAgIEBJbnB1dCgpIGd1ZXN0c0lucHV0PzogQmFieWxvbklucHV0STtcbiAgICBASW5wdXQoKSBwcm9tb0lucHV0PzogQmFieWxvbklucHV0STtcbiAgICBASW5wdXQoKSBndWVzdHM/OiBCYWJ5bG9uR3Vlc3RzUG9wdXBJO1xuICAgIEBJbnB1dCgpIGJ1dHRvbj86IEJhYnlsb25CdXR0b25JO1xuICAgIEBJbnB1dCgpIHRpdGxlPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHN1YnRpdGxlPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHVybD86IHN0cmluZztcbiAgICBASW5wdXQoKSBjb2RpZ28/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgbGFuZz86IHN0cmluZztcbiAgICBASW5wdXQoKSBnbFZhbHVlPzogc3RyaW5nO1xuXG4gICAgQFZpZXdDaGlsZCgnaG90ZWxzRHJvcGRvd24nLCB7IHN0YXRpYzogZmFsc2UgfSkgaG90ZWxzRHJvcGRvd24hOiBEcm9wZG93bjtcbiAgICBASW5wdXQoKSBob3RlbHNJbnB1dD86IEJhYnlsb25JbnB1dEk7XG4gICAgQElucHV0KCkgaG90ZWxzPzogQmFieWxvbkhvdGVsc0Ryb3Bkb3duSTtcbiAgICBASW5wdXQoKSBob3RlbHNQbGFjZWhvbGRlcj86IHN0cmluZztcbiAgICBob3RlbHNWYWx1ZTogYW55O1xuXG4gICAgZm9ybSA9IG5ldyBGb3JtR3JvdXAoe1xuICAgICAgICBob3RlbHM6IG5ldyBGb3JtQ29udHJvbCh1bmRlZmluZWQsIFtWYWxpZGF0b3JzLnJlcXVpcmVkXSksXG4gICAgICAgIGRhdGVzOiBuZXcgRm9ybUNvbnRyb2woJycsIFtWYWxpZGF0b3JzLnJlcXVpcmVkXSksXG4gICAgICAgIGd1ZXN0czogbmV3IEZvcm1Db250cm9sKCcnLCBbVmFsaWRhdG9ycy5yZXF1aXJlZF0pLFxuICAgICAgICBwcm9tbzogbmV3IEZvcm1Db250cm9sKCcnLCBbVmFsaWRhdG9ycy5yZXF1aXJlZF0pLFxuICAgIH0pO1xuXG4gICAgZ3Vlc3RzVmFsdWUgPSAnJztcbiAgICBndWVzdHNWYWx1ZVNlcGFyYXRlczogQmFieWxvbkd1ZXN0VmFsdWVJID0ge1xuICAgICAgICBhZHVsdHM6IDAsXG4gICAgICAgIGtpZHM6IHtcbiAgICAgICAgICAgIGNvZGU6IDAsXG4gICAgICAgICAgICBjb2RlQWdlczogW10sXG4gICAgICAgIH0sXG4gICAgICAgIGluZmFudHM6IDAsXG4gICAgfTtcbiAgICBzaG93aW5nR3Vlc3RzID0gZmFsc2U7XG4gICAgZ2VuZXJhdGVkVXJsOiBzdHJpbmcgPSAnJztcbiAgICBwcml2YXRlIHVuc3Vic2NyaWJlJCA9IG5ldyBTdWJqZWN0PHZvaWQ+KCk7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGNkcjogQ2hhbmdlRGV0ZWN0b3JSZWYpIHt9XG5cbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgIHRoaXMudXBkYXRlR2VuZXJhdGVkVXJsKCk7XG4gICAgICB0aGlzLmNkci5kZXRlY3RDaGFuZ2VzKCk7XG5cbiAgICAgIHRoaXMuZm9ybS52YWx1ZUNoYW5nZXNcbiAgICAgICAgICAucGlwZSh0YWtlVW50aWwodGhpcy51bnN1YnNjcmliZSQpKVxuICAgICAgICAgIC5zdWJzY3JpYmUoKCkgPT4ge1xuICAgICAgICAgICAgICB0aGlzLnVwZGF0ZUdlbmVyYXRlZFVybCgpO1xuICAgICAgICAgIH0pO1xuICAgICAgICB9XG5cbiAgICAvLyBvcGVuQ2FsZW5kYXIoKTogdm9pZCB7XG4gICAgLy8gICAgIHRoaXMuZGF0ZXBpY2tlci50b2dnbGUoKTtcbiAgICAvLyB9XG5cbiAgICAvLyBvcGVuQ2FsZW5kYXJJbigpOiB2b2lkIHtcbiAgICAvLyAgICAgdGhpcy5kYXRlcGlja2VySW4udG9nZ2xlKCk7XG4gICAgLy8gfVxuXG4gICAgLy8gb3BlbkNhbGVuZGFyT3V0KCk6IHZvaWQge1xuICAgIC8vICAgICB0aGlzLmRhdGVwaWNrZXJPdXQudG9nZ2xlKCk7XG4gICAgLy8gfVxuXG4gICAgdG9nZ2xlSG90ZWxzRHJvcGRvd24oKTogdm9pZCB7XG4gICAgICBpZiAodGhpcy5ob3RlbHNEcm9wZG93bikge1xuICAgICAgICAgIHRoaXMuaG90ZWxzRHJvcGRvd24uc2hvdygpO1xuICAgICAgfVxuICAgIH1cblxuICAgIGhhbmRsZURyb3Bkb3duQ2hhbmdlKGV2ZW50OiBhbnkpOiB2b2lkIHtcbiAgICAgIHRoaXMuaG90ZWxzVmFsdWUgPSBldmVudC52YWx1ZTtcbiAgICB9XG5cbiAgICB0b2dnbGVTaG93aW5nR3Vlc3RzKCk6IHZvaWQge1xuICAgICAgICB0aGlzLnNob3dpbmdHdWVzdHMgPSAhdGhpcy5zaG93aW5nR3Vlc3RzO1xuICAgIH1cblxuICAgIGd1ZXN0c0NoYW5nZShkYXRhOiBndWVzdHNWYWx1ZSkge1xuICAgICAgdGhpcy5ndWVzdHNWYWx1ZVNlcGFyYXRlcy5hZHVsdHMgPSBOdW1iZXIoZGF0YS5hZHVsdHNWYWx1ZT8uY29kZSk7XG4gICAgICB0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmtpZHMuY29kZSA9IE51bWJlcihkYXRhLmtpZHNWYWx1ZT8uY29kZSk7XG4gICAgICB0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmtpZHMuY29kZUFnZXMgPSBkYXRhLmtpZHNWYWx1ZT8uYWdlcz8ubWFwKFxuICAgICAgICAgIChhZ2U6IGFueSkgPT4gTnVtYmVyKGFnZS5jb2RlKVxuICAgICAgKTtcbiAgICAgIHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXMuaW5mYW50cyA9IE51bWJlcihkYXRhLmluZmFudHNWYWx1ZT8uY29kZSk7XG5cbiAgICAgIGNvbnN0IHRvdGFsR3Vlc3RzID1cbiAgICAgICAgICAoTnVtYmVyKGRhdGEuYWR1bHRzVmFsdWU/LmNvZGUpXG4gICAgICAgICAgICAgID8gTnVtYmVyKGRhdGEuYWR1bHRzVmFsdWU/LmNvZGUpXG4gICAgICAgICAgICAgIDogMCkgK1xuICAgICAgICAgIChOdW1iZXIoZGF0YS5raWRzVmFsdWU/LmNvZGUpID8gTnVtYmVyKGRhdGEua2lkc1ZhbHVlPy5jb2RlKSA6IDApICtcbiAgICAgICAgICAoTnVtYmVyKGRhdGEuaW5mYW50c1ZhbHVlPy5jb2RlKVxuICAgICAgICAgICAgICA/IE51bWJlcihkYXRhLmluZmFudHNWYWx1ZT8uY29kZSlcbiAgICAgICAgICAgICAgOiAwKTtcbiAgICAgIHRoaXMuZ3Vlc3RzVmFsdWUgPSB0b3RhbEd1ZXN0cy50b1N0cmluZygpO1xuXG4gICAgICB0aGlzLmZvcm0/LmdldCgnZ3Vlc3RzJyk/LnNldFZhbHVlKHRoaXMuZ3Vlc3RzVmFsdWUpO1xuXG4gICAgICB0aGlzLnRvZ2dsZVNob3dpbmdHdWVzdHMoKTtcbiAgICB9XG5cbiAgICBidG5DbGljayhlOiBFdmVudCk6IHZvaWQge1xuICAgICAgICBlLnByZXZlbnREZWZhdWx0KCk7XG4gICAgfVxuXG4gICAgY2xvc2VNb2RhbCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5jbG9zZS5lbWl0KHRoaXMuZm9ybS52YWx1ZSk7XG4gICAgfVxuXG4gICAgdXBkYXRlR2VuZXJhdGVkVXJsKCk6IHZvaWQge1xuICAgICAgaWYgKCF0aGlzLmZvcm0gfHwgIXRoaXMuYnV0dG9uPy51cmwpIHtcbiAgICAgICAgICB0aGlzLmdlbmVyYXRlZFVybCA9IHRoaXMuYnV0dG9uPy51cmwgfHwgJyc7XG4gICAgICAgICAgcmV0dXJuO1xuICAgICAgfVxuXG4gICAgICBjb25zdCBmb3JtVmFsdWVzID0gdGhpcy5mb3JtLnZhbHVlO1xuICAgICAgY29uc3QgcGFyYW1zID0gbmV3IFVSTFNlYXJjaFBhcmFtcygpO1xuXG4gICAgICBpZiAodGhpcy51cmwpIHtcbiAgICAgICAgICBjb25zdCBpc01vYmlsZSA9XG4gICAgICAgICAgICAgIC9Nb2JpfEFuZHJvaWR8aVBob25lfGlQYWR8aVBvZHxXaW5kb3dzIFBob25lL2kudGVzdChcbiAgICAgICAgICAgICAgICAgIG5hdmlnYXRvci51c2VyQWdlbnRcbiAgICAgICAgICAgICAgKTtcbiAgICAgICAgICBjb25zdCBhZmZpbGlhdGUgPSBgJHt0aGlzLmNvZGlnb31fJHt0aGlzLmxhbmd9XyR7XG4gICAgICAgICAgICAgIGlzTW9iaWxlID8gJ21vYmlsZScgOiAnUEMnXG4gICAgICAgICAgfWA7XG4gICAgICAgICAgcGFyYW1zLmFwcGVuZCgnYWZmaWxpYXRlJywgYWZmaWxpYXRlKTtcbiAgICAgIH1cblxuICAgICAgaWYgKEFycmF5LmlzQXJyYXkoZm9ybVZhbHVlcy5kYXRlcykgJiYgZm9ybVZhbHVlcy5kYXRlcy5sZW5ndGggPT09IDIpIHtcbiAgICAgICAgICBjb25zdCBbZGF0ZWluLCBkYXRlb3V0XSA9IGZvcm1WYWx1ZXMuZGF0ZXMubWFwKChkYXRlOiBzdHJpbmcpID0+XG4gICAgICAgICAgICAgIHRoaXMuZm9ybWF0RGF0ZShuZXcgRGF0ZShkYXRlKSlcbiAgICAgICAgICApO1xuICAgICAgICAgIHBhcmFtcy5hcHBlbmQoJ2RhdGVpbicsIGRhdGVpbik7XG4gICAgICAgICAgcGFyYW1zLmFwcGVuZCgnZGF0ZW91dCcsIGRhdGVvdXQpO1xuICAgICAgfVxuXG4gICAgICBpZiAodGhpcy5ndWVzdHNWYWx1ZVNlcGFyYXRlcy5hZHVsdHMpIHtcbiAgICAgICAgICBwYXJhbXMuYXBwZW5kKFxuICAgICAgICAgICAgICAnYWR1bHRvcycsXG4gICAgICAgICAgICAgIHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXMuYWR1bHRzLnRvU3RyaW5nKClcbiAgICAgICAgICApO1xuICAgICAgfVxuXG4gICAgICBpZiAodGhpcy5ndWVzdHNWYWx1ZVNlcGFyYXRlcy5raWRzLmNvZGUpIHtcbiAgICAgICAgcGFyYW1zLmFwcGVuZChcbiAgICAgICAgICAgICdjaGlsZHJlbicsXG4gICAgICAgICAgICB0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmtpZHMuY29kZS50b1N0cmluZygpXG4gICAgICAgICk7XG4gICAgICB9XG5cbiAgICAgIGlmICh0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmluZmFudHMpIHtcbiAgICAgICAgcGFyYW1zLmFwcGVuZChcbiAgICAgICAgICAgICdiYWJpZXMnLFxuICAgICAgICAgICAgdGhpcy5ndWVzdHNWYWx1ZVNlcGFyYXRlcy5pbmZhbnRzLnRvU3RyaW5nKClcbiAgICAgICAgKTtcbiAgICAgIH1cblxuICAgICAgdGhpcy5hcHBlbmRHdWVzdEFnZXMocGFyYW1zKTtcblxuICAgICAgaWYgKGZvcm1WYWx1ZXMucHJvbW8pIHtcbiAgICAgICAgICBwYXJhbXMuYXBwZW5kKCdwcm9tJywgZm9ybVZhbHVlcy5wcm9tbyk7XG4gICAgICAgICAgcGFyYW1zLmFwcGVuZCgncHJvbV9jbGVhbicsICcwJyk7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICAgIHBhcmFtcy5hcHBlbmQoJ3Byb21fY2xlYW4nLCAnMScpO1xuICAgICAgfVxuXG4gICAgICBpZiAodGhpcy5nbFZhbHVlKSBwYXJhbXMuYXBwZW5kKCdfZ2wnLCB0aGlzLmdsVmFsdWUpO1xuXG4gICAgICBpZihmb3JtVmFsdWVzLmhvdGVscyl7XG4gICAgICAgIHRoaXMuZ2VuZXJhdGVkVXJsID0gYCR7dGhpcy5ob3RlbHNWYWx1ZT8udXJsfT8ke3BhcmFtcy50b1N0cmluZygpfWA7XG4gICAgICB9IGVsc2V7XG4gICAgICAgIHRoaXMuZ2VuZXJhdGVkVXJsID0gYCR7dGhpcy5idXR0b24/LnVybH0/JHtwYXJhbXMudG9TdHJpbmcoKX1gO1xuICAgICAgfVxuICB9XG5cbiAgcHJpdmF0ZSBhcHBlbmRHdWVzdEFnZXMocGFyYW1zOiBVUkxTZWFyY2hQYXJhbXMpOiB2b2lkIHtcbiAgICBjb25zdCB7IGluZmFudHMsIGtpZHMgfSA9IHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXM7XG5cbiAgICBpZiAoaW5mYW50cykge1xuICAgICAgICBBcnJheS5mcm9tKHsgbGVuZ3RoOiBpbmZhbnRzIH0pLmZvckVhY2goKCkgPT5cbiAgICAgICAgICAgIHBhcmFtcy5hcHBlbmQoJ2d1ZXN0QWdlcycsICcwJylcbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICBpZiAoa2lkcz8uY29kZUFnZXM/Lmxlbmd0aCkge1xuICAgICAgICBraWRzLmNvZGVBZ2VzLmZvckVhY2goKGFnZSkgPT5cbiAgICAgICAgICAgIHBhcmFtcy5hcHBlbmQoJ2d1ZXN0QWdlcycsIGFnZS50b1N0cmluZygpKVxuICAgICAgICApO1xuICAgIH1cbiAgfVxuXG4gIHByaXZhdGUgZm9ybWF0RGF0ZShkYXRlOiBEYXRlKTogc3RyaW5nIHtcbiAgICByZXR1cm4gZGF0ZVxuICAgICAgICAudG9Mb2NhbGVEYXRlU3RyaW5nKCdlcy1FUycsIHtcbiAgICAgICAgICAgIGRheTogJzItZGlnaXQnLFxuICAgICAgICAgICAgbW9udGg6ICcyLWRpZ2l0JyxcbiAgICAgICAgICAgIHllYXI6ICdudW1lcmljJyxcbiAgICAgICAgfSlcbiAgICAgICAgLnJlcGxhY2UoL1xcLy9nLCAnLScpO1xufVxufVxuXG5leHBvcnQgaW50ZXJmYWNlIEJhYnlsb25Ib3RlbEkge1xuICBpZD86IHN0cmluZztcbiAgbmFtZT86IHN0cmluZztcbiAgdGlja2V0Pzogc3RyaW5nO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIEJhYnlsb25HdWVzdFZhbHVlSSB7XG4gIGFkdWx0czogbnVtYmVyO1xuICBraWRzOiB7XG4gICAgICBjb2RlPzogbnVtYmVyO1xuICAgICAgY29kZUFnZXM/OiBudW1iZXJbXTtcbiAgfTtcbiAgaW5mYW50czogbnVtYmVyO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIEJhYnlsb25Ib3RlbHNEcm9wZG93bkkge1xuICBwbGFjZWhvbGRlcj86IHN0cmluZztcbiAgb3B0aW9ucz86IEJhYnlsb25Ib3RlbERyb3Bkb3duT3B0aW9uW107XG4gIHRpdGxlPzogc3RyaW5nO1xuICBzbWFsbFRpdGxlPzogc3RyaW5nO1xuICBlcnJvcj86IHN0cmluZztcbn1cblxuZXhwb3J0IGludGVyZmFjZSBCYWJ5bG9uSG90ZWxEcm9wZG93bk9wdGlvbiB7XG4gIG5hbWU/OiBzdHJpbmc7XG4gIHRpY2tlcj86IHN0cmluZztcbiAgdXJsPzogc3RyaW5nO1xufVxuXG4iLCI8IS0tRGVza3RvcCBFbmdpbmUtLT5cbjxkaXYgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmUgYmdfd2hpdGVcIiBbbmdDbGFzc109XCJ7J2VuZ2luZV9fY2FkZW5hJzogaG90ZWxzfVwiPlxuICAgIDxmb3JtXG4gICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19mb3JtIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICBbZm9ybUdyb3VwXT1cImZvcm1cIlxuICAgID5cbiAgICAgIEBpZihob3RlbHNJbnB1dCAmJiBob3RlbHMgJiYgaG90ZWxzLm9wdGlvbnMgJiYgaG90ZWxzLm9wdGlvbnMubGVuZ3RoID4gMSkge1xuICAgICAgICA8ZGl2XG4gICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2VuZ2luZV9faW5wdXQtLXdyYXBwZXIgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlciBob3RlbHNcIlxuICAgICAgICA+XG4gICAgICAgIDxwLWRyb3Bkb3duXG4gICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2VuZ2luZV9faW5wdXRcIlxuICAgICAgICAgICAgW29wdGlvbnNdPVwiaG90ZWxzLm9wdGlvbnNcIlxuICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwiaG90ZWxzXCJcbiAgICAgICAgICAgIFtwbGFjZWhvbGRlcl09XCJob3RlbHNQbGFjZWhvbGRlclwiXG4gICAgICAgICAgICBvcHRpb25MYWJlbD1cIm5hbWVcIlxuICAgICAgICAgICAgKG9uQ2hhbmdlKT1cImhhbmRsZURyb3Bkb3duQ2hhbmdlKCRldmVudClcIlxuICAgICAgICAgICAgI2hvdGVsc0Ryb3Bkb3duXG4gICAgICAgID5cbiAgICAgICAgPC9wLWRyb3Bkb3duPlxuXG4gICAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1ib3R0b21cIlxuICAgICAgICAgICAgPjwvc3Bhbj5cbiAgICAgICAgPC9kaXY+XG4gICAgICB9XG4gICAgICAgIDxkaXZcbiAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19kYXRlcGlja2VyLS13cmFwcGVyIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlbiBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICA+XG4gICAgICAgICAgICA8cC1jYWxlbmRhclxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19kYXRlcGlja2VyXCJcbiAgICAgICAgICAgICAgICBbc2hvd090aGVyTW9udGhzXT1cImZhbHNlXCJcbiAgICAgICAgICAgICAgICBkYXRlRm9ybWF0PVwiZGQtbW0teXlcIlxuICAgICAgICAgICAgICAgIFsobmdNb2RlbCldPVwiZGF0ZXBpY2tlclZhbHVlXCJcbiAgICAgICAgICAgICAgICBzZWxlY3Rpb25Nb2RlPVwicmFuZ2VcIlxuICAgICAgICAgICAgICAgIFtudW1iZXJPZk1vbnRoc109XCIyXCJcbiAgICAgICAgICAgICAgICBbcGxhY2Vob2xkZXJdPVwiZGF0ZXBpY2tlckRhdGE/LnBsYWNlaG9sZGVyXCJcbiAgICAgICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJkYXRlc1wiXG4gICAgICAgICAgICAgICAgI2RhdGVwaWNrZXJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgIDwvcC1jYWxlbmRhcj5cblxuICAgICAgICAgICAgPHNwYW5cbiAgICAgICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2VuZ2luZV9fZGF0ZXBpY2tlci0taWNvbiBiYWJ5bG9uLWFycm93LWJvdHRvbVwiXG4gICAgICAgICAgICA+PC9zcGFuPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdlxuICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVfX2lucHV0LS13cmFwcGVyIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICAgICAgKGNsaWNrKT1cInRvZ2dsZVNob3dpbmdHdWVzdHMoKVwiXG4gICAgICAgID5cbiAgICAgICAgICAgIDxpbnB1dFxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19pbnB1dFwiXG4gICAgICAgICAgICAgICAgdHlwZT1cInRleHRcIlxuICAgICAgICAgICAgICAgIFtwbGFjZWhvbGRlcl09XCJndWVzdHNJbnB1dD8ucGxhY2Vob2xkZXJcIlxuICAgICAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cImd1ZXN0c1wiXG4gICAgICAgICAgICAvPlxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LWJvdHRvbVwiPjwvc3Bhbj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxwLWRpYWxvZyBjbGFzcz1cImJhYnlsb25fX2VuZ2luZV9fZGlhbG9nXCIgWyh2aXNpYmxlKV09XCJzaG93aW5nR3Vlc3RzXCI+XG4gICAgICAgICAgICA8bGliLWJhYnlsb24tZ3Vlc3RzLXBvcHVwXG4gICAgICAgICAgICAgICAgW2FkdWx0c0Ryb3Bkb3duXT1cImd1ZXN0cz8uYWR1bHRzRHJvcGRvd25cIlxuICAgICAgICAgICAgICAgIFthZ2VzRHJvcGRvd25dPVwiZ3Vlc3RzPy5hZ2VzRHJvcGRvd25cIlxuICAgICAgICAgICAgICAgIFthZ2VzTGFiZWxdPVwiZ3Vlc3RzPy5hZ2VzTGFiZWxcIlxuICAgICAgICAgICAgICAgIFtiYWJpZXNEcm9wZG93bl09XCJndWVzdHM/LmJhYmllc0Ryb3Bkb3duXCJcbiAgICAgICAgICAgICAgICBba2lkc0Ryb3Bkb3duXT1cImd1ZXN0cz8ua2lkc0Ryb3Bkb3duXCJcbiAgICAgICAgICAgICAgICBba2lkc0Ryb3Bkb3duXT1cImd1ZXN0cz8ua2lkc0Ryb3Bkb3duXCJcbiAgICAgICAgICAgICAgICBbYnRuXT1cImd1ZXN0cz8uYnRuXCJcbiAgICAgICAgICAgICAgICAoYXBwbHkpPVwiZ3Vlc3RzQ2hhbmdlKCRldmVudClcIlxuICAgICAgICAgICAgPjwvbGliLWJhYnlsb24tZ3Vlc3RzLXBvcHVwPlxuICAgICAgICA8L3AtZGlhbG9nPlxuICAgICAgICA8ZGl2XG4gICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2VuZ2luZV9faW5wdXQtLXdyYXBwZXIgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlciBwcm9tby1jb2RlXCJcbiAgICAgICAgPlxuICAgICAgICAgICAgPGlucHV0XG4gICAgICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVfX2lucHV0XCJcbiAgICAgICAgICAgICAgICB0eXBlPVwidGV4dFwiXG4gICAgICAgICAgICAgICAgW3BsYWNlaG9sZGVyXT1cInByb21vSW5wdXQ/LnBsYWNlaG9sZGVyXCJcbiAgICAgICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJwcm9tb1wiXG4gICAgICAgICAgICAvPlxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLXRhZ1wiPjwvc3Bhbj5cbiAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgQGlmIChidXR0b24pIHtcbiAgICAgICAgICA8YVxuICAgICAgICAgICAgICBbaHJlZl09XCJnZW5lcmF0ZWRVcmxcIlxuICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIlxuICAgICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJidG4gYnRuX2NhbGxcIlxuICAgICAgICAgICAgICBpZD1cImJ0bi1zdWJtaXRcIlxuICAgICAgICAgID5cbiAgICAgICAgICAgICAge3sgYnV0dG9uLmxhYmVsIH19XG4gICAgICAgICAgPC9hPlxuICAgICAgfVxuICAgIDwvZm9ybT5cbjwvZGl2PlxuIl19
|
|
210
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1lbmdpbmUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWVuZ2luZS9iYWJ5bG9uLWVuZ2luZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZW5naW5lL2JhYnlsb24tZW5naW5lLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQ0gsdUJBQXVCLEVBRXZCLFNBQVMsRUFDVCxZQUFZLEVBQ1osS0FBSyxFQUVMLE1BQU0sRUFDTixTQUFTLEdBQ1osTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNILFdBQVcsRUFDWCxTQUFTLEVBQ1QsV0FBVyxFQUNYLG1CQUFtQixFQUNuQixVQUFVLEdBQ2IsTUFBTSxnQkFBZ0IsQ0FBQztBQUN4QixPQUFPLEVBQVksY0FBYyxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDNUQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBSTlDLE9BQU8sRUFDSCwyQkFBMkIsR0FFOUIsTUFBTSx3REFBd0QsQ0FBQztBQUNoRSxPQUFPLEVBQUUsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUMxQyxPQUFPLEVBQVksY0FBYyxFQUFFLE1BQU0sa0JBQWtCLENBQUM7Ozs7Ozs7QUFrQjVELE1BQU0sT0FBTyxzQkFBc0I7SUE4Qy9CLFlBQW9CLEdBQXNCO1FBQXRCLFFBQUcsR0FBSCxHQUFHLENBQW1CO1FBekNoQyxVQUFLLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUMxQyxvQkFBZSxHQUFHLEVBQUUs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S0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csR0FBRztzQkFBWCxLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUUwQyxjQUFjO3NCQUE3RCxTQUFTO3VCQUFDLGdCQUFnQixFQUFFLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRTtnQkFDckMsV0FBVztzQkFBbkIsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csaUJBQWlCO3NCQUF6QixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gICAgQ29tcG9uZW50LFxuICAgIEV2ZW50RW1pdHRlcixcbiAgICBJbnB1dCxcbiAgICBPbkluaXQsXG4gICAgT3V0cHV0LFxuICAgIFZpZXdDaGlsZCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICAgIEZvcm1Db250cm9sLFxuICAgIEZvcm1Hcm91cCxcbiAgICBGb3Jtc01vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICAgIFZhbGlkYXRvcnMsXG59IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IENhbGVuZGFyLCBDYWxlbmRhck1vZHVsZSB9IGZyb20gJ3ByaW1lbmcvY2FsZW5kYXInO1xuaW1wb3J0IHsgRGlhbG9nTW9kdWxlIH0gZnJvbSAncHJpbWVuZy9kaWFsb2cnO1xuaW1wb3J0IHsgQmFieWxvbkJ1dHRvbkkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tYnV0dG9uLmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uR3Vlc3RzUG9wdXBJIH0gZnJvbSAnLi4vYmFieWxvbi1ndWVzdHMtcG9wdXAvYmFieWxvbi1ndWVzdHMtcG9wdXAuaW50ZXJmYWNlJztcbmltcG9ydCB7IEJhYnlsb25JbnB1dEkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24taW5wdXQuaW50ZXJmYWNlJztcbmltcG9ydCB7XG4gICAgQmFieWxvbkd1ZXN0c1BvcHVwQ29tcG9uZW50LFxuICAgIGd1ZXN0c1ZhbHVlLFxufSBmcm9tICcuLi9iYWJ5bG9uLWd1ZXN0cy1wb3B1cC9iYWJ5bG9uLWd1ZXN0cy1wb3B1cC5jb21wb25lbnQnO1xuaW1wb3J0IHsgU3ViamVjdCwgdGFrZVVudGlsIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBEcm9wZG93biwgRHJvcGRvd25Nb2R1bGUgfSBmcm9tICdwcmltZW5nL2Ryb3Bkb3duJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1lbmdpbmUnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW1xuICAgICAgICBGb3Jtc01vZHVsZSxcbiAgICAgICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgICAgICAgQ2FsZW5kYXJNb2R1bGUsXG4gICAgICAgIEJhYnlsb25HdWVzdHNQb3B1cENvbXBvbmVudCxcbiAgICAgICAgRGlhbG9nTW9kdWxlLFxuICAgICAgICBEcm9wZG93bk1vZHVsZSxcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgIF0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tZW5naW5lLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vYmFieWxvbi1lbmdpbmUuY29tcG9uZW50LnNjc3MnLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uRW5naW5lQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgICBAVmlld0NoaWxkKCdkYXRlcGlja2VyJykgZGF0ZXBpY2tlciE6IENhbGVuZGFyO1xuICAgIEBWaWV3Q2hpbGQoJ2RhdGVwaWNrZXJJbicpIGRhdGVwaWNrZXJJbiE6IENhbGVuZGFyO1xuICAgIEBWaWV3Q2hpbGQoJ2RhdGVwaWNrZXJPdXQnKSBkYXRlcGlja2VyT3V0ITogQ2FsZW5kYXI7XG4gICAgQElucHV0KCkgbW9kYWw/OiBib29sZWFuO1xuICAgIEBPdXRwdXQoKSBjbG9zZSA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICAgIGRhdGVwaWNrZXJWYWx1ZSA9ICcnO1xuXG4gICAgQElucHV0KCkgZGF0ZXBpY2tlckRhdGE/OiBCYWJ5bG9uSW5wdXRJO1xuICAgIEBJbnB1dCgpIGd1ZXN0c0lucHV0PzogQmFieWxvbklucHV0STtcbiAgICBASW5wdXQoKSBwcm9tb0lucHV0PzogQmFieWxvbklucHV0STtcbiAgICBASW5wdXQoKSBndWVzdHM/OiBCYWJ5bG9uR3Vlc3RzUG9wdXBJO1xuICAgIEBJbnB1dCgpIGJ1dHRvbj86IEJhYnlsb25CdXR0b25JO1xuICAgIEBJbnB1dCgpIHRpdGxlPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHN1YnRpdGxlPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHVybD86IHN0cmluZztcbiAgICBASW5wdXQoKSBjb2RpZ28/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgbGFuZz86IHN0cmluZztcbiAgICBASW5wdXQoKSBnbFZhbHVlPzogc3RyaW5nO1xuXG4gICAgQFZpZXdDaGlsZCgnaG90ZWxzRHJvcGRvd24nLCB7IHN0YXRpYzogZmFsc2UgfSkgaG90ZWxzRHJvcGRvd24hOiBEcm9wZG93bjtcbiAgICBASW5wdXQoKSBob3RlbHNJbnB1dD86IEJhYnlsb25JbnB1dEk7XG4gICAgQElucHV0KCkgaG90ZWxzPzogQmFieWxvbkhvdGVsc0Ryb3Bkb3duSTtcbiAgICBASW5wdXQoKSBob3RlbHNQbGFjZWhvbGRlcj86IHN0cmluZztcbiAgICBob3RlbHNWYWx1ZTogYW55O1xuXG4gICAgZm9ybSA9IG5ldyBGb3JtR3JvdXAoe1xuICAgICAgICBob3RlbHM6IG5ldyBGb3JtQ29udHJvbCh1bmRlZmluZWQsIFtWYWxpZGF0b3JzLnJlcXVpcmVkXSksXG4gICAgICAgIGRhdGVzOiBuZXcgRm9ybUNvbnRyb2woJycsIFtWYWxpZGF0b3JzLnJlcXVpcmVkXSksXG4gICAgICAgIGd1ZXN0czogbmV3IEZvcm1Db250cm9sKCcnLCBbVmFsaWRhdG9ycy5yZXF1aXJlZF0pLFxuICAgICAgICBwcm9tbzogbmV3IEZvcm1Db250cm9sKCcnLCBbVmFsaWRhdG9ycy5yZXF1aXJlZF0pLFxuICAgIH0pO1xuXG4gICAgZ3Vlc3RzVmFsdWUgPSAnJztcbiAgICBndWVzdHNWYWx1ZVNlcGFyYXRlczogQmFieWxvbkd1ZXN0VmFsdWVJID0ge1xuICAgICAgICBhZHVsdHM6IDAsXG4gICAgICAgIGtpZHM6IHtcbiAgICAgICAgICAgIGNvZGU6IDAsXG4gICAgICAgICAgICBjb2RlQWdlczogW10sXG4gICAgICAgIH0sXG4gICAgICAgIGluZmFudHM6IDAsXG4gICAgfTtcbiAgICBzaG93aW5nR3Vlc3RzID0gZmFsc2U7XG4gICAgZ2VuZXJhdGVkVXJsOiBzdHJpbmcgPSAnJztcbiAgICBwcml2YXRlIHVuc3Vic2NyaWJlJCA9IG5ldyBTdWJqZWN0PHZvaWQ+KCk7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGNkcjogQ2hhbmdlRGV0ZWN0b3JSZWYpIHt9XG5cbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgIHRoaXMudXBkYXRlR2VuZXJhdGVkVXJsKCk7XG4gICAgICB0aGlzLmNkci5kZXRlY3RDaGFuZ2VzKCk7XG5cbiAgICAgIHRoaXMuZm9ybS52YWx1ZUNoYW5nZXNcbiAgICAgICAgICAucGlwZSh0YWtlVW50aWwodGhpcy51bnN1YnNjcmliZSQpKVxuICAgICAgICAgIC5zdWJzY3JpYmUoKCkgPT4ge1xuICAgICAgICAgICAgICB0aGlzLnVwZGF0ZUdlbmVyYXRlZFVybCgpO1xuICAgICAgICAgIH0pO1xuICAgICAgICB9XG5cbiAgICAvLyBvcGVuQ2FsZW5kYXIoKTogdm9pZCB7XG4gICAgLy8gICAgIHRoaXMuZGF0ZXBpY2tlci50b2dnbGUoKTtcbiAgICAvLyB9XG5cbiAgICAvLyBvcGVuQ2FsZW5kYXJJbigpOiB2b2lkIHtcbiAgICAvLyAgICAgdGhpcy5kYXRlcGlja2VySW4udG9nZ2xlKCk7XG4gICAgLy8gfVxuXG4gICAgLy8gb3BlbkNhbGVuZGFyT3V0KCk6IHZvaWQge1xuICAgIC8vICAgICB0aGlzLmRhdGVwaWNrZXJPdXQudG9nZ2xlKCk7XG4gICAgLy8gfVxuXG4gICAgdG9nZ2xlSG90ZWxzRHJvcGRvd24oKTogdm9pZCB7XG4gICAgICBpZiAodGhpcy5ob3RlbHNEcm9wZG93bikge1xuICAgICAgICAgIHRoaXMuaG90ZWxzRHJvcGRvd24uc2hvdygpO1xuICAgICAgfVxuICAgIH1cblxuICAgIGhhbmRsZURyb3Bkb3duQ2hhbmdlKGV2ZW50OiBhbnkpOiB2b2lkIHtcbiAgICAgIHRoaXMuaG90ZWxzVmFsdWUgPSBldmVudC52YWx1ZTtcbiAgICB9XG5cbiAgICB0b2dnbGVTaG93aW5nR3Vlc3RzKCk6IHZvaWQge1xuICAgICAgICB0aGlzLnNob3dpbmdHdWVzdHMgPSAhdGhpcy5zaG93aW5nR3Vlc3RzO1xuICAgIH1cblxuICAgIGd1ZXN0c0NoYW5nZShkYXRhOiBndWVzdHNWYWx1ZSkge1xuICAgICAgdGhpcy5ndWVzdHNWYWx1ZVNlcGFyYXRlcy5hZHVsdHMgPSBOdW1iZXIoZGF0YS5hZHVsdHNWYWx1ZT8uY29kZSk7XG4gICAgICB0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmtpZHMuY29kZSA9IE51bWJlcihkYXRhLmtpZHNWYWx1ZT8uY29kZSk7XG4gICAgICB0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmtpZHMuY29kZUFnZXMgPSBkYXRhLmtpZHNWYWx1ZT8uYWdlcz8ubWFwKFxuICAgICAgICAgIChhZ2U6IGFueSkgPT4gTnVtYmVyKGFnZS5jb2RlKVxuICAgICAgKTtcbiAgICAgIHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXMuaW5mYW50cyA9IE51bWJlcihkYXRhLmluZmFudHNWYWx1ZT8uY29kZSk7XG5cbiAgICAgIGNvbnN0IHRvdGFsR3Vlc3RzID1cbiAgICAgICAgICAoTnVtYmVyKGRhdGEuYWR1bHRzVmFsdWU/LmNvZGUpXG4gICAgICAgICAgICAgID8gTnVtYmVyKGRhdGEuYWR1bHRzVmFsdWU/LmNvZGUpXG4gICAgICAgICAgICAgIDogMCkgK1xuICAgICAgICAgIChOdW1iZXIoZGF0YS5raWRzVmFsdWU/LmNvZGUpID8gTnVtYmVyKGRhdGEua2lkc1ZhbHVlPy5jb2RlKSA6IDApICtcbiAgICAgICAgICAoTnVtYmVyKGRhdGEuaW5mYW50c1ZhbHVlPy5jb2RlKVxuICAgICAgICAgICAgICA/IE51bWJlcihkYXRhLmluZmFudHNWYWx1ZT8uY29kZSlcbiAgICAgICAgICAgICAgOiAwKTtcbiAgICAgIHRoaXMuZ3Vlc3RzVmFsdWUgPSB0b3RhbEd1ZXN0cy50b1N0cmluZygpO1xuXG4gICAgICB0aGlzLmZvcm0/LmdldCgnZ3Vlc3RzJyk/LnNldFZhbHVlKHRoaXMuZ3Vlc3RzVmFsdWUpO1xuXG4gICAgICB0aGlzLnRvZ2dsZVNob3dpbmdHdWVzdHMoKTtcbiAgICB9XG5cbiAgICBidG5DbGljayhlOiBFdmVudCk6IHZvaWQge1xuICAgICAgICBlLnByZXZlbnREZWZhdWx0KCk7XG4gICAgfVxuXG4gICAgY2xvc2VNb2RhbCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5jbG9zZS5lbWl0KHRoaXMuZm9ybS52YWx1ZSk7XG4gICAgfVxuXG4gICAgdXBkYXRlR2VuZXJhdGVkVXJsKCk6IHZvaWQge1xuICAgICAgaWYgKCF0aGlzLmZvcm0gfHwgIXRoaXMuYnV0dG9uPy51cmwpIHtcbiAgICAgICAgICB0aGlzLmdlbmVyYXRlZFVybCA9IHRoaXMuYnV0dG9uPy51cmwgfHwgJyc7XG4gICAgICAgICAgcmV0dXJuO1xuICAgICAgfVxuXG4gICAgICBjb25zdCBmb3JtVmFsdWVzID0gdGhpcy5mb3JtLnZhbHVlO1xuICAgICAgY29uc3QgcGFyYW1zID0gbmV3IFVSTFNlYXJjaFBhcmFtcygpO1xuXG4gICAgICBpZiAodGhpcy51cmwpIHtcbiAgICAgICAgICBjb25zdCBpc01vYmlsZSA9XG4gICAgICAgICAgICAgIC9Nb2JpfEFuZHJvaWR8aVBob25lfGlQYWR8aVBvZHxXaW5kb3dzIFBob25lL2kudGVzdChcbiAgICAgICAgICAgICAgICAgIG5hdmlnYXRvci51c2VyQWdlbnRcbiAgICAgICAgICAgICAgKTtcbiAgICAgICAgICBjb25zdCBhZmZpbGlhdGUgPSBgJHt0aGlzLmNvZGlnb31fJHt0aGlzLmxhbmd9XyR7XG4gICAgICAgICAgICAgIGlzTW9iaWxlID8gJ21vYmlsZScgOiAnUEMnXG4gICAgICAgICAgfWA7XG4gICAgICAgICAgcGFyYW1zLmFwcGVuZCgnYWZmaWxpYXRlJywgYWZmaWxpYXRlKTtcbiAgICAgIH1cblxuICAgICAgaWYgKEFycmF5LmlzQXJyYXkoZm9ybVZhbHVlcy5kYXRlcykgJiYgZm9ybVZhbHVlcy5kYXRlcy5sZW5ndGggPT09IDIpIHtcbiAgICAgICAgICBjb25zdCBbZGF0ZWluLCBkYXRlb3V0XSA9IGZvcm1WYWx1ZXMuZGF0ZXMubWFwKChkYXRlOiBzdHJpbmcpID0+XG4gICAgICAgICAgICAgIHRoaXMuZm9ybWF0RGF0ZShuZXcgRGF0ZShkYXRlKSlcbiAgICAgICAgICApO1xuICAgICAgICAgIHBhcmFtcy5hcHBlbmQoJ2RhdGVpbicsIGRhdGVpbik7XG4gICAgICAgICAgcGFyYW1zLmFwcGVuZCgnZGF0ZW91dCcsIGRhdGVvdXQpO1xuICAgICAgfVxuXG4gICAgICBpZiAodGhpcy5ndWVzdHNWYWx1ZVNlcGFyYXRlcy5hZHVsdHMpIHtcbiAgICAgICAgICBwYXJhbXMuYXBwZW5kKFxuICAgICAgICAgICAgICAnYWR1bHRvcycsXG4gICAgICAgICAgICAgIHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXMuYWR1bHRzLnRvU3RyaW5nKClcbiAgICAgICAgICApO1xuICAgICAgfVxuXG4gICAgICBpZiAodGhpcy5ndWVzdHNWYWx1ZVNlcGFyYXRlcy5raWRzLmNvZGUpIHtcbiAgICAgICAgcGFyYW1zLmFwcGVuZChcbiAgICAgICAgICAgICdjaGlsZHJlbicsXG4gICAgICAgICAgICB0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmtpZHMuY29kZS50b1N0cmluZygpXG4gICAgICAgICk7XG4gICAgICB9XG5cbiAgICAgIGlmICh0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmluZmFudHMpIHtcbiAgICAgICAgcGFyYW1zLmFwcGVuZChcbiAgICAgICAgICAgICdiYWJpZXMnLFxuICAgICAgICAgICAgdGhpcy5ndWVzdHNWYWx1ZVNlcGFyYXRlcy5pbmZhbnRzLnRvU3RyaW5nKClcbiAgICAgICAgKTtcbiAgICAgIH1cblxuICAgICAgdGhpcy5hcHBlbmRHdWVzdEFnZXMocGFyYW1zKTtcblxuICAgICAgaWYgKGZvcm1WYWx1ZXMucHJvbW8pIHtcbiAgICAgICAgICBwYXJhbXMuYXBwZW5kKCdwcm9tJywgZm9ybVZhbHVlcy5wcm9tbyk7XG4gICAgICAgICAgcGFyYW1zLmFwcGVuZCgncHJvbV9jbGVhbicsICcwJyk7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICAgIHBhcmFtcy5hcHBlbmQoJ3Byb21fY2xlYW4nLCAnMScpO1xuICAgICAgfVxuXG4gICAgICBpZiAodGhpcy5nbFZhbHVlKSBwYXJhbXMuYXBwZW5kKCdfZ2wnLCB0aGlzLmdsVmFsdWUpO1xuXG4gICAgICBpZihmb3JtVmFsdWVzLmhvdGVscyl7XG4gICAgICAgIHRoaXMuZ2VuZXJhdGVkVXJsID0gYCR7dGhpcy5ob3RlbHNWYWx1ZT8udXJsfT8ke3BhcmFtcy50b1N0cmluZygpfWA7XG4gICAgICB9IGVsc2V7XG4gICAgICAgIHRoaXMuZ2VuZXJhdGVkVXJsID0gYCR7dGhpcy5idXR0b24/LnVybH0/JHtwYXJhbXMudG9TdHJpbmcoKX1gO1xuICAgICAgfVxuICB9XG5cbiAgcHJpdmF0ZSBhcHBlbmRHdWVzdEFnZXMocGFyYW1zOiBVUkxTZWFyY2hQYXJhbXMpOiB2b2lkIHtcbiAgICBjb25zdCB7IGluZmFudHMsIGtpZHMgfSA9IHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXM7XG5cbiAgICBpZiAoaW5mYW50cykge1xuICAgICAgICBBcnJheS5mcm9tKHsgbGVuZ3RoOiBpbmZhbnRzIH0pLmZvckVhY2goKCkgPT5cbiAgICAgICAgICAgIHBhcmFtcy5hcHBlbmQoJ2d1ZXN0QWdlcycsICcwJylcbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICBpZiAoa2lkcz8uY29kZUFnZXM/Lmxlbmd0aCkge1xuICAgICAgICBraWRzLmNvZGVBZ2VzLmZvckVhY2goKGFnZSkgPT5cbiAgICAgICAgICAgIHBhcmFtcy5hcHBlbmQoJ2d1ZXN0QWdlcycsIGFnZS50b1N0cmluZygpKVxuICAgICAgICApO1xuICAgIH1cbiAgfVxuXG4gIHByaXZhdGUgZm9ybWF0RGF0ZShkYXRlOiBEYXRlKTogc3RyaW5nIHtcbiAgICByZXR1cm4gZGF0ZVxuICAgICAgICAudG9Mb2NhbGVEYXRlU3RyaW5nKCdlcy1FUycsIHtcbiAgICAgICAgICAgIGRheTogJzItZGlnaXQnLFxuICAgICAgICAgICAgbW9udGg6ICcyLWRpZ2l0JyxcbiAgICAgICAgICAgIHllYXI6ICdudW1lcmljJyxcbiAgICAgICAgfSlcbiAgICAgICAgLnJlcGxhY2UoL1xcLy9nLCAnLScpO1xufVxufVxuXG5leHBvcnQgaW50ZXJmYWNlIEJhYnlsb25Ib3RlbEkge1xuICBpZD86IHN0cmluZztcbiAgbmFtZT86IHN0cmluZztcbiAgdGlja2V0Pzogc3RyaW5nO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIEJhYnlsb25HdWVzdFZhbHVlSSB7XG4gIGFkdWx0czogbnVtYmVyO1xuICBraWRzOiB7XG4gICAgICBjb2RlPzogbnVtYmVyO1xuICAgICAgY29kZUFnZXM/OiBudW1iZXJbXTtcbiAgfTtcbiAgaW5mYW50czogbnVtYmVyO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIEJhYnlsb25Ib3RlbHNEcm9wZG93bkkge1xuICBwbGFjZWhvbGRlcj86IHN0cmluZztcbiAgb3B0aW9ucz86IEJhYnlsb25Ib3RlbERyb3Bkb3duT3B0aW9uW107XG4gIHRpdGxlPzogc3RyaW5nO1xuICBzbWFsbFRpdGxlPzogc3RyaW5nO1xuICBlcnJvcj86IHN0cmluZztcbn1cblxuZXhwb3J0IGludGVyZmFjZSBCYWJ5bG9uSG90ZWxEcm9wZG93bk9wdGlvbiB7XG4gIG5hbWU/OiBzdHJpbmc7XG4gIHRpY2tlcj86IHN0cmluZztcbiAgdXJsPzogc3RyaW5nO1xufVxuXG4iLCI8IS0tRGVza3RvcCBFbmdpbmUtLT5cbjxkaXYgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmUgYmdfd2hpdGVcIiBbbmdDbGFzc109XCJ7J2VuZ2luZV9fY2FkZW5hJzogaG90ZWxzfVwiPlxuICAgIDxmb3JtXG4gICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19mb3JtIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICBbZm9ybUdyb3VwXT1cImZvcm1cIlxuICAgID5cbiAgICAgIEBpZihob3RlbHNJbnB1dCAmJiBob3RlbHMgJiYgaG90ZWxzLm9wdGlvbnMgJiYgaG90ZWxzLm9wdGlvbnMubGVuZ3RoID4gMSkge1xuICAgICAgICA8ZGl2XG4gICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2VuZ2luZV9faW5wdXQtLXdyYXBwZXIgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlciBob3RlbHNcIlxuICAgICAgICA+XG4gICAgICAgIDxwLWRyb3Bkb3duXG4gICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2VuZ2luZV9faW5wdXRcIlxuICAgICAgICAgICAgW29wdGlvbnNdPVwiaG90ZWxzLm9wdGlvbnNcIlxuICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwiaG90ZWxzXCJcbiAgICAgICAgICAgIFtwbGFjZWhvbGRlcl09XCJob3RlbHNQbGFjZWhvbGRlclwiXG4gICAgICAgICAgICBvcHRpb25MYWJlbD1cIm5hbWVcIlxuICAgICAgICAgICAgKG9uQ2hhbmdlKT1cImhhbmRsZURyb3Bkb3duQ2hhbmdlKCRldmVudClcIlxuICAgICAgICAgICAgI2hvdGVsc0Ryb3Bkb3duXG4gICAgICAgID5cbiAgICAgICAgPC9wLWRyb3Bkb3duPlxuXG4gICAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1ib3R0b21cIlxuICAgICAgICAgICAgPjwvc3Bhbj5cbiAgICAgICAgPC9kaXY+XG4gICAgICB9XG4gICAgICAgIDxkaXZcbiAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19kYXRlcGlja2VyLS13cmFwcGVyIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlbiBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICA+XG4gICAgICAgICAgICA8cC1jYWxlbmRhclxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19kYXRlcGlja2VyXCJcbiAgICAgICAgICAgICAgICBbc2hvd090aGVyTW9udGhzXT1cImZhbHNlXCJcbiAgICAgICAgICAgICAgICBkYXRlRm9ybWF0PVwiZGQtbW0teXlcIlxuICAgICAgICAgICAgICAgIFsobmdNb2RlbCldPVwiZGF0ZXBpY2tlclZhbHVlXCJcbiAgICAgICAgICAgICAgICBzZWxlY3Rpb25Nb2RlPVwicmFuZ2VcIlxuICAgICAgICAgICAgICAgIFtudW1iZXJPZk1vbnRoc109XCIyXCJcbiAgICAgICAgICAgICAgICBbcGxhY2Vob2xkZXJdPVwiZGF0ZXBpY2tlckRhdGE/LnBsYWNlaG9sZGVyXCJcbiAgICAgICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJkYXRlc1wiXG4gICAgICAgICAgICAgICAgI2RhdGVwaWNrZXJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgIDwvcC1jYWxlbmRhcj5cblxuICAgICAgICAgICAgPHNwYW5cbiAgICAgICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2VuZ2luZV9fZGF0ZXBpY2tlci0taWNvbiBiYWJ5bG9uLWFycm93LWJvdHRvbVwiXG4gICAgICAgICAgICA+PC9zcGFuPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdlxuICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVfX2lucHV0LS13cmFwcGVyIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICAgICAgKGNsaWNrKT1cInRvZ2dsZVNob3dpbmdHdWVzdHMoKVwiXG4gICAgICAgID5cbiAgICAgICAgICAgIDxpbnB1dFxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19pbnB1dFwiXG4gICAgICAgICAgICAgICAgdHlwZT1cInRleHRcIlxuICAgICAgICAgICAgICAgIFtwbGFjZWhvbGRlcl09XCJndWVzdHNJbnB1dD8ucGxhY2Vob2xkZXJcIlxuICAgICAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cImd1ZXN0c1wiXG4gICAgICAgICAgICAvPlxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LWJvdHRvbVwiPjwvc3Bhbj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxwLWRpYWxvZyBjbGFzcz1cImJhYnlsb25fX2VuZ2luZV9fZGlhbG9nXCIgWyh2aXNpYmxlKV09XCJzaG93aW5nR3Vlc3RzXCI+XG4gICAgICAgICAgICA8bGliLWJhYnlsb24tZ3Vlc3RzLXBvcHVwXG4gICAgICAgICAgICAgICAgW2FkdWx0c0Ryb3Bkb3duXT1cImd1ZXN0cz8uYWR1bHRzRHJvcGRvd25cIlxuICAgICAgICAgICAgICAgIFthZ2VzRHJvcGRvd25dPVwiZ3Vlc3RzPy5hZ2VzRHJvcGRvd25cIlxuICAgICAgICAgICAgICAgIFthZ2VzTGFiZWxdPVwiZ3Vlc3RzPy5hZ2VzTGFiZWxcIlxuICAgICAgICAgICAgICAgIFtiYWJpZXNEcm9wZG93bl09XCJndWVzdHM/LmJhYmllc0Ryb3Bkb3duXCJcbiAgICAgICAgICAgICAgICBba2lkc0Ryb3Bkb3duXT1cImd1ZXN0cz8ua2lkc0Ryb3Bkb3duXCJcbiAgICAgICAgICAgICAgICBba2lkc0Ryb3Bkb3duXT1cImd1ZXN0cz8ua2lkc0Ryb3Bkb3duXCJcbiAgICAgICAgICAgICAgICBbYnRuXT1cImd1ZXN0cz8uYnRuXCJcbiAgICAgICAgICAgICAgICAoYXBwbHkpPVwiZ3Vlc3RzQ2hhbmdlKCRldmVudClcIlxuICAgICAgICAgICAgPjwvbGliLWJhYnlsb24tZ3Vlc3RzLXBvcHVwPlxuICAgICAgICA8L3AtZGlhbG9nPlxuICAgICAgICA8ZGl2XG4gICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2VuZ2luZV9faW5wdXQtLXdyYXBwZXIgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlciBwcm9tby1jb2RlXCJcbiAgICAgICAgPlxuICAgICAgICAgICAgPGlucHV0XG4gICAgICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVfX2lucHV0XCJcbiAgICAgICAgICAgICAgICB0eXBlPVwidGV4dFwiXG4gICAgICAgICAgICAgICAgW3BsYWNlaG9sZGVyXT1cInByb21vSW5wdXQ/LnBsYWNlaG9sZGVyXCJcbiAgICAgICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJwcm9tb1wiXG4gICAgICAgICAgICAvPlxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLXRhZ1wiPjwvc3Bhbj5cbiAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgQGlmIChidXR0b24pIHtcbiAgICAgICAgICA8YVxuICAgICAgICAgICAgICBbaHJlZl09XCJnZW5lcmF0ZWRVcmxcIlxuICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIlxuICAgICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJidG4gYnRuX2NhbGxcIlxuICAgICAgICAgICAgICBpZD1cImJ0bi1zdWJtaXRcIlxuICAgICAgICAgID5cbiAgICAgICAgICAgICAge3sgYnV0dG9uLmxhYmVsIH19XG4gICAgICAgICAgPC9hPlxuICAgICAgfVxuICAgIDwvZm9ybT5cbjwvZGl2PlxuIl19
|