ctt-babylon 0.0.39 → 0.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,29 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { Component, EventEmitter, inject, Output } from '@angular/core';
3
+ import { MatDialogRef } from '@angular/material/dialog';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@angular/common";
6
+ export class BabylonLanguageModalComponent {
7
+ constructor() {
8
+ this.languageSelect = new EventEmitter();
9
+ this.languages = ['inglés', 'alemán', 'español', 'frances'];
10
+ this.selected = 'español';
11
+ this.dialogRef = inject(MatDialogRef);
12
+ }
13
+ selectLanguage(language) {
14
+ this.selected = language;
15
+ this.languageSelect.emit(language);
16
+ }
17
+ close() {
18
+ this.dialogRef.close();
19
+ }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonLanguageModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
21
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonLanguageModalComponent, isStandalone: true, selector: "lib-aurora-language-modal", outputs: { languageSelect: "languageSelect" }, ngImport: i0, template: "<div class=\"aurora-languages__close\">\r\n <button\r\n class=\"btn btn-circle btn--light aurora-plus btn-responsive\"\r\n (click)=\"close()\"\r\n ></button>\r\n</div>\r\n<div class=\"aurora-languages__wrapper\">\r\n <div class=\"aurora-languages\">\r\n <div\r\n class=\"aurora-languages__header d-flex flex-column align-itemns-center\"\r\n >\r\n <h4 class=\"title--small\">Idiomas</h4>\r\n <span class=\"subtitle\">Seleccione un idioma</span>\r\n </div>\r\n\r\n <div\r\n class=\"aurora-languages__content d-flex flex-column align-items-center\"\r\n >\r\n <a\r\n [ngClass]=\"{\r\n 'aurora-languages__selected': languages[2] == selected\r\n }\"\r\n class=\"d-flex align-items-center\"\r\n (btnClick)=\"selectLanguage('espa\u00F1ol')\"\r\n ><span class=\"line\"></span>Espa\u00F1ol<span\r\n class=\"icon aurora-arrow-right\"\r\n ></span\r\n ></a>\r\n <a\r\n [ngClass]=\"{\r\n 'aurora-languages__selected': languages[0] == selected\r\n }\"\r\n class=\"d-flex align-items-center\"\r\n (btnClick)=\"selectLanguage('ingl\u00E9s')\"\r\n ><span class=\"line\"></span>English<span\r\n class=\"icon aurora-arrow-right\"\r\n ></span\r\n ></a>\r\n <a\r\n [ngClass]=\"{\r\n 'aurora-languages__selected': languages[1] == selected\r\n }\"\r\n class=\"d-flex align-items-center\"\r\n (btnClick)=\"selectLanguage('alem\u00E1n')\"\r\n ><span class=\"line\"></span>Deutsch<span\r\n class=\"icon aurora-arrow-right\"\r\n ></span\r\n ></a>\r\n <a\r\n [ngClass]=\"{\r\n 'aurora-languages__selected': languages[1] == selected\r\n }\"\r\n class=\"d-flex align-items-center\"\r\n (btnClick)=\"selectLanguage('frances')\"\r\n ><span class=\"line\"></span>Fran\u00E7ais<span\r\n class=\"icon aurora-arrow-right\"\r\n ></span\r\n ></a>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1024px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #978667;--cl_icon: #19314bbf;--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: #292b33;--cl_background_body: #fdfbf8;--cl_background_white: #fdfbf8;--cl_background_dark: #01a7c0;--cl_background_gray: #eee;--cl_background_cajas: #fff;--cl_background_cajas-dark: #978667;--cl_background_progress: rgba(64, 66, 72, .203);--cl_background_modals: rgba(25, 49, 75, .395);--cl_offer_bg: #fff;--cl_offer_tag: #292b33;--cl_offer_tag-text: #fff;--cl_offer_cat: #ddd;--cl_title: #19314b;--cl_subtitle: #5a5a5a;--cl_pretitle: #5a5a5a;--cl_text: #5a5a5ab3;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 400;--w_subtitle: 200;--w_pretitle: 200;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_header-bg: #fff;--cl_header-text-light: #fff;--cl_header-text-dark: #19314b;--cl_menu-bg: #19314ba8;--cl_menu-text: #fff;--cl_menu-text-hover: #ffffff98;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #5a5a5a;--cl_btn-box-hover: #19314b;--cl_btn-box-hover-text: #fff;--cl_btn-call: #978667;--cl_btn-call-text: white;--cl_btn-call-hover: #19314b;--cl_btn-call-hover-text: #fff;--cl_btn-link: #978667;--cl_btn-link-hover: #19314b;--cl_btn-arrow: #19314b53;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #19314b;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #ffffff66;--cl_btn-dots-active: #fff;--cl_btn-dots-hover: #19314b;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #19314b;--cl_btn-light-text-hover: #19314b;--cl_btn-close: #19314bf2;--cl_btn-close-hover: #978667;--cl_btn-close-light: #fff;--cl_btn-close-light-hover: #978667;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_footer-bg: #19314b;--cl_footer-text: #fff;--btn_radius: 40px;--img_radius: 20px;--mdc-dialog-container-shape: var(--img_radius)}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_background_cajas: #181818;--cl_background_cajas-dark: #aa8453;--cl_background_progress: rgba(64, 66, 72, .203);--cl_background_modals: #aa84534e;--cl_offer_bg: #292b33;--cl_offer_tag: #fff;--cl_offer_tag-text: #292b33;--cl_offer_cat: #ddd;--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;--w_title: 600;--w_text: 400;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #fff;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_menu-text-hover: #ffffff98;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-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: #fff;--cl_btn-call-text: #79582c;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff88;--cl_btn-arrow-icon: #191818fd;--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: #79582c;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #fff;--cl_btn-close: #fff;--cl_btn-close-hover: #978667;--cl_btn-close-light: #fff;--cl_btn-close-light-hover: #978667;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_footer-bg: #aa8453;--cl_footer-text: #fff;--btn_radius: 1px;--img_radius: 0px}.aurora-languages{max-width:440px;max-height:100vh;overflow:auto;align-self:center;padding:50px 20px;width:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.aurora-languages__wrapper{width:100%;height:100%;background-color:#19314b;position:relative}.aurora-languages .btn{opacity:1}.aurora-languages .btn:hover{opacity:.6}.aurora-languages__close{position:absolute;right:20px;top:20px;z-index:1;transform:rotate(-45deg)}@media (min-width: 1024px){.aurora-languages__close{right:70px;top:70px}}.aurora-languages__header{width:100%;gap:15px;padding-bottom:65px}.aurora-languages h4,.aurora-languages .subtitle{color:#fff;font-weight:400;text-align:center}.aurora-languages .subtitle{font-family:var(--font-text);font-size:15px;font-weight:300}.aurora-languages__content{gap:20px;padding:0 20px}@media (min-width: 768px){.aurora-languages__content{gap:25px}}.aurora-languages__content a{width:100%;max-width:400px;height:60px;padding:19px 30px 14px 46px;background-color:#fff;position:relative;border-radius:5px;font-family:var(--font-title)!important;font-size:18px;letter-spacing:.02em;font-weight:400;color:#19314b;cursor:pointer}.aurora-languages__content a:hover .icon{animation:move-right 2s infinite ease-in-out}.aurora-languages__content a .icon{display:none}.aurora-languages__content a:not(.aurora-languages__selected) .icon{display:initial;position:absolute;font-size:12px;right:30px;font-weight:700}.aurora-languages__content a .line{border-bottom:1px solid #5a5a5a;width:13px;position:absolute;left:20.5px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
22
+ }
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonLanguageModalComponent, decorators: [{
24
+ type: Component,
25
+ args: [{ selector: 'lib-aurora-language-modal', standalone: true, imports: [CommonModule], template: "<div class=\"aurora-languages__close\">\r\n <button\r\n class=\"btn btn-circle btn--light aurora-plus btn-responsive\"\r\n (click)=\"close()\"\r\n ></button>\r\n</div>\r\n<div class=\"aurora-languages__wrapper\">\r\n <div class=\"aurora-languages\">\r\n <div\r\n class=\"aurora-languages__header d-flex flex-column align-itemns-center\"\r\n >\r\n <h4 class=\"title--small\">Idiomas</h4>\r\n <span class=\"subtitle\">Seleccione un idioma</span>\r\n </div>\r\n\r\n <div\r\n class=\"aurora-languages__content d-flex flex-column align-items-center\"\r\n >\r\n <a\r\n [ngClass]=\"{\r\n 'aurora-languages__selected': languages[2] == selected\r\n }\"\r\n class=\"d-flex align-items-center\"\r\n (btnClick)=\"selectLanguage('espa\u00F1ol')\"\r\n ><span class=\"line\"></span>Espa\u00F1ol<span\r\n class=\"icon aurora-arrow-right\"\r\n ></span\r\n ></a>\r\n <a\r\n [ngClass]=\"{\r\n 'aurora-languages__selected': languages[0] == selected\r\n }\"\r\n class=\"d-flex align-items-center\"\r\n (btnClick)=\"selectLanguage('ingl\u00E9s')\"\r\n ><span class=\"line\"></span>English<span\r\n class=\"icon aurora-arrow-right\"\r\n ></span\r\n ></a>\r\n <a\r\n [ngClass]=\"{\r\n 'aurora-languages__selected': languages[1] == selected\r\n }\"\r\n class=\"d-flex align-items-center\"\r\n (btnClick)=\"selectLanguage('alem\u00E1n')\"\r\n ><span class=\"line\"></span>Deutsch<span\r\n class=\"icon aurora-arrow-right\"\r\n ></span\r\n ></a>\r\n <a\r\n [ngClass]=\"{\r\n 'aurora-languages__selected': languages[1] == selected\r\n }\"\r\n class=\"d-flex align-items-center\"\r\n (btnClick)=\"selectLanguage('frances')\"\r\n ><span class=\"line\"></span>Fran\u00E7ais<span\r\n class=\"icon aurora-arrow-right\"\r\n ></span\r\n ></a>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1024px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #978667;--cl_icon: #19314bbf;--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: #292b33;--cl_background_body: #fdfbf8;--cl_background_white: #fdfbf8;--cl_background_dark: #01a7c0;--cl_background_gray: #eee;--cl_background_cajas: #fff;--cl_background_cajas-dark: #978667;--cl_background_progress: rgba(64, 66, 72, .203);--cl_background_modals: rgba(25, 49, 75, .395);--cl_offer_bg: #fff;--cl_offer_tag: #292b33;--cl_offer_tag-text: #fff;--cl_offer_cat: #ddd;--cl_title: #19314b;--cl_subtitle: #5a5a5a;--cl_pretitle: #5a5a5a;--cl_text: #5a5a5ab3;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 400;--w_subtitle: 200;--w_pretitle: 200;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_header-bg: #fff;--cl_header-text-light: #fff;--cl_header-text-dark: #19314b;--cl_menu-bg: #19314ba8;--cl_menu-text: #fff;--cl_menu-text-hover: #ffffff98;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #5a5a5a;--cl_btn-box-hover: #19314b;--cl_btn-box-hover-text: #fff;--cl_btn-call: #978667;--cl_btn-call-text: white;--cl_btn-call-hover: #19314b;--cl_btn-call-hover-text: #fff;--cl_btn-link: #978667;--cl_btn-link-hover: #19314b;--cl_btn-arrow: #19314b53;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #19314b;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #ffffff66;--cl_btn-dots-active: #fff;--cl_btn-dots-hover: #19314b;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #19314b;--cl_btn-light-text-hover: #19314b;--cl_btn-close: #19314bf2;--cl_btn-close-hover: #978667;--cl_btn-close-light: #fff;--cl_btn-close-light-hover: #978667;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_footer-bg: #19314b;--cl_footer-text: #fff;--btn_radius: 40px;--img_radius: 20px;--mdc-dialog-container-shape: var(--img_radius)}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_background_cajas: #181818;--cl_background_cajas-dark: #aa8453;--cl_background_progress: rgba(64, 66, 72, .203);--cl_background_modals: #aa84534e;--cl_offer_bg: #292b33;--cl_offer_tag: #fff;--cl_offer_tag-text: #292b33;--cl_offer_cat: #ddd;--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;--w_title: 600;--w_text: 400;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #fff;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_menu-text-hover: #ffffff98;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-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: #fff;--cl_btn-call-text: #79582c;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff88;--cl_btn-arrow-icon: #191818fd;--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: #79582c;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #fff;--cl_btn-close: #fff;--cl_btn-close-hover: #978667;--cl_btn-close-light: #fff;--cl_btn-close-light-hover: #978667;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_footer-bg: #aa8453;--cl_footer-text: #fff;--btn_radius: 1px;--img_radius: 0px}.aurora-languages{max-width:440px;max-height:100vh;overflow:auto;align-self:center;padding:50px 20px;width:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.aurora-languages__wrapper{width:100%;height:100%;background-color:#19314b;position:relative}.aurora-languages .btn{opacity:1}.aurora-languages .btn:hover{opacity:.6}.aurora-languages__close{position:absolute;right:20px;top:20px;z-index:1;transform:rotate(-45deg)}@media (min-width: 1024px){.aurora-languages__close{right:70px;top:70px}}.aurora-languages__header{width:100%;gap:15px;padding-bottom:65px}.aurora-languages h4,.aurora-languages .subtitle{color:#fff;font-weight:400;text-align:center}.aurora-languages .subtitle{font-family:var(--font-text);font-size:15px;font-weight:300}.aurora-languages__content{gap:20px;padding:0 20px}@media (min-width: 768px){.aurora-languages__content{gap:25px}}.aurora-languages__content a{width:100%;max-width:400px;height:60px;padding:19px 30px 14px 46px;background-color:#fff;position:relative;border-radius:5px;font-family:var(--font-title)!important;font-size:18px;letter-spacing:.02em;font-weight:400;color:#19314b;cursor:pointer}.aurora-languages__content a:hover .icon{animation:move-right 2s infinite ease-in-out}.aurora-languages__content a .icon{display:none}.aurora-languages__content a:not(.aurora-languages__selected) .icon{display:initial;position:absolute;font-size:12px;right:30px;font-weight:700}.aurora-languages__content a .line{border-bottom:1px solid #5a5a5a;width:13px;position:absolute;left:20.5px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}\n"] }]
26
+ }], propDecorators: { languageSelect: [{
27
+ type: Output
28
+ }] } });
29
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1sYW5ndWFnZS1tb2RhbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tbGFuZ3VhZ2UtbW9kYWwvYmFieWxvbi1sYW5ndWFnZS1tb2RhbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tbGFuZ3VhZ2UtbW9kYWwvYmFieWxvbi1sYW5ndWFnZS1tb2RhbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN4RSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7OztBQVN4RCxNQUFNLE9BQU8sNkJBQTZCO0lBUDFDO1FBUWMsbUJBQWMsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO1FBRXRELGNBQVMsR0FBRyxDQUFDLFFBQVEsRUFBRSxRQUFRLEVBQUUsU0FBUyxFQUFFLFNBQVMsQ0FBQyxDQUFDO1FBRXZELGFBQVEsR0FBRyxTQUFTLENBQUM7UUFFSixjQUFTLEdBQ3RCLE1BQU0sQ0FBQyxZQUFZLENBQUMsQ0FBQztLQVU1QjtJQVJHLGNBQWMsQ0FBQyxRQUFnQjtRQUMzQixJQUFJLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztRQUN6QixJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUN2QyxDQUFDO0lBRUQsS0FBSztRQUNELElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxFQUFFLENBQUM7SUFDM0IsQ0FBQzsrR0FqQlEsNkJBQTZCO21HQUE3Qiw2QkFBNkIsb0lDWDFDLDA1RUE2REEsODd4QkR0RGMsWUFBWTs7NEZBSWIsNkJBQTZCO2tCQVB6QyxTQUFTOytCQUNJLDJCQUEyQixjQUN6QixJQUFJLFdBQ1AsQ0FBQyxZQUFZLENBQUM7OEJBS2IsY0FBYztzQkFBdkIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBpbmplY3QsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBNYXREaWFsb2dSZWYgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kaWFsb2cnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2xpYi1hdXJvcmEtbGFuZ3VhZ2UtbW9kYWwnLFxyXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxyXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tbGFuZ3VhZ2UtbW9kYWwuY29tcG9uZW50Lmh0bWwnLFxyXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24tbGFuZ3VhZ2UtbW9kYWwuY29tcG9uZW50LnNjc3MnLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgQmFieWxvbkxhbmd1YWdlTW9kYWxDb21wb25lbnQge1xyXG4gICAgQE91dHB1dCgpIGxhbmd1YWdlU2VsZWN0ID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmc+KCk7XHJcblxyXG4gICAgbGFuZ3VhZ2VzID0gWydpbmdsw6lzJywgJ2FsZW3DoW4nLCAnZXNwYcOxb2wnLCAnZnJhbmNlcyddO1xyXG5cclxuICAgIHNlbGVjdGVkID0gJ2VzcGHDsW9sJztcclxuXHJcbiAgICBwcml2YXRlIHJlYWRvbmx5IGRpYWxvZ1JlZjogTWF0RGlhbG9nUmVmPEJhYnlsb25MYW5ndWFnZU1vZGFsQ29tcG9uZW50PiA9XHJcbiAgICAgICAgaW5qZWN0KE1hdERpYWxvZ1JlZik7XHJcblxyXG4gICAgc2VsZWN0TGFuZ3VhZ2UobGFuZ3VhZ2U6IHN0cmluZyk6IHZvaWQge1xyXG4gICAgICAgIHRoaXMuc2VsZWN0ZWQgPSBsYW5ndWFnZTtcclxuICAgICAgICB0aGlzLmxhbmd1YWdlU2VsZWN0LmVtaXQobGFuZ3VhZ2UpO1xyXG4gICAgfVxyXG5cclxuICAgIGNsb3NlKCk6IHZvaWQge1xyXG4gICAgICAgIHRoaXMuZGlhbG9nUmVmLmNsb3NlKCk7XHJcbiAgICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImF1cm9yYS1sYW5ndWFnZXNfX2Nsb3NlXCI+XHJcbiAgICA8YnV0dG9uXHJcbiAgICAgICAgY2xhc3M9XCJidG4gYnRuLWNpcmNsZSBidG4tLWxpZ2h0ICBhdXJvcmEtcGx1cyBidG4tcmVzcG9uc2l2ZVwiXHJcbiAgICAgICAgKGNsaWNrKT1cImNsb3NlKClcIlxyXG4gICAgPjwvYnV0dG9uPlxyXG48L2Rpdj5cclxuPGRpdiBjbGFzcz1cImF1cm9yYS1sYW5ndWFnZXNfX3dyYXBwZXJcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJhdXJvcmEtbGFuZ3VhZ2VzXCI+XHJcbiAgICAgICAgPGRpdlxyXG4gICAgICAgICAgICBjbGFzcz1cImF1cm9yYS1sYW5ndWFnZXNfX2hlYWRlciBkLWZsZXggZmxleC1jb2x1bW4gYWxpZ24taXRlbW5zLWNlbnRlclwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgICA8aDQgY2xhc3M9XCJ0aXRsZS0tc21hbGxcIj5JZGlvbWFzPC9oND5cclxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJzdWJ0aXRsZVwiPlNlbGVjY2lvbmUgdW4gaWRpb21hPC9zcGFuPlxyXG4gICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICA8ZGl2XHJcbiAgICAgICAgICAgIGNsYXNzPVwiYXVyb3JhLWxhbmd1YWdlc19fY29udGVudCBkLWZsZXggZmxleC1jb2x1bW4gYWxpZ24taXRlbXMtY2VudGVyXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICAgIDxhXHJcbiAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJ7XHJcbiAgICAgICAgICAgICAgICAgICAgJ2F1cm9yYS1sYW5ndWFnZXNfX3NlbGVjdGVkJzogbGFuZ3VhZ2VzWzJdID09IHNlbGVjdGVkXHJcbiAgICAgICAgICAgICAgICB9XCJcclxuICAgICAgICAgICAgICAgIGNsYXNzPVwiZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlclwiXHJcbiAgICAgICAgICAgICAgICAoYnRuQ2xpY2spPVwic2VsZWN0TGFuZ3VhZ2UoJ2VzcGHDsW9sJylcIlxyXG4gICAgICAgICAgICAgICAgPjxzcGFuIGNsYXNzPVwibGluZVwiPjwvc3Bhbj5Fc3Bhw7FvbDxzcGFuXHJcbiAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpY29uIGF1cm9yYS1hcnJvdy1yaWdodFwiXHJcbiAgICAgICAgICAgICAgICA+PC9zcGFuXHJcbiAgICAgICAgICAgID48L2E+XHJcbiAgICAgICAgICAgIDxhXHJcbiAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJ7XHJcbiAgICAgICAgICAgICAgICAgICAgJ2F1cm9yYS1sYW5ndWFnZXNfX3NlbGVjdGVkJzogbGFuZ3VhZ2VzWzBdID09IHNlbGVjdGVkXHJcbiAgICAgICAgICAgICAgICB9XCJcclxuICAgICAgICAgICAgICAgIGNsYXNzPVwiZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlclwiXHJcbiAgICAgICAgICAgICAgICAoYnRuQ2xpY2spPVwic2VsZWN0TGFuZ3VhZ2UoJ2luZ2zDqXMnKVwiXHJcbiAgICAgICAgICAgICAgICA+PHNwYW4gY2xhc3M9XCJsaW5lXCI+PC9zcGFuPkVuZ2xpc2g8c3BhblxyXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbiBhdXJvcmEtYXJyb3ctcmlnaHRcIlxyXG4gICAgICAgICAgICAgICAgPjwvc3BhblxyXG4gICAgICAgICAgICA+PC9hPlxyXG4gICAgICAgICAgICA8YVxyXG4gICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwie1xyXG4gICAgICAgICAgICAgICAgICAgICdhdXJvcmEtbGFuZ3VhZ2VzX19zZWxlY3RlZCc6IGxhbmd1YWdlc1sxXSA9PSBzZWxlY3RlZFxyXG4gICAgICAgICAgICAgICAgfVwiXHJcbiAgICAgICAgICAgICAgICBjbGFzcz1cImQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXJcIlxyXG4gICAgICAgICAgICAgICAgKGJ0bkNsaWNrKT1cInNlbGVjdExhbmd1YWdlKCdhbGVtw6FuJylcIlxyXG4gICAgICAgICAgICAgICAgPjxzcGFuIGNsYXNzPVwibGluZVwiPjwvc3Bhbj5EZXV0c2NoPHNwYW5cclxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImljb24gYXVyb3JhLWFycm93LXJpZ2h0XCJcclxuICAgICAgICAgICAgICAgID48L3NwYW5cclxuICAgICAgICAgICAgPjwvYT5cclxuICAgICAgICAgICAgPGFcclxuICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIntcclxuICAgICAgICAgICAgICAgICAgICAnYXVyb3JhLWxhbmd1YWdlc19fc2VsZWN0ZWQnOiBsYW5ndWFnZXNbMV0gPT0gc2VsZWN0ZWRcclxuICAgICAgICAgICAgICAgIH1cIlxyXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyXCJcclxuICAgICAgICAgICAgICAgIChidG5DbGljayk9XCJzZWxlY3RMYW5ndWFnZSgnZnJhbmNlcycpXCJcclxuICAgICAgICAgICAgICAgID48c3BhbiBjbGFzcz1cImxpbmVcIj48L3NwYW4+RnJhbsOnYWlzPHNwYW5cclxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImljb24gYXVyb3JhLWFycm93LXJpZ2h0XCJcclxuICAgICAgICAgICAgICAgID48L3NwYW5cclxuICAgICAgICAgICAgPjwvYT5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class BabylonOfferDetailComponent {
4
4
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonOfferDetailComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonOfferDetailComponent, isStandalone: true, selector: "lib-babylon-offer-detail", ngImport: i0, template: "<section class=\"babylon__offer-details margin-main\">\r\n <div class=\"container-fluid cs_plr_100\">\r\n <div class=\"row justify-content-center\">\r\n <div class=\"col-lg-8\">\r\n <div class=\"box_contents_in\">\r\n <div class=\"intro_info no-align box-price\">\r\n <h3 class=\"pretitle mb--0\">babylon</h3>\r\n <h2 class=\"title mb--0\">\r\n Reservar en la web tiene muchas ventajas\r\n </h2>\r\n <div class=\"price\">desde<span> 127\u20AC</span></div>\r\n\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary btn_call\">\r\n <b>reservar ahora</b>\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"intro_info no-align\">\r\n <p class=\"text\">\r\n Reserva nuestra Suite Deluxe y disfruta de un\r\n paquete rom\u00E1ntico que incluye una cena privada\r\n frente al mar, botella de champ\u00E1n y desayuno en la\r\n habitaci\u00F3n. Todo por un 20% de descuento\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"col-lg-10 my-4\">\r\n <div class=\"cs_image_layer cs_about_img\">\r\n <figure>\r\n <img\r\n src=\"/assets/babylon/fotos/slider3col-2.jpg\"\r\n alt=\"Contact\"\r\n class=\"cs--radius\"\r\n />\r\n </figure>\r\n </div>\r\n </div>\r\n <div class=\"col-lg-8\">\r\n <div class=\"box_contents_in\">\r\n <div class=\"intro_info no-align\">\r\n <h3 class=\"title--small\">\r\n un hotel para toda la familia\r\n </h3>\r\n <p class=\"text\">\r\n At vero eos et accusamus et iusto odio\r\n <strong>dignissimos ducimus</strong> qui blanditiis\r\n praesentium voluptatum deleniti atque corrupti quos\r\n dolores et quas molestias excepturi sint occaecati\r\n cupiditate non provident, similique sunt in culpa\r\n qui officia deserunt mollitia animi, id est laborum\r\n et dolorum fuga\r\n </p>\r\n <p class=\"text\">\r\n At vero eos et accusamus et iusto odio\r\n <strong>dignissimos ducimus</strong> qui blanditiis\r\n praesentium voluptatum deleniti atque corrupti quos\r\n dolores et quas molestias excepturi sint occaecati\r\n cupiditate non provident, similique sunt in culpa\r\n qui officia deserunt mollitia animi, id est laborum\r\n et dolorum fuga\r\n </p>\r\n </div>\r\n </div>\r\n <div class=\"btns__box\">\r\n <a href=\"#\" class=\"btn-link\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n <b>Volver</b>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.babylon__offer-details p{padding-bottom:1rem}.babylon__offer-details .intro_info.box-price{position:relative;padding-right:160px}@media (max-width: 991px){.babylon__offer-details .intro_info.box-price{padding-right:0}}.babylon__offer-details .price{position:absolute;z-index:4;top:0;right:0;padding:10px 15px;line-height:1;font-style:normal;color:var(--cl_subtitle)}.babylon__offer-details .price span{font-size:60px;display:block}@media (max-width: 991px){.babylon__offer-details .price{position:relative;right:auto}.babylon__offer-details .price em{font-size:40px}}.babylon__offer-details .title--small{margin-bottom:20px}\n"] }); }
5
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonOfferDetailComponent, isStandalone: true, selector: "lib-babylon-offer-detail", ngImport: i0, template: "<section class=\"babylon__offer-details margin-main\">\r\n <div class=\"container-fluid cs_plr_100\">\r\n <div class=\"row justify-content-center\">\r\n <div class=\"col-lg-8\">\r\n <div class=\"box_contents_in\">\r\n <div class=\"intro_info no-align box-price\">\r\n <h3 class=\"pretitle mb--0\">Oferta Ezxclusiva</h3>\r\n <h2 class=\"title mb--0\">\r\n Descuento en estancias limitadas\r\n </h2>\r\n <div class=\"price\">desde<span> -20%</span></div>\r\n\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary btn_call\">\r\n <b>reservar ahora</b>\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"intro_info no-align\">\r\n <p class=\"text\">\r\n No dejes pasar esta oportunidad \u00FAnica. Reserva hoy y\r\n haz que tus pr\u00F3ximas vacaciones sean inolvidables.\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"col-lg-10 my-4\">\r\n <div class=\"cs_image_layer cs_about_img\">\r\n <figure>\r\n <img\r\n src=\"/assets/babylon/fotos/1944x764.jpg\"\r\n alt=\"Contact\"\r\n class=\"cs--radius\"\r\n />\r\n </figure>\r\n </div>\r\n </div>\r\n <div class=\"col-lg-8\">\r\n <div class=\"box_contents_in\">\r\n <div class=\"intro_info no-align\">\r\n <h3 class=\"title--small\">\r\n Descuento del 20% en estancias limitadas\r\n </h3>\r\n <p class=\"text\">\r\n Reserva ahora y aprovecha un 20% de descuento en tu\r\n estancia, disponible solo por tiempo limitado.\r\n Rel\u00E1jate en nuestras elegantes habitaciones,\r\n disfruta de la gastronom\u00EDa de nuestro restaurante de\r\n autor y desconecta en nuestras instalaciones\r\n dise\u00F1adas para tu bienestar.\r\n </p>\r\n </div>\r\n </div>\r\n <div class=\"btns__box\">\r\n <a href=\"#\" class=\"btn-link\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n <b>Volver</b>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.babylon__offer-details p{padding-bottom:1rem}.babylon__offer-details .intro_info.box-price{position:relative;padding-right:160px}@media (max-width: 991px){.babylon__offer-details .intro_info.box-price{padding-right:0}}.babylon__offer-details .price{position:absolute;z-index:4;top:0;right:0;padding:10px 15px;line-height:1;font-style:normal;color:var(--cl_subtitle)}.babylon__offer-details .price span{font-size:60px;display:block}@media (max-width: 991px){.babylon__offer-details .price{position:relative;right:auto}.babylon__offer-details .price em{font-size:40px}}.babylon__offer-details .title--small{margin-bottom:20px}\n"] }); }
6
6
  }
7
7
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonOfferDetailComponent, decorators: [{
8
8
  type: Component,
9
- args: [{ selector: 'lib-babylon-offer-detail', standalone: true, imports: [], template: "<section class=\"babylon__offer-details margin-main\">\r\n <div class=\"container-fluid cs_plr_100\">\r\n <div class=\"row justify-content-center\">\r\n <div class=\"col-lg-8\">\r\n <div class=\"box_contents_in\">\r\n <div class=\"intro_info no-align box-price\">\r\n <h3 class=\"pretitle mb--0\">babylon</h3>\r\n <h2 class=\"title mb--0\">\r\n Reservar en la web tiene muchas ventajas\r\n </h2>\r\n <div class=\"price\">desde<span> 127\u20AC</span></div>\r\n\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary btn_call\">\r\n <b>reservar ahora</b>\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"intro_info no-align\">\r\n <p class=\"text\">\r\n Reserva nuestra Suite Deluxe y disfruta de un\r\n paquete rom\u00E1ntico que incluye una cena privada\r\n frente al mar, botella de champ\u00E1n y desayuno en la\r\n habitaci\u00F3n. Todo por un 20% de descuento\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"col-lg-10 my-4\">\r\n <div class=\"cs_image_layer cs_about_img\">\r\n <figure>\r\n <img\r\n src=\"/assets/babylon/fotos/slider3col-2.jpg\"\r\n alt=\"Contact\"\r\n class=\"cs--radius\"\r\n />\r\n </figure>\r\n </div>\r\n </div>\r\n <div class=\"col-lg-8\">\r\n <div class=\"box_contents_in\">\r\n <div class=\"intro_info no-align\">\r\n <h3 class=\"title--small\">\r\n un hotel para toda la familia\r\n </h3>\r\n <p class=\"text\">\r\n At vero eos et accusamus et iusto odio\r\n <strong>dignissimos ducimus</strong> qui blanditiis\r\n praesentium voluptatum deleniti atque corrupti quos\r\n dolores et quas molestias excepturi sint occaecati\r\n cupiditate non provident, similique sunt in culpa\r\n qui officia deserunt mollitia animi, id est laborum\r\n et dolorum fuga\r\n </p>\r\n <p class=\"text\">\r\n At vero eos et accusamus et iusto odio\r\n <strong>dignissimos ducimus</strong> qui blanditiis\r\n praesentium voluptatum deleniti atque corrupti quos\r\n dolores et quas molestias excepturi sint occaecati\r\n cupiditate non provident, similique sunt in culpa\r\n qui officia deserunt mollitia animi, id est laborum\r\n et dolorum fuga\r\n </p>\r\n </div>\r\n </div>\r\n <div class=\"btns__box\">\r\n <a href=\"#\" class=\"btn-link\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n <b>Volver</b>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.babylon__offer-details p{padding-bottom:1rem}.babylon__offer-details .intro_info.box-price{position:relative;padding-right:160px}@media (max-width: 991px){.babylon__offer-details .intro_info.box-price{padding-right:0}}.babylon__offer-details .price{position:absolute;z-index:4;top:0;right:0;padding:10px 15px;line-height:1;font-style:normal;color:var(--cl_subtitle)}.babylon__offer-details .price span{font-size:60px;display:block}@media (max-width: 991px){.babylon__offer-details .price{position:relative;right:auto}.babylon__offer-details .price em{font-size:40px}}.babylon__offer-details .title--small{margin-bottom:20px}\n"] }]
9
+ args: [{ selector: 'lib-babylon-offer-detail', standalone: true, imports: [], template: "<section class=\"babylon__offer-details margin-main\">\r\n <div class=\"container-fluid cs_plr_100\">\r\n <div class=\"row justify-content-center\">\r\n <div class=\"col-lg-8\">\r\n <div class=\"box_contents_in\">\r\n <div class=\"intro_info no-align box-price\">\r\n <h3 class=\"pretitle mb--0\">Oferta Ezxclusiva</h3>\r\n <h2 class=\"title mb--0\">\r\n Descuento en estancias limitadas\r\n </h2>\r\n <div class=\"price\">desde<span> -20%</span></div>\r\n\r\n <div class=\"btns__box\">\r\n <a href=\" \" class=\"btn btn_primary btn_call\">\r\n <b>reservar ahora</b>\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"intro_info no-align\">\r\n <p class=\"text\">\r\n No dejes pasar esta oportunidad \u00FAnica. Reserva hoy y\r\n haz que tus pr\u00F3ximas vacaciones sean inolvidables.\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"col-lg-10 my-4\">\r\n <div class=\"cs_image_layer cs_about_img\">\r\n <figure>\r\n <img\r\n src=\"/assets/babylon/fotos/1944x764.jpg\"\r\n alt=\"Contact\"\r\n class=\"cs--radius\"\r\n />\r\n </figure>\r\n </div>\r\n </div>\r\n <div class=\"col-lg-8\">\r\n <div class=\"box_contents_in\">\r\n <div class=\"intro_info no-align\">\r\n <h3 class=\"title--small\">\r\n Descuento del 20% en estancias limitadas\r\n </h3>\r\n <p class=\"text\">\r\n Reserva ahora y aprovecha un 20% de descuento en tu\r\n estancia, disponible solo por tiempo limitado.\r\n Rel\u00E1jate en nuestras elegantes habitaciones,\r\n disfruta de la gastronom\u00EDa de nuestro restaurante de\r\n autor y desconecta en nuestras instalaciones\r\n dise\u00F1adas para tu bienestar.\r\n </p>\r\n </div>\r\n </div>\r\n <div class=\"btns__box\">\r\n <a href=\"#\" class=\"btn-link\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n <b>Volver</b>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.babylon__offer-details p{padding-bottom:1rem}.babylon__offer-details .intro_info.box-price{position:relative;padding-right:160px}@media (max-width: 991px){.babylon__offer-details .intro_info.box-price{padding-right:0}}.babylon__offer-details .price{position:absolute;z-index:4;top:0;right:0;padding:10px 15px;line-height:1;font-style:normal;color:var(--cl_subtitle)}.babylon__offer-details .price span{font-size:60px;display:block}@media (max-width: 991px){.babylon__offer-details .price{position:relative;right:auto}.babylon__offer-details .price em{font-size:40px}}.babylon__offer-details .title--small{margin-bottom:20px}\n"] }]
10
10
  }] });
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1vZmZlci1kZXRhaWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLW9mZmVyLWRldGFpbC9iYWJ5bG9uLW9mZmVyLWRldGFpbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tb2ZmZXItZGV0YWlsL2JhYnlsb24tb2ZmZXItZGV0YWlsLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUzFDLE1BQU0sT0FBTywyQkFBMkI7K0dBQTNCLDJCQUEyQjttR0FBM0IsMkJBQTJCLG9GQ1R4QyxpMUhBNEVBOzs0RkRuRWEsMkJBQTJCO2tCQVB2QyxTQUFTOytCQUNFLDBCQUEwQixjQUN4QixJQUFJLFdBQ1AsRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1vZmZlci1kZXRhaWwnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW10sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tb2ZmZXItZGV0YWlsLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vYmFieWxvbi1vZmZlci1kZXRhaWwuY29tcG9uZW50LnNjc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uT2ZmZXJEZXRhaWxDb21wb25lbnQge1xyXG5cclxufVxyXG4iLCI8c2VjdGlvbiBjbGFzcz1cImJhYnlsb25fX29mZmVyLWRldGFpbHMgbWFyZ2luLW1haW5cIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItZmx1aWQgY3NfcGxyXzEwMFwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJyb3cganVzdGlmeS1jb250ZW50LWNlbnRlclwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLThcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJib3hfY29udGVudHNfaW5cIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBuby1hbGlnbiBib3gtcHJpY2VcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwicHJldGl0bGUgbWItLTBcIj5iYWJ5bG9uPC9oMz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGgyIGNsYXNzPVwidGl0bGUgbWItLTBcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFJlc2VydmFyIGVuIGxhIHdlYiB0aWVuZSBtdWNoYXMgdmVudGFqYXNcclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9oMj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInByaWNlXCI+ZGVzZGU8c3Bhbj4gMTI34oKsPC9zcGFuPjwvZGl2PlxyXG5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ0bnNfX2JveFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiBcIiBjbGFzcz1cImJ0biBidG5fcHJpbWFyeSBidG5fY2FsbFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxiPnJlc2VydmFyIGFob3JhPC9iPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvIG5vLWFsaWduXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgUmVzZXJ2YSBudWVzdHJhIFN1aXRlIERlbHV4ZSB5IGRpc2ZydXRhIGRlIHVuXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBwYXF1ZXRlIHJvbcOhbnRpY28gcXVlIGluY2x1eWUgdW5hIGNlbmEgcHJpdmFkYVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZnJlbnRlIGFsIG1hciwgYm90ZWxsYSBkZSBjaGFtcMOhbiB5IGRlc2F5dW5vIGVuIGxhXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBoYWJpdGFjacOzbi4gVG9kbyBwb3IgdW4gMjAlIGRlIGRlc2N1ZW50b1xyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L3A+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctMTAgbXktNFwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2ltYWdlX2xheWVyIGNzX2Fib3V0X2ltZ1wiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxmaWd1cmU+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxpbWdcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNyYz1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9zbGlkZXIzY29sLTIuanBnXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFsdD1cIkNvbnRhY3RcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJjcy0tcmFkaXVzXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgLz5cclxuICAgICAgICAgICAgICAgICAgICA8L2ZpZ3VyZT5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy04XCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYm94X2NvbnRlbnRzX2luXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImludHJvX2luZm8gbm8tYWxpZ25cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwidGl0bGUtLXNtYWxsXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB1biBob3RlbCBwYXJhIHRvZGEgbGEgZmFtaWxpYVxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2gzPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEF0IHZlcm8gZW9zIGV0IGFjY3VzYW11cyBldCBpdXN0byBvZGlvXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3Ryb25nPmRpZ25pc3NpbW9zIGR1Y2ltdXM8L3N0cm9uZz4gcXVpIGJsYW5kaXRpaXNcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHByYWVzZW50aXVtIHZvbHVwdGF0dW0gZGVsZW5pdGkgYXRxdWUgY29ycnVwdGkgcXVvc1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZG9sb3JlcyBldCBxdWFzIG1vbGVzdGlhcyBleGNlcHR1cmkgc2ludCBvY2NhZWNhdGlcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGN1cGlkaXRhdGUgbm9uIHByb3ZpZGVudCwgc2ltaWxpcXVlIHN1bnQgaW4gY3VscGFcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHF1aSBvZmZpY2lhIGRlc2VydW50IG1vbGxpdGlhIGFuaW1pLCBpZCBlc3QgbGFib3J1bVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZXQgZG9sb3J1bSBmdWdhXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvcD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBBdCB2ZXJvIGVvcyBldCBhY2N1c2FtdXMgZXQgaXVzdG8gb2Rpb1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0cm9uZz5kaWduaXNzaW1vcyBkdWNpbXVzPC9zdHJvbmc+IHF1aSBibGFuZGl0aWlzXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBwcmFlc2VudGl1bSB2b2x1cHRhdHVtIGRlbGVuaXRpIGF0cXVlIGNvcnJ1cHRpIHF1b3NcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRvbG9yZXMgZXQgcXVhcyBtb2xlc3RpYXMgZXhjZXB0dXJpIHNpbnQgb2NjYWVjYXRpXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjdXBpZGl0YXRlIG5vbiBwcm92aWRlbnQsIHNpbWlsaXF1ZSBzdW50IGluIGN1bHBhXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBxdWkgb2ZmaWNpYSBkZXNlcnVudCBtb2xsaXRpYSBhbmltaSwgaWQgZXN0IGxhYm9ydW1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGV0IGRvbG9ydW0gZnVnYVxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L3A+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3hcIj5cclxuICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiI1wiIGNsYXNzPVwiYnRuLWxpbmtcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LWxlZnQtYmlnXCI+PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8Yj5Wb2x2ZXI8L2I+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbjwvc2VjdGlvbj5cclxuIl19
11
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1vZmZlci1kZXRhaWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLW9mZmVyLWRldGFpbC9iYWJ5bG9uLW9mZmVyLWRldGFpbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tb2ZmZXItZGV0YWlsL2JhYnlsb24tb2ZmZXItZGV0YWlsLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUzFDLE1BQU0sT0FBTywyQkFBMkI7K0dBQTNCLDJCQUEyQjttR0FBM0IsMkJBQTJCLG9GQ1R4Qyx5aUdBZ0VBOzs0RkR2RGEsMkJBQTJCO2tCQVB2QyxTQUFTOytCQUNFLDBCQUEwQixjQUN4QixJQUFJLFdBQ1AsRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1vZmZlci1kZXRhaWwnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW10sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tb2ZmZXItZGV0YWlsLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vYmFieWxvbi1vZmZlci1kZXRhaWwuY29tcG9uZW50LnNjc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uT2ZmZXJEZXRhaWxDb21wb25lbnQge1xyXG5cclxufVxyXG4iLCI8c2VjdGlvbiBjbGFzcz1cImJhYnlsb25fX29mZmVyLWRldGFpbHMgbWFyZ2luLW1haW5cIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItZmx1aWQgY3NfcGxyXzEwMFwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJyb3cganVzdGlmeS1jb250ZW50LWNlbnRlclwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLThcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJib3hfY29udGVudHNfaW5cIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBuby1hbGlnbiBib3gtcHJpY2VcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwicHJldGl0bGUgbWItLTBcIj5PZmVydGEgRXp4Y2x1c2l2YTwvaDM+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cInRpdGxlIG1iLS0wXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBEZXNjdWVudG8gZW4gZXN0YW5jaWFzIGxpbWl0YWRhc1xyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2gyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicHJpY2VcIj5kZXNkZTxzcGFuPiAtMjAlPC9zcGFuPjwvZGl2PlxyXG5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ0bnNfX2JveFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiBcIiBjbGFzcz1cImJ0biBidG5fcHJpbWFyeSBidG5fY2FsbFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxiPnJlc2VydmFyIGFob3JhPC9iPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvIG5vLWFsaWduXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgTm8gZGVqZXMgcGFzYXIgZXN0YSBvcG9ydHVuaWRhZCDDum5pY2EuIFJlc2VydmEgaG95IHlcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhheiBxdWUgdHVzIHByw7N4aW1hcyB2YWNhY2lvbmVzIHNlYW4gaW5vbHZpZGFibGVzLlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L3A+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctMTAgbXktNFwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2ltYWdlX2xheWVyIGNzX2Fib3V0X2ltZ1wiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxmaWd1cmU+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxpbWdcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNyYz1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy8xOTQ0eDc2NC5qcGdcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgYWx0PVwiQ29udGFjdFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImNzLS1yYWRpdXNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAvPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZmlndXJlPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLThcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJib3hfY29udGVudHNfaW5cIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBuby1hbGlnblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJ0aXRsZS0tc21hbGxcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIERlc2N1ZW50byBkZWwgMjAlIGVuIGVzdGFuY2lhcyBsaW1pdGFkYXNcclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9oMz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBSZXNlcnZhIGFob3JhIHkgYXByb3ZlY2hhIHVuIDIwJSBkZSBkZXNjdWVudG8gZW4gdHVcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGVzdGFuY2lhLCBkaXNwb25pYmxlIHNvbG8gcG9yIHRpZW1wbyBsaW1pdGFkby5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFJlbMOhamF0ZSBlbiBudWVzdHJhcyBlbGVnYW50ZXMgaGFiaXRhY2lvbmVzLFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZGlzZnJ1dGEgZGUgbGEgZ2FzdHJvbm9tw61hIGRlIG51ZXN0cm8gcmVzdGF1cmFudGUgZGVcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGF1dG9yIHkgZGVzY29uZWN0YSBlbiBudWVzdHJhcyBpbnN0YWxhY2lvbmVzXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBkaXNlw7FhZGFzIHBhcmEgdHUgYmllbmVzdGFyLlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L3A+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3hcIj5cclxuICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiI1wiIGNsYXNzPVwiYnRuLWxpbmtcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LWxlZnQtYmlnXCI+PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8Yj5Wb2x2ZXI8L2I+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbjwvc2VjdGlvbj5cclxuIl19
@@ -19,6 +19,11 @@ export * from './lib/components/core/babylon-gallery/babylon-gallery.component';
19
19
  export * from './lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component';
20
20
  // export * from './lib/components/core/babylon-header/babylon-header.component';
21
21
  // export * from './lib/components/core/babylon-header-v2/babylon-header-v2.component';
22
+ export * from './lib/components/core/babylon-engine-modal/babylon-engine-modal.component';
23
+ export * from './lib/components/core/babylon-header-book-show/babylon-header-book-show.component';
24
+ export * from './lib/components/core/babylon-header-clear/babylon-header-clear.component';
25
+ export * from './lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component';
26
+ export * from './lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component';
22
27
  export * from './lib/components/core/babylon-info-grid/babylon-info-grid.component';
23
28
  export * from './lib/components/core/babylon-info-img/babylon-info-img.component';
24
29
  export * from './lib/components/core/babylon-info-intro/babylon-info-intro.component';
@@ -26,6 +31,7 @@ export * from './lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.c
26
31
  export * from './lib/components/core/babylon-info2img/babylon-info2img.component';
27
32
  export * from './lib/components/core/babylon-info3img/babylon-info3img.component';
28
33
  export * from './lib/components/core/babylon-items-grid/babylon-items-grid.component';
34
+ export * from './lib/components/core/babylon-language-modal/babylon-language-modal.component';
29
35
  export * from './lib/components/core/babylon-legal/babylon-legal.component';
30
36
  export * from './lib/components/core/babylon-offer-detail/babylon-offer-detail.component';
31
37
  export * from './lib/components/core/babylon-offers-list/babylon-offers-list.component';
@@ -41,13 +47,9 @@ export * from './lib/components/core/babylon-slider3col/babylon-slider3colcompon
41
47
  export * from './lib/components/core/babylon-slider4col/babylon-slider4col.component';
42
48
  export * from './lib/components/core/babylon-static-footer/babylon-static-footer.component';
43
49
  export * from './lib/components/core/babylon-thanks/babylon-thanks.component';
44
- export * from './lib/components/core/babylon-top-slider/babylon-top-slider.component';
45
50
  export * from './lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component';
46
51
  export * from './lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component';
47
52
  export * from './lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component';
53
+ export * from './lib/components/core/babylon-top-slider/babylon-top-slider.component';
48
54
  export * from './lib/components/core/babylon-webmap/babylon-webmap.component';
49
- export * from './lib/components/core/babylon-header-book-show/babylon-header-book-show.component';
50
- export * from './lib/components/core/babylon-header-clear/babylon-header-clear.component';
51
- export * from './lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component';
52
- export * from './lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component';
53
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFDSCxjQUFjLHlEQUF5RCxDQUFDO0FBQ3hFLGNBQWMsK0VBQStFLENBQUM7QUFDOUYsY0FBYyx5RUFBeUUsQ0FBQztBQUN4RixjQUFjLHFGQUFxRixDQUFDO0FBQ3BHLGNBQWMsMkVBQTJFLENBQUM7QUFDMUYsY0FBYyxxRUFBcUUsQ0FBQztBQUNwRixjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsdUVBQXVFLENBQUM7QUFDdEYsY0FBYywyRUFBMkUsQ0FBQztBQUMxRixjQUFjLHlFQUF5RSxDQUFDO0FBQ3hGLGNBQWMseUVBQXlFLENBQUM7QUFDeEYsY0FBYywrREFBK0QsQ0FBQztBQUM5RSxjQUFjLHlEQUF5RCxDQUFDO0FBQ3hFLGNBQWMsaUZBQWlGLENBQUM7QUFDaEcsY0FBYyxpRUFBaUUsQ0FBQztBQUNoRixjQUFjLDJFQUEyRSxDQUFDO0FBQzFGLGlGQUFpRjtBQUNqRix1RkFBdUY7QUFDdkYsY0FBYyxxRUFBcUUsQ0FBQztBQUNwRixjQUFjLG1FQUFtRSxDQUFDO0FBQ2xGLGNBQWMsdUVBQXVFLENBQUM7QUFDdEYsY0FBYywyRUFBMkUsQ0FBQztBQUMxRixjQUFjLG1FQUFtRSxDQUFDO0FBQ2xGLGNBQWMsbUVBQW1FLENBQUM7QUFDbEYsY0FBYyx1RUFBdUUsQ0FBQztBQUN0RixjQUFjLDZEQUE2RCxDQUFDO0FBQzVFLGNBQWMsMkVBQTJFLENBQUM7QUFDMUYsY0FBYyx5RUFBeUUsQ0FBQztBQUN4RixjQUFjLDZFQUE2RSxDQUFDO0FBQzVGLGNBQWMsaUVBQWlFLENBQUM7QUFDaEYsY0FBYywyRUFBMkUsQ0FBQztBQUMxRixjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsdUVBQXVFLENBQUM7QUFDdEYsY0FBYyx1RUFBdUUsQ0FBQztBQUN0RixjQUFjLDJFQUEyRSxDQUFDO0FBQzFGLGNBQWMsdUVBQXVFLENBQUM7QUFDdEYsY0FBYyxzRUFBc0UsQ0FBQztBQUNyRixjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsNkVBQTZFLENBQUM7QUFDNUYsY0FBYywrREFBK0QsQ0FBQztBQUM5RSxjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMscUZBQXFGLENBQUM7QUFDcEcsY0FBYyw2RUFBNkUsQ0FBQztBQUM1RixjQUFjLG1GQUFtRixDQUFDO0FBQ2xHLGNBQWMsK0RBQStELENBQUM7QUFDOUUsY0FBYyxtRkFBbUYsQ0FBQztBQUNsRyxjQUFjLDJFQUEyRSxDQUFDO0FBQzFGLGNBQWMsdUZBQXVGLENBQUM7QUFDdEcsY0FBYyxtRkFBbUYsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXHJcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBiYWJ5bG9uXHJcbiAqL1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi00MDQvYmFieWxvbi00MDQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYmFubmVyLWdhbGxlcnkvYmFieWxvbi1iYW5uZXItZ2FsbGVyeS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1iYW5uZXItaW5mby9iYWJ5bG9uLWJhbm5lci1pbmZvLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWJhbm5lci1uZXdzbGV0dGVyL2JhYnlsb24tYmFubmVyLW5ld3NsZXR0ZXIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYmxvZy1kZXRhaWxzL2JhYnlsb24tYmxvZy1kZXRhaWxzLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWJsb2ctbGlzdC9iYWJ5bG9uLWJsb2ctbGlzdC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1icmVhZGNydW1iL2JhYnlsb24tYnJlYWRjcnVtYi5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1jb21pbmdzb29uL2JhYnlsb24tY29taW5nc29vbi5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1jb250YWN0LWZvcm0vYmFieWxvbi1jb250YWN0LWZvcm0uY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tY29udGFjdC1ob3cvYmFieWxvbi1jb250YWN0LWhvdy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1jb250YWN0LW1hcC9iYWJ5bG9uLWNvbnRhY3QtbWFwLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWVuZ2luZS9iYWJ5bG9uLWVuZ2luZS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1mYXEvYmFieWxvbi1mYXEuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZmVhdHVyZXMtc2xpZGVyL2JhYnlsb24tZmVhdHVyZXMtc2xpZGVyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWdhbGxlcnkvYmFieWxvbi1nYWxsZXJ5LmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWdyaWQtZ2FsbGVyeS9iYWJ5bG9uLWdyaWQtZ2FsbGVyeS5jb21wb25lbnQnO1xyXG4vLyBleHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1oZWFkZXIvYmFieWxvbi1oZWFkZXIuY29tcG9uZW50JztcclxuLy8gZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taGVhZGVyLXYyL2JhYnlsb24taGVhZGVyLXYyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWluZm8tZ3JpZC9iYWJ5bG9uLWluZm8tZ3JpZC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1pbmZvLWltZy9iYWJ5bG9uLWluZm8taW1nLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWluZm8taW50cm8vYmFieWxvbi1pbmZvLWludHJvLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWluZm8temlnLXphZy9iYWJ5bG9uLWluZm8temlnLXphZy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1pbmZvMmltZy9iYWJ5bG9uLWluZm8yaW1nLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWluZm8zaW1nL2JhYnlsb24taW5mbzNpbWcuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taXRlbXMtZ3JpZC9iYWJ5bG9uLWl0ZW1zLWdyaWQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tbGVnYWwvYmFieWxvbi1sZWdhbC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1vZmZlci1kZXRhaWwvYmFieWxvbi1vZmZlci1kZXRhaWwuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tb2ZmZXJzLWxpc3QvYmFieWxvbi1vZmZlcnMtbGlzdC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1vZmZlcnMtc2xpZGVyL2JhYnlsb24tb2ZmZXJzLXNsaWRlci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1wcmVsb2FkL2JhYnlsb24tcHJlbG9hZC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1yb29tLWRldGFpbHMvYmFieWxvbi1yb29tLWRldGFpbHMuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtY29scy9iYWJ5bG9uLXJvb21zLWNvbHMuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtZ3JpZC9iYWJ5bG9uLXJvb21zLWdyaWQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtbGlzdC9iYWJ5bG9uLXJvb21zLWxpc3QuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtc2xpZGVyL2JhYnlsb24tcm9vbXMtc2xpZGVyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXNsaWRlcjJjb2wvYmFieWxvbi1zbGlkZXIyY29sLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXNsaWRlcjNjb2wvYmFieWxvbi1zbGlkZXIzY29sY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tc2xpZGVyNGNvbC9iYWJ5bG9uLXNsaWRlcjRjb2wuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tc3RhdGljLWZvb3Rlci9iYWJ5bG9uLXN0YXRpYy1mb290ZXIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdGhhbmtzL2JhYnlsb24tdGhhbmtzLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXRvcC1zbGlkZXIvYmFieWxvbi10b3Atc2xpZGVyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXRvcC1zbGlkZXItdGh1bWJzL2JhYnlsb24tdG9wLXNsaWRlci10aHVtYnMuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNsaWRlci12Mi9iYWJ5bG9uLXRvcC1zbGlkZXItdjIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby9iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8uY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24td2VibWFwL2JhYnlsb24td2VibWFwLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWhlYWRlci1ib29rLXNob3cvYmFieWxvbi1oZWFkZXItYm9vay1zaG93LmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWhlYWRlci1jbGVhci9iYWJ5bG9uLWhlYWRlci1jbGVhci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1oZWFkZXItbWVudS1jZW50ZXIvYmFieWxvbi1oZWFkZXItbWVudS1jZW50ZXIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taGVhZGVyLW1lbnUtc2hvdy9iYWJ5bG9uLWhlYWRlci1tZW51LXNob3cuY29tcG9uZW50JztcclxuIl19
55
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFDSCxjQUFjLHlEQUF5RCxDQUFDO0FBQ3hFLGNBQWMsK0VBQStFLENBQUM7QUFDOUYsY0FBYyx5RUFBeUUsQ0FBQztBQUN4RixjQUFjLHFGQUFxRixDQUFDO0FBQ3BHLGNBQWMsMkVBQTJFLENBQUM7QUFDMUYsY0FBYyxxRUFBcUUsQ0FBQztBQUNwRixjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsdUVBQXVFLENBQUM7QUFDdEYsY0FBYywyRUFBMkUsQ0FBQztBQUMxRixjQUFjLHlFQUF5RSxDQUFDO0FBQ3hGLGNBQWMseUVBQXlFLENBQUM7QUFDeEYsY0FBYywrREFBK0QsQ0FBQztBQUM5RSxjQUFjLHlEQUF5RCxDQUFDO0FBQ3hFLGNBQWMsaUZBQWlGLENBQUM7QUFDaEcsY0FBYyxpRUFBaUUsQ0FBQztBQUNoRixjQUFjLDJFQUEyRSxDQUFDO0FBQzFGLGlGQUFpRjtBQUNqRix1RkFBdUY7QUFDdkYsY0FBYywyRUFBMkUsQ0FBQztBQUMxRixjQUFjLG1GQUFtRixDQUFDO0FBQ2xHLGNBQWMsMkVBQTJFLENBQUM7QUFDMUYsY0FBYyx1RkFBdUYsQ0FBQztBQUN0RyxjQUFjLG1GQUFtRixDQUFDO0FBQ2xHLGNBQWMscUVBQXFFLENBQUM7QUFDcEYsY0FBYyxtRUFBbUUsQ0FBQztBQUNsRixjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsMkVBQTJFLENBQUM7QUFDMUYsY0FBYyxtRUFBbUUsQ0FBQztBQUNsRixjQUFjLG1FQUFtRSxDQUFDO0FBQ2xGLGNBQWMsdUVBQXVFLENBQUM7QUFDdEYsY0FBYywrRUFBK0UsQ0FBQztBQUM5RixjQUFjLDZEQUE2RCxDQUFDO0FBQzVFLGNBQWMsMkVBQTJFLENBQUM7QUFDMUYsY0FBYyx5RUFBeUUsQ0FBQztBQUN4RixjQUFjLDZFQUE2RSxDQUFDO0FBQzVGLGNBQWMsaUVBQWlFLENBQUM7QUFDaEYsY0FBYywyRUFBMkUsQ0FBQztBQUMxRixjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsdUVBQXVFLENBQUM7QUFDdEYsY0FBYyx1RUFBdUUsQ0FBQztBQUN0RixjQUFjLDJFQUEyRSxDQUFDO0FBQzFGLGNBQWMsdUVBQXVFLENBQUM7QUFDdEYsY0FBYyxzRUFBc0UsQ0FBQztBQUNyRixjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsNkVBQTZFLENBQUM7QUFDNUYsY0FBYywrREFBK0QsQ0FBQztBQUM5RSxjQUFjLHFGQUFxRixDQUFDO0FBQ3BHLGNBQWMsNkVBQTZFLENBQUM7QUFDNUYsY0FBYyxtRkFBbUYsQ0FBQztBQUNsRyxjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsK0RBQStELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxyXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2YgYmFieWxvblxyXG4gKi9cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tNDA0L2JhYnlsb24tNDA0LmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWJhbm5lci1nYWxsZXJ5L2JhYnlsb24tYmFubmVyLWdhbGxlcnkuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYmFubmVyLWluZm8vYmFieWxvbi1iYW5uZXItaW5mby5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1iYW5uZXItbmV3c2xldHRlci9iYWJ5bG9uLWJhbm5lci1uZXdzbGV0dGVyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWJsb2ctZGV0YWlscy9iYWJ5bG9uLWJsb2ctZGV0YWlscy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1ibG9nLWxpc3QvYmFieWxvbi1ibG9nLWxpc3QuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYnJlYWRjcnVtYi9iYWJ5bG9uLWJyZWFkY3J1bWIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tY29taW5nc29vbi9iYWJ5bG9uLWNvbWluZ3Nvb24uY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tY29udGFjdC1mb3JtL2JhYnlsb24tY29udGFjdC1mb3JtLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWNvbnRhY3QtaG93L2JhYnlsb24tY29udGFjdC1ob3cuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tY29udGFjdC1tYXAvYmFieWxvbi1jb250YWN0LW1hcC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1lbmdpbmUvYmFieWxvbi1lbmdpbmUuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZmFxL2JhYnlsb24tZmFxLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWZlYXR1cmVzLXNsaWRlci9iYWJ5bG9uLWZlYXR1cmVzLXNsaWRlci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1nYWxsZXJ5L2JhYnlsb24tZ2FsbGVyeS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1ncmlkLWdhbGxlcnkvYmFieWxvbi1ncmlkLWdhbGxlcnkuY29tcG9uZW50JztcclxuLy8gZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taGVhZGVyL2JhYnlsb24taGVhZGVyLmNvbXBvbmVudCc7XHJcbi8vIGV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWhlYWRlci12Mi9iYWJ5bG9uLWhlYWRlci12Mi5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1lbmdpbmUtbW9kYWwvYmFieWxvbi1lbmdpbmUtbW9kYWwuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taGVhZGVyLWJvb2stc2hvdy9iYWJ5bG9uLWhlYWRlci1ib29rLXNob3cuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taGVhZGVyLWNsZWFyL2JhYnlsb24taGVhZGVyLWNsZWFyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWhlYWRlci1tZW51LWNlbnRlci9iYWJ5bG9uLWhlYWRlci1tZW51LWNlbnRlci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1oZWFkZXItbWVudS1zaG93L2JhYnlsb24taGVhZGVyLW1lbnUtc2hvdy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1pbmZvLWdyaWQvYmFieWxvbi1pbmZvLWdyaWQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taW5mby1pbWcvYmFieWxvbi1pbmZvLWltZy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1pbmZvLWludHJvL2JhYnlsb24taW5mby1pbnRyby5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1pbmZvLXppZy16YWcvYmFieWxvbi1pbmZvLXppZy16YWcuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taW5mbzJpbWcvYmFieWxvbi1pbmZvMmltZy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1pbmZvM2ltZy9iYWJ5bG9uLWluZm8zaW1nLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWl0ZW1zLWdyaWQvYmFieWxvbi1pdGVtcy1ncmlkLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWxhbmd1YWdlLW1vZGFsL2JhYnlsb24tbGFuZ3VhZ2UtbW9kYWwuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tbGVnYWwvYmFieWxvbi1sZWdhbC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1vZmZlci1kZXRhaWwvYmFieWxvbi1vZmZlci1kZXRhaWwuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tb2ZmZXJzLWxpc3QvYmFieWxvbi1vZmZlcnMtbGlzdC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1vZmZlcnMtc2xpZGVyL2JhYnlsb24tb2ZmZXJzLXNsaWRlci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1wcmVsb2FkL2JhYnlsb24tcHJlbG9hZC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1yb29tLWRldGFpbHMvYmFieWxvbi1yb29tLWRldGFpbHMuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtY29scy9iYWJ5bG9uLXJvb21zLWNvbHMuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtZ3JpZC9iYWJ5bG9uLXJvb21zLWdyaWQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtbGlzdC9iYWJ5bG9uLXJvb21zLWxpc3QuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtc2xpZGVyL2JhYnlsb24tcm9vbXMtc2xpZGVyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXNsaWRlcjJjb2wvYmFieWxvbi1zbGlkZXIyY29sLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXNsaWRlcjNjb2wvYmFieWxvbi1zbGlkZXIzY29sY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tc2xpZGVyNGNvbC9iYWJ5bG9uLXNsaWRlcjRjb2wuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tc3RhdGljLWZvb3Rlci9iYWJ5bG9uLXN0YXRpYy1mb290ZXIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdGhhbmtzL2JhYnlsb24tdGhhbmtzLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXRvcC1zbGlkZXItdGh1bWJzL2JhYnlsb24tdG9wLXNsaWRlci10aHVtYnMuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNsaWRlci12Mi9iYWJ5bG9uLXRvcC1zbGlkZXItdjIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby9iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8uY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNsaWRlci9iYWJ5bG9uLXRvcC1zbGlkZXIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24td2VibWFwL2JhYnlsb24td2VibWFwLmNvbXBvbmVudCc7XHJcbiJdfQ==