@charset "UTF-8";
/*! bulma.io v0.7.1 | MIT License | github.com/jgthms/bulma */
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* line 133, ../bulma/sass/utilities/mixins.sass */
.delete, .modal-close, .is-unselectable, .button, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 143, ../bulma/sass/utilities/mixins.sass */
.navbar-link::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;
}

/* line 164, ../bulma/sass/utilities/mixins.sass */
.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 170, ../bulma/sass/utilities/mixins.sass */
.delete, .modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  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;
}
/* line 191, ../bulma/sass/utilities/mixins.sass */
.delete::before, .modal-close::before, .delete::after, .modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
/* line 201, ../bulma/sass/utilities/mixins.sass */
.delete::before, .modal-close::before {
  height: 2px;
  width: 50%;
}
/* line 204, ../bulma/sass/utilities/mixins.sass */
.delete::after, .modal-close::after {
  height: 50%;
  width: 2px;
}
/* line 207, ../bulma/sass/utilities/mixins.sass */
.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
/* line 210, ../bulma/sass/utilities/mixins.sass */
.delete:active, .modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}
/* line 213, ../bulma/sass/utilities/mixins.sass */
.is-small.delete, .is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
/* line 220, ../bulma/sass/utilities/mixins.sass */
.is-medium.delete, .is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
/* line 227, ../bulma/sass/utilities/mixins.sass */
.is-large.delete, .is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

/* line 238, ../bulma/sass/utilities/mixins.sass */
.button.is-loading::after, .control.is-loading::after, .loader {
  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;
}

/* line 253, ../bulma/sass/utilities/mixins.sass */
.is-overlay, .image.is-4by3 img, .image.is-16by9 img, .modal, .modal-background, .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 9, ../bulma/sass/utilities/controls.sass */
.button, .input,
.textarea, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.25em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.25em - 1px);
  position: relative;
  vertical-align: top;
}
/* line 28, ../bulma/sass/utilities/controls.sass */
.button:focus, .input:focus,
.textarea:focus, .pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .is-focused.button, .is-focused.input,
.is-focused.textarea, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .button:active, .input:active,
.textarea:active, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .is-active.button, .is-active.input,
.is-active.textarea, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis {
  outline: none;
}
/* line 33, ../bulma/sass/utilities/controls.sass */
[disabled].button, [disabled].input,
[disabled].textarea, [disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis {
  cursor: not-allowed;
}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
/* line 3, ../bulma/sass/base/minireset.sass */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/* line 30, ../bulma/sass/base/minireset.sass */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 40, ../bulma/sass/base/minireset.sass */
ul {
  list-style: none;
}

/* line 44, ../bulma/sass/base/minireset.sass */
button,
input,
select,
textarea {
  margin: 0;
}

/* line 51, ../bulma/sass/base/minireset.sass */
html {
  box-sizing: border-box;
}

/* line 55, ../bulma/sass/base/minireset.sass */
*, *::before, *::after {
  box-sizing: inherit;
}

/* line 61, ../bulma/sass/base/minireset.sass */
img,
audio,
video {
  height: auto;
  max-width: 100%;
}

/* line 68, ../bulma/sass/base/minireset.sass */
iframe {
  border: 0;
}

/* line 72, ../bulma/sass/base/minireset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 76, ../bulma/sass/base/minireset.sass */
td,
th {
  padding: 0;
  text-align: left;
}

/* line 21, ../bulma/sass/base/generic.sass */
html {
  background-color: white;
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

/* line 32, ../bulma/sass/base/generic.sass */
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

/* line 41, ../bulma/sass/base/generic.sass */
body,
button,
input,
select,
textarea {
  font-family: "Source Sans Pro", sans-serif;
}

/* line 48, ../bulma/sass/base/generic.sass */
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

/* line 54, ../bulma/sass/base/generic.sass */
body {
  color: #0a0a0a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

/* line 62, ../bulma/sass/base/generic.sass */
a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: none;
}
/* line 66, ../bulma/sass/base/generic.sass */
a strong {
  color: currentColor;
}
/* line 68, ../bulma/sass/base/generic.sass */
a:hover {
  color: #363636;
}

/* line 71, ../bulma/sass/base/generic.sass */
code {
  background-color: whitesmoke;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

/* line 78, ../bulma/sass/base/generic.sass */
hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

/* line 85, ../bulma/sass/base/generic.sass */
img {
  height: auto;
  max-width: 100%;
}

/* line 89, ../bulma/sass/base/generic.sass */
input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

/* line 93, ../bulma/sass/base/generic.sass */
small {
  font-size: 0.875em;
}

/* line 96, ../bulma/sass/base/generic.sass */
span {
  font-style: inherit;
  font-weight: inherit;
}

/* line 100, ../bulma/sass/base/generic.sass */
strong {
  color: #0a0a0a;
  font-weight: 700;
}

/* line 106, ../bulma/sass/base/generic.sass */
pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #0a0a0a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
/* line 115, ../bulma/sass/base/generic.sass */
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

/* line 122, ../bulma/sass/base/generic.sass */
table td,
table th {
  text-align: left;
  vertical-align: top;
}
/* line 126, ../bulma/sass/base/generic.sass */
table th {
  color: #0a0a0a;
}

/* line 4, ../bulma/sass/utilities/mixins.sass */
.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

/* line 6, ../bulma/sass/base/helpers.sass */
.is-pulled-left {
  float: left !important;
}

/* line 9, ../bulma/sass/base/helpers.sass */
.is-pulled-right {
  float: right !important;
}

/* line 14, ../bulma/sass/base/helpers.sass */
.is-clipped {
  overflow: hidden !important;
}

/* line 27, ../bulma/sass/base/helpers.sass */
.is-size-1 {
  font-size: 3rem !important;
}

/* line 27, ../bulma/sass/base/helpers.sass */
.is-size-2 {
  font-size: 2.5rem !important;
}

/* line 27, ../bulma/sass/base/helpers.sass */
.is-size-3 {
  font-size: 2rem !important;
}

/* line 27, ../bulma/sass/base/helpers.sass */
.is-size-4 {
  font-size: 1.5rem !important;
}

/* line 27, ../bulma/sass/base/helpers.sass */
.is-size-5 {
  font-size: 1.25rem !important;
}

/* line 27, ../bulma/sass/base/helpers.sass */
.is-size-6 {
  font-size: 1rem !important;
}

/* line 27, ../bulma/sass/base/helpers.sass */
.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-1-mobile {
    font-size: 3rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-3-mobile {
    font-size: 2rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-6-mobile {
    font-size: 1rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-1-tablet {
    font-size: 3rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-3-tablet {
    font-size: 2rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-6-tablet {
    font-size: 1rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1087px) {
  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-1-touch {
    font-size: 3rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-3-touch {
    font-size: 2rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-6-touch {
    font-size: 1rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1088px) {
  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-1-desktop {
    font-size: 3rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-3-desktop {
    font-size: 2rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-6-desktop {
    font-size: 1rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1280px) {
  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1472px) {
  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }

  /* line 27, ../bulma/sass/base/helpers.sass */
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}
/* line 53, ../bulma/sass/base/helpers.sass */
.has-text-centered {
  text-align: center !important;
}

/* line 53, ../bulma/sass/base/helpers.sass */
.has-text-justified {
  text-align: justify !important;
}

/* line 53, ../bulma/sass/base/helpers.sass */
.has-text-left {
  text-align: left !important;
}

/* line 53, ../bulma/sass/base/helpers.sass */
.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  /* line 58, ../bulma/sass/base/helpers.sass */
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 61, ../bulma/sass/base/helpers.sass */
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 64, ../bulma/sass/base/helpers.sass */
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1087px) {
  /* line 67, ../bulma/sass/base/helpers.sass */
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1088px) {
  /* line 70, ../bulma/sass/base/helpers.sass */
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 73, ../bulma/sass/base/helpers.sass */
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1280px) {
  /* line 76, ../bulma/sass/base/helpers.sass */
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 79, ../bulma/sass/base/helpers.sass */
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1472px) {
  /* line 82, ../bulma/sass/base/helpers.sass */
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 58, ../bulma/sass/base/helpers.sass */
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 61, ../bulma/sass/base/helpers.sass */
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 64, ../bulma/sass/base/helpers.sass */
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1087px) {
  /* line 67, ../bulma/sass/base/helpers.sass */
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1088px) {
  /* line 70, ../bulma/sass/base/helpers.sass */
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 73, ../bulma/sass/base/helpers.sass */
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1280px) {
  /* line 76, ../bulma/sass/base/helpers.sass */
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 79, ../bulma/sass/base/helpers.sass */
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1472px) {
  /* line 82, ../bulma/sass/base/helpers.sass */
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 58, ../bulma/sass/base/helpers.sass */
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 61, ../bulma/sass/base/helpers.sass */
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 64, ../bulma/sass/base/helpers.sass */
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1087px) {
  /* line 67, ../bulma/sass/base/helpers.sass */
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1088px) {
  /* line 70, ../bulma/sass/base/helpers.sass */
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 73, ../bulma/sass/base/helpers.sass */
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1280px) {
  /* line 76, ../bulma/sass/base/helpers.sass */
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 79, ../bulma/sass/base/helpers.sass */
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1472px) {
  /* line 82, ../bulma/sass/base/helpers.sass */
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 58, ../bulma/sass/base/helpers.sass */
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 61, ../bulma/sass/base/helpers.sass */
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 64, ../bulma/sass/base/helpers.sass */
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1087px) {
  /* line 67, ../bulma/sass/base/helpers.sass */
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1088px) {
  /* line 70, ../bulma/sass/base/helpers.sass */
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 73, ../bulma/sass/base/helpers.sass */
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1280px) {
  /* line 76, ../bulma/sass/base/helpers.sass */
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 79, ../bulma/sass/base/helpers.sass */
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1472px) {
  /* line 82, ../bulma/sass/base/helpers.sass */
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
/* line 85, ../bulma/sass/base/helpers.sass */
.is-capitalized {
  text-transform: capitalize !important;
}

/* line 88, ../bulma/sass/base/helpers.sass */
.is-lowercase {
  text-transform: lowercase !important;
}

/* line 91, ../bulma/sass/base/helpers.sass */
.is-uppercase {
  text-transform: uppercase !important;
}

/* line 94, ../bulma/sass/base/helpers.sass */
.is-italic {
  font-style: italic !important;
}

/* line 99, ../bulma/sass/base/helpers.sass */
.has-text-white {
  color: white !important;
}

/* line 102, ../bulma/sass/base/helpers.sass */
a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

/* line 105, ../bulma/sass/base/helpers.sass */
.has-background-white {
  background-color: white !important;
}

/* line 99, ../bulma/sass/base/helpers.sass */
.has-text-primary {
  color: #fe9000 !important;
}

/* line 102, ../bulma/sass/base/helpers.sass */
a.has-text-primary:hover, a.has-text-primary:focus {
  color: #cb7300 !important;
}

/* line 105, ../bulma/sass/base/helpers.sass */
.has-background-primary {
  background-color: #fe9000 !important;
}

/* line 99, ../bulma/sass/base/helpers.sass */
.has-text-info {
  color: #2571b4 !important;
}

/* line 102, ../bulma/sass/base/helpers.sass */
a.has-text-info:hover, a.has-text-info:focus {
  color: #1c568a !important;
}

/* line 105, ../bulma/sass/base/helpers.sass */
.has-background-info {
  background-color: #2571b4 !important;
}

/* line 99, ../bulma/sass/base/helpers.sass */
.has-text-success {
  color: #23d160 !important;
}

/* line 102, ../bulma/sass/base/helpers.sass */
a.has-text-success:hover, a.has-text-success:focus {
  color: #1ca64c !important;
}

/* line 105, ../bulma/sass/base/helpers.sass */
.has-background-success {
  background-color: #23d160 !important;
}

/* line 114, ../bulma/sass/base/helpers.sass */
.has-text-weight-light {
  font-weight: 300 !important;
}

/* line 116, ../bulma/sass/base/helpers.sass */
.has-text-weight-normal {
  font-weight: 400 !important;
}

/* line 118, ../bulma/sass/base/helpers.sass */
.has-text-weight-semibold {
  font-weight: 600 !important;
}

/* line 120, ../bulma/sass/base/helpers.sass */
.has-text-weight-bold {
  font-weight: 700 !important;
}

/* line 125, ../bulma/sass/base/helpers.sass */
.is-hidden {
  display: none !important;
}

@media screen and (max-width: 768px) {
  /* line 129, ../bulma/sass/base/helpers.sass */
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 133, ../bulma/sass/base/helpers.sass */
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 137, ../bulma/sass/base/helpers.sass */
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1087px) {
  /* line 141, ../bulma/sass/base/helpers.sass */
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1088px) {
  /* line 145, ../bulma/sass/base/helpers.sass */
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 149, ../bulma/sass/base/helpers.sass */
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  /* line 153, ../bulma/sass/base/helpers.sass */
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 157, ../bulma/sass/base/helpers.sass */
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1472px) {
  /* line 161, ../bulma/sass/base/helpers.sass */
  .is-hidden-fullhd {
    display: none !important;
  }
}
/* line 164, ../bulma/sass/base/helpers.sass */
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  /* line 168, ../bulma/sass/base/helpers.sass */
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 172, ../bulma/sass/base/helpers.sass */
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 176, ../bulma/sass/base/helpers.sass */
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1087px) {
  /* line 180, ../bulma/sass/base/helpers.sass */
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1088px) {
  /* line 184, ../bulma/sass/base/helpers.sass */
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 188, ../bulma/sass/base/helpers.sass */
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1280px) {
  /* line 192, ../bulma/sass/base/helpers.sass */
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 196, ../bulma/sass/base/helpers.sass */
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1472px) {
  /* line 200, ../bulma/sass/base/helpers.sass */
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
/* line 205, ../bulma/sass/base/helpers.sass */
.is-marginless {
  margin: 0 !important;
}

/* line 208, ../bulma/sass/base/helpers.sass */
.is-paddingless {
  padding: 0 !important;
}

/* line 211, ../bulma/sass/base/helpers.sass */
.is-radiusless {
  border-radius: 0 !important;
}

/* line 214, ../bulma/sass/base/helpers.sass */
.is-shadowless {
  box-shadow: none !important;
}

/* line 10, ../bulma/sass/elements/box.sass */
.box {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #0a0a0a;
  display: block;
  padding: 1.25rem;
}

/* line 20, ../bulma/sass/elements/box.sass */
a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc;
}
/* line 23, ../bulma/sass/elements/box.sass */
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc;
}

/* line 43, ../bulma/sass/elements/button.sass */
.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.25em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.25em - 1px);
  text-align: center;
  white-space: nowrap;
}
/* line 58, ../bulma/sass/elements/button.sass */
.button strong {
  color: inherit;
}
/* line 61, ../bulma/sass/elements/button.sass */
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
/* line 67, ../bulma/sass/elements/button.sass */
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em;
}
/* line 70, ../bulma/sass/elements/button.sass */
.button .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px);
}
/* line 73, ../bulma/sass/elements/button.sass */
.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}
/* line 77, ../bulma/sass/elements/button.sass */
.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}
/* line 81, ../bulma/sass/elements/button.sass */
.button:focus, .button.is-focused {
  border-color: #3273dc;
  color: #363636;
}
/* line 85, ../bulma/sass/elements/button.sass */
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
/* line 87, ../bulma/sass/elements/button.sass */
.button:active, .button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}
/* line 92, ../bulma/sass/elements/button.sass */
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #0a0a0a;
  text-decoration: underline;
}
/* line 97, ../bulma/sass/elements/button.sass */
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: whitesmoke;
  color: #0a0a0a;
}
/* line 103, ../bulma/sass/elements/button.sass */
.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #0a0a0a;
}
/* line 107, ../bulma/sass/elements/button.sass */
.button.is-text[disabled] {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
/* line 114, ../bulma/sass/elements/button.sass */
.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}
/* line 118, ../bulma/sass/elements/button.sass */
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}
/* line 123, ../bulma/sass/elements/button.sass */
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}
/* line 127, ../bulma/sass/elements/button.sass */
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
/* line 129, ../bulma/sass/elements/button.sass */
.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}
/* line 134, ../bulma/sass/elements/button.sass */
.button.is-white[disabled] {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
}
/* line 138, ../bulma/sass/elements/button.sass */
.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}
/* line 141, ../bulma/sass/elements/button.sass */
.button.is-white.is-inverted:hover {
  background-color: black;
}
/* line 143, ../bulma/sass/elements/button.sass */
.button.is-white.is-inverted[disabled] {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: white;
}
/* line 149, ../bulma/sass/elements/button.sass */
.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
/* line 151, ../bulma/sass/elements/button.sass */
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
/* line 155, ../bulma/sass/elements/button.sass */
.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
/* line 161, ../bulma/sass/elements/button.sass */
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}
/* line 163, ../bulma/sass/elements/button.sass */
.button.is-white.is-outlined[disabled] {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
/* line 168, ../bulma/sass/elements/button.sass */
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
/* line 172, ../bulma/sass/elements/button.sass */
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
  background-color: #0a0a0a;
  color: white;
}
/* line 176, ../bulma/sass/elements/button.sass */
.button.is-white.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}
/* line 114, ../bulma/sass/elements/button.sass */
.button.is-primary {
  background-color: #fe9000;
  border-color: transparent;
  color: #fff;
}
/* line 118, ../bulma/sass/elements/button.sass */
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #f18900;
  border-color: transparent;
  color: #fff;
}
/* line 123, ../bulma/sass/elements/button.sass */
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 127, ../bulma/sass/elements/button.sass */
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(254, 144, 0, 0.25);
}
/* line 129, ../bulma/sass/elements/button.sass */
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #e58200;
  border-color: transparent;
  color: #fff;
}
/* line 134, ../bulma/sass/elements/button.sass */
.button.is-primary[disabled] {
  background-color: #fe9000;
  border-color: transparent;
  box-shadow: none;
}
/* line 138, ../bulma/sass/elements/button.sass */
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #fe9000;
}
/* line 141, ../bulma/sass/elements/button.sass */
.button.is-primary.is-inverted:hover {
  background-color: #f2f2f2;
}
/* line 143, ../bulma/sass/elements/button.sass */
.button.is-primary.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #fe9000;
}
/* line 149, ../bulma/sass/elements/button.sass */
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 151, ../bulma/sass/elements/button.sass */
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #fe9000;
  color: #fe9000;
}
/* line 155, ../bulma/sass/elements/button.sass */
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
  background-color: #fe9000;
  border-color: #fe9000;
  color: #fff;
}
/* line 161, ../bulma/sass/elements/button.sass */
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #fe9000 #fe9000 !important;
}
/* line 163, ../bulma/sass/elements/button.sass */
.button.is-primary.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fe9000;
  box-shadow: none;
  color: #fe9000;
}
/* line 168, ../bulma/sass/elements/button.sass */
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 172, ../bulma/sass/elements/button.sass */
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #fe9000;
}
/* line 176, ../bulma/sass/elements/button.sass */
.button.is-primary.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 114, ../bulma/sass/elements/button.sass */
.button.is-info {
  background-color: #2571b4;
  border-color: transparent;
  color: #fff;
}
/* line 118, ../bulma/sass/elements/button.sass */
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #236aa9;
  border-color: transparent;
  color: #fff;
}
/* line 123, ../bulma/sass/elements/button.sass */
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 127, ../bulma/sass/elements/button.sass */
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(37, 113, 180, 0.25);
}
/* line 129, ../bulma/sass/elements/button.sass */
.button.is-info:active, .button.is-info.is-active {
  background-color: #21649f;
  border-color: transparent;
  color: #fff;
}
/* line 134, ../bulma/sass/elements/button.sass */
.button.is-info[disabled] {
  background-color: #2571b4;
  border-color: transparent;
  box-shadow: none;
}
/* line 138, ../bulma/sass/elements/button.sass */
.button.is-info.is-inverted {
  background-color: #fff;
  color: #2571b4;
}
/* line 141, ../bulma/sass/elements/button.sass */
.button.is-info.is-inverted:hover {
  background-color: #f2f2f2;
}
/* line 143, ../bulma/sass/elements/button.sass */
.button.is-info.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #2571b4;
}
/* line 149, ../bulma/sass/elements/button.sass */
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 151, ../bulma/sass/elements/button.sass */
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #2571b4;
  color: #2571b4;
}
/* line 155, ../bulma/sass/elements/button.sass */
.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
  background-color: #2571b4;
  border-color: #2571b4;
  color: #fff;
}
/* line 161, ../bulma/sass/elements/button.sass */
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #2571b4 #2571b4 !important;
}
/* line 163, ../bulma/sass/elements/button.sass */
.button.is-info.is-outlined[disabled] {
  background-color: transparent;
  border-color: #2571b4;
  box-shadow: none;
  color: #2571b4;
}
/* line 168, ../bulma/sass/elements/button.sass */
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 172, ../bulma/sass/elements/button.sass */
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #2571b4;
}
/* line 176, ../bulma/sass/elements/button.sass */
.button.is-info.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 114, ../bulma/sass/elements/button.sass */
.button.is-success {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}
/* line 118, ../bulma/sass/elements/button.sass */
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}
/* line 123, ../bulma/sass/elements/button.sass */
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 127, ../bulma/sass/elements/button.sass */
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
/* line 129, ../bulma/sass/elements/button.sass */
.button.is-success:active, .button.is-success.is-active {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}
/* line 134, ../bulma/sass/elements/button.sass */
.button.is-success[disabled] {
  background-color: #23d160;
  border-color: transparent;
  box-shadow: none;
}
/* line 138, ../bulma/sass/elements/button.sass */
.button.is-success.is-inverted {
  background-color: #fff;
  color: #23d160;
}
/* line 141, ../bulma/sass/elements/button.sass */
.button.is-success.is-inverted:hover {
  background-color: #f2f2f2;
}
/* line 143, ../bulma/sass/elements/button.sass */
.button.is-success.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #23d160;
}
/* line 149, ../bulma/sass/elements/button.sass */
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 151, ../bulma/sass/elements/button.sass */
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #23d160;
  color: #23d160;
}
/* line 155, ../bulma/sass/elements/button.sass */
.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}
/* line 161, ../bulma/sass/elements/button.sass */
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #23d160 #23d160 !important;
}
/* line 163, ../bulma/sass/elements/button.sass */
.button.is-success.is-outlined[disabled] {
  background-color: transparent;
  border-color: #23d160;
  box-shadow: none;
  color: #23d160;
}
/* line 168, ../bulma/sass/elements/button.sass */
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 172, ../bulma/sass/elements/button.sass */
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #23d160;
}
/* line 176, ../bulma/sass/elements/button.sass */
.button.is-success.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 182, ../bulma/sass/elements/button.sass */
.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
/* line 184, ../bulma/sass/elements/button.sass */
.button.is-medium {
  font-size: 1.25rem;
}
/* line 186, ../bulma/sass/elements/button.sass */
.button.is-large {
  font-size: 1.5rem;
}
/* line 189, ../bulma/sass/elements/button.sass */
.button[disabled] {
  background-color: white;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}
/* line 194, ../bulma/sass/elements/button.sass */
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
/* line 197, ../bulma/sass/elements/button.sass */
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
/* line 200, ../bulma/sass/elements/button.sass */
.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}
/* line 204, ../bulma/sass/elements/button.sass */
.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}
/* line 210, ../bulma/sass/elements/button.sass */
.button.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

/* line 215, ../bulma/sass/elements/button.sass */
.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 220, ../bulma/sass/elements/button.sass */
.buttons .button {
  margin-bottom: 0.5rem;
}
/* line 222, ../bulma/sass/elements/button.sass */
.buttons .button:not(:last-child) {
  margin-right: 0.5rem;
}
/* line 224, ../bulma/sass/elements/button.sass */
.buttons:last-child {
  margin-bottom: -0.5rem;
}
/* line 226, ../bulma/sass/elements/button.sass */
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
/* line 230, ../bulma/sass/elements/button.sass */
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 233, ../bulma/sass/elements/button.sass */
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
/* line 237, ../bulma/sass/elements/button.sass */
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
/* line 239, ../bulma/sass/elements/button.sass */
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}
/* line 242, ../bulma/sass/elements/button.sass */
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}
/* line 248, ../bulma/sass/elements/button.sass */
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}
/* line 250, ../bulma/sass/elements/button.sass */
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
}
/* line 252, ../bulma/sass/elements/button.sass */
.buttons.is-centered {
  justify-content: center;
}
/* line 254, ../bulma/sass/elements/button.sass */
.buttons.is-right {
  justify-content: flex-end;
}

/* line 1, ../bulma/sass/elements/container.sass */
.container {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1088px) {
  /* line 1, ../bulma/sass/elements/container.sass */
  .container {
    max-width: 960px;
    width: 960px;
  }
  /* line 7, ../bulma/sass/elements/container.sass */
  .container.is-fluid {
    margin-left: 64px;
    margin-right: 64px;
    max-width: none;
    width: auto;
  }
}
@media screen and (max-width: 1279px) {
  /* line 13, ../bulma/sass/elements/container.sass */
  .container.is-widescreen {
    max-width: 1152px;
    width: auto;
  }
}
@media screen and (max-width: 1471px) {
  /* line 17, ../bulma/sass/elements/container.sass */
  .container.is-fullhd {
    max-width: 1344px;
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  /* line 1, ../bulma/sass/elements/container.sass */
  .container {
    max-width: 1152px;
    width: 1152px;
  }
}
@media screen and (min-width: 1472px) {
  /* line 1, ../bulma/sass/elements/container.sass */
  .container {
    max-width: 1344px;
    width: 1344px;
  }
}

/* line 23, ../bulma/sass/elements/content.sass */
.content li + li {
  margin-top: 0.25em;
}
/* line 33, ../bulma/sass/elements/content.sass */
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}
/* line 35, ../bulma/sass/elements/content.sass */
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #0a0a0a;
  font-weight: 600;
  line-height: 1.125;
}
/* line 44, ../bulma/sass/elements/content.sass */
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
/* line 47, ../bulma/sass/elements/content.sass */
.content h1:not(:first-child) {
  margin-top: 1em;
}
/* line 49, ../bulma/sass/elements/content.sass */
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
/* line 52, ../bulma/sass/elements/content.sass */
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
/* line 54, ../bulma/sass/elements/content.sass */
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
/* line 57, ../bulma/sass/elements/content.sass */
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
/* line 59, ../bulma/sass/elements/content.sass */
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
/* line 62, ../bulma/sass/elements/content.sass */
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
/* line 65, ../bulma/sass/elements/content.sass */
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
/* line 68, ../bulma/sass/elements/content.sass */
.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}
/* line 72, ../bulma/sass/elements/content.sass */
.content ol {
  list-style: decimal outside;
  margin-left: 2em;
  margin-top: 1em;
}
/* line 76, ../bulma/sass/elements/content.sass */
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
/* line 80, ../bulma/sass/elements/content.sass */
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
/* line 83, ../bulma/sass/elements/content.sass */
.content ul ul ul {
  list-style-type: square;
}
/* line 85, ../bulma/sass/elements/content.sass */
.content dd {
  margin-left: 2em;
}
/* line 87, ../bulma/sass/elements/content.sass */
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
/* line 91, ../bulma/sass/elements/content.sass */
.content figure:not(:first-child) {
  margin-top: 2em;
}
/* line 93, ../bulma/sass/elements/content.sass */
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
/* line 95, ../bulma/sass/elements/content.sass */
.content figure img {
  display: inline-block;
}
/* line 97, ../bulma/sass/elements/content.sass */
.content figure figcaption {
  font-style: italic;
}
/* line 99, ../bulma/sass/elements/content.sass */
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
/* line 105, ../bulma/sass/elements/content.sass */
.content sup,
.content sub {
  font-size: 75%;
}
/* line 108, ../bulma/sass/elements/content.sass */
.content table {
  width: 100%;
}
/* line 110, ../bulma/sass/elements/content.sass */
.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
/* line 116, ../bulma/sass/elements/content.sass */
.content table th {
  color: #0a0a0a;
  text-align: left;
}
/* line 120, ../bulma/sass/elements/content.sass */
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #0a0a0a;
}
/* line 125, ../bulma/sass/elements/content.sass */
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #0a0a0a;
}
/* line 132, ../bulma/sass/elements/content.sass */
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
/* line 136, ../bulma/sass/elements/content.sass */
.content.is-small {
  font-size: 0.75rem;
}
/* line 138, ../bulma/sass/elements/content.sass */
.content.is-medium {
  font-size: 1.25rem;
}
/* line 140, ../bulma/sass/elements/content.sass */
.content.is-large {
  font-size: 1.5rem;
}

/* line 54, ../bulma/sass/elements/form.sass */
.input,
.textarea {
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}
/* line 68, ../bulma/sass/utilities/mixins.sass */
.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 68, ../bulma/sass/utilities/mixins.sass */
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 68, ../bulma/sass/utilities/mixins.sass */
.input:-moz-placeholder,
.textarea:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 68, ../bulma/sass/utilities/mixins.sass */
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 37, ../bulma/sass/elements/form.sass */
.input:hover, .input.is-hovered,
.textarea:hover,
.textarea.is-hovered {
  border-color: #b5b5b5;
}
/* line 40, ../bulma/sass/elements/form.sass */
.input:focus, .input.is-focused, .input:active, .input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  border-color: #3273dc;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
/* line 46, ../bulma/sass/elements/form.sass */
.input[disabled],
.textarea[disabled] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #0a0a0a;
}
/* line 68, ../bulma/sass/utilities/mixins.sass */
.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
  color: rgba(10, 10, 10, 0.3);
}
/* line 68, ../bulma/sass/utilities/mixins.sass */
.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
  color: rgba(10, 10, 10, 0.3);
}
/* line 68, ../bulma/sass/utilities/mixins.sass */
.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
  color: rgba(10, 10, 10, 0.3);
}
/* line 68, ../bulma/sass/utilities/mixins.sass */
.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
  color: rgba(10, 10, 10, 0.3);
}
/* line 60, ../bulma/sass/elements/form.sass */
.input[readonly],
.textarea[readonly] {
  box-shadow: none;
}
/* line 65, ../bulma/sass/elements/form.sass */
.input.is-white,
.textarea.is-white {
  border-color: white;
}
/* line 67, ../bulma/sass/elements/form.sass */
.input.is-white:focus, .input.is-white.is-focused, .input.is-white:active, .input.is-white.is-active,
.textarea.is-white:focus,
.textarea.is-white.is-focused,
.textarea.is-white:active,
.textarea.is-white.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
/* line 65, ../bulma/sass/elements/form.sass */
.input.is-primary,
.textarea.is-primary {
  border-color: #fe9000;
}
/* line 67, ../bulma/sass/elements/form.sass */
.input.is-primary:focus, .input.is-primary.is-focused, .input.is-primary:active, .input.is-primary.is-active,
.textarea.is-primary:focus,
.textarea.is-primary.is-focused,
.textarea.is-primary:active,
.textarea.is-primary.is-active {
  box-shadow: 0 0 0 0.125em rgba(254, 144, 0, 0.25);
}
/* line 65, ../bulma/sass/elements/form.sass */
.input.is-info,
.textarea.is-info {
  border-color: #2571b4;
}
/* line 67, ../bulma/sass/elements/form.sass */
.input.is-info:focus, .input.is-info.is-focused, .input.is-info:active, .input.is-info.is-active,
.textarea.is-info:focus,
.textarea.is-info.is-focused,
.textarea.is-info:active,
.textarea.is-info.is-active {
  box-shadow: 0 0 0 0.125em rgba(37, 113, 180, 0.25);
}
/* line 65, ../bulma/sass/elements/form.sass */
.input.is-success,
.textarea.is-success {
  border-color: #23d160;
}
/* line 67, ../bulma/sass/elements/form.sass */
.input.is-success:focus, .input.is-success.is-focused, .input.is-success:active, .input.is-success.is-active,
.textarea.is-success:focus,
.textarea.is-success.is-focused,
.textarea.is-success:active,
.textarea.is-success.is-active {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
/* line 73, ../bulma/sass/elements/form.sass */
.input.is-small,
.textarea.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
/* line 75, ../bulma/sass/elements/form.sass */
.input.is-medium,
.textarea.is-medium {
  font-size: 1.25rem;
}
/* line 77, ../bulma/sass/elements/form.sass */
.input.is-large,
.textarea.is-large {
  font-size: 1.5rem;
}
/* line 80, ../bulma/sass/elements/form.sass */
.input.is-fullwidth,
.textarea.is-fullwidth {
  display: block;
  width: 100%;
}
/* line 83, ../bulma/sass/elements/form.sass */
.input.is-inline,
.textarea.is-inline {
  display: inline;
  width: auto;
}

/* line 88, ../bulma/sass/elements/form.sass */
.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}
/* line 92, ../bulma/sass/elements/form.sass */
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 99, ../bulma/sass/elements/form.sass */
.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}
/* line 105, ../bulma/sass/elements/form.sass */
.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}
/* line 108, ../bulma/sass/elements/form.sass */
.textarea[rows] {
  height: initial;
}
/* line 111, ../bulma/sass/elements/form.sass */
.textarea.has-fixed-size {
  resize: none;
}

/* line 114, ../bulma/sass/elements/form.sass */
.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
/* line 119, ../bulma/sass/elements/form.sass */
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
/* line 122, ../bulma/sass/elements/form.sass */
.label.is-small {
  font-size: 0.75rem;
}
/* line 124, ../bulma/sass/elements/form.sass */
.label.is-medium {
  font-size: 1.25rem;
}
/* line 126, ../bulma/sass/elements/form.sass */
.label.is-large {
  font-size: 1.5rem;
}

/* line 129, ../bulma/sass/elements/form.sass */
.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
/* line 135, ../bulma/sass/elements/form.sass */
.help.is-white {
  color: white;
}
/* line 135, ../bulma/sass/elements/form.sass */
.help.is-primary {
  color: #fe9000;
}
/* line 135, ../bulma/sass/elements/form.sass */
.help.is-info {
  color: #2571b4;
}
/* line 135, ../bulma/sass/elements/form.sass */
.help.is-success {
  color: #23d160;
}

/* line 141, ../bulma/sass/elements/form.sass */
.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
/* line 144, ../bulma/sass/elements/form.sass */
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
/* line 147, ../bulma/sass/elements/form.sass */
.field.is-grouped > .control {
  flex-shrink: 0;
}
/* line 149, ../bulma/sass/elements/form.sass */
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
/* line 152, ../bulma/sass/elements/form.sass */
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
/* line 155, ../bulma/sass/elements/form.sass */
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
/* line 157, ../bulma/sass/elements/form.sass */
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
/* line 159, ../bulma/sass/elements/form.sass */
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
/* line 162, ../bulma/sass/elements/form.sass */
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
/* line 165, ../bulma/sass/elements/form.sass */
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
/* line 167, ../bulma/sass/elements/form.sass */
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  /* line 170, ../bulma/sass/elements/form.sass */
  .field.is-horizontal {
    display: flex;
  }
}

/* line 175, ../bulma/sass/elements/form.sass */
.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  /* line 174, ../bulma/sass/elements/form.sass */
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 174, ../bulma/sass/elements/form.sass */
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  /* line 185, ../bulma/sass/elements/form.sass */
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  /* line 188, ../bulma/sass/elements/form.sass */
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  /* line 190, ../bulma/sass/elements/form.sass */
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  /* line 193, ../bulma/sass/elements/form.sass */
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

/* line 198, ../bulma/sass/elements/form.sass */
.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  /* line 197, ../bulma/sass/elements/form.sass */
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  /* line 205, ../bulma/sass/elements/form.sass */
  .field-body .field {
    margin-bottom: 0;
  }
  /* line 207, ../bulma/sass/elements/form.sass */
  .field-body > .field {
    flex-shrink: 1;
  }
  /* line 209, ../bulma/sass/elements/form.sass */
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  /* line 211, ../bulma/sass/elements/form.sass */
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

/* line 214, ../bulma/sass/elements/form.sass */
.control {
  font-size: 1rem;
  position: relative;
  text-align: left;
}
/* line 219, ../bulma/sass/elements/form.sass */
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
/* line 225, ../bulma/sass/elements/form.sass */
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}
/* line 227, ../bulma/sass/elements/form.sass */
.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}
/* line 229, ../bulma/sass/elements/form.sass */
.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* line 6, ../bulma/sass/elements/icon.sass */
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
/* line 13, ../bulma/sass/elements/icon.sass */
.icon.is-small {
  height: 1rem;
  width: 1rem;
}
/* line 16, ../bulma/sass/elements/icon.sass */
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}
/* line 19, ../bulma/sass/elements/icon.sass */
.icon.is-large {
  height: 3rem;
  width: 3rem;
}

/* line 3, ../bulma/sass/elements/image.sass */
.image {
  display: block;
  position: relative;
}
/* line 6, ../bulma/sass/elements/image.sass */
.image img {
  display: block;
  height: auto;
  width: 100%;
}
/* line 10, ../bulma/sass/elements/image.sass */
.image img.is-rounded {
  border-radius: 290486px;
}
/* line 15, ../bulma/sass/elements/image.sass */
.image.is-4by3 img, .image.is-16by9 img {
  height: 100%;
  width: 100%;
}
/* line 19, ../bulma/sass/elements/image.sass */
.image.is-square, .image.is-4by3 {
  padding-top: 75%;
}
/* line 22, ../bulma/sass/elements/image.sass */
.image.is-16by9 {
  padding-top: 56.25%;
}
/* line 26, ../bulma/sass/elements/image.sass */
.image.is-96x96 {
  height: 96px;
  width: 96px;
}

/* line 5, ../bulma/sass/elements/notification.sass */
.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  padding: 0.75rem 1.25rem;
  position: relative;
}
/* line 11, ../bulma/sass/elements/notification.sass */
.notification a:not(.button) {
  color: currentColor;
  text-decoration: underline;
}
/* line 14, ../bulma/sass/elements/notification.sass */
.notification strong {
  color: currentColor;
}
/* line 16, ../bulma/sass/elements/notification.sass */
.notification code,
.notification pre {
  background: white;
}
/* line 19, ../bulma/sass/elements/notification.sass */
.notification pre code {
  background: transparent;
}
/* line 21, ../bulma/sass/elements/notification.sass */
.notification > .delete {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
/* line 25, ../bulma/sass/elements/notification.sass */
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
/* line 33, ../bulma/sass/elements/notification.sass */
.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}
/* line 33, ../bulma/sass/elements/notification.sass */
.notification.is-primary {
  background-color: #fe9000;
  color: #fff;
}
/* line 33, ../bulma/sass/elements/notification.sass */
.notification.is-info {
  background-color: #2571b4;
  color: #fff;
}
/* line 33, ../bulma/sass/elements/notification.sass */
.notification.is-success {
  background-color: #23d160;
  color: #fff;
}

/* line 4, ../bulma/sass/elements/progress.sass */
.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* line 15, ../bulma/sass/elements/progress.sass */
.progress::-webkit-progress-bar {
  background-color: #dbdbdb;
}
/* line 17, ../bulma/sass/elements/progress.sass */
.progress::-webkit-progress-value {
  background-color: #0a0a0a;
}
/* line 19, ../bulma/sass/elements/progress.sass */
.progress::-moz-progress-bar {
  background-color: #0a0a0a;
}
/* line 21, ../bulma/sass/elements/progress.sass */
.progress::-ms-fill {
  background-color: #0a0a0a;
  border: none;
}
/* line 28, ../bulma/sass/elements/progress.sass */
.progress.is-white::-webkit-progress-value {
  background-color: white;
}
/* line 30, ../bulma/sass/elements/progress.sass */
.progress.is-white::-moz-progress-bar {
  background-color: white;
}
/* line 32, ../bulma/sass/elements/progress.sass */
.progress.is-white::-ms-fill {
  background-color: white;
}
/* line 28, ../bulma/sass/elements/progress.sass */
.progress.is-primary::-webkit-progress-value {
  background-color: #fe9000;
}
/* line 30, ../bulma/sass/elements/progress.sass */
.progress.is-primary::-moz-progress-bar {
  background-color: #fe9000;
}
/* line 32, ../bulma/sass/elements/progress.sass */
.progress.is-primary::-ms-fill {
  background-color: #fe9000;
}
/* line 28, ../bulma/sass/elements/progress.sass */
.progress.is-info::-webkit-progress-value {
  background-color: #2571b4;
}
/* line 30, ../bulma/sass/elements/progress.sass */
.progress.is-info::-moz-progress-bar {
  background-color: #2571b4;
}
/* line 32, ../bulma/sass/elements/progress.sass */
.progress.is-info::-ms-fill {
  background-color: #2571b4;
}
/* line 28, ../bulma/sass/elements/progress.sass */
.progress.is-success::-webkit-progress-value {
  background-color: #23d160;
}
/* line 30, ../bulma/sass/elements/progress.sass */
.progress.is-success::-moz-progress-bar {
  background-color: #23d160;
}
/* line 32, ../bulma/sass/elements/progress.sass */
.progress.is-success::-ms-fill {
  background-color: #23d160;
}
/* line 35, ../bulma/sass/elements/progress.sass */
.progress.is-small {
  height: 0.75rem;
}
/* line 37, ../bulma/sass/elements/progress.sass */
.progress.is-medium {
  height: 1.25rem;
}
/* line 39, ../bulma/sass/elements/progress.sass */
.progress.is-large {
  height: 1.5rem;
}

/* line 22, ../bulma/sass/elements/table.sass */
.table {
  background-color: white;
  color: #363636;
}
/* line 26, ../bulma/sass/elements/table.sass */
.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
/* line 36, ../bulma/sass/elements/table.sass */
.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
/* line 36, ../bulma/sass/elements/table.sass */
.table td.is-primary,
.table th.is-primary {
  background-color: #fe9000;
  border-color: #fe9000;
  color: #fff;
}
/* line 36, ../bulma/sass/elements/table.sass */
.table td.is-info,
.table th.is-info {
  background-color: #2571b4;
  border-color: #2571b4;
  color: #fff;
}
/* line 36, ../bulma/sass/elements/table.sass */
.table td.is-success,
.table th.is-success {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}
/* line 41, ../bulma/sass/elements/table.sass */
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
/* line 44, ../bulma/sass/elements/table.sass */
.table td.is-selected,
.table th.is-selected {
  background-color: #fe9000;
  color: #fff;
}
/* line 47, ../bulma/sass/elements/table.sass */
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}
/* line 50, ../bulma/sass/elements/table.sass */
.table th {
  color: #0a0a0a;
  text-align: left;
}
/* line 54, ../bulma/sass/elements/table.sass */
.table tr.is-selected {
  background-color: #fe9000;
  color: #fff;
}
/* line 57, ../bulma/sass/elements/table.sass */
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
/* line 60, ../bulma/sass/elements/table.sass */
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}
/* line 65, ../bulma/sass/elements/table.sass */
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #0a0a0a;
}
/* line 70, ../bulma/sass/elements/table.sass */
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #0a0a0a;
}
/* line 77, ../bulma/sass/elements/table.sass */
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
/* line 82, ../bulma/sass/elements/table.sass */
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}
/* line 87, ../bulma/sass/elements/table.sass */
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}
/* line 90, ../bulma/sass/elements/table.sass */
.table.is-fullwidth {
  width: 100%;
}
/* line 95, ../bulma/sass/elements/table.sass */
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}
/* line 100, ../bulma/sass/elements/table.sass */
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: whitesmoke;
}
/* line 103, ../bulma/sass/elements/table.sass */
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
/* line 109, ../bulma/sass/elements/table.sass */
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

/* line 112, ../bulma/sass/elements/table.sass */
.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

/* line 6, ../bulma/sass/elements/tag.sass */
.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 11, ../bulma/sass/elements/tag.sass */
.tags .tag {
  margin-bottom: 0.5rem;
}
/* line 13, ../bulma/sass/elements/tag.sass */
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
/* line 15, ../bulma/sass/elements/tag.sass */
.tags:last-child {
  margin-bottom: -0.5rem;
}
/* line 17, ../bulma/sass/elements/tag.sass */
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
/* line 20, ../bulma/sass/elements/tag.sass */
.tags.has-addons .tag {
  margin-right: 0;
}
/* line 22, ../bulma/sass/elements/tag.sass */
.tags.has-addons .tag:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 25, ../bulma/sass/elements/tag.sass */
.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 28, ../bulma/sass/elements/tag.sass */
.tags.is-centered {
  justify-content: center;
}
/* line 30, ../bulma/sass/elements/tag.sass */
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
/* line 33, ../bulma/sass/elements/tag.sass */
.tags.is-right {
  justify-content: flex-end;
}
/* line 36, ../bulma/sass/elements/tag.sass */
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}
/* line 38, ../bulma/sass/elements/tag.sass */
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

/* line 41, ../bulma/sass/elements/tag.sass */
.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #0a0a0a;
  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;
}
/* line 54, ../bulma/sass/elements/tag.sass */
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
/* line 61, ../bulma/sass/elements/tag.sass */
.tag:not(body).is-white {
  background-color: white;
  color: #0a0a0a;
}
/* line 61, ../bulma/sass/elements/tag.sass */
.tag:not(body).is-primary {
  background-color: #fe9000;
  color: #fff;
}
/* line 61, ../bulma/sass/elements/tag.sass */
.tag:not(body).is-info {
  background-color: #2571b4;
  color: #fff;
}
/* line 61, ../bulma/sass/elements/tag.sass */
.tag:not(body).is-success {
  background-color: #23d160;
  color: #fff;
}
/* line 65, ../bulma/sass/elements/tag.sass */
.tag:not(body).is-medium {
  font-size: 1rem;
}
/* line 67, ../bulma/sass/elements/tag.sass */
.tag:not(body).is-large {
  font-size: 1.25rem;
}
/* line 70, ../bulma/sass/elements/tag.sass */
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
/* line 73, ../bulma/sass/elements/tag.sass */
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
/* line 76, ../bulma/sass/elements/tag.sass */
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
/* line 80, ../bulma/sass/elements/tag.sass */
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
/* line 85, ../bulma/sass/elements/tag.sass */
.tag:not(body).is-delete::before, .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;
}
/* line 95, ../bulma/sass/elements/tag.sass */
.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}
/* line 98, ../bulma/sass/elements/tag.sass */
.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}
/* line 101, ../bulma/sass/elements/tag.sass */
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}
/* line 104, ../bulma/sass/elements/tag.sass */
.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}
/* line 106, ../bulma/sass/elements/tag.sass */
.tag:not(body).is-rounded {
  border-radius: 290486px;
}

/* line 110, ../bulma/sass/elements/tag.sass */
a.tag:hover {
  text-decoration: underline;
}

/* line 18, ../bulma/sass/elements/title.sass */
.title,
.subtitle {
  word-break: break-word;
}
/* line 22, ../bulma/sass/elements/title.sass */
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
/* line 25, ../bulma/sass/elements/title.sass */
.title sub,
.subtitle sub {
  font-size: 0.75em;
}
/* line 27, ../bulma/sass/elements/title.sass */
.title sup,
.subtitle sup {
  font-size: 0.75em;
}
/* line 29, ../bulma/sass/elements/title.sass */
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

/* line 32, ../bulma/sass/elements/title.sass */
.title {
  color: #0a0a0a;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}
/* line 37, ../bulma/sass/elements/title.sass */
.title strong {
  color: inherit;
  font-weight: inherit;
}
/* line 40, ../bulma/sass/elements/title.sass */
.title + .highlight {
  margin-top: -0.75rem;
}
/* line 42, ../bulma/sass/elements/title.sass */
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
/* line 47, ../bulma/sass/elements/title.sass */
.title.is-1 {
  font-size: 3rem;
}
/* line 47, ../bulma/sass/elements/title.sass */
.title.is-2 {
  font-size: 2.5rem;
}
/* line 47, ../bulma/sass/elements/title.sass */
.title.is-3 {
  font-size: 2rem;
}
/* line 47, ../bulma/sass/elements/title.sass */
.title.is-4 {
  font-size: 1.5rem;
}
/* line 47, ../bulma/sass/elements/title.sass */
.title.is-5 {
  font-size: 1.25rem;
}
/* line 47, ../bulma/sass/elements/title.sass */
.title.is-6 {
  font-size: 1rem;
}
/* line 47, ../bulma/sass/elements/title.sass */
.title.is-7 {
  font-size: 0.75rem;
}

/* line 50, ../bulma/sass/elements/title.sass */
.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
/* line 55, ../bulma/sass/elements/title.sass */
.subtitle strong {
  color: #363636;
  font-weight: 600;
}
/* line 58, ../bulma/sass/elements/title.sass */
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
/* line 63, ../bulma/sass/elements/title.sass */
.subtitle.is-1 {
  font-size: 3rem;
}
/* line 63, ../bulma/sass/elements/title.sass */
.subtitle.is-2 {
  font-size: 2.5rem;
}
/* line 63, ../bulma/sass/elements/title.sass */
.subtitle.is-3 {
  font-size: 2rem;
}
/* line 63, ../bulma/sass/elements/title.sass */
.subtitle.is-4 {
  font-size: 1.5rem;
}
/* line 63, ../bulma/sass/elements/title.sass */
.subtitle.is-5 {
  font-size: 1.25rem;
}
/* line 63, ../bulma/sass/elements/title.sass */
.subtitle.is-6 {
  font-size: 1rem;
}
/* line 63, ../bulma/sass/elements/title.sass */
.subtitle.is-7 {
  font-size: 0.75rem;
}

/* line 7, ../bulma/sass/elements/other.sass */
.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* line 14, ../bulma/sass/elements/other.sass */
.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}
/* line 20, ../bulma/sass/elements/other.sass */
.highlight pre {
  overflow: auto;
  max-width: 100%;
}

/* line 27, ../bulma/sass/elements/other.sass */
.number {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

/* line 10, ../bulma/sass/components/breadcrumb.sass */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
/* line 15, ../bulma/sass/components/breadcrumb.sass */
.breadcrumb a {
  align-items: center;
  color: #3273dc;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}
/* line 21, ../bulma/sass/components/breadcrumb.sass */
.breadcrumb a:hover {
  color: #363636;
}
/* line 23, ../bulma/sass/components/breadcrumb.sass */
.breadcrumb li {
  align-items: center;
  display: flex;
}
/* line 26, ../bulma/sass/components/breadcrumb.sass */
.breadcrumb li:first-child a {
  padding-left: 0;
}
/* line 29, ../bulma/sass/components/breadcrumb.sass */
.breadcrumb li.is-active a {
  color: #0a0a0a;
  cursor: default;
  pointer-events: none;
}
/* line 33, ../bulma/sass/components/breadcrumb.sass */
.breadcrumb li + li::before {
  color: #b5b5b5;
  content: "/";
}
/* line 36, ../bulma/sass/components/breadcrumb.sass */
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 43, ../bulma/sass/components/breadcrumb.sass */
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
/* line 45, ../bulma/sass/components/breadcrumb.sass */
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
/* line 49, ../bulma/sass/components/breadcrumb.sass */
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}
/* line 53, ../bulma/sass/components/breadcrumb.sass */
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}
/* line 57, ../bulma/sass/components/breadcrumb.sass */
.breadcrumb.is-small {
  font-size: 0.75rem;
}
/* line 59, ../bulma/sass/components/breadcrumb.sass */
.breadcrumb.is-medium {
  font-size: 1.25rem;
}
/* line 61, ../bulma/sass/components/breadcrumb.sass */
.breadcrumb.is-large {
  font-size: 1.5rem;
}
/* line 65, ../bulma/sass/components/breadcrumb.sass */
.breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
/* line 68, ../bulma/sass/components/breadcrumb.sass */
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
/* line 71, ../bulma/sass/components/breadcrumb.sass */
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
/* line 74, ../bulma/sass/components/breadcrumb.sass */
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}

/* line 15, ../bulma/sass/components/card.sass */
.card {
  background-color: white;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #0a0a0a;
  max-width: 100%;
  position: relative;
}

/* line 22, ../bulma/sass/components/card.sass */
.card-header {
  background-color: none;
  align-items: stretch;
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
  display: flex;
}

/* line 28, ../bulma/sass/components/card.sass */
.card-header-title {
  align-items: center;
  color: #0a0a0a;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem;
}
/* line 35, ../bulma/sass/components/card.sass */
.card-header-title.is-centered {
  justify-content: center;
}

/* line 38, ../bulma/sass/components/card.sass */
.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem;
}

/* line 45, ../bulma/sass/components/card.sass */
.card-image {
  display: block;
  position: relative;
}

/* line 49, ../bulma/sass/components/card.sass */
.card-content {
  background-color: none;
  padding: 1.5rem;
}

/* line 53, ../bulma/sass/components/card.sass */
.card-footer {
  background-color: none;
  border-top: 1px solid #dbdbdb;
  align-items: stretch;
  display: flex;
}

/* line 59, ../bulma/sass/components/card.sass */
.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}
/* line 67, ../bulma/sass/components/card.sass */
.card-footer-item:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}

/* line 73, ../bulma/sass/components/card.sass */
.card .media:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 16, ../bulma/sass/components/dropdown.sass */
.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
/* line 22, ../bulma/sass/components/dropdown.sass */
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
/* line 25, ../bulma/sass/components/dropdown.sass */
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
/* line 29, ../bulma/sass/components/dropdown.sass */
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

/* line 35, ../bulma/sass/components/dropdown.sass */
.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

/* line 44, ../bulma/sass/components/dropdown.sass */
.dropdown-content {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 51, ../bulma/sass/components/dropdown.sass */
.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

/* line 59, ../bulma/sass/components/dropdown.sass */
a.dropdown-item {
  padding-right: 3rem;
  white-space: nowrap;
}
/* line 62, ../bulma/sass/components/dropdown.sass */
a.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}
/* line 65, ../bulma/sass/components/dropdown.sass */
a.dropdown-item.is-active {
  background-color: #3273dc;
  color: #fff;
}

/* line 69, ../bulma/sass/components/dropdown.sass */
.dropdown-divider {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

/* line 1, ../bulma/sass/components/level.sass */
.level {
  align-items: center;
  justify-content: space-between;
}
/* line 5, ../bulma/sass/components/level.sass */
.level code {
  border-radius: 4px;
}
/* line 7, ../bulma/sass/components/level.sass */
.level img {
  display: inline-block;
  vertical-align: top;
}
/* line 11, ../bulma/sass/components/level.sass */
.level.is-mobile {
  display: flex;
}
/* line 13, ../bulma/sass/components/level.sass */
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}
/* line 16, ../bulma/sass/components/level.sass */
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}
/* line 18, ../bulma/sass/components/level.sass */
.level.is-mobile .level-item {
  margin-right: 0.75rem;
}
/* line 19, ../bulma/sass/components/level.sass */
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
}
/* line 21, ../bulma/sass/components/level.sass */
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  /* line 1, ../bulma/sass/components/level.sass */
  .level {
    display: flex;
  }
  /* line 28, ../bulma/sass/components/level.sass */
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

/* line 31, ../bulma/sass/components/level.sass */
.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
/* line 38, ../bulma/sass/components/level.sass */
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  /* line 43, ../bulma/sass/components/level.sass */
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

/* line 46, ../bulma/sass/components/level.sass */
.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
/* line 53, ../bulma/sass/components/level.sass */
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  /* line 57, ../bulma/sass/components/level.sass */
  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

/* line 60, ../bulma/sass/components/level.sass */
.level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  /* line 65, ../bulma/sass/components/level.sass */
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 60, ../bulma/sass/components/level.sass */
  .level-left {
    display: flex;
  }
}

/* line 70, ../bulma/sass/components/level.sass */
.level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 769px), print {
  /* line 70, ../bulma/sass/components/level.sass */
  .level-right {
    display: flex;
  }
}

/* line 1, ../bulma/sass/components/media.sass */
.media {
  align-items: flex-start;
  display: flex;
  text-align: left;
}
/* line 5, ../bulma/sass/components/media.sass */
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
/* line 7, ../bulma/sass/components/media.sass */
.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
/* line 11, ../bulma/sass/components/media.sass */
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
/* line 14, ../bulma/sass/components/media.sass */
.media .media .media {
  padding-top: 0.5rem;
}
/* line 16, ../bulma/sass/components/media.sass */
.media .media .media + .media {
  margin-top: 0.5rem;
}
/* line 18, ../bulma/sass/components/media.sass */
.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
/* line 24, ../bulma/sass/components/media.sass */
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

/* line 28, ../bulma/sass/components/media.sass */
.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 34, ../bulma/sass/components/media.sass */
.media-left {
  margin-right: 1rem;
}

/* line 37, ../bulma/sass/components/media.sass */
.media-right {
  margin-left: 1rem;
}

/* line 40, ../bulma/sass/components/media.sass */
.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
}

/* line 12, ../bulma/sass/components/menu.sass */
.menu {
  font-size: 1rem;
}
/* line 15, ../bulma/sass/components/menu.sass */
.menu.is-small {
  font-size: 0.75rem;
}
/* line 17, ../bulma/sass/components/menu.sass */
.menu.is-medium {
  font-size: 1.25rem;
}
/* line 19, ../bulma/sass/components/menu.sass */
.menu.is-large {
  font-size: 1.5rem;
}

/* line 22, ../bulma/sass/components/menu.sass */
.menu-list {
  line-height: 1.25;
}
/* line 24, ../bulma/sass/components/menu.sass */
.menu-list a {
  border-radius: 2px;
  color: #0a0a0a;
  display: block;
  padding: 0.5em 0.75em;
}
/* line 29, ../bulma/sass/components/menu.sass */
.menu-list a:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}
/* line 33, ../bulma/sass/components/menu.sass */
.menu-list a.is-active {
  background-color: #3273dc;
  color: #fff;
}
/* line 37, ../bulma/sass/components/menu.sass */
.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

/* line 42, ../bulma/sass/components/menu.sass */
.menu-label {
  color: #0a0a0a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/* line 47, ../bulma/sass/components/menu.sass */
.menu-label:not(:first-child) {
  margin-top: 1em;
}
/* line 49, ../bulma/sass/components/menu.sass */
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

/* line 21, ../bulma/sass/components/message.sass */
.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}
/* line 26, ../bulma/sass/components/message.sass */
.message strong {
  color: currentColor;
}
/* line 28, ../bulma/sass/components/message.sass */
.message a:not(.button):not(.tag) {
  color: currentColor;
  text-decoration: underline;
}
/* line 32, ../bulma/sass/components/message.sass */
.message.is-small {
  font-size: 0.75rem;
}
/* line 34, ../bulma/sass/components/message.sass */
.message.is-medium {
  font-size: 1.25rem;
}
/* line 36, ../bulma/sass/components/message.sass */
.message.is-large {
  font-size: 1.5rem;
}
/* line 46, ../bulma/sass/components/message.sass */
.message.is-white {
  background-color: white;
}
/* line 48, ../bulma/sass/components/message.sass */
.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}
/* line 51, ../bulma/sass/components/message.sass */
.message.is-white .message-body {
  border-color: white;
  color: #4d4d4d;
}
/* line 46, ../bulma/sass/components/message.sass */
.message.is-primary {
  background-color: #fffbf5;
}
/* line 48, ../bulma/sass/components/message.sass */
.message.is-primary .message-header {
  background-color: #fe9000;
  color: #fff;
}
/* line 51, ../bulma/sass/components/message.sass */
.message.is-primary .message-body {
  border-color: #fe9000;
  color: #543306;
}
/* line 46, ../bulma/sass/components/message.sass */
.message.is-info {
  background-color: #f7fafd;
}
/* line 48, ../bulma/sass/components/message.sass */
.message.is-info .message-header {
  background-color: #2571b4;
  color: #fff;
}
/* line 51, ../bulma/sass/components/message.sass */
.message.is-info .message-body {
  border-color: #2571b4;
  color: #1d4b73;
}
/* line 46, ../bulma/sass/components/message.sass */
.message.is-success {
  background-color: #f6fef9;
}
/* line 48, ../bulma/sass/components/message.sass */
.message.is-success .message-header {
  background-color: #23d160;
  color: #fff;
}
/* line 51, ../bulma/sass/components/message.sass */
.message.is-success .message-body {
  border-color: #23d160;
  color: #0e311a;
}

/* line 55, ../bulma/sass/components/message.sass */
.message-header {
  align-items: center;
  background-color: #0a0a0a;
  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;
}
/* line 66, ../bulma/sass/components/message.sass */
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}
/* line 70, ../bulma/sass/components/message.sass */
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, ../bulma/sass/components/message.sass */
.message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #0a0a0a;
  padding: 1.25em 1.5em;
}
/* line 82, ../bulma/sass/components/message.sass */
.message-body code,
.message-body pre {
  background-color: white;
}
/* line 85, ../bulma/sass/components/message.sass */
.message-body pre code {
  background-color: transparent;
}

/* line 31, ../bulma/sass/components/modal.sass */
.modal {
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
/* line 40, ../bulma/sass/components/modal.sass */
.modal.is-active {
  display: flex;
}

/* line 43, ../bulma/sass/components/modal.sass */
.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

/* line 47, ../bulma/sass/components/modal.sass */
.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  /* line 47, ../bulma/sass/components/modal.sass */
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

/* line 60, ../bulma/sass/components/modal.sass */
.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

/* line 69, ../bulma/sass/components/modal.sass */
.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
}

/* line 75, ../bulma/sass/components/modal.sass */
.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

/* line 85, ../bulma/sass/components/modal.sass */
.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 90, ../bulma/sass/components/modal.sass */
.modal-card-title {
  color: #0a0a0a;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

/* line 97, ../bulma/sass/components/modal.sass */
.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}
/* line 102, ../bulma/sass/components/modal.sass */
.modal-card-foot .button:not(:last-child) {
  margin-right: 10px;
}

/* line 105, ../bulma/sass/components/modal.sass */
.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

/* line 51, ../bulma/sass/components/navbar.sass */
.navbar {
  background-color: white;
  min-height: 3rem;
  position: relative;
  z-index: 30;
}
/* line 59, ../bulma/sass/components/navbar.sass */
.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}
/* line 63, ../bulma/sass/components/navbar.sass */
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}
/* line 68, ../bulma/sass/components/navbar.sass */
.navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}
/* line 73, ../bulma/sass/components/navbar.sass */
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}
@media screen and (min-width: 1088px) {
  /* line 78, ../bulma/sass/components/navbar.sass */
  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: #0a0a0a;
  }
  /* line 83, ../bulma/sass/components/navbar.sass */
  .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  /* line 88, ../bulma/sass/components/navbar.sass */
  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  /* line 90, ../bulma/sass/components/navbar.sass */
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  /* line 96, ../bulma/sass/components/navbar.sass */
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}
/* line 59, ../bulma/sass/components/navbar.sass */
.navbar.is-primary {
  background-color: #fe9000;
  color: #fff;
}
/* line 63, ../bulma/sass/components/navbar.sass */
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
/* line 68, ../bulma/sass/components/navbar.sass */
.navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #e58200;
  color: #fff;
}
/* line 73, ../bulma/sass/components/navbar.sass */
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1088px) {
  /* line 78, ../bulma/sass/components/navbar.sass */
  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 83, ../bulma/sass/components/navbar.sass */
  .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #e58200;
    color: #fff;
  }
  /* line 88, ../bulma/sass/components/navbar.sass */
  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 90, ../bulma/sass/components/navbar.sass */
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e58200;
    color: #fff;
  }
  /* line 96, ../bulma/sass/components/navbar.sass */
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #fe9000;
    color: #fff;
  }
}
/* line 59, ../bulma/sass/components/navbar.sass */
.navbar.is-info {
  background-color: #2571b4;
  color: #fff;
}
/* line 63, ../bulma/sass/components/navbar.sass */
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}
/* line 68, ../bulma/sass/components/navbar.sass */
.navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #21649f;
  color: #fff;
}
/* line 73, ../bulma/sass/components/navbar.sass */
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1088px) {
  /* line 78, ../bulma/sass/components/navbar.sass */
  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 83, ../bulma/sass/components/navbar.sass */
  .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #21649f;
    color: #fff;
  }
  /* line 88, ../bulma/sass/components/navbar.sass */
  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 90, ../bulma/sass/components/navbar.sass */
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #21649f;
    color: #fff;
  }
  /* line 96, ../bulma/sass/components/navbar.sass */
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #2571b4;
    color: #fff;
  }
}
/* line 59, ../bulma/sass/components/navbar.sass */
.navbar.is-success {
  background-color: #23d160;
  color: #fff;
}
/* line 63, ../bulma/sass/components/navbar.sass */
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
/* line 68, ../bulma/sass/components/navbar.sass */
.navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}
/* line 73, ../bulma/sass/components/navbar.sass */
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1088px) {
  /* line 78, ../bulma/sass/components/navbar.sass */
  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 83, ../bulma/sass/components/navbar.sass */
  .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #20bc56;
    color: #fff;
  }
  /* line 88, ../bulma/sass/components/navbar.sass */
  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 90, ../bulma/sass/components/navbar.sass */
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #20bc56;
    color: #fff;
  }
  /* line 96, ../bulma/sass/components/navbar.sass */
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #23d160;
    color: #fff;
  }
}
/* line 99, ../bulma/sass/components/navbar.sass */
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3rem;
  width: 100%;
}
/* line 104, ../bulma/sass/components/navbar.sass */
.navbar.has-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.35);
}
/* line 106, ../bulma/sass/components/navbar.sass */
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
/* line 109, ../bulma/sass/components/navbar.sass */
.navbar.is-fixed-bottom {
  bottom: 0;
}
/* line 111, ../bulma/sass/components/navbar.sass */
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.35);
}
/* line 113, ../bulma/sass/components/navbar.sass */
.navbar.is-fixed-top {
  top: 0;
}

/* line 118, ../bulma/sass/components/navbar.sass */
html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3rem;
}
/* line 120, ../bulma/sass/components/navbar.sass */
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3rem;
}

/* line 123, ../bulma/sass/components/navbar.sass */
.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3rem;
}

/* line 132, ../bulma/sass/components/navbar.sass */
.navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

/* line 135, ../bulma/sass/components/navbar.sass */
.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 141, ../bulma/sass/components/navbar.sass */
.navbar-burger {
  cursor: pointer;
  display: block;
  height: 3rem;
  position: relative;
  width: 3rem;
  margin-left: auto;
}
/* line 33, ../bulma/sass/utilities/mixins.sass */
.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;
}
/* line 44, ../bulma/sass/utilities/mixins.sass */
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
/* line 46, ../bulma/sass/utilities/mixins.sass */
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
/* line 48, ../bulma/sass/utilities/mixins.sass */
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
/* line 50, ../bulma/sass/utilities/mixins.sass */
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 55, ../bulma/sass/utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
/* line 57, ../bulma/sass/utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
/* line 59, ../bulma/sass/utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

/* line 145, ../bulma/sass/components/navbar.sass */
.navbar-menu {
  display: none;
}

/* line 148, ../bulma/sass/components/navbar.sass */
.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
/* line 156, ../bulma/sass/components/navbar.sass */
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

/* line 160, ../bulma/sass/components/navbar.sass */
a.navbar-item,
.navbar-link {
  cursor: pointer;
}
/* line 163, ../bulma/sass/components/navbar.sass */
a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #fafafa;
  color: #3273dc;
}

/* line 168, ../bulma/sass/components/navbar.sass */
.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}
/* line 172, ../bulma/sass/components/navbar.sass */
.navbar-item img {
  max-height: 3rem;
}
/* line 174, ../bulma/sass/components/navbar.sass */
.navbar-item.has-dropdown {
  padding: 0;
}
/* line 176, ../bulma/sass/components/navbar.sass */
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
/* line 179, ../bulma/sass/components/navbar.sass */
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3rem;
  padding-bottom: calc(0.5rem - 1px);
}
/* line 183, ../bulma/sass/components/navbar.sass */
.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #3273dc;
}
/* line 186, ../bulma/sass/components/navbar.sass */
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #3273dc;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #3273dc;
  padding-bottom: calc(0.5rem - 3px);
}

/* line 194, ../bulma/sass/components/navbar.sass */
.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 198, ../bulma/sass/components/navbar.sass */
.navbar-link {
  padding-right: 2.5em;
}
/* line 200, ../bulma/sass/components/navbar.sass */
.navbar-link::after {
  border-color: #3273dc;
  margin-top: -0.375em;
  right: 1.125em;
}

/* line 205, ../bulma/sass/components/navbar.sass */
.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
/* line 209, ../bulma/sass/components/navbar.sass */
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 213, ../bulma/sass/components/navbar.sass */
.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1087px) {
  /* line 221, ../bulma/sass/components/navbar.sass */
  .navbar > .container {
    display: block;
  }

  /* line 225, ../bulma/sass/components/navbar.sass */
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }

  /* line 229, ../bulma/sass/components/navbar.sass */
  .navbar-link::after {
    display: none;
  }

  /* line 231, ../bulma/sass/components/navbar.sass */
  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  /* line 235, ../bulma/sass/components/navbar.sass */
  .navbar-menu.is-active {
    display: block;
  }

  /* line 239, ../bulma/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  /* line 242, ../bulma/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  /* line 244, ../bulma/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  /* line 246, ../bulma/sass/components/navbar.sass */
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  /* line 250, ../bulma/sass/components/navbar.sass */
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3rem);
    overflow: auto;
  }

  /* line 256, ../bulma/sass/components/navbar.sass */
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3rem;
  }
  /* line 258, ../bulma/sass/components/navbar.sass */
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1088px) {
  /* line 262, ../bulma/sass/components/navbar.sass */
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }

  /* line 268, ../bulma/sass/components/navbar.sass */
  .navbar {
    min-height: 3rem;
  }
  /* line 270, ../bulma/sass/components/navbar.sass */
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  /* line 272, ../bulma/sass/components/navbar.sass */
  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  /* line 275, ../bulma/sass/components/navbar.sass */
  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  /* line 281, ../bulma/sass/components/navbar.sass */
  .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  /* line 287, ../bulma/sass/components/navbar.sass */
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  /* line 291, ../bulma/sass/components/navbar.sass */
  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  /* line 294, ../bulma/sass/components/navbar.sass */
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }

  /* line 297, ../bulma/sass/components/navbar.sass */
  .navbar-burger {
    display: none;
  }

  /* line 299, ../bulma/sass/components/navbar.sass */
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }

  /* line 303, ../bulma/sass/components/navbar.sass */
  .navbar-item {
    display: flex;
  }
  /* line 305, ../bulma/sass/components/navbar.sass */
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  /* line 308, ../bulma/sass/components/navbar.sass */
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  /* line 310, ../bulma/sass/components/navbar.sass */
  .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;
  }
  /* line 319, ../bulma/sass/components/navbar.sass */
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  /* line 321, ../bulma/sass/components/navbar.sass */
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  /* line 326, ../bulma/sass/components/navbar.sass */
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  /* line 329, ../bulma/sass/components/navbar.sass */
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }

  /* line 332, ../bulma/sass/components/navbar.sass */
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }

  /* line 335, ../bulma/sass/components/navbar.sass */
  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  /* line 348, ../bulma/sass/components/navbar.sass */
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  /* line 351, ../bulma/sass/components/navbar.sass */
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  /* line 353, ../bulma/sass/components/navbar.sass */
  .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  /* line 356, ../bulma/sass/components/navbar.sass */
  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }
  /* line 359, ../bulma/sass/components/navbar.sass */
  .navbar.is-spaced .navbar-dropdown, .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;
  }
  /* line 371, ../bulma/sass/components/navbar.sass */
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  /* line 374, ../bulma/sass/components/navbar.sass */
  .navbar-divider {
    display: block;
  }

  /* line 378, ../bulma/sass/components/navbar.sass */
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -1rem;
  }
  /* line 380, ../bulma/sass/components/navbar.sass */
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -1rem;
  }

  /* line 384, ../bulma/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  /* line 387, ../bulma/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  /* line 389, ../bulma/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  /* line 391, ../bulma/sass/components/navbar.sass */
  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  /* line 395, ../bulma/sass/components/navbar.sass */
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3rem;
  }
  /* line 397, ../bulma/sass/components/navbar.sass */
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3rem;
  }
  /* line 399, ../bulma/sass/components/navbar.sass */
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5rem;
  }
  /* line 401, ../bulma/sass/components/navbar.sass */
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5rem;
  }

  /* line 406, ../bulma/sass/components/navbar.sass */
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #2571b4;
  }
  /* line 408, ../bulma/sass/components/navbar.sass */
  a.navbar-item.is-active:not(:hover),
  .navbar-link.is-active:not(:hover) {
    background-color: transparent;
  }

  /* line 413, ../bulma/sass/components/navbar.sass */
  .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa;
  }
}
/* line 26, ../bulma/sass/components/pagination.sass */
.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}
/* line 30, ../bulma/sass/components/pagination.sass */
.pagination.is-small {
  font-size: 0.75rem;
}
/* line 32, ../bulma/sass/components/pagination.sass */
.pagination.is-medium {
  font-size: 1.25rem;
}
/* line 34, ../bulma/sass/components/pagination.sass */
.pagination.is-large {
  font-size: 1.5rem;
}
/* line 37, ../bulma/sass/components/pagination.sass */
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}
/* line 42, ../bulma/sass/components/pagination.sass */
.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}

/* line 45, ../bulma/sass/components/pagination.sass */
.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* line 52, ../bulma/sass/components/pagination.sass */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  justify-content: center;
  margin: 0.25rem;
  text-align: center;
}

/* line 65, ../bulma/sass/components/pagination.sass */
.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.25em;
}
/* line 71, ../bulma/sass/components/pagination.sass */
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}
/* line 74, ../bulma/sass/components/pagination.sass */
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #3273dc;
}
/* line 76, ../bulma/sass/components/pagination.sass */
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}
/* line 78, ../bulma/sass/components/pagination.sass */
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

/* line 85, ../bulma/sass/components/pagination.sass */
.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

/* line 92, ../bulma/sass/components/pagination.sass */
.pagination-link.is-current {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

/* line 97, ../bulma/sass/components/pagination.sass */
.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

/* line 101, ../bulma/sass/components/pagination.sass */
.pagination-list {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  /* line 105, ../bulma/sass/components/pagination.sass */
  .pagination {
    flex-wrap: wrap;
  }

  /* line 107, ../bulma/sass/components/pagination.sass */
  .pagination-previous,
  .pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }

  /* line 112, ../bulma/sass/components/pagination.sass */
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 769px), print {
  /* line 117, ../bulma/sass/components/pagination.sass */
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }

  /* line 122, ../bulma/sass/components/pagination.sass */
  .pagination-previous {
    order: 2;
  }

  /* line 124, ../bulma/sass/components/pagination.sass */
  .pagination-next {
    order: 3;
  }

  /* line 126, ../bulma/sass/components/pagination.sass */
  .pagination {
    justify-content: space-between;
  }
  /* line 129, ../bulma/sass/components/pagination.sass */
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  /* line 131, ../bulma/sass/components/pagination.sass */
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  /* line 134, ../bulma/sass/components/pagination.sass */
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  /* line 137, ../bulma/sass/components/pagination.sass */
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  /* line 139, ../bulma/sass/components/pagination.sass */
  .pagination.is-right .pagination-next {
    order: 2;
  }
  /* line 141, ../bulma/sass/components/pagination.sass */
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
/* line 26, ../bulma/sass/components/panel.sass */
.panel {
  font-size: 1rem;
}
/* line 28, ../bulma/sass/components/panel.sass */
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 31, ../bulma/sass/components/panel.sass */
.panel-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
/* line 37, ../bulma/sass/components/panel.sass */
.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
  border-top: 1px solid #dbdbdb;
}

/* line 40, ../bulma/sass/components/panel.sass */
.panel-heading {
  background-color: whitesmoke;
  border-radius: 4px 4px 0 0;
  color: #0a0a0a;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5em 0.75em;
}

/* line 49, ../bulma/sass/components/panel.sass */
.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}
/* line 54, ../bulma/sass/components/panel.sass */
.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}
/* line 59, ../bulma/sass/components/panel.sass */
.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

/* line 64, ../bulma/sass/components/panel.sass */
.panel-list a {
  color: #0a0a0a;
}
/* line 66, ../bulma/sass/components/panel.sass */
.panel-list a:hover {
  color: #3273dc;
}

/* line 69, ../bulma/sass/components/panel.sass */
.panel-block {
  align-items: center;
  color: #0a0a0a;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}
/* line 75, ../bulma/sass/components/panel.sass */
.panel-block input[type="checkbox"] {
  margin-right: 0.75em;
}
/* line 77, ../bulma/sass/components/panel.sass */
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
/* line 81, ../bulma/sass/components/panel.sass */
.panel-block.is-wrapped {
  flex-wrap: wrap;
}
/* line 83, ../bulma/sass/components/panel.sass */
.panel-block.is-active {
  border-left-color: #3273dc;
  color: #363636;
}
/* line 86, ../bulma/sass/components/panel.sass */
.panel-block.is-active .panel-icon {
  color: #3273dc;
}

/* line 89, ../bulma/sass/components/panel.sass */
a.panel-block,
label.panel-block {
  cursor: pointer;
}
/* line 92, ../bulma/sass/components/panel.sass */
a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

/* line 95, ../bulma/sass/components/panel.sass */
.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #0a0a0a;
  margin-right: 0.75em;
}
/* line 99, ../bulma/sass/components/panel.sass */
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

/* line 29, ../bulma/sass/components/tabs.sass */
.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;
}
/* line 40, ../bulma/sass/components/tabs.sass */
.tabs a {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #0a0a0a;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
/* line 51, ../bulma/sass/components/tabs.sass */
.tabs a:hover {
  border-bottom-color: #0a0a0a;
  color: #0a0a0a;
}
/* line 54, ../bulma/sass/components/tabs.sass */
.tabs li {
  display: block;
}
/* line 57, ../bulma/sass/components/tabs.sass */
.tabs li.is-active a {
  border-bottom-color: #3273dc;
  color: #3273dc;
}
/* line 60, ../bulma/sass/components/tabs.sass */
.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;
}
/* line 69, ../bulma/sass/components/tabs.sass */
.tabs ul.is-left {
  padding-right: 0.75em;
}
/* line 71, ../bulma/sass/components/tabs.sass */
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
/* line 76, ../bulma/sass/components/tabs.sass */
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
/* line 80, ../bulma/sass/components/tabs.sass */
.tabs .icon:first-child {
  margin-right: 0.5em;
}
/* line 82, ../bulma/sass/components/tabs.sass */
.tabs .icon:last-child {
  margin-left: 0.5em;
}
/* line 86, ../bulma/sass/components/tabs.sass */
.tabs.is-centered ul {
  justify-content: center;
}
/* line 89, ../bulma/sass/components/tabs.sass */
.tabs.is-right ul {
  justify-content: flex-end;
}
/* line 93, ../bulma/sass/components/tabs.sass */
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 96, ../bulma/sass/components/tabs.sass */
.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}
/* line 101, ../bulma/sass/components/tabs.sass */
.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}
/* line 106, ../bulma/sass/components/tabs.sass */
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
/* line 110, ../bulma/sass/components/tabs.sass */
.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
/* line 116, ../bulma/sass/components/tabs.sass */
.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}
/* line 121, ../bulma/sass/components/tabs.sass */
.tabs.is-toggle li + li {
  margin-left: -1px;
}
/* line 123, ../bulma/sass/components/tabs.sass */
.tabs.is-toggle li:first-child a {
  border-radius: 4px 0 0 4px;
}
/* line 125, ../bulma/sass/components/tabs.sass */
.tabs.is-toggle li:last-child a {
  border-radius: 0 4px 4px 0;
}
/* line 128, ../bulma/sass/components/tabs.sass */
.tabs.is-toggle li.is-active a {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
  z-index: 1;
}
/* line 133, ../bulma/sass/components/tabs.sass */
.tabs.is-toggle ul {
  border-bottom: none;
}
/* line 137, ../bulma/sass/components/tabs.sass */
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}
/* line 141, ../bulma/sass/components/tabs.sass */
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}
/* line 146, ../bulma/sass/components/tabs.sass */
.tabs.is-small {
  font-size: 0.75rem;
}
/* line 148, ../bulma/sass/components/tabs.sass */
.tabs.is-medium {
  font-size: 1.25rem;
}
/* line 150, ../bulma/sass/components/tabs.sass */
.tabs.is-large {
  font-size: 1.5rem;
}

/* line 3, ../bulma/sass/grid/columns.sass */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
/* line 9, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-narrow {
  flex: none;
}
/* line 11, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
/* line 14, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
/* line 17, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
/* line 20, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
/* line 23, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
/* line 26, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
/* line 29, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
/* line 32, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
/* line 35, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
/* line 38, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
/* line 42, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333%;
}
/* line 42, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66667%;
}
/* line 42, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
/* line 42, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333%;
}
/* line 42, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66667%;
}
/* line 42, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
/* line 42, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333%;
}
/* line 42, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66667%;
}
/* line 42, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
/* line 42, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333%;
}
/* line 42, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66667%;
}
/* line 42, ../bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 46, ../bulma/sass/grid/columns.sass */
  .column.is-narrow-mobile {
    flex: none;
  }
  /* line 48, ../bulma/sass/grid/columns.sass */
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  /* line 51, ../bulma/sass/grid/columns.sass */
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  /* line 54, ../bulma/sass/grid/columns.sass */
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  /* line 57, ../bulma/sass/grid/columns.sass */
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  /* line 60, ../bulma/sass/grid/columns.sass */
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  /* line 63, ../bulma/sass/grid/columns.sass */
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  /* line 66, ../bulma/sass/grid/columns.sass */
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  /* line 69, ../bulma/sass/grid/columns.sass */
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  /* line 72, ../bulma/sass/grid/columns.sass */
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  /* line 75, ../bulma/sass/grid/columns.sass */
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  /* line 79, ../bulma/sass/grid/columns.sass */
  .column.is-1-mobile {
    flex: none;
    width: 8.33333%;
  }
  /* line 79, ../bulma/sass/grid/columns.sass */
  .column.is-2-mobile {
    flex: none;
    width: 16.66667%;
  }
  /* line 79, ../bulma/sass/grid/columns.sass */
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  /* line 79, ../bulma/sass/grid/columns.sass */
  .column.is-4-mobile {
    flex: none;
    width: 33.33333%;
  }
  /* line 79, ../bulma/sass/grid/columns.sass */
  .column.is-5-mobile {
    flex: none;
    width: 41.66667%;
  }
  /* line 79, ../bulma/sass/grid/columns.sass */
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  /* line 79, ../bulma/sass/grid/columns.sass */
  .column.is-7-mobile {
    flex: none;
    width: 58.33333%;
  }
  /* line 79, ../bulma/sass/grid/columns.sass */
  .column.is-8-mobile {
    flex: none;
    width: 66.66667%;
  }
  /* line 79, ../bulma/sass/grid/columns.sass */
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  /* line 79, ../bulma/sass/grid/columns.sass */
  .column.is-10-mobile {
    flex: none;
    width: 83.33333%;
  }
  /* line 79, ../bulma/sass/grid/columns.sass */
  .column.is-11-mobile {
    flex: none;
    width: 91.66667%;
  }
  /* line 79, ../bulma/sass/grid/columns.sass */
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
}
@media screen and (min-width: 769px), print {
  /* line 83, ../bulma/sass/grid/columns.sass */
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
  }
  /* line 86, ../bulma/sass/grid/columns.sass */
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  /* line 90, ../bulma/sass/grid/columns.sass */
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  /* line 94, ../bulma/sass/grid/columns.sass */
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  /* line 98, ../bulma/sass/grid/columns.sass */
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  /* line 102, ../bulma/sass/grid/columns.sass */
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  /* line 106, ../bulma/sass/grid/columns.sass */
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  /* line 110, ../bulma/sass/grid/columns.sass */
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  /* line 114, ../bulma/sass/grid/columns.sass */
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  /* line 118, ../bulma/sass/grid/columns.sass */
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  /* line 122, ../bulma/sass/grid/columns.sass */
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  /* line 127, ../bulma/sass/grid/columns.sass */
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }
  /* line 127, ../bulma/sass/grid/columns.sass */
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66667%;
  }
  /* line 127, ../bulma/sass/grid/columns.sass */
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  /* line 127, ../bulma/sass/grid/columns.sass */
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333%;
  }
  /* line 127, ../bulma/sass/grid/columns.sass */
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66667%;
  }
  /* line 127, ../bulma/sass/grid/columns.sass */
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  /* line 127, ../bulma/sass/grid/columns.sass */
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333%;
  }
  /* line 127, ../bulma/sass/grid/columns.sass */
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66667%;
  }
  /* line 127, ../bulma/sass/grid/columns.sass */
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  /* line 127, ../bulma/sass/grid/columns.sass */
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333%;
  }
  /* line 127, ../bulma/sass/grid/columns.sass */
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66667%;
  }
  /* line 127, ../bulma/sass/grid/columns.sass */
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 1087px) {
  /* line 132, ../bulma/sass/grid/columns.sass */
  .column.is-narrow-touch {
    flex: none;
  }
  /* line 134, ../bulma/sass/grid/columns.sass */
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  /* line 137, ../bulma/sass/grid/columns.sass */
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  /* line 140, ../bulma/sass/grid/columns.sass */
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  /* line 143, ../bulma/sass/grid/columns.sass */
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  /* line 146, ../bulma/sass/grid/columns.sass */
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  /* line 149, ../bulma/sass/grid/columns.sass */
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  /* line 152, ../bulma/sass/grid/columns.sass */
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  /* line 155, ../bulma/sass/grid/columns.sass */
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  /* line 158, ../bulma/sass/grid/columns.sass */
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  /* line 161, ../bulma/sass/grid/columns.sass */
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  /* line 165, ../bulma/sass/grid/columns.sass */
  .column.is-1-touch {
    flex: none;
    width: 8.33333%;
  }
  /* line 165, ../bulma/sass/grid/columns.sass */
  .column.is-2-touch {
    flex: none;
    width: 16.66667%;
  }
  /* line 165, ../bulma/sass/grid/columns.sass */
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  /* line 165, ../bulma/sass/grid/columns.sass */
  .column.is-4-touch {
    flex: none;
    width: 33.33333%;
  }
  /* line 165, ../bulma/sass/grid/columns.sass */
  .column.is-5-touch {
    flex: none;
    width: 41.66667%;
  }
  /* line 165, ../bulma/sass/grid/columns.sass */
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  /* line 165, ../bulma/sass/grid/columns.sass */
  .column.is-7-touch {
    flex: none;
    width: 58.33333%;
  }
  /* line 165, ../bulma/sass/grid/columns.sass */
  .column.is-8-touch {
    flex: none;
    width: 66.66667%;
  }
  /* line 165, ../bulma/sass/grid/columns.sass */
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  /* line 165, ../bulma/sass/grid/columns.sass */
  .column.is-10-touch {
    flex: none;
    width: 83.33333%;
  }
  /* line 165, ../bulma/sass/grid/columns.sass */
  .column.is-11-touch {
    flex: none;
    width: 91.66667%;
  }
  /* line 165, ../bulma/sass/grid/columns.sass */
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
}
@media screen and (min-width: 1088px) {
  /* line 169, ../bulma/sass/grid/columns.sass */
  .column.is-narrow-desktop {
    flex: none;
  }
  /* line 171, ../bulma/sass/grid/columns.sass */
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  /* line 174, ../bulma/sass/grid/columns.sass */
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  /* line 177, ../bulma/sass/grid/columns.sass */
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  /* line 180, ../bulma/sass/grid/columns.sass */
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  /* line 183, ../bulma/sass/grid/columns.sass */
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  /* line 186, ../bulma/sass/grid/columns.sass */
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  /* line 189, ../bulma/sass/grid/columns.sass */
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  /* line 192, ../bulma/sass/grid/columns.sass */
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  /* line 195, ../bulma/sass/grid/columns.sass */
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  /* line 198, ../bulma/sass/grid/columns.sass */
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  /* line 202, ../bulma/sass/grid/columns.sass */
  .column.is-1-desktop {
    flex: none;
    width: 8.33333%;
  }
  /* line 202, ../bulma/sass/grid/columns.sass */
  .column.is-2-desktop {
    flex: none;
    width: 16.66667%;
  }
  /* line 202, ../bulma/sass/grid/columns.sass */
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  /* line 202, ../bulma/sass/grid/columns.sass */
  .column.is-4-desktop {
    flex: none;
    width: 33.33333%;
  }
  /* line 202, ../bulma/sass/grid/columns.sass */
  .column.is-5-desktop {
    flex: none;
    width: 41.66667%;
  }
  /* line 202, ../bulma/sass/grid/columns.sass */
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  /* line 202, ../bulma/sass/grid/columns.sass */
  .column.is-7-desktop {
    flex: none;
    width: 58.33333%;
  }
  /* line 202, ../bulma/sass/grid/columns.sass */
  .column.is-8-desktop {
    flex: none;
    width: 66.66667%;
  }
  /* line 202, ../bulma/sass/grid/columns.sass */
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  /* line 202, ../bulma/sass/grid/columns.sass */
  .column.is-10-desktop {
    flex: none;
    width: 83.33333%;
  }
  /* line 202, ../bulma/sass/grid/columns.sass */
  .column.is-11-desktop {
    flex: none;
    width: 91.66667%;
  }
  /* line 202, ../bulma/sass/grid/columns.sass */
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  /* line 206, ../bulma/sass/grid/columns.sass */
  .column.is-narrow-widescreen {
    flex: none;
  }
  /* line 208, ../bulma/sass/grid/columns.sass */
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  /* line 211, ../bulma/sass/grid/columns.sass */
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  /* line 214, ../bulma/sass/grid/columns.sass */
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  /* line 217, ../bulma/sass/grid/columns.sass */
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  /* line 220, ../bulma/sass/grid/columns.sass */
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  /* line 223, ../bulma/sass/grid/columns.sass */
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  /* line 226, ../bulma/sass/grid/columns.sass */
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  /* line 229, ../bulma/sass/grid/columns.sass */
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  /* line 232, ../bulma/sass/grid/columns.sass */
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  /* line 235, ../bulma/sass/grid/columns.sass */
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  /* line 239, ../bulma/sass/grid/columns.sass */
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }
  /* line 239, ../bulma/sass/grid/columns.sass */
  .column.is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }
  /* line 239, ../bulma/sass/grid/columns.sass */
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  /* line 239, ../bulma/sass/grid/columns.sass */
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333%;
  }
  /* line 239, ../bulma/sass/grid/columns.sass */
  .column.is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }
  /* line 239, ../bulma/sass/grid/columns.sass */
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  /* line 239, ../bulma/sass/grid/columns.sass */
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333%;
  }
  /* line 239, ../bulma/sass/grid/columns.sass */
  .column.is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }
  /* line 239, ../bulma/sass/grid/columns.sass */
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  /* line 239, ../bulma/sass/grid/columns.sass */
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333%;
  }
  /* line 239, ../bulma/sass/grid/columns.sass */
  .column.is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }
  /* line 239, ../bulma/sass/grid/columns.sass */
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
}
@media screen and (min-width: 1472px) {
  /* line 243, ../bulma/sass/grid/columns.sass */
  .column.is-narrow-fullhd {
    flex: none;
  }
  /* line 245, ../bulma/sass/grid/columns.sass */
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  /* line 248, ../bulma/sass/grid/columns.sass */
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  /* line 251, ../bulma/sass/grid/columns.sass */
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  /* line 254, ../bulma/sass/grid/columns.sass */
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  /* line 257, ../bulma/sass/grid/columns.sass */
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  /* line 260, ../bulma/sass/grid/columns.sass */
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  /* line 263, ../bulma/sass/grid/columns.sass */
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  /* line 266, ../bulma/sass/grid/columns.sass */
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  /* line 269, ../bulma/sass/grid/columns.sass */
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  /* line 272, ../bulma/sass/grid/columns.sass */
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  /* line 276, ../bulma/sass/grid/columns.sass */
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }
  /* line 276, ../bulma/sass/grid/columns.sass */
  .column.is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }
  /* line 276, ../bulma/sass/grid/columns.sass */
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  /* line 276, ../bulma/sass/grid/columns.sass */
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }
  /* line 276, ../bulma/sass/grid/columns.sass */
  .column.is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }
  /* line 276, ../bulma/sass/grid/columns.sass */
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  /* line 276, ../bulma/sass/grid/columns.sass */
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }
  /* line 276, ../bulma/sass/grid/columns.sass */
  .column.is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }
  /* line 276, ../bulma/sass/grid/columns.sass */
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  /* line 276, ../bulma/sass/grid/columns.sass */
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }
  /* line 276, ../bulma/sass/grid/columns.sass */
  .column.is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }
  /* line 276, ../bulma/sass/grid/columns.sass */
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
}

/* line 280, ../bulma/sass/grid/columns.sass */
.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
/* line 284, ../bulma/sass/grid/columns.sass */
.columns:last-child {
  margin-bottom: -0.75rem;
}
/* line 286, ../bulma/sass/grid/columns.sass */
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
/* line 289, ../bulma/sass/grid/columns.sass */
.columns.is-centered {
  justify-content: center;
}
/* line 291, ../bulma/sass/grid/columns.sass */
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
/* line 295, ../bulma/sass/grid/columns.sass */
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
/* line 298, ../bulma/sass/grid/columns.sass */
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
/* line 300, ../bulma/sass/grid/columns.sass */
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
/* line 302, ../bulma/sass/grid/columns.sass */
.columns.is-mobile {
  display: flex;
}
/* line 304, ../bulma/sass/grid/columns.sass */
.columns.is-multiline {
  flex-wrap: wrap;
}
/* line 306, ../bulma/sass/grid/columns.sass */
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  /* line 310, ../bulma/sass/grid/columns.sass */
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1088px) {
  /* line 314, ../bulma/sass/grid/columns.sass */
  .columns.is-desktop {
    display: flex;
  }
}

/* line 318, ../bulma/sass/grid/columns.sass */
.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
/* line 322, ../bulma/sass/grid/columns.sass */
.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
/* line 326, ../bulma/sass/grid/columns.sass */
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
/* line 326, ../bulma/sass/grid/columns.sass */
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
/* line 326, ../bulma/sass/grid/columns.sass */
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
/* line 326, ../bulma/sass/grid/columns.sass */
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
/* line 326, ../bulma/sass/grid/columns.sass */
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
/* line 326, ../bulma/sass/grid/columns.sass */
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
/* line 326, ../bulma/sass/grid/columns.sass */
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
/* line 326, ../bulma/sass/grid/columns.sass */
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
/* line 326, ../bulma/sass/grid/columns.sass */
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

/* line 1, ../bulma/sass/grid/tiles.sass */
.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}
/* line 9, ../bulma/sass/grid/tiles.sass */
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
/* line 13, ../bulma/sass/grid/tiles.sass */
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
/* line 15, ../bulma/sass/grid/tiles.sass */
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
/* line 17, ../bulma/sass/grid/tiles.sass */
.tile.is-child {
  margin: 0 !important;
}
/* line 19, ../bulma/sass/grid/tiles.sass */
.tile.is-parent {
  padding: 0.75rem;
}
/* line 21, ../bulma/sass/grid/tiles.sass */
.tile.is-vertical {
  flex-direction: column;
}
/* line 23, ../bulma/sass/grid/tiles.sass */
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 769px), print {
  /* line 27, ../bulma/sass/grid/tiles.sass */
  .tile:not(.is-child) {
    display: flex;
  }
  /* line 30, ../bulma/sass/grid/tiles.sass */
  .tile.is-1 {
    flex: none;
    width: 8.33333%;
  }
  /* line 30, ../bulma/sass/grid/tiles.sass */
  .tile.is-2 {
    flex: none;
    width: 16.66667%;
  }
  /* line 30, ../bulma/sass/grid/tiles.sass */
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  /* line 30, ../bulma/sass/grid/tiles.sass */
  .tile.is-4 {
    flex: none;
    width: 33.33333%;
  }
  /* line 30, ../bulma/sass/grid/tiles.sass */
  .tile.is-5 {
    flex: none;
    width: 41.66667%;
  }
  /* line 30, ../bulma/sass/grid/tiles.sass */
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  /* line 30, ../bulma/sass/grid/tiles.sass */
  .tile.is-7 {
    flex: none;
    width: 58.33333%;
  }
  /* line 30, ../bulma/sass/grid/tiles.sass */
  .tile.is-8 {
    flex: none;
    width: 66.66667%;
  }
  /* line 30, ../bulma/sass/grid/tiles.sass */
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  /* line 30, ../bulma/sass/grid/tiles.sass */
  .tile.is-10 {
    flex: none;
    width: 83.33333%;
  }
  /* line 30, ../bulma/sass/grid/tiles.sass */
  .tile.is-11 {
    flex: none;
    width: 91.66667%;
  }
  /* line 30, ../bulma/sass/grid/tiles.sass */
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

/* line 3, ../bulma/sass/layout/hero.sass */
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 8, ../bulma/sass/layout/hero.sass */
.hero .navbar {
  background: none;
}
/* line 11, ../bulma/sass/layout/hero.sass */
.hero .tabs ul {
  border-bottom: none;
}
/* line 17, ../bulma/sass/layout/hero.sass */
.hero.is-white {
  background-color: white;
  color: #0a0a0a;
}
/* line 20, ../bulma/sass/layout/hero.sass */
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-white strong {
  color: inherit;
}
/* line 23, ../bulma/sass/layout/hero.sass */
.hero.is-white .title {
  color: #0a0a0a;
}
/* line 25, ../bulma/sass/layout/hero.sass */
.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}
/* line 27, ../bulma/sass/layout/hero.sass */
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}
@media screen and (max-width: 1087px) {
  /* line 30, ../bulma/sass/layout/hero.sass */
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}
/* line 33, ../bulma/sass/layout/hero.sass */
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}
/* line 38, ../bulma/sass/layout/hero.sass */
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}
/* line 43, ../bulma/sass/layout/hero.sass */
.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}
/* line 46, ../bulma/sass/layout/hero.sass */
.hero.is-white .tabs a:hover {
  opacity: 1;
}
/* line 49, ../bulma/sass/layout/hero.sass */
.hero.is-white .tabs li.is-active a {
  opacity: 1;
}
/* line 53, ../bulma/sass/layout/hero.sass */
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}
/* line 55, ../bulma/sass/layout/hero.sass */
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 58, ../bulma/sass/layout/hero.sass */
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
/* line 64, ../bulma/sass/layout/hero.sass */
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
}
@media screen and (max-width: 768px) {
  /* line 69, ../bulma/sass/layout/hero.sass */
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
  }
}
/* line 17, ../bulma/sass/layout/hero.sass */
.hero.is-primary {
  background-color: #fe9000;
  color: #fff;
}
/* line 20, ../bulma/sass/layout/hero.sass */
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-primary strong {
  color: inherit;
}
/* line 23, ../bulma/sass/layout/hero.sass */
.hero.is-primary .title {
  color: #fff;
}
/* line 25, ../bulma/sass/layout/hero.sass */
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 27, ../bulma/sass/layout/hero.sass */
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1087px) {
  /* line 30, ../bulma/sass/layout/hero.sass */
  .hero.is-primary .navbar-menu {
    background-color: #fe9000;
  }
}
/* line 33, ../bulma/sass/layout/hero.sass */
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 38, ../bulma/sass/layout/hero.sass */
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #e58200;
  color: #fff;
}
/* line 43, ../bulma/sass/layout/hero.sass */
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 46, ../bulma/sass/layout/hero.sass */
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
/* line 49, ../bulma/sass/layout/hero.sass */
.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}
/* line 53, ../bulma/sass/layout/hero.sass */
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}
/* line 55, ../bulma/sass/layout/hero.sass */
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 58, ../bulma/sass/layout/hero.sass */
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #fe9000;
}
/* line 64, ../bulma/sass/layout/hero.sass */
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #cb5100 0%, #fe9000 71%, #ffc219 100%);
}
@media screen and (max-width: 768px) {
  /* line 69, ../bulma/sass/layout/hero.sass */
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #cb5100 0%, #fe9000 71%, #ffc219 100%);
  }
}
/* line 17, ../bulma/sass/layout/hero.sass */
.hero.is-info {
  background-color: #2571b4;
  color: #fff;
}
/* line 20, ../bulma/sass/layout/hero.sass */
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-info strong {
  color: inherit;
}
/* line 23, ../bulma/sass/layout/hero.sass */
.hero.is-info .title {
  color: #fff;
}
/* line 25, ../bulma/sass/layout/hero.sass */
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 27, ../bulma/sass/layout/hero.sass */
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1087px) {
  /* line 30, ../bulma/sass/layout/hero.sass */
  .hero.is-info .navbar-menu {
    background-color: #2571b4;
  }
}
/* line 33, ../bulma/sass/layout/hero.sass */
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 38, ../bulma/sass/layout/hero.sass */
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #21649f;
  color: #fff;
}
/* line 43, ../bulma/sass/layout/hero.sass */
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 46, ../bulma/sass/layout/hero.sass */
.hero.is-info .tabs a:hover {
  opacity: 1;
}
/* line 49, ../bulma/sass/layout/hero.sass */
.hero.is-info .tabs li.is-active a {
  opacity: 1;
}
/* line 53, ../bulma/sass/layout/hero.sass */
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}
/* line 55, ../bulma/sass/layout/hero.sass */
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 58, ../bulma/sass/layout/hero.sass */
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #2571b4;
}
/* line 64, ../bulma/sass/layout/hero.sass */
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #146c92 0%, #2571b4 71%, #2362cf 100%);
}
@media screen and (max-width: 768px) {
  /* line 69, ../bulma/sass/layout/hero.sass */
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #146c92 0%, #2571b4 71%, #2362cf 100%);
  }
}
/* line 17, ../bulma/sass/layout/hero.sass */
.hero.is-success {
  background-color: #23d160;
  color: #fff;
}
/* line 20, ../bulma/sass/layout/hero.sass */
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-success strong {
  color: inherit;
}
/* line 23, ../bulma/sass/layout/hero.sass */
.hero.is-success .title {
  color: #fff;
}
/* line 25, ../bulma/sass/layout/hero.sass */
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 27, ../bulma/sass/layout/hero.sass */
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1087px) {
  /* line 30, ../bulma/sass/layout/hero.sass */
  .hero.is-success .navbar-menu {
    background-color: #23d160;
  }
}
/* line 33, ../bulma/sass/layout/hero.sass */
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 38, ../bulma/sass/layout/hero.sass */
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}
/* line 43, ../bulma/sass/layout/hero.sass */
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 46, ../bulma/sass/layout/hero.sass */
.hero.is-success .tabs a:hover {
  opacity: 1;
}
/* line 49, ../bulma/sass/layout/hero.sass */
.hero.is-success .tabs li.is-active a {
  opacity: 1;
}
/* line 53, ../bulma/sass/layout/hero.sass */
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
/* line 55, ../bulma/sass/layout/hero.sass */
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 58, ../bulma/sass/layout/hero.sass */
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #23d160;
}
/* line 64, ../bulma/sass/layout/hero.sass */
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
}
@media screen and (max-width: 768px) {
  /* line 69, ../bulma/sass/layout/hero.sass */
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
  }
}
/* line 86, ../bulma/sass/layout/hero.sass */
.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 769px), print {
  /* line 91, ../bulma/sass/layout/hero.sass */
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 96, ../bulma/sass/layout/hero.sass */
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}
/* line 101, ../bulma/sass/layout/hero.sass */
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body {
  align-items: center;
  display: flex;
}
/* line 104, ../bulma/sass/layout/hero.sass */
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
/* line 107, ../bulma/sass/layout/hero.sass */
.hero.is-halfheight {
  min-height: 50vh;
}
/* line 109, ../bulma/sass/layout/hero.sass */
.hero.is-fullheight {
  min-height: 100vh;
}

/* line 114, ../bulma/sass/layout/hero.sass */
.hero-video {
  overflow: hidden;
}
/* line 117, ../bulma/sass/layout/hero.sass */
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
/* line 125, ../bulma/sass/layout/hero.sass */
.hero-video.is-transparent {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  /* line 114, ../bulma/sass/layout/hero.sass */
  .hero-video {
    display: none;
  }
}

/* line 131, ../bulma/sass/layout/hero.sass */
.hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  /* line 135, ../bulma/sass/layout/hero.sass */
  .hero-buttons .button {
    display: flex;
  }
  /* line 137, ../bulma/sass/layout/hero.sass */
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 131, ../bulma/sass/layout/hero.sass */
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  /* line 142, ../bulma/sass/layout/hero.sass */
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

/* line 147, ../bulma/sass/layout/hero.sass */
.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 152, ../bulma/sass/layout/hero.sass */
.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

/* line 5, ../bulma/sass/layout/section.sass */
.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1088px) {
  /* line 10, ../bulma/sass/layout/section.sass */
  .section.is-medium {
    padding: 9rem 1.5rem;
  }
  /* line 12, ../bulma/sass/layout/section.sass */
  .section.is-large {
    padding: 18rem 1.5rem;
  }
}

/* line 3, ../bulma/sass/layout/footer.sass */
.footer {
  background-color: #2571b4;
  padding: 3rem 1.5rem 6rem;
}

/*@import "../bulma/sass/utilities/initial-variables.sass";*/
/*@import "../bulma/sass/utilities/functions.sass";*/
/*@import "../bulma/sass/utilities/derived-variables.sass";*/
/*@import "../bulma/sass/utilities/mixins.sass";*/
/*@import "../bulma/sass/utilities/controls.sass";*/
/*@import "../bulma/sass/base/minireset.sass";*/
/*@import "../bulma/sass/base/generic.sass";*/
/*@import "../bulma/sass/base/helpers.sass";*/
/*@import "../bulma/sass/elements/button.sass";*/
/*@import "../bulma/sass/elements/container.sass";*/
/*@import "../bulma/sass/elements/content.sass";*/
/*@import "../bulma/sass/elements/form.sass";*/
/*@import "../bulma/sass/elements/icon.sass";*/
/*@import "../bulma/sass/elements/image.sass";*/
/*@import "../bulma/sass/elements/notification.sass";*/
/*@import "../bulma/sass/elements/title.sass";*/
/*@import "../bulma/sass/elements/other.sass";*/
/*@import "../bulma/sass/components/card.sass";*/
/*@import "../bulma/sass/components/media.sass";*/
/*@import "../bulma/sass/components/menu.sass";*/
/*@import "../bulma/sass/components/message.sass";*/
/*@import "../bulma/sass/components/modal.sass";*/
/*@import "../bulma/sass/components/navbar.sass";*/
/*@import "../bulma/sass/grid/columns.sass";*/
/*@import "../bulma/sass/layout/hero.sass";*/
/*@import "../bulma/sass/layout/section.sass";*/
/*@import "../bulma/sass/layout/footer.sass";*/
/* line 36, ../sass/_styles.scss */
.navbar-brand .navbar-item {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* line 43, ../sass/_styles.scss */
.navbar-menu:not(.is-mobile) .navbar-item {
  border-bottom: 9px solid white;
  line-height: 1.75;
  text-align: center;
}
/* line 49, ../sass/_styles.scss */
.navbar-menu:not(.is-mobile) .navbar-item.is-active {
  border-bottom-color: #2571b4;
}
/* line 53, ../sass/_styles.scss */
.navbar-menu:not(.is-mobile) .navbar-item:hover:not(.is-active) {
  border-bottom-color: #368bd6;
}

/* line 59, ../sass/_styles.scss */
.navbar-menu.is-mobile {
  position: absolute;
  right: 0;
}
/* line 63, ../sass/_styles.scss */
.navbar-menu.is-mobile a[href].navbar-item {
  border-left: 9px solid white;
  padding-right: 5.5rem;
}
/* line 67, ../sass/_styles.scss */
.navbar-menu.is-mobile a[href].navbar-item.is-active {
  border-left-color: #2571b4;
}
/* line 71, ../sass/_styles.scss */
.navbar-menu.is-mobile a[href].navbar-item:hover:not(.is-active) {
  border-left-color: #368bd6;
}
/* line 76, ../sass/_styles.scss */
.navbar-menu.is-mobile div.navbar-item {
  border-top: 1px solid #dbdbdb;
  margin-top: 0.25rem;
  padding-top: 0.75rem;
  text-align: right;
  line-height: 1.25;
}

/* line 85, ../sass/_styles.scss */
.navbar-burger {
  height: 2.25rem;
  width: 2.25rem;
  margin-top: 0.375rem;
  margin-right: 0.75rem;
}

/* line 92, ../sass/_styles.scss */
.hero {
  color: white;
  background: url("/img/hero.jpg") no-repeat center center;
  background-size: cover;
  line-height: 1.25;
  position: relative;
}
/* line 100, ../sass/_styles.scss */
.hero .title {
  font-weight: 700;
}
/* line 104, ../sass/_styles.scss */
.hero .subtitle {
  font-weight: 300;
}

/* line 110, ../sass/_styles.scss */
.iv-button {
  height: 2em;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 116, ../sass/_styles.scss */
.button {
  border-radius: 4px;
}

/* line 120, ../sass/_styles.scss */
.button.is-large {
  border-radius: 6px;
}

/* line 124, ../sass/_styles.scss */
.magic-background {
  background: linear-gradient(90deg, #dbeefc 43%, white 43%);
}
@media screen and (max-width: 1087px) {
  /* line 124, ../sass/_styles.scss */
  .magic-background {
    background: white;
  }
}

/* line 131, ../sass/_styles.scss */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
/* line 140, ../sass/_styles.scss */
.video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 149, ../sass/_styles.scss */
.site-content > .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media screen and (max-width: 1087px) {
  /* line 155, ../sass/_styles.scss */
  .site-content > .container {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
/* line 161, ../sass/_styles.scss */
.get-help-today {
  background-color: #f4f4f4;
}
/* line 164, ../sass/_styles.scss */
.get-help-today > .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/* line 168, ../sass/_styles.scss */
.get-help-today > .container > .title {
  font-weight: 300;
}
/* line 172, ../sass/_styles.scss */
.get-help-today > .container .buttons {
  padding-top: 0.75rem;
}
/* line 174, ../sass/_styles.scss */
.get-help-today > .container .buttons > .button {
  margin-left: 0.75rem;
  margin-right: 1.5rem;
}

/* line 182, ../sass/_styles.scss */
.footer {
  color: white;
  padding: 1.5rem 1.5rem 1.5rem;
}
/* line 186, ../sass/_styles.scss */
.footer strong, .footer em, .footer a[href] {
  color: white;
}
/* line 189, ../sass/_styles.scss */
.footer a[href]:not(.button) {
  text-decoration: underline;
}
/* line 193, ../sass/_styles.scss */
.footer .breadcrumb a {
  color: white;
}

/* line 198, ../sass/_styles.scss */
.content > .subtitle {
  margin-bottom: 0.25rem;
}
/* line 199, ../sass/_styles.scss */
.content > .subtitle:not(:first-child) {
  margin-top: 0.75rem;
}

/* line 205, ../sass/_styles.scss */
.content > .subtitle + ul, .content > .subtitle + p {
  margin-top: 0;
}

/* line 209, ../sass/_styles.scss */
.reverse-row-order {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1087px) {
  /* line 214, ../sass/_styles.scss */
  .site-content .content {
    padding: 0 0.375rem;
  }

  /* line 218, ../sass/_styles.scss */
  .columns.is-variable:not(.is-mobile) {
    margin: 0.75rem 0;
  }
  /* line 221, ../sass/_styles.scss */
  .columns.is-variable:not(.is-mobile) .column {
    padding: 0;
  }
  /* line 224, ../sass/_styles.scss */
  .columns.is-variable:not(.is-mobile) .column:not(:first-child) {
    margin: 0.75rem 0;
  }
}
/* line 231, ../sass/_styles.scss */
.content .card figure {
  margin-left: 0;
  margin-right: 0;
}

/* line 237, ../sass/_styles.scss */
.faq p:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 242, ../sass/_styles.scss */
.content .menu ul {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
}

/* line 248, ../sass/_styles.scss */
.modal-content .message-body {
  background-color: white;
}

/* line 252, ../sass/_styles.scss */
.subtitle + .notification {
  margin-top: 0.75rem;
}
