bulma-css-framework-0.7.5

bulma css framework

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.gf.qytechs.cn/scripts/390426/735315/bulma-css-framework-075.js

  1. document.querySelector("head").innerHTML+=`
  2. <style id="js-bulma-framework" type="text/css">
  3. .bulma {}
  4.  
  5. @keyframes spinAround { from { transform: rotate(0deg); }
  6. to { transform: rotate(359deg); } }
  7.  
  8. .bulma .delete, .bulma .modal-close, .bulma .is-unselectable, .bulma .button, .bulma .file, .bulma .breadcrumb, .bulma .pagination-previous, .bulma .pagination-next, .bulma .pagination-link, .bulma .pagination-ellipsis, .bulma .tabs { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
  9.  
  10. .bulma .select:not(.is-multiple):not(.is-loading)::after, .bulma .navbar-link:not(.is-arrowless)::after { border: 3px solid transparent; border-radius: 2px; border-right: 0; border-top: 0; content: " "; display: block; height: 0.625em; margin-top: -0.4375em; pointer-events: none; position: absolute; top: 50%; transform: rotate(-45deg); transform-origin: center; width: 0.625em; }
  11.  
  12. .bulma .box:not(:last-child), .bulma .content:not(:last-child), .bulma .notification:not(:last-child), .bulma .progress:not(:last-child), .bulma .table:not(:last-child), .bulma .table-container:not(:last-child), .bulma .title:not(:last-child), .bulma .subtitle:not(:last-child), .bulma .block:not(:last-child), .bulma .highlight:not(:last-child), .bulma .breadcrumb:not(:last-child), .bulma .level:not(:last-child), .bulma .list:not(:last-child), .bulma .message:not(:last-child), .bulma .tabs:not(:last-child) { margin-bottom: 1.5rem; }
  13.  
  14. .bulma .delete, .bulma .modal-close { -moz-appearance: none; -webkit-appearance: none; background-color: rgba(10, 10, 10, 0.2); border: none; border-radius: 290486px; cursor: pointer; pointer-events: auto; display: inline-block; flex-grow: 0; flex-shrink: 0; font-size: 0; height: 20px; max-height: 20px; max-width: 20px; min-height: 20px; min-width: 20px; outline: none; position: relative; vertical-align: top; width: 20px; }
  15.  
  16. .bulma .delete::before, .bulma .modal-close::before, .bulma .delete::after, .bulma .modal-close::after { background-color: white; content: ""; display: block; left: 50%; position: absolute; top: 50%; transform: translateX(-50%) translateY(-50%) rotate(45deg); transform-origin: center center; }
  17.  
  18. .bulma .delete::before, .bulma .modal-close::before { height: 2px; width: 50%; }
  19.  
  20. .bulma .delete::after, .bulma .modal-close::after { height: 50%; width: 2px; }
  21.  
  22. .bulma .delete:hover, .bulma .modal-close:hover, .bulma .delete:focus, .bulma .modal-close:focus { background-color: rgba(10, 10, 10, 0.3); }
  23.  
  24. .bulma .delete:active, .bulma .modal-close:active { background-color: rgba(10, 10, 10, 0.4); }
  25.  
  26. .bulma .is-small.delete, .bulma .is-small.modal-close { height: 16px; max-height: 16px; max-width: 16px; min-height: 16px; min-width: 16px; width: 16px; }
  27.  
  28. .bulma .is-medium.delete, .bulma .is-medium.modal-close { height: 24px; max-height: 24px; max-width: 24px; min-height: 24px; min-width: 24px; width: 24px; }
  29.  
  30. .bulma .is-large.delete, .bulma .is-large.modal-close { height: 32px; max-height: 32px; max-width: 32px; min-height: 32px; min-width: 32px; width: 32px; }
  31.  
  32. .bulma .button.is-loading::after, .bulma .loader, .bulma .select.is-loading::after, .bulma .control.is-loading::after { animation: spinAround 500ms infinite linear; border: 2px solid #dbdbdb; border-radius: 290486px; border-right-color: transparent; border-top-color: transparent; content: ""; display: block; height: 1em; position: relative; width: 1em; }
  33.  
  34. .bulma .is-overlay, .bulma .image.is-square img, .bulma .image.is-square .has-ratio, .bulma .image.is-1by1 img, .bulma .image.is-1by1 .has-ratio, .bulma .image.is-5by4 img, .bulma .image.is-5by4 .has-ratio, .bulma .image.is-4by3 img, .bulma .image.is-4by3 .has-ratio, .bulma .image.is-3by2 img, .bulma .image.is-3by2 .has-ratio, .bulma .image.is-5by3 img, .bulma .image.is-5by3 .has-ratio, .bulma .image.is-16by9 img, .bulma .image.is-16by9 .has-ratio, .bulma .image.is-2by1 img, .bulma .image.is-2by1 .has-ratio, .bulma .image.is-3by1 img, .bulma .image.is-3by1 .has-ratio, .bulma .image.is-4by5 img, .bulma .image.is-4by5 .has-ratio, .bulma .image.is-3by4 img, .bulma .image.is-3by4 .has-ratio, .bulma .image.is-2by3 img, .bulma .image.is-2by3 .has-ratio, .bulma .image.is-3by5 img, .bulma .image.is-3by5 .has-ratio, .bulma .image.is-9by16 img, .bulma .image.is-9by16 .has-ratio, .bulma .image.is-1by2 img, .bulma .image.is-1by2 .has-ratio, .bulma .image.is-1by3 img, .bulma .image.is-1by3 .has-ratio, .bulma .modal, .bulma .modal-background, .bulma .hero-video { bottom: 0; left: 0; position: absolute; right: 0; top: 0; }
  35.  
  36. .bulma .button, .bulma .input, .bulma .textarea, .bulma .select select, .bulma .file-cta, .bulma .file-name, .bulma .pagination-previous, .bulma .pagination-next, .bulma .pagination-link, .bulma .pagination-ellipsis { -moz-appearance: none; -webkit-appearance: none; align-items: center; border: 1px solid transparent; border-radius: 4px; box-shadow: none; display: inline-flex; font-size: 1rem; height: 2.25em; justify-content: flex-start; line-height: 1.5; padding-bottom: calc(0.375em - 1px); padding-left: calc(0.625em - 1px); padding-right: calc(0.625em - 1px); padding-top: calc(0.375em - 1px); position: relative; vertical-align: top; }
  37.  
  38. .bulma .button:focus, .bulma .input:focus, .bulma .textarea:focus, .bulma .select select:focus, .bulma .file-cta:focus, .bulma .file-name:focus, .bulma .pagination-previous:focus, .bulma .pagination-next:focus, .bulma .pagination-link:focus, .bulma .pagination-ellipsis:focus, .bulma .is-focused.button, .bulma .is-focused.input, .bulma .is-focused.textarea, .bulma .select select.is-focused, .bulma .is-focused.file-cta, .bulma .is-focused.file-name, .bulma .is-focused.pagination-previous, .bulma .is-focused.pagination-next, .bulma .is-focused.pagination-link, .bulma .is-focused.pagination-ellipsis, .bulma .button:active, .bulma .input:active, .bulma .textarea:active, .bulma .select select:active, .bulma .file-cta:active, .bulma .file-name:active, .bulma .pagination-previous:active, .bulma .pagination-next:active, .bulma .pagination-link:active, .bulma .pagination-ellipsis:active, .bulma .is-active.button, .bulma .is-active.input, .bulma .is-active.textarea, .bulma .select select.is-active, .bulma .is-active.file-cta, .bulma .is-active.file-name, .bulma .is-active.pagination-previous, .bulma .is-active.pagination-next, .bulma .is-active.pagination-link, .bulma .is-active.pagination-ellipsis { outline: none; }
  39.  
  40. .bulma .button[disabled], .bulma .input[disabled], .bulma .textarea[disabled], .bulma .select select[disabled], .bulma .file-cta[disabled], .bulma .file-name[disabled], .bulma .pagination-previous[disabled], .bulma .pagination-next[disabled], .bulma .pagination-link[disabled], .bulma .pagination-ellipsis[disabled], fieldset[disabled] .bulma .button, fieldset[disabled] .bulma .input, fieldset[disabled] .bulma .textarea, fieldset[disabled] .bulma .select select, fieldset[disabled] .bulma .file-cta, fieldset[disabled] .bulma .file-name, fieldset[disabled] .bulma .pagination-previous, fieldset[disabled] .bulma .pagination-next, fieldset[disabled] .bulma .pagination-link, fieldset[disabled] .bulma .pagination-ellipsis { cursor: not-allowed; }
  41.  
  42. .bulma, .bulma p, .bulma ol, .bulma ul, .bulma li, .bulma dl, .bulma dt, .bulma dd, .bulma blockquote, .bulma figure, .bulma fieldset, .bulma legend, .bulma textarea, .bulma pre, .bulma iframe, .bulma hr, .bulma h1, .bulma h2, .bulma h3, .bulma h4, .bulma h5, .bulma h6 { margin: 0; padding: 0; }
  43.  
  44. .bulma h1, .bulma h2, .bulma h3, .bulma h4, .bulma h5, .bulma h6 { font-size: 100%; font-weight: normal; }
  45.  
  46. .bulma ul { list-style: none; }
  47.  
  48. .bulma button, .bulma input, .bulma select, .bulma textarea { margin: 0; }
  49.  
  50. .bulma { box-sizing: border-box; }
  51.  
  52. .bulma *, .bulma *::before, .bulma *::after { box-sizing: inherit; }
  53.  
  54. .bulma img, .bulma embed, .bulma iframe, .bulma object, .bulma video { height: auto; max-width: 100%; }
  55.  
  56. .bulma audio { max-width: 100%; }
  57.  
  58. .bulma iframe { border: 0; }
  59.  
  60. .bulma table { border-collapse: collapse; border-spacing: 0; }
  61.  
  62. .bulma td, .bulma th { padding: 0; }
  63.  
  64. .bulma td:not([align]), .bulma th:not([align]) { text-align: left; }
  65.  
  66. .bulma {font-size: 16px; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; text-size-adjust: 100%; }
  67.  
  68. .bulma article, .bulma aside, .bulma figure, .bulma footer, .bulma header, .bulma hgroup, .bulma section { display: block; }
  69.  
  70. .bulma button, .bulma input, .bulma select, .bulma textarea { font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  71.  
  72. .bulma code, .bulma pre { -moz-osx-font-smoothing: auto; -webkit-font-smoothing: auto; font-family: monospace; }
  73.  
  74. .bulma { font-size: 1em; font-weight: 400; line-height: 1.5; }
  75.  
  76. .bulma a { color: #3273dc; cursor: pointer; text-decoration: none; }
  77.  
  78. .bulma a strong { color: currentColor; }
  79.  
  80. .bulma a:hover { color: #363636; }
  81.  
  82. .bulma code { background-color: whitesmoke; color: #ff3860; font-size: 0.875em; font-weight: normal; padding: 0.25em 0.5em 0.25em; }
  83.  
  84. .bulma hr { background-color: whitesmoke; border: none; display: block; height: 2px; margin: 1.5rem 0; }
  85.  
  86. .bulma img { height: auto; max-width: 100%; }
  87.  
  88. .bulma input[type="checkbox"], .bulma input[type="radio"] { vertical-align: baseline; }
  89.  
  90. .bulma small { font-size: 0.875em; }
  91.  
  92. .bulma span { font-style: inherit; font-weight: inherit; }
  93.  
  94. .bulma strong { color: #363636; font-weight: 700; }
  95.  
  96. .bulma fieldset { border: none; }
  97.  
  98. .bulma pre { -webkit-overflow-scrolling: touch; background-color: whitesmoke; color: #4a4a4a; font-size: 0.875em; overflow-x: auto; padding: 1.25rem 1.5rem; white-space: pre; word-wrap: normal; }
  99.  
  100. .bulma pre code { background-color: transparent; color: currentColor; font-size: 1em; padding: 0; }
  101.  
  102. .bulma table td, .bulma table th { vertical-align: top; }
  103.  
  104. .bulma table td:not([align]), .bulma table th:not([align]) { text-align: left; }
  105.  
  106. .bulma table th { color: #363636; }
  107.  
  108. .bulma .is-clearfix::after { clear: both; content: " "; display: table; }
  109.  
  110. .bulma .is-pulled-left { float: left !important; }
  111.  
  112. .bulma .is-pulled-right { float: right !important; }
  113.  
  114. .bulma .is-clipped { overflow: hidden !important; }
  115.  
  116. .bulma .is-size-1 { font-size: 3rem !important; }
  117.  
  118. .bulma .is-size-2 { font-size: 2.5rem !important; }
  119.  
  120. .bulma .is-size-3 { font-size: 2rem !important; }
  121.  
  122. .bulma .is-size-4 { font-size: 1.5rem !important; }
  123.  
  124. .bulma .is-size-5 { font-size: 1.25rem !important; }
  125.  
  126. .bulma .is-size-6 { font-size: 1rem !important; }
  127.  
  128. .bulma .is-size-7 { font-size: 0.75rem !important; }
  129.  
  130. @media screen and (max-width: 768px) { .bulma .is-size-1-mobile { font-size: 3rem !important; }
  131. .bulma .is-size-2-mobile { font-size: 2.5rem !important; }
  132. .bulma .is-size-3-mobile { font-size: 2rem !important; }
  133. .bulma .is-size-4-mobile { font-size: 1.5rem !important; }
  134. .bulma .is-size-5-mobile { font-size: 1.25rem !important; }
  135. .bulma .is-size-6-mobile { font-size: 1rem !important; }
  136. .bulma .is-size-7-mobile { font-size: 0.75rem !important; } }
  137.  
  138. @media screen and (min-width: 769px), print { .bulma .is-size-1-tablet { font-size: 3rem !important; }
  139. .bulma .is-size-2-tablet { font-size: 2.5rem !important; }
  140. .bulma .is-size-3-tablet { font-size: 2rem !important; }
  141. .bulma .is-size-4-tablet { font-size: 1.5rem !important; }
  142. .bulma .is-size-5-tablet { font-size: 1.25rem !important; }
  143. .bulma .is-size-6-tablet { font-size: 1rem !important; }
  144. .bulma .is-size-7-tablet { font-size: 0.75rem !important; } }
  145.  
  146. @media screen and (max-width: 1023px) { .bulma .is-size-1-touch { font-size: 3rem !important; }
  147. .bulma .is-size-2-touch { font-size: 2.5rem !important; }
  148. .bulma .is-size-3-touch { font-size: 2rem !important; }
  149. .bulma .is-size-4-touch { font-size: 1.5rem !important; }
  150. .bulma .is-size-5-touch { font-size: 1.25rem !important; }
  151. .bulma .is-size-6-touch { font-size: 1rem !important; }
  152. .bulma .is-size-7-touch { font-size: 0.75rem !important; } }
  153.  
  154. @media screen and (min-width: 1024px) { .bulma .is-size-1-desktop { font-size: 3rem !important; }
  155. .bulma .is-size-2-desktop { font-size: 2.5rem !important; }
  156. .bulma .is-size-3-desktop { font-size: 2rem !important; }
  157. .bulma .is-size-4-desktop { font-size: 1.5rem !important; }
  158. .bulma .is-size-5-desktop { font-size: 1.25rem !important; }
  159. .bulma .is-size-6-desktop { font-size: 1rem !important; }
  160. .bulma .is-size-7-desktop { font-size: 0.75rem !important; } }
  161.  
  162. @media screen and (min-width: 1216px) { .bulma .is-size-1-widescreen { font-size: 3rem !important; }
  163. .bulma .is-size-2-widescreen { font-size: 2.5rem !important; }
  164. .bulma .is-size-3-widescreen { font-size: 2rem !important; }
  165. .bulma .is-size-4-widescreen { font-size: 1.5rem !important; }
  166. .bulma .is-size-5-widescreen { font-size: 1.25rem !important; }
  167. .bulma .is-size-6-widescreen { font-size: 1rem !important; }
  168. .bulma .is-size-7-widescreen { font-size: 0.75rem !important; } }
  169.  
  170. @media screen and (min-width: 1408px) { .bulma .is-size-1-fullhd { font-size: 3rem !important; }
  171. .bulma .is-size-2-fullhd { font-size: 2.5rem !important; }
  172. .bulma .is-size-3-fullhd { font-size: 2rem !important; }
  173. .bulma .is-size-4-fullhd { font-size: 1.5rem !important; }
  174. .bulma .is-size-5-fullhd { font-size: 1.25rem !important; }
  175. .bulma .is-size-6-fullhd { font-size: 1rem !important; }
  176. .bulma .is-size-7-fullhd { font-size: 0.75rem !important; } }
  177.  
  178. .bulma .has-text-centered { text-align: center !important; }
  179.  
  180. .bulma .has-text-justified { text-align: justify !important; }
  181.  
  182. .bulma .has-text-left { text-align: left !important; }
  183.  
  184. .bulma .has-text-right { text-align: right !important; }
  185.  
  186. @media screen and (max-width: 768px) { .bulma .has-text-centered-mobile { text-align: center !important; } }
  187.  
  188. @media screen and (min-width: 769px), print { .bulma .has-text-centered-tablet { text-align: center !important; } }
  189.  
  190. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .has-text-centered-tablet-only { text-align: center !important; } }
  191.  
  192. @media screen and (max-width: 1023px) { .bulma .has-text-centered-touch { text-align: center !important; } }
  193.  
  194. @media screen and (min-width: 1024px) { .bulma .has-text-centered-desktop { text-align: center !important; } }
  195.  
  196. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .has-text-centered-desktop-only { text-align: center !important; } }
  197.  
  198. @media screen and (min-width: 1216px) { .bulma .has-text-centered-widescreen { text-align: center !important; } }
  199.  
  200. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .has-text-centered-widescreen-only { text-align: center !important; } }
  201.  
  202. @media screen and (min-width: 1408px) { .bulma .has-text-centered-fullhd { text-align: center !important; } }
  203.  
  204. @media screen and (max-width: 768px) { .bulma .has-text-justified-mobile { text-align: justify !important; } }
  205.  
  206. @media screen and (min-width: 769px), print { .bulma .has-text-justified-tablet { text-align: justify !important; } }
  207.  
  208. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .has-text-justified-tablet-only { text-align: justify !important; } }
  209.  
  210. @media screen and (max-width: 1023px) { .bulma .has-text-justified-touch { text-align: justify !important; } }
  211.  
  212. @media screen and (min-width: 1024px) { .bulma .has-text-justified-desktop { text-align: justify !important; } }
  213.  
  214. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .has-text-justified-desktop-only { text-align: justify !important; } }
  215.  
  216. @media screen and (min-width: 1216px) { .bulma .has-text-justified-widescreen { text-align: justify !important; } }
  217.  
  218. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .has-text-justified-widescreen-only { text-align: justify !important; } }
  219.  
  220. @media screen and (min-width: 1408px) { .bulma .has-text-justified-fullhd { text-align: justify !important; } }
  221.  
  222. @media screen and (max-width: 768px) { .bulma .has-text-left-mobile { text-align: left !important; } }
  223.  
  224. @media screen and (min-width: 769px), print { .bulma .has-text-left-tablet { text-align: left !important; } }
  225.  
  226. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .has-text-left-tablet-only { text-align: left !important; } }
  227.  
  228. @media screen and (max-width: 1023px) { .bulma .has-text-left-touch { text-align: left !important; } }
  229.  
  230. @media screen and (min-width: 1024px) { .bulma .has-text-left-desktop { text-align: left !important; } }
  231.  
  232. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .has-text-left-desktop-only { text-align: left !important; } }
  233.  
  234. @media screen and (min-width: 1216px) { .bulma .has-text-left-widescreen { text-align: left !important; } }
  235.  
  236. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .has-text-left-widescreen-only { text-align: left !important; } }
  237.  
  238. @media screen and (min-width: 1408px) { .bulma .has-text-left-fullhd { text-align: left !important; } }
  239.  
  240. @media screen and (max-width: 768px) { .bulma .has-text-right-mobile { text-align: right !important; } }
  241.  
  242. @media screen and (min-width: 769px), print { .bulma .has-text-right-tablet { text-align: right !important; } }
  243.  
  244. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .has-text-right-tablet-only { text-align: right !important; } }
  245.  
  246. @media screen and (max-width: 1023px) { .bulma .has-text-right-touch { text-align: right !important; } }
  247.  
  248. @media screen and (min-width: 1024px) { .bulma .has-text-right-desktop { text-align: right !important; } }
  249.  
  250. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .has-text-right-desktop-only { text-align: right !important; } }
  251.  
  252. @media screen and (min-width: 1216px) { .bulma .has-text-right-widescreen { text-align: right !important; } }
  253.  
  254. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .has-text-right-widescreen-only { text-align: right !important; } }
  255.  
  256. @media screen and (min-width: 1408px) { .bulma .has-text-right-fullhd { text-align: right !important; } }
  257.  
  258. .bulma .is-capitalized { text-transform: capitalize !important; }
  259.  
  260. .bulma .is-lowercase { text-transform: lowercase !important; }
  261.  
  262. .bulma .is-uppercase { text-transform: uppercase !important; }
  263.  
  264. .bulma .is-italic { font-style: italic !important; }
  265.  
  266. .bulma .has-text-white { color: white !important; }
  267.  
  268. .bulma a.has-text-white:hover, .bulma a.has-text-white:focus { color: #e6e6e6 !important; }
  269.  
  270. .bulma .has-background-white { background-color: white !important; }
  271.  
  272. .bulma .has-text-black { color: #0a0a0a !important; }
  273.  
  274. .bulma a.has-text-black:hover, .bulma a.has-text-black:focus { color: black !important; }
  275.  
  276. .bulma .has-background-black { background-color: #0a0a0a !important; }
  277.  
  278. .bulma .has-text-light { color: whitesmoke !important; }
  279.  
  280. .bulma a.has-text-light:hover, .bulma a.has-text-light:focus { color: #dbdbdb !important; }
  281.  
  282. .bulma .has-background-light { background-color: whitesmoke !important; }
  283.  
  284. .bulma .has-text-dark { color: #363636 !important; }
  285.  
  286. .bulma a.has-text-dark:hover, .bulma a.has-text-dark:focus { color: #1c1c1c !important; }
  287.  
  288. .bulma .has-background-dark { background-color: #363636 !important; }
  289.  
  290. .bulma .has-text-primary { color: #00d1b2 !important; }
  291.  
  292. .bulma a.has-text-primary:hover, .bulma a.has-text-primary:focus { color: #009e86 !important; }
  293.  
  294. .bulma .has-background-primary { background-color: #00d1b2 !important; }
  295.  
  296. .bulma .has-text-link { color: #3273dc !important; }
  297.  
  298. .bulma a.has-text-link:hover, .bulma a.has-text-link:focus { color: #205bbc !important; }
  299.  
  300. .bulma .has-background-link { background-color: #3273dc !important; }
  301.  
  302. .bulma .has-text-info { color: #209cee !important; }
  303.  
  304. .bulma a.has-text-info:hover, .bulma a.has-text-info:focus { color: #0f81cc !important; }
  305.  
  306. .bulma .has-background-info { background-color: #209cee !important; }
  307.  
  308. .bulma .has-text-success { color: #23d160 !important; }
  309.  
  310. .bulma a.has-text-success:hover, .bulma a.has-text-success:focus { color: #1ca64c !important; }
  311.  
  312. .bulma .has-background-success { background-color: #23d160 !important; }
  313.  
  314. .bulma .has-text-warning { color: #ffdd57 !important; }
  315.  
  316. .bulma a.has-text-warning:hover, .bulma a.has-text-warning:focus { color: #ffd324 !important; }
  317.  
  318. .bulma .has-background-warning { background-color: #ffdd57 !important; }
  319.  
  320. .bulma .has-text-danger { color: #ff3860 !important; }
  321.  
  322. .bulma a.has-text-danger:hover, .bulma a.has-text-danger:focus { color: #ff0537 !important; }
  323.  
  324. .bulma .has-background-danger { background-color: #ff3860 !important; }
  325.  
  326. .bulma .has-text-black-bis { color: #121212 !important; }
  327.  
  328. .bulma .has-background-black-bis { background-color: #121212 !important; }
  329.  
  330. .bulma .has-text-black-ter { color: #242424 !important; }
  331.  
  332. .bulma .has-background-black-ter { background-color: #242424 !important; }
  333.  
  334. .bulma .has-text-grey-darker { color: #363636 !important; }
  335.  
  336. .bulma .has-background-grey-darker { background-color: #363636 !important; }
  337.  
  338. .bulma .has-text-grey-dark { color: #4a4a4a !important; }
  339.  
  340. .bulma .has-background-grey-dark { background-color: #4a4a4a !important; }
  341.  
  342. .bulma .has-text-grey { color: #7a7a7a !important; }
  343.  
  344. .bulma .has-background-grey { background-color: #7a7a7a !important; }
  345.  
  346. .bulma .has-text-grey-light { color: #b5b5b5 !important; }
  347.  
  348. .bulma .has-background-grey-light { background-color: #b5b5b5 !important; }
  349.  
  350. .bulma .has-text-grey-lighter { color: #dbdbdb !important; }
  351.  
  352. .bulma .has-background-grey-lighter { background-color: #dbdbdb !important; }
  353.  
  354. .bulma .has-text-white-ter { color: whitesmoke !important; }
  355.  
  356. .bulma .has-background-white-ter { background-color: whitesmoke !important; }
  357.  
  358. .bulma .has-text-white-bis { color: #fafafa !important; }
  359.  
  360. .bulma .has-background-white-bis { background-color: #fafafa !important; }
  361.  
  362. .bulma .has-text-weight-light { font-weight: 300 !important; }
  363.  
  364. .bulma .has-text-weight-normal { font-weight: 400 !important; }
  365.  
  366. .bulma .has-text-weight-medium { font-weight: 500 !important; }
  367.  
  368. .bulma .has-text-weight-semibold { font-weight: 600 !important; }
  369.  
  370. .bulma .has-text-weight-bold { font-weight: 700 !important; }
  371.  
  372. .bulma .is-family-primary { font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }
  373.  
  374. .bulma .is-family-secondary { font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }
  375.  
  376. .bulma .is-family-sans-serif { font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }
  377.  
  378. .bulma .is-family-monospace { font-family: monospace !important; }
  379.  
  380. .bulma .is-family-code { font-family: monospace !important; }
  381.  
  382. .bulma .is-block { display: block !important; }
  383.  
  384. @media screen and (max-width: 768px) { .bulma .is-block-mobile { display: block !important; } }
  385.  
  386. @media screen and (min-width: 769px), print { .bulma .is-block-tablet { display: block !important; } }
  387.  
  388. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .is-block-tablet-only { display: block !important; } }
  389.  
  390. @media screen and (max-width: 1023px) { .bulma .is-block-touch { display: block !important; } }
  391.  
  392. @media screen and (min-width: 1024px) { .bulma .is-block-desktop { display: block !important; } }
  393.  
  394. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .is-block-desktop-only { display: block !important; } }
  395.  
  396. @media screen and (min-width: 1216px) { .bulma .is-block-widescreen { display: block !important; } }
  397.  
  398. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .is-block-widescreen-only { display: block !important; } }
  399.  
  400. @media screen and (min-width: 1408px) { .bulma .is-block-fullhd { display: block !important; } }
  401.  
  402. .bulma .is-flex { display: flex !important; }
  403.  
  404. @media screen and (max-width: 768px) { .bulma .is-flex-mobile { display: flex !important; } }
  405.  
  406. @media screen and (min-width: 769px), print { .bulma .is-flex-tablet { display: flex !important; } }
  407.  
  408. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .is-flex-tablet-only { display: flex !important; } }
  409.  
  410. @media screen and (max-width: 1023px) { .bulma .is-flex-touch { display: flex !important; } }
  411.  
  412. @media screen and (min-width: 1024px) { .bulma .is-flex-desktop { display: flex !important; } }
  413.  
  414. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .is-flex-desktop-only { display: flex !important; } }
  415.  
  416. @media screen and (min-width: 1216px) { .bulma .is-flex-widescreen { display: flex !important; } }
  417.  
  418. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .is-flex-widescreen-only { display: flex !important; } }
  419.  
  420. @media screen and (min-width: 1408px) { .bulma .is-flex-fullhd { display: flex !important; } }
  421.  
  422. .bulma .is-inline { display: inline !important; }
  423.  
  424. @media screen and (max-width: 768px) { .bulma .is-inline-mobile { display: inline !important; } }
  425.  
  426. @media screen and (min-width: 769px), print { .bulma .is-inline-tablet { display: inline !important; } }
  427.  
  428. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .is-inline-tablet-only { display: inline !important; } }
  429.  
  430. @media screen and (max-width: 1023px) { .bulma .is-inline-touch { display: inline !important; } }
  431.  
  432. @media screen and (min-width: 1024px) { .bulma .is-inline-desktop { display: inline !important; } }
  433.  
  434. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .is-inline-desktop-only { display: inline !important; } }
  435.  
  436. @media screen and (min-width: 1216px) { .bulma .is-inline-widescreen { display: inline !important; } }
  437.  
  438. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .is-inline-widescreen-only { display: inline !important; } }
  439.  
  440. @media screen and (min-width: 1408px) { .bulma .is-inline-fullhd { display: inline !important; } }
  441.  
  442. .bulma .is-inline-block { display: inline-block !important; }
  443.  
  444. @media screen and (max-width: 768px) { .bulma .is-inline-block-mobile { display: inline-block !important; } }
  445.  
  446. @media screen and (min-width: 769px), print { .bulma .is-inline-block-tablet { display: inline-block !important; } }
  447.  
  448. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .is-inline-block-tablet-only { display: inline-block !important; } }
  449.  
  450. @media screen and (max-width: 1023px) { .bulma .is-inline-block-touch { display: inline-block !important; } }
  451.  
  452. @media screen and (min-width: 1024px) { .bulma .is-inline-block-desktop { display: inline-block !important; } }
  453.  
  454. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .is-inline-block-desktop-only { display: inline-block !important; } }
  455.  
  456. @media screen and (min-width: 1216px) { .bulma .is-inline-block-widescreen { display: inline-block !important; } }
  457.  
  458. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .is-inline-block-widescreen-only { display: inline-block !important; } }
  459.  
  460. @media screen and (min-width: 1408px) { .bulma .is-inline-block-fullhd { display: inline-block !important; } }
  461.  
  462. .bulma .is-inline-flex { display: inline-flex !important; }
  463.  
  464. @media screen and (max-width: 768px) { .bulma .is-inline-flex-mobile { display: inline-flex !important; } }
  465.  
  466. @media screen and (min-width: 769px), print { .bulma .is-inline-flex-tablet { display: inline-flex !important; } }
  467.  
  468. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .is-inline-flex-tablet-only { display: inline-flex !important; } }
  469.  
  470. @media screen and (max-width: 1023px) { .bulma .is-inline-flex-touch { display: inline-flex !important; } }
  471.  
  472. @media screen and (min-width: 1024px) { .bulma .is-inline-flex-desktop { display: inline-flex !important; } }
  473.  
  474. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .is-inline-flex-desktop-only { display: inline-flex !important; } }
  475.  
  476. @media screen and (min-width: 1216px) { .bulma .is-inline-flex-widescreen { display: inline-flex !important; } }
  477.  
  478. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .is-inline-flex-widescreen-only { display: inline-flex !important; } }
  479.  
  480. @media screen and (min-width: 1408px) { .bulma .is-inline-flex-fullhd { display: inline-flex !important; } }
  481.  
  482. .bulma .is-hidden { display: none !important; }
  483.  
  484. .bulma .is-sr-only { border: none !important; clip: rect(0, 0, 0, 0) !important; height: 0.01em !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; white-space: nowrap !important; width: 0.01em !important; }
  485.  
  486. @media screen and (max-width: 768px) { .bulma .is-hidden-mobile { display: none !important; } }
  487.  
  488. @media screen and (min-width: 769px), print { .bulma .is-hidden-tablet { display: none !important; } }
  489.  
  490. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .is-hidden-tablet-only { display: none !important; } }
  491.  
  492. @media screen and (max-width: 1023px) { .bulma .is-hidden-touch { display: none !important; } }
  493.  
  494. @media screen and (min-width: 1024px) { .bulma .is-hidden-desktop { display: none !important; } }
  495.  
  496. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .is-hidden-desktop-only { display: none !important; } }
  497.  
  498. @media screen and (min-width: 1216px) { .bulma .is-hidden-widescreen { display: none !important; } }
  499.  
  500. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .is-hidden-widescreen-only { display: none !important; } }
  501.  
  502. @media screen and (min-width: 1408px) { .bulma .is-hidden-fullhd { display: none !important; } }
  503.  
  504. .bulma .is-invisible { visibility: hidden !important; }
  505.  
  506. @media screen and (max-width: 768px) { .bulma .is-invisible-mobile { visibility: hidden !important; } }
  507.  
  508. @media screen and (min-width: 769px), print { .bulma .is-invisible-tablet { visibility: hidden !important; } }
  509.  
  510. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .is-invisible-tablet-only { visibility: hidden !important; } }
  511.  
  512. @media screen and (max-width: 1023px) { .bulma .is-invisible-touch { visibility: hidden !important; } }
  513.  
  514. @media screen and (min-width: 1024px) { .bulma .is-invisible-desktop { visibility: hidden !important; } }
  515.  
  516. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .is-invisible-desktop-only { visibility: hidden !important; } }
  517.  
  518. @media screen and (min-width: 1216px) { .bulma .is-invisible-widescreen { visibility: hidden !important; } }
  519.  
  520. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .is-invisible-widescreen-only { visibility: hidden !important; } }
  521.  
  522. @media screen and (min-width: 1408px) { .bulma .is-invisible-fullhd { visibility: hidden !important; } }
  523.  
  524. .bulma .is-marginless { margin: 0 !important; }
  525.  
  526. .bulma .is-paddingless { padding: 0 !important; }
  527.  
  528. .bulma .is-radiusless { border-radius: 0 !important; }
  529.  
  530. .bulma .is-shadowless { box-shadow: none !important; }
  531.  
  532. .bulma .is-relative { position: relative !important; }
  533.  
  534. .bulma .box { background-color: white; border-radius: 6px; box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); color: #4a4a4a; display: block; padding: 1.25rem; }
  535.  
  536. .bulma a.box:hover, .bulma a.box:focus { box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc; }
  537.  
  538. .bulma a.box:active { box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc; }
  539.  
  540. .bulma .button { background-color: white; border-color: #dbdbdb; border-width: 1px; color: #363636; cursor: pointer; justify-content: center; padding-bottom: calc(0.375em - 1px); padding-left: 0.75em; padding-right: 0.75em; padding-top: calc(0.375em - 1px); text-align: center; white-space: nowrap; }
  541.  
  542. .bulma .button strong { color: inherit; }
  543.  
  544. .bulma .button .icon, .bulma .button .icon.is-small, .bulma .button .icon.is-medium, .bulma .button .icon.is-large { height: 1.5em; width: 1.5em; }
  545.  
  546. .bulma .button .icon:first-child:not(:last-child) { margin-left: calc(-0.375em - 1px); margin-right: 0.1875em; }
  547.  
  548. .bulma .button .icon:last-child:not(:first-child) { margin-left: 0.1875em; margin-right: calc(-0.375em - 1px); }
  549.  
  550. .bulma .button .icon:first-child:last-child { margin-left: calc(-0.375em - 1px); margin-right: calc(-0.375em - 1px); }
  551.  
  552. .bulma .button:hover, .bulma .button.is-hovered { border-color: #b5b5b5; color: #363636; }
  553.  
  554. .bulma .button:focus, .bulma .button.is-focused { border-color: #3273dc; color: #363636; }
  555.  
  556. .bulma .button:focus:not(:active), .bulma .button.is-focused:not(:active) { box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
  557.  
  558. .bulma .button:active, .bulma .button.is-active { border-color: #4a4a4a; color: #363636; }
  559.  
  560. .bulma .button.is-text { background-color: transparent; border-color: transparent; color: #4a4a4a; text-decoration: underline; }
  561.  
  562. .bulma .button.is-text:hover, .bulma .button.is-text.is-hovered, .bulma .button.is-text:focus, .bulma .button.is-text.is-focused { background-color: whitesmoke; color: #363636; }
  563.  
  564. .bulma .button.is-text:active, .bulma .button.is-text.is-active { background-color: #e8e8e8; color: #363636; }
  565.  
  566. .bulma .button.is-text[disabled], fieldset[disabled] .bulma .button.is-text { background-color: transparent; border-color: transparent; box-shadow: none; }
  567.  
  568. .bulma .button.is-white { background-color: white; border-color: transparent; color: #0a0a0a; }
  569.  
  570. .bulma .button.is-white:hover, .bulma .button.is-white.is-hovered { background-color: #f9f9f9; border-color: transparent; color: #0a0a0a; }
  571.  
  572. .bulma .button.is-white:focus, .bulma .button.is-white.is-focused { border-color: transparent; color: #0a0a0a; }
  573.  
  574. .bulma .button.is-white:focus:not(:active), .bulma .button.is-white.is-focused:not(:active) { box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
  575.  
  576. .bulma .button.is-white:active, .bulma .button.is-white.is-active { background-color: #f2f2f2; border-color: transparent; color: #0a0a0a; }
  577.  
  578. .bulma .button.is-white[disabled], fieldset[disabled] .bulma .button.is-white { background-color: white; border-color: transparent; box-shadow: none; }
  579.  
  580. .bulma .button.is-white.is-inverted { background-color: #0a0a0a; color: white; }
  581.  
  582. .bulma .button.is-white.is-inverted:hover, .bulma .button.is-white.is-inverted.is-hovered { background-color: black; }
  583.  
  584. .bulma .button.is-white.is-inverted[disabled], fieldset[disabled] .bulma .button.is-white.is-inverted { background-color: #0a0a0a; border-color: transparent; box-shadow: none; color: white; }
  585.  
  586. .bulma .button.is-white.is-loading::after { border-color: transparent transparent #0a0a0a #0a0a0a !important; }
  587.  
  588. .bulma .button.is-white.is-outlined { background-color: transparent; border-color: white; color: white; }
  589.  
  590. .bulma .button.is-white.is-outlined:hover, .bulma .button.is-white.is-outlined.is-hovered, .bulma .button.is-white.is-outlined:focus, .bulma .button.is-white.is-outlined.is-focused { background-color: white; border-color: white; color: #0a0a0a; }
  591.  
  592. .bulma .button.is-white.is-outlined.is-loading::after { border-color: transparent transparent white white !important; }
  593.  
  594. .bulma .button.is-white.is-outlined.is-loading:hover::after, .bulma .button.is-white.is-outlined.is-loading.is-hovered::after, .bulma .button.is-white.is-outlined.is-loading:focus::after, .bulma .button.is-white.is-outlined.is-loading.is-focused::after { border-color: transparent transparent #0a0a0a #0a0a0a !important; }
  595.  
  596. .bulma .button.is-white.is-outlined[disabled], fieldset[disabled] .bulma .button.is-white.is-outlined { background-color: transparent; border-color: white; box-shadow: none; color: white; }
  597.  
  598. .bulma .button.is-white.is-inverted.is-outlined { background-color: transparent; border-color: #0a0a0a; color: #0a0a0a; }
  599.  
  600. .bulma .button.is-white.is-inverted.is-outlined:hover, .bulma .button.is-white.is-inverted.is-outlined.is-hovered, .bulma .button.is-white.is-inverted.is-outlined:focus, .bulma .button.is-white.is-inverted.is-outlined.is-focused { background-color: #0a0a0a; color: white; }
  601.  
  602. .bulma .button.is-white.is-inverted.is-outlined.is-loading:hover::after, .bulma .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .bulma .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .bulma .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after { border-color: transparent transparent white white !important; }
  603.  
  604. .bulma .button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .bulma .button.is-white.is-inverted.is-outlined { background-color: transparent; border-color: #0a0a0a; box-shadow: none; color: #0a0a0a; }
  605.  
  606. .bulma .button.is-black { background-color: #0a0a0a; border-color: transparent; color: white; }
  607.  
  608. .bulma .button.is-black:hover, .bulma .button.is-black.is-hovered { background-color: #040404; border-color: transparent; color: white; }
  609.  
  610. .bulma .button.is-black:focus, .bulma .button.is-black.is-focused { border-color: transparent; color: white; }
  611.  
  612. .bulma .button.is-black:focus:not(:active), .bulma .button.is-black.is-focused:not(:active) { box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
  613.  
  614. .bulma .button.is-black:active, .bulma .button.is-black.is-active { background-color: black; border-color: transparent; color: white; }
  615.  
  616. .bulma .button.is-black[disabled], fieldset[disabled] .bulma .button.is-black { background-color: #0a0a0a; border-color: transparent; box-shadow: none; }
  617.  
  618. .bulma .button.is-black.is-inverted { background-color: white; color: #0a0a0a; }
  619.  
  620. .bulma .button.is-black.is-inverted:hover, .bulma .button.is-black.is-inverted.is-hovered { background-color: #f2f2f2; }
  621.  
  622. .bulma .button.is-black.is-inverted[disabled], fieldset[disabled] .bulma .button.is-black.is-inverted { background-color: white; border-color: transparent; box-shadow: none; color: #0a0a0a; }
  623.  
  624. .bulma .button.is-black.is-loading::after { border-color: transparent transparent white white !important; }
  625.  
  626. .bulma .button.is-black.is-outlined { background-color: transparent; border-color: #0a0a0a; color: #0a0a0a; }
  627.  
  628. .bulma .button.is-black.is-outlined:hover, .bulma .button.is-black.is-outlined.is-hovered, .bulma .button.is-black.is-outlined:focus, .bulma .button.is-black.is-outlined.is-focused { background-color: #0a0a0a; border-color: #0a0a0a; color: white; }
  629.  
  630. .bulma .button.is-black.is-outlined.is-loading::after { border-color: transparent transparent #0a0a0a #0a0a0a !important; }
  631.  
  632. .bulma .button.is-black.is-outlined.is-loading:hover::after, .bulma .button.is-black.is-outlined.is-loading.is-hovered::after, .bulma .button.is-black.is-outlined.is-loading:focus::after, .bulma .button.is-black.is-outlined.is-loading.is-focused::after { border-color: transparent transparent white white !important; }
  633.  
  634. .bulma .button.is-black.is-outlined[disabled], fieldset[disabled] .bulma .button.is-black.is-outlined { background-color: transparent; border-color: #0a0a0a; box-shadow: none; color: #0a0a0a; }
  635.  
  636. .bulma .button.is-black.is-inverted.is-outlined { background-color: transparent; border-color: white; color: white; }
  637.  
  638. .bulma .button.is-black.is-inverted.is-outlined:hover, .bulma .button.is-black.is-inverted.is-outlined.is-hovered, .bulma .button.is-black.is-inverted.is-outlined:focus, .bulma .button.is-black.is-inverted.is-outlined.is-focused { background-color: white; color: #0a0a0a; }
  639.  
  640. .bulma .button.is-black.is-inverted.is-outlined.is-loading:hover::after, .bulma .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .bulma .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .bulma .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after { border-color: transparent transparent #0a0a0a #0a0a0a !important; }
  641.  
  642. .bulma .button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .bulma .button.is-black.is-inverted.is-outlined { background-color: transparent; border-color: white; box-shadow: none; color: white; }
  643.  
  644. .bulma .button.is-light { background-color: whitesmoke; border-color: transparent; color: #363636; }
  645.  
  646. .bulma .button.is-light:hover, .bulma .button.is-light.is-hovered { background-color: #eeeeee; border-color: transparent; color: #363636; }
  647.  
  648. .bulma .button.is-light:focus, .bulma .button.is-light.is-focused { border-color: transparent; color: #363636; }
  649.  
  650. .bulma .button.is-light:focus:not(:active), .bulma .button.is-light.is-focused:not(:active) { box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
  651.  
  652. .bulma .button.is-light:active, .bulma .button.is-light.is-active { background-color: #e8e8e8; border-color: transparent; color: #363636; }
  653.  
  654. .bulma .button.is-light[disabled], fieldset[disabled] .bulma .button.is-light { background-color: whitesmoke; border-color: transparent; box-shadow: none; }
  655.  
  656. .bulma .button.is-light.is-inverted { background-color: #363636; color: whitesmoke; }
  657.  
  658. .bulma .button.is-light.is-inverted:hover, .bulma .button.is-light.is-inverted.is-hovered { background-color: #292929; }
  659.  
  660. .bulma .button.is-light.is-inverted[disabled], fieldset[disabled] .bulma .button.is-light.is-inverted { background-color: #363636; border-color: transparent; box-shadow: none; color: whitesmoke; }
  661.  
  662. .bulma .button.is-light.is-loading::after { border-color: transparent transparent #363636 #363636 !important; }
  663.  
  664. .bulma .button.is-light.is-outlined { background-color: transparent; border-color: whitesmoke; color: whitesmoke; }
  665.  
  666. .bulma .button.is-light.is-outlined:hover, .bulma .button.is-light.is-outlined.is-hovered, .bulma .button.is-light.is-outlined:focus, .bulma .button.is-light.is-outlined.is-focused { background-color: whitesmoke; border-color: whitesmoke; color: #363636; }
  667.  
  668. .bulma .button.is-light.is-outlined.is-loading::after { border-color: transparent transparent whitesmoke whitesmoke !important; }
  669.  
  670. .bulma .button.is-light.is-outlined.is-loading:hover::after, .bulma .button.is-light.is-outlined.is-loading.is-hovered::after, .bulma .button.is-light.is-outlined.is-loading:focus::after, .bulma .button.is-light.is-outlined.is-loading.is-focused::after { border-color: transparent transparent #363636 #363636 !important; }
  671.  
  672. .bulma .button.is-light.is-outlined[disabled], fieldset[disabled] .bulma .button.is-light.is-outlined { background-color: transparent; border-color: whitesmoke; box-shadow: none; color: whitesmoke; }
  673.  
  674. .bulma .button.is-light.is-inverted.is-outlined { background-color: transparent; border-color: #363636; color: #363636; }
  675.  
  676. .bulma .button.is-light.is-inverted.is-outlined:hover, .bulma .button.is-light.is-inverted.is-outlined.is-hovered, .bulma .button.is-light.is-inverted.is-outlined:focus, .bulma .button.is-light.is-inverted.is-outlined.is-focused { background-color: #363636; color: whitesmoke; }
  677.  
  678. .bulma .button.is-light.is-inverted.is-outlined.is-loading:hover::after, .bulma .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .bulma .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .bulma .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after { border-color: transparent transparent whitesmoke whitesmoke !important; }
  679.  
  680. .bulma .button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .bulma .button.is-light.is-inverted.is-outlined { background-color: transparent; border-color: #363636; box-shadow: none; color: #363636; }
  681.  
  682. .bulma .button.is-dark { background-color: #363636; border-color: transparent; color: whitesmoke; }
  683.  
  684. .bulma .button.is-dark:hover, .bulma .button.is-dark.is-hovered { background-color: #2f2f2f; border-color: transparent; color: whitesmoke; }
  685.  
  686. .bulma .button.is-dark:focus, .bulma .button.is-dark.is-focused { border-color: transparent; color: whitesmoke; }
  687.  
  688. .bulma .button.is-dark:focus:not(:active), .bulma .button.is-dark.is-focused:not(:active) { box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
  689.  
  690. .bulma .button.is-dark:active, .bulma .button.is-dark.is-active { background-color: #292929; border-color: transparent; color: whitesmoke; }
  691.  
  692. .bulma .button.is-dark[disabled], fieldset[disabled] .bulma .button.is-dark { background-color: #363636; border-color: transparent; box-shadow: none; }
  693.  
  694. .bulma .button.is-dark.is-inverted { background-color: whitesmoke; color: #363636; }
  695.  
  696. .bulma .button.is-dark.is-inverted:hover, .bulma .button.is-dark.is-inverted.is-hovered { background-color: #e8e8e8; }
  697.  
  698. .bulma .button.is-dark.is-inverted[disabled], fieldset[disabled] .bulma .button.is-dark.is-inverted { background-color: whitesmoke; border-color: transparent; box-shadow: none; color: #363636; }
  699.  
  700. .bulma .button.is-dark.is-loading::after { border-color: transparent transparent whitesmoke whitesmoke !important; }
  701.  
  702. .bulma .button.is-dark.is-outlined { background-color: transparent; border-color: #363636; color: #363636; }
  703.  
  704. .bulma .button.is-dark.is-outlined:hover, .bulma .button.is-dark.is-outlined.is-hovered, .bulma .button.is-dark.is-outlined:focus, .bulma .button.is-dark.is-outlined.is-focused { background-color: #363636; border-color: #363636; color: whitesmoke; }
  705.  
  706. .bulma .button.is-dark.is-outlined.is-loading::after { border-color: transparent transparent #363636 #363636 !important; }
  707.  
  708. .bulma .button.is-dark.is-outlined.is-loading:hover::after, .bulma .button.is-dark.is-outlined.is-loading.is-hovered::after, .bulma .button.is-dark.is-outlined.is-loading:focus::after, .bulma .button.is-dark.is-outlined.is-loading.is-focused::after { border-color: transparent transparent whitesmoke whitesmoke !important; }
  709.  
  710. .bulma .button.is-dark.is-outlined[disabled], fieldset[disabled] .bulma .button.is-dark.is-outlined { background-color: transparent; border-color: #363636; box-shadow: none; color: #363636; }
  711.  
  712. .bulma .button.is-dark.is-inverted.is-outlined { background-color: transparent; border-color: whitesmoke; color: whitesmoke; }
  713.  
  714. .bulma .button.is-dark.is-inverted.is-outlined:hover, .bulma .button.is-dark.is-inverted.is-outlined.is-hovered, .bulma .button.is-dark.is-inverted.is-outlined:focus, .bulma .button.is-dark.is-inverted.is-outlined.is-focused { background-color: whitesmoke; color: #363636; }
  715.  
  716. .bulma .button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .bulma .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .bulma .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .bulma .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after { border-color: transparent transparent #363636 #363636 !important; }
  717.  
  718. .bulma .button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .bulma .button.is-dark.is-inverted.is-outlined { background-color: transparent; border-color: whitesmoke; box-shadow: none; color: whitesmoke; }
  719.  
  720. .bulma .button.is-primary { background-color: #00d1b2; border-color: transparent; color: #fff; }
  721.  
  722. .bulma .button.is-primary:hover, .bulma .button.is-primary.is-hovered { background-color: #00c4a7; border-color: transparent; color: #fff; }
  723.  
  724. .bulma .button.is-primary:focus, .bulma .button.is-primary.is-focused { border-color: transparent; color: #fff; }
  725.  
  726. .bulma .button.is-primary:focus:not(:active), .bulma .button.is-primary.is-focused:not(:active) { box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); }
  727.  
  728. .bulma .button.is-primary:active, .bulma .button.is-primary.is-active { background-color: #00b89c; border-color: transparent; color: #fff; }
  729.  
  730. .bulma .button.is-primary[disabled], fieldset[disabled] .bulma .button.is-primary { background-color: #00d1b2; border-color: transparent; box-shadow: none; }
  731.  
  732. .bulma .button.is-primary.is-inverted { background-color: #fff; color: #00d1b2; }
  733.  
  734. .bulma .button.is-primary.is-inverted:hover, .bulma .button.is-primary.is-inverted.is-hovered { background-color: #f2f2f2; }
  735.  
  736. .bulma .button.is-primary.is-inverted[disabled], fieldset[disabled] .bulma .button.is-primary.is-inverted { background-color: #fff; border-color: transparent; box-shadow: none; color: #00d1b2; }
  737.  
  738. .bulma .button.is-primary.is-loading::after { border-color: transparent transparent #fff #fff !important; }
  739.  
  740. .bulma .button.is-primary.is-outlined { background-color: transparent; border-color: #00d1b2; color: #00d1b2; }
  741.  
  742. .bulma .button.is-primary.is-outlined:hover, .bulma .button.is-primary.is-outlined.is-hovered, .bulma .button.is-primary.is-outlined:focus, .bulma .button.is-primary.is-outlined.is-focused { background-color: #00d1b2; border-color: #00d1b2; color: #fff; }
  743.  
  744. .bulma .button.is-primary.is-outlined.is-loading::after { border-color: transparent transparent #00d1b2 #00d1b2 !important; }
  745.  
  746. .bulma .button.is-primary.is-outlined.is-loading:hover::after, .bulma .button.is-primary.is-outlined.is-loading.is-hovered::after, .bulma .button.is-primary.is-outlined.is-loading:focus::after, .bulma .button.is-primary.is-outlined.is-loading.is-focused::after { border-color: transparent transparent #fff #fff !important; }
  747.  
  748. .bulma .button.is-primary.is-outlined[disabled], fieldset[disabled] .bulma .button.is-primary.is-outlined { background-color: transparent; border-color: #00d1b2; box-shadow: none; color: #00d1b2; }
  749.  
  750. .bulma .button.is-primary.is-inverted.is-outlined { background-color: transparent; border-color: #fff; color: #fff; }
  751.  
  752. .bulma .button.is-primary.is-inverted.is-outlined:hover, .bulma .button.is-primary.is-inverted.is-outlined.is-hovered, .bulma .button.is-primary.is-inverted.is-outlined:focus, .bulma .button.is-primary.is-inverted.is-outlined.is-focused { background-color: #fff; color: #00d1b2; }
  753.  
  754. .bulma .button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .bulma .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .bulma .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .bulma .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after { border-color: transparent transparent #00d1b2 #00d1b2 !important; }
  755.  
  756. .bulma .button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .bulma .button.is-primary.is-inverted.is-outlined { background-color: transparent; border-color: #fff; box-shadow: none; color: #fff; }
  757.  
  758. .bulma .button.is-link { background-color: #3273dc; border-color: transparent; color: #fff; }
  759.  
  760. .bulma .button.is-link:hover, .bulma .button.is-link.is-hovered { background-color: #276cda; border-color: transparent; color: #fff; }
  761.  
  762. .bulma .button.is-link:focus, .bulma .button.is-link.is-focused { border-color: transparent; color: #fff; }
  763.  
  764. .bulma .button.is-link:focus:not(:active), .bulma .button.is-link.is-focused:not(:active) { box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
  765.  
  766. .bulma .button.is-link:active, .bulma .button.is-link.is-active { background-color: #2366d1; border-color: transparent; color: #fff; }
  767.  
  768. .bulma .button.is-link[disabled], fieldset[disabled] .bulma .button.is-link { background-color: #3273dc; border-color: transparent; box-shadow: none; }
  769.  
  770. .bulma .button.is-link.is-inverted { background-color: #fff; color: #3273dc; }
  771.  
  772. .bulma .button.is-link.is-inverted:hover, .bulma .button.is-link.is-inverted.is-hovered { background-color: #f2f2f2; }
  773.  
  774. .bulma .button.is-link.is-inverted[disabled], fieldset[disabled] .bulma .button.is-link.is-inverted { background-color: #fff; border-color: transparent; box-shadow: none; color: #3273dc; }
  775.  
  776. .bulma .button.is-link.is-loading::after { border-color: transparent transparent #fff #fff !important; }
  777.  
  778. .bulma .button.is-link.is-outlined { background-color: transparent; border-color: #3273dc; color: #3273dc; }
  779.  
  780. .bulma .button.is-link.is-outlined:hover, .bulma .button.is-link.is-outlined.is-hovered, .bulma .button.is-link.is-outlined:focus, .bulma .button.is-link.is-outlined.is-focused { background-color: #3273dc; border-color: #3273dc; color: #fff; }
  781.  
  782. .bulma .button.is-link.is-outlined.is-loading::after { border-color: transparent transparent #3273dc #3273dc !important; }
  783.  
  784. .bulma .button.is-link.is-outlined.is-loading:hover::after, .bulma .button.is-link.is-outlined.is-loading.is-hovered::after, .bulma .button.is-link.is-outlined.is-loading:focus::after, .bulma .button.is-link.is-outlined.is-loading.is-focused::after { border-color: transparent transparent #fff #fff !important; }
  785.  
  786. .bulma .button.is-link.is-outlined[disabled], fieldset[disabled] .bulma .button.is-link.is-outlined { background-color: transparent; border-color: #3273dc; box-shadow: none; color: #3273dc; }
  787.  
  788. .bulma .button.is-link.is-inverted.is-outlined { background-color: transparent; border-color: #fff; color: #fff; }
  789.  
  790. .bulma .button.is-link.is-inverted.is-outlined:hover, .bulma .button.is-link.is-inverted.is-outlined.is-hovered, .bulma .button.is-link.is-inverted.is-outlined:focus, .bulma .button.is-link.is-inverted.is-outlined.is-focused { background-color: #fff; color: #3273dc; }
  791.  
  792. .bulma .button.is-link.is-inverted.is-outlined.is-loading:hover::after, .bulma .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .bulma .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .bulma .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after { border-color: transparent transparent #3273dc #3273dc !important; }
  793.  
  794. .bulma .button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .bulma .button.is-link.is-inverted.is-outlined { background-color: transparent; border-color: #fff; box-shadow: none; color: #fff; }
  795.  
  796. .bulma .button.is-info { background-color: #209cee; border-color: transparent; color: #fff; }
  797.  
  798. .bulma .button.is-info:hover, .bulma .button.is-info.is-hovered { background-color: #1496ed; border-color: transparent; color: #fff; }
  799.  
  800. .bulma .button.is-info:focus, .bulma .button.is-info.is-focused { border-color: transparent; color: #fff; }
  801.  
  802. .bulma .button.is-info:focus:not(:active), .bulma .button.is-info.is-focused:not(:active) { box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
  803.  
  804. .bulma .button.is-info:active, .bulma .button.is-info.is-active { background-color: #118fe4; border-color: transparent; color: #fff; }
  805.  
  806. .bulma .button.is-info[disabled], fieldset[disabled] .bulma .button.is-info { background-color: #209cee; border-color: transparent; box-shadow: none; }
  807.  
  808. .bulma .button.is-info.is-inverted { background-color: #fff; color: #209cee; }
  809.  
  810. .bulma .button.is-info.is-inverted:hover, .bulma .button.is-info.is-inverted.is-hovered { background-color: #f2f2f2; }
  811.  
  812. .bulma .button.is-info.is-inverted[disabled], fieldset[disabled] .bulma .button.is-info.is-inverted { background-color: #fff; border-color: transparent; box-shadow: none; color: #209cee; }
  813.  
  814. .bulma .button.is-info.is-loading::after { border-color: transparent transparent #fff #fff !important; }
  815.  
  816. .bulma .button.is-info.is-outlined { background-color: transparent; border-color: #209cee; color: #209cee; }
  817.  
  818. .bulma .button.is-info.is-outlined:hover, .bulma .button.is-info.is-outlined.is-hovered, .bulma .button.is-info.is-outlined:focus, .bulma .button.is-info.is-outlined.is-focused { background-color: #209cee; border-color: #209cee; color: #fff; }
  819.  
  820. .bulma .button.is-info.is-outlined.is-loading::after { border-color: transparent transparent #209cee #209cee !important; }
  821.  
  822. .bulma .button.is-info.is-outlined.is-loading:hover::after, .bulma .button.is-info.is-outlined.is-loading.is-hovered::after, .bulma .button.is-info.is-outlined.is-loading:focus::after, .bulma .button.is-info.is-outlined.is-loading.is-focused::after { border-color: transparent transparent #fff #fff !important; }
  823.  
  824. .bulma .button.is-info.is-outlined[disabled], fieldset[disabled] .bulma .button.is-info.is-outlined { background-color: transparent; border-color: #209cee; box-shadow: none; color: #209cee; }
  825.  
  826. .bulma .button.is-info.is-inverted.is-outlined { background-color: transparent; border-color: #fff; color: #fff; }
  827.  
  828. .bulma .button.is-info.is-inverted.is-outlined:hover, .bulma .button.is-info.is-inverted.is-outlined.is-hovered, .bulma .button.is-info.is-inverted.is-outlined:focus, .bulma .button.is-info.is-inverted.is-outlined.is-focused { background-color: #fff; color: #209cee; }
  829.  
  830. .bulma .button.is-info.is-inverted.is-outlined.is-loading:hover::after, .bulma .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .bulma .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .bulma .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after { border-color: transparent transparent #209cee #209cee !important; }
  831.  
  832. .bulma .button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .bulma .button.is-info.is-inverted.is-outlined { background-color: transparent; border-color: #fff; box-shadow: none; color: #fff; }
  833.  
  834. .bulma .button.is-success { background-color: #23d160; border-color: transparent; color: #fff; }
  835.  
  836. .bulma .button.is-success:hover, .bulma .button.is-success.is-hovered { background-color: #22c65b; border-color: transparent; color: #fff; }
  837.  
  838. .bulma .button.is-success:focus, .bulma .button.is-success.is-focused { border-color: transparent; color: #fff; }
  839.  
  840. .bulma .button.is-success:focus:not(:active), .bulma .button.is-success.is-focused:not(:active) { box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
  841.  
  842. .bulma .button.is-success:active, .bulma .button.is-success.is-active { background-color: #20bc56; border-color: transparent; color: #fff; }
  843.  
  844. .bulma .button.is-success[disabled], fieldset[disabled] .bulma .button.is-success { background-color: #23d160; border-color: transparent; box-shadow: none; }
  845.  
  846. .bulma .button.is-success.is-inverted { background-color: #fff; color: #23d160; }
  847.  
  848. .bulma .button.is-success.is-inverted:hover, .bulma .button.is-success.is-inverted.is-hovered { background-color: #f2f2f2; }
  849.  
  850. .bulma .button.is-success.is-inverted[disabled], fieldset[disabled] .bulma .button.is-success.is-inverted { background-color: #fff; border-color: transparent; box-shadow: none; color: #23d160; }
  851.  
  852. .bulma .button.is-success.is-loading::after { border-color: transparent transparent #fff #fff !important; }
  853.  
  854. .bulma .button.is-success.is-outlined { background-color: transparent; border-color: #23d160; color: #23d160; }
  855.  
  856. .bulma .button.is-success.is-outlined:hover, .bulma .button.is-success.is-outlined.is-hovered, .bulma .button.is-success.is-outlined:focus, .bulma .button.is-success.is-outlined.is-focused { background-color: #23d160; border-color: #23d160; color: #fff; }
  857.  
  858. .bulma .button.is-success.is-outlined.is-loading::after { border-color: transparent transparent #23d160 #23d160 !important; }
  859.  
  860. .bulma .button.is-success.is-outlined.is-loading:hover::after, .bulma .button.is-success.is-outlined.is-loading.is-hovered::after, .bulma .button.is-success.is-outlined.is-loading:focus::after, .bulma .button.is-success.is-outlined.is-loading.is-focused::after { border-color: transparent transparent #fff #fff !important; }
  861.  
  862. .bulma .button.is-success.is-outlined[disabled], fieldset[disabled] .bulma .button.is-success.is-outlined { background-color: transparent; border-color: #23d160; box-shadow: none; color: #23d160; }
  863.  
  864. .bulma .button.is-success.is-inverted.is-outlined { background-color: transparent; border-color: #fff; color: #fff; }
  865.  
  866. .bulma .button.is-success.is-inverted.is-outlined:hover, .bulma .button.is-success.is-inverted.is-outlined.is-hovered, .bulma .button.is-success.is-inverted.is-outlined:focus, .bulma .button.is-success.is-inverted.is-outlined.is-focused { background-color: #fff; color: #23d160; }
  867.  
  868. .bulma .button.is-success.is-inverted.is-outlined.is-loading:hover::after, .bulma .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .bulma .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .bulma .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after { border-color: transparent transparent #23d160 #23d160 !important; }
  869.  
  870. .bulma .button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .bulma .button.is-success.is-inverted.is-outlined { background-color: transparent; border-color: #fff; box-shadow: none; color: #fff; }
  871.  
  872. .bulma .button.is-warning { background-color: #ffdd57; border-color: transparent; color: rgba(0, 0, 0, 0.7); }
  873.  
  874. .bulma .button.is-warning:hover, .bulma .button.is-warning.is-hovered { background-color: #ffdb4a; border-color: transparent; color: rgba(0, 0, 0, 0.7); }
  875.  
  876. .bulma .button.is-warning:focus, .bulma .button.is-warning.is-focused { border-color: transparent; color: rgba(0, 0, 0, 0.7); }
  877.  
  878. .bulma .button.is-warning:focus:not(:active), .bulma .button.is-warning.is-focused:not(:active) { box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
  879.  
  880. .bulma .button.is-warning:active, .bulma .button.is-warning.is-active { background-color: #ffd83d; border-color: transparent; color: rgba(0, 0, 0, 0.7); }
  881.  
  882. .bulma .button.is-warning[disabled], fieldset[disabled] .bulma .button.is-warning { background-color: #ffdd57; border-color: transparent; box-shadow: none; }
  883.  
  884. .bulma .button.is-warning.is-inverted { background-color: rgba(0, 0, 0, 0.7); color: #ffdd57; }
  885.  
  886. .bulma .button.is-warning.is-inverted:hover, .bulma .button.is-warning.is-inverted.is-hovered { background-color: rgba(0, 0, 0, 0.7); }
  887.  
  888. .bulma .button.is-warning.is-inverted[disabled], fieldset[disabled] .bulma .button.is-warning.is-inverted { background-color: rgba(0, 0, 0, 0.7); border-color: transparent; box-shadow: none; color: #ffdd57; }
  889.  
  890. .bulma .button.is-warning.is-loading::after { border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
  891.  
  892. .bulma .button.is-warning.is-outlined { background-color: transparent; border-color: #ffdd57; color: #ffdd57; }
  893.  
  894. .bulma .button.is-warning.is-outlined:hover, .bulma .button.is-warning.is-outlined.is-hovered, .bulma .button.is-warning.is-outlined:focus, .bulma .button.is-warning.is-outlined.is-focused { background-color: #ffdd57; border-color: #ffdd57; color: rgba(0, 0, 0, 0.7); }
  895.  
  896. .bulma .button.is-warning.is-outlined.is-loading::after { border-color: transparent transparent #ffdd57 #ffdd57 !important; }
  897.  
  898. .bulma .button.is-warning.is-outlined.is-loading:hover::after, .bulma .button.is-warning.is-outlined.is-loading.is-hovered::after, .bulma .button.is-warning.is-outlined.is-loading:focus::after, .bulma .button.is-warning.is-outlined.is-loading.is-focused::after { border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
  899.  
  900. .bulma .button.is-warning.is-outlined[disabled], fieldset[disabled] .bulma .button.is-warning.is-outlined { background-color: transparent; border-color: #ffdd57; box-shadow: none; color: #ffdd57; }
  901.  
  902. .bulma .button.is-warning.is-inverted.is-outlined { background-color: transparent; border-color: rgba(0, 0, 0, 0.7); color: rgba(0, 0, 0, 0.7); }
  903.  
  904. .bulma .button.is-warning.is-inverted.is-outlined:hover, .bulma .button.is-warning.is-inverted.is-outlined.is-hovered, .bulma .button.is-warning.is-inverted.is-outlined:focus, .bulma .button.is-warning.is-inverted.is-outlined.is-focused { background-color: rgba(0, 0, 0, 0.7); color: #ffdd57; }
  905.  
  906. .bulma .button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .bulma .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .bulma .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .bulma .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after { border-color: transparent transparent #ffdd57 #ffdd57 !important; }
  907.  
  908. .bulma .button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .bulma .button.is-warning.is-inverted.is-outlined { background-color: transparent; border-color: rgba(0, 0, 0, 0.7); box-shadow: none; color: rgba(0, 0, 0, 0.7); }
  909.  
  910. .bulma .button.is-danger { background-color: #ff3860; border-color: transparent; color: #fff; }
  911.  
  912. .bulma .button.is-danger:hover, .bulma .button.is-danger.is-hovered { background-color: #ff2b56; border-color: transparent; color: #fff; }
  913.  
  914. .bulma .button.is-danger:focus, .bulma .button.is-danger.is-focused { border-color: transparent; color: #fff; }
  915.  
  916. .bulma .button.is-danger:focus:not(:active), .bulma .button.is-danger.is-focused:not(:active) { box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }
  917.  
  918. .bulma .button.is-danger:active, .bulma .button.is-danger.is-active { background-color: #ff1f4b; border-color: transparent; color: #fff; }
  919.  
  920. .bulma .button.is-danger[disabled], fieldset[disabled] .bulma .button.is-danger { background-color: #ff3860; border-color: transparent; box-shadow: none; }
  921.  
  922. .bulma .button.is-danger.is-inverted { background-color: #fff; color: #ff3860; }
  923.  
  924. .bulma .button.is-danger.is-inverted:hover, .bulma .button.is-danger.is-inverted.is-hovered { background-color: #f2f2f2; }
  925.  
  926. .bulma .button.is-danger.is-inverted[disabled], fieldset[disabled] .bulma .button.is-danger.is-inverted { background-color: #fff; border-color: transparent; box-shadow: none; color: #ff3860; }
  927.  
  928. .bulma .button.is-danger.is-loading::after { border-color: transparent transparent #fff #fff !important; }
  929.  
  930. .bulma .button.is-danger.is-outlined { background-color: transparent; border-color: #ff3860; color: #ff3860; }
  931.  
  932. .bulma .button.is-danger.is-outlined:hover, .bulma .button.is-danger.is-outlined.is-hovered, .bulma .button.is-danger.is-outlined:focus, .bulma .button.is-danger.is-outlined.is-focused { background-color: #ff3860; border-color: #ff3860; color: #fff; }
  933.  
  934. .bulma .button.is-danger.is-outlined.is-loading::after { border-color: transparent transparent #ff3860 #ff3860 !important; }
  935.  
  936. .bulma .button.is-danger.is-outlined.is-loading:hover::after, .bulma .button.is-danger.is-outlined.is-loading.is-hovered::after, .bulma .button.is-danger.is-outlined.is-loading:focus::after, .bulma .button.is-danger.is-outlined.is-loading.is-focused::after { border-color: transparent transparent #fff #fff !important; }
  937.  
  938. .bulma .button.is-danger.is-outlined[disabled], fieldset[disabled] .bulma .button.is-danger.is-outlined { background-color: transparent; border-color: #ff3860; box-shadow: none; color: #ff3860; }
  939.  
  940. .bulma .button.is-danger.is-inverted.is-outlined { background-color: transparent; border-color: #fff; color: #fff; }
  941.  
  942. .bulma .button.is-danger.is-inverted.is-outlined:hover, .bulma .button.is-danger.is-inverted.is-outlined.is-hovered, .bulma .button.is-danger.is-inverted.is-outlined:focus, .bulma .button.is-danger.is-inverted.is-outlined.is-focused { background-color: #fff; color: #ff3860; }
  943.  
  944. .bulma .button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .bulma .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .bulma .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .bulma .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after { border-color: transparent transparent #ff3860 #ff3860 !important; }
  945.  
  946. .bulma .button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .bulma .button.is-danger.is-inverted.is-outlined { background-color: transparent; border-color: #fff; box-shadow: none; color: #fff; }
  947.  
  948. .bulma .button.is-small { border-radius: 2px; font-size: 0.75rem; }
  949.  
  950. .bulma .button.is-normal { font-size: 1rem; }
  951.  
  952. .bulma .button.is-medium { font-size: 1.25rem; }
  953.  
  954. .bulma .button.is-large { font-size: 1.5rem; }
  955.  
  956. .bulma .button[disabled], fieldset[disabled] .bulma .button { background-color: white; border-color: #dbdbdb; box-shadow: none; opacity: 0.5; }
  957.  
  958. .bulma .button.is-fullwidth { display: flex; width: 100%; }
  959.  
  960. .bulma .button.is-loading { color: transparent !important; pointer-events: none; }
  961.  
  962. .bulma .button.is-loading::after { position: absolute; left: calc(50% - (1em / 2)); top: calc(50% - (1em / 2)); position: absolute !important; }
  963.  
  964. .bulma .button.is-static { background-color: whitesmoke; border-color: #dbdbdb; color: #7a7a7a; box-shadow: none; pointer-events: none; }
  965.  
  966. .bulma .button.is-rounded { border-radius: 290486px; padding-left: 1em; padding-right: 1em; }
  967.  
  968. .bulma .buttons { align-items: center; display: flex; flex-wrap: wrap; justify-content: flex-start; }
  969.  
  970. .bulma .buttons .button { margin-bottom: 0.5rem; }
  971.  
  972. .bulma .buttons .button:not(:last-child):not(.is-fullwidth) { margin-right: 0.5rem; }
  973.  
  974. .bulma .buttons:last-child { margin-bottom: -0.5rem; }
  975.  
  976. .bulma .buttons:not(:last-child) { margin-bottom: 1rem; }
  977.  
  978. .bulma .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) { border-radius: 2px; font-size: 0.75rem; }
  979.  
  980. .bulma .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) { font-size: 1.25rem; }
  981.  
  982. .bulma .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) { font-size: 1.5rem; }
  983.  
  984. .bulma .buttons.has-addons .button:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; }
  985.  
  986. .bulma .buttons.has-addons .button:not(:last-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; margin-right: -1px; }
  987.  
  988. .bulma .buttons.has-addons .button:last-child { margin-right: 0; }
  989.  
  990. .bulma .buttons.has-addons .button:hover, .bulma .buttons.has-addons .button.is-hovered { z-index: 2; }
  991.  
  992. .bulma .buttons.has-addons .button:focus, .bulma .buttons.has-addons .button.is-focused, .bulma .buttons.has-addons .button:active, .bulma .buttons.has-addons .button.is-active, .bulma .buttons.has-addons .button.is-selected { z-index: 3; }
  993.  
  994. .bulma .buttons.has-addons .button:focus:hover, .bulma .buttons.has-addons .button.is-focused:hover, .bulma .buttons.has-addons .button:active:hover, .bulma .buttons.has-addons .button.is-active:hover, .bulma .buttons.has-addons .button.is-selected:hover { z-index: 4; }
  995.  
  996. .bulma .buttons.has-addons .button.is-expanded { flex-grow: 1; flex-shrink: 1; }
  997.  
  998. .bulma .buttons.is-centered { justify-content: center; }
  999.  
  1000. .bulma .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) { margin-left: 0.25rem; margin-right: 0.25rem; }
  1001.  
  1002. .bulma .buttons.is-right { justify-content: flex-end; }
  1003.  
  1004. .bulma .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) { margin-left: 0.25rem; margin-right: 0.25rem; }
  1005.  
  1006. .bulma .container { flex-grow: 1; margin: 0 auto; position: relative; width: auto; }
  1007.  
  1008. @media screen and (min-width: 1024px) { .bulma .container { max-width: 960px; }
  1009. .bulma .container.is-fluid { margin-left: 32px; margin-right: 32px; max-width: none; } }
  1010.  
  1011. @media screen and (max-width: 1215px) { .bulma .container.is-widescreen { max-width: 1152px; } }
  1012.  
  1013. @media screen and (max-width: 1407px) { .bulma .container.is-fullhd { max-width: 1344px; } }
  1014.  
  1015. @media screen and (min-width: 1216px) { .bulma .container { max-width: 1152px; } }
  1016.  
  1017. @media screen and (min-width: 1408px) { .bulma .container { max-width: 1344px; } }
  1018.  
  1019. .bulma .content li + li { margin-top: 0.25em; }
  1020.  
  1021. .bulma .content p:not(:last-child), .bulma .content dl:not(:last-child), .bulma .content ol:not(:last-child), .bulma .content ul:not(:last-child), .bulma .content blockquote:not(:last-child), .bulma .content pre:not(:last-child), .bulma .content table:not(:last-child) { margin-bottom: 1em; }
  1022.  
  1023. .bulma .content h1, .bulma .content h2, .bulma .content h3, .bulma .content h4, .bulma .content h5, .bulma .content h6 { color: #363636; font-weight: 600; line-height: 1.125; }
  1024.  
  1025. .bulma .content h1 { font-size: 2em; margin-bottom: 0.5em; }
  1026.  
  1027. .bulma .content h1:not(:first-child) { margin-top: 1em; }
  1028.  
  1029. .bulma .content h2 { font-size: 1.75em; margin-bottom: 0.5714em; }
  1030.  
  1031. .bulma .content h2:not(:first-child) { margin-top: 1.1428em; }
  1032.  
  1033. .bulma .content h3 { font-size: 1.5em; margin-bottom: 0.6666em; }
  1034.  
  1035. .bulma .content h3:not(:first-child) { margin-top: 1.3333em; }
  1036.  
  1037. .bulma .content h4 { font-size: 1.25em; margin-bottom: 0.8em; }
  1038.  
  1039. .bulma .content h5 { font-size: 1.125em; margin-bottom: 0.8888em; }
  1040.  
  1041. .bulma .content h6 { font-size: 1em; margin-bottom: 1em; }
  1042.  
  1043. .bulma .content blockquote { background-color: whitesmoke; border-left: 5px solid #dbdbdb; padding: 1.25em 1.5em; }
  1044.  
  1045. .bulma .content ol { list-style-position: outside; margin-left: 2em; margin-top: 1em; }
  1046.  
  1047. .bulma .content ol:not([type]) { list-style-type: decimal; }
  1048.  
  1049. .bulma .content ol:not([type]).is-lower-alpha { list-style-type: lower-alpha; }
  1050.  
  1051. .bulma .content ol:not([type]).is-lower-roman { list-style-type: lower-roman; }
  1052.  
  1053. .bulma .content ol:not([type]).is-upper-alpha { list-style-type: upper-alpha; }
  1054.  
  1055. .bulma .content ol:not([type]).is-upper-roman { list-style-type: upper-roman; }
  1056.  
  1057. .bulma .content ul { list-style: disc outside; margin-left: 2em; margin-top: 1em; }
  1058.  
  1059. .bulma .content ul ul { list-style-type: circle; margin-top: 0.5em; }
  1060.  
  1061. .bulma .content ul ul ul { list-style-type: square; }
  1062.  
  1063. .bulma .content dd { margin-left: 2em; }
  1064.  
  1065. .bulma .content figure { margin-left: 2em; margin-right: 2em; text-align: center; }
  1066.  
  1067. .bulma .content figure:not(:first-child) { margin-top: 2em; }
  1068.  
  1069. .bulma .content figure:not(:last-child) { margin-bottom: 2em; }
  1070.  
  1071. .bulma .content figure img { display: inline-block; }
  1072.  
  1073. .bulma .content figure figcaption { font-style: italic; }
  1074.  
  1075. .bulma .content pre { -webkit-overflow-scrolling: touch; overflow-x: auto; padding: 1.25em 1.5em; white-space: pre; word-wrap: normal; }
  1076.  
  1077. .bulma .content sup, .bulma .content sub { font-size: 75%; }
  1078.  
  1079. .bulma .content table { width: 100%; }
  1080.  
  1081. .bulma .content table td, .bulma .content table th { border: 1px solid #dbdbdb; border-width: 0 0 1px; padding: 0.5em 0.75em; vertical-align: top; }
  1082.  
  1083. .bulma .content table th { color: #363636; }
  1084.  
  1085. .bulma .content table th:not([align]) { text-align: left; }
  1086.  
  1087. .bulma .content table thead td, .bulma .content table thead th { border-width: 0 0 2px; color: #363636; }
  1088.  
  1089. .bulma .content table tfoot td, .bulma .content table tfoot th { border-width: 2px 0 0; color: #363636; }
  1090.  
  1091. .bulma .content table tbody tr:last-child td, .bulma .content table tbody tr:last-child th { border-bottom-width: 0; }
  1092.  
  1093. .bulma .content .tabs li + li { margin-top: 0; }
  1094.  
  1095. .bulma .content.is-small { font-size: 0.75rem; }
  1096.  
  1097. .bulma .content.is-medium { font-size: 1.25rem; }
  1098.  
  1099. .bulma .content.is-large { font-size: 1.5rem; }
  1100.  
  1101. .bulma .icon { align-items: center; display: inline-flex; justify-content: center; height: 1.5rem; width: 1.5rem; }
  1102.  
  1103. .bulma .icon.is-small { height: 1rem; width: 1rem; }
  1104.  
  1105. .bulma .icon.is-medium { height: 2rem; width: 2rem; }
  1106.  
  1107. .bulma .icon.is-large { height: 3rem; width: 3rem; }
  1108.  
  1109. .bulma .image { display: block; position: relative; }
  1110.  
  1111. .bulma .image img { display: block; height: auto; width: 100%; }
  1112.  
  1113. .bulma .image img.is-rounded { border-radius: 290486px; }
  1114.  
  1115. .bulma .image.is-square img, .bulma .image.is-square .has-ratio, .bulma .image.is-1by1 img, .bulma .image.is-1by1 .has-ratio, .bulma .image.is-5by4 img, .bulma .image.is-5by4 .has-ratio, .bulma .image.is-4by3 img, .bulma .image.is-4by3 .has-ratio, .bulma .image.is-3by2 img, .bulma .image.is-3by2 .has-ratio, .bulma .image.is-5by3 img, .bulma .image.is-5by3 .has-ratio, .bulma .image.is-16by9 img, .bulma .image.is-16by9 .has-ratio, .bulma .image.is-2by1 img, .bulma .image.is-2by1 .has-ratio, .bulma .image.is-3by1 img, .bulma .image.is-3by1 .has-ratio, .bulma .image.is-4by5 img, .bulma .image.is-4by5 .has-ratio, .bulma .image.is-3by4 img, .bulma .image.is-3by4 .has-ratio, .bulma .image.is-2by3 img, .bulma .image.is-2by3 .has-ratio, .bulma .image.is-3by5 img, .bulma .image.is-3by5 .has-ratio, .bulma .image.is-9by16 img, .bulma .image.is-9by16 .has-ratio, .bulma .image.is-1by2 img, .bulma .image.is-1by2 .has-ratio, .bulma .image.is-1by3 img, .bulma .image.is-1by3 .has-ratio { height: 100%; width: 100%; }
  1116.  
  1117. .bulma .image.is-square, .bulma .image.is-1by1 { padding-top: 100%; }
  1118.  
  1119. .bulma .image.is-5by4 { padding-top: 80%; }
  1120.  
  1121. .bulma .image.is-4by3 { padding-top: 75%; }
  1122.  
  1123. .bulma .image.is-3by2 { padding-top: 66.6666%; }
  1124.  
  1125. .bulma .image.is-5by3 { padding-top: 60%; }
  1126.  
  1127. .bulma .image.is-16by9 { padding-top: 56.25%; }
  1128.  
  1129. .bulma .image.is-2by1 { padding-top: 50%; }
  1130.  
  1131. .bulma .image.is-3by1 { padding-top: 33.3333%; }
  1132.  
  1133. .bulma .image.is-4by5 { padding-top: 125%; }
  1134.  
  1135. .bulma .image.is-3by4 { padding-top: 133.3333%; }
  1136.  
  1137. .bulma .image.is-2by3 { padding-top: 150%; }
  1138.  
  1139. .bulma .image.is-3by5 { padding-top: 166.6666%; }
  1140.  
  1141. .bulma .image.is-9by16 { padding-top: 177.7777%; }
  1142.  
  1143. .bulma .image.is-1by2 { padding-top: 200%; }
  1144.  
  1145. .bulma .image.is-1by3 { padding-top: 300%; }
  1146.  
  1147. .bulma .image.is-16x16 { height: 16px; width: 16px; }
  1148.  
  1149. .bulma .image.is-24x24 { height: 24px; width: 24px; }
  1150.  
  1151. .bulma .image.is-32x32 { height: 32px; width: 32px; }
  1152.  
  1153. .bulma .image.is-48x48 { height: 48px; width: 48px; }
  1154.  
  1155. .bulma .image.is-64x64 { height: 64px; width: 64px; }
  1156.  
  1157. .bulma .image.is-96x96 { height: 96px; width: 96px; }
  1158.  
  1159. .bulma .image.is-128x128 { height: 128px; width: 128px; }
  1160.  
  1161. .bulma .notification { background-color: whitesmoke; border-radius: 4px; padding: 1.25rem 2.5rem 1.25rem 1.5rem; position: relative; }
  1162.  
  1163. .bulma .notification a:not(.button):not(.dropdown-item) { color: currentColor; text-decoration: underline; }
  1164.  
  1165. .bulma .notification strong { color: currentColor; }
  1166.  
  1167. .bulma .notification code, .bulma .notification pre { background: white; }
  1168.  
  1169. .bulma .notification pre code { background: transparent; }
  1170.  
  1171. .bulma .notification > .delete { position: absolute; right: 0.5rem; top: 0.5rem; }
  1172.  
  1173. .bulma .notification .title, .bulma .notification .subtitle, .bulma .notification .content { color: currentColor; }
  1174.  
  1175. .bulma .notification.is-white { background-color: white; color: #0a0a0a; }
  1176.  
  1177. .bulma .notification.is-black { background-color: #0a0a0a; color: white; }
  1178.  
  1179. .bulma .notification.is-light { background-color: whitesmoke; color: #363636; }
  1180.  
  1181. .bulma .notification.is-dark { background-color: #363636; color: whitesmoke; }
  1182.  
  1183. .bulma .notification.is-primary { background-color: #00d1b2; color: #fff; }
  1184.  
  1185. .bulma .notification.is-link { background-color: #3273dc; color: #fff; }
  1186.  
  1187. .bulma .notification.is-info { background-color: #209cee; color: #fff; }
  1188.  
  1189. .bulma .notification.is-success { background-color: #23d160; color: #fff; }
  1190.  
  1191. .bulma .notification.is-warning { background-color: #ffdd57; color: rgba(0, 0, 0, 0.7); }
  1192.  
  1193. .bulma .notification.is-danger { background-color: #ff3860; color: #fff; }
  1194.  
  1195. .bulma .progress { -moz-appearance: none; -webkit-appearance: none; border: none; border-radius: 290486px; display: block; height: 1rem; overflow: hidden; padding: 0; width: 100%; }
  1196.  
  1197. .bulma .progress::-webkit-progress-bar { background-color: #dbdbdb; }
  1198.  
  1199. .bulma .progress::-webkit-progress-value { background-color: #4a4a4a; }
  1200.  
  1201. .bulma .progress::-moz-progress-bar { background-color: #4a4a4a; }
  1202.  
  1203. .bulma .progress::-ms-fill { background-color: #4a4a4a; border: none; }
  1204.  
  1205. .bulma .progress.is-white::-webkit-progress-value { background-color: white; }
  1206.  
  1207. .bulma .progress.is-white::-moz-progress-bar { background-color: white; }
  1208.  
  1209. .bulma .progress.is-white::-ms-fill { background-color: white; }
  1210.  
  1211. .bulma .progress.is-white:indeterminate { background-image: linear-gradient(to right, white 30%, #dbdbdb 30%); }
  1212.  
  1213. .bulma .progress.is-black::-webkit-progress-value { background-color: #0a0a0a; }
  1214.  
  1215. .bulma .progress.is-black::-moz-progress-bar { background-color: #0a0a0a; }
  1216.  
  1217. .bulma .progress.is-black::-ms-fill { background-color: #0a0a0a; }
  1218.  
  1219. .bulma .progress.is-black:indeterminate { background-image: linear-gradient(to right, #0a0a0a 30%, #dbdbdb 30%); }
  1220.  
  1221. .bulma .progress.is-light::-webkit-progress-value { background-color: whitesmoke; }
  1222.  
  1223. .bulma .progress.is-light::-moz-progress-bar { background-color: whitesmoke; }
  1224.  
  1225. .bulma .progress.is-light::-ms-fill { background-color: whitesmoke; }
  1226.  
  1227. .bulma .progress.is-light:indeterminate { background-image: linear-gradient(to right, whitesmoke 30%, #dbdbdb 30%); }
  1228.  
  1229. .bulma .progress.is-dark::-webkit-progress-value { background-color: #363636; }
  1230.  
  1231. .bulma .progress.is-dark::-moz-progress-bar { background-color: #363636; }
  1232.  
  1233. .bulma .progress.is-dark::-ms-fill { background-color: #363636; }
  1234.  
  1235. .bulma .progress.is-dark:indeterminate { background-image: linear-gradient(to right, #363636 30%, #dbdbdb 30%); }
  1236.  
  1237. .bulma .progress.is-primary::-webkit-progress-value { background-color: #00d1b2; }
  1238.  
  1239. .bulma .progress.is-primary::-moz-progress-bar { background-color: #00d1b2; }
  1240.  
  1241. .bulma .progress.is-primary::-ms-fill { background-color: #00d1b2; }
  1242.  
  1243. .bulma .progress.is-primary:indeterminate { background-image: linear-gradient(to right, #00d1b2 30%, #dbdbdb 30%); }
  1244.  
  1245. .bulma .progress.is-link::-webkit-progress-value { background-color: #3273dc; }
  1246.  
  1247. .bulma .progress.is-link::-moz-progress-bar { background-color: #3273dc; }
  1248.  
  1249. .bulma .progress.is-link::-ms-fill { background-color: #3273dc; }
  1250.  
  1251. .bulma .progress.is-link:indeterminate { background-image: linear-gradient(to right, #3273dc 30%, #dbdbdb 30%); }
  1252.  
  1253. .bulma .progress.is-info::-webkit-progress-value { background-color: #209cee; }
  1254.  
  1255. .bulma .progress.is-info::-moz-progress-bar { background-color: #209cee; }
  1256.  
  1257. .bulma .progress.is-info::-ms-fill { background-color: #209cee; }
  1258.  
  1259. .bulma .progress.is-info:indeterminate { background-image: linear-gradient(to right, #209cee 30%, #dbdbdb 30%); }
  1260.  
  1261. .bulma .progress.is-success::-webkit-progress-value { background-color: #23d160; }
  1262.  
  1263. .bulma .progress.is-success::-moz-progress-bar { background-color: #23d160; }
  1264.  
  1265. .bulma .progress.is-success::-ms-fill { background-color: #23d160; }
  1266.  
  1267. .bulma .progress.is-success:indeterminate { background-image: linear-gradient(to right, #23d160 30%, #dbdbdb 30%); }
  1268.  
  1269. .bulma .progress.is-warning::-webkit-progress-value { background-color: #ffdd57; }
  1270.  
  1271. .bulma .progress.is-warning::-moz-progress-bar { background-color: #ffdd57; }
  1272.  
  1273. .bulma .progress.is-warning::-ms-fill { background-color: #ffdd57; }
  1274.  
  1275. .bulma .progress.is-warning:indeterminate { background-image: linear-gradient(to right, #ffdd57 30%, #dbdbdb 30%); }
  1276.  
  1277. .bulma .progress.is-danger::-webkit-progress-value { background-color: #ff3860; }
  1278.  
  1279. .bulma .progress.is-danger::-moz-progress-bar { background-color: #ff3860; }
  1280.  
  1281. .bulma .progress.is-danger::-ms-fill { background-color: #ff3860; }
  1282.  
  1283. .bulma .progress.is-danger:indeterminate { background-image: linear-gradient(to right, #ff3860 30%, #dbdbdb 30%); }
  1284.  
  1285. .bulma .progress:indeterminate { animation-duration: 1.5s; animation-iteration-count: infinite; animation-name: moveIndeterminate; animation-timing-function: linear; background-color: #dbdbdb; background-image: linear-gradient(to right, #4a4a4a 30%, #dbdbdb 30%); background-position: top left; background-repeat: no-repeat; background-size: 150% 150%; }
  1286.  
  1287. .bulma .progress:indeterminate::-webkit-progress-bar { background-color: transparent; }
  1288.  
  1289. .bulma .progress:indeterminate::-moz-progress-bar { background-color: transparent; }
  1290.  
  1291. .bulma .progress.is-small { height: 0.75rem; }
  1292.  
  1293. .bulma .progress.is-medium { height: 1.25rem; }
  1294.  
  1295. .bulma .progress.is-large { height: 1.5rem; }
  1296.  
  1297. @keyframes moveIndeterminate { from { background-position: 200% 0; }
  1298. to { background-position: -200% 0; } }
  1299.  
  1300. .bulma .table { background-color: white; color: #363636; }
  1301.  
  1302. .bulma .table td, .bulma .table th { border: 1px solid #dbdbdb; border-width: 0 0 1px; padding: 0.5em 0.75em; vertical-align: top; }
  1303.  
  1304. .bulma .table td.is-white, .bulma .table th.is-white { background-color: white; border-color: white; color: #0a0a0a; }
  1305.  
  1306. .bulma .table td.is-black, .bulma .table th.is-black { background-color: #0a0a0a; border-color: #0a0a0a; color: white; }
  1307.  
  1308. .bulma .table td.is-light, .bulma .table th.is-light { background-color: whitesmoke; border-color: whitesmoke; color: #363636; }
  1309.  
  1310. .bulma .table td.is-dark, .bulma .table th.is-dark { background-color: #363636; border-color: #363636; color: whitesmoke; }
  1311.  
  1312. .bulma .table td.is-primary, .bulma .table th.is-primary { background-color: #00d1b2; border-color: #00d1b2; color: #fff; }
  1313.  
  1314. .bulma .table td.is-link, .bulma .table th.is-link { background-color: #3273dc; border-color: #3273dc; color: #fff; }
  1315.  
  1316. .bulma .table td.is-info, .bulma .table th.is-info { background-color: #209cee; border-color: #209cee; color: #fff; }
  1317.  
  1318. .bulma .table td.is-success, .bulma .table th.is-success { background-color: #23d160; border-color: #23d160; color: #fff; }
  1319.  
  1320. .bulma .table td.is-warning, .bulma .table th.is-warning { background-color: #ffdd57; border-color: #ffdd57; color: rgba(0, 0, 0, 0.7); }
  1321.  
  1322. .bulma .table td.is-danger, .bulma .table th.is-danger { background-color: #ff3860; border-color: #ff3860; color: #fff; }
  1323.  
  1324. .bulma .table td.is-narrow, .bulma .table th.is-narrow { white-space: nowrap; width: 1%; }
  1325.  
  1326. .bulma .table td.is-selected, .bulma .table th.is-selected { background-color: #00d1b2; color: #fff; }
  1327.  
  1328. .bulma .table td.is-selected a, .bulma .table td.is-selected strong, .bulma .table th.is-selected a, .bulma .table th.is-selected strong { color: currentColor; }
  1329.  
  1330. .bulma .table th { color: #363636; }
  1331.  
  1332. .bulma .table th:not([align]) { text-align: left; }
  1333.  
  1334. .bulma .table tr.is-selected { background-color: #00d1b2; color: #fff; }
  1335.  
  1336. .bulma .table tr.is-selected a, .bulma .table tr.is-selected strong { color: currentColor; }
  1337.  
  1338. .bulma .table tr.is-selected td, .bulma .table tr.is-selected th { border-color: #fff; color: currentColor; }
  1339.  
  1340. .bulma .table thead { background-color: transparent; }
  1341.  
  1342. .bulma .table thead td, .bulma .table thead th { border-width: 0 0 2px; color: #363636; }
  1343.  
  1344. .bulma .table tfoot { background-color: transparent; }
  1345.  
  1346. .bulma .table tfoot td, .bulma .table tfoot th { border-width: 2px 0 0; color: #363636; }
  1347.  
  1348. .bulma .table tbody { background-color: transparent; }
  1349.  
  1350. .bulma .table tbody tr:last-child td, .bulma .table tbody tr:last-child th { border-bottom-width: 0; }
  1351.  
  1352. .bulma .table.is-bordered td, .bulma .table.is-bordered th { border-width: 1px; }
  1353.  
  1354. .bulma .table.is-bordered tr:last-child td, .bulma .table.is-bordered tr:last-child th { border-bottom-width: 1px; }
  1355.  
  1356. .bulma .table.is-fullwidth { width: 100%; }
  1357.  
  1358. .bulma .table.is-hoverable tbody tr:not(.is-selected):hover { background-color: #fafafa; }
  1359.  
  1360. .bulma .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover { background-color: #fafafa; }
  1361.  
  1362. .bulma .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) { background-color: whitesmoke; }
  1363.  
  1364. .bulma .table.is-narrow td, .bulma .table.is-narrow th { padding: 0.25em 0.5em; }
  1365.  
  1366. .bulma .table.is-striped tbody tr:not(.is-selected):nth-child(even) { background-color: #fafafa; }
  1367.  
  1368. .bulma .table-container { -webkit-overflow-scrolling: touch; overflow: auto; overflow-y: hidden; max-width: 100%; }
  1369.  
  1370. .bulma .tags { align-items: center; display: flex; flex-wrap: wrap; justify-content: flex-start; }
  1371.  
  1372. .bulma .tags .tag { margin-bottom: 0.5rem; }
  1373.  
  1374. .bulma .tags .tag:not(:last-child) { margin-right: 0.5rem; }
  1375.  
  1376. .bulma .tags:last-child { margin-bottom: -0.5rem; }
  1377.  
  1378. .bulma .tags:not(:last-child) { margin-bottom: 1rem; }
  1379.  
  1380. .bulma .tags.are-medium .tag:not(.is-normal):not(.is-large) { font-size: 1rem; }
  1381.  
  1382. .bulma .tags.are-large .tag:not(.is-normal):not(.is-medium) { font-size: 1.25rem; }
  1383.  
  1384. .bulma .tags.is-centered { justify-content: center; }
  1385.  
  1386. .bulma .tags.is-centered .tag { margin-right: 0.25rem; margin-left: 0.25rem; }
  1387.  
  1388. .bulma .tags.is-right { justify-content: flex-end; }
  1389.  
  1390. .bulma .tags.is-right .tag:not(:first-child) { margin-left: 0.5rem; }
  1391.  
  1392. .bulma .tags.is-right .tag:not(:last-child) { margin-right: 0; }
  1393.  
  1394. .bulma .tags.has-addons .tag { margin-right: 0; }
  1395.  
  1396. .bulma .tags.has-addons .tag:not(:first-child) { margin-left: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; }
  1397.  
  1398. .bulma .tags.has-addons .tag:not(:last-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; }
  1399.  
  1400. .bulma .tag:not(body) { align-items: center; background-color: whitesmoke; border-radius: 4px; color: #4a4a4a; display: inline-flex; font-size: 0.75rem; height: 2em; justify-content: center; line-height: 1.5; padding-left: 0.75em; padding-right: 0.75em; white-space: nowrap; }
  1401.  
  1402. .bulma .tag:not(body) .delete { margin-left: 0.25rem; margin-right: -0.375rem; }
  1403.  
  1404. .bulma .tag:not(body).is-white { background-color: white; color: #0a0a0a; }
  1405.  
  1406. .bulma .tag:not(body).is-black { background-color: #0a0a0a; color: white; }
  1407.  
  1408. .bulma .tag:not(body).is-light { background-color: whitesmoke; color: #363636; }
  1409.  
  1410. .bulma .tag:not(body).is-dark { background-color: #363636; color: whitesmoke; }
  1411.  
  1412. .bulma .tag:not(body).is-primary { background-color: #00d1b2; color: #fff; }
  1413.  
  1414. .bulma .tag:not(body).is-link { background-color: #3273dc; color: #fff; }
  1415.  
  1416. .bulma .tag:not(body).is-info { background-color: #209cee; color: #fff; }
  1417.  
  1418. .bulma .tag:not(body).is-success { background-color: #23d160; color: #fff; }
  1419.  
  1420. .bulma .tag:not(body).is-warning { background-color: #ffdd57; color: rgba(0, 0, 0, 0.7); }
  1421.  
  1422. .bulma .tag:not(body).is-danger { background-color: #ff3860; color: #fff; }
  1423.  
  1424. .bulma .tag:not(body).is-normal { font-size: 0.75rem; }
  1425.  
  1426. .bulma .tag:not(body).is-medium { font-size: 1rem; }
  1427.  
  1428. .bulma .tag:not(body).is-large { font-size: 1.25rem; }
  1429.  
  1430. .bulma .tag:not(body) .icon:first-child:not(:last-child) { margin-left: -0.375em; margin-right: 0.1875em; }
  1431.  
  1432. .bulma .tag:not(body) .icon:last-child:not(:first-child) { margin-left: 0.1875em; margin-right: -0.375em; }
  1433.  
  1434. .bulma .tag:not(body) .icon:first-child:last-child { margin-left: -0.375em; margin-right: -0.375em; }
  1435.  
  1436. .bulma .tag:not(body).is-delete { margin-left: 1px; padding: 0; position: relative; width: 2em; }
  1437.  
  1438. .bulma .tag:not(body).is-delete::before, .bulma .tag:not(body).is-delete::after { background-color: currentColor; content: ""; display: block; left: 50%; position: absolute; top: 50%; transform: translateX(-50%) translateY(-50%) rotate(45deg); transform-origin: center center; }
  1439.  
  1440. .bulma .tag:not(body).is-delete::before { height: 1px; width: 50%; }
  1441.  
  1442. .bulma .tag:not(body).is-delete::after { height: 50%; width: 1px; }
  1443.  
  1444. .bulma .tag:not(body).is-delete:hover, .bulma .tag:not(body).is-delete:focus { background-color: #e8e8e8; }
  1445.  
  1446. .bulma .tag:not(body).is-delete:active { background-color: #dbdbdb; }
  1447.  
  1448. .bulma .tag:not(body).is-rounded { border-radius: 290486px; }
  1449.  
  1450. .bulma a.tag:hover { text-decoration: underline; }
  1451.  
  1452. .bulma .title, .bulma .subtitle { word-break: break-word; }
  1453.  
  1454. .bulma .title em, .bulma .title span, .bulma .subtitle em, .bulma .subtitle span { font-weight: inherit; }
  1455.  
  1456. .bulma .title sub, .bulma .subtitle sub { font-size: 0.75em; }
  1457.  
  1458. .bulma .title sup, .bulma .subtitle sup { font-size: 0.75em; }
  1459.  
  1460. .bulma .title .tag, .bulma .subtitle .tag { vertical-align: middle; }
  1461.  
  1462. .bulma .title { color: #363636; font-size: 2rem; font-weight: 600; line-height: 1.125; }
  1463.  
  1464. .bulma .title strong { color: inherit; font-weight: inherit; }
  1465.  
  1466. .bulma .title + .highlight { margin-top: -0.75rem; }
  1467.  
  1468. .bulma .title:not(.is-spaced) + .subtitle { margin-top: -1.25rem; }
  1469.  
  1470. .bulma .title.is-1 { font-size: 3rem; }
  1471.  
  1472. .bulma .title.is-2 { font-size: 2.5rem; }
  1473.  
  1474. .bulma .title.is-3 { font-size: 2rem; }
  1475.  
  1476. .bulma .title.is-4 { font-size: 1.5rem; }
  1477.  
  1478. .bulma .title.is-5 { font-size: 1.25rem; }
  1479.  
  1480. .bulma .title.is-6 { font-size: 1rem; }
  1481.  
  1482. .bulma .title.is-7 { font-size: 0.75rem; }
  1483.  
  1484. .bulma .subtitle { color: #4a4a4a; font-size: 1.25rem; font-weight: 400; line-height: 1.25; }
  1485.  
  1486. .bulma .subtitle strong { color: #363636; font-weight: 600; }
  1487.  
  1488. .bulma .subtitle:not(.is-spaced) + .title { margin-top: -1.25rem; }
  1489.  
  1490. .bulma .subtitle.is-1 { font-size: 3rem; }
  1491.  
  1492. .bulma .subtitle.is-2 { font-size: 2.5rem; }
  1493.  
  1494. .bulma .subtitle.is-3 { font-size: 2rem; }
  1495.  
  1496. .bulma .subtitle.is-4 { font-size: 1.5rem; }
  1497.  
  1498. .bulma .subtitle.is-5 { font-size: 1.25rem; }
  1499.  
  1500. .bulma .subtitle.is-6 { font-size: 1rem; }
  1501.  
  1502. .bulma .subtitle.is-7 { font-size: 0.75rem; }
  1503.  
  1504. .bulma .heading { display: block; font-size: 11px; letter-spacing: 1px; margin-bottom: 5px; text-transform: uppercase; }
  1505.  
  1506. .bulma .highlight { font-weight: 400; max-width: 100%; overflow: hidden; padding: 0; }
  1507.  
  1508. .bulma .highlight pre { overflow: auto; max-width: 100%; }
  1509.  
  1510. .bulma .number { align-items: center; background-color: whitesmoke; border-radius: 290486px; display: inline-flex; font-size: 1.25rem; height: 2em; justify-content: center; margin-right: 1.5rem; min-width: 2.5em; padding: 0.25rem 0.5rem; text-align: center; vertical-align: top; }
  1511.  
  1512. .bulma .input, .bulma .textarea, .bulma .select select { background-color: white; border-color: #dbdbdb; border-radius: 4px; color: #363636; }
  1513.  
  1514. .bulma .input::-moz-placeholder, .bulma .textarea::-moz-placeholder, .bulma .select select::-moz-placeholder { color: rgba(54, 54, 54, 0.3); }
  1515.  
  1516. .bulma .input::-webkit-input-placeholder, .bulma .textarea::-webkit-input-placeholder, .bulma .select select::-webkit-input-placeholder { color: rgba(54, 54, 54, 0.3); }
  1517.  
  1518. .bulma .input:-moz-placeholder, .bulma .textarea:-moz-placeholder, .bulma .select select:-moz-placeholder { color: rgba(54, 54, 54, 0.3); }
  1519.  
  1520. .bulma .input:-ms-input-placeholder, .bulma .textarea:-ms-input-placeholder, .bulma .select select:-ms-input-placeholder { color: rgba(54, 54, 54, 0.3); }
  1521.  
  1522. .bulma .input:hover, .bulma .textarea:hover, .bulma .select select:hover, .bulma .is-hovered.input, .bulma .is-hovered.textarea, .bulma .select select.is-hovered { border-color: #b5b5b5; }
  1523.  
  1524. .bulma .input:focus, .bulma .textarea:focus, .bulma .select select:focus, .bulma .is-focused.input, .bulma .is-focused.textarea, .bulma .select select.is-focused, .bulma .input:active, .bulma .textarea:active, .bulma .select select:active, .bulma .is-active.input, .bulma .is-active.textarea, .bulma .select select.is-active { border-color: #3273dc; box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
  1525.  
  1526. .bulma .input[disabled], .bulma .textarea[disabled], .bulma .select select[disabled], fieldset[disabled] .bulma .input, fieldset[disabled] .bulma .textarea, fieldset[disabled] .bulma .select select { background-color: whitesmoke; border-color: whitesmoke; box-shadow: none; color: #7a7a7a; }
  1527.  
  1528. .bulma .input[disabled]::-moz-placeholder, .bulma .textarea[disabled]::-moz-placeholder, .bulma .select select[disabled]::-moz-placeholder, fieldset[disabled] .bulma .input::-moz-placeholder, fieldset[disabled] .bulma .textarea::-moz-placeholder, fieldset[disabled] .bulma .select select::-moz-placeholder { color: rgba(122, 122, 122, 0.3); }
  1529.  
  1530. .bulma .input[disabled]::-webkit-input-placeholder, .bulma .textarea[disabled]::-webkit-input-placeholder, .bulma .select select[disabled]::-webkit-input-placeholder, fieldset[disabled] .bulma .input::-webkit-input-placeholder, fieldset[disabled] .bulma .textarea::-webkit-input-placeholder, fieldset[disabled] .bulma .select select::-webkit-input-placeholder { color: rgba(122, 122, 122, 0.3); }
  1531.  
  1532. .bulma .input[disabled]:-moz-placeholder, .bulma .textarea[disabled]:-moz-placeholder, .bulma .select select[disabled]:-moz-placeholder, fieldset[disabled] .bulma .input:-moz-placeholder, fieldset[disabled] .bulma .textarea:-moz-placeholder, fieldset[disabled] .bulma .select select:-moz-placeholder { color: rgba(122, 122, 122, 0.3); }
  1533.  
  1534. .bulma .input[disabled]:-ms-input-placeholder, .bulma .textarea[disabled]:-ms-input-placeholder, .bulma .select select[disabled]:-ms-input-placeholder, fieldset[disabled] .bulma .input:-ms-input-placeholder, fieldset[disabled] .bulma .textarea:-ms-input-placeholder, fieldset[disabled] .bulma .select select:-ms-input-placeholder { color: rgba(122, 122, 122, 0.3); }
  1535.  
  1536. .bulma .input, .bulma .textarea { box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); max-width: 100%; width: 100%; }
  1537.  
  1538. .bulma .input[readonly], .bulma .textarea[readonly] { box-shadow: none; }
  1539.  
  1540. .bulma .is-white.input, .bulma .is-white.textarea { border-color: white; }
  1541.  
  1542. .bulma .is-white.input:focus, .bulma .is-white.textarea:focus, .bulma .is-white.is-focused.input, .bulma .is-white.is-focused.textarea, .bulma .is-white.input:active, .bulma .is-white.textarea:active, .bulma .is-white.is-active.input, .bulma .is-white.is-active.textarea { box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
  1543.  
  1544. .bulma .is-black.input, .bulma .is-black.textarea { border-color: #0a0a0a; }
  1545.  
  1546. .bulma .is-black.input:focus, .bulma .is-black.textarea:focus, .bulma .is-black.is-focused.input, .bulma .is-black.is-focused.textarea, .bulma .is-black.input:active, .bulma .is-black.textarea:active, .bulma .is-black.is-active.input, .bulma .is-black.is-active.textarea { box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
  1547.  
  1548. .bulma .is-light.input, .bulma .is-light.textarea { border-color: whitesmoke; }
  1549.  
  1550. .bulma .is-light.input:focus, .bulma .is-light.textarea:focus, .bulma .is-light.is-focused.input, .bulma .is-light.is-focused.textarea, .bulma .is-light.input:active, .bulma .is-light.textarea:active, .bulma .is-light.is-active.input, .bulma .is-light.is-active.textarea { box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
  1551.  
  1552. .bulma .is-dark.input, .bulma .is-dark.textarea { border-color: #363636; }
  1553.  
  1554. .bulma .is-dark.input:focus, .bulma .is-dark.textarea:focus, .bulma .is-dark.is-focused.input, .bulma .is-dark.is-focused.textarea, .bulma .is-dark.input:active, .bulma .is-dark.textarea:active, .bulma .is-dark.is-active.input, .bulma .is-dark.is-active.textarea { box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
  1555.  
  1556. .bulma .is-primary.input, .bulma .is-primary.textarea { border-color: #00d1b2; }
  1557.  
  1558. .bulma .is-primary.input:focus, .bulma .is-primary.textarea:focus, .bulma .is-primary.is-focused.input, .bulma .is-primary.is-focused.textarea, .bulma .is-primary.input:active, .bulma .is-primary.textarea:active, .bulma .is-primary.is-active.input, .bulma .is-primary.is-active.textarea { box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); }
  1559.  
  1560. .bulma .is-link.input, .bulma .is-link.textarea { border-color: #3273dc; }
  1561.  
  1562. .bulma .is-link.input:focus, .bulma .is-link.textarea:focus, .bulma .is-link.is-focused.input, .bulma .is-link.is-focused.textarea, .bulma .is-link.input:active, .bulma .is-link.textarea:active, .bulma .is-link.is-active.input, .bulma .is-link.is-active.textarea { box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
  1563.  
  1564. .bulma .is-info.input, .bulma .is-info.textarea { border-color: #209cee; }
  1565.  
  1566. .bulma .is-info.input:focus, .bulma .is-info.textarea:focus, .bulma .is-info.is-focused.input, .bulma .is-info.is-focused.textarea, .bulma .is-info.input:active, .bulma .is-info.textarea:active, .bulma .is-info.is-active.input, .bulma .is-info.is-active.textarea { box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
  1567.  
  1568. .bulma .is-success.input, .bulma .is-success.textarea { border-color: #23d160; }
  1569.  
  1570. .bulma .is-success.input:focus, .bulma .is-success.textarea:focus, .bulma .is-success.is-focused.input, .bulma .is-success.is-focused.textarea, .bulma .is-success.input:active, .bulma .is-success.textarea:active, .bulma .is-success.is-active.input, .bulma .is-success.is-active.textarea { box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
  1571.  
  1572. .bulma .is-warning.input, .bulma .is-warning.textarea { border-color: #ffdd57; }
  1573.  
  1574. .bulma .is-warning.input:focus, .bulma .is-warning.textarea:focus, .bulma .is-warning.is-focused.input, .bulma .is-warning.is-focused.textarea, .bulma .is-warning.input:active, .bulma .is-warning.textarea:active, .bulma .is-warning.is-active.input, .bulma .is-warning.is-active.textarea { box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
  1575.  
  1576. .bulma .is-danger.input, .bulma .is-danger.textarea { border-color: #ff3860; }
  1577.  
  1578. .bulma .is-danger.input:focus, .bulma .is-danger.textarea:focus, .bulma .is-danger.is-focused.input, .bulma .is-danger.is-focused.textarea, .bulma .is-danger.input:active, .bulma .is-danger.textarea:active, .bulma .is-danger.is-active.input, .bulma .is-danger.is-active.textarea { box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }
  1579.  
  1580. .bulma .is-small.input, .bulma .is-small.textarea { border-radius: 2px; font-size: 0.75rem; }
  1581.  
  1582. .bulma .is-medium.input, .bulma .is-medium.textarea { font-size: 1.25rem; }
  1583.  
  1584. .bulma .is-large.input, .bulma .is-large.textarea { font-size: 1.5rem; }
  1585.  
  1586. .bulma .is-fullwidth.input, .bulma .is-fullwidth.textarea { display: block; width: 100%; }
  1587.  
  1588. .bulma .is-inline.input, .bulma .is-inline.textarea { display: inline; width: auto; }
  1589.  
  1590. .bulma .input.is-rounded { border-radius: 290486px; padding-left: 1em; padding-right: 1em; }
  1591.  
  1592. .bulma .input.is-static { background-color: transparent; border-color: transparent; box-shadow: none; padding-left: 0; padding-right: 0; }
  1593.  
  1594. .bulma .textarea { display: block; max-width: 100%; min-width: 100%; padding: 0.625em; resize: vertical; }
  1595.  
  1596. .bulma .textarea:not([rows]) { max-height: 600px; min-height: 120px; }
  1597.  
  1598. .bulma .textarea[rows] { height: initial; }
  1599.  
  1600. .bulma .textarea.has-fixed-size { resize: none; }
  1601.  
  1602. .bulma .checkbox, .bulma .radio { cursor: pointer; display: inline-block; line-height: 1.25; position: relative; }
  1603.  
  1604. .bulma .checkbox input, .bulma .radio input { cursor: pointer; }
  1605.  
  1606. .bulma .checkbox:hover, .bulma .radio:hover { color: #363636; }
  1607.  
  1608. .bulma .checkbox[disabled], .bulma .radio[disabled], fieldset[disabled] .bulma .checkbox, fieldset[disabled] .bulma .radio { color: #7a7a7a; cursor: not-allowed; }
  1609.  
  1610. .bulma .radio + .radio { margin-left: 0.5em; }
  1611.  
  1612. .bulma .select { display: inline-block; max-width: 100%; position: relative; vertical-align: top; }
  1613.  
  1614. .bulma .select:not(.is-multiple) { height: 2.25em; }
  1615.  
  1616. .bulma .select:not(.is-multiple):not(.is-loading)::after { border-color: #3273dc; right: 1.125em; z-index: 4; }
  1617.  
  1618. .bulma .select.is-rounded select { border-radius: 290486px; padding-left: 1em; }
  1619.  
  1620. .bulma .select select { cursor: pointer; display: block; font-size: 1em; max-width: 100%; outline: none; }
  1621.  
  1622. .bulma .select select::-ms-expand { display: none; }
  1623.  
  1624. .bulma .select select[disabled]:hover, fieldset[disabled] .bulma .select select:hover { border-color: whitesmoke; }
  1625.  
  1626. .bulma .select select:not([multiple]) { padding-right: 2.5em; }
  1627.  
  1628. .bulma .select select[multiple] { height: auto; padding: 0; }
  1629.  
  1630. .bulma .select select[multiple] option { padding: 0.5em 1em; }
  1631.  
  1632. .bulma .select:not(.is-multiple):not(.is-loading):hover::after { border-color: #363636; }
  1633.  
  1634. .bulma .select.is-white:not(:hover)::after { border-color: white; }
  1635.  
  1636. .bulma .select.is-white select { border-color: white; }
  1637.  
  1638. .bulma .select.is-white select:hover, .bulma .select.is-white select.is-hovered { border-color: #f2f2f2; }
  1639.  
  1640. .bulma .select.is-white select:focus, .bulma .select.is-white select.is-focused, .bulma .select.is-white select:active, .bulma .select.is-white select.is-active { box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
  1641.  
  1642. .bulma .select.is-black:not(:hover)::after { border-color: #0a0a0a; }
  1643.  
  1644. .bulma .select.is-black select { border-color: #0a0a0a; }
  1645.  
  1646. .bulma .select.is-black select:hover, .bulma .select.is-black select.is-hovered { border-color: black; }
  1647.  
  1648. .bulma .select.is-black select:focus, .bulma .select.is-black select.is-focused, .bulma .select.is-black select:active, .bulma .select.is-black select.is-active { box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
  1649.  
  1650. .bulma .select.is-light:not(:hover)::after { border-color: whitesmoke; }
  1651.  
  1652. .bulma .select.is-light select { border-color: whitesmoke; }
  1653.  
  1654. .bulma .select.is-light select:hover, .bulma .select.is-light select.is-hovered { border-color: #e8e8e8; }
  1655.  
  1656. .bulma .select.is-light select:focus, .bulma .select.is-light select.is-focused, .bulma .select.is-light select:active, .bulma .select.is-light select.is-active { box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
  1657.  
  1658. .bulma .select.is-dark:not(:hover)::after { border-color: #363636; }
  1659.  
  1660. .bulma .select.is-dark select { border-color: #363636; }
  1661.  
  1662. .bulma .select.is-dark select:hover, .bulma .select.is-dark select.is-hovered { border-color: #292929; }
  1663.  
  1664. .bulma .select.is-dark select:focus, .bulma .select.is-dark select.is-focused, .bulma .select.is-dark select:active, .bulma .select.is-dark select.is-active { box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
  1665.  
  1666. .bulma .select.is-primary:not(:hover)::after { border-color: #00d1b2; }
  1667.  
  1668. .bulma .select.is-primary select { border-color: #00d1b2; }
  1669.  
  1670. .bulma .select.is-primary select:hover, .bulma .select.is-primary select.is-hovered { border-color: #00b89c; }
  1671.  
  1672. .bulma .select.is-primary select:focus, .bulma .select.is-primary select.is-focused, .bulma .select.is-primary select:active, .bulma .select.is-primary select.is-active { box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); }
  1673.  
  1674. .bulma .select.is-link:not(:hover)::after { border-color: #3273dc; }
  1675.  
  1676. .bulma .select.is-link select { border-color: #3273dc; }
  1677.  
  1678. .bulma .select.is-link select:hover, .bulma .select.is-link select.is-hovered { border-color: #2366d1; }
  1679.  
  1680. .bulma .select.is-link select:focus, .bulma .select.is-link select.is-focused, .bulma .select.is-link select:active, .bulma .select.is-link select.is-active { box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
  1681.  
  1682. .bulma .select.is-info:not(:hover)::after { border-color: #209cee; }
  1683.  
  1684. .bulma .select.is-info select { border-color: #209cee; }
  1685.  
  1686. .bulma .select.is-info select:hover, .bulma .select.is-info select.is-hovered { border-color: #118fe4; }
  1687.  
  1688. .bulma .select.is-info select:focus, .bulma .select.is-info select.is-focused, .bulma .select.is-info select:active, .bulma .select.is-info select.is-active { box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
  1689.  
  1690. .bulma .select.is-success:not(:hover)::after { border-color: #23d160; }
  1691.  
  1692. .bulma .select.is-success select { border-color: #23d160; }
  1693.  
  1694. .bulma .select.is-success select:hover, .bulma .select.is-success select.is-hovered { border-color: #20bc56; }
  1695.  
  1696. .bulma .select.is-success select:focus, .bulma .select.is-success select.is-focused, .bulma .select.is-success select:active, .bulma .select.is-success select.is-active { box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
  1697.  
  1698. .bulma .select.is-warning:not(:hover)::after { border-color: #ffdd57; }
  1699.  
  1700. .bulma .select.is-warning select { border-color: #ffdd57; }
  1701.  
  1702. .bulma .select.is-warning select:hover, .bulma .select.is-warning select.is-hovered { border-color: #ffd83d; }
  1703.  
  1704. .bulma .select.is-warning select:focus, .bulma .select.is-warning select.is-focused, .bulma .select.is-warning select:active, .bulma .select.is-warning select.is-active { box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
  1705.  
  1706. .bulma .select.is-danger:not(:hover)::after { border-color: #ff3860; }
  1707.  
  1708. .bulma .select.is-danger select { border-color: #ff3860; }
  1709.  
  1710. .bulma .select.is-danger select:hover, .bulma .select.is-danger select.is-hovered { border-color: #ff1f4b; }
  1711.  
  1712. .bulma .select.is-danger select:focus, .bulma .select.is-danger select.is-focused, .bulma .select.is-danger select:active, .bulma .select.is-danger select.is-active { box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }
  1713.  
  1714. .bulma .select.is-small { border-radius: 2px; font-size: 0.75rem; }
  1715.  
  1716. .bulma .select.is-medium { font-size: 1.25rem; }
  1717.  
  1718. .bulma .select.is-large { font-size: 1.5rem; }
  1719.  
  1720. .bulma .select.is-disabled::after { border-color: #7a7a7a; }
  1721.  
  1722. .bulma .select.is-fullwidth { width: 100%; }
  1723.  
  1724. .bulma .select.is-fullwidth select { width: 100%; }
  1725.  
  1726. .bulma .select.is-loading::after { margin-top: 0; position: absolute; right: 0.625em; top: 0.625em; transform: none; }
  1727.  
  1728. .bulma .select.is-loading.is-small:after { font-size: 0.75rem; }
  1729.  
  1730. .bulma .select.is-loading.is-medium:after { font-size: 1.25rem; }
  1731.  
  1732. .bulma .select.is-loading.is-large:after { font-size: 1.5rem; }
  1733.  
  1734. .bulma .file { align-items: stretch; display: flex; justify-content: flex-start; position: relative; }
  1735.  
  1736. .bulma .file.is-white .file-cta { background-color: white; border-color: transparent; color: #0a0a0a; }
  1737.  
  1738. .bulma .file.is-white:hover .file-cta, .bulma .file.is-white.is-hovered .file-cta { background-color: #f9f9f9; border-color: transparent; color: #0a0a0a; }
  1739.  
  1740. .bulma .file.is-white:focus .file-cta, .bulma .file.is-white.is-focused .file-cta { border-color: transparent; box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25); color: #0a0a0a; }
  1741.  
  1742. .bulma .file.is-white:active .file-cta, .bulma .file.is-white.is-active .file-cta { background-color: #f2f2f2; border-color: transparent; color: #0a0a0a; }
  1743.  
  1744. .bulma .file.is-black .file-cta { background-color: #0a0a0a; border-color: transparent; color: white; }
  1745.  
  1746. .bulma .file.is-black:hover .file-cta, .bulma .file.is-black.is-hovered .file-cta { background-color: #040404; border-color: transparent; color: white; }
  1747.  
  1748. .bulma .file.is-black:focus .file-cta, .bulma .file.is-black.is-focused .file-cta { border-color: transparent; box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25); color: white; }
  1749.  
  1750. .bulma .file.is-black:active .file-cta, .bulma .file.is-black.is-active .file-cta { background-color: black; border-color: transparent; color: white; }
  1751.  
  1752. .bulma .file.is-light .file-cta { background-color: whitesmoke; border-color: transparent; color: #363636; }
  1753.  
  1754. .bulma .file.is-light:hover .file-cta, .bulma .file.is-light.is-hovered .file-cta { background-color: #eeeeee; border-color: transparent; color: #363636; }
  1755.  
  1756. .bulma .file.is-light:focus .file-cta, .bulma .file.is-light.is-focused .file-cta { border-color: transparent; box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25); color: #363636; }
  1757.  
  1758. .bulma .file.is-light:active .file-cta, .bulma .file.is-light.is-active .file-cta { background-color: #e8e8e8; border-color: transparent; color: #363636; }
  1759.  
  1760. .bulma .file.is-dark .file-cta { background-color: #363636; border-color: transparent; color: whitesmoke; }
  1761.  
  1762. .bulma .file.is-dark:hover .file-cta, .bulma .file.is-dark.is-hovered .file-cta { background-color: #2f2f2f; border-color: transparent; color: whitesmoke; }
  1763.  
  1764. .bulma .file.is-dark:focus .file-cta, .bulma .file.is-dark.is-focused .file-cta { border-color: transparent; box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25); color: whitesmoke; }
  1765.  
  1766. .bulma .file.is-dark:active .file-cta, .bulma .file.is-dark.is-active .file-cta { background-color: #292929; border-color: transparent; color: whitesmoke; }
  1767.  
  1768. .bulma .file.is-primary .file-cta { background-color: #00d1b2; border-color: transparent; color: #fff; }
  1769.  
  1770. .bulma .file.is-primary:hover .file-cta, .bulma .file.is-primary.is-hovered .file-cta { background-color: #00c4a7; border-color: transparent; color: #fff; }
  1771.  
  1772. .bulma .file.is-primary:focus .file-cta, .bulma .file.is-primary.is-focused .file-cta { border-color: transparent; box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25); color: #fff; }
  1773.  
  1774. .bulma .file.is-primary:active .file-cta, .bulma .file.is-primary.is-active .file-cta { background-color: #00b89c; border-color: transparent; color: #fff; }
  1775.  
  1776. .bulma .file.is-link .file-cta { background-color: #3273dc; border-color: transparent; color: #fff; }
  1777.  
  1778. .bulma .file.is-link:hover .file-cta, .bulma .file.is-link.is-hovered .file-cta { background-color: #276cda; border-color: transparent; color: #fff; }
  1779.  
  1780. .bulma .file.is-link:focus .file-cta, .bulma .file.is-link.is-focused .file-cta { border-color: transparent; box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25); color: #fff; }
  1781.  
  1782. .bulma .file.is-link:active .file-cta, .bulma .file.is-link.is-active .file-cta { background-color: #2366d1; border-color: transparent; color: #fff; }
  1783.  
  1784. .bulma .file.is-info .file-cta { background-color: #209cee; border-color: transparent; color: #fff; }
  1785.  
  1786. .bulma .file.is-info:hover .file-cta, .bulma .file.is-info.is-hovered .file-cta { background-color: #1496ed; border-color: transparent; color: #fff; }
  1787.  
  1788. .bulma .file.is-info:focus .file-cta, .bulma .file.is-info.is-focused .file-cta { border-color: transparent; box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25); color: #fff; }
  1789.  
  1790. .bulma .file.is-info:active .file-cta, .bulma .file.is-info.is-active .file-cta { background-color: #118fe4; border-color: transparent; color: #fff; }
  1791.  
  1792. .bulma .file.is-success .file-cta { background-color: #23d160; border-color: transparent; color: #fff; }
  1793.  
  1794. .bulma .file.is-success:hover .file-cta, .bulma .file.is-success.is-hovered .file-cta { background-color: #22c65b; border-color: transparent; color: #fff; }
  1795.  
  1796. .bulma .file.is-success:focus .file-cta, .bulma .file.is-success.is-focused .file-cta { border-color: transparent; box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25); color: #fff; }
  1797.  
  1798. .bulma .file.is-success:active .file-cta, .bulma .file.is-success.is-active .file-cta { background-color: #20bc56; border-color: transparent; color: #fff; }
  1799.  
  1800. .bulma .file.is-warning .file-cta { background-color: #ffdd57; border-color: transparent; color: rgba(0, 0, 0, 0.7); }
  1801.  
  1802. .bulma .file.is-warning:hover .file-cta, .bulma .file.is-warning.is-hovered .file-cta { background-color: #ffdb4a; border-color: transparent; color: rgba(0, 0, 0, 0.7); }
  1803.  
  1804. .bulma .file.is-warning:focus .file-cta, .bulma .file.is-warning.is-focused .file-cta { border-color: transparent; box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25); color: rgba(0, 0, 0, 0.7); }
  1805.  
  1806. .bulma .file.is-warning:active .file-cta, .bulma .file.is-warning.is-active .file-cta { background-color: #ffd83d; border-color: transparent; color: rgba(0, 0, 0, 0.7); }
  1807.  
  1808. .bulma .file.is-danger .file-cta { background-color: #ff3860; border-color: transparent; color: #fff; }
  1809.  
  1810. .bulma .file.is-danger:hover .file-cta, .bulma .file.is-danger.is-hovered .file-cta { background-color: #ff2b56; border-color: transparent; color: #fff; }
  1811.  
  1812. .bulma .file.is-danger:focus .file-cta, .bulma .file.is-danger.is-focused .file-cta { border-color: transparent; box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25); color: #fff; }
  1813.  
  1814. .bulma .file.is-danger:active .file-cta, .bulma .file.is-danger.is-active .file-cta { background-color: #ff1f4b; border-color: transparent; color: #fff; }
  1815.  
  1816. .bulma .file.is-small { font-size: 0.75rem; }
  1817.  
  1818. .bulma .file.is-medium { font-size: 1.25rem; }
  1819.  
  1820. .bulma .file.is-medium .file-icon .fa { font-size: 21px; }
  1821.  
  1822. .bulma .file.is-large { font-size: 1.5rem; }
  1823.  
  1824. .bulma .file.is-large .file-icon .fa { font-size: 28px; }
  1825.  
  1826. .bulma .file.has-name .file-cta { border-bottom-right-radius: 0; border-top-right-radius: 0; }
  1827.  
  1828. .bulma .file.has-name .file-name { border-bottom-left-radius: 0; border-top-left-radius: 0; }
  1829.  
  1830. .bulma .file.has-name.is-empty .file-cta { border-radius: 4px; }
  1831.  
  1832. .bulma .file.has-name.is-empty .file-name { display: none; }
  1833.  
  1834. .bulma .file.is-boxed .file-label { flex-direction: column; }
  1835.  
  1836. .bulma .file.is-boxed .file-cta { flex-direction: column; height: auto; padding: 1em 3em; }
  1837.  
  1838. .bulma .file.is-boxed .file-name { border-width: 0 1px 1px; }
  1839.  
  1840. .bulma .file.is-boxed .file-icon { height: 1.5em; width: 1.5em; }
  1841.  
  1842. .bulma .file.is-boxed .file-icon .fa { font-size: 21px; }
  1843.  
  1844. .bulma .file.is-boxed.is-small .file-icon .fa { font-size: 14px; }
  1845.  
  1846. .bulma .file.is-boxed.is-medium .file-icon .fa { font-size: 28px; }
  1847.  
  1848. .bulma .file.is-boxed.is-large .file-icon .fa { font-size: 35px; }
  1849.  
  1850. .bulma .file.is-boxed.has-name .file-cta { border-radius: 4px 4px 0 0; }
  1851.  
  1852. .bulma .file.is-boxed.has-name .file-name { border-radius: 0 0 4px 4px; border-width: 0 1px 1px; }
  1853.  
  1854. .bulma .file.is-centered { justify-content: center; }
  1855.  
  1856. .bulma .file.is-fullwidth .file-label { width: 100%; }
  1857.  
  1858. .bulma .file.is-fullwidth .file-name { flex-grow: 1; max-width: none; }
  1859.  
  1860. .bulma .file.is-right { justify-content: flex-end; }
  1861.  
  1862. .bulma .file.is-right .file-cta { border-radius: 0 4px 4px 0; }
  1863.  
  1864. .bulma .file.is-right .file-name { border-radius: 4px 0 0 4px; border-width: 1px 0 1px 1px; order: -1; }
  1865.  
  1866. .bulma .file-label { align-items: stretch; display: flex; cursor: pointer; justify-content: flex-start; overflow: hidden; position: relative; }
  1867.  
  1868. .bulma .file-label:hover .file-cta { background-color: #eeeeee; color: #363636; }
  1869.  
  1870. .bulma .file-label:hover .file-name { border-color: #d5d5d5; }
  1871.  
  1872. .bulma .file-label:active .file-cta { background-color: #e8e8e8; color: #363636; }
  1873.  
  1874. .bulma .file-label:active .file-name { border-color: #cfcfcf; }
  1875.  
  1876. .bulma .file-input { height: 100%; left: 0; opacity: 0; outline: none; position: absolute; top: 0; width: 100%; }
  1877.  
  1878. .bulma .file-cta, .bulma .file-name { border-color: #dbdbdb; border-radius: 4px; font-size: 1em; padding-left: 1em; padding-right: 1em; white-space: nowrap; }
  1879.  
  1880. .bulma .file-cta { background-color: whitesmoke; color: #4a4a4a; }
  1881.  
  1882. .bulma .file-name { border-color: #dbdbdb; border-style: solid; border-width: 1px 1px 1px 0; display: block; max-width: 16em; overflow: hidden; text-align: left; text-overflow: ellipsis; }
  1883.  
  1884. .bulma .file-icon { align-items: center; display: flex; height: 1em; justify-content: center; margin-right: 0.5em; width: 1em; }
  1885.  
  1886. .bulma .file-icon .fa { font-size: 14px; }
  1887.  
  1888. .bulma .label { color: #363636; display: block; font-size: 1rem; font-weight: 700; }
  1889.  
  1890. .bulma .label:not(:last-child) { margin-bottom: 0.5em; }
  1891.  
  1892. .bulma .label.is-small { font-size: 0.75rem; }
  1893.  
  1894. .bulma .label.is-medium { font-size: 1.25rem; }
  1895.  
  1896. .bulma .label.is-large { font-size: 1.5rem; }
  1897.  
  1898. .bulma .help { display: block; font-size: 0.75rem; margin-top: 0.25rem; }
  1899.  
  1900. .bulma .help.is-white { color: white; }
  1901.  
  1902. .bulma .help.is-black { color: #0a0a0a; }
  1903.  
  1904. .bulma .help.is-light { color: whitesmoke; }
  1905.  
  1906. .bulma .help.is-dark { color: #363636; }
  1907.  
  1908. .bulma .help.is-primary { color: #00d1b2; }
  1909.  
  1910. .bulma .help.is-link { color: #3273dc; }
  1911.  
  1912. .bulma .help.is-info { color: #209cee; }
  1913.  
  1914. .bulma .help.is-success { color: #23d160; }
  1915.  
  1916. .bulma .help.is-warning { color: #ffdd57; }
  1917.  
  1918. .bulma .help.is-danger { color: #ff3860; }
  1919.  
  1920. .bulma .field:not(:last-child) { margin-bottom: 0.75rem; }
  1921.  
  1922. .bulma .field.has-addons { display: flex; justify-content: flex-start; }
  1923.  
  1924. .bulma .field.has-addons .control:not(:last-child) { margin-right: -1px; }
  1925.  
  1926. .bulma .field.has-addons .control:not(:first-child):not(:last-child) .button, .bulma .field.has-addons .control:not(:first-child):not(:last-child) .input, .bulma .field.has-addons .control:not(:first-child):not(:last-child) .select select { border-radius: 0; }
  1927.  
  1928. .bulma .field.has-addons .control:first-child:not(:only-child) .button, .bulma .field.has-addons .control:first-child:not(:only-child) .input, .bulma .field.has-addons .control:first-child:not(:only-child) .select select { border-bottom-right-radius: 0; border-top-right-radius: 0; }
  1929.  
  1930. .bulma .field.has-addons .control:last-child:not(:only-child) .button, .bulma .field.has-addons .control:last-child:not(:only-child) .input, .bulma .field.has-addons .control:last-child:not(:only-child) .select select { border-bottom-left-radius: 0; border-top-left-radius: 0; }
  1931.  
  1932. .bulma .field.has-addons .control .button:not([disabled]):hover, .bulma .field.has-addons .control .button:not([disabled]).is-hovered, .bulma .field.has-addons .control .input:not([disabled]):hover, .bulma .field.has-addons .control .input:not([disabled]).is-hovered, .bulma .field.has-addons .control .select select:not([disabled]):hover, .bulma .field.has-addons .control .select select:not([disabled]).is-hovered { z-index: 2; }
  1933.  
  1934. .bulma .field.has-addons .control .button:not([disabled]):focus, .bulma .field.has-addons .control .button:not([disabled]).is-focused, .bulma .field.has-addons .control .button:not([disabled]):active, .bulma .field.has-addons .control .button:not([disabled]).is-active, .bulma .field.has-addons .control .input:not([disabled]):focus, .bulma .field.has-addons .control .input:not([disabled]).is-focused, .bulma .field.has-addons .control .input:not([disabled]):active, .bulma .field.has-addons .control .input:not([disabled]).is-active, .bulma .field.has-addons .control .select select:not([disabled]):focus, .bulma .field.has-addons .control .select select:not([disabled]).is-focused, .bulma .field.has-addons .control .select select:not([disabled]):active, .bulma .field.has-addons .control .select select:not([disabled]).is-active { z-index: 3; }
  1935.  
  1936. .bulma .field.has-addons .control .button:not([disabled]):focus:hover, .bulma .field.has-addons .control .button:not([disabled]).is-focused:hover, .bulma .field.has-addons .control .button:not([disabled]):active:hover, .bulma .field.has-addons .control .button:not([disabled]).is-active:hover, .bulma .field.has-addons .control .input:not([disabled]):focus:hover, .bulma .field.has-addons .control .input:not([disabled]).is-focused:hover, .bulma .field.has-addons .control .input:not([disabled]):active:hover, .bulma .field.has-addons .control .input:not([disabled]).is-active:hover, .bulma .field.has-addons .control .select select:not([disabled]):focus:hover, .bulma .field.has-addons .control .select select:not([disabled]).is-focused:hover, .bulma .field.has-addons .control .select select:not([disabled]):active:hover, .bulma .field.has-addons .control .select select:not([disabled]).is-active:hover { z-index: 4; }
  1937.  
  1938. .bulma .field.has-addons .control.is-expanded { flex-grow: 1; flex-shrink: 1; }
  1939.  
  1940. .bulma .field.has-addons.has-addons-centered { justify-content: center; }
  1941.  
  1942. .bulma .field.has-addons.has-addons-right { justify-content: flex-end; }
  1943.  
  1944. .bulma .field.has-addons.has-addons-fullwidth .control { flex-grow: 1; flex-shrink: 0; }
  1945.  
  1946. .bulma .field.is-grouped { display: flex; justify-content: flex-start; }
  1947.  
  1948. .bulma .field.is-grouped > .control { flex-shrink: 0; }
  1949.  
  1950. .bulma .field.is-grouped > .control:not(:last-child) { margin-bottom: 0; margin-right: 0.75rem; }
  1951.  
  1952. .bulma .field.is-grouped > .control.is-expanded { flex-grow: 1; flex-shrink: 1; }
  1953.  
  1954. .bulma .field.is-grouped.is-grouped-centered { justify-content: center; }
  1955.  
  1956. .bulma .field.is-grouped.is-grouped-right { justify-content: flex-end; }
  1957.  
  1958. .bulma .field.is-grouped.is-grouped-multiline { flex-wrap: wrap; }
  1959.  
  1960. .bulma .field.is-grouped.is-grouped-multiline > .control:last-child, .bulma .field.is-grouped.is-grouped-multiline > .control:not(:last-child) { margin-bottom: 0.75rem; }
  1961.  
  1962. .bulma .field.is-grouped.is-grouped-multiline:last-child { margin-bottom: -0.75rem; }
  1963.  
  1964. .bulma .field.is-grouped.is-grouped-multiline:not(:last-child) { margin-bottom: 0; }
  1965.  
  1966. @media screen and (min-width: 769px), print { .bulma .field.is-horizontal { display: flex; } }
  1967.  
  1968. .bulma .field-label .label { font-size: inherit; }
  1969.  
  1970. @media screen and (max-width: 768px) { .bulma .field-label { margin-bottom: 0.5rem; } }
  1971.  
  1972. @media screen and (min-width: 769px), print { .bulma .field-label { flex-basis: 0; flex-grow: 1; flex-shrink: 0; margin-right: 1.5rem; text-align: right; }
  1973. .bulma .field-label.is-small { font-size: 0.75rem; padding-top: 0.375em; }
  1974. .bulma .field-label.is-normal { padding-top: 0.375em; }
  1975. .bulma .field-label.is-medium { font-size: 1.25rem; padding-top: 0.375em; }
  1976. .bulma .field-label.is-large { font-size: 1.5rem; padding-top: 0.375em; } }
  1977.  
  1978. .bulma .field-body .field .field { margin-bottom: 0; }
  1979.  
  1980. @media screen and (min-width: 769px), print { .bulma .field-body { display: flex; flex-basis: 0; flex-grow: 5; flex-shrink: 1; }
  1981. .bulma .field-body .field { margin-bottom: 0; }
  1982. .bulma .field-body > .field { flex-shrink: 1; }
  1983. .bulma .field-body > .field:not(.is-narrow) { flex-grow: 1; }
  1984. .bulma .field-body > .field:not(:last-child) { margin-right: 0.75rem; } }
  1985.  
  1986. .bulma .control { box-sizing: border-box; clear: both; font-size: 1rem; position: relative; text-align: left; }
  1987.  
  1988. .bulma .control.has-icons-left .input:focus ~ .icon, .bulma .control.has-icons-left .select:focus ~ .icon, .bulma .control.has-icons-right .input:focus ~ .icon, .bulma .control.has-icons-right .select:focus ~ .icon { color: #7a7a7a; }
  1989.  
  1990. .bulma .control.has-icons-left .input.is-small ~ .icon, .bulma .control.has-icons-left .select.is-small ~ .icon, .bulma .control.has-icons-right .input.is-small ~ .icon, .bulma .control.has-icons-right .select.is-small ~ .icon { font-size: 0.75rem; }
  1991.  
  1992. .bulma .control.has-icons-left .input.is-medium ~ .icon, .bulma .control.has-icons-left .select.is-medium ~ .icon, .bulma .control.has-icons-right .input.is-medium ~ .icon, .bulma .control.has-icons-right .select.is-medium ~ .icon { font-size: 1.25rem; }
  1993.  
  1994. .bulma .control.has-icons-left .input.is-large ~ .icon, .bulma .control.has-icons-left .select.is-large ~ .icon, .bulma .control.has-icons-right .input.is-large ~ .icon, .bulma .control.has-icons-right .select.is-large ~ .icon { font-size: 1.5rem; }
  1995.  
  1996. .bulma .control.has-icons-left .icon, .bulma .control.has-icons-right .icon { color: #dbdbdb; height: 2.25em; pointer-events: none; position: absolute; top: 0; width: 2.25em; z-index: 4; }
  1997.  
  1998. .bulma .control.has-icons-left .input, .bulma .control.has-icons-left .select select { padding-left: 2.25em; }
  1999.  
  2000. .bulma .control.has-icons-left .icon.is-left { left: 0; }
  2001.  
  2002. .bulma .control.has-icons-right .input, .bulma .control.has-icons-right .select select { padding-right: 2.25em; }
  2003.  
  2004. .bulma .control.has-icons-right .icon.is-right { right: 0; }
  2005.  
  2006. .bulma .control.is-loading::after { position: absolute !important; right: 0.625em; top: 0.625em; z-index: 4; }
  2007.  
  2008. .bulma .control.is-loading.is-small:after { font-size: 0.75rem; }
  2009.  
  2010. .bulma .control.is-loading.is-medium:after { font-size: 1.25rem; }
  2011.  
  2012. .bulma .control.is-loading.is-large:after { font-size: 1.5rem; }
  2013.  
  2014. .bulma .breadcrumb { font-size: 1rem; white-space: nowrap; }
  2015.  
  2016. .bulma .breadcrumb a { align-items: center; color: #3273dc; display: flex; justify-content: center; padding: 0 0.75em; }
  2017.  
  2018. .bulma .breadcrumb a:hover { color: #363636; }
  2019.  
  2020. .bulma .breadcrumb li { align-items: center; display: flex; }
  2021.  
  2022. .bulma .breadcrumb li:first-child a { padding-left: 0; }
  2023.  
  2024. .bulma .breadcrumb li.is-active a { color: #363636; cursor: default; pointer-events: none; }
  2025.  
  2026. .bulma .breadcrumb li + li::before { color: #b5b5b5; content: "\\0002f"; }
  2027.  
  2028. .bulma .breadcrumb ul, .bulma .breadcrumb ol { align-items: flex-start; display: flex; flex-wrap: wrap; justify-content: flex-start; }
  2029.  
  2030. .bulma .breadcrumb .icon:first-child { margin-right: 0.5em; }
  2031.  
  2032. .bulma .breadcrumb .icon:last-child { margin-left: 0.5em; }
  2033.  
  2034. .bulma .breadcrumb.is-centered ol, .bulma .breadcrumb.is-centered ul { justify-content: center; }
  2035.  
  2036. .bulma .breadcrumb.is-right ol, .bulma .breadcrumb.is-right ul { justify-content: flex-end; }
  2037.  
  2038. .bulma .breadcrumb.is-small { font-size: 0.75rem; }
  2039.  
  2040. .bulma .breadcrumb.is-medium { font-size: 1.25rem; }
  2041.  
  2042. .bulma .breadcrumb.is-large { font-size: 1.5rem; }
  2043.  
  2044. .bulma .breadcrumb.has-arrow-separator li + li::before { content: "\\02192"; }
  2045.  
  2046. .bulma .breadcrumb.has-bullet-separator li + li::before { content: "\\02022"; }
  2047.  
  2048. .bulma .breadcrumb.has-dot-separator li + li::before { content: "\\000b7"; }
  2049.  
  2050. .bulma .breadcrumb.has-succeeds-separator li + li::before { content: "\\0227B"; }
  2051.  
  2052. .bulma .card { background-color: white; box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); color: #4a4a4a; max-width: 100%; position: relative; }
  2053.  
  2054. .bulma .card-header { background-color: transparent; align-items: stretch; box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1); display: flex; }
  2055.  
  2056. .bulma .card-header-title { align-items: center; color: #363636; display: flex; flex-grow: 1; font-weight: 700; padding: 0.75rem; }
  2057.  
  2058. .bulma .card-header-title.is-centered { justify-content: center; }
  2059.  
  2060. .bulma .card-header-icon { align-items: center; cursor: pointer; display: flex; justify-content: center; padding: 0.75rem; }
  2061.  
  2062. .bulma .card-image { display: block; position: relative; }
  2063.  
  2064. .bulma .card-content { background-color: transparent; padding: 1.5rem; }
  2065.  
  2066. .bulma .card-footer { background-color: transparent; border-top: 1px solid #dbdbdb; align-items: stretch; display: flex; }
  2067.  
  2068. .bulma .card-footer-item { align-items: center; display: flex; flex-basis: 0; flex-grow: 1; flex-shrink: 0; justify-content: center; padding: 0.75rem; }
  2069.  
  2070. .bulma .card-footer-item:not(:last-child) { border-right: 1px solid #dbdbdb; }
  2071.  
  2072. .bulma .card .media:not(:last-child) { margin-bottom: 1.5rem; }
  2073.  
  2074. .bulma .dropdown { display: inline-flex; position: relative; vertical-align: top; }
  2075.  
  2076. .bulma .dropdown.is-active .dropdown-menu, .bulma .dropdown.is-hoverable:hover .dropdown-menu { display: block; }
  2077.  
  2078. .bulma .dropdown.is-right .dropdown-menu { left: auto; right: 0; }
  2079.  
  2080. .bulma .dropdown.is-up .dropdown-menu { bottom: 100%; padding-bottom: 4px; padding-top: initial; top: auto; }
  2081.  
  2082. .bulma .dropdown-menu { display: none; left: 0; min-width: 12rem; padding-top: 4px; position: absolute; top: 100%; z-index: 20; }
  2083.  
  2084. .bulma .dropdown-content { background-color: white; border-radius: 4px; box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); padding-bottom: 0.5rem; padding-top: 0.5rem; }
  2085.  
  2086. .bulma .dropdown-item { color: #4a4a4a; display: block; font-size: 0.875rem; line-height: 1.5; padding: 0.375rem 1rem; position: relative; }
  2087.  
  2088. .bulma a.dropdown-item, .bulma button.dropdown-item { padding-right: 3rem; text-align: left; white-space: nowrap; width: 100%; }
  2089.  
  2090. .bulma a.dropdown-item:hover, .bulma button.dropdown-item:hover { background-color: whitesmoke; color: #0a0a0a; }
  2091.  
  2092. .bulma a.dropdown-item.is-active, .bulma button.dropdown-item.is-active { background-color: #3273dc; color: #fff; }
  2093.  
  2094. .bulma .dropdown-divider { background-color: #dbdbdb; border: none; display: block; height: 1px; margin: 0.5rem 0; }
  2095.  
  2096. .bulma .level { align-items: center; justify-content: space-between; }
  2097.  
  2098. .bulma .level code { border-radius: 4px; }
  2099.  
  2100. .bulma .level img { display: inline-block; vertical-align: top; }
  2101.  
  2102. .bulma .level.is-mobile { display: flex; }
  2103.  
  2104. .bulma .level.is-mobile .level-left, .bulma .level.is-mobile .level-right { display: flex; }
  2105.  
  2106. .bulma .level.is-mobile .level-left + .level-right { margin-top: 0; }
  2107.  
  2108. .bulma .level.is-mobile .level-item:not(:last-child) { margin-bottom: 0; margin-right: 0.75rem; }
  2109.  
  2110. .bulma .level.is-mobile .level-item:not(.is-narrow) { flex-grow: 1; }
  2111.  
  2112. @media screen and (min-width: 769px), print { .bulma .level { display: flex; }
  2113. .bulma .level > .level-item:not(.is-narrow) { flex-grow: 1; } }
  2114.  
  2115. .bulma .level-item { align-items: center; display: flex; flex-basis: auto; flex-grow: 0; flex-shrink: 0; justify-content: center; }
  2116.  
  2117. .bulma .level-item .title, .bulma .level-item .subtitle { margin-bottom: 0; }
  2118.  
  2119. @media screen and (max-width: 768px) { .bulma .level-item:not(:last-child) { margin-bottom: 0.75rem; } }
  2120.  
  2121. .bulma .level-left, .bulma .level-right { flex-basis: auto; flex-grow: 0; flex-shrink: 0; }
  2122.  
  2123. .bulma .level-left .level-item.is-flexible, .bulma .level-right .level-item.is-flexible { flex-grow: 1; }
  2124.  
  2125. @media screen and (min-width: 769px), print { .bulma .level-left .level-item:not(:last-child), .bulma .level-right .level-item:not(:last-child) { margin-right: 0.75rem; } }
  2126.  
  2127. .bulma .level-left { align-items: center; justify-content: flex-start; }
  2128.  
  2129. @media screen and (max-width: 768px) { .bulma .level-left + .level-right { margin-top: 1.5rem; } }
  2130.  
  2131. @media screen and (min-width: 769px), print { .bulma .level-left { display: flex; } }
  2132.  
  2133. .bulma .level-right { align-items: center; justify-content: flex-end; }
  2134.  
  2135. @media screen and (min-width: 769px), print { .bulma .level-right { display: flex; } }
  2136.  
  2137. .bulma .list { background-color: white; border-radius: 4px; box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); }
  2138.  
  2139. .bulma .list-item { display: block; padding: 0.5em 1em; }
  2140.  
  2141. .bulma .list-item:not(a) { color: #4a4a4a; }
  2142.  
  2143. .bulma .list-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; }
  2144.  
  2145. .bulma .list-item:last-child { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
  2146.  
  2147. .bulma .list-item:not(:last-child) { border-bottom: 1px solid #dbdbdb; }
  2148.  
  2149. .bulma .list-item.is-active { background-color: #3273dc; color: #fff; }
  2150.  
  2151. .bulma a.list-item { background-color: whitesmoke; cursor: pointer; }
  2152.  
  2153. .bulma .media { align-items: flex-start; display: flex; text-align: left; }
  2154.  
  2155. .bulma .media .content:not(:last-child) { margin-bottom: 0.75rem; }
  2156.  
  2157. .bulma .media .media { border-top: 1px solid rgba(219, 219, 219, 0.5); display: flex; padding-top: 0.75rem; }
  2158.  
  2159. .bulma .media .media .content:not(:last-child), .bulma .media .media .control:not(:last-child) { margin-bottom: 0.5rem; }
  2160.  
  2161. .bulma .media .media .media { padding-top: 0.5rem; }
  2162.  
  2163. .bulma .media .media .media + .media { margin-top: 0.5rem; }
  2164.  
  2165. .bulma .media + .media { border-top: 1px solid rgba(219, 219, 219, 0.5); margin-top: 1rem; padding-top: 1rem; }
  2166.  
  2167. .bulma .media.is-large + .media { margin-top: 1.5rem; padding-top: 1.5rem; }
  2168.  
  2169. .bulma .media-left, .bulma .media-right { flex-basis: auto; flex-grow: 0; flex-shrink: 0; }
  2170.  
  2171. .bulma .media-left { margin-right: 1rem; }
  2172.  
  2173. .bulma .media-right { margin-left: 1rem; }
  2174.  
  2175. .bulma .media-content { flex-basis: auto; flex-grow: 1; flex-shrink: 1; text-align: left; }
  2176.  
  2177. @media screen and (max-width: 768px) { .bulma .media-content { overflow-x: auto; } }
  2178.  
  2179. .bulma .menu { font-size: 1rem; }
  2180.  
  2181. .bulma .menu.is-small { font-size: 0.75rem; }
  2182.  
  2183. .bulma .menu.is-medium { font-size: 1.25rem; }
  2184.  
  2185. .bulma .menu.is-large { font-size: 1.5rem; }
  2186.  
  2187. .bulma .menu-list { line-height: 1.25; }
  2188.  
  2189. .bulma .menu-list a { border-radius: 2px; color: #4a4a4a; display: block; padding: 0.5em 0.75em; }
  2190.  
  2191. .bulma .menu-list a:hover { background-color: whitesmoke; color: #363636; }
  2192.  
  2193. .bulma .menu-list a.is-active { background-color: #3273dc; color: #fff; }
  2194.  
  2195. .bulma .menu-list li ul { border-left: 1px solid #dbdbdb; margin: 0.75em; padding-left: 0.75em; }
  2196.  
  2197. .bulma .menu-label { color: #7a7a7a; font-size: 0.75em; letter-spacing: 0.1em; text-transform: uppercase; }
  2198.  
  2199. .bulma .menu-label:not(:first-child) { margin-top: 1em; }
  2200.  
  2201. .bulma .menu-label:not(:last-child) { margin-bottom: 1em; }
  2202.  
  2203. .bulma .message { background-color: whitesmoke; border-radius: 4px; font-size: 1rem; }
  2204.  
  2205. .bulma .message strong { color: currentColor; }
  2206.  
  2207. .bulma .message a:not(.button):not(.tag):not(.dropdown-item) { color: currentColor; text-decoration: underline; }
  2208.  
  2209. .bulma .message.is-small { font-size: 0.75rem; }
  2210.  
  2211. .bulma .message.is-medium { font-size: 1.25rem; }
  2212.  
  2213. .bulma .message.is-large { font-size: 1.5rem; }
  2214.  
  2215. .bulma .message.is-white { background-color: white; }
  2216.  
  2217. .bulma .message.is-white .message-header { background-color: white; color: #0a0a0a; }
  2218.  
  2219. .bulma .message.is-white .message-body { border-color: white; color: #4d4d4d; }
  2220.  
  2221. .bulma .message.is-black { background-color: #fafafa; }
  2222.  
  2223. .bulma .message.is-black .message-header { background-color: #0a0a0a; color: white; }
  2224.  
  2225. .bulma .message.is-black .message-body { border-color: #0a0a0a; color: #090909; }
  2226.  
  2227. .bulma .message.is-light { background-color: #fafafa; }
  2228.  
  2229. .bulma .message.is-light .message-header { background-color: whitesmoke; color: #363636; }
  2230.  
  2231. .bulma .message.is-light .message-body { border-color: whitesmoke; color: #505050; }
  2232.  
  2233. .bulma .message.is-dark { background-color: #fafafa; }
  2234.  
  2235. .bulma .message.is-dark .message-header { background-color: #363636; color: whitesmoke; }
  2236.  
  2237. .bulma .message.is-dark .message-body { border-color: #363636; color: #2a2a2a; }
  2238.  
  2239. .bulma .message.is-primary { background-color: #f5fffd; }
  2240.  
  2241. .bulma .message.is-primary .message-header { background-color: #00d1b2; color: #fff; }
  2242.  
  2243. .bulma .message.is-primary .message-body { border-color: #00d1b2; color: #021310; }
  2244.  
  2245. .bulma .message.is-link { background-color: #f6f9fe; }
  2246.  
  2247. .bulma .message.is-link .message-header { background-color: #3273dc; color: #fff; }
  2248.  
  2249. .bulma .message.is-link .message-body { border-color: #3273dc; color: #22509a; }
  2250.  
  2251. .bulma .message.is-info { background-color: #f6fbfe; }
  2252.  
  2253. .bulma .message.is-info .message-header { background-color: #209cee; color: #fff; }
  2254.  
  2255. .bulma .message.is-info .message-body { border-color: #209cee; color: #12537e; }
  2256.  
  2257. .bulma .message.is-success { background-color: #f6fef9; }
  2258.  
  2259. .bulma .message.is-success .message-header { background-color: #23d160; color: #fff; }
  2260.  
  2261. .bulma .message.is-success .message-body { border-color: #23d160; color: #0e301a; }
  2262.  
  2263. .bulma .message.is-warning { background-color: #fffdf5; }
  2264.  
  2265. .bulma .message.is-warning .message-header { background-color: #ffdd57; color: rgba(0, 0, 0, 0.7); }
  2266.  
  2267. .bulma .message.is-warning .message-body { border-color: #ffdd57; color: #3b3108; }
  2268.  
  2269. .bulma .message.is-danger { background-color: #fff5f7; }
  2270.  
  2271. .bulma .message.is-danger .message-header { background-color: #ff3860; color: #fff; }
  2272.  
  2273. .bulma .message.is-danger .message-body { border-color: #ff3860; color: #cd0930; }
  2274.  
  2275. .bulma .message-header { align-items: center; background-color: #4a4a4a; border-radius: 4px 4px 0 0; color: #fff; display: flex; font-weight: 700; justify-content: space-between; line-height: 1.25; padding: 0.75em 1em; position: relative; }
  2276.  
  2277. .bulma .message-header .delete { flex-grow: 0; flex-shrink: 0; margin-left: 0.75em; }
  2278.  
  2279. .bulma .message-header + .message-body { border-width: 0; border-top-left-radius: 0; border-top-right-radius: 0; }
  2280.  
  2281. .bulma .message-body { border-color: #dbdbdb; border-radius: 4px; border-style: solid; border-width: 0 0 0 4px; color: #4a4a4a; padding: 1.25em 1.5em; }
  2282.  
  2283. .bulma .message-body code, .bulma .message-body pre { background-color: white; }
  2284.  
  2285. .bulma .message-body pre code { background-color: transparent; }
  2286.  
  2287. .bulma .modal { align-items: center; display: none; flex-direction: column; justify-content: center; overflow: hidden; position: fixed; z-index: 40; }
  2288.  
  2289. .bulma .modal.is-active { display: flex; }
  2290.  
  2291. .bulma .modal-background { background-color: rgba(10, 10, 10, 0.86); }
  2292.  
  2293. .bulma .modal-content, .bulma .modal-card { margin: 0 20px; max-height: calc(100vh - 160px); overflow: auto; position: relative; width: 100%; }
  2294.  
  2295. @media screen and (min-width: 769px), print { .bulma .modal-content, .bulma .modal-card { margin: 0 auto; max-height: calc(100vh - 40px); width: 640px; } }
  2296.  
  2297. .bulma .modal-close { background: none; height: 40px; position: fixed; right: 20px; top: 20px; width: 40px; }
  2298.  
  2299. .bulma .modal-card { display: flex; flex-direction: column; max-height: calc(100vh - 40px); overflow: hidden; -ms-overflow-y: visible; }
  2300.  
  2301. .bulma .modal-card-head, .bulma .modal-card-foot { align-items: center; background-color: whitesmoke; display: flex; flex-shrink: 0; justify-content: flex-start; padding: 20px; position: relative; }
  2302.  
  2303. .bulma .modal-card-head { border-bottom: 1px solid #dbdbdb; border-top-left-radius: 6px; border-top-right-radius: 6px; }
  2304.  
  2305. .bulma .modal-card-title { color: #363636; flex-grow: 1; flex-shrink: 0; font-size: 1.5rem; line-height: 1; }
  2306.  
  2307. .bulma .modal-card-foot { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top: 1px solid #dbdbdb; }
  2308.  
  2309. .bulma .modal-card-foot .button:not(:last-child) { margin-right: 0.5em; }
  2310.  
  2311. .bulma .modal-card-body { -webkit-overflow-scrolling: touch; background-color: white; flex-grow: 1; flex-shrink: 1; overflow: auto; padding: 20px; }
  2312.  
  2313. .bulma .navbar { background-color: white; min-height: 3.25rem; position: relative; z-index: 30; }
  2314.  
  2315. .bulma .navbar.is-white { background-color: white; color: #0a0a0a; }
  2316.  
  2317. .bulma .navbar.is-white .navbar-brand > .navbar-item, .bulma .navbar.is-white .navbar-brand .navbar-link { color: #0a0a0a; }
  2318.  
  2319. .bulma .navbar.is-white .navbar-brand > a.navbar-item:focus, .bulma .navbar.is-white .navbar-brand > a.navbar-item:hover, .bulma .navbar.is-white .navbar-brand > a.navbar-item.is-active, .bulma .navbar.is-white .navbar-brand .navbar-link:focus, .bulma .navbar.is-white .navbar-brand .navbar-link:hover, .bulma .navbar.is-white .navbar-brand .navbar-link.is-active { background-color: #f2f2f2; color: #0a0a0a; }
  2320.  
  2321. .bulma .navbar.is-white .navbar-brand .navbar-link::after { border-color: #0a0a0a; }
  2322.  
  2323. .bulma .navbar.is-white .navbar-burger { color: #0a0a0a; }
  2324.  
  2325. @media screen and (min-width: 1024px) { .bulma .navbar.is-white .navbar-start > .navbar-item, .bulma .navbar.is-white .navbar-start .navbar-link, .bulma .navbar.is-white .navbar-end > .navbar-item, .bulma .navbar.is-white .navbar-end .navbar-link { color: #0a0a0a; }
  2326. .bulma .navbar.is-white .navbar-start > a.navbar-item:focus, .bulma .navbar.is-white .navbar-start > a.navbar-item:hover, .bulma .navbar.is-white .navbar-start > a.navbar-item.is-active, .bulma .navbar.is-white .navbar-start .navbar-link:focus, .bulma .navbar.is-white .navbar-start .navbar-link:hover, .bulma .navbar.is-white .navbar-start .navbar-link.is-active, .bulma .navbar.is-white .navbar-end > a.navbar-item:focus, .bulma .navbar.is-white .navbar-end > a.navbar-item:hover, .bulma .navbar.is-white .navbar-end > a.navbar-item.is-active, .bulma .navbar.is-white .navbar-end .navbar-link:focus, .bulma .navbar.is-white .navbar-end .navbar-link:hover, .bulma .navbar.is-white .navbar-end .navbar-link.is-active { background-color: #f2f2f2; color: #0a0a0a; }
  2327. .bulma .navbar.is-white .navbar-start .navbar-link::after, .bulma .navbar.is-white .navbar-end .navbar-link::after { border-color: #0a0a0a; }
  2328. .bulma .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link, .bulma .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link, .bulma .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link { background-color: #f2f2f2; color: #0a0a0a; }
  2329. .bulma .navbar.is-white .navbar-dropdown a.navbar-item.is-active { background-color: white; color: #0a0a0a; } }
  2330.  
  2331. .bulma .navbar.is-black { background-color: #0a0a0a; color: white; }
  2332.  
  2333. .bulma .navbar.is-black .navbar-brand > .navbar-item, .bulma .navbar.is-black .navbar-brand .navbar-link { color: white; }
  2334.  
  2335. .bulma .navbar.is-black .navbar-brand > a.navbar-item:focus, .bulma .navbar.is-black .navbar-brand > a.navbar-item:hover, .bulma .navbar.is-black .navbar-brand > a.navbar-item.is-active, .bulma .navbar.is-black .navbar-brand .navbar-link:focus, .bulma .navbar.is-black .navbar-brand .navbar-link:hover, .bulma .navbar.is-black .navbar-brand .navbar-link.is-active { background-color: black; color: white; }
  2336.  
  2337. .bulma .navbar.is-black .navbar-brand .navbar-link::after { border-color: white; }
  2338.  
  2339. .bulma .navbar.is-black .navbar-burger { color: white; }
  2340.  
  2341. @media screen and (min-width: 1024px) { .bulma .navbar.is-black .navbar-start > .navbar-item, .bulma .navbar.is-black .navbar-start .navbar-link, .bulma .navbar.is-black .navbar-end > .navbar-item, .bulma .navbar.is-black .navbar-end .navbar-link { color: white; }
  2342. .bulma .navbar.is-black .navbar-start > a.navbar-item:focus, .bulma .navbar.is-black .navbar-start > a.navbar-item:hover, .bulma .navbar.is-black .navbar-start > a.navbar-item.is-active, .bulma .navbar.is-black .navbar-start .navbar-link:focus, .bulma .navbar.is-black .navbar-start .navbar-link:hover, .bulma .navbar.is-black .navbar-start .navbar-link.is-active, .bulma .navbar.is-black .navbar-end > a.navbar-item:focus, .bulma .navbar.is-black .navbar-end > a.navbar-item:hover, .bulma .navbar.is-black .navbar-end > a.navbar-item.is-active, .bulma .navbar.is-black .navbar-end .navbar-link:focus, .bulma .navbar.is-black .navbar-end .navbar-link:hover, .bulma .navbar.is-black .navbar-end .navbar-link.is-active { background-color: black; color: white; }
  2343. .bulma .navbar.is-black .navbar-start .navbar-link::after, .bulma .navbar.is-black .navbar-end .navbar-link::after { border-color: white; }
  2344. .bulma .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link, .bulma .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link, .bulma .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link { background-color: black; color: white; }
  2345. .bulma .navbar.is-black .navbar-dropdown a.navbar-item.is-active { background-color: #0a0a0a; color: white; } }
  2346.  
  2347. .bulma .navbar.is-light { background-color: whitesmoke; color: #363636; }
  2348.  
  2349. .bulma .navbar.is-light .navbar-brand > .navbar-item, .bulma .navbar.is-light .navbar-brand .navbar-link { color: #363636; }
  2350.  
  2351. .bulma .navbar.is-light .navbar-brand > a.navbar-item:focus, .bulma .navbar.is-light .navbar-brand > a.navbar-item:hover, .bulma .navbar.is-light .navbar-brand > a.navbar-item.is-active, .bulma .navbar.is-light .navbar-brand .navbar-link:focus, .bulma .navbar.is-light .navbar-brand .navbar-link:hover, .bulma .navbar.is-light .navbar-brand .navbar-link.is-active { background-color: #e8e8e8; color: #363636; }
  2352.  
  2353. .bulma .navbar.is-light .navbar-brand .navbar-link::after { border-color: #363636; }
  2354.  
  2355. .bulma .navbar.is-light .navbar-burger { color: #363636; }
  2356.  
  2357. @media screen and (min-width: 1024px) { .bulma .navbar.is-light .navbar-start > .navbar-item, .bulma .navbar.is-light .navbar-start .navbar-link, .bulma .navbar.is-light .navbar-end > .navbar-item, .bulma .navbar.is-light .navbar-end .navbar-link { color: #363636; }
  2358. .bulma .navbar.is-light .navbar-start > a.navbar-item:focus, .bulma .navbar.is-light .navbar-start > a.navbar-item:hover, .bulma .navbar.is-light .navbar-start > a.navbar-item.is-active, .bulma .navbar.is-light .navbar-start .navbar-link:focus, .bulma .navbar.is-light .navbar-start .navbar-link:hover, .bulma .navbar.is-light .navbar-start .navbar-link.is-active, .bulma .navbar.is-light .navbar-end > a.navbar-item:focus, .bulma .navbar.is-light .navbar-end > a.navbar-item:hover, .bulma .navbar.is-light .navbar-end > a.navbar-item.is-active, .bulma .navbar.is-light .navbar-end .navbar-link:focus, .bulma .navbar.is-light .navbar-end .navbar-link:hover, .bulma .navbar.is-light .navbar-end .navbar-link.is-active { background-color: #e8e8e8; color: #363636; }
  2359. .bulma .navbar.is-light .navbar-start .navbar-link::after, .bulma .navbar.is-light .navbar-end .navbar-link::after { border-color: #363636; }
  2360. .bulma .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link, .bulma .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link, .bulma .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link { background-color: #e8e8e8; color: #363636; }
  2361. .bulma .navbar.is-light .navbar-dropdown a.navbar-item.is-active { background-color: whitesmoke; color: #363636; } }
  2362.  
  2363. .bulma .navbar.is-dark { background-color: #363636; color: whitesmoke; }
  2364.  
  2365. .bulma .navbar.is-dark .navbar-brand > .navbar-item, .bulma .navbar.is-dark .navbar-brand .navbar-link { color: whitesmoke; }
  2366.  
  2367. .bulma .navbar.is-dark .navbar-brand > a.navbar-item:focus, .bulma .navbar.is-dark .navbar-brand > a.navbar-item:hover, .bulma .navbar.is-dark .navbar-brand > a.navbar-item.is-active, .bulma .navbar.is-dark .navbar-brand .navbar-link:focus, .bulma .navbar.is-dark .navbar-brand .navbar-link:hover, .bulma .navbar.is-dark .navbar-brand .navbar-link.is-active { background-color: #292929; color: whitesmoke; }
  2368.  
  2369. .bulma .navbar.is-dark .navbar-brand .navbar-link::after { border-color: whitesmoke; }
  2370.  
  2371. .bulma .navbar.is-dark .navbar-burger { color: whitesmoke; }
  2372.  
  2373. @media screen and (min-width: 1024px) { .bulma .navbar.is-dark .navbar-start > .navbar-item, .bulma .navbar.is-dark .navbar-start .navbar-link, .bulma .navbar.is-dark .navbar-end > .navbar-item, .bulma .navbar.is-dark .navbar-end .navbar-link { color: whitesmoke; }
  2374. .bulma .navbar.is-dark .navbar-start > a.navbar-item:focus, .bulma .navbar.is-dark .navbar-start > a.navbar-item:hover, .bulma .navbar.is-dark .navbar-start > a.navbar-item.is-active, .bulma .navbar.is-dark .navbar-start .navbar-link:focus, .bulma .navbar.is-dark .navbar-start .navbar-link:hover, .bulma .navbar.is-dark .navbar-start .navbar-link.is-active, .bulma .navbar.is-dark .navbar-end > a.navbar-item:focus, .bulma .navbar.is-dark .navbar-end > a.navbar-item:hover, .bulma .navbar.is-dark .navbar-end > a.navbar-item.is-active, .bulma .navbar.is-dark .navbar-end .navbar-link:focus, .bulma .navbar.is-dark .navbar-end .navbar-link:hover, .bulma .navbar.is-dark .navbar-end .navbar-link.is-active { background-color: #292929; color: whitesmoke; }
  2375. .bulma .navbar.is-dark .navbar-start .navbar-link::after, .bulma .navbar.is-dark .navbar-end .navbar-link::after { border-color: whitesmoke; }
  2376. .bulma .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link, .bulma .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link, .bulma .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link { background-color: #292929; color: whitesmoke; }
  2377. .bulma .navbar.is-dark .navbar-dropdown a.navbar-item.is-active { background-color: #363636; color: whitesmoke; } }
  2378.  
  2379. .bulma .navbar.is-primary { background-color: #00d1b2; color: #fff; }
  2380.  
  2381. .bulma .navbar.is-primary .navbar-brand > .navbar-item, .bulma .navbar.is-primary .navbar-brand .navbar-link { color: #fff; }
  2382.  
  2383. .bulma .navbar.is-primary .navbar-brand > a.navbar-item:focus, .bulma .navbar.is-primary .navbar-brand > a.navbar-item:hover, .bulma .navbar.is-primary .navbar-brand > a.navbar-item.is-active, .bulma .navbar.is-primary .navbar-brand .navbar-link:focus, .bulma .navbar.is-primary .navbar-brand .navbar-link:hover, .bulma .navbar.is-primary .navbar-brand .navbar-link.is-active { background-color: #00b89c; color: #fff; }
  2384.  
  2385. .bulma .navbar.is-primary .navbar-brand .navbar-link::after { border-color: #fff; }
  2386.  
  2387. .bulma .navbar.is-primary .navbar-burger { color: #fff; }
  2388.  
  2389. @media screen and (min-width: 1024px) { .bulma .navbar.is-primary .navbar-start > .navbar-item, .bulma .navbar.is-primary .navbar-start .navbar-link, .bulma .navbar.is-primary .navbar-end > .navbar-item, .bulma .navbar.is-primary .navbar-end .navbar-link { color: #fff; }
  2390. .bulma .navbar.is-primary .navbar-start > a.navbar-item:focus, .bulma .navbar.is-primary .navbar-start > a.navbar-item:hover, .bulma .navbar.is-primary .navbar-start > a.navbar-item.is-active, .bulma .navbar.is-primary .navbar-start .navbar-link:focus, .bulma .navbar.is-primary .navbar-start .navbar-link:hover, .bulma .navbar.is-primary .navbar-start .navbar-link.is-active, .bulma .navbar.is-primary .navbar-end > a.navbar-item:focus, .bulma .navbar.is-primary .navbar-end > a.navbar-item:hover, .bulma .navbar.is-primary .navbar-end > a.navbar-item.is-active, .bulma .navbar.is-primary .navbar-end .navbar-link:focus, .bulma .navbar.is-primary .navbar-end .navbar-link:hover, .bulma .navbar.is-primary .navbar-end .navbar-link.is-active { background-color: #00b89c; color: #fff; }
  2391. .bulma .navbar.is-primary .navbar-start .navbar-link::after, .bulma .navbar.is-primary .navbar-end .navbar-link::after { border-color: #fff; }
  2392. .bulma .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link, .bulma .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link, .bulma .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link { background-color: #00b89c; color: #fff; }
  2393. .bulma .navbar.is-primary .navbar-dropdown a.navbar-item.is-active { background-color: #00d1b2; color: #fff; } }
  2394.  
  2395. .bulma .navbar.is-link { background-color: #3273dc; color: #fff; }
  2396.  
  2397. .bulma .navbar.is-link .navbar-brand > .navbar-item, .bulma .navbar.is-link .navbar-brand .navbar-link { color: #fff; }
  2398.  
  2399. .bulma .navbar.is-link .navbar-brand > a.navbar-item:focus, .bulma .navbar.is-link .navbar-brand > a.navbar-item:hover, .bulma .navbar.is-link .navbar-brand > a.navbar-item.is-active, .bulma .navbar.is-link .navbar-brand .navbar-link:focus, .bulma .navbar.is-link .navbar-brand .navbar-link:hover, .bulma .navbar.is-link .navbar-brand .navbar-link.is-active { background-color: #2366d1; color: #fff; }
  2400.  
  2401. .bulma .navbar.is-link .navbar-brand .navbar-link::after { border-color: #fff; }
  2402.  
  2403. .bulma .navbar.is-link .navbar-burger { color: #fff; }
  2404.  
  2405. @media screen and (min-width: 1024px) { .bulma .navbar.is-link .navbar-start > .navbar-item, .bulma .navbar.is-link .navbar-start .navbar-link, .bulma .navbar.is-link .navbar-end > .navbar-item, .bulma .navbar.is-link .navbar-end .navbar-link { color: #fff; }
  2406. .bulma .navbar.is-link .navbar-start > a.navbar-item:focus, .bulma .navbar.is-link .navbar-start > a.navbar-item:hover, .bulma .navbar.is-link .navbar-start > a.navbar-item.is-active, .bulma .navbar.is-link .navbar-start .navbar-link:focus, .bulma .navbar.is-link .navbar-start .navbar-link:hover, .bulma .navbar.is-link .navbar-start .navbar-link.is-active, .bulma .navbar.is-link .navbar-end > a.navbar-item:focus, .bulma .navbar.is-link .navbar-end > a.navbar-item:hover, .bulma .navbar.is-link .navbar-end > a.navbar-item.is-active, .bulma .navbar.is-link .navbar-end .navbar-link:focus, .bulma .navbar.is-link .navbar-end .navbar-link:hover, .bulma .navbar.is-link .navbar-end .navbar-link.is-active { background-color: #2366d1; color: #fff; }
  2407. .bulma .navbar.is-link .navbar-start .navbar-link::after, .bulma .navbar.is-link .navbar-end .navbar-link::after { border-color: #fff; }
  2408. .bulma .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link, .bulma .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link, .bulma .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link { background-color: #2366d1; color: #fff; }
  2409. .bulma .navbar.is-link .navbar-dropdown a.navbar-item.is-active { background-color: #3273dc; color: #fff; } }
  2410.  
  2411. .bulma .navbar.is-info { background-color: #209cee; color: #fff; }
  2412.  
  2413. .bulma .navbar.is-info .navbar-brand > .navbar-item, .bulma .navbar.is-info .navbar-brand .navbar-link { color: #fff; }
  2414.  
  2415. .bulma .navbar.is-info .navbar-brand > a.navbar-item:focus, .bulma .navbar.is-info .navbar-brand > a.navbar-item:hover, .bulma .navbar.is-info .navbar-brand > a.navbar-item.is-active, .bulma .navbar.is-info .navbar-brand .navbar-link:focus, .bulma .navbar.is-info .navbar-brand .navbar-link:hover, .bulma .navbar.is-info .navbar-brand .navbar-link.is-active { background-color: #118fe4; color: #fff; }
  2416.  
  2417. .bulma .navbar.is-info .navbar-brand .navbar-link::after { border-color: #fff; }
  2418.  
  2419. .bulma .navbar.is-info .navbar-burger { color: #fff; }
  2420.  
  2421. @media screen and (min-width: 1024px) { .bulma .navbar.is-info .navbar-start > .navbar-item, .bulma .navbar.is-info .navbar-start .navbar-link, .bulma .navbar.is-info .navbar-end > .navbar-item, .bulma .navbar.is-info .navbar-end .navbar-link { color: #fff; }
  2422. .bulma .navbar.is-info .navbar-start > a.navbar-item:focus, .bulma .navbar.is-info .navbar-start > a.navbar-item:hover, .bulma .navbar.is-info .navbar-start > a.navbar-item.is-active, .bulma .navbar.is-info .navbar-start .navbar-link:focus, .bulma .navbar.is-info .navbar-start .navbar-link:hover, .bulma .navbar.is-info .navbar-start .navbar-link.is-active, .bulma .navbar.is-info .navbar-end > a.navbar-item:focus, .bulma .navbar.is-info .navbar-end > a.navbar-item:hover, .bulma .navbar.is-info .navbar-end > a.navbar-item.is-active, .bulma .navbar.is-info .navbar-end .navbar-link:focus, .bulma .navbar.is-info .navbar-end .navbar-link:hover, .bulma .navbar.is-info .navbar-end .navbar-link.is-active { background-color: #118fe4; color: #fff; }
  2423. .bulma .navbar.is-info .navbar-start .navbar-link::after, .bulma .navbar.is-info .navbar-end .navbar-link::after { border-color: #fff; }
  2424. .bulma .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link, .bulma .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link, .bulma .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link { background-color: #118fe4; color: #fff; }
  2425. .bulma .navbar.is-info .navbar-dropdown a.navbar-item.is-active { background-color: #209cee; color: #fff; } }
  2426.  
  2427. .bulma .navbar.is-success { background-color: #23d160; color: #fff; }
  2428.  
  2429. .bulma .navbar.is-success .navbar-brand > .navbar-item, .bulma .navbar.is-success .navbar-brand .navbar-link { color: #fff; }
  2430.  
  2431. .bulma .navbar.is-success .navbar-brand > a.navbar-item:focus, .bulma .navbar.is-success .navbar-brand > a.navbar-item:hover, .bulma .navbar.is-success .navbar-brand > a.navbar-item.is-active, .bulma .navbar.is-success .navbar-brand .navbar-link:focus, .bulma .navbar.is-success .navbar-brand .navbar-link:hover, .bulma .navbar.is-success .navbar-brand .navbar-link.is-active { background-color: #20bc56; color: #fff; }
  2432.  
  2433. .bulma .navbar.is-success .navbar-brand .navbar-link::after { border-color: #fff; }
  2434.  
  2435. .bulma .navbar.is-success .navbar-burger { color: #fff; }
  2436.  
  2437. @media screen and (min-width: 1024px) { .bulma .navbar.is-success .navbar-start > .navbar-item, .bulma .navbar.is-success .navbar-start .navbar-link, .bulma .navbar.is-success .navbar-end > .navbar-item, .bulma .navbar.is-success .navbar-end .navbar-link { color: #fff; }
  2438. .bulma .navbar.is-success .navbar-start > a.navbar-item:focus, .bulma .navbar.is-success .navbar-start > a.navbar-item:hover, .bulma .navbar.is-success .navbar-start > a.navbar-item.is-active, .bulma .navbar.is-success .navbar-start .navbar-link:focus, .bulma .navbar.is-success .navbar-start .navbar-link:hover, .bulma .navbar.is-success .navbar-start .navbar-link.is-active, .bulma .navbar.is-success .navbar-end > a.navbar-item:focus, .bulma .navbar.is-success .navbar-end > a.navbar-item:hover, .bulma .navbar.is-success .navbar-end > a.navbar-item.is-active, .bulma .navbar.is-success .navbar-end .navbar-link:focus, .bulma .navbar.is-success .navbar-end .navbar-link:hover, .bulma .navbar.is-success .navbar-end .navbar-link.is-active { background-color: #20bc56; color: #fff; }
  2439. .bulma .navbar.is-success .navbar-start .navbar-link::after, .bulma .navbar.is-success .navbar-end .navbar-link::after { border-color: #fff; }
  2440. .bulma .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link, .bulma .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link, .bulma .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link { background-color: #20bc56; color: #fff; }
  2441. .bulma .navbar.is-success .navbar-dropdown a.navbar-item.is-active { background-color: #23d160; color: #fff; } }
  2442.  
  2443. .bulma .navbar.is-warning { background-color: #ffdd57; color: rgba(0, 0, 0, 0.7); }
  2444.  
  2445. .bulma .navbar.is-warning .navbar-brand > .navbar-item, .bulma .navbar.is-warning .navbar-brand .navbar-link { color: rgba(0, 0, 0, 0.7); }
  2446.  
  2447. .bulma .navbar.is-warning .navbar-brand > a.navbar-item:focus, .bulma .navbar.is-warning .navbar-brand > a.navbar-item:hover, .bulma .navbar.is-warning .navbar-brand > a.navbar-item.is-active, .bulma .navbar.is-warning .navbar-brand .navbar-link:focus, .bulma .navbar.is-warning .navbar-brand .navbar-link:hover, .bulma .navbar.is-warning .navbar-brand .navbar-link.is-active { background-color: #ffd83d; color: rgba(0, 0, 0, 0.7); }
  2448.  
  2449. .bulma .navbar.is-warning .navbar-brand .navbar-link::after { border-color: rgba(0, 0, 0, 0.7); }
  2450.  
  2451. .bulma .navbar.is-warning .navbar-burger { color: rgba(0, 0, 0, 0.7); }
  2452.  
  2453. @media screen and (min-width: 1024px) { .bulma .navbar.is-warning .navbar-start > .navbar-item, .bulma .navbar.is-warning .navbar-start .navbar-link, .bulma .navbar.is-warning .navbar-end > .navbar-item, .bulma .navbar.is-warning .navbar-end .navbar-link { color: rgba(0, 0, 0, 0.7); }
  2454. .bulma .navbar.is-warning .navbar-start > a.navbar-item:focus, .bulma .navbar.is-warning .navbar-start > a.navbar-item:hover, .bulma .navbar.is-warning .navbar-start > a.navbar-item.is-active, .bulma .navbar.is-warning .navbar-start .navbar-link:focus, .bulma .navbar.is-warning .navbar-start .navbar-link:hover, .bulma .navbar.is-warning .navbar-start .navbar-link.is-active, .bulma .navbar.is-warning .navbar-end > a.navbar-item:focus, .bulma .navbar.is-warning .navbar-end > a.navbar-item:hover, .bulma .navbar.is-warning .navbar-end > a.navbar-item.is-active, .bulma .navbar.is-warning .navbar-end .navbar-link:focus, .bulma .navbar.is-warning .navbar-end .navbar-link:hover, .bulma .navbar.is-warning .navbar-end .navbar-link.is-active { background-color: #ffd83d; color: rgba(0, 0, 0, 0.7); }
  2455. .bulma .navbar.is-warning .navbar-start .navbar-link::after, .bulma .navbar.is-warning .navbar-end .navbar-link::after { border-color: rgba(0, 0, 0, 0.7); }
  2456. .bulma .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, .bulma .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link, .bulma .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link { background-color: #ffd83d; color: rgba(0, 0, 0, 0.7); }
  2457. .bulma .navbar.is-warning .navbar-dropdown a.navbar-item.is-active { background-color: #ffdd57; color: rgba(0, 0, 0, 0.7); } }
  2458.  
  2459. .bulma .navbar.is-danger { background-color: #ff3860; color: #fff; }
  2460.  
  2461. .bulma .navbar.is-danger .navbar-brand > .navbar-item, .bulma .navbar.is-danger .navbar-brand .navbar-link { color: #fff; }
  2462.  
  2463. .bulma .navbar.is-danger .navbar-brand > a.navbar-item:focus, .bulma .navbar.is-danger .navbar-brand > a.navbar-item:hover, .bulma .navbar.is-danger .navbar-brand > a.navbar-item.is-active, .bulma .navbar.is-danger .navbar-brand .navbar-link:focus, .bulma .navbar.is-danger .navbar-brand .navbar-link:hover, .bulma .navbar.is-danger .navbar-brand .navbar-link.is-active { background-color: #ff1f4b; color: #fff; }
  2464.  
  2465. .bulma .navbar.is-danger .navbar-brand .navbar-link::after { border-color: #fff; }
  2466.  
  2467. .bulma .navbar.is-danger .navbar-burger { color: #fff; }
  2468.  
  2469. @media screen and (min-width: 1024px) { .bulma .navbar.is-danger .navbar-start > .navbar-item, .bulma .navbar.is-danger .navbar-start .navbar-link, .bulma .navbar.is-danger .navbar-end > .navbar-item, .bulma .navbar.is-danger .navbar-end .navbar-link { color: #fff; }
  2470. .bulma .navbar.is-danger .navbar-start > a.navbar-item:focus, .bulma .navbar.is-danger .navbar-start > a.navbar-item:hover, .bulma .navbar.is-danger .navbar-start > a.navbar-item.is-active, .bulma .navbar.is-danger .navbar-start .navbar-link:focus, .bulma .navbar.is-danger .navbar-start .navbar-link:hover, .bulma .navbar.is-danger .navbar-start .navbar-link.is-active, .bulma .navbar.is-danger .navbar-end > a.navbar-item:focus, .bulma .navbar.is-danger .navbar-end > a.navbar-item:hover, .bulma .navbar.is-danger .navbar-end > a.navbar-item.is-active, .bulma .navbar.is-danger .navbar-end .navbar-link:focus, .bulma .navbar.is-danger .navbar-end .navbar-link:hover, .bulma .navbar.is-danger .navbar-end .navbar-link.is-active { background-color: #ff1f4b; color: #fff; }
  2471. .bulma .navbar.is-danger .navbar-start .navbar-link::after, .bulma .navbar.is-danger .navbar-end .navbar-link::after { border-color: #fff; }
  2472. .bulma .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link, .bulma .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link, .bulma .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link { background-color: #ff1f4b; color: #fff; }
  2473. .bulma .navbar.is-danger .navbar-dropdown a.navbar-item.is-active { background-color: #ff3860; color: #fff; } }
  2474.  
  2475. .bulma .navbar > .container { align-items: stretch; display: flex; min-height: 3.25rem; width: 100%; }
  2476.  
  2477. .bulma .navbar.has-shadow { box-shadow: 0 2px 0 0 whitesmoke; }
  2478.  
  2479. .bulma .navbar.is-fixed-bottom, .bulma .navbar.is-fixed-top { left: 0; position: fixed; right: 0; z-index: 30; }
  2480.  
  2481. .bulma .navbar.is-fixed-bottom { bottom: 0; }
  2482.  
  2483. .bulma .navbar.is-fixed-bottom.has-shadow { box-shadow: 0 -2px 0 0 whitesmoke; }
  2484.  
  2485. .bulma .navbar.is-fixed-top { top: 0; }
  2486.  
  2487. .bulma .has-navbar-fixed-top, .bulma .has-navbar-fixed-top { padding-top: 3.25rem; }
  2488.  
  2489. .bulma .has-navbar-fixed-bottom, .bulma .has-navbar-fixed-bottom { padding-bottom: 3.25rem; }
  2490.  
  2491. .bulma .navbar-brand, .bulma .navbar-tabs { align-items: stretch; display: flex; flex-shrink: 0; min-height: 3.25rem; }
  2492.  
  2493. .bulma .navbar-brand a.navbar-item:focus, .bulma .navbar-brand a.navbar-item:hover { background-color: transparent; }
  2494.  
  2495. .bulma .navbar-tabs { -webkit-overflow-scrolling: touch; max-width: 100vw; overflow-x: auto; overflow-y: hidden; }
  2496.  
  2497. .bulma .navbar-burger { color: #4a4a4a; cursor: pointer; display: block; height: 3.25rem; position: relative; width: 3.25rem; margin-left: auto; }
  2498.  
  2499. .bulma .navbar-burger span { background-color: currentColor; display: block; height: 1px; left: calc(50% - 8px); position: absolute; transform-origin: center; transition-duration: 86ms; transition-property: background-color, opacity, transform; transition-timing-function: ease-out; width: 16px; }
  2500.  
  2501. .bulma .navbar-burger span:nth-child(1) { top: calc(50% - 6px); }
  2502.  
  2503. .bulma .navbar-burger span:nth-child(2) { top: calc(50% - 1px); }
  2504.  
  2505. .bulma .navbar-burger span:nth-child(3) { top: calc(50% + 4px); }
  2506.  
  2507. .bulma .navbar-burger:hover { background-color: rgba(0, 0, 0, 0.05); }
  2508.  
  2509. .bulma .navbar-burger.is-active span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  2510.  
  2511. .bulma .navbar-burger.is-active span:nth-child(2) { opacity: 0; }
  2512.  
  2513. .bulma .navbar-burger.is-active span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  2514.  
  2515. .bulma .navbar-menu { display: none; }
  2516.  
  2517. .bulma .navbar-item, .bulma .navbar-link { color: #4a4a4a; display: block; line-height: 1.5; padding: 0.5rem 0.75rem; position: relative; }
  2518.  
  2519. .bulma .navbar-item .icon:only-child, .bulma .navbar-link .icon:only-child { margin-left: -0.25rem; margin-right: -0.25rem; }
  2520.  
  2521. .bulma a.navbar-item, .bulma .navbar-link { cursor: pointer; }
  2522.  
  2523. .bulma a.navbar-item:focus, .bulma a.navbar-item:focus-within, .bulma a.navbar-item:hover, .bulma a.navbar-item.is-active, .bulma .navbar-link:focus, .bulma .navbar-link:focus-within, .bulma .navbar-link:hover, .bulma .navbar-link.is-active { background-color: #fafafa; color: #3273dc; }
  2524.  
  2525. .bulma .navbar-item { display: block; flex-grow: 0; flex-shrink: 0; }
  2526.  
  2527. .bulma .navbar-item img { max-height: 1.75rem; }
  2528.  
  2529. .bulma .navbar-item.has-dropdown { padding: 0; }
  2530.  
  2531. .bulma .navbar-item.is-expanded { flex-grow: 1; flex-shrink: 1; }
  2532.  
  2533. .bulma .navbar-item.is-tab { border-bottom: 1px solid transparent; min-height: 3.25rem; padding-bottom: calc(0.5rem - 1px); }
  2534.  
  2535. .bulma .navbar-item.is-tab:focus, .bulma .navbar-item.is-tab:hover { background-color: transparent; border-bottom-color: #3273dc; }
  2536.  
  2537. .bulma .navbar-item.is-tab.is-active { background-color: transparent; border-bottom-color: #3273dc; border-bottom-style: solid; border-bottom-width: 3px; color: #3273dc; padding-bottom: calc(0.5rem - 3px); }
  2538.  
  2539. .bulma .navbar-content { flex-grow: 1; flex-shrink: 1; }
  2540.  
  2541. .bulma .navbar-link:not(.is-arrowless) { padding-right: 2.5em; }
  2542.  
  2543. .bulma .navbar-link:not(.is-arrowless)::after { border-color: #3273dc; margin-top: -0.375em; right: 1.125em; }
  2544.  
  2545. .bulma .navbar-dropdown { font-size: 0.875rem; padding-bottom: 0.5rem; padding-top: 0.5rem; }
  2546.  
  2547. .bulma .navbar-dropdown .navbar-item { padding-left: 1.5rem; padding-right: 1.5rem; }
  2548.  
  2549. .bulma .navbar-divider { background-color: whitesmoke; border: none; display: none; height: 2px; margin: 0.5rem 0; }
  2550.  
  2551. @media screen and (max-width: 1023px) { .bulma .navbar > .container { display: block; }
  2552. .bulma .navbar-brand .navbar-item, .bulma .navbar-tabs .navbar-item { align-items: center; display: flex; }
  2553. .bulma .navbar-link::after { display: none; }
  2554. .bulma .navbar-menu { background-color: white; box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1); padding: 0.5rem 0; }
  2555. .bulma .navbar-menu.is-active { display: block; }
  2556. .bulma .navbar.is-fixed-bottom-touch, .bulma .navbar.is-fixed-top-touch { left: 0; position: fixed; right: 0; z-index: 30; }
  2557. .bulma .navbar.is-fixed-bottom-touch { bottom: 0; }
  2558. .bulma .navbar.is-fixed-bottom-touch.has-shadow { box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  2559. .bulma .navbar.is-fixed-top-touch { top: 0; }
  2560. .bulma .navbar.is-fixed-top .navbar-menu, .bulma .navbar.is-fixed-top-touch .navbar-menu { -webkit-overflow-scrolling: touch; max-height: calc(100vh - 3.25rem); overflow: auto; }
  2561. .bulma .has-navbar-fixed-top-touch, .bulma .has-navbar-fixed-top-touch { padding-top: 3.25rem; }
  2562. .bulma .has-navbar-fixed-bottom-touch, .bulma .has-navbar-fixed-bottom-touch { padding-bottom: 3.25rem; } }
  2563.  
  2564. @media screen and (min-width: 1024px) { .bulma .navbar, .bulma .navbar-menu, .bulma .navbar-start, .bulma .navbar-end { align-items: stretch; display: flex; }
  2565. .bulma .navbar { min-height: 3.25rem; }
  2566. .bulma .navbar.is-spaced { padding: 1rem 2rem; }
  2567. .bulma .navbar.is-spaced .navbar-start, .bulma .navbar.is-spaced .navbar-end { align-items: center; }
  2568. .bulma .navbar.is-spaced a.navbar-item, .bulma .navbar.is-spaced .navbar-link { border-radius: 4px; }
  2569. .bulma .navbar.is-transparent a.navbar-item:focus, .bulma .navbar.is-transparent a.navbar-item:hover, .bulma .navbar.is-transparent a.navbar-item.is-active, .bulma .navbar.is-transparent .navbar-link:focus, .bulma .navbar.is-transparent .navbar-link:hover, .bulma .navbar.is-transparent .navbar-link.is-active { background-color: transparent !important; }
  2570. .bulma .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .bulma .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .bulma .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .bulma .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link { background-color: transparent !important; }
  2571. .bulma .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .bulma .navbar.is-transparent .navbar-dropdown a.navbar-item:hover { background-color: whitesmoke; color: #0a0a0a; }
  2572. .bulma .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { background-color: whitesmoke; color: #3273dc; }
  2573. .bulma .navbar-burger { display: none; }
  2574. .bulma .navbar-item, .bulma .navbar-link { align-items: center; display: flex; }
  2575. .bulma .navbar-item { display: flex; }
  2576. .bulma .navbar-item.has-dropdown { align-items: stretch; }
  2577. .bulma .navbar-item.has-dropdown-up .navbar-link::after { transform: rotate(135deg) translate(0.25em, -0.25em); }
  2578. .bulma .navbar-item.has-dropdown-up .navbar-dropdown { border-bottom: 2px solid #dbdbdb; border-radius: 6px 6px 0 0; border-top: none; bottom: 100%; box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1); top: auto; }
  2579. .bulma .navbar-item.is-active .navbar-dropdown, .bulma .navbar-item.is-hoverable:focus .navbar-dropdown, .bulma .navbar-item.is-hoverable:focus-within .navbar-dropdown, .bulma .navbar-item.is-hoverable:hover .navbar-dropdown { display: block; }
  2580. .navbar.is-spaced .bulma .navbar-item.is-active .navbar-dropdown, .bulma .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .bulma .navbar-item.is-hoverable:focus .navbar-dropdown, .bulma .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .bulma .navbar-item.is-hoverable:focus-within .navbar-dropdown, .bulma .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .bulma .navbar-item.is-hoverable:hover .navbar-dropdown, .bulma .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed { opacity: 1; pointer-events: auto; transform: translateY(0); }
  2581. .bulma .navbar-menu { flex-grow: 1; flex-shrink: 0; }
  2582. .bulma .navbar-start { justify-content: flex-start; margin-right: auto; }
  2583. .bulma .navbar-end { justify-content: flex-end; margin-left: auto; }
  2584. .bulma .navbar-dropdown { background-color: white; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top: 2px solid #dbdbdb; box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1); display: none; font-size: 0.875rem; left: 0; min-width: 100%; position: absolute; top: 100%; z-index: 20; }
  2585. .bulma .navbar-dropdown .navbar-item { padding: 0.375rem 1rem; white-space: nowrap; }
  2586. .bulma .navbar-dropdown a.navbar-item { padding-right: 3rem; }
  2587. .bulma .navbar-dropdown a.navbar-item:focus, .bulma .navbar-dropdown a.navbar-item:hover { background-color: whitesmoke; color: #0a0a0a; }
  2588. .bulma .navbar-dropdown a.navbar-item.is-active { background-color: whitesmoke; color: #3273dc; }
  2589. .navbar.is-spaced .bulma .navbar-dropdown, .bulma .navbar-dropdown.is-boxed { border-radius: 6px; border-top: none; box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); display: block; opacity: 0; pointer-events: none; top: calc(100% + (-4px)); transform: translateY(-5px); transition-duration: 86ms; transition-property: opacity, transform; }
  2590. .bulma .navbar-dropdown.is-right { left: auto; right: 0; }
  2591. .bulma .navbar-divider { display: block; }
  2592. .bulma .navbar > .container .navbar-brand, .bulma .container > .navbar .navbar-brand { margin-left: -.75rem; }
  2593. .bulma .navbar > .container .navbar-menu, .bulma .container > .navbar .navbar-menu { margin-right: -.75rem; }
  2594. .bulma .navbar.is-fixed-bottom-desktop, .bulma .navbar.is-fixed-top-desktop { left: 0; position: fixed; right: 0; z-index: 30; }
  2595. .bulma .navbar.is-fixed-bottom-desktop { bottom: 0; }
  2596. .bulma .navbar.is-fixed-bottom-desktop.has-shadow { box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  2597. .bulma .navbar.is-fixed-top-desktop { top: 0; }
  2598. .bulma .has-navbar-fixed-top-desktop, .bulma .has-navbar-fixed-top-desktop { padding-top: 3.25rem; }
  2599. .bulma .has-navbar-fixed-bottom-desktop, .bulma .has-navbar-fixed-bottom-desktop { padding-bottom: 3.25rem; }
  2600. .bulma .has-spaced-navbar-fixed-top, .bulma .has-spaced-navbar-fixed-top { padding-top: 5.25rem; }
  2601. .bulma .has-spaced-navbar-fixed-bottom, .bulma .has-spaced-navbar-fixed-bottom { padding-bottom: 5.25rem; }
  2602. .bulma a.navbar-item.is-active, .bulma .navbar-link.is-active { color: #0a0a0a; }
  2603. .bulma a.navbar-item.is-active:not(:focus):not(:hover), .bulma .navbar-link.is-active:not(:focus):not(:hover) { background-color: transparent; }
  2604. .bulma .navbar-item.has-dropdown:focus .navbar-link, .bulma .navbar-item.has-dropdown:hover .navbar-link, .bulma .navbar-item.has-dropdown.is-active .navbar-link { background-color: #fafafa; } }
  2605.  
  2606. .bulma .hero.is-fullheight-with-navbar { min-height: calc(100vh - 3.25rem); }
  2607.  
  2608. .bulma .pagination { font-size: 1rem; margin: -0.25rem; }
  2609.  
  2610. .bulma .pagination.is-small { font-size: 0.75rem; }
  2611.  
  2612. .bulma .pagination.is-medium { font-size: 1.25rem; }
  2613.  
  2614. .bulma .pagination.is-large { font-size: 1.5rem; }
  2615.  
  2616. .bulma .pagination.is-rounded .pagination-previous, .bulma .pagination.is-rounded .pagination-next { padding-left: 1em; padding-right: 1em; border-radius: 290486px; }
  2617.  
  2618. .bulma .pagination.is-rounded .pagination-link { border-radius: 290486px; }
  2619.  
  2620. .bulma .pagination, .bulma .pagination-list { align-items: center; display: flex; justify-content: center; text-align: center; }
  2621.  
  2622. .bulma .pagination-previous, .bulma .pagination-next, .bulma .pagination-link, .bulma .pagination-ellipsis { font-size: 1em; justify-content: center; margin: 0.25rem; padding-left: 0.5em; padding-right: 0.5em; text-align: center; }
  2623.  
  2624. .bulma .pagination-previous, .bulma .pagination-next, .bulma .pagination-link { border-color: #dbdbdb; color: #363636; min-width: 2.25em; }
  2625.  
  2626. .bulma .pagination-previous:hover, .bulma .pagination-next:hover, .bulma .pagination-link:hover { border-color: #b5b5b5; color: #363636; }
  2627.  
  2628. .bulma .pagination-previous:focus, .bulma .pagination-next:focus, .bulma .pagination-link:focus { border-color: #3273dc; }
  2629.  
  2630. .bulma .pagination-previous:active, .bulma .pagination-next:active, .bulma .pagination-link:active { box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); }
  2631.  
  2632. .bulma .pagination-previous[disabled], .bulma .pagination-next[disabled], .bulma .pagination-link[disabled] { background-color: #dbdbdb; border-color: #dbdbdb; box-shadow: none; color: #7a7a7a; opacity: 0.5; }
  2633.  
  2634. .bulma .pagination-previous, .bulma .pagination-next { padding-left: 0.75em; padding-right: 0.75em; white-space: nowrap; }
  2635.  
  2636. .bulma .pagination-link.is-current { background-color: #3273dc; border-color: #3273dc; color: #fff; }
  2637.  
  2638. .bulma .pagination-ellipsis { color: #b5b5b5; pointer-events: none; }
  2639.  
  2640. .bulma .pagination-list { flex-wrap: wrap; }
  2641.  
  2642. @media screen and (max-width: 768px) { .bulma .pagination { flex-wrap: wrap; }
  2643. .bulma .pagination-previous, .bulma .pagination-next { flex-grow: 1; flex-shrink: 1; }
  2644. .bulma .pagination-list li { flex-grow: 1; flex-shrink: 1; } }
  2645.  
  2646. @media screen and (min-width: 769px), print { .bulma .pagination-list { flex-grow: 1; flex-shrink: 1; justify-content: flex-start; order: 1; }
  2647. .bulma .pagination-previous { order: 2; }
  2648. .bulma .pagination-next { order: 3; }
  2649. .bulma .pagination { justify-content: space-between; }
  2650. .bulma .pagination.is-centered .pagination-previous { order: 1; }
  2651. .bulma .pagination.is-centered .pagination-list { justify-content: center; order: 2; }
  2652. .bulma .pagination.is-centered .pagination-next { order: 3; }
  2653. .bulma .pagination.is-right .pagination-previous { order: 1; }
  2654. .bulma .pagination.is-right .pagination-next { order: 2; }
  2655. .bulma .pagination.is-right .pagination-list { justify-content: flex-end; order: 3; } }
  2656.  
  2657. .bulma .panel { font-size: 1rem; }
  2658.  
  2659. .bulma .panel:not(:last-child) { margin-bottom: 1.5rem; }
  2660.  
  2661. .bulma .panel-heading, .bulma .panel-tabs, .bulma .panel-block { border-bottom: 1px solid #dbdbdb; border-left: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb; }
  2662.  
  2663. .bulma .panel-heading:first-child, .bulma .panel-tabs:first-child, .bulma .panel-block:first-child { border-top: 1px solid #dbdbdb; }
  2664.  
  2665. .bulma .panel-heading { background-color: whitesmoke; border-radius: 4px 4px 0 0; color: #363636; font-size: 1.25em; font-weight: 300; line-height: 1.25; padding: 0.5em 0.75em; }
  2666.  
  2667. .bulma .panel-tabs { align-items: flex-end; display: flex; font-size: 0.875em; justify-content: center; }
  2668.  
  2669. .bulma .panel-tabs a { border-bottom: 1px solid #dbdbdb; margin-bottom: -1px; padding: 0.5em; }
  2670.  
  2671. .bulma .panel-tabs a.is-active { border-bottom-color: #4a4a4a; color: #363636; }
  2672.  
  2673. .bulma .panel-list a { color: #4a4a4a; }
  2674.  
  2675. .bulma .panel-list a:hover { color: #3273dc; }
  2676.  
  2677. .bulma .panel-block { align-items: center; color: #363636; display: flex; justify-content: flex-start; padding: 0.5em 0.75em; }
  2678.  
  2679. .bulma .panel-block input[type="checkbox"] { margin-right: 0.75em; }
  2680.  
  2681. .bulma .panel-block > .control { flex-grow: 1; flex-shrink: 1; width: 100%; }
  2682.  
  2683. .bulma .panel-block.is-wrapped { flex-wrap: wrap; }
  2684.  
  2685. .bulma .panel-block.is-active { border-left-color: #3273dc; color: #363636; }
  2686.  
  2687. .bulma .panel-block.is-active .panel-icon { color: #3273dc; }
  2688.  
  2689. .bulma a.panel-block, .bulma label.panel-block { cursor: pointer; }
  2690.  
  2691. .bulma a.panel-block:hover, .bulma label.panel-block:hover { background-color: whitesmoke; }
  2692.  
  2693. .bulma .panel-icon { display: inline-block; font-size: 14px; height: 1em; line-height: 1em; text-align: center; vertical-align: top; width: 1em; color: #7a7a7a; margin-right: 0.75em; }
  2694.  
  2695. .bulma .panel-icon .fa { font-size: inherit; line-height: inherit; }
  2696.  
  2697. .bulma .tabs { -webkit-overflow-scrolling: touch; align-items: stretch; display: flex; font-size: 1rem; justify-content: space-between; overflow: hidden; overflow-x: auto; white-space: nowrap; }
  2698.  
  2699. .bulma .tabs a { align-items: center; border-bottom-color: #dbdbdb; border-bottom-style: solid; border-bottom-width: 1px; color: #4a4a4a; display: flex; justify-content: center; margin-bottom: -1px; padding: 0.5em 1em; vertical-align: top; }
  2700.  
  2701. .bulma .tabs a:hover { border-bottom-color: #363636; color: #363636; }
  2702.  
  2703. .bulma .tabs li { display: block; }
  2704.  
  2705. .bulma .tabs li.is-active a { border-bottom-color: #3273dc; color: #3273dc; }
  2706.  
  2707. .bulma .tabs ul { align-items: center; border-bottom-color: #dbdbdb; border-bottom-style: solid; border-bottom-width: 1px; display: flex; flex-grow: 1; flex-shrink: 0; justify-content: flex-start; }
  2708.  
  2709. .bulma .tabs ul.is-left { padding-right: 0.75em; }
  2710.  
  2711. .bulma .tabs ul.is-center { flex: none; justify-content: center; padding-left: 0.75em; padding-right: 0.75em; }
  2712.  
  2713. .bulma .tabs ul.is-right { justify-content: flex-end; padding-left: 0.75em; }
  2714.  
  2715. .bulma .tabs .icon:first-child { margin-right: 0.5em; }
  2716.  
  2717. .bulma .tabs .icon:last-child { margin-left: 0.5em; }
  2718.  
  2719. .bulma .tabs.is-centered ul { justify-content: center; }
  2720.  
  2721. .bulma .tabs.is-right ul { justify-content: flex-end; }
  2722.  
  2723. .bulma .tabs.is-boxed a { border: 1px solid transparent; border-radius: 4px 4px 0 0; }
  2724.  
  2725. .bulma .tabs.is-boxed a:hover { background-color: whitesmoke; border-bottom-color: #dbdbdb; }
  2726.  
  2727. .bulma .tabs.is-boxed li.is-active a { background-color: white; border-color: #dbdbdb; border-bottom-color: transparent !important; }
  2728.  
  2729. .bulma .tabs.is-fullwidth li { flex-grow: 1; flex-shrink: 0; }
  2730.  
  2731. .bulma .tabs.is-toggle a { border-color: #dbdbdb; border-style: solid; border-width: 1px; margin-bottom: 0; position: relative; }
  2732.  
  2733. .bulma .tabs.is-toggle a:hover { background-color: whitesmoke; border-color: #b5b5b5; z-index: 2; }
  2734.  
  2735. .bulma .tabs.is-toggle li + li { margin-left: -1px; }
  2736.  
  2737. .bulma .tabs.is-toggle li:first-child a { border-radius: 4px 0 0 4px; }
  2738.  
  2739. .bulma .tabs.is-toggle li:last-child a { border-radius: 0 4px 4px 0; }
  2740.  
  2741. .bulma .tabs.is-toggle li.is-active a { background-color: #3273dc; border-color: #3273dc; color: #fff; z-index: 1; }
  2742.  
  2743. .bulma .tabs.is-toggle ul { border-bottom: none; }
  2744.  
  2745. .bulma .tabs.is-toggle.is-toggle-rounded li:first-child a { border-bottom-left-radius: 290486px; border-top-left-radius: 290486px; padding-left: 1.25em; }
  2746.  
  2747. .bulma .tabs.is-toggle.is-toggle-rounded li:last-child a { border-bottom-right-radius: 290486px; border-top-right-radius: 290486px; padding-right: 1.25em; }
  2748.  
  2749. .bulma .tabs.is-small { font-size: 0.75rem; }
  2750.  
  2751. .bulma .tabs.is-medium { font-size: 1.25rem; }
  2752.  
  2753. .bulma .tabs.is-large { font-size: 1.5rem; }
  2754.  
  2755. .bulma .column { display: block; flex-basis: 0; flex-grow: 1; flex-shrink: 1; padding: 0.75rem; }
  2756.  
  2757. .columns.is-mobile > .bulma .column.is-narrow { flex: none; }
  2758.  
  2759. .columns.is-mobile > .bulma .column.is-full { flex: none; width: 100%; }
  2760.  
  2761. .columns.is-mobile > .bulma .column.is-three-quarters { flex: none; width: 75%; }
  2762.  
  2763. .columns.is-mobile > .bulma .column.is-two-thirds { flex: none; width: 66.6666%; }
  2764.  
  2765. .columns.is-mobile > .bulma .column.is-half { flex: none; width: 50%; }
  2766.  
  2767. .columns.is-mobile > .bulma .column.is-one-third { flex: none; width: 33.3333%; }
  2768.  
  2769. .columns.is-mobile > .bulma .column.is-one-quarter { flex: none; width: 25%; }
  2770.  
  2771. .columns.is-mobile > .bulma .column.is-one-fifth { flex: none; width: 20%; }
  2772.  
  2773. .columns.is-mobile > .bulma .column.is-two-fifths { flex: none; width: 40%; }
  2774.  
  2775. .columns.is-mobile > .bulma .column.is-three-fifths { flex: none; width: 60%; }
  2776.  
  2777. .columns.is-mobile > .bulma .column.is-four-fifths { flex: none; width: 80%; }
  2778.  
  2779. .columns.is-mobile > .bulma .column.is-offset-three-quarters { margin-left: 75%; }
  2780.  
  2781. .columns.is-mobile > .bulma .column.is-offset-two-thirds { margin-left: 66.6666%; }
  2782.  
  2783. .columns.is-mobile > .bulma .column.is-offset-half { margin-left: 50%; }
  2784.  
  2785. .columns.is-mobile > .bulma .column.is-offset-one-third { margin-left: 33.3333%; }
  2786.  
  2787. .columns.is-mobile > .bulma .column.is-offset-one-quarter { margin-left: 25%; }
  2788.  
  2789. .columns.is-mobile > .bulma .column.is-offset-one-fifth { margin-left: 20%; }
  2790.  
  2791. .columns.is-mobile > .bulma .column.is-offset-two-fifths { margin-left: 40%; }
  2792.  
  2793. .columns.is-mobile > .bulma .column.is-offset-three-fifths { margin-left: 60%; }
  2794.  
  2795. .columns.is-mobile > .bulma .column.is-offset-four-fifths { margin-left: 80%; }
  2796.  
  2797. .columns.is-mobile > .bulma .column.is-0 { flex: none; width: 0%; }
  2798.  
  2799. .columns.is-mobile > .bulma .column.is-offset-0 { margin-left: 0%; }
  2800.  
  2801. .columns.is-mobile > .bulma .column.is-1 { flex: none; width: 8.33333%; }
  2802.  
  2803. .columns.is-mobile > .bulma .column.is-offset-1 { margin-left: 8.33333%; }
  2804.  
  2805. .columns.is-mobile > .bulma .column.is-2 { flex: none; width: 16.66667%; }
  2806.  
  2807. .columns.is-mobile > .bulma .column.is-offset-2 { margin-left: 16.66667%; }
  2808.  
  2809. .columns.is-mobile > .bulma .column.is-3 { flex: none; width: 25%; }
  2810.  
  2811. .columns.is-mobile > .bulma .column.is-offset-3 { margin-left: 25%; }
  2812.  
  2813. .columns.is-mobile > .bulma .column.is-4 { flex: none; width: 33.33333%; }
  2814.  
  2815. .columns.is-mobile > .bulma .column.is-offset-4 { margin-left: 33.33333%; }
  2816.  
  2817. .columns.is-mobile > .bulma .column.is-5 { flex: none; width: 41.66667%; }
  2818.  
  2819. .columns.is-mobile > .bulma .column.is-offset-5 { margin-left: 41.66667%; }
  2820.  
  2821. .columns.is-mobile > .bulma .column.is-6 { flex: none; width: 50%; }
  2822.  
  2823. .columns.is-mobile > .bulma .column.is-offset-6 { margin-left: 50%; }
  2824.  
  2825. .columns.is-mobile > .bulma .column.is-7 { flex: none; width: 58.33333%; }
  2826.  
  2827. .columns.is-mobile > .bulma .column.is-offset-7 { margin-left: 58.33333%; }
  2828.  
  2829. .columns.is-mobile > .bulma .column.is-8 { flex: none; width: 66.66667%; }
  2830.  
  2831. .columns.is-mobile > .bulma .column.is-offset-8 { margin-left: 66.66667%; }
  2832.  
  2833. .columns.is-mobile > .bulma .column.is-9 { flex: none; width: 75%; }
  2834.  
  2835. .columns.is-mobile > .bulma .column.is-offset-9 { margin-left: 75%; }
  2836.  
  2837. .columns.is-mobile > .bulma .column.is-10 { flex: none; width: 83.33333%; }
  2838.  
  2839. .columns.is-mobile > .bulma .column.is-offset-10 { margin-left: 83.33333%; }
  2840.  
  2841. .columns.is-mobile > .bulma .column.is-11 { flex: none; width: 91.66667%; }
  2842.  
  2843. .columns.is-mobile > .bulma .column.is-offset-11 { margin-left: 91.66667%; }
  2844.  
  2845. .columns.is-mobile > .bulma .column.is-12 { flex: none; width: 100%; }
  2846.  
  2847. .columns.is-mobile > .bulma .column.is-offset-12 { margin-left: 100%; }
  2848.  
  2849. @media screen and (max-width: 768px) { .bulma .column.is-narrow-mobile { flex: none; }
  2850. .bulma .column.is-full-mobile { flex: none; width: 100%; }
  2851. .bulma .column.is-three-quarters-mobile { flex: none; width: 75%; }
  2852. .bulma .column.is-two-thirds-mobile { flex: none; width: 66.6666%; }
  2853. .bulma .column.is-half-mobile { flex: none; width: 50%; }
  2854. .bulma .column.is-one-third-mobile { flex: none; width: 33.3333%; }
  2855. .bulma .column.is-one-quarter-mobile { flex: none; width: 25%; }
  2856. .bulma .column.is-one-fifth-mobile { flex: none; width: 20%; }
  2857. .bulma .column.is-two-fifths-mobile { flex: none; width: 40%; }
  2858. .bulma .column.is-three-fifths-mobile { flex: none; width: 60%; }
  2859. .bulma .column.is-four-fifths-mobile { flex: none; width: 80%; }
  2860. .bulma .column.is-offset-three-quarters-mobile { margin-left: 75%; }
  2861. .bulma .column.is-offset-two-thirds-mobile { margin-left: 66.6666%; }
  2862. .bulma .column.is-offset-half-mobile { margin-left: 50%; }
  2863. .bulma .column.is-offset-one-third-mobile { margin-left: 33.3333%; }
  2864. .bulma .column.is-offset-one-quarter-mobile { margin-left: 25%; }
  2865. .bulma .column.is-offset-one-fifth-mobile { margin-left: 20%; }
  2866. .bulma .column.is-offset-two-fifths-mobile { margin-left: 40%; }
  2867. .bulma .column.is-offset-three-fifths-mobile { margin-left: 60%; }
  2868. .bulma .column.is-offset-four-fifths-mobile { margin-left: 80%; }
  2869. .bulma .column.is-0-mobile { flex: none; width: 0%; }
  2870. .bulma .column.is-offset-0-mobile { margin-left: 0%; }
  2871. .bulma .column.is-1-mobile { flex: none; width: 8.33333%; }
  2872. .bulma .column.is-offset-1-mobile { margin-left: 8.33333%; }
  2873. .bulma .column.is-2-mobile { flex: none; width: 16.66667%; }
  2874. .bulma .column.is-offset-2-mobile { margin-left: 16.66667%; }
  2875. .bulma .column.is-3-mobile { flex: none; width: 25%; }
  2876. .bulma .column.is-offset-3-mobile { margin-left: 25%; }
  2877. .bulma .column.is-4-mobile { flex: none; width: 33.33333%; }
  2878. .bulma .column.is-offset-4-mobile { margin-left: 33.33333%; }
  2879. .bulma .column.is-5-mobile { flex: none; width: 41.66667%; }
  2880. .bulma .column.is-offset-5-mobile { margin-left: 41.66667%; }
  2881. .bulma .column.is-6-mobile { flex: none; width: 50%; }
  2882. .bulma .column.is-offset-6-mobile { margin-left: 50%; }
  2883. .bulma .column.is-7-mobile { flex: none; width: 58.33333%; }
  2884. .bulma .column.is-offset-7-mobile { margin-left: 58.33333%; }
  2885. .bulma .column.is-8-mobile { flex: none; width: 66.66667%; }
  2886. .bulma .column.is-offset-8-mobile { margin-left: 66.66667%; }
  2887. .bulma .column.is-9-mobile { flex: none; width: 75%; }
  2888. .bulma .column.is-offset-9-mobile { margin-left: 75%; }
  2889. .bulma .column.is-10-mobile { flex: none; width: 83.33333%; }
  2890. .bulma .column.is-offset-10-mobile { margin-left: 83.33333%; }
  2891. .bulma .column.is-11-mobile { flex: none; width: 91.66667%; }
  2892. .bulma .column.is-offset-11-mobile { margin-left: 91.66667%; }
  2893. .bulma .column.is-12-mobile { flex: none; width: 100%; }
  2894. .bulma .column.is-offset-12-mobile { margin-left: 100%; } }
  2895.  
  2896. @media screen and (min-width: 769px), print { .bulma .column.is-narrow, .bulma .column.is-narrow-tablet { flex: none; }
  2897. .bulma .column.is-full, .bulma .column.is-full-tablet { flex: none; width: 100%; }
  2898. .bulma .column.is-three-quarters, .bulma .column.is-three-quarters-tablet { flex: none; width: 75%; }
  2899. .bulma .column.is-two-thirds, .bulma .column.is-two-thirds-tablet { flex: none; width: 66.6666%; }
  2900. .bulma .column.is-half, .bulma .column.is-half-tablet { flex: none; width: 50%; }
  2901. .bulma .column.is-one-third, .bulma .column.is-one-third-tablet { flex: none; width: 33.3333%; }
  2902. .bulma .column.is-one-quarter, .bulma .column.is-one-quarter-tablet { flex: none; width: 25%; }
  2903. .bulma .column.is-one-fifth, .bulma .column.is-one-fifth-tablet { flex: none; width: 20%; }
  2904. .bulma .column.is-two-fifths, .bulma .column.is-two-fifths-tablet { flex: none; width: 40%; }
  2905. .bulma .column.is-three-fifths, .bulma .column.is-three-fifths-tablet { flex: none; width: 60%; }
  2906. .bulma .column.is-four-fifths, .bulma .column.is-four-fifths-tablet { flex: none; width: 80%; }
  2907. .bulma .column.is-offset-three-quarters, .bulma .column.is-offset-three-quarters-tablet { margin-left: 75%; }
  2908. .bulma .column.is-offset-two-thirds, .bulma .column.is-offset-two-thirds-tablet { margin-left: 66.6666%; }
  2909. .bulma .column.is-offset-half, .bulma .column.is-offset-half-tablet { margin-left: 50%; }
  2910. .bulma .column.is-offset-one-third, .bulma .column.is-offset-one-third-tablet { margin-left: 33.3333%; }
  2911. .bulma .column.is-offset-one-quarter, .bulma .column.is-offset-one-quarter-tablet { margin-left: 25%; }
  2912. .bulma .column.is-offset-one-fifth, .bulma .column.is-offset-one-fifth-tablet { margin-left: 20%; }
  2913. .bulma .column.is-offset-two-fifths, .bulma .column.is-offset-two-fifths-tablet { margin-left: 40%; }
  2914. .bulma .column.is-offset-three-fifths, .bulma .column.is-offset-three-fifths-tablet { margin-left: 60%; }
  2915. .bulma .column.is-offset-four-fifths, .bulma .column.is-offset-four-fifths-tablet { margin-left: 80%; }
  2916. .bulma .column.is-0, .bulma .column.is-0-tablet { flex: none; width: 0%; }
  2917. .bulma .column.is-offset-0, .bulma .column.is-offset-0-tablet { margin-left: 0%; }
  2918. .bulma .column.is-1, .bulma .column.is-1-tablet { flex: none; width: 8.33333%; }
  2919. .bulma .column.is-offset-1, .bulma .column.is-offset-1-tablet { margin-left: 8.33333%; }
  2920. .bulma .column.is-2, .bulma .column.is-2-tablet { flex: none; width: 16.66667%; }
  2921. .bulma .column.is-offset-2, .bulma .column.is-offset-2-tablet { margin-left: 16.66667%; }
  2922. .bulma .column.is-3, .bulma .column.is-3-tablet { flex: none; width: 25%; }
  2923. .bulma .column.is-offset-3, .bulma .column.is-offset-3-tablet { margin-left: 25%; }
  2924. .bulma .column.is-4, .bulma .column.is-4-tablet { flex: none; width: 33.33333%; }
  2925. .bulma .column.is-offset-4, .bulma .column.is-offset-4-tablet { margin-left: 33.33333%; }
  2926. .bulma .column.is-5, .bulma .column.is-5-tablet { flex: none; width: 41.66667%; }
  2927. .bulma .column.is-offset-5, .bulma .column.is-offset-5-tablet { margin-left: 41.66667%; }
  2928. .bulma .column.is-6, .bulma .column.is-6-tablet { flex: none; width: 50%; }
  2929. .bulma .column.is-offset-6, .bulma .column.is-offset-6-tablet { margin-left: 50%; }
  2930. .bulma .column.is-7, .bulma .column.is-7-tablet { flex: none; width: 58.33333%; }
  2931. .bulma .column.is-offset-7, .bulma .column.is-offset-7-tablet { margin-left: 58.33333%; }
  2932. .bulma .column.is-8, .bulma .column.is-8-tablet { flex: none; width: 66.66667%; }
  2933. .bulma .column.is-offset-8, .bulma .column.is-offset-8-tablet { margin-left: 66.66667%; }
  2934. .bulma .column.is-9, .bulma .column.is-9-tablet { flex: none; width: 75%; }
  2935. .bulma .column.is-offset-9, .bulma .column.is-offset-9-tablet { margin-left: 75%; }
  2936. .bulma .column.is-10, .bulma .column.is-10-tablet { flex: none; width: 83.33333%; }
  2937. .bulma .column.is-offset-10, .bulma .column.is-offset-10-tablet { margin-left: 83.33333%; }
  2938. .bulma .column.is-11, .bulma .column.is-11-tablet { flex: none; width: 91.66667%; }
  2939. .bulma .column.is-offset-11, .bulma .column.is-offset-11-tablet { margin-left: 91.66667%; }
  2940. .bulma .column.is-12, .bulma .column.is-12-tablet { flex: none; width: 100%; }
  2941. .bulma .column.is-offset-12, .bulma .column.is-offset-12-tablet { margin-left: 100%; } }
  2942.  
  2943. @media screen and (max-width: 1023px) { .bulma .column.is-narrow-touch { flex: none; }
  2944. .bulma .column.is-full-touch { flex: none; width: 100%; }
  2945. .bulma .column.is-three-quarters-touch { flex: none; width: 75%; }
  2946. .bulma .column.is-two-thirds-touch { flex: none; width: 66.6666%; }
  2947. .bulma .column.is-half-touch { flex: none; width: 50%; }
  2948. .bulma .column.is-one-third-touch { flex: none; width: 33.3333%; }
  2949. .bulma .column.is-one-quarter-touch { flex: none; width: 25%; }
  2950. .bulma .column.is-one-fifth-touch { flex: none; width: 20%; }
  2951. .bulma .column.is-two-fifths-touch { flex: none; width: 40%; }
  2952. .bulma .column.is-three-fifths-touch { flex: none; width: 60%; }
  2953. .bulma .column.is-four-fifths-touch { flex: none; width: 80%; }
  2954. .bulma .column.is-offset-three-quarters-touch { margin-left: 75%; }
  2955. .bulma .column.is-offset-two-thirds-touch { margin-left: 66.6666%; }
  2956. .bulma .column.is-offset-half-touch { margin-left: 50%; }
  2957. .bulma .column.is-offset-one-third-touch { margin-left: 33.3333%; }
  2958. .bulma .column.is-offset-one-quarter-touch { margin-left: 25%; }
  2959. .bulma .column.is-offset-one-fifth-touch { margin-left: 20%; }
  2960. .bulma .column.is-offset-two-fifths-touch { margin-left: 40%; }
  2961. .bulma .column.is-offset-three-fifths-touch { margin-left: 60%; }
  2962. .bulma .column.is-offset-four-fifths-touch { margin-left: 80%; }
  2963. .bulma .column.is-0-touch { flex: none; width: 0%; }
  2964. .bulma .column.is-offset-0-touch { margin-left: 0%; }
  2965. .bulma .column.is-1-touch { flex: none; width: 8.33333%; }
  2966. .bulma .column.is-offset-1-touch { margin-left: 8.33333%; }
  2967. .bulma .column.is-2-touch { flex: none; width: 16.66667%; }
  2968. .bulma .column.is-offset-2-touch { margin-left: 16.66667%; }
  2969. .bulma .column.is-3-touch { flex: none; width: 25%; }
  2970. .bulma .column.is-offset-3-touch { margin-left: 25%; }
  2971. .bulma .column.is-4-touch { flex: none; width: 33.33333%; }
  2972. .bulma .column.is-offset-4-touch { margin-left: 33.33333%; }
  2973. .bulma .column.is-5-touch { flex: none; width: 41.66667%; }
  2974. .bulma .column.is-offset-5-touch { margin-left: 41.66667%; }
  2975. .bulma .column.is-6-touch { flex: none; width: 50%; }
  2976. .bulma .column.is-offset-6-touch { margin-left: 50%; }
  2977. .bulma .column.is-7-touch { flex: none; width: 58.33333%; }
  2978. .bulma .column.is-offset-7-touch { margin-left: 58.33333%; }
  2979. .bulma .column.is-8-touch { flex: none; width: 66.66667%; }
  2980. .bulma .column.is-offset-8-touch { margin-left: 66.66667%; }
  2981. .bulma .column.is-9-touch { flex: none; width: 75%; }
  2982. .bulma .column.is-offset-9-touch { margin-left: 75%; }
  2983. .bulma .column.is-10-touch { flex: none; width: 83.33333%; }
  2984. .bulma .column.is-offset-10-touch { margin-left: 83.33333%; }
  2985. .bulma .column.is-11-touch { flex: none; width: 91.66667%; }
  2986. .bulma .column.is-offset-11-touch { margin-left: 91.66667%; }
  2987. .bulma .column.is-12-touch { flex: none; width: 100%; }
  2988. .bulma .column.is-offset-12-touch { margin-left: 100%; } }
  2989.  
  2990. @media screen and (min-width: 1024px) { .bulma .column.is-narrow-desktop { flex: none; }
  2991. .bulma .column.is-full-desktop { flex: none; width: 100%; }
  2992. .bulma .column.is-three-quarters-desktop { flex: none; width: 75%; }
  2993. .bulma .column.is-two-thirds-desktop { flex: none; width: 66.6666%; }
  2994. .bulma .column.is-half-desktop { flex: none; width: 50%; }
  2995. .bulma .column.is-one-third-desktop { flex: none; width: 33.3333%; }
  2996. .bulma .column.is-one-quarter-desktop { flex: none; width: 25%; }
  2997. .bulma .column.is-one-fifth-desktop { flex: none; width: 20%; }
  2998. .bulma .column.is-two-fifths-desktop { flex: none; width: 40%; }
  2999. .bulma .column.is-three-fifths-desktop { flex: none; width: 60%; }
  3000. .bulma .column.is-four-fifths-desktop { flex: none; width: 80%; }
  3001. .bulma .column.is-offset-three-quarters-desktop { margin-left: 75%; }
  3002. .bulma .column.is-offset-two-thirds-desktop { margin-left: 66.6666%; }
  3003. .bulma .column.is-offset-half-desktop { margin-left: 50%; }
  3004. .bulma .column.is-offset-one-third-desktop { margin-left: 33.3333%; }
  3005. .bulma .column.is-offset-one-quarter-desktop { margin-left: 25%; }
  3006. .bulma .column.is-offset-one-fifth-desktop { margin-left: 20%; }
  3007. .bulma .column.is-offset-two-fifths-desktop { margin-left: 40%; }
  3008. .bulma .column.is-offset-three-fifths-desktop { margin-left: 60%; }
  3009. .bulma .column.is-offset-four-fifths-desktop { margin-left: 80%; }
  3010. .bulma .column.is-0-desktop { flex: none; width: 0%; }
  3011. .bulma .column.is-offset-0-desktop { margin-left: 0%; }
  3012. .bulma .column.is-1-desktop { flex: none; width: 8.33333%; }
  3013. .bulma .column.is-offset-1-desktop { margin-left: 8.33333%; }
  3014. .bulma .column.is-2-desktop { flex: none; width: 16.66667%; }
  3015. .bulma .column.is-offset-2-desktop { margin-left: 16.66667%; }
  3016. .bulma .column.is-3-desktop { flex: none; width: 25%; }
  3017. .bulma .column.is-offset-3-desktop { margin-left: 25%; }
  3018. .bulma .column.is-4-desktop { flex: none; width: 33.33333%; }
  3019. .bulma .column.is-offset-4-desktop { margin-left: 33.33333%; }
  3020. .bulma .column.is-5-desktop { flex: none; width: 41.66667%; }
  3021. .bulma .column.is-offset-5-desktop { margin-left: 41.66667%; }
  3022. .bulma .column.is-6-desktop { flex: none; width: 50%; }
  3023. .bulma .column.is-offset-6-desktop { margin-left: 50%; }
  3024. .bulma .column.is-7-desktop { flex: none; width: 58.33333%; }
  3025. .bulma .column.is-offset-7-desktop { margin-left: 58.33333%; }
  3026. .bulma .column.is-8-desktop { flex: none; width: 66.66667%; }
  3027. .bulma .column.is-offset-8-desktop { margin-left: 66.66667%; }
  3028. .bulma .column.is-9-desktop { flex: none; width: 75%; }
  3029. .bulma .column.is-offset-9-desktop { margin-left: 75%; }
  3030. .bulma .column.is-10-desktop { flex: none; width: 83.33333%; }
  3031. .bulma .column.is-offset-10-desktop { margin-left: 83.33333%; }
  3032. .bulma .column.is-11-desktop { flex: none; width: 91.66667%; }
  3033. .bulma .column.is-offset-11-desktop { margin-left: 91.66667%; }
  3034. .bulma .column.is-12-desktop { flex: none; width: 100%; }
  3035. .bulma .column.is-offset-12-desktop { margin-left: 100%; } }
  3036.  
  3037. @media screen and (min-width: 1216px) { .bulma .column.is-narrow-widescreen { flex: none; }
  3038. .bulma .column.is-full-widescreen { flex: none; width: 100%; }
  3039. .bulma .column.is-three-quarters-widescreen { flex: none; width: 75%; }
  3040. .bulma .column.is-two-thirds-widescreen { flex: none; width: 66.6666%; }
  3041. .bulma .column.is-half-widescreen { flex: none; width: 50%; }
  3042. .bulma .column.is-one-third-widescreen { flex: none; width: 33.3333%; }
  3043. .bulma .column.is-one-quarter-widescreen { flex: none; width: 25%; }
  3044. .bulma .column.is-one-fifth-widescreen { flex: none; width: 20%; }
  3045. .bulma .column.is-two-fifths-widescreen { flex: none; width: 40%; }
  3046. .bulma .column.is-three-fifths-widescreen { flex: none; width: 60%; }
  3047. .bulma .column.is-four-fifths-widescreen { flex: none; width: 80%; }
  3048. .bulma .column.is-offset-three-quarters-widescreen { margin-left: 75%; }
  3049. .bulma .column.is-offset-two-thirds-widescreen { margin-left: 66.6666%; }
  3050. .bulma .column.is-offset-half-widescreen { margin-left: 50%; }
  3051. .bulma .column.is-offset-one-third-widescreen { margin-left: 33.3333%; }
  3052. .bulma .column.is-offset-one-quarter-widescreen { margin-left: 25%; }
  3053. .bulma .column.is-offset-one-fifth-widescreen { margin-left: 20%; }
  3054. .bulma .column.is-offset-two-fifths-widescreen { margin-left: 40%; }
  3055. .bulma .column.is-offset-three-fifths-widescreen { margin-left: 60%; }
  3056. .bulma .column.is-offset-four-fifths-widescreen { margin-left: 80%; }
  3057. .bulma .column.is-0-widescreen { flex: none; width: 0%; }
  3058. .bulma .column.is-offset-0-widescreen { margin-left: 0%; }
  3059. .bulma .column.is-1-widescreen { flex: none; width: 8.33333%; }
  3060. .bulma .column.is-offset-1-widescreen { margin-left: 8.33333%; }
  3061. .bulma .column.is-2-widescreen { flex: none; width: 16.66667%; }
  3062. .bulma .column.is-offset-2-widescreen { margin-left: 16.66667%; }
  3063. .bulma .column.is-3-widescreen { flex: none; width: 25%; }
  3064. .bulma .column.is-offset-3-widescreen { margin-left: 25%; }
  3065. .bulma .column.is-4-widescreen { flex: none; width: 33.33333%; }
  3066. .bulma .column.is-offset-4-widescreen { margin-left: 33.33333%; }
  3067. .bulma .column.is-5-widescreen { flex: none; width: 41.66667%; }
  3068. .bulma .column.is-offset-5-widescreen { margin-left: 41.66667%; }
  3069. .bulma .column.is-6-widescreen { flex: none; width: 50%; }
  3070. .bulma .column.is-offset-6-widescreen { margin-left: 50%; }
  3071. .bulma .column.is-7-widescreen { flex: none; width: 58.33333%; }
  3072. .bulma .column.is-offset-7-widescreen { margin-left: 58.33333%; }
  3073. .bulma .column.is-8-widescreen { flex: none; width: 66.66667%; }
  3074. .bulma .column.is-offset-8-widescreen { margin-left: 66.66667%; }
  3075. .bulma .column.is-9-widescreen { flex: none; width: 75%; }
  3076. .bulma .column.is-offset-9-widescreen { margin-left: 75%; }
  3077. .bulma .column.is-10-widescreen { flex: none; width: 83.33333%; }
  3078. .bulma .column.is-offset-10-widescreen { margin-left: 83.33333%; }
  3079. .bulma .column.is-11-widescreen { flex: none; width: 91.66667%; }
  3080. .bulma .column.is-offset-11-widescreen { margin-left: 91.66667%; }
  3081. .bulma .column.is-12-widescreen { flex: none; width: 100%; }
  3082. .bulma .column.is-offset-12-widescreen { margin-left: 100%; } }
  3083.  
  3084. @media screen and (min-width: 1408px) { .bulma .column.is-narrow-fullhd { flex: none; }
  3085. .bulma .column.is-full-fullhd { flex: none; width: 100%; }
  3086. .bulma .column.is-three-quarters-fullhd { flex: none; width: 75%; }
  3087. .bulma .column.is-two-thirds-fullhd { flex: none; width: 66.6666%; }
  3088. .bulma .column.is-half-fullhd { flex: none; width: 50%; }
  3089. .bulma .column.is-one-third-fullhd { flex: none; width: 33.3333%; }
  3090. .bulma .column.is-one-quarter-fullhd { flex: none; width: 25%; }
  3091. .bulma .column.is-one-fifth-fullhd { flex: none; width: 20%; }
  3092. .bulma .column.is-two-fifths-fullhd { flex: none; width: 40%; }
  3093. .bulma .column.is-three-fifths-fullhd { flex: none; width: 60%; }
  3094. .bulma .column.is-four-fifths-fullhd { flex: none; width: 80%; }
  3095. .bulma .column.is-offset-three-quarters-fullhd { margin-left: 75%; }
  3096. .bulma .column.is-offset-two-thirds-fullhd { margin-left: 66.6666%; }
  3097. .bulma .column.is-offset-half-fullhd { margin-left: 50%; }
  3098. .bulma .column.is-offset-one-third-fullhd { margin-left: 33.3333%; }
  3099. .bulma .column.is-offset-one-quarter-fullhd { margin-left: 25%; }
  3100. .bulma .column.is-offset-one-fifth-fullhd { margin-left: 20%; }
  3101. .bulma .column.is-offset-two-fifths-fullhd { margin-left: 40%; }
  3102. .bulma .column.is-offset-three-fifths-fullhd { margin-left: 60%; }
  3103. .bulma .column.is-offset-four-fifths-fullhd { margin-left: 80%; }
  3104. .bulma .column.is-0-fullhd { flex: none; width: 0%; }
  3105. .bulma .column.is-offset-0-fullhd { margin-left: 0%; }
  3106. .bulma .column.is-1-fullhd { flex: none; width: 8.33333%; }
  3107. .bulma .column.is-offset-1-fullhd { margin-left: 8.33333%; }
  3108. .bulma .column.is-2-fullhd { flex: none; width: 16.66667%; }
  3109. .bulma .column.is-offset-2-fullhd { margin-left: 16.66667%; }
  3110. .bulma .column.is-3-fullhd { flex: none; width: 25%; }
  3111. .bulma .column.is-offset-3-fullhd { margin-left: 25%; }
  3112. .bulma .column.is-4-fullhd { flex: none; width: 33.33333%; }
  3113. .bulma .column.is-offset-4-fullhd { margin-left: 33.33333%; }
  3114. .bulma .column.is-5-fullhd { flex: none; width: 41.66667%; }
  3115. .bulma .column.is-offset-5-fullhd { margin-left: 41.66667%; }
  3116. .bulma .column.is-6-fullhd { flex: none; width: 50%; }
  3117. .bulma .column.is-offset-6-fullhd { margin-left: 50%; }
  3118. .bulma .column.is-7-fullhd { flex: none; width: 58.33333%; }
  3119. .bulma .column.is-offset-7-fullhd { margin-left: 58.33333%; }
  3120. .bulma .column.is-8-fullhd { flex: none; width: 66.66667%; }
  3121. .bulma .column.is-offset-8-fullhd { margin-left: 66.66667%; }
  3122. .bulma .column.is-9-fullhd { flex: none; width: 75%; }
  3123. .bulma .column.is-offset-9-fullhd { margin-left: 75%; }
  3124. .bulma .column.is-10-fullhd { flex: none; width: 83.33333%; }
  3125. .bulma .column.is-offset-10-fullhd { margin-left: 83.33333%; }
  3126. .bulma .column.is-11-fullhd { flex: none; width: 91.66667%; }
  3127. .bulma .column.is-offset-11-fullhd { margin-left: 91.66667%; }
  3128. .bulma .column.is-12-fullhd { flex: none; width: 100%; }
  3129. .bulma .column.is-offset-12-fullhd { margin-left: 100%; } }
  3130.  
  3131. .bulma .columns { margin-left: -0.75rem; margin-right: -0.75rem; margin-top: -0.75rem; }
  3132.  
  3133. .bulma .columns:last-child { margin-bottom: -0.75rem; }
  3134.  
  3135. .bulma .columns:not(:last-child) { margin-bottom: calc(1.5rem - 0.75rem); }
  3136.  
  3137. .bulma .columns.is-centered { justify-content: center; }
  3138.  
  3139. .bulma .columns.is-gapless { margin-left: 0; margin-right: 0; margin-top: 0; }
  3140.  
  3141. .bulma .columns.is-gapless > .column { margin: 0; padding: 0 !important; }
  3142.  
  3143. .bulma .columns.is-gapless:not(:last-child) { margin-bottom: 1.5rem; }
  3144.  
  3145. .bulma .columns.is-gapless:last-child { margin-bottom: 0; }
  3146.  
  3147. .bulma .columns.is-mobile { display: flex; }
  3148.  
  3149. .bulma .columns.is-multiline { flex-wrap: wrap; }
  3150.  
  3151. .bulma .columns.is-vcentered { align-items: center; }
  3152.  
  3153. @media screen and (min-width: 769px), print { .bulma .columns:not(.is-desktop) { display: flex; } }
  3154.  
  3155. @media screen and (min-width: 1024px) { .bulma .columns.is-desktop { display: flex; } }
  3156.  
  3157. .bulma .columns.is-variable { --columnGap: 0.75rem; margin-left: calc(-1 * var(--columnGap)); margin-right: calc(-1 * var(--columnGap)); }
  3158.  
  3159. .bulma .columns.is-variable .column { padding-left: var(--columnGap); padding-right: var(--columnGap); }
  3160.  
  3161. .bulma .columns.is-variable.is-0 { --columnGap: 0rem; }
  3162.  
  3163. @media screen and (max-width: 768px) { .bulma .columns.is-variable.is-0-mobile { --columnGap: 0rem; } }
  3164.  
  3165. @media screen and (min-width: 769px), print { .bulma .columns.is-variable.is-0-tablet { --columnGap: 0rem; } }
  3166.  
  3167. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .columns.is-variable.is-0-tablet-only { --columnGap: 0rem; } }
  3168.  
  3169. @media screen and (max-width: 1023px) { .bulma .columns.is-variable.is-0-touch { --columnGap: 0rem; } }
  3170.  
  3171. @media screen and (min-width: 1024px) { .bulma .columns.is-variable.is-0-desktop { --columnGap: 0rem; } }
  3172.  
  3173. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .columns.is-variable.is-0-desktop-only { --columnGap: 0rem; } }
  3174.  
  3175. @media screen and (min-width: 1216px) { .bulma .columns.is-variable.is-0-widescreen { --columnGap: 0rem; } }
  3176.  
  3177. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .columns.is-variable.is-0-widescreen-only { --columnGap: 0rem; } }
  3178.  
  3179. @media screen and (min-width: 1408px) { .bulma .columns.is-variable.is-0-fullhd { --columnGap: 0rem; } }
  3180.  
  3181. .bulma .columns.is-variable.is-1 { --columnGap: 0.25rem; }
  3182.  
  3183. @media screen and (max-width: 768px) { .bulma .columns.is-variable.is-1-mobile { --columnGap: 0.25rem; } }
  3184.  
  3185. @media screen and (min-width: 769px), print { .bulma .columns.is-variable.is-1-tablet { --columnGap: 0.25rem; } }
  3186.  
  3187. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .columns.is-variable.is-1-tablet-only { --columnGap: 0.25rem; } }
  3188.  
  3189. @media screen and (max-width: 1023px) { .bulma .columns.is-variable.is-1-touch { --columnGap: 0.25rem; } }
  3190.  
  3191. @media screen and (min-width: 1024px) { .bulma .columns.is-variable.is-1-desktop { --columnGap: 0.25rem; } }
  3192.  
  3193. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .columns.is-variable.is-1-desktop-only { --columnGap: 0.25rem; } }
  3194.  
  3195. @media screen and (min-width: 1216px) { .bulma .columns.is-variable.is-1-widescreen { --columnGap: 0.25rem; } }
  3196.  
  3197. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .columns.is-variable.is-1-widescreen-only { --columnGap: 0.25rem; } }
  3198.  
  3199. @media screen and (min-width: 1408px) { .bulma .columns.is-variable.is-1-fullhd { --columnGap: 0.25rem; } }
  3200.  
  3201. .bulma .columns.is-variable.is-2 { --columnGap: 0.5rem; }
  3202.  
  3203. @media screen and (max-width: 768px) { .bulma .columns.is-variable.is-2-mobile { --columnGap: 0.5rem; } }
  3204.  
  3205. @media screen and (min-width: 769px), print { .bulma .columns.is-variable.is-2-tablet { --columnGap: 0.5rem; } }
  3206.  
  3207. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .columns.is-variable.is-2-tablet-only { --columnGap: 0.5rem; } }
  3208.  
  3209. @media screen and (max-width: 1023px) { .bulma .columns.is-variable.is-2-touch { --columnGap: 0.5rem; } }
  3210.  
  3211. @media screen and (min-width: 1024px) { .bulma .columns.is-variable.is-2-desktop { --columnGap: 0.5rem; } }
  3212.  
  3213. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .columns.is-variable.is-2-desktop-only { --columnGap: 0.5rem; } }
  3214.  
  3215. @media screen and (min-width: 1216px) { .bulma .columns.is-variable.is-2-widescreen { --columnGap: 0.5rem; } }
  3216.  
  3217. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .columns.is-variable.is-2-widescreen-only { --columnGap: 0.5rem; } }
  3218.  
  3219. @media screen and (min-width: 1408px) { .bulma .columns.is-variable.is-2-fullhd { --columnGap: 0.5rem; } }
  3220.  
  3221. .bulma .columns.is-variable.is-3 { --columnGap: 0.75rem; }
  3222.  
  3223. @media screen and (max-width: 768px) { .bulma .columns.is-variable.is-3-mobile { --columnGap: 0.75rem; } }
  3224.  
  3225. @media screen and (min-width: 769px), print { .bulma .columns.is-variable.is-3-tablet { --columnGap: 0.75rem; } }
  3226.  
  3227. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .columns.is-variable.is-3-tablet-only { --columnGap: 0.75rem; } }
  3228.  
  3229. @media screen and (max-width: 1023px) { .bulma .columns.is-variable.is-3-touch { --columnGap: 0.75rem; } }
  3230.  
  3231. @media screen and (min-width: 1024px) { .bulma .columns.is-variable.is-3-desktop { --columnGap: 0.75rem; } }
  3232.  
  3233. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .columns.is-variable.is-3-desktop-only { --columnGap: 0.75rem; } }
  3234.  
  3235. @media screen and (min-width: 1216px) { .bulma .columns.is-variable.is-3-widescreen { --columnGap: 0.75rem; } }
  3236.  
  3237. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .columns.is-variable.is-3-widescreen-only { --columnGap: 0.75rem; } }
  3238.  
  3239. @media screen and (min-width: 1408px) { .bulma .columns.is-variable.is-3-fullhd { --columnGap: 0.75rem; } }
  3240.  
  3241. .bulma .columns.is-variable.is-4 { --columnGap: 1rem; }
  3242.  
  3243. @media screen and (max-width: 768px) { .bulma .columns.is-variable.is-4-mobile { --columnGap: 1rem; } }
  3244.  
  3245. @media screen and (min-width: 769px), print { .bulma .columns.is-variable.is-4-tablet { --columnGap: 1rem; } }
  3246.  
  3247. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .columns.is-variable.is-4-tablet-only { --columnGap: 1rem; } }
  3248.  
  3249. @media screen and (max-width: 1023px) { .bulma .columns.is-variable.is-4-touch { --columnGap: 1rem; } }
  3250.  
  3251. @media screen and (min-width: 1024px) { .bulma .columns.is-variable.is-4-desktop { --columnGap: 1rem; } }
  3252.  
  3253. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .columns.is-variable.is-4-desktop-only { --columnGap: 1rem; } }
  3254.  
  3255. @media screen and (min-width: 1216px) { .bulma .columns.is-variable.is-4-widescreen { --columnGap: 1rem; } }
  3256.  
  3257. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .columns.is-variable.is-4-widescreen-only { --columnGap: 1rem; } }
  3258.  
  3259. @media screen and (min-width: 1408px) { .bulma .columns.is-variable.is-4-fullhd { --columnGap: 1rem; } }
  3260.  
  3261. .bulma .columns.is-variable.is-5 { --columnGap: 1.25rem; }
  3262.  
  3263. @media screen and (max-width: 768px) { .bulma .columns.is-variable.is-5-mobile { --columnGap: 1.25rem; } }
  3264.  
  3265. @media screen and (min-width: 769px), print { .bulma .columns.is-variable.is-5-tablet { --columnGap: 1.25rem; } }
  3266.  
  3267. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .columns.is-variable.is-5-tablet-only { --columnGap: 1.25rem; } }
  3268.  
  3269. @media screen and (max-width: 1023px) { .bulma .columns.is-variable.is-5-touch { --columnGap: 1.25rem; } }
  3270.  
  3271. @media screen and (min-width: 1024px) { .bulma .columns.is-variable.is-5-desktop { --columnGap: 1.25rem; } }
  3272.  
  3273. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .columns.is-variable.is-5-desktop-only { --columnGap: 1.25rem; } }
  3274.  
  3275. @media screen and (min-width: 1216px) { .bulma .columns.is-variable.is-5-widescreen { --columnGap: 1.25rem; } }
  3276.  
  3277. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .columns.is-variable.is-5-widescreen-only { --columnGap: 1.25rem; } }
  3278.  
  3279. @media screen and (min-width: 1408px) { .bulma .columns.is-variable.is-5-fullhd { --columnGap: 1.25rem; } }
  3280.  
  3281. .bulma .columns.is-variable.is-6 { --columnGap: 1.5rem; }
  3282.  
  3283. @media screen and (max-width: 768px) { .bulma .columns.is-variable.is-6-mobile { --columnGap: 1.5rem; } }
  3284.  
  3285. @media screen and (min-width: 769px), print { .bulma .columns.is-variable.is-6-tablet { --columnGap: 1.5rem; } }
  3286.  
  3287. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .columns.is-variable.is-6-tablet-only { --columnGap: 1.5rem; } }
  3288.  
  3289. @media screen and (max-width: 1023px) { .bulma .columns.is-variable.is-6-touch { --columnGap: 1.5rem; } }
  3290.  
  3291. @media screen and (min-width: 1024px) { .bulma .columns.is-variable.is-6-desktop { --columnGap: 1.5rem; } }
  3292.  
  3293. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .columns.is-variable.is-6-desktop-only { --columnGap: 1.5rem; } }
  3294.  
  3295. @media screen and (min-width: 1216px) { .bulma .columns.is-variable.is-6-widescreen { --columnGap: 1.5rem; } }
  3296.  
  3297. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .columns.is-variable.is-6-widescreen-only { --columnGap: 1.5rem; } }
  3298.  
  3299. @media screen and (min-width: 1408px) { .bulma .columns.is-variable.is-6-fullhd { --columnGap: 1.5rem; } }
  3300.  
  3301. .bulma .columns.is-variable.is-7 { --columnGap: 1.75rem; }
  3302.  
  3303. @media screen and (max-width: 768px) { .bulma .columns.is-variable.is-7-mobile { --columnGap: 1.75rem; } }
  3304.  
  3305. @media screen and (min-width: 769px), print { .bulma .columns.is-variable.is-7-tablet { --columnGap: 1.75rem; } }
  3306.  
  3307. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .columns.is-variable.is-7-tablet-only { --columnGap: 1.75rem; } }
  3308.  
  3309. @media screen and (max-width: 1023px) { .bulma .columns.is-variable.is-7-touch { --columnGap: 1.75rem; } }
  3310.  
  3311. @media screen and (min-width: 1024px) { .bulma .columns.is-variable.is-7-desktop { --columnGap: 1.75rem; } }
  3312.  
  3313. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .columns.is-variable.is-7-desktop-only { --columnGap: 1.75rem; } }
  3314.  
  3315. @media screen and (min-width: 1216px) { .bulma .columns.is-variable.is-7-widescreen { --columnGap: 1.75rem; } }
  3316.  
  3317. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .columns.is-variable.is-7-widescreen-only { --columnGap: 1.75rem; } }
  3318.  
  3319. @media screen and (min-width: 1408px) { .bulma .columns.is-variable.is-7-fullhd { --columnGap: 1.75rem; } }
  3320.  
  3321. .bulma .columns.is-variable.is-8 { --columnGap: 2rem; }
  3322.  
  3323. @media screen and (max-width: 768px) { .bulma .columns.is-variable.is-8-mobile { --columnGap: 2rem; } }
  3324.  
  3325. @media screen and (min-width: 769px), print { .bulma .columns.is-variable.is-8-tablet { --columnGap: 2rem; } }
  3326.  
  3327. @media screen and (min-width: 769px) and (max-width: 1023px) { .bulma .columns.is-variable.is-8-tablet-only { --columnGap: 2rem; } }
  3328.  
  3329. @media screen and (max-width: 1023px) { .bulma .columns.is-variable.is-8-touch { --columnGap: 2rem; } }
  3330.  
  3331. @media screen and (min-width: 1024px) { .bulma .columns.is-variable.is-8-desktop { --columnGap: 2rem; } }
  3332.  
  3333. @media screen and (min-width: 1024px) and (max-width: 1215px) { .bulma .columns.is-variable.is-8-desktop-only { --columnGap: 2rem; } }
  3334.  
  3335. @media screen and (min-width: 1216px) { .bulma .columns.is-variable.is-8-widescreen { --columnGap: 2rem; } }
  3336.  
  3337. @media screen and (min-width: 1216px) and (max-width: 1407px) { .bulma .columns.is-variable.is-8-widescreen-only { --columnGap: 2rem; } }
  3338.  
  3339. @media screen and (min-width: 1408px) { .bulma .columns.is-variable.is-8-fullhd { --columnGap: 2rem; } }
  3340.  
  3341. .bulma .tile { align-items: stretch; display: block; flex-basis: 0; flex-grow: 1; flex-shrink: 1; min-height: min-content; }
  3342.  
  3343. .bulma .tile.is-ancestor { margin-left: -0.75rem; margin-right: -0.75rem; margin-top: -0.75rem; }
  3344.  
  3345. .bulma .tile.is-ancestor:last-child { margin-bottom: -0.75rem; }
  3346.  
  3347. .bulma .tile.is-ancestor:not(:last-child) { margin-bottom: 0.75rem; }
  3348.  
  3349. .bulma .tile.is-child { margin: 0 !important; }
  3350.  
  3351. .bulma .tile.is-parent { padding: 0.75rem; }
  3352.  
  3353. .bulma .tile.is-vertical { flex-direction: column; }
  3354.  
  3355. .bulma .tile.is-vertical > .tile.is-child:not(:last-child) { margin-bottom: 1.5rem !important; }
  3356.  
  3357. @media screen and (min-width: 769px), print { .bulma .tile:not(.is-child) { display: flex; }
  3358. .bulma .tile.is-1 { flex: none; width: 8.33333%; }
  3359. .bulma .tile.is-2 { flex: none; width: 16.66667%; }
  3360. .bulma .tile.is-3 { flex: none; width: 25%; }
  3361. .bulma .tile.is-4 { flex: none; width: 33.33333%; }
  3362. .bulma .tile.is-5 { flex: none; width: 41.66667%; }
  3363. .bulma .tile.is-6 { flex: none; width: 50%; }
  3364. .bulma .tile.is-7 { flex: none; width: 58.33333%; }
  3365. .bulma .tile.is-8 { flex: none; width: 66.66667%; }
  3366. .bulma .tile.is-9 { flex: none; width: 75%; }
  3367. .bulma .tile.is-10 { flex: none; width: 83.33333%; }
  3368. .bulma .tile.is-11 { flex: none; width: 91.66667%; }
  3369. .bulma .tile.is-12 { flex: none; width: 100%; } }
  3370.  
  3371. .bulma .hero { align-items: stretch; display: flex; flex-direction: column; justify-content: space-between; }
  3372.  
  3373. .bulma .hero .navbar { background: none; }
  3374.  
  3375. .bulma .hero .tabs ul { border-bottom: none; }
  3376.  
  3377. .bulma .hero.is-white { background-color: white; color: #0a0a0a; }
  3378.  
  3379. .bulma .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .bulma .hero.is-white strong { color: inherit; }
  3380.  
  3381. .bulma .hero.is-white .title { color: #0a0a0a; }
  3382.  
  3383. .bulma .hero.is-white .subtitle { color: rgba(10, 10, 10, 0.9); }
  3384.  
  3385. .bulma .hero.is-white .subtitle a:not(.button), .bulma .hero.is-white .subtitle strong { color: #0a0a0a; }
  3386.  
  3387. @media screen and (max-width: 1023px) { .bulma .hero.is-white .navbar-menu { background-color: white; } }
  3388.  
  3389. .bulma .hero.is-white .navbar-item, .bulma .hero.is-white .navbar-link { color: rgba(10, 10, 10, 0.7); }
  3390.  
  3391. .bulma .hero.is-white a.navbar-item:hover, .bulma .hero.is-white a.navbar-item.is-active, .bulma .hero.is-white .navbar-link:hover, .bulma .hero.is-white .navbar-link.is-active { background-color: #f2f2f2; color: #0a0a0a; }
  3392.  
  3393. .bulma .hero.is-white .tabs a { color: #0a0a0a; opacity: 0.9; }
  3394.  
  3395. .bulma .hero.is-white .tabs a:hover { opacity: 1; }
  3396.  
  3397. .bulma .hero.is-white .tabs li.is-active a { opacity: 1; }
  3398.  
  3399. .bulma .hero.is-white .tabs.is-boxed a, .bulma .hero.is-white .tabs.is-toggle a { color: #0a0a0a; }
  3400.  
  3401. .bulma .hero.is-white .tabs.is-boxed a:hover, .bulma .hero.is-white .tabs.is-toggle a:hover { background-color: rgba(10, 10, 10, 0.1); }
  3402.  
  3403. .bulma .hero.is-white .tabs.is-boxed li.is-active a, .bulma .hero.is-white .tabs.is-boxed li.is-active a:hover, .bulma .hero.is-white .tabs.is-toggle li.is-active a, .bulma .hero.is-white .tabs.is-toggle li.is-active a:hover { background-color: #0a0a0a; border-color: #0a0a0a; color: white; }
  3404.  
  3405. .bulma .hero.is-white.is-bold { background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); }
  3406.  
  3407. @media screen and (max-width: 768px) { .bulma .hero.is-white.is-bold .navbar-menu { background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); } }
  3408.  
  3409. .bulma .hero.is-black { background-color: #0a0a0a; color: white; }
  3410.  
  3411. .bulma .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .bulma .hero.is-black strong { color: inherit; }
  3412.  
  3413. .bulma .hero.is-black .title { color: white; }
  3414.  
  3415. .bulma .hero.is-black .subtitle { color: rgba(255, 255, 255, 0.9); }
  3416.  
  3417. .bulma .hero.is-black .subtitle a:not(.button), .bulma .hero.is-black .subtitle strong { color: white; }
  3418.  
  3419. @media screen and (max-width: 1023px) { .bulma .hero.is-black .navbar-menu { background-color: #0a0a0a; } }
  3420.  
  3421. .bulma .hero.is-black .navbar-item, .bulma .hero.is-black .navbar-link { color: rgba(255, 255, 255, 0.7); }
  3422.  
  3423. .bulma .hero.is-black a.navbar-item:hover, .bulma .hero.is-black a.navbar-item.is-active, .bulma .hero.is-black .navbar-link:hover, .bulma .hero.is-black .navbar-link.is-active { background-color: black; color: white; }
  3424.  
  3425. .bulma .hero.is-black .tabs a { color: white; opacity: 0.9; }
  3426.  
  3427. .bulma .hero.is-black .tabs a:hover { opacity: 1; }
  3428.  
  3429. .bulma .hero.is-black .tabs li.is-active a { opacity: 1; }
  3430.  
  3431. .bulma .hero.is-black .tabs.is-boxed a, .bulma .hero.is-black .tabs.is-toggle a { color: white; }
  3432.  
  3433. .bulma .hero.is-black .tabs.is-boxed a:hover, .bulma .hero.is-black .tabs.is-toggle a:hover { background-color: rgba(10, 10, 10, 0.1); }
  3434.  
  3435. .bulma .hero.is-black .tabs.is-boxed li.is-active a, .bulma .hero.is-black .tabs.is-boxed li.is-active a:hover, .bulma .hero.is-black .tabs.is-toggle li.is-active a, .bulma .hero.is-black .tabs.is-toggle li.is-active a:hover { background-color: white; border-color: white; color: #0a0a0a; }
  3436.  
  3437. .bulma .hero.is-black.is-bold { background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); }
  3438.  
  3439. @media screen and (max-width: 768px) { .bulma .hero.is-black.is-bold .navbar-menu { background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); } }
  3440.  
  3441. .bulma .hero.is-light { background-color: whitesmoke; color: #363636; }
  3442.  
  3443. .bulma .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .bulma .hero.is-light strong { color: inherit; }
  3444.  
  3445. .bulma .hero.is-light .title { color: #363636; }
  3446.  
  3447. .bulma .hero.is-light .subtitle { color: rgba(54, 54, 54, 0.9); }
  3448.  
  3449. .bulma .hero.is-light .subtitle a:not(.button), .bulma .hero.is-light .subtitle strong { color: #363636; }
  3450.  
  3451. @media screen and (max-width: 1023px) { .bulma .hero.is-light .navbar-menu { background-color: whitesmoke; } }
  3452.  
  3453. .bulma .hero.is-light .navbar-item, .bulma .hero.is-light .navbar-link { color: rgba(54, 54, 54, 0.7); }
  3454.  
  3455. .bulma .hero.is-light a.navbar-item:hover, .bulma .hero.is-light a.navbar-item.is-active, .bulma .hero.is-light .navbar-link:hover, .bulma .hero.is-light .navbar-link.is-active { background-color: #e8e8e8; color: #363636; }
  3456.  
  3457. .bulma .hero.is-light .tabs a { color: #363636; opacity: 0.9; }
  3458.  
  3459. .bulma .hero.is-light .tabs a:hover { opacity: 1; }
  3460.  
  3461. .bulma .hero.is-light .tabs li.is-active a { opacity: 1; }
  3462.  
  3463. .bulma .hero.is-light .tabs.is-boxed a, .bulma .hero.is-light .tabs.is-toggle a { color: #363636; }
  3464.  
  3465. .bulma .hero.is-light .tabs.is-boxed a:hover, .bulma .hero.is-light .tabs.is-toggle a:hover { background-color: rgba(10, 10, 10, 0.1); }
  3466.  
  3467. .bulma .hero.is-light .tabs.is-boxed li.is-active a, .bulma .hero.is-light .tabs.is-boxed li.is-active a:hover, .bulma .hero.is-light .tabs.is-toggle li.is-active a, .bulma .hero.is-light .tabs.is-toggle li.is-active a:hover { background-color: #363636; border-color: #363636; color: whitesmoke; }
  3468.  
  3469. .bulma .hero.is-light.is-bold { background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); }
  3470.  
  3471. @media screen and (max-width: 768px) { .bulma .hero.is-light.is-bold .navbar-menu { background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); } }
  3472.  
  3473. .bulma .hero.is-dark { background-color: #363636; color: whitesmoke; }
  3474.  
  3475. .bulma .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .bulma .hero.is-dark strong { color: inherit; }
  3476.  
  3477. .bulma .hero.is-dark .title { color: whitesmoke; }
  3478.  
  3479. .bulma .hero.is-dark .subtitle { color: rgba(245, 245, 245, 0.9); }
  3480.  
  3481. .bulma .hero.is-dark .subtitle a:not(.button), .bulma .hero.is-dark .subtitle strong { color: whitesmoke; }
  3482.  
  3483. @media screen and (max-width: 1023px) { .bulma .hero.is-dark .navbar-menu { background-color: #363636; } }
  3484.  
  3485. .bulma .hero.is-dark .navbar-item, .bulma .hero.is-dark .navbar-link { color: rgba(245, 245, 245, 0.7); }
  3486.  
  3487. .bulma .hero.is-dark a.navbar-item:hover, .bulma .hero.is-dark a.navbar-item.is-active, .bulma .hero.is-dark .navbar-link:hover, .bulma .hero.is-dark .navbar-link.is-active { background-color: #292929; color: whitesmoke; }
  3488.  
  3489. .bulma .hero.is-dark .tabs a { color: whitesmoke; opacity: 0.9; }
  3490.  
  3491. .bulma .hero.is-dark .tabs a:hover { opacity: 1; }
  3492.  
  3493. .bulma .hero.is-dark .tabs li.is-active a { opacity: 1; }
  3494.  
  3495. .bulma .hero.is-dark .tabs.is-boxed a, .bulma .hero.is-dark .tabs.is-toggle a { color: whitesmoke; }
  3496.  
  3497. .bulma .hero.is-dark .tabs.is-boxed a:hover, .bulma .hero.is-dark .tabs.is-toggle a:hover { background-color: rgba(10, 10, 10, 0.1); }
  3498.  
  3499. .bulma .hero.is-dark .tabs.is-boxed li.is-active a, .bulma .hero.is-dark .tabs.is-boxed li.is-active a:hover, .bulma .hero.is-dark .tabs.is-toggle li.is-active a, .bulma .hero.is-dark .tabs.is-toggle li.is-active a:hover { background-color: whitesmoke; border-color: whitesmoke; color: #363636; }
  3500.  
  3501. .bulma .hero.is-dark.is-bold { background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); }
  3502.  
  3503. @media screen and (max-width: 768px) { .bulma .hero.is-dark.is-bold .navbar-menu { background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); } }
  3504.  
  3505. .bulma .hero.is-primary { background-color: #00d1b2; color: #fff; }
  3506.  
  3507. .bulma .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .bulma .hero.is-primary strong { color: inherit; }
  3508.  
  3509. .bulma .hero.is-primary .title { color: #fff; }
  3510.  
  3511. .bulma .hero.is-primary .subtitle { color: rgba(255, 255, 255, 0.9); }
  3512.  
  3513. .bulma .hero.is-primary .subtitle a:not(.button), .bulma .hero.is-primary .subtitle strong { color: #fff; }
  3514.  
  3515. @media screen and (max-width: 1023px) { .bulma .hero.is-primary .navbar-menu { background-color: #00d1b2; } }
  3516.  
  3517. .bulma .hero.is-primary .navbar-item, .bulma .hero.is-primary .navbar-link { color: rgba(255, 255, 255, 0.7); }
  3518.  
  3519. .bulma .hero.is-primary a.navbar-item:hover, .bulma .hero.is-primary a.navbar-item.is-active, .bulma .hero.is-primary .navbar-link:hover, .bulma .hero.is-primary .navbar-link.is-active { background-color: #00b89c; color: #fff; }
  3520.  
  3521. .bulma .hero.is-primary .tabs a { color: #fff; opacity: 0.9; }
  3522.  
  3523. .bulma .hero.is-primary .tabs a:hover { opacity: 1; }
  3524.  
  3525. .bulma .hero.is-primary .tabs li.is-active a { opacity: 1; }
  3526.  
  3527. .bulma .hero.is-primary .tabs.is-boxed a, .bulma .hero.is-primary .tabs.is-toggle a { color: #fff; }
  3528.  
  3529. .bulma .hero.is-primary .tabs.is-boxed a:hover, .bulma .hero.is-primary .tabs.is-toggle a:hover { background-color: rgba(10, 10, 10, 0.1); }
  3530.  
  3531. .bulma .hero.is-primary .tabs.is-boxed li.is-active a, .bulma .hero.is-primary .tabs.is-boxed li.is-active a:hover, .bulma .hero.is-primary .tabs.is-toggle li.is-active a, .bulma .hero.is-primary .tabs.is-toggle li.is-active a:hover { background-color: #fff; border-color: #fff; color: #00d1b2; }
  3532.  
  3533. .bulma .hero.is-primary.is-bold { background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); }
  3534.  
  3535. @media screen and (max-width: 768px) { .bulma .hero.is-primary.is-bold .navbar-menu { background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); } }
  3536.  
  3537. .bulma .hero.is-link { background-color: #3273dc; color: #fff; }
  3538.  
  3539. .bulma .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .bulma .hero.is-link strong { color: inherit; }
  3540.  
  3541. .bulma .hero.is-link .title { color: #fff; }
  3542.  
  3543. .bulma .hero.is-link .subtitle { color: rgba(255, 255, 255, 0.9); }
  3544.  
  3545. .bulma .hero.is-link .subtitle a:not(.button), .bulma .hero.is-link .subtitle strong { color: #fff; }
  3546.  
  3547. @media screen and (max-width: 1023px) { .bulma .hero.is-link .navbar-menu { background-color: #3273dc; } }
  3548.  
  3549. .bulma .hero.is-link .navbar-item, .bulma .hero.is-link .navbar-link { color: rgba(255, 255, 255, 0.7); }
  3550.  
  3551. .bulma .hero.is-link a.navbar-item:hover, .bulma .hero.is-link a.navbar-item.is-active, .bulma .hero.is-link .navbar-link:hover, .bulma .hero.is-link .navbar-link.is-active { background-color: #2366d1; color: #fff; }
  3552.  
  3553. .bulma .hero.is-link .tabs a { color: #fff; opacity: 0.9; }
  3554.  
  3555. .bulma .hero.is-link .tabs a:hover { opacity: 1; }
  3556.  
  3557. .bulma .hero.is-link .tabs li.is-active a { opacity: 1; }
  3558.  
  3559. .bulma .hero.is-link .tabs.is-boxed a, .bulma .hero.is-link .tabs.is-toggle a { color: #fff; }
  3560.  
  3561. .bulma .hero.is-link .tabs.is-boxed a:hover, .bulma .hero.is-link .tabs.is-toggle a:hover { background-color: rgba(10, 10, 10, 0.1); }
  3562.  
  3563. .bulma .hero.is-link .tabs.is-boxed li.is-active a, .bulma .hero.is-link .tabs.is-boxed li.is-active a:hover, .bulma .hero.is-link .tabs.is-toggle li.is-active a, .bulma .hero.is-link .tabs.is-toggle li.is-active a:hover { background-color: #fff; border-color: #fff; color: #3273dc; }
  3564.  
  3565. .bulma .hero.is-link.is-bold { background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); }
  3566.  
  3567. @media screen and (max-width: 768px) { .bulma .hero.is-link.is-bold .navbar-menu { background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); } }
  3568.  
  3569. .bulma .hero.is-info { background-color: #209cee; color: #fff; }
  3570.  
  3571. .bulma .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .bulma .hero.is-info strong { color: inherit; }
  3572.  
  3573. .bulma .hero.is-info .title { color: #fff; }
  3574.  
  3575. .bulma .hero.is-info .subtitle { color: rgba(255, 255, 255, 0.9); }
  3576.  
  3577. .bulma .hero.is-info .subtitle a:not(.button), .bulma .hero.is-info .subtitle strong { color: #fff; }
  3578.  
  3579. @media screen and (max-width: 1023px) { .bulma .hero.is-info .navbar-menu { background-color: #209cee; } }
  3580.  
  3581. .bulma .hero.is-info .navbar-item, .bulma .hero.is-info .navbar-link { color: rgba(255, 255, 255, 0.7); }
  3582.  
  3583. .bulma .hero.is-info a.navbar-item:hover, .bulma .hero.is-info a.navbar-item.is-active, .bulma .hero.is-info .navbar-link:hover, .bulma .hero.is-info .navbar-link.is-active { background-color: #118fe4; color: #fff; }
  3584.  
  3585. .bulma .hero.is-info .tabs a { color: #fff; opacity: 0.9; }
  3586.  
  3587. .bulma .hero.is-info .tabs a:hover { opacity: 1; }
  3588.  
  3589. .bulma .hero.is-info .tabs li.is-active a { opacity: 1; }
  3590.  
  3591. .bulma .hero.is-info .tabs.is-boxed a, .bulma .hero.is-info .tabs.is-toggle a { color: #fff; }
  3592.  
  3593. .bulma .hero.is-info .tabs.is-boxed a:hover, .bulma .hero.is-info .tabs.is-toggle a:hover { background-color: rgba(10, 10, 10, 0.1); }
  3594.  
  3595. .bulma .hero.is-info .tabs.is-boxed li.is-active a, .bulma .hero.is-info .tabs.is-boxed li.is-active a:hover, .bulma .hero.is-info .tabs.is-toggle li.is-active a, .bulma .hero.is-info .tabs.is-toggle li.is-active a:hover { background-color: #fff; border-color: #fff; color: #209cee; }
  3596.  
  3597. .bulma .hero.is-info.is-bold { background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%); }
  3598.  
  3599. @media screen and (max-width: 768px) { .bulma .hero.is-info.is-bold .navbar-menu { background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%); } }
  3600.  
  3601. .bulma .hero.is-success { background-color: #23d160; color: #fff; }
  3602.  
  3603. .bulma .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .bulma .hero.is-success strong { color: inherit; }
  3604.  
  3605. .bulma .hero.is-success .title { color: #fff; }
  3606.  
  3607. .bulma .hero.is-success .subtitle { color: rgba(255, 255, 255, 0.9); }
  3608.  
  3609. .bulma .hero.is-success .subtitle a:not(.button), .bulma .hero.is-success .subtitle strong { color: #fff; }
  3610.  
  3611. @media screen and (max-width: 1023px) { .bulma .hero.is-success .navbar-menu { background-color: #23d160; } }
  3612.  
  3613. .bulma .hero.is-success .navbar-item, .bulma .hero.is-success .navbar-link { color: rgba(255, 255, 255, 0.7); }
  3614.  
  3615. .bulma .hero.is-success a.navbar-item:hover, .bulma .hero.is-success a.navbar-item.is-active, .bulma .hero.is-success .navbar-link:hover, .bulma .hero.is-success .navbar-link.is-active { background-color: #20bc56; color: #fff; }
  3616.  
  3617. .bulma .hero.is-success .tabs a { color: #fff; opacity: 0.9; }
  3618.  
  3619. .bulma .hero.is-success .tabs a:hover { opacity: 1; }
  3620.  
  3621. .bulma .hero.is-success .tabs li.is-active a { opacity: 1; }
  3622.  
  3623. .bulma .hero.is-success .tabs.is-boxed a, .bulma .hero.is-success .tabs.is-toggle a { color: #fff; }
  3624.  
  3625. .bulma .hero.is-success .tabs.is-boxed a:hover, .bulma .hero.is-success .tabs.is-toggle a:hover { background-color: rgba(10, 10, 10, 0.1); }
  3626.  
  3627. .bulma .hero.is-success .tabs.is-boxed li.is-active a, .bulma .hero.is-success .tabs.is-boxed li.is-active a:hover, .bulma .hero.is-success .tabs.is-toggle li.is-active a, .bulma .hero.is-success .tabs.is-toggle li.is-active a:hover { background-color: #fff; border-color: #fff; color: #23d160; }
  3628.  
  3629. .bulma .hero.is-success.is-bold { background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%); }
  3630.  
  3631. @media screen and (max-width: 768px) { .bulma .hero.is-success.is-bold .navbar-menu { background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%); } }
  3632.  
  3633. .bulma .hero.is-warning { background-color: #ffdd57; color: rgba(0, 0, 0, 0.7); }
  3634.  
  3635. .bulma .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .bulma .hero.is-warning strong { color: inherit; }
  3636.  
  3637. .bulma .hero.is-warning .title { color: rgba(0, 0, 0, 0.7); }
  3638.  
  3639. .bulma .hero.is-warning .subtitle { color: rgba(0, 0, 0, 0.9); }
  3640.  
  3641. .bulma .hero.is-warning .subtitle a:not(.button), .bulma .hero.is-warning .subtitle strong { color: rgba(0, 0, 0, 0.7); }
  3642.  
  3643. @media screen and (max-width: 1023px) { .bulma .hero.is-warning .navbar-menu { background-color: #ffdd57; } }
  3644.  
  3645. .bulma .hero.is-warning .navbar-item, .bulma .hero.is-warning .navbar-link { color: rgba(0, 0, 0, 0.7); }
  3646.  
  3647. .bulma .hero.is-warning a.navbar-item:hover, .bulma .hero.is-warning a.navbar-item.is-active, .bulma .hero.is-warning .navbar-link:hover, .bulma .hero.is-warning .navbar-link.is-active { background-color: #ffd83d; color: rgba(0, 0, 0, 0.7); }
  3648.  
  3649. .bulma .hero.is-warning .tabs a { color: rgba(0, 0, 0, 0.7); opacity: 0.9; }
  3650.  
  3651. .bulma .hero.is-warning .tabs a:hover { opacity: 1; }
  3652.  
  3653. .bulma .hero.is-warning .tabs li.is-active a { opacity: 1; }
  3654.  
  3655. .bulma .hero.is-warning .tabs.is-boxed a, .bulma .hero.is-warning .tabs.is-toggle a { color: rgba(0, 0, 0, 0.7); }
  3656.  
  3657. .bulma .hero.is-warning .tabs.is-boxed a:hover, .bulma .hero.is-warning .tabs.is-toggle a:hover { background-color: rgba(10, 10, 10, 0.1); }
  3658.  
  3659. .bulma .hero.is-warning .tabs.is-boxed li.is-active a, .bulma .hero.is-warning .tabs.is-boxed li.is-active a:hover, .bulma .hero.is-warning .tabs.is-toggle li.is-active a, .bulma .hero.is-warning .tabs.is-toggle li.is-active a:hover { background-color: rgba(0, 0, 0, 0.7); border-color: rgba(0, 0, 0, 0.7); color: #ffdd57; }
  3660.  
  3661. .bulma .hero.is-warning.is-bold { background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); }
  3662.  
  3663. @media screen and (max-width: 768px) { .bulma .hero.is-warning.is-bold .navbar-menu { background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); } }
  3664.  
  3665. .bulma .hero.is-danger { background-color: #ff3860; color: #fff; }
  3666.  
  3667. .bulma .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .bulma .hero.is-danger strong { color: inherit; }
  3668.  
  3669. .bulma .hero.is-danger .title { color: #fff; }
  3670.  
  3671. .bulma .hero.is-danger .subtitle { color: rgba(255, 255, 255, 0.9); }
  3672.  
  3673. .bulma .hero.is-danger .subtitle a:not(.button), .bulma .hero.is-danger .subtitle strong { color: #fff; }
  3674.  
  3675. @media screen and (max-width: 1023px) { .bulma .hero.is-danger .navbar-menu { background-color: #ff3860; } }
  3676.  
  3677. .bulma .hero.is-danger .navbar-item, .bulma .hero.is-danger .navbar-link { color: rgba(255, 255, 255, 0.7); }
  3678.  
  3679. .bulma .hero.is-danger a.navbar-item:hover, .bulma .hero.is-danger a.navbar-item.is-active, .bulma .hero.is-danger .navbar-link:hover, .bulma .hero.is-danger .navbar-link.is-active { background-color: #ff1f4b; color: #fff; }
  3680.  
  3681. .bulma .hero.is-danger .tabs a { color: #fff; opacity: 0.9; }
  3682.  
  3683. .bulma .hero.is-danger .tabs a:hover { opacity: 1; }
  3684.  
  3685. .bulma .hero.is-danger .tabs li.is-active a { opacity: 1; }
  3686.  
  3687. .bulma .hero.is-danger .tabs.is-boxed a, .bulma .hero.is-danger .tabs.is-toggle a { color: #fff; }
  3688.  
  3689. .bulma .hero.is-danger .tabs.is-boxed a:hover, .bulma .hero.is-danger .tabs.is-toggle a:hover { background-color: rgba(10, 10, 10, 0.1); }
  3690.  
  3691. .bulma .hero.is-danger .tabs.is-boxed li.is-active a, .bulma .hero.is-danger .tabs.is-boxed li.is-active a:hover, .bulma .hero.is-danger .tabs.is-toggle li.is-active a, .bulma .hero.is-danger .tabs.is-toggle li.is-active a:hover { background-color: #fff; border-color: #fff; color: #ff3860; }
  3692.  
  3693. .bulma .hero.is-danger.is-bold { background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%); }
  3694.  
  3695. @media screen and (max-width: 768px) { .bulma .hero.is-danger.is-bold .navbar-menu { background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%); } }
  3696.  
  3697. .bulma .hero.is-small .hero-body { padding-bottom: 1.5rem; padding-top: 1.5rem; }
  3698.  
  3699. @media screen and (min-width: 769px), print { .bulma .hero.is-medium .hero-body { padding-bottom: 9rem; padding-top: 9rem; } }
  3700.  
  3701. @media screen and (min-width: 769px), print { .bulma .hero.is-large .hero-body { padding-bottom: 18rem; padding-top: 18rem; } }
  3702.  
  3703. .bulma .hero.is-halfheight .hero-body, .bulma .hero.is-fullheight .hero-body, .bulma .hero.is-fullheight-with-navbar .hero-body { align-items: center; display: flex; }
  3704.  
  3705. .bulma .hero.is-halfheight .hero-body > .container, .bulma .hero.is-fullheight .hero-body > .container, .bulma .hero.is-fullheight-with-navbar .hero-body > .container { flex-grow: 1; flex-shrink: 1; }
  3706.  
  3707. .bulma .hero.is-halfheight { min-height: 50vh; }
  3708.  
  3709. .bulma .hero.is-fullheight { min-height: 100vh; }
  3710.  
  3711. .bulma .hero-video { overflow: hidden; }
  3712.  
  3713. .bulma .hero-video video { left: 50%; min-height: 100%; min-width: 100%; position: absolute; top: 50%; transform: translate3d(-50%, -50%, 0); }
  3714.  
  3715. .bulma .hero-video.is-transparent { opacity: 0.3; }
  3716.  
  3717. @media screen and (max-width: 768px) { .bulma .hero-video { display: none; } }
  3718.  
  3719. .bulma .hero-buttons { margin-top: 1.5rem; }
  3720.  
  3721. @media screen and (max-width: 768px) { .bulma .hero-buttons .button { display: flex; }
  3722. .bulma .hero-buttons .button:not(:last-child) { margin-bottom: 0.75rem; } }
  3723.  
  3724. @media screen and (min-width: 769px), print { .bulma .hero-buttons { display: flex; justify-content: center; }
  3725. .bulma .hero-buttons .button:not(:last-child) { margin-right: 1.5rem; } }
  3726.  
  3727. .bulma .hero-head, .bulma .hero-foot { flex-grow: 0; flex-shrink: 0; }
  3728.  
  3729. .bulma .hero-body { flex-grow: 1; flex-shrink: 0; padding: 3rem 1.5rem; }
  3730.  
  3731. .bulma .section { padding: 3rem 1.5rem; }
  3732.  
  3733. @media screen and (min-width: 1024px) { .bulma .section.is-medium { padding: 9rem 1.5rem; }
  3734. .bulma .section.is-large { padding: 18rem 1.5rem; } }
  3735.  
  3736. .bulma .footer { background-color: #fafafa; padding: 3rem 1.5rem 6rem; }
  3737.  
  3738. </style>
  3739. `;

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址