@jooler/jooler-websites-shared 0.0.237-beta.0 → 0.0.239

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 (196) hide show
  1. package/{esm2020 → esm2022}/jooler-websites-shared.mjs +4 -4
  2. package/esm2022/lib/achievements/achievements.component.mjs +18 -0
  3. package/esm2022/lib/auth-route-directive.mjs +42 -0
  4. package/esm2022/lib/call-to-action-section/call-to-action-section.component.mjs +29 -0
  5. package/esm2022/lib/call-to-action-section-two/call-to-action-section-two.component.mjs +25 -0
  6. package/esm2022/lib/choose-country-with-flag/choose-country-with-flag.component.mjs +56 -0
  7. package/esm2022/lib/coming-soon/coming-soon.component.mjs +20 -0
  8. package/esm2022/lib/contact-us-page/contact-us-page.component.mjs +144 -0
  9. package/esm2022/lib/cta-section-style-four/cta-section-style-four.component.mjs +35 -0
  10. package/esm2022/lib/cta-section-style-three/cta-section-style-three.component.mjs +23 -0
  11. package/esm2022/lib/custom-tooltip/custom-tooltip.component.mjs +23 -0
  12. package/esm2022/lib/get-started-cta/get-started-cta.component.mjs +24 -0
  13. package/esm2022/lib/header-section-one/header-section-one.component.mjs +25 -0
  14. package/esm2022/lib/image-gallery-modal/image-gallery-modal.component.mjs +134 -0
  15. package/esm2022/lib/jooler-websites-shared.module.mjs +208 -0
  16. package/{esm2020 → esm2022}/lib/models/about-us-section.model.mjs +1 -1
  17. package/{esm2020 → esm2022}/lib/models/account-type.model.mjs +8 -8
  18. package/esm2022/lib/models/account.model.mjs +14 -0
  19. package/{esm2020 → esm2022}/lib/models/achievement.model.mjs +5 -3
  20. package/esm2022/lib/models/achievements.model.mjs +5 -0
  21. package/esm2022/lib/models/address.model.mjs +16 -0
  22. package/{esm2020 → esm2022}/lib/models/brand-logo.model.mjs +1 -1
  23. package/{esm2020 → esm2022}/lib/models/call-to-action-data.model.mjs +1 -1
  24. package/esm2022/lib/models/call-to-action-section-two.model.mjs +7 -0
  25. package/{esm2020 → esm2022}/lib/models/call-to-action-style.model.mjs +1 -1
  26. package/esm2022/lib/models/city.model.mjs +6 -0
  27. package/esm2022/lib/models/country.model.mjs +10 -0
  28. package/{esm2020 → esm2022}/lib/models/cta-cards.model.mjs +1 -1
  29. package/{esm2020 → esm2022}/lib/models/cta-one-type.model.mjs +1 -1
  30. package/{esm2020 → esm2022}/lib/models/cta-section-style-four.model.mjs +1 -1
  31. package/{esm2020 → esm2022}/lib/models/feature-section-nine.model.mjs +1 -1
  32. package/{esm2020 → esm2022}/lib/models/gallery-items-properties.model.mjs +1 -1
  33. package/esm2022/lib/models/get-started-cta.model.mjs +7 -0
  34. package/{esm2020 → esm2022}/lib/models/header-section-style-one.model.mjs +1 -1
  35. package/esm2022/lib/models/image-section-action.model.mjs +8 -0
  36. package/esm2022/lib/models/image-section.model.mjs +11 -0
  37. package/{esm2020 → esm2022}/lib/models/image-with-content.model.mjs +1 -1
  38. package/{esm2020 → esm2022}/lib/models/library-product-type.model.mjs +6 -6
  39. package/esm2022/lib/models/page-section-action.model.mjs +8 -0
  40. package/{esm2020 → esm2022}/lib/models/page-section-style-thirteen.model.mjs +5 -5
  41. package/{esm2020 → esm2022}/lib/models/page-section-style-three.model.mjs +1 -1
  42. package/esm2022/lib/models/page-section.model.mjs +11 -0
  43. package/{esm2020 → esm2022}/lib/models/page-style-section-five.model.mjs +1 -1
  44. package/{esm2020 → esm2022}/lib/models/perks.model.mjs +5 -3
  45. package/{esm2020 → esm2022}/lib/models/section-title-sizes.model.mjs +6 -6
  46. package/esm2022/lib/models/section-title.model.mjs +17 -0
  47. package/esm2022/lib/models/service-plan.model.mjs +11 -0
  48. package/esm2022/lib/models/team-member.model.mjs +7 -0
  49. package/esm2022/lib/models/team-section.model.mjs +6 -0
  50. package/{esm2020 → esm2022}/lib/models/user-type.model.mjs +7 -7
  51. package/esm2022/lib/models/user.model.mjs +11 -0
  52. package/{esm2020 → esm2022}/lib/models/value-prop-properties.model.mjs +1 -1
  53. package/{esm2020 → esm2022}/lib/models/vertical-side-tab.model.mjs +1 -1
  54. package/esm2022/lib/our-client-listing/our-client-listing.component.mjs +18 -0
  55. package/esm2022/lib/our-clients/our-clients.component.mjs +57 -0
  56. package/esm2022/lib/page-section-style-ten/page-section-style-ten.component.mjs +35 -0
  57. package/esm2022/lib/page-section-style-thirteen/page-section-style-thirteen.component.mjs +46 -0
  58. package/esm2022/lib/page-section-style-three/page-section-style-three.component.mjs +26 -0
  59. package/esm2022/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.mjs +26 -0
  60. package/esm2022/lib/pricing-plans/pricing-plans.component.mjs +22 -0
  61. package/esm2022/lib/section-title/section-title.component.mjs +23 -0
  62. package/esm2022/lib/services/user.service.mjs +36 -0
  63. package/esm2022/lib/social-media-icons/social-media-icons.component.mjs +44 -0
  64. package/esm2022/lib/social-media-icons/social-media-links.model.mjs +7 -0
  65. package/esm2022/lib/success-message-dialog/success-message-dialog.component.mjs +24 -0
  66. package/esm2022/lib/team/team.component.mjs +55 -0
  67. package/esm2022/lib/value-prop-card/value-prop-card.component.mjs +44 -0
  68. package/esm2022/lib/value-props-section/value-props-section.component.mjs +35 -0
  69. package/esm2022/lib/values/values.component.mjs +48 -0
  70. package/esm2022/lib/vertical-side-tabs/vertical-side-tabs.component.mjs +33 -0
  71. package/{esm2020 → esm2022}/public-api.mjs +64 -64
  72. package/fesm2022/jooler-websites-shared.mjs +1417 -0
  73. package/fesm2022/jooler-websites-shared.mjs.map +1 -0
  74. package/index.d.ts +5 -5
  75. package/lib/achievements/achievements.component.d.ts +10 -10
  76. package/lib/auth-route-directive.d.ts +14 -14
  77. package/lib/call-to-action-section/call-to-action-section.component.d.ts +11 -11
  78. package/lib/call-to-action-section-two/call-to-action-section-two.component.d.ts +13 -13
  79. package/lib/choose-country-with-flag/choose-country-with-flag.component.d.ts +19 -19
  80. package/lib/coming-soon/coming-soon.component.d.ts +8 -8
  81. package/lib/contact-us-page/contact-us-page.component.d.ts +50 -50
  82. package/lib/cta-section-style-four/cta-section-style-four.component.d.ts +12 -12
  83. package/lib/cta-section-style-three/cta-section-style-three.component.d.ts +12 -13
  84. package/lib/custom-tooltip/custom-tooltip.component.d.ts +9 -9
  85. package/lib/get-started-cta/get-started-cta.component.d.ts +13 -13
  86. package/lib/header-section-one/header-section-one.component.d.ts +11 -11
  87. package/lib/image-gallery-modal/image-gallery-modal.component.d.ts +27 -27
  88. package/lib/jooler-websites-shared.module.d.ts +44 -43
  89. package/lib/models/about-us-section.model.d.ts +6 -6
  90. package/lib/models/account-type.model.d.ts +7 -7
  91. package/lib/models/account.model.d.ts +16 -16
  92. package/lib/models/achievement.model.d.ts +4 -4
  93. package/lib/models/achievements.model.d.ts +6 -6
  94. package/lib/models/address.model.d.ts +18 -18
  95. package/lib/models/brand-logo.model.d.ts +4 -4
  96. package/lib/models/call-to-action-data.model.d.ts +17 -17
  97. package/lib/models/call-to-action-section-two.model.d.ts +6 -6
  98. package/lib/models/call-to-action-style.model.d.ts +16 -16
  99. package/lib/models/city.model.d.ts +5 -5
  100. package/lib/models/country.model.d.ts +9 -9
  101. package/lib/models/cta-cards.model.d.ts +7 -7
  102. package/lib/models/cta-one-type.model.d.ts +15 -15
  103. package/lib/models/cta-section-style-four.model.d.ts +8 -8
  104. package/lib/models/feature-section-nine.model.d.ts +6 -6
  105. package/lib/models/gallery-items-properties.model.d.ts +6 -6
  106. package/lib/models/get-started-cta.model.d.ts +8 -8
  107. package/lib/models/header-section-style-one.model.d.ts +16 -16
  108. package/lib/models/image-section-action.model.d.ts +8 -8
  109. package/lib/models/image-section.model.d.ts +12 -12
  110. package/lib/models/image-with-content.model.d.ts +5 -5
  111. package/lib/models/library-product-type.model.d.ts +5 -5
  112. package/lib/models/page-section-action.model.d.ts +8 -8
  113. package/lib/models/page-section-style-thirteen.model.d.ts +4 -4
  114. package/lib/models/page-section-style-three.model.d.ts +8 -8
  115. package/lib/models/page-section.model.d.ts +11 -11
  116. package/lib/models/page-style-section-five.model.d.ts +11 -11
  117. package/lib/models/perks.model.d.ts +4 -4
  118. package/lib/models/section-title-sizes.model.d.ts +5 -5
  119. package/lib/models/section-title.model.d.ts +10 -9
  120. package/lib/models/service-plan.model.d.ts +12 -12
  121. package/lib/models/team-member.model.d.ts +6 -6
  122. package/lib/models/team-section.model.d.ts +7 -7
  123. package/lib/models/user-type.model.d.ts +6 -6
  124. package/lib/models/user.model.d.ts +11 -11
  125. package/lib/models/value-prop-properties.model.d.ts +11 -11
  126. package/lib/models/vertical-side-tab.model.d.ts +6 -6
  127. package/lib/our-client-listing/our-client-listing.component.d.ts +10 -10
  128. package/lib/our-clients/our-clients.component.d.ts +15 -15
  129. package/lib/page-section-style-ten/page-section-style-ten.component.d.ts +15 -15
  130. package/lib/page-section-style-thirteen/page-section-style-thirteen.component.d.ts +21 -21
  131. package/lib/page-section-style-three/page-section-style-three.component.d.ts +13 -13
  132. package/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.d.ts +12 -12
  133. package/lib/pricing-plans/pricing-plans.component.d.ts +10 -10
  134. package/lib/section-title/section-title.component.d.ts +11 -11
  135. package/lib/services/user.service.d.ts +15 -15
  136. package/lib/social-media-icons/social-media-icons.component.d.ts +20 -20
  137. package/lib/social-media-icons/social-media-links.model.d.ts +6 -6
  138. package/lib/success-message-dialog/success-message-dialog.component.d.ts +11 -11
  139. package/lib/team/team.component.d.ts +18 -18
  140. package/lib/value-prop-card/value-prop-card.component.d.ts +15 -15
  141. package/lib/value-props-section/value-props-section.component.d.ts +11 -11
  142. package/lib/values/values.component.d.ts +16 -16
  143. package/lib/vertical-side-tabs/vertical-side-tabs.component.d.ts +14 -14
  144. package/package.json +5 -11
  145. package/public-api.d.ts +61 -61
  146. package/esm2020/lib/achievements/achievements.component.mjs +0 -17
  147. package/esm2020/lib/auth-route-directive.mjs +0 -37
  148. package/esm2020/lib/call-to-action-section/call-to-action-section.component.mjs +0 -28
  149. package/esm2020/lib/call-to-action-section-two/call-to-action-section-two.component.mjs +0 -23
  150. package/esm2020/lib/choose-country-with-flag/choose-country-with-flag.component.mjs +0 -55
  151. package/esm2020/lib/coming-soon/coming-soon.component.mjs +0 -22
  152. package/esm2020/lib/contact-us-page/contact-us-page.component.mjs +0 -129
  153. package/esm2020/lib/cta-section-style-four/cta-section-style-four.component.mjs +0 -32
  154. package/esm2020/lib/cta-section-style-three/cta-section-style-three.component.mjs +0 -25
  155. package/esm2020/lib/custom-tooltip/custom-tooltip.component.mjs +0 -22
  156. package/esm2020/lib/get-started-cta/get-started-cta.component.mjs +0 -22
  157. package/esm2020/lib/header-section-one/header-section-one.component.mjs +0 -23
  158. package/esm2020/lib/image-gallery-modal/image-gallery-modal.component.mjs +0 -132
  159. package/esm2020/lib/jooler-websites-shared.module.mjs +0 -204
  160. package/esm2020/lib/models/account.model.mjs +0 -3
  161. package/esm2020/lib/models/achievements.model.mjs +0 -3
  162. package/esm2020/lib/models/address.model.mjs +0 -3
  163. package/esm2020/lib/models/call-to-action-section-two.model.mjs +0 -3
  164. package/esm2020/lib/models/city.model.mjs +0 -3
  165. package/esm2020/lib/models/country.model.mjs +0 -3
  166. package/esm2020/lib/models/get-started-cta.model.mjs +0 -3
  167. package/esm2020/lib/models/image-section-action.model.mjs +0 -3
  168. package/esm2020/lib/models/image-section.model.mjs +0 -3
  169. package/esm2020/lib/models/page-section-action.model.mjs +0 -3
  170. package/esm2020/lib/models/page-section.model.mjs +0 -3
  171. package/esm2020/lib/models/section-title.model.mjs +0 -2
  172. package/esm2020/lib/models/service-plan.model.mjs +0 -3
  173. package/esm2020/lib/models/team-member.model.mjs +0 -3
  174. package/esm2020/lib/models/team-section.model.mjs +0 -3
  175. package/esm2020/lib/models/user.model.mjs +0 -3
  176. package/esm2020/lib/our-client-listing/our-client-listing.component.mjs +0 -17
  177. package/esm2020/lib/our-clients/our-clients.component.mjs +0 -54
  178. package/esm2020/lib/page-section-style-ten/page-section-style-ten.component.mjs +0 -33
  179. package/esm2020/lib/page-section-style-thirteen/page-section-style-thirteen.component.mjs +0 -43
  180. package/esm2020/lib/page-section-style-three/page-section-style-three.component.mjs +0 -24
  181. package/esm2020/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.mjs +0 -24
  182. package/esm2020/lib/pricing-plans/pricing-plans.component.mjs +0 -21
  183. package/esm2020/lib/section-title/section-title.component.mjs +0 -22
  184. package/esm2020/lib/services/user.service.mjs +0 -35
  185. package/esm2020/lib/social-media-icons/social-media-icons.component.mjs +0 -40
  186. package/esm2020/lib/social-media-icons/social-media-links.model.mjs +0 -3
  187. package/esm2020/lib/success-message-dialog/success-message-dialog.component.mjs +0 -22
  188. package/esm2020/lib/team/team.component.mjs +0 -50
  189. package/esm2020/lib/value-prop-card/value-prop-card.component.mjs +0 -39
  190. package/esm2020/lib/value-props-section/value-props-section.component.mjs +0 -33
  191. package/esm2020/lib/values/values.component.mjs +0 -43
  192. package/esm2020/lib/vertical-side-tabs/vertical-side-tabs.component.mjs +0 -33
  193. package/fesm2015/jooler-websites-shared.mjs +0 -1231
  194. package/fesm2015/jooler-websites-shared.mjs.map +0 -1
  195. package/fesm2020/jooler-websites-shared.mjs +0 -1231
  196. package/fesm2020/jooler-websites-shared.mjs.map +0 -1
@@ -0,0 +1,1417 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Component, Input, EventEmitter, Output, Injectable, Directive, HostListener, forwardRef, NgModule } from '@angular/core';
3
+ import * as i2 from '@angular/common';
4
+ import { CommonModule } from '@angular/common';
5
+ import * as i1 from '@fortawesome/angular-fontawesome';
6
+ import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
7
+ import * as i3 from '@angular/material/expansion';
8
+ import { AppMaterialModule } from '@jooler/app-material';
9
+ import { FontAwesomeSharedModule } from '@jooler/font-awesome-shared';
10
+ import * as i1$1 from '@angular/router';
11
+ import { RouterModule } from '@angular/router';
12
+ import * as i3$1 from '@angular/material/button';
13
+ import * as i4 from '@angular/material/tooltip';
14
+ import { MatTooltipModule } from '@angular/material/tooltip';
15
+ import * as i1$2 from '@angular/common/http';
16
+ import { HttpHeaders } from '@angular/common/http';
17
+ import { trigger, transition, style, animate } from '@angular/animations';
18
+ import * as i1$3 from '@angular/cdk/layout';
19
+ import * as i4$1 from 'primeng/galleria';
20
+ import { GalleriaModule } from 'primeng/galleria';
21
+ import * as i5 from 'primeng/api';
22
+ import * as i1$4 from '@angular/material/dialog';
23
+ import * as i5$1 from 'primeng/carousel';
24
+ import { CarouselModule } from 'primeng/carousel';
25
+ import * as i3$2 from '@angular/forms';
26
+ import { NG_VALUE_ACCESSOR, FormControl, ReactiveFormsModule, FormsModule } from '@angular/forms';
27
+ import * as i3$3 from '@ng-select/ng-select';
28
+ import { NgSelectModule } from '@ng-select/ng-select';
29
+ import * as i1$5 from '@angular/material/icon';
30
+ import * as i3$4 from '@angular/material/card';
31
+
32
+ var SectionTitleSizes;
33
+ (function (SectionTitleSizes) {
34
+ SectionTitleSizes[SectionTitleSizes["SMALL"] = 0] = "SMALL";
35
+ SectionTitleSizes[SectionTitleSizes["MEDIUM"] = 1] = "MEDIUM";
36
+ SectionTitleSizes[SectionTitleSizes["LARGE"] = 2] = "LARGE";
37
+ })(SectionTitleSizes || (SectionTitleSizes = {}));
38
+
39
+ class SectionTitleComponent {
40
+ sectionTitle;
41
+ sectionTitleSizes = SectionTitleSizes;
42
+ withoutTitleCase;
43
+ descriptionWidth;
44
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SectionTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
45
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SectionTitleComponent, selector: "section-title", inputs: { sectionTitle: "sectionTitle", withoutTitleCase: "withoutTitleCase", descriptionWidth: "descriptionWidth" }, ngImport: i0, template: "<div class=\"section-container\" [ngClass]=\"{'align-left':sectionTitle.alignLeft,'align-center':!sectionTitle.alignLeft,'dark-background':sectionTitle.isDarkBg ,'light-background':!sectionTitle.isDarkBg, 'without-divider':sectionTitle.isWithoutDivider,\r\n'small-font': sectionTitle.fontSizeEnum == sectionTitleSizes.SMALL,\r\n'medium-font': sectionTitle.fontSizeEnum == sectionTitleSizes.MEDIUM || (!sectionTitle.fontSizeEnum),\r\n'large-font': (sectionTitle.fontSizeEnum == sectionTitleSizes.LARGE) }\">\r\n <div class=\"title-container\">\r\n <div class=\"title\" *ngIf=\"sectionTitle.title\">\r\n {{withoutTitleCase? sectionTitle.title : (sectionTitle.title | titlecase)}}\r\n </div>\r\n <div class=\"divider\" *ngIf=\"!sectionTitle.isWithoutDivider\">\r\n </div>\r\n </div>\r\n <div class=\"description\" *ngIf=\"sectionTitle.subtitle\"\r\n [ngStyle]=\"descriptionWidth ? {width : descriptionWidth} : null\">\r\n {{sectionTitle.subtitle}}<ng-content></ng-content>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.section-container{width:100%}.align-center{text-align:center}.align-center .title-container{margin:auto}.align-center .divider{margin:.2rem auto 1rem}.align-center .description{margin:auto;width:90%}.title-container{margin:auto;width:-moz-fit-content;width:fit-content}.title{font-weight:700;width:auto;margin:auto;line-height:normal}.divider{height:.4rem;width:auto;border-radius:4rem}.dark-background .divider{background-color:#fff}.dark-background .title,.dark-background .description{color:#fff}.without-divider{display:flex;flex-direction:column;row-gap:3rem}.light-background .divider{background-color:#155ed4}.light-background .title,.light-background .description{color:#32353b}.description{width:85%;font-weight:500}.align-left .title{margin:0}.align-left .divider{margin:.2rem 0 1rem;width:auto}.align-left .description{width:85%;margin:0}.align-left .title-container{margin:0}.large-font .title{font-size:5rem}.large-font .description{font-size:1.8rem}.medium-font .title{font-size:4rem}.medium-font .description{font-size:1.8rem}.small-font .title{font-size:3rem}.small-font .description{font-size:1.6rem}@media only screen and (max-width: 37.5em){.large-font .title,.align-left .title,.align-center .title{font-size:3rem}.large-font .description,.align-left .description,.align-center .description{width:85%;font-size:1.8rem}}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "pipe", type: i2.TitleCasePipe, name: "titlecase" }] });
46
+ }
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SectionTitleComponent, decorators: [{
48
+ type: Component,
49
+ args: [{ selector: 'section-title', template: "<div class=\"section-container\" [ngClass]=\"{'align-left':sectionTitle.alignLeft,'align-center':!sectionTitle.alignLeft,'dark-background':sectionTitle.isDarkBg ,'light-background':!sectionTitle.isDarkBg, 'without-divider':sectionTitle.isWithoutDivider,\r\n'small-font': sectionTitle.fontSizeEnum == sectionTitleSizes.SMALL,\r\n'medium-font': sectionTitle.fontSizeEnum == sectionTitleSizes.MEDIUM || (!sectionTitle.fontSizeEnum),\r\n'large-font': (sectionTitle.fontSizeEnum == sectionTitleSizes.LARGE) }\">\r\n <div class=\"title-container\">\r\n <div class=\"title\" *ngIf=\"sectionTitle.title\">\r\n {{withoutTitleCase? sectionTitle.title : (sectionTitle.title | titlecase)}}\r\n </div>\r\n <div class=\"divider\" *ngIf=\"!sectionTitle.isWithoutDivider\">\r\n </div>\r\n </div>\r\n <div class=\"description\" *ngIf=\"sectionTitle.subtitle\"\r\n [ngStyle]=\"descriptionWidth ? {width : descriptionWidth} : null\">\r\n {{sectionTitle.subtitle}}<ng-content></ng-content>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.section-container{width:100%}.align-center{text-align:center}.align-center .title-container{margin:auto}.align-center .divider{margin:.2rem auto 1rem}.align-center .description{margin:auto;width:90%}.title-container{margin:auto;width:-moz-fit-content;width:fit-content}.title{font-weight:700;width:auto;margin:auto;line-height:normal}.divider{height:.4rem;width:auto;border-radius:4rem}.dark-background .divider{background-color:#fff}.dark-background .title,.dark-background .description{color:#fff}.without-divider{display:flex;flex-direction:column;row-gap:3rem}.light-background .divider{background-color:#155ed4}.light-background .title,.light-background .description{color:#32353b}.description{width:85%;font-weight:500}.align-left .title{margin:0}.align-left .divider{margin:.2rem 0 1rem;width:auto}.align-left .description{width:85%;margin:0}.align-left .title-container{margin:0}.large-font .title{font-size:5rem}.large-font .description{font-size:1.8rem}.medium-font .title{font-size:4rem}.medium-font .description{font-size:1.8rem}.small-font .title{font-size:3rem}.small-font .description{font-size:1.6rem}@media only screen and (max-width: 37.5em){.large-font .title,.align-left .title,.align-center .title{font-size:3rem}.large-font .description,.align-left .description,.align-center .description{width:85%;font-size:1.8rem}}\n"] }]
50
+ }], propDecorators: { sectionTitle: [{
51
+ type: Input
52
+ }], withoutTitleCase: [{
53
+ type: Input
54
+ }], descriptionWidth: [{
55
+ type: Input
56
+ }] } });
57
+
58
+ class PageSectionStyleTenComponent {
59
+ data;
60
+ iconName = "circle";
61
+ panelOpenState = false;
62
+ selectedPanel;
63
+ panelChanged = new EventEmitter();
64
+ constructor() {
65
+ }
66
+ ngOnInit() { }
67
+ onClickPanel(index) {
68
+ this.selectedPanel = index;
69
+ console.log(this.selectedPanel);
70
+ this.panelChanged.emit(this.selectedPanel);
71
+ }
72
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PageSectionStyleTenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
73
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PageSectionStyleTenComponent, selector: "page-section-style-ten", inputs: { data: "data", iconName: "iconName", selectedPanel: "selectedPanel" }, outputs: { panelChanged: "panelChanged" }, ngImport: i0, template: "<mat-accordion class=\"mat-mdc-form-field\">\r\n <mat-expansion-panel class=\"expansion-panel\" (opened)=\"panelOpenState = true\" (closed)=\"panelOpenState = false\"\r\n *ngFor=\"let item of data; let i = index\" (click)=\"onClickPanel(i)\">\r\n <mat-expansion-panel-header>\r\n <div class=\"panel-headline\">\r\n <mat-panel-title>\r\n <fa-icon [icon]=\"iconName\">\r\n </fa-icon>\r\n {{item.question}}\r\n </mat-panel-title>\r\n </div>\r\n </mat-expansion-panel-header>\r\n\r\n <div class=\"panel-content\">\r\n <ul>\r\n <li>\r\n {{item.answer}}\r\n </li>\r\n </ul>\r\n </div>\r\n </mat-expansion-panel>\r\n</mat-accordion>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}mat-card{height:10rem;width:40rem;margin:4.5rem 4.5rem 4.5rem 25rem}.mat-mdc-form-field{display:grid;row-gap:1rem}.main-container{width:100%;height:90vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-self:stretch;margin:2rem auto;z-index:1;max-width:130rem;padding:0 5rem}.expansion-panel{background:#fafafa}.expansion-panel fa-icon{font-size:.7rem;margin-right:1rem}mat-expansion-panel-header{height:100%;min-height:7rem;font-size:1.7rem;font-weight:600}.mat-expansion-panel-header.mat-expanded{height:auto}@media only screen and (max-width: 37.5em){.expansion-panel{margin:0rem 1rem}}\n"], dependencies: [{ kind: "component", type: i1.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.MatAccordion, selector: "mat-accordion", inputs: ["multi", "hideToggle", "displayMode", "togglePosition"], exportAs: ["matAccordion"] }, { kind: "component", type: i3.MatExpansionPanel, selector: "mat-expansion-panel", inputs: ["disabled", "expanded", "hideToggle", "togglePosition"], outputs: ["opened", "closed", "expandedChange", "afterExpand", "afterCollapse"], exportAs: ["matExpansionPanel"] }, { kind: "component", type: i3.MatExpansionPanelHeader, selector: "mat-expansion-panel-header", inputs: ["tabIndex", "expandedHeight", "collapsedHeight"] }, { kind: "directive", type: i3.MatExpansionPanelTitle, selector: "mat-panel-title" }] });
74
+ }
75
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PageSectionStyleTenComponent, decorators: [{
76
+ type: Component,
77
+ args: [{ selector: 'page-section-style-ten', template: "<mat-accordion class=\"mat-mdc-form-field\">\r\n <mat-expansion-panel class=\"expansion-panel\" (opened)=\"panelOpenState = true\" (closed)=\"panelOpenState = false\"\r\n *ngFor=\"let item of data; let i = index\" (click)=\"onClickPanel(i)\">\r\n <mat-expansion-panel-header>\r\n <div class=\"panel-headline\">\r\n <mat-panel-title>\r\n <fa-icon [icon]=\"iconName\">\r\n </fa-icon>\r\n {{item.question}}\r\n </mat-panel-title>\r\n </div>\r\n </mat-expansion-panel-header>\r\n\r\n <div class=\"panel-content\">\r\n <ul>\r\n <li>\r\n {{item.answer}}\r\n </li>\r\n </ul>\r\n </div>\r\n </mat-expansion-panel>\r\n</mat-accordion>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}mat-card{height:10rem;width:40rem;margin:4.5rem 4.5rem 4.5rem 25rem}.mat-mdc-form-field{display:grid;row-gap:1rem}.main-container{width:100%;height:90vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-self:stretch;margin:2rem auto;z-index:1;max-width:130rem;padding:0 5rem}.expansion-panel{background:#fafafa}.expansion-panel fa-icon{font-size:.7rem;margin-right:1rem}mat-expansion-panel-header{height:100%;min-height:7rem;font-size:1.7rem;font-weight:600}.mat-expansion-panel-header.mat-expanded{height:auto}@media only screen and (max-width: 37.5em){.expansion-panel{margin:0rem 1rem}}\n"] }]
78
+ }], ctorParameters: function () { return []; }, propDecorators: { data: [{
79
+ type: Input
80
+ }], iconName: [{
81
+ type: Input
82
+ }], selectedPanel: [{
83
+ type: Input
84
+ }], panelChanged: [{
85
+ type: Output
86
+ }] } });
87
+
88
+ class GetStartedCTAComponent {
89
+ _Router;
90
+ ctaCardData;
91
+ ngOnInit() { }
92
+ constructor(_Router) {
93
+ this._Router = _Router;
94
+ }
95
+ onClickLink(route) {
96
+ this._Router.navigate([route]);
97
+ }
98
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GetStartedCTAComponent, deps: [{ token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Component });
99
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: GetStartedCTAComponent, selector: "get-started-cta", inputs: { ctaCardData: "ctaCardData" }, ngImport: i0, template: "<div class=\"all\">\r\n <div class=\"get-started\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" class=\"svg svg-1\" viewBox=\"0 0 228 234\" fill=\"none\">\r\n <path\r\n d=\"M0.01022 156.807C3.78242 72.5467 -16.7612 -0.000429796 70.322 -0.000429796C157.405 -0.000429796 228 70.7119 228 157.941C228 245.17 180.321 233.889 94.691 233.133C-3.00754 232.271 0.01022 244.036 0.01022 156.807Z\"\r\n fill=\"#155ED4\" />\r\n </svg>\r\n\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" class=\"svg svg-2\" viewBox=\"0 0 177 117\" fill=\"none\">\r\n <path\r\n d=\"M110.357 10.5333C194 -30.3739 182.428 61.2397 159.12 90.0236C135.811 118.808 82.6409 125.844 53.8569 102.535C25.073 79.226 -15.952 52.3174 7.35676 23.5335C30.6655 -5.25045 70 25.1261 110.357 10.5333Z\" />\r\n </svg>\r\n\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 313 229\" fill=\"none\" class=\"svg svg-3\">\r\n <path\r\n d=\"M291.122 186.096C243.951 286.741 231.946 183.061 148.832 145.184C65.7183 107.307 -33.8765 166.916 12.5879 64.9595C59.0523 -36.9973 149.649 15.9897 217.109 4.58455C305.197 -13.6163 337.586 84.1393 291.122 186.096Z\" />\r\n </svg>\r\n\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" class=\"svg svg-4\" viewBox=\"0 0 130 187\" fill=\"none\">\r\n <path\r\n d=\"M129.626 63.1228C128.981 112.458 137.333 187 87.7069 187C38.0805 187 0 112.211 0 62.4765C0 12.7416 37.6506 -0.000427246 87.277 -0.000427246C136.903 -0.000427246 129.626 13.3879 129.626 63.1228Z\" />\r\n </svg>\r\n\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" class=\"svg svg-5\" viewBox=\"0 0 173 131\" fill=\"none\">\r\n <path\r\n d=\"M98.7021 21.5285C167.508 -41.2032 182.105 49.9773 167.808 84.1448C153.512 118.312 104.451 139.984 70.2838 125.687C36.1163 111.39 -10.8106 97.0728 3.48602 62.9053C17.7827 28.7378 64.06 46.8582 98.7021 21.5285Z\" />\r\n </svg>\r\n\r\n\r\n <div class=\"content\">\r\n <h1>{{ctaCardData.title}}</h1>\r\n <div class=\"description\">\r\n {{ctaCardData.description}}\r\n </div>\r\n <a [routerLink]=\"ctaCardData.logo.route\" class=\"custom-anchor\">\r\n <img loading=\"lazy\" [src]=\"ctaCardData.logo.path\" alt=\"\" class=\"logo-img\">\r\n </a>\r\n <div class=\"create-account\">\r\n <input type=\"email\" class=\"email-input\" placeholder=\"Email Address\">\r\n <a [routerLink]=\"ctaCardData.callToActionButton.route\" class=\"custom-anchor\">\r\n <button mat-raised-button color=\"primary\">{{ctaCardData.callToActionButton.label}}</button>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.all{margin-top:3rem;display:flex;align-items:center}.get-started{position:relative;text-align:center;color:#fff;display:grid;padding:3rem 0rem;border-radius:1.5rem;margin:auto;background-color:#32353b;box-shadow:2rem 2rem 3.4rem #00000040;z-index:2;width:90%}@media only screen and (min-width: 1500px){.get-started{width:150rem}}.get-started path{fill:#155ed4}.get-started .svg{position:absolute;z-index:-1;width:20%;height:11rem}.get-started .svg-1{flex-shrink:0;fill:#155ed4;bottom:1rem;left:0%}.get-started .svg-2{left:10%;width:9em;height:11rem}.get-started .svg-3{top:4rem;right:30%}.get-started .svg-4{top:2rem;right:0}.get-started .svg-5{bottom:1rem;right:0}.get-started .content{display:grid;row-gap:1rem}.get-started .content .title{font-size:4rem}.get-started .content .description{width:60%;margin:auto}@media only screen and (max-width: 75em){.get-started .content .description{width:80%}}.get-started .sign-up{text-decoration:underline;font-weight:500;cursor:pointer}.get-started .custom-anchor{width:20rem;margin:auto}.get-started .custom-anchor .logo-img{width:100%}.get-started .create-account{display:flex;justify-content:center;align-items:center;width:50%;margin:auto;gap:2rem}@media only screen and (max-width: 75em){.get-started .create-account{width:70%}}@media only screen and (max-width: 56.25em){.get-started .create-account{height:auto;row-gap:1rem;flex-wrap:wrap;width:100%;flex-direction:column}}@media only screen and (max-width: 37.5em){.get-started .svg-3{display:none}}\n"], dependencies: [{ kind: "component", type: i3$1.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "directive", type: i1$1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] });
100
+ }
101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GetStartedCTAComponent, decorators: [{
102
+ type: Component,
103
+ args: [{ selector: 'get-started-cta', template: "<div class=\"all\">\r\n <div class=\"get-started\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" class=\"svg svg-1\" viewBox=\"0 0 228 234\" fill=\"none\">\r\n <path\r\n d=\"M0.01022 156.807C3.78242 72.5467 -16.7612 -0.000429796 70.322 -0.000429796C157.405 -0.000429796 228 70.7119 228 157.941C228 245.17 180.321 233.889 94.691 233.133C-3.00754 232.271 0.01022 244.036 0.01022 156.807Z\"\r\n fill=\"#155ED4\" />\r\n </svg>\r\n\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" class=\"svg svg-2\" viewBox=\"0 0 177 117\" fill=\"none\">\r\n <path\r\n d=\"M110.357 10.5333C194 -30.3739 182.428 61.2397 159.12 90.0236C135.811 118.808 82.6409 125.844 53.8569 102.535C25.073 79.226 -15.952 52.3174 7.35676 23.5335C30.6655 -5.25045 70 25.1261 110.357 10.5333Z\" />\r\n </svg>\r\n\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 313 229\" fill=\"none\" class=\"svg svg-3\">\r\n <path\r\n d=\"M291.122 186.096C243.951 286.741 231.946 183.061 148.832 145.184C65.7183 107.307 -33.8765 166.916 12.5879 64.9595C59.0523 -36.9973 149.649 15.9897 217.109 4.58455C305.197 -13.6163 337.586 84.1393 291.122 186.096Z\" />\r\n </svg>\r\n\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" class=\"svg svg-4\" viewBox=\"0 0 130 187\" fill=\"none\">\r\n <path\r\n d=\"M129.626 63.1228C128.981 112.458 137.333 187 87.7069 187C38.0805 187 0 112.211 0 62.4765C0 12.7416 37.6506 -0.000427246 87.277 -0.000427246C136.903 -0.000427246 129.626 13.3879 129.626 63.1228Z\" />\r\n </svg>\r\n\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" class=\"svg svg-5\" viewBox=\"0 0 173 131\" fill=\"none\">\r\n <path\r\n d=\"M98.7021 21.5285C167.508 -41.2032 182.105 49.9773 167.808 84.1448C153.512 118.312 104.451 139.984 70.2838 125.687C36.1163 111.39 -10.8106 97.0728 3.48602 62.9053C17.7827 28.7378 64.06 46.8582 98.7021 21.5285Z\" />\r\n </svg>\r\n\r\n\r\n <div class=\"content\">\r\n <h1>{{ctaCardData.title}}</h1>\r\n <div class=\"description\">\r\n {{ctaCardData.description}}\r\n </div>\r\n <a [routerLink]=\"ctaCardData.logo.route\" class=\"custom-anchor\">\r\n <img loading=\"lazy\" [src]=\"ctaCardData.logo.path\" alt=\"\" class=\"logo-img\">\r\n </a>\r\n <div class=\"create-account\">\r\n <input type=\"email\" class=\"email-input\" placeholder=\"Email Address\">\r\n <a [routerLink]=\"ctaCardData.callToActionButton.route\" class=\"custom-anchor\">\r\n <button mat-raised-button color=\"primary\">{{ctaCardData.callToActionButton.label}}</button>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.all{margin-top:3rem;display:flex;align-items:center}.get-started{position:relative;text-align:center;color:#fff;display:grid;padding:3rem 0rem;border-radius:1.5rem;margin:auto;background-color:#32353b;box-shadow:2rem 2rem 3.4rem #00000040;z-index:2;width:90%}@media only screen and (min-width: 1500px){.get-started{width:150rem}}.get-started path{fill:#155ed4}.get-started .svg{position:absolute;z-index:-1;width:20%;height:11rem}.get-started .svg-1{flex-shrink:0;fill:#155ed4;bottom:1rem;left:0%}.get-started .svg-2{left:10%;width:9em;height:11rem}.get-started .svg-3{top:4rem;right:30%}.get-started .svg-4{top:2rem;right:0}.get-started .svg-5{bottom:1rem;right:0}.get-started .content{display:grid;row-gap:1rem}.get-started .content .title{font-size:4rem}.get-started .content .description{width:60%;margin:auto}@media only screen and (max-width: 75em){.get-started .content .description{width:80%}}.get-started .sign-up{text-decoration:underline;font-weight:500;cursor:pointer}.get-started .custom-anchor{width:20rem;margin:auto}.get-started .custom-anchor .logo-img{width:100%}.get-started .create-account{display:flex;justify-content:center;align-items:center;width:50%;margin:auto;gap:2rem}@media only screen and (max-width: 75em){.get-started .create-account{width:70%}}@media only screen and (max-width: 56.25em){.get-started .create-account{height:auto;row-gap:1rem;flex-wrap:wrap;width:100%;flex-direction:column}}@media only screen and (max-width: 37.5em){.get-started .svg-3{display:none}}\n"] }]
104
+ }], ctorParameters: function () { return [{ type: i1$1.Router }]; }, propDecorators: { ctaCardData: [{
105
+ type: Input
106
+ }] } });
107
+
108
+ class AchievementsComponent {
109
+ sectionContent;
110
+ constructor() { }
111
+ ngOnInit() { }
112
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AchievementsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
113
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: AchievementsComponent, selector: "achievements", inputs: { sectionContent: "sectionContent" }, ngImport: i0, template: "<div class=\"achievements\" [ngClass]=\"{'blue-background': sectionContent.sectionTitle.isDarkBg}\">\r\n <div class=\"content\">\r\n <div>\r\n <section-title [sectionTitle]=\"sectionContent.sectionTitle\"></section-title>\r\n </div>\r\n <div class=\"achievements-cards\">\r\n <div class=\"achievement-card\" *ngFor=\"let achievement of sectionContent.achievements\">\r\n <div class=\"number\">\r\n {{achievement.number}}\r\n </div>\r\n <div class=\"subtitle\">\r\n {{achievement.subtitle}}\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.achievements{display:grid;row-gap:2rem;margin:auto;width:100%}.achievements .content{margin:auto;width:90%}@media only screen and (min-width: 1500px){.achievements .content{width:150rem}}.achievements .achievements-cards{display:flex;flex-wrap:wrap;justify-content:center;width:100%;margin:2rem 0rem;row-gap:4rem;column-gap:1rem}.achievements .achievements-cards .achievement-card{display:grid;grid-template-rows:6rem auto;margin:auto;padding:1rem;width:30rem;min-width:23%;height:12rem;border-radius:1.5rem;box-shadow:.2rem .2rem .4rem #00000040;row-gap:.4rem}@media screen and (max-width: 800px){.achievements .achievements-cards .achievement-card{width:33%}}@media only screen and (max-width: 37.5em){.achievements .achievements-cards .achievement-card{width:50%}}.achievements .achievements-cards .achievement-card .number{text-align:center;color:#fff;font-weight:700;font-size:2.8rem;display:grid;align-content:end}.achievements .achievements-cards .achievement-card .subtitle{color:#fff;text-align:center;font-weight:500;font-size:1.8rem}.blue-background{background:linear-gradient(90deg,#155ed4 3.16%,#0f2844 97.43%);padding:2rem 0rem;color:#fff}.blue-background .achievements-cards{width:100%}.blue-background .achievements-cards .achievement-card{background-color:#fff}.blue-background .achievements-cards .achievement-card .number{color:#155ed4}.blue-background .achievements-cards .achievement-card .subtitle{color:#32353b;font-weight:550}@media only screen and (max-width: 75em){.achievements .achievements-cards{width:100%;display:flex;flex-wrap:wrap;justify-content:center;margin:2rem auto}.achievements .achievements-cards .achievement-card{grid-template-rows:auto auto;width:20rem;height:16rem}.achievements .achievements-cards .achievement-card .subtitle{font-size:1.8rem}}@media only screen and (max-width: 37.5em){.achievements .achievements-cards .achievement-card{height:10rem}.achievements .achievements-cards .achievement-card .number{font-size:2rem}.achievements .achievements-cards .achievement-card .subtitle{font-size:1.4rem}}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: SectionTitleComponent, selector: "section-title", inputs: ["sectionTitle", "withoutTitleCase", "descriptionWidth"] }] });
114
+ }
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AchievementsComponent, decorators: [{
116
+ type: Component,
117
+ args: [{ selector: 'achievements', template: "<div class=\"achievements\" [ngClass]=\"{'blue-background': sectionContent.sectionTitle.isDarkBg}\">\r\n <div class=\"content\">\r\n <div>\r\n <section-title [sectionTitle]=\"sectionContent.sectionTitle\"></section-title>\r\n </div>\r\n <div class=\"achievements-cards\">\r\n <div class=\"achievement-card\" *ngFor=\"let achievement of sectionContent.achievements\">\r\n <div class=\"number\">\r\n {{achievement.number}}\r\n </div>\r\n <div class=\"subtitle\">\r\n {{achievement.subtitle}}\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.achievements{display:grid;row-gap:2rem;margin:auto;width:100%}.achievements .content{margin:auto;width:90%}@media only screen and (min-width: 1500px){.achievements .content{width:150rem}}.achievements .achievements-cards{display:flex;flex-wrap:wrap;justify-content:center;width:100%;margin:2rem 0rem;row-gap:4rem;column-gap:1rem}.achievements .achievements-cards .achievement-card{display:grid;grid-template-rows:6rem auto;margin:auto;padding:1rem;width:30rem;min-width:23%;height:12rem;border-radius:1.5rem;box-shadow:.2rem .2rem .4rem #00000040;row-gap:.4rem}@media screen and (max-width: 800px){.achievements .achievements-cards .achievement-card{width:33%}}@media only screen and (max-width: 37.5em){.achievements .achievements-cards .achievement-card{width:50%}}.achievements .achievements-cards .achievement-card .number{text-align:center;color:#fff;font-weight:700;font-size:2.8rem;display:grid;align-content:end}.achievements .achievements-cards .achievement-card .subtitle{color:#fff;text-align:center;font-weight:500;font-size:1.8rem}.blue-background{background:linear-gradient(90deg,#155ed4 3.16%,#0f2844 97.43%);padding:2rem 0rem;color:#fff}.blue-background .achievements-cards{width:100%}.blue-background .achievements-cards .achievement-card{background-color:#fff}.blue-background .achievements-cards .achievement-card .number{color:#155ed4}.blue-background .achievements-cards .achievement-card .subtitle{color:#32353b;font-weight:550}@media only screen and (max-width: 75em){.achievements .achievements-cards{width:100%;display:flex;flex-wrap:wrap;justify-content:center;margin:2rem auto}.achievements .achievements-cards .achievement-card{grid-template-rows:auto auto;width:20rem;height:16rem}.achievements .achievements-cards .achievement-card .subtitle{font-size:1.8rem}}@media only screen and (max-width: 37.5em){.achievements .achievements-cards .achievement-card{height:10rem}.achievements .achievements-cards .achievement-card .number{font-size:2rem}.achievements .achievements-cards .achievement-card .subtitle{font-size:1.4rem}}\n"] }]
118
+ }], ctorParameters: function () { return []; }, propDecorators: { sectionContent: [{
119
+ type: Input
120
+ }] } });
121
+
122
+ class UserService {
123
+ http;
124
+ constructor(http) {
125
+ this.http = http;
126
+ }
127
+ getAuthenticationHeaders() {
128
+ const token = localStorage.getItem("token");
129
+ const httpHeaders = new HttpHeaders({
130
+ "Content-Type": "application/json; charset-utf-8",
131
+ Authorization: "Token " + token,
132
+ });
133
+ return { headers: httpHeaders };
134
+ }
135
+ getTokenlessHeaders() {
136
+ const httpHeaders = new HttpHeaders({
137
+ "Content-Type": "application/json; charset-utf-8",
138
+ });
139
+ return { headers: httpHeaders };
140
+ }
141
+ isAuthenticated() {
142
+ return !!localStorage.getItem('token');
143
+ }
144
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
145
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserService, providedIn: 'root' });
146
+ }
147
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserService, decorators: [{
148
+ type: Injectable,
149
+ args: [{
150
+ providedIn: 'root'
151
+ }]
152
+ }], ctorParameters: function () { return [{ type: i1$2.HttpClient }]; } });
153
+
154
+ class AuthRouteDirective {
155
+ _router;
156
+ _userService;
157
+ targetRoute;
158
+ requireAuth;
159
+ navigationExtras;
160
+ constructor(_router, _userService) {
161
+ this._router = _router;
162
+ this._userService = _userService;
163
+ }
164
+ handleClick(event) {
165
+ event.preventDefault();
166
+ if (this.requireAuth && !this._userService.isAuthenticated()) {
167
+ this._router.navigate(['/authentication/login']);
168
+ }
169
+ else {
170
+ this._router.navigate([this.targetRoute], this.navigationExtras);
171
+ }
172
+ }
173
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AuthRouteDirective, deps: [{ token: i1$1.Router }, { token: UserService }], target: i0.ɵɵFactoryTarget.Directive });
174
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AuthRouteDirective, selector: "[authRoute]", inputs: { targetRoute: "targetRoute", requireAuth: "requireAuth", navigationExtras: "navigationExtras" }, host: { listeners: { "click": "handleClick($event)" } }, ngImport: i0 });
175
+ }
176
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AuthRouteDirective, decorators: [{
177
+ type: Directive,
178
+ args: [{
179
+ selector: '[authRoute]'
180
+ }]
181
+ }], ctorParameters: function () { return [{ type: i1$1.Router }, { type: UserService }]; }, propDecorators: { targetRoute: [{
182
+ type: Input
183
+ }], requireAuth: [{
184
+ type: Input
185
+ }], navigationExtras: [{
186
+ type: Input
187
+ }], handleClick: [{
188
+ type: HostListener,
189
+ args: ['click', ['$event']]
190
+ }] } });
191
+
192
+ class PricingPlansComponent {
193
+ servicePlan;
194
+ constructor() { }
195
+ ngOnInit() {
196
+ }
197
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PricingPlansComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
198
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PricingPlansComponent, selector: "pricing-plans", inputs: { servicePlan: "servicePlan" }, ngImport: i0, template: "<div class=\"plan-content\">\r\n <div class=\"title-price-desc\">\r\n <h1 class=\"plan-title\">\r\n {{servicePlan.name}}\r\n </h1>\r\n <div class=\"price\" *ngIf=\"servicePlan.price\">\r\n <span class=\"service-price\">{{servicePlan.price|currency}}</span>\r\n <span>/{{servicePlan.frequency}}</span>\r\n </div>\r\n <div class=\"description\">\r\n {{servicePlan.description}}\r\n </div>\r\n <div class=\"divider\"></div>\r\n </div>\r\n <div class=\"perks\">\r\n <div class=\"perk\" *ngFor=\"let perk of servicePlan.perks; let switchStyle = index\">\r\n <span class=\"check-icon\">\r\n <fa-icon icon=\"check\"></fa-icon>\r\n </span>\r\n <div class=\"service-description\">\r\n <div class=\"service-perk\">\r\n {{perk.perk}}\r\n </div>\r\n <span class=\"exclamation-mark\">\r\n <fa-icon #tooltip=\"matTooltip\" [matTooltip]=\"perk.tooltipMessage\" [matTooltipPosition]=\"'right'\"\r\n icon=\"circle-exclamation\"></fa-icon>\r\n </span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"registration-button\">\r\n <button mat-raised-button [requireAuth]=\"servicePlan.button.requiresAuth\"\r\n [targetRoute]=\"servicePlan.button.route\" authRoute [navigationExtras]=\"servicePlan.button.navigationExtras\"\r\n class=\"button\">\r\n {{servicePlan.button.label}}\r\n </button>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.service-suggestion{display:flex;justify-content:center;align-items:top;font-weight:650;font-size:2.4rem;height:2rem;color:#32353b;margin-bottom:2.5rem}.plan-content{display:flex;flex-direction:column;width:20%;background:#fff;border-radius:1rem;padding:3rem 2rem;min-width:33rem;row-gap:.5rem;transition:all .2s ease-in-out;box-shadow:#0000001f 0 .1rem .3rem,#0000003d 0 .1rem .2rem;height:100%;margin:auto}@media only screen and (max-width: 552px){.plan-content{min-width:60%}}@media only screen and (max-width: 75em){.plan-content{width:33rem}}@media only screen and (max-width: 620px){.plan-content{width:90%;height:99%}}.plan-content .title-price-desc{height:22rem}.plan-content .title-price-desc .divider{width:90%;border:.1rem solid #155ED4;margin:1rem auto}.plan-content .plan-title{grid-row:1;color:#155ed4;text-transform:uppercase;font-weight:700;font-size:2.5rem;padding:1rem 0rem;text-align:center}.plan-content .description{color:#32353b;font-size:1.2rem;padding:1rem 0rem;text-align:center;height:8rem}.plan-content .perks{display:flex;row-gap:.5rem;height:100%;align-items:flex-start;flex-direction:column}.plan-content .perks .perk{display:flex;align-items:center;width:100%}.plan-content .perks .perk .service-description{align-items:center;font-weight:600;font-size:1.3rem;margin-left:1rem;color:#32353b;overflow:hidden;text-overflow:ellipsis;display:flex;flex-direction:row;justify-content:space-between;width:100%}.plan-content .perks .perk .service-description .exclamation-mark{cursor:pointer;color:#32353b}.plan-content .service-price{font-weight:800;font-size:4.2rem;text-align:center}.plan-content .registration-button{display:flex;padding:1rem 0rem;height:100%}.plan-content .registration-button .button{align-self:flex-end;font-weight:600;width:85%;background-color:#155ed4;color:#fff;width:100%}\n"], dependencies: [{ kind: "component", type: i1.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3$1.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "directive", type: i4.MatTooltip, selector: "[matTooltip]", exportAs: ["matTooltip"] }, { kind: "directive", type: AuthRouteDirective, selector: "[authRoute]", inputs: ["targetRoute", "requireAuth", "navigationExtras"] }, { kind: "pipe", type: i2.CurrencyPipe, name: "currency" }] });
199
+ }
200
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PricingPlansComponent, decorators: [{
201
+ type: Component,
202
+ args: [{ selector: 'pricing-plans', template: "<div class=\"plan-content\">\r\n <div class=\"title-price-desc\">\r\n <h1 class=\"plan-title\">\r\n {{servicePlan.name}}\r\n </h1>\r\n <div class=\"price\" *ngIf=\"servicePlan.price\">\r\n <span class=\"service-price\">{{servicePlan.price|currency}}</span>\r\n <span>/{{servicePlan.frequency}}</span>\r\n </div>\r\n <div class=\"description\">\r\n {{servicePlan.description}}\r\n </div>\r\n <div class=\"divider\"></div>\r\n </div>\r\n <div class=\"perks\">\r\n <div class=\"perk\" *ngFor=\"let perk of servicePlan.perks; let switchStyle = index\">\r\n <span class=\"check-icon\">\r\n <fa-icon icon=\"check\"></fa-icon>\r\n </span>\r\n <div class=\"service-description\">\r\n <div class=\"service-perk\">\r\n {{perk.perk}}\r\n </div>\r\n <span class=\"exclamation-mark\">\r\n <fa-icon #tooltip=\"matTooltip\" [matTooltip]=\"perk.tooltipMessage\" [matTooltipPosition]=\"'right'\"\r\n icon=\"circle-exclamation\"></fa-icon>\r\n </span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"registration-button\">\r\n <button mat-raised-button [requireAuth]=\"servicePlan.button.requiresAuth\"\r\n [targetRoute]=\"servicePlan.button.route\" authRoute [navigationExtras]=\"servicePlan.button.navigationExtras\"\r\n class=\"button\">\r\n {{servicePlan.button.label}}\r\n </button>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.service-suggestion{display:flex;justify-content:center;align-items:top;font-weight:650;font-size:2.4rem;height:2rem;color:#32353b;margin-bottom:2.5rem}.plan-content{display:flex;flex-direction:column;width:20%;background:#fff;border-radius:1rem;padding:3rem 2rem;min-width:33rem;row-gap:.5rem;transition:all .2s ease-in-out;box-shadow:#0000001f 0 .1rem .3rem,#0000003d 0 .1rem .2rem;height:100%;margin:auto}@media only screen and (max-width: 552px){.plan-content{min-width:60%}}@media only screen and (max-width: 75em){.plan-content{width:33rem}}@media only screen and (max-width: 620px){.plan-content{width:90%;height:99%}}.plan-content .title-price-desc{height:22rem}.plan-content .title-price-desc .divider{width:90%;border:.1rem solid #155ED4;margin:1rem auto}.plan-content .plan-title{grid-row:1;color:#155ed4;text-transform:uppercase;font-weight:700;font-size:2.5rem;padding:1rem 0rem;text-align:center}.plan-content .description{color:#32353b;font-size:1.2rem;padding:1rem 0rem;text-align:center;height:8rem}.plan-content .perks{display:flex;row-gap:.5rem;height:100%;align-items:flex-start;flex-direction:column}.plan-content .perks .perk{display:flex;align-items:center;width:100%}.plan-content .perks .perk .service-description{align-items:center;font-weight:600;font-size:1.3rem;margin-left:1rem;color:#32353b;overflow:hidden;text-overflow:ellipsis;display:flex;flex-direction:row;justify-content:space-between;width:100%}.plan-content .perks .perk .service-description .exclamation-mark{cursor:pointer;color:#32353b}.plan-content .service-price{font-weight:800;font-size:4.2rem;text-align:center}.plan-content .registration-button{display:flex;padding:1rem 0rem;height:100%}.plan-content .registration-button .button{align-self:flex-end;font-weight:600;width:85%;background-color:#155ed4;color:#fff;width:100%}\n"] }]
203
+ }], ctorParameters: function () { return []; }, propDecorators: { servicePlan: [{
204
+ type: Input
205
+ }] } });
206
+
207
+ class ImageGalleryModal {
208
+ breakpointObserver;
209
+ galleryData = [];
210
+ showCount = false;
211
+ previewImage = false;
212
+ showMask = false;
213
+ currentImageGalleryModal = this.galleryData[0];
214
+ currentIndex = 0;
215
+ controls = true;
216
+ totalImageCount = 0;
217
+ responsiveOptions;
218
+ constructor(breakpointObserver) {
219
+ this.breakpointObserver = breakpointObserver;
220
+ }
221
+ ngOnInit() {
222
+ this.breakpointObserver.observe("(max-width: 900px)").subscribe((result) => {
223
+ if (result.matches) {
224
+ this.onClosePreview();
225
+ }
226
+ });
227
+ this.totalImageCount = this.galleryData.length;
228
+ this.responsiveOptions = [
229
+ {
230
+ breakpoint: '900px',
231
+ numVisible: 5
232
+ },
233
+ {
234
+ breakpoint: '600px',
235
+ numVisible: 4
236
+ },
237
+ {
238
+ breakpoint: '540px',
239
+ numVisible: 3
240
+ },
241
+ {
242
+ breakpoint: '400px',
243
+ numVisible: 2
244
+ },
245
+ {
246
+ breakpoint: '300px',
247
+ numVisible: 1
248
+ }
249
+ ];
250
+ }
251
+ onKeydownHandler(event) {
252
+ this.onClosePreview();
253
+ }
254
+ onPreviewImage(index) {
255
+ document.body.style.overflowY = 'hidden';
256
+ this.showMask = true;
257
+ this.previewImage = true;
258
+ this.currentIndex = index;
259
+ this.currentImageGalleryModal = this.galleryData[index];
260
+ }
261
+ onAnimationEnd(event) {
262
+ if (event.toState === 'void') {
263
+ this.showMask = false;
264
+ }
265
+ }
266
+ onClosePreview() {
267
+ document.body.style.overflowY = 'visible';
268
+ this.previewImage = false;
269
+ }
270
+ onclickPrev() {
271
+ this.currentIndex++;
272
+ if (this.currentIndex > this.galleryData.length - 1) {
273
+ this.currentIndex = 0;
274
+ }
275
+ this.currentImageGalleryModal = this.galleryData[this.currentIndex];
276
+ }
277
+ onclickNext() {
278
+ this.currentIndex--;
279
+ if (this.currentIndex < 0) {
280
+ this.currentIndex = this.galleryData.length - 1;
281
+ }
282
+ this.currentImageGalleryModal = this.galleryData[this.currentIndex];
283
+ }
284
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ImageGalleryModal, deps: [{ token: i1$3.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Component });
285
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ImageGalleryModal, selector: "image-gallery-modal", inputs: { galleryData: "galleryData", showCount: "showCount" }, host: { listeners: { "document:keydown.escape": "onKeydownHandler($event)" } }, ngImport: i0, template: "<div class=\"section\">\r\n\r\n <div class=\"gallery-image-gallery-modal-container\">\r\n <div class=\"gallery\">\r\n <div *ngFor=\"let image of galleryData; let i = index\" class=\"gallery-image\">\r\n <img loading=\"lazy\" (click)=\"onPreviewImage(i)\" [src]=\"image.file\" [alt]=\"image.name\">\r\n <div class=\"image-cta\" (click)=\"onPreviewImage(i)\">\r\n Click to preview <fa-icon icon=\"magnifying-glass-plus\"></fa-icon>\r\n </div>\r\n </div>\r\n </div>\r\n <div *ngIf=\"showMask\" [ngClass]=\"{'hide-overflow' : showMask}\" class=\"image-gallery-modal\" @animation2>\r\n <div *ngIf=\"showCount\" class=\"count\">\r\n {{currentIndex + 1}}/{{totalImageCount}}\r\n </div>\r\n <button (click)=\"onClosePreview()\" *ngIf=\"previewImage\" class=\"close-btn\">\r\n <fa-icon icon=\"times\"></fa-icon>\r\n </button>\r\n <button *ngIf=\"controls\" class=\"btn-image-gallery-modal-carousel btn-prev\" (click)=\"onclickPrev()\">\r\n <fa-icon icon=\"arrow-circle-left\" class=\"icon-image-gallery-modal-carousel icon-prev\"></fa-icon>\r\n </button>\r\n <button *ngIf=\"controls\" class=\"btn-image-gallery-modal-carousel btn-next\" (click)=\"onclickNext()\">\r\n <fa-icon icon=\"arrow-circle-right\" class=\"icon-image-gallery-modal-carousel icon-next\"></fa-icon>\r\n </button>\r\n <div *ngIf=\"previewImage\" [@animation]=\"{value : 'visible'}\" (@animation.done)=\"onAnimationEnd($event)\" class=\"image-gallery-modal-img\">\r\n <img loading=\"lazy\" [src]=\"currentImageGalleryModal.file\" [alt]=\"currentImageGalleryModal.name\">\r\n </div>\r\n </div>\r\n </div>\r\n <div>\r\n <p-galleria [value]=\"galleryData\" class=\"gallery-custom\" [responsiveOptions]=\"responsiveOptions\" [containerStyle]=\"{ 'max-width': '900px' }\">\r\n <ng-template pTemplate=\"item\" let-item>\r\n <div class=\"img\">\r\n <img loading=\"lazy\" class=\"big-img\" [src]=\"item.file\" />\r\n </div>\r\n </ng-template>\r\n <ng-template pTemplate=\"thumbnail\" let-item>\r\n <div class=\"grid grid-nogutter justify-content-center\">\r\n <img loading=\"lazy\" [src]=\"item.file\" class=\"small-img\" />\r\n </div>\r\n </ng-template>\r\n </p-galleria>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.section{width:100%}.gallery-custom{display:none}.gallery-image-gallery-modal-container{position:relative;display:block;padding:2.5rem;margin:auto;width:90%}@media only screen and (min-width: 1500px){.gallery-image-gallery-modal-container{max-width:150rem}}.gallery-image-gallery-modal-container .gallery{line-height:0;column-count:4;column-gap:.8rem}.gallery-image-gallery-modal-container .gallery .gallery-image{overflow:hidden;transition:all .3s;position:relative;margin-bottom:1rem}.gallery-image-gallery-modal-container .gallery .gallery-image:hover{box-shadow:#00000026 0 1.5rem 2.5rem,#0000000d 0 .5rem 1rem}.gallery-image-gallery-modal-container .gallery .gallery-image:hover img{filter:brightness(.5)}.gallery-image-gallery-modal-container .gallery .gallery-image:hover .image-cta{opacity:1}.gallery-image-gallery-modal-container .gallery .gallery-image img{width:100%;height:auto;cursor:zoom-in;border-radius:.35rem}.gallery-image-gallery-modal-container .gallery .gallery-image .image-cta{opacity:0;position:absolute;width:100%;top:50%;text-align:center;color:#fff;font-size:2rem;cursor:zoom-in;transition:opacity .3s}.gallery-image-gallery-modal-container .gallery .gallery-image .image-cta fa-icon{font-size:2rem;margin-left:1rem;color:#fff}.gallery-image-gallery-modal-container .hide-overflow{overflow:hidden}.gallery-image-gallery-modal-container .image-gallery-modal{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;background-color:#000000d9;z-index:101;height:100%;overflow-y:auto}.gallery-image-gallery-modal-container .image-gallery-modal .count{position:absolute;top:0;left:0;width:7%;height:10%;color:#fff;opacity:.7;font-size:1.8rem;display:flex;justify-content:center;align-items:center;margin-left:.5rem}.gallery-image-gallery-modal-container .image-gallery-modal .close-btn{position:absolute;top:0;right:0;padding:0;color:#fff;background:0 0;border:0;cursor:pointer;width:7%;height:10%;z-index:10}.gallery-image-gallery-modal-container .image-gallery-modal .close-btn fa-icon{font-size:2.5rem}.gallery-image-gallery-modal-container .image-gallery-modal .btn-image-gallery-modal-carousel{display:flex;justify-content:center;align-items:center;position:absolute;z-index:1;width:8%;height:8%;padding:0;color:#fff;text-align:center;background:0 0;border:0;cursor:pointer}.gallery-image-gallery-modal-container .image-gallery-modal .btn-prev{left:0}.gallery-image-gallery-modal-container .image-gallery-modal .btn-next{right:0}.gallery-image-gallery-modal-container .image-gallery-modal .icon-image-gallery-modal-carousel{color:#fff;opacity:.5;transition:all .15s ease}.gallery-image-gallery-modal-container .image-gallery-modal .icon-image-gallery-modal-carousel:hover{opacity:.9}.gallery-image-gallery-modal-container .image-gallery-modal .icon-image-gallery-modal-carousel:active{opacity:.5}.gallery-image-gallery-modal-container .image-gallery-modal .icon-prev,.gallery-image-gallery-modal-container .image-gallery-modal .icon-next{font-size:3rem}.gallery-image-gallery-modal-container .image-gallery-modal .image-gallery-modal-img img{width:100%;max-height:90vh;border-radius:1rem}@media only screen and (max-width: 75em){.gallery-image-gallery-modal-container .gallery-image-gallery-modal-container{display:none}.gallery-image-gallery-modal-container .gallery{column-count:3;width:100%}.gallery-image-gallery-modal-container .gallery-img img{width:100%}}@media only screen and (max-width: 56.25em){.gallery-image-gallery-modal-container .gallery{column-count:2}.gallery-image-gallery-modal-container .gallery-img img{max-width:100%}}@media only screen and (max-width: 37.5em){.gallery-image-gallery-modal-container .gallery{column-count:1}.gallery-image-gallery-modal-container .gallery-img img{width:100%}}@media only screen and (max-width: 56.25em){.gallery-custom{display:block;margin:auto;width:90%}.gallery-custom .img{width:90%}.gallery-custom .big-img{width:100%;height:50rem;object-fit:cover;border-radius:1.5rem;box-shadow:2rem 1rem 1.5rem -.5rem #e0e0e075;margin-bottom:2rem}.gallery-custom .small-img{object-fit:cover;border-radius:.7rem;box-shadow:1rem .4rem .5rem -.5rem #e0e0e075;width:100%;max-width:8rem;height:12rem}.gallery-image-gallery-modal-container{display:none}}\n"], dependencies: [{ kind: "component", type: i1.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4$1.Galleria, selector: "p-galleria", inputs: ["activeIndex", "fullScreen", "id", "value", "numVisible", "responsiveOptions", "showItemNavigators", "showThumbnailNavigators", "showItemNavigatorsOnHover", "changeItemOnIndicatorHover", "circular", "autoPlay", "shouldStopAutoplayByClick", "transitionInterval", "showThumbnails", "thumbnailsPosition", "verticalThumbnailViewPortHeight", "showIndicators", "showIndicatorsOnItem", "indicatorsPosition", "baseZIndex", "maskClass", "containerClass", "containerStyle", "showTransitionOptions", "hideTransitionOptions", "visible"], outputs: ["activeIndexChange", "visibleChange"] }, { kind: "directive", type: i5.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }], animations: [
286
+ trigger('animation', [
287
+ transition('void => visible', [
288
+ style({ transform: 'scale(0.5)' }),
289
+ animate('150ms', style({ transform: 'scale(1)' }))
290
+ ]),
291
+ transition('visible => void', [
292
+ style({ transform: 'scale(1)' }),
293
+ animate('150ms', style({ transform: 'scale(0.5)' }))
294
+ ]),
295
+ ]),
296
+ trigger('animation2', [
297
+ transition(':leave', [
298
+ style({ opacity: 1 }),
299
+ animate('50ms', style({ opacity: 0.8 }))
300
+ ])
301
+ ])
302
+ ] });
303
+ }
304
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ImageGalleryModal, decorators: [{
305
+ type: Component,
306
+ args: [{ selector: 'image-gallery-modal', animations: [
307
+ trigger('animation', [
308
+ transition('void => visible', [
309
+ style({ transform: 'scale(0.5)' }),
310
+ animate('150ms', style({ transform: 'scale(1)' }))
311
+ ]),
312
+ transition('visible => void', [
313
+ style({ transform: 'scale(1)' }),
314
+ animate('150ms', style({ transform: 'scale(0.5)' }))
315
+ ]),
316
+ ]),
317
+ trigger('animation2', [
318
+ transition(':leave', [
319
+ style({ opacity: 1 }),
320
+ animate('50ms', style({ opacity: 0.8 }))
321
+ ])
322
+ ])
323
+ ], template: "<div class=\"section\">\r\n\r\n <div class=\"gallery-image-gallery-modal-container\">\r\n <div class=\"gallery\">\r\n <div *ngFor=\"let image of galleryData; let i = index\" class=\"gallery-image\">\r\n <img loading=\"lazy\" (click)=\"onPreviewImage(i)\" [src]=\"image.file\" [alt]=\"image.name\">\r\n <div class=\"image-cta\" (click)=\"onPreviewImage(i)\">\r\n Click to preview <fa-icon icon=\"magnifying-glass-plus\"></fa-icon>\r\n </div>\r\n </div>\r\n </div>\r\n <div *ngIf=\"showMask\" [ngClass]=\"{'hide-overflow' : showMask}\" class=\"image-gallery-modal\" @animation2>\r\n <div *ngIf=\"showCount\" class=\"count\">\r\n {{currentIndex + 1}}/{{totalImageCount}}\r\n </div>\r\n <button (click)=\"onClosePreview()\" *ngIf=\"previewImage\" class=\"close-btn\">\r\n <fa-icon icon=\"times\"></fa-icon>\r\n </button>\r\n <button *ngIf=\"controls\" class=\"btn-image-gallery-modal-carousel btn-prev\" (click)=\"onclickPrev()\">\r\n <fa-icon icon=\"arrow-circle-left\" class=\"icon-image-gallery-modal-carousel icon-prev\"></fa-icon>\r\n </button>\r\n <button *ngIf=\"controls\" class=\"btn-image-gallery-modal-carousel btn-next\" (click)=\"onclickNext()\">\r\n <fa-icon icon=\"arrow-circle-right\" class=\"icon-image-gallery-modal-carousel icon-next\"></fa-icon>\r\n </button>\r\n <div *ngIf=\"previewImage\" [@animation]=\"{value : 'visible'}\" (@animation.done)=\"onAnimationEnd($event)\" class=\"image-gallery-modal-img\">\r\n <img loading=\"lazy\" [src]=\"currentImageGalleryModal.file\" [alt]=\"currentImageGalleryModal.name\">\r\n </div>\r\n </div>\r\n </div>\r\n <div>\r\n <p-galleria [value]=\"galleryData\" class=\"gallery-custom\" [responsiveOptions]=\"responsiveOptions\" [containerStyle]=\"{ 'max-width': '900px' }\">\r\n <ng-template pTemplate=\"item\" let-item>\r\n <div class=\"img\">\r\n <img loading=\"lazy\" class=\"big-img\" [src]=\"item.file\" />\r\n </div>\r\n </ng-template>\r\n <ng-template pTemplate=\"thumbnail\" let-item>\r\n <div class=\"grid grid-nogutter justify-content-center\">\r\n <img loading=\"lazy\" [src]=\"item.file\" class=\"small-img\" />\r\n </div>\r\n </ng-template>\r\n </p-galleria>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.section{width:100%}.gallery-custom{display:none}.gallery-image-gallery-modal-container{position:relative;display:block;padding:2.5rem;margin:auto;width:90%}@media only screen and (min-width: 1500px){.gallery-image-gallery-modal-container{max-width:150rem}}.gallery-image-gallery-modal-container .gallery{line-height:0;column-count:4;column-gap:.8rem}.gallery-image-gallery-modal-container .gallery .gallery-image{overflow:hidden;transition:all .3s;position:relative;margin-bottom:1rem}.gallery-image-gallery-modal-container .gallery .gallery-image:hover{box-shadow:#00000026 0 1.5rem 2.5rem,#0000000d 0 .5rem 1rem}.gallery-image-gallery-modal-container .gallery .gallery-image:hover img{filter:brightness(.5)}.gallery-image-gallery-modal-container .gallery .gallery-image:hover .image-cta{opacity:1}.gallery-image-gallery-modal-container .gallery .gallery-image img{width:100%;height:auto;cursor:zoom-in;border-radius:.35rem}.gallery-image-gallery-modal-container .gallery .gallery-image .image-cta{opacity:0;position:absolute;width:100%;top:50%;text-align:center;color:#fff;font-size:2rem;cursor:zoom-in;transition:opacity .3s}.gallery-image-gallery-modal-container .gallery .gallery-image .image-cta fa-icon{font-size:2rem;margin-left:1rem;color:#fff}.gallery-image-gallery-modal-container .hide-overflow{overflow:hidden}.gallery-image-gallery-modal-container .image-gallery-modal{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;background-color:#000000d9;z-index:101;height:100%;overflow-y:auto}.gallery-image-gallery-modal-container .image-gallery-modal .count{position:absolute;top:0;left:0;width:7%;height:10%;color:#fff;opacity:.7;font-size:1.8rem;display:flex;justify-content:center;align-items:center;margin-left:.5rem}.gallery-image-gallery-modal-container .image-gallery-modal .close-btn{position:absolute;top:0;right:0;padding:0;color:#fff;background:0 0;border:0;cursor:pointer;width:7%;height:10%;z-index:10}.gallery-image-gallery-modal-container .image-gallery-modal .close-btn fa-icon{font-size:2.5rem}.gallery-image-gallery-modal-container .image-gallery-modal .btn-image-gallery-modal-carousel{display:flex;justify-content:center;align-items:center;position:absolute;z-index:1;width:8%;height:8%;padding:0;color:#fff;text-align:center;background:0 0;border:0;cursor:pointer}.gallery-image-gallery-modal-container .image-gallery-modal .btn-prev{left:0}.gallery-image-gallery-modal-container .image-gallery-modal .btn-next{right:0}.gallery-image-gallery-modal-container .image-gallery-modal .icon-image-gallery-modal-carousel{color:#fff;opacity:.5;transition:all .15s ease}.gallery-image-gallery-modal-container .image-gallery-modal .icon-image-gallery-modal-carousel:hover{opacity:.9}.gallery-image-gallery-modal-container .image-gallery-modal .icon-image-gallery-modal-carousel:active{opacity:.5}.gallery-image-gallery-modal-container .image-gallery-modal .icon-prev,.gallery-image-gallery-modal-container .image-gallery-modal .icon-next{font-size:3rem}.gallery-image-gallery-modal-container .image-gallery-modal .image-gallery-modal-img img{width:100%;max-height:90vh;border-radius:1rem}@media only screen and (max-width: 75em){.gallery-image-gallery-modal-container .gallery-image-gallery-modal-container{display:none}.gallery-image-gallery-modal-container .gallery{column-count:3;width:100%}.gallery-image-gallery-modal-container .gallery-img img{width:100%}}@media only screen and (max-width: 56.25em){.gallery-image-gallery-modal-container .gallery{column-count:2}.gallery-image-gallery-modal-container .gallery-img img{max-width:100%}}@media only screen and (max-width: 37.5em){.gallery-image-gallery-modal-container .gallery{column-count:1}.gallery-image-gallery-modal-container .gallery-img img{width:100%}}@media only screen and (max-width: 56.25em){.gallery-custom{display:block;margin:auto;width:90%}.gallery-custom .img{width:90%}.gallery-custom .big-img{width:100%;height:50rem;object-fit:cover;border-radius:1.5rem;box-shadow:2rem 1rem 1.5rem -.5rem #e0e0e075;margin-bottom:2rem}.gallery-custom .small-img{object-fit:cover;border-radius:.7rem;box-shadow:1rem .4rem .5rem -.5rem #e0e0e075;width:100%;max-width:8rem;height:12rem}.gallery-image-gallery-modal-container{display:none}}\n"] }]
324
+ }], ctorParameters: function () { return [{ type: i1$3.BreakpointObserver }]; }, propDecorators: { galleryData: [{
325
+ type: Input
326
+ }], showCount: [{
327
+ type: Input
328
+ }], onKeydownHandler: [{
329
+ type: HostListener,
330
+ args: ['document:keydown.escape', ['$event']]
331
+ }] } });
332
+
333
+ class SuccessMessageDialogComponent {
334
+ dialogRef;
335
+ _Router;
336
+ constructor(dialogRef, _Router) {
337
+ this.dialogRef = dialogRef;
338
+ this._Router = _Router;
339
+ }
340
+ onClickSubmitAnotherForm() {
341
+ this.dialogRef.close();
342
+ this._Router.navigate(['/contact-us/contact-us-page']);
343
+ }
344
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SuccessMessageDialogComponent, deps: [{ token: i1$4.MatDialogRef }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Component });
345
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SuccessMessageDialogComponent, selector: "success-message-dialog", ngImport: i0, template: "<div class=\"page\">\r\n <span mat-dialog-title class=\"dialog-header\" mat-button>\r\n <fa-icon icon=\"xmark\" mat-dialog-close></fa-icon>\r\n </span>\r\n\r\n <mat-dialog-content class=\"mat-typography\">\r\n <div class=\"success-icon\">\r\n <fa-icon icon=\"calendar-check\"></fa-icon>\r\n </div>\r\n <h2 class=\"title\">Thanks! your request has been submitted</h2>\r\n <h3 class=\"subtitle\">We have received your message, we'll reach out to you as soon as possible!</h3>\r\n </mat-dialog-content>\r\n <div class=\"divider\"></div>\r\n <mat-dialog-actions class=\"dialog-footer\">\r\n <h3>Still have any questions? <span class=\"link-text\" (click)=\"onClickSubmitAnotherForm()\">Submit\r\n another form</span>\r\n </h3>\r\n </mat-dialog-actions>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.page{text-align:center}.page .mat-typography{padding:0 6rem 2rem;display:grid}.page .dialog-header{text-align:right;font-size:3rem;color:#686868;font-weight:900;padding:0 2rem}.page .success-icon{font-size:7rem;color:#12957e;margin-bottom:2rem}.page .title{color:#36393f;font-size:2.8rem;font-weight:700}.page .subtitle{justify-self:center;width:85%;font-size:2.2rem;font-weight:500;color:#494949}.page .divider{width:95%;border:.1rem solid #D8D8D8;margin:auto}.page .dialog-footer{padding:3rem 0rem;display:grid;justify-content:center}.page .dialog-footer h3{color:#494949;align-self:center;font-size:2.2rem}.page .link-text{color:#155ed4;cursor:pointer}\n"], dependencies: [{ kind: "component", type: i1.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: i1$4.MatDialogClose, selector: "[mat-dialog-close], [matDialogClose]", inputs: ["aria-label", "type", "mat-dialog-close", "matDialogClose"], exportAs: ["matDialogClose"] }, { kind: "directive", type: i1$4.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: i1$4.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "directive", type: i1$4.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: ["align"] }] });
346
+ }
347
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SuccessMessageDialogComponent, decorators: [{
348
+ type: Component,
349
+ args: [{ selector: 'success-message-dialog', template: "<div class=\"page\">\r\n <span mat-dialog-title class=\"dialog-header\" mat-button>\r\n <fa-icon icon=\"xmark\" mat-dialog-close></fa-icon>\r\n </span>\r\n\r\n <mat-dialog-content class=\"mat-typography\">\r\n <div class=\"success-icon\">\r\n <fa-icon icon=\"calendar-check\"></fa-icon>\r\n </div>\r\n <h2 class=\"title\">Thanks! your request has been submitted</h2>\r\n <h3 class=\"subtitle\">We have received your message, we'll reach out to you as soon as possible!</h3>\r\n </mat-dialog-content>\r\n <div class=\"divider\"></div>\r\n <mat-dialog-actions class=\"dialog-footer\">\r\n <h3>Still have any questions? <span class=\"link-text\" (click)=\"onClickSubmitAnotherForm()\">Submit\r\n another form</span>\r\n </h3>\r\n </mat-dialog-actions>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.page{text-align:center}.page .mat-typography{padding:0 6rem 2rem;display:grid}.page .dialog-header{text-align:right;font-size:3rem;color:#686868;font-weight:900;padding:0 2rem}.page .success-icon{font-size:7rem;color:#12957e;margin-bottom:2rem}.page .title{color:#36393f;font-size:2.8rem;font-weight:700}.page .subtitle{justify-self:center;width:85%;font-size:2.2rem;font-weight:500;color:#494949}.page .divider{width:95%;border:.1rem solid #D8D8D8;margin:auto}.page .dialog-footer{padding:3rem 0rem;display:grid;justify-content:center}.page .dialog-footer h3{color:#494949;align-self:center;font-size:2.2rem}.page .link-text{color:#155ed4;cursor:pointer}\n"] }]
350
+ }], ctorParameters: function () { return [{ type: i1$4.MatDialogRef }, { type: i1$1.Router }]; } });
351
+
352
+ var PageSectionStyleThirteen;
353
+ (function (PageSectionStyleThirteen) {
354
+ PageSectionStyleThirteen[PageSectionStyleThirteen["SHAPE_ICON"] = 0] = "SHAPE_ICON";
355
+ PageSectionStyleThirteen[PageSectionStyleThirteen["IMAGE_ICON"] = 1] = "IMAGE_ICON";
356
+ })(PageSectionStyleThirteen || (PageSectionStyleThirteen = {}));
357
+
358
+ class PageSectionStyleThirteenComponent {
359
+ showedImage;
360
+ counter = 0;
361
+ intervalId;
362
+ isItemHovered = [];
363
+ pageSectionStyleThirteen = PageSectionStyleThirteen;
364
+ sectionTitle;
365
+ items;
366
+ iconType = this.pageSectionStyleThirteen.SHAPE_ICON;
367
+ isTwoImages = false;
368
+ ngOnInit() {
369
+ this.onHoveredItem(this.items[0].image, 0);
370
+ }
371
+ constructor() { }
372
+ onClickChangeImage(image, index) {
373
+ this.onHoveredItem(image, index);
374
+ }
375
+ onHoveredItem(itemImage, index) {
376
+ this.counter = index;
377
+ for (let i = 0; i < this.items.length; i++) {
378
+ this.isItemHovered[i] = false;
379
+ }
380
+ this.isItemHovered[index] = true;
381
+ this.showedImage = itemImage;
382
+ }
383
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PageSectionStyleThirteenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
384
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PageSectionStyleThirteenComponent, selector: "page-section-style-thirteen", inputs: { sectionTitle: "sectionTitle", items: "items", iconType: "iconType", isTwoImages: "isTwoImages" }, ngImport: i0, template: "<div class=\"why-choose-us\">\r\n <div class=\"left-side\">\r\n <div class=\"headline\">\r\n <section-title [sectionTitle]=\"sectionTitle\"></section-title>\r\n </div>\r\n <div class=\"items\">\r\n <div class=\"item\" *ngFor=\"let item of items; let i=index\" [ngClass]=\"{'hovered-item': isItemHovered[i]}\" (click)=\"onClickChangeImage(item.image, i)\">\r\n <div class=\"left-column\">\r\n\r\n <div class=\"square-row\" [ngSwitch]=\"iconType\" [ngClass]=\"{'square-row':iconType == pageSectionStyleThirteen.SHAPE_ICON,'shape-column':iconType == pageSectionStyleThirteen.IMAGE_ICON}\">\r\n <div class=\"square\" *ngSwitchCase=\"pageSectionStyleThirteen.SHAPE_ICON\"></div>\r\n <div class=\"shape\" *ngSwitchCase=\"pageSectionStyleThirteen.IMAGE_ICON\">\r\n <img loading=\"lazy\" [src]=\"item.iconImage\" alt=\"\">\r\n </div>\r\n </div>\r\n <div></div>\r\n </div>\r\n <div class=\"right-column\">\r\n <div class=\"item-title\">{{item.title}}</div>\r\n <div class=\"item-description\" [ngClass]=\"{'hide-description':!isItemHovered[i] , 'show-description':isItemHovered[i] }\">\r\n {{item.description}}</div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"right-side\" [ngClass]=\"{'two-images-preview':isTwoImages}\">\r\n <div class=\"image-container\">\r\n <img loading=\"lazy\" [src]=\"showedImage\" alt=\"\">\r\n </div>\r\n <div class=\"back-image\" *ngIf=\"isTwoImages\">\r\n <img loading=\"lazy\" src=\"https://i.ibb.co/mqtpD50/blue-points-section.png\" alt=\"\">\r\n </div>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.why-choose-us{display:flex;flex-direction:row;column-gap:4%;margin:auto;width:90%}@media only screen and (min-width: 1500px){.why-choose-us{width:150rem}}.why-choose-us .left-side,.why-choose-us .right-side{width:48%}.why-choose-us .items{display:grid;gap:2.5rem;width:100%}.why-choose-us .hovered-item{background-color:#155ed4;box-shadow:.1rem .2rem .5rem .1rem #0000003d}.why-choose-us .hovered-item .left-column .square-row{background-color:#fff}.why-choose-us .hovered-item .left-column .square-row .square{background-color:#155ed4;border-radius:50%}.why-choose-us .hovered-item .shape-column{background-color:#32353b}.why-choose-us .hovered-item .right-column .item-title,.why-choose-us .hovered-item .right-column .item-description{color:#fff}.why-choose-us .item{gap:1.5rem;display:grid;grid-template-columns:auto calc(100% - 5.5rem);cursor:pointer;border-radius:1.5rem;padding:2rem;transition:all ease-in-out .2s}@media only screen and (max-width: 37.5em){.why-choose-us .item{max-width:90vw}}.why-choose-us .item:hover{box-shadow:.1rem .2rem .5rem .1rem #0000003d}.why-choose-us .left-column{display:grid;grid-template-rows:5rem auto}.why-choose-us .left-column .square-row{align-self:center;width:4rem;height:4rem;background-color:#155ed4;display:grid;place-content:center;border-radius:.5rem;font-size:3.4rem}.why-choose-us .left-column .square-row .square{width:3rem;height:3rem;background-color:#155ed4;border-radius:.5rem;transition:border-radius ease-in-out .2s}.why-choose-us .shape-column{width:5rem;height:5rem;background-color:#155ed4;display:grid;place-content:center;border-radius:.5rem;font-size:3.4rem}.why-choose-us .shape-column .shape{padding:1rem;display:grid}.why-choose-us .shape-column .shape img{width:100%}.why-choose-us .right-column{display:flex;flex-direction:column;row-gap:1rem}.why-choose-us .right-column .item-title{color:#32353b;font-weight:600;font-size:2.2rem}.why-choose-us .right-column .item-description{color:#32353bcc;font-size:1.6rem;font-weight:500}.why-choose-us .left-side .headline{padding-bottom:3rem}.why-choose-us .right-side{display:grid;justify-content:right}.why-choose-us .right-side .image-container{width:100%;border-radius:1.5rem 0 0 1.5rem;object-fit:cover;overflow:hidden;height:80rem}.why-choose-us .right-side .image-container img{height:100%;transition:all ease-in-out .2s;object-fit:cover}.why-choose-us .two-images-preview{place-content:center;position:relative}.why-choose-us .two-images-preview .image-container{width:90%;height:65rem;border-radius:1.5rem}.why-choose-us .two-images-preview .image-container img{width:100%}.why-choose-us .two-images-preview .back-image{width:50%;height:20rem;position:absolute;display:grid;align-content:end;justify-content:right;top:0;right:0;z-index:-1}@media only screen and (max-width: 75em){.why-choose-us{width:90%;margin:auto;display:flex;flex-direction:column;row-gap:2%}.why-choose-us .left-side,.why-choose-us .right-side{width:100%}.why-choose-us .left-side{margin-bottom:3rem}.why-choose-us .left-side .hide-description{max-height:0;opacity:0;overflow:hidden}.why-choose-us .left-side .show-description{max-height:20rem;transition:all .5s;opacity:1;overflow:hidden}.why-choose-us .right-side{width:100%;justify-content:center}.why-choose-us .right-side .image-container{width:100%;border-radius:1.5rem;height:35rem}.why-choose-us .right-side .image-container img{width:100%}.why-choose-us .right-side .back-image{display:none}}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i2.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: SectionTitleComponent, selector: "section-title", inputs: ["sectionTitle", "withoutTitleCase", "descriptionWidth"] }] });
385
+ }
386
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PageSectionStyleThirteenComponent, decorators: [{
387
+ type: Component,
388
+ args: [{ selector: 'page-section-style-thirteen', template: "<div class=\"why-choose-us\">\r\n <div class=\"left-side\">\r\n <div class=\"headline\">\r\n <section-title [sectionTitle]=\"sectionTitle\"></section-title>\r\n </div>\r\n <div class=\"items\">\r\n <div class=\"item\" *ngFor=\"let item of items; let i=index\" [ngClass]=\"{'hovered-item': isItemHovered[i]}\" (click)=\"onClickChangeImage(item.image, i)\">\r\n <div class=\"left-column\">\r\n\r\n <div class=\"square-row\" [ngSwitch]=\"iconType\" [ngClass]=\"{'square-row':iconType == pageSectionStyleThirteen.SHAPE_ICON,'shape-column':iconType == pageSectionStyleThirteen.IMAGE_ICON}\">\r\n <div class=\"square\" *ngSwitchCase=\"pageSectionStyleThirteen.SHAPE_ICON\"></div>\r\n <div class=\"shape\" *ngSwitchCase=\"pageSectionStyleThirteen.IMAGE_ICON\">\r\n <img loading=\"lazy\" [src]=\"item.iconImage\" alt=\"\">\r\n </div>\r\n </div>\r\n <div></div>\r\n </div>\r\n <div class=\"right-column\">\r\n <div class=\"item-title\">{{item.title}}</div>\r\n <div class=\"item-description\" [ngClass]=\"{'hide-description':!isItemHovered[i] , 'show-description':isItemHovered[i] }\">\r\n {{item.description}}</div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"right-side\" [ngClass]=\"{'two-images-preview':isTwoImages}\">\r\n <div class=\"image-container\">\r\n <img loading=\"lazy\" [src]=\"showedImage\" alt=\"\">\r\n </div>\r\n <div class=\"back-image\" *ngIf=\"isTwoImages\">\r\n <img loading=\"lazy\" src=\"https://i.ibb.co/mqtpD50/blue-points-section.png\" alt=\"\">\r\n </div>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.why-choose-us{display:flex;flex-direction:row;column-gap:4%;margin:auto;width:90%}@media only screen and (min-width: 1500px){.why-choose-us{width:150rem}}.why-choose-us .left-side,.why-choose-us .right-side{width:48%}.why-choose-us .items{display:grid;gap:2.5rem;width:100%}.why-choose-us .hovered-item{background-color:#155ed4;box-shadow:.1rem .2rem .5rem .1rem #0000003d}.why-choose-us .hovered-item .left-column .square-row{background-color:#fff}.why-choose-us .hovered-item .left-column .square-row .square{background-color:#155ed4;border-radius:50%}.why-choose-us .hovered-item .shape-column{background-color:#32353b}.why-choose-us .hovered-item .right-column .item-title,.why-choose-us .hovered-item .right-column .item-description{color:#fff}.why-choose-us .item{gap:1.5rem;display:grid;grid-template-columns:auto calc(100% - 5.5rem);cursor:pointer;border-radius:1.5rem;padding:2rem;transition:all ease-in-out .2s}@media only screen and (max-width: 37.5em){.why-choose-us .item{max-width:90vw}}.why-choose-us .item:hover{box-shadow:.1rem .2rem .5rem .1rem #0000003d}.why-choose-us .left-column{display:grid;grid-template-rows:5rem auto}.why-choose-us .left-column .square-row{align-self:center;width:4rem;height:4rem;background-color:#155ed4;display:grid;place-content:center;border-radius:.5rem;font-size:3.4rem}.why-choose-us .left-column .square-row .square{width:3rem;height:3rem;background-color:#155ed4;border-radius:.5rem;transition:border-radius ease-in-out .2s}.why-choose-us .shape-column{width:5rem;height:5rem;background-color:#155ed4;display:grid;place-content:center;border-radius:.5rem;font-size:3.4rem}.why-choose-us .shape-column .shape{padding:1rem;display:grid}.why-choose-us .shape-column .shape img{width:100%}.why-choose-us .right-column{display:flex;flex-direction:column;row-gap:1rem}.why-choose-us .right-column .item-title{color:#32353b;font-weight:600;font-size:2.2rem}.why-choose-us .right-column .item-description{color:#32353bcc;font-size:1.6rem;font-weight:500}.why-choose-us .left-side .headline{padding-bottom:3rem}.why-choose-us .right-side{display:grid;justify-content:right}.why-choose-us .right-side .image-container{width:100%;border-radius:1.5rem 0 0 1.5rem;object-fit:cover;overflow:hidden;height:80rem}.why-choose-us .right-side .image-container img{height:100%;transition:all ease-in-out .2s;object-fit:cover}.why-choose-us .two-images-preview{place-content:center;position:relative}.why-choose-us .two-images-preview .image-container{width:90%;height:65rem;border-radius:1.5rem}.why-choose-us .two-images-preview .image-container img{width:100%}.why-choose-us .two-images-preview .back-image{width:50%;height:20rem;position:absolute;display:grid;align-content:end;justify-content:right;top:0;right:0;z-index:-1}@media only screen and (max-width: 75em){.why-choose-us{width:90%;margin:auto;display:flex;flex-direction:column;row-gap:2%}.why-choose-us .left-side,.why-choose-us .right-side{width:100%}.why-choose-us .left-side{margin-bottom:3rem}.why-choose-us .left-side .hide-description{max-height:0;opacity:0;overflow:hidden}.why-choose-us .left-side .show-description{max-height:20rem;transition:all .5s;opacity:1;overflow:hidden}.why-choose-us .right-side{width:100%;justify-content:center}.why-choose-us .right-side .image-container{width:100%;border-radius:1.5rem;height:35rem}.why-choose-us .right-side .image-container img{width:100%}.why-choose-us .right-side .back-image{display:none}}\n"] }]
389
+ }], ctorParameters: function () { return []; }, propDecorators: { sectionTitle: [{
390
+ type: Input
391
+ }], items: [{
392
+ type: Input
393
+ }], iconType: [{
394
+ type: Input
395
+ }], isTwoImages: [{
396
+ type: Input
397
+ }] } });
398
+
399
+ class CallToActionSectionComponent {
400
+ sectionContent;
401
+ titleOnRightSide = false;
402
+ imageBg = false;
403
+ isBoxWithCard = false;
404
+ constructor() { }
405
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CallToActionSectionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
406
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CallToActionSectionComponent, selector: "call-to-action-section", inputs: { sectionContent: "sectionContent", titleOnRightSide: "titleOnRightSide", imageBg: "imageBg", isBoxWithCard: "isBoxWithCard" }, ngImport: i0, template: "<div class=\"page\">\r\n <div class=\"cta-box\" [ngClass]=\"{'title-right-side':titleOnRightSide,'title-left-side':!titleOnRightSide,\r\n 'colored-bg':!imageBg,\r\n 'image-bg':imageBg\r\n}\" [ngStyle]=\"{'background-image': 'url(' + sectionContent.bgImage + ')', 'background-color': sectionContent.bgColor}\">\r\n <div class=\"heading-side\">\r\n <div class=\"title\">{{sectionContent.title}}</div>\r\n <div class=\"subtitle\">{{sectionContent.subtitle}}</div>\r\n <div class=\"buttons\">\r\n <span class=\"cta-link\" *ngFor=\"let button of sectionContent.buttons\" authRoute\r\n [requireAuth]=\"button.requiresAuth\" [targetRoute]=\"button.route\">\r\n {{button.name}}\r\n <fa-icon icon=\"chevron-right\"></fa-icon>\r\n </span>\r\n </div>\r\n </div>\r\n <div class=\"cta-side\" [ngClass]=\"{'only-an-item':sectionContent.ctaCards.length == 1 }\">\r\n <div class=\"box\" *ngFor=\"let card of sectionContent.ctaCards\"\r\n [ngClass]=\"{'box-card':isBoxWithCard, 'box-non-card':!isBoxWithCard}\">\r\n <img loading=\"lazy\" [src]=\"card.image\" alt=\"\" class=\"image\" *ngIf=\"card.image\">\r\n <div class=\"box-title\">\r\n {{card.title}}\r\n </div>\r\n <div class=\"box-description\" *ngIf=\"card.description \">\r\n {{card.description}}\r\n </div>\r\n <div class=\"button\">\r\n <a [routerLink]=\"card.button.route\" class=\"custom-anchor\">\r\n <button type=\"button\" mat-raised-button authRoute [requireAuth]=\"card.button.requiresAuth\">\r\n {{card.button.name}}\r\n </button>\r\n </a>\r\n </div>\r\n <div class=\"divider\" *ngIf=\"!isBoxWithCard && sectionContent.ctaCards.length > 1 \">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.page{display:grid;margin:7rem auto;width:90%}@media only screen and (min-width: 1500px){.page{width:150rem}}.page .title-right-side{flex-direction:row-reverse}.page .title-left-side{flex-direction:row}.page .image-bg{background-position:center;background-size:cover}.page .colored-bg{background-color:#f7f8f9}.page .colored-bg .bg-image{display:none}.page .cta-box{width:100%;display:flex;column-gap:2%;border-radius:1.5rem;position:relative;box-shadow:.2rem .2rem .4rem #00000040;padding:3rem}.page .cta-box .left-bg{width:2rem;position:absolute;top:10%;left:0}.page .cta-box .right-bg{width:15rem;top:0;right:0;position:absolute}.page .cta-box .heading-side{display:flex;flex-direction:column;row-gap:1.5rem;width:40%}.page .cta-box .heading-side .title{color:#155ed4;font-size:3rem;font-weight:700}.page .cta-box .heading-side .subtitle{font-size:2rem;color:#32353b}.page .cta-box .heading-side .buttons{display:flex;flex-direction:row;column-gap:2rem}.page .cta-box .heading-side .buttons .cta-link{padding:.5 rem;color:#155ed4;font-size:1.6rem;cursor:pointer;transition:all ease-in-out .2s;border-bottom:.2rem solid transparent;display:flex;flex-direction:row;column-gap:1.5rem}.page .cta-box .heading-side .buttons .cta-link:hover{border-bottom:.2rem solid #155ED4}.page .cta-box .heading-side .buttons .cta-link:nth-child(2n){color:#32353b}.page .cta-box .heading-side .buttons .cta-link:nth-child(2n):hover{border-bottom:.2rem solid #32353B}.page .cta-box .only-an-item{justify-content:right}.page .cta-box .cta-side{display:flex;flex-direction:row;column-gap:2%;padding:1rem;height:100%;width:58%;align-items:center;padding:2rem 0}.page .cta-box .cta-side .box-card{background:#32353b;border-radius:1rem;color:#fff;box-shadow:#32325d40 0 1.3rem 2.7rem -.5rem,#0000004d 0 .8rem 1.6rem -.8rem;border:.2rem solid #ffffff;padding:1.5rem}.page .cta-box .cta-side .box-card .button button{color:#155ed4;background-color:#f7f8f9}.page .cta-box .cta-side .box-non-card{color:#32353b;height:100%}.page .cta-box .cta-side .box-non-card .box-title,.page .cta-box .cta-side .box-non-card .box-description,.page .cta-box .cta-side .box-non-card .button{padding-left:1rem;border-left:.3rem transparent solid}.page .cta-box .cta-side .box-non-card .image{margin-left:1.3rem}.page .cta-box .cta-side .box-non-card .box-title{border-left:.3rem #155ED4 solid}.page .cta-box .cta-side .box-non-card .button button{color:#fff;background-color:#32353b}.page .cta-box .cta-side .box{align-self:center;width:49%;display:flex;flex-direction:column;row-gap:1.5rem}.page .cta-box .cta-side .box .image{width:5rem;height:5rem;object-fit:cover;border-radius:.7rem;box-shadow:#0000003d 0 .3rem .8rem}.page .cta-box .cta-side .box .box-title{font-size:2.2rem;font-weight:700}.page .cta-box .cta-side .box .box-description{font-weight:400;font-size:1.8rem;margin-bottom:1rem;width:80%}.page .cta-box .cta-side .box .button button{padding:1rem;font-size:1.4rem;font-weight:600;font-family:inherit}.page .cta-box .divider{display:none}@media only screen and (max-width: 75em){.page .cta-box{flex-direction:column;row-gap:2rem}.page .cta-box .only-an-item{justify-content:center;width:50%;text-align:center}.page .cta-box .only-an-item .box{margin:auto;text-align:center}.page .cta-box .only-an-item .box .box-title,.page .cta-box .only-an-item .box .box-description,.page .cta-box .only-an-item .box .button,.page .cta-box .only-an-item .box .image{padding-left:0;border-left:none;margin:auto}.page .cta-box .only-an-item .box .box-title{border-left:none}.page .cta-box .cta-side,.page .cta-box .heading-side{width:100%}}@media only screen and (max-width: 37.5em){.page .cta-box .cta-side{flex-direction:column;row-gap:4rem}.page .cta-box .cta-side .box-non-card{margin:auto;text-align:center}.page .cta-box .cta-side .box-non-card .box-title,.page .cta-box .cta-side .box-non-card .box-description,.page .cta-box .cta-side .box-non-card .button,.page .cta-box .cta-side .box-non-card .image{padding-left:0;border-left:none;margin:auto}.page .cta-box .cta-side .box-non-card .box-title{border-left:none}.page .cta-box .cta-side .box-non-card:first-child .divider{display:grid;width:40%;border:.2rem solid #155ED4;margin:2.5rem auto 0}.page .cta-box .cta-side .box{width:100%}.page .cta-box .cta-side .box .box-title{font-size:2rem}.page .cta-box .cta-side .box .box-description{font-size:1.6rem}.page .cta-box .heading-side{text-align:center}.page .cta-box .heading-side .buttons{justify-content:center}}\n"], dependencies: [{ kind: "component", type: i1.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i3$1.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "directive", type: i1$1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: AuthRouteDirective, selector: "[authRoute]", inputs: ["targetRoute", "requireAuth", "navigationExtras"] }] });
407
+ }
408
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CallToActionSectionComponent, decorators: [{
409
+ type: Component,
410
+ args: [{ selector: 'call-to-action-section', template: "<div class=\"page\">\r\n <div class=\"cta-box\" [ngClass]=\"{'title-right-side':titleOnRightSide,'title-left-side':!titleOnRightSide,\r\n 'colored-bg':!imageBg,\r\n 'image-bg':imageBg\r\n}\" [ngStyle]=\"{'background-image': 'url(' + sectionContent.bgImage + ')', 'background-color': sectionContent.bgColor}\">\r\n <div class=\"heading-side\">\r\n <div class=\"title\">{{sectionContent.title}}</div>\r\n <div class=\"subtitle\">{{sectionContent.subtitle}}</div>\r\n <div class=\"buttons\">\r\n <span class=\"cta-link\" *ngFor=\"let button of sectionContent.buttons\" authRoute\r\n [requireAuth]=\"button.requiresAuth\" [targetRoute]=\"button.route\">\r\n {{button.name}}\r\n <fa-icon icon=\"chevron-right\"></fa-icon>\r\n </span>\r\n </div>\r\n </div>\r\n <div class=\"cta-side\" [ngClass]=\"{'only-an-item':sectionContent.ctaCards.length == 1 }\">\r\n <div class=\"box\" *ngFor=\"let card of sectionContent.ctaCards\"\r\n [ngClass]=\"{'box-card':isBoxWithCard, 'box-non-card':!isBoxWithCard}\">\r\n <img loading=\"lazy\" [src]=\"card.image\" alt=\"\" class=\"image\" *ngIf=\"card.image\">\r\n <div class=\"box-title\">\r\n {{card.title}}\r\n </div>\r\n <div class=\"box-description\" *ngIf=\"card.description \">\r\n {{card.description}}\r\n </div>\r\n <div class=\"button\">\r\n <a [routerLink]=\"card.button.route\" class=\"custom-anchor\">\r\n <button type=\"button\" mat-raised-button authRoute [requireAuth]=\"card.button.requiresAuth\">\r\n {{card.button.name}}\r\n </button>\r\n </a>\r\n </div>\r\n <div class=\"divider\" *ngIf=\"!isBoxWithCard && sectionContent.ctaCards.length > 1 \">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.page{display:grid;margin:7rem auto;width:90%}@media only screen and (min-width: 1500px){.page{width:150rem}}.page .title-right-side{flex-direction:row-reverse}.page .title-left-side{flex-direction:row}.page .image-bg{background-position:center;background-size:cover}.page .colored-bg{background-color:#f7f8f9}.page .colored-bg .bg-image{display:none}.page .cta-box{width:100%;display:flex;column-gap:2%;border-radius:1.5rem;position:relative;box-shadow:.2rem .2rem .4rem #00000040;padding:3rem}.page .cta-box .left-bg{width:2rem;position:absolute;top:10%;left:0}.page .cta-box .right-bg{width:15rem;top:0;right:0;position:absolute}.page .cta-box .heading-side{display:flex;flex-direction:column;row-gap:1.5rem;width:40%}.page .cta-box .heading-side .title{color:#155ed4;font-size:3rem;font-weight:700}.page .cta-box .heading-side .subtitle{font-size:2rem;color:#32353b}.page .cta-box .heading-side .buttons{display:flex;flex-direction:row;column-gap:2rem}.page .cta-box .heading-side .buttons .cta-link{padding:.5 rem;color:#155ed4;font-size:1.6rem;cursor:pointer;transition:all ease-in-out .2s;border-bottom:.2rem solid transparent;display:flex;flex-direction:row;column-gap:1.5rem}.page .cta-box .heading-side .buttons .cta-link:hover{border-bottom:.2rem solid #155ED4}.page .cta-box .heading-side .buttons .cta-link:nth-child(2n){color:#32353b}.page .cta-box .heading-side .buttons .cta-link:nth-child(2n):hover{border-bottom:.2rem solid #32353B}.page .cta-box .only-an-item{justify-content:right}.page .cta-box .cta-side{display:flex;flex-direction:row;column-gap:2%;padding:1rem;height:100%;width:58%;align-items:center;padding:2rem 0}.page .cta-box .cta-side .box-card{background:#32353b;border-radius:1rem;color:#fff;box-shadow:#32325d40 0 1.3rem 2.7rem -.5rem,#0000004d 0 .8rem 1.6rem -.8rem;border:.2rem solid #ffffff;padding:1.5rem}.page .cta-box .cta-side .box-card .button button{color:#155ed4;background-color:#f7f8f9}.page .cta-box .cta-side .box-non-card{color:#32353b;height:100%}.page .cta-box .cta-side .box-non-card .box-title,.page .cta-box .cta-side .box-non-card .box-description,.page .cta-box .cta-side .box-non-card .button{padding-left:1rem;border-left:.3rem transparent solid}.page .cta-box .cta-side .box-non-card .image{margin-left:1.3rem}.page .cta-box .cta-side .box-non-card .box-title{border-left:.3rem #155ED4 solid}.page .cta-box .cta-side .box-non-card .button button{color:#fff;background-color:#32353b}.page .cta-box .cta-side .box{align-self:center;width:49%;display:flex;flex-direction:column;row-gap:1.5rem}.page .cta-box .cta-side .box .image{width:5rem;height:5rem;object-fit:cover;border-radius:.7rem;box-shadow:#0000003d 0 .3rem .8rem}.page .cta-box .cta-side .box .box-title{font-size:2.2rem;font-weight:700}.page .cta-box .cta-side .box .box-description{font-weight:400;font-size:1.8rem;margin-bottom:1rem;width:80%}.page .cta-box .cta-side .box .button button{padding:1rem;font-size:1.4rem;font-weight:600;font-family:inherit}.page .cta-box .divider{display:none}@media only screen and (max-width: 75em){.page .cta-box{flex-direction:column;row-gap:2rem}.page .cta-box .only-an-item{justify-content:center;width:50%;text-align:center}.page .cta-box .only-an-item .box{margin:auto;text-align:center}.page .cta-box .only-an-item .box .box-title,.page .cta-box .only-an-item .box .box-description,.page .cta-box .only-an-item .box .button,.page .cta-box .only-an-item .box .image{padding-left:0;border-left:none;margin:auto}.page .cta-box .only-an-item .box .box-title{border-left:none}.page .cta-box .cta-side,.page .cta-box .heading-side{width:100%}}@media only screen and (max-width: 37.5em){.page .cta-box .cta-side{flex-direction:column;row-gap:4rem}.page .cta-box .cta-side .box-non-card{margin:auto;text-align:center}.page .cta-box .cta-side .box-non-card .box-title,.page .cta-box .cta-side .box-non-card .box-description,.page .cta-box .cta-side .box-non-card .button,.page .cta-box .cta-side .box-non-card .image{padding-left:0;border-left:none;margin:auto}.page .cta-box .cta-side .box-non-card .box-title{border-left:none}.page .cta-box .cta-side .box-non-card:first-child .divider{display:grid;width:40%;border:.2rem solid #155ED4;margin:2.5rem auto 0}.page .cta-box .cta-side .box{width:100%}.page .cta-box .cta-side .box .box-title{font-size:2rem}.page .cta-box .cta-side .box .box-description{font-size:1.6rem}.page .cta-box .heading-side{text-align:center}.page .cta-box .heading-side .buttons{justify-content:center}}\n"] }]
411
+ }], ctorParameters: function () { return []; }, propDecorators: { sectionContent: [{
412
+ type: Input
413
+ }], titleOnRightSide: [{
414
+ type: Input
415
+ }], imageBg: [{
416
+ type: Input
417
+ }], isBoxWithCard: [{
418
+ type: Input
419
+ }] } });
420
+
421
+ ;
422
+ class TeamComponent {
423
+ _router;
424
+ breakpointObserver;
425
+ sectionContent;
426
+ isTabletSize;
427
+ membersToShow;
428
+ scrollMemberNumber = 2;
429
+ constructor(_router, breakpointObserver) {
430
+ this._router = _router;
431
+ this.breakpointObserver = breakpointObserver;
432
+ }
433
+ ngOnInit() {
434
+ this.breakpointObserver.observe([
435
+ "(max-width: 1200px) and (min-width:851px)", "(max-width: 850px) and (min-width:601px)",
436
+ "(max-width: 600px)"
437
+ ]).subscribe((result) => {
438
+ if (result.breakpoints['(max-width: 1200px) and (min-width:851px)']) {
439
+ this.isTabletSize = true;
440
+ this.membersToShow = 3;
441
+ }
442
+ else if (result.breakpoints['(max-width: 850px) and (min-width:601px)']) {
443
+ this.membersToShow = 2;
444
+ this.scrollMemberNumber = 2;
445
+ this.isTabletSize = true;
446
+ }
447
+ else if (result.breakpoints['(max-width: 600px)']) {
448
+ this.membersToShow = 1;
449
+ this.scrollMemberNumber = 1;
450
+ this.isTabletSize = true;
451
+ }
452
+ else {
453
+ this.isTabletSize = false;
454
+ }
455
+ });
456
+ }
457
+ onAddNewMember() {
458
+ this._router.navigate(['/team/new-member']);
459
+ }
460
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TeamComponent, deps: [{ token: i1$1.Router }, { token: i1$3.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Component });
461
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TeamComponent, selector: "team", inputs: { sectionContent: "sectionContent" }, ngImport: i0, template: "<div class=\"container\">\r\n <section-title [sectionTitle]=\"sectionContent.sectionTitle\" ></section-title>\r\n <div class=\"cards\">\r\n <div class=\"member-card\" *ngFor=\"let teamMember of sectionContent.teamMembers\">\r\n <div class=\"image-container\">\r\n <img loading=\"lazy\" [src]=\"teamMember.profilePicture\">\r\n </div>\r\n <div>\r\n <div class=\"name\">\r\n {{teamMember.fullName}}\r\n </div>\r\n <div class=\"position\">\r\n {{teamMember.position}}\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"caption-text\">\r\n {{sectionContent.caption}}\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.container{display:grid;padding:0 2%;row-gap:2rem;width:100%;text-align:center}.container .cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.container .member-card{height:27rem;width:22rem;padding:1rem;display:grid}.container .member-card .image-container{display:grid;border-radius:1.5rem;overflow:hidden;height:20rem}.container .member-card .image-container img{width:100%;height:100%;object-fit:cover}.container .member-card .name{font-weight:600;font-size:1.9rem}.container .member-card .position{font-weight:500;font-size:1.4rem}.container .caption-text{font-weight:600;font-size:2rem;width:85%;margin:2rem auto;color:#155ed4}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: SectionTitleComponent, selector: "section-title", inputs: ["sectionTitle", "withoutTitleCase", "descriptionWidth"] }] });
462
+ }
463
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TeamComponent, decorators: [{
464
+ type: Component,
465
+ args: [{ selector: 'team', template: "<div class=\"container\">\r\n <section-title [sectionTitle]=\"sectionContent.sectionTitle\" ></section-title>\r\n <div class=\"cards\">\r\n <div class=\"member-card\" *ngFor=\"let teamMember of sectionContent.teamMembers\">\r\n <div class=\"image-container\">\r\n <img loading=\"lazy\" [src]=\"teamMember.profilePicture\">\r\n </div>\r\n <div>\r\n <div class=\"name\">\r\n {{teamMember.fullName}}\r\n </div>\r\n <div class=\"position\">\r\n {{teamMember.position}}\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"caption-text\">\r\n {{sectionContent.caption}}\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.container{display:grid;padding:0 2%;row-gap:2rem;width:100%;text-align:center}.container .cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.container .member-card{height:27rem;width:22rem;padding:1rem;display:grid}.container .member-card .image-container{display:grid;border-radius:1.5rem;overflow:hidden;height:20rem}.container .member-card .image-container img{width:100%;height:100%;object-fit:cover}.container .member-card .name{font-weight:600;font-size:1.9rem}.container .member-card .position{font-weight:500;font-size:1.4rem}.container .caption-text{font-weight:600;font-size:2rem;width:85%;margin:2rem auto;color:#155ed4}\n"] }]
466
+ }], ctorParameters: function () { return [{ type: i1$1.Router }, { type: i1$3.BreakpointObserver }]; }, propDecorators: { sectionContent: [{
467
+ type: Input
468
+ }] } });
469
+
470
+ class ValuesComponent {
471
+ breakpointObserver;
472
+ sectionContent;
473
+ withBgImage = false;
474
+ isDarkBg;
475
+ isTabletSize;
476
+ newSectionContent;
477
+ constructor(breakpointObserver) {
478
+ this.breakpointObserver = breakpointObserver;
479
+ }
480
+ ngOnInit() {
481
+ this.breakpointObserver.observe([
482
+ "(max-width: 1200px)"
483
+ ]).subscribe((result) => {
484
+ if (result.matches) {
485
+ this.isTabletSize = true;
486
+ }
487
+ else {
488
+ this.isTabletSize = false;
489
+ }
490
+ });
491
+ this.newSectionContent = this.sectionContent;
492
+ for (let card of this.newSectionContent.cards) {
493
+ this.newSectionContent.newIcon = card.icon;
494
+ }
495
+ }
496
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ValuesComponent, deps: [{ token: i1$3.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Component });
497
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ValuesComponent, selector: "values", inputs: { sectionContent: "sectionContent", withBgImage: "withBgImage", isDarkBg: "isDarkBg" }, ngImport: i0, template: "<div class=\"page\">\r\n <section-title [sectionTitle]=\"newSectionContent.sectionTitle\"></section-title>\r\n <div class=\"values-cards\" *ngIf=\"!isTabletSize\">\r\n <div class=\"card\" *ngFor=\"let card of newSectionContent.cards\">\r\n <div class=\"card-headline\">\r\n <div class=\"icon\" *ngIf=\"card.icon\">\r\n <fa-icon [icon]=\"card.icon\"></fa-icon>\r\n </div>\r\n <div class=\"image\" *ngIf=\"!card.icon\">\r\n <img loading=\"lazy\" [src]=\"card.image\" alt=\"\">\r\n </div>\r\n <div class=\"subtitle\">\r\n {{card.title}}\r\n </div>\r\n </div>\r\n <div class=\"value-description\">\r\n {{card.subtitle}}\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"value-cards\" *ngIf=\"isTabletSize\">\r\n <p-carousel class=\"custom\" [value]=\"newSectionContent.cards\" [numVisible]='1' [numScroll]='1' [page]=\"0\" orientation=\"horizontal\" [circular]=\"true\">\r\n <ng-template let-card pTemplate=\"item\">\r\n <div class=\"card\">\r\n <div class=\"card-headline\">\r\n <div class=\"icon\" *ngIf=\"card.icon\">\r\n <fa-icon [icon]=\"card.icon\"></fa-icon>\r\n </div>\r\n <div class=\"image\" *ngIf=\"!card.icon\">\r\n <img loading=\"lazy\" [src]=\"card.image\" alt=\"\">\r\n </div>\r\n <div class=\"subtitle\">\r\n {{card.title}}\r\n </div>\r\n </div>\r\n <div class=\"value-description\">\r\n {{card.subtitle}}\r\n </div>\r\n </div>\r\n </ng-template>\r\n </p-carousel>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.page{display:grid;grid-template-rows:auto auto auto auto;margin-top:5rem;align-items:center;position:relative;row-gap:2rem}.page .background-image{width:100%;height:40%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}.page .values-cards{grid-row:4;display:grid;grid-template-columns:49% 49%;grid-template-rows:auto auto;place-content:center;gap:3REM;z-index:2;margin:auto;width:60%}.page .card{background-color:#fff;color:#32353b;padding:1rem 2rem;border-radius:2rem;border:.1rem solid #D8D8D8;box-shadow:.2rem .2rem .4rem #00000040;display:flex;flex-direction:column;row-gap:1rem}.page .card .card-headline{display:flex;flex-direction:row;column-gap:2rem;align-items:center}.page .card .icon{color:#155ed4;font-size:3rem}.page .card .image img{width:4rem;height:4rem;aspect-ratio:3/2;object-fit:contain}.page .card .subtitle{font-weight:700;font-size:2.4rem}.page .card .value-description{font-weight:400;font-size:1.4rem}@media only screen and (max-width: 75em){.page{height:auto;display:block}.page .values-cards{margin-top:3rem;display:block;width:100%}.page .card{width:70%;width:90%;margin:2rem auto}}\n"], dependencies: [{ kind: "component", type: i1.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i5.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i5$1.Carousel, selector: "p-carousel", inputs: ["page", "numVisible", "numScroll", "responsiveOptions", "orientation", "verticalViewPortHeight", "contentClass", "indicatorsContentClass", "indicatorsContentStyle", "indicatorStyleClass", "indicatorStyle", "value", "circular", "showIndicators", "showNavigators", "autoplayInterval", "style", "styleClass"], outputs: ["onPage"] }, { kind: "component", type: SectionTitleComponent, selector: "section-title", inputs: ["sectionTitle", "withoutTitleCase", "descriptionWidth"] }] });
498
+ }
499
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ValuesComponent, decorators: [{
500
+ type: Component,
501
+ args: [{ selector: 'values', template: "<div class=\"page\">\r\n <section-title [sectionTitle]=\"newSectionContent.sectionTitle\"></section-title>\r\n <div class=\"values-cards\" *ngIf=\"!isTabletSize\">\r\n <div class=\"card\" *ngFor=\"let card of newSectionContent.cards\">\r\n <div class=\"card-headline\">\r\n <div class=\"icon\" *ngIf=\"card.icon\">\r\n <fa-icon [icon]=\"card.icon\"></fa-icon>\r\n </div>\r\n <div class=\"image\" *ngIf=\"!card.icon\">\r\n <img loading=\"lazy\" [src]=\"card.image\" alt=\"\">\r\n </div>\r\n <div class=\"subtitle\">\r\n {{card.title}}\r\n </div>\r\n </div>\r\n <div class=\"value-description\">\r\n {{card.subtitle}}\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"value-cards\" *ngIf=\"isTabletSize\">\r\n <p-carousel class=\"custom\" [value]=\"newSectionContent.cards\" [numVisible]='1' [numScroll]='1' [page]=\"0\" orientation=\"horizontal\" [circular]=\"true\">\r\n <ng-template let-card pTemplate=\"item\">\r\n <div class=\"card\">\r\n <div class=\"card-headline\">\r\n <div class=\"icon\" *ngIf=\"card.icon\">\r\n <fa-icon [icon]=\"card.icon\"></fa-icon>\r\n </div>\r\n <div class=\"image\" *ngIf=\"!card.icon\">\r\n <img loading=\"lazy\" [src]=\"card.image\" alt=\"\">\r\n </div>\r\n <div class=\"subtitle\">\r\n {{card.title}}\r\n </div>\r\n </div>\r\n <div class=\"value-description\">\r\n {{card.subtitle}}\r\n </div>\r\n </div>\r\n </ng-template>\r\n </p-carousel>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.page{display:grid;grid-template-rows:auto auto auto auto;margin-top:5rem;align-items:center;position:relative;row-gap:2rem}.page .background-image{width:100%;height:40%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}.page .values-cards{grid-row:4;display:grid;grid-template-columns:49% 49%;grid-template-rows:auto auto;place-content:center;gap:3REM;z-index:2;margin:auto;width:60%}.page .card{background-color:#fff;color:#32353b;padding:1rem 2rem;border-radius:2rem;border:.1rem solid #D8D8D8;box-shadow:.2rem .2rem .4rem #00000040;display:flex;flex-direction:column;row-gap:1rem}.page .card .card-headline{display:flex;flex-direction:row;column-gap:2rem;align-items:center}.page .card .icon{color:#155ed4;font-size:3rem}.page .card .image img{width:4rem;height:4rem;aspect-ratio:3/2;object-fit:contain}.page .card .subtitle{font-weight:700;font-size:2.4rem}.page .card .value-description{font-weight:400;font-size:1.4rem}@media only screen and (max-width: 75em){.page{height:auto;display:block}.page .values-cards{margin-top:3rem;display:block;width:100%}.page .card{width:70%;width:90%;margin:2rem auto}}\n"] }]
502
+ }], ctorParameters: function () { return [{ type: i1$3.BreakpointObserver }]; }, propDecorators: { sectionContent: [{
503
+ type: Input
504
+ }], withBgImage: [{
505
+ type: Input
506
+ }], isDarkBg: [{
507
+ type: Input
508
+ }] } });
509
+
510
+ class OurClientListingComponent {
511
+ account;
512
+ constructor() { }
513
+ ngOnInit() {
514
+ // console.log(this.account);
515
+ }
516
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: OurClientListingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
517
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: OurClientListingComponent, selector: "our-client-listing", inputs: { account: "account" }, ngImport: i0, template: "<div class=\"client\">\r\n <img loading=\"lazy\" class=\"image\" [src]=\"account.profilePicture\" alt=\"\" />\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.client{margin:2vh 0}.client .image{filter:grayscale(100%);text-align:center;box-shadow:#0000001f .1rem .3rem,#0000003d 0 .1rem .2rem;border-radius:.5rem}.client .image:hover{filter:none;cursor:pointer}@media only screen and (max-width: 112.5em){.image{width:70%}}@media only screen and (max-width: 75em){.image{width:70%}}@media only screen and (max-width: 56.25em){.image{width:70%}}@media only screen and (max-width: 37.5em){.image{width:85%}}@media only screen and (min-width: 112.5em){.image{width:70%}}\n"] });
518
+ }
519
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: OurClientListingComponent, decorators: [{
520
+ type: Component,
521
+ args: [{ selector: "our-client-listing", template: "<div class=\"client\">\r\n <img loading=\"lazy\" class=\"image\" [src]=\"account.profilePicture\" alt=\"\" />\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.client{margin:2vh 0}.client .image{filter:grayscale(100%);text-align:center;box-shadow:#0000001f .1rem .3rem,#0000003d 0 .1rem .2rem;border-radius:.5rem}.client .image:hover{filter:none;cursor:pointer}@media only screen and (max-width: 112.5em){.image{width:70%}}@media only screen and (max-width: 75em){.image{width:70%}}@media only screen and (max-width: 56.25em){.image{width:70%}}@media only screen and (max-width: 37.5em){.image{width:85%}}@media only screen and (min-width: 112.5em){.image{width:70%}}\n"] }]
522
+ }], ctorParameters: function () { return []; }, propDecorators: { account: [{
523
+ type: Input
524
+ }] } });
525
+
526
+ class OurClientsComponent {
527
+ breakpointObserver;
528
+ accounts;
529
+ isUnderTabRange;
530
+ clientsToShow = 4;
531
+ scrollClientNumber = 2;
532
+ constructor(breakpointObserver) {
533
+ this.breakpointObserver = breakpointObserver;
534
+ }
535
+ ngOnInit() {
536
+ this.breakpointObserver.observe([
537
+ "(min-width: 1201px)",
538
+ "(max-width: 1200px) and (min-width:1076px)",
539
+ "(max-width: 1075px) and (min-width:651px)",
540
+ "(max-width: 650px)"
541
+ ]).subscribe((result) => {
542
+ if (result.breakpoints['(max-width: 1200px) and (min-width:1076px)']) {
543
+ this.isUnderTabRange = true;
544
+ this.clientsToShow = 3;
545
+ this.scrollClientNumber = 2;
546
+ }
547
+ else if (result.breakpoints['(min-width: 1201px)']) {
548
+ this.isUnderTabRange = true;
549
+ this.clientsToShow = 4;
550
+ this.scrollClientNumber = 2;
551
+ }
552
+ else if (result.breakpoints['(max-width: 1075px) and (min-width:651px)']) {
553
+ this.isUnderTabRange = true;
554
+ this.clientsToShow = 2;
555
+ this.scrollClientNumber = 1;
556
+ }
557
+ else if (result.breakpoints['(max-width: 650px)']) {
558
+ this.isUnderTabRange = true;
559
+ this.clientsToShow = 1;
560
+ this.scrollClientNumber = 1;
561
+ }
562
+ else {
563
+ this.isUnderTabRange = false;
564
+ }
565
+ });
566
+ }
567
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: OurClientsComponent, deps: [{ token: i1$3.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Component });
568
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: OurClientsComponent, selector: "our-clients", inputs: { accounts: "accounts" }, ngImport: i0, template: "<p-carousel class=\"custom\" [value]=\"accounts\" [numVisible]=\"clientsToShow\" [numScroll]=\"scrollClientNumber\" [page]=\"0\"\r\n orientation=\"horizontal\" [circular]=\"true\">\r\n <ng-template let-client pTemplate=\"item\">\r\n <div>\r\n <our-client-listing class=\"client\" [account]=\"client\">\r\n </our-client-listing>\r\n </div>\r\n </ng-template>\r\n</p-carousel>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.custom{height:20vh}.client{height:20rem}.custom,.client{margin:auto;width:90%}@media only screen and (min-width: 1500px){.custom,.client{width:150rem}}\n"], dependencies: [{ kind: "directive", type: i5.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i5$1.Carousel, selector: "p-carousel", inputs: ["page", "numVisible", "numScroll", "responsiveOptions", "orientation", "verticalViewPortHeight", "contentClass", "indicatorsContentClass", "indicatorsContentStyle", "indicatorStyleClass", "indicatorStyle", "value", "circular", "showIndicators", "showNavigators", "autoplayInterval", "style", "styleClass"], outputs: ["onPage"] }, { kind: "component", type: OurClientListingComponent, selector: "our-client-listing", inputs: ["account"] }] });
569
+ }
570
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: OurClientsComponent, decorators: [{
571
+ type: Component,
572
+ args: [{ selector: "our-clients", template: "<p-carousel class=\"custom\" [value]=\"accounts\" [numVisible]=\"clientsToShow\" [numScroll]=\"scrollClientNumber\" [page]=\"0\"\r\n orientation=\"horizontal\" [circular]=\"true\">\r\n <ng-template let-client pTemplate=\"item\">\r\n <div>\r\n <our-client-listing class=\"client\" [account]=\"client\">\r\n </our-client-listing>\r\n </div>\r\n </ng-template>\r\n</p-carousel>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.custom{height:20vh}.client{height:20rem}.custom,.client{margin:auto;width:90%}@media only screen and (min-width: 1500px){.custom,.client{width:150rem}}\n"] }]
573
+ }], ctorParameters: function () { return [{ type: i1$3.BreakpointObserver }]; }, propDecorators: { accounts: [{
574
+ type: Input
575
+ }] } });
576
+
577
+ class PageSectionWithMultipleCardsComponent {
578
+ _Router;
579
+ sectionContent;
580
+ constructor(_Router) {
581
+ this._Router = _Router;
582
+ }
583
+ ngOnInit() { }
584
+ onClickAllReasons(route) {
585
+ this._Router.navigate([route]);
586
+ }
587
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PageSectionWithMultipleCardsComponent, deps: [{ token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Component });
588
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PageSectionWithMultipleCardsComponent, selector: "page-section-with-multiple-cards", inputs: { sectionContent: "sectionContent" }, ngImport: i0, template: "<div class=\"page\">\r\n <div class=\"text-part\">\r\n <h2 class=\"tip-title\">\r\n {{sectionContent.tipTitle}}\r\n </h2>\r\n <section-title [sectionTitle]=\"sectionContent.sectionTitle\"></section-title>\r\n </div>\r\n <div class=\"reason-card\" *ngFor=\"let reason of sectionContent.reasons\">\r\n <div class=\"card-icon\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 97 97\" [style.fill]=\"reason.shapeColor\">\r\n <path\r\n d=\"M5.0312 58.8331C-9.18797 29.0705 16.1615 9.11602 41.3271 3.99601C66.4928 -1.12401 102.401 -5.60082 96.1642 40.2919C89.9278 86.1847 85.034 90.009 59.8684 95.129C34.7027 100.249 19.2504 88.5958 5.0312 58.8331Z\" />\r\n </svg>\r\n <fa-icon [style.color]=\"reason.iconColor\" [icon]=\"reason.iconName\"></fa-icon>\r\n </div>\r\n <div class=\"card-title\">\r\n {{reason.title}}\r\n </div>\r\n <div class=\"card-description\">\r\n {{reason.description}}\r\n </div>\r\n </div>\r\n <button class=\"all-reason-card\" (click)=\"onClickAllReasons(sectionContent.allReasonsBox.route)\">\r\n <div class=\"card-title\">\r\n {{sectionContent.allReasonsBox.ctaText}}\r\n </div>\r\n <div class=\"icon-circle\">\r\n <fa-icon [icon]=\"sectionContent.allReasonsBox.iconName\"></fa-icon>\r\n </div>\r\n </button>\r\n\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.page{gap:1.5rem;display:flex;flex-wrap:wrap;width:90%;margin:2rem auto}@media only screen and (min-width: 1500px){.page{max-width:150rem}}.page .text-part{width:61.5rem;row-gap:.5rem;display:grid;grid-template-rows:2rem 13rem auto;min-width:52rem;margin-bottom:2rem}@media only screen and (max-width: 600px){.page .text-part{min-width:0;width:100%;grid-template-rows:2rem auto auto}.page .text-part .subtitle{font-size:3rem;font-weight:700}}.page .text-part .tip-title{color:#155ed4;font-size:1.6rem;font-weight:700}.page .text-part .subtitle{font-size:4rem;font-weight:800;color:#3d3d3d}.page .text-part .description{font-size:2rem;font-weight:500;color:#7e7e7e}.page .reason-card,.page .all-reason-card{row-gap:1rem;display:grid;border-radius:1.5rem;border:.1rem solid #D8D8D8;background:#fff;box-shadow:.2rem .2rem .4rem #00000040;padding:2rem 1rem;margin:0rem auto}.page .reason-card{width:30rem;grid-template-rows:auto auto auto;text-align:center}.page .reason-card:nth-child(odd) svg{transform:rotate(90deg)}.page .reason-card .card-icon{place-self:center;position:relative}.page .reason-card .card-icon svg{width:9.5rem;height:9.5rem}.page .reason-card .card-icon fa-icon{position:absolute;font-size:3.8rem;top:calc(50% - 1.9rem);left:calc(50% - 1.9rem)}.page .reason-card .card-description{font-size:1.4rem;font-weight:500;color:#484848}.page .card-title{font-size:2.2rem;font-weight:800;color:#424345}.page .all-reason-card{place-content:center;cursor:pointer;transition:all .2s;width:30rem}@media (hover: hover){.page .all-reason-card:hover{background-color:#155ed4}.page .all-reason-card:hover .card-title{color:#fff}.page .all-reason-card:hover .icon-circle{color:#155ed4;background-color:#fff}.page .all-reason-card:active{background-color:#fff}.page .all-reason-card:active .card-title{color:#424345}.page .all-reason-card:active .icon-circle{color:#fff;background-color:#155ed4}}.page .all-reason-card .icon-circle{border-radius:50%;font-size:1.8rem;width:4rem;height:4rem;display:grid;place-content:center;background-color:#155ed4;color:#fff;justify-self:center}\n"], dependencies: [{ kind: "component", type: i1.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: SectionTitleComponent, selector: "section-title", inputs: ["sectionTitle", "withoutTitleCase", "descriptionWidth"] }] });
589
+ }
590
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PageSectionWithMultipleCardsComponent, decorators: [{
591
+ type: Component,
592
+ args: [{ selector: 'page-section-with-multiple-cards', template: "<div class=\"page\">\r\n <div class=\"text-part\">\r\n <h2 class=\"tip-title\">\r\n {{sectionContent.tipTitle}}\r\n </h2>\r\n <section-title [sectionTitle]=\"sectionContent.sectionTitle\"></section-title>\r\n </div>\r\n <div class=\"reason-card\" *ngFor=\"let reason of sectionContent.reasons\">\r\n <div class=\"card-icon\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 97 97\" [style.fill]=\"reason.shapeColor\">\r\n <path\r\n d=\"M5.0312 58.8331C-9.18797 29.0705 16.1615 9.11602 41.3271 3.99601C66.4928 -1.12401 102.401 -5.60082 96.1642 40.2919C89.9278 86.1847 85.034 90.009 59.8684 95.129C34.7027 100.249 19.2504 88.5958 5.0312 58.8331Z\" />\r\n </svg>\r\n <fa-icon [style.color]=\"reason.iconColor\" [icon]=\"reason.iconName\"></fa-icon>\r\n </div>\r\n <div class=\"card-title\">\r\n {{reason.title}}\r\n </div>\r\n <div class=\"card-description\">\r\n {{reason.description}}\r\n </div>\r\n </div>\r\n <button class=\"all-reason-card\" (click)=\"onClickAllReasons(sectionContent.allReasonsBox.route)\">\r\n <div class=\"card-title\">\r\n {{sectionContent.allReasonsBox.ctaText}}\r\n </div>\r\n <div class=\"icon-circle\">\r\n <fa-icon [icon]=\"sectionContent.allReasonsBox.iconName\"></fa-icon>\r\n </div>\r\n </button>\r\n\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.page{gap:1.5rem;display:flex;flex-wrap:wrap;width:90%;margin:2rem auto}@media only screen and (min-width: 1500px){.page{max-width:150rem}}.page .text-part{width:61.5rem;row-gap:.5rem;display:grid;grid-template-rows:2rem 13rem auto;min-width:52rem;margin-bottom:2rem}@media only screen and (max-width: 600px){.page .text-part{min-width:0;width:100%;grid-template-rows:2rem auto auto}.page .text-part .subtitle{font-size:3rem;font-weight:700}}.page .text-part .tip-title{color:#155ed4;font-size:1.6rem;font-weight:700}.page .text-part .subtitle{font-size:4rem;font-weight:800;color:#3d3d3d}.page .text-part .description{font-size:2rem;font-weight:500;color:#7e7e7e}.page .reason-card,.page .all-reason-card{row-gap:1rem;display:grid;border-radius:1.5rem;border:.1rem solid #D8D8D8;background:#fff;box-shadow:.2rem .2rem .4rem #00000040;padding:2rem 1rem;margin:0rem auto}.page .reason-card{width:30rem;grid-template-rows:auto auto auto;text-align:center}.page .reason-card:nth-child(odd) svg{transform:rotate(90deg)}.page .reason-card .card-icon{place-self:center;position:relative}.page .reason-card .card-icon svg{width:9.5rem;height:9.5rem}.page .reason-card .card-icon fa-icon{position:absolute;font-size:3.8rem;top:calc(50% - 1.9rem);left:calc(50% - 1.9rem)}.page .reason-card .card-description{font-size:1.4rem;font-weight:500;color:#484848}.page .card-title{font-size:2.2rem;font-weight:800;color:#424345}.page .all-reason-card{place-content:center;cursor:pointer;transition:all .2s;width:30rem}@media (hover: hover){.page .all-reason-card:hover{background-color:#155ed4}.page .all-reason-card:hover .card-title{color:#fff}.page .all-reason-card:hover .icon-circle{color:#155ed4;background-color:#fff}.page .all-reason-card:active{background-color:#fff}.page .all-reason-card:active .card-title{color:#424345}.page .all-reason-card:active .icon-circle{color:#fff;background-color:#155ed4}}.page .all-reason-card .icon-circle{border-radius:50%;font-size:1.8rem;width:4rem;height:4rem;display:grid;place-content:center;background-color:#155ed4;color:#fff;justify-self:center}\n"] }]
593
+ }], ctorParameters: function () { return [{ type: i1$1.Router }]; }, propDecorators: { sectionContent: [{
594
+ type: Input
595
+ }] } });
596
+
597
+ class CallToActionSectionTwoComponent {
598
+ _router;
599
+ sectionContent;
600
+ constructor(_router) {
601
+ this._router = _router;
602
+ }
603
+ ngOnInit() {
604
+ }
605
+ onClickLink(link) {
606
+ this._router.navigate([link]);
607
+ }
608
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CallToActionSectionTwoComponent, deps: [{ token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Component });
609
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CallToActionSectionTwoComponent, selector: "call-to-action-section-two", inputs: { sectionContent: "sectionContent" }, ngImport: i0, template: "<section class=\"section\">\r\n <header class=\"logo-container\" *ngIf=\"sectionContent.withImage\">\r\n <img loading=\"lazy\" class=\"logo\" [src]=\"sectionContent.imagePath\" alt=\"Logo\">\r\n </header>\r\n <h1 class=\"title\">\r\n {{sectionContent.title}}\r\n </h1>\r\n <h3 class=\"subtitle\">\r\n {{sectionContent.subtitle}}<ng-content></ng-content>\r\n </h3>\r\n</section>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.section{background-color:#f7f8f9;display:flex;flex-direction:column;row-gap:1.5rem;border-radius:1.5rem;padding:2rem;width:100%;justify-content:center;text-align:center}.section .logo-container{width:8rem;margin:auto}.section .logo-container .logo{width:100%}.section .title{font-size:3.4rem;font-weight:700;color:#155ed4}.section .description,.section .subtitle{color:#32353b;font-size:2rem;font-weight:500}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
610
+ }
611
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CallToActionSectionTwoComponent, decorators: [{
612
+ type: Component,
613
+ args: [{ selector: 'call-to-action-section-two', template: "<section class=\"section\">\r\n <header class=\"logo-container\" *ngIf=\"sectionContent.withImage\">\r\n <img loading=\"lazy\" class=\"logo\" [src]=\"sectionContent.imagePath\" alt=\"Logo\">\r\n </header>\r\n <h1 class=\"title\">\r\n {{sectionContent.title}}\r\n </h1>\r\n <h3 class=\"subtitle\">\r\n {{sectionContent.subtitle}}<ng-content></ng-content>\r\n </h3>\r\n</section>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.section{background-color:#f7f8f9;display:flex;flex-direction:column;row-gap:1.5rem;border-radius:1.5rem;padding:2rem;width:100%;justify-content:center;text-align:center}.section .logo-container{width:8rem;margin:auto}.section .logo-container .logo{width:100%}.section .title{font-size:3.4rem;font-weight:700;color:#155ed4}.section .description,.section .subtitle{color:#32353b;font-size:2rem;font-weight:500}\n"] }]
614
+ }], ctorParameters: function () { return [{ type: i1$1.Router }]; }, propDecorators: { sectionContent: [{
615
+ type: Input
616
+ }] } });
617
+
618
+ class ValuePropsSectionComponent {
619
+ sectionContent;
620
+ selectedImage;
621
+ constructor() { }
622
+ ngOnInit() {
623
+ let i = 0;
624
+ this.selectedImage = this.sectionContent.paragraphs[0].imagePath;
625
+ i++;
626
+ for (let paragraph of this.sectionContent.paragraphs) {
627
+ paragraph.isClicked = false;
628
+ }
629
+ this.sectionContent.paragraphs[0].isClicked = true;
630
+ }
631
+ onChangeImage(imagePath, paragraphIndex) {
632
+ for (let paragraph of this.sectionContent.paragraphs) {
633
+ paragraph.isClicked = false;
634
+ }
635
+ this.selectedImage = imagePath;
636
+ this.sectionContent.paragraphs[paragraphIndex].isClicked = true;
637
+ }
638
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ValuePropsSectionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
639
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ValuePropsSectionComponent, selector: "value-props-section", inputs: { sectionContent: "sectionContent" }, ngImport: i0, template: "<div class=\"value-prop\" [ngClass]=\"{'image-text-sort': sectionContent.paragraphProperties.onRightSide , 'text-image-sort': !sectionContent.paragraphProperties.onRightSide ,'paragraph-with-card':sectionContent.paragraphProperties.withCard }\">\r\n <div class=\"text-side\">\r\n <section-title [sectionTitle]=\"sectionContent.sectionTitle\">\r\n </section-title>\r\n <div class=\"value-prop-image\">\r\n <img loading=\"lazy\" [src]=\"selectedImage\" alt=\"\">\r\n </div>\r\n <div class=\"paragraph-items\">\r\n <p *ngFor=\"let paragraph of sectionContent.paragraphs; let j = index\" class=\"paragraph\" (click)=\"onChangeImage(paragraph.imagePath ,j)\" [ngClass]=\"{'selected-paragraph':paragraph.isClicked, 'one-paragraph':sectionContent.paragraphs.length == 1}\">\r\n <span class=\"value-prop-icon\">\r\n <fa-icon [icon]=\"paragraph.iconName\"></fa-icon></span>\r\n <span class=\"paragraph-text\">\r\n {{paragraph.text}}\r\n </span>\r\n </p>\r\n </div>\r\n </div>\r\n <div class=\"image-buttons-side\">\r\n <img loading=\"lazy\" [src]=\"selectedImage\" alt=\"\">\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.value-prop{display:flex;justify-content:space-between;column-gap:2%;width:100%}.value-prop .text-side{display:grid;row-gap:1rem;width:58%;padding:2rem 0rem}.value-prop .text-side .value-prop-image{display:none}.value-prop .text-side .paragraph-items{display:flex;flex-wrap:wrap;flex-direction:row;column-gap:1rem}.value-prop .text-side .paragraph{box-sizing:border-box;display:grid;grid-template-columns:5rem auto auto;margin:0rem;align-content:center;align-self:start;cursor:pointer;transition:all ease-in-out .2s;border-radius:1.5rem;column-gap:.5rem;width:40rem;height:-moz-fit-content;height:fit-content}@media only screen and (max-width: 725px){.value-prop .text-side .paragraph{width:100%;height:auto;padding:2rem 1rem}}.value-prop .text-side .paragraph:hover .paragraph-text,.value-prop .text-side .paragraph:hover .value-prop-icon{color:#32353b}.value-prop .text-side .paragraph .paragraph-text{color:#32353b99;transition:all ease-in-out .2s}.value-prop .text-side .paragraph .value-prop-icon{display:grid;align-content:center;color:#32353b99;transition:all ease-in-out .2s}.value-prop .text-side .paragraph .value-prop-icon fa-icon{font-size:3rem}.value-prop .text-side .one-paragraph{width:100%}.value-prop .text-side .selected-paragraph .paragraph-text{color:#32353b}.value-prop .text-side .selected-paragraph .cta-icon{transform:rotate(0)}.value-prop .text-side .selected-paragraph .value-prop-icon{color:#155ed4}.value-prop .text-side .selected-paragraph:hover .value-prop-icon{color:#155ed4;background-color:#fff}.value-prop .image-buttons-side{width:40%;display:grid;align-content:center}.value-prop .image-buttons-side img{width:100%;height:42rem;object-fit:cover;border-radius:1rem}@media only screen and (max-width: 56.25em){.value-prop{flex-wrap:wrap}.value-prop:nth-child(2n){flex-direction:row}.value-prop:nth-child(2n) .image-buttons-side{justify-self:center}.value-prop .text-side{justify-self:left}.value-prop .text-side .value-prop-image{display:grid;width:100%}.value-prop .text-side .value-prop-image img{width:100%;height:35rem;object-fit:cover;border-radius:1rem}.value-prop .image-buttons-side{display:none}}@media only screen and (max-width: 37.5em){.value-prop .text-side .paragraph-items{column-count:1}}.image-text-sort{flex-direction:row-reverse}@media only screen and (max-width: 56.25em){.image-text-sort:nth-child(2n) .image-buttons-side{justify-self:center}}.text-image-sort{flex-direction:row}.paragraph-with-card .text-side .paragraph{padding:1rem;margin:1rem 0rem;border-radius:.7rem;border:.2rem solid rgba(50,53,59,.1);min-height:max-content;height:15rem}.paragraph-with-card .text-side .paragraph:hover{border:.2rem solid #32353b}.paragraph-with-card .text-side .paragraph .value-prop-icon{text-align:center}.paragraph-with-card .text-side .selected-paragraph{border:.2rem solid #155ed4}.paragraph-with-card .text-side .selected-paragraph .paragraph-text{color:#32353b}.paragraph-with-card .text-side .selected-paragraph .value-prop-icon{color:#155ed4}.paragraph-with-card .text-side .selected-paragraph:hover{border:.2rem solid #155ed4}.paragraph-with-card .text-side .selected-paragraph:hover .value-prop-icon{color:#155ed4}\n"], dependencies: [{ kind: "component", type: i1.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: SectionTitleComponent, selector: "section-title", inputs: ["sectionTitle", "withoutTitleCase", "descriptionWidth"] }] });
640
+ }
641
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ValuePropsSectionComponent, decorators: [{
642
+ type: Component,
643
+ args: [{ selector: 'value-props-section', template: "<div class=\"value-prop\" [ngClass]=\"{'image-text-sort': sectionContent.paragraphProperties.onRightSide , 'text-image-sort': !sectionContent.paragraphProperties.onRightSide ,'paragraph-with-card':sectionContent.paragraphProperties.withCard }\">\r\n <div class=\"text-side\">\r\n <section-title [sectionTitle]=\"sectionContent.sectionTitle\">\r\n </section-title>\r\n <div class=\"value-prop-image\">\r\n <img loading=\"lazy\" [src]=\"selectedImage\" alt=\"\">\r\n </div>\r\n <div class=\"paragraph-items\">\r\n <p *ngFor=\"let paragraph of sectionContent.paragraphs; let j = index\" class=\"paragraph\" (click)=\"onChangeImage(paragraph.imagePath ,j)\" [ngClass]=\"{'selected-paragraph':paragraph.isClicked, 'one-paragraph':sectionContent.paragraphs.length == 1}\">\r\n <span class=\"value-prop-icon\">\r\n <fa-icon [icon]=\"paragraph.iconName\"></fa-icon></span>\r\n <span class=\"paragraph-text\">\r\n {{paragraph.text}}\r\n </span>\r\n </p>\r\n </div>\r\n </div>\r\n <div class=\"image-buttons-side\">\r\n <img loading=\"lazy\" [src]=\"selectedImage\" alt=\"\">\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.value-prop{display:flex;justify-content:space-between;column-gap:2%;width:100%}.value-prop .text-side{display:grid;row-gap:1rem;width:58%;padding:2rem 0rem}.value-prop .text-side .value-prop-image{display:none}.value-prop .text-side .paragraph-items{display:flex;flex-wrap:wrap;flex-direction:row;column-gap:1rem}.value-prop .text-side .paragraph{box-sizing:border-box;display:grid;grid-template-columns:5rem auto auto;margin:0rem;align-content:center;align-self:start;cursor:pointer;transition:all ease-in-out .2s;border-radius:1.5rem;column-gap:.5rem;width:40rem;height:-moz-fit-content;height:fit-content}@media only screen and (max-width: 725px){.value-prop .text-side .paragraph{width:100%;height:auto;padding:2rem 1rem}}.value-prop .text-side .paragraph:hover .paragraph-text,.value-prop .text-side .paragraph:hover .value-prop-icon{color:#32353b}.value-prop .text-side .paragraph .paragraph-text{color:#32353b99;transition:all ease-in-out .2s}.value-prop .text-side .paragraph .value-prop-icon{display:grid;align-content:center;color:#32353b99;transition:all ease-in-out .2s}.value-prop .text-side .paragraph .value-prop-icon fa-icon{font-size:3rem}.value-prop .text-side .one-paragraph{width:100%}.value-prop .text-side .selected-paragraph .paragraph-text{color:#32353b}.value-prop .text-side .selected-paragraph .cta-icon{transform:rotate(0)}.value-prop .text-side .selected-paragraph .value-prop-icon{color:#155ed4}.value-prop .text-side .selected-paragraph:hover .value-prop-icon{color:#155ed4;background-color:#fff}.value-prop .image-buttons-side{width:40%;display:grid;align-content:center}.value-prop .image-buttons-side img{width:100%;height:42rem;object-fit:cover;border-radius:1rem}@media only screen and (max-width: 56.25em){.value-prop{flex-wrap:wrap}.value-prop:nth-child(2n){flex-direction:row}.value-prop:nth-child(2n) .image-buttons-side{justify-self:center}.value-prop .text-side{justify-self:left}.value-prop .text-side .value-prop-image{display:grid;width:100%}.value-prop .text-side .value-prop-image img{width:100%;height:35rem;object-fit:cover;border-radius:1rem}.value-prop .image-buttons-side{display:none}}@media only screen and (max-width: 37.5em){.value-prop .text-side .paragraph-items{column-count:1}}.image-text-sort{flex-direction:row-reverse}@media only screen and (max-width: 56.25em){.image-text-sort:nth-child(2n) .image-buttons-side{justify-self:center}}.text-image-sort{flex-direction:row}.paragraph-with-card .text-side .paragraph{padding:1rem;margin:1rem 0rem;border-radius:.7rem;border:.2rem solid rgba(50,53,59,.1);min-height:max-content;height:15rem}.paragraph-with-card .text-side .paragraph:hover{border:.2rem solid #32353b}.paragraph-with-card .text-side .paragraph .value-prop-icon{text-align:center}.paragraph-with-card .text-side .selected-paragraph{border:.2rem solid #155ed4}.paragraph-with-card .text-side .selected-paragraph .paragraph-text{color:#32353b}.paragraph-with-card .text-side .selected-paragraph .value-prop-icon{color:#155ed4}.paragraph-with-card .text-side .selected-paragraph:hover{border:.2rem solid #155ed4}.paragraph-with-card .text-side .selected-paragraph:hover .value-prop-icon{color:#155ed4}\n"] }]
644
+ }], ctorParameters: function () { return []; }, propDecorators: { sectionContent: [{
645
+ type: Input
646
+ }] } });
647
+
648
+ class ChooseCountryWithFlagComponent {
649
+ items;
650
+ selectedItem;
651
+ change = new EventEmitter();
652
+ constructor() { }
653
+ ngOnInit() {
654
+ }
655
+ writeValue(value) {
656
+ this.selectedItem = value;
657
+ }
658
+ registerOnChange(fn) {
659
+ this.propagateChange = fn;
660
+ }
661
+ registerOnTouched(fn) {
662
+ this.propogateTouch = fn;
663
+ }
664
+ propagateChange = (_) => { };
665
+ propogateTouch = () => { };
666
+ updateBlur() {
667
+ this.propogateTouch();
668
+ }
669
+ onSelectionChanged($event) {
670
+ this.propagateChange(this.selectedItem);
671
+ this.change.emit($event);
672
+ }
673
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChooseCountryWithFlagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
674
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ChooseCountryWithFlagComponent, selector: "choose-country-with-flag", inputs: { items: "items" }, outputs: { change: "change" }, providers: [
675
+ {
676
+ provide: NG_VALUE_ACCESSOR,
677
+ useExisting: forwardRef(() => ChooseCountryWithFlagComponent),
678
+ multi: true
679
+ }
680
+ ], ngImport: i0, template: "<div class=\"choose\">\r\n <ng-select\r\n (blur)=\"updateBlur()\"\r\n class=\"custom\"\r\n [items]=\"items\"\r\n (change)=\"onSelectionChanged($event)\"\r\n bindLabel=\"name\"\r\n bindValue=\"id\"\r\n [(ngModel)]=\"selectedItem\"\r\n placeholder=\"Choose country\"\r\n >\r\n <ng-template ng-label-tmp let-item=\"item\" let-clear=\"clear\">\r\n <div class=\"flag-name\">\r\n <mat-icon [svgIcon]=\"item?.code2?.toLowerCase()\"></mat-icon>\r\n {{ item.code2 }}\r\n </div>\r\n </ng-template>\r\n <ng-template ng-option-tmp let-item=\"item\" class=\"options-list\">\r\n <div class=\"flag-name\">\r\n <mat-icon [svgIcon]=\"item?.code2?.toLowerCase()\"></mat-icon>\r\n <span class=\"country-name\">\r\n {{\r\n item.name.length > 15\r\n ? (item.name | slice: 0 : 15) + \"...\"\r\n : item.name\r\n }}\r\n </span>\r\n </div>\r\n </ng-template>\r\n </ng-select>\r\n</div>\r\n", styles: [".choose{width:100%}.choose .flag-name{display:flex;column-gap:1rem;align-items:center}\n"], dependencies: [{ kind: "component", type: i1$5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i3$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3$3.NgSelectComponent, selector: "ng-select", inputs: ["bindLabel", "bindValue", "markFirst", "placeholder", "notFoundText", "typeToSearchText", "addTagText", "loadingText", "clearAllText", "appearance", "dropdownPosition", "appendTo", "loading", "closeOnSelect", "hideSelected", "selectOnTab", "openOnEnter", "maxSelectedItems", "groupBy", "groupValue", "bufferAmount", "virtualScroll", "selectableGroup", "selectableGroupAsModel", "searchFn", "trackByFn", "clearOnBackspace", "labelForId", "inputAttrs", "tabIndex", "readonly", "searchWhileComposing", "minTermLength", "editableSearchTerm", "keyDownFn", "typeahead", "multiple", "addTag", "searchable", "clearable", "isOpen", "items", "compareWith", "clearSearchOnAdd", "deselectOnClick"], outputs: ["blur", "focus", "change", "open", "close", "search", "clear", "add", "remove", "scroll", "scrollToEnd"] }, { kind: "directive", type: i3$3.NgOptionTemplateDirective, selector: "[ng-option-tmp]" }, { kind: "directive", type: i3$3.NgLabelTemplateDirective, selector: "[ng-label-tmp]" }, { kind: "pipe", type: i2.SlicePipe, name: "slice" }] });
681
+ }
682
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChooseCountryWithFlagComponent, decorators: [{
683
+ type: Component,
684
+ args: [{ selector: 'choose-country-with-flag', providers: [
685
+ {
686
+ provide: NG_VALUE_ACCESSOR,
687
+ useExisting: forwardRef(() => ChooseCountryWithFlagComponent),
688
+ multi: true
689
+ }
690
+ ], template: "<div class=\"choose\">\r\n <ng-select\r\n (blur)=\"updateBlur()\"\r\n class=\"custom\"\r\n [items]=\"items\"\r\n (change)=\"onSelectionChanged($event)\"\r\n bindLabel=\"name\"\r\n bindValue=\"id\"\r\n [(ngModel)]=\"selectedItem\"\r\n placeholder=\"Choose country\"\r\n >\r\n <ng-template ng-label-tmp let-item=\"item\" let-clear=\"clear\">\r\n <div class=\"flag-name\">\r\n <mat-icon [svgIcon]=\"item?.code2?.toLowerCase()\"></mat-icon>\r\n {{ item.code2 }}\r\n </div>\r\n </ng-template>\r\n <ng-template ng-option-tmp let-item=\"item\" class=\"options-list\">\r\n <div class=\"flag-name\">\r\n <mat-icon [svgIcon]=\"item?.code2?.toLowerCase()\"></mat-icon>\r\n <span class=\"country-name\">\r\n {{\r\n item.name.length > 15\r\n ? (item.name | slice: 0 : 15) + \"...\"\r\n : item.name\r\n }}\r\n </span>\r\n </div>\r\n </ng-template>\r\n </ng-select>\r\n</div>\r\n", styles: [".choose{width:100%}.choose .flag-name{display:flex;column-gap:1rem;align-items:center}\n"] }]
691
+ }], ctorParameters: function () { return []; }, propDecorators: { items: [{
692
+ type: Input
693
+ }], change: [{
694
+ type: Output
695
+ }] } });
696
+
697
+ class ContactUsPageComponent {
698
+ dialog;
699
+ breakpointObserver;
700
+ fb;
701
+ subjects = [];
702
+ contactUsPageData;
703
+ apiPath;
704
+ items;
705
+ latitude;
706
+ longitude;
707
+ zoom;
708
+ selectedSubject;
709
+ selectedCountry;
710
+ selectedCode;
711
+ isUnderTabRange;
712
+ membersToShow;
713
+ isTabletSize;
714
+ scrollMemberNumber = 2;
715
+ constructor(dialog, breakpointObserver, fb) {
716
+ this.dialog = dialog;
717
+ this.breakpointObserver = breakpointObserver;
718
+ this.fb = fb;
719
+ }
720
+ ngOnInit() {
721
+ this.setCurrentLocation();
722
+ this.breakpointObserver.observe([
723
+ "(max-width: 1200px) and (min-width:1076px)", "(max-width: 1075px) and (min-width:651px)",
724
+ "(max-width: 650px)"
725
+ ]).subscribe((result) => {
726
+ if (result.breakpoints['(max-width: 1200px) and (min-width:1076px)']) {
727
+ this.isUnderTabRange = true;
728
+ this.isTabletSize = true;
729
+ this.membersToShow = 3;
730
+ this.scrollMemberNumber = 2;
731
+ }
732
+ else if (result.breakpoints['(max-width: 1075px) and (min-width:651px)']) {
733
+ this.isUnderTabRange = true;
734
+ this.membersToShow = 2;
735
+ this.scrollMemberNumber = 1;
736
+ this.isTabletSize = true;
737
+ }
738
+ else if (result.breakpoints['(max-width: 650px)']) {
739
+ this.isUnderTabRange = true;
740
+ this.membersToShow = 1;
741
+ this.scrollMemberNumber = 1;
742
+ this.isTabletSize = true;
743
+ }
744
+ else {
745
+ this.isTabletSize = false;
746
+ this.isUnderTabRange = false;
747
+ }
748
+ });
749
+ }
750
+ form = this.fb.group({
751
+ firstName: new FormControl(null),
752
+ lastName: new FormControl(null),
753
+ companyName: new FormControl(null),
754
+ email: new FormControl(null),
755
+ country: new FormControl(null),
756
+ phoneNumber: new FormControl(null),
757
+ subject: new FormControl(null),
758
+ message: new FormControl(null),
759
+ });
760
+ get firstName() {
761
+ return this.form.get('firstName');
762
+ }
763
+ get lastName() {
764
+ return this.form.get('lastName');
765
+ }
766
+ get companyName() {
767
+ return this.form.get('companyName');
768
+ }
769
+ get email() {
770
+ return this.form.get('email');
771
+ }
772
+ get country() {
773
+ return this.form.get('country');
774
+ }
775
+ get phoneNumber() {
776
+ return this.form.get('phoneNumber');
777
+ }
778
+ get subject() {
779
+ return this.form.get('subject');
780
+ }
781
+ get message() {
782
+ return this.form.get('message');
783
+ }
784
+ onClickSubmit() {
785
+ // this._ContactUsService.createContactUs(this.form.value).subscribe({
786
+ // next: (response) => {
787
+ // console.log("Contact Us Message Created", this.form.value);
788
+ // this.openDialog();
789
+ // },
790
+ // error: (error) => console.error("error", error)
791
+ // })
792
+ }
793
+ // Get Current Location Coordinates
794
+ setCurrentLocation() {
795
+ if ('geolocation' in navigator) {
796
+ navigator.geolocation.getCurrentPosition((position) => {
797
+ this.latitude = position.coords.latitude;
798
+ this.longitude = position.coords.longitude;
799
+ this.zoom = 15;
800
+ });
801
+ }
802
+ }
803
+ openDialog() {
804
+ const dialogRef = this.dialog.open(SuccessMessageDialogComponent);
805
+ dialogRef.afterClosed().subscribe(() => {
806
+ this.form.reset();
807
+ });
808
+ }
809
+ getSelectedOptionValue($event) {
810
+ this.selectedCode = $event.phone;
811
+ }
812
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ContactUsPageComponent, deps: [{ token: i1$4.MatDialog }, { token: i1$3.BreakpointObserver }, { token: i3$2.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
813
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ContactUsPageComponent, selector: "contact-us-page", inputs: { subjects: "subjects", contactUsPageData: "contactUsPageData", apiPath: "apiPath", items: "items" }, ngImport: i0, template: "<div class=\"page\">\r\n <div class=\"contact-us\">\r\n <div class=\"left-side\">\r\n <img loading=\"lazy\" [src]=\"contactUsPageData.backgroundImage\" alt=\"\" class=\"bg-image\">\r\n <div class=\"img-title\">\r\n {{contactUsPageData.imageTitle}}\r\n </div>\r\n <div class=\"bottom-img-side\" *ngIf=\"!isUnderTabRange\">\r\n <div class=\"logo\"><img loading=\"lazy\" [src]=\"contactUsPageData.ourLogo\" alt=\"JOOLER\"></div>\r\n <div class=\"img-description\">{{contactUsPageData.imageDescription}}\r\n </div>\r\n <div class=\"social-media-icons\">\r\n <!-- <social-media-icons class=\"social-media\" [color]=\"'#fff'\" [areIconsInFooter]=\"false\"></social-media-icons> -->\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"right-side\">\r\n <section-title [sectionTitle]=\"contactUsPageData.sectionTitle\"></section-title>\r\n <!-- <section-title title=\"Get In Touch\" [alignLeft]=\"true\"></section-title> -->\r\n <div class=\"content\">\r\n <div class=\"message-box\">\r\n <form [formGroup]=\"form\" (ngSubmit)=\"onClickSubmit()\">\r\n <div class=\"full-name-area\">\r\n <div class=\"first-name\">\r\n <span class=\"fields-labels\">First Name*</span>\r\n <input type=\"text\" formControlName=\"firstName\" class=\"input\" placeholder=\"First Name\" />\r\n </div>\r\n <div class=\"last-name\">\r\n <span class=\"fields-labels\">Last Name*</span>\r\n <input type=\"text\" formControlName=\"lastName\" class=\"input\" placeholder=\"Last Name\" />\r\n </div>\r\n </div>\r\n <span class=\"fields-labels\">Company Name*</span>\r\n <input type=\"text\" formControlName=\"companyName\" class=\"input\" placeholder=\"Your company name\" />\r\n <span class=\"fields-labels\">Email*</span>\r\n <input type=\"text\" formControlName=\"email\" class=\"input\" placeholder=\"name@example.com\" />\r\n <span class=\"fields-labels\">Phone Number</span>\r\n <div class=\"phone-number-section\">\r\n\r\n <div class=\"countries-list\">\r\n <choose-country-with-flag formControlName=\"country\" (change)=\"getSelectedOptionValue($event)\" [items]=\"items\"></choose-country-with-flag>\r\n </div>\r\n <span class=\"code-section\">\r\n <fa-icon [icon]=\"['fas','phone']\"></fa-icon>\r\n <input class=\"code\" [value]=\"selectedCode? selectedCode: null\" placeholder=\"--\" [readOnly]=\"true\" />\r\n </span>\r\n <input formControlName=\"phoneNumber\" type=\"number\" class=\"phone-num-input\" placeholder=\"Phone Number\" />\r\n </div>\r\n <div class=\"subject\">\r\n <ng-select formControlName=\"subject\" [items]=\"subjects\" bindLabel=\"label\" placeholder=\"Subject\" bindValue=\"label\">\r\n </ng-select>\r\n </div>\r\n <textarea type=\"text\" formControlName=\"message\" placeholder=\"Message\" class=\"text-area\">\r\n\r\n\r\n </textarea>\r\n <div class=\"actions\">\r\n <button class=\"submit\" type=\"submit\" mat-raised-button=\"mat-raised-button\" color=\"primary\">\r\n Submit\r\n </button>\r\n </div>\r\n </form>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <!-- <div class=\"our-locations-section\">\r\n <div class=\"locations-content\">\r\n <div class=\"headline\">\r\n {{contactUsPageData.locations.headline}}\r\n </div>\r\n <div class=\"title\">\r\n {{contactUsPageData.locations.title}}\r\n </div>\r\n <div class=\"lines-img\">\r\n <img loading=\"lazy\" src=\"../../../assets/images/lines-contact-us.png\" alt=\"\">\r\n </div>\r\n <div class=\"subtitle\">\r\n {{contactUsPageData.locations.subtitle}}\r\n </div>\r\n <div class=\"addresses\">\r\n <div class=\"address flexy\" *ngFor=\"let address of contactUsPageData.locations.addresses\">\r\n <div class=\"address-header\">\r\n <div class=\"icon\">\r\n <img loading=\"lazy\" [src]=\"contactUsPageData.locations.pinIconWhite\" alt=\"\">\r\n </div>\r\n <div class=\"location-name\">\r\n {{address.name}}\r\n </div>\r\n </div>\r\n <div class=\"building\">\r\n {{address.building}}\r\n </div>\r\n <div class=\"location-area\">\r\n {{address.locationArea}}\r\n </div>\r\n <div class=\"hours\">\r\n <fa-icon [icon]=\"['fas','clock']\"></fa-icon>\r\n {{address.hours}}\r\n </div>\r\n <div class=\"cellular-number\">\r\n <fa-icon [icon]=\"['fas','phone']\"></fa-icon>\r\n {{address.phoneNumber}}\r\n </div>\r\n </div>\r\n <p-carousel *ngIf=\"isUnderTabRange\" class=\"carousel\" [value]=\"contactUsPageData.locations.addresses\"\r\n [numVisible]='membersToShow' [numScroll]='scrollMemberNumber' [page]=\"0\" orientation=\"horizantol\"\r\n [circular]=\"true\">\r\n <ng-template let-address pTemplate=\"item\">\r\n <div class=\"address\">\r\n <div class=\"address-header\">\r\n <div class=\"icon\">\r\n <img loading=\"lazy\" [src]=\"contactUsPageData.locations.pinIconBlue\" alt=\"\">\r\n </div>\r\n <div class=\"location-name\">\r\n {{address.name}}\r\n </div>\r\n </div>\r\n <div class=\"building\">\r\n {{address.building}}\r\n </div>\r\n <div class=\"location-area\">\r\n {{address.locationArea}}\r\n </div>\r\n <div class=\"hours\">\r\n <fa-icon [icon]=\"['fas','clock']\"></fa-icon>\r\n {{address.hours}}\r\n </div>\r\n <div class=\"cellular-number\">\r\n <fa-icon [icon]=\"['fas','phone']\"></fa-icon>\r\n {{address.phoneNumber}}\r\n </div>\r\n </div>\r\n </ng-template>\r\n </p-carousel>\r\n </div>\r\n </div>\r\n </div> -->\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.page{width:100%;height:100%;position:relative;padding:2rem}.page .contact-us{box-shadow:#0000001f .1rem .3rem,#0000003d 0 .1rem .2rem;border-radius:1.5rem;margin:auto;width:55%;height:100%;display:grid;grid-template-columns:50% 50%;box-sizing:border-box;margin:5rem auto 15rem}.page .contact-us .first-name,.page .contact-us .last-name{width:47.5%}.page .contact-us .right-side{padding:2rem 4rem;display:grid;grid-template-rows:auto auto auto auto;row-gap:1rem}.page .contact-us .right-side .phone-number-section{position:relative;display:flex;gap:.5rem;margin:.5rem 0rem}.page .contact-us .right-side .phone-number-section .countries-list{width:30%}.page .contact-us .right-side .phone-number-section .code-section{width:15%;margin-right:0rem;align-self:center;color:#000;position:relative;display:flex}.page .contact-us .right-side .phone-number-section .code-section *{color:#838b91}.page .contact-us .right-side .phone-number-section .code{text-align:center;height:4rem;width:100%;padding-left:2rem;margin-right:0vh}.page .contact-us .right-side .phone-number-section .code::placeholder{padding-left:1rem}.page .contact-us .right-side .phone-number-section fa-icon{align-self:center;position:absolute;left:.5rem;z-index:2}.page .contact-us .right-side .phone-number-section .phone-num-input{width:55%;margin-right:0rem;height:4rem}.page .contact-us .right-side .phone-number-section .phone-num-input::-webkit-outer-spin-button,.page .contact-us .right-side .phone-number-section .phone-num-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.page .contact-us .right-side .title{font-weight:800;color:#3d3d3d}.page .contact-us .right-side .subtitle{font-weight:500;font-size:1.9rem;color:#3d3d3d;padding:1rem 0rem}.page .contact-us .right-side .content{display:grid;grid-template-rows:auto auto auto auto}.page .contact-us .right-side .content .message-box{grid-row:1/span 2}.page .contact-us .right-side .content .message-box .text-area{height:15rem;resize:none;border-radius:.5rem;border:rgb(190,188,188) .1rem solid}.page .contact-us .right-side .content .message-box .text-area::placeholder{font-weight:500;color:#9e9e9e;font-size:1.2rem}.page .contact-us .right-side .content .message-box .text-area:focus-visible{outline:none}.page .contact-us .right-side .content .message-box .actions{margin:1rem 0rem}.page .contact-us .right-side .content .message-box .actions button{background-color:#155ed4;font-weight:500;font-size:1.4rem;border-radius:.3rem}.page .contact-us .right-side .content .message-box .input,.page .contact-us .right-side .content .message-box textarea{margin:1rem 0rem;width:100%;background-color:#fff}.page .contact-us .left-side{height:100%;position:relative;color:#fff}.page .contact-us .left-side .img-title{position:absolute;top:5%;left:calc(2% + 2rem);font-weight:700;font-size:3.6rem}.page .contact-us .left-side .bottom-img-side{position:absolute;top:75%;left:calc(2% + 2rem);margin:2rem 9rem 0rem 0rem}.page .contact-us .left-side .bottom-img-side .logo{width:20rem;height:4rem}.page .contact-us .left-side .bottom-img-side .logo img{width:10rem;height:4rem}.page .contact-us .left-side .bottom-img-side .img-description{margin-top:2rem}.page .contact-us .left-side .bg-image{width:100%;height:100%;border-radius:1.5rem 0rem 0rem 1.5rem}@media only screen and (max-width: 75em){.page .contact-us .left-side .bg-image{border-radius:1.5rem}}.page .carousel{display:none}.page .flexy{display:flex}.page .our-locations-section{width:100%;background-color:#26518b;padding:1.5rem;color:#fff}.page .our-locations-section .locations-content{width:95%;margin:auto}.page .our-locations-section .locations-content .headline{font-weight:500;font-size:2rem}.page .our-locations-section .locations-content .title{font-weight:700;padding:1rem 0rem;font-size:4rem}.page .our-locations-section .locations-content .subtitle{font-weight:500;padding:1rem 0rem}.page .our-locations-section .locations-content .lines-img{padding:1rem 0rem}.page .our-locations-section .locations-content .addresses{width:100%;display:flex;flex-direction:row;column-gap:2%}.page .our-locations-section .locations-content .addresses .address{flex-direction:column;row-gap:.7rem;width:22%;padding:1.5rem 0rem}.page .our-locations-section .locations-content .addresses .address .address-header{display:flex;flex-direction:column;row-gap:.7rem}.page .our-locations-section .locations-content .addresses .address .address-header img{width:3rem}.page .our-locations-section .locations-content .addresses .address .address-header .location-name{font-size:1.9rem;font-weight:500}.page .our-locations-section .locations-content .addresses .address .location-area{width:95%}@media only screen and (min-width: 112.5em){.page .title{font-size:4.5rem}.page .contact-us{width:65%}.page .contact-us .full-name-area{display:flex;column-gap:5%}.page .contact-us .left-side{height:100%}.page .contact-us .left-side img{object-fit:cover;box-sizing:border-box;width:100%;height:100%}}@media only screen and (max-width: 112.5em){.page .contact-us{width:75%;box-sizing:border-box}.page .contact-us .title{font-size:3.4rem}.page .contact-us .full-name-area{display:flex;column-gap:5%}.page .contact-us .first-name,.page .contact-us .last-name{width:47.5%}.page .contact-us .left-side{height:100%}.page .contact-us .left-side img{object-fit:cover;box-sizing:border-box;width:100%;height:100rem;border-radius:0rem 1.5rem 1.5rem 0rem}}@media only screen and (max-width: 112.5em) and (max-width: 1350px){.page .contact-us{width:80%}}@media only screen and (max-width: 112.5em) and (max-width: 1280px){.page .contact-us{width:86%}}@media only screen and (max-width: 1401px) and (min-width: 1201px){.page .our-locations-section .locations-content{width:auto}}@media only screen and (max-width: 75em){.page .contact-us{display:flex;flex-direction:column;top:3vh;width:100%;height:107rem;padding:5vh 2rem 10vh 2rem}.page .contact-us .right-side{padding:3rem 2rem;display:flex;flex-direction:column;height:80%}.page .contact-us .right-side .mat-mdc-card-content{display:block;padding:0 .2rem}.page .contact-us .left-side{height:25%}.page .contact-us .left-side .img-title{color:#fff}.page .contact-us .left-side img{height:100%;object-position:0rem -13rem;border-radius:1.5rem}.page .carousel{display:block;width:100%}.page .flexy{display:none}.page .our-locations-section .locations-content .addresses{width:100%}.page .our-locations-section .locations-content .addresses .address{font-size:1.8rem;width:31rem;margin:auto;text-align:center;background-color:#fff;color:#26518b;height:27rem;border-radius:1rem}.page .our-locations-section .locations-content .addresses .address .address-header .location-name{font-size:2rem;margin-bottom:1rem}.page .mat-mdc-card{box-shadow:none}}@media only screen and (max-width: 37.5em){.page .contact-us{height:auto;padding:5vh 2rem 0vh 2rem}.page .contact-us .full-name-area{display:block}.page .contact-us .first-name,.page .contact-us .last-name{width:100%}.page .contact-us .left-side{height:12rem}.page .contact-us .left-side .img-title{font-weight:600;font-size:3rem}.page .contact-us .left-side img{object-position:0rem -5rem}.page .contact-us .right-side .phone-number-section{flex-wrap:wrap}.page .contact-us .right-side .phone-number-section .countries-list{width:100%}.page .contact-us .right-side .phone-number-section .code-section{width:9rem}.page .contact-us .right-side .phone-number-section .phone-num-input{width:calc(100% - 9.5rem)}.page .our-locations-section .locations-content .addresses .address{width:27rem}}@media only screen and (max-width: 400px){.page .contact-us .left-side{height:10rem}.page .contact-us .left-side .img-title{font-weight:500;font-size:2.6rem}.page .our-locations-section .locations-content .addresses{width:100%}.page .our-locations-section .locations-content .addresses .address{width:24.5rem;height:28rem;border-radius:1rem}.page .our-locations-section .locations-content .addresses .address .address-header .location-name{font-size:2.2rem;margin-bottom:1rem;padding:0rem .4rem}.page .our-locations-section .locations-content .addresses .address .building,.page .our-locations-section .locations-content .addresses .address .location-area{padding:0rem .4rem}}.page ::ng-deep .p-carousel .p-carousel-content .p-carousel-prev:focus,.page ::ng-deep .p-carousel .p-carousel-content .p-carousel-next:focus{outline:0 none;box-shadow:0 0 0 .2rem transparent}.page ::ng-deep .p-carousel .p-carousel-content .p-carousel-prev,.page ::ng-deep .p-carousel .p-carousel-content .p-carousel-next{width:4rem;height:4rem;background-color:transparent}.page ::ng-deep .p-carousel .p-carousel-content .p-icon{color:#fff;width:2rem;height:2rem}.page ::ng-deep .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button{background-color:#fff;width:2.7rem;transition:all ease-in-out .1s}.page ::ng-deep .p-carousel .p-carousel-indicators .p-carousel-indicator button{border-radius:1rem;width:.8rem;height:.8rem;transition:all ease-in-out .5s}\n"], dependencies: [{ kind: "component", type: i1.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3$1.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "directive", type: i3$2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3$2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3$2.NumberValueAccessor, selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]" }, { kind: "directive", type: i3$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3$2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3$2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3$2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i3$3.NgSelectComponent, selector: "ng-select", inputs: ["bindLabel", "bindValue", "markFirst", "placeholder", "notFoundText", "typeToSearchText", "addTagText", "loadingText", "clearAllText", "appearance", "dropdownPosition", "appendTo", "loading", "closeOnSelect", "hideSelected", "selectOnTab", "openOnEnter", "maxSelectedItems", "groupBy", "groupValue", "bufferAmount", "virtualScroll", "selectableGroup", "selectableGroupAsModel", "searchFn", "trackByFn", "clearOnBackspace", "labelForId", "inputAttrs", "tabIndex", "readonly", "searchWhileComposing", "minTermLength", "editableSearchTerm", "keyDownFn", "typeahead", "multiple", "addTag", "searchable", "clearable", "isOpen", "items", "compareWith", "clearSearchOnAdd", "deselectOnClick"], outputs: ["blur", "focus", "change", "open", "close", "search", "clear", "add", "remove", "scroll", "scrollToEnd"] }, { kind: "component", type: SectionTitleComponent, selector: "section-title", inputs: ["sectionTitle", "withoutTitleCase", "descriptionWidth"] }, { kind: "component", type: ChooseCountryWithFlagComponent, selector: "choose-country-with-flag", inputs: ["items"], outputs: ["change"] }] });
814
+ }
815
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ContactUsPageComponent, decorators: [{
816
+ type: Component,
817
+ args: [{ selector: 'contact-us-page', template: "<div class=\"page\">\r\n <div class=\"contact-us\">\r\n <div class=\"left-side\">\r\n <img loading=\"lazy\" [src]=\"contactUsPageData.backgroundImage\" alt=\"\" class=\"bg-image\">\r\n <div class=\"img-title\">\r\n {{contactUsPageData.imageTitle}}\r\n </div>\r\n <div class=\"bottom-img-side\" *ngIf=\"!isUnderTabRange\">\r\n <div class=\"logo\"><img loading=\"lazy\" [src]=\"contactUsPageData.ourLogo\" alt=\"JOOLER\"></div>\r\n <div class=\"img-description\">{{contactUsPageData.imageDescription}}\r\n </div>\r\n <div class=\"social-media-icons\">\r\n <!-- <social-media-icons class=\"social-media\" [color]=\"'#fff'\" [areIconsInFooter]=\"false\"></social-media-icons> -->\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"right-side\">\r\n <section-title [sectionTitle]=\"contactUsPageData.sectionTitle\"></section-title>\r\n <!-- <section-title title=\"Get In Touch\" [alignLeft]=\"true\"></section-title> -->\r\n <div class=\"content\">\r\n <div class=\"message-box\">\r\n <form [formGroup]=\"form\" (ngSubmit)=\"onClickSubmit()\">\r\n <div class=\"full-name-area\">\r\n <div class=\"first-name\">\r\n <span class=\"fields-labels\">First Name*</span>\r\n <input type=\"text\" formControlName=\"firstName\" class=\"input\" placeholder=\"First Name\" />\r\n </div>\r\n <div class=\"last-name\">\r\n <span class=\"fields-labels\">Last Name*</span>\r\n <input type=\"text\" formControlName=\"lastName\" class=\"input\" placeholder=\"Last Name\" />\r\n </div>\r\n </div>\r\n <span class=\"fields-labels\">Company Name*</span>\r\n <input type=\"text\" formControlName=\"companyName\" class=\"input\" placeholder=\"Your company name\" />\r\n <span class=\"fields-labels\">Email*</span>\r\n <input type=\"text\" formControlName=\"email\" class=\"input\" placeholder=\"name@example.com\" />\r\n <span class=\"fields-labels\">Phone Number</span>\r\n <div class=\"phone-number-section\">\r\n\r\n <div class=\"countries-list\">\r\n <choose-country-with-flag formControlName=\"country\" (change)=\"getSelectedOptionValue($event)\" [items]=\"items\"></choose-country-with-flag>\r\n </div>\r\n <span class=\"code-section\">\r\n <fa-icon [icon]=\"['fas','phone']\"></fa-icon>\r\n <input class=\"code\" [value]=\"selectedCode? selectedCode: null\" placeholder=\"--\" [readOnly]=\"true\" />\r\n </span>\r\n <input formControlName=\"phoneNumber\" type=\"number\" class=\"phone-num-input\" placeholder=\"Phone Number\" />\r\n </div>\r\n <div class=\"subject\">\r\n <ng-select formControlName=\"subject\" [items]=\"subjects\" bindLabel=\"label\" placeholder=\"Subject\" bindValue=\"label\">\r\n </ng-select>\r\n </div>\r\n <textarea type=\"text\" formControlName=\"message\" placeholder=\"Message\" class=\"text-area\">\r\n\r\n\r\n </textarea>\r\n <div class=\"actions\">\r\n <button class=\"submit\" type=\"submit\" mat-raised-button=\"mat-raised-button\" color=\"primary\">\r\n Submit\r\n </button>\r\n </div>\r\n </form>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <!-- <div class=\"our-locations-section\">\r\n <div class=\"locations-content\">\r\n <div class=\"headline\">\r\n {{contactUsPageData.locations.headline}}\r\n </div>\r\n <div class=\"title\">\r\n {{contactUsPageData.locations.title}}\r\n </div>\r\n <div class=\"lines-img\">\r\n <img loading=\"lazy\" src=\"../../../assets/images/lines-contact-us.png\" alt=\"\">\r\n </div>\r\n <div class=\"subtitle\">\r\n {{contactUsPageData.locations.subtitle}}\r\n </div>\r\n <div class=\"addresses\">\r\n <div class=\"address flexy\" *ngFor=\"let address of contactUsPageData.locations.addresses\">\r\n <div class=\"address-header\">\r\n <div class=\"icon\">\r\n <img loading=\"lazy\" [src]=\"contactUsPageData.locations.pinIconWhite\" alt=\"\">\r\n </div>\r\n <div class=\"location-name\">\r\n {{address.name}}\r\n </div>\r\n </div>\r\n <div class=\"building\">\r\n {{address.building}}\r\n </div>\r\n <div class=\"location-area\">\r\n {{address.locationArea}}\r\n </div>\r\n <div class=\"hours\">\r\n <fa-icon [icon]=\"['fas','clock']\"></fa-icon>\r\n {{address.hours}}\r\n </div>\r\n <div class=\"cellular-number\">\r\n <fa-icon [icon]=\"['fas','phone']\"></fa-icon>\r\n {{address.phoneNumber}}\r\n </div>\r\n </div>\r\n <p-carousel *ngIf=\"isUnderTabRange\" class=\"carousel\" [value]=\"contactUsPageData.locations.addresses\"\r\n [numVisible]='membersToShow' [numScroll]='scrollMemberNumber' [page]=\"0\" orientation=\"horizantol\"\r\n [circular]=\"true\">\r\n <ng-template let-address pTemplate=\"item\">\r\n <div class=\"address\">\r\n <div class=\"address-header\">\r\n <div class=\"icon\">\r\n <img loading=\"lazy\" [src]=\"contactUsPageData.locations.pinIconBlue\" alt=\"\">\r\n </div>\r\n <div class=\"location-name\">\r\n {{address.name}}\r\n </div>\r\n </div>\r\n <div class=\"building\">\r\n {{address.building}}\r\n </div>\r\n <div class=\"location-area\">\r\n {{address.locationArea}}\r\n </div>\r\n <div class=\"hours\">\r\n <fa-icon [icon]=\"['fas','clock']\"></fa-icon>\r\n {{address.hours}}\r\n </div>\r\n <div class=\"cellular-number\">\r\n <fa-icon [icon]=\"['fas','phone']\"></fa-icon>\r\n {{address.phoneNumber}}\r\n </div>\r\n </div>\r\n </ng-template>\r\n </p-carousel>\r\n </div>\r\n </div>\r\n </div> -->\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.page{width:100%;height:100%;position:relative;padding:2rem}.page .contact-us{box-shadow:#0000001f .1rem .3rem,#0000003d 0 .1rem .2rem;border-radius:1.5rem;margin:auto;width:55%;height:100%;display:grid;grid-template-columns:50% 50%;box-sizing:border-box;margin:5rem auto 15rem}.page .contact-us .first-name,.page .contact-us .last-name{width:47.5%}.page .contact-us .right-side{padding:2rem 4rem;display:grid;grid-template-rows:auto auto auto auto;row-gap:1rem}.page .contact-us .right-side .phone-number-section{position:relative;display:flex;gap:.5rem;margin:.5rem 0rem}.page .contact-us .right-side .phone-number-section .countries-list{width:30%}.page .contact-us .right-side .phone-number-section .code-section{width:15%;margin-right:0rem;align-self:center;color:#000;position:relative;display:flex}.page .contact-us .right-side .phone-number-section .code-section *{color:#838b91}.page .contact-us .right-side .phone-number-section .code{text-align:center;height:4rem;width:100%;padding-left:2rem;margin-right:0vh}.page .contact-us .right-side .phone-number-section .code::placeholder{padding-left:1rem}.page .contact-us .right-side .phone-number-section fa-icon{align-self:center;position:absolute;left:.5rem;z-index:2}.page .contact-us .right-side .phone-number-section .phone-num-input{width:55%;margin-right:0rem;height:4rem}.page .contact-us .right-side .phone-number-section .phone-num-input::-webkit-outer-spin-button,.page .contact-us .right-side .phone-number-section .phone-num-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.page .contact-us .right-side .title{font-weight:800;color:#3d3d3d}.page .contact-us .right-side .subtitle{font-weight:500;font-size:1.9rem;color:#3d3d3d;padding:1rem 0rem}.page .contact-us .right-side .content{display:grid;grid-template-rows:auto auto auto auto}.page .contact-us .right-side .content .message-box{grid-row:1/span 2}.page .contact-us .right-side .content .message-box .text-area{height:15rem;resize:none;border-radius:.5rem;border:rgb(190,188,188) .1rem solid}.page .contact-us .right-side .content .message-box .text-area::placeholder{font-weight:500;color:#9e9e9e;font-size:1.2rem}.page .contact-us .right-side .content .message-box .text-area:focus-visible{outline:none}.page .contact-us .right-side .content .message-box .actions{margin:1rem 0rem}.page .contact-us .right-side .content .message-box .actions button{background-color:#155ed4;font-weight:500;font-size:1.4rem;border-radius:.3rem}.page .contact-us .right-side .content .message-box .input,.page .contact-us .right-side .content .message-box textarea{margin:1rem 0rem;width:100%;background-color:#fff}.page .contact-us .left-side{height:100%;position:relative;color:#fff}.page .contact-us .left-side .img-title{position:absolute;top:5%;left:calc(2% + 2rem);font-weight:700;font-size:3.6rem}.page .contact-us .left-side .bottom-img-side{position:absolute;top:75%;left:calc(2% + 2rem);margin:2rem 9rem 0rem 0rem}.page .contact-us .left-side .bottom-img-side .logo{width:20rem;height:4rem}.page .contact-us .left-side .bottom-img-side .logo img{width:10rem;height:4rem}.page .contact-us .left-side .bottom-img-side .img-description{margin-top:2rem}.page .contact-us .left-side .bg-image{width:100%;height:100%;border-radius:1.5rem 0rem 0rem 1.5rem}@media only screen and (max-width: 75em){.page .contact-us .left-side .bg-image{border-radius:1.5rem}}.page .carousel{display:none}.page .flexy{display:flex}.page .our-locations-section{width:100%;background-color:#26518b;padding:1.5rem;color:#fff}.page .our-locations-section .locations-content{width:95%;margin:auto}.page .our-locations-section .locations-content .headline{font-weight:500;font-size:2rem}.page .our-locations-section .locations-content .title{font-weight:700;padding:1rem 0rem;font-size:4rem}.page .our-locations-section .locations-content .subtitle{font-weight:500;padding:1rem 0rem}.page .our-locations-section .locations-content .lines-img{padding:1rem 0rem}.page .our-locations-section .locations-content .addresses{width:100%;display:flex;flex-direction:row;column-gap:2%}.page .our-locations-section .locations-content .addresses .address{flex-direction:column;row-gap:.7rem;width:22%;padding:1.5rem 0rem}.page .our-locations-section .locations-content .addresses .address .address-header{display:flex;flex-direction:column;row-gap:.7rem}.page .our-locations-section .locations-content .addresses .address .address-header img{width:3rem}.page .our-locations-section .locations-content .addresses .address .address-header .location-name{font-size:1.9rem;font-weight:500}.page .our-locations-section .locations-content .addresses .address .location-area{width:95%}@media only screen and (min-width: 112.5em){.page .title{font-size:4.5rem}.page .contact-us{width:65%}.page .contact-us .full-name-area{display:flex;column-gap:5%}.page .contact-us .left-side{height:100%}.page .contact-us .left-side img{object-fit:cover;box-sizing:border-box;width:100%;height:100%}}@media only screen and (max-width: 112.5em){.page .contact-us{width:75%;box-sizing:border-box}.page .contact-us .title{font-size:3.4rem}.page .contact-us .full-name-area{display:flex;column-gap:5%}.page .contact-us .first-name,.page .contact-us .last-name{width:47.5%}.page .contact-us .left-side{height:100%}.page .contact-us .left-side img{object-fit:cover;box-sizing:border-box;width:100%;height:100rem;border-radius:0rem 1.5rem 1.5rem 0rem}}@media only screen and (max-width: 112.5em) and (max-width: 1350px){.page .contact-us{width:80%}}@media only screen and (max-width: 112.5em) and (max-width: 1280px){.page .contact-us{width:86%}}@media only screen and (max-width: 1401px) and (min-width: 1201px){.page .our-locations-section .locations-content{width:auto}}@media only screen and (max-width: 75em){.page .contact-us{display:flex;flex-direction:column;top:3vh;width:100%;height:107rem;padding:5vh 2rem 10vh 2rem}.page .contact-us .right-side{padding:3rem 2rem;display:flex;flex-direction:column;height:80%}.page .contact-us .right-side .mat-mdc-card-content{display:block;padding:0 .2rem}.page .contact-us .left-side{height:25%}.page .contact-us .left-side .img-title{color:#fff}.page .contact-us .left-side img{height:100%;object-position:0rem -13rem;border-radius:1.5rem}.page .carousel{display:block;width:100%}.page .flexy{display:none}.page .our-locations-section .locations-content .addresses{width:100%}.page .our-locations-section .locations-content .addresses .address{font-size:1.8rem;width:31rem;margin:auto;text-align:center;background-color:#fff;color:#26518b;height:27rem;border-radius:1rem}.page .our-locations-section .locations-content .addresses .address .address-header .location-name{font-size:2rem;margin-bottom:1rem}.page .mat-mdc-card{box-shadow:none}}@media only screen and (max-width: 37.5em){.page .contact-us{height:auto;padding:5vh 2rem 0vh 2rem}.page .contact-us .full-name-area{display:block}.page .contact-us .first-name,.page .contact-us .last-name{width:100%}.page .contact-us .left-side{height:12rem}.page .contact-us .left-side .img-title{font-weight:600;font-size:3rem}.page .contact-us .left-side img{object-position:0rem -5rem}.page .contact-us .right-side .phone-number-section{flex-wrap:wrap}.page .contact-us .right-side .phone-number-section .countries-list{width:100%}.page .contact-us .right-side .phone-number-section .code-section{width:9rem}.page .contact-us .right-side .phone-number-section .phone-num-input{width:calc(100% - 9.5rem)}.page .our-locations-section .locations-content .addresses .address{width:27rem}}@media only screen and (max-width: 400px){.page .contact-us .left-side{height:10rem}.page .contact-us .left-side .img-title{font-weight:500;font-size:2.6rem}.page .our-locations-section .locations-content .addresses{width:100%}.page .our-locations-section .locations-content .addresses .address{width:24.5rem;height:28rem;border-radius:1rem}.page .our-locations-section .locations-content .addresses .address .address-header .location-name{font-size:2.2rem;margin-bottom:1rem;padding:0rem .4rem}.page .our-locations-section .locations-content .addresses .address .building,.page .our-locations-section .locations-content .addresses .address .location-area{padding:0rem .4rem}}.page ::ng-deep .p-carousel .p-carousel-content .p-carousel-prev:focus,.page ::ng-deep .p-carousel .p-carousel-content .p-carousel-next:focus{outline:0 none;box-shadow:0 0 0 .2rem transparent}.page ::ng-deep .p-carousel .p-carousel-content .p-carousel-prev,.page ::ng-deep .p-carousel .p-carousel-content .p-carousel-next{width:4rem;height:4rem;background-color:transparent}.page ::ng-deep .p-carousel .p-carousel-content .p-icon{color:#fff;width:2rem;height:2rem}.page ::ng-deep .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button{background-color:#fff;width:2.7rem;transition:all ease-in-out .1s}.page ::ng-deep .p-carousel .p-carousel-indicators .p-carousel-indicator button{border-radius:1rem;width:.8rem;height:.8rem;transition:all ease-in-out .5s}\n"] }]
818
+ }], ctorParameters: function () { return [{ type: i1$4.MatDialog }, { type: i1$3.BreakpointObserver }, { type: i3$2.FormBuilder }]; }, propDecorators: { subjects: [{
819
+ type: Input
820
+ }], contactUsPageData: [{
821
+ type: Input
822
+ }], apiPath: [{
823
+ type: Input
824
+ }], items: [{
825
+ type: Input
826
+ }] } });
827
+
828
+ class PageSectionStyleThreeComponent {
829
+ _Router;
830
+ valueprop;
831
+ constructor(_Router) {
832
+ this._Router = _Router;
833
+ }
834
+ ngOnInit() { }
835
+ onClickValuePropButton(route) {
836
+ this._Router.navigate([route]);
837
+ }
838
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PageSectionStyleThreeComponent, deps: [{ token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Component });
839
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PageSectionStyleThreeComponent, selector: "page-section-style-three", inputs: { valueprop: "valueprop" }, ngImport: i0, template: "<div class=\"page\">\r\n <div class=\"section\"\r\n [ngClass]=\"{'image-text-sort' : !valueprop.textImageSort,'text-image-sort':valueprop.textImageSort }\">\r\n <div class=\"section-container\">\r\n <div class=\"image-side\">\r\n <img loading=\"lazy\" [src]=\"valueprop.image\">\r\n </div>\r\n <div class=\"text-side\">\r\n <section-title [sectionTitle]=\"valueprop.sectionTitle\">\r\n <ng-content></ng-content>\r\n </section-title>\r\n <div class=\"optional-buttons\" *ngIf=\"valueprop.buttons\">\r\n <button mat-raised-button class=\"value-prop-button\" *ngFor=\"let button of valueprop.buttons\"\r\n (click)=\"onClickValuePropButton(button.route)\">\r\n {{button.label}}\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.page{row-gap:5rem;display:grid;justify-items:center;padding:0rem}.page .image-text-sort .section-container{flex-direction:row}.page .text-image-sort{background-color:#f7f8f9}.page .text-image-sort .section-container{flex-direction:row-reverse}.page .section{margin:0rem;padding:2rem 0;width:100%;display:grid;justify-items:center}.page .section .section-container{display:flex;column-gap:4%;width:90%}@media only screen and (min-width: 1500px){.page .section{padding:5rem 0%}.page .section .section-container{max-width:150rem}}.page .section .text-side{margin:auto;width:53%;padding:2rem 0rem;text-align:left;display:flex;flex-direction:column;row-gap:2rem}.page .section .text-side .title{font-size:3.2rem;font-weight:600;padding:1rem 0rem}.page .section .text-side .optional-buttons{display:flex;flex-direction:row;column-gap:1.5rem}.page .section .text-side .optional-buttons button{padding:1rem;background-color:#155ed4;color:#fff}.page .section .image-side{border-radius:1.5rem;width:43%;height:35rem;box-shadow:0 .1rem .5rem #00000040}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.page .section .image-side img{border-radius:1.5rem;width:100%;height:100%;object-fit:cover;animation:fadeIn 2.5s}@media only screen and (max-width: 75em){.page{row-gap:2rem}.page .image-text-sort .section-container,.page .text-image-sort .section-container,.page .section .section-container{flex-direction:column}.page .image-text-sort .section-container .image-side,.page .text-image-sort .section-container .image-side,.page .section .section-container .image-side{margin:1rem auto;width:40%}.page .image-text-sort .section-container .image-side img,.page .text-image-sort .section-container .image-side img,.page .section .section-container .image-side img,.page .image-text-sort .section-container .text-side,.page .text-image-sort .section-container .text-side,.page .section .section-container .text-side{width:100%}}@media only screen and (max-width: 56.25em){.page{row-gap:2rem}.page .section .section-container .image-side{margin:1rem auto;width:50%}.page .section .section-container .text-side .optional-buttons{flex-direction:column;row-gap:1rem}}@media only screen and (max-width: 37.5em){.page .section{margin:0;padding:0}.page .section .section-container{width:100%}.page .section .section-container .text-side{padding:0rem 4%}.page .section .section-container .text-side .title{font-size:2.4rem;font-weight:600;padding:1rem 0rem}.page .section .section-container .image-side{width:100%;height:40rem;border-radius:0;margin:0;box-shadow:none;margin-bottom:2rem}.page .section .section-container .image-side img{border-radius:0;height:100%;object-fit:cover}}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3$1.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: SectionTitleComponent, selector: "section-title", inputs: ["sectionTitle", "withoutTitleCase", "descriptionWidth"] }] });
840
+ }
841
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PageSectionStyleThreeComponent, decorators: [{
842
+ type: Component,
843
+ args: [{ selector: 'page-section-style-three', template: "<div class=\"page\">\r\n <div class=\"section\"\r\n [ngClass]=\"{'image-text-sort' : !valueprop.textImageSort,'text-image-sort':valueprop.textImageSort }\">\r\n <div class=\"section-container\">\r\n <div class=\"image-side\">\r\n <img loading=\"lazy\" [src]=\"valueprop.image\">\r\n </div>\r\n <div class=\"text-side\">\r\n <section-title [sectionTitle]=\"valueprop.sectionTitle\">\r\n <ng-content></ng-content>\r\n </section-title>\r\n <div class=\"optional-buttons\" *ngIf=\"valueprop.buttons\">\r\n <button mat-raised-button class=\"value-prop-button\" *ngFor=\"let button of valueprop.buttons\"\r\n (click)=\"onClickValuePropButton(button.route)\">\r\n {{button.label}}\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.page{row-gap:5rem;display:grid;justify-items:center;padding:0rem}.page .image-text-sort .section-container{flex-direction:row}.page .text-image-sort{background-color:#f7f8f9}.page .text-image-sort .section-container{flex-direction:row-reverse}.page .section{margin:0rem;padding:2rem 0;width:100%;display:grid;justify-items:center}.page .section .section-container{display:flex;column-gap:4%;width:90%}@media only screen and (min-width: 1500px){.page .section{padding:5rem 0%}.page .section .section-container{max-width:150rem}}.page .section .text-side{margin:auto;width:53%;padding:2rem 0rem;text-align:left;display:flex;flex-direction:column;row-gap:2rem}.page .section .text-side .title{font-size:3.2rem;font-weight:600;padding:1rem 0rem}.page .section .text-side .optional-buttons{display:flex;flex-direction:row;column-gap:1.5rem}.page .section .text-side .optional-buttons button{padding:1rem;background-color:#155ed4;color:#fff}.page .section .image-side{border-radius:1.5rem;width:43%;height:35rem;box-shadow:0 .1rem .5rem #00000040}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.page .section .image-side img{border-radius:1.5rem;width:100%;height:100%;object-fit:cover;animation:fadeIn 2.5s}@media only screen and (max-width: 75em){.page{row-gap:2rem}.page .image-text-sort .section-container,.page .text-image-sort .section-container,.page .section .section-container{flex-direction:column}.page .image-text-sort .section-container .image-side,.page .text-image-sort .section-container .image-side,.page .section .section-container .image-side{margin:1rem auto;width:40%}.page .image-text-sort .section-container .image-side img,.page .text-image-sort .section-container .image-side img,.page .section .section-container .image-side img,.page .image-text-sort .section-container .text-side,.page .text-image-sort .section-container .text-side,.page .section .section-container .text-side{width:100%}}@media only screen and (max-width: 56.25em){.page{row-gap:2rem}.page .section .section-container .image-side{margin:1rem auto;width:50%}.page .section .section-container .text-side .optional-buttons{flex-direction:column;row-gap:1rem}}@media only screen and (max-width: 37.5em){.page .section{margin:0;padding:0}.page .section .section-container{width:100%}.page .section .section-container .text-side{padding:0rem 4%}.page .section .section-container .text-side .title{font-size:2.4rem;font-weight:600;padding:1rem 0rem}.page .section .section-container .image-side{width:100%;height:40rem;border-radius:0;margin:0;box-shadow:none;margin-bottom:2rem}.page .section .section-container .image-side img{border-radius:0;height:100%;object-fit:cover}}\n"] }]
844
+ }], ctorParameters: function () { return [{ type: i1$1.Router }]; }, propDecorators: { valueprop: [{
845
+ type: Input
846
+ }] } });
847
+
848
+ class SocialMediaIconsComponent {
849
+ _router;
850
+ color;
851
+ areIconsInFooter;
852
+ socialMediaLinks;
853
+ constructor(_router) {
854
+ this._router = _router;
855
+ }
856
+ ngOnInit() {
857
+ }
858
+ onClickLinkedIn() {
859
+ window.location.href = this.socialMediaLinks.linkedIn;
860
+ }
861
+ onClickInstagram() {
862
+ window.location.href = this.socialMediaLinks.instagram;
863
+ }
864
+ onClickYoutube() {
865
+ window.location.href = this.socialMediaLinks.youTube;
866
+ }
867
+ setStyles() {
868
+ let style = {
869
+ color: this.color
870
+ };
871
+ return style;
872
+ }
873
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SocialMediaIconsComponent, deps: [{ token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Component });
874
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SocialMediaIconsComponent, selector: "social-media-icons", inputs: { color: "color", areIconsInFooter: "areIconsInFooter", socialMediaLinks: "socialMediaLinks" }, ngImport: i0, template: "<div [ngClass]=\"{'icons-white':areIconsInFooter, 'icons':!areIconsInFooter}\">\r\n <fa-icon [icon]=\"['fab', 'linkedin-in']\" class=\"icon linkedin\" (click)=\"onClickLinkedIn()\"></fa-icon>\r\n <fa-icon [icon]=\"['fab', 'instagram']\" class=\"icon instagram\" (click)=\"onClickInstagram()\"></fa-icon>\r\n <fa-icon [icon]=\"['fab', 'youtube']\" class=\"icon youtube\" (click)=\"onClickYoutube()\"></fa-icon>\r\n</div>", styles: [".icons,.icons-white{display:flex;gap:1.5rem}.icons .icon,.icons-white .icon{cursor:pointer;font-size:2rem}.icons-white{color:#fff}.icons-white .icon:hover{color:#e6e6e6}.icons{font-size:2rem}.icons .icon{color:#4d4d4d;cursor:pointer;transition:ease-in-out .2s}.icons .linkedin:hover{color:#0072b1}.icons .instagram:hover{color:#c92bb7}.icons .youtube:hover{color:red}\n"], dependencies: [{ kind: "component", type: i1.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
875
+ }
876
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SocialMediaIconsComponent, decorators: [{
877
+ type: Component,
878
+ args: [{ selector: 'social-media-icons', template: "<div [ngClass]=\"{'icons-white':areIconsInFooter, 'icons':!areIconsInFooter}\">\r\n <fa-icon [icon]=\"['fab', 'linkedin-in']\" class=\"icon linkedin\" (click)=\"onClickLinkedIn()\"></fa-icon>\r\n <fa-icon [icon]=\"['fab', 'instagram']\" class=\"icon instagram\" (click)=\"onClickInstagram()\"></fa-icon>\r\n <fa-icon [icon]=\"['fab', 'youtube']\" class=\"icon youtube\" (click)=\"onClickYoutube()\"></fa-icon>\r\n</div>", styles: [".icons,.icons-white{display:flex;gap:1.5rem}.icons .icon,.icons-white .icon{cursor:pointer;font-size:2rem}.icons-white{color:#fff}.icons-white .icon:hover{color:#e6e6e6}.icons{font-size:2rem}.icons .icon{color:#4d4d4d;cursor:pointer;transition:ease-in-out .2s}.icons .linkedin:hover{color:#0072b1}.icons .instagram:hover{color:#c92bb7}.icons .youtube:hover{color:red}\n"] }]
879
+ }], ctorParameters: function () { return [{ type: i1$1.Router }]; }, propDecorators: { color: [{
880
+ type: Input
881
+ }], areIconsInFooter: [{
882
+ type: Input
883
+ }], socialMediaLinks: [{
884
+ type: Input
885
+ }] } });
886
+
887
+ class ComingSoonComponent {
888
+ ctaText = "Get notified when this feature is available.";
889
+ socialMediaLinks = { instagram: "https://www.instagram.com", faceBook: "https://www.facebook.com", youTube: "https://www.youtube.com", linkedIn: "https://www.linkedin.com" };
890
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ComingSoonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
891
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ComingSoonComponent, selector: "coming-soon", inputs: { ctaText: "ctaText", socialMediaLinks: "socialMediaLinks" }, ngImport: i0, template: "<section class=\"page\">\r\n <div class=\"coming-soon\">\r\n <div class=\"title\">\r\n Coming Soon\r\n </div>\r\n <div class=\"subtitle\">\r\n {{ctaText}}\r\n </div>\r\n <form>\r\n <div class=\"registration-field\">\r\n <div class=\"email-field\">\r\n <input type=\"email\" placeholder=\"Email Address\">\r\n </div>\r\n <button mat-raised-button class=\"submit\" type=\"submit\">\r\n Submit\r\n </button>\r\n </div>\r\n </form>\r\n <div class=\"social-media-icons\">\r\n <social-media-icons [color]=\"'#4D4D4D'\" [areIconsInFooter]=\"false\" [socialMediaLinks]=\"socialMediaLinks\"></social-media-icons>\r\n </div>\r\n </div>\r\n</section>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.page{width:100%;position:relative;padding:20vh 0}.page .coming-soon{background:url(https://i.ibb.co/crKpSTb/box-left-side-design.png) left center no-repeat,url(https://i.ibb.co/pKTGF8D/coming-soon-right-top-bg.png) right top no-repeat,url(https://i.ibb.co/ckht99W/coming-soon-right-bottom-bg.png) right bottom no-repeat;background-size:2rem,13rem,10rem;margin:auto;background-color:#fff;padding:6rem 4rem;width:60rem;border-radius:2.5rem;box-shadow:.2rem .2rem 7.4rem #00000060;display:flex;flex-direction:column;row-gap:1rem}.page .coming-soon .title{color:#155ed4;font-weight:500;font-size:4rem}.page .coming-soon .subtitle{color:#4d4d4d;font-weight:700;font-size:1.3rem}.page .coming-soon .registration-field{display:flex;flex-direction:row;column-gap:1rem}.page .coming-soon .registration-field .email-field{width:60%}.page .coming-soon .registration-field .email-field input{width:100%}.page .coming-soon .registration-field .submit{color:#fff;background-color:#32353b}.page .coming-soon .registration-field .submit:hover{background-color:#494e57}.page .coming-soon .social-media-icons{font-size:2rem}@media only screen and (max-width: 37.5em){.page .coming-soon{width:90%;text-align:center;background-size:2rem,7rem,7rem}.page .coming-soon .registration-field{flex-direction:column;row-gap:1rem}.page .coming-soon .registration-field .email-field,.page .coming-soon .registration-field .email-field input{width:100%}.page .coming-soon .social-media-icons{margin:auto}}\n"], dependencies: [{ kind: "component", type: i3$1.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "directive", type: i3$2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3$2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3$2.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: SocialMediaIconsComponent, selector: "social-media-icons", inputs: ["color", "areIconsInFooter", "socialMediaLinks"] }] });
892
+ }
893
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ComingSoonComponent, decorators: [{
894
+ type: Component,
895
+ args: [{ selector: 'coming-soon', template: "<section class=\"page\">\r\n <div class=\"coming-soon\">\r\n <div class=\"title\">\r\n Coming Soon\r\n </div>\r\n <div class=\"subtitle\">\r\n {{ctaText}}\r\n </div>\r\n <form>\r\n <div class=\"registration-field\">\r\n <div class=\"email-field\">\r\n <input type=\"email\" placeholder=\"Email Address\">\r\n </div>\r\n <button mat-raised-button class=\"submit\" type=\"submit\">\r\n Submit\r\n </button>\r\n </div>\r\n </form>\r\n <div class=\"social-media-icons\">\r\n <social-media-icons [color]=\"'#4D4D4D'\" [areIconsInFooter]=\"false\" [socialMediaLinks]=\"socialMediaLinks\"></social-media-icons>\r\n </div>\r\n </div>\r\n</section>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.page{width:100%;position:relative;padding:20vh 0}.page .coming-soon{background:url(https://i.ibb.co/crKpSTb/box-left-side-design.png) left center no-repeat,url(https://i.ibb.co/pKTGF8D/coming-soon-right-top-bg.png) right top no-repeat,url(https://i.ibb.co/ckht99W/coming-soon-right-bottom-bg.png) right bottom no-repeat;background-size:2rem,13rem,10rem;margin:auto;background-color:#fff;padding:6rem 4rem;width:60rem;border-radius:2.5rem;box-shadow:.2rem .2rem 7.4rem #00000060;display:flex;flex-direction:column;row-gap:1rem}.page .coming-soon .title{color:#155ed4;font-weight:500;font-size:4rem}.page .coming-soon .subtitle{color:#4d4d4d;font-weight:700;font-size:1.3rem}.page .coming-soon .registration-field{display:flex;flex-direction:row;column-gap:1rem}.page .coming-soon .registration-field .email-field{width:60%}.page .coming-soon .registration-field .email-field input{width:100%}.page .coming-soon .registration-field .submit{color:#fff;background-color:#32353b}.page .coming-soon .registration-field .submit:hover{background-color:#494e57}.page .coming-soon .social-media-icons{font-size:2rem}@media only screen and (max-width: 37.5em){.page .coming-soon{width:90%;text-align:center;background-size:2rem,7rem,7rem}.page .coming-soon .registration-field{flex-direction:column;row-gap:1rem}.page .coming-soon .registration-field .email-field,.page .coming-soon .registration-field .email-field input{width:100%}.page .coming-soon .social-media-icons{margin:auto}}\n"] }]
896
+ }], propDecorators: { ctaText: [{
897
+ type: Input
898
+ }], socialMediaLinks: [{
899
+ type: Input
900
+ }] } });
901
+
902
+ class CtaSectionStyleFourComponent {
903
+ breakpointObserver;
904
+ sectionContent;
905
+ constructor(breakpointObserver) {
906
+ this.breakpointObserver = breakpointObserver;
907
+ }
908
+ ngOnInit() {
909
+ this.breakpointObserver.observe([
910
+ "(max-width: 900px)"
911
+ ]).subscribe((result) => {
912
+ if (result.matches) {
913
+ this.sectionContent.sectionTitle.alignLeft = false;
914
+ }
915
+ else {
916
+ this.sectionContent.sectionTitle.alignLeft = true;
917
+ }
918
+ });
919
+ }
920
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtaSectionStyleFourComponent, deps: [{ token: i1$3.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Component });
921
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtaSectionStyleFourComponent, selector: "cta-section-style-four", inputs: { sectionContent: "sectionContent" }, ngImport: i0, template: "<div class=\"main-card\" [ngStyle]=\"{'background' : sectionContent.bgColor}\">\r\n <img loading=\"lazy\" *ngIf=\"!sectionContent.bgColor && sectionContent.bgImage \" [src]=\"sectionContent.bgImage\"\r\n class=\"bg-img\" alt=\"bg-img\">\r\n <div class=\"text-side\" [ngClass]=\"{'flex-reverse':sectionContent.imageTextSort}\">\r\n <div class=\"section-title\">\r\n <section-title [sectionTitle]=\"sectionContent.sectionTitle\"></section-title>\r\n </div>\r\n <div class=\"buttons-line\">\r\n <a *ngFor=\"let button of sectionContent.buttons\" authRoute [requireAuth]=\"button.requiresAuth\"\r\n [routerLink]=\"button.route\" class=\"cta-button custom-anchor\">\r\n <span class=\"button-value\">\r\n {{button.label}}\r\n </span>\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" class=\"chevron-right\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n <path\r\n d=\"M7.28033 3.21967C6.98744 2.92678 6.51256 2.92678 6.21967 3.21967C5.92678 3.51256 5.92678 3.98744 6.21967 4.28033L7.28033 3.21967ZM11 8L11.5303 8.53033C11.8232 8.23744 11.8232 7.76256 11.5303 7.46967L11 8ZM6.21967 11.7197C5.92678 12.0126 5.92678 12.4874 6.21967 12.7803C6.51256 13.0732 6.98744 13.0732 7.28033 12.7803L6.21967 11.7197ZM6.21967 4.28033L10.4697 8.53033L11.5303 7.46967L7.28033 3.21967L6.21967 4.28033ZM10.4697 7.46967L6.21967 11.7197L7.28033 12.7803L11.5303 8.53033L10.4697 7.46967Z\">\r\n </path>\r\n <path class=\"octicon-chevrow-stem\" d=\"M1.75 8H11\" stroke-width=\"1.5\" stroke-linecap=\"round\">\r\n </path>\r\n </svg>\r\n </a>\r\n </div>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.main-card{position:relative;width:100%;display:grid;row-gap:2rem;column-gap:2%;justify-content:center;padding:10rem 2rem;border-radius:1.5rem}.main-card .bg-img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;object-fit:cover;border-radius:1.5rem}.main-card .flex-reverse{flex-direction:row-reverse}.main-card .text-side{display:flex;flex-direction:row;column-gap:2%;width:100%;place-items:center}.main-card .text-side .section-title{width:70%;margin:auto}.main-card .text-side .buttons-line{width:28%;display:flex;flex-direction:row;column-gap:2%;justify-content:center}.main-card .text-side .buttons-line .cta-button{font-family:inherit;background-color:transparent;border-radius:.5rem;color:#fff;padding:2rem 3rem;box-shadow:#155ed4 0 0 0 .2rem inset;transition:box-shadow .2s,outline .2s ease;white-space:nowrap;align-items:center;cursor:pointer;font-size:2.4rem}.main-card .text-side .buttons-line .cta-button .chevron-right{transition:all .2s ease;transform:translate(0);width:1.6rem;height:1.6rem}.main-card .text-side .buttons-line .cta-button .chevron-right path{fill:#fff;stroke:#fff}.main-card .text-side .buttons-line .cta-button .octicon-chevrow-stem{stroke-dasharray:10;stroke-dashoffset:10;transition:stroke-dashoffset .2s}.main-card .text-side .buttons-line .cta-button:hover{box-shadow:#fff 0 0 0 .3rem inset}.main-card .text-side .buttons-line .cta-button:hover .octicon-chevrow-stem{stroke-dashoffset:20}.main-card .text-side .buttons-line .cta-button:hover .chevron-right{transform:translate(.4rem)}.main-card .text-side .buttons-line .cta-button:active{box-shadow:#fff 0 0 0 .4rem inset}.main-card .text-side .buttons-line .cta-button:active .octicon-chevrow-stem{stroke-dashoffset:20}.main-card .text-side .buttons-line .cta-button:active .chevron-right{transform:translate(.6rem)}@media only screen and (max-width: 56.25em){.main-card .text-side{flex-direction:column;row-gap:4rem}.main-card .text-side .buttons-line{width:50%}}@media only screen and (max-width: 37.5em){.main-card .text-side{flex-direction:column;row-gap:4rem}.main-card .text-side .section-title,.main-card .text-side .buttons-line{width:90%}}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i1$1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: AuthRouteDirective, selector: "[authRoute]", inputs: ["targetRoute", "requireAuth", "navigationExtras"] }, { kind: "component", type: SectionTitleComponent, selector: "section-title", inputs: ["sectionTitle", "withoutTitleCase", "descriptionWidth"] }] });
922
+ }
923
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtaSectionStyleFourComponent, decorators: [{
924
+ type: Component,
925
+ args: [{ selector: 'cta-section-style-four', template: "<div class=\"main-card\" [ngStyle]=\"{'background' : sectionContent.bgColor}\">\r\n <img loading=\"lazy\" *ngIf=\"!sectionContent.bgColor && sectionContent.bgImage \" [src]=\"sectionContent.bgImage\"\r\n class=\"bg-img\" alt=\"bg-img\">\r\n <div class=\"text-side\" [ngClass]=\"{'flex-reverse':sectionContent.imageTextSort}\">\r\n <div class=\"section-title\">\r\n <section-title [sectionTitle]=\"sectionContent.sectionTitle\"></section-title>\r\n </div>\r\n <div class=\"buttons-line\">\r\n <a *ngFor=\"let button of sectionContent.buttons\" authRoute [requireAuth]=\"button.requiresAuth\"\r\n [routerLink]=\"button.route\" class=\"cta-button custom-anchor\">\r\n <span class=\"button-value\">\r\n {{button.label}}\r\n </span>\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" class=\"chevron-right\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n <path\r\n d=\"M7.28033 3.21967C6.98744 2.92678 6.51256 2.92678 6.21967 3.21967C5.92678 3.51256 5.92678 3.98744 6.21967 4.28033L7.28033 3.21967ZM11 8L11.5303 8.53033C11.8232 8.23744 11.8232 7.76256 11.5303 7.46967L11 8ZM6.21967 11.7197C5.92678 12.0126 5.92678 12.4874 6.21967 12.7803C6.51256 13.0732 6.98744 13.0732 7.28033 12.7803L6.21967 11.7197ZM6.21967 4.28033L10.4697 8.53033L11.5303 7.46967L7.28033 3.21967L6.21967 4.28033ZM10.4697 7.46967L6.21967 11.7197L7.28033 12.7803L11.5303 8.53033L10.4697 7.46967Z\">\r\n </path>\r\n <path class=\"octicon-chevrow-stem\" d=\"M1.75 8H11\" stroke-width=\"1.5\" stroke-linecap=\"round\">\r\n </path>\r\n </svg>\r\n </a>\r\n </div>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.main-card{position:relative;width:100%;display:grid;row-gap:2rem;column-gap:2%;justify-content:center;padding:10rem 2rem;border-radius:1.5rem}.main-card .bg-img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;object-fit:cover;border-radius:1.5rem}.main-card .flex-reverse{flex-direction:row-reverse}.main-card .text-side{display:flex;flex-direction:row;column-gap:2%;width:100%;place-items:center}.main-card .text-side .section-title{width:70%;margin:auto}.main-card .text-side .buttons-line{width:28%;display:flex;flex-direction:row;column-gap:2%;justify-content:center}.main-card .text-side .buttons-line .cta-button{font-family:inherit;background-color:transparent;border-radius:.5rem;color:#fff;padding:2rem 3rem;box-shadow:#155ed4 0 0 0 .2rem inset;transition:box-shadow .2s,outline .2s ease;white-space:nowrap;align-items:center;cursor:pointer;font-size:2.4rem}.main-card .text-side .buttons-line .cta-button .chevron-right{transition:all .2s ease;transform:translate(0);width:1.6rem;height:1.6rem}.main-card .text-side .buttons-line .cta-button .chevron-right path{fill:#fff;stroke:#fff}.main-card .text-side .buttons-line .cta-button .octicon-chevrow-stem{stroke-dasharray:10;stroke-dashoffset:10;transition:stroke-dashoffset .2s}.main-card .text-side .buttons-line .cta-button:hover{box-shadow:#fff 0 0 0 .3rem inset}.main-card .text-side .buttons-line .cta-button:hover .octicon-chevrow-stem{stroke-dashoffset:20}.main-card .text-side .buttons-line .cta-button:hover .chevron-right{transform:translate(.4rem)}.main-card .text-side .buttons-line .cta-button:active{box-shadow:#fff 0 0 0 .4rem inset}.main-card .text-side .buttons-line .cta-button:active .octicon-chevrow-stem{stroke-dashoffset:20}.main-card .text-side .buttons-line .cta-button:active .chevron-right{transform:translate(.6rem)}@media only screen and (max-width: 56.25em){.main-card .text-side{flex-direction:column;row-gap:4rem}.main-card .text-side .buttons-line{width:50%}}@media only screen and (max-width: 37.5em){.main-card .text-side{flex-direction:column;row-gap:4rem}.main-card .text-side .section-title,.main-card .text-side .buttons-line{width:90%}}\n"] }]
926
+ }], ctorParameters: function () { return [{ type: i1$3.BreakpointObserver }]; }, propDecorators: { sectionContent: [{
927
+ type: Input
928
+ }] } });
929
+
930
+ class CtaSectionStyleThreeComponent {
931
+ _router;
932
+ sectionContent;
933
+ constructor(_router) {
934
+ this._router = _router;
935
+ }
936
+ ngOnInit() { }
937
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtaSectionStyleThreeComponent, deps: [{ token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Component });
938
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtaSectionStyleThreeComponent, selector: "cta-section-style-three", inputs: { sectionContent: "sectionContent" }, ngImport: i0, template: "<div class=\"main-card\" [ngStyle]=\"{'background' : sectionContent.bgColor}\">\r\n <img loading=\"lazy\" *ngIf=\"!sectionContent.bgColor && sectionContent.bgImage \" [src]=\"sectionContent.bgImage\"\r\n class=\"bg-img\" alt=\"bg-img\">\r\n <div class=\"illustration-side\" *ngIf=\"sectionContent.sideImage && !sectionContent.titleImageOrder\">\r\n <img loading=\"lazy\" [src]=\"sectionContent.sideImage\" class=\"side-img\" alt=\"side-img\">\r\n </div>\r\n <div class=\"text-side\">\r\n <div class=\"section-title\">\r\n <section-title [sectionTitle]=\"sectionContent.sectionTitle\"></section-title>\r\n </div>\r\n <div class=\"illustration-side\" *ngIf=\"sectionContent.sideImage && sectionContent.titleImageOrder\">\r\n <img loading=\"lazy\" [src]=\"sectionContent.sideImage\" class=\"side-img\" alt=\"side-img\">\r\n </div>\r\n <div class=\"buttons-line\">\r\n <a *ngFor=\"let button of sectionContent.buttons\" [routerLink]=\"button.route\" class=\"custom-anchor\">\r\n <button mat-raised-button [ngStyle]=\"{'background':button.bgColor, 'color': button.textColor}\">\r\n {{button.label}}\r\n </button>\r\n </a>\r\n </div>\r\n </div>\r\n</div>", styles: [".main-card{position:relative;width:100%;display:flex;flex-direction:column;row-gap:2rem;column-gap:2%;justify-content:center;padding:2rem 0;border-radius:1.5rem}.main-card .bg-img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;object-fit:cover;border-radius:1.5rem}.main-card .text-side{display:flex;flex-direction:column;row-gap:2rem;width:100%;justify-items:center}.main-card .text-side .section-title{width:60%;margin:auto}.main-card .text-side .buttons-line{width:100%;display:flex;flex-direction:row;column-gap:2%;justify-content:center}.main-card .text-side .buttons-line button{font-family:inherit;font-weight:600}@media only screen and (max-width: 75em){.main-card .text-side .section-title{width:85%}}.main-card .illustration-side{margin:auto;width:40%;display:grid;justify-items:center}.main-card .illustration-side .side-img{width:30%}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i3$1.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "directive", type: i1$1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: SectionTitleComponent, selector: "section-title", inputs: ["sectionTitle", "withoutTitleCase", "descriptionWidth"] }] });
939
+ }
940
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtaSectionStyleThreeComponent, decorators: [{
941
+ type: Component,
942
+ args: [{ selector: 'cta-section-style-three', template: "<div class=\"main-card\" [ngStyle]=\"{'background' : sectionContent.bgColor}\">\r\n <img loading=\"lazy\" *ngIf=\"!sectionContent.bgColor && sectionContent.bgImage \" [src]=\"sectionContent.bgImage\"\r\n class=\"bg-img\" alt=\"bg-img\">\r\n <div class=\"illustration-side\" *ngIf=\"sectionContent.sideImage && !sectionContent.titleImageOrder\">\r\n <img loading=\"lazy\" [src]=\"sectionContent.sideImage\" class=\"side-img\" alt=\"side-img\">\r\n </div>\r\n <div class=\"text-side\">\r\n <div class=\"section-title\">\r\n <section-title [sectionTitle]=\"sectionContent.sectionTitle\"></section-title>\r\n </div>\r\n <div class=\"illustration-side\" *ngIf=\"sectionContent.sideImage && sectionContent.titleImageOrder\">\r\n <img loading=\"lazy\" [src]=\"sectionContent.sideImage\" class=\"side-img\" alt=\"side-img\">\r\n </div>\r\n <div class=\"buttons-line\">\r\n <a *ngFor=\"let button of sectionContent.buttons\" [routerLink]=\"button.route\" class=\"custom-anchor\">\r\n <button mat-raised-button [ngStyle]=\"{'background':button.bgColor, 'color': button.textColor}\">\r\n {{button.label}}\r\n </button>\r\n </a>\r\n </div>\r\n </div>\r\n</div>", styles: [".main-card{position:relative;width:100%;display:flex;flex-direction:column;row-gap:2rem;column-gap:2%;justify-content:center;padding:2rem 0;border-radius:1.5rem}.main-card .bg-img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;object-fit:cover;border-radius:1.5rem}.main-card .text-side{display:flex;flex-direction:column;row-gap:2rem;width:100%;justify-items:center}.main-card .text-side .section-title{width:60%;margin:auto}.main-card .text-side .buttons-line{width:100%;display:flex;flex-direction:row;column-gap:2%;justify-content:center}.main-card .text-side .buttons-line button{font-family:inherit;font-weight:600}@media only screen and (max-width: 75em){.main-card .text-side .section-title{width:85%}}.main-card .illustration-side{margin:auto;width:40%;display:grid;justify-items:center}.main-card .illustration-side .side-img{width:30%}\n"] }]
943
+ }], ctorParameters: function () { return [{ type: i1$1.Router }]; }, propDecorators: { sectionContent: [{
944
+ type: Input
945
+ }] } });
946
+
947
+ class VerticalSideTabsComponent {
948
+ panelOpenState = false;
949
+ tabs;
950
+ selectedOption = [];
951
+ tabChanged = new EventEmitter();
952
+ constructor() { }
953
+ ngOnInit() {
954
+ this.changeTab(0);
955
+ }
956
+ changeTab(index) {
957
+ for (let i = 0; i < this.tabs.length; i++) {
958
+ this.selectedOption[i] = false;
959
+ }
960
+ this.selectedOption[index] = true;
961
+ this.tabChanged.emit(this.tabs[index].tabContent);
962
+ }
963
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: VerticalSideTabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
964
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: VerticalSideTabsComponent, selector: "vertical-side-tabs", inputs: { tabs: "tabs" }, outputs: { tabChanged: "tabChanged" }, ngImport: i0, template: "<mat-card class=\"as-items\">\r\n <div class=\"as-item\" *ngFor=\"let tab of tabs ; let i = index\">\r\n <button class=\"as-btn\" [ngClass]=\"{'item-clicked':selectedOption[i], \r\n 'item-not-clicked':!selectedOption[i]}\" (click)=\"changeTab(i)\">\r\n <div class=\"icon-text\">\r\n <div class=\"icon\"><fa-icon [icon]=\"tab.iconName\" class=\"tab-icon\"></fa-icon></div>\r\n <h3 class=\"text\">\r\n {{tab.title}}\r\n </h3>\r\n </div>\r\n </button>\r\n </div>\r\n</mat-card>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.as-items{padding:2rem 1rem;border:.1rem solid #f7f8f9;border-radius:1rem;display:flex;flex-direction:column;height:100%}.as-items .as-btn{border:none;border-left:.3rem solid rgba(50,53,59,.6);margin:auto;width:100%;text-align:left;display:inline;padding:2rem 4%;transition:all ease-in-out .1s;cursor:pointer}.as-items .as-btn:hover{border-left:.3rem solid #32353B;color:#32353b}.as-items .icon-text{display:flex;align-items:center;padding:0 .5rem;font-family:inherit}.as-items .icon-text .icon{display:inline-block;vertical-align:middle;margin-right:2rem}.as-items .icon-text .icon fa-icon.tab-icon{width:.2rem;height:.2rem}.as-items .item-not-clicked{color:#32353b99;background-color:#fff}.as-items .item-clicked{background-color:#fff;border-left:.3rem solid #155ED4;color:#155ed4}.as-items .item-clicked:hover{border-left:.3rem solid #155ED4;color:#155ed4}@media only screen and (max-width: 56.25em){.as-items{flex-direction:row;width:100%}.as-items .as-btn{border:none;border-bottom:.3rem solid rgba(50,53,59,.6)}.as-items .as-btn:hover{border-left:none;border-bottom:.3rem solid #32353B;color:#32353b}.as-items .item-clicked{border-bottom:.3rem solid #155ED4}.as-items .item-clicked:hover{border-left:none;border-bottom:.3rem solid #155ED4;color:#155ed4}.as-items .as-item{flex-grow:1;width:auto}.as-items .icon-text{flex-direction:column;text-align:center}}\n"], dependencies: [{ kind: "component", type: i1.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i3$4.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }] });
965
+ }
966
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: VerticalSideTabsComponent, decorators: [{
967
+ type: Component,
968
+ args: [{ selector: 'vertical-side-tabs', template: "<mat-card class=\"as-items\">\r\n <div class=\"as-item\" *ngFor=\"let tab of tabs ; let i = index\">\r\n <button class=\"as-btn\" [ngClass]=\"{'item-clicked':selectedOption[i], \r\n 'item-not-clicked':!selectedOption[i]}\" (click)=\"changeTab(i)\">\r\n <div class=\"icon-text\">\r\n <div class=\"icon\"><fa-icon [icon]=\"tab.iconName\" class=\"tab-icon\"></fa-icon></div>\r\n <h3 class=\"text\">\r\n {{tab.title}}\r\n </h3>\r\n </div>\r\n </button>\r\n </div>\r\n</mat-card>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.as-items{padding:2rem 1rem;border:.1rem solid #f7f8f9;border-radius:1rem;display:flex;flex-direction:column;height:100%}.as-items .as-btn{border:none;border-left:.3rem solid rgba(50,53,59,.6);margin:auto;width:100%;text-align:left;display:inline;padding:2rem 4%;transition:all ease-in-out .1s;cursor:pointer}.as-items .as-btn:hover{border-left:.3rem solid #32353B;color:#32353b}.as-items .icon-text{display:flex;align-items:center;padding:0 .5rem;font-family:inherit}.as-items .icon-text .icon{display:inline-block;vertical-align:middle;margin-right:2rem}.as-items .icon-text .icon fa-icon.tab-icon{width:.2rem;height:.2rem}.as-items .item-not-clicked{color:#32353b99;background-color:#fff}.as-items .item-clicked{background-color:#fff;border-left:.3rem solid #155ED4;color:#155ed4}.as-items .item-clicked:hover{border-left:.3rem solid #155ED4;color:#155ed4}@media only screen and (max-width: 56.25em){.as-items{flex-direction:row;width:100%}.as-items .as-btn{border:none;border-bottom:.3rem solid rgba(50,53,59,.6)}.as-items .as-btn:hover{border-left:none;border-bottom:.3rem solid #32353B;color:#32353b}.as-items .item-clicked{border-bottom:.3rem solid #155ED4}.as-items .item-clicked:hover{border-left:none;border-bottom:.3rem solid #155ED4;color:#155ed4}.as-items .as-item{flex-grow:1;width:auto}.as-items .icon-text{flex-direction:column;text-align:center}}\n"] }]
969
+ }], ctorParameters: function () { return []; }, propDecorators: { tabs: [{
970
+ type: Input
971
+ }], tabChanged: [{
972
+ type: Output
973
+ }] } });
974
+
975
+ class HeaderSectionOneComponent {
976
+ _Router;
977
+ sectionContent;
978
+ constructor(_Router) {
979
+ this._Router = _Router;
980
+ }
981
+ onClickButton(route) {
982
+ this._Router.navigate([route]);
983
+ }
984
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HeaderSectionOneComponent, deps: [{ token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Component });
985
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: HeaderSectionOneComponent, selector: "header-section-one", inputs: { sectionContent: "sectionContent" }, ngImport: i0, template: "<div class=\"detail-head-block\" [ngClass]=\"{'title-image-sort':sectionContent.titleImageSort , 'image-title-sort':!sectionContent.titleImageSort, 'image-background':sectionContent.backgroundImage != null }\" [ngStyle]=\"{'background-color': !sectionContent.backgroundImage ? sectionContent.backgroundColor :null }\">\r\n <img loading=\"lazy\" class=\"bg-image\" [src]=\"sectionContent.backgroundImage\" alt=\"\" *ngIf=\"sectionContent.backgroundImage\">\r\n <div class=\"section-content\">\r\n <div class=\"header-content-container\">\r\n <div class=\"title-desc\">\r\n <div class=\"title-part\">\r\n <section-title [sectionTitle]=\"sectionContent.sectionTitle\"></section-title>\r\n </div>\r\n <div *ngIf=\"sectionContent.actions\" class=\"main-buttons align-left-items\">\r\n <div class=\"button\" *ngFor=\"let button of sectionContent.actions ,let i = index\">\r\n <button mat-raised-button (click)=\"onClickButton(button.route)\">\r\n {{button.label}}\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"img-head\" *ngIf=\"sectionContent.previewImage\">\r\n <img loading=\"lazy\" [src]=\"sectionContent.previewImage\">\r\n </div>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.image-title-sort{flex-direction:row-reverse}.title-image-sort{flex-direction:row}.image-background{position:relative}.image-background .bg-image{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;object-fit:cover;-moz-filter:blur(.2rem);filter:blur(.2rem)}.detail-head-block{box-shadow:#32325d40 0 .6rem 1.2rem -.2rem,#0000004d 0 .3rem .7rem -.3rem;margin-bottom:2rem;padding:10rem 0rem}.detail-head-block .section-content{display:flex;margin:auto;column-gap:2%;color:#fff;width:90%}@media only screen and (min-width: 1500px){.detail-head-block .section-content{width:150rem}}.detail-head-block .header-content-container{width:69%;padding-top:3rem}.detail-head-block .header-content-container .title-desc{width:100%;display:flex;flex-direction:column;row-gap:2rem}.detail-head-block .header-content-container .title-desc .title-part{width:80%;margin:auto}.detail-head-block .header-content-container .title-desc .main-buttons{display:flex;margin-top:4rem;column-gap:2rem;justify-content:center}.detail-head-block .header-content-container .title-desc .main-buttons button{padding:2rem;border-radius:.5rem;color:#fff;border:none;font-weight:400;font-size:2rem;font-weight:600;font-family:inherit;background-color:#155ed4}.detail-head-block .header-content-container .title-desc .main-buttons .orange-btn{transition:.15s ease-in-out}.detail-head-block .header-content-container .title-desc .main-buttons .orange-btn:hover{box-shadow:#64646f33 0 .7rem 2.9rem;transform:scale(1.05)}.detail-head-block .img-head{display:grid;height:100%;width:29%;padding:3rem 0rem;align-self:center;justify-items:center}.detail-head-block .img-head img{align-self:right;box-sizing:border-box;width:100%;height:35rem;object-fit:cover;border-radius:1rem;box-shadow:#959da533 0 .8rem 2.4rem}@media only screen and (max-width: 75em){.detail-head-block .header-content-container{width:59%}.detail-head-block .img-head{width:39%}.detail-head-block .img-head img{width:80%;height:40rem}}@media only screen and (min-width: 900px){.detail-head-block .header-content-container .title-desc .align-left-items{margin:auto;width:80%;justify-content:start}}@media only screen and (max-width: 56.25em){.detail-head-block{padding:0rem}.detail-head-block .section-content{display:flex;flex-wrap:wrap;flex-direction:column-reverse;width:100%}.detail-head-block .header-content-container{margin:auto;width:100%}.detail-head-block .header-content-container .title-desc{width:100%;display:grid;align-items:center;margin:2rem 0rem}.detail-head-block .img-head{justify-items:center;clip-path:none;border-radius:1.5rem;margin-top:3rem;width:100%}.detail-head-block .img-head img{height:40rem;width:65%;border-radius:1.5rem;object-fit:cover}}@media only screen and (max-width: 37.5em){.detail-head-block .img-head img{height:33rem;width:80%}}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i3$1.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: SectionTitleComponent, selector: "section-title", inputs: ["sectionTitle", "withoutTitleCase", "descriptionWidth"] }] });
986
+ }
987
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HeaderSectionOneComponent, decorators: [{
988
+ type: Component,
989
+ args: [{ selector: 'header-section-one', template: "<div class=\"detail-head-block\" [ngClass]=\"{'title-image-sort':sectionContent.titleImageSort , 'image-title-sort':!sectionContent.titleImageSort, 'image-background':sectionContent.backgroundImage != null }\" [ngStyle]=\"{'background-color': !sectionContent.backgroundImage ? sectionContent.backgroundColor :null }\">\r\n <img loading=\"lazy\" class=\"bg-image\" [src]=\"sectionContent.backgroundImage\" alt=\"\" *ngIf=\"sectionContent.backgroundImage\">\r\n <div class=\"section-content\">\r\n <div class=\"header-content-container\">\r\n <div class=\"title-desc\">\r\n <div class=\"title-part\">\r\n <section-title [sectionTitle]=\"sectionContent.sectionTitle\"></section-title>\r\n </div>\r\n <div *ngIf=\"sectionContent.actions\" class=\"main-buttons align-left-items\">\r\n <div class=\"button\" *ngFor=\"let button of sectionContent.actions ,let i = index\">\r\n <button mat-raised-button (click)=\"onClickButton(button.route)\">\r\n {{button.label}}\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"img-head\" *ngIf=\"sectionContent.previewImage\">\r\n <img loading=\"lazy\" [src]=\"sectionContent.previewImage\">\r\n </div>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.image-title-sort{flex-direction:row-reverse}.title-image-sort{flex-direction:row}.image-background{position:relative}.image-background .bg-image{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;object-fit:cover;-moz-filter:blur(.2rem);filter:blur(.2rem)}.detail-head-block{box-shadow:#32325d40 0 .6rem 1.2rem -.2rem,#0000004d 0 .3rem .7rem -.3rem;margin-bottom:2rem;padding:10rem 0rem}.detail-head-block .section-content{display:flex;margin:auto;column-gap:2%;color:#fff;width:90%}@media only screen and (min-width: 1500px){.detail-head-block .section-content{width:150rem}}.detail-head-block .header-content-container{width:69%;padding-top:3rem}.detail-head-block .header-content-container .title-desc{width:100%;display:flex;flex-direction:column;row-gap:2rem}.detail-head-block .header-content-container .title-desc .title-part{width:80%;margin:auto}.detail-head-block .header-content-container .title-desc .main-buttons{display:flex;margin-top:4rem;column-gap:2rem;justify-content:center}.detail-head-block .header-content-container .title-desc .main-buttons button{padding:2rem;border-radius:.5rem;color:#fff;border:none;font-weight:400;font-size:2rem;font-weight:600;font-family:inherit;background-color:#155ed4}.detail-head-block .header-content-container .title-desc .main-buttons .orange-btn{transition:.15s ease-in-out}.detail-head-block .header-content-container .title-desc .main-buttons .orange-btn:hover{box-shadow:#64646f33 0 .7rem 2.9rem;transform:scale(1.05)}.detail-head-block .img-head{display:grid;height:100%;width:29%;padding:3rem 0rem;align-self:center;justify-items:center}.detail-head-block .img-head img{align-self:right;box-sizing:border-box;width:100%;height:35rem;object-fit:cover;border-radius:1rem;box-shadow:#959da533 0 .8rem 2.4rem}@media only screen and (max-width: 75em){.detail-head-block .header-content-container{width:59%}.detail-head-block .img-head{width:39%}.detail-head-block .img-head img{width:80%;height:40rem}}@media only screen and (min-width: 900px){.detail-head-block .header-content-container .title-desc .align-left-items{margin:auto;width:80%;justify-content:start}}@media only screen and (max-width: 56.25em){.detail-head-block{padding:0rem}.detail-head-block .section-content{display:flex;flex-wrap:wrap;flex-direction:column-reverse;width:100%}.detail-head-block .header-content-container{margin:auto;width:100%}.detail-head-block .header-content-container .title-desc{width:100%;display:grid;align-items:center;margin:2rem 0rem}.detail-head-block .img-head{justify-items:center;clip-path:none;border-radius:1.5rem;margin-top:3rem;width:100%}.detail-head-block .img-head img{height:40rem;width:65%;border-radius:1.5rem;object-fit:cover}}@media only screen and (max-width: 37.5em){.detail-head-block .img-head img{height:33rem;width:80%}}\n"] }]
990
+ }], ctorParameters: function () { return [{ type: i1$1.Router }]; }, propDecorators: { sectionContent: [{
991
+ type: Input
992
+ }] } });
993
+
994
+ class CustomTooltipComponent {
995
+ showDetails;
996
+ onMouseEnter() {
997
+ this.showDetails = true;
998
+ }
999
+ onMouseClick() {
1000
+ this.showDetails = !this.showDetails;
1001
+ }
1002
+ onMouseLeave() {
1003
+ this.showDetails = false;
1004
+ }
1005
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CustomTooltipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1006
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CustomTooltipComponent, selector: "custom-tooltip", ngImport: i0, template: "<div class=\"icon\">\r\n <div class=\"content\" (mouseleave)=\"onMouseLeave()\">\r\n <div (click)=\"onMouseClick()\" class=\"icon-container\" (mouseenter)=\"onMouseEnter()\">\r\n <div>\r\n <fa-icon icon=\"info-circle\" class=\"icon-shape\"></fa-icon>\r\n </div>\r\n </div>\r\n <div class=\"tooltip-message-box\" [ngClass]=\"{'no-details' : !showDetails , 'details': showDetails}\">\r\n <fa-icon icon=\"caret-left\"></fa-icon>\r\n <ng-content></ng-content>\r\n </div>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.icon{color:#32353b;position:relative;width:3rem}.icon .content{position:absolute;display:flex;flex-direction:row;top:0}.icon .icon-container{display:inline-block;height:-moz-fit-content;height:fit-content;cursor:pointer}.icon .icon-container .icon-shape{position:relative;z-index:-2}.icon .tooltip-message-box{align-self:center;display:flex;column-gap:0rem;z-index:100;transition:all .1s ease-in-out;z-index:1}.icon .tooltip-message-box fa-icon{font-size:2rem;margin-left:.5rem}.icon .no-details{opacity:0;transform:scale(0)}.icon .details{opacity:1;transform:scale(1)}\n"], dependencies: [{ kind: "component", type: i1.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
1007
+ }
1008
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CustomTooltipComponent, decorators: [{
1009
+ type: Component,
1010
+ args: [{ selector: 'custom-tooltip', template: "<div class=\"icon\">\r\n <div class=\"content\" (mouseleave)=\"onMouseLeave()\">\r\n <div (click)=\"onMouseClick()\" class=\"icon-container\" (mouseenter)=\"onMouseEnter()\">\r\n <div>\r\n <fa-icon icon=\"info-circle\" class=\"icon-shape\"></fa-icon>\r\n </div>\r\n </div>\r\n <div class=\"tooltip-message-box\" [ngClass]=\"{'no-details' : !showDetails , 'details': showDetails}\">\r\n <fa-icon icon=\"caret-left\"></fa-icon>\r\n <ng-content></ng-content>\r\n </div>\r\n </div>\r\n</div>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.icon{color:#32353b;position:relative;width:3rem}.icon .content{position:absolute;display:flex;flex-direction:row;top:0}.icon .icon-container{display:inline-block;height:-moz-fit-content;height:fit-content;cursor:pointer}.icon .icon-container .icon-shape{position:relative;z-index:-2}.icon .tooltip-message-box{align-self:center;display:flex;column-gap:0rem;z-index:100;transition:all .1s ease-in-out;z-index:1}.icon .tooltip-message-box fa-icon{font-size:2rem;margin-left:.5rem}.icon .no-details{opacity:0;transform:scale(0)}.icon .details{opacity:1;transform:scale(1)}\n"] }]
1011
+ }] });
1012
+
1013
+ class ValuePropCardComponent {
1014
+ valuePropContent;
1015
+ cardOnHover;
1016
+ imageSize;
1017
+ icon;
1018
+ imageStyle;
1019
+ ngOnInit() {
1020
+ if (this.valuePropContent.iconName) {
1021
+ this.icon = this.valuePropContent.iconName;
1022
+ }
1023
+ if (this.valuePropContent.image) {
1024
+ this.setImageStyle();
1025
+ }
1026
+ }
1027
+ setImageStyle() {
1028
+ let imageSize = '4.5rem';
1029
+ if (this.imageSize) {
1030
+ imageSize = this.imageSize;
1031
+ }
1032
+ let style = {
1033
+ height: imageSize,
1034
+ width: imageSize
1035
+ };
1036
+ this.imageStyle = style;
1037
+ }
1038
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ValuePropCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1039
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ValuePropCardComponent, selector: "value-prop-card", inputs: { valuePropContent: "valuePropContent", cardOnHover: "cardOnHover", imageSize: "imageSize" }, ngImport: i0, template: "<mat-card class=\"reason-block\"\r\n [ngClass]=\"{'card-on-hover':cardOnHover , 'constant-card': !cardOnHover}\">\r\n <mat-card-content class=\"content\">\r\n <div class=\"reason-headline\">\r\n <div class=\"reason-icon\" *ngIf=\"icon\">\r\n <fa-icon [icon]=\"icon\"></fa-icon>\r\n </div>\r\n <div class=\"reason-image\" *ngIf=\"!icon\">\r\n <img [ngStyle]=\"imageStyle\" loading=\"lazy\" [src]=\"valuePropContent.image\">\r\n </div>\r\n <div class=\"reason-title\">\r\n {{valuePropContent.title}}\r\n </div>\r\n </div>\r\n <div class=\"reason-desc\">\r\n {{valuePropContent.description}}\r\n </div>\r\n </mat-card-content>\r\n</mat-card>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.content{display:grid;row-gap:1rem;grid-template-rows:max-content auto}.card-on-hover:hover{background-color:#f7f8f9}.constant-card{background-color:#fff}.reason-block{transition:all ease-in-out .2s;height:21rem;max-width:36rem}.reason-block .reason-headline{display:grid;column-gap:1rem;grid-template-columns:max-content auto;grid-template-rows:max-content;align-items:center}.reason-block .reason-headline .reason-icon{color:#155ed4;font-size:3rem}.reason-block .reason-headline .reason-image img{object-fit:contain}.reason-block .reason-headline .reason-title{color:#32353b;font-weight:600;font-size:2rem}.reason-block .reason-title,.reason-block .reason-desc{font-family:inherit;font-size:1.6rem;line-height:1.6rem}\n"], dependencies: [{ kind: "component", type: i1.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i3$4.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i3$4.MatCardContent, selector: "mat-card-content" }] });
1040
+ }
1041
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ValuePropCardComponent, decorators: [{
1042
+ type: Component,
1043
+ args: [{ selector: 'value-prop-card', template: "<mat-card class=\"reason-block\"\r\n [ngClass]=\"{'card-on-hover':cardOnHover , 'constant-card': !cardOnHover}\">\r\n <mat-card-content class=\"content\">\r\n <div class=\"reason-headline\">\r\n <div class=\"reason-icon\" *ngIf=\"icon\">\r\n <fa-icon [icon]=\"icon\"></fa-icon>\r\n </div>\r\n <div class=\"reason-image\" *ngIf=\"!icon\">\r\n <img [ngStyle]=\"imageStyle\" loading=\"lazy\" [src]=\"valuePropContent.image\">\r\n </div>\r\n <div class=\"reason-title\">\r\n {{valuePropContent.title}}\r\n </div>\r\n </div>\r\n <div class=\"reason-desc\">\r\n {{valuePropContent.description}}\r\n </div>\r\n </mat-card-content>\r\n</mat-card>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-size:1.6rem;font-family:inherit}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.content{display:grid;row-gap:1rem;grid-template-rows:max-content auto}.card-on-hover:hover{background-color:#f7f8f9}.constant-card{background-color:#fff}.reason-block{transition:all ease-in-out .2s;height:21rem;max-width:36rem}.reason-block .reason-headline{display:grid;column-gap:1rem;grid-template-columns:max-content auto;grid-template-rows:max-content;align-items:center}.reason-block .reason-headline .reason-icon{color:#155ed4;font-size:3rem}.reason-block .reason-headline .reason-image img{object-fit:contain}.reason-block .reason-headline .reason-title{color:#32353b;font-weight:600;font-size:2rem}.reason-block .reason-title,.reason-block .reason-desc{font-family:inherit;font-size:1.6rem;line-height:1.6rem}\n"] }]
1044
+ }], propDecorators: { valuePropContent: [{
1045
+ type: Input
1046
+ }], cardOnHover: [{
1047
+ type: Input
1048
+ }], imageSize: [{
1049
+ type: Input
1050
+ }] } });
1051
+
1052
+ class JoolerWebsitesSharedModule {
1053
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: JoolerWebsitesSharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1054
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: JoolerWebsitesSharedModule, declarations: [SocialMediaIconsComponent,
1055
+ ComingSoonComponent,
1056
+ AchievementsComponent,
1057
+ CallToActionSectionComponent,
1058
+ GetStartedCTAComponent,
1059
+ AuthRouteDirective,
1060
+ ImageGalleryModal,
1061
+ PageSectionStyleTenComponent,
1062
+ PageSectionStyleThirteenComponent,
1063
+ PricingPlansComponent,
1064
+ SectionTitleComponent,
1065
+ SuccessMessageDialogComponent,
1066
+ TeamComponent,
1067
+ ValuesComponent,
1068
+ OurClientsComponent,
1069
+ OurClientListingComponent,
1070
+ PageSectionWithMultipleCardsComponent,
1071
+ CallToActionSectionTwoComponent,
1072
+ CtaSectionStyleFourComponent,
1073
+ ContactUsPageComponent,
1074
+ ChooseCountryWithFlagComponent,
1075
+ PageSectionStyleThreeComponent,
1076
+ ValuePropsSectionComponent,
1077
+ CtaSectionStyleThreeComponent,
1078
+ HeaderSectionOneComponent,
1079
+ CustomTooltipComponent,
1080
+ VerticalSideTabsComponent,
1081
+ ValuePropCardComponent], imports: [FontAwesomeModule,
1082
+ CommonModule,
1083
+ AppMaterialModule,
1084
+ FontAwesomeSharedModule,
1085
+ GalleriaModule,
1086
+ CarouselModule,
1087
+ ReactiveFormsModule,
1088
+ FormsModule,
1089
+ NgSelectModule,
1090
+ MatTooltipModule,
1091
+ RouterModule], exports: [FontAwesomeModule,
1092
+ AppMaterialModule,
1093
+ SectionTitleComponent,
1094
+ PageSectionStyleTenComponent,
1095
+ FontAwesomeSharedModule,
1096
+ GetStartedCTAComponent,
1097
+ AchievementsComponent,
1098
+ PricingPlansComponent,
1099
+ PageSectionStyleThirteenComponent,
1100
+ ImageGalleryModal,
1101
+ SuccessMessageDialogComponent,
1102
+ CallToActionSectionComponent,
1103
+ TeamComponent,
1104
+ ValuesComponent,
1105
+ OurClientsComponent,
1106
+ OurClientListingComponent,
1107
+ PageSectionWithMultipleCardsComponent,
1108
+ CallToActionSectionTwoComponent,
1109
+ ContactUsPageComponent,
1110
+ ChooseCountryWithFlagComponent,
1111
+ PageSectionStyleThreeComponent,
1112
+ ComingSoonComponent,
1113
+ SocialMediaIconsComponent,
1114
+ MatTooltipModule,
1115
+ ValuePropsSectionComponent,
1116
+ CtaSectionStyleFourComponent,
1117
+ CtaSectionStyleThreeComponent,
1118
+ HeaderSectionOneComponent,
1119
+ CustomTooltipComponent,
1120
+ VerticalSideTabsComponent,
1121
+ ValuePropCardComponent] });
1122
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: JoolerWebsitesSharedModule, imports: [FontAwesomeModule,
1123
+ CommonModule,
1124
+ AppMaterialModule,
1125
+ FontAwesomeSharedModule,
1126
+ GalleriaModule,
1127
+ CarouselModule,
1128
+ ReactiveFormsModule,
1129
+ FormsModule,
1130
+ NgSelectModule,
1131
+ MatTooltipModule,
1132
+ RouterModule, FontAwesomeModule,
1133
+ AppMaterialModule,
1134
+ FontAwesomeSharedModule,
1135
+ MatTooltipModule] });
1136
+ }
1137
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: JoolerWebsitesSharedModule, decorators: [{
1138
+ type: NgModule,
1139
+ args: [{
1140
+ declarations: [
1141
+ SocialMediaIconsComponent,
1142
+ ComingSoonComponent,
1143
+ AchievementsComponent,
1144
+ CallToActionSectionComponent,
1145
+ GetStartedCTAComponent,
1146
+ AuthRouteDirective,
1147
+ ImageGalleryModal,
1148
+ PageSectionStyleTenComponent,
1149
+ PageSectionStyleThirteenComponent,
1150
+ PricingPlansComponent,
1151
+ SectionTitleComponent,
1152
+ SuccessMessageDialogComponent,
1153
+ TeamComponent,
1154
+ ValuesComponent,
1155
+ OurClientsComponent,
1156
+ OurClientListingComponent,
1157
+ PageSectionWithMultipleCardsComponent,
1158
+ CallToActionSectionTwoComponent,
1159
+ CtaSectionStyleFourComponent,
1160
+ ContactUsPageComponent,
1161
+ ChooseCountryWithFlagComponent,
1162
+ PageSectionStyleThreeComponent,
1163
+ ValuePropsSectionComponent,
1164
+ CtaSectionStyleThreeComponent,
1165
+ HeaderSectionOneComponent,
1166
+ CustomTooltipComponent,
1167
+ VerticalSideTabsComponent,
1168
+ ValuePropCardComponent
1169
+ ],
1170
+ imports: [
1171
+ FontAwesomeModule,
1172
+ CommonModule,
1173
+ AppMaterialModule,
1174
+ FontAwesomeSharedModule,
1175
+ GalleriaModule,
1176
+ CarouselModule,
1177
+ ReactiveFormsModule,
1178
+ FormsModule,
1179
+ NgSelectModule,
1180
+ MatTooltipModule,
1181
+ RouterModule
1182
+ ],
1183
+ exports: [
1184
+ FontAwesomeModule,
1185
+ AppMaterialModule,
1186
+ SectionTitleComponent,
1187
+ PageSectionStyleTenComponent,
1188
+ FontAwesomeSharedModule,
1189
+ GetStartedCTAComponent,
1190
+ AchievementsComponent,
1191
+ PricingPlansComponent,
1192
+ PageSectionStyleThirteenComponent,
1193
+ ImageGalleryModal,
1194
+ SuccessMessageDialogComponent,
1195
+ CallToActionSectionComponent,
1196
+ TeamComponent,
1197
+ ValuesComponent,
1198
+ OurClientsComponent,
1199
+ OurClientListingComponent,
1200
+ PageSectionWithMultipleCardsComponent,
1201
+ CallToActionSectionTwoComponent,
1202
+ ContactUsPageComponent,
1203
+ ChooseCountryWithFlagComponent,
1204
+ PageSectionStyleThreeComponent,
1205
+ ComingSoonComponent,
1206
+ SocialMediaIconsComponent,
1207
+ MatTooltipModule,
1208
+ ValuePropsSectionComponent,
1209
+ CtaSectionStyleFourComponent,
1210
+ CtaSectionStyleThreeComponent,
1211
+ HeaderSectionOneComponent,
1212
+ CustomTooltipComponent,
1213
+ VerticalSideTabsComponent,
1214
+ ValuePropCardComponent
1215
+ ]
1216
+ }]
1217
+ }] });
1218
+
1219
+ class PageSection {
1220
+ id;
1221
+ icon;
1222
+ title;
1223
+ description;
1224
+ image;
1225
+ titleImage;
1226
+ subtitle;
1227
+ actions;
1228
+ }
1229
+
1230
+ class PageSectionAction {
1231
+ id;
1232
+ route;
1233
+ label;
1234
+ requiresAuth;
1235
+ navigationExtras;
1236
+ }
1237
+
1238
+ class Achievements {
1239
+ sectionTitle;
1240
+ achievements;
1241
+ }
1242
+
1243
+ class Achievement {
1244
+ number;
1245
+ subtitle;
1246
+ }
1247
+
1248
+ class ServicePlan {
1249
+ id;
1250
+ name;
1251
+ description;
1252
+ price;
1253
+ frequency;
1254
+ isChosen;
1255
+ perks;
1256
+ button;
1257
+ }
1258
+
1259
+ class ImageSectionAction {
1260
+ id;
1261
+ name;
1262
+ route;
1263
+ owner;
1264
+ requiresAuth;
1265
+ }
1266
+
1267
+ class ImageSection {
1268
+ id;
1269
+ image;
1270
+ title;
1271
+ subtitle;
1272
+ section;
1273
+ order;
1274
+ description;
1275
+ actions;
1276
+ }
1277
+
1278
+ class TeamMember {
1279
+ fullName;
1280
+ position;
1281
+ bio;
1282
+ profilePicture;
1283
+ }
1284
+
1285
+ class TeamSection {
1286
+ sectionTitle;
1287
+ teamMembers;
1288
+ caption;
1289
+ }
1290
+
1291
+ var AccountType;
1292
+ (function (AccountType) {
1293
+ AccountType[AccountType["CONSUMERCLIENT"] = 0] = "CONSUMERCLIENT";
1294
+ AccountType[AccountType["BUSINESSCLIENT"] = 1] = "BUSINESSCLIENT";
1295
+ AccountType[AccountType["SUPPLIER"] = 2] = "SUPPLIER";
1296
+ AccountType[AccountType["COMPANY"] = 3] = "COMPANY";
1297
+ AccountType[AccountType["CERTIFICATIONENTTIY"] = 4] = "CERTIFICATIONENTTIY";
1298
+ })(AccountType || (AccountType = {}));
1299
+
1300
+ class Account {
1301
+ id;
1302
+ addresses;
1303
+ profilePicture;
1304
+ phoneNumber;
1305
+ createdBy;
1306
+ createdOn;
1307
+ isActive;
1308
+ balance;
1309
+ notes;
1310
+ accountType;
1311
+ name;
1312
+ }
1313
+
1314
+ class Address {
1315
+ id;
1316
+ addressLine1;
1317
+ addressLine2;
1318
+ city;
1319
+ country;
1320
+ region;
1321
+ postalCode;
1322
+ account;
1323
+ name;
1324
+ value;
1325
+ street;
1326
+ building;
1327
+ floor;
1328
+ }
1329
+
1330
+ class City {
1331
+ id;
1332
+ name;
1333
+ code;
1334
+ }
1335
+
1336
+ class Country {
1337
+ id;
1338
+ name;
1339
+ code2;
1340
+ code3;
1341
+ continent;
1342
+ tld;
1343
+ phone;
1344
+ }
1345
+
1346
+ var UserType;
1347
+ (function (UserType) {
1348
+ UserType[UserType["CONSUMER"] = 0] = "CONSUMER";
1349
+ UserType[UserType["ERP"] = 1] = "ERP";
1350
+ UserType[UserType["SECOND_LEVEL"] = 2] = "SECOND_LEVEL";
1351
+ UserType[UserType["ADMIN"] = 3] = "ADMIN";
1352
+ })(UserType || (UserType = {}));
1353
+
1354
+ class User {
1355
+ id;
1356
+ email;
1357
+ firstName;
1358
+ lastName;
1359
+ fullName;
1360
+ username;
1361
+ profilePicture;
1362
+ userType;
1363
+ }
1364
+
1365
+ class CallToActionSectionTwo {
1366
+ withImage;
1367
+ imagePath;
1368
+ title;
1369
+ subtitle;
1370
+ }
1371
+
1372
+ class socialMediaLinks {
1373
+ linkedIn;
1374
+ instagram;
1375
+ youTube;
1376
+ faceBook;
1377
+ }
1378
+
1379
+ class Perks {
1380
+ perk;
1381
+ tooltipMessage;
1382
+ }
1383
+
1384
+ class SectionTitle {
1385
+ title;
1386
+ subtitle;
1387
+ alignLeft;
1388
+ isDarkBg;
1389
+ isWithoutDivider;
1390
+ fontSizeEnum;
1391
+ constructor(title, subtitle, alignLeft, isDarkBg, isWithoutDivider, fontSizeEnum) {
1392
+ this.title = title;
1393
+ this.subtitle = subtitle;
1394
+ this.alignLeft = alignLeft;
1395
+ this.isDarkBg = isDarkBg;
1396
+ this.isWithoutDivider = isWithoutDivider;
1397
+ this.fontSizeEnum = fontSizeEnum;
1398
+ }
1399
+ }
1400
+
1401
+ var LibraryProductTypeChoice;
1402
+ (function (LibraryProductTypeChoice) {
1403
+ LibraryProductTypeChoice[LibraryProductTypeChoice["JEWELRY"] = 0] = "JEWELRY";
1404
+ LibraryProductTypeChoice[LibraryProductTypeChoice["MOUNTING"] = 1] = "MOUNTING";
1405
+ LibraryProductTypeChoice[LibraryProductTypeChoice["LIBRARY_MODEL"] = 2] = "LIBRARY_MODEL";
1406
+ })(LibraryProductTypeChoice || (LibraryProductTypeChoice = {}));
1407
+
1408
+ /*
1409
+ * Public API Surface of jooler-websites-shared
1410
+ */
1411
+
1412
+ /**
1413
+ * Generated bundle index. Do not edit.
1414
+ */
1415
+
1416
+ export { Account, AccountType, Achievement, Achievements, AchievementsComponent, Address, CallToActionSectionComponent, CallToActionSectionTwo, CallToActionSectionTwoComponent, ChooseCountryWithFlagComponent, City, ComingSoonComponent, ContactUsPageComponent, Country, CtaSectionStyleFourComponent, CtaSectionStyleThreeComponent, CustomTooltipComponent, GetStartedCTAComponent, HeaderSectionOneComponent, ImageGalleryModal, ImageSection, ImageSectionAction, JoolerWebsitesSharedModule, LibraryProductTypeChoice, OurClientListingComponent, OurClientsComponent, PageSection, PageSectionAction, PageSectionStyleTenComponent, PageSectionStyleThirteen, PageSectionStyleThirteenComponent, PageSectionStyleThreeComponent, PageSectionWithMultipleCardsComponent, Perks, PricingPlansComponent, SectionTitle, SectionTitleComponent, SectionTitleSizes, ServicePlan, SocialMediaIconsComponent, SuccessMessageDialogComponent, TeamComponent, TeamMember, TeamSection, User, UserType, ValuePropCardComponent, ValuePropsSectionComponent, ValuesComponent, VerticalSideTabsComponent, socialMediaLinks };
1417
+ //# sourceMappingURL=jooler-websites-shared.mjs.map