@charset "UTF-8";
/* This file is for your main application css. */
/* ! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.aspect-h-1{
  --tw-aspect-h: 1;
}
.aspect-h-3{
  --tw-aspect-h: 3;
}
.aspect-h-55{
  --tw-aspect-h: 55;
}
.aspect-h-9{
  --tw-aspect-h: 9;
}
.aspect-w-1{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}
.aspect-w-1 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-16{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-36{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 36;
}
.aspect-w-36 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-4{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 4;
}
.aspect-w-4 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-left-5{
  left: -1.25rem;
}
.-top-2{
  top: -0.5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-auto{
  bottom: auto;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 0.5rem;
}
.left-4{
  left: 1rem;
}
.left-5{
  left: 1.25rem;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-2{
  right: 0.5rem;
}
.right-4{
  right: 1rem;
}
.right-auto{
  right: auto;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.top-\[-0\.6rem\]{
  top: -0.6rem;
}
.top-\[0\.4rem\]{
  top: 0.4rem;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.order-first{
  order: -9999;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-span-7{
  grid-column: span 7 / span 7;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.col-span-full{
  grid-column: 1 / -1;
}
.m-4{
  margin: 1rem;
}
.m-auto{
  margin: auto;
}
.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-8{
  margin-bottom: -2rem;
}
.-mb-px{
  margin-bottom: -1px;
}
.-ml-1{
  margin-left: -0.25rem;
}
.-ml-2{
  margin-left: -0.5rem;
}
.-ml-px{
  margin-left: -1px;
}
.-mr-1{
  margin-right: -0.25rem;
}
.-mr-2{
  margin-right: -0.5rem;
}
.-mt-32{
  margin-top: -8rem;
}
.-mt-px{
  margin-top: -1px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-16{
  margin-left: 4rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-20{
  margin-left: 5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-8{
  margin-left: 2rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.box-content{
  box-sizing: content-box;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.flow-root{
  display: flow-root;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-0{
  height: 0px;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-\[3rem\]{
  height: 3rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-6{
  max-height: 1.5rem;
}
.max-h-64{
  max-height: 16rem;
}
.min-h-\[20rem\]{
  min-height: 20rem;
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.w-0{
  width: 0px;
}
.w-0\.5{
  width: 0.125rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/5{
  width: 20%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\/12{
  width: 16.666667%;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3\/4{
  width: 75%;
}
.w-3\/5{
  width: 60%;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-4\/6{
  width: 66.666667%;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-5\/12{
  width: 41.666667%;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-64{
  width: 16rem;
}
.w-8{
  width: 2rem;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-0{
  min-width: 0px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-2xl{
  max-width: 1536px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-none{
  flex: none;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-top-right{
  transform-origin: top right;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-100\%\]{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-move{
  cursor: move;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-items-center{
  place-items: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-8{
  gap: 2rem;
}
.gap-px{
  gap: 1px;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.-space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}
.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.divide-gray-900\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(17 24 39 / 0.1);
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}
.rounded-br-md{
  border-bottom-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-solid{
  border-style: solid;
}
.border-none{
  border-style: none;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-black\/15{
  border-color: rgb(0 0 0 / 0.15);
}
.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.border-ecmrblue-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 56 67 / var(--tw-border-opacity));
}
.border-ecmrgreen-500{
  --tw-border-opacity: 1;
  border-color: rgb(130 211 69 / var(--tw-border-opacity));
}
.border-ecmrgreen-600{
  --tw-border-opacity: 1;
  border-color: rgb(102 181 43 / var(--tw-border-opacity));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}
.border-red-700{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-ecmrblue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(48 79 94 / var(--tw-bg-opacity));
}
.bg-ecmrblue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 56 67 / var(--tw-bg-opacity));
}
.bg-ecmrgreen-400{
  --tw-bg-opacity: 1;
  background-color: rgb(152 219 102 / var(--tw-bg-opacity));
}
.bg-ecmrgreen-600{
  --tw-bg-opacity: 1;
  background-color: rgb(102 181 43 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-black\/70{
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-black\/20{
  --tw-gradient-to: rgb(0 0 0 / 0.2) var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-16{
  padding: 4rem;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-16{
  padding-left: 4rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-1\.5{
  padding-top: 0.375rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.align-bottom{
  vertical-align: bottom;
}
.font-block-sans{
  font-family: brandon-grotesque, Helvetica, sans-serif;
}
.font-public-sans{
  font-family: Whyte, Helvetica, sans-serif;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-3{
  line-height: .75rem;
}
.leading-4{
  line-height: 1rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.text-ecmrblue-500{
  --tw-text-opacity: 1;
  color: rgb(34 56 67 / var(--tw-text-opacity));
}
.text-ecmrgreen-400{
  --tw-text-opacity: 1;
  color: rgb(152 219 102 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.placeholder-red-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}
.placeholder-red-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}
.placeholder-red-300::-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}
.placeholder-red-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-75{
  opacity: 0.75;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-8{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[height\]{
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\]{
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.datepicker {
  display: none;
}
.datepicker.active {
  display: block;
}

.datepicker-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding-top: 4px;
}
.datepicker-dropdown.datepicker-orient-top {
  padding-top: 0;
  padding-bottom: 4px;
}

.datepicker-picker {
  display: inline-block;
  border-radius: 4px;
  background-color: hsl(0, 0%, 100%);
}
.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}
.datepicker-picker span {
  display: block;
  flex: 1;
  border: 0;
  border-radius: 4px;
  cursor: default;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.datepicker-main {
  padding: 2px;
}

.datepicker-footer {
  box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1);
  background-color: hsl(0, 0%, 96%);
}

.datepicker-grid, .datepicker-view .days-of-week, .datepicker-view, .datepicker-controls {
  display: flex;
}

.datepicker-grid {
  flex-wrap: wrap;
}

.datepicker-view .days .datepicker-cell, .datepicker-view .dow {
  flex-basis: 14.2857142857%;
}

.datepicker-view.datepicker-grid .datepicker-cell {
  flex-basis: 25%;
}

.datepicker-cell, .datepicker-view .week {
  height: 2.25rem;
  line-height: 2.25rem;
}

.datepicker-title {
  box-shadow: inset 0 -1px 1px rgba(10, 10, 10, 0.1);
  background-color: hsl(0, 0%, 96%);
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-weight: 700;
}

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}
.datepicker-controls .button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: none;
  background-color: hsl(0, 0%, 100%);
  cursor: pointer;
  padding: calc(0.375em - 1px) 0.75em;
  height: 2.25em;
  vertical-align: top;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  color: hsl(0, 0%, 21%);
  font-size: 1rem;
}
.datepicker-controls .button:focus, .datepicker-controls .button:active {
  outline: none;
}
.datepicker-controls .button:hover {
  border-color: #b5b5b5;
  color: hsl(0, 0%, 21%);
}
.datepicker-controls .button:focus {
  border-color: hsl(217, 71%, 53%);
  color: hsl(0, 0%, 21%);
}
.datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.datepicker-controls .button:active {
  border-color: #4a4a4a;
  color: hsl(0, 0%, 21%);
}
.datepicker-controls .button[disabled] {
  cursor: not-allowed;
}
.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: bold;
}
.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9;
}
.datepicker-header .datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2;
}
.datepicker-header .datepicker-controls .button[disabled] {
  box-shadow: none;
}
.datepicker-footer .datepicker-controls .button {
  margin: calc(0.375rem - 1px) 0.375rem;
  border-radius: 2px;
  width: 100%;
  font-size: 0.75rem;
}
.datepicker-controls .view-switch {
  flex: auto;
}
.datepicker-controls .prev-btn,
.datepicker-controls .next-btn {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  width: 2.25rem;
}
.datepicker-controls .prev-btn.disabled,
.datepicker-controls .next-btn.disabled {
  visibility: hidden;
}

.datepicker-view .dow {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.datepicker-view .week {
  width: 2.25rem;
  color: #b5b5b5;
  font-size: 0.75rem;
}
@media (max-width: 22.5rem) {
  .datepicker-view .week {
    width: 1.96875rem;
  }
}

.datepicker-grid {
  width: 15.75rem;
}
@media (max-width: 22.5rem) {
  .calendar-weeks + .days .datepicker-grid {
    width: 13.78125rem;
  }
}

.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
}
.datepicker-cell.focused:not(.selected) {
  background-color: #e8e8e8;
}
.datepicker-cell.selected, .datepicker-cell.selected:hover {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
  font-weight: 600;
}
.datepicker-cell.disabled {
  color: #dbdbdb;
}
.datepicker-cell.prev:not(.disabled), .datepicker-cell.next:not(.disabled) {
  color: hsl(0, 0%, 48%);
}
.datepicker-cell.prev.selected, .datepicker-cell.next.selected {
  color: #e6e6e6;
}
.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  border-radius: 0;
  background-color: hsl(0, 0%, 96%);
}
.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #eeeeee;
}
.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e8e8e8;
}
.datepicker-cell.today:not(.selected) {
  background-color: hsl(171, 100%, 41%);
}
.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}
.datepicker-cell.today.focused:not(.selected) {
  background-color: #00c4a7;
}
.datepicker-cell.range-end:not(.selected), .datepicker-cell.range-start:not(.selected) {
  background-color: #b5b5b5;
  color: #fff;
}
.datepicker-cell.range-end.focused:not(.selected), .datepicker-cell.range-start.focused:not(.selected) {
  background-color: #afafaf;
}
.datepicker-cell.range-start {
  border-radius: 4px 0 0 4px;
}
.datepicker-cell.range-end {
  border-radius: 0 4px 4px 0;
}
.datepicker-cell.range {
  border-radius: 0;
  background-color: #dbdbdb;
}
.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d5d5d5;
}
.datepicker-cell.range.disabled {
  color: #c2c2c2;
}
.datepicker-cell.range.focused {
  background-color: #cfcfcf;
}
.datepicker-view.datepicker-grid .datepicker-cell {
  height: 4.5rem;
  line-height: 4.5rem;
}

.datepicker-input.in-edit {
  border-color: #2366d1;
}
.datepicker-input.in-edit:focus, .datepicker-input.in-edit:active {
  box-shadow: 0 0 0.25em 0.25em rgba(35, 102, 209, 0.2);
}

.cld-video-player:before {
  visibility: hidden;
}

.before-after {
  overflow: hidden;
}
.before-after .slider {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  outline: none;
  background: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.before-after .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 4px;
  height: 20000px;
  background: white;
  border: none;
  cursor: pointer;
}
.before-after .slider::-moz-range-thumb {
  width: 4px;
  height: 20000px;
  background: white;
  border: none;
  cursor: pointer;
}
.before-after .slider-button {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.before-after .slider-button:after {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}
.before-after .slider-button:before {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
}

.datepicker-dropdown {
  z-index: 100;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1023px) {
  .container {
    max-width: 959px;
  }
}
@media screen and (max-width: 1151px) {
  .container.is-widescreen {
    max-width: 1088px;
  }
}
@media screen and (max-width: calc(1343px - 0.5rem)) {
  .container.is-fullhd {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1152px) {
  .container {
    max-width: 1088px;
  }
}
@media screen and (min-width: 1344px) {
  .container {
    max-width: 1280px;
  }
}

.container {
  margin: 0 auto;
  padding: 0 0.5rem;
}

.bulma {
  /*! bulma.io v0.9.0 | MIT License | github.com/jgthms/bulma */
  /*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
  /* Alerts and form errors */
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.bulma .is-unselectable, .bulma .tabs, .bulma .pagination-previous,
.bulma .pagination-next,
.bulma .pagination-link,
.bulma .pagination-ellipsis, .bulma .breadcrumb, .bulma .file, .bulma .button, .bulma .modal-close, .bulma .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bulma .navbar-link:not(.is-arrowless)::after, .bulma .select:not(.is-multiple):not(.is-loading)::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;
}
.bulma .tabs:not(:last-child), .bulma .pagination:not(:last-child), .bulma .message:not(:last-child), .bulma .level:not(:last-child), .bulma .breadcrumb:not(:last-child), .bulma .highlight:not(:last-child), .bulma .block:not(:last-child), .bulma .title:not(:last-child),
.bulma .subtitle:not(:last-child), .bulma .table-container:not(:last-child), .bulma .table:not(:last-child), .bulma .progress:not(:last-child), .bulma .notification:not(:last-child), .bulma .content:not(:last-child), .bulma .box:not(:last-child) {
  margin-bottom: 1.5rem;
}
.bulma .modal-close, .bulma .delete {
  -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;
}
.bulma .modal-close::before, .bulma .delete::before, .bulma .modal-close::after, .bulma .delete::after {
  background-color: hsl(0, 0%, 100%);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.bulma .modal-close::before, .bulma .delete::before {
  height: 2px;
  width: 50%;
}
.bulma .modal-close::after, .bulma .delete::after {
  height: 50%;
  width: 2px;
}
.bulma .modal-close:hover, .bulma .delete:hover, .bulma .modal-close:focus, .bulma .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
.bulma .modal-close:active, .bulma .delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}
.bulma .is-small.modal-close, .bulma .is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.bulma .is-medium.modal-close, .bulma .is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.bulma .is-large.modal-close, .bulma .is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}
.bulma .control.is-loading::after, .bulma .select.is-loading::after, .bulma .loader, .bulma .button.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;
}
.bulma .hero-video, .bulma .is-overlay, .bulma .modal-background, .bulma .modal, .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 {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bulma .pagination-previous,
.bulma .pagination-next,
.bulma .pagination-link,
.bulma .pagination-ellipsis, .bulma .file-cta,
.bulma .file-name, .bulma .select select, .bulma .textarea, .bulma .input, .bulma .button {
  -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.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.bulma .pagination-previous:focus,
.bulma .pagination-next:focus,
.bulma .pagination-link:focus,
.bulma .pagination-ellipsis:focus, .bulma .file-cta:focus,
.bulma .file-name:focus, .bulma .select select:focus, .bulma .textarea:focus, .bulma .input:focus, .bulma .button:focus, .bulma .is-focused.pagination-previous,
.bulma .is-focused.pagination-next,
.bulma .is-focused.pagination-link,
.bulma .is-focused.pagination-ellipsis, .bulma .is-focused.file-cta,
.bulma .is-focused.file-name, .bulma .select select.is-focused, .bulma .is-focused.textarea, .bulma .is-focused.input, .bulma .is-focused.button, .bulma .pagination-previous:active,
.bulma .pagination-next:active,
.bulma .pagination-link:active,
.bulma .pagination-ellipsis:active, .bulma .file-cta:active,
.bulma .file-name:active, .bulma .select select:active, .bulma .textarea:active, .bulma .input:active, .bulma .button:active, .bulma .is-active.pagination-previous,
.bulma .is-active.pagination-next,
.bulma .is-active.pagination-link,
.bulma .is-active.pagination-ellipsis, .bulma .is-active.file-cta,
.bulma .is-active.file-name, .bulma .select select.is-active, .bulma .is-active.textarea, .bulma .is-active.input, .bulma .is-active.button {
  outline: none;
}
.bulma [disabled].pagination-previous,
.bulma [disabled].pagination-next,
.bulma [disabled].pagination-link,
.bulma [disabled].pagination-ellipsis, .bulma [disabled].file-cta,
.bulma [disabled].file-name, .bulma .select select[disabled], .bulma [disabled].textarea, .bulma [disabled].input, .bulma [disabled].button, fieldset[disabled] .bulma .pagination-previous,
fieldset[disabled] .bulma .pagination-next,
fieldset[disabled] .bulma .pagination-link,
fieldset[disabled] .bulma .pagination-ellipsis, fieldset[disabled] .bulma .file-cta,
fieldset[disabled] .bulma .file-name, fieldset[disabled] .bulma .select select, fieldset[disabled] .bulma .textarea, fieldset[disabled] .bulma .input, fieldset[disabled] .bulma .button {
  cursor: not-allowed;
}
.bulma html,
.bulma body,
.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;
}
.bulma h1,
.bulma h2,
.bulma h3,
.bulma h4,
.bulma h5,
.bulma h6 {
  font-size: 100%;
  font-weight: normal;
}
.bulma ul {
  list-style: none;
}
.bulma button,
.bulma input,
.bulma select,
.bulma textarea {
  margin: 0;
}
.bulma html {
  box-sizing: border-box;
}
.bulma *, .bulma *::before, .bulma *::after {
  box-sizing: inherit;
}
.bulma img,
.bulma video {
  height: auto;
  max-width: 100%;
}
.bulma iframe {
  border: 0;
}
.bulma table {
  border-collapse: collapse;
  border-spacing: 0;
}
.bulma td,
.bulma th {
  padding: 0;
}
.bulma td:not([align]),
.bulma th:not([align]) {
  text-align: inherit;
}
.bulma html {
  background-color: hsl(0, 0%, 100%);
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
.bulma article,
.bulma aside,
.bulma figure,
.bulma footer,
.bulma header,
.bulma hgroup,
.bulma section {
  display: block;
}
.bulma body,
.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;
}
.bulma code,
.bulma pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}
.bulma body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}
.bulma a {
  color: hsl(217, 71%, 53%);
  cursor: pointer;
  text-decoration: none;
}
.bulma a strong {
  color: currentColor;
}
.bulma a:hover {
  color: hsl(0, 0%, 21%);
}
.bulma code {
  background-color: hsl(0, 0%, 96%);
  color: hsl(348, 86%, 61%);
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}
.bulma hr {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}
.bulma img {
  height: auto;
  max-width: 100%;
}
.bulma input[type=checkbox],
.bulma input[type=radio] {
  vertical-align: baseline;
}
.bulma small {
  font-size: 0.875em;
}
.bulma span {
  font-style: inherit;
  font-weight: inherit;
}
.bulma strong {
  color: hsl(0, 0%, 21%);
  font-weight: 700;
}
.bulma fieldset {
  border: none;
}
.bulma pre {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 96%);
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
.bulma pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}
.bulma table td,
.bulma table th {
  vertical-align: top;
}
.bulma table td:not([align]),
.bulma table th:not([align]) {
  text-align: inherit;
}
.bulma table th {
  color: hsl(0, 0%, 21%);
}
.bulma .box {
  background-color: hsl(0, 0%, 100%);
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
}
.bulma a.box:hover, .bulma a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px hsl(217, 71%, 53%);
}
.bulma a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px hsl(217, 71%, 53%);
}
.bulma .button {
  background-color: hsl(0, 0%, 100%);
  border-color: #dbdbdb;
  border-width: 1px;
  color: hsl(0, 0%, 21%);
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}
.bulma .button strong {
  color: inherit;
}
.bulma .button .icon, .bulma .button .icon.is-small, .bulma .button .icon.is-medium, .bulma .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.bulma .button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}
.bulma .button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}
.bulma .button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}
.bulma .button:hover, .bulma .button.is-hovered {
  border-color: #b5b5b5;
  color: hsl(0, 0%, 21%);
}
.bulma .button:focus, .bulma .button.is-focused {
  border-color: hsl(217, 71%, 53%);
  color: hsl(0, 0%, 21%);
}
.bulma .button:focus:not(:active), .bulma .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.bulma .button:active, .bulma .button.is-active {
  border-color: #4a4a4a;
  color: hsl(0, 0%, 21%);
}
.bulma .button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}
.bulma .button.is-text:hover, .bulma .button.is-text.is-hovered, .bulma .button.is-text:focus, .bulma .button.is-text.is-focused {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.bulma .button.is-text:active, .bulma .button.is-text.is-active {
  background-color: #e8e8e8;
  color: hsl(0, 0%, 21%);
}
.bulma .button.is-text[disabled], fieldset[disabled] .bulma .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.bulma .button.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.bulma .button.is-white:hover, .bulma .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.bulma .button.is-white:focus, .bulma .button.is-white.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.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);
}
.bulma .button.is-white:active, .bulma .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.bulma .button.is-white[disabled], fieldset[disabled] .bulma .button.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
}
.bulma .button.is-white.is-inverted {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.bulma .button.is-white.is-inverted:hover, .bulma .button.is-white.is-inverted.is-hovered {
  background-color: black;
}
.bulma .button.is-white.is-inverted[disabled], fieldset[disabled] .bulma .button.is-white.is-inverted {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.bulma .button.is-white.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.bulma .button.is-white.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.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: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.bulma .button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.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 hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.bulma .button.is-white.is-outlined[disabled], fieldset[disabled] .bulma .button.is-white.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.bulma .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.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: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.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 hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.bulma .button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .bulma .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.bulma .button.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.bulma .button.is-black:hover, .bulma .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.bulma .button.is-black:focus, .bulma .button.is-black.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.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);
}
.bulma .button.is-black:active, .bulma .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.bulma .button.is-black[disabled], fieldset[disabled] .bulma .button.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  box-shadow: none;
}
.bulma .button.is-black.is-inverted {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.bulma .button.is-black.is-inverted:hover, .bulma .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.bulma .button.is-black.is-inverted[disabled], fieldset[disabled] .bulma .button.is-black.is-inverted {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.bulma .button.is-black.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.bulma .button.is-black.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.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: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.bulma .button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.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 hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.bulma .button.is-black.is-outlined[disabled], fieldset[disabled] .bulma .button.is-black.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.bulma .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.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: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.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 hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.bulma .button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .bulma .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.bulma .button.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bulma .button.is-light:hover, .bulma .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bulma .button.is-light:focus, .bulma .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.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);
}
.bulma .button.is-light:active, .bulma .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bulma .button.is-light[disabled], fieldset[disabled] .bulma .button.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  box-shadow: none;
}
.bulma .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.bulma .button.is-light.is-inverted:hover, .bulma .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.bulma .button.is-light.is-inverted[disabled], fieldset[disabled] .bulma .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}
.bulma .button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.bulma .button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}
.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: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.bulma .button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.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 rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.bulma .button.is-light.is-outlined[disabled], fieldset[disabled] .bulma .button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}
.bulma .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.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: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.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 hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.bulma .button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .bulma .button.is-light.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);
}
.bulma .button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-dark:hover, .bulma .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-dark:focus, .bulma .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
.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);
}
.bulma .button.is-dark:active, .bulma .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-dark[disabled], fieldset[disabled] .bulma .button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  box-shadow: none;
}
.bulma .button.is-dark.is-inverted {
  background-color: #fff;
  color: hsl(0, 0%, 21%);
}
.bulma .button.is-dark.is-inverted:hover, .bulma .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.bulma .button.is-dark.is-inverted[disabled], fieldset[disabled] .bulma .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}
.bulma .button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.bulma .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.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: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: #fff;
}
.bulma .button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.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 #fff #fff !important;
}
.bulma .button.is-dark.is-outlined[disabled], fieldset[disabled] .bulma .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}
.bulma .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.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: #fff;
  color: hsl(0, 0%, 21%);
}
.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 hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.bulma .button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .bulma .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.bulma .button.is-primary {
  background-color: #196091;
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-primary:hover, .bulma .button.is-primary.is-hovered {
  background-color: #175986;
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-primary:focus, .bulma .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-primary:focus:not(:active), .bulma .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(25, 96, 145, 0.25);
}
.bulma .button.is-primary:active, .bulma .button.is-primary.is-active {
  background-color: #15527b;
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-primary[disabled], fieldset[disabled] .bulma .button.is-primary {
  background-color: #196091;
  border-color: transparent;
  box-shadow: none;
}
.bulma .button.is-primary.is-inverted {
  background-color: #fff;
  color: #196091;
}
.bulma .button.is-primary.is-inverted:hover, .bulma .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.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: #196091;
}
.bulma .button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.bulma .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #196091;
  color: #196091;
}
.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: #196091;
  border-color: #196091;
  color: #fff;
}
.bulma .button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #196091 #196091 !important;
}
.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;
}
.bulma .button.is-primary.is-outlined[disabled], fieldset[disabled] .bulma .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #196091;
  box-shadow: none;
  color: #196091;
}
.bulma .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.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: #196091;
}
.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 #196091 #196091 !important;
}
.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;
}
.bulma .button.is-primary.is-light {
  background-color: #eef6fc;
  color: #258dd5;
}
.bulma .button.is-primary.is-light:hover, .bulma .button.is-primary.is-light.is-hovered {
  background-color: #e3f1fa;
  border-color: transparent;
  color: #258dd5;
}
.bulma .button.is-primary.is-light:active, .bulma .button.is-primary.is-light.is-active {
  background-color: #d8ebf8;
  border-color: transparent;
  color: #258dd5;
}
.bulma .button.is-link {
  background-color: hsl(217, 71%, 53%);
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-link:hover, .bulma .button.is-link.is-hovered {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-link:focus, .bulma .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
.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);
}
.bulma .button.is-link:active, .bulma .button.is-link.is-active {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-link[disabled], fieldset[disabled] .bulma .button.is-link {
  background-color: hsl(217, 71%, 53%);
  border-color: transparent;
  box-shadow: none;
}
.bulma .button.is-link.is-inverted {
  background-color: #fff;
  color: hsl(217, 71%, 53%);
}
.bulma .button.is-link.is-inverted:hover, .bulma .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.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: hsl(217, 71%, 53%);
}
.bulma .button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.bulma .button.is-link.is-outlined {
  background-color: transparent;
  border-color: hsl(217, 71%, 53%);
  color: hsl(217, 71%, 53%);
}
.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: hsl(217, 71%, 53%);
  border-color: hsl(217, 71%, 53%);
  color: #fff;
}
.bulma .button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(217, 71%, 53%) hsl(217, 71%, 53%) !important;
}
.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;
}
.bulma .button.is-link.is-outlined[disabled], fieldset[disabled] .bulma .button.is-link.is-outlined {
  background-color: transparent;
  border-color: hsl(217, 71%, 53%);
  box-shadow: none;
  color: hsl(217, 71%, 53%);
}
.bulma .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.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: hsl(217, 71%, 53%);
}
.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 hsl(217, 71%, 53%) hsl(217, 71%, 53%) !important;
}
.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;
}
.bulma .button.is-link.is-light {
  background-color: #eef3fc;
  color: #2160c4;
}
.bulma .button.is-link.is-light:hover, .bulma .button.is-link.is-light.is-hovered {
  background-color: #e3ecfa;
  border-color: transparent;
  color: #2160c4;
}
.bulma .button.is-link.is-light:active, .bulma .button.is-link.is-light.is-active {
  background-color: #d8e4f8;
  border-color: transparent;
  color: #2160c4;
}
.bulma .button.is-info {
  background-color: hsl(204, 71%, 53%);
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-info:hover, .bulma .button.is-info.is-hovered {
  background-color: #2793da;
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-info:focus, .bulma .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-info:focus:not(:active), .bulma .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}
.bulma .button.is-info:active, .bulma .button.is-info.is-active {
  background-color: #238cd1;
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-info[disabled], fieldset[disabled] .bulma .button.is-info {
  background-color: hsl(204, 71%, 53%);
  border-color: transparent;
  box-shadow: none;
}
.bulma .button.is-info.is-inverted {
  background-color: #fff;
  color: hsl(204, 71%, 53%);
}
.bulma .button.is-info.is-inverted:hover, .bulma .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.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: hsl(204, 71%, 53%);
}
.bulma .button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.bulma .button.is-info.is-outlined {
  background-color: transparent;
  border-color: hsl(204, 71%, 53%);
  color: hsl(204, 71%, 53%);
}
.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: hsl(204, 71%, 53%);
  border-color: hsl(204, 71%, 53%);
  color: #fff;
}
.bulma .button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(204, 71%, 53%) hsl(204, 71%, 53%) !important;
}
.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;
}
.bulma .button.is-info.is-outlined[disabled], fieldset[disabled] .bulma .button.is-info.is-outlined {
  background-color: transparent;
  border-color: hsl(204, 71%, 53%);
  box-shadow: none;
  color: hsl(204, 71%, 53%);
}
.bulma .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.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: hsl(204, 71%, 53%);
}
.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 hsl(204, 71%, 53%) hsl(204, 71%, 53%) !important;
}
.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;
}
.bulma .button.is-info.is-light {
  background-color: #eef6fc;
  color: #1d72aa;
}
.bulma .button.is-info.is-light:hover, .bulma .button.is-info.is-light.is-hovered {
  background-color: #e3f1fa;
  border-color: transparent;
  color: #1d72aa;
}
.bulma .button.is-info.is-light:active, .bulma .button.is-info.is-light.is-active {
  background-color: #d8ebf8;
  border-color: transparent;
  color: #1d72aa;
}
.bulma .button.is-success {
  background-color: hsl(141, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-success:hover, .bulma .button.is-success.is-hovered {
  background-color: #3ec46d;
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-success:focus, .bulma .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-success:focus:not(:active), .bulma .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}
.bulma .button.is-success:active, .bulma .button.is-success.is-active {
  background-color: #3abb67;
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-success[disabled], fieldset[disabled] .bulma .button.is-success {
  background-color: hsl(141, 53%, 53%);
  border-color: transparent;
  box-shadow: none;
}
.bulma .button.is-success.is-inverted {
  background-color: #fff;
  color: hsl(141, 53%, 53%);
}
.bulma .button.is-success.is-inverted:hover, .bulma .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.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: hsl(141, 53%, 53%);
}
.bulma .button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.bulma .button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(141, 53%, 53%);
  color: hsl(141, 53%, 53%);
}
.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: hsl(141, 53%, 53%);
  border-color: hsl(141, 53%, 53%);
  color: #fff;
}
.bulma .button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(141, 53%, 53%) hsl(141, 53%, 53%) !important;
}
.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;
}
.bulma .button.is-success.is-outlined[disabled], fieldset[disabled] .bulma .button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(141, 53%, 53%);
  box-shadow: none;
  color: hsl(141, 53%, 53%);
}
.bulma .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.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: hsl(141, 53%, 53%);
}
.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 hsl(141, 53%, 53%) hsl(141, 53%, 53%) !important;
}
.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;
}
.bulma .button.is-success.is-light {
  background-color: #effaf3;
  color: #257942;
}
.bulma .button.is-success.is-light:hover, .bulma .button.is-success.is-light.is-hovered {
  background-color: #e6f7ec;
  border-color: transparent;
  color: #257942;
}
.bulma .button.is-success.is-light:active, .bulma .button.is-success.is-light.is-active {
  background-color: #dcf4e4;
  border-color: transparent;
  color: #257942;
}
.bulma .button.is-warning {
  background-color: hsl(48, 100%, 67%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bulma .button.is-warning:hover, .bulma .button.is-warning.is-hovered {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bulma .button.is-warning:focus, .bulma .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.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);
}
.bulma .button.is-warning:active, .bulma .button.is-warning.is-active {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bulma .button.is-warning[disabled], fieldset[disabled] .bulma .button.is-warning {
  background-color: hsl(48, 100%, 67%);
  border-color: transparent;
  box-shadow: none;
}
.bulma .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(48, 100%, 67%);
}
.bulma .button.is-warning.is-inverted:hover, .bulma .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.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: hsl(48, 100%, 67%);
}
.bulma .button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.bulma .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: hsl(48, 100%, 67%);
  color: hsl(48, 100%, 67%);
}
.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: hsl(48, 100%, 67%);
  border-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.bulma .button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(48, 100%, 67%) hsl(48, 100%, 67%) !important;
}
.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;
}
.bulma .button.is-warning.is-outlined[disabled], fieldset[disabled] .bulma .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: hsl(48, 100%, 67%);
  box-shadow: none;
  color: hsl(48, 100%, 67%);
}
.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);
}
.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: hsl(48, 100%, 67%);
}
.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 hsl(48, 100%, 67%) hsl(48, 100%, 67%) !important;
}
.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);
}
.bulma .button.is-warning.is-light {
  background-color: #fffbeb;
  color: #947600;
}
.bulma .button.is-warning.is-light:hover, .bulma .button.is-warning.is-light.is-hovered {
  background-color: #fff8de;
  border-color: transparent;
  color: #947600;
}
.bulma .button.is-warning.is-light:active, .bulma .button.is-warning.is-light.is-active {
  background-color: #fff6d1;
  border-color: transparent;
  color: #947600;
}
.bulma .button.is-danger {
  background-color: hsl(348, 86%, 61%);
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-danger:hover, .bulma .button.is-danger.is-hovered {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-danger:focus, .bulma .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-danger:focus:not(:active), .bulma .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.bulma .button.is-danger:active, .bulma .button.is-danger.is-active {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}
.bulma .button.is-danger[disabled], fieldset[disabled] .bulma .button.is-danger {
  background-color: hsl(348, 86%, 61%);
  border-color: transparent;
  box-shadow: none;
}
.bulma .button.is-danger.is-inverted {
  background-color: #fff;
  color: hsl(348, 86%, 61%);
}
.bulma .button.is-danger.is-inverted:hover, .bulma .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.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: hsl(348, 86%, 61%);
}
.bulma .button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.bulma .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: hsl(348, 86%, 61%);
  color: hsl(348, 86%, 61%);
}
.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: hsl(348, 86%, 61%);
  border-color: hsl(348, 86%, 61%);
  color: #fff;
}
.bulma .button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important;
}
.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;
}
.bulma .button.is-danger.is-outlined[disabled], fieldset[disabled] .bulma .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: hsl(348, 86%, 61%);
  box-shadow: none;
  color: hsl(348, 86%, 61%);
}
.bulma .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.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: hsl(348, 86%, 61%);
}
.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 hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important;
}
.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;
}
.bulma .button.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
.bulma .button.is-danger.is-light:hover, .bulma .button.is-danger.is-light.is-hovered {
  background-color: #fde0e6;
  border-color: transparent;
  color: #cc0f35;
}
.bulma .button.is-danger.is-light:active, .bulma .button.is-danger.is-light.is-active {
  background-color: #fcd4dc;
  border-color: transparent;
  color: #cc0f35;
}
.bulma .button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.bulma .button.is-normal {
  font-size: 1rem;
}
.bulma .button.is-medium {
  font-size: 1.25rem;
}
.bulma .button.is-large {
  font-size: 1.5rem;
}
.bulma .button[disabled], fieldset[disabled] .bulma .button {
  background-color: hsl(0, 0%, 100%);
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}
.bulma .button.is-fullwidth {
  display: flex;
  width: 100%;
}
.bulma .button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.bulma .button.is-loading::after {
  left: calc(50% - 1em / 2);
  top: calc(50% - 1em / 2);
  position: absolute !important;
}
.bulma .button.is-static {
  background-color: hsl(0, 0%, 96%);
  border-color: #dbdbdb;
  color: hsl(0, 0%, 48%);
  box-shadow: none;
  pointer-events: none;
}
.bulma .button.is-rounded {
  border-radius: 290486px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}
.bulma .buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bulma .buttons .button {
  margin-bottom: 0.5rem;
}
.bulma .buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
.bulma .buttons:last-child {
  margin-bottom: -0.5rem;
}
.bulma .buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.bulma .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  border-radius: 2px;
  font-size: 0.75rem;
}
.bulma .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}
.bulma .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}
.bulma .buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bulma .buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.bulma .buttons.has-addons .button:last-child {
  margin-right: 0;
}
.bulma .buttons.has-addons .button:hover, .bulma .buttons.has-addons .button.is-hovered {
  z-index: 2;
}
.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;
}
.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;
}
.bulma .buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.bulma .buttons.is-centered {
  justify-content: center;
}
.bulma .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.bulma .buttons.is-right {
  justify-content: flex-end;
}
.bulma .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.bulma .container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.bulma .container.is-fluid {
  max-width: none;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1023px) {
  .bulma .container {
    max-width: 959px;
  }
}
@media screen and (max-width: 1151px) {
  .bulma .container.is-widescreen {
    max-width: 1088px;
  }
}
@media screen and (max-width: 1343px) {
  .bulma .container.is-fullhd {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .container {
    max-width: 1088px;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .container {
    max-width: 1280px;
  }
}
.bulma .content li + li {
  margin-top: 0.25em;
}
.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;
}
.bulma .content h1,
.bulma .content h2,
.bulma .content h3,
.bulma .content h4,
.bulma .content h5,
.bulma .content h6 {
  color: hsl(0, 0%, 21%);
  font-weight: 600;
  line-height: 1.125;
}
.bulma .content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.bulma .content h1:not(:first-child) {
  margin-top: 1em;
}
.bulma .content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.bulma .content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.bulma .content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.bulma .content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.bulma .content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.bulma .content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.bulma .content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.bulma .content blockquote {
  background-color: hsl(0, 0%, 96%);
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}
.bulma .content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
.bulma .content ol:not([type]) {
  list-style-type: decimal;
}
.bulma .content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}
.bulma .content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}
.bulma .content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}
.bulma .content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}
.bulma .content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.bulma .content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.bulma .content ul ul ul {
  list-style-type: square;
}
.bulma .content dd {
  margin-left: 2em;
}
.bulma .content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.bulma .content figure:not(:first-child) {
  margin-top: 2em;
}
.bulma .content figure:not(:last-child) {
  margin-bottom: 2em;
}
.bulma .content figure img {
  display: inline-block;
}
.bulma .content figure figcaption {
  font-style: italic;
}
.bulma .content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.bulma .content sup,
.bulma .content sub {
  font-size: 75%;
}
.bulma .content table {
  width: 100%;
}
.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;
}
.bulma .content table th {
  color: hsl(0, 0%, 21%);
}
.bulma .content table th:not([align]) {
  text-align: inherit;
}
.bulma .content table thead td,
.bulma .content table thead th {
  border-width: 0 0 2px;
  color: hsl(0, 0%, 21%);
}
.bulma .content table tfoot td,
.bulma .content table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0, 0%, 21%);
}
.bulma .content table tbody tr:last-child td,
.bulma .content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.bulma .content .tabs li + li {
  margin-top: 0;
}
.bulma .content.is-small {
  font-size: 0.75rem;
}
.bulma .content.is-medium {
  font-size: 1.25rem;
}
.bulma .content.is-large {
  font-size: 1.5rem;
}
.bulma .icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.bulma .icon.is-small {
  height: 1rem;
  width: 1rem;
}
.bulma .icon.is-medium {
  height: 2rem;
  width: 2rem;
}
.bulma .icon.is-large {
  height: 3rem;
  width: 3rem;
}
.bulma .image {
  display: block;
  position: relative;
}
.bulma .image img {
  display: block;
  height: auto;
  width: 100%;
}
.bulma .image img.is-rounded {
  border-radius: 290486px;
}
.bulma .image.is-fullwidth {
  width: 100%;
}
.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%;
}
.bulma .image.is-square, .bulma .image.is-1by1 {
  padding-top: 100%;
}
.bulma .image.is-5by4 {
  padding-top: 80%;
}
.bulma .image.is-4by3 {
  padding-top: 75%;
}
.bulma .image.is-3by2 {
  padding-top: 66.6666%;
}
.bulma .image.is-5by3 {
  padding-top: 60%;
}
.bulma .image.is-16by9 {
  padding-top: 56.25%;
}
.bulma .image.is-2by1 {
  padding-top: 50%;
}
.bulma .image.is-3by1 {
  padding-top: 33.3333%;
}
.bulma .image.is-4by5 {
  padding-top: 125%;
}
.bulma .image.is-3by4 {
  padding-top: 133.3333%;
}
.bulma .image.is-2by3 {
  padding-top: 150%;
}
.bulma .image.is-3by5 {
  padding-top: 166.6666%;
}
.bulma .image.is-9by16 {
  padding-top: 177.7777%;
}
.bulma .image.is-1by2 {
  padding-top: 200%;
}
.bulma .image.is-1by3 {
  padding-top: 300%;
}
.bulma .image.is-16x16 {
  height: 16px;
  width: 16px;
}
.bulma .image.is-24x24 {
  height: 24px;
  width: 24px;
}
.bulma .image.is-32x32 {
  height: 32px;
  width: 32px;
}
.bulma .image.is-48x48 {
  height: 48px;
  width: 48px;
}
.bulma .image.is-64x64 {
  height: 64px;
  width: 64px;
}
.bulma .image.is-96x96 {
  height: 96px;
  width: 96px;
}
.bulma .image.is-128x128 {
  height: 128px;
  width: 128px;
}
.bulma .notification {
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.bulma .notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.bulma .notification strong {
  color: currentColor;
}
.bulma .notification code,
.bulma .notification pre {
  background: hsl(0, 0%, 100%);
}
.bulma .notification pre code {
  background: transparent;
}
.bulma .notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}
.bulma .notification .title,
.bulma .notification .subtitle,
.bulma .notification .content {
  color: currentColor;
}
.bulma .notification.is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.bulma .notification.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.bulma .notification.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.bulma .notification.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.bulma .notification.is-primary {
  background-color: #196091;
  color: #fff;
}
.bulma .notification.is-primary.is-light {
  background-color: #eef6fc;
  color: #258dd5;
}
.bulma .notification.is-link {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.bulma .notification.is-link.is-light {
  background-color: #eef3fc;
  color: #2160c4;
}
.bulma .notification.is-info {
  background-color: hsl(204, 71%, 53%);
  color: #fff;
}
.bulma .notification.is-info.is-light {
  background-color: #eef6fc;
  color: #1d72aa;
}
.bulma .notification.is-success {
  background-color: hsl(141, 53%, 53%);
  color: #fff;
}
.bulma .notification.is-success.is-light {
  background-color: #effaf3;
  color: #257942;
}
.bulma .notification.is-warning {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.bulma .notification.is-warning.is-light {
  background-color: #fffbeb;
  color: #947600;
}
.bulma .notification.is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.bulma .notification.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
.bulma .progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.bulma .progress::-webkit-progress-bar {
  background-color: hsl(0, 0%, 93%);
}
.bulma .progress::-webkit-progress-value {
  background-color: #4a4a4a;
}
.bulma .progress::-moz-progress-bar {
  background-color: #4a4a4a;
}
.bulma .progress::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}
.bulma .progress.is-white::-webkit-progress-value {
  background-color: hsl(0, 0%, 100%);
}
.bulma .progress.is-white::-moz-progress-bar {
  background-color: hsl(0, 0%, 100%);
}
.bulma .progress.is-white::-ms-fill {
  background-color: hsl(0, 0%, 100%);
}
.bulma .progress.is-white:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 100%) 30%, hsl(0, 0%, 93%) 30%);
}
.bulma .progress.is-black::-webkit-progress-value {
  background-color: hsl(0, 0%, 4%);
}
.bulma .progress.is-black::-moz-progress-bar {
  background-color: hsl(0, 0%, 4%);
}
.bulma .progress.is-black::-ms-fill {
  background-color: hsl(0, 0%, 4%);
}
.bulma .progress.is-black:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 4%) 30%, hsl(0, 0%, 93%) 30%);
}
.bulma .progress.is-light::-webkit-progress-value {
  background-color: hsl(0, 0%, 96%);
}
.bulma .progress.is-light::-moz-progress-bar {
  background-color: hsl(0, 0%, 96%);
}
.bulma .progress.is-light::-ms-fill {
  background-color: hsl(0, 0%, 96%);
}
.bulma .progress.is-light:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 96%) 30%, hsl(0, 0%, 93%) 30%);
}
.bulma .progress.is-dark::-webkit-progress-value {
  background-color: hsl(0, 0%, 21%);
}
.bulma .progress.is-dark::-moz-progress-bar {
  background-color: hsl(0, 0%, 21%);
}
.bulma .progress.is-dark::-ms-fill {
  background-color: hsl(0, 0%, 21%);
}
.bulma .progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 21%) 30%, hsl(0, 0%, 93%) 30%);
}
.bulma .progress.is-primary::-webkit-progress-value {
  background-color: #196091;
}
.bulma .progress.is-primary::-moz-progress-bar {
  background-color: #196091;
}
.bulma .progress.is-primary::-ms-fill {
  background-color: #196091;
}
.bulma .progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #196091 30%, hsl(0, 0%, 93%) 30%);
}
.bulma .progress.is-link::-webkit-progress-value {
  background-color: hsl(217, 71%, 53%);
}
.bulma .progress.is-link::-moz-progress-bar {
  background-color: hsl(217, 71%, 53%);
}
.bulma .progress.is-link::-ms-fill {
  background-color: hsl(217, 71%, 53%);
}
.bulma .progress.is-link:indeterminate {
  background-image: linear-gradient(to right, hsl(217, 71%, 53%) 30%, hsl(0, 0%, 93%) 30%);
}
.bulma .progress.is-info::-webkit-progress-value {
  background-color: hsl(204, 71%, 53%);
}
.bulma .progress.is-info::-moz-progress-bar {
  background-color: hsl(204, 71%, 53%);
}
.bulma .progress.is-info::-ms-fill {
  background-color: hsl(204, 71%, 53%);
}
.bulma .progress.is-info:indeterminate {
  background-image: linear-gradient(to right, hsl(204, 71%, 53%) 30%, hsl(0, 0%, 93%) 30%);
}
.bulma .progress.is-success::-webkit-progress-value {
  background-color: hsl(141, 53%, 53%);
}
.bulma .progress.is-success::-moz-progress-bar {
  background-color: hsl(141, 53%, 53%);
}
.bulma .progress.is-success::-ms-fill {
  background-color: hsl(141, 53%, 53%);
}
.bulma .progress.is-success:indeterminate {
  background-image: linear-gradient(to right, hsl(141, 53%, 53%) 30%, hsl(0, 0%, 93%) 30%);
}
.bulma .progress.is-warning::-webkit-progress-value {
  background-color: hsl(48, 100%, 67%);
}
.bulma .progress.is-warning::-moz-progress-bar {
  background-color: hsl(48, 100%, 67%);
}
.bulma .progress.is-warning::-ms-fill {
  background-color: hsl(48, 100%, 67%);
}
.bulma .progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, hsl(48, 100%, 67%) 30%, hsl(0, 0%, 93%) 30%);
}
.bulma .progress.is-danger::-webkit-progress-value {
  background-color: hsl(348, 86%, 61%);
}
.bulma .progress.is-danger::-moz-progress-bar {
  background-color: hsl(348, 86%, 61%);
}
.bulma .progress.is-danger::-ms-fill {
  background-color: hsl(348, 86%, 61%);
}
.bulma .progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, hsl(348, 86%, 61%) 30%, hsl(0, 0%, 93%) 30%);
}
.bulma .progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: hsl(0, 0%, 93%);
  background-image: linear-gradient(to right, #4a4a4a 30%, hsl(0, 0%, 93%) 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}
.bulma .progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}
.bulma .progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}
.bulma .progress.is-small {
  height: 0.75rem;
}
.bulma .progress.is-medium {
  height: 1.25rem;
}
.bulma .progress.is-large {
  height: 1.5rem;
}
@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.bulma .table {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 21%);
}
.bulma .table td,
.bulma .table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.bulma .table td.is-white,
.bulma .table th.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.bulma .table td.is-black,
.bulma .table th.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.bulma .table td.is-light,
.bulma .table th.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.bulma .table td.is-dark,
.bulma .table th.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: #fff;
}
.bulma .table td.is-primary,
.bulma .table th.is-primary {
  background-color: #196091;
  border-color: #196091;
  color: #fff;
}
.bulma .table td.is-link,
.bulma .table th.is-link {
  background-color: hsl(217, 71%, 53%);
  border-color: hsl(217, 71%, 53%);
  color: #fff;
}
.bulma .table td.is-info,
.bulma .table th.is-info {
  background-color: hsl(204, 71%, 53%);
  border-color: hsl(204, 71%, 53%);
  color: #fff;
}
.bulma .table td.is-success,
.bulma .table th.is-success {
  background-color: hsl(141, 53%, 53%);
  border-color: hsl(141, 53%, 53%);
  color: #fff;
}
.bulma .table td.is-warning,
.bulma .table th.is-warning {
  background-color: hsl(48, 100%, 67%);
  border-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.bulma .table td.is-danger,
.bulma .table th.is-danger {
  background-color: hsl(348, 86%, 61%);
  border-color: hsl(348, 86%, 61%);
  color: #fff;
}
.bulma .table td.is-narrow,
.bulma .table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.bulma .table td.is-selected,
.bulma .table th.is-selected {
  background-color: #196091;
  color: #fff;
}
.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;
}
.bulma .table td.is-vcentered,
.bulma .table th.is-vcentered {
  vertical-align: middle;
}
.bulma .table th {
  color: hsl(0, 0%, 21%);
}
.bulma .table th:not([align]) {
  text-align: inherit;
}
.bulma .table tr.is-selected {
  background-color: #196091;
  color: #fff;
}
.bulma .table tr.is-selected a,
.bulma .table tr.is-selected strong {
  color: currentColor;
}
.bulma .table tr.is-selected td,
.bulma .table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}
.bulma .table thead {
  background-color: transparent;
}
.bulma .table thead td,
.bulma .table thead th {
  border-width: 0 0 2px;
  color: hsl(0, 0%, 21%);
}
.bulma .table tfoot {
  background-color: transparent;
}
.bulma .table tfoot td,
.bulma .table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0, 0%, 21%);
}
.bulma .table tbody {
  background-color: transparent;
}
.bulma .table tbody tr:last-child td,
.bulma .table tbody tr:last-child th {
  border-bottom-width: 0;
}
.bulma .table.is-bordered td,
.bulma .table.is-bordered th {
  border-width: 1px;
}
.bulma .table.is-bordered tr:last-child td,
.bulma .table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}
.bulma .table.is-fullwidth {
  width: 100%;
}
.bulma .table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: hsl(0, 0%, 98%);
}
.bulma .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: hsl(0, 0%, 98%);
}
.bulma .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: hsl(0, 0%, 96%);
}
.bulma .table.is-narrow td,
.bulma .table.is-narrow th {
  padding: 0.25em 0.5em;
}
.bulma .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: hsl(0, 0%, 98%);
}
.bulma .table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}
.bulma .tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bulma .tags .tag {
  margin-bottom: 0.5rem;
}
.bulma .tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
.bulma .tags:last-child {
  margin-bottom: -0.5rem;
}
.bulma .tags:not(:last-child) {
  margin-bottom: 1rem;
}
.bulma .tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}
.bulma .tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}
.bulma .tags.is-centered {
  justify-content: center;
}
.bulma .tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.bulma .tags.is-right {
  justify-content: flex-end;
}
.bulma .tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}
.bulma .tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}
.bulma .tags.has-addons .tag {
  margin-right: 0;
}
.bulma .tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bulma .tags.has-addons .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bulma .tag:not(body) {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  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;
}
.bulma .tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.bulma .tag:not(body).is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.bulma .tag:not(body).is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.bulma .tag:not(body).is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.bulma .tag:not(body).is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.bulma .tag:not(body).is-primary {
  background-color: #196091;
  color: #fff;
}
.bulma .tag:not(body).is-primary.is-light {
  background-color: #eef6fc;
  color: #258dd5;
}
.bulma .tag:not(body).is-link {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.bulma .tag:not(body).is-link.is-light {
  background-color: #eef3fc;
  color: #2160c4;
}
.bulma .tag:not(body).is-info {
  background-color: hsl(204, 71%, 53%);
  color: #fff;
}
.bulma .tag:not(body).is-info.is-light {
  background-color: #eef6fc;
  color: #1d72aa;
}
.bulma .tag:not(body).is-success {
  background-color: hsl(141, 53%, 53%);
  color: #fff;
}
.bulma .tag:not(body).is-success.is-light {
  background-color: #effaf3;
  color: #257942;
}
.bulma .tag:not(body).is-warning {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.bulma .tag:not(body).is-warning.is-light {
  background-color: #fffbeb;
  color: #947600;
}
.bulma .tag:not(body).is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.bulma .tag:not(body).is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
.bulma .tag:not(body).is-normal {
  font-size: 0.75rem;
}
.bulma .tag:not(body).is-medium {
  font-size: 1rem;
}
.bulma .tag:not(body).is-large {
  font-size: 1.25rem;
}
.bulma .tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.bulma .tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.bulma .tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.bulma .tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.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;
}
.bulma .tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}
.bulma .tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}
.bulma .tag:not(body).is-delete:hover, .bulma .tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}
.bulma .tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}
.bulma .tag:not(body).is-rounded {
  border-radius: 290486px;
}
.bulma a.tag:hover {
  text-decoration: underline;
}
.bulma .title,
.bulma .subtitle {
  word-break: break-word;
}
.bulma .title em,
.bulma .title span,
.bulma .subtitle em,
.bulma .subtitle span {
  font-weight: inherit;
}
.bulma .title sub,
.bulma .subtitle sub {
  font-size: 0.75em;
}
.bulma .title sup,
.bulma .subtitle sup {
  font-size: 0.75em;
}
.bulma .title .tag,
.bulma .subtitle .tag {
  vertical-align: middle;
}
.bulma .title {
  color: hsl(0, 0%, 21%);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}
.bulma .title strong {
  color: inherit;
  font-weight: inherit;
}
.bulma .title + .highlight {
  margin-top: -0.75rem;
}
.bulma .title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
.bulma .title.is-1 {
  font-size: 3rem;
}
.bulma .title.is-2 {
  font-size: 2.5rem;
}
.bulma .title.is-3 {
  font-size: 2rem;
}
.bulma .title.is-4 {
  font-size: 1.5rem;
}
.bulma .title.is-5 {
  font-size: 1.25rem;
}
.bulma .title.is-6 {
  font-size: 1rem;
}
.bulma .title.is-7 {
  font-size: 0.75rem;
}
.bulma .subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
.bulma .subtitle strong {
  color: hsl(0, 0%, 21%);
  font-weight: 600;
}
.bulma .subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
.bulma .subtitle.is-1 {
  font-size: 3rem;
}
.bulma .subtitle.is-2 {
  font-size: 2.5rem;
}
.bulma .subtitle.is-3 {
  font-size: 2rem;
}
.bulma .subtitle.is-4 {
  font-size: 1.5rem;
}
.bulma .subtitle.is-5 {
  font-size: 1.25rem;
}
.bulma .subtitle.is-6 {
  font-size: 1rem;
}
.bulma .subtitle.is-7 {
  font-size: 0.75rem;
}
.bulma .heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.bulma .highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}
.bulma .highlight pre {
  overflow: auto;
  max-width: 100%;
}
.bulma .number {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  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;
}
.bulma .select select, .bulma .textarea, .bulma .input {
  background-color: hsl(0, 0%, 100%);
  border-color: #dbdbdb;
  border-radius: 4px;
  color: hsl(0, 0%, 21%);
}
.bulma .select select::-moz-placeholder, .bulma .textarea::-moz-placeholder, .bulma .input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.bulma .select select::-webkit-input-placeholder, .bulma .textarea::-webkit-input-placeholder, .bulma .input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.bulma .select select:-moz-placeholder, .bulma .textarea:-moz-placeholder, .bulma .input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.bulma .select select:-ms-input-placeholder, .bulma .textarea:-ms-input-placeholder, .bulma .input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.bulma .select select:hover, .bulma .textarea:hover, .bulma .input:hover, .bulma .select select.is-hovered, .bulma .is-hovered.textarea, .bulma .is-hovered.input {
  border-color: #b5b5b5;
}
.bulma .select select:focus, .bulma .textarea:focus, .bulma .input:focus, .bulma .select select.is-focused, .bulma .is-focused.textarea, .bulma .is-focused.input, .bulma .select select:active, .bulma .textarea:active, .bulma .input:active, .bulma .select select.is-active, .bulma .is-active.textarea, .bulma .is-active.input {
  border-color: hsl(217, 71%, 53%);
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.bulma .select select[disabled], .bulma [disabled].textarea, .bulma [disabled].input, fieldset[disabled] .bulma .select select, fieldset[disabled] .bulma .textarea, fieldset[disabled] .bulma .input {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 48%);
}
.bulma .select select[disabled]::-moz-placeholder, .bulma [disabled].textarea::-moz-placeholder, .bulma [disabled].input::-moz-placeholder, fieldset[disabled] .bulma .select select::-moz-placeholder, fieldset[disabled] .bulma .textarea::-moz-placeholder, fieldset[disabled] .bulma .input::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.bulma .select select[disabled]::-webkit-input-placeholder, .bulma [disabled].textarea::-webkit-input-placeholder, .bulma [disabled].input::-webkit-input-placeholder, fieldset[disabled] .bulma .select select::-webkit-input-placeholder, fieldset[disabled] .bulma .textarea::-webkit-input-placeholder, fieldset[disabled] .bulma .input::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.bulma .select select[disabled]:-moz-placeholder, .bulma [disabled].textarea:-moz-placeholder, .bulma [disabled].input:-moz-placeholder, fieldset[disabled] .bulma .select select:-moz-placeholder, fieldset[disabled] .bulma .textarea:-moz-placeholder, fieldset[disabled] .bulma .input:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.bulma .select select[disabled]:-ms-input-placeholder, .bulma [disabled].textarea:-ms-input-placeholder, .bulma [disabled].input:-ms-input-placeholder, fieldset[disabled] .bulma .select select:-ms-input-placeholder, fieldset[disabled] .bulma .textarea:-ms-input-placeholder, fieldset[disabled] .bulma .input:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.bulma .textarea, .bulma .input {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}
.bulma [readonly].textarea, .bulma [readonly].input {
  box-shadow: none;
}
.bulma .is-white.textarea, .bulma .is-white.input {
  border-color: hsl(0, 0%, 100%);
}
.bulma .is-white.textarea:focus, .bulma .is-white.input:focus, .bulma .is-white.is-focused.textarea, .bulma .is-white.is-focused.input, .bulma .is-white.textarea:active, .bulma .is-white.input:active, .bulma .is-white.is-active.textarea, .bulma .is-white.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.bulma .is-black.textarea, .bulma .is-black.input {
  border-color: hsl(0, 0%, 4%);
}
.bulma .is-black.textarea:focus, .bulma .is-black.input:focus, .bulma .is-black.is-focused.textarea, .bulma .is-black.is-focused.input, .bulma .is-black.textarea:active, .bulma .is-black.input:active, .bulma .is-black.is-active.textarea, .bulma .is-black.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.bulma .is-light.textarea, .bulma .is-light.input {
  border-color: hsl(0, 0%, 96%);
}
.bulma .is-light.textarea:focus, .bulma .is-light.input:focus, .bulma .is-light.is-focused.textarea, .bulma .is-light.is-focused.input, .bulma .is-light.textarea:active, .bulma .is-light.input:active, .bulma .is-light.is-active.textarea, .bulma .is-light.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.bulma .is-dark.textarea, .bulma .is-dark.input {
  border-color: hsl(0, 0%, 21%);
}
.bulma .is-dark.textarea:focus, .bulma .is-dark.input:focus, .bulma .is-dark.is-focused.textarea, .bulma .is-dark.is-focused.input, .bulma .is-dark.textarea:active, .bulma .is-dark.input:active, .bulma .is-dark.is-active.textarea, .bulma .is-dark.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.bulma .is-primary.textarea, .bulma .is-primary.input {
  border-color: #196091;
}
.bulma .is-primary.textarea:focus, .bulma .is-primary.input:focus, .bulma .is-primary.is-focused.textarea, .bulma .is-primary.is-focused.input, .bulma .is-primary.textarea:active, .bulma .is-primary.input:active, .bulma .is-primary.is-active.textarea, .bulma .is-primary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(25, 96, 145, 0.25);
}
.bulma .is-link.textarea, .bulma .is-link.input {
  border-color: hsl(217, 71%, 53%);
}
.bulma .is-link.textarea:focus, .bulma .is-link.input:focus, .bulma .is-link.is-focused.textarea, .bulma .is-link.is-focused.input, .bulma .is-link.textarea:active, .bulma .is-link.input:active, .bulma .is-link.is-active.textarea, .bulma .is-link.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.bulma .is-info.textarea, .bulma .is-info.input {
  border-color: hsl(204, 71%, 53%);
}
.bulma .is-info.textarea:focus, .bulma .is-info.input:focus, .bulma .is-info.is-focused.textarea, .bulma .is-info.is-focused.input, .bulma .is-info.textarea:active, .bulma .is-info.input:active, .bulma .is-info.is-active.textarea, .bulma .is-info.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}
.bulma .is-success.textarea, .bulma .is-success.input {
  border-color: hsl(141, 53%, 53%);
}
.bulma .is-success.textarea:focus, .bulma .is-success.input:focus, .bulma .is-success.is-focused.textarea, .bulma .is-success.is-focused.input, .bulma .is-success.textarea:active, .bulma .is-success.input:active, .bulma .is-success.is-active.textarea, .bulma .is-success.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}
.bulma .is-warning.textarea, .bulma .is-warning.input {
  border-color: hsl(48, 100%, 67%);
}
.bulma .is-warning.textarea:focus, .bulma .is-warning.input:focus, .bulma .is-warning.is-focused.textarea, .bulma .is-warning.is-focused.input, .bulma .is-warning.textarea:active, .bulma .is-warning.input:active, .bulma .is-warning.is-active.textarea, .bulma .is-warning.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
.bulma .is-danger.textarea, .bulma .is-danger.input {
  border-color: hsl(348, 86%, 61%);
}
.bulma .is-danger.textarea:focus, .bulma .is-danger.input:focus, .bulma .is-danger.is-focused.textarea, .bulma .is-danger.is-focused.input, .bulma .is-danger.textarea:active, .bulma .is-danger.input:active, .bulma .is-danger.is-active.textarea, .bulma .is-danger.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.bulma .is-small.textarea, .bulma .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}
.bulma .is-medium.textarea, .bulma .is-medium.input {
  font-size: 1.25rem;
}
.bulma .is-large.textarea, .bulma .is-large.input {
  font-size: 1.5rem;
}
.bulma .is-fullwidth.textarea, .bulma .is-fullwidth.input {
  display: block;
  width: 100%;
}
.bulma .is-inline.textarea, .bulma .is-inline.input {
  display: inline;
  width: auto;
}
.bulma .input.is-rounded {
  border-radius: 290486px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}
.bulma .input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.bulma .textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}
.bulma .textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.bulma .textarea[rows] {
  height: initial;
}
.bulma .textarea.has-fixed-size {
  resize: none;
}
.bulma .radio, .bulma .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.bulma .radio input, .bulma .checkbox input {
  cursor: pointer;
}
.bulma .radio:hover, .bulma .checkbox:hover {
  color: hsl(0, 0%, 21%);
}
.bulma [disabled].radio, .bulma [disabled].checkbox, fieldset[disabled] .bulma .radio, fieldset[disabled] .bulma .checkbox {
  color: hsl(0, 0%, 48%);
  cursor: not-allowed;
}
.bulma .radio + .radio {
  margin-left: 0.5em;
}
.bulma .select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.bulma .select:not(.is-multiple) {
  height: 2.5em;
}
.bulma .select:not(.is-multiple):not(.is-loading)::after {
  border-color: hsl(217, 71%, 53%);
  right: 1.125em;
  z-index: 4;
}
.bulma .select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}
.bulma .select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.bulma .select select::-ms-expand {
  display: none;
}
.bulma .select select[disabled]:hover, fieldset[disabled] .bulma .select select:hover {
  border-color: hsl(0, 0%, 96%);
}
.bulma .select select:not([multiple]) {
  padding-right: 2.5em;
}
.bulma .select select[multiple] {
  height: auto;
  padding: 0;
}
.bulma .select select[multiple] option {
  padding: 0.5em 1em;
}
.bulma .select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: hsl(0, 0%, 21%);
}
.bulma .select.is-white:not(:hover)::after {
  border-color: hsl(0, 0%, 100%);
}
.bulma .select.is-white select {
  border-color: hsl(0, 0%, 100%);
}
.bulma .select.is-white select:hover, .bulma .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}
.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);
}
.bulma .select.is-black:not(:hover)::after {
  border-color: hsl(0, 0%, 4%);
}
.bulma .select.is-black select {
  border-color: hsl(0, 0%, 4%);
}
.bulma .select.is-black select:hover, .bulma .select.is-black select.is-hovered {
  border-color: black;
}
.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);
}
.bulma .select.is-light:not(:hover)::after {
  border-color: hsl(0, 0%, 96%);
}
.bulma .select.is-light select {
  border-color: hsl(0, 0%, 96%);
}
.bulma .select.is-light select:hover, .bulma .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}
.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);
}
.bulma .select.is-dark:not(:hover)::after {
  border-color: hsl(0, 0%, 21%);
}
.bulma .select.is-dark select {
  border-color: hsl(0, 0%, 21%);
}
.bulma .select.is-dark select:hover, .bulma .select.is-dark select.is-hovered {
  border-color: #292929;
}
.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);
}
.bulma .select.is-primary:not(:hover)::after {
  border-color: #196091;
}
.bulma .select.is-primary select {
  border-color: #196091;
}
.bulma .select.is-primary select:hover, .bulma .select.is-primary select.is-hovered {
  border-color: #15527b;
}
.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(25, 96, 145, 0.25);
}
.bulma .select.is-link:not(:hover)::after {
  border-color: hsl(217, 71%, 53%);
}
.bulma .select.is-link select {
  border-color: hsl(217, 71%, 53%);
}
.bulma .select.is-link select:hover, .bulma .select.is-link select.is-hovered {
  border-color: #2366d1;
}
.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);
}
.bulma .select.is-info:not(:hover)::after {
  border-color: hsl(204, 71%, 53%);
}
.bulma .select.is-info select {
  border-color: hsl(204, 71%, 53%);
}
.bulma .select.is-info select:hover, .bulma .select.is-info select.is-hovered {
  border-color: #238cd1;
}
.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(50, 152, 220, 0.25);
}
.bulma .select.is-success:not(:hover)::after {
  border-color: hsl(141, 53%, 53%);
}
.bulma .select.is-success select {
  border-color: hsl(141, 53%, 53%);
}
.bulma .select.is-success select:hover, .bulma .select.is-success select.is-hovered {
  border-color: #3abb67;
}
.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(72, 199, 116, 0.25);
}
.bulma .select.is-warning:not(:hover)::after {
  border-color: hsl(48, 100%, 67%);
}
.bulma .select.is-warning select {
  border-color: hsl(48, 100%, 67%);
}
.bulma .select.is-warning select:hover, .bulma .select.is-warning select.is-hovered {
  border-color: #ffd83d;
}
.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);
}
.bulma .select.is-danger:not(:hover)::after {
  border-color: hsl(348, 86%, 61%);
}
.bulma .select.is-danger select {
  border-color: hsl(348, 86%, 61%);
}
.bulma .select.is-danger select:hover, .bulma .select.is-danger select.is-hovered {
  border-color: #ef2e55;
}
.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(241, 70, 104, 0.25);
}
.bulma .select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.bulma .select.is-medium {
  font-size: 1.25rem;
}
.bulma .select.is-large {
  font-size: 1.5rem;
}
.bulma .select.is-disabled::after {
  border-color: hsl(0, 0%, 48%);
}
.bulma .select.is-fullwidth {
  width: 100%;
}
.bulma .select.is-fullwidth select {
  width: 100%;
}
.bulma .select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.bulma .select.is-loading.is-small:after {
  font-size: 0.75rem;
}
.bulma .select.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.bulma .select.is-loading.is-large:after {
  font-size: 1.5rem;
}
.bulma .file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.bulma .file.is-white .file-cta {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.bulma .file.is-white:hover .file-cta, .bulma .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.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: hsl(0, 0%, 4%);
}
.bulma .file.is-white:active .file-cta, .bulma .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.bulma .file.is-black .file-cta {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.bulma .file.is-black:hover .file-cta, .bulma .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.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: hsl(0, 0%, 100%);
}
.bulma .file.is-black:active .file-cta, .bulma .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.bulma .file.is-light .file-cta {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bulma .file.is-light:hover .file-cta, .bulma .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.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: rgba(0, 0, 0, 0.7);
}
.bulma .file.is-light:active .file-cta, .bulma .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bulma .file.is-dark .file-cta {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.bulma .file.is-dark:hover .file-cta, .bulma .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}
.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: #fff;
}
.bulma .file.is-dark:active .file-cta, .bulma .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}
.bulma .file.is-primary .file-cta {
  background-color: #196091;
  border-color: transparent;
  color: #fff;
}
.bulma .file.is-primary:hover .file-cta, .bulma .file.is-primary.is-hovered .file-cta {
  background-color: #175986;
  border-color: transparent;
  color: #fff;
}
.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(25, 96, 145, 0.25);
  color: #fff;
}
.bulma .file.is-primary:active .file-cta, .bulma .file.is-primary.is-active .file-cta {
  background-color: #15527b;
  border-color: transparent;
  color: #fff;
}
.bulma .file.is-link .file-cta {
  background-color: hsl(217, 71%, 53%);
  border-color: transparent;
  color: #fff;
}
.bulma .file.is-link:hover .file-cta, .bulma .file.is-link.is-hovered .file-cta {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}
.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;
}
.bulma .file.is-link:active .file-cta, .bulma .file.is-link.is-active .file-cta {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}
.bulma .file.is-info .file-cta {
  background-color: hsl(204, 71%, 53%);
  border-color: transparent;
  color: #fff;
}
.bulma .file.is-info:hover .file-cta, .bulma .file.is-info.is-hovered .file-cta {
  background-color: #2793da;
  border-color: transparent;
  color: #fff;
}
.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(50, 152, 220, 0.25);
  color: #fff;
}
.bulma .file.is-info:active .file-cta, .bulma .file.is-info.is-active .file-cta {
  background-color: #238cd1;
  border-color: transparent;
  color: #fff;
}
.bulma .file.is-success .file-cta {
  background-color: hsl(141, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.bulma .file.is-success:hover .file-cta, .bulma .file.is-success.is-hovered .file-cta {
  background-color: #3ec46d;
  border-color: transparent;
  color: #fff;
}
.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(72, 199, 116, 0.25);
  color: #fff;
}
.bulma .file.is-success:active .file-cta, .bulma .file.is-success.is-active .file-cta {
  background-color: #3abb67;
  border-color: transparent;
  color: #fff;
}
.bulma .file.is-warning .file-cta {
  background-color: hsl(48, 100%, 67%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.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);
}
.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);
}
.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);
}
.bulma .file.is-danger .file-cta {
  background-color: hsl(348, 86%, 61%);
  border-color: transparent;
  color: #fff;
}
.bulma .file.is-danger:hover .file-cta, .bulma .file.is-danger.is-hovered .file-cta {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}
.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(241, 70, 104, 0.25);
  color: #fff;
}
.bulma .file.is-danger:active .file-cta, .bulma .file.is-danger.is-active .file-cta {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}
.bulma .file.is-small {
  font-size: 0.75rem;
}
.bulma .file.is-medium {
  font-size: 1.25rem;
}
.bulma .file.is-medium .file-icon .fa {
  font-size: 21px;
}
.bulma .file.is-large {
  font-size: 1.5rem;
}
.bulma .file.is-large .file-icon .fa {
  font-size: 28px;
}
.bulma .file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bulma .file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bulma .file.has-name.is-empty .file-cta {
  border-radius: 4px;
}
.bulma .file.has-name.is-empty .file-name {
  display: none;
}
.bulma .file.is-boxed .file-label {
  flex-direction: column;
}
.bulma .file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.bulma .file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.bulma .file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.bulma .file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.bulma .file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.bulma .file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.bulma .file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.bulma .file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}
.bulma .file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}
.bulma .file.is-centered {
  justify-content: center;
}
.bulma .file.is-fullwidth .file-label {
  width: 100%;
}
.bulma .file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}
.bulma .file.is-right {
  justify-content: flex-end;
}
.bulma .file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}
.bulma .file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}
.bulma .file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.bulma .file-label:hover .file-cta {
  background-color: #eeeeee;
  color: hsl(0, 0%, 21%);
}
.bulma .file-label:hover .file-name {
  border-color: #d5d5d5;
}
.bulma .file-label:active .file-cta {
  background-color: #e8e8e8;
  color: hsl(0, 0%, 21%);
}
.bulma .file-label:active .file-name {
  border-color: #cfcfcf;
}
.bulma .file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.bulma .file-cta,
.bulma .file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}
.bulma .file-cta {
  background-color: hsl(0, 0%, 96%);
  color: #4a4a4a;
}
.bulma .file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis;
}
.bulma .file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.bulma .file-icon .fa {
  font-size: 14px;
}
.bulma .label {
  color: hsl(0, 0%, 21%);
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.bulma .label:not(:last-child) {
  margin-bottom: 0.5em;
}
.bulma .label.is-small {
  font-size: 0.75rem;
}
.bulma .label.is-medium {
  font-size: 1.25rem;
}
.bulma .label.is-large {
  font-size: 1.5rem;
}
.bulma .help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.bulma .help.is-white {
  color: hsl(0, 0%, 100%);
}
.bulma .help.is-black {
  color: hsl(0, 0%, 4%);
}
.bulma .help.is-light {
  color: hsl(0, 0%, 96%);
}
.bulma .help.is-dark {
  color: hsl(0, 0%, 21%);
}
.bulma .help.is-primary {
  color: #196091;
}
.bulma .help.is-link {
  color: hsl(217, 71%, 53%);
}
.bulma .help.is-info {
  color: hsl(204, 71%, 53%);
}
.bulma .help.is-success {
  color: hsl(141, 53%, 53%);
}
.bulma .help.is-warning {
  color: hsl(48, 100%, 67%);
}
.bulma .help.is-danger {
  color: hsl(348, 86%, 61%);
}
.bulma .field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.bulma .field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.bulma .field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.bulma .field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.bulma .field.has-addons.has-addons-centered {
  justify-content: center;
}
.bulma .field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.bulma .field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.bulma .field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.bulma .field.is-grouped > .control {
  flex-shrink: 0;
}
.bulma .field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.bulma .field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.bulma .field.is-grouped.is-grouped-centered {
  justify-content: center;
}
.bulma .field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.bulma .field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.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;
}
.bulma .field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.bulma .field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 767px), print {
  .bulma .field.is-horizontal {
    display: flex;
  }
}
.bulma .field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 766px) {
  .bulma .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .bulma .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .bulma .field-label.is-normal {
    padding-top: 0.375em;
  }
  .bulma .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .bulma .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}
.bulma .field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 767px), print {
  .bulma .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .bulma .field-body .field {
    margin-bottom: 0;
  }
  .bulma .field-body > .field {
    flex-shrink: 1;
  }
  .bulma .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .bulma .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}
.bulma .control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
.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: #4a4a4a;
}
.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;
}
.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;
}
.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;
}
.bulma .control.has-icons-left .icon, .bulma .control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}
.bulma .control.has-icons-left .input,
.bulma .control.has-icons-left .select select {
  padding-left: 2.5em;
}
.bulma .control.has-icons-left .icon.is-left {
  left: 0;
}
.bulma .control.has-icons-right .input,
.bulma .control.has-icons-right .select select {
  padding-right: 2.5em;
}
.bulma .control.has-icons-right .icon.is-right {
  right: 0;
}
.bulma .control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.bulma .control.is-loading.is-small:after {
  font-size: 0.75rem;
}
.bulma .control.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.bulma .control.is-loading.is-large:after {
  font-size: 1.5rem;
}
.bulma .breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
.bulma .breadcrumb a {
  align-items: center;
  color: hsl(217, 71%, 53%);
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}
.bulma .breadcrumb a:hover {
  color: hsl(0, 0%, 21%);
}
.bulma .breadcrumb li {
  align-items: center;
  display: flex;
}
.bulma .breadcrumb li:first-child a {
  padding-left: 0;
}
.bulma .breadcrumb li.is-active a {
  color: hsl(0, 0%, 21%);
  cursor: default;
  pointer-events: none;
}
.bulma .breadcrumb li + li::before {
  color: #b5b5b5;
  content: "/";
}
.bulma .breadcrumb ul,
.bulma .breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bulma .breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
.bulma .breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
.bulma .breadcrumb.is-centered ol,
.bulma .breadcrumb.is-centered ul {
  justify-content: center;
}
.bulma .breadcrumb.is-right ol,
.bulma .breadcrumb.is-right ul {
  justify-content: flex-end;
}
.bulma .breadcrumb.is-small {
  font-size: 0.75rem;
}
.bulma .breadcrumb.is-medium {
  font-size: 1.25rem;
}
.bulma .breadcrumb.is-large {
  font-size: 1.5rem;
}
.bulma .breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
.bulma .breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
.bulma .breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
.bulma .breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}
.bulma .card {
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}
.bulma .card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: flex;
}
.bulma .card-header-title {
  align-items: center;
  color: hsl(0, 0%, 21%);
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
.bulma .card-header-title.is-centered {
  justify-content: center;
}
.bulma .card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}
.bulma .card-image {
  display: block;
  position: relative;
}
.bulma .card-content {
  background-color: transparent;
  padding: 1.5rem;
}
.bulma .card-footer {
  background-color: transparent;
  border-top: 1px solid hsl(0, 0%, 93%);
  align-items: stretch;
  display: flex;
}
.bulma .card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}
.bulma .card-footer-item:not(:last-child) {
  border-right: 1px solid hsl(0, 0%, 93%);
}
.bulma .card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}
.bulma .dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.bulma .dropdown.is-active .dropdown-menu, .bulma .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
.bulma .dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
.bulma .dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}
.bulma .dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}
.bulma .dropdown-content {
  background-color: hsl(0, 0%, 100%);
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.bulma .dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}
.bulma a.dropdown-item,
.bulma button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
.bulma a.dropdown-item:hover,
.bulma button.dropdown-item:hover {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 4%);
}
.bulma a.dropdown-item.is-active,
.bulma button.dropdown-item.is-active {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.bulma .dropdown-divider {
  background-color: hsl(0, 0%, 93%);
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}
.bulma .level {
  align-items: center;
  justify-content: space-between;
}
.bulma .level code {
  border-radius: 4px;
}
.bulma .level img {
  display: inline-block;
  vertical-align: top;
}
.bulma .level.is-mobile {
  display: flex;
}
.bulma .level.is-mobile .level-left,
.bulma .level.is-mobile .level-right {
  display: flex;
}
.bulma .level.is-mobile .level-left + .level-right {
  margin-top: 0;
}
.bulma .level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.bulma .level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 767px), print {
  .bulma .level {
    display: flex;
  }
  .bulma .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}
.bulma .level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.bulma .level-item .title,
.bulma .level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 766px) {
  .bulma .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.bulma .level-left,
.bulma .level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.bulma .level-left .level-item.is-flexible,
.bulma .level-right .level-item.is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 767px), print {
  .bulma .level-left .level-item:not(:last-child),
  .bulma .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}
.bulma .level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 766px) {
  .bulma .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .level-left {
    display: flex;
  }
}
.bulma .level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 767px), print {
  .bulma .level-right {
    display: flex;
  }
}
.bulma .media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}
.bulma .media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.bulma .media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
.bulma .media .media .content:not(:last-child),
.bulma .media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
.bulma .media .media .media {
  padding-top: 0.5rem;
}
.bulma .media .media .media + .media {
  margin-top: 0.5rem;
}
.bulma .media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
.bulma .media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.bulma .media-left,
.bulma .media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.bulma .media-left {
  margin-right: 1rem;
}
.bulma .media-right {
  margin-left: 1rem;
}
.bulma .media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}
@media screen and (max-width: 766px) {
  .bulma .media-content {
    overflow-x: auto;
  }
}
.bulma .menu {
  font-size: 1rem;
}
.bulma .menu.is-small {
  font-size: 0.75rem;
}
.bulma .menu.is-medium {
  font-size: 1.25rem;
}
.bulma .menu.is-large {
  font-size: 1.5rem;
}
.bulma .menu-list {
  line-height: 1.25;
}
.bulma .menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}
.bulma .menu-list a:hover {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.bulma .menu-list a.is-active {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.bulma .menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}
.bulma .menu-label {
  color: hsl(0, 0%, 48%);
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.bulma .menu-label:not(:first-child) {
  margin-top: 1em;
}
.bulma .menu-label:not(:last-child) {
  margin-bottom: 1em;
}
.bulma .message {
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  font-size: 1rem;
}
.bulma .message strong {
  color: currentColor;
}
.bulma .message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.bulma .message.is-small {
  font-size: 0.75rem;
}
.bulma .message.is-medium {
  font-size: 1.25rem;
}
.bulma .message.is-large {
  font-size: 1.5rem;
}
.bulma .message.is-white {
  background-color: white;
}
.bulma .message.is-white .message-header {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.bulma .message.is-white .message-body {
  border-color: hsl(0, 0%, 100%);
}
.bulma .message.is-black {
  background-color: #fafafa;
}
.bulma .message.is-black .message-header {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.bulma .message.is-black .message-body {
  border-color: hsl(0, 0%, 4%);
}
.bulma .message.is-light {
  background-color: #fafafa;
}
.bulma .message.is-light .message-header {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.bulma .message.is-light .message-body {
  border-color: hsl(0, 0%, 96%);
}
.bulma .message.is-dark {
  background-color: #fafafa;
}
.bulma .message.is-dark .message-header {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.bulma .message.is-dark .message-body {
  border-color: hsl(0, 0%, 21%);
}
.bulma .message.is-primary {
  background-color: #eef6fc;
}
.bulma .message.is-primary .message-header {
  background-color: #196091;
  color: #fff;
}
.bulma .message.is-primary .message-body {
  border-color: #196091;
  color: #258dd5;
}
.bulma .message.is-link {
  background-color: #eef3fc;
}
.bulma .message.is-link .message-header {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.bulma .message.is-link .message-body {
  border-color: hsl(217, 71%, 53%);
  color: #2160c4;
}
.bulma .message.is-info {
  background-color: #eef6fc;
}
.bulma .message.is-info .message-header {
  background-color: hsl(204, 71%, 53%);
  color: #fff;
}
.bulma .message.is-info .message-body {
  border-color: hsl(204, 71%, 53%);
  color: #1d72aa;
}
.bulma .message.is-success {
  background-color: #effaf3;
}
.bulma .message.is-success .message-header {
  background-color: hsl(141, 53%, 53%);
  color: #fff;
}
.bulma .message.is-success .message-body {
  border-color: hsl(141, 53%, 53%);
  color: #257942;
}
.bulma .message.is-warning {
  background-color: #fffbeb;
}
.bulma .message.is-warning .message-header {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.bulma .message.is-warning .message-body {
  border-color: hsl(48, 100%, 67%);
  color: #947600;
}
.bulma .message.is-danger {
  background-color: #feecf0;
}
.bulma .message.is-danger .message-header {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.bulma .message.is-danger .message-body {
  border-color: hsl(348, 86%, 61%);
  color: #cc0f35;
}
.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;
}
.bulma .message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}
.bulma .message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.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;
}
.bulma .message-body code,
.bulma .message-body pre {
  background-color: hsl(0, 0%, 100%);
}
.bulma .message-body pre code {
  background-color: transparent;
}
.bulma .modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
.bulma .modal.is-active {
  display: flex;
}
.bulma .modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}
.bulma .modal-content,
.bulma .modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .bulma .modal-content,
  .bulma .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}
.bulma .modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}
.bulma .modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}
.bulma .modal-card-head,
.bulma .modal-card-foot {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}
.bulma .modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.bulma .modal-card-title {
  color: hsl(0, 0%, 21%);
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}
.bulma .modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}
.bulma .modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}
.bulma .modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 100%);
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}
.bulma .navbar {
  background-color: hsl(0, 0%, 100%);
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.bulma .navbar.is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.bulma .navbar.is-white .navbar-brand > .navbar-item,
.bulma .navbar.is-white .navbar-brand .navbar-link {
  color: hsl(0, 0%, 4%);
}
.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: hsl(0, 0%, 4%);
}
.bulma .navbar.is-white .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 4%);
}
.bulma .navbar.is-white .navbar-burger {
  color: hsl(0, 0%, 4%);
}
@media screen and (min-width: 1023px) {
  .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: hsl(0, 0%, 4%);
  }
  .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: hsl(0, 0%, 4%);
  }
  .bulma .navbar.is-white .navbar-start .navbar-link::after,
  .bulma .navbar.is-white .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 4%);
  }
  .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: hsl(0, 0%, 4%);
  }
  .bulma .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 4%);
  }
}
.bulma .navbar.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.bulma .navbar.is-black .navbar-brand > .navbar-item,
.bulma .navbar.is-black .navbar-brand .navbar-link {
  color: hsl(0, 0%, 100%);
}
.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: hsl(0, 0%, 100%);
}
.bulma .navbar.is-black .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 100%);
}
.bulma .navbar.is-black .navbar-burger {
  color: hsl(0, 0%, 100%);
}
@media screen and (min-width: 1023px) {
  .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: hsl(0, 0%, 100%);
  }
  .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: hsl(0, 0%, 100%);
  }
  .bulma .navbar.is-black .navbar-start .navbar-link::after,
  .bulma .navbar.is-black .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 100%);
  }
  .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: hsl(0, 0%, 100%);
  }
  .bulma .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 4%);
    color: hsl(0, 0%, 100%);
  }
}
.bulma .navbar.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.bulma .navbar.is-light .navbar-brand > .navbar-item,
.bulma .navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.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: rgba(0, 0, 0, 0.7);
}
.bulma .navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.bulma .navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1023px) {
  .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: rgba(0, 0, 0, 0.7);
  }
  .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: rgba(0, 0, 0, 0.7);
  }
  .bulma .navbar.is-light .navbar-start .navbar-link::after,
  .bulma .navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .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: rgba(0, 0, 0, 0.7);
  }
  .bulma .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.bulma .navbar.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.bulma .navbar.is-dark .navbar-brand > .navbar-item,
.bulma .navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}
.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: #fff;
}
.bulma .navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.bulma .navbar.is-dark .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1023px) {
  .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: #fff;
  }
  .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: #fff;
  }
  .bulma .navbar.is-dark .navbar-start .navbar-link::after,
  .bulma .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .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: #fff;
  }
  .bulma .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 21%);
    color: #fff;
  }
}
.bulma .navbar.is-primary {
  background-color: #196091;
  color: #fff;
}
.bulma .navbar.is-primary .navbar-brand > .navbar-item,
.bulma .navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
.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: #15527b;
  color: #fff;
}
.bulma .navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.bulma .navbar.is-primary .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1023px) {
  .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;
  }
  .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: #15527b;
    color: #fff;
  }
  .bulma .navbar.is-primary .navbar-start .navbar-link::after,
  .bulma .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .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: #15527b;
    color: #fff;
  }
  .bulma .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #196091;
    color: #fff;
  }
}
.bulma .navbar.is-link {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.bulma .navbar.is-link .navbar-brand > .navbar-item,
.bulma .navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}
.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;
}
.bulma .navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.bulma .navbar.is-link .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1023px) {
  .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;
  }
  .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;
  }
  .bulma .navbar.is-link .navbar-start .navbar-link::after,
  .bulma .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .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;
  }
  .bulma .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(217, 71%, 53%);
    color: #fff;
  }
}
.bulma .navbar.is-info {
  background-color: hsl(204, 71%, 53%);
  color: #fff;
}
.bulma .navbar.is-info .navbar-brand > .navbar-item,
.bulma .navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}
.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: #238cd1;
  color: #fff;
}
.bulma .navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.bulma .navbar.is-info .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1023px) {
  .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;
  }
  .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: #238cd1;
    color: #fff;
  }
  .bulma .navbar.is-info .navbar-start .navbar-link::after,
  .bulma .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .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: #238cd1;
    color: #fff;
  }
  .bulma .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(204, 71%, 53%);
    color: #fff;
  }
}
.bulma .navbar.is-success {
  background-color: hsl(141, 53%, 53%);
  color: #fff;
}
.bulma .navbar.is-success .navbar-brand > .navbar-item,
.bulma .navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
.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: #3abb67;
  color: #fff;
}
.bulma .navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.bulma .navbar.is-success .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1023px) {
  .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;
  }
  .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: #3abb67;
    color: #fff;
  }
  .bulma .navbar.is-success .navbar-start .navbar-link::after,
  .bulma .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .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: #3abb67;
    color: #fff;
  }
  .bulma .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(141, 53%, 53%);
    color: #fff;
  }
}
.bulma .navbar.is-warning {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.bulma .navbar.is-warning .navbar-brand > .navbar-item,
.bulma .navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.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);
}
.bulma .navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.bulma .navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1023px) {
  .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);
  }
  .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);
  }
  .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);
  }
  .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);
  }
  .bulma .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(48, 100%, 67%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.bulma .navbar.is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.bulma .navbar.is-danger .navbar-brand > .navbar-item,
.bulma .navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}
.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: #ef2e55;
  color: #fff;
}
.bulma .navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.bulma .navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1023px) {
  .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;
  }
  .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: #ef2e55;
    color: #fff;
  }
  .bulma .navbar.is-danger .navbar-start .navbar-link::after,
  .bulma .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .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: #ef2e55;
    color: #fff;
  }
  .bulma .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(348, 86%, 61%);
    color: #fff;
  }
}
.bulma .navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.bulma .navbar.has-shadow {
  box-shadow: 0 2px 0 0 hsl(0, 0%, 96%);
}
.bulma .navbar.is-fixed-bottom, .bulma .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.bulma .navbar.is-fixed-bottom {
  bottom: 0;
}
.bulma .navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 hsl(0, 0%, 96%);
}
.bulma .navbar.is-fixed-top {
  top: 0;
}
.bulma html.has-navbar-fixed-top,
.bulma body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}
.bulma html.has-navbar-fixed-bottom,
.bulma body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}
.bulma .navbar-brand,
.bulma .navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}
.bulma .navbar-brand a.navbar-item:focus, .bulma .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}
.bulma .navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}
.bulma .navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.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;
}
.bulma .navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.bulma .navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.bulma .navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.bulma .navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.bulma .navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.bulma .navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.bulma .navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
.bulma .navbar-menu {
  display: none;
}
.bulma .navbar-item,
.bulma .navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.bulma .navbar-item .icon:only-child,
.bulma .navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.bulma a.navbar-item,
.bulma .navbar-link {
  cursor: pointer;
}
.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: hsl(0, 0%, 98%);
  color: hsl(217, 71%, 53%);
}
.bulma .navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.bulma .navbar-item img {
  max-height: 1.75rem;
}
.bulma .navbar-item.has-dropdown {
  padding: 0;
}
.bulma .navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.bulma .navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.bulma .navbar-item.is-tab:focus, .bulma .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: hsl(217, 71%, 53%);
}
.bulma .navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: hsl(217, 71%, 53%);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: hsl(217, 71%, 53%);
  padding-bottom: calc(0.5rem - 3px);
}
.bulma .navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}
.bulma .navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
.bulma .navbar-link:not(.is-arrowless)::after {
  border-color: hsl(217, 71%, 53%);
  margin-top: -0.375em;
  right: 1.125em;
}
.bulma .navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.bulma .navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.bulma .navbar-divider {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}
@media screen and (max-width: 1022px) {
  .bulma .navbar > .container {
    display: block;
  }
  .bulma .navbar-brand .navbar-item,
  .bulma .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }
  .bulma .navbar-link::after {
    display: none;
  }
  .bulma .navbar-menu {
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  .bulma .navbar-menu.is-active {
    display: block;
  }
  .bulma .navbar.is-fixed-bottom-touch, .bulma .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .bulma .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .bulma .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .bulma .navbar.is-fixed-top-touch {
    top: 0;
  }
  .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;
  }
  .bulma html.has-navbar-fixed-top-touch,
  .bulma body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  .bulma html.has-navbar-fixed-bottom-touch,
  .bulma body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .navbar,
  .bulma .navbar-menu,
  .bulma .navbar-start,
  .bulma .navbar-end {
    align-items: stretch;
    display: flex;
  }
  .bulma .navbar {
    min-height: 3.25rem;
  }
  .bulma .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .bulma .navbar.is-spaced .navbar-start,
  .bulma .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .bulma .navbar.is-spaced a.navbar-item,
  .bulma .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .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;
  }
  .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;
  }
  .bulma .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .bulma .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 4%);
  }
  .bulma .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: hsl(217, 71%, 53%);
  }
  .bulma .navbar-burger {
    display: none;
  }
  .bulma .navbar-item,
  .bulma .navbar-link {
    align-items: center;
    display: flex;
  }
  .bulma .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .bulma .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .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;
  }
  .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;
  }
  .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);
  }
  .bulma .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .bulma .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  .bulma .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  .bulma .navbar-dropdown {
    background-color: hsl(0, 0%, 100%);
    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;
  }
  .bulma .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .bulma .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .bulma .navbar-dropdown a.navbar-item:focus, .bulma .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 4%);
  }
  .bulma .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: hsl(217, 71%, 53%);
  }
  .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;
  }
  .bulma .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  .bulma .navbar-divider {
    display: block;
  }
  .bulma .navbar > .container .navbar-brand,
  .bulma .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .bulma .navbar > .container .navbar-menu,
  .bulma .container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }
  .bulma .navbar.is-fixed-bottom-desktop, .bulma .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .bulma .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .bulma .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .bulma .navbar.is-fixed-top-desktop {
    top: 0;
  }
  .bulma html.has-navbar-fixed-top-desktop,
  .bulma body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  .bulma html.has-navbar-fixed-bottom-desktop,
  .bulma body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  .bulma html.has-spaced-navbar-fixed-top,
  .bulma body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  .bulma html.has-spaced-navbar-fixed-bottom,
  .bulma body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  .bulma a.navbar-item.is-active,
  .bulma .navbar-link.is-active {
    color: hsl(0, 0%, 4%);
  }
  .bulma a.navbar-item.is-active:not(:focus):not(:hover),
  .bulma .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  .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: hsl(0, 0%, 98%);
  }
}
.bulma .hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}
.bulma .pagination {
  font-size: 1rem;
  margin: -0.25rem;
}
.bulma .pagination.is-small {
  font-size: 0.75rem;
}
.bulma .pagination.is-medium {
  font-size: 1.25rem;
}
.bulma .pagination.is-large {
  font-size: 1.5rem;
}
.bulma .pagination.is-rounded .pagination-previous,
.bulma .pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}
.bulma .pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}
.bulma .pagination,
.bulma .pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.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;
}
.bulma .pagination-previous,
.bulma .pagination-next,
.bulma .pagination-link {
  border-color: #dbdbdb;
  color: hsl(0, 0%, 21%);
  min-width: 2.5em;
}
.bulma .pagination-previous:hover,
.bulma .pagination-next:hover,
.bulma .pagination-link:hover {
  border-color: #b5b5b5;
  color: hsl(0, 0%, 21%);
}
.bulma .pagination-previous:focus,
.bulma .pagination-next:focus,
.bulma .pagination-link:focus {
  border-color: hsl(217, 71%, 53%);
}
.bulma .pagination-previous:active,
.bulma .pagination-next:active,
.bulma .pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}
.bulma .pagination-previous[disabled],
.bulma .pagination-next[disabled],
.bulma .pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: hsl(0, 0%, 48%);
  opacity: 0.5;
}
.bulma .pagination-previous,
.bulma .pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.bulma .pagination-link.is-current {
  background-color: hsl(217, 71%, 53%);
  border-color: hsl(217, 71%, 53%);
  color: #fff;
}
.bulma .pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}
.bulma .pagination-list {
  flex-wrap: wrap;
}
@media screen and (max-width: 766px) {
  .bulma .pagination {
    flex-wrap: wrap;
  }
  .bulma .pagination-previous,
  .bulma .pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .bulma .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }
  .bulma .pagination-previous {
    order: 2;
  }
  .bulma .pagination-next {
    order: 3;
  }
  .bulma .pagination {
    justify-content: space-between;
  }
  .bulma .pagination.is-centered .pagination-previous {
    order: 1;
  }
  .bulma .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  .bulma .pagination.is-centered .pagination-next {
    order: 3;
  }
  .bulma .pagination.is-right .pagination-previous {
    order: 1;
  }
  .bulma .pagination.is-right .pagination-next {
    order: 2;
  }
  .bulma .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
.bulma .panel {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  font-size: 1rem;
}
.bulma .panel:not(:last-child) {
  margin-bottom: 1.5rem;
}
.bulma .panel.is-white .panel-heading {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.bulma .panel.is-white .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 100%);
}
.bulma .panel.is-white .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 100%);
}
.bulma .panel.is-black .panel-heading {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.bulma .panel.is-black .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 4%);
}
.bulma .panel.is-black .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 4%);
}
.bulma .panel.is-light .panel-heading {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.bulma .panel.is-light .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 96%);
}
.bulma .panel.is-light .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 96%);
}
.bulma .panel.is-dark .panel-heading {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.bulma .panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 21%);
}
.bulma .panel.is-dark .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 21%);
}
.bulma .panel.is-primary .panel-heading {
  background-color: #196091;
  color: #fff;
}
.bulma .panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: #196091;
}
.bulma .panel.is-primary .panel-block.is-active .panel-icon {
  color: #196091;
}
.bulma .panel.is-link .panel-heading {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.bulma .panel.is-link .panel-tabs a.is-active {
  border-bottom-color: hsl(217, 71%, 53%);
}
.bulma .panel.is-link .panel-block.is-active .panel-icon {
  color: hsl(217, 71%, 53%);
}
.bulma .panel.is-info .panel-heading {
  background-color: hsl(204, 71%, 53%);
  color: #fff;
}
.bulma .panel.is-info .panel-tabs a.is-active {
  border-bottom-color: hsl(204, 71%, 53%);
}
.bulma .panel.is-info .panel-block.is-active .panel-icon {
  color: hsl(204, 71%, 53%);
}
.bulma .panel.is-success .panel-heading {
  background-color: hsl(141, 53%, 53%);
  color: #fff;
}
.bulma .panel.is-success .panel-tabs a.is-active {
  border-bottom-color: hsl(141, 53%, 53%);
}
.bulma .panel.is-success .panel-block.is-active .panel-icon {
  color: hsl(141, 53%, 53%);
}
.bulma .panel.is-warning .panel-heading {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.bulma .panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: hsl(48, 100%, 67%);
}
.bulma .panel.is-warning .panel-block.is-active .panel-icon {
  color: hsl(48, 100%, 67%);
}
.bulma .panel.is-danger .panel-heading {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.bulma .panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: hsl(348, 86%, 61%);
}
.bulma .panel.is-danger .panel-block.is-active .panel-icon {
  color: hsl(348, 86%, 61%);
}
.bulma .panel-tabs:not(:last-child),
.bulma .panel-block:not(:last-child) {
  border-bottom: 1px solid hsl(0, 0%, 93%);
}
.bulma .panel-heading {
  background-color: hsl(0, 0%, 93%);
  border-radius: 6px 6px 0 0;
  color: hsl(0, 0%, 21%);
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em;
}
.bulma .panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}
.bulma .panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}
.bulma .panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: hsl(0, 0%, 21%);
}
.bulma .panel-list a {
  color: #4a4a4a;
}
.bulma .panel-list a:hover {
  color: hsl(217, 71%, 53%);
}
.bulma .panel-block {
  align-items: center;
  color: hsl(0, 0%, 21%);
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}
.bulma .panel-block input[type=checkbox] {
  margin-right: 0.75em;
}
.bulma .panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.bulma .panel-block.is-wrapped {
  flex-wrap: wrap;
}
.bulma .panel-block.is-active {
  border-left-color: hsl(217, 71%, 53%);
  color: hsl(0, 0%, 21%);
}
.bulma .panel-block.is-active .panel-icon {
  color: hsl(217, 71%, 53%);
}
.bulma .panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.bulma a.panel-block,
.bulma label.panel-block {
  cursor: pointer;
}
.bulma a.panel-block:hover,
.bulma label.panel-block:hover {
  background-color: hsl(0, 0%, 96%);
}
.bulma .panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: hsl(0, 0%, 48%);
  margin-right: 0.75em;
}
.bulma .panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}
.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;
}
.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;
}
.bulma .tabs a:hover {
  border-bottom-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.bulma .tabs li {
  display: block;
}
.bulma .tabs li.is-active a {
  border-bottom-color: hsl(217, 71%, 53%);
  color: hsl(217, 71%, 53%);
}
.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;
}
.bulma .tabs ul.is-left {
  padding-right: 0.75em;
}
.bulma .tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.bulma .tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
.bulma .tabs .icon:first-child {
  margin-right: 0.5em;
}
.bulma .tabs .icon:last-child {
  margin-left: 0.5em;
}
.bulma .tabs.is-centered ul {
  justify-content: center;
}
.bulma .tabs.is-right ul {
  justify-content: flex-end;
}
.bulma .tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.bulma .tabs.is-boxed a:hover {
  background-color: hsl(0, 0%, 96%);
  border-bottom-color: #dbdbdb;
}
.bulma .tabs.is-boxed li.is-active a {
  background-color: hsl(0, 0%, 100%);
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}
.bulma .tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
.bulma .tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
.bulma .tabs.is-toggle a:hover {
  background-color: hsl(0, 0%, 96%);
  border-color: #b5b5b5;
  z-index: 2;
}
.bulma .tabs.is-toggle li + li {
  margin-left: -1px;
}
.bulma .tabs.is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bulma .tabs.is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bulma .tabs.is-toggle li.is-active a {
  background-color: hsl(217, 71%, 53%);
  border-color: hsl(217, 71%, 53%);
  color: #fff;
  z-index: 1;
}
.bulma .tabs.is-toggle ul {
  border-bottom: none;
}
.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;
}
.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;
}
.bulma .tabs.is-small {
  font-size: 0.75rem;
}
.bulma .tabs.is-medium {
  font-size: 1.25rem;
}
.bulma .tabs.is-large {
  font-size: 1.5rem;
}
.bulma .column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .bulma .column.is-narrow {
  flex: none;
}
.columns.is-mobile > .bulma .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .bulma .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .bulma .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .bulma .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .bulma .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .bulma .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .bulma .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .bulma .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .bulma .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .bulma .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .bulma .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .bulma .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .bulma .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .bulma .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .bulma .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .bulma .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .bulma .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .bulma .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .bulma .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .bulma .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .bulma .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .bulma .column.is-1 {
  flex: none;
  width: 8.3333333333%;
}
.columns.is-mobile > .bulma .column.is-offset-1 {
  margin-left: 8.3333333333%;
}
.columns.is-mobile > .bulma .column.is-2 {
  flex: none;
  width: 16.6666666667%;
}
.columns.is-mobile > .bulma .column.is-offset-2 {
  margin-left: 16.6666666667%;
}
.columns.is-mobile > .bulma .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .bulma .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .bulma .column.is-4 {
  flex: none;
  width: 33.3333333333%;
}
.columns.is-mobile > .bulma .column.is-offset-4 {
  margin-left: 33.3333333333%;
}
.columns.is-mobile > .bulma .column.is-5 {
  flex: none;
  width: 41.6666666667%;
}
.columns.is-mobile > .bulma .column.is-offset-5 {
  margin-left: 41.6666666667%;
}
.columns.is-mobile > .bulma .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .bulma .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .bulma .column.is-7 {
  flex: none;
  width: 58.3333333333%;
}
.columns.is-mobile > .bulma .column.is-offset-7 {
  margin-left: 58.3333333333%;
}
.columns.is-mobile > .bulma .column.is-8 {
  flex: none;
  width: 66.6666666667%;
}
.columns.is-mobile > .bulma .column.is-offset-8 {
  margin-left: 66.6666666667%;
}
.columns.is-mobile > .bulma .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .bulma .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .bulma .column.is-10 {
  flex: none;
  width: 83.3333333333%;
}
.columns.is-mobile > .bulma .column.is-offset-10 {
  margin-left: 83.3333333333%;
}
.columns.is-mobile > .bulma .column.is-11 {
  flex: none;
  width: 91.6666666667%;
}
.columns.is-mobile > .bulma .column.is-offset-11 {
  margin-left: 91.6666666667%;
}
.columns.is-mobile > .bulma .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .bulma .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 766px) {
  .bulma .column.is-narrow-mobile {
    flex: none;
  }
  .bulma .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .bulma .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .bulma .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .bulma .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .bulma .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .bulma .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .bulma .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .bulma .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .bulma .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .bulma .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .bulma .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .bulma .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .bulma .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .bulma .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .bulma .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .bulma .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .bulma .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .bulma .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .bulma .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .bulma .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .bulma .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .bulma .column.is-1-mobile {
    flex: none;
    width: 8.3333333333%;
  }
  .bulma .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }
  .bulma .column.is-2-mobile {
    flex: none;
    width: 16.6666666667%;
  }
  .bulma .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }
  .bulma .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .bulma .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .bulma .column.is-4-mobile {
    flex: none;
    width: 33.3333333333%;
  }
  .bulma .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }
  .bulma .column.is-5-mobile {
    flex: none;
    width: 41.6666666667%;
  }
  .bulma .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }
  .bulma .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .bulma .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .bulma .column.is-7-mobile {
    flex: none;
    width: 58.3333333333%;
  }
  .bulma .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }
  .bulma .column.is-8-mobile {
    flex: none;
    width: 66.6666666667%;
  }
  .bulma .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }
  .bulma .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .bulma .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .bulma .column.is-10-mobile {
    flex: none;
    width: 83.3333333333%;
  }
  .bulma .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }
  .bulma .column.is-11-mobile {
    flex: none;
    width: 91.6666666667%;
  }
  .bulma .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }
  .bulma .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .bulma .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .column.is-narrow, .bulma .column.is-narrow-tablet {
    flex: none;
  }
  .bulma .column.is-full, .bulma .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .bulma .column.is-three-quarters, .bulma .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .bulma .column.is-two-thirds, .bulma .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .bulma .column.is-half, .bulma .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .bulma .column.is-one-third, .bulma .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .bulma .column.is-one-quarter, .bulma .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .bulma .column.is-one-fifth, .bulma .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .bulma .column.is-two-fifths, .bulma .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .bulma .column.is-three-fifths, .bulma .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .bulma .column.is-four-fifths, .bulma .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .bulma .column.is-offset-three-quarters, .bulma .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .bulma .column.is-offset-two-thirds, .bulma .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .bulma .column.is-offset-half, .bulma .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .bulma .column.is-offset-one-third, .bulma .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .bulma .column.is-offset-one-quarter, .bulma .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .bulma .column.is-offset-one-fifth, .bulma .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .bulma .column.is-offset-two-fifths, .bulma .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .bulma .column.is-offset-three-fifths, .bulma .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .bulma .column.is-offset-four-fifths, .bulma .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .bulma .column.is-0, .bulma .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .bulma .column.is-offset-0, .bulma .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .bulma .column.is-1, .bulma .column.is-1-tablet {
    flex: none;
    width: 8.3333333333%;
  }
  .bulma .column.is-offset-1, .bulma .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }
  .bulma .column.is-2, .bulma .column.is-2-tablet {
    flex: none;
    width: 16.6666666667%;
  }
  .bulma .column.is-offset-2, .bulma .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }
  .bulma .column.is-3, .bulma .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .bulma .column.is-offset-3, .bulma .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .bulma .column.is-4, .bulma .column.is-4-tablet {
    flex: none;
    width: 33.3333333333%;
  }
  .bulma .column.is-offset-4, .bulma .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }
  .bulma .column.is-5, .bulma .column.is-5-tablet {
    flex: none;
    width: 41.6666666667%;
  }
  .bulma .column.is-offset-5, .bulma .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }
  .bulma .column.is-6, .bulma .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .bulma .column.is-offset-6, .bulma .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .bulma .column.is-7, .bulma .column.is-7-tablet {
    flex: none;
    width: 58.3333333333%;
  }
  .bulma .column.is-offset-7, .bulma .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }
  .bulma .column.is-8, .bulma .column.is-8-tablet {
    flex: none;
    width: 66.6666666667%;
  }
  .bulma .column.is-offset-8, .bulma .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }
  .bulma .column.is-9, .bulma .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .bulma .column.is-offset-9, .bulma .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .bulma .column.is-10, .bulma .column.is-10-tablet {
    flex: none;
    width: 83.3333333333%;
  }
  .bulma .column.is-offset-10, .bulma .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }
  .bulma .column.is-11, .bulma .column.is-11-tablet {
    flex: none;
    width: 91.6666666667%;
  }
  .bulma .column.is-offset-11, .bulma .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }
  .bulma .column.is-12, .bulma .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .bulma .column.is-offset-12, .bulma .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .column.is-narrow-touch {
    flex: none;
  }
  .bulma .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .bulma .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .bulma .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .bulma .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .bulma .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .bulma .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .bulma .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .bulma .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .bulma .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .bulma .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .bulma .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .bulma .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .bulma .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .bulma .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .bulma .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .bulma .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .bulma .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .bulma .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .bulma .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .bulma .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .bulma .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .bulma .column.is-1-touch {
    flex: none;
    width: 8.3333333333%;
  }
  .bulma .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }
  .bulma .column.is-2-touch {
    flex: none;
    width: 16.6666666667%;
  }
  .bulma .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }
  .bulma .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .bulma .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .bulma .column.is-4-touch {
    flex: none;
    width: 33.3333333333%;
  }
  .bulma .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }
  .bulma .column.is-5-touch {
    flex: none;
    width: 41.6666666667%;
  }
  .bulma .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }
  .bulma .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .bulma .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .bulma .column.is-7-touch {
    flex: none;
    width: 58.3333333333%;
  }
  .bulma .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }
  .bulma .column.is-8-touch {
    flex: none;
    width: 66.6666666667%;
  }
  .bulma .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }
  .bulma .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .bulma .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .bulma .column.is-10-touch {
    flex: none;
    width: 83.3333333333%;
  }
  .bulma .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }
  .bulma .column.is-11-touch {
    flex: none;
    width: 91.6666666667%;
  }
  .bulma .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }
  .bulma .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .bulma .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .column.is-narrow-desktop {
    flex: none;
  }
  .bulma .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .bulma .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .bulma .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .bulma .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .bulma .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .bulma .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .bulma .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .bulma .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .bulma .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .bulma .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .bulma .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .bulma .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .bulma .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .bulma .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .bulma .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .bulma .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .bulma .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .bulma .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .bulma .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .bulma .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .bulma .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .bulma .column.is-1-desktop {
    flex: none;
    width: 8.3333333333%;
  }
  .bulma .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }
  .bulma .column.is-2-desktop {
    flex: none;
    width: 16.6666666667%;
  }
  .bulma .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }
  .bulma .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .bulma .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .bulma .column.is-4-desktop {
    flex: none;
    width: 33.3333333333%;
  }
  .bulma .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }
  .bulma .column.is-5-desktop {
    flex: none;
    width: 41.6666666667%;
  }
  .bulma .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }
  .bulma .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .bulma .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .bulma .column.is-7-desktop {
    flex: none;
    width: 58.3333333333%;
  }
  .bulma .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }
  .bulma .column.is-8-desktop {
    flex: none;
    width: 66.6666666667%;
  }
  .bulma .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }
  .bulma .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .bulma .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .bulma .column.is-10-desktop {
    flex: none;
    width: 83.3333333333%;
  }
  .bulma .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }
  .bulma .column.is-11-desktop {
    flex: none;
    width: 91.6666666667%;
  }
  .bulma .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }
  .bulma .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .bulma .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .column.is-narrow-widescreen {
    flex: none;
  }
  .bulma .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .bulma .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .bulma .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .bulma .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .bulma .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .bulma .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .bulma .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .bulma .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .bulma .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .bulma .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .bulma .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .bulma .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .bulma .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .bulma .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .bulma .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .bulma .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .bulma .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .bulma .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .bulma .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .bulma .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .bulma .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .bulma .column.is-1-widescreen {
    flex: none;
    width: 8.3333333333%;
  }
  .bulma .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }
  .bulma .column.is-2-widescreen {
    flex: none;
    width: 16.6666666667%;
  }
  .bulma .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }
  .bulma .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .bulma .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .bulma .column.is-4-widescreen {
    flex: none;
    width: 33.3333333333%;
  }
  .bulma .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }
  .bulma .column.is-5-widescreen {
    flex: none;
    width: 41.6666666667%;
  }
  .bulma .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }
  .bulma .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .bulma .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .bulma .column.is-7-widescreen {
    flex: none;
    width: 58.3333333333%;
  }
  .bulma .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }
  .bulma .column.is-8-widescreen {
    flex: none;
    width: 66.6666666667%;
  }
  .bulma .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }
  .bulma .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .bulma .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .bulma .column.is-10-widescreen {
    flex: none;
    width: 83.3333333333%;
  }
  .bulma .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }
  .bulma .column.is-11-widescreen {
    flex: none;
    width: 91.6666666667%;
  }
  .bulma .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }
  .bulma .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .bulma .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .column.is-narrow-fullhd {
    flex: none;
  }
  .bulma .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .bulma .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .bulma .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .bulma .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .bulma .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .bulma .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .bulma .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .bulma .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .bulma .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .bulma .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .bulma .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .bulma .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .bulma .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .bulma .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .bulma .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .bulma .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .bulma .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .bulma .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .bulma .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .bulma .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .bulma .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .bulma .column.is-1-fullhd {
    flex: none;
    width: 8.3333333333%;
  }
  .bulma .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }
  .bulma .column.is-2-fullhd {
    flex: none;
    width: 16.6666666667%;
  }
  .bulma .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }
  .bulma .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .bulma .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .bulma .column.is-4-fullhd {
    flex: none;
    width: 33.3333333333%;
  }
  .bulma .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }
  .bulma .column.is-5-fullhd {
    flex: none;
    width: 41.6666666667%;
  }
  .bulma .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }
  .bulma .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .bulma .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .bulma .column.is-7-fullhd {
    flex: none;
    width: 58.3333333333%;
  }
  .bulma .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }
  .bulma .column.is-8-fullhd {
    flex: none;
    width: 66.6666666667%;
  }
  .bulma .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }
  .bulma .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .bulma .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .bulma .column.is-10-fullhd {
    flex: none;
    width: 83.3333333333%;
  }
  .bulma .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }
  .bulma .column.is-11-fullhd {
    flex: none;
    width: 91.6666666667%;
  }
  .bulma .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }
  .bulma .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .bulma .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}
.bulma .columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.bulma .columns:last-child {
  margin-bottom: -0.75rem;
}
.bulma .columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.bulma .columns.is-centered {
  justify-content: center;
}
.bulma .columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.bulma .columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.bulma .columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.bulma .columns.is-gapless:last-child {
  margin-bottom: 0;
}
.bulma .columns.is-mobile {
  display: flex;
}
.bulma .columns.is-multiline {
  flex-wrap: wrap;
}
.bulma .columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 767px), print {
  .bulma .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .columns.is-desktop {
    display: flex;
  }
}
.bulma .columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.bulma .columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.bulma .columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 766px) {
  .bulma .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.bulma .columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 766px) {
  .bulma .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.bulma .columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 766px) {
  .bulma .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.bulma .columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 766px) {
  .bulma .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.bulma .columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 766px) {
  .bulma .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.bulma .columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 766px) {
  .bulma .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.bulma .columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 766px) {
  .bulma .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.bulma .columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 766px) {
  .bulma .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.bulma .columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 766px) {
  .bulma .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}
.bulma .tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}
.bulma .tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.bulma .tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.bulma .tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.bulma .tile.is-child {
  margin: 0 !important;
}
.bulma .tile.is-parent {
  padding: 0.75rem;
}
.bulma .tile.is-vertical {
  flex-direction: column;
}
.bulma .tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 767px), print {
  .bulma .tile:not(.is-child) {
    display: flex;
  }
  .bulma .tile.is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .bulma .tile.is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .bulma .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .bulma .tile.is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .bulma .tile.is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .bulma .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .bulma .tile.is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .bulma .tile.is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .bulma .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .bulma .tile.is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .bulma .tile.is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .bulma .tile.is-12 {
    flex: none;
    width: 100%;
  }
}
.bulma .has-text-white {
  color: hsl(0, 0%, 100%) !important;
}
.bulma a.has-text-white:hover, .bulma a.has-text-white:focus {
  color: #e6e6e6 !important;
}
.bulma .has-background-white {
  background-color: hsl(0, 0%, 100%) !important;
}
.bulma .has-text-black {
  color: hsl(0, 0%, 4%) !important;
}
.bulma a.has-text-black:hover, .bulma a.has-text-black:focus {
  color: black !important;
}
.bulma .has-background-black {
  background-color: hsl(0, 0%, 4%) !important;
}
.bulma .has-text-light {
  color: hsl(0, 0%, 96%) !important;
}
.bulma a.has-text-light:hover, .bulma a.has-text-light:focus {
  color: #dbdbdb !important;
}
.bulma .has-background-light {
  background-color: hsl(0, 0%, 96%) !important;
}
.bulma .has-text-dark {
  color: hsl(0, 0%, 21%) !important;
}
.bulma a.has-text-dark:hover, .bulma a.has-text-dark:focus {
  color: #1c1c1c !important;
}
.bulma .has-background-dark {
  background-color: hsl(0, 0%, 21%) !important;
}
.bulma .has-text-primary {
  color: #196091 !important;
}
.bulma a.has-text-primary:hover, .bulma a.has-text-primary:focus {
  color: #124366 !important;
}
.bulma .has-background-primary {
  background-color: #196091 !important;
}
.bulma .has-text-primary-light {
  color: #eef6fc !important;
}
.bulma a.has-text-primary-light:hover, .bulma a.has-text-primary-light:focus {
  color: #c2e0f5 !important;
}
.bulma .has-background-primary-light {
  background-color: #eef6fc !important;
}
.bulma .has-text-primary-dark {
  color: #258dd5 !important;
}
.bulma a.has-text-primary-dark:hover, .bulma a.has-text-primary-dark:focus {
  color: #4da4e0 !important;
}
.bulma .has-background-primary-dark {
  background-color: #258dd5 !important;
}
.bulma .has-text-link {
  color: hsl(217, 71%, 53%) !important;
}
.bulma a.has-text-link:hover, .bulma a.has-text-link:focus {
  color: #205bbc !important;
}
.bulma .has-background-link {
  background-color: hsl(217, 71%, 53%) !important;
}
.bulma .has-text-link-light {
  color: #eef3fc !important;
}
.bulma a.has-text-link-light:hover, .bulma a.has-text-link-light:focus {
  color: #c2d5f5 !important;
}
.bulma .has-background-link-light {
  background-color: #eef3fc !important;
}
.bulma .has-text-link-dark {
  color: #2160c4 !important;
}
.bulma a.has-text-link-dark:hover, .bulma a.has-text-link-dark:focus {
  color: #3b79de !important;
}
.bulma .has-background-link-dark {
  background-color: #2160c4 !important;
}
.bulma .has-text-info {
  color: hsl(204, 71%, 53%) !important;
}
.bulma a.has-text-info:hover, .bulma a.has-text-info:focus {
  color: #207dbc !important;
}
.bulma .has-background-info {
  background-color: hsl(204, 71%, 53%) !important;
}
.bulma .has-text-info-light {
  color: #eef6fc !important;
}
.bulma a.has-text-info-light:hover, .bulma a.has-text-info-light:focus {
  color: #c2e0f5 !important;
}
.bulma .has-background-info-light {
  background-color: #eef6fc !important;
}
.bulma .has-text-info-dark {
  color: #1d72aa !important;
}
.bulma a.has-text-info-dark:hover, .bulma a.has-text-info-dark:focus {
  color: #248fd6 !important;
}
.bulma .has-background-info-dark {
  background-color: #1d72aa !important;
}
.bulma .has-text-success {
  color: hsl(141, 53%, 53%) !important;
}
.bulma a.has-text-success:hover, .bulma a.has-text-success:focus {
  color: #34a85c !important;
}
.bulma .has-background-success {
  background-color: hsl(141, 53%, 53%) !important;
}
.bulma .has-text-success-light {
  color: #effaf3 !important;
}
.bulma a.has-text-success-light:hover, .bulma a.has-text-success-light:focus {
  color: #c8eed6 !important;
}
.bulma .has-background-success-light {
  background-color: #effaf3 !important;
}
.bulma .has-text-success-dark {
  color: #257942 !important;
}
.bulma a.has-text-success-dark:hover, .bulma a.has-text-success-dark:focus {
  color: #31a058 !important;
}
.bulma .has-background-success-dark {
  background-color: #257942 !important;
}
.bulma .has-text-warning {
  color: hsl(48, 100%, 67%) !important;
}
.bulma a.has-text-warning:hover, .bulma a.has-text-warning:focus {
  color: #ffd324 !important;
}
.bulma .has-background-warning {
  background-color: hsl(48, 100%, 67%) !important;
}
.bulma .has-text-warning-light {
  color: #fffbeb !important;
}
.bulma a.has-text-warning-light:hover, .bulma a.has-text-warning-light:focus {
  color: #fff1b8 !important;
}
.bulma .has-background-warning-light {
  background-color: #fffbeb !important;
}
.bulma .has-text-warning-dark {
  color: #947600 !important;
}
.bulma a.has-text-warning-dark:hover, .bulma a.has-text-warning-dark:focus {
  color: #c79f00 !important;
}
.bulma .has-background-warning-dark {
  background-color: #947600 !important;
}
.bulma .has-text-danger {
  color: hsl(348, 86%, 61%) !important;
}
.bulma a.has-text-danger:hover, .bulma a.has-text-danger:focus {
  color: #ee1742 !important;
}
.bulma .has-background-danger {
  background-color: hsl(348, 86%, 61%) !important;
}
.bulma .has-text-danger-light {
  color: #feecf0 !important;
}
.bulma a.has-text-danger-light:hover, .bulma a.has-text-danger-light:focus {
  color: #fabdc9 !important;
}
.bulma .has-background-danger-light {
  background-color: #feecf0 !important;
}
.bulma .has-text-danger-dark {
  color: #cc0f35 !important;
}
.bulma a.has-text-danger-dark:hover, .bulma a.has-text-danger-dark:focus {
  color: #ee2049 !important;
}
.bulma .has-background-danger-dark {
  background-color: #cc0f35 !important;
}
.bulma .has-text-black-bis {
  color: hsl(0, 0%, 7%) !important;
}
.bulma .has-background-black-bis {
  background-color: hsl(0, 0%, 7%) !important;
}
.bulma .has-text-black-ter {
  color: hsl(0, 0%, 14%) !important;
}
.bulma .has-background-black-ter {
  background-color: hsl(0, 0%, 14%) !important;
}
.bulma .has-text-grey-darker {
  color: hsl(0, 0%, 21%) !important;
}
.bulma .has-background-grey-darker {
  background-color: hsl(0, 0%, 21%) !important;
}
.bulma .has-text-grey-dark {
  color: #4a4a4a !important;
}
.bulma .has-background-grey-dark {
  background-color: #4a4a4a !important;
}
.bulma .has-text-grey {
  color: hsl(0, 0%, 48%) !important;
}
.bulma .has-background-grey {
  background-color: hsl(0, 0%, 48%) !important;
}
.bulma .has-text-grey-light {
  color: #b5b5b5 !important;
}
.bulma .has-background-grey-light {
  background-color: #b5b5b5 !important;
}
.bulma .has-text-grey-lighter {
  color: #dbdbdb !important;
}
.bulma .has-background-grey-lighter {
  background-color: #dbdbdb !important;
}
.bulma .has-text-white-ter {
  color: hsl(0, 0%, 96%) !important;
}
.bulma .has-background-white-ter {
  background-color: hsl(0, 0%, 96%) !important;
}
.bulma .has-text-white-bis {
  color: hsl(0, 0%, 98%) !important;
}
.bulma .has-background-white-bis {
  background-color: hsl(0, 0%, 98%) !important;
}
.bulma .is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}
.bulma .is-pulled-left {
  float: left !important;
}
.bulma .is-pulled-right {
  float: right !important;
}
.bulma .is-radiusless {
  border-radius: 0 !important;
}
.bulma .is-shadowless {
  box-shadow: none !important;
}
.bulma .is-clipped {
  overflow: hidden !important;
}
.bulma .is-relative {
  position: relative !important;
}
.bulma .is-marginless {
  margin: 0 !important;
}
.bulma .is-paddingless {
  padding: 0 !important;
}
.bulma .mt-0 {
  margin-top: 0 !important;
}
.bulma .mr-0 {
  margin-right: 0 !important;
}
.bulma .mb-0 {
  margin-bottom: 0 !important;
}
.bulma .ml-0 {
  margin-left: 0 !important;
}
.bulma .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.bulma .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.bulma .mt-1 {
  margin-top: 0.25rem !important;
}
.bulma .mr-1 {
  margin-right: 0.25rem !important;
}
.bulma .mb-1 {
  margin-bottom: 0.25rem !important;
}
.bulma .ml-1 {
  margin-left: 0.25rem !important;
}
.bulma .mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.bulma .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.bulma .mt-2 {
  margin-top: 0.5rem !important;
}
.bulma .mr-2 {
  margin-right: 0.5rem !important;
}
.bulma .mb-2 {
  margin-bottom: 0.5rem !important;
}
.bulma .ml-2 {
  margin-left: 0.5rem !important;
}
.bulma .mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.bulma .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.bulma .mt-3 {
  margin-top: 0.75rem !important;
}
.bulma .mr-3 {
  margin-right: 0.75rem !important;
}
.bulma .mb-3 {
  margin-bottom: 0.75rem !important;
}
.bulma .ml-3 {
  margin-left: 0.75rem !important;
}
.bulma .mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.bulma .my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.bulma .mt-4 {
  margin-top: 1rem !important;
}
.bulma .mr-4 {
  margin-right: 1rem !important;
}
.bulma .mb-4 {
  margin-bottom: 1rem !important;
}
.bulma .ml-4 {
  margin-left: 1rem !important;
}
.bulma .mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.bulma .my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.bulma .mt-5 {
  margin-top: 1.5rem !important;
}
.bulma .mr-5 {
  margin-right: 1.5rem !important;
}
.bulma .mb-5 {
  margin-bottom: 1.5rem !important;
}
.bulma .ml-5 {
  margin-left: 1.5rem !important;
}
.bulma .mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.bulma .my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.bulma .mt-6 {
  margin-top: 3rem !important;
}
.bulma .mr-6 {
  margin-right: 3rem !important;
}
.bulma .mb-6 {
  margin-bottom: 3rem !important;
}
.bulma .ml-6 {
  margin-left: 3rem !important;
}
.bulma .mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.bulma .my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.bulma .pt-0 {
  padding-top: 0 !important;
}
.bulma .pr-0 {
  padding-right: 0 !important;
}
.bulma .pb-0 {
  padding-bottom: 0 !important;
}
.bulma .pl-0 {
  padding-left: 0 !important;
}
.bulma .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.bulma .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bulma .pt-1 {
  padding-top: 0.25rem !important;
}
.bulma .pr-1 {
  padding-right: 0.25rem !important;
}
.bulma .pb-1 {
  padding-bottom: 0.25rem !important;
}
.bulma .pl-1 {
  padding-left: 0.25rem !important;
}
.bulma .px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.bulma .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.bulma .pt-2 {
  padding-top: 0.5rem !important;
}
.bulma .pr-2 {
  padding-right: 0.5rem !important;
}
.bulma .pb-2 {
  padding-bottom: 0.5rem !important;
}
.bulma .pl-2 {
  padding-left: 0.5rem !important;
}
.bulma .px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.bulma .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.bulma .pt-3 {
  padding-top: 0.75rem !important;
}
.bulma .pr-3 {
  padding-right: 0.75rem !important;
}
.bulma .pb-3 {
  padding-bottom: 0.75rem !important;
}
.bulma .pl-3 {
  padding-left: 0.75rem !important;
}
.bulma .px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.bulma .py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.bulma .pt-4 {
  padding-top: 1rem !important;
}
.bulma .pr-4 {
  padding-right: 1rem !important;
}
.bulma .pb-4 {
  padding-bottom: 1rem !important;
}
.bulma .pl-4 {
  padding-left: 1rem !important;
}
.bulma .px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.bulma .py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.bulma .pt-5 {
  padding-top: 1.5rem !important;
}
.bulma .pr-5 {
  padding-right: 1.5rem !important;
}
.bulma .pb-5 {
  padding-bottom: 1.5rem !important;
}
.bulma .pl-5 {
  padding-left: 1.5rem !important;
}
.bulma .px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.bulma .py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.bulma .pt-6 {
  padding-top: 3rem !important;
}
.bulma .pr-6 {
  padding-right: 3rem !important;
}
.bulma .pb-6 {
  padding-bottom: 3rem !important;
}
.bulma .pl-6 {
  padding-left: 3rem !important;
}
.bulma .px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.bulma .py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.bulma .is-size-1 {
  font-size: 3rem !important;
}
.bulma .is-size-2 {
  font-size: 2.5rem !important;
}
.bulma .is-size-3 {
  font-size: 2rem !important;
}
.bulma .is-size-4 {
  font-size: 1.5rem !important;
}
.bulma .is-size-5 {
  font-size: 1.25rem !important;
}
.bulma .is-size-6 {
  font-size: 1rem !important;
}
.bulma .is-size-7 {
  font-size: 0.75rem !important;
}
@media screen and (max-width: 766px) {
  .bulma .is-size-1-mobile {
    font-size: 3rem !important;
  }
  .bulma .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .bulma .is-size-3-mobile {
    font-size: 2rem !important;
  }
  .bulma .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .bulma .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  .bulma .is-size-6-mobile {
    font-size: 1rem !important;
  }
  .bulma .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .is-size-1-tablet {
    font-size: 3rem !important;
  }
  .bulma .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .bulma .is-size-3-tablet {
    font-size: 2rem !important;
  }
  .bulma .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .bulma .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  .bulma .is-size-6-tablet {
    font-size: 1rem !important;
  }
  .bulma .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .is-size-1-touch {
    font-size: 3rem !important;
  }
  .bulma .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .bulma .is-size-3-touch {
    font-size: 2rem !important;
  }
  .bulma .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .bulma .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  .bulma .is-size-6-touch {
    font-size: 1rem !important;
  }
  .bulma .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .is-size-1-desktop {
    font-size: 3rem !important;
  }
  .bulma .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .bulma .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .bulma .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .bulma .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  .bulma .is-size-6-desktop {
    font-size: 1rem !important;
  }
  .bulma .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  .bulma .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  .bulma .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  .bulma .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  .bulma .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  .bulma .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  .bulma .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  .bulma .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  .bulma .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  .bulma .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  .bulma .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  .bulma .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  .bulma .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}
.bulma .has-text-centered {
  text-align: center !important;
}
.bulma .has-text-justified {
  text-align: justify !important;
}
.bulma .has-text-left {
  text-align: left !important;
}
.bulma .has-text-right {
  text-align: right !important;
}
@media screen and (max-width: 766px) {
  .bulma .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 766px) {
  .bulma .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 766px) {
  .bulma .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 766px) {
  .bulma .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .has-text-right-fullhd {
    text-align: right !important;
  }
}
.bulma .is-capitalized {
  text-transform: capitalize !important;
}
.bulma .is-lowercase {
  text-transform: lowercase !important;
}
.bulma .is-uppercase {
  text-transform: uppercase !important;
}
.bulma .is-italic {
  font-style: italic !important;
}
.bulma .has-text-weight-light {
  font-weight: 300 !important;
}
.bulma .has-text-weight-normal {
  font-weight: 400 !important;
}
.bulma .has-text-weight-medium {
  font-weight: 500 !important;
}
.bulma .has-text-weight-semibold {
  font-weight: 600 !important;
}
.bulma .has-text-weight-bold {
  font-weight: 700 !important;
}
.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;
}
.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;
}
.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;
}
.bulma .is-family-monospace {
  font-family: monospace !important;
}
.bulma .is-family-code {
  font-family: monospace !important;
}
.bulma .is-block {
  display: block !important;
}
@media screen and (max-width: 766px) {
  .bulma .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .is-block-fullhd {
    display: block !important;
  }
}
.bulma .is-flex {
  display: flex !important;
}
@media screen and (max-width: 766px) {
  .bulma .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .is-flex-fullhd {
    display: flex !important;
  }
}
.bulma .is-inline {
  display: inline !important;
}
@media screen and (max-width: 766px) {
  .bulma .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .is-inline-fullhd {
    display: inline !important;
  }
}
.bulma .is-inline-block {
  display: inline-block !important;
}
@media screen and (max-width: 766px) {
  .bulma .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.bulma .is-inline-flex {
  display: inline-flex !important;
}
@media screen and (max-width: 766px) {
  .bulma .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.bulma .is-hidden {
  display: none !important;
}
.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;
}
@media screen and (max-width: 766px) {
  .bulma .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .is-hidden-fullhd {
    display: none !important;
  }
}
.bulma .is-invisible {
  visibility: hidden !important;
}
@media screen and (max-width: 766px) {
  .bulma .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1022px) {
  .bulma .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1023px) {
  .bulma .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1151px) {
  .bulma .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1152px) {
  .bulma .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1343px) {
  .bulma .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1344px) {
  .bulma .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
.bulma .hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bulma .hero .navbar {
  background: none;
}
.bulma .hero .tabs ul {
  border-bottom: none;
}
.bulma .hero.is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.bulma .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-white strong {
  color: inherit;
}
.bulma .hero.is-white .title {
  color: hsl(0, 0%, 4%);
}
.bulma .hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}
.bulma .hero.is-white .subtitle a:not(.button),
.bulma .hero.is-white .subtitle strong {
  color: hsl(0, 0%, 4%);
}
@media screen and (max-width: 1022px) {
  .bulma .hero.is-white .navbar-menu {
    background-color: hsl(0, 0%, 100%);
  }
}
.bulma .hero.is-white .navbar-item,
.bulma .hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}
.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: hsl(0, 0%, 4%);
}
.bulma .hero.is-white .tabs a {
  color: hsl(0, 0%, 4%);
  opacity: 0.9;
}
.bulma .hero.is-white .tabs a:hover {
  opacity: 1;
}
.bulma .hero.is-white .tabs li.is-active a {
  opacity: 1;
}
.bulma .hero.is-white .tabs.is-boxed a, .bulma .hero.is-white .tabs.is-toggle a {
  color: hsl(0, 0%, 4%);
}
.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);
}
.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: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.bulma .hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, hsl(0, 0%, 100%) 71%, white 100%);
}
@media screen and (max-width: 766px) {
  .bulma .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, hsl(0, 0%, 100%) 71%, white 100%);
  }
}
.bulma .hero.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.bulma .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-black strong {
  color: inherit;
}
.bulma .hero.is-black .title {
  color: hsl(0, 0%, 100%);
}
.bulma .hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.bulma .hero.is-black .subtitle a:not(.button),
.bulma .hero.is-black .subtitle strong {
  color: hsl(0, 0%, 100%);
}
@media screen and (max-width: 1022px) {
  .bulma .hero.is-black .navbar-menu {
    background-color: hsl(0, 0%, 4%);
  }
}
.bulma .hero.is-black .navbar-item,
.bulma .hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.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: hsl(0, 0%, 100%);
}
.bulma .hero.is-black .tabs a {
  color: hsl(0, 0%, 100%);
  opacity: 0.9;
}
.bulma .hero.is-black .tabs a:hover {
  opacity: 1;
}
.bulma .hero.is-black .tabs li.is-active a {
  opacity: 1;
}
.bulma .hero.is-black .tabs.is-boxed a, .bulma .hero.is-black .tabs.is-toggle a {
  color: hsl(0, 0%, 100%);
}
.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);
}
.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: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.bulma .hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 100%);
}
@media screen and (max-width: 766px) {
  .bulma .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 100%);
  }
}
.bulma .hero.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.bulma .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-light strong {
  color: inherit;
}
.bulma .hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}
.bulma .hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.bulma .hero.is-light .subtitle a:not(.button),
.bulma .hero.is-light .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1022px) {
  .bulma .hero.is-light .navbar-menu {
    background-color: hsl(0, 0%, 96%);
  }
}
.bulma .hero.is-light .navbar-item,
.bulma .hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.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: rgba(0, 0, 0, 0.7);
}
.bulma .hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.bulma .hero.is-light .tabs a:hover {
  opacity: 1;
}
.bulma .hero.is-light .tabs li.is-active a {
  opacity: 1;
}
.bulma .hero.is-light .tabs.is-boxed a, .bulma .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.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);
}
.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: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.bulma .hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 100%);
}
@media screen and (max-width: 766px) {
  .bulma .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 100%);
  }
}
.bulma .hero.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.bulma .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-dark strong {
  color: inherit;
}
.bulma .hero.is-dark .title {
  color: #fff;
}
.bulma .hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.bulma .hero.is-dark .subtitle a:not(.button),
.bulma .hero.is-dark .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1022px) {
  .bulma .hero.is-dark .navbar-menu {
    background-color: hsl(0, 0%, 21%);
  }
}
.bulma .hero.is-dark .navbar-item,
.bulma .hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.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: #fff;
}
.bulma .hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
.bulma .hero.is-dark .tabs a:hover {
  opacity: 1;
}
.bulma .hero.is-dark .tabs li.is-active a {
  opacity: 1;
}
.bulma .hero.is-dark .tabs.is-boxed a, .bulma .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}
.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);
}
.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: #fff;
  border-color: #fff;
  color: hsl(0, 0%, 21%);
}
.bulma .hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100%);
}
@media screen and (max-width: 766px) {
  .bulma .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100%);
  }
}
.bulma .hero.is-primary {
  background-color: #196091;
  color: #fff;
}
.bulma .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-primary strong {
  color: inherit;
}
.bulma .hero.is-primary .title {
  color: #fff;
}
.bulma .hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.bulma .hero.is-primary .subtitle a:not(.button),
.bulma .hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1022px) {
  .bulma .hero.is-primary .navbar-menu {
    background-color: #196091;
  }
}
.bulma .hero.is-primary .navbar-item,
.bulma .hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.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: #15527b;
  color: #fff;
}
.bulma .hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
.bulma .hero.is-primary .tabs a:hover {
  opacity: 1;
}
.bulma .hero.is-primary .tabs li.is-active a {
  opacity: 1;
}
.bulma .hero.is-primary .tabs.is-boxed a, .bulma .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}
.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);
}
.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: #196091;
}
.bulma .hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #0c546b 0%, #196091 71%, #1857ac 100%);
}
@media screen and (max-width: 766px) {
  .bulma .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #0c546b 0%, #196091 71%, #1857ac 100%);
  }
}
.bulma .hero.is-link {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.bulma .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-link strong {
  color: inherit;
}
.bulma .hero.is-link .title {
  color: #fff;
}
.bulma .hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.bulma .hero.is-link .subtitle a:not(.button),
.bulma .hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1022px) {
  .bulma .hero.is-link .navbar-menu {
    background-color: hsl(217, 71%, 53%);
  }
}
.bulma .hero.is-link .navbar-item,
.bulma .hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.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;
}
.bulma .hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
.bulma .hero.is-link .tabs a:hover {
  opacity: 1;
}
.bulma .hero.is-link .tabs li.is-active a {
  opacity: 1;
}
.bulma .hero.is-link .tabs.is-boxed a, .bulma .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
.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);
}
.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: hsl(217, 71%, 53%);
}
.bulma .hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #1577c6 0%, hsl(217, 71%, 53%) 71%, #4366e5 100%);
}
@media screen and (max-width: 766px) {
  .bulma .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1577c6 0%, hsl(217, 71%, 53%) 71%, #4366e5 100%);
  }
}
.bulma .hero.is-info {
  background-color: hsl(204, 71%, 53%);
  color: #fff;
}
.bulma .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-info strong {
  color: inherit;
}
.bulma .hero.is-info .title {
  color: #fff;
}
.bulma .hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.bulma .hero.is-info .subtitle a:not(.button),
.bulma .hero.is-info .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1022px) {
  .bulma .hero.is-info .navbar-menu {
    background-color: hsl(204, 71%, 53%);
  }
}
.bulma .hero.is-info .navbar-item,
.bulma .hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.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: #238cd1;
  color: #fff;
}
.bulma .hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
.bulma .hero.is-info .tabs a:hover {
  opacity: 1;
}
.bulma .hero.is-info .tabs li.is-active a {
  opacity: 1;
}
.bulma .hero.is-info .tabs.is-boxed a, .bulma .hero.is-info .tabs.is-toggle a {
  color: #fff;
}
.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);
}
.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: hsl(204, 71%, 53%);
}
.bulma .hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #159dc6 0%, hsl(204, 71%, 53%) 71%, #4389e5 100%);
}
@media screen and (max-width: 766px) {
  .bulma .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #159dc6 0%, hsl(204, 71%, 53%) 71%, #4389e5 100%);
  }
}
.bulma .hero.is-success {
  background-color: hsl(141, 53%, 53%);
  color: #fff;
}
.bulma .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-success strong {
  color: inherit;
}
.bulma .hero.is-success .title {
  color: #fff;
}
.bulma .hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.bulma .hero.is-success .subtitle a:not(.button),
.bulma .hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1022px) {
  .bulma .hero.is-success .navbar-menu {
    background-color: hsl(141, 53%, 53%);
  }
}
.bulma .hero.is-success .navbar-item,
.bulma .hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.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: #3abb67;
  color: #fff;
}
.bulma .hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
.bulma .hero.is-success .tabs a:hover {
  opacity: 1;
}
.bulma .hero.is-success .tabs li.is-active a {
  opacity: 1;
}
.bulma .hero.is-success .tabs.is-boxed a, .bulma .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
.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);
}
.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: hsl(141, 53%, 53%);
}
.bulma .hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #29b342 0%, hsl(141, 53%, 53%) 71%, #56d296 100%);
}
@media screen and (max-width: 766px) {
  .bulma .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #29b342 0%, hsl(141, 53%, 53%) 71%, #56d296 100%);
  }
}
.bulma .hero.is-warning {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.bulma .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-warning strong {
  color: inherit;
}
.bulma .hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}
.bulma .hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.bulma .hero.is-warning .subtitle a:not(.button),
.bulma .hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1022px) {
  .bulma .hero.is-warning .navbar-menu {
    background-color: hsl(48, 100%, 67%);
  }
}
.bulma .hero.is-warning .navbar-item,
.bulma .hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.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);
}
.bulma .hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.bulma .hero.is-warning .tabs a:hover {
  opacity: 1;
}
.bulma .hero.is-warning .tabs li.is-active a {
  opacity: 1;
}
.bulma .hero.is-warning .tabs.is-boxed a, .bulma .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.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);
}
.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: hsl(48, 100%, 67%);
}
.bulma .hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ffaf24 0%, hsl(48, 100%, 67%) 71%, #fffa70 100%);
}
@media screen and (max-width: 766px) {
  .bulma .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffaf24 0%, hsl(48, 100%, 67%) 71%, #fffa70 100%);
  }
}
.bulma .hero.is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.bulma .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.bulma .hero.is-danger strong {
  color: inherit;
}
.bulma .hero.is-danger .title {
  color: #fff;
}
.bulma .hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.bulma .hero.is-danger .subtitle a:not(.button),
.bulma .hero.is-danger .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1022px) {
  .bulma .hero.is-danger .navbar-menu {
    background-color: hsl(348, 86%, 61%);
  }
}
.bulma .hero.is-danger .navbar-item,
.bulma .hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.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: #ef2e55;
  color: #fff;
}
.bulma .hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
.bulma .hero.is-danger .tabs a:hover {
  opacity: 1;
}
.bulma .hero.is-danger .tabs li.is-active a {
  opacity: 1;
}
.bulma .hero.is-danger .tabs.is-boxed a, .bulma .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}
.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);
}
.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: hsl(348, 86%, 61%);
}
.bulma .hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348, 86%, 61%) 71%, #f7595f 100%);
}
@media screen and (max-width: 766px) {
  .bulma .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348, 86%, 61%) 71%, #f7595f 100%);
  }
}
.bulma .hero.is-small .hero-body {
  padding: 1.5rem;
}
@media screen and (min-width: 767px), print {
  .bulma .hero.is-medium .hero-body {
    padding: 9rem 1.5rem;
  }
  .bulma .hero.is-large .hero-body {
    padding: 18rem 1.5rem;
  }
}
.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;
}
.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;
}
.bulma .hero.is-halfheight {
  min-height: 50vh;
}
.bulma .hero.is-fullheight {
  min-height: 100vh;
}
.bulma .hero-video {
  overflow: hidden;
}
.bulma .hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.bulma .hero-video.is-transparent {
  opacity: 0.3;
}
@media screen and (max-width: 766px) {
  .bulma .hero-video {
    display: none;
  }
}
.bulma .hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 766px) {
  .bulma .hero-buttons .button {
    display: flex;
  }
  .bulma .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 767px), print {
  .bulma .hero-buttons {
    display: flex;
    justify-content: center;
  }
  .bulma .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.bulma .hero-head,
.bulma .hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}
.bulma .hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}
.bulma .section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1023px) {
  .bulma .section.is-medium {
    padding: 9rem 1.5rem;
  }
  .bulma .section.is-large {
    padding: 18rem 1.5rem;
  }
}
.bulma .footer {
  background-color: hsl(0, 0%, 98%);
  padding: 3rem 1.5rem 6rem;
}
.bulma .container {
  padding: 0;
}
.bulma .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bulma .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bulma .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bulma .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bulma .alert p {
  margin-bottom: 0;
}
.bulma .alert:empty {
  display: none;
}
.bulma .navbar-item img {
  max-height: 2rem;
}
.bulma .edit-report {
  padding-top: 1rem;
}
.bulma .edit-report h2 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 766px) {
  .bulma .edit-report .subcolumn {
    padding-top: 0;
  }
  .bulma .edit-report .subcolumn:first-child {
    padding-top: 0.75rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 1022px) {
  .bulma .columns.is-desktop .subcolumn {
    padding-top: 0;
  }
  .bulma .columns.is-desktop .subcolumn:first-child {
    padding-top: 0.75rem;
  }
}
.bulma .editor .panel-block {
  padding: 0.2rem 1rem;
}
.bulma .plan-container {
  position: relative;
}
.bulma .plan-container .svg-container {
  padding: 10px;
}
.bulma .plan-container .screen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.bulma .plan-container .screen input {
  position: absolute;
  font-size: 16px;
  border: solid 1px rgb(96, 96, 255);
  border-radius: 0;
  min-width: 100px;
  padding: 0;
  font-family: helvetica, Arial, sans-serif;
}
.bulma .plan-container svg {
  border: 1px solid black;
}
.bulma .toolbar span {
  margin-left: 0.25rem;
}
.bulma .toolbar a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin: 0 0.5rem 0.5rem 0;
  background-color: #ececec;
  color: #333;
  border: 1px solid #777;
  outline: none;
}
.bulma .toolbar a:active, .bulma .toolbar a:focus {
  outline: none;
}
.bulma .toolbar a.selected, .bulma .toolbar a:hover {
  background-color: white;
}
.bulma .types {
  margin-top: 1rem;
}
.bulma .types .type {
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.5rem 0.15rem;
  border: 1px solid #777;
  color: #333;
  background-color: #ececec;
}
.bulma .types .type.selected, .bulma .types .type:hover {
  background-color: white;
}
.bulma .types .type .type-color,
.bulma .types .type svg {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
  opacity: 0.7;
  vertical-align: -5%;
}
.bulma .types .type a {
  vertical-align: 7%;
  color: black;
}
.bulma .types .type a.selected {
  font-weight: bold;
}
.bulma .checkbox input[type=checkbox] {
  margin-right: 0.5rem;
  vertical-align: -15%;
}
.bulma .checklist {
  margin-right: 1rem;
  background-color: #f6f6f6;
}
.bulma .checklist .field {
  margin: 0;
  padding: 0.2rem 1rem;
}
.bulma .checklist .input {
  margin: 0.25rem 0;
  transition-property: width;
}
.bulma .special-instructions textarea {
  width: 100%;
  height: 5rem;
}
.bulma .upload-pdf {
  padding: 2rem 0;
}
.bulma .upload-pdf form,
.bulma .upload-pdf .upload-form {
  background-color: #efefef;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}
.bulma .upload-pdf form p,
.bulma .upload-pdf .upload-form p {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 0.25rem;
}
.bulma .upload-pdf form.dz-drag-hover p, .bulma .upload-pdf form.dz-drag-hover .upload-form p,
.bulma .upload-pdf .upload-form.dz-drag-hover p,
.bulma .upload-pdf .upload-form.dz-drag-hover .upload-form p {
  background-color: rgb(255, 255, 170);
}
.bulma .upload-pdf form .upload,
.bulma .upload-pdf .upload-form .upload {
  padding: 0.25rem 1rem;
  border-top: 1px solid #ccc;
  position: relative;
}
.bulma .upload-pdf form .upload .uploading,
.bulma .upload-pdf form .upload .error-message,
.bulma .upload-pdf form .upload .processing,
.bulma .upload-pdf .upload-form .upload .uploading,
.bulma .upload-pdf .upload-form .upload .error-message,
.bulma .upload-pdf .upload-form .upload .processing {
  display: none;
}
.bulma .upload-pdf form .upload.dz-processing .queued,
.bulma .upload-pdf form .upload.dz-processing .error-message,
.bulma .upload-pdf form .upload.dz-processing .processing,
.bulma .upload-pdf .upload-form .upload.dz-processing .queued,
.bulma .upload-pdf .upload-form .upload.dz-processing .error-message,
.bulma .upload-pdf .upload-form .upload.dz-processing .processing {
  display: none;
}
.bulma .upload-pdf form .upload.dz-processing .uploading,
.bulma .upload-pdf .upload-form .upload.dz-processing .uploading {
  display: block;
  width: 30rem;
  text-align: right;
}
.bulma .upload-pdf form .upload.dz-processing .uploading .dz-progress,
.bulma .upload-pdf .upload-form .upload.dz-processing .uploading .dz-progress {
  width: 5rem;
  height: 10px;
  border: 1px solid #777;
  margin-left: 0.25rem;
  display: inline-block;
}
.bulma .upload-pdf form .upload.dz-processing .uploading .dz-progress .dz-upload,
.bulma .upload-pdf .upload-form .upload.dz-processing .uploading .dz-progress .dz-upload {
  background-color: #999;
  height: 10px;
  display: block;
  width: 0;
}
.bulma .upload-pdf form .upload.map-processing .queued,
.bulma .upload-pdf form .upload.map-processing .uploading,
.bulma .upload-pdf form .upload.map-processing .error-message,
.bulma .upload-pdf .upload-form .upload.map-processing .queued,
.bulma .upload-pdf .upload-form .upload.map-processing .uploading,
.bulma .upload-pdf .upload-form .upload.map-processing .error-message {
  display: none;
}
.bulma .upload-pdf form .upload.map-processing .processing,
.bulma .upload-pdf .upload-form .upload.map-processing .processing {
  display: inline-block;
}
.bulma .upload-pdf form .upload.dz-error .queued,
.bulma .upload-pdf form .upload.dz-error .uploading,
.bulma .upload-pdf form .upload.dz-error .processing,
.bulma .upload-pdf .upload-form .upload.dz-error .queued,
.bulma .upload-pdf .upload-form .upload.dz-error .uploading,
.bulma .upload-pdf .upload-form .upload.dz-error .processing {
  display: none;
}
.bulma .upload-pdf form .upload.dz-error .error-message,
.bulma .upload-pdf .upload-form .upload.dz-error .error-message {
  display: inline-block;
}
.bulma .upload-pdf form .upload:first-child,
.bulma .upload-pdf .upload-form .upload:first-child {
  border-top: none;
}
.bulma .upload-pdf form .upload:last-child,
.bulma .upload-pdf .upload-form .upload:last-child {
  padding-bottom: 0.75rem;
}
.bulma .upload-pdf form .upload .filename,
.bulma .upload-pdf .upload-form .upload .filename {
  display: inline-block;
  width: 33%;
  font-weight: bold;
}
.bulma .upload-pdf form .upload .size,
.bulma .upload-pdf .upload-form .upload .size {
  display: inline-block;
}
.bulma .upload-pdf form .upload .status,
.bulma .upload-pdf .upload-form .upload .status {
  display: inline-block;
  position: absolute;
  top: 0.25rem;
  right: 1rem;
}
.bulma .upload-pdf form .upload .status i,
.bulma .upload-pdf .upload-form .upload .status i {
  margin-left: 0.25rem;
}
.bulma .upload-pdf form .upload .status.success i,
.bulma .upload-pdf .upload-form .upload .status.success i {
  color: green;
}
.bulma .upload-pdf form .upload .error,
.bulma .upload-pdf form .upload .error-message,
.bulma .upload-pdf .upload-form .upload .error,
.bulma .upload-pdf .upload-form .upload .error-message {
  color: red;
}
.bulma .upload-pdf form .upload .error i,
.bulma .upload-pdf form .upload .error-message i,
.bulma .upload-pdf .upload-form .upload .error i,
.bulma .upload-pdf .upload-form .upload .error-message i {
  margin-left: 0.25rem;
}
.bulma .upload-pdf form li,
.bulma .upload-pdf .upload-form li {
  padding: 0.25rem 1rem 0;
  border-top: 1px solid #ccc;
  position: relative;
}
.bulma .upload-pdf form li:first-child,
.bulma .upload-pdf .upload-form li:first-child {
  border: none;
}
.bulma .upload-pdf form li .modified,
.bulma .upload-pdf .upload-form li .modified {
  display: inline-block;
  width: 12rem;
}
.bulma .upload-pdf form li .filename,
.bulma .upload-pdf .upload-form li .filename {
  display: inline-block;
  width: 33%;
  font-weight: bold;
  vertical-align: top;
}
.bulma .upload-pdf form li .revisions,
.bulma .upload-pdf .upload-form li .revisions {
  display: inline-block;
  vertical-align: top;
  width: 67%;
}
.bulma .upload-pdf form li .revisions li,
.bulma .upload-pdf .upload-form li .revisions li {
  padding: 0.25rem 0;
  border-top: 1px solid #efefef;
}
.bulma .upload-pdf form li .revisions li:first-child,
.bulma .upload-pdf .upload-form li .revisions li:first-child {
  border: none;
  padding-top: 0;
}
.bulma .upload-pdf form li .revisions li:first-child .status,
.bulma .upload-pdf .upload-form li .revisions li:first-child .status {
  top: 0;
}
.bulma .upload-pdf form li .revisions li .status,
.bulma .upload-pdf .upload-form li .revisions li .status {
  display: inline-block;
  position: absolute;
  top: 0.25rem;
  right: 0;
}
.bulma .upload-pdf form li .revisions li .status i,
.bulma .upload-pdf .upload-form li .revisions li .status i {
  margin-left: 0.25rem;
}
.bulma .upload-pdf form li .revisions li .status.error,
.bulma .upload-pdf .upload-form li .revisions li .status.error {
  color: red;
}
.bulma .upload-pdf form li .revisions li .status.success i,
.bulma .upload-pdf .upload-form li .revisions li .status.success i {
  color: green;
}
.bulma .upload-pdf form li .revisions li .errors,
.bulma .upload-pdf .upload-form li .revisions li .errors {
  color: red;
  font-size: 0.9rem;
  padding: 0;
}
.bulma .upload-pdf form li .revisions li .errors li,
.bulma .upload-pdf .upload-form li .revisions li .errors li {
  border: none;
  margin: none;
  padding: 0.25rem 0;
}

.pdf {
  font-size: 12px;
}
.pdf body {
  position: relative;
}
.pdf body header {
  position: absolute;
  top: 15px;
  left: 15px;
}
.pdf body header h1 {
  font-size: 1.5rem;
  line-height: 1;
}
.pdf body header h1 img {
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  margin-right: 2rem;
}
.pdf body h2 {
  font-weight: bold;
}
.pdf body .pdf-content {
  position: absolute;
  top: 65px;
  left: 15px;
}
.pdf body .summary {
  position: absolute;
  top: 65px;
  left: 230px;
  width: 1000px;
  font-size: 14px;
}
.pdf body .summary .label {
  white-space: nowrap;
  margin: 0;
}
.pdf body .summary .field {
  display: inline-block;
  vertical-align: top;
  margin-right: 3rem;
  max-width: 20rem;
}
.pdf body .checklist {
  position: absolute;
  top: 65px;
  left: 15px;
  width: 200px;
  height: 820px;
  background-color: #ececec;
  font-size: 11px;
}
.pdf body .checklist h2 {
  margin: 0.5rem 1rem;
}
.pdf body .checklist svg {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.2rem;
  margin-right: 0.5rem;
}
.pdf body .checklist .field {
  padding: 0.05rem 1rem;
}
.pdf body .checklist .details {
  position: relative;
  padding-left: 1.25rem;
}
.pdf body .checklist .details .name.bold {
  vertical-align: top;
  font-weight: bold;
}
.pdf body .checklist .checked {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.pdf body .checklist .unchecked {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.pdf body .checklist .unchecked-label {
  color: #aaa;
}
.pdf body .diagram {
  position: absolute;
  top: 140px;
  left: 230px;
  width: 550px;
  height: 350px;
}
.pdf body .diagram .types {
  position: absolute;
  top: 20px;
  left: 0;
  width: 300px;
}
.pdf body .diagram .types .type {
  position: relative;
  background-color: white;
  border: none;
  padding-left: 1.5rem;
}
.pdf body .diagram .types .type .type-color,
.pdf body .diagram .types .type svg {
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.pdf body .diagram .plan-container {
  position: absolute;
  top: 0;
  left: 150px;
  max-width: 880px;
  max-height: 650px;
}
.pdf body .diagram .plan-container svg {
  border: none;
}
.pdf body .special-instructions {
  position: absolute;
  top: 800px;
  left: 230px;
  width: 1000px;
  height: 50px;
}
@media (min-width: 640px){
  .sm\:aspect-h-3{
    --tw-aspect-h: 3;
  }
  .sm\:aspect-w-4{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 4;
  }
  .sm\:aspect-w-4 > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px){
  .md\:aspect-h-9{
    --tw-aspect-h: 9;
  }
  .md\:aspect-w-16{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 16;
  }
  .md\:aspect-w-16 > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.hover\:border-gray-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:bg-blue-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.hover\:bg-ecmrblue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-ecmrgreen-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(174 227 135 / var(--tw-bg-opacity));
}
.hover\:bg-ecmrgreen-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(130 211 69 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:font-bold:hover{
  font-weight: 700;
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.hover\:text-blue-900:hover{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.hover\:text-gray-50:hover{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.focus\:z-10:focus{
  z-index: 10;
}
.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.focus\:border-indigo-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.focus\:border-red-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}
.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.focus\:ring-ecmrblue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(61 101 121 / var(--tw-ring-opacity));
}
.focus\:ring-ecmrblue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 56 67 / var(--tw-ring-opacity));
}
.focus\:ring-ecmrgreen-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(174 227 135 / var(--tw-ring-opacity));
}
.focus\:ring-ecmrgreen-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(130 211 69 / var(--tw-ring-opacity));
}
.focus\:ring-gray-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}
.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}
.focus\:ring-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}
.focus\:ring-offset-gray-100:focus{
  --tw-ring-offset-color: #f3f4f6;
}
.focus\:ring-offset-gray-800:focus{
  --tw-ring-offset-color: #1f2937;
}
.focus\:ring-offset-red-500:focus{
  --tw-ring-offset-color: #ef4444;
}
.focus-visible\:border-blue-500:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.focus-visible\:border-red-500:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.focus-visible\:ring-blue-500:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.focus-visible\:ring-red-500:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}
.group:hover .group-hover\:block{
  display: block;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
@media (min-width: 640px){
  .sm\:relative{
    position: relative;
  }
  .sm\:bottom-16{
    bottom: 4rem;
  }
  .sm\:left-24{
    left: 6rem;
  }
  .sm\:top-\[1\.4rem\]{
    top: 1.4rem;
  }
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .sm\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .sm\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sm\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:-ml-1{
    margin-left: -0.25rem;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-12{
    margin-bottom: 3rem;
  }
  .sm\:mb-4{
    margin-bottom: 1rem;
  }
  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }
  .sm\:mb-8{
    margin-bottom: 2rem;
  }
  .sm\:ml-2{
    margin-left: 0.5rem;
  }
  .sm\:ml-3{
    margin-left: 0.75rem;
  }
  .sm\:ml-4{
    margin-left: 1rem;
  }
  .sm\:ml-6{
    margin-left: 1.5rem;
  }
  .sm\:ml-8{
    margin-left: 2rem;
  }
  .sm\:ml-auto{
    margin-left: auto;
  }
  .sm\:mr-0{
    margin-right: 0px;
  }
  .sm\:mr-2{
    margin-right: 0.5rem;
  }
  .sm\:mr-8{
    margin-right: 2rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-1{
    margin-top: 0.25rem;
  }
  .sm\:mt-16{
    margin-top: 4rem;
  }
  .sm\:mt-2{
    margin-top: 0.5rem;
  }
  .sm\:mt-4{
    margin-top: 1rem;
  }
  .sm\:mt-8{
    margin-top: 2rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline-block{
    display: inline-block;
  }
  .sm\:inline{
    display: inline;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:inline-flex{
    display: inline-flex;
  }
  .sm\:table{
    display: table;
  }
  .sm\:table-cell{
    display: table-cell;
  }
  .sm\:grid{
    display: grid;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-10{
    height: 2.5rem;
  }
  .sm\:h-12{
    height: 3rem;
  }
  .sm\:h-8{
    height: 2rem;
  }
  .sm\:h-\[4rem\]{
    height: 4rem;
  }
  .sm\:h-auto{
    height: auto;
  }
  .sm\:h-full{
    height: 100%;
  }
  .sm\:h-screen{
    height: 100vh;
  }
  .sm\:w-10{
    width: 2.5rem;
  }
  .sm\:w-12{
    width: 3rem;
  }
  .sm\:w-20{
    width: 5rem;
  }
  .sm\:w-3\/4{
    width: 75%;
  }
  .sm\:w-40{
    width: 10rem;
  }
  .sm\:w-\[30\%\]{
    width: 30%;
  }
  .sm\:w-\[70\%\]{
    width: 70%;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:max-w-2xl{
    max-width: 42rem;
  }
  .sm\:max-w-6xl{
    max-width: 72rem;
  }
  .sm\:max-w-7xl{
    max-width: 80rem;
  }
  .sm\:max-w-lg{
    max-width: 32rem;
  }
  .sm\:max-w-screen-2xl{
    max-width: 1536px;
  }
  .sm\:max-w-sm{
    max-width: 24rem;
  }
  .sm\:max-w-xs{
    max-width: 20rem;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:flex-shrink-0{
    flex-shrink: 0;
  }
  .sm\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:gap-4{
    gap: 1rem;
  }
  .sm\:gap-8{
    gap: 2rem;
  }
  .sm\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .sm\:overflow-hidden{
    overflow: hidden;
  }
  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }
  .sm\:border-0{
    border-width: 0px;
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:p-10{
    padding: 2.5rem;
  }
  .sm\:p-16{
    padding: 4rem;
  }
  .sm\:p-4{
    padding: 1rem;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:pb-0{
    padding-bottom: 0px;
  }
  .sm\:pb-48{
    padding-bottom: 12rem;
  }
  .sm\:pb-8{
    padding-bottom: 2rem;
  }
  .sm\:pr-2{
    padding-right: 0.5rem;
  }
  .sm\:pr-8{
    padding-right: 2rem;
  }
  .sm\:pt-1{
    padding-top: 0.25rem;
  }
  .sm\:pt-4{
    padding-top: 1rem;
  }
  .sm\:pt-8{
    padding-top: 2rem;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-right{
    text-align: right;
  }
  .sm\:align-middle{
    vertical-align: middle;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:hover\:opacity-80:hover{
    opacity: 0.8;
  }
}
@media (min-width: 768px){
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:-ml-1{
    margin-left: -0.25rem;
  }
  .md\:-mt-px{
    margin-top: -1px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:ml-6{
    margin-left: 1.5rem;
  }
  .md\:mr-2{
    margin-right: 0.5rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-16{
    margin-top: 4rem;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:flex{
    display: flex;
  }
  .md\:table{
    display: table;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:w-4\/5{
    width: 80%;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:flex-none{
    flex: none;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:rounded-lg{
    border-radius: 0.5rem;
  }
  .md\:p-20{
    padding: 5rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:align-bottom{
    vertical-align: bottom;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px){
  .lg\:relative{
    position: relative;
  }
  .lg\:z-10{
    z-index: 10;
  }
  .lg\:order-last{
    order: 9999;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:m-0{
    margin: 0px;
  }
  .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:ml-4{
    margin-left: 1rem;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:inline{
    display: inline;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-12{
    height: 3rem;
  }
  .lg\:h-16{
    height: 4rem;
  }
  .lg\:max-h-10{
    max-height: 2.5rem;
  }
  .lg\:w-0{
    width: 0px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-12{
    width: 3rem;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-4\/6{
    width: 66.666667%;
  }
  .lg\:w-48{
    width: 12rem;
  }
  .lg\:w-56{
    width: 14rem;
  }
  .lg\:max-w-7xl{
    max-width: 80rem;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:flex-1{
    flex: 1 1 0%;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .lg\:p-16{
    padding: 4rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pl-16{
    padding-left: 4rem;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:pr-16{
    padding-right: 4rem;
  }
  .lg\:pr-8{
    padding-right: 2rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pt-8{
    padding-top: 2rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }
  .xl\:right-0{
    right: 0px;
  }
  .xl\:top-0{
    top: 0px;
  }
  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .xl\:mt-4{
    margin-top: 1rem;
  }
  .xl\:block{
    display: block;
  }
  .xl\:table{
    display: table;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:w-3\/5{
    width: 60%;
  }
  .xl\:w-64{
    width: 16rem;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:gap-16{
    gap: 4rem;
  }
  .xl\:gap-8{
    gap: 2rem;
  }
  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}

/*# sourceMappingURL=app.css.map*/