ctt-babylon 0.13.2 → 0.13.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/esm2022/lib/components/core/babylon-av-c4-img-text/babylon-av-c4-img-text.component.mjs +3 -3
  2. package/esm2022/lib/components/core/babylon-av-img-social/babylon-av-img-social.component.mjs +3 -3
  3. package/esm2022/lib/components/core/babylon-av-txt-ico/babylon-av-txt-ico.component.mjs +3 -3
  4. package/esm2022/lib/components/core/babylon-ba-img-txt/babylon-ba-img-txt.component.mjs +3 -3
  5. package/esm2022/lib/components/core/babylon-ba-sli-img-txt/babylon-ba-sli-img-txt.component.mjs +3 -3
  6. package/esm2022/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.mjs +3 -3
  7. package/esm2022/lib/components/core/babylon-engine-widget-modal/babylon-engine-widget-modal.component.mjs +3 -3
  8. package/esm2022/lib/components/core/babylon-fo-addr-cont-img/babylon-fo-addr-cont-img.component.mjs +3 -3
  9. package/esm2022/lib/components/core/babylon-fo-c3-img-txt/babylon-fo-c3-img-txt.component.mjs +3 -3
  10. package/esm2022/lib/components/core/babylon-fo-lis-c4-txt/babylon-fo-lis-c4-txt.component.mjs +3 -3
  11. package/esm2022/lib/components/core/babylon-fo-sli-img/babylon-fo-sli-img.component.mjs +3 -3
  12. package/esm2022/lib/components/core/babylon-he-svg-list/babylon-he-svg-list.component.mjs +3 -3
  13. package/esm2022/lib/components/core/babylon-language-modal-v3/babylon-language-modal-v3.component.mjs +3 -3
  14. package/esm2022/lib/components/core/babylon-lis-c2-txt/babylon-lis-c2-txt.component.mjs +3 -3
  15. package/esm2022/lib/components/core/babylon-lis-svg-txt-cta/babylon-lis-svg-txt-cta.component.mjs +3 -3
  16. package/esm2022/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.mjs +3 -3
  17. package/esm2022/lib/components/core/babylon-list-c6-txt/babylon-list-c6-txt.component.mjs +3 -3
  18. package/esm2022/lib/components/core/babylon-newsletter-modal-v2/babylon-newsletter-modal-v2.component.mjs +3 -3
  19. package/esm2022/lib/components/core/babylon-offer-popup-v3/babylon-offer-popup-v3.component.mjs +2 -2
  20. package/esm2022/lib/components/core/babylon-sli-c1-img-text/babylon-sli-c1-img-text.component.mjs +3 -3
  21. package/esm2022/lib/components/core/babylon-sli-c5-img-txt/babylon-sli-c5-img-txt.component.mjs +3 -3
  22. package/esm2022/lib/components/external/core/c4-c1-img-txt/c4-c1-img-txt.component.mjs +4 -3
  23. package/esm2022/lib/components/external/core/c4-he-img-txt/c4-he-img-txt.component.mjs +3 -3
  24. package/esm2022/lib/components/external/core/c4-me-txt-svg-cta/c4-me-txt-svg-cta.component.mjs +5 -3
  25. package/fesm2022/ctt-babylon.mjs +50 -48
  26. package/fesm2022/ctt-babylon.mjs.map +1 -1
  27. package/lib/components/external/core/c4-me-txt-svg-cta/c4-me-txt-svg-cta.component.d.ts +2 -1
  28. package/lib/styles/styles/babylon/buttons.css +1 -1
  29. package/lib/styles/styles/babylon/buttons.scss +31 -0
  30. package/lib/styles/styles/babylon/funciones.scss +296 -296
  31. package/package.json +1 -1
@@ -105,11 +105,11 @@ export class BabylonFoLisC4TxtComponent {
105
105
  return buttonList;
106
106
  }
107
107
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonFoLisC4TxtComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
108
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonFoLisC4TxtComponent, isStandalone: true, selector: "lib-babylon-fo-lis-c4-txt", inputs: { texts: "texts", multimedia: "multimedia", buttons: "buttons", styles: "styles" }, host: { listeners: { "window:resize": "onResize()" } }, ngImport: i0, template: "<!-- con la clase pt-0 podemos eliminar el espacio superior, ya que a veces se necesita por dise\u00F1o -->\n@if (buttons) {\n <section class=\"mdl-footer pt-0\">\n <div class=\"mdl-container\">\n <div class=\"m-top\">\n <div class=\"m-left\">\n <div class=\"m-group\">\n @if (texts?.contacttitle) {\n <h2 class=\"m-title\">{{ texts?.contacttitle }}</h2>\n }\n <div class=\"m-pages\">\n @if (texts?.contactEmail) {\n <a\n [href]=\"'mailto:' + texts?.contactEmail\"\n class=\"m-page m-underline\"\n [attr.aria-label]=\"texts?.contactEmail\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >\n {{ texts?.contactEmail }}\n </a>\n }\n @if (texts?.contactTel) {\n <a\n [href]=\"'tel:' + texts?.contactTel\"\n class=\"m-page m-underline\"\n [attr.aria-label]=\"texts?.contactTel\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >T. {{ texts?.contactTel }}</a\n >\n }\n </div>\n </div>\n\n <div class=\"m-group\">\n @if (texts?.contactOfficeTitle) {\n <h2 class=\"m-title\">\n {{ texts?.contactOfficeTitle }}\n </h2>\n }\n <div class=\"m-pages\">\n @if (texts?.contactOffice) {\n <a\n [href]=\"'mailto:' + texts?.contactOffice\"\n class=\"m-page m-underline\"\n [attr.aria-label]=\"texts?.contactOffice\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ texts?.contactOffice }}</a\n >\n }\n </div>\n </div>\n </div>\n\n <div class=\"m-right\">\n <div class=\"m-submenu\">\n <div class=\"m-group\">\n <div class=\"foot-icon\"></div>\n @if (texts?.grupoTitle) {\n <h2 class=\"m-title\">{{ texts?.grupoTitle }}</h2>\n }\n <div class=\"m-pages\">\n @for (\n item of getButtonsByOrder('1');\n track $index\n ) {\n <a\n [href]=\"item.url\"\n [linkType]=\"item.linkType\"\n class=\"m-page\"\n role=\"link\"\n [attr.aria-label]=\"item.label\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ item.label }}</a\n >\n }\n </div>\n </div>\n <div class=\"m-group\">\n <div class=\"foot-icon\"></div>\n @if (texts?.aboutTitle) {\n <h2 class=\"m-title\">{{ texts?.aboutTitle }}</h2>\n }\n <div class=\"m-pages\">\n @for (\n item of getButtonsByOrder('2');\n track $index\n ) {\n <a\n [href]=\"item.url\"\n [linkType]=\"item.linkType\"\n class=\"m-page\"\n role=\"link\"\n [attr.aria-label]=\"item.label\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ item.label }}</a\n >\n }\n </div>\n </div>\n <div class=\"m-group\">\n <div class=\"foot-icon\"></div>\n @if (texts?.helpTitle) {\n <h2 class=\"m-title\">{{ texts?.helpTitle }}</h2>\n }\n <div class=\"m-pages\">\n @for (\n item of getButtonsByOrder('3');\n track $index\n ) {\n <a\n [href]=\"item.url\"\n [linkType]=\"item.linkType\"\n class=\"m-page\"\n role=\"link\"\n [attr.aria-label]=\"item.label\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ item.label }}</a\n >\n }\n </div>\n </div>\n </div>\n <button\n type=\"button\"\n class=\"m-scrolltop\"\n aria-label=\"Scroll to top\"\n (click)=\"scrollTopFooter()\"\n >\n @if (texts?.scrolltext) {\n <div class=\"m-text\">{{ texts?.scrolltext }}</div>\n }\n <svg\n width=\"44\"\n height=\"44\"\n viewBox=\"0 0 44 44\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M22 44C9.84974 44 0 34.1503 0 22C0 9.84974 9.84974 0 22 0C34.1503 0 44 9.84974 44 22C44 34.1503 34.1503 44 22 44Z\"\n [attr.fill]=\"styles?.primary ?? '#FF4338'\"\n />\n <path\n d=\"M22 43C10.402 43 1 33.598 1 22C1 10.402 10.402 1 22 1C33.598 1 43 10.402 43 22C43 33.598 33.598 43 22 43Z\"\n [attr.fill]=\"styles?.primary ?? '#FF4338'\"\n />\n <path\n d=\"M21.2757 18.133L16.2237 23.211C16.042 23.3936 15.9403 23.6409 15.941 23.8984C15.9416 24.156 16.0446 24.4028 16.2272 24.5845C16.4098 24.7661 16.6571 24.8678 16.9146 24.8672C17.1722 24.8665 17.419 24.7636 17.6007 24.581L21.9497 20.181L26.3247 24.578C26.5063 24.7606 26.7531 24.8635 27.0107 24.8642C27.2683 24.8648 27.5156 24.7631 27.6982 24.5815C27.8808 24.3998 27.9837 24.153 27.9844 23.8954C27.985 23.6379 27.8833 23.3906 27.7017 23.208L22.6517 18.132C22.4691 17.9496 22.2215 17.8473 21.9635 17.8475C21.7054 17.8477 21.458 17.9504 21.2757 18.133Z\"\n fill=\"white\"\n />\n </svg>\n </button>\n </div>\n </div>\n <div class=\"m-bottom\">\n <div class=\"m-left\">\n @if (multimedia?.imagenes?.[0]; as img) {\n <img [src]=\"img.img?.src\" [alt]=\"img.img?.alt\" />\n }\n @if (texts?.copyrighttext) {\n <span>{{ texts?.copyrighttext }}</span>\n }\n </div>\n <div class=\"m-right\">\n <div class=\"m-legal\">\n @for (item of getButtonsByOrder('4'); track $index) {\n <a\n [href]=\"item.url\"\n [linkType]=\"item.linkType\"\n class=\"m-page m-underline\"\n role=\"link\"\n [attr.aria-label]=\"item.label\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ item.label }}</a\n >\n }\n </div>\n </div>\n </div>\n </div>\n </section>\n}\n\n@if (!styles) {\n <section class=\"mdl-decoration\">\n <div class=\"red\"></div>\n <div class=\"blue\"></div>\n <div class=\"green\"></div>\n </section>\n} @else {\n <section\n class=\"mdl-decoration unicolor\"\n [style.background-color]=\"styles.primary\"\n ></section>\n}\n", styles: ["@charset \"UTF-8\";.m-button-big{display:block;min-width:max-content;max-width:100%;width:33rem;text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;cursor:pointer;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-big{font-size:1.6rem}}.m-button-big.red{background-color:#ff4338}@media (hover: hover){.m-button-big.red:hover{background-color:#ed3b37}}.m-button-big.blue{background-color:#5b87da}@media (hover: hover){.m-button-big.blue:hover{background-color:#446ecd}}.m-button-big.green{background-color:#3fd5ae}@media (hover: hover){.m-button-big.green:hover{background-color:#2ec99b}}.m-button-big.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-big.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-big span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-big:hover{background-color:#ed3b37}}.m-button-sm{display:block;min-width:max-content;width:100%;max-width:26rem;text-align:center;cursor:pointer;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-sm{font-size:1.6rem}}.m-button-sm.red{background-color:#ff4338}@media (hover: hover){.m-button-sm.red:hover{background-color:#ed3b37}}.m-button-sm.blue{background-color:#5b87da}@media (hover: hover){.m-button-sm.blue:hover{background-color:#446ecd}}.m-button-sm.green{background-color:#3fd5ae}@media (hover: hover){.m-button-sm.green:hover{background-color:#2ec99b}}.m-button-sm.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-sm.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-sm span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-sm:hover{background-color:#ed3b37}}.m-underline{display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;color:#515050;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline{font-size:1.6rem}}@media (hover: hover){.m-underline:hover,.m-underline.active{color:#ed3b37}.m-underline:hover:after,.m-underline.active:after{opacity:1;width:100%}}.m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;z-index:1}.m-underline:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:0;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}.m-underline-red{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-red{font-size:1.6rem}}.m-underline-red:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-red:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-red:hover{color:#ed3b37}.m-underline-red:hover:after{width:100%}}.m-underline-blue{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-blue{font-size:1.6rem}}.m-underline-blue:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-blue:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#446ecd;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-blue:hover{color:#446ecd}.m-underline-blue:hover:after{width:100%}}.m-underline-green{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-green{font-size:1.6rem}}.m-underline-green:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-green:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#2ec99b;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-green:hover{color:#2ec99b}.m-underline-green:hover:after{width:100%}}.m-swiper-button{width:4.8rem;height:4.8rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative}.m-swiper-button.swiper-button-disabled{opacity:.7}.m-swiper-button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button.prev{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.m-swiper-button.next{border-top-right-radius:8rem;border-bottom-right-radius:8rem}@media (hover: hover){.m-swiper-button:hover{background-color:#ed3b37}}@media (max-width: 768px){.m-swiper-button{width:3.8rem;height:3.8rem}}@media (max-width: 540px){.m-swiper-button{width:3.2rem;height:3.2rem}.m-swiper-button svg{width:.5rem}}.m-swiper-button-s{width:3rem;height:3rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative;border-radius:100%}.m-swiper-button-s svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button-s.prev svg{left:45%}.m-swiper-button-s.next svg{left:55%}@media (hover: hover){.m-swiper-button-s:hover{background-color:#ed3b37}}.m-button-close{background-color:#ff4338;width:4.4rem;height:4.4rem;border-radius:100%;transition:.3s ease;cursor:pointer;position:relative}.m-button-close svg{transition:transform .4s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (hover: hover){.m-button-close:hover{background-color:#ed3b37}.m-button-close:hover svg{transform:rotate(180deg)}}.m-button{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button{font-size:1.6rem}}.m-button{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease}@media (hover: hover){.m-button:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}.m-button2{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button2{font-size:1.6rem}}.m-button2{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;border-radius:.4rem;transition:.3s ease;background-color:transparent;border:.1rem solid white}.m-button2.red{background-color:#ff4338}@media (hover: hover){.m-button2.red:hover{background-color:#ed3b37}}.m-button2.blue{background-color:#5b87da}@media (hover: hover){.m-button2.blue:hover{background-color:#446ecd}}.m-button2.green{background-color:#3fd5ae}@media (hover: hover){.m-button2.green:hover{background-color:#2ec99b}}.m-button2.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button2.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}@media (hover: hover){.m-button2:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button2{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}input:not([type=radio]):not([type=checkbox]),textarea,select{background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::placeholder,textarea::placeholder,select::placeholder{font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-ms-input-placeholder,textarea::-ms-input-placeholder,select::-ms-input-placeholder{font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{font-size:1.4rem;font-weight:500}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #f6f6f6 inset!important;-webkit-text-fill-color:white!important;transition:background-color 5000s ease-in-out 0s}select{position:relative;cursor:pointer}select.mini-arrow{position:relative;background-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}select option{font-size:1.4rem;font-weight:500;color:#000}.m-checkbox-group{display:flex;flex-direction:row;align-items:flex-start}.m-checkbox-group .m-checkbox,.m-checkbox-group input{border-radius:0!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:2.8rem;height:2.8rem;border:.1rem solid #d2d2d2;background-color:transparent;padding:0;margin-right:2rem;border-radius:0;cursor:pointer;position:relative}.m-checkbox-group .m-checkbox:checked,.m-checkbox-group input:checked{background-color:#fff;background-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-checkbox-group label{font-size:1.3rem;font-weight:600;max-width:\"calc(100% - 5rem)\"}.m-radio-group{display:flex;flex-direction:row;align-items:center}.m-radio-group .m-radio{-webkit-appearance:none;width:2.8rem;height:2.8rem;border:.2rem solid #d2d2d2;background-color:transparent;border-radius:50%;padding:0;margin-right:2rem;cursor:pointer;position:relative}.m-radio-group .m-radio:checked{background-color:#fff!important}.m-radio-group .m-radio:checked:after{content:\" \";position:absolute;top:50%;left:50%;width:1.6rem;height:1.6rem;border-radius:50%;background-color:#eec52b;transform:translate(-50%,-50%)}.m-radio-group label{font-size:1.4rem;font-weight:500;max-width:\"calc(100% - 5rem)\"}.m-input.m-calendar{background-repeat:no-repeat;background-position-x:\"calc(100% - 2rem)\";background-position-y:50%}html{font-size:62.5%;overflow-x:hidden}html.overflow-hidden{overflow:hidden}html body{font:14px \"\"}@media (min-width: 1921px) and (max-height: 600px){html{font-size:55.5%}}html a{text-decoration:none}h1,h2,h3,h4,h5,h6{all:unset;display:revert}.fancybox__container{background-color:#00000082!important}section[class*=mdl]{padding-left:10rem;padding-right:10rem;box-sizing:border-box}@media (max-width: 1366px){section[class*=mdl]{padding-left:9rem;padding-right:9rem}}@media (max-width: 1280px){section[class*=mdl]{padding-left:8rem;padding-right:8rem}}@media (max-width: 1080px){section[class*=mdl]{padding-left:9.5rem;padding-right:9.5rem}}@media (max-width: 768px){section[class*=mdl]{padding-left:7.7rem;padding-right:7.7rem}}@media (max-width: 540px){section[class*=mdl]{padding-left:4.1rem;padding-right:4.1rem}}@media (max-width: 375px){section[class*=mdl]{padding-left:2.7rem;padding-right:2.7rem}}section .mdl-container{width:100%;max-width:160rem;margin:0 auto}.readmoreinit{overflow:hidden}.readmoreinit{line-height:1.6!important}@media screen and (max-width: 1200px){.readmoreinit{line-height:1.6!important}}@media screen and (max-width: 600px){.readmoreinit{line-height:1.6!important}}.read-more{display:flex;flex-direction:column;font-family:jokker,sans-serif;font-size:1.5rem;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;color:#e6411e;text-decoration:underline;cursor:pointer;margin-top:2rem}.read-more .less{display:none}.w100{font-weight:100}.w300{font-weight:300}.w400{font-weight:400}.w500{font-weight:medium}.w600{font-weight:600}.w700{font-weight:700}.w900{font-weight:900}.italic{font-style:italic}.row{display:flex;flex-direction:row}.col{display:flex;flex-direction:column}html{overflow-x:hidden}body{cursor:default;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{color:inherit;border:0;margin:0;padding:0}a{text-size-adjust:none;-webkit-text-size-adjust:none;text-decoration:none;cursor:pointer}ul{list-style-position:outside}li{padding-left:3rem;list-style:none;position:relative}li:before{content:\"\\25cf\";position:absolute;top:0;left:0}button,mark{background:none}button,label{cursor:pointer}:focus{outline:none!important}::-moz-focus-inner{border:0}summary::-webkit-details-marker{display:none}button,input[type=submit],input[type=text]{-webkit-appearance:none}h1,h2,h3,h4,h5,h6{text-transform:none}p{width:100%}img{width:auto;height:auto;object-fit:contain}@-webkit-keyframes swingV{15%{-webkit-transform:translateY(.5rem);transform:translateY(.5rem)}30%{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}50%{-webkit-transform:translateY(.3rem);transform:translateY(.3rem)}65%{-webkit-transform:translateY(-.3rem);transform:translateY(-.3rem)}80%{-webkit-transform:translateY(.2rem);transform:translateY(.2rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes swingV{15%{-webkit-transform:translateY(.5rem);transform:translateY(.5rem)}30%{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}50%{-webkit-transform:translateY(.3rem);transform:translateY(.3rem)}65%{-webkit-transform:translateY(-.3rem);transform:translateY(-.3rem)}80%{-webkit-transform:translateY(.2rem);transform:translateY(.2rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes swingH{15%{-webkit-transform:translateX(.5rem);transform:translate(.5rem)}30%{-webkit-transform:translateX(-.5rem);transform:translate(-.5rem)}50%{-webkit-transform:translateX(.3rem);transform:translate(.3rem)}65%{-webkit-transform:translateX(-.3rem);transform:translate(-.3rem)}80%{-webkit-transform:translateX(.2rem);transform:translate(.2rem)}to{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes swingH{15%{-webkit-transform:translateX(.5rem);transform:translate(.5rem)}30%{-webkit-transform:translateX(-.5rem);transform:translate(-.5rem)}50%{-webkit-transform:translateX(.3rem);transform:translate(.3rem)}65%{-webkit-transform:translateX(-.3rem);transform:translate(-.3rem)}80%{-webkit-transform:translateX(.2rem);transform:translate(.2rem)}to{-webkit-transform:translateX(0);transform:translate(0)}}.fancybox__container{background-color:#fff}.fancybox__container .fancybox__slide{flex-direction:column-reverse}.fancybox__container .fancybox__backdrop,.fancybox__container .fancybox__counter{display:none}.fancybox__container .fancybox__caption{color:#515050b2;text-align:center;font-family:jokker,sans-serif;font-weight:400;font-size:1.8rem;line-height:3.9rem;padding:0rem 0 2rem}@media (max-width: 540px){.fancybox__container .fancybox__caption{font-size:1.5rem}}@media (max-width: 375px){.fancybox__container .fancybox__caption{font-size:1.3rem}}.fancybox__container .fancybox__thumbs{display:none}.fancybox__container .fancybox__nav .carousel__button{background-color:#ff4338;top:55%}.fancybox__container .fancybox__nav .carousel__button svg{stroke:#fff;stroke-width:.3rem}.fancybox__container .carousel__button.is-close svg{display:none}.fancybox__container .carousel__button.is-close{background-size:100%;width:4.2rem;height:4.2rem;top:-4.7rem;right:-5rem;transition:transform .3s ease;transform:rotate(0)}.fancybox__container .carousel__button.is-close:hover{transition:transform .3s ease;transform:rotate(180deg)}@media (max-width: 540px){.fancybox__container .carousel__button.is-close{width:3rem;height:3rem}}.fancybox__container .fancybox__toolbar{border-bottom:none;margin:0 0 0 auto;padding:1rem}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items button:not(.fancybox__button--close){display:none}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close{background-color:#ff4338}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close svg{width:40%}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close svg path{stroke:#fff;stroke-width:.3rem}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:#ffffff;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #23232329}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}section.mdl-footer{box-sizing:border-box;padding:7rem 5rem 0}section.mdl-footer.pt-0{padding-top:0}section.mdl-footer .mdl-container{max-width:160rem;width:100%;margin:0 auto;box-sizing:border-box;padding:8.2rem 0 10rem;border-top:.1rem solid #e4e4e4}@media (hover: hover){section.mdl-footer .mdl-container a{transition:.3s ease}section.mdl-footer .mdl-container a:hover{opacity:.7}}section.mdl-footer .mdl-container .m-group{position:relative}section.mdl-footer .mdl-container .m-group .m-title{font-family:jokker,sans-serif;font-weight:400;font-size:2rem;line-height:100%}@media (max-width: 1366px){section.mdl-footer .mdl-container .m-group .m-title{font-size:1.5rem}}@media (max-width: 1080px){section.mdl-footer .mdl-container .m-group .m-title{font-size:1.1rem}}section.mdl-footer .mdl-container .m-group .m-title{font-weight:500;color:#515050;margin-bottom:2rem}section.mdl-footer .mdl-container .m-group .foot-icon{position:absolute;right:4rem;top:5.5rem;pointer-events:none;background:url(/assets/babylon/svg/icons/arrowbottom.svg) no-repeat center center;background-size:contain;width:1.5rem;height:1.5rem;display:none}section.mdl-footer .mdl-container .m-group.open .foot-icon{transform:rotate(0);background-color:red;background:url(/assets/babylon/svg/icons/closeRed.svg) no-repeat center center;background-size:contain;width:3rem;height:3rem;right:3.4rem;top:4.8rem}section.mdl-footer .mdl-container .m-group .m-pages{display:flex;flex-direction:column;gap:4rem}section.mdl-footer .mdl-container .m-group .m-pages .m-page{font-family:jokker,sans-serif;font-weight:300;font-size:1.6rem;line-height:4rem;color:#515050b2;line-height:1rem}@media (hover: hover){section.mdl-footer .mdl-container .m-group .m-pages .m-page:hover{color:var(--hover-color)!important}}section.mdl-footer .mdl-container .m-group .m-pages .m-underline{color:#515050b2!important}section.mdl-footer .mdl-container .m-group .m-pages .m-underline:after{opacity:0;background-color:var(--hover-color)!important}section.mdl-footer .mdl-container .m-group .m-pages .m-underline:before{opacity:0}@media (hover: hover){section.mdl-footer .mdl-container .m-group .m-pages .m-underline:hover{color:var(--hover-color)}section.mdl-footer .mdl-container .m-group .m-pages .m-underline:hover:after{opacity:1;width:100%;background-color:var(--hover-color)!important}}section.mdl-footer .mdl-container .m-top{display:flex;flex-direction:row;justify-content:space-between;gap:3rem}section.mdl-footer .mdl-container .m-top>.m-left{max-width:25rem;width:100%;display:flex;flex-direction:column;gap:4.5rem}section.mdl-footer .mdl-container .m-top>.m-right{display:flex;flex-direction:row;justify-content:space-between;max-width:98.5rem;width:100%;box-sizing:border-box;gap:3em}@media (min-width: 1260px){section.mdl-footer .mdl-container .m-top>.m-right{padding-right:3.6rem}}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu{max-width:78.3rem;width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:5.5rem 3.5rem;flex-wrap:wrap;padding-left:2.5rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group .m-title{margin-bottom:3.5rem}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop{transform:translateY(-1.2rem);height:max-content}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop .m-text{opacity:0;margin-bottom:1rem;font-family:jokker,sans-serif;font-weight:400;font-size:1.3rem;line-height:100%;color:#515050;transition:.5s}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop svg{opacity:.6;transition:all .3s ease}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop:hover svg{opacity:1}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop:hover .m-text{opacity:1;transition:.5s}section.mdl-footer .mdl-container .m-bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:end;gap:3rem;margin-top:7rem;padding-top:3.9rem;border-top:.1rem solid #e4e4e4;align-items:center}section.mdl-footer .mdl-container .m-bottom>.m-left{display:flex;flex-direction:row;align-items:baseline;gap:1.6rem;min-width:25rem;height:fit-content}section.mdl-footer .mdl-container .m-bottom>.m-left img{max-width:12.4rem;width:100%}section.mdl-footer .mdl-container .m-bottom>.m-left span{font-family:jokker,sans-serif;font-weight:300;font-size:1.6rem;line-height:4rem}section.mdl-footer .mdl-container .m-bottom .m-right{max-width:98.5rem;width:100%}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal{width:100%;display:flex;flex-direction:row;gap:3.7rem;flex-wrap:wrap}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page{font-family:jokker,sans-serif;font-weight:300;font-size:1.6rem;line-height:4rem;line-height:1rem;color:#515050b2}@media (hover: hover){section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page:hover{color:var(--hover-color)}}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page.m-underline:after{opacity:0;background-color:var(--hover-color)!important}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page.m-underline:before{opacity:0}@media (hover: hover){section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page.m-underline:hover{color:var(--hover-color)}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page.m-underline:hover:after{opacity:1;width:100%;background-color:var(--hover-color)!important}}@media (max-width: 1366px){section.mdl-footer .mdl-container{padding:8.2rem 0 8rem}section.mdl-footer .mdl-container .m-group .m-title{font-size:2rem!important}section.mdl-footer .mdl-container .m-group .m-pages{gap:3rem}}@media (max-width: 1080px){section.mdl-footer{padding:6rem 3rem 0;position:relative}section.mdl-footer .mdl-container{padding:6.2rem 0}section.mdl-footer .mdl-container .m-top{flex-direction:column;gap:5rem}section.mdl-footer .mdl-container .m-top>.m-left{flex-direction:row;max-width:100%;flex-wrap:wrap}section.mdl-footer .mdl-container .m-top>.m-left .m-group .m-title{font-size:2rem}section.mdl-footer .mdl-container .m-top>.m-left .m-group .m-pages{gap:3rem}section.mdl-footer .mdl-container .m-top .m-right .m-submenu{flex-direction:column}section.mdl-footer .mdl-container .m-top .m-right .m-submenu .m-group .foot-icon{display:block}section.mdl-footer .mdl-container .m-top>.m-right{gap:0rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu{max-width:100%;padding-left:0}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group{width:100%;border-top:.1rem solid #e4e4e4;padding-top:5rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group .m-title{font-size:2rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group .m-pages{gap:3rem;margin-bottom:5rem}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop{position:absolute;top:2rem;right:2rem}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop svg{opacity:1}section.mdl-footer .mdl-container .m-bottom{flex-direction:column-reverse;align-items:start;margin-top:2rem}section.mdl-footer .mdl-container .m-bottom>.m-left{align-items:unset}}@media (max-width: 540px){section.mdl-footer{padding:3rem 2rem 0}section.mdl-footer .mdl-container{padding:3rem 0}section.mdl-footer .mdl-container .m-top>.m-left{flex-direction:column;max-width:100%;gap:5rem}section.mdl-footer .mdl-container .m-top>.m-right{flex-direction:column}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu{flex-direction:column;gap:3rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group{width:100%}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group .m-title{margin-bottom:2rem}section.mdl-footer .mdl-container .m-bottom{margin-top:3rem;padding-top:3rem;align-items:center}section.mdl-footer .mdl-container .m-bottom>.m-left{align-items:unset;min-width:auto}section.mdl-footer .mdl-container .m-bottom>.m-right .m-legal{justify-content:unset;flex-wrap:wrap;gap:3rem;flex-direction:column}}.mdl-decoration{max-width:100%;width:100%;display:flex;flex-direction:row;padding:0!important}.mdl-decoration.unicolor{height:2rem}.mdl-decoration>div{width:33.33%;height:2rem}.mdl-decoration>div.red{background-color:#ff4338}.mdl-decoration>div.blue{background-color:#5b87da}.mdl-decoration>div.green{background-color:#3fd5ae}@media (max-width: 910px){.mdl-decoration div{height:10rem}}\n"], dependencies: [{ kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup", "disablePointerNone"], outputs: ["anchorClicked"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
108
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonFoLisC4TxtComponent, isStandalone: true, selector: "lib-babylon-fo-lis-c4-txt", inputs: { texts: "texts", multimedia: "multimedia", buttons: "buttons", styles: "styles" }, host: { listeners: { "window:resize": "onResize()" } }, ngImport: i0, template: "<!-- con la clase pt-0 podemos eliminar el espacio superior, ya que a veces se necesita por dise\u00F1o -->\n@if (buttons) {\n <section class=\"mdl-footer pt-0\">\n <div class=\"mdl-container\">\n <div class=\"m-top\">\n <div class=\"m-left\">\n <div class=\"m-group\">\n @if (texts?.contacttitle) {\n <h2 class=\"m-title\">{{ texts?.contacttitle }}</h2>\n }\n <div class=\"m-pages\">\n @if (texts?.contactEmail) {\n <a\n [href]=\"'mailto:' + texts?.contactEmail\"\n class=\"m-page m-underline\"\n [attr.aria-label]=\"texts?.contactEmail\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >\n {{ texts?.contactEmail }}\n </a>\n }\n @if (texts?.contactTel) {\n <a\n [href]=\"'tel:' + texts?.contactTel\"\n class=\"m-page m-underline\"\n [attr.aria-label]=\"texts?.contactTel\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >T. {{ texts?.contactTel }}</a\n >\n }\n </div>\n </div>\n\n <div class=\"m-group\">\n @if (texts?.contactOfficeTitle) {\n <h2 class=\"m-title\">\n {{ texts?.contactOfficeTitle }}\n </h2>\n }\n <div class=\"m-pages\">\n @if (texts?.contactOffice) {\n <a\n [href]=\"'mailto:' + texts?.contactOffice\"\n class=\"m-page m-underline\"\n [attr.aria-label]=\"texts?.contactOffice\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ texts?.contactOffice }}</a\n >\n }\n </div>\n </div>\n </div>\n\n <div class=\"m-right\">\n <div class=\"m-submenu\">\n <div class=\"m-group\">\n <div class=\"foot-icon\"></div>\n @if (texts?.grupoTitle) {\n <h2 class=\"m-title\">{{ texts?.grupoTitle }}</h2>\n }\n <div class=\"m-pages\">\n @for (\n item of getButtonsByOrder('1');\n track $index\n ) {\n <a\n [href]=\"item.url\"\n [linkType]=\"item.linkType\"\n class=\"m-page\"\n role=\"link\"\n [attr.aria-label]=\"item.label\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ item.label }}</a\n >\n }\n </div>\n </div>\n <div class=\"m-group\">\n <div class=\"foot-icon\"></div>\n @if (texts?.aboutTitle) {\n <h2 class=\"m-title\">{{ texts?.aboutTitle }}</h2>\n }\n <div class=\"m-pages\">\n @for (\n item of getButtonsByOrder('2');\n track $index\n ) {\n <a\n [href]=\"item.url\"\n [linkType]=\"item.linkType\"\n class=\"m-page\"\n role=\"link\"\n [attr.aria-label]=\"item.label\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ item.label }}</a\n >\n }\n </div>\n </div>\n <div class=\"m-group\">\n <div class=\"foot-icon\"></div>\n @if (texts?.helpTitle) {\n <h2 class=\"m-title\">{{ texts?.helpTitle }}</h2>\n }\n <div class=\"m-pages\">\n @for (\n item of getButtonsByOrder('3');\n track $index\n ) {\n <a\n [href]=\"item.url\"\n [linkType]=\"item.linkType\"\n class=\"m-page\"\n role=\"link\"\n [attr.aria-label]=\"item.label\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ item.label }}</a\n >\n }\n </div>\n </div>\n </div>\n <button\n type=\"button\"\n class=\"m-scrolltop\"\n aria-label=\"Scroll to top\"\n (click)=\"scrollTopFooter()\"\n >\n @if (texts?.scrolltext) {\n <div class=\"m-text\">{{ texts?.scrolltext }}</div>\n }\n <svg\n width=\"44\"\n height=\"44\"\n viewBox=\"0 0 44 44\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M22 44C9.84974 44 0 34.1503 0 22C0 9.84974 9.84974 0 22 0C34.1503 0 44 9.84974 44 22C44 34.1503 34.1503 44 22 44Z\"\n [attr.fill]=\"styles?.primary ?? '#FF4338'\"\n />\n <path\n d=\"M22 43C10.402 43 1 33.598 1 22C1 10.402 10.402 1 22 1C33.598 1 43 10.402 43 22C43 33.598 33.598 43 22 43Z\"\n [attr.fill]=\"styles?.primary ?? '#FF4338'\"\n />\n <path\n d=\"M21.2757 18.133L16.2237 23.211C16.042 23.3936 15.9403 23.6409 15.941 23.8984C15.9416 24.156 16.0446 24.4028 16.2272 24.5845C16.4098 24.7661 16.6571 24.8678 16.9146 24.8672C17.1722 24.8665 17.419 24.7636 17.6007 24.581L21.9497 20.181L26.3247 24.578C26.5063 24.7606 26.7531 24.8635 27.0107 24.8642C27.2683 24.8648 27.5156 24.7631 27.6982 24.5815C27.8808 24.3998 27.9837 24.153 27.9844 23.8954C27.985 23.6379 27.8833 23.3906 27.7017 23.208L22.6517 18.132C22.4691 17.9496 22.2215 17.8473 21.9635 17.8475C21.7054 17.8477 21.458 17.9504 21.2757 18.133Z\"\n fill=\"white\"\n />\n </svg>\n </button>\n </div>\n </div>\n <div class=\"m-bottom\">\n <div class=\"m-left\">\n @if (multimedia?.imagenes?.[0]; as img) {\n <img [src]=\"img.img?.src\" [alt]=\"img.img?.alt\" />\n }\n @if (texts?.copyrighttext) {\n <span>{{ texts?.copyrighttext }}</span>\n }\n </div>\n <div class=\"m-right\">\n <div class=\"m-legal\">\n @for (item of getButtonsByOrder('4'); track $index) {\n <a\n [href]=\"item.url\"\n [linkType]=\"item.linkType\"\n class=\"m-page m-underline\"\n role=\"link\"\n [attr.aria-label]=\"item.label\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ item.label }}</a\n >\n }\n </div>\n </div>\n </div>\n </div>\n </section>\n}\n\n@if (!styles) {\n <section class=\"mdl-decoration\">\n <div class=\"red\"></div>\n <div class=\"blue\"></div>\n <div class=\"green\"></div>\n </section>\n} @else {\n <section\n class=\"mdl-decoration unicolor\"\n [style.background-color]=\"styles.primary\"\n ></section>\n}\n", styles: ["@charset \"UTF-8\";.m-button-big{display:block;min-width:max-content;max-width:100%;width:33rem;text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;cursor:pointer;position:relative;font-family:var(--font-text);font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-big{font-size:1.6rem}}.m-button-big.red{background-color:#ff4338}@media (hover: hover){.m-button-big.red:hover{background-color:#ed3b37}}.m-button-big.blue{background-color:#5b87da}@media (hover: hover){.m-button-big.blue:hover{background-color:#446ecd}}.m-button-big.green{background-color:#3fd5ae}@media (hover: hover){.m-button-big.green:hover{background-color:#2ec99b}}.m-button-big.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-big.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-big span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-big:hover{background-color:#ed3b37}}.m-button-big-babylon{display:block;min-width:max-content;max-width:100%;width:33rem;text-align:center;box-sizing:border-box;padding:1.1rem;color:var(--cl_btn-box-text);background-color:var(--cl_btn-box);border-radius:var(--btn_radius);border:1px solid var(--cl_btn-box);transition:.3s ease;height:4.8rem;cursor:pointer;position:relative;font-family:var(--font-text);font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-big-babylon{font-size:1.6rem}}.m-button-big-babylon.red{background-color:#ff4338}@media (hover: hover){.m-button-big-babylon.red:hover{background-color:#ed3b37}}.m-button-big-babylon.blue{background-color:#5b87da}@media (hover: hover){.m-button-big-babylon.blue:hover{background-color:#446ecd}}.m-button-big-babylon.green{background-color:#3fd5ae}@media (hover: hover){.m-button-big-babylon.green:hover{background-color:#2ec99b}}.m-button-big-babylon.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-big-babylon.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-big-babylon span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-big-babylon:hover{background-color:var(--cl_btn-box-hover);color:var(--cl_btn-box-text-hover)}}.m-button-sm{display:block;min-width:max-content;width:100%;max-width:26rem;text-align:center;cursor:pointer;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;position:relative;font-family:var(--font-text);font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-sm{font-size:1.6rem}}.m-button-sm.red{background-color:#ff4338}@media (hover: hover){.m-button-sm.red:hover{background-color:#ed3b37}}.m-button-sm.blue{background-color:#5b87da}@media (hover: hover){.m-button-sm.blue:hover{background-color:#446ecd}}.m-button-sm.green{background-color:#3fd5ae}@media (hover: hover){.m-button-sm.green:hover{background-color:#2ec99b}}.m-button-sm.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-sm.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-sm span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-sm:hover{background-color:#ed3b37}}.m-underline{display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;color:#515050;font-family:var(--font-text);font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline{font-size:1.6rem}}@media (hover: hover){.m-underline:hover,.m-underline.active{color:#ed3b37}.m-underline:hover:after,.m-underline.active:after{opacity:1;width:100%}}.m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;z-index:1}.m-underline:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:0;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}.m-underline-red{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:var(--font-text);font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-red{font-size:1.6rem}}.m-underline-red:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-red:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-red:hover{color:#ed3b37}.m-underline-red:hover:after{width:100%}}.m-underline-blue{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:var(--font-text);font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-blue{font-size:1.6rem}}.m-underline-blue:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-blue:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#446ecd;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-blue:hover{color:#446ecd}.m-underline-blue:hover:after{width:100%}}.m-underline-green{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:var(--font-text);font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-green{font-size:1.6rem}}.m-underline-green:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-green:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#2ec99b;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-green:hover{color:#2ec99b}.m-underline-green:hover:after{width:100%}}.m-swiper-button{width:4.8rem;height:4.8rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative}.m-swiper-button.swiper-button-disabled{opacity:.7}.m-swiper-button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button.prev{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.m-swiper-button.next{border-top-right-radius:8rem;border-bottom-right-radius:8rem}@media (hover: hover){.m-swiper-button:hover{background-color:#ed3b37}}@media (max-width: 768px){.m-swiper-button{width:3.8rem;height:3.8rem}}@media (max-width: 540px){.m-swiper-button{width:3.2rem;height:3.2rem}.m-swiper-button svg{width:.5rem}}.m-swiper-button-s{width:3rem;height:3rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative;border-radius:100%}.m-swiper-button-s svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button-s.prev svg{left:45%}.m-swiper-button-s.next svg{left:55%}@media (hover: hover){.m-swiper-button-s:hover{background-color:#ed3b37}}.m-button-close{background-color:#ff4338;width:4.4rem;height:4.4rem;border-radius:100%;transition:.3s ease;cursor:pointer;position:relative}.m-button-close svg{transition:transform .4s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (hover: hover){.m-button-close:hover{background-color:#ed3b37}.m-button-close:hover svg{transform:rotate(180deg)}}.m-button{display:block;width:max-content;font-family:var(--font-text);font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button{font-size:1.6rem}}.m-button{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease}@media (hover: hover){.m-button:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}.m-button2{display:block;width:max-content;font-family:var(--font-text);font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button2{font-size:1.6rem}}.m-button2{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;border-radius:.4rem;transition:.3s ease;background-color:transparent;border:.1rem solid white}.m-button2.red{background-color:#ff4338}@media (hover: hover){.m-button2.red:hover{background-color:#ed3b37}}.m-button2.blue{background-color:#5b87da}@media (hover: hover){.m-button2.blue:hover{background-color:#446ecd}}.m-button2.green{background-color:#3fd5ae}@media (hover: hover){.m-button2.green:hover{background-color:#2ec99b}}.m-button2.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button2.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}@media (hover: hover){.m-button2:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button2{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}input:not([type=radio]):not([type=checkbox]),textarea,select{background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::placeholder,textarea::placeholder,select::placeholder{font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-ms-input-placeholder,textarea::-ms-input-placeholder,select::-ms-input-placeholder{font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{font-size:1.4rem;font-weight:500}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #f6f6f6 inset!important;-webkit-text-fill-color:white!important;transition:background-color 5000s ease-in-out 0s}select{position:relative;cursor:pointer}select.mini-arrow{position:relative;background-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}select option{font-size:1.4rem;font-weight:500;color:#000}.m-checkbox-group{display:flex;flex-direction:row;align-items:flex-start}.m-checkbox-group .m-checkbox,.m-checkbox-group input{border-radius:0!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:2.8rem;height:2.8rem;border:.1rem solid #d2d2d2;background-color:transparent;padding:0;margin-right:2rem;border-radius:0;cursor:pointer;position:relative}.m-checkbox-group .m-checkbox:checked,.m-checkbox-group input:checked{background-color:#fff;background-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-checkbox-group label{font-size:1.3rem;font-weight:600;max-width:\"calc(100% - 5rem)\"}.m-radio-group{display:flex;flex-direction:row;align-items:center}.m-radio-group .m-radio{-webkit-appearance:none;width:2.8rem;height:2.8rem;border:.2rem solid #d2d2d2;background-color:transparent;border-radius:50%;padding:0;margin-right:2rem;cursor:pointer;position:relative}.m-radio-group .m-radio:checked{background-color:#fff!important}.m-radio-group .m-radio:checked:after{content:\" \";position:absolute;top:50%;left:50%;width:1.6rem;height:1.6rem;border-radius:50%;background-color:#eec52b;transform:translate(-50%,-50%)}.m-radio-group label{font-size:1.4rem;font-weight:500;max-width:\"calc(100% - 5rem)\"}.m-input.m-calendar{background-repeat:no-repeat;background-position-x:\"calc(100% - 2rem)\";background-position-y:50%}html{font-size:62.5%;overflow-x:hidden}html.overflow-hidden{overflow:hidden}html body{font:14px \"\"}@media (min-width: 1921px) and (max-height: 600px){html{font-size:55.5%}}html a{text-decoration:none}h1,h2,h3,h4,h5,h6{all:unset;display:revert}.fancybox__container{background-color:#00000082!important}section[class*=mdl]{padding-left:10rem;padding-right:10rem;box-sizing:border-box}@media (max-width: 1366px){section[class*=mdl]{padding-left:9rem;padding-right:9rem}}@media (max-width: 1280px){section[class*=mdl]{padding-left:8rem;padding-right:8rem}}@media (max-width: 1080px){section[class*=mdl]{padding-left:9.5rem;padding-right:9.5rem}}@media (max-width: 768px){section[class*=mdl]{padding-left:7.7rem;padding-right:7.7rem}}@media (max-width: 540px){section[class*=mdl]{padding-left:4.1rem;padding-right:4.1rem}}@media (max-width: 375px){section[class*=mdl]{padding-left:2.7rem;padding-right:2.7rem}}section .mdl-container{width:100%;max-width:160rem;margin:0 auto}.readmoreinit{overflow:hidden}.readmoreinit{line-height:1.6!important}@media screen and (max-width: 1200px){.readmoreinit{line-height:1.6!important}}@media screen and (max-width: 600px){.readmoreinit{line-height:1.6!important}}.read-more{display:flex;flex-direction:column;font-family:jokker,sans-serif;font-size:1.5rem;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;color:#e6411e;text-decoration:underline;cursor:pointer;margin-top:2rem}.read-more .less{display:none}.w100{font-weight:100}.w300{font-weight:300}.w400{font-weight:400}.w500{font-weight:medium}.w600{font-weight:600}.w700{font-weight:700}.w900{font-weight:900}.italic{font-style:italic}.row{display:flex;flex-direction:row}.col{display:flex;flex-direction:column}html{overflow-x:hidden}body{cursor:default;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{color:inherit;border:0;margin:0;padding:0}a{text-size-adjust:none;-webkit-text-size-adjust:none;text-decoration:none;cursor:pointer}ul{list-style-position:outside}li{padding-left:3rem;list-style:none;position:relative}li:before{content:\"\\25cf\";position:absolute;top:0;left:0}button,mark{background:none}button,label{cursor:pointer}:focus{outline:none!important}::-moz-focus-inner{border:0}summary::-webkit-details-marker{display:none}button,input[type=submit],input[type=text]{-webkit-appearance:none}h1,h2,h3,h4,h5,h6{text-transform:none}p{width:100%}img{width:auto;height:auto;object-fit:contain}@-webkit-keyframes swingV{15%{-webkit-transform:translateY(.5rem);transform:translateY(.5rem)}30%{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}50%{-webkit-transform:translateY(.3rem);transform:translateY(.3rem)}65%{-webkit-transform:translateY(-.3rem);transform:translateY(-.3rem)}80%{-webkit-transform:translateY(.2rem);transform:translateY(.2rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes swingV{15%{-webkit-transform:translateY(.5rem);transform:translateY(.5rem)}30%{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}50%{-webkit-transform:translateY(.3rem);transform:translateY(.3rem)}65%{-webkit-transform:translateY(-.3rem);transform:translateY(-.3rem)}80%{-webkit-transform:translateY(.2rem);transform:translateY(.2rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes swingH{15%{-webkit-transform:translateX(.5rem);transform:translate(.5rem)}30%{-webkit-transform:translateX(-.5rem);transform:translate(-.5rem)}50%{-webkit-transform:translateX(.3rem);transform:translate(.3rem)}65%{-webkit-transform:translateX(-.3rem);transform:translate(-.3rem)}80%{-webkit-transform:translateX(.2rem);transform:translate(.2rem)}to{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes swingH{15%{-webkit-transform:translateX(.5rem);transform:translate(.5rem)}30%{-webkit-transform:translateX(-.5rem);transform:translate(-.5rem)}50%{-webkit-transform:translateX(.3rem);transform:translate(.3rem)}65%{-webkit-transform:translateX(-.3rem);transform:translate(-.3rem)}80%{-webkit-transform:translateX(.2rem);transform:translate(.2rem)}to{-webkit-transform:translateX(0);transform:translate(0)}}.fancybox__container{background-color:#fff}.fancybox__container .fancybox__slide{flex-direction:column-reverse}.fancybox__container .fancybox__backdrop,.fancybox__container .fancybox__counter{display:none}.fancybox__container .fancybox__caption{color:#515050b2;text-align:center;font-family:jokker,sans-serif;font-weight:400;font-size:1.8rem;line-height:3.9rem;padding:0rem 0 2rem}@media (max-width: 540px){.fancybox__container .fancybox__caption{font-size:1.5rem}}@media (max-width: 375px){.fancybox__container .fancybox__caption{font-size:1.3rem}}.fancybox__container .fancybox__thumbs{display:none}.fancybox__container .fancybox__nav .carousel__button{background-color:#ff4338;top:55%}.fancybox__container .fancybox__nav .carousel__button svg{stroke:#fff;stroke-width:.3rem}.fancybox__container .carousel__button.is-close svg{display:none}.fancybox__container .carousel__button.is-close{background-size:100%;width:4.2rem;height:4.2rem;top:-4.7rem;right:-5rem;transition:transform .3s ease;transform:rotate(0)}.fancybox__container .carousel__button.is-close:hover{transition:transform .3s ease;transform:rotate(180deg)}@media (max-width: 540px){.fancybox__container .carousel__button.is-close{width:3rem;height:3rem}}.fancybox__container .fancybox__toolbar{border-bottom:none;margin:0 0 0 auto;padding:1rem}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items button:not(.fancybox__button--close){display:none}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close{background-color:#ff4338}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close svg{width:40%}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close svg path{stroke:#fff;stroke-width:.3rem}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:#ffffff;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #23232329}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}section.mdl-footer{box-sizing:border-box;padding:7rem 5rem 0}section.mdl-footer.pt-0{padding-top:0}section.mdl-footer .mdl-container{max-width:160rem;width:100%;margin:0 auto;box-sizing:border-box;padding:8.2rem 0 10rem;border-top:.1rem solid #e4e4e4}@media (hover: hover){section.mdl-footer .mdl-container a{transition:.3s ease}section.mdl-footer .mdl-container a:hover{opacity:.7}}section.mdl-footer .mdl-container .m-group{position:relative}section.mdl-footer .mdl-container .m-group .m-title{font-family:var(--font-text);font-weight:var(--w_text);font-size:2rem;line-height:100%}@media (max-width: 1366px){section.mdl-footer .mdl-container .m-group .m-title{font-size:1.5rem}}@media (max-width: 1080px){section.mdl-footer .mdl-container .m-group .m-title{font-size:1.1rem}}section.mdl-footer .mdl-container .m-group .m-title{font-weight:500;color:#515050;margin-bottom:2rem}section.mdl-footer .mdl-container .m-group .foot-icon{position:absolute;right:4rem;top:5.5rem;pointer-events:none;background:url(/assets/babylon/svg/icons/arrowbottom.svg) no-repeat center center;background-size:contain;width:1.5rem;height:1.5rem;display:none}section.mdl-footer .mdl-container .m-group.open .foot-icon{transform:rotate(0);background-color:red;background:url(/assets/babylon/svg/icons/closeRed.svg) no-repeat center center;background-size:contain;width:3rem;height:3rem;right:3.4rem;top:4.8rem}section.mdl-footer .mdl-container .m-group .m-pages{display:flex;flex-direction:column;gap:4rem}section.mdl-footer .mdl-container .m-group .m-pages .m-page{font-family:var(--font-text);font-weight:300;font-size:1.6rem;line-height:4rem;color:#515050b2;line-height:1rem}@media (hover: hover){section.mdl-footer .mdl-container .m-group .m-pages .m-page:hover{color:var(--hover-color)!important}}section.mdl-footer .mdl-container .m-group .m-pages .m-underline{color:#515050b2!important}section.mdl-footer .mdl-container .m-group .m-pages .m-underline:after{opacity:0;background-color:var(--hover-color)!important}section.mdl-footer .mdl-container .m-group .m-pages .m-underline:before{opacity:0}@media (hover: hover){section.mdl-footer .mdl-container .m-group .m-pages .m-underline:hover{color:var(--hover-color)}section.mdl-footer .mdl-container .m-group .m-pages .m-underline:hover:after{opacity:1;width:100%;background-color:var(--hover-color)!important}}section.mdl-footer .mdl-container .m-top{display:flex;flex-direction:row;justify-content:space-between;gap:3rem}section.mdl-footer .mdl-container .m-top>.m-left{max-width:25rem;width:100%;display:flex;flex-direction:column;gap:4.5rem}section.mdl-footer .mdl-container .m-top>.m-right{display:flex;flex-direction:row;justify-content:space-between;max-width:98.5rem;width:100%;box-sizing:border-box;gap:3em}@media (min-width: 1260px){section.mdl-footer .mdl-container .m-top>.m-right{padding-right:3.6rem}}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu{max-width:78.3rem;width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:5.5rem 3.5rem;flex-wrap:wrap;padding-left:2.5rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group .m-title{margin-bottom:3.5rem}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop{transform:translateY(-1.2rem);height:max-content}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop .m-text{opacity:0;margin-bottom:1rem;font-family:var(--font-text);font-weight:400;font-size:1.3rem;line-height:100%;color:#515050;transition:.5s}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop svg{opacity:.6;transition:all .3s ease}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop:hover svg{opacity:1}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop:hover .m-text{opacity:1;transition:.5s}section.mdl-footer .mdl-container .m-bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:end;gap:3rem;margin-top:7rem;padding-top:3.9rem;border-top:.1rem solid #e4e4e4;align-items:center}section.mdl-footer .mdl-container .m-bottom>.m-left{display:flex;flex-direction:row;align-items:baseline;gap:1.6rem;min-width:25rem;height:fit-content}section.mdl-footer .mdl-container .m-bottom>.m-left img{max-width:12.4rem;width:100%}section.mdl-footer .mdl-container .m-bottom>.m-left span{font-family:var(--font-text);font-weight:300;font-size:1.6rem;line-height:4rem}section.mdl-footer .mdl-container .m-bottom .m-right{max-width:98.5rem;width:100%}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal{width:100%;display:flex;flex-direction:row;gap:3.7rem;flex-wrap:wrap}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page{font-family:var(--font-text);font-weight:300;font-size:1.6rem;line-height:4rem;line-height:1rem;color:#515050b2}@media (hover: hover){section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page:hover{color:var(--hover-color)}}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page.m-underline:after{opacity:0;background-color:var(--hover-color)!important}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page.m-underline:before{opacity:0}@media (hover: hover){section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page.m-underline:hover{color:var(--hover-color)}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page.m-underline:hover:after{opacity:1;width:100%;background-color:var(--hover-color)!important}}@media (max-width: 1366px){section.mdl-footer .mdl-container{padding:8.2rem 0 8rem}section.mdl-footer .mdl-container .m-group .m-title{font-size:2rem!important}section.mdl-footer .mdl-container .m-group .m-pages{gap:3rem}}@media (max-width: 1080px){section.mdl-footer{padding:6rem 3rem 0;position:relative}section.mdl-footer .mdl-container{padding:6.2rem 0}section.mdl-footer .mdl-container .m-top{flex-direction:column;gap:5rem}section.mdl-footer .mdl-container .m-top>.m-left{flex-direction:row;max-width:100%;flex-wrap:wrap}section.mdl-footer .mdl-container .m-top>.m-left .m-group .m-title{font-size:2rem}section.mdl-footer .mdl-container .m-top>.m-left .m-group .m-pages{gap:3rem}section.mdl-footer .mdl-container .m-top .m-right .m-submenu{flex-direction:column}section.mdl-footer .mdl-container .m-top .m-right .m-submenu .m-group .foot-icon{display:block}section.mdl-footer .mdl-container .m-top>.m-right{gap:0rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu{max-width:100%;padding-left:0}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group{width:100%;border-top:.1rem solid #e4e4e4;padding-top:5rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group .m-title{font-size:2rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group .m-pages{gap:3rem;margin-bottom:5rem}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop{position:absolute;top:2rem;right:2rem}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop svg{opacity:1}section.mdl-footer .mdl-container .m-bottom{flex-direction:column-reverse;align-items:start;margin-top:2rem}section.mdl-footer .mdl-container .m-bottom>.m-left{align-items:unset}}@media (max-width: 540px){section.mdl-footer{padding:3rem 2rem 0}section.mdl-footer .mdl-container{padding:3rem 0}section.mdl-footer .mdl-container .m-top>.m-left{flex-direction:column;max-width:100%;gap:5rem}section.mdl-footer .mdl-container .m-top>.m-right{flex-direction:column}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu{flex-direction:column;gap:3rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group{width:100%}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group .m-title{margin-bottom:2rem}section.mdl-footer .mdl-container .m-bottom{margin-top:3rem;padding-top:3rem;align-items:center}section.mdl-footer .mdl-container .m-bottom>.m-left{align-items:unset;min-width:auto}section.mdl-footer .mdl-container .m-bottom>.m-right .m-legal{justify-content:unset;flex-wrap:wrap;gap:3rem;flex-direction:column}}.mdl-decoration{max-width:100%;width:100%;display:flex;flex-direction:row;padding:0!important}.mdl-decoration.unicolor{height:2rem}.mdl-decoration>div{width:33.33%;height:2rem}.mdl-decoration>div.red{background-color:#ff4338}.mdl-decoration>div.blue{background-color:#5b87da}.mdl-decoration>div.green{background-color:#3fd5ae}@media (max-width: 910px){.mdl-decoration div{height:10rem}}\n"], dependencies: [{ kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup", "disablePointerNone"], outputs: ["anchorClicked"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
109
109
  }
110
110
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonFoLisC4TxtComponent, decorators: [{
111
111
  type: Component,
112
- args: [{ selector: 'lib-babylon-fo-lis-c4-txt', standalone: true, imports: [BabylonLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<!-- con la clase pt-0 podemos eliminar el espacio superior, ya que a veces se necesita por dise\u00F1o -->\n@if (buttons) {\n <section class=\"mdl-footer pt-0\">\n <div class=\"mdl-container\">\n <div class=\"m-top\">\n <div class=\"m-left\">\n <div class=\"m-group\">\n @if (texts?.contacttitle) {\n <h2 class=\"m-title\">{{ texts?.contacttitle }}</h2>\n }\n <div class=\"m-pages\">\n @if (texts?.contactEmail) {\n <a\n [href]=\"'mailto:' + texts?.contactEmail\"\n class=\"m-page m-underline\"\n [attr.aria-label]=\"texts?.contactEmail\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >\n {{ texts?.contactEmail }}\n </a>\n }\n @if (texts?.contactTel) {\n <a\n [href]=\"'tel:' + texts?.contactTel\"\n class=\"m-page m-underline\"\n [attr.aria-label]=\"texts?.contactTel\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >T. {{ texts?.contactTel }}</a\n >\n }\n </div>\n </div>\n\n <div class=\"m-group\">\n @if (texts?.contactOfficeTitle) {\n <h2 class=\"m-title\">\n {{ texts?.contactOfficeTitle }}\n </h2>\n }\n <div class=\"m-pages\">\n @if (texts?.contactOffice) {\n <a\n [href]=\"'mailto:' + texts?.contactOffice\"\n class=\"m-page m-underline\"\n [attr.aria-label]=\"texts?.contactOffice\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ texts?.contactOffice }}</a\n >\n }\n </div>\n </div>\n </div>\n\n <div class=\"m-right\">\n <div class=\"m-submenu\">\n <div class=\"m-group\">\n <div class=\"foot-icon\"></div>\n @if (texts?.grupoTitle) {\n <h2 class=\"m-title\">{{ texts?.grupoTitle }}</h2>\n }\n <div class=\"m-pages\">\n @for (\n item of getButtonsByOrder('1');\n track $index\n ) {\n <a\n [href]=\"item.url\"\n [linkType]=\"item.linkType\"\n class=\"m-page\"\n role=\"link\"\n [attr.aria-label]=\"item.label\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ item.label }}</a\n >\n }\n </div>\n </div>\n <div class=\"m-group\">\n <div class=\"foot-icon\"></div>\n @if (texts?.aboutTitle) {\n <h2 class=\"m-title\">{{ texts?.aboutTitle }}</h2>\n }\n <div class=\"m-pages\">\n @for (\n item of getButtonsByOrder('2');\n track $index\n ) {\n <a\n [href]=\"item.url\"\n [linkType]=\"item.linkType\"\n class=\"m-page\"\n role=\"link\"\n [attr.aria-label]=\"item.label\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ item.label }}</a\n >\n }\n </div>\n </div>\n <div class=\"m-group\">\n <div class=\"foot-icon\"></div>\n @if (texts?.helpTitle) {\n <h2 class=\"m-title\">{{ texts?.helpTitle }}</h2>\n }\n <div class=\"m-pages\">\n @for (\n item of getButtonsByOrder('3');\n track $index\n ) {\n <a\n [href]=\"item.url\"\n [linkType]=\"item.linkType\"\n class=\"m-page\"\n role=\"link\"\n [attr.aria-label]=\"item.label\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ item.label }}</a\n >\n }\n </div>\n </div>\n </div>\n <button\n type=\"button\"\n class=\"m-scrolltop\"\n aria-label=\"Scroll to top\"\n (click)=\"scrollTopFooter()\"\n >\n @if (texts?.scrolltext) {\n <div class=\"m-text\">{{ texts?.scrolltext }}</div>\n }\n <svg\n width=\"44\"\n height=\"44\"\n viewBox=\"0 0 44 44\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M22 44C9.84974 44 0 34.1503 0 22C0 9.84974 9.84974 0 22 0C34.1503 0 44 9.84974 44 22C44 34.1503 34.1503 44 22 44Z\"\n [attr.fill]=\"styles?.primary ?? '#FF4338'\"\n />\n <path\n d=\"M22 43C10.402 43 1 33.598 1 22C1 10.402 10.402 1 22 1C33.598 1 43 10.402 43 22C43 33.598 33.598 43 22 43Z\"\n [attr.fill]=\"styles?.primary ?? '#FF4338'\"\n />\n <path\n d=\"M21.2757 18.133L16.2237 23.211C16.042 23.3936 15.9403 23.6409 15.941 23.8984C15.9416 24.156 16.0446 24.4028 16.2272 24.5845C16.4098 24.7661 16.6571 24.8678 16.9146 24.8672C17.1722 24.8665 17.419 24.7636 17.6007 24.581L21.9497 20.181L26.3247 24.578C26.5063 24.7606 26.7531 24.8635 27.0107 24.8642C27.2683 24.8648 27.5156 24.7631 27.6982 24.5815C27.8808 24.3998 27.9837 24.153 27.9844 23.8954C27.985 23.6379 27.8833 23.3906 27.7017 23.208L22.6517 18.132C22.4691 17.9496 22.2215 17.8473 21.9635 17.8475C21.7054 17.8477 21.458 17.9504 21.2757 18.133Z\"\n fill=\"white\"\n />\n </svg>\n </button>\n </div>\n </div>\n <div class=\"m-bottom\">\n <div class=\"m-left\">\n @if (multimedia?.imagenes?.[0]; as img) {\n <img [src]=\"img.img?.src\" [alt]=\"img.img?.alt\" />\n }\n @if (texts?.copyrighttext) {\n <span>{{ texts?.copyrighttext }}</span>\n }\n </div>\n <div class=\"m-right\">\n <div class=\"m-legal\">\n @for (item of getButtonsByOrder('4'); track $index) {\n <a\n [href]=\"item.url\"\n [linkType]=\"item.linkType\"\n class=\"m-page m-underline\"\n role=\"link\"\n [attr.aria-label]=\"item.label\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ item.label }}</a\n >\n }\n </div>\n </div>\n </div>\n </div>\n </section>\n}\n\n@if (!styles) {\n <section class=\"mdl-decoration\">\n <div class=\"red\"></div>\n <div class=\"blue\"></div>\n <div class=\"green\"></div>\n </section>\n} @else {\n <section\n class=\"mdl-decoration unicolor\"\n [style.background-color]=\"styles.primary\"\n ></section>\n}\n", styles: ["@charset \"UTF-8\";.m-button-big{display:block;min-width:max-content;max-width:100%;width:33rem;text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;cursor:pointer;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-big{font-size:1.6rem}}.m-button-big.red{background-color:#ff4338}@media (hover: hover){.m-button-big.red:hover{background-color:#ed3b37}}.m-button-big.blue{background-color:#5b87da}@media (hover: hover){.m-button-big.blue:hover{background-color:#446ecd}}.m-button-big.green{background-color:#3fd5ae}@media (hover: hover){.m-button-big.green:hover{background-color:#2ec99b}}.m-button-big.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-big.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-big span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-big:hover{background-color:#ed3b37}}.m-button-sm{display:block;min-width:max-content;width:100%;max-width:26rem;text-align:center;cursor:pointer;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-sm{font-size:1.6rem}}.m-button-sm.red{background-color:#ff4338}@media (hover: hover){.m-button-sm.red:hover{background-color:#ed3b37}}.m-button-sm.blue{background-color:#5b87da}@media (hover: hover){.m-button-sm.blue:hover{background-color:#446ecd}}.m-button-sm.green{background-color:#3fd5ae}@media (hover: hover){.m-button-sm.green:hover{background-color:#2ec99b}}.m-button-sm.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-sm.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-sm span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-sm:hover{background-color:#ed3b37}}.m-underline{display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;color:#515050;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline{font-size:1.6rem}}@media (hover: hover){.m-underline:hover,.m-underline.active{color:#ed3b37}.m-underline:hover:after,.m-underline.active:after{opacity:1;width:100%}}.m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;z-index:1}.m-underline:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:0;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}.m-underline-red{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-red{font-size:1.6rem}}.m-underline-red:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-red:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-red:hover{color:#ed3b37}.m-underline-red:hover:after{width:100%}}.m-underline-blue{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-blue{font-size:1.6rem}}.m-underline-blue:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-blue:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#446ecd;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-blue:hover{color:#446ecd}.m-underline-blue:hover:after{width:100%}}.m-underline-green{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-green{font-size:1.6rem}}.m-underline-green:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-green:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#2ec99b;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-green:hover{color:#2ec99b}.m-underline-green:hover:after{width:100%}}.m-swiper-button{width:4.8rem;height:4.8rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative}.m-swiper-button.swiper-button-disabled{opacity:.7}.m-swiper-button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button.prev{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.m-swiper-button.next{border-top-right-radius:8rem;border-bottom-right-radius:8rem}@media (hover: hover){.m-swiper-button:hover{background-color:#ed3b37}}@media (max-width: 768px){.m-swiper-button{width:3.8rem;height:3.8rem}}@media (max-width: 540px){.m-swiper-button{width:3.2rem;height:3.2rem}.m-swiper-button svg{width:.5rem}}.m-swiper-button-s{width:3rem;height:3rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative;border-radius:100%}.m-swiper-button-s svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button-s.prev svg{left:45%}.m-swiper-button-s.next svg{left:55%}@media (hover: hover){.m-swiper-button-s:hover{background-color:#ed3b37}}.m-button-close{background-color:#ff4338;width:4.4rem;height:4.4rem;border-radius:100%;transition:.3s ease;cursor:pointer;position:relative}.m-button-close svg{transition:transform .4s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (hover: hover){.m-button-close:hover{background-color:#ed3b37}.m-button-close:hover svg{transform:rotate(180deg)}}.m-button{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button{font-size:1.6rem}}.m-button{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease}@media (hover: hover){.m-button:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}.m-button2{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button2{font-size:1.6rem}}.m-button2{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;border-radius:.4rem;transition:.3s ease;background-color:transparent;border:.1rem solid white}.m-button2.red{background-color:#ff4338}@media (hover: hover){.m-button2.red:hover{background-color:#ed3b37}}.m-button2.blue{background-color:#5b87da}@media (hover: hover){.m-button2.blue:hover{background-color:#446ecd}}.m-button2.green{background-color:#3fd5ae}@media (hover: hover){.m-button2.green:hover{background-color:#2ec99b}}.m-button2.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button2.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}@media (hover: hover){.m-button2:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button2{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}input:not([type=radio]):not([type=checkbox]),textarea,select{background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::placeholder,textarea::placeholder,select::placeholder{font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-ms-input-placeholder,textarea::-ms-input-placeholder,select::-ms-input-placeholder{font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{font-size:1.4rem;font-weight:500}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #f6f6f6 inset!important;-webkit-text-fill-color:white!important;transition:background-color 5000s ease-in-out 0s}select{position:relative;cursor:pointer}select.mini-arrow{position:relative;background-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}select option{font-size:1.4rem;font-weight:500;color:#000}.m-checkbox-group{display:flex;flex-direction:row;align-items:flex-start}.m-checkbox-group .m-checkbox,.m-checkbox-group input{border-radius:0!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:2.8rem;height:2.8rem;border:.1rem solid #d2d2d2;background-color:transparent;padding:0;margin-right:2rem;border-radius:0;cursor:pointer;position:relative}.m-checkbox-group .m-checkbox:checked,.m-checkbox-group input:checked{background-color:#fff;background-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-checkbox-group label{font-size:1.3rem;font-weight:600;max-width:\"calc(100% - 5rem)\"}.m-radio-group{display:flex;flex-direction:row;align-items:center}.m-radio-group .m-radio{-webkit-appearance:none;width:2.8rem;height:2.8rem;border:.2rem solid #d2d2d2;background-color:transparent;border-radius:50%;padding:0;margin-right:2rem;cursor:pointer;position:relative}.m-radio-group .m-radio:checked{background-color:#fff!important}.m-radio-group .m-radio:checked:after{content:\" \";position:absolute;top:50%;left:50%;width:1.6rem;height:1.6rem;border-radius:50%;background-color:#eec52b;transform:translate(-50%,-50%)}.m-radio-group label{font-size:1.4rem;font-weight:500;max-width:\"calc(100% - 5rem)\"}.m-input.m-calendar{background-repeat:no-repeat;background-position-x:\"calc(100% - 2rem)\";background-position-y:50%}html{font-size:62.5%;overflow-x:hidden}html.overflow-hidden{overflow:hidden}html body{font:14px \"\"}@media (min-width: 1921px) and (max-height: 600px){html{font-size:55.5%}}html a{text-decoration:none}h1,h2,h3,h4,h5,h6{all:unset;display:revert}.fancybox__container{background-color:#00000082!important}section[class*=mdl]{padding-left:10rem;padding-right:10rem;box-sizing:border-box}@media (max-width: 1366px){section[class*=mdl]{padding-left:9rem;padding-right:9rem}}@media (max-width: 1280px){section[class*=mdl]{padding-left:8rem;padding-right:8rem}}@media (max-width: 1080px){section[class*=mdl]{padding-left:9.5rem;padding-right:9.5rem}}@media (max-width: 768px){section[class*=mdl]{padding-left:7.7rem;padding-right:7.7rem}}@media (max-width: 540px){section[class*=mdl]{padding-left:4.1rem;padding-right:4.1rem}}@media (max-width: 375px){section[class*=mdl]{padding-left:2.7rem;padding-right:2.7rem}}section .mdl-container{width:100%;max-width:160rem;margin:0 auto}.readmoreinit{overflow:hidden}.readmoreinit{line-height:1.6!important}@media screen and (max-width: 1200px){.readmoreinit{line-height:1.6!important}}@media screen and (max-width: 600px){.readmoreinit{line-height:1.6!important}}.read-more{display:flex;flex-direction:column;font-family:jokker,sans-serif;font-size:1.5rem;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;color:#e6411e;text-decoration:underline;cursor:pointer;margin-top:2rem}.read-more .less{display:none}.w100{font-weight:100}.w300{font-weight:300}.w400{font-weight:400}.w500{font-weight:medium}.w600{font-weight:600}.w700{font-weight:700}.w900{font-weight:900}.italic{font-style:italic}.row{display:flex;flex-direction:row}.col{display:flex;flex-direction:column}html{overflow-x:hidden}body{cursor:default;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{color:inherit;border:0;margin:0;padding:0}a{text-size-adjust:none;-webkit-text-size-adjust:none;text-decoration:none;cursor:pointer}ul{list-style-position:outside}li{padding-left:3rem;list-style:none;position:relative}li:before{content:\"\\25cf\";position:absolute;top:0;left:0}button,mark{background:none}button,label{cursor:pointer}:focus{outline:none!important}::-moz-focus-inner{border:0}summary::-webkit-details-marker{display:none}button,input[type=submit],input[type=text]{-webkit-appearance:none}h1,h2,h3,h4,h5,h6{text-transform:none}p{width:100%}img{width:auto;height:auto;object-fit:contain}@-webkit-keyframes swingV{15%{-webkit-transform:translateY(.5rem);transform:translateY(.5rem)}30%{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}50%{-webkit-transform:translateY(.3rem);transform:translateY(.3rem)}65%{-webkit-transform:translateY(-.3rem);transform:translateY(-.3rem)}80%{-webkit-transform:translateY(.2rem);transform:translateY(.2rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes swingV{15%{-webkit-transform:translateY(.5rem);transform:translateY(.5rem)}30%{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}50%{-webkit-transform:translateY(.3rem);transform:translateY(.3rem)}65%{-webkit-transform:translateY(-.3rem);transform:translateY(-.3rem)}80%{-webkit-transform:translateY(.2rem);transform:translateY(.2rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes swingH{15%{-webkit-transform:translateX(.5rem);transform:translate(.5rem)}30%{-webkit-transform:translateX(-.5rem);transform:translate(-.5rem)}50%{-webkit-transform:translateX(.3rem);transform:translate(.3rem)}65%{-webkit-transform:translateX(-.3rem);transform:translate(-.3rem)}80%{-webkit-transform:translateX(.2rem);transform:translate(.2rem)}to{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes swingH{15%{-webkit-transform:translateX(.5rem);transform:translate(.5rem)}30%{-webkit-transform:translateX(-.5rem);transform:translate(-.5rem)}50%{-webkit-transform:translateX(.3rem);transform:translate(.3rem)}65%{-webkit-transform:translateX(-.3rem);transform:translate(-.3rem)}80%{-webkit-transform:translateX(.2rem);transform:translate(.2rem)}to{-webkit-transform:translateX(0);transform:translate(0)}}.fancybox__container{background-color:#fff}.fancybox__container .fancybox__slide{flex-direction:column-reverse}.fancybox__container .fancybox__backdrop,.fancybox__container .fancybox__counter{display:none}.fancybox__container .fancybox__caption{color:#515050b2;text-align:center;font-family:jokker,sans-serif;font-weight:400;font-size:1.8rem;line-height:3.9rem;padding:0rem 0 2rem}@media (max-width: 540px){.fancybox__container .fancybox__caption{font-size:1.5rem}}@media (max-width: 375px){.fancybox__container .fancybox__caption{font-size:1.3rem}}.fancybox__container .fancybox__thumbs{display:none}.fancybox__container .fancybox__nav .carousel__button{background-color:#ff4338;top:55%}.fancybox__container .fancybox__nav .carousel__button svg{stroke:#fff;stroke-width:.3rem}.fancybox__container .carousel__button.is-close svg{display:none}.fancybox__container .carousel__button.is-close{background-size:100%;width:4.2rem;height:4.2rem;top:-4.7rem;right:-5rem;transition:transform .3s ease;transform:rotate(0)}.fancybox__container .carousel__button.is-close:hover{transition:transform .3s ease;transform:rotate(180deg)}@media (max-width: 540px){.fancybox__container .carousel__button.is-close{width:3rem;height:3rem}}.fancybox__container .fancybox__toolbar{border-bottom:none;margin:0 0 0 auto;padding:1rem}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items button:not(.fancybox__button--close){display:none}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close{background-color:#ff4338}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close svg{width:40%}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close svg path{stroke:#fff;stroke-width:.3rem}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:#ffffff;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #23232329}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}section.mdl-footer{box-sizing:border-box;padding:7rem 5rem 0}section.mdl-footer.pt-0{padding-top:0}section.mdl-footer .mdl-container{max-width:160rem;width:100%;margin:0 auto;box-sizing:border-box;padding:8.2rem 0 10rem;border-top:.1rem solid #e4e4e4}@media (hover: hover){section.mdl-footer .mdl-container a{transition:.3s ease}section.mdl-footer .mdl-container a:hover{opacity:.7}}section.mdl-footer .mdl-container .m-group{position:relative}section.mdl-footer .mdl-container .m-group .m-title{font-family:jokker,sans-serif;font-weight:400;font-size:2rem;line-height:100%}@media (max-width: 1366px){section.mdl-footer .mdl-container .m-group .m-title{font-size:1.5rem}}@media (max-width: 1080px){section.mdl-footer .mdl-container .m-group .m-title{font-size:1.1rem}}section.mdl-footer .mdl-container .m-group .m-title{font-weight:500;color:#515050;margin-bottom:2rem}section.mdl-footer .mdl-container .m-group .foot-icon{position:absolute;right:4rem;top:5.5rem;pointer-events:none;background:url(/assets/babylon/svg/icons/arrowbottom.svg) no-repeat center center;background-size:contain;width:1.5rem;height:1.5rem;display:none}section.mdl-footer .mdl-container .m-group.open .foot-icon{transform:rotate(0);background-color:red;background:url(/assets/babylon/svg/icons/closeRed.svg) no-repeat center center;background-size:contain;width:3rem;height:3rem;right:3.4rem;top:4.8rem}section.mdl-footer .mdl-container .m-group .m-pages{display:flex;flex-direction:column;gap:4rem}section.mdl-footer .mdl-container .m-group .m-pages .m-page{font-family:jokker,sans-serif;font-weight:300;font-size:1.6rem;line-height:4rem;color:#515050b2;line-height:1rem}@media (hover: hover){section.mdl-footer .mdl-container .m-group .m-pages .m-page:hover{color:var(--hover-color)!important}}section.mdl-footer .mdl-container .m-group .m-pages .m-underline{color:#515050b2!important}section.mdl-footer .mdl-container .m-group .m-pages .m-underline:after{opacity:0;background-color:var(--hover-color)!important}section.mdl-footer .mdl-container .m-group .m-pages .m-underline:before{opacity:0}@media (hover: hover){section.mdl-footer .mdl-container .m-group .m-pages .m-underline:hover{color:var(--hover-color)}section.mdl-footer .mdl-container .m-group .m-pages .m-underline:hover:after{opacity:1;width:100%;background-color:var(--hover-color)!important}}section.mdl-footer .mdl-container .m-top{display:flex;flex-direction:row;justify-content:space-between;gap:3rem}section.mdl-footer .mdl-container .m-top>.m-left{max-width:25rem;width:100%;display:flex;flex-direction:column;gap:4.5rem}section.mdl-footer .mdl-container .m-top>.m-right{display:flex;flex-direction:row;justify-content:space-between;max-width:98.5rem;width:100%;box-sizing:border-box;gap:3em}@media (min-width: 1260px){section.mdl-footer .mdl-container .m-top>.m-right{padding-right:3.6rem}}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu{max-width:78.3rem;width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:5.5rem 3.5rem;flex-wrap:wrap;padding-left:2.5rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group .m-title{margin-bottom:3.5rem}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop{transform:translateY(-1.2rem);height:max-content}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop .m-text{opacity:0;margin-bottom:1rem;font-family:jokker,sans-serif;font-weight:400;font-size:1.3rem;line-height:100%;color:#515050;transition:.5s}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop svg{opacity:.6;transition:all .3s ease}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop:hover svg{opacity:1}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop:hover .m-text{opacity:1;transition:.5s}section.mdl-footer .mdl-container .m-bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:end;gap:3rem;margin-top:7rem;padding-top:3.9rem;border-top:.1rem solid #e4e4e4;align-items:center}section.mdl-footer .mdl-container .m-bottom>.m-left{display:flex;flex-direction:row;align-items:baseline;gap:1.6rem;min-width:25rem;height:fit-content}section.mdl-footer .mdl-container .m-bottom>.m-left img{max-width:12.4rem;width:100%}section.mdl-footer .mdl-container .m-bottom>.m-left span{font-family:jokker,sans-serif;font-weight:300;font-size:1.6rem;line-height:4rem}section.mdl-footer .mdl-container .m-bottom .m-right{max-width:98.5rem;width:100%}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal{width:100%;display:flex;flex-direction:row;gap:3.7rem;flex-wrap:wrap}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page{font-family:jokker,sans-serif;font-weight:300;font-size:1.6rem;line-height:4rem;line-height:1rem;color:#515050b2}@media (hover: hover){section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page:hover{color:var(--hover-color)}}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page.m-underline:after{opacity:0;background-color:var(--hover-color)!important}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page.m-underline:before{opacity:0}@media (hover: hover){section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page.m-underline:hover{color:var(--hover-color)}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page.m-underline:hover:after{opacity:1;width:100%;background-color:var(--hover-color)!important}}@media (max-width: 1366px){section.mdl-footer .mdl-container{padding:8.2rem 0 8rem}section.mdl-footer .mdl-container .m-group .m-title{font-size:2rem!important}section.mdl-footer .mdl-container .m-group .m-pages{gap:3rem}}@media (max-width: 1080px){section.mdl-footer{padding:6rem 3rem 0;position:relative}section.mdl-footer .mdl-container{padding:6.2rem 0}section.mdl-footer .mdl-container .m-top{flex-direction:column;gap:5rem}section.mdl-footer .mdl-container .m-top>.m-left{flex-direction:row;max-width:100%;flex-wrap:wrap}section.mdl-footer .mdl-container .m-top>.m-left .m-group .m-title{font-size:2rem}section.mdl-footer .mdl-container .m-top>.m-left .m-group .m-pages{gap:3rem}section.mdl-footer .mdl-container .m-top .m-right .m-submenu{flex-direction:column}section.mdl-footer .mdl-container .m-top .m-right .m-submenu .m-group .foot-icon{display:block}section.mdl-footer .mdl-container .m-top>.m-right{gap:0rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu{max-width:100%;padding-left:0}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group{width:100%;border-top:.1rem solid #e4e4e4;padding-top:5rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group .m-title{font-size:2rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group .m-pages{gap:3rem;margin-bottom:5rem}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop{position:absolute;top:2rem;right:2rem}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop svg{opacity:1}section.mdl-footer .mdl-container .m-bottom{flex-direction:column-reverse;align-items:start;margin-top:2rem}section.mdl-footer .mdl-container .m-bottom>.m-left{align-items:unset}}@media (max-width: 540px){section.mdl-footer{padding:3rem 2rem 0}section.mdl-footer .mdl-container{padding:3rem 0}section.mdl-footer .mdl-container .m-top>.m-left{flex-direction:column;max-width:100%;gap:5rem}section.mdl-footer .mdl-container .m-top>.m-right{flex-direction:column}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu{flex-direction:column;gap:3rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group{width:100%}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group .m-title{margin-bottom:2rem}section.mdl-footer .mdl-container .m-bottom{margin-top:3rem;padding-top:3rem;align-items:center}section.mdl-footer .mdl-container .m-bottom>.m-left{align-items:unset;min-width:auto}section.mdl-footer .mdl-container .m-bottom>.m-right .m-legal{justify-content:unset;flex-wrap:wrap;gap:3rem;flex-direction:column}}.mdl-decoration{max-width:100%;width:100%;display:flex;flex-direction:row;padding:0!important}.mdl-decoration.unicolor{height:2rem}.mdl-decoration>div{width:33.33%;height:2rem}.mdl-decoration>div.red{background-color:#ff4338}.mdl-decoration>div.blue{background-color:#5b87da}.mdl-decoration>div.green{background-color:#3fd5ae}@media (max-width: 910px){.mdl-decoration div{height:10rem}}\n"] }]
112
+ args: [{ selector: 'lib-babylon-fo-lis-c4-txt', standalone: true, imports: [BabylonLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<!-- con la clase pt-0 podemos eliminar el espacio superior, ya que a veces se necesita por dise\u00F1o -->\n@if (buttons) {\n <section class=\"mdl-footer pt-0\">\n <div class=\"mdl-container\">\n <div class=\"m-top\">\n <div class=\"m-left\">\n <div class=\"m-group\">\n @if (texts?.contacttitle) {\n <h2 class=\"m-title\">{{ texts?.contacttitle }}</h2>\n }\n <div class=\"m-pages\">\n @if (texts?.contactEmail) {\n <a\n [href]=\"'mailto:' + texts?.contactEmail\"\n class=\"m-page m-underline\"\n [attr.aria-label]=\"texts?.contactEmail\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >\n {{ texts?.contactEmail }}\n </a>\n }\n @if (texts?.contactTel) {\n <a\n [href]=\"'tel:' + texts?.contactTel\"\n class=\"m-page m-underline\"\n [attr.aria-label]=\"texts?.contactTel\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >T. {{ texts?.contactTel }}</a\n >\n }\n </div>\n </div>\n\n <div class=\"m-group\">\n @if (texts?.contactOfficeTitle) {\n <h2 class=\"m-title\">\n {{ texts?.contactOfficeTitle }}\n </h2>\n }\n <div class=\"m-pages\">\n @if (texts?.contactOffice) {\n <a\n [href]=\"'mailto:' + texts?.contactOffice\"\n class=\"m-page m-underline\"\n [attr.aria-label]=\"texts?.contactOffice\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ texts?.contactOffice }}</a\n >\n }\n </div>\n </div>\n </div>\n\n <div class=\"m-right\">\n <div class=\"m-submenu\">\n <div class=\"m-group\">\n <div class=\"foot-icon\"></div>\n @if (texts?.grupoTitle) {\n <h2 class=\"m-title\">{{ texts?.grupoTitle }}</h2>\n }\n <div class=\"m-pages\">\n @for (\n item of getButtonsByOrder('1');\n track $index\n ) {\n <a\n [href]=\"item.url\"\n [linkType]=\"item.linkType\"\n class=\"m-page\"\n role=\"link\"\n [attr.aria-label]=\"item.label\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ item.label }}</a\n >\n }\n </div>\n </div>\n <div class=\"m-group\">\n <div class=\"foot-icon\"></div>\n @if (texts?.aboutTitle) {\n <h2 class=\"m-title\">{{ texts?.aboutTitle }}</h2>\n }\n <div class=\"m-pages\">\n @for (\n item of getButtonsByOrder('2');\n track $index\n ) {\n <a\n [href]=\"item.url\"\n [linkType]=\"item.linkType\"\n class=\"m-page\"\n role=\"link\"\n [attr.aria-label]=\"item.label\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ item.label }}</a\n >\n }\n </div>\n </div>\n <div class=\"m-group\">\n <div class=\"foot-icon\"></div>\n @if (texts?.helpTitle) {\n <h2 class=\"m-title\">{{ texts?.helpTitle }}</h2>\n }\n <div class=\"m-pages\">\n @for (\n item of getButtonsByOrder('3');\n track $index\n ) {\n <a\n [href]=\"item.url\"\n [linkType]=\"item.linkType\"\n class=\"m-page\"\n role=\"link\"\n [attr.aria-label]=\"item.label\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ item.label }}</a\n >\n }\n </div>\n </div>\n </div>\n <button\n type=\"button\"\n class=\"m-scrolltop\"\n aria-label=\"Scroll to top\"\n (click)=\"scrollTopFooter()\"\n >\n @if (texts?.scrolltext) {\n <div class=\"m-text\">{{ texts?.scrolltext }}</div>\n }\n <svg\n width=\"44\"\n height=\"44\"\n viewBox=\"0 0 44 44\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M22 44C9.84974 44 0 34.1503 0 22C0 9.84974 9.84974 0 22 0C34.1503 0 44 9.84974 44 22C44 34.1503 34.1503 44 22 44Z\"\n [attr.fill]=\"styles?.primary ?? '#FF4338'\"\n />\n <path\n d=\"M22 43C10.402 43 1 33.598 1 22C1 10.402 10.402 1 22 1C33.598 1 43 10.402 43 22C43 33.598 33.598 43 22 43Z\"\n [attr.fill]=\"styles?.primary ?? '#FF4338'\"\n />\n <path\n d=\"M21.2757 18.133L16.2237 23.211C16.042 23.3936 15.9403 23.6409 15.941 23.8984C15.9416 24.156 16.0446 24.4028 16.2272 24.5845C16.4098 24.7661 16.6571 24.8678 16.9146 24.8672C17.1722 24.8665 17.419 24.7636 17.6007 24.581L21.9497 20.181L26.3247 24.578C26.5063 24.7606 26.7531 24.8635 27.0107 24.8642C27.2683 24.8648 27.5156 24.7631 27.6982 24.5815C27.8808 24.3998 27.9837 24.153 27.9844 23.8954C27.985 23.6379 27.8833 23.3906 27.7017 23.208L22.6517 18.132C22.4691 17.9496 22.2215 17.8473 21.9635 17.8475C21.7054 17.8477 21.458 17.9504 21.2757 18.133Z\"\n fill=\"white\"\n />\n </svg>\n </button>\n </div>\n </div>\n <div class=\"m-bottom\">\n <div class=\"m-left\">\n @if (multimedia?.imagenes?.[0]; as img) {\n <img [src]=\"img.img?.src\" [alt]=\"img.img?.alt\" />\n }\n @if (texts?.copyrighttext) {\n <span>{{ texts?.copyrighttext }}</span>\n }\n </div>\n <div class=\"m-right\">\n <div class=\"m-legal\">\n @for (item of getButtonsByOrder('4'); track $index) {\n <a\n [href]=\"item.url\"\n [linkType]=\"item.linkType\"\n class=\"m-page m-underline\"\n role=\"link\"\n [attr.aria-label]=\"item.label\"\n [style.--hover-color]=\"\n styles?.primaryHover ??\n styles?.primary ??\n '#ed3b37'\n \"\n >{{ item.label }}</a\n >\n }\n </div>\n </div>\n </div>\n </div>\n </section>\n}\n\n@if (!styles) {\n <section class=\"mdl-decoration\">\n <div class=\"red\"></div>\n <div class=\"blue\"></div>\n <div class=\"green\"></div>\n </section>\n} @else {\n <section\n class=\"mdl-decoration unicolor\"\n [style.background-color]=\"styles.primary\"\n ></section>\n}\n", styles: ["@charset \"UTF-8\";.m-button-big{display:block;min-width:max-content;max-width:100%;width:33rem;text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;cursor:pointer;position:relative;font-family:var(--font-text);font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-big{font-size:1.6rem}}.m-button-big.red{background-color:#ff4338}@media (hover: hover){.m-button-big.red:hover{background-color:#ed3b37}}.m-button-big.blue{background-color:#5b87da}@media (hover: hover){.m-button-big.blue:hover{background-color:#446ecd}}.m-button-big.green{background-color:#3fd5ae}@media (hover: hover){.m-button-big.green:hover{background-color:#2ec99b}}.m-button-big.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-big.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-big span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-big:hover{background-color:#ed3b37}}.m-button-big-babylon{display:block;min-width:max-content;max-width:100%;width:33rem;text-align:center;box-sizing:border-box;padding:1.1rem;color:var(--cl_btn-box-text);background-color:var(--cl_btn-box);border-radius:var(--btn_radius);border:1px solid var(--cl_btn-box);transition:.3s ease;height:4.8rem;cursor:pointer;position:relative;font-family:var(--font-text);font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-big-babylon{font-size:1.6rem}}.m-button-big-babylon.red{background-color:#ff4338}@media (hover: hover){.m-button-big-babylon.red:hover{background-color:#ed3b37}}.m-button-big-babylon.blue{background-color:#5b87da}@media (hover: hover){.m-button-big-babylon.blue:hover{background-color:#446ecd}}.m-button-big-babylon.green{background-color:#3fd5ae}@media (hover: hover){.m-button-big-babylon.green:hover{background-color:#2ec99b}}.m-button-big-babylon.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-big-babylon.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-big-babylon span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-big-babylon:hover{background-color:var(--cl_btn-box-hover);color:var(--cl_btn-box-text-hover)}}.m-button-sm{display:block;min-width:max-content;width:100%;max-width:26rem;text-align:center;cursor:pointer;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;position:relative;font-family:var(--font-text);font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-sm{font-size:1.6rem}}.m-button-sm.red{background-color:#ff4338}@media (hover: hover){.m-button-sm.red:hover{background-color:#ed3b37}}.m-button-sm.blue{background-color:#5b87da}@media (hover: hover){.m-button-sm.blue:hover{background-color:#446ecd}}.m-button-sm.green{background-color:#3fd5ae}@media (hover: hover){.m-button-sm.green:hover{background-color:#2ec99b}}.m-button-sm.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-sm.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-sm span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-sm:hover{background-color:#ed3b37}}.m-underline{display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;color:#515050;font-family:var(--font-text);font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline{font-size:1.6rem}}@media (hover: hover){.m-underline:hover,.m-underline.active{color:#ed3b37}.m-underline:hover:after,.m-underline.active:after{opacity:1;width:100%}}.m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;z-index:1}.m-underline:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:0;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}.m-underline-red{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:var(--font-text);font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-red{font-size:1.6rem}}.m-underline-red:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-red:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-red:hover{color:#ed3b37}.m-underline-red:hover:after{width:100%}}.m-underline-blue{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:var(--font-text);font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-blue{font-size:1.6rem}}.m-underline-blue:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-blue:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#446ecd;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-blue:hover{color:#446ecd}.m-underline-blue:hover:after{width:100%}}.m-underline-green{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:var(--font-text);font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-green{font-size:1.6rem}}.m-underline-green:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-green:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#2ec99b;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-green:hover{color:#2ec99b}.m-underline-green:hover:after{width:100%}}.m-swiper-button{width:4.8rem;height:4.8rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative}.m-swiper-button.swiper-button-disabled{opacity:.7}.m-swiper-button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button.prev{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.m-swiper-button.next{border-top-right-radius:8rem;border-bottom-right-radius:8rem}@media (hover: hover){.m-swiper-button:hover{background-color:#ed3b37}}@media (max-width: 768px){.m-swiper-button{width:3.8rem;height:3.8rem}}@media (max-width: 540px){.m-swiper-button{width:3.2rem;height:3.2rem}.m-swiper-button svg{width:.5rem}}.m-swiper-button-s{width:3rem;height:3rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative;border-radius:100%}.m-swiper-button-s svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button-s.prev svg{left:45%}.m-swiper-button-s.next svg{left:55%}@media (hover: hover){.m-swiper-button-s:hover{background-color:#ed3b37}}.m-button-close{background-color:#ff4338;width:4.4rem;height:4.4rem;border-radius:100%;transition:.3s ease;cursor:pointer;position:relative}.m-button-close svg{transition:transform .4s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (hover: hover){.m-button-close:hover{background-color:#ed3b37}.m-button-close:hover svg{transform:rotate(180deg)}}.m-button{display:block;width:max-content;font-family:var(--font-text);font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button{font-size:1.6rem}}.m-button{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease}@media (hover: hover){.m-button:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}.m-button2{display:block;width:max-content;font-family:var(--font-text);font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button2{font-size:1.6rem}}.m-button2{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;border-radius:.4rem;transition:.3s ease;background-color:transparent;border:.1rem solid white}.m-button2.red{background-color:#ff4338}@media (hover: hover){.m-button2.red:hover{background-color:#ed3b37}}.m-button2.blue{background-color:#5b87da}@media (hover: hover){.m-button2.blue:hover{background-color:#446ecd}}.m-button2.green{background-color:#3fd5ae}@media (hover: hover){.m-button2.green:hover{background-color:#2ec99b}}.m-button2.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button2.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}@media (hover: hover){.m-button2:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button2{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}input:not([type=radio]):not([type=checkbox]),textarea,select{background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::placeholder,textarea::placeholder,select::placeholder{font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-ms-input-placeholder,textarea::-ms-input-placeholder,select::-ms-input-placeholder{font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{font-size:1.4rem;font-weight:500}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #f6f6f6 inset!important;-webkit-text-fill-color:white!important;transition:background-color 5000s ease-in-out 0s}select{position:relative;cursor:pointer}select.mini-arrow{position:relative;background-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}select option{font-size:1.4rem;font-weight:500;color:#000}.m-checkbox-group{display:flex;flex-direction:row;align-items:flex-start}.m-checkbox-group .m-checkbox,.m-checkbox-group input{border-radius:0!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:2.8rem;height:2.8rem;border:.1rem solid #d2d2d2;background-color:transparent;padding:0;margin-right:2rem;border-radius:0;cursor:pointer;position:relative}.m-checkbox-group .m-checkbox:checked,.m-checkbox-group input:checked{background-color:#fff;background-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-checkbox-group label{font-size:1.3rem;font-weight:600;max-width:\"calc(100% - 5rem)\"}.m-radio-group{display:flex;flex-direction:row;align-items:center}.m-radio-group .m-radio{-webkit-appearance:none;width:2.8rem;height:2.8rem;border:.2rem solid #d2d2d2;background-color:transparent;border-radius:50%;padding:0;margin-right:2rem;cursor:pointer;position:relative}.m-radio-group .m-radio:checked{background-color:#fff!important}.m-radio-group .m-radio:checked:after{content:\" \";position:absolute;top:50%;left:50%;width:1.6rem;height:1.6rem;border-radius:50%;background-color:#eec52b;transform:translate(-50%,-50%)}.m-radio-group label{font-size:1.4rem;font-weight:500;max-width:\"calc(100% - 5rem)\"}.m-input.m-calendar{background-repeat:no-repeat;background-position-x:\"calc(100% - 2rem)\";background-position-y:50%}html{font-size:62.5%;overflow-x:hidden}html.overflow-hidden{overflow:hidden}html body{font:14px \"\"}@media (min-width: 1921px) and (max-height: 600px){html{font-size:55.5%}}html a{text-decoration:none}h1,h2,h3,h4,h5,h6{all:unset;display:revert}.fancybox__container{background-color:#00000082!important}section[class*=mdl]{padding-left:10rem;padding-right:10rem;box-sizing:border-box}@media (max-width: 1366px){section[class*=mdl]{padding-left:9rem;padding-right:9rem}}@media (max-width: 1280px){section[class*=mdl]{padding-left:8rem;padding-right:8rem}}@media (max-width: 1080px){section[class*=mdl]{padding-left:9.5rem;padding-right:9.5rem}}@media (max-width: 768px){section[class*=mdl]{padding-left:7.7rem;padding-right:7.7rem}}@media (max-width: 540px){section[class*=mdl]{padding-left:4.1rem;padding-right:4.1rem}}@media (max-width: 375px){section[class*=mdl]{padding-left:2.7rem;padding-right:2.7rem}}section .mdl-container{width:100%;max-width:160rem;margin:0 auto}.readmoreinit{overflow:hidden}.readmoreinit{line-height:1.6!important}@media screen and (max-width: 1200px){.readmoreinit{line-height:1.6!important}}@media screen and (max-width: 600px){.readmoreinit{line-height:1.6!important}}.read-more{display:flex;flex-direction:column;font-family:jokker,sans-serif;font-size:1.5rem;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;color:#e6411e;text-decoration:underline;cursor:pointer;margin-top:2rem}.read-more .less{display:none}.w100{font-weight:100}.w300{font-weight:300}.w400{font-weight:400}.w500{font-weight:medium}.w600{font-weight:600}.w700{font-weight:700}.w900{font-weight:900}.italic{font-style:italic}.row{display:flex;flex-direction:row}.col{display:flex;flex-direction:column}html{overflow-x:hidden}body{cursor:default;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{color:inherit;border:0;margin:0;padding:0}a{text-size-adjust:none;-webkit-text-size-adjust:none;text-decoration:none;cursor:pointer}ul{list-style-position:outside}li{padding-left:3rem;list-style:none;position:relative}li:before{content:\"\\25cf\";position:absolute;top:0;left:0}button,mark{background:none}button,label{cursor:pointer}:focus{outline:none!important}::-moz-focus-inner{border:0}summary::-webkit-details-marker{display:none}button,input[type=submit],input[type=text]{-webkit-appearance:none}h1,h2,h3,h4,h5,h6{text-transform:none}p{width:100%}img{width:auto;height:auto;object-fit:contain}@-webkit-keyframes swingV{15%{-webkit-transform:translateY(.5rem);transform:translateY(.5rem)}30%{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}50%{-webkit-transform:translateY(.3rem);transform:translateY(.3rem)}65%{-webkit-transform:translateY(-.3rem);transform:translateY(-.3rem)}80%{-webkit-transform:translateY(.2rem);transform:translateY(.2rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes swingV{15%{-webkit-transform:translateY(.5rem);transform:translateY(.5rem)}30%{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}50%{-webkit-transform:translateY(.3rem);transform:translateY(.3rem)}65%{-webkit-transform:translateY(-.3rem);transform:translateY(-.3rem)}80%{-webkit-transform:translateY(.2rem);transform:translateY(.2rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes swingH{15%{-webkit-transform:translateX(.5rem);transform:translate(.5rem)}30%{-webkit-transform:translateX(-.5rem);transform:translate(-.5rem)}50%{-webkit-transform:translateX(.3rem);transform:translate(.3rem)}65%{-webkit-transform:translateX(-.3rem);transform:translate(-.3rem)}80%{-webkit-transform:translateX(.2rem);transform:translate(.2rem)}to{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes swingH{15%{-webkit-transform:translateX(.5rem);transform:translate(.5rem)}30%{-webkit-transform:translateX(-.5rem);transform:translate(-.5rem)}50%{-webkit-transform:translateX(.3rem);transform:translate(.3rem)}65%{-webkit-transform:translateX(-.3rem);transform:translate(-.3rem)}80%{-webkit-transform:translateX(.2rem);transform:translate(.2rem)}to{-webkit-transform:translateX(0);transform:translate(0)}}.fancybox__container{background-color:#fff}.fancybox__container .fancybox__slide{flex-direction:column-reverse}.fancybox__container .fancybox__backdrop,.fancybox__container .fancybox__counter{display:none}.fancybox__container .fancybox__caption{color:#515050b2;text-align:center;font-family:jokker,sans-serif;font-weight:400;font-size:1.8rem;line-height:3.9rem;padding:0rem 0 2rem}@media (max-width: 540px){.fancybox__container .fancybox__caption{font-size:1.5rem}}@media (max-width: 375px){.fancybox__container .fancybox__caption{font-size:1.3rem}}.fancybox__container .fancybox__thumbs{display:none}.fancybox__container .fancybox__nav .carousel__button{background-color:#ff4338;top:55%}.fancybox__container .fancybox__nav .carousel__button svg{stroke:#fff;stroke-width:.3rem}.fancybox__container .carousel__button.is-close svg{display:none}.fancybox__container .carousel__button.is-close{background-size:100%;width:4.2rem;height:4.2rem;top:-4.7rem;right:-5rem;transition:transform .3s ease;transform:rotate(0)}.fancybox__container .carousel__button.is-close:hover{transition:transform .3s ease;transform:rotate(180deg)}@media (max-width: 540px){.fancybox__container .carousel__button.is-close{width:3rem;height:3rem}}.fancybox__container .fancybox__toolbar{border-bottom:none;margin:0 0 0 auto;padding:1rem}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items button:not(.fancybox__button--close){display:none}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close{background-color:#ff4338}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close svg{width:40%}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close svg path{stroke:#fff;stroke-width:.3rem}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:#ffffff;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #23232329}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}section.mdl-footer{box-sizing:border-box;padding:7rem 5rem 0}section.mdl-footer.pt-0{padding-top:0}section.mdl-footer .mdl-container{max-width:160rem;width:100%;margin:0 auto;box-sizing:border-box;padding:8.2rem 0 10rem;border-top:.1rem solid #e4e4e4}@media (hover: hover){section.mdl-footer .mdl-container a{transition:.3s ease}section.mdl-footer .mdl-container a:hover{opacity:.7}}section.mdl-footer .mdl-container .m-group{position:relative}section.mdl-footer .mdl-container .m-group .m-title{font-family:var(--font-text);font-weight:var(--w_text);font-size:2rem;line-height:100%}@media (max-width: 1366px){section.mdl-footer .mdl-container .m-group .m-title{font-size:1.5rem}}@media (max-width: 1080px){section.mdl-footer .mdl-container .m-group .m-title{font-size:1.1rem}}section.mdl-footer .mdl-container .m-group .m-title{font-weight:500;color:#515050;margin-bottom:2rem}section.mdl-footer .mdl-container .m-group .foot-icon{position:absolute;right:4rem;top:5.5rem;pointer-events:none;background:url(/assets/babylon/svg/icons/arrowbottom.svg) no-repeat center center;background-size:contain;width:1.5rem;height:1.5rem;display:none}section.mdl-footer .mdl-container .m-group.open .foot-icon{transform:rotate(0);background-color:red;background:url(/assets/babylon/svg/icons/closeRed.svg) no-repeat center center;background-size:contain;width:3rem;height:3rem;right:3.4rem;top:4.8rem}section.mdl-footer .mdl-container .m-group .m-pages{display:flex;flex-direction:column;gap:4rem}section.mdl-footer .mdl-container .m-group .m-pages .m-page{font-family:var(--font-text);font-weight:300;font-size:1.6rem;line-height:4rem;color:#515050b2;line-height:1rem}@media (hover: hover){section.mdl-footer .mdl-container .m-group .m-pages .m-page:hover{color:var(--hover-color)!important}}section.mdl-footer .mdl-container .m-group .m-pages .m-underline{color:#515050b2!important}section.mdl-footer .mdl-container .m-group .m-pages .m-underline:after{opacity:0;background-color:var(--hover-color)!important}section.mdl-footer .mdl-container .m-group .m-pages .m-underline:before{opacity:0}@media (hover: hover){section.mdl-footer .mdl-container .m-group .m-pages .m-underline:hover{color:var(--hover-color)}section.mdl-footer .mdl-container .m-group .m-pages .m-underline:hover:after{opacity:1;width:100%;background-color:var(--hover-color)!important}}section.mdl-footer .mdl-container .m-top{display:flex;flex-direction:row;justify-content:space-between;gap:3rem}section.mdl-footer .mdl-container .m-top>.m-left{max-width:25rem;width:100%;display:flex;flex-direction:column;gap:4.5rem}section.mdl-footer .mdl-container .m-top>.m-right{display:flex;flex-direction:row;justify-content:space-between;max-width:98.5rem;width:100%;box-sizing:border-box;gap:3em}@media (min-width: 1260px){section.mdl-footer .mdl-container .m-top>.m-right{padding-right:3.6rem}}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu{max-width:78.3rem;width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:5.5rem 3.5rem;flex-wrap:wrap;padding-left:2.5rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group .m-title{margin-bottom:3.5rem}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop{transform:translateY(-1.2rem);height:max-content}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop .m-text{opacity:0;margin-bottom:1rem;font-family:var(--font-text);font-weight:400;font-size:1.3rem;line-height:100%;color:#515050;transition:.5s}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop svg{opacity:.6;transition:all .3s ease}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop:hover svg{opacity:1}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop:hover .m-text{opacity:1;transition:.5s}section.mdl-footer .mdl-container .m-bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:end;gap:3rem;margin-top:7rem;padding-top:3.9rem;border-top:.1rem solid #e4e4e4;align-items:center}section.mdl-footer .mdl-container .m-bottom>.m-left{display:flex;flex-direction:row;align-items:baseline;gap:1.6rem;min-width:25rem;height:fit-content}section.mdl-footer .mdl-container .m-bottom>.m-left img{max-width:12.4rem;width:100%}section.mdl-footer .mdl-container .m-bottom>.m-left span{font-family:var(--font-text);font-weight:300;font-size:1.6rem;line-height:4rem}section.mdl-footer .mdl-container .m-bottom .m-right{max-width:98.5rem;width:100%}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal{width:100%;display:flex;flex-direction:row;gap:3.7rem;flex-wrap:wrap}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page{font-family:var(--font-text);font-weight:300;font-size:1.6rem;line-height:4rem;line-height:1rem;color:#515050b2}@media (hover: hover){section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page:hover{color:var(--hover-color)}}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page.m-underline:after{opacity:0;background-color:var(--hover-color)!important}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page.m-underline:before{opacity:0}@media (hover: hover){section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page.m-underline:hover{color:var(--hover-color)}section.mdl-footer .mdl-container .m-bottom .m-right .m-legal .m-page.m-underline:hover:after{opacity:1;width:100%;background-color:var(--hover-color)!important}}@media (max-width: 1366px){section.mdl-footer .mdl-container{padding:8.2rem 0 8rem}section.mdl-footer .mdl-container .m-group .m-title{font-size:2rem!important}section.mdl-footer .mdl-container .m-group .m-pages{gap:3rem}}@media (max-width: 1080px){section.mdl-footer{padding:6rem 3rem 0;position:relative}section.mdl-footer .mdl-container{padding:6.2rem 0}section.mdl-footer .mdl-container .m-top{flex-direction:column;gap:5rem}section.mdl-footer .mdl-container .m-top>.m-left{flex-direction:row;max-width:100%;flex-wrap:wrap}section.mdl-footer .mdl-container .m-top>.m-left .m-group .m-title{font-size:2rem}section.mdl-footer .mdl-container .m-top>.m-left .m-group .m-pages{gap:3rem}section.mdl-footer .mdl-container .m-top .m-right .m-submenu{flex-direction:column}section.mdl-footer .mdl-container .m-top .m-right .m-submenu .m-group .foot-icon{display:block}section.mdl-footer .mdl-container .m-top>.m-right{gap:0rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu{max-width:100%;padding-left:0}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group{width:100%;border-top:.1rem solid #e4e4e4;padding-top:5rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group .m-title{font-size:2rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group .m-pages{gap:3rem;margin-bottom:5rem}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop{position:absolute;top:2rem;right:2rem}section.mdl-footer .mdl-container .m-top>.m-right .m-scrolltop svg{opacity:1}section.mdl-footer .mdl-container .m-bottom{flex-direction:column-reverse;align-items:start;margin-top:2rem}section.mdl-footer .mdl-container .m-bottom>.m-left{align-items:unset}}@media (max-width: 540px){section.mdl-footer{padding:3rem 2rem 0}section.mdl-footer .mdl-container{padding:3rem 0}section.mdl-footer .mdl-container .m-top>.m-left{flex-direction:column;max-width:100%;gap:5rem}section.mdl-footer .mdl-container .m-top>.m-right{flex-direction:column}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu{flex-direction:column;gap:3rem}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group{width:100%}section.mdl-footer .mdl-container .m-top>.m-right .m-submenu .m-group .m-title{margin-bottom:2rem}section.mdl-footer .mdl-container .m-bottom{margin-top:3rem;padding-top:3rem;align-items:center}section.mdl-footer .mdl-container .m-bottom>.m-left{align-items:unset;min-width:auto}section.mdl-footer .mdl-container .m-bottom>.m-right .m-legal{justify-content:unset;flex-wrap:wrap;gap:3rem;flex-direction:column}}.mdl-decoration{max-width:100%;width:100%;display:flex;flex-direction:row;padding:0!important}.mdl-decoration.unicolor{height:2rem}.mdl-decoration>div{width:33.33%;height:2rem}.mdl-decoration>div.red{background-color:#ff4338}.mdl-decoration>div.blue{background-color:#5b87da}.mdl-decoration>div.green{background-color:#3fd5ae}@media (max-width: 910px){.mdl-decoration div{height:10rem}}\n"] }]
113
113
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { texts: [{
114
114
  type: Input
115
115
  }], multimedia: [{
@@ -122,4 +122,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
122
122
  type: HostListener,
123
123
  args: ['window:resize']
124
124
  }] } });
125
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1mby1saXMtYzQtdHh0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1mby1saXMtYzQtdHh0L2JhYnlsb24tZm8tbGlzLWM0LXR4dC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZm8tbGlzLWM0LXR4dC9iYWJ5bG9uLWZvLWxpcy1jNC10eHQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDcEQsT0FBTyxFQUVILHVCQUF1QixFQUN2QixTQUFTLEVBRVQsWUFBWSxFQUNaLEtBQUssRUFFTCxXQUFXLEVBQ1gsTUFBTSxHQUNULE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLG1EQUFtRCxDQUFDOztBQWdCN0YsTUFBTSxPQUFPLDBCQUEwQjtJQVduQyxZQUFvQixFQUEyQjtRQUEzQixPQUFFLEdBQUYsRUFBRSxDQUF5QjtRQVY5QixlQUFVLEdBQUcsTUFBTSxDQUFDLFdBQVcsQ0FBQyxDQUFDO1FBRWxELDRFQUE0RTtRQUNwRSx1QkFBa0IsR0FBRyxJQUFJLEdBQUcsRUFBdUMsQ0FBQztJQU8xQixDQUFDO0lBRW5ELGVBQWU7UUFDWCxJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQztZQUFFLE9BQU87UUFDaEQsSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDO0lBQzNCLENBQUM7SUFFRCxXQUFXO1FBQ1AsSUFBSSxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxVQUFVLENBQUM7WUFBRSxPQUFPO1FBQ2hELElBQUksQ0FBQyxtQkFBbUIsRUFBRSxDQUFDO0lBQy9CLENBQUM7SUFHRCxRQUFRO1FBQ0osSUFBSSxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxVQUFVLENBQUM7WUFBRSxPQUFPO1FBQ2hELElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztJQUMzQixDQUFDO0lBRUQsMkRBQTJEO0lBQ25ELGVBQWU7UUFDbkIsTUFBTSxJQUFJLEdBQUcsSUFBSSxDQUFDLEVBQUUsQ0FBQyxhQUFhLENBQUM7UUFFbkMsTUFBTSxNQUFNLEdBQUcsS0FBSyxDQUFDLElBQUksQ0FDckIsSUFBSSxDQUFDLGdCQUFnQixDQUFjLDhCQUE4QixDQUFDLENBQ3JFLENBQUM7UUFFRixNQUFNLEtBQUssR0FBRyxNQUFNO2FBQ2YsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsYUFBYSxDQUFjLFVBQVUsQ0FBQyxDQUFDO2FBQ3BELE1BQU0sQ0FBQyxDQUFDLEVBQUUsRUFBcUIsRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQztRQUU3QyxxQ0FBcUM7UUFDckMsSUFBSSxDQUFDLG1CQUFtQixFQUFFLENBQUM7UUFFM0IsSUFBSSxNQUFNLENBQUMsVUFBVSxJQUFJLElBQUksRUFBRTtZQUMzQixpQ0FBaUM7WUFDakMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFO2dCQUNoQixDQUFDLENBQUMsS0FBSyxDQUFDLE9BQU8sR0FBRyxNQUFNLENBQUM7WUFDN0IsQ0FBQyxDQUFDLENBQUM7WUFDSCxNQUFNLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDO1lBRWxELE1BQU0sQ0FBQyxPQUFPLENBQUMsQ0FBQyxLQUFLLEVBQUUsRUFBRTtnQkFDckIsTUFBTSxLQUFLLEdBQUcsS0FBSyxDQUFDLGFBQWEsQ0FBYyxVQUFVLENBQUMsQ0FBQztnQkFDM0QsTUFBTSxPQUFPLEdBQUcsS0FBSyxDQUFDLGFBQWEsQ0FBYyxVQUFVLENBQUMsQ0FBQztnQkFDN0QsSUFBSSxDQUFDLEtBQUssSUFBSSxDQUFDLE9BQU87b0JBQUUsT0FBTztnQkFFL0IsTUFBTSxPQUFPLEdBQUcsQ0FBQyxLQUFZLEVBQUUsRUFBRTtvQkFDN0IsS0FBSyxDQUFDLGNBQWMsRUFBRSxDQUFDO29CQUV2QiwwQkFBMEI7b0JBQzFCLE1BQU0sQ0FBQyxPQUFPLENBQUMsQ0FBQyxLQUFLLEVBQUUsRUFBRTt3QkFDckIsSUFBSSxLQUFLLEtBQUssS0FBSzs0QkFBRSxPQUFPO3dCQUM1QixLQUFLLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsQ0FBQzt3QkFDL0IsTUFBTSxVQUFVLEdBQ1osS0FBSyxDQUFDLGFBQWEsQ0FBYyxVQUFVLENBQUMsQ0FBQzt3QkFDakQsSUFBSSxVQUFVLEVBQUU7NEJBQ1osVUFBVSxDQUFDLEtBQUssQ0FBQyxPQUFPLEdBQUcsTUFBTSxDQUFDO3lCQUNyQztvQkFDTCxDQUFDLENBQUMsQ0FBQztvQkFFSCxxQkFBcUI7b0JBQ3JCLE1BQU0sTUFBTSxHQUFHLEtBQUssQ0FBQyxTQUFTLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxDQUFDO29CQUNoRCxJQUFJLE1BQU0sRUFBRTt3QkFDUixLQUFLLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsQ0FBQzt3QkFDL0IsT0FBTyxDQUFDLEtBQUssQ0FBQyxPQUFPLEdBQUcsTUFBTSxDQUFDO3FCQUNsQzt5QkFBTTt3QkFDSCxLQUFLLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxNQUFNLENBQUMsQ0FBQzt3QkFDNUIsT0FBTyxDQUFDLEtBQUssQ0FBQyxPQUFPLEdBQUcsTUFBTSxDQUFDO3FCQUNsQztnQkFDTCxDQUFDLENBQUM7Z0JBRUYsS0FBSyxDQUFDLGdCQUFnQixDQUFDLE9BQU8sRUFBRSxPQUFPLENBQUMsQ0FBQztnQkFDekMsSUFBSSxDQUFDLGtCQUFrQixDQUFDLEdBQUcsQ0FBQyxLQUFLLEVBQUUsT0FBTyxDQUFDLENBQUM7WUFDaEQsQ0FBQyxDQUFDLENBQUM7U0FDTjthQUFNO1lBQ0gsMkNBQTJDO1lBQzNDLEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRTtnQkFDaEIsQ0FBQyxDQUFDLEtBQUssQ0FBQyxPQUFPLEdBQUcsRUFBRSxDQUFDLENBQUMsZ0NBQWdDO1lBQzFELENBQUMsQ0FBQyxDQUFDO1lBQ0gsTUFBTSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQztTQUNyRDtJQUNMLENBQUM7SUFFRCxpREFBaUQ7SUFDekMsbUJBQW1CO1FBQ3ZCLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxPQUFPLENBQUMsQ0FBQyxPQUFPLEVBQUUsRUFBRSxFQUFFLEVBQUU7WUFDNUMsRUFBRSxDQUFDLG1CQUFtQixDQUFDLE9BQU8sRUFBRSxPQUFPLENBQUMsQ0FBQztRQUM3QyxDQUFDLENBQUMsQ0FBQztRQUNILElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUNwQyxDQUFDO0lBRUQsc0NBQXNDO0lBQ3RDLGVBQWU7UUFDWCxJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQztZQUFFLE9BQU87UUFFaEQsTUFBTSxDQUFDLFFBQVEsQ0FBQztZQUNaLEdBQUcsRUFBRSxDQUFDO1lBQ04sUUFBUSxFQUFFLFFBQVE7U0FDckIsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVELGlCQUFpQixDQUFDLEtBQWE7UUFDM0IsSUFBSSxVQUFVLEdBQXFCLEVBQUUsQ0FBQztRQUN0QyxJQUFJLENBQUMsT0FBTyxFQUFFLEdBQUcsQ0FBQyxDQUFDLEdBQW1CLEVBQUUsRUFBRTtZQUN0QyxJQUFJLEdBQUcsQ0FBQyxLQUFLLEtBQUssS0FBSyxFQUFFO2dCQUNyQixVQUFVLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO2FBQ3hCO1FBQ0wsQ0FBQyxDQUFDLENBQUM7UUFDSCxPQUFPLFVBQVUsQ0FBQztJQUN0QixDQUFDOytHQXZIUSwwQkFBMEI7bUdBQTFCLDBCQUEwQix5T0M1QnZDLG9qV0ErTkEsOHB4QkR4TWMsd0JBQXdCOzs0RkFLekIsMEJBQTBCO2tCQVJ0QyxTQUFTOytCQUNJLDJCQUEyQixjQUN6QixJQUFJLFdBQ1AsQ0FBQyx3QkFBd0IsQ0FBQyxtQkFHbEIsdUJBQXVCLENBQUMsTUFBTTsrRUFRdEMsS0FBSztzQkFBYixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFlTixRQUFRO3NCQURQLFlBQVk7dUJBQUMsZUFBZSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGlzUGxhdGZvcm1Ccm93c2VyIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gICAgQWZ0ZXJWaWV3SW5pdCxcbiAgICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgICBDb21wb25lbnQsXG4gICAgRWxlbWVudFJlZixcbiAgICBIb3N0TGlzdGVuZXIsXG4gICAgSW5wdXQsXG4gICAgT25EZXN0cm95LFxuICAgIFBMQVRGT1JNX0lELFxuICAgIGluamVjdCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCYWJ5bG9uTGlua1R5cGVEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmVzL2xpbmstdHlwZS9saW5rLXR5cGUuZGlyZWN0aXZlJztcbmltcG9ydCB7XG4gICAgQmFieWxvbkJ1dHRvbkksXG4gICAgQmFieWxvbk11bHRpbWVkaWFJLFxuICAgIEJhYnlsb25UZXh0SW5mb0ksXG59IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMnO1xuaW1wb3J0IHsgQmFieWxvblN0eWxlR2xvYmFsSXRlbSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1zdHlsZS5pbnRlcmZhY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLWZvLWxpcy1jNC10eHQnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW0JhYnlsb25MaW5rVHlwZURpcmVjdGl2ZV0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tZm8tbGlzLWM0LXR4dC5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24tZm8tbGlzLWM0LXR4dC5jb21wb25lbnQuc2NzcycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25Gb0xpc0M0VHh0Q29tcG9uZW50IGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCwgT25EZXN0cm95IHtcbiAgICBwcml2YXRlIHJlYWRvbmx5IHBsYXRmb3JtSWQgPSBpbmplY3QoUExBVEZPUk1fSUQpO1xuXG4gICAgLy8gZ3VhcmRhbW9zIGxvcyBoYW5kbGVycyBwYXJhIHBvZGVyIHF1aXRhcmxvcyBhbCBjYW1iaWFyIGRlIG1vZG8gLyBkZXN0cnVpclxuICAgIHByaXZhdGUgdGl0bGVDbGlja0hhbmRsZXJzID0gbmV3IE1hcDxIVE1MRWxlbWVudCwgKGV2ZW50OiBFdmVudCkgPT4gdm9pZD4oKTtcblxuICAgIEBJbnB1dCgpIHRleHRzPzogQmFieWxvblRleHRJbmZvSTtcbiAgICBASW5wdXQoKSBtdWx0aW1lZGlhPzogQmFieWxvbk11bHRpbWVkaWFJO1xuICAgIEBJbnB1dCgpIGJ1dHRvbnM/OiBCYWJ5bG9uQnV0dG9uSVtdO1xuICAgIEBJbnB1dCgpIHN0eWxlcz86IEJhYnlsb25TdHlsZUdsb2JhbEl0ZW07XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGVsOiBFbGVtZW50UmVmPEhUTUxFbGVtZW50Pikge31cblxuICAgIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgaWYgKCFpc1BsYXRmb3JtQnJvd3Nlcih0aGlzLnBsYXRmb3JtSWQpKSByZXR1cm47XG4gICAgICAgIHRoaXMuYWN0aXZhckFjb3JkZW9uKCk7XG4gICAgfVxuXG4gICAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIGlmICghaXNQbGF0Zm9ybUJyb3dzZXIodGhpcy5wbGF0Zm9ybUlkKSkgcmV0dXJuO1xuICAgICAgICB0aGlzLmNsZWFuVGl0bGVMaXN0ZW5lcnMoKTtcbiAgICB9XG5cbiAgICBASG9zdExpc3RlbmVyKCd3aW5kb3c6cmVzaXplJylcbiAgICBvblJlc2l6ZSgpOiB2b2lkIHtcbiAgICAgICAgaWYgKCFpc1BsYXRmb3JtQnJvd3Nlcih0aGlzLnBsYXRmb3JtSWQpKSByZXR1cm47XG4gICAgICAgIHRoaXMuYWN0aXZhckFjb3JkZW9uKCk7XG4gICAgfVxuXG4gICAgLyoqIEVxdWl2YWxlbnRlIGEgdHUgZnVuY2nDs24gYWN0aXZhckFjb3JkZW9uKCkgZGUgalF1ZXJ5ICovXG4gICAgcHJpdmF0ZSBhY3RpdmFyQWNvcmRlb24oKTogdm9pZCB7XG4gICAgICAgIGNvbnN0IHJvb3QgPSB0aGlzLmVsLm5hdGl2ZUVsZW1lbnQ7XG5cbiAgICAgICAgY29uc3QgZ3JvdXBzID0gQXJyYXkuZnJvbShcbiAgICAgICAgICAgIHJvb3QucXVlcnlTZWxlY3RvckFsbDxIVE1MRWxlbWVudD4oJy5tLXJpZ2h0IC5tLXN1Ym1lbnUgLm0tZ3JvdXAnKVxuICAgICAgICApO1xuXG4gICAgICAgIGNvbnN0IHBhZ2VzID0gZ3JvdXBzXG4gICAgICAgICAgICAubWFwKChnKSA9PiBnLnF1ZXJ5U2VsZWN0b3I8SFRNTEVsZW1lbnQ+KCcubS1wYWdlcycpKVxuICAgICAgICAgICAgLmZpbHRlcigoZWwpOiBlbCBpcyBIVE1MRWxlbWVudCA9PiAhIWVsKTtcblxuICAgICAgICAvLyBxdWl0YW1vcyBjdWFscXVpZXIgbGlzdGVuZXIgcHJldmlvXG4gICAgICAgIHRoaXMuY2xlYW5UaXRsZUxpc3RlbmVycygpO1xuXG4gICAgICAgIGlmICh3aW5kb3cuaW5uZXJXaWR0aCA8PSAxMDI0KSB7XG4gICAgICAgICAgICAvLyBNT0RPIEFDT1JERcOTTiAobcOzdmlsIC8gdGFibGV0KVxuICAgICAgICAgICAgcGFnZXMuZm9yRWFjaCgocCkgPT4ge1xuICAgICAgICAgICAgICAgIHAuc3R5bGUuZGlzcGxheSA9ICdub25lJztcbiAgICAgICAgICAgIH0pO1xuICAgICAgICAgICAgZ3JvdXBzLmZvckVhY2goKGcpID0+IGcuY2xhc3NMaXN0LnJlbW92ZSgnb3BlbicpKTtcblxuICAgICAgICAgICAgZ3JvdXBzLmZvckVhY2goKGdyb3VwKSA9PiB7XG4gICAgICAgICAgICAgICAgY29uc3QgdGl0bGUgPSBncm91cC5xdWVyeVNlbGVjdG9yPEhUTUxFbGVtZW50PignLm0tdGl0bGUnKTtcbiAgICAgICAgICAgICAgICBjb25zdCBwYWdlc0VsID0gZ3JvdXAucXVlcnlTZWxlY3RvcjxIVE1MRWxlbWVudD4oJy5tLXBhZ2VzJyk7XG4gICAgICAgICAgICAgICAgaWYgKCF0aXRsZSB8fCAhcGFnZXNFbCkgcmV0dXJuO1xuXG4gICAgICAgICAgICAgICAgY29uc3QgaGFuZGxlciA9IChldmVudDogRXZlbnQpID0+IHtcbiAgICAgICAgICAgICAgICAgICAgZXZlbnQucHJldmVudERlZmF1bHQoKTtcblxuICAgICAgICAgICAgICAgICAgICAvLyBjZXJyYXIgbG9zIGRlbcOhcyBncnVwb3NcbiAgICAgICAgICAgICAgICAgICAgZ3JvdXBzLmZvckVhY2goKG90aGVyKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgICAgICBpZiAob3RoZXIgPT09IGdyb3VwKSByZXR1cm47XG4gICAgICAgICAgICAgICAgICAgICAgICBvdGhlci5jbGFzc0xpc3QucmVtb3ZlKCdvcGVuJyk7XG4gICAgICAgICAgICAgICAgICAgICAgICBjb25zdCBvdGhlclBhZ2VzID1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBvdGhlci5xdWVyeVNlbGVjdG9yPEhUTUxFbGVtZW50PignLm0tcGFnZXMnKTtcbiAgICAgICAgICAgICAgICAgICAgICAgIGlmIChvdGhlclBhZ2VzKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgb3RoZXJQYWdlcy5zdHlsZS5kaXNwbGF5ID0gJ25vbmUnO1xuICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICB9KTtcblxuICAgICAgICAgICAgICAgICAgICAvLyBhbHRlcm5hciBlbCBhY3R1YWxcbiAgICAgICAgICAgICAgICAgICAgY29uc3QgaXNPcGVuID0gZ3JvdXAuY2xhc3NMaXN0LmNvbnRhaW5zKCdvcGVuJyk7XG4gICAgICAgICAgICAgICAgICAgIGlmIChpc09wZW4pIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIGdyb3VwLmNsYXNzTGlzdC5yZW1vdmUoJ29wZW4nKTtcbiAgICAgICAgICAgICAgICAgICAgICAgIHBhZ2VzRWwuc3R5bGUuZGlzcGxheSA9ICdub25lJztcbiAgICAgICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIGdyb3VwLmNsYXNzTGlzdC5hZGQoJ29wZW4nKTtcbiAgICAgICAgICAgICAgICAgICAgICAgIHBhZ2VzRWwuc3R5bGUuZGlzcGxheSA9ICdmbGV4JztcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIH07XG5cbiAgICAgICAgICAgICAgICB0aXRsZS5hZGRFdmVudExpc3RlbmVyKCdjbGljaycsIGhhbmRsZXIpO1xuICAgICAgICAgICAgICAgIHRoaXMudGl0bGVDbGlja0hhbmRsZXJzLnNldCh0aXRsZSwgaGFuZGxlcik7XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIC8vIE1PRE8gREVTS1RPUDogdG9kbyB2aXNpYmxlLCBzaW4gYWNvcmRlw7NuXG4gICAgICAgICAgICBwYWdlcy5mb3JFYWNoKChwKSA9PiB7XG4gICAgICAgICAgICAgICAgcC5zdHlsZS5kaXNwbGF5ID0gJyc7IC8vIHZ1ZWx2ZSBhbCBkaXNwbGF5IHBvciBkZWZlY3RvXG4gICAgICAgICAgICB9KTtcbiAgICAgICAgICAgIGdyb3Vwcy5mb3JFYWNoKChnKSA9PiBnLmNsYXNzTGlzdC5yZW1vdmUoJ29wZW4nKSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvKiogRWxpbWluYSB0b2RvcyBsb3MgbGlzdGVuZXJzIGRlIGxvcyB0w610dWxvcyAqL1xuICAgIHByaXZhdGUgY2xlYW5UaXRsZUxpc3RlbmVycygpOiB2b2lkIHtcbiAgICAgICAgdGhpcy50aXRsZUNsaWNrSGFuZGxlcnMuZm9yRWFjaCgoaGFuZGxlciwgZWwpID0+IHtcbiAgICAgICAgICAgIGVsLnJlbW92ZUV2ZW50TGlzdGVuZXIoJ2NsaWNrJywgaGFuZGxlcik7XG4gICAgICAgIH0pO1xuICAgICAgICB0aGlzLnRpdGxlQ2xpY2tIYW5kbGVycy5jbGVhcigpO1xuICAgIH1cblxuICAgIC8qKiBFcXVpdmFsZW50ZSBhIHNjcm9sbHRvcEZvb3RlcigpICovXG4gICAgc2Nyb2xsVG9wRm9vdGVyKCk6IHZvaWQge1xuICAgICAgICBpZiAoIWlzUGxhdGZvcm1Ccm93c2VyKHRoaXMucGxhdGZvcm1JZCkpIHJldHVybjtcblxuICAgICAgICB3aW5kb3cuc2Nyb2xsVG8oe1xuICAgICAgICAgICAgdG9wOiAwLFxuICAgICAgICAgICAgYmVoYXZpb3I6ICdzbW9vdGgnLFxuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBnZXRCdXR0b25zQnlPcmRlcihvcmRlcjogc3RyaW5nKSB7XG4gICAgICAgIGxldCBidXR0b25MaXN0OiBCYWJ5bG9uQnV0dG9uSVtdID0gW107XG4gICAgICAgIHRoaXMuYnV0dG9ucz8ubWFwKChidG46IEJhYnlsb25CdXR0b25JKSA9PiB7XG4gICAgICAgICAgICBpZiAoYnRuLm9yZGVyID09PSBvcmRlcikge1xuICAgICAgICAgICAgICAgIGJ1dHRvbkxpc3QucHVzaChidG4pO1xuICAgICAgICAgICAgfVxuICAgICAgICB9KTtcbiAgICAgICAgcmV0dXJuIGJ1dHRvbkxpc3Q7XG4gICAgfVxufVxuIiwiPCEtLSBjb24gbGEgY2xhc2UgcHQtMCBwb2RlbW9zIGVsaW1pbmFyIGVsIGVzcGFjaW8gc3VwZXJpb3IsIHlhIHF1ZSBhIHZlY2VzIHNlIG5lY2VzaXRhIHBvciBkaXNlw7FvIC0tPlxuQGlmIChidXR0b25zKSB7XG4gICAgPHNlY3Rpb24gY2xhc3M9XCJtZGwtZm9vdGVyIHB0LTBcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIm1kbC1jb250YWluZXJcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLXRvcFwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLWxlZnRcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tZ3JvdXBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAodGV4dHM/LmNvbnRhY3R0aXRsZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cIm0tdGl0bGVcIj57eyB0ZXh0cz8uY29udGFjdHRpdGxlIH19PC9oMj5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLXBhZ2VzXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmICh0ZXh0cz8uY29udGFjdEVtYWlsKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCInbWFpbHRvOicgKyB0ZXh0cz8uY29udGFjdEVtYWlsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwibS1wYWdlIG0tdW5kZXJsaW5lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwidGV4dHM/LmNvbnRhY3RFbWFpbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3R5bGUuLS1ob3Zlci1jb2xvcl09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHlsZXM/LnByaW1hcnlIb3ZlciA/P1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlcz8ucHJpbWFyeSA/P1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICcjZWQzYjM3J1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgdGV4dHM/LmNvbnRhY3RFbWFpbCB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAodGV4dHM/LmNvbnRhY3RUZWwpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtocmVmXT1cIid0ZWw6JyArIHRleHRzPy5jb250YWN0VGVsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwibS1wYWdlIG0tdW5kZXJsaW5lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwidGV4dHM/LmNvbnRhY3RUZWxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3N0eWxlLi0taG92ZXItY29sb3JdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc3R5bGVzPy5wcmltYXJ5SG92ZXIgPz9cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHlsZXM/LnByaW1hcnkgPz9cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAnI2VkM2IzNydcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+VC4ge3sgdGV4dHM/LmNvbnRhY3RUZWwgfX08L2FcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1ncm91cFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgQGlmICh0ZXh0cz8uY29udGFjdE9mZmljZVRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgyIGNsYXNzPVwibS10aXRsZVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyB0ZXh0cz8uY29udGFjdE9mZmljZVRpdGxlIH19XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9oMj5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLXBhZ2VzXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmICh0ZXh0cz8uY29udGFjdE9mZmljZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiJ21haWx0bzonICsgdGV4dHM/LmNvbnRhY3RPZmZpY2VcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJtLXBhZ2UgbS11bmRlcmxpbmVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJ0ZXh0cz8uY29udGFjdE9mZmljZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3R5bGUuLS1ob3Zlci1jb2xvcl09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHlsZXM/LnByaW1hcnlIb3ZlciA/P1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlcz8ucHJpbWFyeSA/P1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICcjZWQzYjM3J1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyB0ZXh0cz8uY29udGFjdE9mZmljZSB9fTwvYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tcmlnaHRcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tc3VibWVudVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tZ3JvdXBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdC1pY29uXCI+PC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmICh0ZXh0cz8uZ3J1cG9UaXRsZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJtLXRpdGxlXCI+e3sgdGV4dHM/LmdydXBvVGl0bGUgfX08L2gyPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1wYWdlc1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGl0ZW0gb2YgZ2V0QnV0dG9uc0J5T3JkZXIoJzEnKTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRyYWNrICRpbmRleFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICApIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiaXRlbS51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtsaW5rVHlwZV09XCJpdGVtLmxpbmtUeXBlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cIm0tcGFnZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcm9sZT1cImxpbmtcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiaXRlbS5sYWJlbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3N0eWxlLi0taG92ZXItY29sb3JdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlcz8ucHJpbWFyeUhvdmVyID8/XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlcz8ucHJpbWFyeSA/P1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAnI2VkM2IzNydcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyBpdGVtLmxhYmVsIH19PC9hXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tZ3JvdXBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdC1pY29uXCI+PC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmICh0ZXh0cz8uYWJvdXRUaXRsZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJtLXRpdGxlXCI+e3sgdGV4dHM/LmFib3V0VGl0bGUgfX08L2gyPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1wYWdlc1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGl0ZW0gb2YgZ2V0QnV0dG9uc0J5T3JkZXIoJzInKTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRyYWNrICRpbmRleFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICApIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiaXRlbS51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtsaW5rVHlwZV09XCJpdGVtLmxpbmtUeXBlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cIm0tcGFnZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcm9sZT1cImxpbmtcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiaXRlbS5sYWJlbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3N0eWxlLi0taG92ZXItY29sb3JdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlcz8ucHJpbWFyeUhvdmVyID8/XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlcz8ucHJpbWFyeSA/P1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAnI2VkM2IzNydcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyBpdGVtLmxhYmVsIH19PC9hXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tZ3JvdXBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdC1pY29uXCI+PC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmICh0ZXh0cz8uaGVscFRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cIm0tdGl0bGVcIj57eyB0ZXh0cz8uaGVscFRpdGxlIH19PC9oMj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tcGFnZXNcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAoXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpdGVtIG9mIGdldEJ1dHRvbnNCeU9yZGVyKCczJyk7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFjayAkaW5kZXhcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtocmVmXT1cIml0ZW0udXJsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwiaXRlbS5saW5rVHlwZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJtLXBhZ2VcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJvbGU9XCJsaW5rXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cIml0ZW0ubGFiZWxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtzdHlsZS4tLWhvdmVyLWNvbG9yXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHlsZXM/LnByaW1hcnlIb3ZlciA/P1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHlsZXM/LnByaW1hcnkgPz9cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgJyNlZDNiMzcnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+e3sgaXRlbS5sYWJlbCB9fTwvYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAgICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJtLXNjcm9sbHRvcFwiXG4gICAgICAgICAgICAgICAgICAgICAgICBhcmlhLWxhYmVsPVwiU2Nyb2xsIHRvIHRvcFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwic2Nyb2xsVG9wRm9vdGVyKClcIlxuICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHRleHRzPy5zY3JvbGx0ZXh0KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tdGV4dFwiPnt7IHRleHRzPy5zY3JvbGx0ZXh0IH19PC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3ZnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgd2lkdGg9XCI0NFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgaGVpZ2h0PVwiNDRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHZpZXdCb3g9XCIwIDAgNDQgNDRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGw9XCJub25lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkPVwiTTIyIDQ0QzkuODQ5NzQgNDQgMCAzNC4xNTAzIDAgMjJDMCA5Ljg0OTc0IDkuODQ5NzQgMCAyMiAwQzM0LjE1MDMgMCA0NCA5Ljg0OTc0IDQ0IDIyQzQ0IDM0LjE1MDMgMzQuMTUwMyA0NCAyMiA0NFpcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5maWxsXT1cInN0eWxlcz8ucHJpbWFyeSA/PyAnI0ZGNDMzOCdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZD1cIk0yMiA0M0MxMC40MDIgNDMgMSAzMy41OTggMSAyMkMxIDEwLjQwMiAxMC40MDIgMSAyMiAxQzMzLjU5OCAxIDQzIDEwLjQwMiA0MyAyMkM0MyAzMy41OTggMzMuNTk4IDQzIDIyIDQzWlwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmZpbGxdPVwic3R5bGVzPy5wcmltYXJ5ID8/ICcjRkY0MzM4J1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkPVwiTTIxLjI3NTcgMTguMTMzTDE2LjIyMzcgMjMuMjExQzE2LjA0MiAyMy4zOTM2IDE1Ljk0MDMgMjMuNjQwOSAxNS45NDEgMjMuODk4NEMxNS45NDE2IDI0LjE1NiAxNi4wNDQ2IDI0LjQwMjggMTYuMjI3MiAyNC41ODQ1QzE2LjQwOTggMjQuNzY2MSAxNi42NTcxIDI0Ljg2NzggMTYuOTE0NiAyNC44NjcyQzE3LjE3MjIgMjQuODY2NSAxNy40MTkgMjQuNzYzNiAxNy42MDA3IDI0LjU4MUwyMS45NDk3IDIwLjE4MUwyNi4zMjQ3IDI0LjU3OEMyNi41MDYzIDI0Ljc2MDYgMjYuNzUzMSAyNC44NjM1IDI3LjAxMDcgMjQuODY0MkMyNy4yNjgzIDI0Ljg2NDggMjcuNTE1NiAyNC43NjMxIDI3LjY5ODIgMjQuNTgxNUMyNy44ODA4IDI0LjM5OTggMjcuOTgzNyAyNC4xNTMgMjcuOTg0NCAyMy44OTU0QzI3Ljk4NSAyMy42Mzc5IDI3Ljg4MzMgMjMuMzkwNiAyNy43MDE3IDIzLjIwOEwyMi42NTE3IDE4LjEzMkMyMi40NjkxIDE3Ljk0OTYgMjIuMjIxNSAxNy44NDczIDIxLjk2MzUgMTcuODQ3NUMyMS43MDU0IDE3Ljg0NzcgMjEuNDU4IDE3Ljk1MDQgMjEuMjc1NyAxOC4xMzNaXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZmlsbD1cIndoaXRlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1ib3R0b21cIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1sZWZ0XCI+XG4gICAgICAgICAgICAgICAgICAgIEBpZiAobXVsdGltZWRpYT8uaW1hZ2VuZXM/LlswXTsgYXMgaW1nKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICA8aW1nIFtzcmNdPVwiaW1nLmltZz8uc3JjXCIgW2FsdF09XCJpbWcuaW1nPy5hbHRcIiAvPlxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIEBpZiAodGV4dHM/LmNvcHlyaWdodHRleHQpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPnt7IHRleHRzPy5jb3B5cmlnaHR0ZXh0IH19PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tcmlnaHRcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tbGVnYWxcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKGl0ZW0gb2YgZ2V0QnV0dG9uc0J5T3JkZXIoJzQnKTsgdHJhY2sgJGluZGV4KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiaXRlbS51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwiaXRlbS5saW5rVHlwZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwibS1wYWdlIG0tdW5kZXJsaW5lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcm9sZT1cImxpbmtcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cIml0ZW0ubGFiZWxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3R5bGUuLS1ob3Zlci1jb2xvcl09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlcz8ucHJpbWFyeUhvdmVyID8/XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHlsZXM/LnByaW1hcnkgPz9cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICcjZWQzYjM3J1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+e3sgaXRlbS5sYWJlbCB9fTwvYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9zZWN0aW9uPlxufVxuXG5AaWYgKCFzdHlsZXMpIHtcbiAgICA8c2VjdGlvbiBjbGFzcz1cIm1kbC1kZWNvcmF0aW9uXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJyZWRcIj48L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImJsdWVcIj48L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImdyZWVuXCI+PC9kaXY+XG4gICAgPC9zZWN0aW9uPlxufSBAZWxzZSB7XG4gICAgPHNlY3Rpb25cbiAgICAgICAgY2xhc3M9XCJtZGwtZGVjb3JhdGlvbiB1bmljb2xvclwiXG4gICAgICAgIFtzdHlsZS5iYWNrZ3JvdW5kLWNvbG9yXT1cInN0eWxlcy5wcmltYXJ5XCJcbiAgICA+PC9zZWN0aW9uPlxufVxuIl19
125
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1mby1saXMtYzQtdHh0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1mby1saXMtYzQtdHh0L2JhYnlsb24tZm8tbGlzLWM0LXR4dC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZm8tbGlzLWM0LXR4dC9iYWJ5bG9uLWZvLWxpcy1jNC10eHQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDcEQsT0FBTyxFQUVILHVCQUF1QixFQUN2QixTQUFTLEVBRVQsWUFBWSxFQUNaLEtBQUssRUFFTCxXQUFXLEVBQ1gsTUFBTSxHQUNULE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLG1EQUFtRCxDQUFDOztBQWdCN0YsTUFBTSxPQUFPLDBCQUEwQjtJQVduQyxZQUFvQixFQUEyQjtRQUEzQixPQUFFLEdBQUYsRUFBRSxDQUF5QjtRQVY5QixlQUFVLEdBQUcsTUFBTSxDQUFDLFdBQVcsQ0FBQyxDQUFDO1FBRWxELDRFQUE0RTtRQUNwRSx1QkFBa0IsR0FBRyxJQUFJLEdBQUcsRUFBdUMsQ0FBQztJQU8xQixDQUFDO0lBRW5ELGVBQWU7UUFDWCxJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQztZQUFFLE9BQU87UUFDaEQsSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDO0lBQzNCLENBQUM7SUFFRCxXQUFXO1FBQ1AsSUFBSSxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxVQUFVLENBQUM7WUFBRSxPQUFPO1FBQ2hELElBQUksQ0FBQyxtQkFBbUIsRUFBRSxDQUFDO0lBQy9CLENBQUM7SUFHRCxRQUFRO1FBQ0osSUFBSSxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxVQUFVLENBQUM7WUFBRSxPQUFPO1FBQ2hELElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztJQUMzQixDQUFDO0lBRUQsMkRBQTJEO0lBQ25ELGVBQWU7UUFDbkIsTUFBTSxJQUFJLEdBQUcsSUFBSSxDQUFDLEVBQUUsQ0FBQyxhQUFhLENBQUM7UUFFbkMsTUFBTSxNQUFNLEdBQUcsS0FBSyxDQUFDLElBQUksQ0FDckIsSUFBSSxDQUFDLGdCQUFnQixDQUFjLDhCQUE4QixDQUFDLENBQ3JFLENBQUM7UUFFRixNQUFNLEtBQUssR0FBRyxNQUFNO2FBQ2YsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsYUFBYSxDQUFjLFVBQVUsQ0FBQyxDQUFDO2FBQ3BELE1BQU0sQ0FBQyxDQUFDLEVBQUUsRUFBcUIsRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQztRQUU3QyxxQ0FBcUM7UUFDckMsSUFBSSxDQUFDLG1CQUFtQixFQUFFLENBQUM7UUFFM0IsSUFBSSxNQUFNLENBQUMsVUFBVSxJQUFJLElBQUksRUFBRTtZQUMzQixpQ0FBaUM7WUFDakMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFO2dCQUNoQixDQUFDLENBQUMsS0FBSyxDQUFDLE9BQU8sR0FBRyxNQUFNLENBQUM7WUFDN0IsQ0FBQyxDQUFDLENBQUM7WUFDSCxNQUFNLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDO1lBRWxELE1BQU0sQ0FBQyxPQUFPLENBQUMsQ0FBQyxLQUFLLEVBQUUsRUFBRTtnQkFDckIsTUFBTSxLQUFLLEdBQUcsS0FBSyxDQUFDLGFBQWEsQ0FBYyxVQUFVLENBQUMsQ0FBQztnQkFDM0QsTUFBTSxPQUFPLEdBQUcsS0FBSyxDQUFDLGFBQWEsQ0FBYyxVQUFVLENBQUMsQ0FBQztnQkFDN0QsSUFBSSxDQUFDLEtBQUssSUFBSSxDQUFDLE9BQU87b0JBQUUsT0FBTztnQkFFL0IsTUFBTSxPQUFPLEdBQUcsQ0FBQyxLQUFZLEVBQUUsRUFBRTtvQkFDN0IsS0FBSyxDQUFDLGNBQWMsRUFBRSxDQUFDO29CQUV2QiwwQkFBMEI7b0JBQzFCLE1BQU0sQ0FBQyxPQUFPLENBQUMsQ0FBQyxLQUFLLEVBQUUsRUFBRTt3QkFDckIsSUFBSSxLQUFLLEtBQUssS0FBSzs0QkFBRSxPQUFPO3dCQUM1QixLQUFLLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsQ0FBQzt3QkFDL0IsTUFBTSxVQUFVLEdBQ1osS0FBSyxDQUFDLGFBQWEsQ0FBYyxVQUFVLENBQUMsQ0FBQzt3QkFDakQsSUFBSSxVQUFVLEVBQUU7NEJBQ1osVUFBVSxDQUFDLEtBQUssQ0FBQyxPQUFPLEdBQUcsTUFBTSxDQUFDO3lCQUNyQztvQkFDTCxDQUFDLENBQUMsQ0FBQztvQkFFSCxxQkFBcUI7b0JBQ3JCLE1BQU0sTUFBTSxHQUFHLEtBQUssQ0FBQyxTQUFTLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxDQUFDO29CQUNoRCxJQUFJLE1BQU0sRUFBRTt3QkFDUixLQUFLLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsQ0FBQzt3QkFDL0IsT0FBTyxDQUFDLEtBQUssQ0FBQyxPQUFPLEdBQUcsTUFBTSxDQUFDO3FCQUNsQzt5QkFBTTt3QkFDSCxLQUFLLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxNQUFNLENBQUMsQ0FBQzt3QkFDNUIsT0FBTyxDQUFDLEtBQUssQ0FBQyxPQUFPLEdBQUcsTUFBTSxDQUFDO3FCQUNsQztnQkFDTCxDQUFDLENBQUM7Z0JBRUYsS0FBSyxDQUFDLGdCQUFnQixDQUFDLE9BQU8sRUFBRSxPQUFPLENBQUMsQ0FBQztnQkFDekMsSUFBSSxDQUFDLGtCQUFrQixDQUFDLEdBQUcsQ0FBQyxLQUFLLEVBQUUsT0FBTyxDQUFDLENBQUM7WUFDaEQsQ0FBQyxDQUFDLENBQUM7U0FDTjthQUFNO1lBQ0gsMkNBQTJDO1lBQzNDLEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRTtnQkFDaEIsQ0FBQyxDQUFDLEtBQUssQ0FBQyxPQUFPLEdBQUcsRUFBRSxDQUFDLENBQUMsZ0NBQWdDO1lBQzFELENBQUMsQ0FBQyxDQUFDO1lBQ0gsTUFBTSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQztTQUNyRDtJQUNMLENBQUM7SUFFRCxpREFBaUQ7SUFDekMsbUJBQW1CO1FBQ3ZCLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxPQUFPLENBQUMsQ0FBQyxPQUFPLEVBQUUsRUFBRSxFQUFFLEVBQUU7WUFDNUMsRUFBRSxDQUFDLG1CQUFtQixDQUFDLE9BQU8sRUFBRSxPQUFPLENBQUMsQ0FBQztRQUM3QyxDQUFDLENBQUMsQ0FBQztRQUNILElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUNwQyxDQUFDO0lBRUQsc0NBQXNDO0lBQ3RDLGVBQWU7UUFDWCxJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQztZQUFFLE9BQU87UUFFaEQsTUFBTSxDQUFDLFFBQVEsQ0FBQztZQUNaLEdBQUcsRUFBRSxDQUFDO1lBQ04sUUFBUSxFQUFFLFFBQVE7U0FDckIsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVELGlCQUFpQixDQUFDLEtBQWE7UUFDM0IsSUFBSSxVQUFVLEdBQXFCLEVBQUUsQ0FBQztRQUN0QyxJQUFJLENBQUMsT0FBTyxFQUFFLEdBQUcsQ0FBQyxDQUFDLEdBQW1CLEVBQUUsRUFBRTtZQUN0QyxJQUFJLEdBQUcsQ0FBQyxLQUFLLEtBQUssS0FBSyxFQUFFO2dCQUNyQixVQUFVLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO2FBQ3hCO1FBQ0wsQ0FBQyxDQUFDLENBQUM7UUFDSCxPQUFPLFVBQVUsQ0FBQztJQUN0QixDQUFDOytHQXZIUSwwQkFBMEI7bUdBQTFCLDBCQUEwQix5T0M1QnZDLG9qV0ErTkEsNDd6QkR4TWMsd0JBQXdCOzs0RkFLekIsMEJBQTBCO2tCQVJ0QyxTQUFTOytCQUNJLDJCQUEyQixjQUN6QixJQUFJLFdBQ1AsQ0FBQyx3QkFBd0IsQ0FBQyxtQkFHbEIsdUJBQXVCLENBQUMsTUFBTTsrRUFRdEMsS0FBSztzQkFBYixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFlTixRQUFRO3NCQURQLFlBQVk7dUJBQUMsZUFBZSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGlzUGxhdGZvcm1Ccm93c2VyIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gICAgQWZ0ZXJWaWV3SW5pdCxcbiAgICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgICBDb21wb25lbnQsXG4gICAgRWxlbWVudFJlZixcbiAgICBIb3N0TGlzdGVuZXIsXG4gICAgSW5wdXQsXG4gICAgT25EZXN0cm95LFxuICAgIFBMQVRGT1JNX0lELFxuICAgIGluamVjdCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCYWJ5bG9uTGlua1R5cGVEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmVzL2xpbmstdHlwZS9saW5rLXR5cGUuZGlyZWN0aXZlJztcbmltcG9ydCB7XG4gICAgQmFieWxvbkJ1dHRvbkksXG4gICAgQmFieWxvbk11bHRpbWVkaWFJLFxuICAgIEJhYnlsb25UZXh0SW5mb0ksXG59IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMnO1xuaW1wb3J0IHsgQmFieWxvblN0eWxlR2xvYmFsSXRlbSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1zdHlsZS5pbnRlcmZhY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLWZvLWxpcy1jNC10eHQnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW0JhYnlsb25MaW5rVHlwZURpcmVjdGl2ZV0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tZm8tbGlzLWM0LXR4dC5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24tZm8tbGlzLWM0LXR4dC5jb21wb25lbnQuc2NzcycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25Gb0xpc0M0VHh0Q29tcG9uZW50IGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCwgT25EZXN0cm95IHtcbiAgICBwcml2YXRlIHJlYWRvbmx5IHBsYXRmb3JtSWQgPSBpbmplY3QoUExBVEZPUk1fSUQpO1xuXG4gICAgLy8gZ3VhcmRhbW9zIGxvcyBoYW5kbGVycyBwYXJhIHBvZGVyIHF1aXRhcmxvcyBhbCBjYW1iaWFyIGRlIG1vZG8gLyBkZXN0cnVpclxuICAgIHByaXZhdGUgdGl0bGVDbGlja0hhbmRsZXJzID0gbmV3IE1hcDxIVE1MRWxlbWVudCwgKGV2ZW50OiBFdmVudCkgPT4gdm9pZD4oKTtcblxuICAgIEBJbnB1dCgpIHRleHRzPzogQmFieWxvblRleHRJbmZvSTtcbiAgICBASW5wdXQoKSBtdWx0aW1lZGlhPzogQmFieWxvbk11bHRpbWVkaWFJO1xuICAgIEBJbnB1dCgpIGJ1dHRvbnM/OiBCYWJ5bG9uQnV0dG9uSVtdO1xuICAgIEBJbnB1dCgpIHN0eWxlcz86IEJhYnlsb25TdHlsZUdsb2JhbEl0ZW07XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGVsOiBFbGVtZW50UmVmPEhUTUxFbGVtZW50Pikge31cblxuICAgIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgaWYgKCFpc1BsYXRmb3JtQnJvd3Nlcih0aGlzLnBsYXRmb3JtSWQpKSByZXR1cm47XG4gICAgICAgIHRoaXMuYWN0aXZhckFjb3JkZW9uKCk7XG4gICAgfVxuXG4gICAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIGlmICghaXNQbGF0Zm9ybUJyb3dzZXIodGhpcy5wbGF0Zm9ybUlkKSkgcmV0dXJuO1xuICAgICAgICB0aGlzLmNsZWFuVGl0bGVMaXN0ZW5lcnMoKTtcbiAgICB9XG5cbiAgICBASG9zdExpc3RlbmVyKCd3aW5kb3c6cmVzaXplJylcbiAgICBvblJlc2l6ZSgpOiB2b2lkIHtcbiAgICAgICAgaWYgKCFpc1BsYXRmb3JtQnJvd3Nlcih0aGlzLnBsYXRmb3JtSWQpKSByZXR1cm47XG4gICAgICAgIHRoaXMuYWN0aXZhckFjb3JkZW9uKCk7XG4gICAgfVxuXG4gICAgLyoqIEVxdWl2YWxlbnRlIGEgdHUgZnVuY2nDs24gYWN0aXZhckFjb3JkZW9uKCkgZGUgalF1ZXJ5ICovXG4gICAgcHJpdmF0ZSBhY3RpdmFyQWNvcmRlb24oKTogdm9pZCB7XG4gICAgICAgIGNvbnN0IHJvb3QgPSB0aGlzLmVsLm5hdGl2ZUVsZW1lbnQ7XG5cbiAgICAgICAgY29uc3QgZ3JvdXBzID0gQXJyYXkuZnJvbShcbiAgICAgICAgICAgIHJvb3QucXVlcnlTZWxlY3RvckFsbDxIVE1MRWxlbWVudD4oJy5tLXJpZ2h0IC5tLXN1Ym1lbnUgLm0tZ3JvdXAnKVxuICAgICAgICApO1xuXG4gICAgICAgIGNvbnN0IHBhZ2VzID0gZ3JvdXBzXG4gICAgICAgICAgICAubWFwKChnKSA9PiBnLnF1ZXJ5U2VsZWN0b3I8SFRNTEVsZW1lbnQ+KCcubS1wYWdlcycpKVxuICAgICAgICAgICAgLmZpbHRlcigoZWwpOiBlbCBpcyBIVE1MRWxlbWVudCA9PiAhIWVsKTtcblxuICAgICAgICAvLyBxdWl0YW1vcyBjdWFscXVpZXIgbGlzdGVuZXIgcHJldmlvXG4gICAgICAgIHRoaXMuY2xlYW5UaXRsZUxpc3RlbmVycygpO1xuXG4gICAgICAgIGlmICh3aW5kb3cuaW5uZXJXaWR0aCA8PSAxMDI0KSB7XG4gICAgICAgICAgICAvLyBNT0RPIEFDT1JERcOTTiAobcOzdmlsIC8gdGFibGV0KVxuICAgICAgICAgICAgcGFnZXMuZm9yRWFjaCgocCkgPT4ge1xuICAgICAgICAgICAgICAgIHAuc3R5bGUuZGlzcGxheSA9ICdub25lJztcbiAgICAgICAgICAgIH0pO1xuICAgICAgICAgICAgZ3JvdXBzLmZvckVhY2goKGcpID0+IGcuY2xhc3NMaXN0LnJlbW92ZSgnb3BlbicpKTtcblxuICAgICAgICAgICAgZ3JvdXBzLmZvckVhY2goKGdyb3VwKSA9PiB7XG4gICAgICAgICAgICAgICAgY29uc3QgdGl0bGUgPSBncm91cC5xdWVyeVNlbGVjdG9yPEhUTUxFbGVtZW50PignLm0tdGl0bGUnKTtcbiAgICAgICAgICAgICAgICBjb25zdCBwYWdlc0VsID0gZ3JvdXAucXVlcnlTZWxlY3RvcjxIVE1MRWxlbWVudD4oJy5tLXBhZ2VzJyk7XG4gICAgICAgICAgICAgICAgaWYgKCF0aXRsZSB8fCAhcGFnZXNFbCkgcmV0dXJuO1xuXG4gICAgICAgICAgICAgICAgY29uc3QgaGFuZGxlciA9IChldmVudDogRXZlbnQpID0+IHtcbiAgICAgICAgICAgICAgICAgICAgZXZlbnQucHJldmVudERlZmF1bHQoKTtcblxuICAgICAgICAgICAgICAgICAgICAvLyBjZXJyYXIgbG9zIGRlbcOhcyBncnVwb3NcbiAgICAgICAgICAgICAgICAgICAgZ3JvdXBzLmZvckVhY2goKG90aGVyKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgICAgICBpZiAob3RoZXIgPT09IGdyb3VwKSByZXR1cm47XG4gICAgICAgICAgICAgICAgICAgICAgICBvdGhlci5jbGFzc0xpc3QucmVtb3ZlKCdvcGVuJyk7XG4gICAgICAgICAgICAgICAgICAgICAgICBjb25zdCBvdGhlclBhZ2VzID1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBvdGhlci5xdWVyeVNlbGVjdG9yPEhUTUxFbGVtZW50PignLm0tcGFnZXMnKTtcbiAgICAgICAgICAgICAgICAgICAgICAgIGlmIChvdGhlclBhZ2VzKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgb3RoZXJQYWdlcy5zdHlsZS5kaXNwbGF5ID0gJ25vbmUnO1xuICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICB9KTtcblxuICAgICAgICAgICAgICAgICAgICAvLyBhbHRlcm5hciBlbCBhY3R1YWxcbiAgICAgICAgICAgICAgICAgICAgY29uc3QgaXNPcGVuID0gZ3JvdXAuY2xhc3NMaXN0LmNvbnRhaW5zKCdvcGVuJyk7XG4gICAgICAgICAgICAgICAgICAgIGlmIChpc09wZW4pIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIGdyb3VwLmNsYXNzTGlzdC5yZW1vdmUoJ29wZW4nKTtcbiAgICAgICAgICAgICAgICAgICAgICAgIHBhZ2VzRWwuc3R5bGUuZGlzcGxheSA9ICdub25lJztcbiAgICAgICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIGdyb3VwLmNsYXNzTGlzdC5hZGQoJ29wZW4nKTtcbiAgICAgICAgICAgICAgICAgICAgICAgIHBhZ2VzRWwuc3R5bGUuZGlzcGxheSA9ICdmbGV4JztcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIH07XG5cbiAgICAgICAgICAgICAgICB0aXRsZS5hZGRFdmVudExpc3RlbmVyKCdjbGljaycsIGhhbmRsZXIpO1xuICAgICAgICAgICAgICAgIHRoaXMudGl0bGVDbGlja0hhbmRsZXJzLnNldCh0aXRsZSwgaGFuZGxlcik7XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIC8vIE1PRE8gREVTS1RPUDogdG9kbyB2aXNpYmxlLCBzaW4gYWNvcmRlw7NuXG4gICAgICAgICAgICBwYWdlcy5mb3JFYWNoKChwKSA9PiB7XG4gICAgICAgICAgICAgICAgcC5zdHlsZS5kaXNwbGF5ID0gJyc7IC8vIHZ1ZWx2ZSBhbCBkaXNwbGF5IHBvciBkZWZlY3RvXG4gICAgICAgICAgICB9KTtcbiAgICAgICAgICAgIGdyb3Vwcy5mb3JFYWNoKChnKSA9PiBnLmNsYXNzTGlzdC5yZW1vdmUoJ29wZW4nKSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvKiogRWxpbWluYSB0b2RvcyBsb3MgbGlzdGVuZXJzIGRlIGxvcyB0w610dWxvcyAqL1xuICAgIHByaXZhdGUgY2xlYW5UaXRsZUxpc3RlbmVycygpOiB2b2lkIHtcbiAgICAgICAgdGhpcy50aXRsZUNsaWNrSGFuZGxlcnMuZm9yRWFjaCgoaGFuZGxlciwgZWwpID0+IHtcbiAgICAgICAgICAgIGVsLnJlbW92ZUV2ZW50TGlzdGVuZXIoJ2NsaWNrJywgaGFuZGxlcik7XG4gICAgICAgIH0pO1xuICAgICAgICB0aGlzLnRpdGxlQ2xpY2tIYW5kbGVycy5jbGVhcigpO1xuICAgIH1cblxuICAgIC8qKiBFcXVpdmFsZW50ZSBhIHNjcm9sbHRvcEZvb3RlcigpICovXG4gICAgc2Nyb2xsVG9wRm9vdGVyKCk6IHZvaWQge1xuICAgICAgICBpZiAoIWlzUGxhdGZvcm1Ccm93c2VyKHRoaXMucGxhdGZvcm1JZCkpIHJldHVybjtcblxuICAgICAgICB3aW5kb3cuc2Nyb2xsVG8oe1xuICAgICAgICAgICAgdG9wOiAwLFxuICAgICAgICAgICAgYmVoYXZpb3I6ICdzbW9vdGgnLFxuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBnZXRCdXR0b25zQnlPcmRlcihvcmRlcjogc3RyaW5nKSB7XG4gICAgICAgIGxldCBidXR0b25MaXN0OiBCYWJ5bG9uQnV0dG9uSVtdID0gW107XG4gICAgICAgIHRoaXMuYnV0dG9ucz8ubWFwKChidG46IEJhYnlsb25CdXR0b25JKSA9PiB7XG4gICAgICAgICAgICBpZiAoYnRuLm9yZGVyID09PSBvcmRlcikge1xuICAgICAgICAgICAgICAgIGJ1dHRvbkxpc3QucHVzaChidG4pO1xuICAgICAgICAgICAgfVxuICAgICAgICB9KTtcbiAgICAgICAgcmV0dXJuIGJ1dHRvbkxpc3Q7XG4gICAgfVxufVxuIiwiPCEtLSBjb24gbGEgY2xhc2UgcHQtMCBwb2RlbW9zIGVsaW1pbmFyIGVsIGVzcGFjaW8gc3VwZXJpb3IsIHlhIHF1ZSBhIHZlY2VzIHNlIG5lY2VzaXRhIHBvciBkaXNlw7FvIC0tPlxuQGlmIChidXR0b25zKSB7XG4gICAgPHNlY3Rpb24gY2xhc3M9XCJtZGwtZm9vdGVyIHB0LTBcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIm1kbC1jb250YWluZXJcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLXRvcFwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLWxlZnRcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tZ3JvdXBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAodGV4dHM/LmNvbnRhY3R0aXRsZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cIm0tdGl0bGVcIj57eyB0ZXh0cz8uY29udGFjdHRpdGxlIH19PC9oMj5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLXBhZ2VzXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmICh0ZXh0cz8uY29udGFjdEVtYWlsKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCInbWFpbHRvOicgKyB0ZXh0cz8uY29udGFjdEVtYWlsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwibS1wYWdlIG0tdW5kZXJsaW5lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwidGV4dHM/LmNvbnRhY3RFbWFpbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3R5bGUuLS1ob3Zlci1jb2xvcl09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHlsZXM/LnByaW1hcnlIb3ZlciA/P1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlcz8ucHJpbWFyeSA/P1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICcjZWQzYjM3J1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgdGV4dHM/LmNvbnRhY3RFbWFpbCB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAodGV4dHM/LmNvbnRhY3RUZWwpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtocmVmXT1cIid0ZWw6JyArIHRleHRzPy5jb250YWN0VGVsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwibS1wYWdlIG0tdW5kZXJsaW5lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwidGV4dHM/LmNvbnRhY3RUZWxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3N0eWxlLi0taG92ZXItY29sb3JdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc3R5bGVzPy5wcmltYXJ5SG92ZXIgPz9cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHlsZXM/LnByaW1hcnkgPz9cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAnI2VkM2IzNydcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+VC4ge3sgdGV4dHM/LmNvbnRhY3RUZWwgfX08L2FcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1ncm91cFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgQGlmICh0ZXh0cz8uY29udGFjdE9mZmljZVRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgyIGNsYXNzPVwibS10aXRsZVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyB0ZXh0cz8uY29udGFjdE9mZmljZVRpdGxlIH19XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9oMj5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLXBhZ2VzXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmICh0ZXh0cz8uY29udGFjdE9mZmljZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiJ21haWx0bzonICsgdGV4dHM/LmNvbnRhY3RPZmZpY2VcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJtLXBhZ2UgbS11bmRlcmxpbmVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJ0ZXh0cz8uY29udGFjdE9mZmljZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3R5bGUuLS1ob3Zlci1jb2xvcl09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHlsZXM/LnByaW1hcnlIb3ZlciA/P1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlcz8ucHJpbWFyeSA/P1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICcjZWQzYjM3J1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyB0ZXh0cz8uY29udGFjdE9mZmljZSB9fTwvYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tcmlnaHRcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tc3VibWVudVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tZ3JvdXBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdC1pY29uXCI+PC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmICh0ZXh0cz8uZ3J1cG9UaXRsZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJtLXRpdGxlXCI+e3sgdGV4dHM/LmdydXBvVGl0bGUgfX08L2gyPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1wYWdlc1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGl0ZW0gb2YgZ2V0QnV0dG9uc0J5T3JkZXIoJzEnKTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRyYWNrICRpbmRleFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICApIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiaXRlbS51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtsaW5rVHlwZV09XCJpdGVtLmxpbmtUeXBlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cIm0tcGFnZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcm9sZT1cImxpbmtcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiaXRlbS5sYWJlbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3N0eWxlLi0taG92ZXItY29sb3JdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlcz8ucHJpbWFyeUhvdmVyID8/XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlcz8ucHJpbWFyeSA/P1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAnI2VkM2IzNydcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyBpdGVtLmxhYmVsIH19PC9hXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tZ3JvdXBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdC1pY29uXCI+PC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmICh0ZXh0cz8uYWJvdXRUaXRsZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJtLXRpdGxlXCI+e3sgdGV4dHM/LmFib3V0VGl0bGUgfX08L2gyPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1wYWdlc1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGl0ZW0gb2YgZ2V0QnV0dG9uc0J5T3JkZXIoJzInKTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRyYWNrICRpbmRleFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICApIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiaXRlbS51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtsaW5rVHlwZV09XCJpdGVtLmxpbmtUeXBlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cIm0tcGFnZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcm9sZT1cImxpbmtcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiaXRlbS5sYWJlbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3N0eWxlLi0taG92ZXItY29sb3JdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlcz8ucHJpbWFyeUhvdmVyID8/XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlcz8ucHJpbWFyeSA/P1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAnI2VkM2IzNydcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyBpdGVtLmxhYmVsIH19PC9hXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tZ3JvdXBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdC1pY29uXCI+PC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmICh0ZXh0cz8uaGVscFRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cIm0tdGl0bGVcIj57eyB0ZXh0cz8uaGVscFRpdGxlIH19PC9oMj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tcGFnZXNcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAoXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpdGVtIG9mIGdldEJ1dHRvbnNCeU9yZGVyKCczJyk7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFjayAkaW5kZXhcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtocmVmXT1cIml0ZW0udXJsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwiaXRlbS5saW5rVHlwZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJtLXBhZ2VcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJvbGU9XCJsaW5rXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cIml0ZW0ubGFiZWxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtzdHlsZS4tLWhvdmVyLWNvbG9yXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHlsZXM/LnByaW1hcnlIb3ZlciA/P1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHlsZXM/LnByaW1hcnkgPz9cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgJyNlZDNiMzcnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+e3sgaXRlbS5sYWJlbCB9fTwvYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAgICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJtLXNjcm9sbHRvcFwiXG4gICAgICAgICAgICAgICAgICAgICAgICBhcmlhLWxhYmVsPVwiU2Nyb2xsIHRvIHRvcFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwic2Nyb2xsVG9wRm9vdGVyKClcIlxuICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHRleHRzPy5zY3JvbGx0ZXh0KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tdGV4dFwiPnt7IHRleHRzPy5zY3JvbGx0ZXh0IH19PC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3ZnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgd2lkdGg9XCI0NFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgaGVpZ2h0PVwiNDRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHZpZXdCb3g9XCIwIDAgNDQgNDRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGw9XCJub25lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkPVwiTTIyIDQ0QzkuODQ5NzQgNDQgMCAzNC4xNTAzIDAgMjJDMCA5Ljg0OTc0IDkuODQ5NzQgMCAyMiAwQzM0LjE1MDMgMCA0NCA5Ljg0OTc0IDQ0IDIyQzQ0IDM0LjE1MDMgMzQuMTUwMyA0NCAyMiA0NFpcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5maWxsXT1cInN0eWxlcz8ucHJpbWFyeSA/PyAnI0ZGNDMzOCdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZD1cIk0yMiA0M0MxMC40MDIgNDMgMSAzMy41OTggMSAyMkMxIDEwLjQwMiAxMC40MDIgMSAyMiAxQzMzLjU5OCAxIDQzIDEwLjQwMiA0MyAyMkM0MyAzMy41OTggMzMuNTk4IDQzIDIyIDQzWlwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmZpbGxdPVwic3R5bGVzPy5wcmltYXJ5ID8/ICcjRkY0MzM4J1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkPVwiTTIxLjI3NTcgMTguMTMzTDE2LjIyMzcgMjMuMjExQzE2LjA0MiAyMy4zOTM2IDE1Ljk0MDMgMjMuNjQwOSAxNS45NDEgMjMuODk4NEMxNS45NDE2IDI0LjE1NiAxNi4wNDQ2IDI0LjQwMjggMTYuMjI3MiAyNC41ODQ1QzE2LjQwOTggMjQuNzY2MSAxNi42NTcxIDI0Ljg2NzggMTYuOTE0NiAyNC44NjcyQzE3LjE3MjIgMjQuODY2NSAxNy40MTkgMjQuNzYzNiAxNy42MDA3IDI0LjU4MUwyMS45NDk3IDIwLjE4MUwyNi4zMjQ3IDI0LjU3OEMyNi41MDYzIDI0Ljc2MDYgMjYuNzUzMSAyNC44NjM1IDI3LjAxMDcgMjQuODY0MkMyNy4yNjgzIDI0Ljg2NDggMjcuNTE1NiAyNC43NjMxIDI3LjY5ODIgMjQuNTgxNUMyNy44ODA4IDI0LjM5OTggMjcuOTgzNyAyNC4xNTMgMjcuOTg0NCAyMy44OTU0QzI3Ljk4NSAyMy42Mzc5IDI3Ljg4MzMgMjMuMzkwNiAyNy43MDE3IDIzLjIwOEwyMi42NTE3IDE4LjEzMkMyMi40NjkxIDE3Ljk0OTYgMjIuMjIxNSAxNy44NDczIDIxLjk2MzUgMTcuODQ3NUMyMS43MDU0IDE3Ljg0NzcgMjEuNDU4IDE3Ljk1MDQgMjEuMjc1NyAxOC4xMzNaXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZmlsbD1cIndoaXRlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1ib3R0b21cIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1sZWZ0XCI+XG4gICAgICAgICAgICAgICAgICAgIEBpZiAobXVsdGltZWRpYT8uaW1hZ2VuZXM/LlswXTsgYXMgaW1nKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICA8aW1nIFtzcmNdPVwiaW1nLmltZz8uc3JjXCIgW2FsdF09XCJpbWcuaW1nPy5hbHRcIiAvPlxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIEBpZiAodGV4dHM/LmNvcHlyaWdodHRleHQpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPnt7IHRleHRzPy5jb3B5cmlnaHR0ZXh0IH19PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tcmlnaHRcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0tbGVnYWxcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKGl0ZW0gb2YgZ2V0QnV0dG9uc0J5T3JkZXIoJzQnKTsgdHJhY2sgJGluZGV4KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiaXRlbS51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwiaXRlbS5saW5rVHlwZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwibS1wYWdlIG0tdW5kZXJsaW5lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcm9sZT1cImxpbmtcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cIml0ZW0ubGFiZWxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3R5bGUuLS1ob3Zlci1jb2xvcl09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlcz8ucHJpbWFyeUhvdmVyID8/XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHlsZXM/LnByaW1hcnkgPz9cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICcjZWQzYjM3J1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+e3sgaXRlbS5sYWJlbCB9fTwvYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9zZWN0aW9uPlxufVxuXG5AaWYgKCFzdHlsZXMpIHtcbiAgICA8c2VjdGlvbiBjbGFzcz1cIm1kbC1kZWNvcmF0aW9uXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJyZWRcIj48L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImJsdWVcIj48L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImdyZWVuXCI+PC9kaXY+XG4gICAgPC9zZWN0aW9uPlxufSBAZWxzZSB7XG4gICAgPHNlY3Rpb25cbiAgICAgICAgY2xhc3M9XCJtZGwtZGVjb3JhdGlvbiB1bmljb2xvclwiXG4gICAgICAgIFtzdHlsZS5iYWNrZ3JvdW5kLWNvbG9yXT1cInN0eWxlcy5wcmltYXJ5XCJcbiAgICA+PC9zZWN0aW9uPlxufVxuIl19