ctt-babylon 0.22.26 → 0.22.27
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-top-simple-banner/babylon-top-simple-banner.component.mjs +12 -3
- package/esm2022/lib/components/external/core/lis-c2-txt-img/lis-c2-txt-img.component.mjs +3 -3
- package/fesm2022/ctt-babylon.mjs +13 -4
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -85,8 +85,17 @@ export class BabylonTopSimpleBannerComponent {
|
|
|
85
85
|
// 3. Fallback final: Devolvemos las imagenes por defecto de desktop
|
|
86
86
|
return currentMultimedia?.imagenes;
|
|
87
87
|
}
|
|
88
|
+
get buttonsByOrder() {
|
|
89
|
+
const map = new Map();
|
|
90
|
+
this.vm.buttons?.forEach((btn) => {
|
|
91
|
+
if (btn?.order) {
|
|
92
|
+
map.set(Number(btn.order), btn);
|
|
93
|
+
}
|
|
94
|
+
});
|
|
95
|
+
return map;
|
|
96
|
+
}
|
|
88
97
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonTopSimpleBannerComponent, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
89
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonTopSimpleBannerComponent, isStandalone: true, selector: "lib-babylon-top-simple-banner", inputs: { texts: "texts", multimedia: "multimedia", buttons: "buttons", hiddenRightButtons: "hiddenRightButtons", room: "room", leftSide: "leftSide", rightSide: "rightSide" }, host: { listeners: { "window:resize": "onResize()" } }, ngImport: i0, template: "<section\n class=\"top-banner js-active-slider\"\n [ngClass]=\"{ 'top-banner--right': rightSide || leftSide }\"\n data-slider_pause=\"false\"\n data-slider_name=\"js-banner-slider\"\n data-slider_showbtns=\"false\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"true\"\n data-slider_autoplay=\"true\"\n data-slides_pc=\"1\"\n>\n @if (getImagesByTag(tagName); as imgs) {\n <div class=\"js-banner-slider\">\n <div class=\"top-banner__item\">\n <img\n [src]=\"\n imgs?.[0]?.img?.src ||\n 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'\n \"\n [alt]=\"\n imgs?.[0]?.img?.alt ||\n imgs?.[0]?.title ||\n 'Imagen de secci\u00F3n'\n \"\n class=\"top-banner__image\"\n width=\"1800\"\n height=\"1244\"\n />\n </div>\n </div>\n\n <div\n class=\"top-banner__content js-scrollto\"\n data-scroll_spacer=\"50\"\n data-scroll_to=\".start\"\n role=\"button\"\n >\n <div class=\"top-banner__content-inner\">\n @if (vm.title) {\n <h1>{{ vm.title }}</h1>\n }\n @if (vm.subtitle) {\n <p [innerHTML]=\"vm.subtitle\"></p>\n }\n\n <span class=\"top-banner__content-icon\">\n <span class=\"top-banner__content-icon--line\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/arrow-line.svg#arrow-line\"\n ></use>\n </svg>\n </span>\n <span class=\"top-banner__content-icon--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </span>\n </span>\n </div>\n </div>\n }\n\n <div class=\"top-banner__text\">\n <div class=\"container\">\n @if (vm.additional2 || vm.descriptionTitle) {\n <h3 [innerHTML]=\"vm.additional2 ?? vm.descriptionTitle\"></h3>\n }\n @if (vm.additional3 ?? vm.description) {\n <p [innerHTML]=\"vm.additional3 ?? vm.description\"></p>\n }\n </div>\n </div>\n\n <span class=\"hero-banner__cookies\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__cookies--img\"\n >\n <use href=\"/assets/babylon/svg/icon-cookies.svg#icon-cookies\"></use>\n </svg>\n </span>\n\n @if (!hiddenRightButtons) {\n <div\n class=\"hero-banner__actions\"\n stickyAvoidFooter\n [footerSelector]=\"'.footer__links'\"\n [viewportPadding]=\"30\"\n [defaultBottom]=\"'3rem'\"\n [overlapAdjustPx]=\"10\"\n >\n <span\n class=\"hero-banner__actions--icon hero-banner__actions--whatsapp\"\n >\n <span>Whatsapp</span>\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-whatsapp.svg#icon-whatsapp\"\n ></use>\n </svg>\n </span>\n </span>\n <span\n class=\"hero-banner__actions--icon js-active-modal\"\n data-modal_name=\"newsletter\"\n >\n <span>Newsletter</span>\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-envelope.svg#icon-envelope\"\n ></use>\n </svg>\n </span>\n </span>\n </div>\n }\n\n @if (vm.primaryButton; as btn) {\n @if (btn?.label || btn?.url) {\n <div\n class=\"btn__group\"\n fadeWithScroll\n showOnlyAtTop\n [topShowPx]=\"12\"\n [minWidth]=\"540\"\n >\n <a\n [attr.aria-label]=\"btn.label\"\n [href]=\"btn.url\"\n [linkType]=\"btn.linkType\"\n class=\"btn btn__primary\"\n >\n <span>{{ btn.label }}</span>\n </a>\n </div>\n }\n }\n</section>\n\n<div class=\"start\"></div>\n", styles: ["@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.container{max-width:100%}.top-banner{position:relative;padding-bottom:4rem}@media (min-width: 540px){.top-banner{padding-bottom:0}}.top-banner__item{position:relative;vertical-align:top;aspect-ratio:375/314.37}@media (min-width: 1280px){.top-banner__item{aspect-ratio:1280/885.33}}@media (max-width: 768px){.top-banner__item{height:100vh;aspect-ratio:auto}}.top-banner__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:bottom}.top-banner__content{position:relative;top:unset;display:flex;margin-inline:auto;flex-direction:column;gap:1.8rem;width:28rem;text-align:center;color:var(--primary);cursor:pointer}@media (min-width: 540px){.top-banner__content{position:absolute;top:0;width:40.2rem;left:50%;transform:translate(-50%);color:var(--white);gap:2.6rem}}@media (min-width: 768px){.top-banner__content{width:52.3rem;gap:3rem;height:45%}}@media (min-width: 1024px){.top-banner__content{width:max-content;height:50svh}}@media (min-width: 1280px){.top-banner__content{gap:2.5rem;height:40svh}}@media (min-width: 1366px){.top-banner__content{height:42svh}}@media (min-width: 1680px){.top-banner__content{gap:3rem;height:45svh}}.top-banner__content-inner{position:sticky;top:6rem;padding-top:3rem;padding-bottom:4.8rem}@media (min-width: 540px){.top-banner__content-inner{padding-bottom:5.304rem;top:7.7rem}}@media (min-width: 768px){.top-banner__content-inner{padding-top:4rem;padding-bottom:6.39rem;top:8.6rem}}@media (min-width: 1024px){.top-banner__content-inner{padding-bottom:6.304rem}}@media (min-width: 1680px){.top-banner__content-inner{padding-top:6rem;padding-bottom:6.804rem;top:9rem}}.top-banner__content h1{color:var(--primary);font-size:3.6rem;line-height:1.0555555556}@media (min-width: 540px){.top-banner__content h1{color:var(--white);font-size:4rem;line-height:1}}@media (min-width: 768px){.top-banner__content h1{font-size:5.2rem;line-height:1}}@media (min-width: 1680px){.top-banner__content h1{font-size:6rem;line-height:1}}.top-banner__content p{font-size:1.4rem;line-height:1;letter-spacing:.084rem;text-transform:uppercase;font-weight:500}@media (min-width: 540px){.top-banner__content p{font-size:1.4rem;line-height:1.4285714286;letter-spacing:.21rem}}@media (min-width: 768px){.top-banner__content p{font-size:1.7rem;line-height:1.2941176471;letter-spacing:.17rem}}@media (min-width: 1280px){.top-banner__content p{font-size:1.8rem;line-height:1;letter-spacing:.36rem}}.top-banner__content-icon{position:absolute;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(-50%);top:calc(100% - 2.8rem)}.top-banner__content-icon--img{width:1.6rem;aspect-ratio:16/9;position:relative}.top-banner__content-icon--img svg{width:1.6rem;height:.9rem;position:absolute;top:0;left:50%;transform:translate(-50%)}.top-banner__content-icon--line{height:2.6rem;width:1.6rem;margin-bottom:-.9rem;position:relative;overflow:hidden;animation:growShrink 2s infinite ease-in-out}.top-banner__content-icon--line svg{width:1.6rem;height:2.6rem;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media (min-width: 1280px) and (hover: hover){.top-banner__content:hover .top-banner__content-icon--line{animation:growShrink_hover .5s ease-in-out forwards}}.top-banner .btn__group{justify-content:center;z-index:1;margin-top:2rem}@media (min-width: 540px){.top-banner .btn__group{position:sticky;bottom:0rem;margin-top:-5rem;transform:translateY(-4rem);pointer-events:none}}@media (min-width: 540px){.top-banner .btn__group .btn__primary{pointer-events:initial;opacity:1;border-width:0;background:var(--white);color:rgb(var(--primary),70%)}.top-banner .btn__group .btn__primary:hover{color:var(--primary)}}.top-banner__text{display:none}@media (min-width: 1024px){.top-banner__text{display:block;position:absolute;inset:auto 0 0;padding-bottom:4rem;color:var(--white)}}.top-banner__text h3{color:inherit;margin-bottom:1.5rem;font-size:1.6rem;line-height:1;letter-spacing:.16rem;text-transform:uppercase;font-family:var(--font-text)}.top-banner__text P{font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem}.top-banner:not(.top-banner--right) .top-banner__text{bottom:20rem;padding:0 0 0 20rem}.top-banner--right .top-banner__text{left:0;right:auto;padding:0}@media (min-width: 540px){.header__sticky .top-banner .btn__group{opacity:0}.header__sticky .top-banner .btn__group .btn{pointer-events:none}}body:has(.introtop-tops--left) .top-banner__text{text-align:right}@media (min-width: 540px){.top-banner .btn__group{transition:opacity .25s ease,transform .25s ease}.top-banner .btn__group.is-hidden{opacity:0;pointer-events:none}}.hero-banner__cookies{position:fixed;aspect-ratio:1;width:4.6rem;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:100vw;background:#fff;color:#4a4a49;bottom:7.6rem;left:1.6rem;z-index:1;box-shadow:0 .4rem .4rem #0003;transform:translateY(0);transition:all .5s}@media (min-width: 540px){.hero-banner__cookies{bottom:8.8rem;left:1.8rem}}@media (min-width: 768px){.hero-banner__cookies{left:2rem;bottom:9.8rem}}@media (min-width: 1024px){.hero-banner__cookies{bottom:3rem}}.hero-banner__cookies--img{aspect-ratio:1;width:4rem}.hero-banner__actions{position:fixed;bottom:3rem;right:2rem;z-index:1;display:none;flex-direction:column;align-items:flex-end;transform:translateY(0);gap:2rem}@media (min-width: 1024px){.hero-banner__actions{display:flex}}.hero-banner__actions--icon{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:1.3rem;height:4.6rem;transition:all .5s;border-radius:100vw;background:#4a4a4933;border:1px solid #ffffff;color:#fff}.hero-banner__actions--icon span:not(.hero-banner__actions--img){font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem;width:0;opacity:0;pointer-events:none;overflow-x:clip;transition:all .5s}.hero-banner__actions--icon:hover{background:#f9f8f5;border-color:#f9f8f5;color:#4a4a49}.hero-banner__actions--icon:hover span:not(.hero-banner__actions--img){width:13.3rem;opacity:1;pointer-events:initial;padding-left:1.1rem}.hero-banner__actions--whatsapp:hover{background:#24cc63;border-color:#24cc63;color:#fff}.hero-banner__actions--icon .hero-banner__actions--img svg{aspect-ratio:1;width:2rem}.top-banner__content-inner{max-width:80vw;gap:2rem;display:flex;flex-direction:column}.top-banner__text{max-width:85vw}\n"], dependencies: [{ kind: "directive", type: ScrollToDirective, selector: ".js-scrollto,[appScrollTo]" }, { kind: "directive", type: StickyAvoidFooterDirective, selector: "[stickyAvoidFooter]", inputs: ["footerSelector", "viewportPadding", "defaultBottom", "overlapAdjustPx", "platformId"] }, { kind: "directive", type: ShowOnlyAtTopDirective, selector: "[showOnlyAtTop]", inputs: ["topShowPx", "minWidth"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup", "disablePointerNone"], outputs: ["anchorClicked"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
98
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonTopSimpleBannerComponent, isStandalone: true, selector: "lib-babylon-top-simple-banner", inputs: { texts: "texts", multimedia: "multimedia", buttons: "buttons", hiddenRightButtons: "hiddenRightButtons", room: "room", leftSide: "leftSide", rightSide: "rightSide" }, host: { listeners: { "window:resize": "onResize()" } }, ngImport: i0, template: "<section\n class=\"top-banner js-active-slider\"\n [ngClass]=\"{ 'top-banner--right': rightSide || leftSide }\"\n data-slider_pause=\"false\"\n data-slider_name=\"js-banner-slider\"\n data-slider_showbtns=\"false\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"true\"\n data-slider_autoplay=\"true\"\n data-slides_pc=\"1\"\n>\n @if (getImagesByTag(tagName); as imgs) {\n <div class=\"js-banner-slider\">\n <div class=\"top-banner__item\">\n <img\n [src]=\"\n imgs?.[0]?.img?.src ||\n 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'\n \"\n [alt]=\"\n imgs?.[0]?.img?.alt ||\n imgs?.[0]?.title ||\n 'Imagen de secci\u00F3n'\n \"\n class=\"top-banner__image\"\n width=\"1800\"\n height=\"1244\"\n />\n </div>\n </div>\n\n <div\n class=\"top-banner__content js-scrollto\"\n data-scroll_spacer=\"50\"\n data-scroll_to=\".start\"\n role=\"button\"\n >\n <div class=\"top-banner__content-inner\">\n @if (vm.title) {\n <h1>{{ vm.title }}</h1>\n }\n @if (vm.subtitle) {\n <p [innerHTML]=\"vm.subtitle\"></p>\n }\n\n <span class=\"top-banner__content-icon\">\n <span class=\"top-banner__content-icon--line\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/arrow-line.svg#arrow-line\"\n ></use>\n </svg>\n </span>\n <span class=\"top-banner__content-icon--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </span>\n </span>\n </div>\n </div>\n }\n\n <div class=\"top-banner__text\">\n <div class=\"container\">\n @if (vm.additional2 || vm.descriptionTitle) {\n <h3 [innerHTML]=\"vm.additional2 ?? vm.descriptionTitle\"></h3>\n }\n @if (vm.additional3 ?? vm.description) {\n <p [innerHTML]=\"vm.additional3 ?? vm.description\"></p>\n }\n </div>\n </div>\n\n <span class=\"hero-banner__cookies\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__cookies--img\"\n >\n <use href=\"/assets/babylon/svg/icon-cookies.svg#icon-cookies\"></use>\n </svg>\n </span>\n\n @if (!hiddenRightButtons) {\n <div\n class=\"hero-banner__actions\"\n stickyAvoidFooter\n [footerSelector]=\"'.footer__links'\"\n [viewportPadding]=\"30\"\n [defaultBottom]=\"'3rem'\"\n [overlapAdjustPx]=\"10\"\n >\n @if (buttonsByOrder.get(3); as button) {\n <a [href]=\"button.url\" [linkType]=\"button.linkType\">\n <span\n class=\"hero-banner__actions--icon hero-banner__actions--whatsapp\"\n >\n @if (button.label) {\n <span>{{ button.label }}</span>\n }\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-whatsapp.svg#icon-whatsapp\"\n ></use>\n </svg>\n </span>\n </span>\n </a>\n }\n @if (buttonsByOrder.get(2); as button) {\n <a [href]=\"button.url\" [linkType]=\"button.linkType\">\n <span\n class=\"hero-banner__actions--icon\"\n >\n @if (button.label) {\n <span>{{ button.label }}</span>\n }\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-envelope.svg#icon-envelope\"\n ></use>\n </svg>\n </span>\n </span>\n </a>\n }\n </div>\n }\n\n @if (vm.primaryButton; as btn) {\n @if (btn?.label || btn?.url) {\n <div\n class=\"btn__group\"\n fadeWithScroll\n showOnlyAtTop\n [topShowPx]=\"12\"\n [minWidth]=\"540\"\n >\n <a\n [attr.aria-label]=\"btn.label\"\n [href]=\"btn.url\"\n [linkType]=\"btn.linkType\"\n class=\"btn btn__primary\"\n >\n <span>{{ btn.label }}</span>\n </a>\n </div>\n }\n }\n</section>\n\n<div class=\"start\"></div>\n", styles: ["@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.container{max-width:100%}.top-banner{position:relative;padding-bottom:4rem}@media (min-width: 540px){.top-banner{padding-bottom:0}}.top-banner__item{position:relative;vertical-align:top;aspect-ratio:375/314.37}@media (min-width: 1280px){.top-banner__item{aspect-ratio:1280/885.33}}@media (max-width: 768px){.top-banner__item{height:100vh;aspect-ratio:auto}}.top-banner__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:bottom}.top-banner__content{position:relative;top:unset;display:flex;margin-inline:auto;flex-direction:column;gap:1.8rem;width:28rem;text-align:center;color:var(--primary);cursor:pointer}@media (min-width: 540px){.top-banner__content{position:absolute;top:0;width:40.2rem;left:50%;transform:translate(-50%);color:var(--white);gap:2.6rem}}@media (min-width: 768px){.top-banner__content{width:52.3rem;gap:3rem;height:45%}}@media (min-width: 1024px){.top-banner__content{width:max-content;height:50svh}}@media (min-width: 1280px){.top-banner__content{gap:2.5rem;height:40svh}}@media (min-width: 1366px){.top-banner__content{height:42svh}}@media (min-width: 1680px){.top-banner__content{gap:3rem;height:45svh}}.top-banner__content-inner{position:sticky;top:6rem;padding-top:3rem;padding-bottom:4.8rem}@media (min-width: 540px){.top-banner__content-inner{padding-bottom:5.304rem;top:7.7rem}}@media (min-width: 768px){.top-banner__content-inner{padding-top:4rem;padding-bottom:6.39rem;top:8.6rem}}@media (min-width: 1024px){.top-banner__content-inner{padding-bottom:6.304rem}}@media (min-width: 1680px){.top-banner__content-inner{padding-top:6rem;padding-bottom:6.804rem;top:9rem}}.top-banner__content h1{color:var(--primary);font-size:3.6rem;line-height:1.0555555556}@media (min-width: 540px){.top-banner__content h1{color:var(--white);font-size:4rem;line-height:1}}@media (min-width: 768px){.top-banner__content h1{font-size:5.2rem;line-height:1}}@media (min-width: 1680px){.top-banner__content h1{font-size:6rem;line-height:1}}.top-banner__content p{font-size:1.4rem;line-height:1;letter-spacing:.084rem;text-transform:uppercase;font-weight:500}@media (min-width: 540px){.top-banner__content p{font-size:1.4rem;line-height:1.4285714286;letter-spacing:.21rem}}@media (min-width: 768px){.top-banner__content p{font-size:1.7rem;line-height:1.2941176471;letter-spacing:.17rem}}@media (min-width: 1280px){.top-banner__content p{font-size:1.8rem;line-height:1;letter-spacing:.36rem}}.top-banner__content-icon{position:absolute;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(-50%);top:calc(100% - 2.8rem)}.top-banner__content-icon--img{width:1.6rem;aspect-ratio:16/9;position:relative}.top-banner__content-icon--img svg{width:1.6rem;height:.9rem;position:absolute;top:0;left:50%;transform:translate(-50%)}.top-banner__content-icon--line{height:2.6rem;width:1.6rem;margin-bottom:-.9rem;position:relative;overflow:hidden;animation:growShrink 2s infinite ease-in-out}.top-banner__content-icon--line svg{width:1.6rem;height:2.6rem;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media (min-width: 1280px) and (hover: hover){.top-banner__content:hover .top-banner__content-icon--line{animation:growShrink_hover .5s ease-in-out forwards}}.top-banner .btn__group{justify-content:center;z-index:1;margin-top:2rem}@media (min-width: 540px){.top-banner .btn__group{position:sticky;bottom:0rem;margin-top:-5rem;transform:translateY(-4rem);pointer-events:none}}@media (min-width: 540px){.top-banner .btn__group .btn__primary{pointer-events:initial;opacity:1;border-width:0;background:var(--white);color:rgb(var(--primary),70%)}.top-banner .btn__group .btn__primary:hover{color:var(--primary)}}.top-banner__text{display:none}@media (min-width: 1024px){.top-banner__text{display:block;position:absolute;inset:auto 0 0;padding-bottom:4rem;color:var(--white)}}.top-banner__text h3{color:inherit;margin-bottom:1.5rem;font-size:1.6rem;line-height:1;letter-spacing:.16rem;text-transform:uppercase;font-family:var(--font-text)}.top-banner__text P{font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem}.top-banner:not(.top-banner--right) .top-banner__text{bottom:20rem;padding:0 0 0 20rem}.top-banner--right .top-banner__text{left:0;right:auto;padding:0}@media (min-width: 540px){.header__sticky .top-banner .btn__group{opacity:0}.header__sticky .top-banner .btn__group .btn{pointer-events:none}}body:has(.introtop-tops--left) .top-banner__text{text-align:right}@media (min-width: 540px){.top-banner .btn__group{transition:opacity .25s ease,transform .25s ease}.top-banner .btn__group.is-hidden{opacity:0;pointer-events:none}}.hero-banner__cookies{position:fixed;aspect-ratio:1;width:4.6rem;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:100vw;background:#fff;color:#4a4a49;bottom:7.6rem;left:1.6rem;z-index:1;box-shadow:0 .4rem .4rem #0003;transform:translateY(0);transition:all .5s}@media (min-width: 540px){.hero-banner__cookies{bottom:8.8rem;left:1.8rem}}@media (min-width: 768px){.hero-banner__cookies{left:2rem;bottom:9.8rem}}@media (min-width: 1024px){.hero-banner__cookies{bottom:3rem}}.hero-banner__cookies--img{aspect-ratio:1;width:4rem}.hero-banner__actions{position:fixed;bottom:3rem;right:2rem;z-index:1;display:none;flex-direction:column;align-items:flex-end;transform:translateY(0);gap:2rem}@media (min-width: 1024px){.hero-banner__actions{display:flex}}.hero-banner__actions--icon{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:1.3rem;height:4.6rem;transition:all .5s;border-radius:100vw;background:#4a4a4933;border:1px solid #ffffff;color:#fff}.hero-banner__actions--icon span:not(.hero-banner__actions--img){font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem;width:0;opacity:0;pointer-events:none;overflow-x:clip;transition:all .5s}.hero-banner__actions--icon:hover{background:#f9f8f5;border-color:#f9f8f5;color:#4a4a49}.hero-banner__actions--icon:hover span:not(.hero-banner__actions--img){width:13.3rem;opacity:1;pointer-events:initial;padding-left:1.1rem}.hero-banner__actions--whatsapp:hover{background:#24cc63;border-color:#24cc63;color:#fff}.hero-banner__actions--icon .hero-banner__actions--img svg{aspect-ratio:1;width:2rem}.top-banner__content-inner{max-width:80vw;gap:2rem;display:flex;flex-direction:column}.top-banner__text{max-width:85vw}\n"], dependencies: [{ kind: "directive", type: ScrollToDirective, selector: ".js-scrollto,[appScrollTo]" }, { kind: "directive", type: StickyAvoidFooterDirective, selector: "[stickyAvoidFooter]", inputs: ["footerSelector", "viewportPadding", "defaultBottom", "overlapAdjustPx", "platformId"] }, { kind: "directive", type: ShowOnlyAtTopDirective, selector: "[showOnlyAtTop]", inputs: ["topShowPx", "minWidth"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup", "disablePointerNone"], outputs: ["anchorClicked"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
90
99
|
}
|
|
91
100
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonTopSimpleBannerComponent, decorators: [{
|
|
92
101
|
type: Component,
|
|
@@ -96,7 +105,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
96
105
|
ShowOnlyAtTopDirective,
|
|
97
106
|
BabylonLinkTypeDirective,
|
|
98
107
|
CommonModule,
|
|
99
|
-
], template: "<section\n class=\"top-banner js-active-slider\"\n [ngClass]=\"{ 'top-banner--right': rightSide || leftSide }\"\n data-slider_pause=\"false\"\n data-slider_name=\"js-banner-slider\"\n data-slider_showbtns=\"false\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"true\"\n data-slider_autoplay=\"true\"\n data-slides_pc=\"1\"\n>\n @if (getImagesByTag(tagName); as imgs) {\n <div class=\"js-banner-slider\">\n <div class=\"top-banner__item\">\n <img\n [src]=\"\n imgs?.[0]?.img?.src ||\n 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'\n \"\n [alt]=\"\n imgs?.[0]?.img?.alt ||\n imgs?.[0]?.title ||\n 'Imagen de secci\u00F3n'\n \"\n class=\"top-banner__image\"\n width=\"1800\"\n height=\"1244\"\n />\n </div>\n </div>\n\n <div\n class=\"top-banner__content js-scrollto\"\n data-scroll_spacer=\"50\"\n data-scroll_to=\".start\"\n role=\"button\"\n >\n <div class=\"top-banner__content-inner\">\n @if (vm.title) {\n <h1>{{ vm.title }}</h1>\n }\n @if (vm.subtitle) {\n <p [innerHTML]=\"vm.subtitle\"></p>\n }\n\n <span class=\"top-banner__content-icon\">\n <span class=\"top-banner__content-icon--line\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/arrow-line.svg#arrow-line\"\n ></use>\n </svg>\n </span>\n <span class=\"top-banner__content-icon--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </span>\n </span>\n </div>\n </div>\n }\n\n <div class=\"top-banner__text\">\n <div class=\"container\">\n @if (vm.additional2 || vm.descriptionTitle) {\n <h3 [innerHTML]=\"vm.additional2 ?? vm.descriptionTitle\"></h3>\n }\n @if (vm.additional3 ?? vm.description) {\n <p [innerHTML]=\"vm.additional3 ?? vm.description\"></p>\n }\n </div>\n </div>\n\n <span class=\"hero-banner__cookies\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__cookies--img\"\n >\n <use href=\"/assets/babylon/svg/icon-cookies.svg#icon-cookies\"></use>\n </svg>\n </span>\n\n @if (!hiddenRightButtons) {\n <div\n class=\"hero-banner__actions\"\n stickyAvoidFooter\n [footerSelector]=\"'.footer__links'\"\n [viewportPadding]=\"30\"\n [defaultBottom]=\"'3rem'\"\n [overlapAdjustPx]=\"10\"\n >\n <span\n class=\"hero-banner__actions--icon hero-banner__actions--whatsapp\"\n >\n <span>Whatsapp</span>\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-whatsapp.svg#icon-whatsapp\"\n ></use>\n </svg>\n </span>\n </span>\n <span\n class=\"hero-banner__actions--icon js-active-modal\"\n data-modal_name=\"newsletter\"\n >\n <span>Newsletter</span>\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-envelope.svg#icon-envelope\"\n ></use>\n </svg>\n </span>\n </span>\n </div>\n }\n\n @if (vm.primaryButton; as btn) {\n @if (btn?.label || btn?.url) {\n <div\n class=\"btn__group\"\n fadeWithScroll\n showOnlyAtTop\n [topShowPx]=\"12\"\n [minWidth]=\"540\"\n >\n <a\n [attr.aria-label]=\"btn.label\"\n [href]=\"btn.url\"\n [linkType]=\"btn.linkType\"\n class=\"btn btn__primary\"\n >\n <span>{{ btn.label }}</span>\n </a>\n </div>\n }\n }\n</section>\n\n<div class=\"start\"></div>\n", styles: ["@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.container{max-width:100%}.top-banner{position:relative;padding-bottom:4rem}@media (min-width: 540px){.top-banner{padding-bottom:0}}.top-banner__item{position:relative;vertical-align:top;aspect-ratio:375/314.37}@media (min-width: 1280px){.top-banner__item{aspect-ratio:1280/885.33}}@media (max-width: 768px){.top-banner__item{height:100vh;aspect-ratio:auto}}.top-banner__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:bottom}.top-banner__content{position:relative;top:unset;display:flex;margin-inline:auto;flex-direction:column;gap:1.8rem;width:28rem;text-align:center;color:var(--primary);cursor:pointer}@media (min-width: 540px){.top-banner__content{position:absolute;top:0;width:40.2rem;left:50%;transform:translate(-50%);color:var(--white);gap:2.6rem}}@media (min-width: 768px){.top-banner__content{width:52.3rem;gap:3rem;height:45%}}@media (min-width: 1024px){.top-banner__content{width:max-content;height:50svh}}@media (min-width: 1280px){.top-banner__content{gap:2.5rem;height:40svh}}@media (min-width: 1366px){.top-banner__content{height:42svh}}@media (min-width: 1680px){.top-banner__content{gap:3rem;height:45svh}}.top-banner__content-inner{position:sticky;top:6rem;padding-top:3rem;padding-bottom:4.8rem}@media (min-width: 540px){.top-banner__content-inner{padding-bottom:5.304rem;top:7.7rem}}@media (min-width: 768px){.top-banner__content-inner{padding-top:4rem;padding-bottom:6.39rem;top:8.6rem}}@media (min-width: 1024px){.top-banner__content-inner{padding-bottom:6.304rem}}@media (min-width: 1680px){.top-banner__content-inner{padding-top:6rem;padding-bottom:6.804rem;top:9rem}}.top-banner__content h1{color:var(--primary);font-size:3.6rem;line-height:1.0555555556}@media (min-width: 540px){.top-banner__content h1{color:var(--white);font-size:4rem;line-height:1}}@media (min-width: 768px){.top-banner__content h1{font-size:5.2rem;line-height:1}}@media (min-width: 1680px){.top-banner__content h1{font-size:6rem;line-height:1}}.top-banner__content p{font-size:1.4rem;line-height:1;letter-spacing:.084rem;text-transform:uppercase;font-weight:500}@media (min-width: 540px){.top-banner__content p{font-size:1.4rem;line-height:1.4285714286;letter-spacing:.21rem}}@media (min-width: 768px){.top-banner__content p{font-size:1.7rem;line-height:1.2941176471;letter-spacing:.17rem}}@media (min-width: 1280px){.top-banner__content p{font-size:1.8rem;line-height:1;letter-spacing:.36rem}}.top-banner__content-icon{position:absolute;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(-50%);top:calc(100% - 2.8rem)}.top-banner__content-icon--img{width:1.6rem;aspect-ratio:16/9;position:relative}.top-banner__content-icon--img svg{width:1.6rem;height:.9rem;position:absolute;top:0;left:50%;transform:translate(-50%)}.top-banner__content-icon--line{height:2.6rem;width:1.6rem;margin-bottom:-.9rem;position:relative;overflow:hidden;animation:growShrink 2s infinite ease-in-out}.top-banner__content-icon--line svg{width:1.6rem;height:2.6rem;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media (min-width: 1280px) and (hover: hover){.top-banner__content:hover .top-banner__content-icon--line{animation:growShrink_hover .5s ease-in-out forwards}}.top-banner .btn__group{justify-content:center;z-index:1;margin-top:2rem}@media (min-width: 540px){.top-banner .btn__group{position:sticky;bottom:0rem;margin-top:-5rem;transform:translateY(-4rem);pointer-events:none}}@media (min-width: 540px){.top-banner .btn__group .btn__primary{pointer-events:initial;opacity:1;border-width:0;background:var(--white);color:rgb(var(--primary),70%)}.top-banner .btn__group .btn__primary:hover{color:var(--primary)}}.top-banner__text{display:none}@media (min-width: 1024px){.top-banner__text{display:block;position:absolute;inset:auto 0 0;padding-bottom:4rem;color:var(--white)}}.top-banner__text h3{color:inherit;margin-bottom:1.5rem;font-size:1.6rem;line-height:1;letter-spacing:.16rem;text-transform:uppercase;font-family:var(--font-text)}.top-banner__text P{font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem}.top-banner:not(.top-banner--right) .top-banner__text{bottom:20rem;padding:0 0 0 20rem}.top-banner--right .top-banner__text{left:0;right:auto;padding:0}@media (min-width: 540px){.header__sticky .top-banner .btn__group{opacity:0}.header__sticky .top-banner .btn__group .btn{pointer-events:none}}body:has(.introtop-tops--left) .top-banner__text{text-align:right}@media (min-width: 540px){.top-banner .btn__group{transition:opacity .25s ease,transform .25s ease}.top-banner .btn__group.is-hidden{opacity:0;pointer-events:none}}.hero-banner__cookies{position:fixed;aspect-ratio:1;width:4.6rem;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:100vw;background:#fff;color:#4a4a49;bottom:7.6rem;left:1.6rem;z-index:1;box-shadow:0 .4rem .4rem #0003;transform:translateY(0);transition:all .5s}@media (min-width: 540px){.hero-banner__cookies{bottom:8.8rem;left:1.8rem}}@media (min-width: 768px){.hero-banner__cookies{left:2rem;bottom:9.8rem}}@media (min-width: 1024px){.hero-banner__cookies{bottom:3rem}}.hero-banner__cookies--img{aspect-ratio:1;width:4rem}.hero-banner__actions{position:fixed;bottom:3rem;right:2rem;z-index:1;display:none;flex-direction:column;align-items:flex-end;transform:translateY(0);gap:2rem}@media (min-width: 1024px){.hero-banner__actions{display:flex}}.hero-banner__actions--icon{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:1.3rem;height:4.6rem;transition:all .5s;border-radius:100vw;background:#4a4a4933;border:1px solid #ffffff;color:#fff}.hero-banner__actions--icon span:not(.hero-banner__actions--img){font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem;width:0;opacity:0;pointer-events:none;overflow-x:clip;transition:all .5s}.hero-banner__actions--icon:hover{background:#f9f8f5;border-color:#f9f8f5;color:#4a4a49}.hero-banner__actions--icon:hover span:not(.hero-banner__actions--img){width:13.3rem;opacity:1;pointer-events:initial;padding-left:1.1rem}.hero-banner__actions--whatsapp:hover{background:#24cc63;border-color:#24cc63;color:#fff}.hero-banner__actions--icon .hero-banner__actions--img svg{aspect-ratio:1;width:2rem}.top-banner__content-inner{max-width:80vw;gap:2rem;display:flex;flex-direction:column}.top-banner__text{max-width:85vw}\n"] }]
|
|
108
|
+
], template: "<section\n class=\"top-banner js-active-slider\"\n [ngClass]=\"{ 'top-banner--right': rightSide || leftSide }\"\n data-slider_pause=\"false\"\n data-slider_name=\"js-banner-slider\"\n data-slider_showbtns=\"false\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"true\"\n data-slider_autoplay=\"true\"\n data-slides_pc=\"1\"\n>\n @if (getImagesByTag(tagName); as imgs) {\n <div class=\"js-banner-slider\">\n <div class=\"top-banner__item\">\n <img\n [src]=\"\n imgs?.[0]?.img?.src ||\n 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'\n \"\n [alt]=\"\n imgs?.[0]?.img?.alt ||\n imgs?.[0]?.title ||\n 'Imagen de secci\u00F3n'\n \"\n class=\"top-banner__image\"\n width=\"1800\"\n height=\"1244\"\n />\n </div>\n </div>\n\n <div\n class=\"top-banner__content js-scrollto\"\n data-scroll_spacer=\"50\"\n data-scroll_to=\".start\"\n role=\"button\"\n >\n <div class=\"top-banner__content-inner\">\n @if (vm.title) {\n <h1>{{ vm.title }}</h1>\n }\n @if (vm.subtitle) {\n <p [innerHTML]=\"vm.subtitle\"></p>\n }\n\n <span class=\"top-banner__content-icon\">\n <span class=\"top-banner__content-icon--line\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/arrow-line.svg#arrow-line\"\n ></use>\n </svg>\n </span>\n <span class=\"top-banner__content-icon--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </span>\n </span>\n </div>\n </div>\n }\n\n <div class=\"top-banner__text\">\n <div class=\"container\">\n @if (vm.additional2 || vm.descriptionTitle) {\n <h3 [innerHTML]=\"vm.additional2 ?? vm.descriptionTitle\"></h3>\n }\n @if (vm.additional3 ?? vm.description) {\n <p [innerHTML]=\"vm.additional3 ?? vm.description\"></p>\n }\n </div>\n </div>\n\n <span class=\"hero-banner__cookies\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"hero-banner__cookies--img\"\n >\n <use href=\"/assets/babylon/svg/icon-cookies.svg#icon-cookies\"></use>\n </svg>\n </span>\n\n @if (!hiddenRightButtons) {\n <div\n class=\"hero-banner__actions\"\n stickyAvoidFooter\n [footerSelector]=\"'.footer__links'\"\n [viewportPadding]=\"30\"\n [defaultBottom]=\"'3rem'\"\n [overlapAdjustPx]=\"10\"\n >\n @if (buttonsByOrder.get(3); as button) {\n <a [href]=\"button.url\" [linkType]=\"button.linkType\">\n <span\n class=\"hero-banner__actions--icon hero-banner__actions--whatsapp\"\n >\n @if (button.label) {\n <span>{{ button.label }}</span>\n }\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-whatsapp.svg#icon-whatsapp\"\n ></use>\n </svg>\n </span>\n </span>\n </a>\n }\n @if (buttonsByOrder.get(2); as button) {\n <a [href]=\"button.url\" [linkType]=\"button.linkType\">\n <span\n class=\"hero-banner__actions--icon\"\n >\n @if (button.label) {\n <span>{{ button.label }}</span>\n }\n <span class=\"hero-banner__actions--img\">\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-envelope.svg#icon-envelope\"\n ></use>\n </svg>\n </span>\n </span>\n </a>\n }\n </div>\n }\n\n @if (vm.primaryButton; as btn) {\n @if (btn?.label || btn?.url) {\n <div\n class=\"btn__group\"\n fadeWithScroll\n showOnlyAtTop\n [topShowPx]=\"12\"\n [minWidth]=\"540\"\n >\n <a\n [attr.aria-label]=\"btn.label\"\n [href]=\"btn.url\"\n [linkType]=\"btn.linkType\"\n class=\"btn btn__primary\"\n >\n <span>{{ btn.label }}</span>\n </a>\n </div>\n }\n }\n</section>\n\n<div class=\"start\"></div>\n", styles: ["@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.container{max-width:100%}.top-banner{position:relative;padding-bottom:4rem}@media (min-width: 540px){.top-banner{padding-bottom:0}}.top-banner__item{position:relative;vertical-align:top;aspect-ratio:375/314.37}@media (min-width: 1280px){.top-banner__item{aspect-ratio:1280/885.33}}@media (max-width: 768px){.top-banner__item{height:100vh;aspect-ratio:auto}}.top-banner__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:bottom}.top-banner__content{position:relative;top:unset;display:flex;margin-inline:auto;flex-direction:column;gap:1.8rem;width:28rem;text-align:center;color:var(--primary);cursor:pointer}@media (min-width: 540px){.top-banner__content{position:absolute;top:0;width:40.2rem;left:50%;transform:translate(-50%);color:var(--white);gap:2.6rem}}@media (min-width: 768px){.top-banner__content{width:52.3rem;gap:3rem;height:45%}}@media (min-width: 1024px){.top-banner__content{width:max-content;height:50svh}}@media (min-width: 1280px){.top-banner__content{gap:2.5rem;height:40svh}}@media (min-width: 1366px){.top-banner__content{height:42svh}}@media (min-width: 1680px){.top-banner__content{gap:3rem;height:45svh}}.top-banner__content-inner{position:sticky;top:6rem;padding-top:3rem;padding-bottom:4.8rem}@media (min-width: 540px){.top-banner__content-inner{padding-bottom:5.304rem;top:7.7rem}}@media (min-width: 768px){.top-banner__content-inner{padding-top:4rem;padding-bottom:6.39rem;top:8.6rem}}@media (min-width: 1024px){.top-banner__content-inner{padding-bottom:6.304rem}}@media (min-width: 1680px){.top-banner__content-inner{padding-top:6rem;padding-bottom:6.804rem;top:9rem}}.top-banner__content h1{color:var(--primary);font-size:3.6rem;line-height:1.0555555556}@media (min-width: 540px){.top-banner__content h1{color:var(--white);font-size:4rem;line-height:1}}@media (min-width: 768px){.top-banner__content h1{font-size:5.2rem;line-height:1}}@media (min-width: 1680px){.top-banner__content h1{font-size:6rem;line-height:1}}.top-banner__content p{font-size:1.4rem;line-height:1;letter-spacing:.084rem;text-transform:uppercase;font-weight:500}@media (min-width: 540px){.top-banner__content p{font-size:1.4rem;line-height:1.4285714286;letter-spacing:.21rem}}@media (min-width: 768px){.top-banner__content p{font-size:1.7rem;line-height:1.2941176471;letter-spacing:.17rem}}@media (min-width: 1280px){.top-banner__content p{font-size:1.8rem;line-height:1;letter-spacing:.36rem}}.top-banner__content-icon{position:absolute;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(-50%);top:calc(100% - 2.8rem)}.top-banner__content-icon--img{width:1.6rem;aspect-ratio:16/9;position:relative}.top-banner__content-icon--img svg{width:1.6rem;height:.9rem;position:absolute;top:0;left:50%;transform:translate(-50%)}.top-banner__content-icon--line{height:2.6rem;width:1.6rem;margin-bottom:-.9rem;position:relative;overflow:hidden;animation:growShrink 2s infinite ease-in-out}.top-banner__content-icon--line svg{width:1.6rem;height:2.6rem;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media (min-width: 1280px) and (hover: hover){.top-banner__content:hover .top-banner__content-icon--line{animation:growShrink_hover .5s ease-in-out forwards}}.top-banner .btn__group{justify-content:center;z-index:1;margin-top:2rem}@media (min-width: 540px){.top-banner .btn__group{position:sticky;bottom:0rem;margin-top:-5rem;transform:translateY(-4rem);pointer-events:none}}@media (min-width: 540px){.top-banner .btn__group .btn__primary{pointer-events:initial;opacity:1;border-width:0;background:var(--white);color:rgb(var(--primary),70%)}.top-banner .btn__group .btn__primary:hover{color:var(--primary)}}.top-banner__text{display:none}@media (min-width: 1024px){.top-banner__text{display:block;position:absolute;inset:auto 0 0;padding-bottom:4rem;color:var(--white)}}.top-banner__text h3{color:inherit;margin-bottom:1.5rem;font-size:1.6rem;line-height:1;letter-spacing:.16rem;text-transform:uppercase;font-family:var(--font-text)}.top-banner__text P{font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem}.top-banner:not(.top-banner--right) .top-banner__text{bottom:20rem;padding:0 0 0 20rem}.top-banner--right .top-banner__text{left:0;right:auto;padding:0}@media (min-width: 540px){.header__sticky .top-banner .btn__group{opacity:0}.header__sticky .top-banner .btn__group .btn{pointer-events:none}}body:has(.introtop-tops--left) .top-banner__text{text-align:right}@media (min-width: 540px){.top-banner .btn__group{transition:opacity .25s ease,transform .25s ease}.top-banner .btn__group.is-hidden{opacity:0;pointer-events:none}}.hero-banner__cookies{position:fixed;aspect-ratio:1;width:4.6rem;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:100vw;background:#fff;color:#4a4a49;bottom:7.6rem;left:1.6rem;z-index:1;box-shadow:0 .4rem .4rem #0003;transform:translateY(0);transition:all .5s}@media (min-width: 540px){.hero-banner__cookies{bottom:8.8rem;left:1.8rem}}@media (min-width: 768px){.hero-banner__cookies{left:2rem;bottom:9.8rem}}@media (min-width: 1024px){.hero-banner__cookies{bottom:3rem}}.hero-banner__cookies--img{aspect-ratio:1;width:4rem}.hero-banner__actions{position:fixed;bottom:3rem;right:2rem;z-index:1;display:none;flex-direction:column;align-items:flex-end;transform:translateY(0);gap:2rem}@media (min-width: 1024px){.hero-banner__actions{display:flex}}.hero-banner__actions--icon{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:1.3rem;height:4.6rem;transition:all .5s;border-radius:100vw;background:#4a4a4933;border:1px solid #ffffff;color:#fff}.hero-banner__actions--icon span:not(.hero-banner__actions--img){font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem;width:0;opacity:0;pointer-events:none;overflow-x:clip;transition:all .5s}.hero-banner__actions--icon:hover{background:#f9f8f5;border-color:#f9f8f5;color:#4a4a49}.hero-banner__actions--icon:hover span:not(.hero-banner__actions--img){width:13.3rem;opacity:1;pointer-events:initial;padding-left:1.1rem}.hero-banner__actions--whatsapp:hover{background:#24cc63;border-color:#24cc63;color:#fff}.hero-banner__actions--icon .hero-banner__actions--img svg{aspect-ratio:1;width:2rem}.top-banner__content-inner{max-width:80vw;gap:2rem;display:flex;flex-direction:column}.top-banner__text{max-width:85vw}\n"] }]
|
|
100
109
|
}], ctorParameters: () => [{ type: Object, decorators: [{
|
|
101
110
|
type: Inject,
|
|
102
111
|
args: [PLATFORM_ID]
|
|
@@ -118,4 +127,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
118
127
|
type: HostListener,
|
|
119
128
|
args: ['window:resize']
|
|
120
129
|
}] } });
|
|
121
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi10b3Atc2ltcGxlLWJhbm5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNpbXBsZS1iYW5uZXIvYmFieWxvbi10b3Atc2ltcGxlLWJhbm5lci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNpbXBsZS1iYW5uZXIvYmFieWxvbi10b3Atc2ltcGxlLWJhbm5lci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLGlCQUFpQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDbEUsT0FBTyxFQUNILGlCQUFpQixFQUNqQixTQUFTLEVBQ1QsWUFBWSxFQUNaLE1BQU0sRUFDTixLQUFLLEVBQ0wsV0FBVyxFQUNYLE1BQU0sR0FDVCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQztBQUM3RixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxpREFBaUQsQ0FBQztBQUNwRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxxREFBcUQsQ0FBQztBQUM3RixPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSx5REFBeUQsQ0FBQztBQU9yRyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNwRSxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7O0FBZTlFLE1BQU0sT0FBTywrQkFBK0I7SUFnQnhDLFlBQXlDLFVBQWtCO1FBQWxCLGVBQVUsR0FBVixVQUFVLENBQVE7UUFabEQsdUJBQWtCLEdBQWEsS0FBSyxDQUFDO1FBRXJDLGFBQVEsR0FBYSxLQUFLLENBQUM7UUFDM0IsY0FBUyxHQUFhLEtBQUssQ0FBQztRQUVyQyxZQUFPLEdBQVcsaUJBQWlCLENBQUM7UUFFcEMsOERBQThEO1FBQ3RELGdCQUFXLEdBQUcsTUFBTSxDQUFDLGtCQUFrQixDQUFDLENBQUM7UUFDekMsUUFBRyxHQUFHLE1BQU0sQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO1FBQ2pDLGFBQVEsR0FBWSxLQUFLLENBQUM7UUFHN0IsSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDO0lBQzNCLENBQUM7SUFFRCwrQ0FBK0M7SUFFL0MsUUFBUTtRQUNKLElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztJQUMzQixDQUFDO0lBRU8sZUFBZTtRQUNuQixJQUFJLGlCQUFpQixDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsRUFBRTtZQUNwQyxNQUFNLGVBQWUsR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDLGVBQWUsRUFBRSxDQUFDO1lBQzNELGdGQUFnRjtZQUNoRixJQUFJLElBQUksQ0FBQyxRQUFRLEtBQUssZUFBZSxFQUFFO2dCQUNuQyxJQUFJLENBQUMsUUFBUSxHQUFHLGVBQWUsQ0FBQztnQkFDaEMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxZQUFZLEVBQUUsQ0FBQzthQUMzQjtTQUNKO0lBQ0wsQ0FBQztJQUVELElBQUksRUFBRTtRQUNGLDhDQUE4QztRQUM5QyxNQUFNLGNBQWMsR0FBRyxJQUFJLENBQUMsSUFBSSxFQUFFLE9BQU8sRUFBRSxNQUFNO1lBQzdDLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLE9BQU87WUFDbkIsQ0FBQyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxpRUFBaUU7UUFFckYsTUFBTSxhQUFhLEdBQ2YsY0FBYyxFQUFFLElBQUksQ0FBQyxDQUFDLEdBQUcsRUFBRSxFQUFFLENBQUMsR0FBRyxFQUFFLEtBQUssS0FBSyxHQUFHLENBQUM7WUFDakQsY0FBYyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFFeEIsSUFBSSxJQUFJLENBQUMsSUFBSSxFQUFFO1lBQ1gsT0FBTztnQkFDSCxLQUFLLEVBQUUsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsSUFBSTtnQkFDNUIsUUFBUSxFQUNKLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxFQUFFLFdBQVc7b0JBQzVCLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxFQUFFLFdBQVc7Z0JBQ2hDLGdCQUFnQixFQUFFLElBQUk7Z0JBQ3RCLFdBQVcsRUFDUCxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssRUFBRSxXQUFXO29CQUM1QixJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssRUFBRSxXQUFXO2dCQUNoQyxXQUFXLEVBQUUsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsV0FBVztnQkFDekMsV0FBVyxFQUFFLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxFQUFFLFdBQVc7Z0JBQ3pDLE9BQU8sRUFBRSxjQUFjO2dCQUN2QixhQUFhLEVBQUUsYUFBYTtnQkFDNUIsVUFBVSxFQUFFLElBQUksQ0FBQyxJQUFJLENBQUMsVUFBVSxJQUFJLElBQUksQ0FBQyxVQUFVO2FBQ3RELENBQUM7U0FDTDthQUFNO1lBQ0gsT0FBTztnQkFDSCxLQUFLLEVBQUUsSUFBSSxDQUFDLFVBQVUsRUFBRSxRQUFRLEVBQUUsQ0FBQyxDQUFDLENBQUMsRUFBRSxLQUFLO2dCQUM1QyxRQUFRLEVBQUUsSUFBSSxDQUFDLFVBQVUsRUFBRSxRQUFRLEVBQUUsQ0FBQyxDQUFDLENBQUMsRUFBRSxRQUFRO2dCQUNsRCxnQkFBZ0IsRUFBRSxJQUFJO2dCQUN0QixXQUFXLEVBQUUsSUFBSSxDQUFDLFVBQVUsRUFBRSxRQUFRLEVBQUUsQ0FBQyxDQUFDLENBQUMsRUFBRSxXQUFXO2dCQUN4RCxXQUFXLEVBQUUsSUFBSTtnQkFDakIsV0FBVyxFQUFFLElBQUk7Z0JBQ2pCLE9BQU8sRUFBRSxjQUFjO2dCQUN2QixhQUFhLEVBQUUsYUFBYTtnQkFDNUIsVUFBVSxFQUFFLElBQUksQ0FBQyxVQUFVO2FBQzlCLENBQUM7U0FDTDtJQUNMLENBQUM7SUFFRCxjQUFjLENBQUMsT0FBZTtRQUMxQixNQUFNLGlCQUFpQixHQUFHLElBQUksQ0FBQyxFQUFFLENBQUMsVUFBVSxDQUFDO1FBRTdDLCtFQUErRTtRQUMvRSxJQUFJLElBQUksQ0FBQyxRQUFRLElBQUksaUJBQWlCLEVBQUUsY0FBYyxFQUFFLE1BQU0sRUFBRTtZQUM1RCxPQUFPLGlCQUFpQixDQUFDLGNBQWMsQ0FBQztTQUMzQztRQUVELHNGQUFzRjtRQUN0RixNQUFNLFlBQVksR0FBRyw0QkFBNEIsQ0FDN0MsaUJBQWlCLEVBQ2pCLE9BQU8sQ0FDVixDQUFDO1FBQ0YsSUFBSSxZQUFZLElBQUksWUFBWSxDQUFDLE1BQU0sR0FBRyxDQUFDLEVBQUU7WUFDekMsT0FBTyxZQUFZLENBQUM7U0FDdkI7UUFFRCxvRUFBb0U7UUFDcEUsT0FBTyxpQkFBaUIsRUFBRSxRQUFRLENBQUM7SUFDdkMsQ0FBQzsrR0FqR1EsK0JBQStCLGtCQWdCcEIsV0FBVzttR0FoQnRCLCtCQUErQixpVUNwQzVDLDBpS0FrSkEsdWwvQkR2SFEsaUJBQWlCLHVFQUNqQiwwQkFBMEIsaUtBQzFCLHNCQUFzQiwrRkFDdEIsd0JBQXdCLGtLQUN4QixZQUFZOzs0RkFLUCwrQkFBK0I7a0JBYjNDLFNBQVM7K0JBQ0ksK0JBQStCLGNBQzdCLElBQUksV0FDUDt3QkFDTCxpQkFBaUI7d0JBQ2pCLDBCQUEwQjt3QkFDMUIsc0JBQXNCO3dCQUN0Qix3QkFBd0I7d0JBQ3hCLFlBQVk7cUJBQ2Y7OzBCQW9CWSxNQUFNOzJCQUFDLFdBQVc7eUNBZnRCLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxrQkFBa0I7c0JBQTFCLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSztnQkFlTixRQUFRO3NCQURQLFlBQVk7dUJBQUMsZUFBZSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSwgaXNQbGF0Zm9ybUJyb3dzZXIgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgICBDb21wb25lbnQsXG4gICAgSG9zdExpc3RlbmVyLFxuICAgIEluamVjdCxcbiAgICBJbnB1dCxcbiAgICBQTEFURk9STV9JRCxcbiAgICBpbmplY3QsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFieWxvbkxpbmtUeXBlRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vZGlyZWN0aXZlcy9saW5rLXR5cGUvbGluay10eXBlLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBTY3JvbGxUb0RpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uL2RpcmVjdGl2ZXMvc2Nyb2xscy9zY3JvbGwtdG8uZGlyZWN0aXZlJztcbmltcG9ydCB7IFNob3dPbmx5QXRUb3BEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmVzL3Njcm9sbHMvc2hvdy1vbmx5LXRvcC5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgU3RpY2t5QXZvaWRGb290ZXJEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmVzL3V0aWxzL3N0aWNreS1hdm9pZC1mb290ZXIuZGlyZWN0aXZlJztcbmltcG9ydCB7XG4gICAgQmFieWxvbkJ1dHRvbkksXG4gICAgQmFieWxvblJvb21EZXRhaWxJLFxuICAgIEJhYnlsb25UZXh0SW5mb0ksXG59IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMnO1xuaW1wb3J0IHsgQmFieWxvbk11bHRpbWVkaWFJIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLW11bHRpbWVkaWEuaW50ZXJmYWNlJztcbmltcG9ydCB7IFNjcmVlblNpemVyU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL3NjcmVlbi1zaXplcic7XG5pbXBvcnQgeyBnZXRJbWFnZXNCeVRhZ0Zyb21NdWx0aW1lZGlhIH0gZnJvbSAnLi4vLi4vLi4vdXRpbHMvbXV0aW1lZGlhLnV0aWxzJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi10b3Atc2ltcGxlLWJhbm5lcicsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIFNjcm9sbFRvRGlyZWN0aXZlLFxuICAgICAgICBTdGlja3lBdm9pZEZvb3RlckRpcmVjdGl2ZSxcbiAgICAgICAgU2hvd09ubHlBdFRvcERpcmVjdGl2ZSxcbiAgICAgICAgQmFieWxvbkxpbmtUeXBlRGlyZWN0aXZlLFxuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi10b3Atc2ltcGxlLWJhbm5lci5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24tdG9wLXNpbXBsZS1iYW5uZXIuY29tcG9uZW50LnNjc3MnLFxufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uVG9wU2ltcGxlQmFubmVyQ29tcG9uZW50IHtcbiAgICBASW5wdXQoKSB0ZXh0cz86IEJhYnlsb25UZXh0SW5mb0k7XG4gICAgQElucHV0KCkgbXVsdGltZWRpYT86IEJhYnlsb25NdWx0aW1lZGlhSTtcbiAgICBASW5wdXQoKSBidXR0b25zPzogQmFieWxvbkJ1dHRvbklbXTtcbiAgICBASW5wdXQoKSBoaWRkZW5SaWdodEJ1dHRvbnM/OiBib29sZWFuID0gZmFsc2U7XG4gICAgQElucHV0KCkgcm9vbT86IEJhYnlsb25Sb29tRGV0YWlsSTtcbiAgICBASW5wdXQoKSBsZWZ0U2lkZT86IGJvb2xlYW4gPSBmYWxzZTtcbiAgICBASW5wdXQoKSByaWdodFNpZGU/OiBib29sZWFuID0gZmFsc2U7XG5cbiAgICB0YWdOYW1lOiBzdHJpbmcgPSAnVG9wU2ltcGxlQmFubmVyJztcblxuICAgIC8vIElueWVjdGFtb3MgbG9zIHNlcnZpY2lvcyBuZWNlc2FyaW9zIHBhcmEgbGEgZGV0ZWNjacOzbiBtw7N2aWxcbiAgICBwcml2YXRlIHNjcmVlblNpemVyID0gaW5qZWN0KFNjcmVlblNpemVyU2VydmljZSk7XG4gICAgcHJpdmF0ZSBjZHIgPSBpbmplY3QoQ2hhbmdlRGV0ZWN0b3JSZWYpO1xuICAgIHB1YmxpYyBpc01vYmlsZTogYm9vbGVhbiA9IGZhbHNlO1xuXG4gICAgY29uc3RydWN0b3IoQEluamVjdChQTEFURk9STV9JRCkgcHJpdmF0ZSBwbGF0Zm9ybUlkOiBPYmplY3QpIHtcbiAgICAgICAgdGhpcy5jaGVja1NjcmVlblNpemUoKTtcbiAgICB9XG5cbiAgICAvLyBFc2N1Y2hhbW9zIGxvcyBjYW1iaW9zIGRlIHRhbWHDsW8gZGUgcGFudGFsbGFcbiAgICBASG9zdExpc3RlbmVyKCd3aW5kb3c6cmVzaXplJylcbiAgICBvblJlc2l6ZSgpIHtcbiAgICAgICAgdGhpcy5jaGVja1NjcmVlblNpemUoKTtcbiAgICB9XG5cbiAgICBwcml2YXRlIGNoZWNrU2NyZWVuU2l6ZSgpIHtcbiAgICAgICAgaWYgKGlzUGxhdGZvcm1Ccm93c2VyKHRoaXMucGxhdGZvcm1JZCkpIHtcbiAgICAgICAgICAgIGNvbnN0IGN1cnJlbnRJc01vYmlsZSA9IHRoaXMuc2NyZWVuU2l6ZXIubWF4TWVkaXVtVGFibGV0KCk7XG4gICAgICAgICAgICAvLyBTb2xvIGZvcnphbW9zIGVsIHJlZGlidWphZG8gc2kgY2FtYmlhIGVsIGVzdGFkbyAob3B0aW1pemFjacOzbiBkZSByZW5kaW1pZW50bylcbiAgICAgICAgICAgIGlmICh0aGlzLmlzTW9iaWxlICE9PSBjdXJyZW50SXNNb2JpbGUpIHtcbiAgICAgICAgICAgICAgICB0aGlzLmlzTW9iaWxlID0gY3VycmVudElzTW9iaWxlO1xuICAgICAgICAgICAgICAgIHRoaXMuY2RyLm1hcmtGb3JDaGVjaygpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxuXG4gICAgZ2V0IHZtKCkge1xuICAgICAgICAvLyBEZWZpbmltb3MgcXXDqSBhcnJheSBkZSBib3RvbmVzIHZhbW9zIGEgdXNhclxuICAgICAgICBjb25zdCBjdXJyZW50QnV0dG9ucyA9IHRoaXMucm9vbT8uYnV0dG9ucz8ubGVuZ3RoXG4gICAgICAgICAgICA/IHRoaXMucm9vbS5idXR0b25zXG4gICAgICAgICAgICA6IHRoaXMuYnV0dG9uczsgLy8gQnVzY2Ftb3MgZWwgYm90w7NuIGNvbiBvcmRlciAyLCBzaSBubyBleGlzdGUgdG9tYW1vcyBlbCBwcmltZXJvXG5cbiAgICAgICAgY29uc3QgcHJpbWFyeUJ1dHRvbiA9XG4gICAgICAgICAgICBjdXJyZW50QnV0dG9ucz8uZmluZCgoYnRuKSA9PiBidG4/Lm9yZGVyID09PSAnMScpIHx8XG4gICAgICAgICAgICBjdXJyZW50QnV0dG9ucz8uWzBdO1xuXG4gICAgICAgIGlmICh0aGlzLnJvb20pIHtcbiAgICAgICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICAgICAgdGl0bGU6IHRoaXMucm9vbS50ZXh0cz8ubmFtZSxcbiAgICAgICAgICAgICAgICBzdWJ0aXRsZTpcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5yb29tLnRleHRzPy5hZGRpdGlvbmFsMSB8fFxuICAgICAgICAgICAgICAgICAgICB0aGlzLnJvb20udGV4dHM/LmFkZGl0aW9uYWwyLFxuICAgICAgICAgICAgICAgIGRlc2NyaXB0aW9uVGl0bGU6IG51bGwsXG4gICAgICAgICAgICAgICAgZGVzY3JpcHRpb246XG4gICAgICAgICAgICAgICAgICAgIHRoaXMucm9vbS50ZXh0cz8uYWRkaXRpb25hbDQgPz9cbiAgICAgICAgICAgICAgICAgICAgdGhpcy5yb29tLnRleHRzPy5kZXNjcmlwdGlvbixcbiAgICAgICAgICAgICAgICBhZGRpdGlvbmFsMjogdGhpcy5yb29tLnRleHRzPy5hZGRpdGlvbmFsMixcbiAgICAgICAgICAgICAgICBhZGRpdGlvbmFsMzogdGhpcy5yb29tLnRleHRzPy5hZGRpdGlvbmFsMyxcbiAgICAgICAgICAgICAgICBidXR0b25zOiBjdXJyZW50QnV0dG9ucyxcbiAgICAgICAgICAgICAgICBwcmltYXJ5QnV0dG9uOiBwcmltYXJ5QnV0dG9uLFxuICAgICAgICAgICAgICAgIG11bHRpbWVkaWE6IHRoaXMucm9vbS5tdWx0aW1lZGlhIHx8IHRoaXMubXVsdGltZWRpYSxcbiAgICAgICAgICAgIH07XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICByZXR1cm4ge1xuICAgICAgICAgICAgICAgIHRpdGxlOiB0aGlzLm11bHRpbWVkaWE/LmltYWdlbmVzPy5bMF0/LnRpdGxlLFxuICAgICAgICAgICAgICAgIHN1YnRpdGxlOiB0aGlzLm11bHRpbWVkaWE/LmltYWdlbmVzPy5bMF0/LnN1YnRpdGxlLFxuICAgICAgICAgICAgICAgIGRlc2NyaXB0aW9uVGl0bGU6IG51bGwsXG4gICAgICAgICAgICAgICAgZGVzY3JpcHRpb246IHRoaXMubXVsdGltZWRpYT8uaW1hZ2VuZXM/LlswXT8uZGVzY3JpcHRpb24sXG4gICAgICAgICAgICAgICAgYWRkaXRpb25hbDI6IG51bGwsXG4gICAgICAgICAgICAgICAgYWRkaXRpb25hbDM6IG51bGwsXG4gICAgICAgICAgICAgICAgYnV0dG9uczogY3VycmVudEJ1dHRvbnMsXG4gICAgICAgICAgICAgICAgcHJpbWFyeUJ1dHRvbjogcHJpbWFyeUJ1dHRvbixcbiAgICAgICAgICAgICAgICBtdWx0aW1lZGlhOiB0aGlzLm11bHRpbWVkaWEsXG4gICAgICAgICAgICB9O1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgZ2V0SW1hZ2VzQnlUYWcodGFnTmFtZTogc3RyaW5nKSB7XG4gICAgICAgIGNvbnN0IGN1cnJlbnRNdWx0aW1lZGlhID0gdGhpcy52bS5tdWx0aW1lZGlhO1xuXG4gICAgICAgIC8vIDEuIFNpIGVzIG3Ds3ZpbCB5IHRlbmVtb3MgbGEgcHJvcGllZGFkICdpbWFnZW5lc21vYmlsZScgbGxlbmEsIGxhIGRldm9sdmVtb3MuXG4gICAgICAgIGlmICh0aGlzLmlzTW9iaWxlICYmIGN1cnJlbnRNdWx0aW1lZGlhPy5tb2JpbGVJbWFnZW5lcz8ubGVuZ3RoKSB7XG4gICAgICAgICAgICByZXR1cm4gY3VycmVudE11bHRpbWVkaWEubW9iaWxlSW1hZ2VuZXM7XG4gICAgICAgIH1cblxuICAgICAgICAvLyAyLiBTaSBubyBlcyBtw7N2aWwgKG8gbm8gaGF5IGltYWdlbmVzbW9iaWxlIGNvbmZpZ3VyYWRhcyksIGludGVudGFtb3MgYnVzY2FyIHBvciBUYWdcbiAgICAgICAgY29uc3QgdGFnZ2VkSW1hZ2VzID0gZ2V0SW1hZ2VzQnlUYWdGcm9tTXVsdGltZWRpYShcbiAgICAgICAgICAgIGN1cnJlbnRNdWx0aW1lZGlhLFxuICAgICAgICAgICAgdGFnTmFtZVxuICAgICAgICApO1xuICAgICAgICBpZiAodGFnZ2VkSW1hZ2VzICYmIHRhZ2dlZEltYWdlcy5sZW5ndGggPiAwKSB7XG4gICAgICAgICAgICByZXR1cm4gdGFnZ2VkSW1hZ2VzO1xuICAgICAgICB9XG5cbiAgICAgICAgLy8gMy4gRmFsbGJhY2sgZmluYWw6IERldm9sdmVtb3MgbGFzIGltYWdlbmVzIHBvciBkZWZlY3RvIGRlIGRlc2t0b3BcbiAgICAgICAgcmV0dXJuIGN1cnJlbnRNdWx0aW1lZGlhPy5pbWFnZW5lcztcbiAgICB9XG59XG4iLCI8c2VjdGlvblxuICAgIGNsYXNzPVwidG9wLWJhbm5lciBqcy1hY3RpdmUtc2xpZGVyXCJcbiAgICBbbmdDbGFzc109XCJ7ICd0b3AtYmFubmVyLS1yaWdodCc6IHJpZ2h0U2lkZSB8fCBsZWZ0U2lkZSB9XCJcbiAgICBkYXRhLXNsaWRlcl9wYXVzZT1cImZhbHNlXCJcbiAgICBkYXRhLXNsaWRlcl9uYW1lPVwianMtYmFubmVyLXNsaWRlclwiXG4gICAgZGF0YS1zbGlkZXJfc2hvd2J0bnM9XCJmYWxzZVwiXG4gICAgZGF0YS1zbGlkZXJfc2hvd2RvdHM9XCJmYWxzZVwiXG4gICAgZGF0YS1zbGlkZXJfZmFkZT1cInRydWVcIlxuICAgIGRhdGEtc2xpZGVyX2F1dG9wbGF5PVwidHJ1ZVwiXG4gICAgZGF0YS1zbGlkZXNfcGM9XCIxXCJcbj5cbiAgICBAaWYgKGdldEltYWdlc0J5VGFnKHRhZ05hbWUpOyBhcyBpbWdzKSB7XG4gICAgICAgIDxkaXYgY2xhc3M9XCJqcy1iYW5uZXItc2xpZGVyXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwidG9wLWJhbm5lcl9faXRlbVwiPlxuICAgICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICAgICAgW3NyY109XCJcbiAgICAgICAgICAgICAgICAgICAgICAgIGltZ3M/LlswXT8uaW1nPy5zcmMgfHxcbiAgICAgICAgICAgICAgICAgICAgICAgICdkYXRhOmltYWdlL2dpZjtiYXNlNjQsUjBsR09EbGhBUUFCQUlBQUFBQUFBUC8vL3lINUJBRUFBQUFBTEFBQUFBQUJBQUVBQUFJQlJBQTcnXG4gICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgIFthbHRdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICBpbWdzPy5bMF0/LmltZz8uYWx0IHx8XG4gICAgICAgICAgICAgICAgICAgICAgICBpbWdzPy5bMF0/LnRpdGxlIHx8XG4gICAgICAgICAgICAgICAgICAgICAgICAnSW1hZ2VuIGRlIHNlY2Npw7NuJ1xuICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRvcC1iYW5uZXJfX2ltYWdlXCJcbiAgICAgICAgICAgICAgICAgICAgd2lkdGg9XCIxODAwXCJcbiAgICAgICAgICAgICAgICAgICAgaGVpZ2h0PVwiMTI0NFwiXG4gICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cblxuICAgICAgICA8ZGl2XG4gICAgICAgICAgICBjbGFzcz1cInRvcC1iYW5uZXJfX2NvbnRlbnQganMtc2Nyb2xsdG9cIlxuICAgICAgICAgICAgZGF0YS1zY3JvbGxfc3BhY2VyPVwiNTBcIlxuICAgICAgICAgICAgZGF0YS1zY3JvbGxfdG89XCIuc3RhcnRcIlxuICAgICAgICAgICAgcm9sZT1cImJ1dHRvblwiXG4gICAgICAgID5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0b3AtYmFubmVyX19jb250ZW50LWlubmVyXCI+XG4gICAgICAgICAgICAgICAgQGlmICh2bS50aXRsZSkge1xuICAgICAgICAgICAgICAgICAgICA8aDE+e3sgdm0udGl0bGUgfX08L2gxPlxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBAaWYgKHZtLnN1YnRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgIDxwIFtpbm5lckhUTUxdPVwidm0uc3VidGl0bGVcIj48L3A+XG4gICAgICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ0b3AtYmFubmVyX19jb250ZW50LWljb25cIj5cbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ0b3AtYmFubmVyX19jb250ZW50LWljb24tLWxpbmVcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzdmcgYXJpYS1oaWRkZW49XCJ0cnVlXCIgZm9jdXNhYmxlPVwiZmFsc2VcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2Fycm93LWxpbmUuc3ZnI2Fycm93LWxpbmVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidG9wLWJhbm5lcl9fY29udGVudC1pY29uLS1pbWdcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzdmcgYXJpYS1oaWRkZW49XCJ0cnVlXCIgZm9jdXNhYmxlPVwiZmFsc2VcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24tYXJyb3cuc3ZnI2ljb24tYXJyb3dcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIH1cblxuICAgIDxkaXYgY2xhc3M9XCJ0b3AtYmFubmVyX190ZXh0XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgICAgICAgIEBpZiAodm0uYWRkaXRpb25hbDIgfHwgdm0uZGVzY3JpcHRpb25UaXRsZSkge1xuICAgICAgICAgICAgICAgIDxoMyBbaW5uZXJIVE1MXT1cInZtLmFkZGl0aW9uYWwyID8/IHZtLmRlc2NyaXB0aW9uVGl0bGVcIj48L2gzPlxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgQGlmICh2bS5hZGRpdGlvbmFsMyA/PyB2bS5kZXNjcmlwdGlvbikge1xuICAgICAgICAgICAgICAgIDxwIFtpbm5lckhUTUxdPVwidm0uYWRkaXRpb25hbDMgPz8gdm0uZGVzY3JpcHRpb25cIj48L3A+XG4gICAgICAgICAgICB9XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuXG4gICAgPHNwYW4gY2xhc3M9XCJoZXJvLWJhbm5lcl9fY29va2llc1wiPlxuICAgICAgICA8c3ZnXG4gICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgY2xhc3M9XCJoZXJvLWJhbm5lcl9fY29va2llcy0taW1nXCJcbiAgICAgICAgPlxuICAgICAgICAgICAgPHVzZSBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9pY29uLWNvb2tpZXMuc3ZnI2ljb24tY29va2llc1wiPjwvdXNlPlxuICAgICAgICA8L3N2Zz5cbiAgICA8L3NwYW4+XG5cbiAgICBAaWYgKCFoaWRkZW5SaWdodEJ1dHRvbnMpIHtcbiAgICAgICAgPGRpdlxuICAgICAgICAgICAgY2xhc3M9XCJoZXJvLWJhbm5lcl9fYWN0aW9uc1wiXG4gICAgICAgICAgICBzdGlja3lBdm9pZEZvb3RlclxuICAgICAgICAgICAgW2Zvb3RlclNlbGVjdG9yXT1cIicuZm9vdGVyX19saW5rcydcIlxuICAgICAgICAgICAgW3ZpZXdwb3J0UGFkZGluZ109XCIzMFwiXG4gICAgICAgICAgICBbZGVmYXVsdEJvdHRvbV09XCInM3JlbSdcIlxuICAgICAgICAgICAgW292ZXJsYXBBZGp1c3RQeF09XCIxMFwiXG4gICAgICAgID5cbiAgICAgICAgICAgIDxzcGFuXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJoZXJvLWJhbm5lcl9fYWN0aW9ucy0taWNvbiBoZXJvLWJhbm5lcl9fYWN0aW9ucy0td2hhdHNhcHBcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIDxzcGFuPldoYXRzYXBwPC9zcGFuPlxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaGVyby1iYW5uZXJfX2FjdGlvbnMtLWltZ1wiPlxuICAgICAgICAgICAgICAgICAgICA8c3ZnIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGZvY3VzYWJsZT1cImZhbHNlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8dXNlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi13aGF0c2FwcC5zdmcjaWNvbi13aGF0c2FwcFwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+PC91c2U+XG4gICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgIDxzcGFuXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJoZXJvLWJhbm5lcl9fYWN0aW9ucy0taWNvbiBqcy1hY3RpdmUtbW9kYWxcIlxuICAgICAgICAgICAgICAgIGRhdGEtbW9kYWxfbmFtZT1cIm5ld3NsZXR0ZXJcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIDxzcGFuPk5ld3NsZXR0ZXI8L3NwYW4+XG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJoZXJvLWJhbm5lcl9fYWN0aW9ucy0taW1nXCI+XG4gICAgICAgICAgICAgICAgICAgIDxzdmcgYXJpYS1oaWRkZW49XCJ0cnVlXCIgZm9jdXNhYmxlPVwiZmFsc2VcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9pY29uLWVudmVsb3BlLnN2ZyNpY29uLWVudmVsb3BlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICA8L2Rpdj5cbiAgICB9XG5cbiAgICBAaWYgKHZtLnByaW1hcnlCdXR0b247IGFzIGJ0bikge1xuICAgICAgICBAaWYgKGJ0bj8ubGFiZWwgfHwgYnRuPy51cmwpIHtcbiAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICBjbGFzcz1cImJ0bl9fZ3JvdXBcIlxuICAgICAgICAgICAgICAgIGZhZGVXaXRoU2Nyb2xsXG4gICAgICAgICAgICAgICAgc2hvd09ubHlBdFRvcFxuICAgICAgICAgICAgICAgIFt0b3BTaG93UHhdPVwiMTJcIlxuICAgICAgICAgICAgICAgIFttaW5XaWR0aF09XCI1NDBcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiYnRuLmxhYmVsXCJcbiAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiYnRuLnVybFwiXG4gICAgICAgICAgICAgICAgICAgIFtsaW5rVHlwZV09XCJidG4ubGlua1R5cGVcIlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0biBidG5fX3ByaW1hcnlcIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPHNwYW4+e3sgYnRuLmxhYmVsIH19PC9zcGFuPlxuICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICB9XG4gICAgfVxuPC9zZWN0aW9uPlxuXG48ZGl2IGNsYXNzPVwic3RhcnRcIj48L2Rpdj5cbiJdfQ==
|
|
130
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi10b3Atc2ltcGxlLWJhbm5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNpbXBsZS1iYW5uZXIvYmFieWxvbi10b3Atc2ltcGxlLWJhbm5lci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNpbXBsZS1iYW5uZXIvYmFieWxvbi10b3Atc2ltcGxlLWJhbm5lci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLGlCQUFpQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDbEUsT0FBTyxFQUNILGlCQUFpQixFQUNqQixTQUFTLEVBQ1QsWUFBWSxFQUNaLE1BQU0sRUFDTixLQUFLLEVBQ0wsV0FBVyxFQUNYLE1BQU0sR0FDVCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQztBQUM3RixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxpREFBaUQsQ0FBQztBQUNwRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxxREFBcUQsQ0FBQztBQUM3RixPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSx5REFBeUQsQ0FBQztBQU9yRyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNwRSxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7O0FBZTlFLE1BQU0sT0FBTywrQkFBK0I7SUFnQnhDLFlBQXlDLFVBQWtCO1FBQWxCLGVBQVUsR0FBVixVQUFVLENBQVE7UUFabEQsdUJBQWtCLEdBQWEsS0FBSyxDQUFDO1FBRXJDLGFBQVEsR0FBYSxLQUFLLENBQUM7UUFDM0IsY0FBUyxHQUFhLEtBQUssQ0FBQztRQUVyQyxZQUFPLEdBQVcsaUJBQWlCLENBQUM7UUFFcEMsOERBQThEO1FBQ3RELGdCQUFXLEdBQUcsTUFBTSxDQUFDLGtCQUFrQixDQUFDLENBQUM7UUFDekMsUUFBRyxHQUFHLE1BQU0sQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO1FBQ2pDLGFBQVEsR0FBWSxLQUFLLENBQUM7UUFHN0IsSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDO0lBQzNCLENBQUM7SUFFRCwrQ0FBK0M7SUFFL0MsUUFBUTtRQUNKLElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztJQUMzQixDQUFDO0lBRU8sZUFBZTtRQUNuQixJQUFJLGlCQUFpQixDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsRUFBRTtZQUNwQyxNQUFNLGVBQWUsR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDLGVBQWUsRUFBRSxDQUFDO1lBQzNELGdGQUFnRjtZQUNoRixJQUFJLElBQUksQ0FBQyxRQUFRLEtBQUssZUFBZSxFQUFFO2dCQUNuQyxJQUFJLENBQUMsUUFBUSxHQUFHLGVBQWUsQ0FBQztnQkFDaEMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxZQUFZLEVBQUUsQ0FBQzthQUMzQjtTQUNKO0lBQ0wsQ0FBQztJQUVELElBQUksRUFBRTtRQUNGLDhDQUE4QztRQUM5QyxNQUFNLGNBQWMsR0FBRyxJQUFJLENBQUMsSUFBSSxFQUFFLE9BQU8sRUFBRSxNQUFNO1lBQzdDLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLE9BQU87WUFDbkIsQ0FBQyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxpRUFBaUU7UUFFckYsTUFBTSxhQUFhLEdBQ2YsY0FBYyxFQUFFLElBQUksQ0FBQyxDQUFDLEdBQUcsRUFBRSxFQUFFLENBQUMsR0FBRyxFQUFFLEtBQUssS0FBSyxHQUFHLENBQUM7WUFDakQsY0FBYyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFFeEIsSUFBSSxJQUFJLENBQUMsSUFBSSxFQUFFO1lBQ1gsT0FBTztnQkFDSCxLQUFLLEVBQUUsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsSUFBSTtnQkFDNUIsUUFBUSxFQUNKLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxFQUFFLFdBQVc7b0JBQzVCLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxFQUFFLFdBQVc7Z0JBQ2hDLGdCQUFnQixFQUFFLElBQUk7Z0JBQ3RCLFdBQVcsRUFDUCxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssRUFBRSxXQUFXO29CQUM1QixJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssRUFBRSxXQUFXO2dCQUNoQyxXQUFXLEVBQUUsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsV0FBVztnQkFDekMsV0FBVyxFQUFFLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxFQUFFLFdBQVc7Z0JBQ3pDLE9BQU8sRUFBRSxjQUFjO2dCQUN2QixhQUFhLEVBQUUsYUFBYTtnQkFDNUIsVUFBVSxFQUFFLElBQUksQ0FBQyxJQUFJLENBQUMsVUFBVSxJQUFJLElBQUksQ0FBQyxVQUFVO2FBQ3RELENBQUM7U0FDTDthQUFNO1lBQ0gsT0FBTztnQkFDSCxLQUFLLEVBQUUsSUFBSSxDQUFDLFVBQVUsRUFBRSxRQUFRLEVBQUUsQ0FBQyxDQUFDLENBQUMsRUFBRSxLQUFLO2dCQUM1QyxRQUFRLEVBQUUsSUFBSSxDQUFDLFVBQVUsRUFBRSxRQUFRLEVBQUUsQ0FBQyxDQUFDLENBQUMsRUFBRSxRQUFRO2dCQUNsRCxnQkFBZ0IsRUFBRSxJQUFJO2dCQUN0QixXQUFXLEVBQUUsSUFBSSxDQUFDLFVBQVUsRUFBRSxRQUFRLEVBQUUsQ0FBQyxDQUFDLENBQUMsRUFBRSxXQUFXO2dCQUN4RCxXQUFXLEVBQUUsSUFBSTtnQkFDakIsV0FBVyxFQUFFLElBQUk7Z0JBQ2pCLE9BQU8sRUFBRSxjQUFjO2dCQUN2QixhQUFhLEVBQUUsYUFBYTtnQkFDNUIsVUFBVSxFQUFFLElBQUksQ0FBQyxVQUFVO2FBQzlCLENBQUM7U0FDTDtJQUNMLENBQUM7SUFFRCxjQUFjLENBQUMsT0FBZTtRQUMxQixNQUFNLGlCQUFpQixHQUFHLElBQUksQ0FBQyxFQUFFLENBQUMsVUFBVSxDQUFDO1FBRTdDLCtFQUErRTtRQUMvRSxJQUFJLElBQUksQ0FBQyxRQUFRLElBQUksaUJBQWlCLEVBQUUsY0FBYyxFQUFFLE1BQU0sRUFBRTtZQUM1RCxPQUFPLGlCQUFpQixDQUFDLGNBQWMsQ0FBQztTQUMzQztRQUVELHNGQUFzRjtRQUN0RixNQUFNLFlBQVksR0FBRyw0QkFBNEIsQ0FDN0MsaUJBQWlCLEVBQ2pCLE9BQU8sQ0FDVixDQUFDO1FBQ0YsSUFBSSxZQUFZLElBQUksWUFBWSxDQUFDLE1BQU0sR0FBRyxDQUFDLEVBQUU7WUFDekMsT0FBTyxZQUFZLENBQUM7U0FDdkI7UUFFRCxvRUFBb0U7UUFDcEUsT0FBTyxpQkFBaUIsRUFBRSxRQUFRLENBQUM7SUFDdkMsQ0FBQztJQUVELElBQUksY0FBYztRQUNkLE1BQU0sR0FBRyxHQUFHLElBQUksR0FBRyxFQUEwQixDQUFDO1FBRTlDLElBQUksQ0FBQyxFQUFFLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDLEdBQUcsRUFBRSxFQUFFO1lBQzdCLElBQUksR0FBRyxFQUFFLEtBQUssRUFBRTtnQkFDWixHQUFHLENBQUMsR0FBRyxDQUFDLE1BQU0sQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLEVBQUUsR0FBRyxDQUFDLENBQUM7YUFDbkM7UUFDTCxDQUFDLENBQUMsQ0FBQztRQUVILE9BQU8sR0FBRyxDQUFDO0lBQ2YsQ0FBQzsrR0E3R1EsK0JBQStCLGtCQWdCcEIsV0FBVzttR0FoQnRCLCtCQUErQixpVUNwQzVDLGdxTEE2SkEsdWwvQkRsSVEsaUJBQWlCLHVFQUNqQiwwQkFBMEIsaUtBQzFCLHNCQUFzQiwrRkFDdEIsd0JBQXdCLGtLQUN4QixZQUFZOzs0RkFLUCwrQkFBK0I7a0JBYjNDLFNBQVM7K0JBQ0ksK0JBQStCLGNBQzdCLElBQUksV0FDUDt3QkFDTCxpQkFBaUI7d0JBQ2pCLDBCQUEwQjt3QkFDMUIsc0JBQXNCO3dCQUN0Qix3QkFBd0I7d0JBQ3hCLFlBQVk7cUJBQ2Y7OzBCQW9CWSxNQUFNOzJCQUFDLFdBQVc7eUNBZnRCLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxrQkFBa0I7c0JBQTFCLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSztnQkFlTixRQUFRO3NCQURQLFlBQVk7dUJBQUMsZUFBZSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSwgaXNQbGF0Zm9ybUJyb3dzZXIgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgICBDb21wb25lbnQsXG4gICAgSG9zdExpc3RlbmVyLFxuICAgIEluamVjdCxcbiAgICBJbnB1dCxcbiAgICBQTEFURk9STV9JRCxcbiAgICBpbmplY3QsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFieWxvbkxpbmtUeXBlRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vZGlyZWN0aXZlcy9saW5rLXR5cGUvbGluay10eXBlLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBTY3JvbGxUb0RpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uL2RpcmVjdGl2ZXMvc2Nyb2xscy9zY3JvbGwtdG8uZGlyZWN0aXZlJztcbmltcG9ydCB7IFNob3dPbmx5QXRUb3BEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmVzL3Njcm9sbHMvc2hvdy1vbmx5LXRvcC5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgU3RpY2t5QXZvaWRGb290ZXJEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmVzL3V0aWxzL3N0aWNreS1hdm9pZC1mb290ZXIuZGlyZWN0aXZlJztcbmltcG9ydCB7XG4gICAgQmFieWxvbkJ1dHRvbkksXG4gICAgQmFieWxvblJvb21EZXRhaWxJLFxuICAgIEJhYnlsb25UZXh0SW5mb0ksXG59IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMnO1xuaW1wb3J0IHsgQmFieWxvbk11bHRpbWVkaWFJIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLW11bHRpbWVkaWEuaW50ZXJmYWNlJztcbmltcG9ydCB7IFNjcmVlblNpemVyU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL3NjcmVlbi1zaXplcic7XG5pbXBvcnQgeyBnZXRJbWFnZXNCeVRhZ0Zyb21NdWx0aW1lZGlhIH0gZnJvbSAnLi4vLi4vLi4vdXRpbHMvbXV0aW1lZGlhLnV0aWxzJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi10b3Atc2ltcGxlLWJhbm5lcicsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIFNjcm9sbFRvRGlyZWN0aXZlLFxuICAgICAgICBTdGlja3lBdm9pZEZvb3RlckRpcmVjdGl2ZSxcbiAgICAgICAgU2hvd09ubHlBdFRvcERpcmVjdGl2ZSxcbiAgICAgICAgQmFieWxvbkxpbmtUeXBlRGlyZWN0aXZlLFxuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi10b3Atc2ltcGxlLWJhbm5lci5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24tdG9wLXNpbXBsZS1iYW5uZXIuY29tcG9uZW50LnNjc3MnLFxufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uVG9wU2ltcGxlQmFubmVyQ29tcG9uZW50IHtcbiAgICBASW5wdXQoKSB0ZXh0cz86IEJhYnlsb25UZXh0SW5mb0k7XG4gICAgQElucHV0KCkgbXVsdGltZWRpYT86IEJhYnlsb25NdWx0aW1lZGlhSTtcbiAgICBASW5wdXQoKSBidXR0b25zPzogQmFieWxvbkJ1dHRvbklbXTtcbiAgICBASW5wdXQoKSBoaWRkZW5SaWdodEJ1dHRvbnM/OiBib29sZWFuID0gZmFsc2U7XG4gICAgQElucHV0KCkgcm9vbT86IEJhYnlsb25Sb29tRGV0YWlsSTtcbiAgICBASW5wdXQoKSBsZWZ0U2lkZT86IGJvb2xlYW4gPSBmYWxzZTtcbiAgICBASW5wdXQoKSByaWdodFNpZGU/OiBib29sZWFuID0gZmFsc2U7XG5cbiAgICB0YWdOYW1lOiBzdHJpbmcgPSAnVG9wU2ltcGxlQmFubmVyJztcblxuICAgIC8vIElueWVjdGFtb3MgbG9zIHNlcnZpY2lvcyBuZWNlc2FyaW9zIHBhcmEgbGEgZGV0ZWNjacOzbiBtw7N2aWxcbiAgICBwcml2YXRlIHNjcmVlblNpemVyID0gaW5qZWN0KFNjcmVlblNpemVyU2VydmljZSk7XG4gICAgcHJpdmF0ZSBjZHIgPSBpbmplY3QoQ2hhbmdlRGV0ZWN0b3JSZWYpO1xuICAgIHB1YmxpYyBpc01vYmlsZTogYm9vbGVhbiA9IGZhbHNlO1xuXG4gICAgY29uc3RydWN0b3IoQEluamVjdChQTEFURk9STV9JRCkgcHJpdmF0ZSBwbGF0Zm9ybUlkOiBPYmplY3QpIHtcbiAgICAgICAgdGhpcy5jaGVja1NjcmVlblNpemUoKTtcbiAgICB9XG5cbiAgICAvLyBFc2N1Y2hhbW9zIGxvcyBjYW1iaW9zIGRlIHRhbWHDsW8gZGUgcGFudGFsbGFcbiAgICBASG9zdExpc3RlbmVyKCd3aW5kb3c6cmVzaXplJylcbiAgICBvblJlc2l6ZSgpIHtcbiAgICAgICAgdGhpcy5jaGVja1NjcmVlblNpemUoKTtcbiAgICB9XG5cbiAgICBwcml2YXRlIGNoZWNrU2NyZWVuU2l6ZSgpIHtcbiAgICAgICAgaWYgKGlzUGxhdGZvcm1Ccm93c2VyKHRoaXMucGxhdGZvcm1JZCkpIHtcbiAgICAgICAgICAgIGNvbnN0IGN1cnJlbnRJc01vYmlsZSA9IHRoaXMuc2NyZWVuU2l6ZXIubWF4TWVkaXVtVGFibGV0KCk7XG4gICAgICAgICAgICAvLyBTb2xvIGZvcnphbW9zIGVsIHJlZGlidWphZG8gc2kgY2FtYmlhIGVsIGVzdGFkbyAob3B0aW1pemFjacOzbiBkZSByZW5kaW1pZW50bylcbiAgICAgICAgICAgIGlmICh0aGlzLmlzTW9iaWxlICE9PSBjdXJyZW50SXNNb2JpbGUpIHtcbiAgICAgICAgICAgICAgICB0aGlzLmlzTW9iaWxlID0gY3VycmVudElzTW9iaWxlO1xuICAgICAgICAgICAgICAgIHRoaXMuY2RyLm1hcmtGb3JDaGVjaygpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxuXG4gICAgZ2V0IHZtKCkge1xuICAgICAgICAvLyBEZWZpbmltb3MgcXXDqSBhcnJheSBkZSBib3RvbmVzIHZhbW9zIGEgdXNhclxuICAgICAgICBjb25zdCBjdXJyZW50QnV0dG9ucyA9IHRoaXMucm9vbT8uYnV0dG9ucz8ubGVuZ3RoXG4gICAgICAgICAgICA/IHRoaXMucm9vbS5idXR0b25zXG4gICAgICAgICAgICA6IHRoaXMuYnV0dG9uczsgLy8gQnVzY2Ftb3MgZWwgYm90w7NuIGNvbiBvcmRlciAyLCBzaSBubyBleGlzdGUgdG9tYW1vcyBlbCBwcmltZXJvXG5cbiAgICAgICAgY29uc3QgcHJpbWFyeUJ1dHRvbiA9XG4gICAgICAgICAgICBjdXJyZW50QnV0dG9ucz8uZmluZCgoYnRuKSA9PiBidG4/Lm9yZGVyID09PSAnMScpIHx8XG4gICAgICAgICAgICBjdXJyZW50QnV0dG9ucz8uWzBdO1xuXG4gICAgICAgIGlmICh0aGlzLnJvb20pIHtcbiAgICAgICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICAgICAgdGl0bGU6IHRoaXMucm9vbS50ZXh0cz8ubmFtZSxcbiAgICAgICAgICAgICAgICBzdWJ0aXRsZTpcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5yb29tLnRleHRzPy5hZGRpdGlvbmFsMSB8fFxuICAgICAgICAgICAgICAgICAgICB0aGlzLnJvb20udGV4dHM/LmFkZGl0aW9uYWwyLFxuICAgICAgICAgICAgICAgIGRlc2NyaXB0aW9uVGl0bGU6IG51bGwsXG4gICAgICAgICAgICAgICAgZGVzY3JpcHRpb246XG4gICAgICAgICAgICAgICAgICAgIHRoaXMucm9vbS50ZXh0cz8uYWRkaXRpb25hbDQgPz9cbiAgICAgICAgICAgICAgICAgICAgdGhpcy5yb29tLnRleHRzPy5kZXNjcmlwdGlvbixcbiAgICAgICAgICAgICAgICBhZGRpdGlvbmFsMjogdGhpcy5yb29tLnRleHRzPy5hZGRpdGlvbmFsMixcbiAgICAgICAgICAgICAgICBhZGRpdGlvbmFsMzogdGhpcy5yb29tLnRleHRzPy5hZGRpdGlvbmFsMyxcbiAgICAgICAgICAgICAgICBidXR0b25zOiBjdXJyZW50QnV0dG9ucyxcbiAgICAgICAgICAgICAgICBwcmltYXJ5QnV0dG9uOiBwcmltYXJ5QnV0dG9uLFxuICAgICAgICAgICAgICAgIG11bHRpbWVkaWE6IHRoaXMucm9vbS5tdWx0aW1lZGlhIHx8IHRoaXMubXVsdGltZWRpYSxcbiAgICAgICAgICAgIH07XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICByZXR1cm4ge1xuICAgICAgICAgICAgICAgIHRpdGxlOiB0aGlzLm11bHRpbWVkaWE/LmltYWdlbmVzPy5bMF0/LnRpdGxlLFxuICAgICAgICAgICAgICAgIHN1YnRpdGxlOiB0aGlzLm11bHRpbWVkaWE/LmltYWdlbmVzPy5bMF0/LnN1YnRpdGxlLFxuICAgICAgICAgICAgICAgIGRlc2NyaXB0aW9uVGl0bGU6IG51bGwsXG4gICAgICAgICAgICAgICAgZGVzY3JpcHRpb246IHRoaXMubXVsdGltZWRpYT8uaW1hZ2VuZXM/LlswXT8uZGVzY3JpcHRpb24sXG4gICAgICAgICAgICAgICAgYWRkaXRpb25hbDI6IG51bGwsXG4gICAgICAgICAgICAgICAgYWRkaXRpb25hbDM6IG51bGwsXG4gICAgICAgICAgICAgICAgYnV0dG9uczogY3VycmVudEJ1dHRvbnMsXG4gICAgICAgICAgICAgICAgcHJpbWFyeUJ1dHRvbjogcHJpbWFyeUJ1dHRvbixcbiAgICAgICAgICAgICAgICBtdWx0aW1lZGlhOiB0aGlzLm11bHRpbWVkaWEsXG4gICAgICAgICAgICB9O1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgZ2V0SW1hZ2VzQnlUYWcodGFnTmFtZTogc3RyaW5nKSB7XG4gICAgICAgIGNvbnN0IGN1cnJlbnRNdWx0aW1lZGlhID0gdGhpcy52bS5tdWx0aW1lZGlhO1xuXG4gICAgICAgIC8vIDEuIFNpIGVzIG3Ds3ZpbCB5IHRlbmVtb3MgbGEgcHJvcGllZGFkICdpbWFnZW5lc21vYmlsZScgbGxlbmEsIGxhIGRldm9sdmVtb3MuXG4gICAgICAgIGlmICh0aGlzLmlzTW9iaWxlICYmIGN1cnJlbnRNdWx0aW1lZGlhPy5tb2JpbGVJbWFnZW5lcz8ubGVuZ3RoKSB7XG4gICAgICAgICAgICByZXR1cm4gY3VycmVudE11bHRpbWVkaWEubW9iaWxlSW1hZ2VuZXM7XG4gICAgICAgIH1cblxuICAgICAgICAvLyAyLiBTaSBubyBlcyBtw7N2aWwgKG8gbm8gaGF5IGltYWdlbmVzbW9iaWxlIGNvbmZpZ3VyYWRhcyksIGludGVudGFtb3MgYnVzY2FyIHBvciBUYWdcbiAgICAgICAgY29uc3QgdGFnZ2VkSW1hZ2VzID0gZ2V0SW1hZ2VzQnlUYWdGcm9tTXVsdGltZWRpYShcbiAgICAgICAgICAgIGN1cnJlbnRNdWx0aW1lZGlhLFxuICAgICAgICAgICAgdGFnTmFtZVxuICAgICAgICApO1xuICAgICAgICBpZiAodGFnZ2VkSW1hZ2VzICYmIHRhZ2dlZEltYWdlcy5sZW5ndGggPiAwKSB7XG4gICAgICAgICAgICByZXR1cm4gdGFnZ2VkSW1hZ2VzO1xuICAgICAgICB9XG5cbiAgICAgICAgLy8gMy4gRmFsbGJhY2sgZmluYWw6IERldm9sdmVtb3MgbGFzIGltYWdlbmVzIHBvciBkZWZlY3RvIGRlIGRlc2t0b3BcbiAgICAgICAgcmV0dXJuIGN1cnJlbnRNdWx0aW1lZGlhPy5pbWFnZW5lcztcbiAgICB9XG5cbiAgICBnZXQgYnV0dG9uc0J5T3JkZXIoKSB7XG4gICAgICAgIGNvbnN0IG1hcCA9IG5ldyBNYXA8bnVtYmVyLCBCYWJ5bG9uQnV0dG9uST4oKTtcbiAgICAgICAgXG4gICAgICAgIHRoaXMudm0uYnV0dG9ucz8uZm9yRWFjaCgoYnRuKSA9PiB7XG4gICAgICAgICAgICBpZiAoYnRuPy5vcmRlcikge1xuICAgICAgICAgICAgICAgIG1hcC5zZXQoTnVtYmVyKGJ0bi5vcmRlciksIGJ0bik7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuXG4gICAgICAgIHJldHVybiBtYXA7XG4gICAgfVxufVxuIiwiPHNlY3Rpb25cbiAgICBjbGFzcz1cInRvcC1iYW5uZXIganMtYWN0aXZlLXNsaWRlclwiXG4gICAgW25nQ2xhc3NdPVwieyAndG9wLWJhbm5lci0tcmlnaHQnOiByaWdodFNpZGUgfHwgbGVmdFNpZGUgfVwiXG4gICAgZGF0YS1zbGlkZXJfcGF1c2U9XCJmYWxzZVwiXG4gICAgZGF0YS1zbGlkZXJfbmFtZT1cImpzLWJhbm5lci1zbGlkZXJcIlxuICAgIGRhdGEtc2xpZGVyX3Nob3didG5zPVwiZmFsc2VcIlxuICAgIGRhdGEtc2xpZGVyX3Nob3dkb3RzPVwiZmFsc2VcIlxuICAgIGRhdGEtc2xpZGVyX2ZhZGU9XCJ0cnVlXCJcbiAgICBkYXRhLXNsaWRlcl9hdXRvcGxheT1cInRydWVcIlxuICAgIGRhdGEtc2xpZGVzX3BjPVwiMVwiXG4+XG4gICAgQGlmIChnZXRJbWFnZXNCeVRhZyh0YWdOYW1lKTsgYXMgaW1ncykge1xuICAgICAgICA8ZGl2IGNsYXNzPVwianMtYmFubmVyLXNsaWRlclwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRvcC1iYW5uZXJfX2l0ZW1cIj5cbiAgICAgICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgICAgICAgIFtzcmNdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICBpbWdzPy5bMF0/LmltZz8uc3JjIHx8XG4gICAgICAgICAgICAgICAgICAgICAgICAnZGF0YTppbWFnZS9naWY7YmFzZTY0LFIwbEdPRGxoQVFBQkFJQUFBQUFBQVAvLy95SDVCQUVBQUFBQUxBQUFBQUFCQUFFQUFBSUJSQUE3J1xuICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICBbYWx0XT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgaW1ncz8uWzBdPy5pbWc/LmFsdCB8fFxuICAgICAgICAgICAgICAgICAgICAgICAgaW1ncz8uWzBdPy50aXRsZSB8fFxuICAgICAgICAgICAgICAgICAgICAgICAgJ0ltYWdlbiBkZSBzZWNjacOzbidcbiAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJ0b3AtYmFubmVyX19pbWFnZVwiXG4gICAgICAgICAgICAgICAgICAgIHdpZHRoPVwiMTgwMFwiXG4gICAgICAgICAgICAgICAgICAgIGhlaWdodD1cIjEyNDRcIlxuICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgPGRpdlxuICAgICAgICAgICAgY2xhc3M9XCJ0b3AtYmFubmVyX19jb250ZW50IGpzLXNjcm9sbHRvXCJcbiAgICAgICAgICAgIGRhdGEtc2Nyb2xsX3NwYWNlcj1cIjUwXCJcbiAgICAgICAgICAgIGRhdGEtc2Nyb2xsX3RvPVwiLnN0YXJ0XCJcbiAgICAgICAgICAgIHJvbGU9XCJidXR0b25cIlxuICAgICAgICA+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwidG9wLWJhbm5lcl9fY29udGVudC1pbm5lclwiPlxuICAgICAgICAgICAgICAgIEBpZiAodm0udGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgPGgxPnt7IHZtLnRpdGxlIH19PC9oMT5cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgQGlmICh2bS5zdWJ0aXRsZSkge1xuICAgICAgICAgICAgICAgICAgICA8cCBbaW5uZXJIVE1MXT1cInZtLnN1YnRpdGxlXCI+PC9wPlxuICAgICAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidG9wLWJhbm5lcl9fY29udGVudC1pY29uXCI+XG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidG9wLWJhbm5lcl9fY29udGVudC1pY29uLS1saW5lXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3ZnIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGZvY3VzYWJsZT1cImZhbHNlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9hcnJvdy1saW5lLnN2ZyNhcnJvdy1saW5lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC91c2U+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRvcC1iYW5uZXJfX2NvbnRlbnQtaWNvbi0taW1nXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3ZnIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGZvY3VzYWJsZT1cImZhbHNlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9pY29uLWFycm93LnN2ZyNpY29uLWFycm93XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC91c2U+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICB9XG5cbiAgICA8ZGl2IGNsYXNzPVwidG9wLWJhbm5lcl9fdGV4dFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICAgICAgICBAaWYgKHZtLmFkZGl0aW9uYWwyIHx8IHZtLmRlc2NyaXB0aW9uVGl0bGUpIHtcbiAgICAgICAgICAgICAgICA8aDMgW2lubmVySFRNTF09XCJ2bS5hZGRpdGlvbmFsMiA/PyB2bS5kZXNjcmlwdGlvblRpdGxlXCI+PC9oMz5cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIEBpZiAodm0uYWRkaXRpb25hbDMgPz8gdm0uZGVzY3JpcHRpb24pIHtcbiAgICAgICAgICAgICAgICA8cCBbaW5uZXJIVE1MXT1cInZtLmFkZGl0aW9uYWwzID8/IHZtLmRlc2NyaXB0aW9uXCI+PC9wPlxuICAgICAgICAgICAgfVxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cblxuICAgIDxzcGFuIGNsYXNzPVwiaGVyby1iYW5uZXJfX2Nvb2tpZXNcIj5cbiAgICAgICAgPHN2Z1xuICAgICAgICAgICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICAgICAgICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICAgICAgICAgIGNsYXNzPVwiaGVyby1iYW5uZXJfX2Nvb2tpZXMtLWltZ1wiXG4gICAgICAgID5cbiAgICAgICAgICAgIDx1c2UgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1jb29raWVzLnN2ZyNpY29uLWNvb2tpZXNcIj48L3VzZT5cbiAgICAgICAgPC9zdmc+XG4gICAgPC9zcGFuPlxuXG4gICAgQGlmICghaGlkZGVuUmlnaHRCdXR0b25zKSB7XG4gICAgICAgIDxkaXZcbiAgICAgICAgICAgIGNsYXNzPVwiaGVyby1iYW5uZXJfX2FjdGlvbnNcIlxuICAgICAgICAgICAgc3RpY2t5QXZvaWRGb290ZXJcbiAgICAgICAgICAgIFtmb290ZXJTZWxlY3Rvcl09XCInLmZvb3Rlcl9fbGlua3MnXCJcbiAgICAgICAgICAgIFt2aWV3cG9ydFBhZGRpbmddPVwiMzBcIlxuICAgICAgICAgICAgW2RlZmF1bHRCb3R0b21dPVwiJzNyZW0nXCJcbiAgICAgICAgICAgIFtvdmVybGFwQWRqdXN0UHhdPVwiMTBcIlxuICAgICAgICA+XG4gICAgICAgICAgICBAaWYgKGJ1dHRvbnNCeU9yZGVyLmdldCgzKTsgYXMgYnV0dG9uKSB7XG4gICAgICAgICAgICAgICAgPGEgW2hyZWZdPVwiYnV0dG9uLnVybFwiIFtsaW5rVHlwZV09XCJidXR0b24ubGlua1R5cGVcIj5cbiAgICAgICAgICAgICAgICAgICAgPHNwYW5cbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaGVyby1iYW5uZXJfX2FjdGlvbnMtLWljb24gaGVyby1iYW5uZXJfX2FjdGlvbnMtLXdoYXRzYXBwXCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChidXR0b24ubGFiZWwpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3Bhbj57eyBidXR0b24ubGFiZWwgfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImhlcm8tYmFubmVyX19hY3Rpb25zLS1pbWdcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3ZnIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGZvY3VzYWJsZT1cImZhbHNlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24td2hhdHNhcHAuc3ZnI2ljb24td2hhdHNhcHBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC91c2U+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBAaWYgKGJ1dHRvbnNCeU9yZGVyLmdldCgyKTsgYXMgYnV0dG9uKSB7XG4gICAgICAgICAgICAgICAgPGEgW2hyZWZdPVwiYnV0dG9uLnVybFwiIFtsaW5rVHlwZV09XCJidXR0b24ubGlua1R5cGVcIj5cbiAgICAgICAgICAgICAgICAgICAgPHNwYW5cbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaGVyby1iYW5uZXJfX2FjdGlvbnMtLWljb25cIlxuICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGJ1dHRvbi5sYWJlbCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPnt7IGJ1dHRvbi5sYWJlbCB9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaGVyby1iYW5uZXJfX2FjdGlvbnMtLWltZ1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdmcgYXJpYS1oaWRkZW49XCJ0cnVlXCIgZm9jdXNhYmxlPVwiZmFsc2VcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1lbnZlbG9wZS5zdmcjaWNvbi1lbnZlbG9wZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgIH1cbiAgICAgICAgPC9kaXY+XG4gICAgfVxuXG4gICAgQGlmICh2bS5wcmltYXJ5QnV0dG9uOyBhcyBidG4pIHtcbiAgICAgICAgQGlmIChidG4/LmxhYmVsIHx8IGJ0bj8udXJsKSB7XG4gICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgY2xhc3M9XCJidG5fX2dyb3VwXCJcbiAgICAgICAgICAgICAgICBmYWRlV2l0aFNjcm9sbFxuICAgICAgICAgICAgICAgIHNob3dPbmx5QXRUb3BcbiAgICAgICAgICAgICAgICBbdG9wU2hvd1B4XT1cIjEyXCJcbiAgICAgICAgICAgICAgICBbbWluV2lkdGhdPVwiNTQwXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cImJ0bi5sYWJlbFwiXG4gICAgICAgICAgICAgICAgICAgIFtocmVmXT1cImJ0bi51cmxcIlxuICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwiYnRuLmxpbmtUeXBlXCJcbiAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJidG4gYnRuX19wcmltYXJ5XCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIDxzcGFuPnt7IGJ0bi5sYWJlbCB9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgfVxuICAgIH1cbjwvc2VjdGlvbj5cblxuPGRpdiBjbGFzcz1cInN0YXJ0XCI+PC9kaXY+XG4iXX0=
|