wj-elements 0.0.11 → 0.0.13

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 (79) hide show
  1. package/dist/localize-20081fd1.js +55 -0
  2. package/dist/router-links-26e4a166.js +204 -0
  3. package/dist/style.css +2243 -2
  4. package/dist/wj-animation.js +35 -23
  5. package/dist/wj-aside.js +22 -16
  6. package/dist/wj-avatar.js +49 -30
  7. package/dist/wj-badge.js +22 -18
  8. package/dist/wj-breadcrumb.js +102 -50
  9. package/dist/wj-breadcrumbs.js +36 -19
  10. package/dist/wj-button-group.js +36 -22
  11. package/dist/wj-button.js +104 -39
  12. package/dist/wj-card-content.js +18 -14
  13. package/dist/wj-card-controls.js +18 -14
  14. package/dist/wj-card-header.js +20 -14
  15. package/dist/wj-card-subtitle.js +19 -15
  16. package/dist/wj-card-title.js +18 -14
  17. package/dist/wj-card.js +20 -14
  18. package/dist/wj-carousel-item.js +22 -16
  19. package/dist/wj-carousel.js +169 -92
  20. package/dist/wj-checkbox.js +46 -24
  21. package/dist/wj-chip.js +39 -21
  22. package/dist/wj-col.js +31 -17
  23. package/dist/wj-color-picker.js +877 -509
  24. package/dist/wj-container.js +20 -16
  25. package/dist/wj-copy-button.js +112 -64
  26. package/dist/wj-dialog.js +68 -42
  27. package/dist/wj-divider.js +20 -14
  28. package/dist/wj-dropdown.js +29 -17
  29. package/dist/wj-element.js +415 -241
  30. package/dist/wj-fetchAndParseCSS.js +49 -32
  31. package/dist/wj-file-upload-item.js +64 -38
  32. package/dist/wj-file-upload.js +237 -137
  33. package/dist/wj-footer.js +18 -14
  34. package/dist/wj-form.js +18 -14
  35. package/dist/wj-format-digital.js +40 -25
  36. package/dist/wj-grid.js +20 -16
  37. package/dist/wj-header.js +22 -16
  38. package/dist/wj-icon-picker.js +122 -68
  39. package/dist/wj-icon.js +144 -64
  40. package/dist/wj-img-comparer.js +72 -41
  41. package/dist/wj-img.js +31 -19
  42. package/dist/wj-infinite-scroll.js +90 -52
  43. package/dist/wj-input-file.js +50 -27
  44. package/dist/wj-input.js +169 -70
  45. package/dist/wj-item.js +34 -17
  46. package/dist/wj-label.js +21 -19
  47. package/dist/wj-list.js +20 -15
  48. package/dist/wj-main.js +18 -14
  49. package/dist/wj-masonry.js +140 -83
  50. package/dist/wj-master.js +492 -350
  51. package/dist/wj-menu-button.js +19 -15
  52. package/dist/wj-menu-item.js +150 -64
  53. package/dist/wj-menu-label.js +21 -17
  54. package/dist/wj-menu.js +24 -18
  55. package/dist/wj-popup.js +1140 -712
  56. package/dist/wj-progress-bar.js +100 -40
  57. package/dist/wj-radio-group.js +38 -25
  58. package/dist/wj-radio.js +46 -22
  59. package/dist/wj-rate.js +121 -71
  60. package/dist/wj-relative-time.js +48 -24
  61. package/dist/wj-route.js +11 -8
  62. package/dist/wj-router-link.js +22 -17
  63. package/dist/wj-router-outlet.js +135 -71
  64. package/dist/wj-routerx.js +1124 -641
  65. package/dist/wj-row.js +21 -19
  66. package/dist/wj-slider.js +97 -55
  67. package/dist/wj-split-view.js +81 -43
  68. package/dist/wj-store.js +195 -110
  69. package/dist/wj-textarea.js +86 -37
  70. package/dist/wj-thumbnail.js +19 -15
  71. package/dist/wj-toast.js +87 -34
  72. package/dist/wj-toggle.js +42 -24
  73. package/dist/wj-toolbar-action.js +27 -16
  74. package/dist/wj-toolbar.js +26 -19
  75. package/dist/wj-tooltip.js +40 -24
  76. package/dist/wj-visually-hidden.js +18 -14
  77. package/package.json +1 -1
  78. package/dist/localize-762a9f0f.js +0 -43
  79. package/dist/router-links-e0087f84.js +0 -146
package/dist/style.css CHANGED
@@ -1,3 +1,2244 @@
1
- @charset "UTF-8";:root,:host,.wj-theme-light,.light{color-scheme:light;--wj-font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell","Fira Sans", "Droid Sans", "Helvetica Neue",sans-serif;--wj-font-family-secondary: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell","Fira Sans", "Droid Sans", "Helvetica Neue",sans-serif;--wj-force-mac-font-family: -apple-system, BlinkMacSystemFont,"Inter UI", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell","Fira Sans", "Droid Sans", "Helvetica Neue",sans-serif;--wj-font-size-x-small: .625rem;--wj-font-size-small: .75rem;--wj-font-size: .875rem;--wj-font-size-medium: 1rem;--wj-font-size-large: 1.25rem;--wj-font-size-x-large: 1.5rem;--wj-font-size-2x-large: 2.25rem;--wj-font-size-3x-large: 3rem;--wj-font-size-4x-large: 4.5rem;--wj-line-height: 21px;--wj-border-radius-small: .25rem;--wj-border-radius-medium: .5rem;--wj-border-radius-large: .75rem;--wj-border-radius-x-large: 1rem;--wj-border-radius-circle: 50%;--wj-border-radius-pill: 50rem;--wj-border-size: 0px;--wj-border-style: solid;--wj-box-shadow-medium: 0 1px 8px rgba(0,0,0,.5);--wj-box-shadow-large: rgba(0, 0, 0, .12) 0 4px 16px;--wj-backdrop: rgb(0, 0, 0);--wj-backdrop-opacity: .3;--wj-color: hsl(0, 0%, 29%);--wj-color-dark: hsl(0, 0%, 29%);--wj-color-light: hsl(0 0% 95%);--wj-background: var(--wj-color-contrast-0);--wj-border-color: var(--wj-color-contrast-3);--wj-card-background: var(--wj-color-contrast-0);--wj-card-color: var(--wj-color);--wj-color-primary: var(--wj-color-primary-11);--wj-color-complete: var(--wj-color-complete-11);--wj-color-success: var(--wj-color-success-11);--wj-color-warning: var(--wj-color-warning-11);--wj-color-danger: var(--wj-color-danger-11);--wj-color-info: var(--wj-color-info-11);--wj-color-menu: hsl(220, 15%, 15%);--wj-color-contrast: hsl(0, 0%, 95%);--wj-color-white: #fff;--wj-color-black: #000;--wj-color-contrast-lowest: #ffffff;--wj-color-contrast-lower: #f4f4f4;--wj-color-contrast-low: #e0e0e0;--wj-color-contrast-medium: #757575;--wj-color-contrast-high: #4b4b4b;--wj-color-contrast-highter: #212121;--wj-color-contrast-highest: #000000;--wj-color-contrast-0: hsl(0, 0%, 100%);--wj-color-contrast-1: hsl(0 0% 97.5%);--wj-color-contrast-2: hsl(240 4.8% 95.9%);--wj-color-contrast-3: hsl(240 5.9% 90%);--wj-color-contrast-4: hsl(240 4.9% 83.9%);--wj-color-contrast-5: hsl(240 5% 64.9%);--wj-color-contrast-6: hsl(240 3.8% 46.1%);--wj-color-contrast-7: hsl(240 5.2% 33.9%);--wj-color-contrast-8: hsl(240 5.3% 26.1%);--wj-color-contrast-9: hsl(240 3.7% 15.9%);--wj-color-contrast-10: hsl(240 5.9% 10%);--wj-color-contrast-11: hsl(240 7.3% 8%);--wj-color-primary-1: hsl(261, 70%, 96%);--wj-color-primary-2: hsl(260, 65%, 92%);--wj-color-primary-3: hsl(260, 63%, 88%);--wj-color-primary-4: hsl(260, 62%, 84%);--wj-color-primary-5: hsl(260, 63%, 80%);--wj-color-primary-6: hsl(259, 61%, 76%);--wj-color-primary-7: hsl(258, 61%, 72%);--wj-color-primary-8: hsl(257, 61%, 68%);--wj-color-primary-9: hsl(257, 60%, 65%);--wj-color-primary-10: hsl(256, 59%, 61%);--wj-color-primary-11: hsl(254, 59%, 57%);--wj-color-complete-1: hsl(232, 88%, 96%);--wj-color-complete-2: hsl(229, 88%, 93%);--wj-color-complete-3: hsl(229, 84%, 89%);--wj-color-complete-4: hsl(229, 85%, 86%);--wj-color-complete-5: hsl(227, 84%, 82%);--wj-color-complete-6: hsl(226, 83%, 78%);--wj-color-complete-7: hsl(225, 83%, 74%);--wj-color-complete-8: hsl(223, 83%, 70%);--wj-color-complete-9: hsl(221, 83%, 65%);--wj-color-complete-10: hsl(218, 83%, 59%);--wj-color-complete-11: hsl(211, 100%, 46%);--wj-color-success-1: hsl(147, 44%, 95%);--wj-color-success-2: hsl(148, 42%, 90%);--wj-color-success-3: hsl(149, 41%, 85%);--wj-color-success-4: hsl(150, 41%, 80%);--wj-color-success-5: hsl(149, 42%, 75%);--wj-color-success-6: hsl(150, 41%, 70%);--wj-color-success-7: hsl(151, 42%, 65%);--wj-color-success-8: hsl(152, 42%, 59%);--wj-color-success-9: hsl(153, 42%, 54%);--wj-color-success-10: hsl(155, 48%, 47%);--wj-color-success-11: hsl(158, 74%, 38%);--wj-color-warning-1: hsl(44, 100%, 96%);--wj-color-warning-2: hsl(46, 100%, 93%);--wj-color-warning-3: hsl(46, 100%, 90%);--wj-color-warning-4: hsl(46, 100%, 87%);--wj-color-warning-5: hsl(46, 100%, 84%);--wj-color-warning-6: hsl(46, 100%, 81%);--wj-color-warning-7: hsl(46, 100%, 77%);--wj-color-warning-8: hsl(47, 100%, 74%);--wj-color-warning-9: hsl(47, 100%, 71%);--wj-color-warning-10: hsl(47, 100%, 67%);--wj-color-warning-11: hsl(47, 100%, 63%);--wj-color-danger-1: hsl(9, 100%, 96%);--wj-color-danger-2: hsl(11, 100%, 91%);--wj-color-danger-3: hsl(11, 93%, 87%);--wj-color-danger-4: hsl(10, 90%, 83%);--wj-color-danger-5: hsl(9, 86%, 79%);--wj-color-danger-6: hsl(10, 82%, 74%);--wj-color-danger-7: hsl(8, 80%, 70%);--wj-color-danger-8: hsl(8, 77%, 65%);--wj-color-danger-9: hsl(7, 73%, 61%);--wj-color-danger-10: hsl(6, 71%, 56%);--wj-color-danger-11: hsl(3, 68%, 51%);--wj-color-info-1: hsl(210, 5%, 92%);--wj-color-info-2: hsl(204, 6%, 85%);--wj-color-info-3: hsl(210, 7%, 78%);--wj-color-info-4: hsl(206, 6%, 71%);--wj-color-info-5: hsl(212, 6%, 65%);--wj-color-info-6: hsl(207, 6%, 58%);--wj-color-info-7: hsl(210, 6%, 52%);--wj-color-info-8: hsl(210, 7%, 45%);--wj-color-info-9: hsl(210, 9%, 39%);--wj-color-info-10: hsl(208, 12%, 33%);--wj-color-info-11: hsl(208, 16%, 27%);--wj-color-primary-lighter: #eae0fb;--wj-color-primary-light: #845ae0;--wj-color-primary-dark: #4e37b6;--wj-color-primary-darker: #2d218f;--wj-color-success-lighter: #d6f7f0;--wj-color-success-light: #26bf93;--wj-color-success-dark: #0d935b;--wj-color-success-darker: #04733e;--wj-color-complete-lighter: #d3eeff;--wj-color-complete-light: #0f8ff9;--wj-color-complete-dark: #004fbf;--wj-color-complete-darker: #00318e;--wj-color-warning-lighter: #fffde1;--wj-color-warning-light: #ffe858;--wj-color-warning-dark: #daab2d;--wj-color-warning-darker: #aa7918;--wj-color-danger-lighter: #fde2da;--wj-color-danger-light: #e6533c;--wj-color-danger-dark: #b91e1e;--wj-color-danger-darker: #900f17;--wj-color-info-lighter: #dbe6e8;--wj-color-info-light: #475b6b;--wj-color-info-dark: #2b3947;--wj-color-info-darker: #1b2839;--wj-color-contrast-lower-a: rgba(33, 33, 33, .05);--wj-color-contrast-low-a: rgba(33, 33, 33, .14);--wj-color-contrast-medium-a: rgba(33, 33, 33, .62);--wj-color-contrast-high-a: rgba(33, 33, 33, .81)}/*!
1
+ @charset "UTF-8";
2
+ /*!
2
3
  * direction.scss
3
- */:host,.wj-theme-dark,.dark{color-scheme:dark;--wj-font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell","Fira Sans", "Droid Sans", "Helvetica Neue",sans-serif;--wj-font-family-secondary: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell","Fira Sans", "Droid Sans", "Helvetica Neue",sans-serif;--wj-force-mac-font-family: -apple-system, BlinkMacSystemFont,"Inter UI", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell","Fira Sans", "Droid Sans", "Helvetica Neue",sans-serif;--wj-font-size-x-small: .625rem;--wj-font-size-small: .75rem;--wj-font-size: .875rem;--wj-font-size-medium: 1rem;--wj-font-size-large: 1.25rem;--wj-font-size-x-large: 1.5rem;--wj-font-size-2x-large: 2.25rem;--wj-font-size-3x-large: 3rem;--wj-font-size-4x-large: 4.5rem;--wj-line-height: 21px;--wj-border-radius-small: .25rem;--wj-border-radius-medium: .5rem;--wj-border-radius-large: .75rem;--wj-border-radius-x-large: 1rem;--wj-border-radius-circle: 50%;--wj-border-radius-pill: 50rem;--wj-border-size: 0px;--wj-border-style: solid;--wj-box-shadow-medium: 0 1px 8px rgba(0,0,0,.5);--wj-box-shadow-large: rgba(0, 0, 0, .12) 0 4px 16px;--wj-backdrop: rgb(0, 0, 0);--wj-backdrop-opacity: .3;--wj-color: var(--wj-color-contrast-11);--wj-color-dark: hsl(0, 0%, 29%);--wj-color-light: hsl(0 0% 95%);--wj-background: hsl(218, 57%, 3%);--wj-border-color: var(--wj-color-contrast-4);--wj-card-background: var(--wj-color-contrast-3);--wj-card-color: var(--wj-color-white) !important;--wj-color-primary: var(--wj-color-primary-1);--wj-color-complete: var(--wj-color-complete-1);--wj-color-success: var(--wj-color-success-1);--wj-color-warning: var(--wj-color-warning-1);--wj-color-danger: var(--wj-color-danger-1);--wj-color-info: var(--wj-color-info-1);--wj-color-menu: hsl(220, 15%, 15%);--wj-color-contrast: hsl(210, 11%, 15%);--wj-color-white: #fff;--wj-color-black: #000;--wj-color-contrast-lowest: hsl(0, 0%, 0%);--wj-color-contrast-lower: hsl(0, 0%, 13%);--wj-color-contrast-low: hsl(0, 0%, 29%);--wj-color-contrast-medium: hsl(0, 0%, 46%);--wj-color-contrast-high: hsl(0, 0%, 88%);--wj-color-contrast-highter: hsl(0, 0%, 96%);--wj-color-contrast-highest: hsl(0, 0%, 100%);--wj-color-contrast-0: hsl(0, 0%, 0%);--wj-color-contrast-1: hsl(240 5.1% 15%);--wj-color-contrast-2: hsl(240 5.7% 18.2%);--wj-color-contrast-3: hsl(240 4.6% 22%);--wj-color-contrast-4: hsl(240 5% 27.6%);--wj-color-contrast-5: hsl(240 5% 35.5%);--wj-color-contrast-6: hsl(240 3.7% 44%);--wj-color-contrast-7: hsl(240 5.3% 58%);--wj-color-contrast-8: hsl(240 5.6% 73%);--wj-color-contrast-9: hsl(240 7.3% 84%);--wj-color-contrast-10: hsl(240 9.1% 91.8%);--wj-color-contrast-11: hsl(0 0% 95%);--wj-color-primary-1: hsl(254, 59%, 57%);--wj-color-primary-2: hsl(256, 59%, 61%);--wj-color-primary-3: hsl(257, 60%, 65%);--wj-color-primary-4: hsl(257, 61%, 68%);--wj-color-primary-5: hsl(258, 61%, 72%);--wj-color-primary-6: hsl(259, 61%, 76%);--wj-color-primary-7: hsl(260, 63%, 80%);--wj-color-primary-8: hsl(260, 62%, 84%);--wj-color-primary-9: hsl(260, 63%, 88%);--wj-color-primary-10: hsl(260, 65%, 92%);--wj-color-primary-11: hsl(261, 70%, 96%);--wj-color-complete-1: hsl(211, 100%, 46%);--wj-color-complete-2: hsl(218, 83%, 59%);--wj-color-complete-3: hsl(221, 83%, 65%);--wj-color-complete-4: hsl(223, 83%, 70%);--wj-color-complete-5: hsl(225, 83%, 74%);--wj-color-complete-6: hsl(226, 83%, 78%);--wj-color-complete-7: hsl(227, 84%, 82%);--wj-color-complete-8: hsl(229, 85%, 86%);--wj-color-complete-9: hsl(229, 84%, 89%);--wj-color-complete-10: hsl(229, 88%, 93%);--wj-color-complete-11: hsl(232, 88%, 96%);--wj-color-success-1: hsl(158, 74%, 38%);--wj-color-success-2: hsl(155, 48%, 47%);--wj-color-success-3: hsl(153, 42%, 54%);--wj-color-success-4: hsl(152, 42%, 59%);--wj-color-success-5: hsl(151, 42%, 65%);--wj-color-success-6: hsl(150, 41%, 70%);--wj-color-success-7: hsl(149, 42%, 75%);--wj-color-success-8: hsl(150, 41%, 80%);--wj-color-success-9: hsl(149, 41%, 85%);--wj-color-success-10: hsl(148, 42%, 90%);--wj-color-success-11: hsl(147, 44%, 95%);--wj-color-warning-1: hsl(47, 100%, 63%);--wj-color-warning-2: hsl(47, 100%, 67%);--wj-color-warning-3: hsl(47, 100%, 71%);--wj-color-warning-4: hsl(47, 100%, 74%);--wj-color-warning-5: hsl(46, 100%, 77%);--wj-color-warning-6: hsl(46, 100%, 81%);--wj-color-warning-7: hsl(46, 100%, 84%);--wj-color-warning-8: hsl(46, 100%, 87%);--wj-color-warning-9: hsl(46, 100%, 90%);--wj-color-warning-10: hsl(46, 100%, 93%);--wj-color-warning-11: hsl(44, 100%, 96%);--wj-color-danger-1: hsl(3, 68%, 51%);--wj-color-danger-2: hsl(6, 71%, 56%);--wj-color-danger-3: hsl(7, 73%, 61%);--wj-color-danger-4: hsl(8, 77%, 65%);--wj-color-danger-5: hsl(8, 80%, 70%);--wj-color-danger-6: hsl(10, 82%, 74%);--wj-color-danger-7: hsl(9, 86%, 79%);--wj-color-danger-8: hsl(10, 90%, 83%);--wj-color-danger-9: hsl(11, 93%, 87%);--wj-color-danger-10: hsl(11, 100%, 91%);--wj-color-danger-11: hsl(9, 100%, 96%);--wj-color-info-1: hsl(208, 16%, 27%);--wj-color-info-2: hsl(208, 12%, 33%);--wj-color-info-3: hsl(210, 9%, 39%);--wj-color-info-4: hsl(210, 7%, 45%);--wj-color-info-5: hsl(210, 6%, 52%);--wj-color-info-6: hsl(207, 6%, 58%);--wj-color-info-7: hsl(212, 6%, 65%);--wj-color-info-8: hsl(206, 6%, 71%);--wj-color-info-9: hsl(210, 7%, 78%);--wj-color-info-10: hsl(204, 6%, 85%);--wj-color-info-11: hsl(210, 5%, 92%);--wj-color-primary-lighter: #eae0fb;--wj-color-primary-light: #845ae0;--wj-color-primary-dark: #4e37b6;--wj-color-primary-darker: #2d218f;--wj-color-success-lighter: #d6f7f0;--wj-color-success-light: #26bf93;--wj-color-success-dark: #0d935b;--wj-color-success-darker: #04733e;--wj-color-complete-lighter: #d3eeff;--wj-color-complete-light: #0f8ff9;--wj-color-complete-dark: #004fbf;--wj-color-complete-darker: #00318e;--wj-color-warning-lighter: #fffde1;--wj-color-warning-light: #ffe858;--wj-color-warning-dark: #daab2d;--wj-color-warning-darker: #aa7918;--wj-color-danger-lighter: #fde2da;--wj-color-danger-light: #e6533c;--wj-color-danger-dark: #b91e1e;--wj-color-danger-darker: #900f17;--wj-color-info-lighter: #dbe6e8;--wj-color-info-light: #475b6b;--wj-color-info-dark: #2b3947;--wj-color-info-darker: #1b2839;--wj-color-contrast-lower-a: rgba(33, 33, 33, .05);--wj-color-contrast-low-a: rgba(33, 33, 33, .14);--wj-color-contrast-medium-a: rgba(33, 33, 33, .62);--wj-color-contrast-high-a: rgba(33, 33, 33, .81)}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{color:var(--wj-color-contrast-high);font-family:var(--wj-font-family);font-size:var(--wj-font-size);font-weight:400;letter-spacing:.01em;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-feature-settings:"kern" 1;-moz-font-feature-settings:"kern" 1;margin:0;padding:0!important}h1,h2,h3,h4,h5,h6{margin:.625rem 0;font-family:var(--wj-font-family);-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-weight:500;color:inherit;display:inline-block}h1{font-size:var(--wj-font-size-2x-large);line-height:44px;letter-spacing:-.0141279em}h2{font-size:var(--wj-font-size-x-large);line-height:34px;letter-spacing:-.021em}h3{font-size:var(--wj-font-size-large);line-height:28px;letter-spacing:-.0114923em}h4{font-size:var(--wj-font-size-large);line-height:26px;letter-spacing:-.00865734em}h5{font-size:var(--wj-font-medium);line-height:24px;letter-spacing:-.00630069em}h3 small,h4 small,h5 small{font-weight:300}h1.block,h2.block,h3.block,h4.block,h5.block,h6.block{padding-bottom:.625rem}a{text-shadow:none!important;color:var(--wj-color-primary-dark);transition:color .1s linear 0s,background-color .1s linear 0s,opacity .2s linear 0s!important;font-weight:500}a:focus,a:hover,a:active{color:var(--wj-color-primary)}a,a:focus,a:hover,a:active{outline:0!important;text-decoration:none}a.no-style{color:inherit;font-weight:400}br{line-height:normal;clear:both}p{display:block;color:inherit;font-size:14px;font-weight:400;letter-spacing:.00177646em;line-height:21px;margin:0 0 .625rem;font-style:normal;white-space:normal}small,.small{line-height:18px;font-size:85.714%}label.inline{display:inline-block;position:relative;top:0;font-size:13px}ul,ol{margin-bottom:.625rem}ul>li,ol>li{padding-left:3px;line-height:24px}ul.lg-icon>li,ol.lg-icon>li{font-size:21px}ul.lg-icon>li span,ol.lg-icon>li span{font-size:14px}ul.no-style,ol.no-style{list-style:none;padding-left:5px}address{margin-bottom:0}address a{color:var(--wj-color-contrast-high)}blockquote{padding:4px 0 0 18px;border-left:0}blockquote:before{content:"";font-size:20px;margin-right:6px;float:left;position:relative;top:-12px}blockquote p{font-size:16px;margin-bottom:4px}blockquote small{line-height:29px;color:var(--wj-color-contrast-high)}blockquote small:before{content:"—";margin-right:6px}blockquote.pull-right{border-right:0}blockquote.pull-right:before{float:right;content:"";margin-left:6px;margin-right:0}blockquote.pull-right small{padding-right:30px}blockquote.pull-right small:after{content:""}hr{border-color:var(--wj-color-contrast-low)}hr.double{border-width:2px}hr.dotted{border-style:dotted none none}.ff-sup{font-feature-settings:"kern" 1,"sups" 1;-webkit-font-feature-settings:"kern" 1,"sups" 1;-moz-font-feature-settings:"kern" 1,"sups" 1}.ff-sub{font-feature-settings:"kern" 1,"subs" 1;-webkit-font-feature-settings:"kern" 1,"subs" 1;-moz-font-feature-settings:"kern" 1,"subs" 1}code{color:var(--wj-color-contrast-medium);background-color:var(--wj-color-contrast-lower-a);font-size:97%;position:relative;line-height:inherit;border-radius:3px;padding:5px 7px;margin:0}code:hover{color:var(--wj-color-complete)}code.code-sm{padding:3px 6px}figcaption{font-size:13px;margin-top:.625rem;font-weight:400;display:block;letter-spacing:.008em;text-align:center;color:var(--wj-color-contrast-medium);line-height:1.46}em{font-style:italic!important;font-family:inherit;font-weight:inherit}ins{font-family:var(--wj-font-family);border-bottom:1px solid #d0d0d0;text-decoration:none;color:var(--wj-color-contrast-high);font-weight:400;font-size:94%}cite{font-family:var(--wj-font-family);font-weight:300;color:var(--wj-color-contrast-medium);text-decoration:none;font-style:normal;hanging-punctuation:first}sup{top:-.28em;font-size:70%}sub{bottom:.03em}var{font-family:var(--wj-font-family);font-feature-settings:"calt" 1,"tnum" 1,"frac" 1,"case" 1,"ss01" 1,"cv11" 1}q{font-family:var(--wj-font-family);font-weight:500;font-size:20px;hanging-punctuation:first}q:before{content:"“";color:#00000070;font-size:35px}q:after{content:"”";font-size:35px;color:#00000070}audio{margin-top:42px}hr{clear:both;margin-bottom:42px;margin-top:42px;border:0;border-bottom:1px solid rgba(0,0,0,.13)}address{font-family:var(--wj-font-family);font-style:normal;margin:24px 0 1.75em;font-size:14px;line-height:24px}abbr{text-decoration:none;letter-spacing:.01em;background-color:transparent;border-bottom:2px solid #ffba5a;transition-property:color,background,border;transition-duration:.15s;transition-timing-function:linear;color:var(--wj-color-contrast-high)}acronym{text-decoration:none;text-transform:uppercase;letter-spacing:.06em;background-color:transparent;border-bottom:2px solid #ffba5a;transition-property:color,background,border;transition-duration:.15s;transition-timing-function:linear;color:var(--wj-color-contrast-high)}pre{-moz-tab-size:4;tab-size:4;font-size:85.714%;overflow-x:auto;font-family:monospace,monospace;line-height:1.7;counter-reset:line;background-color:var(--wj-color-contrast-low) er;color:var(--wj-color-contrast-high);margin-inline:0;padding:1rem 1.25rem;border-radius:3px;margin-top:1rem;margin-bottom:1rem}dt{font-weight:700;margin-bottom:5px}dd{margin:0 0 1.75em}kbd{font-size:85.714%;font-family:var(--wj-font-family);position:relative;line-height:34px;top:-3px;letter-spacing:.01em;padding:5px 7px;margin:0;color:#00000087;background-color:#fff;border-radius:3px;box-shadow:0 2px 0 1px #c7c7c7,0 1px 0 1px #00000026,0 0 0 1px #ececec}.overline{text-transform:uppercase;display:inline-block;letter-spacing:.06em;font-size:11px}.small-text{font-size:12px!important;letter-spacing:.00849077em;line-height:18px}.small-text a{text-decoration:underline}.normal-text{font-size:13px!important}.large-text{font-size:15px!important}.normal{font-weight:400!important}.semi-bold{font-weight:500!important}.bold{font-weight:600!important}.light{font-weight:300!important}.all-caps{text-transform:uppercase;letter-spacing:.07em!important}.text-uppercase{text-transform:uppercase!important;letter-spacing:.07em!important}.muted{color:var(--wj-color-contrast-medium)}.hint-text{opacity:.76!important}.no-decoration{text-decoration:none!important}.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bg-contrast-higher{background-color:var(--wj-color-contrast-highter)!important;color:var(--wj-color-contrast-lowest)}.bg-contrast-high{background-color:var(--wj-color-contrast-high)!important;color:var(--wj-color-contrast-lowest)}.bg-contrast-medium{background-color:var(--wj-color-contrast-medium)!important;color:var(--wj-color-contrast-lowest)}.bg-contrast-low{background-color:var(--wj-color-contrast-low)!important;color:var(--wj-color-contrast-high)}.bg-contrast-lower{background-color:var(--wj-color-contrast-lower)!important;color:var(--wj-color-contrast-high)}.bg-contrast-lowest{background-color:var(--wj-color-contrast-lowest)!important;color:var(--wj-color-contrast-high)}.bg-primary{background-color:var(--wj-color-primary)!important;color:var(--wj-color-contrast-lowest)}.bg-primary-dark{background-color:var(--wj-color-primary-dark)!important;color:var(--wj-color-contrast-lowest)}.bg-primary-darker{background-color:var(--wj-color-primary-dark) er!important;color:var(--wj-color-contrast-lowest)}.bg-primary-light{background-color:var(--wj-color-primary-light)!important;color:var(--wj-color-contrast-lowest)}.bg-primary-lighter{background-color:var(--wj-color-primary-lighter)!important;color:var(--wj-color-contrast-high)}.bg-complete{background-color:var(--wj-color-complete)!important;color:var(--wj-color-contrast-lowest)}.bg-complete-dark{background-color:var(--wj-color-complete-dark)!important;color:var(--wj-color-contrast-lowest)}.bg-complete-darker{background-color:var(--wj-color-complete-darker)!important;color:var(--wj-color-contrast-lowest)}.bg-complete-light{background-color:var(--wj-color-complete-light)!important;color:var(--wj-color-contrast-lowest)}.bg-complete-lighter{background-color:var(--wj-color-complete-lighter)!important;color:var(--wj-color-contrast-high)}.bg-success{background-color:var(--wj-color-success)!important;color:var(--wj-color-contrast-lowest)}.bg-success-dark{background-color:var(--wj-color-success-dark)!important;color:var(--wj-color-contrast-lowest)}.bg-success-darker{background-color:var(--wj-color-success-darker)!important;color:var(--wj-color-contrast-lowest)}.bg-success-light{background-color:var(--wj-color-success-light)!important;color:var(--wj-color-contrast-high)}.bg-success-lighter{background-color:var(--wj-color-success-lighter)!important;color:var(--wj-color-contrast-high)}.bg-info{background-color:var(--wj-color-info)!important;color:var(--wj-color-contrast-lowest)}.bg-info-dark{background-color:var(--wj-color-info-dark);color:var(--wj-color-contrast-lowest)}.bg-info-darker{background-color:var(--wj-color-info-darker);color:var(--wj-color-contrast-lowest)}.bg-info-light{background-color:var(--wj-color-info-light);color:var(--wj-color-contrast-lowest)}.bg-info-lighter{background-color:var(--wj-color-info-lighter);color:var(--wj-color-contrast-high)}.bg-danger{background-color:var(--wj-color-danger)!important;color:var(--wj-color-contrast-lowest)}.bg-danger-dark{background-color:var(--wj-color-danger-dark);color:var(--wj-color-contrast-lowest)}.bg-danger-darker{background-color:var(--wj-color-danger-darker);color:var(--wj-color-contrast-lowest)}.bg-danger-light{background-color:var(--wj-color-danger-light);color:var(--wj-color-contrast-high)}.bg-danger-lighter{background-color:var(--wj-color-danger-lightervar);color:var(--wj-color-contrast-high)}.bg-warning{background-color:var(--wj-color-warning)!important;color:var(--wj-color-contrast-high)}.bg-warning-dark{background-color:var(--wj-color-warning-dark);color:var(--wj-color-contrast-high)}.bg-warning-darker{background-color:var(--wj-color-warning-darker);color:var(--wj-color-contrast-high)}.bg-warning-light{background-color:var(--wj-color-warning-light);color:var(--wj-color-contrast-high)}.bg-warning-lighter{background-color:var(--wj-color-warning-lighter);color:var(--wj-color-contrast-high)}.bg-menu-dark{background-color:var(--wj-color-menu-dark);color:var(--wj-color-contrast-lowest)}.bg-menu{background-color:var(--wj-color-menu);color:var(--wj-color-contrast-lowest)}.bg-menu-light{background-color:var(--wj-color-menu-light);color:var(--wj-color-contrast-high)}.gradient-grey,.gradient-black{background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 75%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 75%)}.bg-black{background-color:var(--wj-color-black)!important;color:var(--wj-color-contrast-lowest)}.bg-white{background-color:var(--wj-color-contrast-lowest)!important;color:var(--wj-color-contrast-high)}.bg-transparent{background-color:transparent!important}.link{opacity:.7}.link:hover{opacity:1}.text-dark{color:var(--wj-color-contrast-highter)!important}.text-color{color:var(--wj-color-contrast-high)!important}.text-primary{color:var(--wj-color-primary)!important}.text-primary-lighter{color:var(--wj-color-primary-lighter)!important}.text-complete{color:var(--wj-color-complete)!important}.text-complete-lighter{color:var(--wj-color-complete-lighter)!important}.text-success{color:var(--wj-color-success)!important}.text-success-lighter{color:var(--wj-color-success-lighter)!important}.text-info{color:var(--wj-color-info)!important}.text-info-lighter{color:var(--wj-color-info-lighter)!important}.text-warning{color:var(--wj-color-warning)!important}.text-warning-lighter{color:var(--wj-color-warning-lighter)!important}.text-danger{color:var(--wj-color-danger)!important}.text-danger-lighter{color:var(--wj-color-danger-lighter)!important}.text-black{color:var(--wj-color-black)!important}.text-white{color:var(--wj-color-white)!important}.text-right{text-align:right!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.stroke-primary{stroke:var(--wj-color-primary)!important}.stroke-complete{stroke:var(--wj-color-complete)!important}.stroke-success{stroke:var(--wj-color-success)!important}.stroke-info{stroke:var(--wj-color-info)!important}.stroke-warning{stroke:var(--wj-color-warning)!important}.stroke-danger{stroke:var(--wj-color-danger)!important}.fs-x-small{font-size:var(--wj-font-size-x-small)!important;letter-spacing:.0180093em;line-height:15px}.fs-small{font-size:var(--wj-font-size-small)!important;letter-spacing:.00849077em;line-height:18px}.fs{font-size:var(--wj-font-size)!important;letter-spacing:.00177646em;line-height:22px}.fs-medium{font-size:var(--wj-font-size-medium)!important;letter-spacing:-.00295978em;line-height:24px}.fs-large{font-size:var(--wj-font-size-large)!important;letter-spacing:normal;line-height:normal}.fs-x-large{font-size:var(--wj-font-size-x-large)!important;letter-spacing:normal;line-height:normal}.fs-2x-large{font-size:var(--wj-font-size-2x-large)!important;letter-spacing:normal;line-height:normal}.fs-3x-large{font-size:var(--wj-font-size-3x-large)!important;letter-spacing:normal;line-height:normal}.fs-4x-large{font-size:var(--wj-font-size-4x-large)!important;letter-spacing:normal;line-height:normal}.lh-normal{line-height:normal}.lh-10{line-height:10px}.lh-11{line-height:11px}.lh-12{line-height:12px}.lh-13{line-height:13px}.lh-14{line-height:14px}.lh-15{line-height:15px}.lh-16{line-height:16px}.font-arial{font-family:Arial,sans-serif!important}.font-montserrat{font-family:var(--wj-font-family-secondary)!important}.font-heading,.font-secondary{font-family:var(--wj-font-family-secondary)}.well{background-color:var(--wj-color-contrast-low);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;border:none;background-image:none}.well.well-large{padding:24px;width:auto}.well.well-small{padding:13px;width:auto}.well.green{background-color:var(--wj-color-complete);color:var(--wj-color-contrast-lowest);border:none}.overflow-ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media (max-width: 1400px){body,p{font-size:var(--wj-font-size-small);line-height:20px}h1{font-size:var(--wj-font-size-2x-large);line-height:44px;letter-spacing:-.08px}h2{font-size:var(--wj-font-size-x-large);line-height:40px}h3{font-size:var(--wj-font-size-large);line-height:35.88px}h4{font-size:var(--wj-font-size-large);line-height:33.88px}h5{font-size:var(--wj-font-size-medium);line-height:25.88px}small,.small{font-size:89%;line-height:17px}}.alert>p,.alert>ul{margin-bottom:0}.table>tbody>tr>td,.table>tbody>tr>th{line-height:1.42857143}.table>tfoot>tr>td,.table>tfoot>tr>th{line-height:1.42857143}.table>thead>tr>td,.table>thead>tr>th{line-height:1.42857143}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-5{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.text-separator{display:block;text-align:center;margin:1.5rem 0;width:100%;background:linear-gradient(to top,transparent 0%,transparent calc(50% - 1px),var(--color-contrast-low) calc(50% - 1px),var(--color-contrast-low) calc(50% + 1px),transparent calc(50% + 1px),transparent 100%)}.text-separator:before{background:#fff;content:attr(data-text);padding:0 1rem;text-transform:uppercase}
4
+ */
5
+ /* Skeleton Variables */
6
+ /*
7
+ [ Light Mode ]
8
+ */
9
+ :root,
10
+ :host,
11
+ .wj-theme-light,
12
+ .light {
13
+ color-scheme: light;
14
+ --wj-font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell","Fira Sans", "Droid Sans", "Helvetica Neue",sans-serif;
15
+ --wj-font-family-secondary: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell","Fira Sans", "Droid Sans", "Helvetica Neue",sans-serif;
16
+ --wj-force-mac-font-family: -apple-system, BlinkMacSystemFont,"Inter UI", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell","Fira Sans", "Droid Sans", "Helvetica Neue",sans-serif;
17
+ --wj-font-size-x-small: 0.625rem;
18
+ --wj-font-size-small: 0.75rem;
19
+ --wj-font-size: 0.875rem;
20
+ --wj-font-size-medium: 1rem;
21
+ --wj-font-size-large: 1.25rem;
22
+ --wj-font-size-x-large: 1.5rem;
23
+ --wj-font-size-2x-large: 2.25rem;
24
+ --wj-font-size-3x-large: 3rem;
25
+ --wj-font-size-4x-large: 4.5rem;
26
+ --wj-line-height: 21px;
27
+ --wj-border-radius-small: .25rem;
28
+ --wj-border-radius-medium: .5rem;
29
+ --wj-border-radius-large: .75rem;
30
+ --wj-border-radius-x-large: 1rem;
31
+ --wj-border-radius-circle: 50%;
32
+ --wj-border-radius-pill: 50rem;
33
+ --wj-border-size: 0px;
34
+ --wj-border-style: solid;
35
+ --wj-box-shadow-medium: 0 1px 8px rgba(0,0,0,0.5);
36
+ --wj-box-shadow-large: rgba(0, 0, 0, 0.12) 0 4px 16px;
37
+ --wj-backdrop: rgb(0, 0, 0);
38
+ --wj-backdrop-opacity: .3;
39
+ --wj-color: hsl(0, 0%, 29%);
40
+ --wj-color-dark: hsl(0, 0%, 29%);
41
+ --wj-color-light: hsl(0 0% 95%);
42
+ --wj-background: var(--wj-color-contrast-0);
43
+ --wj-border-color: var(--wj-color-contrast-3);
44
+ --wj-card-background: var(--wj-color-contrast-0);
45
+ --wj-card-color: var(--wj-color);
46
+ --wj-color-primary: var(--wj-color-primary-11);
47
+ --wj-color-complete: var(--wj-color-complete-11);
48
+ --wj-color-success: var(--wj-color-success-11);
49
+ --wj-color-warning: var(--wj-color-warning-11);
50
+ --wj-color-danger: var(--wj-color-danger-11);
51
+ --wj-color-info: var(--wj-color-info-11);
52
+ --wj-color-menu: hsl(220, 15%, 15%);
53
+ --wj-color-contrast: hsl(0, 0%, 95%);
54
+ --wj-color-white: #fff;
55
+ --wj-color-black: #000;
56
+ --wj-color-contrast-lowest: #ffffff;
57
+ --wj-color-contrast-lower: #f4f4f4;
58
+ --wj-color-contrast-low: #e0e0e0;
59
+ --wj-color-contrast-medium: #757575;
60
+ --wj-color-contrast-high: #4b4b4b;
61
+ --wj-color-contrast-highter: #212121;
62
+ --wj-color-contrast-highest: #000000;
63
+ --wj-color-contrast-0: hsl(0, 0%, 100%);
64
+ --wj-color-contrast-1: hsl(0 0% 97.5%);
65
+ --wj-color-contrast-2: hsl(240 4.8% 95.9%);
66
+ --wj-color-contrast-3: hsl(240 5.9% 90%);
67
+ --wj-color-contrast-4: hsl(240 4.9% 83.9%);
68
+ --wj-color-contrast-5: hsl(240 5% 64.9%);
69
+ --wj-color-contrast-6: hsl(240 3.8% 46.1%);
70
+ --wj-color-contrast-7: hsl(240 5.2% 33.9%);
71
+ --wj-color-contrast-8: hsl(240 5.3% 26.1%);
72
+ --wj-color-contrast-9: hsl(240 3.7% 15.9%);
73
+ --wj-color-contrast-10: hsl(240 5.9% 10%);
74
+ --wj-color-contrast-11: hsl(240 7.3% 8%);
75
+ --wj-color-primary-1: hsl(261, 70%, 96%);
76
+ --wj-color-primary-2: hsl(260, 65%, 92%);
77
+ --wj-color-primary-3: hsl(260, 63%, 88%);
78
+ --wj-color-primary-4: hsl(260, 62%, 84%);
79
+ --wj-color-primary-5: hsl(260, 63%, 80%);
80
+ --wj-color-primary-6: hsl(259, 61%, 76%);
81
+ --wj-color-primary-7: hsl(258, 61%, 72%);
82
+ --wj-color-primary-8: hsl(257, 61%, 68%);
83
+ --wj-color-primary-9: hsl(257, 60%, 65%);
84
+ --wj-color-primary-10: hsl(256, 59%, 61%);
85
+ --wj-color-primary-11: hsl(254, 59%, 57%);
86
+ --wj-color-complete-1: hsl(232, 88%, 96%);
87
+ --wj-color-complete-2: hsl(229, 88%, 93%);
88
+ --wj-color-complete-3: hsl(229, 84%, 89%);
89
+ --wj-color-complete-4: hsl(229, 85%, 86%);
90
+ --wj-color-complete-5: hsl(227, 84%, 82%);
91
+ --wj-color-complete-6: hsl(226, 83%, 78%);
92
+ --wj-color-complete-7: hsl(225, 83%, 74%);
93
+ --wj-color-complete-8: hsl(223, 83%, 70%);
94
+ --wj-color-complete-9: hsl(221, 83%, 65%);
95
+ --wj-color-complete-10: hsl(218, 83%, 59%);
96
+ --wj-color-complete-11: hsl(211, 100%, 46%);
97
+ --wj-color-success-1: hsl(147, 44%, 95%);
98
+ --wj-color-success-2: hsl(148, 42%, 90%);
99
+ --wj-color-success-3: hsl(149, 41%, 85%);
100
+ --wj-color-success-4: hsl(150, 41%, 80%);
101
+ --wj-color-success-5: hsl(149, 42%, 75%);
102
+ --wj-color-success-6: hsl(150, 41%, 70%);
103
+ --wj-color-success-7: hsl(151, 42%, 65%);
104
+ --wj-color-success-8: hsl(152, 42%, 59%);
105
+ --wj-color-success-9: hsl(153, 42%, 54%);
106
+ --wj-color-success-10: hsl(155, 48%, 47%);
107
+ --wj-color-success-11: hsl(158, 74%, 38%);
108
+ --wj-color-warning-1: hsl(44, 100%, 96%);
109
+ --wj-color-warning-2: hsl(46, 100%, 93%);
110
+ --wj-color-warning-3: hsl(46, 100%, 90%);
111
+ --wj-color-warning-4: hsl(46, 100%, 87%);
112
+ --wj-color-warning-5: hsl(46, 100%, 84%);
113
+ --wj-color-warning-6: hsl(46, 100%, 81%);
114
+ --wj-color-warning-7: hsl(46, 100%, 77%);
115
+ --wj-color-warning-8: hsl(47, 100%, 74%);
116
+ --wj-color-warning-9: hsl(47, 100%, 71%);
117
+ --wj-color-warning-10: hsl(47, 100%, 67%);
118
+ --wj-color-warning-11: hsl(47, 100%, 63%);
119
+ --wj-color-danger-1: hsl(9, 100%, 96%);
120
+ --wj-color-danger-2: hsl(11, 100%, 91%);
121
+ --wj-color-danger-3: hsl(11, 93%, 87%);
122
+ --wj-color-danger-4: hsl(10, 90%, 83%);
123
+ --wj-color-danger-5: hsl(9, 86%, 79%);
124
+ --wj-color-danger-6: hsl(10, 82%, 74%);
125
+ --wj-color-danger-7: hsl(8, 80%, 70%);
126
+ --wj-color-danger-8: hsl(8, 77%, 65%);
127
+ --wj-color-danger-9: hsl(7, 73%, 61%);
128
+ --wj-color-danger-10: hsl(6, 71%, 56%);
129
+ --wj-color-danger-11: hsl(3, 68%, 51%);
130
+ --wj-color-info-1: hsl(210, 5%, 92%);
131
+ --wj-color-info-2: hsl(204, 6%, 85%);
132
+ --wj-color-info-3: hsl(210, 7%, 78%);
133
+ --wj-color-info-4: hsl(206, 6%, 71%);
134
+ --wj-color-info-5: hsl(212, 6%, 65%);
135
+ --wj-color-info-6: hsl(207, 6%, 58%);
136
+ --wj-color-info-7: hsl(210, 6%, 52%);
137
+ --wj-color-info-8: hsl(210, 7%, 45%);
138
+ --wj-color-info-9: hsl(210, 9%, 39%);
139
+ --wj-color-info-10: hsl(208, 12%, 33%);
140
+ --wj-color-info-11: hsl(208, 16%, 27%);
141
+ --wj-color-primary-lighter: #eae0fb;
142
+ --wj-color-primary-light: #845ae0;
143
+ --wj-color-primary-dark: #4e37b6;
144
+ --wj-color-primary-darker: #2d218f;
145
+ --wj-color-success-lighter: #d6f7f0;
146
+ --wj-color-success-light: #26bf93;
147
+ --wj-color-success-dark: #0d935b;
148
+ --wj-color-success-darker: #04733e;
149
+ --wj-color-complete-lighter: #d3eeff;
150
+ --wj-color-complete-light: #0f8ff9;
151
+ --wj-color-complete-dark: #004fbf;
152
+ --wj-color-complete-darker: #00318e;
153
+ --wj-color-warning-lighter: #fffde1;
154
+ --wj-color-warning-light: #ffe858;
155
+ --wj-color-warning-dark: #daab2d;
156
+ --wj-color-warning-darker: #aa7918;
157
+ --wj-color-danger-lighter: #fde2da;
158
+ --wj-color-danger-light: #e6533c;
159
+ --wj-color-danger-dark: #b91e1e;
160
+ --wj-color-danger-darker: #900f17;
161
+ --wj-color-info-lighter: #dbe6e8;
162
+ --wj-color-info-light: #475b6b;
163
+ --wj-color-info-dark: #2b3947;
164
+ --wj-color-info-darker: #1b2839;
165
+ --wj-color-contrast-lower-a: rgba(33, 33, 33, 0.05);
166
+ --wj-color-contrast-low-a: rgba(33, 33, 33, 0.14);
167
+ --wj-color-contrast-medium-a: rgba(33, 33, 33, 0.62);
168
+ --wj-color-contrast-high-a: rgba(33, 33, 33, 0.81);
169
+ }
170
+ /*------------------------------------------------------------------
171
+ [5@mixin Typography]
172
+ */
173
+ /* Standard elements
174
+ --------------------------------------------------
175
+ */
176
+ html {
177
+ font-size: 100%;
178
+ -ms-text-size-adjust: 100%;
179
+ -webkit-text-size-adjust: 100%;
180
+ }
181
+ body {
182
+ color: var(--wj-color-contrast-high);
183
+ font-family: var(--wj-font-family);
184
+ font-size: var(--wj-font-size);
185
+ font-weight: normal;
186
+ letter-spacing: 0.01em;
187
+ -webkit-font-smoothing: antialiased;
188
+ -webkit-text-size-adjust: 100%;
189
+ -ms-text-size-adjust: 100%;
190
+ -webkit-font-feature-settings: "kern" 1;
191
+ -moz-font-feature-settings: "kern" 1;
192
+ margin: 0;
193
+ padding: 0 !important;
194
+ }
195
+ /* Headings
196
+ ------------------------------------
197
+ */
198
+ h1,
199
+ h2,
200
+ h3,
201
+ h4,
202
+ h5,
203
+ h6 {
204
+ margin: 0.625rem 0;
205
+ font-family: var(--wj-font-family);
206
+ -webkit-font-smoothing: antialiased;
207
+ -webkit-text-size-adjust: 100%;
208
+ -ms-text-size-adjust: 100%;
209
+ font-weight: 500;
210
+ color: inherit;
211
+ display: inline-block;
212
+ }
213
+ h1 {
214
+ font-size: var(--wj-font-size-2x-large);
215
+ line-height: 44px;
216
+ letter-spacing: -0.0141279em;
217
+ }
218
+ h2 {
219
+ font-size: var(--wj-font-size-x-large);
220
+ line-height: 34px;
221
+ letter-spacing: -0.021em;
222
+ }
223
+ h3 {
224
+ font-size: var(--wj-font-size-large);
225
+ line-height: 28px;
226
+ letter-spacing: -0.0114923em;
227
+ }
228
+ h4 {
229
+ font-size: var(--wj-font-size-large);
230
+ line-height: 26px;
231
+ letter-spacing: -0.00865734em;
232
+ }
233
+ h5 {
234
+ font-size: var(--wj-font-medium);
235
+ line-height: 24px;
236
+ letter-spacing: -0.00630069em;
237
+ }
238
+ h3 small,
239
+ h4 small,
240
+ h5 small {
241
+ font-weight: 300;
242
+ }
243
+ h1.block,
244
+ h2.block,
245
+ h3.block,
246
+ h4.block,
247
+ h5.block,
248
+ h6.block {
249
+ padding-bottom: 0.625rem;
250
+ }
251
+ /* Lins and Others
252
+ ------------------------------------
253
+ */
254
+ a {
255
+ text-shadow: none !important;
256
+ color: var(--wj-color-primary-dark);
257
+ transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
258
+ font-weight: 500;
259
+ }
260
+ a:focus,
261
+ a:hover,
262
+ a:active {
263
+ color: var(--wj-color-primary);
264
+ }
265
+ a,
266
+ a:focus,
267
+ a:hover,
268
+ a:active {
269
+ outline: 0 !important;
270
+ text-decoration: none;
271
+ }
272
+ a.no-style {
273
+ color: inherit;
274
+ font-weight: normal;
275
+ }
276
+ br {
277
+ line-height: normal;
278
+ clear: both;
279
+ }
280
+ p {
281
+ display: block;
282
+ color: inherit;
283
+ font-size: 14px;
284
+ font-weight: normal;
285
+ letter-spacing: 0.00177646em;
286
+ line-height: 21px;
287
+ margin: 0 0 0.625rem 0;
288
+ font-style: normal;
289
+ white-space: normal;
290
+ }
291
+ small,
292
+ .small {
293
+ line-height: 18px;
294
+ font-size: 85.714%;
295
+ }
296
+ label.inline {
297
+ display: inline-block;
298
+ position: relative;
299
+ top: 0;
300
+ font-size: 13px;
301
+ }
302
+ ul,
303
+ ol {
304
+ margin-bottom: 0.625rem;
305
+ }
306
+ ul > li,
307
+ ol > li {
308
+ padding-left: 3px;
309
+ line-height: 24px;
310
+ }
311
+ ul.lg-icon > li,
312
+ ol.lg-icon > li {
313
+ font-size: 21px;
314
+ }
315
+ ul.lg-icon > li span,
316
+ ol.lg-icon > li span {
317
+ font-size: 14px;
318
+ }
319
+ ul.no-style,
320
+ ol.no-style {
321
+ list-style: none;
322
+ padding-left: 5px;
323
+ }
324
+ address {
325
+ margin-bottom: 0;
326
+ }
327
+ address a {
328
+ color: var(--wj-color-contrast-high);
329
+ }
330
+ blockquote {
331
+ padding: 4px 0 0 18px;
332
+ border-left: 0;
333
+ }
334
+ blockquote:before {
335
+ content: "\e95d";
336
+ font-size: 20px;
337
+ margin-right: 6px;
338
+ float: left;
339
+ position: relative;
340
+ top: -12px;
341
+ }
342
+ blockquote p {
343
+ font-size: 16px;
344
+ margin-bottom: 4px;
345
+ }
346
+ blockquote small {
347
+ line-height: 29px;
348
+ color: var(--wj-color-contrast-high);
349
+ }
350
+ blockquote small:before {
351
+ content: "—";
352
+ margin-right: 6px;
353
+ }
354
+ blockquote.pull-right {
355
+ border-right: 0;
356
+ }
357
+ blockquote.pull-right:before {
358
+ float: right;
359
+ content: "\e95d";
360
+ margin-left: 6px;
361
+ margin-right: 0;
362
+ }
363
+ blockquote.pull-right small {
364
+ padding-right: 30px;
365
+ }
366
+ blockquote.pull-right small:after {
367
+ content: "";
368
+ }
369
+ hr {
370
+ border-color: var(--wj-color-contrast-low);
371
+ }
372
+ hr.double {
373
+ border-width: 2px;
374
+ }
375
+ hr.dotted {
376
+ border-style: dotted none none;
377
+ }
378
+ .ff-sup {
379
+ font-feature-settings: "kern" 1, "sups" 1;
380
+ -webkit-font-feature-settings: "kern" 1, "sups" 1;
381
+ -moz-font-feature-settings: "kern" 1, "sups" 1;
382
+ }
383
+ .ff-sub {
384
+ font-feature-settings: "kern" 1, "subs" 1;
385
+ -webkit-font-feature-settings: "kern" 1, "subs" 1;
386
+ -moz-font-feature-settings: "kern" 1, "subs" 1;
387
+ }
388
+ /* Standard HTML Typography tags
389
+ ------------------------------------
390
+ */
391
+ code {
392
+ color: var(--wj-color-contrast-medium);
393
+ background-color: var(--wj-color-contrast-lower-a);
394
+ font-size: 97%;
395
+ position: relative;
396
+ line-height: inherit;
397
+ border-radius: 3px;
398
+ padding: 5px 7px;
399
+ margin: 0;
400
+ }
401
+ code:hover {
402
+ color: var(--wj-color-complete);
403
+ }
404
+ code.code-sm {
405
+ padding: 3px 6px;
406
+ }
407
+ figcaption {
408
+ font-size: 13px;
409
+ margin-top: 0.625rem;
410
+ font-weight: 400;
411
+ display: block;
412
+ letter-spacing: 0.008em;
413
+ text-align: center;
414
+ color: var(--wj-color-contrast-medium);
415
+ line-height: 1.46;
416
+ }
417
+ em {
418
+ font-style: italic !important;
419
+ font-family: inherit;
420
+ font-weight: inherit;
421
+ }
422
+ ins {
423
+ font-family: var(--wj-font-family);
424
+ border-bottom: 1px solid #d0d0d0;
425
+ text-decoration: none;
426
+ color: var(--wj-color-contrast-high);
427
+ font-weight: normal;
428
+ font-size: 94%;
429
+ }
430
+ cite {
431
+ font-family: var(--wj-font-family);
432
+ font-weight: 300;
433
+ color: var(--wj-color-contrast-medium);
434
+ text-decoration: none;
435
+ font-style: normal;
436
+ hanging-punctuation: first;
437
+ }
438
+ sup {
439
+ top: -0.28em;
440
+ font-size: 70%;
441
+ }
442
+ sub {
443
+ bottom: 0.03em;
444
+ }
445
+ var {
446
+ font-family: var(--wj-font-family);
447
+ font-feature-settings: "calt" 1, "tnum" 1, "frac" 1, "case" 1, "ss01" 1, "cv11" 1;
448
+ }
449
+ abbr {
450
+ text-decoration: none;
451
+ letter-spacing: 0.01em;
452
+ background-color: transparent;
453
+ border-bottom: 2px solid #ffba5a;
454
+ transition-property: color, background, border;
455
+ transition-duration: 0.15s;
456
+ transition-timing-function: linear;
457
+ color: var(--wj-color-contrast-high);
458
+ }
459
+ q {
460
+ font-family: var(--wj-font-family);
461
+ font-weight: 500;
462
+ font-size: 20px;
463
+ hanging-punctuation: first;
464
+ }
465
+ q:before {
466
+ content: "“";
467
+ color: rgba(0, 0, 0, 0.44);
468
+ font-size: 35px;
469
+ }
470
+ q:after {
471
+ content: "”";
472
+ font-size: 35px;
473
+ color: rgba(0, 0, 0, 0.44);
474
+ }
475
+ audio {
476
+ margin-top: 42px;
477
+ }
478
+ hr {
479
+ clear: both;
480
+ margin-bottom: 42px;
481
+ margin-top: 42px;
482
+ border: 0;
483
+ border-bottom: 1px solid rgba(0, 0, 0, 0.13);
484
+ }
485
+ address {
486
+ font-family: var(--wj-font-family);
487
+ font-style: normal;
488
+ margin: 0 0 1.75em;
489
+ font-size: 14px;
490
+ line-height: 24px;
491
+ margin-top: 24px;
492
+ }
493
+ abbr {
494
+ text-decoration: none;
495
+ letter-spacing: 0.01em;
496
+ background-color: transparent;
497
+ border-bottom: 2px solid #ffba5a;
498
+ transition-property: color, background, border;
499
+ transition-duration: 0.15s;
500
+ transition-timing-function: linear;
501
+ color: var(--wj-color-contrast-high);
502
+ }
503
+ acronym {
504
+ text-decoration: none;
505
+ text-transform: uppercase;
506
+ letter-spacing: 0.06em;
507
+ background-color: transparent;
508
+ border-bottom: 2px solid #ffba5a;
509
+ transition-property: color, background, border;
510
+ transition-duration: 0.15s;
511
+ transition-timing-function: linear;
512
+ color: var(--wj-color-contrast-high);
513
+ }
514
+ pre {
515
+ tab-size: 4;
516
+ font-size: 85.714%;
517
+ overflow-x: auto;
518
+ font-family: monospace, monospace;
519
+ line-height: 1.7;
520
+ counter-reset: line;
521
+ background-color: var(--wj-color-contrast-low) er;
522
+ color: var(--wj-color-contrast-high);
523
+ margin-inline: 0;
524
+ padding: 1rem 1.25rem;
525
+ border-radius: 3px;
526
+ margin-top: 1rem;
527
+ margin-bottom: 1rem;
528
+ }
529
+ dt {
530
+ font-weight: 700;
531
+ margin-bottom: 5px;
532
+ }
533
+ dd {
534
+ margin: 0 0 1.75em;
535
+ }
536
+ kbd {
537
+ font-size: 85.714%;
538
+ font-family: var(--wj-font-family);
539
+ position: relative;
540
+ line-height: 34px;
541
+ top: -3px;
542
+ letter-spacing: 0.01em;
543
+ padding: 5px 7px;
544
+ margin: 0;
545
+ color: rgba(0, 0, 0, 0.53);
546
+ background-color: #fff;
547
+ border-radius: 3px;
548
+ box-shadow: 0 2px 0 1px #c7c7c7, 0 1px 0 1px rgba(0, 0, 0, 0.15), 0 0 0 1px #ececec;
549
+ }
550
+ /* Types
551
+ ------------------------------------
552
+ */
553
+ .overline {
554
+ text-transform: uppercase;
555
+ display: inline-block;
556
+ letter-spacing: 0.06em;
557
+ font-size: 11px;
558
+ }
559
+ /* Font Sizes
560
+ ------------------------------------
561
+ */
562
+ .small-text {
563
+ font-size: 12px !important;
564
+ letter-spacing: 0.00849077em;
565
+ line-height: 18px;
566
+ }
567
+ .small-text a {
568
+ text-decoration: underline;
569
+ }
570
+ .normal-text {
571
+ font-size: 13px !important;
572
+ }
573
+ .large-text {
574
+ font-size: 15px !important;
575
+ }
576
+ /* Font Weights
577
+ ------------------------------------
578
+ */
579
+ .normal {
580
+ font-weight: normal !important;
581
+ }
582
+ .semi-bold {
583
+ font-weight: 500 !important;
584
+ }
585
+ .bold {
586
+ font-weight: 600 !important;
587
+ }
588
+ .light {
589
+ font-weight: 300 !important;
590
+ }
591
+ /* Misc
592
+ ------------------------------------
593
+ */
594
+ .all-caps {
595
+ text-transform: uppercase;
596
+ letter-spacing: 0.07em !important;
597
+ }
598
+ .text-uppercase {
599
+ text-transform: uppercase !important;
600
+ letter-spacing: 0.07em !important;
601
+ }
602
+ .muted {
603
+ color: var(--wj-color-contrast-medium);
604
+ }
605
+ .hint-text {
606
+ opacity: 0.76 !important;
607
+ }
608
+ .no-decoration {
609
+ text-decoration: none !important;
610
+ }
611
+ .text-ellipsis {
612
+ white-space: nowrap;
613
+ overflow: hidden;
614
+ text-overflow: ellipsis;
615
+ }
616
+ /* Monochrome Colors
617
+ ------------------------------------
618
+ */
619
+ .bg-contrast-higher {
620
+ background-color: var(--wj-color-contrast-highter) !important;
621
+ color: var(--wj-color-contrast-lowest);
622
+ }
623
+ .bg-contrast-high {
624
+ background-color: var(--wj-color-contrast-high) !important;
625
+ color: var(--wj-color-contrast-lowest);
626
+ }
627
+ .bg-contrast-medium {
628
+ background-color: var(--wj-color-contrast-medium) !important;
629
+ color: var(--wj-color-contrast-lowest);
630
+ }
631
+ .bg-contrast-low {
632
+ background-color: var(--wj-color-contrast-low) !important;
633
+ color: var(--wj-color-contrast-high);
634
+ }
635
+ .bg-contrast-lower {
636
+ background-color: var(--wj-color-contrast-lower) !important;
637
+ color: var(--wj-color-contrast-high);
638
+ }
639
+ .bg-contrast-lowest {
640
+ background-color: var(--wj-color-contrast-lowest) !important;
641
+ color: var(--wj-color-contrast-high);
642
+ }
643
+ /* Primary
644
+ ------------------------------------
645
+ */
646
+ .bg-primary {
647
+ background-color: var(--wj-color-primary) !important;
648
+ color: var(--wj-color-contrast-lowest);
649
+ }
650
+ .bg-primary-dark {
651
+ background-color: var(--wj-color-primary-dark) !important;
652
+ color: var(--wj-color-contrast-lowest);
653
+ }
654
+ .bg-primary-darker {
655
+ background-color: var(--wj-color-primary-dark) er !important;
656
+ color: var(--wj-color-contrast-lowest);
657
+ }
658
+ .bg-primary-light {
659
+ background-color: var(--wj-color-primary-light) !important;
660
+ color: var(--wj-color-contrast-lowest);
661
+ }
662
+ .bg-primary-lighter {
663
+ background-color: var(--wj-color-primary-lighter) !important;
664
+ color: var(--wj-color-contrast-high);
665
+ }
666
+ /* Complete
667
+ ------------------------------------
668
+ */
669
+ .bg-complete {
670
+ background-color: var(--wj-color-complete) !important;
671
+ color: var(--wj-color-contrast-lowest);
672
+ }
673
+ .bg-complete-dark {
674
+ background-color: var(--wj-color-complete-dark) !important;
675
+ color: var(--wj-color-contrast-lowest);
676
+ }
677
+ .bg-complete-darker {
678
+ background-color: var(--wj-color-complete-darker) !important;
679
+ color: var(--wj-color-contrast-lowest);
680
+ }
681
+ .bg-complete-light {
682
+ background-color: var(--wj-color-complete-light) !important;
683
+ color: var(--wj-color-contrast-lowest);
684
+ }
685
+ .bg-complete-lighter {
686
+ background-color: var(--wj-color-complete-lighter) !important;
687
+ color: var(--wj-color-contrast-high);
688
+ }
689
+ /* Success
690
+ ------------------------------------
691
+ */
692
+ .bg-success {
693
+ background-color: var(--wj-color-success) !important;
694
+ color: var(--wj-color-contrast-lowest);
695
+ }
696
+ .bg-success-dark {
697
+ background-color: var(--wj-color-success-dark) !important;
698
+ color: var(--wj-color-contrast-lowest);
699
+ }
700
+ .bg-success-darker {
701
+ background-color: var(--wj-color-success-darker) !important;
702
+ color: var(--wj-color-contrast-lowest);
703
+ }
704
+ .bg-success-light {
705
+ background-color: var(--wj-color-success-light) !important;
706
+ color: var(--wj-color-contrast-high);
707
+ }
708
+ .bg-success-lighter {
709
+ background-color: var(--wj-color-success-lighter) !important;
710
+ color: var(--wj-color-contrast-high);
711
+ }
712
+ /* Info
713
+ ------------------------------------
714
+ */
715
+ .bg-info {
716
+ background-color: var(--wj-color-info) !important;
717
+ color: var(--wj-color-contrast-lowest);
718
+ }
719
+ .bg-info-dark {
720
+ background-color: var(--wj-color-info-dark);
721
+ color: var(--wj-color-contrast-lowest);
722
+ }
723
+ .bg-info-darker {
724
+ background-color: var(--wj-color-info-darker);
725
+ color: var(--wj-color-contrast-lowest);
726
+ }
727
+ .bg-info-light {
728
+ background-color: var(--wj-color-info-light);
729
+ color: var(--wj-color-contrast-lowest);
730
+ }
731
+ .bg-info-lighter {
732
+ background-color: var(--wj-color-info-lighter);
733
+ color: var(--wj-color-contrast-high);
734
+ }
735
+ /* Danger
736
+ ------------------------------------
737
+ */
738
+ .bg-danger {
739
+ background-color: var(--wj-color-danger) !important;
740
+ color: var(--wj-color-contrast-lowest);
741
+ }
742
+ .bg-danger-dark {
743
+ background-color: var(--wj-color-danger-dark);
744
+ color: var(--wj-color-contrast-lowest);
745
+ }
746
+ .bg-danger-darker {
747
+ background-color: var(--wj-color-danger-darker);
748
+ color: var(--wj-color-contrast-lowest);
749
+ }
750
+ .bg-danger-light {
751
+ background-color: var(--wj-color-danger-light);
752
+ color: var(--wj-color-contrast-high);
753
+ }
754
+ .bg-danger-lighter {
755
+ background-color: var(--wj-color-danger-lightervar);
756
+ color: var(--wj-color-contrast-high);
757
+ }
758
+ /* Warning
759
+ ------------------------------------
760
+ */
761
+ .bg-warning {
762
+ background-color: var(--wj-color-warning) !important;
763
+ color: var(--wj-color-contrast-high);
764
+ }
765
+ .bg-warning-dark {
766
+ background-color: var(--wj-color-warning-dark);
767
+ color: var(--wj-color-contrast-high);
768
+ }
769
+ .bg-warning-darker {
770
+ background-color: var(--wj-color-warning-darker);
771
+ color: var(--wj-color-contrast-high);
772
+ }
773
+ .bg-warning-light {
774
+ background-color: var(--wj-color-warning-light);
775
+ color: var(--wj-color-contrast-high);
776
+ }
777
+ .bg-warning-lighter {
778
+ background-color: var(--wj-color-warning-lighter);
779
+ color: var(--wj-color-contrast-high);
780
+ }
781
+ /* Menu
782
+ ------------------------------------
783
+ */
784
+ .bg-menu-dark {
785
+ background-color: var(--wj-color-menu-dark);
786
+ color: var(--wj-color-contrast-lowest);
787
+ }
788
+ .bg-menu {
789
+ background-color: var(--wj-color-menu);
790
+ color: var(--wj-color-contrast-lowest);
791
+ }
792
+ .bg-menu-light {
793
+ background-color: var(--wj-color-menu-light);
794
+ color: var(--wj-color-contrast-high);
795
+ }
796
+ /* Gradients
797
+ ------------------------------------
798
+ */
799
+ .gradient-grey {
800
+ background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
801
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
802
+ }
803
+ .gradient-black {
804
+ background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
805
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
806
+ }
807
+ /* Other Colors
808
+ ------------------------------------
809
+ */
810
+ .bg-black {
811
+ background-color: var(--wj-color-black) !important;
812
+ color: var(--wj-color-contrast-lowest);
813
+ }
814
+ .bg-white {
815
+ background-color: var(--wj-color-contrast-lowest) !important;
816
+ color: var(--wj-color-contrast-high);
817
+ }
818
+ .bg-transparent {
819
+ background-color: transparent !important;
820
+ }
821
+ /* Text Colors */
822
+ .link {
823
+ opacity: 0.7;
824
+ }
825
+ .link:hover {
826
+ opacity: 1;
827
+ }
828
+ .text-dark {
829
+ color: var(--wj-color-contrast-highter) !important;
830
+ }
831
+ .text-color {
832
+ color: var(--wj-color-contrast-high) !important;
833
+ }
834
+ .text-primary {
835
+ color: var(--wj-color-primary) !important;
836
+ }
837
+ .text-primary-lighter {
838
+ color: var(--wj-color-primary-lighter) !important;
839
+ }
840
+ .text-complete {
841
+ color: var(--wj-color-complete) !important;
842
+ }
843
+ .text-complete-lighter {
844
+ color: var(--wj-color-complete-lighter) !important;
845
+ }
846
+ .text-success {
847
+ color: var(--wj-color-success) !important;
848
+ }
849
+ .text-success-lighter {
850
+ color: var(--wj-color-success-lighter) !important;
851
+ }
852
+ .text-info {
853
+ color: var(--wj-color-info) !important;
854
+ }
855
+ .text-info-lighter {
856
+ color: var(--wj-color-info-lighter) !important;
857
+ }
858
+ .text-warning {
859
+ color: var(--wj-color-warning) !important;
860
+ }
861
+ .text-warning-lighter {
862
+ color: var(--wj-color-warning-lighter) !important;
863
+ }
864
+ .text-danger {
865
+ color: var(--wj-color-danger) !important;
866
+ }
867
+ .text-danger-lighter {
868
+ color: var(--wj-color-danger-lighter) !important;
869
+ }
870
+ .text-black {
871
+ color: var(--wj-color-black) !important;
872
+ }
873
+ .text-white {
874
+ color: var(--wj-color-white) !important;
875
+ }
876
+ /* Text Aligngments
877
+ ------------------------------------
878
+ */
879
+ .text-right {
880
+ text-align: right !important;
881
+ }
882
+ .text-left {
883
+ text-align: left !important;
884
+ }
885
+ .text-center {
886
+ text-align: center !important;
887
+ }
888
+ /* Labels
889
+ ------------------------------------
890
+ */
891
+ /* Strokes
892
+ ------------------------------------
893
+ */
894
+ .stroke-primary {
895
+ stroke: var(--wj-color-primary) !important;
896
+ }
897
+ .stroke-complete {
898
+ stroke: var(--wj-color-complete) !important;
899
+ }
900
+ .stroke-success {
901
+ stroke: var(--wj-color-success) !important;
902
+ }
903
+ .stroke-info {
904
+ stroke: var(--wj-color-info) !important;
905
+ }
906
+ .stroke-warning {
907
+ stroke: var(--wj-color-warning) !important;
908
+ }
909
+ .stroke-danger {
910
+ stroke: var(--wj-color-danger) !important;
911
+ }
912
+ /* Font Sizes
913
+ ------------------------------------
914
+ tracking =a+b×e(c × z)
915
+
916
+ a, b and c are constants
917
+ a = -0.0223
918
+ b = 0.185
919
+ c = -0.1745
920
+ z = font size
921
+
922
+ */
923
+ .fs-x-small {
924
+ font-size: var(--wj-font-size-x-small) !important;
925
+ letter-spacing: 0.0180093em;
926
+ line-height: 15px;
927
+ }
928
+ .fs-small {
929
+ font-size: var(--wj-font-size-small) !important;
930
+ letter-spacing: 0.00849077em;
931
+ line-height: 18px;
932
+ }
933
+ .fs {
934
+ font-size: var(--wj-font-size) !important;
935
+ letter-spacing: 0.00177646em;
936
+ line-height: 22px;
937
+ }
938
+ .fs-medium {
939
+ font-size: var(--wj-font-size-medium) !important;
940
+ letter-spacing: -0.00295978em;
941
+ line-height: 24px;
942
+ }
943
+ .fs-large {
944
+ font-size: var(--wj-font-size-large) !important;
945
+ letter-spacing: normal;
946
+ line-height: normal;
947
+ }
948
+ .fs-x-large {
949
+ font-size: var(--wj-font-size-x-large) !important;
950
+ letter-spacing: normal;
951
+ line-height: normal;
952
+ }
953
+ .fs-2x-large {
954
+ font-size: var(--wj-font-size-2x-large) !important;
955
+ letter-spacing: normal;
956
+ line-height: normal;
957
+ }
958
+ .fs-3x-large {
959
+ font-size: var(--wj-font-size-3x-large) !important;
960
+ letter-spacing: normal;
961
+ line-height: normal;
962
+ }
963
+ .fs-4x-large {
964
+ font-size: var(--wj-font-size-4x-large) !important;
965
+ letter-spacing: normal;
966
+ line-height: normal;
967
+ }
968
+ /* Line-heights
969
+ ------------------------------------
970
+ */
971
+ .lh-normal {
972
+ line-height: normal;
973
+ }
974
+ .lh-10 {
975
+ line-height: 10px;
976
+ }
977
+ .lh-11 {
978
+ line-height: 11px;
979
+ }
980
+ .lh-12 {
981
+ line-height: 12px;
982
+ }
983
+ .lh-13 {
984
+ line-height: 13px;
985
+ }
986
+ .lh-14 {
987
+ line-height: 14px;
988
+ }
989
+ .lh-15 {
990
+ line-height: 15px;
991
+ }
992
+ .lh-16 {
993
+ line-height: 16px;
994
+ }
995
+ /* Font Faces
996
+ ------------------------------------
997
+ */
998
+ .font-arial {
999
+ font-family: Arial, sans-serif !important;
1000
+ }
1001
+ .font-montserrat {
1002
+ font-family: var(--wj-font-family-secondary) !important;
1003
+ }
1004
+ .font-heading {
1005
+ font-family: var(--wj-font-family-secondary);
1006
+ }
1007
+ .font-secondary {
1008
+ font-family: var(--wj-font-family-secondary);
1009
+ }
1010
+ /* Wells
1011
+ ------------------------------------
1012
+ */
1013
+ .well {
1014
+ background-color: var(--wj-color-contrast-low);
1015
+ -webkit-border-radius: 3px;
1016
+ -moz-border-radius: 3px;
1017
+ border-radius: 3px;
1018
+ -webkit-box-shadow: none !important;
1019
+ -moz-box-shadow: none !important;
1020
+ box-shadow: none !important;
1021
+ border: none;
1022
+ background-image: none;
1023
+ }
1024
+ .well.well-large {
1025
+ padding: 24px;
1026
+ width: auto;
1027
+ }
1028
+ .well.well-small {
1029
+ padding: 13px;
1030
+ width: auto;
1031
+ }
1032
+ .well.green {
1033
+ background-color: var(--wj-color-complete);
1034
+ color: var(--wj-color-contrast-lowest);
1035
+ border: none;
1036
+ }
1037
+ .overflow-ellipsis {
1038
+ text-overflow: ellipsis;
1039
+ overflow: hidden;
1040
+ white-space: nowrap;
1041
+ }
1042
+ /* Responsive Handlers : Typo
1043
+ ------------------------------------
1044
+ */
1045
+ @media (max-width: 1400px) {
1046
+ body,
1047
+ p {
1048
+ font-size: var(--wj-font-size-small);
1049
+ line-height: 20px;
1050
+ }
1051
+ h1 {
1052
+ font-size: var(--wj-font-size-2x-large);
1053
+ line-height: 44px;
1054
+ letter-spacing: -0.08px;
1055
+ }
1056
+ h2 {
1057
+ font-size: var(--wj-font-size-x-large);
1058
+ line-height: 40px;
1059
+ }
1060
+ h3 {
1061
+ font-size: var(--wj-font-size-large);
1062
+ line-height: 35.88px;
1063
+ }
1064
+ h4 {
1065
+ font-size: var(--wj-font-size-large);
1066
+ line-height: 33.88px;
1067
+ }
1068
+ h5 {
1069
+ font-size: var(--wj-font-size-medium);
1070
+ line-height: 25.88px;
1071
+ }
1072
+ small,
1073
+ .small {
1074
+ font-size: 89%;
1075
+ line-height: 17px;
1076
+ }
1077
+ }
1078
+ .alert > p, .alert > ul {
1079
+ margin-bottom: 0;
1080
+ }
1081
+ .table > tbody > tr > td, .table > tbody > tr > th {
1082
+ line-height: 1.42857143;
1083
+ }
1084
+ .table > tfoot > tr > td, .table > tfoot > tr > th {
1085
+ line-height: 1.42857143;
1086
+ }
1087
+ .table > thead > tr > td, .table > thead > tr > th {
1088
+ line-height: 1.42857143;
1089
+ }
1090
+ /* For Windows : Fixes
1091
+ ------------------------------------
1092
+ */
1093
+ .line-clamp-2 {
1094
+ display: -webkit-box;
1095
+ -webkit-line-clamp: 2;
1096
+ -webkit-box-orient: vertical;
1097
+ overflow: hidden;
1098
+ }
1099
+ .line-clamp-3 {
1100
+ display: -webkit-box;
1101
+ -webkit-line-clamp: 3;
1102
+ -webkit-box-orient: vertical;
1103
+ overflow: hidden;
1104
+ }
1105
+ .line-clamp-5 {
1106
+ display: -webkit-box;
1107
+ -webkit-line-clamp: 5;
1108
+ -webkit-box-orient: vertical;
1109
+ overflow: hidden;
1110
+ }
1111
+ .text-separator {
1112
+ display: block;
1113
+ text-align: center;
1114
+ margin: 1.5rem 0;
1115
+ width: 100%;
1116
+ background: linear-gradient(to top, transparent 0%, transparent calc(50% - 1px), var(--color-contrast-low) calc(50% - 1px), var(--color-contrast-low) calc(50% + 1px), transparent calc(50% + 1px), transparent 100%);
1117
+ }
1118
+ .text-separator::before {
1119
+ background: #fff;
1120
+ content: attr(data-text);
1121
+ padding: 0 1rem;
1122
+ text-transform: uppercase;
1123
+ }
1124
+ /*!
1125
+ * direction.scss
1126
+ */
1127
+ /* Skeleton Variables */
1128
+ /*
1129
+ [ Dark Mode ]
1130
+ */
1131
+ :host,
1132
+ .wj-theme-dark,
1133
+ .dark {
1134
+ color-scheme: dark;
1135
+ --wj-font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell","Fira Sans", "Droid Sans", "Helvetica Neue",sans-serif;
1136
+ --wj-font-family-secondary: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell","Fira Sans", "Droid Sans", "Helvetica Neue",sans-serif;
1137
+ --wj-force-mac-font-family: -apple-system, BlinkMacSystemFont,"Inter UI", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell","Fira Sans", "Droid Sans", "Helvetica Neue",sans-serif;
1138
+ --wj-font-size-x-small: 0.625rem;
1139
+ --wj-font-size-small: 0.75rem;
1140
+ --wj-font-size: 0.875rem;
1141
+ --wj-font-size-medium: 1rem;
1142
+ --wj-font-size-large: 1.25rem;
1143
+ --wj-font-size-x-large: 1.5rem;
1144
+ --wj-font-size-2x-large: 2.25rem;
1145
+ --wj-font-size-3x-large: 3rem;
1146
+ --wj-font-size-4x-large: 4.5rem;
1147
+ --wj-line-height: 21px;
1148
+ --wj-border-radius-small: .25rem;
1149
+ --wj-border-radius-medium: .5rem;
1150
+ --wj-border-radius-large: .75rem;
1151
+ --wj-border-radius-x-large: 1rem;
1152
+ --wj-border-radius-circle: 50%;
1153
+ --wj-border-radius-pill: 50rem;
1154
+ --wj-border-size: 0px;
1155
+ --wj-border-style: solid;
1156
+ --wj-box-shadow-medium: 0 1px 8px rgba(0,0,0,0.5);
1157
+ --wj-box-shadow-large: rgba(0, 0, 0, 0.12) 0 4px 16px;
1158
+ --wj-backdrop: rgb(0, 0, 0);
1159
+ --wj-backdrop-opacity: .3;
1160
+ --wj-color: var(--wj-color-contrast-11);
1161
+ --wj-color-dark: hsl(0, 0%, 29%);
1162
+ --wj-color-light: hsl(0 0% 95%);
1163
+ --wj-background: hsl(218, 57%, 3%);
1164
+ --wj-border-color: var(--wj-color-contrast-4);
1165
+ --wj-card-background: var(--wj-color-contrast-3);
1166
+ --wj-card-color: var(--wj-color-white) !important;
1167
+ --wj-color-primary: var(--wj-color-primary-1);
1168
+ --wj-color-complete: var(--wj-color-complete-1);
1169
+ --wj-color-success: var(--wj-color-success-1);
1170
+ --wj-color-warning: var(--wj-color-warning-1);
1171
+ --wj-color-danger: var(--wj-color-danger-1);
1172
+ --wj-color-info: var(--wj-color-info-1);
1173
+ --wj-color-menu: hsl(220, 15%, 15%);
1174
+ --wj-color-contrast: hsl(210, 11%, 15%);
1175
+ --wj-color-white: #fff;
1176
+ --wj-color-black: #000;
1177
+ --wj-color-contrast-lowest: hsl(0, 0%, 0%);
1178
+ --wj-color-contrast-lower: hsl(0, 0%, 13%);
1179
+ --wj-color-contrast-low: hsl(0, 0%, 29%);
1180
+ --wj-color-contrast-medium: hsl(0, 0%, 46%);
1181
+ --wj-color-contrast-high: hsl(0, 0%, 88%);
1182
+ --wj-color-contrast-highter: hsl(0, 0%, 96%);
1183
+ --wj-color-contrast-highest: hsl(0, 0%, 100%);
1184
+ --wj-color-contrast-0: hsl(0, 0%, 0%);
1185
+ --wj-color-contrast-1: hsl(240 5.1% 15%);
1186
+ --wj-color-contrast-2: hsl(240 5.7% 18.2%);
1187
+ --wj-color-contrast-3: hsl(240 4.6% 22%);
1188
+ --wj-color-contrast-4: hsl(240 5% 27.6%);
1189
+ --wj-color-contrast-5: hsl(240 5% 35.5%);
1190
+ --wj-color-contrast-6: hsl(240 3.7% 44%);
1191
+ --wj-color-contrast-7: hsl(240 5.3% 58%);
1192
+ --wj-color-contrast-8: hsl(240 5.6% 73%);
1193
+ --wj-color-contrast-9: hsl(240 7.3% 84%);
1194
+ --wj-color-contrast-10: hsl(240 9.1% 91.8%);
1195
+ --wj-color-contrast-11: hsl(0 0% 95%);
1196
+ --wj-color-primary-1: hsl(254, 59%, 57%);
1197
+ --wj-color-primary-2: hsl(256, 59%, 61%);
1198
+ --wj-color-primary-3: hsl(257, 60%, 65%);
1199
+ --wj-color-primary-4: hsl(257, 61%, 68%);
1200
+ --wj-color-primary-5: hsl(258, 61%, 72%);
1201
+ --wj-color-primary-6: hsl(259, 61%, 76%);
1202
+ --wj-color-primary-7: hsl(260, 63%, 80%);
1203
+ --wj-color-primary-8: hsl(260, 62%, 84%);
1204
+ --wj-color-primary-9: hsl(260, 63%, 88%);
1205
+ --wj-color-primary-10: hsl(260, 65%, 92%);
1206
+ --wj-color-primary-11: hsl(261, 70%, 96%);
1207
+ --wj-color-complete-1: hsl(211, 100%, 46%);
1208
+ --wj-color-complete-2: hsl(218, 83%, 59%);
1209
+ --wj-color-complete-3: hsl(221, 83%, 65%);
1210
+ --wj-color-complete-4: hsl(223, 83%, 70%);
1211
+ --wj-color-complete-5: hsl(225, 83%, 74%);
1212
+ --wj-color-complete-6: hsl(226, 83%, 78%);
1213
+ --wj-color-complete-7: hsl(227, 84%, 82%);
1214
+ --wj-color-complete-8: hsl(229, 85%, 86%);
1215
+ --wj-color-complete-9: hsl(229, 84%, 89%);
1216
+ --wj-color-complete-10: hsl(229, 88%, 93%);
1217
+ --wj-color-complete-11: hsl(232, 88%, 96%);
1218
+ --wj-color-success-1: hsl(158, 74%, 38%);
1219
+ --wj-color-success-2: hsl(155, 48%, 47%);
1220
+ --wj-color-success-3: hsl(153, 42%, 54%);
1221
+ --wj-color-success-4: hsl(152, 42%, 59%);
1222
+ --wj-color-success-5: hsl(151, 42%, 65%);
1223
+ --wj-color-success-6: hsl(150, 41%, 70%);
1224
+ --wj-color-success-7: hsl(149, 42%, 75%);
1225
+ --wj-color-success-8: hsl(150, 41%, 80%);
1226
+ --wj-color-success-9: hsl(149, 41%, 85%);
1227
+ --wj-color-success-10: hsl(148, 42%, 90%);
1228
+ --wj-color-success-11: hsl(147, 44%, 95%);
1229
+ --wj-color-warning-1: hsl(47, 100%, 63%);
1230
+ --wj-color-warning-2: hsl(47, 100%, 67%);
1231
+ --wj-color-warning-3: hsl(47, 100%, 71%);
1232
+ --wj-color-warning-4: hsl(47, 100%, 74%);
1233
+ --wj-color-warning-5: hsl(46, 100%, 77%);
1234
+ --wj-color-warning-6: hsl(46, 100%, 81%);
1235
+ --wj-color-warning-7: hsl(46, 100%, 84%);
1236
+ --wj-color-warning-8: hsl(46, 100%, 87%);
1237
+ --wj-color-warning-9: hsl(46, 100%, 90%);
1238
+ --wj-color-warning-10: hsl(46, 100%, 93%);
1239
+ --wj-color-warning-11: hsl(44, 100%, 96%);
1240
+ --wj-color-danger-1: hsl(3, 68%, 51%);
1241
+ --wj-color-danger-2: hsl(6, 71%, 56%);
1242
+ --wj-color-danger-3: hsl(7, 73%, 61%);
1243
+ --wj-color-danger-4: hsl(8, 77%, 65%);
1244
+ --wj-color-danger-5: hsl(8, 80%, 70%);
1245
+ --wj-color-danger-6: hsl(10, 82%, 74%);
1246
+ --wj-color-danger-7: hsl(9, 86%, 79%);
1247
+ --wj-color-danger-8: hsl(10, 90%, 83%);
1248
+ --wj-color-danger-9: hsl(11, 93%, 87%);
1249
+ --wj-color-danger-10: hsl(11, 100%, 91%);
1250
+ --wj-color-danger-11: hsl(9, 100%, 96%);
1251
+ --wj-color-info-1: hsl(208, 16%, 27%);
1252
+ --wj-color-info-2: hsl(208, 12%, 33%);
1253
+ --wj-color-info-3: hsl(210, 9%, 39%);
1254
+ --wj-color-info-4: hsl(210, 7%, 45%);
1255
+ --wj-color-info-5: hsl(210, 6%, 52%);
1256
+ --wj-color-info-6: hsl(207, 6%, 58%);
1257
+ --wj-color-info-7: hsl(212, 6%, 65%);
1258
+ --wj-color-info-8: hsl(206, 6%, 71%);
1259
+ --wj-color-info-9: hsl(210, 7%, 78%);
1260
+ --wj-color-info-10: hsl(204, 6%, 85%);
1261
+ --wj-color-info-11: hsl(210, 5%, 92%);
1262
+ --wj-color-primary-lighter: #eae0fb;
1263
+ --wj-color-primary-light: #845ae0;
1264
+ --wj-color-primary-dark: #4e37b6;
1265
+ --wj-color-primary-darker: #2d218f;
1266
+ --wj-color-success-lighter: #d6f7f0;
1267
+ --wj-color-success-light: #26bf93;
1268
+ --wj-color-success-dark: #0d935b;
1269
+ --wj-color-success-darker: #04733e;
1270
+ --wj-color-complete-lighter: #d3eeff;
1271
+ --wj-color-complete-light: #0f8ff9;
1272
+ --wj-color-complete-dark: #004fbf;
1273
+ --wj-color-complete-darker: #00318e;
1274
+ --wj-color-warning-lighter: #fffde1;
1275
+ --wj-color-warning-light: #ffe858;
1276
+ --wj-color-warning-dark: #daab2d;
1277
+ --wj-color-warning-darker: #aa7918;
1278
+ --wj-color-danger-lighter: #fde2da;
1279
+ --wj-color-danger-light: #e6533c;
1280
+ --wj-color-danger-dark: #b91e1e;
1281
+ --wj-color-danger-darker: #900f17;
1282
+ --wj-color-info-lighter: #dbe6e8;
1283
+ --wj-color-info-light: #475b6b;
1284
+ --wj-color-info-dark: #2b3947;
1285
+ --wj-color-info-darker: #1b2839;
1286
+ --wj-color-contrast-lower-a: rgba(33, 33, 33, 0.05);
1287
+ --wj-color-contrast-low-a: rgba(33, 33, 33, 0.14);
1288
+ --wj-color-contrast-medium-a: rgba(33, 33, 33, 0.62);
1289
+ --wj-color-contrast-high-a: rgba(33, 33, 33, 0.81);
1290
+ }
1291
+ /*------------------------------------------------------------------
1292
+ [5@mixin Typography]
1293
+ */
1294
+ /* Standard elements
1295
+ --------------------------------------------------
1296
+ */
1297
+ html {
1298
+ font-size: 100%;
1299
+ -ms-text-size-adjust: 100%;
1300
+ -webkit-text-size-adjust: 100%;
1301
+ }
1302
+ body {
1303
+ color: var(--wj-color-contrast-high);
1304
+ font-family: var(--wj-font-family);
1305
+ font-size: var(--wj-font-size);
1306
+ font-weight: normal;
1307
+ letter-spacing: 0.01em;
1308
+ -webkit-font-smoothing: antialiased;
1309
+ -webkit-text-size-adjust: 100%;
1310
+ -ms-text-size-adjust: 100%;
1311
+ -webkit-font-feature-settings: "kern" 1;
1312
+ -moz-font-feature-settings: "kern" 1;
1313
+ margin: 0;
1314
+ padding: 0 !important;
1315
+ }
1316
+ /* Headings
1317
+ ------------------------------------
1318
+ */
1319
+ h1,
1320
+ h2,
1321
+ h3,
1322
+ h4,
1323
+ h5,
1324
+ h6 {
1325
+ margin: 0.625rem 0;
1326
+ font-family: var(--wj-font-family);
1327
+ -webkit-font-smoothing: antialiased;
1328
+ -webkit-text-size-adjust: 100%;
1329
+ -ms-text-size-adjust: 100%;
1330
+ font-weight: 500;
1331
+ color: inherit;
1332
+ display: inline-block;
1333
+ }
1334
+ h1 {
1335
+ font-size: var(--wj-font-size-2x-large);
1336
+ line-height: 44px;
1337
+ letter-spacing: -0.0141279em;
1338
+ }
1339
+ h2 {
1340
+ font-size: var(--wj-font-size-x-large);
1341
+ line-height: 34px;
1342
+ letter-spacing: -0.021em;
1343
+ }
1344
+ h3 {
1345
+ font-size: var(--wj-font-size-large);
1346
+ line-height: 28px;
1347
+ letter-spacing: -0.0114923em;
1348
+ }
1349
+ h4 {
1350
+ font-size: var(--wj-font-size-large);
1351
+ line-height: 26px;
1352
+ letter-spacing: -0.00865734em;
1353
+ }
1354
+ h5 {
1355
+ font-size: var(--wj-font-medium);
1356
+ line-height: 24px;
1357
+ letter-spacing: -0.00630069em;
1358
+ }
1359
+ h3 small,
1360
+ h4 small,
1361
+ h5 small {
1362
+ font-weight: 300;
1363
+ }
1364
+ h1.block,
1365
+ h2.block,
1366
+ h3.block,
1367
+ h4.block,
1368
+ h5.block,
1369
+ h6.block {
1370
+ padding-bottom: 0.625rem;
1371
+ }
1372
+ /* Lins and Others
1373
+ ------------------------------------
1374
+ */
1375
+ a {
1376
+ text-shadow: none !important;
1377
+ color: var(--wj-color-primary-dark);
1378
+ transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
1379
+ font-weight: 500;
1380
+ }
1381
+ a:focus,
1382
+ a:hover,
1383
+ a:active {
1384
+ color: var(--wj-color-primary);
1385
+ }
1386
+ a,
1387
+ a:focus,
1388
+ a:hover,
1389
+ a:active {
1390
+ outline: 0 !important;
1391
+ text-decoration: none;
1392
+ }
1393
+ a.no-style {
1394
+ color: inherit;
1395
+ font-weight: normal;
1396
+ }
1397
+ br {
1398
+ line-height: normal;
1399
+ clear: both;
1400
+ }
1401
+ p {
1402
+ display: block;
1403
+ color: inherit;
1404
+ font-size: 14px;
1405
+ font-weight: normal;
1406
+ letter-spacing: 0.00177646em;
1407
+ line-height: 21px;
1408
+ margin: 0 0 0.625rem 0;
1409
+ font-style: normal;
1410
+ white-space: normal;
1411
+ }
1412
+ small,
1413
+ .small {
1414
+ line-height: 18px;
1415
+ font-size: 85.714%;
1416
+ }
1417
+ label.inline {
1418
+ display: inline-block;
1419
+ position: relative;
1420
+ top: 0;
1421
+ font-size: 13px;
1422
+ }
1423
+ ul,
1424
+ ol {
1425
+ margin-bottom: 0.625rem;
1426
+ }
1427
+ ul > li,
1428
+ ol > li {
1429
+ padding-left: 3px;
1430
+ line-height: 24px;
1431
+ }
1432
+ ul.lg-icon > li,
1433
+ ol.lg-icon > li {
1434
+ font-size: 21px;
1435
+ }
1436
+ ul.lg-icon > li span,
1437
+ ol.lg-icon > li span {
1438
+ font-size: 14px;
1439
+ }
1440
+ ul.no-style,
1441
+ ol.no-style {
1442
+ list-style: none;
1443
+ padding-left: 5px;
1444
+ }
1445
+ address {
1446
+ margin-bottom: 0;
1447
+ }
1448
+ address a {
1449
+ color: var(--wj-color-contrast-high);
1450
+ }
1451
+ blockquote {
1452
+ padding: 4px 0 0 18px;
1453
+ border-left: 0;
1454
+ }
1455
+ blockquote:before {
1456
+ content: "\e95d";
1457
+ font-size: 20px;
1458
+ margin-right: 6px;
1459
+ float: left;
1460
+ position: relative;
1461
+ top: -12px;
1462
+ }
1463
+ blockquote p {
1464
+ font-size: 16px;
1465
+ margin-bottom: 4px;
1466
+ }
1467
+ blockquote small {
1468
+ line-height: 29px;
1469
+ color: var(--wj-color-contrast-high);
1470
+ }
1471
+ blockquote small:before {
1472
+ content: "—";
1473
+ margin-right: 6px;
1474
+ }
1475
+ blockquote.pull-right {
1476
+ border-right: 0;
1477
+ }
1478
+ blockquote.pull-right:before {
1479
+ float: right;
1480
+ content: "\e95d";
1481
+ margin-left: 6px;
1482
+ margin-right: 0;
1483
+ }
1484
+ blockquote.pull-right small {
1485
+ padding-right: 30px;
1486
+ }
1487
+ blockquote.pull-right small:after {
1488
+ content: "";
1489
+ }
1490
+ hr {
1491
+ border-color: var(--wj-color-contrast-low);
1492
+ }
1493
+ hr.double {
1494
+ border-width: 2px;
1495
+ }
1496
+ hr.dotted {
1497
+ border-style: dotted none none;
1498
+ }
1499
+ .ff-sup {
1500
+ font-feature-settings: "kern" 1, "sups" 1;
1501
+ -webkit-font-feature-settings: "kern" 1, "sups" 1;
1502
+ -moz-font-feature-settings: "kern" 1, "sups" 1;
1503
+ }
1504
+ .ff-sub {
1505
+ font-feature-settings: "kern" 1, "subs" 1;
1506
+ -webkit-font-feature-settings: "kern" 1, "subs" 1;
1507
+ -moz-font-feature-settings: "kern" 1, "subs" 1;
1508
+ }
1509
+ /* Standard HTML Typography tags
1510
+ ------------------------------------
1511
+ */
1512
+ code {
1513
+ color: var(--wj-color-contrast-medium);
1514
+ background-color: var(--wj-color-contrast-lower-a);
1515
+ font-size: 97%;
1516
+ position: relative;
1517
+ line-height: inherit;
1518
+ border-radius: 3px;
1519
+ padding: 5px 7px;
1520
+ margin: 0;
1521
+ }
1522
+ code:hover {
1523
+ color: var(--wj-color-complete);
1524
+ }
1525
+ code.code-sm {
1526
+ padding: 3px 6px;
1527
+ }
1528
+ figcaption {
1529
+ font-size: 13px;
1530
+ margin-top: 0.625rem;
1531
+ font-weight: 400;
1532
+ display: block;
1533
+ letter-spacing: 0.008em;
1534
+ text-align: center;
1535
+ color: var(--wj-color-contrast-medium);
1536
+ line-height: 1.46;
1537
+ }
1538
+ em {
1539
+ font-style: italic !important;
1540
+ font-family: inherit;
1541
+ font-weight: inherit;
1542
+ }
1543
+ ins {
1544
+ font-family: var(--wj-font-family);
1545
+ border-bottom: 1px solid #d0d0d0;
1546
+ text-decoration: none;
1547
+ color: var(--wj-color-contrast-high);
1548
+ font-weight: normal;
1549
+ font-size: 94%;
1550
+ }
1551
+ cite {
1552
+ font-family: var(--wj-font-family);
1553
+ font-weight: 300;
1554
+ color: var(--wj-color-contrast-medium);
1555
+ text-decoration: none;
1556
+ font-style: normal;
1557
+ hanging-punctuation: first;
1558
+ }
1559
+ sup {
1560
+ top: -0.28em;
1561
+ font-size: 70%;
1562
+ }
1563
+ sub {
1564
+ bottom: 0.03em;
1565
+ }
1566
+ var {
1567
+ font-family: var(--wj-font-family);
1568
+ font-feature-settings: "calt" 1, "tnum" 1, "frac" 1, "case" 1, "ss01" 1, "cv11" 1;
1569
+ }
1570
+ abbr {
1571
+ text-decoration: none;
1572
+ letter-spacing: 0.01em;
1573
+ background-color: transparent;
1574
+ border-bottom: 2px solid #ffba5a;
1575
+ transition-property: color, background, border;
1576
+ transition-duration: 0.15s;
1577
+ transition-timing-function: linear;
1578
+ color: var(--wj-color-contrast-high);
1579
+ }
1580
+ q {
1581
+ font-family: var(--wj-font-family);
1582
+ font-weight: 500;
1583
+ font-size: 20px;
1584
+ hanging-punctuation: first;
1585
+ }
1586
+ q:before {
1587
+ content: "“";
1588
+ color: rgba(0, 0, 0, 0.44);
1589
+ font-size: 35px;
1590
+ }
1591
+ q:after {
1592
+ content: "”";
1593
+ font-size: 35px;
1594
+ color: rgba(0, 0, 0, 0.44);
1595
+ }
1596
+ audio {
1597
+ margin-top: 42px;
1598
+ }
1599
+ hr {
1600
+ clear: both;
1601
+ margin-bottom: 42px;
1602
+ margin-top: 42px;
1603
+ border: 0;
1604
+ border-bottom: 1px solid rgba(0, 0, 0, 0.13);
1605
+ }
1606
+ address {
1607
+ font-family: var(--wj-font-family);
1608
+ font-style: normal;
1609
+ margin: 0 0 1.75em;
1610
+ font-size: 14px;
1611
+ line-height: 24px;
1612
+ margin-top: 24px;
1613
+ }
1614
+ abbr {
1615
+ text-decoration: none;
1616
+ letter-spacing: 0.01em;
1617
+ background-color: transparent;
1618
+ border-bottom: 2px solid #ffba5a;
1619
+ transition-property: color, background, border;
1620
+ transition-duration: 0.15s;
1621
+ transition-timing-function: linear;
1622
+ color: var(--wj-color-contrast-high);
1623
+ }
1624
+ acronym {
1625
+ text-decoration: none;
1626
+ text-transform: uppercase;
1627
+ letter-spacing: 0.06em;
1628
+ background-color: transparent;
1629
+ border-bottom: 2px solid #ffba5a;
1630
+ transition-property: color, background, border;
1631
+ transition-duration: 0.15s;
1632
+ transition-timing-function: linear;
1633
+ color: var(--wj-color-contrast-high);
1634
+ }
1635
+ pre {
1636
+ tab-size: 4;
1637
+ font-size: 85.714%;
1638
+ overflow-x: auto;
1639
+ font-family: monospace, monospace;
1640
+ line-height: 1.7;
1641
+ counter-reset: line;
1642
+ background-color: var(--wj-color-contrast-low) er;
1643
+ color: var(--wj-color-contrast-high);
1644
+ margin-inline: 0;
1645
+ padding: 1rem 1.25rem;
1646
+ border-radius: 3px;
1647
+ margin-top: 1rem;
1648
+ margin-bottom: 1rem;
1649
+ }
1650
+ dt {
1651
+ font-weight: 700;
1652
+ margin-bottom: 5px;
1653
+ }
1654
+ dd {
1655
+ margin: 0 0 1.75em;
1656
+ }
1657
+ kbd {
1658
+ font-size: 85.714%;
1659
+ font-family: var(--wj-font-family);
1660
+ position: relative;
1661
+ line-height: 34px;
1662
+ top: -3px;
1663
+ letter-spacing: 0.01em;
1664
+ padding: 5px 7px;
1665
+ margin: 0;
1666
+ color: rgba(0, 0, 0, 0.53);
1667
+ background-color: #fff;
1668
+ border-radius: 3px;
1669
+ box-shadow: 0 2px 0 1px #c7c7c7, 0 1px 0 1px rgba(0, 0, 0, 0.15), 0 0 0 1px #ececec;
1670
+ }
1671
+ /* Types
1672
+ ------------------------------------
1673
+ */
1674
+ .overline {
1675
+ text-transform: uppercase;
1676
+ display: inline-block;
1677
+ letter-spacing: 0.06em;
1678
+ font-size: 11px;
1679
+ }
1680
+ /* Font Sizes
1681
+ ------------------------------------
1682
+ */
1683
+ .small-text {
1684
+ font-size: 12px !important;
1685
+ letter-spacing: 0.00849077em;
1686
+ line-height: 18px;
1687
+ }
1688
+ .small-text a {
1689
+ text-decoration: underline;
1690
+ }
1691
+ .normal-text {
1692
+ font-size: 13px !important;
1693
+ }
1694
+ .large-text {
1695
+ font-size: 15px !important;
1696
+ }
1697
+ /* Font Weights
1698
+ ------------------------------------
1699
+ */
1700
+ .normal {
1701
+ font-weight: normal !important;
1702
+ }
1703
+ .semi-bold {
1704
+ font-weight: 500 !important;
1705
+ }
1706
+ .bold {
1707
+ font-weight: 600 !important;
1708
+ }
1709
+ .light {
1710
+ font-weight: 300 !important;
1711
+ }
1712
+ /* Misc
1713
+ ------------------------------------
1714
+ */
1715
+ .all-caps {
1716
+ text-transform: uppercase;
1717
+ letter-spacing: 0.07em !important;
1718
+ }
1719
+ .text-uppercase {
1720
+ text-transform: uppercase !important;
1721
+ letter-spacing: 0.07em !important;
1722
+ }
1723
+ .muted {
1724
+ color: var(--wj-color-contrast-medium);
1725
+ }
1726
+ .hint-text {
1727
+ opacity: 0.76 !important;
1728
+ }
1729
+ .no-decoration {
1730
+ text-decoration: none !important;
1731
+ }
1732
+ .text-ellipsis {
1733
+ white-space: nowrap;
1734
+ overflow: hidden;
1735
+ text-overflow: ellipsis;
1736
+ }
1737
+ /* Monochrome Colors
1738
+ ------------------------------------
1739
+ */
1740
+ .bg-contrast-higher {
1741
+ background-color: var(--wj-color-contrast-highter) !important;
1742
+ color: var(--wj-color-contrast-lowest);
1743
+ }
1744
+ .bg-contrast-high {
1745
+ background-color: var(--wj-color-contrast-high) !important;
1746
+ color: var(--wj-color-contrast-lowest);
1747
+ }
1748
+ .bg-contrast-medium {
1749
+ background-color: var(--wj-color-contrast-medium) !important;
1750
+ color: var(--wj-color-contrast-lowest);
1751
+ }
1752
+ .bg-contrast-low {
1753
+ background-color: var(--wj-color-contrast-low) !important;
1754
+ color: var(--wj-color-contrast-high);
1755
+ }
1756
+ .bg-contrast-lower {
1757
+ background-color: var(--wj-color-contrast-lower) !important;
1758
+ color: var(--wj-color-contrast-high);
1759
+ }
1760
+ .bg-contrast-lowest {
1761
+ background-color: var(--wj-color-contrast-lowest) !important;
1762
+ color: var(--wj-color-contrast-high);
1763
+ }
1764
+ /* Primary
1765
+ ------------------------------------
1766
+ */
1767
+ .bg-primary {
1768
+ background-color: var(--wj-color-primary) !important;
1769
+ color: var(--wj-color-contrast-lowest);
1770
+ }
1771
+ .bg-primary-dark {
1772
+ background-color: var(--wj-color-primary-dark) !important;
1773
+ color: var(--wj-color-contrast-lowest);
1774
+ }
1775
+ .bg-primary-darker {
1776
+ background-color: var(--wj-color-primary-dark) er !important;
1777
+ color: var(--wj-color-contrast-lowest);
1778
+ }
1779
+ .bg-primary-light {
1780
+ background-color: var(--wj-color-primary-light) !important;
1781
+ color: var(--wj-color-contrast-lowest);
1782
+ }
1783
+ .bg-primary-lighter {
1784
+ background-color: var(--wj-color-primary-lighter) !important;
1785
+ color: var(--wj-color-contrast-high);
1786
+ }
1787
+ /* Complete
1788
+ ------------------------------------
1789
+ */
1790
+ .bg-complete {
1791
+ background-color: var(--wj-color-complete) !important;
1792
+ color: var(--wj-color-contrast-lowest);
1793
+ }
1794
+ .bg-complete-dark {
1795
+ background-color: var(--wj-color-complete-dark) !important;
1796
+ color: var(--wj-color-contrast-lowest);
1797
+ }
1798
+ .bg-complete-darker {
1799
+ background-color: var(--wj-color-complete-darker) !important;
1800
+ color: var(--wj-color-contrast-lowest);
1801
+ }
1802
+ .bg-complete-light {
1803
+ background-color: var(--wj-color-complete-light) !important;
1804
+ color: var(--wj-color-contrast-lowest);
1805
+ }
1806
+ .bg-complete-lighter {
1807
+ background-color: var(--wj-color-complete-lighter) !important;
1808
+ color: var(--wj-color-contrast-high);
1809
+ }
1810
+ /* Success
1811
+ ------------------------------------
1812
+ */
1813
+ .bg-success {
1814
+ background-color: var(--wj-color-success) !important;
1815
+ color: var(--wj-color-contrast-lowest);
1816
+ }
1817
+ .bg-success-dark {
1818
+ background-color: var(--wj-color-success-dark) !important;
1819
+ color: var(--wj-color-contrast-lowest);
1820
+ }
1821
+ .bg-success-darker {
1822
+ background-color: var(--wj-color-success-darker) !important;
1823
+ color: var(--wj-color-contrast-lowest);
1824
+ }
1825
+ .bg-success-light {
1826
+ background-color: var(--wj-color-success-light) !important;
1827
+ color: var(--wj-color-contrast-high);
1828
+ }
1829
+ .bg-success-lighter {
1830
+ background-color: var(--wj-color-success-lighter) !important;
1831
+ color: var(--wj-color-contrast-high);
1832
+ }
1833
+ /* Info
1834
+ ------------------------------------
1835
+ */
1836
+ .bg-info {
1837
+ background-color: var(--wj-color-info) !important;
1838
+ color: var(--wj-color-contrast-lowest);
1839
+ }
1840
+ .bg-info-dark {
1841
+ background-color: var(--wj-color-info-dark);
1842
+ color: var(--wj-color-contrast-lowest);
1843
+ }
1844
+ .bg-info-darker {
1845
+ background-color: var(--wj-color-info-darker);
1846
+ color: var(--wj-color-contrast-lowest);
1847
+ }
1848
+ .bg-info-light {
1849
+ background-color: var(--wj-color-info-light);
1850
+ color: var(--wj-color-contrast-lowest);
1851
+ }
1852
+ .bg-info-lighter {
1853
+ background-color: var(--wj-color-info-lighter);
1854
+ color: var(--wj-color-contrast-high);
1855
+ }
1856
+ /* Danger
1857
+ ------------------------------------
1858
+ */
1859
+ .bg-danger {
1860
+ background-color: var(--wj-color-danger) !important;
1861
+ color: var(--wj-color-contrast-lowest);
1862
+ }
1863
+ .bg-danger-dark {
1864
+ background-color: var(--wj-color-danger-dark);
1865
+ color: var(--wj-color-contrast-lowest);
1866
+ }
1867
+ .bg-danger-darker {
1868
+ background-color: var(--wj-color-danger-darker);
1869
+ color: var(--wj-color-contrast-lowest);
1870
+ }
1871
+ .bg-danger-light {
1872
+ background-color: var(--wj-color-danger-light);
1873
+ color: var(--wj-color-contrast-high);
1874
+ }
1875
+ .bg-danger-lighter {
1876
+ background-color: var(--wj-color-danger-lightervar);
1877
+ color: var(--wj-color-contrast-high);
1878
+ }
1879
+ /* Warning
1880
+ ------------------------------------
1881
+ */
1882
+ .bg-warning {
1883
+ background-color: var(--wj-color-warning) !important;
1884
+ color: var(--wj-color-contrast-high);
1885
+ }
1886
+ .bg-warning-dark {
1887
+ background-color: var(--wj-color-warning-dark);
1888
+ color: var(--wj-color-contrast-high);
1889
+ }
1890
+ .bg-warning-darker {
1891
+ background-color: var(--wj-color-warning-darker);
1892
+ color: var(--wj-color-contrast-high);
1893
+ }
1894
+ .bg-warning-light {
1895
+ background-color: var(--wj-color-warning-light);
1896
+ color: var(--wj-color-contrast-high);
1897
+ }
1898
+ .bg-warning-lighter {
1899
+ background-color: var(--wj-color-warning-lighter);
1900
+ color: var(--wj-color-contrast-high);
1901
+ }
1902
+ /* Menu
1903
+ ------------------------------------
1904
+ */
1905
+ .bg-menu-dark {
1906
+ background-color: var(--wj-color-menu-dark);
1907
+ color: var(--wj-color-contrast-lowest);
1908
+ }
1909
+ .bg-menu {
1910
+ background-color: var(--wj-color-menu);
1911
+ color: var(--wj-color-contrast-lowest);
1912
+ }
1913
+ .bg-menu-light {
1914
+ background-color: var(--wj-color-menu-light);
1915
+ color: var(--wj-color-contrast-high);
1916
+ }
1917
+ /* Gradients
1918
+ ------------------------------------
1919
+ */
1920
+ .gradient-grey {
1921
+ background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
1922
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
1923
+ }
1924
+ .gradient-black {
1925
+ background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
1926
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
1927
+ }
1928
+ /* Other Colors
1929
+ ------------------------------------
1930
+ */
1931
+ .bg-black {
1932
+ background-color: var(--wj-color-black) !important;
1933
+ color: var(--wj-color-contrast-lowest);
1934
+ }
1935
+ .bg-white {
1936
+ background-color: var(--wj-color-contrast-lowest) !important;
1937
+ color: var(--wj-color-contrast-high);
1938
+ }
1939
+ .bg-transparent {
1940
+ background-color: transparent !important;
1941
+ }
1942
+ /* Text Colors */
1943
+ .link {
1944
+ opacity: 0.7;
1945
+ }
1946
+ .link:hover {
1947
+ opacity: 1;
1948
+ }
1949
+ .text-dark {
1950
+ color: var(--wj-color-contrast-highter) !important;
1951
+ }
1952
+ .text-color {
1953
+ color: var(--wj-color-contrast-high) !important;
1954
+ }
1955
+ .text-primary {
1956
+ color: var(--wj-color-primary) !important;
1957
+ }
1958
+ .text-primary-lighter {
1959
+ color: var(--wj-color-primary-lighter) !important;
1960
+ }
1961
+ .text-complete {
1962
+ color: var(--wj-color-complete) !important;
1963
+ }
1964
+ .text-complete-lighter {
1965
+ color: var(--wj-color-complete-lighter) !important;
1966
+ }
1967
+ .text-success {
1968
+ color: var(--wj-color-success) !important;
1969
+ }
1970
+ .text-success-lighter {
1971
+ color: var(--wj-color-success-lighter) !important;
1972
+ }
1973
+ .text-info {
1974
+ color: var(--wj-color-info) !important;
1975
+ }
1976
+ .text-info-lighter {
1977
+ color: var(--wj-color-info-lighter) !important;
1978
+ }
1979
+ .text-warning {
1980
+ color: var(--wj-color-warning) !important;
1981
+ }
1982
+ .text-warning-lighter {
1983
+ color: var(--wj-color-warning-lighter) !important;
1984
+ }
1985
+ .text-danger {
1986
+ color: var(--wj-color-danger) !important;
1987
+ }
1988
+ .text-danger-lighter {
1989
+ color: var(--wj-color-danger-lighter) !important;
1990
+ }
1991
+ .text-black {
1992
+ color: var(--wj-color-black) !important;
1993
+ }
1994
+ .text-white {
1995
+ color: var(--wj-color-white) !important;
1996
+ }
1997
+ /* Text Aligngments
1998
+ ------------------------------------
1999
+ */
2000
+ .text-right {
2001
+ text-align: right !important;
2002
+ }
2003
+ .text-left {
2004
+ text-align: left !important;
2005
+ }
2006
+ .text-center {
2007
+ text-align: center !important;
2008
+ }
2009
+ /* Labels
2010
+ ------------------------------------
2011
+ */
2012
+ /* Strokes
2013
+ ------------------------------------
2014
+ */
2015
+ .stroke-primary {
2016
+ stroke: var(--wj-color-primary) !important;
2017
+ }
2018
+ .stroke-complete {
2019
+ stroke: var(--wj-color-complete) !important;
2020
+ }
2021
+ .stroke-success {
2022
+ stroke: var(--wj-color-success) !important;
2023
+ }
2024
+ .stroke-info {
2025
+ stroke: var(--wj-color-info) !important;
2026
+ }
2027
+ .stroke-warning {
2028
+ stroke: var(--wj-color-warning) !important;
2029
+ }
2030
+ .stroke-danger {
2031
+ stroke: var(--wj-color-danger) !important;
2032
+ }
2033
+ /* Font Sizes
2034
+ ------------------------------------
2035
+ tracking =a+b×e(c × z)
2036
+
2037
+ a, b and c are constants
2038
+ a = -0.0223
2039
+ b = 0.185
2040
+ c = -0.1745
2041
+ z = font size
2042
+
2043
+ */
2044
+ .fs-x-small {
2045
+ font-size: var(--wj-font-size-x-small) !important;
2046
+ letter-spacing: 0.0180093em;
2047
+ line-height: 15px;
2048
+ }
2049
+ .fs-small {
2050
+ font-size: var(--wj-font-size-small) !important;
2051
+ letter-spacing: 0.00849077em;
2052
+ line-height: 18px;
2053
+ }
2054
+ .fs {
2055
+ font-size: var(--wj-font-size) !important;
2056
+ letter-spacing: 0.00177646em;
2057
+ line-height: 22px;
2058
+ }
2059
+ .fs-medium {
2060
+ font-size: var(--wj-font-size-medium) !important;
2061
+ letter-spacing: -0.00295978em;
2062
+ line-height: 24px;
2063
+ }
2064
+ .fs-large {
2065
+ font-size: var(--wj-font-size-large) !important;
2066
+ letter-spacing: normal;
2067
+ line-height: normal;
2068
+ }
2069
+ .fs-x-large {
2070
+ font-size: var(--wj-font-size-x-large) !important;
2071
+ letter-spacing: normal;
2072
+ line-height: normal;
2073
+ }
2074
+ .fs-2x-large {
2075
+ font-size: var(--wj-font-size-2x-large) !important;
2076
+ letter-spacing: normal;
2077
+ line-height: normal;
2078
+ }
2079
+ .fs-3x-large {
2080
+ font-size: var(--wj-font-size-3x-large) !important;
2081
+ letter-spacing: normal;
2082
+ line-height: normal;
2083
+ }
2084
+ .fs-4x-large {
2085
+ font-size: var(--wj-font-size-4x-large) !important;
2086
+ letter-spacing: normal;
2087
+ line-height: normal;
2088
+ }
2089
+ /* Line-heights
2090
+ ------------------------------------
2091
+ */
2092
+ .lh-normal {
2093
+ line-height: normal;
2094
+ }
2095
+ .lh-10 {
2096
+ line-height: 10px;
2097
+ }
2098
+ .lh-11 {
2099
+ line-height: 11px;
2100
+ }
2101
+ .lh-12 {
2102
+ line-height: 12px;
2103
+ }
2104
+ .lh-13 {
2105
+ line-height: 13px;
2106
+ }
2107
+ .lh-14 {
2108
+ line-height: 14px;
2109
+ }
2110
+ .lh-15 {
2111
+ line-height: 15px;
2112
+ }
2113
+ .lh-16 {
2114
+ line-height: 16px;
2115
+ }
2116
+ /* Font Faces
2117
+ ------------------------------------
2118
+ */
2119
+ .font-arial {
2120
+ font-family: Arial, sans-serif !important;
2121
+ }
2122
+ .font-montserrat {
2123
+ font-family: var(--wj-font-family-secondary) !important;
2124
+ }
2125
+ .font-heading {
2126
+ font-family: var(--wj-font-family-secondary);
2127
+ }
2128
+ .font-secondary {
2129
+ font-family: var(--wj-font-family-secondary);
2130
+ }
2131
+ /* Wells
2132
+ ------------------------------------
2133
+ */
2134
+ .well {
2135
+ background-color: var(--wj-color-contrast-low);
2136
+ -webkit-border-radius: 3px;
2137
+ -moz-border-radius: 3px;
2138
+ border-radius: 3px;
2139
+ -webkit-box-shadow: none !important;
2140
+ -moz-box-shadow: none !important;
2141
+ box-shadow: none !important;
2142
+ border: none;
2143
+ background-image: none;
2144
+ }
2145
+ .well.well-large {
2146
+ padding: 24px;
2147
+ width: auto;
2148
+ }
2149
+ .well.well-small {
2150
+ padding: 13px;
2151
+ width: auto;
2152
+ }
2153
+ .well.green {
2154
+ background-color: var(--wj-color-complete);
2155
+ color: var(--wj-color-contrast-lowest);
2156
+ border: none;
2157
+ }
2158
+ .overflow-ellipsis {
2159
+ text-overflow: ellipsis;
2160
+ overflow: hidden;
2161
+ white-space: nowrap;
2162
+ }
2163
+ /* Responsive Handlers : Typo
2164
+ ------------------------------------
2165
+ */
2166
+ @media (max-width: 1400px) {
2167
+ body,
2168
+ p {
2169
+ font-size: var(--wj-font-size-small);
2170
+ line-height: 20px;
2171
+ }
2172
+ h1 {
2173
+ font-size: var(--wj-font-size-2x-large);
2174
+ line-height: 44px;
2175
+ letter-spacing: -0.08px;
2176
+ }
2177
+ h2 {
2178
+ font-size: var(--wj-font-size-x-large);
2179
+ line-height: 40px;
2180
+ }
2181
+ h3 {
2182
+ font-size: var(--wj-font-size-large);
2183
+ line-height: 35.88px;
2184
+ }
2185
+ h4 {
2186
+ font-size: var(--wj-font-size-large);
2187
+ line-height: 33.88px;
2188
+ }
2189
+ h5 {
2190
+ font-size: var(--wj-font-size-medium);
2191
+ line-height: 25.88px;
2192
+ }
2193
+ small,
2194
+ .small {
2195
+ font-size: 89%;
2196
+ line-height: 17px;
2197
+ }
2198
+ }
2199
+ .alert > p, .alert > ul {
2200
+ margin-bottom: 0;
2201
+ }
2202
+ .table > tbody > tr > td, .table > tbody > tr > th {
2203
+ line-height: 1.42857143;
2204
+ }
2205
+ .table > tfoot > tr > td, .table > tfoot > tr > th {
2206
+ line-height: 1.42857143;
2207
+ }
2208
+ .table > thead > tr > td, .table > thead > tr > th {
2209
+ line-height: 1.42857143;
2210
+ }
2211
+ /* For Windows : Fixes
2212
+ ------------------------------------
2213
+ */
2214
+ .line-clamp-2 {
2215
+ display: -webkit-box;
2216
+ -webkit-line-clamp: 2;
2217
+ -webkit-box-orient: vertical;
2218
+ overflow: hidden;
2219
+ }
2220
+ .line-clamp-3 {
2221
+ display: -webkit-box;
2222
+ -webkit-line-clamp: 3;
2223
+ -webkit-box-orient: vertical;
2224
+ overflow: hidden;
2225
+ }
2226
+ .line-clamp-5 {
2227
+ display: -webkit-box;
2228
+ -webkit-line-clamp: 5;
2229
+ -webkit-box-orient: vertical;
2230
+ overflow: hidden;
2231
+ }
2232
+ .text-separator {
2233
+ display: block;
2234
+ text-align: center;
2235
+ margin: 1.5rem 0;
2236
+ width: 100%;
2237
+ background: linear-gradient(to top, transparent 0%, transparent calc(50% - 1px), var(--color-contrast-low) calc(50% - 1px), var(--color-contrast-low) calc(50% + 1px), transparent calc(50% + 1px), transparent 100%);
2238
+ }
2239
+ .text-separator::before {
2240
+ background: #fff;
2241
+ content: attr(data-text);
2242
+ padding: 0 1rem;
2243
+ text-transform: uppercase;
2244
+ }