j1-template 2021.3.1 → 2022.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (273) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/ads/ad.html +14 -14
  3. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +4 -4
  4. data/_includes/themes/j1/layouts/content_generator_post.html +4 -4
  5. data/_includes/themes/j1/modules/navigator/generator.html +9 -11
  6. data/_includes/themes/j1/modules/search/docsearch.html +1 -1
  7. data/_includes/themes/j1/procedures/global/create_bs_button.proc +5 -5
  8. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +5 -3
  9. data/_includes/themes/j1/procedures/layouts/module_writer.proc +1 -1
  10. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +3 -3
  11. data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
  12. data/_layouts/default.html +66 -22
  13. data/_layouts/home.html +1 -1
  14. data/_layouts/raw.html +2 -1
  15. data/assets/data/article_navigator/index.html +1 -1
  16. data/assets/data/authclient.html +11 -11
  17. data/assets/data/banner.html +7 -25
  18. data/assets/data/cookieconsent.html +20 -20
  19. data/assets/data/{fam.html → fab.html} +42 -24
  20. data/assets/data/gallery_customizer.html +6 -6
  21. data/assets/data/menu.html +55 -55
  22. data/assets/data/mmenu.html +53 -53
  23. data/assets/data/panel.html +17 -23
  24. data/assets/data/private.json +5 -1
  25. data/assets/data/quicklinks.html +7 -8
  26. data/assets/data/rtext_resizer.html +1 -1
  27. data/assets/data/themes.bootswatch.json +75 -0
  28. data/assets/data/themes.json +6 -6
  29. data/assets/data/translator.html +23 -23
  30. data/assets/error_pages/HTTP445.html +110 -0
  31. data/assets/themes/j1/adapter/js/bmd.js +1 -1
  32. data/assets/themes/j1/adapter/js/clipboard.js +1 -1
  33. data/assets/themes/j1/adapter/js/cookieConsent.js +7 -1
  34. data/assets/themes/j1/adapter/js/{fam.js → fab.js} +121 -116
  35. data/assets/themes/j1/adapter/js/j1.js +242 -174
  36. data/assets/themes/j1/adapter/js/mmenu.js +18 -24
  37. data/assets/themes/j1/adapter/js/navigator.js +6 -4
  38. data/assets/themes/j1/adapter/js/themer.js +13 -4
  39. data/assets/themes/j1/adapter/js/toccer.js +37 -76
  40. data/assets/themes/j1/adapter/js/translator.js +6 -0
  41. data/assets/themes/j1/core/country-flags/css/theme/uno.min.css +15 -0
  42. data/assets/themes/j1/core/css/animate.min.css +1 -1
  43. data/assets/themes/j1/core/css/icon-fonts/fontawesome.min.css +1 -1
  44. data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.min.css +1 -1
  45. data/assets/themes/j1/core/css/icon-fonts/materialdesign.min.css +1 -1
  46. data/assets/themes/j1/core/css/icon-fonts/mdi.css +22307 -0
  47. data/assets/themes/j1/core/css/icon-fonts/mdi.min.css +1 -0
  48. data/assets/themes/j1/core/css/icon-fonts/mdil.css +1222 -0
  49. data/assets/themes/j1/core/css/icon-fonts/mdil.min.css +1 -0
  50. data/assets/themes/j1/core/css/icon-fonts/twemoji.css +4 -0
  51. data/assets/themes/j1/core/css/icon-fonts/twemoji.min.css +1 -1
  52. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +5341 -4730
  53. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +3 -1
  54. data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.css +8301 -0
  55. data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.min.css +3 -0
  56. data/assets/themes/j1/core/css/themes/{uno-dark → unodark}/bootstrap.css +5284 -4646
  57. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +3 -0
  58. data/assets/themes/j1/core/css/themes/{uno-light → unolight}/bootstrap.css +12188 -12734
  59. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +23 -0
  60. data/assets/themes/j1/core/css/vendor.css +2 -28
  61. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  62. data/assets/themes/j1/core/js/template.js +8201 -10407
  63. data/assets/themes/j1/core/js/template.min.js +20 -30
  64. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  65. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
  66. data/assets/themes/j1/modules/bmd/js/bmd.js +2280 -0
  67. data/assets/themes/j1/modules/bmd/js/bmd.min.js +20 -0
  68. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js +5072 -0
  69. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js +7 -0
  70. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js.map +1 -0
  71. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +19 -17
  72. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +1 -1
  73. data/assets/themes/j1/modules/datatables/js/datatables.js +1 -1
  74. data/assets/themes/j1/modules/datatables/js/datatables.min.js +5 -5
  75. data/assets/themes/j1/modules/{fam/css/theme/uno/fam.css → fab/css/theme/uno/fab.css} +32 -28
  76. data/assets/themes/j1/modules/{fam/css/theme/uno/fam.min.css → fab/css/theme/uno/fab.min.css} +3 -3
  77. data/assets/themes/j1/modules/{materialize → fab}/js/cash.js +20 -2
  78. data/assets/themes/j1/modules/{fam/js/fam.js → fab/js/fab.js} +4 -2
  79. data/assets/themes/j1/modules/{util → gtag-opt-in}/js/gtag-opt-in.js +15 -1
  80. data/assets/themes/j1/modules/gtag-opt-in/js/gtag-opt-in.min.js +15 -0
  81. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +3 -3
  82. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +6 -6
  83. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +2 -2
  84. data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.js +1 -1
  85. data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.min.js +1 -1
  86. data/assets/themes/j1/modules/iframeResizer/js/resizer.min.js +1 -1
  87. data/assets/themes/j1/modules/jquery/js/jquery.js +2 -2
  88. data/assets/themes/j1/modules/jquery/js/jquery.min.js +1 -1
  89. data/assets/themes/j1/modules/jquery/js/jqueryUI.js +7 -7
  90. data/assets/themes/j1/modules/jquery/js/jqueryUI.min.js +3 -3
  91. data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.min.js +1 -1
  92. data/assets/themes/j1/modules/lightGallery/js/core/lightgallery.min.js +1 -1
  93. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
  94. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.min.js +1 -1
  95. data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.min.js +4 -1
  96. data/assets/themes/j1/modules/lightbox/js/lightbox.js +1 -1
  97. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +1 -1
  98. data/assets/themes/j1/modules/lunrSearch/js/mustache.js +1 -1
  99. data/assets/themes/j1/modules/lunrSearch/js/mustache.min.js +1 -1
  100. data/assets/themes/j1/modules/lunrSearch/js/uri.js +1 -1
  101. data/assets/themes/j1/modules/lunrSearch/js/uri.min.js +7 -7
  102. data/assets/themes/j1/modules/materialize/js/autocomplete.js +1 -1
  103. data/assets/themes/j1/modules/materialize/js/bin/materialize.js +12374 -0
  104. data/assets/themes/j1/modules/materialize/js/bin/materialize.min.js +6 -0
  105. data/assets/themes/j1/modules/materialize/js/global.js +1 -1
  106. data/assets/themes/j1/modules/materialize/js/select.js +1 -1
  107. data/assets/themes/j1/modules/materialize/js/{tapTarget.js → tapTarget.cash.js} +1 -1
  108. data/assets/themes/j1/modules/materialize/js/tapTarget.jQuery.js +187 -0
  109. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +1 -1
  110. data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +1 -1
  111. data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.css +278 -0
  112. data/assets/themes/j1/modules/popper/js/popper.js +1670 -2346
  113. data/assets/themes/j1/modules/popper/js/popper.min.js +6 -4
  114. data/assets/themes/j1/modules/popper/js/popper.min.js.map +1 -1
  115. data/assets/themes/j1/modules/scroller/js/scroller.js +2 -2
  116. data/assets/themes/j1/modules/scroller/js/scroller.min.js +1 -1
  117. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +8 -8
  118. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -431
  119. data/assets/themes/j1/modules/translator/js/translator.js +6 -2
  120. data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
  121. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +3 -3
  122. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +1 -1
  123. data/assets/themes/j1/modules/videojs/js/video.min.js +2 -2
  124. data/lib/j1/version.rb +3 -3
  125. data/lib/starter_web/Gemfile +2 -2
  126. data/lib/starter_web/_config.yml +21 -24
  127. data/lib/starter_web/_data/_defaults/j1_config.yml +1 -1
  128. data/lib/starter_web/_data/{private.default.yml → _defaults/private.yml} +2 -0
  129. data/lib/starter_web/_data/_defaults/resources.yml +1 -1
  130. data/lib/starter_web/_data/blocks/banner.yml +71 -68
  131. data/lib/starter_web/_data/blocks/defaults/banner.yml +5 -5
  132. data/lib/starter_web/_data/blocks/defaults/panel.yml +3 -3
  133. data/lib/starter_web/_data/blocks/panel.yml +171 -73
  134. data/lib/starter_web/_data/builder/defaults/blog_navigator.yml +42 -35
  135. data/lib/starter_web/_data/j1_config.yml +3 -3
  136. data/lib/starter_web/_data/layouts/article_navigator.yml +1 -1
  137. data/lib/starter_web/_data/layouts/blog_archive.yml +1 -1
  138. data/lib/starter_web/_data/layouts/collection.yml +1 -1
  139. data/lib/starter_web/_data/layouts/default.yml +1 -1
  140. data/lib/starter_web/_data/layouts/home.yml +6 -26
  141. data/lib/starter_web/_data/layouts/news_panel_posts.yml +1 -1
  142. data/lib/starter_web/_data/layouts/page.yml +1 -1
  143. data/lib/starter_web/_data/layouts/post.yml +1 -1
  144. data/lib/starter_web/_data/modules/defaults/attics.yml +1 -1
  145. data/lib/starter_web/_data/modules/defaults/{fam.yml → fab.yml} +8 -7
  146. data/lib/starter_web/_data/modules/defaults/navigator.yml +3 -0
  147. data/lib/starter_web/_data/modules/defaults/rtable.yml +2 -1
  148. data/lib/starter_web/_data/modules/defaults/scoller.yml +33 -0
  149. data/lib/starter_web/_data/modules/defaults/themer.yml +1 -1
  150. data/lib/starter_web/_data/modules/defaults/toccer.yml +5 -4
  151. data/lib/starter_web/_data/modules/{fam.yml → fab.yml} +31 -31
  152. data/lib/starter_web/_data/modules/scroller.yml +2 -2
  153. data/lib/starter_web/_data/modules/toccer.yml +3 -5
  154. data/lib/starter_web/_data/private.yml +3 -1
  155. data/lib/starter_web/_data/resources.yml +48 -34
  156. data/lib/starter_web/_includes/attributes.asciidoc +121 -122
  157. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  158. data/lib/starter_web/assets/images/pages/roundtrip/500_themes/themes-menu-1280x800.jpg +0 -0
  159. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +1 -4
  160. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +2 -2
  161. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-site-generators.adoc +2 -2
  162. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +2 -2
  163. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +1 -1
  164. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +1 -1
  165. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +2 -2
  166. data/lib/starter_web/index.html +1 -1
  167. data/lib/starter_web/package.json +4 -10
  168. data/lib/starter_web/pages/_test_pages/100_side-bar-tester.adoc +244 -0
  169. data/lib/starter_web/pages/_test_pages/_includes/attributes.asciidoc +110 -0
  170. data/lib/starter_web/pages/_test_pages/_includes/documents/100_gistblock.asciidoc +28 -0
  171. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_info.asciidoc +14 -0
  172. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_left_warning.asciidoc +11 -0
  173. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_right_danger.asciidoc +11 -0
  174. data/lib/starter_web/pages/_test_pages/_includes/documents/410_central_success.asciidoc +11 -0
  175. data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_left_info.asciidoc +11 -0
  176. data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_right_success.asciidoc +11 -0
  177. data/lib/starter_web/pages/_test_pages/_includes/documents/410_table_bs_modal_examples.asciidoc +47 -0
  178. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_info.asciidoc +11 -0
  179. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_left_info.asciidoc +11 -0
  180. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_right_success.asciidoc +11 -0
  181. data/lib/starter_web/pages/_test_pages/_includes/documents/419_advanced_modals_demo.asciidoc +337 -0
  182. data/lib/starter_web/pages/_test_pages/_includes/documents/tables/bs_modal_examples.asciidoc +47 -0
  183. data/lib/starter_web/pages/_test_pages/accordion-01-tester.adoc +220 -0
  184. data/lib/starter_web/pages/_test_pages/accordion-02-tester.adoc +177 -0
  185. data/lib/starter_web/pages/_test_pages/accordion-03-tester.adoc +148 -0
  186. data/lib/starter_web/pages/_test_pages/attribute-changes-01-tester.adoc +226 -0
  187. data/lib/starter_web/pages/_test_pages/backdrop-tester.adoc +109 -0
  188. data/lib/starter_web/pages/_test_pages/button-tester-1.adoc +127 -0
  189. data/lib/starter_web/pages/_test_pages/card-tester.adoc +128 -0
  190. data/lib/starter_web/pages/_test_pages/cookieConsent.adoc +96 -0
  191. data/lib/starter_web/pages/_test_pages/deepl.0.adoc +258 -0
  192. data/lib/starter_web/pages/_test_pages/deepl.adoc +204 -0
  193. data/lib/starter_web/pages/_test_pages/desandro-button.adoc +171 -0
  194. data/lib/starter_web/pages/_test_pages/desandro.adoc +147 -0
  195. data/lib/starter_web/pages/_test_pages/flipcard-1-tester.adoc +308 -0
  196. data/lib/starter_web/pages/_test_pages/formular-01-tester.adoc +167 -0
  197. data/lib/starter_web/pages/_test_pages/formular-02-tester.adoc +727 -0
  198. data/lib/starter_web/pages/_test_pages/google-translate-tester.0.adoc +113 -0
  199. data/lib/starter_web/pages/_test_pages/google-translate-tester.1.adoc +233 -0
  200. data/lib/starter_web/pages/_test_pages/google-translate-tester.3.adoc +149 -0
  201. data/lib/starter_web/pages/_test_pages/google-translate-tester.4.adoc +239 -0
  202. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-2.adoc +183 -0
  203. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-3.adoc +235 -0
  204. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-4.adoc +222 -0
  205. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-5.adoc +119 -0
  206. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.1.adoc +236 -0
  207. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.adoc +225 -0
  208. data/lib/starter_web/pages/_test_pages/list-group-tester.adoc +265 -0
  209. data/lib/starter_web/pages/_test_pages/tictok.adoc +127 -0
  210. data/lib/starter_web/pages/public/about/about_site.adoc +1 -1
  211. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +1 -1
  212. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +1 -1
  213. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +1 -1
  214. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.a2p +1 -1
  215. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
  216. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
  217. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +1 -1
  218. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +26 -5
  219. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +3 -3
  220. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +3 -3
  221. data/lib/starter_web/pages/public/blog/navigator/archive.html +3 -3
  222. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
  223. data/lib/starter_web/pages/public/learn/quickstart.adoc +2 -2
  224. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +2 -2
  225. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -2
  226. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +6 -7
  227. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +2 -2
  228. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +2 -2
  229. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +3 -3
  230. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +2 -2
  231. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +4 -4
  232. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +13 -11
  233. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +1 -1
  234. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_info.asciidoc +3 -3
  235. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_left_warning.asciidoc +1 -1
  236. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_right_danger.asciidoc +1 -1
  237. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_central_success.asciidoc +1 -1
  238. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_left_info.asciidoc +1 -1
  239. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_right_success.asciidoc +1 -1
  240. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_info.asciidoc +1 -1
  241. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_left_info.asciidoc +1 -1
  242. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_right_success.asciidoc +1 -1
  243. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/419_advanced_modals_demo.asciidoc +51 -51
  244. data/lib/starter_web/pages/public/learn/where_to_go.adoc +2 -2
  245. data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +2 -2
  246. data/lib/starter_web/pages/public/legal/de/100_impress.adoc +2 -2
  247. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +6 -6
  248. data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +2 -2
  249. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +2 -2
  250. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +2 -2
  251. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +5 -6
  252. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +2 -2
  253. data/lib/starter_web/pages/public/manuals/dropdown-help.adoc +1 -1
  254. data/lib/starter_web/pages/public/panels/intro_panel/_includes/attributes.asciidoc +55 -0
  255. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +53 -5
  256. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +1688 -686
  257. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  258. data/lib/starter_web/utilsrv/package.json +2 -1
  259. metadata +80 -29
  260. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +0 -1
  261. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +0 -1
  262. data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.css +0 -12177
  263. data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.min.css +0 -8
  264. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.full.js +0 -6930
  265. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js +0 -6936
  266. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js.map +0 -1
  267. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.min.js +0 -1
  268. data/assets/themes/j1/modules/popper/js/popper.js.map +0 -1
  269. data/assets/themes/j1/modules/util/js/domready.js +0 -146
  270. data/lib/starter_web/_data/_defaults/j1_config.1.yml +0 -478
  271. data/lib/starter_web/_data/_defaults/private.default.yml +0 -119
  272. data/lib/starter_web/_data/blocks/defaults/panel.1.yml +0 -256
  273. data/lib/starter_web/_data/blocks/defaults/panel.2.yml +0 -250
@@ -39,6 +39,8 @@
39
39
  # J1 Template is licensed under the MIT License.
40
40
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
41
41
  # -----------------------------------------------------------------------------
42
+ # TODO: Changes for ul|ol lists should moved to MDE/BS
43
+ # -----------------------------------------------------------------------------
42
44
  */
43
45
  .note {
44
46
  padding: 0 !important;
@@ -904,19 +906,6 @@ ul.disc {
904
906
  #
905
907
  # -----------------------------------------------------------------------------
906
908
  */
907
- .tooltip-inner {
908
- background-color: #607d8b;
909
- border-radius: 0.125rem; }
910
-
911
- .tooltip.in {
912
- opacity: 1.0; }
913
-
914
- .tooltip.tooltip-top .tooltip-arrow {
915
- border-top-color: #263238; }
916
-
917
- .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
918
- border-top-color: #263238; }
919
-
920
909
  .btn-viewer {
921
910
  position: absolute;
922
911
  top: 2.6rem;
@@ -940,21 +929,6 @@ ul.disc {
940
929
  .btn-viewer + .tooltip > .tooltip-inner {
941
930
  background-color: #f00; }
942
931
 
943
- .j1-viewer {
944
- position: relative;
945
- display: block;
946
- float: right; }
947
-
948
- .j1-tooltip + .tooltip > .tooltip-inner {
949
- background-color: #f00; }
950
-
951
- .j1-tooltip + .tooltip > .tooltip-arrow {
952
- background-color: #f00; }
953
-
954
- @media screen and (min-width: 320px) and (max-width: 767px) {
955
- .j1-viewer {
956
- display: none; } }
957
-
958
932
  /*
959
933
  # ----------------------------------------------------------------------------
960
934
  # ~/vendor/flag-icons/flag-icons.scss
@@ -1 +1 @@
1
- .note{padding:0!important;border-left:0!important;border-radius:2px!important}code{word-break:break-word;padding:.125em .275em!important;border-radius:2px;background-color:rgba(0,0,0,.1)!important}.h2,h2{font-size:200%!important}.h2,.h3,h2,h3{font-weight:500}.h3,h3{font-size:175%!important}.h4,.h5,h4,h5{font-size:150%!important;font-weight:400}div .paragraph p span.scaled img{width:auto;height:auto;max-height:100%;max-width:100%}#preamble div.sectionbody div.paragraph.turnoff{display:none}div.paragraph #preamble div.sectionbody div.paragraph.turnoff{display:block}b,optgroup,strong{font-weight:600}address,cite,dfn,em,var{font-style:italic;font-weight:400}table{border-collapse:collapse;border-spacing:0;font-size:85%;background:#fff;margin-bottom:1.25em;border:1px solid #9e9e9e;width:-webkit-fill-available}table tfoot,table thead{background:rgba(0,0,0,.1);font-weight:700;font-size:large}table tfoot tr td,table tfoot tr th,table thead tr td,table thead tr th{padding:.5em .625em .625em;font-size:inherit;text-align:left}table tr td,table tr th{padding:.5rem 1rem;font-size:inherit;border-right:1px solid #bdbdbd;border-bottom:1px solid #bdbdbd}table tr.alt,table tr.even,table tr:nth-of-type(2n){background:rgba(0,0,0,.1)}table tbody tr td,table tfoot tr td,table tfoot tr th,table thead tr th,table tr td{display:table-cell;line-height:1.6}table.full-width{width:100%}table.tableblock{max-width:100%;border-collapse:separate}table.tableblock td>.paragraph:last-child p>p:last-child,table.tableblock td>p:last-child,table.tableblock th>p:last-child{margin-bottom:0}table.spread{width:100%}table.grid-all td.tableblock,table.grid-all th.tableblock{border-width:0 1px 1px 0}table.grid-all tfoot>tr>td.tableblock,table.grid-all tfoot>tr>th.tableblock{border-width:1px 1px 0 0}table.grid-cols td.tableblock,table.grid-cols th.tableblock{border-width:0 1px 0 0}table.grid-rows td.tableblock,table.grid-rows th.tableblock{border-width:0 0 1px}table.grid-all tbody>td:last-child>th.tableblock{border-bottom-width:1px}table.grid-rows tfoot>tr>td.tableblock,table.grid-rows tfoot>tr>th.tableblock{border-width:1px 0 0}table.frame-all{border-left:1px solid #e0e0e0;border-top:1px solid #e0e0e0}table.frame-sides{border-width:0 1px}table.frame-topbot{border-width:1px 0}td.halign-left,th.halign-left{text-align:left}td.halign-right,th.halign-right{text-align:right}td.halign-center,th.halign-center{text-align:center}td.valign-top,th.valign-top{vertical-align:top}td.valign-bottom,th.valign-bottom{vertical-align:bottom}td.valign-middle,th.valign-middle{vertical-align:middle}tbody tr th{display:table-cell;line-height:1.6;background:#f5f5f5}tbody tr th,tbody tr th p,tfoot tr th,tfoot tr th p{font-weight:700}p.tableblock>code:only-child{background:none;padding:0}p.tableblock{font-size:1em;margin-top:1.5em}.quoteblock{margin-right:1em;margin-bottom:1.25em;margin-left:1.5em;display:table}.quoteblock>.title{margin-left:-1.5em;margin-bottom:.75em}.quoteblock blockquote,.quoteblock blockquote p{line-height:1.3;word-spacing:.1em;letter-spacing:0;font-style:italic;text-align:justify}.quoteblock blockquote{margin:0;padding:0;border:0}.quoteblock blockquote:before{content:"\201c";float:left;font-size:2.1em;font-weight:700;line-height:.6em;margin-left:-.6em;color:#0d47a1;text-shadow:0 1px 2px rgba(0,0,0,.1)}.quoteblock blockquote>.paragraph:last-child p{margin-bottom:0}.quoteblock .attribution{margin-top:.5em;margin-right:.5ex;text-align:right}.quoteblock .quoteblock{margin-left:0;margin-right:0;padding:.5em 0;border-left:3px solid rgba(0,0,0,.6)}.quoteblock .quoteblock blockquote{padding:0 0 0 .75em}.quoteblock .quoteblock blockquote:before{display:none}.imageblock img{max-width:100%;height:auto}span.icon>.fa{cursor:default}.audioblock>.title,.dlist>.title,.exampleblock>.title,.hdlist>.title,.literalblock>.title,.olist>.title,.openblock>.title,.paragraph>.title,.qlist>.title,.quoteblock>.title,.stemblock>.title,.ulist>.title,.verseblock>.title,.videoblock>.title{text-rendering:optimizeLegibility;text-align:left;line-height:1.25;font-size:1.125rem;font-weight:500;margin-top:.5em;margin-bottom:.75em}.admonitionblock td.content>.title{margin-bottom:.5em}.admonitionblock td.content>.title,table.tableblock>.title{text-rendering:optimizeLegibility;text-align:left;line-height:1.25;font-size:1.125rem;font-weight:500}table.tableblock>.title{margin:0!important;border-top:1px solid #9e9e9e}.imageblock>.title,.listingblock>.title{line-height:1.25;font-size:1.125rem;font-weight:500;margin-bottom:.5rem}.listingblock pre{display:block;line-height:1.25rem!important;word-break:break-all;word-wrap:break-word;padding:.75rem;margin:0 0 1.5rem;border:1px solid #bdbdbd}.admonitionblock>table td.icon{text-align:center;width:130px;border-right:0!important;border-bottom:0}.admonitionblock>table td.icon img{max-width:none}.admonitionblock>table td.icon .title{font-weight:700;font-family:Open Sans,DejaVu Sans,sans-serif;text-transform:uppercase}.admonitionblock>table td.content{padding-left:1.125em;padding-right:1.125em;border-right:1px;border-left:1px dotted #9e9e9e;font-size:inherit;text-align:justify;border-bottom:0;min-width:20em}.admonitionblock>table td.content>:last-child>:last-child{margin-bottom:0}.icon-note{color:#2196f3}.icon-tip{color:#4caf50}.icon-important{color:#ff9800}.icon-warning{color:#fdd835}.icon-caution{color:#f44336}.admonitionblock td.icon [class^="fa icon-"]{font-size:5rem;cursor:default}.admonitionblock td.icon .icon-note:before{content:"\f05a"}.admonitionblock td.icon .icon-tip:before{content:"\f0eb"}.admonitionblock td.icon .icon-important:before{content:"\f06a"}.admonitionblock td.icon .icon-warning:before{content:"\f071"}.admonitionblock td.icon .icon-caution:before{content:"\f06d"}.admonitionblock td.icon .icon-question:before{content:"\f128";color:#ffc107}.admonitionblock td.icon .icon-answer:before{content:"\f0a4";color:#4caf50}.exampleblock{margin-bottom:1.25rem;border-radius:2px;background:#fafafa}.exampleblock>.content>:first-child{margin-top:0}.exampleblock>.content>:last-child{margin-bottom:0;margin-bottom:1.25em}.exampleblock.result{display:none}a.view-result{float:right;font-weight:400;text-decoration:none;font-size:85%;line-height:.9}span.footnote,span.footnoteref{vertical-align:super;font-size:.875em}span.footnote a,span.footnoteref a{text-decoration:none}span.footnote a:active,span.footnoteref a:active{text-decoration:underline}#footnotes{padding:.75em 0;margin-top:-.625em}#footnotes hr{width:20%;min-width:6.25em;margin:-.25em 0 .75em;border-width:1px 0 0}#footnotes .footnote{line-height:1.3;font-size:.875em;margin-left:1.2em;text-indent:-1.2em;margin-bottom:.2em;padding:0 .375em}#footnotes .footnote a:first-of-type{font-weight:700;text-decoration:none}#footnotes .footnote:last-of-type{margin-bottom:0}.gist .file-data>table{border:0;background:#000;width:100%;margin-bottom:0}.gist .file-data>table td.line-data{width:99%}.mono{font-family:Droid Sans Mono,DejaVu Sans Mono,"Monospace",monospace}.unbreakable{page-break-inside:avoid}.big{font-size:larger}.small{font-size:smaller}.bold{font-weight:700}.italic{font-style:italic}.underline{text-decoration:underline}.overline{text-decoration:overline}.line-through{text-decoration:line-through}.aqua{color:#00bfbf}.aqua-background{background-color:#00fafa}.black{color:#000}.black-background{background-color:#000}.blue{color:#0000bf}.blue-background{background-color:#0000fa}.fuchsia{color:#bf00bf}.fuchsia-background{background-color:#fa00fa}.gray{color:#606060}.gray-background{background-color:#7d7d7d}.grey{color:#606060}.grey-background{background-color:#7d7d7d}.green{color:#006000}.green-background{background-color:#007d00}.lime{color:#00bf00}.lime-background{background-color:#00fa00}.maroon{color:#600000}.maroon-background{background-color:#7d0000}.navy{color:#000060}.navy-background{background-color:#00007d}.olive{color:#606000}.olive-background{background-color:#7d7d00}.purple{color:#600060}.purple-background{background-color:#7d007d}.red{color:#bf0000}.red-background{background-color:#fa0000}.silver{color:#909090}.silver-background{background-color:#bcbcbc}.teal{color:#006060}.teal-background{background-color:#007d7d}.white{color:#bfbfbf}.white-background{background-color:#fafafa}.yellow{color:#bfbf00}.yellow-background{background-color:#fafa00}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;margin-right:.25rem}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}.colist>table,.hdlist>table{border-collapse:separate;border:0;background:none}.colist>table tr td,.colist>table tr th{border-right:0;border-bottom:0}.colist>table>tbody>tr,.hdlist>table>tbody>tr{background:none}td.hdlist1{padding-right:.75em;font-weight:700}td.hdlist1,td.hdlist2{vertical-align:top}.listingblock+.colist,.literalblock+.colist{margin-top:-.5em}.colist>table tr>td:first-of-type{padding:0 .5rem;line-height:1}.colist>table tr>td:last-of-type{padding:.25rem 0}.conum[data-value]{display:inline-block;background-color:#2196f3;-webkit-border-radius:100px;border-radius:100px;text-align:center;width:1.67em;height:1.67em;font-size:85%;line-height:1.67em;font-family:Roboto,sans-serif;font-style:normal;font-weight:600}.conum[data-value],.conum[data-value] *{color:#fafafa!important}.conum[data-value]+b{display:none}.conum[data-value]:after{content:attr(data-value)}pre .conum[data-value]{position:relative;top:-.125em}b.conum *{color:inherit!important}.conum:not([data-value]):empty{display:none}kbd{font-family:monospace,serif;font-size:1em}.keyseq{color:rgba(51,51,51,.8)}kbd:not(.keyseq){display:inline-block;font-size:.75em;background-color:#e0e0e0;border:1px solid #bdbdbd;-webkit-border-radius:3px;border-radius:3px;margin:-.15em .15em 0;padding:.2em .6em .2em .5em;vertical-align:middle;white-space:nowrap}.keyseq kbd:first-child{margin-left:0}.keyseq kbd:last-child{margin-right:0}.qanda>ol>li>p>em:only-child{color:#455a64}.olist>ol>li>p,.ulist>ul>li>p{margin:0 0 .1em!important}ul.circle li ul,ul.disc li ul,ul.square li ul{list-style:inherit}ul.square{list-style-type:square}ul.circle{list-style-type:circle}ul.disc{list-style-type:disc}.fa.fa-square-o{font-weight:400!important}.fa-square-o:before{content:"\f0c8"}.fa.fa-check-square-o{font-weight:400!important}.fa-check-square-o:before{content:"\f14a"}.ulist.checklist>ul>li>p>input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0;position:relative;z-index:1;display:inline-block;width:1.125rem;height:1.125rem;overflow:hidden;border:.125rem solid rgba(0,0,0,.54);border-radius:.125rem}@media only screen and (max-width:576px){.admonitionblock>table td.content{border-left:0}}@media only screen and (max-width:768px) and (max-width:992px){.admonitionblock>table td.content{border-left:0}.admonitionblock table,.admonitionblock tbody,.admonitionblock td,.admonitionblock tr{display:block}.admonitionblock>table td.icon{width:unset}.admonitionblock td.icon{padding-left:unset!important}.admonitionblock td{border:none;border-top:1px dotted #bdbdbd;position:relative;white-space:normal}.admonitionblock td:before{position:absolute;top:6px;left:6px;width:45%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:700}}.tooltip-inner{background-color:#607d8b;border-radius:.125rem}.tooltip.in{opacity:1}.tooltip.bs-tether-element-attached-bottom .tooltip-arrow,.tooltip.tooltip-top .tooltip-arrow{border-top-color:#263238}.btn-viewer{position:absolute;top:2.6rem;right:.5rem;z-index:3;display:block;padding:.25rem .75rem;font-size:.75rem;font-style:normal;font-weight:300;color:#212121;cursor:pointer;text-transform:uppercase;background-color:transparent;border-radius:.25rem}.btn-viewer:hover{color:#fff;background-color:#607d8b}.btn-viewer+.tooltip>.tooltip-inner{background-color:red}.j1-viewer{position:relative;display:block;float:right}.j1-tooltip+.tooltip>.tooltip-arrow,.j1-tooltip+.tooltip>.tooltip-inner{background-color:red}@media screen and (min-width:320px) and (max-width:767px){.j1-viewer{display:none}}.flag-icon,.flag-icon-background{background-size:contain;background-position:50%;background-repeat:no-repeat}.flag-icon{position:relative;display:inline-block;line-height:1em}.flag-icon:before{content:"\00a0"}.flag-icon.rectangle{width:1.33333em}.flag-icon.squared{width:1em}.flag-icon-ad{background-image:url(/assets/themes/j1/core/country-flags/4x3/ad.svg)}.flag-icon-ad.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ad.svg)}.flag-icon-ae{background-image:url(/assets/themes/j1/core/country-flags/4x3/ae.svg)}.flag-icon-ae.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ae.svg)}.flag-icon-af{background-image:url(/assets/themes/j1/core/country-flags/4x3/af.svg)}.flag-icon-af.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/af.svg)}.flag-icon-ag{background-image:url(/assets/themes/j1/core/country-flags/4x3/ag.svg)}.flag-icon-ag.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ag.svg)}.flag-icon-ai{background-image:url(/assets/themes/j1/core/country-flags/4x3/ai.svg)}.flag-icon-ai.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ai.svg)}.flag-icon-al{background-image:url(/assets/themes/j1/core/country-flags/4x3/al.svg)}.flag-icon-al.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/al.svg)}.flag-icon-am{background-image:url(/assets/themes/j1/core/country-flags/4x3/am.svg)}.flag-icon-am.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/am.svg)}.flag-icon-ao{background-image:url(/assets/themes/j1/core/country-flags/4x3/ao.svg)}.flag-icon-ao.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ao.svg)}.flag-icon-aq{background-image:url(/assets/themes/j1/core/country-flags/4x3/aq.svg)}.flag-icon-aq.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/aq.svg)}.flag-icon-ar{background-image:url(/assets/themes/j1/core/country-flags/4x3/ar.svg)}.flag-icon-ar.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ar.svg)}.flag-icon-as{background-image:url(/assets/themes/j1/core/country-flags/4x3/as.svg)}.flag-icon-as.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/as.svg)}.flag-icon-at{background-image:url(/assets/themes/j1/core/country-flags/4x3/at.svg)}.flag-icon-at.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/at.svg)}.flag-icon-au{background-image:url(/assets/themes/j1/core/country-flags/4x3/au.svg)}.flag-icon-au.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/au.svg)}.flag-icon-aw{background-image:url(/assets/themes/j1/core/country-flags/4x3/aw.svg)}.flag-icon-aw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/aw.svg)}.flag-icon-ax{background-image:url(/assets/themes/j1/core/country-flags/4x3/ax.svg)}.flag-icon-ax.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ax.svg)}.flag-icon-az{background-image:url(/assets/themes/j1/core/country-flags/4x3/az.svg)}.flag-icon-az.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/az.svg)}.flag-icon-ba{background-image:url(/assets/themes/j1/core/country-flags/4x3/ba.svg)}.flag-icon-ba.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ba.svg)}.flag-icon-bb{background-image:url(/assets/themes/j1/core/country-flags/4x3/bb.svg)}.flag-icon-bb.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bb.svg)}.flag-icon-bd{background-image:url(/assets/themes/j1/core/country-flags/4x3/bd.svg)}.flag-icon-bd.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bd.svg)}.flag-icon-be{background-image:url(/assets/themes/j1/core/country-flags/4x3/be.svg)}.flag-icon-be.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/be.svg)}.flag-icon-bf{background-image:url(/assets/themes/j1/core/country-flags/4x3/bf.svg)}.flag-icon-bf.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bf.svg)}.flag-icon-bg{background-image:url(/assets/themes/j1/core/country-flags/4x3/bg.svg)}.flag-icon-bg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bg.svg)}.flag-icon-bh{background-image:url(/assets/themes/j1/core/country-flags/4x3/bh.svg)}.flag-icon-bh.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bh.svg)}.flag-icon-bi{background-image:url(/assets/themes/j1/core/country-flags/4x3/bi.svg)}.flag-icon-bi.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bi.svg)}.flag-icon-bj{background-image:url(/assets/themes/j1/core/country-flags/4x3/bj.svg)}.flag-icon-bj.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bj.svg)}.flag-icon-bl{background-image:url(/assets/themes/j1/core/country-flags/4x3/bl.svg)}.flag-icon-bl.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bl.svg)}.flag-icon-bm{background-image:url(/assets/themes/j1/core/country-flags/4x3/bm.svg)}.flag-icon-bm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bm.svg)}.flag-icon-bn{background-image:url(/assets/themes/j1/core/country-flags/4x3/bn.svg)}.flag-icon-bn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bn.svg)}.flag-icon-bo{background-image:url(/assets/themes/j1/core/country-flags/4x3/bo.svg)}.flag-icon-bo.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bo.svg)}.flag-icon-bq{background-image:url(/assets/themes/j1/core/country-flags/4x3/bq.svg)}.flag-icon-bq.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bq.svg)}.flag-icon-br{background-image:url(/assets/themes/j1/core/country-flags/4x3/br.svg)}.flag-icon-br.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/br.svg)}.flag-icon-bs{background-image:url(/assets/themes/j1/core/country-flags/4x3/bs.svg)}.flag-icon-bs.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bs.svg)}.flag-icon-bt{background-image:url(/assets/themes/j1/core/country-flags/4x3/bt.svg)}.flag-icon-bt.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bt.svg)}.flag-icon-bv{background-image:url(/assets/themes/j1/core/country-flags/4x3/bv.svg)}.flag-icon-bv.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bv.svg)}.flag-icon-bw{background-image:url(/assets/themes/j1/core/country-flags/4x3/bw.svg)}.flag-icon-bw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bw.svg)}.flag-icon-by{background-image:url(/assets/themes/j1/core/country-flags/4x3/by.svg)}.flag-icon-by.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/by.svg)}.flag-icon-bz{background-image:url(/assets/themes/j1/core/country-flags/4x3/bz.svg)}.flag-icon-bz.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bz.svg)}.flag-icon-ca{background-image:url(/assets/themes/j1/core/country-flags/4x3/ca.svg)}.flag-icon-ca.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ca.svg)}.flag-icon-cc{background-image:url(/assets/themes/j1/core/country-flags/4x3/cc.svg)}.flag-icon-cc.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cc.svg)}.flag-icon-cd{background-image:url(/assets/themes/j1/core/country-flags/4x3/cd.svg)}.flag-icon-cd.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cd.svg)}.flag-icon-cf{background-image:url(/assets/themes/j1/core/country-flags/4x3/cf.svg)}.flag-icon-cf.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cf.svg)}.flag-icon-cg{background-image:url(/assets/themes/j1/core/country-flags/4x3/cg.svg)}.flag-icon-cg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cg.svg)}.flag-icon-ch{background-image:url(/assets/themes/j1/core/country-flags/4x3/ch.svg)}.flag-icon-ch.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ch.svg)}.flag-icon-ci{background-image:url(/assets/themes/j1/core/country-flags/4x3/ci.svg)}.flag-icon-ci.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ci.svg)}.flag-icon-ck{background-image:url(/assets/themes/j1/core/country-flags/4x3/ck.svg)}.flag-icon-ck.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ck.svg)}.flag-icon-cl{background-image:url(/assets/themes/j1/core/country-flags/4x3/cl.svg)}.flag-icon-cl.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cl.svg)}.flag-icon-cm{background-image:url(/assets/themes/j1/core/country-flags/4x3/cm.svg)}.flag-icon-cm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cm.svg)}.flag-icon-cn{background-image:url(/assets/themes/j1/core/country-flags/4x3/cn.svg)}.flag-icon-cn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cn.svg)}.flag-icon-co{background-image:url(/assets/themes/j1/core/country-flags/4x3/co.svg)}.flag-icon-co.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/co.svg)}.flag-icon-cr{background-image:url(/assets/themes/j1/core/country-flags/4x3/cr.svg)}.flag-icon-cr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cr.svg)}.flag-icon-cu{background-image:url(/assets/themes/j1/core/country-flags/4x3/cu.svg)}.flag-icon-cu.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cu.svg)}.flag-icon-cv{background-image:url(/assets/themes/j1/core/country-flags/4x3/cv.svg)}.flag-icon-cv.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cv.svg)}.flag-icon-cw{background-image:url(/assets/themes/j1/core/country-flags/4x3/cw.svg)}.flag-icon-cw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cw.svg)}.flag-icon-cx{background-image:url(/assets/themes/j1/core/country-flags/4x3/cx.svg)}.flag-icon-cx.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cx.svg)}.flag-icon-cy{background-image:url(/assets/themes/j1/core/country-flags/4x3/cy.svg)}.flag-icon-cy.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cy.svg)}.flag-icon-cz{background-image:url(/assets/themes/j1/core/country-flags/4x3/cz.svg)}.flag-icon-cz.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cz.svg)}.flag-icon-de{background-image:url(/assets/themes/j1/core/country-flags/4x3/de.svg)}.flag-icon-de.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/de.svg)}.flag-icon-dj{background-image:url(/assets/themes/j1/core/country-flags/4x3/dj.svg)}.flag-icon-dj.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/dj.svg)}.flag-icon-dk{background-image:url(/assets/themes/j1/core/country-flags/4x3/dk.svg)}.flag-icon-dk.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/dk.svg)}.flag-icon-dm{background-image:url(/assets/themes/j1/core/country-flags/4x3/dm.svg)}.flag-icon-dm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/dm.svg)}.flag-icon-do{background-image:url(/assets/themes/j1/core/country-flags/4x3/do.svg)}.flag-icon-do.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/do.svg)}.flag-icon-dz{background-image:url(/assets/themes/j1/core/country-flags/4x3/dz.svg)}.flag-icon-dz.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/dz.svg)}.flag-icon-ec{background-image:url(/assets/themes/j1/core/country-flags/4x3/ec.svg)}.flag-icon-ec.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ec.svg)}.flag-icon-ee{background-image:url(/assets/themes/j1/core/country-flags/4x3/ee.svg)}.flag-icon-ee.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ee.svg)}.flag-icon-eg{background-image:url(/assets/themes/j1/core/country-flags/4x3/eg.svg)}.flag-icon-eg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/eg.svg)}.flag-icon-eh{background-image:url(/assets/themes/j1/core/country-flags/4x3/eh.svg)}.flag-icon-eh.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/eh.svg)}.flag-icon-er{background-image:url(/assets/themes/j1/core/country-flags/4x3/er.svg)}.flag-icon-er.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/er.svg)}.flag-icon-es{background-image:url(/assets/themes/j1/core/country-flags/4x3/es.svg)}.flag-icon-es.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/es.svg)}.flag-icon-et{background-image:url(/assets/themes/j1/core/country-flags/4x3/et.svg)}.flag-icon-et.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/et.svg)}.flag-icon-fi{background-image:url(/assets/themes/j1/core/country-flags/4x3/fi.svg)}.flag-icon-fi.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/fi.svg)}.flag-icon-fj{background-image:url(/assets/themes/j1/core/country-flags/4x3/fj.svg)}.flag-icon-fj.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/fj.svg)}.flag-icon-fk{background-image:url(/assets/themes/j1/core/country-flags/4x3/fk.svg)}.flag-icon-fk.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/fk.svg)}.flag-icon-fm{background-image:url(/assets/themes/j1/core/country-flags/4x3/fm.svg)}.flag-icon-fm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/fm.svg)}.flag-icon-fo{background-image:url(/assets/themes/j1/core/country-flags/4x3/fo.svg)}.flag-icon-fo.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/fo.svg)}.flag-icon-fr{background-image:url(/assets/themes/j1/core/country-flags/4x3/fr.svg)}.flag-icon-fr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/fr.svg)}.flag-icon-ga{background-image:url(/assets/themes/j1/core/country-flags/4x3/ga.svg)}.flag-icon-ga.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ga.svg)}.flag-icon-gb{background-image:url(/assets/themes/j1/core/country-flags/4x3/gb.svg)}.flag-icon-gb.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gb.svg)}.flag-icon-gd{background-image:url(/assets/themes/j1/core/country-flags/4x3/gd.svg)}.flag-icon-gd.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gd.svg)}.flag-icon-ge{background-image:url(/assets/themes/j1/core/country-flags/4x3/ge.svg)}.flag-icon-ge.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ge.svg)}.flag-icon-gf{background-image:url(/assets/themes/j1/core/country-flags/4x3/gf.svg)}.flag-icon-gf.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gf.svg)}.flag-icon-gg{background-image:url(/assets/themes/j1/core/country-flags/4x3/gg.svg)}.flag-icon-gg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gg.svg)}.flag-icon-gh{background-image:url(/assets/themes/j1/core/country-flags/4x3/gh.svg)}.flag-icon-gh.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gh.svg)}.flag-icon-gi{background-image:url(/assets/themes/j1/core/country-flags/4x3/gi.svg)}.flag-icon-gi.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gi.svg)}.flag-icon-gl{background-image:url(/assets/themes/j1/core/country-flags/4x3/gl.svg)}.flag-icon-gl.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gl.svg)}.flag-icon-gm{background-image:url(/assets/themes/j1/core/country-flags/4x3/gm.svg)}.flag-icon-gm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gm.svg)}.flag-icon-gn{background-image:url(/assets/themes/j1/core/country-flags/4x3/gn.svg)}.flag-icon-gn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gn.svg)}.flag-icon-gp{background-image:url(/assets/themes/j1/core/country-flags/4x3/gp.svg)}.flag-icon-gp.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gp.svg)}.flag-icon-gq{background-image:url(/assets/themes/j1/core/country-flags/4x3/gq.svg)}.flag-icon-gq.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gq.svg)}.flag-icon-gr{background-image:url(/assets/themes/j1/core/country-flags/4x3/gr.svg)}.flag-icon-gr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gr.svg)}.flag-icon-gs{background-image:url(/assets/themes/j1/core/country-flags/4x3/gs.svg)}.flag-icon-gs.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gs.svg)}.flag-icon-gt{background-image:url(/assets/themes/j1/core/country-flags/4x3/gt.svg)}.flag-icon-gt.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gt.svg)}.flag-icon-gu{background-image:url(/assets/themes/j1/core/country-flags/4x3/gu.svg)}.flag-icon-gu.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gu.svg)}.flag-icon-gw{background-image:url(/assets/themes/j1/core/country-flags/4x3/gw.svg)}.flag-icon-gw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gw.svg)}.flag-icon-gy{background-image:url(/assets/themes/j1/core/country-flags/4x3/gy.svg)}.flag-icon-gy.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gy.svg)}.flag-icon-hk{background-image:url(/assets/themes/j1/core/country-flags/4x3/hk.svg)}.flag-icon-hk.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/hk.svg)}.flag-icon-hm{background-image:url(/assets/themes/j1/core/country-flags/4x3/hm.svg)}.flag-icon-hm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/hm.svg)}.flag-icon-hn{background-image:url(/assets/themes/j1/core/country-flags/4x3/hn.svg)}.flag-icon-hn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/hn.svg)}.flag-icon-hr{background-image:url(/assets/themes/j1/core/country-flags/4x3/hr.svg)}.flag-icon-hr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/hr.svg)}.flag-icon-ht{background-image:url(/assets/themes/j1/core/country-flags/4x3/ht.svg)}.flag-icon-ht.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ht.svg)}.flag-icon-hu{background-image:url(/assets/themes/j1/core/country-flags/4x3/hu.svg)}.flag-icon-hu.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/hu.svg)}.flag-icon-id{background-image:url(/assets/themes/j1/core/country-flags/4x3/id.svg)}.flag-icon-id.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/id.svg)}.flag-icon-ie{background-image:url(/assets/themes/j1/core/country-flags/4x3/ie.svg)}.flag-icon-ie.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ie.svg)}.flag-icon-il{background-image:url(/assets/themes/j1/core/country-flags/4x3/il.svg)}.flag-icon-il.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/il.svg)}.flag-icon-im{background-image:url(/assets/themes/j1/core/country-flags/4x3/im.svg)}.flag-icon-im.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/im.svg)}.flag-icon-in{background-image:url(/assets/themes/j1/core/country-flags/4x3/in.svg)}.flag-icon-in.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/in.svg)}.flag-icon-io{background-image:url(/assets/themes/j1/core/country-flags/4x3/io.svg)}.flag-icon-io.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/io.svg)}.flag-icon-iq{background-image:url(/assets/themes/j1/core/country-flags/4x3/iq.svg)}.flag-icon-iq.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/iq.svg)}.flag-icon-ir{background-image:url(/assets/themes/j1/core/country-flags/4x3/ir.svg)}.flag-icon-ir.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ir.svg)}.flag-icon-is{background-image:url(/assets/themes/j1/core/country-flags/4x3/is.svg)}.flag-icon-is.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/is.svg)}.flag-icon-it{background-image:url(/assets/themes/j1/core/country-flags/4x3/it.svg)}.flag-icon-it.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/it.svg)}.flag-icon-je{background-image:url(/assets/themes/j1/core/country-flags/4x3/je.svg)}.flag-icon-je.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/je.svg)}.flag-icon-jm{background-image:url(/assets/themes/j1/core/country-flags/4x3/jm.svg)}.flag-icon-jm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/jm.svg)}.flag-icon-jo{background-image:url(/assets/themes/j1/core/country-flags/4x3/jo.svg)}.flag-icon-jo.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/jo.svg)}.flag-icon-jp{background-image:url(/assets/themes/j1/core/country-flags/4x3/jp.svg)}.flag-icon-jp.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/jp.svg)}.flag-icon-ke{background-image:url(/assets/themes/j1/core/country-flags/4x3/ke.svg)}.flag-icon-ke.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ke.svg)}.flag-icon-kg{background-image:url(/assets/themes/j1/core/country-flags/4x3/kg.svg)}.flag-icon-kg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/kg.svg)}.flag-icon-kh{background-image:url(/assets/themes/j1/core/country-flags/4x3/kh.svg)}.flag-icon-kh.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/kh.svg)}.flag-icon-ki{background-image:url(/assets/themes/j1/core/country-flags/4x3/ki.svg)}.flag-icon-ki.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ki.svg)}.flag-icon-km{background-image:url(/assets/themes/j1/core/country-flags/4x3/km.svg)}.flag-icon-km.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/km.svg)}.flag-icon-kn{background-image:url(/assets/themes/j1/core/country-flags/4x3/kn.svg)}.flag-icon-kn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/kn.svg)}.flag-icon-kp{background-image:url(/assets/themes/j1/core/country-flags/4x3/kp.svg)}.flag-icon-kp.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/kp.svg)}.flag-icon-kr{background-image:url(/assets/themes/j1/core/country-flags/4x3/kr.svg)}.flag-icon-kr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/kr.svg)}.flag-icon-kw{background-image:url(/assets/themes/j1/core/country-flags/4x3/kw.svg)}.flag-icon-kw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/kw.svg)}.flag-icon-ky{background-image:url(/assets/themes/j1/core/country-flags/4x3/ky.svg)}.flag-icon-ky.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ky.svg)}.flag-icon-kz{background-image:url(/assets/themes/j1/core/country-flags/4x3/kz.svg)}.flag-icon-kz.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/kz.svg)}.flag-icon-la{background-image:url(/assets/themes/j1/core/country-flags/4x3/la.svg)}.flag-icon-la.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/la.svg)}.flag-icon-lb{background-image:url(/assets/themes/j1/core/country-flags/4x3/lb.svg)}.flag-icon-lb.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/lb.svg)}.flag-icon-lc{background-image:url(/assets/themes/j1/core/country-flags/4x3/lc.svg)}.flag-icon-lc.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/lc.svg)}.flag-icon-li{background-image:url(/assets/themes/j1/core/country-flags/4x3/li.svg)}.flag-icon-li.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/li.svg)}.flag-icon-lk{background-image:url(/assets/themes/j1/core/country-flags/4x3/lk.svg)}.flag-icon-lk.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/lk.svg)}.flag-icon-lr{background-image:url(/assets/themes/j1/core/country-flags/4x3/lr.svg)}.flag-icon-lr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/lr.svg)}.flag-icon-ls{background-image:url(/assets/themes/j1/core/country-flags/4x3/ls.svg)}.flag-icon-ls.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ls.svg)}.flag-icon-lt{background-image:url(/assets/themes/j1/core/country-flags/4x3/lt.svg)}.flag-icon-lt.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/lt.svg)}.flag-icon-lu{background-image:url(/assets/themes/j1/core/country-flags/4x3/lu.svg)}.flag-icon-lu.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/lu.svg)}.flag-icon-lv{background-image:url(/assets/themes/j1/core/country-flags/4x3/lv.svg)}.flag-icon-lv.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/lv.svg)}.flag-icon-ly{background-image:url(/assets/themes/j1/core/country-flags/4x3/ly.svg)}.flag-icon-ly.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ly.svg)}.flag-icon-ma{background-image:url(/assets/themes/j1/core/country-flags/4x3/ma.svg)}.flag-icon-ma.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ma.svg)}.flag-icon-mc{background-image:url(/assets/themes/j1/core/country-flags/4x3/mc.svg)}.flag-icon-mc.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mc.svg)}.flag-icon-md{background-image:url(/assets/themes/j1/core/country-flags/4x3/md.svg)}.flag-icon-md.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/md.svg)}.flag-icon-me{background-image:url(/assets/themes/j1/core/country-flags/4x3/me.svg)}.flag-icon-me.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/me.svg)}.flag-icon-mf{background-image:url(/assets/themes/j1/core/country-flags/4x3/mf.svg)}.flag-icon-mf.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mf.svg)}.flag-icon-mg{background-image:url(/assets/themes/j1/core/country-flags/4x3/mg.svg)}.flag-icon-mg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mg.svg)}.flag-icon-mh{background-image:url(/assets/themes/j1/core/country-flags/4x3/mh.svg)}.flag-icon-mh.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mh.svg)}.flag-icon-mk{background-image:url(/assets/themes/j1/core/country-flags/4x3/mk.svg)}.flag-icon-mk.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mk.svg)}.flag-icon-ml{background-image:url(/assets/themes/j1/core/country-flags/4x3/ml.svg)}.flag-icon-ml.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ml.svg)}.flag-icon-mm{background-image:url(/assets/themes/j1/core/country-flags/4x3/mm.svg)}.flag-icon-mm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mm.svg)}.flag-icon-mn{background-image:url(/assets/themes/j1/core/country-flags/4x3/mn.svg)}.flag-icon-mn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mn.svg)}.flag-icon-mo{background-image:url(/assets/themes/j1/core/country-flags/4x3/mo.svg)}.flag-icon-mo.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mo.svg)}.flag-icon-mp{background-image:url(/assets/themes/j1/core/country-flags/4x3/mp.svg)}.flag-icon-mp.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mp.svg)}.flag-icon-mq{background-image:url(/assets/themes/j1/core/country-flags/4x3/mq.svg)}.flag-icon-mq.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mq.svg)}.flag-icon-mr{background-image:url(/assets/themes/j1/core/country-flags/4x3/mr.svg)}.flag-icon-mr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mr.svg)}.flag-icon-ms{background-image:url(/assets/themes/j1/core/country-flags/4x3/ms.svg)}.flag-icon-ms.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ms.svg)}.flag-icon-mt{background-image:url(/assets/themes/j1/core/country-flags/4x3/mt.svg)}.flag-icon-mt.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mt.svg)}.flag-icon-mu{background-image:url(/assets/themes/j1/core/country-flags/4x3/mu.svg)}.flag-icon-mu.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mu.svg)}.flag-icon-mv{background-image:url(/assets/themes/j1/core/country-flags/4x3/mv.svg)}.flag-icon-mv.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mv.svg)}.flag-icon-mw{background-image:url(/assets/themes/j1/core/country-flags/4x3/mw.svg)}.flag-icon-mw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mw.svg)}.flag-icon-mx{background-image:url(/assets/themes/j1/core/country-flags/4x3/mx.svg)}.flag-icon-mx.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mx.svg)}.flag-icon-my{background-image:url(/assets/themes/j1/core/country-flags/4x3/my.svg)}.flag-icon-my.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/my.svg)}.flag-icon-mz{background-image:url(/assets/themes/j1/core/country-flags/4x3/mz.svg)}.flag-icon-mz.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mz.svg)}.flag-icon-na{background-image:url(/assets/themes/j1/core/country-flags/4x3/na.svg)}.flag-icon-na.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/na.svg)}.flag-icon-nc{background-image:url(/assets/themes/j1/core/country-flags/4x3/nc.svg)}.flag-icon-nc.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/nc.svg)}.flag-icon-ne{background-image:url(/assets/themes/j1/core/country-flags/4x3/ne.svg)}.flag-icon-ne.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ne.svg)}.flag-icon-nf{background-image:url(/assets/themes/j1/core/country-flags/4x3/nf.svg)}.flag-icon-nf.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/nf.svg)}.flag-icon-ng{background-image:url(/assets/themes/j1/core/country-flags/4x3/ng.svg)}.flag-icon-ng.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ng.svg)}.flag-icon-ni{background-image:url(/assets/themes/j1/core/country-flags/4x3/ni.svg)}.flag-icon-ni.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ni.svg)}.flag-icon-nl{background-image:url(/assets/themes/j1/core/country-flags/4x3/nl.svg)}.flag-icon-nl.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/nl.svg)}.flag-icon-no{background-image:url(/assets/themes/j1/core/country-flags/4x3/no.svg)}.flag-icon-no.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/no.svg)}.flag-icon-np{background-image:url(/assets/themes/j1/core/country-flags/4x3/np.svg)}.flag-icon-np.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/np.svg)}.flag-icon-nr{background-image:url(/assets/themes/j1/core/country-flags/4x3/nr.svg)}.flag-icon-nr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/nr.svg)}.flag-icon-nu{background-image:url(/assets/themes/j1/core/country-flags/4x3/nu.svg)}.flag-icon-nu.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/nu.svg)}.flag-icon-nz{background-image:url(/assets/themes/j1/core/country-flags/4x3/nz.svg)}.flag-icon-nz.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/nz.svg)}.flag-icon-om{background-image:url(/assets/themes/j1/core/country-flags/4x3/om.svg)}.flag-icon-om.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/om.svg)}.flag-icon-pa{background-image:url(/assets/themes/j1/core/country-flags/4x3/pa.svg)}.flag-icon-pa.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pa.svg)}.flag-icon-pe{background-image:url(/assets/themes/j1/core/country-flags/4x3/pe.svg)}.flag-icon-pe.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pe.svg)}.flag-icon-pf{background-image:url(/assets/themes/j1/core/country-flags/4x3/pf.svg)}.flag-icon-pf.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pf.svg)}.flag-icon-pg{background-image:url(/assets/themes/j1/core/country-flags/4x3/pg.svg)}.flag-icon-pg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pg.svg)}.flag-icon-ph{background-image:url(/assets/themes/j1/core/country-flags/4x3/ph.svg)}.flag-icon-ph.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ph.svg)}.flag-icon-pk{background-image:url(/assets/themes/j1/core/country-flags/4x3/pk.svg)}.flag-icon-pk.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pk.svg)}.flag-icon-pl{background-image:url(/assets/themes/j1/core/country-flags/4x3/pl.svg)}.flag-icon-pl.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pl.svg)}.flag-icon-pm{background-image:url(/assets/themes/j1/core/country-flags/4x3/pm.svg)}.flag-icon-pm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pm.svg)}.flag-icon-pn{background-image:url(/assets/themes/j1/core/country-flags/4x3/pn.svg)}.flag-icon-pn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pn.svg)}.flag-icon-pr{background-image:url(/assets/themes/j1/core/country-flags/4x3/pr.svg)}.flag-icon-pr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pr.svg)}.flag-icon-ps{background-image:url(/assets/themes/j1/core/country-flags/4x3/ps.svg)}.flag-icon-ps.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ps.svg)}.flag-icon-pt{background-image:url(/assets/themes/j1/core/country-flags/4x3/pt.svg)}.flag-icon-pt.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pt.svg)}.flag-icon-pw{background-image:url(/assets/themes/j1/core/country-flags/4x3/pw.svg)}.flag-icon-pw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pw.svg)}.flag-icon-py{background-image:url(/assets/themes/j1/core/country-flags/4x3/py.svg)}.flag-icon-py.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/py.svg)}.flag-icon-qa{background-image:url(/assets/themes/j1/core/country-flags/4x3/qa.svg)}.flag-icon-qa.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/qa.svg)}.flag-icon-re{background-image:url(/assets/themes/j1/core/country-flags/4x3/re.svg)}.flag-icon-re.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/re.svg)}.flag-icon-ro{background-image:url(/assets/themes/j1/core/country-flags/4x3/ro.svg)}.flag-icon-ro.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ro.svg)}.flag-icon-rs{background-image:url(/assets/themes/j1/core/country-flags/4x3/rs.svg)}.flag-icon-rs.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/rs.svg)}.flag-icon-ru{background-image:url(/assets/themes/j1/core/country-flags/4x3/ru.svg)}.flag-icon-ru.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ru.svg)}.flag-icon-rw{background-image:url(/assets/themes/j1/core/country-flags/4x3/rw.svg)}.flag-icon-rw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/rw.svg)}.flag-icon-sa{background-image:url(/assets/themes/j1/core/country-flags/4x3/sa.svg)}.flag-icon-sa.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sa.svg)}.flag-icon-sb{background-image:url(/assets/themes/j1/core/country-flags/4x3/sb.svg)}.flag-icon-sb.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sb.svg)}.flag-icon-sc{background-image:url(/assets/themes/j1/core/country-flags/4x3/sc.svg)}.flag-icon-sc.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sc.svg)}.flag-icon-sd{background-image:url(/assets/themes/j1/core/country-flags/4x3/sd.svg)}.flag-icon-sd.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sd.svg)}.flag-icon-se{background-image:url(/assets/themes/j1/core/country-flags/4x3/se.svg)}.flag-icon-se.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/se.svg)}.flag-icon-sg{background-image:url(/assets/themes/j1/core/country-flags/4x3/sg.svg)}.flag-icon-sg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sg.svg)}.flag-icon-sh{background-image:url(/assets/themes/j1/core/country-flags/4x3/sh.svg)}.flag-icon-sh.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sh.svg)}.flag-icon-si{background-image:url(/assets/themes/j1/core/country-flags/4x3/si.svg)}.flag-icon-si.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/si.svg)}.flag-icon-sj{background-image:url(/assets/themes/j1/core/country-flags/4x3/sj.svg)}.flag-icon-sj.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sj.svg)}.flag-icon-sk{background-image:url(/assets/themes/j1/core/country-flags/4x3/sk.svg)}.flag-icon-sk.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sk.svg)}.flag-icon-sl{background-image:url(/assets/themes/j1/core/country-flags/4x3/sl.svg)}.flag-icon-sl.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sl.svg)}.flag-icon-sm{background-image:url(/assets/themes/j1/core/country-flags/4x3/sm.svg)}.flag-icon-sm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sm.svg)}.flag-icon-sn{background-image:url(/assets/themes/j1/core/country-flags/4x3/sn.svg)}.flag-icon-sn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sn.svg)}.flag-icon-so{background-image:url(/assets/themes/j1/core/country-flags/4x3/so.svg)}.flag-icon-so.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/so.svg)}.flag-icon-sr{background-image:url(/assets/themes/j1/core/country-flags/4x3/sr.svg)}.flag-icon-sr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sr.svg)}.flag-icon-ss{background-image:url(/assets/themes/j1/core/country-flags/4x3/ss.svg)}.flag-icon-ss.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ss.svg)}.flag-icon-st{background-image:url(/assets/themes/j1/core/country-flags/4x3/st.svg)}.flag-icon-st.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/st.svg)}.flag-icon-sv{background-image:url(/assets/themes/j1/core/country-flags/4x3/sv.svg)}.flag-icon-sv.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sv.svg)}.flag-icon-sx{background-image:url(/assets/themes/j1/core/country-flags/4x3/sx.svg)}.flag-icon-sx.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sx.svg)}.flag-icon-sy{background-image:url(/assets/themes/j1/core/country-flags/4x3/sy.svg)}.flag-icon-sy.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sy.svg)}.flag-icon-sz{background-image:url(/assets/themes/j1/core/country-flags/4x3/sz.svg)}.flag-icon-sz.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sz.svg)}.flag-icon-tc{background-image:url(/assets/themes/j1/core/country-flags/4x3/tc.svg)}.flag-icon-tc.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tc.svg)}.flag-icon-td{background-image:url(/assets/themes/j1/core/country-flags/4x3/td.svg)}.flag-icon-td.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/td.svg)}.flag-icon-tf{background-image:url(/assets/themes/j1/core/country-flags/4x3/tf.svg)}.flag-icon-tf.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tf.svg)}.flag-icon-tg{background-image:url(/assets/themes/j1/core/country-flags/4x3/tg.svg)}.flag-icon-tg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tg.svg)}.flag-icon-th{background-image:url(/assets/themes/j1/core/country-flags/4x3/th.svg)}.flag-icon-th.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/th.svg)}.flag-icon-tj{background-image:url(/assets/themes/j1/core/country-flags/4x3/tj.svg)}.flag-icon-tj.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tj.svg)}.flag-icon-tk{background-image:url(/assets/themes/j1/core/country-flags/4x3/tk.svg)}.flag-icon-tk.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tk.svg)}.flag-icon-tl{background-image:url(/assets/themes/j1/core/country-flags/4x3/tl.svg)}.flag-icon-tl.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tl.svg)}.flag-icon-tm{background-image:url(/assets/themes/j1/core/country-flags/4x3/tm.svg)}.flag-icon-tm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tm.svg)}.flag-icon-tn{background-image:url(/assets/themes/j1/core/country-flags/4x3/tn.svg)}.flag-icon-tn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tn.svg)}.flag-icon-to{background-image:url(/assets/themes/j1/core/country-flags/4x3/to.svg)}.flag-icon-to.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/to.svg)}.flag-icon-tr{background-image:url(/assets/themes/j1/core/country-flags/4x3/tr.svg)}.flag-icon-tr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tr.svg)}.flag-icon-tt{background-image:url(/assets/themes/j1/core/country-flags/4x3/tt.svg)}.flag-icon-tt.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tt.svg)}.flag-icon-tv{background-image:url(/assets/themes/j1/core/country-flags/4x3/tv.svg)}.flag-icon-tv.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tv.svg)}.flag-icon-tw{background-image:url(/assets/themes/j1/core/country-flags/4x3/tw.svg)}.flag-icon-tw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tw.svg)}.flag-icon-tz{background-image:url(/assets/themes/j1/core/country-flags/4x3/tz.svg)}.flag-icon-tz.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tz.svg)}.flag-icon-ua{background-image:url(/assets/themes/j1/core/country-flags/4x3/ua.svg)}.flag-icon-ua.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ua.svg)}.flag-icon-ug{background-image:url(/assets/themes/j1/core/country-flags/4x3/ug.svg)}.flag-icon-ug.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ug.svg)}.flag-icon-um{background-image:url(/assets/themes/j1/core/country-flags/4x3/um.svg)}.flag-icon-um.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/um.svg)}.flag-icon-us{background-image:url(/assets/themes/j1/core/country-flags/4x3/us.svg)}.flag-icon-us.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/us.svg)}.flag-icon-uy{background-image:url(/assets/themes/j1/core/country-flags/4x3/uy.svg)}.flag-icon-uy.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/uy.svg)}.flag-icon-uz{background-image:url(/assets/themes/j1/core/country-flags/4x3/uz.svg)}.flag-icon-uz.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/uz.svg)}.flag-icon-va{background-image:url(/assets/themes/j1/core/country-flags/4x3/va.svg)}.flag-icon-va.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/va.svg)}.flag-icon-vc{background-image:url(/assets/themes/j1/core/country-flags/4x3/vc.svg)}.flag-icon-vc.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/vc.svg)}.flag-icon-ve{background-image:url(/assets/themes/j1/core/country-flags/4x3/ve.svg)}.flag-icon-ve.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ve.svg)}.flag-icon-vg{background-image:url(/assets/themes/j1/core/country-flags/4x3/vg.svg)}.flag-icon-vg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/vg.svg)}.flag-icon-vi{background-image:url(/assets/themes/j1/core/country-flags/4x3/vi.svg)}.flag-icon-vi.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/vi.svg)}.flag-icon-vn{background-image:url(/assets/themes/j1/core/country-flags/4x3/vn.svg)}.flag-icon-vn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/vn.svg)}.flag-icon-vu{background-image:url(/assets/themes/j1/core/country-flags/4x3/vu.svg)}.flag-icon-vu.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/vu.svg)}.flag-icon-wf{background-image:url(/assets/themes/j1/core/country-flags/4x3/wf.svg)}.flag-icon-wf.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/wf.svg)}.flag-icon-ws{background-image:url(/assets/themes/j1/core/country-flags/4x3/ws.svg)}.flag-icon-ws.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ws.svg)}.flag-icon-ye{background-image:url(/assets/themes/j1/core/country-flags/4x3/ye.svg)}.flag-icon-ye.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ye.svg)}.flag-icon-yt{background-image:url(/assets/themes/j1/core/country-flags/4x3/yt.svg)}.flag-icon-yt.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/yt.svg)}.flag-icon-za{background-image:url(/assets/themes/j1/core/country-flags/4x3/za.svg)}.flag-icon-za.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/za.svg)}.flag-icon-zm{background-image:url(/assets/themes/j1/core/country-flags/4x3/zm.svg)}.flag-icon-zm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/zm.svg)}.flag-icon-zw{background-image:url(/assets/themes/j1/core/country-flags/4x3/zw.svg)}.flag-icon-zw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/zw.svg)}.flag-icon-es-ca{background-image:url(/assets/themes/j1/core/country-flags/4x3/es-ca.svg)}.flag-icon-es-ca.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/es-ca.svg)}.flag-icon-es-ga{background-image:url(/assets/themes/j1/core/country-flags/4x3/es-ga.svg)}.flag-icon-es-ga.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/es-ga.svg)}.flag-icon-eu{background-image:url(/assets/themes/j1/core/country-flags/4x3/eu.svg)}.flag-icon-eu.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/eu.svg)}.flag-icon-gb-eng{background-image:url(/assets/themes/j1/core/country-flags/4x3/gb-eng.svg)}.flag-icon-gb-eng.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gb-eng.svg)}.flag-icon-gb-nir{background-image:url(/assets/themes/j1/core/country-flags/4x3/gb-nir.svg)}.flag-icon-gb-nir.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gb-nir.svg)}.flag-icon-gb-sct{background-image:url(/assets/themes/j1/core/country-flags/4x3/gb-sct.svg)}.flag-icon-gb-sct.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gb-sct.svg)}.flag-icon-gb-wls{background-image:url(/assets/themes/j1/core/country-flags/4x3/gb-wls.svg)}.flag-icon-gb-wls.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gb-wls.svg)}.flag-icon-un{background-image:url(/assets/themes/j1/core/country-flags/4x3/un.svg)}.flag-icon-un.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/un.svg)}.flag-icon-xk{background-image:url(/assets/themes/j1/core/country-flags/4x3/xk.svg)}.flag-icon-xk.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/xk.svg)}.flag-icon.size-xs{font-size:1.25em}.flag-icon.size-sm{font-size:1.375em}.flag-icon.size-md{font-size:1.5em;vertical-align:-10%}.flag-icon.size-lg{font-size:1.75em;vertical-align:-15%}.flag-icon.size-xl{font-size:2em;vertical-align:-17%}.flag-icon.size-1x{font-size:1rem}.flag-icon.size-2x{font-size:2rem}.flag-icon.size-3x{font-size:3rem}.flag-icon.size-4x{font-size:4rem}.flag-icon.size-5x{font-size:5rem}.flag-icon.size-6x{font-size:6rem}.flag-icon.size-7x{font-size:7rem}.flag-icon.size-8x{font-size:8rem}.flag-icon.size-9x{font-size:9rem}.flag-icon.size-10x{font-size:10rem}@font-face{font-family:Roboto;src:local(Roboto Thin),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Thin.woff2) format("woff2"),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Thin.woff) format("woff");font-weight:100}@font-face{font-family:Roboto;src:local(Roboto Light),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Light.woff2) format("woff2"),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Light.woff) format("woff");font-weight:300}@font-face{font-family:Roboto;src:local(Roboto Regular),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Regular.woff2) format("woff2"),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Regular.woff) format("woff");font-weight:400}@font-face{font-family:Roboto;src:local(Roboto Medium),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Medium.woff2) format("woff2"),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Medium.woff) format("woff");font-weight:500}@font-face{font-family:Roboto;src:local(Roboto Bold),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Bold.woff2) format("woff2"),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Bold.woff) format("woff");font-weight:700}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format("woff2");unicode-range:U+0370-03ff}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format("woff2");unicode-range:U+0370-03ff}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format("woff2");unicode-range:U+0370-03ff}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}
1
+ .note{border-left:0!important;border-radius:2px!important;padding:0!important}code{background-color:rgba(0,0,0,.1)!important;border-radius:2px;padding:.125em .275em!important;word-break:break-word}.h2,h2{font-size:200%!important}.h2,.h3,h2,h3{font-weight:500}.h3,h3{font-size:175%!important}.h4,.h5,h4,h5{font-size:150%!important;font-weight:400}div .paragraph p span.scaled img{height:auto;max-height:100%;max-width:100%;width:auto}#preamble div.sectionbody div.paragraph.turnoff{display:none}div.paragraph #preamble div.sectionbody div.paragraph.turnoff{display:block}b,optgroup,strong{font-weight:600}address,cite,dfn,em,var{font-style:italic;font-weight:400}table{background:#fff;border:1px solid #9e9e9e;border-collapse:collapse;border-spacing:0;font-size:85%;margin-bottom:1.25em;width:-webkit-fill-available}table tfoot,table thead{background:rgba(0,0,0,.1);font-size:large;font-weight:700}table tfoot tr td,table tfoot tr th,table thead tr td,table thead tr th{font-size:inherit;padding:.5em .625em .625em;text-align:left}table tr td,table tr th{border-bottom:1px solid #bdbdbd;border-right:1px solid #bdbdbd;font-size:inherit;padding:.5rem 1rem}table tr.alt,table tr.even,table tr:nth-of-type(2n){background:rgba(0,0,0,.1)}table tbody tr td,table tfoot tr td,table tfoot tr th,table thead tr th,table tr td{display:table-cell;line-height:1.6}table.full-width{width:100%}table.tableblock{border-collapse:separate;max-width:100%}table.tableblock td>.paragraph:last-child p>p:last-child,table.tableblock td>p:last-child,table.tableblock th>p:last-child{margin-bottom:0}table.spread{width:100%}table.grid-all td.tableblock,table.grid-all th.tableblock{border-width:0 1px 1px 0}table.grid-all tfoot>tr>td.tableblock,table.grid-all tfoot>tr>th.tableblock{border-width:1px 1px 0 0}table.grid-cols td.tableblock,table.grid-cols th.tableblock{border-width:0 1px 0 0}table.grid-rows td.tableblock,table.grid-rows th.tableblock{border-width:0 0 1px}table.grid-all tbody>td:last-child>th.tableblock{border-bottom-width:1px}table.grid-rows tfoot>tr>td.tableblock,table.grid-rows tfoot>tr>th.tableblock{border-width:1px 0 0}table.frame-all{border-left:1px solid #e0e0e0;border-top:1px solid #e0e0e0}table.frame-sides{border-width:0 1px}table.frame-topbot{border-width:1px 0}td.halign-left,th.halign-left{text-align:left}td.halign-right,th.halign-right{text-align:right}td.halign-center,th.halign-center{text-align:center}td.valign-top,th.valign-top{vertical-align:top}td.valign-bottom,th.valign-bottom{vertical-align:bottom}td.valign-middle,th.valign-middle{vertical-align:middle}tbody tr th{background:#f5f5f5;display:table-cell;line-height:1.6}tbody tr th,tbody tr th p,tfoot tr th,tfoot tr th p{font-weight:700}p.tableblock>code:only-child{background:none;padding:0}p.tableblock{font-size:1em;margin-top:1.5em}.quoteblock{display:table;margin-bottom:1.25em;margin-left:1.5em;margin-right:1em}.quoteblock>.title{margin-bottom:.75em;margin-left:-1.5em}.quoteblock blockquote,.quoteblock blockquote p{font-style:italic;letter-spacing:0;line-height:1.3;text-align:justify;word-spacing:.1em}.quoteblock blockquote{border:0;margin:0;padding:0}.quoteblock blockquote:before{color:#0d47a1;content:"\201c";float:left;font-size:2.1em;font-weight:700;line-height:.6em;margin-left:-.6em;text-shadow:0 1px 2px rgba(0,0,0,.1)}.quoteblock blockquote>.paragraph:last-child p{margin-bottom:0}.quoteblock .attribution{margin-right:.5ex;margin-top:.5em;text-align:right}.quoteblock .quoteblock{border-left:3px solid rgba(0,0,0,.6);margin-left:0;margin-right:0;padding:.5em 0}.quoteblock .quoteblock blockquote{padding:0 0 0 .75em}.quoteblock .quoteblock blockquote:before{display:none}.imageblock img{height:auto;max-width:100%}span.icon>.fa{cursor:default}.audioblock>.title,.dlist>.title,.exampleblock>.title,.hdlist>.title,.literalblock>.title,.olist>.title,.openblock>.title,.paragraph>.title,.qlist>.title,.quoteblock>.title,.stemblock>.title,.ulist>.title,.verseblock>.title,.videoblock>.title{text-rendering:optimizeLegibility;font-size:1.125rem;font-weight:500;line-height:1.25;margin-bottom:.75em;margin-top:.5em;text-align:left}.admonitionblock td.content>.title{margin-bottom:.5em}.admonitionblock td.content>.title,table.tableblock>.title{text-rendering:optimizeLegibility;font-size:1.125rem;font-weight:500;line-height:1.25;text-align:left}table.tableblock>.title{border-top:1px solid #9e9e9e;margin:0!important}.imageblock>.title,.listingblock>.title{font-size:1.125rem;font-weight:500;line-height:1.25;margin-bottom:.5rem}.listingblock pre{word-wrap:break-word;border:1px solid #bdbdbd;display:block;line-height:1.25rem!important;margin:0 0 1.5rem;padding:.75rem;word-break:break-all}.admonitionblock>table td.icon{border-bottom:0;border-right:0!important;text-align:center;width:130px}.admonitionblock>table td.icon img{max-width:none}.admonitionblock>table td.icon .title{font-family:Open Sans,DejaVu Sans,sans-serif;font-weight:700;text-transform:uppercase}.admonitionblock>table td.content{border-bottom:0;border-left:1px dotted #9e9e9e;border-right:1px;font-size:inherit;min-width:20em;padding-left:1.125em;padding-right:1.125em;text-align:justify}.admonitionblock>table td.content>:last-child>:last-child{margin-bottom:0}.icon-note{color:#2196f3}.icon-tip{color:#4caf50}.icon-important{color:#ff9800}.icon-warning{color:#fdd835}.icon-caution{color:#f44336}.admonitionblock td.icon [class^="fa icon-"]{cursor:default;font-size:5rem}.admonitionblock td.icon .icon-note:before{content:"\f05a"}.admonitionblock td.icon .icon-tip:before{content:"\f0eb"}.admonitionblock td.icon .icon-important:before{content:"\f06a"}.admonitionblock td.icon .icon-warning:before{content:"\f071"}.admonitionblock td.icon .icon-caution:before{content:"\f06d"}.admonitionblock td.icon .icon-question:before{color:#ffc107;content:"\f128"}.admonitionblock td.icon .icon-answer:before{color:#4caf50;content:"\f0a4"}.exampleblock{background:#fafafa;border-radius:2px;margin-bottom:1.25rem}.exampleblock>.content>:first-child{margin-top:0}.exampleblock>.content>:last-child{margin-bottom:0;margin-bottom:1.25em}.exampleblock.result{display:none}a.view-result{float:right;font-size:85%;font-weight:400;line-height:.9;text-decoration:none}span.footnote,span.footnoteref{font-size:.875em;vertical-align:super}span.footnote a,span.footnoteref a{text-decoration:none}span.footnote a:active,span.footnoteref a:active{text-decoration:underline}#footnotes{margin-top:-.625em;padding:.75em 0}#footnotes hr{border-width:1px 0 0;margin:-.25em 0 .75em;min-width:6.25em;width:20%}#footnotes .footnote{font-size:.875em;line-height:1.3;margin-bottom:.2em;margin-left:1.2em;padding:0 .375em;text-indent:-1.2em}#footnotes .footnote a:first-of-type{font-weight:700;text-decoration:none}#footnotes .footnote:last-of-type{margin-bottom:0}.gist .file-data>table{background:#000;border:0;margin-bottom:0;width:100%}.gist .file-data>table td.line-data{width:99%}.mono{font-family:Droid Sans Mono,DejaVu Sans Mono,"Monospace",monospace}.unbreakable{page-break-inside:avoid}.big{font-size:larger}.small{font-size:smaller}.bold{font-weight:700}.italic{font-style:italic}.underline{text-decoration:underline}.overline{text-decoration:overline}.line-through{text-decoration:line-through}.aqua{color:#00bfbf}.aqua-background{background-color:#00fafa}.black{color:#000}.black-background{background-color:#000}.blue{color:#0000bf}.blue-background{background-color:#0000fa}.fuchsia{color:#bf00bf}.fuchsia-background{background-color:#fa00fa}.gray{color:#606060}.gray-background{background-color:#7d7d7d}.grey{color:#606060}.grey-background{background-color:#7d7d7d}.green{color:#006000}.green-background{background-color:#007d00}.lime{color:#00bf00}.lime-background{background-color:#00fa00}.maroon{color:#600000}.maroon-background{background-color:#7d0000}.navy{color:#000060}.navy-background{background-color:#00007d}.olive{color:#606000}.olive-background{background-color:#7d7d00}.purple{color:#600060}.purple-background{background-color:#7d007d}.red{color:#bf0000}.red-background{background-color:#fa0000}.silver{color:#909090}.silver-background{background-color:#bcbcbc}.teal{color:#006060}.teal-background{background-color:#007d7d}.white{color:#bfbfbf}.white-background{background-color:#fafafa}.yellow{color:#bfbf00}.yellow-background{background-color:#fafa00}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;margin-right:.25rem;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}.colist>table,.hdlist>table{background:none;border:0;border-collapse:separate}.colist>table tr td,.colist>table tr th{border-bottom:0;border-right:0}.colist>table>tbody>tr,.hdlist>table>tbody>tr{background:none}td.hdlist1{font-weight:700;padding-right:.75em}td.hdlist1,td.hdlist2{vertical-align:top}.listingblock+.colist,.literalblock+.colist{margin-top:-.5em}.colist>table tr>td:first-of-type{line-height:1;padding:0 .5rem}.colist>table tr>td:last-of-type{padding:.25rem 0}.conum[data-value]{background-color:#2196f3;-webkit-border-radius:100px;border-radius:100px;display:inline-block;font-family:Roboto,sans-serif;font-size:85%;font-style:normal;font-weight:600;height:1.67em;line-height:1.67em;text-align:center;width:1.67em}.conum[data-value],.conum[data-value] *{color:#fafafa!important}.conum[data-value]+b{display:none}.conum[data-value]:after{content:attr(data-value)}pre .conum[data-value]{position:relative;top:-.125em}b.conum *{color:inherit!important}.conum:not([data-value]):empty{display:none}kbd{font-family:monospace,serif;font-size:1em}.keyseq{color:rgba(51,51,51,.8)}kbd:not(.keyseq){background-color:#e0e0e0;border:1px solid #bdbdbd;-webkit-border-radius:3px;border-radius:3px;display:inline-block;font-size:.75em;margin:-.15em .15em 0;padding:.2em .6em .2em .5em;vertical-align:middle;white-space:nowrap}.keyseq kbd:first-child{margin-left:0}.keyseq kbd:last-child{margin-right:0}.qanda>ol>li>p>em:only-child{color:#455a64}.olist>ol>li>p,.ulist>ul>li>p{margin:0 0 .1em!important}ul.circle li ul,ul.disc li ul,ul.square li ul{list-style:inherit}ul.square{list-style-type:square}ul.circle{list-style-type:circle}ul.disc{list-style-type:disc}.fa.fa-square-o{font-weight:400!important}.fa-square-o:before{content:"\f0c8"}.fa.fa-check-square-o{font-weight:400!important}.fa-check-square-o:before{content:"\f14a"}.ulist.checklist>ul>li>p>input[type=radio],input[type=checkbox]{border:.125rem solid rgba(0,0,0,.54);border-radius:.125rem;box-sizing:border-box;display:inline-block;height:1.125rem;overflow:hidden;padding:0;position:relative;width:1.125rem;z-index:1}@media only screen and (max-width:576px){.admonitionblock>table td.content{border-left:0}}@media only screen and (max-width:768px) and (max-width:992px){.admonitionblock>table td.content{border-left:0}.admonitionblock table,.admonitionblock tbody,.admonitionblock td,.admonitionblock tr{display:block}.admonitionblock>table td.icon{width:unset}.admonitionblock td.icon{padding-left:unset!important}.admonitionblock td{border:none;border-top:1px dotted #bdbdbd;position:relative;white-space:normal}.admonitionblock td:before{font-weight:700;left:6px;padding-right:10px;position:absolute;text-align:left;top:6px;white-space:nowrap;width:45%}}.btn-viewer{background-color:transparent;border-radius:.25rem;color:#212121;cursor:pointer;display:block;font-size:.75rem;font-style:normal;font-weight:300;padding:.25rem .75rem;position:absolute;right:.5rem;text-transform:uppercase;top:2.6rem;z-index:3}.btn-viewer:hover{background-color:#607d8b;color:#fff}.btn-viewer+.tooltip>.tooltip-inner{background-color:red}.flag-icon,.flag-icon-background{background-position:50%;background-repeat:no-repeat;background-size:contain}.flag-icon{display:inline-block;line-height:1em;position:relative}.flag-icon:before{content:"\00a0"}.flag-icon.rectangle{width:1.33333em}.flag-icon.squared{width:1em}.flag-icon-ad{background-image:url(/assets/themes/j1/core/country-flags/4x3/ad.svg)}.flag-icon-ad.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ad.svg)}.flag-icon-ae{background-image:url(/assets/themes/j1/core/country-flags/4x3/ae.svg)}.flag-icon-ae.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ae.svg)}.flag-icon-af{background-image:url(/assets/themes/j1/core/country-flags/4x3/af.svg)}.flag-icon-af.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/af.svg)}.flag-icon-ag{background-image:url(/assets/themes/j1/core/country-flags/4x3/ag.svg)}.flag-icon-ag.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ag.svg)}.flag-icon-ai{background-image:url(/assets/themes/j1/core/country-flags/4x3/ai.svg)}.flag-icon-ai.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ai.svg)}.flag-icon-al{background-image:url(/assets/themes/j1/core/country-flags/4x3/al.svg)}.flag-icon-al.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/al.svg)}.flag-icon-am{background-image:url(/assets/themes/j1/core/country-flags/4x3/am.svg)}.flag-icon-am.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/am.svg)}.flag-icon-ao{background-image:url(/assets/themes/j1/core/country-flags/4x3/ao.svg)}.flag-icon-ao.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ao.svg)}.flag-icon-aq{background-image:url(/assets/themes/j1/core/country-flags/4x3/aq.svg)}.flag-icon-aq.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/aq.svg)}.flag-icon-ar{background-image:url(/assets/themes/j1/core/country-flags/4x3/ar.svg)}.flag-icon-ar.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ar.svg)}.flag-icon-as{background-image:url(/assets/themes/j1/core/country-flags/4x3/as.svg)}.flag-icon-as.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/as.svg)}.flag-icon-at{background-image:url(/assets/themes/j1/core/country-flags/4x3/at.svg)}.flag-icon-at.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/at.svg)}.flag-icon-au{background-image:url(/assets/themes/j1/core/country-flags/4x3/au.svg)}.flag-icon-au.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/au.svg)}.flag-icon-aw{background-image:url(/assets/themes/j1/core/country-flags/4x3/aw.svg)}.flag-icon-aw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/aw.svg)}.flag-icon-ax{background-image:url(/assets/themes/j1/core/country-flags/4x3/ax.svg)}.flag-icon-ax.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ax.svg)}.flag-icon-az{background-image:url(/assets/themes/j1/core/country-flags/4x3/az.svg)}.flag-icon-az.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/az.svg)}.flag-icon-ba{background-image:url(/assets/themes/j1/core/country-flags/4x3/ba.svg)}.flag-icon-ba.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ba.svg)}.flag-icon-bb{background-image:url(/assets/themes/j1/core/country-flags/4x3/bb.svg)}.flag-icon-bb.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bb.svg)}.flag-icon-bd{background-image:url(/assets/themes/j1/core/country-flags/4x3/bd.svg)}.flag-icon-bd.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bd.svg)}.flag-icon-be{background-image:url(/assets/themes/j1/core/country-flags/4x3/be.svg)}.flag-icon-be.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/be.svg)}.flag-icon-bf{background-image:url(/assets/themes/j1/core/country-flags/4x3/bf.svg)}.flag-icon-bf.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bf.svg)}.flag-icon-bg{background-image:url(/assets/themes/j1/core/country-flags/4x3/bg.svg)}.flag-icon-bg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bg.svg)}.flag-icon-bh{background-image:url(/assets/themes/j1/core/country-flags/4x3/bh.svg)}.flag-icon-bh.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bh.svg)}.flag-icon-bi{background-image:url(/assets/themes/j1/core/country-flags/4x3/bi.svg)}.flag-icon-bi.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bi.svg)}.flag-icon-bj{background-image:url(/assets/themes/j1/core/country-flags/4x3/bj.svg)}.flag-icon-bj.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bj.svg)}.flag-icon-bl{background-image:url(/assets/themes/j1/core/country-flags/4x3/bl.svg)}.flag-icon-bl.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bl.svg)}.flag-icon-bm{background-image:url(/assets/themes/j1/core/country-flags/4x3/bm.svg)}.flag-icon-bm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bm.svg)}.flag-icon-bn{background-image:url(/assets/themes/j1/core/country-flags/4x3/bn.svg)}.flag-icon-bn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bn.svg)}.flag-icon-bo{background-image:url(/assets/themes/j1/core/country-flags/4x3/bo.svg)}.flag-icon-bo.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bo.svg)}.flag-icon-bq{background-image:url(/assets/themes/j1/core/country-flags/4x3/bq.svg)}.flag-icon-bq.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bq.svg)}.flag-icon-br{background-image:url(/assets/themes/j1/core/country-flags/4x3/br.svg)}.flag-icon-br.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/br.svg)}.flag-icon-bs{background-image:url(/assets/themes/j1/core/country-flags/4x3/bs.svg)}.flag-icon-bs.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bs.svg)}.flag-icon-bt{background-image:url(/assets/themes/j1/core/country-flags/4x3/bt.svg)}.flag-icon-bt.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bt.svg)}.flag-icon-bv{background-image:url(/assets/themes/j1/core/country-flags/4x3/bv.svg)}.flag-icon-bv.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bv.svg)}.flag-icon-bw{background-image:url(/assets/themes/j1/core/country-flags/4x3/bw.svg)}.flag-icon-bw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bw.svg)}.flag-icon-by{background-image:url(/assets/themes/j1/core/country-flags/4x3/by.svg)}.flag-icon-by.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/by.svg)}.flag-icon-bz{background-image:url(/assets/themes/j1/core/country-flags/4x3/bz.svg)}.flag-icon-bz.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/bz.svg)}.flag-icon-ca{background-image:url(/assets/themes/j1/core/country-flags/4x3/ca.svg)}.flag-icon-ca.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ca.svg)}.flag-icon-cc{background-image:url(/assets/themes/j1/core/country-flags/4x3/cc.svg)}.flag-icon-cc.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cc.svg)}.flag-icon-cd{background-image:url(/assets/themes/j1/core/country-flags/4x3/cd.svg)}.flag-icon-cd.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cd.svg)}.flag-icon-cf{background-image:url(/assets/themes/j1/core/country-flags/4x3/cf.svg)}.flag-icon-cf.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cf.svg)}.flag-icon-cg{background-image:url(/assets/themes/j1/core/country-flags/4x3/cg.svg)}.flag-icon-cg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cg.svg)}.flag-icon-ch{background-image:url(/assets/themes/j1/core/country-flags/4x3/ch.svg)}.flag-icon-ch.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ch.svg)}.flag-icon-ci{background-image:url(/assets/themes/j1/core/country-flags/4x3/ci.svg)}.flag-icon-ci.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ci.svg)}.flag-icon-ck{background-image:url(/assets/themes/j1/core/country-flags/4x3/ck.svg)}.flag-icon-ck.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ck.svg)}.flag-icon-cl{background-image:url(/assets/themes/j1/core/country-flags/4x3/cl.svg)}.flag-icon-cl.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cl.svg)}.flag-icon-cm{background-image:url(/assets/themes/j1/core/country-flags/4x3/cm.svg)}.flag-icon-cm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cm.svg)}.flag-icon-cn{background-image:url(/assets/themes/j1/core/country-flags/4x3/cn.svg)}.flag-icon-cn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cn.svg)}.flag-icon-co{background-image:url(/assets/themes/j1/core/country-flags/4x3/co.svg)}.flag-icon-co.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/co.svg)}.flag-icon-cr{background-image:url(/assets/themes/j1/core/country-flags/4x3/cr.svg)}.flag-icon-cr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cr.svg)}.flag-icon-cu{background-image:url(/assets/themes/j1/core/country-flags/4x3/cu.svg)}.flag-icon-cu.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cu.svg)}.flag-icon-cv{background-image:url(/assets/themes/j1/core/country-flags/4x3/cv.svg)}.flag-icon-cv.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cv.svg)}.flag-icon-cw{background-image:url(/assets/themes/j1/core/country-flags/4x3/cw.svg)}.flag-icon-cw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cw.svg)}.flag-icon-cx{background-image:url(/assets/themes/j1/core/country-flags/4x3/cx.svg)}.flag-icon-cx.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cx.svg)}.flag-icon-cy{background-image:url(/assets/themes/j1/core/country-flags/4x3/cy.svg)}.flag-icon-cy.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cy.svg)}.flag-icon-cz{background-image:url(/assets/themes/j1/core/country-flags/4x3/cz.svg)}.flag-icon-cz.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/cz.svg)}.flag-icon-de{background-image:url(/assets/themes/j1/core/country-flags/4x3/de.svg)}.flag-icon-de.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/de.svg)}.flag-icon-dj{background-image:url(/assets/themes/j1/core/country-flags/4x3/dj.svg)}.flag-icon-dj.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/dj.svg)}.flag-icon-dk{background-image:url(/assets/themes/j1/core/country-flags/4x3/dk.svg)}.flag-icon-dk.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/dk.svg)}.flag-icon-dm{background-image:url(/assets/themes/j1/core/country-flags/4x3/dm.svg)}.flag-icon-dm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/dm.svg)}.flag-icon-do{background-image:url(/assets/themes/j1/core/country-flags/4x3/do.svg)}.flag-icon-do.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/do.svg)}.flag-icon-dz{background-image:url(/assets/themes/j1/core/country-flags/4x3/dz.svg)}.flag-icon-dz.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/dz.svg)}.flag-icon-ec{background-image:url(/assets/themes/j1/core/country-flags/4x3/ec.svg)}.flag-icon-ec.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ec.svg)}.flag-icon-ee{background-image:url(/assets/themes/j1/core/country-flags/4x3/ee.svg)}.flag-icon-ee.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ee.svg)}.flag-icon-eg{background-image:url(/assets/themes/j1/core/country-flags/4x3/eg.svg)}.flag-icon-eg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/eg.svg)}.flag-icon-eh{background-image:url(/assets/themes/j1/core/country-flags/4x3/eh.svg)}.flag-icon-eh.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/eh.svg)}.flag-icon-er{background-image:url(/assets/themes/j1/core/country-flags/4x3/er.svg)}.flag-icon-er.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/er.svg)}.flag-icon-es{background-image:url(/assets/themes/j1/core/country-flags/4x3/es.svg)}.flag-icon-es.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/es.svg)}.flag-icon-et{background-image:url(/assets/themes/j1/core/country-flags/4x3/et.svg)}.flag-icon-et.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/et.svg)}.flag-icon-fi{background-image:url(/assets/themes/j1/core/country-flags/4x3/fi.svg)}.flag-icon-fi.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/fi.svg)}.flag-icon-fj{background-image:url(/assets/themes/j1/core/country-flags/4x3/fj.svg)}.flag-icon-fj.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/fj.svg)}.flag-icon-fk{background-image:url(/assets/themes/j1/core/country-flags/4x3/fk.svg)}.flag-icon-fk.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/fk.svg)}.flag-icon-fm{background-image:url(/assets/themes/j1/core/country-flags/4x3/fm.svg)}.flag-icon-fm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/fm.svg)}.flag-icon-fo{background-image:url(/assets/themes/j1/core/country-flags/4x3/fo.svg)}.flag-icon-fo.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/fo.svg)}.flag-icon-fr{background-image:url(/assets/themes/j1/core/country-flags/4x3/fr.svg)}.flag-icon-fr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/fr.svg)}.flag-icon-ga{background-image:url(/assets/themes/j1/core/country-flags/4x3/ga.svg)}.flag-icon-ga.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ga.svg)}.flag-icon-gb{background-image:url(/assets/themes/j1/core/country-flags/4x3/gb.svg)}.flag-icon-gb.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gb.svg)}.flag-icon-gd{background-image:url(/assets/themes/j1/core/country-flags/4x3/gd.svg)}.flag-icon-gd.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gd.svg)}.flag-icon-ge{background-image:url(/assets/themes/j1/core/country-flags/4x3/ge.svg)}.flag-icon-ge.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ge.svg)}.flag-icon-gf{background-image:url(/assets/themes/j1/core/country-flags/4x3/gf.svg)}.flag-icon-gf.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gf.svg)}.flag-icon-gg{background-image:url(/assets/themes/j1/core/country-flags/4x3/gg.svg)}.flag-icon-gg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gg.svg)}.flag-icon-gh{background-image:url(/assets/themes/j1/core/country-flags/4x3/gh.svg)}.flag-icon-gh.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gh.svg)}.flag-icon-gi{background-image:url(/assets/themes/j1/core/country-flags/4x3/gi.svg)}.flag-icon-gi.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gi.svg)}.flag-icon-gl{background-image:url(/assets/themes/j1/core/country-flags/4x3/gl.svg)}.flag-icon-gl.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gl.svg)}.flag-icon-gm{background-image:url(/assets/themes/j1/core/country-flags/4x3/gm.svg)}.flag-icon-gm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gm.svg)}.flag-icon-gn{background-image:url(/assets/themes/j1/core/country-flags/4x3/gn.svg)}.flag-icon-gn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gn.svg)}.flag-icon-gp{background-image:url(/assets/themes/j1/core/country-flags/4x3/gp.svg)}.flag-icon-gp.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gp.svg)}.flag-icon-gq{background-image:url(/assets/themes/j1/core/country-flags/4x3/gq.svg)}.flag-icon-gq.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gq.svg)}.flag-icon-gr{background-image:url(/assets/themes/j1/core/country-flags/4x3/gr.svg)}.flag-icon-gr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gr.svg)}.flag-icon-gs{background-image:url(/assets/themes/j1/core/country-flags/4x3/gs.svg)}.flag-icon-gs.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gs.svg)}.flag-icon-gt{background-image:url(/assets/themes/j1/core/country-flags/4x3/gt.svg)}.flag-icon-gt.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gt.svg)}.flag-icon-gu{background-image:url(/assets/themes/j1/core/country-flags/4x3/gu.svg)}.flag-icon-gu.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gu.svg)}.flag-icon-gw{background-image:url(/assets/themes/j1/core/country-flags/4x3/gw.svg)}.flag-icon-gw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gw.svg)}.flag-icon-gy{background-image:url(/assets/themes/j1/core/country-flags/4x3/gy.svg)}.flag-icon-gy.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gy.svg)}.flag-icon-hk{background-image:url(/assets/themes/j1/core/country-flags/4x3/hk.svg)}.flag-icon-hk.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/hk.svg)}.flag-icon-hm{background-image:url(/assets/themes/j1/core/country-flags/4x3/hm.svg)}.flag-icon-hm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/hm.svg)}.flag-icon-hn{background-image:url(/assets/themes/j1/core/country-flags/4x3/hn.svg)}.flag-icon-hn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/hn.svg)}.flag-icon-hr{background-image:url(/assets/themes/j1/core/country-flags/4x3/hr.svg)}.flag-icon-hr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/hr.svg)}.flag-icon-ht{background-image:url(/assets/themes/j1/core/country-flags/4x3/ht.svg)}.flag-icon-ht.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ht.svg)}.flag-icon-hu{background-image:url(/assets/themes/j1/core/country-flags/4x3/hu.svg)}.flag-icon-hu.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/hu.svg)}.flag-icon-id{background-image:url(/assets/themes/j1/core/country-flags/4x3/id.svg)}.flag-icon-id.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/id.svg)}.flag-icon-ie{background-image:url(/assets/themes/j1/core/country-flags/4x3/ie.svg)}.flag-icon-ie.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ie.svg)}.flag-icon-il{background-image:url(/assets/themes/j1/core/country-flags/4x3/il.svg)}.flag-icon-il.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/il.svg)}.flag-icon-im{background-image:url(/assets/themes/j1/core/country-flags/4x3/im.svg)}.flag-icon-im.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/im.svg)}.flag-icon-in{background-image:url(/assets/themes/j1/core/country-flags/4x3/in.svg)}.flag-icon-in.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/in.svg)}.flag-icon-io{background-image:url(/assets/themes/j1/core/country-flags/4x3/io.svg)}.flag-icon-io.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/io.svg)}.flag-icon-iq{background-image:url(/assets/themes/j1/core/country-flags/4x3/iq.svg)}.flag-icon-iq.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/iq.svg)}.flag-icon-ir{background-image:url(/assets/themes/j1/core/country-flags/4x3/ir.svg)}.flag-icon-ir.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ir.svg)}.flag-icon-is{background-image:url(/assets/themes/j1/core/country-flags/4x3/is.svg)}.flag-icon-is.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/is.svg)}.flag-icon-it{background-image:url(/assets/themes/j1/core/country-flags/4x3/it.svg)}.flag-icon-it.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/it.svg)}.flag-icon-je{background-image:url(/assets/themes/j1/core/country-flags/4x3/je.svg)}.flag-icon-je.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/je.svg)}.flag-icon-jm{background-image:url(/assets/themes/j1/core/country-flags/4x3/jm.svg)}.flag-icon-jm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/jm.svg)}.flag-icon-jo{background-image:url(/assets/themes/j1/core/country-flags/4x3/jo.svg)}.flag-icon-jo.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/jo.svg)}.flag-icon-jp{background-image:url(/assets/themes/j1/core/country-flags/4x3/jp.svg)}.flag-icon-jp.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/jp.svg)}.flag-icon-ke{background-image:url(/assets/themes/j1/core/country-flags/4x3/ke.svg)}.flag-icon-ke.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ke.svg)}.flag-icon-kg{background-image:url(/assets/themes/j1/core/country-flags/4x3/kg.svg)}.flag-icon-kg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/kg.svg)}.flag-icon-kh{background-image:url(/assets/themes/j1/core/country-flags/4x3/kh.svg)}.flag-icon-kh.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/kh.svg)}.flag-icon-ki{background-image:url(/assets/themes/j1/core/country-flags/4x3/ki.svg)}.flag-icon-ki.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ki.svg)}.flag-icon-km{background-image:url(/assets/themes/j1/core/country-flags/4x3/km.svg)}.flag-icon-km.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/km.svg)}.flag-icon-kn{background-image:url(/assets/themes/j1/core/country-flags/4x3/kn.svg)}.flag-icon-kn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/kn.svg)}.flag-icon-kp{background-image:url(/assets/themes/j1/core/country-flags/4x3/kp.svg)}.flag-icon-kp.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/kp.svg)}.flag-icon-kr{background-image:url(/assets/themes/j1/core/country-flags/4x3/kr.svg)}.flag-icon-kr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/kr.svg)}.flag-icon-kw{background-image:url(/assets/themes/j1/core/country-flags/4x3/kw.svg)}.flag-icon-kw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/kw.svg)}.flag-icon-ky{background-image:url(/assets/themes/j1/core/country-flags/4x3/ky.svg)}.flag-icon-ky.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ky.svg)}.flag-icon-kz{background-image:url(/assets/themes/j1/core/country-flags/4x3/kz.svg)}.flag-icon-kz.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/kz.svg)}.flag-icon-la{background-image:url(/assets/themes/j1/core/country-flags/4x3/la.svg)}.flag-icon-la.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/la.svg)}.flag-icon-lb{background-image:url(/assets/themes/j1/core/country-flags/4x3/lb.svg)}.flag-icon-lb.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/lb.svg)}.flag-icon-lc{background-image:url(/assets/themes/j1/core/country-flags/4x3/lc.svg)}.flag-icon-lc.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/lc.svg)}.flag-icon-li{background-image:url(/assets/themes/j1/core/country-flags/4x3/li.svg)}.flag-icon-li.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/li.svg)}.flag-icon-lk{background-image:url(/assets/themes/j1/core/country-flags/4x3/lk.svg)}.flag-icon-lk.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/lk.svg)}.flag-icon-lr{background-image:url(/assets/themes/j1/core/country-flags/4x3/lr.svg)}.flag-icon-lr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/lr.svg)}.flag-icon-ls{background-image:url(/assets/themes/j1/core/country-flags/4x3/ls.svg)}.flag-icon-ls.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ls.svg)}.flag-icon-lt{background-image:url(/assets/themes/j1/core/country-flags/4x3/lt.svg)}.flag-icon-lt.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/lt.svg)}.flag-icon-lu{background-image:url(/assets/themes/j1/core/country-flags/4x3/lu.svg)}.flag-icon-lu.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/lu.svg)}.flag-icon-lv{background-image:url(/assets/themes/j1/core/country-flags/4x3/lv.svg)}.flag-icon-lv.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/lv.svg)}.flag-icon-ly{background-image:url(/assets/themes/j1/core/country-flags/4x3/ly.svg)}.flag-icon-ly.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ly.svg)}.flag-icon-ma{background-image:url(/assets/themes/j1/core/country-flags/4x3/ma.svg)}.flag-icon-ma.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ma.svg)}.flag-icon-mc{background-image:url(/assets/themes/j1/core/country-flags/4x3/mc.svg)}.flag-icon-mc.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mc.svg)}.flag-icon-md{background-image:url(/assets/themes/j1/core/country-flags/4x3/md.svg)}.flag-icon-md.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/md.svg)}.flag-icon-me{background-image:url(/assets/themes/j1/core/country-flags/4x3/me.svg)}.flag-icon-me.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/me.svg)}.flag-icon-mf{background-image:url(/assets/themes/j1/core/country-flags/4x3/mf.svg)}.flag-icon-mf.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mf.svg)}.flag-icon-mg{background-image:url(/assets/themes/j1/core/country-flags/4x3/mg.svg)}.flag-icon-mg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mg.svg)}.flag-icon-mh{background-image:url(/assets/themes/j1/core/country-flags/4x3/mh.svg)}.flag-icon-mh.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mh.svg)}.flag-icon-mk{background-image:url(/assets/themes/j1/core/country-flags/4x3/mk.svg)}.flag-icon-mk.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mk.svg)}.flag-icon-ml{background-image:url(/assets/themes/j1/core/country-flags/4x3/ml.svg)}.flag-icon-ml.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ml.svg)}.flag-icon-mm{background-image:url(/assets/themes/j1/core/country-flags/4x3/mm.svg)}.flag-icon-mm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mm.svg)}.flag-icon-mn{background-image:url(/assets/themes/j1/core/country-flags/4x3/mn.svg)}.flag-icon-mn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mn.svg)}.flag-icon-mo{background-image:url(/assets/themes/j1/core/country-flags/4x3/mo.svg)}.flag-icon-mo.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mo.svg)}.flag-icon-mp{background-image:url(/assets/themes/j1/core/country-flags/4x3/mp.svg)}.flag-icon-mp.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mp.svg)}.flag-icon-mq{background-image:url(/assets/themes/j1/core/country-flags/4x3/mq.svg)}.flag-icon-mq.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mq.svg)}.flag-icon-mr{background-image:url(/assets/themes/j1/core/country-flags/4x3/mr.svg)}.flag-icon-mr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mr.svg)}.flag-icon-ms{background-image:url(/assets/themes/j1/core/country-flags/4x3/ms.svg)}.flag-icon-ms.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ms.svg)}.flag-icon-mt{background-image:url(/assets/themes/j1/core/country-flags/4x3/mt.svg)}.flag-icon-mt.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mt.svg)}.flag-icon-mu{background-image:url(/assets/themes/j1/core/country-flags/4x3/mu.svg)}.flag-icon-mu.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mu.svg)}.flag-icon-mv{background-image:url(/assets/themes/j1/core/country-flags/4x3/mv.svg)}.flag-icon-mv.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mv.svg)}.flag-icon-mw{background-image:url(/assets/themes/j1/core/country-flags/4x3/mw.svg)}.flag-icon-mw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mw.svg)}.flag-icon-mx{background-image:url(/assets/themes/j1/core/country-flags/4x3/mx.svg)}.flag-icon-mx.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mx.svg)}.flag-icon-my{background-image:url(/assets/themes/j1/core/country-flags/4x3/my.svg)}.flag-icon-my.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/my.svg)}.flag-icon-mz{background-image:url(/assets/themes/j1/core/country-flags/4x3/mz.svg)}.flag-icon-mz.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/mz.svg)}.flag-icon-na{background-image:url(/assets/themes/j1/core/country-flags/4x3/na.svg)}.flag-icon-na.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/na.svg)}.flag-icon-nc{background-image:url(/assets/themes/j1/core/country-flags/4x3/nc.svg)}.flag-icon-nc.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/nc.svg)}.flag-icon-ne{background-image:url(/assets/themes/j1/core/country-flags/4x3/ne.svg)}.flag-icon-ne.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ne.svg)}.flag-icon-nf{background-image:url(/assets/themes/j1/core/country-flags/4x3/nf.svg)}.flag-icon-nf.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/nf.svg)}.flag-icon-ng{background-image:url(/assets/themes/j1/core/country-flags/4x3/ng.svg)}.flag-icon-ng.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ng.svg)}.flag-icon-ni{background-image:url(/assets/themes/j1/core/country-flags/4x3/ni.svg)}.flag-icon-ni.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ni.svg)}.flag-icon-nl{background-image:url(/assets/themes/j1/core/country-flags/4x3/nl.svg)}.flag-icon-nl.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/nl.svg)}.flag-icon-no{background-image:url(/assets/themes/j1/core/country-flags/4x3/no.svg)}.flag-icon-no.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/no.svg)}.flag-icon-np{background-image:url(/assets/themes/j1/core/country-flags/4x3/np.svg)}.flag-icon-np.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/np.svg)}.flag-icon-nr{background-image:url(/assets/themes/j1/core/country-flags/4x3/nr.svg)}.flag-icon-nr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/nr.svg)}.flag-icon-nu{background-image:url(/assets/themes/j1/core/country-flags/4x3/nu.svg)}.flag-icon-nu.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/nu.svg)}.flag-icon-nz{background-image:url(/assets/themes/j1/core/country-flags/4x3/nz.svg)}.flag-icon-nz.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/nz.svg)}.flag-icon-om{background-image:url(/assets/themes/j1/core/country-flags/4x3/om.svg)}.flag-icon-om.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/om.svg)}.flag-icon-pa{background-image:url(/assets/themes/j1/core/country-flags/4x3/pa.svg)}.flag-icon-pa.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pa.svg)}.flag-icon-pe{background-image:url(/assets/themes/j1/core/country-flags/4x3/pe.svg)}.flag-icon-pe.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pe.svg)}.flag-icon-pf{background-image:url(/assets/themes/j1/core/country-flags/4x3/pf.svg)}.flag-icon-pf.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pf.svg)}.flag-icon-pg{background-image:url(/assets/themes/j1/core/country-flags/4x3/pg.svg)}.flag-icon-pg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pg.svg)}.flag-icon-ph{background-image:url(/assets/themes/j1/core/country-flags/4x3/ph.svg)}.flag-icon-ph.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ph.svg)}.flag-icon-pk{background-image:url(/assets/themes/j1/core/country-flags/4x3/pk.svg)}.flag-icon-pk.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pk.svg)}.flag-icon-pl{background-image:url(/assets/themes/j1/core/country-flags/4x3/pl.svg)}.flag-icon-pl.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pl.svg)}.flag-icon-pm{background-image:url(/assets/themes/j1/core/country-flags/4x3/pm.svg)}.flag-icon-pm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pm.svg)}.flag-icon-pn{background-image:url(/assets/themes/j1/core/country-flags/4x3/pn.svg)}.flag-icon-pn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pn.svg)}.flag-icon-pr{background-image:url(/assets/themes/j1/core/country-flags/4x3/pr.svg)}.flag-icon-pr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pr.svg)}.flag-icon-ps{background-image:url(/assets/themes/j1/core/country-flags/4x3/ps.svg)}.flag-icon-ps.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ps.svg)}.flag-icon-pt{background-image:url(/assets/themes/j1/core/country-flags/4x3/pt.svg)}.flag-icon-pt.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pt.svg)}.flag-icon-pw{background-image:url(/assets/themes/j1/core/country-flags/4x3/pw.svg)}.flag-icon-pw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/pw.svg)}.flag-icon-py{background-image:url(/assets/themes/j1/core/country-flags/4x3/py.svg)}.flag-icon-py.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/py.svg)}.flag-icon-qa{background-image:url(/assets/themes/j1/core/country-flags/4x3/qa.svg)}.flag-icon-qa.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/qa.svg)}.flag-icon-re{background-image:url(/assets/themes/j1/core/country-flags/4x3/re.svg)}.flag-icon-re.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/re.svg)}.flag-icon-ro{background-image:url(/assets/themes/j1/core/country-flags/4x3/ro.svg)}.flag-icon-ro.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ro.svg)}.flag-icon-rs{background-image:url(/assets/themes/j1/core/country-flags/4x3/rs.svg)}.flag-icon-rs.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/rs.svg)}.flag-icon-ru{background-image:url(/assets/themes/j1/core/country-flags/4x3/ru.svg)}.flag-icon-ru.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ru.svg)}.flag-icon-rw{background-image:url(/assets/themes/j1/core/country-flags/4x3/rw.svg)}.flag-icon-rw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/rw.svg)}.flag-icon-sa{background-image:url(/assets/themes/j1/core/country-flags/4x3/sa.svg)}.flag-icon-sa.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sa.svg)}.flag-icon-sb{background-image:url(/assets/themes/j1/core/country-flags/4x3/sb.svg)}.flag-icon-sb.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sb.svg)}.flag-icon-sc{background-image:url(/assets/themes/j1/core/country-flags/4x3/sc.svg)}.flag-icon-sc.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sc.svg)}.flag-icon-sd{background-image:url(/assets/themes/j1/core/country-flags/4x3/sd.svg)}.flag-icon-sd.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sd.svg)}.flag-icon-se{background-image:url(/assets/themes/j1/core/country-flags/4x3/se.svg)}.flag-icon-se.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/se.svg)}.flag-icon-sg{background-image:url(/assets/themes/j1/core/country-flags/4x3/sg.svg)}.flag-icon-sg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sg.svg)}.flag-icon-sh{background-image:url(/assets/themes/j1/core/country-flags/4x3/sh.svg)}.flag-icon-sh.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sh.svg)}.flag-icon-si{background-image:url(/assets/themes/j1/core/country-flags/4x3/si.svg)}.flag-icon-si.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/si.svg)}.flag-icon-sj{background-image:url(/assets/themes/j1/core/country-flags/4x3/sj.svg)}.flag-icon-sj.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sj.svg)}.flag-icon-sk{background-image:url(/assets/themes/j1/core/country-flags/4x3/sk.svg)}.flag-icon-sk.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sk.svg)}.flag-icon-sl{background-image:url(/assets/themes/j1/core/country-flags/4x3/sl.svg)}.flag-icon-sl.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sl.svg)}.flag-icon-sm{background-image:url(/assets/themes/j1/core/country-flags/4x3/sm.svg)}.flag-icon-sm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sm.svg)}.flag-icon-sn{background-image:url(/assets/themes/j1/core/country-flags/4x3/sn.svg)}.flag-icon-sn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sn.svg)}.flag-icon-so{background-image:url(/assets/themes/j1/core/country-flags/4x3/so.svg)}.flag-icon-so.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/so.svg)}.flag-icon-sr{background-image:url(/assets/themes/j1/core/country-flags/4x3/sr.svg)}.flag-icon-sr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sr.svg)}.flag-icon-ss{background-image:url(/assets/themes/j1/core/country-flags/4x3/ss.svg)}.flag-icon-ss.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ss.svg)}.flag-icon-st{background-image:url(/assets/themes/j1/core/country-flags/4x3/st.svg)}.flag-icon-st.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/st.svg)}.flag-icon-sv{background-image:url(/assets/themes/j1/core/country-flags/4x3/sv.svg)}.flag-icon-sv.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sv.svg)}.flag-icon-sx{background-image:url(/assets/themes/j1/core/country-flags/4x3/sx.svg)}.flag-icon-sx.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sx.svg)}.flag-icon-sy{background-image:url(/assets/themes/j1/core/country-flags/4x3/sy.svg)}.flag-icon-sy.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sy.svg)}.flag-icon-sz{background-image:url(/assets/themes/j1/core/country-flags/4x3/sz.svg)}.flag-icon-sz.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/sz.svg)}.flag-icon-tc{background-image:url(/assets/themes/j1/core/country-flags/4x3/tc.svg)}.flag-icon-tc.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tc.svg)}.flag-icon-td{background-image:url(/assets/themes/j1/core/country-flags/4x3/td.svg)}.flag-icon-td.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/td.svg)}.flag-icon-tf{background-image:url(/assets/themes/j1/core/country-flags/4x3/tf.svg)}.flag-icon-tf.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tf.svg)}.flag-icon-tg{background-image:url(/assets/themes/j1/core/country-flags/4x3/tg.svg)}.flag-icon-tg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tg.svg)}.flag-icon-th{background-image:url(/assets/themes/j1/core/country-flags/4x3/th.svg)}.flag-icon-th.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/th.svg)}.flag-icon-tj{background-image:url(/assets/themes/j1/core/country-flags/4x3/tj.svg)}.flag-icon-tj.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tj.svg)}.flag-icon-tk{background-image:url(/assets/themes/j1/core/country-flags/4x3/tk.svg)}.flag-icon-tk.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tk.svg)}.flag-icon-tl{background-image:url(/assets/themes/j1/core/country-flags/4x3/tl.svg)}.flag-icon-tl.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tl.svg)}.flag-icon-tm{background-image:url(/assets/themes/j1/core/country-flags/4x3/tm.svg)}.flag-icon-tm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tm.svg)}.flag-icon-tn{background-image:url(/assets/themes/j1/core/country-flags/4x3/tn.svg)}.flag-icon-tn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tn.svg)}.flag-icon-to{background-image:url(/assets/themes/j1/core/country-flags/4x3/to.svg)}.flag-icon-to.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/to.svg)}.flag-icon-tr{background-image:url(/assets/themes/j1/core/country-flags/4x3/tr.svg)}.flag-icon-tr.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tr.svg)}.flag-icon-tt{background-image:url(/assets/themes/j1/core/country-flags/4x3/tt.svg)}.flag-icon-tt.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tt.svg)}.flag-icon-tv{background-image:url(/assets/themes/j1/core/country-flags/4x3/tv.svg)}.flag-icon-tv.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tv.svg)}.flag-icon-tw{background-image:url(/assets/themes/j1/core/country-flags/4x3/tw.svg)}.flag-icon-tw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tw.svg)}.flag-icon-tz{background-image:url(/assets/themes/j1/core/country-flags/4x3/tz.svg)}.flag-icon-tz.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/tz.svg)}.flag-icon-ua{background-image:url(/assets/themes/j1/core/country-flags/4x3/ua.svg)}.flag-icon-ua.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ua.svg)}.flag-icon-ug{background-image:url(/assets/themes/j1/core/country-flags/4x3/ug.svg)}.flag-icon-ug.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ug.svg)}.flag-icon-um{background-image:url(/assets/themes/j1/core/country-flags/4x3/um.svg)}.flag-icon-um.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/um.svg)}.flag-icon-us{background-image:url(/assets/themes/j1/core/country-flags/4x3/us.svg)}.flag-icon-us.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/us.svg)}.flag-icon-uy{background-image:url(/assets/themes/j1/core/country-flags/4x3/uy.svg)}.flag-icon-uy.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/uy.svg)}.flag-icon-uz{background-image:url(/assets/themes/j1/core/country-flags/4x3/uz.svg)}.flag-icon-uz.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/uz.svg)}.flag-icon-va{background-image:url(/assets/themes/j1/core/country-flags/4x3/va.svg)}.flag-icon-va.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/va.svg)}.flag-icon-vc{background-image:url(/assets/themes/j1/core/country-flags/4x3/vc.svg)}.flag-icon-vc.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/vc.svg)}.flag-icon-ve{background-image:url(/assets/themes/j1/core/country-flags/4x3/ve.svg)}.flag-icon-ve.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ve.svg)}.flag-icon-vg{background-image:url(/assets/themes/j1/core/country-flags/4x3/vg.svg)}.flag-icon-vg.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/vg.svg)}.flag-icon-vi{background-image:url(/assets/themes/j1/core/country-flags/4x3/vi.svg)}.flag-icon-vi.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/vi.svg)}.flag-icon-vn{background-image:url(/assets/themes/j1/core/country-flags/4x3/vn.svg)}.flag-icon-vn.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/vn.svg)}.flag-icon-vu{background-image:url(/assets/themes/j1/core/country-flags/4x3/vu.svg)}.flag-icon-vu.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/vu.svg)}.flag-icon-wf{background-image:url(/assets/themes/j1/core/country-flags/4x3/wf.svg)}.flag-icon-wf.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/wf.svg)}.flag-icon-ws{background-image:url(/assets/themes/j1/core/country-flags/4x3/ws.svg)}.flag-icon-ws.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ws.svg)}.flag-icon-ye{background-image:url(/assets/themes/j1/core/country-flags/4x3/ye.svg)}.flag-icon-ye.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/ye.svg)}.flag-icon-yt{background-image:url(/assets/themes/j1/core/country-flags/4x3/yt.svg)}.flag-icon-yt.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/yt.svg)}.flag-icon-za{background-image:url(/assets/themes/j1/core/country-flags/4x3/za.svg)}.flag-icon-za.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/za.svg)}.flag-icon-zm{background-image:url(/assets/themes/j1/core/country-flags/4x3/zm.svg)}.flag-icon-zm.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/zm.svg)}.flag-icon-zw{background-image:url(/assets/themes/j1/core/country-flags/4x3/zw.svg)}.flag-icon-zw.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/zw.svg)}.flag-icon-es-ca{background-image:url(/assets/themes/j1/core/country-flags/4x3/es-ca.svg)}.flag-icon-es-ca.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/es-ca.svg)}.flag-icon-es-ga{background-image:url(/assets/themes/j1/core/country-flags/4x3/es-ga.svg)}.flag-icon-es-ga.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/es-ga.svg)}.flag-icon-eu{background-image:url(/assets/themes/j1/core/country-flags/4x3/eu.svg)}.flag-icon-eu.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/eu.svg)}.flag-icon-gb-eng{background-image:url(/assets/themes/j1/core/country-flags/4x3/gb-eng.svg)}.flag-icon-gb-eng.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gb-eng.svg)}.flag-icon-gb-nir{background-image:url(/assets/themes/j1/core/country-flags/4x3/gb-nir.svg)}.flag-icon-gb-nir.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gb-nir.svg)}.flag-icon-gb-sct{background-image:url(/assets/themes/j1/core/country-flags/4x3/gb-sct.svg)}.flag-icon-gb-sct.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gb-sct.svg)}.flag-icon-gb-wls{background-image:url(/assets/themes/j1/core/country-flags/4x3/gb-wls.svg)}.flag-icon-gb-wls.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/gb-wls.svg)}.flag-icon-un{background-image:url(/assets/themes/j1/core/country-flags/4x3/un.svg)}.flag-icon-un.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/un.svg)}.flag-icon-xk{background-image:url(/assets/themes/j1/core/country-flags/4x3/xk.svg)}.flag-icon-xk.squared{background-image:url(/assets/themes/j1/core/country-flags/1x1/xk.svg)}.flag-icon.size-xs{font-size:1.25em}.flag-icon.size-sm{font-size:1.375em}.flag-icon.size-md{font-size:1.5em;vertical-align:-10%}.flag-icon.size-lg{font-size:1.75em;vertical-align:-15%}.flag-icon.size-xl{font-size:2em;vertical-align:-17%}.flag-icon.size-1x{font-size:1rem}.flag-icon.size-2x{font-size:2rem}.flag-icon.size-3x{font-size:3rem}.flag-icon.size-4x{font-size:4rem}.flag-icon.size-5x{font-size:5rem}.flag-icon.size-6x{font-size:6rem}.flag-icon.size-7x{font-size:7rem}.flag-icon.size-8x{font-size:8rem}.flag-icon.size-9x{font-size:9rem}.flag-icon.size-10x{font-size:10rem}@font-face{font-family:Roboto;font-weight:100;src:local(Roboto Thin),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Thin.woff2) format("woff2"),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Thin.woff) format("woff")}@font-face{font-family:Roboto;font-weight:300;src:local(Roboto Light),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Light.woff2) format("woff2"),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Light.woff) format("woff")}@font-face{font-family:Roboto;font-weight:400;src:local(Roboto Regular),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Regular.woff2) format("woff2"),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Regular.woff) format("woff")}@font-face{font-family:Roboto;font-weight:500;src:local(Roboto Medium),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Medium.woff2) format("woff2"),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Medium.woff) format("woff")}@font-face{font-family:Roboto;font-weight:700;src:local(Roboto Bold),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Bold.woff2) format("woff2"),url(/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Bold.woff) format("woff")}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format("woff2");unicode-range:U+0370-03ff}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format("woff2");unicode-range:U+0370-03ff}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format("woff2");unicode-range:U+0370-03ff}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}