@tet/tet-components 1.3.35-staging → 1.3.36-staging

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 (167) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/tet-accordion.cjs.entry.js +6 -6
  3. package/dist/cjs/tet-address-offers-view.cjs.entry.js +1 -1
  4. package/dist/cjs/tet-b2b-service-calculator.cjs.entry.js +1 -1
  5. package/dist/cjs/tet-border-radius.cjs.entry.js +1 -1
  6. package/dist/cjs/tet-business-lines.cjs.entry.js +1 -1
  7. package/dist/cjs/tet-button.cjs.entry.js +9 -1
  8. package/dist/cjs/tet-colors.cjs.entry.js +3 -3
  9. package/dist/cjs/tet-compare-card_4.cjs.entry.js +2 -2
  10. package/dist/cjs/tet-components.cjs.js +1 -1
  11. package/dist/cjs/tet-expansion-panel.cjs.entry.js +1 -1
  12. package/dist/cjs/tet-font-weight.cjs.entry.js +1 -1
  13. package/dist/cjs/tet-fonts.cjs.entry.js +1 -1
  14. package/dist/cjs/tet-grid.cjs.entry.js +1 -1
  15. package/dist/cjs/tet-input.cjs.entry.js +2 -2
  16. package/dist/cjs/tet-layout.cjs.entry.js +1 -1
  17. package/dist/cjs/tet-link.cjs.entry.js +1 -1
  18. package/dist/cjs/tet-navigation-mobile.cjs.entry.js +3 -3
  19. package/dist/cjs/tet-news-card-list.cjs.entry.js +1 -1
  20. package/dist/cjs/tet-notification.cjs.entry.js +1 -1
  21. package/dist/cjs/tet-spacing.cjs.entry.js +1 -1
  22. package/dist/cjs/tet-text-list.cjs.entry.js +1 -1
  23. package/dist/cjs/tet-textarea.cjs.entry.js +44 -8
  24. package/dist/cjs/tet-tooltip.cjs.entry.js +1 -1
  25. package/dist/collection/components/advanced/cards/tet-compare-card/tet-compare-card.css +51 -172
  26. package/dist/collection/components/basic/buttons/tet-button/test/tet-button.spec.js +15 -0
  27. package/dist/collection/components/basic/buttons/tet-button/tet-button.js +45 -1
  28. package/dist/collection/components/simple/inputs/tet-dropdown/tet-dropdown.css +54 -19
  29. package/dist/collection/components/simple/inputs/tet-input/test/tet-input.spec.js +5 -5
  30. package/dist/collection/components/simple/inputs/tet-input/tet-input.css +54 -26
  31. package/dist/collection/components/simple/inputs/tet-input/tet-input.js +1 -1
  32. package/dist/collection/components/simple/inputs/tet-textarea/tet-textarea.css +647 -30
  33. package/dist/collection/components/simple/inputs/tet-textarea/tet-textarea.js +91 -13
  34. package/dist/collection/components/simple/lists/tet-news-card-list/tet-news-card-list.js +1 -1
  35. package/dist/collection/components/simple/lists/tet-text-list/tet-text-list.css +51 -172
  36. package/dist/collection/components/simple/menu/tet-navigation-mobile/tet-navigation-mobile.js +3 -3
  37. package/dist/collection/components/simple/structural/tet-accordion/tet-accordion.js +6 -6
  38. package/dist/collection/components/simple/structural/tet-expansion-panel/tet-expansion-panel.js +1 -1
  39. package/dist/collection/components/simple/text-blocks/tet-notification/tet-notification.js +1 -1
  40. package/dist/collection/components/simple/text-blocks/tet-tooltip/tet-tooltip.js +1 -1
  41. package/dist/collection/components/views/tet-address-offers-view/tet-address-offers-view.js +1 -1
  42. package/dist/collection/components/views/tet-b2b-service-calculator/tet-b2b-service-calculator.js +1 -1
  43. package/dist/collection/components/views/tet-business-lines/tet-business-lines.js +1 -1
  44. package/dist/collection/docs/styling/border-radius/tet-border-radius.js +1 -1
  45. package/dist/collection/docs/styling/colors/tet-colors.js +3 -3
  46. package/dist/collection/docs/styling/font-weight/tet-font-weight.js +1 -1
  47. package/dist/collection/docs/styling/fonts/tet-fonts.js +1 -1
  48. package/dist/collection/docs/styling/layout/tet-layout.js +1 -1
  49. package/dist/collection/docs/styling/link/tet-link.js +1 -1
  50. package/dist/collection/docs/styling/spacing/tet-spacing.js +1 -1
  51. package/dist/collection/docs/styling/tet-grid/tet-grid.js +1 -1
  52. package/dist/components/{p-10ac7329.js → p-0e8e9969.js} +1 -1
  53. package/dist/components/{p-acfce9fc.js → p-137831a1.js} +2 -2
  54. package/dist/components/{p-b7a584f2.js → p-2512a377.js} +1 -1
  55. package/dist/components/{p-92212842.js → p-3224ce0c.js} +1 -1
  56. package/dist/components/{p-c815ced9.js → p-35989691.js} +2 -2
  57. package/dist/components/{p-c3505a00.js → p-59637c1a.js} +1 -1
  58. package/dist/components/{p-7dbe7816.js → p-6fbac2cc.js} +1 -1
  59. package/dist/components/{p-8911f3cb.js → p-7ab97fb1.js} +12 -2
  60. package/dist/components/{p-9562e2a7.js → p-7d8a6b54.js} +1 -1
  61. package/dist/components/{p-d1a5c127.js → p-8d5857fd.js} +2 -2
  62. package/dist/components/{p-3f462a6d.js → p-afca8b65.js} +1 -1
  63. package/dist/components/{p-48de78b0.js → p-b8b28286.js} +2 -2
  64. package/dist/components/{p-9b01a541.js → p-dda0282b.js} +1 -1
  65. package/dist/components/{p-65af555d.js → p-ecec9519.js} +2 -2
  66. package/dist/components/{p-d1850046.js → p-ff31012f.js} +2 -2
  67. package/dist/components/tet-accordion.js +6 -6
  68. package/dist/components/tet-address-offers-view.js +8 -8
  69. package/dist/components/tet-address-offers.js +1 -1
  70. package/dist/components/tet-address-search.js +1 -1
  71. package/dist/components/tet-asset-addresses.js +2 -2
  72. package/dist/components/tet-autocomplete-dropdown.js +1 -1
  73. package/dist/components/tet-availability-contact-form.js +1 -1
  74. package/dist/components/tet-b2b-service-calculator.js +4 -4
  75. package/dist/components/tet-border-radius.js +1 -1
  76. package/dist/components/tet-business-compare-card.js +1 -1
  77. package/dist/components/tet-business-lines.js +1 -1
  78. package/dist/components/tet-button.js +1 -1
  79. package/dist/components/tet-card-list.js +1 -1
  80. package/dist/components/tet-cloud-application-form-dialog.js +2 -2
  81. package/dist/components/tet-cloud-configurator.js +3 -3
  82. package/dist/components/tet-colors.js +3 -3
  83. package/dist/components/tet-compare-card.js +1 -1
  84. package/dist/components/tet-compare-cards-tab.js +3 -3
  85. package/dist/components/tet-compare-cards.js +1 -1
  86. package/dist/components/tet-contact-form.js +2 -2
  87. package/dist/components/tet-dropdown.js +1 -1
  88. package/dist/components/tet-expandable-input.js +1 -1
  89. package/dist/components/tet-expansion-panel.js +1 -1
  90. package/dist/components/tet-font-weight.js +1 -1
  91. package/dist/components/tet-fonts.js +1 -1
  92. package/dist/components/tet-grid.js +1 -1
  93. package/dist/components/tet-input.js +1 -1
  94. package/dist/components/tet-layout.js +1 -1
  95. package/dist/components/tet-link.js +1 -1
  96. package/dist/components/tet-macd-view.js +2 -2
  97. package/dist/components/tet-multi-step-dialog.js +1 -1
  98. package/dist/components/tet-navigation-mobile.js +3 -3
  99. package/dist/components/tet-news-card-list.js +3 -3
  100. package/dist/components/tet-notification.js +1 -1
  101. package/dist/components/tet-number-input.js +1 -1
  102. package/dist/components/tet-range-slider.js +1 -1
  103. package/dist/components/tet-referral.js +2 -2
  104. package/dist/components/tet-spacing.js +1 -1
  105. package/dist/components/tet-stepper-input.js +1 -1
  106. package/dist/components/tet-table.js +1 -1
  107. package/dist/components/tet-text-list.js +1 -1
  108. package/dist/components/tet-textarea.js +49 -10
  109. package/dist/components/tet-thank-you-view-v2.js +1 -1
  110. package/dist/components/tet-thank-you-view.js +1 -1
  111. package/dist/components/tet-tooltip.js +1 -1
  112. package/dist/esm/loader.js +1 -1
  113. package/dist/esm/tet-accordion.entry.js +6 -6
  114. package/dist/esm/tet-address-offers-view.entry.js +1 -1
  115. package/dist/esm/tet-b2b-service-calculator.entry.js +1 -1
  116. package/dist/esm/tet-border-radius.entry.js +1 -1
  117. package/dist/esm/tet-business-lines.entry.js +1 -1
  118. package/dist/esm/tet-button.entry.js +9 -1
  119. package/dist/esm/tet-colors.entry.js +3 -3
  120. package/dist/esm/tet-compare-card_4.entry.js +2 -2
  121. package/dist/esm/tet-components.js +1 -1
  122. package/dist/esm/tet-expansion-panel.entry.js +1 -1
  123. package/dist/esm/tet-font-weight.entry.js +1 -1
  124. package/dist/esm/tet-fonts.entry.js +1 -1
  125. package/dist/esm/tet-grid.entry.js +1 -1
  126. package/dist/esm/tet-input.entry.js +2 -2
  127. package/dist/esm/tet-layout.entry.js +1 -1
  128. package/dist/esm/tet-link.entry.js +1 -1
  129. package/dist/esm/tet-navigation-mobile.entry.js +3 -3
  130. package/dist/esm/tet-news-card-list.entry.js +1 -1
  131. package/dist/esm/tet-notification.entry.js +1 -1
  132. package/dist/esm/tet-spacing.entry.js +1 -1
  133. package/dist/esm/tet-text-list.entry.js +1 -1
  134. package/dist/esm/tet-textarea.entry.js +44 -8
  135. package/dist/esm/tet-tooltip.entry.js +1 -1
  136. package/dist/tet-components/{p-26eba44f.entry.js → p-15b70f90.entry.js} +1 -1
  137. package/dist/tet-components/{p-e07d1bd1.entry.js → p-17028ff9.entry.js} +1 -1
  138. package/dist/tet-components/{p-45e14d92.entry.js → p-25f8f58c.entry.js} +1 -1
  139. package/dist/tet-components/p-28ca2ec4.entry.js +1 -0
  140. package/dist/tet-components/{p-ebf0611c.entry.js → p-313f016d.entry.js} +1 -1
  141. package/dist/tet-components/{p-44822ad9.entry.js → p-3b6ad95f.entry.js} +1 -1
  142. package/dist/tet-components/{p-1268aa23.entry.js → p-3d1093ac.entry.js} +1 -1
  143. package/dist/tet-components/{p-83d64cbd.entry.js → p-43bcfad3.entry.js} +1 -1
  144. package/dist/tet-components/{p-a0f7099f.entry.js → p-4864da73.entry.js} +1 -1
  145. package/dist/tet-components/{p-4ae6e17c.entry.js → p-48b0ca02.entry.js} +1 -1
  146. package/dist/tet-components/{p-486cb131.entry.js → p-51093fb8.entry.js} +1 -1
  147. package/dist/tet-components/{p-0c9675d2.entry.js → p-7fd1cbd0.entry.js} +1 -1
  148. package/dist/tet-components/{p-8c2b999b.entry.js → p-833f5a7b.entry.js} +1 -1
  149. package/dist/tet-components/{p-2cc550a0.entry.js → p-88a1be78.entry.js} +1 -1
  150. package/dist/tet-components/p-8b38a255.entry.js +1 -0
  151. package/dist/tet-components/p-a2fb3ecf.entry.js +1 -0
  152. package/dist/tet-components/{p-0b901542.entry.js → p-a811d7fe.entry.js} +1 -1
  153. package/dist/tet-components/{p-14598ec6.entry.js → p-aef89e2d.entry.js} +1 -1
  154. package/dist/tet-components/{p-becd06b3.entry.js → p-c016df1b.entry.js} +1 -1
  155. package/dist/tet-components/{p-af1eff3f.entry.js → p-e31d543a.entry.js} +1 -1
  156. package/dist/tet-components/p-e73357e6.entry.js +1 -0
  157. package/dist/tet-components/{p-e6ea5a96.entry.js → p-f125b69a.entry.js} +1 -1
  158. package/dist/tet-components/tet-components.css +1 -1
  159. package/dist/tet-components/tet-components.esm.js +1 -1
  160. package/dist/types/components/basic/buttons/tet-button/tet-button.d.ts +5 -0
  161. package/dist/types/components/simple/inputs/tet-textarea/tet-textarea.d.ts +27 -4
  162. package/dist/types/components.d.ts +27 -3
  163. package/package.json +1 -1
  164. package/dist/tet-components/p-4bce5438.entry.js +0 -1
  165. package/dist/tet-components/p-67b4dd36.entry.js +0 -1
  166. package/dist/tet-components/p-c2720ef1.entry.js +0 -1
  167. package/dist/tet-components/p-c5589653.entry.js +0 -1
@@ -1,9 +1,9 @@
1
1
  import { p as proxyCustomElement, H, h, c as Host } from './p-5749376d.js';
2
- import { p as productComparison, f as fillProductData, a as fillOldProductData, d as defineCustomElement$7 } from './p-c815ced9.js';
2
+ import { p as productComparison, f as fillProductData, a as fillOldProductData, d as defineCustomElement$7 } from './p-35989691.js';
3
3
  import './p-a156c1d8.js';
4
4
  import { d as defineCustomElement$9 } from './p-aff99ecd.js';
5
- import { d as defineCustomElement$8 } from './p-d1850046.js';
6
- import { d as defineCustomElement$6 } from './p-c3505a00.js';
5
+ import { d as defineCustomElement$8 } from './p-ff31012f.js';
6
+ import { d as defineCustomElement$6 } from './p-59637c1a.js';
7
7
  import { d as defineCustomElement$5 } from './p-ddfd5410.js';
8
8
  import { d as defineCustomElement$4 } from './p-b2ced599.js';
9
9
  import { d as defineCustomElement$3 } from './p-877901d3.js';
@@ -1,4 +1,4 @@
1
- import { T as TetCompareCards$1, d as defineCustomElement$1 } from './p-c815ced9.js';
1
+ import { T as TetCompareCards$1, d as defineCustomElement$1 } from './p-35989691.js';
2
2
 
3
3
  const TetCompareCards = TetCompareCards$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -2,10 +2,10 @@ import { p as proxyCustomElement, H, d as createEvent, h, f as forceUpdate } fro
2
2
  import { p as processTranslations, t as translate } from './p-70f08f08.js';
3
3
  import './p-a156c1d8.js';
4
4
  import { P as PhoneNumberValidator, R as RequiredValidator, c as createCallCenterTask } from './p-222c69e5.js';
5
- import { d as defineCustomElement$6 } from './p-8911f3cb.js';
5
+ import { d as defineCustomElement$6 } from './p-7ab97fb1.js';
6
6
  import { d as defineCustomElement$5 } from './p-da3c8252.js';
7
7
  import { d as defineCustomElement$4 } from './p-ddfd5410.js';
8
- import { d as defineCustomElement$3 } from './p-d1a5c127.js';
8
+ import { d as defineCustomElement$3 } from './p-8d5857fd.js';
9
9
  import { d as defineCustomElement$2 } from './p-b5628a19.js';
10
10
 
11
11
  const tetContactFormCss = "@font-face{font-family:Avenir Next;src:url(assets/fonts/8e7462a9501f48c43c58f870188b3fb2.eot?#iefix);src:url(assets/fonts/8e7462a9501f48c43c58f870188b3fb2.eot?#iefix) format(\"eot\"),url(assets/fonts/3c3e10968ffc97c2a52c5830f9886d1f.woff2) format(\"woff2\"),url(assets/fonts/660fbf858d30d7685fa4b166080f5980.woff) format(\"woff\"),url(assets/fonts/2b7748589092fd1a10b806abdfb562ff.ttf) format(\"truetype\");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/d5e25ad69d0ea31f3b8f66d634ca40fe.eot?#iefix);src:url(assets/fonts/d5e25ad69d0ea31f3b8f66d634ca40fe.eot?#iefix) format(\"eot\"),url(assets/fonts/aad36ecead30948bb30fe0ef818b749c.woff2) format(\"woff2\"),url(assets/fonts/c437d7752feaf3f056bbf8613e898d3a.woff) format(\"woff\"),url(assets/fonts/b8df4d02ef5de13a813917a85bc4a9c4.ttf) format(\"truetype\");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/046190c9a2f724b925df848737b03819.eot?#iefix);src:url(assets/fonts/046190c9a2f724b925df848737b03819.eot?#iefix) format(\"eot\"),url(assets/fonts/4d52f8276a74ea8efbad833ed790367c.woff2) format(\"woff2\"),url(assets/fonts/a067695dd1b87e927f4056c040d84669.woff) format(\"woff\"),url(assets/fonts/510a664af9771b72d4ce5e637109ca3c.ttf) format(\"truetype\");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/0715de188f56c99aa615905f7e06292e.eot?#iefix);src:url(assets/fonts/0715de188f56c99aa615905f7e06292e.eot?#iefix) format(\"eot\"),url(assets/fonts/63f5acc71d9852468683a4bfe824a28f.woff2) format(\"woff2\"),url(assets/fonts/ed94c737da267752ce0abd79bb003ff6.woff) format(\"woff\"),url(assets/fonts/6302f55a6dc6b12365177dc89b7d63cf.ttf) format(\"truetype\");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/3f76abc23eef0596c499840db84213bb.eot?#iefix);src:url(assets/fonts/3f76abc23eef0596c499840db84213bb.eot?#iefix) format(\"eot\"),url(assets/fonts/1fe7da97fe9dbe1349aca9b54b5fdf69.woff2) format(\"woff2\"),url(assets/fonts/dacc6a84278e221422902af99579ada5.woff) format(\"woff\"),url(assets/fonts/e530c573663a3a07243d303fbf7db508.ttf) format(\"truetype\");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/75f8489ba53f19968feaa3e2eb78c569.eot?#iefix);src:url(assets/fonts/75f8489ba53f19968feaa3e2eb78c569.eot?#iefix) format(\"eot\"),url(assets/fonts/93ec0034623fc696601ab99aba652d4c.woff2) format(\"woff2\"),url(assets/fonts/d73c8eb1c13abe1237366aa3ee829a59.woff) format(\"woff\"),url(assets/fonts/7b6dcef99f3f4b23346e23925ec8678f.ttf) format(\"truetype\");font-weight:600;font-style:italic;font-display:swap}.tet-icon{font-family:Tet Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Tet Icons;src:url(assets/fonts/d2ce51cdcd0b9707af186f8d50023d23.eot);src:url(assets/fonts/d2ce51cdcd0b9707af186f8d50023d23.eot?#iefix) format(\"embedded-opentype\"),url(assets/fonts/25f10ef322a1220b2e9e11db38b73892.woff2) format(\"woff2\"),url(assets/fonts/fed75ac1edcf1c25cdd8612d2c365f9a.woff) format(\"woff\"),url(assets/fonts/df7fbe67cabb13cb837172a73c46378a.ttf) format(\"truetype\"),url(assets/fonts/5486d8c87e2abc6c13ed952a6cc96658.svg#tet-icons) format(\"svg\");font-weight:400;font-style:normal}.tet-icon:before{content:\"\\E84E\"}.tet-icon--sm{font-size:1.125rem}.tet-icon--md{font-size:1.5rem}.tet-icon--lg{font-size:2.25rem}.tet-icon--xl{font-size:3rem}.tet-icon--xxl{font-size:4rem}.tet-icon--0{font-size:0}.tet-icon--1{font-size:.0625rem}.tet-icon--2{font-size:.125rem}.tet-icon--3{font-size:.1875rem}.tet-icon--4{font-size:.25rem}.tet-icon--5{font-size:.3125rem}.tet-icon--6{font-size:.375rem}.tet-icon--7{font-size:.4375rem}.tet-icon--8{font-size:.5rem}.tet-icon--9{font-size:.5625rem}.tet-icon--10{font-size:.625rem}.tet-icon--11{font-size:.6875rem}.tet-icon--12{font-size:.75rem}.tet-icon--13{font-size:.8125rem}.tet-icon--14{font-size:.875rem}.tet-icon--15{font-size:.9375rem}.tet-icon--16{font-size:1rem}.tet-icon--17{font-size:1.0625rem}.tet-icon--18{font-size:1.125rem}.tet-icon--19{font-size:1.1875rem}.tet-icon--20{font-size:1.25rem}.tet-icon--21{font-size:1.3125rem}.tet-icon--22{font-size:1.375rem}.tet-icon--23{font-size:1.4375rem}.tet-icon--24{font-size:1.5rem}.tet-icon--25{font-size:1.5625rem}.tet-icon--26{font-size:1.625rem}.tet-icon--27{font-size:1.6875rem}.tet-icon--28{font-size:1.75rem}.tet-icon--29{font-size:1.8125rem}.tet-icon--30{font-size:1.875rem}.tet-icon--31{font-size:1.9375rem}.tet-icon--32{font-size:2rem}.tet-icon--33{font-size:2.0625rem}.tet-icon--34{font-size:2.125rem}.tet-icon--35{font-size:2.1875rem}.tet-icon--36{font-size:2.25rem}.tet-icon--37{font-size:2.3125rem}.tet-icon--38{font-size:2.375rem}.tet-icon--39{font-size:2.4375rem}.tet-icon--40{font-size:2.5rem}.tet-icon--41{font-size:2.5625rem}.tet-icon--42{font-size:2.625rem}.tet-icon--43{font-size:2.6875rem}.tet-icon--44{font-size:2.75rem}.tet-icon--45{font-size:2.8125rem}.tet-icon--46{font-size:2.875rem}.tet-icon--47{font-size:2.9375rem}.tet-icon--48{font-size:3rem}.tet-icon--49{font-size:3.0625rem}.tet-icon--50{font-size:3.125rem}.tet-icon--51{font-size:3.1875rem}.tet-icon--52{font-size:3.25rem}.tet-icon--53{font-size:3.3125rem}.tet-icon--54{font-size:3.375rem}.tet-icon--55{font-size:3.4375rem}.tet-icon--56{font-size:3.5rem}.tet-icon--57{font-size:3.5625rem}.tet-icon--58{font-size:3.625rem}.tet-icon--59{font-size:3.6875rem}.tet-icon--60{font-size:3.75rem}.tet-icon--61{font-size:3.8125rem}.tet-icon--62{font-size:3.875rem}.tet-icon--63{font-size:3.9375rem}.tet-icon--64{font-size:4rem}.tet-icon--65{font-size:4.0625rem}.tet-icon--66{font-size:4.125rem}.tet-icon--67{font-size:4.1875rem}.tet-icon--68{font-size:4.25rem}.tet-icon--69{font-size:4.3125rem}.tet-icon--70{font-size:4.375rem}.tet-icon--71{font-size:4.4375rem}.tet-icon--72{font-size:4.5rem}.tet-icon--73{font-size:4.5625rem}.tet-icon--74{font-size:4.625rem}.tet-icon--75{font-size:4.6875rem}.tet-icon--76{font-size:4.75rem}.tet-icon--77{font-size:4.8125rem}.tet-icon--78{font-size:4.875rem}.tet-icon--79{font-size:4.9375rem}.tet-icon--80{font-size:5rem}.tet-icon--81{font-size:5.0625rem}.tet-icon--82{font-size:5.125rem}.tet-icon--83{font-size:5.1875rem}.tet-icon--84{font-size:5.25rem}.tet-icon--85{font-size:5.3125rem}.tet-icon--86{font-size:5.375rem}.tet-icon--87{font-size:5.4375rem}.tet-icon--88{font-size:5.5rem}.tet-icon--89{font-size:5.5625rem}.tet-icon--90{font-size:5.625rem}.tet-icon--91{font-size:5.6875rem}.tet-icon--92{font-size:5.75rem}.tet-icon--93{font-size:5.8125rem}.tet-icon--94{font-size:5.875rem}.tet-icon--95{font-size:5.9375rem}.tet-icon--96{font-size:6rem}.tet-icon--97{font-size:6.0625rem}.tet-icon--98{font-size:6.125rem}.tet-icon--99{font-size:6.1875rem}.tet-icon--100{font-size:6.25rem}.tet-icon--101{font-size:6.3125rem}.tet-icon__add:before{content:\"\\E800\"}.tet-icon__alert-circled:before{content:\"\\E801\"}.tet-icon__alert:before{content:\"\\E802\"}.tet-icon__bank:before{content:\"\\E803\"}.tet-icon__box:before{content:\"\\E804\"}.tet-icon__download:before{content:\"\\E805\"}.tet-icon__burger:before{content:\"\\E806\"}.tet-icon__cancel:before{content:\"\\E807\"}.tet-icon__printer:before{content:\"\\E808\"}.tet-icon__cart-add:before{content:\"\\E809\"}.tet-icon__cart-remove:before{content:\"\\E80A\"}.tet-icon__cart:before{content:\"\\E80B\"}.tet-icon__chat:before{content:\"\\E80C\"}.tet-icon__arrow-up:before{content:\"\\E80D\"}.tet-icon__calendar:before{content:\"\\E80E\"}.tet-icon__help-circled:before{content:\"\\E80F\"}.tet-icon__edit:before{content:\"\\E810\"}.tet-icon__external-link:before{content:\"\\E811\"}.tet-icon__gift:before{content:\"\\E812\"}.tet-icon__person:before{content:\"\\E813\"}.tet-icon__heart:before{content:\"\\E814\"}.tet-icon__language:before{content:\"\\E815\"}.tet-icon__help:before{content:\"\\E816\"}.tet-icon__home-1:before{content:\"\\E817\"}.tet-icon__location:before{content:\"\\E818\"}.tet-icon__home-3:before{content:\"\\E819\"}.tet-icon__chart-even:before{content:\"\\E81A\"}.tet-icon__info-2:before{content:\"\\E81B\"}.tet-icon__key:before{content:\"\\E81C\"}.tet-icon__info:before{content:\"\\E81D\"}.tet-icon__lock-opened:before{content:\"\\E81E\"}.tet-icon__lock-outlined:before{content:\"\\E81F\"}.tet-icon__lock:before{content:\"\\E820\"}.tet-icon__laptop-filled:before{content:\"\\E821\"}.tet-icon__mail:before{content:\"\\E822\"}.tet-icon__options:before{content:\"\\E823\"}.tet-icon__chart-uneven:before{content:\"\\E824\"}.tet-icon__mail-2:before{content:\"\\E825\"}.tet-icon__remove:before{content:\"\\E826\"}.tet-icon__mobile-filled:before{content:\"\\E827\"}.tet-icon__ilu-calendar-check:before{content:\"\\E828\"}.tet-icon__settings-outlined:before{content:\"\\E829\"}.tet-icon__tablet:before{content:\"\\E82A\"}.tet-icon__thumb-up:before{content:\"\\E82B\"}.tet-icon__ilu-purchase:before{content:\"\\E82C\"}.tet-icon__chart-even-outlined:before{content:\"\\E82D\"}.tet-icon__movie:before{content:\"\\E82E\"}.tet-icon__percent:before{content:\"\\E82F\"}.tet-icon__ilu-change-whenever:before{content:\"\\E830\"}.tet-icon__truck:before{content:\"\\E831\"}.tet-icon__zero:before{content:\"\\E832\"}.tet-icon__attach:before{content:\"\\E833\"}.tet-icon__cloud-done:before{content:\"\\E834\"}.tet-icon__cloud-download:before{content:\"\\E835\"}.tet-icon__cloud-upload:before{content:\"\\E836\"}.tet-icon__cloud:before{content:\"\\E837\"}.tet-icon__folder:before{content:\"\\E838\"}.tet-icon__remote:before{content:\"\\E839\"}.tet-icon__router:before{content:\"\\E83A\"}.tet-icon__shield-filled:before{content:\"\\E83B\"}.tet-icon__shield:before{content:\"\\E83C\"}.tet-icon__ilu-devices:before{content:\"\\E83D\"}.tet-icon__ilu-get-points:before{content:\"\\E83E\"}.tet-icon__tv:before{content:\"\\E83F\"}.tet-icon__ilu-internet:before{content:\"\\E840\"}.tet-icon__wifi-outlined:before{content:\"\\E841\"}.tet-icon__wifi:before{content:\"\\E842\"}.tet-icon__description-outlined:before{content:\"\\E843\"}.tet-icon__laptop:before{content:\"\\E844\"}.tet-icon__chart-uneven-outlined:before{content:\"\\E845\"}.tet-icon__meter:before{content:\"\\E846\"}.tet-icon__mobile:before{content:\"\\E847\"}.tet-icon__phone:before{content:\"\\E848\"}.tet-icon__plug-filled:before{content:\"\\E849\"}.tet-icon__plug:before{content:\"\\E84A\"}.tet-icon__print:before{content:\"\\E84B\"}.tet-icon__camera:before{content:\"\\E84C\"}.tet-icon__clock:before{content:\"\\E84D\"}.tet-icon__placeholder:before{content:\"\\E84E\"}.tet-icon__tv-filled:before{content:\"\\E84F\"}.tet-icon__arrow-down:before{content:\"\\E850\"}.tet-icon__arrow-left:before{content:\"\\E851\"}.tet-icon__arrow-right:before{content:\"\\E852\"}.tet-icon__description:before{content:\"\\E853\"}.tet-icon__login:before{content:\"\\E854\"}.tet-icon__check:before{content:\"\\E855\"}.tet-icon__chevron-down:before{content:\"\\E856\"}.tet-icon__chevron-left:before{content:\"\\E857\"}.tet-icon__chevron-right:before{content:\"\\E858\"}.tet-icon__chevron-up:before{content:\"\\E859\"}.tet-icon__close-circled:before{content:\"\\E85A\"}.tet-icon__close:before{content:\"\\E85B\"}.tet-icon__more-horizontal:before{content:\"\\E85C\"}.tet-icon__more-vertical:before{content:\"\\E85D\"}.tet-icon__refresh:before{content:\"\\E85E\"}.tet-icon__facebook:before{content:\"\\E85F\"}.tet-icon__instagram:before{content:\"\\E860\"}.tet-icon__linkedin:before{content:\"\\E861\"}.tet-icon__people:before{content:\"\\E862\"}.tet-icon__logout:before{content:\"\\E863\"}.tet-icon__share:before{content:\"\\E864\"}.tet-icon__twitter:before{content:\"\\E865\"}.tet-icon__cancel-filled:before{content:\"\\E866\"}.tet-icon__done:before{content:\"\\E867\"}.tet-icon__star-filled:before{content:\"\\E868\"}.tet-icon__star:before{content:\"\\E869\"}.tet-icon__clipboard:before{content:\"\\E86A\"}.tet-icon__ilu-calendar:before{content:\"\\E86B\"}.tet-icon__check-circled:before{content:\"\\E86C\"}.tet-icon__ilu-choose-channels:before{content:\"\\E86D\"}.tet-icon__search:before{content:\"\\E86E\"}.tet-icon__warning:before{content:\"\\E86F\"}.tet-icon__ilu-clock-1:before{content:\"\\E870\"}.tet-icon__ilu-fold:before{content:\"\\E871\"}.tet-icon__ilu-letter:before{content:\"\\E872\"}.tet-icon__ilu-pay:before{content:\"\\E873\"}.tet-icon__ilu-meter:before{content:\"\\E874\"}.tet-icon__ilu-sign:before{content:\"\\E875\"}.tet-icon__smart-watch-filled:before{content:\"\\E876\"}.tet-icon__washing-machine-filled:before{content:\"\\E877\"}.tet-icon__bullet:before{content:\"\\E878\"}.tet-icon__sound:before{content:\"\\E879\"}.tet-icon__dropdown:before{content:\"\\E87A\"}.tet-icon__mask-pass:before{content:\"\\E87B\"}.tet-icon__select:before{content:\"\\E87C\"}.tet-icon__text-area-sizing:before{content:\"\\E87D\"}.tet-icon__unmask-pass:before{content:\"\\E87E\"}.tet-icon__bullet-small:before{content:\"\\E882\"}.tet-icon__electric-bolt:before{content:\"\\E880\"}.tet-icon__sun:before{content:\"\\E881\"}:host{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit;padding:0;margin:0}:host{--color-gray-light:#cdd2de;--color-ta070:#f5f6f8;--color-ta080:#e6e8ee;--color-ta100:#cdd2de;--color-ta200:#9ba5be;--color-ta300:#69789c;--color-ta500:#1e356a;--color-ta600:#051d59;--color-tc090:#d6e6fd;--color-tc100:#d1dffe;--color-tc300:#75a1fb;--color-tc500:#1a70f6;--color-tc600:#0060f5;--color-td500:#00F1F2;--color-td600:#01cbe0;--color-tf600:#f53b2a;--color-tg300:#2b3036;--color-tg400:#1d2128;--color-tg500:#12171e;--color-tg600:#01050c;--color-th500:#f5f5f5;--color-ti500:#869198;--color-ti600:#aeb7bc;--text-font:Gilroy, serif;--text-color-darker:var(--color-ta600);--text-color-dark:var(--color-ta500);--text-color-dark-theme:var(--color-th500);--icons-font:Tet Icons, serif}.icon.tet-search{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-search::before{content:\"\\e86e\"}.icon.tet-close-circled{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-close-circled::before{content:\"\\e85a\"}.icon.tet-close{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-close::before{content:\"\\e85b\"}.icon.tet-check-circled{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-check-circled::before{content:\"\\e86c\"}.icon.tet-check{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-check::before{content:\"\\e855\"}.icon.tet-chevron-up{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-chevron-up::before{content:\"\\e859\"}.icon.tet-chevron-down{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-chevron-down::before{content:\"\\e856\"}.icon.tet-clipboard{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-clipboard::before{content:\"\\e86a\"}.icon.tet-info{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-info::before{content:\"\\e81d\"}.icon.tet-done{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-done::before{content:\"\\e867\"}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Semibold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Semibold.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:700;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Bold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Bold.woff\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Inter-Regular.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Regular.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Inter-Medium.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Medium.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Inter-SemiBold.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-SemiBold.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Semibold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Semibold.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:700;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Bold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Bold.woff\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Inter-Regular.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Regular.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Inter-Medium.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Medium.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Inter-SemiBold.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-SemiBold.woff?v=3.19\") format(\"woff\")}:host{--font-family-fallback:Gilroy, Arial, sans-serif;--font-family-headline:Gilroy;--font-family-content:Inter, var(--font-family-fallback);font-family:var(--font-family-content)}:host{--contact-form-container-background:initial;--contact-form-text-color:var(--color-ta600);--contact-form-loader-overlay-background:rgb(255, 255, 255);display:block}.dark-theme{--contact-form-container-background:var(--color-tg500);--contact-form-text-color:rgb(255, 255, 255);--contact-form-loader-overlay-background:var(--color-tg600)}.container{--border-radius:0.625rem;--box-shadow:0 0 0 0.03125rem rgba(5, 29, 89, 0.07), 0 0.1875rem 0.5625rem rgba(5, 29, 89, 0.15);--padding:2.5rem 1rem;--background:var(--contact-form-container-background)}.form-container{max-width:26rem;display:flex;flex-direction:column;margin:0 auto;text-align:center}.form-title{font-size:1.5rem;font-weight:600;margin-bottom:0.5em;color:var(--contact-form-text-color)}.form-subtitle{font-size:1.125rem;font-weight:400;color:var(--contact-form-text-color)}.form-input{margin-top:2rem;text-align:left}.form-submit{width:fit-content;margin-top:1.5rem;--button-font-size:1rem}@media only screen and (max-width: 44.9375rem){.form-submit{--button-width:100%}}.loader-overlay{position:absolute;top:0;bottom:0;left:0;right:0;background:var(--contact-form-loader-overlay-background);z-index:100;opacity:0.75}.loader-overlay .loader{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}";
@@ -1,4 +1,4 @@
1
- import { T as TetDropdown$1, d as defineCustomElement$1 } from './p-c3505a00.js';
1
+ import { T as TetDropdown$1, d as defineCustomElement$1 } from './p-59637c1a.js';
2
2
 
3
3
  const TetDropdown = TetDropdown$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,7 +1,7 @@
1
1
  import { p as proxyCustomElement, H, d as createEvent, h, c as Host } from './p-5749376d.js';
2
2
  import { g as getConvertedPixels } from './p-165a8492.js';
3
3
  import { d as defineCustomElement$3 } from './p-ddfd5410.js';
4
- import { d as defineCustomElement$2 } from './p-d1a5c127.js';
4
+ import { d as defineCustomElement$2 } from './p-8d5857fd.js';
5
5
 
6
6
  const tetExpandableInputCss = "@font-face{font-family:Avenir Next;src:url(assets/fonts/8e7462a9501f48c43c58f870188b3fb2.eot?#iefix);src:url(assets/fonts/8e7462a9501f48c43c58f870188b3fb2.eot?#iefix) format(\"eot\"),url(assets/fonts/3c3e10968ffc97c2a52c5830f9886d1f.woff2) format(\"woff2\"),url(assets/fonts/660fbf858d30d7685fa4b166080f5980.woff) format(\"woff\"),url(assets/fonts/2b7748589092fd1a10b806abdfb562ff.ttf) format(\"truetype\");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/d5e25ad69d0ea31f3b8f66d634ca40fe.eot?#iefix);src:url(assets/fonts/d5e25ad69d0ea31f3b8f66d634ca40fe.eot?#iefix) format(\"eot\"),url(assets/fonts/aad36ecead30948bb30fe0ef818b749c.woff2) format(\"woff2\"),url(assets/fonts/c437d7752feaf3f056bbf8613e898d3a.woff) format(\"woff\"),url(assets/fonts/b8df4d02ef5de13a813917a85bc4a9c4.ttf) format(\"truetype\");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/046190c9a2f724b925df848737b03819.eot?#iefix);src:url(assets/fonts/046190c9a2f724b925df848737b03819.eot?#iefix) format(\"eot\"),url(assets/fonts/4d52f8276a74ea8efbad833ed790367c.woff2) format(\"woff2\"),url(assets/fonts/a067695dd1b87e927f4056c040d84669.woff) format(\"woff\"),url(assets/fonts/510a664af9771b72d4ce5e637109ca3c.ttf) format(\"truetype\");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/0715de188f56c99aa615905f7e06292e.eot?#iefix);src:url(assets/fonts/0715de188f56c99aa615905f7e06292e.eot?#iefix) format(\"eot\"),url(assets/fonts/63f5acc71d9852468683a4bfe824a28f.woff2) format(\"woff2\"),url(assets/fonts/ed94c737da267752ce0abd79bb003ff6.woff) format(\"woff\"),url(assets/fonts/6302f55a6dc6b12365177dc89b7d63cf.ttf) format(\"truetype\");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/3f76abc23eef0596c499840db84213bb.eot?#iefix);src:url(assets/fonts/3f76abc23eef0596c499840db84213bb.eot?#iefix) format(\"eot\"),url(assets/fonts/1fe7da97fe9dbe1349aca9b54b5fdf69.woff2) format(\"woff2\"),url(assets/fonts/dacc6a84278e221422902af99579ada5.woff) format(\"woff\"),url(assets/fonts/e530c573663a3a07243d303fbf7db508.ttf) format(\"truetype\");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/75f8489ba53f19968feaa3e2eb78c569.eot?#iefix);src:url(assets/fonts/75f8489ba53f19968feaa3e2eb78c569.eot?#iefix) format(\"eot\"),url(assets/fonts/93ec0034623fc696601ab99aba652d4c.woff2) format(\"woff2\"),url(assets/fonts/d73c8eb1c13abe1237366aa3ee829a59.woff) format(\"woff\"),url(assets/fonts/7b6dcef99f3f4b23346e23925ec8678f.ttf) format(\"truetype\");font-weight:600;font-style:italic;font-display:swap}.tet-icon{font-family:Tet Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Tet Icons;src:url(assets/fonts/d2ce51cdcd0b9707af186f8d50023d23.eot);src:url(assets/fonts/d2ce51cdcd0b9707af186f8d50023d23.eot?#iefix) format(\"embedded-opentype\"),url(assets/fonts/25f10ef322a1220b2e9e11db38b73892.woff2) format(\"woff2\"),url(assets/fonts/fed75ac1edcf1c25cdd8612d2c365f9a.woff) format(\"woff\"),url(assets/fonts/df7fbe67cabb13cb837172a73c46378a.ttf) format(\"truetype\"),url(assets/fonts/5486d8c87e2abc6c13ed952a6cc96658.svg#tet-icons) format(\"svg\");font-weight:400;font-style:normal}.tet-icon:before{content:\"\\E84E\"}.tet-icon--sm{font-size:1.125rem}.tet-icon--md{font-size:1.5rem}.tet-icon--lg{font-size:2.25rem}.tet-icon--xl{font-size:3rem}.tet-icon--xxl{font-size:4rem}.tet-icon--0{font-size:0}.tet-icon--1{font-size:.0625rem}.tet-icon--2{font-size:.125rem}.tet-icon--3{font-size:.1875rem}.tet-icon--4{font-size:.25rem}.tet-icon--5{font-size:.3125rem}.tet-icon--6{font-size:.375rem}.tet-icon--7{font-size:.4375rem}.tet-icon--8{font-size:.5rem}.tet-icon--9{font-size:.5625rem}.tet-icon--10{font-size:.625rem}.tet-icon--11{font-size:.6875rem}.tet-icon--12{font-size:.75rem}.tet-icon--13{font-size:.8125rem}.tet-icon--14{font-size:.875rem}.tet-icon--15{font-size:.9375rem}.tet-icon--16{font-size:1rem}.tet-icon--17{font-size:1.0625rem}.tet-icon--18{font-size:1.125rem}.tet-icon--19{font-size:1.1875rem}.tet-icon--20{font-size:1.25rem}.tet-icon--21{font-size:1.3125rem}.tet-icon--22{font-size:1.375rem}.tet-icon--23{font-size:1.4375rem}.tet-icon--24{font-size:1.5rem}.tet-icon--25{font-size:1.5625rem}.tet-icon--26{font-size:1.625rem}.tet-icon--27{font-size:1.6875rem}.tet-icon--28{font-size:1.75rem}.tet-icon--29{font-size:1.8125rem}.tet-icon--30{font-size:1.875rem}.tet-icon--31{font-size:1.9375rem}.tet-icon--32{font-size:2rem}.tet-icon--33{font-size:2.0625rem}.tet-icon--34{font-size:2.125rem}.tet-icon--35{font-size:2.1875rem}.tet-icon--36{font-size:2.25rem}.tet-icon--37{font-size:2.3125rem}.tet-icon--38{font-size:2.375rem}.tet-icon--39{font-size:2.4375rem}.tet-icon--40{font-size:2.5rem}.tet-icon--41{font-size:2.5625rem}.tet-icon--42{font-size:2.625rem}.tet-icon--43{font-size:2.6875rem}.tet-icon--44{font-size:2.75rem}.tet-icon--45{font-size:2.8125rem}.tet-icon--46{font-size:2.875rem}.tet-icon--47{font-size:2.9375rem}.tet-icon--48{font-size:3rem}.tet-icon--49{font-size:3.0625rem}.tet-icon--50{font-size:3.125rem}.tet-icon--51{font-size:3.1875rem}.tet-icon--52{font-size:3.25rem}.tet-icon--53{font-size:3.3125rem}.tet-icon--54{font-size:3.375rem}.tet-icon--55{font-size:3.4375rem}.tet-icon--56{font-size:3.5rem}.tet-icon--57{font-size:3.5625rem}.tet-icon--58{font-size:3.625rem}.tet-icon--59{font-size:3.6875rem}.tet-icon--60{font-size:3.75rem}.tet-icon--61{font-size:3.8125rem}.tet-icon--62{font-size:3.875rem}.tet-icon--63{font-size:3.9375rem}.tet-icon--64{font-size:4rem}.tet-icon--65{font-size:4.0625rem}.tet-icon--66{font-size:4.125rem}.tet-icon--67{font-size:4.1875rem}.tet-icon--68{font-size:4.25rem}.tet-icon--69{font-size:4.3125rem}.tet-icon--70{font-size:4.375rem}.tet-icon--71{font-size:4.4375rem}.tet-icon--72{font-size:4.5rem}.tet-icon--73{font-size:4.5625rem}.tet-icon--74{font-size:4.625rem}.tet-icon--75{font-size:4.6875rem}.tet-icon--76{font-size:4.75rem}.tet-icon--77{font-size:4.8125rem}.tet-icon--78{font-size:4.875rem}.tet-icon--79{font-size:4.9375rem}.tet-icon--80{font-size:5rem}.tet-icon--81{font-size:5.0625rem}.tet-icon--82{font-size:5.125rem}.tet-icon--83{font-size:5.1875rem}.tet-icon--84{font-size:5.25rem}.tet-icon--85{font-size:5.3125rem}.tet-icon--86{font-size:5.375rem}.tet-icon--87{font-size:5.4375rem}.tet-icon--88{font-size:5.5rem}.tet-icon--89{font-size:5.5625rem}.tet-icon--90{font-size:5.625rem}.tet-icon--91{font-size:5.6875rem}.tet-icon--92{font-size:5.75rem}.tet-icon--93{font-size:5.8125rem}.tet-icon--94{font-size:5.875rem}.tet-icon--95{font-size:5.9375rem}.tet-icon--96{font-size:6rem}.tet-icon--97{font-size:6.0625rem}.tet-icon--98{font-size:6.125rem}.tet-icon--99{font-size:6.1875rem}.tet-icon--100{font-size:6.25rem}.tet-icon--101{font-size:6.3125rem}.tet-icon__add:before{content:\"\\E800\"}.tet-icon__alert-circled:before{content:\"\\E801\"}.tet-icon__alert:before{content:\"\\E802\"}.tet-icon__bank:before{content:\"\\E803\"}.tet-icon__box:before{content:\"\\E804\"}.tet-icon__download:before{content:\"\\E805\"}.tet-icon__burger:before{content:\"\\E806\"}.tet-icon__cancel:before{content:\"\\E807\"}.tet-icon__printer:before{content:\"\\E808\"}.tet-icon__cart-add:before{content:\"\\E809\"}.tet-icon__cart-remove:before{content:\"\\E80A\"}.tet-icon__cart:before{content:\"\\E80B\"}.tet-icon__chat:before{content:\"\\E80C\"}.tet-icon__arrow-up:before{content:\"\\E80D\"}.tet-icon__calendar:before{content:\"\\E80E\"}.tet-icon__help-circled:before{content:\"\\E80F\"}.tet-icon__edit:before{content:\"\\E810\"}.tet-icon__external-link:before{content:\"\\E811\"}.tet-icon__gift:before{content:\"\\E812\"}.tet-icon__person:before{content:\"\\E813\"}.tet-icon__heart:before{content:\"\\E814\"}.tet-icon__language:before{content:\"\\E815\"}.tet-icon__help:before{content:\"\\E816\"}.tet-icon__home-1:before{content:\"\\E817\"}.tet-icon__location:before{content:\"\\E818\"}.tet-icon__home-3:before{content:\"\\E819\"}.tet-icon__chart-even:before{content:\"\\E81A\"}.tet-icon__info-2:before{content:\"\\E81B\"}.tet-icon__key:before{content:\"\\E81C\"}.tet-icon__info:before{content:\"\\E81D\"}.tet-icon__lock-opened:before{content:\"\\E81E\"}.tet-icon__lock-outlined:before{content:\"\\E81F\"}.tet-icon__lock:before{content:\"\\E820\"}.tet-icon__laptop-filled:before{content:\"\\E821\"}.tet-icon__mail:before{content:\"\\E822\"}.tet-icon__options:before{content:\"\\E823\"}.tet-icon__chart-uneven:before{content:\"\\E824\"}.tet-icon__mail-2:before{content:\"\\E825\"}.tet-icon__remove:before{content:\"\\E826\"}.tet-icon__mobile-filled:before{content:\"\\E827\"}.tet-icon__ilu-calendar-check:before{content:\"\\E828\"}.tet-icon__settings-outlined:before{content:\"\\E829\"}.tet-icon__tablet:before{content:\"\\E82A\"}.tet-icon__thumb-up:before{content:\"\\E82B\"}.tet-icon__ilu-purchase:before{content:\"\\E82C\"}.tet-icon__chart-even-outlined:before{content:\"\\E82D\"}.tet-icon__movie:before{content:\"\\E82E\"}.tet-icon__percent:before{content:\"\\E82F\"}.tet-icon__ilu-change-whenever:before{content:\"\\E830\"}.tet-icon__truck:before{content:\"\\E831\"}.tet-icon__zero:before{content:\"\\E832\"}.tet-icon__attach:before{content:\"\\E833\"}.tet-icon__cloud-done:before{content:\"\\E834\"}.tet-icon__cloud-download:before{content:\"\\E835\"}.tet-icon__cloud-upload:before{content:\"\\E836\"}.tet-icon__cloud:before{content:\"\\E837\"}.tet-icon__folder:before{content:\"\\E838\"}.tet-icon__remote:before{content:\"\\E839\"}.tet-icon__router:before{content:\"\\E83A\"}.tet-icon__shield-filled:before{content:\"\\E83B\"}.tet-icon__shield:before{content:\"\\E83C\"}.tet-icon__ilu-devices:before{content:\"\\E83D\"}.tet-icon__ilu-get-points:before{content:\"\\E83E\"}.tet-icon__tv:before{content:\"\\E83F\"}.tet-icon__ilu-internet:before{content:\"\\E840\"}.tet-icon__wifi-outlined:before{content:\"\\E841\"}.tet-icon__wifi:before{content:\"\\E842\"}.tet-icon__description-outlined:before{content:\"\\E843\"}.tet-icon__laptop:before{content:\"\\E844\"}.tet-icon__chart-uneven-outlined:before{content:\"\\E845\"}.tet-icon__meter:before{content:\"\\E846\"}.tet-icon__mobile:before{content:\"\\E847\"}.tet-icon__phone:before{content:\"\\E848\"}.tet-icon__plug-filled:before{content:\"\\E849\"}.tet-icon__plug:before{content:\"\\E84A\"}.tet-icon__print:before{content:\"\\E84B\"}.tet-icon__camera:before{content:\"\\E84C\"}.tet-icon__clock:before{content:\"\\E84D\"}.tet-icon__placeholder:before{content:\"\\E84E\"}.tet-icon__tv-filled:before{content:\"\\E84F\"}.tet-icon__arrow-down:before{content:\"\\E850\"}.tet-icon__arrow-left:before{content:\"\\E851\"}.tet-icon__arrow-right:before{content:\"\\E852\"}.tet-icon__description:before{content:\"\\E853\"}.tet-icon__login:before{content:\"\\E854\"}.tet-icon__check:before{content:\"\\E855\"}.tet-icon__chevron-down:before{content:\"\\E856\"}.tet-icon__chevron-left:before{content:\"\\E857\"}.tet-icon__chevron-right:before{content:\"\\E858\"}.tet-icon__chevron-up:before{content:\"\\E859\"}.tet-icon__close-circled:before{content:\"\\E85A\"}.tet-icon__close:before{content:\"\\E85B\"}.tet-icon__more-horizontal:before{content:\"\\E85C\"}.tet-icon__more-vertical:before{content:\"\\E85D\"}.tet-icon__refresh:before{content:\"\\E85E\"}.tet-icon__facebook:before{content:\"\\E85F\"}.tet-icon__instagram:before{content:\"\\E860\"}.tet-icon__linkedin:before{content:\"\\E861\"}.tet-icon__people:before{content:\"\\E862\"}.tet-icon__logout:before{content:\"\\E863\"}.tet-icon__share:before{content:\"\\E864\"}.tet-icon__twitter:before{content:\"\\E865\"}.tet-icon__cancel-filled:before{content:\"\\E866\"}.tet-icon__done:before{content:\"\\E867\"}.tet-icon__star-filled:before{content:\"\\E868\"}.tet-icon__star:before{content:\"\\E869\"}.tet-icon__clipboard:before{content:\"\\E86A\"}.tet-icon__ilu-calendar:before{content:\"\\E86B\"}.tet-icon__check-circled:before{content:\"\\E86C\"}.tet-icon__ilu-choose-channels:before{content:\"\\E86D\"}.tet-icon__search:before{content:\"\\E86E\"}.tet-icon__warning:before{content:\"\\E86F\"}.tet-icon__ilu-clock-1:before{content:\"\\E870\"}.tet-icon__ilu-fold:before{content:\"\\E871\"}.tet-icon__ilu-letter:before{content:\"\\E872\"}.tet-icon__ilu-pay:before{content:\"\\E873\"}.tet-icon__ilu-meter:before{content:\"\\E874\"}.tet-icon__ilu-sign:before{content:\"\\E875\"}.tet-icon__smart-watch-filled:before{content:\"\\E876\"}.tet-icon__washing-machine-filled:before{content:\"\\E877\"}.tet-icon__bullet:before{content:\"\\E878\"}.tet-icon__sound:before{content:\"\\E879\"}.tet-icon__dropdown:before{content:\"\\E87A\"}.tet-icon__mask-pass:before{content:\"\\E87B\"}.tet-icon__select:before{content:\"\\E87C\"}.tet-icon__text-area-sizing:before{content:\"\\E87D\"}.tet-icon__unmask-pass:before{content:\"\\E87E\"}.tet-icon__bullet-small:before{content:\"\\E882\"}.tet-icon__electric-bolt:before{content:\"\\E880\"}.tet-icon__sun:before{content:\"\\E881\"}:host{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit;padding:0;margin:0}:host{--color-gray-light:#cdd2de;--color-ta070:#f5f6f8;--color-ta080:#e6e8ee;--color-ta100:#cdd2de;--color-ta200:#9ba5be;--color-ta300:#69789c;--color-ta500:#1e356a;--color-ta600:#051d59;--color-tc090:#d6e6fd;--color-tc100:#d1dffe;--color-tc300:#75a1fb;--color-tc500:#1a70f6;--color-tc600:#0060f5;--color-td500:#00F1F2;--color-td600:#01cbe0;--color-tf600:#f53b2a;--color-tg300:#2b3036;--color-tg400:#1d2128;--color-tg500:#12171e;--color-tg600:#01050c;--color-th500:#f5f5f5;--color-ti500:#869198;--color-ti600:#aeb7bc;--text-font:Gilroy, serif;--text-color-darker:var(--color-ta600);--text-color-dark:var(--color-ta500);--text-color-dark-theme:var(--color-th500);--icons-font:Tet Icons, serif}.icon.tet-search{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-search::before{content:\"\\e86e\"}.icon.tet-close-circled{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-close-circled::before{content:\"\\e85a\"}.icon.tet-close{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-close::before{content:\"\\e85b\"}.icon.tet-check-circled{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-check-circled::before{content:\"\\e86c\"}.icon.tet-check{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-check::before{content:\"\\e855\"}.icon.tet-chevron-up{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-chevron-up::before{content:\"\\e859\"}.icon.tet-chevron-down{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-chevron-down::before{content:\"\\e856\"}.icon.tet-clipboard{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-clipboard::before{content:\"\\e86a\"}.icon.tet-info{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-info::before{content:\"\\e81d\"}.icon.tet-done{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-done::before{content:\"\\e867\"}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Semibold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Semibold.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:700;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Bold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Bold.woff\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Inter-Regular.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Regular.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Inter-Medium.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Medium.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Inter-SemiBold.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-SemiBold.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Semibold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Semibold.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:700;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Bold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Bold.woff\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Inter-Regular.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Regular.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Inter-Medium.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Medium.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Inter-SemiBold.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-SemiBold.woff?v=3.19\") format(\"woff\")}:host{--font-family-fallback:Gilroy, Arial, sans-serif;--font-family-headline:Gilroy;--font-family-content:Inter, var(--font-family-fallback);font-family:var(--font-family-content)}:host{display:block;outline:none;width:100%;--expandable-input-padding:0.5rem;--expandable-input-font-size:1rem;--expandable-input-border-radius:0.1875rem;--expandable-input-color-error:rgb(233, 69, 54);--expandable-input-font-family:Inter;--expandable-input-font:400 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif;--expandable-input-icon-color:rgb(10, 11, 13);--expandable-input-label-color:rgb(10, 11, 13);--expandable-input-text-color:rgb(10, 11, 13);--expandable-input-background-color:transparent;--expandable-input-border-color:transparent;--expandable-input-hover-background-color:rgba(88, 99, 116, 0.08);--expandable-input-focus-border-color:rgb(10, 11, 13);--expandable-input-focus-outline-color:rgba(88, 99, 116, 0.12);--expandable-input-disabled-label-color:rgb(88, 99, 116);--expandable-input-disabled-text-color:rgb(153, 160, 174);--expandable-input-border-disabled:rgb(215, 219, 224);--expandable-input-disabled-background-color:rgba(88, 99, 116, 0.08);--expandable-input-container-justify-content:flex-end;--expandable-input-container-min-width:2.75rem;--expandable-input-container-height:2.75rem;--expandable-input-container-close-padding:0.75rem;--expandable-input-close-button-text-color:rgb(10, 11, 13);--expandable-input-close-button-outline-color:var(--tc-blue-40)}:host(.small){--expandable-input-container-min-width:2.25rem;--expandable-input-container-height:2.25rem;--expandable-input-container-close-padding:0.5rem}.container{min-width:var(--expandable-input-container-min-width);min-height:var(--expandable-input-container-height);height:var(--expandable-input-container-height);display:flex;flex-direction:row;justify-content:var(--expandable-input-container-justify-content);align-items:center}.container .icon.icon-left{pointer-events:none}.container ::placeholder,.container :-ms-input-placeholder,.container ::-ms-input-placeholder{color:transparent}.container .input.with-icon--left.sc-tet-input{cursor:pointer}.container .input.with-icon--right.sc-tet-input{cursor:pointer}.container .input:not(.with-icon--right)+.icon.icon-left{left:0.625rem !important}.container .input-close{padding:var(--expandable-input-container-close-padding);margin-left:0.25rem;cursor:pointer;color:var(--expandable-input-close-button-text-color)}.container .input-close.dark,.container .input-close.mint{--expandable-input-close-button-text-color:rgb(255, 255, 255);--expandable-input-close-button-outline-color:var(--tc-blue-40-dark)}.container .input-close.hide{display:none}.container .input-close:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:0.125rem;transition:outline 0s;outline-color:var(--expandable-input-close-button-outline-color);border-radius:0.125rem}.container.mobile .input.with-icon--left.sc-tet-input{padding-left:0.5rem;color:transparent}.container.mobile .expandable input.keyboard-focus:focus,.container.mobile .expandable input.keyboard-focus:focus-within{border-color:var(--input-border-disabled)}.container.mobile .icon{transition:opacity 300ms}.container.mobile .icon.icon-right{opacity:0;--input-icon-color:rgb(153, 160, 174)}.container.mobile.expanded ::placeholder,.container.mobile.expanded :-ms-input-placeholder,.container.mobile.expanded ::-ms-input-placeholder{color:black}.container.mobile.expanded .input.with-icon--left.sc-tet-input{padding-left:2.5rem;color:black}.container.mobile.expanded .input-wrapper{width:100%;height:100%}.container.mobile.expanded .tet-input{--input-border-color:transparent}.container.mobile.expanded .input-wrapper,.container.mobile.expanded tet-input.tet-input,.container.mobile.expanded input{min-height:var(--expandable-input-container-height);height:var(--expandable-input-container-height)}.container.mobile.expanded .icon{transition:opacity 300ms}.container.mobile.expanded .icon.icon-right{opacity:1}.container.desktop .tet-input{--input-border-color:rgb(153, 160, 174)}.container.desktop .icon{transition:opacity 300ms, color 300ms}.container.desktop.expanded ::placeholder,.container.desktop.expanded :-ms-input-placeholder,.container.desktop.expanded ::-ms-input-placeholder{color:var(--expandable-input-icon-color)}.container.desktop.expanded .input.with-icon--left.sc-tet-input{padding-left:2.5rem;color:var(--expandable-input-icon-color)}.container.desktop.expanded .input-wrapper{width:100%;height:100%}.container.desktop.expanded .input-wrapper,.container.desktop.expanded tet-input.tet-input,.container.desktop.expanded input{min-height:var(--expandable-input-container-height);height:var(--expandable-input-container-height)}.container.desktop.expanded .icon{transition:opacity 300ms, color 300ms}.container.dark{--expandable-input-background-color:rgb(10, 11, 13);--expandable-input-icon-color:rgb(247, 247, 247);--expandable-input-label-color:rgb(255, 255, 255);--expandable-input-text-color:rgb(255, 255, 255);--expandable-input-hover-background-color:rgb(10, 11, 13);--expandable-input-border-color:rgb(153, 160, 174);--expandable-input-focus-outline-color:rgba(153, 160, 174, 0.24);--expandable-input-close-button-text-color:rgb(247, 247, 247)}.container.dark.expanded .sc-tet-input-h{--input-focus-border-color:rgb(153, 160, 174)}.container.dark.expanded .icon.sc-tet-input{--input-icon-color:rgb(255, 255, 255)}.container.dark .sc-tet-input-h{--input-focus-background-color:rgb(10, 11, 13);--input-placeholder-color:rgb(255, 255, 255)}.container.dark .tet-input__base.sc-tet-input{font-weight:400}.container.dark.mobile .tet-input__base.sc-tet-input{--input-border-color:transparent}.container.dark.mobile .tet-input__base.sc-tet-input.keyboard-focus:focus,.container.dark.mobile .tet-input__base.sc-tet-input.keyboard-focus:focus-within{border-color:var(--input-border-disabled)}.container.dark.desktop .tet-input{--input-border-color:rgb(88, 99, 116)}.input-wrapper{display:flex;max-width:100%;width:18.375rem}tet-input.tet-input{flex-grow:1;--input-padding:var(--expandable-input-padding);--input-font-size:var(--expandable-input-font-size);--input-border-radius:var(--expandable-input-border-radius);--input-color-error:var(--expandable-input-color-error);--input-font-family:var(--expandable-input-font-family);--input-icon-color:var(--expandable-input-icon-color);--input-label-color:var(--expandable-input-label-color);--input-text-color:var(--expandable-input-text-color);--input-background-color:var(--expandable-input-background-color);--input-border-color:var(--expandable-input-border-color);--input-hover-background-color:var(--expandable-input-hover-background-color);--input-focus-border-color:var(--expandable-input-focus-border-color);--input-focus-outline-color:var(--expandable-input-focus-outline-color);--input-disabled-label-color:var(--expandable-input-disabled-label-color);--input-disabled-text-color:var(--expandable-input-disabled-text-color);--input-border-disabled:var(--expandable-input-border-disabled);--input-disabled-background-color:var(--expandable-input-disabled-background-color);--input-disabled-icon-color:var(--expandable-input-border-disabled)}";
7
7
  const TetExpandableInputStyle0 = tetExpandableInputCss;
@@ -65,7 +65,7 @@ const TetExpansionPanel$1 = /*@__PURE__*/ proxyCustomElement(class TetExpansionP
65
65
  return this.state;
66
66
  }
67
67
  render() {
68
- return (h("div", { key: '2cfc5a9b6e1b737ae9ec35c2b68d923177f91a09', class: { 'tet-expansion-panel': true, 'open': this.state === 'open' } }, h("div", { key: '4eb8622185ed43584281b687838329f9a6131dba', class: "tet-expansion-panel-content" }, h("slot", { key: '05d1e48538a9f5141a3d1f19a9d6cc744c08d926' }))));
68
+ return (h("div", { key: '8d3a43d63d7a147bc794f8faca7285cd21eb4ae5', class: { 'tet-expansion-panel': true, 'open': this.state === 'open' } }, h("div", { key: 'ac084397487be7a1a158b3890993fdc1d1b25494', class: "tet-expansion-panel-content" }, h("slot", { key: '8cf593d96b9e238309bb128f77b22c0980c85d96' }))));
69
69
  }
70
70
  get element() { return this; }
71
71
  static get style() { return TetExpansionPanelStyle0; }
@@ -10,7 +10,7 @@ const TetFontWeight$1 = /*@__PURE__*/ proxyCustomElement(class TetFontWeight ext
10
10
  this.__attachShadow();
11
11
  }
12
12
  render() {
13
- return (h(Host, { key: '6fd12eefcea110a68f6f69f288eeb62104000371' }, h("div", { key: 'd900fa97de8c25f0d2664082154b37173325ba4c', class: "variable-container" }, h("div", { key: '3eeb826e67dd9fbced6cedcf7db56ffb5e24dec2', class: "container-title main" }, "Fonta biezuma klase"), h("div", { key: '71fcabfc3170a0cb1eb55d7cf4afe37867fbf067', class: "container-section" }, h("div", { key: '6cc723ff7c81e38e8947a53c59c22a6ae4a75091', class: "variable-name" }, h("div", { key: '33a978477c0a4252e3ced5c8c8846d1bb5992f04', class: "variable-part" }, "tet"), h("div", { key: '7e88c6e09efac78c45ea7ec6b1e2703ca6a01391', class: "variable-part" }, "-font"), h("div", { key: 'a0de521e87400ab3845059ce748c18efaedcd8e1', class: "variable-part" }, "-weight"), h("div", { key: '8e3903ca19d4921b75d9135e7f2d590cdda29876', class: "variable-part variable variable-weight" }, "--semi-bold")))), h("div", { key: 'fbe87ba862ec3be35495a29055728d7d13f2b7fa', class: "tet-fonts-container" }, h("div", { key: 'f737f9d65937b9f061faf89ce121bbcb9b690825', class: "section" }, h("div", { key: '4db70ccdfb298e29868daf18e211d10231dad9ad', class: "container-title" }, "Fontu biezumi"), h("div", { key: '0e929a579df5394bcb9fb7bc89cb89c4bce1fe82', class: "section-font" }, h("div", { key: '17aead0802f576f34aa62ec17afe9cc0efb5a7d1', class: "font font-body-xs" }, "Font weight - 400"), h("div", { key: 'a90a9c0558a6465586b529a2f955b6e913b06ccd', class: "section-font-class" }, "klase: tet-font-weight--normal"), h("div", { key: 'b216c024c7e502a1da7bbc51d4e21ac87f5e1df3', class: "section-font-weight" })), h("div", { key: '37bbcda1bdf277bed212f74e7b8b70485ce080b3', class: "section-font" }, h("div", { key: 'c8800bcb1774c5dcbf48048e64056319dd578ed8', class: "font font-body-s" }, "Font weight - 500"), h("div", { key: '9829debc6fe160ea41101af8d0fc86e3ec6ed2f0', class: "section-font-class" }, "klase: tet-font-weight--medium"), h("div", { key: 'ede9522a97d0e9bb6a022a06751cf68d057efd31', class: "section-font-weight" })), h("div", { key: '15d29e78bafecdebb04744be9265ddd6e85b056b', class: "section-font" }, h("div", { key: 'b1869727281580d4956deb8f032d10ddf0b82173', class: "font font-body-m" }, "Font weight - 600"), h("div", { key: 'c5d81557c7b95c328af4e8ae7fb46559e3fed33c', class: "section-font-class" }, "klase: tet-font-weight--semi-bold"), h("div", { key: 'df7e6fc7e3e90167ade1067880d602032c13ba38', class: "section-font-weight" }))))));
13
+ return (h(Host, { key: 'ead641d89f38d77873a8f40d7e1ffa17eaadcd78' }, h("div", { key: '2fa0ede5320dbebd9abe206f0d2a08569ea066d4', class: "variable-container" }, h("div", { key: 'd3a3d2a50901057a0716ccc3ed8ba4e7250fb362', class: "container-title main" }, "Fonta biezuma klase"), h("div", { key: 'f3b7fd03fb38c8e97ddcd3b5abd0af7dea409f02', class: "container-section" }, h("div", { key: '05dbdb9777566e19b3cbd889d80c20ef485b8fdb', class: "variable-name" }, h("div", { key: '58db91d913e4234db332803f4df5bbbf570862ea', class: "variable-part" }, "tet"), h("div", { key: 'e4c02051d09f65865cd501f39c71f5924b256e75', class: "variable-part" }, "-font"), h("div", { key: 'a71289851525b8bfef75e40b27b4bb7fe7e2410a', class: "variable-part" }, "-weight"), h("div", { key: 'd272590ce83beddffa72395958dad1b50b790162', class: "variable-part variable variable-weight" }, "--semi-bold")))), h("div", { key: '262192d084d2a65de46b6f436bd349e02ca5a313', class: "tet-fonts-container" }, h("div", { key: '59b582568a0e7fb3fbc762cae6821f707d90cfbf', class: "section" }, h("div", { key: '51f4cf54c68489fbb2f2972ff44756be138cf1d5', class: "container-title" }, "Fontu biezumi"), h("div", { key: '4f98b38ed800502bc3db0f47216ce1e72e34906e', class: "section-font" }, h("div", { key: '84746fc1db58f491750932f1fc8dd9cf3deab066', class: "font font-body-xs" }, "Font weight - 400"), h("div", { key: 'ef2b5b5da293604aeb56a8782f4bd2f644c05f1f', class: "section-font-class" }, "klase: tet-font-weight--normal"), h("div", { key: '253d800ac0c56cdbfe67690a8737ceda1c8c2a05', class: "section-font-weight" })), h("div", { key: '2b9709c39e95ac5bdab11bbebb15863dde08bc1d', class: "section-font" }, h("div", { key: '6ac07b49b787abfcf9cc61f8fb2e6b0d7ed8fb95', class: "font font-body-s" }, "Font weight - 500"), h("div", { key: '15e8ae9bfa23245c18e6fc9751812639f55c196f', class: "section-font-class" }, "klase: tet-font-weight--medium"), h("div", { key: '33711959053af2c7068bb5081ec0f31faa6023fc', class: "section-font-weight" })), h("div", { key: '98cf0dfd946771aec1509454e75db2da3dc5d4ff', class: "section-font" }, h("div", { key: '5fa026321b35b81a3c706886a27c688079e6bce1', class: "font font-body-m" }, "Font weight - 600"), h("div", { key: '1d6002faef24ff5f5118e99bbb31e2e189c1d692', class: "section-font-class" }, "klase: tet-font-weight--semi-bold"), h("div", { key: 'f4e191fb8c5f0dd5ca8970f92976f1e27db0cbfd', class: "section-font-weight" }))))));
14
14
  }
15
15
  static get style() { return TetFontWeightStyle0; }
16
16
  }, [1, "tet-font-weight"]);
@@ -10,7 +10,7 @@ const TetFonts$1 = /*@__PURE__*/ proxyCustomElement(class TetFonts extends H {
10
10
  this.__attachShadow();
11
11
  }
12
12
  render() {
13
- return (h(Host, { key: 'dec05813ae52c779484df28c1da4e2e47a2f5db4' }, h("div", { key: '353bd943e5dcfd65940e09634255598d3bf53e19', class: "variable-container" }, h("div", { key: 'ab48664fe8db8fe0bd37a1ac91dd808173c2cf9e', class: "container-title main" }, "Fonta klase"), h("div", { key: '93eb74cbc0125e7895c8b0c9802eeae0d7bcabc1', class: "container-section" }, h("div", { key: 'bf6e115db23f4d59978a808fe7e94ca2e39d47e4', class: "variable-name" }, h("div", { key: '706e7aad0de72053414f5dc25e2c2f721dde8564', class: "variable-part" }, "tet"), h("div", { key: '87b41ea3f7a626241a655538b4a260e2a3feab33', class: "variable-part" }, "-font"), h("div", { key: '6a17150c3a48604796c295f3b261d19774e44bd0', class: "variable-part variable variable-type" }, "__label"), h("div", { key: '403f051b9817409ac7b994aeb6d687ea072e12c9', class: "variable-part variable variable-size" }, "--m")))), h("div", { key: '5205b415b206af2e93f24fbae75b62c60533e778', class: "tet-fonts-container" }, h("div", { key: 'cb916de8bfc413b872d230063847cc5fd84e714e', class: "section" }, h("div", { key: '55e2d282b7140a19f97c529f80bc03ecc8cc65fa', class: "container-title" }, "Body - Inter"), h("div", { key: '8f507880c320051f66253e9ea6b8701a08db618a', class: "section-font" }, h("div", { key: '1bd01e3208810a94e8e8073a87448bfcf8b92ab7', class: "font font-body-xs" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '7736bb0c155e4538ac1020714b45dc0173317034', class: "section-font-class" }, "klase: tet-font__body--xs"), h("div", { key: 'a3f0e462c9f9dfd6c295cb17b0a304171b76bbfd', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), h("div", { key: '81429ede1f0a4d79d316360368586344280fc702', class: "section-font-attribute" }, "Font weight - 400")), h("div", { key: '251b63ae2c007309b49c5a92519d2c8f88495dd1', class: "section-font" }, h("div", { key: '8738d6f1cb92aaeb0a2648270a0591ef05d25563', class: "font font-body-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'ac4145cfd7606654b6cafd1e2879fbbb929af51d', class: "section-font-class" }, "klase: tet-font__body--s"), h("div", { key: '2952918a53e32b203f71680f6a267ca437fa94d3', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), h("div", { key: '390bbf46c8eb2dbfbd64f6277c4dd3895a58e547', class: "section-font-attribute" }, "Font weight - 400")), h("div", { key: 'b61dcf3a2f770cb1ebf1c15d26feea023799b94e', class: "section-font" }, h("div", { key: '63380f0ac95bd3b28279485ce3707a24bb0af3be', class: "font font-body-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '10ec0e402a975bb9158a9ce26005bf2bd00f90a8', class: "section-font-class" }, "klase: tet-font__body--m"), h("div", { key: '5c38c8e65308b4329723b3412d70ad207d5835c1', class: "section-font-attribute" }, "Font size - 1rem / 16px"), h("div", { key: 'c510afd700ea4893875e7145a49e7e4575fe27b7', class: "section-font-attribute" }, "Font weight - 400")), h("div", { key: 'c18217548b568ee4bfc7fd8f78fb3c0544445171', class: "section-font" }, h("div", { key: 'bb800efb62d35ae3dd72289db59055024ed2ee56', class: "font font-body-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '3e4ae134b7242675d517191826f98c5f8f64f17a', class: "section-font-class" }, "klase: tet-font__body--l"), h("div", { key: '27ac6ccdfe275d6f9164e13b6fc54e3be4798607', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), h("div", { key: 'daea65cf9d50e07737ed42344ab665cebb5966f6', class: "section-font-attribute" }, "Font weight - 400"))), h("div", { key: 'a5c1a9a81e8a7d6f51690ce4639abdac5983221e', class: "section" }, h("div", { key: '9fa608c75bc7fff668ad0c42d46a30ead12ea8c8', class: "container-title" }, "Label - Inter"), h("div", { key: 'ca9f7ccf42257bef2cc158efe0345a81fba5b9d7', class: "section-font" }, h("div", { key: 'ca56832ba381f82f28b74981992da1342d069697', class: "font font-label-xs" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '3877734cfc96c4a5034013de6a46549dccc1b184', class: "section-font-class" }, "klase: tet-font__label--xs"), h("div", { key: 'e2135ebe56466a413d95c392849e8a9549a8486a', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), h("div", { key: 'bd4f899ebcd73815b4cd7939fd2f6c20d796ae05', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: 'a2ecf071eb861beb2143de90d504fd0b67535063', class: "section-font" }, h("div", { key: 'c1eb137899481af0f6bc809cbc5eca2e1d6f8c9c', class: "font font-label-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '528909b33d07e40fab56a86197c632b44e109280', class: "section-font-class" }, "klase: tet-font__label--s"), h("div", { key: '25999c20690ac355d8650c0a5b27350f3d2e5287', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), h("div", { key: 'd5adc7fcbd40e0dd636277aaddf35c3441eaa7c4', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '191f9aef68050c77f860f92946958760e32c2413', class: "section-font" }, h("div", { key: '11c56e4a349992ddb864773fbe0ebdf228f8e6ce', class: "font font-label-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '457855898a17e1f7656b2fbbaca28e932f017cee', class: "section-font-class" }, "klase: tet-font__label--m"), h("div", { key: '8c642f42fc9dd78ad16bb75749f810ff77f192eb', class: "section-font-attribute" }, "Font size - 1rem / 16px"), h("div", { key: 'fbc2600cd24dfbd25c10bd539ca90f8b535b2288', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '348935d8fae3393f3a875c5266a65a0b4f1d630d', class: "section-font" }, h("div", { key: '465dfba97891403f787cbba6e338fef9c4140a11', class: "font font-label-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '3118c9ee4d3b36d0b0df900e3bccded67a6d3a5b', class: "section-font-class" }, "klase: tet-font__label--l"), h("div", { key: 'c0521ac3276a4c7860b504d079bd0e3662e761ca', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), h("div", { key: 'c191d770b350688732f6c6c99be2577d9b1c7324', class: "section-font-attribute" }, "Font weight - 500"))), h("div", { key: '72431746c3c33ef931ea7e2fb40760ae9668b1c0', class: "section" }, h("div", { key: 'cfa562cbf6b1032fda66da7ab54237dea1905680', class: "container-title" }, "Title - Inter"), h("div", { key: '11937fa90a3b47cd61a90d99a4028f3092233572', class: "section-font" }, h("div", { key: '55aa5a9185eba11ebea3e015324ddfb5cbb637ae', class: "font font-title-xs" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '79369259b0026e016228535aa1ca621fe73968df', class: "section-font-class" }, "klase: tet-font__title--xs"), h("div", { key: 'e1f1f1d2cc4bfdb8dfbf7828b1fec9e03c5455c4', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), h("div", { key: '6c0118cdc931dc78bae16a2ca5a93e574d05e7b6', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '515d372b0e89562d5ac76272b8ff4ad1eba11eef', class: "section-font" }, h("div", { key: '8d9adf10cb604754e0612c8d6454d6967afbf331', class: "font font-title-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '73b39a087c5a6d989367269f598d3cb26bf1388d', class: "section-font-class" }, "klase: tet-font__title--s"), h("div", { key: '489ab5f9f30c7daafafb1b3e8a9c57f2be4eff99', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), h("div", { key: '15ed861de92b21327a81501c1c169db1613d5a1a', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '6f63a73836fa94cfd82e6f8354e6d59fbca71ff5', class: "section-font" }, h("div", { key: '016c8bfe459ac25739550355b2e7c56b2e0858af', class: "font font-title-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'da4dbac9cd8bed0e65519923a5f71cdab26cbbd2', class: "section-font-class" }, "klase: tet-font__title--m"), h("div", { key: '2bbdaea8d1c6070024ea64a4afc08e69d9d8764e', class: "section-font-attribute" }, "Font size - 1rem / 16px"), h("div", { key: '68e9fcc8891d363d3d000a3add41983c1238a42b', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '36725423236f5bb75a1f0384e74cdf62504b933d', class: "section-font" }, h("div", { key: '9123a63536705b92f1491289b70f5745ce43aa4e', class: "font font-title-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '4f6cd238bac458e96375101cd0219193540e2a39', class: "section-font-class" }, "klase: tet-font__title--l"), h("div", { key: 'ce2867ca00da7ee6e7eea963a09c6b30adb52d16', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), h("div", { key: 'dd047423e96742bb6f5bcba5ad265c94917f0f83', class: "section-font-attribute" }, "Font weight - 600"))), h("div", { key: '4275e7a6d1bcae39adb666894c7f44f353aabb01', class: "section" }, h("div", { key: '6b193d7888743bd8f4dc95c332277b2966677b13', class: "container-title" }, "Headline - Inter"), h("div", { key: 'd10d0472a06f734ad10260fb2540a65cd479e099', class: "section-font" }, h("div", { key: '424998565f13f5197c1e9fd46091bc446ca5f44a', class: "font font-headline-inter-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '4700bd7a93592f6bf5dd2d6911ec9572bcd418b6', class: "section-font-class" }, "klase: tet-font__headline-inter--s"), h("div", { key: '4590b9a0951a67c9317a98f6e12f1c330cfcaf98', class: "section-font-attribute" }, "Font size - 1.25rem / 20px"), h("div", { key: '8d42d0f9a051f9b50c96c79eb50baee82106a9f9', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: 'c5c57dce475132c99351a5d2c7e6be656bbfd1ba', class: "section-font" }, h("div", { key: '9edabc43c1412a17e2f65b72ff0cef78e4fde23a', class: "font font-headline-inter-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '84492a3c97930161c63006d84c2dbf3653864c1f', class: "section-font-class" }, "klase: tet-font__headline-inter--m"), h("div", { key: '04261ff992913ae3e6e1cce60c8261fc252902e5', class: "section-font-attribute" }, "Font size - 1.5rem / 24px"), h("div", { key: 'eaac85fca8e6a30af7c5e499b19b5a5019d5fb08', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '3daa23d374c9d87c20bf9a0f025ca783eeea5b16', class: "section-font" }, h("div", { key: 'dcf95fee85e55911a7a6687538da25c10432fd88', class: "font font-headline-inter-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'c08369e76fa7e69ba007172a69e010f8d2921bad', class: "section-font-class" }, "klase: tet-font__headline-inter--l"), h("div", { key: '29691e373ab0f925557709a6713bae1f2ea9c490', class: "section-font-attribute" }, "Font size - 1.75rem / 28px"), h("div", { key: '82d21dca70a96faef1a11e47a6b2817e055a5f05', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '842ba36f211255c440aa36246f47830018c22653', class: "section-font" }, h("div", { key: '10f80c5e96e287415c1fabb75bad403c899052d0', class: "font font-headline-inter-xl" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '136024ea76be6176cc4b81d8554b350e27e2ed0d', class: "section-font-class" }, "klase: tet-font__headline-inter--xl"), h("div", { key: '71bc0638a026ad03a980a5f3946f1c0dc27021e8', class: "section-font-attribute" }, "Font size - 2rem / 32px"), h("div", { key: '08ff4f72aa8aaa617f07cb479cdfa75c863c0723', class: "section-font-attribute" }, "Font weight - 500"))), h("div", { key: 'e78da5b4943481e80d1853d89d9ede2b102fc298', class: "section" }, h("div", { key: 'b2615330971c256078c5944d656780e94f63d361', class: "container-title" }, "Headline - Gilroy"), h("div", { key: '402c8fc227c0a11cf65b3221dd96c6d928fa7a5f', class: "section-font" }, h("div", { key: '501561146994c54dfee4d0d68ad3d67a834def11', class: "font font-headline-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '14869cadbe2c8160053a87cabcbf3283dcdbe24c', class: "section-font-class" }, "klase: tet-font__headline--s"), h("div", { key: '2d66e43079efa9a3df28f54d18e326dbcc61aac2', class: "section-font-attribute" }, "Font size - 1.25rem / 20px"), h("div", { key: 'f00f06d980d7980b0a609457312ea27e190b86c2', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'db87e9014fe9a057cf5daedb6a00a860d70dedb1', class: "section-font" }, h("div", { key: 'c49154a9e264461f2a86c16349e00de89983f0d1', class: "font font-headline-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '3144d317493d2c173e90e9815a91d66d943c5e65', class: "section-font-class" }, "klase: tet-font__headline--m"), h("div", { key: '4280324f3ab2527cc1bacefde807278863c39d66', class: "section-font-attribute" }, "Font size - 1.5rem / 24px"), h("div", { key: 'a324d5e69ee9c28573cdd3ecd41e527afadf55be', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '3815f78544e3b9dc5482a87326b726e8e9127b1a', class: "section-font" }, h("div", { key: '4cdb4ab32c50dfefba434ce6c133e07bd28ff768', class: "font font-headline-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '64942306c3897d48076b13f297159e7225164f23', class: "section-font-class" }, "klase: tet-font__headline--l"), h("div", { key: '707436406772cddddc3ac5b7640b948540dfb32d', class: "section-font-attribute" }, "Font size - 1.75rem / 28px"), h("div", { key: '09cbf425588fba8816e25a3a151c4125a1982fe3', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'e1367dbbcb6d0da5d77d1db7d6666f34e464233f', class: "section-font" }, h("div", { key: '8624f6df641af2affd7be6168e63472098e2d307', class: "font font-headline-xl" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '2f32a1328100db37dd5469984eabe7d3f8250f70', class: "section-font-class" }, "klase: tet-font__headline--xl"), h("div", { key: 'd8ed8baa751a703ea227b56e2b42b89066030471', class: "section-font-attribute" }, "Font size - 2rem / 32px"), h("div", { key: 'cbe195293929aa76338ab16889cd5e0771405203', class: "section-font-attribute" }, "Font weight - 600"))), h("div", { key: 'e07ddf28a522d93a06e940c3909d73513835ef8b', class: "section" }, h("div", { key: '65fecbe71aecd6d2ecf861e1710833d3d4619644', class: "container-title" }, "Display - Gilroy"), h("div", { key: 'e5124dbd098159fdf3943f1d8f4efec68ce39262', class: "section-font" }, h("div", { key: '6a5802f4c8728080bb6f052a81d5d6f02dbc6c78', class: "font font-display-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'a18f4f171bb74b6a0cf74f4f1ef0c72ec5fcd0bb', class: "section-font-class" }, "klase: tet-font__display--s"), h("div", { key: '3a69b60b04a4cc3c68b4a98b257f307bf07a6f78', class: "section-font-attribute" }, "Font size - 2.5rem / 40px"), h("div", { key: 'f0cd2956a8695cfb746f1c8ae2370592f7fbf480', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '9aca37698b6ed55bdb7323be1580a0597ee1aeb9', class: "section-font" }, h("div", { key: 'f07e5b187fef1cf37b98403fb818c9a9cef52d4f', class: "font font-display-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '9bb20e8594e0fe26de4e4418714453dc15367cef', class: "section-font-class" }, "klase: tet-font__display--m"), h("div", { key: 'cd80256b7b0ffb2bf251379e456b6f3161274d38', class: "section-font-attribute" }, "Font size - 3rem / 48px"), h("div", { key: '10b3766cfd05e5edc0d9947210ed945c6b254174', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '68a10150393af60cfd97a01a9f53b7cf42b82240', class: "section-font" }, h("div", { key: '8726748b82870171f8dd51edab828b7b63e31397', class: "font font-display-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'a24688b6ae0dd4fc4f757cfd404045d63565d36c', class: "section-font-class" }, "klase: tet-font__display--l"), h("div", { key: 'aedd5367bc38166c2037bef6188d8c9cac1fff86', class: "section-font-attribute" }, "Font size - 3.5rem / 56px"), h("div", { key: '55c7dbcb0e5543a711c56a3353f7c35fcb369b70', class: "section-font-attribute" }, "Font weight - 600"))), h("div", { key: 'b676f74d02c2b054dea1b23cb355fe0974e2053e', class: "section" }, h("div", { key: '6646c2c4611f0fd63e84da75856ddae875ea7545', class: "container-title" }, "Expose - Gilroy"), h("div", { key: '991ba3c1259e68e5c8c387f747aa7f62058730b4', class: "section-font" }, h("div", { key: '08e53345dc3701dcc77d0bdf2389a6d53b611a14', class: "font font-expose-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '04aa74d98ef89cd772a20d2dbd08d807e6614f94', class: "section-font-class" }, "klase: tet-font__expose--s"), h("div", { key: '2366b09ea901760ada2bbd419fe31f3365e5437d', class: "section-font-attribute" }, "Font size - 4rem / 64px"), h("div", { key: '3765d17990affaaec8b63d2c0aee2ff7f4dac4c1', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '88b332d1949cc9cba5a4bf2ed946b90e87f2c39a', class: "section-font" }, h("div", { key: '88fbf0b14548111ac73f245d4aea2b58b14118ba', class: "font font-expose-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'daaa6e67889fcbe36942c555c5ffd141c70df3e4', class: "section-font-class" }, "klase: tet-font__expose--m"), h("div", { key: 'ab94af0b4603cc91241ecf571c57a898ad05c66d', class: "section-font-attribute" }, "Font size - 5rem / 80px"), h("div", { key: 'f105fae95b7c229bc76e7d104cb3c2e770ffaa40', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'e34a9ba03bbc420bdb7a199a792530b3b83b170c', class: "section-font" }, h("div", { key: 'afe65045e8d6ce8c45d82a0e295599b5a9719484', class: "font font-expose-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '5ce2a943173512fddb6a07167bcc0741fe65908d', class: "section-font-class" }, "klase: tet-font__expose--l"), h("div", { key: '8ed2b1ca594928eea754e674aee7102f3eb11403', class: "section-font-attribute" }, "Font size - 6rem / 96px"), h("div", { key: 'af87d48597a5562bf1626ba36bc38e8113d0d8a3', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'ceca9a7c2d5fd2934d40a6b81b364e436dba1298', class: "section-font" }, h("div", { key: '848eb7f400d586ba5b2c79086daa16eba4d21414', class: "font font-expose-xl" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'bf6e5458dc48d9ea8ba995c7fe0125f2fe51dbe0', class: "section-font-class" }, "klase: tet-font__expose--xl"), h("div", { key: '7cb24012945cbfd24e3e462505d7aedb92e1c1be', class: "section-font-attribute" }, "Font size - 7.25rem / 116px"), h("div", { key: '20088672fd4a1adee99b4b0bfddb7bccb2927265', class: "section-font-attribute" }, "Font weight - 600"))))));
13
+ return (h(Host, { key: '57c81588228dc5396c5f2a51489235e1b8df6298' }, h("div", { key: 'd6e9e2b4ab1991ceaa2099faaeedce5c7e1eda93', class: "variable-container" }, h("div", { key: '58ad60ab9e3fa4b85319f62b235ead7c7cb40b85', class: "container-title main" }, "Fonta klase"), h("div", { key: '10f7dbb06e76aeb3f6ab51d1c8c7930a23313d96', class: "container-section" }, h("div", { key: 'f416f47ad59694f2454c37b8b7247ba098c73234', class: "variable-name" }, h("div", { key: 'e966b37d770f50037a38387563820ed93b29df54', class: "variable-part" }, "tet"), h("div", { key: 'bf9fdc46bfd88e5bb71054b97889464c9bdde15c', class: "variable-part" }, "-font"), h("div", { key: '9bcd2407aa7d120e5ec752e05b2da62a0b10a817', class: "variable-part variable variable-type" }, "__label"), h("div", { key: 'f58d5052e40556d7f48b04fa7b96d86467a05692', class: "variable-part variable variable-size" }, "--m")))), h("div", { key: '2378a8c0d2f12dce19df1121febfef1b1b90c206', class: "tet-fonts-container" }, h("div", { key: '3f25da8c184665fd99d6a2b6f36a73aea595b990', class: "section" }, h("div", { key: 'a2eff90b5b6528712d2272638034a121187a14be', class: "container-title" }, "Body - Inter"), h("div", { key: '2e75ec270c2635253fb2a7134ca069df93d78131', class: "section-font" }, h("div", { key: '5fba0cf474cb7bf86cb77b95df4bbfe0a71d9681', class: "font font-body-xs" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'ce279ee0a197b58095b780ff1a96b8dcc3db14b9', class: "section-font-class" }, "klase: tet-font__body--xs"), h("div", { key: 'f71d22127732e9ec6a593d45062d07fa658d9868', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), h("div", { key: 'f27b4231b0d15ac824ef25953a85bc1b83097401', class: "section-font-attribute" }, "Font weight - 400")), h("div", { key: '82290d19be685757cabc7a056083f9088e6113c9', class: "section-font" }, h("div", { key: '03766cfaf26ccac5d2e199734c1981047d124067', class: "font font-body-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '5633116a68e12f83dd535d55cefc196546841677', class: "section-font-class" }, "klase: tet-font__body--s"), h("div", { key: 'd3d9ee9625dead99972feebf499ffa03b5207ed1', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), h("div", { key: 'e602e4ef380938841f8f300bac86f58e1a513349', class: "section-font-attribute" }, "Font weight - 400")), h("div", { key: '65fee42cbed5e0371299eaaf5744b0e27195f880', class: "section-font" }, h("div", { key: 'd27d65d4685a7089216a552bc259dbb1c04cad9f', class: "font font-body-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '17293f83e5c3221fcafdaa76c87e1072ef4480d5', class: "section-font-class" }, "klase: tet-font__body--m"), h("div", { key: '101214347f7f286bb56000d8690ffc560bc1b4b4', class: "section-font-attribute" }, "Font size - 1rem / 16px"), h("div", { key: '823a7ec183c4f552f59082296a50ffda2dbcc50e', class: "section-font-attribute" }, "Font weight - 400")), h("div", { key: '690622bbc2e7ba1a2426d736e5cfa013ad25bd1c', class: "section-font" }, h("div", { key: '2e1b4b1e5f09bd1aba8e7e7733f56dc7ffc045b1', class: "font font-body-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'c1a87f553203c65e3ef61fbcc3289b453e65d6c4', class: "section-font-class" }, "klase: tet-font__body--l"), h("div", { key: 'b053b4eb0da0edc3f49a960a7d016cca19f08289', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), h("div", { key: '97886dc54c929b977fbd8fdf551b882d5439bac4', class: "section-font-attribute" }, "Font weight - 400"))), h("div", { key: '5ef3f4cde533e1526f12cf799d741f16671f6a73', class: "section" }, h("div", { key: '52449b66bdc80b3c5b170479df967c54a8fddda2', class: "container-title" }, "Label - Inter"), h("div", { key: 'fe9cfcde1c36f9324e2394c1ce201b5c5f5a9493', class: "section-font" }, h("div", { key: 'de5ef904da5329ccbb2553d8a2f95bc63e46ecb7', class: "font font-label-xs" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '7819e4a44b1be5d76cc003cc3a0c3c7bca9662f5', class: "section-font-class" }, "klase: tet-font__label--xs"), h("div", { key: '640e86b6a293061c5d267aac52e3fe97de86c518', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), h("div", { key: 'dce55d4582ac3cf38dc4bff438d0760410d8acec', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '4cef3a4b85db583309d5fb609a712fae93100ec8', class: "section-font" }, h("div", { key: 'a32f6b1f6109da134f1279909ac759495a09954c', class: "font font-label-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'fcb2e52034c13ec2edc4e1f4396cf1cd3b21ca01', class: "section-font-class" }, "klase: tet-font__label--s"), h("div", { key: '739ed16d0520ab292d2873468e861b923c7f6206', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), h("div", { key: '34d75ea8249d106ee30d1b09e0c4a2d7a63e3cb2', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '0fcb1988fdd542c749006378fbba9db94bbf895c', class: "section-font" }, h("div", { key: '0beb8638b384c1005f34d8952d526b0c8df15a9a', class: "font font-label-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'b2e78253efb84f126284a216928511db7d008b87', class: "section-font-class" }, "klase: tet-font__label--m"), h("div", { key: '78efc8b31f21fdc384b05ffd4c86e62d727a6a34', class: "section-font-attribute" }, "Font size - 1rem / 16px"), h("div", { key: '072ad722bd4701e782b5a3dc18383a22fa6a9d4e', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: 'c85211c692c9b92e09e770771bd234fd61d8979e', class: "section-font" }, h("div", { key: 'aaf925858aca29893ef847c0d24c857d59797890', class: "font font-label-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'ed871c58cd85ef535e1fcc849b8b595b2173ec3a', class: "section-font-class" }, "klase: tet-font__label--l"), h("div", { key: 'b7e1a28d6f745529e10127837cc867ae140903cb', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), h("div", { key: '32e672396495a07eb06f83ac753305a440f47ff5', class: "section-font-attribute" }, "Font weight - 500"))), h("div", { key: 'e624736fb09160d5147f5433002ec47ad50dc08b', class: "section" }, h("div", { key: '8ab3678717c7e70151cec08ad7bb7181733a196b', class: "container-title" }, "Title - Inter"), h("div", { key: 'a7ebad66c0a1124ab2402e85adb3187d54f8f100', class: "section-font" }, h("div", { key: 'dd60ecc1ed7d083bf40b6c640eebac7924b0aabc', class: "font font-title-xs" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '7968dddc7cc8b013a639739c5a225a646e0568b4', class: "section-font-class" }, "klase: tet-font__title--xs"), h("div", { key: 'f8b1378a4419c0bc57f7b4ac081368d255789b67', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), h("div", { key: '8474bbaf44bdd64d2d947261ba12096483b8416e', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '298a974a1bb66c568d2f401836e42e84b20eaf92', class: "section-font" }, h("div", { key: '6cfeb3805c32c7681f062c7aa16425b5378bd1a4', class: "font font-title-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'e5ef8e1e287e788a616db1dff8ffcc96ddede92e', class: "section-font-class" }, "klase: tet-font__title--s"), h("div", { key: '62a827bb987f590c83d6a1ea7e4e8adadf89e507', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), h("div", { key: 'bd08ac78a22e4340c8ac13e5a046802d8dafd618', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '8b4aeacc2f125f5a6825625a920c68a0e841d321', class: "section-font" }, h("div", { key: 'ec6fd5e0ba6d29cf717f041dceba80e687de37e5', class: "font font-title-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '8e9061fd5e929afe38ba701d6178f48be6722275', class: "section-font-class" }, "klase: tet-font__title--m"), h("div", { key: '47e1225ee802577e76978edff2975672c04c2201', class: "section-font-attribute" }, "Font size - 1rem / 16px"), h("div", { key: 'fa5a1f4777e539494051fd3bb1768ba7cb7fbe74', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '4d23f43f7e18dabdbd048ad8d0911d0db756af3b', class: "section-font" }, h("div", { key: 'ca5c52f07493dbc4d2002fcbe7c6e1f954415a7e', class: "font font-title-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'ea1e931d7ef182ea7341396dad7c68659963bac0', class: "section-font-class" }, "klase: tet-font__title--l"), h("div", { key: 'ce96b817bae28553b5facc1cc1187b277bfedd72', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), h("div", { key: '1175beb833ef1c2fa321b9b7c650b2242e607a97', class: "section-font-attribute" }, "Font weight - 600"))), h("div", { key: 'bdaaaa615e48a4d0b34b89c5cf5c3e5983d59411', class: "section" }, h("div", { key: '6297a836f6efcfd7bf98d29c3f4c3f37d1929db7', class: "container-title" }, "Headline - Inter"), h("div", { key: '83736190a6950d9e77f7b59a2dd49cefada0f270', class: "section-font" }, h("div", { key: '80f13aac0d327dd6dfd5d5fab8004dc25796a16e', class: "font font-headline-inter-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '60a3978ae69ad7d3fa20dd900245effd32ae2cb3', class: "section-font-class" }, "klase: tet-font__headline-inter--s"), h("div", { key: 'cab5bbb3b8a2448aa919f9f27b4d65b00685e49e', class: "section-font-attribute" }, "Font size - 1.25rem / 20px"), h("div", { key: '8c3b21a524ca941246f0ff6503a87ae1c6d454b3', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: 'edd4b93a6075c7eb2217fe847fc85936e22f2b82', class: "section-font" }, h("div", { key: 'a02a93dc59e3bf7212903401a2d05526da418166', class: "font font-headline-inter-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '5ab4a172c8e72f2c4643b7dfe34345170b300313', class: "section-font-class" }, "klase: tet-font__headline-inter--m"), h("div", { key: '938750218eb79d9af38b0c3025cf897f10b8a548', class: "section-font-attribute" }, "Font size - 1.5rem / 24px"), h("div", { key: 'ce47e647c98e42d7f3c5f624d66ef8387575ddef', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: 'e24bdd6aa66a3897b951a0bc0ef37538824f6031', class: "section-font" }, h("div", { key: '1f5d233e85ccfe02402a129f06e02b3570d656a4', class: "font font-headline-inter-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'a4e7344aa11af586421e1ccef1a4cba6bc6190ee', class: "section-font-class" }, "klase: tet-font__headline-inter--l"), h("div", { key: '518afcd64d91e02530fcb044a51b5b6de7333b8a', class: "section-font-attribute" }, "Font size - 1.75rem / 28px"), h("div", { key: 'b2482e6a7f98a1c9c5c9c59e431192ba4553aca4', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: 'e829a94ddd9642c9c79864964b30020a8fe941ed', class: "section-font" }, h("div", { key: '43e23b87b0bad68f77a96ff2b66fee5bf122801a', class: "font font-headline-inter-xl" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'f1a348df5ca67645a0bab3e8b35e876123ed3541', class: "section-font-class" }, "klase: tet-font__headline-inter--xl"), h("div", { key: '7095a62ad3a41f4e30bfe5e4fd9567b0c457efef', class: "section-font-attribute" }, "Font size - 2rem / 32px"), h("div", { key: '8c5852ea44844bb17ca92ce45934ac5da616bb46', class: "section-font-attribute" }, "Font weight - 500"))), h("div", { key: '3834e664a35fdbb458c0c257cc29a9899edd1f13', class: "section" }, h("div", { key: '6b9b591bed7c09625d425d1cc30fc19460d227dc', class: "container-title" }, "Headline - Gilroy"), h("div", { key: 'c1fa28fdc273a3cc9033323336b4410013789b81', class: "section-font" }, h("div", { key: '629c0742864a62cb5d350f54da25da5100823ab9', class: "font font-headline-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'b3ac034d5a2960e23f4d93237494cb63539c5344', class: "section-font-class" }, "klase: tet-font__headline--s"), h("div", { key: 'da2df447b42624f9869dc19596e36335fb3d0546', class: "section-font-attribute" }, "Font size - 1.25rem / 20px"), h("div", { key: 'd6ce07094b3db068f54642cfbe919c742171e437', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '910c82388c26728af8c254a71f64281b8e396458', class: "section-font" }, h("div", { key: '2d81dd4b6ee1b564f1b61b353cebd9f187f709cb', class: "font font-headline-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '0ef221169cf3dea9f879cd2f22a15ae87644b231', class: "section-font-class" }, "klase: tet-font__headline--m"), h("div", { key: 'c4587b199248acf8eb7a01b05235041612a57582', class: "section-font-attribute" }, "Font size - 1.5rem / 24px"), h("div", { key: '49c18f8eb7518ad478910b0082d6e04c17c8e1d4', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '7d7d8caaf723d36fdadbbfe56d073d889cc83b8f', class: "section-font" }, h("div", { key: '5054e05e0f6645357f1e05835b0b55910e5b262f', class: "font font-headline-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'd0e721575d2dad469846e341bf084d2eda9c304c', class: "section-font-class" }, "klase: tet-font__headline--l"), h("div", { key: '38987d47a7bdeb4af1d04c515613f29da7505702', class: "section-font-attribute" }, "Font size - 1.75rem / 28px"), h("div", { key: '2970be79682732240ba1fb713def1df8b25585d2', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'e9a0769af2ea8e934d14a2dc5b6f394ea28585e3', class: "section-font" }, h("div", { key: '0924e63e564e5c605eeec15cc8dc0ab04258e837', class: "font font-headline-xl" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '1f2a49e9380a77a4c0bc3355895a8b5b1b5fc93a', class: "section-font-class" }, "klase: tet-font__headline--xl"), h("div", { key: '52f80ae0dd17faf8002ec41cf1eddeafe063d245', class: "section-font-attribute" }, "Font size - 2rem / 32px"), h("div", { key: 'd8a77527a65af3a7b35168f3b091c9d8140cc5f1', class: "section-font-attribute" }, "Font weight - 600"))), h("div", { key: '977f47097b7cef5eed4b6bdab5fa149f5869d4ec', class: "section" }, h("div", { key: '0438b1b32aff7b9d35cb33a2f200c1b21c8d364c', class: "container-title" }, "Display - Gilroy"), h("div", { key: 'ca13f4cfe55aa2c1c6b089eb6a99df4e04932d20', class: "section-font" }, h("div", { key: '7cdeecdfc482bfc9c55d705bafd831369e75b6d2', class: "font font-display-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '1848738d6fb2b0e1722f330fb485286422bb04f4', class: "section-font-class" }, "klase: tet-font__display--s"), h("div", { key: 'c9d3fb2abfb1af81a485d59820f9f774d36db121', class: "section-font-attribute" }, "Font size - 2.5rem / 40px"), h("div", { key: '498dd5f9d5897ac7ce0b3cecacb2c46ab230e747', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '5a6fa30df43ab8d96984fb4b0c17db3d49c73b97', class: "section-font" }, h("div", { key: '821b972455c7169f0050f6eaa0808b1cb30ccade', class: "font font-display-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'bde5d12f97b59ac582813a6ed70e47dea8f6352d', class: "section-font-class" }, "klase: tet-font__display--m"), h("div", { key: '7dff84047e20e1acab4c704e3667a385f56f0e90', class: "section-font-attribute" }, "Font size - 3rem / 48px"), h("div", { key: '424929bfd4a6d8271f81af0bfd1dcf2bb7674182', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'a68362108d2b669368c179193adccc89c96302ec', class: "section-font" }, h("div", { key: '7c293919064bb7b04e9791abbf5d0af159244d8f', class: "font font-display-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '909b783933a250ebf0a9fd0c9074c038347775d4', class: "section-font-class" }, "klase: tet-font__display--l"), h("div", { key: '504903d79d9f73f71c0619adeb7a3b780e5ae0c8', class: "section-font-attribute" }, "Font size - 3.5rem / 56px"), h("div", { key: 'a98fc18f8a0d27fa9f8bb34e21ff12c5051b4279', class: "section-font-attribute" }, "Font weight - 600"))), h("div", { key: '95d5153571bf4ed9c701ec8180feb93a83fb154f', class: "section" }, h("div", { key: '293b1c1dc0692c49cfe2a1b5c5f18932eb64d4df', class: "container-title" }, "Expose - Gilroy"), h("div", { key: '14bf12e89151e3f2681a0ea66a73fedb013be0f6', class: "section-font" }, h("div", { key: 'fd26f146ef1e58c6c7ec236366d9754424aaf59f', class: "font font-expose-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '9ff44a3417f797d6ee04c5c0c83b02b9d7d3f358', class: "section-font-class" }, "klase: tet-font__expose--s"), h("div", { key: '377f9a3890ffa2ba8ef40a3d79205284d5012706', class: "section-font-attribute" }, "Font size - 4rem / 64px"), h("div", { key: 'b4465bbcc13a9dc1692fccc052079eb5d785da98', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'fa6ae00ab679338308fd7ffc45f2718204331284', class: "section-font" }, h("div", { key: '186dcaf63997acbaa4cb93812c9d700cce4e3496', class: "font font-expose-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '66ad8af2fd98917937f5fa11941a9d69835ca8e9', class: "section-font-class" }, "klase: tet-font__expose--m"), h("div", { key: 'ce5ce8f7b0c827d1927d792db68def61f5c801d8', class: "section-font-attribute" }, "Font size - 5rem / 80px"), h("div", { key: '3bc1238fb4d2429563c254015665d57cd94670e7', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '821da08cef237516e70dfa49ec3c738a0fa1f20c', class: "section-font" }, h("div", { key: 'f7a356990fd9acd4d388e13e522f77dbf9f192c6', class: "font font-expose-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '4826442438969f74113204ec30683cdc1f4ccb17', class: "section-font-class" }, "klase: tet-font__expose--l"), h("div", { key: 'ba4871630ada56450e5b1714c546540821fc225b', class: "section-font-attribute" }, "Font size - 6rem / 96px"), h("div", { key: '4a6a37cfd6d71b33f2ee9348f21550b02fe184c1', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '0a7bc32550b93f9c4d26132a61eef0873bb4aadf', class: "section-font" }, h("div", { key: 'db47db701e00ff12b753b1b9a0441c3c6434da4f', class: "font font-expose-xl" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '93b2903163dba530080887756b53c837116f0dc0', class: "section-font-class" }, "klase: tet-font__expose--xl"), h("div", { key: '3e23507717bd431c31e593cfff2f59a875eb0e9a', class: "section-font-attribute" }, "Font size - 7.25rem / 116px"), h("div", { key: 'b5339ab25654a82dbf6c8f08ceffad5f5f36acc9', class: "section-font-attribute" }, "Font weight - 600"))))));
14
14
  }
15
15
  static get style() { return TetFontsStyle0; }
16
16
  }, [1, "tet-fonts"]);
@@ -9,7 +9,7 @@ const TetGrid$1 = /*@__PURE__*/ proxyCustomElement(class TetGrid extends H {
9
9
  this.__registerHost();
10
10
  }
11
11
  render() {
12
- return (h(Host, { key: 'e53ec62b54fd88bcd46fd95d7ad025650cbc3412' }, h("div", { key: 'f854ab05fcad045a697645c3797f1841ace7c998', class: "variable-container" }, h("div", { key: 'bfb0ccbfcd616c6d2b37f6b4215653451c668763', class: "container-title main" }, "Grid klase"), h("div", { key: 'e43b44a33fcaa921b87185e1fc84473a39ff6e9f', class: "container-section" }, h("div", { key: '235f3ca2dc64698bfb1e2d976d28153765af38b0', class: "variable-name" }, h("div", { key: '855b57ae352c259e36915ec15c3e692b0ebaf938', class: "variable-part" }, "tet"), h("div", { key: '133da10bc12873d1b026f740872abab3dd05f32b', class: "variable-part" }, "-grid")), h("div", { key: '047f203cfcd936451641c0a58205490ec01f3ecb', class: "variable-name" }, h("div", { key: '37d38d0d641c2a8ed1d1cc1660d1a40215840f65', class: "variable-part" }, "tet-grid__cell")))), h("div", { key: '017fc1d64babe0d7c52eb2a76c9a75f0e32e8728', class: "container-wrapper" }, h("div", { key: '365753e6bf08481fe6a3214c430313dff1534ff1', class: "container-title" }, "Grida lietojumi"), h("div", { key: '04936ae3866ec6f4b62175c64db59fdf64a800d6', class: "container-comment" }, "Parent l\u012Bmen\u012B ir j\u0101b\u016Bt klasei tet-grid. Tad childam ir j\u0101b\u016Bt tet-grid__cell."), h("div", { key: 'ed3cd3bf6d27692410094bec1ceb1de1d2364925', class: "container-comment" }, "Piemēram: <div class='tet-grid'><div class='tet-grid__cell'></div></div>"), h("div", { key: 'd4c3ed4ad0ff0f231a6c7dabeb9a11c25c6a1aba', class: "section" }, h("div", { key: 'e8276ba26e24bc409ab88022af6320772810f68b', class: "section-content" }, h("div", { key: 'a439414eb99bde68fc6adfaca74659da9856b3c3', class: "show-grid tet-grid" }, h("div", { key: '0ea1ed0da5d14b4c0129aec00456b38a3c902f16', class: "show-span tet-grid__cell--span-all" }, h("div", { key: '548b0d1043c63f19e2b2c12dbadfd99cda3be33c', class: "section-style" }, "Teksts pa visu gridu"), h("div", { key: '8f7e5cd907ac57ea25b0ea8be64a02f82c373513', class: "section-style-attribute" }, "tet-grid__cell--span-all")))), h("div", { key: '87bde25f7f500cc7f747696846bb33d11d6ce11a', class: "section-content" }, h("div", { key: '16ca716f2a80ab70bcfa1ce6a5112ba39c86c588', class: "show-grid tet-grid" }, h("div", { key: '774cc0de61e5efcd79f82ee25f760d41fa27b44d', class: "show-span tet-grid__cell--span-4" }, h("div", { key: 'c200dcc766724f125486172e23a68091e8a1c7b6' }, "Teksts pa 4 kolon\u0101m"), h("div", { key: '88f3129456c12f4ba4d5b693a5ad9e328c724ccc', class: "section-style-attribute" }, "tet-grid__cell--span-4")))), h("div", { key: 'a3b54aa39d99c625a0e77f8b2525dbc9e045ef7d', class: "section-content" }, h("div", { key: 'd6491c2af167f9646e4c820e297526f21d624e04', class: "show-grid tet-grid" }, h("div", { key: 'f0b0e93e71bf7fabc84acbb4eb9499a0ba4aa93e', class: "show-span tet-grid__cell--df-span-4 tet-grid__cell--lg-span-8" }, h("div", { key: 'c0efe91233fea11dd004d4f9c85108756b5f2166' }, "Teksts pa 4 kolon\u0101m DF ekr\u0101na, pa 8 LG "), h("div", { key: '4b06323e04abb632c35057d15fc74e9610befd85', class: "section-style-attribute" }, "tet-grid__cell--df-span-4 tet-grid__cell--lg-span-8")), h("div", { key: '1eb0d4163e02a8425ca77fec5ae661cf4fd7c564', class: "show-span tet-grid__cell--df-span-4 tet-grid__cell--lg-span-4" }, h("div", { key: '25542b729ad1115f81c7da3791eb5705ebd43aa9' }, "Teksts pa 4 kolon\u0101m DF ekr\u0101na, pa 4 LG "), h("div", { key: '16cf381367141b4d3fbb5f412d3b5452f0ea7440', class: "section-style-attribute" }, "tet-grid__cell--df-span-4 tet-grid__cell--lg-span-4")))), h("div", { key: 'f30ef6ba41993fe6e86c659f97c49cb446a53430', class: "section-content" }, h("div", { key: '7e685ef2a504e5f4e59e8c7caa7a5aa280d19501', class: "show-grid tet-grid" }, h("div", { key: '51a37d1096f1921a4e0cbef57b3f9e8e0c3365d3', class: "show-span tet-grid__cell--span-all" }, h("div", { key: '63510dbd211c0b7a0b7af14c15b0cddd3003c081' }, "Tekstu, ko redzam visu laiku. ", h("span", { key: 'ad3ecace591947049e607c98b1abedf8b57e93a7', class: 'tet-grid__cell--hide tet-grid__cell--lg-show' }, "Redzam tikai pie LG izm\u0113ra")), h("div", { key: '43c199c865995f254bf03bc63d8b1cf951662de0', class: "section-style-attribute" }, "tet-grid__cell--hide", h("span", { key: '2c9548ff1b33c7466f44f75d450a9efe63d776dc', class: 'tet-grid__cell--hide tet-grid__cell--lg-show' }, "tet-grid__cell--lg-show"))))), h("div", { key: '9d9258ac70d0b51ec56990465d5b996b99ada906', class: "section-content" }, h("div", { key: '7531ed96c022636725959b2d75a5038db2ae44ec', class: "show-grid tet-grid" }, h("div", { key: '89038e16e7fe1f6a98f450948bcac3d4189679c3', class: "show-span tet-grid__cell--span-2" }, h("div", { key: 'b779a7404099d6875c0ee067eb3108fa165271ee', class: "section-style-attribute" }, "tet-grid__cell--span-2")), h("div", { key: 'dff799681b5bf8721874810e47397ebeb7f92bbe', class: "show-span tet-grid__cell--lg-span-8" }, h("div", { key: '01b828ffed85655aef95ab4b28d640088b00ede7' }, "Teksts ir pa 8 kolon\u0101m un tam ir 2 kolon\u0101s robe\u017Ea no ab\u0101m pus\u0113m"), h("div", { key: '5803d95371774882f939fbaf296b900f331638fb', class: "section-style-attribute" }, "tet-grid__cell--lg-span-8")), h("div", { key: '7d884f4f242fd91d05f515fca7ad33f41dd23a2a', class: "show-span tet-grid__cell--span-2" }, h("div", { key: 'f477a44bb420bea04fcb88e77e7038e69114bbd8', class: "section-style-attribute" }, "tet-grid__cell--span-2"))))))));
12
+ return (h(Host, { key: '60c953fc5fc06ecc661864dc8323b188bfe3a302' }, h("div", { key: '2c7f7b46ffcbcdb4bcfa2ec5b2f8ba3cdbdd8670', class: "variable-container" }, h("div", { key: '7f677ad31beb66a430ff6312add3af6751370748', class: "container-title main" }, "Grid klase"), h("div", { key: '69bb9f5047254df075be679f4b3362eb93aa037b', class: "container-section" }, h("div", { key: 'e56d081c169585e427037569b08823581cd39d4a', class: "variable-name" }, h("div", { key: '859d6dd2a605d196a24e4b05a12c4e1934b147d1', class: "variable-part" }, "tet"), h("div", { key: 'f2daccfb176cc059f58a228b0b14448fcf14c7b2', class: "variable-part" }, "-grid")), h("div", { key: '46341287f87942af6d4eb4c051f3950a0a13ddce', class: "variable-name" }, h("div", { key: '4315c4ded4f93fe31094ea0d2de18957ab60bd11', class: "variable-part" }, "tet-grid__cell")))), h("div", { key: 'c6ddff17490ca5d79c00d757c696a23ebc8616f2', class: "container-wrapper" }, h("div", { key: '94c40d769eea84ad6abe37c39a4f6ad91415a7da', class: "container-title" }, "Grida lietojumi"), h("div", { key: 'fdd506e807c56d0627e7ac522764ec136ee5bd33', class: "container-comment" }, "Parent l\u012Bmen\u012B ir j\u0101b\u016Bt klasei tet-grid. Tad childam ir j\u0101b\u016Bt tet-grid__cell."), h("div", { key: '52d83c875b0c04a36ef44908aa0b43460fc8a98d', class: "container-comment" }, "Piemēram: <div class='tet-grid'><div class='tet-grid__cell'></div></div>"), h("div", { key: '49170e0458713a277a7de293b685e25086f2c602', class: "section" }, h("div", { key: '03ca8e712aca39c4563f7f638b0cbaa781d96a6d', class: "section-content" }, h("div", { key: '03c59ebe6278863b97f66e831407921249bf0586', class: "show-grid tet-grid" }, h("div", { key: 'e75c51811152d1028bfcfbc243abf8c2f1ba0af0', class: "show-span tet-grid__cell--span-all" }, h("div", { key: '8a1c7851dc733f92233f85fd8ba8b078f85d8087', class: "section-style" }, "Teksts pa visu gridu"), h("div", { key: '22c038fd82c4ba993fa683bda82f2ec89bed2273', class: "section-style-attribute" }, "tet-grid__cell--span-all")))), h("div", { key: 'd399f5820d6e2f4abdced3377d65a9c06381c4b1', class: "section-content" }, h("div", { key: '9adf2431198cccb5e3e39add4a01030260af5d7d', class: "show-grid tet-grid" }, h("div", { key: '111ae1cd19506c661a12c69d581888128d742ceb', class: "show-span tet-grid__cell--span-4" }, h("div", { key: '16f7903f739537eed5e3b78df4234a1e0c2783bd' }, "Teksts pa 4 kolon\u0101m"), h("div", { key: 'a9bcb39e346277f8bdfdc99d826a3cff961e630f', class: "section-style-attribute" }, "tet-grid__cell--span-4")))), h("div", { key: '0aa711decfe0d702778ca2e7d5fa94642b5e697b', class: "section-content" }, h("div", { key: '21488aa85d5858c3c14a3357404dca70a7bf35cc', class: "show-grid tet-grid" }, h("div", { key: '35eb30face7167af1ce75ac126e77d164161d961', class: "show-span tet-grid__cell--df-span-4 tet-grid__cell--lg-span-8" }, h("div", { key: 'b5c1edb1bc96200e94e0e3bab6f27cecf048798b' }, "Teksts pa 4 kolon\u0101m DF ekr\u0101na, pa 8 LG "), h("div", { key: 'd0069f39f5c6282721f83e7294e9f53728044bd1', class: "section-style-attribute" }, "tet-grid__cell--df-span-4 tet-grid__cell--lg-span-8")), h("div", { key: 'ffd2cd8ce1ecbc30ec1e04f89de5d26e4e6c2208', class: "show-span tet-grid__cell--df-span-4 tet-grid__cell--lg-span-4" }, h("div", { key: 'fa141852be4050042a4bfc25cb7d91c137edd8f3' }, "Teksts pa 4 kolon\u0101m DF ekr\u0101na, pa 4 LG "), h("div", { key: '611f886be167158893203b0619dc58b8ff2f717f', class: "section-style-attribute" }, "tet-grid__cell--df-span-4 tet-grid__cell--lg-span-4")))), h("div", { key: 'f2684cb942232e361de993c4de5eb6334e448d57', class: "section-content" }, h("div", { key: '034c8ea201b7cb6684089a724faddc52fb5c5ea4', class: "show-grid tet-grid" }, h("div", { key: '026252ccbc95ac9a4aad33d1583c58f448b89498', class: "show-span tet-grid__cell--span-all" }, h("div", { key: 'c4c1289e1aa90ca99629c26af8f6c22ba03cae0d' }, "Tekstu, ko redzam visu laiku. ", h("span", { key: 'a66eb5f77efc80544bd39c1ff7cfd7004eccebfb', class: 'tet-grid__cell--hide tet-grid__cell--lg-show' }, "Redzam tikai pie LG izm\u0113ra")), h("div", { key: 'a306bcf46ca0aaf753914d7a44c8cb51c6f3c66e', class: "section-style-attribute" }, "tet-grid__cell--hide", h("span", { key: 'ff76ebdcdb09db5b05b2db6f0be20450c1847240', class: 'tet-grid__cell--hide tet-grid__cell--lg-show' }, "tet-grid__cell--lg-show"))))), h("div", { key: '7ecd961d6475b139a95cbf605f9d95b06d3cfc5a', class: "section-content" }, h("div", { key: '81d56348656f5538b5d7cb8641c0f0a01d350c3b', class: "show-grid tet-grid" }, h("div", { key: '9a73e217a52419af368a0fd4e8e8215126faadac', class: "show-span tet-grid__cell--span-2" }, h("div", { key: 'b17b5126a1103b4e87002747a255207f705fc02f', class: "section-style-attribute" }, "tet-grid__cell--span-2")), h("div", { key: '24bfe1424e4cc48072ae15de37ca5620919b381f', class: "show-span tet-grid__cell--lg-span-8" }, h("div", { key: '883cc4bc61ee3f205ab8f9091c1c6b0de03def81' }, "Teksts ir pa 8 kolon\u0101m un tam ir 2 kolon\u0101s robe\u017Ea no ab\u0101m pus\u0113m"), h("div", { key: 'bb91161c84b63a4cf802d15efcc9ae484d62f264', class: "section-style-attribute" }, "tet-grid__cell--lg-span-8")), h("div", { key: 'd20fee8e537052aa0a9442e48ab8d3bfc2c57a92', class: "show-span tet-grid__cell--span-2" }, h("div", { key: '7f53121801ddcacef79a78fe4310bcea8dbcdc76', class: "section-style-attribute" }, "tet-grid__cell--span-2"))))))));
13
13
  }
14
14
  static get style() { return TetGridStyle0; }
15
15
  }, [0, "tet-grid"]);
@@ -1,4 +1,4 @@
1
- import { T as TetInput$1, d as defineCustomElement$1 } from './p-d1a5c127.js';
1
+ import { T as TetInput$1, d as defineCustomElement$1 } from './p-8d5857fd.js';
2
2
 
3
3
  const TetInput = TetInput$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -10,7 +10,7 @@ const TetLayout$1 = /*@__PURE__*/ proxyCustomElement(class TetLayout extends H {
10
10
  this.__attachShadow();
11
11
  }
12
12
  render() {
13
- return h(Host, { key: '9abb1e5a25b0e8d0a740bb924a9cc34f9fa4b586' }, h("div", { key: '3855595befd09b35b887250d2615670137766c0e', class: "container variable-container" }, h("div", { key: '73bda3e9fcf75143da149d21466edb23f76a8c1e', class: "container-title main" }, "Teksta platuma klase"), h("div", { key: '08821c856aa13cbf461dba815820847e1aeba78c', class: "container-section" }, h("div", { key: '0cf5e7be83eb4f8c3945a7aef2b8efade6a54d04', class: "variable-wrapper" }, h("span", { key: '896f9bcfdbb911cb5eef711de28669f1291b1f58', class: "variable-name" }, h("span", { key: '5543f32df4362e7ac51a2b5ad2a6b8101f053066', class: "variable-part" }, "tet-body-text-max-width"))))), h("div", { key: 'cca62be37a95c18924e6ff07dd35d70a4755c740', class: "container" }, h("div", { key: 'd6515e34e31eba289ed5d42a64fe28584e56e525', class: "container-title" }, "Piem\u0113rs"), h("div", { key: '1db226d52d02bbf023abe487256d54d3eea5bab4', class: "container-section container-example" }, h("code", { key: '17f5966ff9ed3a84866c15e4166b659df11af3f5' }, "<p class=\"tet-body-text-max-width\">Reprehenderit dolor sit esse sint. Irure veniam do excepteur est exercitation. Eiusmod nulla elit dolore nostrud dolore anim laboris enim amet. Sit amet adipisicing excepteur labore duis excepteur nisi et culpa nostrud pariatur anim.</p>"), h("p", { key: '9a2bea85b3bd8b0cac3b9a56b6e0e82be29399ea', class: "paragraph tet-body-text-max-width" }, "Reprehenderit dolor sit esse sint. Irure veniam do excepteur est exercitation. Eiusmod nulla elit dolore nostrud dolore anim laboris enim amet. Sit amet adipisicing excepteur labore duis excepteur nisi et culpa nostrud pariatur anim."))));
13
+ return h(Host, { key: '49f908f86a1c8456e29e5eb9df56c30f38482fae' }, h("div", { key: '76717151df975c07bf787535ce38ff6a03bd27f8', class: "container variable-container" }, h("div", { key: 'cc9fd1219aa24051c6e529503221d59141957639', class: "container-title main" }, "Teksta platuma klase"), h("div", { key: '61fb80aa8fe93415850fa192a9fcde259b0fd884', class: "container-section" }, h("div", { key: 'b02d1fb5475de42e4c5827786a74c2099d72ed10', class: "variable-wrapper" }, h("span", { key: '7d97b2ee20b40bc0366268e21e64b2219d29ead6', class: "variable-name" }, h("span", { key: 'b1f81ee828638927f429fb98c8daec8508fd6331', class: "variable-part" }, "tet-body-text-max-width"))))), h("div", { key: '024ac81201e475f1c157157f2eabbf8d1cf5df66', class: "container" }, h("div", { key: 'daacce553f35e32f71708905c22436cd3b58306d', class: "container-title" }, "Piem\u0113rs"), h("div", { key: '8c40df7db2eae6ea393a5a3ec90dc30ce94123f4', class: "container-section container-example" }, h("code", { key: '84076c296c28c5c09070c6694924a9c619c6e8b9' }, "<p class=\"tet-body-text-max-width\">Reprehenderit dolor sit esse sint. Irure veniam do excepteur est exercitation. Eiusmod nulla elit dolore nostrud dolore anim laboris enim amet. Sit amet adipisicing excepteur labore duis excepteur nisi et culpa nostrud pariatur anim.</p>"), h("p", { key: '17c1afbbd9c7c012d8a2904eef74a10d073044b3', class: "paragraph tet-body-text-max-width" }, "Reprehenderit dolor sit esse sint. Irure veniam do excepteur est exercitation. Eiusmod nulla elit dolore nostrud dolore anim laboris enim amet. Sit amet adipisicing excepteur labore duis excepteur nisi et culpa nostrud pariatur anim."))));
14
14
  }
15
15
  static get style() { return TetLayoutStyle0; }
16
16
  }, [1, "tet-layout"]);
@@ -10,7 +10,7 @@ const TetLink$1 = /*@__PURE__*/ proxyCustomElement(class TetLink extends H {
10
10
  this.__attachShadow();
11
11
  }
12
12
  render() {
13
- return (h(Host, { key: '02861cb8dede731cbb41df0d89999ce6f4b39d2f' }, h("div", { key: 'bd85bf288cf9b2d7f7ca4d5a3cda375ca5e48493', class: "container variable-container" }, h("div", { key: '098a227605c9d4287def3f016cf2d0d22fbf5298', class: "container-title main" }, "Kr\u0101sas klase"), h("div", { key: 'b49c298984605dcacf32fc243bba07f46764d10a', class: "container-section" }, h("div", { key: 'c7cadf09d7c3b00c6a86cbd797ed2581ecd7b42d', class: "variable-wrapper" }, h("span", { key: '34b8f9b42d96432fe20d209534f6c98eba894de2', class: "variable-name" }, h("span", { key: '2d7d824292ca2c6f83fb7eae854ad63f20cb073f', class: "variable-part" }, "tet"), h("span", { key: '58c0628a1907f0cc3eca70661f702d9cc367e5e7', class: "variable-part" }, "-link"), h("span", { key: '188d739cd3183fe578edeba04ac6b80a3a41e319', class: "variable-part variable variable-attribute" }, "__arrow"))))), h("div", { key: '39cc84a4d7b23aa4a9dd9a44114cb10de8202800', class: "container" }, h("div", { key: '242fcdb1ab626daa15cb4731380857a626f49712', class: "container-title" }, "Piem\u0113ri"), h("div", { key: 'd882ef2188186bc4a479da654090b3404d75acda', class: "container-section container-example" }, h("code", { key: '09b1000514a33073c91270c94855f26565a7aed7', class: "variable-example" }, "<a class=\"tet-link\" href=\"#\">Links uz tet</a>"), h("span", { key: '874ed65be0b103d2aa45b534bdf71d953e50568b' }, "Link klase bez bulti\u0146as uz ", h("a", { key: '5ba7f7b4a8048cfafe27f00a2f3960206f68b616', class: "tet-link", href: "#" }, "elementa")), h("code", { key: 'f8866a971a6aab5e4887a80fbd5cdec33ea116da', class: "variable-example" }, "<a class=\"tet-link__arrow\" href=\"#\">Links uz tet</a>"), h("span", { key: '926d2737f924b2ced79132eb29a02f6675dc5ff2' }, "Link klase ar bulti\u0146u uz ", h("a", { key: '293c420a1e2574fc80a8cb14c1fd33bd262c766b', class: "tet-link__arrow", href: "#" }, "elementa")), h("code", { key: 'e407707d90fcf018c4020e9d6bac1fce9b88c92f', class: "variable-example" }, "<a class=\"tet-link__arrow dark\" href=\"#\">Links uz tet</a>"), h("span", { key: 'b64d681aebe373e68dfd3464b594d10f0565ee40', class: "dark-example" }, "Link klase ar tum\u0161o t\u0113mu uz ", h("a", { key: 'd450b0de9eb11c3501c9f4760967cda215479e65', class: "tet-link__arrow dark", href: "#" }, "elementa"))))));
13
+ return (h(Host, { key: 'b54049241bd14a6183cca923ebfe34276441d139' }, h("div", { key: '85008a6dc0c9e690e422dd17b0951577c1d7f034', class: "container variable-container" }, h("div", { key: '13bb0f3adef975ecb25dbecbd8aae482bffa3f6b', class: "container-title main" }, "Kr\u0101sas klase"), h("div", { key: 'e9db0f6c8447b363013f79fd371d4cd7cf500434', class: "container-section" }, h("div", { key: 'd60b827782903a862a5762133498976b5fdd9d76', class: "variable-wrapper" }, h("span", { key: 'c53c3e4d00254f602ca277129786c8f69d7765a4', class: "variable-name" }, h("span", { key: '427d8798f5374da60c0ff40be0ff39058b2c7564', class: "variable-part" }, "tet"), h("span", { key: '7f39368035b1fb7d99354bc8aa5747a4a4fc288a', class: "variable-part" }, "-link"), h("span", { key: '2293e06763457bf4710a1bba9bb0dc2f29f891c3', class: "variable-part variable variable-attribute" }, "__arrow"))))), h("div", { key: 'fc03573be973a2cc277686f2194f69afa7935b3e', class: "container" }, h("div", { key: '5d17c772d43c03c2ec95d1a2f949bd773f364665', class: "container-title" }, "Piem\u0113ri"), h("div", { key: 'b2e3e20e475d40a2087a0af3fb648993e2e081c8', class: "container-section container-example" }, h("code", { key: 'd021151b64139bc63478c2105e5b798b2b9e488a', class: "variable-example" }, "<a class=\"tet-link\" href=\"#\">Links uz tet</a>"), h("span", { key: '80b6eb6c5ce82526b67e80f3d76236055e104288' }, "Link klase bez bulti\u0146as uz ", h("a", { key: '04500b78b9a5f43d886c00b04f27953230265066', class: "tet-link", href: "#" }, "elementa")), h("code", { key: 'ae6860d38381b2a87fa9c4380ea8a9b3e4b21252', class: "variable-example" }, "<a class=\"tet-link__arrow\" href=\"#\">Links uz tet</a>"), h("span", { key: 'c2abbc5f8b15698e9acf80bb00ec814e6e67a362' }, "Link klase ar bulti\u0146u uz ", h("a", { key: '54248850d72eedc5b5f8943beb7b1094e76e37cb', class: "tet-link__arrow", href: "#" }, "elementa")), h("code", { key: 'ea9dc4d8d1f6d1bf9f55f9d26a24ab2f5f1ec251', class: "variable-example" }, "<a class=\"tet-link__arrow dark\" href=\"#\">Links uz tet</a>"), h("span", { key: 'a188987864b916e9f8dd834bd1edc1682dbeabd6', class: "dark-example" }, "Link klase ar tum\u0161o t\u0113mu uz ", h("a", { key: '5fc8d971d55f4d2f01dd6fffbb2f38f7d9c4154d', class: "tet-link__arrow dark", href: "#" }, "elementa"))))));
14
14
  }
15
15
  static get style() { return TetLinkStyle0; }
16
16
  }, [1, "tet-link"]);
@@ -4,10 +4,10 @@ import './p-8f91eb96.js';
4
4
  import { e as endpoints } from './p-a156c1d8.js';
5
5
  import { A as AsyncApiRequest } from './p-c0f64055.js';
6
6
  import { p as processTranslations, t as translate } from './p-70f08f08.js';
7
- import { d as defineCustomElement$6 } from './p-8911f3cb.js';
7
+ import { d as defineCustomElement$6 } from './p-7ab97fb1.js';
8
8
  import { d as defineCustomElement$5 } from './p-8a2299b4.js';
9
9
  import { d as defineCustomElement$4 } from './p-ddfd5410.js';
10
- import { d as defineCustomElement$3 } from './p-9b01a541.js';
10
+ import { d as defineCustomElement$3 } from './p-dda0282b.js';
11
11
  import { d as defineCustomElement$2 } from './p-b2ced599.js';
12
12
 
13
13
  /**
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, f as forceUpdate, h, c as Host } from './p-5749376d.js';
2
2
  import { p as processTranslations, t as translate } from './p-70f08f08.js';
3
- import { d as defineCustomElement$4 } from './p-8911f3cb.js';
3
+ import { d as defineCustomElement$4 } from './p-7ab97fb1.js';
4
4
  import { d as defineCustomElement$3 } from './p-8a2299b4.js';
5
5
  import { d as defineCustomElement$2 } from './p-ddfd5410.js';
6
6
 
@@ -60,13 +60,13 @@ const TetNavigationMobile$1 = /*@__PURE__*/ proxyCustomElement(class TetNavigati
60
60
  this.mainDropdownToggle.emit(isTogglerExpanded);
61
61
  }
62
62
  render() {
63
- return (h(Host, { key: '332e35be21c5ee447f36aaa542068b0996b7c80b' }, h("navigation", { key: '483af78b98861116dfa90df76ef03d59d044f203', class: {
63
+ return (h(Host, { key: 'cc1b1aa87ee611a0d92eaa398470d9964e4c8c84' }, h("navigation", { key: 'a67966c59f534a61e63f213b8dd67e9eb57cfb60', class: {
64
64
  'navigation': true,
65
65
  'navigation--dark': this.darkMode
66
- } }, h("div", { key: '5255b4833bf000f28365d13eb2fec6e8985d0b50', class: "navigation__nav-bar" }, h("slot", { key: '271edc57f8daf2df292e62b1de40ba1f48a3500a' })), this.isTogglerVisible && (h("span", { key: '1b836d11a190f7f866bc51e6d47dd5cd67f10b65', class: "navigation__toggler", onClick: this.onTogglerClick, onKeyDown: (e) => this.handleKeyDown(e), tabIndex: 0 }, !this.isTogglerExpanded && h("tet-icon", { key: '4262afcb4745993be753e99696f37f820dc751b9', class: "navigation__toggler navigation__toggler--burger", name: "burger" }), this.isTogglerExpanded && h("tet-icon", { key: '327db1e5bc326a71a26418bbfab7316bbb57862a', class: "navigation__toggler navigation__toggler--close", name: "close" }))), h("div", { key: 'c0cb7cb7c0b16bd414f689eb61af782a73a75e88', class: {
66
+ } }, h("div", { key: '97bfb7048844941518783e4b80066d4ff34ed316', class: "navigation__nav-bar" }, h("slot", { key: 'dbb827d5afb985136b8c2543f9610d60dcdb1c77' })), this.isTogglerVisible && (h("span", { key: '1ec147a08db09250dce57ed38cceae0a893a4251', class: "navigation__toggler", onClick: this.onTogglerClick, onKeyDown: (e) => this.handleKeyDown(e), tabIndex: 0 }, !this.isTogglerExpanded && h("tet-icon", { key: '28778de9eba097c4fd597937518bc1d22f8f1a93', class: "navigation__toggler navigation__toggler--burger", name: "burger" }), this.isTogglerExpanded && h("tet-icon", { key: 'c9a66785961b66676ef0b18e61b7cc1cf8072f49', class: "navigation__toggler navigation__toggler--close", name: "close" }))), h("div", { key: 'ea2162d16872548b201588e959c89a4f42c41521', class: {
67
67
  'navigation__dropdown': true,
68
68
  'navigation__dropdown--expanded': this.isTogglerExpanded,
69
- } }, h("slot", { key: 'd20f722e1200a0c0d51e33e86ae9c1407027c7df', name: "dropdown" })))));
69
+ } }, h("slot", { key: '5d1651e6dfe715f33520f1e3d5a738b137161b1d', name: "dropdown" })))));
70
70
  }
71
71
  static get watchers() { return {
72
72
  "isTogglerExpanded": ["onMenuToggle"]
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h, c as Host } from './p-5749376d.js';
2
- import { d as defineCustomElement$4 } from './p-8911f3cb.js';
3
- import { d as defineCustomElement$3 } from './p-7dbe7816.js';
2
+ import { d as defineCustomElement$4 } from './p-7ab97fb1.js';
3
+ import { d as defineCustomElement$3 } from './p-6fbac2cc.js';
4
4
  import { d as defineCustomElement$2 } from './p-ddfd5410.js';
5
5
 
6
6
  const tetNewsCardListCss = "@font-face{font-family:Avenir Next;src:url(assets/fonts/8e7462a9501f48c43c58f870188b3fb2.eot?#iefix);src:url(assets/fonts/8e7462a9501f48c43c58f870188b3fb2.eot?#iefix) format(\"eot\"),url(assets/fonts/3c3e10968ffc97c2a52c5830f9886d1f.woff2) format(\"woff2\"),url(assets/fonts/660fbf858d30d7685fa4b166080f5980.woff) format(\"woff\"),url(assets/fonts/2b7748589092fd1a10b806abdfb562ff.ttf) format(\"truetype\");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/d5e25ad69d0ea31f3b8f66d634ca40fe.eot?#iefix);src:url(assets/fonts/d5e25ad69d0ea31f3b8f66d634ca40fe.eot?#iefix) format(\"eot\"),url(assets/fonts/aad36ecead30948bb30fe0ef818b749c.woff2) format(\"woff2\"),url(assets/fonts/c437d7752feaf3f056bbf8613e898d3a.woff) format(\"woff\"),url(assets/fonts/b8df4d02ef5de13a813917a85bc4a9c4.ttf) format(\"truetype\");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/046190c9a2f724b925df848737b03819.eot?#iefix);src:url(assets/fonts/046190c9a2f724b925df848737b03819.eot?#iefix) format(\"eot\"),url(assets/fonts/4d52f8276a74ea8efbad833ed790367c.woff2) format(\"woff2\"),url(assets/fonts/a067695dd1b87e927f4056c040d84669.woff) format(\"woff\"),url(assets/fonts/510a664af9771b72d4ce5e637109ca3c.ttf) format(\"truetype\");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/0715de188f56c99aa615905f7e06292e.eot?#iefix);src:url(assets/fonts/0715de188f56c99aa615905f7e06292e.eot?#iefix) format(\"eot\"),url(assets/fonts/63f5acc71d9852468683a4bfe824a28f.woff2) format(\"woff2\"),url(assets/fonts/ed94c737da267752ce0abd79bb003ff6.woff) format(\"woff\"),url(assets/fonts/6302f55a6dc6b12365177dc89b7d63cf.ttf) format(\"truetype\");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/3f76abc23eef0596c499840db84213bb.eot?#iefix);src:url(assets/fonts/3f76abc23eef0596c499840db84213bb.eot?#iefix) format(\"eot\"),url(assets/fonts/1fe7da97fe9dbe1349aca9b54b5fdf69.woff2) format(\"woff2\"),url(assets/fonts/dacc6a84278e221422902af99579ada5.woff) format(\"woff\"),url(assets/fonts/e530c573663a3a07243d303fbf7db508.ttf) format(\"truetype\");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/75f8489ba53f19968feaa3e2eb78c569.eot?#iefix);src:url(assets/fonts/75f8489ba53f19968feaa3e2eb78c569.eot?#iefix) format(\"eot\"),url(assets/fonts/93ec0034623fc696601ab99aba652d4c.woff2) format(\"woff2\"),url(assets/fonts/d73c8eb1c13abe1237366aa3ee829a59.woff) format(\"woff\"),url(assets/fonts/7b6dcef99f3f4b23346e23925ec8678f.ttf) format(\"truetype\");font-weight:600;font-style:italic;font-display:swap}.tet-icon{font-family:Tet Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Tet Icons;src:url(assets/fonts/d2ce51cdcd0b9707af186f8d50023d23.eot);src:url(assets/fonts/d2ce51cdcd0b9707af186f8d50023d23.eot?#iefix) format(\"embedded-opentype\"),url(assets/fonts/25f10ef322a1220b2e9e11db38b73892.woff2) format(\"woff2\"),url(assets/fonts/fed75ac1edcf1c25cdd8612d2c365f9a.woff) format(\"woff\"),url(assets/fonts/df7fbe67cabb13cb837172a73c46378a.ttf) format(\"truetype\"),url(assets/fonts/5486d8c87e2abc6c13ed952a6cc96658.svg#tet-icons) format(\"svg\");font-weight:400;font-style:normal}.tet-icon:before{content:\"\\E84E\"}.tet-icon--sm{font-size:1.125rem}.tet-icon--md{font-size:1.5rem}.tet-icon--lg{font-size:2.25rem}.tet-icon--xl{font-size:3rem}.tet-icon--xxl{font-size:4rem}.tet-icon--0{font-size:0}.tet-icon--1{font-size:.0625rem}.tet-icon--2{font-size:.125rem}.tet-icon--3{font-size:.1875rem}.tet-icon--4{font-size:.25rem}.tet-icon--5{font-size:.3125rem}.tet-icon--6{font-size:.375rem}.tet-icon--7{font-size:.4375rem}.tet-icon--8{font-size:.5rem}.tet-icon--9{font-size:.5625rem}.tet-icon--10{font-size:.625rem}.tet-icon--11{font-size:.6875rem}.tet-icon--12{font-size:.75rem}.tet-icon--13{font-size:.8125rem}.tet-icon--14{font-size:.875rem}.tet-icon--15{font-size:.9375rem}.tet-icon--16{font-size:1rem}.tet-icon--17{font-size:1.0625rem}.tet-icon--18{font-size:1.125rem}.tet-icon--19{font-size:1.1875rem}.tet-icon--20{font-size:1.25rem}.tet-icon--21{font-size:1.3125rem}.tet-icon--22{font-size:1.375rem}.tet-icon--23{font-size:1.4375rem}.tet-icon--24{font-size:1.5rem}.tet-icon--25{font-size:1.5625rem}.tet-icon--26{font-size:1.625rem}.tet-icon--27{font-size:1.6875rem}.tet-icon--28{font-size:1.75rem}.tet-icon--29{font-size:1.8125rem}.tet-icon--30{font-size:1.875rem}.tet-icon--31{font-size:1.9375rem}.tet-icon--32{font-size:2rem}.tet-icon--33{font-size:2.0625rem}.tet-icon--34{font-size:2.125rem}.tet-icon--35{font-size:2.1875rem}.tet-icon--36{font-size:2.25rem}.tet-icon--37{font-size:2.3125rem}.tet-icon--38{font-size:2.375rem}.tet-icon--39{font-size:2.4375rem}.tet-icon--40{font-size:2.5rem}.tet-icon--41{font-size:2.5625rem}.tet-icon--42{font-size:2.625rem}.tet-icon--43{font-size:2.6875rem}.tet-icon--44{font-size:2.75rem}.tet-icon--45{font-size:2.8125rem}.tet-icon--46{font-size:2.875rem}.tet-icon--47{font-size:2.9375rem}.tet-icon--48{font-size:3rem}.tet-icon--49{font-size:3.0625rem}.tet-icon--50{font-size:3.125rem}.tet-icon--51{font-size:3.1875rem}.tet-icon--52{font-size:3.25rem}.tet-icon--53{font-size:3.3125rem}.tet-icon--54{font-size:3.375rem}.tet-icon--55{font-size:3.4375rem}.tet-icon--56{font-size:3.5rem}.tet-icon--57{font-size:3.5625rem}.tet-icon--58{font-size:3.625rem}.tet-icon--59{font-size:3.6875rem}.tet-icon--60{font-size:3.75rem}.tet-icon--61{font-size:3.8125rem}.tet-icon--62{font-size:3.875rem}.tet-icon--63{font-size:3.9375rem}.tet-icon--64{font-size:4rem}.tet-icon--65{font-size:4.0625rem}.tet-icon--66{font-size:4.125rem}.tet-icon--67{font-size:4.1875rem}.tet-icon--68{font-size:4.25rem}.tet-icon--69{font-size:4.3125rem}.tet-icon--70{font-size:4.375rem}.tet-icon--71{font-size:4.4375rem}.tet-icon--72{font-size:4.5rem}.tet-icon--73{font-size:4.5625rem}.tet-icon--74{font-size:4.625rem}.tet-icon--75{font-size:4.6875rem}.tet-icon--76{font-size:4.75rem}.tet-icon--77{font-size:4.8125rem}.tet-icon--78{font-size:4.875rem}.tet-icon--79{font-size:4.9375rem}.tet-icon--80{font-size:5rem}.tet-icon--81{font-size:5.0625rem}.tet-icon--82{font-size:5.125rem}.tet-icon--83{font-size:5.1875rem}.tet-icon--84{font-size:5.25rem}.tet-icon--85{font-size:5.3125rem}.tet-icon--86{font-size:5.375rem}.tet-icon--87{font-size:5.4375rem}.tet-icon--88{font-size:5.5rem}.tet-icon--89{font-size:5.5625rem}.tet-icon--90{font-size:5.625rem}.tet-icon--91{font-size:5.6875rem}.tet-icon--92{font-size:5.75rem}.tet-icon--93{font-size:5.8125rem}.tet-icon--94{font-size:5.875rem}.tet-icon--95{font-size:5.9375rem}.tet-icon--96{font-size:6rem}.tet-icon--97{font-size:6.0625rem}.tet-icon--98{font-size:6.125rem}.tet-icon--99{font-size:6.1875rem}.tet-icon--100{font-size:6.25rem}.tet-icon--101{font-size:6.3125rem}.tet-icon__add:before{content:\"\\E800\"}.tet-icon__alert-circled:before{content:\"\\E801\"}.tet-icon__alert:before{content:\"\\E802\"}.tet-icon__bank:before{content:\"\\E803\"}.tet-icon__box:before{content:\"\\E804\"}.tet-icon__download:before{content:\"\\E805\"}.tet-icon__burger:before{content:\"\\E806\"}.tet-icon__cancel:before{content:\"\\E807\"}.tet-icon__printer:before{content:\"\\E808\"}.tet-icon__cart-add:before{content:\"\\E809\"}.tet-icon__cart-remove:before{content:\"\\E80A\"}.tet-icon__cart:before{content:\"\\E80B\"}.tet-icon__chat:before{content:\"\\E80C\"}.tet-icon__arrow-up:before{content:\"\\E80D\"}.tet-icon__calendar:before{content:\"\\E80E\"}.tet-icon__help-circled:before{content:\"\\E80F\"}.tet-icon__edit:before{content:\"\\E810\"}.tet-icon__external-link:before{content:\"\\E811\"}.tet-icon__gift:before{content:\"\\E812\"}.tet-icon__person:before{content:\"\\E813\"}.tet-icon__heart:before{content:\"\\E814\"}.tet-icon__language:before{content:\"\\E815\"}.tet-icon__help:before{content:\"\\E816\"}.tet-icon__home-1:before{content:\"\\E817\"}.tet-icon__location:before{content:\"\\E818\"}.tet-icon__home-3:before{content:\"\\E819\"}.tet-icon__chart-even:before{content:\"\\E81A\"}.tet-icon__info-2:before{content:\"\\E81B\"}.tet-icon__key:before{content:\"\\E81C\"}.tet-icon__info:before{content:\"\\E81D\"}.tet-icon__lock-opened:before{content:\"\\E81E\"}.tet-icon__lock-outlined:before{content:\"\\E81F\"}.tet-icon__lock:before{content:\"\\E820\"}.tet-icon__laptop-filled:before{content:\"\\E821\"}.tet-icon__mail:before{content:\"\\E822\"}.tet-icon__options:before{content:\"\\E823\"}.tet-icon__chart-uneven:before{content:\"\\E824\"}.tet-icon__mail-2:before{content:\"\\E825\"}.tet-icon__remove:before{content:\"\\E826\"}.tet-icon__mobile-filled:before{content:\"\\E827\"}.tet-icon__ilu-calendar-check:before{content:\"\\E828\"}.tet-icon__settings-outlined:before{content:\"\\E829\"}.tet-icon__tablet:before{content:\"\\E82A\"}.tet-icon__thumb-up:before{content:\"\\E82B\"}.tet-icon__ilu-purchase:before{content:\"\\E82C\"}.tet-icon__chart-even-outlined:before{content:\"\\E82D\"}.tet-icon__movie:before{content:\"\\E82E\"}.tet-icon__percent:before{content:\"\\E82F\"}.tet-icon__ilu-change-whenever:before{content:\"\\E830\"}.tet-icon__truck:before{content:\"\\E831\"}.tet-icon__zero:before{content:\"\\E832\"}.tet-icon__attach:before{content:\"\\E833\"}.tet-icon__cloud-done:before{content:\"\\E834\"}.tet-icon__cloud-download:before{content:\"\\E835\"}.tet-icon__cloud-upload:before{content:\"\\E836\"}.tet-icon__cloud:before{content:\"\\E837\"}.tet-icon__folder:before{content:\"\\E838\"}.tet-icon__remote:before{content:\"\\E839\"}.tet-icon__router:before{content:\"\\E83A\"}.tet-icon__shield-filled:before{content:\"\\E83B\"}.tet-icon__shield:before{content:\"\\E83C\"}.tet-icon__ilu-devices:before{content:\"\\E83D\"}.tet-icon__ilu-get-points:before{content:\"\\E83E\"}.tet-icon__tv:before{content:\"\\E83F\"}.tet-icon__ilu-internet:before{content:\"\\E840\"}.tet-icon__wifi-outlined:before{content:\"\\E841\"}.tet-icon__wifi:before{content:\"\\E842\"}.tet-icon__description-outlined:before{content:\"\\E843\"}.tet-icon__laptop:before{content:\"\\E844\"}.tet-icon__chart-uneven-outlined:before{content:\"\\E845\"}.tet-icon__meter:before{content:\"\\E846\"}.tet-icon__mobile:before{content:\"\\E847\"}.tet-icon__phone:before{content:\"\\E848\"}.tet-icon__plug-filled:before{content:\"\\E849\"}.tet-icon__plug:before{content:\"\\E84A\"}.tet-icon__print:before{content:\"\\E84B\"}.tet-icon__camera:before{content:\"\\E84C\"}.tet-icon__clock:before{content:\"\\E84D\"}.tet-icon__placeholder:before{content:\"\\E84E\"}.tet-icon__tv-filled:before{content:\"\\E84F\"}.tet-icon__arrow-down:before{content:\"\\E850\"}.tet-icon__arrow-left:before{content:\"\\E851\"}.tet-icon__arrow-right:before{content:\"\\E852\"}.tet-icon__description:before{content:\"\\E853\"}.tet-icon__login:before{content:\"\\E854\"}.tet-icon__check:before{content:\"\\E855\"}.tet-icon__chevron-down:before{content:\"\\E856\"}.tet-icon__chevron-left:before{content:\"\\E857\"}.tet-icon__chevron-right:before{content:\"\\E858\"}.tet-icon__chevron-up:before{content:\"\\E859\"}.tet-icon__close-circled:before{content:\"\\E85A\"}.tet-icon__close:before{content:\"\\E85B\"}.tet-icon__more-horizontal:before{content:\"\\E85C\"}.tet-icon__more-vertical:before{content:\"\\E85D\"}.tet-icon__refresh:before{content:\"\\E85E\"}.tet-icon__facebook:before{content:\"\\E85F\"}.tet-icon__instagram:before{content:\"\\E860\"}.tet-icon__linkedin:before{content:\"\\E861\"}.tet-icon__people:before{content:\"\\E862\"}.tet-icon__logout:before{content:\"\\E863\"}.tet-icon__share:before{content:\"\\E864\"}.tet-icon__twitter:before{content:\"\\E865\"}.tet-icon__cancel-filled:before{content:\"\\E866\"}.tet-icon__done:before{content:\"\\E867\"}.tet-icon__star-filled:before{content:\"\\E868\"}.tet-icon__star:before{content:\"\\E869\"}.tet-icon__clipboard:before{content:\"\\E86A\"}.tet-icon__ilu-calendar:before{content:\"\\E86B\"}.tet-icon__check-circled:before{content:\"\\E86C\"}.tet-icon__ilu-choose-channels:before{content:\"\\E86D\"}.tet-icon__search:before{content:\"\\E86E\"}.tet-icon__warning:before{content:\"\\E86F\"}.tet-icon__ilu-clock-1:before{content:\"\\E870\"}.tet-icon__ilu-fold:before{content:\"\\E871\"}.tet-icon__ilu-letter:before{content:\"\\E872\"}.tet-icon__ilu-pay:before{content:\"\\E873\"}.tet-icon__ilu-meter:before{content:\"\\E874\"}.tet-icon__ilu-sign:before{content:\"\\E875\"}.tet-icon__smart-watch-filled:before{content:\"\\E876\"}.tet-icon__washing-machine-filled:before{content:\"\\E877\"}.tet-icon__bullet:before{content:\"\\E878\"}.tet-icon__sound:before{content:\"\\E879\"}.tet-icon__dropdown:before{content:\"\\E87A\"}.tet-icon__mask-pass:before{content:\"\\E87B\"}.tet-icon__select:before{content:\"\\E87C\"}.tet-icon__text-area-sizing:before{content:\"\\E87D\"}.tet-icon__unmask-pass:before{content:\"\\E87E\"}.tet-icon__bullet-small:before{content:\"\\E882\"}.tet-icon__electric-bolt:before{content:\"\\E880\"}.tet-icon__sun:before{content:\"\\E881\"}:host{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit;padding:0;margin:0}:host{--color-gray-light:#cdd2de;--color-ta070:#f5f6f8;--color-ta080:#e6e8ee;--color-ta100:#cdd2de;--color-ta200:#9ba5be;--color-ta300:#69789c;--color-ta500:#1e356a;--color-ta600:#051d59;--color-tc090:#d6e6fd;--color-tc100:#d1dffe;--color-tc300:#75a1fb;--color-tc500:#1a70f6;--color-tc600:#0060f5;--color-td500:#00F1F2;--color-td600:#01cbe0;--color-tf600:#f53b2a;--color-tg300:#2b3036;--color-tg400:#1d2128;--color-tg500:#12171e;--color-tg600:#01050c;--color-th500:#f5f5f5;--color-ti500:#869198;--color-ti600:#aeb7bc;--text-font:Gilroy, serif;--text-color-darker:var(--color-ta600);--text-color-dark:var(--color-ta500);--text-color-dark-theme:var(--color-th500);--icons-font:Tet Icons, serif}.icon.tet-search{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-search::before{content:\"\\e86e\"}.icon.tet-close-circled{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-close-circled::before{content:\"\\e85a\"}.icon.tet-close{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-close::before{content:\"\\e85b\"}.icon.tet-check-circled{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-check-circled::before{content:\"\\e86c\"}.icon.tet-check{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-check::before{content:\"\\e855\"}.icon.tet-chevron-up{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-chevron-up::before{content:\"\\e859\"}.icon.tet-chevron-down{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-chevron-down::before{content:\"\\e856\"}.icon.tet-clipboard{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-clipboard::before{content:\"\\e86a\"}.icon.tet-info{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-info::before{content:\"\\e81d\"}.icon.tet-done{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-done::before{content:\"\\e867\"}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Semibold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Semibold.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:700;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Bold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Bold.woff\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Inter-Regular.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Regular.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Inter-Medium.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Medium.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Inter-SemiBold.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-SemiBold.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Semibold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Semibold.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:700;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Bold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Bold.woff\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Inter-Regular.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Regular.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Inter-Medium.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Medium.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Inter-SemiBold.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-SemiBold.woff?v=3.19\") format(\"woff\")}:host{--font-family-fallback:Gilroy, Arial, sans-serif;--font-family-headline:Gilroy;--font-family-content:Inter, var(--font-family-fallback);font-family:var(--font-family-content)}:host{--news-card-width:21.875rem;--news-card-tablet-width:20rem;--news-card-mobile-width:18.125rem;--news-card-image-height:14.375rem;--news-card-image-tablet-height:13.125rem;--news-card-image-mobile-height:11.875rem;--news-card-image-width:var(--news-card-width);--news-card-image-tablet-width:var(--news-card-tablet-width);--news-card-image-mobile-width:var(--news-card-mobile-width);--news-card-primary-text-color:var(--tc-text-primary);--news-card-date-text-color:var(--tc-text-secondary);--news-card-link-text-color:var(--tc-text-secondary);--news-card-link-hover-text-color:var(--tc-text-primary);--news-card-link-icon-color:var(--tc-icon-secondary)}tet-card-list{--card-list-control-height:var(--news-card-image-height);--card-list-horizontal-margin:12rem}.tet-news-card{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;isolation:isolate;padding:0;width:var(--news-card-width)}.tet-news-card.dark{--news-card-primary-text-color:var(--tc-text-primary-dark);--news-card-date-text-color:var(--tc-text-secondary-dark);--news-card-link-text-color:var(--tc-text-secondary-dark);--news-card-link-hover-text-color:var(--tc-text-primary-dark);--news-card-link-icon-color:var(--tc-icon-secondary-dark)}.tet-news-card__image__container{box-sizing:border-box;overflow:hidden;margin-bottom:1rem;border-radius:1.5rem;display:flex;justify-content:center;align-items:center;width:var(--news-card-image-width);height:var(--news-card-image-height);z-index:1}.tet-news-card__image{background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform 0.3s;width:100%;z-index:10;height:100%}.hover .tet-news-card__image{transform:scale(1.05)}.tet-news-card__image img{object-fit:cover;object-position:50% 50%;width:100%;height:100%}.tet-news-card__date{font:400 0.875rem/1.25rem \"Inter\", \"Gilroy, Arial, sans-serif\";color:var(--news-card-date-text-color);letter-spacing:-0.005625rem;margin-bottom:0.25rem;text-align:left}.tet-news-card__title{font:600 1.25rem/1.5rem \"Gilroy\", \"Gilroy, Arial, sans-serif\";text-align:left;color:var(--news-card-primary-text-color)}.tet-news-card__divider{flex:1}.tet-news-card__link{font:400 1rem/1.5rem \"Inter\", \"Gilroy, Arial, sans-serif\";color:var(--news-card-link-text-color);letter-spacing:-0.01125rem;margin-top:0.75rem;display:inline-flex;align-items:center;text-decoration-line:none}.hover .tet-news-card__link{color:var(--news-card-link-hover-text-color)}.tet-news-card__link-container{font:400 1rem/1.5rem \"Inter\", \"Gilroy, Arial, sans-serif\";display:flex;flex-direction:column;text-decoration:none;color:var(--news-card-primary-text-color);height:100%}.tet-news-card__link-icon{--icon-size:1rem;--icon-color:var(--news-card-link-icon-color);margin-left:0.25rem;display:inline-flex;align-items:center}.tet-news-card__underline{text-decoration-line:underline}@media only screen and (max-width: 48rem){.tet-news-card{width:var(--news-card-tablet-width)}.tet-news-card__image__container{height:var(--news-card-image-tablet-height);width:var(--news-card-image-tablet-width)}}@media only screen and (max-width: 22.5rem){.tet-news-card{width:var(--news-card-mobile-width)}.tet-news-card__image__container{height:var(--news-card-image-mobile-height);width:var(--news-card-image-mobile-width)}}";
@@ -67,7 +67,7 @@ const TetNewsCardList$1 = /*@__PURE__*/ proxyCustomElement(class TetNewsCardList
67
67
  scrollFullWidth,
68
68
  controlScrollAmount,
69
69
  };
70
- return (h(Host, { key: '4310452120d36309637a6bff67b72ddd16944563' }, h("tet-card-list", Object.assign({ key: '6dba0d78d78e46e539b8b54a032133b34d135204', theme: this.theme, part: "card-list-component", exportparts: "card-list, card-list-container", withOverflowOpacity: true }, props), this.items.map((item, index) => this.renderListCard(item, index)))));
70
+ return (h(Host, { key: 'bcd09c25fda55e021587039003f93cddd96420dc' }, h("tet-card-list", Object.assign({ key: '0ac5b52b0cdf5b34e5c1a4954c5e9fa3f6f8f2d0', theme: this.theme, part: "card-list-component", exportparts: "card-list, card-list-container", withOverflowOpacity: true }, props), this.items.map((item, index) => this.renderListCard(item, index)))));
71
71
  }
72
72
  get element() { return this; }
73
73
  static get style() { return TetNewsCardListStyle0; }
@@ -1,4 +1,4 @@
1
- import { T as TetNotification$1, d as defineCustomElement$1 } from './p-9b01a541.js';
1
+ import { T as TetNotification$1, d as defineCustomElement$1 } from './p-dda0282b.js';
2
2
 
3
3
  const TetNotification = TetNotification$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { T as TetInput, d as defineCustomElement$1 } from './p-92212842.js';
1
+ import { T as TetInput, d as defineCustomElement$1 } from './p-3224ce0c.js';
2
2
 
3
3
  const TetNumberInput = TetInput;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { T as TetRangeSlider$1, d as defineCustomElement$1 } from './p-acfce9fc.js';
1
+ import { T as TetRangeSlider$1, d as defineCustomElement$1 } from './p-137831a1.js';
2
2
 
3
3
  const TetRangeSlider = TetRangeSlider$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -2,9 +2,9 @@ import { E as Env, p as proxyCustomElement, H, d as createEvent, f as forceUpdat
2
2
  import { T as Theme, a as ThemeWrapper } from './p-cca43c17.js';
3
3
  import './p-8f91eb96.js';
4
4
  import { p as processTranslations, t as translate } from './p-70f08f08.js';
5
- import { d as defineCustomElement$4 } from './p-8911f3cb.js';
5
+ import { d as defineCustomElement$4 } from './p-7ab97fb1.js';
6
6
  import { d as defineCustomElement$3 } from './p-ddfd5410.js';
7
- import { d as defineCustomElement$2 } from './p-3f462a6d.js';
7
+ import { d as defineCustomElement$2 } from './p-afca8b65.js';
8
8
 
9
9
  const testing = {
10
10
  referralUrl: "https://tst-tet.tet.lv/draugi"