@posiwise/public-modules 0.0.135 → 0.0.6654

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 (95) hide show
  1. package/esm2022/index.mjs +53 -0
  2. package/esm2022/lib/config/constant.mjs +87 -0
  3. package/esm2022/lib/error-page/error-page.component.mjs +23 -0
  4. package/esm2022/lib/incidents-status/incidents-status.component.mjs +36 -0
  5. package/esm2022/lib/landing-pages/hiring/careers/careers.component.mjs +42 -0
  6. package/esm2022/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.mjs +90 -0
  7. package/esm2022/lib/landing-pages/hiring/careers-explainer/careers-explainer.component.mjs +12 -0
  8. package/esm2022/lib/landing-pages/landing-page/landing-page.component.mjs +60 -0
  9. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-about-us/landing-page-about-us.component.mjs +12 -0
  10. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.mjs +18 -0
  11. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.mjs +18 -0
  12. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-change-adapt/landing-page-change-adapt.component.mjs +12 -0
  13. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.mjs +95 -0
  14. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.mjs +29 -0
  15. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.mjs +21 -0
  16. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-innovate/landing-page-innovate.component.mjs +11 -0
  17. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.mjs +41 -0
  18. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-services/landing-page-services.component.mjs +12 -0
  19. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.mjs +88 -0
  20. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-team/landing-page-team.component.mjs +12 -0
  21. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-testimonials/landing-page-testimonials.component.mjs +12 -0
  22. package/esm2022/lib/landing-pages/landing-page/sections/main-explainer/main-explainer.component.mjs +12 -0
  23. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-about-us-b/landing-page-about-us-b.component.mjs +12 -0
  24. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-banner-b/landing-page-banner-b.component.mjs +18 -0
  25. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-change-adapt-b/landing-page-change-adapt-b.component.mjs +12 -0
  26. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.mjs +95 -0
  27. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.mjs +21 -0
  28. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-innovate-b/landing-page-innovate-b.component.mjs +11 -0
  29. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.mjs +44 -0
  30. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-services-b/landing-page-services-b.component.mjs +12 -0
  31. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.mjs +88 -0
  32. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-team-b/landing-page-team-b.component.mjs +12 -0
  33. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-testimonials-b/landing-page-testimonials-b.component.mjs +12 -0
  34. package/esm2022/lib/landing-pages/landing-page/sections-b/main-explainer-b/main-explainer-b.component.mjs +12 -0
  35. package/esm2022/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.mjs +40 -0
  36. package/esm2022/lib/landing-pages/tech-features/core-feature-explainer/core-feature-explainer.component.mjs +12 -0
  37. package/esm2022/lib/landing-pages/tech-features/core-features/core-features.component.mjs +42 -0
  38. package/esm2022/lib/landing-pages/tech-features/customer-success/customer-success.component.mjs +40 -0
  39. package/esm2022/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.mjs +40 -0
  40. package/esm2022/lib/landing-pages/tech-features/ip-management/ip-management.component.mjs +40 -0
  41. package/esm2022/lib/landing-pages/tech-features/payments/payments.component.mjs +40 -0
  42. package/esm2022/lib/landing-pages/tech-features/security/security.component.mjs +40 -0
  43. package/esm2022/lib/landing-pages/tech-features/ui-builder/ui-builder.component.mjs +40 -0
  44. package/esm2022/lib/landing-pages/tech-features/user-management/user-management.component.mjs +40 -0
  45. package/esm2022/lib/landing-pages/ventures/venture/venture.component.mjs +42 -0
  46. package/esm2022/lib/landing-pages/ventures/venture-explainer/venture-explainer.component.mjs +12 -0
  47. package/esm2022/lib/lock-screen/lock-screen-page.component.mjs +20 -0
  48. package/esm2022/lib/maintenance/maintenance-page.component.mjs +12 -0
  49. package/esm2022/lib/notfound-page/notfound-page.component.mjs +13 -0
  50. package/esm2022/lib/public.module.mjs +218 -0
  51. package/esm2022/posiwise-public-modules.mjs +5 -0
  52. package/fesm2022/posiwise-public-modules.mjs +833 -1171
  53. package/fesm2022/posiwise-public-modules.mjs.map +1 -1
  54. package/index.d.ts +1 -9
  55. package/lib/config/constant.d.ts +0 -1
  56. package/lib/error-page/error-page.component.d.ts +1 -1
  57. package/lib/incidents-status/incidents-status.component.d.ts +4 -14
  58. package/lib/landing-pages/hiring/careers/careers.component.d.ts +1 -1
  59. package/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.d.ts +19 -5
  60. package/lib/landing-pages/landing-page/landing-page.component.d.ts +6 -7
  61. package/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.d.ts +1 -6
  62. package/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.d.ts +7 -0
  63. package/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.d.ts +6 -6
  64. package/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.d.ts +1 -1
  65. package/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.d.ts +0 -2
  66. package/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.d.ts +4 -2
  67. package/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.d.ts +6 -6
  68. package/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.d.ts +6 -6
  69. package/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.d.ts +0 -2
  70. package/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.d.ts +4 -2
  71. package/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.d.ts +5 -5
  72. package/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.d.ts +9 -5
  73. package/lib/landing-pages/tech-features/core-features/core-features.component.d.ts +11 -6
  74. package/lib/landing-pages/tech-features/customer-success/customer-success.component.d.ts +9 -5
  75. package/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.d.ts +10 -4
  76. package/lib/landing-pages/tech-features/ip-management/ip-management.component.d.ts +10 -4
  77. package/lib/landing-pages/tech-features/payments/payments.component.d.ts +10 -4
  78. package/lib/landing-pages/tech-features/security/security.component.d.ts +10 -4
  79. package/lib/landing-pages/tech-features/ui-builder/ui-builder.component.d.ts +10 -4
  80. package/lib/landing-pages/tech-features/user-management/user-management.component.d.ts +10 -4
  81. package/lib/landing-pages/ventures/venture/venture.component.d.ts +1 -1
  82. package/lib/maintenance/maintenance-page.component.d.ts +2 -6
  83. package/lib/public.module.d.ts +56 -26
  84. package/package.json +5 -3
  85. package/lib/ab-test/ab-alternative/ab-alternative.component.d.ts +0 -16
  86. package/lib/ab-test/ab-test-container/ab-test-container.component.d.ts +0 -19
  87. package/lib/ab-test/ab-test.interface.d.ts +0 -9
  88. package/lib/ab-test/ab-test.module.d.ts +0 -13
  89. package/lib/error-status-pages.module.d.ts +0 -21
  90. package/lib/geo-template/geo-template.component.d.ts +0 -12
  91. package/lib/landing-page-shared.module.d.ts +0 -48
  92. package/lib/landing-pages/base/base-contact-form.component.d.ts +0 -26
  93. package/lib/landing-pages/base/base-landing-page.component.d.ts +0 -17
  94. package/lib/landing-pages/tech-features/base-tech-feature.component.d.ts +0 -19
  95. package/lib/resource-meetings/resource-meetings.component.d.ts +0 -18
@@ -0,0 +1,42 @@
1
+ import { Component, Injector } from '@angular/core';
2
+ import { HYPER_DASHBOARD_KEYS } from '../../../config/constant';
3
+ import { AppBaseComponent } from '@posiwise/app-base-component';
4
+ import { AuthService } from '@posiwise/common-services';
5
+ import { HelperService } from '@posiwise/helper-service';
6
+ import * as i0 from "@angular/core";
7
+ import * as i1 from "@posiwise/common-services";
8
+ import * as i2 from "@posiwise/directives";
9
+ import * as i3 from "@angular/router";
10
+ import * as i4 from "@posiwise/shared-components";
11
+ import * as i5 from "../../landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component";
12
+ import * as i6 from "../../landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component";
13
+ import * as i7 from "../core-feature-explainer/core-feature-explainer.component";
14
+ export class CoreFeaturesComponent extends AppBaseComponent {
15
+ constructor(authService, injector) {
16
+ super(injector);
17
+ this.authService = authService;
18
+ this.productKey = HYPER_DASHBOARD_KEYS.Dashboard_Demo1;
19
+ this.landing = false;
20
+ this.masterProductId = this.appConfig.master_subscription.product_id;
21
+ this.sourceId = 3;
22
+ this.subject = 'SaaS Factory Platform Contact Request';
23
+ }
24
+ ngOnInit() {
25
+ // Redirect user to the home if its already logged in
26
+ this.authService.getToken$().subscribe(tok => {
27
+ if (tok && typeof tok === 'string') {
28
+ this.router.navigate(['home']);
29
+ }
30
+ });
31
+ }
32
+ ngAfterViewInit() {
33
+ HelperService.changeTitleText();
34
+ }
35
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CoreFeaturesComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
36
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: CoreFeaturesComponent, selector: "pw-core-features", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<!-- core features -->\n<div class=\"tech-features-wrapper\">\n <!-- header section blinking text -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Build the next great app<br />\n -\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['quickly', '90% cheaper', 'effectively']\"></span>\n <span class=\"blinking-cursor\">|</span> - <br />with our SaaS Factory Platform\n </h1>\n <h3 class=\"my-5\">\n We have built a platform with dozens of plug-and-play services that we can utilize\n to create <br />great API-driven dashboard-like products with you.\n </h3>\n </div>\n </section>\n <!-- whitelabel interface -->\n <section class=\"whitelabel-interface\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Customizable user interface</h2>\n <p>\n Start by defining your desired look and feel and then build any custom\n functionalities\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Your branded landing\n page to start showcasing your solution\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Custom subdomain and\n website URL\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Branding images and\n logos everywhere you need them\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Out of the box login and\n registration pages\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Blog pages available and\n easily customizable\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Newsletter registration\n and leads follow up management\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Dedicated mobile app\n with in-app browser available\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/user-interface-builder\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/white-label/white-label-2b.png\"\n alt=\"UI Builder\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- user-management -->\n <section class=\"user-management testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/user-management/user-management-1b.png\"\n alt=\"User Management\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>User management</h2>\n <p>User authentication and authorization in one central place</p>\n <ul class=\"list-unstyled\">\n <li><span class=\"icon-check branding-color\"></span> User listing</li>\n <li>\n <span class=\"icon-check branding-color\"></span> User property management\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Enable/Disable users\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Create/Invite new users\n </li>\n <li><span class=\"icon-check branding-color\"></span> Social logins</li>\n <li><span class=\"icon-check branding-color\"></span> Session control</li>\n <li><span class=\"icon-check branding-color\"></span> Password management</li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/user-management\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n <!-- enterprise -->\n <section class=\"enterprise-management\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Enterprise accounts</h2>\n <p>Enterprise admins can manage billing and resource usage easily</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Add and remove members\n in a few simple steps\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Allocate members to\n teams for increased control and visibility\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Document essential\n processes for your enterprise\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Send any communication\n to your enterprise members\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Define custom roles and\n permissions\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Manage authorizations\n with members' roles\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/enterprise-management\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/enterprise-management/enterprise-management-1b.png\"\n alt=\"Enterprise accounts management\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- communication -->\n <section class=\"communication-and-notifications testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/communications/communications-1b.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Communications and notifications</h2>\n <p>State of the art communication technology available</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Display essential\n notifications on the users' dashboard\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Enable communication\n with the chat messaging system\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Display nicely formatted\n pop-ups on given API events\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Send custom\n communications with the newsletter feature\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Push notifications to\n the desktop or mobile app\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/communication-and-notifications\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n <!--customer success -->\n <section class=\"customer-success\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Customer Success</h2>\n <p>All the functionalities of a CRM on the get-go</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Handle newsletter\n subscriptions\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Track leads and users\n engagement\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your net\n promoter score (NPS)\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Integrated ticketing\n system to manage users' requests\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Let users define their\n settings and preferences\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Chat widget integration\n for 24/7 customer support\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/customer-success\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/customer-success/customer-success-1b.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- your code your ip -->\n <section class=\"your-code-your-ip testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/data-and-ip/data-n-ip-1b.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Your code, your data, your IP</h2>\n <p>The right know-how and tools at your fingertip with no lock-in contract</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> We take care of\n infrastructure security and scalability\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We keep adding new\n features to help you build effectively\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> You can focus on\n building your solution\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> You can join and leave\n our platform anytime\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> You take your code and\n data with you when you leave\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> The data and IP you've\n created belongs to you\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/your-code-your-ip\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n <!-- mobile first -->\n <section class=\"mobile-first\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Mobile first</h2>\n <p>\n The mobile-first approach organically leads to a design that\u2019s more\n content-focused, and therefore user-focused\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> All features we build\n are optimized for mobile resolutions\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> You get an iOS and\n Android mobile app on day one\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We can build the\n required native features on your mobile app\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We can push live\n notifications to iOS and Android\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We ensure the user\n experience is optimum on both desktop and mobile\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/mobile-first\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/mobile-first/mobile-first1b.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- core features end -->\n\n<!-- core feature explainer -->\n<section class=\"testimonial-bg\">\n <pw-core-feature-explainer></pw-core-feature-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe-b [sourceId]=\"sourceId\"\n [gaEventObj]=\"{\n category: 'pw-core-features-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-subscribe-b>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact-b [gaEventObj]=\"{\n category: 'pw-core-features-contact-us',\n action: 'contact-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-contact-b>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer-b></pw-landing-page-footer-b>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:rgb(255,255,255) url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:rgb(248,249,250);border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:rgb(248,249,250);border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.msp-container{padding:0!important}.msp-container .register-container{min-height:100vh!important}.msp-container .services{padding:0}.msp-container .services .service-points{font-size:18px;line-height:1.15em}.msp-container .branding-color{color:#fff}.msp-container .product-features ul li{color:#fff!important;margin:0 0 15px}.msp-container .register-outer{background:linear-gradient(var(--first),var(--second))}.msp-container .register-outer h1,.msp-container .register-outer h2,.msp-container .register-outer h3,.msp-container .register-outer p{color:#fff!important}.msp-container .register-right .tab-content{border-top:6px solid var(--first)}.msp-container .register-right .tab-content h3{color:var(--first);font-weight:700}.msp-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media (max-width: 991px){.services{padding:25px 0}}@media only screen and (max-width: 768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width: 768px){.register-left{padding-right:40px}}@media only screen and (max-width: 480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width: 769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width: 768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width: 575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media (min-width: 768px) and (max-width: 768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media (min-width: 769px) and (max-width: 820px){.register-outer{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px) and (max-width: 1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-cloudolive-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media (min-width: 1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media (min-width: 1800px){.register-container{max-width:73%}}@media (min-width: 2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 20px!important}.cloudolive-header h1,.blinking-text-wrapper h1{color:#45d292}.cloudolive-header h3,.blinking-text-wrapper h3,.cloudolive-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.cloudolive-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media (max-width: 768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:white url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}.see-more a{display:inline-block;font-size:18px}.see-more .disable-link{cursor:default;pointer-events:none}h3{color:#222!important}::ng-deep .login-button a{background:var(--second)}::ng-deep .login-button a:hover{color:var(--second)!important}::ng-deep .subscribe-btn{background:var(--first)}::ng-deep .subscribe-btn:hover{color:var(--first)!important}::ng-deep .contact-btn{background:var(--third)}::ng-deep .contact-btn:hover{color:var(--third)!important}\n"], dependencies: [{ kind: "directive", type: i2.LazyImgDirective, selector: "img" }, { kind: "directive", type: i3.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: i4.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: i4.LandingPageFooterBComponent, selector: "pw-landing-page-footer-b" }, { kind: "component", type: i5.LandingPageSubscribeBComponent, selector: "pw-landing-page-subscribe-b", inputs: ["sourceId", "gaEventObj"] }, { kind: "component", type: i6.LandingPageContactBComponent, selector: "pw-landing-page-contact-b", inputs: ["gaEventObj"] }, { kind: "component", type: i7.CoreFeatureExplainerComponent, selector: "pw-core-feature-explainer" }] }); }
37
+ }
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CoreFeaturesComponent, decorators: [{
39
+ type: Component,
40
+ args: [{ selector: 'pw-core-features', template: "<pw-header [landing]=\"landing\"></pw-header>\n<!-- core features -->\n<div class=\"tech-features-wrapper\">\n <!-- header section blinking text -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Build the next great app<br />\n -\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['quickly', '90% cheaper', 'effectively']\"></span>\n <span class=\"blinking-cursor\">|</span> - <br />with our SaaS Factory Platform\n </h1>\n <h3 class=\"my-5\">\n We have built a platform with dozens of plug-and-play services that we can utilize\n to create <br />great API-driven dashboard-like products with you.\n </h3>\n </div>\n </section>\n <!-- whitelabel interface -->\n <section class=\"whitelabel-interface\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Customizable user interface</h2>\n <p>\n Start by defining your desired look and feel and then build any custom\n functionalities\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Your branded landing\n page to start showcasing your solution\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Custom subdomain and\n website URL\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Branding images and\n logos everywhere you need them\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Out of the box login and\n registration pages\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Blog pages available and\n easily customizable\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Newsletter registration\n and leads follow up management\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Dedicated mobile app\n with in-app browser available\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/user-interface-builder\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/white-label/white-label-2b.png\"\n alt=\"UI Builder\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- user-management -->\n <section class=\"user-management testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/user-management/user-management-1b.png\"\n alt=\"User Management\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>User management</h2>\n <p>User authentication and authorization in one central place</p>\n <ul class=\"list-unstyled\">\n <li><span class=\"icon-check branding-color\"></span> User listing</li>\n <li>\n <span class=\"icon-check branding-color\"></span> User property management\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Enable/Disable users\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Create/Invite new users\n </li>\n <li><span class=\"icon-check branding-color\"></span> Social logins</li>\n <li><span class=\"icon-check branding-color\"></span> Session control</li>\n <li><span class=\"icon-check branding-color\"></span> Password management</li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/user-management\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n <!-- enterprise -->\n <section class=\"enterprise-management\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Enterprise accounts</h2>\n <p>Enterprise admins can manage billing and resource usage easily</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Add and remove members\n in a few simple steps\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Allocate members to\n teams for increased control and visibility\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Document essential\n processes for your enterprise\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Send any communication\n to your enterprise members\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Define custom roles and\n permissions\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Manage authorizations\n with members' roles\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/enterprise-management\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/enterprise-management/enterprise-management-1b.png\"\n alt=\"Enterprise accounts management\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- communication -->\n <section class=\"communication-and-notifications testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/communications/communications-1b.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Communications and notifications</h2>\n <p>State of the art communication technology available</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Display essential\n notifications on the users' dashboard\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Enable communication\n with the chat messaging system\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Display nicely formatted\n pop-ups on given API events\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Send custom\n communications with the newsletter feature\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Push notifications to\n the desktop or mobile app\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/communication-and-notifications\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n <!--customer success -->\n <section class=\"customer-success\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Customer Success</h2>\n <p>All the functionalities of a CRM on the get-go</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Handle newsletter\n subscriptions\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Track leads and users\n engagement\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your net\n promoter score (NPS)\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Integrated ticketing\n system to manage users' requests\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Let users define their\n settings and preferences\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Chat widget integration\n for 24/7 customer support\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/customer-success\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/customer-success/customer-success-1b.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- your code your ip -->\n <section class=\"your-code-your-ip testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/data-and-ip/data-n-ip-1b.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Your code, your data, your IP</h2>\n <p>The right know-how and tools at your fingertip with no lock-in contract</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> We take care of\n infrastructure security and scalability\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We keep adding new\n features to help you build effectively\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> You can focus on\n building your solution\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> You can join and leave\n our platform anytime\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> You take your code and\n data with you when you leave\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> The data and IP you've\n created belongs to you\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/your-code-your-ip\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n <!-- mobile first -->\n <section class=\"mobile-first\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Mobile first</h2>\n <p>\n The mobile-first approach organically leads to a design that\u2019s more\n content-focused, and therefore user-focused\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> All features we build\n are optimized for mobile resolutions\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> You get an iOS and\n Android mobile app on day one\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We can build the\n required native features on your mobile app\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We can push live\n notifications to iOS and Android\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We ensure the user\n experience is optimum on both desktop and mobile\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/mobile-first\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/mobile-first/mobile-first1b.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- core features end -->\n\n<!-- core feature explainer -->\n<section class=\"testimonial-bg\">\n <pw-core-feature-explainer></pw-core-feature-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe-b [sourceId]=\"sourceId\"\n [gaEventObj]=\"{\n category: 'pw-core-features-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-subscribe-b>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact-b [gaEventObj]=\"{\n category: 'pw-core-features-contact-us',\n action: 'contact-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-contact-b>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer-b></pw-landing-page-footer-b>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:rgb(255,255,255) url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:rgb(248,249,250);border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:rgb(248,249,250);border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.msp-container{padding:0!important}.msp-container .register-container{min-height:100vh!important}.msp-container .services{padding:0}.msp-container .services .service-points{font-size:18px;line-height:1.15em}.msp-container .branding-color{color:#fff}.msp-container .product-features ul li{color:#fff!important;margin:0 0 15px}.msp-container .register-outer{background:linear-gradient(var(--first),var(--second))}.msp-container .register-outer h1,.msp-container .register-outer h2,.msp-container .register-outer h3,.msp-container .register-outer p{color:#fff!important}.msp-container .register-right .tab-content{border-top:6px solid var(--first)}.msp-container .register-right .tab-content h3{color:var(--first);font-weight:700}.msp-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media (max-width: 991px){.services{padding:25px 0}}@media only screen and (max-width: 768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width: 768px){.register-left{padding-right:40px}}@media only screen and (max-width: 480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width: 769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width: 768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width: 575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media (min-width: 768px) and (max-width: 768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media (min-width: 769px) and (max-width: 820px){.register-outer{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px) and (max-width: 1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-cloudolive-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media (min-width: 1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media (min-width: 1800px){.register-container{max-width:73%}}@media (min-width: 2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 20px!important}.cloudolive-header h1,.blinking-text-wrapper h1{color:#45d292}.cloudolive-header h3,.blinking-text-wrapper h3,.cloudolive-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.cloudolive-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media (max-width: 768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:white url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}.see-more a{display:inline-block;font-size:18px}.see-more .disable-link{cursor:default;pointer-events:none}h3{color:#222!important}::ng-deep .login-button a{background:var(--second)}::ng-deep .login-button a:hover{color:var(--second)!important}::ng-deep .subscribe-btn{background:var(--first)}::ng-deep .subscribe-btn:hover{color:var(--first)!important}::ng-deep .contact-btn{background:var(--third)}::ng-deep .contact-btn:hover{color:var(--third)!important}\n"] }]
41
+ }], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
42
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29yZS1mZWF0dXJlcy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL2NvcmUtZmVhdHVyZXMvY29yZS1mZWF0dXJlcy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL2NvcmUtZmVhdHVyZXMvY29yZS1mZWF0dXJlcy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQWlCLFNBQVMsRUFBRSxRQUFRLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDM0UsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFFaEUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDaEUsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3hELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7Ozs7Ozs7O0FBT3pELE1BQU0sT0FBTyxxQkFBc0IsU0FBUSxnQkFBZ0I7SUFXdkQsWUFBb0IsV0FBd0IsRUFBRSxRQUFrQjtRQUM1RCxLQUFLLENBQUMsUUFBUSxDQUFDLENBQUM7UUFEQSxnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQVI1QyxlQUFVLEdBQUcsb0JBQW9CLENBQUMsZUFBZSxDQUFDO1FBRWxELFlBQU8sR0FBRyxLQUFLLENBQUM7UUFFaEIsb0JBQWUsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLG1CQUFtQixDQUFDLFVBQVUsQ0FBQztRQUVoRSxhQUFRLEdBQUcsQ0FBQyxDQUFDO1FBS1QsSUFBSSxDQUFDLE9BQU8sR0FBRyx1Q0FBdUMsQ0FBQztJQUMzRCxDQUFDO0lBRUQsUUFBUTtRQUNKLHFEQUFxRDtRQUNyRCxJQUFJLENBQUMsV0FBVyxDQUFDLFNBQVMsRUFBRSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsRUFBRTtZQUN6QyxJQUFJLEdBQUcsSUFBSSxPQUFPLEdBQUcsS0FBSyxRQUFRLEVBQUU7Z0JBQ2hDLElBQUksQ0FBQyxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQzthQUNsQztRQUNMLENBQUMsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVELGVBQWU7UUFDWCxhQUFhLENBQUMsZUFBZSxFQUFFLENBQUM7SUFDcEMsQ0FBQzs4R0E1QlEscUJBQXFCO2tHQUFyQixxQkFBcUIsK0VDWmxDLDR6ZEE2WEE7OzJGRGpYYSxxQkFBcUI7a0JBTGpDLFNBQVM7K0JBQ0ksa0JBQWtCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQWZ0ZXJWaWV3SW5pdCwgQ29tcG9uZW50LCBJbmplY3RvciwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBIWVBFUl9EQVNIQk9BUkRfS0VZUyB9IGZyb20gJy4uLy4uLy4uL2NvbmZpZy9jb25zdGFudCc7XG5cbmltcG9ydCB7IEFwcEJhc2VDb21wb25lbnQgfSBmcm9tICdAcG9zaXdpc2UvYXBwLWJhc2UtY29tcG9uZW50JztcbmltcG9ydCB7IEF1dGhTZXJ2aWNlIH0gZnJvbSAnQHBvc2l3aXNlL2NvbW1vbi1zZXJ2aWNlcyc7XG5pbXBvcnQgeyBIZWxwZXJTZXJ2aWNlIH0gZnJvbSAnQHBvc2l3aXNlL2hlbHBlci1zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdwdy1jb3JlLWZlYXR1cmVzJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vY29yZS1mZWF0dXJlcy5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vY29yZS1mZWF0dXJlcy5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIENvcmVGZWF0dXJlc0NvbXBvbmVudCBleHRlbmRzIEFwcEJhc2VDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIEFmdGVyVmlld0luaXQge1xuICAgIHN1YmplY3Q6IHN0cmluZztcblxuICAgIHByb2R1Y3RLZXkgPSBIWVBFUl9EQVNIQk9BUkRfS0VZUy5EYXNoYm9hcmRfRGVtbzE7XG5cbiAgICBsYW5kaW5nID0gZmFsc2U7XG5cbiAgICBtYXN0ZXJQcm9kdWN0SWQgPSB0aGlzLmFwcENvbmZpZy5tYXN0ZXJfc3Vic2NyaXB0aW9uLnByb2R1Y3RfaWQ7XG5cbiAgICBzb3VyY2VJZCA9IDM7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGF1dGhTZXJ2aWNlOiBBdXRoU2VydmljZSwgaW5qZWN0b3I6IEluamVjdG9yKSB7XG4gICAgICAgIHN1cGVyKGluamVjdG9yKTtcblxuICAgICAgICB0aGlzLnN1YmplY3QgPSAnU2FhUyBGYWN0b3J5IFBsYXRmb3JtIENvbnRhY3QgUmVxdWVzdCc7XG4gICAgfVxuXG4gICAgbmdPbkluaXQoKSB7XG4gICAgICAgIC8vIFJlZGlyZWN0IHVzZXIgdG8gdGhlIGhvbWUgaWYgaXRzIGFscmVhZHkgbG9nZ2VkIGluXG4gICAgICAgIHRoaXMuYXV0aFNlcnZpY2UuZ2V0VG9rZW4kKCkuc3Vic2NyaWJlKHRvayA9PiB7XG4gICAgICAgICAgICBpZiAodG9rICYmIHR5cGVvZiB0b2sgPT09ICdzdHJpbmcnKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5yb3V0ZXIubmF2aWdhdGUoWydob21lJ10pO1xuICAgICAgICAgICAgfVxuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBuZ0FmdGVyVmlld0luaXQoKSB7XG4gICAgICAgIEhlbHBlclNlcnZpY2UuY2hhbmdlVGl0bGVUZXh0KCk7XG4gICAgfVxufVxuIiwiPHB3LWhlYWRlciBbbGFuZGluZ109XCJsYW5kaW5nXCI+PC9wdy1oZWFkZXI+XG48IS0tIGNvcmUgZmVhdHVyZXMgLS0+XG48ZGl2IGNsYXNzPVwidGVjaC1mZWF0dXJlcy13cmFwcGVyXCI+XG4gIDwhLS0gaGVhZGVyIHNlY3Rpb24gYmxpbmtpbmcgdGV4dCAtLT5cbiAgPHNlY3Rpb24gY2xhc3M9XCJ0ZXN0aW1vbmlhbC1iZyBibGlua2luZy10ZXh0LXdyYXBwZXJcIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyIHRleHQtY2VudGVyXCI+XG4gICAgICA8aDEgY2xhc3M9XCJteS01XCI+XG4gICAgICAgIEJ1aWxkIHRoZSBuZXh0IGdyZWF0IGFwcDxiciAvPlxuICAgICAgICAtXG4gICAgICAgIDxzcGFuIGRhdGEtcGVyaW9kPVwiMzAwMFwiXG4gICAgICAgICAgY2xhc3M9XCJ0eHQtcm90YXRlXCJcbiAgICAgICAgICBbYXR0ci5kYXRhLXJvdGF0ZV09XCJbJ3F1aWNrbHknLCAnOTAlIGNoZWFwZXInLCAnZWZmZWN0aXZlbHknXVwiPjwvc3Bhbj5cbiAgICAgICAgPHNwYW4gY2xhc3M9XCJibGlua2luZy1jdXJzb3JcIj58PC9zcGFuPiAtIDxiciAvPndpdGggb3VyIFNhYVMgRmFjdG9yeSBQbGF0Zm9ybVxuICAgICAgPC9oMT5cbiAgICAgIDxoMyBjbGFzcz1cIm15LTVcIj5cbiAgICAgICAgV2UgaGF2ZSBidWlsdCBhIHBsYXRmb3JtIHdpdGggZG96ZW5zIG9mIHBsdWctYW5kLXBsYXkgc2VydmljZXMgdGhhdCB3ZSBjYW4gdXRpbGl6ZVxuICAgICAgICB0byBjcmVhdGUgPGJyIC8+Z3JlYXQgQVBJLWRyaXZlbiBkYXNoYm9hcmQtbGlrZSBwcm9kdWN0cyB3aXRoIHlvdS5cbiAgICAgIDwvaDM+XG4gICAgPC9kaXY+XG4gIDwvc2VjdGlvbj5cbiAgPCEtLSB3aGl0ZWxhYmVsIGludGVyZmFjZSAtLT5cbiAgPHNlY3Rpb24gY2xhc3M9XCJ3aGl0ZWxhYmVsLWludGVyZmFjZVwiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2MgcHJvZHVjdC1mZWF0dXJlcyB0ZXh0LXN0YXJ0XCI+XG4gICAgICAgICAgPGgyPkN1c3RvbWl6YWJsZSB1c2VyIGludGVyZmFjZTwvaDI+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBTdGFydCBieSBkZWZpbmluZyB5b3VyIGRlc2lyZWQgbG9vayBhbmQgZmVlbCBhbmQgdGhlbiBidWlsZCBhbnkgY3VzdG9tXG4gICAgICAgICAgICBmdW5jdGlvbmFsaXRpZXNcbiAgICAgICAgICA8L3A+XG4gICAgICAgICAgPHVsIGNsYXNzPVwibGlzdC11bnN0eWxlZFwiPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IFlvdXIgYnJhbmRlZCBsYW5kaW5nXG4gICAgICAgICAgICAgIHBhZ2UgdG8gc3RhcnQgc2hvd2Nhc2luZyB5b3VyIHNvbHV0aW9uXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IEN1c3RvbSBzdWJkb21haW4gYW5kXG4gICAgICAgICAgICAgIHdlYnNpdGUgVVJMXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IEJyYW5kaW5nIGltYWdlcyBhbmRcbiAgICAgICAgICAgICAgbG9nb3MgZXZlcnl3aGVyZSB5b3UgbmVlZCB0aGVtXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IE91dCBvZiB0aGUgYm94IGxvZ2luIGFuZFxuICAgICAgICAgICAgICByZWdpc3RyYXRpb24gcGFnZXNcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gQmxvZyBwYWdlcyBhdmFpbGFibGUgYW5kXG4gICAgICAgICAgICAgIGVhc2lseSBjdXN0b21pemFibGVcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gTmV3c2xldHRlciByZWdpc3RyYXRpb25cbiAgICAgICAgICAgICAgYW5kIGxlYWRzIGZvbGxvdyB1cCBtYW5hZ2VtZW50XG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IERlZGljYXRlZCBtb2JpbGUgYXBwXG4gICAgICAgICAgICAgIHdpdGggaW4tYXBwIGJyb3dzZXIgYXZhaWxhYmxlXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cInNlZS1tb3JlIG10LTQgbXMtNVwiPlxuICAgICAgICAgICAgPGEgY2xhc3M9XCJkaXNhYmxlLWxpbmtcIlxuICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIlxuICAgICAgICAgICAgICByb3V0ZXJMaW5rPVwiL3B3LWZlYXR1cmVzL3VzZXItaW50ZXJmYWNlLWJ1aWxkZXJcIj5SZWFkIG1vcmUuLi48L2E+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtaW1hZ2VcIj5cbiAgICAgICAgICA8ZmlndXJlPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2Uvc2VydmljZXMvd2hpdGUtbGFiZWwvd2hpdGUtbGFiZWwtMmIucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiVUkgQnVpbGRlclwiXG4gICAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgICAgICA8L2ZpZ3VyZT5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuICA8IS0tIHVzZXItbWFuYWdlbWVudCAtLT5cbiAgPHNlY3Rpb24gY2xhc3M9XCJ1c2VyLW1hbmFnZW1lbnQgdGVzdGltb25pYWwtYmdcIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1kZXNjIHNlcnZpY2UtaW1hZ2VcIj5cbiAgICAgICAgICA8ZmlndXJlPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2Uvc2VydmljZXMvdXNlci1tYW5hZ2VtZW50L3VzZXItbWFuYWdlbWVudC0xYi5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJVc2VyIE1hbmFnZW1lbnRcIlxuICAgICAgICAgICAgICBjbGFzcz1cImltZy1mbHVpZFwiIC8+XG4gICAgICAgICAgPC9maWd1cmU+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBwcm9kdWN0LWZlYXR1cmVzIHRleHQtc3RhcnRcIj5cbiAgICAgICAgICA8aDI+VXNlciBtYW5hZ2VtZW50PC9oMj5cbiAgICAgICAgICA8cD5Vc2VyIGF1dGhlbnRpY2F0aW9uIGFuZCBhdXRob3JpemF0aW9uIGluIG9uZSBjZW50cmFsIHBsYWNlPC9wPlxuICAgICAgICAgIDx1bCBjbGFzcz1cImxpc3QtdW5zdHlsZWRcIj5cbiAgICAgICAgICAgIDxsaT48c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IFVzZXIgbGlzdGluZzwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gVXNlciBwcm9wZXJ0eSBtYW5hZ2VtZW50XG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IEVuYWJsZS9EaXNhYmxlIHVzZXJzXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IENyZWF0ZS9JbnZpdGUgbmV3IHVzZXJzXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPjxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gU29jaWFsIGxvZ2luczwvbGk+XG4gICAgICAgICAgICA8bGk+PHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBTZXNzaW9uIGNvbnRyb2w8L2xpPlxuICAgICAgICAgICAgPGxpPjxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gUGFzc3dvcmQgbWFuYWdlbWVudDwvbGk+XG4gICAgICAgICAgPC91bD5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwic2VlLW1vcmUgbXQtNCBtcy01XCI+XG4gICAgICAgICAgICA8YSBjbGFzcz1cImRpc2FibGUtbGlua1wiXG4gICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiXG4gICAgICAgICAgICAgIHJvdXRlckxpbms9XCIvcHctZmVhdHVyZXMvdXNlci1tYW5hZ2VtZW50XCI+UmVhZCBtb3JlLi4uPC9hPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG4gIDwhLS0gZW50ZXJwcmlzZSAtLT5cbiAgPHNlY3Rpb24gY2xhc3M9XCJlbnRlcnByaXNlLW1hbmFnZW1lbnRcIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1kZXNjIHByb2R1Y3QtZmVhdHVyZXMgdGV4dC1zdGFydFwiPlxuICAgICAgICAgIDxoMj5FbnRlcnByaXNlIGFjY291bnRzPC9oMj5cbiAgICAgICAgICA8cD5FbnRlcnByaXNlIGFkbWlucyBjYW4gbWFuYWdlIGJpbGxpbmcgYW5kIHJlc291cmNlIHVzYWdlIGVhc2lseTwvcD5cbiAgICAgICAgICA8dWwgY2xhc3M9XCJsaXN0LXVuc3R5bGVkXCI+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gQWRkIGFuZCByZW1vdmUgbWVtYmVyc1xuICAgICAgICAgICAgICBpbiBhIGZldyBzaW1wbGUgc3RlcHNcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gQWxsb2NhdGUgbWVtYmVycyB0b1xuICAgICAgICAgICAgICB0ZWFtcyBmb3IgaW5jcmVhc2VkIGNvbnRyb2wgYW5kIHZpc2liaWxpdHlcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gRG9jdW1lbnQgZXNzZW50aWFsXG4gICAgICAgICAgICAgIHByb2Nlc3NlcyBmb3IgeW91ciBlbnRlcnByaXNlXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IFNlbmQgYW55IGNvbW11bmljYXRpb25cbiAgICAgICAgICAgICAgdG8geW91ciBlbnRlcnByaXNlIG1lbWJlcnNcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gRGVmaW5lIGN1c3RvbSByb2xlcyBhbmRcbiAgICAgICAgICAgICAgcGVybWlzc2lvbnNcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gTWFuYWdlIGF1dGhvcml6YXRpb25zXG4gICAgICAgICAgICAgIHdpdGggbWVtYmVycycgcm9sZXNcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPC91bD5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwic2VlLW1vcmUgbXQtNCBtcy01XCI+XG4gICAgICAgICAgICA8YSBjbGFzcz1cImRpc2FibGUtbGlua1wiXG4gICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiXG4gICAgICAgICAgICAgIHJvdXRlckxpbms9XCIvcHctZmVhdHVyZXMvZW50ZXJwcmlzZS1tYW5hZ2VtZW50XCI+UmVhZCBtb3JlLi4uPC9hPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWltYWdlXCI+XG4gICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3NlcnZpY2VzL2VudGVycHJpc2UtbWFuYWdlbWVudC9lbnRlcnByaXNlLW1hbmFnZW1lbnQtMWIucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiRW50ZXJwcmlzZSBhY2NvdW50cyBtYW5hZ2VtZW50XCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJpbWctZmx1aWRcIiAvPlxuICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG4gIDwhLS0gY29tbXVuaWNhdGlvbiAtLT5cbiAgPHNlY3Rpb24gY2xhc3M9XCJjb21tdW5pY2F0aW9uLWFuZC1ub3RpZmljYXRpb25zIHRlc3RpbW9uaWFsLWJnXCI+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBzZXJ2aWNlLWltYWdlXCI+XG4gICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3NlcnZpY2VzL2NvbW11bmljYXRpb25zL2NvbW11bmljYXRpb25zLTFiLnBuZ1wiXG4gICAgICAgICAgICAgIGFsdD1cIk1hY2hpbmUgTGVhcm5pbmdcIlxuICAgICAgICAgICAgICBjbGFzcz1cImltZy1mbHVpZFwiIC8+XG4gICAgICAgICAgPC9maWd1cmU+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBwcm9kdWN0LWZlYXR1cmVzIHRleHQtc3RhcnRcIj5cbiAgICAgICAgICA8aDI+Q29tbXVuaWNhdGlvbnMgYW5kIG5vdGlmaWNhdGlvbnM8L2gyPlxuICAgICAgICAgIDxwPlN0YXRlIG9mIHRoZSBhcnQgY29tbXVuaWNhdGlvbiB0ZWNobm9sb2d5IGF2YWlsYWJsZTwvcD5cbiAgICAgICAgICA8dWwgY2xhc3M9XCJsaXN0LXVuc3R5bGVkXCI+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gRGlzcGxheSBlc3NlbnRpYWxcbiAgICAgICAgICAgICAgbm90aWZpY2F0aW9ucyBvbiB0aGUgdXNlcnMnIGRhc2hib2FyZFxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBFbmFibGUgY29tbXVuaWNhdGlvblxuICAgICAgICAgICAgICB3aXRoIHRoZSBjaGF0IG1lc3NhZ2luZyBzeXN0ZW1cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gRGlzcGxheSBuaWNlbHkgZm9ybWF0dGVkXG4gICAgICAgICAgICAgIHBvcC11cHMgb24gZ2l2ZW4gQVBJIGV2ZW50c1xuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBTZW5kIGN1c3RvbVxuICAgICAgICAgICAgICBjb21tdW5pY2F0aW9ucyB3aXRoIHRoZSBuZXdzbGV0dGVyIGZlYXR1cmVcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gUHVzaCBub3RpZmljYXRpb25zIHRvXG4gICAgICAgICAgICAgIHRoZSBkZXNrdG9wIG9yIG1vYmlsZSBhcHBcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPC91bD5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwic2VlLW1vcmUgbXQtNCBtcy01XCI+XG4gICAgICAgICAgICA8YSBjbGFzcz1cImRpc2FibGUtbGlua1wiXG4gICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiXG4gICAgICAgICAgICAgIHJvdXRlckxpbms9XCIvcHctZmVhdHVyZXMvY29tbXVuaWNhdGlvbi1hbmQtbm90aWZpY2F0aW9uc1wiPlJlYWQgbW9yZS4uLjwvYT5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuICA8IS0tY3VzdG9tZXIgc3VjY2VzcyAgLS0+XG4gIDxzZWN0aW9uIGNsYXNzPVwiY3VzdG9tZXItc3VjY2Vzc1wiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2MgcHJvZHVjdC1mZWF0dXJlcyB0ZXh0LXN0YXJ0XCI+XG4gICAgICAgICAgPGgyPkN1c3RvbWVyIFN1Y2Nlc3M8L2gyPlxuICAgICAgICAgIDxwPkFsbCB0aGUgZnVuY3Rpb25hbGl0aWVzIG9mIGEgQ1JNIG9uIHRoZSBnZXQtZ288L3A+XG4gICAgICAgICAgPHVsIGNsYXNzPVwibGlzdC11bnN0eWxlZFwiPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IEhhbmRsZSBuZXdzbGV0dGVyXG4gICAgICAgICAgICAgIHN1YnNjcmlwdGlvbnNcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gVHJhY2sgbGVhZHMgYW5kIHVzZXJzXG4gICAgICAgICAgICAgIGVuZ2FnZW1lbnRcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gSW1wcm92ZSB5b3VyIG5ldFxuICAgICAgICAgICAgICBwcm9tb3RlciBzY29yZSAoTlBTKVxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBJbnRlZ3JhdGVkIHRpY2tldGluZ1xuICAgICAgICAgICAgICBzeXN0ZW0gdG8gbWFuYWdlIHVzZXJzJyByZXF1ZXN0c1xuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBMZXQgdXNlcnMgZGVmaW5lIHRoZWlyXG4gICAgICAgICAgICAgIHNldHRpbmdzIGFuZCBwcmVmZXJlbmNlc1xuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBDaGF0IHdpZGdldCBpbnRlZ3JhdGlvblxuICAgICAgICAgICAgICBmb3IgMjQvNyBjdXN0b21lciBzdXBwb3J0XG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cInNlZS1tb3JlIG10LTQgbXMtNVwiPlxuICAgICAgICAgICAgPGEgY2xhc3M9XCJkaXNhYmxlLWxpbmtcIlxuICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIlxuICAgICAgICAgICAgICByb3V0ZXJMaW5rPVwiL3B3LWZlYXR1cmVzL2N1c3RvbWVyLXN1Y2Nlc3NcIj5SZWFkIG1vcmUuLi48L2E+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtaW1hZ2VcIj5cbiAgICAgICAgICA8ZmlndXJlPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2Uvc2VydmljZXMvY3VzdG9tZXItc3VjY2Vzcy9jdXN0b21lci1zdWNjZXNzLTFiLnBuZ1wiXG4gICAgICAgICAgICAgIGFsdD1cIkV4dGVuZGVkIERhc2hib2FyZFwiXG4gICAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgICAgICA8L2ZpZ3VyZT5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuICA8IS0tIHlvdXIgY29kZSB5b3VyIGlwIC0tPlxuICA8c2VjdGlvbiBjbGFzcz1cInlvdXItY29kZS15b3VyLWlwIHRlc3RpbW9uaWFsLWJnXCI+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBzZXJ2aWNlLWltYWdlXCI+XG4gICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3NlcnZpY2VzL2RhdGEtYW5kLWlwL2RhdGEtbi1pcC0xYi5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJNYWNoaW5lIExlYXJuaW5nXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJpbWctZmx1aWRcIiAvPlxuICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2MgcHJvZHVjdC1mZWF0dXJlcyB0ZXh0LXN0YXJ0XCI+XG4gICAgICAgICAgPGgyPllvdXIgY29kZSwgeW91ciBkYXRhLCB5b3VyIElQPC9oMj5cbiAgICAgICAgICA8cD5UaGUgcmlnaHQga25vdy1ob3cgYW5kIHRvb2xzIGF0IHlvdXIgZmluZ2VydGlwIHdpdGggbm8gbG9jay1pbiBjb250cmFjdDwvcD5cbiAgICAgICAgICA8dWwgY2xhc3M9XCJsaXN0LXVuc3R5bGVkXCI+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gV2UgdGFrZSBjYXJlIG9mXG4gICAgICAgICAgICAgIGluZnJhc3RydWN0dXJlIHNlY3VyaXR5IGFuZCBzY2FsYWJpbGl0eVxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBXZSBrZWVwIGFkZGluZyBuZXdcbiAgICAgICAgICAgICAgZmVhdHVyZXMgdG8gaGVscCB5b3UgYnVpbGQgZWZmZWN0aXZlbHlcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gWW91IGNhbiBmb2N1cyBvblxuICAgICAgICAgICAgICBidWlsZGluZyB5b3VyIHNvbHV0aW9uXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IFlvdSBjYW4gam9pbiBhbmQgbGVhdmVcbiAgICAgICAgICAgICAgb3VyIHBsYXRmb3JtIGFueXRpbWVcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gWW91IHRha2UgeW91ciBjb2RlIGFuZFxuICAgICAgICAgICAgICBkYXRhIHdpdGggeW91IHdoZW4geW91IGxlYXZlXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IFRoZSBkYXRhIGFuZCBJUCB5b3UndmVcbiAgICAgICAgICAgICAgY3JlYXRlZCBiZWxvbmdzIHRvIHlvdVxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICA8L3VsPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJzZWUtbW9yZSBtdC00IG1zLTVcIj5cbiAgICAgICAgICAgIDxhIGNsYXNzPVwiZGlzYWJsZS1saW5rXCJcbiAgICAgICAgICAgICAgdGFyZ2V0PVwiX2JsYW5rXCJcbiAgICAgICAgICAgICAgcm91dGVyTGluaz1cIi9wdy1mZWF0dXJlcy95b3VyLWNvZGUteW91ci1pcFwiPlJlYWQgbW9yZS4uLjwvYT5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuICA8IS0tIG1vYmlsZSBmaXJzdCAtLT5cbiAgPHNlY3Rpb24gY2xhc3M9XCJtb2JpbGUtZmlyc3RcIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1kZXNjIHByb2R1Y3QtZmVhdHVyZXMgdGV4dC1zdGFydFwiPlxuICAgICAgICAgIDxoMj5Nb2JpbGUgZmlyc3Q8L2gyPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgVGhlIG1vYmlsZS1maXJzdCBhcHByb2FjaCBvcmdhbmljYWxseSBsZWFkcyB0byBhIGRlc2lnbiB0aGF04oCZcyBtb3JlXG4gICAgICAgICAgICBjb250ZW50LWZvY3VzZWQsIGFuZCB0aGVyZWZvcmUgdXNlci1mb2N1c2VkXG4gICAgICAgICAgPC9wPlxuICAgICAgICAgIDx1bCBjbGFzcz1cImxpc3QtdW5zdHlsZWRcIj5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBBbGwgZmVhdHVyZXMgd2UgYnVpbGRcbiAgICAgICAgICAgICAgYXJlIG9wdGltaXplZCBmb3IgbW9iaWxlIHJlc29sdXRpb25zXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IFlvdSBnZXQgYW4gaU9TIGFuZFxuICAgICAgICAgICAgICBBbmRyb2lkIG1vYmlsZSBhcHAgb24gZGF5IG9uZVxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBXZSBjYW4gYnVpbGQgdGhlXG4gICAgICAgICAgICAgIHJlcXVpcmVkIG5hdGl2ZSBmZWF0dXJlcyBvbiB5b3VyIG1vYmlsZSBhcHBcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gV2UgY2FuIHB1c2ggbGl2ZVxuICAgICAgICAgICAgICBub3RpZmljYXRpb25zIHRvIGlPUyBhbmQgQW5kcm9pZFxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBXZSBlbnN1cmUgdGhlIHVzZXJcbiAgICAgICAgICAgICAgZXhwZXJpZW5jZSBpcyBvcHRpbXVtIG9uIGJvdGggZGVza3RvcCBhbmQgbW9iaWxlXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cInNlZS1tb3JlIG10LTQgbXMtNVwiPlxuICAgICAgICAgICAgPGEgY2xhc3M9XCJkaXNhYmxlLWxpbmtcIlxuICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIlxuICAgICAgICAgICAgICByb3V0ZXJMaW5rPVwiL3B3LWZlYXR1cmVzL21vYmlsZS1maXJzdFwiPlJlYWQgbW9yZS4uLjwvYT5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1pbWFnZVwiPlxuICAgICAgICAgIDxmaWd1cmU+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9zZXJ2aWNlcy9tb2JpbGUtZmlyc3QvbW9iaWxlLWZpcnN0MWIucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiRXh0ZW5kZWQgRGFzaGJvYXJkXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJpbWctZmx1aWRcIiAvPlxuICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG48L2Rpdj5cbjwhLS0gY29yZSBmZWF0dXJlcyBlbmQgLS0+XG5cbjwhLS0gY29yZSBmZWF0dXJlIGV4cGxhaW5lciAtLT5cbjxzZWN0aW9uIGNsYXNzPVwidGVzdGltb25pYWwtYmdcIj5cbiAgPHB3LWNvcmUtZmVhdHVyZS1leHBsYWluZXI+PC9wdy1jb3JlLWZlYXR1cmUtZXhwbGFpbmVyPlxuPC9zZWN0aW9uPlxuPCEtLSBzdWJzY3JpYmUgdG8gb3VyIG5ld3NsZXR0ZXIgLS0+XG48cHctbGFuZGluZy1wYWdlLXN1YnNjcmliZS1iIFtzb3VyY2VJZF09XCJzb3VyY2VJZFwiXG4gIFtnYUV2ZW50T2JqXT1cIntcbiAgICAgICAgY2F0ZWdvcnk6ICdwdy1jb3JlLWZlYXR1cmVzLW5ldy1sZWFkLXJlZ2lzdHJhdGlvbicsXG4gICAgICAgIGFjdGlvbjogJ3N1YnNjcmliZS1zdWNjZXNzJyxcbiAgICAgICAgbGFiZWw6ICdsYW5kaW5nLXBhZ2UtYicsXG4gICAgICAgIHZhbHVlOiAxXG4gICAgfVwiPjwvcHctbGFuZGluZy1wYWdlLXN1YnNjcmliZS1iPlxuPCEtLWNvbnRhY3QgY29udGFpbmVyLS0+XG48c2VjdGlvbiBpZD1cImNvbnRhY3RcIj5cbiAgPHB3LWxhbmRpbmctcGFnZS1jb250YWN0LWIgW2dhRXZlbnRPYmpdPVwie1xuICAgICAgICAgICAgY2F0ZWdvcnk6ICdwdy1jb3JlLWZlYXR1cmVzLWNvbnRhY3QtdXMnLFxuICAgICAgICAgICAgYWN0aW9uOiAnY29udGFjdC1zdWNjZXNzJyxcbiAgICAgICAgICAgIGxhYmVsOiAnbGFuZGluZy1wYWdlLWInLFxuICAgICAgICAgICAgdmFsdWU6IDFcbiAgICAgICAgfVwiPjwvcHctbGFuZGluZy1wYWdlLWNvbnRhY3QtYj5cbjwvc2VjdGlvbj5cblxuPCEtLWZvb3RlciBjb250YWluZXIgLS0+XG48cHctbGFuZGluZy1wYWdlLWZvb3Rlci1iPjwvcHctbGFuZGluZy1wYWdlLWZvb3Rlci1iPlxuIl19
@@ -0,0 +1,40 @@
1
+ import { Component, Injector } from '@angular/core';
2
+ import { HYPER_DASHBOARD_KEYS } from '../../../config/constant';
3
+ import { AppBaseComponent } from '@posiwise/app-base-component';
4
+ import { AuthService } from '@posiwise/common-services';
5
+ import { HelperService } from '@posiwise/helper-service';
6
+ import * as i0 from "@angular/core";
7
+ import * as i1 from "@posiwise/common-services";
8
+ import * as i2 from "@posiwise/directives";
9
+ import * as i3 from "@posiwise/shared-components";
10
+ import * as i4 from "../../landing-page/sections/landing-page-footer/landing-page-footer.component";
11
+ import * as i5 from "../../landing-page/sections/landing-page-subscribe/landing-page-subscribe.component";
12
+ import * as i6 from "../../landing-page/sections/landing-page-contact/landing-page-contact.component";
13
+ export class CustomerSuccessComponent extends AppBaseComponent {
14
+ constructor(authService, injector) {
15
+ super(injector);
16
+ this.authService = authService;
17
+ this.productKey = HYPER_DASHBOARD_KEYS.Dashboard_Demo1;
18
+ this.landing = false;
19
+ this.masterProductId = this.appConfig.master_subscription.product_id;
20
+ this.subject = 'HyperDashboard Product Contact Request';
21
+ }
22
+ ngOnInit() {
23
+ // Redirect user to the home if its already logged in
24
+ this.authService.getToken$().subscribe(tok => {
25
+ if (tok && typeof tok === 'string') {
26
+ this.router.navigate(['home']);
27
+ }
28
+ });
29
+ }
30
+ ngAfterViewInit() {
31
+ HelperService.changeTitleText();
32
+ }
33
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CustomerSuccessComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
34
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: CustomerSuccessComponent, selector: "pw-customer-success", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-anayltics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-customer-success-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-customer-success-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:rgb(255,255,255) url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:rgb(248,249,250);border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:rgb(248,249,250);border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.msp-container{padding:0!important}.msp-container .register-container{min-height:100vh!important}.msp-container .services{padding:0}.msp-container .services .service-points{font-size:18px;line-height:1.15em}.msp-container .branding-color{color:#fff}.msp-container .product-features ul li{color:#fff!important;margin:0 0 15px}.msp-container .register-outer{background:linear-gradient(var(--first),var(--second))}.msp-container .register-outer h1,.msp-container .register-outer h2,.msp-container .register-outer h3,.msp-container .register-outer p{color:#fff!important}.msp-container .register-right .tab-content{border-top:6px solid var(--first)}.msp-container .register-right .tab-content h3{color:var(--first);font-weight:700}.msp-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media (max-width: 991px){.services{padding:25px 0}}@media only screen and (max-width: 768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width: 768px){.register-left{padding-right:40px}}@media only screen and (max-width: 480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width: 769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width: 768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width: 575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media (min-width: 768px) and (max-width: 768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media (min-width: 769px) and (max-width: 820px){.register-outer{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px) and (max-width: 1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-cloudolive-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media (min-width: 1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media (min-width: 1800px){.register-container{max-width:73%}}@media (min-width: 2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 20px!important}.cloudolive-header h1,.blinking-text-wrapper h1{color:#45d292}.cloudolive-header h3,.blinking-text-wrapper h3,.cloudolive-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.cloudolive-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media (max-width: 768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:white url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i2.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: i4.LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: i5.LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }, { kind: "component", type: i6.LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }] }); }
35
+ }
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CustomerSuccessComponent, decorators: [{
37
+ type: Component,
38
+ args: [{ selector: 'pw-customer-success', template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-anayltics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-customer-success-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-customer-success-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:rgb(255,255,255) url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:rgb(248,249,250);border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:rgb(248,249,250);border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.msp-container{padding:0!important}.msp-container .register-container{min-height:100vh!important}.msp-container .services{padding:0}.msp-container .services .service-points{font-size:18px;line-height:1.15em}.msp-container .branding-color{color:#fff}.msp-container .product-features ul li{color:#fff!important;margin:0 0 15px}.msp-container .register-outer{background:linear-gradient(var(--first),var(--second))}.msp-container .register-outer h1,.msp-container .register-outer h2,.msp-container .register-outer h3,.msp-container .register-outer p{color:#fff!important}.msp-container .register-right .tab-content{border-top:6px solid var(--first)}.msp-container .register-right .tab-content h3{color:var(--first);font-weight:700}.msp-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media (max-width: 991px){.services{padding:25px 0}}@media only screen and (max-width: 768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width: 768px){.register-left{padding-right:40px}}@media only screen and (max-width: 480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width: 769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width: 768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width: 575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media (min-width: 768px) and (max-width: 768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media (min-width: 769px) and (max-width: 820px){.register-outer{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px) and (max-width: 1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-cloudolive-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media (min-width: 1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media (min-width: 1800px){.register-container{max-width:73%}}@media (min-width: 2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 20px!important}.cloudolive-header h1,.blinking-text-wrapper h1{color:#45d292}.cloudolive-header h3,.blinking-text-wrapper h3,.cloudolive-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.cloudolive-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media (max-width: 768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:white url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
39
+ }], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
40
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tZXItc3VjY2Vzcy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL2N1c3RvbWVyLXN1Y2Nlc3MvY3VzdG9tZXItc3VjY2Vzcy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL2N1c3RvbWVyLXN1Y2Nlc3MvY3VzdG9tZXItc3VjY2Vzcy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQWlCLFNBQVMsRUFBRSxRQUFRLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDM0UsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFFaEUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDaEUsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3hELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7Ozs7Ozs7QUFPekQsTUFBTSxPQUFPLHdCQUF5QixTQUFRLGdCQUFnQjtJQVMxRCxZQUFvQixXQUF3QixFQUFFLFFBQWtCO1FBQzVELEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQztRQURBLGdCQUFXLEdBQVgsV0FBVyxDQUFhO1FBTjVDLGVBQVUsR0FBRyxvQkFBb0IsQ0FBQyxlQUFlLENBQUM7UUFFbEQsWUFBTyxHQUFHLEtBQUssQ0FBQztRQUVoQixvQkFBZSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsbUJBQW1CLENBQUMsVUFBVSxDQUFDO1FBSzVELElBQUksQ0FBQyxPQUFPLEdBQUcsd0NBQXdDLENBQUM7SUFDNUQsQ0FBQztJQUVELFFBQVE7UUFDSixxREFBcUQ7UUFDckQsSUFBSSxDQUFDLFdBQVcsQ0FBQyxTQUFTLEVBQUUsQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLEVBQUU7WUFDekMsSUFBSSxHQUFHLElBQUksT0FBTyxHQUFHLEtBQUssUUFBUSxFQUFFO2dCQUNoQyxJQUFJLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUM7YUFDbEM7UUFDTCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFRCxlQUFlO1FBQ1gsYUFBYSxDQUFDLGVBQWUsRUFBRSxDQUFDO0lBQ3BDLENBQUM7OEdBMUJRLHdCQUF3QjtrR0FBeEIsd0JBQXdCLGtGQ1pyQyxrN09BK0xBOzsyRkRuTGEsd0JBQXdCO2tCQUxwQyxTQUFTOytCQUNJLHFCQUFxQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFmdGVyVmlld0luaXQsIENvbXBvbmVudCwgSW5qZWN0b3IsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSFlQRVJfREFTSEJPQVJEX0tFWVMgfSBmcm9tICcuLi8uLi8uLi9jb25maWcvY29uc3RhbnQnO1xuXG5pbXBvcnQgeyBBcHBCYXNlQ29tcG9uZW50IH0gZnJvbSAnQHBvc2l3aXNlL2FwcC1iYXNlLWNvbXBvbmVudCc7XG5pbXBvcnQgeyBBdXRoU2VydmljZSB9IGZyb20gJ0Bwb3Npd2lzZS9jb21tb24tc2VydmljZXMnO1xuaW1wb3J0IHsgSGVscGVyU2VydmljZSB9IGZyb20gJ0Bwb3Npd2lzZS9oZWxwZXItc2VydmljZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctY3VzdG9tZXItc3VjY2VzcycsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2N1c3RvbWVyLXN1Y2Nlc3MuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2N1c3RvbWVyLXN1Y2Nlc3MuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBDdXN0b21lclN1Y2Nlc3NDb21wb25lbnQgZXh0ZW5kcyBBcHBCYXNlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBBZnRlclZpZXdJbml0IHtcbiAgICBzdWJqZWN0OiBzdHJpbmc7XG5cbiAgICBwcm9kdWN0S2V5ID0gSFlQRVJfREFTSEJPQVJEX0tFWVMuRGFzaGJvYXJkX0RlbW8xO1xuXG4gICAgbGFuZGluZyA9IGZhbHNlO1xuXG4gICAgbWFzdGVyUHJvZHVjdElkID0gdGhpcy5hcHBDb25maWcubWFzdGVyX3N1YnNjcmlwdGlvbi5wcm9kdWN0X2lkO1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBhdXRoU2VydmljZTogQXV0aFNlcnZpY2UsIGluamVjdG9yOiBJbmplY3Rvcikge1xuICAgICAgICBzdXBlcihpbmplY3Rvcik7XG5cbiAgICAgICAgdGhpcy5zdWJqZWN0ID0gJ0h5cGVyRGFzaGJvYXJkIFByb2R1Y3QgQ29udGFjdCBSZXF1ZXN0JztcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpIHtcbiAgICAgICAgLy8gUmVkaXJlY3QgdXNlciB0byB0aGUgaG9tZSBpZiBpdHMgYWxyZWFkeSBsb2dnZWQgaW5cbiAgICAgICAgdGhpcy5hdXRoU2VydmljZS5nZXRUb2tlbiQoKS5zdWJzY3JpYmUodG9rID0+IHtcbiAgICAgICAgICAgIGlmICh0b2sgJiYgdHlwZW9mIHRvayA9PT0gJ3N0cmluZycpIHtcbiAgICAgICAgICAgICAgICB0aGlzLnJvdXRlci5uYXZpZ2F0ZShbJ2hvbWUnXSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICAgICAgSGVscGVyU2VydmljZS5jaGFuZ2VUaXRsZVRleHQoKTtcbiAgICB9XG59XG4iLCI8cHctaGVhZGVyIFtsYW5kaW5nXT1cImxhbmRpbmdcIj48L3B3LWhlYWRlcj5cbjxkaXYgY2xhc3M9XCJ0ZWNoLWZlYXR1cmVzLXdyYXBwZXJcIj5cbiAgPCEtLSBoZWFkZXIgc2VjdGlvbiAtLT5cbiAgPHNlY3Rpb24gY2xhc3M9XCJ0ZXN0aW1vbmlhbC1iZyBibGlua2luZy10ZXh0LXdyYXBwZXJcIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyIHRleHQtY2VudGVyXCI+XG4gICAgICA8aDEgY2xhc3M9XCJteS01XCI+XG4gICAgICAgIFlvdXIgaHlwZXIgZGFzaGJvYXJkIDxiciAvPnBvd2VyZWQgYnlcbiAgICAgICAgPHNwYW4gZGF0YS1wZXJpb2Q9XCIzMDAwXCJcbiAgICAgICAgICBjbGFzcz1cInR4dC1yb3RhdGVcIlxuICAgICAgICAgIFthdHRyLmRhdGEtcm90YXRlXT1cIltcbiAgICAgICAgICAgICAgICAgICAgICAgICdFbmhhbmNlZCBEYXRhIENvbGxlY3Rpb24nLFxuICAgICAgICAgICAgICAgICAgICAgICAgJ01hY2hpbmUgTGVhcm5pbmcnLFxuICAgICAgICAgICAgICAgICAgICAgICAgJ0N1c3RvbSBGdW5jdGlvbmFsaXRpZXMnXG4gICAgICAgICAgICAgICAgICAgIF1cIj48L3NwYW4+XG4gICAgICAgIDxzcGFuIGNsYXNzPVwiYmxpbmtpbmctY3Vyc29yXCI+fDwvc3Bhbj5cbiAgICAgICAgPGJyIC8+dG8gc3VwZXJjaGFyZ2UgeW91ciBidXNpbmVzc1xuICAgICAgPC9oMT5cbiAgICAgIDxoMyBjbGFzcz1cIm15LTVcIj5cbiAgICAgICAgRWZmZWN0aXZlIERlY2lzaW9uIE1ha2luZywgSW5jcmVhc2VkIFByb2R1Y3Rpdml0eSBhbmQgSW1wcm92ZWQgQnVzaW5lc3MgUHJvY2Vzc2VzLlxuICAgICAgPC9oMz5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuICA8IS0tIHJhZGljYWxseSBkaWZmZXJlbnQgLS0+XG4gIDxzZWN0aW9uPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2Mgc2VydmljZS1pbWFnZVwiPlxuICAgICAgICAgIDxmaWd1cmU+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL3Byb2R1Y3RzL2h5cGVyLWRhc2hib2FyZC9oZC1hY2N1cmF0ZS5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJBY2N1cmF0ZSBEYXRhXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJpbWctZmx1aWRcIiAvPlxuICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2MgcHJvZHVjdC1mZWF0dXJlcyB0ZXh0LXN0YXJ0XCI+XG4gICAgICAgICAgPGgyPjxzcGFuPkEgUmFkaWNhbGx5IERpZmZlcmVudDwvc3Bhbj4gc29sdXRpb24gdG8gZ2V0IGFjY3VyYXRlIGRhdGE8L2gyPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgT3VyIGFwcHJvYWNoIHNsYXNoZXMgdGhlIHRpbWUgbmVlZGVkIHRvIGJ1aWxkIGFuZCBkZXBsb3kgaW50ZWxsaWdlbnRcbiAgICAgICAgICAgIGFuYWx5dGljcyB0aGF0IHVubGVhc2ggdGhlIGZ1bGwgcG90ZW50aWFsIG9mIHlvdXIgYnVzaW5lc3MuXG4gICAgICAgICAgPC9wPlxuICAgICAgICAgIDx1bCBjbGFzcz1cImxpc3QtdW5zdHlsZWRcIj5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBVc2Ugb3VyIHByb3ByaWV0YXJ5XG4gICAgICAgICAgICAgIHRlY2hub2xvZ3kgdG8gZ2F0aGVyIGluZm9ybWF0aW9uIGZyb20gYW55IGF2YWlsYWJsZSBzb3VyY2VzLCBmcm9tIEFQSXNcbiAgICAgICAgICAgICAgdG8gcHVibGljbHkgYXZhaWxhYmxlIHdlYi1wYWdlcy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gQnVpbGQgeW91ciBpbnRlcmFjdGl2ZVxuICAgICAgICAgICAgICBkYXNoYm9hcmQgYXQgYSBmcmFjdGlvbiBvZiB0aGUgY29zdCBvZiB1c2luZyB0cmFkaXRpb25hbCBwcm92aWRlcnMuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IFVzZSBvdXIgQVBJLWZpcnN0XG4gICAgICAgICAgICAgIHRlY2hub2xvZ3kgdG8gbWFzaHVwIGRhdGEgYW5kIGNyZWF0ZSBhbmFseXRpYyBzb2x1dGlvbnMgaW4ganVzdCBhIGZld1xuICAgICAgICAgICAgICBjbGlja3MuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDwvdWw+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvc2VjdGlvbj5cbiAgPCEtLSBoaWdoIHBlcmZvcm1hbmNlIC0tPlxuICA8c2VjdGlvbiBjbGFzcz1cInRlc3RpbW9uaWFsLWJnXCI+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBwcm9kdWN0LWZlYXR1cmVzIHRleHQtc3RhcnRcIj5cbiAgICAgICAgICA8aDI+XG4gICAgICAgICAgICBIaWdoLXBlcmZvcm1hbmNlIDxzcGFuPkFuYWx5dGljczwvc3Bhbj4gYW5kIDxzcGFuPlZpc3VhbGl6YXRpb248L3NwYW4+IGZyb21cbiAgICAgICAgICAgIGhpc3RvcmljYWwgb3IgcmVhbC10aW1lIGRhdGFcbiAgICAgICAgICA8L2gyPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgV2UgYnVpbGQgcHJvYmFiaWxpc3RpYyBtb2RlbHMsIGFwcGx5IG1hY2hpbmUgbGVhcm5pbmcgbWV0aG9kcyB0byBmaW5kXG4gICAgICAgICAgICBwYXR0ZXJucyBhbmQgZGVwZW5kZW5jaWVzIGFuZCBwcm92aWRlIG9yZ2FuaXphdGlvbnMgd2l0aCBjcml0aWNhbCBkYXRhXG4gICAgICAgICAgICBpbnNpZ2h0cyB0byByZWR1Y2UgcmlzaywgaW1wbGVtZW50YXRpb24gdGltZSBhbmQgYnVzaW5lc3MgY29zdC5cbiAgICAgICAgICA8L3A+XG4gICAgICAgICAgPHVsIGNsYXNzPVwibGlzdC11bnN0eWxlZFwiPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IFVuZGVyc3RhbmQgZGVtYW5kIGFuZFxuICAgICAgICAgICAgICBzYWxlcyBwYXR0ZXJucyB0byBjcmVhdGUgZWZmZWN0aXZlIG1hcmtldCBzdHJhdGVnaWVzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBEZWxpdmVyIG1vcmUgbWVhbmluZ2Z1bFxuICAgICAgICAgICAgICBjb250ZW50LCBhbmQgY3JlYXRlIGN1c3RvbWl6ZWQgZXhwZXJpZW5jZXMuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IE1ha2UgZmFzdGVyIGFuZCBiZXR0ZXJcbiAgICAgICAgICAgICAgZGVjaXNpb25zIHRvIGVmZmVjdGl2ZWx5IGRyaXZlIHlvdXIgYnVzaW5lc3MgZWZmZWN0aXZlbHkuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDwvdWw+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtaW1hZ2VcIj5cbiAgICAgICAgICA8ZmlndXJlPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9wcm9kdWN0cy9oeXBlci1kYXNoYm9hcmQvaGQtYW5heWx0aWNzLnBuZ1wiXG4gICAgICAgICAgICAgIGFsdD1cIkFuYWx5dGljcyBhbmQgVmlzdWFsaXNhdGlvblwiXG4gICAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgICAgICA8L2ZpZ3VyZT5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuICA8IS0tIG5vdCBqdXN0IG1lbWJlcnMgLS0+XG4gIDxzZWN0aW9uPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2Mgc2VydmljZS1pbWFnZVwiPlxuICAgICAgICAgIDxmaWd1cmU+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL3Byb2R1Y3RzL2h5cGVyLWRhc2hib2FyZC9oZC1tbC5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJNYWNoaW5lIExlYXJuaW5nXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJpbWctZmx1aWRcIiAvPlxuICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2MgcHJvZHVjdC1mZWF0dXJlcyB0ZXh0LXN0YXJ0XCI+XG4gICAgICAgICAgPGgyPlxuICAgICAgICAgICAgTm90IGp1c3QgbnVtYmVycy4gPHNwYW4+Q29nbml0aXZlIFZpc2lvbjwvc3Bhbj4gYW5kXG4gICAgICAgICAgICA8c3Bhbj5OYXR1cmFsIExhbmd1YWdlIFByb2Nlc3Npbmc8L3NwYW4+IHNvbHV0aW9uc1xuICAgICAgICAgIDwvaDI+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBFbXBsb3kgc3RhdGUtb2YtdGhlLWFydCBjb21wdXRlciB2aXNpb24gYW5kIG5hdHVyYWwgbGFuZ3VhZ2UgcHJvY2Vzc2luZ1xuICAgICAgICAgICAgc29sdXRpb25zIHRvIGltcHJvdmUgeW91ciBidXNpbmVzcyBwcm9jZXNzZXMuXG4gICAgICAgICAgPC9wPlxuICAgICAgICAgIDx1bCBjbGFzcz1cImxpc3QtdW5zdHlsZWRcIj5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBBbmFseXNlIHZpZGVvIGFuZFxuICAgICAgICAgICAgICBkaWdpdGFsIGltYWdlIGRhdGEgZm9yIGZhY2lhbCByZWNvZ25pdGlvbiwgaW1hZ2UgcHJvY2Vzc2luZywgb3B0aWNhbFxuICAgICAgICAgICAgICBjaGFyYWN0ZXIgcmVjb2duaXRpb24sIGVtb3Rpb24gYW5hbHlzaXMsIGFuZCBpbXByb3ZlIHRoZSB3YXkgeW91clxuICAgICAgICAgICAgICBidXNpbmVzcyBpbnRlcmFjdHMgd2l0aCB5b3VyIGN1c3RvbWVycy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gR2FpbiBpbnNpZ2h0IGZyb20geW91clxuICAgICAgICAgICAgICBjdXN0b21lciBlbWFpbHMsIHN1cHBvcnQgdGlja2V0cywgcHJvZHVjdCByZXZpZXdzLCBzb2NpYWwgbWVkaWEsIGV0Yy5cbiAgICAgICAgICAgICAgYW5kIHB1dCBpdCB0byB3b3JrIHRvIGdyb3cgeW91ciBidXNpbmVzcy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPC91bD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuICA8IS0tIGV4dGVuZGVkIGZlYXR1cmVzIC0tPlxuICA8c2VjdGlvbiBjbGFzcz1cInRlc3RpbW9uaWFsLWJnXCI+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBwcm9kdWN0LWZlYXR1cmVzIHRleHQtc3RhcnRcIj5cbiAgICAgICAgICA8aDI+PHNwYW4+RXh0ZW5kZWQgZmVhdHVyZXM8L3NwYW4+IGFsb25nIHdpdGggeW91ciBkYXNoYm9hcmQ8L2gyPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgQnVpbGQgY3VzdG9tIGZ1bmN0aW9uYWxpdGllcywgYWxvbmcgd2l0aCB0aGUgZGFzaGJvYXJkLCB0byBpbXByb3ZlIGFueSBvZlxuICAgICAgICAgICAgeW91ciBidXNpbmVzcyBwcm9jZXNzZXMuXG4gICAgICAgICAgPC9wPlxuICAgICAgICAgIDx1bCBjbGFzcz1cImxpc3QtdW5zdHlsZWRcIj5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBJbXByb3ZlIHlvdXJcbiAgICAgICAgICAgICAgb3JnYW5pemF0aW9uJ3MgYnVzaW5lc3MgcHJvY2VzcyBlZmZpY2llbmN5IGFuZCBpbXByb3ZlIGN1c3RvbWVyXG4gICAgICAgICAgICAgIGFjcXVpc2l0aW9uLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBCdWlsZCBmdW5jdGlvbmFsaXRpZXMgdG9cbiAgICAgICAgICAgICAgcmVkdWNlIHNwZWNpZmljIG9wZXJhdGlvbmFsIGNvc3RzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBCdWlsZCBhIGJldHRlciBjdXN0b21lclxuICAgICAgICAgICAgICBleHBlcmllbmNlIGFuZCBpbmNyZWFzZSByZXZlbnVlcy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPC91bD5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1pbWFnZVwiPlxuICAgICAgICAgIDxmaWd1cmU+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL3Byb2R1Y3RzL2h5cGVyLWRhc2hib2FyZC9oZC1leHRlbmRlZC5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJFeHRlbmRlZCBEYXNoYm9hcmRcIlxuICAgICAgICAgICAgICBjbGFzcz1cImltZy1mbHVpZFwiIC8+XG4gICAgICAgICAgPC9maWd1cmU+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvc2VjdGlvbj5cbjwvZGl2PlxuPCEtLSBzdWJzY3JpYmUgdG8gb3VyIG5ld3NsZXR0ZXIgLS0+XG48cHctbGFuZGluZy1wYWdlLXN1YnNjcmliZSBbZ2FFdmVudE9ial09XCJ7XG4gICAgICAgIGNhdGVnb3J5OiAncHctY3VzdG9tZXItc3VjY2Vzcy1uZXctbGVhZC1yZWdpc3RyYXRpb24nLFxuICAgICAgICBhY3Rpb246ICdzdWJzY3JpYmUtc3VjY2VzcycsXG4gICAgICAgIGxhYmVsOiAnbGFuZGluZy1wYWdlLWEnLFxuICAgICAgICB2YWx1ZTogMVxuICAgIH1cIj48L3B3LWxhbmRpbmctcGFnZS1zdWJzY3JpYmU+XG48IS0tY29udGFjdCBjb250YWluZXItLT5cbjxzZWN0aW9uIGlkPVwiY29udGFjdFwiPlxuICA8cHctbGFuZGluZy1wYWdlLWNvbnRhY3QgW2dhRXZlbnRPYmpdPVwie1xuICAgICAgICAgICAgY2F0ZWdvcnk6ICdwdy1jdXN0b21lci1zdWNjZXNzLWNvbnRhY3QtdXMnLFxuICAgICAgICAgICAgYWN0aW9uOiAnY29udGFjdC1zdWNjZXNzJyxcbiAgICAgICAgICAgIGxhYmVsOiAnbGFuZGluZy1wYWdlLWEnLFxuICAgICAgICAgICAgdmFsdWU6IDFcbiAgICAgICAgfVwiPjwvcHctbGFuZGluZy1wYWdlLWNvbnRhY3Q+XG48L3NlY3Rpb24+XG5cbjwhLS1mb290ZXIgY29udGFpbmVyIC0tPlxuPHB3LWxhbmRpbmctcGFnZS1mb290ZXI+PC9wdy1sYW5kaW5nLXBhZ2UtZm9vdGVyPlxuIl19
@@ -0,0 +1,40 @@
1
+ import { Component, Injector } from '@angular/core';
2
+ import { HYPER_DASHBOARD_KEYS } from '../../../config/constant';
3
+ import { AppBaseComponent } from '@posiwise/app-base-component';
4
+ import { AuthService } from '@posiwise/common-services';
5
+ import { HelperService } from '@posiwise/helper-service';
6
+ import * as i0 from "@angular/core";
7
+ import * as i1 from "@posiwise/common-services";
8
+ import * as i2 from "@posiwise/directives";
9
+ import * as i3 from "@posiwise/shared-components";
10
+ import * as i4 from "../../landing-page/sections/landing-page-footer/landing-page-footer.component";
11
+ import * as i5 from "../../landing-page/sections/landing-page-subscribe/landing-page-subscribe.component";
12
+ import * as i6 from "../../landing-page/sections/landing-page-contact/landing-page-contact.component";
13
+ export class EnterpriseManagementComponent extends AppBaseComponent {
14
+ constructor(authService, injector) {
15
+ super(injector);
16
+ this.authService = authService;
17
+ this.productKey = HYPER_DASHBOARD_KEYS.Dashboard_Demo1;
18
+ this.landing = false;
19
+ this.masterProductId = this.appConfig.master_subscription.product_id;
20
+ this.subject = 'HyperDashboard Product Contact Request';
21
+ }
22
+ ngOnInit() {
23
+ // Redirect user to the home if its already logged in
24
+ this.authService.getToken$().subscribe(tok => {
25
+ if (tok && typeof tok === 'string') {
26
+ this.router.navigate(['home']);
27
+ }
28
+ });
29
+ }
30
+ ngAfterViewInit() {
31
+ HelperService.changeTitleText();
32
+ }
33
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EnterpriseManagementComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
34
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: EnterpriseManagementComponent, selector: "pw-enterprise-management", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-anayltics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-enterprise-management-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-enterprise-management-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:rgb(255,255,255) url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:rgb(248,249,250);border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:rgb(248,249,250);border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.msp-container{padding:0!important}.msp-container .register-container{min-height:100vh!important}.msp-container .services{padding:0}.msp-container .services .service-points{font-size:18px;line-height:1.15em}.msp-container .branding-color{color:#fff}.msp-container .product-features ul li{color:#fff!important;margin:0 0 15px}.msp-container .register-outer{background:linear-gradient(var(--first),var(--second))}.msp-container .register-outer h1,.msp-container .register-outer h2,.msp-container .register-outer h3,.msp-container .register-outer p{color:#fff!important}.msp-container .register-right .tab-content{border-top:6px solid var(--first)}.msp-container .register-right .tab-content h3{color:var(--first);font-weight:700}.msp-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media (max-width: 991px){.services{padding:25px 0}}@media only screen and (max-width: 768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width: 768px){.register-left{padding-right:40px}}@media only screen and (max-width: 480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width: 769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width: 768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width: 575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media (min-width: 768px) and (max-width: 768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media (min-width: 769px) and (max-width: 820px){.register-outer{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px) and (max-width: 1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-cloudolive-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media (min-width: 1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media (min-width: 1800px){.register-container{max-width:73%}}@media (min-width: 2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 20px!important}.cloudolive-header h1,.blinking-text-wrapper h1{color:#45d292}.cloudolive-header h3,.blinking-text-wrapper h3,.cloudolive-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.cloudolive-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media (max-width: 768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:white url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i2.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: i4.LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: i5.LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }, { kind: "component", type: i6.LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }] }); }
35
+ }
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: EnterpriseManagementComponent, decorators: [{
37
+ type: Component,
38
+ args: [{ selector: 'pw-enterprise-management', template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-anayltics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-enterprise-management-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-enterprise-management-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:rgb(255,255,255) url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:rgb(248,249,250);border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:rgb(248,249,250);border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.msp-container{padding:0!important}.msp-container .register-container{min-height:100vh!important}.msp-container .services{padding:0}.msp-container .services .service-points{font-size:18px;line-height:1.15em}.msp-container .branding-color{color:#fff}.msp-container .product-features ul li{color:#fff!important;margin:0 0 15px}.msp-container .register-outer{background:linear-gradient(var(--first),var(--second))}.msp-container .register-outer h1,.msp-container .register-outer h2,.msp-container .register-outer h3,.msp-container .register-outer p{color:#fff!important}.msp-container .register-right .tab-content{border-top:6px solid var(--first)}.msp-container .register-right .tab-content h3{color:var(--first);font-weight:700}.msp-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media (max-width: 991px){.services{padding:25px 0}}@media only screen and (max-width: 768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width: 768px){.register-left{padding-right:40px}}@media only screen and (max-width: 480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width: 769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width: 768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width: 575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media (min-width: 768px) and (max-width: 768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media (min-width: 769px) and (max-width: 820px){.register-outer{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px) and (max-width: 1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-cloudolive-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media (min-width: 1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media (min-width: 1800px){.register-container{max-width:73%}}@media (min-width: 2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 20px!important}.cloudolive-header h1,.blinking-text-wrapper h1{color:#45d292}.cloudolive-header h3,.blinking-text-wrapper h3,.cloudolive-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.cloudolive-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media (max-width: 768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:white url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
39
+ }], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
40
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW50ZXJwcmlzZS1tYW5hZ2VtZW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL3RlY2gtZmVhdHVyZXMvZW50ZXJwcmlzZS1tYW5hZ2VtZW50L2VudGVycHJpc2UtbWFuYWdlbWVudC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL2VudGVycHJpc2UtbWFuYWdlbWVudC9lbnRlcnByaXNlLW1hbmFnZW1lbnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFpQixTQUFTLEVBQUUsUUFBUSxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQzNFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBRWhFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUN4RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7Ozs7Ozs7O0FBT3pELE1BQU0sT0FBTyw2QkFDVCxTQUFRLGdCQUFnQjtJQVd4QixZQUFvQixXQUF3QixFQUFFLFFBQWtCO1FBQzVELEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQztRQURBLGdCQUFXLEdBQVgsV0FBVyxDQUFhO1FBTjVDLGVBQVUsR0FBRyxvQkFBb0IsQ0FBQyxlQUFlLENBQUM7UUFFbEQsWUFBTyxHQUFHLEtBQUssQ0FBQztRQUVoQixvQkFBZSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsbUJBQW1CLENBQUMsVUFBVSxDQUFDO1FBSzVELElBQUksQ0FBQyxPQUFPLEdBQUcsd0NBQXdDLENBQUM7SUFDNUQsQ0FBQztJQUVELFFBQVE7UUFDSixxREFBcUQ7UUFDckQsSUFBSSxDQUFDLFdBQVcsQ0FBQyxTQUFTLEVBQUUsQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLEVBQUU7WUFDekMsSUFBSSxHQUFHLElBQUksT0FBTyxHQUFHLEtBQUssUUFBUSxFQUFFO2dCQUNoQyxJQUFJLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUM7YUFDbEM7UUFDTCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFRCxlQUFlO1FBQ1gsYUFBYSxDQUFDLGVBQWUsRUFBRSxDQUFDO0lBQ3BDLENBQUM7OEdBN0JRLDZCQUE2QjtrR0FBN0IsNkJBQTZCLHVGQ1oxQyw0N09BK0xBOzsyRkRuTGEsNkJBQTZCO2tCQUx6QyxTQUFTOytCQUNJLDBCQUEwQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFmdGVyVmlld0luaXQsIENvbXBvbmVudCwgSW5qZWN0b3IsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSFlQRVJfREFTSEJPQVJEX0tFWVMgfSBmcm9tICcuLi8uLi8uLi9jb25maWcvY29uc3RhbnQnO1xuXG5pbXBvcnQgeyBBcHBCYXNlQ29tcG9uZW50IH0gZnJvbSAnQHBvc2l3aXNlL2FwcC1iYXNlLWNvbXBvbmVudCc7XG5pbXBvcnQgeyBBdXRoU2VydmljZSB9IGZyb20gJ0Bwb3Npd2lzZS9jb21tb24tc2VydmljZXMnO1xuaW1wb3J0IHsgSGVscGVyU2VydmljZSB9IGZyb20gJ0Bwb3Npd2lzZS9oZWxwZXItc2VydmljZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctZW50ZXJwcmlzZS1tYW5hZ2VtZW50JyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vZW50ZXJwcmlzZS1tYW5hZ2VtZW50LmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9lbnRlcnByaXNlLW1hbmFnZW1lbnQuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBFbnRlcnByaXNlTWFuYWdlbWVudENvbXBvbmVudFxuICAgIGV4dGVuZHMgQXBwQmFzZUNvbXBvbmVudFxuICAgIGltcGxlbWVudHMgT25Jbml0LCBBZnRlclZpZXdJbml0XG57XG4gICAgc3ViamVjdDogc3RyaW5nO1xuXG4gICAgcHJvZHVjdEtleSA9IEhZUEVSX0RBU0hCT0FSRF9LRVlTLkRhc2hib2FyZF9EZW1vMTtcblxuICAgIGxhbmRpbmcgPSBmYWxzZTtcblxuICAgIG1hc3RlclByb2R1Y3RJZCA9IHRoaXMuYXBwQ29uZmlnLm1hc3Rlcl9zdWJzY3JpcHRpb24ucHJvZHVjdF9pZDtcblxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgYXV0aFNlcnZpY2U6IEF1dGhTZXJ2aWNlLCBpbmplY3RvcjogSW5qZWN0b3IpIHtcbiAgICAgICAgc3VwZXIoaW5qZWN0b3IpO1xuXG4gICAgICAgIHRoaXMuc3ViamVjdCA9ICdIeXBlckRhc2hib2FyZCBQcm9kdWN0IENvbnRhY3QgUmVxdWVzdCc7XG4gICAgfVxuXG4gICAgbmdPbkluaXQoKSB7XG4gICAgICAgIC8vIFJlZGlyZWN0IHVzZXIgdG8gdGhlIGhvbWUgaWYgaXRzIGFscmVhZHkgbG9nZ2VkIGluXG4gICAgICAgIHRoaXMuYXV0aFNlcnZpY2UuZ2V0VG9rZW4kKCkuc3Vic2NyaWJlKHRvayA9PiB7XG4gICAgICAgICAgICBpZiAodG9rICYmIHR5cGVvZiB0b2sgPT09ICdzdHJpbmcnKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5yb3V0ZXIubmF2aWdhdGUoWydob21lJ10pO1xuICAgICAgICAgICAgfVxuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBuZ0FmdGVyVmlld0luaXQoKSB7XG4gICAgICAgIEhlbHBlclNlcnZpY2UuY2hhbmdlVGl0bGVUZXh0KCk7XG4gICAgfVxufVxuIiwiPHB3LWhlYWRlciBbbGFuZGluZ109XCJsYW5kaW5nXCI+PC9wdy1oZWFkZXI+XG48ZGl2IGNsYXNzPVwidGVjaC1mZWF0dXJlcy13cmFwcGVyXCI+XG4gIDwhLS0gaGVhZGVyIHNlY3Rpb24gLS0+XG4gIDxzZWN0aW9uIGNsYXNzPVwidGVzdGltb25pYWwtYmcgYmxpbmtpbmctdGV4dC13cmFwcGVyXCI+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lciB0ZXh0LWNlbnRlclwiPlxuICAgICAgPGgxIGNsYXNzPVwibXktNVwiPlxuICAgICAgICBZb3VyIGh5cGVyIGRhc2hib2FyZCA8YnIgLz5wb3dlcmVkIGJ5XG4gICAgICAgIDxzcGFuIGRhdGEtcGVyaW9kPVwiMzAwMFwiXG4gICAgICAgICAgY2xhc3M9XCJ0eHQtcm90YXRlXCJcbiAgICAgICAgICBbYXR0ci5kYXRhLXJvdGF0ZV09XCJbXG4gICAgICAgICAgICAgICAgICAgICAgICAnRW5oYW5jZWQgRGF0YSBDb2xsZWN0aW9uJyxcbiAgICAgICAgICAgICAgICAgICAgICAgICdNYWNoaW5lIExlYXJuaW5nJyxcbiAgICAgICAgICAgICAgICAgICAgICAgICdDdXN0b20gRnVuY3Rpb25hbGl0aWVzJ1xuICAgICAgICAgICAgICAgICAgICBdXCI+PC9zcGFuPlxuICAgICAgICA8c3BhbiBjbGFzcz1cImJsaW5raW5nLWN1cnNvclwiPnw8L3NwYW4+XG4gICAgICAgIDxiciAvPnRvIHN1cGVyY2hhcmdlIHlvdXIgYnVzaW5lc3NcbiAgICAgIDwvaDE+XG4gICAgICA8aDMgY2xhc3M9XCJteS01XCI+XG4gICAgICAgIEVmZmVjdGl2ZSBEZWNpc2lvbiBNYWtpbmcsIEluY3JlYXNlZCBQcm9kdWN0aXZpdHkgYW5kIEltcHJvdmVkIEJ1c2luZXNzIFByb2Nlc3Nlcy5cbiAgICAgIDwvaDM+XG4gICAgPC9kaXY+XG4gIDwvc2VjdGlvbj5cbiAgPCEtLSByYWRpY2FsbHkgZGlmZmVyZW50IC0tPlxuICA8c2VjdGlvbj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1kZXNjIHNlcnZpY2UtaW1hZ2VcIj5cbiAgICAgICAgICA8ZmlndXJlPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9wcm9kdWN0cy9oeXBlci1kYXNoYm9hcmQvaGQtYWNjdXJhdGUucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiQWNjdXJhdGUgRGF0YVwiXG4gICAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgICAgICA8L2ZpZ3VyZT5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1kZXNjIHByb2R1Y3QtZmVhdHVyZXMgdGV4dC1zdGFydFwiPlxuICAgICAgICAgIDxoMj48c3Bhbj5BIFJhZGljYWxseSBEaWZmZXJlbnQ8L3NwYW4+IHNvbHV0aW9uIHRvIGdldCBhY2N1cmF0ZSBkYXRhPC9oMj5cbiAgICAgICAgICA8cD5cbiAgICAgICAgICAgIE91ciBhcHByb2FjaCBzbGFzaGVzIHRoZSB0aW1lIG5lZWRlZCB0byBidWlsZCBhbmQgZGVwbG95IGludGVsbGlnZW50XG4gICAgICAgICAgICBhbmFseXRpY3MgdGhhdCB1bmxlYXNoIHRoZSBmdWxsIHBvdGVudGlhbCBvZiB5b3VyIGJ1c2luZXNzLlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8dWwgY2xhc3M9XCJsaXN0LXVuc3R5bGVkXCI+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gVXNlIG91ciBwcm9wcmlldGFyeVxuICAgICAgICAgICAgICB0ZWNobm9sb2d5IHRvIGdhdGhlciBpbmZvcm1hdGlvbiBmcm9tIGFueSBhdmFpbGFibGUgc291cmNlcywgZnJvbSBBUElzXG4gICAgICAgICAgICAgIHRvIHB1YmxpY2x5IGF2YWlsYWJsZSB3ZWItcGFnZXMuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IEJ1aWxkIHlvdXIgaW50ZXJhY3RpdmVcbiAgICAgICAgICAgICAgZGFzaGJvYXJkIGF0IGEgZnJhY3Rpb24gb2YgdGhlIGNvc3Qgb2YgdXNpbmcgdHJhZGl0aW9uYWwgcHJvdmlkZXJzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBVc2Ugb3VyIEFQSS1maXJzdFxuICAgICAgICAgICAgICB0ZWNobm9sb2d5IHRvIG1hc2h1cCBkYXRhIGFuZCBjcmVhdGUgYW5hbHl0aWMgc29sdXRpb25zIGluIGp1c3QgYSBmZXdcbiAgICAgICAgICAgICAgY2xpY2tzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICA8L3VsPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG4gIDwhLS0gaGlnaCBwZXJmb3JtYW5jZSAtLT5cbiAgPHNlY3Rpb24gY2xhc3M9XCJ0ZXN0aW1vbmlhbC1iZ1wiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2MgcHJvZHVjdC1mZWF0dXJlcyB0ZXh0LXN0YXJ0XCI+XG4gICAgICAgICAgPGgyPlxuICAgICAgICAgICAgSGlnaC1wZXJmb3JtYW5jZSA8c3Bhbj5BbmFseXRpY3M8L3NwYW4+IGFuZCA8c3Bhbj5WaXN1YWxpemF0aW9uPC9zcGFuPiBmcm9tXG4gICAgICAgICAgICBoaXN0b3JpY2FsIG9yIHJlYWwtdGltZSBkYXRhXG4gICAgICAgICAgPC9oMj5cbiAgICAgICAgICA8cD5cbiAgICAgICAgICAgIFdlIGJ1aWxkIHByb2JhYmlsaXN0aWMgbW9kZWxzLCBhcHBseSBtYWNoaW5lIGxlYXJuaW5nIG1ldGhvZHMgdG8gZmluZFxuICAgICAgICAgICAgcGF0dGVybnMgYW5kIGRlcGVuZGVuY2llcyBhbmQgcHJvdmlkZSBvcmdhbml6YXRpb25zIHdpdGggY3JpdGljYWwgZGF0YVxuICAgICAgICAgICAgaW5zaWdodHMgdG8gcmVkdWNlIHJpc2ssIGltcGxlbWVudGF0aW9uIHRpbWUgYW5kIGJ1c2luZXNzIGNvc3QuXG4gICAgICAgICAgPC9wPlxuICAgICAgICAgIDx1bCBjbGFzcz1cImxpc3QtdW5zdHlsZWRcIj5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBVbmRlcnN0YW5kIGRlbWFuZCBhbmRcbiAgICAgICAgICAgICAgc2FsZXMgcGF0dGVybnMgdG8gY3JlYXRlIGVmZmVjdGl2ZSBtYXJrZXQgc3RyYXRlZ2llcy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gRGVsaXZlciBtb3JlIG1lYW5pbmdmdWxcbiAgICAgICAgICAgICAgY29udGVudCwgYW5kIGNyZWF0ZSBjdXN0b21pemVkIGV4cGVyaWVuY2VzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBNYWtlIGZhc3RlciBhbmQgYmV0dGVyXG4gICAgICAgICAgICAgIGRlY2lzaW9ucyB0byBlZmZlY3RpdmVseSBkcml2ZSB5b3VyIGJ1c2luZXNzIGVmZmVjdGl2ZWx5LlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICA8L3VsPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWltYWdlXCI+XG4gICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvcHJvZHVjdHMvaHlwZXItZGFzaGJvYXJkL2hkLWFuYXlsdGljcy5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJBbmFseXRpY3MgYW5kIFZpc3VhbGlzYXRpb25cIlxuICAgICAgICAgICAgICBjbGFzcz1cImltZy1mbHVpZFwiIC8+XG4gICAgICAgICAgPC9maWd1cmU+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvc2VjdGlvbj5cbiAgPCEtLSBub3QganVzdCBtZW1iZXJzIC0tPlxuICA8c2VjdGlvbj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1kZXNjIHNlcnZpY2UtaW1hZ2VcIj5cbiAgICAgICAgICA8ZmlndXJlPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9wcm9kdWN0cy9oeXBlci1kYXNoYm9hcmQvaGQtbWwucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiTWFjaGluZSBMZWFybmluZ1wiXG4gICAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgICAgICA8L2ZpZ3VyZT5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1kZXNjIHByb2R1Y3QtZmVhdHVyZXMgdGV4dC1zdGFydFwiPlxuICAgICAgICAgIDxoMj5cbiAgICAgICAgICAgIE5vdCBqdXN0IG51bWJlcnMuIDxzcGFuPkNvZ25pdGl2ZSBWaXNpb248L3NwYW4+IGFuZFxuICAgICAgICAgICAgPHNwYW4+TmF0dXJhbCBMYW5ndWFnZSBQcm9jZXNzaW5nPC9zcGFuPiBzb2x1dGlvbnNcbiAgICAgICAgICA8L2gyPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgRW1wbG95IHN0YXRlLW9mLXRoZS1hcnQgY29tcHV0ZXIgdmlzaW9uIGFuZCBuYXR1cmFsIGxhbmd1YWdlIHByb2Nlc3NpbmdcbiAgICAgICAgICAgIHNvbHV0aW9ucyB0byBpbXByb3ZlIHlvdXIgYnVzaW5lc3MgcHJvY2Vzc2VzLlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8dWwgY2xhc3M9XCJsaXN0LXVuc3R5bGVkXCI+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gQW5hbHlzZSB2aWRlbyBhbmRcbiAgICAgICAgICAgICAgZGlnaXRhbCBpbWFnZSBkYXRhIGZvciBmYWNpYWwgcmVjb2duaXRpb24sIGltYWdlIHByb2Nlc3NpbmcsIG9wdGljYWxcbiAgICAgICAgICAgICAgY2hhcmFjdGVyIHJlY29nbml0aW9uLCBlbW90aW9uIGFuYWx5c2lzLCBhbmQgaW1wcm92ZSB0aGUgd2F5IHlvdXJcbiAgICAgICAgICAgICAgYnVzaW5lc3MgaW50ZXJhY3RzIHdpdGggeW91ciBjdXN0b21lcnMuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IEdhaW4gaW5zaWdodCBmcm9tIHlvdXJcbiAgICAgICAgICAgICAgY3VzdG9tZXIgZW1haWxzLCBzdXBwb3J0IHRpY2tldHMsIHByb2R1Y3QgcmV2aWV3cywgc29jaWFsIG1lZGlhLCBldGMuXG4gICAgICAgICAgICAgIGFuZCBwdXQgaXQgdG8gd29yayB0byBncm93IHlvdXIgYnVzaW5lc3MuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDwvdWw+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvc2VjdGlvbj5cbiAgPCEtLSBleHRlbmRlZCBmZWF0dXJlcyAtLT5cbiAgPHNlY3Rpb24gY2xhc3M9XCJ0ZXN0aW1vbmlhbC1iZ1wiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2MgcHJvZHVjdC1mZWF0dXJlcyB0ZXh0LXN0YXJ0XCI+XG4gICAgICAgICAgPGgyPjxzcGFuPkV4dGVuZGVkIGZlYXR1cmVzPC9zcGFuPiBhbG9uZyB3aXRoIHlvdXIgZGFzaGJvYXJkPC9oMj5cbiAgICAgICAgICA8cD5cbiAgICAgICAgICAgIEJ1aWxkIGN1c3RvbSBmdW5jdGlvbmFsaXRpZXMsIGFsb25nIHdpdGggdGhlIGRhc2hib2FyZCwgdG8gaW1wcm92ZSBhbnkgb2ZcbiAgICAgICAgICAgIHlvdXIgYnVzaW5lc3MgcHJvY2Vzc2VzLlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8dWwgY2xhc3M9XCJsaXN0LXVuc3R5bGVkXCI+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gSW1wcm92ZSB5b3VyXG4gICAgICAgICAgICAgIG9yZ2FuaXphdGlvbidzIGJ1c2luZXNzIHByb2Nlc3MgZWZmaWNpZW5jeSBhbmQgaW1wcm92ZSBjdXN0b21lclxuICAgICAgICAgICAgICBhY3F1aXNpdGlvbi5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gQnVpbGQgZnVuY3Rpb25hbGl0aWVzIHRvXG4gICAgICAgICAgICAgIHJlZHVjZSBzcGVjaWZpYyBvcGVyYXRpb25hbCBjb3N0cy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gQnVpbGQgYSBiZXR0ZXIgY3VzdG9tZXJcbiAgICAgICAgICAgICAgZXhwZXJpZW5jZSBhbmQgaW5jcmVhc2UgcmV2ZW51ZXMuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDwvdWw+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtaW1hZ2VcIj5cbiAgICAgICAgICA8ZmlndXJlPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9wcm9kdWN0cy9oeXBlci1kYXNoYm9hcmQvaGQtZXh0ZW5kZWQucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiRXh0ZW5kZWQgRGFzaGJvYXJkXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJpbWctZmx1aWRcIiAvPlxuICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG48L2Rpdj5cbjwhLS0gc3Vic2NyaWJlIHRvIG91ciBuZXdzbGV0dGVyIC0tPlxuPHB3LWxhbmRpbmctcGFnZS1zdWJzY3JpYmUgW2dhRXZlbnRPYmpdPVwie1xuICAgICAgICBjYXRlZ29yeTogJ3B3LWVudGVycHJpc2UtbWFuYWdlbWVudC1uZXctbGVhZC1yZWdpc3RyYXRpb24nLFxuICAgICAgICBhY3Rpb246ICdzdWJzY3JpYmUtc3VjY2VzcycsXG4gICAgICAgIGxhYmVsOiAnbGFuZGluZy1wYWdlLWEnLFxuICAgICAgICB2YWx1ZTogMVxuICAgIH1cIj48L3B3LWxhbmRpbmctcGFnZS1zdWJzY3JpYmU+XG48IS0tY29udGFjdCBjb250YWluZXItLT5cbjxzZWN0aW9uIGlkPVwiY29udGFjdFwiPlxuICA8cHctbGFuZGluZy1wYWdlLWNvbnRhY3QgW2dhRXZlbnRPYmpdPVwie1xuICAgICAgICAgICAgY2F0ZWdvcnk6ICdwdy1lbnRlcnByaXNlLW1hbmFnZW1lbnQtY29udGFjdC11cycsXG4gICAgICAgICAgICBhY3Rpb246ICdjb250YWN0LXN1Y2Nlc3MnLFxuICAgICAgICAgICAgbGFiZWw6ICdsYW5kaW5nLXBhZ2UtYScsXG4gICAgICAgICAgICB2YWx1ZTogMVxuICAgICAgICB9XCI+PC9wdy1sYW5kaW5nLXBhZ2UtY29udGFjdD5cbjwvc2VjdGlvbj5cblxuPCEtLWZvb3RlciBjb250YWluZXIgLS0+XG48cHctbGFuZGluZy1wYWdlLWZvb3Rlcj48L3B3LWxhbmRpbmctcGFnZS1mb290ZXI+XG4iXX0=